chrv-components 1.10.21 → 1.10.22

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.
@@ -50,7 +50,7 @@ export declare class ChrTagSelectComponent extends ChrBaseInputComponent impleme
50
50
  protected getModelDisplay: (model: any) => any;
51
51
  protected addFromText: (event: any) => void;
52
52
  protected add: (event: any) => void;
53
- protected edit: (entry: any) => void | import("rxjs").Subscription;
53
+ protected edit: (entry: any) => void;
54
54
  protected remove(value: any): void;
55
55
  protected registerFilters: () => void;
56
56
  protected increment: (input: any) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrv-components",
3
- "version": "1.10.21",
3
+ "version": "1.10.22",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.3.0",
6
6
  "@angular/core": ">=17.3.0",
Binary file