geonetwork-ui 2.4.1-dev.1d2ade24e → 2.4.1-dev.2804667fa

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 (97) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.converter.mjs +3 -4
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +2 -5
  3. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
  4. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +3 -7
  5. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  6. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +1 -2
  7. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +1 -4
  8. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +1 -5
  9. package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +1 -5
  10. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +4 -5
  11. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +10 -80
  12. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +23 -36
  13. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +3 -4
  14. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +3 -3
  15. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +1 -1
  16. package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +2 -7
  17. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +4 -9
  18. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +7 -10
  19. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +1 -37
  20. package/esm2022/translations/de.json +0 -6
  21. package/esm2022/translations/en.json +0 -6
  22. package/esm2022/translations/es.json +0 -6
  23. package/esm2022/translations/fr.json +0 -6
  24. package/esm2022/translations/it.json +1 -9
  25. package/esm2022/translations/nl.json +0 -6
  26. package/esm2022/translations/pt.json +0 -6
  27. package/fesm2022/geonetwork-ui.mjs +305 -498
  28. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  29. package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts.map +1 -1
  30. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  31. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +0 -1
  32. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
  33. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +0 -1
  34. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  35. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +0 -1
  36. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
  37. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +0 -5
  38. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
  39. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +0 -3
  40. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
  41. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +0 -2
  42. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  43. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +0 -1
  44. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -1
  45. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +0 -1
  46. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -1
  47. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +5 -44
  48. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
  49. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +4 -4
  50. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +1 -1
  51. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +1 -1
  52. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts.map +1 -1
  53. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +1 -1
  54. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +2 -3
  55. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +1 -1
  56. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +1 -2
  57. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +1 -1
  58. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +2 -3
  59. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  60. package/libs/util/shared/src/lib/links/link-utils.d.ts +1 -2
  61. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  62. package/package.json +1 -1
  63. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.converter.ts +3 -4
  64. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +1 -8
  65. package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +0 -1
  66. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +2 -9
  67. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +1 -1
  68. package/src/libs/common/fixtures/src/lib/elasticsearch/full-response.fixtures.ts +2 -2
  69. package/src/libs/common/fixtures/src/lib/elasticsearch/search-responses.fixtures.ts +16 -16
  70. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +0 -1
  71. package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +0 -5
  72. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +0 -15
  73. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +0 -5
  74. package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +0 -6
  75. package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +3 -8
  76. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +7 -39
  77. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +4 -100
  78. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html +1 -1
  79. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.ts +19 -31
  80. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +9 -11
  81. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +2 -3
  82. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +2 -2
  83. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +1 -9
  84. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +1 -12
  85. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +6 -4
  86. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +2 -15
  87. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +5 -6
  88. package/src/libs/util/shared/src/lib/links/link-utils.ts +1 -48
  89. package/tailwind.base.config.js +0 -2
  90. package/translations/de.json +0 -6
  91. package/translations/en.json +0 -6
  92. package/translations/es.json +0 -6
  93. package/translations/fr.json +0 -6
  94. package/translations/it.json +1 -9
  95. package/translations/nl.json +0 -6
  96. package/translations/pt.json +0 -6
  97. package/translations/sk.json +0 -6

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.