@elderbyte/ngx-starter 16.3.3 → 16.3.4

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,6 +15,8 @@ export declare class FilterUtil {
15
15
  * @param filtersB
16
16
  */
17
17
  static mergeCombine(filtersA: Filter[], filtersB: Filter[]): Filter[];
18
+ static strip(base: Filter[], toRemove: Filter[]): Filter[];
19
+ private static stripValue;
18
20
  static filterData<T>(data: T[], filters: Filter[]): T[];
19
21
  private static matches;
20
22
  private static matchesValue;
@@ -15,7 +15,7 @@ export declare class ElderSearchContextUrlBindingDirective implements AfterViewI
15
15
  * *
16
16
  **************************************************************************/
17
17
  private readonly log;
18
- private readonly _unsubscribe$;
18
+ private readonly destroy$;
19
19
  private _urlBinding;
20
20
  /***************************************************************************
21
21
  * *
@@ -21,6 +21,13 @@ export declare class ElderSearchContextDirective implements AfterViewInit, OnDes
21
21
  private readonly _searchInputs$;
22
22
  private readonly _searchStates$;
23
23
  private readonly _filterContext$;
24
+ readonly userFilters$: Observable<Filter[]>;
25
+ /***************************************************************************
26
+ * *
27
+ * Constructor *
28
+ * *
29
+ **************************************************************************/
30
+ constructor();
24
31
  /***************************************************************************
25
32
  * *
26
33
  * Life Cycle *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "16.3.3",
3
+ "version": "16.3.4",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^16.0.0 || ^17.0.0",