@golstats/gsc-reports 1.0.36 → 1.0.37

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 (32) hide show
  1. package/README.md +2 -2
  2. package/dist/{FilterConditions-55d68355-BUvCA8gG-C6TzNKb6-Bn2nIQYr.js → FilterConditions-55d68355-BUvCA8gG-BgesEQ5y-DrSEkUL0.js} +24 -24
  3. package/dist/{FilterField-59a73e38-C85AzksG-Ck8p5Ac5-CZLwZdFo.js → FilterField-59a73e38-C85AzksG-B74SN9-k-BeKkLIXL.js} +8 -8
  4. package/dist/{FilterSubcategories-a9b32cc9-B7ERo60D-CvVKB0dD-CZPw_clQ.js → FilterSubcategories-a9b32cc9-B7ERo60D-CLS0i9LD-CAcJTNTj.js} +6 -6
  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 +111 -111
  9. package/dist/{index-CJqvu2aL.js → index-FY3s5bCZ.js} +13875 -13843
  10. package/package.json +2 -2
  11. package/src/components/TemplatesSection.vue +5 -0
  12. package/src/components/elementsTemplates/ModalDeleteReport.vue +246 -246
  13. package/src/components/elementsTemplates/ModalDeleteTemplate.vue +249 -249
  14. package/src/components/elementsTemplates/ModalRenameReporte.vue +330 -330
  15. package/src/components/elementsTemplates/ModalRenameTemplate.vue +337 -337
  16. package/src/components/elementsTemplates/ModalSoloEscritorio.vue +83 -83
  17. package/src/components/elementsTemplates/ModalduplicateTemplate.vue +300 -300
  18. package/src/components/elementsTemplates/TooltipReportOptions.vue +97 -97
  19. package/src/components/elementsTemplates/TooltipTemplateOptions.vue +168 -168
  20. package/src/components/filters.vue +935 -935
  21. package/src/components/gsc-reports.vue +15 -6
  22. package/src/components/thumbnails-reports/AnalisisPostMatchType1.vue +741 -741
  23. package/src/components/thumbnails-reports/AnalisisPostMatchType2.vue +743 -743
  24. package/src/components/thumbnails-reports/AnalisisPostMatchType3.vue +463 -463
  25. package/src/components/thumbnails-reports/AnalisisPostMatchType4.vue +462 -462
  26. package/src/components/thumbnails-reports/AnalisisPrematchType1.vue +164 -164
  27. package/src/components/thumbnails-reports/AnalisisPrematchType2.vue +163 -163
  28. package/src/components/thumbnails-reports/AnalisisPrematchType3.vue +173 -173
  29. package/src/components/thumbnails-reports/AnalisisPrematchType4.vue +173 -173
  30. package/src/index.js +4 -4
  31. package/src/types.d.ts +45 -45
  32. package/src/utils/dateUtils.js +52 -52
@@ -1,4 +1,4 @@
1
- import { g as e } from "./index-CJqvu2aL.js";
1
+ import { g as e } from "./index-FY3s5bCZ.js";
2
2
  export {
3
3
  e as GSCReports
4
4
  };