@dereekb/dbx-web 13.17.0 → 13.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/_index.scss +4 -1
  2. package/eslint/package.json +4 -4
  3. package/fesm2022/dereekb-dbx-web-mapbox.mjs +2 -2
  4. package/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
  5. package/fesm2022/dereekb-dbx-web-style-demo.mjs +1698 -0
  6. package/fesm2022/dereekb-dbx-web-style-demo.mjs.map +1 -0
  7. package/fesm2022/dereekb-dbx-web-table.mjs +1 -1
  8. package/fesm2022/dereekb-dbx-web-table.mjs.map +1 -1
  9. package/fesm2022/dereekb-dbx-web.mjs +460 -333
  10. package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
  11. package/lib/button/_button.scss +74 -98
  12. package/lib/extension/pdf/_pdf.scss +5 -5
  13. package/lib/extension/table/_table.scss +2 -2
  14. package/lib/interaction/detach/_detach.scss +22 -2
  15. package/lib/interaction/dialog/_dialog.scss +4 -8
  16. package/lib/interaction/popup/_popup.scss +1 -2
  17. package/lib/interaction/prompt/_prompt.scss +7 -2
  18. package/lib/layout/avatar/_avatar.scss +8 -0
  19. package/lib/layout/bar/_bar.scss +41 -2
  20. package/lib/layout/card/_card.scss +191 -3
  21. package/lib/layout/column/_column.scss +3 -3
  22. package/lib/layout/content/_content.scss +24 -9
  23. package/lib/layout/list/_list.scss +83 -6
  24. package/lib/layout/section/_section.scss +7 -8
  25. package/lib/layout/style/_style.scss +44 -9
  26. package/lib/layout/text/_text.scss +73 -29
  27. package/lib/loading/_loading.scss +9 -2
  28. package/lib/router/layout/navbar/_navbar.scss +14 -0
  29. package/lib/router/layout/sidenav/_sidenav.scss +2 -2
  30. package/lib/style/_core.scss +4 -0
  31. package/lib/style/_corners.scss +79 -0
  32. package/lib/style/_root-variables.scss +17 -0
  33. package/lib/style/_shapes.scss +56 -0
  34. package/lib/style/_style-demo.scss +183 -0
  35. package/lib/style/_variables.scss +8 -1
  36. package/package.json +11 -7
  37. package/style-demo/README.md +12 -0
  38. package/types/dereekb-dbx-web-style-demo.d.ts +883 -0
  39. package/types/dereekb-dbx-web.d.ts +170 -79
  40. package/lib/style/_m2-visual-compat.scss +0 -120
@@ -1,11 +1,10 @@
1
1
  import * as _dereekb_dbx_core from '@dereekb/dbx-core';
2
2
  import { DbxActionWorkOrWorkProgress, DbxActionWorkProgress, DbxActionContextStoreSourceInstance, DbxActionContextSourceReference, DbxActionSuccessHandlerFunction, AbstractTransitionWatcherDirective, AbstractDbxButtonDirective, AuthUserIdentifier, DbxInjectionComponentConfig, SegueRef, ClickableAnchor, SegueRefOrSegueRefRouterLink, DbxButtonDisplay, DbxButtonWorking, DbxButtonEcho, SimpleStorageAccessorFactory, StorageAccessor, AbstractDbxAnchorDirective, ClickableIconAnchorLink, ClickableAnchorLink, DbxInjectionTemplateConfig, ClickableAnchorLinkTree, ExpandedClickableAnchorLinkTree, AbstractTransitionDirective, ClickableAnchorLinkSegueRef, AbstractIfDirective, AbstractDbxActionValueGetterDirective, DbxActionWorkable, DbxButton, FilterSourceDirective, ClickablePartialFilterPreset, AbstractDbxActionHandlerDirective, ClickableFilterPresetOrPartialPreset, ClickableFilterPreset, DbxButtonInterceptor } from '@dereekb/dbx-core';
3
- import * as _dereekb_dbx_web from '@dereekb/dbx-web';
4
3
  import * as _angular_core from '@angular/core';
5
4
  import { Signal, ElementRef, AfterViewInit, InjectionToken, Type, OnInit, OnDestroy, ViewContainerRef, Provider, Injector, TrackByFunction, OutputEmitterRef, OutputRef, EnvironmentProviders, TemplateRef, ComponentRef } from '@angular/core';
6
5
  import { ProgressBarMode } from '@angular/material/progress-bar';
7
6
  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, MimeTypeWithoutParameters, ContentTypeMimeType, ModelTypeDataPair, MapFunction, SlashPathDirectoryTreeNode, SlashPathDirectoryTreeNodeValue, SlashPathDirectoryTreeRoot, FileSize, MimeTypeWildcard, MimeTypeWithSubtypeWildcardWithoutParameters, SlashPathTypedFileSuffix, ModelIdFactory } from '@dereekb/util';
7
+ import { Maybe, ErrorInput, Milliseconds, GetterOrValue, Getter, CssClass, CharacterPrefixSuffixCleanString, DashPrefixString, CssStyleObject, 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, MimeTypeWildcard, MimeTypeWithSubtypeWildcardWithoutParameters, SlashPathTypedFileSuffix, ModelIdFactory } from '@dereekb/util';
9
8
  import { ProgressSpinnerMode } from '@angular/material/progress-spinner';
10
9
  import * as dist_packages_dbx_core_types_dereekb_dbx_core from 'dist/packages/dbx-core/types/dereekb-dbx-core';
11
10
  import * as rxjs from 'rxjs';
@@ -16,6 +15,7 @@ import { MatSnackBarConfig, MatSnackBarRef, MatSnackBar } from '@angular/materia
16
15
  import { MatDialogRef, MatDialog, MatDialogConfig } from '@angular/material/dialog';
17
16
  import { TransitionService, Transition, HookResult } from '@uirouter/core';
18
17
  import { ThemePalette } from '@angular/material/core';
18
+ import * as _dereekb_dbx_web from '@dereekb/dbx-web';
19
19
  import * as ng_overlay_container from 'ng-overlay-container';
20
20
  import { NgPopoverRef, NgPopoverCloseType, NgOverlayContainerConfiguration, NgPopoverCloseEvent } from 'ng-overlay-container';
21
21
  import { HttpErrorResponse } from '@angular/common/http';
@@ -59,7 +59,7 @@ type LoadingComponentState = 'none' | 'loading' | 'content' | 'error';
59
59
  *
60
60
  * @example
61
61
  * ```html
62
- * <dbx-basic-loading [loading]="true" color="accent" text="Loading data...">
62
+ * <dbx-basic-loading [loading]="true" dbxColor="accent" text="Loading data...">
63
63
  * <p>Content appears here when loading is false.</p>
64
64
  * </dbx-basic-loading>
65
65
  * ```
