@noatgnu/cupcake-core 1.2.13 → 1.2.14

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
@@ -917,6 +917,7 @@ declare class SiteConfigService extends BaseApiService {
917
917
  private configSubject;
918
918
  config$: Observable<SiteConfig>;
919
919
  constructor();
920
+ private startPeriodicRefresh;
920
921
  private loadConfig;
921
922
  refreshConfig(): void;
922
923
  private fetchConfigFromBackend;
@@ -1197,6 +1198,10 @@ declare class LoginComponent implements OnInit {
1197
1198
  constructor();
1198
1199
  private returnUrl;
1199
1200
  ngOnInit(): void;
1201
+ /**
1202
+ * Navigate to return URL, properly handling query parameters
1203
+ */
1204
+ private navigateToReturnUrl;
1200
1205
  /**
1201
1206
  * Clean return URL to prevent accumulating login URLs
1202
1207
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noatgnu/cupcake-core",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "description": "A reusable Angular library that provides user management, authentication, and site configuration functionality for cupcake applications.",
5
5
  "keywords": [
6
6
  "angular",