mesauth-angular 1.8.4 → 1.8.5

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": "mesauth-angular",
3
- "version": "1.8.4",
3
+ "version": "1.8.5",
4
4
  "description": "Angular helper library to connect to a backend API and SignalR hub to surface the current logged-in user and incoming notifications with dark/light theme support",
5
5
  "keywords": [
6
6
  "angular",
@@ -627,6 +627,7 @@ declare class MaArvContainerComponent {
627
627
  private loadStepCandidates;
628
628
  onStepUserChange(stepIndex: number, event: Event): void;
629
629
  onStepUserChangeInput(stepIndex: number, userId: string): void;
630
+ private normalize;
630
631
  onCandidateSearchInput(stepIndex: number, query: string): void;
631
632
  onTemplateChange(event: Event): void;
632
633
  addStep(): void;