geonetwork-ui 2.5.0-dev.ee5be4e65 → 2.5.0-dev.f8f8616a0

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 (183) hide show
  1. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +7 -4
  2. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +8 -8
  3. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +7 -4
  4. package/esm2022/libs/feature/editor/src/index.mjs +2 -1
  5. package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +2 -2
  6. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +2 -2
  7. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +2 -2
  8. 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 -2
  9. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +2 -1
  10. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +7 -23
  11. package/esm2022/libs/feature/editor/src/lib/models/wizard-field.type.mjs +3 -4
  12. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +1 -1
  13. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +25 -5
  14. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +10 -7
  15. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +8 -1
  16. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +6 -3
  17. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +1 -1
  18. package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +3 -3
  19. package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +3 -3
  20. package/esm2022/libs/ui/inputs/src/index.mjs +1 -2
  21. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +37 -2
  22. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +1 -6
  23. package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +2 -7
  24. package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +14 -4
  25. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +10 -3
  26. package/esm2022/libs/ui/widgets/src/index.mjs +1 -2
  27. package/esm2022/libs/ui/widgets/src/lib/ui-widgets.module.mjs +5 -6
  28. package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +5 -4
  29. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-cache.mjs +12 -0
  30. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-file.mjs +3 -3
  31. package/esm2022/libs/util/data-fetcher/src/lib/readers/base.mjs +1 -1
  32. package/esm2022/libs/util/data-fetcher/src/lib/readers/csv.mjs +2 -2
  33. package/esm2022/libs/util/data-fetcher/src/lib/readers/excel.mjs +2 -2
  34. package/esm2022/libs/util/data-fetcher/src/lib/readers/geojson.mjs +2 -2
  35. package/esm2022/libs/util/data-fetcher/src/lib/readers/gml.mjs +5 -3
  36. package/esm2022/libs/util/data-fetcher/src/lib/readers/json.mjs +2 -2
  37. package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +19 -11
  38. package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +13 -9
  39. package/esm2022/translations/de.json +2 -73
  40. package/esm2022/translations/en.json +2 -73
  41. package/esm2022/translations/es.json +1 -72
  42. package/esm2022/translations/fr.json +12 -83
  43. package/esm2022/translations/it.json +19 -89
  44. package/esm2022/translations/nl.json +1 -72
  45. package/esm2022/translations/pt.json +1 -72
  46. package/fesm2022/geonetwork-ui.mjs +291 -816
  47. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  48. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +2 -1
  49. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
  50. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +2 -2
  51. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  52. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +2 -1
  53. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
  54. package/libs/feature/editor/src/index.d.ts +1 -0
  55. package/libs/feature/editor/src/index.d.ts.map +1 -1
  56. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +1 -0
  57. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
  58. package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts +1 -3
  59. package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts.map +1 -1
  60. package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts +2 -3
  61. package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts.map +1 -1
  62. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +5 -1
  63. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
  64. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +3 -2
  65. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  66. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +1 -0
  67. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  68. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +2 -1
  69. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +1 -1
  70. package/libs/ui/inputs/src/index.d.ts +0 -1
  71. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  72. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +16 -1
  73. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
  74. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +27 -28
  75. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  76. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +2 -3
  77. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +1 -1
  78. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +4 -2
  79. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +1 -1
  80. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +3 -1
  81. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  82. package/libs/ui/widgets/src/index.d.ts +0 -1
  83. package/libs/ui/widgets/src/index.d.ts.map +1 -1
  84. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts +8 -9
  85. package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts.map +1 -1
  86. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +2 -2
  87. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +1 -1
  88. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts +8 -0
  89. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts.map +1 -0
  90. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts +2 -2
  91. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts.map +1 -1
  92. package/libs/util/data-fetcher/src/lib/readers/base.d.ts +2 -2
  93. package/libs/util/data-fetcher/src/lib/readers/base.d.ts.map +1 -1
  94. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts +5 -3
  95. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts.map +1 -1
  96. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +7 -4
  97. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +1 -1
  98. package/libs/util/data-fetcher/src/lib/utils.d.ts +2 -2
  99. package/libs/util/data-fetcher/src/lib/utils.d.ts.map +1 -1
  100. package/package.json +1 -1
  101. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +4 -1
  102. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +22 -9
  103. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +2 -1
  104. package/src/libs/feature/editor/src/index.ts +1 -0
  105. package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -0
  106. package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.html +0 -13
  107. package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.ts +0 -20
  108. package/src/libs/feature/editor/src/lib/models/wizard-field.type.ts +0 -1
  109. package/src/libs/feature/record/src/lib/data-view/data-view.component.html +24 -11
  110. package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +26 -4
  111. package/src/libs/feature/record/src/lib/map-view/map-view.component.html +71 -60
  112. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +6 -3
  113. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +13 -0
  114. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.html +1 -0
  115. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +1 -0
  116. package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +2 -2
  117. package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +2 -2
  118. package/src/libs/ui/inputs/src/index.ts +0 -1
  119. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +42 -0
  120. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +0 -3
  121. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +1 -7
  122. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +37 -1
  123. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +8 -2
  124. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +2 -0
  125. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +6 -0
  126. package/src/libs/ui/widgets/src/index.ts +0 -1
  127. package/src/libs/ui/widgets/src/lib/ui-widgets.module.ts +2 -3
  128. package/src/libs/util/data-fetcher/src/lib/data-fetcher.ts +13 -4
  129. package/src/libs/util/data-fetcher/src/lib/readers/base-cache.ts +14 -0
  130. package/src/libs/util/data-fetcher/src/lib/readers/base-file.ts +2 -1
  131. package/src/libs/util/data-fetcher/src/lib/readers/base.ts +2 -2
  132. package/src/libs/util/data-fetcher/src/lib/readers/csv.ts +1 -1
  133. package/src/libs/util/data-fetcher/src/lib/readers/excel.ts +1 -1
  134. package/src/libs/util/data-fetcher/src/lib/readers/geojson.ts +1 -1
  135. package/src/libs/util/data-fetcher/src/lib/readers/gml.ts +7 -7
  136. package/src/libs/util/data-fetcher/src/lib/readers/json.ts +1 -1
  137. package/src/libs/util/data-fetcher/src/lib/readers/wfs.ts +34 -11
  138. package/src/libs/util/data-fetcher/src/lib/utils.ts +38 -32
  139. package/translations/de.json +2 -73
  140. package/translations/en.json +2 -73
  141. package/translations/es.json +1 -72
  142. package/translations/fr.json +12 -83
  143. package/translations/it.json +19 -89
  144. package/translations/nl.json +1 -72
  145. package/translations/pt.json +1 -72
  146. package/translations/sk.json +1 -72
  147. package/esm2022/libs/ui/inputs/src/lib/chips-input/chips-input.component.mjs +0 -78
  148. package/esm2022/libs/ui/widgets/src/lib/step-bar/step-bar.component.mjs +0 -55
  149. package/libs/ui/inputs/src/lib/chips-input/chips-input.component.d.ts +0 -33
  150. package/libs/ui/inputs/src/lib/chips-input/chips-input.component.d.ts.map +0 -1
  151. package/libs/ui/widgets/src/lib/step-bar/step-bar.component.d.ts +0 -21
  152. package/libs/ui/widgets/src/lib/step-bar/step-bar.component.d.ts.map +0 -1
  153. package/src/libs/data-access/datafeeder/src/index.ts +0 -1
  154. package/src/libs/data-access/datafeeder/src/openapi/api/api.ts +0 -11
  155. package/src/libs/data-access/datafeeder/src/openapi/api/config.api.service.ts +0 -168
  156. package/src/libs/data-access/datafeeder/src/openapi/api/dataPublishing.api.service.ts +0 -270
  157. package/src/libs/data-access/datafeeder/src/openapi/api/fileUpload.api.service.ts +0 -734
  158. package/src/libs/data-access/datafeeder/src/openapi/api.module.ts +0 -46
  159. package/src/libs/data-access/datafeeder/src/openapi/configuration.ts +0 -125
  160. package/src/libs/data-access/datafeeder/src/openapi/encoder.ts +0 -20
  161. package/src/libs/data-access/datafeeder/src/openapi/index.ts +0 -5
  162. package/src/libs/data-access/datafeeder/src/openapi/model/analysisStatusEnum.api.model.ts +0 -24
  163. package/src/libs/data-access/datafeeder/src/openapi/model/boundingBox.api.model.ts +0 -20
  164. package/src/libs/data-access/datafeeder/src/openapi/model/cRS.api.model.ts +0 -25
  165. package/src/libs/data-access/datafeeder/src/openapi/model/datasetMetadata.api.model.ts +0 -45
  166. package/src/libs/data-access/datafeeder/src/openapi/model/datasetPublishRequest.api.model.ts +0 -39
  167. package/src/libs/data-access/datafeeder/src/openapi/model/datasetPublishingStatus.api.model.ts +0 -50
  168. package/src/libs/data-access/datafeeder/src/openapi/model/datasetUploadStatus.api.model.ts +0 -39
  169. package/src/libs/data-access/datafeeder/src/openapi/model/models.ts +0 -13
  170. package/src/libs/data-access/datafeeder/src/openapi/model/property.api.model.ts +0 -17
  171. package/src/libs/data-access/datafeeder/src/openapi/model/publishJobStatus.api.model.ts +0 -33
  172. package/src/libs/data-access/datafeeder/src/openapi/model/publishRequest.api.model.ts +0 -16
  173. package/src/libs/data-access/datafeeder/src/openapi/model/publishStatusEnum.api.model.ts +0 -20
  174. package/src/libs/data-access/datafeeder/src/openapi/model/publishStepEnum.api.model.ts +0 -42
  175. package/src/libs/data-access/datafeeder/src/openapi/model/uploadJobStatus.api.model.ts +0 -33
  176. package/src/libs/data-access/datafeeder/src/openapi/variables.ts +0 -9
  177. package/src/libs/data-access/datafeeder/src/spec.yaml +0 -537
  178. package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.css +0 -36
  179. package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.html +0 -23
  180. package/src/libs/ui/inputs/src/lib/chips-input/chips-input.component.ts +0 -81
  181. package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.css +0 -3
  182. package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.html +0 -13
  183. package/src/libs/ui/widgets/src/lib/step-bar/step-bar.component.ts +0 -55
