@golstats/gsc-reports 1.0.64 → 1.0.66
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/README.md +2 -2
- package/dist/{FilterConditions-55d68355-DMqzcKBO-CoyomxI3-BQ90zXwh.js → FilterConditions-55d68355-DMqzcKBO-BmIhhD-B-BGQIEaLr.js} +1 -1
- package/dist/{FilterField-59a73e38-CNaE03Ge-hQHriLhX-C2LiclcQ.js → FilterField-59a73e38-CNaE03Ge-BTX2xPpF-D9vcJGsy.js} +1 -1
- package/dist/{FilterSubcategories-a9b32cc9-_h5FCZ4r-r-BZG7Yl-D_FcuzsV.js → FilterSubcategories-a9b32cc9-_h5FCZ4r-DZeIIQAW-CLBX_KE1.js} +1 -1
- package/dist/css/fonts.css +83 -83
- package/dist/gsc-reports.css +1 -1
- package/dist/gsc-reports.es.js +1 -1
- package/dist/gsc-reports.umd.js +152 -152
- package/dist/{index-OLra6Em3.js → index-Bt6tyu0M.js} +48931 -48844
- package/package.json +2 -2
- package/src/components/elementsTemplates/ModalDeleteReport.vue +246 -246
- package/src/components/elementsTemplates/ModalDeleteTemplate.vue +249 -249
- package/src/components/elementsTemplates/ModalRenameReporte.vue +330 -330
- package/src/components/elementsTemplates/ModalRenameTemplate.vue +337 -337
- package/src/components/elementsTemplates/ModalSoloEscritorio.vue +83 -83
- package/src/components/elementsTemplates/ModalduplicateTemplate.vue +300 -300
- package/src/components/elementsTemplates/ReportItem.vue +14 -14
- package/src/components/elementsTemplates/TooltipReportOptions.vue +97 -97
- package/src/components/elementsTemplates/TooltipTemplateOptions.vue +168 -168
- package/src/components/filters.vue +935 -935
- package/src/components/thumbnails-reports/AnalisisPostMatchType1.vue +741 -741
- package/src/components/thumbnails-reports/AnalisisPostMatchType2.vue +743 -743
- package/src/components/thumbnails-reports/AnalisisPostMatchType3.vue +441 -441
- package/src/components/thumbnails-reports/AnalisisPostMatchType4.vue +440 -440
- package/src/components/thumbnails-reports/AnalisisPrematchType1.vue +232 -232
- package/src/components/thumbnails-reports/AnalisisPrematchType2.vue +231 -231
- package/src/components/thumbnails-reports/AnalisisPrematchType3.vue +173 -173
- package/src/components/thumbnails-reports/AnalisisPrematchType4.vue +173 -173
- package/src/index.js +4 -4
- package/src/types.d.ts +45 -45
- package/src/utils/dateUtils.js +52 -52
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# gsc-reports
|
|
2
|
-
Modulo de reportes
|
|
1
|
+
# gsc-reports
|
|
2
|
+
Modulo de reportes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useCssVars as E, computed as c, createElementBlock as i, openBlock as o, normalizeStyle as $, createElementVNode as a, createVNode as y, unref as g, Fragment as u, renderList as _, normalizeClass as b, toDisplayString as v, pushScopeId as H, popScopeId as R } from "vue";
|
|
2
|
-
import { Z as T, J as m } from "./index-
|
|
2
|
+
import { Z as T, J as m } from "./index-Bt6tyu0M.js";
|
|
3
3
|
const n = (d) => (H("data-v-80d9c265"), d = d(), R(), d), V = { class: "details__header" }, W = /* @__PURE__ */ n(() => /* @__PURE__ */ a("div", { class: "details__header__title" }, "Jugando como", -1)), I = { class: "details__header__checkbox" }, J = { class: "details__body" }, z = { class: "details__body__playing-as" }, F = ["onClick"], L = { class: "details__header" }, N = /* @__PURE__ */ n(() => /* @__PURE__ */ a("div", { class: "details__header__title" }, "En: (Elige el lapso de tiempo)", -1)), U = { class: "details__header__checkbox" }, D = { class: "details__body" }, Z = /* @__PURE__ */ n(() => /* @__PURE__ */ a("div", { class: "details__body__title" }, "1er tiempo", -1)), j = { class: "details__body__game-section" }, q = ["onClick"], w = { class: "details__body" }, G = /* @__PURE__ */ n(() => /* @__PURE__ */ a("div", { class: "details__body__title" }, "2do tiempo", -1)), K = { class: "details__body__game-section" }, M = ["onClick"], O = {
|
|
4
4
|
__name: "FilterConditions",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref as r, createElementBlock as a, openBlock as n, createVNode as c, unref as u } from "vue";
|
|
2
|
-
import { Z as d, X as f } from "./index-
|
|
2
|
+
import { Z as d, X as f } from "./index-Bt6tyu0M.js";
|
|
3
3
|
const i = { class: "filter-field" }, m = {
|
|
4
4
|
__name: "FilterField",
|
|
5
5
|
setup(s) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createElementBlock as a, openBlock as r, Fragment as o, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
|
|
2
|
-
import { Z as l, J as g } from "./index-
|
|
2
|
+
import { Z as l, J as g } from "./index-Bt6tyu0M.js";
|
|
3
3
|
const b = { class: "subcategory-group" }, m = {
|
|
4
4
|
__name: "SubcategoryGroup",
|
|
5
5
|
props: {
|
package/dist/css/fonts.css
CHANGED
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
/*FUENTES*/
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: 'Poppins-Black';
|
|
4
|
-
src: url('/fonts/Poppins-Black.otf') format('opentype');
|
|
5
|
-
}
|
|
6
|
-
@font-face {
|
|
7
|
-
font-family: 'Poppins-BlackItalic';
|
|
8
|
-
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
9
|
-
}
|
|
10
|
-
@font-face {
|
|
11
|
-
font-family: 'Poppins-Bold';
|
|
12
|
-
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
13
|
-
}
|
|
14
|
-
@font-face {
|
|
15
|
-
font-family: 'Poppins-BoldItalic';
|
|
16
|
-
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
17
|
-
}
|
|
18
|
-
@font-face {
|
|
19
|
-
font-family: 'Poppins-ExtraBold';
|
|
20
|
-
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
21
|
-
}
|
|
22
|
-
@font-face {
|
|
23
|
-
font-family: 'Poppins-ExtraBoldItalic';
|
|
24
|
-
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
25
|
-
}
|
|
26
|
-
@font-face {
|
|
27
|
-
font-family: 'Poppins-ExtraLight';
|
|
28
|
-
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
29
|
-
}
|
|
30
|
-
@font-face {
|
|
31
|
-
font-family: 'Poppins-ExtraLightItalic';
|
|
32
|
-
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
33
|
-
}
|
|
34
|
-
@font-face {
|
|
35
|
-
font-family: 'Poppins-Italic';
|
|
36
|
-
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
37
|
-
}
|
|
38
|
-
@font-face {
|
|
39
|
-
font-family: 'Poppins-Light';
|
|
40
|
-
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
41
|
-
}
|
|
42
|
-
@font-face {
|
|
43
|
-
font-family: 'Poppins-LightItalic';
|
|
44
|
-
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
45
|
-
}
|
|
46
|
-
@font-face {
|
|
47
|
-
font-family: 'Poppins-MediumItalic';
|
|
48
|
-
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
49
|
-
}
|
|
50
|
-
@font-face {
|
|
51
|
-
font-family: 'Poppins-Medium';
|
|
52
|
-
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
53
|
-
}
|
|
54
|
-
@font-face {
|
|
55
|
-
font-family: 'Poppins-Regular';
|
|
56
|
-
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
57
|
-
}
|
|
58
|
-
@font-face {
|
|
59
|
-
font-family: 'Poppins-SemiBold';
|
|
60
|
-
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
61
|
-
}
|
|
62
|
-
@font-face {
|
|
63
|
-
font-family: 'Poppins-SemiBoldItalic';
|
|
64
|
-
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
65
|
-
}
|
|
66
|
-
@font-face {
|
|
67
|
-
font-family: 'Poppins-ThinItalic';
|
|
68
|
-
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
69
|
-
}
|
|
70
|
-
@font-face {
|
|
71
|
-
font-family: 'Poppins-Thin';
|
|
72
|
-
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
73
|
-
}
|
|
74
|
-
@font-face {
|
|
75
|
-
font-family: 'BebasNeue-Bold';
|
|
76
|
-
src: url('/fonts/BebasNeue-Bold.otf') format('opentype');
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/*FUENTES*/
|
|
80
|
-
@font-face {
|
|
81
|
-
font-family: 'Montserrat-SemiBold';
|
|
82
|
-
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
83
|
-
}
|
|
1
|
+
/*FUENTES*/
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Poppins-Black';
|
|
4
|
+
src: url('/fonts/Poppins-Black.otf') format('opentype');
|
|
5
|
+
}
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: 'Poppins-BlackItalic';
|
|
8
|
+
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
9
|
+
}
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: 'Poppins-Bold';
|
|
12
|
+
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
13
|
+
}
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: 'Poppins-BoldItalic';
|
|
16
|
+
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
17
|
+
}
|
|
18
|
+
@font-face {
|
|
19
|
+
font-family: 'Poppins-ExtraBold';
|
|
20
|
+
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
21
|
+
}
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Poppins-ExtraBoldItalic';
|
|
24
|
+
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
25
|
+
}
|
|
26
|
+
@font-face {
|
|
27
|
+
font-family: 'Poppins-ExtraLight';
|
|
28
|
+
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
29
|
+
}
|
|
30
|
+
@font-face {
|
|
31
|
+
font-family: 'Poppins-ExtraLightItalic';
|
|
32
|
+
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
33
|
+
}
|
|
34
|
+
@font-face {
|
|
35
|
+
font-family: 'Poppins-Italic';
|
|
36
|
+
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
37
|
+
}
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Poppins-Light';
|
|
40
|
+
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
41
|
+
}
|
|
42
|
+
@font-face {
|
|
43
|
+
font-family: 'Poppins-LightItalic';
|
|
44
|
+
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
45
|
+
}
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Poppins-MediumItalic';
|
|
48
|
+
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
49
|
+
}
|
|
50
|
+
@font-face {
|
|
51
|
+
font-family: 'Poppins-Medium';
|
|
52
|
+
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
53
|
+
}
|
|
54
|
+
@font-face {
|
|
55
|
+
font-family: 'Poppins-Regular';
|
|
56
|
+
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
57
|
+
}
|
|
58
|
+
@font-face {
|
|
59
|
+
font-family: 'Poppins-SemiBold';
|
|
60
|
+
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
61
|
+
}
|
|
62
|
+
@font-face {
|
|
63
|
+
font-family: 'Poppins-SemiBoldItalic';
|
|
64
|
+
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
65
|
+
}
|
|
66
|
+
@font-face {
|
|
67
|
+
font-family: 'Poppins-ThinItalic';
|
|
68
|
+
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
69
|
+
}
|
|
70
|
+
@font-face {
|
|
71
|
+
font-family: 'Poppins-Thin';
|
|
72
|
+
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
73
|
+
}
|
|
74
|
+
@font-face {
|
|
75
|
+
font-family: 'BebasNeue-Bold';
|
|
76
|
+
src: url('/fonts/BebasNeue-Bold.otf') format('opentype');
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/*FUENTES*/
|
|
80
|
+
@font-face {
|
|
81
|
+
font-family: 'Montserrat-SemiBold';
|
|
82
|
+
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
83
|
+
}
|