@yuuvis/app-drive 2.3.1 → 2.4.0

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.
@@ -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",
@@ -99,9 +99,6 @@
99
99
  "yuv.object-metadata.button.reset": "Discard changes",
100
100
  "yuv.object-metadata.button.save": "Save",
101
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
+ "io.yuuvis.app.drive.flavor.email": "E-mail",
103
+ "io.yuuvis.app.drive.flavor.email.description": "A document that describes an electronic message in detail."
107
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuuvis/app-drive",
3
- "version": "2.3.1",
3
+ "version": "2.4.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/material": "^19.2.15",
package/yuv-manifest.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "id": "io.yuuvis.app.drive",
3
- "title": "App-drive Title",
3
+ "title": "yuuvis® explorer",
4
4
  "ui": {
5
5
  "path": "drive",
6
- "iconName": "logo_dev",
6
+ "iconName": "cloud_circle",
7
7
  "routes": "YuuvisDriveRoutes"
8
8
  },
9
9
  "extension": "AppDriveExtension"