@myhealth-belgium/webcomponent-therapeutic-relations 1.0.0 → 1.0.1

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 1.0.1
2
+
3
+ **Bug fixes:**
4
+
5
+ - Remove infinite scrolling to avoid scrolling in scrolling
6
+
1
7
  # 1.0.0
2
8
 
3
9
  **Bug fixes:**
@@ -4,8 +4,7 @@ import * as i0 from "@angular/core";
4
4
  export declare class TherapeuticRelationsWebComponent extends BaseWebComponent implements OnInit {
5
5
  private readonly healthcarePartyService;
6
6
  private readonly therapeuticRelationService;
7
- readonly cdkScrollViewHeight: import("@angular/core").InputSignal<string>;
8
7
  ngOnInit(): void;
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TherapeuticRelationsWebComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<TherapeuticRelationsWebComponent, "mh-web-component-therapeutic-relations", never, { "cdkScrollViewHeight": { "alias": "cdkScrollViewHeight"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TherapeuticRelationsWebComponent, "mh-web-component-therapeutic-relations", never, {}, {}, never, never, true, never>;
11
10
  }