@dereekb/dbx-web 10.0.23 → 10.0.24
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 +1 -1
- package/esm2022/lib/extension/download/index.mjs +2 -0
- package/esm2022/lib/extension/download/text/download.text.component.mjs +126 -0
- package/esm2022/lib/extension/download/text/download.text.mjs +2 -0
- package/esm2022/lib/extension/download/text/download.text.module.mjs +42 -0
- package/esm2022/lib/extension/download/text/index.mjs +4 -0
- package/esm2022/lib/extension/index.mjs +3 -2
- package/esm2022/lib/layout/content/content.pit.directive.mjs +8 -5
- package/esm2022/lib/loading/loading-progress.component.mjs +4 -4
- package/fesm2022/dereekb-dbx-web.mjs +187 -40
- package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
- package/lib/extension/download/index.d.ts +1 -0
- package/lib/extension/download/text/download.text.component.d.ts +40 -0
- package/lib/extension/download/text/download.text.component.scss +0 -0
- package/lib/extension/download/text/download.text.d.ts +5 -0
- package/lib/extension/download/text/download.text.module.d.ts +12 -0
- package/lib/extension/download/text/index.d.ts +3 -0
- package/lib/extension/index.d.ts +1 -0
- package/lib/layout/content/_content.scss +6 -0
- package/lib/layout/content/content.pit.directive.d.ts +3 -1
- package/lib/layout/style/_style.scss +4 -0
- package/lib/loading/_loading.scss +4 -0
- package/mapbox/package.json +1 -1
- package/package.json +1 -1
- package/table/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Directive, InjectionToken, EventEmitter, Optional, Inject, Output, HostListener, Input, ElementRef, Component, ChangeDetectionStrategy, ViewChild, Injectable, Host, NgModule, TemplateRef, forwardRef } from '@angular/core';
|
|
3
|
-
import { filterMaybe, LoadingStateType, loadingStateType, distinctUntilItemsHaveDifferentValues, LockSet, SubscriptionObject, skipFirstMaybe, initialize, asObservable, isNot, ListLoadingStateContextInstance, loadingStateHasFinishedLoading, startWithBeginLoading, valueFromObservableOrValue, LoadingStateContextInstance, mapForEach, switchMapMaybeObs } from '@dereekb/rxjs';
|
|
3
|
+
import { filterMaybe, LoadingStateType, loadingStateType, distinctUntilItemsHaveDifferentValues, LockSet, SubscriptionObject, skipFirstMaybe, initialize, asObservable, isNot, ListLoadingStateContextInstance, loadingStateHasFinishedLoading, startWithBeginLoading, valueFromObservableOrValue, LoadingStateContextInstance, mapForEach, switchMapMaybeObs, valueFromFinishedLoadingState, loadingStateContext, successResult } from '@dereekb/rxjs';
|
|
4
4
|
import { BehaviorSubject, map, combineLatest, distinctUntilChanged, shareReplay, first, Subject, of, switchMap, startWith, filter, delay, throttleTime, skip, defaultIfEmpty, distinct, merge, exhaustMap, catchError, from, mergeMap, race, tap } from 'rxjs';
|
|
5
5
|
import * as i1$1 from '@angular/material/snack-bar';
|
|
6
6
|
import { MAT_SNACK_BAR_DATA, MatSnackBarModule } from '@angular/material/snack-bar';
|
|
@@ -9,7 +9,7 @@ import { AbstractSubscriptionDirective, safeMarkForCheck, AbstractDbxButtonDirec
|
|
|
9
9
|
import ms from 'ms';
|
|
10
10
|
import * as i1 from '@angular/common';
|
|
11
11
|
import { CommonModule } from '@angular/common';
|
|
12
|
-
import { spaceSeparatedCssClasses, getValueFromGetter, mergeObjects, cssClassesSet, splitCommaSeparatedStringToSet, asPromise, objectHasNoKeys, modifier, combineMaps, addModifiers, removeModifiers, applyBestFit, findNext, filterMaybeValues, asArray, firstValue, filterUndefinedValues, isMaybeNot, isNotNullOrEmptyString, mapIterable, toReadableError, isDefaultReadableError, build, ServerErrorResponse, UnauthorizedServerErrorResponse, maybeModifierMapToFunction, ModelRelationUtility, encodeModelKeyTypePair, useIterableOrValue } from '@dereekb/util';
|
|
12
|
+
import { spaceSeparatedCssClasses, getValueFromGetter, mergeObjects, cssClassesSet, splitCommaSeparatedStringToSet, asPromise, objectHasNoKeys, modifier, combineMaps, addModifiers, removeModifiers, applyBestFit, findNext, filterMaybeValues, asArray, firstValue, filterUndefinedValues, isMaybeNot, isNotNullOrEmptyString, mapIterable, toReadableError, isDefaultReadableError, build, ServerErrorResponse, UnauthorizedServerErrorResponse, maybeModifierMapToFunction, ModelRelationUtility, encodeModelKeyTypePair, useIterableOrValue, MS_IN_SECOND } from '@dereekb/util';
|
|
13
13
|
import * as i2 from '@angular/material/button';
|
|
14
14
|
import { MatButtonModule } from '@angular/material/button';
|
|
15
15
|
import * as i3 from '@angular/material/progress-spinner';
|
|
@@ -65,6 +65,7 @@ import * as i1$a from '@ngrx/effects';
|
|
|
65
65
|
import { createEffect, ofType, EffectsModule } from '@ngrx/effects';
|
|
66
66
|
import { unixTimeNumberForNow } from '@dereekb/date';
|
|
67
67
|
import { capitalCase } from 'change-case';
|
|
68
|
+
import * as i1$c from '@angular/cdk/clipboard';
|
|
68
69
|
|
|
69
70
|
class DbxSpacerDirective {
|
|
70
71
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxSpacerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
@@ -1285,7 +1286,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1285
1286
|
type: Input
|
|
1286
1287
|
}] } });
|
|
1287
1288
|
|
|
1288
|
-
const declarations$
|
|
1289
|
+
const declarations$b = [DbxColorDirective, DbxSpacerDirective, DbxStyleDirective, DbxSetStyleDirective, DbxStyleBodyDirective];
|
|
1289
1290
|
class DbxStyleLayoutModule {
|
|
1290
1291
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxStyleLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1291
1292
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxStyleLayoutModule, declarations: [DbxColorDirective, DbxSpacerDirective, DbxStyleDirective, DbxSetStyleDirective, DbxStyleBodyDirective], imports: [CommonModule], exports: [DbxColorDirective, DbxSpacerDirective, DbxStyleDirective, DbxSetStyleDirective, DbxStyleBodyDirective] }); }
|
|
@@ -1295,8 +1296,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1295
1296
|
type: NgModule,
|
|
1296
1297
|
args: [{
|
|
1297
1298
|
imports: [CommonModule],
|
|
1298
|
-
declarations: declarations$
|
|
1299
|
-
exports: declarations$
|
|
1299
|
+
declarations: declarations$b,
|
|
1300
|
+
exports: declarations$b
|
|
1300
1301
|
}]
|
|
1301
1302
|
}] });
|
|
1302
1303
|
|
|
@@ -2236,7 +2237,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2236
2237
|
}]
|
|
2237
2238
|
}], ctorParameters: function () { return [{ type: DbxPopoverComponent }]; } });
|
|
2238
2239
|
|
|
2239
|
-
const declarations$
|
|
2240
|
+
const declarations$a = [DbxPopoverContentComponent, DbxPopoverControlsDirective, DbxPopoverHeaderComponent, DbxPopoverCloseButtonComponent, DbxPopoverScrollContentComponent];
|
|
2240
2241
|
/**
|
|
2241
2242
|
* Contains all popover content components, allowing other sibling dbx-web modules to use the directives without referencing the full popover module.
|
|
2242
2243
|
*/
|
|
@@ -2249,8 +2250,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2249
2250
|
type: NgModule,
|
|
2250
2251
|
args: [{
|
|
2251
2252
|
imports: [CommonModule, MatIconModule, MatButtonModule, MatDividerModule, DbxKeypressModule, DbxStyleLayoutModule, DbxInjectionComponentModule, NgOverlayContainerModule, AngularResizeEventModule],
|
|
2252
|
-
declarations: declarations$
|
|
2253
|
-
exports: declarations$
|
|
2253
|
+
declarations: declarations$a,
|
|
2254
|
+
exports: declarations$a
|
|
2254
2255
|
}]
|
|
2255
2256
|
}] });
|
|
2256
2257
|
|
|
@@ -2293,7 +2294,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2293
2294
|
type: Input
|
|
2294
2295
|
}] } });
|
|
2295
2296
|
|
|
2296
|
-
const declarations$
|
|
2297
|
+
const declarations$9 = [DbxPopoverComponent, DbxPopoverCoordinatorComponent, DbxActionPopoverDirective];
|
|
2297
2298
|
class DbxPopoverInteractionModule {
|
|
2298
2299
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxPopoverInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2299
2300
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxPopoverInteractionModule, declarations: [DbxPopoverComponent, DbxPopoverCoordinatorComponent, DbxActionPopoverDirective], imports: [CommonModule, MatIconModule, MatButtonModule, MatDividerModule, DbxKeypressModule, DbxStyleLayoutModule, DbxInjectionComponentModule, NgOverlayContainerModule, AngularResizeEventModule, DbxPopoverInteractionContentModule], exports: [DbxPopoverComponent, DbxPopoverCoordinatorComponent, DbxActionPopoverDirective, DbxPopoverInteractionContentModule] }); }
|
|
@@ -2303,8 +2304,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2303
2304
|
type: NgModule,
|
|
2304
2305
|
args: [{
|
|
2305
2306
|
imports: [CommonModule, MatIconModule, MatButtonModule, MatDividerModule, DbxKeypressModule, DbxStyleLayoutModule, DbxInjectionComponentModule, NgOverlayContainerModule, AngularResizeEventModule, DbxPopoverInteractionContentModule],
|
|
2306
|
-
declarations: declarations$
|
|
2307
|
-
exports: [...declarations$
|
|
2307
|
+
declarations: declarations$9,
|
|
2308
|
+
exports: [...declarations$9, DbxPopoverInteractionContentModule]
|
|
2308
2309
|
}]
|
|
2309
2310
|
}] });
|
|
2310
2311
|
|
|
@@ -3675,19 +3676,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3675
3676
|
*/
|
|
3676
3677
|
class DbxContentPitDirective {
|
|
3677
3678
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxContentPitDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3678
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxContentPitDirective, selector: "dbx-content-pit, [dbxContentPit]", host: { classAttribute: "d-block dbx-content-pit" }, ngImport: i0 }); }
|
|
3679
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DbxContentPitDirective, selector: "dbx-content-pit, [dbxContentPit]", inputs: { scrollable: "scrollable" }, host: { properties: { "class.dbx-content-pit-scrollable": "scrollable" }, classAttribute: "d-block dbx-content-pit" }, ngImport: i0 }); }
|
|
3679
3680
|
}
|
|
3680
3681
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxContentPitDirective, decorators: [{
|
|
3681
3682
|
type: Directive,
|
|
3682
3683
|
args: [{
|
|
3683
3684
|
selector: 'dbx-content-pit, [dbxContentPit]',
|
|
3684
3685
|
host: {
|
|
3685
|
-
class: 'd-block dbx-content-pit'
|
|
3686
|
+
class: 'd-block dbx-content-pit',
|
|
3687
|
+
'[class.dbx-content-pit-scrollable]': 'scrollable'
|
|
3686
3688
|
}
|
|
3687
3689
|
}]
|
|
3688
|
-
}]
|
|
3690
|
+
}], propDecorators: { scrollable: [{
|
|
3691
|
+
type: Input
|
|
3692
|
+
}] } });
|
|
3689
3693
|
|
|
3690
|
-
const declarations$
|
|
3694
|
+
const declarations$8 = [
|
|
3691
3695
|
//
|
|
3692
3696
|
DbxContentDirective,
|
|
3693
3697
|
DbxContentContainerDirective,
|
|
@@ -3725,8 +3729,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3725
3729
|
type: NgModule,
|
|
3726
3730
|
args: [{
|
|
3727
3731
|
imports: [CommonModule],
|
|
3728
|
-
declarations: declarations$
|
|
3729
|
-
exports: declarations$
|
|
3732
|
+
declarations: declarations$8,
|
|
3733
|
+
exports: declarations$8
|
|
3730
3734
|
}]
|
|
3731
3735
|
}] });
|
|
3732
3736
|
|
|
@@ -3764,7 +3768,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3764
3768
|
args: ['dbxIfSidenavDisplayMode']
|
|
3765
3769
|
}] } });
|
|
3766
3770
|
|
|
3767
|
-
const declarations$
|
|
3771
|
+
const declarations$7 = [DbxIfSidenavDisplayModeDirective, DbxSidenavComponent, DbxSidenavButtonComponent, DbxSidenavPagebarComponent, DbxSidenavPageComponent];
|
|
3768
3772
|
class DbxRouterSidenavModule {
|
|
3769
3773
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxRouterSidenavModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3770
3774
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxRouterSidenavModule, declarations: [DbxIfSidenavDisplayModeDirective, DbxSidenavComponent, DbxSidenavButtonComponent, DbxSidenavPagebarComponent, DbxSidenavPageComponent], imports: [CommonModule, DbxBarLayoutModule, DbxRouterAnchorModule, DbxRouterAnchorListModule, DbxButtonModule, DbxContentLayoutModule, MatToolbarModule, MatButtonModule, MatIconModule, MatSidenavModule, MatListModule, MatDividerModule, UIRouterModule], exports: [DbxIfSidenavDisplayModeDirective, DbxSidenavComponent, DbxSidenavButtonComponent, DbxSidenavPagebarComponent, DbxSidenavPageComponent] }); }
|
|
@@ -3774,8 +3778,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3774
3778
|
type: NgModule,
|
|
3775
3779
|
args: [{
|
|
3776
3780
|
imports: [CommonModule, DbxBarLayoutModule, DbxRouterAnchorModule, DbxRouterAnchorListModule, DbxButtonModule, DbxContentLayoutModule, MatToolbarModule, MatButtonModule, MatIconModule, MatSidenavModule, MatListModule, MatDividerModule, UIRouterModule],
|
|
3777
|
-
declarations: declarations$
|
|
3778
|
-
exports: declarations$
|
|
3781
|
+
declarations: declarations$7,
|
|
3782
|
+
exports: declarations$7
|
|
3779
3783
|
}]
|
|
3780
3784
|
}] });
|
|
3781
3785
|
|
|
@@ -3986,7 +3990,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3986
3990
|
}]
|
|
3987
3991
|
}] });
|
|
3988
3992
|
|
|
3989
|
-
const declarations$
|
|
3993
|
+
const declarations$6 = [DbxPartialPresetFilterListComponent, DbxPartialPresetFilterMenuComponent, DbxFilterPopoverComponent, DbxFilterPopoverButtonComponent, DbxFilterWrapperComponent, DbxPresetFilterListComponent, DbxPresetFilterMenuComponent];
|
|
3990
3994
|
class DbxFilterInteractionModule {
|
|
3991
3995
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterInteractionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3992
3996
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxFilterInteractionModule, declarations: [DbxPartialPresetFilterListComponent, DbxPartialPresetFilterMenuComponent, DbxFilterPopoverComponent, DbxFilterPopoverButtonComponent, DbxFilterWrapperComponent, DbxPresetFilterListComponent, DbxPresetFilterMenuComponent], imports: [CommonModule,
|
|
@@ -4031,8 +4035,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4031
4035
|
MatIconModule,
|
|
4032
4036
|
MatButtonModule
|
|
4033
4037
|
],
|
|
4034
|
-
declarations: declarations$
|
|
4035
|
-
exports: [...declarations$
|
|
4038
|
+
declarations: declarations$6,
|
|
4039
|
+
exports: [...declarations$6, DbxCoreFilterModule]
|
|
4036
4040
|
}]
|
|
4037
4041
|
}] });
|
|
4038
4042
|
|
|
@@ -5278,9 +5282,9 @@ class DbxLoadingProgressComponent {
|
|
|
5278
5282
|
<mat-progress-bar *ngSwitchCase="true" [mode]="bmode" [color]="color" [bufferValue]="bufferValue" [value]="value" style="margin: auto;"></mat-progress-bar>
|
|
5279
5283
|
<mat-progress-spinner *ngSwitchDefault [diameter]="diameter || 96" [mode]="smode" [color]="color" [value]="value" style="margin: auto;"></mat-progress-spinner>
|
|
5280
5284
|
</ng-container>
|
|
5281
|
-
<div *ngIf="text" class="hint">{{ text }}</div>
|
|
5285
|
+
<div *ngIf="text" class="dbx-loading-progress-hint dbx-hint dbx-small" [ngClass]="{ 'text-center': !linear }">{{ text }}</div>
|
|
5282
5286
|
</div>
|
|
5283
|
-
`, isInline: true, dependencies: [{ 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: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: i3.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i3$1.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }] }); }
|
|
5287
|
+
`, isInline: true, 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: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: i3.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "component", type: i3$1.MatProgressBar, selector: "mat-progress-bar", inputs: ["color", "value", "bufferValue", "mode"], outputs: ["animationEnd"], exportAs: ["matProgressBar"] }] }); }
|
|
5284
5288
|
}
|
|
5285
5289
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxLoadingProgressComponent, decorators: [{
|
|
5286
5290
|
type: Component,
|
|
@@ -5292,7 +5296,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5292
5296
|
<mat-progress-bar *ngSwitchCase="true" [mode]="bmode" [color]="color" [bufferValue]="bufferValue" [value]="value" style="margin: auto;"></mat-progress-bar>
|
|
5293
5297
|
<mat-progress-spinner *ngSwitchDefault [diameter]="diameter || 96" [mode]="smode" [color]="color" [value]="value" style="margin: auto;"></mat-progress-spinner>
|
|
5294
5298
|
</ng-container>
|
|
5295
|
-
<div *ngIf="text" class="hint">{{ text }}</div>
|
|
5299
|
+
<div *ngIf="text" class="dbx-loading-progress-hint dbx-hint dbx-small" [ngClass]="{ 'text-center': !linear }">{{ text }}</div>
|
|
5296
5300
|
</div>
|
|
5297
5301
|
`
|
|
5298
5302
|
}]
|
|
@@ -6314,7 +6318,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6314
6318
|
}]
|
|
6315
6319
|
}] });
|
|
6316
6320
|
|
|
6317
|
-
const declarations$
|
|
6321
|
+
const declarations$5 = [DbxUnitedStatesAddressComponent, DbxChipDirective, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxNoteComponent, DbxNoticeComponent, DbxSuccessComponent, DbxWarnComponent, DbxHintComponent, DbxLabelBlockComponent, DbxLabelComponent, DbxLinkifyComponent, DbxOkComponent, DbxTextChipsComponent, DbxIconSpacerDirective, DbxFormDescriptionComponent];
|
|
6318
6322
|
class DbxTextModule {
|
|
6319
6323
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6320
6324
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxTextModule, declarations: [DbxUnitedStatesAddressComponent, DbxChipDirective, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxNoteComponent, DbxNoticeComponent, DbxSuccessComponent, DbxWarnComponent, DbxHintComponent, DbxLabelBlockComponent, DbxLabelComponent, DbxLinkifyComponent, DbxOkComponent, DbxTextChipsComponent, DbxIconSpacerDirective, DbxFormDescriptionComponent], imports: [CommonModule, MatChipsModule, MatTooltipModule, MatIconModule], exports: [DbxUnitedStatesAddressComponent, DbxChipDirective, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxNoteComponent, DbxNoticeComponent, DbxSuccessComponent, DbxWarnComponent, DbxHintComponent, DbxLabelBlockComponent, DbxLabelComponent, DbxLinkifyComponent, DbxOkComponent, DbxTextChipsComponent, DbxIconSpacerDirective, DbxFormDescriptionComponent] }); }
|
|
@@ -6324,12 +6328,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6324
6328
|
type: NgModule,
|
|
6325
6329
|
args: [{
|
|
6326
6330
|
imports: [CommonModule, MatChipsModule, MatTooltipModule, MatIconModule],
|
|
6327
|
-
declarations: declarations$
|
|
6328
|
-
exports: declarations$
|
|
6331
|
+
declarations: declarations$5,
|
|
6332
|
+
exports: declarations$5
|
|
6329
6333
|
}]
|
|
6330
6334
|
}] });
|
|
6331
6335
|
|
|
6332
|
-
const declarations$
|
|
6336
|
+
const declarations$4 = [
|
|
6333
6337
|
//
|
|
6334
6338
|
DbxReadableErrorComponent,
|
|
6335
6339
|
DbxLoadingErrorDirective,
|
|
@@ -6364,8 +6368,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6364
6368
|
type: NgModule,
|
|
6365
6369
|
args: [{
|
|
6366
6370
|
imports: [CommonModule, DbxTextModule, DbxInjectionComponentModule, DbxPopoverInteractionContentModule, MatButtonModule, MatIconModule],
|
|
6367
|
-
declarations: declarations$
|
|
6368
|
-
exports: declarations$
|
|
6371
|
+
declarations: declarations$4,
|
|
6372
|
+
exports: declarations$4
|
|
6369
6373
|
}]
|
|
6370
6374
|
}] });
|
|
6371
6375
|
|
|
@@ -6418,7 +6422,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6418
6422
|
type: Host
|
|
6419
6423
|
}] }, { type: i1$2.DbxActionContextStoreSourceInstance }]; } });
|
|
6420
6424
|
|
|
6421
|
-
const declarations$
|
|
6425
|
+
const declarations$3 = [DbxLoadingComponent, DbxBasicLoadingComponent, DbxLoadingProgressComponent, DbxActionLoadingContextDirective];
|
|
6422
6426
|
class DbxLoadingModule {
|
|
6423
6427
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxLoadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6424
6428
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxLoadingModule, declarations: [DbxLoadingComponent, DbxBasicLoadingComponent, DbxLoadingProgressComponent, DbxActionLoadingContextDirective], imports: [CommonModule, DbxReadableErrorModule, MatProgressSpinnerModule, MatProgressBarModule], exports: [DbxLoadingComponent, DbxBasicLoadingComponent, DbxLoadingProgressComponent, DbxActionLoadingContextDirective, MatProgressSpinnerModule, MatProgressBarModule] }); }
|
|
@@ -6428,8 +6432,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6428
6432
|
type: NgModule,
|
|
6429
6433
|
args: [{
|
|
6430
6434
|
imports: [CommonModule, DbxReadableErrorModule, MatProgressSpinnerModule, MatProgressBarModule],
|
|
6431
|
-
declarations: declarations$
|
|
6432
|
-
exports: [...declarations$
|
|
6435
|
+
declarations: declarations$3,
|
|
6436
|
+
exports: [...declarations$3, MatProgressSpinnerModule, MatProgressBarModule]
|
|
6433
6437
|
}]
|
|
6434
6438
|
}] });
|
|
6435
6439
|
|
|
@@ -7403,7 +7407,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
7403
7407
|
type: Input
|
|
7404
7408
|
}] } });
|
|
7405
7409
|
|
|
7406
|
-
const declarations$
|
|
7410
|
+
const declarations$2 = [DbxSectionHeaderComponent, DbxSectionPageComponent, DbxSectionComponent, DbxSubSectionComponent, DbxIntroActionSectionComponent];
|
|
7407
7411
|
/**
|
|
7408
7412
|
* Module for container-type components.
|
|
7409
7413
|
*/
|
|
@@ -7416,8 +7420,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
7416
7420
|
type: NgModule,
|
|
7417
7421
|
args: [{
|
|
7418
7422
|
imports: [CommonModule, DbxRouterAnchorModule, MatButtonModule, MatRippleModule, MatIconModule],
|
|
7419
|
-
declarations: declarations$
|
|
7420
|
-
exports: declarations$
|
|
7423
|
+
declarations: declarations$2,
|
|
7424
|
+
exports: declarations$2
|
|
7421
7425
|
}]
|
|
7422
7426
|
}] });
|
|
7423
7427
|
|
|
@@ -8812,6 +8816,149 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8812
8816
|
}]
|
|
8813
8817
|
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
8814
8818
|
|
|
8819
|
+
/**
|
|
8820
|
+
* DbxStructureDirective used specifically on the body of the app.
|
|
8821
|
+
*/
|
|
8822
|
+
class DbxDownloadTextViewComponent extends AbstractSubscriptionDirective {
|
|
8823
|
+
constructor(_clipboard, _matSnackbar, _sanitizer) {
|
|
8824
|
+
super();
|
|
8825
|
+
this._clipboard = _clipboard;
|
|
8826
|
+
this._matSnackbar = _matSnackbar;
|
|
8827
|
+
this._sanitizer = _sanitizer;
|
|
8828
|
+
this.showTitle = true;
|
|
8829
|
+
this.showPreview = true;
|
|
8830
|
+
this._downloadButton = new BehaviorSubject(undefined);
|
|
8831
|
+
this.downloadButton$ = this._downloadButton.asObservable();
|
|
8832
|
+
this._contentLoadingState = new BehaviorSubject(undefined);
|
|
8833
|
+
this.contentLoadingState$ = this._contentLoadingState.pipe(filterMaybe(), shareReplay(1));
|
|
8834
|
+
this.content$ = this._contentLoadingState.pipe(switchMap((x) => {
|
|
8835
|
+
if (x) {
|
|
8836
|
+
return this.contentLoadingState$.pipe(valueFromFinishedLoadingState());
|
|
8837
|
+
}
|
|
8838
|
+
else {
|
|
8839
|
+
return of(undefined);
|
|
8840
|
+
}
|
|
8841
|
+
}));
|
|
8842
|
+
this.contentData$ = this.content$.pipe(map((x) => x?.content));
|
|
8843
|
+
this.context = loadingStateContext({ obs: this.contentLoadingState$ });
|
|
8844
|
+
this.fileName$ = this.content$.pipe(map((x) => x?.name ?? 'File'), shareReplay(1));
|
|
8845
|
+
this.fileUrl$ = this.content$.pipe(map((content) => {
|
|
8846
|
+
let fileUrl = undefined;
|
|
8847
|
+
if (content) {
|
|
8848
|
+
const blob = new Blob([content.content], { type: content.mimeType ?? 'application/octet-stream' });
|
|
8849
|
+
fileUrl = this._sanitizer.bypassSecurityTrustResourceUrl(window.URL.createObjectURL(blob));
|
|
8850
|
+
}
|
|
8851
|
+
return fileUrl;
|
|
8852
|
+
}), shareReplay(1));
|
|
8853
|
+
this.downloadReady$ = combineLatest([this._downloadButton, this.fileName$, this.fileUrl$]).pipe(map(([button, name, url]) => Boolean(button && name && url)), distinctUntilChanged(), shareReplay(1));
|
|
8854
|
+
this.handleCopyToClipboard = () => {
|
|
8855
|
+
return this.content$.pipe(first(), switchMap((downloadTextContent) => {
|
|
8856
|
+
if (downloadTextContent) {
|
|
8857
|
+
return new Promise((resolve, reject) => {
|
|
8858
|
+
const pending = this._clipboard.beginCopy(downloadTextContent.content);
|
|
8859
|
+
let secondsRemainingForCopy = 20; // attempt to copy for up to 20 seconds
|
|
8860
|
+
const attempt = () => {
|
|
8861
|
+
const copyIsFinished = pending.copy();
|
|
8862
|
+
if (!copyIsFinished && --secondsRemainingForCopy) {
|
|
8863
|
+
setTimeout(attempt, MS_IN_SECOND);
|
|
8864
|
+
}
|
|
8865
|
+
else {
|
|
8866
|
+
// Remember to destroy when you're done!
|
|
8867
|
+
pending.destroy();
|
|
8868
|
+
if (copyIsFinished) {
|
|
8869
|
+
resolve(true);
|
|
8870
|
+
}
|
|
8871
|
+
else {
|
|
8872
|
+
reject(false);
|
|
8873
|
+
}
|
|
8874
|
+
}
|
|
8875
|
+
};
|
|
8876
|
+
attempt();
|
|
8877
|
+
});
|
|
8878
|
+
}
|
|
8879
|
+
else {
|
|
8880
|
+
return of(false);
|
|
8881
|
+
}
|
|
8882
|
+
}), tap((success) => {
|
|
8883
|
+
if (success) {
|
|
8884
|
+
this._matSnackbar.open('Copied to clipboard', undefined, { duration: 3 * MS_IN_SECOND });
|
|
8885
|
+
}
|
|
8886
|
+
else {
|
|
8887
|
+
this._matSnackbar.open('Content failed to copy...', undefined, { duration: 3 * MS_IN_SECOND });
|
|
8888
|
+
}
|
|
8889
|
+
}));
|
|
8890
|
+
};
|
|
8891
|
+
}
|
|
8892
|
+
set content(content) {
|
|
8893
|
+
this._contentLoadingState.next(content ? successResult(content) : undefined);
|
|
8894
|
+
}
|
|
8895
|
+
set contentState(contentState) {
|
|
8896
|
+
this._contentLoadingState.next(contentState);
|
|
8897
|
+
}
|
|
8898
|
+
set downloadButton(downloadButton) {
|
|
8899
|
+
this._downloadButton.next(downloadButton);
|
|
8900
|
+
}
|
|
8901
|
+
ngOnDestroy() {
|
|
8902
|
+
super.ngOnDestroy();
|
|
8903
|
+
this._contentLoadingState.complete();
|
|
8904
|
+
}
|
|
8905
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxDownloadTextViewComponent, deps: [{ token: i1$c.Clipboard }, { token: i1$1.MatSnackBar }, { token: i1$9.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8906
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: DbxDownloadTextViewComponent, selector: "dbx-download-text-view", inputs: { loadingText: "loadingText", linear: "linear", showTitle: "showTitle", showPreview: "showPreview", content: "content", contentState: "contentState" }, viewQueries: [{ propertyName: "downloadButton", first: true, predicate: ["downloadButton"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: "<div class=\"dbx-download-text-view\">\n <dbx-loading [context]=\"context\" [linear]=\"linear\" [text]=\"loadingText\">\n <ng-container *ngTemplateOutlet=\"contentView\"></ng-container>\n </dbx-loading>\n</div>\n\n<!-- Template -->\n<ng-template #contentView>\n <div class=\"dbx-download-text-view-content\">\n <div *ngIf=\"showTitle\" class=\"dbx-download-text-view-content-title dbx-mb2 mat-subtitle-2\">{{ fileName$ | async }}</div>\n <div *ngIf=\"showPreview\" class=\"dbx-download-text-preview dbx-json dbx-content-pit dbx-content-pit-scrollable dbx-mb3\">{{ contentData$ | async }}</div>\n <div class=\"dbx-download-text-view-actions\">\n <dbx-button dbxAction dbxActionValue [raised]=\"true\" [dbxActionHandler]=\"handleCopyToClipboard\" icon=\"content_copy\" dbxActionButton text=\"Copy To Clipboard\"></dbx-button>\n <dbx-button-spacer></dbx-button-spacer>\n <a #downloadButton [href]=\"fileUrl$ | async\" [attr.download]=\"fileName$ | async\"><dbx-button icon=\"download\" text=\"Download\" [raised]=\"true\" [working]=\"!(downloadReady$ | async)\" [disabled]=\"!(downloadReady$ | async)\"></dbx-button></a>\n </div>\n </div>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DbxLoadingComponent, selector: "dbx-loading", inputs: ["show", "text", "mode", "color", "diameter", "linear", "padding", "context", "loading", "error"] }, { 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: "directive", type: i1$2.DbxActionDirective, selector: "dbx-action,[dbxAction],dbx-action-context,[dbxActionContext]", exportAs: ["action", "dbxAction"] }, { kind: "directive", type: i1$2.DbxActionHandlerDirective, selector: "[dbxActionHandler]", inputs: ["dbxActionHandler"] }, { kind: "directive", type: i1$2.DbxActionValueDirective, selector: "[dbxActionValue]", inputs: ["dbxActionValue"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }] }); }
|
|
8907
|
+
}
|
|
8908
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxDownloadTextViewComponent, decorators: [{
|
|
8909
|
+
type: Component,
|
|
8910
|
+
args: [{ selector: 'dbx-download-text-view', template: "<div class=\"dbx-download-text-view\">\n <dbx-loading [context]=\"context\" [linear]=\"linear\" [text]=\"loadingText\">\n <ng-container *ngTemplateOutlet=\"contentView\"></ng-container>\n </dbx-loading>\n</div>\n\n<!-- Template -->\n<ng-template #contentView>\n <div class=\"dbx-download-text-view-content\">\n <div *ngIf=\"showTitle\" class=\"dbx-download-text-view-content-title dbx-mb2 mat-subtitle-2\">{{ fileName$ | async }}</div>\n <div *ngIf=\"showPreview\" class=\"dbx-download-text-preview dbx-json dbx-content-pit dbx-content-pit-scrollable dbx-mb3\">{{ contentData$ | async }}</div>\n <div class=\"dbx-download-text-view-actions\">\n <dbx-button dbxAction dbxActionValue [raised]=\"true\" [dbxActionHandler]=\"handleCopyToClipboard\" icon=\"content_copy\" dbxActionButton text=\"Copy To Clipboard\"></dbx-button>\n <dbx-button-spacer></dbx-button-spacer>\n <a #downloadButton [href]=\"fileUrl$ | async\" [attr.download]=\"fileName$ | async\"><dbx-button icon=\"download\" text=\"Download\" [raised]=\"true\" [working]=\"!(downloadReady$ | async)\" [disabled]=\"!(downloadReady$ | async)\"></dbx-button></a>\n </div>\n </div>\n</ng-template>\n" }]
|
|
8911
|
+
}], ctorParameters: function () { return [{ type: i1$c.Clipboard }, { type: i1$1.MatSnackBar }, { type: i1$9.DomSanitizer }]; }, propDecorators: { loadingText: [{
|
|
8912
|
+
type: Input
|
|
8913
|
+
}], linear: [{
|
|
8914
|
+
type: Input
|
|
8915
|
+
}], showTitle: [{
|
|
8916
|
+
type: Input
|
|
8917
|
+
}], showPreview: [{
|
|
8918
|
+
type: Input
|
|
8919
|
+
}], content: [{
|
|
8920
|
+
type: Input
|
|
8921
|
+
}], contentState: [{
|
|
8922
|
+
type: Input
|
|
8923
|
+
}], downloadButton: [{
|
|
8924
|
+
type: ViewChild,
|
|
8925
|
+
args: ['downloadButton', { read: ElementRef }]
|
|
8926
|
+
}] } });
|
|
8927
|
+
|
|
8928
|
+
const declarations$1 = [DbxDownloadTextViewComponent];
|
|
8929
|
+
class DbxDownloadTextModule {
|
|
8930
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxDownloadTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8931
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DbxDownloadTextModule, declarations: [DbxDownloadTextViewComponent], imports: [
|
|
8932
|
+
//
|
|
8933
|
+
CommonModule,
|
|
8934
|
+
DbxLoadingModule,
|
|
8935
|
+
DbxButtonModule,
|
|
8936
|
+
DbxActionModule,
|
|
8937
|
+
MatSnackBarModule], exports: [DbxDownloadTextViewComponent] }); }
|
|
8938
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxDownloadTextModule, imports: [
|
|
8939
|
+
//
|
|
8940
|
+
CommonModule,
|
|
8941
|
+
DbxLoadingModule,
|
|
8942
|
+
DbxButtonModule,
|
|
8943
|
+
DbxActionModule,
|
|
8944
|
+
MatSnackBarModule] }); }
|
|
8945
|
+
}
|
|
8946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DbxDownloadTextModule, decorators: [{
|
|
8947
|
+
type: NgModule,
|
|
8948
|
+
args: [{
|
|
8949
|
+
imports: [
|
|
8950
|
+
//
|
|
8951
|
+
CommonModule,
|
|
8952
|
+
DbxLoadingModule,
|
|
8953
|
+
DbxButtonModule,
|
|
8954
|
+
DbxActionModule,
|
|
8955
|
+
MatSnackBarModule
|
|
8956
|
+
],
|
|
8957
|
+
declarations: declarations$1,
|
|
8958
|
+
exports: declarations$1
|
|
8959
|
+
}]
|
|
8960
|
+
}] });
|
|
8961
|
+
|
|
8815
8962
|
/**
|
|
8816
8963
|
* Used to reference a cdRef, injector, and element at the given element.
|
|
8817
8964
|
*
|
|
@@ -9072,7 +9219,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
9072
9219
|
}]
|
|
9073
9220
|
}] });
|
|
9074
9221
|
|
|
9075
|
-
// export * from './calendar';
|
|
9222
|
+
// export * from './calendar'; // nothing to export
|
|
9076
9223
|
|
|
9077
9224
|
/**
|
|
9078
9225
|
* Disables the "contextmenu" from popping up in the cdk-overlay-container.
|
|
@@ -9112,5 +9259,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
9112
9259
|
* Generated bundle index. Do not edit.
|
|
9113
9260
|
*/
|
|
9114
9261
|
|
|
9115
|
-
export { APP_POPUP_MINIMIZED_WIDTH, APP_POPUP_NORMAL_HEIGHT, APP_POPUP_NORMAL_WIDTH, AbstractDbxErrorWidgetComponent, 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_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_THEME_COLORS, 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, DbxBodyDirective, DbxButtonComponent, DbxButtonDisplayType, DbxButtonModule, DbxButtonSpacerDirective, DbxCardBoxComponent, DbxCardBoxContainerComponent, DbxCardBoxLayoutModule, DbxChipDirective, DbxColorDirective, DbxColumnLayoutModule, DbxCompactDirective, DbxCompactLayoutModule, DbxContentBorderDirective, DbxContentBoxDirective, DbxContentContainerDirective, DbxContentDirective, DbxContentElevateDirective, DbxContentLayoutModule, DbxContentPageDirective, DbxContentPitDirective, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxDialogContentCloseComponent, DbxDialogContentDirective, DbxDialogContentFooterComponent, DbxDialogInteractionModule, DbxErrorDefaultErrorWidgetComponent, DbxErrorDetailsComponent, DbxErrorPopoverComponent, DbxErrorWidgetService, DbxErrorWidgetViewComponent, DbxFilterInteractionModule, DbxFilterPopoverButtonComponent, DbxFilterPopoverComponent, DbxFilterWrapperComponent, DbxFlagComponent, DbxFlagLayoutModule, DbxFlagPromptComponent, DbxFlexGroupDirective, DbxFlexLayoutModule, DbxFlexSizeDirective, DbxFormDescriptionComponent, DbxHintComponent, DbxIconButtonComponent, DbxIconButtonModule, DbxIconItemComponent, DbxIconSpacerDirective, DbxIfSidenavDisplayModeDirective, 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, DbxPartialPresetFilterListComponent, DbxPartialPresetFilterMenuComponent, DbxPopoverCloseButtonComponent, 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, DbxStructureDirective, DbxStructureModule, DbxStyleBodyDirective, DbxStyleDirective, DbxStyleLayoutModule, DbxStyleService, DbxSubSectionComponent, DbxSuccessComponent, DbxTextChipsComponent, DbxTextModule, DbxTwoBlocksComponent, DbxTwoColumnBackDirective, DbxTwoColumnColumnHeadComponent, DbxTwoColumnComponent, DbxTwoColumnContextDirective, DbxTwoColumnFullLeftDirective, DbxTwoColumnLayoutModule, DbxTwoColumnRightComponent, DbxTwoColumnSrefDirective, DbxTwoColumnSrefShowRightDirective, DbxUIRouterSegueAnchorComponent, DbxUnitedStatesAddressComponent, DbxValueListGridItemViewComponent, DbxValueListGridSizeDirective, DbxValueListGridViewComponent, DbxValueListItemModifier, DbxValueListItemModifierDirective, DbxValueListItemViewComponent, DbxValueListView, DbxValueListViewComponent, DbxWarnComponent, DbxWebAngularRouterModule, DbxWebModule, 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, dbxPresetFilterMenuButtonIconObservable, dbxPresetFilterMenuButtonTextObservable, dbxValueListItemDecisionFunction, disableRightClickInCdkBackdrop, index as fromDbxModel, listItemModifier, makeDbxActionSnackbarDisplayConfigGeneratorFunction, mapCompactModeObs, mapValuesToValuesListItemConfigObs, index$1 as onDbxModel, provideDbxListView, provideDbxListViewWrapper, provideDbxPromptConfirm, provideDbxValueListView, provideDbxValueListViewModifier, provideTwoColumnsContext, sanitizeDbxDialogContentConfig, screenMediaWidthTypeIsActive, trackByModelKeyRef, trackByUniqueIdentifier };
|
|
9262
|
+
export { APP_POPUP_MINIMIZED_WIDTH, APP_POPUP_NORMAL_HEIGHT, APP_POPUP_NORMAL_WIDTH, AbstractDbxErrorWidgetComponent, 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_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_THEME_COLORS, 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, DbxBodyDirective, DbxButtonComponent, DbxButtonDisplayType, DbxButtonModule, DbxButtonSpacerDirective, DbxCardBoxComponent, DbxCardBoxContainerComponent, DbxCardBoxLayoutModule, DbxChipDirective, DbxColorDirective, DbxColumnLayoutModule, DbxCompactDirective, DbxCompactLayoutModule, DbxContentBorderDirective, DbxContentBoxDirective, DbxContentContainerDirective, DbxContentDirective, DbxContentElevateDirective, DbxContentLayoutModule, DbxContentPageDirective, DbxContentPitDirective, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxDialogContentCloseComponent, DbxDialogContentDirective, DbxDialogContentFooterComponent, DbxDialogInteractionModule, DbxDownloadTextModule, DbxDownloadTextViewComponent, DbxErrorDefaultErrorWidgetComponent, DbxErrorDetailsComponent, DbxErrorPopoverComponent, DbxErrorWidgetService, DbxErrorWidgetViewComponent, DbxFilterInteractionModule, DbxFilterPopoverButtonComponent, DbxFilterPopoverComponent, DbxFilterWrapperComponent, DbxFlagComponent, DbxFlagLayoutModule, DbxFlagPromptComponent, DbxFlexGroupDirective, DbxFlexLayoutModule, DbxFlexSizeDirective, DbxFormDescriptionComponent, DbxHintComponent, DbxIconButtonComponent, DbxIconButtonModule, DbxIconItemComponent, DbxIconSpacerDirective, DbxIfSidenavDisplayModeDirective, 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, DbxPartialPresetFilterListComponent, DbxPartialPresetFilterMenuComponent, DbxPopoverCloseButtonComponent, 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, DbxStructureDirective, DbxStructureModule, DbxStyleBodyDirective, DbxStyleDirective, DbxStyleLayoutModule, DbxStyleService, DbxSubSectionComponent, DbxSuccessComponent, DbxTextChipsComponent, DbxTextModule, DbxTwoBlocksComponent, DbxTwoColumnBackDirective, DbxTwoColumnColumnHeadComponent, DbxTwoColumnComponent, DbxTwoColumnContextDirective, DbxTwoColumnFullLeftDirective, DbxTwoColumnLayoutModule, DbxTwoColumnRightComponent, DbxTwoColumnSrefDirective, DbxTwoColumnSrefShowRightDirective, DbxUIRouterSegueAnchorComponent, DbxUnitedStatesAddressComponent, DbxValueListGridItemViewComponent, DbxValueListGridSizeDirective, DbxValueListGridViewComponent, DbxValueListItemModifier, DbxValueListItemModifierDirective, DbxValueListItemViewComponent, DbxValueListView, DbxValueListViewComponent, DbxWarnComponent, DbxWebAngularRouterModule, DbxWebModule, 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, dbxPresetFilterMenuButtonIconObservable, dbxPresetFilterMenuButtonTextObservable, dbxValueListItemDecisionFunction, disableRightClickInCdkBackdrop, index as fromDbxModel, listItemModifier, makeDbxActionSnackbarDisplayConfigGeneratorFunction, mapCompactModeObs, mapValuesToValuesListItemConfigObs, index$1 as onDbxModel, provideDbxListView, provideDbxListViewWrapper, provideDbxPromptConfirm, provideDbxValueListView, provideDbxValueListViewModifier, provideTwoColumnsContext, sanitizeDbxDialogContentConfig, screenMediaWidthTypeIsActive, trackByModelKeyRef, trackByUniqueIdentifier };
|
|
9116
9263
|
//# sourceMappingURL=dereekb-dbx-web.mjs.map
|