@dereekb/dbx-web 12.5.3 → 12.5.5

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 (111) hide show
  1. package/calendar/lib/calendar.d.ts +1 -1
  2. package/calendar/lib/calendar.provider.d.ts +1 -1
  3. package/esm2022/calendar/lib/calendar.mjs +1 -1
  4. package/esm2022/calendar/lib/calendar.provider.mjs +1 -1
  5. package/esm2022/lib/action/snackbar/action.snackbar.default.mjs +1 -1
  6. package/esm2022/lib/action/snackbar/action.snackbar.generator.mjs +1 -1
  7. package/esm2022/lib/action/snackbar/action.snackbar.mjs +1 -1
  8. package/esm2022/lib/button/progress/button.progress.config.mjs +1 -1
  9. package/esm2022/lib/button/progress/button.progress.providers.mjs +1 -1
  10. package/esm2022/lib/error/error.api.mjs +1 -1
  11. package/esm2022/lib/error/state.mjs +1 -1
  12. package/esm2022/lib/extension/model/model.providers.mjs +1 -1
  13. package/esm2022/lib/extension/model/model.tracker.mjs +1 -1
  14. package/esm2022/lib/extension/model/model.types.mjs +1 -1
  15. package/esm2022/lib/extension/model/state/actions/model.actions.mjs +1 -1
  16. package/esm2022/lib/extension/model/state/reducers/index.mjs +1 -1
  17. package/esm2022/lib/extension/model/state/state.mjs +1 -1
  18. package/esm2022/lib/extension/widget/widget.mjs +1 -1
  19. package/esm2022/lib/interaction/dialog/dialog.content.mjs +1 -1
  20. package/esm2022/lib/interaction/filter/filter.config.mjs +1 -1
  21. package/esm2022/lib/interaction/filter/filter.menu.mjs +1 -1
  22. package/esm2022/lib/interaction/popover/popover.mjs +1 -1
  23. package/esm2022/lib/interaction/popover/popover.position.strategy.mjs +1 -1
  24. package/esm2022/lib/interaction/popup/popup.mjs +1 -1
  25. package/esm2022/lib/interaction/prompt/prompt.confirm.mjs +1 -1
  26. package/esm2022/lib/interaction/upload/upload.accept.mjs +1 -1
  27. package/esm2022/lib/interaction/upload/upload.action.mjs +1 -1
  28. package/esm2022/lib/layout/avatar/avatar.mjs +1 -1
  29. package/esm2022/lib/layout/bar/bar.mjs +1 -1
  30. package/esm2022/lib/layout/compact/compact.mjs +1 -1
  31. package/esm2022/lib/layout/list/group/list.view.value.group.mjs +1 -1
  32. package/esm2022/lib/layout/list/group/list.view.value.group.title.mjs +1 -1
  33. package/esm2022/lib/layout/list/list.track.mjs +1 -1
  34. package/esm2022/lib/layout/list/list.view.mjs +1 -1
  35. package/esm2022/lib/layout/list/list.view.value.mjs +1 -1
  36. package/esm2022/lib/layout/list/list.view.value.modifier.mjs +1 -1
  37. package/esm2022/lib/layout/list/list.wrapper.mjs +1 -1
  38. package/esm2022/lib/layout/style/style.mjs +1 -1
  39. package/esm2022/lib/layout/style/style.providers.mjs +1 -1
  40. package/esm2022/lib/loading/loading.mjs +1 -1
  41. package/esm2022/lib/router/provider/ngrouter/angular.router.providers.mjs +1 -1
  42. package/esm2022/lib/router/provider/router.provider.config.mjs +1 -1
  43. package/esm2022/lib/router/provider/uirouter/uirouter.router.providers.mjs +1 -1
  44. package/esm2022/lib/screen/resize.mjs +1 -1
  45. package/esm2022/lib/screen/screen.providers.mjs +1 -1
  46. package/esm2022/lib/util/cdk.mjs +1 -1
  47. package/esm2022/mapbox/lib/mapbox.marker.mjs +1 -1
  48. package/esm2022/mapbox/lib/mapbox.mjs +1 -1
  49. package/esm2022/mapbox/lib/mapbox.options.mjs +1 -1
  50. package/esm2022/mapbox/lib/mapbox.providers.mjs +1 -1
  51. package/esm2022/mapbox/lib/mapbox.rxjs.mjs +1 -1
  52. package/esm2022/mapbox/lib/mapbox.util.mjs +1 -1
  53. package/esm2022/table/lib/table.column.size.mjs +1 -1
  54. package/esm2022/table/lib/table.mjs +1 -1
  55. package/esm2022/table/lib/table.reader.mjs +1 -1
  56. package/fesm2022/dereekb-dbx-web-calendar.mjs.map +1 -1
  57. package/fesm2022/dereekb-dbx-web-mapbox.mjs.map +1 -1
  58. package/fesm2022/dereekb-dbx-web-table.mjs.map +1 -1
  59. package/fesm2022/dereekb-dbx-web.mjs.map +1 -1
  60. package/lib/action/snackbar/action.snackbar.d.ts +3 -3
  61. package/lib/action/snackbar/action.snackbar.default.d.ts +1 -1
  62. package/lib/action/snackbar/action.snackbar.generator.d.ts +3 -3
  63. package/lib/button/progress/button.progress.config.d.ts +5 -5
  64. package/lib/button/progress/button.progress.providers.d.ts +2 -2
  65. package/lib/error/error.api.d.ts +1 -1
  66. package/lib/error/state.d.ts +5 -5
  67. package/lib/extension/model/model.providers.d.ts +3 -3
  68. package/lib/extension/model/model.tracker.d.ts +1 -1
  69. package/lib/extension/model/model.types.d.ts +4 -4
  70. package/lib/extension/model/state/actions/model.actions.d.ts +1 -1
  71. package/lib/extension/model/state/reducers/index.d.ts +2 -2
  72. package/lib/extension/model/state/state.d.ts +1 -1
  73. package/lib/extension/widget/widget.d.ts +1 -1
  74. package/lib/interaction/dialog/dialog.content.d.ts +2 -2
  75. package/lib/interaction/filter/filter.config.d.ts +6 -6
  76. package/lib/interaction/filter/filter.menu.d.ts +2 -2
  77. package/lib/interaction/popover/popover.d.ts +1 -1
  78. package/lib/interaction/popover/popover.position.strategy.d.ts +3 -3
  79. package/lib/interaction/popup/popup.d.ts +1 -1
  80. package/lib/interaction/prompt/prompt.confirm.d.ts +2 -2
  81. package/lib/interaction/upload/upload.accept.d.ts +1 -1
  82. package/lib/interaction/upload/upload.action.d.ts +4 -4
  83. package/lib/layout/avatar/avatar.d.ts +2 -2
  84. package/lib/layout/bar/bar.d.ts +1 -1
  85. package/lib/layout/compact/compact.d.ts +1 -1
  86. package/lib/layout/list/group/list.view.value.group.d.ts +5 -5
  87. package/lib/layout/list/group/list.view.value.group.title.d.ts +3 -3
  88. package/lib/layout/list/list.track.d.ts +2 -2
  89. package/lib/layout/list/list.view.d.ts +3 -3
  90. package/lib/layout/list/list.view.value.d.ts +4 -4
  91. package/lib/layout/list/list.view.value.modifier.d.ts +4 -4
  92. package/lib/layout/list/list.wrapper.d.ts +4 -4
  93. package/lib/layout/style/style.d.ts +1 -1
  94. package/lib/layout/style/style.providers.d.ts +2 -2
  95. package/lib/loading/loading.d.ts +1 -1
  96. package/lib/router/provider/ngrouter/angular.router.providers.d.ts +1 -1
  97. package/lib/router/provider/router.provider.config.d.ts +1 -1
  98. package/lib/router/provider/uirouter/uirouter.router.providers.d.ts +1 -1
  99. package/lib/screen/resize.d.ts +1 -1
  100. package/lib/screen/screen.providers.d.ts +1 -1
  101. package/lib/util/cdk.d.ts +1 -1
  102. package/mapbox/lib/mapbox.d.ts +2 -2
  103. package/mapbox/lib/mapbox.marker.d.ts +2 -2
  104. package/mapbox/lib/mapbox.options.d.ts +1 -1
  105. package/mapbox/lib/mapbox.providers.d.ts +1 -1
  106. package/mapbox/lib/mapbox.rxjs.d.ts +5 -5
  107. package/mapbox/lib/mapbox.util.d.ts +2 -2
  108. package/package.json +1 -1
  109. package/table/lib/table.column.size.d.ts +1 -1
  110. package/table/lib/table.d.ts +5 -5
  111. package/table/lib/table.reader.d.ts +4 -4
