@the-liberators/ngx-scrumteamsurvey-tools 2.3.123 → 2.3.124

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.123",
3
+ "version": "2.3.124",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.6",
6
6
  "@angular/core": "^21.0.6",
@@ -2671,7 +2671,7 @@ declare class OpenNotesDialogDirective {
2671
2671
  private dialog;
2672
2672
  notes: string[];
2673
2673
  constructor(dialog: MatDialog);
2674
- onClick(): void;
2674
+ onClick($event: any): void;
2675
2675
  static ɵfac: i0.ɵɵFactoryDeclaration<OpenNotesDialogDirective, never>;
2676
2676
  static ɵdir: i0.ɵɵDirectiveDeclaration<OpenNotesDialogDirective, "[notesDialog]", never, { "notes": { "alias": "notes"; "required": false; }; }, {}, never, never, false, never>;
2677
2677
  }