@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.
- package/clipper.common/common/definitions.d.ts +4 -16
- package/core/services/theme.service.d.ts +4 -0
- package/esm2022/clipper.common/common/definitions.mjs +35 -121
- package/esm2022/clipper.ui/ui/search-result-manager/search-result-manager.mjs +2 -2
- package/esm2022/core/services/theme.service.mjs +6 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +34 -120
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +5 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/package.json +12 -12
|
@@ -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 }); }
|