@pristy/pristy-libvue 2.18.1 → 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 (44) hide show
  1. package/README.md +13 -0
  2. package/dist/{ActivityHistory-B7rEDc2i.js → ActivityHistory-CQmJgU40.js} +2 -2
  3. package/dist/{ActivityHistory-B7rEDc2i.js.map → ActivityHistory-CQmJgU40.js.map} +1 -1
  4. package/dist/{BookmarksComponent-AtcKmJXo.js → BookmarksComponent-BdiLg2Er.js} +2 -2
  5. package/dist/{BookmarksComponent-AtcKmJXo.js.map → BookmarksComponent-BdiLg2Er.js.map} +1 -1
  6. package/dist/{ChartWrapper-CLpgl4Fg.js → ChartWrapper-CgUrZaUH.js} +2 -2
  7. package/dist/{ChartWrapper-CLpgl4Fg.js.map → ChartWrapper-CgUrZaUH.js.map} +1 -1
  8. package/dist/{DisplayFileInDashboardComponent-BAVvLZVV.js → DisplayFileInDashboardComponent-BitxF6kA.js} +2 -2
  9. package/dist/{DisplayFileInDashboardComponent-BAVvLZVV.js.map → DisplayFileInDashboardComponent-BitxF6kA.js.map} +1 -1
  10. package/dist/{ExternalApps-B2WCQKX8.js → ExternalApps-1f9eHjBf.js} +2 -2
  11. package/dist/{ExternalApps-B2WCQKX8.js.map → ExternalApps-1f9eHjBf.js.map} +1 -1
  12. package/dist/{FavoriteList-CZnQ5XWk.js → FavoriteList-B-ySLbc4.js} +2 -2
  13. package/dist/{FavoriteList-CZnQ5XWk.js.map → FavoriteList-B-ySLbc4.js.map} +1 -1
  14. package/dist/{MarkdownComponent-Cvu0y5aE.js → MarkdownComponent-CLjB6lw1.js} +2 -2
  15. package/dist/{MarkdownComponent-Cvu0y5aE.js.map → MarkdownComponent-CLjB6lw1.js.map} +1 -1
  16. package/dist/{SearchInput-B1biNbXK.js → SearchInput-BJRzn58R.js} +2 -2
  17. package/dist/{SearchInput-B1biNbXK.js.map → SearchInput-BJRzn58R.js.map} +1 -1
  18. package/dist/{UnknownBlockType-COgFjCNE.js → UnknownBlockType-w2yffn4Y.js} +2 -2
  19. package/dist/{UnknownBlockType-COgFjCNE.js.map → UnknownBlockType-w2yffn4Y.js.map} +1 -1
  20. package/dist/{index-Cv1Jps6I.js → index-Dh35mLnd.js} +5215 -4926
  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/AppLayout.vue.d.ts +10 -0
  28. package/dist/src/components/layouts/AppSubmenu.vue.d.ts +4 -2
  29. package/dist/src/components/layouts/AppSubmenu.vue.d.ts.map +1 -1
  30. package/dist/src/components/layouts/AppSwitcher.vue.d.ts +63 -0
  31. package/dist/src/components/layouts/AppSwitcher.vue.d.ts.map +1 -0
  32. package/dist/src/components/layouts/AppTopbar.vue.d.ts +16 -0
  33. package/dist/src/components/layouts/AppTopbar.vue.d.ts.map +1 -1
  34. package/dist/src/i18n/index.d.ts +26 -0
  35. package/dist/src/i18n/index.d.ts.map +1 -1
  36. package/dist/src/index.d.ts +3 -1
  37. package/dist/src/index.d.ts.map +1 -1
  38. package/dist/src/services/AppSwitcherService.d.ts +36 -0
  39. package/dist/src/services/AppSwitcherService.d.ts.map +1 -0
  40. package/dist/src/services/ErrorService.d.ts.map +1 -1
  41. package/dist/src/stores/config.d.ts +3 -0
  42. package/dist/src/stores/config.d.ts.map +1 -1
  43. package/package.json +7 -6
  44. package/dist/index-Cv1Jps6I.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>;
@@ -559,6 +559,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
559
559
  type: ArrayConstructor;
560
560
  default: () => any[];
561
561
  };
562
+ menuTooltip: {
563
+ type: StringConstructor;
564
+ default: string;
565
+ };
562
566
  showSearch: {
563
567
  type: BooleanConstructor;
564
568
  default: boolean;
@@ -602,6 +606,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
602
606
  }>, {
603
607
  isMobile: ComputedRef<boolean>;
604
608
  computedSettingsItems: ComputedRef<unknown[]>;
609
+ searchIsExternal: ComputedRef<boolean>;
605
610
  doLogout: (loginRouteName: any) => Promise<void>;
606
611
  }, {}, {}, {
607
612
  getLabel(item: any): any;
@@ -635,6 +640,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
635
640
  type: ArrayConstructor;
636
641
  default: () => any[];
637
642
  };
