@elderbyte/ngx-starter 16.4.4 → 16.4.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.
@@ -32,7 +32,7 @@ export declare class ElderInitialValueDirective implements OnDestroy {
32
32
  * *
33
33
  **************************************************************************/
34
34
  get valueChanges$(): import("rxjs").Observable<any>;
35
- applyInitialValue(value: any): void;
35
+ setValue(value: any): void;
36
36
  ngOnDestroy(): void;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ElderInitialValueDirective, [{ host: true; }]>;
38
38
  static ɵdir: i0.ɵɵDirectiveDeclaration<ElderInitialValueDirective, "[elderInitialValue]", ["elderInitialValue"], {}, {}, never, never, false, never>;
@@ -17,5 +17,5 @@ export interface SearchInput {
17
17
  * Reset the name value
18
18
  */
19
19
  reset(): void;
20
- applyInitialValue(value: string | string[] | null): void;
20
+ setValue(value: string | string[] | null): void;
21
21
  }
@@ -22,6 +22,7 @@ export declare class ElderSearchContextDirective implements OnInit, OnDestroy, A
22
22
  **************************************************************************/
23
23
  private readonly log;
24
24
  private readonly destroy$;
25
+ private readonly filtersToApplyAtRegistration;
25
26
  private readonly _searchInputs$;
26
27
  private readonly _searchStates$;
27
28
  private readonly _filterContext$;
@@ -71,7 +71,7 @@ export declare class ElderSearchInputDirective implements SearchInput, OnInit, A
71
71
  * Public API *
72
72
  * *
73
73
  **************************************************************************/
74
- applyInitialValue(queryString: string | string[] | null): void;
74
+ setValue(queryString: string | string[] | null): void;
75
75
  reset(): void;
76
76
  /***************************************************************************
77
77
  * *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "16.4.4",
3
+ "version": "16.4.5",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^16.0.0 || ^17.0.0",