@golstats/gsc-reports 1.0.1 → 1.0.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.
- package/README.md +2 -2
- package/dist/{FilterConditions-55d68355-C5NIJbY6-DWa3dxmP-Co0tydjQ.js → FilterConditions-55d68355-C5NIJbY6-BIYJFxA1-ChzU0yno.js} +1 -1
- package/dist/{FilterField-59a73e38-DO8nYLqs-CTbXvU0R-DbyfTDxj.js → FilterField-59a73e38-DO8nYLqs-BlMX75HQ-DcD79wEB.js} +1 -1
- package/dist/{FilterSubcategories-a9b32cc9-DlkHni1L-CutVIJmz-DF1NB-nW.js → FilterSubcategories-a9b32cc9-DlkHni1L-DbepEYoC-4bY4RGa1.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 +70 -70
- package/dist/icons/icn-report.svg +10 -10
- package/dist/{index-C108f86H.js → index-Cdmd9KsD.js} +12884 -12857
- package/package.json +2 -2
- package/src/App.vue +5 -0
- package/src/components/elementsTemplates/ModalCreateTemplate.vue +9 -2
- package/src/components/elementsTemplates/ModalDeleteReport.vue +239 -231
- package/src/components/elementsTemplates/ModalDeleteTemplate.vue +242 -234
- package/src/components/elementsTemplates/ModalGenerarReporte.vue +18 -5
- package/src/components/elementsTemplates/ModalRenameReporte.vue +323 -315
- package/src/components/elementsTemplates/ModalRenameTemplate.vue +330 -320
- package/src/components/elementsTemplates/ModalSoloEscritorio.vue +83 -83
- package/src/components/elementsTemplates/ModalduplicateTemplate.vue +293 -283
- package/src/components/elementsTemplates/TooltipReportOptions.vue +85 -85
- package/src/components/elementsTemplates/TooltipTemplateOptions.vue +141 -141
- package/src/components/filters.vue +935 -935
- package/src/components/gsc-reports.vue +7 -1
- package/src/components/template-report-maker/CoverPage.vue +636 -636
- package/src/components/template-report-maker/CoverSelector.vue +165 -165
- package/src/components/template-report-maker/ReportView.vue +66 -66
- package/src/components/template-report-maker/TemplateReportPage.vue +398 -398
- 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 +463 -463
- package/src/components/thumbnails-reports/AnalisisPostMatchType4.vue +462 -462
- package/src/components/thumbnails-reports/AnalisisPrematchType1.vue +164 -164
- package/src/components/thumbnails-reports/AnalisisPrematchType2.vue +163 -163
- 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
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#t7dknuzp8a)" stroke="#CBEE6B" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round">
|
|
3
|
-
<path d="M9.5.5h-6A1.5 1.5 0 0 0 2 2v12a1.5 1.5 0 0 0 1.5 1.5h9A1.5 1.5 0 0 0 14 14V5L9.5.5z"/>
|
|
4
|
-
<path d="M9.492.5V5h4.5M11 8.75H5M11 11.75H5M6.5 5.75H5"/>
|
|
5
|
-
</g>
|
|
6
|
-
<defs>
|
|
7
|
-
<clipPath id="t7dknuzp8a">
|
|
8
|
-
<path fill="#fff" d="M0 0h16v16H0z"/>
|
|
9
|
-
</clipPath>
|
|
10
|
-
</defs>
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#t7dknuzp8a)" stroke="#CBEE6B" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round">
|
|
3
|
+
<path d="M9.5.5h-6A1.5 1.5 0 0 0 2 2v12a1.5 1.5 0 0 0 1.5 1.5h9A1.5 1.5 0 0 0 14 14V5L9.5.5z"/>
|
|
4
|
+
<path d="M9.492.5V5h4.5M11 8.75H5M11 11.75H5M6.5 5.75H5"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="t7dknuzp8a">
|
|
8
|
+
<path fill="#fff" d="M0 0h16v16H0z"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
11
|
</svg>
|