@dereekb/dbx-web 14.8.0 → 14.9.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.
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web/eslint",
3
- "version": "14.8.0",
3
+ "version": "14.9.0",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "peerDependencies": {
7
- "@dereekb/util": "14.8.0",
7
+ "@dereekb/util": "14.9.0",
8
8
  "@typescript-eslint/utils": "8.69.0"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@angular-eslint/template-parser": "22.2.0",
12
12
  "@angular/core": "22.1.4",
13
- "@dereekb/dbx-core": "14.8.0",
14
- "@dereekb/rxjs": "14.8.0",
13
+ "@dereekb/dbx-core": "14.9.0",
14
+ "@dereekb/rxjs": "14.9.0",
15
15
  "@typescript-eslint/parser": "8.69.0",
16
16
  "eslint": "10.9.1",
17
17
  "rxjs": "^7.8.2"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web",
3
- "version": "14.8.0",
3
+ "version": "14.9.0",
4
4
  "sideEffects": [
5
5
  "*.scss",
6
6
  "*.css"
@@ -13,12 +13,12 @@
13
13
  "@angular/material": "^22.1.4",
14
14
  "@angular/platform-browser": "22.1.4",
15
15
  "@cantoo/pdf-lib": ">=2.6.5 <2.11.0",
16
- "@dereekb/browser": "14.8.0",
17
- "@dereekb/date": "14.8.0",
18
- "@dereekb/dbx-core": "14.8.0",
19
- "@dereekb/rxjs": "14.8.0",
20
- "@dereekb/util": "14.8.0",
21
- "@dereekb/vitest": "14.8.0",
16
+ "@dereekb/browser": "14.9.0",
17
+ "@dereekb/date": "14.9.0",
18
+ "@dereekb/dbx-core": "14.9.0",
19
+ "@dereekb/rxjs": "14.9.0",
20
+ "@dereekb/util": "14.9.0",
21
+ "@dereekb/vitest": "14.9.0",
22
22
  "@ngbracket/ngx-layout": "^22.0.1",
23
23
  "@ngrx/component-store": "^22.0.0",
24
24
  "@ngrx/effects": "^22.0.0",
@@ -215,7 +215,7 @@ declare class DbxTableStore<I = unknown, C = unknown, T = unknown, G = unknown>
215
215
  readonly items$: Observable<T[]>;
216
216
  readonly groupsState$: Observable<LoadingState<DbxTableItemGroup<T, G>[]>>;
217
217
  readonly groups$: Observable<DbxTableItemGroup<T, G>[]>;
218
- readonly setInput: (() => void) | ((observableOrValue: Maybe<I> | Observable<Maybe<I>>) => rxjs.Subscription) | (I extends void ? () => void : (observableOrValue: Maybe<I> | Observable<Maybe<I>>) => rxjs.Subscription);
218
+ readonly setInput: (() => void) | (I extends void ? () => void : (observableOrValue: Maybe<I> | Observable<Maybe<I>>) => rxjs.Subscription) | ((observableOrValue: Maybe<I> | Observable<Maybe<I>>) => rxjs.Subscription);
219
219
  readonly setDataDelegate: (() => void) | ((observableOrValue: Maybe<DbxTableContextDataDelegate<I, C, T>> | Observable<Maybe<DbxTableContextDataDelegate<I, C, T>>>) => rxjs.Subscription);
220
220
  readonly setViewDelegate: (() => void) | ((observableOrValue: Maybe<DbxTableViewDelegate<I, C, T, G>> | Observable<Maybe<DbxTableViewDelegate<I, C, T, G>>>) => rxjs.Subscription);
221
221
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxTableStore<any, any, any, any>, never>;
@@ -4872,7 +4872,7 @@ declare class DbxStepBlockComponent {
4872
4872
  readonly iconSignal: _angular_core.Signal<Maybe<string>>;
4873
4873
  readonly headerSignal: _angular_core.Signal<Maybe<string>>;
4874
4874
  readonly hintSignal: _angular_core.Signal<Maybe<string>>;
4875
- readonly colorSignal: _angular_core.Signal<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | _dereekb_dbx_web.DbxColorConfig>;
4875
+ readonly colorSignal: _angular_core.Signal<"" | "accent" | "primary" | "warn" | "secondary" | "tertiary" | "notice" | "ok" | "success" | "grey" | "default" | "disabled" | _dereekb_dbx_web.DbxColorConfig>;
4876
4876
  readonly centerSignal: _angular_core.Signal<boolean>;
4877
4877
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxStepBlockComponent, never>;
4878
4878
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DbxStepBlockComponent, "dbx-step-block", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "center": { "alias": "center"; "required": false; "isSignal": true; }; }, {}, never, ["[header]", "*"], true, never>;
@@ -6233,8 +6233,8 @@ declare class DbxButtonComponent extends AbstractDbxButtonDirective {
6233
6233
  readonly bar: _angular_core.InputSignalWithTransform<boolean, Maybe<boolean | "">>;
6234
6234
  readonly type: _angular_core.InputSignal<Maybe<DbxButtonType>>;
6235
6235
  readonly buttonStyle: _angular_core.InputSignal<Maybe<DbxButtonStyle>>;
6236
- readonly color: _angular_core.InputSignal<Maybe<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>>;
6237
- readonly spinnerColor: _angular_core.InputSignal<Maybe<"default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | undefined>>;
6236
+ readonly color: _angular_core.InputSignal<Maybe<"" | "accent" | "primary" | "warn" | "secondary" | "tertiary" | "notice" | "ok" | "success" | "grey" | "default" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>>;
6237
+ readonly spinnerColor: _angular_core.InputSignal<Maybe<"accent" | "primary" | "warn" | "secondary" | "tertiary" | "notice" | "ok" | "success" | "grey" | "default" | "disabled" | undefined>>;
6238
6238
  readonly customTextColor: _angular_core.InputSignal<Maybe<string>>;
6239
6239
  readonly customSpinnerColor: _angular_core.InputSignal<Maybe<string>>;
6240
6240
  readonly basic: _angular_core.InputSignalWithTransform<boolean, Maybe<boolean | "">>;
@@ -6257,7 +6257,7 @@ declare class DbxButtonComponent extends AbstractDbxButtonDirective {
6257
6257
  * into the host {@link DbxColorDirective}, which provides the color tokens + `.dbx-color` marker that the button's
6258
6258
  * `dbx-button.dbx-color .mdc-button` SCSS paints from; an active echo's color temporarily takes over those tokens.
6259
6259
  */
6260
- readonly colorSignal: _angular_core.Signal<Maybe<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>>;
6260
+ readonly colorSignal: _angular_core.Signal<Maybe<"" | "accent" | "primary" | "warn" | "secondary" | "tertiary" | "notice" | "ok" | "success" | "grey" | "default" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>>;
6261
6261
  readonly styleTypeSignal: _angular_core.Signal<Maybe<DbxButtonType>>;
6262
6262
  readonly configSignal: _angular_core.Signal<DbxProgressButtonConfig>;
6263
6263
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DbxButtonComponent, never>;
@@ -8527,14 +8527,14 @@ declare class DbxNavbarComponent extends AbstractTransitionDirective {
8527
8527
  readonly breakpoint: _angular_core.InputSignal<ScreenMediaWidthType>;
8528
8528
  readonly anchors: _angular_core.InputSignal<Maybe<ClickableAnchorLinkSegueRef[]>>;
8529
8529
  readonly isBreakpointActive$: Observable<boolean>;
8530
- readonly mode$: Observable<"icon" | "bar" | "button">;
8530
+ readonly mode$: Observable<"icon" | "button" | "bar">;
8531
8531
  readonly anchors$: Observable<NavAnchorLink[]>;
8532
8532
  readonly selectedAnchor$: Observable<Maybe<NavAnchorLink>>;
8533
8533
  readonly nextRotateAnchor$: Observable<Maybe<NavAnchorLink>>;
8534
8534
  readonly hasNoAnchors$: Observable<boolean>;
8535
8535
  readonly buttonNavAnchor$: Observable<Maybe<NavAnchorLink>>;
8536
8536
  readonly buttonDisplay$: Observable<DbxButtonDisplay>;
8537
- readonly modeSignal: _angular_core.Signal<"icon" | "bar" | "button" | undefined>;
8537
+ readonly modeSignal: _angular_core.Signal<"icon" | "button" | "bar" | undefined>;
8538
8538
  readonly isIconModeSignal: _angular_core.Signal<boolean | undefined>;
8539
8539
  readonly anchorsSignal: _angular_core.Signal<NavAnchorLink[] | undefined>;
8540
8540
  readonly buttonDisplaySignal: _angular_core.Signal<DbxButtonDisplay | undefined>;
@@ -8635,7 +8635,7 @@ declare class DbxSidenavComponent extends AbstractTransitionWatcherDirective imp
8635
8635
  *
8636
8636
  * Set to `'mobile'` to keep the sidenav always hidden as an overlay that only opens when toggled.
8637
8637
  */
8638
- readonly displayMode: _angular_core.InputSignal<Maybe<"full" | "none" | "icon" | "mobile">>;
8638
+ readonly displayMode: _angular_core.InputSignal<Maybe<"icon" | "none" | "full" | "mobile">>;
8639
8639
  readonly sidenav: _angular_core.Signal<MatSidenav>;
8640
8640
  /**
8641
8641
  * Restricts which {@link SideNavDisplayMode} values are permitted.
@@ -8648,7 +8648,7 @@ declare class DbxSidenavComponent extends AbstractTransitionWatcherDirective imp
8648
8648
  * <dbx-sidenav [allowedModes]="['mobile', 'full']">
8649
8649
  * ```
8650
8650
  */
8651
- readonly allowedModes: _angular_core.InputSignal<Maybe<("full" | "none" | "icon" | "mobile")[]>>;
8651
+ readonly allowedModes: _angular_core.InputSignal<Maybe<("icon" | "none" | "full" | "mobile")[]>>;
8652
8652
  readonly anchors: _angular_core.InputSignal<Maybe<ClickableAnchorLinkTree[]>>;
8653
8653
  private readonly _allowedModes$;
8654
8654
  readonly responsiveMode$: Observable<SideNavDisplayMode>;
@@ -12215,7 +12215,7 @@ declare class DbxPdfMergeUploadDialogComponent extends AbstractDialogDirective<B
12215
12215
  readonly uploadIconSignal: _angular_core.Signal<Maybe<string>>;
12216
12216
  readonly uploadTextSignal: _angular_core.Signal<Maybe<string>>;
12217
12217
  readonly uploadStyleSignal: _angular_core.Signal<Maybe<DbxButtonStyle>>;
12218
- readonly uploadColorSignal: _angular_core.Signal<Maybe<"" | "default" | "primary" | "secondary" | "tertiary" | "accent" | "warn" | "notice" | "ok" | "success" | "grey" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>>;
12218
+ readonly uploadColorSignal: _angular_core.Signal<Maybe<"" | "accent" | "primary" | "warn" | "secondary" | "tertiary" | "notice" | "ok" | "success" | "grey" | "default" | "disabled" | _dereekb_dbx_web.DbxColorConfig | undefined>>;
12219
12219
  readonly uploadRaisedSignal: _angular_core.Signal<boolean>;
12220
12220
  readonly uploadFlatSignal: _angular_core.Signal<boolean>;
12221
12221
  readonly uploadStrokedSignal: _angular_core.Signal<boolean>;