@@ -1,6 +1,6 @@
1
- import { MatSnackBarConfig } from '@angular/material/snack-bar';
2
- import { DbxActionContextSourceReference } from '@dereekb/dbx-core';
3
- import { LoadingState, LoadingStateType } from '@dereekb/rxjs';
1
+ import { type MatSnackBarConfig } from '@angular/material/snack-bar';
2
+ import { type DbxActionContextSourceReference } from '@dereekb/dbx-core';
3
+ import { type LoadingState, type LoadingStateType } from '@dereekb/rxjs';
4
4
  import { type Maybe } from '@dereekb/util';
5
5
  export type DbxActionSnackbarType = string;
6
6
  export type DbxActionSnackbarKnownType = 'none' | 'create' | 'save' | 'delete' | 'merge' | 'send' | 'cancel' | 'restore' | 'refresh' | 'read' | 'unread';
@@ -1,2 +1,2 @@
1
- import { DbxActionSnackbarEventMakeConfig } from './action.snackbar.service';
1
+ import { type DbxActionSnackbarEventMakeConfig } from './action.snackbar.service';
2
2
  export declare const DBX_ACTION_SNACKBAR_DEFAULTS: DbxActionSnackbarEventMakeConfig;
@@ -1,6 +1,6 @@
1
- import { DbxActionContextSourceReference } from '@dereekb/dbx-core';
2
- import { Milliseconds, Maybe, GetterOrValue, Getter } from '@dereekb/util';
3
- import { DbxActionSnackbarDisplayConfig, DbxActionSnackbarEvent } from './action.snackbar';
1
+ import { type DbxActionContextSourceReference } from '@dereekb/dbx-core';
2
+ import { type Milliseconds, type Maybe, type GetterOrValue, type Getter } from '@dereekb/util';
3
+ import { type DbxActionSnackbarDisplayConfig, type DbxActionSnackbarEvent } from './action.snackbar';
4
4
  export interface DbxActionSnackbarGeneratorInput<T = unknown, O = unknown> {
5
5
  readonly event: DbxActionSnackbarEvent<O>;
6
6
  readonly undo?: Maybe<DbxActionSnackbarGeneratorUndoInput<T, O>>;
@@ -1,10 +1,10 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { ThemePalette } from '@angular/material/core';
3
- import { ProgressSpinnerMode } from '@angular/material/progress-spinner';
2
+ import { type ThemePalette } from '@angular/material/core';
3
+ import { type ProgressSpinnerMode } from '@angular/material/progress-spinner';
4
4
  import { type Maybe } from '@dereekb/util';
5
- import { DbxThemeColor } from '../../layout/style/style';
6
- import { DbxButtonType } from '../button.component';
7
- import { DbxButtonWorking, DbxButtonWorkingProgress } from '@dereekb/dbx-core';
5
+ import { type DbxThemeColor } from '../../layout/style/style';
6
+ import { type DbxButtonType } from '../button.component';
7
+ import { type DbxButtonWorking, type DbxButtonWorkingProgress } from '@dereekb/dbx-core';
8
8
  export interface DbxProgressButtonConfig {
9
9
  readonly working?: Maybe<DbxButtonWorking>;
10
10
  readonly text?: Maybe<string>;
@@ -1,5 +1,5 @@
1
- import { EnvironmentProviders } from '@angular/core';
2
- import { DbxProgressButtonGlobalConfig } from './button.progress.config';
1
+ import { type EnvironmentProviders } from '@angular/core';
2
+ import { type DbxProgressButtonGlobalConfig } from './button.progress.config';
3
3
  /**
4
4
  * Provides the global configuration for DbxProgressButtonComponent.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  import { HttpErrorResponse } from '@angular/common/http';
2
- import { ServerError, ServerErrorResponse } from '@dereekb/util';
2
+ import { type ServerError, ServerErrorResponse } from '@dereekb/util';
3
3
  /**
4
4
  * Converts the error response to a POJO.
5
5
  */
@@ -1,8 +1,8 @@
1
- import { HttpErrorResponse } from '@angular/common/http';
2
- import { MonoTypeOperatorFunction } from 'rxjs';
3
- import { ActionCreator } from '@ngrx/store/src/models';
4
- import { Action } from '@ngrx/store';
5
- import { ServerError } from '@dereekb/util';
1
+ import { type HttpErrorResponse } from '@angular/common/http';
2
+ import { type MonoTypeOperatorFunction } from 'rxjs';
3
+ import { type ActionCreator } from '@ngrx/store/src/models';
4
+ import { type Action } from '@ngrx/store';
5
+ import { type ServerError } from '@dereekb/util';
6
6
  export interface ServerErrorParams {
7
7
  error: ServerError;
8
8
  }
@@ -1,6 +1,6 @@
1
- import { EnvironmentProviders } from '@angular/core';
2
- import { SimpleStorageAccessorFactory, StorageAccessor } from '@dereekb/dbx-core';
3
- import { DbxModelViewTrackerEventSet } from './model.tracker';
1
+ import { type EnvironmentProviders } from '@angular/core';
2
+ import { SimpleStorageAccessorFactory, type StorageAccessor } from '@dereekb/dbx-core';
3
+ import { type DbxModelViewTrackerEventSet } from './model.tracker';
4
4
  /**
5
5
  * Factory function for creating a StorageAccessor for the model view tracker.
6
6
  */
@@ -1,4 +1,4 @@
1
- import { UnixDateTimeNumber, Maybe, ModelKey, ModelKeyTypeNamePair } from '@dereekb/util';
1
+ import { type UnixDateTimeNumber, type Maybe, type ModelKey, type ModelKeyTypeNamePair } from '@dereekb/util';
2
2
  /**
3
3
  * String context in which a model was viewed.
4
4
  */
@@ -1,7 +1,7 @@
1
- import { Injector } from '@angular/core';
2
- import { SegueRef } from '@dereekb/dbx-core';
3
- import { Maybe, ModelKey, ModelTypeString } from '@dereekb/util';
4
- import { ModelViewContext } from './model.tracker';
1
+ import { type Injector } from '@angular/core';
2
+ import { type SegueRef } from '@dereekb/dbx-core';
3
+ import { type Maybe, type ModelKey, type ModelTypeString } from '@dereekb/util';
4
+ import { type ModelViewContext } from './model.tracker';
5
5
  /**
6
6
  * Generates a SegueRef based on the input model's key and optional view context, or returns null/undefined if no ref is available.
7
7
  */
@@ -1,4 +1,4 @@
1
- import { Maybe, ModelKeyTypeNamePair } from '@dereekb/util';
1
+ import { type Maybe, type ModelKeyTypeNamePair } from '@dereekb/util';
2
2
  export interface DbxModelObjectViewedParams {
3
3
  readonly modelKeyTypeNamePair: ModelKeyTypeNamePair;
4
4
  readonly context?: Maybe<string>;
@@ -1,6 +1,6 @@
1
- import { Action } from '@ngrx/store';
1
+ import { type Action } from '@ngrx/store';
2
2
  import * as fromObjectModuleConfig from './model.module.config';
3
- import { DbxModelModuleStateConfiguration } from './model.module.config';
3
+ import { type DbxModelModuleStateConfiguration } from './model.module.config';
4
4
  export declare const featureKey = "app.model";
5
5
  export interface DbxModelState {
6
6
  [fromObjectModuleConfig.stateFeatureKey]: DbxModelModuleStateConfiguration;
@@ -1,2 +1,2 @@
1
- import * as fromDbxModel from './reducers';
1
+ import type * as fromDbxModel from './reducers';
2
2
  export type DbxModelFullState = fromDbxModel.State;
@@ -1,4 +1,4 @@
1
- import { ModelTypeDataPair, MapFunction } from '@dereekb/util';
1
+ import { type ModelTypeDataPair, type MapFunction } from '@dereekb/util';
2
2
  /**
3
3
  * Widget type identifier
4
4
  */
@@ -1,4 +1,4 @@
1
- import { MatDialogConfig } from '@angular/material/dialog';
2
- import { Maybe } from '@dereekb/util';
1
+ import { type MatDialogConfig } from '@angular/material/dialog';
2
+ import { type Maybe } from '@dereekb/util';
3
3
  export type DbxDialogContentConfig = Omit<MatDialogConfig, 'viewContainerRef' | 'injector' | 'id' | 'data'>;
4
4
  export declare function sanitizeDbxDialogContentConfig(input: Maybe<DbxDialogContentConfig>): DbxDialogContentConfig;
@@ -1,9 +1,9 @@
1
- import { Type } from '@angular/core';
2
- import { DbxInjectionComponentConfig } from '@dereekb/dbx-core';
3
- import { FilterSource, PresetFilterSource, FilterSourceConnector } from '@dereekb/rxjs';
4
- import { Maybe } from '@dereekb/util';
5
- import { Observable } from 'rxjs';
6
- import { DbxPopoverConfigSizing } from '../popover/popover.service';
1
+ import { type Type } from '@angular/core';
2
+ import { type DbxInjectionComponentConfig } from '@dereekb/dbx-core';
3
+ import { type FilterSource, type PresetFilterSource, type FilterSourceConnector } from '@dereekb/rxjs';
4
+ import { type Maybe } from '@dereekb/util';
5
+ import { type Observable } from 'rxjs';
6
+ import { type DbxPopoverConfigSizing } from '../popover/popover.service';
7
7
  export interface DbxFilterComponentConfig<F extends object = object, P extends string = string, CF extends FilterSource<F> = FilterSource<F>, PF extends PresetFilterSource<F, P> = PresetFilterSource<F, P>> extends DbxPopoverConfigSizing {
8
8
  /**
9
9
  * Custom icon
@@ -1,6 +1,6 @@
1
- import { ClickableAnchorLink } from '@dereekb/dbx-core';
1
+ import { type ClickableAnchorLink } from '@dereekb/dbx-core';
2
2
  import { type Maybe } from '@dereekb/util';
3
- import { Observable } from 'rxjs';
3
+ import { type Observable } from 'rxjs';
4
4
  /**
5
5
  * Configuration for the preset filter menus
6
6
  */
@@ -1,5 +1,5 @@
1
1
  import { type Maybe } from '@dereekb/util';
2
- import { Observable } from 'rxjs';
2
+ import { type Observable } from 'rxjs';
3
3
  export type DbxPopoverKey = string;
4
4
  export declare abstract class DbxPopoverController<O = unknown, I = unknown> {
5
5
  abstract readonly key: DbxPopoverKey;
@@ -1,6 +1,6 @@
1
- import { FlexibleConnectedPositionStrategy, Overlay } from '@angular/cdk/overlay';
2
- import { ElementRef } from '@angular/core';
3
- import { NgOverlayContainerConfiguration } from 'ng-overlay-container';
1
+ import { type FlexibleConnectedPositionStrategy, type Overlay } from '@angular/cdk/overlay';
2
+ import { type ElementRef } from '@angular/core';
3
+ import { type NgOverlayContainerConfiguration } from 'ng-overlay-container';
4
4
  export interface PopoverPositionStrategyConfig {
5
5
  overlay: Overlay;
6
6
  elementRef: ElementRef;
@@ -1,5 +1,5 @@
1
1
  import { type Maybe } from '@dereekb/util';
2
- import { Observable } from 'rxjs';
2
+ import { type Observable } from 'rxjs';
3
3
  export type DbxPopupKey = string;
4
4
  export declare const DbxPopupWindowState: {
5
5
  readonly NORMAL: "normal";
@@ -1,6 +1,6 @@
1
- import { Provider, Type } from '@angular/core';
1
+ import { type Provider, type Type } from '@angular/core';
2
2
  import { type Maybe } from '@dereekb/util';
3
- import { Observable } from 'rxjs';
3
+ import { type Observable } from 'rxjs';
4
4
  export declare abstract class DbxPromptConfirm {
5
5
  abstract showDialog(): Observable<Maybe<boolean>>;
6
6
  }
@@ -1,4 +1,4 @@
1
- import { DecisionFunction, MimeTypeWithSubtypeWildcardWithoutParameters, MimeTypeWithoutParameters, SlashPathTypedFileSuffix, MimeTypeWildcard } from '@dereekb/util';
1
+ import { type DecisionFunction, type MimeTypeWithSubtypeWildcardWithoutParameters, type MimeTypeWithoutParameters, type SlashPathTypedFileSuffix, type MimeTypeWildcard } from '@dereekb/util';
2
2
  /**
3
3
  * String used as input for the "accept" attribute of a file input element.
4
4
  */
@@ -1,7 +1,7 @@
1
- import { Type, Provider } from '@angular/core';
2
- import { Maybe } from '@dereekb/util';
3
- import { FileArrayAcceptMatchConfig } from './upload.accept';
4
- import { DbxButtonWorking } from '@dereekb/dbx-core';
1
+ import { type Type, type Provider } from '@angular/core';
2
+ import { type Maybe } from '@dereekb/util';
3
+ import { type FileArrayAcceptMatchConfig } from './upload.accept';
4
+ import { type DbxButtonWorking } from '@dereekb/dbx-core';
5
5
  /**
6
6
  * Compatable interface for DbxUploadActionDirective.
7
7
  */
@@ -1,6 +1,6 @@
1
1
  import { InjectionToken } from '@angular/core';
2
- import { AuthUserIdentifier } from '@dereekb/dbx-core';
3
- import { Maybe, WebsiteUrlWithPrefix } from '@dereekb/util';
2
+ import { type AuthUserIdentifier } from '@dereekb/dbx-core';
3
+ import { type Maybe, type WebsiteUrlWithPrefix } from '@dereekb/util';
4
4
  /**
5
5
  * Arbitrary string selector used to differentiate avatars.
6
6
  */
@@ -1,2 +1,2 @@
1
- import { DbxThemeColor } from '../style/style';
1
+ import { type DbxThemeColor } from '../style/style';
2
2
  export type DbxBarColor = DbxThemeColor;
@@ -1,5 +1,5 @@
1
1
  import { type Maybe } from '@dereekb/util';
2
- import { Observable } from 'rxjs';
2
+ import { type Observable } from 'rxjs';
3
3
  export declare enum CompactMode {
4
4
  FULL = "full",
5
5
  COMPACT = "compact"
@@ -1,8 +1,8 @@
1
- import { CssClassesArray, Maybe, UniqueModel } from '@dereekb/util';
2
- import { DbxValueListItem, DbxValueListItemConfig } from '../list.view.value';
3
- import { DbxInjectionComponentConfig } from '@dereekb/dbx-core';
4
- import { Provider, Type } from '@angular/core';
5
- import { ObservableOrValue } from '@dereekb/rxjs';
1
+ import { type CssClassesArray, type Maybe, type UniqueModel } from '@dereekb/util';
2
+ import { type DbxValueListItem, type DbxValueListItemConfig } from '../list.view.value';
3
+ import { type DbxInjectionComponentConfig } from '@dereekb/dbx-core';
4
+ import { type Provider, type Type } from '@angular/core';
5
+ import { type ObservableOrValue } from '@dereekb/rxjs';
6
6
  /**
7
7
  * A group of DbxValueListItem values, grouped by common data, name, and id.
8
8
  */
@@ -1,6 +1,6 @@
1
- import { Type } from '@angular/core';
2
- import { PrimativeKey, SortCompareFunction, CssClassesArray } from '@dereekb/util';
3
- import { DbxValueListItem, DbxValueListItemConfig } from '../list.view.value';
1
+ import { type Type } from '@angular/core';
2
+ import { type PrimativeKey, type SortCompareFunction, type CssClassesArray } from '@dereekb/util';
3
+ import { type DbxValueListItem, type DbxValueListItemConfig } from '../list.view.value';
4
4
  export interface DbxListTitleGroupData<O extends PrimativeKey> {
5
5
  /**
6
6
  * Data Value. Should generally be defined, but can be null if the group is a default group.
@@ -1,5 +1,5 @@
1
- import { TrackByFunction } from '@angular/core';
2
- import { ModelKeyRef, UniqueModel } from '@dereekb/util';
1
+ import { type TrackByFunction } from '@angular/core';
2
+ import { type ModelKeyRef, type UniqueModel } from '@dereekb/util';
3
3
  export declare const TRACK_BY_MODEL_ID: TrackByFunction<UniqueModel>;
4
4
  export declare function trackByUniqueIdentifier<T extends UniqueModel>(): TrackByFunction<T>;
5
5
  export declare const TRACK_BY_MODEL_KEY: TrackByFunction<ModelKeyRef>;
@@ -1,6 +1,6 @@
1
- import { Observable } from 'rxjs';
2
- import { ListLoadingState, ListLoadingStateContext } from '@dereekb/rxjs';
3
- import { OutputEmitterRef, Provider, TrackByFunction, Type } from '@angular/core';
1
+ import { type Observable } from 'rxjs';
2
+ import { type ListLoadingState, type ListLoadingStateContext } from '@dereekb/rxjs';
3
+ import { type OutputEmitterRef, type Provider, type TrackByFunction, type Type } from '@angular/core';
4
4
  import { type Maybe } from '@dereekb/util';
5
5
  export type DbxListSelectionMode = 'select' | 'view';
6
6
  export interface ListSelectionStateItem<T> {
@@ -1,7 +1,7 @@
1
- import { InjectionToken, Provider, Type } from '@angular/core';
2
- import { ClickableAnchor, DbxInjectionComponentConfig } from '@dereekb/dbx-core';
3
- import { Observable } from 'rxjs';
4
- import { DecisionFunction, type Maybe } from '@dereekb/util';
1
+ import { InjectionToken, type Provider, type Type } from '@angular/core';
2
+ import { type ClickableAnchor, type DbxInjectionComponentConfig } from '@dereekb/dbx-core';
3
+ import { type Observable } from 'rxjs';
4
+ import { type DecisionFunction, type Maybe } from '@dereekb/util';
5
5
  export declare const DBX_VALUE_LIST_VIEW_ITEM: InjectionToken<unknown>;
6
6
  export interface DbxValueListItem<T, M = unknown> {
7
7
  itemValue: T;
@@ -1,7 +1,7 @@
1
- import { Provider, Type } from '@angular/core';
2
- import { ArrayOrValue, Modifier, ModifierFunction, ModifierMap } from '@dereekb/util';
3
- import { Observable } from 'rxjs';
4
- import { DbxValueListItem } from './list.view.value';
1
+ import { type Provider, type Type } from '@angular/core';
2
+ import { type ArrayOrValue, type Modifier, type ModifierFunction, type ModifierMap } from '@dereekb/util';
3
+ import { type Observable } from 'rxjs';
4
+ import { type DbxValueListItem } from './list.view.value';
5
5
  export declare abstract class DbxValueListItemModifier<T = unknown, I extends DbxValueListItem<T> = DbxValueListItem<T>> {
6
6
  abstract readonly modifiers$: Observable<ModifierMap<I>>;
7
7
  abstract addModifiers(modifiers: ArrayOrValue<Modifier<I>>): void;
@@ -1,8 +1,8 @@
1
- import { Observable } from 'rxjs';
2
- import { ListLoadingState, MaybeObservableOrValue } from '@dereekb/rxjs';
3
- import { OutputRef, Provider, Type } from '@angular/core';
1
+ import { type Observable } from 'rxjs';
2
+ import { type ListLoadingState, type MaybeObservableOrValue } from '@dereekb/rxjs';
3
+ import { type OutputRef, type Provider, type Type } from '@angular/core';
4
4
  import { type Maybe } from '@dereekb/util';
5
- import { DbxListSelectionMode } from './list.view';
5
+ import { type DbxListSelectionMode } from './list.view';
6
6
  /**
7
7
  * Common interface for views that may wrap a DbxListView, and pass values through to it.
8
8
  */
@@ -1,4 +1,4 @@
1
- import { CharacterPrefixSuffixCleanString, CssClass, DashPrefixString, type Maybe } from '@dereekb/util';
1
+ import { type CharacterPrefixSuffixCleanString, type CssClass, type DashPrefixString, type Maybe } from '@dereekb/util';
2
2
  /**
3
3
  * An kebab-case style name that uniquely identifies a styling for an app.
4
4
  *
@@ -1,5 +1,5 @@
1
- import { EnvironmentProviders } from '@angular/core';
2
- import { DbxStyleConfig } from './style';
1
+ import { type EnvironmentProviders } from '@angular/core';
2
+ import { type DbxStyleConfig } from './style';
3
3
  /**
4
4
  * Configuration for provideDbxStyleService().
5
5
  */
@@ -1,4 +1,4 @@
1
- import { DbxActionWorkOrWorkProgress, DbxActionWorkProgress } from '@dereekb/dbx-core';
1
+ import { type DbxActionWorkOrWorkProgress, type DbxActionWorkProgress } from '@dereekb/dbx-core';
2
2
  export type DbxLoadingProgress = DbxActionWorkProgress;
3
3
  /**
4
4
  * Loading progress for a loading component.
@@ -1,4 +1,4 @@
1
- import { EnvironmentProviders } from '@angular/core';
1
+ import { type EnvironmentProviders } from '@angular/core';
2
2
  /**
3
3
  * Provides a DbxRouterWebProviderConfig that configures the app to use Angular Router for anchors.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { DbxInjectionComponentConfig } from '@dereekb/dbx-core';
1
+ import { type DbxInjectionComponentConfig } from '@dereekb/dbx-core';
2
2
  /**
3
3
  * Provider that describes to the app how to handle anchors.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { EnvironmentProviders } from '@angular/core';
1
+ import { type EnvironmentProviders } from '@angular/core';
2
2
  /**
3
3
  * Provides a DbxRouterWebProviderConfig that configures the app to use UIRouter for anchors.
4
4
 
@@ -1,4 +1,4 @@
1
- import { ElementRef, Signal } from '@angular/core';
1
+ import { ElementRef, type Signal } from '@angular/core';
2
2
  /**
3
3
  * Resize event used by resizeSignal.
4
4
  *
@@ -1,4 +1,4 @@
1
- import { EnvironmentProviders } from '@angular/core';
1
+ import { type EnvironmentProviders } from '@angular/core';
2
2
  import { DbxScreenMediaServiceConfig } from './screen.service';
3
3
  /**
4
4
  * Configuration for provideDbxScreenMediaService().
package/lib/util/cdk.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { DestroyFunction } from '@dereekb/util';
1
+ import { type DestroyFunction } from '@dereekb/util';
2
2
  /**
3
3
  * Disables the "contextmenu" from popping up in the cdk-overlay-container.
4
4
  *
@@ -1,5 +1,5 @@
1
- import { LatLngPointInput, LatLngBoundInput, ZoomLevel, ZoomLevelRange, ExtendLatLngBoundInput } from '@dereekb/util';
2
- import * as MapboxGl from 'mapbox-gl';
1
+ import { type LatLngPointInput, type LatLngBoundInput, type ZoomLevel, type ZoomLevelRange, type ExtendLatLngBoundInput } from '@dereekb/util';
2
+ import type * as MapboxGl from 'mapbox-gl';
3
3
  /**
4
4
  * List of styles that are defined here:
5
5
  *
@@ -1,5 +1,5 @@
1
- import { ClickableAnchor } from '@dereekb/dbx-core';
2
- import { Pixels, FactoryWithRequiredInput, LatLngInputRef, UniqueModel, CssClassesArray, Maybe, CssStyleObject } from '@dereekb/util';
1
+ import { type ClickableAnchor } from '@dereekb/dbx-core';
2
+ import { type Pixels, type FactoryWithRequiredInput, type LatLngInputRef, type UniqueModel, type CssClassesArray, type Maybe, type CssStyleObject } from '@dereekb/util';
3
3
  /**
4
4
  * DbxMapboxMarkerSize. Numbers are converted to pixels.
5
5
  */
@@ -1,4 +1,4 @@
1
- import { DbxMapboxConfig } from './mapbox.service';
1
+ import { type DbxMapboxConfig } from './mapbox.service';
2
2
  /**
3
3
  * Convenience type used in .environment.ts files for building configuration.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { EnvironmentProviders } from '@angular/core';
1
+ import { type EnvironmentProviders } from '@angular/core';
2
2
  import { DbxMapboxConfig } from './mapbox.service';
3
3
  import { provideMapboxGL } from 'ngx-mapbox-gl';
4
4
  /**
@@ -1,8 +1,8 @@
1
- import { ObservableOrValue } from '@dereekb/rxjs';
2
- import { LatLngPointInput, LatLngBound, LatLngBoundCheckFunction, RoundNumberToStepFunctionInput, LatLngPrecision, type Maybe } from '@dereekb/util';
3
- import { OperatorFunction } from 'rxjs';
4
- import { MapboxZoomLevel } from './mapbox';
5
- import { MapboxViewportBoundFunction } from './mapbox.util';
1
+ import { type ObservableOrValue } from '@dereekb/rxjs';
2
+ import { type LatLngPointInput, type LatLngBound, type LatLngBoundCheckFunction, type RoundNumberToStepFunctionInput, type LatLngPrecision, type Maybe } from '@dereekb/util';
3
+ import { type OperatorFunction } from 'rxjs';
4
+ import { type MapboxZoomLevel } from './mapbox';
5
+ import { type MapboxViewportBoundFunction } from './mapbox.util';
6
6
  export type FilterMapboxBoundReadItemValueFunction<T> = (value: T) => MapboxViewportBoundFunctionItemValue;
7
7
  export interface FilterMapboxBoundConfig<T> {
8
8
  readonly boundFunctionObs: ObservableOrValue<MapboxViewportBoundFunction>;
@@ -1,5 +1,5 @@
1
- import { LatLngBound, LatLngPoint, Vector } from '@dereekb/util';
2
- import { MapboxTileSize, MapboxZoomLevel } from './mapbox';
1
+ import { type LatLngBound, type LatLngPoint, type Vector } from '@dereekb/util';
2
+ import { type MapboxTileSize, type MapboxZoomLevel } from './mapbox';
3
3
  export interface MapboxViewportBoundFunctionConfig {
4
4
  readonly mapCanvasSize: Vector;
5
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web",
3
- "version": "12.5.3",
3
+ "version": "12.5.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
@@ -1,2 +1,2 @@
1
- import { ElementRef, InjectionToken } from '@angular/core';
1
+ import { type ElementRef, InjectionToken } from '@angular/core';
2
2
  export declare const DBX_TABLE_COLUMN_SIZE_PARENT_ELEMENT_REF_TOKEN: InjectionToken<ElementRef<HTMLElement>>;
@@ -1,8 +1,8 @@
1
- import { Observable } from 'rxjs';
2
- import { LoadingState, ObservableOrValue, PageListLoadingState } from '@dereekb/rxjs';
3
- import { CssClassesArray, type Maybe } from '@dereekb/util';
4
- import { DbxInjectionComponentConfig } from '@dereekb/dbx-core';
5
- import { TrackByFunction } from '@angular/core';
1
+ import { type Observable } from 'rxjs';
2
+ import { type LoadingState, type ObservableOrValue, type PageListLoadingState } from '@dereekb/rxjs';
3
+ import { type CssClassesArray, type Maybe } from '@dereekb/util';
4
+ import { type DbxInjectionComponentConfig } from '@dereekb/dbx-core';
5
+ import { type TrackByFunction } from '@angular/core';
6
6
  /**
7
7
  * Delegate used for retrieving data for a table.
8
8
  */
@@ -1,7 +1,7 @@
1
- import { Observable } from 'rxjs';
2
- import { PrimativeKey, Maybe, ReadRequiredKeyFunction } from '@dereekb/util';
3
- import { DbxTableColumn } from './table';
4
- import { DbxTableStore } from './table.store';
1
+ import { type Observable } from 'rxjs';
2
+ import { type PrimativeKey, type Maybe, type ReadRequiredKeyFunction } from '@dereekb/util';
3
+ import { type DbxTableColumn } from './table';
4
+ import { type DbxTableStore } from './table.store';
5
5
  export interface DbxTableReaderCellPair<C, T> {
6
6
  readonly column: DbxTableColumn<C>;
7
7
  readonly item: T;