@dereekb/dbx-web 12.6.21 → 12.7.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 (102) hide show
  1. package/esm2022/lib/action/snackbar/action.snackbar.component.mjs +10 -14
  2. package/esm2022/lib/action/snackbar/action.snackbar.directive.mjs +8 -7
  3. package/esm2022/lib/action/transition/transition.safety.dialog.component.mjs +1 -1
  4. package/esm2022/lib/button/progress/abstract.progress.button.directive.mjs +5 -5
  5. package/esm2022/lib/error/error.action.directive.mjs +9 -9
  6. package/esm2022/lib/error/error.loading.directive.mjs +7 -6
  7. package/esm2022/lib/error/error.snackbar.action.directive.mjs +6 -7
  8. package/esm2022/lib/error/error.snackbar.component.mjs +9 -13
  9. package/esm2022/lib/extension/download/blob/download.blob.button.component.mjs +6 -10
  10. package/esm2022/lib/extension/download/text/download.text.component.mjs +1 -6
  11. package/esm2022/lib/extension/help/help.context.service.mjs +3 -5
  12. package/esm2022/lib/extension/model/model.tracker.view.storage.mjs +3 -5
  13. package/esm2022/lib/extension/zip/zip.blob.preview.component.mjs +4 -7
  14. package/esm2022/lib/extension/zip/zip.preview.component.mjs +4 -7
  15. package/esm2022/lib/interaction/dialog/dialog.action.directive.mjs +1 -1
  16. package/esm2022/lib/interaction/filter/filter.popover.component.mjs +9 -12
  17. package/esm2022/lib/interaction/filter/filter.wrapper.component.mjs +3 -2
  18. package/esm2022/lib/interaction/iframe/embed.component.mjs +7 -12
  19. package/esm2022/lib/interaction/iframe/iframe.component.mjs +7 -12
  20. package/esm2022/lib/interaction/popover/abstract.popover.ref.directive.mjs +8 -7
  21. package/esm2022/lib/interaction/popover/popover.action.directive.mjs +1 -1
  22. package/esm2022/lib/interaction/popover/popover.component.mjs +1 -3
  23. package/esm2022/lib/interaction/popover/popover.coordinator.component.mjs +5 -6
  24. package/esm2022/lib/interaction/popover/popover.coordinator.service.mjs +3 -5
  25. package/esm2022/lib/interaction/popup/popup.component.mjs +4 -9
  26. package/esm2022/lib/interaction/popup/popup.coordinator.component.mjs +5 -6
  27. package/esm2022/lib/interaction/popup/popup.coordinator.service.mjs +3 -5
  28. package/esm2022/lib/interaction/prompt/prompt.confirm.dialog.component.mjs +1 -1
  29. package/esm2022/lib/interaction/upload/upload.action.directive.mjs +8 -15
  30. package/esm2022/lib/layout/column/two/two.column.back.directive.mjs +8 -8
  31. package/esm2022/lib/layout/column/two/two.column.component.mjs +4 -5
  32. package/esm2022/lib/layout/column/two/two.column.sref.showright.directive.mjs +5 -6
  33. package/esm2022/lib/layout/column/two/two.column.store.mjs +3 -7
  34. package/esm2022/lib/layout/flex/flex.group.directive.mjs +4 -5
  35. package/esm2022/lib/layout/list/list.view.directive.mjs +16 -21
  36. package/esm2022/lib/layout/list/modifier/list.view.value.modifier.directive.mjs +11 -15
  37. package/esm2022/lib/layout/list/modifier/list.view.value.modifier.ripple.directive.mjs +1 -1
  38. package/esm2022/lib/layout/list/modifier/list.view.value.modifier.selection.directive.mjs +1 -1
  39. package/esm2022/lib/layout/style/style.body.directive.mjs +9 -9
  40. package/esm2022/lib/layout/style/style.directive.mjs +9 -9
  41. package/esm2022/lib/layout/style/style.set.directive.mjs +10 -10
  42. package/esm2022/lib/loading/loading.action.directive.mjs +3 -7
  43. package/esm2022/mapbox/lib/mapbox.injection.store.mjs +1 -1
  44. package/esm2022/mapbox/lib/mapbox.layout.resize.sync.directive.mjs +8 -8
  45. package/esm2022/mapbox/lib/mapbox.menu.component.mjs +17 -19
  46. package/esm2022/mapbox/lib/mapbox.store.mjs +1 -1
  47. package/esm2022/table/lib/date/daterange.table.cell.input.component.mjs +8 -11
  48. package/esm2022/table/lib/table.column.size.directive.mjs +8 -9
  49. package/fesm2022/dereekb-dbx-web-mapbox.mjs +22 -24
  50. package/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
  51. package/fesm2022/dereekb-dbx-web-table.mjs +13 -19
  52. package/fesm2022/dereekb-dbx-web-table.mjs.map +1 -1
  53. package/fesm2022/dereekb-dbx-web.mjs +150 -229
  54. package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
  55. package/lib/action/snackbar/action.snackbar.component.d.ts +4 -5
  56. package/lib/action/snackbar/action.snackbar.directive.d.ts +3 -2
  57. package/lib/action/transition/transition.safety.dialog.component.d.ts +1 -2
  58. package/lib/button/progress/abstract.progress.button.directive.d.ts +3 -3
  59. package/lib/error/error.action.directive.d.ts +3 -4
  60. package/lib/error/error.loading.directive.d.ts +2 -2
  61. package/lib/error/error.snackbar.action.directive.d.ts +2 -2
  62. package/lib/error/error.snackbar.component.d.ts +2 -4
  63. package/lib/extension/download/blob/download.blob.button.component.d.ts +3 -4
  64. package/lib/extension/download/text/download.text.component.d.ts +2 -4
  65. package/lib/extension/help/help.context.service.d.ts +1 -3
  66. package/lib/extension/model/model.tracker.view.storage.d.ts +2 -3
  67. package/lib/extension/zip/zip.blob.preview.component.d.ts +2 -3
  68. package/lib/extension/zip/zip.preview.component.d.ts +1 -3
  69. package/lib/interaction/dialog/dialog.action.directive.d.ts +2 -2
  70. package/lib/interaction/filter/filter.popover.component.d.ts +3 -5
  71. package/lib/interaction/filter/filter.wrapper.component.d.ts +1 -1
  72. package/lib/interaction/iframe/embed.component.d.ts +2 -4
  73. package/lib/interaction/iframe/iframe.component.d.ts +2 -4
  74. package/lib/interaction/popover/abstract.popover.ref.directive.d.ts +4 -4
  75. package/lib/interaction/popover/popover.action.directive.d.ts +2 -2
  76. package/lib/interaction/popover/popover.coordinator.component.d.ts +2 -4
  77. package/lib/interaction/popover/popover.coordinator.service.d.ts +2 -4
  78. package/lib/interaction/popup/popup.component.d.ts +2 -3
  79. package/lib/interaction/popup/popup.coordinator.component.d.ts +2 -4
  80. package/lib/interaction/popup/popup.coordinator.service.d.ts +1 -3
  81. package/lib/interaction/prompt/prompt.confirm.dialog.component.d.ts +1 -2
  82. package/lib/interaction/upload/upload.action.directive.d.ts +2 -6
  83. package/lib/layout/column/two/two.column.back.directive.d.ts +2 -4
  84. package/lib/layout/column/two/two.column.component.d.ts +1 -3
  85. package/lib/layout/column/two/two.column.sref.showright.directive.d.ts +1 -2
  86. package/lib/layout/column/two/two.column.store.d.ts +2 -3
  87. package/lib/layout/flex/flex.group.directive.d.ts +1 -2
  88. package/lib/layout/list/list.view.directive.d.ts +9 -10
  89. package/lib/layout/list/modifier/list.view.value.modifier.directive.d.ts +3 -6
  90. package/lib/layout/list/modifier/list.view.value.modifier.ripple.directive.d.ts +1 -2
  91. package/lib/layout/list/modifier/list.view.value.modifier.selection.directive.d.ts +1 -2
  92. package/lib/layout/style/style.body.directive.d.ts +2 -4
  93. package/lib/layout/style/style.directive.d.ts +2 -4
  94. package/lib/layout/style/style.set.directive.d.ts +2 -4
  95. package/lib/loading/loading.action.directive.d.ts +1 -3
  96. package/mapbox/lib/mapbox.injection.store.d.ts +1 -2
  97. package/mapbox/lib/mapbox.layout.resize.sync.directive.d.ts +2 -4
  98. package/mapbox/lib/mapbox.menu.component.d.ts +5 -6
  99. package/mapbox/lib/mapbox.store.d.ts +1 -2
  100. package/package.json +1 -1
  101. package/table/lib/date/daterange.table.cell.input.component.d.ts +2 -4
  102. package/table/lib/table.column.size.directive.d.ts +4 -5