643
+ menuTooltip: {
644
+ type: StringConstructor;
645
+ default: string;
646
+ };
638
647
  showSearch: {
639
648
  type: BooleanConstructor;
640
649
  default: boolean;
@@ -686,6 +695,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
686
695
  horizontalMenu: boolean;
687
696
  showLogo: boolean;
688
697
  logo: string;
698
+ menuTooltip: string;
689
699
  showSearch: boolean;
690
700
  searchRoute: string;
691
701
  searchTooltip: string;
@@ -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":";AAkJA;;IA2kBI;;;;;;;;;;;;;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"}
@@ -45,6 +45,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
45
45
  type: ArrayConstructor;
46
46
  default: () => any[];
47
47
  };
48
+ /**
49
+ * Accessible name of the menu toggle button
50
+ */
51
+ menuTooltip: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
48
55
  /**
49
56
  * Show search button
50
57
  */
@@ -119,6 +126,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
119
126
  }>, {
120
127
  isMobile: ComputedRef<boolean>;
121
128
  computedSettingsItems: ComputedRef<unknown[]>;
129
+ searchIsExternal: ComputedRef<boolean>;
122
130
  doLogout: (loginRouteName: any) => Promise<void>;
123
131
  }, {}, {}, {
124
132
  getLabel(item: any): any;
@@ -171,6 +179,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
171
179
  type: ArrayConstructor;
172
180
  default: () => any[];
173
181
  };
182
+ /**
183
+ * Accessible name of the menu toggle button
184
+ */
185
+ menuTooltip: {
186
+ type: StringConstructor;
187
+ default: string;
188
+ };
174
189
  /**
175
190
  * Show search button
176
191
  */
@@ -253,6 +268,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
253
268
  horizontalMenu: boolean;
254
269
  showLogo: boolean;
255
270
  logo: string;
271
+ menuTooltip: string;
256
272
  showSearch: boolean;
257
273
  searchRoute: string;
258
274
  searchTooltip: string;
@@ -1 +1 @@
1
- {"version":3,"file":"AppTopbar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/AppTopbar.vue"],"names":[],"mappings":";;;AAiJA;;IAqiBI;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;;;;IA7GH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG"}
1
+ {"version":3,"file":"AppTopbar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/AppTopbar.vue"],"names":[],"mappings":";;;AAmKA;;IAskBI;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;;;;;;;;;;;;;;IApHH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;;OAGG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG;;;;;IAKH;;OAEG"}
@@ -2,6 +2,8 @@ import { I18n } from 'vue-i18n';
2
2
  export default i18n;
3
3
  declare const i18n: I18n<{
4
4
  en: {
5
+ emptyPasswordOrUser: string;
6
+ unexpectedLoginError: string;
5
7
  auth: {
6
8
  signInProgress: string;
7
9
  callbackError: string;
@@ -268,6 +270,17 @@ declare const i18n: I18n<{
268
270
  fichier_config: string;
269
271
  fichier_log: string;
270
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
+ };
271
284
  menu: {
272
285
  espaces: string;
273
286
  favoris: string;
@@ -1915,6 +1928,8 @@ declare const i18n: I18n<{
1915
1928
  };
1916
1929
  };
1917
1930
  fr: {
1931
+ emptyPasswordOrUser: string;
1932
+ unexpectedLoginError: string;
1918
1933
  auth: {
1919
1934
  signInProgress: string;
1920
1935
  callbackError: string;
@@ -2181,6 +2196,17 @@ declare const i18n: I18n<{
2181
2196
  fichier_config: string;
2182
2197
  fichier_log: string;
2183
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
+ };
2184
2210
  menu: {
2185
2211
  espaces: string;
2186
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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ErrorService.d.ts","sourceRoot":"","sources":["../../../src/services/ErrorService.js"],"names":[],"mappings":"AAwDA;;;;;;;;;;;GAWG;AACH,uCATW,MAAM,SAEd;IAAsB,MAAM,EAApB,MAAM;IACS,QAAQ,GAC/B;QAAgC,KAAK,GACrC;YAAsC,OAAO,GAArC,MAAM;SACd;KAAA;IAA6B,OAAO,EAA5B,MAAM,MAAO;CACrB,GAAS,WAAW,CAgCtB;AAoFD,2CAyCC;;;AA3MD;;;;;GAKG;AACH;IACE,iDAIC;IAFC,UAAgB;IAChB,WAAkB;CAErB;AAoED;;;;;GAKG;AACH;IACE,kCAwBC;IAED,iDAUC;IAED,6CAcC;IAED,uCAkBC;CACF"}
1
+ {"version":3,"file":"ErrorService.d.ts","sourceRoot":"","sources":["../../../src/services/ErrorService.js"],"names":[],"mappings":"AAoFA;;;;;;;;;;;GAWG;AACH,uCATW,MAAM,SAEd;IAAsB,MAAM,EAApB,MAAM;IACS,QAAQ,GAC/B;QAAgC,KAAK,GACrC;YAAsC,OAAO,GAArC,MAAM;SACd;KAAA;IAA6B,OAAO,EAA5B,MAAM,MAAO;CACrB,GAAS,WAAW,CAgCtB;AAoFD,2CAyCC;;;AAvOD;;;;;GAKG;AACH;IACE,iDAIC;IAFC,UAAgB;IAChB,WAAkB;CAErB;AAgGD;;;;;GAKG;AACH;IACE,kCAwBC;IAED,iDAUC;IAED,6CAcC;IAED,uCAkBC;CACF"}
@@ -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.1",
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",