@yuuvis/app-shell-admin 2.0.14 → 2.0.15

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/README.md CHANGED
@@ -1,7 +1,29 @@
1
- # feature-admin
1
+ # @yuuvis/app-shell-admin
2
2
 
3
- This library was generated with [Nx](https://nx.dev).
3
+ @yuuvis/app-shell-admin is a yuuvis® MOMENTUM client app designed to let administrators manage access to applications and features for defined user groups.
4
4
 
5
- ## Running unit tests
5
+ ## Installation
6
6
 
7
- Run `nx test feature-admin` to execute the unit tests.
7
+ The app can be installed in a custom client project as follows:
8
+
9
+ ```sh
10
+ npm install @yuuvis/app-shell-admin --save
11
+ ```
12
+
13
+ ## Enable app
14
+ In your `app.routes.ts` add a new lazy loaded route for the `@yuuvis/app-shell-admin` package:
15
+
16
+ ```ts
17
+
18
+ export const app: App[] = [
19
+ {
20
+ id: 'io.yuuvis.app.shell-admin',
21
+ title: 'yuuvis Shell Admin',
22
+ path: 'shell-admin',
23
+ svgIcon: '<svg ...></svg>',
24
+ iconName: 'app_shell_admin',
25
+ loadChildren: () => import('@yuuvis/app-shell-admin').then((m) => m.FeatureAdminRoutes)
26
+ }
27
+ ]
28
+
29
+ ```
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@yuuvis/app-shell-admin",
3
- "version": "2.0.14",
3
+ "version": "2.0.15",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^19.2.1",
7
7
  "@angular/core": "^19.2.1",
8
- "@yuuvis/client-shell": "^2.0.14"
8
+ "@yuuvis/client-shell": "^2.0.15"
9
9
  },
10
10
  "sideEffects": false,
11
11
  "module": "fesm2022/yuuvis-app-shell-admin.mjs",
package/yuv-manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "id": "io.yuuvis.app.shell-admin",
3
- "title": "yM Shell Admin",
3
+ "title": "yuuvis Shell Admin",
4
4
  "ui": {
5
5
  "path": "shell-admin",
6
6
  "svgIcon": "<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 -960 960 960\" width=\"24px\" ><path d=\"M680-280q25 0 42.5-17.5T740-340q0-25-17.5-42.5T680-400q-25 0-42.5 17.5T620-340q0 25 17.5 42.5T680-280Zm0 120q31 0 57-14.5t42-38.5q-22-13-47-20t-52-7q-27 0-52 7t-47 20q16 24 42 38.5t57 14.5ZM480-80q-139-35-229.5-159.5T160-516v-244l320-120 320 120v227q-19-8-39-14.5t-41-9.5v-147l-240-90-240 90v188q0 47 12.5 94t35 89.5Q310-290 342-254t71 60q11 32 29 61t41 52q-1 0-1.5.5t-1.5.5Zm200 0q-83 0-141.5-58.5T480-280q0-83 58.5-141.5T680-480q83 0 141.5 58.5T880-280q0 83-58.5 141.5T680-80ZM480-494Z\"/></svg>",