@dereekb/dbx-web 13.11.13 → 13.11.15

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.
@@ -5,7 +5,7 @@ import * as _angular_core from '@angular/core';
5
5
  import { Signal, ElementRef, AfterViewInit, InjectionToken, Type, OnInit, OnDestroy, ViewContainerRef, Provider, Injector, TrackByFunction, OutputEmitterRef, OutputRef, EnvironmentProviders, TemplateRef, ComponentRef } from '@angular/core';
6
6
  import { ProgressBarMode } from '@angular/material/progress-bar';
7
7
  import * as _dereekb_util from '@dereekb/util';
8
- import { Maybe, ErrorInput, Milliseconds, GetterOrValue, Getter, CssClass, CharacterPrefixSuffixCleanString, DashPrefixString, CssToken, CssTokenVar, WebsiteUrlWithPrefix, WebsitePath, Pixels, PixelsString, DecisionFunction, ModifierMap, ArrayOrValue, 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, ContentTypeMimeType, MimeTypeWithoutParameters, ModelTypeDataPair, MapFunction, SlashPathDirectoryTreeNode, SlashPathDirectoryTreeNodeValue, SlashPathDirectoryTreeRoot, FileSize, ModelIdFactory, MimeTypeWildcard, MimeTypeWithSubtypeWildcardWithoutParameters, SlashPathTypedFileSuffix } from '@dereekb/util';
8
+ import { Maybe, ErrorInput, Milliseconds, GetterOrValue, Getter, CssClass, CharacterPrefixSuffixCleanString, DashPrefixString, CssToken, CssTokenVar, WebsiteUrlWithPrefix, WebsitePath, Pixels, PixelsString, DecisionFunction, ModifierMap, ArrayOrValue, 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, ModelIdFactory, MimeTypeWildcard, MimeTypeWithSubtypeWildcardWithoutParameters, SlashPathTypedFileSuffix } from '@dereekb/util';
9
9
  import { ProgressSpinnerMode } from '@angular/material/progress-spinner';
10
10
  import * as dist_packages_dbx_core_types_dereekb_dbx_core from 'dist/packages/dbx-core/types/dereekb-dbx-core';
11
11
  import * as rxjs from 'rxjs';
