@dereekb/dbx-web 13.6.0 → 13.6.2
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.
|
@@ -233,7 +233,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
233
233
|
}]
|
|
234
234
|
}], propDecorators: { mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxCompact", required: true }] }] } });
|
|
235
235
|
|
|
236
|
-
const importsAndExports$
|
|
236
|
+
const importsAndExports$r = [DbxCompactDirective];
|
|
237
237
|
/**
|
|
238
238
|
* @deprecated import DbxCompactDirective directly instead.
|
|
239
239
|
*/
|
|
@@ -245,8 +245,8 @@ class DbxCompactLayoutModule {
|
|
|
245
245
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxCompactLayoutModule, decorators: [{
|
|
246
246
|
type: NgModule,
|
|
247
247
|
args: [{
|
|
248
|
-
imports: importsAndExports$
|
|
249
|
-
exports: importsAndExports$
|
|
248
|
+
imports: importsAndExports$r,
|
|
249
|
+
exports: importsAndExports$r
|
|
250
250
|
}]
|
|
251
251
|
}] });
|
|
252
252
|
|
|
@@ -819,7 +819,7 @@ function sanitizeDbxDialogContentConfig(input) {
|
|
|
819
819
|
};
|
|
820
820
|
}
|
|
821
821
|
|
|
822
|
-
const importsAndExports$
|
|
822
|
+
const importsAndExports$q = [DbxDialogContentDirective, DbxActionDialogDirective, DbxDialogContentFooterComponent, DbxDialogContentCloseComponent];
|
|
823
823
|
class DbxDialogModule {
|
|
824
824
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
825
825
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.3", ngImport: i0, type: DbxDialogModule, imports: [DbxDialogContentDirective, DbxActionDialogDirective, DbxDialogContentFooterComponent, DbxDialogContentCloseComponent], exports: [DbxDialogContentDirective, DbxActionDialogDirective, DbxDialogContentFooterComponent, DbxDialogContentCloseComponent] });
|
|
@@ -828,8 +828,8 @@ class DbxDialogModule {
|
|
|
828
828
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxDialogModule, decorators: [{
|
|
829
829
|
type: NgModule,
|
|
830
830
|
args: [{
|
|
831
|
-
imports: importsAndExports$
|
|
832
|
-
exports: importsAndExports$
|
|
831
|
+
imports: importsAndExports$q,
|
|
832
|
+
exports: importsAndExports$q
|
|
833
833
|
}]
|
|
834
834
|
}] });
|
|
835
835
|
// MARK: Compat
|
|
@@ -1303,7 +1303,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
1303
1303
|
}]
|
|
1304
1304
|
}] });
|
|
1305
1305
|
|
|
1306
|
-
const importsAndExports$
|
|
1306
|
+
const importsAndExports$p = [DbxPopoverContentComponent, DbxPopoverControlsDirective, DbxPopoverHeaderComponent, DbxPopoverCloseButtonComponent, DbxPopoverScrollContentDirective];
|
|
1307
1307
|
/**
|
|
1308
1308
|
* Contains all popover content components, allowing other sibling dbx-web modules to use the directives without referencing the full popover module.
|
|
1309
1309
|
*/
|
|
@@ -1315,12 +1315,12 @@ class DbxPopoverInteractionContentModule {
|
|
|
1315
1315
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxPopoverInteractionContentModule, decorators: [{
|
|
1316
1316
|
type: NgModule,
|
|
1317
1317
|
args: [{
|
|
1318
|
-
imports: importsAndExports$
|
|
1319
|
-
exports: importsAndExports$
|
|
1318
|
+
imports: importsAndExports$p,
|
|
1319
|
+
exports: importsAndExports$p
|
|
1320
1320
|
}]
|
|
1321
1321
|
}] });
|
|
1322
1322
|
|
|
1323
|
-
const importsAndExports$
|
|
1323
|
+
const importsAndExports$o = [DbxPopoverComponent, DbxPopoverCoordinatorComponent, DbxActionPopoverDirective, DbxPopoverInteractionContentModule];
|
|
1324
1324
|
class DbxPopoverInteractionModule {
|
|
1325
1325
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxPopoverInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1326
1326
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.3", ngImport: i0, type: DbxPopoverInteractionModule, imports: [DbxPopoverComponent, DbxPopoverCoordinatorComponent, DbxActionPopoverDirective, DbxPopoverInteractionContentModule], exports: [DbxPopoverComponent, DbxPopoverCoordinatorComponent, DbxActionPopoverDirective, DbxPopoverInteractionContentModule] });
|
|
@@ -1329,8 +1329,8 @@ class DbxPopoverInteractionModule {
|
|
|
1329
1329
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxPopoverInteractionModule, decorators: [{
|
|
1330
1330
|
type: NgModule,
|
|
1331
1331
|
args: [{
|
|
1332
|
-
imports: importsAndExports$
|
|
1333
|
-
exports: importsAndExports$
|
|
1332
|
+
imports: importsAndExports$o,
|
|
1333
|
+
exports: importsAndExports$o
|
|
1334
1334
|
}]
|
|
1335
1335
|
}] });
|
|
1336
1336
|
|
|
@@ -2015,20 +2015,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
2015
2015
|
args: [{ selector: 'dbx-progress-spinner-button,dbx-spinner-button', imports: [MatButtonModule, DbxColorDirective, MatIconModule, MatProgressSpinner, NgClass, NgStyle], changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, template: "<button [dbxColor]=\"configSignal()?.buttonColor\" class=\"dbx-base-button dbx-progress-spinner-button\" #button mat-button [type]=\"buttonTypeAttributeSignal()\" [ngClass]=\"buttonCssSignal()\" [ngStyle]=\"configSignal()?.customStyle\" [disabled]=\"buttonDisabledSignal()\" [attr.aria-label]=\"configSignal()?.ariaLabel\">\n @if (showTextContentSignal()) {\n @if (showTextButtonIconSignal()) {\n <mat-icon class=\"mat-button-icon\" [class.is-mat-icon]=\"!configSignal()?.buttonIcon?.fontSet\" [class.working]=\"showProgressSignal()\" [ngClass]=\"configSignal()?.buttonIcon?.customClass\" [fontSet]=\"configSignal()?.buttonIcon?.fontSet!\" [fontIcon]=\"configSignal()?.buttonIcon?.fontIcon!\" [color]=\"configSignal()?.buttonIcon?.color!\" [svgIcon]=\"configSignal()?.buttonIcon?.svgIcon!\">\n {{ configSignal()?.buttonIcon?.fontSet ? '' : configSignal()?.buttonIcon?.fontIcon }}\n </mat-icon>\n }\n <span class=\"button-text\" [class.working]=\"showProgressSignal()\">\n <!-- TODO: Check ng-content has content, and if there is no ng-content input or text, then showTextContentSignal() should be false. -->\n {{ configSignal()?.text }}\n <ng-content></ng-content>\n </span>\n }\n @if (showIconSignal()) {\n <!-- Use ng-container to prevent mat-icon from being a child of the button which changes the behavior -->\n <ng-container>\n <mat-icon class=\"mat-fab-icon\" [fontSet]=\"configSignal()?.buttonIcon?.fontSet!\" [fontIcon]=\"configSignal()?.buttonIcon?.fontIcon!\" [color]=\"configSignal()?.buttonIcon?.color!\" [svgIcon]=\"configSignal()?.buttonIcon?.svgIcon!\" [inline]=\"configSignal()?.fab && configSignal()?.buttonIcon?.inline!\">\n {{ configSignal()?.buttonIcon?.fontSet! ? '' : configSignal()?.buttonIcon?.fontIcon! }}\n </mat-icon>\n </ng-container>\n }\n @if (showProgressSignal()) {\n <mat-spinner class=\"spinner\" [diameter]=\"spinnerSizeSignal()\" [color]=\"configSignal()?.spinnerColor!\" [mode]=\"modeSignal()\" [value]=\"workingValueSignal()\" [ngStyle]=\"customSpinnerStyleSignal()\" [ngClass]=\"customSpinnerStyleClassSignal()\" [class.working]=\"showProgressSignal()\"></mat-spinner>\n }\n</button>\n", styles: [":host button{min-height:36px;height:unset;outline:none}:host button.working{cursor:not-allowed}:host button ::ng-deep .mdc-button__label{display:flex;align-items:center;justify-content:center}:host button.mat-mdc-button.mat-mdc-icon-button{min-width:unset;--mat-icon-button-icon-size: unset;--mat-text-button-with-icon-horizontal-padding: 0px;--mat-icon-button-state-layer-size: 36px;border-radius:50%}:host button.mat-mdc-button.mat-mdc-icon-button .mat-mdc-progress-spinner{--mat-icon-button-icon-size: 36px}:host button.mat-mdc-button.mat-mdc-icon-button.dbx-progress-spinner-fab{height:48px;--mat-icon-button-state-layer-size: 48px}:host button.mat-mdc-button.mat-mdc-icon-button.dbx-progress-spinner-fab .mat-mdc-progress-spinner{--mat-icon-button-icon-size: 48px}:host button.fullWidth{width:100%}:host button .mat-mdc-progress-spinner{position:absolute;opacity:0;transition:opacity .3s ease-in-out}:host button .mat-mdc-progress-spinner.working{opacity:1}:host button .dbx-progress-spinner-custom.mat-progress-spinner.mat-accent circle,:host button .dbx-progress-spinner-custom.mat-mdc-progress-spinner.mat-accent circle{stroke:unset!important}: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;font-size:1.125rem;height:1.125rem;width:1.125rem;margin-right:var(--mat-button-protected-icon-spacing, 8px)}:host button mat-icon.mat-button-icon.is-mat-icon{position:relative;left:3px}:host button mat-icon.mat-button-icon.working{opacity:0}\n", ":host button.mat-mdc-button .button-text{display:flex;align-items:center}:host button.mat-mdc-button mat-icon.mat-button-icon.mat-icon.mat-ligature-font[fontIcon]:before,:host button.mat-mdc-button mat-icon.mat-fab-icon.mat-icon.mat-ligature-font[fontIcon]:before{content:unset}\n"] }]
|
|
2016
2016
|
}], propDecorators: { buttonRef: [{ type: i0.ViewChild, args: ['button', { ...{ read: (ElementRef) }, isSignal: true }] }] } });
|
|
2017
2017
|
|
|
2018
|
-
const importsAndExports$
|
|
2018
|
+
const importsAndExports$n = [DbxProgressSpinnerButtonComponent, DbxProgressBarButtonComponent];
|
|
2019
2019
|
/**
|
|
2020
2020
|
* @deprecated import DbxProgressSpinnerButtonComponent, DbxProgressBarButtonComponent directly instead.
|
|
2021
2021
|
*/
|
|
2022
2022
|
class DbxProgressButtonsModule {
|
|
2023
2023
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxProgressButtonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2024
2024
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.3", ngImport: i0, type: DbxProgressButtonsModule, imports: [DbxProgressSpinnerButtonComponent, DbxProgressBarButtonComponent], exports: [DbxProgressSpinnerButtonComponent, DbxProgressBarButtonComponent] });
|
|
2025
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxProgressButtonsModule, imports: [importsAndExports$
|
|
2025
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxProgressButtonsModule, imports: [importsAndExports$n] });
|
|
2026
2026
|
}
|
|
2027
2027
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxProgressButtonsModule, decorators: [{
|
|
2028
2028
|
type: NgModule,
|
|
2029
2029
|
args: [{
|
|
2030
|
-
imports: importsAndExports$
|
|
2031
|
-
exports: importsAndExports$
|
|
2030
|
+
imports: importsAndExports$n,
|
|
2031
|
+
exports: importsAndExports$n
|
|
2032
2032
|
}]
|
|
2033
2033
|
}] });
|
|
2034
2034
|
|
|
@@ -2088,8 +2088,8 @@ class DbxButtonComponent extends AbstractDbxButtonDirective {
|
|
|
2088
2088
|
bar = input(false, { ...(ngDevMode ? { debugName: "bar" } : /* istanbul ignore next */ {}), transform: isDefinedAndNotFalse });
|
|
2089
2089
|
type = input(...(ngDevMode ? [undefined, { debugName: "type" }] : /* istanbul ignore next */ []));
|
|
2090
2090
|
buttonStyle = input(...(ngDevMode ? [undefined, { debugName: "buttonStyle" }] : /* istanbul ignore next */ []));
|
|
2091
|
-
color = input(
|
|
2092
|
-
spinnerColor = input(
|
|
2091
|
+
color = input(...(ngDevMode ? [undefined, { debugName: "color" }] : /* istanbul ignore next */ []));
|
|
2092
|
+
spinnerColor = input(...(ngDevMode ? [undefined, { debugName: "spinnerColor" }] : /* istanbul ignore next */ []));
|
|
2093
2093
|
customButtonColor = input(...(ngDevMode ? [undefined, { debugName: "customButtonColor" }] : /* istanbul ignore next */ []));
|
|
2094
2094
|
customTextColor = input(...(ngDevMode ? [undefined, { debugName: "customTextColor" }] : /* istanbul ignore next */ []));
|
|
2095
2095
|
customSpinnerColor = input(...(ngDevMode ? [undefined, { debugName: "customSpinnerColor" }] : /* istanbul ignore next */ []));
|
|
@@ -2229,7 +2229,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
2229
2229
|
}]
|
|
2230
2230
|
}] });
|
|
2231
2231
|
|
|
2232
|
-
const importsAndExports$
|
|
2232
|
+
const importsAndExports$m = [
|
|
2233
2233
|
DbxCoreButtonModule,
|
|
2234
2234
|
DbxIconButtonComponent,
|
|
2235
2235
|
// buttons
|
|
@@ -2272,8 +2272,8 @@ class DbxButtonModule {
|
|
|
2272
2272
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxButtonModule, decorators: [{
|
|
2273
2273
|
type: NgModule,
|
|
2274
2274
|
args: [{
|
|
2275
|
-
imports: importsAndExports$
|
|
2276
|
-
exports: importsAndExports$
|
|
2275
|
+
imports: importsAndExports$m,
|
|
2276
|
+
exports: importsAndExports$m
|
|
2277
2277
|
}]
|
|
2278
2278
|
}] });
|
|
2279
2279
|
|
|
@@ -2815,17 +2815,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
2815
2815
|
}]
|
|
2816
2816
|
}] });
|
|
2817
2817
|
|
|
2818
|
-
const importsAndExports$
|
|
2818
|
+
const importsAndExports$l = [DbxPartialPresetFilterListComponent, DbxPartialPresetFilterMenuComponent, DbxFilterPopoverComponent, DbxFilterPopoverButtonComponent, DbxFilterWrapperComponent, DbxPresetFilterListComponent, DbxPresetFilterMenuComponent, DbxCoreFilterModule];
|
|
2819
2819
|
class DbxFilterInteractionModule {
|
|
2820
2820
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxFilterInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2821
2821
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.3", ngImport: i0, type: DbxFilterInteractionModule, imports: [DbxPartialPresetFilterListComponent, DbxPartialPresetFilterMenuComponent, DbxFilterPopoverComponent, DbxFilterPopoverButtonComponent, DbxFilterWrapperComponent, DbxPresetFilterListComponent, DbxPresetFilterMenuComponent, DbxCoreFilterModule], exports: [DbxPartialPresetFilterListComponent, DbxPartialPresetFilterMenuComponent, DbxFilterPopoverComponent, DbxFilterPopoverButtonComponent, DbxFilterWrapperComponent, DbxPresetFilterListComponent, DbxPresetFilterMenuComponent, DbxCoreFilterModule] });
|
|
2822
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxFilterInteractionModule, imports: [importsAndExports$
|
|
2822
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxFilterInteractionModule, imports: [importsAndExports$l, DbxCoreFilterModule] });
|
|
2823
2823
|
}
|
|
2824
2824
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxFilterInteractionModule, decorators: [{
|
|
2825
2825
|
type: NgModule,
|
|
2826
2826
|
args: [{
|
|
2827
|
-
imports: importsAndExports$
|
|
2828
|
-
exports: importsAndExports$
|
|
2827
|
+
imports: importsAndExports$l,
|
|
2828
|
+
exports: importsAndExports$l
|
|
2829
2829
|
}]
|
|
2830
2830
|
}] });
|
|
2831
2831
|
|
|
@@ -3521,7 +3521,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
3521
3521
|
}]
|
|
3522
3522
|
}], propDecorators: { header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: false }] }] } });
|
|
3523
3523
|
|
|
3524
|
-
const importsAndExports$
|
|
3524
|
+
const importsAndExports$k = [DbxPopupComponent, DbxPopupCoordinatorComponent, DbxPopupContentComponent, DbxPopupControlsComponent, DbxPopupControlButtonsComponent];
|
|
3525
3525
|
class DbxPopupInteractionModule {
|
|
3526
3526
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxPopupInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3527
3527
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.3", ngImport: i0, type: DbxPopupInteractionModule, imports: [DbxPopupComponent, DbxPopupCoordinatorComponent, DbxPopupContentComponent, DbxPopupControlsComponent, DbxPopupControlButtonsComponent], exports: [DbxPopupComponent, DbxPopupCoordinatorComponent, DbxPopupContentComponent, DbxPopupControlsComponent, DbxPopupControlButtonsComponent] });
|
|
@@ -3530,8 +3530,8 @@ class DbxPopupInteractionModule {
|
|
|
3530
3530
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxPopupInteractionModule, decorators: [{
|
|
3531
3531
|
type: NgModule,
|
|
3532
3532
|
args: [{
|
|
3533
|
-
imports: importsAndExports$
|
|
3534
|
-
exports: importsAndExports$
|
|
3533
|
+
imports: importsAndExports$k,
|
|
3534
|
+
exports: importsAndExports$k
|
|
3535
3535
|
}]
|
|
3536
3536
|
}] });
|
|
3537
3537
|
|
|
@@ -4223,7 +4223,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
4223
4223
|
}]
|
|
4224
4224
|
}] });
|
|
4225
4225
|
|
|
4226
|
-
const importsAndExports$
|
|
4226
|
+
const importsAndExports$j = [DbxPromptComponent, DbxPromptBoxDirective, DbxPromptPageComponent, DbxPromptConfirmComponent, DbxPromptConfirmButtonDirective, DbxPromptConfirmDialogComponent, DbxPromptConfirmDirective];
|
|
4227
4227
|
class DbxPromptModule {
|
|
4228
4228
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxPromptModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4229
4229
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.3", ngImport: i0, type: DbxPromptModule, imports: [DbxPromptComponent, DbxPromptBoxDirective, DbxPromptPageComponent, DbxPromptConfirmComponent, DbxPromptConfirmButtonDirective, DbxPromptConfirmDialogComponent, DbxPromptConfirmDirective], exports: [DbxPromptComponent, DbxPromptBoxDirective, DbxPromptPageComponent, DbxPromptConfirmComponent, DbxPromptConfirmButtonDirective, DbxPromptConfirmDialogComponent, DbxPromptConfirmDirective] });
|
|
@@ -4232,12 +4232,12 @@ class DbxPromptModule {
|
|
|
4232
4232
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxPromptModule, decorators: [{
|
|
4233
4233
|
type: NgModule,
|
|
4234
4234
|
args: [{
|
|
4235
|
-
imports: importsAndExports$
|
|
4236
|
-
exports: importsAndExports$
|
|
4235
|
+
imports: importsAndExports$j,
|
|
4236
|
+
exports: importsAndExports$j
|
|
4237
4237
|
}]
|
|
4238
4238
|
}] });
|
|
4239
4239
|
|
|
4240
|
-
const importsAndExports$
|
|
4240
|
+
const importsAndExports$i = [DbxPromptModule, DbxDialogModule, DbxFilterInteractionModule, DbxPopoverInteractionModule, DbxPopupInteractionModule];
|
|
4241
4241
|
/**
|
|
4242
4242
|
* @deprecated import individual modules instead.
|
|
4243
4243
|
*
|
|
@@ -4250,13 +4250,13 @@ const importsAndExports$j = [DbxPromptModule, DbxDialogModule, DbxFilterInteract
|
|
|
4250
4250
|
class DbxInteractionModule {
|
|
4251
4251
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4252
4252
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.3", ngImport: i0, type: DbxInteractionModule, imports: [DbxPromptModule, DbxDialogModule, DbxFilterInteractionModule, DbxPopoverInteractionModule, DbxPopupInteractionModule], exports: [DbxPromptModule, DbxDialogModule, DbxFilterInteractionModule, DbxPopoverInteractionModule, DbxPopupInteractionModule] });
|
|
4253
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxInteractionModule, imports: [importsAndExports$
|
|
4253
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxInteractionModule, imports: [importsAndExports$i, DbxPromptModule, DbxDialogModule, DbxFilterInteractionModule, DbxPopoverInteractionModule, DbxPopupInteractionModule] });
|
|
4254
4254
|
}
|
|
4255
4255
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxInteractionModule, decorators: [{
|
|
4256
4256
|
type: NgModule,
|
|
4257
4257
|
args: [{
|
|
4258
|
-
imports: importsAndExports$
|
|
4259
|
-
exports: importsAndExports$
|
|
4258
|
+
imports: importsAndExports$i,
|
|
4259
|
+
exports: importsAndExports$i
|
|
4260
4260
|
}]
|
|
4261
4261
|
}] });
|
|
4262
4262
|
|
|
@@ -5692,7 +5692,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
5692
5692
|
}]
|
|
5693
5693
|
}], ctorParameters: () => [] });
|
|
5694
5694
|
|
|
5695
|
-
const importsAndExports$
|
|
5695
|
+
const importsAndExports$h = [DbxLoadingComponent, DbxBasicLoadingComponent, DbxLoadingProgressComponent, DbxActionLoadingContextDirective];
|
|
5696
5696
|
/**
|
|
5697
5697
|
* Convenience NgModule that imports and exports all loading-related components and directives.
|
|
5698
5698
|
*
|
|
@@ -5707,8 +5707,8 @@ class DbxLoadingModule {
|
|
|
5707
5707
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxLoadingModule, decorators: [{
|
|
5708
5708
|
type: NgModule,
|
|
5709
5709
|
args: [{
|
|
5710
|
-
imports: importsAndExports$
|
|
5711
|
-
exports: importsAndExports$
|
|
5710
|
+
imports: importsAndExports$h,
|
|
5711
|
+
exports: importsAndExports$h
|
|
5712
5712
|
}]
|
|
5713
5713
|
}] });
|
|
5714
5714
|
|
|
@@ -6126,7 +6126,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
6126
6126
|
}]
|
|
6127
6127
|
}], propDecorators: { dbxActionSnackbarDefault: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionSnackbarDefault", required: false }] }], dbxActionSnackbarUndo: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionSnackbarUndo", required: false }] }], dbxActionSnackbar: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionSnackbar", required: false }] }] } });
|
|
6128
6128
|
|
|
6129
|
-
const importsAndExports$
|
|
6129
|
+
const importsAndExports$g = [DbxActionSnackbarComponent, DbxActionSnackbarDirective];
|
|
6130
6130
|
/**
|
|
6131
6131
|
* Bundles the snackbar component and directive for convenient import.
|
|
6132
6132
|
*/
|
|
@@ -6138,8 +6138,8 @@ class DbxActionSnackbarModule {
|
|
|
6138
6138
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxActionSnackbarModule, decorators: [{
|
|
6139
6139
|
type: NgModule,
|
|
6140
6140
|
args: [{
|
|
6141
|
-
imports: importsAndExports$
|
|
6142
|
-
exports: importsAndExports$
|
|
6141
|
+
imports: importsAndExports$g,
|
|
6142
|
+
exports: importsAndExports$g
|
|
6143
6143
|
}]
|
|
6144
6144
|
}] });
|
|
6145
6145
|
|
|
@@ -6457,7 +6457,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
6457
6457
|
args: ['document:keyup', ['$event']]
|
|
6458
6458
|
}] } });
|
|
6459
6459
|
|
|
6460
|
-
const importsAndExports$
|
|
6460
|
+
const importsAndExports$f = [DbxCoreActionModule, DbxActionButtonDirective, DbxActionKeyTriggerDirective, DbxActionConfirmDirective];
|
|
6461
6461
|
/**
|
|
6462
6462
|
* Convenience module that bundles all base dbxAction-related directives from
|
|
6463
6463
|
* both @dereekb/dbx-core and @dereekb/dbx-web, including key triggers and confirmation dialogs.
|
|
@@ -6470,8 +6470,8 @@ class DbxActionModule {
|
|
|
6470
6470
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxActionModule, decorators: [{
|
|
6471
6471
|
type: NgModule,
|
|
6472
6472
|
args: [{
|
|
6473
|
-
imports: importsAndExports$
|
|
6474
|
-
exports: importsAndExports$
|
|
6473
|
+
imports: importsAndExports$f,
|
|
6474
|
+
exports: importsAndExports$f
|
|
6475
6475
|
}]
|
|
6476
6476
|
}] });
|
|
6477
6477
|
|
|
@@ -6752,7 +6752,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
6752
6752
|
}]
|
|
6753
6753
|
}], ctorParameters: () => [], propDecorators: { config: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxActionSnackbarError", required: false }] }] } });
|
|
6754
6754
|
|
|
6755
|
-
const importsAndExports$
|
|
6755
|
+
const importsAndExports$e = [
|
|
6756
6756
|
//
|
|
6757
6757
|
DbxErrorComponent,
|
|
6758
6758
|
DbxLoadingErrorDirective,
|
|
@@ -6816,8 +6816,8 @@ class DbxReadableErrorModule {
|
|
|
6816
6816
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxReadableErrorModule, decorators: [{
|
|
6817
6817
|
type: NgModule,
|
|
6818
6818
|
args: [{
|
|
6819
|
-
imports: importsAndExports$
|
|
6820
|
-
exports: importsAndExports$
|
|
6819
|
+
imports: importsAndExports$e,
|
|
6820
|
+
exports: importsAndExports$e
|
|
6821
6821
|
}]
|
|
6822
6822
|
}] });
|
|
6823
6823
|
|
|
@@ -8572,7 +8572,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
8572
8572
|
}]
|
|
8573
8573
|
}], propDecorators: { color: [{ type: i0.Input, args: [{ isSignal: true, alias: "color", required: false }] }] } });
|
|
8574
8574
|
|
|
8575
|
-
const importsAndExports$
|
|
8575
|
+
const importsAndExports$d = [DbxBarDirective, DbxBarHeaderComponent, DbxPagebarComponent];
|
|
8576
8576
|
/**
|
|
8577
8577
|
* Module for dbx-bar components.
|
|
8578
8578
|
*/
|
|
@@ -8584,8 +8584,8 @@ class DbxBarLayoutModule {
|
|
|
8584
8584
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxBarLayoutModule, decorators: [{
|
|
8585
8585
|
type: NgModule,
|
|
8586
8586
|
args: [{
|
|
8587
|
-
imports: importsAndExports$
|
|
8588
|
-
exports: importsAndExports$
|
|
8587
|
+
imports: importsAndExports$d,
|
|
8588
|
+
exports: importsAndExports$d
|
|
8589
8589
|
}]
|
|
8590
8590
|
}] });
|
|
8591
8591
|
|
|
@@ -8755,7 +8755,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
8755
8755
|
}]
|
|
8756
8756
|
}] });
|
|
8757
8757
|
|
|
8758
|
-
const importsAndExports$
|
|
8758
|
+
const importsAndExports$c = [DbxCardBoxComponent, DbxCardBoxContainerDirective];
|
|
8759
8759
|
/**
|
|
8760
8760
|
* Convenience module that imports and exports all card box layout components and directives.
|
|
8761
8761
|
*
|
|
@@ -8769,8 +8769,8 @@ class DbxCardBoxLayoutModule {
|
|
|
8769
8769
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxCardBoxLayoutModule, decorators: [{
|
|
8770
8770
|
type: NgModule,
|
|
8771
8771
|
args: [{
|
|
8772
|
-
imports: importsAndExports$
|
|
8773
|
-
exports: importsAndExports$
|
|
8772
|
+
imports: importsAndExports$c,
|
|
8773
|
+
exports: importsAndExports$c
|
|
8774
8774
|
}]
|
|
8775
8775
|
}] });
|
|
8776
8776
|
|
|
@@ -10060,7 +10060,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
10060
10060
|
}]
|
|
10061
10061
|
}], propDecorators: { modes: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxIfSidenavDisplayMode", required: false }] }] } });
|
|
10062
10062
|
|
|
10063
|
-
const importsAndExports$
|
|
10063
|
+
const importsAndExports$b = [DbxIfSidenavDisplayModeDirective, DbxSidenavComponent, DbxSidenavButtonComponent, DbxSidenavPagebarComponent, DbxSidenavPageComponent];
|
|
10064
10064
|
/**
|
|
10065
10065
|
* NgModule that re-exports all standalone sidenav-related components and directives for backward compatibility.
|
|
10066
10066
|
*
|
|
@@ -10074,8 +10074,8 @@ class DbxRouterSidenavModule {
|
|
|
10074
10074
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxRouterSidenavModule, decorators: [{
|
|
10075
10075
|
type: NgModule,
|
|
10076
10076
|
args: [{
|
|
10077
|
-
imports: importsAndExports$
|
|
10078
|
-
exports: importsAndExports$
|
|
10077
|
+
imports: importsAndExports$b,
|
|
10078
|
+
exports: importsAndExports$b
|
|
10079
10079
|
}]
|
|
10080
10080
|
}] });
|
|
10081
10081
|
|
|
@@ -10357,7 +10357,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
10357
10357
|
}]
|
|
10358
10358
|
}], ctorParameters: () => [] });
|
|
10359
10359
|
|
|
10360
|
-
const importsAndExports$
|
|
10360
|
+
const importsAndExports$a = [DbxTwoColumnComponent, DbxTwoColumnRightComponent, DbxTwoColumnColumnHeadDirective, DbxTwoColumnSrefDirective, DbxTwoColumnBackDirective, DbxTwoColumnFullLeftDirective, DbxTwoColumnContextDirective, DbxTwoColumnSrefShowRightDirective];
|
|
10361
10361
|
/**
|
|
10362
10362
|
* Module that bundles all two-column layout components and directives for convenient importing.
|
|
10363
10363
|
*/
|
|
@@ -10369,12 +10369,12 @@ class DbxTwoColumnLayoutModule {
|
|
|
10369
10369
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxTwoColumnLayoutModule, decorators: [{
|
|
10370
10370
|
type: NgModule,
|
|
10371
10371
|
args: [{
|
|
10372
|
-
imports: importsAndExports$
|
|
10373
|
-
exports: importsAndExports$
|
|
10372
|
+
imports: importsAndExports$a,
|
|
10373
|
+
exports: importsAndExports$a
|
|
10374
10374
|
}]
|
|
10375
10375
|
}] });
|
|
10376
10376
|
|
|
10377
|
-
const importsAndExports$
|
|
10377
|
+
const importsAndExports$9 = [DbxOneColumnComponent, DbxTwoColumnLayoutModule];
|
|
10378
10378
|
/**
|
|
10379
10379
|
* Convenience module that bundles all column layout components and directives,
|
|
10380
10380
|
* including both one-column and two-column layouts.
|
|
@@ -10387,8 +10387,8 @@ class DbxColumnLayoutModule {
|
|
|
10387
10387
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxColumnLayoutModule, decorators: [{
|
|
10388
10388
|
type: NgModule,
|
|
10389
10389
|
args: [{
|
|
10390
|
-
imports: importsAndExports$
|
|
10391
|
-
exports: importsAndExports$
|
|
10390
|
+
imports: importsAndExports$9,
|
|
10391
|
+
exports: importsAndExports$9
|
|
10392
10392
|
}]
|
|
10393
10393
|
}] });
|
|
10394
10394
|
|
|
@@ -10579,7 +10579,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
10579
10579
|
}]
|
|
10580
10580
|
}] });
|
|
10581
10581
|
|
|
10582
|
-
const importsAndExports$
|
|
10582
|
+
const importsAndExports$8 = [
|
|
10583
10583
|
//
|
|
10584
10584
|
DbxContentDirective,
|
|
10585
10585
|
DbxContentContainerDirective,
|
|
@@ -10617,8 +10617,8 @@ class DbxContentLayoutModule {
|
|
|
10617
10617
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxContentLayoutModule, decorators: [{
|
|
10618
10618
|
type: NgModule,
|
|
10619
10619
|
args: [{
|
|
10620
|
-
imports: importsAndExports$
|
|
10621
|
-
exports: importsAndExports$
|
|
10620
|
+
imports: importsAndExports$8,
|
|
10621
|
+
exports: importsAndExports$8
|
|
10622
10622
|
}]
|
|
10623
10623
|
}] });
|
|
10624
10624
|
|
|
@@ -10701,20 +10701,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
10701
10701
|
}]
|
|
10702
10702
|
}], propDecorators: { color: [{ type: i0.Input, args: [{ isSignal: true, alias: "color", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }] } });
|
|
10703
10703
|
|
|
10704
|
-
const importsAndExports$
|
|
10704
|
+
const importsAndExports$7 = [DbxFlagComponent, DbxFlagPromptComponent];
|
|
10705
10705
|
/**
|
|
10706
10706
|
* Angular module that bundles {@link DbxFlagComponent} and {@link DbxFlagPromptComponent}.
|
|
10707
10707
|
*/
|
|
10708
10708
|
class DbxFlagLayoutModule {
|
|
10709
10709
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxFlagLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10710
10710
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.3", ngImport: i0, type: DbxFlagLayoutModule, imports: [DbxFlagComponent, DbxFlagPromptComponent], exports: [DbxFlagComponent, DbxFlagPromptComponent] });
|
|
10711
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxFlagLayoutModule, imports: [importsAndExports$
|
|
10711
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxFlagLayoutModule, imports: [importsAndExports$7] });
|
|
10712
10712
|
}
|
|
10713
10713
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxFlagLayoutModule, decorators: [{
|
|
10714
10714
|
type: NgModule,
|
|
10715
10715
|
args: [{
|
|
10716
|
-
imports: importsAndExports$
|
|
10717
|
-
exports: importsAndExports$
|
|
10716
|
+
imports: importsAndExports$7,
|
|
10717
|
+
exports: importsAndExports$7
|
|
10718
10718
|
}]
|
|
10719
10719
|
}] });
|
|
10720
10720
|
|
|
@@ -10802,7 +10802,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
10802
10802
|
}]
|
|
10803
10803
|
}], propDecorators: { dbxFlexSize: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxFlexSize", required: true }] }] } });
|
|
10804
10804
|
|
|
10805
|
-
const importsAndExports$
|
|
10805
|
+
const importsAndExports$6 = [DbxFlexGroupDirective, DbxFlexSizeDirective];
|
|
10806
10806
|
/**
|
|
10807
10807
|
* Module that exports {@link DbxFlexGroupDirective} and {@link DbxFlexSizeDirective}.
|
|
10808
10808
|
*
|
|
@@ -10816,8 +10816,8 @@ class DbxFlexLayoutModule {
|
|
|
10816
10816
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxFlexLayoutModule, decorators: [{
|
|
10817
10817
|
type: NgModule,
|
|
10818
10818
|
args: [{
|
|
10819
|
-
imports: importsAndExports$
|
|
10820
|
-
exports: importsAndExports$
|
|
10819
|
+
imports: importsAndExports$6,
|
|
10820
|
+
exports: importsAndExports$6
|
|
10821
10821
|
}]
|
|
10822
10822
|
}] });
|
|
10823
10823
|
|
|
@@ -12047,7 +12047,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
12047
12047
|
}]
|
|
12048
12048
|
}], ctorParameters: () => [], propDecorators: { listItemIsSelected: [{ type: i0.Input, args: [{ isSignal: true, alias: "dbxListItemIsSelectedModifier", required: true }] }] } });
|
|
12049
12049
|
|
|
12050
|
-
const importsAndExports$
|
|
12050
|
+
const importsAndExports$5 = [DbxValueListItemModifierDirective, DbxListItemDisableRippleModifierDirective, DbxListItemIsSelectedModifierDirective];
|
|
12051
12051
|
/**
|
|
12052
12052
|
* Exports all dbx-list modifier-related directives.
|
|
12053
12053
|
*/
|
|
@@ -12059,8 +12059,8 @@ class DbxListModifierModule {
|
|
|
12059
12059
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxListModifierModule, decorators: [{
|
|
12060
12060
|
type: NgModule,
|
|
12061
12061
|
args: [{
|
|
12062
|
-
imports: importsAndExports$
|
|
12063
|
-
exports: importsAndExports$
|
|
12062
|
+
imports: importsAndExports$5,
|
|
12063
|
+
exports: importsAndExports$5
|
|
12064
12064
|
}]
|
|
12065
12065
|
}] });
|
|
12066
12066
|
|
|
@@ -12435,7 +12435,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
12435
12435
|
type: Directive
|
|
12436
12436
|
}], propDecorators: { selectionChange: [{ type: i0.Output, args: ["selectionChange"] }] } });
|
|
12437
12437
|
|
|
12438
|
-
const importsAndExports$
|
|
12438
|
+
const importsAndExports$4 = [
|
|
12439
12439
|
// directives
|
|
12440
12440
|
DbxListEmptyContentComponent,
|
|
12441
12441
|
DbxListViewMetaIconComponent,
|
|
@@ -12464,8 +12464,8 @@ class DbxListModule {
|
|
|
12464
12464
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxListModule, decorators: [{
|
|
12465
12465
|
type: NgModule,
|
|
12466
12466
|
args: [{
|
|
12467
|
-
imports: importsAndExports$
|
|
12468
|
-
exports: importsAndExports$
|
|
12467
|
+
imports: importsAndExports$4,
|
|
12468
|
+
exports: importsAndExports$4
|
|
12469
12469
|
}]
|
|
12470
12470
|
}] });
|
|
12471
12471
|
|
|
@@ -12863,7 +12863,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
12863
12863
|
}]
|
|
12864
12864
|
}], ctorParameters: () => [], propDecorators: { scroll: [{ type: i0.Input, args: [{ isSignal: true, alias: "scroll", required: false }] }] } });
|
|
12865
12865
|
|
|
12866
|
-
const importsAndExports$
|
|
12866
|
+
const importsAndExports$3 = [DbxSectionHeaderComponent, DbxSectionPageComponent, DbxSectionComponent, DbxSubSectionComponent, DbxIntroActionSectionComponent];
|
|
12867
12867
|
/**
|
|
12868
12868
|
* Bundles all section layout components including section headers, sections, subsections,
|
|
12869
12869
|
* section pages, and the intro action section for convenient import.
|
|
@@ -12871,111 +12871,9 @@ const importsAndExports$4 = [DbxSectionHeaderComponent, DbxSectionPageComponent,
|
|
|
12871
12871
|
class DbxSectionLayoutModule {
|
|
12872
12872
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxSectionLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12873
12873
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.3", ngImport: i0, type: DbxSectionLayoutModule, imports: [DbxSectionHeaderComponent, DbxSectionPageComponent, DbxSectionComponent, DbxSubSectionComponent, DbxIntroActionSectionComponent], exports: [DbxSectionHeaderComponent, DbxSectionPageComponent, DbxSectionComponent, DbxSubSectionComponent, DbxIntroActionSectionComponent] });
|
|
12874
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxSectionLayoutModule, imports: [importsAndExports$
|
|
12874
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxSectionLayoutModule, imports: [importsAndExports$3] });
|
|
12875
12875
|
}
|
|
12876
12876
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxSectionLayoutModule, decorators: [{
|
|
12877
|
-
type: NgModule,
|
|
12878
|
-
args: [{
|
|
12879
|
-
imports: importsAndExports$4,
|
|
12880
|
-
exports: importsAndExports$4
|
|
12881
|
-
}]
|
|
12882
|
-
}] });
|
|
12883
|
-
|
|
12884
|
-
/**
|
|
12885
|
-
* Displays a numbered step with optional completion state, header text, and hint.
|
|
12886
|
-
*
|
|
12887
|
-
* Projects child content into a step section body below the header. When `done` is true,
|
|
12888
|
-
* a checkmark icon is shown and the `done` CSS class is applied to the host element.
|
|
12889
|
-
*
|
|
12890
|
-
* **Note:** This component is currently incomplete and requires additional styling.
|
|
12891
|
-
*
|
|
12892
|
-
* @example
|
|
12893
|
-
* ```html
|
|
12894
|
-
* <dbx-step [step]="1" text="Create your account" hint="Fill in all required fields" [done]="accountCreated">
|
|
12895
|
-
* <form>...</form>
|
|
12896
|
-
* </dbx-step>
|
|
12897
|
-
* ```
|
|
12898
|
-
*/
|
|
12899
|
-
// TODO: Incomplete component. Requires styling.
|
|
12900
|
-
class DbxStepComponent {
|
|
12901
|
-
/**
|
|
12902
|
-
* Whether this step has been completed. Shows a checkmark icon when true.
|
|
12903
|
-
*/
|
|
12904
|
-
done = input(...(ngDevMode ? [undefined, { debugName: "done" }] : /* istanbul ignore next */ []));
|
|
12905
|
-
/**
|
|
12906
|
-
* The step number displayed in the header.
|
|
12907
|
-
*/
|
|
12908
|
-
step = input(...(ngDevMode ? [undefined, { debugName: "step" }] : /* istanbul ignore next */ []));
|
|
12909
|
-
/**
|
|
12910
|
-
* The main label text for this step.
|
|
12911
|
-
*/
|
|
12912
|
-
text = input(...(ngDevMode ? [undefined, { debugName: "text" }] : /* istanbul ignore next */ []));
|
|
12913
|
-
/**
|
|
12914
|
-
* Optional hint text displayed below the step label.
|
|
12915
|
-
*/
|
|
12916
|
-
hint = input(...(ngDevMode ? [undefined, { debugName: "hint" }] : /* istanbul ignore next */ []));
|
|
12917
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxStepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
12918
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.3", type: DbxStepComponent, isStandalone: true, selector: "dbx-step", inputs: { done: { classPropertyName: "done", publicName: "done", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: "step", publicName: "step", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.done": "done()" }, classAttribute: "dbx-step" }, ngImport: i0, template: `
|
|
12919
|
-
<div class="step-section">
|
|
12920
|
-
<div class="step-section-header">
|
|
12921
|
-
<span class="step">{{ step() }}.</span>
|
|
12922
|
-
@if (done()) {
|
|
12923
|
-
<mat-icon class="done-check">done</mat-icon>
|
|
12924
|
-
}
|
|
12925
|
-
<span class="text">{{ text() }}</span>
|
|
12926
|
-
@if (hint()) {
|
|
12927
|
-
<p class="hint">{{ hint() }}</p>
|
|
12928
|
-
}
|
|
12929
|
-
</div>
|
|
12930
|
-
<div class="step-section-content">
|
|
12931
|
-
<ng-content></ng-content>
|
|
12932
|
-
</div>
|
|
12933
|
-
</div>
|
|
12934
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12935
|
-
}
|
|
12936
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxStepComponent, decorators: [{
|
|
12937
|
-
type: Component,
|
|
12938
|
-
args: [{
|
|
12939
|
-
selector: 'dbx-step',
|
|
12940
|
-
template: `
|
|
12941
|
-
<div class="step-section">
|
|
12942
|
-
<div class="step-section-header">
|
|
12943
|
-
<span class="step">{{ step() }}.</span>
|
|
12944
|
-
@if (done()) {
|
|
12945
|
-
<mat-icon class="done-check">done</mat-icon>
|
|
12946
|
-
}
|
|
12947
|
-
<span class="text">{{ text() }}</span>
|
|
12948
|
-
@if (hint()) {
|
|
12949
|
-
<p class="hint">{{ hint() }}</p>
|
|
12950
|
-
}
|
|
12951
|
-
</div>
|
|
12952
|
-
<div class="step-section-content">
|
|
12953
|
-
<ng-content></ng-content>
|
|
12954
|
-
</div>
|
|
12955
|
-
</div>
|
|
12956
|
-
`,
|
|
12957
|
-
host: {
|
|
12958
|
-
class: 'dbx-step',
|
|
12959
|
-
'[class.done]': 'done()'
|
|
12960
|
-
},
|
|
12961
|
-
imports: [MatIconModule],
|
|
12962
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
12963
|
-
standalone: true
|
|
12964
|
-
}]
|
|
12965
|
-
}], propDecorators: { done: [{ type: i0.Input, args: [{ isSignal: true, alias: "done", required: false }] }], step: [{ type: i0.Input, args: [{ isSignal: true, alias: "step", required: false }] }], text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: false }] }], hint: [{ type: i0.Input, args: [{ isSignal: true, alias: "hint", required: false }] }] } });
|
|
12966
|
-
|
|
12967
|
-
const importsAndExports$3 = [DbxStepComponent];
|
|
12968
|
-
/**
|
|
12969
|
-
* Module that exports {@link DbxStepComponent}.
|
|
12970
|
-
*
|
|
12971
|
-
* @deprecated Import `DbxStepComponent` directly instead.
|
|
12972
|
-
*/
|
|
12973
|
-
class DbxStepLayoutModule {
|
|
12974
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxStepLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
12975
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.3", ngImport: i0, type: DbxStepLayoutModule, imports: [DbxStepComponent], exports: [DbxStepComponent] });
|
|
12976
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxStepLayoutModule, imports: [importsAndExports$3] });
|
|
12977
|
-
}
|
|
12978
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxStepLayoutModule, decorators: [{
|
|
12979
12877
|
type: NgModule,
|
|
12980
12878
|
args: [{
|
|
12981
12879
|
imports: importsAndExports$3,
|
|
@@ -13482,6 +13380,93 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
13482
13380
|
}]
|
|
13483
13381
|
}], propDecorators: { icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: false }] }], alignHeader: [{ type: i0.Input, args: [{ isSignal: true, alias: "alignHeader", required: false }] }], bigHeader: [{ type: i0.Input, args: [{ isSignal: true, alias: "bigHeader", required: false }] }] } });
|
|
13484
13382
|
|
|
13383
|
+
/**
|
|
13384
|
+
* A step-oriented content block that displays a numbered circle badge on the left
|
|
13385
|
+
* with header, hint, and projected content on the right.
|
|
13386
|
+
*
|
|
13387
|
+
* Use the `icon` input to replace the step number with a Material icon.
|
|
13388
|
+
* Use the `[header]` content slot for extra header-level content (like `dbx-detail-block`).
|
|
13389
|
+
* Use the `color` input to customize the badge color (defaults to `'primary'`).
|
|
13390
|
+
*
|
|
13391
|
+
* Use the `center` input to vertically center the badge with the content.
|
|
13392
|
+
*
|
|
13393
|
+
* @example
|
|
13394
|
+
* ```html
|
|
13395
|
+
* <dbx-step-block [step]="1" header="Create Account" hint="Fill in the registration form.">
|
|
13396
|
+
* <p>Enter your email and password to get started.</p>
|
|
13397
|
+
* </dbx-step-block>
|
|
13398
|
+
*
|
|
13399
|
+
* <dbx-step-block [step]="2" color="accent" header="Custom Header Content">
|
|
13400
|
+
* <span header>Extra header content</span>
|
|
13401
|
+
* <p>Detail content goes here.</p>
|
|
13402
|
+
* </dbx-step-block>
|
|
13403
|
+
* ```
|
|
13404
|
+
*/
|
|
13405
|
+
class DbxStepBlockComponent {
|
|
13406
|
+
step = input(1, ...(ngDevMode ? [{ debugName: "step" }] : /* istanbul ignore next */ []));
|
|
13407
|
+
icon = input(...(ngDevMode ? [undefined, { debugName: "icon" }] : /* istanbul ignore next */ []));
|
|
13408
|
+
header = input(...(ngDevMode ? [undefined, { debugName: "header" }] : /* istanbul ignore next */ []));
|
|
13409
|
+
hint = input(...(ngDevMode ? [undefined, { debugName: "hint" }] : /* istanbul ignore next */ []));
|
|
13410
|
+
color = input('primary', ...(ngDevMode ? [{ debugName: "color" }] : /* istanbul ignore next */ []));
|
|
13411
|
+
center = input(false, ...(ngDevMode ? [{ debugName: "center" }] : /* istanbul ignore next */ []));
|
|
13412
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxStepBlockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13413
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.3", type: DbxStepBlockComponent, isStandalone: true, selector: "dbx-step-block", inputs: { step: { classPropertyName: "step", publicName: "step", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, color: { classPropertyName: "color", publicName: "color", isSignal: true, isRequired: false, transformFunction: null }, center: { classPropertyName: "center", publicName: "center", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.dbx-step-block-center": "center()" }, classAttribute: "dbx-step-block d-block" }, ngImport: i0, template: `
|
|
13414
|
+
<div class="dbx-step-block-badge" [dbxColor]="color()">
|
|
13415
|
+
@if (icon()) {
|
|
13416
|
+
<mat-icon>{{ icon() }}</mat-icon>
|
|
13417
|
+
} @else {
|
|
13418
|
+
{{ step() }}
|
|
13419
|
+
}
|
|
13420
|
+
</div>
|
|
13421
|
+
<div class="dbx-step-block-content">
|
|
13422
|
+
@if (header()) {
|
|
13423
|
+
<div class="dbx-step-block-header">
|
|
13424
|
+
<span class="dbx-step-block-header-label">{{ header() }}</span>
|
|
13425
|
+
<ng-content select="[header]"></ng-content>
|
|
13426
|
+
</div>
|
|
13427
|
+
}
|
|
13428
|
+
@if (hint()) {
|
|
13429
|
+
<span class="dbx-step-block-hint">{{ hint() }}</span>
|
|
13430
|
+
}
|
|
13431
|
+
<ng-content></ng-content>
|
|
13432
|
+
</div>
|
|
13433
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: DbxColorDirective, selector: "[dbxColor]", inputs: ["dbxColor", "dbxColorTone"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
13434
|
+
}
|
|
13435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxStepBlockComponent, decorators: [{
|
|
13436
|
+
type: Component,
|
|
13437
|
+
args: [{
|
|
13438
|
+
selector: 'dbx-step-block',
|
|
13439
|
+
template: `
|
|
13440
|
+
<div class="dbx-step-block-badge" [dbxColor]="color()">
|
|
13441
|
+
@if (icon()) {
|
|
13442
|
+
<mat-icon>{{ icon() }}</mat-icon>
|
|
13443
|
+
} @else {
|
|
13444
|
+
{{ step() }}
|
|
13445
|
+
}
|
|
13446
|
+
</div>
|
|
13447
|
+
<div class="dbx-step-block-content">
|
|
13448
|
+
@if (header()) {
|
|
13449
|
+
<div class="dbx-step-block-header">
|
|
13450
|
+
<span class="dbx-step-block-header-label">{{ header() }}</span>
|
|
13451
|
+
<ng-content select="[header]"></ng-content>
|
|
13452
|
+
</div>
|
|
13453
|
+
}
|
|
13454
|
+
@if (hint()) {
|
|
13455
|
+
<span class="dbx-step-block-hint">{{ hint() }}</span>
|
|
13456
|
+
}
|
|
13457
|
+
<ng-content></ng-content>
|
|
13458
|
+
</div>
|
|
13459
|
+
`,
|
|
13460
|
+
host: {
|
|
13461
|
+
class: 'dbx-step-block d-block',
|
|
13462
|
+
'[class.dbx-step-block-center]': 'center()'
|
|
13463
|
+
},
|
|
13464
|
+
imports: [MatIconModule, DbxColorDirective],
|
|
13465
|
+
standalone: true,
|
|
13466
|
+
changeDetection: ChangeDetectionStrategy.OnPush
|
|
13467
|
+
}]
|
|
13468
|
+
}], propDecorators: { step: [{ type: i0.Input, args: [{ isSignal: true, alias: "step", required: false }] }], icon: [{ type: i0.Input, args: [{ isSignal: true, alias: "icon", required: false }] }], header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: false }] }], hint: [{ type: i0.Input, args: [{ isSignal: true, alias: "hint", required: false }] }], color: [{ type: i0.Input, args: [{ isSignal: true, alias: "color", required: false }] }], center: [{ type: i0.Input, args: [{ isSignal: true, alias: "center", required: false }] }] } });
|
|
13469
|
+
|
|
13485
13470
|
/**
|
|
13486
13471
|
* Adds inline spacing sized for icons, typically used to align text that sits next to icon-bearing siblings.
|
|
13487
13472
|
*
|
|
@@ -13786,7 +13771,7 @@ class DbxChipListComponent {
|
|
|
13786
13771
|
small = input(...(ngDevMode ? [undefined, { debugName: "small" }] : /* istanbul ignore next */ []));
|
|
13787
13772
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxChipListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13788
13773
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.3", type: DbxChipListComponent, isStandalone: true, selector: "dbx-chip-list", inputs: { chips: { classPropertyName: "chips", publicName: "chips", isSignal: true, isRequired: false, transformFunction: null }, small: { classPropertyName: "small", publicName: "small", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "style.display": "\"inline\"" }, classAttribute: "dbx-chip-list" }, ngImport: i0, template: `
|
|
13789
|
-
@for (chip of chips(); track chip.
|
|
13774
|
+
@for (chip of chips(); track chip.key ?? chip.label) {
|
|
13790
13775
|
<dbx-chip class="dbx-chip-spacer" [display]="chip" [small]="small()">{{ chip.label }}</dbx-chip>
|
|
13791
13776
|
}
|
|
13792
13777
|
`, isInline: true, dependencies: [{ kind: "directive", type: DbxChipDirective, selector: "dbx-chip", inputs: ["small", "block", "color", "display", "tone"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
@@ -13796,7 +13781,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
13796
13781
|
args: [{
|
|
13797
13782
|
selector: 'dbx-chip-list',
|
|
13798
13783
|
template: `
|
|
13799
|
-
@for (chip of chips(); track chip.
|
|
13784
|
+
@for (chip of chips(); track chip.key ?? chip.label) {
|
|
13800
13785
|
<dbx-chip class="dbx-chip-spacer" [display]="chip" [small]="small()">{{ chip.label }}</dbx-chip>
|
|
13801
13786
|
}
|
|
13802
13787
|
`,
|
|
@@ -13810,12 +13795,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
13810
13795
|
}]
|
|
13811
13796
|
}], propDecorators: { chips: [{ type: i0.Input, args: [{ isSignal: true, alias: "chips", required: false }] }], small: [{ type: i0.Input, args: [{ isSignal: true, alias: "small", required: false }] }] } });
|
|
13812
13797
|
|
|
13813
|
-
/**
|
|
13814
|
-
* Returns the display label for a {@link TextChip}, preferring `label` over the deprecated `text` field.
|
|
13815
|
-
*/
|
|
13816
|
-
function textChipLabel(chip) {
|
|
13817
|
-
return chip.label ?? chip.text ?? '';
|
|
13818
|
-
}
|
|
13819
13798
|
/**
|
|
13820
13799
|
* Renders a read-only list of Material chip options from an array of {@link TextChip} objects.
|
|
13821
13800
|
*
|
|
@@ -13827,10 +13806,6 @@ function textChipLabel(chip) {
|
|
|
13827
13806
|
class DbxTextChipsComponent {
|
|
13828
13807
|
defaultSelection = input(...(ngDevMode ? [undefined, { debugName: "defaultSelection" }] : /* istanbul ignore next */ []));
|
|
13829
13808
|
chips = input(...(ngDevMode ? [undefined, { debugName: "chips" }] : /* istanbul ignore next */ []));
|
|
13830
|
-
/**
|
|
13831
|
-
* Returns the display label for a chip.
|
|
13832
|
-
*/
|
|
13833
|
-
chipLabel = textChipLabel;
|
|
13834
13809
|
/**
|
|
13835
13810
|
* Returns the themed background CSS class for a chip's color.
|
|
13836
13811
|
*/
|
|
@@ -13841,9 +13816,9 @@ class DbxTextChipsComponent {
|
|
|
13841
13816
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.3", type: DbxTextChipsComponent, isStandalone: true, selector: "dbx-text-chips", inputs: { defaultSelection: { classPropertyName: "defaultSelection", publicName: "defaultSelection", isSignal: true, isRequired: false, transformFunction: null }, chips: { classPropertyName: "chips", publicName: "chips", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
13842
13817
|
@if (chips()) {
|
|
13843
13818
|
<mat-chip-listbox class="dbx-text-chips-listbox">
|
|
13844
|
-
@for (chip of chips(); track
|
|
13819
|
+
@for (chip of chips(); track chip.key ?? chip.label) {
|
|
13845
13820
|
<mat-chip-option [selected]="chip.selected ?? defaultSelection()" [class]="chipColorClass(chip)" [matTooltip]="chip.tooltip!" matTooltipPosition="above">
|
|
13846
|
-
{{
|
|
13821
|
+
{{ chip.label }}
|
|
13847
13822
|
</mat-chip-option>
|
|
13848
13823
|
}
|
|
13849
13824
|
</mat-chip-listbox>
|
|
@@ -13857,9 +13832,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
13857
13832
|
template: `
|
|
13858
13833
|
@if (chips()) {
|
|
13859
13834
|
<mat-chip-listbox class="dbx-text-chips-listbox">
|
|
13860
|
-
@for (chip of chips(); track
|
|
13835
|
+
@for (chip of chips(); track chip.key ?? chip.label) {
|
|
13861
13836
|
<mat-chip-option [selected]="chip.selected ?? defaultSelection()" [class]="chipColorClass(chip)" [matTooltip]="chip.tooltip!" matTooltipPosition="above">
|
|
13862
|
-
{{
|
|
13837
|
+
{{ chip.label }}
|
|
13863
13838
|
</mat-chip-option>
|
|
13864
13839
|
}
|
|
13865
13840
|
</mat-chip-listbox>
|
|
@@ -14077,15 +14052,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
14077
14052
|
}]
|
|
14078
14053
|
}], propDecorators: { contentElementRef: [{ type: i0.ViewChild, args: ['content', { isSignal: true }] }], dbxClickToCopyText: [{ type: i0.ViewChild, args: [i0.forwardRef(() => DbxClickToCopyTextDirective), { isSignal: true }] }], copyText: [{ type: i0.Input, args: [{ isSignal: true, alias: "copyText", required: false }] }], showIcon: [{ type: i0.Input, args: [{ isSignal: true, alias: "showIcon", required: false }] }], highlighted: [{ type: i0.Input, args: [{ isSignal: true, alias: "highlighted", required: false }] }], clipboardSnackbarMessagesConfig: [{ type: i0.Input, args: [{ isSignal: true, alias: "clipboardSnackbarMessagesConfig", required: false }] }], clipboardSnackbarMessagesEnabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "clipboardSnackbarMessagesEnabled", required: false }] }], clickToCopyIcon: [{ type: i0.Input, args: [{ isSignal: true, alias: "clickToCopyIcon", required: false }] }], clickIconToCopyOnly: [{ type: i0.Input, args: [{ isSignal: true, alias: "clickIconToCopyOnly", required: false }] }] } });
|
|
14079
14054
|
|
|
14080
|
-
const importsAndExports$1 = [DbxUnitedStatesAddressComponent, DbxNumberWithLimitComponent, DbxClickToCopyTextDirective, DbxClickToCopyTextComponent, DbxChipDirective, DbxChipListComponent, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxLabelBlockComponent, DbxLinkifyComponent, DbxTextChipsComponent, DbxIconSpacerDirective];
|
|
14055
|
+
const importsAndExports$1 = [DbxUnitedStatesAddressComponent, DbxNumberWithLimitComponent, DbxClickToCopyTextDirective, DbxClickToCopyTextComponent, DbxChipDirective, DbxChipListComponent, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxStepBlockComponent, DbxLabelBlockComponent, DbxLinkifyComponent, DbxTextChipsComponent, DbxIconSpacerDirective];
|
|
14081
14056
|
/**
|
|
14082
14057
|
* Angular module that bundles all text-related layout components and directives, including
|
|
14083
14058
|
* address display, chips, detail blocks, copy-to-clipboard, linkify, and number-with-limit.
|
|
14084
14059
|
*/
|
|
14085
14060
|
class DbxTextModule {
|
|
14086
14061
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
14087
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.3", ngImport: i0, type: DbxTextModule, imports: [DbxUnitedStatesAddressComponent, DbxNumberWithLimitComponent, DbxClickToCopyTextDirective, DbxClickToCopyTextComponent, DbxChipDirective, DbxChipListComponent, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxLabelBlockComponent, DbxLinkifyComponent, DbxTextChipsComponent, DbxIconSpacerDirective], exports: [DbxUnitedStatesAddressComponent, DbxNumberWithLimitComponent, DbxClickToCopyTextDirective, DbxClickToCopyTextComponent, DbxChipDirective, DbxChipListComponent, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxLabelBlockComponent, DbxLinkifyComponent, DbxTextChipsComponent, DbxIconSpacerDirective] });
|
|
14088
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxTextModule, imports: [DbxClickToCopyTextComponent, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxTextChipsComponent] });
|
|
14062
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.3", ngImport: i0, type: DbxTextModule, imports: [DbxUnitedStatesAddressComponent, DbxNumberWithLimitComponent, DbxClickToCopyTextDirective, DbxClickToCopyTextComponent, DbxChipDirective, DbxChipListComponent, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxStepBlockComponent, DbxLabelBlockComponent, DbxLinkifyComponent, DbxTextChipsComponent, DbxIconSpacerDirective], exports: [DbxUnitedStatesAddressComponent, DbxNumberWithLimitComponent, DbxClickToCopyTextDirective, DbxClickToCopyTextComponent, DbxChipDirective, DbxChipListComponent, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxStepBlockComponent, DbxLabelBlockComponent, DbxLinkifyComponent, DbxTextChipsComponent, DbxIconSpacerDirective] });
|
|
14063
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxTextModule, imports: [DbxClickToCopyTextComponent, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxStepBlockComponent, DbxTextChipsComponent] });
|
|
14089
14064
|
}
|
|
14090
14065
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImport: i0, type: DbxTextModule, decorators: [{
|
|
14091
14066
|
type: NgModule,
|
|
@@ -15450,5 +15425,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.3", ngImpor
|
|
|
15450
15425
|
* Generated bundle index. Do not edit.
|
|
15451
15426
|
*/
|
|
15452
15427
|
|
|
15453
|
-
export { APP_POPUP_MINIMIZED_WIDTH, APP_POPUP_NORMAL_HEIGHT, APP_POPUP_NORMAL_WIDTH, AbstractDbxClipboardDirective, AbstractDbxErrorWidgetComponent, AbstractDbxFileUploadComponent, AbstractDbxHelpWidgetDirective, AbstractDbxListAccordionViewDirective, AbstractDbxListGridViewDirective, AbstractDbxListViewDirective, AbstractDbxListWrapperDirective, AbstractDbxPartialPresetFilterMenuDirective, 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_AVATAR_CONTEXT_DATA_TOKEN, DBX_CHIP_DEFAULT_TONE, DBX_DARK_STYLE_CLASS_SUFFIX, DBX_HELP_WIDGET_ENTRY_DATA_TOKEN, DBX_LIST_ACCORDION_VIEW_COMPONENT_IMPORTS_AND_EXPORTS, DBX_LIST_DEFAULT_SCROLL_DISTANCE, DBX_LIST_DEFAULT_THROTTLE_SCROLL, DBX_LIST_GRID_VIEW_COMPONENT_IMPORTS_AND_EXPORTS, DBX_LIST_ITEM_DEFAULT_DISABLE_FUNCTION, DBX_LIST_ITEM_DISABLE_RIPPLE_LIST_ITEM_MODIFIER_KEY, DBX_LIST_ITEM_IS_SELECTED_ITEM_MODIFIER_KEY, DBX_LIST_VIEW_DEFAULT_META_ICON, DBX_MODEL_VIEW_TRACKER_STORAGE_ACCESSOR_TOKEN, DBX_PROGRESS_BUTTON_GLOBAL_CONFIG, DBX_ROUTER_ANCHOR_COMPONENTS, DBX_ROUTER_VALUE_LIST_ITEM_MODIFIER_KEY, DBX_STYLE_DEFAULT_CONFIG_TOKEN, DBX_THEME_COLORS, DBX_THEME_COLORS_EXTRA, DBX_THEME_COLORS_EXTRA_SECONDARY, DBX_THEME_COLORS_MAIN, DBX_VALUE_LIST_VIEW_ITEM, DBX_WEB_FILE_PREVIEW_SERVICE_DEFAULT_DIALOG_WITH_COMPONENT_FUNCTION, DBX_WEB_FILE_PREVIEW_SERVICE_DEFAULT_PREVIEW_COMPONENT_FUNCTION, DBX_WEB_FILE_PREVIEW_SERVICE_ENTRIES_TOKEN, DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_COMPONENT_PRESET, DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_PRESET_ENTRY, DEFAULT_DBX_ERROR_SNACKBAR_CONFIG, DEFAULT_DBX_HELP_VIEW_POPOVER_KEY, DEFAULT_DBX_LINKIFY_STRING_TYPE, DEFAULT_DBX_LIST_ACCORDION_VIEW_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_LIST_GRID_VIEW_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_LIST_ITEM_IS_SELECTED_FUNCTION, DEFAULT_DBX_PROMPT_CONFIRM_DIALOG_CONFIG, DEFAULT_DBX_SELECTION_VALUE_LIST_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_SIDENAV_MENU_ICON, DEFAULT_DBX_VALUE_LIST_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_VALUE_LIST_CONFIG_MAP_VALUES, DEFAULT_ERROR_POPOVER_KEY, DEFAULT_ERROR_WIDGET_CODE, DEFAULT_FILTER_POPOVER_KEY, DEFAULT_LIST_GRID_SIZE_CONFIG, DEFAULT_LIST_WRAPPER_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_LOADING_PROGRESS_DIAMETER, DEFAULT_SCREEN_MEDIA_SERVICE_CONFIG, DEFAULT_SNACKBAR_DIRECTIVE_DURATION, DEFAULT_TWO_COLUMNS_MIN_RIGHT_WIDTH, DEFAULT_VALUE_LIST_VIEW_CONTENT_COMPONENT_TRACK_BY_FUNCTION, DbxAccordionHeaderHeightDirective, DbxActionConfirmDirective, DbxActionDialogDirective, DbxActionErrorDirective, DbxActionKeyTriggerDirective, DbxActionLoadingContextDirective, DbxActionModule, DbxActionPopoverDirective, DbxActionSnackbarComponent, DbxActionSnackbarDirective, DbxActionSnackbarErrorDirective, DbxActionSnackbarModule, DbxActionSnackbarService, DbxActionTransitionSafetyDirective, DbxActionUIRouterTransitionSafetyDialogComponent, DbxAnchorComponent, DbxAnchorContentComponent, DbxAnchorIconComponent, DbxAnchorListComponent, DbxAngularRouterSegueAnchorComponent, DbxAvatarComponent, DbxAvatarViewService, DbxAvatarViewServiceConfig, DbxBarDirective, DbxBarHeaderComponent, DbxBarLayoutModule, DbxBasicLoadingComponent, DbxBodyDirective, DbxButtonComponent, DbxButtonModule, DbxButtonSpacerDirective, DbxCardBoxComponent, DbxCardBoxContainerDirective, DbxCardBoxLayoutModule, DbxChipDirective, DbxChipListComponent, DbxClickToCopyTextComponent, DbxClickToCopyTextDirective, DbxColorDirective, DbxColumnLayoutModule, DbxCompactDirective, DbxCompactLayoutModule, DbxContentBorderDirective, DbxContentBoxDirective, DbxContentContainerDirective, DbxContentDirective, DbxContentElevateDirective, DbxContentLayoutModule, DbxContentPageDirective, DbxContentPitDirective, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxDialogContentCloseComponent, DbxDialogContentDirective, DbxDialogContentFooterComponent, DbxDialogInteractionModule, DbxDialogModule, DbxDownloadBlobButtonComponent, DbxDownloadTextViewComponent, DbxEmbedComponent, DbxErrorComponent, DbxErrorDefaultErrorWidgetComponent, DbxErrorDetailsComponent, DbxErrorPopoverComponent, DbxErrorSnackbarComponent, DbxErrorSnackbarService, DbxErrorViewComponent, DbxErrorWidgetService, DbxErrorWidgetViewComponent, DbxFileUploadActionCompatable, DbxFileUploadActionSyncDirective, DbxFileUploadAreaComponent, DbxFileUploadButtonComponent, DbxFileUploadComponent, DbxFilterInteractionModule, DbxFilterPopoverButtonComponent, DbxFilterPopoverComponent, DbxFilterWrapperComponent, DbxFlagComponent, DbxFlagLayoutModule, DbxFlagPromptComponent, DbxFlexGroupDirective, DbxFlexLayoutModule, DbxFlexSizeDirective, DbxHelpContextDirective, DbxHelpContextService, DbxHelpViewListComponent, DbxHelpViewListEntryComponent, DbxHelpViewPopoverButtonComponent, DbxHelpViewPopoverComponent, DbxHelpWidgetService, DbxHelpWidgetServiceConfig, DbxIconButtonComponent, DbxIconButtonModule, DbxIconItemComponent, DbxIconSpacerDirective, DbxIfSidenavDisplayModeDirective, DbxIframeComponent, DbxInjectionDialogComponent, DbxInteractionModule, DbxIntroActionSectionComponent, DbxLabelBlockComponent, DbxLayoutModule, DbxLinkComponent, DbxLinkifyComponent, DbxLinkifyService, DbxLinkifyServiceConfig, DbxListAccordionViewComponentImportsModule, DbxListComponent, DbxListEmptyContentComponent, DbxListGridViewComponentImportsModule, DbxListInternalContentDirective, DbxListItemAnchorModifierDirective, DbxListItemDisableRippleModifierDirective, DbxListItemIsSelectedModifierDirective, DbxListModifierModule, DbxListModule, DbxListTitleGroupDirective, DbxListView, DbxListViewMetaIconComponent, DbxListViewWrapper, DbxListWrapperComponentImportsModule, DbxLoadingComponent, DbxLoadingErrorDirective, DbxLoadingModule, DbxLoadingProgressComponent, DbxModelObjectStateService, actions as DbxModelStateActions, model_actions as DbxModelStateModelActions, DbxModelTrackerService, DbxModelTypesService, DbxModelViewTrackerStorage, DbxNavbarComponent, DbxNumberWithLimitComponent, DbxOneColumnComponent, DbxOneColumnLayoutModule, DbxPagebarComponent, DbxPartialPresetFilterListComponent, DbxPartialPresetFilterMenuComponent, DbxPopoverCloseButtonComponent, DbxPopoverComponent, DbxPopoverComponentController, DbxPopoverContentComponent, DbxPopoverController, DbxPopoverControlsDirective, DbxPopoverCoordinatorComponent, DbxPopoverCoordinatorService, DbxPopoverHeaderComponent, DbxPopoverInteractionContentModule, DbxPopoverInteractionModule, DbxPopoverScrollContentDirective, DbxPopoverService, DbxPopupComponent, DbxPopupComponentController, DbxPopupContentComponent, DbxPopupControlButtonsComponent, DbxPopupController, DbxPopupControlsComponent, DbxPopupCoordinatorComponent, DbxPopupCoordinatorService, DbxPopupInteractionModule, DbxPopupService, DbxPopupWindowState, DbxPresetFilterListComponent, DbxPresetFilterMenuComponent, DbxProgressBarButtonComponent, DbxProgressButtonsModule, DbxProgressSpinnerButtonComponent, DbxPromptBoxDirective, DbxPromptComponent, DbxPromptConfirm, DbxPromptConfirmButtonDirective, DbxPromptConfirmComponent, DbxPromptConfirmDialogComponent, DbxPromptConfirmDirective, DbxPromptModule, DbxPromptPageComponent, DbxReadableErrorModule, DbxResizedDirective, DbxRouterAnchorModule, DbxRouterLayoutModule, DbxRouterSidenavModule, DbxRouterWebProviderConfig, DbxScreenMediaService, DbxScreenMediaServiceConfig, DbxSectionComponent, DbxSectionHeaderComponent, DbxSectionLayoutModule, DbxSectionPageComponent, DbxSelectionValueListViewComponent, DbxSelectionValueListViewComponentImportsModule, DbxSelectionValueListViewContentComponent, DbxSetStyleDirective, DbxSidenavButtonComponent, DbxSidenavComponent, DbxSidenavPageComponent, DbxSidenavPagebarComponent, DbxSpacerDirective, DbxStepComponent, DbxStepLayoutModule, DbxStructureDirective, DbxStructureModule, DbxStyleBodyDirective, DbxStyleDirective, DbxStyleLayoutModule, DbxStyleService, DbxSubSectionComponent, DbxTextChipsComponent, DbxTextColorDirective, DbxTextModule, DbxTwoBlockComponent, DbxTwoColumnBackDirective, DbxTwoColumnColumnHeadDirective, DbxTwoColumnComponent, DbxTwoColumnContextDirective, DbxTwoColumnFullLeftDirective, DbxTwoColumnLayoutModule, DbxTwoColumnRightComponent, DbxTwoColumnSrefDirective, DbxTwoColumnSrefShowRightDirective, DbxUIRouterSegueAnchorComponent, DbxUnitedStatesAddressComponent, DbxValueListAccordionViewComponent, DbxValueListAccordionViewContentComponent, DbxValueListAccordionViewContentGroupComponent, DbxValueListGridSizeDirective, DbxValueListGridViewComponent, DbxValueListGridViewContentComponent, DbxValueListGridViewContentGroupComponent, DbxValueListItemModifier, DbxValueListItemModifierDirective, DbxValueListView, DbxValueListViewComponent, DbxValueListViewComponentImportsModule, DbxValueListViewContentComponent, DbxValueListViewContentGroupComponent, DbxValueListViewGroupDelegate, DbxWebFilePreviewComponent, DbxWebFilePreviewService, DbxWebModule, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent, DbxWidgetService, DbxWidgetViewComponent, DbxWindowKeyDownListenerDirective, DbxZipBlobPreviewComponent, DbxZipPreviewComponent, PopoverPositionStrategy, PopupGlobalPositionStrategy, SCREEN_MEDIA_WIDTH_TYPE_SIZE_MAP, SideNavDisplayMode, TRACK_BY_MODEL_ID, TRACK_BY_MODEL_KEY, TwoColumnsContextStore, UNKNOWN_ERROR_WIDGET_CODE, addConfigToValueListItems, allDbxModelViewTrackerEventModelKeys, allDbxModelViewTrackerEventSetModelKeys, catchErrorServerParams, compactModeFromInput, compareScreenMediaWidthTypes, convertServerErrorParams, convertToPOJOServerErrorResponse, convertToServerErrorResponse, copyToClipboardFunction, dbxColorBackground, dbxListAccordionViewComponentImportsAndExports, dbxListGridViewComponentImportsAndExports, dbxPresetFilterMenuButtonIconObservable, dbxPresetFilterMenuButtonTextObservable, dbxStyleClassCleanSuffix, dbxThemeColorCssToken, dbxThemeColorCssTokenVar, dbxThemeColorCssVariable, dbxThemeColorCssVariableVar, dbxValueListItemDecisionFunction, dbxZipBlobPreviewEntryTreeFromEntries, defaultDbxModelViewTrackerStorageAccessorFactory, defaultDbxValueListViewGroupDelegate, defaultDbxValueListViewGroupValuesFunction, disableRightClickInCdkBackdrop, fileAcceptFilterTypeStringArray, fileAcceptFunction, fileAcceptString, fileArrayAcceptMatchFunction, index as fromDbxModel, injectCopyToClipboardFunction, injectCopyToClipboardFunctionWithSnackbarMessage, listItemModifier, makeDbxActionSnackbarDisplayConfigGeneratorFunction, mapCompactModeObs, mapValuesToValuesListItemConfigObs, index$1 as onDbxModel, openEmbedDialog, openIframeDialog, openZipPreviewDialog, overrideClickElementEffect, provideDbxFileUploadActionCompatable, provideDbxHelpServices, provideDbxLinkify, provideDbxListView, provideDbxListViewWrapper, provideDbxModelService, provideDbxProgressButtonGlobalConfig, provideDbxPromptConfirm, provideDbxRouterWebAngularRouterProviderConfig, provideDbxRouterWebUiRouterProviderConfig, provideDbxScreenMediaService, provideDbxStyleService, provideDbxValueListView, provideDbxValueListViewGroupDelegate, provideDbxValueListViewModifier, provideDbxWebFilePreviewServiceEntries, provideTwoColumnsContext, registerHelpContextKeysWithDbxHelpContextService, resizeSignal, sanitizeDbxDialogContentConfig, screenMediaWidthTypeIsActive, trackByModelKeyRef, trackByUniqueIdentifier };
|
|
15428
|
+
export { APP_POPUP_MINIMIZED_WIDTH, APP_POPUP_NORMAL_HEIGHT, APP_POPUP_NORMAL_WIDTH, AbstractDbxClipboardDirective, AbstractDbxErrorWidgetComponent, AbstractDbxFileUploadComponent, AbstractDbxHelpWidgetDirective, AbstractDbxListAccordionViewDirective, AbstractDbxListGridViewDirective, AbstractDbxListViewDirective, AbstractDbxListWrapperDirective, AbstractDbxPartialPresetFilterMenuDirective, 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_AVATAR_CONTEXT_DATA_TOKEN, DBX_CHIP_DEFAULT_TONE, DBX_DARK_STYLE_CLASS_SUFFIX, DBX_HELP_WIDGET_ENTRY_DATA_TOKEN, DBX_LIST_ACCORDION_VIEW_COMPONENT_IMPORTS_AND_EXPORTS, DBX_LIST_DEFAULT_SCROLL_DISTANCE, DBX_LIST_DEFAULT_THROTTLE_SCROLL, DBX_LIST_GRID_VIEW_COMPONENT_IMPORTS_AND_EXPORTS, DBX_LIST_ITEM_DEFAULT_DISABLE_FUNCTION, DBX_LIST_ITEM_DISABLE_RIPPLE_LIST_ITEM_MODIFIER_KEY, DBX_LIST_ITEM_IS_SELECTED_ITEM_MODIFIER_KEY, DBX_LIST_VIEW_DEFAULT_META_ICON, DBX_MODEL_VIEW_TRACKER_STORAGE_ACCESSOR_TOKEN, DBX_PROGRESS_BUTTON_GLOBAL_CONFIG, DBX_ROUTER_ANCHOR_COMPONENTS, DBX_ROUTER_VALUE_LIST_ITEM_MODIFIER_KEY, DBX_STYLE_DEFAULT_CONFIG_TOKEN, DBX_THEME_COLORS, DBX_THEME_COLORS_EXTRA, DBX_THEME_COLORS_EXTRA_SECONDARY, DBX_THEME_COLORS_MAIN, DBX_VALUE_LIST_VIEW_ITEM, DBX_WEB_FILE_PREVIEW_SERVICE_DEFAULT_DIALOG_WITH_COMPONENT_FUNCTION, DBX_WEB_FILE_PREVIEW_SERVICE_DEFAULT_PREVIEW_COMPONENT_FUNCTION, DBX_WEB_FILE_PREVIEW_SERVICE_ENTRIES_TOKEN, DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_COMPONENT_PRESET, DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_PRESET_ENTRY, DEFAULT_DBX_ERROR_SNACKBAR_CONFIG, DEFAULT_DBX_HELP_VIEW_POPOVER_KEY, DEFAULT_DBX_LINKIFY_STRING_TYPE, DEFAULT_DBX_LIST_ACCORDION_VIEW_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_LIST_GRID_VIEW_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_LIST_ITEM_IS_SELECTED_FUNCTION, DEFAULT_DBX_PROMPT_CONFIRM_DIALOG_CONFIG, DEFAULT_DBX_SELECTION_VALUE_LIST_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_SIDENAV_MENU_ICON, DEFAULT_DBX_VALUE_LIST_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_VALUE_LIST_CONFIG_MAP_VALUES, DEFAULT_ERROR_POPOVER_KEY, DEFAULT_ERROR_WIDGET_CODE, DEFAULT_FILTER_POPOVER_KEY, DEFAULT_LIST_GRID_SIZE_CONFIG, DEFAULT_LIST_WRAPPER_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_LOADING_PROGRESS_DIAMETER, DEFAULT_SCREEN_MEDIA_SERVICE_CONFIG, DEFAULT_SNACKBAR_DIRECTIVE_DURATION, DEFAULT_TWO_COLUMNS_MIN_RIGHT_WIDTH, DEFAULT_VALUE_LIST_VIEW_CONTENT_COMPONENT_TRACK_BY_FUNCTION, DbxAccordionHeaderHeightDirective, DbxActionConfirmDirective, DbxActionDialogDirective, DbxActionErrorDirective, DbxActionKeyTriggerDirective, DbxActionLoadingContextDirective, DbxActionModule, DbxActionPopoverDirective, DbxActionSnackbarComponent, DbxActionSnackbarDirective, DbxActionSnackbarErrorDirective, DbxActionSnackbarModule, DbxActionSnackbarService, DbxActionTransitionSafetyDirective, DbxActionUIRouterTransitionSafetyDialogComponent, DbxAnchorComponent, DbxAnchorContentComponent, DbxAnchorIconComponent, DbxAnchorListComponent, DbxAngularRouterSegueAnchorComponent, DbxAvatarComponent, DbxAvatarViewService, DbxAvatarViewServiceConfig, DbxBarDirective, DbxBarHeaderComponent, DbxBarLayoutModule, DbxBasicLoadingComponent, DbxBodyDirective, DbxButtonComponent, DbxButtonModule, DbxButtonSpacerDirective, DbxCardBoxComponent, DbxCardBoxContainerDirective, DbxCardBoxLayoutModule, DbxChipDirective, DbxChipListComponent, DbxClickToCopyTextComponent, DbxClickToCopyTextDirective, DbxColorDirective, DbxColumnLayoutModule, DbxCompactDirective, DbxCompactLayoutModule, DbxContentBorderDirective, DbxContentBoxDirective, DbxContentContainerDirective, DbxContentDirective, DbxContentElevateDirective, DbxContentLayoutModule, DbxContentPageDirective, DbxContentPitDirective, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxDialogContentCloseComponent, DbxDialogContentDirective, DbxDialogContentFooterComponent, DbxDialogInteractionModule, DbxDialogModule, DbxDownloadBlobButtonComponent, DbxDownloadTextViewComponent, DbxEmbedComponent, DbxErrorComponent, DbxErrorDefaultErrorWidgetComponent, DbxErrorDetailsComponent, DbxErrorPopoverComponent, DbxErrorSnackbarComponent, DbxErrorSnackbarService, DbxErrorViewComponent, DbxErrorWidgetService, DbxErrorWidgetViewComponent, DbxFileUploadActionCompatable, DbxFileUploadActionSyncDirective, DbxFileUploadAreaComponent, DbxFileUploadButtonComponent, DbxFileUploadComponent, DbxFilterInteractionModule, DbxFilterPopoverButtonComponent, DbxFilterPopoverComponent, DbxFilterWrapperComponent, DbxFlagComponent, DbxFlagLayoutModule, DbxFlagPromptComponent, DbxFlexGroupDirective, DbxFlexLayoutModule, DbxFlexSizeDirective, DbxHelpContextDirective, DbxHelpContextService, DbxHelpViewListComponent, DbxHelpViewListEntryComponent, DbxHelpViewPopoverButtonComponent, DbxHelpViewPopoverComponent, DbxHelpWidgetService, DbxHelpWidgetServiceConfig, DbxIconButtonComponent, DbxIconButtonModule, DbxIconItemComponent, DbxIconSpacerDirective, DbxIfSidenavDisplayModeDirective, DbxIframeComponent, DbxInjectionDialogComponent, DbxInteractionModule, DbxIntroActionSectionComponent, DbxLabelBlockComponent, DbxLayoutModule, DbxLinkComponent, DbxLinkifyComponent, DbxLinkifyService, DbxLinkifyServiceConfig, DbxListAccordionViewComponentImportsModule, DbxListComponent, DbxListEmptyContentComponent, DbxListGridViewComponentImportsModule, DbxListInternalContentDirective, DbxListItemAnchorModifierDirective, DbxListItemDisableRippleModifierDirective, DbxListItemIsSelectedModifierDirective, DbxListModifierModule, DbxListModule, DbxListTitleGroupDirective, DbxListView, DbxListViewMetaIconComponent, DbxListViewWrapper, DbxListWrapperComponentImportsModule, DbxLoadingComponent, DbxLoadingErrorDirective, DbxLoadingModule, DbxLoadingProgressComponent, DbxModelObjectStateService, actions as DbxModelStateActions, model_actions as DbxModelStateModelActions, DbxModelTrackerService, DbxModelTypesService, DbxModelViewTrackerStorage, DbxNavbarComponent, DbxNumberWithLimitComponent, DbxOneColumnComponent, DbxOneColumnLayoutModule, DbxPagebarComponent, DbxPartialPresetFilterListComponent, DbxPartialPresetFilterMenuComponent, DbxPopoverCloseButtonComponent, DbxPopoverComponent, DbxPopoverComponentController, DbxPopoverContentComponent, DbxPopoverController, DbxPopoverControlsDirective, DbxPopoverCoordinatorComponent, DbxPopoverCoordinatorService, DbxPopoverHeaderComponent, DbxPopoverInteractionContentModule, DbxPopoverInteractionModule, DbxPopoverScrollContentDirective, DbxPopoverService, DbxPopupComponent, DbxPopupComponentController, DbxPopupContentComponent, DbxPopupControlButtonsComponent, DbxPopupController, DbxPopupControlsComponent, DbxPopupCoordinatorComponent, DbxPopupCoordinatorService, DbxPopupInteractionModule, DbxPopupService, DbxPopupWindowState, DbxPresetFilterListComponent, DbxPresetFilterMenuComponent, DbxProgressBarButtonComponent, DbxProgressButtonsModule, DbxProgressSpinnerButtonComponent, DbxPromptBoxDirective, DbxPromptComponent, DbxPromptConfirm, DbxPromptConfirmButtonDirective, DbxPromptConfirmComponent, DbxPromptConfirmDialogComponent, DbxPromptConfirmDirective, DbxPromptModule, DbxPromptPageComponent, DbxReadableErrorModule, DbxResizedDirective, DbxRouterAnchorModule, DbxRouterLayoutModule, DbxRouterSidenavModule, DbxRouterWebProviderConfig, DbxScreenMediaService, DbxScreenMediaServiceConfig, DbxSectionComponent, DbxSectionHeaderComponent, DbxSectionLayoutModule, DbxSectionPageComponent, DbxSelectionValueListViewComponent, DbxSelectionValueListViewComponentImportsModule, DbxSelectionValueListViewContentComponent, DbxSetStyleDirective, DbxSidenavButtonComponent, DbxSidenavComponent, DbxSidenavPageComponent, DbxSidenavPagebarComponent, DbxSpacerDirective, DbxStepBlockComponent, DbxStructureDirective, DbxStructureModule, DbxStyleBodyDirective, DbxStyleDirective, DbxStyleLayoutModule, DbxStyleService, DbxSubSectionComponent, DbxTextChipsComponent, DbxTextColorDirective, DbxTextModule, DbxTwoBlockComponent, DbxTwoColumnBackDirective, DbxTwoColumnColumnHeadDirective, DbxTwoColumnComponent, DbxTwoColumnContextDirective, DbxTwoColumnFullLeftDirective, DbxTwoColumnLayoutModule, DbxTwoColumnRightComponent, DbxTwoColumnSrefDirective, DbxTwoColumnSrefShowRightDirective, DbxUIRouterSegueAnchorComponent, DbxUnitedStatesAddressComponent, DbxValueListAccordionViewComponent, DbxValueListAccordionViewContentComponent, DbxValueListAccordionViewContentGroupComponent, DbxValueListGridSizeDirective, DbxValueListGridViewComponent, DbxValueListGridViewContentComponent, DbxValueListGridViewContentGroupComponent, DbxValueListItemModifier, DbxValueListItemModifierDirective, DbxValueListView, DbxValueListViewComponent, DbxValueListViewComponentImportsModule, DbxValueListViewContentComponent, DbxValueListViewContentGroupComponent, DbxValueListViewGroupDelegate, DbxWebFilePreviewComponent, DbxWebFilePreviewService, DbxWebModule, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent, DbxWidgetService, DbxWidgetViewComponent, DbxWindowKeyDownListenerDirective, DbxZipBlobPreviewComponent, DbxZipPreviewComponent, PopoverPositionStrategy, PopupGlobalPositionStrategy, SCREEN_MEDIA_WIDTH_TYPE_SIZE_MAP, SideNavDisplayMode, TRACK_BY_MODEL_ID, TRACK_BY_MODEL_KEY, TwoColumnsContextStore, UNKNOWN_ERROR_WIDGET_CODE, addConfigToValueListItems, allDbxModelViewTrackerEventModelKeys, allDbxModelViewTrackerEventSetModelKeys, catchErrorServerParams, compactModeFromInput, compareScreenMediaWidthTypes, convertServerErrorParams, convertToPOJOServerErrorResponse, convertToServerErrorResponse, copyToClipboardFunction, dbxColorBackground, dbxListAccordionViewComponentImportsAndExports, dbxListGridViewComponentImportsAndExports, dbxPresetFilterMenuButtonIconObservable, dbxPresetFilterMenuButtonTextObservable, dbxStyleClassCleanSuffix, dbxThemeColorCssToken, dbxThemeColorCssTokenVar, dbxThemeColorCssVariable, dbxThemeColorCssVariableVar, dbxValueListItemDecisionFunction, dbxZipBlobPreviewEntryTreeFromEntries, defaultDbxModelViewTrackerStorageAccessorFactory, defaultDbxValueListViewGroupDelegate, defaultDbxValueListViewGroupValuesFunction, disableRightClickInCdkBackdrop, fileAcceptFilterTypeStringArray, fileAcceptFunction, fileAcceptString, fileArrayAcceptMatchFunction, index as fromDbxModel, injectCopyToClipboardFunction, injectCopyToClipboardFunctionWithSnackbarMessage, listItemModifier, makeDbxActionSnackbarDisplayConfigGeneratorFunction, mapCompactModeObs, mapValuesToValuesListItemConfigObs, index$1 as onDbxModel, openEmbedDialog, openIframeDialog, openZipPreviewDialog, overrideClickElementEffect, provideDbxFileUploadActionCompatable, provideDbxHelpServices, provideDbxLinkify, provideDbxListView, provideDbxListViewWrapper, provideDbxModelService, provideDbxProgressButtonGlobalConfig, provideDbxPromptConfirm, provideDbxRouterWebAngularRouterProviderConfig, provideDbxRouterWebUiRouterProviderConfig, provideDbxScreenMediaService, provideDbxStyleService, provideDbxValueListView, provideDbxValueListViewGroupDelegate, provideDbxValueListViewModifier, provideDbxWebFilePreviewServiceEntries, provideTwoColumnsContext, registerHelpContextKeysWithDbxHelpContextService, resizeSignal, sanitizeDbxDialogContentConfig, screenMediaWidthTypeIsActive, trackByModelKeyRef, trackByUniqueIdentifier };
|
|
15454
15429
|
//# sourceMappingURL=dereekb-dbx-web.mjs.map
|