@elderbyte/ngx-starter 17.11.0-beta3 → 17.11.0-beta4

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.
@@ -15,13 +15,16 @@ import * as i0 from "@angular/core";
15
15
  export declare class ElderSearchInputDirective implements SearchInput, OnInit, AfterViewInit, OnDestroy {
16
16
  private searchContext;
17
17
  private ngModel;
18
- private readonly _initialValueDirective;
19
18
  /***************************************************************************
20
19
  * *
21
20
  * Fields *
22
21
  * *
23
22
  **************************************************************************/
24
- private _queryKey$;
23
+ private readonly log;
24
+ private readonly _initialValueDirective;
25
+ private readonly _queryKey$;
26
+ private _extractedName;
27
+ private _userQueryKey;
25
28
  /**
26
29
  * (Optional) Function which transforms the value object to a query param value
27
30
  */
@@ -39,10 +42,7 @@ export declare class ElderSearchInputDirective implements SearchInput, OnInit, A
39
42
  valueAsId: BooleanInput;
40
43
  private _inputConverter;
41
44
  private readonly _state$;
42
- private readonly _name$;
43
- private _extractedName;
44
45
  private readonly destroy$;
45
- private readonly log;
46
46
  /***************************************************************************
47
47
  * *
48
48
  * Constructor *
@@ -72,7 +72,6 @@ export declare class ElderSearchInputDirective implements SearchInput, OnInit, A
72
72
  get initialDone$(): Observable<void>;
73
73
  get state$(): Observable<SearchInputState>;
74
74
  get name(): string;
75
- get name$(): Observable<string>;
76
75
  get value(): any;
77
76
  get readonly(): boolean;
78
77
  private get hasFallback();
@@ -88,6 +87,7 @@ export declare class ElderSearchInputDirective implements SearchInput, OnInit, A
88
87
  * Private methods *
89
88
  * *
90
89
  **************************************************************************/
90
+ private updateQueryKey;
91
91
  private setInputValue;
92
92
  private get valueChanges$();
93
93
  private buildInputStateObservable;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "17.11.0-beta3",
3
+ "version": "17.11.0-beta4",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^17.0.0 || ^18.0.0",
6
6
  "@angular/common": "^17.0.0 || ^18.0.0",