@golstats/gsc-game-data 1.0.325-alpha.0 → 1.0.325-alpha.2

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.
Files changed (40) hide show
  1. package/README.md +74 -19
  2. package/dist/chunks/GSCDatosGSMain-11cd7d4d.js +130 -0
  3. package/dist/chunks/ModalEventsLive-8ba1588b.js +325 -0
  4. package/dist/chunks/section-comparative-main-6aa6f890.js +9887 -0
  5. package/dist/chunks/section-lineups-main-3667a84b.js +124 -0
  6. package/dist/chunks/section-positioning-main-a2dee4c3.js +53 -0
  7. package/dist/chunks/section-prominent-chalkboard-9f953d75.js +2771 -0
  8. package/dist/chunks/section-prominent-events-b575c56d.js +547 -0
  9. package/dist/chunks/section-prominent-main-cdb32eee.js +2752 -0
  10. package/dist/chunks/section-prominent-volumetric-7b2ffa59.js +785 -0
  11. package/dist/chunks/section-statistics-comparative-d01d4094.js +973 -0
  12. package/dist/chunks/section-statistics-distribution-8cc2a694.js +510 -0
  13. package/dist/chunks/section-statistics-main-285ee5a1.js +965 -0
  14. package/dist/chunks/section-statistics-trend-78efa2c0.js +844 -0
  15. package/dist/chunks/section-statistics-xg-8c02a83a.js +1554 -0
  16. package/dist/chunks/section-tactics-main-3c546d60.js +99 -0
  17. package/dist/chunks/section-video-main-4ee54fef.js +194 -0
  18. package/dist/chunks/shared-components-b34ee5c5.js +1501 -0
  19. package/dist/chunks/vendor-core-a1fbe4ec.js +79 -0
  20. package/dist/gsc-game-data.js +82 -23506
  21. package/dist/style.css +1 -1
  22. package/dist/style10.css +1 -0
  23. package/dist/style11.css +1 -0
  24. package/dist/style12.css +1 -0
  25. package/dist/style13.css +1 -0
  26. package/dist/style14.css +1 -0
  27. package/dist/style15.css +1 -0
  28. package/dist/style16.css +1 -0
  29. package/dist/style17.css +1 -0
  30. package/dist/style18.css +1 -0
  31. package/dist/style2.css +1 -0
  32. package/dist/style3.css +1 -0
  33. package/dist/style4.css +1 -0
  34. package/dist/style5.css +1 -0
  35. package/dist/style6.css +1 -0
  36. package/dist/style7.css +1 -0
  37. package/dist/style8.css +1 -0
  38. package/dist/style9.css +1 -0
  39. package/package.json +13 -11
  40. package/dist/gsc-game-data.umd.cjs +0 -1
