@the-liberators/ngx-scrumteamsurvey-tools 2.3.36 → 2.3.37

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.
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class ClickableTooltipDirective {
3
+ private matTooltip;
4
+ onClick(): void;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClickableTooltipDirective, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClickableTooltipDirective, "[matTooltip]", never, {}, {}, never, never, true, never>;
7
+ }
@@ -23,6 +23,7 @@ export declare class DialogSettingsComponent extends ComponentWithViewStateBase<
23
23
  isSingleTeam: boolean;
24
24
  isSubscriber: boolean;
25
25
  modelFilterSettings: ModelFilter;
26
+ customFactorsSelected: boolean;
26
27
  benchmarkTypes: SelectItem[];
27
28
  deltaPeriods: SelectItem[];
28
29
  interventionFilterTypes: SelectItem[];
@@ -30,8 +31,11 @@ export declare class DialogSettingsComponent extends ComponentWithViewStateBase<
30
31
  constructor(dialogRef: MatDialogRef<DialogSettingsComponent>, factorService: FactorService, userSettingsService: UserSettingService, snackBar: MatSnackBar, formBuilder: FormBuilder, state: ViewModelStateBase<IResultsState>);
31
32
  ngOnInit(): void;
32
33
  submit(): void;
34
+ resetOverviewFactors(): void;
35
+ verifyOverviewFactors(): void;
33
36
  private createForm;
34
37
  protected onDataUpdate(data: IResultsState): void;
38
+ private arraysHaveSameElements;
35
39
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogSettingsComponent, never>;
36
40
  static ɵcmp: i0.ɵɵComponentDeclaration<DialogSettingsComponent, "ng-component", never, {}, {}, never, never, false, never>;
37
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.36",
3
+ "version": "2.3.37",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.1.5",
6
6
  "@angular/core": "^19.1.5",
package/public-api.d.ts CHANGED
@@ -102,6 +102,7 @@ export * from './lib/directives/guards/validChangeTokenGuard';
102
102
  export * from './lib/directives/guards/validKeyGuard';
103
103
  export * from './lib/directives/guards/validSnapshotKeyGuard';
104
104
  export * from './lib/directives/guards/validTeamKeyGuard';
105
+ export * from './lib/directives/clickableTooltip/clickableTooltip.directive';
105
106
  export * from './lib/errorhandling/error.model';
106
107
  export * from './lib/errorhandling/errorHandler';
107
108
  export * from './lib/errorhandling/errorService.module';