@@ -69,7 +69,6 @@ declare class DbxBasicLoadingComponent {
69
69
  readonly customLoading: Signal<Maybe<ElementRef<any>>>;
70
70
  readonly diameter: _angular_core.InputSignal<Maybe<number>>;
71
71
  readonly mode: _angular_core.InputSignal<Maybe<"determinate" | "indeterminate" | "buffer" | "query">>;
72
- readonly color: _angular_core.InputSignal<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>;
73
72
  readonly text: _angular_core.InputSignal<Maybe<string>>;
74
73
  readonly linear: _angular_core.InputSignal<Maybe<boolean>>;
75
74
  readonly show: _angular_core.InputSignal<Maybe<boolean>>;
@@ -82,7 +81,7 @@ declare class DbxBasicLoadingComponent {
82
81
  readonly hasNoCustomErrorSignal: Signal<boolean>;
83
82
  readonly hasNoCustomLoadingSignal: Signal<boolean>;
84
83
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxBasicLoadingComponent, never>;
85
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxBasicLoadingComponent, "dbx-basic-loading", never, { "diameter": { "alias": "diameter"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "linear": { "alias": "linear"; "required": false; "isSignal": true; }; "show": { "alias": "show"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "error": { "alias": "error"; "required": false; "isSignal": true; }; }, {}, never, ["*", "[loading]", "[error]", "[errorAction]"], true, never>;
84
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxBasicLoadingComponent, "dbx-basic-loading", never, { "diameter": { "alias": "diameter"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "linear": { "alias": "linear"; "required": false; "isSignal": true; }; "show": { "alias": "show"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "error": { "alias": "error"; "required": false; "isSignal": true; }; }, {}, never, ["*", "[loading]", "[error]", "[errorAction]"], true, never>;
86
85
  }
87
86
 
88
87
  /**
@@ -93,7 +92,10 @@ declare const DEFAULT_LOADING_PROGRESS_DIAMETER = 96;
93
92
  * Renders a Material progress spinner or progress bar to indicate loading.
94
93
  *
95
94
  * Supports both linear (bar) and circular (spinner) modes with configurable
96
- * diameter, color, and optional hint text below the indicator.
95
+ * diameter and optional hint text below the indicator. To color the indicator,
96
+ * apply `[dbxColor]` directly on the host — its `dbx-loading-progress.dbx-color`
97
+ * SCSS maps the indicator color to the supplied token. Without `[dbxColor]` the
98
+ * indicator uses the Material default color.
97
99
  *
98
100
  * @dbxWebComponent
99
101
  * @dbxWebSlug loading-progress
@@ -106,7 +108,7 @@ declare const DEFAULT_LOADING_PROGRESS_DIAMETER = 96;
106
108
  *
107
109
  * @example
108
110
  * ```html
109
- * <dbx-loading-progress mode="bar"></dbx-loading-progress>
111
+ * <dbx-loading-progress mode="bar" dbxColor="accent"></dbx-loading-progress>
110
112
  * ```
111
113
  */
112
114
  declare class DbxLoadingProgressComponent {
@@ -115,14 +117,13 @@ declare class DbxLoadingProgressComponent {
115
117
  readonly text: _angular_core.InputSignal<Maybe<string>>;
116
118
  readonly linear: _angular_core.InputSignal<Maybe<boolean>>;
117
119
  readonly mode: _angular_core.InputSignal<"determinate" | "indeterminate" | "buffer" | "query">;
118
- readonly color: _angular_core.InputSignal<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>;
119
120
  readonly value: _angular_core.InputSignal<Maybe<number>>;
120
121
  readonly bufferValue: _angular_core.InputSignal<Maybe<number>>;
121
122
  readonly bmodeSignal: _angular_core.Signal<"determinate" | "indeterminate" | "buffer" | "query">;
122
123
  readonly smodeSignal: _angular_core.Signal<ProgressSpinnerMode>;
123
124
  readonly diameterSignal: _angular_core.Signal<number>;
124
125
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxLoadingProgressComponent, never>;
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>;
126
+ 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; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "bufferValue": { "alias": "bufferValue"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
126
127
  }
127
128
 
128
129
  /**
@@ -178,7 +179,6 @@ declare class DbxLoadingComponent {
178
179
  readonly show: _angular_core.InputSignal<Maybe<boolean>>;
179
180
  readonly text: _angular_core.InputSignal<Maybe<string>>;
180
181
  readonly mode: _angular_core.InputSignal<Maybe<ProgressBarMode>>;
181
- readonly color: _angular_core.InputSignal<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>;
182
182
  readonly diameter: _angular_core.InputSignal<Maybe<number>>;
183
183
  readonly linear: _angular_core.InputSignal<Maybe<boolean>>;
184
184
  readonly loading: _angular_core.InputSignal<Maybe<dist_packages_dbx_core_types_dereekb_dbx_core.DbxActionWorkOrWorkProgress>>;
@@ -196,7 +196,7 @@ declare class DbxLoadingComponent {
196
196
  */
197
197
  setContext(context: MaybeObservableOrValue<LoadingContext>): void;
198
198
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxLoadingComponent, never>;
199
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxLoadingComponent, "dbx-loading", never, { "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "show": { "alias": "show"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "diameter": { "alias": "diameter"; "required": false; "isSignal": true; }; "linear": { "alias": "linear"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "error": { "alias": "error"; "required": false; "isSignal": true; }; "context": { "alias": "context"; "required": false; "isSignal": true; }; }, {}, never, ["[loading]", "*", "[error]", "[errorAction]"], true, never>;
199
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxLoadingComponent, "dbx-loading", never, { "padding": { "alias": "padding"; "required": false; "isSignal": true; }; "show": { "alias": "show"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "diameter": { "alias": "diameter"; "required": false; "isSignal": true; }; "linear": { "alias": "linear"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "error": { "alias": "error"; "required": false; "isSignal": true; }; "context": { "alias": "context"; "required": false; "isSignal": true; }; }, {}, never, ["[loading]", "*", "[error]", "[errorAction]"], true, never>;
200
200
  }
201
201
 
202
202
  /**
@@ -893,6 +893,39 @@ interface DbxStyleConfig {
893
893
  */
894
894
  readonly suffixes?: Set<DbxStyleClassSuffix>;
895
895
  }
896
+ /**
897
+ * Supplemental classes / inline styles (CSS custom properties) applied on top of the configured global style.
898
+ *
899
+ * Used by `DbxStyleService` to layer additional styling onto `document.body` (via `DbxStyleBodyDirective`) without
900
+ * replacing the configured root style class — e.g. the style-demo controls forward their active levers here so they
901
+ * repaint the entire app.
902
+ */
903
+ interface DbxStyleSupplement {
904
+ /**
905
+ * Supplemental classes added alongside the configured root style class.
906
+ */
907
+ readonly classes?: Maybe<CssClass[]>;
908
+ /**
909
+ * Supplemental inline styles (typically CSS custom properties such as `--mat-sys-*`).
910
+ */
911
+ readonly style?: Maybe<CssStyleObject>;
912
+ }
913
+ /**
914
+ * Flattened body application: the root style class plus any supplement classes, alongside the supplement inline styles.
915
+ *
916
+ * Emitted by `DbxStyleService.styleApplication$` and consumed by `DbxStyleBodyDirective` to apply both classes and
917
+ * inline custom properties to `document.body`.
918
+ */
919
+ interface DbxStyleApplication {
920
+ /**
921
+ * The root style class followed by any supplement classes.
922
+ */
923
+ readonly classes: CssClass[];
924
+ /**
925
+ * The supplement inline styles (empty when no supplement is set).
926
+ */
927
+ readonly style: CssStyleObject;
928
+ }
896
929
  /**
897
930
  * The five core Material Design M3 theme palette colors.
898
931
  *
@@ -1075,7 +1108,14 @@ declare const DBX_COLOR_CUSTOM_BG_CSS_CLASS: CssClass;
1075
1108
  */
1076
1109
  declare const DBX_COLOR_CUSTOM_TEXT_CSS_CLASS: CssClass;
1077
1110
  /**
1078
- * Returns the CSS class name for a themed background color.
1111
+ * Returns the token-providing CSS class name for a themed background color.
1112
+ *
1113
+ * Under the token-only contract the returned `dbx-{color}-bg` classes declare the `--dbx-bg-color-current` /
1114
+ * `--dbx-color-current` custom properties but paint nothing on their own — painting is performed by the
1115
+ * `.dbx-color-bg` utility (or a `.dbx-color`-scoped component) reading those tokens. For named colors this returns the
1116
+ * `dbx-{color}-bg` token class; for a {@link DbxColorConfig} it returns {@link DBX_COLOR_CUSTOM_BG_CSS_CLASS} so static
1117
+ * (non-directive) callers still paint, while the `[dbxColor]` directive itself bypasses this for configs and supplies the
1118
+ * tokens through inline style bindings instead.
1079
1119
  *
1080
1120
  * @param color - The theme color, color config, or nullish/empty for the default class.
1081
1121
  * @returns The CSS class name for the themed background (e.g., `'dbx-primary-bg'`, `'dbx-color-bg'`, or `'dbx-default'`)
@@ -1392,7 +1432,11 @@ declare class DbxAvatarComponent {
1392
1432
  }
1393
1433
 
1394
1434
  /**
1395
- * Renders a horizontal bar with a themed background color, used to visually group or separate content.
1435
+ * Renders a horizontal bar used to visually group or separate content.
1436
+ *
1437
+ * To give the bar a themed background apply `[dbxColor]` (optionally with `[dbxColorTone]`) directly on the host —
1438
+ * the bar paints itself from the supplied color tokens via its `.dbx-bar.dbx-color` SCSS. The directive itself only
1439
+ * applies the `.dbx-bar` layout class.
1396
1440
  *
1397
1441
  * @dbxWebComponent
1398
1442
  * @dbxWebSlug bar
@@ -1405,32 +1449,23 @@ declare class DbxAvatarComponent {
1405
1449
  *
1406
1450
  * @example
1407
1451
  * ```html
1408
- * <dbx-bar>
1409
- * <dbx-button text="Save" raised color="primary"></dbx-button>
1452
+ * <dbx-bar dbxColor="primary">
1453
+ * <dbx-button text="Save" raised></dbx-button>
1410
1454
  * <dbx-button-spacer></dbx-button-spacer>
1411
1455
  * <dbx-button text="Cancel" stroked></dbx-button>
1412
1456
  * </dbx-bar>
1413
1457
  * ```
1414
1458
  */
1415
1459
  declare class DbxBarDirective {
1416
- private readonly _colorService;
1417
- readonly color: _angular_core.InputSignal<Maybe<DbxColorInput>>;
1418
- readonly cssClassSignal: _angular_core.Signal<string>;
1419
- private readonly _configSignal;
1420
- /**
1421
- * Inline `--dbx-bg-color-current` value applied when a {@link DbxColorConfig} is bound. Resolves to `null` for named-color strings.
1422
- */
1423
- readonly bgColorStyleSignal: _angular_core.Signal<string | null>;
1424
- /**
1425
- * Inline `--dbx-color-current` value applied when a {@link DbxColorConfig} is bound. Resolves to `null` for named-color strings.
1426
- */
1427
- readonly colorStyleSignal: _angular_core.Signal<string | null>;
1428
1460
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxBarDirective, never>;
1429
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxBarDirective, "dbx-bar,[dbxBar]", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
1461
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxBarDirective, "dbx-bar,[dbxBar]", never, {}, {}, never, never, true, never>;
1430
1462
  }
1431
1463
 
1432
1464
  /**
1433
- * A themed header bar displaying an optional icon and text label, useful as a section divider.
1465
+ * A header bar displaying an optional icon and text label, useful as a section divider.
1466
+ *
1467
+ * To give it a themed background apply `[dbxColor]` directly on the host — the inner `<dbx-bar>` paints from the
1468
+ * inherited tokens via the `dbx-bar-header.dbx-color .dbx-bar` SCSS.
1434
1469
  *
1435
1470
  * @dbxWebComponent
1436
1471
  * @dbxWebSlug bar-header
@@ -1443,7 +1478,7 @@ declare class DbxBarDirective {
1443
1478
  *
1444
1479
  * @example
1445
1480
  * ```html
1446
- * <dbx-bar-header header="Members" icon="group">
1481
+ * <dbx-bar-header header="Members" icon="group" dbxColor="primary">
1447
1482
  * <button mat-icon-button><mat-icon>add</mat-icon></button>
1448
1483
  * </dbx-bar-header>
1449
1484
  * ```
@@ -1451,14 +1486,16 @@ declare class DbxBarDirective {
1451
1486
  declare class DbxBarHeaderComponent {
1452
1487
  readonly text: _angular_core.InputSignal<Maybe<string>>;
1453
1488
  readonly icon: _angular_core.InputSignal<Maybe<string>>;
1454
- readonly color: _angular_core.InputSignal<Maybe<DbxColorInput>>;
1455
1489
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxBarHeaderComponent, never>;
1456
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxBarHeaderComponent, "dbx-bar-header", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
1490
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxBarHeaderComponent, "dbx-bar-header", never, { "text": { "alias": "text"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
1457
1491
  }
1458
1492
 
1459
1493
  /**
1460
1494
  * A page-level toolbar with left and right content slots, built on Angular Material's mat-toolbar.
1461
1495
  *
1496
+ * To give it a themed background apply `[dbxColor]` directly on the host — the inner `mat-toolbar` maps its
1497
+ * `--mat-toolbar-*` colors to the inherited tokens via the `dbx-pagebar.dbx-color mat-toolbar` SCSS.
1498
+ *
1462
1499
  * @dbxWebComponent
1463
1500
  * @dbxWebSlug pagebar
1464
1501
  * @dbxWebCategory layout
@@ -1470,7 +1507,7 @@ declare class DbxBarHeaderComponent {
1470
1507
  *
1471
1508
  * @example
1472
1509
  * ```html
1473
- * <dbx-pagebar>
1510
+ * <dbx-pagebar dbxColor="primary">
1474
1511
  * <h2>Settings</h2>
1475
1512
  * <span class="spacer"></span>
1476
1513
  * <button mat-stroked-button>Save</button>
@@ -1478,10 +1515,8 @@ declare class DbxBarHeaderComponent {
1478
1515
  * ```
1479
1516
  */
1480
1517
  declare class DbxPagebarComponent {
1481
- readonly color: _angular_core.InputSignal<Maybe<_dereekb_dbx_web.DbxThemeColor>>;
1482
- readonly cssClassSignal: _angular_core.Signal<string>;
1483
1518
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxPagebarComponent, never>;
1484
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxPagebarComponent, "dbx-pagebar", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, ["[left]", "[right]"], true, never>;
1519
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxPagebarComponent, "dbx-pagebar", never, {}, {}, never, ["[left]", "[right]"], true, never>;
1485
1520
  }
1486
1521
 
1487
1522
  /**
@@ -2413,6 +2448,9 @@ type DbxContentPitScrollableHeightSetting = 'small' | 'medium' | 'large';
2413
2448
  * Wraps content in a recessed "pit" container with optional scrollable overflow and rounded corners.
2414
2449
  * Useful for displaying bounded content areas such as lists or previews with a constrained height.
2415
2450
  *
2451
+ * Pits round their corners by default. Pass `[rounded]="false"` to square the pit — this applies the
2452
+ * common `.dbx-corners-none` opt-out utility rather than a pit-specific class.
2453
+ *
2416
2454
  * @dbxWebComponent
2417
2455
  * @dbxWebSlug content-pit
2418
2456
  * @dbxWebCategory layout
@@ -4286,10 +4324,14 @@ declare class DbxSectionLayoutModule {
4286
4324
  }
4287
4325
 
4288
4326
  /**
4289
- * Applies a themed background color to the host element.
4327
+ * Provides themed color *tokens* to the host element — it never paints a background itself.
4290
4328
  *
4291
4329
  * Accepts either a {@link DbxThemeColor} string (e.g. `'primary'`, `'success'`) or a {@link DbxColorConfig}
4292
4330
  * object carrying arbitrary CSS color values (any hex, `rgb()`, `hsl()`, `var(...)`, `color-mix(...)`, etc.).
4331
+ * The directive sets the `--dbx-bg-color-current` / `--dbx-color-current` (and tone) custom properties and adds the
4332
+ * `.dbx-color` marker class, leaving the actual painting to either the explicit `.dbx-color-bg` utility on the same
4333
+ * element or a colored-surface component's own `.dbx-color`-scoped SCSS (e.g. `<dbx-bar>`, `<dbx-button>`, `<dbx-loading>`,
4334
+ * `<dbx-icon-tile>`, `<mat-card>`) that reads the inherited tokens.
4293
4335
  *
4294
4336
  * Optionally set {@link dbxColorTone} (0-100) to control background opacity for a tonal/muted appearance.
4295
4337
  * When tonal mode is active, the `dbx-color-tonal` CSS class is added and a CSS rule overrides the text
@@ -4303,25 +4345,46 @@ declare class DbxSectionLayoutModule {
4303
4345
  * @dbxWebCategory layout
4304
4346
  * @dbxWebRelated text-color, color-service
4305
4347
  * @dbxWebMinimalExample ```html
4306
- * <div [dbxColor]="'primary'"></div>
4348
+ * <div dbxColor="primary" class="dbx-color-bg"></div>
4307
4349
  * ```
4308
4350
  *
4309
4351
  * @example
4310
4352
  * ```html
4311
- * <div [dbxColor]="'primary'">Themed background</div>
4312
- * <div [dbxColor]="'primary'" [dbxColorTone]="18">Tonal themed</div>
4313
- * <div [dbxColor]="{ color: '#ff0066', contrast: 'white' }">Custom hex</div>
4314
- * <div [dbxColor]="{ color: 'var(--mat-sys-tertiary)', contrast: 'var(--mat-sys-on-tertiary)', tone: 18 }">Custom tonal</div>
4353
+ * <!-- pair with .dbx-color-bg to paint a plain element -->
4354
+ * <div dbxColor="primary" class="dbx-color-bg">Themed background</div>
4355
+ * <div dbxColor="primary" [dbxColorTone]="18" class="dbx-color-bg">Tonal themed</div>
4356
+ * <div [dbxColor]="{ color: '#ff0066', contrast: 'white' }" class="dbx-color-bg">Custom hex</div>
4357
+ *
4358
+ * <!-- a colored-surface component paints itself from the tokens; no .dbx-color-bg needed -->
4359
+ * <dbx-bar dbxColor="primary">Bar paints itself</dbx-bar>
4360
+ * <dbx-button color="warn" raised text="Delete"></dbx-button>
4315
4361
  * ```
4316
4362
  */
4317
4363
  declare class DbxColorDirective {
4318
4364
  private readonly _colorService;
4319
- readonly dbxColor: _angular_core.InputSignal<Maybe<DbxColorInput>>;
4365
+ /**
4366
+ * The color to provide tokens for. Declared as a `model` so a colored-surface component on the same host (e.g.
4367
+ * `dbx-button`) can push its resolved color into the directive, keeping it the single token provider on the element.
4368
+ */
4369
+ readonly dbxColor: _angular_core.ModelSignal<Maybe<DbxColorInput>>;
4320
4370
  /**
4321
4371
  * Background tone level (0-100). When set, the background becomes semi-transparent
4322
4372
  * and text color switches to the vibrant theme color for a tonal appearance.
4323
4373
  */
4324
4374
  readonly dbxColorTone: _angular_core.InputSignal<Maybe<number>>;
4375
+ /**
4376
+ * Whether a color is currently bound. When nothing is bound the directive is fully inert — it adds no marker class
4377
+ * and no token class — so color tokens inherited from a `[dbxColor]` ancestor pass through untouched (important for
4378
+ * components that host this directive unconditionally, e.g. `dbx-button` inside a tonal `[dbxColor]` card).
4379
+ */
4380
+ readonly hasColorSignal: _angular_core.Signal<boolean>;
4381
+ /**
4382
+ * Applies the named `dbx-{color}-bg` token class for a {@link DbxThemeColor} string, or `''` both for a
4383
+ * {@link DbxColorConfig} (whose tokens are supplied by the inline `--dbx-bg-color-current` / `--dbx-color-current`
4384
+ * style bindings instead) and when no color is bound (inert; inherited tokens pass through). The directive is a pure
4385
+ * token provider — none of these classes paint a background; painting is done by the `.dbx-color-bg` utility or a
4386
+ * component's own `.dbx-color`-scoped SCSS.
4387
+ */
4325
4388
  readonly cssClassSignal: _angular_core.Signal<string>;
4326
4389
  private readonly _configSignal;
4327
4390
  /**
@@ -4351,7 +4414,7 @@ declare class DbxColorDirective {
4351
4414
  */
4352
4415
  readonly bgToneStyleSignal: _angular_core.Signal<string | null>;
4353
4416
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxColorDirective, never>;
4354
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxColorDirective, "[dbxColor]", never, { "dbxColor": { "alias": "dbxColor"; "required": false; "isSignal": true; }; "dbxColorTone": { "alias": "dbxColorTone"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
4417
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxColorDirective, "[dbxColor]", never, { "dbxColor": { "alias": "dbxColor"; "required": false; "isSignal": true; }; "dbxColorTone": { "alias": "dbxColorTone"; "required": false; "isSignal": true; }; }, { "dbxColor": "dbxColorChange"; }, never, never, true, never>;
4355
4418
  }
4356
4419
 
4357
4420
  /**
@@ -4468,9 +4531,10 @@ declare class DbxSetStyleDirective implements OnDestroy {
4468
4531
  }
4469
4532
 
4470
4533
  /**
4471
- * Applies the current application style class from {@link DbxStyleService} to the document `<body>` element.
4534
+ * Applies the current {@link DbxStyleService} body application — the active style class, any supplement classes, and
4535
+ * supplement inline styles (CSS custom properties) — to the document `<body>` element.
4472
4536
  *
4473
- * Place this directive on a root-level element so that the body tag receives the active style class.
4537
+ * Place this directive on a root-level element so that the body tag receives the active style.
4474
4538
  *
4475
4539
  * @dbxWebComponent
4476
4540
  * @dbxWebSlug style-body
@@ -4488,7 +4552,8 @@ declare class DbxSetStyleDirective implements OnDestroy {
4488
4552
  declare class DbxStyleBodyDirective {
4489
4553
  private readonly _styleService;
4490
4554
  private readonly _renderer;
4491
- private _styleClassName;
4555
+ private _classes;
4556
+ private _styleKeys;
4492
4557
  constructor();
4493
4558
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxStyleBodyDirective, never>;
4494
4559
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxStyleBodyDirective, "[dbxStyleBody]", never, {}, {}, never, never, true, never>;
@@ -4532,9 +4597,18 @@ declare class DbxStyleService implements Destroyable {
4532
4597
  private readonly _defaultConfig;
4533
4598
  private readonly _config;
4534
4599
  private readonly _styleClassSuffix;
4600
+ private readonly _supplement;
4535
4601
  readonly config$: Observable<DbxStyleConfig>;
4536
4602
  readonly styleClassSuffix$: Observable<Maybe<string>>;
4537
4603
  readonly styleClassName$: Observable<string>;
4604
+ /**
4605
+ * The currently active style supplement, or undefined when none is set.
4606
+ */
4607
+ readonly supplement$: Observable<Maybe<DbxStyleSupplement>>;
4608
+ /**
4609
+ * The flattened body application: the root style class plus any supplement classes, alongside the supplement inline styles.
4610
+ */
4611
+ readonly styleApplication$: Observable<DbxStyleApplication>;
4538
4612
  /**
4539
4613
  * Returns the style class given the input configuration.
4540
4614
  *
@@ -4585,6 +4659,18 @@ declare class DbxStyleService implements Destroyable {
4585
4659
  * @param config - The config reference to compare against the current override.
4586
4660
  */
4587
4661
  unsetConfig(config: ObservableOrValue<DbxStyleConfig>): void;
4662
+ /**
4663
+ * Sets the active style supplement (classes + inline styles) layered on top of the configured style on the body.
4664
+ *
4665
+ * @param supplement - A supplement value or observable, or nullish to clear the current supplement.
4666
+ */
4667
+ setSupplement(supplement: Maybe<ObservableOrValue<Maybe<DbxStyleSupplement>>>): void;
4668
+ /**
4669
+ * Clears the active supplement if it matches the given reference.
4670
+ *
4671
+ * @param supplement - The supplement reference to compare against the current supplement.
4672
+ */
4673
+ unsetSupplement(supplement: ObservableOrValue<Maybe<DbxStyleSupplement>>): void;
4588
4674
  destroy(): void;
4589
4675
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxStyleService, never>;
4590
4676
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<DbxStyleService>;
@@ -4856,16 +4942,16 @@ declare class DbxDetailBlockHeaderComponent {
4856
4942
  * @dbxWebSkillRefs dbx__ref__dbx-ui-building-blocks
4857
4943
  * @dbxWebContentProjection Optional fallback content rendered when `icon` is not supplied (e.g. a custom icon component).
4858
4944
  * @dbxWebMinimalExample ```html
4859
- * <dbx-icon-tile [icon]="'verified'" [dbxColor]="'success'"></dbx-icon-tile>
4945
+ * <dbx-icon-tile [icon]="'verified'" dbxColor="success"></dbx-icon-tile>
4860
4946
  * ```
4861
4947
  *
4862
4948
  * @example
4863
4949
  * ```html
4864
- * <dbx-icon-tile [icon]="'check'" [dbxColor]="'primary'" [dbxColorTone]="18"></dbx-icon-tile>
4950
+ * <dbx-icon-tile [icon]="'check'" dbxColor="primary" [dbxColorTone]="18"></dbx-icon-tile>
4865
4951
  *
4866
- * <dbx-icon-tile [icon]="'star'" [round]="true" [dbxColor]="'accent'"></dbx-icon-tile>
4952
+ * <dbx-icon-tile [icon]="'star'" [round]="true" dbxColor="accent"></dbx-icon-tile>
4867
4953
  *
4868
- * <dbx-icon-tile [dbxColor]="'accent'">
4954
+ * <dbx-icon-tile dbxColor="accent">
4869
4955
  * <my-custom-glyph></my-custom-glyph>
4870
4956
  * </dbx-icon-tile>
4871
4957
  * ```
@@ -4903,7 +4989,7 @@ declare class DbxIconTileComponent {
4903
4989
  * @dbxWebRelated icon-tile, dbx-color, list-two-line-item
4904
4990
  * @dbxWebSkillRefs dbx__ref__dbx-ui-building-blocks
4905
4991
  * @dbxWebMinimalExample ```html
4906
- * <div dbxIconTile [dbxColor]="'primary'" [dbxColorTone]="18">
4992
+ * <div dbxIconTile dbxColor="primary" [dbxColorTone]="18">
4907
4993
  * <mat-icon>star</mat-icon>
4908
4994
  * </div>
4909
4995
  * ```
@@ -4911,7 +4997,7 @@ declare class DbxIconTileComponent {
4911
4997
  * @example
4912
4998
  * ```html
4913
4999
  * <div class="dbx-list-two-line-item dbx-list-two-line-item-with-icon">
4914
- * <div class="item-icon" dbxIconTile [dbxColor]="'primary'" [dbxColorTone]="18">
5000
+ * <div class="item-icon" dbxIconTile dbxColor="primary" [dbxColorTone]="18">
4915
5001
  * <mat-icon>check_circle</mat-icon>
4916
5002
  * </div>
4917
5003
  * <div class="item-left">
@@ -5230,6 +5316,11 @@ declare const DEFAULT_DBX_CHIP_TONE = 18;
5230
5316
  /**
5231
5317
  * Renders a styled chip element with optional small, block, and color modes.
5232
5318
  *
5319
+ * Hosts a {@link DbxColorDirective} that provides the color tokens + `.dbx-color` marker the chip's
5320
+ * `.dbx-chip.dbx-color` SCSS paints from. The color can be supplied either through the {@link color}/{@link display}
5321
+ * inputs (pushed into the host directive) or by binding `[dbxColor]` directly; the chip's tone handling (default
5322
+ * {@link DEFAULT_DBX_CHIP_TONE} → tonal text) applies to both.
5323
+ *
5233
5324
  * @dbxWebComponent
5234
5325
  * @dbxWebSlug chip
5235
5326
  * @dbxWebCategory text
@@ -5245,11 +5336,12 @@ declare const DEFAULT_DBX_CHIP_TONE = 18;
5245
5336
  * ```
5246
5337
  */
5247
5338
  declare class DbxChipDirective {
5248
- private readonly _colorService;
5339
+ private readonly _dbxColorDirective;
5340
+ constructor();
5249
5341
  readonly small: _angular_core.InputSignal<Maybe<boolean>>;
5250
5342
  readonly block: _angular_core.InputSignal<Maybe<boolean>>;
5251
5343
  /**
5252
- * Theme color or {@link DbxColorConfig} applied to the chip background via {@link dbxColorBackground}.
5344
+ * Theme color or {@link DbxColorConfig} applied to the chip, pushed into the host {@link DbxColorDirective}.
5253
5345
  *
5254
5346
  * When {@link display} is also set, its color is used as a fallback.
5255
5347
  */
@@ -5267,19 +5359,15 @@ declare class DbxChipDirective {
5267
5359
  */
5268
5360
  readonly tone: _angular_core.InputSignal<Maybe<number>>;
5269
5361
  readonly colorSignal: _angular_core.Signal<Maybe<DbxColorInput>>;
5270
- private readonly _configSignal;
5271
5362
  /**
5272
- * Inline `--dbx-bg-color-current` value applied when a {@link DbxColorConfig} is bound. Resolves to `null` for named-color strings so the named `.dbx-{color}-bg` class supplies the variable instead.
5363
+ * The effective color on the host {@link DbxColorDirective} either pushed from {@link colorSignal} or bound
5364
+ * directly via `[dbxColor]`. Drives the chip's tone/tonal handling.
5273
5365
  */
5274
- readonly bgColorStyleSignal: _angular_core.Signal<string | null>;
5275
- /**
5276
- * Inline `--dbx-color-current` value applied when a {@link DbxColorConfig} is bound. Resolves to `null` for named-color strings.
5277
- */
5278
- readonly colorStyleSignal: _angular_core.Signal<string | null>;
5366
+ readonly effectiveColorSignal: _angular_core.Signal<Maybe<DbxColorInput>>;
5279
5367
  readonly toneSignal: _angular_core.Signal<number>;
5280
5368
  readonly styleSignal: _angular_core.Signal<string>;
5281
5369
  /**
5282
- * Sets `--dbx-color-bg-tone` on the host to control the background opacity via `color-mix` in the `-bg` class mixin.
5370
+ * Sets `--dbx-color-bg-tone` on the host to control the background opacity of the painted chip surface.
5283
5371
  * Only applied when a color is set.
5284
5372
  */
5285
5373
  readonly bgToneStyleSignal: _angular_core.Signal<string | null>;
@@ -5290,7 +5378,7 @@ declare class DbxChipDirective {
5290
5378
  */
5291
5379
  readonly isTonalSignal: _angular_core.Signal<boolean>;
5292
5380
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxChipDirective, never>;
5293
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxChipDirective, "dbx-chip", never, { "small": { "alias": "small"; "required": false; "isSignal": true; }; "block": { "alias": "block"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "display": { "alias": "display"; "required": false; "isSignal": true; }; "tone": { "alias": "tone"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
5381
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DbxChipDirective, "dbx-chip", never, { "small": { "alias": "small"; "required": false; "isSignal": true; }; "block": { "alias": "block"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "display": { "alias": "display"; "required": false; "isSignal": true; }; "tone": { "alias": "tone"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof DbxColorDirective; inputs: {}; outputs: {}; }]>;
5294
5382
  }
5295
5383
 
5296
5384
  /**
@@ -5769,12 +5857,6 @@ interface DbxProgressButtonConfig {
5769
5857
  * Text displayed alongside the spinner while working.
5770
5858
  */
5771
5859
  readonly spinnerText?: Maybe<string>;
5772
- /**
5773
- * Theme color for the button itself.
5774
- *
5775
- * Forwarded to the button host's `[dbxColor]` directive.
5776
- */
5777
- readonly buttonColor?: Maybe<ThemePalette | DbxColorInput>;
5778
5860
  /**
5779
5861
  * Theme color for the progress spinner.
5780
5862
  */
@@ -6029,7 +6111,7 @@ declare class DbxProgressButtonsModule {
6029
6111
  * bootstrapApplication(AppComponent, {
6030
6112
  * providers: [
6031
6113
  * provideDbxProgressButtonGlobalConfig([
6032
- * { id: 'primary-save', buttonType: 'raised', buttonColor: 'primary' }
6114
+ * { id: 'primary-save', buttonType: 'raised', spinnerColor: 'primary' }
6033
6115
  * ])
6034
6116
  * ]
6035
6117
  * });
@@ -6080,7 +6162,7 @@ declare class DbxButtonComponent extends AbstractDbxButtonDirective {
6080
6162
  readonly bar: _angular_core.InputSignalWithTransform<boolean, Maybe<boolean | "">>;
6081
6163
  readonly type: _angular_core.InputSignal<Maybe<DbxButtonType>>;
6082
6164
  readonly buttonStyle: _angular_core.InputSignal<Maybe<DbxButtonStyle>>;
6083
- readonly color: _angular_core.InputSignal<Maybe<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>>;
6165
+ readonly color: _angular_core.InputSignal<Maybe<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | DbxColorConfig | undefined>>;
6084
6166
  readonly spinnerColor: _angular_core.InputSignal<Maybe<"default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | undefined>>;
6085
6167
  /**
6086
6168
  * @deprecated Use {@link color} with a {@link DbxColorConfig}, e.g. `[color]="{ color: '#ff0066' }"`. The `[dbxColor]` directive applies the background through `.dbx-color-bg`.
@@ -6098,10 +6180,21 @@ declare class DbxButtonComponent extends AbstractDbxButtonDirective {
6098
6180
  readonly customContent: _angular_core.InputSignalWithTransform<boolean, Maybe<boolean | "">>;
6099
6181
  readonly allowClickPropagation: _angular_core.InputSignalWithTransform<boolean, Maybe<boolean | "">>;
6100
6182
  readonly mode: _angular_core.InputSignal<Maybe<ProgressSpinnerMode>>;
6183
+ /**
6184
+ * The echo currently being displayed, if any. Echoes only display while the button is neither working nor disabled,
6185
+ * mirroring the echo gating in {@link configSignal}.
6186
+ */
6187
+ private readonly _activeEchoSignal;
6188
+ /**
6189
+ * Resolved button color from the active echo, the {@link color} input, or {@link buttonStyle} (in that order). Pushed
6190
+ * into the host {@link DbxColorDirective}, which provides the color tokens + `.dbx-color` marker that the button's
6191
+ * `dbx-button.dbx-color .mdc-button` SCSS paints from; an active echo's color temporarily takes over those tokens.
6192
+ */
6193
+ readonly colorSignal: _angular_core.Signal<Maybe<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | DbxColorConfig | undefined>>;
6101
6194
  readonly styleTypeSignal: _angular_core.Signal<Maybe<DbxButtonType>>;
6102
6195
  readonly configSignal: _angular_core.Signal<DbxProgressButtonConfig>;
6103
6196
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxButtonComponent, never>;
6104
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxButtonComponent, "dbx-button", never, { "bar": { "alias": "bar"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "spinnerColor": { "alias": "spinnerColor"; "required": false; "isSignal": true; }; "customButtonColor": { "alias": "customButtonColor"; "required": false; "isSignal": true; }; "customTextColor": { "alias": "customTextColor"; "required": false; "isSignal": true; }; "customSpinnerColor": { "alias": "customSpinnerColor"; "required": false; "isSignal": true; }; "basic": { "alias": "basic"; "required": false; "isSignal": true; }; "tonal": { "alias": "tonal"; "required": false; "isSignal": true; }; "raised": { "alias": "raised"; "required": false; "isSignal": true; }; "stroked": { "alias": "stroked"; "required": false; "isSignal": true; }; "flat": { "alias": "flat"; "required": false; "isSignal": true; }; "iconOnly": { "alias": "iconOnly"; "required": false; "isSignal": true; }; "fab": { "alias": "fab"; "required": false; "isSignal": true; }; "customContent": { "alias": "customContent"; "required": false; "isSignal": true; }; "allowClickPropagation": { "alias": "allowClickPropagation"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
6197
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxButtonComponent, "dbx-button", never, { "bar": { "alias": "bar"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "spinnerColor": { "alias": "spinnerColor"; "required": false; "isSignal": true; }; "customButtonColor": { "alias": "customButtonColor"; "required": false; "isSignal": true; }; "customTextColor": { "alias": "customTextColor"; "required": false; "isSignal": true; }; "customSpinnerColor": { "alias": "customSpinnerColor"; "required": false; "isSignal": true; }; "basic": { "alias": "basic"; "required": false; "isSignal": true; }; "tonal": { "alias": "tonal"; "required": false; "isSignal": true; }; "raised": { "alias": "raised"; "required": false; "isSignal": true; }; "stroked": { "alias": "stroked"; "required": false; "isSignal": true; }; "flat": { "alias": "flat"; "required": false; "isSignal": true; }; "iconOnly": { "alias": "iconOnly"; "required": false; "isSignal": true; }; "fab": { "alias": "fab"; "required": false; "isSignal": true; }; "customContent": { "alias": "customContent"; "required": false; "isSignal": true; }; "allowClickPropagation": { "alias": "allowClickPropagation"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, [{ directive: typeof DbxColorDirective; inputs: {}; outputs: {}; }]>;
6105
6198
  }
6106
6199
 
6107
6200
  /**
@@ -8374,7 +8467,6 @@ interface DbxSidenavSidebarState {
8374
8467
  declare class DbxSidenavComponent extends AbstractTransitionWatcherDirective implements OnInit {
8375
8468
  private readonly _sidenavSub;
8376
8469
  private readonly _screenMediaService;
8377
- readonly color: _angular_core.InputSignal<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>;
8378
8470
  readonly position: _angular_core.InputSignal<DbxSidenavPosition>;
8379
8471
  /**
8380
8472
  * Overrides the responsive display mode. When set, the sidenav ignores screen-width breakpoints and uses this mode instead.
@@ -8422,7 +8514,7 @@ declare class DbxSidenavComponent extends AbstractTransitionWatcherDirective imp
8422
8514
  toggleNav(open?: boolean): void;
8423
8515
  private _toggleNav;
8424
8516
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxSidenavComponent, never>;
8425
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxSidenavComponent, "dbx-sidenav", ["sidenav"], { "color": { "alias": "color"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "displayMode": { "alias": "displayMode"; "required": false; "isSignal": true; }; "allowedModes": { "alias": "allowedModes"; "required": false; "isSignal": true; }; "anchors": { "alias": "anchors"; "required": false; "isSignal": true; }; }, {}, never, ["[top]", "[bottom]", "*"], true, never>;
8517
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxSidenavComponent, "dbx-sidenav", ["sidenav"], { "position": { "alias": "position"; "required": false; "isSignal": true; }; "displayMode": { "alias": "displayMode"; "required": false; "isSignal": true; }; "allowedModes": { "alias": "allowedModes"; "required": false; "isSignal": true; }; "anchors": { "alias": "anchors"; "required": false; "isSignal": true; }; }, {}, never, ["[top]", "[bottom]", "*"], true, never>;
8426
8518
  }
8427
8519
 
8428
8520
  /**
@@ -8477,7 +8569,7 @@ declare class DbxSidenavButtonComponent {
8477
8569
  *
8478
8570
  * @example
8479
8571
  * ```html
8480
- * <dbx-sidenav-pagebar sidenavMenuIcon="menu" color="primary">
8572
+ * <dbx-sidenav-pagebar sidenavMenuIcon="menu" dbxColor="primary">
8481
8573
  * <span left>Left Content</span>
8482
8574
  * <span>Right Content</span>
8483
8575
  * </dbx-sidenav-pagebar>
@@ -8512,14 +8604,13 @@ declare class DbxSidenavPagebarComponent extends DbxPagebarComponent {
8512
8604
  */
8513
8605
  declare class DbxSidenavPageComponent {
8514
8606
  readonly parent: DbxSidenavComponent;
8515
- readonly color: _angular_core.InputSignal<Maybe<_dereekb_dbx_web.DbxThemeColor>>;
8516
8607
  readonly sidenavMenuIcon: _angular_core.InputSignal<Maybe<string>>;
8517
8608
  readonly mobileOnly: _angular_core.InputSignal<boolean>;
8518
8609
  readonly mobileOnly$: rxjs.Observable<boolean>;
8519
8610
  readonly hidePagebar$: rxjs.Observable<boolean>;
8520
8611
  readonly hidePagebarSignal: _angular_core.Signal<boolean>;
8521
8612
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxSidenavPageComponent, never>;
8522
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxSidenavPageComponent, "dbx-sidenav-page", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "sidenavMenuIcon": { "alias": "sidenavMenuIcon"; "required": false; "isSignal": true; }; "mobileOnly": { "alias": "mobileOnly"; "required": false; "isSignal": true; }; }, {}, never, ["[navLeft]", "[navRight]", "*"], true, never>;
8613
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxSidenavPageComponent, "dbx-sidenav-page", never, { "sidenavMenuIcon": { "alias": "sidenavMenuIcon"; "required": false; "isSignal": true; }; "mobileOnly": { "alias": "mobileOnly"; "required": false; "isSignal": true; }; }, {}, never, ["[navLeft]", "[navRight]", "*"], true, never>;
8523
8614
  }
8524
8615
 
8525
8616
  /**
@@ -12411,4 +12502,4 @@ declare class DbxWebModule {
12411
12502
  }
12412
12503
 
12413
12504
  export { APP_POPUP_MINIMIZED_WIDTH, APP_POPUP_NORMAL_HEIGHT, APP_POPUP_NORMAL_WIDTH, AbstractDbxClipboardDirective, AbstractDbxErrorWidgetComponent, AbstractDbxFileUploadComponent, AbstractDbxHelpWidgetDirective, AbstractDbxListAccordionViewDirective, AbstractDbxListGridViewDirective, AbstractDbxListViewDirective, AbstractDbxListWrapperDirective, AbstractDbxPartialPresetFilterMenuDirective, AbstractDbxSegueAnchorDirective, AbstractDbxSelectionListViewDirective, AbstractDbxSelectionListWrapperDirective, AbstractDbxValueListItemModifierDirective, AbstractDbxValueListViewDirective, AbstractDbxValueListViewItemComponent, AbstractDbxWidgetComponent, AbstractDialogDirective, AbstractFilterPopoverButtonDirective, AbstractPopoverDirective, AbstractPopoverRefDirective, AbstractPopoverRefWithEventsDirective, AbstractPopupDirective, AbstractPromptConfirmDirective, CompactContextStore, CompactMode, DBX_ACTION_SNACKBAR_DEFAULTS, DBX_ACTION_SNACKBAR_SERVICE_CONFIG, DBX_AVATAR_CONTEXT_DATA_TOKEN, DBX_COLOR_CUSTOM_BG_CSS_CLASS, DBX_COLOR_CUSTOM_TEXT_CSS_CLASS, DBX_CURATED_COLOR_COUNT, DBX_CURATED_COLOR_TEMPLATES, DBX_CURATED_COLOR_TEMPLATE_KEY_PREFIX, DBX_DARK_STYLE_CLASS_SUFFIX, DBX_HELP_WIDGET_ENTRY_DATA_TOKEN, DBX_LIST_ACCORDION_VIEW_COMPONENT_IMPORTS_AND_EXPORTS, DBX_LIST_GRID_VIEW_COMPONENT_IMPORTS_AND_EXPORTS, DBX_LIST_ITEM_DISABLE_RIPPLE_LIST_ITEM_MODIFIER_KEY, DBX_LIST_ITEM_IS_SELECTED_ITEM_MODIFIER_KEY, DBX_MODEL_VIEW_TRACKER_STORAGE_ACCESSOR_TOKEN, DBX_PDF_MERGE_EDITOR_CONFIG, DBX_PDF_MERGE_EDITOR_INITIAL_STATE, DBX_PDF_MERGE_EDITOR_PRESERVE_ENTRIES_ON_SLOT_DESTROY, DBX_PDF_MERGE_ENCRYPTED_ERROR_MESSAGE, DBX_PROGRESS_BUTTON_GLOBAL_CONFIG, DBX_ROUTER_ANCHOR_COMPONENTS, DBX_ROUTER_VALUE_LIST_ITEM_MODIFIER_KEY, DBX_THEME_COLORS, DBX_THEME_COLORS_EXTRA, DBX_THEME_COLORS_EXTRA_SECONDARY, DBX_THEME_COLORS_MAIN, DBX_VALUE_LIST_VIEW_ITEM, DBX_WEB_FILE_PREVIEW_SERVICE_ENTRIES_TOKEN, DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_COMPONENT_PRESET, DBX_WEB_FILE_PREVIEW_SERVICE_ZIP_PRESET_ENTRY, DBX_WEB_PAGE_TITLE_SERVICE_CONFIG, DEFAULT_DBX_CHIP_TONE, DEFAULT_DBX_DETACH_KEY, DEFAULT_DBX_ERROR_SNACKBAR_CONFIG, DEFAULT_DBX_HELP_VIEW_POPOVER_KEY, DEFAULT_DBX_LINKIFY_STRING_TYPE, DEFAULT_DBX_LIST_ACCORDION_VIEW_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_LIST_GRID_VIEW_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_LIST_ITEM_DISABLE_FUNCTION, DEFAULT_DBX_LIST_ITEM_IS_SELECTED_FUNCTION, DEFAULT_DBX_LIST_SCROLL_DISTANCE, DEFAULT_DBX_LIST_THROTTLE_SCROLL, DEFAULT_DBX_LIST_VIEW_META_ICON, DEFAULT_DBX_PDF_MERGE_ENCRYPTED_HANDLING, DEFAULT_DBX_PROMPT_CONFIRM_DIALOG_CONFIG, DEFAULT_DBX_SELECTION_VALUE_LIST_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_SIDENAV_MENU_ICON, DEFAULT_DBX_STYLE_CONFIG_TOKEN, DEFAULT_DBX_VALUE_LIST_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_DBX_WEB_FILE_PREVIEW_SERVICE_DIALOG_WITH_COMPONENT_FUNCTION, DEFAULT_DBX_WEB_FILE_PREVIEW_SERVICE_PREVIEW_COMPONENT_FUNCTION, DEFAULT_ERROR_POPOVER_KEY, DEFAULT_ERROR_WIDGET_CODE, DEFAULT_FILTER_POPOVER_KEY, DEFAULT_IMAGE_BITMAP_TO_BLOB_ENCODER, DEFAULT_IMAGE_JPEG_QUALITY, DEFAULT_LIST_GRID_SIZE_CONFIG, DEFAULT_LIST_WRAPPER_COMPONENT_CONFIGURATION_TEMPLATE, DEFAULT_LOADING_PROGRESS_DIAMETER, DEFAULT_PDF_MERGE_ACCEPT, DEFAULT_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, DbxPdfMergeEditorStoreDirective, DbxPdfMergeEntryComponent, DbxPdfMergeListComponent, DbxPdfMergeUploadActionDirective, DbxPdfMergeUploadButtonDirective, DbxPdfMergeUploadDialogComponent, DbxPdfPreviewComponent, DbxPopoverCloseButtonComponent, DbxPopoverComponent, DbxPopoverComponentController, DbxPopoverContentComponent, DbxPopoverController, DbxPopoverControlsDirective, DbxPopoverCoordinatorComponent, DbxPopoverCoordinatorService, DbxPopoverHeaderComponent, DbxPopoverInteractionContentModule, DbxPopoverInteractionModule, DbxPopoverScrollContentDirective, DbxPopoverService, DbxPopupComponent, DbxPopupComponentController, DbxPopupContentComponent, DbxPopupControlButtonsComponent, DbxPopupController, DbxPopupControlsComponent, DbxPopupCoordinatorComponent, DbxPopupCoordinatorService, DbxPopupInteractionModule, DbxPopupService, DbxPopupWindowState, DbxPresetFilterListComponent, DbxPresetFilterMenuComponent, DbxProgressBarButtonComponent, DbxProgressButtonsModule, DbxProgressSpinnerButtonComponent, DbxPromptBoxDirective, DbxPromptComponent, DbxPromptConfirm, DbxPromptConfirmButtonDirective, DbxPromptConfirmComponent, DbxPromptConfirmDialogComponent, DbxPromptConfirmDirective, DbxPromptModule, DbxPromptPageComponent, DbxReadableErrorModule, DbxResizedDirective, DbxRouterAnchorModule, DbxRouterLayoutModule, DbxRouterSidenavModule, DbxRouterWebProviderConfig, DbxScreenMediaService, DbxScreenMediaServiceConfig, DbxSectionComponent, DbxSectionHeaderComponent, DbxSectionLayoutModule, DbxSectionPageComponent, DbxSelectionValueListViewComponent, DbxSelectionValueListViewComponentImportsModule, DbxSelectionValueListViewContentComponent, DbxSetStyleDirective, DbxSidenavButtonComponent, DbxSidenavComponent, DbxSidenavPageComponent, DbxSidenavPagebarComponent, DbxSpacerDirective, DbxStepBlockComponent, DbxStructureDirective, DbxStructureModule, DbxStyleBodyDirective, DbxStyleDirective, DbxStyleLayoutModule, DbxStyleService, DbxSubSectionComponent, DbxTextChipsComponent, DbxTextColorDirective, DbxTextModule, DbxTwoBlockComponent, DbxTwoColumnBackDirective, DbxTwoColumnColumnHeadDirective, DbxTwoColumnComponent, DbxTwoColumnContextDirective, DbxTwoColumnFullLeftDirective, DbxTwoColumnLayoutModule, DbxTwoColumnRightComponent, DbxTwoColumnSrefDirective, DbxTwoColumnSrefShowRightDirective, DbxUIRouterSegueAnchorComponent, DbxUnitedStatesAddressComponent, DbxValueListAccordionViewComponent, DbxValueListAccordionViewContentComponent, DbxValueListAccordionViewContentGroupComponent, DbxValueListGridSizeDirective, DbxValueListGridViewComponent, DbxValueListGridViewContentComponent, DbxValueListGridViewContentGroupComponent, DbxValueListItemModifier, DbxValueListItemModifierDirective, DbxValueListView, DbxValueListViewComponent, DbxValueListViewComponentImportsModule, DbxValueListViewContentComponent, DbxValueListViewContentGroupComponent, DbxValueListViewGroupDelegate, DbxWebFilePreviewComponent, DbxWebFilePreviewService, DbxWebModule, DbxWebPageTitleInfoDirective, DbxWebPageTitleService, DbxWidgetListGridComponent, DbxWidgetListGridViewComponent, DbxWidgetListGridViewItemComponent, DbxWidgetService, DbxWidgetViewComponent, DbxWindowKeyDownListenerDirective, DbxZipBlobPreviewComponent, DbxZipPreviewComponent, PDF_MERGE_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, buildPdfMergeEntrySync, catchErrorServerParams, classifyPdfMergeFile, compactModeFromInput, compareScreenMediaWidthTypes, compressImageFile, convertServerErrorParams, convertToPOJOServerErrorResponse, convertToServerErrorResponse, copyToClipboardFunction, dbxColorBackground, dbxCuratedColorConfigForString, dbxListAccordionViewComponentImportsAndExports, dbxListGridViewComponentImportsAndExports, dbxPresetFilterMenuButtonIconObservable, dbxPresetFilterMenuButtonTextObservable, dbxStyleClassCleanSuffix, dbxThemeColorCssToken, dbxThemeColorCssTokenVar, dbxThemeColorCssVariable, dbxThemeColorCssVariableVar, dbxValueListItemDecisionFunction, dbxValueListItemKeyForItemValue, dbxWebDefaultPageTitleDelegate, dbxZipBlobPreviewEntryTreeFromEntries, defaultDbxModelViewTrackerStorageAccessorFactory, defaultDbxValueListViewGroupDelegate, defaultDbxValueListViewGroupValuesFunction, disableRightClickInCdkBackdrop, fileAcceptFilterTypeStringArray, fileAcceptFunction, fileAcceptString, fileArrayAcceptMatchFunction, flattenAccordionGroups, formatPdfMergeEntrySize, 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, provideDbxPdfMergeEditorConfig, provideDbxPdfMergeEditorPreserveEntriesOnSlotDestroy, provideDbxProgressButtonGlobalConfig, provideDbxPromptConfirm, provideDbxRouterWebAngularRouterProviderConfig, provideDbxRouterWebUiRouterProviderConfig, provideDbxScreenMediaService, provideDbxStyleService, provideDbxValueListView, provideDbxValueListViewGroupDelegate, provideDbxValueListViewModifier, provideDbxWebFilePreviewServiceEntries, provideDbxWebPageTitleService, provideTwoColumnsContext, registerHelpContextKeysWithDbxHelpContextService, resizeSignal, resolveSideNavDisplayMode, sanitizeDbxDialogContentConfig, screenMediaWidthTypeIsActive, trackByModelKeyRef, trackByUniqueIdentifier, validatePdfMergeEntry };
12414
- export type { AbstractDbxValueListViewConfig, AnchorForValueFunction, BuildPdfMergeEntryConfig, CompactContextState, CompactModeDefaultOptions, CompactModeOption, CompactModeOptions, CompressImageDimensions, CompressImageFileResult, CopyToClipboardContent, CopyToClipboardFunction, CopyToClipboardFunctionConfig, CopyToClipboardFunctionWithSnackbarMessage, CopyToClipboardFunctionWithSnackbarMessageConfig, CopyToClipboardFunctionWithSnackbarMessageSnackbarConfig, CopyToClipboardSuccess, DbxAccordionRenderEntry, DbxAccordionRenderGroupFooterEntry, DbxAccordionRenderGroupHeaderEntry, DbxAccordionRenderItemEntry, DbxActionConfirmConfig, DbxActionDialogFunction, DbxActionPopoverFunction, DbxActionPopoverFunctionParams, DbxActionSnackbarActionConfig, DbxActionSnackbarDisplayConfig, DbxActionSnackbarDisplayConfigGeneratorFunction, DbxActionSnackbarEvent, DbxActionSnackbarEventMakeConfig, DbxActionSnackbarGeneratorInput, DbxActionSnackbarGeneratorUndoInput, DbxActionSnackbarGeneratorUndoInputConfig, DbxActionSnackbarKnownType, DbxActionSnackbarServiceConfig, DbxActionSnackbarType, DbxActionTransitionSafetyDialogResult, DbxActionTransitionSafetyType, DbxAnchorListExpandedAnchor, DbxAvatarComponentForContextFunction, DbxAvatarContext, DbxAvatarInjectionComponentConfig, DbxAvatarKey, DbxAvatarSelector, DbxAvatarSize, DbxAvatarStyle, DbxButtonDisplayStylePair, DbxButtonStyle, DbxButtonType, DbxChipDisplay, DbxColorConfig, DbxColorConfigTemplate, DbxColorConfigTemplateKey, DbxColorInput, DbxColorTone, DbxContentBorderOpacity, DbxContentContainerPadding, DbxContentContainerWidth, DbxContentPitScrollableHeight, DbxContentPitScrollableHeightSetting, DbxContentPitScrollableInput, DbxDetachConfig, DbxDetachInstance, DbxDetachKey, DbxDetachOverlayConfig, DbxDetachOverlayData, DbxDetachWindowStateType, DbxDialogContentConfig, DbxDialogContentContainerWidth, DbxDialogContentFooterConfig, DbxDownloadBlobButtonConfig, DbxEmbedComponentElement, DbxEmbedDialogConfig, DbxErrorPopoverConfig, DbxErrorSnackbarConfig, DbxErrorSnackbarData, DbxErrorViewButtonEvent, DbxErrorWidgetEntry, DbxErrorWidgetEntryWithPopupComponentClass, DbxFileUploadAreaFilesChangedEvent, DbxFileUploadButtonFilesChangedEvent, DbxFileUploadComponentConfig, DbxFileUploadFilesChangedEvent, DbxFileUploadMode, DbxFilterButtonConfig, DbxFilterButtonConfigWithCustomFilter, DbxFilterButtonConfigWithPresetFilter, DbxFilterComponentConfig, DbxFilterPopoverComponentConfig, DbxFlexSize, DbxHelpContextKey, DbxHelpContextReference, DbxHelpViewPopoverButtonConfig, DbxHelpViewPopoverConfig, DbxHelpViewPopoverConfigWithoutOrigin, DbxHelpWidgetEntryData, DbxHelpWidgetServiceConfigFactory, DbxHelpWidgetServiceEntry, DbxIframeDialogConfig, DbxImageCompressionConfig, DbxInjectionDialogComponentConfig, DbxLinkifyConfig, DbxLinkifyServiceConfigFactory, DbxLinkifyServiceDefaultEntry, DbxLinkifyServiceEntry, DbxLinkifyStringOptions, DbxLinkifyStringType, DbxListComponentScrolledEventPosition, DbxListConfig, DbxListLoadMoreHandler, DbxListScrollDirectionTrigger, DbxListSelectionMode, DbxListTitleGroupData, DbxListTitleGroupTitleDelegate, DbxListViewMetaIconConfig, DbxListWrapperConfig, DbxLoadingComponentState, DbxLoadingIsLoadingOrProgress, DbxLoadingProgress, DbxMakeActionSnackbarGeneratorConfiguration, DbxMakeActionSnackbarGeneratorEventConfiguration, DbxModelFullState, DbxModelIconsMap, DbxModelTypeConfiguration, DbxModelTypeConfigurationMap, DbxModelTypeConfigurationSrefFactory, DbxModelTypeConfigurationSrefFactoryBuilder, DbxModelTypeInfo, DbxModelTypesMap, DbxModelViewTrackerEvent, DbxModelViewTrackerEventSet, DbxPdfMergeEditorAddFilesInput, DbxPdfMergeEditorConfig, DbxPdfMergeEditorFileUploadConfig, DbxPdfMergeEditorFileUploadState, DbxPdfMergeEditorFileUploadValidatorSlot, DbxPdfMergeEditorOutputSizeState, DbxPdfMergeEditorValidator, DbxPdfMergeEncryptedHandling, DbxPdfMergeOutputSizeLimitsConfig, DbxPdfMergeUploadButtonConfig, DbxPdfMergeUploadDialogConfig, DbxPdfMergeUploadDialogUploadButtonConfig, DbxPdfPreviewDialogConfig, DbxPopoverComponentConfig, DbxPopoverConfig, DbxPopoverConfigSizing, DbxPopoverKey, DbxPopupComponentConfig, DbxPopupConfig, DbxPopupKey, DbxPopupWindowStateType, DbxPresetFilterMenuConfig, DbxProgressButtonConfig, DbxProgressButtonGlobalConfig, DbxProgressButtonIcon, DbxProgressButtonTargetedConfig, DbxPromptConfirmConfig, DbxPromptConfirmDialogConfig, DbxSectionHeaderConfig, DbxSectionHeaderHType, DbxSectionPageScrollLockedMode, DbxSelectionListWrapperConfig, DbxSelectionValueListViewConfig, DbxSetStyleMode, DbxSidenavPosition, DbxSidenavSidebarState, DbxStepBlockComponentConfig, 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, ImageBitmapToBlobEncoder, ImageBitmapToBlobEncoderInput, ImageCompressionStatus, ListItemModifier, ListSelectionState, ListSelectionStateItem, LoadingComponentState, ModelViewContext, NavBarContentAlign, NavbarButtonMode, NavbarMode, NumberWithLimit, OverrideClickElementEffectConfig, PdfMergeEditorState, PdfMergeEntry, PdfMergeEntryKind, PdfMergeEntryMove, PdfMergeEntryOriginal, PdfMergeEntryStatus, PdfMergeEntryValidationResult, PdfMergeEntryView, PopoverPositionStrategyConfig, PopupPosition, PopupPositionOffset, ProvideDbxHelpServicesConfig, ProvideDbxLinkifyConfig, ProvideDbxScreenMediaServiceConfig, ProvideDbxStyleServiceConfig, ProvideDbxWebPageTitleServiceConfig, ResizedEvent, ScreenMediaHeightType, ScreenMediaWidthType, ServerErrorParams, SideNavDisplayModeString, TextChip, TwoColumnsState };
12505
+ export type { AbstractDbxValueListViewConfig, AnchorForValueFunction, BuildPdfMergeEntryConfig, CompactContextState, CompactModeDefaultOptions, CompactModeOption, CompactModeOptions, CompressImageDimensions, CompressImageFileResult, CopyToClipboardContent, CopyToClipboardFunction, CopyToClipboardFunctionConfig, CopyToClipboardFunctionWithSnackbarMessage, CopyToClipboardFunctionWithSnackbarMessageConfig, CopyToClipboardFunctionWithSnackbarMessageSnackbarConfig, CopyToClipboardSuccess, DbxAccordionRenderEntry, DbxAccordionRenderGroupFooterEntry, DbxAccordionRenderGroupHeaderEntry, DbxAccordionRenderItemEntry, DbxActionConfirmConfig, DbxActionDialogFunction, DbxActionPopoverFunction, DbxActionPopoverFunctionParams, DbxActionSnackbarActionConfig, DbxActionSnackbarDisplayConfig, DbxActionSnackbarDisplayConfigGeneratorFunction, DbxActionSnackbarEvent, DbxActionSnackbarEventMakeConfig, DbxActionSnackbarGeneratorInput, DbxActionSnackbarGeneratorUndoInput, DbxActionSnackbarGeneratorUndoInputConfig, DbxActionSnackbarKnownType, DbxActionSnackbarServiceConfig, DbxActionSnackbarType, DbxActionTransitionSafetyDialogResult, DbxActionTransitionSafetyType, DbxAnchorListExpandedAnchor, DbxAvatarComponentForContextFunction, DbxAvatarContext, DbxAvatarInjectionComponentConfig, DbxAvatarKey, DbxAvatarSelector, DbxAvatarSize, DbxAvatarStyle, DbxButtonDisplayStylePair, DbxButtonStyle, DbxButtonType, DbxChipDisplay, DbxColorConfig, DbxColorConfigTemplate, DbxColorConfigTemplateKey, DbxColorInput, DbxColorTone, DbxContentBorderOpacity, DbxContentContainerPadding, DbxContentContainerWidth, DbxContentPitScrollableHeight, DbxContentPitScrollableHeightSetting, DbxContentPitScrollableInput, DbxDetachConfig, DbxDetachInstance, DbxDetachKey, DbxDetachOverlayConfig, DbxDetachOverlayData, DbxDetachWindowStateType, DbxDialogContentConfig, DbxDialogContentContainerWidth, DbxDialogContentFooterConfig, DbxDownloadBlobButtonConfig, DbxEmbedComponentElement, DbxEmbedDialogConfig, DbxErrorPopoverConfig, DbxErrorSnackbarConfig, DbxErrorSnackbarData, DbxErrorViewButtonEvent, DbxErrorWidgetEntry, DbxErrorWidgetEntryWithPopupComponentClass, DbxFileUploadAreaFilesChangedEvent, DbxFileUploadButtonFilesChangedEvent, DbxFileUploadComponentConfig, DbxFileUploadFilesChangedEvent, DbxFileUploadMode, DbxFilterButtonConfig, DbxFilterButtonConfigWithCustomFilter, DbxFilterButtonConfigWithPresetFilter, DbxFilterComponentConfig, DbxFilterPopoverComponentConfig, DbxFlexSize, DbxHelpContextKey, DbxHelpContextReference, DbxHelpViewPopoverButtonConfig, DbxHelpViewPopoverConfig, DbxHelpViewPopoverConfigWithoutOrigin, DbxHelpWidgetEntryData, DbxHelpWidgetServiceConfigFactory, DbxHelpWidgetServiceEntry, DbxIframeDialogConfig, DbxImageCompressionConfig, DbxInjectionDialogComponentConfig, DbxLinkifyConfig, DbxLinkifyServiceConfigFactory, DbxLinkifyServiceDefaultEntry, DbxLinkifyServiceEntry, DbxLinkifyStringOptions, DbxLinkifyStringType, DbxListComponentScrolledEventPosition, DbxListConfig, DbxListLoadMoreHandler, DbxListScrollDirectionTrigger, DbxListSelectionMode, DbxListTitleGroupData, DbxListTitleGroupTitleDelegate, DbxListViewMetaIconConfig, DbxListWrapperConfig, DbxLoadingComponentState, DbxLoadingIsLoadingOrProgress, DbxLoadingProgress, DbxMakeActionSnackbarGeneratorConfiguration, DbxMakeActionSnackbarGeneratorEventConfiguration, DbxModelFullState, DbxModelIconsMap, DbxModelTypeConfiguration, DbxModelTypeConfigurationMap, DbxModelTypeConfigurationSrefFactory, DbxModelTypeConfigurationSrefFactoryBuilder, DbxModelTypeInfo, DbxModelTypesMap, DbxModelViewTrackerEvent, DbxModelViewTrackerEventSet, DbxPdfMergeEditorAddFilesInput, DbxPdfMergeEditorConfig, DbxPdfMergeEditorFileUploadConfig, DbxPdfMergeEditorFileUploadState, DbxPdfMergeEditorFileUploadValidatorSlot, DbxPdfMergeEditorOutputSizeState, DbxPdfMergeEditorValidator, DbxPdfMergeEncryptedHandling, DbxPdfMergeOutputSizeLimitsConfig, DbxPdfMergeUploadButtonConfig, DbxPdfMergeUploadDialogConfig, DbxPdfMergeUploadDialogUploadButtonConfig, DbxPdfPreviewDialogConfig, DbxPopoverComponentConfig, DbxPopoverConfig, DbxPopoverConfigSizing, DbxPopoverKey, DbxPopupComponentConfig, DbxPopupConfig, DbxPopupKey, DbxPopupWindowStateType, DbxPresetFilterMenuConfig, DbxProgressButtonConfig, DbxProgressButtonGlobalConfig, DbxProgressButtonIcon, DbxProgressButtonTargetedConfig, DbxPromptConfirmConfig, DbxPromptConfirmDialogConfig, DbxSectionHeaderConfig, DbxSectionHeaderHType, DbxSectionPageScrollLockedMode, DbxSelectionListWrapperConfig, DbxSelectionValueListViewConfig, DbxSetStyleMode, DbxSidenavPosition, DbxSidenavSidebarState, DbxStepBlockComponentConfig, DbxStyleApplication, DbxStyleClass, DbxStyleClassCleanSuffix, DbxStyleClassDashSuffix, DbxStyleClassSuffix, DbxStyleConfig, DbxStyleName, DbxStyleSupplement, DbxThemeColor, DbxThemeColorExtra, DbxThemeColorExtraSecondary, DbxThemeColorMain, DbxThemeColorMainOrExtra, DbxTwoColumnViewState, DbxValueAsListItem, DbxValueListAccordionViewConfig, DbxValueListGridItemViewGridSizeConfig, DbxValueListGridViewConfig, DbxValueListItem, DbxValueListItemConfig, DbxValueListItemDecisionFunction, DbxValueListItemGroup, DbxValueListViewConfig, DbxValueListViewGroupValuesFunction, DbxWebDefaultPageTitleDelegateConfig, DbxWebFilePreviewComponentConfig, DbxWebFilePreviewServiceEntry, DbxWebFilePreviewServicePreviewComponentFunction, DbxWebFilePreviewServicePreviewComponentFunctionInput, DbxWebFilePreviewServicePreviewDialogFunction, DbxWebFilePreviewServicePreviewDialogFunctionInput, DbxWebFilePreviewServicePreviewDialogFunctionInputWithMatDialog, DbxWebFilePreviewServicePreviewDialogWithComponentFunction, DbxWebFilePreviewServicePreviewDialogWithComponentFunctionInput, DbxWebFilePreviewServicePreviewFunction, DbxWebPageTitleDelegate, DbxWebPageTitleDelegateInput, DbxWebPageTitleDetails, DbxWebPageTitleInfoConfig, DbxWebPageTitleInfoReference, DbxWebPageTitleServiceConfig, DbxWidgetDataPair, DbxWidgetDataPairFactory, DbxWidgetDataPairWithSelection, DbxWidgetEntry, DbxWidgetType, DbxWidgetViewComponentConfig, DbxZipBlobPreviewEntryNodeValue, DbxZipBlobPreviewEntryTreeNode, DbxZipBlobPreviewEntryTreeRoot, DbxZipBlobPreviewGroupData, DbxZipBlobPreviewGroupValue, DbxZipBlobPreviewMode, DbxZipPreviewDialogConfig, DownloadTextContent, FileAcceptFilterTypeString, FileAcceptFilterTypeStringArray, FileAcceptFunction, FileAcceptFunctionInput, FileAcceptString, FileArrayAcceptMatchConfig, FileArrayAcceptMatchFunction, FileArrayAcceptMatchResult, FullDbxPopoverComponentConfig, ImageBitmapToBlobEncoder, ImageBitmapToBlobEncoderInput, ImageCompressionStatus, ListItemModifier, ListSelectionState, ListSelectionStateItem, LoadingComponentState, ModelViewContext, NavBarContentAlign, NavbarButtonMode, NavbarMode, NumberWithLimit, OverrideClickElementEffectConfig, PdfMergeEditorState, PdfMergeEntry, PdfMergeEntryKind, PdfMergeEntryMove, PdfMergeEntryOriginal, PdfMergeEntryStatus, PdfMergeEntryValidationResult, PdfMergeEntryView, PopoverPositionStrategyConfig, PopupPosition, PopupPositionOffset, ProvideDbxHelpServicesConfig, ProvideDbxLinkifyConfig, ProvideDbxScreenMediaServiceConfig, ProvideDbxStyleServiceConfig, ProvideDbxWebPageTitleServiceConfig, ResizedEvent, ScreenMediaHeightType, ScreenMediaWidthType, ServerErrorParams, SideNavDisplayModeString, TextChip, TwoColumnsState };