@golstats/gsc-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.
Files changed (71) hide show
  1. package/README.md +2 -2
  2. package/dist/{FilterConditions-55d68355-C5NIJbY6-BIYJFxA1-ChzU0yno.js → FilterConditions-55d68355-C5NIJbY6-BIYJFxA1-D7I3LKuI.js} +1 -1
  3. package/dist/{FilterField-59a73e38-DO8nYLqs-BlMX75HQ-DcD79wEB.js → FilterField-59a73e38-DO8nYLqs-BlMX75HQ-CdzRwoun.js} +1 -1
  4. package/dist/{FilterSubcategories-a9b32cc9-DlkHni1L-DbepEYoC-4bY4RGa1.js → FilterSubcategories-a9b32cc9-DlkHni1L-DbepEYoC-D-EqhHun.js} +1 -1
  5. package/dist/css/fonts.css +83 -83
  6. package/dist/gsc-reports.css +1 -1
  7. package/dist/gsc-reports.es.js +1 -1
  8. package/dist/gsc-reports.umd.js +39 -39
  9. package/dist/{index-Cdmd9KsD.js → index-CJuCUdPa.js} +4370 -4354
  10. package/package.json +1 -1
  11. package/src/components/elementsTemplates/ModalCreateTemplate.vue +9 -2
  12. package/src/components/elementsTemplates/ModalDeleteReport.vue +246 -239
  13. package/src/components/elementsTemplates/ModalDeleteTemplate.vue +249 -242
  14. package/src/components/elementsTemplates/ModalGenerarReporte.vue +9 -2
  15. package/src/components/elementsTemplates/ModalRenameReporte.vue +330 -323
  16. package/src/components/elementsTemplates/ModalRenameTemplate.vue +337 -330
  17. package/src/components/elementsTemplates/ModalSoloEscritorio.vue +83 -83
  18. package/src/components/elementsTemplates/ModalduplicateTemplate.vue +300 -293
  19. package/src/components/elementsTemplates/TemplateItem.vue +19 -10
  20. package/src/components/elementsTemplates/TooltipReportOptions.vue +97 -85
  21. package/src/components/elementsTemplates/TooltipTemplateOptions.vue +161 -141
  22. package/src/components/filters.vue +935 -935
  23. package/src/components/template-report-maker/CoverPage.vue +636 -636
  24. package/src/components/template-report-maker/CoverSelector.vue +165 -165
  25. package/src/components/template-report-maker/ReportView.vue +66 -66
  26. package/src/components/template-report-maker/TemplateReportPage.vue +398 -398
  27. package/src/components/thumbnails-reports/AnalisisPostMatchType1.vue +741 -741
  28. package/src/components/thumbnails-reports/AnalisisPostMatchType2.vue +743 -743
  29. package/src/components/thumbnails-reports/AnalisisPostMatchType3.vue +463 -463
  30. package/src/components/thumbnails-reports/AnalisisPostMatchType4.vue +462 -462
  31. package/src/components/thumbnails-reports/AnalisisPrematchType1.vue +164 -164
  32. package/src/components/thumbnails-reports/AnalisisPrematchType2.vue +163 -163
  33. package/src/components/thumbnails-reports/AnalisisPrematchType3.vue +173 -173
  34. package/src/components/thumbnails-reports/AnalisisPrematchType4.vue +173 -173
  35. package/src/index.js +4 -4
  36. package/src/types.d.ts +45 -45
  37. package/src/utils/dateUtils.js +52 -52
  38. package/dist/icons/icn-close.svg +0 -5
  39. package/dist/icons/icn-delete-delete.svg +0 -3
  40. package/dist/icons/icn-delete.svg +0 -3
  41. package/dist/icons/icn-download.svg +0 -4
  42. package/dist/icons/icn-duplicate-white.svg +0 -11
  43. package/dist/icons/icn-duplicate.svg +0 -11
  44. package/dist/icons/icn-edit.svg +0 -11
  45. package/dist/icons/icn-editar-withe.svg +0 -3
  46. package/dist/icons/icn-rename-white.svg +0 -3
  47. package/dist/icons/icn-rename.svg +0 -3
  48. package/dist/icons/icn-report-white.svg +0 -11
  49. package/dist/icons/icn-report.svg +0 -11
  50. package/dist/images/background-postmatch-template-01.jpg +0 -0
  51. package/dist/images/background-postmatch-template-02.jpg +0 -0
  52. package/dist/images/canchaRPH.svg +0 -30
  53. package/dist/reports/background-postmatch-template-01@2x.jpg +0 -0
  54. package/dist/reports/background-postmatch-template-02@2x.jpg +0 -0
  55. package/dist/reports/thumbnail-portada-01@2x.png +0 -0
  56. package/dist/reports/thumbnail-portada-02@2x.png +0 -0
  57. package/dist/reports/thumbnail-portada-03@2x.png +0 -0
  58. package/dist/reports/thumbnail-portada-04@2x.png +0 -0
  59. package/dist/reports/thumbnail-portada-prmatch-01@2x.png +0 -0
  60. package/dist/reports/thumbnail-portada-prmatch-02@2x.png +0 -0
  61. package/dist/reports/thumbnail-portada-prmatch-03@2x.png +0 -0
  62. package/dist/reports/thumbnail-portada-prmatch-04@2x.png +0 -0
  63. package/dist/thumb1.png +0 -0
  64. package/dist/thumbnail-portada-01.jpg +0 -0
  65. package/dist/thumbnail-portada-02.jpg +0 -0
  66. package/dist/thumbnail-portada-03.jpg +0 -0
  67. package/dist/thumbnail-portada-04.jpg +0 -0
  68. package/dist/thumbnail-portada-prmatch-01.jpg +0 -0
  69. package/dist/thumbnail-portada-prmatch-02.jpg +0 -0
  70. package/dist/thumbnail-portada-prmatch-03.jpg +0 -0
  71. package/dist/thumbnail-portada-prmatch-04.jpg +0 -0
