@the-liberators/ngx-scrumteamsurvey-tools 2.3.122 → 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
|
@@ -2359,7 +2359,6 @@ declare class DialogSettingsComponent extends ComponentWithViewStateBase<IResult
|
|
|
2359
2359
|
private settings;
|
|
2360
2360
|
factors: SelectItem[];
|
|
2361
2361
|
isSingleTeam: boolean;
|
|
2362
|
-
isSubscriber: boolean;
|
|
2363
2362
|
modelFilterSettings: ModelFilter;
|
|
2364
2363
|
customFactorsSelected: boolean;
|
|
2365
2364
|
benchmarkTypes: SelectItem[];
|
|
@@ -2672,7 +2671,7 @@ declare class OpenNotesDialogDirective {
|
|
|
2672
2671
|
private dialog;
|
|
2673
2672
|
notes: string[];
|
|
2674
2673
|
constructor(dialog: MatDialog);
|
|
2675
|
-
onClick(): void;
|
|
2674
|
+
onClick($event: any): void;
|
|
2676
2675
|
static ɵfac: i0.ɵɵFactoryDeclaration<OpenNotesDialogDirective, never>;
|
|
2677
2676
|
static ɵdir: i0.ɵɵDirectiveDeclaration<OpenNotesDialogDirective, "[notesDialog]", never, { "notes": { "alias": "notes"; "required": false; }; }, {}, never, never, false, never>;
|
|
2678
2677
|
}
|