@elite.framework/ng.core 2.0.28 → 2.0.29

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/models/index.d.ts CHANGED
@@ -152,6 +152,7 @@ interface Route extends Nav {
152
152
  path?: string;
153
153
  layout?: eLayoutType;
154
154
  iconClass?: string;
155
+ key?: string;
155
156
  group?: string;
156
157
  breadcrumbText?: string;
157
158
  children?: Route[];
@@ -299,6 +300,7 @@ interface NavigationMenuItem {
299
300
  displayName: string | null;
300
301
  order: number;
301
302
  icon: string | null;
303
+ key: string;
302
304
  url: string;
303
305
  target: string | null;
304
306
  permission: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elite.framework/ng.core",
3
- "version": "2.0.28",
3
+ "version": "2.0.29",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"