@@ -1,14 +1,14 @@
1
- import { OnInit, OnDestroy, AfterViewInit } from '@angular/core';
1
+ import { AfterViewInit } from '@angular/core';
2
2
  import { LoadingStateType } from '@dereekb/rxjs';
3
3
  import { MatSnackBarRef } from '@angular/material/snack-bar';
4
4
  import { type Maybe } from '@dereekb/util';
5
5
  import { DbxActionSnackbarDisplayConfig, DbxActionSnackbarActionConfig } from './action.snackbar';
6
- import { AbstractSubscriptionDirective, DbxActionSuccessHandlerFunction } from '@dereekb/dbx-core';
6
+ import { DbxActionSuccessHandlerFunction } from '@dereekb/dbx-core';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Component for a snackbar that contains an action.
10
10
  */
11
- export declare class DbxActionSnackbarComponent extends AbstractSubscriptionDirective implements OnInit, AfterViewInit, OnDestroy {
11
+ export declare class DbxActionSnackbarComponent implements AfterViewInit {
12
12
  readonly snackbarRef: MatSnackBarRef<any>;
13
13
  readonly snackbarData: DbxActionSnackbarDisplayConfig<unknown, unknown>;
14
14
  private readonly _durationTimeout;
@@ -25,8 +25,7 @@ export declare class DbxActionSnackbarComponent extends AbstractSubscriptionDire
25
25
  readonly hasAction: boolean;
26
26
  readonly message: Maybe<string>;
27
27
  readonly actionConfig: Maybe<DbxActionSnackbarActionConfig>;
28
- ngOnInit(): void;
29
- ngOnDestroy(): void;
28
+ constructor();
30
29
  ngAfterViewInit(): void;
31
30
  dismissAfterActionCompletes: DbxActionSuccessHandlerFunction;
32
31
  dismiss: () => void;
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { AbstractSubscriptionDirective, DbxActionContextStoreSourceInstance } from '@dereekb/dbx-core';
2
+ import { DbxActionContextStoreSourceInstance } from '@dereekb/dbx-core';
3
3
  import { type Maybe } from '@dereekb/util';
4
4
  import { DbxActionSnackbarDisplayConfig, DbxActionSnackbarEvent } from './action.snackbar';
5
5
  import { DbxActionSnackbarService } from './action.snackbar.service';
@@ -8,12 +8,13 @@ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Action directive that displays a snackbar when the action context hits a certain state.
10
10
  */
11
- export declare class DbxActionSnackbarDirective<T = unknown, O = unknown> extends AbstractSubscriptionDirective implements OnInit {
11
+ export declare class DbxActionSnackbarDirective<T = unknown, O = unknown> implements OnInit {
12
12
  readonly source: DbxActionContextStoreSourceInstance<T, O>;
13
13
  readonly dbxActionSnackbarService: DbxActionSnackbarService<any>;
14
14
  readonly dbxActionSnackbarDefault: import("@angular/core").InputSignal<Maybe<string>>;
15
15
  readonly dbxActionSnackbarUndo: import("@angular/core").InputSignal<Maybe<DbxActionSnackbarGeneratorUndoInput<T, O>>>;
16
16
  readonly dbxActionSnackbar: import("@angular/core").InputSignalWithTransform<Maybe<DbxActionSnackbarDisplayConfigGeneratorFunction>, "" | Maybe<DbxActionSnackbarDisplayConfigGeneratorFunction>>;
17
+ protected readonly _sub: import("@dereekb/rxjs").SubscriptionObject<import("rxjs").Unsubscribable>;
17
18
  ngOnInit(): void;
18
19
  protected buildConfigurationForEvent(event: DbxActionSnackbarEvent<O>): Maybe<DbxActionSnackbarDisplayConfig<T, O>>;
19
20
  protected showSnackbarForConfiguration(config: DbxActionSnackbarDisplayConfig<T, O>, event: DbxActionSnackbarEvent<O>): void;
@@ -1,4 +1,3 @@
1
- import { OnInit } from '@angular/core';
2
1
  import { AbstractDialogDirective } from '../../interaction/dialog/abstract.dialog.directive';
3
2
  import { DbxPromptConfirmConfig } from '../../interaction/prompt/prompt.confirm.component';
4
3
  import * as i0 from "@angular/core";
@@ -6,7 +5,7 @@ export type DbxActionTransitionSafetyDialogResult = 'success' | 'stay' | 'discar
6
5
  /**
7
6
  * Dialog that is shown/triggered as part of the DbxActionTransitionSafety
8
7
  */
9
- export declare class DbxActionUIRouterTransitionSafetyDialogComponent extends AbstractDialogDirective implements OnInit {
8
+ export declare class DbxActionUIRouterTransitionSafetyDialogComponent extends AbstractDialogDirective {
10
9
  readonly config: DbxPromptConfirmConfig;
11
10
  confirm(): void;
12
11
  cancel(): void;
@@ -1,10 +1,10 @@
1
- import { OnDestroy, Signal } from '@angular/core';
2
- import { AbstractSubscriptionDirective, type DbxActionWorkProgress, type DbxButtonWorking } from '@dereekb/dbx-core';
1
+ import { Signal } from '@angular/core';
2
+ import { type DbxActionWorkProgress, type DbxButtonWorking } from '@dereekb/dbx-core';
3
3
  import { type Maybe } from '@dereekb/util';
4
4
  import { DbxProgressButtonConfig } from './button.progress.config';
5
5
  import { type ProgressSpinnerMode } from '@angular/material/progress-spinner';
6
6
  import * as i0 from "@angular/core";
7
- export declare abstract class AbstractProgressButtonDirective extends AbstractSubscriptionDirective implements OnDestroy {
7
+ export declare abstract class AbstractProgressButtonDirective {
8
8
  private readonly globalConfig;
9
9
  readonly btnClick: import("@angular/core").OutputEmitterRef<MouseEvent>;
10
10
  readonly config: import("@angular/core").InputSignal<Maybe<DbxProgressButtonConfig>>;
@@ -1,14 +1,13 @@
1
- import { OnInit } from '@angular/core';
2
- import { DbxActionContextStoreSourceInstance, AbstractSubscriptionDirective } from '@dereekb/dbx-core';
1
+ import { DbxActionContextStoreSourceInstance } from '@dereekb/dbx-core';
3
2
  import { DbxErrorComponent } from './error.component';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
6
5
  * Context used for linking an ReadableErrorComponent to an ActionContext.
7
6
  */
8
- export declare class DbxActionErrorDirective extends AbstractSubscriptionDirective implements OnInit {
7
+ export declare class DbxActionErrorDirective {
9
8
  readonly error: DbxErrorComponent;
10
9
  readonly source: DbxActionContextStoreSourceInstance<any, any>;
11
- ngOnInit(): void;
10
+ constructor();
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxActionErrorDirective, never>;
13
12
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxActionErrorDirective, "[dbxActionError]", never, {}, {}, never, never, true, never>;
14
13
  }
@@ -1,5 +1,4 @@
1
1
  import { LoadingContext, MaybeObservableOrValue } from '@dereekb/rxjs';
2
- import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
3
2
  import { DbxErrorComponent } from './error.component';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
@@ -7,11 +6,12 @@ import * as i0 from "@angular/core";
7
6
  *
8
7
  * The error from the context is given to the app error when available.
9
8
  */
10
- export declare class DbxLoadingErrorDirective extends AbstractSubscriptionDirective {
9
+ export declare class DbxLoadingErrorDirective {
11
10
  readonly error: DbxErrorComponent;
12
11
  readonly context: import("@angular/core").InputSignal<MaybeObservableOrValue<LoadingContext<import("@dereekb/rxjs").LoadingContextEvent>>>;
13
12
  readonly context$: import("rxjs").Observable<import("dist/packages/util/src").Maybe<LoadingContext<import("@dereekb/rxjs").LoadingContextEvent>>>;
14
13
  readonly contextSignal: import("@angular/core").Signal<import("dist/packages/util/src").Maybe<LoadingContext<import("@dereekb/rxjs").LoadingContextEvent>>>;
14
+ protected readonly _errorEffectSub: import("@dereekb/rxjs").SubscriptionObject<import("rxjs").Unsubscribable>;
15
15
  protected readonly _errorEffect: import("@angular/core").EffectRef;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxLoadingErrorDirective, never>;
17
17
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxLoadingErrorDirective, "[dbxLoadingError]", never, { "context": { "alias": "dbxLoadingError"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
@@ -1,4 +1,4 @@
1
- import { DbxActionContextStoreSourceInstance, AbstractSubscriptionDirective } from '@dereekb/dbx-core';
1
+ import { DbxActionContextStoreSourceInstance } from '@dereekb/dbx-core';
2
2
  import { DbxErrorSnackbarService } from './error.snackbar.service';
3
3
  import { Maybe } from '@dereekb/util';
4
4
  import { DbxErrorSnackbarConfig } from './error.snackbar.component';
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  /**
7
7
  * Context used for displaying an error from an ActionContext a snackbar when an ReadableErrorComponent
8
8
  */
9
- export declare class DbxActionSnackbarErrorDirective extends AbstractSubscriptionDirective {
9
+ export declare class DbxActionSnackbarErrorDirective {
10
10
  readonly dbxErrorSnackbarService: DbxErrorSnackbarService;
11
11
  readonly source: DbxActionContextStoreSourceInstance<any, any>;
12
12
  readonly config: import("@angular/core").InputSignal<number | "" | Maybe<DbxErrorSnackbarConfig>>;
@@ -1,4 +1,3 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
1
  import { MatSnackBar, MatSnackBarConfig, MatSnackBarRef } from '@angular/material/snack-bar';
3
2
  import { ErrorInput } from '@dereekb/util';
4
3
  import { NgPopoverRef } from 'ng-overlay-container';
@@ -8,7 +7,7 @@ export interface DbxErrorSnackbarData<T extends ErrorInput = ErrorInput> {
8
7
  readonly error: T;
9
8
  readonly duration?: number;
10
9
  }
11
- export declare class DbxErrorSnackbarComponent implements OnInit, OnDestroy {
10
+ export declare class DbxErrorSnackbarComponent {
12
11
  readonly snackBarRef: MatSnackBarRef<any>;
13
12
  readonly data: DbxErrorSnackbarData<ErrorInput>;
14
13
  readonly error: ErrorInput;
@@ -18,8 +17,7 @@ export declare class DbxErrorSnackbarComponent implements OnInit, OnDestroy {
18
17
  protected readonly _popoverSyncEffect: import("@angular/core").EffectRef;
19
18
  private readonly _popoverAfterClosedSub;
20
19
  private readonly _autoDismissSub;
21
- ngOnInit(): void;
22
- ngOnDestroy(): void;
20
+ constructor();
23
21
  onPopoverOpened(popover: NgPopoverRef): void;
24
22
  dismiss(): void;
25
23
  static showErrorSnackbar(matSnackbar: MatSnackBar, error: ErrorInput, config?: DbxErrorSnackbarConfig): void;
@@ -1,6 +1,6 @@
1
- import { ElementRef, OnDestroy } from '@angular/core';
1
+ import { ElementRef } from '@angular/core';
2
2
  import { SafeResourceUrl } from '@angular/platform-browser';
3
- import { AbstractSubscriptionDirective, DbxButtonDisplay } from '@dereekb/dbx-core';
3
+ import { DbxButtonDisplay } from '@dereekb/dbx-core';
4
4
  import { type DbxButtonStyle } from '../../../button/button';
5
5
  import { Getter, Maybe, PromiseOrValue } from '@dereekb/util';
6
6
  import { Observable } from 'rxjs';
@@ -36,7 +36,7 @@ export interface DbxDownloadBlobButtonConfig {
36
36
  /**
37
37
  * Button used for downloading an arbitrary blob based on the input configuration.
38
38
  */
39
- export declare class DbxDownloadBlobButtonComponent extends AbstractSubscriptionDirective implements OnDestroy {
39
+ export declare class DbxDownloadBlobButtonComponent {
40
40
  private readonly _sanitizer;
41
41
  private readonly _browserObjectUrl;
42
42
  readonly config: import("@angular/core").InputSignal<Maybe<DbxDownloadBlobButtonConfig>>;
@@ -49,7 +49,6 @@ export declare class DbxDownloadBlobButtonComponent extends AbstractSubscription
49
49
  readonly downloadReadySignal: import("@angular/core").Signal<boolean>;
50
50
  readonly buttonDisplaySignal: import("@angular/core").Signal<DbxButtonDisplay>;
51
51
  readonly buttonStyleSignal: import("@angular/core").Signal<DbxButtonStyle>;
52
- ngOnDestroy(): void;
53
52
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxDownloadBlobButtonComponent, never>;
54
53
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxDownloadBlobButtonComponent, "dbx-download-blob-button", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
55
54
  }
@@ -1,4 +1,4 @@
1
- import { ElementRef, OnDestroy } from '@angular/core';
1
+ import { ElementRef } from '@angular/core';
2
2
  import { WorkUsingObservable, LoadingState, MaybeObservableOrValue } from '@dereekb/rxjs';
3
3
  import { type Maybe } from '@dereekb/util';
4
4
  import { Observable } from 'rxjs';
@@ -9,8 +9,7 @@ import * as i0 from "@angular/core";
9
9
  /**
10
10
  * View for previewing and downloading arbitrary text content.
11
11
  */
12
- export declare class DbxDownloadTextViewComponent extends AbstractDbxClipboardDirective implements OnDestroy {
13
- private readonly _browserObjectUrl;
12
+ export declare class DbxDownloadTextViewComponent extends AbstractDbxClipboardDirective {
14
13
  readonly downloadButton: import("@angular/core").Signal<Maybe<ElementRef<any>>>;
15
14
  readonly showDownloadButton: import("@angular/core").InputSignal<boolean>;
16
15
  readonly loadingText: import("@angular/core").InputSignal<Maybe<string>>;
@@ -32,7 +31,6 @@ export declare class DbxDownloadTextViewComponent extends AbstractDbxClipboardDi
32
31
  readonly downloadConfigSignal: import("@angular/core").Signal<DbxDownloadBlobButtonConfig | undefined>;
33
32
  readonly context: import("@dereekb/rxjs").MutableLoadingStateContext<unknown, LoadingState<DownloadTextContent>, import("@dereekb/rxjs").LoadingContextEvent & LoadingState<DownloadTextContent>>;
34
33
  readonly handleCopyToClipboard: WorkUsingObservable;
35
- ngOnDestroy(): void;
36
34
  toggleExpandPreview(): void;
37
35
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxDownloadTextViewComponent, never>;
38
36
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxDownloadTextViewComponent, "dbx-download-text-view", never, { "showDownloadButton": { "alias": "showDownloadButton"; "required": false; "isSignal": true; }; "loadingText": { "alias": "loadingText"; "required": false; "isSignal": true; }; "linear": { "alias": "linear"; "required": false; "isSignal": true; }; "showTitle": { "alias": "showTitle"; "required": false; "isSignal": true; }; "showPreview": { "alias": "showPreview"; "required": false; "isSignal": true; }; "showExpandPreviewButton": { "alias": "showExpandPreviewButton"; "required": false; "isSignal": true; }; "expandPreview": { "alias": "expandPreview"; "required": false; "isSignal": true; }; "content": { "alias": "content"; "required": false; "isSignal": true; }; "contentState": { "alias": "contentState"; "required": false; "isSignal": true; }; }, { "expandPreview": "expandPreviewChange"; }, never, never, true, never>;
@@ -1,11 +1,10 @@
1
- import { OnDestroy } from '@angular/core';
2
1
  import { Observable } from 'rxjs';
3
2
  import { DbxHelpContextKey, DbxHelpContextReference } from './help';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
6
5
  * Service that tracks all active help context strings in the current context.
7
6
  */
8
- export declare class DbxHelpContextService implements OnDestroy {
7
+ export declare class DbxHelpContextService {
9
8
  private readonly _contextReferences;
10
9
  /**
11
10
  * Observable of all currently active help context strings.
@@ -14,7 +13,6 @@ export declare class DbxHelpContextService implements OnDestroy {
14
13
  readonly activeHelpContextKeysArray$: Observable<string[]>;
15
14
  register(reference: DbxHelpContextReference): void;
16
15
  unregister(reference: DbxHelpContextReference): void;
17
- ngOnDestroy(): void;
18
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxHelpContextService, never>;
19
17
  static ɵprov: i0.ɵɵInjectableDeclaration<DbxHelpContextService>;
20
18
  }
@@ -1,4 +1,4 @@
1
- import { InjectionToken, OnDestroy } from '@angular/core';
1
+ import { InjectionToken } from '@angular/core';
2
2
  import { type Maybe } from '@dereekb/util';
3
3
  import { StorageAccessor } from '@dereekb/dbx-core';
4
4
  import { Observable } from 'rxjs';
@@ -11,13 +11,12 @@ export declare const DBX_MODEL_VIEW_TRACKER_STORAGE_ACCESSOR_TOKEN: InjectionTok
11
11
  /**
12
12
  * Used for managing DbxModelViewTrackerEvent storage.
13
13
  */
14
- export declare class DbxModelViewTrackerStorage implements OnDestroy {
14
+ export declare class DbxModelViewTrackerStorage {
15
15
  static readonly OBJECT_VIEW_TRACKER_STORAGE_LIST_KEY = "dbxModelViewTrackerEvents";
16
16
  static readonly DEFAULT_MAX_EVENTS = 100;
17
17
  readonly storageAccessor: StorageAccessor<DbxModelViewTrackerEventSet>;
18
18
  private readonly _newEvent;
19
19
  readonly newEvent$: Observable<DbxModelViewTrackerEvent>;
20
- ngOnDestroy(): void;
21
20
  protected get storageKey(): string;
22
21
  protected get maxEventsToKeep(): number;
23
22
  addTrackerEvent(event: DbxModelViewTrackerEvent): Observable<void>;
@@ -1,4 +1,4 @@
1
- import { Signal, OnDestroy } from '@angular/core';
1
+ import { Signal } from '@angular/core';
2
2
  import { Maybe } from '@dereekb/util';
3
3
  import { ZipReader, Entry, FileEntry } from '@zip.js/zip.js';
4
4
  import { Observable } from 'rxjs';
@@ -16,7 +16,7 @@ export type DbxZipBlobPreviewGroupData = DbxListTitleGroupData<DbxZipBlobPreview
16
16
  /**
17
17
  * Used to display a zip preview based on the input blob.
18
18
  */
19
- export declare class DbxZipBlobPreviewComponent implements OnDestroy {
19
+ export declare class DbxZipBlobPreviewComponent {
20
20
  readonly blob: import("@angular/core").InputSignal<Maybe<Blob>>;
21
21
  /**
22
22
  * The download file name for the zip file.
@@ -45,7 +45,6 @@ export declare class DbxZipBlobPreviewComponent implements OnDestroy {
45
45
  readonly selectedFileEntryBlob$: Observable<Maybe<Blob>>;
46
46
  readonly selectedFileEntryBlobSignal: Signal<Maybe<Blob>>;
47
47
  readonly context: import("@dereekb/rxjs").MutableLoadingStateContext<unknown, LoadingState<Entry[]>, import("@dereekb/rxjs").LoadingContextEvent & LoadingState<Entry[]>>;
48
- ngOnDestroy(): void;
49
48
  readonly makeEntryAnchor: AnchorForValueFunction<DbxZipBlobPreviewEntryTreeNode>;
50
49
  readonly homeClicked: () => void;
51
50
  readonly backClicked: () => void;
@@ -1,4 +1,3 @@
1
- import { OnDestroy } from '@angular/core';
2
1
  import { Maybe } from '@dereekb/util';
3
2
  import { Observable } from 'rxjs';
4
3
  import { LoadingState } from '@dereekb/rxjs';
@@ -6,7 +5,7 @@ import * as i0 from "@angular/core";
6
5
  /**
7
6
  * Used to display a corresponding widget based on the input data.
8
7
  */
9
- export declare class DbxZipPreviewComponent implements OnDestroy {
8
+ export declare class DbxZipPreviewComponent {
10
9
  /**
11
10
  * The URL to download the zip file from, if applicable.
12
11
  */
@@ -25,7 +24,6 @@ export declare class DbxZipPreviewComponent implements OnDestroy {
25
24
  readonly zipFileBlob$: Observable<Maybe<Blob>>;
26
25
  readonly zipFileBlobSignal: import("@angular/core").Signal<Maybe<Blob>>;
27
26
  readonly context: import("@dereekb/rxjs").MutableLoadingStateContext<unknown, LoadingState<Blob>, import("@dereekb/rxjs").LoadingContextEvent & LoadingState<Blob>>;
28
- ngOnDestroy(): void;
29
27
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxZipPreviewComponent, never>;
30
28
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxZipPreviewComponent, "dbx-zip-preview", never, { "srcUrl": { "alias": "srcUrl"; "required": false; "isSignal": true; }; "blob": { "alias": "blob"; "required": false; "isSignal": true; }; "downloadFileName": { "alias": "downloadFileName"; "required": false; "isSignal": true; }; }, { "srcUrl": "srcUrlChange"; "blob": "blobChange"; "downloadFileName": "downloadFileNameChange"; }, never, never, true, never>;
31
29
  }
@@ -1,5 +1,5 @@
1
1
  import { Observable } from 'rxjs';
2
- import { OnInit, OnDestroy, ElementRef } from '@angular/core';
2
+ import { ElementRef } from '@angular/core';
3
3
  import { AbstractDbxActionValueGetterDirective } from '@dereekb/dbx-core';
4
4
  import { IsEqualFunction, IsModifiedFunction } from '@dereekb/rxjs';
5
5
  import { type Maybe } from '@dereekb/util';
@@ -9,7 +9,7 @@ export type DbxActionDialogFunction<T = unknown> = () => MatDialogRef<unknown, M
9
9
  /**
10
10
  * Action directive that is used to trigger/display a dialog, then watches that dialog for a value.
11
11
  */
12
- export declare class DbxActionDialogDirective<T = unknown> extends AbstractDbxActionValueGetterDirective<T> implements OnInit, OnDestroy {
12
+ export declare class DbxActionDialogDirective<T = unknown> extends AbstractDbxActionValueGetterDirective<T> {
13
13
  readonly elementRef: ElementRef<any>;
14
14
  readonly dbxActionDialog: import("@angular/core").InputSignal<DbxActionDialogFunction<T>>;
15
15
  readonly dbxActionDialogIsModified: import("@angular/core").InputSignal<Maybe<IsModifiedFunction>>;
@@ -1,5 +1,5 @@
1
1
  import { DbxInjectionComponentConfig } from '@dereekb/dbx-core';
2
- import { ElementRef, OnInit, OnDestroy } from '@angular/core';
2
+ import { ElementRef } from '@angular/core';
3
3
  import { NgPopoverRef } from 'ng-overlay-container';
4
4
  import { Observable } from 'rxjs';
5
5
  import { AbstractPopoverDirective } from '../popover/abstract.popover.directive';
@@ -15,8 +15,7 @@ export interface DbxFilterPopoverComponentConfig<F extends object = object> exte
15
15
  readonly origin: ElementRef;
16
16
  }
17
17
  export declare const DEFAULT_FILTER_POPOVER_KEY = "filter";
18
- export declare class DbxFilterPopoverComponent<F extends object> extends AbstractPopoverDirective<unknown, DbxFilterComponentConfig<F>> implements OnInit, OnDestroy {
19
- private readonly _closeOnChangeSub;
18
+ export declare class DbxFilterPopoverComponent<F extends object> extends AbstractPopoverDirective<unknown, DbxFilterComponentConfig<F>> {
20
19
  readonly config: DbxFilterComponentConfig<F>;
21
20
  readonly icon: string;
22
21
  readonly header: string;
@@ -31,8 +30,7 @@ export declare class DbxFilterPopoverComponent<F extends object> extends Abstrac
31
30
  readonly config$: Observable<DbxInjectionComponentConfig<FilterSource<F>>>;
32
31
  readonly configSignal: import("@angular/core").Signal<DbxInjectionComponentConfig<FilterSource<F>> | undefined>;
33
32
  static openPopover<F extends object>(popupService: DbxPopoverService, { width, height, isResizable, origin, header, icon, customFilterComponentClass, presetFilterComponentClass, customFilterComponentConfig, presetFilterComponentConfig, connector, initialFilterObs, closeOnFilterChange, customizeButtonText, showCloseButton, closeButtonText }: DbxFilterPopoverComponentConfig<F>, popoverKey?: DbxPopoverKey): NgPopoverRef;
34
- ngOnInit(): void;
35
- ngOnDestroy(): void;
33
+ constructor();
36
34
  showPresets(): void;
37
35
  showCustom(): void;
38
36
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFilterPopoverComponent<any>, never>;
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Action component used to simplify creating a filter form.
5
5
  *
6
- * Provides a DbxAction and configures the action to set the filter on a FilterSourceDirective when triggered.
6
+ * Provides a ActionContextStoreSource and configures the action to set the filter on a FilterSourceDirective when triggered.
7
7
  */
8
8
  export declare class DbxFilterWrapperComponent<F = unknown> extends AbstractDbxActionHandlerDirective<F> {
9
9
  readonly filterSourceDirective: FilterSourceDirective<any>;
@@ -1,10 +1,9 @@
1
- import { ElementRef, OnDestroy } from '@angular/core';
1
+ import { ElementRef } from '@angular/core';
2
2
  import { Maybe } from '@dereekb/util';
3
- import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
4
3
  import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
5
4
  import * as i0 from "@angular/core";
6
5
  export type DbxEmbedComponentElement = 'embed' | 'img';
7
- export declare class DbxEmbedComponent extends AbstractSubscriptionDirective implements OnDestroy {
6
+ export declare class DbxEmbedComponent {
8
7
  private readonly _browserObjectUrlRef;
9
8
  readonly sanitizer: DomSanitizer;
10
9
  readonly root: import("@angular/core").Signal<ElementRef<HTMLSpanElement> | undefined>;
@@ -34,7 +33,6 @@ export declare class DbxEmbedComponent extends AbstractSubscriptionDirective imp
34
33
  readonly type$: import("rxjs").Observable<Maybe<string>>;
35
34
  readonly embedElementName$: import("rxjs").Observable<Maybe<DbxEmbedComponentElement>>;
36
35
  constructor();
37
- ngOnDestroy(): void;
38
36
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxEmbedComponent, never>;
39
37
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxEmbedComponent, "dbx-embed", never, { "embedElement": { "alias": "embedElement"; "required": false; "isSignal": true; }; "sanitizeUrl": { "alias": "sanitizeUrl"; "required": false; "isSignal": true; }; "srcUrl": { "alias": "srcUrl"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "blob": { "alias": "blob"; "required": false; "isSignal": true; }; }, { "embedElement": "embedElementChange"; "sanitizeUrl": "sanitizeUrlChange"; "srcUrl": "srcUrlChange"; "type": "typeChange"; "blob": "blobChange"; }, never, never, true, never>;
40
38
  }
@@ -1,10 +1,9 @@
1
- import { ElementRef, OnDestroy } from '@angular/core';
1
+ import { ElementRef } from '@angular/core';
2
2
  import { Subject } from 'rxjs';
3
3
  import { Maybe } from '@dereekb/util';
4
- import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
5
4
  import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
6
5
  import * as i0 from "@angular/core";
7
- export declare class DbxIframeComponent extends AbstractSubscriptionDirective implements OnDestroy {
6
+ export declare class DbxIframeComponent {
8
7
  readonly sanitizer: DomSanitizer;
9
8
  readonly iframeLocationChanged: import("@angular/core").OutputEmitterRef<ElementRef<HTMLIFrameElement>>;
10
9
  readonly iframe: import("@angular/core").Signal<ElementRef<HTMLIFrameElement> | undefined>;
@@ -16,7 +15,6 @@ export declare class DbxIframeComponent extends AbstractSubscriptionDirective im
16
15
  readonly contentUrl$: import("rxjs").Observable<Maybe<string | SafeResourceUrl>>;
17
16
  readonly retry: Subject<void>;
18
17
  constructor();
19
- ngOnDestroy(): void;
20
18
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxIframeComponent, never>;
21
19
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxIframeComponent, "dbx-iframe", never, { "scrolling": { "alias": "scrolling"; "required": false; "isSignal": true; }; "sanitizeUrl": { "alias": "sanitizeUrl"; "required": false; "isSignal": true; }; "contentUrl": { "alias": "contentUrl"; "required": false; "isSignal": true; }; }, { "iframeLocationChanged": "iframeLocationChanged"; "contentUrl": "contentUrlChange"; }, never, never, true, never>;
22
20
  }
@@ -1,12 +1,12 @@
1
- import { OnDestroy, ElementRef } from '@angular/core';
2
- import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
1
+ import { ElementRef } from '@angular/core';
3
2
  import { NgPopoverCloseEvent, NgPopoverRef } from 'ng-overlay-container';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
6
5
  * Abstract class for showing and handling a popover ref.
7
6
  */
8
- export declare abstract class AbstractPopoverRefDirective<T = unknown, R = unknown> extends AbstractSubscriptionDirective {
7
+ export declare abstract class AbstractPopoverRefDirective<T = unknown, R = unknown> {
9
8
  private _popoverRef?;
9
+ protected readonly _popoverSub: import("dist/packages/rxjs/src").SubscriptionObject<import("rxjs").Unsubscribable>;
10
10
  showPopover(origin?: ElementRef): void;
11
11
  private _showPopoverRef;
12
12
  protected abstract _makePopoverRef(origin?: ElementRef): NgPopoverRef<T, R>;
@@ -18,7 +18,7 @@ export declare abstract class AbstractPopoverRefDirective<T = unknown, R = unkno
18
18
  /**
19
19
  * {@link AbstractPopoverRefDirective} extension that includes open/closed events.
20
20
  */
21
- export declare abstract class AbstractPopoverRefWithEventsDirective<T = unknown, R = unknown> extends AbstractPopoverRefDirective<T, R> implements OnDestroy {
21
+ export declare abstract class AbstractPopoverRefWithEventsDirective<T = unknown, R = unknown> extends AbstractPopoverRefDirective<T, R> {
22
22
  readonly popoverOpened: import("@angular/core").OutputEmitterRef<NgPopoverRef<T, R>>;
23
23
  readonly popoverClosed: import("@angular/core").OutputEmitterRef<NgPopoverCloseEvent<R>>;
24
24
  protected _afterOpened(popoverRef: NgPopoverRef<T, R>): void;
@@ -1,5 +1,5 @@
1
1
  import { Observable } from 'rxjs';
2
- import { OnInit, OnDestroy, ElementRef } from '@angular/core';
2
+ import { ElementRef } from '@angular/core';
3
3
  import { NgPopoverRef } from 'ng-overlay-container';
4
4
  import { AbstractDbxActionValueGetterDirective } from '@dereekb/dbx-core';
5
5
  import { IsEqualFunction, IsModifiedFunction } from '@dereekb/rxjs';
@@ -12,7 +12,7 @@ export type DbxActionPopoverFunction<T = unknown> = (params: DbxActionPopoverFun
12
12
  /**
13
13
  * Action directive that is used to trigger/display a popover, then watches that popover for a value.
14
14
  */
15
- export declare class DbxActionPopoverDirective<T = unknown> extends AbstractDbxActionValueGetterDirective<T> implements OnInit, OnDestroy {
15
+ export declare class DbxActionPopoverDirective<T = unknown> extends AbstractDbxActionValueGetterDirective<T> {
16
16
  readonly elementRef: ElementRef<any>;
17
17
  readonly dbxActionPopover: import("@angular/core").InputSignal<DbxActionPopoverFunction<T>>;
18
18
  readonly dbxActionPopoverIsModified: import("@angular/core").InputSignal<Maybe<IsModifiedFunction>>;
@@ -1,16 +1,14 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
2
  /**
4
3
  * Used for coordinating popovers and closing/replacing existing ones when a new popover of the same name appears.
5
4
  */
6
- export declare class DbxPopoverCoordinatorComponent implements OnInit, OnDestroy {
5
+ export declare class DbxPopoverCoordinatorComponent {
7
6
  private readonly _service;
8
7
  private readonly _popover;
9
8
  readonly isPopoverForKey$: import("rxjs").Observable<boolean>;
10
9
  readonly show$: import("rxjs").Observable<boolean>;
11
10
  readonly showSignal: import("@angular/core").Signal<boolean | undefined>;
12
- ngOnInit(): void;
13
- ngOnDestroy(): void;
11
+ constructor();
14
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopoverCoordinatorComponent, never>;
15
13
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopoverCoordinatorComponent, "dbx-popover-coordinator", never, {}, {}, never, ["*"], true, never>;
16
14
  }
@@ -1,13 +1,11 @@
1
1
  import { DbxPopoverKey, DbxPopoverController } from './popover';
2
- import { OnDestroy } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Used for coordinating popovers and closing/replacing existing ones when a new popover of the same name appears.
6
5
  */
7
- export declare class DbxPopoverCoordinatorService implements OnDestroy {
8
- private _popovers;
6
+ export declare class DbxPopoverCoordinatorService {
7
+ private readonly _popovers;
9
8
  readonly popovers$: import("rxjs").Observable<Map<string, DbxPopoverController<unknown, unknown>>>;
10
- ngOnDestroy(): void;
11
9
  get popovers(): Map<DbxPopoverKey, DbxPopoverController>;
12
10
  addPopover(popover: DbxPopoverController): void;
13
11
  removePopover(key: DbxPopoverKey, popover?: DbxPopoverController): void;
@@ -1,4 +1,4 @@
1
- import { Type, OnDestroy } from '@angular/core';
1
+ import { Type } from '@angular/core';
2
2
  import { Maybe, PixelsString } from '@dereekb/util';
3
3
  import { PopupPosition, PopupPositionOffset } from './popup.position.strategy';
4
4
  import { AbstractTransitionWatcherDirective, DbxInjectionComponentConfig } from '@dereekb/dbx-core';
@@ -30,7 +30,7 @@ export interface DbxPopupComponentConfig<O, I, T> {
30
30
  /**
31
31
  * Popup component.
32
32
  */
33
- export declare class DbxPopupComponent<O = unknown, I = unknown, T = unknown> extends AbstractTransitionWatcherDirective implements DbxPopupController<O, I>, OnDestroy {
33
+ export declare class DbxPopupComponent<O = unknown, I = unknown, T = unknown> extends AbstractTransitionWatcherDirective implements DbxPopupController<O, I> {
34
34
  private readonly popoverRef;
35
35
  private readonly compactContextState;
36
36
  private _position;
@@ -45,7 +45,6 @@ export declare class DbxPopupComponent<O = unknown, I = unknown, T = unknown> ex
45
45
  readonly windowState$: import("rxjs").Observable<DbxPopupWindowStateType>;
46
46
  getClosingValueFn?: (value?: I) => Promise<O>;
47
47
  constructor();
48
- ngOnDestroy(): void;
49
48
  protected updateForSuccessfulTransition(): void;
50
49
  close(): void;
51
50
  return(value?: O): void;
@@ -1,16 +1,14 @@
1
- import { OnDestroy, OnInit } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
2
  /**
4
3
  * Used for coordinating popups and closing/replacing existing ones when a new popup of the same name appears.
5
4
  */
6
- export declare class DbxPopupCoordinatorComponent implements OnInit, OnDestroy {
5
+ export declare class DbxPopupCoordinatorComponent {
7
6
  private readonly _service;
8
7
  private readonly _popup;
9
8
  readonly isPopupForKey$: import("rxjs").Observable<boolean>;
10
9
  readonly show$: import("rxjs").Observable<boolean>;
11
10
  readonly showSignal: import("@angular/core").Signal<boolean | undefined>;
12
- ngOnInit(): void;
13
- ngOnDestroy(): void;
11
+ constructor();
14
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxPopupCoordinatorComponent, never>;
15
13
  static ɵcmp: i0.ɵɵComponentDeclaration<DbxPopupCoordinatorComponent, "dbx-popup-coordinator", never, {}, {}, never, ["*"], true, never>;
16
14
  }
@@ -1,13 +1,11 @@
1
1
  import { DbxPopupKey, DbxPopupController } from './popup';
2
- import { OnDestroy } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  /**
5
4
  * Used for coordinating popups and closing/replacing existing ones when a new popup of the same name appears.
6
5
  */
7
- export declare class DbxPopupCoordinatorService implements OnDestroy {
6
+ export declare class DbxPopupCoordinatorService {
8
7
  private readonly _popups;
9
8
  readonly popups$: import("rxjs").Observable<Map<string, DbxPopupController<unknown, unknown>>>;
10
- ngOnDestroy(): void;
11
9
  get popups(): Map<DbxPopupKey, DbxPopupController>;
12
10
  addPopup(popup: DbxPopupController): void;
13
11
  removePopup(key: DbxPopupKey, popup?: DbxPopupController): void;
@@ -1,6 +1,5 @@
1
1
  import { MatDialog, MatDialogRef } from '@angular/material/dialog';
2
2
  import { DbxInjectionComponentConfig } from '@dereekb/dbx-core';
3
- import { OnInit } from '@angular/core';
4
3
  import { AbstractDialogDirective } from '../dialog/abstract.dialog.directive';
5
4
  import { DbxPromptConfirmConfig } from './prompt.confirm.component';
6
5
  import { type Maybe } from '@dereekb/util';
@@ -11,7 +10,7 @@ export declare const DEFAULT_DBX_PROMPT_CONFIRM_DIALOG_CONFIG: {
11
10
  export interface DbxPromptConfirmDialogConfig extends DbxPromptConfirmConfig {
12
11
  component?: DbxInjectionComponentConfig;
13
12
  }
14
- export declare class DbxPromptConfirmDialogComponent extends AbstractDialogDirective<boolean, DbxPromptConfirmDialogConfig> implements OnInit {
13
+ export declare class DbxPromptConfirmDialogComponent extends AbstractDialogDirective<boolean, DbxPromptConfirmDialogConfig> {
15
14
  get config(): DbxPromptConfirmDialogConfig;
16
15
  get injectionConfig(): Maybe<DbxInjectionComponentConfig>;
17
16
  static openDialog(matDialog: MatDialog, config?: Maybe<DbxPromptConfirmDialogConfig>): MatDialogRef<DbxPromptConfirmDialogComponent, boolean>;
@@ -1,17 +1,13 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
1
  import { DbxActionContextStoreSourceInstance } from '@dereekb/dbx-core';
3
2
  import { DbxFileUploadActionCompatable } from './upload.action';
4
3
  import * as i0 from "@angular/core";
5
4
  /**
6
5
  * Context used for linking a button to an ActionContext.
7
6
  */
8
- export declare class DbxFileUploadActionSyncDirective implements OnInit, OnDestroy {
7
+ export declare class DbxFileUploadActionSyncDirective {
9
8
  readonly source: DbxActionContextStoreSourceInstance<any, any>;
10
9
  readonly uploadCompatable: DbxFileUploadActionCompatable;
11
- private readonly _workingSub;
12
- private readonly _disabledSub;
13
- ngOnInit(): void;
14
- ngOnDestroy(): void;
10
+ constructor();
15
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFileUploadActionSyncDirective, never>;
16
12
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFileUploadActionSyncDirective, "[dbxFileUploadActionSync]", never, {}, {}, never, never, true, never>;
17
13
  }
@@ -1,14 +1,12 @@
1
- import { OnInit } from '@angular/core';
2
- import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
3
1
  import { TwoColumnsContextStore } from './two.column.store';
4
2
  import * as i0 from "@angular/core";
5
3
  /**
6
4
  * Used with an DbxTwoColumnComponent to help respond to a "back" function.
7
5
  */
8
- export declare class DbxTwoColumnBackDirective extends AbstractSubscriptionDirective implements OnInit {
6
+ export declare class DbxTwoColumnBackDirective {
9
7
  readonly twoColumnsContextStore: TwoColumnsContextStore;
10
8
  readonly dbxTwoColumnBack: import("@angular/core").OutputEmitterRef<void>;
11
- ngOnInit(): void;
9
+ constructor();
12
10
  backClicked(): void;
13
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxTwoColumnBackDirective, never>;
14
12
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxTwoColumnBackDirective, "[dbxTwoColumnBack]", never, {}, { "dbxTwoColumnBack": "dbxTwoColumnBack"; }, never, never, true, never>;
@@ -1,5 +1,3 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { AbstractSubscriptionDirective } from '@dereekb/dbx-core';
3
1
  import { Observable } from 'rxjs';
4
2
  import { TwoColumnsContextStore } from './two.column.store';
5
3
  import { Maybe } from '@dereekb/util';
@@ -19,7 +17,7 @@ export interface DbxTwoColumnViewState {
19
17
  *
20
18
  * Requires a TwoColumnsContextStore to be provided.
21
19
  */
22
- export declare class DbxTwoColumnComponent extends AbstractSubscriptionDirective implements OnDestroy {
20
+ export declare class DbxTwoColumnComponent {
23
21
  private readonly _elementRef;
24
22
  readonly twoColumnsContextStore: TwoColumnsContextStore;
25
23
  readonly reverseSizing: import("@angular/core").InputSignal<boolean>;