@pristy/pristy-libvue 2.13.3 → 2.15.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.
Files changed (51) hide show
  1. package/dist/{ActivityHistory-DJkFfYop.js → ActivityHistory-sxbMlSfr.js} +2 -2
  2. package/dist/{ActivityHistory-DJkFfYop.js.map → ActivityHistory-sxbMlSfr.js.map} +1 -1
  3. package/dist/{BookmarksComponent-AFxnbtQ4.js → BookmarksComponent-DTh-oCqW.js} +2 -2
  4. package/dist/{BookmarksComponent-AFxnbtQ4.js.map → BookmarksComponent-DTh-oCqW.js.map} +1 -1
  5. package/dist/{ChartWrapper-BmWphXJq.js → ChartWrapper-KF1bh33I.js} +2 -2
  6. package/dist/{ChartWrapper-BmWphXJq.js.map → ChartWrapper-KF1bh33I.js.map} +1 -1
  7. package/dist/{DisplayFileInDashboardComponent-CFPiEmbZ.js → DisplayFileInDashboardComponent-k04ZYClB.js} +2 -2
  8. package/dist/{DisplayFileInDashboardComponent-CFPiEmbZ.js.map → DisplayFileInDashboardComponent-k04ZYClB.js.map} +1 -1
  9. package/dist/{ExternalApps-Byi2sWD-.js → ExternalApps-BVoa-yFy.js} +2 -2
  10. package/dist/{ExternalApps-Byi2sWD-.js.map → ExternalApps-BVoa-yFy.js.map} +1 -1
  11. package/dist/{FavoriteList-Dpp_6gdp.js → FavoriteList-DGT-B0wo.js} +2 -2
  12. package/dist/{FavoriteList-Dpp_6gdp.js.map → FavoriteList-DGT-B0wo.js.map} +1 -1
  13. package/dist/{MarkdownComponent-B-EWpfO_.js → MarkdownComponent-BLIrIQbV.js} +2 -2
  14. package/dist/{MarkdownComponent-B-EWpfO_.js.map → MarkdownComponent-BLIrIQbV.js.map} +1 -1
  15. package/dist/{SearchInput-BwBvj649.js → SearchInput-10PYLLs9.js} +2 -2
  16. package/dist/{SearchInput-BwBvj649.js.map → SearchInput-10PYLLs9.js.map} +1 -1
  17. package/dist/{UnknownBlockType-CXh2evhi.js → UnknownBlockType-B9t36sV5.js} +2 -2
  18. package/dist/{UnknownBlockType-CXh2evhi.js.map → UnknownBlockType-B9t36sV5.js.map} +1 -1
  19. package/dist/{index-XzeBXF5E.js → index-BLyGibYv.js} +9971 -9589
  20. package/dist/index-BLyGibYv.js.map +1 -0
  21. package/dist/pristy-libvue.css +1 -1
  22. package/dist/pristy-libvue.es.js +1 -1
  23. package/dist/pristy-libvue.umd.js +24 -26
  24. package/dist/pristy-libvue.umd.js.map +1 -1
  25. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +8 -2
  26. package/dist/src/components/classification/DictionaryForm.vue.d.ts +1 -0
  27. package/dist/src/components/classification/DictionaryForm.vue.d.ts.map +1 -1
  28. package/dist/src/components/classification/LexiconForm.vue.d.ts +10 -3
  29. package/dist/src/components/classification/LexiconForm.vue.d.ts.map +1 -1
  30. package/dist/src/components/classification/NatureSelector.vue.d.ts +21 -4
  31. package/dist/src/components/classification/NatureSelector.vue.d.ts.map +1 -1
  32. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +4 -0
  33. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
  34. package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +28 -0
  35. package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
  36. package/dist/src/components/navigation/ContentTableView.vue.d.ts +28 -0
  37. package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
  38. package/dist/src/components/navigation/DynamicContentView.vue.d.ts +73 -0
  39. package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
  40. package/dist/src/composables/useColumnFilter.d.ts +6 -0
  41. package/dist/src/composables/useColumnFilter.d.ts.map +1 -1
  42. package/dist/src/composables/useGhostNodes.d.ts.map +1 -1
  43. package/dist/src/i18n/index.d.ts +8 -0
  44. package/dist/src/i18n/index.d.ts.map +1 -1
  45. package/dist/src/services/ClassificationFileService.d.ts +1 -1
  46. package/dist/src/services/ClassificationFileService.d.ts.map +1 -1
  47. package/dist/src/stores/favorites.d.ts.map +1 -1
  48. package/dist/src/stores/navigation.d.ts +8 -0
  49. package/dist/src/stores/navigation.d.ts.map +1 -1
  50. package/package.json +8 -8
  51. package/dist/index-XzeBXF5E.js.map +0 -1
