@golstats/gsc-reports 1.0.30 → 1.0.31
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/dist/{FilterConditions-55d68355-BUvCA8gG-D5hWMVCc-BUsdgSix.js → FilterConditions-55d68355-BUvCA8gG-C1nSYc1_-Cz7dthis.js} +1 -1
- package/dist/{FilterField-59a73e38-C85AzksG-VMZTnWkM-Bhfjlcu_.js → FilterField-59a73e38-C85AzksG-B_UpIK2Z-BL2Y_3zd.js} +1 -1
- package/dist/{FilterSubcategories-a9b32cc9-B7ERo60D-AkVelQtg-C5hImmC6.js → FilterSubcategories-a9b32cc9-B7ERo60D-I3zIkFjt-CdKV3jU3.js} +1 -1
- package/dist/gsc-reports.css +1 -1
- package/dist/gsc-reports.es.js +1 -1
- package/dist/gsc-reports.umd.js +89 -89
- package/dist/{index-HWhkz16q.js → index-fEigzhWn.js} +23225 -23208
- package/package.json +2 -2
- package/src/components/gsc-reports.vue +5 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golstats/gsc-reports",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.31",
|
|
4
4
|
"main": "dist/gsc-reports.umd.js",
|
|
5
5
|
"module": "dist/gsc-reports.es.js",
|
|
6
6
|
"exports": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@golstats/gsc-checkbox": "^1.0.13",
|
|
50
|
-
"@golstats/gsc-template-report-maker": "^1.0.
|
|
50
|
+
"@golstats/gsc-template-report-maker": "^1.0.41",
|
|
51
51
|
"@golstats/gsc-volumetric-field": "^1.0.1",
|
|
52
52
|
"axios": "^1.10.0",
|
|
53
53
|
"gridstack": "^12.1.1",
|
|
@@ -201,6 +201,11 @@ function onOpenModalNewTemplate(template) {
|
|
|
201
201
|
function onEditTemplate(template) {
|
|
202
202
|
console.log('onEditTemplate, template:', template)
|
|
203
203
|
//if (reportTemplateMaker.value) {
|
|
204
|
+
console.log('Edicion es: ')
|
|
205
|
+
console.log({
|
|
206
|
+
template: template,
|
|
207
|
+
isTemplateMode: true,
|
|
208
|
+
})
|
|
204
209
|
reportTemplateMaker.value.show({
|
|
205
210
|
template: template,
|
|
206
211
|
isTemplateMode: true,
|