@@ -36,24 +36,6 @@
36
36
  "dashboard.records.userEmail": "",
37
37
  "dashboard.records.username": "",
38
38
  "dashboard.records.users": "",
39
- "datafeeder.analysisProgressBar.illustration.fileFormatDetection": "",
40
- "datafeeder.analysisProgressBar.illustration.gatheringDatasetInformation": "",
41
- "datafeeder.analysisProgressBar.illustration.samplingData": "",
42
- "datafeeder.analysisProgressBar.subtitle": "",
43
- "datafeeder.analysisProgressBar.title": "",
44
- "datafeeder.datasetValidation.datasetInformation": "",
45
- "datafeeder.datasetValidation.submitButton": "",
46
- "datafeeder.datasetValidation.title": "",
47
- "datafeeder.datasetValidation.unknown": "",
48
- "datafeeder.datasetValidationCsv.explicitLineNumbers": "",
49
- "datafeeder.datasetValidationCsv.lineNumbers": "",
50
- "datafeeder.form.abstract": "",
51
- "datafeeder.form.datepicker": "",
52
- "datafeeder.form.description": "",
53
- "datafeeder.form.dropdown": "",
54
- "datafeeder.form.tags": "",
55
- "datafeeder.form.title": "",
56
- "datafeeder.formsPage.title": "",
57
39
  "datafeeder.month.april": "",
