@yuuvis/client-framework 3.6.0 → 3.7.1
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/fesm2022/yuuvis-client-framework-object-relationship.mjs +139 -90
- package/fesm2022/yuuvis-client-framework-object-relationship.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-tile-list.mjs +7 -0
- package/fesm2022/yuuvis-client-framework-tile-list.mjs.map +1 -1
- package/lib/assets/i18n/de.json +5 -5
- package/lib/assets/i18n/en.json +5 -5
- package/package.json +6 -6
- package/types/yuuvis-client-framework-object-relationship.d.ts +1 -1
package/lib/assets/i18n/de.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"yuv.pwa.update.
|
|
2
|
+
"yuv.pwa.update.cancel": "Später",
|
|
3
|
+
"yuv.pwa.update.confirm": "Neu laden",
|
|
3
4
|
"yuv.pwa.update.message": "Eine neue Version der Anwendung ist verfügbar. Jetzt neu laden, um zu aktualisieren?",
|
|
5
|
+
"yuv.pwa.update.title": "Update verfügbar",
|
|
4
6
|
"yuv.pwa.update.unrecoverable.message": "Die Anwendung muss neu geladen werden, um fortzufahren.",
|
|
5
|
-
"yuv.pwa.update.confirm": "Neu laden",
|
|
6
|
-
"yuv.pwa.update.cancel": "Später",
|
|
7
7
|
"yuv.session.expires.message": "Ihre Sitzung läuft in einer Minute ab.",
|
|
8
8
|
"yuv.session.extend.action": "Sitzung verlängern",
|
|
9
9
|
"yuv.action-menu.action.copy.dms.object.description": "",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"yuv.action-menu.action.cut.dms.object.description": "",
|
|
12
12
|
"yuv.action-menu.action.cut.dms.object.label": "Ausschneiden",
|
|
13
13
|
"yuv.action-menu.action.delete.dms.object.confirm.cancel": "Abbrechen",
|
|
14
|
-
"yuv.action-menu.action.delete.dms.object.confirm.message": "Möchten Sie die
|
|
14
|
+
"yuv.action-menu.action.delete.dms.object.confirm.message": "Möchten Sie die ausgewählten Objekte wirklich löschen? Dieser Vorgang kann nicht rückgängig gemacht werden.",
|
|
15
15
|
"yuv.action-menu.action.delete.dms.object.confirm.ok": "Löschen",
|
|
16
16
|
"yuv.action-menu.action.delete.dms.object.description": "Löscht das Objekt.",
|
|
17
17
|
"yuv.action-menu.action.delete.dms.object.label": "Löschen",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"yuv.audit.label.get.metadata": "Metadaten wurden gelesen",
|
|
84
84
|
"yuv.audit.label.get.rendition.pdf": "PDF-Rendition wurde angefordert",
|
|
85
85
|
"yuv.audit.label.get.rendition.text": "Text-Rendition wurde angefordert",
|
|
86
|
-
"yuv.audit.label.get.rendition.thumbnail": "
|
|
86
|
+
"yuv.audit.label.get.rendition.thumbnail": "Miniaturansicht wurde angefordert",
|
|
87
87
|
"yuv.audit.label.paging": "Seitennavigation",
|
|
88
88
|
"yuv.audit.label.paging.current": "Seite {{page}}",
|
|
89
89
|
"yuv.audit.label.paging.next": "zur nächsten Seite",
|
package/lib/assets/i18n/en.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"yuv.pwa.update.
|
|
2
|
+
"yuv.pwa.update.cancel": "Later",
|
|
3
|
+
"yuv.pwa.update.confirm": "Reload",
|
|
3
4
|
"yuv.pwa.update.message": "A new version of the application is available. Reload now to update?",
|
|
5
|
+
"yuv.pwa.update.title": "Update available",
|
|
4
6
|
"yuv.pwa.update.unrecoverable.message": "The application needs to be reloaded to continue.",
|
|
5
|
-
"yuv.pwa.update.confirm": "Reload",
|
|
6
|
-
"yuv.pwa.update.cancel": "Later",
|
|
7
7
|
"yuv.session.expires.message": "Your session will expire in one minute.",
|
|
8
8
|
"yuv.session.extend.action": "Extend session",
|
|
9
9
|
"yuv.action-menu.action.copy.dms.object.description": "",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"yuv.badge.empty.selection": "No badges currently available for selection.",
|
|
26
26
|
"yuv.badge.lock.description": "This object is locked and cannot be modified.",
|
|
27
27
|
"yuv.badge.lock.label": "Locked",
|
|
28
|
-
"yuv.badge.lock.self.description": "
|
|
28
|
+
"yuv.badge.lock.self.description": "This object is locked by you.",
|
|
29
29
|
"yuv.badge.lock.self.label": "Locked by you",
|
|
30
30
|
"yuv.badge.retention.description": "This object is subject to a retention period.",
|
|
31
31
|
"yuv.badge.retention.label": "Retention",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"yuv.tile-config.slot.action.headline": "Actions",
|
|
172
172
|
"yuv.tile-config.slot.badges.headline": "Badges",
|
|
173
173
|
"yuv.tile-config.slot.icon.headline": "Icon",
|
|
174
|
-
"yuv.tile-config.slot.property.headline": "
|
|
174
|
+
"yuv.tile-config.slot.property.headline": "Attribute",
|
|
175
175
|
"yuv.tile-config.title": "Hit list configuration for {{bucket}}",
|
|
176
176
|
"yuv.tile-config.trigger.tooltip": "Hit list configuration",
|
|
177
177
|
"yuv.tile-list.item.actions-menu.button.tooltip": "Open actions menu",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuuvis/client-framework",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.1",
|
|
4
4
|
"author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"peerDependencies": {
|
|
@@ -8,17 +8,17 @@
|
|
|
8
8
|
"@angular/common": "^21.2.9",
|
|
9
9
|
"@angular/core": "^21.2.9",
|
|
10
10
|
"angular-gridster2": "^21.0.1",
|
|
11
|
-
"@yuuvis/client-core": "^3.
|
|
12
|
-
"@yuuvis/client-shell-core": "^3.
|
|
13
|
-
"@yuuvis/client-components": "^3.
|
|
11
|
+
"@yuuvis/client-core": "^3.7.1",
|
|
12
|
+
"@yuuvis/client-shell-core": "^3.7.1",
|
|
13
|
+
"@yuuvis/client-components": "^3.7.1",
|
|
14
14
|
"ng-dynamic-component": "^10.8.2",
|
|
15
15
|
"modern-normalize": "^3.0.1"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@angular/material": "^21.2.7",
|
|
19
19
|
"@ngrx/signals": "^21.1.0",
|
|
20
|
-
"@yuuvis/material": "^3.
|
|
21
|
-
"@yuuvis/media-viewer": "^3.0.
|
|
20
|
+
"@yuuvis/material": "^3.7.1",
|
|
21
|
+
"@yuuvis/media-viewer": "^3.0.4",
|
|
22
22
|
"angular-split": "^20.0.0",
|
|
23
23
|
"vis-network": "^10.0.2",
|
|
24
24
|
"tslib": "^2.3.0"
|
|
@@ -47,7 +47,7 @@ declare class ObjectRelationshipComponent {
|
|
|
47
47
|
* Display mode for the relationship view.
|
|
48
48
|
*/
|
|
49
49
|
mode: _angular_core.ModelSignal<"list" | "graph">;
|
|
50
|
-
empty: _angular_core.Signal<boolean
|
|
50
|
+
empty: _angular_core.Signal<boolean>;
|
|
51
51
|
/**
|
|
52
52
|
* ID of the object to display relations for.
|
|
53
53
|
*/
|