@pristy/pristy-libvue 2.18.2 → 2.18.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.
Files changed (40) hide show
  1. package/README.md +13 -0
  2. package/dist/{ActivityHistory-Ceg-TT2z.js → ActivityHistory-CQmJgU40.js} +2 -2
  3. package/dist/{ActivityHistory-Ceg-TT2z.js.map → ActivityHistory-CQmJgU40.js.map} +1 -1
  4. package/dist/{BookmarksComponent-B9Cs5W3M.js → BookmarksComponent-BdiLg2Er.js} +2 -2
  5. package/dist/{BookmarksComponent-B9Cs5W3M.js.map → BookmarksComponent-BdiLg2Er.js.map} +1 -1
  6. package/dist/{ChartWrapper-FvxEDgfp.js → ChartWrapper-CgUrZaUH.js} +2 -2
  7. package/dist/{ChartWrapper-FvxEDgfp.js.map → ChartWrapper-CgUrZaUH.js.map} +1 -1
  8. package/dist/{DisplayFileInDashboardComponent-CNJXyoYF.js → DisplayFileInDashboardComponent-BitxF6kA.js} +2 -2
  9. package/dist/{DisplayFileInDashboardComponent-CNJXyoYF.js.map → DisplayFileInDashboardComponent-BitxF6kA.js.map} +1 -1
  10. package/dist/{ExternalApps-C7affsUK.js → ExternalApps-1f9eHjBf.js} +2 -2
  11. package/dist/{ExternalApps-C7affsUK.js.map → ExternalApps-1f9eHjBf.js.map} +1 -1
  12. package/dist/{FavoriteList-By-5ScJW.js → FavoriteList-B-ySLbc4.js} +2 -2
  13. package/dist/{FavoriteList-By-5ScJW.js.map → FavoriteList-B-ySLbc4.js.map} +1 -1
  14. package/dist/{MarkdownComponent-D3pdlWVI.js → MarkdownComponent-CLjB6lw1.js} +2 -2
  15. package/dist/{MarkdownComponent-D3pdlWVI.js.map → MarkdownComponent-CLjB6lw1.js.map} +1 -1
  16. package/dist/{SearchInput-DzA1MVbI.js → SearchInput-BJRzn58R.js} +2 -2
  17. package/dist/{SearchInput-DzA1MVbI.js.map → SearchInput-BJRzn58R.js.map} +1 -1
  18. package/dist/{UnknownBlockType-BfQLAxi6.js → UnknownBlockType-w2yffn4Y.js} +2 -2
  19. package/dist/{UnknownBlockType-BfQLAxi6.js.map → UnknownBlockType-w2yffn4Y.js.map} +1 -1
  20. package/dist/{index-B82yEdg6.js → index-Dh35mLnd.js} +5114 -4897
  21. package/dist/index-Dh35mLnd.js.map +1 -0
  22. package/dist/pristy-libvue.css +1 -1
  23. package/dist/pristy-libvue.es.js +190 -186
  24. package/dist/pristy-libvue.umd.js +21 -21
  25. package/dist/pristy-libvue.umd.js.map +1 -1
  26. package/dist/src/components/config/ListVersionConfig.vue.d.ts +1 -1
  27. package/dist/src/components/layouts/AppSubmenu.vue.d.ts +4 -2
  28. package/dist/src/components/layouts/AppSubmenu.vue.d.ts.map +1 -1
  29. package/dist/src/components/layouts/AppSwitcher.vue.d.ts +63 -0
  30. package/dist/src/components/layouts/AppSwitcher.vue.d.ts.map +1 -0
  31. package/dist/src/i18n/index.d.ts +22 -0
  32. package/dist/src/i18n/index.d.ts.map +1 -1
  33. package/dist/src/index.d.ts +3 -1
  34. package/dist/src/index.d.ts.map +1 -1
  35. package/dist/src/services/AppSwitcherService.d.ts +36 -0
  36. package/dist/src/services/AppSwitcherService.d.ts.map +1 -0
  37. package/dist/src/stores/config.d.ts +3 -0
  38. package/dist/src/stores/config.d.ts.map +1 -1
  39. package/package.json +7 -6
  40. package/dist/index-B82yEdg6.js.map +0 -1
