@dereekb/dbx-web 9.20.20 → 9.22.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/calendar/package.json +2 -2
- package/esm2020/lib/action/snackbar/action.snackbar.component.mjs +1 -1
- package/esm2020/lib/action/transition/transition.safety.dialog.component.mjs +1 -1
- package/esm2020/lib/button/button.component.mjs +14 -2
- package/esm2020/lib/button/progress/base.progress.button.directive.mjs +3 -1
- package/esm2020/lib/button/progress/button.progress.config.mjs +1 -1
- package/esm2020/lib/button/progress/spinner.button.component.mjs +7 -4
- package/esm2020/lib/extension/model/model.tracker.view.storage.mjs +2 -3
- package/esm2020/lib/extension/model/model.types.service.mjs +2 -3
- package/esm2020/lib/extension/model/state/effects/tracker.effects.mjs +2 -2
- package/esm2020/lib/interaction/filter/filter.preset.menu.component.mjs +2 -3
- package/esm2020/lib/interaction/filter/filter.preset.mjs +2 -3
- package/esm2020/lib/interaction/filter/filter.wrapper.component.mjs +1 -1
- package/esm2020/lib/interaction/popup/popup.controls.buttons.component.mjs +1 -1
- package/esm2020/lib/layout/column/two/two.column.sref.showright.directive.mjs +2 -3
- package/esm2020/lib/layout/content/content.layout.module.mjs +31 -4
- package/esm2020/lib/layout/content/content.pit.directive.mjs +19 -0
- package/esm2020/lib/layout/content/index.mjs +2 -1
- package/esm2020/lib/layout/list/list.wrapper.mjs +1 -1
- package/esm2020/mapbox/lib/mapbox.change.service.mjs +2 -3
- package/esm2020/table/dereekb-dbx-web-table.mjs +5 -0
- package/esm2020/table/index.mjs +2 -0
- package/esm2020/table/lib/date/date.table.column.header.component.mjs +49 -0
- package/esm2020/table/lib/date/daterange.table.cell.input.component.mjs +166 -0
- package/esm2020/table/lib/date/index.mjs +4 -0
- package/esm2020/table/lib/date/table.date.module.mjs +68 -0
- package/esm2020/table/lib/index.mjs +18 -0
- package/esm2020/table/lib/table.cell.action.component.mjs +28 -0
- package/esm2020/table/lib/table.cell.input.component.mjs +31 -0
- package/esm2020/table/lib/table.cell.summaryend.component.mjs +28 -0
- package/esm2020/table/lib/table.cell.summarystart.component.mjs +31 -0
- package/esm2020/table/lib/table.column.directive.mjs +30 -0
- package/esm2020/table/lib/table.column.footer.component.mjs +35 -0
- package/esm2020/table/lib/table.column.header.component.mjs +35 -0
- package/esm2020/table/lib/table.component.mjs +58 -0
- package/esm2020/table/lib/table.directive.mjs +37 -0
- package/esm2020/table/lib/table.item.action.component.mjs +35 -0
- package/esm2020/table/lib/table.item.cell.component.mjs +39 -0
- package/esm2020/table/lib/table.item.directive.mjs +30 -0
- package/esm2020/table/lib/table.item.header.component.mjs +27 -0
- package/esm2020/table/lib/table.mjs +2 -0
- package/esm2020/table/lib/table.module.mjs +74 -0
- package/esm2020/table/lib/table.store.mjs +53 -0
- package/fesm2015/dereekb-dbx-web-mapbox.mjs +1 -2
- package/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2015/dereekb-dbx-web-table.mjs +745 -0
- package/fesm2015/dereekb-dbx-web-table.mjs.map +1 -0
- package/fesm2015/dereekb-dbx-web.mjs +99 -38
- package/fesm2015/dereekb-dbx-web.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web-mapbox.mjs +1 -2
- package/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2020/dereekb-dbx-web-table.mjs +738 -0
- package/fesm2020/dereekb-dbx-web-table.mjs.map +1 -0
- package/fesm2020/dereekb-dbx-web.mjs +97 -38
- package/fesm2020/dereekb-dbx-web.mjs.map +1 -1
- package/lib/button/_button.scss +4 -0
- package/lib/button/button.component.d.ts +5 -2
- package/lib/button/progress/button.progress.config.d.ts +7 -0
- package/lib/button/progress/spinner.button.component.d.ts +1 -0
- package/lib/extension/_extension.scss +19 -0
- package/lib/extension/table/_table.scss +60 -0
- package/lib/layout/content/_content.scss +14 -0
- package/lib/layout/content/content.layout.module.d.ts +3 -2
- package/lib/layout/content/content.pit.directive.d.ts +8 -0
- package/lib/layout/content/index.d.ts +1 -0
- package/lib/layout/list/list.wrapper.d.ts +2 -1
- package/lib/layout/style/_style.scss +4 -0
- package/lib/style/_config.scss +8 -2
- package/mapbox/esm2020/lib/mapbox.change.service.mjs +2 -3
- package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs +1 -2
- package/mapbox/fesm2015/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs +1 -2
- package/mapbox/fesm2020/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/mapbox/package.json +3 -3
- package/package.json +14 -6
- package/table/README.md +6 -0
- package/table/esm2020/dereekb-dbx-web-table.mjs +5 -0
- package/table/esm2020/index.mjs +2 -0
- package/table/esm2020/lib/date/date.table.column.header.component.mjs +49 -0
- package/table/esm2020/lib/date/daterange.table.cell.input.component.mjs +166 -0
- package/table/esm2020/lib/date/index.mjs +4 -0
- package/table/esm2020/lib/date/table.date.module.mjs +68 -0
- package/table/esm2020/lib/index.mjs +18 -0
- package/table/esm2020/lib/table.cell.action.component.mjs +28 -0
- package/table/esm2020/lib/table.cell.input.component.mjs +31 -0
- package/table/esm2020/lib/table.cell.summaryend.component.mjs +28 -0
- package/table/esm2020/lib/table.cell.summarystart.component.mjs +31 -0
- package/table/esm2020/lib/table.column.directive.mjs +30 -0
- package/table/esm2020/lib/table.column.footer.component.mjs +35 -0
- package/table/esm2020/lib/table.column.header.component.mjs +35 -0
- package/table/esm2020/lib/table.component.mjs +58 -0
- package/table/esm2020/lib/table.directive.mjs +37 -0
- package/table/esm2020/lib/table.item.action.component.mjs +35 -0
- package/table/esm2020/lib/table.item.cell.component.mjs +39 -0
- package/table/esm2020/lib/table.item.directive.mjs +30 -0
- package/table/esm2020/lib/table.item.header.component.mjs +27 -0
- package/table/esm2020/lib/table.mjs +2 -0
- package/table/esm2020/lib/table.module.mjs +74 -0
- package/table/esm2020/lib/table.store.mjs +53 -0
- package/table/fesm2015/dereekb-dbx-web-table.mjs +745 -0
- package/table/fesm2015/dereekb-dbx-web-table.mjs.map +1 -0
- package/table/fesm2020/dereekb-dbx-web-table.mjs +738 -0
- package/table/fesm2020/dereekb-dbx-web-table.mjs.map +1 -0
- package/table/index.d.ts +1 -0
- package/table/lib/date/date.table.column.header.component.d.ts +18 -0
- package/table/lib/date/daterange.table.cell.input.component.d.ts +66 -0
- package/table/lib/date/index.d.ts +3 -0
- package/table/lib/date/table.date.module.d.ts +16 -0
- package/table/lib/index.d.ts +17 -0
- package/table/lib/table.cell.action.component.d.ts +9 -0
- package/table/lib/table.cell.input.component.d.ts +12 -0
- package/table/lib/table.cell.summaryend.component.d.ts +9 -0
- package/table/lib/table.cell.summarystart.component.d.ts +12 -0
- package/table/lib/table.column.directive.d.ts +18 -0
- package/table/lib/table.column.footer.component.d.ts +8 -0
- package/table/lib/table.column.header.component.d.ts +8 -0
- package/table/lib/table.component.d.ts +29 -0
- package/table/lib/table.d.ts +99 -0
- package/table/lib/table.directive.d.ts +16 -0
- package/table/lib/table.item.action.component.d.ts +7 -0
- package/table/lib/table.item.cell.component.d.ts +13 -0
- package/table/lib/table.item.directive.d.ts +17 -0
- package/table/lib/table.item.header.component.d.ts +7 -0
- package/table/lib/table.module.d.ts +22 -0
- package/table/lib/table.store.d.ts +38 -0
- package/table/package.json +35 -0
|
@@ -34,7 +34,6 @@ import * as i4 from '@angular/material/divider';
|
|
|
34
34
|
import { MatDividerModule } from '@angular/material/divider';
|
|
35
35
|
import * as i3$2 from '@angular/flex-layout/flex';
|
|
36
36
|
import { FlexLayoutModule } from '@angular/flex-layout';
|
|
37
|
-
import { shareReplay as shareReplay$1, mergeMap as mergeMap$1, map as map$1, catchError as catchError$1, distinctUntilChanged as distinctUntilChanged$1, tap as tap$1, filter as filter$1 } from 'rxjs/operators';
|
|
38
37
|
import * as i4$1 from '@angular/material/list';
|
|
39
38
|
import { MatListModule } from '@angular/material/list';
|
|
40
39
|
import * as i4$3 from '@angular/material/tabs';
|
|
@@ -103,6 +102,7 @@ class AbstractProgressButtonDirective extends AbstractSubscriptionDirective {
|
|
|
103
102
|
working: options?.working || working,
|
|
104
103
|
disabled: options?.disabled || disabled
|
|
105
104
|
};
|
|
105
|
+
completeOptions.buttonIcon = completeOptions.buttonIcon || completeOptions.icon;
|
|
106
106
|
}
|
|
107
107
|
return completeOptions;
|
|
108
108
|
}), filterMaybe(), distinctUntilChanged(), shareReplay(1));
|
|
@@ -125,6 +125,7 @@ class AbstractProgressButtonDirective extends AbstractSubscriptionDirective {
|
|
|
125
125
|
this.options$.pipe(first()).subscribe((options) => {
|
|
126
126
|
if (!options.disabled && !options.working) {
|
|
127
127
|
this.btnClick.emit(event);
|
|
128
|
+
event.stopImmediatePropagation();
|
|
128
129
|
}
|
|
129
130
|
});
|
|
130
131
|
}
|
|
@@ -173,13 +174,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
173
174
|
}] } });
|
|
174
175
|
|
|
175
176
|
class DbxSpinnerButtonComponent extends AbstractProgressButtonDirective {
|
|
177
|
+
get showText() {
|
|
178
|
+
return !(this.options.fab || this.options.iconOnly);
|
|
179
|
+
}
|
|
176
180
|
calcSpinnerSize() {
|
|
177
181
|
const options = this.options;
|
|
178
182
|
const elem = this.buttonRef?.nativeElement;
|
|
179
183
|
const height = elem.clientHeight;
|
|
180
184
|
let size;
|
|
181
185
|
if (options) {
|
|
182
|
-
if (options.fab) {
|
|
186
|
+
if (options.fab || options.iconOnly) {
|
|
183
187
|
size = height;
|
|
184
188
|
}
|
|
185
189
|
else {
|
|
@@ -196,10 +200,10 @@ class DbxSpinnerButtonComponent extends AbstractProgressButtonDirective {
|
|
|
196
200
|
}
|
|
197
201
|
}
|
|
198
202
|
DbxSpinnerButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSpinnerButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
199
|
-
DbxSpinnerButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSpinnerButtonComponent, selector: "dbx-spinner-button", viewQueries: [{ propertyName: "buttonRef", first: true, predicate: ["button"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<button class=\"dbx-spinner-button\" #button mat-button [type]=\"options.type\" [color]=\"options.buttonColor\" [class.working]=\"options.working\" [class.fullWidth]=\"options.fullWidth\" [class.mat-raised-button]=\"options.raised\" [class.mat-stroked-button]=\"options.stroked\" [class.mat-flat-button]=\"options.flat\" [class.mat-fab]=\"options.fab\" [ngClass]=\"options.customClass!\" [ngStyle]=\"options.customStyle!\" [disabled]=\"options.working || options.disabled\">\n <ng-container *ngIf=\"options.buttonIcon\">\n
|
|
203
|
+
DbxSpinnerButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxSpinnerButtonComponent, selector: "dbx-spinner-button", viewQueries: [{ propertyName: "buttonRef", first: true, predicate: ["button"], descendants: true, read: ElementRef, static: true }], usesInheritance: true, ngImport: i0, template: "<button class=\"dbx-spinner-button\" #button mat-button [type]=\"options.type\" [color]=\"options.buttonColor\" [class.working]=\"options.working\" [class.fullWidth]=\"options.fullWidth\" [class.mat-raised-button]=\"options.raised\" [class.mat-stroked-button]=\"options.stroked\" [class.mat-flat-button]=\"options.flat\" [class.mat-icon-button]=\"options.iconOnly\" [class.mat-fab]=\"options.fab\" [ngClass]=\"options.customClass!\" [ngStyle]=\"options.customStyle!\" [disabled]=\"options.working || options.disabled\">\n <ng-container *ngIf=\"showText\">\n <ng-container *ngIf=\"options.buttonIcon\">\n <mat-icon class=\"mat-button-icon\" [class.is-mat-icon]=\"!options.buttonIcon.fontSet\" [class.working]=\"options.working && !options.disabled\" [ngClass]=\"options.buttonIcon.customClass!\" [fontSet]=\"options.buttonIcon.fontSet!\" [fontIcon]=\"options.buttonIcon.fontIcon!\" [color]=\"options.buttonIcon.color!\" [svgIcon]=\"options.buttonIcon.svgIcon!\">\n {{ options.buttonIcon.fontSet ? '' : options.buttonIcon.fontIcon }}\n </mat-icon>\n </ng-container>\n\n <span class=\"button-text\" [class.working]=\"options.working && !options.disabled\">\n {{ options.text }}\n <ng-content></ng-content>\n </span>\n </ng-container>\n\n <ng-container *ngIf=\"!showText && options.buttonIcon\">\n <mat-icon class=\"mat-fab-icon\" [fontSet]=\"options.buttonIcon.fontSet!\" [fontIcon]=\"options.buttonIcon.fontIcon!\" [color]=\"options.buttonIcon.color!\" [svgIcon]=\"options.buttonIcon.svgIcon!\" [inline]=\"options.fab && options.buttonIcon.inline!\">\n {{ options.buttonIcon.fontSet ? '' : options.buttonIcon.fontIcon }}\n </mat-icon>\n </ng-container>\n\n <mat-spinner class=\"spinner\" *ngIf=\"options.working && !options.disabled\" [diameter]=\"calcSpinnerSize()\" [color]=\"options.spinnerColor!\" [mode]=\"options.mode!\" [value]=\"options.value!\" [ngStyle]=\"customSpinnerStyle!\" [ngClass]=\"{ 'dbx-spinner-custom': customSpinnerStyle! }\" [class.working]=\"options.working && !options.disabled\"></mat-spinner>\n</button>\n", styles: [":host button{outline:none}:host button.working{cursor:not-allowed}:host button ::ng-deep .mat-button-wrapper{display:flex;align-items:center;justify-content:center}:host button.fullWidth{width:100%}:host button .spinner{position:absolute;opacity:0;transition:opacity .3s ease-in-out}:host button .spinner.working{opacity:1}:host button .button-text{opacity:1;transition:opacity .3s ease-in-out}:host button .button-text.working{opacity:0}:host button mat-icon.mat-button-icon{padding-right:5px;transition:opacity .3s ease-in-out}:host button mat-icon.mat-button-icon.is-mat-icon{font-size:18px;position:relative;top:3px}:host button mat-icon.mat-button-icon.working{opacity:0}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { 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: i3.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "diameter", "strokeWidth", "mode", "value"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
200
204
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxSpinnerButtonComponent, decorators: [{
|
|
201
205
|
type: Component,
|
|
202
|
-
args: [{ selector: 'dbx-spinner-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button class=\"dbx-spinner-button\" #button mat-button [type]=\"options.type\" [color]=\"options.buttonColor\" [class.working]=\"options.working\" [class.fullWidth]=\"options.fullWidth\" [class.mat-raised-button]=\"options.raised\" [class.mat-stroked-button]=\"options.stroked\" [class.mat-flat-button]=\"options.flat\" [class.mat-fab]=\"options.fab\" [ngClass]=\"options.customClass!\" [ngStyle]=\"options.customStyle!\" [disabled]=\"options.working || options.disabled\">\n <ng-container *ngIf=\"options.buttonIcon\">\n
|
|
206
|
+
args: [{ selector: 'dbx-spinner-button', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button class=\"dbx-spinner-button\" #button mat-button [type]=\"options.type\" [color]=\"options.buttonColor\" [class.working]=\"options.working\" [class.fullWidth]=\"options.fullWidth\" [class.mat-raised-button]=\"options.raised\" [class.mat-stroked-button]=\"options.stroked\" [class.mat-flat-button]=\"options.flat\" [class.mat-icon-button]=\"options.iconOnly\" [class.mat-fab]=\"options.fab\" [ngClass]=\"options.customClass!\" [ngStyle]=\"options.customStyle!\" [disabled]=\"options.working || options.disabled\">\n <ng-container *ngIf=\"showText\">\n <ng-container *ngIf=\"options.buttonIcon\">\n <mat-icon class=\"mat-button-icon\" [class.is-mat-icon]=\"!options.buttonIcon.fontSet\" [class.working]=\"options.working && !options.disabled\" [ngClass]=\"options.buttonIcon.customClass!\" [fontSet]=\"options.buttonIcon.fontSet!\" [fontIcon]=\"options.buttonIcon.fontIcon!\" [color]=\"options.buttonIcon.color!\" [svgIcon]=\"options.buttonIcon.svgIcon!\">\n {{ options.buttonIcon.fontSet ? '' : options.buttonIcon.fontIcon }}\n </mat-icon>\n </ng-container>\n\n <span class=\"button-text\" [class.working]=\"options.working && !options.disabled\">\n {{ options.text }}\n <ng-content></ng-content>\n </span>\n </ng-container>\n\n <ng-container *ngIf=\"!showText && options.buttonIcon\">\n <mat-icon class=\"mat-fab-icon\" [fontSet]=\"options.buttonIcon.fontSet!\" [fontIcon]=\"options.buttonIcon.fontIcon!\" [color]=\"options.buttonIcon.color!\" [svgIcon]=\"options.buttonIcon.svgIcon!\" [inline]=\"options.fab && options.buttonIcon.inline!\">\n {{ options.buttonIcon.fontSet ? '' : options.buttonIcon.fontIcon }}\n </mat-icon>\n </ng-container>\n\n <mat-spinner class=\"spinner\" *ngIf=\"options.working && !options.disabled\" [diameter]=\"calcSpinnerSize()\" [color]=\"options.spinnerColor!\" [mode]=\"options.mode!\" [value]=\"options.value!\" [ngStyle]=\"customSpinnerStyle!\" [ngClass]=\"{ 'dbx-spinner-custom': customSpinnerStyle! }\" [class.working]=\"options.working && !options.disabled\"></mat-spinner>\n</button>\n", styles: [":host button{outline:none}:host button.working{cursor:not-allowed}:host button ::ng-deep .mat-button-wrapper{display:flex;align-items:center;justify-content:center}:host button.fullWidth{width:100%}:host button .spinner{position:absolute;opacity:0;transition:opacity .3s ease-in-out}:host button .spinner.working{opacity:1}:host button .button-text{opacity:1;transition:opacity .3s ease-in-out}:host button .button-text.working{opacity:0}:host button mat-icon.mat-button-icon{padding-right:5px;transition:opacity .3s ease-in-out}:host button mat-icon.mat-button-icon.is-mat-icon{font-size:18px;position:relative;top:3px}:host button mat-icon.mat-button-icon.working{opacity:0}\n"] }]
|
|
203
207
|
}], propDecorators: { buttonRef: [{
|
|
204
208
|
type: ViewChild,
|
|
205
209
|
args: ['button', { static: true, read: ElementRef }]
|
|
@@ -210,6 +214,7 @@ var DbxButtonDisplayType;
|
|
|
210
214
|
DbxButtonDisplayType[DbxButtonDisplayType["RAISED"] = 0] = "RAISED";
|
|
211
215
|
DbxButtonDisplayType[DbxButtonDisplayType["STROKED"] = 1] = "STROKED";
|
|
212
216
|
DbxButtonDisplayType[DbxButtonDisplayType["FLAT"] = 2] = "FLAT";
|
|
217
|
+
DbxButtonDisplayType[DbxButtonDisplayType["ICON_ONLY"] = 3] = "ICON_ONLY";
|
|
213
218
|
})(DbxButtonDisplayType || (DbxButtonDisplayType = {}));
|
|
214
219
|
/**
|
|
215
220
|
* Complex button that supports loading states.
|
|
@@ -243,6 +248,14 @@ class DbxButtonComponent extends AbstractDbxButtonDirective {
|
|
|
243
248
|
this.type = DbxButtonDisplayType.FLAT;
|
|
244
249
|
}
|
|
245
250
|
}
|
|
251
|
+
get iconOnly() {
|
|
252
|
+
return this.type === DbxButtonDisplayType.ICON_ONLY;
|
|
253
|
+
}
|
|
254
|
+
set iconOnly(iconOnly) {
|
|
255
|
+
if (iconOnly) {
|
|
256
|
+
this.type = DbxButtonDisplayType.ICON_ONLY;
|
|
257
|
+
}
|
|
258
|
+
}
|
|
246
259
|
get btnOptions() {
|
|
247
260
|
const buttonIcon = this.icon
|
|
248
261
|
? {
|
|
@@ -271,6 +284,7 @@ class DbxButtonComponent extends AbstractDbxButtonDirective {
|
|
|
271
284
|
raised: this.raised,
|
|
272
285
|
stroked: this.stroked,
|
|
273
286
|
flat: this.flat,
|
|
287
|
+
iconOnly: this.iconOnly,
|
|
274
288
|
mode: 'indeterminate',
|
|
275
289
|
spinnerColor: this.color === 'primary' ? 'accent' : 'primary',
|
|
276
290
|
customSpinnerColor,
|
|
@@ -279,7 +293,7 @@ class DbxButtonComponent extends AbstractDbxButtonDirective {
|
|
|
279
293
|
}
|
|
280
294
|
}
|
|
281
295
|
DbxButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
282
|
-
DbxButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxButtonComponent, selector: "dbx-button", inputs: { type: "type", raised: "raised", stroked: "stroked", flat: "flat", color: "color", customButtonColor: "customButtonColor", customTextColor: "customTextColor", customSpinnerColor: "customSpinnerColor" }, providers: provideDbxButton(DbxButtonComponent), usesInheritance: true, ngImport: i0, template: `
|
|
296
|
+
DbxButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxButtonComponent, selector: "dbx-button", inputs: { type: "type", raised: "raised", stroked: "stroked", flat: "flat", iconOnly: "iconOnly", color: "color", customButtonColor: "customButtonColor", customTextColor: "customTextColor", customSpinnerColor: "customSpinnerColor" }, providers: provideDbxButton(DbxButtonComponent), usesInheritance: true, ngImport: i0, template: `
|
|
283
297
|
<dbx-spinner-button class="page-button" (btnClick)="clickButton()" [options]="btnOptions">
|
|
284
298
|
<ng-content></ng-content>
|
|
285
299
|
</dbx-spinner-button>
|
|
@@ -303,6 +317,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
303
317
|
type: Input
|
|
304
318
|
}], flat: [{
|
|
305
319
|
type: Input
|
|
320
|
+
}], iconOnly: [{
|
|
321
|
+
type: Input
|
|
306
322
|
}], color: [{
|
|
307
323
|
type: Input
|
|
308
324
|
}], customButtonColor: [{
|
|
@@ -404,7 +420,7 @@ class DbxActionSnackbarComponent extends AbstractSubscriptionDirective {
|
|
|
404
420
|
}
|
|
405
421
|
}
|
|
406
422
|
DbxActionSnackbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSnackbarComponent, deps: [{ token: i1$1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
|
|
407
|
-
DbxActionSnackbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionSnackbarComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<div class=\"dbx-action-snackbar\" [ngClass]=\"(snackbarStatusClass$ | async)!\">\n <ng-container [ngSwitch]=\"complete$ | async\">\n <ng-container *ngSwitchCase=\"true\">\n <dbx-spacer></dbx-spacer>\n <dbx-button (buttonClick)=\"dismiss()\" color=\"accent\" icon=\"done\" text=\"Success\"></dbx-button>\n </ng-container>\n <ng-container *ngSwitchCase=\"false\">\n <span>{{ message }}</span>\n <dbx-spacer></dbx-spacer>\n <ng-container *ngIf=\"hasAction\">\n <dbx-action [dbxActionValueStream]=\"value$\" [dbxActionSource]=\"sourceInstance$ | async\" [dbxActionSuccessHandler]=\"dismissAfterActionCompletes\">\n <dbx-button dbxActionButton color=\"warn\" [text]=\"button\"></dbx-button>\n </dbx-action>\n <dbx-button-spacer></dbx-button-spacer>\n </ng-container>\n <dbx-button (buttonClick)=\"dismiss()\" color=\"accent\" icon=\"close\"></dbx-button>\n </ng-container>\n </ng-container>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: DbxSpacerDirective, selector: "dbx-spacer, [dbxSpacer]" }, { kind: "directive", type: i1$2.DbxActionDirective, selector: "dbx-action,[dbxAction],dbx-action-context,[dbxActionContext]", exportAs: ["action", "dbxAction"] }, { kind: "directive", type: i1$2.DbxActionSourceDirective, selector: "[dbxActionSource]", inputs: ["dbxActionSource"] }, { kind: "directive", type: i1$2.dbxActionValueStreamDirective, selector: "[dbxActionValueStream]", inputs: ["dbxActionValueStream", "dbxActionValueStreamIsNotEmpty", "dbxActionValueStreamModified"] }, { kind: "directive", type: i1$2.DbxActionSuccessHandlerDirective, selector: "[dbxActionSuccessHandler]", inputs: ["dbxActionSuccessHandler"] }, { kind: "directive", type: i1$2.DbxActionButtonDirective, selector: "[dbxActionButton]" }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["type", "raised", "stroked", "flat", "color", "customButtonColor", "customTextColor", "customSpinnerColor"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
423
|
+
DbxActionSnackbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxActionSnackbarComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "<div class=\"dbx-action-snackbar\" [ngClass]=\"(snackbarStatusClass$ | async)!\">\n <ng-container [ngSwitch]=\"complete$ | async\">\n <ng-container *ngSwitchCase=\"true\">\n <dbx-spacer></dbx-spacer>\n <dbx-button (buttonClick)=\"dismiss()\" color=\"accent\" icon=\"done\" text=\"Success\"></dbx-button>\n </ng-container>\n <ng-container *ngSwitchCase=\"false\">\n <span>{{ message }}</span>\n <dbx-spacer></dbx-spacer>\n <ng-container *ngIf=\"hasAction\">\n <dbx-action [dbxActionValueStream]=\"value$\" [dbxActionSource]=\"sourceInstance$ | async\" [dbxActionSuccessHandler]=\"dismissAfterActionCompletes\">\n <dbx-button dbxActionButton color=\"warn\" [text]=\"button\"></dbx-button>\n </dbx-action>\n <dbx-button-spacer></dbx-button-spacer>\n </ng-container>\n <dbx-button (buttonClick)=\"dismiss()\" color=\"accent\" icon=\"close\"></dbx-button>\n </ng-container>\n </ng-container>\n</div>\n", dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: DbxSpacerDirective, selector: "dbx-spacer, [dbxSpacer]" }, { kind: "directive", type: i1$2.DbxActionDirective, selector: "dbx-action,[dbxAction],dbx-action-context,[dbxActionContext]", exportAs: ["action", "dbxAction"] }, { kind: "directive", type: i1$2.DbxActionSourceDirective, selector: "[dbxActionSource]", inputs: ["dbxActionSource"] }, { kind: "directive", type: i1$2.dbxActionValueStreamDirective, selector: "[dbxActionValueStream]", inputs: ["dbxActionValueStream", "dbxActionValueStreamIsNotEmpty", "dbxActionValueStreamModified"] }, { kind: "directive", type: i1$2.DbxActionSuccessHandlerDirective, selector: "[dbxActionSuccessHandler]", inputs: ["dbxActionSuccessHandler"] }, { kind: "directive", type: i1$2.DbxActionButtonDirective, selector: "[dbxActionButton]" }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["type", "raised", "stroked", "flat", "iconOnly", "color", "customButtonColor", "customTextColor", "customSpinnerColor"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
408
424
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionSnackbarComponent, decorators: [{
|
|
409
425
|
type: Component,
|
|
410
426
|
args: [{ template: "<div class=\"dbx-action-snackbar\" [ngClass]=\"(snackbarStatusClass$ | async)!\">\n <ng-container [ngSwitch]=\"complete$ | async\">\n <ng-container *ngSwitchCase=\"true\">\n <dbx-spacer></dbx-spacer>\n <dbx-button (buttonClick)=\"dismiss()\" color=\"accent\" icon=\"done\" text=\"Success\"></dbx-button>\n </ng-container>\n <ng-container *ngSwitchCase=\"false\">\n <span>{{ message }}</span>\n <dbx-spacer></dbx-spacer>\n <ng-container *ngIf=\"hasAction\">\n <dbx-action [dbxActionValueStream]=\"value$\" [dbxActionSource]=\"sourceInstance$ | async\" [dbxActionSuccessHandler]=\"dismissAfterActionCompletes\">\n <dbx-button dbxActionButton color=\"warn\" [text]=\"button\"></dbx-button>\n </dbx-action>\n <dbx-button-spacer></dbx-button-spacer>\n </ng-container>\n <dbx-button (buttonClick)=\"dismiss()\" color=\"accent\" icon=\"close\"></dbx-button>\n </ng-container>\n </ng-container>\n</div>\n" }]
|
|
@@ -1133,7 +1149,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1133
1149
|
type: Input
|
|
1134
1150
|
}] } });
|
|
1135
1151
|
|
|
1136
|
-
const declarations$
|
|
1152
|
+
const declarations$7 = [DbxColorDirective, DbxSpacerDirective, DbxStyleDirective, DbxSetStyleDirective, DbxStyleBodyDirective];
|
|
1137
1153
|
class DbxStyleLayoutModule {
|
|
1138
1154
|
}
|
|
1139
1155
|
DbxStyleLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxStyleLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -1143,8 +1159,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1143
1159
|
type: NgModule,
|
|
1144
1160
|
args: [{
|
|
1145
1161
|
imports: [CommonModule],
|
|
1146
|
-
declarations: declarations$
|
|
1147
|
-
exports: declarations$
|
|
1162
|
+
declarations: declarations$7,
|
|
1163
|
+
exports: declarations$7
|
|
1148
1164
|
}]
|
|
1149
1165
|
}] });
|
|
1150
1166
|
|
|
@@ -1933,7 +1949,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1933
1949
|
type: Optional
|
|
1934
1950
|
}] }]; } });
|
|
1935
1951
|
|
|
1936
|
-
const declarations$
|
|
1952
|
+
const declarations$6 = [DbxPopoverContentComponent, DbxPopoverControlsDirective, DbxPopoverHeaderComponent, DbxPopoverScrollContentComponent];
|
|
1937
1953
|
/**
|
|
1938
1954
|
* Contains all popover content components, allowing other sibling dbx-web modules to use the directives without referencing the full popover module.
|
|
1939
1955
|
*/
|
|
@@ -1946,8 +1962,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1946
1962
|
type: NgModule,
|
|
1947
1963
|
args: [{
|
|
1948
1964
|
imports: [CommonModule, MatIconModule, MatButtonModule, MatDividerModule, DbxKeypressModule, DbxStyleLayoutModule, DbxInjectionComponentModule, NgOverlayContainerModule, AngularResizeEventModule],
|
|
1949
|
-
declarations: declarations$
|
|
1950
|
-
exports: declarations$
|
|
1965
|
+
declarations: declarations$6,
|
|
1966
|
+
exports: declarations$6
|
|
1951
1967
|
}]
|
|
1952
1968
|
}] });
|
|
1953
1969
|
|
|
@@ -1990,7 +2006,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
1990
2006
|
type: Input
|
|
1991
2007
|
}] } });
|
|
1992
2008
|
|
|
1993
|
-
const declarations$
|
|
2009
|
+
const declarations$5 = [DbxPopoverComponent, DbxPopoverCoordinatorComponent, DbxActionPopoverDirective];
|
|
1994
2010
|
class DbxPopoverInteractionModule {
|
|
1995
2011
|
}
|
|
1996
2012
|
DbxPopoverInteractionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopoverInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
@@ -2000,8 +2016,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
2000
2016
|
type: NgModule,
|
|
2001
2017
|
args: [{
|
|
2002
2018
|
imports: [CommonModule, MatIconModule, MatButtonModule, MatDividerModule, DbxKeypressModule, DbxStyleLayoutModule, DbxInjectionComponentModule, NgOverlayContainerModule, AngularResizeEventModule, DbxPopoverInteractionContentModule],
|
|
2003
|
-
declarations: declarations$
|
|
2004
|
-
exports: [...declarations$
|
|
2019
|
+
declarations: declarations$5,
|
|
2020
|
+
exports: [...declarations$5, DbxPopoverInteractionContentModule]
|
|
2005
2021
|
}]
|
|
2006
2022
|
}] });
|
|
2007
2023
|
|
|
@@ -2032,7 +2048,7 @@ class DbxFilterWrapperComponent extends AbstractDbxActionHandlerDirective {
|
|
|
2032
2048
|
}
|
|
2033
2049
|
}
|
|
2034
2050
|
DbxFilterWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterWrapperComponent, deps: [{ token: i1$2.DbxActionContextStoreSourceInstance }, { token: i1$2.FilterSourceDirective }], target: i0.ɵɵFactoryTarget.Component });
|
|
2035
|
-
DbxFilterWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxFilterWrapperComponent, selector: "dbx-filter-wrapper", inputs: { applyRaised: "applyRaised", applyIcon: "applyIcon", applyText: "applyText" }, providers: [provideActionStoreSource(null)], usesInheritance: true, ngImport: i0, template: "<div class=\"dbx-filter-wrapper\">\n <div class=\"dbx-filter-wrapper-content\">\n <ng-content></ng-content>\n </div>\n <div fxLayout=\"row\">\n <dbx-button dbxActionButton [raised]=\"applyRaised\" [text]=\"applyText\" [icon]=\"applyIcon\"></dbx-button>\n <div class=\"spacer\"></div>\n <button mat-icon-button (click)=\"resetFilter()\">\n <mat-icon>clear</mat-icon>\n </button>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1$2.DbxActionButtonDirective, selector: "[dbxActionButton]" }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["type", "raised", "stroked", "flat", "color", "customButtonColor", "customTextColor", "customSpinnerColor"] }, { kind: "directive", type: i3$2.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { 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"] }] });
|
|
2051
|
+
DbxFilterWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: DbxFilterWrapperComponent, selector: "dbx-filter-wrapper", inputs: { applyRaised: "applyRaised", applyIcon: "applyIcon", applyText: "applyText" }, providers: [provideActionStoreSource(null)], usesInheritance: true, ngImport: i0, template: "<div class=\"dbx-filter-wrapper\">\n <div class=\"dbx-filter-wrapper-content\">\n <ng-content></ng-content>\n </div>\n <div fxLayout=\"row\">\n <dbx-button dbxActionButton [raised]=\"applyRaised\" [text]=\"applyText\" [icon]=\"applyIcon\"></dbx-button>\n <div class=\"spacer\"></div>\n <button mat-icon-button (click)=\"resetFilter()\">\n <mat-icon>clear</mat-icon>\n </button>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1$2.DbxActionButtonDirective, selector: "[dbxActionButton]" }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["type", "raised", "stroked", "flat", "iconOnly", "color", "customButtonColor", "customTextColor", "customSpinnerColor"] }, { kind: "directive", type: i3$2.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { 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"] }] });
|
|
2036
2052
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxFilterWrapperComponent, decorators: [{
|
|
2037
2053
|
type: Component,
|
|
2038
2054
|
args: [{ selector: 'dbx-filter-wrapper', providers: [provideActionStoreSource(null)], template: "<div class=\"dbx-filter-wrapper\">\n <div class=\"dbx-filter-wrapper-content\">\n <ng-content></ng-content>\n </div>\n <div fxLayout=\"row\">\n <dbx-button dbxActionButton [raised]=\"applyRaised\" [text]=\"applyText\" [icon]=\"applyIcon\"></dbx-button>\n <div class=\"spacer\"></div>\n <button mat-icon-button (click)=\"resetFilter()\">\n <mat-icon>clear</mat-icon>\n </button>\n </div>\n</div>\n" }]
|
|
@@ -2061,10 +2077,10 @@ class AbstractDbxPresetFilterMenuComponent {
|
|
|
2061
2077
|
this.selectPreset(x);
|
|
2062
2078
|
}
|
|
2063
2079
|
}));
|
|
2064
|
-
}), shareReplay
|
|
2080
|
+
}), shareReplay(1));
|
|
2065
2081
|
this.selectedPreset$ = combineLatest([this._presets, this.selectedPresetString$]).pipe(map(([presets, selectedPresetString]) => {
|
|
2066
2082
|
return selectedPresetString != null ? presets.find((x) => x.preset === selectedPresetString) : undefined;
|
|
2067
|
-
}), shareReplay
|
|
2083
|
+
}), shareReplay(1));
|
|
2068
2084
|
}
|
|
2069
2085
|
get presets() {
|
|
2070
2086
|
return this._presets.value;
|
|
@@ -2344,7 +2360,7 @@ class DbxPresetFilterMenuComponent extends AbstractDbxPresetFilterMenuComponent
|
|
|
2344
2360
|
this.buttonText$ = combineLatest([this._config, this.selectedPreset$]).pipe(map(([config, preset]) => {
|
|
2345
2361
|
const buttonText = preset?.title ?? config.unknownSelectionText ?? 'Filter';
|
|
2346
2362
|
return buttonText;
|
|
2347
|
-
}), distinctUntilChanged(), shareReplay
|
|
2363
|
+
}), distinctUntilChanged(), shareReplay(1));
|
|
2348
2364
|
this.buttonIcon$ = this._config.pipe(switchMap((config) => {
|
|
2349
2365
|
const filterIcon = config.filterIcon === false ? '' : config.filterIcon || 'arrow_drop_down';
|
|
2350
2366
|
return this.selectedPreset$.pipe(map((preset) => {
|
|
@@ -2362,7 +2378,7 @@ class DbxPresetFilterMenuComponent extends AbstractDbxPresetFilterMenuComponent
|
|
|
2362
2378
|
}
|
|
2363
2379
|
return icon;
|
|
2364
2380
|
}));
|
|
2365
|
-
}), distinctUntilChanged(), shareReplay
|
|
2381
|
+
}), distinctUntilChanged(), shareReplay(1));
|
|
2366
2382
|
}
|
|
2367
2383
|
get config() {
|
|
2368
2384
|
return this._config.value;
|
|
@@ -3236,20 +3252,63 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
3236
3252
|
}]
|
|
3237
3253
|
}] });
|
|
3238
3254
|
|
|
3255
|
+
/**
|
|
3256
|
+
* Component used to wrap content in a pit with a label.
|
|
3257
|
+
*/
|
|
3258
|
+
class DbxContentPitDirective {
|
|
3259
|
+
}
|
|
3260
|
+
DbxContentPitDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentPitDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
3261
|
+
DbxContentPitDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.12", type: DbxContentPitDirective, selector: "dbx-content-pit, [dbxContentPit]", host: { classAttribute: "d-block dbx-content-pit" }, ngImport: i0 });
|
|
3262
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentPitDirective, decorators: [{
|
|
3263
|
+
type: Directive,
|
|
3264
|
+
args: [{
|
|
3265
|
+
selector: 'dbx-content-pit, [dbxContentPit]',
|
|
3266
|
+
host: {
|
|
3267
|
+
class: 'd-block dbx-content-pit'
|
|
3268
|
+
}
|
|
3269
|
+
}]
|
|
3270
|
+
}] });
|
|
3271
|
+
|
|
3272
|
+
const declarations$4 = [
|
|
3273
|
+
//
|
|
3274
|
+
DbxContentDirective,
|
|
3275
|
+
DbxContentContainerDirective,
|
|
3276
|
+
DbxContentBorderDirective,
|
|
3277
|
+
DbxContentElevateDirective,
|
|
3278
|
+
DbxContentBoxDirective,
|
|
3279
|
+
DbxContentPageDirective,
|
|
3280
|
+
DbxContentPitDirective
|
|
3281
|
+
];
|
|
3239
3282
|
/**
|
|
3240
3283
|
* Module for container-type components.
|
|
3241
3284
|
*/
|
|
3242
3285
|
class DbxContentLayoutModule {
|
|
3243
3286
|
}
|
|
3244
3287
|
DbxContentLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3245
|
-
DbxContentLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxContentLayoutModule, declarations: [
|
|
3288
|
+
DbxContentLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: DbxContentLayoutModule, declarations: [
|
|
3289
|
+
//
|
|
3290
|
+
DbxContentDirective,
|
|
3291
|
+
DbxContentContainerDirective,
|
|
3292
|
+
DbxContentBorderDirective,
|
|
3293
|
+
DbxContentElevateDirective,
|
|
3294
|
+
DbxContentBoxDirective,
|
|
3295
|
+
DbxContentPageDirective,
|
|
3296
|
+
DbxContentPitDirective], imports: [CommonModule], exports: [
|
|
3297
|
+
//
|
|
3298
|
+
DbxContentDirective,
|
|
3299
|
+
DbxContentContainerDirective,
|
|
3300
|
+
DbxContentBorderDirective,
|
|
3301
|
+
DbxContentElevateDirective,
|
|
3302
|
+
DbxContentBoxDirective,
|
|
3303
|
+
DbxContentPageDirective,
|
|
3304
|
+
DbxContentPitDirective] });
|
|
3246
3305
|
DbxContentLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentLayoutModule, imports: [CommonModule] });
|
|
3247
3306
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxContentLayoutModule, decorators: [{
|
|
3248
3307
|
type: NgModule,
|
|
3249
3308
|
args: [{
|
|
3250
3309
|
imports: [CommonModule],
|
|
3251
|
-
declarations:
|
|
3252
|
-
exports:
|
|
3310
|
+
declarations: declarations$4,
|
|
3311
|
+
exports: declarations$4
|
|
3253
3312
|
}]
|
|
3254
3313
|
}] });
|
|
3255
3314
|
|
|
@@ -4049,7 +4108,7 @@ class DbxTwoColumnSrefShowRightDirective extends AbstractSubscriptionDirective {
|
|
|
4049
4108
|
this._dbxRouterService = _dbxRouterService;
|
|
4050
4109
|
this.showRight$ = this._twoColumnsContextStore.backRef$.pipe(
|
|
4051
4110
|
// Only show right when the backRef is not exactly active
|
|
4052
|
-
isSegueRefActive({ dbxRouterService: this._dbxRouterService, activeExactly: true }), isNot(), distinctUntilChanged(), shareReplay
|
|
4111
|
+
isSegueRefActive({ dbxRouterService: this._dbxRouterService, activeExactly: true }), isNot(), distinctUntilChanged(), shareReplay(1));
|
|
4053
4112
|
}
|
|
4054
4113
|
ngOnInit() {
|
|
4055
4114
|
this.sub = this._twoColumnsContextStore.setShowRight(this.showRight$);
|
|
@@ -7108,7 +7167,7 @@ DbxPopupControlButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
7108
7167
|
</ng-container>
|
|
7109
7168
|
<dbx-button-spacer></dbx-button-spacer>
|
|
7110
7169
|
<dbx-button [flat]="true" icon="close" color="warn" (buttonClick)="closeClicked()"></dbx-button>
|
|
7111
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["type", "raised", "stroked", "flat", "color", "customButtonColor", "customTextColor", "customSpinnerColor"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
7170
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["type", "raised", "stroked", "flat", "iconOnly", "color", "customButtonColor", "customTextColor", "customSpinnerColor"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] });
|
|
7112
7171
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxPopupControlButtonsComponent, decorators: [{
|
|
7113
7172
|
type: Component,
|
|
7114
7173
|
args: [{
|
|
@@ -7650,7 +7709,7 @@ DbxActionUIRouterTransitionSafetyDialogComponent.ɵcmp = i0.ɵɵngDeclareCompone
|
|
|
7650
7709
|
<dbx-button-spacer></dbx-button-spacer>
|
|
7651
7710
|
</ng-container>
|
|
7652
7711
|
</dbx-prompt-confirm>
|
|
7653
|
-
`, isInline: true, dependencies: [{ kind: "component", type: DbxPromptConfirmComponent, selector: "dbx-prompt-confirm", inputs: ["config"], outputs: ["confirm", "cancel"] }, { kind: "directive", type: i1$2.DbxActionButtonDirective, selector: "[dbxActionButton]" }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["type", "raised", "stroked", "flat", "color", "customButtonColor", "customTextColor", "customSpinnerColor"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "component", type: DbxReadableErrorComponent, selector: "dbx-error", inputs: ["error"] }, { kind: "directive", type: DbxActionErrorDirective, selector: "[dbxActionError]" }] });
|
|
7712
|
+
`, isInline: true, dependencies: [{ kind: "component", type: DbxPromptConfirmComponent, selector: "dbx-prompt-confirm", inputs: ["config"], outputs: ["confirm", "cancel"] }, { kind: "directive", type: i1$2.DbxActionButtonDirective, selector: "[dbxActionButton]" }, { kind: "component", type: DbxButtonComponent, selector: "dbx-button", inputs: ["type", "raised", "stroked", "flat", "iconOnly", "color", "customButtonColor", "customTextColor", "customSpinnerColor"] }, { kind: "directive", type: DbxButtonSpacerDirective, selector: "dbx-button-spacer,[dbxButtonSpacer]" }, { kind: "component", type: DbxReadableErrorComponent, selector: "dbx-error", inputs: ["error"] }, { kind: "directive", type: DbxActionErrorDirective, selector: "[dbxActionError]" }] });
|
|
7654
7713
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: DbxActionUIRouterTransitionSafetyDialogComponent, decorators: [{
|
|
7655
7714
|
type: Component,
|
|
7656
7715
|
args: [{
|
|
@@ -7875,7 +7934,7 @@ class DbxModelViewTrackerStorage {
|
|
|
7875
7934
|
}
|
|
7876
7935
|
addTrackerEvent(event) {
|
|
7877
7936
|
const storageKey = this.getStorageKeyForFolder(event.folder);
|
|
7878
|
-
return this._getEventSetForStorageKey(storageKey).pipe(mergeMap
|
|
7937
|
+
return this._getEventSetForStorageKey(storageKey).pipe(mergeMap((set) => {
|
|
7879
7938
|
const nextEvent = {
|
|
7880
7939
|
d: event.d ?? unixTimeNumberForNow(),
|
|
7881
7940
|
c: event.c,
|
|
@@ -7891,16 +7950,16 @@ class DbxModelViewTrackerStorage {
|
|
|
7891
7950
|
}));
|
|
7892
7951
|
}
|
|
7893
7952
|
getAllEvents(folder) {
|
|
7894
|
-
return this.getEventSet(folder).pipe(map
|
|
7953
|
+
return this.getEventSet(folder).pipe(map((x) => x.e));
|
|
7895
7954
|
}
|
|
7896
7955
|
getEventSet(folder) {
|
|
7897
7956
|
const storageKey = this.getStorageKeyForFolder(folder);
|
|
7898
7957
|
return this._getEventSetForStorageKey(storageKey);
|
|
7899
7958
|
}
|
|
7900
7959
|
_getEventSetForStorageKey(storageKey) {
|
|
7901
|
-
return this.storageAccessor.get(storageKey).pipe(catchError
|
|
7960
|
+
return this.storageAccessor.get(storageKey).pipe(catchError((e) => {
|
|
7902
7961
|
return of(undefined);
|
|
7903
|
-
}), map
|
|
7962
|
+
}), map((result) => result ?? { e: [], l: 0 }));
|
|
7904
7963
|
}
|
|
7905
7964
|
getStorageKeyForFolder(folder) {
|
|
7906
7965
|
const storageKey = `${this.storageKey}_${folder ?? 'default'}`;
|
|
@@ -7972,10 +8031,10 @@ class DbxModelTrackerEffects {
|
|
|
7972
8031
|
constructor(actions$, dbxModelTrackerService) {
|
|
7973
8032
|
this.actions$ = actions$;
|
|
7974
8033
|
this.dbxModelTrackerService = dbxModelTrackerService;
|
|
7975
|
-
this.trackModelViewed$ = createEffect(() => this.actions$.pipe(ofType(emitObjectViewEvent), distinctUntilChanged
|
|
8034
|
+
this.trackModelViewed$ = createEffect(() => this.actions$.pipe(ofType(emitObjectViewEvent), distinctUntilChanged((a, b) => a?.modelKeyTypeNamePair.key === b?.modelKeyTypeNamePair.key && a?.type === b?.type && a?.context === b?.context), tap((x) => {
|
|
7976
8035
|
this.dbxModelTrackerService.trackViewedObject(x.modelKeyTypeNamePair, x.context);
|
|
7977
8036
|
})), { dispatch: false });
|
|
7978
|
-
this.changeTrackerFolderToMatchAuth$ = createEffect(() => this.actions$.pipe(ofType(onDbxAppAuth.DbxAppAuthUserActions.setUserIdentifier), map
|
|
8037
|
+
this.changeTrackerFolderToMatchAuth$ = createEffect(() => this.actions$.pipe(ofType(onDbxAppAuth.DbxAppAuthUserActions.setUserIdentifier), map((x) => x.id), filter((x) => Boolean(x)), distinctUntilChanged(), tap((accountId) => {
|
|
7979
8038
|
this.dbxModelTrackerService.defaultFolder = accountId;
|
|
7980
8039
|
})), { dispatch: false });
|
|
7981
8040
|
}
|
|
@@ -8071,7 +8130,7 @@ class DbxModelTypesService {
|
|
|
8071
8130
|
this.injector = injector;
|
|
8072
8131
|
this._configs = new BehaviorSubject({});
|
|
8073
8132
|
// MARK: Accessors
|
|
8074
|
-
this.typesMap$ = this._configs.pipe(map
|
|
8133
|
+
this.typesMap$ = this._configs.pipe(map((types) => {
|
|
8075
8134
|
const typesMap = {};
|
|
8076
8135
|
Object.keys(types).forEach((type) => {
|
|
8077
8136
|
const config = types[type];
|
|
@@ -8088,14 +8147,14 @@ class DbxModelTypesService {
|
|
|
8088
8147
|
};
|
|
8089
8148
|
});
|
|
8090
8149
|
return typesMap;
|
|
8091
|
-
}), shareReplay
|
|
8092
|
-
this.iconMap$ = this.typesMap$.pipe(map
|
|
8150
|
+
}), shareReplay(1));
|
|
8151
|
+
this.iconMap$ = this.typesMap$.pipe(map((types) => {
|
|
8093
8152
|
const iconsMap = {};
|
|
8094
8153
|
Object.keys(types).forEach((type) => {
|
|
8095
8154
|
iconsMap[type] = types[type].icon;
|
|
8096
8155
|
});
|
|
8097
8156
|
return iconsMap;
|
|
8098
|
-
}), shareReplay
|
|
8157
|
+
}), shareReplay(1));
|
|
8099
8158
|
}
|
|
8100
8159
|
// MARK: Configuration
|
|
8101
8160
|
addTypeConfigs(configs) {
|
|
@@ -8115,7 +8174,7 @@ class DbxModelTypesService {
|
|
|
8115
8174
|
this._configs.next(newConfig);
|
|
8116
8175
|
}
|
|
8117
8176
|
iconForType(type) {
|
|
8118
|
-
return this.iconMap$.pipe(map
|
|
8177
|
+
return this.iconMap$.pipe(map((x) => x[type]));
|
|
8119
8178
|
}
|
|
8120
8179
|
}
|
|
8121
8180
|
DbxModelTypesService.DEFAULT_ICON = 'help_outline';
|
|
@@ -8373,5 +8432,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
|
|
|
8373
8432
|
* Generated bundle index. Do not edit.
|
|
8374
8433
|
*/
|
|
8375
8434
|
|
|
8376
|
-
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 };
|
|
8435
|
+
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, DbxContentPitDirective, 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 };
|
|
8377
8436
|
//# sourceMappingURL=dereekb-dbx-web.mjs.map
|