@arsedizioni/ars-utils 18.2.293 → 18.2.295

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.
@@ -1958,7 +1958,11 @@ class ThemeService {
1958
1958
  * Tooltip text on toggle
1959
1959
  */
1960
1960
  this.toggleTooltip = computed(() => this.themeInfo[this.theme()].tooltip);
1961
+ this.initialize();
1961
1962
  }
1963
+ /**
1964
+ * Initialize
1965
+ */
1962
1966
  initialize() {
1963
1967
  // React to current theme
1964
1968
  this.prefersColorSchemeMediaQueryList.onchange = (_) => this.auto() ? this.setTheme() : null;
@@ -2031,7 +2035,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.1", ngImpor
2031
2035
  args: [{
2032
2036
  providedIn: "root",
2033
2037
  }]
2034
- }] });
2038
+ }], ctorParameters: () => [] });
2035
2039
 
2036
2040
  class ArsDateFnsModule {
2037
2041
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.1", ngImport: i0, type: ArsDateFnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }