@yuuvis/client-shell 2.3.1 → 2.3.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.
@@ -9,13 +9,11 @@
9
9
  "yuv.shell.action.manage-flavors.button.cancel": "Abbrechen",
10
10
  "yuv.shell.action.manage-flavors.text": "Dies sind die Typen, die für das aktuelle Objekt angewendet werden oder verfügbar sind.",
11
11
  "yuv.shell.action.manage-flavors.title": "Typen verwalten",
12
+ "yuv.shell.app-switcher.aria.label": "yuuvis App-Switch-Navigation",
12
13
  "yuv.shell.cmd.app.open": "'{{title}}' öffnen",
13
14
  "yuv.shell.cmd.logout": "Abmelden",
14
15
  "yuv.shell.cmd.open.settings": "Einstellungen öffnen",
15
16
  "yuv.shell.logo.aria.label": "yuuvis",
16
- "yuv.shell.side-nav.aria.label": "yuuvis App-Navigation",
17
- "yuv.shell.app-switcher.aria.label": "yuuvis App-Switch-Navigation",
18
- "yuv.shell.shell-actions.aria.label": "yuuvis App-Meta-Navigation",
19
17
  "yuv.shell.notifications.button.remove.all": "Alle entfernen",
20
18
  "yuv.shell.notifications.empty": "Keine Benachrichtigungen",
21
19
  "yuv.shell.notifications.title": "Benachrichtigungen",
@@ -32,5 +30,7 @@
32
30
  "yuv.shell.settings.mode.system": "System",
33
31
  "yuv.shell.settings.tenant": "Mandant",
34
32
  "yuv.shell.settings.title": "Einstellungen",
35
- "yuv.shell.settings.user.email": "E-Mail"
36
- }
33
+ "yuv.shell.settings.user.email": "E-Mail",
34
+ "yuv.shell.shell-actions.aria.label": "yuuvis App-Meta-Navigation",
35
+ "yuv.shell.side-nav.aria.label": "yuuvis App-Navigation"
36
+ }
@@ -9,13 +9,11 @@
9
9
  "yuv.shell.action.manage-flavors.button.cancel": "Cancel",
10
10
  "yuv.shell.action.manage-flavors.text": "These are the types that are used or available for the current object.",
11
11
  "yuv.shell.action.manage-flavors.title": "Manage types",
12
+ "yuv.shell.app-switcher.aria.label": "yuuvis app switch navigation",
12
13
  "yuv.shell.cmd.app.open": "Open '{{title}}'",
13
14
  "yuv.shell.cmd.logout": "Log out",
14
15
  "yuv.shell.cmd.open.settings": "Open settings",
15
16
  "yuv.shell.logo.aria.label": "yuuvis",
16
- "yuv.shell.side-nav.aria.label": "yuuvis app navigation",
17
- "yuv.shell.app-switcher.aria.label": "yuuvis app switch navigation",
18
- "yuv.shell.shell-actions.aria.label": "yuuvis app meta navigation",
19
17
  "yuv.shell.notifications.button.remove.all": "Remove all",
20
18
  "yuv.shell.notifications.empty": "No notifications",
21
19
  "yuv.shell.notifications.title": "Notifications",
@@ -32,5 +30,7 @@
32
30
  "yuv.shell.settings.mode.system": "System",
33
31
  "yuv.shell.settings.tenant": "Tenant",
34
32
  "yuv.shell.settings.title": "Settings",
35
- "yuv.shell.settings.user.email": "E-mail"
36
- }
33
+ "yuv.shell.settings.user.email": "E-mail",
34
+ "yuv.shell.shell-actions.aria.label": "yuuvis app meta navigation",
35
+ "yuv.shell.side-nav.aria.label": "yuuvis app navigation"
36
+ }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@yuuvis/client-shell",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
7
7
  "@angular/common": "^19.2.1",
8
8
  "@angular/core": "^19.2.1",
9
9
  "@angular/service-worker": "^19.2.1",
10
- "@yuuvis/client-core": "^2.3.1",
11
- "@yuuvis/client-shell-core": "^2.3.1",
12
- "@yuuvis/client-framework": "^2.3.1"
10
+ "@yuuvis/client-core": "^2.3.3",
11
+ "@yuuvis/client-shell-core": "^2.3.3",
12
+ "@yuuvis/client-framework": "^2.3.3"
13
13
  },
14
14
  "dependencies": {
15
15
  "tslib": "^2.3.0"