@@ -1,83 +1,83 @@
1
- <template>
2
- <div class="modal-overlay">
3
- <div class="modal-content">
4
- <div class="modal-icon">
5
- <svg
6
- width="48"
7
- height="48"
8
- viewBox="0 0 48 48"
9
- fill="none"
10
- xmlns="http://www.w3.org/2000/svg"
11
- >
12
- <rect x="8" y="10" width="32" height="20" rx="2" stroke="#C0CBE0" stroke-width="2" />
13
- <rect x="16" y="34" width="16" height="2" rx="1" fill="#C0CBE0" />
14
- </svg>
15
- </div>
16
- <div class="modal-text">
17
- Esta sección solo está disponible para<br />
18
- escritorio. Utiliza tu computadora <br />para ingresar.
19
- </div>
20
- <button class="modal-btn" @click="$emit('toHome')">OK</button>
21
- </div>
22
- </div>
23
- </template>
24
-
25
- <script setup>
26
- // No necesita lógica interna
27
- </script>
28
-
29
- <style scoped>
30
- .modal-overlay {
31
- position: fixed;
32
- top: 0;
33
- left: 0;
34
- width: 100vw;
35
- height: 100vh;
36
- background: rgba(0, 0, 0, 0.65);
37
- display: flex;
38
- align-items: center;
39
- justify-content: center;
40
- z-index: 9999;
41
- }
42
- .modal-content {
43
- background: #26323c;
44
- border-radius: 18px;
45
- padding: 36px 32px 28px 32px;
46
- display: flex;
47
- flex-direction: column;
48
- align-items: center;
49
- max-width: 340px;
50
- width: 100%;
51
- box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
52
- }
53
- .modal-icon {
54
- margin-bottom: 8px;
55
- }
56
- .modal-text {
57
- font-family: Poppins-Light, Arial, sans-serif;
58
- font-size: 14px;
59
- font-weight: 300;
60
- font-stretch: normal;
61
- font-style: normal;
62
- line-height: 1.63;
63
- letter-spacing: normal;
64
- text-align: center;
65
- color: #fff;
66
- margin-bottom: 28px;
67
- }
68
- .modal-btn {
69
- background: #cbee6b;
70
- color: #26323c;
71
- font-family: Poppins-Bold, Arial, sans-serif;
72
- font-size: 18px;
73
- border: none;
74
- border-radius: 24px;
75
- padding: 7px 48px;
76
- cursor: pointer;
77
- width: 321px;
78
- transition: opacity 0.2s;
79
- }
80
- .modal-btn:hover {
81
- opacity: 0.85;
82
- }
83
- </style>
1
+ <template>
2
+ <div class="modal-overlay">
3
+ <div class="modal-content">
4
+ <div class="modal-icon">
5
+ <svg
6
+ width="48"
7
+ height="48"
8
+ viewBox="0 0 48 48"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ >
12
+ <rect x="8" y="10" width="32" height="20" rx="2" stroke="#C0CBE0" stroke-width="2" />
13
+ <rect x="16" y="34" width="16" height="2" rx="1" fill="#C0CBE0" />
14
+ </svg>
15
+ </div>
16
+ <div class="modal-text">
17
+ Esta sección solo está disponible para<br />
18
+ escritorio. Utiliza tu computadora <br />para ingresar.
19
+ </div>
20
+ <button class="modal-btn" @click="$emit('toHome')">OK</button>
21
+ </div>
22
+ </div>
23
+ </template>
24
+
25
+ <script setup>
26
+ // No necesita lógica interna
27
+ </script>
28
+
29
+ <style scoped>
30
+ .modal-overlay {
31
+ position: fixed;
32
+ top: 0;
33
+ left: 0;
34
+ width: 100vw;
35
+ height: 100vh;
36
+ background: rgba(0, 0, 0, 0.65);
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: center;
40
+ z-index: 9999;
41
+ }
42
+ .modal-content {
43
+ background: #26323c;
44
+ border-radius: 18px;
45
+ padding: 36px 32px 28px 32px;
46
+ display: flex;
47
+ flex-direction: column;
48
+ align-items: center;
49
+ max-width: 340px;
50
+ width: 100%;
51
+ box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
52
+ }
53
+ .modal-icon {
54
+ margin-bottom: 8px;
55
+ }
56
+ .modal-text {
57
+ font-family: Poppins-Light, Arial, sans-serif;
58
+ font-size: 14px;
59
+ font-weight: 300;
60
+ font-stretch: normal;
61
+ font-style: normal;
62
+ line-height: 1.63;
63
+ letter-spacing: normal;
64
+ text-align: center;
65
+ color: #fff;
66
+ margin-bottom: 28px;
67
+ }
68
+ .modal-btn {
69
+ background: #cbee6b;
70
+ color: #26323c;
71
+ font-family: Poppins-Bold, Arial, sans-serif;
72
+ font-size: 18px;
73
+ border: none;
74
+ border-radius: 24px;
75
+ padding: 7px 48px;
76
+ cursor: pointer;
77
+ width: 321px;
78
+ transition: opacity 0.2s;
79
+ }
80
+ .modal-btn:hover {
81
+ opacity: 0.85;
82
+ }
83
+ </style>