@geogirafe/lib-geoportal 1.1.0-dev.2407606313 → 1.1.0-dev.2410093595
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.
|
@@ -118,7 +118,14 @@ class SearchComponent extends GirafeHTMLElement {
|
|
|
118
118
|
this.render();
|
|
119
119
|
super.girafeTranslate();
|
|
120
120
|
this.registerEvents();
|
|
121
|
-
this.
|
|
121
|
+
this.context.i18nManager.ensureTranslationLoaded().then((loaded) => {
|
|
122
|
+
if (loaded) {
|
|
123
|
+
this.createTooltip();
|
|
124
|
+
}
|
|
125
|
+
else {
|
|
126
|
+
console.debug('Translations not loaded');
|
|
127
|
+
}
|
|
128
|
+
});
|
|
122
129
|
if (this.context.permalinkManager.hasSearch()) {
|
|
123
130
|
this.subscribe('application.isReady', () => {
|
|
124
131
|
if (this.state.application.isReady) {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.1.0-dev.
|
|
1
|
+
{"version":"1.1.0-dev.2410093595", "build":"2410093595", "date":"26/03/2026"}
|