@pristy/pristy-libvue 2.13.2 → 2.14.0
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/{ActivityHistory-DvppoMFI.js → ActivityHistory-ChMtDR82.js} +2 -2
- package/dist/{ActivityHistory-DvppoMFI.js.map → ActivityHistory-ChMtDR82.js.map} +1 -1
- package/dist/{BookmarksComponent-COJIz8pJ.js → BookmarksComponent-Cz_aQ5-9.js} +2 -2
- package/dist/{BookmarksComponent-COJIz8pJ.js.map → BookmarksComponent-Cz_aQ5-9.js.map} +1 -1
- package/dist/{ChartWrapper-B6QtsDH6.js → ChartWrapper-CmqnU-ww.js} +2 -2
- package/dist/{ChartWrapper-B6QtsDH6.js.map → ChartWrapper-CmqnU-ww.js.map} +1 -1
- package/dist/{DisplayFileInDashboardComponent-C5dT_d9i.js → DisplayFileInDashboardComponent-Dc_qS68w.js} +2 -2
- package/dist/{DisplayFileInDashboardComponent-C5dT_d9i.js.map → DisplayFileInDashboardComponent-Dc_qS68w.js.map} +1 -1
- package/dist/{ExternalApps-CQgG8EfU.js → ExternalApps-7__SB5Oz.js} +2 -2
- package/dist/{ExternalApps-CQgG8EfU.js.map → ExternalApps-7__SB5Oz.js.map} +1 -1
- package/dist/{FavoriteList-BECa1X8o.js → FavoriteList-DTM3fu0o.js} +2 -2
- package/dist/{FavoriteList-BECa1X8o.js.map → FavoriteList-DTM3fu0o.js.map} +1 -1
- package/dist/{MarkdownComponent-DqnmdXvf.js → MarkdownComponent-ConFplkG.js} +2 -2
- package/dist/{MarkdownComponent-DqnmdXvf.js.map → MarkdownComponent-ConFplkG.js.map} +1 -1
- package/dist/{SearchInput-rneHxKQw.js → SearchInput-C5VdTl3A.js} +2 -2
- package/dist/{SearchInput-rneHxKQw.js.map → SearchInput-C5VdTl3A.js.map} +1 -1
- package/dist/{UnknownBlockType-cgvJbQlW.js → UnknownBlockType-B4iDizJF.js} +2 -2
- package/dist/{UnknownBlockType-cgvJbQlW.js.map → UnknownBlockType-B4iDizJF.js.map} +1 -1
- package/dist/{index-Yfi6wfKI.js → index-D8qdQK4Y.js} +10128 -9751
- package/dist/index-D8qdQK4Y.js.map +1 -0
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +71 -70
- package/dist/pristy-libvue.umd.js +25 -25
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/AlfrescoApi.d.ts +2 -1
- package/dist/src/AlfrescoApi.d.ts.map +1 -1
- package/dist/src/components/classification/NatureSelector.vue.d.ts +21 -4
- package/dist/src/components/classification/NatureSelector.vue.d.ts.map +1 -1
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +2 -0
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +28 -0
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts +28 -0
- package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +73 -0
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/src/composables/useColumnFilter.d.ts +6 -0
- package/dist/src/composables/useColumnFilter.d.ts.map +1 -1
- package/dist/src/composables/useGhostNodes.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +4 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/services/ClassificationFileService.d.ts +1 -1
- package/dist/src/services/ClassificationFileService.d.ts.map +1 -1
- package/dist/src/stores/favorites.d.ts +25 -0
- package/dist/src/stores/favorites.d.ts.map +1 -1
- package/package.json +8 -8
- package/dist/index-Yfi6wfKI.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pristy/pristy-libvue",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.14.0",
|
|
4
4
|
"description": "Core library used by all Pristy applications",
|
|
5
5
|
"homepage": "https://pristy.fr/en/",
|
|
6
6
|
"author": "JECI SARL",
|
|
@@ -41,20 +41,20 @@
|
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@codemirror/autocomplete": "^6.20.3",
|
|
43
43
|
"@codemirror/collab": "^6.1.1",
|
|
44
|
-
"@codemirror/commands": "^6.10.
|
|
44
|
+
"@codemirror/commands": "^6.10.4",
|
|
45
45
|
"@codemirror/lang-html": "^6.4.11",
|
|
46
46
|
"@codemirror/lang-json": "^6.0.2",
|
|
47
47
|
"@codemirror/lang-markdown": "^6.5.0",
|
|
48
48
|
"@codemirror/lang-xml": "^6.1.0",
|
|
49
49
|
"@codemirror/lang-yaml": "^6.1.3",
|
|
50
|
-
"@codemirror/language": "^6.12.
|
|
50
|
+
"@codemirror/language": "^6.12.4",
|
|
51
51
|
"@codemirror/legacy-modes": "^6.5.3",
|
|
52
52
|
"@codemirror/lint": "^6.9.7",
|
|
53
53
|
"@codemirror/merge": "^6.12.2",
|
|
54
54
|
"@codemirror/search": "^6.7.1",
|
|
55
|
-
"@codemirror/state": "^6.
|
|
55
|
+
"@codemirror/state": "^6.7.0",
|
|
56
56
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
57
|
-
"@codemirror/view": "^6.43.
|
|
57
|
+
"@codemirror/view": "^6.43.4",
|
|
58
58
|
"codemirror": "6.0.2",
|
|
59
59
|
"vue": "^3.5.22",
|
|
60
60
|
"vue-i18n": "^11.4.6",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@tato30/vue-pdf": "^1.11.5",
|
|
72
72
|
"@vueuse/core": "^12.8.2",
|
|
73
73
|
"async-retry": "^1.3.3",
|
|
74
|
-
"axios": "^1.18.
|
|
74
|
+
"axios": "^1.18.1",
|
|
75
75
|
"dompurify": "^3.4.11",
|
|
76
76
|
"email-validator": "^2.0.4",
|
|
77
77
|
"highlight.js": "^11.11.1",
|
|
@@ -102,11 +102,11 @@
|
|
|
102
102
|
"eslint-plugin-promise": "^7.3.0",
|
|
103
103
|
"eslint-plugin-vue": "^9.33.0",
|
|
104
104
|
"jsdom": "^27.4.0",
|
|
105
|
-
"prettier": "^3.
|
|
105
|
+
"prettier": "^3.9.4",
|
|
106
106
|
"rollup-plugin-visualizer": "^6.0.11",
|
|
107
107
|
"sass": "^1.101.0",
|
|
108
108
|
"svgo": "^4.0.1",
|
|
109
|
-
"vite": "^7.3.
|
|
109
|
+
"vite": "^7.3.6",
|
|
110
110
|
"vite-plugin-dts": "^4.5.4",
|
|
111
111
|
"vitest": "^3.2.4"
|
|
112
112
|
},
|