@elderbyte/ngx-starter 20.5.0-alpha.4 → 20.5.0-alpha.6

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/index.d.ts CHANGED
@@ -13433,8 +13433,8 @@ declare class ElderNavGroupComponent {
13433
13433
  readonly isOpen: i0.WritableSignal<boolean>;
13434
13434
  readonly clicked: i0.OutputEmitterRef<NavItemClicked>;
13435
13435
  isStaticNav: boolean;
13436
- readonly overlayPositions: ConnectedPosition[];
13437
13436
  private readonly _childrenActiveState;
13437
+ readonly overlayPositions: ConnectedPosition[];
13438
13438
  /***************************************************************************
13439
13439
  * *
13440
13440
  * Computed Properties *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "20.5.0-alpha.4",
3
+ "version": "20.5.0-alpha.6",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.0 || ^21.0.0",
6
6
  "@angular/common": "^20.0.0 || ^21.0.0",
@@ -169,5 +169,9 @@
169
169
  "quarter": "Vorheriges Quartal",
170
170
  "year": "Vorheriges Jahr"
171
171
  }
172
+ },
173
+
174
+ "staticNav": {
175
+ "show_static_nav": "Statische Navigation"
172
176
  }
173
177
  }
@@ -155,5 +155,9 @@
155
155
  "quarter": "Previous Quarter",
156
156
  "year": "Previous Year"
157
157
  }
158
+ },
159
+
160
+ "staticNav": {
161
+ "show_static_nav": "Static Navigation"
158
162
  }
159
163
  }