@dereekb/dbx-web 13.42.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.
@@ -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 dist_packages_dbx_core_types_dereekb_dbx_core from 'dist/packages/dbx-core/types/dereekb-dbx-core';
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<dist_packages_dbx_core_types_dereekb_dbx_core.DbxActionWorkOrWorkProgress>>;
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; }; "customButtonColor": { "alias": "customButtonColor"; "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: {}; }]>;
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$1_featureKey as featureKey, index_d$1_reducers as reducers, index_d$1_selectDbxModelFeature as selectDbxModelFeature, index_d$1_selectDbxModelFeatureObjectModuleConfig as selectDbxModelFeatureObjectModuleConfig };
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
  */
@@ -7532,6 +7376,157 @@ declare class DbxDownloadBlobButtonComponent {
7532
7376
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxDownloadBlobButtonComponent, "dbx-download-blob-button", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7533
7377
  }
7534
7378
 
7379
+ /**
7380
+ * How a file list item renders its details date.
7381
+ *
7382
+ * `'distance'` renders the date relative to now ("3 hours ago", "in 2 days"), and `'distance-past'` does
7383
+ * the same for a date that describes something that ALREADY HAPPENED — clamping it to now so it can never
7384
+ * read as the future. The remaining values are passed through to Angular's DatePipe.
7385
+ *
7386
+ * Prefer `'distance-past'` for an uploaded-at or created-at date. A stored timestamp lands marginally
7387
+ * ahead of the client more often than it looks: a clock a second out will do it, and so will a value
7388
+ * stored as whole Unix seconds, which rounds UP. Under `'distance'` such a date reads "in less than a
7389
+ * minute", which for something that already happened is nonsense.
7390
+ */
7391
+ type DbxFileListItemDetailsDateStyle = 'distance' | 'distance-past' | 'short' | 'medium' | 'long';
7392
+ /**
7393
+ * Default details date style used by a file list item.
7394
+ */
7395
+ declare const DEFAULT_DBX_FILE_LIST_ITEM_DETAILS_DATE_STYLE: DbxFileListItemDetailsDateStyle;
7396
+ /**
7397
+ * Default css class applied to a file list item's details line.
7398
+ */
7399
+ declare const DEFAULT_DBX_FILE_LIST_ITEM_DETAILS_CLASS = "dbx-hint";
7400
+ /**
7401
+ * Configuration for the {@link DbxFileListItemComponent}.
7402
+ */
7403
+ interface DbxFileListItemComponentConfig {
7404
+ /**
7405
+ * The file's name. Shown on the item's first line.
7406
+ */
7407
+ readonly name?: Maybe<string>;
7408
+ /**
7409
+ * Optional leading icon.
7410
+ *
7411
+ * Leave undefined when the item is rendered inside a dbx-list, as the list renders the
7412
+ * item's own icon itself.
7413
+ */
7414
+ readonly icon?: Maybe<string>;
7415
+ /**
7416
+ * Static text for the second line. Rendered before {@link detailsDate} when both are set.
7417
+ */
7418
+ readonly details?: Maybe<string>;
7419
+ /**
7420
+ * Date for the second line.
7421
+ */
7422
+ readonly detailsDate?: Maybe<Date>;
7423
+ /**
7424
+ * How {@link detailsDate} is rendered. Defaults to {@link DEFAULT_DBX_FILE_LIST_ITEM_DETAILS_DATE_STYLE}.
7425
+ */
7426
+ readonly detailsDateStyle?: Maybe<DbxFileListItemDetailsDateStyle>;
7427
+ /**
7428
+ * Css class applied to the second line. Defaults to {@link DEFAULT_DBX_FILE_LIST_ITEM_DETAILS_CLASS}.
7429
+ *
7430
+ * Use `'dbx-warn'` to mark a file that failed.
7431
+ */
7432
+ readonly detailsClass?: Maybe<string>;
7433
+ }
7434
+ /**
7435
+ * A single row of a {@link DbxFileListComponent}.
7436
+ */
7437
+ interface DbxFileListEntry<T = unknown> extends DbxFileListItemComponentConfig {
7438
+ /**
7439
+ * Stable key used to track the entry across updates.
7440
+ */
7441
+ readonly key: string;
7442
+ /**
7443
+ * Configuration for the row's download button. The button is not rendered when this is not set.
7444
+ */
7445
+ readonly download?: Maybe<DbxDownloadBlobButtonConfig>;
7446
+ /**
7447
+ * Arbitrary value the entry was derived from.
7448
+ */
7449
+ readonly data?: T;
7450
+ }
7451
+ /**
7452
+ * Configuration for the {@link DbxFileListComponent}.
7453
+ */
7454
+ interface DbxFileListComponentConfig<T = unknown> {
7455
+ /**
7456
+ * The entries to list.
7457
+ */
7458
+ readonly entries?: Maybe<DbxFileListEntry<T>[]>;
7459
+ /**
7460
+ * What is shown in place of the list while it has no entries. Nothing is shown when this is not set.
7461
+ */
7462
+ readonly emptyText?: Maybe<string>;
7463
+ }
7464
+
7465
+ /**
7466
+ * Lists files described by {@link DbxFileListEntry} values, giving each entry that carries a download
7467
+ * configuration a download button.
7468
+ *
7469
+ * For a listing whose rows need controls of their own, build the list from {@link DbxFileListItemComponent}
7470
+ * directly and project those controls into each row.
7471
+ *
7472
+ * @example
7473
+ * ```html
7474
+ * <dbx-file-list [entries]="entriesSignal()" emptyText="No files yet."></dbx-file-list>
7475
+ * ```
7476
+ */
7477
+ declare class DbxFileListComponent<T = unknown> {
7478
+ readonly config: _angular_core.InputSignal<Maybe<DbxFileListComponentConfig<T>>>;
7479
+ readonly entries: _angular_core.InputSignal<Maybe<DbxFileListEntry<T>[]>>;
7480
+ readonly emptyText: _angular_core.InputSignal<Maybe<string>>;
7481
+ readonly entriesSignal: _angular_core.Signal<DbxFileListEntry<T>[]>;
7482
+ readonly emptyTextSignal: _angular_core.Signal<Maybe<string>>;
7483
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxFileListComponent<any>, never>;
7484
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxFileListComponent<any>, "dbx-file-list", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "entries": { "alias": "entries"; "required": false; "isSignal": true; }; "emptyText": { "alias": "emptyText"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7485
+ }
7486
+
7487
+ /**
7488
+ * One row of a file listing: an optional leading icon, the file's name, an optional details line, and
7489
+ * whatever controls the caller projects into the row's trailing slot.
7490
+ *
7491
+ * Renders the `dbx-list-two-line-item` layout, which is a flat utility rather than something scoped to a
7492
+ * dbx-list, so the same row works both as the item component of a dbx-list and inside a plain list of its
7493
+ * own. That is the point of the component: the two file listings that exist differ in their list machinery
7494
+ * and in their controls, and share only this row.
7495
+ *
7496
+ * @example
7497
+ * ```html
7498
+ * <dbx-file-list-item name="report.pdf" details="Uploaded" [detailsDate]="uploadedAt" detailsDateStyle="distance">
7499
+ * <dbx-download-blob-button [config]="downloadConfig"></dbx-download-blob-button>
7500
+ * </dbx-file-list-item>
7501
+ * ```
7502
+ */
7503
+ declare class DbxFileListItemComponent {
7504
+ readonly config: _angular_core.InputSignal<Maybe<DbxFileListItemComponentConfig>>;
7505
+ readonly name: _angular_core.InputSignal<Maybe<string>>;
7506
+ readonly icon: _angular_core.InputSignal<Maybe<string>>;
7507
+ readonly details: _angular_core.InputSignal<Maybe<string>>;
7508
+ readonly detailsDate: _angular_core.InputSignal<Maybe<Date>>;
7509
+ readonly detailsDateStyle: _angular_core.InputSignal<Maybe<DbxFileListItemDetailsDateStyle>>;
7510
+ readonly detailsClass: _angular_core.InputSignal<Maybe<string>>;
7511
+ readonly nameSignal: _angular_core.Signal<Maybe<string>>;
7512
+ readonly iconSignal: _angular_core.Signal<Maybe<string>>;
7513
+ readonly detailsSignal: _angular_core.Signal<Maybe<string>>;
7514
+ readonly detailsDateSignal: _angular_core.Signal<Maybe<Date>>;
7515
+ readonly detailsDateStyleSignal: _angular_core.Signal<DbxFileListItemDetailsDateStyle>;
7516
+ readonly detailsClassSignal: _angular_core.Signal<string>;
7517
+ readonly isDetailsDateDistanceSignal: _angular_core.Signal<boolean>;
7518
+ /**
7519
+ * The date the row actually renders.
7520
+ *
7521
+ * A `'distance-past'` date is pinned to now once it runs ahead of the clock, so a timestamp that landed
7522
+ * marginally in the future reads as "less than a minute ago" rather than as something yet to happen.
7523
+ */
7524
+ readonly renderedDetailsDateSignal: _angular_core.Signal<Maybe<Date>>;
7525
+ readonly hasDetailsSignal: _angular_core.Signal<boolean>;
7526
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxFileListItemComponent, never>;
7527
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxFileListItemComponent, "dbx-file-list-item", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "details": { "alias": "details"; "required": false; "isSignal": true; }; "detailsDate": { "alias": "detailsDate"; "required": false; "isSignal": true; }; "detailsDateStyle": { "alias": "detailsDateStyle"; "required": false; "isSignal": true; }; "detailsClass": { "alias": "detailsClass"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7528
+ }
7529
+
7535
7530
  /**
7536
7531
  * Represents text content that can be previewed and downloaded, including its filename and optional MIME type.
7537
7532
  */
@@ -7663,10 +7658,6 @@ interface DbxWebFilePreviewServicePreviewDialogWithComponentFunctionInput extend
7663
7658
  * Used for previewing a src url and embedMimeType in a dialog.
7664
7659
  */
7665
7660
  type DbxWebFilePreviewServicePreviewDialogWithComponentFunction = (input: DbxWebFilePreviewServicePreviewDialogWithComponentFunctionInput) => MatDialogRef<unknown, unknown>;
7666
- /**
7667
- * @deprecated use DbxWebFilePreviewServicePreviewDialogFunction instead.
7668
- */
7669
- type DbxWebFilePreviewServicePreviewFunction = DbxWebFilePreviewServicePreviewDialogFunction;
7670
7661
 
7671
7662
  /**
7672
7663
  * Default entries to inject.
@@ -7740,7 +7731,7 @@ declare class DbxWebFilePreviewService {
7740
7731
  * @param input - The preview input containing blob, URL, and MIME type information.
7741
7732
  * @returns An injection component config suitable for rendering the file preview.
7742
7733
  */
7743
- createPreviewConfig(input: DbxWebFilePreviewServicePreviewComponentFunctionInput): dist_packages_dbx_core_types_dereekb_dbx_core.DbxInjectionComponentConfig<any>;
7734
+ createPreviewConfig(input: DbxWebFilePreviewServicePreviewComponentFunctionInput): _______________dist_packages_dbx_core_types_dereekb_dbx_core.DbxInjectionComponentConfig<any>;
7744
7735
  /**
7745
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.
7746
7737
  *
@@ -7816,15 +7807,6 @@ declare class DbxBodyDirective extends DbxStructureDirective {
7816
7807
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxBodyDirective, "dbxBody,[dbxBody]", never, {}, {}, never, never, true, never>;
7817
7808
  }
7818
7809
 
7819
- /**
7820
- * @deprecated Use DbxStructureDirective and DbxBodyDirective directly instead.
7821
- */
7822
- declare class DbxStructureModule {
7823
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxStructureModule, never>;
7824
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxStructureModule, never, [typeof DbxBodyDirective, typeof DbxStructureDirective], [typeof DbxBodyDirective, typeof DbxStructureDirective]>;
7825
- static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxStructureModule>;
7826
- }
7827
-
7828
7810
  /**
7829
7811
  * Config supplied by a single DbxWebPageTitleInfoDirective. Each segment contributes its own values to the hierarchical chain;
7830
7812
  * the active {@link DbxWebPageTitleDelegate} decides how segments combine into the final page title.
@@ -9113,14 +9095,6 @@ declare class DbxDialogModule {
9113
9095
  static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxDialogModule, never, [typeof DbxDialogContentDirective, typeof DbxActionDialogDirective, typeof DbxDialogContentFooterComponent, typeof DbxDialogContentCloseComponent], [typeof DbxDialogContentDirective, typeof DbxActionDialogDirective, typeof DbxDialogContentFooterComponent, typeof DbxDialogContentCloseComponent]>;
9114
9096
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxDialogModule>;
9115
9097
  }
9116
- /**
9117
- * @deprecated use DbxDialogModule instead.
9118
- */
9119
- declare class DbxDialogInteractionModule {
9120
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxDialogInteractionModule, never>;
9121
- static ɵmod: _angular_core.ɵɵNgModuleDeclaration<DbxDialogInteractionModule, never, [typeof DbxDialogModule], [typeof DbxDialogModule]>;
9122
- static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxDialogInteractionModule>;
9123
- }
9124
9098
 
9125
9099
  /**
9126
9100
  * Configuration for opening a zip preview dialog, extending Material dialog config with zip-specific source options.
@@ -9796,15 +9770,46 @@ declare function fileAcceptFilterTypeStringArray(accept: FileAcceptString | File
9796
9770
  /**
9797
9771
  * Configuration for matching an array of files against accept criteria with optional multiple file support.
9798
9772
  */
9799
- interface FileArrayAcceptMatchConfig {
9773
+ interface FileArrayAcceptMatchConfig extends FileArrayAcceptMaxFilesInput {
9800
9774
  readonly accept: FileAcceptFunction | FileAcceptString | FileAcceptFilterTypeStringArray;
9775
+ }
9776
+ /**
9777
+ * The two values that together decide how many files a selection may accept.
9778
+ */
9779
+ interface FileArrayAcceptMaxFilesInput {
9801
9780
  /**
9802
9781
  * If false, then only the first file will be accepted.
9803
9782
  *
9804
9783
  * Defaults to true.
9805
9784
  */
9806
- readonly multiple?: boolean;
9785
+ readonly multiple?: Maybe<boolean>;
9786
+ /**
9787
+ * The most files that may be accepted at once.
9788
+ *
9789
+ * Files past the limit are REJECTED rather than the whole selection being refused, so a user who picks
9790
+ * more than the limit still gets the first ones instead of nothing at all.
9791
+ *
9792
+ * A limit of 0 accepts nothing — which is how a destination that is already full says so. Ignored while
9793
+ * multiple is false, as that is already a limit of one.
9794
+ */
9795
+ readonly maxFiles?: Maybe<number>;
9807
9796
  }
9797
+ /**
9798
+ * Returns how many files a selection may accept, or undefined when there is no limit.
9799
+ *
9800
+ * @param input - The multiple/maxFiles pair to resolve.
9801
+ * @returns The effective limit, or undefined when unlimited.
9802
+ *
9803
+ * @example
9804
+ * ```ts
9805
+ * fileArrayAcceptMaxFiles({ multiple: false }); // 1
9806
+ * fileArrayAcceptMaxFiles({ multiple: true, maxFiles: 3 }); // 3
9807
+ * fileArrayAcceptMaxFiles({ multiple: true }); // undefined
9808
+ * ```
9809
+ *
9810
+ * @__NO_SIDE_EFFECTS__
9811
+ */
9812
+ declare function fileArrayAcceptMaxFiles(input: FileArrayAcceptMaxFilesInput): Maybe<number>;
9808
9813
  /**
9809
9814
  * Result of matching files against accept criteria, categorizing them into accepted and rejected lists.
9810
9815
  */
@@ -9813,6 +9818,10 @@ interface FileArrayAcceptMatchResult {
9813
9818
  * If multiple is allowed or not.
9814
9819
  */
9815
9820
  readonly multiple: boolean;
9821
+ /**
9822
+ * The limit that was applied, or undefined when the selection was unlimited.
9823
+ */
9824
+ readonly maxFiles?: Maybe<number>;
9816
9825
  /**
9817
9826
  * The input files.
9818
9827
  */
@@ -11267,6 +11276,7 @@ declare class DbxPdfMergeEditorStoreDirective {
11267
11276
  */
11268
11277
  declare abstract class DbxFileUploadActionCompatable extends DbxActionWorkable {
11269
11278
  abstract setMultiple(multiple?: Maybe<boolean>): void;
11279
+ abstract setMaxFiles(maxFiles?: Maybe<number>): void;
11270
11280
  abstract setAccept(accept?: Maybe<FileArrayAcceptMatchConfig['accept']>): void;
11271
11281
  }
11272
11282
  /**
@@ -11300,6 +11310,12 @@ declare abstract class AbstractDbxFileUploadComponent implements DbxFileUploadAc
11300
11310
  * Whether or not multiple files can be uploaded.
11301
11311
  */
11302
11312
  readonly multiple: _angular_core.InputSignalWithTransform<Maybe<boolean>, Maybe<boolean | "">>;
11313
+ /**
11314
+ * The most files that can be selected at once.
11315
+ *
11316
+ * Ignored while multiple is false, which is already a limit of one.
11317
+ */
11318
+ readonly maxFiles: _angular_core.InputSignal<Maybe<number>>;
11303
11319
  /**
11304
11320
  * Accepted file types filter.
11305
11321
  */
@@ -11316,6 +11332,10 @@ declare abstract class AbstractDbxFileUploadComponent implements DbxFileUploadAc
11316
11332
  * This signal is set by setMultiple
11317
11333
  */
11318
11334
  private readonly _multipleSignal;
11335
+ /**
11336
+ * This signal is set by setMaxFiles
11337
+ */
11338
+ private readonly _maxFilesSignal;
11319
11339
  /**
11320
11340
  * This signal is set by setAccept
11321
11341
  */
@@ -11329,6 +11349,7 @@ declare abstract class AbstractDbxFileUploadComponent implements DbxFileUploadAc
11329
11349
  */
11330
11350
  private readonly _workingSignal;
11331
11351
  readonly multipleSignal: _angular_core.Signal<Maybe<boolean>>;
11352
+ readonly maxFilesSignal: _angular_core.Signal<Maybe<number>>;
11332
11353
  readonly acceptSignal: _angular_core.Signal<string | _dereekb_dbx_web.FileAcceptFilterTypeStringArray | _dereekb_dbx_web.FileAcceptFunction>;
11333
11354
  readonly disabledSignal: _angular_core.Signal<boolean>;
11334
11355
  readonly workingSignal: _angular_core.Signal<Maybe<_dereekb_dbx_core.DbxActionWorkOrWorkProgress>>;
@@ -11336,9 +11357,10 @@ declare abstract class AbstractDbxFileUploadComponent implements DbxFileUploadAc
11336
11357
  setDisabled(disabled?: Maybe<boolean>): void;
11337
11358
  setWorking(working?: Maybe<DbxButtonWorking>): void;
11338
11359
  setMultiple(multiple?: Maybe<boolean>): void;
11360
+ setMaxFiles(maxFiles?: Maybe<number>): void;
11339
11361
  setAccept(accept?: Maybe<FileArrayAcceptMatchConfig['accept']>): void;
11340
11362
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AbstractDbxFileUploadComponent, never>;
11341
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AbstractDbxFileUploadComponent, never, never, { "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "working": { "alias": "working"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
11363
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<AbstractDbxFileUploadComponent, never, never, { "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "maxFiles": { "alias": "maxFiles"; "required": false; "isSignal": true; }; "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "working": { "alias": "working"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
11342
11364
  }
11343
11365
 
11344
11366
  /**
@@ -11511,7 +11533,14 @@ declare class DbxFileUploadButtonComponent extends AbstractDbxFileUploadComponen
11511
11533
  readonly filesChanged: _angular_core.OutputEmitterRef<DbxFileUploadFilesChangedEvent>;
11512
11534
  readonly buttonAcceptSignal: _angular_core.Signal<string | undefined>;
11513
11535
  readonly buttonMultipleSignal: _angular_core.Signal<boolean>;
11514
- readonly filesAcceptedFunctionSignal: _angular_core.Signal<_dereekb_dbx_web.FileArrayAcceptMatchFunction | undefined>;
11536
+ /**
11537
+ * The match function the picked files are run through.
11538
+ *
11539
+ * A non-function accept is left to the input's own accept attribute — but the COUNT still has to be
11540
+ * applied here, as the file picker has no concept of a limit and will happily hand back more than the
11541
+ * destination can hold.
11542
+ */
11543
+ readonly filesAcceptedFunctionSignal: _angular_core.Signal<_dereekb_dbx_web.FileArrayAcceptMatchFunction>;
11515
11544
  /**
11516
11545
  * The HTML attribute should not be added if it is false, so we return null.
11517
11546
  */
@@ -11572,6 +11601,10 @@ interface DbxFileUploadComponentConfig {
11572
11601
  readonly mode?: DbxFileUploadMode;
11573
11602
  readonly accept?: Maybe<FileArrayAcceptMatchConfig['accept']>;
11574
11603
  readonly multiple?: Maybe<boolean>;
11604
+ /**
11605
+ * The most files that can be selected at once. Ignored while multiple is false.
11606
+ */
11607
+ readonly maxFiles?: Maybe<number>;
11575
11608
  /**
11576
11609
  * If true, the area will be clickable to open the file picker.
11577
11610
  */
@@ -11618,6 +11651,7 @@ declare class DbxFileUploadComponent extends AbstractDbxFileUploadComponent {
11618
11651
  readonly areaIconSignal: _angular_core.Signal<Maybe<string>>;
11619
11652
  readonly areaHintSignal: _angular_core.Signal<Maybe<string | boolean>>;
11620
11653
  readonly uploadMultipleSignal: _angular_core.Signal<Maybe<boolean>>;
11654
+ readonly uploadMaxFilesSignal: _angular_core.Signal<Maybe<number>>;
11621
11655
  readonly uploadAcceptSignal: _angular_core.Signal<string | _dereekb_dbx_web.FileAcceptFilterTypeStringArray | _dereekb_dbx_web.FileAcceptFunction>;
11622
11656
  readonly filesChanged: _angular_core.OutputEmitterRef<DbxFileUploadFilesChangedEvent>;
11623
11657
  areaClicked(): void;
@@ -12637,7 +12671,9 @@ interface DbxFilterComponentConfig<F extends object = object, P extends string =
12637
12671
  */
12638
12672
  readonly connector: FilterSourceConnector<F>;
12639
12673
  /**
12640
- * (Optional) Inital filter to pass to the filter source.
12674
+ * (Optional) Initial filter to pass to the filter source.
12675
+ *
12676
+ * Must be independent of the connector's output. Deriving this from the connector's own filter$ (the stream this popover's source feeds) is a cycle: the source waits on the connector and the connector waits on the source, so the popover opens with no value. Pass a snapshot of the currently applied filter instead.
12641
12677
  */
12642
12678
  readonly initialFilterObs?: Observable<F>;
12643
12679
  /**
@@ -12828,19 +12864,12 @@ declare abstract class AbstractFilterPopoverButtonDirective<F extends object> ex
12828
12864
  declare class DbxFilterPopoverButtonComponent<F extends object = object> extends AbstractFilterPopoverButtonDirective<F> {
12829
12865
  readonly buttonElement: _angular_core.Signal<Maybe<ElementRef<any>>>;
12830
12866
  readonly disabled: _angular_core.InputSignal<Maybe<boolean>>;
12831
- /**
12832
- * @deprecated Use buttonDisplayStyle instead.
12833
- */
12834
- readonly buttonDisplay: _angular_core.InputSignalWithTransform<DbxButtonDisplay, Maybe<DbxButtonDisplay>>;
12835
12867
  readonly buttonDisplayStyle: _angular_core.InputSignal<Maybe<DbxButtonDisplayStylePair>>;
12836
- readonly buttonDisplaySignal: _angular_core.Signal<{
12837
- icon?: Maybe<string>;
12838
- text?: Maybe<string>;
12839
- } | undefined>;
12868
+ readonly buttonDisplaySignal: _angular_core.Signal<DbxButtonDisplay>;
12840
12869
  readonly buttonStyleSignal: _angular_core.Signal<Maybe<_dereekb_dbx_web.DbxButtonStyle>>;
12841
12870
  showFilterPopover(): void;
12842
12871
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxFilterPopoverButtonComponent<any>, never>;
12843
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxFilterPopoverButtonComponent<any>, "dbx-filter-popover-button", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "buttonDisplay": { "alias": "buttonDisplay"; "required": false; "isSignal": true; }; "buttonDisplayStyle": { "alias": "buttonDisplayStyle"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
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>;
12844
12873
  }
12845
12874
 
12846
12875
  /**
@@ -13647,22 +13676,6 @@ declare class DbxPromptModule {
13647
13676
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxPromptModule>;
13648
13677
  }
13649
13678
 
13650
- /**
13651
- * @deprecated import individual modules instead.
13652
- *
13653
- * @see DbxDetachInteractionModule
13654
- * @see DbxDialogModule
13655
- * @see DbxFilterInteractionModule
13656
- * @see DbxPromptModule
13657
- * @see DbxPopoverInteractionModule
13658
- * @see DbxPopupInteractionModule
13659
- */
13660
- declare class DbxInteractionModule {
13661
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxInteractionModule, never>;
13662
- 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]>;
13663
- static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxInteractionModule>;
13664
- }
13665
-
13666
13679
  /**
13667
13680
  * Syncs the disabled and working states from an ActionContextStoreSource to a {@link DbxActionWorkable} target.
13668
13681
  *
@@ -13842,5 +13855,5 @@ declare class DbxWebModule {
13842
13855
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxWebModule>;
13843
13856
  }
13844
13857
 
13845
- 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_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, 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, 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 };
13846
- 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, 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, DbxWebFilePreviewServicePreviewFunction, 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, 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 };
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 };