geonetwork-ui 2.11.0-dev.a2881de31 → 2.11.0-dev.e7b8ec331
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 +263 -141
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +22 -7
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +5 -5
- package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +5 -5
- package/src/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.ts +13 -1
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +9 -5
- package/src/libs/api/metadata-converter/src/lib/iso19139/utils/association-type.mapper.ts +12 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +2 -2
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +22 -3
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +28 -2
- package/src/libs/common/domain/src/lib/model/search/sort-by.model.ts +1 -5
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-associated-records/form-field-associated-records.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-associated-records/form-field-associated-records.component.html +33 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-associated-records/form-field-associated-records.component.ts +94 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +16 -12
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +6 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +6 -0
- package/src/libs/feature/editor/src/lib/fields.config.ts +5 -0
- package/src/libs/feature/router/src/lib/default/router.service.ts +1 -1
- package/src/libs/feature/search/src/lib/sort-by/sort-by.component.ts +1 -1
- package/translations/de.json +13 -1
- package/translations/en.json +13 -1
- package/translations/es.json +12 -0
- package/translations/fr.json +13 -1
- package/translations/it.json +13 -1
- package/translations/nl.json +12 -0
- package/translations/pt.json +12 -0
- package/translations/sk.json +13 -1
package/translations/nl.json
CHANGED
|
@@ -89,6 +89,15 @@
|
|
|
89
89
|
"domain.contact.role.stakeholder": "",
|
|
90
90
|
"domain.contact.role.unspecified": "",
|
|
91
91
|
"domain.contact.role.user": "",
|
|
92
|
+
"domain.record.associationType.collectiveTitle": "",
|
|
93
|
+
"domain.record.associationType.crossReference": "",
|
|
94
|
+
"domain.record.associationType.dependency": "",
|
|
95
|
+
"domain.record.associationType.isComposedOf": "",
|
|
96
|
+
"domain.record.associationType.largerWorkCitation": "",
|
|
97
|
+
"domain.record.associationType.partOfSeamlessDatabase": "",
|
|
98
|
+
"domain.record.associationType.revisionOf": "",
|
|
99
|
+
"domain.record.associationType.series": "",
|
|
100
|
+
"domain.record.associationType.stereoMate": "",
|
|
92
101
|
"domain.record.keywordType.other": "",
|
|
93
102
|
"domain.record.keywordType.place": "",
|
|
94
103
|
"domain.record.keywordType.temporal": "",
|
|
@@ -212,6 +221,9 @@
|
|
|
212
221
|
"editor.record.form.field.organisation": "",
|
|
213
222
|
"editor.record.form.field.otherConstraints": "",
|
|
214
223
|
"editor.record.form.field.overviews": "",
|
|
224
|
+
"editor.record.form.field.parentIdentifier": "",
|
|
225
|
+
"editor.record.form.field.parentLink": "",
|
|
226
|
+
"editor.record.form.field.parentType": "",
|
|
215
227
|
"editor.record.form.field.recordUpdated": "",
|
|
216
228
|
"editor.record.form.field.resourceCreated": "",
|
|
217
229
|
"editor.record.form.field.resourceIdentifier": "",
|
package/translations/pt.json
CHANGED
|
@@ -89,6 +89,15 @@
|
|
|
89
89
|
"domain.contact.role.stakeholder": "",
|
|
90
90
|
"domain.contact.role.unspecified": "",
|
|
91
91
|
"domain.contact.role.user": "",
|
|
92
|
+
"domain.record.associationType.collectiveTitle": "",
|
|
93
|
+
"domain.record.associationType.crossReference": "",
|
|
94
|
+
"domain.record.associationType.dependency": "",
|
|
95
|
+
"domain.record.associationType.isComposedOf": "",
|
|
96
|
+
"domain.record.associationType.largerWorkCitation": "",
|
|
97
|
+
"domain.record.associationType.partOfSeamlessDatabase": "",
|
|
98
|
+
"domain.record.associationType.revisionOf": "",
|
|
99
|
+
"domain.record.associationType.series": "",
|
|
100
|
+
"domain.record.associationType.stereoMate": "",
|
|
92
101
|
"domain.record.keywordType.other": "",
|
|
93
102
|
"domain.record.keywordType.place": "",
|
|
94
103
|
"domain.record.keywordType.temporal": "",
|
|
@@ -212,6 +221,9 @@
|
|
|
212
221
|
"editor.record.form.field.organisation": "",
|
|
213
222
|
"editor.record.form.field.otherConstraints": "",
|
|
214
223
|
"editor.record.form.field.overviews": "",
|
|
224
|
+
"editor.record.form.field.parentIdentifier": "",
|
|
225
|
+
"editor.record.form.field.parentLink": "",
|
|
226
|
+
"editor.record.form.field.parentType": "",
|
|
215
227
|
"editor.record.form.field.recordUpdated": "",
|
|
216
228
|
"editor.record.form.field.resourceCreated": "",
|
|
217
229
|
"editor.record.form.field.resourceIdentifier": "",
|
package/translations/sk.json
CHANGED
|
@@ -89,6 +89,15 @@
|
|
|
89
89
|
"domain.contact.role.stakeholder": "",
|
|
90
90
|
"domain.contact.role.unspecified": "",
|
|
91
91
|
"domain.contact.role.user": "",
|
|
92
|
+
"domain.record.associationType.collectiveTitle": "",
|
|
93
|
+
"domain.record.associationType.crossReference": "",
|
|
94
|
+
"domain.record.associationType.dependency": "",
|
|
95
|
+
"domain.record.associationType.isComposedOf": "",
|
|
96
|
+
"domain.record.associationType.largerWorkCitation": "",
|
|
97
|
+
"domain.record.associationType.partOfSeamlessDatabase": "",
|
|
98
|
+
"domain.record.associationType.revisionOf": "",
|
|
99
|
+
"domain.record.associationType.series": "",
|
|
100
|
+
"domain.record.associationType.stereoMate": "",
|
|
92
101
|
"domain.record.keywordType.other": "Kľúčové slová",
|
|
93
102
|
"domain.record.keywordType.place": "Miesto",
|
|
94
103
|
"domain.record.keywordType.temporal": "Časový",
|
|
@@ -212,6 +221,9 @@
|
|
|
212
221
|
"editor.record.form.field.organisation": "",
|
|
213
222
|
"editor.record.form.field.otherConstraints": "",
|
|
214
223
|
"editor.record.form.field.overviews": "",
|
|
224
|
+
"editor.record.form.field.parentIdentifier": "",
|
|
225
|
+
"editor.record.form.field.parentLink": "",
|
|
226
|
+
"editor.record.form.field.parentType": "",
|
|
215
227
|
"editor.record.form.field.recordUpdated": "",
|
|
216
228
|
"editor.record.form.field.resourceCreated": "",
|
|
217
229
|
"editor.record.form.field.resourceIdentifier": "",
|
|
@@ -533,7 +545,7 @@
|
|
|
533
545
|
"record.metadata.download": "Sťahovania",
|
|
534
546
|
"record.metadata.feature.catalog": "",
|
|
535
547
|
"record.metadata.formats": "Formáty",
|
|
536
|
-
"record.metadata.isGeographical": "
|
|
548
|
+
"record.metadata.isGeographical": "geo",
|
|
537
549
|
"record.metadata.keywords": "Kľúčové slová",
|
|
538
550
|
"record.metadata.languages": "",
|
|
539
551
|
"record.metadata.link.postgis.table": "",
|