@dereekb/dbx-web 9.20.8 → 9.20.10
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/calendar/package.json +2 -2
- package/esm2020/lib/router/layout/sidenav/sidenav.button.component.mjs +16 -6
- package/esm2020/lib/router/layout/sidenav/sidenav.page.component.mjs +1 -1
- package/esm2020/lib/router/layout/sidenav/sidenav.pagebar.component.mjs +9 -7
- package/fesm2015/dereekb-dbx-web.mjs +23 -11
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +23 -11
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/layout/flex/_flex.scss +0 -7
- package/lib/router/layout/sidenav/sidenav.button.component.d.ts +6 -1
- package/lib/router/layout/sidenav/sidenav.pagebar.component.d.ts +3 -1
- package/mapbox/package.json +3 -3
- package/package.json +3 -3
package/calendar/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-web/calendar",
|
|
3
|
-
"version": "9.20.
|
|
3
|
+
"version": "9.20.10",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^14.2.0",
|
|
6
6
|
"@angular/core": "^14.2.0",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"rxjs": "^7.5.0",
|
|
9
9
|
"@angular/material": "^14.2.0",
|
|
10
10
|
"angular-calendar": "^0.30.1",
|
|
11
|
-
"@dereekb/dbx-web": "9.20.
|
|
11
|
+
"@dereekb/dbx-web": "9.20.10"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"tslib": "^2.3.0"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
2
|
import { map } from 'rxjs';
|
|
3
3
|
import { DbxSidenavComponent, SideNavDisplayMode } from './sidenav.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,6 +6,7 @@ import * as i1 from "./sidenav.component";
|
|
|
6
6
|
import * as i2 from "@angular/common";
|
|
7
7
|
import * as i3 from "@angular/material/button";
|
|
8
8
|
import * as i4 from "@angular/material/icon";
|
|
9
|
+
export const DEFAULT_DBX_SIDENAV_MENU_ICON = 'view_sidebar';
|
|
9
10
|
/**
|
|
10
11
|
* Button used to interface with a parent sidenav.
|
|
11
12
|
*/
|
|
@@ -14,15 +15,22 @@ export class DbxSidenavButtonComponent {
|
|
|
14
15
|
this.parent = parent;
|
|
15
16
|
this.mode$ = this.parent.mode$;
|
|
16
17
|
this.showMenuButton$ = this.mode$.pipe(map((x) => x === SideNavDisplayMode.MOBILE));
|
|
18
|
+
this._sidenavMenuIcon = DEFAULT_DBX_SIDENAV_MENU_ICON;
|
|
17
19
|
}
|
|
18
20
|
toggleNav() {
|
|
19
21
|
this.parent.toggleNav();
|
|
20
22
|
}
|
|
23
|
+
get sidenavMenuIcon() {
|
|
24
|
+
return this._sidenavMenuIcon;
|
|
25
|
+
}
|
|
26
|
+
set sidenavMenuIcon(sidenavMenuIcon) {
|
|
27
|
+
this._sidenavMenuIcon = sidenavMenuIcon || DEFAULT_DBX_SIDENAV_MENU_ICON;
|
|
28
|
+
}
|
|
21
29
|
}
|
|
22
30
|
DbxSidenavButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavButtonComponent, deps: [{ token: i1.DbxSidenavComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
23
|
-
DbxSidenavButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSidenavButtonComponent, selector: "dbx-sidenav-button", ngImport: i0, template: `
|
|
31
|
+
DbxSidenavButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSidenavButtonComponent, selector: "dbx-sidenav-button", inputs: { sidenavMenuIcon: "sidenavMenuIcon" }, ngImport: i0, template: `
|
|
24
32
|
<button class="dbx-sidenav-button" mat-icon-button *ngIf="showMenuButton$ | async" (click)="toggleNav()" aria-label="open sidenav button">
|
|
25
|
-
<mat-icon>
|
|
33
|
+
<mat-icon>{{ sidenavMenuIcon }}</mat-icon>
|
|
26
34
|
</button>
|
|
27
35
|
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] });
|
|
28
36
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavButtonComponent, decorators: [{
|
|
@@ -31,9 +39,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
31
39
|
selector: 'dbx-sidenav-button',
|
|
32
40
|
template: `
|
|
33
41
|
<button class="dbx-sidenav-button" mat-icon-button *ngIf="showMenuButton$ | async" (click)="toggleNav()" aria-label="open sidenav button">
|
|
34
|
-
<mat-icon>
|
|
42
|
+
<mat-icon>{{ sidenavMenuIcon }}</mat-icon>
|
|
35
43
|
</button>
|
|
36
44
|
`
|
|
37
45
|
}]
|
|
38
|
-
}], ctorParameters: function () { return [{ type: i1.DbxSidenavComponent }]; }
|
|
39
|
-
|
|
46
|
+
}], ctorParameters: function () { return [{ type: i1.DbxSidenavComponent }]; }, propDecorators: { sidenavMenuIcon: [{
|
|
47
|
+
type: Input
|
|
48
|
+
}] } });
|
|
49
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZW5hdi5idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZGJ4LXdlYi9zcmMvbGliL3JvdXRlci9sYXlvdXQvc2lkZW5hdi9zaWRlbmF2LmJ1dHRvbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFakQsT0FBTyxFQUFFLEdBQUcsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUMzQixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7Ozs7O0FBRTlFLE1BQU0sQ0FBQyxNQUFNLDZCQUE2QixHQUFHLGNBQWMsQ0FBQztBQUU1RDs7R0FFRztBQVNILE1BQU0sT0FBTyx5QkFBeUI7SUFNcEMsWUFBcUIsTUFBMkI7UUFBM0IsV0FBTSxHQUFOLE1BQU0sQ0FBcUI7UUFMdkMsVUFBSyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDO1FBQzFCLG9CQUFlLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxDQUFDLEtBQUssa0JBQWtCLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQztRQUVoRixxQkFBZ0IsR0FBVyw2QkFBNkIsQ0FBQztJQUVkLENBQUM7SUFFcEQsU0FBUztRQUNQLElBQUksQ0FBQyxNQUFNLENBQUMsU0FBUyxFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUVELElBQ0ksZUFBZTtRQUNqQixPQUFPLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQztJQUMvQixDQUFDO0lBRUQsSUFBSSxlQUFlLENBQUMsZUFBOEI7UUFDaEQsSUFBSSxDQUFDLGdCQUFnQixHQUFHLGVBQWUsSUFBSSw2QkFBNkIsQ0FBQztJQUMzRSxDQUFDOzt1SEFuQlUseUJBQXlCOzJHQUF6Qix5QkFBeUIsMEdBTjFCOzs7O0dBSVQ7NEZBRVUseUJBQXlCO2tCQVJyQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxvQkFBb0I7b0JBQzlCLFFBQVEsRUFBRTs7OztHQUlUO2lCQUNGOzBHQWNLLGVBQWU7c0JBRGxCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXliZSB9IGZyb20gJ0BkZXJlZWtiL3V0aWwnO1xuaW1wb3J0IHsgbWFwIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBEYnhTaWRlbmF2Q29tcG9uZW50LCBTaWRlTmF2RGlzcGxheU1vZGUgfSBmcm9tICcuL3NpZGVuYXYuY29tcG9uZW50JztcblxuZXhwb3J0IGNvbnN0IERFRkFVTFRfREJYX1NJREVOQVZfTUVOVV9JQ09OID0gJ3ZpZXdfc2lkZWJhcic7XG5cbi8qKlxuICogQnV0dG9uIHVzZWQgdG8gaW50ZXJmYWNlIHdpdGggYSBwYXJlbnQgc2lkZW5hdi5cbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGJ4LXNpZGVuYXYtYnV0dG9uJyxcbiAgdGVtcGxhdGU6IGBcbiAgICA8YnV0dG9uIGNsYXNzPVwiZGJ4LXNpZGVuYXYtYnV0dG9uXCIgbWF0LWljb24tYnV0dG9uICpuZ0lmPVwic2hvd01lbnVCdXR0b24kIHwgYXN5bmNcIiAoY2xpY2spPVwidG9nZ2xlTmF2KClcIiBhcmlhLWxhYmVsPVwib3BlbiBzaWRlbmF2IGJ1dHRvblwiPlxuICAgICAgPG1hdC1pY29uPnt7IHNpZGVuYXZNZW51SWNvbiB9fTwvbWF0LWljb24+XG4gICAgPC9idXR0b24+XG4gIGBcbn0pXG5leHBvcnQgY2xhc3MgRGJ4U2lkZW5hdkJ1dHRvbkNvbXBvbmVudCB7XG4gIHJlYWRvbmx5IG1vZGUkID0gdGhpcy5wYXJlbnQubW9kZSQ7XG4gIHJlYWRvbmx5IHNob3dNZW51QnV0dG9uJCA9IHRoaXMubW9kZSQucGlwZShtYXAoKHgpID0+IHggPT09IFNpZGVOYXZEaXNwbGF5TW9kZS5NT0JJTEUpKTtcblxuICBwcml2YXRlIF9zaWRlbmF2TWVudUljb246IHN0cmluZyA9IERFRkFVTFRfREJYX1NJREVOQVZfTUVOVV9JQ09OO1xuXG4gIGNvbnN0cnVjdG9yKHJlYWRvbmx5IHBhcmVudDogRGJ4U2lkZW5hdkNvbXBvbmVudCkge31cblxuICB0b2dnbGVOYXYoKSB7XG4gICAgdGhpcy5wYXJlbnQudG9nZ2xlTmF2KCk7XG4gIH1cblxuICBASW5wdXQoKVxuICBnZXQgc2lkZW5hdk1lbnVJY29uKCkge1xuICAgIHJldHVybiB0aGlzLl9zaWRlbmF2TWVudUljb247XG4gIH1cblxuICBzZXQgc2lkZW5hdk1lbnVJY29uKHNpZGVuYXZNZW51SWNvbjogTWF5YmU8c3RyaW5nPikge1xuICAgIHRoaXMuX3NpZGVuYXZNZW51SWNvbiA9IHNpZGVuYXZNZW51SWNvbiB8fCBERUZBVUxUX0RCWF9TSURFTkFWX01FTlVfSUNPTjtcbiAgfVxufVxuIl19
|
|
@@ -37,7 +37,7 @@ DbxSidenavPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
37
37
|
<ng-content></ng-content>
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|
|
40
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i3.DbxSidenavPagebarComponent, selector: "dbx-sidenav-pagebar" }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] });
|
|
40
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i3.DbxSidenavPagebarComponent, selector: "dbx-sidenav-pagebar", inputs: ["sidenavMenuIcon"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }] });
|
|
41
41
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavPageComponent, decorators: [{
|
|
42
42
|
type: Component,
|
|
43
43
|
args: [{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
2
|
import { DbxPagebarComponent } from '../../../layout/bar/pagebar.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "../../../layout/bar/pagebar.component";
|
|
@@ -10,16 +10,16 @@ import * as i3 from "./sidenav.button.component";
|
|
|
10
10
|
export class DbxSidenavPagebarComponent extends DbxPagebarComponent {
|
|
11
11
|
}
|
|
12
12
|
DbxSidenavPagebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavPagebarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
-
DbxSidenavPagebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSidenavPagebarComponent, selector: "dbx-sidenav-pagebar", usesInheritance: true, ngImport: i0, template: `
|
|
13
|
+
DbxSidenavPagebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSidenavPagebarComponent, selector: "dbx-sidenav-pagebar", inputs: { sidenavMenuIcon: "sidenavMenuIcon" }, usesInheritance: true, ngImport: i0, template: `
|
|
14
14
|
<dbx-pagebar class="dbx-sidenav-pagebar" [color]="color">
|
|
15
15
|
<span left>
|
|
16
|
-
<dbx-sidenav-button></dbx-sidenav-button>
|
|
16
|
+
<dbx-sidenav-button [sidenavMenuIcon]="sidenavMenuIcon"></dbx-sidenav-button>
|
|
17
17
|
<dbx-button-spacer></dbx-button-spacer>
|
|
18
18
|
<ng-content left></ng-content>
|
|
19
19
|
</span>
|
|
20
20
|
<ng-content right></ng-content>
|
|
21
21
|
</dbx-pagebar>
|
|
22
|
-
`, isInline: true, dependencies: [{ kind: "component", type: i1.DbxPagebarComponent, selector: "dbx-pagebar", inputs: ["color"] }, { kind: "directive", type: i2.DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "component", type: i3.DbxSidenavButtonComponent, selector: "dbx-sidenav-button" }] });
|
|
22
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i1.DbxPagebarComponent, selector: "dbx-pagebar", inputs: ["color"] }, { kind: "directive", type: i2.DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "component", type: i3.DbxSidenavButtonComponent, selector: "dbx-sidenav-button", inputs: ["sidenavMenuIcon"] }] });
|
|
23
23
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavPagebarComponent, decorators: [{
|
|
24
24
|
type: Component,
|
|
25
25
|
args: [{
|
|
@@ -27,7 +27,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
27
27
|
template: `
|
|
28
28
|
<dbx-pagebar class="dbx-sidenav-pagebar" [color]="color">
|
|
29
29
|
<span left>
|
|
30
|
-
<dbx-sidenav-button></dbx-sidenav-button>
|
|
30
|
+
<dbx-sidenav-button [sidenavMenuIcon]="sidenavMenuIcon"></dbx-sidenav-button>
|
|
31
31
|
<dbx-button-spacer></dbx-button-spacer>
|
|
32
32
|
<ng-content left></ng-content>
|
|
33
33
|
</span>
|
|
@@ -35,5 +35,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
35
35
|
</dbx-pagebar>
|
|
36
36
|
`
|
|
37
37
|
}]
|
|
38
|
-
}]
|
|
39
|
-
|
|
38
|
+
}], propDecorators: { sidenavMenuIcon: [{
|
|
39
|
+
type: Input
|
|
40
|
+
}] } });
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZW5hdi5wYWdlYmFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2RieC13ZWIvc3JjL2xpYi9yb3V0ZXIvbGF5b3V0L3NpZGVuYXYvc2lkZW5hdi5wYWdlYmFyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUVqRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQzs7Ozs7QUFFNUU7O0dBRUc7QUFjSCxNQUFNLE9BQU8sMEJBQTJCLFNBQVEsbUJBQW1COzt3SEFBdEQsMEJBQTBCOzRHQUExQiwwQkFBMEIsa0lBWDNCOzs7Ozs7Ozs7R0FTVDs0RkFFVSwwQkFBMEI7a0JBYnRDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLHFCQUFxQjtvQkFDL0IsUUFBUSxFQUFFOzs7Ozs7Ozs7R0FTVDtpQkFDRjs4QkFHQyxlQUFlO3NCQURkLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXliZSB9IGZyb20gJ0BkZXJlZWtiL3V0aWwnO1xuaW1wb3J0IHsgRGJ4UGFnZWJhckNvbXBvbmVudCB9IGZyb20gJy4uLy4uLy4uL2xheW91dC9iYXIvcGFnZWJhci5jb21wb25lbnQnO1xuXG4vKipcbiAqIFByZS1jb25maWd1cmVkIHBhZ2ViYXIgdXNlZCB3aXRoIERieFNpZGVuYXZDb21wb25lbnQuXG4gKi9cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2RieC1zaWRlbmF2LXBhZ2ViYXInLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxkYngtcGFnZWJhciBjbGFzcz1cImRieC1zaWRlbmF2LXBhZ2ViYXJcIiBbY29sb3JdPVwiY29sb3JcIj5cbiAgICAgIDxzcGFuIGxlZnQ+XG4gICAgICAgIDxkYngtc2lkZW5hdi1idXR0b24gW3NpZGVuYXZNZW51SWNvbl09XCJzaWRlbmF2TWVudUljb25cIj48L2RieC1zaWRlbmF2LWJ1dHRvbj5cbiAgICAgICAgPGRieC1idXR0b24tc3BhY2VyPjwvZGJ4LWJ1dHRvbi1zcGFjZXI+XG4gICAgICAgIDxuZy1jb250ZW50IGxlZnQ+PC9uZy1jb250ZW50PlxuICAgICAgPC9zcGFuPlxuICAgICAgPG5nLWNvbnRlbnQgcmlnaHQ+PC9uZy1jb250ZW50PlxuICAgIDwvZGJ4LXBhZ2ViYXI+XG4gIGBcbn0pXG5leHBvcnQgY2xhc3MgRGJ4U2lkZW5hdlBhZ2ViYXJDb21wb25lbnQgZXh0ZW5kcyBEYnhQYWdlYmFyQ29tcG9uZW50IHtcbiAgQElucHV0KClcbiAgc2lkZW5hdk1lbnVJY29uOiBNYXliZTxzdHJpbmc+O1xufVxuIl19
|
|
@@ -2891,6 +2891,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2891
2891
|
type: Input
|
|
2892
2892
|
}] } });
|
|
2893
2893
|
|
|
2894
|
+
const DEFAULT_DBX_SIDENAV_MENU_ICON = 'view_sidebar';
|
|
2894
2895
|
/**
|
|
2895
2896
|
* Button used to interface with a parent sidenav.
|
|
2896
2897
|
*/
|
|
@@ -2899,15 +2900,22 @@ class DbxSidenavButtonComponent {
|
|
|
2899
2900
|
this.parent = parent;
|
|
2900
2901
|
this.mode$ = this.parent.mode$;
|
|
2901
2902
|
this.showMenuButton$ = this.mode$.pipe(map((x) => x === SideNavDisplayMode.MOBILE));
|
|
2903
|
+
this._sidenavMenuIcon = DEFAULT_DBX_SIDENAV_MENU_ICON;
|
|
2902
2904
|
}
|
|
2903
2905
|
toggleNav() {
|
|
2904
2906
|
this.parent.toggleNav();
|
|
2905
2907
|
}
|
|
2908
|
+
get sidenavMenuIcon() {
|
|
2909
|
+
return this._sidenavMenuIcon;
|
|
2910
|
+
}
|
|
2911
|
+
set sidenavMenuIcon(sidenavMenuIcon) {
|
|
2912
|
+
this._sidenavMenuIcon = sidenavMenuIcon || DEFAULT_DBX_SIDENAV_MENU_ICON;
|
|
2913
|
+
}
|
|
2906
2914
|
}
|
|
2907
2915
|
DbxSidenavButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavButtonComponent, deps: [{ token: DbxSidenavComponent }], target: i0.ɵɵFactoryTarget.Component });
|
|
2908
|
-
DbxSidenavButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSidenavButtonComponent, selector: "dbx-sidenav-button", ngImport: i0, template: `
|
|
2916
|
+
DbxSidenavButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSidenavButtonComponent, selector: "dbx-sidenav-button", inputs: { sidenavMenuIcon: "sidenavMenuIcon" }, ngImport: i0, template: `
|
|
2909
2917
|
<button class="dbx-sidenav-button" mat-icon-button *ngIf="showMenuButton$ | async" (click)="toggleNav()" aria-label="open sidenav button">
|
|
2910
|
-
<mat-icon>
|
|
2918
|
+
<mat-icon>{{ sidenavMenuIcon }}</mat-icon>
|
|
2911
2919
|
</button>
|
|
2912
2920
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
2913
2921
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavButtonComponent, decorators: [{
|
|
@@ -2916,11 +2924,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2916
2924
|
selector: 'dbx-sidenav-button',
|
|
2917
2925
|
template: `
|
|
2918
2926
|
<button class="dbx-sidenav-button" mat-icon-button *ngIf="showMenuButton$ | async" (click)="toggleNav()" aria-label="open sidenav button">
|
|
2919
|
-
<mat-icon>
|
|
2927
|
+
<mat-icon>{{ sidenavMenuIcon }}</mat-icon>
|
|
2920
2928
|
</button>
|
|
2921
2929
|
`
|
|
2922
2930
|
}]
|
|
2923
|
-
}], ctorParameters: function () { return [{ type: DbxSidenavComponent }]; }
|
|
2931
|
+
}], ctorParameters: function () { return [{ type: DbxSidenavComponent }]; }, propDecorators: { sidenavMenuIcon: [{
|
|
2932
|
+
type: Input
|
|
2933
|
+
}] } });
|
|
2924
2934
|
|
|
2925
2935
|
/**
|
|
2926
2936
|
* Pre-configured pagebar used with DbxSidenavComponent.
|
|
@@ -2928,16 +2938,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2928
2938
|
class DbxSidenavPagebarComponent extends DbxPagebarComponent {
|
|
2929
2939
|
}
|
|
2930
2940
|
DbxSidenavPagebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavPagebarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
2931
|
-
DbxSidenavPagebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSidenavPagebarComponent, selector: "dbx-sidenav-pagebar", usesInheritance: true, ngImport: i0, template: `
|
|
2941
|
+
DbxSidenavPagebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSidenavPagebarComponent, selector: "dbx-sidenav-pagebar", inputs: { sidenavMenuIcon: "sidenavMenuIcon" }, usesInheritance: true, ngImport: i0, template: `
|
|
2932
2942
|
<dbx-pagebar class="dbx-sidenav-pagebar" [color]="color">
|
|
2933
2943
|
<span left>
|
|
2934
|
-
<dbx-sidenav-button></dbx-sidenav-button>
|
|
2944
|
+
<dbx-sidenav-button [sidenavMenuIcon]="sidenavMenuIcon"></dbx-sidenav-button>
|
|
2935
2945
|
<dbx-button-spacer></dbx-button-spacer>
|
|
2936
2946
|
<ng-content left></ng-content>
|
|
2937
2947
|
</span>
|
|
2938
2948
|
<ng-content right></ng-content>
|
|
2939
2949
|
</dbx-pagebar>
|
|
2940
|
-
`, isInline: true, dependencies: [{ kind: "component", type: DbxPagebarComponent, selector: "dbx-pagebar", inputs: ["color"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "component", type: DbxSidenavButtonComponent, selector: "dbx-sidenav-button" }] });
|
|
2950
|
+
`, isInline: true, dependencies: [{ kind: "component", type: DbxPagebarComponent, selector: "dbx-pagebar", inputs: ["color"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "component", type: DbxSidenavButtonComponent, selector: "dbx-sidenav-button", inputs: ["sidenavMenuIcon"] }] });
|
|
2941
2951
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavPagebarComponent, decorators: [{
|
|
2942
2952
|
type: Component,
|
|
2943
2953
|
args: [{
|
|
@@ -2945,7 +2955,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2945
2955
|
template: `
|
|
2946
2956
|
<dbx-pagebar class="dbx-sidenav-pagebar" [color]="color">
|
|
2947
2957
|
<span left>
|
|
2948
|
-
<dbx-sidenav-button></dbx-sidenav-button>
|
|
2958
|
+
<dbx-sidenav-button [sidenavMenuIcon]="sidenavMenuIcon"></dbx-sidenav-button>
|
|
2949
2959
|
<dbx-button-spacer></dbx-button-spacer>
|
|
2950
2960
|
<ng-content left></ng-content>
|
|
2951
2961
|
</span>
|
|
@@ -2953,7 +2963,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2953
2963
|
</dbx-pagebar>
|
|
2954
2964
|
`
|
|
2955
2965
|
}]
|
|
2956
|
-
}]
|
|
2966
|
+
}], propDecorators: { sidenavMenuIcon: [{
|
|
2967
|
+
type: Input
|
|
2968
|
+
}] } });
|
|
2957
2969
|
|
|
2958
2970
|
/**
|
|
2959
2971
|
* Pre-configured page used with DbxSidenavComponent.
|
|
@@ -2987,7 +2999,7 @@ DbxSidenavPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
2987
2999
|
<ng-content></ng-content>
|
|
2988
3000
|
</div>
|
|
2989
3001
|
</div>
|
|
2990
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: DbxSidenavPagebarComponent, selector: "dbx-sidenav-pagebar" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
3002
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: DbxSidenavPagebarComponent, selector: "dbx-sidenav-pagebar", inputs: ["sidenavMenuIcon"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
2991
3003
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSidenavPageComponent, decorators: [{
|
|
2992
3004
|
type: Component,
|
|
2993
3005
|
args: [{
|
|
@@ -8392,5 +8404,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
8392
8404
|
* Generated bundle index. Do not edit.
|
|
8393
8405
|
*/
|
|
8394
8406
|
|
|
8395
|
-
export { APP_POPUP_MINIMIZED_WIDTH, APP_POPUP_NORMAL_HEIGHT, APP_POPUP_NORMAL_WIDTH, AbstractDbxErrorWidgetComponent, AbstractDbxListGridViewDirective, AbstractDbxListViewDirective, AbstractDbxListWrapperDirective, AbstractDbxSegueAnchorDirective, AbstractDbxSelectionListViewDirective, AbstractDbxSelectionListWrapperDirective, AbstractDbxValueListItemModifierDirective, AbstractDbxValueListViewDirective, AbstractDbxValueListViewItemComponent, AbstractDbxWidgetComponent, AbstractDialogDirective, AbstractFilterPopoverButtonDirective, AbstractPopoverDirective, AbstractPopoverRefDirective, AbstractPopoverRefWithEventsDirective, AbstractPopupDirective, AbstractPromptConfirmDirective, CompactContextStore, CompactMode, DBX_ACTION_SNACKBAR_DEFAULTS, DBX_ACTION_SNACKBAR_SERVICE_CONFIG, DBX_LIST_ITEM_DEFAULT_DISABLE_FUNCTION, DBX_LIST_ITEM_DISABLE_RIPPLE_LIST_ITEM_MODIFIER_KEY, DBX_LIST_ITEM_IS_SELECTED_ITEM_MODIFIER_KEY, DBX_MAT_PROGRESS_BUTTON_GLOBAL_CONFIG, DBX_ROUTER_VALUE_LIST_ITEM_MODIFIER_KEY, DBX_STYLE_DEFAULT_CONFIG_TOKEN, DBX_VALUE_LIST_VIEW_ITEM, DEFAULT_DBX_LIST_ITEM_IS_SELECTED_FUNCTION, DEFAULT_DBX_PROMPT_CONFIRM_DIALOG_CONFIG, DEFAULT_DBX_SELECTION_VALUE_LIST_DIRECTIVE_TEMPLATE, DEFAULT_DBX_VALUE_LIST_CONFIG_MAP_VALUES, DEFAULT_DBX_VALUE_LIST_GRID_DIRECTIVE_TEMPLATE, DEFAULT_ERROR_POPOVER_KEY, DEFAULT_ERROR_WIDGET_CODE, DEFAULT_FILTER_POPOVER_KEY, DEFAULT_LIST_GRID_SIZE_CONFIG, DEFAULT_LIST_WRAPPER_DIRECTIVE_TEMPLATE, DEFAULT_LOADING_PROGRESS_DIAMETER, DEFAULT_SCREEN_MEDIA_SERVICE_CONFIG, DEFAULT_SNACKBAR_DIRECTIVE_DURATION, DEFAULT_STATIC_LIST_DIRECTIVE_TEMPLATE, DEFAULT_TWO_COLUMNS_MIN_RIGHT_WIDTH, DbxActionConfirmDirective, DbxActionDialogDirective, DbxActionErrorDirective, DbxActionKeyTriggerDirective, DbxActionLoadingContextDirective, DbxActionModule, DbxActionPopoverDirective, DbxActionSnackbarComponent, DbxActionSnackbarDirective, DbxActionSnackbarModule, DbxActionSnackbarService, DbxActionTransitionSafetyDialogResult, DbxActionTransitionSafetyDirective, DbxActionUIRouterTransitionModule, DbxActionUIRouterTransitionSafetyDialogComponent, DbxAnchorComponent, DbxAnchorContentComponent, DbxAnchorIconComponent, DbxAnchorLinkComponent, DbxAnchorListComponent, DbxAngularRouterSegueAnchorComponent, DbxBarButtonComponent, DbxBarDirective, DbxBarHeaderComponent, DbxBarLayoutModule, DbxBasicLoadingComponent, DbxBlockLayoutModule, DbxButtonComponent, DbxButtonDisplayType, DbxButtonModule, DbxButtonSpacerDirective, DbxCardBoxComponent, DbxCardBoxContainerComponent, DbxCardBoxLayoutModule, DbxChipDirective, DbxColorDirective, DbxColumnLayoutModule, DbxCompactDirective, DbxCompactLayoutModule, DbxContentBorderDirective, DbxContentBoxDirective, DbxContentContainerDirective, DbxContentDirective, DbxContentElevateDirective, DbxContentLayoutModule, DbxContentPageDirective, DbxDialogContentCloseComponent, DbxDialogContentDirective, DbxDialogContentFooterComponent, DbxDialogInteractionModule, DbxErrorDefaultErrorWidgetComponent, DbxErrorDetailsComponent, DbxErrorPopoverComponent, DbxErrorWidgetService, DbxErrorWidgetViewComponent, DbxFilterInteractionModule, DbxFilterPopoverButtonComponent, DbxFilterPopoverComponent, DbxFilterWrapperComponent, DbxFlagComponent, DbxFlagLayoutModule, DbxFlagPromptComponent, DbxFlexGroupDirective, DbxFlexLayoutModule, DbxFlexSizeDirective, DbxFormDescriptionComponent, DbxHintComponent, DbxIconItemComponent, DbxIconSpacerDirective, DbxInteractionModule, DbxIntroActionSectionComponent, DbxItemLayoutModule, DbxKeypressModule, DbxLabelBlockComponent, DbxLabelComponent, DbxLayoutModule, DbxLinkifyComponent, DbxListComponent, DbxListEmptyContentComponent, DbxListInternalContentDirective, DbxListItemAnchorModifierDirective, DbxListItemDisableRippleModifierDirective, DbxListItemIsSelectedModifierDirective, DbxListLayoutModule, DbxListView, DbxListViewWrapper, DbxLoadingComponent, DbxLoadingErrorDirective, DbxLoadingModule, DbxLoadingProgressComponent, DbxModelInfoModule, DbxModelObjectStateService, actions as DbxModelStateActions, model_actions as DbxModelStateModelActions, DbxModelTrackerService, DbxModelTypesService, DbxModelViewTrackerStorage, DbxNavbarComponent, DbxNoteComponent, DbxNoticeComponent, DbxOkComponent, DbxOneColumnComponent, DbxOneColumnLayoutModule, DbxPagebarComponent, DbxPopoverComponent, DbxPopoverComponentController, DbxPopoverContentComponent, DbxPopoverController, DbxPopoverControlsDirective, DbxPopoverCoordinatorComponent, DbxPopoverCoordinatorService, DbxPopoverHeaderComponent, DbxPopoverInteractionContentModule, DbxPopoverInteractionModule, DbxPopoverScrollContentComponent, DbxPopoverService, DbxPopupComponent, DbxPopupComponentController, DbxPopupContentComponent, DbxPopupControlButtonsComponent, DbxPopupController, DbxPopupControlsComponent, DbxPopupCoordinatorComponent, DbxPopupCoordinatorService, DbxPopupInteractionModule, DbxPopupService, DbxPopupWindowState, DbxPresetFilterListComponent, DbxPresetFilterMenuComponent, DbxProgressButtonsModule, DbxPromptBoxComponent, DbxPromptComponent, DbxPromptConfirm, DbxPromptConfirmButtonDirective, DbxPromptConfirmComponent, DbxPromptConfirmDialogComponent, DbxPromptConfirmDirective, DbxPromptConfirmTypes, DbxPromptModule, DbxPromptPageComponent, DbxReadableErrorComponent, DbxReadableErrorModule, DbxRouterAnchorListModule, DbxRouterAnchorModule, DbxRouterLayoutModule, DbxRouterListModule, DbxRouterNavbarModule, DbxRouterSidenavModule, DbxRouterWebProviderConfig, DbxScreenMediaService, DbxScreenMediaServiceConfig, DbxScreenModule, DbxSectionComponent, DbxSectionHeaderComponent, DbxSectionLayoutModule, DbxSectionPageComponent, DbxSelectionValueListItemViewComponent, DbxSelectionValueListViewComponent, DbxSetStyleDirective, DbxSidenavButtonComponent, DbxSidenavComponent, DbxSidenavPageComponent, DbxSidenavPagebarComponent, DbxSpacerDirective, DbxSpinnerButtonComponent, DbxStepComponent, DbxStepLayoutModule, DbxStyleBodyDirective, DbxStyleDirective, DbxStyleLayoutModule, DbxStyleService, DbxSubSectionComponent, DbxSuccessComponent, DbxTextChipsComponent, DbxTextModule, DbxTwoBlocksComponent, DbxTwoColumnBackDirective, DbxTwoColumnColumnHeadComponent, DbxTwoColumnComponent, DbxTwoColumnContextDirective, DbxTwoColumnFullLeftDirective, DbxTwoColumnLayoutModule, DbxTwoColumnRightComponent, DbxTwoColumnSrefDirective, DbxTwoColumnSrefShowRightDirective, DbxUIRouterSegueAnchorComponent, DbxValueListGridItemViewComponent, DbxValueListGridSizeDirective, DbxValueListGridViewComponent, DbxValueListItemModifier, DbxValueListItemModifierDirective, DbxValueListItemViewComponent, DbxValueListView, DbxValueListViewComponent, DbxWarnComponent, DbxWebAngularRouterModule, DbxWebModule, DbxWebRootModule, DbxWebUIRouterModule, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent, DbxWidgetModule, DbxWidgetService, DbxWidgetViewComponent, DbxWindowKeyDownListenerDirective, LoadingComponentState, PopoverPositionStrategy, PopupGlobalPositionStrategy, SCREEN_MEDIA_WIDTH_TYPE_SIZE_MAP, SideNavDisplayMode, TRACK_BY_MODEL_ID, TRACK_BY_MODEL_KEY, TwoColumnsContextStore, addConfigToValueListItems, allDbxModelViewTrackerEventModelKeys, allDbxModelViewTrackerEventSetModelKeys, appObjectViewTrackerStorageFactory, catchErrorServerParams, compactModeFromInput, compareScreenMediaWidthTypes, convertServerErrorParams, convertToPOJOServerErrorResponse, convertToServerErrorResponse, dbxColorBackground, dbxValueListItemDecisionFunction, disableRightClickInCdkBackdrop, index as fromDbxModel, listItemModifier, makeDbxActionSnackbarDisplayConfigGeneratorFunction, mapCompactModeObs, mapValuesToValuesListItemConfigObs, index$1 as onDbxModel, provideDbxListView, provideDbxListViewWrapper, provideDbxPromptConfirm, provideDbxValueListView, provideDbxValueListViewModifier, provideTwoColumnsContext, screenMediaWidthTypeIsActive, trackByModelKeyRef, trackByUniqueIdentifier };
|
|
8407
|
+
export { APP_POPUP_MINIMIZED_WIDTH, APP_POPUP_NORMAL_HEIGHT, APP_POPUP_NORMAL_WIDTH, AbstractDbxErrorWidgetComponent, AbstractDbxListGridViewDirective, AbstractDbxListViewDirective, AbstractDbxListWrapperDirective, AbstractDbxSegueAnchorDirective, AbstractDbxSelectionListViewDirective, AbstractDbxSelectionListWrapperDirective, AbstractDbxValueListItemModifierDirective, AbstractDbxValueListViewDirective, AbstractDbxValueListViewItemComponent, AbstractDbxWidgetComponent, AbstractDialogDirective, AbstractFilterPopoverButtonDirective, AbstractPopoverDirective, AbstractPopoverRefDirective, AbstractPopoverRefWithEventsDirective, AbstractPopupDirective, AbstractPromptConfirmDirective, CompactContextStore, CompactMode, DBX_ACTION_SNACKBAR_DEFAULTS, DBX_ACTION_SNACKBAR_SERVICE_CONFIG, DBX_LIST_ITEM_DEFAULT_DISABLE_FUNCTION, DBX_LIST_ITEM_DISABLE_RIPPLE_LIST_ITEM_MODIFIER_KEY, DBX_LIST_ITEM_IS_SELECTED_ITEM_MODIFIER_KEY, DBX_MAT_PROGRESS_BUTTON_GLOBAL_CONFIG, DBX_ROUTER_VALUE_LIST_ITEM_MODIFIER_KEY, DBX_STYLE_DEFAULT_CONFIG_TOKEN, DBX_VALUE_LIST_VIEW_ITEM, DEFAULT_DBX_LIST_ITEM_IS_SELECTED_FUNCTION, DEFAULT_DBX_PROMPT_CONFIRM_DIALOG_CONFIG, DEFAULT_DBX_SELECTION_VALUE_LIST_DIRECTIVE_TEMPLATE, DEFAULT_DBX_SIDENAV_MENU_ICON, DEFAULT_DBX_VALUE_LIST_CONFIG_MAP_VALUES, DEFAULT_DBX_VALUE_LIST_GRID_DIRECTIVE_TEMPLATE, DEFAULT_ERROR_POPOVER_KEY, DEFAULT_ERROR_WIDGET_CODE, DEFAULT_FILTER_POPOVER_KEY, DEFAULT_LIST_GRID_SIZE_CONFIG, DEFAULT_LIST_WRAPPER_DIRECTIVE_TEMPLATE, DEFAULT_LOADING_PROGRESS_DIAMETER, DEFAULT_SCREEN_MEDIA_SERVICE_CONFIG, DEFAULT_SNACKBAR_DIRECTIVE_DURATION, DEFAULT_STATIC_LIST_DIRECTIVE_TEMPLATE, DEFAULT_TWO_COLUMNS_MIN_RIGHT_WIDTH, DbxActionConfirmDirective, DbxActionDialogDirective, DbxActionErrorDirective, DbxActionKeyTriggerDirective, DbxActionLoadingContextDirective, DbxActionModule, DbxActionPopoverDirective, DbxActionSnackbarComponent, DbxActionSnackbarDirective, DbxActionSnackbarModule, DbxActionSnackbarService, DbxActionTransitionSafetyDialogResult, DbxActionTransitionSafetyDirective, DbxActionUIRouterTransitionModule, DbxActionUIRouterTransitionSafetyDialogComponent, DbxAnchorComponent, DbxAnchorContentComponent, DbxAnchorIconComponent, DbxAnchorLinkComponent, DbxAnchorListComponent, DbxAngularRouterSegueAnchorComponent, DbxBarButtonComponent, DbxBarDirective, DbxBarHeaderComponent, DbxBarLayoutModule, DbxBasicLoadingComponent, DbxBlockLayoutModule, DbxButtonComponent, DbxButtonDisplayType, DbxButtonModule, DbxButtonSpacerDirective, DbxCardBoxComponent, DbxCardBoxContainerComponent, DbxCardBoxLayoutModule, DbxChipDirective, DbxColorDirective, DbxColumnLayoutModule, DbxCompactDirective, DbxCompactLayoutModule, DbxContentBorderDirective, DbxContentBoxDirective, DbxContentContainerDirective, DbxContentDirective, DbxContentElevateDirective, DbxContentLayoutModule, DbxContentPageDirective, DbxDialogContentCloseComponent, DbxDialogContentDirective, DbxDialogContentFooterComponent, DbxDialogInteractionModule, DbxErrorDefaultErrorWidgetComponent, DbxErrorDetailsComponent, DbxErrorPopoverComponent, DbxErrorWidgetService, DbxErrorWidgetViewComponent, DbxFilterInteractionModule, DbxFilterPopoverButtonComponent, DbxFilterPopoverComponent, DbxFilterWrapperComponent, DbxFlagComponent, DbxFlagLayoutModule, DbxFlagPromptComponent, DbxFlexGroupDirective, DbxFlexLayoutModule, DbxFlexSizeDirective, DbxFormDescriptionComponent, DbxHintComponent, DbxIconItemComponent, DbxIconSpacerDirective, DbxInteractionModule, DbxIntroActionSectionComponent, DbxItemLayoutModule, DbxKeypressModule, DbxLabelBlockComponent, DbxLabelComponent, DbxLayoutModule, DbxLinkifyComponent, DbxListComponent, DbxListEmptyContentComponent, DbxListInternalContentDirective, DbxListItemAnchorModifierDirective, DbxListItemDisableRippleModifierDirective, DbxListItemIsSelectedModifierDirective, DbxListLayoutModule, DbxListView, DbxListViewWrapper, DbxLoadingComponent, DbxLoadingErrorDirective, DbxLoadingModule, DbxLoadingProgressComponent, DbxModelInfoModule, DbxModelObjectStateService, actions as DbxModelStateActions, model_actions as DbxModelStateModelActions, DbxModelTrackerService, DbxModelTypesService, DbxModelViewTrackerStorage, DbxNavbarComponent, DbxNoteComponent, DbxNoticeComponent, DbxOkComponent, DbxOneColumnComponent, DbxOneColumnLayoutModule, DbxPagebarComponent, DbxPopoverComponent, DbxPopoverComponentController, DbxPopoverContentComponent, DbxPopoverController, DbxPopoverControlsDirective, DbxPopoverCoordinatorComponent, DbxPopoverCoordinatorService, DbxPopoverHeaderComponent, DbxPopoverInteractionContentModule, DbxPopoverInteractionModule, DbxPopoverScrollContentComponent, DbxPopoverService, DbxPopupComponent, DbxPopupComponentController, DbxPopupContentComponent, DbxPopupControlButtonsComponent, DbxPopupController, DbxPopupControlsComponent, DbxPopupCoordinatorComponent, DbxPopupCoordinatorService, DbxPopupInteractionModule, DbxPopupService, DbxPopupWindowState, DbxPresetFilterListComponent, DbxPresetFilterMenuComponent, DbxProgressButtonsModule, DbxPromptBoxComponent, DbxPromptComponent, DbxPromptConfirm, DbxPromptConfirmButtonDirective, DbxPromptConfirmComponent, DbxPromptConfirmDialogComponent, DbxPromptConfirmDirective, DbxPromptConfirmTypes, DbxPromptModule, DbxPromptPageComponent, DbxReadableErrorComponent, DbxReadableErrorModule, DbxRouterAnchorListModule, DbxRouterAnchorModule, DbxRouterLayoutModule, DbxRouterListModule, DbxRouterNavbarModule, DbxRouterSidenavModule, DbxRouterWebProviderConfig, DbxScreenMediaService, DbxScreenMediaServiceConfig, DbxScreenModule, DbxSectionComponent, DbxSectionHeaderComponent, DbxSectionLayoutModule, DbxSectionPageComponent, DbxSelectionValueListItemViewComponent, DbxSelectionValueListViewComponent, DbxSetStyleDirective, DbxSidenavButtonComponent, DbxSidenavComponent, DbxSidenavPageComponent, DbxSidenavPagebarComponent, DbxSpacerDirective, DbxSpinnerButtonComponent, DbxStepComponent, DbxStepLayoutModule, DbxStyleBodyDirective, DbxStyleDirective, DbxStyleLayoutModule, DbxStyleService, DbxSubSectionComponent, DbxSuccessComponent, DbxTextChipsComponent, DbxTextModule, DbxTwoBlocksComponent, DbxTwoColumnBackDirective, DbxTwoColumnColumnHeadComponent, DbxTwoColumnComponent, DbxTwoColumnContextDirective, DbxTwoColumnFullLeftDirective, DbxTwoColumnLayoutModule, DbxTwoColumnRightComponent, DbxTwoColumnSrefDirective, DbxTwoColumnSrefShowRightDirective, DbxUIRouterSegueAnchorComponent, DbxValueListGridItemViewComponent, DbxValueListGridSizeDirective, DbxValueListGridViewComponent, DbxValueListItemModifier, DbxValueListItemModifierDirective, DbxValueListItemViewComponent, DbxValueListView, DbxValueListViewComponent, DbxWarnComponent, DbxWebAngularRouterModule, DbxWebModule, DbxWebRootModule, DbxWebUIRouterModule, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent, DbxWidgetModule, DbxWidgetService, DbxWidgetViewComponent, DbxWindowKeyDownListenerDirective, LoadingComponentState, PopoverPositionStrategy, PopupGlobalPositionStrategy, SCREEN_MEDIA_WIDTH_TYPE_SIZE_MAP, SideNavDisplayMode, TRACK_BY_MODEL_ID, TRACK_BY_MODEL_KEY, TwoColumnsContextStore, addConfigToValueListItems, allDbxModelViewTrackerEventModelKeys, allDbxModelViewTrackerEventSetModelKeys, appObjectViewTrackerStorageFactory, catchErrorServerParams, compactModeFromInput, compareScreenMediaWidthTypes, convertServerErrorParams, convertToPOJOServerErrorResponse, convertToServerErrorResponse, dbxColorBackground, dbxValueListItemDecisionFunction, disableRightClickInCdkBackdrop, index as fromDbxModel, listItemModifier, makeDbxActionSnackbarDisplayConfigGeneratorFunction, mapCompactModeObs, mapValuesToValuesListItemConfigObs, index$1 as onDbxModel, provideDbxListView, provideDbxListViewWrapper, provideDbxPromptConfirm, provideDbxValueListView, provideDbxValueListViewModifier, provideTwoColumnsContext, screenMediaWidthTypeIsActive, trackByModelKeyRef, trackByUniqueIdentifier };
|
|
8396
8408
|
//# sourceMappingURL=dereekb-dbx-web.mjs.map
|