@sinequa/atomic-angular 1.6.0 → 1.6.1

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/index.d.ts CHANGED
@@ -8367,6 +8367,13 @@ declare class SignInComponent {
8367
8367
  state: "initial" | "loading" | "loaded" | "error";
8368
8368
  }>;
8369
8369
  readonly expiresSoonNotified: _angular_core.WritableSignal<boolean>;
8370
+ /**
8371
+ * Forces the credentials form to show even while `externalAuth` is true. Set when a silent
8372
+ * SSO/browser auth attempt fails and no OAuth/SAML provider is configured: in that case
8373
+ * `useSSO` only meant "unknown — try SSO, then credentials", so we fall back to the form
8374
+ * instead of routing to /error.
8375
+ */
8376
+ readonly showCredentialsFallback: _angular_core.WritableSignal<boolean>;
8370
8377
  constructor(destroyRef: DestroyRef);
8371
8378
  private checkPasswordExpiresSoon;
8372
8379
  handleLogout(): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinequa/atomic-angular",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.0"
6
6
  },