@yuuvis/app-drive 2.2.0 → 2.3.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.
@@ -42,7 +42,7 @@
42
42
  "yuv.app.drive.files.search.result.title": "Suchergebnisse",
43
43
  "yuv.app.drive.files.toggledetails.tooltip": "Details ein-/ausblenden",
44
44
  "yuv.app.drive.files.toggletree.tooltip": "Baum ein-/ausblenden",
45
- "yuv.app.drive.folder-tree.mydrive": "Mein Explorer",
45
+ "yuv.app.drive.folder-tree.mydrive": "Meine Dokumente",
46
46
  "yuv.app.drive.folder.create.headline": "Ordner erstellen",
47
47
  "yuv.app.drive.folder.create.submit": "Erstellen",
48
48
  "yuv.app.drive.multiselected.details": "{{count}} Elemente ausgewählt",
@@ -98,5 +98,10 @@
98
98
  "yuv.app.drive.versions.label": "Version",
99
99
  "yuv.object-metadata.button.reset": "Änderungen verwerfen",
100
100
  "yuv.object-metadata.button.save": "Speichern",
101
- "yuv.object-summary.action.edit": ""
101
+ "yuv.object-summary.action.edit": "Bearbeiten",
102
+ "io.yuuvis.app.drive.flavor.email": "E-Mail",
103
+ "io.yuuvis.app.drive.flavor.email.description": "Ein Dokument, das eine elektronische Nachricht detailliert beschreibt.",
104
+ "yuv.app.drive.email.apply-flavor.headline": "Typ 'E-Mail' hinzufügen",
105
+ "yuv.app.drive.email.apply-flavor.button.apply": "Anwenden",
106
+ "yuv.app.drive.email.apply-flavor.button.cancel": "Abbrechen"
102
107
  }
@@ -42,7 +42,7 @@
42
42
  "yuv.app.drive.files.search.result.title": "Search results",
43
43
  "yuv.app.drive.files.toggledetails.tooltip": "Show/hide details",
44
44
  "yuv.app.drive.files.toggletree.tooltip": "Show/hide tree",
45
- "yuv.app.drive.folder-tree.mydrive": "My Explorer",
45
+ "yuv.app.drive.folder-tree.mydrive": "My documents",
46
46
  "yuv.app.drive.folder.create.headline": "Create folder",
47
47
  "yuv.app.drive.folder.create.submit": "Create",
48
48
  "yuv.app.drive.multiselected.details": "{{count}} element(s) selected",
@@ -90,7 +90,7 @@
90
90
  "yuv.app.drive.search.meta.search-token.term": "for the search term '{{value}}'",
91
91
  "yuv.app.drive.search.meta.search-token.where": "in '{{value}}'",
92
92
  "yuv.app.drive.search.tooltip.extended-search": "Advanced search",
93
- "yuv.app.drive.tile-config.bucket": "yuuvis Explorer",
93
+ "yuv.app.drive.tile-config.bucket": "yuuvis explorer",
94
94
  "yuv.app.drive.unselected.details": "Select an individual element to obtain further information.",
95
95
  "yuv.app.drive.versions.desctiption.label": "Version {{version}} was created by {{modifieer}} on {{date}}.",
96
96
  "yuv.app.drive.versions.header.label": "Manage versions",
@@ -98,5 +98,10 @@
98
98
  "yuv.app.drive.versions.label": "Version",
99
99
  "yuv.object-metadata.button.reset": "Discard changes",
100
100
  "yuv.object-metadata.button.save": "Save",
101
- "yuv.object-summary.action.edit": "Edit"
101
+ "yuv.object-summary.action.edit": "Edit",
102
+ "io.yuuvis.app.drive.flavor.email": "Email",
103
+ "io.yuuvis.app.drive.flavor.email.description": "A document that describes an electronic message in detail.",
104
+ "yuv.app.drive.email.apply-flavor.headline": "Add type 'Email'",
105
+ "yuv.app.drive.email.apply-flavor.button.apply": "Apply",
106
+ "yuv.app.drive.email.apply-flavor.button.cancel": "Cancel"
102
107
  }
@@ -1,5 +1,6 @@
1
1
  import { VirtualObjectType } from '@yuuvis/client-core';
2
2
  import { ActionContext } from '@yuuvis/client-framework/actions';
3
+ import { AppFlavor } from '@yuuvis/client-shell-core';
3
4
  export declare const FS_PROPERTIES: {
4
5
  name: string;
5
6
  };
@@ -9,6 +10,7 @@ export declare const FS_SOTS: {
9
10
  export declare const APP_PREFIX = "appDrive:";
10
11
  export declare const APP_ID = "io.yuuvis.app.drive";
11
12
  export declare const APP_TYPES: Record<string, VirtualObjectType>;
13
+ export declare const APP_FLAVORS: AppFlavor[];
12
14
  export declare const APP_ACTIONS: {
13
15
  rename: string;
14
16
  paste: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuuvis/app-drive",
3
- "version": "2.2.0",
3
+ "version": "2.3.1",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/material": "^19.2.15",
package/yuv-manifest.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "ui": {
5
5
  "path": "drive",
6
6
  "iconName": "logo_dev",
7
- "routes": "AppDriveRoutes"
7
+ "routes": "YuuvisDriveRoutes"
8
8
  },
9
9
  "extension": "AppDriveExtension"
10
10
  }