@dereekb/dbx-web 13.43.0 → 14.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/eslint/index.esm.js +9 -5
- package/eslint/package.json +9 -9
- package/fesm2022/dereekb-dbx-web-calendar.mjs +14 -13
- package/fesm2022/dereekb-dbx-web-calendar.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web-docs.mjs +30 -32
- package/fesm2022/dereekb-dbx-web-docs.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web-mapbox.mjs +111 -99
- package/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web-style-demo.mjs +90 -91
- package/fesm2022/dereekb-dbx-web-style-demo.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web-table.mjs +149 -157
- package/fesm2022/dereekb-dbx-web-table.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-web.mjs +2663 -2672
- package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
- package/package.json +20 -20
- package/types/dereekb-dbx-web-mapbox.d.ts +1 -5
- package/types/dereekb-dbx-web.d.ts +121 -321
|
@@ -6,7 +6,7 @@ import { ProgressBarMode } from '@angular/material/progress-bar';
|
|
|
6
6
|
import * as _dereekb_util from '@dereekb/util';
|
|
7
7
|
import { Maybe, ErrorInput, Milliseconds, GetterOrValue, Getter, CssClass, CharacterPrefixSuffixCleanString, DashPrefixString, CssStyleObject, CssToken, CssTokenVar, WebsiteUrlWithPrefix, WebsitePath, ArrayOrValue, Pixels, PixelsString, DecisionFunction, ModifierMap, Modifier, ModifierFunction, UniqueModel, CssClassesArray, PrimativeKey, SortCompareFunction, ModelKeyRef, HtmlHeaderLevel, Destroyable, UnitedStatesAddressWithContact, LabeledValue, GetterOrValueWithInput, Seconds, DestroyFunction, ReadableError, ReadableErrorWithCode, ServerError, ServerErrorResponseData, ServerErrorResponse, PromiseOrValue, SpaceSeparatedCssClasses, StringErrorCode, ModelKeyTypeNamePair, UnixDateTimeSecondsNumber, ModelKey, ModelTypeString, MimeTypeWithoutParameters, ContentTypeMimeType, ModelTypeDataPair, MapFunction, SlashPathDirectoryTreeNode, SlashPathDirectoryTreeNodeValue, SlashPathDirectoryTreeRoot, FileSize, MimeTypeWildcard, MimeTypeWithSubtypeWildcardWithoutParameters, SlashPathTypedFileSuffix, ISO8601DateString, ModelIdFactory } from '@dereekb/util';
|
|
8
8
|
import { ProgressSpinnerMode } from '@angular/material/progress-spinner';
|
|
9
|
-
import * as
|
|
9
|
+
import * as _______________dist_packages_dbx_core_types_dereekb_dbx_core from '../../../dist/packages/dbx-core/types/dereekb-dbx-core';
|
|
10
10
|
import * as rxjs from 'rxjs';
|
|
11
11
|
import { Observable, BehaviorSubject, MonoTypeOperatorFunction, Subject } from 'rxjs';
|
|
12
12
|
import * as _dereekb_rxjs from '@dereekb/rxjs';
|
|
@@ -182,7 +182,7 @@ declare class DbxLoadingComponent {
|
|
|
182
182
|
readonly mode: _angular_core.InputSignal<Maybe<ProgressBarMode>>;
|
|
183
183
|
readonly diameter: _angular_core.InputSignal<Maybe<number>>;
|
|
184
184
|
readonly linear: _angular_core.InputSignal<Maybe<boolean>>;
|
|
185
|
-
readonly loading: _angular_core.InputSignal<Maybe<
|
|
185
|
+
readonly loading: _angular_core.InputSignal<Maybe<_______________dist_packages_dbx_core_types_dereekb_dbx_core.DbxActionWorkOrWorkProgress>>;
|
|
186
186
|
readonly error: _angular_core.InputSignal<Maybe<ErrorInput>>;
|
|
187
187
|
readonly context: _angular_core.InputSignal<MaybeObservableOrValue<LoadingContext<LoadingContextEvent>>>;
|
|
188
188
|
readonly contextSignal: Signal<MaybeObservableOrValue<LoadingContext>>;
|
|
@@ -841,15 +841,6 @@ declare class DbxIconButtonComponent extends AbstractDbxButtonDirective {
|
|
|
841
841
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxIconButtonComponent, "dbx-icon-button", never, {}, {}, never, ["*"], true, never>;
|
|
842
842
|
}
|
|
843
843
|
|
|
844
|
-
/**
|
|
845
|
-
* @deprecated Use `dbx-button` instead of `dbx-icon-button`. See {@link DbxIconButtonComponent} for migration guidance.
|
|
846
|
-
*/
|
|
847
|
-
declare class DbxIconButtonModule {
|
|
848
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxIconButtonModule, never>;
|
|
849
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxIconButtonModule, never, [typeof DbxIconButtonComponent], [typeof DbxIconButtonComponent]>;
|
|
850
|
-
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxIconButtonModule>;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
844
|
/**
|
|
854
845
|
* An kebab-case style name that uniquely identifies a styling for an app.
|
|
855
846
|
*
|
|
@@ -1171,14 +1162,6 @@ declare function dbxThemeColorCssToken(color: Maybe<DbxThemeColor>, returnDefaul
|
|
|
1171
1162
|
*/
|
|
1172
1163
|
declare function dbxThemeColorCssTokenVar(color: Maybe<DbxThemeColor>, returnDefault: true): CssTokenVar;
|
|
1173
1164
|
declare function dbxThemeColorCssTokenVar(color: Maybe<DbxThemeColor>, returnDefault?: Maybe<boolean>): Maybe<CssTokenVar>;
|
|
1174
|
-
/**
|
|
1175
|
-
* @deprecated Use {@link dbxThemeColorCssToken} instead.
|
|
1176
|
-
*/
|
|
1177
|
-
declare const dbxThemeColorCssVariable: typeof dbxThemeColorCssToken;
|
|
1178
|
-
/**
|
|
1179
|
-
* @deprecated Use {@link dbxThemeColorCssTokenVar} instead.
|
|
1180
|
-
*/
|
|
1181
|
-
declare const dbxThemeColorCssVariableVar: typeof dbxThemeColorCssTokenVar;
|
|
1182
1165
|
|
|
1183
1166
|
/**
|
|
1184
1167
|
* Calculates and applies a dynamic height to a Material expansion panel header based on text content.
|
|
@@ -2157,17 +2140,6 @@ declare class DbxOneColumnComponent {
|
|
|
2157
2140
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxOneColumnComponent, "dbx-one-column", ["columns"], { "inSectionPage": { "alias": "inSectionPage"; "required": false; "isSignal": true; }; }, {}, never, ["[top]", "*"], true, never>;
|
|
2158
2141
|
}
|
|
2159
2142
|
|
|
2160
|
-
/**
|
|
2161
|
-
* Module that exports {@link DbxOneColumnComponent}.
|
|
2162
|
-
*
|
|
2163
|
-
* @deprecated Import `DbxOneColumnComponent` directly instead.
|
|
2164
|
-
*/
|
|
2165
|
-
declare class DbxOneColumnLayoutModule {
|
|
2166
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxOneColumnLayoutModule, never>;
|
|
2167
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxOneColumnLayoutModule, never, [typeof DbxOneColumnComponent], [typeof DbxOneColumnComponent]>;
|
|
2168
|
-
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxOneColumnLayoutModule>;
|
|
2169
|
-
}
|
|
2170
|
-
|
|
2171
2143
|
/**
|
|
2172
2144
|
* Listens for back navigation events from the {@link TwoColumnsContextStore} and emits them as an output event.
|
|
2173
2145
|
* Attach this directive to any element within a two-column context to respond to back button presses.
|
|
@@ -2469,16 +2441,6 @@ declare class DbxTwoColumnLayoutModule {
|
|
|
2469
2441
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxTwoColumnLayoutModule>;
|
|
2470
2442
|
}
|
|
2471
2443
|
|
|
2472
|
-
/**
|
|
2473
|
-
* Convenience module that bundles all column layout components and directives,
|
|
2474
|
-
* including both one-column and two-column layouts.
|
|
2475
|
-
*/
|
|
2476
|
-
declare class DbxColumnLayoutModule {
|
|
2477
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxColumnLayoutModule, never>;
|
|
2478
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxColumnLayoutModule, never, [typeof DbxOneColumnComponent, typeof DbxTwoColumnLayoutModule], [typeof DbxOneColumnComponent, typeof DbxTwoColumnLayoutModule]>;
|
|
2479
|
-
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxColumnLayoutModule>;
|
|
2480
|
-
}
|
|
2481
|
-
|
|
2482
2444
|
/**
|
|
2483
2445
|
* Represents the two display density modes: full (default) or compact (reduced spacing/content).
|
|
2484
2446
|
*/
|
|
@@ -2580,15 +2542,6 @@ declare class DbxCompactDirective {
|
|
|
2580
2542
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxCompactDirective, "[dbxCompact]", ["compact"], { "mode": { "alias": "dbxCompact"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2581
2543
|
}
|
|
2582
2544
|
|
|
2583
|
-
/**
|
|
2584
|
-
* @deprecated import DbxCompactDirective directly instead.
|
|
2585
|
-
*/
|
|
2586
|
-
declare class DbxCompactLayoutModule {
|
|
2587
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxCompactLayoutModule, never>;
|
|
2588
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxCompactLayoutModule, never, [typeof DbxCompactDirective], [typeof DbxCompactDirective]>;
|
|
2589
|
-
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxCompactLayoutModule>;
|
|
2590
|
-
}
|
|
2591
|
-
|
|
2592
2545
|
/**
|
|
2593
2546
|
* Border opacity preset values.
|
|
2594
2547
|
*
|
|
@@ -3007,17 +2960,6 @@ declare class DbxFlexSizeDirective {
|
|
|
3007
2960
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxFlexSizeDirective, "[dbxFlexSize]", never, { "dbxFlexSize": { "alias": "dbxFlexSize"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3008
2961
|
}
|
|
3009
2962
|
|
|
3010
|
-
/**
|
|
3011
|
-
* Module that exports {@link DbxFlexGroupDirective} and {@link DbxFlexSizeDirective}.
|
|
3012
|
-
*
|
|
3013
|
-
* @deprecated Import `DbxFlexGroupDirective` and `DbxFlexSizeDirective` directly instead.
|
|
3014
|
-
*/
|
|
3015
|
-
declare class DbxFlexLayoutModule {
|
|
3016
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxFlexLayoutModule, never>;
|
|
3017
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxFlexLayoutModule, never, [typeof DbxFlexGroupDirective, typeof DbxFlexSizeDirective], [typeof DbxFlexGroupDirective, typeof DbxFlexSizeDirective]>;
|
|
3018
|
-
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxFlexLayoutModule>;
|
|
3019
|
-
}
|
|
3020
|
-
|
|
3021
2963
|
/**
|
|
3022
2964
|
* Displays an icon on the left with a header and projected content on the right.
|
|
3023
2965
|
*
|
|
@@ -3557,28 +3499,6 @@ type DbxAccordionRenderEntry<T, I extends DbxValueListItem<T> = DbxValueListItem
|
|
|
3557
3499
|
* ```
|
|
3558
3500
|
*/
|
|
3559
3501
|
declare function flattenAccordionGroups<T, I extends DbxValueListItem<T> = DbxValueListItem<T>>(groups: DbxValueListItemGroup<unknown, T, I>[], trackByFn: TrackByFunction<DbxValueListItemConfig<T, I>>): DbxAccordionRenderEntry<T, I>[];
|
|
3560
|
-
/**
|
|
3561
|
-
* Renders a single group of items within an accordion view, including optional header and footer injection points.
|
|
3562
|
-
*
|
|
3563
|
-
* @deprecated No longer used by {@link DbxValueListAccordionViewContentComponent}. The content component now renders
|
|
3564
|
-
* a flat list of entries directly. This component is kept exported for backward compatibility.
|
|
3565
|
-
*
|
|
3566
|
-
* @example
|
|
3567
|
-
* ```html
|
|
3568
|
-
* <dbx-list-accordion-view-content-group [group]="group"></dbx-list-accordion-view-content-group>
|
|
3569
|
-
* ```
|
|
3570
|
-
*/
|
|
3571
|
-
declare class DbxValueListAccordionViewContentGroupComponent<G, T, I extends DbxValueListItem<T> = DbxValueListItem<T>> {
|
|
3572
|
-
readonly dbxValueListAccordionViewContentComponent: DbxValueListAccordionViewContentComponent<T, DbxValueListItem<T, unknown>>;
|
|
3573
|
-
readonly group: _angular_core.InputSignal<Maybe<DbxValueListItemGroup<G, T, I, unknown, unknown>>>;
|
|
3574
|
-
readonly trackByFunctionSignal: _angular_core.Signal<TrackByFunction<DbxValueListItem<unknown, unknown>> | ((index: number, item: DbxValueListItemConfig<T, DbxValueListItem<T, unknown>>) => any)>;
|
|
3575
|
-
readonly itemsSignal: _angular_core.Signal<DbxValueListItemConfig<T, I>[]>;
|
|
3576
|
-
readonly headerConfigSignal: _angular_core.Signal<Maybe<DbxInjectionComponentConfig<unknown>>>;
|
|
3577
|
-
readonly footerConfigSignal: _angular_core.Signal<Maybe<DbxInjectionComponentConfig<unknown>>>;
|
|
3578
|
-
readonly cssClassSignal: _angular_core.Signal<string>;
|
|
3579
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxValueListAccordionViewContentGroupComponent<any, any, any>, never>;
|
|
3580
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxValueListAccordionViewContentGroupComponent<any, any, any>, "dbx-list-accordion-view-content-group", never, { "group": { "alias": "group"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3581
|
-
}
|
|
3582
3502
|
/**
|
|
3583
3503
|
* Content view that renders grouped list items inside a `mat-accordion`. Uses a single flat `@for` loop
|
|
3584
3504
|
* with stable item identity tracking so that items moving between groups trigger DOM moves instead of
|
|
@@ -3684,10 +3604,6 @@ declare abstract class AbstractDbxListAccordionViewDirective<T> extends Abstract
|
|
|
3684
3604
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AbstractDbxListAccordionViewDirective<any>, never>;
|
|
3685
3605
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AbstractDbxListAccordionViewDirective<any>, never, never, {}, {}, never, never, true, never>;
|
|
3686
3606
|
}
|
|
3687
|
-
/**
|
|
3688
|
-
* @deprecated use DBX_LIST_ACCORDION_VIEW_COMPONENT_IMPORTS_AND_EXPORTS instead.
|
|
3689
|
-
*/
|
|
3690
|
-
declare const dbxListAccordionViewComponentImportsAndExports: (typeof DbxValueListAccordionViewComponent)[];
|
|
3691
3607
|
|
|
3692
3608
|
/**
|
|
3693
3609
|
* Configuration for a {@link DbxValueListGridViewComponent}. Extends the standard list view config with optional grid layout sizing.
|
|
@@ -3816,10 +3732,6 @@ declare abstract class AbstractDbxListGridViewDirective<T> extends AbstractDbxLi
|
|
|
3816
3732
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AbstractDbxListGridViewDirective<any>, never>;
|
|
3817
3733
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AbstractDbxListGridViewDirective<any>, never, never, {}, {}, never, never, true, never>;
|
|
3818
3734
|
}
|
|
3819
|
-
/**
|
|
3820
|
-
* @deprecated use DBX_LIST_GRID_VIEW_COMPONENT_IMPORTS_AND_EXPORTS instead.
|
|
3821
|
-
*/
|
|
3822
|
-
declare const dbxListGridViewComponentImportsAndExports: (typeof DbxValueListGridViewComponent)[];
|
|
3823
3735
|
|
|
3824
3736
|
/**
|
|
3825
3737
|
* Injection token for providing a default meta icon string to {@link DbxListViewMetaIconComponent} instances.
|
|
@@ -5925,12 +5837,6 @@ declare class DbxTextModule {
|
|
|
5925
5837
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxTextModule>;
|
|
5926
5838
|
}
|
|
5927
5839
|
|
|
5928
|
-
declare class DbxLayoutModule {
|
|
5929
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxLayoutModule, never>;
|
|
5930
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxLayoutModule, never, [typeof DbxCompactDirective, typeof DbxFlexGroupDirective, typeof DbxFlexSizeDirective], [typeof DbxBarLayoutModule, typeof DbxCardBoxLayoutModule, typeof DbxColumnLayoutModule, typeof DbxCompactDirective, typeof DbxContentLayoutModule, typeof DbxFlagLayoutModule, typeof DbxFlexGroupDirective, typeof DbxFlexSizeDirective, typeof DbxSectionLayoutModule, typeof DbxStyleLayoutModule, typeof DbxTextModule]>;
|
|
5931
|
-
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxLayoutModule>;
|
|
5932
|
-
}
|
|
5933
|
-
|
|
5934
5840
|
/**
|
|
5935
5841
|
* Material button display variant used by dbx-button components.
|
|
5936
5842
|
*/
|
|
@@ -5958,12 +5864,6 @@ interface DbxButtonStyle {
|
|
|
5958
5864
|
* Material theme palette or custom theme color for the loading spinner.
|
|
5959
5865
|
*/
|
|
5960
5866
|
readonly spinnerColor?: Maybe<ThemePalette | DbxThemeColor>;
|
|
5961
|
-
/**
|
|
5962
|
-
* Custom CSS background color for the button.
|
|
5963
|
-
*
|
|
5964
|
-
* @deprecated Use {@link color} with a {@link DbxColorConfig}, e.g. `{ color: '#ff0066' }`. The `[dbxColor]` directive applies the background through `.dbx-color-bg`.
|
|
5965
|
-
*/
|
|
5966
|
-
readonly customButtonColor?: Maybe<string>;
|
|
5967
5867
|
/**
|
|
5968
5868
|
* Custom CSS text color for the button label.
|
|
5969
5869
|
*/
|
|
@@ -6235,15 +6135,6 @@ declare class DbxProgressSpinnerButtonComponent extends AbstractProgressButtonDi
|
|
|
6235
6135
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxProgressSpinnerButtonComponent, "dbx-progress-spinner-button,dbx-spinner-button", never, {}, {}, never, ["*"], true, never>;
|
|
6236
6136
|
}
|
|
6237
6137
|
|
|
6238
|
-
/**
|
|
6239
|
-
* @deprecated import DbxProgressSpinnerButtonComponent, DbxProgressBarButtonComponent directly instead.
|
|
6240
|
-
*/
|
|
6241
|
-
declare class DbxProgressButtonsModule {
|
|
6242
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxProgressButtonsModule, never>;
|
|
6243
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxProgressButtonsModule, never, [typeof DbxProgressSpinnerButtonComponent, typeof DbxProgressBarButtonComponent], [typeof DbxProgressSpinnerButtonComponent, typeof DbxProgressBarButtonComponent]>;
|
|
6244
|
-
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxProgressButtonsModule>;
|
|
6245
|
-
}
|
|
6246
|
-
|
|
6247
6138
|
/**
|
|
6248
6139
|
* Registers a global configuration for progress buttons, allowing default styles and
|
|
6249
6140
|
* behavior to be overridden application-wide by button ID.
|
|
@@ -6307,12 +6198,8 @@ declare class DbxButtonComponent extends AbstractDbxButtonDirective {
|
|
|
6307
6198
|
readonly bar: _angular_core.InputSignalWithTransform<boolean, Maybe<boolean | "">>;
|
|
6308
6199
|
readonly type: _angular_core.InputSignal<Maybe<DbxButtonType>>;
|
|
6309
6200
|
readonly buttonStyle: _angular_core.InputSignal<Maybe<DbxButtonStyle>>;
|
|
6310
|
-
readonly color: _angular_core.InputSignal<Maybe<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | DbxColorConfig | undefined>>;
|
|
6201
|
+
readonly color: _angular_core.InputSignal<Maybe<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>>;
|
|
6311
6202
|
readonly spinnerColor: _angular_core.InputSignal<Maybe<"default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | undefined>>;
|
|
6312
|
-
/**
|
|
6313
|
-
* @deprecated Use {@link color} with a {@link DbxColorConfig}, e.g. `[color]="{ color: '#ff0066' }"`. The `[dbxColor]` directive applies the background through `.dbx-color-bg`.
|
|
6314
|
-
*/
|
|
6315
|
-
readonly customButtonColor: _angular_core.InputSignal<Maybe<string>>;
|
|
6316
6203
|
readonly customTextColor: _angular_core.InputSignal<Maybe<string>>;
|
|
6317
6204
|
readonly customSpinnerColor: _angular_core.InputSignal<Maybe<string>>;
|
|
6318
6205
|
readonly basic: _angular_core.InputSignalWithTransform<boolean, Maybe<boolean | "">>;
|
|
@@ -6335,11 +6222,11 @@ declare class DbxButtonComponent extends AbstractDbxButtonDirective {
|
|
|
6335
6222
|
* into the host {@link DbxColorDirective}, which provides the color tokens + `.dbx-color` marker that the button's
|
|
6336
6223
|
* `dbx-button.dbx-color .mdc-button` SCSS paints from; an active echo's color temporarily takes over those tokens.
|
|
6337
6224
|
*/
|
|
6338
|
-
readonly colorSignal: _angular_core.Signal<Maybe<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | DbxColorConfig | undefined>>;
|
|
6225
|
+
readonly colorSignal: _angular_core.Signal<Maybe<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>>;
|
|
6339
6226
|
readonly styleTypeSignal: _angular_core.Signal<Maybe<DbxButtonType>>;
|
|
6340
6227
|
readonly configSignal: _angular_core.Signal<DbxProgressButtonConfig>;
|
|
6341
6228
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxButtonComponent, never>;
|
|
6342
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxButtonComponent, "dbx-button", never, { "bar": { "alias": "bar"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "spinnerColor": { "alias": "spinnerColor"; "required": false; "isSignal": true; }; "
|
|
6229
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxButtonComponent, "dbx-button", never, { "bar": { "alias": "bar"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "spinnerColor": { "alias": "spinnerColor"; "required": false; "isSignal": true; }; "customTextColor": { "alias": "customTextColor"; "required": false; "isSignal": true; }; "customSpinnerColor": { "alias": "customSpinnerColor"; "required": false; "isSignal": true; }; "basic": { "alias": "basic"; "required": false; "isSignal": true; }; "tonal": { "alias": "tonal"; "required": false; "isSignal": true; }; "raised": { "alias": "raised"; "required": false; "isSignal": true; }; "stroked": { "alias": "stroked"; "required": false; "isSignal": true; }; "flat": { "alias": "flat"; "required": false; "isSignal": true; }; "iconOnly": { "alias": "iconOnly"; "required": false; "isSignal": true; }; "fab": { "alias": "fab"; "required": false; "isSignal": true; }; "customContent": { "alias": "customContent"; "required": false; "isSignal": true; }; "allowClickPropagation": { "alias": "allowClickPropagation"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof DbxColorDirective; inputs: {}; outputs: {}; }]>;
|
|
6343
6230
|
}
|
|
6344
6231
|
|
|
6345
6232
|
/**
|
|
@@ -6611,116 +6498,6 @@ declare class DbxLoadingErrorDirective {
|
|
|
6611
6498
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxLoadingErrorDirective, "[dbxLoadingError]", never, { "context": { "alias": "dbxLoadingError"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
6612
6499
|
}
|
|
6613
6500
|
|
|
6614
|
-
/**
|
|
6615
|
-
* Configuration for error snackbar display, extending Material snackbar config but excluding `data` and `viewContainerRef`.
|
|
6616
|
-
*/
|
|
6617
|
-
type DbxErrorSnackbarConfig = Omit<MatSnackBarConfig<unknown>, 'data' | 'viewContainerRef'>;
|
|
6618
|
-
/**
|
|
6619
|
-
* Data passed to the error snackbar component via `MAT_SNACK_BAR_DATA`.
|
|
6620
|
-
*/
|
|
6621
|
-
interface DbxErrorSnackbarData<T extends ErrorInput = ErrorInput> {
|
|
6622
|
-
/**
|
|
6623
|
-
* The error to display in the snackbar.
|
|
6624
|
-
*/
|
|
6625
|
-
readonly error: T;
|
|
6626
|
-
/**
|
|
6627
|
-
* Optional auto-dismiss duration in milliseconds. If omitted, the snackbar persists until manually dismissed.
|
|
6628
|
-
*/
|
|
6629
|
-
readonly duration?: number;
|
|
6630
|
-
}
|
|
6631
|
-
/**
|
|
6632
|
-
* Snackbar component that displays an error with a dismiss button.
|
|
6633
|
-
*
|
|
6634
|
-
* Supports an optional auto-dismiss timer that pauses while an error detail popover is open.
|
|
6635
|
-
* Typically opened via {@link DbxErrorSnackbarService} or the static {@link DbxErrorSnackbarComponent.showErrorSnackbar} method.
|
|
6636
|
-
*
|
|
6637
|
-
* @dbxWebComponent
|
|
6638
|
-
* @dbxWebSlug error-snackbar
|
|
6639
|
-
* @dbxWebCategory feedback
|
|
6640
|
-
* @dbxWebRelated error
|
|
6641
|
-
* @dbxWebSkillRefs dbx__ref__dbx-component-patterns
|
|
6642
|
-
* @dbxWebMinimalExample ```html
|
|
6643
|
-
* <dbx-error-snackbar></dbx-error-snackbar>
|
|
6644
|
-
* ```
|
|
6645
|
-
*
|
|
6646
|
-
* @example
|
|
6647
|
-
* ```html
|
|
6648
|
-
* // Triggered via DbxErrorSnackbarService.showError(error)
|
|
6649
|
-
* ```
|
|
6650
|
-
*/
|
|
6651
|
-
declare class DbxErrorSnackbarComponent {
|
|
6652
|
-
readonly snackBarRef: MatSnackBarRef<any>;
|
|
6653
|
-
readonly data: DbxErrorSnackbarData<ErrorInput>;
|
|
6654
|
-
readonly error: ErrorInput;
|
|
6655
|
-
private readonly _popoverOpen;
|
|
6656
|
-
private readonly _timer;
|
|
6657
|
-
private readonly _allowAutoDismiss;
|
|
6658
|
-
protected readonly _popoverSyncEffect: _angular_core.EffectRef;
|
|
6659
|
-
private readonly _popoverAfterClosedSub;
|
|
6660
|
-
private readonly _autoDismissSub;
|
|
6661
|
-
constructor();
|
|
6662
|
-
onPopoverOpened(popover: NgPopoverRef): void;
|
|
6663
|
-
dismiss(): void;
|
|
6664
|
-
static showErrorSnackbar(matSnackbar: MatSnackBar, error: ErrorInput, config?: DbxErrorSnackbarConfig): void;
|
|
6665
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxErrorSnackbarComponent, never>;
|
|
6666
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxErrorSnackbarComponent, "dbx-error-snackbar", never, {}, {}, never, never, true, never>;
|
|
6667
|
-
}
|
|
6668
|
-
|
|
6669
|
-
/**
|
|
6670
|
-
* Default configuration for error snackbars, using polite announcements centered at the bottom of the viewport.
|
|
6671
|
-
*/
|
|
6672
|
-
declare const DEFAULT_DBX_ERROR_SNACKBAR_CONFIG: DbxErrorSnackbarConfig;
|
|
6673
|
-
/**
|
|
6674
|
-
* Application-wide service for displaying error notifications in a Material snackbar.
|
|
6675
|
-
*
|
|
6676
|
-
* Wraps {@link DbxErrorSnackbarComponent} with configurable defaults. Inject this service
|
|
6677
|
-
* to programmatically show error snackbars from any component or service.
|
|
6678
|
-
*
|
|
6679
|
-
* @example
|
|
6680
|
-
* ```typescript
|
|
6681
|
-
* const snackbarService = inject(DbxErrorSnackbarService);
|
|
6682
|
-
* snackbarService.showSnackbarError(error, { duration: 5000 });
|
|
6683
|
-
* ```
|
|
6684
|
-
*/
|
|
6685
|
-
declare class DbxErrorSnackbarService {
|
|
6686
|
-
readonly matSnackbar: MatSnackBar;
|
|
6687
|
-
private _defaultConfig;
|
|
6688
|
-
get defaultConfig(): DbxErrorSnackbarConfig;
|
|
6689
|
-
setDefaultConfig(defaultConfig: DbxErrorSnackbarConfig): void;
|
|
6690
|
-
showSnackbarError(error: ErrorInput, inputConfig?: Maybe<DbxErrorSnackbarConfig>): void;
|
|
6691
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxErrorSnackbarService, never>;
|
|
6692
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<DbxErrorSnackbarService>;
|
|
6693
|
-
}
|
|
6694
|
-
|
|
6695
|
-
/**
|
|
6696
|
-
* Displays action errors in a snackbar notification.
|
|
6697
|
-
*
|
|
6698
|
-
* Subscribes to the action context's error stream and shows a snackbar via {@link DbxErrorSnackbarService}
|
|
6699
|
-
* whenever an error occurs. Accepts an optional configuration or a duration in milliseconds as input.
|
|
6700
|
-
*
|
|
6701
|
-
* @dbxWebComponent
|
|
6702
|
-
* @dbxWebSlug action-snackbar-error
|
|
6703
|
-
* @dbxWebCategory action
|
|
6704
|
-
* @dbxWebRelated action-snackbar
|
|
6705
|
-
* @dbxWebSkillRefs dbx__ref__dbx-component-patterns
|
|
6706
|
-
* @dbxWebMinimalExample ```html
|
|
6707
|
-
* <div [dbxActionSnackbarError]></div>
|
|
6708
|
-
* ```
|
|
6709
|
-
*
|
|
6710
|
-
* @example
|
|
6711
|
-
* ```html
|
|
6712
|
-
* <button [dbxAction]="saveAction" dbxActionSnackbarError>Save</button>
|
|
6713
|
-
* ```
|
|
6714
|
-
*/
|
|
6715
|
-
declare class DbxActionSnackbarErrorDirective {
|
|
6716
|
-
readonly dbxErrorSnackbarService: DbxErrorSnackbarService;
|
|
6717
|
-
readonly source: DbxActionContextStoreSourceInstance<any, any>;
|
|
6718
|
-
readonly config: _angular_core.InputSignal<number | "" | Maybe<DbxErrorSnackbarConfig>>;
|
|
6719
|
-
constructor();
|
|
6720
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxActionSnackbarErrorDirective, never>;
|
|
6721
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxActionSnackbarErrorDirective, "[dbxActionSnackbarError]", never, { "config": { "alias": "dbxActionSnackbarError"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
6722
|
-
}
|
|
6723
|
-
|
|
6724
6501
|
/**
|
|
6725
6502
|
* Unique key used to identify and coordinate popover instances.
|
|
6726
6503
|
*/
|
|
@@ -6925,6 +6702,116 @@ declare class DbxErrorPopoverComponent extends AbstractPopoverDirective<void, Re
|
|
|
6925
6702
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxErrorPopoverComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
6926
6703
|
}
|
|
6927
6704
|
|
|
6705
|
+
/**
|
|
6706
|
+
* Configuration for error snackbar display, extending Material snackbar config but excluding `data` and `viewContainerRef`.
|
|
6707
|
+
*/
|
|
6708
|
+
type DbxErrorSnackbarConfig = Omit<MatSnackBarConfig<unknown>, 'data' | 'viewContainerRef'>;
|
|
6709
|
+
/**
|
|
6710
|
+
* Data passed to the error snackbar component via `MAT_SNACK_BAR_DATA`.
|
|
6711
|
+
*/
|
|
6712
|
+
interface DbxErrorSnackbarData<T extends ErrorInput = ErrorInput> {
|
|
6713
|
+
/**
|
|
6714
|
+
* The error to display in the snackbar.
|
|
6715
|
+
*/
|
|
6716
|
+
readonly error: T;
|
|
6717
|
+
/**
|
|
6718
|
+
* Optional auto-dismiss duration in milliseconds. If omitted, the snackbar persists until manually dismissed.
|
|
6719
|
+
*/
|
|
6720
|
+
readonly duration?: number;
|
|
6721
|
+
}
|
|
6722
|
+
/**
|
|
6723
|
+
* Snackbar component that displays an error with a dismiss button.
|
|
6724
|
+
*
|
|
6725
|
+
* Supports an optional auto-dismiss timer that pauses while an error detail popover is open.
|
|
6726
|
+
* Typically opened via {@link DbxErrorSnackbarService} or the static {@link DbxErrorSnackbarComponent.showErrorSnackbar} method.
|
|
6727
|
+
*
|
|
6728
|
+
* @dbxWebComponent
|
|
6729
|
+
* @dbxWebSlug error-snackbar
|
|
6730
|
+
* @dbxWebCategory feedback
|
|
6731
|
+
* @dbxWebRelated error
|
|
6732
|
+
* @dbxWebSkillRefs dbx__ref__dbx-component-patterns
|
|
6733
|
+
* @dbxWebMinimalExample ```html
|
|
6734
|
+
* <dbx-error-snackbar></dbx-error-snackbar>
|
|
6735
|
+
* ```
|
|
6736
|
+
*
|
|
6737
|
+
* @example
|
|
6738
|
+
* ```html
|
|
6739
|
+
* // Triggered via DbxErrorSnackbarService.showError(error)
|
|
6740
|
+
* ```
|
|
6741
|
+
*/
|
|
6742
|
+
declare class DbxErrorSnackbarComponent {
|
|
6743
|
+
readonly snackBarRef: MatSnackBarRef<any>;
|
|
6744
|
+
readonly data: DbxErrorSnackbarData<ErrorInput>;
|
|
6745
|
+
readonly error: ErrorInput;
|
|
6746
|
+
private readonly _popoverOpen;
|
|
6747
|
+
private readonly _timer;
|
|
6748
|
+
private readonly _allowAutoDismiss;
|
|
6749
|
+
protected readonly _popoverSyncEffect: _angular_core.EffectRef;
|
|
6750
|
+
private readonly _popoverAfterClosedSub;
|
|
6751
|
+
private readonly _autoDismissSub;
|
|
6752
|
+
constructor();
|
|
6753
|
+
onPopoverOpened(popover: NgPopoverRef): void;
|
|
6754
|
+
dismiss(): void;
|
|
6755
|
+
static showErrorSnackbar(matSnackbar: MatSnackBar, error: ErrorInput, config?: DbxErrorSnackbarConfig): void;
|
|
6756
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxErrorSnackbarComponent, never>;
|
|
6757
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxErrorSnackbarComponent, "dbx-error-snackbar", never, {}, {}, never, never, true, never>;
|
|
6758
|
+
}
|
|
6759
|
+
|
|
6760
|
+
/**
|
|
6761
|
+
* Default configuration for error snackbars, using polite announcements centered at the bottom of the viewport.
|
|
6762
|
+
*/
|
|
6763
|
+
declare const DEFAULT_DBX_ERROR_SNACKBAR_CONFIG: DbxErrorSnackbarConfig;
|
|
6764
|
+
/**
|
|
6765
|
+
* Application-wide service for displaying error notifications in a Material snackbar.
|
|
6766
|
+
*
|
|
6767
|
+
* Wraps {@link DbxErrorSnackbarComponent} with configurable defaults. Inject this service
|
|
6768
|
+
* to programmatically show error snackbars from any component or service.
|
|
6769
|
+
*
|
|
6770
|
+
* @example
|
|
6771
|
+
* ```typescript
|
|
6772
|
+
* const snackbarService = inject(DbxErrorSnackbarService);
|
|
6773
|
+
* snackbarService.showSnackbarError(error, { duration: 5000 });
|
|
6774
|
+
* ```
|
|
6775
|
+
*/
|
|
6776
|
+
declare class DbxErrorSnackbarService {
|
|
6777
|
+
readonly matSnackbar: MatSnackBar;
|
|
6778
|
+
private _defaultConfig;
|
|
6779
|
+
get defaultConfig(): DbxErrorSnackbarConfig;
|
|
6780
|
+
setDefaultConfig(defaultConfig: DbxErrorSnackbarConfig): void;
|
|
6781
|
+
showSnackbarError(error: ErrorInput, inputConfig?: Maybe<DbxErrorSnackbarConfig>): void;
|
|
6782
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxErrorSnackbarService, never>;
|
|
6783
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<DbxErrorSnackbarService>;
|
|
6784
|
+
}
|
|
6785
|
+
|
|
6786
|
+
/**
|
|
6787
|
+
* Displays action errors in a snackbar notification.
|
|
6788
|
+
*
|
|
6789
|
+
* Subscribes to the action context's error stream and shows a snackbar via {@link DbxErrorSnackbarService}
|
|
6790
|
+
* whenever an error occurs. Accepts an optional configuration or a duration in milliseconds as input.
|
|
6791
|
+
*
|
|
6792
|
+
* @dbxWebComponent
|
|
6793
|
+
* @dbxWebSlug action-snackbar-error
|
|
6794
|
+
* @dbxWebCategory action
|
|
6795
|
+
* @dbxWebRelated action-snackbar
|
|
6796
|
+
* @dbxWebSkillRefs dbx__ref__dbx-component-patterns
|
|
6797
|
+
* @dbxWebMinimalExample ```html
|
|
6798
|
+
* <div [dbxActionSnackbarError]></div>
|
|
6799
|
+
* ```
|
|
6800
|
+
*
|
|
6801
|
+
* @example
|
|
6802
|
+
* ```html
|
|
6803
|
+
* <button [dbxAction]="saveAction" dbxActionSnackbarError>Save</button>
|
|
6804
|
+
* ```
|
|
6805
|
+
*/
|
|
6806
|
+
declare class DbxActionSnackbarErrorDirective {
|
|
6807
|
+
readonly dbxErrorSnackbarService: DbxErrorSnackbarService;
|
|
6808
|
+
readonly source: DbxActionContextStoreSourceInstance<any, any>;
|
|
6809
|
+
readonly config: _angular_core.InputSignal<number | "" | Maybe<DbxErrorSnackbarConfig>>;
|
|
6810
|
+
constructor();
|
|
6811
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxActionSnackbarErrorDirective, never>;
|
|
6812
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxActionSnackbarErrorDirective, "[dbxActionSnackbarError]", never, { "config": { "alias": "dbxActionSnackbarError"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
6813
|
+
}
|
|
6814
|
+
|
|
6928
6815
|
/**
|
|
6929
6816
|
* Error code used to identify the default error widget entry in {@link DbxErrorWidgetService}.
|
|
6930
6817
|
*/
|
|
@@ -6941,12 +6828,6 @@ interface DbxErrorWidgetEntry {
|
|
|
6941
6828
|
* Error code to respond to.
|
|
6942
6829
|
*/
|
|
6943
6830
|
readonly code: StringErrorCode;
|
|
6944
|
-
/**
|
|
6945
|
-
* Error widget component class to use.
|
|
6946
|
-
*
|
|
6947
|
-
* @deprecated use `widgetComponentClass` instead.
|
|
6948
|
-
*/
|
|
6949
|
-
readonly componentClass?: Maybe<Type<unknown>>;
|
|
6950
6831
|
/**
|
|
6951
6832
|
* In-line error widget component class to use.
|
|
6952
6833
|
*
|
|
@@ -7014,26 +6895,6 @@ declare class DbxErrorWidgetViewComponent {
|
|
|
7014
6895
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxErrorWidgetViewComponent, "dbx-error-widget-view", never, { "error": { "alias": "error"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7015
6896
|
}
|
|
7016
6897
|
|
|
7017
|
-
/**
|
|
7018
|
-
* @deprecated all components are now standalone. Consider importing those instead.
|
|
7019
|
-
*
|
|
7020
|
-
* @see DbxErrorComponent
|
|
7021
|
-
* @see DbxLoadingErrorDirective
|
|
7022
|
-
* @see DbxActionErrorDirective
|
|
7023
|
-
* @see DbxActionSnackbarErrorDirective
|
|
7024
|
-
* @see DbxErrorViewComponent
|
|
7025
|
-
* @see DbxErrorSnackbarComponent
|
|
7026
|
-
* @see DbxErrorPopoverComponent
|
|
7027
|
-
* @see DbxErrorDetailsComponent
|
|
7028
|
-
* @see DbxErrorWidgetViewComponent
|
|
7029
|
-
* @see DbxErrorDefaultErrorWidgetComponent
|
|
7030
|
-
*/
|
|
7031
|
-
declare class DbxReadableErrorModule {
|
|
7032
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxReadableErrorModule, never>;
|
|
7033
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxReadableErrorModule, never, [typeof DbxErrorComponent, typeof DbxLoadingErrorDirective, typeof DbxActionErrorDirective, typeof DbxActionSnackbarErrorDirective, typeof DbxErrorViewComponent, typeof DbxErrorSnackbarComponent, typeof DbxErrorPopoverComponent, typeof DbxErrorDetailsComponent, typeof DbxErrorWidgetViewComponent, typeof DbxErrorDefaultErrorWidgetComponent], [typeof DbxErrorComponent, typeof DbxLoadingErrorDirective, typeof DbxActionErrorDirective, typeof DbxActionSnackbarErrorDirective, typeof DbxErrorViewComponent, typeof DbxErrorSnackbarComponent, typeof DbxErrorPopoverComponent, typeof DbxErrorDetailsComponent, typeof DbxErrorWidgetViewComponent, typeof DbxErrorDefaultErrorWidgetComponent]>;
|
|
7034
|
-
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxReadableErrorModule>;
|
|
7035
|
-
}
|
|
7036
|
-
|
|
7037
6898
|
/**
|
|
7038
6899
|
* Wrapper for a {@link ServerError} used as NgRx action props.
|
|
7039
6900
|
*/
|
|
@@ -7101,20 +6962,15 @@ declare function reducers(state: DbxModelState | undefined, action: Action): {
|
|
|
7101
6962
|
};
|
|
7102
6963
|
declare const selectDbxModelFeature: _ngrx_store.MemoizedSelector<State, DbxModelState, _ngrx_store.DefaultProjectorFn<DbxModelState>>;
|
|
7103
6964
|
declare const selectDbxModelFeatureObjectModuleConfig: _ngrx_store.MemoizedSelector<State, DbxModelModuleStateConfiguration, (s1: DbxModelState) => DbxModelModuleStateConfiguration>;
|
|
7104
|
-
/**
|
|
7105
|
-
* @deprecated use FEATURE_KEY instead.
|
|
7106
|
-
*/
|
|
7107
|
-
declare const featureKey = "app.model";
|
|
7108
6965
|
|
|
7109
6966
|
type index_d$1_DbxModelState = DbxModelState;
|
|
7110
6967
|
declare const index_d$1_FEATURE_KEY: typeof FEATURE_KEY;
|
|
7111
6968
|
type index_d$1_State = State;
|
|
7112
|
-
declare const index_d$1_featureKey: typeof featureKey;
|
|
7113
6969
|
declare const index_d$1_reducers: typeof reducers;
|
|
7114
6970
|
declare const index_d$1_selectDbxModelFeature: typeof selectDbxModelFeature;
|
|
7115
6971
|
declare const index_d$1_selectDbxModelFeatureObjectModuleConfig: typeof selectDbxModelFeatureObjectModuleConfig;
|
|
7116
6972
|
declare namespace index_d$1 {
|
|
7117
|
-
export { index_d$1_FEATURE_KEY as FEATURE_KEY, index_d$
|
|
6973
|
+
export { index_d$1_FEATURE_KEY as FEATURE_KEY, index_d$1_reducers as reducers, index_d$1_selectDbxModelFeature as selectDbxModelFeature, index_d$1_selectDbxModelFeatureObjectModuleConfig as selectDbxModelFeatureObjectModuleConfig };
|
|
7118
6974
|
export type { index_d$1_DbxModelState as DbxModelState, index_d$1_State as State };
|
|
7119
6975
|
}
|
|
7120
6976
|
|
|
@@ -7472,18 +7328,6 @@ declare class DbxModelTypesService<I extends DbxModelTypeInfo = DbxModelTypeInfo
|
|
|
7472
7328
|
* Configuration for the {@link DbxDownloadBlobButtonComponent} that controls what blob to download and how the button appears.
|
|
7473
7329
|
*/
|
|
7474
7330
|
interface DbxDownloadBlobButtonConfig {
|
|
7475
|
-
/**
|
|
7476
|
-
* Button display customization.
|
|
7477
|
-
*
|
|
7478
|
-
* @deprecated use {@link buttonStylePair} instead.
|
|
7479
|
-
*/
|
|
7480
|
-
readonly buttonDisplay?: Maybe<DbxButtonDisplay>;
|
|
7481
|
-
/**
|
|
7482
|
-
* Custom button style to use.
|
|
7483
|
-
*
|
|
7484
|
-
* @deprecated use {@link buttonStylePair} instead.
|
|
7485
|
-
*/
|
|
7486
|
-
readonly buttonStyle?: Maybe<DbxButtonStyle>;
|
|
7487
7331
|
/**
|
|
7488
7332
|
* Custom button style pair to use.
|
|
7489
7333
|
*/
|
|
@@ -7814,10 +7658,6 @@ interface DbxWebFilePreviewServicePreviewDialogWithComponentFunctionInput extend
|
|
|
7814
7658
|
* Used for previewing a src url and embedMimeType in a dialog.
|
|
7815
7659
|
*/
|
|
7816
7660
|
type DbxWebFilePreviewServicePreviewDialogWithComponentFunction = (input: DbxWebFilePreviewServicePreviewDialogWithComponentFunctionInput) => MatDialogRef<unknown, unknown>;
|
|
7817
|
-
/**
|
|
7818
|
-
* @deprecated use DbxWebFilePreviewServicePreviewDialogFunction instead.
|
|
7819
|
-
*/
|
|
7820
|
-
type DbxWebFilePreviewServicePreviewFunction = DbxWebFilePreviewServicePreviewDialogFunction;
|
|
7821
7661
|
|
|
7822
7662
|
/**
|
|
7823
7663
|
* Default entries to inject.
|
|
@@ -7891,7 +7731,7 @@ declare class DbxWebFilePreviewService {
|
|
|
7891
7731
|
* @param input - The preview input containing blob, URL, and MIME type information.
|
|
7892
7732
|
* @returns An injection component config suitable for rendering the file preview.
|
|
7893
7733
|
*/
|
|
7894
|
-
createPreviewConfig(input: DbxWebFilePreviewServicePreviewComponentFunctionInput):
|
|
7734
|
+
createPreviewConfig(input: DbxWebFilePreviewServicePreviewComponentFunctionInput): _______________dist_packages_dbx_core_types_dereekb_dbx_core.DbxInjectionComponentConfig<any>;
|
|
7895
7735
|
/**
|
|
7896
7736
|
* Opens a Material dialog to preview a file. Uses a MIME-specific dialog function if registered, otherwise creates a preview component and wraps it in the default dialog.
|
|
7897
7737
|
*
|
|
@@ -7967,15 +7807,6 @@ declare class DbxBodyDirective extends DbxStructureDirective {
|
|
|
7967
7807
|
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxBodyDirective, "dbxBody,[dbxBody]", never, {}, {}, never, never, true, never>;
|
|
7968
7808
|
}
|
|
7969
7809
|
|
|
7970
|
-
/**
|
|
7971
|
-
* @deprecated Use DbxStructureDirective and DbxBodyDirective directly instead.
|
|
7972
|
-
*/
|
|
7973
|
-
declare class DbxStructureModule {
|
|
7974
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxStructureModule, never>;
|
|
7975
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxStructureModule, never, [typeof DbxBodyDirective, typeof DbxStructureDirective], [typeof DbxBodyDirective, typeof DbxStructureDirective]>;
|
|
7976
|
-
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxStructureModule>;
|
|
7977
|
-
}
|
|
7978
|
-
|
|
7979
7810
|
/**
|
|
7980
7811
|
* Config supplied by a single DbxWebPageTitleInfoDirective. Each segment contributes its own values to the hierarchical chain;
|
|
7981
7812
|
* the active {@link DbxWebPageTitleDelegate} decides how segments combine into the final page title.
|
|
@@ -9264,14 +9095,6 @@ declare class DbxDialogModule {
|
|
|
9264
9095
|
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxDialogModule, never, [typeof DbxDialogContentDirective, typeof DbxActionDialogDirective, typeof DbxDialogContentFooterComponent, typeof DbxDialogContentCloseComponent], [typeof DbxDialogContentDirective, typeof DbxActionDialogDirective, typeof DbxDialogContentFooterComponent, typeof DbxDialogContentCloseComponent]>;
|
|
9265
9096
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxDialogModule>;
|
|
9266
9097
|
}
|
|
9267
|
-
/**
|
|
9268
|
-
* @deprecated use DbxDialogModule instead.
|
|
9269
|
-
*/
|
|
9270
|
-
declare class DbxDialogInteractionModule {
|
|
9271
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxDialogInteractionModule, never>;
|
|
9272
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxDialogInteractionModule, never, [typeof DbxDialogModule], [typeof DbxDialogModule]>;
|
|
9273
|
-
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxDialogInteractionModule>;
|
|
9274
|
-
}
|
|
9275
9098
|
|
|
9276
9099
|
/**
|
|
9277
9100
|
* Configuration for opening a zip preview dialog, extending Material dialog config with zip-specific source options.
|
|
@@ -13041,19 +12864,12 @@ declare abstract class AbstractFilterPopoverButtonDirective<F extends object> ex
|
|
|
13041
12864
|
declare class DbxFilterPopoverButtonComponent<F extends object = object> extends AbstractFilterPopoverButtonDirective<F> {
|
|
13042
12865
|
readonly buttonElement: _angular_core.Signal<Maybe<ElementRef<any>>>;
|
|
13043
12866
|
readonly disabled: _angular_core.InputSignal<Maybe<boolean>>;
|
|
13044
|
-
/**
|
|
13045
|
-
* @deprecated Use buttonDisplayStyle instead.
|
|
13046
|
-
*/
|
|
13047
|
-
readonly buttonDisplay: _angular_core.InputSignalWithTransform<DbxButtonDisplay, Maybe<DbxButtonDisplay>>;
|
|
13048
12867
|
readonly buttonDisplayStyle: _angular_core.InputSignal<Maybe<DbxButtonDisplayStylePair>>;
|
|
13049
|
-
readonly buttonDisplaySignal: _angular_core.Signal<
|
|
13050
|
-
icon?: Maybe<string>;
|
|
13051
|
-
text?: Maybe<string>;
|
|
13052
|
-
} | undefined>;
|
|
12868
|
+
readonly buttonDisplaySignal: _angular_core.Signal<DbxButtonDisplay>;
|
|
13053
12869
|
readonly buttonStyleSignal: _angular_core.Signal<Maybe<_dereekb_dbx_web.DbxButtonStyle>>;
|
|
13054
12870
|
showFilterPopover(): void;
|
|
13055
12871
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxFilterPopoverButtonComponent<any>, never>;
|
|
13056
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxFilterPopoverButtonComponent<any>, "dbx-filter-popover-button", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "
|
|
12872
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxFilterPopoverButtonComponent<any>, "dbx-filter-popover-button", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "buttonDisplayStyle": { "alias": "buttonDisplayStyle"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13057
12873
|
}
|
|
13058
12874
|
|
|
13059
12875
|
/**
|
|
@@ -13860,22 +13676,6 @@ declare class DbxPromptModule {
|
|
|
13860
13676
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxPromptModule>;
|
|
13861
13677
|
}
|
|
13862
13678
|
|
|
13863
|
-
/**
|
|
13864
|
-
* @deprecated import individual modules instead.
|
|
13865
|
-
*
|
|
13866
|
-
* @see DbxDetachInteractionModule
|
|
13867
|
-
* @see DbxDialogModule
|
|
13868
|
-
* @see DbxFilterInteractionModule
|
|
13869
|
-
* @see DbxPromptModule
|
|
13870
|
-
* @see DbxPopoverInteractionModule
|
|
13871
|
-
* @see DbxPopupInteractionModule
|
|
13872
|
-
*/
|
|
13873
|
-
declare class DbxInteractionModule {
|
|
13874
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxInteractionModule, never>;
|
|
13875
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxInteractionModule, never, [typeof DbxDetachInteractionModule, typeof DbxPromptModule, typeof DbxDialogModule, typeof DbxFilterInteractionModule, typeof DbxPopoverInteractionModule, typeof DbxPopupInteractionModule], [typeof DbxDetachInteractionModule, typeof DbxPromptModule, typeof DbxDialogModule, typeof DbxFilterInteractionModule, typeof DbxPopoverInteractionModule, typeof DbxPopupInteractionModule]>;
|
|
13876
|
-
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxInteractionModule>;
|
|
13877
|
-
}
|
|
13878
|
-
|
|
13879
13679
|
/**
|
|
13880
13680
|
* Syncs the disabled and working states from an ActionContextStoreSource to a {@link DbxActionWorkable} target.
|
|
13881
13681
|
*
|
|
@@ -14055,5 +13855,5 @@ declare class DbxWebModule {
|
|
|
14055
13855
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxWebModule>;
|
|
14056
13856
|
}
|
|
14057
13857
|
|
|
14058
|
-
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_COLOR_CUSTOM_BG_CSS_CLASS, DBX_COLOR_CUSTOM_TEXT_CSS_CLASS, DBX_CURATED_COLOR_COUNT, DBX_CURATED_COLOR_TEMPLATES, DBX_CURATED_COLOR_TEMPLATE_KEY_PREFIX, DBX_DARK_STYLE_CLASS_SUFFIX, DBX_HELP_WIDGET_ENTRY_DATA_TOKEN, DBX_LIST_ACCORDION_VIEW_COMPONENT_IMPORTS_AND_EXPORTS, DBX_LIST_GRID_VIEW_COMPONENT_IMPORTS_AND_EXPORTS, DBX_LIST_ITEM_DISABLE_RIPPLE_LIST_ITEM_MODIFIER_KEY, DBX_LIST_ITEM_IS_SELECTED_ITEM_MODIFIER_KEY, DBX_MODEL_VIEW_TRACKER_STORAGE_ACCESSOR_TOKEN, DBX_PDF_MERGE_EDITOR_CONFIG, DBX_PDF_MERGE_EDITOR_INITIAL_STATE, DBX_PDF_MERGE_EDITOR_PRESERVE_ENTRIES_ON_SLOT_DESTROY, DBX_PDF_MERGE_ENCRYPTED_ERROR_MESSAGE, DBX_PDF_MERGE_ENCRYPTED_NOT_EDITABLE_MESSAGE, DBX_PDF_MERGE_IGNORED_ENTRY_MESSAGE, DBX_PDF_MERGE_IMPORT_ERROR_MESSAGES, DBX_PDF_MERGE_SUPERSEDED_SLOT_MESSAGE, DBX_PROGRESS_BUTTON_GLOBAL_CONFIG, DBX_ROUTER_ANCHOR_COMPONENTS, DBX_ROUTER_VALUE_LIST_ITEM_MODIFIER_KEY, 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_ENTRIES_TOKEN, DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_COMPONENT_PRESET, DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_PRESET_ENTRY, DBX_WEB_PAGE_TITLE_SERVICE_CONFIG, DEFAULT_DBX_CHIP_TONE, DEFAULT_DBX_DETACH_KEY, DEFAULT_DBX_ERROR_SNACKBAR_CONFIG, DEFAULT_DBX_FILE_LIST_ITEM_DETAILS_CLASS, DEFAULT_DBX_FILE_LIST_ITEM_DETAILS_DATE_STYLE, 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_DISABLE_FUNCTION, DEFAULT_DBX_LIST_ITEM_IS_SELECTED_FUNCTION, DEFAULT_DBX_LIST_SCROLL_DISTANCE, DEFAULT_DBX_LIST_THROTTLE_SCROLL, DEFAULT_DBX_LIST_VIEW_META_ICON, DEFAULT_DBX_PDF_MERGE_ENCRYPTED_HANDLING, DEFAULT_DBX_PDF_MERGE_PAGE_EDITING, DEFAULT_DBX_PDF_MERGE_RESTORE_IMPORT_ON_CLEAR, DEFAULT_DBX_PDF_MERGE_SIDECAR, DEFAULT_DBX_PROMPT_CONFIRM_DIALOG_CONFIG, DEFAULT_DBX_SELECTION_VALUE_LIST_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_SIDENAV_MENU_ICON, DEFAULT_DBX_STYLE_CONFIG_TOKEN, DEFAULT_DBX_VALUE_LIST_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_WEB_FILE_PREVIEW_SERVICE_DIALOG_WITH_COMPONENT_FUNCTION, DEFAULT_DBX_WEB_FILE_PREVIEW_SERVICE_PREVIEW_COMPONENT_FUNCTION, DEFAULT_ERROR_POPOVER_KEY, DEFAULT_ERROR_WIDGET_CODE, DEFAULT_FILTER_POPOVER_KEY, DEFAULT_IMAGE_BITMAP_TO_BLOB_ENCODER, DEFAULT_IMAGE_JPEG_QUALITY, DEFAULT_LIST_GRID_SIZE_CONFIG, DEFAULT_LIST_WRAPPER_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_LOADING_PROGRESS_DIAMETER, DEFAULT_PDF_MERGE_ACCEPT, DEFAULT_PDF_MERGE_PAGE_GROUP_KEY, 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, DbxAvatarViewComponent, DbxAvatarViewService, DbxAvatarViewServiceConfig, DbxBarDirective, DbxBarHeaderComponent, DbxBarLayoutModule, DbxBasicLoadingComponent, DbxBodyDirective, DbxButtonComponent, DbxButtonModule, DbxButtonSpacerDirective, DbxCardBoxComponent, DbxCardBoxContainerDirective, DbxCardBoxLayoutModule, DbxChipDirective, DbxChipListComponent, DbxClickToCopyTextComponent, DbxClickToCopyTextDirective, DbxColorDirective, DbxColorService, DbxColorServiceConfig, DbxColumnLayoutModule, DbxCompactDirective, DbxCompactLayoutModule, DbxContentBorderDirective, DbxContentBoxDirective, DbxContentContainerDirective, DbxContentDirective, DbxContentElevateDirective, DbxContentLayoutModule, DbxContentPageDirective, DbxContentPitDirective, DbxDetachContentComponent, DbxDetachControlButtonsComponent, DbxDetachController, DbxDetachControlsComponent, DbxDetachInitDirective, DbxDetachInteractionModule, DbxDetachOutletComponent, DbxDetachOverlayComponent, DbxDetachService, DbxDetachWindowState, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxDialogContentCloseComponent, DbxDialogContentDirective, DbxDialogContentFooterComponent, DbxDialogInteractionModule, DbxDialogModule, DbxDownloadBlobButtonComponent, DbxDownloadTextViewComponent, DbxEmbedComponent, DbxErrorComponent, DbxErrorDefaultErrorWidgetComponent, DbxErrorDetailsComponent, DbxErrorPopoverComponent, DbxErrorSnackbarComponent, DbxErrorSnackbarService, DbxErrorViewComponent, DbxErrorWidgetService, DbxErrorWidgetViewComponent, DbxFileListComponent, DbxFileListItemComponent, 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, DbxIconTileComponent, DbxIconTileDirective, 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_d as DbxModelStateActions, model_actions_d as DbxModelStateModelActions, DbxModelTrackerService, DbxModelTypesService, DbxModelViewTrackerStorage, DbxNavbarComponent, DbxNumberWithLimitComponent, DbxOneColumnComponent, DbxOneColumnLayoutModule, DbxPagebarComponent, DbxPartialPresetFilterListComponent, DbxPartialPresetFilterMenuComponent, DbxPdfMergeEditorComponent, DbxPdfMergeEditorFileUploadComponent, DbxPdfMergeEditorFileUploadHasStateDirective, DbxPdfMergeEditorFileUploadValidatorDirective, DbxPdfMergeEditorStore, DbxPdfMergeEditorStoreDirective, DbxPdfMergeEntryComponent, DbxPdfMergeImportComponent, DbxPdfMergeListComponent, DbxPdfMergePageComponent, DbxPdfMergePageListComponent, DbxPdfMergeUploadActionDirective, DbxPdfMergeUploadButtonDirective, DbxPdfMergeUploadDialogComponent, DbxPdfPreviewComponent, 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, DbxWebPageTitleInfoDirective, DbxWebPageTitleService, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent, DbxWidgetService, DbxWidgetViewComponent, DbxWindowKeyDownListenerDirective, DbxZipBlobPreviewComponent, DbxZipPreviewComponent, PDF_MERGE_PAGE_ID_SEPARATOR, PDF_MERGE_PAGE_TAG_KEY, PDF_MERGE_RESULT_MIME_TYPE, PDF_MERGE_SIDECAR_DESCRIPTION, PDF_MERGE_SIDECAR_FILE_NAME, PDF_MERGE_SIDECAR_VERSION, PopoverPositionStrategy, PopupGlobalPositionStrategy, SCREEN_MEDIA_WIDTH_TYPE_SIZE_MAP, SIDE_NAV_DISPLAY_MODE_ORDER, SideNavDisplayMode, TRACK_BY_MODEL_ID, TRACK_BY_MODEL_KEY, TwoColumnsContextStore, UNKNOWN_ERROR_WIDGET_CODE, addConfigToValueListItems, allDbxModelViewTrackerEventModelKeys, allDbxModelViewTrackerEventSetModelKeys, asPdfMergeFile, attachPdfMergeSidecar, buildPdfMergeEntriesFromSidecar, buildPdfMergeEntry, buildPdfMergeEntrySync, buildPdfMergePagePlan, catchErrorServerParams, classifyPdfMergeFile, compactModeFromInput, compareScreenMediaWidthTypes, compressImageFile, convertServerErrorParams, convertToPOJOServerErrorResponse, convertToServerErrorResponse, copyToClipboardFunction, dbxColorBackground, dbxCuratedColorConfigForString, dbxListAccordionViewComponentImportsAndExports, dbxListGridViewComponentImportsAndExports, dbxPresetFilterMenuButtonIconObservable, dbxPresetFilterMenuButtonTextObservable, dbxStyleClassCleanSuffix, dbxThemeColorCssToken, dbxThemeColorCssTokenVar, dbxThemeColorCssVariable, dbxThemeColorCssVariableVar, dbxValueListItemDecisionFunction, dbxValueListItemKeyForItemValue, dbxWebDefaultPageTitleDelegate, dbxZipBlobPreviewEntryTreeFromEntries, defaultDbxModelViewTrackerStorageAccessorFactory, defaultDbxValueListViewGroupDelegate, defaultDbxValueListViewGroupValuesFunction, disableRightClickInCdkBackdrop, entryIdForPdfMergePageId, fileAcceptFilterTypeStringArray, fileAcceptFunction, fileAcceptString, fileArrayAcceptMatchFunction, fileArrayAcceptMaxFiles, flattenAccordionGroups, formatPdfMergeEntrySize, index_d$1 as fromDbxModel, injectCopyToClipboardFunction, injectCopyToClipboardFunctionWithSnackbarMessage, isDbxColorConfig, listItemModifier, makeDbxActionSnackbarDisplayConfigGeneratorFunction, makePdfMergePageId, makePdfMergeSidecar, makePdfMergeSidecarPageTag, mapCompactModeObs, mapValuesToValuesListItemConfigObs, mergePdfMergeEntries, index_d as onDbxModel, openEmbedDialog, openIframeDialog, openPdfPreviewDialog, openZipPreviewDialog, overrideClickElementEffect, pdfMergeEntriesUseEncryptedPassthrough, pdfMergePageGroupKeyForSlotId, provideDbxDetachController, provideDbxFileUploadActionCompatable, provideDbxHelpServices, provideDbxLinkify, provideDbxListView, provideDbxListViewWrapper, provideDbxModelService, provideDbxPdfMergeEditorConfig, provideDbxPdfMergeEditorPreserveEntriesOnSlotDestroy, provideDbxProgressButtonGlobalConfig, provideDbxPromptConfirm, provideDbxRouterWebAngularRouterProviderConfig, provideDbxRouterWebUiRouterProviderConfig, provideDbxScreenMediaService, provideDbxStyleService, provideDbxValueListView, provideDbxValueListViewGroupDelegate, provideDbxValueListViewModifier, provideDbxWebFilePreviewServiceEntries, provideDbxWebPageTitleService, provideTwoColumnsContext, readPdfMergeEntryPageMetas, readPdfMergePageTag, readPdfMergeSidecar, registerHelpContextKeysWithDbxHelpContextService, resizeSignal, resolveSideNavDisplayMode, sanitizeDbxDialogContentConfig, screenMediaWidthTypeIsActive, splitPdfMergeSidecarDocuments, trackByModelKeyRef, trackByUniqueIdentifier, validatePdfMergeEntry, writePdfMergePageTag };
|
|
14059
|
-
export type { AbstractDbxValueListViewConfig, AnchorForValueFunction, BuildPdfMergeEntriesFromSidecarConfig, BuildPdfMergeEntryConfig, BuildPdfMergePagePlanInput, CompactContextState, CompactModeDefaultOptions, CompactModeOption, CompactModeOptions, CompressImageDimensions, CompressImageFileResult, CopyToClipboardContent, CopyToClipboardFunction, CopyToClipboardFunctionConfig, CopyToClipboardFunctionWithSnackbarMessage, CopyToClipboardFunctionWithSnackbarMessageConfig, CopyToClipboardFunctionWithSnackbarMessageSnackbarConfig, CopyToClipboardSuccess, DbxAccordionRenderEntry, DbxAccordionRenderGroupFooterEntry, DbxAccordionRenderGroupHeaderEntry, DbxAccordionRenderItemEntry, DbxActionConfirmConfig, DbxActionDialogFunction, DbxActionPopoverFunction, DbxActionPopoverFunctionParams, DbxActionSnackbarActionConfig, DbxActionSnackbarDisplayConfig, DbxActionSnackbarDisplayConfigGeneratorFunction, DbxActionSnackbarEvent, DbxActionSnackbarEventMakeConfig, DbxActionSnackbarGeneratorInput, DbxActionSnackbarGeneratorUndoInput, DbxActionSnackbarGeneratorUndoInputConfig, DbxActionSnackbarKnownType, DbxActionSnackbarServiceConfig, DbxActionSnackbarType, DbxActionTransitionSafetyDialogResult, DbxActionTransitionSafetyType, DbxAnchorListExpandedAnchor, DbxAvatarComponentForContextFunction, DbxAvatarContext, DbxAvatarImageFit, DbxAvatarInjectionComponentConfig, DbxAvatarKey, DbxAvatarSelector, DbxAvatarSize, DbxAvatarStyle, DbxButtonDisplayStylePair, DbxButtonStyle, DbxButtonType, DbxChipDisplay, DbxColorConfig, DbxColorConfigTemplate, DbxColorConfigTemplateKey, DbxColorInput, DbxColorTone, DbxContentBorderOpacity, DbxContentContainerPadding, DbxContentContainerWidth, DbxContentPitScrollableHeight, DbxContentPitScrollableHeightSetting, DbxContentPitScrollableInput, DbxDetachConfig, DbxDetachInstance, DbxDetachKey, DbxDetachOverlayConfig, DbxDetachOverlayData, DbxDetachWindowStateType, DbxDialogContentConfig, DbxDialogContentContainerWidth, DbxDialogContentFooterConfig, DbxDownloadBlobButtonConfig, DbxEmbedComponentElement, DbxEmbedDialogConfig, DbxErrorPopoverConfig, DbxErrorSnackbarConfig, DbxErrorSnackbarData, DbxErrorViewButtonEvent, DbxErrorWidgetEntry, DbxErrorWidgetEntryWithPopupComponentClass, DbxFileListComponentConfig, DbxFileListEntry, DbxFileListItemComponentConfig, DbxFileListItemDetailsDateStyle, DbxFileUploadAreaFilesChangedEvent, DbxFileUploadButtonFilesChangedEvent, DbxFileUploadComponentConfig, DbxFileUploadFilesChangedEvent, DbxFileUploadMode, DbxFilterButtonConfig, DbxFilterButtonConfigWithCustomFilter, DbxFilterButtonConfigWithPresetFilter, DbxFilterComponentConfig, DbxFilterPopoverComponentConfig, DbxFlexSize, DbxHelpContextKey, DbxHelpContextReference, DbxHelpViewPopoverButtonConfig, DbxHelpViewPopoverConfig, DbxHelpViewPopoverConfigWithoutOrigin, DbxHelpWidgetEntryData, DbxHelpWidgetServiceConfigFactory, DbxHelpWidgetServiceEntry, DbxIframeDialogConfig, DbxImageCompressionConfig, DbxInjectionDialogComponentConfig, DbxLinkifyConfig, DbxLinkifyServiceConfigFactory, DbxLinkifyServiceDefaultEntry, DbxLinkifyServiceEntry, DbxLinkifyStringOptions, DbxLinkifyStringType, DbxListComponentScrolledEventPosition, DbxListConfig, DbxListLoadMoreHandler, DbxListScrollDirectionTrigger, DbxListSelectionMode, DbxListTitleGroupData, DbxListTitleGroupTitleDelegate, DbxListViewMetaIconConfig, DbxListWrapperConfig, DbxLoadingComponentState, DbxLoadingIsLoadingOrProgress, DbxLoadingProgress, DbxMakeActionSnackbarGeneratorConfiguration, DbxMakeActionSnackbarGeneratorEventConfiguration, DbxModelFullState, DbxModelIconsMap, DbxModelTypeConfiguration, DbxModelTypeConfigurationMap, DbxModelTypeConfigurationSrefFactory, DbxModelTypeConfigurationSrefFactoryBuilder, DbxModelTypeInfo, DbxModelTypesMap, DbxModelViewTrackerEvent, DbxModelViewTrackerEventSet, DbxPdfMergeEditorAddFileToSlotInput, DbxPdfMergeEditorAddFilesInput, DbxPdfMergeEditorClearEntriesInput, DbxPdfMergeEditorClearEntriesResult, DbxPdfMergeEditorConfig, DbxPdfMergeEditorFileUploadConfig, DbxPdfMergeEditorFileUploadState, DbxPdfMergeEditorFileUploadValidatorSlot, DbxPdfMergeEditorImportErrorReason, DbxPdfMergeEditorImportMergedPdfInput, DbxPdfMergeEditorImportOrigin, DbxPdfMergeEditorImportResult, DbxPdfMergeEditorImportState, DbxPdfMergeEditorOutputSizeState, DbxPdfMergeEditorSourceConfig, DbxPdfMergeEditorValidator, DbxPdfMergeEncryptedHandling, DbxPdfMergeImportConfig, DbxPdfMergeOutputSizeLimitsConfig, DbxPdfMergeUploadButtonConfig, DbxPdfMergeUploadDialogConfig, DbxPdfMergeUploadDialogUploadButtonConfig, DbxPdfPreviewDialogConfig, DbxPopoverComponentConfig, DbxPopoverConfig, DbxPopoverConfigSizing, DbxPopoverKey, DbxPopupComponentConfig, DbxPopupConfig, DbxPopupKey, DbxPopupWindowStateType, DbxPresetFilterMenuConfig, DbxProgressButtonConfig, DbxProgressButtonGlobalConfig, DbxProgressButtonIcon, DbxProgressButtonTargetedConfig, DbxPromptConfirmConfig, DbxPromptConfirmDialogConfig, DbxSectionHeaderConfig, DbxSectionHeaderHType, DbxSectionPageScrollLockedMode, DbxSelectionListWrapperConfig, DbxSelectionValueListViewConfig, DbxSetStyleMode, DbxSidenavPosition, DbxSidenavSidebarState, DbxStepBlockComponentConfig, DbxStyleApplication, DbxStyleClass, DbxStyleClassCleanSuffix, DbxStyleClassDashSuffix, DbxStyleClassSuffix, DbxStyleConfig, DbxStyleName, DbxStyleSupplement, DbxThemeColor, DbxThemeColorExtra, DbxThemeColorExtraSecondary, DbxThemeColorMain, DbxThemeColorMainOrExtra, DbxTwoColumnViewState, DbxValueAsListItem, DbxValueListAccordionViewConfig, DbxValueListGridItemViewGridSizeConfig, DbxValueListGridViewConfig, DbxValueListItem, DbxValueListItemConfig, DbxValueListItemDecisionFunction, DbxValueListItemGroup, DbxValueListViewConfig, DbxValueListViewGroupValuesFunction, DbxWebDefaultPageTitleDelegateConfig, DbxWebFilePreviewComponentConfig, DbxWebFilePreviewServiceEntry, DbxWebFilePreviewServicePreviewComponentFunction, DbxWebFilePreviewServicePreviewComponentFunctionInput, DbxWebFilePreviewServicePreviewDialogFunction, DbxWebFilePreviewServicePreviewDialogFunctionInput, DbxWebFilePreviewServicePreviewDialogFunctionInputWithMatDialog, DbxWebFilePreviewServicePreviewDialogWithComponentFunction, DbxWebFilePreviewServicePreviewDialogWithComponentFunctionInput,
|
|
13858
|
+
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_COLOR_CUSTOM_BG_CSS_CLASS, DBX_COLOR_CUSTOM_TEXT_CSS_CLASS, DBX_CURATED_COLOR_COUNT, DBX_CURATED_COLOR_TEMPLATES, DBX_CURATED_COLOR_TEMPLATE_KEY_PREFIX, DBX_DARK_STYLE_CLASS_SUFFIX, DBX_HELP_WIDGET_ENTRY_DATA_TOKEN, DBX_LIST_ACCORDION_VIEW_COMPONENT_IMPORTS_AND_EXPORTS, DBX_LIST_GRID_VIEW_COMPONENT_IMPORTS_AND_EXPORTS, DBX_LIST_ITEM_DISABLE_RIPPLE_LIST_ITEM_MODIFIER_KEY, DBX_LIST_ITEM_IS_SELECTED_ITEM_MODIFIER_KEY, DBX_MODEL_VIEW_TRACKER_STORAGE_ACCESSOR_TOKEN, DBX_PDF_MERGE_EDITOR_CONFIG, DBX_PDF_MERGE_EDITOR_INITIAL_STATE, DBX_PDF_MERGE_EDITOR_PRESERVE_ENTRIES_ON_SLOT_DESTROY, DBX_PDF_MERGE_ENCRYPTED_ERROR_MESSAGE, DBX_PDF_MERGE_ENCRYPTED_NOT_EDITABLE_MESSAGE, DBX_PDF_MERGE_IGNORED_ENTRY_MESSAGE, DBX_PDF_MERGE_IMPORT_ERROR_MESSAGES, DBX_PDF_MERGE_SUPERSEDED_SLOT_MESSAGE, DBX_PROGRESS_BUTTON_GLOBAL_CONFIG, DBX_ROUTER_ANCHOR_COMPONENTS, DBX_ROUTER_VALUE_LIST_ITEM_MODIFIER_KEY, 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_ENTRIES_TOKEN, DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_COMPONENT_PRESET, DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_PRESET_ENTRY, DBX_WEB_PAGE_TITLE_SERVICE_CONFIG, DEFAULT_DBX_CHIP_TONE, DEFAULT_DBX_DETACH_KEY, DEFAULT_DBX_ERROR_SNACKBAR_CONFIG, DEFAULT_DBX_FILE_LIST_ITEM_DETAILS_CLASS, DEFAULT_DBX_FILE_LIST_ITEM_DETAILS_DATE_STYLE, 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_DISABLE_FUNCTION, DEFAULT_DBX_LIST_ITEM_IS_SELECTED_FUNCTION, DEFAULT_DBX_LIST_SCROLL_DISTANCE, DEFAULT_DBX_LIST_THROTTLE_SCROLL, DEFAULT_DBX_LIST_VIEW_META_ICON, DEFAULT_DBX_PDF_MERGE_ENCRYPTED_HANDLING, DEFAULT_DBX_PDF_MERGE_PAGE_EDITING, DEFAULT_DBX_PDF_MERGE_RESTORE_IMPORT_ON_CLEAR, DEFAULT_DBX_PDF_MERGE_SIDECAR, DEFAULT_DBX_PROMPT_CONFIRM_DIALOG_CONFIG, DEFAULT_DBX_SELECTION_VALUE_LIST_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_SIDENAV_MENU_ICON, DEFAULT_DBX_STYLE_CONFIG_TOKEN, DEFAULT_DBX_VALUE_LIST_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_WEB_FILE_PREVIEW_SERVICE_DIALOG_WITH_COMPONENT_FUNCTION, DEFAULT_DBX_WEB_FILE_PREVIEW_SERVICE_PREVIEW_COMPONENT_FUNCTION, DEFAULT_ERROR_POPOVER_KEY, DEFAULT_ERROR_WIDGET_CODE, DEFAULT_FILTER_POPOVER_KEY, DEFAULT_IMAGE_BITMAP_TO_BLOB_ENCODER, DEFAULT_IMAGE_JPEG_QUALITY, DEFAULT_LIST_GRID_SIZE_CONFIG, DEFAULT_LIST_WRAPPER_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_LOADING_PROGRESS_DIAMETER, DEFAULT_PDF_MERGE_ACCEPT, DEFAULT_PDF_MERGE_PAGE_GROUP_KEY, 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, DbxAvatarViewComponent, DbxAvatarViewService, DbxAvatarViewServiceConfig, DbxBarDirective, DbxBarHeaderComponent, DbxBarLayoutModule, DbxBasicLoadingComponent, DbxBodyDirective, DbxButtonComponent, DbxButtonModule, DbxButtonSpacerDirective, DbxCardBoxComponent, DbxCardBoxContainerDirective, DbxCardBoxLayoutModule, DbxChipDirective, DbxChipListComponent, DbxClickToCopyTextComponent, DbxClickToCopyTextDirective, DbxColorDirective, DbxColorService, DbxColorServiceConfig, DbxCompactDirective, DbxContentBorderDirective, DbxContentBoxDirective, DbxContentContainerDirective, DbxContentDirective, DbxContentElevateDirective, DbxContentLayoutModule, DbxContentPageDirective, DbxContentPitDirective, DbxDetachContentComponent, DbxDetachControlButtonsComponent, DbxDetachController, DbxDetachControlsComponent, DbxDetachInitDirective, DbxDetachInteractionModule, DbxDetachOutletComponent, DbxDetachOverlayComponent, DbxDetachService, DbxDetachWindowState, DbxDetailBlockComponent, DbxDetailBlockHeaderComponent, DbxDialogContentCloseComponent, DbxDialogContentDirective, DbxDialogContentFooterComponent, DbxDialogModule, DbxDownloadBlobButtonComponent, DbxDownloadTextViewComponent, DbxEmbedComponent, DbxErrorComponent, DbxErrorDefaultErrorWidgetComponent, DbxErrorDetailsComponent, DbxErrorPopoverComponent, DbxErrorSnackbarComponent, DbxErrorSnackbarService, DbxErrorViewComponent, DbxErrorWidgetService, DbxErrorWidgetViewComponent, DbxFileListComponent, DbxFileListItemComponent, DbxFileUploadActionCompatable, DbxFileUploadActionSyncDirective, DbxFileUploadAreaComponent, DbxFileUploadButtonComponent, DbxFileUploadComponent, DbxFilterInteractionModule, DbxFilterPopoverButtonComponent, DbxFilterPopoverComponent, DbxFilterWrapperComponent, DbxFlagComponent, DbxFlagLayoutModule, DbxFlagPromptComponent, DbxFlexGroupDirective, DbxFlexSizeDirective, DbxHelpContextDirective, DbxHelpContextService, DbxHelpViewListComponent, DbxHelpViewListEntryComponent, DbxHelpViewPopoverButtonComponent, DbxHelpViewPopoverComponent, DbxHelpWidgetService, DbxHelpWidgetServiceConfig, DbxIconButtonComponent, DbxIconItemComponent, DbxIconSpacerDirective, DbxIconTileComponent, DbxIconTileDirective, DbxIfSidenavDisplayModeDirective, DbxIframeComponent, DbxInjectionDialogComponent, DbxIntroActionSectionComponent, DbxLabelBlockComponent, 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_d as DbxModelStateActions, model_actions_d as DbxModelStateModelActions, DbxModelTrackerService, DbxModelTypesService, DbxModelViewTrackerStorage, DbxNavbarComponent, DbxNumberWithLimitComponent, DbxOneColumnComponent, DbxPagebarComponent, DbxPartialPresetFilterListComponent, DbxPartialPresetFilterMenuComponent, DbxPdfMergeEditorComponent, DbxPdfMergeEditorFileUploadComponent, DbxPdfMergeEditorFileUploadHasStateDirective, DbxPdfMergeEditorFileUploadValidatorDirective, DbxPdfMergeEditorStore, DbxPdfMergeEditorStoreDirective, DbxPdfMergeEntryComponent, DbxPdfMergeImportComponent, DbxPdfMergeListComponent, DbxPdfMergePageComponent, DbxPdfMergePageListComponent, DbxPdfMergeUploadActionDirective, DbxPdfMergeUploadButtonDirective, DbxPdfMergeUploadDialogComponent, DbxPdfPreviewComponent, 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, DbxProgressSpinnerButtonComponent, DbxPromptBoxDirective, DbxPromptComponent, DbxPromptConfirm, DbxPromptConfirmButtonDirective, DbxPromptConfirmComponent, DbxPromptConfirmDialogComponent, DbxPromptConfirmDirective, DbxPromptModule, DbxPromptPageComponent, DbxResizedDirective, DbxRouterAnchorModule, DbxRouterLayoutModule, DbxRouterSidenavModule, DbxRouterWebProviderConfig, DbxScreenMediaService, DbxScreenMediaServiceConfig, DbxSectionComponent, DbxSectionHeaderComponent, DbxSectionLayoutModule, DbxSectionPageComponent, DbxSelectionValueListViewComponent, DbxSelectionValueListViewComponentImportsModule, DbxSelectionValueListViewContentComponent, DbxSetStyleDirective, DbxSidenavButtonComponent, DbxSidenavComponent, DbxSidenavPageComponent, DbxSidenavPagebarComponent, DbxSpacerDirective, DbxStepBlockComponent, DbxStructureDirective, DbxStyleBodyDirective, DbxStyleDirective, DbxStyleLayoutModule, DbxStyleService, DbxSubSectionComponent, DbxTextChipsComponent, DbxTextColorDirective, DbxTextModule, DbxTwoBlockComponent, DbxTwoColumnBackDirective, DbxTwoColumnColumnHeadDirective, DbxTwoColumnComponent, DbxTwoColumnContextDirective, DbxTwoColumnFullLeftDirective, DbxTwoColumnLayoutModule, DbxTwoColumnRightComponent, DbxTwoColumnSrefDirective, DbxTwoColumnSrefShowRightDirective, DbxUIRouterSegueAnchorComponent, DbxUnitedStatesAddressComponent, DbxValueListAccordionViewComponent, DbxValueListAccordionViewContentComponent, DbxValueListGridSizeDirective, DbxValueListGridViewComponent, DbxValueListGridViewContentComponent, DbxValueListGridViewContentGroupComponent, DbxValueListItemModifier, DbxValueListItemModifierDirective, DbxValueListView, DbxValueListViewComponent, DbxValueListViewComponentImportsModule, DbxValueListViewContentComponent, DbxValueListViewContentGroupComponent, DbxValueListViewGroupDelegate, DbxWebFilePreviewComponent, DbxWebFilePreviewService, DbxWebModule, DbxWebPageTitleInfoDirective, DbxWebPageTitleService, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent, DbxWidgetService, DbxWidgetViewComponent, DbxWindowKeyDownListenerDirective, DbxZipBlobPreviewComponent, DbxZipPreviewComponent, PDF_MERGE_PAGE_ID_SEPARATOR, PDF_MERGE_PAGE_TAG_KEY, PDF_MERGE_RESULT_MIME_TYPE, PDF_MERGE_SIDECAR_DESCRIPTION, PDF_MERGE_SIDECAR_FILE_NAME, PDF_MERGE_SIDECAR_VERSION, PopoverPositionStrategy, PopupGlobalPositionStrategy, SCREEN_MEDIA_WIDTH_TYPE_SIZE_MAP, SIDE_NAV_DISPLAY_MODE_ORDER, SideNavDisplayMode, TRACK_BY_MODEL_ID, TRACK_BY_MODEL_KEY, TwoColumnsContextStore, UNKNOWN_ERROR_WIDGET_CODE, addConfigToValueListItems, allDbxModelViewTrackerEventModelKeys, allDbxModelViewTrackerEventSetModelKeys, asPdfMergeFile, attachPdfMergeSidecar, buildPdfMergeEntriesFromSidecar, buildPdfMergeEntry, buildPdfMergeEntrySync, buildPdfMergePagePlan, catchErrorServerParams, classifyPdfMergeFile, compactModeFromInput, compareScreenMediaWidthTypes, compressImageFile, convertServerErrorParams, convertToPOJOServerErrorResponse, convertToServerErrorResponse, copyToClipboardFunction, dbxColorBackground, dbxCuratedColorConfigForString, dbxPresetFilterMenuButtonIconObservable, dbxPresetFilterMenuButtonTextObservable, dbxStyleClassCleanSuffix, dbxThemeColorCssToken, dbxThemeColorCssTokenVar, dbxValueListItemDecisionFunction, dbxValueListItemKeyForItemValue, dbxWebDefaultPageTitleDelegate, dbxZipBlobPreviewEntryTreeFromEntries, defaultDbxModelViewTrackerStorageAccessorFactory, defaultDbxValueListViewGroupDelegate, defaultDbxValueListViewGroupValuesFunction, disableRightClickInCdkBackdrop, entryIdForPdfMergePageId, fileAcceptFilterTypeStringArray, fileAcceptFunction, fileAcceptString, fileArrayAcceptMatchFunction, fileArrayAcceptMaxFiles, flattenAccordionGroups, formatPdfMergeEntrySize, index_d$1 as fromDbxModel, injectCopyToClipboardFunction, injectCopyToClipboardFunctionWithSnackbarMessage, isDbxColorConfig, listItemModifier, makeDbxActionSnackbarDisplayConfigGeneratorFunction, makePdfMergePageId, makePdfMergeSidecar, makePdfMergeSidecarPageTag, mapCompactModeObs, mapValuesToValuesListItemConfigObs, mergePdfMergeEntries, index_d as onDbxModel, openEmbedDialog, openIframeDialog, openPdfPreviewDialog, openZipPreviewDialog, overrideClickElementEffect, pdfMergeEntriesUseEncryptedPassthrough, pdfMergePageGroupKeyForSlotId, provideDbxDetachController, provideDbxFileUploadActionCompatable, provideDbxHelpServices, provideDbxLinkify, provideDbxListView, provideDbxListViewWrapper, provideDbxModelService, provideDbxPdfMergeEditorConfig, provideDbxPdfMergeEditorPreserveEntriesOnSlotDestroy, provideDbxProgressButtonGlobalConfig, provideDbxPromptConfirm, provideDbxRouterWebAngularRouterProviderConfig, provideDbxRouterWebUiRouterProviderConfig, provideDbxScreenMediaService, provideDbxStyleService, provideDbxValueListView, provideDbxValueListViewGroupDelegate, provideDbxValueListViewModifier, provideDbxWebFilePreviewServiceEntries, provideDbxWebPageTitleService, provideTwoColumnsContext, readPdfMergeEntryPageMetas, readPdfMergePageTag, readPdfMergeSidecar, registerHelpContextKeysWithDbxHelpContextService, resizeSignal, resolveSideNavDisplayMode, sanitizeDbxDialogContentConfig, screenMediaWidthTypeIsActive, splitPdfMergeSidecarDocuments, trackByModelKeyRef, trackByUniqueIdentifier, validatePdfMergeEntry, writePdfMergePageTag };
|
|
13859
|
+
export type { AbstractDbxValueListViewConfig, AnchorForValueFunction, BuildPdfMergeEntriesFromSidecarConfig, BuildPdfMergeEntryConfig, BuildPdfMergePagePlanInput, CompactContextState, CompactModeDefaultOptions, CompactModeOption, CompactModeOptions, CompressImageDimensions, CompressImageFileResult, CopyToClipboardContent, CopyToClipboardFunction, CopyToClipboardFunctionConfig, CopyToClipboardFunctionWithSnackbarMessage, CopyToClipboardFunctionWithSnackbarMessageConfig, CopyToClipboardFunctionWithSnackbarMessageSnackbarConfig, CopyToClipboardSuccess, DbxAccordionRenderEntry, DbxAccordionRenderGroupFooterEntry, DbxAccordionRenderGroupHeaderEntry, DbxAccordionRenderItemEntry, DbxActionConfirmConfig, DbxActionDialogFunction, DbxActionPopoverFunction, DbxActionPopoverFunctionParams, DbxActionSnackbarActionConfig, DbxActionSnackbarDisplayConfig, DbxActionSnackbarDisplayConfigGeneratorFunction, DbxActionSnackbarEvent, DbxActionSnackbarEventMakeConfig, DbxActionSnackbarGeneratorInput, DbxActionSnackbarGeneratorUndoInput, DbxActionSnackbarGeneratorUndoInputConfig, DbxActionSnackbarKnownType, DbxActionSnackbarServiceConfig, DbxActionSnackbarType, DbxActionTransitionSafetyDialogResult, DbxActionTransitionSafetyType, DbxAnchorListExpandedAnchor, DbxAvatarComponentForContextFunction, DbxAvatarContext, DbxAvatarImageFit, DbxAvatarInjectionComponentConfig, DbxAvatarKey, DbxAvatarSelector, DbxAvatarSize, DbxAvatarStyle, DbxButtonDisplayStylePair, DbxButtonStyle, DbxButtonType, DbxChipDisplay, DbxColorConfig, DbxColorConfigTemplate, DbxColorConfigTemplateKey, DbxColorInput, DbxColorTone, DbxContentBorderOpacity, DbxContentContainerPadding, DbxContentContainerWidth, DbxContentPitScrollableHeight, DbxContentPitScrollableHeightSetting, DbxContentPitScrollableInput, DbxDetachConfig, DbxDetachInstance, DbxDetachKey, DbxDetachOverlayConfig, DbxDetachOverlayData, DbxDetachWindowStateType, DbxDialogContentConfig, DbxDialogContentContainerWidth, DbxDialogContentFooterConfig, DbxDownloadBlobButtonConfig, DbxEmbedComponentElement, DbxEmbedDialogConfig, DbxErrorPopoverConfig, DbxErrorSnackbarConfig, DbxErrorSnackbarData, DbxErrorViewButtonEvent, DbxErrorWidgetEntry, DbxErrorWidgetEntryWithPopupComponentClass, DbxFileListComponentConfig, DbxFileListEntry, DbxFileListItemComponentConfig, DbxFileListItemDetailsDateStyle, DbxFileUploadAreaFilesChangedEvent, DbxFileUploadButtonFilesChangedEvent, DbxFileUploadComponentConfig, DbxFileUploadFilesChangedEvent, DbxFileUploadMode, DbxFilterButtonConfig, DbxFilterButtonConfigWithCustomFilter, DbxFilterButtonConfigWithPresetFilter, DbxFilterComponentConfig, DbxFilterPopoverComponentConfig, DbxFlexSize, DbxHelpContextKey, DbxHelpContextReference, DbxHelpViewPopoverButtonConfig, DbxHelpViewPopoverConfig, DbxHelpViewPopoverConfigWithoutOrigin, DbxHelpWidgetEntryData, DbxHelpWidgetServiceConfigFactory, DbxHelpWidgetServiceEntry, DbxIframeDialogConfig, DbxImageCompressionConfig, DbxInjectionDialogComponentConfig, DbxLinkifyConfig, DbxLinkifyServiceConfigFactory, DbxLinkifyServiceDefaultEntry, DbxLinkifyServiceEntry, DbxLinkifyStringOptions, DbxLinkifyStringType, DbxListComponentScrolledEventPosition, DbxListConfig, DbxListLoadMoreHandler, DbxListScrollDirectionTrigger, DbxListSelectionMode, DbxListTitleGroupData, DbxListTitleGroupTitleDelegate, DbxListViewMetaIconConfig, DbxListWrapperConfig, DbxLoadingComponentState, DbxLoadingIsLoadingOrProgress, DbxLoadingProgress, DbxMakeActionSnackbarGeneratorConfiguration, DbxMakeActionSnackbarGeneratorEventConfiguration, DbxModelFullState, DbxModelIconsMap, DbxModelTypeConfiguration, DbxModelTypeConfigurationMap, DbxModelTypeConfigurationSrefFactory, DbxModelTypeConfigurationSrefFactoryBuilder, DbxModelTypeInfo, DbxModelTypesMap, DbxModelViewTrackerEvent, DbxModelViewTrackerEventSet, DbxPdfMergeEditorAddFileToSlotInput, DbxPdfMergeEditorAddFilesInput, DbxPdfMergeEditorClearEntriesInput, DbxPdfMergeEditorClearEntriesResult, DbxPdfMergeEditorConfig, DbxPdfMergeEditorFileUploadConfig, DbxPdfMergeEditorFileUploadState, DbxPdfMergeEditorFileUploadValidatorSlot, DbxPdfMergeEditorImportErrorReason, DbxPdfMergeEditorImportMergedPdfInput, DbxPdfMergeEditorImportOrigin, DbxPdfMergeEditorImportResult, DbxPdfMergeEditorImportState, DbxPdfMergeEditorOutputSizeState, DbxPdfMergeEditorSourceConfig, DbxPdfMergeEditorValidator, DbxPdfMergeEncryptedHandling, DbxPdfMergeImportConfig, DbxPdfMergeOutputSizeLimitsConfig, DbxPdfMergeUploadButtonConfig, DbxPdfMergeUploadDialogConfig, DbxPdfMergeUploadDialogUploadButtonConfig, DbxPdfPreviewDialogConfig, DbxPopoverComponentConfig, DbxPopoverConfig, DbxPopoverConfigSizing, DbxPopoverKey, DbxPopupComponentConfig, DbxPopupConfig, DbxPopupKey, DbxPopupWindowStateType, DbxPresetFilterMenuConfig, DbxProgressButtonConfig, DbxProgressButtonGlobalConfig, DbxProgressButtonIcon, DbxProgressButtonTargetedConfig, DbxPromptConfirmConfig, DbxPromptConfirmDialogConfig, DbxSectionHeaderConfig, DbxSectionHeaderHType, DbxSectionPageScrollLockedMode, DbxSelectionListWrapperConfig, DbxSelectionValueListViewConfig, DbxSetStyleMode, DbxSidenavPosition, DbxSidenavSidebarState, DbxStepBlockComponentConfig, DbxStyleApplication, DbxStyleClass, DbxStyleClassCleanSuffix, DbxStyleClassDashSuffix, DbxStyleClassSuffix, DbxStyleConfig, DbxStyleName, DbxStyleSupplement, DbxThemeColor, DbxThemeColorExtra, DbxThemeColorExtraSecondary, DbxThemeColorMain, DbxThemeColorMainOrExtra, DbxTwoColumnViewState, DbxValueAsListItem, DbxValueListAccordionViewConfig, DbxValueListGridItemViewGridSizeConfig, DbxValueListGridViewConfig, DbxValueListItem, DbxValueListItemConfig, DbxValueListItemDecisionFunction, DbxValueListItemGroup, DbxValueListViewConfig, DbxValueListViewGroupValuesFunction, DbxWebDefaultPageTitleDelegateConfig, DbxWebFilePreviewComponentConfig, DbxWebFilePreviewServiceEntry, DbxWebFilePreviewServicePreviewComponentFunction, DbxWebFilePreviewServicePreviewComponentFunctionInput, DbxWebFilePreviewServicePreviewDialogFunction, DbxWebFilePreviewServicePreviewDialogFunctionInput, DbxWebFilePreviewServicePreviewDialogFunctionInputWithMatDialog, DbxWebFilePreviewServicePreviewDialogWithComponentFunction, DbxWebFilePreviewServicePreviewDialogWithComponentFunctionInput, DbxWebPageTitleDelegate, DbxWebPageTitleDelegateInput, DbxWebPageTitleDetails, DbxWebPageTitleInfoConfig, DbxWebPageTitleInfoReference, DbxWebPageTitleServiceConfig, DbxWidgetDataPair, DbxWidgetDataPairFactory, DbxWidgetDataPairWithSelection, DbxWidgetEntry, DbxWidgetType, DbxWidgetViewComponentConfig, DbxZipBlobPreviewEntryNodeValue, DbxZipBlobPreviewEntryTreeNode, DbxZipBlobPreviewEntryTreeRoot, DbxZipBlobPreviewGroupData, DbxZipBlobPreviewGroupValue, DbxZipBlobPreviewMode, DbxZipPreviewDialogConfig, DownloadTextContent, FileAcceptFilterTypeString, FileAcceptFilterTypeStringArray, FileAcceptFunction, FileAcceptFunctionInput, FileAcceptString, FileArrayAcceptMatchConfig, FileArrayAcceptMatchFunction, FileArrayAcceptMatchResult, FileArrayAcceptMaxFilesInput, FullDbxPopoverComponentConfig, ImageBitmapToBlobEncoder, ImageBitmapToBlobEncoderInput, ImageCompressionStatus, ListItemModifier, ListSelectionState, ListSelectionStateItem, LoadingComponentState, MergePdfMergeEntriesOptions, ModelViewContext, NavBarContentAlign, NavbarButtonMode, NavbarMode, NumberWithLimit, OverrideClickElementEffectConfig, PdfMergeEditorState, PdfMergeEntry, PdfMergeEntryKind, PdfMergeEntryMove, PdfMergeEntryOriginal, PdfMergeEntryStatus, PdfMergeEntryValidationResult, PdfMergeEntryView, PdfMergePageGroup, PdfMergePageMeta, PdfMergePageMove, PdfMergePageOverride, PdfMergePageRemovedChange, PdfMergePageRotation, PdfMergePageRotationChange, PdfMergePageView, PdfMergeSidecar, PdfMergeSidecarDocument, PdfMergeSidecarDocumentFile, PdfMergeSidecarImportErrorReason, PdfMergeSidecarImportResult, PdfMergeSidecarPage, PdfMergeSidecarReadInput, PdfMergeSidecarReadResult, PdfMergeSidecarResolvedDocument, PdfMergeSidecarResolvedPage, PopoverPositionStrategyConfig, PopupPosition, PopupPositionOffset, ProvideDbxHelpServicesConfig, ProvideDbxLinkifyConfig, ProvideDbxScreenMediaServiceConfig, ProvideDbxStyleServiceConfig, ProvideDbxWebPageTitleServiceConfig, ResizedEvent, ScreenMediaHeightType, ScreenMediaWidthType, ServerErrorParams, SideNavDisplayModeString, SplitPdfMergeSidecarResult, TextChip, TwoColumnsState };
|