@the-liberators/ngx-scrumteamsurvey-tools 2.3.123 → 2.3.125
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,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@the-liberators/ngx-scrumteamsurvey-tools",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.125",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^21.0.
|
|
6
|
-
"@angular/core": "^21.0.
|
|
7
|
-
"@angular/forms": "^21.0.
|
|
5
|
+
"@angular/common": "^21.0.8",
|
|
6
|
+
"@angular/core": "^21.0.8",
|
|
7
|
+
"@angular/forms": "^21.0.8",
|
|
8
8
|
"@swimlane/ngx-charts": "^23.1.0",
|
|
9
|
-
"@angular/material": "^21.0.
|
|
10
|
-
"@angular/material-moment-adapter": "^21.0.
|
|
9
|
+
"@angular/material": "^21.0.6",
|
|
10
|
+
"@angular/material-moment-adapter": "^21.0.6",
|
|
11
11
|
"moment": "^2.30.1",
|
|
12
12
|
"ngx-webstorage-service": "^5.0.0",
|
|
13
13
|
"rxjs": "7.8.2",
|
|
@@ -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
|
}
|