geonetwork-ui 2.5.0-dev.50bf7a85a → 2.5.0-dev.5ea8dba3f

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 (205) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +11 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
  3. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +20 -17
  4. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +22 -2
  5. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  6. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  7. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +7 -4
  8. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +8 -8
  9. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +7 -4
  10. package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +3 -3
  11. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +2 -1
  12. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +2 -2
  13. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +7 -23
  14. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +2 -2
  15. package/esm2022/libs/feature/editor/src/lib/models/wizard-field.type.mjs +3 -4
  16. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +4 -3
  17. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +3 -2
  18. package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +4 -1
  19. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +7 -2
  20. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +9 -1
  21. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +19 -1
  22. package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +6 -1
  23. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +1 -1
  24. package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +3 -3
  25. package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +3 -3
  26. package/esm2022/libs/ui/inputs/src/index.mjs +1 -2
  27. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +1 -6
  28. package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +14 -4
  29. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +10 -3
  30. package/esm2022/libs/ui/widgets/src/index.mjs +1 -2
  31. package/esm2022/libs/ui/widgets/src/lib/ui-widgets.module.mjs +5 -6
  32. package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +5 -4
  33. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-cache.mjs +12 -0
  34. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-file.mjs +3 -3
  35. package/esm2022/libs/util/data-fetcher/src/lib/readers/base.mjs +1 -1
  36. package/esm2022/libs/util/data-fetcher/src/lib/readers/csv.mjs +2 -2
  37. package/esm2022/libs/util/data-fetcher/src/lib/readers/excel.mjs +2 -2
  38. package/esm2022/libs/util/data-fetcher/src/lib/readers/geojson.mjs +2 -2
  39. package/esm2022/libs/util/data-fetcher/src/lib/readers/gml.mjs +5 -3
  40. package/esm2022/libs/util/data-fetcher/src/lib/readers/json.mjs +2 -2
  41. package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +19 -11
  42. package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +9 -7
  43. package/esm2022/translations/de.json +3 -75
  44. package/esm2022/translations/en.json +3 -75
  45. package/esm2022/translations/es.json +3 -75
  46. package/esm2022/translations/fr.json +15 -87
  47. package/esm2022/translations/it.json +20 -91
  48. package/esm2022/translations/nl.json +3 -75
  49. package/esm2022/translations/pt.json +3 -75
  50. package/fesm2022/geonetwork-ui.mjs +315 -833
  51. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  52. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  53. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +3 -0
  54. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
  55. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +1 -0
  56. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -1
  57. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +2 -1
  58. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  59. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +6 -0
  60. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  61. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +2 -1
  62. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
  63. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +2 -1
  64. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
  65. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +2 -2
  66. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  67. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +2 -1
  68. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
  69. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +1 -1
  70. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +1 -1
  71. package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts +1 -3
  72. package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts.map +1 -1
  73. package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts +2 -3
  74. package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts.map +1 -1
  75. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +1 -0
  76. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
  77. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  78. package/libs/feature/record/src/lib/state/mdview.actions.d.ts +16 -1
  79. package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +1 -1
  80. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +5 -0
  81. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
  82. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +2 -0
  83. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  84. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +4 -1
  85. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +1 -1
  86. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +2 -0
  87. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +1 -1
  88. package/libs/ui/inputs/src/index.d.ts +0 -1
  89. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  90. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +27 -28
  91. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  92. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +4 -2
  93. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +1 -1
  94. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +3 -1
  95. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  96. package/libs/ui/widgets/src/index.d.ts +0 -1
  97. package/libs/ui/widgets/src/index.d.ts.map +1 -1
  98. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts +8 -9
  99. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts.map +1 -1
  100. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +2 -2
  101. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +1 -1
  102. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts +8 -0
  103. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts.map +1 -0
  104. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts +2 -2
  105. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts.map +1 -1
  106. package/libs/util/data-fetcher/src/lib/readers/base.d.ts +2 -2
  107. package/libs/util/data-fetcher/src/lib/readers/base.d.ts.map +1 -1
  108. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts +5 -3
  109. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts.map +1 -1
  110. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +7 -4
  111. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +1 -1
  112. package/libs/util/data-fetcher/src/lib/utils.d.ts +2 -2
  113. package/libs/util/data-fetcher/src/lib/utils.d.ts.map +1 -1
  114. package/package.json +1 -1
  115. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +25 -0
  116. package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +4 -0
  117. package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +22 -16
  118. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +41 -2
  119. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +3 -1
  120. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +4 -1
  121. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +75 -0
  122. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +4 -1
  123. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +22 -9
  124. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +2 -1
  125. package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.html +1 -1
  126. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +1 -0
  127. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +1 -1
  128. package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.html +0 -13
  129. package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.ts +0 -20
  130. package/src/libs/feature/editor/src/lib/fields.config.ts +1 -1
  131. package/src/libs/feature/editor/src/lib/models/wizard-field.type.ts +0 -1
  132. package/src/libs/feature/record/src/lib/data-view/data-view.component.html +2 -0
  133. package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +3 -0
  134. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +2 -1
  135. package/src/libs/feature/record/src/lib/state/mdview.actions.ts +16 -0
  136. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +21 -2
  137. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +15 -0
  138. package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +30 -1
  139. package/src/libs/feature/record/src/lib/state/mdview.selectors.ts +12 -0
  140. package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +2 -2
  141. package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +2 -2
  142. package/src/libs/ui/inputs/src/index.ts +0 -1
  143. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +0 -3
  144. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +37 -1
  145. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +8 -2
  146. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +2 -0
  147. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +6 -0
  148. package/src/libs/ui/widgets/src/index.ts +0 -1
  149. package/src/libs/ui/widgets/src/lib/ui-widgets.module.ts +2 -3
  150. package/src/libs/util/data-fetcher/src/lib/data-fetcher.ts +13 -4
  151. package/src/libs/util/data-fetcher/src/lib/readers/base-cache.ts +14 -0
  152. package/src/libs/util/data-fetcher/src/lib/readers/base-file.ts +2 -1
  153. package/src/libs/util/data-fetcher/src/lib/readers/base.ts +2 -2
  154. package/src/libs/util/data-fetcher/src/lib/readers/csv.ts +1 -1
  155. package/src/libs/util/data-fetcher/src/lib/readers/excel.ts +1 -1
  156. package/src/libs/util/data-fetcher/src/lib/readers/geojson.ts +1 -1
  157. package/src/libs/util/data-fetcher/src/lib/readers/gml.ts +7 -7
  158. package/src/libs/util/data-fetcher/src/lib/readers/json.ts +1 -1
  159. package/src/libs/util/data-fetcher/src/lib/readers/wfs.ts +34 -11
  160. package/src/libs/util/data-fetcher/src/lib/utils.ts +36 -32
  161. package/translations/de.json +3 -75
  162. package/translations/en.json +3 -75
  163. package/translations/es.json +3 -75
  164. package/translations/fr.json +15 -87
  165. package/translations/it.json +20 -91
  166. package/translations/nl.json +3 -75
  167. package/translations/pt.json +3 -75
  168. package/translations/sk.json +3 -75
  169. package/esm2022/libs/ui/inputs/src/lib/chips-input/chips-input.component.mjs +0 -78
  170. package/esm2022/libs/ui/widgets/src/lib/step-bar/step-bar.component.mjs +0 -55
  171. package/libs/ui/inputs/src/lib/chips-input/chips-input.component.d.ts +0 -33
  172. package/libs/ui/inputs/src/lib/chips-input/chips-input.component.d.ts.map +0 -1
  173. package/libs/ui/widgets/src/lib/step-bar/step-bar.component.d.ts +0 -21
  174. package/libs/ui/widgets/src/lib/step-bar/step-bar.component.d.ts.map +0 -1
  175. package/src/libs/data-access/datafeeder/src/index.ts +0 -1
  176. package/src/libs/data-access/datafeeder/src/openapi/api/api.ts +0 -11
  177. package/src/libs/data-access/datafeeder/src/openapi/api/config.api.service.ts +0 -168
  178. package/src/libs/data-access/datafeeder/src/openapi/api/dataPublishing.api.service.ts +0 -270
  179. package/src/libs/data-access/datafeeder/src/openapi/api/fileUpload.api.service.ts +0 -734
  180. package/src/libs/data-access/datafeeder/src/openapi/api.module.ts +0 -46
  181. package/src/libs/data-access/datafeeder/src/openapi/configuration.ts +0 -125
  182. package/src/libs/data-access/datafeeder/src/openapi/encoder.ts +0 -20
  183. package/src/libs/data-access/datafeeder/src/openapi/index.ts +0 -5
  184. package/src/libs/data-access/datafeeder/src/openapi/model/analysisStatusEnum.api.model.ts +0 -24
  185. package/src/libs/data-access/datafeeder/src/openapi/model/boundingBox.api.model.ts +0 -20
  186. package/src/libs/data-access/datafeeder/src/openapi/model/cRS.api.model.ts +0 -25
  187. package/src/libs/data-access/datafeeder/src/openapi/model/datasetMetadata.api.model.ts +0 -45
  188. package/src/libs/data-access/datafeeder/src/openapi/model/datasetPublishRequest.api.model.ts +0 -39
  189. package/src/libs/data-access/datafeeder/src/openapi/model/datasetPublishingStatus.api.model.ts +0 -50
  190. package/src/libs/data-access/datafeeder/src/openapi/model/datasetUploadStatus.api.model.ts +0 -39
  191. package/src/libs/data-access/datafeeder/src/openapi/model/models.ts +0 -13
  192. package/src/libs/data-access/datafeeder/src/openapi/model/property.api.model.ts +0 -17
  193. package/src/libs/data-access/datafeeder/src/openapi/model/publishJobStatus.api.model.ts +0 -33
  194. package/src/libs/data-access/datafeeder/src/openapi/model/publishRequest.api.model.ts +0 -16
  195. package/src/libs/data-access/datafeeder/src/openapi/model/publishStatusEnum.api.model.ts +0 -20
  196. package/src/libs/data-access/datafeeder/src/openapi/model/publishStepEnum.api.model.ts +0 -42
  197. package/src/libs/data-access/datafeeder/src/openapi/model/uploadJobStatus.api.model.ts +0 -33
  198. package/src/libs/data-access/datafeeder/src/openapi/variables.ts +0 -9
  199. package/src/libs/data-access/datafeeder/src/spec.yaml +0 -537
  200. package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.css +0 -36
  201. package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.html +0 -23
  202. package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.ts +0 -81
  203. package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.css +0 -3
  204. package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.html +0 -13
  205. package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.ts +0 -55

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.