@eduboxpro/studio 0.1.19 → 0.1.20
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
|
@@ -429,8 +429,11 @@ declare class StudioConfigService {
|
|
|
429
429
|
readonly themeMode: _angular_core.WritableSignal<ThemeMode>;
|
|
430
430
|
constructor();
|
|
431
431
|
configure(config: StudioConfig): void;
|
|
432
|
-
setThemeMode(mode: ThemeMode): void;
|
|
432
|
+
setThemeMode(mode: ThemeMode, persist?: boolean): void;
|
|
433
433
|
toggleTheme(): void;
|
|
434
|
+
private loadSavedTheme;
|
|
435
|
+
private saveTheme;
|
|
436
|
+
private hasSavedTheme;
|
|
434
437
|
updateTheme(theme: Partial<StudioThemeConfig>): void;
|
|
435
438
|
reset(): void;
|
|
436
439
|
private applyTheme;
|