@solcre-org/core-ui 2.22.0 → 2.23.0

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
@@ -5716,7 +5716,7 @@ type SecureAuthValidationEventType = (typeof SECURE_AUTH_VALIDATION_EVENT_TYPE)[
5716
5716
 
5717
5717
  interface SecureAuthValidationEvent {
5718
5718
  type: SecureAuthValidationEventType;
5719
- code?: string;
5719
+ token?: string;
5720
5720
  response?: unknown;
5721
5721
  user?: AuthUser | null;
5722
5722
  error?: unknown;
@@ -5741,12 +5741,13 @@ declare class SecureAuth implements OnInit {
5741
5741
  readonly ERROR: "error";
5742
5742
  };
5743
5743
  validationEndpoint: _angular_core.InputSignal<string>;
5744
+ queryParamName: _angular_core.InputSignal<string>;
5744
5745
  validationEvent: _angular_core.OutputEmitterRef<SecureAuthValidationEvent>;
5745
5746
  loaderRequestID: string;
5746
5747
  status: _angular_core.WritableSignal<SecureAuthScreenStatus>;
5747
5748
  errorMessageKey: _angular_core.WritableSignal<string | null>;
5748
5749
  ngOnInit(): void;
5749
- private getCodeFromUrl;
5750
+ private getTokenFromUrl;
5750
5751
  private getResponseData;
5751
5752
  private buildAuthToken;
5752
5753
  private loadSessionToken;
@@ -5757,7 +5758,7 @@ declare class SecureAuth implements OnInit {
5757
5758
  private getStringValue;
5758
5759
  private notifyAuthenticatedSession;
5759
5760
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SecureAuth, never>;
5760
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<SecureAuth, "core-secure-auth", never, { "validationEndpoint": { "alias": "validationEndpoint"; "required": false; "isSignal": true; }; }, { "validationEvent": "validationEvent"; }, never, never, true, never>;
5761
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SecureAuth, "core-secure-auth", never, { "validationEndpoint": { "alias": "validationEndpoint"; "required": false; "isSignal": true; }; "queryParamName": { "alias": "queryParamName"; "required": false; "isSignal": true; }; }, { "validationEvent": "validationEvent"; }, never, never, true, never>;
5761
5762
  }
5762
5763
 
5763
5764
  declare class GenericCalendarComponent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.22.0",
3
+ "version": "2.23.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"