@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
package/fesm2020/rxap-layout.mjs
CHANGED
|
@@ -16,18 +16,18 @@ import * as i3 from '@rxap/authentication';
|
|
|
16
16
|
import { UserService, SignOutDirectiveModule } from '@rxap/authentication';
|
|
17
17
|
import * as i3$1 from '@angular/router';
|
|
18
18
|
import { Router, NavigationStart, NavigationEnd, NavigationCancel, RouterModule, RouterLinkActive } from '@angular/router';
|
|
19
|
-
import * as i1$1 from '@angular/material/button';
|
|
20
|
-
import {
|
|
19
|
+
import * as i1$1 from '@angular/material/legacy-button';
|
|
20
|
+
import { MatLegacyButtonModule } from '@angular/material/legacy-button';
|
|
21
21
|
import * as i2$2 from '@angular/material/icon';
|
|
22
22
|
import { MatIconModule } from '@angular/material/icon';
|
|
23
23
|
import { isDefined } from '@rxap/utilities/rxjs';
|
|
24
|
-
import * as i1$2 from '@angular/material/menu';
|
|
25
|
-
import {
|
|
24
|
+
import * as i1$2 from '@angular/material/legacy-menu';
|
|
25
|
+
import { MatLegacyMenuModule } from '@angular/material/legacy-menu';
|
|
26
26
|
import * as i1$3 from '@angular/flex-layout/flex';
|
|
27
27
|
import * as i5 from '@rxap/directives';
|
|
28
28
|
import { AvatarBackgroundImageDirectiveModule, StopPropagationDirectiveModule } from '@rxap/directives';
|
|
29
|
-
import * as i1$4 from '@angular/material/progress-bar';
|
|
30
|
-
import {
|
|
29
|
+
import * as i1$4 from '@angular/material/legacy-progress-bar';
|
|
30
|
+
import { MatLegacyProgressBarModule } from '@angular/material/legacy-progress-bar';
|
|
31
31
|
import { __decorate, __metadata } from 'tslib';
|
|
32
32
|
import { Required, DebounceCall, coerceBoolean } from '@rxap/utilities';
|
|
33
33
|
import * as i5$1 from '@angular/flex-layout/extended';
|
|
@@ -35,11 +35,10 @@ import * as i1$5 from '@rxap/config';
|
|
|
35
35
|
import { ConfigService } from '@rxap/config';
|
|
36
36
|
import * as i3$2 from '@angular/cdk/overlay';
|
|
37
37
|
import { OverlayModule, Overlay } from '@angular/cdk/overlay';
|
|
38
|
-
import * as i2$3 from '@angular/material/form-field';
|
|
39
|
-
import * as i3$3 from '@angular/material/select';
|
|
40
|
-
import {
|
|
41
|
-
import * as i4$1 from '@angular/material/core';
|
|
42
|
-
import { MatRippleModule } from '@angular/material/core';
|
|
38
|
+
import * as i2$3 from '@angular/material/legacy-form-field';
|
|
39
|
+
import * as i3$3 from '@angular/material/legacy-select';
|
|
40
|
+
import { MatLegacySelectModule } from '@angular/material/legacy-select';
|
|
41
|
+
import * as i4$1 from '@angular/material/legacy-core';
|
|
43
42
|
import * as i6 from '@angular/forms';
|
|
44
43
|
import { FormsModule } from '@angular/forms';
|
|
45
44
|
import { FlexLayoutModule } from '@angular/flex-layout';
|
|
@@ -49,9 +48,10 @@ import { MatDividerModule } from '@angular/material/divider';
|
|
|
49
48
|
import { trigger, transition, style, animate } from '@angular/animations';
|
|
50
49
|
import * as i5$2 from '@rxap/material-directives/icon';
|
|
51
50
|
import { IconDirectiveModule } from '@rxap/material-directives/icon';
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
51
|
+
import * as i6$1 from '@angular/material/core';
|
|
52
|
+
import { MatRippleModule } from '@angular/material/core';
|
|
53
|
+
import * as i7 from '@angular/material/legacy-tooltip';
|
|
54
|
+
import { MatLegacyTooltipModule } from '@angular/material/legacy-tooltip';
|
|
55
55
|
|
|
56
56
|
const RXAP_NAVIGATION_CONFIG = new InjectionToken('rxap/layout/navigation-config');
|
|
57
57
|
const RXAP_NAVIGATION_CONFIG_INSERTS = new InjectionToken('rxap/layout/navigation-config-inserts');
|
|
@@ -140,7 +140,7 @@ SignOutComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SignOutCom
|
|
|
140
140
|
i0.ɵɵelementStart(1, "mat-icon");
|
|
141
141
|
i0.ɵɵtext(2, "login");
|
|
142
142
|
i0.ɵɵelementEnd()();
|
|
143
|
-
} }, dependencies: [i1$1.
|
|
143
|
+
} }, dependencies: [i1$1.MatLegacyButton, i2$2.MatIcon, i3.SignOutDirective], changeDetection: 0 });
|
|
144
144
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutComponent, [{
|
|
145
145
|
type: Component,
|
|
146
146
|
args: [{ selector: 'rxap-sign-out', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'rxap-sign-out' }, template: "<button\n rxapSignOut\n (successful)=\"redirectToRoot()\"\n mat-icon-button\n>\n <mat-icon>login</mat-icon>\n</button>\n" }]
|
|
@@ -240,7 +240,7 @@ UserProfileIconComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Us
|
|
|
240
240
|
i0.ɵɵproperty("yPosition", "below");
|
|
241
241
|
i0.ɵɵadvance(2);
|
|
242
242
|
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(6, 9, ctx.userService.user$));
|
|
243
|
-
} }, dependencies: [i1$2.
|
|
243
|
+
} }, dependencies: [i1$2.MatLegacyMenu, i1$2.MatLegacyMenuItem, i1$2.MatLegacyMenuTrigger, i2$2.MatIcon, i2$1.NgIf, i1$3.DefaultLayoutDirective, i1$3.DefaultLayoutAlignDirective, i5.AvatarBackgroundImageDirective, i2$1.AsyncPipe], styles: [".profile-icon[_ngcontent-%COMP%]{border-radius:100%;border:none;height:32px;width:32px;overflow:hidden;background-position:center center;background-repeat:no-repeat;background-size:cover}.profile-icon[_ngcontent-%COMP%]:hover{cursor:pointer}.profile-icon[_ngcontent-%COMP%]:focus{outline:none}"], changeDetection: 0 });
|
|
244
244
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UserProfileIconComponent, [{
|
|
245
245
|
type: Component,
|
|
246
246
|
args: [{ selector: 'rxap-user-profile-icon', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'rxap-user-profile-icon' }, template: "<button [matMenuTriggerFor]=\"menu\"\n [rxapAvatarBackgroundImage]=\"userProfileUrl$ | async\"\n [name]=\"(userName$ | async) ?? ''\"\n class=\"profile-icon\"\n fxLayout=\"row\"\n fxLayoutAlign=\"center center\">\n</button>\n\n<mat-menu #menu=\"matMenu\" [yPosition]=\"'below'\">\n <ng-template [ngIf]=\"userService.user$ | async\" let-user>\n <button *ngIf=\"user.firstname && user.lastname\" mat-menu-item>\n <mat-icon>person</mat-icon>\n <span>{{user.firstname}} {{user.lastname}}</span>\n </button>\n <button *ngIf=\"user.name\" mat-menu-item>\n <mat-icon>person</mat-icon>\n <span>{{user.name}}</span>\n </button>\n <button *ngIf=\"user.username\" mat-menu-item>\n <mat-icon>account_circle</mat-icon>\n <span>{{user.username}}</span>\n </button>\n <button *ngIf=\"user.email\" mat-menu-item>\n <mat-icon>email</mat-icon>\n <span>{{user.email}}</span>\n </button>\n </ng-template>\n</mat-menu>\n", styles: [".profile-icon{border-radius:100%;border:none;height:32px;width:32px;overflow:hidden;background-position:center center;background-repeat:no-repeat;background-size:cover}.profile-icon:hover{cursor:pointer}.profile-icon:focus{outline:none}\n"] }]
|
|
@@ -266,7 +266,7 @@ NavigationProgressBarComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ ty
|
|
|
266
266
|
i0.ɵɵpipe(1, "async");
|
|
267
267
|
} if (rf & 2) {
|
|
268
268
|
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(1, 1, ctx.navigating$));
|
|
269
|
-
} }, dependencies: [i1$4.
|
|
269
|
+
} }, dependencies: [i1$4.MatLegacyProgressBar, i2$1.NgIf, i2$1.AsyncPipe], changeDetection: 0 });
|
|
270
270
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigationProgressBarComponent, [{
|
|
271
271
|
type: Component,
|
|
272
272
|
args: [{ selector: 'rxap-navigation-progress-bar', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'rxap-navigation-progress-bar' }, template: "<mat-progress-bar\n *ngIf=\"navigating$ | async\"\n mode=\"indeterminate\"\n color=\"accent\"\n></mat-progress-bar>\n" }]
|
|
@@ -299,7 +299,7 @@ SidenavToggleButtonComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type
|
|
|
299
299
|
i0.ɵɵproperty("ngIf", !ctx.sidenav.opened);
|
|
300
300
|
i0.ɵɵadvance(1);
|
|
301
301
|
i0.ɵɵproperty("ngIf", ctx.sidenav.opened);
|
|
302
|
-
} }, dependencies: [i2$2.MatIcon, i2$1.NgIf, i1$1.
|
|
302
|
+
} }, dependencies: [i2$2.MatIcon, i2$1.NgIf, i1$1.MatLegacyButton], changeDetection: 0 });
|
|
303
303
|
__decorate([
|
|
304
304
|
Required,
|
|
305
305
|
__metadata("design:type", MatSidenav)
|
|
@@ -392,7 +392,7 @@ AppsButtonComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AppsBut
|
|
|
392
392
|
i0.ɵɵtemplate(0, AppsButtonComponent_ng_template_0_Template, 5, 2, "ng-template", 0);
|
|
393
393
|
} if (rf & 2) {
|
|
394
394
|
i0.ɵɵproperty("ngIf", ctx.grid && ctx.grid.length);
|
|
395
|
-
} }, dependencies: [i1$1.
|
|
395
|
+
} }, dependencies: [i1$1.MatLegacyButton, i2$2.MatIcon, i3$2.CdkConnectedOverlay, i3$2.CdkOverlayOrigin, i1$3.DefaultLayoutDirective, i1$3.DefaultLayoutGapDirective, i1$3.DefaultLayoutAlignDirective, i5$1.DefaultClassDirective, i5$1.DefaultStyleDirective, i2$1.NgClass, i2$1.NgForOf, i2$1.NgIf, i2$1.NgStyle], styles: [".grid-container[_ngcontent-%COMP%]{padding:8px;border:1px solid rgba(0,0,0,.2);border-radius:8px;box-shadow:0 1px 2px #3c40434d,0 2px 6px 2px #3c404326}.grid[_ngcontent-%COMP%]{list-style-type:none;margin:0;padding:0}.grid[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{border-radius:8px;padding:6px;height:84px;width:84px;transition-delay:0s;transition-duration:.2s;transition-property:tramsform;transition-timing-function:cubic-bezier(.333,0,0,1);position:relative}.grid[_ngcontent-%COMP%] li[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{position:absolute;inset:6px;text-align:center;text-decoration:none;color:#000}"], changeDetection: 0 });
|
|
396
396
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AppsButtonComponent, [{
|
|
397
397
|
type: Component,
|
|
398
398
|
args: [{ selector: 'rxap-apps-button', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'rxap-apps-button' }, template: "<ng-template [ngIf]=\"grid && grid.length\">\n <button #trigger=\"cdkOverlayOrigin\" (click)=\"isOpen = !isOpen\" cdkOverlayOrigin mat-icon-button>\n <mat-icon>apps</mat-icon>\n </button>\n\n <ng-template (overlayOutsideClick)=\"isOpen = false\"\n [cdkConnectedOverlayOpen]=\"isOpen\"\n [cdkConnectedOverlayOrigin]=\"trigger\"\n cdkConnectedOverlay>\n\n <div class=\"grid-container\">\n\n <ul [ngStyle]=\"{ columns: columns }\" class=\"grid\">\n <li *ngFor=\"let item of gridWithPadding\" [ngClass]=\"{ empty: item.empty }\">\n <a *ngIf=\"!item.empty\" [href]=\"item.href\">\n\n <span fxLayout=\"column\" fxLayoutAlign=\"start center\" fxLayoutGap=\"12px\">\n <img [src]=\"item.image\" width=\"53px\">\n <span>{{item.label}}</span>\n </span>\n\n </a>\n </li>\n </ul>\n\n </div>\n\n </ng-template>\n</ng-template>\n", styles: [".grid-container{padding:8px;border:1px solid rgba(0,0,0,.2);border-radius:8px;box-shadow:0 1px 2px #3c40434d,0 2px 6px 2px #3c404326}.grid{list-style-type:none;margin:0;padding:0}.grid li{border-radius:8px;padding:6px;height:84px;width:84px;transition-delay:0s;transition-duration:.2s;transition-property:tramsform;transition-timing-function:cubic-bezier(.333,0,0,1);position:relative}.grid li a{position:absolute;inset:6px;text-align:center;text-decoration:none;color:#000}\n"] }]
|
|
@@ -502,7 +502,7 @@ LanguageSelectorComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: L
|
|
|
502
502
|
i0.ɵɵpipe(1, "keyvalue");
|
|
503
503
|
} if (rf & 2) {
|
|
504
504
|
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(1, 1, ctx.language.languages).length);
|
|
505
|
-
} }, dependencies: [i2$3.
|
|
505
|
+
} }, dependencies: [i2$3.MatLegacyFormField, i3$3.MatLegacySelect, i4$1.MatLegacyOption, i2$1.NgForOf, i2$1.NgIf, i6.NgControlStatus, i6.NgModel, i2$1.KeyValuePipe], styles: [".language-selector[_ngcontent-%COMP%]{width:142px}.language-selector[_ngcontent-%COMP%] .mat-form-field-wrapper{padding-bottom:0}.language-selector[_ngcontent-%COMP%] .mat-form-field-wrapper .mat-form-field-infix{padding:12px 0;border-width:6px}.language-selector[_ngcontent-%COMP%] .mat-form-field-wrapper .mat-form-field-infix .mat-select-arrow-wrapper{transform:translateY(0)}"], changeDetection: 0 });
|
|
506
506
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LanguageSelectorComponent, [{
|
|
507
507
|
type: Component,
|
|
508
508
|
args: [{ selector: 'rxap-language-selector', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'rxap-language-selector' }, template: "<ng-template [ngIf]=\"(language.languages | keyvalue).length\">\n <div>\n <mat-form-field appearance=\"outline\" class=\"language-selector\">\n <mat-select (ngModelChange)=\"language.setLanguage($event)\" [ngModel]=\"language.selectedLanguage\">\n <mat-option *ngFor=\"let item of language.languages | keyvalue\" [value]=\"item.key\">{{item.value}}</mat-option>\n </mat-select>\n </mat-form-field>\n </div>\n</ng-template>\n", styles: [".language-selector{width:142px}.language-selector ::ng-deep .mat-form-field-wrapper{padding-bottom:0}.language-selector ::ng-deep .mat-form-field-wrapper .mat-form-field-infix{padding:12px 0;border-width:6px}.language-selector ::ng-deep .mat-form-field-wrapper .mat-form-field-infix .mat-select-arrow-wrapper{transform:translateY(0)}\n"] }]
|
|
@@ -590,7 +590,7 @@ HeaderComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: HeaderCompo
|
|
|
590
590
|
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(10, 6, ctx.hasUser$));
|
|
591
591
|
i0.ɵɵadvance(2);
|
|
592
592
|
i0.ɵɵproperty("ngIf", ctx.settingsMenuPanel);
|
|
593
|
-
} }, dependencies: [i2.MatToolbar, i2.MatToolbarRow, SignOutComponent, UserProfileIconComponent, NavigationProgressBarComponent, SidenavToggleButtonComponent, i1$3.DefaultLayoutDirective, i1$3.DefaultLayoutGapDirective, i1$3.DefaultLayoutAlignDirective, i1$3.DefaultFlexDirective, i5$1.DefaultClassDirective, i2$1.NgClass, i2$1.NgComponentOutlet, i2$1.NgForOf, i2$1.NgIf, i1$1.
|
|
593
|
+
} }, dependencies: [i2.MatToolbar, i2.MatToolbarRow, SignOutComponent, UserProfileIconComponent, NavigationProgressBarComponent, SidenavToggleButtonComponent, i1$3.DefaultLayoutDirective, i1$3.DefaultLayoutGapDirective, i1$3.DefaultLayoutAlignDirective, i1$3.DefaultFlexDirective, i5$1.DefaultClassDirective, i2$1.NgClass, i2$1.NgComponentOutlet, i2$1.NgForOf, i2$1.NgIf, i1$1.MatLegacyButton, i2$2.MatIcon, i1$2.MatLegacyMenuTrigger, AppsButtonComponent, LanguageSelectorComponent, i2$1.AsyncPipe], styles: [".content[_ngcontent-%COMP%]{width:100%;height:64px}"], changeDetection: 0 });
|
|
594
594
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HeaderComponent, [{
|
|
595
595
|
type: Component,
|
|
596
596
|
args: [{ selector: 'rxap-header', changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
@@ -619,7 +619,7 @@ class SignOutComponentModule {
|
|
|
619
619
|
}
|
|
620
620
|
SignOutComponentModule.ɵfac = function SignOutComponentModule_Factory(t) { return new (t || SignOutComponentModule)(); };
|
|
621
621
|
SignOutComponentModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SignOutComponentModule });
|
|
622
|
-
SignOutComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
622
|
+
SignOutComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [MatLegacyButtonModule,
|
|
623
623
|
MatIconModule,
|
|
624
624
|
SignOutDirectiveModule] });
|
|
625
625
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutComponentModule, [{
|
|
@@ -627,14 +627,14 @@ SignOutComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [M
|
|
|
627
627
|
args: [{
|
|
628
628
|
declarations: [SignOutComponent],
|
|
629
629
|
imports: [
|
|
630
|
-
|
|
630
|
+
MatLegacyButtonModule,
|
|
631
631
|
MatIconModule,
|
|
632
632
|
SignOutDirectiveModule,
|
|
633
633
|
],
|
|
634
634
|
exports: [SignOutComponent]
|
|
635
635
|
}]
|
|
636
636
|
}], null, null); })();
|
|
637
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SignOutComponentModule, { declarations: [SignOutComponent], imports: [
|
|
637
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SignOutComponentModule, { declarations: [SignOutComponent], imports: [MatLegacyButtonModule,
|
|
638
638
|
MatIconModule,
|
|
639
639
|
SignOutDirectiveModule], exports: [SignOutComponent] }); })();
|
|
640
640
|
|
|
@@ -642,7 +642,7 @@ class UserProfileIconComponentModule {
|
|
|
642
642
|
}
|
|
643
643
|
UserProfileIconComponentModule.ɵfac = function UserProfileIconComponentModule_Factory(t) { return new (t || UserProfileIconComponentModule)(); };
|
|
644
644
|
UserProfileIconComponentModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: UserProfileIconComponentModule });
|
|
645
|
-
UserProfileIconComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
645
|
+
UserProfileIconComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [MatLegacyMenuModule,
|
|
646
646
|
MatIconModule,
|
|
647
647
|
CommonModule,
|
|
648
648
|
FlexLayoutModule,
|
|
@@ -652,7 +652,7 @@ UserProfileIconComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imp
|
|
|
652
652
|
args: [{
|
|
653
653
|
declarations: [UserProfileIconComponent],
|
|
654
654
|
imports: [
|
|
655
|
-
|
|
655
|
+
MatLegacyMenuModule,
|
|
656
656
|
MatIconModule,
|
|
657
657
|
CommonModule,
|
|
658
658
|
FlexLayoutModule,
|
|
@@ -661,7 +661,7 @@ UserProfileIconComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imp
|
|
|
661
661
|
exports: [UserProfileIconComponent]
|
|
662
662
|
}]
|
|
663
663
|
}], null, null); })();
|
|
664
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(UserProfileIconComponentModule, { declarations: [UserProfileIconComponent], imports: [
|
|
664
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(UserProfileIconComponentModule, { declarations: [UserProfileIconComponent], imports: [MatLegacyMenuModule,
|
|
665
665
|
MatIconModule,
|
|
666
666
|
CommonModule,
|
|
667
667
|
FlexLayoutModule,
|
|
@@ -671,20 +671,20 @@ class NavigationProgressBarComponentModule {
|
|
|
671
671
|
}
|
|
672
672
|
NavigationProgressBarComponentModule.ɵfac = function NavigationProgressBarComponentModule_Factory(t) { return new (t || NavigationProgressBarComponentModule)(); };
|
|
673
673
|
NavigationProgressBarComponentModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: NavigationProgressBarComponentModule });
|
|
674
|
-
NavigationProgressBarComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
674
|
+
NavigationProgressBarComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [MatLegacyProgressBarModule,
|
|
675
675
|
CommonModule] });
|
|
676
676
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigationProgressBarComponentModule, [{
|
|
677
677
|
type: NgModule,
|
|
678
678
|
args: [{
|
|
679
679
|
declarations: [NavigationProgressBarComponent],
|
|
680
680
|
imports: [
|
|
681
|
-
|
|
681
|
+
MatLegacyProgressBarModule,
|
|
682
682
|
CommonModule
|
|
683
683
|
],
|
|
684
684
|
exports: [NavigationProgressBarComponent]
|
|
685
685
|
}]
|
|
686
686
|
}], null, null); })();
|
|
687
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(NavigationProgressBarComponentModule, { declarations: [NavigationProgressBarComponent], imports: [
|
|
687
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(NavigationProgressBarComponentModule, { declarations: [NavigationProgressBarComponent], imports: [MatLegacyProgressBarModule,
|
|
688
688
|
CommonModule], exports: [NavigationProgressBarComponent] }); })();
|
|
689
689
|
|
|
690
690
|
class SidenavToggleButtonComponentModule {
|
|
@@ -693,7 +693,7 @@ SidenavToggleButtonComponentModule.ɵfac = function SidenavToggleButtonComponent
|
|
|
693
693
|
SidenavToggleButtonComponentModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SidenavToggleButtonComponentModule });
|
|
694
694
|
SidenavToggleButtonComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [MatIconModule,
|
|
695
695
|
CommonModule,
|
|
696
|
-
|
|
696
|
+
MatLegacyButtonModule] });
|
|
697
697
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SidenavToggleButtonComponentModule, [{
|
|
698
698
|
type: NgModule,
|
|
699
699
|
args: [{
|
|
@@ -701,14 +701,14 @@ SidenavToggleButtonComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({
|
|
|
701
701
|
imports: [
|
|
702
702
|
MatIconModule,
|
|
703
703
|
CommonModule,
|
|
704
|
-
|
|
704
|
+
MatLegacyButtonModule
|
|
705
705
|
],
|
|
706
706
|
exports: [SidenavToggleButtonComponent]
|
|
707
707
|
}]
|
|
708
708
|
}], null, null); })();
|
|
709
709
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SidenavToggleButtonComponentModule, { declarations: [SidenavToggleButtonComponent], imports: [MatIconModule,
|
|
710
710
|
CommonModule,
|
|
711
|
-
|
|
711
|
+
MatLegacyButtonModule], exports: [SidenavToggleButtonComponent] }); })();
|
|
712
712
|
|
|
713
713
|
class ResetButtonComponent {
|
|
714
714
|
constructor(resetService) {
|
|
@@ -722,7 +722,7 @@ ResetButtonComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ResetB
|
|
|
722
722
|
i0.ɵɵelementStart(1, "mat-icon");
|
|
723
723
|
i0.ɵɵtext(2, "refresh");
|
|
724
724
|
i0.ɵɵelementEnd()();
|
|
725
|
-
} }, dependencies: [i2$2.MatIcon, i1$1.
|
|
725
|
+
} }, dependencies: [i2$2.MatIcon, i1$1.MatLegacyButton], changeDetection: 0 });
|
|
726
726
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ResetButtonComponent, [{
|
|
727
727
|
type: Component,
|
|
728
728
|
args: [{ selector: 'rxap-reset-button', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'rxap-reset-button' }, template: "<button (click)=\"resetService.resetAll()\" mat-icon-button>\n <mat-icon>refresh</mat-icon>\n</button>\n" }]
|
|
@@ -736,26 +736,26 @@ class ResetButtonComponentModule {
|
|
|
736
736
|
ResetButtonComponentModule.ɵfac = function ResetButtonComponentModule_Factory(t) { return new (t || ResetButtonComponentModule)(); };
|
|
737
737
|
ResetButtonComponentModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: ResetButtonComponentModule });
|
|
738
738
|
ResetButtonComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [MatIconModule,
|
|
739
|
-
|
|
739
|
+
MatLegacyButtonModule] });
|
|
740
740
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ResetButtonComponentModule, [{
|
|
741
741
|
type: NgModule,
|
|
742
742
|
args: [{
|
|
743
743
|
declarations: [ResetButtonComponent],
|
|
744
744
|
imports: [
|
|
745
745
|
MatIconModule,
|
|
746
|
-
|
|
746
|
+
MatLegacyButtonModule
|
|
747
747
|
],
|
|
748
748
|
exports: [ResetButtonComponent]
|
|
749
749
|
}]
|
|
750
750
|
}], null, null); })();
|
|
751
751
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ResetButtonComponentModule, { declarations: [ResetButtonComponent], imports: [MatIconModule,
|
|
752
|
-
|
|
752
|
+
MatLegacyButtonModule], exports: [ResetButtonComponent] }); })();
|
|
753
753
|
|
|
754
754
|
class AppsButtonComponentModule {
|
|
755
755
|
}
|
|
756
756
|
AppsButtonComponentModule.ɵfac = function AppsButtonComponentModule_Factory(t) { return new (t || AppsButtonComponentModule)(); };
|
|
757
757
|
AppsButtonComponentModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AppsButtonComponentModule });
|
|
758
|
-
AppsButtonComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
758
|
+
AppsButtonComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [MatLegacyButtonModule,
|
|
759
759
|
MatIconModule,
|
|
760
760
|
MatGridListModule,
|
|
761
761
|
OverlayModule,
|
|
@@ -767,7 +767,7 @@ AppsButtonComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports:
|
|
|
767
767
|
args: [{
|
|
768
768
|
declarations: [AppsButtonComponent],
|
|
769
769
|
imports: [
|
|
770
|
-
|
|
770
|
+
MatLegacyButtonModule,
|
|
771
771
|
MatIconModule,
|
|
772
772
|
MatGridListModule,
|
|
773
773
|
OverlayModule,
|
|
@@ -778,7 +778,7 @@ AppsButtonComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports:
|
|
|
778
778
|
exports: [AppsButtonComponent]
|
|
779
779
|
}]
|
|
780
780
|
}], null, null); })();
|
|
781
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AppsButtonComponentModule, { declarations: [AppsButtonComponent], imports: [
|
|
781
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AppsButtonComponentModule, { declarations: [AppsButtonComponent], imports: [MatLegacyButtonModule,
|
|
782
782
|
MatIconModule,
|
|
783
783
|
MatGridListModule,
|
|
784
784
|
OverlayModule,
|
|
@@ -790,7 +790,7 @@ class LanguageSelectorComponentModule {
|
|
|
790
790
|
}
|
|
791
791
|
LanguageSelectorComponentModule.ɵfac = function LanguageSelectorComponentModule_Factory(t) { return new (t || LanguageSelectorComponentModule)(); };
|
|
792
792
|
LanguageSelectorComponentModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: LanguageSelectorComponentModule });
|
|
793
|
-
LanguageSelectorComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
793
|
+
LanguageSelectorComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [MatLegacySelectModule,
|
|
794
794
|
CommonModule,
|
|
795
795
|
FormsModule] });
|
|
796
796
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LanguageSelectorComponentModule, [{
|
|
@@ -798,14 +798,14 @@ LanguageSelectorComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ im
|
|
|
798
798
|
args: [{
|
|
799
799
|
declarations: [LanguageSelectorComponent],
|
|
800
800
|
imports: [
|
|
801
|
-
|
|
801
|
+
MatLegacySelectModule,
|
|
802
802
|
CommonModule,
|
|
803
803
|
FormsModule
|
|
804
804
|
],
|
|
805
805
|
exports: [LanguageSelectorComponent]
|
|
806
806
|
}]
|
|
807
807
|
}], null, null); })();
|
|
808
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LanguageSelectorComponentModule, { declarations: [LanguageSelectorComponent], imports: [
|
|
808
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LanguageSelectorComponentModule, { declarations: [LanguageSelectorComponent], imports: [MatLegacySelectModule,
|
|
809
809
|
CommonModule,
|
|
810
810
|
FormsModule], exports: [LanguageSelectorComponent] }); })();
|
|
811
811
|
|
|
@@ -821,9 +821,9 @@ HeaderModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [MatToolbarM
|
|
|
821
821
|
ResetButtonComponentModule,
|
|
822
822
|
FlexLayoutModule,
|
|
823
823
|
CommonModule,
|
|
824
|
-
|
|
824
|
+
MatLegacyButtonModule,
|
|
825
825
|
MatIconModule,
|
|
826
|
-
|
|
826
|
+
MatLegacyMenuModule,
|
|
827
827
|
AppsButtonComponentModule,
|
|
828
828
|
LanguageSelectorComponentModule] });
|
|
829
829
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(HeaderModule, [{
|
|
@@ -839,9 +839,9 @@ HeaderModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [MatToolbarM
|
|
|
839
839
|
ResetButtonComponentModule,
|
|
840
840
|
FlexLayoutModule,
|
|
841
841
|
CommonModule,
|
|
842
|
-
|
|
842
|
+
MatLegacyButtonModule,
|
|
843
843
|
MatIconModule,
|
|
844
|
-
|
|
844
|
+
MatLegacyMenuModule,
|
|
845
845
|
AppsButtonComponentModule,
|
|
846
846
|
LanguageSelectorComponentModule
|
|
847
847
|
],
|
|
@@ -856,9 +856,9 @@ HeaderModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [MatToolbarM
|
|
|
856
856
|
ResetButtonComponentModule,
|
|
857
857
|
FlexLayoutModule,
|
|
858
858
|
CommonModule,
|
|
859
|
-
|
|
859
|
+
MatLegacyButtonModule,
|
|
860
860
|
MatIconModule,
|
|
861
|
-
|
|
861
|
+
MatLegacyMenuModule,
|
|
862
862
|
AppsButtonComponentModule,
|
|
863
863
|
LanguageSelectorComponentModule], exports: [HeaderComponent] }); })();
|
|
864
864
|
|
|
@@ -1576,7 +1576,7 @@ SidenavComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SidenavCom
|
|
|
1576
1576
|
i0.ɵɵproperty("fxHide", i0.ɵɵpipeBind1(14, 9, ctx.sidenav.collapsed$));
|
|
1577
1577
|
i0.ɵɵadvance(3);
|
|
1578
1578
|
i0.ɵɵproperty("ngIf", (tmp_4_0 = ctx.sidenavFooterDirective == null ? null : ctx.sidenavFooterDirective.template) !== null && tmp_4_0 !== undefined ? tmp_4_0 : null);
|
|
1579
|
-
} }, dependencies: [i1$3.DefaultLayoutDirective, i1$3.DefaultLayoutGapDirective, i1$3.DefaultLayoutAlignDirective, i1$3.DefaultFlexDirective, i5$1.DefaultShowHideDirective, i5$1.DefaultClassDirective, NavigationComponent, i2$1.NgClass, i2$1.NgIf, i2$1.NgTemplateOutlet, i3$4.MatDivider, i2$2.MatIcon, i1$1.
|
|
1579
|
+
} }, dependencies: [i1$3.DefaultLayoutDirective, i1$3.DefaultLayoutGapDirective, i1$3.DefaultLayoutAlignDirective, i1$3.DefaultFlexDirective, i5$1.DefaultShowHideDirective, i5$1.DefaultClassDirective, NavigationComponent, i2$1.NgClass, i2$1.NgIf, i2$1.NgTemplateOutlet, i3$4.MatDivider, i2$2.MatIcon, i1$1.MatLegacyButton, i2$1.AsyncPipe], styles: [".container[_ngcontent-%COMP%], .container[_ngcontent-%COMP%] .inner[_ngcontent-%COMP%]{height:100%}.container[_ngcontent-%COMP%] .inner[_ngcontent-%COMP%] .header[_ngcontent-%COMP%]{padding-bottom:12px}.container[_ngcontent-%COMP%] .inner[_ngcontent-%COMP%] .footer[_ngcontent-%COMP%]{padding-top:12px}.container[_ngcontent-%COMP%] .inner[_ngcontent-%COMP%] .nav-container[_ngcontent-%COMP%]{overflow-y:scroll;padding-top:12px}.container[_ngcontent-%COMP%] .inner[_ngcontent-%COMP%] .nav-container[_ngcontent-%COMP%]::-webkit-scrollbar{width:6px}.container[_ngcontent-%COMP%] .inner[_ngcontent-%COMP%] .nav-container[_ngcontent-%COMP%]::-webkit-scrollbar-track{border-radius:2px}.container[_ngcontent-%COMP%] .inner[_ngcontent-%COMP%] .nav-container[_ngcontent-%COMP%]::-webkit-scrollbar-thumb{border-radius:10px}.container[_ngcontent-%COMP%] .sidebar-toggle[_ngcontent-%COMP%]{min-height:48px}.container[_ngcontent-%COMP%] .sidebar-toggle[_ngcontent-%COMP%] .sidebar-toggle-inner[_ngcontent-%COMP%]{padding:0}.container[_ngcontent-%COMP%] .sidebar-toggle[_ngcontent-%COMP%] .arrow[_ngcontent-%COMP%]{transform:rotate(180deg)}.container[_ngcontent-%COMP%] .sidebar-toggle.collapsed[_ngcontent-%COMP%] .arrow[_ngcontent-%COMP%]{transform:initial}.container[_ngcontent-%COMP%] .sidebar-toggle.collapsed[_ngcontent-%COMP%] .sidebar-toggle-inner[_ngcontent-%COMP%]{justify-content:space-around!important}"], changeDetection: 0 });
|
|
1580
1580
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SidenavComponent, [{
|
|
1581
1581
|
type: Component,
|
|
1582
1582
|
args: [{ selector: 'rxap-sidenav', changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
@@ -1752,7 +1752,7 @@ ToggleWindowSidenavButtonComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent(
|
|
|
1752
1752
|
const _r1 = i0.ɵɵreference(4);
|
|
1753
1753
|
i0.ɵɵadvance(2);
|
|
1754
1754
|
i0.ɵɵproperty("ngIfElse", _r1)("ngIf", !ctx.openWindowSidenav);
|
|
1755
|
-
} }, dependencies: [i1$1.
|
|
1755
|
+
} }, dependencies: [i1$1.MatLegacyButton, i2$2.MatIcon, i2$1.NgIf], styles: [".toggle-button[_ngcontent-%COMP%]{position:absolute;top:70px;right:0;z-index:10000;border-radius:15px 0 0 15px;border:1px solid black;background:black}"], changeDetection: 0 });
|
|
1756
1756
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ToggleWindowSidenavButtonComponent, [{
|
|
1757
1757
|
type: Component,
|
|
1758
1758
|
args: [{ selector: 'rxap-toggle-window-sidenav-button', changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
@@ -1874,16 +1874,15 @@ class NavigationComponentModule {
|
|
|
1874
1874
|
NavigationComponentModule.ɵfac = function NavigationComponentModule_Factory(t) { return new (t || NavigationComponentModule)(); };
|
|
1875
1875
|
NavigationComponentModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: NavigationComponentModule });
|
|
1876
1876
|
NavigationComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [MatIconModule,
|
|
1877
|
-
|
|
1877
|
+
MatLegacyButtonModule,
|
|
1878
1878
|
FlexLayoutModule,
|
|
1879
1879
|
RouterModule,
|
|
1880
1880
|
CommonModule,
|
|
1881
1881
|
IconDirectiveModule,
|
|
1882
|
-
ButtonComponentModule,
|
|
1883
1882
|
MatRippleModule,
|
|
1884
1883
|
MatDividerModule,
|
|
1885
1884
|
StopPropagationDirectiveModule,
|
|
1886
|
-
|
|
1885
|
+
MatLegacyTooltipModule,
|
|
1887
1886
|
ReplaceRouterPathsPipeModule] });
|
|
1888
1887
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NavigationComponentModule, [{
|
|
1889
1888
|
type: NgModule,
|
|
@@ -1891,34 +1890,32 @@ NavigationComponentModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports:
|
|
|
1891
1890
|
declarations: [NavigationComponent, NavigationItemComponent],
|
|
1892
1891
|
imports: [
|
|
1893
1892
|
MatIconModule,
|
|
1894
|
-
|
|
1893
|
+
MatLegacyButtonModule,
|
|
1895
1894
|
FlexLayoutModule,
|
|
1896
1895
|
RouterModule,
|
|
1897
1896
|
CommonModule,
|
|
1898
1897
|
IconDirectiveModule,
|
|
1899
|
-
ButtonComponentModule,
|
|
1900
1898
|
MatRippleModule,
|
|
1901
1899
|
MatDividerModule,
|
|
1902
1900
|
StopPropagationDirectiveModule,
|
|
1903
|
-
|
|
1901
|
+
MatLegacyTooltipModule,
|
|
1904
1902
|
ReplaceRouterPathsPipeModule
|
|
1905
1903
|
],
|
|
1906
1904
|
exports: [NavigationComponent]
|
|
1907
1905
|
}]
|
|
1908
1906
|
}], null, null); })();
|
|
1909
1907
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(NavigationComponentModule, { declarations: [NavigationComponent, NavigationItemComponent], imports: [MatIconModule,
|
|
1910
|
-
|
|
1908
|
+
MatLegacyButtonModule,
|
|
1911
1909
|
FlexLayoutModule,
|
|
1912
1910
|
RouterModule,
|
|
1913
1911
|
CommonModule,
|
|
1914
1912
|
IconDirectiveModule,
|
|
1915
|
-
ButtonComponentModule,
|
|
1916
1913
|
MatRippleModule,
|
|
1917
1914
|
MatDividerModule,
|
|
1918
1915
|
StopPropagationDirectiveModule,
|
|
1919
|
-
|
|
1916
|
+
MatLegacyTooltipModule,
|
|
1920
1917
|
ReplaceRouterPathsPipeModule], exports: [NavigationComponent] }); })();
|
|
1921
|
-
i0.ɵɵsetComponentScope(NavigationItemComponent, [i2$2.MatIcon, i1$3.DefaultFlexDirective, i3$1.
|
|
1918
|
+
i0.ɵɵsetComponentScope(NavigationItemComponent, [i2$2.MatIcon, i1$3.DefaultFlexDirective, i3$1.RouterLink, i3$1.RouterLinkActive, i2$1.NgForOf, i2$1.NgIf, i5$2.IconDirective, i6$1.MatRipple, i7.MatLegacyTooltip, NavigationComponent], [i2$1.AsyncPipe]);
|
|
1922
1919
|
|
|
1923
1920
|
class SidenavModule {
|
|
1924
1921
|
}
|
|
@@ -1929,7 +1926,7 @@ SidenavModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [FlexLayout
|
|
|
1929
1926
|
CommonModule,
|
|
1930
1927
|
MatDividerModule,
|
|
1931
1928
|
MatIconModule,
|
|
1932
|
-
|
|
1929
|
+
MatLegacyButtonModule] });
|
|
1933
1930
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SidenavModule, [{
|
|
1934
1931
|
type: NgModule,
|
|
1935
1932
|
args: [{
|
|
@@ -1940,7 +1937,7 @@ SidenavModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [FlexLayout
|
|
|
1940
1937
|
CommonModule,
|
|
1941
1938
|
MatDividerModule,
|
|
1942
1939
|
MatIconModule,
|
|
1943
|
-
|
|
1940
|
+
MatLegacyButtonModule
|
|
1944
1941
|
],
|
|
1945
1942
|
exports: [SidenavComponent, SidenavHeaderDirective, SidenavFooterDirective],
|
|
1946
1943
|
}]
|
|
@@ -1950,7 +1947,7 @@ SidenavModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [FlexLayout
|
|
|
1950
1947
|
CommonModule,
|
|
1951
1948
|
MatDividerModule,
|
|
1952
1949
|
MatIconModule,
|
|
1953
|
-
|
|
1950
|
+
MatLegacyButtonModule], exports: [SidenavComponent, SidenavHeaderDirective, SidenavFooterDirective] }); })();
|
|
1954
1951
|
|
|
1955
1952
|
class SidenavContentModule {
|
|
1956
1953
|
}
|
|
@@ -1999,7 +1996,7 @@ class ToggleWindowSidenavButtonModule {
|
|
|
1999
1996
|
}
|
|
2000
1997
|
ToggleWindowSidenavButtonModule.ɵfac = function ToggleWindowSidenavButtonModule_Factory(t) { return new (t || ToggleWindowSidenavButtonModule)(); };
|
|
2001
1998
|
ToggleWindowSidenavButtonModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: ToggleWindowSidenavButtonModule });
|
|
2002
|
-
ToggleWindowSidenavButtonModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
1999
|
+
ToggleWindowSidenavButtonModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [MatLegacyButtonModule,
|
|
2003
2000
|
MatIconModule,
|
|
2004
2001
|
CommonModule] });
|
|
2005
2002
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ToggleWindowSidenavButtonModule, [{
|
|
@@ -2007,14 +2004,14 @@ ToggleWindowSidenavButtonModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ im
|
|
|
2007
2004
|
args: [{
|
|
2008
2005
|
declarations: [ToggleWindowSidenavButtonComponent],
|
|
2009
2006
|
imports: [
|
|
2010
|
-
|
|
2007
|
+
MatLegacyButtonModule,
|
|
2011
2008
|
MatIconModule,
|
|
2012
2009
|
CommonModule,
|
|
2013
2010
|
],
|
|
2014
2011
|
exports: [ToggleWindowSidenavButtonComponent],
|
|
2015
2012
|
}]
|
|
2016
2013
|
}], null, null); })();
|
|
2017
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ToggleWindowSidenavButtonModule, { declarations: [ToggleWindowSidenavButtonComponent], imports: [
|
|
2014
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ToggleWindowSidenavButtonModule, { declarations: [ToggleWindowSidenavButtonComponent], imports: [MatLegacyButtonModule,
|
|
2018
2015
|
MatIconModule,
|
|
2019
2016
|
CommonModule], exports: [ToggleWindowSidenavButtonComponent] }); })();
|
|
2020
2017
|
|
|
@@ -2199,3 +2196,4 @@ FooterDirectiveModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({});
|
|
|
2199
2196
|
|
|
2200
2197
|
export { AppsButtonComponent, AppsButtonComponentModule, FooterComponent, FooterDirective, FooterDirectiveModule, FooterModule, HeaderComponent, HeaderModule, IsNavigationDividerItem, IsNavigationInsertItem, IsNavigationItem, LayoutComponent, LayoutComponentService, LayoutModule, NavigationComponent, NavigationComponentModule, NavigationItemComponent, NavigationProgressBarComponent, NavigationProgressBarComponentModule, NavigationService, RXAP_FOOTER_COMPONENT, RXAP_HEADER_COMPONENT, RXAP_LAYOUT_APPS_GRID, RXAP_LOGO_CONFIG, RXAP_NAVIGATION_CONFIG, RXAP_NAVIGATION_CONFIG_INSERTS, ReplaceRouterPathsService, ResetButtonComponent, ResetButtonComponentModule, SidenavComponent, SidenavComponentService, SidenavContentComponent, SidenavContentComponentService, SidenavContentModule, SidenavFooterDirective, SidenavHeaderDirective, SidenavModule, SidenavToggleButtonComponent, SidenavToggleButtonComponentModule, SignOutComponent, SignOutComponentModule, ToggleWindowSidenavButtonComponent, ToggleWindowSidenavButtonModule, UserProfileIconComponent, UserProfileIconComponentModule, VersionComponent, VersionComponentModule, WindowContainerSidenavComponent, WindowContainerSidenavModule };
|
|
2201
2198
|
//# sourceMappingURL=rxap-layout.mjs.map
|
|
2199
|
+
//# sourceMappingURL=rxap-layout.mjs.map
|