@@ -32,7 +32,7 @@ declare class ClassificationFileService {
32
32
  * @param {Object} nature - Nature object with type and aspects
33
33
  * @returns {Promise<Object>} The created node
34
34
  */
35
- createFileWithPlan(workspaceSiteId: string, pathFull: any[], templateNodeId: string, fileName: string, metadata: any, nature: any): Promise<any>;
35
+ createFileWithPlan(workspaceSiteId: string, pathFull: any[], templateNodeId: string, fileName: string, metadata: any, nature: any, destinationNodeId: any): Promise<any>;
36
36
  /**
37
37
  * Requalifies an existing document by moving it to the correct folder hierarchy
38
38
  * and updating its metadata/type.
@@ -1 +1 @@
1
- {"version":3,"file":"ClassificationFileService.d.ts","sourceRoot":"","sources":["../../../src/services/ClassificationFileService.js"],"names":[],"mappings":";;AAsBA;;;;GAIG;AACH;IACE;;;;;;;OAOG;IACH,gCAJW,MAAM,YACN,KAAQ,GACN,OAAO,CAAC,MAAM,CAAC,CA0C3B;IAED;;;;OAIG;IACH,sCAHW,MAAM,GACJ,OAAO,CAAC,MAAM,CAAC,CAM3B;IAED;;;;;;;;;;OAUG;IACH,oCARW,MAAM,YACN,KAAQ,kBACR,MAAM,YACN,MAAM,+BAGJ,OAAO,KAAQ,CA2C3B;IAED;;;;;;;;;;OAUG;IACH,0BARW,MAAM,mBACN,MAAM,YACN,KAAQ,8BAER,MAAM,wCAEJ,OAAO,KAAQ,CAwC3B;IAED;;;;;;;;;OASG;IACH,gCANW,MAAM,YACN,KAAQ,SACR,IAAI,EAAE,8BAEN,KAAQ,yCAmBlB;CACF"}
1
+ {"version":3,"file":"ClassificationFileService.d.ts","sourceRoot":"","sources":["../../../src/services/ClassificationFileService.js"],"names":[],"mappings":";;AAuBA;;;;GAIG;AACH;IACE;;;;;;;OAOG;IACH,gCAJW,MAAM,YACN,KAAQ,GACN,OAAO,CAAC,MAAM,CAAC,CA0C3B;IAED;;;;OAIG;IACH,sCAHW,MAAM,GACJ,OAAO,CAAC,MAAM,CAAC,CAM3B;IAED;;;;;;;;;;OAUG;IACH,oCARW,MAAM,YACN,KAAQ,kBACR,MAAM,YACN,MAAM,uDAGJ,OAAO,KAAQ,CAoE3B;IAED;;;;;;;;;;OAUG;IACH,0BARW,MAAM,mBACN,MAAM,YACN,KAAQ,8BAER,MAAM,wCAEJ,OAAO,KAAQ,CAwC3B;IAED;;;;;;;;;OASG;IACH,gCANW,MAAM,YACN,KAAQ,SACR,IAAI,EAAE,8BAEN,KAAQ,yCAmBlB;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"favorites.d.ts","sourceRoot":"","sources":["../../../src/stores/favorites.js"],"names":[],"mappings":";AAmGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4BI;;;;;OAKG;0BAFQ,OAAO,GACL,OAAO,OAAO;IA8E3B;;;;;;;;;OASG;6BADU,OAAO,CAAC,MAAM,CAAC;IAqC5B;;;OAGG;;IAKH;;;OAGG;wCADQ,MAAM;IAQjB;;OAEG;;GAUJ"}
1
+ {"version":3,"file":"favorites.d.ts","sourceRoot":"","sources":["../../../src/stores/favorites.js"],"names":[],"mappings":";AAmGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4BI;;;;;OAKG;0BAFQ,OAAO,GACL,OAAO,OAAO;IA8E3B;;;;;;;;;OASG;6BADU,OAAO,CAAC,MAAM,CAAC;IAyC5B;;;OAGG;;IAKH;;;OAGG;wCADQ,MAAM;IAQjB;;OAEG;;GAUJ"}
@@ -58,6 +58,14 @@ export const useNavigationStore: StoreDefinition<"NavigationStore", {
58
58
  */
59
59
  load(workspaceId: any, folderId: any, force: any): Promise<void> | Promise<Node>;
60
60
  loadWithOpts(workspaceId: any, folderId: any, force: any, opts: any): Promise<void> | Promise<Node>;
61
+ /**
62
+ * Silently refresh children for ghost node polling.
63
+ * Does NOT set loading = true (no skeleton flash).
64
+ * Only updates state if the children IDs have actually changed.
65
+ * @param {Object} opts Options for getChildrenWithOpts
66
+ * @return {Promise}
67
+ */
68
+ silentRefreshChildren(opts: any): Promise<any>;
61
69
  /**
62
70
  * Load children from current node in Actes Application (if it change)
63
71
  * @param workspaceId Current Workspace id (mandatory)
@@ -1 +1 @@
1
- {"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../src/stores/navigation.js"],"names":[],"mappings":";AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH;;;;;;;;;;;;;;;;;;;;IA2BI;;;;;;OAMG;;;IAkJH;;;;;;OAMG;;GA4GJ"}
1
+ {"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../src/stores/navigation.js"],"names":[],"mappings":";AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH;;;;;;;;;;;;;;;;;;;;IA2BI;;;;;;OAMG;;;IAkJH;;;;;;OAMG;;IA4BH;;;;;;OAMG;;GA4GJ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pristy/pristy-libvue",
3
- "version": "2.13.3",
3
+ "version": "2.15.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.3",
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.3",
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.6.0",
55
+ "@codemirror/state": "^6.7.0",
56
56
  "@codemirror/theme-one-dark": "^6.1.3",
57
- "@codemirror/view": "^6.43.1",
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.0",
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.8.4",
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.5",
109
+ "vite": "^7.3.6",
110
110
  "vite-plugin-dts": "^4.5.4",
111
111
  "vitest": "^3.2.4"
112
112
  },