@dereekb/dbx-web 9.24.12 → 9.24.13
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/interaction/prompt/prompt.page.component.mjs +1 -1
- package/esm2020/lib/layout/column/two/two.column.component.mjs +1 -1
- package/esm2020/lib/layout/content/content.container.directive.mjs +6 -3
- package/esm2020/lib/loading/loading.component.mjs +11 -8
- package/fesm2015/dereekb-dbx-web.mjs +16 -11
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web.mjs +16 -11
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/layout/content/_content.scss +20 -0
- package/lib/layout/content/content.container.directive.d.ts +2 -1
- package/lib/loading/loading.component.d.ts +3 -1
- package/mapbox/package.json +3 -3
- package/package.json +3 -3
- package/table/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.24.
|
|
3
|
+
"version": "9.24.13",
|
|
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.24.
|
|
11
|
+
"@dereekb/dbx-web": "9.24.13"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"tslib": "^2.3.0"
|
|
@@ -10,7 +10,7 @@ DbxPromptPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
10
10
|
<ng-content></ng-content>
|
|
11
11
|
</div>
|
|
12
12
|
</dbx-content-container>
|
|
13
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: ["grow", "padding"] }] });
|
|
13
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: ["grow", "padding", "topPadding"] }] });
|
|
14
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptPageComponent, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
16
|
args: [{
|
|
@@ -59,7 +59,7 @@ export class DbxTwoColumnComponent extends AbstractSubscriptionDirective {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
DbxTwoColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnComponent, deps: [{ token: TwoColumnsContextStore }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
62
|
-
DbxTwoColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxTwoColumnComponent, selector: "dbx-two-column", inputs: { reverseSizing: "reverseSizing", inSectionPage: "inSectionPage" }, host: { properties: { "class": "{ 'right-shown': v.showRight, 'full-left': v.showFullLeft,'hide-left-column': v.hideLeftColumn, 'two-column-reverse-sizing': v.reverseSizing, 'dbx-section-page-two': v.inSectionPage }" }, classAttribute: "dbx-two-column" }, exportAs: ["columns"], usesInheritance: true, ngImport: i0, template: "<dbx-content-container grow=\"full\" padding=\"none\" class=\"dbx-content dbx-content-auto-height left-column\">\n <div *ngIf=\"!v.hideLeftColumn && v.reverseSizing\" (resized)=\"onResized($event)\"></div>\n <ng-content select=\"[left]\"></ng-content>\n</dbx-content-container>\n<dbx-content-container grow=\"full\" padding=\"none\" class=\"dbx-content dbx-content-auto-height right-column\" *ngIf=\"v.showRight\">\n <div *ngIf=\"v.hideLeftColumn || !v.reverseSizing\" (resized)=\"onResized($event)\"></div>\n <ng-content select=\"[right]\"></ng-content>\n</dbx-content-container>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: ["grow", "padding"] }, { kind: "directive", type: i3.ResizedDirective, selector: "[resized]", outputs: ["resized"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
62
|
+
DbxTwoColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxTwoColumnComponent, selector: "dbx-two-column", inputs: { reverseSizing: "reverseSizing", inSectionPage: "inSectionPage" }, host: { properties: { "class": "{ 'right-shown': v.showRight, 'full-left': v.showFullLeft,'hide-left-column': v.hideLeftColumn, 'two-column-reverse-sizing': v.reverseSizing, 'dbx-section-page-two': v.inSectionPage }" }, classAttribute: "dbx-two-column" }, exportAs: ["columns"], usesInheritance: true, ngImport: i0, template: "<dbx-content-container grow=\"full\" padding=\"none\" class=\"dbx-content dbx-content-auto-height left-column\">\n <div *ngIf=\"!v.hideLeftColumn && v.reverseSizing\" (resized)=\"onResized($event)\"></div>\n <ng-content select=\"[left]\"></ng-content>\n</dbx-content-container>\n<dbx-content-container grow=\"full\" padding=\"none\" class=\"dbx-content dbx-content-auto-height right-column\" *ngIf=\"v.showRight\">\n <div *ngIf=\"v.hideLeftColumn || !v.reverseSizing\" (resized)=\"onResized($event)\"></div>\n <ng-content select=\"[right]\"></ng-content>\n</dbx-content-container>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: ["grow", "padding", "topPadding"] }, { kind: "directive", type: i3.ResizedDirective, selector: "[resized]", outputs: ["resized"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
63
63
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnComponent, decorators: [{
|
|
64
64
|
type: Component,
|
|
65
65
|
args: [{ selector: 'dbx-two-column', exportAs: 'columns', host: {
|
|
@@ -7,22 +7,25 @@ export class DbxContentContainerDirective {
|
|
|
7
7
|
constructor() {
|
|
8
8
|
this.grow = 'wide';
|
|
9
9
|
this.padding = 'normal';
|
|
10
|
+
this.topPadding = 'none';
|
|
10
11
|
}
|
|
11
12
|
}
|
|
12
13
|
DbxContentContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
13
|
-
DbxContentContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: { grow: "grow", padding: "padding" }, host: { properties: { "class": "\"container-\" + grow + \" container-padding-\" + padding" }, classAttribute: "d-block dbx-content-container" }, ngImport: i0 });
|
|
14
|
+
DbxContentContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: { grow: "grow", padding: "padding", topPadding: "topPadding" }, host: { properties: { "class": "\"container-\" + grow + \" container-padding-\" + padding + \" container-top-padding-\" + topPadding" }, classAttribute: "d-block dbx-content-container" }, ngImport: i0 });
|
|
14
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentContainerDirective, decorators: [{
|
|
15
16
|
type: Directive,
|
|
16
17
|
args: [{
|
|
17
18
|
selector: 'dbx-content-container,[dbxContentContainer],.dbx-content-container',
|
|
18
19
|
host: {
|
|
19
20
|
class: 'd-block dbx-content-container',
|
|
20
|
-
'[class]': `"container-" + grow + " container-padding-" + padding`
|
|
21
|
+
'[class]': `"container-" + grow + " container-padding-" + padding + " container-top-padding-" + topPadding`
|
|
21
22
|
}
|
|
22
23
|
}]
|
|
23
24
|
}], propDecorators: { grow: [{
|
|
24
25
|
type: Input
|
|
25
26
|
}], padding: [{
|
|
26
27
|
type: Input
|
|
28
|
+
}], topPadding: [{
|
|
29
|
+
type: Input
|
|
27
30
|
}] } });
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGVudC5jb250YWluZXIuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvZGJ4LXdlYi9zcmMvbGliL2xheW91dC9jb250ZW50L2NvbnRlbnQuY29udGFpbmVyLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsS0FBSyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPakQ7O0dBRUc7QUFRSCxNQUFNLE9BQU8sNEJBQTRCO0lBUHpDO1FBU0UsU0FBSSxHQUE2QixNQUFNLENBQUM7UUFHeEMsWUFBTyxHQUErQixRQUFRLENBQUM7UUFHL0MsZUFBVSxHQUErQixNQUFNLENBQUM7S0FDakQ7OzBIQVRZLDRCQUE0Qjs4R0FBNUIsNEJBQTRCOzRGQUE1Qiw0QkFBNEI7a0JBUHhDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLG9FQUFvRTtvQkFDOUUsSUFBSSxFQUFFO3dCQUNKLEtBQUssRUFBRSwrQkFBK0I7d0JBQ3RDLFNBQVMsRUFBRSxnR0FBZ0c7cUJBQzVHO2lCQUNGOzhCQUdDLElBQUk7c0JBREgsS0FBSztnQkFJTixPQUFPO3NCQUROLEtBQUs7Z0JBSU4sVUFBVTtzQkFEVCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5wdXQsIERpcmVjdGl2ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF5YmUgfSBmcm9tICdAZGVyZWVrYi91dGlsJztcblxuZXhwb3J0IHR5cGUgRGJ4Q29udGVudENvbnRhaW5lclBhZGRpbmcgPSAnbm9uZScgfCAnbWluJyB8ICdzbWFsbCcgfCAnbm9ybWFsJztcblxuZXhwb3J0IHR5cGUgRGJ4Q29udGVudENvbnRhaW5lcldpZHRoID0gJ3NtYWxsJyB8ICdtZWRpdW0nIHwgJ3dpZGUnIHwgJ2Z1bGwnO1xuXG4vKipcbiAqIENvbXBvbmVudCB0aGF0IGxpbWl0cyB0aGUgbWF4LXdpZHRoIG9mIHRoZSBjb250ZW50LlxuICovXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICdkYngtY29udGVudC1jb250YWluZXIsW2RieENvbnRlbnRDb250YWluZXJdLC5kYngtY29udGVudC1jb250YWluZXInLFxuICBob3N0OiB7XG4gICAgY2xhc3M6ICdkLWJsb2NrIGRieC1jb250ZW50LWNvbnRhaW5lcicsXG4gICAgJ1tjbGFzc10nOiBgXCJjb250YWluZXItXCIgKyBncm93ICsgXCIgY29udGFpbmVyLXBhZGRpbmctXCIgKyBwYWRkaW5nICsgXCIgY29udGFpbmVyLXRvcC1wYWRkaW5nLVwiICsgdG9wUGFkZGluZ2BcbiAgfVxufSlcbmV4cG9ydCBjbGFzcyBEYnhDb250ZW50Q29udGFpbmVyRGlyZWN0aXZlIHtcbiAgQElucHV0KClcbiAgZ3JvdzogRGJ4Q29udGVudENvbnRhaW5lcldpZHRoID0gJ3dpZGUnO1xuXG4gIEBJbnB1dCgpXG4gIHBhZGRpbmc6IERieENvbnRlbnRDb250YWluZXJQYWRkaW5nID0gJ25vcm1hbCc7XG5cbiAgQElucHV0KClcbiAgdG9wUGFkZGluZzogRGJ4Q29udGVudENvbnRhaW5lclBhZGRpbmcgPSAnbm9uZSc7XG59XG4iXX0=
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { BehaviorSubject, shareReplay, distinctUntilChanged, map, switchMap, combineLatest, of } from 'rxjs';
|
|
2
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
+
import { Component, Input, ChangeDetectorRef, ChangeDetectionStrategy } from '@angular/core';
|
|
3
|
+
import { tapSafeMarkForCheck } from '@dereekb/dbx-core';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
import * as i1 from "@angular/common";
|
|
5
6
|
import * as i2 from "./basic-loading.component";
|
|
@@ -7,7 +8,8 @@ import * as i2 from "./basic-loading.component";
|
|
|
7
8
|
* Loading View component that provides content sections for loading, error, and an error action.
|
|
8
9
|
*/
|
|
9
10
|
export class DbxLoadingComponent {
|
|
10
|
-
constructor() {
|
|
11
|
+
constructor(cdRef) {
|
|
12
|
+
this.cdRef = cdRef;
|
|
11
13
|
this._context = new BehaviorSubject(undefined);
|
|
12
14
|
this._inputLoading = new BehaviorSubject(true);
|
|
13
15
|
this._inputError = new BehaviorSubject(undefined);
|
|
@@ -21,7 +23,7 @@ export class DbxLoadingComponent {
|
|
|
21
23
|
error: inputError
|
|
22
24
|
};
|
|
23
25
|
}
|
|
24
|
-
}), distinctUntilChanged((a, b) => a.loading === b.loading && a.error === b.error), shareReplay(1));
|
|
26
|
+
}), distinctUntilChanged((a, b) => a.loading === b.loading && a.error === b.error), tapSafeMarkForCheck(this.cdRef), shareReplay(1));
|
|
25
27
|
this.loading$ = this.state$.pipe(map((x) => x.loading), distinctUntilChanged(), shareReplay(1));
|
|
26
28
|
this.error$ = this.state$.pipe(map((x) => x.error), distinctUntilChanged(), shareReplay(1));
|
|
27
29
|
this.mode = 'indeterminate';
|
|
@@ -51,7 +53,7 @@ export class DbxLoadingComponent {
|
|
|
51
53
|
this._inputError.next(error);
|
|
52
54
|
}
|
|
53
55
|
}
|
|
54
|
-
DbxLoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
56
|
+
DbxLoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
55
57
|
DbxLoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxLoadingComponent, selector: "dbx-loading", inputs: { show: "show", text: "text", mode: "mode", color: "color", diameter: "diameter", linear: "linear", padding: "padding", context: "context", loading: "loading", error: "error" }, ngImport: i0, template: `
|
|
56
58
|
<dbx-basic-loading [show]="show" [color]="color" [text]="text" [mode]="mode" [linear]="linear" [diameter]="diameter" [error]="error$ | async" [loading]="loading$ | async">
|
|
57
59
|
<ng-content loading select="[loading]"></ng-content>
|
|
@@ -60,7 +62,7 @@ DbxLoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
60
62
|
<ng-content error select="[error]"></ng-content>
|
|
61
63
|
<ng-content errorAction select="[errorAction]"></ng-content>
|
|
62
64
|
</dbx-basic-loading>
|
|
63
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DbxBasicLoadingComponent, selector: "dbx-basic-loading", inputs: ["diameter", "mode", "color", "text", "linear", "show", "loading", "error"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
65
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.DbxBasicLoadingComponent, selector: "dbx-basic-loading", inputs: ["diameter", "mode", "color", "text", "linear", "show", "loading", "error"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
64
66
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingComponent, decorators: [{
|
|
65
67
|
type: Component,
|
|
66
68
|
args: [{
|
|
@@ -73,9 +75,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
73
75
|
<ng-content error select="[error]"></ng-content>
|
|
74
76
|
<ng-content errorAction select="[errorAction]"></ng-content>
|
|
75
77
|
</dbx-basic-loading>
|
|
76
|
-
|
|
78
|
+
`,
|
|
79
|
+
changeDetection: ChangeDetectionStrategy.OnPush
|
|
77
80
|
}]
|
|
78
|
-
}], propDecorators: { show: [{
|
|
81
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { show: [{
|
|
79
82
|
type: Input
|
|
80
83
|
}], text: [{
|
|
81
84
|
type: Input
|
|
@@ -96,4 +99,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
96
99
|
}], error: [{
|
|
97
100
|
type: Input
|
|
98
101
|
}] } });
|
|
99
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
102
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZGluZy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9kYngtd2ViL3NyYy9saWIvbG9hZGluZy9sb2FkaW5nLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsZUFBZSxFQUFFLFdBQVcsRUFBYyxvQkFBb0IsRUFBRSxHQUFHLEVBQUUsU0FBUyxFQUFFLGFBQWEsRUFBRSxFQUFFLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDekgsT0FBTyxFQUFhLFNBQVMsRUFBRSxLQUFLLEVBQUUsaUJBQWlCLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFLeEcsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sbUJBQW1CLENBQUM7Ozs7QUFPeEQ7O0dBRUc7QUFjSCxNQUFNLE9BQU8sbUJBQW1CO0lBeUQ5QixZQUFxQixLQUF3QjtRQUF4QixVQUFLLEdBQUwsS0FBSyxDQUFtQjtRQXhEckMsYUFBUSxHQUFHLElBQUksZUFBZSxDQUF3QixTQUFTLENBQUMsQ0FBQztRQUNqRSxrQkFBYSxHQUFHLElBQUksZUFBZSxDQUFpQixJQUFJLENBQUMsQ0FBQztRQUMxRCxnQkFBVyxHQUFHLElBQUksZUFBZSxDQUFvQixTQUFTLENBQUMsQ0FBQztRQUUvRCxXQUFNLEdBQXlDLGFBQWEsQ0FBQyxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVcsRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQy9MLEdBQUcsQ0FBQyxDQUFDLENBQUMs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cG9ydCB7IEJlaGF2aW9yU3ViamVjdCwgc2hhcmVSZXBsYXksIE9ic2VydmFibGUsIGRpc3RpbmN0VW50aWxDaGFuZ2VkLCBtYXAsIHN3aXRjaE1hcCwgY29tYmluZUxhdGVzdCwgb2YgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IE9uRGVzdHJveSwgQ29tcG9uZW50LCBJbnB1dCwgQ2hhbmdlRGV0ZWN0b3JSZWYsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUaGVtZVBhbGV0dGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9jb3JlJztcbmltcG9ydCB7IFByb2dyZXNzQmFyTW9kZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3Byb2dyZXNzLWJhcic7XG5pbXBvcnQgeyBMb2FkaW5nQ29udGV4dCB9IGZyb20gJ0BkZXJlZWtiL3J4anMnO1xuaW1wb3J0IHsgRXJyb3JJbnB1dCwgTWF5YmUgfSBmcm9tICdAZGVyZWVrYi91dGlsJztcbmltcG9ydCB7IHRhcFNhZmVNYXJrRm9yQ2hlY2sgfSBmcm9tICdAZGVyZWVrYi9kYngtY29yZSc7XG5cbmV4cG9ydCBpbnRlcmZhY2UgRGJ4TG9hZGluZ0NvbXBvbmVudFN0YXRlIHtcbiAgbG9hZGluZzogYm9vbGVhbjtcbiAgZXJyb3I6IE1heWJlPEVycm9ySW5wdXQ+O1xufVxuXG4vKipcbiAqIExvYWRpbmcgVmlldyBjb21wb25lbnQgdGhhdCBwcm92aWRlcyBjb250ZW50IHNlY3Rpb25zIGZvciBsb2FkaW5nLCBlcnJvciwgYW5kIGFuIGVycm9yIGFjdGlvbi5cbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZGJ4LWxvYWRpbmcnLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxkYngtYmFzaWMtbG9hZGluZyBbc2hvd109XCJzaG93XCIgW2NvbG9yXT1cImNvbG9yXCIgW3RleHRdPVwidGV4dFwiIFttb2RlXT1cIm1vZGVcIiBbbGluZWFyXT1cImxpbmVhclwiIFtkaWFtZXRlcl09XCJkaWFtZXRlclwiIFtlcnJvcl09XCJlcnJvciQgfCBhc3luY1wiIFtsb2FkaW5nXT1cImxvYWRpbmckIHwgYXN5bmNcIj5cbiAgICAgIDxuZy1jb250ZW50IGxvYWRpbmcgc2VsZWN0PVwiW2xvYWRpbmddXCI+PC9uZy1jb250ZW50PlxuICAgICAgPGRpdiBjbGFzcz1cImRieC1sb2FkaW5nLWxpbmVhci1kb25lLXBhZGRpbmdcIiAqbmdJZj1cImxpbmVhciAmJiBwYWRkaW5nICYmICEobG9hZGluZyQgfCBhc3luYylcIj48L2Rpdj5cbiAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgIDxuZy1jb250ZW50IGVycm9yIHNlbGVjdD1cIltlcnJvcl1cIj48L25nLWNvbnRlbnQ+XG4gICAgICA8bmctY29udGVudCBlcnJvckFjdGlvbiBzZWxlY3Q9XCJbZXJyb3JBY3Rpb25dXCI+PC9uZy1jb250ZW50PlxuICAgIDwvZGJ4LWJhc2ljLWxvYWRpbmc+XG4gIGAsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIERieExvYWRpbmdDb21wb25lbnQgaW1wbGVtZW50cyBPbkRlc3Ryb3kge1xuICBwcml2YXRlIF9jb250ZXh0ID0gbmV3IEJlaGF2aW9yU3ViamVjdDxNYXliZTxMb2FkaW5nQ29udGV4dD4+KHVuZGVmaW5lZCk7XG4gIHByaXZhdGUgX2lucHV0TG9hZGluZyA9IG5ldyBCZWhhdmlvclN1YmplY3Q8TWF5YmU8Ym9vbGVhbj4+KHRydWUpO1xuICBwcml2YXRlIF9pbnB1dEVycm9yID0gbmV3IEJlaGF2aW9yU3ViamVjdDxNYXliZTxFcnJvcklucHV0Pj4odW5kZWZpbmVkKTtcblxuICByZWFkb25seSBzdGF0ZSQ6IE9ic2VydmFibGU8RGJ4TG9hZGluZ0NvbXBvbmVudFN0YXRlPiA9IGNvbWJpbmVMYXRlc3QoW3RoaXMuX2lucHV0TG9hZGluZywgdGhpcy5faW5wdXRFcnJvciwgdGhpcy5fY29udGV4dC5waXBlKHN3aXRjaE1hcCgoeCkgPT4gKHggIT0gbnVsbCA/IHguc3RyZWFtJCA6IG9mKHVuZGVmaW5lZCkpKSldKS5waXBlKFxuICAgIG1hcCgoW2lucHV0TG9hZGluZywgaW5wdXRFcnJvciwgbG9hZGluZ1N0YXRlXSkgPT4ge1xuICAgICAgaWYgKGxvYWRpbmdTdGF0ZSkge1xuICAgICAgICByZXR1cm4gbG9hZGluZ1N0YXRlIGFzIERieExvYWRpbmdDb21wb25lbnRTdGF0ZTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgbG9hZGluZzogaW5wdXRMb2FkaW5nID8/IGZhbHNlLFxuICAgICAgICAgIGVycm9yOiBpbnB1dEVycm9yXG4gICAgICAgIH07XG4gICAgICB9XG4gICAgfSksXG4gICAgZGlzdGluY3RVbnRpbENoYW5nZWQoKGEsIGIpID0+IGEubG9hZGluZyA9PT0gYi5sb2FkaW5nICYmIGEuZXJyb3IgPT09IGIuZXJyb3IpLFxuICAgIHRhcFNhZmVNYXJrRm9yQ2hlY2sodGhpcy5jZFJlZiksXG4gICAgc2hhcmVSZXBsYXkoMSlcbiAgKTtcblxuICByZWFkb25seSBsb2FkaW5nJCA9IHRoaXMuc3RhdGUkLnBpcGUoXG4gICAgbWFwKCh4KSA9PiB4LmxvYWRpbmcpLFxuICAgIGRpc3RpbmN0VW50aWxDaGFuZ2VkKCksXG4gICAgc2hhcmVSZXBsYXkoMSlcbiAgKTtcblxuICByZWFkb25seSBlcnJvciQgPSB0aGlzLnN0YXRlJC5waXBlKFxuICAgIG1hcCgoeCkgPT4geC5lcnJvciksXG4gICAgZGlzdGluY3RVbnRpbENoYW5nZWQoKSxcbiAgICBzaGFyZVJlcGxheSgxKVxuICApO1xuXG4gIEBJbnB1dCgpXG4gIHNob3c/OiBNYXliZTxib29sZWFuPjtcblxuICBASW5wdXQoKVxuICB0ZXh0PzogTWF5YmU8c3RyaW5nPjtcblxuICBASW5wdXQoKVxuICBtb2RlOiBQcm9ncmVzc0Jhck1vZGUgPSAnaW5kZXRlcm1pbmF0ZSc7XG5cbiAgQElucHV0KClcbiAgY29sb3I6IFRoZW1lUGFsZXR0ZSA9ICdwcmltYXJ5JztcblxuICBASW5wdXQoKVxuICBkaWFtZXRlcj86IE1heWJlPG51bWJlcj47XG5cbiAgQElucHV0KClcbiAgbGluZWFyPzogTWF5YmU8Ym9vbGVhbj47XG5cbiAgLyoqXG4gICAqIFdoZXRoZXIgb3Igbm90IHRvIGFkZCBwYWRkaW5nIHRvIHRoZSBsaW5lYXIgcHJlc2VudGF0aW9uIHdoZW4gbGluZWFyIGlzIGNvbXBsZXRlLiBUaGlzIHByZXZlbnRzIHRoZSBsaW5lYXIgYmFyIGZyb20gcHVzaGluZyBjb250ZW50IGFyb3VuZC5cbiAgICovXG4gIEBJbnB1dCgpXG4gIHBhZGRpbmc/OiBNYXliZTxib29sZWFuPjtcblxuICBjb25zdHJ1Y3RvcihyZWFkb25seSBjZFJlZjogQ2hhbmdlRGV0ZWN0b3JSZWYpIHt9XG5cbiAgbmdPbkRlc3Ryb3koKSB7XG4gICAgdGhpcy5fY29udGV4dC5jb21wbGV0ZSgpO1xuICAgIHRoaXMuX2lucHV0RXJyb3IuY29tcGxldGUoKTtcbiAgICB0aGlzLl9pbnB1dExvYWRpbmcuY29tcGxldGUoKTtcbiAgfVxuXG4gIEBJbnB1dCgpXG4gIGdldCBjb250ZXh0KCk6IE1heWJlPExvYWRpbmdDb250ZXh0PiB7XG4gICAgcmV0dXJuIHRoaXMuX2NvbnRleHQudmFsdWU7XG4gIH1cblxuICBzZXQgY29udGV4dChjb250ZXh0OiBNYXliZTxMb2FkaW5nQ29udGV4dD4pIHtcbiAgICB0aGlzLl9jb250ZXh0Lm5leHQoY29udGV4dCk7XG4gIH1cblxuICBASW5wdXQoKVxuICBnZXQgbG9hZGluZygpOiBNYXliZTxib29sZWFuPiB7XG4gICAgcmV0dXJuIHRoaXMuX2lucHV0TG9hZGluZy52YWx1ZTtcbiAgfVxuXG4gIHNldCBsb2FkaW5nKGxvYWRpbmc6IE1heWJlPGJvb2xlYW4+KSB7XG4gICAgdGhpcy5faW5wdXRMb2FkaW5nLm5leHQobG9hZGluZyA/PyBmYWxzZSk7XG4gIH1cblxuICBASW5wdXQoKVxuICBnZXQgZXJyb3IoKTogTWF5YmU8RXJyb3JJbnB1dD4ge1xuICAgIHJldHVybiB0aGlzLl9pbnB1dEVycm9yLnZhbHVlO1xuICB9XG5cbiAgc2V0IGVycm9yKGVycm9yOiBNYXliZTxFcnJvcklucHV0Pikge1xuICAgIHRoaXMuX2lucHV0RXJyb3IubmV4dChlcnJvcik7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -5,7 +5,7 @@ import { BehaviorSubject, map, combineLatest, distinctUntilChanged, shareReplay,
|
|
|
5
5
|
import * as i1$1 from '@angular/material/snack-bar';
|
|
6
6
|
import { MAT_SNACK_BAR_DATA, MatSnackBarModule } from '@angular/material/snack-bar';
|
|
7
7
|
import * as i1$2 from '@dereekb/dbx-core';
|
|
8
|
-
import { AbstractSubscriptionDirective, safeMarkForCheck, AbstractDbxButtonDirective, provideDbxButton, DbxCoreButtonModule, AbstractTransitionWatcherDirective, AbstractDbxActionValueOnTriggerDirective, safeDetectChanges, DbxInjectionComponentModule, AbstractDbxActionHandlerDirective, provideActionStoreSource, isClickableFilterPreset, AbstractDbxAnchorDirective, expandClickableAnchorLinkTrees, AbstractTransitionDirective, tapDetectChanges, AbstractIfDirective, DbxCoreFilterModule, asSegueRef, isSegueRefActive, DBX_INJECTION_COMPONENT_DATA, checkNgContentWrapperHasContent, anchorTypeForAnchor, AnchorType, DbxCoreActionModule, isIdleActionState, canTriggerAction, onDbxAppAuth, SimpleStorageAccessorFactory } from '@dereekb/dbx-core';
|
|
8
|
+
import { AbstractSubscriptionDirective, safeMarkForCheck, AbstractDbxButtonDirective, provideDbxButton, DbxCoreButtonModule, AbstractTransitionWatcherDirective, AbstractDbxActionValueOnTriggerDirective, safeDetectChanges, DbxInjectionComponentModule, AbstractDbxActionHandlerDirective, provideActionStoreSource, isClickableFilterPreset, AbstractDbxAnchorDirective, expandClickableAnchorLinkTrees, AbstractTransitionDirective, tapDetectChanges, AbstractIfDirective, DbxCoreFilterModule, asSegueRef, isSegueRefActive, DBX_INJECTION_COMPONENT_DATA, checkNgContentWrapperHasContent, tapSafeMarkForCheck, anchorTypeForAnchor, AnchorType, DbxCoreActionModule, isIdleActionState, canTriggerAction, onDbxAppAuth, SimpleStorageAccessorFactory } from '@dereekb/dbx-core';
|
|
9
9
|
import ms from 'ms';
|
|
10
10
|
import * as i1 from '@angular/common';
|
|
11
11
|
import { CommonModule } from '@angular/common';
|
|
@@ -3519,23 +3519,26 @@ class DbxContentContainerDirective {
|
|
|
3519
3519
|
constructor() {
|
|
3520
3520
|
this.grow = 'wide';
|
|
3521
3521
|
this.padding = 'normal';
|
|
3522
|
+
this.topPadding = 'none';
|
|
3522
3523
|
}
|
|
3523
3524
|
}
|
|
3524
3525
|
DbxContentContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentContainerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3525
|
-
DbxContentContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: { grow: "grow", padding: "padding" }, host: { properties: { "class": "\"container-\" + grow + \" container-padding-\" + padding" }, classAttribute: "d-block dbx-content-container" }, ngImport: i0 });
|
|
3526
|
+
DbxContentContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: { grow: "grow", padding: "padding", topPadding: "topPadding" }, host: { properties: { "class": "\"container-\" + grow + \" container-padding-\" + padding + \" container-top-padding-\" + topPadding" }, classAttribute: "d-block dbx-content-container" }, ngImport: i0 });
|
|
3526
3527
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentContainerDirective, decorators: [{
|
|
3527
3528
|
type: Directive,
|
|
3528
3529
|
args: [{
|
|
3529
3530
|
selector: 'dbx-content-container,[dbxContentContainer],.dbx-content-container',
|
|
3530
3531
|
host: {
|
|
3531
3532
|
class: 'd-block dbx-content-container',
|
|
3532
|
-
'[class]': `"container-" + grow + " container-padding-" + padding`
|
|
3533
|
+
'[class]': `"container-" + grow + " container-padding-" + padding + " container-top-padding-" + topPadding`
|
|
3533
3534
|
}
|
|
3534
3535
|
}]
|
|
3535
3536
|
}], propDecorators: { grow: [{
|
|
3536
3537
|
type: Input
|
|
3537
3538
|
}], padding: [{
|
|
3538
3539
|
type: Input
|
|
3540
|
+
}], topPadding: [{
|
|
3541
|
+
type: Input
|
|
3539
3542
|
}] } });
|
|
3540
3543
|
|
|
3541
3544
|
/**
|
|
@@ -4320,7 +4323,7 @@ class DbxTwoColumnComponent extends AbstractSubscriptionDirective {
|
|
|
4320
4323
|
}
|
|
4321
4324
|
}
|
|
4322
4325
|
DbxTwoColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnComponent, deps: [{ token: TwoColumnsContextStore }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
4323
|
-
DbxTwoColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxTwoColumnComponent, selector: "dbx-two-column", inputs: { reverseSizing: "reverseSizing", inSectionPage: "inSectionPage" }, host: { properties: { "class": "{ 'right-shown': v.showRight, 'full-left': v.showFullLeft,'hide-left-column': v.hideLeftColumn, 'two-column-reverse-sizing': v.reverseSizing, 'dbx-section-page-two': v.inSectionPage }" }, classAttribute: "dbx-two-column" }, exportAs: ["columns"], usesInheritance: true, ngImport: i0, template: "<dbx-content-container grow=\"full\" padding=\"none\" class=\"dbx-content dbx-content-auto-height left-column\">\n <div *ngIf=\"!v.hideLeftColumn && v.reverseSizing\" (resized)=\"onResized($event)\"></div>\n <ng-content select=\"[left]\"></ng-content>\n</dbx-content-container>\n<dbx-content-container grow=\"full\" padding=\"none\" class=\"dbx-content dbx-content-auto-height right-column\" *ngIf=\"v.showRight\">\n <div *ngIf=\"v.hideLeftColumn || !v.reverseSizing\" (resized)=\"onResized($event)\"></div>\n <ng-content select=\"[right]\"></ng-content>\n</dbx-content-container>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: ["grow", "padding"] }, { kind: "directive", type: i1$5.ResizedDirective, selector: "[resized]", outputs: ["resized"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4326
|
+
DbxTwoColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxTwoColumnComponent, selector: "dbx-two-column", inputs: { reverseSizing: "reverseSizing", inSectionPage: "inSectionPage" }, host: { properties: { "class": "{ 'right-shown': v.showRight, 'full-left': v.showFullLeft,'hide-left-column': v.hideLeftColumn, 'two-column-reverse-sizing': v.reverseSizing, 'dbx-section-page-two': v.inSectionPage }" }, classAttribute: "dbx-two-column" }, exportAs: ["columns"], usesInheritance: true, ngImport: i0, template: "<dbx-content-container grow=\"full\" padding=\"none\" class=\"dbx-content dbx-content-auto-height left-column\">\n <div *ngIf=\"!v.hideLeftColumn && v.reverseSizing\" (resized)=\"onResized($event)\"></div>\n <ng-content select=\"[left]\"></ng-content>\n</dbx-content-container>\n<dbx-content-container grow=\"full\" padding=\"none\" class=\"dbx-content dbx-content-auto-height right-column\" *ngIf=\"v.showRight\">\n <div *ngIf=\"v.hideLeftColumn || !v.reverseSizing\" (resized)=\"onResized($event)\"></div>\n <ng-content select=\"[right]\"></ng-content>\n</dbx-content-container>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: ["grow", "padding", "topPadding"] }, { kind: "directive", type: i1$5.ResizedDirective, selector: "[resized]", outputs: ["resized"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4324
4327
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxTwoColumnComponent, decorators: [{
|
|
4325
4328
|
type: Component,
|
|
4326
4329
|
args: [{ selector: 'dbx-two-column', exportAs: 'columns', host: {
|
|
@@ -5346,7 +5349,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
5346
5349
|
* Loading View component that provides content sections for loading, error, and an error action.
|
|
5347
5350
|
*/
|
|
5348
5351
|
class DbxLoadingComponent {
|
|
5349
|
-
constructor() {
|
|
5352
|
+
constructor(cdRef) {
|
|
5353
|
+
this.cdRef = cdRef;
|
|
5350
5354
|
this._context = new BehaviorSubject(undefined);
|
|
5351
5355
|
this._inputLoading = new BehaviorSubject(true);
|
|
5352
5356
|
this._inputError = new BehaviorSubject(undefined);
|
|
@@ -5360,7 +5364,7 @@ class DbxLoadingComponent {
|
|
|
5360
5364
|
error: inputError
|
|
5361
5365
|
};
|
|
5362
5366
|
}
|
|
5363
|
-
}), distinctUntilChanged((a, b) => a.loading === b.loading && a.error === b.error), shareReplay(1));
|
|
5367
|
+
}), distinctUntilChanged((a, b) => a.loading === b.loading && a.error === b.error), tapSafeMarkForCheck(this.cdRef), shareReplay(1));
|
|
5364
5368
|
this.loading$ = this.state$.pipe(map((x) => x.loading), distinctUntilChanged(), shareReplay(1));
|
|
5365
5369
|
this.error$ = this.state$.pipe(map((x) => x.error), distinctUntilChanged(), shareReplay(1));
|
|
5366
5370
|
this.mode = 'indeterminate';
|
|
@@ -5390,7 +5394,7 @@ class DbxLoadingComponent {
|
|
|
5390
5394
|
this._inputError.next(error);
|
|
5391
5395
|
}
|
|
5392
5396
|
}
|
|
5393
|
-
DbxLoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5397
|
+
DbxLoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
5394
5398
|
DbxLoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxLoadingComponent, selector: "dbx-loading", inputs: { show: "show", text: "text", mode: "mode", color: "color", diameter: "diameter", linear: "linear", padding: "padding", context: "context", loading: "loading", error: "error" }, ngImport: i0, template: `
|
|
5395
5399
|
<dbx-basic-loading [show]="show" [color]="color" [text]="text" [mode]="mode" [linear]="linear" [diameter]="diameter" [error]="error$ | async" [loading]="loading$ | async">
|
|
5396
5400
|
<ng-content loading select="[loading]"></ng-content>
|
|
@@ -5399,7 +5403,7 @@ DbxLoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
5399
5403
|
<ng-content error select="[error]"></ng-content>
|
|
5400
5404
|
<ng-content errorAction select="[errorAction]"></ng-content>
|
|
5401
5405
|
</dbx-basic-loading>
|
|
5402
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DbxBasicLoadingComponent, selector: "dbx-basic-loading", inputs: ["diameter", "mode", "color", "text", "linear", "show", "loading", "error"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
5406
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DbxBasicLoadingComponent, selector: "dbx-basic-loading", inputs: ["diameter", "mode", "color", "text", "linear", "show", "loading", "error"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5403
5407
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxLoadingComponent, decorators: [{
|
|
5404
5408
|
type: Component,
|
|
5405
5409
|
args: [{
|
|
@@ -5412,9 +5416,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
5412
5416
|
<ng-content error select="[error]"></ng-content>
|
|
5413
5417
|
<ng-content errorAction select="[errorAction]"></ng-content>
|
|
5414
5418
|
</dbx-basic-loading>
|
|
5415
|
-
|
|
5419
|
+
`,
|
|
5420
|
+
changeDetection: ChangeDetectionStrategy.OnPush
|
|
5416
5421
|
}]
|
|
5417
|
-
}], propDecorators: { show: [{
|
|
5422
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { show: [{
|
|
5418
5423
|
type: Input
|
|
5419
5424
|
}], text: [{
|
|
5420
5425
|
type: Input
|
|
@@ -8120,7 +8125,7 @@ DbxPromptPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
8120
8125
|
<ng-content></ng-content>
|
|
8121
8126
|
</div>
|
|
8122
8127
|
</dbx-content-container>
|
|
8123
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: ["grow", "padding"] }] });
|
|
8128
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: DbxContentContainerDirective, selector: "dbx-content-container,[dbxContentContainer],.dbx-content-container", inputs: ["grow", "padding", "topPadding"] }] });
|
|
8124
8129
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPromptPageComponent, decorators: [{
|
|
8125
8130
|
type: Component,
|
|
8126
8131
|
args: [{
|