@@ -0,0 +1,124 @@
1
+ import { ref, watch, openBlock, createElementBlock, Fragment, createBlock, unref, createCommentVNode } from "vue";
2
+ import { GSCLineups } from "@golstats/gsc-lineups";
3
+ import "./vendor-core-a1fbe4ec.js";
4
+ import { _ as _export_sfc } from "./section-comparative-main-6aa6f890.js";
5
+ import "./shared-components-b34ee5c5.js";
6
+ import "@golstats/gsc-tournament-select";
7
+ import "@golstats/gsc-season-select";
8
+ import "@golstats/gsc-calendar-by-game";
9
+ import "vuex";
10
+ import "./section-statistics-main-285ee5a1.js";
11
+ import "@golstats/gsc-menu";
12
+ import "@golstats/gsc-checkbox";
13
+ import "./section-statistics-trend-78efa2c0.js";
14
+ import "@golstats/gsc-radio-button";
15
+ import "./section-prominent-chalkboard-9f953d75.js";
16
+ import "@golstats/gsc-filters";
17
+ import "./section-prominent-volumetric-7b2ffa59.js";
18
+ import "axios";
19
+ import "@golstats/gsc-dropdown";
20
+ import "./section-statistics-comparative-d01d4094.js";
21
+ import "@golstats/gsc-slider";
22
+ import "./section-statistics-distribution-8cc2a694.js";
23
+ import "./section-statistics-xg-8c02a83a.js";
24
+ import "@golstats/gsc-switch-radio";
25
+ import "socket.io-client";
26
+ import "@golstats/gsc-datagames";
27
+ import "@golstats/gsc-filterperteam";
28
+ import "@golstats/gsc-button";
29
+ import "@golstats/gsc-carousel";
30
+ import "@golstats/gsc-label";
31
+ import "@golstats/gsc-switch-component";
32
+ const GSCLineupsMain_vue_vue_type_style_index_0_scoped_f877232a_lang = "";
33
+ const _hoisted_1 = { class: "alineaciones-container" };
34
+ const _sfc_main = {
35
+ __name: "GSCLineupsMain",
36
+ props: {
37
+ tournamentSelected: {
38
+ type: Object,
39
+ default: () => ({})
40
+ },
41
+ isWidget: {
42
+ type: Boolean,
43
+ default: false
44
+ },
45
+ game: {
46
+ type: Object,
47
+ default: () => ({
48
+ gameId: 79623,
49
+ seasonId: 1772,
50
+ status: 1,
51
+ dateTimeUTC: "2023-10-01T22:20:00Z",
52
+ is_live: 0,
53
+ homeTeam: {
54
+ logo: "https://golstatsimages.blob.core.windows.net/teams-80/18.png",
55
+ team_id: 10,
56
+ provisional_logo: "https://golstatsimages.blob.core.windows.net/teams-provisional/18.png",
57
+ colloquial_name: "Toluca",
58
+ acronym: "TOL",
59
+ team_name: "Toluca"
60
+ },
61
+ awayTeam: {
62
+ logo: "https://golstatsimages.blob.core.windows.net/teams-80/1.png",
63
+ team_id: 1,
64
+ provisional_logo: "https://golstatsimages.blob.core.windows.net/teams-provisional/1.png",
65
+ colloquial_name: "Chivas",
66
+ acronym: "CHI",
67
+ team_name: "Guadalajara"
68
+ }
69
+ })
70
+ },
71
+ socket: {
72
+ type: Object,
73
+ default: () => ({})
74
+ }
75
+ },
76
+ emits: ["onOpenProfile"],
77
+ setup(__props, { emit }) {
78
+ const props = __props;
79
+ const update = ref(0);
80
+ watch(
81
+ () => props.game,
82
+ (newValue) => {
83
+ update.value = newValue.gameId;
84
+ },
85
+ { deep: true, immediate: true }
86
+ );
87
+ function onOpenProfile(data) {
88
+ if (!props.isWidget) {
89
+ emit("onOpenProfile", data);
90
+ }
91
+ }
92
+ return (_ctx, _cache) => {
93
+ return openBlock(), createElementBlock("div", _hoisted_1, [
94
+ __props.game.status === 4 && !__props.game.is_live ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
95
+ Object.keys(__props.game).length > 0 ? (openBlock(), createBlock(unref(GSCLineups), {
96
+ socket: __props.socket,
97
+ key: update.value,
98
+ type: "3D",
99
+ "is-female": __props.tournamentSelected.is_female == 1 ? true : false,
100
+ "is-live": __props.game.is_live == 1 ? true : false,
101
+ "selected-option": "Historicos",
102
+ game: { game_id: __props.game.gameId, season_id: __props.game.seasonId, prematch: false },
103
+ onOnOpenProfile: onOpenProfile
104
+ }, null, 8, ["socket", "is-female", "is-live", "game"])) : createCommentVNode("", true)
105
+ ], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
106
+ Object.keys(__props.game).length > 0 ? (openBlock(), createBlock(unref(GSCLineups), {
107
+ "is-female": __props.tournamentSelected.is_female == 1 ? true : false,
108
+ socket: __props.socket,
109
+ key: update.value,
110
+ type: "3D",
111
+ "is-live": __props.game.is_live == 1 ? true : false,
112
+ "selected-option": "Postmatch",
113
+ game: { game_id: __props.game.gameId, season_id: __props.game.seasonId, prematch: false },
114
+ onOnOpenProfile: onOpenProfile
115
+ }, null, 8, ["is-female", "socket", "is-live", "game"])) : createCommentVNode("", true)
116
+ ], 64))
117
+ ]);
118
+ };
119
+ }
120
+ };
121
+ const GSCLineupsMain = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f877232a"]]);
122
+ export {
123
+ GSCLineupsMain as default
124
+ };
@@ -0,0 +1,53 @@
1
+ import { openBlock, createElementBlock, createVNode, unref } from "vue";
2
+ import { GscPositioning } from "@golstats/gsc-positioning";
3
+ import "./vendor-core-a1fbe4ec.js";
4
+ import { _ as _export_sfc } from "./section-comparative-main-6aa6f890.js";
5
+ import "./shared-components-b34ee5c5.js";
6
+ import "@golstats/gsc-tournament-select";
7
+ import "@golstats/gsc-season-select";
8
+ import "@golstats/gsc-calendar-by-game";
9
+ import "vuex";
10
+ import "./section-statistics-main-285ee5a1.js";
11
+ import "@golstats/gsc-menu";
12
+ import "@golstats/gsc-checkbox";
13
+ import "./section-statistics-trend-78efa2c0.js";
14
+ import "@golstats/gsc-radio-button";
15
+ import "./section-prominent-chalkboard-9f953d75.js";
16
+ import "@golstats/gsc-filters";
17
+ import "./section-prominent-volumetric-7b2ffa59.js";
18
+ import "axios";
19
+ import "@golstats/gsc-dropdown";
20
+ import "./section-statistics-comparative-d01d4094.js";
21
+ import "@golstats/gsc-slider";
22
+ import "./section-statistics-distribution-8cc2a694.js";
23
+ import "./section-statistics-xg-8c02a83a.js";
24
+ import "@golstats/gsc-switch-radio";
25
+ import "socket.io-client";
26
+ import "@golstats/gsc-datagames";
27
+ import "@golstats/gsc-filterperteam";
28
+ import "@golstats/gsc-button";
29
+ import "@golstats/gsc-carousel";
30
+ import "@golstats/gsc-label";
31
+ import "@golstats/gsc-switch-component";
32
+ const GSCPositining_vue_vue_type_style_index_0_scoped_47e1f007_lang = "";
33
+ const _hoisted_1 = { class: "datagame-container" };
34
+ const _sfc_main = {
35
+ __name: "GSCPositining",
36
+ props: {
37
+ game: {
38
+ type: Object,
39
+ default: () => ({})
40
+ }
41
+ },
42
+ setup(__props) {
43
+ return (_ctx, _cache) => {
44
+ return openBlock(), createElementBlock("div", _hoisted_1, [
45
+ createVNode(unref(GscPositioning), { game: __props.game }, null, 8, ["game"])
46
+ ]);
47
+ };
48
+ }
49
+ };
50
+ const GSCPositining = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-47e1f007"]]);
51
+ export {
52
+ GSCPositining as default
53
+ };