geonetwork-ui 2.10.0-dev.cbf02ead8 → 2.10.0-dev.cf0577fae

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 (67) hide show
  1. package/fesm2022/geonetwork-ui.mjs +318 -58
  2. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  3. package/index.d.ts +49 -7
  4. package/index.d.ts.map +1 -1
  5. package/package.json +1 -1
  6. package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +9 -0
  7. package/src/libs/api/metadata-converter/src/lib/fixtures/eu.dcat-ap.records.ts +2 -0
  8. package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +1 -0
  9. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.reuse+ongules.ts +7 -0
  10. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.reuse+roilaye.ts +1 -0
  11. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +1 -0
  12. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -0
  13. package/src/libs/api/metadata-converter/src/lib/fixtures/georhena.records.ts +1 -0
  14. package/src/libs/api/metadata-converter/src/lib/fixtures/metadata-for-i18n.records.ts +2 -0
  15. package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +1 -0
  16. package/src/libs/api/metadata-converter/src/lib/fixtures/opendataswiss.records.ts +1 -0
  17. package/src/libs/api/metadata-converter/src/lib/fixtures/sextant.records.ts +2 -0
  18. package/src/libs/api/metadata-converter/src/lib/fixtures/vlaanderen.dcat-ap.records.ts +1 -0
  19. package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.reuse.ts +8 -0
  20. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.converter.ts +1 -0
  21. package/src/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.ts +7 -0
  22. package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +8 -0
  23. package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +8 -0
  24. package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +11 -0
  25. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +33 -0
  26. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +33 -0
  27. package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +4 -0
  28. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +10 -2
  29. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +11 -0
  30. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +5 -0
  31. package/src/libs/feature/editor/src/lib/components/contact-details/contact-details-form.component.css +0 -0
  32. package/src/libs/feature/editor/src/lib/components/contact-details/contact-details-form.component.html +67 -0
  33. package/src/libs/feature/editor/src/lib/components/contact-details/contact-details-form.component.ts +39 -0
  34. package/src/libs/feature/editor/src/lib/components/record-form/form-field/field-focus.directive.ts +38 -0
  35. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +0 -1
  36. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +9 -2
  37. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +12 -0
  38. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.css +37 -0
  39. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +1 -0
  40. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +5 -0
  41. package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -0
  42. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.css +0 -3
  43. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +0 -1
  44. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +27 -25
  45. package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +4 -0
  46. package/src/libs/feature/editor/src/lib/services/editor.service.ts +1 -1
  47. package/src/libs/ui/elements/src/index.ts +1 -0
  48. package/src/libs/ui/elements/src/lib/contact-details/contact-details.component.html +96 -0
  49. package/src/libs/ui/elements/src/lib/contact-details/contact-details.component.ts +45 -0
  50. package/src/libs/ui/elements/src/lib/contact-pill/contact-pill.component.html +23 -2
  51. package/src/libs/ui/elements/src/lib/contact-pill/contact-pill.component.ts +51 -7
  52. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +2 -5
  53. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +2 -2
  54. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +2 -2
  55. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +2 -1
  56. package/src/libs/util/app-config/src/lib/app-config.ts +14 -1
  57. package/src/libs/util/app-config/src/lib/model.ts +3 -0
  58. package/src/libs/util/app-config/src/lib/parse-utils.ts +27 -0
  59. package/src/libs/util/shared/src/lib/utils/user-display.ts +9 -0
  60. package/translations/de.json +8 -1
  61. package/translations/en.json +8 -1
  62. package/translations/es.json +8 -1
  63. package/translations/fr.json +8 -1
  64. package/translations/it.json +8 -1
  65. package/translations/nl.json +8 -1
  66. package/translations/pt.json +8 -1
  67. package/translations/sk.json +8 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.