@dereekb/dbx-web 11.0.0 → 11.0.2

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.
@@ -10,8 +10,7 @@ export declare const DEFAULT_STATIC_LIST_DIRECTIVE_TEMPLATE = "\n<dbx-list [conf
10
10
  export declare const DEFAULT_LIST_WRAPPER_DIRECTIVE_TEMPLATE = "\n<dbx-list [state$]=\"state$\" [config]=\"config$ | async\" [disabled]=\"disabled\" [selectionMode]=\"selectionMode\">\n <ng-content top select=\"[top]\"></ng-content>\n <ng-content bottom select=\"[bottom]\"></ng-content>\n <ng-content empty select=\"[empty]\"></ng-content>\n <ng-content emptyLoading select=\"[emptyLoading]\"></ng-content>\n</dbx-list>\n";
11
11
  export type DbxListWrapperConfig<T, V extends DbxListView<T> = DbxListView<T>> = Omit<DbxListConfig<T, V>, 'onClick' | 'loadMore'>;
12
12
  export declare abstract class AbstractDbxListWrapperDirective<T, V extends DbxListView<T> = DbxListView<T>, C extends DbxListWrapperConfig<T, V> = DbxListWrapperConfig<T, V>, S extends ListLoadingState<T> = ListLoadingState<T>> implements OnDestroy, DbxListViewWrapper<T, S> {
13
- readonly initConfig: ObservableOrValue<C>;
14
- private readonly _init;
13
+ private readonly _initialConfig;
15
14
  readonly config$: Observable<DbxListConfig<T, V>>;
16
15
  disabled?: Maybe<boolean>;
17
16
  selectionMode?: Maybe<DbxListSelectionMode>;
@@ -17,9 +17,9 @@ export interface DbxStyleConfig {
17
17
  * Used for managing styles within an app.
18
18
  */
19
19
  export declare class DbxStyleService implements Destroyable {
20
- private _defaultConfig;
21
- private _config;
22
- private _suffix;
20
+ private readonly _defaultConfig;
21
+ private readonly _config;
22
+ private readonly _suffix;
23
23
  readonly config$: Observable<DbxStyleConfig>;
24
24
  readonly suffix$: Observable<Maybe<string>>;
25
25
  readonly style$: Observable<string>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web/mapbox",
3
- "version": "11.0.0",
3
+ "version": "11.0.2",
4
4
  "module": "fesm2022/dereekb-dbx-web-mapbox.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web",
3
- "version": "11.0.0",
3
+ "version": "11.0.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.12",
6
6
  "@angular/core": "^16.2.12",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web/table",
3
- "version": "11.0.0",
3
+ "version": "11.0.2",
4
4
  "module": "fesm2022/dereekb-dbx-web-table.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {