geonetwork-ui 2.9.0-dev.5b71064ef → 2.9.0-dev.5eea424ca
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/fesm2022/geonetwork-ui.mjs +12 -12
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +1 -1
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +3 -3
- package/src/libs/util/shared/src/lib/gn-ui-version.ts +5 -4
- package/translations/de.json +1 -1
- package/translations/en.json +1 -1
- package/translations/fr.json +1 -1
- package/translations/it.json +1 -1
- package/translations/sk.json +1 -1
package/package.json
CHANGED
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
class="!w-5 !h-5 !text-[20px] opacity-75 shrink-0"
|
|
86
86
|
name="matPersonOutline"
|
|
87
87
|
></ng-icon>
|
|
88
|
-
<div class="flex flex-col ml-2">
|
|
88
|
+
<div class="flex flex-col ml-2" data-cy="contact-full-name">
|
|
89
89
|
<p class="text-sm">
|
|
90
90
|
{{ contacts[0]?.firstName || '' }}
|
|
91
91
|
{{ contacts[0]?.lastName || '' }}
|
|
@@ -52,9 +52,9 @@ export class MetadataContactComponent {
|
|
|
52
52
|
|
|
53
53
|
get contacts() {
|
|
54
54
|
return (
|
|
55
|
-
(this.metadata.kind === '
|
|
56
|
-
? this.metadata.
|
|
57
|
-
: this.metadata.
|
|
55
|
+
(this.metadata.kind === 'service'
|
|
56
|
+
? this.metadata.contacts
|
|
57
|
+
: this.metadata.contactsForResource) || []
|
|
58
58
|
)
|
|
59
59
|
}
|
|
60
60
|
|
|
@@ -2,7 +2,8 @@ import packageJson from '../../../../../package.json'
|
|
|
2
2
|
|
|
3
3
|
export const GEONETWORK_UI_VERSION = packageJson.version
|
|
4
4
|
|
|
5
|
-
export const GEONETWORK_UI_TAG_NAME =
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
export const GEONETWORK_UI_TAG_NAME = GEONETWORK_UI_VERSION.split(
|
|
6
|
+
'-'
|
|
7
|
+
)[1]?.startsWith('dev')
|
|
8
|
+
? 'main'
|
|
9
|
+
: `v${packageJson.version}`
|
package/translations/de.json
CHANGED
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
"wfs.feature.limit": "Zu viele Features, um den WFS-Layer anzuzeigen!",
|
|
664
664
|
"wfs.featuretype.notfound": "Kein passender Feature-Typ wurde im Dienst gefunden",
|
|
665
665
|
"wfs.geojsongml.notsupported": "Dieser Dienst unterstützt das GeoJSON- oder GML-Format nicht",
|
|
666
|
-
"wfs.unreachable.cors": "Der Dienst
|
|
666
|
+
"wfs.unreachable.cors": "Der Remote-Dienst ist nicht für den Datenempfang (CORS) konfiguriert",
|
|
667
667
|
"wfs.unreachable.http": "Der Dienst hat einen HTTP-Fehler zurückgegeben",
|
|
668
668
|
"wfs.unreachable.unknown": "Der Dienst konnte nicht erreicht werden"
|
|
669
669
|
}
|
package/translations/en.json
CHANGED
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
"wfs.feature.limit": "Too many features to display the WFS layer!",
|
|
664
664
|
"wfs.featuretype.notfound": "No matching feature type was found in the service",
|
|
665
665
|
"wfs.geojsongml.notsupported": "This service does not support the GeoJSON or GML format",
|
|
666
|
-
"wfs.unreachable.cors": "The service
|
|
666
|
+
"wfs.unreachable.cors": "The remote service is not configured to allow data retrieval (CORS)",
|
|
667
667
|
"wfs.unreachable.http": "The service returned an HTTP error",
|
|
668
668
|
"wfs.unreachable.unknown": "The service could not be reached"
|
|
669
669
|
}
|
package/translations/fr.json
CHANGED
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
"wfs.feature.limit": "Trop d'objets pour afficher la couche WFS !",
|
|
664
664
|
"wfs.featuretype.notfound": "La classe d'objets n'a pas été trouvée dans le service",
|
|
665
665
|
"wfs.geojsongml.notsupported": "Le service ne supporte pas le format GeoJSON ou GML",
|
|
666
|
-
"wfs.unreachable.cors": "Le service n'est pas
|
|
666
|
+
"wfs.unreachable.cors": "Le service distant n'est pas configuré pour autoriser la consommation des données (CORS)",
|
|
667
667
|
"wfs.unreachable.http": "Le service a retourné une erreur HTTP",
|
|
668
668
|
"wfs.unreachable.unknown": "Le service n'est pas accessible"
|
|
669
669
|
}
|
package/translations/it.json
CHANGED
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
"wfs.feature.limit": "Troppi oggetti per visualizzare il WFS layer!",
|
|
664
664
|
"wfs.featuretype.notfound": "La classe di oggetto non è stata trovata nel servizio",
|
|
665
665
|
"wfs.geojsongml.notsupported": "Il servizio non supporta il formato GeoJSON o GML",
|
|
666
|
-
"wfs.unreachable.cors": "Il servizio non è
|
|
666
|
+
"wfs.unreachable.cors": "Il servizio remoto non è configurato per consentire il consumo di dati (CORS)",
|
|
667
667
|
"wfs.unreachable.http": "Il servizio ha restituito un errore HTTP",
|
|
668
668
|
"wfs.unreachable.unknown": "Il servizio non è accessibile"
|
|
669
669
|
}
|
package/translations/sk.json
CHANGED
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
"wfs.feature.limit": "",
|
|
664
664
|
"wfs.featuretype.notfound": "V službe nebol nájdený žiadny zodpovedajúci typ funkcie",
|
|
665
665
|
"wfs.geojsongml.notsupported": "Táto služba nepodporuje formát GeoJSON alebo GML",
|
|
666
|
-
"wfs.unreachable.cors": "
|
|
666
|
+
"wfs.unreachable.cors": "Vzdialená služba nie je nakonfigurovaná tak, aby povoľovala spotrebu dát (CORS)",
|
|
667
667
|
"wfs.unreachable.http": "Služba vrátila chybu HTTP",
|
|
668
668
|
"wfs.unreachable.unknown": "So službou sa nedalo spojiť"
|
|
669
669
|
}
|