geonetwork-ui 2.10.2-dev.57499f9ef → 2.10.2-dev.a01053f1f
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.
|
@@ -20338,7 +20338,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
20338
20338
|
}] } });
|
|
20339
20339
|
|
|
20340
20340
|
var name = "geonetwork-ui";
|
|
20341
|
-
var version = "2.10.2-dev.
|
|
20341
|
+
var version = "2.10.2-dev.a01053f1f";
|
|
20342
20342
|
var engines = {
|
|
20343
20343
|
node: ">=24"
|
|
20344
20344
|
};
|
|
@@ -20368,9 +20368,9 @@ var peerDependencies = {
|
|
|
20368
20368
|
"@ngrx/store": "19.x || 20.x || 21.x",
|
|
20369
20369
|
"@ngrx/store-devtools": "19.x || 20.x || 21.x",
|
|
20370
20370
|
"@ngrx/operators": "19.x || 20.x || 21.x",
|
|
20371
|
-
"@ngx-translate/core": "
|
|
20372
|
-
"@ngx-translate/http-loader": "
|
|
20373
|
-
"flag-icons": "
|
|
20371
|
+
"@ngx-translate/core": "17.x",
|
|
20372
|
+
"@ngx-translate/http-loader": "17.x",
|
|
20373
|
+
"flag-icons": "~7.5.0",
|
|
20374
20374
|
rxjs: "7.x",
|
|
20375
20375
|
"zone.js": "*",
|
|
20376
20376
|
tailwindcss: "3.x"
|
|
@@ -22509,6 +22509,8 @@ const VECTOR_STYLE_DEFAULT = new InjectionToken('vectorStyleDefault', {
|
|
|
22509
22509
|
const DEFAULT_BASEMAP_LAYER = {
|
|
22510
22510
|
type: 'maplibre-style',
|
|
22511
22511
|
styleUrl: `https://basemaps.cartocdn.com/gl/positron-gl-style/style.json`,
|
|
22512
|
+
clickable: false,
|
|
22513
|
+
hoverable: false,
|
|
22512
22514
|
};
|
|
22513
22515
|
const DEFAULT_VIEW = {
|
|
22514
22516
|
center: [0, 15],
|