@rxap/layout 14.0.2 → 15.0.0
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/esm2020/lib/header/apps-button/apps-button.component.mjs +2 -2
- package/esm2020/lib/header/apps-button/apps-button.component.module.mjs +2 -2
- package/esm2020/lib/header/header.component.mjs +4 -4
- package/esm2020/lib/header/header.component.module.mjs +3 -3
- package/esm2020/lib/header/language-selector/language-selector.component.mjs +4 -4
- package/esm2020/lib/header/language-selector/language-selector.component.module.mjs +2 -2
- package/esm2020/lib/header/navigation-progress-bar/navigation-progress-bar.component.mjs +2 -2
- package/esm2020/lib/header/navigation-progress-bar/navigation-progress-bar.component.module.mjs +2 -2
- package/esm2020/lib/header/reset-button/reset-button.component.mjs +2 -2
- package/esm2020/lib/header/reset-button/reset-button.component.module.mjs +2 -2
- package/esm2020/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.mjs +3 -3
- package/esm2020/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.module.mjs +2 -2
- package/esm2020/lib/header/sign-out/sign-out.component.mjs +2 -2
- package/esm2020/lib/header/sign-out/sign-out.component.module.mjs +2 -2
- package/esm2020/lib/header/user-profile-icon/user-profile-icon.component.mjs +2 -2
- package/esm2020/lib/header/user-profile-icon/user-profile-icon.component.module.mjs +2 -2
- package/esm2020/lib/navigation/navigation-item/navigation-item.component.mjs +1 -1
- package/esm2020/lib/navigation/navigation.component.mjs +1 -1
- package/esm2020/lib/navigation/navigation.component.module.mjs +5 -9
- package/esm2020/lib/sidenav/sidenav.component.mjs +2 -2
- package/esm2020/lib/sidenav/sidenav.component.module.mjs +2 -2
- package/esm2020/lib/sidenav/version/version.component.mjs +1 -1
- package/esm2020/lib/sidenav-content/sidenav-content.component.mjs +1 -1
- package/esm2020/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.mjs +2 -2
- package/esm2020/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.module.mjs +2 -2
- package/fesm2015/rxap-layout.mjs +65 -67
- package/fesm2015/rxap-layout.mjs.map +1 -1
- package/fesm2020/rxap-layout.mjs +65 -67
- package/fesm2020/rxap-layout.mjs.map +1 -1
- package/lib/footer/footer.component.d.ts +1 -1
- package/lib/footer.directive.d.ts +1 -1
- package/lib/header/apps-button/apps-button.component.d.ts +1 -1
- package/lib/header/apps-button/apps-button.component.module.d.ts +2 -2
- package/lib/header/header.component.d.ts +2 -2
- package/lib/header/header.component.module.d.ts +3 -3
- package/lib/header/language-selector/language-selector.component.d.ts +1 -1
- package/lib/header/language-selector/language-selector.component.module.d.ts +2 -2
- package/lib/header/navigation-progress-bar/navigation-progress-bar.component.d.ts +1 -1
- package/lib/header/navigation-progress-bar/navigation-progress-bar.component.module.d.ts +2 -2
- package/lib/header/reset-button/reset-button.component.d.ts +1 -1
- package/lib/header/reset-button/reset-button.component.module.d.ts +2 -2
- package/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.d.ts +1 -1
- package/lib/header/sidenav-toggle-button/sidenav-toggle-button.component.module.d.ts +2 -2
- package/lib/header/sign-out/sign-out.component.d.ts +1 -1
- package/lib/header/sign-out/sign-out.component.module.d.ts +2 -2
- package/lib/header/user-profile-icon/user-profile-icon.component.d.ts +1 -1
- package/lib/header/user-profile-icon/user-profile-icon.component.module.d.ts +2 -2
- package/lib/layout/layout.component.d.ts +1 -1
- package/lib/navigation/navigation-item/navigation-item.component.d.ts +1 -1
- package/lib/navigation/navigation.component.d.ts +1 -1
- package/lib/navigation/navigation.component.module.d.ts +7 -8
- package/lib/sidenav/sidenav-footer.directive.d.ts +1 -1
- package/lib/sidenav/sidenav-header.directive.d.ts +1 -1
- package/lib/sidenav/sidenav.component.d.ts +1 -1
- package/lib/sidenav/sidenav.component.module.d.ts +2 -2
- package/lib/sidenav/version/version.component.d.ts +1 -1
- package/lib/sidenav-content/sidenav-content.component.d.ts +1 -1
- package/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.d.ts +1 -1
- package/lib/toggle-window-sidenav-button/toggle-window-sidenav-button.component.module.d.ts +2 -2
- package/lib/window-container-sidenav/window-container-sidenav.component.d.ts +1 -1
- package/package.json +25 -24
|
@@ -4,5 +4,5 @@ export declare class FooterComponent {
|
|
|
4
4
|
readonly footerService: FooterService;
|
|
5
5
|
constructor(footerService: FooterService);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "rxap-footer", never, {}, {}, never, never, false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "rxap-footer", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -10,7 +10,7 @@ export declare class FooterDirective implements OnInit, OnDestroy {
|
|
|
10
10
|
ngOnInit(): void;
|
|
11
11
|
ngOnDestroy(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterDirective, "[rxapFooter]", never, {}, {}, never, never, false>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterDirective, "[rxapFooter]", never, {}, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
15
15
|
export declare class FooterDirectiveModule {
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterDirectiveModule, never>;
|
|
@@ -20,5 +20,5 @@ export declare class AppsButtonComponent {
|
|
|
20
20
|
grid: Array<AppsButtonGridItem>;
|
|
21
21
|
constructor(grid: any, config: ConfigService);
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppsButtonComponent, [{ optional: true; }, null]>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppsButtonComponent, "rxap-apps-button", never, {}, {}, never, never, false>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppsButtonComponent, "rxap-apps-button", never, {}, {}, never, never, false, never>;
|
|
24
24
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./apps-button.component";
|
|
3
|
-
import * as i2 from "@angular/material/button";
|
|
3
|
+
import * as i2 from "@angular/material/legacy-button";
|
|
4
4
|
import * as i3 from "@angular/material/icon";
|
|
5
5
|
import * as i4 from "@angular/material/grid-list";
|
|
6
6
|
import * as i5 from "@angular/cdk/overlay";
|
|
@@ -9,6 +9,6 @@ import * as i7 from "@angular/common";
|
|
|
9
9
|
import * as i8 from "@angular/router";
|
|
10
10
|
export declare class AppsButtonComponentModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppsButtonComponentModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppsButtonComponentModule, [typeof i1.AppsButtonComponent], [typeof i2.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppsButtonComponentModule, [typeof i1.AppsButtonComponent], [typeof i2.MatLegacyButtonModule, typeof i3.MatIconModule, typeof i4.MatGridListModule, typeof i5.OverlayModule, typeof i6.FlexLayoutModule, typeof i7.CommonModule, typeof i8.RouterModule], [typeof i1.AppsButtonComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppsButtonComponentModule>;
|
|
14
14
|
}
|
|
@@ -4,7 +4,7 @@ import { Subscription, Observable } from 'rxjs';
|
|
|
4
4
|
import { MatSidenav } from '@angular/material/sidenav';
|
|
5
5
|
import { UserService } from '@rxap/authentication';
|
|
6
6
|
import { HeaderService } from '@rxap/services';
|
|
7
|
-
import { MatMenuPanel } from '@angular/material/menu';
|
|
7
|
+
import { MatLegacyMenuPanel as MatMenuPanel } from '@angular/material/legacy-menu';
|
|
8
8
|
import { ThemePalette } from '@angular/material/core';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class HeaderComponent implements OnInit, OnDestroy {
|
|
@@ -22,5 +22,5 @@ export declare class HeaderComponent implements OnInit, OnDestroy {
|
|
|
22
22
|
updateComponents(): void;
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, [null, null, { optional: true; }]>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "rxap-header", never, { "sidenav": "sidenav"; "color": "color"; "settingsMenuPanel": "settingsMenuPanel"; }, {}, never, ["*"], false>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "rxap-header", never, { "sidenav": "sidenav"; "color": "color"; "settingsMenuPanel": "settingsMenuPanel"; }, {}, never, ["*"], false, never>;
|
|
26
26
|
}
|
|
@@ -8,13 +8,13 @@ import * as i6 from "./sidenav-toggle-button/sidenav-toggle-button.component.mod
|
|
|
8
8
|
import * as i7 from "./reset-button/reset-button.component.module";
|
|
9
9
|
import * as i8 from "@angular/flex-layout";
|
|
10
10
|
import * as i9 from "@angular/common";
|
|
11
|
-
import * as i10 from "@angular/material/button";
|
|
11
|
+
import * as i10 from "@angular/material/legacy-button";
|
|
12
12
|
import * as i11 from "@angular/material/icon";
|
|
13
|
-
import * as i12 from "@angular/material/menu";
|
|
13
|
+
import * as i12 from "@angular/material/legacy-menu";
|
|
14
14
|
import * as i13 from "./apps-button/apps-button.component.module";
|
|
15
15
|
import * as i14 from "./language-selector/language-selector.component.module";
|
|
16
16
|
export declare class HeaderModule {
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, [typeof i1.HeaderComponent], [typeof i2.MatToolbarModule, typeof i3.SignOutComponentModule, typeof i4.UserProfileIconComponentModule, typeof i5.NavigationProgressBarComponentModule, typeof i6.SidenavToggleButtonComponentModule, typeof i7.ResetButtonComponentModule, typeof i8.FlexLayoutModule, typeof i9.CommonModule, typeof i10.
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, [typeof i1.HeaderComponent], [typeof i2.MatToolbarModule, typeof i3.SignOutComponentModule, typeof i4.UserProfileIconComponentModule, typeof i5.NavigationProgressBarComponentModule, typeof i6.SidenavToggleButtonComponentModule, typeof i7.ResetButtonComponentModule, typeof i8.FlexLayoutModule, typeof i9.CommonModule, typeof i10.MatLegacyButtonModule, typeof i11.MatIconModule, typeof i12.MatLegacyMenuModule, typeof i13.AppsButtonComponentModule, typeof i14.LanguageSelectorComponentModule], [typeof i1.HeaderComponent]>;
|
|
19
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<HeaderModule>;
|
|
20
20
|
}
|
|
@@ -19,5 +19,5 @@ export declare class LanguageSelectorComponent {
|
|
|
19
19
|
readonly language: LanguageSelectorService;
|
|
20
20
|
constructor(language: LanguageSelectorService);
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<LanguageSelectorComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LanguageSelectorComponent, "rxap-language-selector", never, {}, {}, never, never, false>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LanguageSelectorComponent, "rxap-language-selector", never, {}, {}, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./language-selector.component";
|
|
3
|
-
import * as i2 from "@angular/material/select";
|
|
3
|
+
import * as i2 from "@angular/material/legacy-select";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
6
|
export declare class LanguageSelectorComponentModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<LanguageSelectorComponentModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LanguageSelectorComponentModule, [typeof i1.LanguageSelectorComponent], [typeof i2.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LanguageSelectorComponentModule, [typeof i1.LanguageSelectorComponent], [typeof i2.MatLegacySelectModule, typeof i3.CommonModule, typeof i4.FormsModule], [typeof i1.LanguageSelectorComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<LanguageSelectorComponentModule>;
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ export declare class NavigationProgressBarComponent {
|
|
|
6
6
|
navigating$: Observable<boolean>;
|
|
7
7
|
constructor(router: Router);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationProgressBarComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationProgressBarComponent, "rxap-navigation-progress-bar", never, {}, {}, never, never, false>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationProgressBarComponent, "rxap-navigation-progress-bar", never, {}, {}, never, never, false, never>;
|
|
10
10
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./navigation-progress-bar.component";
|
|
3
|
-
import * as i2 from "@angular/material/progress-bar";
|
|
3
|
+
import * as i2 from "@angular/material/legacy-progress-bar";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
export declare class NavigationProgressBarComponentModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationProgressBarComponentModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationProgressBarComponentModule, [typeof i1.NavigationProgressBarComponent], [typeof i2.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationProgressBarComponentModule, [typeof i1.NavigationProgressBarComponent], [typeof i2.MatLegacyProgressBarModule, typeof i3.CommonModule], [typeof i1.NavigationProgressBarComponent]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<NavigationProgressBarComponentModule>;
|
|
9
9
|
}
|
|
@@ -4,5 +4,5 @@ export declare class ResetButtonComponent {
|
|
|
4
4
|
readonly resetService: ResetService;
|
|
5
5
|
constructor(resetService: ResetService);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResetButtonComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ResetButtonComponent, "rxap-reset-button", never, {}, {}, never, never, false>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResetButtonComponent, "rxap-reset-button", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./reset-button.component";
|
|
3
3
|
import * as i2 from "@angular/material/icon";
|
|
4
|
-
import * as i3 from "@angular/material/button";
|
|
4
|
+
import * as i3 from "@angular/material/legacy-button";
|
|
5
5
|
export declare class ResetButtonComponentModule {
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResetButtonComponentModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ResetButtonComponentModule, [typeof i1.ResetButtonComponent], [typeof i2.MatIconModule, typeof i3.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResetButtonComponentModule, [typeof i1.ResetButtonComponent], [typeof i2.MatIconModule, typeof i3.MatLegacyButtonModule], [typeof i1.ResetButtonComponent]>;
|
|
8
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<ResetButtonComponentModule>;
|
|
9
9
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class SidenavToggleButtonComponent {
|
|
4
4
|
sidenav: MatSidenav;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavToggleButtonComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidenavToggleButtonComponent, "rxap-sidenav-toggle-button", never, { "sidenav": "sidenav"; }, {}, never, never, false>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidenavToggleButtonComponent, "rxap-sidenav-toggle-button", never, { "sidenav": "sidenav"; }, {}, never, never, false, never>;
|
|
7
7
|
}
|
|
@@ -2,9 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./sidenav-toggle-button.component";
|
|
3
3
|
import * as i2 from "@angular/material/icon";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@angular/material/button";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-button";
|
|
6
6
|
export declare class SidenavToggleButtonComponentModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavToggleButtonComponentModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SidenavToggleButtonComponentModule, [typeof i1.SidenavToggleButtonComponent], [typeof i2.MatIconModule, typeof i3.CommonModule, typeof i4.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SidenavToggleButtonComponentModule, [typeof i1.SidenavToggleButtonComponent], [typeof i2.MatIconModule, typeof i3.CommonModule, typeof i4.MatLegacyButtonModule], [typeof i1.SidenavToggleButtonComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<SidenavToggleButtonComponentModule>;
|
|
10
10
|
}
|
|
@@ -5,5 +5,5 @@ export declare class SignOutComponent {
|
|
|
5
5
|
constructor(router: Router);
|
|
6
6
|
redirectToRoot(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SignOutComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SignOutComponent, "rxap-sign-out", never, {}, {}, never, never, false>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SignOutComponent, "rxap-sign-out", never, {}, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./sign-out.component";
|
|
3
|
-
import * as i2 from "@angular/material/button";
|
|
3
|
+
import * as i2 from "@angular/material/legacy-button";
|
|
4
4
|
import * as i3 from "@angular/material/icon";
|
|
5
5
|
import * as i4 from "@rxap/authentication";
|
|
6
6
|
export declare class SignOutComponentModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SignOutComponentModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SignOutComponentModule, [typeof i1.SignOutComponent], [typeof i2.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SignOutComponentModule, [typeof i1.SignOutComponent], [typeof i2.MatLegacyButtonModule, typeof i3.MatIconModule, typeof i4.SignOutDirectiveModule], [typeof i1.SignOutComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<SignOutComponentModule>;
|
|
10
10
|
}
|
|
@@ -7,5 +7,5 @@ export declare class UserProfileIconComponent {
|
|
|
7
7
|
userName$: Observable<string>;
|
|
8
8
|
constructor(userService: UserService);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserProfileIconComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileIconComponent, "rxap-user-profile-icon", never, {}, {}, never, never, false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileIconComponent, "rxap-user-profile-icon", never, {}, {}, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./user-profile-icon.component";
|
|
3
|
-
import * as i2 from "@angular/material/menu";
|
|
3
|
+
import * as i2 from "@angular/material/legacy-menu";
|
|
4
4
|
import * as i3 from "@angular/material/icon";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
import * as i5 from "@angular/flex-layout";
|
|
7
7
|
import * as i6 from "@rxap/directives";
|
|
8
8
|
export declare class UserProfileIconComponentModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserProfileIconComponentModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UserProfileIconComponentModule, [typeof i1.UserProfileIconComponent], [typeof i2.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UserProfileIconComponentModule, [typeof i1.UserProfileIconComponent], [typeof i2.MatLegacyMenuModule, typeof i3.MatIconModule, typeof i4.CommonModule, typeof i5.FlexLayoutModule, typeof i6.AvatarBackgroundImageDirectiveModule], [typeof i1.UserProfileIconComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<UserProfileIconComponentModule>;
|
|
12
12
|
}
|
|
@@ -7,5 +7,5 @@ export declare class LayoutComponent {
|
|
|
7
7
|
sidenav: MatSidenav;
|
|
8
8
|
constructor(layoutComponentService: LayoutComponentService);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "rxap-layout", never, {}, {}, never, ["*"], false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "rxap-layout", never, {}, {}, never, ["*"], false, never>;
|
|
11
11
|
}
|
|
@@ -35,5 +35,5 @@ export declare class NavigationItemComponent implements OnChanges, AfterViewInit
|
|
|
35
35
|
isNavigationItem(item: NavigationItem | NavigationDividerItem): item is NavigationItem;
|
|
36
36
|
asNavigationItem(item: NavigationItem | NavigationDividerItem): NavigationItem;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationItemComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationItemComponent, "li[rxap-navigation-item]", never, { "item": "item"; "level": "level"; }, {}, never, never, false>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationItemComponent, "li[rxap-navigation-item]", never, { "item": "item"; "level": "level"; }, {}, never, never, false, never>;
|
|
39
39
|
}
|
|
@@ -20,5 +20,5 @@ export declare class NavigationComponent implements OnInit, OnDestroy {
|
|
|
20
20
|
isNavigationItem(item: NavigationItem | NavigationDividerItem): item is NavigationItem;
|
|
21
21
|
asNavigationItem(item: NavigationItem | NavigationDividerItem): NavigationItem;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationComponent, "ul[rxap-navigation]", never, { "root": "root"; "items": "items"; "level": "level"; }, {}, never, never, false>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavigationComponent, "ul[rxap-navigation]", never, { "root": "root"; "items": "items"; "level": "level"; }, {}, never, never, false, never>;
|
|
24
24
|
}
|
|
@@ -2,19 +2,18 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./navigation.component";
|
|
3
3
|
import * as i2 from "./navigation-item/navigation-item.component";
|
|
4
4
|
import * as i3 from "@angular/material/icon";
|
|
5
|
-
import * as i4 from "@angular/material/button";
|
|
5
|
+
import * as i4 from "@angular/material/legacy-button";
|
|
6
6
|
import * as i5 from "@angular/flex-layout";
|
|
7
7
|
import * as i6 from "@angular/router";
|
|
8
8
|
import * as i7 from "@angular/common";
|
|
9
9
|
import * as i8 from "@rxap/material-directives/icon";
|
|
10
|
-
import * as i9 from "@
|
|
11
|
-
import * as i10 from "@angular/material/
|
|
12
|
-
import * as i11 from "@
|
|
13
|
-
import * as i12 from "@
|
|
14
|
-
import * as i13 from "
|
|
15
|
-
import * as i14 from "./replace-router-paths.pipe";
|
|
10
|
+
import * as i9 from "@angular/material/core";
|
|
11
|
+
import * as i10 from "@angular/material/divider";
|
|
12
|
+
import * as i11 from "@rxap/directives";
|
|
13
|
+
import * as i12 from "@angular/material/legacy-tooltip";
|
|
14
|
+
import * as i13 from "./replace-router-paths.pipe";
|
|
16
15
|
export declare class NavigationComponentModule {
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationComponentModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationComponentModule, [typeof i1.NavigationComponent, typeof i2.NavigationItemComponent], [typeof i3.MatIconModule, typeof i4.
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationComponentModule, [typeof i1.NavigationComponent, typeof i2.NavigationItemComponent], [typeof i3.MatIconModule, typeof i4.MatLegacyButtonModule, typeof i5.FlexLayoutModule, typeof i6.RouterModule, typeof i7.CommonModule, typeof i8.IconDirectiveModule, typeof i9.MatRippleModule, typeof i10.MatDividerModule, typeof i11.StopPropagationDirectiveModule, typeof i12.MatLegacyTooltipModule, typeof i13.ReplaceRouterPathsPipeModule], [typeof i1.NavigationComponent]>;
|
|
19
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<NavigationComponentModule>;
|
|
20
19
|
}
|
|
@@ -4,5 +4,5 @@ export declare class SidenavFooterDirective {
|
|
|
4
4
|
readonly template: TemplateRef<void>;
|
|
5
5
|
constructor(template: TemplateRef<void>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavFooterDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SidenavFooterDirective, "[rxapSidenavFooter]", never, {}, {}, never, never, false>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SidenavFooterDirective, "[rxapSidenavFooter]", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class SidenavHeaderDirective {
|
|
|
4
4
|
readonly template: TemplateRef<void>;
|
|
5
5
|
constructor(template: TemplateRef<void>);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavHeaderDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SidenavHeaderDirective, "[rxapSidenavHeader]", never, {}, {}, never, never, false>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SidenavHeaderDirective, "[rxapSidenavHeader]", never, {}, {}, never, never, false, never>;
|
|
8
8
|
}
|
|
@@ -8,5 +8,5 @@ export declare class SidenavComponent {
|
|
|
8
8
|
sidenavHeaderDirective?: SidenavHeaderDirective;
|
|
9
9
|
constructor(sidenav: SidenavComponentService);
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidenavComponent, "rxap-sidenav", never, {}, {}, ["sidenavFooterDirective", "sidenavHeaderDirective"], never, false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidenavComponent, "rxap-sidenav", never, {}, {}, ["sidenavFooterDirective", "sidenavHeaderDirective"], never, false, never>;
|
|
12
12
|
}
|
|
@@ -7,9 +7,9 @@ import * as i5 from "../navigation/navigation.component.module";
|
|
|
7
7
|
import * as i6 from "@angular/common";
|
|
8
8
|
import * as i7 from "@angular/material/divider";
|
|
9
9
|
import * as i8 from "@angular/material/icon";
|
|
10
|
-
import * as i9 from "@angular/material/button";
|
|
10
|
+
import * as i9 from "@angular/material/legacy-button";
|
|
11
11
|
export declare class SidenavModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SidenavModule, [typeof i1.SidenavComponent, typeof i2.SidenavHeaderDirective, typeof i3.SidenavFooterDirective], [typeof i4.FlexLayoutModule, typeof i5.NavigationComponentModule, typeof i6.CommonModule, typeof i7.MatDividerModule, typeof i8.MatIconModule, typeof i9.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SidenavModule, [typeof i1.SidenavComponent, typeof i2.SidenavHeaderDirective, typeof i3.SidenavFooterDirective], [typeof i4.FlexLayoutModule, typeof i5.NavigationComponentModule, typeof i6.CommonModule, typeof i7.MatDividerModule, typeof i8.MatIconModule, typeof i9.MatLegacyButtonModule], [typeof i1.SidenavComponent, typeof i2.SidenavHeaderDirective, typeof i3.SidenavFooterDirective]>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<SidenavModule>;
|
|
15
15
|
}
|
|
@@ -10,5 +10,5 @@ export declare class VersionComponent implements OnInit, OnDestroy {
|
|
|
10
10
|
ngOnInit(): void;
|
|
11
11
|
ngOnDestroy(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<VersionComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VersionComponent, "rxap-version", never, {}, {}, never, never, false>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VersionComponent, "rxap-version", never, {}, {}, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -8,5 +8,5 @@ export declare class SidenavContentComponent implements OnInit {
|
|
|
8
8
|
constructor(sccs: SidenavContentComponentService);
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavContentComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidenavContentComponent, "rxap-sidenav-content", never, { "sidenav": "sidenav"; }, {}, never, ["*"], false>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidenavContentComponent, "rxap-sidenav-content", never, { "sidenav": "sidenav"; }, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -7,5 +7,5 @@ export declare class ToggleWindowSidenavButtonComponent implements OnInit {
|
|
|
7
7
|
ngOnInit(): void;
|
|
8
8
|
toggle(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleWindowSidenavButtonComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleWindowSidenavButtonComponent, "rxap-toggle-window-sidenav-button", never, { "openWindowSidenav": "openWindowSidenav"; }, { "openWindowSidenavChange": "openWindowSidenavChange"; }, never, never, false>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleWindowSidenavButtonComponent, "rxap-toggle-window-sidenav-button", never, { "openWindowSidenav": "openWindowSidenav"; }, { "openWindowSidenavChange": "openWindowSidenavChange"; }, never, never, false, never>;
|
|
11
11
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./toggle-window-sidenav-button.component";
|
|
3
|
-
import * as i2 from "@angular/material/button";
|
|
3
|
+
import * as i2 from "@angular/material/legacy-button";
|
|
4
4
|
import * as i3 from "@angular/material/icon";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
export declare class ToggleWindowSidenavButtonModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleWindowSidenavButtonModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ToggleWindowSidenavButtonModule, [typeof i1.ToggleWindowSidenavButtonComponent], [typeof i2.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ToggleWindowSidenavButtonModule, [typeof i1.ToggleWindowSidenavButtonComponent], [typeof i2.MatLegacyButtonModule, typeof i3.MatIconModule, typeof i4.CommonModule], [typeof i1.ToggleWindowSidenavButtonComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<ToggleWindowSidenavButtonModule>;
|
|
10
10
|
}
|
|
@@ -13,5 +13,5 @@ export declare class WindowContainerSidenavComponent implements OnInit, OnDestro
|
|
|
13
13
|
private add;
|
|
14
14
|
private remove;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<WindowContainerSidenavComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WindowContainerSidenavComponent, "rxap-window-container-sidenav", never, {}, {}, never, never, false>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WindowContainerSidenavComponent, "rxap-window-container-sidenav", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rxap/layout",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "15.0.0",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://gitlab.com/rxap/packages/-/issues",
|
|
6
6
|
"email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"
|
|
@@ -17,27 +17,27 @@
|
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"description": "A collection of components and services that provides standard layouts for angular applications.",
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@angular-devkit/schematics": "^
|
|
21
|
-
"@angular/animations": "^
|
|
22
|
-
"@angular/cdk": "^
|
|
23
|
-
"@angular/common": "^
|
|
24
|
-
"@angular/core": "^
|
|
20
|
+
"@angular-devkit/schematics": "^15.0.3",
|
|
21
|
+
"@angular/animations": "^15.0.3",
|
|
22
|
+
"@angular/cdk": "^15.0.2",
|
|
23
|
+
"@angular/common": "^15.0.3",
|
|
24
|
+
"@angular/core": "^15.0.3",
|
|
25
25
|
"@angular/flex-layout": "^14.0.0-beta.40",
|
|
26
|
-
"@angular/forms": "^
|
|
27
|
-
"@angular/localize": "^
|
|
28
|
-
"@angular/material": "^
|
|
29
|
-
"@angular/platform-browser": "^
|
|
30
|
-
"@angular/platform-browser-dynamic": "^
|
|
31
|
-
"@angular/router": "^
|
|
32
|
-
"@rxap/authentication": "^
|
|
33
|
-
"@rxap/components": "^
|
|
34
|
-
"@rxap/config": "^
|
|
35
|
-
"@rxap/definition": "^
|
|
36
|
-
"@rxap/directives": "^
|
|
37
|
-
"@rxap/forms": "^
|
|
38
|
-
"@rxap/material-directives": "^
|
|
39
|
-
"@rxap/services": "^
|
|
40
|
-
"@rxap/utilities": "^
|
|
26
|
+
"@angular/forms": "^15.0.3",
|
|
27
|
+
"@angular/localize": "^15.0.3",
|
|
28
|
+
"@angular/material": "^15.0.2",
|
|
29
|
+
"@angular/platform-browser": "^15.0.3",
|
|
30
|
+
"@angular/platform-browser-dynamic": "^15.0.3",
|
|
31
|
+
"@angular/router": "^15.0.3",
|
|
32
|
+
"@rxap/authentication": "^15.0.0",
|
|
33
|
+
"@rxap/components": "^15.0.0",
|
|
34
|
+
"@rxap/config": "^15.0.0",
|
|
35
|
+
"@rxap/definition": "^15.0.0",
|
|
36
|
+
"@rxap/directives": "^15.0.0",
|
|
37
|
+
"@rxap/forms": "^15.0.0",
|
|
38
|
+
"@rxap/material-directives": "^15.0.0",
|
|
39
|
+
"@rxap/services": "^15.0.0",
|
|
40
|
+
"@rxap/utilities": "^15.0.0",
|
|
41
41
|
"joi": "^17.6.3",
|
|
42
42
|
"reflect-metadata": "^0.1.13",
|
|
43
43
|
"rxjs": "^6.6.0"
|
|
@@ -66,8 +66,9 @@
|
|
|
66
66
|
"save": "dependencies"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@rxap/schematics-utilities": "^
|
|
70
|
-
"tslib": "^2.3.1"
|
|
69
|
+
"@rxap/schematics-utilities": "^15.0.0",
|
|
70
|
+
"tslib": "^2.3.1",
|
|
71
|
+
"tsconfig-paths-webpack-plugin": "3.5.2"
|
|
71
72
|
},
|
|
72
73
|
"module": "fesm2015/rxap-layout.mjs",
|
|
73
74
|
"es2020": "fesm2020/rxap-layout.mjs",
|
|
@@ -92,4 +93,4 @@
|
|
|
92
93
|
"scripts": {
|
|
93
94
|
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
|
|
94
95
|
}
|
|
95
|
-
}
|
|
96
|
+
}
|