@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.createTooltip();
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
@@ -5,7 +5,7 @@
5
5
  "name": "GeoGirafe PSC",
6
6
  "url": "https://doc.geomapfish.dev"
7
7
  },
8
- "version": "1.1.0-dev.2407606313",
8
+ "version": "1.1.0-dev.2410093595",
9
9
  "type": "module",
10
10
  "engines": {
11
11
  "node": ">=20.19.0"
@@ -1 +1 @@
1
- {"version":"1.1.0-dev.2407606313", "build":"2407606313", "date":"25/03/2026"}
1
+ {"version":"1.1.0-dev.2410093595", "build":"2410093595", "date":"26/03/2026"}