mesauth-angular 1.16.1 → 1.16.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.16.1",
3
+ "version": "1.16.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",
@@ -716,7 +716,6 @@ declare class MaArvContainerComponent {
716
716
  isError: _angular_core.Signal<boolean>;
717
717
  isStepsError: _angular_core.Signal<Record<number, boolean>>;
718
718
  submitResultError: _angular_core.WritableSignal<string>;
719
- readonly userLabelMap: _angular_core.WritableSignal<Record<string, string>>;
720
719
  private mesAuth;
721
720
  private themeService;
722
721
  private approvalSvc;
@@ -738,8 +737,6 @@ declare class MaArvContainerComponent {
738
737
  addApprover(stepIndex: number, userId: string): void;
739
738
  removeApprover(stepIndex: number, approverIndex: number): void;
740
739
  addReference(userId: string): void;
741
- private storeLabelFromResults;
742
- private storeLabelFromCandidates;
743
740
  removeReference(j: number): void;
744
741
  onUserSearchInput(stepIndex: number, query: string): void;
745
742
  onRefSearchInput(query: string): void;
@@ -790,7 +787,7 @@ interface MaUiManifest {
790
787
  features?: Record<string, boolean>;
791
788
  }
792
789
  /** Current installed package version — keep in sync with package.json. */
793
- declare const PACKAGE_VERSION = "1.16.1";
790
+ declare const PACKAGE_VERSION = "1.16.5";
794
791
  /**
795
792
  * Provides server-driven UI configuration loaded from the hosted manifest.
796
793
  * Components read `labels()` and `features()` signals instead of hardcoded strings.