geonetwork-ui 2.4.0-alpha.2 → 2.4.0-alpha.2.d6fa0bfa

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.
Files changed (59) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.mjs +3 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +10 -3
  3. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +4 -1
  4. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +6 -1
  5. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  6. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +3 -3
  7. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +5 -24
  8. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +3 -3
  9. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +7 -4
  10. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +8 -1
  11. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +3 -3
  12. package/esm2022/translations/de.json +1 -0
  13. package/esm2022/translations/en.json +1 -0
  14. package/esm2022/translations/es.json +1 -0
  15. package/esm2022/translations/fr.json +1 -0
  16. package/esm2022/translations/it.json +1 -0
  17. package/esm2022/translations/nl.json +1 -0
  18. package/esm2022/translations/pt.json +1 -0
  19. package/fesm2022/geonetwork-ui.mjs +45 -31
  20. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  21. package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts.map +1 -1
  22. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -1
  23. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +1 -0
  24. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  25. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +1 -0
  26. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  27. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +1 -0
  28. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  29. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts +2 -8
  30. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +1 -1
  31. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  32. package/libs/feature/editor/src/lib/fields.config.d.ts +1 -0
  33. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  34. package/package.json +1 -1
  35. package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +2 -0
  36. package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +1 -0
  37. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +2 -0
  38. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -0
  39. package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +2 -0
  40. package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +9 -0
  41. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +14 -0
  42. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +17 -0
  43. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +1 -0
  44. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html +1 -0
  45. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.html +4 -25
  46. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.ts +3 -23
  47. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +1 -0
  48. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +16 -6
  49. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +6 -1
  50. package/src/libs/feature/editor/src/lib/fields.config.ts +8 -0
  51. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +2 -3
  52. package/translations/de.json +1 -0
  53. package/translations/en.json +1 -0
  54. package/translations/es.json +1 -0
  55. package/translations/fr.json +1 -0
  56. package/translations/it.json +1 -0
  57. package/translations/nl.json +1 -0
  58. package/translations/pt.json +1 -0
  59. package/translations/sk.json +1 -0
@@ -240,6 +240,7 @@
240
240
  "editor.record.form.field.otherConstraints": "",
241
241
  "editor.record.form.field.overviews": "",
242
242
  "editor.record.form.field.recordUpdated": "",
243
+ "editor.record.form.field.resourceIdentifier": "",
243
244
  "editor.record.form.field.resourceUpdated": "",
244
245
  "editor.record.form.field.securityConstraints": "",
245
246
  "editor.record.form.field.spatialExtents": "",
@@ -240,6 +240,7 @@
240
240
  "editor.record.form.field.otherConstraints": "",
241
241
  "editor.record.form.field.overviews": "",
242
242
  "editor.record.form.field.recordUpdated": "",
243
+ "editor.record.form.field.resourceIdentifier": "",
243
244
  "editor.record.form.field.resourceUpdated": "",
244
245
  "editor.record.form.field.securityConstraints": "",
245
246
  "editor.record.form.field.spatialExtents": "",