@volo/ngx-lepton-x.core 5.0.1 → 5.0.3

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
@@ -369,6 +369,7 @@ declare class NavbarService {
369
369
  menuItems: LpxNavbarItem[];
370
370
  private store;
371
371
  navbarItems$: rxjs.Observable<LpxNavbarItem[]>;
372
+ sourceNavbarItems$: rxjs.Observable<LpxNavbarItem[]>;
372
373
  groupedNavbarItems$: rxjs.Observable<{
373
374
  group: string;
374
375
  items: LpxNavbarItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volo/ngx-lepton-x.core",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
6
  "ts-toolbelt": "^9.0.0"