@@ -118,8 +118,8 @@ declare class DbxLoadingProgressComponent {
118
118
  readonly color: _angular_core.InputSignal<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>;
119
119
  readonly value: _angular_core.InputSignal<Maybe<number>>;
120
120
  readonly bufferValue: _angular_core.InputSignal<Maybe<number>>;
121
- readonly bmode: _angular_core.Signal<ProgressBarMode>;
122
- readonly smode: _angular_core.Signal<ProgressSpinnerMode>;
121
+ readonly bmodeSignal: _angular_core.Signal<"determinate" | "indeterminate" | "buffer" | "query">;
122
+ readonly smodeSignal: _angular_core.Signal<ProgressSpinnerMode>;
123
123
  readonly diameterSignal: _angular_core.Signal<number>;
124
124
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxLoadingProgressComponent, never>;
125
125
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxLoadingProgressComponent, "dbx-loading-progress", never, { "diameter": { "alias": "diameter"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "linear": { "alias": "linear"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "bufferValue": { "alias": "bufferValue"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
@@ -192,7 +192,7 @@ declare class DbxLoadingComponent {
192
192
  /**
193
193
  * Sets/overrides the context directly.
194
194
  *
195
- * @param context Context source to use as an override.
195
+ * @param context - Context source to use as an override.
196
196
  */
197
197
  setContext(context: MaybeObservableOrValue<LoadingContext>): void;
198
198
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxLoadingComponent, never>;
@@ -407,7 +407,7 @@ interface DbxMakeActionSnackbarGeneratorEventConfiguration extends Omit<DbxActio
407
407
  * is included in the generated config.
408
408
  *
409
409
  * @param config - Per-state message configurations (idle, loading, success, error).
410
- * @returns A function that maps generator input to a snackbar display configuration.
410
+ * @returns Maps generator input to a snackbar display configuration.
411
411
  *
412
412
  * @example
413
413
  * ```typescript
@@ -683,12 +683,13 @@ declare abstract class DbxPromptConfirm {
683
683
  * Provides a {@link DbxPromptConfirm} implementation for dependency injection.
684
684
  *
685
685
  * @param sourceType - The concrete class that implements {@link DbxPromptConfirm}
686
- * @returns An array of providers that register the given type as the {@link DbxPromptConfirm} implementation
686
+ * @returns The providers that register the given type as the {@link DbxPromptConfirm} implementation.
687
+ *
688
+ * @Directive ({ providers: provideDbxPromptConfirm(MyConfirmDirective) })
689
+ * ```
687
690
  *
688
691
  * @example
689
692
  * ```ts
690
- * @Directive({ providers: provideDbxPromptConfirm(MyConfirmDirective) })
691
- * ```
692
693
  */
693
694
  declare function provideDbxPromptConfirm<S extends DbxPromptConfirm>(sourceType: Type<S>): Provider[];
694
695
 
@@ -1003,6 +1004,9 @@ type DbxColorInput = DbxThemeColor | DbxColorConfig | '';
1003
1004
  * Any non-null object is treated as a config so template-only configs (i.e. `{ template: 'foo' }`)
1004
1005
  * are detected before the service expands them.
1005
1006
  *
1007
+ * @param value - The value to test.
1008
+ * @returns `true` when the value is a {@link DbxColorConfig}
1009
+ *
1006
1010
  * @example
1007
1011
  * ```ts
1008
1012
  * isDbxColorConfig('primary'); // false
@@ -1010,9 +1014,6 @@ type DbxColorInput = DbxThemeColor | DbxColorConfig | '';
1010
1014
  * isDbxColorConfig({ template: 'brand-positive' }); // true
1011
1015
  * isDbxColorConfig(undefined); // false
1012
1016
  * ```
1013
- *
1014
- * @param value - the value to test
1015
- * @returns `true` when the value is a {@link DbxColorConfig}
1016
1017
  */
1017
1018
  declare function isDbxColorConfig(value: Maybe<DbxColorInput>): value is DbxColorConfig;
1018
1019
  /**
@@ -1030,15 +1031,15 @@ declare const DBX_COLOR_CUSTOM_TEXT_CSS_CLASS: CssClass;
1030
1031
  /**
1031
1032
  * Returns the CSS class name for a themed background color.
1032
1033
  *
1034
+ * @param color - The theme color, color config, or nullish/empty for the default class.
1035
+ * @returns The CSS class name for the themed background (e.g., `'dbx-primary-bg'`, `'dbx-color-bg'`, or `'dbx-default'`)
1036
+ *
1033
1037
  * @example
1034
1038
  * ```ts
1035
1039
  * dbxColorBackground('primary'); // 'dbx-primary-bg'
1036
1040
  * dbxColorBackground({ color: '#ff0066' }); // 'dbx-color-bg'
1037
1041
  * dbxColorBackground(undefined); // 'dbx-default'
1038
1042
  * ```
1039
- *
1040
- * @param color - the theme color, color config, or nullish/empty for the default class
1041
- * @returns the CSS class name for the themed background (e.g., `'dbx-primary-bg'`, `'dbx-color-bg'`, or `'dbx-default'`)
1042
1043
  */
1043
1044
  declare function dbxColorBackground(color: Maybe<DbxColorInput>): CssClass;
1044
1045
  /**
@@ -1259,8 +1260,8 @@ declare class DbxAvatarViewService {
1259
1260
  *
1260
1261
  * Falls back to the default component config if no custom resolver is configured or if it returns null.
1261
1262
  *
1262
- * @param context - the avatar context used to resolve the appropriate component configuration
1263
- * @returns the resolved injection component config, or the default if no custom resolver matches
1263
+ * @param context - The avatar context used to resolve the appropriate component configuration.
1264
+ * @returns The resolved injection component config, or the default if no custom resolver matches.
1264
1265
  */
1265
1266
  avatarComponentForContext(context: DbxAvatarContext): DbxAvatarInjectionComponentConfig;
1266
1267
  get defaultAvatarUrl(): Maybe<string>;
@@ -1269,25 +1270,25 @@ declare class DbxAvatarViewService {
1269
1270
  /**
1270
1271
  * Sets the default avatar image URL used when no context-specific URL is provided.
1271
1272
  *
1272
- * @param url - the URL to use as the default avatar image, or nullish to clear
1273
+ * @param url - The URL to use as the default avatar image, or nullish to clear.
1273
1274
  */
1274
1275
  setDefaultAvatarUrl(url: Maybe<WebsitePath | WebsiteUrlWithPrefix>): void;
1275
1276
  /**
1276
1277
  * Sets the default Material icon name used as a fallback when no avatar image is available.
1277
1278
  *
1278
- * @param icon - the Material icon name to use, or nullish to clear
1279
+ * @param icon - The Material icon name to use, or nullish to clear.
1279
1280
  */
1280
1281
  setDefaultAvatarIcon(icon: Maybe<string>): void;
1281
1282
  /**
1282
1283
  * Sets the Material icon name displayed when the avatar image fails to load.
1283
1284
  *
1284
- * @param icon - the Material icon name to display on image load error, or nullish to clear
1285
+ * @param icon - The Material icon name to display on image load error, or nullish to clear.
1285
1286
  */
1286
1287
  setDefaultAvatarErrorIcon(icon: Maybe<string>): void;
1287
1288
  /**
1288
1289
  * Overrides the default component used to render avatars when no context-specific component is resolved.
1289
1290
  *
1290
- * @param config - the injection component config to use as the new default
1291
+ * @param config - The injection component config to use as the new default.
1291
1292
  */
1292
1293
  setDefaultAvatarComponentConfig(config: DbxAvatarInjectionComponentConfig): void;
1293
1294
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxAvatarViewService, never>;
@@ -1453,8 +1454,8 @@ interface ResizedEvent {
1453
1454
  *
1454
1455
  * Must be called in an Angular injection context. Automatically disconnects the ResizeObserver on destroy.
1455
1456
  *
1456
- * @param inputElement - the element to observe; if omitted, the host element is injected via `ElementRef`
1457
- * @returns a read-only signal of resize events
1457
+ * @param inputElement - The element to observe; if omitted, the host element is injected via `ElementRef`
1458
+ * @returns A read-only signal of resize events.
1458
1459
  *
1459
1460
  * @example
1460
1461
  * ```ts
@@ -1696,15 +1697,16 @@ declare class TwoColumnsContextStore extends ComponentStore<TwoColumnsState> {
1696
1697
  /**
1697
1698
  * Creates Angular providers for a new {@link TwoColumnsContextStore} instance.
1698
1699
  *
1699
- * @example
1700
- * ```typescript
1701
- * @Component({
1700
+ * @returns Array of Angular providers that supply a new {@link TwoColumnsContextStore}
1701
+ *
1702
+ * @Component ({
1702
1703
  * providers: provideTwoColumnsContext(),
1703
1704
  * })
1704
1705
  * export class MyColumnLayoutComponent { }
1705
1706
  * ```
1706
1707
  *
1707
- * @returns an array of Angular providers that supply a new {@link TwoColumnsContextStore}
1708
+ * @example
1709
+ * ```typescript
1708
1710
  */
1709
1711
  declare function provideTwoColumnsContext(): Provider[];
1710
1712
 
@@ -2082,20 +2084,24 @@ type CompactModeOption = CompactMode | boolean;
2082
2084
  * Converts a boolean or `CompactMode` value into a normalized `CompactMode`.
2083
2085
  * `true` maps to `CompactMode.COMPACT`, `false` maps to `CompactMode.FULL`.
2084
2086
  *
2087
+ * @param input - Boolean or CompactMode value to normalize.
2088
+ * @returns The normalized CompactMode enum value.
2089
+ *
2085
2090
  * @example
2086
2091
  * ```ts
2087
2092
  * compactModeFromInput(true); // CompactMode.COMPACT
2088
2093
  * compactModeFromInput(CompactMode.FULL); // CompactMode.FULL
2089
2094
  * ```
2090
- *
2091
- * @param input - a boolean or CompactMode value to normalize
2092
- * @returns the normalized CompactMode enum value
2093
2095
  */
2094
2096
  declare function compactModeFromInput(input: CompactMode | boolean): CompactMode;
2095
2097
  /**
2096
2098
  * Maps an observable compact mode stream to the corresponding value from the config.
2097
2099
  * Falls back to the config's `defaultMode` (or `FULL`) when the observable is nullish.
2098
2100
  *
2101
+ * @param mode$ - An observable of the current compact mode, or nullish to use the default.
2102
+ * @param config - The mapping configuration containing values for each mode and an optional default.
2103
+ * @returns An observable emitting the mapped value corresponding to the current compact mode.
2104
+ *
2099
2105
  * @example
2100
2106
  * ```ts
2101
2107
  * const value$ = mapCompactModeObs(mode$, {
@@ -2104,10 +2110,6 @@ declare function compactModeFromInput(input: CompactMode | boolean): CompactMode
2104
2110
  * defaultMode: CompactMode.FULL
2105
2111
  * });
2106
2112
  * ```
2107
- *
2108
- * @param mode$ - an observable of the current compact mode, or nullish to use the default
2109
- * @param config - the mapping configuration containing values for each mode and an optional default
2110
- * @returns an observable emitting the mapped value corresponding to the current compact mode
2111
2113
  */
2112
2114
  declare function mapCompactModeObs<T>(mode$: Maybe<Observable<CompactMode>>, config: CompactModeDefaultOptions<T>): Observable<Maybe<T>>;
2113
2115
 
@@ -2197,8 +2199,8 @@ type DbxContentBorderOpacity = 'lite' | 'full';
2197
2199
  declare class DbxContentBorderDirective {
2198
2200
  readonly color: _angular_core.InputSignal<DbxThemeColor>;
2199
2201
  readonly borderOpacity: _angular_core.InputSignal<Maybe<string>>;
2200
- readonly borderColorVar: _angular_core.Signal<`var(--${string})`>;
2201
- readonly borderOpacityValue: _angular_core.Signal<string>;
2202
+ readonly borderColorVarSignal: _angular_core.Signal<`var(--${string})`>;
2203
+ readonly borderOpacityValueSignal: _angular_core.Signal<string>;
2202
2204
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxContentBorderDirective, never>;
2203
2205
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxContentBorderDirective, "dbx-content-border,[dbxContentBorder]", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "borderOpacity": { "alias": "borderOpacity"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2204
2206
  }
@@ -2286,7 +2288,7 @@ declare class DbxContentContainerDirective {
2286
2288
  readonly grow: _angular_core.InputSignal<DbxContentContainerWidth>;
2287
2289
  readonly padding: _angular_core.InputSignal<DbxContentContainerPadding>;
2288
2290
  readonly topPadding: _angular_core.InputSignal<DbxContentContainerPadding>;
2289
- readonly classConfig: _angular_core.Signal<string>;
2291
+ readonly classConfigSignal: _angular_core.Signal<string>;
2290
2292
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxContentContainerDirective, never>;
2291
2293
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxContentContainerDirective, "dbx-content-container,[dbxContentContainer],.dbx-content-container", never, { "grow": { "alias": "grow"; "required": false; "isSignal": true; }; "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "topPadding": { "alias": "topPadding"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2292
2294
  }
@@ -2465,25 +2467,24 @@ type ScreenMediaHeightType = 'tiny' | 'normal';
2465
2467
  /**
2466
2468
  * Returns `true` if the current screen width type is at least as wide as the given breakpoint.
2467
2469
  *
2468
- * @param current - the current screen width type
2469
- * @param breakpoint - the minimum width type to check against
2470
+ * @param current - The current screen width type.
2471
+ * @param breakpoint - The minimum width type to check against.
2472
+ * @returns `true` if the current width type meets or exceeds the breakpoint.
2470
2473
  *
2471
2474
  * @example
2472
2475
  * ```ts
2473
2476
  * screenMediaWidthTypeIsActive('tablet', 'small'); // true
2474
2477
  * screenMediaWidthTypeIsActive('micro', 'tablet'); // false
2475
2478
  * ```
2476
- *
2477
- * @returns `true` if the current width type meets or exceeds the breakpoint
2478
2479
  */
2479
2480
  declare function screenMediaWidthTypeIsActive(current: ScreenMediaWidthType, breakpoint: ScreenMediaWidthType): boolean;
2480
2481
  /**
2481
2482
  * Compares two {@link ScreenMediaWidthType} values using a custom comparator on their numeric sizes.
2482
2483
  *
2483
- * @param a - the first screen width type
2484
- * @param b - the second screen width type
2485
- * @param compare - a comparator function applied to the numeric size values of `a` and `b`
2486
- * @returns the result of applying the comparator to the mapped numeric sizes
2484
+ * @param a - The first screen width type.
2485
+ * @param b - The second screen width type.
2486
+ * @param compare - A comparator function applied to the numeric size values of `a` and `b`
2487
+ * @returns The result of applying the comparator to the mapped numeric sizes.
2487
2488
  */
2488
2489
  declare function compareScreenMediaWidthTypes(a: ScreenMediaWidthType, b: ScreenMediaWidthType, compare: (a: number, b: number) => boolean): boolean;
2489
2490
 
@@ -2685,7 +2686,7 @@ interface AbstractDbxValueListViewConfig<T, I extends DbxValueListItem<T> = DbxV
2685
2686
  /**
2686
2687
  * @see DbxListViewMetaIconComponent.metaConfig()
2687
2688
  */
2688
- metaConfig?: DbxInjectionComponentConfig<any>;
2689
+ readonly metaConfig?: DbxInjectionComponentConfig<any>;
2689
2690
  /**
2690
2691
  * Whether group headers should stick to the top of the scroll container.
2691
2692
  *
@@ -2697,9 +2698,9 @@ interface AbstractDbxValueListViewConfig<T, I extends DbxValueListItem<T> = DbxV
2697
2698
  * Extracts a stable tracking key from an item value by checking for `key` ({@link ModelKeyRef}),
2698
2699
  * `id` ({@link UniqueModel}), or falling back to a prefixed index string.
2699
2700
  *
2700
- * @param itemValue - The raw value to extract a key from
2701
- * @param index - The item's position index, used as fallback
2702
- * @returns A string key for tracking the item
2701
+ * @param itemValue - The raw value to extract a key from.
2702
+ * @param index - The item's position index, used as fallback.
2703
+ * @returns Key for tracking the item. (string)
2703
2704
  *
2704
2705
  * @example
2705
2706
  * ```ts
@@ -2719,9 +2720,9 @@ type DbxValueListItemConfig<T, I extends DbxValueListItem<T> = DbxValueListItem<
2719
2720
  /**
2720
2721
  * Maps raw values into an observable of {@link DbxValueListItemConfig} items, applying the list view config's mapping function and attaching injection configuration.
2721
2722
  *
2722
- * @param listViewConfig The list view configuration containing the component and optional mapping function
2723
- * @param itemValues The raw values to map into configured list items
2724
- * @returns An observable emitting the mapped and configured list item configs
2723
+ * @param listViewConfig - The list view configuration containing the component and optional mapping function.
2724
+ * @param itemValues - The raw values to map into configured list items.
2725
+ * @returns An observable emitting the mapped and configured list item configs.
2725
2726
  *
2726
2727
  * @example
2727
2728
  * ```ts
@@ -2732,9 +2733,9 @@ declare function mapValuesToValuesListItemConfigObs<T, I extends DbxValueListIte
2732
2733
  /**
2733
2734
  * Adds injection component configuration and meta configuration to each list item, producing fully configured {@link DbxValueListItemConfig} entries ready for rendering.
2734
2735
  *
2735
- * @param listViewConfig The list view configuration providing injection component config and optional meta config
2736
- * @param listItems The list items to augment with configuration
2737
- * @returns The list items extended with injection component configuration attached
2736
+ * @param listViewConfig - The list view configuration providing injection component config and optional meta config.
2737
+ * @param listItems - The list items to augment with configuration.
2738
+ * @returns The list items extended with injection component configuration attached.
2738
2739
  */
2739
2740
  declare function addConfigToValueListItems<T, I extends DbxValueListItem<T>, V = unknown>(listViewConfig: Omit<AbstractDbxValueListViewConfig<T, I, V>, 'mapValuesToItemValues'>, listItems: I[]): DbxValueListItemConfig<T, I, V>[];
2740
2741
  /**
@@ -2747,16 +2748,17 @@ declare abstract class DbxValueListView<T, I extends DbxValueListItem<T> = DbxVa
2747
2748
  /**
2748
2749
  * Registers a component as a {@link DbxValueListView} provider for dependency injection.
2749
2750
  *
2750
- * @param sourceType The component class type to register as the list view provider
2751
- * @returns An array of Angular providers that bind the given component to {@link DbxValueListView}
2751
+ * @param sourceType - The component class type to register as the list view provider.
2752
+ * @returns Array of Angular providers that bind the given component to {@link DbxValueListView}
2752
2753
  *
2753
- * @example
2754
- * ```ts
2755
- * @Component({
2754
+ * @Component ({
2756
2755
  * providers: provideDbxValueListView(MyValueListViewComponent)
2757
2756
  * })
2758
2757
  * export class MyValueListViewComponent extends DbxValueListView<MyItem> { ... }
2759
2758
  * ```
2759
+ *
2760
+ * @example
2761
+ * ```ts
2760
2762
  */
2761
2763
  declare function provideDbxValueListView<V extends DbxValueListView<unknown>>(sourceType: Type<V>): Provider[];
2762
2764
 
@@ -2827,16 +2829,17 @@ declare abstract class DbxListView<T, S extends ListLoadingState<T> = ListLoadin
2827
2829
  /**
2828
2830
  * Registers a component as a {@link DbxListView} provider so it can be injected by parent list components.
2829
2831
  *
2830
- * @example
2831
- * ```ts
2832
- * @Component({
2832
+ * @param sourceType - The component class to register as the DbxListView provider.
2833
+ * @returns Array of Angular providers that wire up the component as a DbxListView.
2834
+ *
2835
+ * @Component ({
2833
2836
  * providers: provideDbxListView(MyCustomListViewComponent)
2834
2837
  * })
2835
2838
  * export class MyCustomListViewComponent extends DbxListView<MyItem> { ... }
2836
2839
  * ```
2837
2840
  *
2838
- * @param sourceType - the component class to register as the DbxListView provider
2839
- * @returns an array of Angular providers that wire up the component as a DbxListView
2841
+ * @example
2842
+ * ```ts
2840
2843
  */
2841
2844
  declare function provideDbxListView<V extends DbxListView<any>>(sourceType: Type<V>): Provider[];
2842
2845
 
@@ -2852,16 +2855,17 @@ declare abstract class DbxValueListItemModifier<T = unknown, I extends DbxValueL
2852
2855
  /**
2853
2856
  * Registers a directive as a {@link DbxValueListItemModifier} provider for dependency injection.
2854
2857
  *
2855
- * @example
2856
- * ```ts
2857
- * @Directive({
2858
+ * @param sourceType - The directive class to register as the DbxValueListItemModifier provider.
2859
+ * @returns Array of Angular providers that wire up the directive as a DbxValueListItemModifier.
2860
+ *
2861
+ * @Directive ({
2858
2862
  * providers: provideDbxValueListViewModifier(MyModifierDirective)
2859
2863
  * })
2860
2864
  * export class MyModifierDirective extends DbxValueListItemModifier<MyItem> { ... }
2861
2865
  * ```
2862
2866
  *
2863
- * @param sourceType - the directive class to register as the DbxValueListItemModifier provider
2864
- * @returns an array of Angular providers that wire up the directive as a DbxValueListItemModifier
2867
+ * @example
2868
+ * ```ts
2865
2869
  */
2866
2870
  declare function provideDbxValueListViewModifier<V extends DbxValueListItemModifier>(sourceType: Type<V>): Provider[];
2867
2871
  /**
@@ -2871,16 +2875,16 @@ type ListItemModifier<T, I extends DbxValueListItem<T> = DbxValueListItem<T>> =
2871
2875
  /**
2872
2876
  * Creates a {@link ListItemModifier} with the given key and modification function.
2873
2877
  *
2878
+ * @param key - A unique string identifier for this modifier in the modifier map.
2879
+ * @param modify - The function that mutates list item properties during rendering.
2880
+ * @returns A new ListItemModifier with the given key and modification function.
2881
+ *
2874
2882
  * @example
2875
2883
  * ```ts
2876
2884
  * const highlightModifier = listItemModifier<MyItem>('highlight', (item) => {
2877
2885
  * item.selected = item.itemValue.isImportant;
2878
2886
  * });
2879
2887
  * ```
2880
- *
2881
- * @param key - a unique string identifier for this modifier in the modifier map
2882
- * @param modify - the function that mutates list item properties during rendering
2883
- * @returns a new ListItemModifier with the given key and modification function
2884
2888
  */
2885
2889
  declare function listItemModifier<T, I extends DbxValueListItem<T> = DbxValueListItem<T>>(key: string, modify: ModifierFunction<I>): ListItemModifier<T, I>;
2886
2890
 
@@ -2931,8 +2935,8 @@ type DbxValueListViewGroupValuesFunction<G, T, I extends DbxValueListItem<T>, H
2931
2935
  /**
2932
2936
  * Default grouping function that places all items into a single unnamed group.
2933
2937
  *
2934
- * @param items The flat list of configured list items to group
2935
- * @returns An array containing a single group with all input items
2938
+ * @param items - The flat list of configured list items to group.
2939
+ * @returns An array containing a single group with all input items.
2936
2940
  */
2937
2941
  declare const defaultDbxValueListViewGroupValuesFunction: <T, I extends DbxValueListItem<T>>(items: DbxValueListItemConfig<T, I>[]) => DbxValueListItemGroup<unknown, T, I, unknown, unknown>[];
2938
2942
  /**
@@ -2948,7 +2952,7 @@ declare abstract class DbxValueListViewGroupDelegate<G, T, I extends DbxValueLis
2948
2952
  /**
2949
2953
  * Creates a default {@link DbxValueListViewGroupDelegate} that places all items into a single ungrouped list.
2950
2954
  *
2951
- * @returns A group delegate that places all items into one unnamed group
2955
+ * @returns A group delegate that places all items into one unnamed group.
2952
2956
  *
2953
2957
  * @example
2954
2958
  * ```ts
@@ -2959,16 +2963,17 @@ declare function defaultDbxValueListViewGroupDelegate<T, I extends DbxValueListI
2959
2963
  /**
2960
2964
  * Registers a class as a {@link DbxValueListViewGroupDelegate} provider for dependency injection.
2961
2965
  *
2962
- * @param sourceType The class type to register as the group delegate provider
2963
- * @returns An array of Angular providers that bind the given class to {@link DbxValueListViewGroupDelegate}
2966
+ * @param sourceType - The class type to register as the group delegate provider.
2967
+ * @returns Array of Angular providers that bind the given class to {@link DbxValueListViewGroupDelegate}
2964
2968
  *
2965
- * @example
2966
- * ```ts
2967
- * @Directive({
2969
+ * @Directive ({
2968
2970
  * providers: provideDbxValueListViewGroupDelegate(MyGroupDelegate)
2969
2971
  * })
2970
2972
  * export class MyGroupDelegate extends DbxValueListViewGroupDelegate<MyGroup, MyItem> { ... }
2971
2973
  * ```
2974
+ *
2975
+ * @example
2976
+ * ```ts
2972
2977
  */
2973
2978
  declare function provideDbxValueListViewGroupDelegate<D extends DbxValueListViewGroupDelegate<any, any, any, any>>(sourceType: Type<D>): Provider[];
2974
2979
 
@@ -3014,9 +3019,9 @@ declare class DbxValueListViewContentGroupComponent<G, T, I extends DbxValueList
3014
3019
  * Uses the item's {@link DbxValueListItem.key} when available for stable identity across
3015
3020
  * data updates, falling back to a prefixed index string to avoid collisions with key values.
3016
3021
  *
3017
- * @param index - the item's position index in the list
3018
- * @param item - the list item whose identity key is resolved
3019
- * @returns the item's key, itemValue key/id, or a prefixed index string as a fallback
3022
+ * @param index - The item's position index in the list.
3023
+ * @param item - The list item whose identity key is resolved.
3024
+ * @returns The item's key, itemValue key/id, or a prefixed index string as a fallback.
3020
3025
  */
3021
3026
  declare const DEFAULT_VALUE_LIST_VIEW_CONTENT_COMPONENT_TRACK_BY_FUNCTION: TrackByFunction<DbxValueListItem<unknown>>;
3022
3027
  /**
@@ -3110,14 +3115,14 @@ type DbxAccordionRenderEntry<T, I extends DbxValueListItem<T> = DbxValueListItem
3110
3115
  /**
3111
3116
  * Flattens grouped accordion items into a single array of render entries with stable track IDs.
3112
3117
  *
3118
+ * @param groups - The grouped items to flatten.
3119
+ * @param trackByFn - The track-by function used to derive stable item identity.
3120
+ * @returns A flat array of render entries for use in a single `@for` loop.
3121
+ *
3113
3122
  * @example
3114
3123
  * ```ts
3115
3124
  * const entries = flattenAccordionGroups(groups, trackByFn);
3116
3125
  * ```
3117
- *
3118
- * @param groups - the grouped items to flatten
3119
- * @param trackByFn - the track-by function used to derive stable item identity
3120
- * @returns a flat array of render entries for use in a single `@for` loop
3121
3126
  */
3122
3127
  declare function flattenAccordionGroups<T, I extends DbxValueListItem<T> = DbxValueListItem<T>>(groups: DbxValueListItemGroup<unknown, T, I>[], trackByFn: TrackByFunction<DbxValueListItemConfig<T, I>>): DbxAccordionRenderEntry<T, I>[];
3123
3128
  /**
@@ -3259,7 +3264,7 @@ interface DbxValueListGridViewConfig<T, I extends DbxValueListItem<T> = DbxValue
3259
3264
  /**
3260
3265
  * Optional grid sizing configuration for column layout and gap spacing.
3261
3266
  */
3262
- grid?: Maybe<Partial<DbxValueListGridItemViewGridSizeConfig>>;
3267
+ readonly grid?: Maybe<Partial<DbxValueListGridItemViewGridSizeConfig>>;
3263
3268
  }
3264
3269
  /**
3265
3270
  * Defines the CSS grid layout dimensions for a grid-based list view.
@@ -3387,7 +3392,7 @@ declare const dbxListGridViewComponentImportsAndExports: (typeof DbxValueListGri
3387
3392
  /**
3388
3393
  * Injection token for providing a default meta icon string to {@link DbxListViewMetaIconComponent} instances.
3389
3394
  */
3390
- declare const DBX_LIST_VIEW_DEFAULT_META_ICON: InjectionToken<string>;
3395
+ declare const DEFAULT_DBX_LIST_VIEW_META_ICON: InjectionToken<string>;
3391
3396
  /**
3392
3397
  * Configuration interface for the meta icon, specifying which Material icon to display.
3393
3398
  */
@@ -3396,7 +3401,7 @@ interface DbxListViewMetaIconConfig {
3396
3401
  }
3397
3402
  /**
3398
3403
  * Displays a Material icon in the meta (trailing) area of a list item. Reads its icon from the item's meta
3399
- * configuration or falls back to a default provided via {@link DBX_LIST_VIEW_DEFAULT_META_ICON}.
3404
+ * configuration or falls back to a default provided via {@link DEFAULT_DBX_LIST_VIEW_META_ICON}.
3400
3405
  *
3401
3406
  * Use the static `metaConfig()` method to create the injection component config for use in list view configurations.
3402
3407
  *
@@ -3532,10 +3537,10 @@ declare const DBX_LIST_ITEM_DISABLE_RIPPLE_LIST_ITEM_MODIFIER_KEY = "disable_rip
3532
3537
  * Default decision function that disables ripple on items that already have ripple disabled,
3533
3538
  * lack an anchor, or have an anchor with no navigation target.
3534
3539
  *
3535
- * @param item - the list item to evaluate for ripple disabling
3536
- * @returns `true` if the ripple should be disabled for this item
3540
+ * @param item - The list item to evaluate for ripple disabling.
3541
+ * @returns `true` if the ripple should be disabled for this item.
3537
3542
  */
3538
- declare const DBX_LIST_ITEM_DEFAULT_DISABLE_FUNCTION: DbxValueListItemDecisionFunction<unknown>;
3543
+ declare const DEFAULT_DBX_LIST_ITEM_DISABLE_FUNCTION: DbxValueListItemDecisionFunction<unknown>;
3539
3544
  /**
3540
3545
  * Modifier directive that disables the Material ripple effect on list items based on a decision function.
3541
3546
  * By default, disables ripple on items without meaningful anchor navigation targets.
@@ -3560,8 +3565,8 @@ declare const DBX_LIST_ITEM_IS_SELECTED_ITEM_MODIFIER_KEY = "is_selected_item_mo
3560
3565
  /**
3561
3566
  * Default decision function that returns the item's current `selected` state (defaulting to false).
3562
3567
  *
3563
- * @param item - the list item to check for selection
3564
- * @returns `true` if the item is currently selected, `false` otherwise
3568
+ * @param item - The list item to check for selection.
3569
+ * @returns `true` if the item is currently selected, `false` otherwise.
3565
3570
  */
3566
3571
  declare const DEFAULT_DBX_LIST_ITEM_IS_SELECTED_FUNCTION: DbxValueListItemDecisionFunction<unknown>;
3567
3572
  /**
@@ -3687,11 +3692,11 @@ type DbxListComponentScrolledEventPosition = number;
3687
3692
  /**
3688
3693
  * Default infinite scroll distance multiplier for triggering load-more events.
3689
3694
  */
3690
- declare const DBX_LIST_DEFAULT_SCROLL_DISTANCE = 1.5;
3695
+ declare const DEFAULT_DBX_LIST_SCROLL_DISTANCE = 1.5;
3691
3696
  /**
3692
3697
  * Default throttle duration in milliseconds for scroll events.
3693
3698
  */
3694
- declare const DBX_LIST_DEFAULT_THROTTLE_SCROLL = 50;
3699
+ declare const DEFAULT_DBX_LIST_THROTTLE_SCROLL = 50;
3695
3700
  /**
3696
3701
  * Displays a potentially infinitely scrollable list of content. Supports load-more triggers, selection modes, and empty/loading states.
3697
3702
  *
@@ -3790,16 +3795,17 @@ declare abstract class DbxListViewWrapper<T = unknown, S extends ListLoadingStat
3790
3795
  /**
3791
3796
  * Registers a component as a {@link DbxListViewWrapper} provider for dependency injection.
3792
3797
  *
3793
- * @example
3794
- * ```ts
3795
- * @Component({
3798
+ * @param sourceType - The component class to register as the DbxListViewWrapper provider.
3799
+ * @returns Array of Angular providers that wire up the component as a DbxListViewWrapper.
3800
+ *
3801
+ * @Component ({
3796
3802
  * providers: provideDbxListViewWrapper(MyListWrapperComponent)
3797
3803
  * })
3798
3804
  * export class MyListWrapperComponent extends DbxListViewWrapper<MyItem> { ... }
3799
3805
  * ```
3800
3806
  *
3801
- * @param sourceType - the component class to register as the DbxListViewWrapper provider
3802
- * @returns an array of Angular providers that wire up the component as a DbxListViewWrapper
3807
+ * @example
3808
+ * ```ts
3803
3809
  */
3804
3810
  declare function provideDbxListViewWrapper<V extends DbxListViewWrapper>(sourceType: Type<V>): Provider[];
3805
3811
 
@@ -3876,39 +3882,39 @@ declare class DbxListModule {
3876
3882
  /**
3877
3883
  * Angular {@link TrackByFunction} that tracks {@link UniqueModel} items by their `id` property.
3878
3884
  *
3879
- * @param index - the item's index in the iterable
3880
- * @param model - the model whose `id` is used as the tracking identity
3881
- * @returns the model's unique `id` value
3885
+ * @param index - The item's index in the iterable.
3886
+ * @param model - The model whose `id` is used as the tracking identity.
3887
+ * @returns The model's unique `id` value.
3882
3888
  */
3883
3889
  declare const TRACK_BY_MODEL_ID: TrackByFunction<UniqueModel>;
3884
3890
  /**
3885
3891
  * Returns a {@link TrackByFunction} that tracks items by their unique `id` property.
3886
3892
  *
3893
+ * @returns A TrackByFunction that uses the item's `id` for identity tracking.
3894
+ *
3887
3895
  * @example
3888
3896
  * ```ts
3889
3897
  * readonly trackBy = trackByUniqueIdentifier<MyModel>();
3890
3898
  * ```
3891
- *
3892
- * @returns a TrackByFunction that uses the item's `id` for identity tracking
3893
3899
  */
3894
3900
  declare function trackByUniqueIdentifier<T extends UniqueModel>(): TrackByFunction<T>;
3895
3901
  /**
3896
3902
  * Angular {@link TrackByFunction} that tracks {@link ModelKeyRef} items by their `key` property.
3897
3903
  *
3898
- * @param index - the item's index in the iterable
3899
- * @param model - the model whose `key` is used as the tracking identity
3900
- * @returns the model's `key` value
3904
+ * @param index - The item's index in the iterable.
3905
+ * @param model - The model whose `key` is used as the tracking identity.
3906
+ * @returns The model's `key` value.
3901
3907
  */
3902
3908
  declare const TRACK_BY_MODEL_KEY: TrackByFunction<ModelKeyRef>;
3903
3909
  /**
3904
3910
  * Returns a {@link TrackByFunction} that tracks items by their model `key` property.
3905
3911
  *
3912
+ * @returns A TrackByFunction that uses the item's `key` for identity tracking.
3913
+ *
3906
3914
  * @example
3907
3915
  * ```ts
3908
3916
  * readonly trackBy = trackByModelKeyRef<MyModelRef>();
3909
3917
  * ```
3910
- *
3911
- * @returns a TrackByFunction that uses the item's `key` for identity tracking
3912
3918
  */
3913
3919
  declare function trackByModelKeyRef<T extends ModelKeyRef>(): TrackByFunction<T>;
3914
3920
 
@@ -3959,7 +3965,7 @@ declare class DbxSelectionValueListViewContentComponent<T, I extends DbxValueLis
3959
3965
  */
3960
3966
  declare class DbxSelectionValueListViewComponent<T, I extends DbxValueListItem<T> = DbxValueListItem<T>, V = unknown> extends AbstractDbxValueListViewDirective<T, I, V, DbxSelectionValueListViewConfig<T, I, V>> {
3961
3967
  readonly selectionMode$: rxjs.Observable<"select" | "view">;
3962
- readonly selectionModeSignal: _angular_core.Signal<DbxListSelectionMode>;
3968
+ readonly selectionModeSignal: _angular_core.Signal<"select" | "view">;
3963
3969
  readonly multipleSignal: _angular_core.Signal<boolean>;
3964
3970
  readonly stickyHeadersSignal: _angular_core.Signal<boolean | undefined>;
3965
3971
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxSelectionValueListViewComponent<any, any, any>, never>;
@@ -4112,7 +4118,7 @@ declare class DbxSectionComponent extends DbxSectionHeaderComponent {
4112
4118
  * Apply elevated card styling.
4113
4119
  */
4114
4120
  readonly elevate: _angular_core.InputSignal<boolean>;
4115
- readonly classConfig: _angular_core.Signal<"" | "dbx-section-elevate dbx-content-elevate">;
4121
+ readonly classConfigSignal: _angular_core.Signal<"" | "dbx-section-elevate dbx-content-elevate">;
4116
4122
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxSectionComponent, never>;
4117
4123
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxSectionComponent, "dbx-section", never, { "elevate": { "alias": "elevate"; "required": false; "isSignal": true; }; }, {}, never, ["[sectionHeader]", "*"], true, never>;
4118
4124
  }
@@ -4182,7 +4188,7 @@ type DbxSectionPageScrollLockedMode = 'all' | 'body' | 'locked';
4182
4188
  */
4183
4189
  declare class DbxSectionPageComponent extends DbxSectionHeaderComponent {
4184
4190
  readonly scroll: _angular_core.InputSignal<DbxSectionPageScrollLockedMode>;
4185
- readonly classConfig: _angular_core.Signal<string>;
4191
+ readonly classConfigSignal: _angular_core.Signal<string>;
4186
4192
  constructor();
4187
4193
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxSectionPageComponent, never>;
4188
4194
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxSectionPageComponent, "dbx-section-page", never, { "scroll": { "alias": "scroll"; "required": false; "isSignal": true; }; }, {}, never, ["[sectionHeader]", "*"], true, never>;
@@ -4415,7 +4421,7 @@ declare class DbxStyleLayoutModule {
4415
4421
  /**
4416
4422
  * Injection token for providing the default {@link DbxStyleConfig} to {@link DbxStyleService}.
4417
4423
  */
4418
- declare const DBX_STYLE_DEFAULT_CONFIG_TOKEN: InjectionToken<unknown>;
4424
+ declare const DEFAULT_DBX_STYLE_CONFIG_TOKEN: InjectionToken<unknown>;
4419
4425
  /**
4420
4426
  * Manages application-wide style classes and suffix modes (e.g., dark mode).
4421
4427
  *
@@ -4432,51 +4438,51 @@ declare class DbxStyleService implements Destroyable {
4432
4438
  /**
4433
4439
  * Returns the style class given the input configuration.
4434
4440
  *
4435
- * @param configObs Observable containing the configuration to use.
4436
- * @returns DbxStyleClass
4441
+ * @param configObs - Observable containing the configuration to use.
4442
+ * @returns DbxStyleClass.
4437
4443
  */
4438
4444
  getStyleClassWithConfig(configObs: Observable<DbxStyleConfig>): Observable<DbxStyleClass>;
4439
4445
  /**
4440
4446
  * Toggles the dark suffix on/off for the service.
4441
4447
  *
4442
- * @param toggle Whether to toggle the suffix on or off
4448
+ * @param toggle - Whether to toggle the suffix on or off.
4443
4449
  */
4444
4450
  toggleDarkSuffix(toggle?: Maybe<boolean>): void;
4445
4451
  /**
4446
4452
  * Toggles the arbitrary suffix on/off for the service.
4447
4453
  *
4448
- * @param suffix The suffix to toggle
4449
- * @param toggle Whether to toggle the suffix on or off
4454
+ * @param suffix - The suffix to toggle.
4455
+ * @param toggle - Whether to toggle the suffix on or off.
4450
4456
  */
4451
4457
  toggleSuffix(suffix: DbxStyleClassSuffix, toggle?: Maybe<boolean>): void;
4452
4458
  /**
4453
4459
  * Returns the current style class suffix, if one is set.
4454
4460
  *
4455
- * @returns the currently active style class suffix, or undefined if none is set
4461
+ * @returns The currently active style class suffix, or undefined if none is set.
4456
4462
  */
4457
4463
  get currentStyleClassSuffix(): Maybe<DbxStyleClassCleanSuffix>;
4458
4464
  /**
4459
4465
  * Directly sets the active style class suffix, or clears it if null/undefined.
4460
4466
  *
4461
- * @param suffix - the suffix to activate, or nullish to clear the current suffix
4467
+ * @param suffix - The suffix to activate, or nullish to clear the current suffix.
4462
4468
  */
4463
4469
  setStyleClassSuffix(suffix: Maybe<DbxStyleClassSuffix>): void;
4464
4470
  /**
4465
4471
  * Updates the default style configuration used when no override config is set.
4466
4472
  *
4467
- * @param defaultConfig - the style configuration to use as the new default
4473
+ * @param defaultConfig - The style configuration to use as the new default.
4468
4474
  */
4469
4475
  setDefaultConfig(defaultConfig: DbxStyleConfig): void;
4470
4476
  /**
4471
4477
  * Overrides the active style configuration with the given value or observable.
4472
4478
  *
4473
- * @param config - a style configuration value or observable to set as the active override
4479
+ * @param config - A style configuration value or observable to set as the active override.
4474
4480
  */
4475
4481
  setConfig(config: ObservableOrValue<DbxStyleConfig>): void;
4476
4482
  /**
4477
4483
  * Clears the active config override if it matches the given reference, reverting to the default config.
4478
4484
  *
4479
- * @param config - the config reference to compare against the current override
4485
+ * @param config - The config reference to compare against the current override.
4480
4486
  */
4481
4487
  unsetConfig(config: ObservableOrValue<DbxStyleConfig>): void;
4482
4488
  destroy(): void;
@@ -4507,28 +4513,28 @@ declare class DbxColorService {
4507
4513
  /**
4508
4514
  * Registers one or more {@link DbxColorConfigTemplate} entries.
4509
4515
  *
4510
- * @param templates - the template(s) to register
4511
- * @param override - whether existing entries with the same key should be replaced (default true)
4516
+ * @param templates - The template(s) to register.
4517
+ * @param override - Whether existing entries with the same key should be replaced (default true)
4512
4518
  */
4513
4519
  register(templates: ArrayOrValue<DbxColorConfigTemplate>, override?: boolean): void;
4514
4520
  /**
4515
4521
  * Returns whether a template with the given key has been registered.
4516
4522
  *
4517
- * @param key - the template key to check
4518
- * @returns true when a template is registered under the given key
4523
+ * @param key - The template key to check.
4524
+ * @returns True when a template is registered under the given key.
4519
4525
  */
4520
4526
  hasTemplate(key: DbxColorConfigTemplateKey): boolean;
4521
4527
  /**
4522
4528
  * Returns the {@link DbxColorConfigTemplate} registered under the given key, or undefined if none.
4523
4529
  *
4524
- * @param key - the template key to look up
4525
- * @returns the registered template, or undefined when no template matches
4530
+ * @param key - The template key to look up.
4531
+ * @returns The registered template, or undefined when no template matches.
4526
4532
  */
4527
4533
  getTemplate(key: DbxColorConfigTemplateKey): Maybe<DbxColorConfigTemplate>;
4528
4534
  /**
4529
4535
  * Returns all currently registered template keys.
4530
4536
  *
4531
- * @returns array of all registered template keys
4537
+ * @returns Array of all registered template keys.
4532
4538
  */
4533
4539
  getAllRegisteredTemplateKeys(): DbxColorConfigTemplateKey[];
4534
4540
  /**
@@ -4537,6 +4543,9 @@ declare class DbxColorService {
4537
4543
  *
4538
4544
  * Returns the input unchanged when no template is set or when the template key is unknown.
4539
4545
  *
4546
+ * @param config - The input config to expand.
4547
+ * @returns An expanded config, or the input unchanged when no expansion applies.
4548
+ *
4540
4549
  * @example
4541
4550
  * ```ts
4542
4551
  * service.register({ key: 'brand-positive', config: { color: '#1f9b59', contrast: 'white', tone: 18 } });
@@ -4545,9 +4554,6 @@ declare class DbxColorService {
4545
4554
  * service.expandColorConfig({ template: 'brand-positive', tone: 60 });
4546
4555
  * // -> { template: 'brand-positive', color: '#1f9b59', contrast: 'white', tone: 60 }
4547
4556
  * ```
4548
- *
4549
- * @param config - the input config to expand
4550
- * @returns an expanded config, or the input unchanged when no expansion applies
4551
4557
  */
4552
4558
  expandColorConfig(config: Maybe<DbxColorConfig>): Maybe<DbxColorConfig>;
4553
4559
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxColorService, never>;
@@ -4563,7 +4569,7 @@ interface ProvideDbxStyleServiceConfig {
4563
4569
  *
4564
4570
  * If null, the DbxStyleService will not have a default style
4565
4571
  */
4566
- readonly dbxStyleConfig: DbxStyleConfig | null;
4572
+ readonly dbxStyleConfig: Maybe<DbxStyleConfig>;
4567
4573
  /**
4568
4574
  * Optional initial configuration for the {@link DbxColorService}.
4569
4575
  *
@@ -4574,6 +4580,9 @@ interface ProvideDbxStyleServiceConfig {
4574
4580
  /**
4575
4581
  * Provides environment-level providers for {@link DbxStyleService}, {@link DbxColorService}, and their default configurations.
4576
4582
  *
4583
+ * @param config - Configuration specifying the default style and optional color templates.
4584
+ * @returns Environment providers for the style and color services and their default config tokens.
4585
+ *
4577
4586
  * @example
4578
4587
  * ```ts
4579
4588
  * provideDbxStyleService({
@@ -4584,8 +4593,6 @@ interface ProvideDbxStyleServiceConfig {
4584
4593
  * });
4585
4594
  * ```
4586
4595
  *
4587
- * @param config - configuration specifying the default style and optional color templates
4588
- * @returns environment providers for the style and color services and their default config tokens
4589
4596
  * @__NO_SIDE_EFFECTS__
4590
4597
  */
4591
4598
  declare function provideDbxStyleService(config: ProvideDbxStyleServiceConfig): EnvironmentProviders;
@@ -4985,34 +4992,34 @@ declare class DbxLinkifyService {
4985
4992
  /**
4986
4993
  * Registers the default entry.
4987
4994
  *
4988
- * @param entry Entry without the type field
4995
+ * @param entry - Entry without the type field.
4989
4996
  */
4990
4997
  registerDefaultEntry(entry: DbxLinkifyServiceDefaultEntry): void;
4991
4998
  /**
4992
4999
  * Registers one or more entries by type.
4993
5000
  *
4994
- * @param entries One or more entries to register
4995
- * @param override Whether to override existing entries (default: true)
5001
+ * @param entries - One or more entries to register.
5002
+ * @param override - Whether to override existing entries (default: true)
4996
5003
  */
4997
5004
  register(entries: ArrayOrValue<DbxLinkifyServiceEntry>, override?: boolean): void;
4998
5005
  /**
4999
5006
  * Returns the default entry.
5000
5007
  *
5001
- * @returns the default linkify service entry, or undefined if none is registered
5008
+ * @returns The default linkify service entry, or undefined if none is registered.
5002
5009
  */
5003
5010
  getDefaultEntry(): Maybe<DbxLinkifyServiceEntry>;
5004
5011
  /**
5005
5012
  * Returns the entry for the given type.
5006
5013
  *
5007
- * @param type - the linkify string type to look up
5008
- * @returns the registered entry for the given type, or undefined if not found
5014
+ * @param type - The linkify string type to look up.
5015
+ * @returns The registered entry for the given type, or undefined if not found.
5009
5016
  */
5010
5017
  getEntryRegisteredForType(type: DbxLinkifyStringType): Maybe<DbxLinkifyServiceEntry>;
5011
5018
  /**
5012
5019
  * Returns the entry for the given type, or the default type if there is no entry registered or the input type is null/undefined.
5013
5020
  *
5014
- * @param type - the linkify string type to look up, or nullish to retrieve the default entry
5015
- * @returns the matching entry, or the default entry if the type is not provided
5021
+ * @param type - The linkify string type to look up, or nullish to retrieve the default entry.
5022
+ * @returns The matching entry, or the default entry if the type is not provided.
5016
5023
  */
5017
5024
  getEntry(type?: Maybe<DbxLinkifyStringType>): Maybe<DbxLinkifyServiceEntry>;
5018
5025
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxLinkifyService, never>;
@@ -5035,6 +5042,9 @@ interface ProvideDbxLinkifyConfig {
5035
5042
  /**
5036
5043
  * Creates environment-level providers for configuring {@link DbxLinkifyService} with a custom factory.
5037
5044
  *
5045
+ * @param config - Configuration containing the factory function for creating the linkify service config.
5046
+ * @returns Environment providers that register the DbxLinkifyServiceConfig.
5047
+ *
5038
5048
  * @example
5039
5049
  * ```ts
5040
5050
  * provideDbxLinkify({
@@ -5044,9 +5054,6 @@ interface ProvideDbxLinkifyConfig {
5044
5054
  * })
5045
5055
  * });
5046
5056
  * ```
5047
- *
5048
- * @param config - configuration containing the factory function for creating the linkify service config
5049
- * @returns environment providers that register the DbxLinkifyServiceConfig
5050
5057
  */
5051
5058
  declare function provideDbxLinkify(config: ProvideDbxLinkifyConfig): EnvironmentProviders;
5052
5059
 
@@ -5080,7 +5087,7 @@ interface DbxChipDisplay extends LabeledValue<string> {
5080
5087
  /**
5081
5088
  * Default background tone percentage for tonal chip coloring.
5082
5089
  */
5083
- declare const DBX_CHIP_DEFAULT_TONE = 18;
5090
+ declare const DEFAULT_DBX_CHIP_TONE = 18;
5084
5091
  /**
5085
5092
  * Renders a styled chip element with optional small, block, and color modes.
5086
5093
  *
@@ -5115,7 +5122,7 @@ declare class DbxChipDirective {
5115
5122
  */
5116
5123
  readonly display: _angular_core.InputSignal<Maybe<DbxChipDisplay>>;
5117
5124
  /**
5118
- * Background tone level for tonal appearance. Defaults to {@link DBX_CHIP_DEFAULT_TONE}.
5125
+ * Background tone level for tonal appearance. Defaults to {@link DEFAULT_DBX_CHIP_TONE}.
5119
5126
  *
5120
5127
  * Set to `100` for fully opaque background.
5121
5128
  */
@@ -5214,22 +5221,22 @@ declare class DbxTextChipsComponent {
5214
5221
  /**
5215
5222
  * Returns the themed background CSS class for a chip's color.
5216
5223
  *
5217
- * @param chip - the chip to get the color class for
5218
- * @returns the CSS class name for the chip's background color, or empty string if no color
5224
+ * @param chip - The chip to get the color class for.
5225
+ * @returns The CSS class name for the chip's background color, or empty string if no color.
5219
5226
  */
5220
5227
  chipColorClass(chip: TextChip): string;
5221
5228
  /**
5222
5229
  * Returns the inline `--dbx-bg-color-current` value for a chip when its color is a {@link DbxColorConfig}; otherwise null.
5223
5230
  *
5224
- * @param chip - the chip
5225
- * @returns the background color CSS value, or null for named-color strings
5231
+ * @param chip - The chip.
5232
+ * @returns The background color CSS value, or null for named-color strings.
5226
5233
  */
5227
5234
  chipBgColorStyle(chip: TextChip): Maybe<string>;
5228
5235
  /**
5229
5236
  * Returns the inline `--dbx-color-current` value for a chip when its color is a {@link DbxColorConfig}; otherwise null.
5230
5237
  *
5231
- * @param chip - the chip
5232
- * @returns the contrast color CSS value, or null for named-color strings
5238
+ * @param chip - The chip.
5239
+ * @returns The contrast color CSS value, or null for named-color strings.
5233
5240
  */
5234
5241
  chipColorStyle(chip: TextChip): Maybe<string>;
5235
5242
  private _expandedChipConfig;
@@ -5316,15 +5323,16 @@ interface CopyToClipboardFunctionConfig {
5316
5323
  /**
5317
5324
  * Creates a {@link CopyToClipboardFunction} that retries the copy operation until success or timeout.
5318
5325
  *
5319
- * @param clipboard - the Angular CDK Clipboard instance
5320
- * @param config - optional timeout and retry settings
5321
- * @returns a function that copies text to the clipboard
5326
+ * @param clipboard - The Angular CDK Clipboard instance.
5327
+ * @param config - Optional timeout and retry settings.
5328
+ * @returns Copies text to the clipboard.
5322
5329
  *
5323
5330
  * @example
5324
5331
  * ```ts
5325
5332
  * const copy = copyToClipboardFunction(clipboard, { copyTimeoutSeconds: 10 });
5326
5333
  * const success = await copy('some text');
5327
5334
  * ```
5335
+ *
5328
5336
  * @__NO_SIDE_EFFECTS__
5329
5337
  */
5330
5338
  declare function copyToClipboardFunction(clipboard: Clipboard, config?: CopyToClipboardFunctionConfig): CopyToClipboardFunction;
@@ -5333,14 +5341,15 @@ declare function copyToClipboardFunction(clipboard: Clipboard, config?: CopyToCl
5333
5341
  *
5334
5342
  * Must be called in an Angular injection context.
5335
5343
  *
5336
- * @param config - optional timeout and retry settings
5337
- * @returns the clipboard copy function
5344
+ * @param config - Optional timeout and retry settings.
5345
+ * @returns The clipboard copy function.
5338
5346
  *
5339
5347
  * @example
5340
5348
  * ```ts
5341
5349
  * const copy = injectCopyToClipboardFunction();
5342
5350
  * await copy('copied text');
5343
5351
  * ```
5352
+ *
5344
5353
  * @__NO_SIDE_EFFECTS__
5345
5354
  */
5346
5355
  declare function injectCopyToClipboardFunction(config?: CopyToClipboardFunctionConfig): CopyToClipboardFunction;
@@ -5378,8 +5387,8 @@ interface CopyToClipboardFunctionWithSnackbarMessageConfig extends CopyToClipboa
5378
5387
  *
5379
5388
  * Must be called in an Angular injection context.
5380
5389
  *
5381
- * @param config - optional configuration for copy behavior and snackbar messages
5382
- * @returns clipboard copy function with snackbar notification support
5390
+ * @param config - Optional configuration for copy behavior and snackbar messages.
5391
+ * @returns Clipboard copy function with snackbar notification support.
5383
5392
  *
5384
5393
  * @example
5385
5394
  * ```ts
@@ -5425,7 +5434,7 @@ declare class DbxClickToCopyTextDirective extends AbstractDbxClipboardDirective
5425
5434
  /**
5426
5435
  * If the input is null, then copy from the element's text content.
5427
5436
  */
5428
- readonly copyText: _angular_core.InputSignal<Maybe<string | null>>;
5437
+ readonly copyText: _angular_core.InputSignal<Maybe<Maybe<string>>>;
5429
5438
  /**
5430
5439
  * If true, the click events will be ignored.
5431
5440
  */
@@ -5446,8 +5455,8 @@ declare class DbxClickToCopyTextDirective extends AbstractDbxClipboardDirective
5446
5455
  * Useful for preventing the default context menu from appearing over dialogs or popups.
5447
5456
  *
5448
5457
  * @param classes - CSS class name of the overlay container element to target. Defaults to `'cdk-overlay-container'`.
5449
- * @param onEvent - optional callback invoked on each suppressed right-click event
5450
- * @returns a cleanup function that removes the event listener
5458
+ * @param onEvent - Optional callback invoked on each suppressed right-click event.
5459
+ * @returns A cleanup function that removes the event listener.
5451
5460
  *
5452
5461
  * @example
5453
5462
  * ```ts
@@ -5488,6 +5497,9 @@ interface OverrideClickElementEffectConfig {
5488
5497
  *
5489
5498
  * Must be called in an Angular injection context.
5490
5499
  *
5500
+ * @param config - Configuration specifying the click target, child element to intercept, and optional disabled signal.
5501
+ * @returns The created Angular effect reference.
5502
+ *
5491
5503
  * @example
5492
5504
  * ```ts
5493
5505
  * overrideClickElementEffect({
@@ -5495,9 +5507,6 @@ interface OverrideClickElementEffectConfig {
5495
5507
  * childClickTarget: this.buttonElementRef
5496
5508
  * });
5497
5509
  * ```
5498
- *
5499
- * @param config - configuration specifying the click target, child element to intercept, and optional disabled signal
5500
- * @returns the created Angular effect reference
5501
5510
  */
5502
5511
  declare function overrideClickElementEffect(config: OverrideClickElementEffectConfig): _angular_core.EffectRef;
5503
5512
 
@@ -6119,7 +6128,7 @@ declare class DbxErrorComponent {
6119
6128
  readonly iconOnly: _angular_core.InputSignal<Maybe<boolean>>;
6120
6129
  private readonly _errorOverrideSignal;
6121
6130
  readonly errorSignal: _angular_core.Signal<Maybe<ErrorInput>>;
6122
- readonly state: _angular_core.Signal<DbxErrorComponentState>;
6131
+ readonly stateSignal: _angular_core.Signal<DbxErrorComponentState>;
6123
6132
  readonly viewTypeSignal: _angular_core.Signal<DbxErrorComponentViewType>;
6124
6133
  readonly isDefaultErrorSignal: _angular_core.Signal<Maybe<boolean>>;
6125
6134
  readonly messageSignal: _angular_core.Signal<Maybe<string>>;
@@ -6155,14 +6164,14 @@ declare class DbxActionErrorDirective {
6155
6164
  * Ensures that the error data is safe for serialization by running it through `JSON.stringify`/`JSON.parse`.
6156
6165
  * Non-serializable data is stripped with a console warning.
6157
6166
  *
6167
+ * @param httpError - The HTTP error response or generic error object to convert.
6168
+ * @returns A plain JSON-serializable {@link ServerError} object.
6169
+ *
6158
6170
  * @example
6159
6171
  * ```typescript
6160
6172
  * const pojoError = convertToPOJOServerErrorResponse(httpErrorResponse);
6161
6173
  * console.log(pojoError.message);
6162
6174
  * ```
6163
- *
6164
- * @param httpError - The HTTP error response or generic error object to convert.
6165
- * @returns A plain JSON-serializable {@link ServerError} object.
6166
6175
  */
6167
6176
  declare function convertToPOJOServerErrorResponse(httpError: HttpErrorResponse | object): ServerError;
6168
6177
  /**
@@ -6171,6 +6180,9 @@ declare function convertToPOJOServerErrorResponse(httpError: HttpErrorResponse |
6171
6180
  * Handles HTTP 401 responses specially by returning an {@link UnauthorizedServerErrorResponse}.
6172
6181
  * Returns `undefined` if the input is falsy.
6173
6182
  *
6183
+ * @param error - The HTTP error response or generic error object to convert.
6184
+ * @returns A {@link ServerErrorResponse} derived from the error, or `undefined` if the input is falsy.
6185
+ *
6174
6186
  * @example
6175
6187
  * ```typescript
6176
6188
  * const serverError = convertToServerErrorResponse(httpErrorResponse);
@@ -6178,9 +6190,6 @@ declare function convertToPOJOServerErrorResponse(httpError: HttpErrorResponse |
6178
6190
  * console.log(serverError.status, serverError.message);
6179
6191
  * }
6180
6192
  * ```
6181
- *
6182
- * @param error - The HTTP error response or generic error object to convert.
6183
- * @returns A {@link ServerErrorResponse} derived from the error, or `undefined` if the input is falsy.
6184
6193
  */
6185
6194
  declare function convertToServerErrorResponse(error: HttpErrorResponse | object): ServerErrorResponse | undefined;
6186
6195
 
@@ -6407,7 +6416,7 @@ interface DbxPopoverComponentConfig<O, I, T> {
6407
6416
  * Full popover configuration including overlay container settings. Used internally.
6408
6417
  */
6409
6418
  interface FullDbxPopoverComponentConfig<O, I, T> extends DbxPopoverComponentConfig<O, I, T> {
6410
- configuration: NgOverlayContainerConfiguration;
6419
+ readonly configuration: NgOverlayContainerConfiguration;
6411
6420
  }
6412
6421
  /**
6413
6422
  * Core popover component that renders injected content with position strategy, transition watching, and keyboard close support.
@@ -6652,24 +6661,28 @@ declare class DbxReadableErrorModule {
6652
6661
  * Wrapper for a {@link ServerError} used as NgRx action props.
6653
6662
  */
6654
6663
  interface ServerErrorParams {
6655
- error: ServerError;
6664
+ readonly error: ServerError;
6656
6665
  }
6657
6666
  /**
6658
6667
  * Converts an HTTP error response into {@link ServerErrorParams} suitable for dispatching as an NgRx action prop.
6659
6668
  *
6669
+ * @param httpError - The HTTP error response or generic error object to convert.
6670
+ * @returns A {@link ServerErrorParams} object wrapping the converted server error.
6671
+ *
6660
6672
  * @example
6661
6673
  * ```typescript
6662
6674
  * const params = convertServerErrorParams(httpErrorResponse);
6663
6675
  * store.dispatch(myErrorAction(params));
6664
6676
  * ```
6665
- *
6666
- * @param httpError - The HTTP error response or generic error object to convert.
6667
- * @returns A {@link ServerErrorParams} object wrapping the converted server error.
6668
6677
  */
6669
6678
  declare function convertServerErrorParams(httpError: HttpErrorResponse | object): ServerErrorParams;
6670
6679
  /**
6671
6680
  * RxJS operator that catches HTTP errors, converts them to {@link ServerErrorParams}, and dispatches the given NgRx action.
6672
6681
  *
6682
+ * @param action - The NgRx action creator to dispatch with the converted error params.
6683
+ * @param mapError - Optional function to transform the {@link ServerErrorParams} before dispatching. Defaults to identity.
6684
+ * @returns An RxJS operator that catches errors and emits the corresponding error action.
6685
+ *
6673
6686
  * @example
6674
6687
  * ```typescript
6675
6688
  * return this.actions$.pipe(
@@ -6679,10 +6692,6 @@ declare function convertServerErrorParams(httpError: HttpErrorResponse | object)
6679
6692
  * ))
6680
6693
  * );
6681
6694
  * ```
6682
- *
6683
- * @param action - The NgRx action creator to dispatch with the converted error params.
6684
- * @param mapError - Optional function to transform the {@link ServerErrorParams} before dispatching. Defaults to identity.
6685
- * @returns An RxJS operator that catches errors and emits the corresponding error action.
6686
6695
  */
6687
6696
  declare function catchErrorServerParams<E extends ServerErrorParams, T extends string>(action: ActionCreator<T, (props: E) => E & Action<T>>, mapError?: (error: ServerErrorParams) => E): MonoTypeOperatorFunction<E & Action<T>>;
6688
6697
 
@@ -6706,9 +6715,9 @@ interface State {
6706
6715
  /**
6707
6716
  * Combined reducer for the DbxModel NgRx feature state, delegating to sub-reducers for each state slice.
6708
6717
  *
6709
- * @param state The current DbxModel feature state, or undefined for initial state
6710
- * @param action The NgRx action to process
6711
- * @returns The new DbxModelState produced by the combined sub-reducers
6718
+ * @param state - The current DbxModel feature state, or undefined for initial state.
6719
+ * @param action - The NgRx action to process.
6720
+ * @returns The new DbxModelState produced by the combined sub-reducers.
6712
6721
  */
6713
6722
  declare function reducers(state: DbxModelState | undefined, action: Action): {
6714
6723
  "model.module.config": DbxModelModuleStateConfiguration;
@@ -6820,45 +6829,47 @@ interface DbxModelViewTrackerEventSet {
6820
6829
  /**
6821
6830
  * Extracts all model keys from a {@link DbxModelViewTrackerEventSet}.
6822
6831
  *
6832
+ * @param eventSet - The event set from which to extract model keys.
6833
+ * @returns Array of model keys from all events in the set.
6834
+ *
6823
6835
  * @example
6824
6836
  * ```typescript
6825
6837
  * const keys = allDbxModelViewTrackerEventSetModelKeys(eventSet);
6826
6838
  * ```
6827
- *
6828
- * @param eventSet - The event set from which to extract model keys
6829
- * @returns Array of model keys from all events in the set
6830
6839
  */
6831
6840
  declare function allDbxModelViewTrackerEventSetModelKeys(eventSet: DbxModelViewTrackerEventSet): ModelKey[];
6832
6841
  /**
6833
6842
  * Extracts all model keys from an array of {@link DbxModelViewTrackerEvent}.
6834
6843
  *
6844
+ * @param events - Array of view tracker events from which to extract model keys.
6845
+ * @returns Array of model keys, one per event.
6846
+ *
6835
6847
  * @example
6836
6848
  * ```typescript
6837
6849
  * const keys = allDbxModelViewTrackerEventModelKeys(events);
6838
6850
  * ```
6839
- *
6840
- * @param events - Array of view tracker events from which to extract model keys
6841
- * @returns Array of model keys, one per event
6842
6851
  */
6843
6852
  declare function allDbxModelViewTrackerEventModelKeys(events: DbxModelViewTrackerEvent[]): ModelKey[];
6844
6853
 
6845
6854
  /**
6846
6855
  * Creates a {@link StorageAccessor} for persisting model view tracker events using the `mtvs` storage prefix.
6847
6856
  *
6857
+ * @param storageAccessorFactory - The factory used to create typed storage accessors.
6858
+ * @returns A storage accessor configured with the `mtvs` prefix for model view tracker events.
6859
+ *
6848
6860
  * @example
6849
6861
  * ```typescript
6850
6862
  * const accessor = defaultDbxModelViewTrackerStorageAccessorFactory(storageAccessorFactory);
6851
6863
  * ```
6852
6864
  *
6853
- * @param storageAccessorFactory - The factory used to create typed storage accessors
6854
- * @returns A storage accessor configured with the `mtvs` prefix for model view tracker events
6855
6865
  * @__NO_SIDE_EFFECTS__
6856
6866
  */
6857
6867
  declare function defaultDbxModelViewTrackerStorageAccessorFactory(storageAccessorFactory: SimpleStorageAccessorFactory): StorageAccessor<DbxModelViewTrackerEventSet>;
6858
6868
  /**
6859
6869
  * Creates EnvironmentProviders for providing DbxModelTrackerService, DbxModelObjectStateService and sets up the NgRx store for DbxModelTrackerEffects.
6860
6870
  *
6861
- * @returns EnvironmentProviders
6871
+ * @returns EnvironmentProviders.
6872
+ *
6862
6873
  * @__NO_SIDE_EFFECTS__
6863
6874
  */
6864
6875
  declare function provideDbxModelService(): EnvironmentProviders;
@@ -6871,9 +6882,9 @@ declare class DbxModelObjectStateService {
6871
6882
  /**
6872
6883
  * Emit a model viewed event.
6873
6884
  *
6874
- * @param params - The model viewed event parameters
6875
- * @param params.modelKeyTypeNamePair - Identifies the model that was viewed
6876
- * @param params.context - Optional context describing how the model was viewed
6885
+ * @param params - The model viewed event parameters.
6886
+ * @param params.modelKeyTypeNamePair - Identifies the model that was viewed.
6887
+ * @param params.context - Optional context describing how the model was viewed.
6877
6888
  */
6878
6889
  emitModelViewEvent({ modelKeyTypeNamePair, context }: DbxModelObjectViewedParams): void;
6879
6890
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxModelObjectStateService, never>;
@@ -6893,15 +6904,15 @@ declare class DbxModelTrackerService {
6893
6904
  /**
6894
6905
  * The default storage folder used when no folder is specified in tracking calls.
6895
6906
  *
6896
- * @returns The current default folder name, or undefined if not set
6907
+ * @returns The current default folder name, or undefined if not set.
6897
6908
  */
6898
6909
  get defaultFolder(): Maybe<string>;
6899
6910
  set defaultFolder(folder: Maybe<string>);
6900
6911
  /**
6901
6912
  * Records a view event for the given model, optionally in a specific context and folder.
6902
6913
  *
6903
- * @param modelKeyTypeNamePair - The model identity to track
6904
- * @param context - Optional view context metadata
6914
+ * @param modelKeyTypeNamePair - The model identity to track.
6915
+ * @param context - Optional view context metadata.
6905
6916
  * @param folder - Storage folder; defaults to {@link defaultFolder}
6906
6917
  */
6907
6918
  trackViewedObject(modelKeyTypeNamePair: ModelKeyTypeNamePair, context?: Maybe<ModelViewContext>, folder?: Maybe<string>): void;
@@ -6909,14 +6920,14 @@ declare class DbxModelTrackerService {
6909
6920
  * Returns all recorded view events for the given folder, sorted by most recent first.
6910
6921
  *
6911
6922
  * @param folder - Storage folder; defaults to {@link defaultFolder}
6912
- * @returns Observable of view events sorted by most recent first
6923
+ * @returns Observable of view events sorted by most recent first.
6913
6924
  */
6914
6925
  getAllViewEvents(folder?: Maybe<string>): Observable<DbxModelViewTrackerEvent[]>;
6915
6926
  /**
6916
6927
  * Returns the complete event set (events and last-update timestamp) for the given folder.
6917
6928
  *
6918
6929
  * @param folder - Storage folder; defaults to {@link defaultFolder}
6919
- * @returns Observable of the complete event set including events and last-update timestamp
6930
+ * @returns Observable of the complete event set including events and last-update timestamp.
6920
6931
  */
6921
6932
  getViewEventSet(folder?: Maybe<string>): Observable<DbxModelViewTrackerEventSet>;
6922
6933
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxModelTrackerService, never>;
@@ -6941,22 +6952,22 @@ declare class DbxModelViewTrackerStorage {
6941
6952
  /**
6942
6953
  * Persists a view tracker event to storage. Deduplicates by model key, sorts by date, and trims to the max event limit.
6943
6954
  *
6944
- * @param event - The event to record
6945
- * @returns Observable that completes when the event has been persisted
6955
+ * @param event - The event to record.
6956
+ * @returns Observable that completes when the event has been persisted.
6946
6957
  */
6947
6958
  addTrackerEvent(event: DbxModelViewTrackerEvent): Observable<void>;
6948
6959
  /**
6949
6960
  * Returns all stored view events for the given folder.
6950
6961
  *
6951
6962
  * @param folder - Optional folder name; defaults to `'default'`
6952
- * @returns Observable of all view tracker events in the folder
6963
+ * @returns Observable of all view tracker events in the folder.
6953
6964
  */
6954
6965
  getAllEvents(folder?: Maybe<string>): Observable<DbxModelViewTrackerEvent[]>;
6955
6966
  /**
6956
6967
  * Returns the complete event set for the given folder.
6957
6968
  *
6958
6969
  * @param folder - Optional folder name; defaults to `'default'`
6959
- * @returns Observable of the event set containing events and the last-update timestamp
6970
+ * @returns Observable of the event set containing events and the last-update timestamp.
6960
6971
  */
6961
6972
  getEventSet(folder?: Maybe<string>): Observable<DbxModelViewTrackerEventSet>;
6962
6973
  private _getEventSetForStorageKey;
@@ -6964,7 +6975,7 @@ declare class DbxModelViewTrackerStorage {
6964
6975
  * Computes the storage key for a given folder name.
6965
6976
  *
6966
6977
  * @param folder - Optional folder name; defaults to `'default'`
6967
- * @returns The computed storage key string combining the base key and folder name
6978
+ * @returns The computed storage key string combining the base key and folder name.
6968
6979
  */
6969
6980
  getStorageKeyForFolder(folder?: Maybe<string>): string;
6970
6981
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxModelViewTrackerStorage, never>;
@@ -7052,13 +7063,13 @@ declare class DbxModelTypesService<I extends DbxModelTypeInfo = DbxModelTypeInfo
7052
7063
  /**
7053
7064
  * Registers one or more model type configurations. Merges with any previously registered configs.
7054
7065
  *
7055
- * @param configs - Single or array of model type configurations to register
7066
+ * @param configs - Single or array of model type configurations to register.
7056
7067
  */
7057
7068
  addTypeConfigs(configs: ArrayOrValue<DbxModelTypeConfiguration>): void;
7058
7069
  /**
7059
7070
  * Registers model type configurations from a map, merging with existing configs.
7060
7071
  *
7061
- * @param configs - Map of model type strings to their configurations
7072
+ * @param configs - Map of model type strings to their configurations.
7062
7073
  */
7063
7074
  addTypeConfigsMap(configs: DbxModelTypeConfigurationMap): void;
7064
7075
  /**
@@ -7072,8 +7083,8 @@ declare class DbxModelTypesService<I extends DbxModelTypeInfo = DbxModelTypeInfo
7072
7083
  /**
7073
7084
  * Returns an observable of the Material icon name for the given model type.
7074
7085
  *
7075
- * @param type - The model type string to look up
7076
- * @returns Observable emitting the icon name for the given model type
7086
+ * @param type - The model type string to look up.
7087
+ * @returns Observable emitting the icon name for the given model type.
7077
7088
  */
7078
7089
  iconForType(type: ModelTypeString): Observable<string>;
7079
7090
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxModelTypesService<any>, never>;
@@ -7287,8 +7298,8 @@ declare const DBX_WEB_FILE_PREVIEW_SERVICE_ENTRIES_TOKEN: InjectionToken<DbxWebF
7287
7298
  /**
7288
7299
  * Creates a provider that registers the given entries with the {@link DbxWebFilePreviewService} via the {@link DBX_WEB_FILE_PREVIEW_SERVICE_ENTRIES_TOKEN}.
7289
7300
  *
7290
- * @param entries - Array of preview service entries to register, each mapping a MIME type to its preview component
7291
- * @returns A provider configuration that supplies the entries via the injection token
7301
+ * @param entries - Array of preview service entries to register, each mapping a MIME type to its preview component.
7302
+ * @returns A provider configuration that supplies the entries via the injection token.
7292
7303
  *
7293
7304
  * @example
7294
7305
  * ```typescript
@@ -7302,17 +7313,17 @@ declare function provideDbxWebFilePreviewServiceEntries(entries: DbxWebFilePrevi
7302
7313
  /**
7303
7314
  * Default preview component function that embeds files using {@link DbxEmbedComponent}. Images are rendered with an `img` element; all other types use `embed`.
7304
7315
  *
7305
- * @param input - The preview input containing blob data, source URL, and MIME type information
7306
- * @returns An injection component config that initializes a {@link DbxEmbedComponent} with the appropriate embed element and content
7316
+ * @param input - The preview input containing blob data, source URL, and MIME type information.
7317
+ * @returns An injection component config that initializes a {@link DbxEmbedComponent} with the appropriate embed element and content.
7307
7318
  */
7308
- declare const DBX_WEB_FILE_PREVIEW_SERVICE_DEFAULT_PREVIEW_COMPONENT_FUNCTION: DbxWebFilePreviewServicePreviewComponentFunction;
7319
+ declare const DEFAULT_DBX_WEB_FILE_PREVIEW_SERVICE_PREVIEW_COMPONENT_FUNCTION: DbxWebFilePreviewServicePreviewComponentFunction;
7309
7320
  /**
7310
7321
  * Default dialog-with-component function that opens the preview component inside a {@link DbxInjectionDialogComponent} with a close button.
7311
7322
  *
7312
- * @param input - The dialog input containing the MatDialog instance and the component config to display
7313
- * @returns A MatDialogRef for the opened injection dialog
7323
+ * @param input - The dialog input containing the MatDialog instance and the component config to display.
7324
+ * @returns A MatDialogRef for the opened injection dialog.
7314
7325
  */
7315
- declare const DBX_WEB_FILE_PREVIEW_SERVICE_DEFAULT_DIALOG_WITH_COMPONENT_FUNCTION: DbxWebFilePreviewServicePreviewDialogWithComponentFunction;
7326
+ declare const DEFAULT_DBX_WEB_FILE_PREVIEW_SERVICE_DIALOG_WITH_COMPONENT_FUNCTION: DbxWebFilePreviewServicePreviewDialogWithComponentFunction;
7316
7327
  /**
7317
7328
  * Service used for previewing files with given mime types.
7318
7329
  */
@@ -7325,39 +7336,39 @@ declare class DbxWebFilePreviewService {
7325
7336
  /**
7326
7337
  * Registers one or more file preview entries, mapping MIME types to their preview components.
7327
7338
  *
7328
- * @param entries - Single or array of preview entries to register
7339
+ * @param entries - Single or array of preview entries to register.
7329
7340
  */
7330
7341
  registerPreviewEntries(entries: ArrayOrValue<DbxWebFilePreviewServiceEntry>): void;
7331
7342
  /**
7332
7343
  * Registers a single file preview entry for its MIME type(s).
7333
7344
  *
7334
- * @param entry - The preview entry to register
7345
+ * @param entry - The preview entry to register.
7335
7346
  */
7336
7347
  registerPreviewEntry(entry: DbxWebFilePreviewServiceEntry): void;
7337
7348
  /**
7338
7349
  * Overrides the default preview component function used when no MIME-specific entry is registered.
7339
7350
  *
7340
- * @param previewFunction - The preview component function to use as the new default
7351
+ * @param previewFunction - The preview component function to use as the new default.
7341
7352
  */
7342
7353
  setDefaultPreviewComponentFunction(previewFunction: DbxWebFilePreviewServicePreviewComponentFunction): void;
7343
7354
  /**
7344
7355
  * Overrides the default dialog-with-component function used when no MIME-specific dialog handler is registered.
7345
7356
  *
7346
- * @param previewDialogWithComponentFunction - The dialog-with-component function to use as the new default
7357
+ * @param previewDialogWithComponentFunction - The dialog-with-component function to use as the new default.
7347
7358
  */
7348
7359
  setDefaultPreviewDialogWithComponentFunction(previewDialogWithComponentFunction: DbxWebFilePreviewServicePreviewDialogWithComponentFunction): void;
7349
7360
  /**
7350
7361
  * Creates an injection component config for previewing a file. Uses a MIME-specific preview function if registered, otherwise falls back to the default.
7351
7362
  *
7352
- * @param input - The preview input containing blob, URL, and MIME type information
7353
- * @returns An injection component config suitable for rendering the file preview
7363
+ * @param input - The preview input containing blob, URL, and MIME type information.
7364
+ * @returns An injection component config suitable for rendering the file preview.
7354
7365
  */
7355
7366
  createPreviewConfig(input: DbxWebFilePreviewServicePreviewComponentFunctionInput): dist_packages_dbx_core_types_dereekb_dbx_core.DbxInjectionComponentConfig<any>;
7356
7367
  /**
7357
7368
  * 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.
7358
7369
  *
7359
- * @param input - The dialog input containing file data and MIME type
7360
- * @returns Reference to the opened dialog
7370
+ * @param input - The dialog input containing file data and MIME type.
7371
+ * @returns Reference to the opened dialog.
7361
7372
  */
7362
7373
  openPreviewDialog(input: DbxWebFilePreviewServicePreviewDialogFunctionInput): MatDialogRef<unknown, unknown>;
7363
7374
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxWebFilePreviewService, never>;
@@ -7387,8 +7398,8 @@ declare class DbxWebFilePreviewComponent {
7387
7398
  /**
7388
7399
  * Preview component function preset that renders zip files using {@link DbxZipPreviewComponent}.
7389
7400
  *
7390
- * @param input - The preview input containing the source URL and MIME type of the zip file
7391
- * @returns An injection component config that initializes a {@link DbxZipPreviewComponent} with the given source URL
7401
+ * @param input - The preview input containing the source URL and MIME type of the zip file.
7402
+ * @returns An injection component config that initializes a {@link DbxZipPreviewComponent} with the given source URL.
7392
7403
  */
7393
7404
  declare const DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_COMPONENT_PRESET: DbxWebFilePreviewServicePreviewComponentFunction;
7394
7405
  /**
@@ -7679,15 +7690,15 @@ declare class DbxWebPageTitleInfoDirective implements DbxWebPageTitleInfoReferen
7679
7690
  readonly isLeaf$: Observable<boolean>;
7680
7691
  constructor();
7681
7692
  /**
7682
- * @internal Maintained by descendant directives to keep `isLeaf$` accurate.
7683
- *
7684
7693
  * @param child - The descendant directive to register as a child.
7694
+ *
7695
+ * @internal Maintained by descendant directives to keep `isLeaf$` accurate.
7685
7696
  */
7686
7697
  _addChild(child: DbxWebPageTitleInfoDirective): void;
7687
7698
  /**
7688
- * @internal
7689
- *
7690
7699
  * @param child - The descendant directive to unregister.
7700
+ *
7701
+ * @internal
7691
7702
  */
7692
7703
  _removeChild(child: DbxWebPageTitleInfoDirective): void;
7693
7704
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxWebPageTitleInfoDirective, never>;
@@ -7762,9 +7773,9 @@ declare class DbxWidgetService {
7762
7773
  /**
7763
7774
  * Used to register an entry. If an entry with the same type is already registered, this will override it by default.
7764
7775
  *
7765
- * @param entry - The widget entry mapping a type identifier to its component class
7776
+ * @param entry - The widget entry mapping a type identifier to its component class.
7766
7777
  * @param override - Whether to replace an existing entry with the same type. Defaults to true.
7767
- * @returns True if the entry was registered, false if an entry with the same type already exists and override is false
7778
+ * @returns True if the entry was registered, false if an entry with the same type already exists and override is false.
7768
7779
  */
7769
7780
  register(entry: DbxWidgetEntry, override?: boolean): boolean;
7770
7781
  getWidgetIdentifiers(): DbxWidgetType[];
@@ -7860,8 +7871,8 @@ type DbxZipBlobPreviewEntryTreeRoot = SlashPathDirectoryTreeRoot<Entry, DbxZipBl
7860
7871
  /**
7861
7872
  * Builds a directory tree from an array of zip archive entries, enriching each node with MIME type detection and blob retrieval capability.
7862
7873
  *
7863
- * @param entries - Array of zip archive entries to build the tree from, or null/undefined for an empty tree
7864
- * @returns The root node of the constructed directory tree with MIME types and blob getters attached
7874
+ * @param entries - Array of zip archive entries to build the tree from, or null/undefined for an empty tree.
7875
+ * @returns The root node of the constructed directory tree with MIME types and blob getters attached.
7865
7876
  *
7866
7877
  * @example
7867
7878
  * ```typescript
@@ -8030,7 +8041,7 @@ interface DbxAnchorListExpandedAnchor extends ExpandedClickableAnchorLinkTree {
8030
8041
  */
8031
8042
  declare class DbxAnchorListComponent {
8032
8043
  readonly anchors: _angular_core.InputSignalWithTransform<ClickableAnchorLinkTree[], Maybe<ClickableAnchorLinkTree[]>>;
8033
- readonly expandedAnchors: Signal<DbxAnchorListExpandedAnchor[]>;
8044
+ readonly expandedAnchorsSignal: Signal<DbxAnchorListExpandedAnchor[]>;
8034
8045
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxAnchorListComponent, never>;
8035
8046
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxAnchorListComponent, "dbx-anchor-list", never, { "anchors": { "alias": "anchors"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
8036
8047
  }
@@ -8180,16 +8191,16 @@ type DbxSidenavPosition = 'start' | 'end';
8180
8191
  * Falls back to the lowest allowed mode if no lower mode is available, or {@link SideNavDisplayMode.NONE}
8181
8192
  * if the allowed set is empty or undefined.
8182
8193
  *
8194
+ * @param mode - The requested display mode to resolve.
8195
+ * @param allowedModes - Set of modes that are permitted; if null/undefined, all modes are allowed.
8196
+ * @returns The resolved display mode, falling back to the nearest lower allowed mode or NONE.
8197
+ *
8183
8198
  * @example
8184
8199
  * ```ts
8185
8200
  * // ICON not allowed, rounds down to MOBILE
8186
8201
  * resolveSideNavDisplayMode(SideNavDisplayMode.ICON, new Set([SideNavDisplayMode.MOBILE, SideNavDisplayMode.FULL]));
8187
8202
  * // => SideNavDisplayMode.MOBILE
8188
8203
  * ```
8189
- *
8190
- * @param mode - The requested display mode to resolve.
8191
- * @param allowedModes - Set of modes that are permitted; if null/undefined, all modes are allowed.
8192
- * @returns The resolved display mode, falling back to the nearest lower allowed mode or NONE.
8193
8204
  */
8194
8205
  declare function resolveSideNavDisplayMode(mode: SideNavDisplayMode, allowedModes: Maybe<Set<SideNavDisplayMode>>): SideNavDisplayMode;
8195
8206
 
@@ -8409,14 +8420,14 @@ declare class DbxAngularRouterSegueAnchorComponent extends AbstractDbxSegueAncho
8409
8420
  /**
8410
8421
  * Provides a {@link DbxRouterWebProviderConfig} that configures the application to use Angular Router for rendering segue-ref anchor links.
8411
8422
  *
8423
+ * @returns Environment providers that configure the Angular Router-based segue anchor component.
8424
+ *
8412
8425
  * @example
8413
8426
  * ```typescript
8414
8427
  * bootstrapApplication(AppComponent, {
8415
8428
  * providers: [provideDbxRouterWebAngularRouterProviderConfig()]
8416
8429
  * });
8417
8430
  * ```
8418
- *
8419
- * @returns environment providers that configure the Angular Router-based segue anchor component
8420
8431
  */
8421
8432
  declare function provideDbxRouterWebAngularRouterProviderConfig(): EnvironmentProviders;
8422
8433
 
@@ -8441,14 +8452,14 @@ declare class DbxUIRouterSegueAnchorComponent extends AbstractDbxSegueAnchorDire
8441
8452
  /**
8442
8453
  * Provides a {@link DbxRouterWebProviderConfig} that configures the application to use UIRouter for rendering segue-ref anchor links.
8443
8454
  *
8455
+ * @returns Environment providers that configure the UIRouter-based segue anchor component.
8456
+ *
8444
8457
  * @example
8445
8458
  * ```typescript
8446
8459
  * bootstrapApplication(AppComponent, {
8447
8460
  * providers: [provideDbxRouterWebUiRouterProviderConfig()]
8448
8461
  * });
8449
8462
  * ```
8450
- *
8451
- * @returns environment providers that configure the UIRouter-based segue anchor component
8452
8463
  */
8453
8464
  declare function provideDbxRouterWebUiRouterProviderConfig(): EnvironmentProviders;
8454
8465
 
@@ -8495,8 +8506,8 @@ declare class DbxZipBlobPreviewComponent {
8495
8506
  * If not defined, then the file cannot be downloaded directly.
8496
8507
  */
8497
8508
  readonly downloadFileName: _angular_core.InputSignal<Maybe<string>>;
8498
- readonly hasBlob: Signal<boolean>;
8499
- readonly zipReader: Signal<ZipReader<unknown> | undefined>;
8509
+ readonly hasBlobSignal: Signal<boolean>;
8510
+ readonly zipReaderSignal: Signal<ZipReader<unknown> | undefined>;
8500
8511
  readonly downloadZipFileBlobButtonConfigSignal: Signal<DbxDownloadBlobButtonConfig | undefined>;
8501
8512
  readonly zipReader$: Observable<ZipReader<unknown> | undefined>;
8502
8513
  readonly allEntriesLoadingState$: Observable<LoadingState<Entry[]>>;
@@ -8505,8 +8516,8 @@ declare class DbxZipBlobPreviewComponent {
8505
8516
  readonly allEntriesRootSignal: Signal<_dereekb_dbx_web.DbxZipBlobPreviewEntryTreeRoot | undefined>;
8506
8517
  readonly selectedNodeSignal: _angular_core.WritableSignal<Maybe<DbxZipBlobPreviewEntryTreeNode>>;
8507
8518
  readonly listTitleGroupDelegate: DbxListTitleGroupTitleDelegate<DbxZipBlobPreviewEntryTreeNode, DbxZipBlobPreviewGroupValue, DbxZipBlobPreviewGroupData>;
8508
- readonly mode: Signal<string>;
8509
- readonly listEntries: Signal<DbxZipBlobPreviewEntryTreeNode[]>;
8519
+ readonly modeSignal: Signal<string>;
8520
+ readonly listEntriesSignal: Signal<DbxZipBlobPreviewEntryTreeNode[]>;
8510
8521
  readonly listEntries$: Observable<DbxZipBlobPreviewEntryTreeNode[]>;
8511
8522
  readonly listEntriesState$: Observable<LoadingState<DbxZipBlobPreviewEntryTreeNode[]>>;
8512
8523
  readonly selectedNodeIconSignal: Signal<string>;
@@ -8625,7 +8636,7 @@ type DbxDialogContentContainerWidth = 'normal' | 'wide';
8625
8636
  */
8626
8637
  declare class DbxDialogContentDirective {
8627
8638
  readonly width: _angular_core.InputSignalWithTransform<DbxDialogContentContainerWidth, Maybe<DbxDialogContentContainerWidth>>;
8628
- readonly classConfig: _angular_core.Signal<string>;
8639
+ readonly classConfigSignal: _angular_core.Signal<string>;
8629
8640
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxDialogContentDirective, never>;
8630
8641
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxDialogContentDirective, "dbx-dialog-content,[dbxDialogContent],.dbx-dialog-content", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8631
8642
  }
@@ -8694,8 +8705,8 @@ type DbxDialogContentConfig = Omit<MatDialogConfig, 'viewContainerRef' | 'inject
8694
8705
  /**
8695
8706
  * Sanitizes a {@link DbxDialogContentConfig} by normalizing the panelClass into an array.
8696
8707
  *
8697
- * @param input - The dialog content config to sanitize, or null/undefined
8698
- * @returns A new config with panelClass normalized to an array of CSS class strings
8708
+ * @param input - The dialog content config to sanitize, or null/undefined.
8709
+ * @returns A new config with panelClass normalized to an array of CSS class strings.
8699
8710
  *
8700
8711
  * @example
8701
8712
  * ```ts
@@ -8729,8 +8740,8 @@ interface DbxZipPreviewDialogConfig extends Omit<MatDialogConfig, 'data'> {
8729
8740
  /**
8730
8741
  * Opens a dialog with DbxZipPreviewComponent.
8731
8742
  *
8732
- * @param matDialog The MatDialog instance to use.
8733
- * @param config The configuration for the dialog.
8743
+ * @param matDialog - The MatDialog instance to use.
8744
+ * @param config - The configuration for the dialog.
8734
8745
  * @returns The MatDialogRef for the dialog.
8735
8746
  */
8736
8747
  declare function openZipPreviewDialog(matDialog: MatDialog, config: DbxZipPreviewDialogConfig): MatDialogRef<DbxInjectionDialogComponent<DbxZipPreviewComponent>, void>;
@@ -8792,13 +8803,13 @@ declare class DbxHelpContextService {
8792
8803
  /**
8793
8804
  * Registers a help context reference, adding its keys to the active set.
8794
8805
  *
8795
- * @param reference - The help context reference to register
8806
+ * @param reference - The help context reference to register.
8796
8807
  */
8797
8808
  register(reference: DbxHelpContextReference): void;
8798
8809
  /**
8799
8810
  * Unregisters a help context reference, removing its keys from the active set.
8800
8811
  *
8801
- * @param reference - The help context reference to unregister
8812
+ * @param reference - The help context reference to unregister.
8802
8813
  */
8803
8814
  unregister(reference: DbxHelpContextReference): void;
8804
8815
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxHelpContextService, never>;
@@ -8809,14 +8820,15 @@ declare class DbxHelpContextService {
8809
8820
  * Registers the given help context keys observable with the {@link DbxHelpContextService}. Must be called within an Angular injection context.
8810
8821
  * Automatically unregisters on destroy, but also returns a destroy function for manual cleanup.
8811
8822
  *
8823
+ * @param helpContextKeys - Observable or static array of help context keys to register with the service.
8824
+ * @returns A destroy function that unregisters the help context keys when called.
8825
+ *
8812
8826
  * @example
8813
8827
  * ```typescript
8814
8828
  * // In a component or directive constructor
8815
8829
  * const destroy = registerHelpContextKeysWithDbxHelpContextService(of(['feature-help', 'general-help']));
8816
8830
  * ```
8817
8831
  *
8818
- * @param helpContextKeys - Observable or static array of help context keys to register with the service
8819
- * @returns A destroy function that unregisters the help context keys when called
8820
8832
  * @__NO_SIDE_EFFECTS__
8821
8833
  */
8822
8834
  declare function registerHelpContextKeysWithDbxHelpContextService(helpContextKeys: ObservableOrValue<DbxHelpContextKey[]>): DestroyFunction;
@@ -8921,35 +8933,35 @@ declare class DbxHelpWidgetService {
8921
8933
  /**
8922
8934
  * Returns the component class used for unrecognized help context keys.
8923
8935
  *
8924
- * @returns The default widget component class, or undefined if not set
8936
+ * @returns The default widget component class, or undefined if not set.
8925
8937
  */
8926
8938
  getDefaultWidgetComponentClass(): Maybe<Type<unknown>>;
8927
8939
  setDefaultWidgetComponentClass(componentClass: Maybe<Type<unknown>>): void;
8928
8940
  /**
8929
8941
  * Returns the default icon used for help entries without a specific icon.
8930
8942
  *
8931
- * @returns The default icon string, or undefined if not set
8943
+ * @returns The default icon string, or undefined if not set.
8932
8944
  */
8933
8945
  getDefaultIcon(): Maybe<string>;
8934
8946
  setDefaultIcon(icon: Maybe<string>): void;
8935
8947
  /**
8936
8948
  * Returns the component config displayed in the popover header, if set.
8937
8949
  *
8938
- * @returns The popover header component config, or undefined if not set
8950
+ * @returns The popover header component config, or undefined if not set.
8939
8951
  */
8940
8952
  getPopoverHeaderComponentConfig(): Maybe<DbxInjectionComponentConfig>;
8941
8953
  setPopoverHeaderComponentConfig(componentConfig: Maybe<DbxInjectionComponentConfig>): void;
8942
8954
  /**
8943
8955
  * Returns the component config displayed at the top of the help list view, if set.
8944
8956
  *
8945
- * @returns The help list header component config, or undefined if not set
8957
+ * @returns The help list header component config, or undefined if not set.
8946
8958
  */
8947
8959
  getHelpListHeaderComponentConfig(): Maybe<DbxInjectionComponentConfig>;
8948
8960
  setHelpListHeaderComponentConfig(componentConfig: Maybe<DbxInjectionComponentConfig>): void;
8949
8961
  /**
8950
8962
  * Returns the component config displayed at the bottom of the help list view, if set.
8951
8963
  *
8952
- * @returns The help list footer component config, or undefined if not set
8964
+ * @returns The help list footer component config, or undefined if not set.
8953
8965
  */
8954
8966
  getHelpListFooterComponentConfig(): Maybe<DbxInjectionComponentConfig>;
8955
8967
  setHelpListFooterComponentConfig(componentConfig: Maybe<DbxInjectionComponentConfig>): void;
@@ -8958,42 +8970,42 @@ declare class DbxHelpWidgetService {
8958
8970
  *
8959
8971
  * If an entry with the same identity is already registered, this will override it by default.
8960
8972
  *
8961
- * @param entries The entries to register
8962
- * @param override Whether to override existing entries (default: true)
8963
- * @returns Always returns true after registration completes
8973
+ * @param entries - The entries to register.
8974
+ * @param override - Whether to override existing entries (default: true)
8975
+ * @returns Always returns true after registration completes.
8964
8976
  */
8965
8977
  register(entries: ArrayOrValue<DbxHelpWidgetServiceEntry>, override?: boolean): boolean;
8966
8978
  /**
8967
8979
  * Returns all currently registered help context keys.
8968
8980
  *
8969
- * @returns Array of all registered help context keys
8981
+ * @returns Array of all registered help context keys.
8970
8982
  */
8971
8983
  getAllRegisteredHelpContextKeys(): DbxHelpContextKey[];
8972
8984
  /**
8973
8985
  * Retrieves the widget entry for a given help context key. Falls back to a default entry if a default widget component class is configured.
8974
8986
  *
8975
- * @param helpContextKey - The help context key to look up
8976
- * @returns The matching widget entry, a default entry if a default component class is configured, or undefined
8987
+ * @param helpContextKey - The help context key to look up.
8988
+ * @returns The matching widget entry, a default entry if a default component class is configured, or undefined.
8977
8989
  */
8978
8990
  getHelpWidgetEntry(helpContextKey: DbxHelpContextKey): Maybe<DbxHelpWidgetServiceEntry>;
8979
8991
  /**
8980
8992
  * Retrieves widget entries for multiple help context keys, filtering out any unresolvable keys.
8981
8993
  *
8982
- * @param helpContextKeys - Array of help context keys to look up
8983
- * @returns Array of resolved widget entries, excluding any keys that could not be resolved
8994
+ * @param helpContextKeys - Array of help context keys to look up.
8995
+ * @returns Array of resolved widget entries, excluding any keys that could not be resolved.
8984
8996
  */
8985
8997
  getHelpWidgetEntriesForHelpContextKeys(helpContextKeys: DbxHelpContextKey[]): DbxHelpWidgetServiceEntry[];
8986
8998
  /**
8987
8999
  * Checks whether a widget entry is registered for the given help context key.
8988
9000
  *
8989
- * @param context - The help context key to check
8990
- * @returns True if a widget entry exists for the given key
9001
+ * @param context - The help context key to check.
9002
+ * @returns True if a widget entry exists for the given key.
8991
9003
  */
8992
9004
  hasHelpWidgetEntry(context: DbxHelpContextKey): boolean;
8993
9005
  /**
8994
9006
  * Returns a cached map of help context keys to their sort priority values.
8995
9007
  *
8996
- * @returns Map of help context keys to their numeric sort priorities
9008
+ * @returns Map of help context keys to their numeric sort priorities.
8997
9009
  */
8998
9010
  getSortPriorityMap(): Map<string, number>;
8999
9011
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxHelpWidgetService, never>;
@@ -9016,8 +9028,9 @@ interface ProvideDbxHelpServicesConfig {
9016
9028
  /**
9017
9029
  * Creates EnvironmentProviders for the help context system.
9018
9030
  *
9019
- * @param config Optional configuration
9020
- * @returns EnvironmentProviders
9031
+ * @param config - Optional configuration.
9032
+ * @returns EnvironmentProviders.
9033
+ *
9021
9034
  * @__NO_SIDE_EFFECTS__
9022
9035
  */
9023
9036
  declare function provideDbxHelpServices(config?: ProvideDbxHelpServicesConfig): EnvironmentProviders;
@@ -9275,7 +9288,7 @@ interface PdfMergeEntryValidationResult {
9275
9288
  /**
9276
9289
  * MIME types accepted by the PDF merge editor by default: PDF documents and PNG/JPEG images.
9277
9290
  */
9278
- declare const PDF_MERGE_DEFAULT_ACCEPT: readonly MimeTypeWithoutParameters[];
9291
+ declare const DEFAULT_PDF_MERGE_ACCEPT: readonly MimeTypeWithoutParameters[];
9279
9292
  /**
9280
9293
  * MIME type emitted by the merged result blob.
9281
9294
  */
@@ -9361,7 +9374,7 @@ interface PdfMergeEntryMove {
9361
9374
  * @param file - File picked from the upload component.
9362
9375
  * @returns The classified kind, or `null` if the file is not a supported PDF/PNG/JPEG.
9363
9376
  */
9364
- declare function classifyPdfMergeFile(file: File): PdfMergeEntryKind | null;
9377
+ declare function classifyPdfMergeFile(file: File): Maybe<PdfMergeEntryKind>;
9365
9378
  /**
9366
9379
  * Optional input for {@link buildPdfMergeEntry}.
9367
9380
  */
@@ -9383,7 +9396,7 @@ interface BuildPdfMergeEntryConfig {
9383
9396
  * @returns The new entry with `validating` status, or `null` when the file is not a supported PDF/PNG/JPEG.
9384
9397
  * @__NO_SIDE_EFFECTS__
9385
9398
  */
9386
- declare function buildPdfMergeEntry(file: File, config?: Maybe<BuildPdfMergeEntryConfig>): PdfMergeEntry | null;
9399
+ declare function buildPdfMergeEntry(file: File, config?: Maybe<BuildPdfMergeEntryConfig>): Maybe<PdfMergeEntry>;
9387
9400
  /**
9388
9401
  * Lightly inspects a file's bytes to confirm the entry can participate in a merge. PDFs are checked for the standard `%PDF-` header, the `%%EOF` marker, and absence of an `/Encrypt` dictionary. Images are accepted as-is — the actual decode happens during merge.
9389
9402
  *
@@ -9486,25 +9499,25 @@ type FileAcceptString = string;
9486
9499
  /**
9487
9500
  * Returns a string that can be used as the "accept" attribute of a file input element.
9488
9501
  *
9489
- * @param accept - A file accept string or array of filter type strings to convert
9490
- * @returns A comma-separated string suitable for the HTML accept attribute
9502
+ * @param accept - A file accept string or array of filter type strings to convert.
9503
+ * @returns A comma-separated string suitable for the HTML accept attribute.
9491
9504
  */
9492
9505
  declare function fileAcceptString(accept: FileAcceptString | FileAcceptFilterTypeStringArray): FileAcceptString;
9493
9506
  /**
9494
- * A string that describes a type of file that can be selected.
9507
+ * Describes a type of file that can be selected.
9495
9508
  *
9496
9509
  * Can either be a mime type or a file suffix.
9497
9510
  */
9498
9511
  type FileAcceptFilterTypeString = MimeTypeWildcard | MimeTypeWithoutParameters | MimeTypeWithSubtypeWildcardWithoutParameters | SlashPathTypedFileSuffix;
9499
9512
  /**
9500
- * An array of file accept filter type strings.
9513
+ * The file accept filter type strings.
9501
9514
  */
9502
9515
  type FileAcceptFilterTypeStringArray = FileAcceptFilterTypeString[];
9503
9516
  /**
9504
9517
  * Converts a comma-separated accept string or array into a {@link FileAcceptFilterTypeStringArray}.
9505
9518
  *
9506
- * @param accept - A file accept string or array of filter type strings to normalize
9507
- * @returns An array of individual filter type strings
9519
+ * @param accept - A file accept string or array of filter type strings to normalize.
9520
+ * @returns The individual filter type strings.
9508
9521
  *
9509
9522
  * @example
9510
9523
  * ```ts
@@ -9559,14 +9572,14 @@ interface FileArrayAcceptMatchResult {
9559
9572
  readonly rejectedType: File[];
9560
9573
  }
9561
9574
  /**
9562
- * A function that matches an array of files based on the internal configuration.
9575
+ * Matches an array of files based on the internal configuration.
9563
9576
  */
9564
9577
  type FileArrayAcceptMatchFunction = (input: File[]) => FileArrayAcceptMatchResult;
9565
9578
  /**
9566
9579
  * Creates a {@link FileArrayAcceptMatchFunction} that filters and separates files based on accept criteria and multiple file support.
9567
9580
  *
9568
- * @param config - Configuration specifying the accept criteria and whether multiple files are allowed
9569
- * @returns A function that accepts an array of files and returns the categorized match result
9581
+ * @param config - Configuration specifying the accept criteria and whether multiple files are allowed.
9582
+ * @returns Accepts an array of files and returns the categorized match result.
9570
9583
  *
9571
9584
  * @example
9572
9585
  * ```ts
@@ -9574,6 +9587,7 @@ type FileArrayAcceptMatchFunction = (input: File[]) => FileArrayAcceptMatchResul
9574
9587
  * const result = matchFn(fileList);
9575
9588
  * console.log(result.accepted, result.rejected);
9576
9589
  * ```
9590
+ *
9577
9591
  * @__NO_SIDE_EFFECTS__
9578
9592
  */
9579
9593
  declare function fileArrayAcceptMatchFunction(config: FileArrayAcceptMatchConfig): FileArrayAcceptMatchFunction;
@@ -9590,8 +9604,8 @@ type FileAcceptFunction = DecisionFunction<FileAcceptFunctionInput>;
9590
9604
  /**
9591
9605
  * Creates a {@link FileAcceptFunction} that checks individual files against accept criteria (MIME types, wildcards, or file extensions).
9592
9606
  *
9593
- * @param accept - A file accept string or array specifying which MIME types, wildcards, or file extensions to allow
9594
- * @returns A decision function that returns true if a file matches any of the accept criteria
9607
+ * @param accept - A file accept string or array specifying which MIME types, wildcards, or file extensions to allow.
9608
+ * @returns A decision function that returns true if a file matches any of the accept criteria.
9595
9609
  *
9596
9610
  * @example
9597
9611
  * ```ts
@@ -9599,6 +9613,7 @@ type FileAcceptFunction = DecisionFunction<FileAcceptFunctionInput>;
9599
9613
  * isAccepted({ name: 'photo.png', type: 'image/png' }); // true
9600
9614
  * isAccepted({ name: 'doc.txt', type: 'text/plain' }); // false
9601
9615
  * ```
9616
+ *
9602
9617
  * @__NO_SIDE_EFFECTS__
9603
9618
  */
9604
9619
  declare function fileAcceptFunction(accept: FileAcceptString | FileAcceptFilterTypeStringArray): FileAcceptFunction;
@@ -9616,12 +9631,13 @@ declare abstract class DbxFileUploadActionCompatable {
9616
9631
  * Provides a {@link DbxFileUploadActionCompatable} for dependency injection from the given component type.
9617
9632
  *
9618
9633
  * @param sourceType - The concrete component class that implements {@link DbxFileUploadActionCompatable}
9619
- * @returns An array of providers that register the given type as the {@link DbxFileUploadActionCompatable} implementation
9634
+ * @returns The providers that register the given type as the {@link DbxFileUploadActionCompatable} implementation.
9635
+ *
9636
+ * @Component ({ providers: provideDbxFileUploadActionCompatable(MyUploadComponent) })
9637
+ * ```
9620
9638
  *
9621
9639
  * @example
9622
9640
  * ```ts
9623
- * @Component({ providers: provideDbxFileUploadActionCompatable(MyUploadComponent) })
9624
- * ```
9625
9641
  */
9626
9642
  declare function provideDbxFileUploadActionCompatable<S extends DbxFileUploadActionCompatable>(sourceType: Type<S>): Provider[];
9627
9643
 
@@ -9889,7 +9905,7 @@ type DbxPdfMergeEditorFileUploadState = 'no_file' | 'valid' | 'invalid';
9889
9905
  */
9890
9906
  interface DbxPdfMergeEditorFileUploadConfig {
9891
9907
  /**
9892
- * Override for the accept filter. Defaults to {@link PDF_MERGE_DEFAULT_ACCEPT}.
9908
+ * Override for the accept filter. Defaults to {@link DEFAULT_PDF_MERGE_ACCEPT}.
9893
9909
  */
9894
9910
  readonly accept?: Maybe<FileArrayAcceptMatchConfig['accept']>;
9895
9911
  /**
@@ -10103,8 +10119,8 @@ interface DbxPdfPreviewDialogConfig extends Omit<MatDialogConfig, 'data'> {
10103
10119
  /**
10104
10120
  * Opens a dialog containing a {@link DbxPdfPreviewComponent} for previewing a PDF blob or URL.
10105
10121
  *
10106
- * @param matDialog The {@link MatDialog} instance to use.
10107
- * @param config Source (blob or URL) and Material dialog options.
10122
+ * @param matDialog - The {@link MatDialog} instance to use.
10123
+ * @param config - Source (blob or URL) and Material dialog options.
10108
10124
  * @returns The {@link MatDialogRef} for the opened dialog.
10109
10125
  */
10110
10126
  declare function openPdfPreviewDialog(matDialog: MatDialog, config: DbxPdfPreviewDialogConfig): MatDialogRef<DbxInjectionDialogComponent<DbxPdfPreviewComponent>, void>;
@@ -10116,7 +10132,7 @@ type DbxDetachKey = string;
10116
10132
  /**
10117
10133
  * Default key used when no key is specified.
10118
10134
  */
10119
- declare const DBX_DETACH_DEFAULT_KEY: DbxDetachKey;
10135
+ declare const DEFAULT_DBX_DETACH_KEY: DbxDetachKey;
10120
10136
  /**
10121
10137
  * Possible display states for a detach instance.
10122
10138
  */
@@ -10202,15 +10218,16 @@ declare abstract class DbxDetachController<I = unknown> {
10202
10218
  * Creates Angular providers that register a {@link DbxDetachController} implementation for DI.
10203
10219
  *
10204
10220
  * @param sourceType - The concrete class to provide as the controller.
10205
- * @returns An array of Angular providers that bind the source type to {@link DbxDetachController}.
10221
+ * @returns Array of Angular providers that bind the source type to {@link DbxDetachController}.
10206
10222
  *
10207
- * @example
10208
- * ```typescript
10209
- * @Component({
10223
+ * @Component ({
10210
10224
  * providers: provideDbxDetachController(MyDetachController),
10211
10225
  * })
10212
10226
  * export class MyComponent {}
10213
10227
  * ```
10228
+ *
10229
+ * @example
10230
+ * ```typescript
10214
10231
  */
10215
10232
  declare function provideDbxDetachController<S extends DbxDetachController>(sourceType: Type<S>): Provider[];
10216
10233
 
@@ -10387,14 +10404,14 @@ declare class DbxDetachService {
10387
10404
  /**
10388
10405
  * Gets the instance for the given key, if it exists.
10389
10406
  *
10390
- * @param key - The detach key to look up. Defaults to {@link DBX_DETACH_DEFAULT_KEY}.
10407
+ * @param key - The detach key to look up. Defaults to {@link DEFAULT_DBX_DETACH_KEY}.
10391
10408
  * @returns The instance if found, otherwise `undefined`.
10392
10409
  */
10393
10410
  get<T = unknown>(key?: DbxDetachKey): Maybe<DbxDetachInstance<T>>;
10394
10411
  /**
10395
10412
  * Observable of whether an entry exists for the given key.
10396
10413
  *
10397
- * @param key - The detach key to observe. Defaults to {@link DBX_DETACH_DEFAULT_KEY}.
10414
+ * @param key - The detach key to observe. Defaults to {@link DEFAULT_DBX_DETACH_KEY}.
10398
10415
  * @returns An observable that emits `true` when an entry exists for the key.
10399
10416
  */
10400
10417
  has$(key?: DbxDetachKey): Observable<boolean>;
@@ -10563,10 +10580,10 @@ interface DbxPresetFilterMenuConfig {
10563
10580
  /**
10564
10581
  * Creates an observable that emits the button text for a preset filter menu based on the current selection.
10565
10582
  *
10566
- * @param config$ - Observable of the preset filter menu configuration
10567
- * @param selection$ - Observable of the currently selected preset, used to derive the display title
10583
+ * @param config$ - Observable of the preset filter menu configuration.
10584
+ * @param selection$ - Observable of the currently selected preset, used to derive the display title.
10568
10585
  * @param defaultText - Fallback text when no selection or unknownSelectionText is configured. Defaults to 'Filter'.
10569
- * @returns An observable emitting the resolved button text string
10586
+ * @returns An observable emitting the resolved button text string.
10570
10587
  *
10571
10588
  * @example
10572
10589
  * ```ts
@@ -10577,10 +10594,10 @@ declare function dbxPresetFilterMenuButtonTextObservable(config$: Observable<Dbx
10577
10594
  /**
10578
10595
  * Creates an observable that emits the button icon for a preset filter menu based on the current selection and config.
10579
10596
  *
10580
- * @param config$ - Observable of the preset filter menu configuration controlling icon behavior
10581
- * @param selection$ - Observable of the currently selected preset, used to derive the display icon
10597
+ * @param config$ - Observable of the preset filter menu configuration controlling icon behavior.
10598
+ * @param selection$ - Observable of the currently selected preset, used to derive the display icon.
10582
10599
  * @param defaultIcon - Fallback icon when no filterIcon is configured. Defaults to 'arrow_drop_down'.
10583
- * @returns An observable emitting the resolved icon string, or undefined when no icon should be shown
10600
+ * @returns An observable emitting the resolved icon string, or undefined when no icon should be shown.
10584
10601
  *
10585
10602
  * @example
10586
10603
  * ```ts
@@ -10826,9 +10843,9 @@ interface DbxIframeDialogConfig extends Omit<MatDialogConfig, 'data'> {
10826
10843
  /**
10827
10844
  * Opens a dialog containing a {@link DbxIframeComponent} to display a URL in an iframe.
10828
10845
  *
10829
- * @param matDialog - The Angular Material dialog service used to open the dialog
10830
- * @param config - Configuration specifying the content URL and dialog options
10831
- * @returns A reference to the opened dialog for controlling or subscribing to its lifecycle
10846
+ * @param matDialog - The Angular Material dialog service used to open the dialog.
10847
+ * @param config - Configuration specifying the content URL and dialog options.
10848
+ * @returns A reference to the opened dialog for controlling or subscribing to its lifecycle.
10832
10849
  *
10833
10850
  * @example
10834
10851
  * ```ts
@@ -10898,9 +10915,9 @@ interface DbxEmbedDialogConfig extends Omit<MatDialogConfig, 'data'> {
10898
10915
  /**
10899
10916
  * Opens a dialog containing a {@link DbxEmbedComponent} to display embedded content from a URL or Blob.
10900
10917
  *
10901
- * @param matDialog - The Angular Material dialog service used to open the dialog
10902
- * @param config - Configuration specifying the content source (URL or Blob), MIME type, and dialog options
10903
- * @returns A reference to the opened dialog for controlling or subscribing to its lifecycle
10918
+ * @param matDialog - The Angular Material dialog service used to open the dialog.
10919
+ * @param config - Configuration specifying the content source (URL or Blob), MIME type, and dialog options.
10920
+ * @returns A reference to the opened dialog for controlling or subscribing to its lifecycle.
10904
10921
  *
10905
10922
  * @example
10906
10923
  * ```ts
@@ -11101,9 +11118,9 @@ declare class DbxPopoverInteractionModule {
11101
11118
  * Configuration for creating a popover position strategy.
11102
11119
  */
11103
11120
  interface PopoverPositionStrategyConfig {
11104
- overlay: Overlay;
11105
- elementRef: ElementRef;
11106
- config: NgOverlayContainerConfiguration;
11121
+ readonly overlay: Overlay;
11122
+ readonly elementRef: ElementRef;
11123
+ readonly config: NgOverlayContainerConfiguration;
11107
11124
  }
11108
11125
  /**
11109
11126
  * Creates a flexible connected position strategy for popovers with multiple fallback positions.
@@ -11462,7 +11479,7 @@ declare const DEFAULT_DBX_PROMPT_CONFIRM_DIALOG_CONFIG: {
11462
11479
  * Configuration for the confirmation dialog, extending prompt config with an optional injected component.
11463
11480
  */
11464
11481
  interface DbxPromptConfirmDialogConfig extends DbxPromptConfirmConfig {
11465
- component?: DbxInjectionComponentConfig;
11482
+ readonly component?: DbxInjectionComponentConfig;
11466
11483
  }
11467
11484
  /**
11468
11485
  * Dialog component that displays a confirmation prompt and returns a boolean result.
@@ -11658,8 +11675,8 @@ declare class DbxScreenMediaService implements Destroyable {
11658
11675
  /**
11659
11676
  * Returns an observable that emits `true` when the current screen width is at least as wide as the given breakpoint.
11660
11677
  *
11661
- * @param inputBreakpoint - the minimum width type or an observable of it
11662
- * @returns observable of whether the breakpoint is currently active
11678
+ * @param inputBreakpoint - The minimum width type or an observable of it.
11679
+ * @returns Observable of whether the breakpoint is currently active.
11663
11680
  */
11664
11681
  isBreakpointActive(inputBreakpoint: ObservableOrValue<ScreenMediaWidthType>): Observable<boolean>;
11665
11682
  private _readWidthType;
@@ -11677,8 +11694,8 @@ interface ProvideDbxScreenMediaServiceConfig {
11677
11694
  /**
11678
11695
  * Creates Angular environment providers for {@link DbxScreenMediaService} and its configuration.
11679
11696
  *
11680
- * @param config - optional service configuration; uses default breakpoints if omitted
11681
- * @returns environment providers to register in the application bootstrap
11697
+ * @param config - Optional service configuration; uses default breakpoints if omitted.
11698
+ * @returns Environment providers to register in the application bootstrap.
11682
11699
  *
11683
11700
  * @example
11684
11701
  * ```ts
@@ -11686,6 +11703,7 @@ interface ProvideDbxScreenMediaServiceConfig {
11686
11703
  * providers: [provideDbxScreenMediaService()]
11687
11704
  * });
11688
11705
  * ```
11706
+ *
11689
11707
  * @__NO_SIDE_EFFECTS__
11690
11708
  */
11691
11709
  declare function provideDbxScreenMediaService(config?: ProvideDbxScreenMediaServiceConfig): EnvironmentProviders;
@@ -11696,5 +11714,5 @@ declare class DbxWebModule {
11696
11714
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxWebModule>;
11697
11715
  }
11698
11716
 
11699
- export { APP_POPUP_MINIMIZED_WIDTH, APP_POPUP_NORMAL_HEIGHT, APP_POPUP_NORMAL_WIDTH, AbstractDbxClipboardDirective, AbstractDbxErrorWidgetComponent, AbstractDbxFileUploadComponent, AbstractDbxHelpWidgetDirective, AbstractDbxListAccordionViewDirective, AbstractDbxListGridViewDirective, AbstractDbxListViewDirective, AbstractDbxListWrapperDirective, AbstractDbxPartialPresetFilterMenuDirective, AbstractDbxSegueAnchorDirective, AbstractDbxSelectionListViewDirective, AbstractDbxSelectionListWrapperDirective, AbstractDbxValueListItemModifierDirective, AbstractDbxValueListViewDirective, AbstractDbxValueListViewItemComponent, AbstractDbxWidgetComponent, AbstractDialogDirective, AbstractFilterPopoverButtonDirective, AbstractPopoverDirective, AbstractPopoverRefDirective, AbstractPopoverRefWithEventsDirective, AbstractPopupDirective, AbstractPromptConfirmDirective, CompactContextStore, CompactMode, DBX_ACTION_SNACKBAR_DEFAULTS, DBX_ACTION_SNACKBAR_SERVICE_CONFIG, DBX_AVATAR_CONTEXT_DATA_TOKEN, DBX_CHIP_DEFAULT_TONE, DBX_COLOR_CUSTOM_BG_CSS_CLASS, DBX_COLOR_CUSTOM_TEXT_CSS_CLASS, DBX_DARK_STYLE_CLASS_SUFFIX, DBX_DETACH_DEFAULT_KEY, DBX_HELP_WIDGET_ENTRY_DATA_TOKEN, DBX_LIST_ACCORDION_VIEW_COMPONENT_IMPORTS_AND_EXPORTS, DBX_LIST_DEFAULT_SCROLL_DISTANCE, DBX_LIST_DEFAULT_THROTTLE_SCROLL, DBX_LIST_GRID_VIEW_COMPONENT_IMPORTS_AND_EXPORTS, DBX_LIST_ITEM_DEFAULT_DISABLE_FUNCTION, DBX_LIST_ITEM_DISABLE_RIPPLE_LIST_ITEM_MODIFIER_KEY, DBX_LIST_ITEM_IS_SELECTED_ITEM_MODIFIER_KEY, DBX_LIST_VIEW_DEFAULT_META_ICON, DBX_MODEL_VIEW_TRACKER_STORAGE_ACCESSOR_TOKEN, DBX_PDF_MERGE_EDITOR_INITIAL_STATE, DBX_PROGRESS_BUTTON_GLOBAL_CONFIG, DBX_ROUTER_ANCHOR_COMPONENTS, DBX_ROUTER_VALUE_LIST_ITEM_MODIFIER_KEY, DBX_STYLE_DEFAULT_CONFIG_TOKEN, DBX_THEME_COLORS, DBX_THEME_COLORS_EXTRA, DBX_THEME_COLORS_EXTRA_SECONDARY, DBX_THEME_COLORS_MAIN, DBX_VALUE_LIST_VIEW_ITEM, DBX_WEB_FILE_PREVIEW_SERVICE_DEFAULT_DIALOG_WITH_COMPONENT_FUNCTION, DBX_WEB_FILE_PREVIEW_SERVICE_DEFAULT_PREVIEW_COMPONENT_FUNCTION, DBX_WEB_FILE_PREVIEW_SERVICE_ENTRIES_TOKEN, DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_COMPONENT_PRESET, DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_PRESET_ENTRY, DBX_WEB_PAGE_TITLE_SERVICE_CONFIG, DEFAULT_DBX_ERROR_SNACKBAR_CONFIG, DEFAULT_DBX_HELP_VIEW_POPOVER_KEY, DEFAULT_DBX_LINKIFY_STRING_TYPE, DEFAULT_DBX_LIST_ACCORDION_VIEW_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_LIST_GRID_VIEW_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_LIST_ITEM_IS_SELECTED_FUNCTION, DEFAULT_DBX_PROMPT_CONFIRM_DIALOG_CONFIG, DEFAULT_DBX_SELECTION_VALUE_LIST_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_SIDENAV_MENU_ICON, DEFAULT_DBX_VALUE_LIST_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_ERROR_POPOVER_KEY, DEFAULT_ERROR_WIDGET_CODE, DEFAULT_FILTER_POPOVER_KEY, DEFAULT_LIST_GRID_SIZE_CONFIG, DEFAULT_LIST_WRAPPER_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_LOADING_PROGRESS_DIAMETER, DEFAULT_SCREEN_MEDIA_SERVICE_CONFIG, DEFAULT_SNACKBAR_DIRECTIVE_DURATION, DEFAULT_TWO_COLUMNS_MIN_RIGHT_WIDTH, DEFAULT_VALUE_LIST_VIEW_CONTENT_COMPONENT_TRACK_BY_FUNCTION, DbxAccordionHeaderHeightDirective, DbxActionConfirmDirective, DbxActionDialogDirective, DbxActionErrorDirective, DbxActionKeyTriggerDirective, DbxActionLoadingContextDirective, DbxActionModule, DbxActionPopoverDirective, DbxActionSnackbarComponent, DbxActionSnackbarDirective, DbxActionSnackbarErrorDirective, DbxActionSnackbarModule, DbxActionSnackbarService, DbxActionTransitionSafetyDirective, DbxActionUIRouterTransitionSafetyDialogComponent, DbxAnchorComponent, DbxAnchorContentComponent, DbxAnchorIconComponent, DbxAnchorListComponent, DbxAngularRouterSegueAnchorComponent, DbxAvatarComponent, DbxAvatarViewService, DbxAvatarViewServiceConfig, DbxBarDirective, DbxBarHeaderComponent, DbxBarLayoutModule, DbxBasicLoadingComponent, DbxBodyDirective, DbxButtonComponent, DbxButtonModule, DbxButtonSpacerDirective, DbxCardBoxComponent, DbxCardBoxContainerDirective, DbxCardBoxLayoutModule, DbxChipDirective, DbxChipListComponent, DbxClickToCopyTextComponent, DbxClickToCopyTextDirective, DbxColorDirective, 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, DbxPdfMergeEntryComponent, DbxPdfMergeListComponent, 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_DEFAULT_ACCEPT, PDF_MERGE_RESULT_MIME_TYPE, 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, buildPdfMergeEntry, catchErrorServerParams, classifyPdfMergeFile, compactModeFromInput, compareScreenMediaWidthTypes, convertServerErrorParams, convertToPOJOServerErrorResponse, convertToServerErrorResponse, copyToClipboardFunction, dbxColorBackground, dbxListAccordionViewComponentImportsAndExports, dbxListGridViewComponentImportsAndExports, dbxPresetFilterMenuButtonIconObservable, dbxPresetFilterMenuButtonTextObservable, dbxStyleClassCleanSuffix, dbxThemeColorCssToken, dbxThemeColorCssTokenVar, dbxThemeColorCssVariable, dbxThemeColorCssVariableVar, dbxValueListItemDecisionFunction, dbxValueListItemKeyForItemValue, dbxWebDefaultPageTitleDelegate, dbxZipBlobPreviewEntryTreeFromEntries, defaultDbxModelViewTrackerStorageAccessorFactory, defaultDbxValueListViewGroupDelegate, defaultDbxValueListViewGroupValuesFunction, disableRightClickInCdkBackdrop, fileAcceptFilterTypeStringArray, fileAcceptFunction, fileAcceptString, fileArrayAcceptMatchFunction, flattenAccordionGroups, index_d$1 as fromDbxModel, injectCopyToClipboardFunction, injectCopyToClipboardFunctionWithSnackbarMessage, isDbxColorConfig, listItemModifier, makeDbxActionSnackbarDisplayConfigGeneratorFunction, mapCompactModeObs, mapValuesToValuesListItemConfigObs, mergePdfMergeEntries, index_d as onDbxModel, openEmbedDialog, openIframeDialog, openPdfPreviewDialog, openZipPreviewDialog, overrideClickElementEffect, provideDbxDetachController, provideDbxFileUploadActionCompatable, provideDbxHelpServices, provideDbxLinkify, provideDbxListView, provideDbxListViewWrapper, provideDbxModelService, provideDbxProgressButtonGlobalConfig, provideDbxPromptConfirm, provideDbxRouterWebAngularRouterProviderConfig, provideDbxRouterWebUiRouterProviderConfig, provideDbxScreenMediaService, provideDbxStyleService, provideDbxValueListView, provideDbxValueListViewGroupDelegate, provideDbxValueListViewModifier, provideDbxWebFilePreviewServiceEntries, provideDbxWebPageTitleService, provideTwoColumnsContext, registerHelpContextKeysWithDbxHelpContextService, resizeSignal, resolveSideNavDisplayMode, sanitizeDbxDialogContentConfig, screenMediaWidthTypeIsActive, trackByModelKeyRef, trackByUniqueIdentifier, validatePdfMergeEntry };
11717
+ 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_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_INITIAL_STATE, 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_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_LIST_GRID_SIZE_CONFIG, DEFAULT_LIST_WRAPPER_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_LOADING_PROGRESS_DIAMETER, DEFAULT_PDF_MERGE_ACCEPT, DEFAULT_SCREEN_MEDIA_SERVICE_CONFIG, DEFAULT_SNACKBAR_DIRECTIVE_DURATION, DEFAULT_TWO_COLUMNS_MIN_RIGHT_WIDTH, DEFAULT_VALUE_LIST_VIEW_CONTENT_COMPONENT_TRACK_BY_FUNCTION, DbxAccordionHeaderHeightDirective, DbxActionConfirmDirective, DbxActionDialogDirective, DbxActionErrorDirective, DbxActionKeyTriggerDirective, DbxActionLoadingContextDirective, DbxActionModule, DbxActionPopoverDirective, DbxActionSnackbarComponent, DbxActionSnackbarDirective, DbxActionSnackbarErrorDirective, DbxActionSnackbarModule, DbxActionSnackbarService, DbxActionTransitionSafetyDirective, DbxActionUIRouterTransitionSafetyDialogComponent, DbxAnchorComponent, DbxAnchorContentComponent, DbxAnchorIconComponent, DbxAnchorListComponent, DbxAngularRouterSegueAnchorComponent, DbxAvatarComponent, DbxAvatarViewService, DbxAvatarViewServiceConfig, DbxBarDirective, DbxBarHeaderComponent, DbxBarLayoutModule, DbxBasicLoadingComponent, DbxBodyDirective, DbxButtonComponent, DbxButtonModule, DbxButtonSpacerDirective, DbxCardBoxComponent, DbxCardBoxContainerDirective, DbxCardBoxLayoutModule, DbxChipDirective, DbxChipListComponent, DbxClickToCopyTextComponent, DbxClickToCopyTextDirective, DbxColorDirective, 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, DbxPdfMergeEntryComponent, DbxPdfMergeListComponent, 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_RESULT_MIME_TYPE, 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, buildPdfMergeEntry, catchErrorServerParams, classifyPdfMergeFile, compactModeFromInput, compareScreenMediaWidthTypes, convertServerErrorParams, convertToPOJOServerErrorResponse, convertToServerErrorResponse, copyToClipboardFunction, dbxColorBackground, dbxListAccordionViewComponentImportsAndExports, dbxListGridViewComponentImportsAndExports, dbxPresetFilterMenuButtonIconObservable, dbxPresetFilterMenuButtonTextObservable, dbxStyleClassCleanSuffix, dbxThemeColorCssToken, dbxThemeColorCssTokenVar, dbxThemeColorCssVariable, dbxThemeColorCssVariableVar, dbxValueListItemDecisionFunction, dbxValueListItemKeyForItemValue, dbxWebDefaultPageTitleDelegate, dbxZipBlobPreviewEntryTreeFromEntries, defaultDbxModelViewTrackerStorageAccessorFactory, defaultDbxValueListViewGroupDelegate, defaultDbxValueListViewGroupValuesFunction, disableRightClickInCdkBackdrop, fileAcceptFilterTypeStringArray, fileAcceptFunction, fileAcceptString, fileArrayAcceptMatchFunction, flattenAccordionGroups, index_d$1 as fromDbxModel, injectCopyToClipboardFunction, injectCopyToClipboardFunctionWithSnackbarMessage, isDbxColorConfig, listItemModifier, makeDbxActionSnackbarDisplayConfigGeneratorFunction, mapCompactModeObs, mapValuesToValuesListItemConfigObs, mergePdfMergeEntries, index_d as onDbxModel, openEmbedDialog, openIframeDialog, openPdfPreviewDialog, openZipPreviewDialog, overrideClickElementEffect, provideDbxDetachController, provideDbxFileUploadActionCompatable, provideDbxHelpServices, provideDbxLinkify, provideDbxListView, provideDbxListViewWrapper, provideDbxModelService, provideDbxProgressButtonGlobalConfig, provideDbxPromptConfirm, provideDbxRouterWebAngularRouterProviderConfig, provideDbxRouterWebUiRouterProviderConfig, provideDbxScreenMediaService, provideDbxStyleService, provideDbxValueListView, provideDbxValueListViewGroupDelegate, provideDbxValueListViewModifier, provideDbxWebFilePreviewServiceEntries, provideDbxWebPageTitleService, provideTwoColumnsContext, registerHelpContextKeysWithDbxHelpContextService, resizeSignal, resolveSideNavDisplayMode, sanitizeDbxDialogContentConfig, screenMediaWidthTypeIsActive, trackByModelKeyRef, trackByUniqueIdentifier, validatePdfMergeEntry };
11700
11718
  export type { AbstractDbxValueListViewConfig, AnchorForValueFunction, BuildPdfMergeEntryConfig, CompactContextState, CompactModeDefaultOptions, CompactModeOption, CompactModeOptions, 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, 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, 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, DbxPdfMergeEditorAddFilesInput, DbxPdfMergeEditorFileUploadConfig, DbxPdfMergeEditorFileUploadState, DbxPdfMergeEditorFileUploadValidatorSlot, DbxPdfMergeEditorValidator, 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, DbxStyleClass, DbxStyleClassCleanSuffix, DbxStyleClassDashSuffix, DbxStyleClassSuffix, DbxStyleConfig, DbxStyleName, 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, ListItemModifier, ListSelectionState, ListSelectionStateItem, LoadingComponentState, ModelViewContext, NavBarContentAlign, NavbarButtonMode, NavbarMode, NumberWithLimit, OverrideClickElementEffectConfig, PdfMergeEditorState, PdfMergeEntry, PdfMergeEntryKind, PdfMergeEntryMove, PdfMergeEntryStatus, PdfMergeEntryValidationResult, PopoverPositionStrategyConfig, PopupPosition, PopupPositionOffset, ProvideDbxHelpServicesConfig, ProvideDbxLinkifyConfig, ProvideDbxScreenMediaServiceConfig, ProvideDbxStyleServiceConfig, ProvideDbxWebPageTitleServiceConfig, ResizedEvent, ScreenMediaHeightType, ScreenMediaWidthType, ServerErrorParams, SideNavDisplayModeString, TextChip, TwoColumnsState };