@dereekb/dbx-form 12.4.4 → 12.5.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.
@@ -46,6 +46,7 @@ export declare class DbxFormActionDialogComponent<O> extends AbstractDialogDirec
46
46
  icon?: Maybe<string>;
47
47
  text: string | null;
48
48
  type?: import("@dereekb/dbx-web").DbxButtonType;
49
+ mode?: import("@angular/material/progress-spinner").ProgressSpinnerMode;
49
50
  color?: import("@angular/material/core").ThemePalette | import("@dereekb/dbx-web").DbxThemeColor;
50
51
  spinnerColor?: import("@angular/material/core").ThemePalette | import("@dereekb/dbx-web").DbxThemeColor;
51
52
  customButtonColor?: string;
@@ -103,7 +103,7 @@ export declare abstract class AbstractDbxSearchableValueFieldDirective<T, M = un
103
103
  readonly inputValue$: Observable<string>;
104
104
  readonly inputValueString$: Observable<string>;
105
105
  readonly searchResultsState$: Observable<LoadingState<ConfiguredSearchableValueFieldDisplayValue<T, M>[]>>;
106
- private readonly _singleValueSyncSubscription;
106
+ private readonly _singleValueSyncSub;
107
107
  readonly searchContext: import("@dereekb/rxjs").MutableLoadingStateContext<unknown, LoadingState<ConfiguredSearchableValueFieldDisplayValue<T, M>[]>, import("@dereekb/rxjs").LoadingContextEvent & LoadingState<ConfiguredSearchableValueFieldDisplayValue<T, M>[]>>;
108
108
  readonly searchResults$: Observable<ConfiguredSearchableValueFieldDisplayValue<T, M>[]>;
109
109
  readonly isLoadingSearchResults$: Observable<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-form",
3
- "version": "12.4.4",
3
+ "version": "12.5.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",