@dereekb/dbx-web 13.11.14 → 13.11.16

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>;
@@ -4238,6 +4244,14 @@ declare class DbxSectionLayoutModule {
4238
4244
  * The standalone `[dbxColorTone]` input wins over `config.tone` when both are set; the same precedence
4239
4245
  * applies to tonal mode.
4240
4246
  *
4247
+ * @dbxWebComponent
4248
+ * @dbxWebSlug color
4249
+ * @dbxWebCategory layout
4250
+ * @dbxWebRelated text-color, color-service
4251
+ * @dbxWebMinimalExample ```html
4252
+ * <div [dbxColor]="'primary'"></div>
4253
+ * ```
4254
+ *
4241
4255
  * @example
4242
4256
  * ```html
4243
4257
  * <div [dbxColor]="'primary'">Themed background</div>
@@ -4317,6 +4331,14 @@ declare class DbxSpacerDirective {
4317
4331
  *
4318
4332
  * Use this directive to propagate the active style class onto any element or component.
4319
4333
  *
4334
+ * @dbxWebComponent
4335
+ * @dbxWebSlug style
4336
+ * @dbxWebCategory layout
4337
+ * @dbxWebRelated style-service, style-body, set-style
4338
+ * @dbxWebMinimalExample ```html
4339
+ * <div dbxStyle></div>
4340
+ * ```
4341
+ *
4320
4342
  * @example
4321
4343
  * ```html
4322
4344
  * <div dbxStyle>Styled content</div>
@@ -4344,6 +4366,14 @@ type DbxSetStyleMode = 'both' | 'global' | 'self';
4344
4366
  * Accepts a {@link DbxStyleName} and optional suffixes, then applies the computed style class
4345
4367
  * depending on the configured {@link DbxSetStyleMode}.
4346
4368
  *
4369
+ * @dbxWebComponent
4370
+ * @dbxWebSlug set-style
4371
+ * @dbxWebCategory layout
4372
+ * @dbxWebRelated style, style-service, style-body
4373
+ * @dbxWebMinimalExample ```html
4374
+ * <div [dbxSetStyle]="'my-app'"></div>
4375
+ * ```
4376
+ *
4347
4377
  * @example
4348
4378
  * ```html
4349
4379
  * <div [dbxSetStyle]="'my-app'" [setStyleMode]="'both'" [suffixes]="'dark'">
@@ -4388,6 +4418,14 @@ declare class DbxSetStyleDirective implements OnDestroy {
4388
4418
  *
4389
4419
  * Place this directive on a root-level element so that the body tag receives the active style class.
4390
4420
  *
4421
+ * @dbxWebComponent
4422
+ * @dbxWebSlug style-body
4423
+ * @dbxWebCategory layout
4424
+ * @dbxWebRelated style, style-service, set-style
4425
+ * @dbxWebMinimalExample ```html
4426
+ * <div dbxStyleBody></div>
4427
+ * ```
4428
+ *
4391
4429
  * @example
4392
4430
  * ```html
4393
4431
  * <div dbxStyleBody></div>
@@ -4415,12 +4453,26 @@ declare class DbxStyleLayoutModule {
4415
4453
  /**
4416
4454
  * Injection token for providing the default {@link DbxStyleConfig} to {@link DbxStyleService}.
4417
4455
  */
4418
- declare const DBX_STYLE_DEFAULT_CONFIG_TOKEN: InjectionToken<unknown>;
4456
+ declare const DEFAULT_DBX_STYLE_CONFIG_TOKEN: InjectionToken<unknown>;
4419
4457
  /**
4420
4458
  * Manages application-wide style classes and suffix modes (e.g., dark mode).
4421
4459
  *
4422
4460
  * Consumers can set a default style config, override it with an observable config,
4423
4461
  * and toggle style suffixes to switch between style variants at runtime.
4462
+ *
4463
+ * Provided via `provideDbxStyleService()` from `style.providers`.
4464
+ *
4465
+ * @dbxWebComponent
4466
+ * @dbxWebSlug style-service
4467
+ * @dbxWebCategory layout
4468
+ * @dbxWebRelated style, set-style, style-body, color-service
4469
+ *
4470
+ * @example
4471
+ * ```ts
4472
+ * const styleService = inject(DbxStyleService);
4473
+ * styleService.toggleDarkSuffix(); // toggle dark mode on/off
4474
+ * styleService.setStyleClassSuffix('dark'); // force dark mode
4475
+ * ```
4424
4476
  */
4425
4477
  declare class DbxStyleService implements Destroyable {
4426
4478
  private readonly _defaultConfig;
@@ -4432,51 +4484,51 @@ declare class DbxStyleService implements Destroyable {
4432
4484
  /**
4433
4485
  * Returns the style class given the input configuration.
4434
4486
  *
4435
- * @param configObs Observable containing the configuration to use.
4436
- * @returns DbxStyleClass
4487
+ * @param configObs - Observable containing the configuration to use.
4488
+ * @returns DbxStyleClass.
4437
4489
  */
4438
4490
  getStyleClassWithConfig(configObs: Observable<DbxStyleConfig>): Observable<DbxStyleClass>;
4439
4491
  /**
4440
4492
  * Toggles the dark suffix on/off for the service.
4441
4493
  *
4442
- * @param toggle Whether to toggle the suffix on or off
4494
+ * @param toggle - Whether to toggle the suffix on or off.
4443
4495
  */
4444
4496
  toggleDarkSuffix(toggle?: Maybe<boolean>): void;
4445
4497
  /**
4446
4498
  * Toggles the arbitrary suffix on/off for the service.
4447
4499
  *
4448
- * @param suffix The suffix to toggle
4449
- * @param toggle Whether to toggle the suffix on or off
4500
+ * @param suffix - The suffix to toggle.
4501
+ * @param toggle - Whether to toggle the suffix on or off.
4450
4502
  */
4451
4503
  toggleSuffix(suffix: DbxStyleClassSuffix, toggle?: Maybe<boolean>): void;
4452
4504
  /**
4453
4505
  * Returns the current style class suffix, if one is set.
4454
4506
  *
4455
- * @returns the currently active style class suffix, or undefined if none is set
4507
+ * @returns The currently active style class suffix, or undefined if none is set.
4456
4508
  */
4457
4509
  get currentStyleClassSuffix(): Maybe<DbxStyleClassCleanSuffix>;
4458
4510
  /**
4459
4511
  * Directly sets the active style class suffix, or clears it if null/undefined.
4460
4512
  *
4461
- * @param suffix - the suffix to activate, or nullish to clear the current suffix
4513
+ * @param suffix - The suffix to activate, or nullish to clear the current suffix.
4462
4514
  */
4463
4515
  setStyleClassSuffix(suffix: Maybe<DbxStyleClassSuffix>): void;
4464
4516
  /**
4465
4517
  * Updates the default style configuration used when no override config is set.
4466
4518
  *
4467
- * @param defaultConfig - the style configuration to use as the new default
4519
+ * @param defaultConfig - The style configuration to use as the new default.
4468
4520
  */
4469
4521
  setDefaultConfig(defaultConfig: DbxStyleConfig): void;
4470
4522
  /**
4471
4523
  * Overrides the active style configuration with the given value or observable.
4472
4524
  *
4473
- * @param config - a style configuration value or observable to set as the active override
4525
+ * @param config - A style configuration value or observable to set as the active override.
4474
4526
  */
4475
4527
  setConfig(config: ObservableOrValue<DbxStyleConfig>): void;
4476
4528
  /**
4477
4529
  * Clears the active config override if it matches the given reference, reverting to the default config.
4478
4530
  *
4479
- * @param config - the config reference to compare against the current override
4531
+ * @param config - The config reference to compare against the current override.
4480
4532
  */
4481
4533
  unsetConfig(config: ObservableOrValue<DbxStyleConfig>): void;
4482
4534
  destroy(): void;
@@ -4497,9 +4549,22 @@ declare abstract class DbxColorServiceConfig {
4497
4549
  * Service that registers named {@link DbxColorConfigTemplate} entries and expands
4498
4550
  * {@link DbxColorConfig} values that reference a template by key.
4499
4551
  *
4500
- * The pattern mirrors {@link DbxHelpWidgetService} and {@link DbxFirebaseModelEntitiesWidgetService}:
4501
- * an internal Map keyed by template key, optional seeding from {@link DbxColorServiceConfig},
4502
- * and a `register` method for adding entries at runtime.
4552
+ * Seeded via `provideDbxStyleService({ dbxColorServiceConfig: { templates: [...] } })`,
4553
+ * then injected by {@link DbxColorDirective} and {@link DbxTextColorDirective} to resolve
4554
+ * template references at render time.
4555
+ *
4556
+ * @dbxWebComponent
4557
+ * @dbxWebSlug color-service
4558
+ * @dbxWebCategory layout
4559
+ * @dbxWebRelated color, text-color, style-service
4560
+ *
4561
+ * @example
4562
+ * ```ts
4563
+ * const colorService = inject(DbxColorService);
4564
+ * colorService.register({ key: 'brand-positive', config: { color: '#1f9b59', contrast: 'white', tone: 18 } });
4565
+ * colorService.expandColorConfig({ template: 'brand-positive' });
4566
+ * // -> { template: 'brand-positive', color: '#1f9b59', contrast: 'white', tone: 18 }
4567
+ * ```
4503
4568
  */
4504
4569
  declare class DbxColorService {
4505
4570
  private readonly _templates;
@@ -4507,28 +4572,28 @@ declare class DbxColorService {
4507
4572
  /**
4508
4573
  * Registers one or more {@link DbxColorConfigTemplate} entries.
4509
4574
  *
4510
- * @param templates - the template(s) to register
4511
- * @param override - whether existing entries with the same key should be replaced (default true)
4575
+ * @param templates - The template(s) to register.
4576
+ * @param override - Whether existing entries with the same key should be replaced (default true)
4512
4577
  */
4513
4578
  register(templates: ArrayOrValue<DbxColorConfigTemplate>, override?: boolean): void;
4514
4579
  /**
4515
4580
  * Returns whether a template with the given key has been registered.
4516
4581
  *
4517
- * @param key - the template key to check
4518
- * @returns true when a template is registered under the given key
4582
+ * @param key - The template key to check.
4583
+ * @returns True when a template is registered under the given key.
4519
4584
  */
4520
4585
  hasTemplate(key: DbxColorConfigTemplateKey): boolean;
4521
4586
  /**
4522
4587
  * Returns the {@link DbxColorConfigTemplate} registered under the given key, or undefined if none.
4523
4588
  *
4524
- * @param key - the template key to look up
4525
- * @returns the registered template, or undefined when no template matches
4589
+ * @param key - The template key to look up.
4590
+ * @returns The registered template, or undefined when no template matches.
4526
4591
  */
4527
4592
  getTemplate(key: DbxColorConfigTemplateKey): Maybe<DbxColorConfigTemplate>;
4528
4593
  /**
4529
4594
  * Returns all currently registered template keys.
4530
4595
  *
4531
- * @returns array of all registered template keys
4596
+ * @returns Array of all registered template keys.
4532
4597
  */
4533
4598
  getAllRegisteredTemplateKeys(): DbxColorConfigTemplateKey[];
4534
4599
  /**
@@ -4537,6 +4602,9 @@ declare class DbxColorService {
4537
4602
  *
4538
4603
  * Returns the input unchanged when no template is set or when the template key is unknown.
4539
4604
  *
4605
+ * @param config - The input config to expand.
4606
+ * @returns An expanded config, or the input unchanged when no expansion applies.
4607
+ *
4540
4608
  * @example
4541
4609
  * ```ts
4542
4610
  * service.register({ key: 'brand-positive', config: { color: '#1f9b59', contrast: 'white', tone: 18 } });
@@ -4545,9 +4613,6 @@ declare class DbxColorService {
4545
4613
  * service.expandColorConfig({ template: 'brand-positive', tone: 60 });
4546
4614
  * // -> { template: 'brand-positive', color: '#1f9b59', contrast: 'white', tone: 60 }
4547
4615
  * ```
4548
- *
4549
- * @param config - the input config to expand
4550
- * @returns an expanded config, or the input unchanged when no expansion applies
4551
4616
  */
4552
4617
  expandColorConfig(config: Maybe<DbxColorConfig>): Maybe<DbxColorConfig>;
4553
4618
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxColorService, never>;
@@ -4563,7 +4628,7 @@ interface ProvideDbxStyleServiceConfig {
4563
4628
  *
4564
4629
  * If null, the DbxStyleService will not have a default style
4565
4630
  */
4566
- readonly dbxStyleConfig: DbxStyleConfig | null;
4631
+ readonly dbxStyleConfig: Maybe<DbxStyleConfig>;
4567
4632
  /**
4568
4633
  * Optional initial configuration for the {@link DbxColorService}.
4569
4634
  *
@@ -4574,6 +4639,9 @@ interface ProvideDbxStyleServiceConfig {
4574
4639
  /**
4575
4640
  * Provides environment-level providers for {@link DbxStyleService}, {@link DbxColorService}, and their default configurations.
4576
4641
  *
4642
+ * @param config - Configuration specifying the default style and optional color templates.
4643
+ * @returns Environment providers for the style and color services and their default config tokens.
4644
+ *
4577
4645
  * @example
4578
4646
  * ```ts
4579
4647
  * provideDbxStyleService({
@@ -4584,8 +4652,6 @@ interface ProvideDbxStyleServiceConfig {
4584
4652
  * });
4585
4653
  * ```
4586
4654
  *
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
4655
  * @__NO_SIDE_EFFECTS__
4590
4656
  */
4591
4657
  declare function provideDbxStyleService(config: ProvideDbxStyleServiceConfig): EnvironmentProviders;
@@ -4597,6 +4663,14 @@ declare function provideDbxStyleService(config: ProvideDbxStyleServiceConfig): E
4597
4663
  * object carrying an arbitrary CSS color value. Unlike {@link DbxColorDirective} which sets the background,
4598
4664
  * this directive only sets the foreground text color.
4599
4665
  *
4666
+ * @dbxWebComponent
4667
+ * @dbxWebSlug text-color
4668
+ * @dbxWebCategory layout
4669
+ * @dbxWebRelated color, color-service
4670
+ * @dbxWebMinimalExample ```html
4671
+ * <span [dbxTextColor]="'primary'"></span>
4672
+ * ```
4673
+ *
4600
4674
  * @example
4601
4675
  * ```html
4602
4676
  * <mat-icon [dbxTextColor]="'warn'">error</mat-icon>
@@ -4985,34 +5059,34 @@ declare class DbxLinkifyService {
4985
5059
  /**
4986
5060
  * Registers the default entry.
4987
5061
  *
4988
- * @param entry Entry without the type field
5062
+ * @param entry - Entry without the type field.
4989
5063
  */
4990
5064
  registerDefaultEntry(entry: DbxLinkifyServiceDefaultEntry): void;
4991
5065
  /**
4992
5066
  * Registers one or more entries by type.
4993
5067
  *
4994
- * @param entries One or more entries to register
4995
- * @param override Whether to override existing entries (default: true)
5068
+ * @param entries - One or more entries to register.
5069
+ * @param override - Whether to override existing entries (default: true)
4996
5070
  */
4997
5071
  register(entries: ArrayOrValue<DbxLinkifyServiceEntry>, override?: boolean): void;
4998
5072
  /**
4999
5073
  * Returns the default entry.
5000
5074
  *
5001
- * @returns the default linkify service entry, or undefined if none is registered
5075
+ * @returns The default linkify service entry, or undefined if none is registered.
5002
5076
  */
5003
5077
  getDefaultEntry(): Maybe<DbxLinkifyServiceEntry>;
5004
5078
  /**
5005
5079
  * Returns the entry for the given type.
5006
5080
  *
5007
- * @param type - the linkify string type to look up
5008
- * @returns the registered entry for the given type, or undefined if not found
5081
+ * @param type - The linkify string type to look up.
5082
+ * @returns The registered entry for the given type, or undefined if not found.
5009
5083
  */
5010
5084
  getEntryRegisteredForType(type: DbxLinkifyStringType): Maybe<DbxLinkifyServiceEntry>;
5011
5085
  /**
5012
5086
  * 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
5087
  *
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
5088
+ * @param type - The linkify string type to look up, or nullish to retrieve the default entry.
5089
+ * @returns The matching entry, or the default entry if the type is not provided.
5016
5090
  */
5017
5091
  getEntry(type?: Maybe<DbxLinkifyStringType>): Maybe<DbxLinkifyServiceEntry>;
5018
5092
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxLinkifyService, never>;
@@ -5035,6 +5109,9 @@ interface ProvideDbxLinkifyConfig {
5035
5109
  /**
5036
5110
  * Creates environment-level providers for configuring {@link DbxLinkifyService} with a custom factory.
5037
5111
  *
5112
+ * @param config - Configuration containing the factory function for creating the linkify service config.
5113
+ * @returns Environment providers that register the DbxLinkifyServiceConfig.
5114
+ *
5038
5115
  * @example
5039
5116
  * ```ts
5040
5117
  * provideDbxLinkify({
@@ -5044,9 +5121,6 @@ interface ProvideDbxLinkifyConfig {
5044
5121
  * })
5045
5122
  * });
5046
5123
  * ```
5047
- *
5048
- * @param config - configuration containing the factory function for creating the linkify service config
5049
- * @returns environment providers that register the DbxLinkifyServiceConfig
5050
5124
  */
5051
5125
  declare function provideDbxLinkify(config: ProvideDbxLinkifyConfig): EnvironmentProviders;
5052
5126
 
@@ -5080,7 +5154,7 @@ interface DbxChipDisplay extends LabeledValue<string> {
5080
5154
  /**
5081
5155
  * Default background tone percentage for tonal chip coloring.
5082
5156
  */
5083
- declare const DBX_CHIP_DEFAULT_TONE = 18;
5157
+ declare const DEFAULT_DBX_CHIP_TONE = 18;
5084
5158
  /**
5085
5159
  * Renders a styled chip element with optional small, block, and color modes.
5086
5160
  *
@@ -5115,7 +5189,7 @@ declare class DbxChipDirective {
5115
5189
  */
5116
5190
  readonly display: _angular_core.InputSignal<Maybe<DbxChipDisplay>>;
5117
5191
  /**
5118
- * Background tone level for tonal appearance. Defaults to {@link DBX_CHIP_DEFAULT_TONE}.
5192
+ * Background tone level for tonal appearance. Defaults to {@link DEFAULT_DBX_CHIP_TONE}.
5119
5193
  *
5120
5194
  * Set to `100` for fully opaque background.
5121
5195
  */
@@ -5214,22 +5288,22 @@ declare class DbxTextChipsComponent {
5214
5288
  /**
5215
5289
  * Returns the themed background CSS class for a chip's color.
5216
5290
  *
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
5291
+ * @param chip - The chip to get the color class for.
5292
+ * @returns The CSS class name for the chip's background color, or empty string if no color.
5219
5293
  */
5220
5294
  chipColorClass(chip: TextChip): string;
5221
5295
  /**
5222
5296
  * Returns the inline `--dbx-bg-color-current` value for a chip when its color is a {@link DbxColorConfig}; otherwise null.
5223
5297
  *
5224
- * @param chip - the chip
5225
- * @returns the background color CSS value, or null for named-color strings
5298
+ * @param chip - The chip.
5299
+ * @returns The background color CSS value, or null for named-color strings.
5226
5300
  */
5227
5301
  chipBgColorStyle(chip: TextChip): Maybe<string>;
5228
5302
  /**
5229
5303
  * Returns the inline `--dbx-color-current` value for a chip when its color is a {@link DbxColorConfig}; otherwise null.
5230
5304
  *
5231
- * @param chip - the chip
5232
- * @returns the contrast color CSS value, or null for named-color strings
5305
+ * @param chip - The chip.
5306
+ * @returns The contrast color CSS value, or null for named-color strings.
5233
5307
  */
5234
5308
  chipColorStyle(chip: TextChip): Maybe<string>;
5235
5309
  private _expandedChipConfig;
@@ -5316,15 +5390,16 @@ interface CopyToClipboardFunctionConfig {
5316
5390
  /**
5317
5391
  * Creates a {@link CopyToClipboardFunction} that retries the copy operation until success or timeout.
5318
5392
  *
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
5393
+ * @param clipboard - The Angular CDK Clipboard instance.
5394
+ * @param config - Optional timeout and retry settings.
5395
+ * @returns Copies text to the clipboard.
5322
5396
  *
5323
5397
  * @example
5324
5398
  * ```ts
5325
5399
  * const copy = copyToClipboardFunction(clipboard, { copyTimeoutSeconds: 10 });
5326
5400
  * const success = await copy('some text');
5327
5401
  * ```
5402
+ *
5328
5403
  * @__NO_SIDE_EFFECTS__
5329
5404
  */
5330
5405
  declare function copyToClipboardFunction(clipboard: Clipboard, config?: CopyToClipboardFunctionConfig): CopyToClipboardFunction;
@@ -5333,14 +5408,15 @@ declare function copyToClipboardFunction(clipboard: Clipboard, config?: CopyToCl
5333
5408
  *
5334
5409
  * Must be called in an Angular injection context.
5335
5410
  *
5336
- * @param config - optional timeout and retry settings
5337
- * @returns the clipboard copy function
5411
+ * @param config - Optional timeout and retry settings.
5412
+ * @returns The clipboard copy function.
5338
5413
  *
5339
5414
  * @example
5340
5415
  * ```ts
5341
5416
  * const copy = injectCopyToClipboardFunction();
5342
5417
  * await copy('copied text');
5343
5418
  * ```
5419
+ *
5344
5420
  * @__NO_SIDE_EFFECTS__
5345
5421
  */
5346
5422
  declare function injectCopyToClipboardFunction(config?: CopyToClipboardFunctionConfig): CopyToClipboardFunction;
@@ -5378,8 +5454,8 @@ interface CopyToClipboardFunctionWithSnackbarMessageConfig extends CopyToClipboa
5378
5454
  *
5379
5455
  * Must be called in an Angular injection context.
5380
5456
  *
5381
- * @param config - optional configuration for copy behavior and snackbar messages
5382
- * @returns clipboard copy function with snackbar notification support
5457
+ * @param config - Optional configuration for copy behavior and snackbar messages.
5458
+ * @returns Clipboard copy function with snackbar notification support.
5383
5459
  *
5384
5460
  * @example
5385
5461
  * ```ts
@@ -5425,7 +5501,7 @@ declare class DbxClickToCopyTextDirective extends AbstractDbxClipboardDirective
5425
5501
  /**
5426
5502
  * If the input is null, then copy from the element's text content.
5427
5503
  */
5428
- readonly copyText: _angular_core.InputSignal<Maybe<string | null>>;
5504
+ readonly copyText: _angular_core.InputSignal<Maybe<Maybe<string>>>;
5429
5505
  /**
5430
5506
  * If true, the click events will be ignored.
5431
5507
  */
@@ -5446,8 +5522,8 @@ declare class DbxClickToCopyTextDirective extends AbstractDbxClipboardDirective
5446
5522
  * Useful for preventing the default context menu from appearing over dialogs or popups.
5447
5523
  *
5448
5524
  * @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
5525
+ * @param onEvent - Optional callback invoked on each suppressed right-click event.
5526
+ * @returns A cleanup function that removes the event listener.
5451
5527
  *
5452
5528
  * @example
5453
5529
  * ```ts
@@ -5488,6 +5564,9 @@ interface OverrideClickElementEffectConfig {
5488
5564
  *
5489
5565
  * Must be called in an Angular injection context.
5490
5566
  *
5567
+ * @param config - Configuration specifying the click target, child element to intercept, and optional disabled signal.
5568
+ * @returns The created Angular effect reference.
5569
+ *
5491
5570
  * @example
5492
5571
  * ```ts
5493
5572
  * overrideClickElementEffect({
@@ -5495,9 +5574,6 @@ interface OverrideClickElementEffectConfig {
5495
5574
  * childClickTarget: this.buttonElementRef
5496
5575
  * });
5497
5576
  * ```
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
5577
  */
5502
5578
  declare function overrideClickElementEffect(config: OverrideClickElementEffectConfig): _angular_core.EffectRef;
5503
5579
 
@@ -6119,7 +6195,7 @@ declare class DbxErrorComponent {
6119
6195
  readonly iconOnly: _angular_core.InputSignal<Maybe<boolean>>;
6120
6196
  private readonly _errorOverrideSignal;
6121
6197
  readonly errorSignal: _angular_core.Signal<Maybe<ErrorInput>>;
6122
- readonly state: _angular_core.Signal<DbxErrorComponentState>;
6198
+ readonly stateSignal: _angular_core.Signal<DbxErrorComponentState>;
6123
6199
  readonly viewTypeSignal: _angular_core.Signal<DbxErrorComponentViewType>;
6124
6200
  readonly isDefaultErrorSignal: _angular_core.Signal<Maybe<boolean>>;
6125
6201
  readonly messageSignal: _angular_core.Signal<Maybe<string>>;
@@ -6155,14 +6231,14 @@ declare class DbxActionErrorDirective {
6155
6231
  * Ensures that the error data is safe for serialization by running it through `JSON.stringify`/`JSON.parse`.
6156
6232
  * Non-serializable data is stripped with a console warning.
6157
6233
  *
6234
+ * @param httpError - The HTTP error response or generic error object to convert.
6235
+ * @returns A plain JSON-serializable {@link ServerError} object.
6236
+ *
6158
6237
  * @example
6159
6238
  * ```typescript
6160
6239
  * const pojoError = convertToPOJOServerErrorResponse(httpErrorResponse);
6161
6240
  * console.log(pojoError.message);
6162
6241
  * ```
6163
- *
6164
- * @param httpError - The HTTP error response or generic error object to convert.
6165
- * @returns A plain JSON-serializable {@link ServerError} object.
6166
6242
  */
6167
6243
  declare function convertToPOJOServerErrorResponse(httpError: HttpErrorResponse | object): ServerError;
6168
6244
  /**
@@ -6171,6 +6247,9 @@ declare function convertToPOJOServerErrorResponse(httpError: HttpErrorResponse |
6171
6247
  * Handles HTTP 401 responses specially by returning an {@link UnauthorizedServerErrorResponse}.
6172
6248
  * Returns `undefined` if the input is falsy.
6173
6249
  *
6250
+ * @param error - The HTTP error response or generic error object to convert.
6251
+ * @returns A {@link ServerErrorResponse} derived from the error, or `undefined` if the input is falsy.
6252
+ *
6174
6253
  * @example
6175
6254
  * ```typescript
6176
6255
  * const serverError = convertToServerErrorResponse(httpErrorResponse);
@@ -6178,9 +6257,6 @@ declare function convertToPOJOServerErrorResponse(httpError: HttpErrorResponse |
6178
6257
  * console.log(serverError.status, serverError.message);
6179
6258
  * }
6180
6259
  * ```
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
6260
  */
6185
6261
  declare function convertToServerErrorResponse(error: HttpErrorResponse | object): ServerErrorResponse | undefined;
6186
6262
 
@@ -6407,7 +6483,7 @@ interface DbxPopoverComponentConfig<O, I, T> {
6407
6483
  * Full popover configuration including overlay container settings. Used internally.
6408
6484
  */
6409
6485
  interface FullDbxPopoverComponentConfig<O, I, T> extends DbxPopoverComponentConfig<O, I, T> {
6410
- configuration: NgOverlayContainerConfiguration;
6486
+ readonly configuration: NgOverlayContainerConfiguration;
6411
6487
  }
6412
6488
  /**
6413
6489
  * Core popover component that renders injected content with position strategy, transition watching, and keyboard close support.
@@ -6652,24 +6728,28 @@ declare class DbxReadableErrorModule {
6652
6728
  * Wrapper for a {@link ServerError} used as NgRx action props.
6653
6729
  */
6654
6730
  interface ServerErrorParams {
6655
- error: ServerError;
6731
+ readonly error: ServerError;
6656
6732
  }
6657
6733
  /**
6658
6734
  * Converts an HTTP error response into {@link ServerErrorParams} suitable for dispatching as an NgRx action prop.
6659
6735
  *
6736
+ * @param httpError - The HTTP error response or generic error object to convert.
6737
+ * @returns A {@link ServerErrorParams} object wrapping the converted server error.
6738
+ *
6660
6739
  * @example
6661
6740
  * ```typescript
6662
6741
  * const params = convertServerErrorParams(httpErrorResponse);
6663
6742
  * store.dispatch(myErrorAction(params));
6664
6743
  * ```
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
6744
  */
6669
6745
  declare function convertServerErrorParams(httpError: HttpErrorResponse | object): ServerErrorParams;
6670
6746
  /**
6671
6747
  * RxJS operator that catches HTTP errors, converts them to {@link ServerErrorParams}, and dispatches the given NgRx action.
6672
6748
  *
6749
+ * @param action - The NgRx action creator to dispatch with the converted error params.
6750
+ * @param mapError - Optional function to transform the {@link ServerErrorParams} before dispatching. Defaults to identity.
6751
+ * @returns An RxJS operator that catches errors and emits the corresponding error action.
6752
+ *
6673
6753
  * @example
6674
6754
  * ```typescript
6675
6755
  * return this.actions$.pipe(
@@ -6679,10 +6759,6 @@ declare function convertServerErrorParams(httpError: HttpErrorResponse | object)
6679
6759
  * ))
6680
6760
  * );
6681
6761
  * ```
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
6762
  */
6687
6763
  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
6764
 
@@ -6706,9 +6782,9 @@ interface State {
6706
6782
  /**
6707
6783
  * Combined reducer for the DbxModel NgRx feature state, delegating to sub-reducers for each state slice.
6708
6784
  *
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
6785
+ * @param state - The current DbxModel feature state, or undefined for initial state.
6786
+ * @param action - The NgRx action to process.
6787
+ * @returns The new DbxModelState produced by the combined sub-reducers.
6712
6788
  */
6713
6789
  declare function reducers(state: DbxModelState | undefined, action: Action): {
6714
6790
  "model.module.config": DbxModelModuleStateConfiguration;
@@ -6820,45 +6896,47 @@ interface DbxModelViewTrackerEventSet {
6820
6896
  /**
6821
6897
  * Extracts all model keys from a {@link DbxModelViewTrackerEventSet}.
6822
6898
  *
6899
+ * @param eventSet - The event set from which to extract model keys.
6900
+ * @returns Array of model keys from all events in the set.
6901
+ *
6823
6902
  * @example
6824
6903
  * ```typescript
6825
6904
  * const keys = allDbxModelViewTrackerEventSetModelKeys(eventSet);
6826
6905
  * ```
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
6906
  */
6831
6907
  declare function allDbxModelViewTrackerEventSetModelKeys(eventSet: DbxModelViewTrackerEventSet): ModelKey[];
6832
6908
  /**
6833
6909
  * Extracts all model keys from an array of {@link DbxModelViewTrackerEvent}.
6834
6910
  *
6911
+ * @param events - Array of view tracker events from which to extract model keys.
6912
+ * @returns Array of model keys, one per event.
6913
+ *
6835
6914
  * @example
6836
6915
  * ```typescript
6837
6916
  * const keys = allDbxModelViewTrackerEventModelKeys(events);
6838
6917
  * ```
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
6918
  */
6843
6919
  declare function allDbxModelViewTrackerEventModelKeys(events: DbxModelViewTrackerEvent[]): ModelKey[];
6844
6920
 
6845
6921
  /**
6846
6922
  * Creates a {@link StorageAccessor} for persisting model view tracker events using the `mtvs` storage prefix.
6847
6923
  *
6924
+ * @param storageAccessorFactory - The factory used to create typed storage accessors.
6925
+ * @returns A storage accessor configured with the `mtvs` prefix for model view tracker events.
6926
+ *
6848
6927
  * @example
6849
6928
  * ```typescript
6850
6929
  * const accessor = defaultDbxModelViewTrackerStorageAccessorFactory(storageAccessorFactory);
6851
6930
  * ```
6852
6931
  *
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
6932
  * @__NO_SIDE_EFFECTS__
6856
6933
  */
6857
6934
  declare function defaultDbxModelViewTrackerStorageAccessorFactory(storageAccessorFactory: SimpleStorageAccessorFactory): StorageAccessor<DbxModelViewTrackerEventSet>;
6858
6935
  /**
6859
6936
  * Creates EnvironmentProviders for providing DbxModelTrackerService, DbxModelObjectStateService and sets up the NgRx store for DbxModelTrackerEffects.
6860
6937
  *
6861
- * @returns EnvironmentProviders
6938
+ * @returns EnvironmentProviders.
6939
+ *
6862
6940
  * @__NO_SIDE_EFFECTS__
6863
6941
  */
6864
6942
  declare function provideDbxModelService(): EnvironmentProviders;
@@ -6871,9 +6949,9 @@ declare class DbxModelObjectStateService {
6871
6949
  /**
6872
6950
  * Emit a model viewed event.
6873
6951
  *
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
6952
+ * @param params - The model viewed event parameters.
6953
+ * @param params.modelKeyTypeNamePair - Identifies the model that was viewed.
6954
+ * @param params.context - Optional context describing how the model was viewed.
6877
6955
  */
6878
6956
  emitModelViewEvent({ modelKeyTypeNamePair, context }: DbxModelObjectViewedParams): void;
6879
6957
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxModelObjectStateService, never>;
@@ -6893,15 +6971,15 @@ declare class DbxModelTrackerService {
6893
6971
  /**
6894
6972
  * The default storage folder used when no folder is specified in tracking calls.
6895
6973
  *
6896
- * @returns The current default folder name, or undefined if not set
6974
+ * @returns The current default folder name, or undefined if not set.
6897
6975
  */
6898
6976
  get defaultFolder(): Maybe<string>;
6899
6977
  set defaultFolder(folder: Maybe<string>);
6900
6978
  /**
6901
6979
  * Records a view event for the given model, optionally in a specific context and folder.
6902
6980
  *
6903
- * @param modelKeyTypeNamePair - The model identity to track
6904
- * @param context - Optional view context metadata
6981
+ * @param modelKeyTypeNamePair - The model identity to track.
6982
+ * @param context - Optional view context metadata.
6905
6983
  * @param folder - Storage folder; defaults to {@link defaultFolder}
6906
6984
  */
6907
6985
  trackViewedObject(modelKeyTypeNamePair: ModelKeyTypeNamePair, context?: Maybe<ModelViewContext>, folder?: Maybe<string>): void;
@@ -6909,14 +6987,14 @@ declare class DbxModelTrackerService {
6909
6987
  * Returns all recorded view events for the given folder, sorted by most recent first.
6910
6988
  *
6911
6989
  * @param folder - Storage folder; defaults to {@link defaultFolder}
6912
- * @returns Observable of view events sorted by most recent first
6990
+ * @returns Observable of view events sorted by most recent first.
6913
6991
  */
6914
6992
  getAllViewEvents(folder?: Maybe<string>): Observable<DbxModelViewTrackerEvent[]>;
6915
6993
  /**
6916
6994
  * Returns the complete event set (events and last-update timestamp) for the given folder.
6917
6995
  *
6918
6996
  * @param folder - Storage folder; defaults to {@link defaultFolder}
6919
- * @returns Observable of the complete event set including events and last-update timestamp
6997
+ * @returns Observable of the complete event set including events and last-update timestamp.
6920
6998
  */
6921
6999
  getViewEventSet(folder?: Maybe<string>): Observable<DbxModelViewTrackerEventSet>;
6922
7000
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxModelTrackerService, never>;
@@ -6941,22 +7019,22 @@ declare class DbxModelViewTrackerStorage {
6941
7019
  /**
6942
7020
  * Persists a view tracker event to storage. Deduplicates by model key, sorts by date, and trims to the max event limit.
6943
7021
  *
6944
- * @param event - The event to record
6945
- * @returns Observable that completes when the event has been persisted
7022
+ * @param event - The event to record.
7023
+ * @returns Observable that completes when the event has been persisted.
6946
7024
  */
6947
7025
  addTrackerEvent(event: DbxModelViewTrackerEvent): Observable<void>;
6948
7026
  /**
6949
7027
  * Returns all stored view events for the given folder.
6950
7028
  *
6951
7029
  * @param folder - Optional folder name; defaults to `'default'`
6952
- * @returns Observable of all view tracker events in the folder
7030
+ * @returns Observable of all view tracker events in the folder.
6953
7031
  */
6954
7032
  getAllEvents(folder?: Maybe<string>): Observable<DbxModelViewTrackerEvent[]>;
6955
7033
  /**
6956
7034
  * Returns the complete event set for the given folder.
6957
7035
  *
6958
7036
  * @param folder - Optional folder name; defaults to `'default'`
6959
- * @returns Observable of the event set containing events and the last-update timestamp
7037
+ * @returns Observable of the event set containing events and the last-update timestamp.
6960
7038
  */
6961
7039
  getEventSet(folder?: Maybe<string>): Observable<DbxModelViewTrackerEventSet>;
6962
7040
  private _getEventSetForStorageKey;
@@ -6964,7 +7042,7 @@ declare class DbxModelViewTrackerStorage {
6964
7042
  * Computes the storage key for a given folder name.
6965
7043
  *
6966
7044
  * @param folder - Optional folder name; defaults to `'default'`
6967
- * @returns The computed storage key string combining the base key and folder name
7045
+ * @returns The computed storage key string combining the base key and folder name.
6968
7046
  */
6969
7047
  getStorageKeyForFolder(folder?: Maybe<string>): string;
6970
7048
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxModelViewTrackerStorage, never>;
@@ -7052,13 +7130,13 @@ declare class DbxModelTypesService<I extends DbxModelTypeInfo = DbxModelTypeInfo
7052
7130
  /**
7053
7131
  * Registers one or more model type configurations. Merges with any previously registered configs.
7054
7132
  *
7055
- * @param configs - Single or array of model type configurations to register
7133
+ * @param configs - Single or array of model type configurations to register.
7056
7134
  */
7057
7135
  addTypeConfigs(configs: ArrayOrValue<DbxModelTypeConfiguration>): void;
7058
7136
  /**
7059
7137
  * Registers model type configurations from a map, merging with existing configs.
7060
7138
  *
7061
- * @param configs - Map of model type strings to their configurations
7139
+ * @param configs - Map of model type strings to their configurations.
7062
7140
  */
7063
7141
  addTypeConfigsMap(configs: DbxModelTypeConfigurationMap): void;
7064
7142
  /**
@@ -7072,8 +7150,8 @@ declare class DbxModelTypesService<I extends DbxModelTypeInfo = DbxModelTypeInfo
7072
7150
  /**
7073
7151
  * Returns an observable of the Material icon name for the given model type.
7074
7152
  *
7075
- * @param type - The model type string to look up
7076
- * @returns Observable emitting the icon name for the given model type
7153
+ * @param type - The model type string to look up.
7154
+ * @returns Observable emitting the icon name for the given model type.
7077
7155
  */
7078
7156
  iconForType(type: ModelTypeString): Observable<string>;
7079
7157
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxModelTypesService<any>, never>;
@@ -7287,8 +7365,8 @@ declare const DBX_WEB_FILE_PREVIEW_SERVICE_ENTRIES_TOKEN: InjectionToken<DbxWebF
7287
7365
  /**
7288
7366
  * Creates a provider that registers the given entries with the {@link DbxWebFilePreviewService} via the {@link DBX_WEB_FILE_PREVIEW_SERVICE_ENTRIES_TOKEN}.
7289
7367
  *
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
7368
+ * @param entries - Array of preview service entries to register, each mapping a MIME type to its preview component.
7369
+ * @returns A provider configuration that supplies the entries via the injection token.
7292
7370
  *
7293
7371
  * @example
7294
7372
  * ```typescript
@@ -7302,17 +7380,17 @@ declare function provideDbxWebFilePreviewServiceEntries(entries: DbxWebFilePrevi
7302
7380
  /**
7303
7381
  * Default preview component function that embeds files using {@link DbxEmbedComponent}. Images are rendered with an `img` element; all other types use `embed`.
7304
7382
  *
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
7383
+ * @param input - The preview input containing blob data, source URL, and MIME type information.
7384
+ * @returns An injection component config that initializes a {@link DbxEmbedComponent} with the appropriate embed element and content.
7307
7385
  */
7308
- declare const DBX_WEB_FILE_PREVIEW_SERVICE_DEFAULT_PREVIEW_COMPONENT_FUNCTION: DbxWebFilePreviewServicePreviewComponentFunction;
7386
+ declare const DEFAULT_DBX_WEB_FILE_PREVIEW_SERVICE_PREVIEW_COMPONENT_FUNCTION: DbxWebFilePreviewServicePreviewComponentFunction;
7309
7387
  /**
7310
7388
  * Default dialog-with-component function that opens the preview component inside a {@link DbxInjectionDialogComponent} with a close button.
7311
7389
  *
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
7390
+ * @param input - The dialog input containing the MatDialog instance and the component config to display.
7391
+ * @returns A MatDialogRef for the opened injection dialog.
7314
7392
  */
7315
- declare const DBX_WEB_FILE_PREVIEW_SERVICE_DEFAULT_DIALOG_WITH_COMPONENT_FUNCTION: DbxWebFilePreviewServicePreviewDialogWithComponentFunction;
7393
+ declare const DEFAULT_DBX_WEB_FILE_PREVIEW_SERVICE_DIALOG_WITH_COMPONENT_FUNCTION: DbxWebFilePreviewServicePreviewDialogWithComponentFunction;
7316
7394
  /**
7317
7395
  * Service used for previewing files with given mime types.
7318
7396
  */
@@ -7325,39 +7403,39 @@ declare class DbxWebFilePreviewService {
7325
7403
  /**
7326
7404
  * Registers one or more file preview entries, mapping MIME types to their preview components.
7327
7405
  *
7328
- * @param entries - Single or array of preview entries to register
7406
+ * @param entries - Single or array of preview entries to register.
7329
7407
  */
7330
7408
  registerPreviewEntries(entries: ArrayOrValue<DbxWebFilePreviewServiceEntry>): void;
7331
7409
  /**
7332
7410
  * Registers a single file preview entry for its MIME type(s).
7333
7411
  *
7334
- * @param entry - The preview entry to register
7412
+ * @param entry - The preview entry to register.
7335
7413
  */
7336
7414
  registerPreviewEntry(entry: DbxWebFilePreviewServiceEntry): void;
7337
7415
  /**
7338
7416
  * Overrides the default preview component function used when no MIME-specific entry is registered.
7339
7417
  *
7340
- * @param previewFunction - The preview component function to use as the new default
7418
+ * @param previewFunction - The preview component function to use as the new default.
7341
7419
  */
7342
7420
  setDefaultPreviewComponentFunction(previewFunction: DbxWebFilePreviewServicePreviewComponentFunction): void;
7343
7421
  /**
7344
7422
  * Overrides the default dialog-with-component function used when no MIME-specific dialog handler is registered.
7345
7423
  *
7346
- * @param previewDialogWithComponentFunction - The dialog-with-component function to use as the new default
7424
+ * @param previewDialogWithComponentFunction - The dialog-with-component function to use as the new default.
7347
7425
  */
7348
7426
  setDefaultPreviewDialogWithComponentFunction(previewDialogWithComponentFunction: DbxWebFilePreviewServicePreviewDialogWithComponentFunction): void;
7349
7427
  /**
7350
7428
  * Creates an injection component config for previewing a file. Uses a MIME-specific preview function if registered, otherwise falls back to the default.
7351
7429
  *
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
7430
+ * @param input - The preview input containing blob, URL, and MIME type information.
7431
+ * @returns An injection component config suitable for rendering the file preview.
7354
7432
  */
7355
7433
  createPreviewConfig(input: DbxWebFilePreviewServicePreviewComponentFunctionInput): dist_packages_dbx_core_types_dereekb_dbx_core.DbxInjectionComponentConfig<any>;
7356
7434
  /**
7357
7435
  * 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
7436
  *
7359
- * @param input - The dialog input containing file data and MIME type
7360
- * @returns Reference to the opened dialog
7437
+ * @param input - The dialog input containing file data and MIME type.
7438
+ * @returns Reference to the opened dialog.
7361
7439
  */
7362
7440
  openPreviewDialog(input: DbxWebFilePreviewServicePreviewDialogFunctionInput): MatDialogRef<unknown, unknown>;
7363
7441
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxWebFilePreviewService, never>;
@@ -7387,8 +7465,8 @@ declare class DbxWebFilePreviewComponent {
7387
7465
  /**
7388
7466
  * Preview component function preset that renders zip files using {@link DbxZipPreviewComponent}.
7389
7467
  *
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
7468
+ * @param input - The preview input containing the source URL and MIME type of the zip file.
7469
+ * @returns An injection component config that initializes a {@link DbxZipPreviewComponent} with the given source URL.
7392
7470
  */
7393
7471
  declare const DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_COMPONENT_PRESET: DbxWebFilePreviewServicePreviewComponentFunction;
7394
7472
  /**
@@ -7679,15 +7757,15 @@ declare class DbxWebPageTitleInfoDirective implements DbxWebPageTitleInfoReferen
7679
7757
  readonly isLeaf$: Observable<boolean>;
7680
7758
  constructor();
7681
7759
  /**
7682
- * @internal Maintained by descendant directives to keep `isLeaf$` accurate.
7683
- *
7684
7760
  * @param child - The descendant directive to register as a child.
7761
+ *
7762
+ * @internal Maintained by descendant directives to keep `isLeaf$` accurate.
7685
7763
  */
7686
7764
  _addChild(child: DbxWebPageTitleInfoDirective): void;
7687
7765
  /**
7688
- * @internal
7689
- *
7690
7766
  * @param child - The descendant directive to unregister.
7767
+ *
7768
+ * @internal
7691
7769
  */
7692
7770
  _removeChild(child: DbxWebPageTitleInfoDirective): void;
7693
7771
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxWebPageTitleInfoDirective, never>;
@@ -7762,9 +7840,9 @@ declare class DbxWidgetService {
7762
7840
  /**
7763
7841
  * Used to register an entry. If an entry with the same type is already registered, this will override it by default.
7764
7842
  *
7765
- * @param entry - The widget entry mapping a type identifier to its component class
7843
+ * @param entry - The widget entry mapping a type identifier to its component class.
7766
7844
  * @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
7845
+ * @returns True if the entry was registered, false if an entry with the same type already exists and override is false.
7768
7846
  */
7769
7847
  register(entry: DbxWidgetEntry, override?: boolean): boolean;
7770
7848
  getWidgetIdentifiers(): DbxWidgetType[];
@@ -7860,8 +7938,8 @@ type DbxZipBlobPreviewEntryTreeRoot = SlashPathDirectoryTreeRoot<Entry, DbxZipBl
7860
7938
  /**
7861
7939
  * Builds a directory tree from an array of zip archive entries, enriching each node with MIME type detection and blob retrieval capability.
7862
7940
  *
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
7941
+ * @param entries - Array of zip archive entries to build the tree from, or null/undefined for an empty tree.
7942
+ * @returns The root node of the constructed directory tree with MIME types and blob getters attached.
7865
7943
  *
7866
7944
  * @example
7867
7945
  * ```typescript
@@ -8030,7 +8108,7 @@ interface DbxAnchorListExpandedAnchor extends ExpandedClickableAnchorLinkTree {
8030
8108
  */
8031
8109
  declare class DbxAnchorListComponent {
8032
8110
  readonly anchors: _angular_core.InputSignalWithTransform<ClickableAnchorLinkTree[], Maybe<ClickableAnchorLinkTree[]>>;
8033
- readonly expandedAnchors: Signal<DbxAnchorListExpandedAnchor[]>;
8111
+ readonly expandedAnchorsSignal: Signal<DbxAnchorListExpandedAnchor[]>;
8034
8112
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxAnchorListComponent, never>;
8035
8113
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxAnchorListComponent, "dbx-anchor-list", never, { "anchors": { "alias": "anchors"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
8036
8114
  }
@@ -8180,16 +8258,16 @@ type DbxSidenavPosition = 'start' | 'end';
8180
8258
  * Falls back to the lowest allowed mode if no lower mode is available, or {@link SideNavDisplayMode.NONE}
8181
8259
  * if the allowed set is empty or undefined.
8182
8260
  *
8261
+ * @param mode - The requested display mode to resolve.
8262
+ * @param allowedModes - Set of modes that are permitted; if null/undefined, all modes are allowed.
8263
+ * @returns The resolved display mode, falling back to the nearest lower allowed mode or NONE.
8264
+ *
8183
8265
  * @example
8184
8266
  * ```ts
8185
8267
  * // ICON not allowed, rounds down to MOBILE
8186
8268
  * resolveSideNavDisplayMode(SideNavDisplayMode.ICON, new Set([SideNavDisplayMode.MOBILE, SideNavDisplayMode.FULL]));
8187
8269
  * // => SideNavDisplayMode.MOBILE
8188
8270
  * ```
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
8271
  */
8194
8272
  declare function resolveSideNavDisplayMode(mode: SideNavDisplayMode, allowedModes: Maybe<Set<SideNavDisplayMode>>): SideNavDisplayMode;
8195
8273
 
@@ -8409,14 +8487,14 @@ declare class DbxAngularRouterSegueAnchorComponent extends AbstractDbxSegueAncho
8409
8487
  /**
8410
8488
  * Provides a {@link DbxRouterWebProviderConfig} that configures the application to use Angular Router for rendering segue-ref anchor links.
8411
8489
  *
8490
+ * @returns Environment providers that configure the Angular Router-based segue anchor component.
8491
+ *
8412
8492
  * @example
8413
8493
  * ```typescript
8414
8494
  * bootstrapApplication(AppComponent, {
8415
8495
  * providers: [provideDbxRouterWebAngularRouterProviderConfig()]
8416
8496
  * });
8417
8497
  * ```
8418
- *
8419
- * @returns environment providers that configure the Angular Router-based segue anchor component
8420
8498
  */
8421
8499
  declare function provideDbxRouterWebAngularRouterProviderConfig(): EnvironmentProviders;
8422
8500
 
@@ -8441,14 +8519,14 @@ declare class DbxUIRouterSegueAnchorComponent extends AbstractDbxSegueAnchorDire
8441
8519
  /**
8442
8520
  * Provides a {@link DbxRouterWebProviderConfig} that configures the application to use UIRouter for rendering segue-ref anchor links.
8443
8521
  *
8522
+ * @returns Environment providers that configure the UIRouter-based segue anchor component.
8523
+ *
8444
8524
  * @example
8445
8525
  * ```typescript
8446
8526
  * bootstrapApplication(AppComponent, {
8447
8527
  * providers: [provideDbxRouterWebUiRouterProviderConfig()]
8448
8528
  * });
8449
8529
  * ```
8450
- *
8451
- * @returns environment providers that configure the UIRouter-based segue anchor component
8452
8530
  */
8453
8531
  declare function provideDbxRouterWebUiRouterProviderConfig(): EnvironmentProviders;
8454
8532
 
@@ -8495,8 +8573,8 @@ declare class DbxZipBlobPreviewComponent {
8495
8573
  * If not defined, then the file cannot be downloaded directly.
8496
8574
  */
8497
8575
  readonly downloadFileName: _angular_core.InputSignal<Maybe<string>>;
8498
- readonly hasBlob: Signal<boolean>;
8499
- readonly zipReader: Signal<ZipReader<unknown> | undefined>;
8576
+ readonly hasBlobSignal: Signal<boolean>;
8577
+ readonly zipReaderSignal: Signal<ZipReader<unknown> | undefined>;
8500
8578
  readonly downloadZipFileBlobButtonConfigSignal: Signal<DbxDownloadBlobButtonConfig | undefined>;
8501
8579
  readonly zipReader$: Observable<ZipReader<unknown> | undefined>;
8502
8580
  readonly allEntriesLoadingState$: Observable<LoadingState<Entry[]>>;
@@ -8505,8 +8583,8 @@ declare class DbxZipBlobPreviewComponent {
8505
8583
  readonly allEntriesRootSignal: Signal<_dereekb_dbx_web.DbxZipBlobPreviewEntryTreeRoot | undefined>;
8506
8584
  readonly selectedNodeSignal: _angular_core.WritableSignal<Maybe<DbxZipBlobPreviewEntryTreeNode>>;
8507
8585
  readonly listTitleGroupDelegate: DbxListTitleGroupTitleDelegate<DbxZipBlobPreviewEntryTreeNode, DbxZipBlobPreviewGroupValue, DbxZipBlobPreviewGroupData>;
8508
- readonly mode: Signal<string>;
8509
- readonly listEntries: Signal<DbxZipBlobPreviewEntryTreeNode[]>;
8586
+ readonly modeSignal: Signal<string>;
8587
+ readonly listEntriesSignal: Signal<DbxZipBlobPreviewEntryTreeNode[]>;
8510
8588
  readonly listEntries$: Observable<DbxZipBlobPreviewEntryTreeNode[]>;
8511
8589
  readonly listEntriesState$: Observable<LoadingState<DbxZipBlobPreviewEntryTreeNode[]>>;
8512
8590
  readonly selectedNodeIconSignal: Signal<string>;
@@ -8625,7 +8703,7 @@ type DbxDialogContentContainerWidth = 'normal' | 'wide';
8625
8703
  */
8626
8704
  declare class DbxDialogContentDirective {
8627
8705
  readonly width: _angular_core.InputSignalWithTransform<DbxDialogContentContainerWidth, Maybe<DbxDialogContentContainerWidth>>;
8628
- readonly classConfig: _angular_core.Signal<string>;
8706
+ readonly classConfigSignal: _angular_core.Signal<string>;
8629
8707
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxDialogContentDirective, never>;
8630
8708
  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
8709
  }
@@ -8694,8 +8772,8 @@ type DbxDialogContentConfig = Omit<MatDialogConfig, 'viewContainerRef' | 'inject
8694
8772
  /**
8695
8773
  * Sanitizes a {@link DbxDialogContentConfig} by normalizing the panelClass into an array.
8696
8774
  *
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
8775
+ * @param input - The dialog content config to sanitize, or null/undefined.
8776
+ * @returns A new config with panelClass normalized to an array of CSS class strings.
8699
8777
  *
8700
8778
  * @example
8701
8779
  * ```ts
@@ -8729,8 +8807,8 @@ interface DbxZipPreviewDialogConfig extends Omit<MatDialogConfig, 'data'> {
8729
8807
  /**
8730
8808
  * Opens a dialog with DbxZipPreviewComponent.
8731
8809
  *
8732
- * @param matDialog The MatDialog instance to use.
8733
- * @param config The configuration for the dialog.
8810
+ * @param matDialog - The MatDialog instance to use.
8811
+ * @param config - The configuration for the dialog.
8734
8812
  * @returns The MatDialogRef for the dialog.
8735
8813
  */
8736
8814
  declare function openZipPreviewDialog(matDialog: MatDialog, config: DbxZipPreviewDialogConfig): MatDialogRef<DbxInjectionDialogComponent<DbxZipPreviewComponent>, void>;
@@ -8792,13 +8870,13 @@ declare class DbxHelpContextService {
8792
8870
  /**
8793
8871
  * Registers a help context reference, adding its keys to the active set.
8794
8872
  *
8795
- * @param reference - The help context reference to register
8873
+ * @param reference - The help context reference to register.
8796
8874
  */
8797
8875
  register(reference: DbxHelpContextReference): void;
8798
8876
  /**
8799
8877
  * Unregisters a help context reference, removing its keys from the active set.
8800
8878
  *
8801
- * @param reference - The help context reference to unregister
8879
+ * @param reference - The help context reference to unregister.
8802
8880
  */
8803
8881
  unregister(reference: DbxHelpContextReference): void;
8804
8882
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxHelpContextService, never>;
@@ -8809,14 +8887,15 @@ declare class DbxHelpContextService {
8809
8887
  * Registers the given help context keys observable with the {@link DbxHelpContextService}. Must be called within an Angular injection context.
8810
8888
  * Automatically unregisters on destroy, but also returns a destroy function for manual cleanup.
8811
8889
  *
8890
+ * @param helpContextKeys - Observable or static array of help context keys to register with the service.
8891
+ * @returns A destroy function that unregisters the help context keys when called.
8892
+ *
8812
8893
  * @example
8813
8894
  * ```typescript
8814
8895
  * // In a component or directive constructor
8815
8896
  * const destroy = registerHelpContextKeysWithDbxHelpContextService(of(['feature-help', 'general-help']));
8816
8897
  * ```
8817
8898
  *
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
8899
  * @__NO_SIDE_EFFECTS__
8821
8900
  */
8822
8901
  declare function registerHelpContextKeysWithDbxHelpContextService(helpContextKeys: ObservableOrValue<DbxHelpContextKey[]>): DestroyFunction;
@@ -8921,35 +9000,35 @@ declare class DbxHelpWidgetService {
8921
9000
  /**
8922
9001
  * Returns the component class used for unrecognized help context keys.
8923
9002
  *
8924
- * @returns The default widget component class, or undefined if not set
9003
+ * @returns The default widget component class, or undefined if not set.
8925
9004
  */
8926
9005
  getDefaultWidgetComponentClass(): Maybe<Type<unknown>>;
8927
9006
  setDefaultWidgetComponentClass(componentClass: Maybe<Type<unknown>>): void;
8928
9007
  /**
8929
9008
  * Returns the default icon used for help entries without a specific icon.
8930
9009
  *
8931
- * @returns The default icon string, or undefined if not set
9010
+ * @returns The default icon string, or undefined if not set.
8932
9011
  */
8933
9012
  getDefaultIcon(): Maybe<string>;
8934
9013
  setDefaultIcon(icon: Maybe<string>): void;
8935
9014
  /**
8936
9015
  * Returns the component config displayed in the popover header, if set.
8937
9016
  *
8938
- * @returns The popover header component config, or undefined if not set
9017
+ * @returns The popover header component config, or undefined if not set.
8939
9018
  */
8940
9019
  getPopoverHeaderComponentConfig(): Maybe<DbxInjectionComponentConfig>;
8941
9020
  setPopoverHeaderComponentConfig(componentConfig: Maybe<DbxInjectionComponentConfig>): void;
8942
9021
  /**
8943
9022
  * Returns the component config displayed at the top of the help list view, if set.
8944
9023
  *
8945
- * @returns The help list header component config, or undefined if not set
9024
+ * @returns The help list header component config, or undefined if not set.
8946
9025
  */
8947
9026
  getHelpListHeaderComponentConfig(): Maybe<DbxInjectionComponentConfig>;
8948
9027
  setHelpListHeaderComponentConfig(componentConfig: Maybe<DbxInjectionComponentConfig>): void;
8949
9028
  /**
8950
9029
  * Returns the component config displayed at the bottom of the help list view, if set.
8951
9030
  *
8952
- * @returns The help list footer component config, or undefined if not set
9031
+ * @returns The help list footer component config, or undefined if not set.
8953
9032
  */
8954
9033
  getHelpListFooterComponentConfig(): Maybe<DbxInjectionComponentConfig>;
8955
9034
  setHelpListFooterComponentConfig(componentConfig: Maybe<DbxInjectionComponentConfig>): void;
@@ -8958,42 +9037,42 @@ declare class DbxHelpWidgetService {
8958
9037
  *
8959
9038
  * If an entry with the same identity is already registered, this will override it by default.
8960
9039
  *
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
9040
+ * @param entries - The entries to register.
9041
+ * @param override - Whether to override existing entries (default: true)
9042
+ * @returns Always returns true after registration completes.
8964
9043
  */
8965
9044
  register(entries: ArrayOrValue<DbxHelpWidgetServiceEntry>, override?: boolean): boolean;
8966
9045
  /**
8967
9046
  * Returns all currently registered help context keys.
8968
9047
  *
8969
- * @returns Array of all registered help context keys
9048
+ * @returns Array of all registered help context keys.
8970
9049
  */
8971
9050
  getAllRegisteredHelpContextKeys(): DbxHelpContextKey[];
8972
9051
  /**
8973
9052
  * 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
9053
  *
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
9054
+ * @param helpContextKey - The help context key to look up.
9055
+ * @returns The matching widget entry, a default entry if a default component class is configured, or undefined.
8977
9056
  */
8978
9057
  getHelpWidgetEntry(helpContextKey: DbxHelpContextKey): Maybe<DbxHelpWidgetServiceEntry>;
8979
9058
  /**
8980
9059
  * Retrieves widget entries for multiple help context keys, filtering out any unresolvable keys.
8981
9060
  *
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
9061
+ * @param helpContextKeys - Array of help context keys to look up.
9062
+ * @returns Array of resolved widget entries, excluding any keys that could not be resolved.
8984
9063
  */
8985
9064
  getHelpWidgetEntriesForHelpContextKeys(helpContextKeys: DbxHelpContextKey[]): DbxHelpWidgetServiceEntry[];
8986
9065
  /**
8987
9066
  * Checks whether a widget entry is registered for the given help context key.
8988
9067
  *
8989
- * @param context - The help context key to check
8990
- * @returns True if a widget entry exists for the given key
9068
+ * @param context - The help context key to check.
9069
+ * @returns True if a widget entry exists for the given key.
8991
9070
  */
8992
9071
  hasHelpWidgetEntry(context: DbxHelpContextKey): boolean;
8993
9072
  /**
8994
9073
  * Returns a cached map of help context keys to their sort priority values.
8995
9074
  *
8996
- * @returns Map of help context keys to their numeric sort priorities
9075
+ * @returns Map of help context keys to their numeric sort priorities.
8997
9076
  */
8998
9077
  getSortPriorityMap(): Map<string, number>;
8999
9078
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxHelpWidgetService, never>;
@@ -9016,8 +9095,9 @@ interface ProvideDbxHelpServicesConfig {
9016
9095
  /**
9017
9096
  * Creates EnvironmentProviders for the help context system.
9018
9097
  *
9019
- * @param config Optional configuration
9020
- * @returns EnvironmentProviders
9098
+ * @param config - Optional configuration.
9099
+ * @returns EnvironmentProviders.
9100
+ *
9021
9101
  * @__NO_SIDE_EFFECTS__
9022
9102
  */
9023
9103
  declare function provideDbxHelpServices(config?: ProvideDbxHelpServicesConfig): EnvironmentProviders;
@@ -9275,7 +9355,7 @@ interface PdfMergeEntryValidationResult {
9275
9355
  /**
9276
9356
  * MIME types accepted by the PDF merge editor by default: PDF documents and PNG/JPEG images.
9277
9357
  */
9278
- declare const PDF_MERGE_DEFAULT_ACCEPT: readonly MimeTypeWithoutParameters[];
9358
+ declare const DEFAULT_PDF_MERGE_ACCEPT: readonly MimeTypeWithoutParameters[];
9279
9359
  /**
9280
9360
  * MIME type emitted by the merged result blob.
9281
9361
  */
@@ -9361,7 +9441,7 @@ interface PdfMergeEntryMove {
9361
9441
  * @param file - File picked from the upload component.
9362
9442
  * @returns The classified kind, or `null` if the file is not a supported PDF/PNG/JPEG.
9363
9443
  */
9364
- declare function classifyPdfMergeFile(file: File): PdfMergeEntryKind | null;
9444
+ declare function classifyPdfMergeFile(file: File): Maybe<PdfMergeEntryKind>;
9365
9445
  /**
9366
9446
  * Optional input for {@link buildPdfMergeEntry}.
9367
9447
  */
@@ -9383,7 +9463,7 @@ interface BuildPdfMergeEntryConfig {
9383
9463
  * @returns The new entry with `validating` status, or `null` when the file is not a supported PDF/PNG/JPEG.
9384
9464
  * @__NO_SIDE_EFFECTS__
9385
9465
  */
9386
- declare function buildPdfMergeEntry(file: File, config?: Maybe<BuildPdfMergeEntryConfig>): PdfMergeEntry | null;
9466
+ declare function buildPdfMergeEntry(file: File, config?: Maybe<BuildPdfMergeEntryConfig>): Maybe<PdfMergeEntry>;
9387
9467
  /**
9388
9468
  * 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
9469
  *
@@ -9486,25 +9566,25 @@ type FileAcceptString = string;
9486
9566
  /**
9487
9567
  * Returns a string that can be used as the "accept" attribute of a file input element.
9488
9568
  *
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
9569
+ * @param accept - A file accept string or array of filter type strings to convert.
9570
+ * @returns A comma-separated string suitable for the HTML accept attribute.
9491
9571
  */
9492
9572
  declare function fileAcceptString(accept: FileAcceptString | FileAcceptFilterTypeStringArray): FileAcceptString;
9493
9573
  /**
9494
- * A string that describes a type of file that can be selected.
9574
+ * Describes a type of file that can be selected.
9495
9575
  *
9496
9576
  * Can either be a mime type or a file suffix.
9497
9577
  */
9498
9578
  type FileAcceptFilterTypeString = MimeTypeWildcard | MimeTypeWithoutParameters | MimeTypeWithSubtypeWildcardWithoutParameters | SlashPathTypedFileSuffix;
9499
9579
  /**
9500
- * An array of file accept filter type strings.
9580
+ * The file accept filter type strings.
9501
9581
  */
9502
9582
  type FileAcceptFilterTypeStringArray = FileAcceptFilterTypeString[];
9503
9583
  /**
9504
9584
  * Converts a comma-separated accept string or array into a {@link FileAcceptFilterTypeStringArray}.
9505
9585
  *
9506
- * @param accept - A file accept string or array of filter type strings to normalize
9507
- * @returns An array of individual filter type strings
9586
+ * @param accept - A file accept string or array of filter type strings to normalize.
9587
+ * @returns The individual filter type strings.
9508
9588
  *
9509
9589
  * @example
9510
9590
  * ```ts
@@ -9559,14 +9639,14 @@ interface FileArrayAcceptMatchResult {
9559
9639
  readonly rejectedType: File[];
9560
9640
  }
9561
9641
  /**
9562
- * A function that matches an array of files based on the internal configuration.
9642
+ * Matches an array of files based on the internal configuration.
9563
9643
  */
9564
9644
  type FileArrayAcceptMatchFunction = (input: File[]) => FileArrayAcceptMatchResult;
9565
9645
  /**
9566
9646
  * Creates a {@link FileArrayAcceptMatchFunction} that filters and separates files based on accept criteria and multiple file support.
9567
9647
  *
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
9648
+ * @param config - Configuration specifying the accept criteria and whether multiple files are allowed.
9649
+ * @returns Accepts an array of files and returns the categorized match result.
9570
9650
  *
9571
9651
  * @example
9572
9652
  * ```ts
@@ -9574,6 +9654,7 @@ type FileArrayAcceptMatchFunction = (input: File[]) => FileArrayAcceptMatchResul
9574
9654
  * const result = matchFn(fileList);
9575
9655
  * console.log(result.accepted, result.rejected);
9576
9656
  * ```
9657
+ *
9577
9658
  * @__NO_SIDE_EFFECTS__
9578
9659
  */
9579
9660
  declare function fileArrayAcceptMatchFunction(config: FileArrayAcceptMatchConfig): FileArrayAcceptMatchFunction;
@@ -9590,8 +9671,8 @@ type FileAcceptFunction = DecisionFunction<FileAcceptFunctionInput>;
9590
9671
  /**
9591
9672
  * Creates a {@link FileAcceptFunction} that checks individual files against accept criteria (MIME types, wildcards, or file extensions).
9592
9673
  *
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
9674
+ * @param accept - A file accept string or array specifying which MIME types, wildcards, or file extensions to allow.
9675
+ * @returns A decision function that returns true if a file matches any of the accept criteria.
9595
9676
  *
9596
9677
  * @example
9597
9678
  * ```ts
@@ -9599,6 +9680,7 @@ type FileAcceptFunction = DecisionFunction<FileAcceptFunctionInput>;
9599
9680
  * isAccepted({ name: 'photo.png', type: 'image/png' }); // true
9600
9681
  * isAccepted({ name: 'doc.txt', type: 'text/plain' }); // false
9601
9682
  * ```
9683
+ *
9602
9684
  * @__NO_SIDE_EFFECTS__
9603
9685
  */
9604
9686
  declare function fileAcceptFunction(accept: FileAcceptString | FileAcceptFilterTypeStringArray): FileAcceptFunction;
@@ -9616,12 +9698,13 @@ declare abstract class DbxFileUploadActionCompatable {
9616
9698
  * Provides a {@link DbxFileUploadActionCompatable} for dependency injection from the given component type.
9617
9699
  *
9618
9700
  * @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
9701
+ * @returns The providers that register the given type as the {@link DbxFileUploadActionCompatable} implementation.
9702
+ *
9703
+ * @Component ({ providers: provideDbxFileUploadActionCompatable(MyUploadComponent) })
9704
+ * ```
9620
9705
  *
9621
9706
  * @example
9622
9707
  * ```ts
9623
- * @Component({ providers: provideDbxFileUploadActionCompatable(MyUploadComponent) })
9624
- * ```
9625
9708
  */
9626
9709
  declare function provideDbxFileUploadActionCompatable<S extends DbxFileUploadActionCompatable>(sourceType: Type<S>): Provider[];
9627
9710
 
@@ -9889,7 +9972,7 @@ type DbxPdfMergeEditorFileUploadState = 'no_file' | 'valid' | 'invalid';
9889
9972
  */
9890
9973
  interface DbxPdfMergeEditorFileUploadConfig {
9891
9974
  /**
9892
- * Override for the accept filter. Defaults to {@link PDF_MERGE_DEFAULT_ACCEPT}.
9975
+ * Override for the accept filter. Defaults to {@link DEFAULT_PDF_MERGE_ACCEPT}.
9893
9976
  */
9894
9977
  readonly accept?: Maybe<FileArrayAcceptMatchConfig['accept']>;
9895
9978
  /**
@@ -10103,8 +10186,8 @@ interface DbxPdfPreviewDialogConfig extends Omit<MatDialogConfig, 'data'> {
10103
10186
  /**
10104
10187
  * Opens a dialog containing a {@link DbxPdfPreviewComponent} for previewing a PDF blob or URL.
10105
10188
  *
10106
- * @param matDialog The {@link MatDialog} instance to use.
10107
- * @param config Source (blob or URL) and Material dialog options.
10189
+ * @param matDialog - The {@link MatDialog} instance to use.
10190
+ * @param config - Source (blob or URL) and Material dialog options.
10108
10191
  * @returns The {@link MatDialogRef} for the opened dialog.
10109
10192
  */
10110
10193
  declare function openPdfPreviewDialog(matDialog: MatDialog, config: DbxPdfPreviewDialogConfig): MatDialogRef<DbxInjectionDialogComponent<DbxPdfPreviewComponent>, void>;
@@ -10116,7 +10199,7 @@ type DbxDetachKey = string;
10116
10199
  /**
10117
10200
  * Default key used when no key is specified.
10118
10201
  */
10119
- declare const DBX_DETACH_DEFAULT_KEY: DbxDetachKey;
10202
+ declare const DEFAULT_DBX_DETACH_KEY: DbxDetachKey;
10120
10203
  /**
10121
10204
  * Possible display states for a detach instance.
10122
10205
  */
@@ -10202,15 +10285,16 @@ declare abstract class DbxDetachController<I = unknown> {
10202
10285
  * Creates Angular providers that register a {@link DbxDetachController} implementation for DI.
10203
10286
  *
10204
10287
  * @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}.
10288
+ * @returns Array of Angular providers that bind the source type to {@link DbxDetachController}.
10206
10289
  *
10207
- * @example
10208
- * ```typescript
10209
- * @Component({
10290
+ * @Component ({
10210
10291
  * providers: provideDbxDetachController(MyDetachController),
10211
10292
  * })
10212
10293
  * export class MyComponent {}
10213
10294
  * ```
10295
+ *
10296
+ * @example
10297
+ * ```typescript
10214
10298
  */
10215
10299
  declare function provideDbxDetachController<S extends DbxDetachController>(sourceType: Type<S>): Provider[];
10216
10300
 
@@ -10387,14 +10471,14 @@ declare class DbxDetachService {
10387
10471
  /**
10388
10472
  * Gets the instance for the given key, if it exists.
10389
10473
  *
10390
- * @param key - The detach key to look up. Defaults to {@link DBX_DETACH_DEFAULT_KEY}.
10474
+ * @param key - The detach key to look up. Defaults to {@link DEFAULT_DBX_DETACH_KEY}.
10391
10475
  * @returns The instance if found, otherwise `undefined`.
10392
10476
  */
10393
10477
  get<T = unknown>(key?: DbxDetachKey): Maybe<DbxDetachInstance<T>>;
10394
10478
  /**
10395
10479
  * Observable of whether an entry exists for the given key.
10396
10480
  *
10397
- * @param key - The detach key to observe. Defaults to {@link DBX_DETACH_DEFAULT_KEY}.
10481
+ * @param key - The detach key to observe. Defaults to {@link DEFAULT_DBX_DETACH_KEY}.
10398
10482
  * @returns An observable that emits `true` when an entry exists for the key.
10399
10483
  */
10400
10484
  has$(key?: DbxDetachKey): Observable<boolean>;
@@ -10563,10 +10647,10 @@ interface DbxPresetFilterMenuConfig {
10563
10647
  /**
10564
10648
  * Creates an observable that emits the button text for a preset filter menu based on the current selection.
10565
10649
  *
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
10650
+ * @param config$ - Observable of the preset filter menu configuration.
10651
+ * @param selection$ - Observable of the currently selected preset, used to derive the display title.
10568
10652
  * @param defaultText - Fallback text when no selection or unknownSelectionText is configured. Defaults to 'Filter'.
10569
- * @returns An observable emitting the resolved button text string
10653
+ * @returns An observable emitting the resolved button text string.
10570
10654
  *
10571
10655
  * @example
10572
10656
  * ```ts
@@ -10577,10 +10661,10 @@ declare function dbxPresetFilterMenuButtonTextObservable(config$: Observable<Dbx
10577
10661
  /**
10578
10662
  * Creates an observable that emits the button icon for a preset filter menu based on the current selection and config.
10579
10663
  *
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
10664
+ * @param config$ - Observable of the preset filter menu configuration controlling icon behavior.
10665
+ * @param selection$ - Observable of the currently selected preset, used to derive the display icon.
10582
10666
  * @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
10667
+ * @returns An observable emitting the resolved icon string, or undefined when no icon should be shown.
10584
10668
  *
10585
10669
  * @example
10586
10670
  * ```ts
@@ -10826,9 +10910,9 @@ interface DbxIframeDialogConfig extends Omit<MatDialogConfig, 'data'> {
10826
10910
  /**
10827
10911
  * Opens a dialog containing a {@link DbxIframeComponent} to display a URL in an iframe.
10828
10912
  *
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
10913
+ * @param matDialog - The Angular Material dialog service used to open the dialog.
10914
+ * @param config - Configuration specifying the content URL and dialog options.
10915
+ * @returns A reference to the opened dialog for controlling or subscribing to its lifecycle.
10832
10916
  *
10833
10917
  * @example
10834
10918
  * ```ts
@@ -10898,9 +10982,9 @@ interface DbxEmbedDialogConfig extends Omit<MatDialogConfig, 'data'> {
10898
10982
  /**
10899
10983
  * Opens a dialog containing a {@link DbxEmbedComponent} to display embedded content from a URL or Blob.
10900
10984
  *
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
10985
+ * @param matDialog - The Angular Material dialog service used to open the dialog.
10986
+ * @param config - Configuration specifying the content source (URL or Blob), MIME type, and dialog options.
10987
+ * @returns A reference to the opened dialog for controlling or subscribing to its lifecycle.
10904
10988
  *
10905
10989
  * @example
10906
10990
  * ```ts
@@ -11101,9 +11185,9 @@ declare class DbxPopoverInteractionModule {
11101
11185
  * Configuration for creating a popover position strategy.
11102
11186
  */
11103
11187
  interface PopoverPositionStrategyConfig {
11104
- overlay: Overlay;
11105
- elementRef: ElementRef;
11106
- config: NgOverlayContainerConfiguration;
11188
+ readonly overlay: Overlay;
11189
+ readonly elementRef: ElementRef;
11190
+ readonly config: NgOverlayContainerConfiguration;
11107
11191
  }
11108
11192
  /**
11109
11193
  * Creates a flexible connected position strategy for popovers with multiple fallback positions.
@@ -11462,7 +11546,7 @@ declare const DEFAULT_DBX_PROMPT_CONFIRM_DIALOG_CONFIG: {
11462
11546
  * Configuration for the confirmation dialog, extending prompt config with an optional injected component.
11463
11547
  */
11464
11548
  interface DbxPromptConfirmDialogConfig extends DbxPromptConfirmConfig {
11465
- component?: DbxInjectionComponentConfig;
11549
+ readonly component?: DbxInjectionComponentConfig;
11466
11550
  }
11467
11551
  /**
11468
11552
  * Dialog component that displays a confirmation prompt and returns a boolean result.
@@ -11658,8 +11742,8 @@ declare class DbxScreenMediaService implements Destroyable {
11658
11742
  /**
11659
11743
  * Returns an observable that emits `true` when the current screen width is at least as wide as the given breakpoint.
11660
11744
  *
11661
- * @param inputBreakpoint - the minimum width type or an observable of it
11662
- * @returns observable of whether the breakpoint is currently active
11745
+ * @param inputBreakpoint - The minimum width type or an observable of it.
11746
+ * @returns Observable of whether the breakpoint is currently active.
11663
11747
  */
11664
11748
  isBreakpointActive(inputBreakpoint: ObservableOrValue<ScreenMediaWidthType>): Observable<boolean>;
11665
11749
  private _readWidthType;
@@ -11677,8 +11761,8 @@ interface ProvideDbxScreenMediaServiceConfig {
11677
11761
  /**
11678
11762
  * Creates Angular environment providers for {@link DbxScreenMediaService} and its configuration.
11679
11763
  *
11680
- * @param config - optional service configuration; uses default breakpoints if omitted
11681
- * @returns environment providers to register in the application bootstrap
11764
+ * @param config - Optional service configuration; uses default breakpoints if omitted.
11765
+ * @returns Environment providers to register in the application bootstrap.
11682
11766
  *
11683
11767
  * @example
11684
11768
  * ```ts
@@ -11686,6 +11770,7 @@ interface ProvideDbxScreenMediaServiceConfig {
11686
11770
  * providers: [provideDbxScreenMediaService()]
11687
11771
  * });
11688
11772
  * ```
11773
+ *
11689
11774
  * @__NO_SIDE_EFFECTS__
11690
11775
  */
11691
11776
  declare function provideDbxScreenMediaService(config?: ProvideDbxScreenMediaServiceConfig): EnvironmentProviders;
@@ -11696,5 +11781,5 @@ declare class DbxWebModule {
11696
11781
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<DbxWebModule>;
11697
11782
  }
11698
11783
 
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 };
11784
+ 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
11785
  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 };