58
40
  "datafeeder.month.august": "",
59
41
  "datafeeder.month.december": "",
@@ -66,59 +48,6 @@
66
48
  "datafeeder.month.november": "",
67
49
  "datafeeder.month.october": "",
68
50
  "datafeeder.month.september": "",
69
- "datafeeder.publish.hint": "",
70
- "datafeeder.publish.illustration.title": "",
71
- "datafeeder.publish.subtitle": "",
72
- "datafeeder.publish.title": "",
73
- "datafeeder.publish.upload": "",
74
- "datafeeder.publishSuccess.geonetworkRecord": "",
75
- "datafeeder.publishSuccess.illustration.title": "",
76
- "datafeeder.publishSuccess.mapViewer": "",
77
- "datafeeder.publishSuccess.ogcFeature": "",
78
- "datafeeder.publishSuccess.subtitle": "",
79
- "datafeeder.publishSuccess.title": "",
80
- "datafeeder.publishSuccess.uploadAnotherData": "",
81
- "datafeeder.summarizePage.illustration": "",
82
- "datafeeder.summarizePage.previous": "",
83
- "datafeeder.summarizePage.submit": "",
84
- "datafeeder.summarizePage.title": "",
85
- "datafeeder.upload.acceptedFormats": "",
86
- "datafeeder.upload.checkboxLabel": "",
87
- "datafeeder.upload.error.subtitle.analysis": "",
88
- "datafeeder.upload.error.subtitle.cantOpenFile": "",
89
- "datafeeder.upload.error.subtitle.fileFormat": "",
90
- "datafeeder.upload.error.subtitle.fileSize": "",
91
- "datafeeder.upload.error.title.analysis": "",
92
- "datafeeder.upload.error.title.cantOpenFile": "",
93
- "datafeeder.upload.error.title.fileFormat": "",
94
- "datafeeder.upload.error.title.fileHasntSelected": "",
95
- "datafeeder.upload.error.title.fileSize": "",
96
- "datafeeder.upload.error.title.noRightsToSendData": "",
97
- "datafeeder.upload.illustration.enrichment": "",
98
- "datafeeder.upload.illustration.import": "",
99
- "datafeeder.upload.illustration.title": "",
100
- "datafeeder.upload.illustration.validation": "",
101
- "datafeeder.upload.illustration.verification": "",
102
- "datafeeder.upload.inputLabel": "",
103
- "datafeeder.upload.maxFileSize": "",
104
- "datafeeder.upload.title": "",
105
- "datafeeder.upload.uploadButton": "",
106
- "datafeeder.validation.csv.delimiter": "",
107
- "datafeeder.validation.csv.delimiter.comma": "",
108
- "datafeeder.validation.csv.delimiter.semicolon": "",
109
- "datafeeder.validation.csv.lat.field": "",
110
- "datafeeder.validation.csv.lng.field": "",
111
- "datafeeder.validation.csv.quote.double": "",
112
- "datafeeder.validation.csv.quote.none": "",
113
- "datafeeder.validation.csv.quote.simple": "",
114
- "datafeeder.validation.csv.quoteChar": "",
115
- "datafeeder.validation.encoding": "",
116
- "datafeeder.validation.extent.title": "",
117
- "datafeeder.validation.extent.title.unknown": "",
118
- "datafeeder.validation.projection": "",
119
- "datafeeder.validation.projection.unknown": "",
120
- "datafeeder.validation.sample.title": "",
121
- "datafeeder.wizard.emptyRequiredValuesMessage": "",
122
51
  "datafeeder.wizardSummarize.createdAt": "",
123
52
  "datafeeder.wizardSummarize.scale": "",
124
53
  "datahub.header.datasets": "",
@@ -422,6 +351,7 @@
422
351
  "record.action.download": "",
423
352
  "record.action.duplicate": "",
424
353
  "record.action.duplicating": "",
354
+ "record.action.rollback": "",
425
355
  "record.action.view": "",
426
356
  "record.externalViewer.open": "",
427
357
  "record.feature.limit": "",
@@ -601,7 +531,6 @@
601
531
  "tooltip.url.open": "",
602
532
  "ui.readLess": "",
603
533
  "ui.readMore": "",
604
- "wfs.aggregations.notsupported": "",
605
534
  "wfs.feature.limit": "",
606
535
  "wfs.featuretype.notfound": "",
607
536
  "wfs.geojsongml.notsupported": "",