@ecodev/natural 63.1.0 → 63.2.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.
@@ -3,6 +3,7 @@ import { NaturalSearchFacets } from '../types/facet';
3
3
  import { GroupSelections, NaturalSearchSelections } from '../types/values';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class NaturalSearchComponent implements OnChanges {
6
+ #private;
6
7
  private readonly breakpointObserver;
7
8
  /**
8
9
  * Placeholder for last input (the free search input)
@@ -25,9 +26,9 @@ export declare class NaturalSearchComponent implements OnChanges {
25
26
  */
26
27
  readonly selectionChange: import("@angular/core").OutputEmitterRef<NaturalSearchSelections>;
27
28
  /**
28
- * Cleaned inputted selections. Allow valid selections to be manipulated inside component
29
+ * Cleaned inputted selections. This public API is useful because `selectionChange` does not emit changes made via `[selections]`
29
30
  */
30
- innerSelections: NaturalSearchSelections;
31
+ readonly innerSelections: import("@angular/core").Signal<NaturalSearchSelections>;
31
32
  /**
32
33
  * Input to display at component initialisation
33
34
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecodev/natural",
3
- "version": "63.1.0",
3
+ "version": "63.2.0",
4
4
  "license": "MIT",
5
5
  "repository": "github:Ecodev/natural",
6
6
  "sideEffects": false,