@pristy/pristy-libvue 1.16.2 → 1.16.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.
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +239 -238
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +1 -1
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/src/services/NodeToMenuItemService.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentTableView.vue"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ContentTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentTableView.vue"],"names":[],"mappings":";;;AA6NA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAqbmB,iBAAiB;kBAClB,gBAAgB;sBACZ,oBAAoB;qBACrB,mBAAmB;mBACrB,iBAAiB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodeToMenuItemService.d.ts","sourceRoot":"","sources":["../../../src/services/NodeToMenuItemService.js"],"names":[],"mappings":"AAsDA;;;;;;;;;;;;EAgCC;AAED;;;;;;;;;;;;GAYG;AACH,wDARG;IAAyB,cAAc,GAA/B,MAAM;CAKd,GAAU,MAAO,SAAS,
|
|
1
|
+
{"version":3,"file":"NodeToMenuItemService.d.ts","sourceRoot":"","sources":["../../../src/services/NodeToMenuItemService.js"],"names":[],"mappings":"AAsDA;;;;;;;;;;;;EAgCC;AAED;;;;;;;;;;;;GAYG;AACH,wDARG;IAAyB,cAAc,GAA/B,MAAM;CAKd,GAAU,MAAO,SAAS,CA4C5B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pristy/pristy-libvue",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.3",
|
|
4
4
|
"description": "Core library used by all Pristy applications",
|
|
5
5
|
"homepage": "https://pristy.fr/en/",
|
|
6
6
|
"author": "JECI SARL",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"@codemirror/legacy-modes": "^6.5.2",
|
|
52
52
|
"@codemirror/lint": "^6.9.5",
|
|
53
53
|
"@codemirror/merge": "^6.12.1",
|
|
54
|
-
"@codemirror/search": "^6.
|
|
54
|
+
"@codemirror/search": "^6.7.0",
|
|
55
55
|
"@codemirror/state": "^6.6.0",
|
|
56
56
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
57
|
-
"@codemirror/view": "^6.41.
|
|
57
|
+
"@codemirror/view": "^6.41.1",
|
|
58
58
|
"codemirror": "6.0.2",
|
|
59
59
|
"vue": "^3.5.22",
|
|
60
60
|
"vue-i18n": "^11.3.2",
|
|
@@ -67,16 +67,16 @@
|
|
|
67
67
|
"minimatch@>=10.0.0 <10.2.3": "10.2.4"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@alfresco/js-api": "^9.
|
|
70
|
+
"@alfresco/js-api": "^9.4.1",
|
|
71
71
|
"@codemirror/language-data": "^6.5.2",
|
|
72
72
|
"@tato30/vue-pdf": "^1.11.5",
|
|
73
73
|
"@vueuse/core": "^12.8.2",
|
|
74
74
|
"async-retry": "^1.3.3",
|
|
75
|
-
"axios": "^1.15.
|
|
76
|
-
"dompurify": "^3.4.
|
|
75
|
+
"axios": "^1.15.2",
|
|
76
|
+
"dompurify": "^3.4.1",
|
|
77
77
|
"email-validator": "^2.0.4",
|
|
78
78
|
"highlight.js": "^11.11.1",
|
|
79
|
-
"keycloak-js": "^26.2.
|
|
79
|
+
"keycloak-js": "^26.2.4",
|
|
80
80
|
"marked": "^16.4.2",
|
|
81
81
|
"marked-highlight": "^2.2.4",
|
|
82
82
|
"p-limit": "^6.2.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"pinia": "^2.3.1",
|
|
85
85
|
"primevue": "^3.53.1",
|
|
86
86
|
"quick-lru": "^7.3.0",
|
|
87
|
-
"sanitize-html": "^2.17.
|
|
87
|
+
"sanitize-html": "^2.17.3",
|
|
88
88
|
"type-check": "^0.4.0",
|
|
89
89
|
"vue-draggable-next": "^2.3.0"
|
|
90
90
|
},
|