@@ -56,8 +56,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
56
56
  }>> & Readonly<{
57
57
  onReload?: (...args: any[]) => any;
58
58
  }>, {
59
- versions: unknown[];
60
59
  title: string;
60
+ versions: unknown[];
61
61
  }, {}, {
62
62
  PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
63
63
  PrimeCard: DefineComponent<CardProps, CardSlots, (e: string, ...args: any[]) => void>;
@@ -6,7 +6,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
6
6
  * - label: Display text (used if labelKey not provided)
7
7
  * - labelKey: i18n translation key
8
8
  * - icon: Icon class (e.g., 'ri-home-line')
9
- * - to: Route path (internal navigation)
9
+ * - to: Route path (internal navigation). On a section, the label becomes a
10
+ * link and only the arrow toggles; without it the whole header row toggles
10
11
  * - url: External URL (opens in new tab by default)
11
12
  * - target: Link target (defaults to '_self' for external URLs)
12
13
  * - badge: Optional badge text
@@ -34,7 +35,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
34
35
  * - label: Display text (used if labelKey not provided)
35
36
  * - labelKey: i18n translation key
36
37
  * - icon: Icon class (e.g., 'ri-home-line')
37
- * - to: Route path (internal navigation)
38
+ * - to: Route path (internal navigation). On a section, the label becomes a
39
+ * link and only the arrow toggles; without it the whole header row toggles
38
40
  * - url: External URL (opens in new tab by default)
39
41
  * - target: Link target (defaults to '_self' for external URLs)
40
42
  * - badge: Optional badge text
@@ -1 +1 @@
1
- {"version":3,"file":"AppSubmenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/AppSubmenu.vue"],"names":[],"mappings":";AA6JA;;IAslBI;;;;;;;;;;;;;OAaG;;;;;;;;;;;;;;;IAbH;;;;;;;;;;;;;OAaG"}
1
+ {"version":3,"file":"AppSubmenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/AppSubmenu.vue"],"names":[],"mappings":";AAyKA;;IAknBI;;;;;;;;;;;;;;OAcG;;;;;;;;;;;;;;;IAdH;;;;;;;;;;;;;;OAcG"}
@@ -0,0 +1,63 @@
1
+ import { DefineComponent, ExtractPropTypes, ComputedRef, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ import { ComposerTranslation, VueMessageType, LocaleMessageValue } from 'vue-i18n';
3
+ import { LocaleMessage, RemoveIndexSignature } from '@intlify/core-base';
4
+ import { DefineComponent } from '@primevue/core';
5
+ import { PopoverProps, PopoverSlots, PopoverMethods } from 'primevue/popover';
6
+ declare const _default: DefineComponent<ExtractPropTypes<{
7
+ /**
8
+ * Key of the application currently displayed, as declared in APPLICATIONS
9
+ * or in the known application catalogue (e.g. "portail").
10
+ */
11
+ currentApp: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ /**
16
+ * Show the current application as a non clickable tile.
17
+ */
18
+ showCurrent: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ }>, {
23
+ t: ComposerTranslation<{
24
+ [x: string]: LocaleMessage<VueMessageType>;
25
+ }, string, RemoveIndexSignature<{
26
+ [x: string]: LocaleMessageValue<VueMessageType>;
27
+ }>, never, never, never>;
28
+ applications: ComputedRef<{
29
+ key: string;
30
+ label: string | null;
31
+ labelKey: string | null;
32
+ icon: string | null;
33
+ url: string;
34
+ current: boolean;
35
+ }[]>;
36
+ popover: Ref<any, any>;
37
+ isOpen: Ref<boolean, boolean>;
38
+ toggle: (event: any) => void;
39
+ labelOf: (application: any) => any;
40
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
41
+ /**
42
+ * Key of the application currently displayed, as declared in APPLICATIONS
43
+ * or in the known application catalogue (e.g. "portail").
44
+ */
45
+ currentApp: {
46
+ type: StringConstructor;
47
+ default: string;
48
+ };
49
+ /**
50
+ * Show the current application as a non clickable tile.
51
+ */
52
+ showCurrent: {
53
+ type: BooleanConstructor;
54
+ default: boolean;
55
+ };
56
+ }>> & Readonly<{}>, {
57
+ currentApp: string;
58
+ showCurrent: boolean;
59
+ }, {}, {
60
+ PrimePopover: DefineComponent<PopoverProps, PopoverSlots, ((e: "show") => void) & ((e: "hide") => void), PopoverMethods>;
61
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
62
+ export default _default;
63
+ //# sourceMappingURL=AppSwitcher.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppSwitcher.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/AppSwitcher.vue"],"names":[],"mappings":";;;;;AAsDA;;IA+NI;;;OAGG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;IAVH;;;OAGG;;;;;IAKH;;OAEG"}
@@ -270,6 +270,17 @@ declare const i18n: I18n<{
270
270
  fichier_config: string;
271
271
  fichier_log: string;
272
272
  espace: string;
273
+ appSwitcher: {
274
+ title: string;
275
+ openLabel: string;
276
+ current: string;
277
+ portail: string;
278
+ espaces: string;
279
+ actes: string;
280
+ marches: string;
281
+ social: string;
282
+ media: string;
283
+ };
273
284
  menu: {
274
285
  espaces: string;
275
286
  favoris: string;
@@ -2185,6 +2196,17 @@ declare const i18n: I18n<{
2185
2196
  fichier_config: string;
2186
2197
  fichier_log: string;
2187
2198
  espace: string;
2199
+ appSwitcher: {
2200
+ title: string;
2201
+ openLabel: string;
2202
+ current: string;
2203
+ portail: string;
2204
+ espaces: string;
2205
+ actes: string;
2206
+ marches: string;
2207
+ social: string;
2208
+ media: string;
2209
+ };
2188
2210
  menu: {
2189
2211
  espaces: string;
2190
2212
  favoris: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOG"}
@@ -65,6 +65,7 @@ import { default as AppTopbar } from '../components/layouts/AppTopbar.vue';
65
65
  import { default as AppSubmenu } from '../components/layouts/AppSubmenu.vue';
66
66
  import { default as AppFooter } from '../components/layouts/AppFooter.vue';
67
67
  import { default as AppMobileLayout } from '../components/layouts/AppMobileLayout.vue';
68
+ import { default as AppSwitcher } from '../components/layouts/AppSwitcher.vue';
68
69
  import { default as SidebarProfileSection } from '../components/layouts/SidebarProfileSection.vue';
69
70
  import { default as ChatPanel } from '../components/chat/ChatPanel.vue';
70
71
  import { default as ChatMessage } from '../components/chat/ChatMessage.vue';
@@ -150,7 +151,8 @@ export { useGhostNodes } from '../composables/useGhostNodes.js';
150
151
  export namespace componentLibrary {
151
152
  function install(app: any): void;
152
153
  }
153
- export { PDFComponent, PristyIcon, PaginatorComponent, CopyOrMovePopup, TreeExplorer, EllipsisBreadcrumb, BreadCrumbAlfresco, ComplexBreadcrumb, ContentTableView, ContentListView, ContentCompactTableView, ContentGridView, DynamicContentView, GhostNodeRow, ContentFiltersHeader, ImageViewer, VideoPlayer, AudioPlayer, PreviewPanel, LayoutSelector, ColumnTogglePanel, ContentToolbar, SelectionBar, HelpKeyMessage, SelectionStatus, MemberList, ActionMenu, CustomToastContent, FolderUpload, UploadTargetInfo, UploadStatus, AddPairInConfigDialog, ConfigDatatable, ConfigItemEditor, ConfigSplitView, ConfigUpload, ListVersionConfig, AddCriterionPopup, AdvancedSearchPanel, AdvancedViewPanel, ExactSearch, FavoriteViewMenu, UserViewsFavoritesPanel, SaveViewPopup, ViewResultsPanel, PdfToolsComponent, CodeMirrorEditor, DiffViewerDialog, ArrayEditor, WorkspaceCard, WorkspaceList, PredefinedViewsPanel, ViewList, ConfigHealthBanner, CreateWorkflowPopup, ImportNewVersionPopup, ShareLinkPopup, MemberListPopup, SendMailPopup, ImportPopupWithWorker, ErrorComponent, AppLayout, AppSidebar, AppTopbar, AppSubmenu, AppFooter, AppMobileLayout, SidebarProfileSection, ChatPanel, ChatMessage, ChatInput, ChatRoomList, DashboardComponent, DashboardEditor, DashboardAdminPage, VersionHistoryDialog, IconPickerDialog, AdminClassificationLauncher, ClassificationPlanList, ClassificationPlanCreate, AdminClassificationPage, NatureForm, FieldForm, EmplacementForm, UploadPlanPopup, NatureSelector, MetadataFormFields };
154
+ export { PDFComponent, PristyIcon, PaginatorComponent, CopyOrMovePopup, TreeExplorer, EllipsisBreadcrumb, BreadCrumbAlfresco, ComplexBreadcrumb, ContentTableView, ContentListView, ContentCompactTableView, ContentGridView, DynamicContentView, GhostNodeRow, ContentFiltersHeader, ImageViewer, VideoPlayer, AudioPlayer, PreviewPanel, LayoutSelector, ColumnTogglePanel, ContentToolbar, SelectionBar, HelpKeyMessage, SelectionStatus, MemberList, ActionMenu, CustomToastContent, FolderUpload, UploadTargetInfo, UploadStatus, AddPairInConfigDialog, ConfigDatatable, ConfigItemEditor, ConfigSplitView, ConfigUpload, ListVersionConfig, AddCriterionPopup, AdvancedSearchPanel, AdvancedViewPanel, ExactSearch, FavoriteViewMenu, UserViewsFavoritesPanel, SaveViewPopup, ViewResultsPanel, PdfToolsComponent, CodeMirrorEditor, DiffViewerDialog, ArrayEditor, WorkspaceCard, WorkspaceList, PredefinedViewsPanel, ViewList, ConfigHealthBanner, CreateWorkflowPopup, ImportNewVersionPopup, ShareLinkPopup, MemberListPopup, SendMailPopup, ImportPopupWithWorker, ErrorComponent, AppLayout, AppSidebar, AppTopbar, AppSubmenu, AppFooter, AppMobileLayout, AppSwitcher, SidebarProfileSection, ChatPanel, ChatMessage, ChatInput, ChatRoomList, DashboardComponent, DashboardEditor, DashboardAdminPage, VersionHistoryDialog, IconPickerDialog, AdminClassificationLauncher, ClassificationPlanList, ClassificationPlanCreate, AdminClassificationPage, NatureForm, FieldForm, EmplacementForm, UploadPlanPopup, NatureSelector, MetadataFormFields };
155
+ export { default as appSwitcherService, listApplications, KNOWN_APPLICATIONS } from '../services/AppSwitcherService.js';
154
156
  export { default as filingPlanService, NatureDocument, TypeDossier } from '../services/FilingPlanService.js';
155
157
  export { useLayout, MENU_MODES, MENU_THEMES } from '../composables/useLayout.js';
156
158
  export { checkNotNull, checkString } from '../directives/assert.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgHE,iCA4EC;;yBA3KsB,sCAAsC;uBACxC,6BAA6B;+BAFrB,gDAAgD;4BAGnD,wCAAwC;yBAC3C,+BAA+B;+BACzB,gDAAgD;+BAChD,gDAAgD;8BACjD,+CAA+C;6BAChD,8CAA8C;4BAC/C,6CAA6C;oCACrC,qDAAqD;4BAC7D,6CAA6C;+BAC1C,gDAAgD;yBACtD,0CAA0C;iCAClC,kDAAkD;wBAC3D,qCAAqC;wBACrC,qCAAqC;wBACrC,qCAAqC;yBACpC,0CAA0C;2BAOxC,4CAA4C;8BACzC,+CAA+C;2BAClD,4CAA4C;yBAC9C,0CAA0C;2BACxC,iCAAiC;4BARhC,kCAAkC;uBASvC,mCAAmC;uBACnC,kCAAkC;+BAC1B,2CAA2C;yBAGjD,+BAA+B;6BAD3B,mCAAmC;yBADvC,+BAA+B;kCAItB,+CAA+C;4BACrD,yCAAyC;6BACxC,0CAA0C;4BAC3C,yCAAyC;yBAC5C,sCAAsC;8BACjC,2CAA2C;8BAC3C,2CAA2C;gCACzC,6CAA6C;8BAC/C,2CAA2C;wBACjD,qCAAqC;6BAChC,0CAA0C;oCACnC,iDAAiD;0BAC3D,uCAAuC;6BACpC,0CAA0C;8BACzC,6CAA6C;6BAC9C,mCAAmC;6BACnC,mCAAmC;wBACxC,qCAAqC;0BAOnC,0CAA0C;0BAC1C,0CAA0C;iCACnC,6CAA6C;qBACzD,iCAAiC;+BATvB,4CAA4C;gCApC3C,4CAA4C;kCAC1C,8CAA8C;2BAErD,uCAAuC;4BACtC,wCAAwC;0BAC1C,sCAAsC;kCAY9B,8CAA8C;2BAoBrD,iCAAiC;sBA8BtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;4BAC9B,0CAA0C;kCACpC,gDAAgD;sBAnC5D,iCAAiC;wBAC/B,mCAAmC;sBACrC,iCAAiC;yBAC9B,oCAAoC;+BAO9B,+CAA+C;4BAClD,mDAAmD;+BAChD,+CAA+C;iCAC7C,wDAAwD;6BAC5D,mCAAmC;wCAGxB,6DAA6D;mCAClE,wDAAwD;qCACtD,0DAA0D;oCAC3D,yDAAyD;uBACtE,4CAA4C;sBAC7C,2CAA2C;4BACrC,iDAAiD;4BACjD,iDAAiD;2BAClD,gDAAgD;+BAC5C,oDAAoD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiHE,iCA6EC;;yBA7KsB,sCAAsC;uBACxC,6BAA6B;+BAFrB,gDAAgD;4BAGnD,wCAAwC;yBAC3C,+BAA+B;+BACzB,gDAAgD;+BAChD,gDAAgD;8BACjD,+CAA+C;6BAChD,8CAA8C;4BAC/C,6CAA6C;oCACrC,qDAAqD;4BAC7D,6CAA6C;+BAC1C,gDAAgD;yBACtD,0CAA0C;iCAClC,kDAAkD;wBAC3D,qCAAqC;wBACrC,qCAAqC;wBACrC,qCAAqC;yBACpC,0CAA0C;2BAOxC,4CAA4C;8BACzC,+CAA+C;2BAClD,4CAA4C;yBAC9C,0CAA0C;2BACxC,iCAAiC;4BARhC,kCAAkC;uBASvC,mCAAmC;uBACnC,kCAAkC;+BAC1B,2CAA2C;yBAGjD,+BAA+B;6BAD3B,mCAAmC;yBADvC,+BAA+B;kCAItB,+CAA+C;4BACrD,yCAAyC;6BACxC,0CAA0C;4BAC3C,yCAAyC;yBAC5C,sCAAsC;8BACjC,2CAA2C;8BAC3C,2CAA2C;gCACzC,6CAA6C;8BAC/C,2CAA2C;wBACjD,qCAAqC;6BAChC,0CAA0C;oCACnC,iDAAiD;0BAC3D,uCAAuC;6BACpC,0CAA0C;8BACzC,6CAA6C;6BAC9C,mCAAmC;6BACnC,mCAAmC;wBACxC,qCAAqC;0BAOnC,0CAA0C;0BAC1C,0CAA0C;iCACnC,6CAA6C;qBACzD,iCAAiC;+BATvB,4CAA4C;gCApC3C,4CAA4C;kCAC1C,8CAA8C;2BAErD,uCAAuC;4BACtC,wCAAwC;0BAC1C,sCAAsC;kCAY9B,8CAA8C;2BAoBrD,iCAAiC;sBA8BtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;4BAC9B,0CAA0C;wBAC9C,sCAAsC;kCAC5B,gDAAgD;sBApC5D,iCAAiC;wBAC/B,mCAAmC;sBACrC,iCAAiC;yBAC9B,oCAAoC;+BAO9B,+CAA+C;4BAClD,mDAAmD;+BAChD,+CAA+C;iCAC7C,wDAAwD;6BAC5D,mCAAmC;wCAGxB,6DAA6D;mCAClE,wDAAwD;qCACtD,0DAA0D;oCAC3D,yDAAyD;uBACtE,4CAA4C;sBAC7C,2CAA2C;4BACrC,iDAAiD;4BACjD,iDAAiD;2BAClD,gDAAgD;+BAC5C,oDAAoD"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * List the applications the switcher must offer.
3
+ *
4
+ * @param {Object} config ConfigStore state, or any plain object holding the same keys
5
+ * @param {string} [currentApp] key of the application being displayed
6
+ * @returns {Array<{key: string, label: ?string, labelKey: ?string, icon: ?string, url: string, current: boolean}>}
7
+ */
8
+ export function listApplications(config: any, currentApp?: string): Array<{
9
+ key: string;
10
+ label: string | null;
11
+ labelKey: string | null;
12
+ icon: string | null;
13
+ url: string;
14
+ current: boolean;
15
+ }>;
16
+ export const KNOWN_APPLICATIONS: ({
17
+ key: string;
18
+ labelKey: string;
19
+ icon: string;
20
+ hostKey: string;
21
+ path: string;
22
+ flag?: undefined;
23
+ } | {
24
+ key: string;
25
+ labelKey: string;
26
+ icon: string;
27
+ hostKey: string;
28
+ path: string;
29
+ flag: string;
30
+ })[];
31
+ declare namespace _default {
32
+ export { listApplications };
33
+ export { KNOWN_APPLICATIONS };
34
+ }
35
+ export default _default;
36
+ //# sourceMappingURL=AppSwitcherService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppSwitcherService.d.ts","sourceRoot":"","sources":["../../../src/services/AppSwitcherService.js"],"names":[],"mappings":"AA6GA;;;;;;GAMG;AACH,2DAHW,MAAM,GACJ,KAAK,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAG,MAAM,OAAA,CAAC;IAAC,QAAQ,EAAG,MAAM,OAAA,CAAC;IAAC,IAAI,EAAG,MAAM,OAAA,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAC,CAAC,CAgBjH;AAjHD;;;;;;;;;;;;;;KAgDE"}
@@ -18,6 +18,7 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
18
18
  BREADCRUMB_ROOT_URL: string;
19
19
  EDIT_WITH_MSOFFICE: boolean;
20
20
  NEW_PASSWORD_RULES: string;
21
+ APPLICATIONS: any[];
21
22
  MENU_ESPACES: boolean;
22
23
  MENU_ACTES: boolean;
23
24
  MENU_MARCHES: boolean;
@@ -116,6 +117,7 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
116
117
  BREADCRUMB_ROOT_URL: string;
117
118
  EDIT_WITH_MSOFFICE: boolean;
118
119
  NEW_PASSWORD_RULES: string;
120
+ APPLICATIONS: any[];
119
121
  MENU_ESPACES: boolean;
120
122
  MENU_ACTES: boolean;
121
123
  MENU_MARCHES: boolean;
@@ -213,6 +215,7 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
213
215
  BREADCRUMB_ROOT_URL: string;
214
216
  EDIT_WITH_MSOFFICE: boolean;
215
217
  NEW_PASSWORD_RULES: string;
218
+ APPLICATIONS: any[];
216
219
  MENU_ESPACES: boolean;
217
220
  MENU_ACTES: boolean;
218
221
  MENU_MARCHES: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/stores/config.js"],"names":[],"mappings":";AAuBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiMI;;;;;;;;;;OAUG;gCADU,OAAO;;;IASpB;;OAEG;;IAkBH;;;;;OAKG;0CADS,OAAO,CAAC,IAAI,CAAC;GAiC1B"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/stores/config.js"],"names":[],"mappings":";AAuBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkMI;;;;;;;;;;OAUG;gCADU,OAAO;;;IASpB;;OAEG;;IAkBH;;;;;OAKG;0CADS,OAAO,CAAC,IAAI,CAAC;GAiC1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pristy/pristy-libvue",
3
- "version": "2.18.2",
3
+ "version": "2.18.3",
4
4
  "description": "Core library used by all Pristy applications",
5
5
  "homepage": "https://pristy.fr/en/",
6
6
  "author": "JECI SARL",
@@ -48,14 +48,15 @@
48
48
  "@codemirror/lang-xml": "^6.1.0",
49
49
  "@codemirror/lang-yaml": "^6.1.3",
50
50
  "@codemirror/language": "^6.12.4",
51
- "@codemirror/legacy-modes": "^6.5.3",
51
+ "@codemirror/legacy-modes": "^6.5.4",
52
52
  "@codemirror/lint": "^6.9.7",
53
53
  "@codemirror/merge": "^6.12.2",
54
- "@codemirror/search": "^6.7.1",
55
- "@codemirror/state": "^6.7.1",
54
+ "@codemirror/search": "^6.7.2",
55
+ "@codemirror/state": "^6.7.2",
56
56
  "@codemirror/theme-one-dark": "^6.1.3",
57
- "@codemirror/view": "^6.43.9",
57
+ "@codemirror/view": "^6.43.11",
58
58
  "codemirror": "6.0.2",
59
+ "remixicon": "^4.9.1",
59
60
  "vue": "^3.5.42",
60
61
  "vue-i18n": "^11.4.10",
61
62
  "vue-router": "^4.6.4"
@@ -99,7 +100,7 @@
99
100
  "eslint": "^10.9.1",
100
101
  "eslint-plugin-prettier": "^5.5.6",
101
102
  "eslint-plugin-vue": "^10.10.0",
102
- "globals": "^17.11.0",
103
+ "globals": "^17.12.0",
103
104
  "jsdom": "^27.4.0",
104
105
  "prettier": "^3.9.6",
105
106
  "rollup-plugin-visualizer": "^6.0.11",