@noatgnu/cupcake-core 1.2.12 → 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,7 +917,9 @@ declare class SiteConfigService extends BaseApiService {
|
|
|
917
917
|
private configSubject;
|
|
918
918
|
config$: Observable<SiteConfig>;
|
|
919
919
|
constructor();
|
|
920
|
+
private startPeriodicRefresh;
|
|
920
921
|
private loadConfig;
|
|
922
|
+
refreshConfig(): void;
|
|
921
923
|
private fetchConfigFromBackend;
|
|
922
924
|
getCurrentConfig(): Observable<SiteConfig>;
|
|
923
925
|
updateConfig(config: Partial<SiteConfig>): Observable<SiteConfig>;
|
|
@@ -1196,6 +1198,10 @@ declare class LoginComponent implements OnInit {
|
|
|
1196
1198
|
constructor();
|
|
1197
1199
|
private returnUrl;
|
|
1198
1200
|
ngOnInit(): void;
|
|
1201
|
+
/**
|
|
1202
|
+
* Navigate to return URL, properly handling query parameters
|
|
1203
|
+
*/
|
|
1204
|
+
private navigateToReturnUrl;
|
|
1199
1205
|
/**
|
|
1200
1206
|
* Clean return URL to prevent accumulating login URLs
|
|
1201
1207
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noatgnu/cupcake-core",
|
|
3
|
-
"version": "1.2.
|
|
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",
|