geonetwork-ui 2.10.0-dev.896c4b637 → 2.10.0-dev.91673b3ba
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 +916 -834
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +22 -7
- package/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +14 -2
- package/src/libs/api/repository/src/lib/gn4/gn4.provider.ts +6 -1
- package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +0 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +8 -15
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +6 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +8 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +6 -6
- package/src/libs/ui/elements/src/index.ts +1 -0
- package/src/libs/ui/elements/src/lib/contact-pill/contact-pill.component.html +16 -0
- package/src/libs/ui/elements/src/lib/contact-pill/contact-pill.component.ts +26 -0
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +1 -1
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +0 -1
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +0 -4
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +27 -66
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +30 -10
- package/src/libs/ui/inputs/src/lib/button/button.component.ts +4 -0
- package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.html +0 -1
- package/src/libs/util/shared/src/lib/utils/index.ts +1 -0
- package/src/libs/util/shared/src/lib/utils/user-display.ts +23 -0
- package/tailwind.base.css +6 -0
- package/translations/de.json +1 -0
- package/translations/en.json +1 -0
- package/translations/es.json +1 -0
- package/translations/fr.json +1 -0
- package/translations/it.json +1 -0
- package/translations/nl.json +1 -0
- package/translations/pt.json +1 -0
- package/translations/sk.json +1 -0
package/translations/pt.json
CHANGED
|
@@ -520,6 +520,7 @@
|
|
|
520
520
|
"record.metadata.quality.updateFrequency.failed": "",
|
|
521
521
|
"record.metadata.quality.updateFrequency.success": "",
|
|
522
522
|
"record.metadata.related": "",
|
|
523
|
+
"record.metadata.resource.contacts": "",
|
|
523
524
|
"record.metadata.resourceCreated": "",
|
|
524
525
|
"record.metadata.resourcePublished": "",
|
|
525
526
|
"record.metadata.resourceUpdated": "",
|
package/translations/sk.json
CHANGED
|
@@ -520,6 +520,7 @@
|
|
|
520
520
|
"record.metadata.quality.updateFrequency.failed": "Frekvencia aktualizácie nie je určená",
|
|
521
521
|
"record.metadata.quality.updateFrequency.success": "Frekvencia aktualizácie je určená",
|
|
522
522
|
"record.metadata.related": "Súvisiace záznamy",
|
|
523
|
+
"record.metadata.resource.contacts": "Kontakty k zdroju",
|
|
523
524
|
"record.metadata.resourceCreated": "",
|
|
524
525
|
"record.metadata.resourcePublished": "",
|
|
525
526
|
"record.metadata.resourceUpdated": "",
|