@volo/ngx-lepton-x.core 3.3.3 → 4.0.0-rc.2

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.
@@ -1,14 +1,18 @@
1
1
  import { Router } from '@angular/router';
2
+ import { LocalizationService, RoutesService } from '@abp/ng.core';
2
3
  import { NavbarService } from '../navbar/navbar.service';
3
4
  import { BreadcrumbService } from './breadcrumb.service';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class BreadcrumbRouteListenerService {
6
- private navbarService;
7
- private router;
8
- private breadcrumbService;
9
- constructor(navbarService: NavbarService, router: Router, breadcrumbService: BreadcrumbService);
7
+ protected readonly navbarService: NavbarService;
8
+ protected readonly router: Router;
9
+ protected readonly routes: RoutesService;
10
+ protected readonly breadcrumbService: BreadcrumbService;
11
+ protected readonly localizationService: LocalizationService;
10
12
  subscribeRoute(): void;
11
13
  private mapNavbarItemToBreadcrumbItem;
14
+ private findItemByTreeNode;
15
+ private createBreadcrumbTrail;
12
16
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbRouteListenerService, never>;
13
17
  static ɵprov: i0.ɵɵInjectableDeclaration<BreadcrumbRouteListenerService>;
14
18
  }
@@ -6,6 +6,8 @@ export * from './footer-panel.directive';
6
6
  export * from './language-panel.directive';
7
7
  export * from './logo-panel.directive';
8
8
  export * from './mobile-navbar-panel.directive';
9
+ export * from './mobile-navbar-settings-panel.directive';
10
+ export * from './mobile-navbar-profile-panel.directive';
9
11
  export * from './navbar-panel.directive';
10
12
  export * from './navitem-panel.directive';
11
13
  export * from './panels.module';
@@ -0,0 +1,8 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MobileNavbarProfilePanelDirective {
4
+ template: TemplateRef<any>;
5
+ constructor(template: TemplateRef<any>);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MobileNavbarProfilePanelDirective, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MobileNavbarProfilePanelDirective, "ng-template[lpx-mobile-navbar-profile-panel]", never, {}, {}, never, never, false, never>;
8
+ }
@@ -0,0 +1,8 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MobileNavbarSettingsPanelDirective {
4
+ template: TemplateRef<any>;
5
+ constructor(template: TemplateRef<any>);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MobileNavbarSettingsPanelDirective, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MobileNavbarSettingsPanelDirective, "ng-template[lpx-mobile-navbar-settings-panel]", never, {}, {}, never, never, false, never>;
8
+ }
@@ -7,14 +7,16 @@ import * as i5 from "./footer-panel.directive";
7
7
  import * as i6 from "./language-panel.directive";
8
8
  import * as i7 from "./logo-panel.directive";
9
9
  import * as i8 from "./mobile-navbar-panel.directive";
10
- import * as i9 from "./navbar-panel.directive";
11
- import * as i10 from "./navitem-panel.directive";
12
- import * as i11 from "./settings-panel.directive";
13
- import * as i12 from "./top-navbar-panel.directive";
14
- import * as i13 from "./toolbar-panel.directive";
15
- import * as i14 from "@angular/common";
10
+ import * as i9 from "./mobile-navbar-settings-panel.directive";
11
+ import * as i10 from "./mobile-navbar-profile-panel.directive";
12
+ import * as i11 from "./navbar-panel.directive";
13
+ import * as i12 from "./navitem-panel.directive";
14
+ import * as i13 from "./settings-panel.directive";
15
+ import * as i14 from "./top-navbar-panel.directive";
16
+ import * as i15 from "./toolbar-panel.directive";
17
+ import * as i16 from "@angular/common";
16
18
  export declare class PanelsModule {
17
19
  static ɵfac: i0.ɵɵFactoryDeclaration<PanelsModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<PanelsModule, [typeof i1.BreadcrumbPanelDirective, typeof i2.ContentPanelDirective, typeof i3.CurrentUserImagePanelDirective, typeof i4.CurrentUserPanelDirective, typeof i5.FooterPanelDirective, typeof i6.LanguagePanelDirective, typeof i7.LogoPanelDirective, typeof i8.MobileNavbarPanelDirective, typeof i9.NavbarPanelDirective, typeof i10.NavitemPanelDirective, typeof i11.SettingsPanelDirective, typeof i12.TopNavbarPanelDirective, typeof i13.ToolbarPanelDirective], [typeof i14.CommonModule], [typeof i1.BreadcrumbPanelDirective, typeof i2.ContentPanelDirective, typeof i3.CurrentUserImagePanelDirective, typeof i4.CurrentUserPanelDirective, typeof i5.FooterPanelDirective, typeof i6.LanguagePanelDirective, typeof i7.LogoPanelDirective, typeof i8.MobileNavbarPanelDirective, typeof i9.NavbarPanelDirective, typeof i10.NavitemPanelDirective, typeof i11.SettingsPanelDirective, typeof i12.TopNavbarPanelDirective, typeof i13.ToolbarPanelDirective]>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PanelsModule, [typeof i1.BreadcrumbPanelDirective, typeof i2.ContentPanelDirective, typeof i3.CurrentUserImagePanelDirective, typeof i4.CurrentUserPanelDirective, typeof i5.FooterPanelDirective, typeof i6.LanguagePanelDirective, typeof i7.LogoPanelDirective, typeof i8.MobileNavbarPanelDirective, typeof i9.MobileNavbarSettingsPanelDirective, typeof i10.MobileNavbarProfilePanelDirective, typeof i11.NavbarPanelDirective, typeof i12.NavitemPanelDirective, typeof i13.SettingsPanelDirective, typeof i14.TopNavbarPanelDirective, typeof i15.ToolbarPanelDirective], [typeof i16.CommonModule], [typeof i1.BreadcrumbPanelDirective, typeof i2.ContentPanelDirective, typeof i3.CurrentUserImagePanelDirective, typeof i4.CurrentUserPanelDirective, typeof i5.FooterPanelDirective, typeof i6.LanguagePanelDirective, typeof i7.LogoPanelDirective, typeof i8.MobileNavbarPanelDirective, typeof i9.MobileNavbarSettingsPanelDirective, typeof i10.MobileNavbarProfilePanelDirective, typeof i11.NavbarPanelDirective, typeof i12.NavitemPanelDirective, typeof i13.SettingsPanelDirective, typeof i14.TopNavbarPanelDirective, typeof i15.ToolbarPanelDirective]>;
19
21
  static ɵinj: i0.ɵɵInjectorDeclaration<PanelsModule>;
20
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volo/ngx-lepton-x.core",
3
- "version": "3.3.3",
3
+ "version": "4.0.0-rc.2",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
6
  "ts-toolbelt": "^9.0.0",