geonetwork-ui 2.4.0-dev.9075aa64 → 2.4.0-dev.9b37393d

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 (174) hide show
  1. package/esm2022/libs/api/metadata-converter/src/index.mjs +2 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +3 -3
  3. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +1 -16
  4. package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +18 -2
  5. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +78 -39
  6. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  7. package/esm2022/libs/feature/editor/src/index.mjs +2 -1
  8. package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +4 -16
  9. package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +4 -2
  10. package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +93 -0
  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 +6 -3
  12. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date-updated/form-field-date-updated.component.mjs +19 -0
  13. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +23 -10
  14. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +3 -3
  15. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +3 -3
  16. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +4 -8
  17. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +10 -7
  18. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +6 -3
  19. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +3 -3
  20. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +5 -5
  21. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +2 -2
  22. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +3 -3
  23. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +6 -4
  24. package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +1 -1
  25. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +3 -3
  26. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +6 -6
  27. package/esm2022/libs/ui/inputs/src/index.mjs +2 -1
  28. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +7 -4
  29. package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +5 -3
  30. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +8 -1
  31. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +11 -4
  32. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +9 -3
  33. package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +3 -3
  34. package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +3 -3
  35. package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +3 -3
  36. package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +3 -3
  37. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +5 -3
  38. package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +2 -1
  39. package/esm2022/translations/de.json +9 -0
  40. package/esm2022/translations/en.json +9 -0
  41. package/esm2022/translations/es.json +9 -0
  42. package/esm2022/translations/fr.json +9 -0
  43. package/esm2022/translations/it.json +9 -0
  44. package/esm2022/translations/nl.json +9 -0
  45. package/esm2022/translations/pt.json +9 -0
  46. package/fesm2022/geonetwork-ui.mjs +388 -186
  47. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  48. package/libs/api/metadata-converter/src/index.d.ts +1 -0
  49. package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
  50. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -1
  51. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +0 -1
  52. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  53. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +6 -0
  54. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +1 -1
  55. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +12 -7
  56. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  57. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +7 -0
  58. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
  59. package/libs/feature/editor/src/index.d.ts +1 -0
  60. package/libs/feature/editor/src/index.d.ts.map +1 -1
  61. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts +1 -5
  62. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts.map +1 -1
  63. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts +2 -1
  64. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +1 -1
  65. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +33 -0
  66. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +1 -0
  67. 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
  68. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date-updated/form-field-date-updated.component.d.ts +9 -0
  69. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date-updated/form-field-date-updated.component.d.ts.map +1 -0
  70. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +5 -2
  71. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -1
  72. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +1 -3
  73. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +1 -1
  74. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -1
  75. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +1 -1
  76. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +1 -1
  77. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
  78. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  79. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +1 -0
  80. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +1 -1
  81. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
  82. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +2 -2
  83. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +1 -1
  84. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +1 -1
  85. package/libs/ui/inputs/src/index.d.ts +1 -0
  86. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  87. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
  88. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +1 -1
  89. package/libs/ui/inputs/src/lib/button/button.component.d.ts +1 -1
  90. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
  91. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +1 -1
  92. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +1 -1
  93. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +2 -2
  94. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +1 -1
  95. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +1 -1
  96. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +1 -1
  97. package/libs/util/shared/src/lib/services/theme.service.d.ts.map +1 -1
  98. package/package.json +1 -1
  99. package/src/libs/api/metadata-converter/src/index.ts +1 -0
  100. package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +1 -2
  101. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +0 -27
  102. package/src/libs/api/metadata-converter/src/lib/xml-utils.ts +20 -1
  103. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +132 -68
  104. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +10 -0
  105. package/src/libs/feature/editor/src/index.ts +1 -0
  106. package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.html +12 -22
  107. package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.ts +1 -13
  108. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +1 -0
  109. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +43 -0
  110. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +129 -0
  111. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.css +4 -0
  112. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +13 -33
  113. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +2 -0
  114. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date-updated/form-field-date-updated.component.css +0 -0
  115. package/src/libs/feature/editor/src/lib/components/record-form/form-field/{form-field-resource-updated/form-field-resource-updated.component.ts → form-field-date-updated/form-field-date-updated.component.ts} +4 -4
  116. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.html +3 -2
  117. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +35 -3
  118. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.css +8 -0
  119. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.html +1 -0
  120. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +13 -6
  121. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +0 -9
  122. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +1 -1
  123. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +16 -5
  124. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.css +4 -0
  125. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +2 -1
  126. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +2 -0
  127. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.css +4 -0
  128. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +16 -14
  129. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +19 -20
  130. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +2 -2
  131. package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -1
  132. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +30 -29
  133. package/src/libs/feature/editor/src/lib/fields.config.ts +5 -3
  134. package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +3 -0
  135. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.html +1 -0
  136. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.html +13 -20
  137. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +1 -1
  138. package/src/libs/ui/inputs/src/index.ts +1 -0
  139. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.css +25 -18
  140. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +38 -24
  141. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +4 -1
  142. package/src/libs/ui/inputs/src/lib/badge/badge.component.html +12 -3
  143. package/src/libs/ui/inputs/src/lib/badge/badge.component.ts +2 -1
  144. package/src/libs/ui/inputs/src/lib/button/button.component.ts +15 -1
  145. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.css +7 -2
  146. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.html +13 -6
  147. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +7 -1
  148. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.css +7 -2
  149. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.html +27 -23
  150. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts +7 -1
  151. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.css +4 -0
  152. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.html +6 -2
  153. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.css +4 -0
  154. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.html +29 -21
  155. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +4 -3
  156. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +1 -1
  157. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +8 -3
  158. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +4 -3
  159. package/src/libs/util/shared/src/lib/services/theme.service.ts +1 -0
  160. package/tailwind.base.config.js +1 -0
  161. package/tailwind.base.css +30 -4
  162. package/translations/de.json +9 -0
  163. package/translations/en.json +9 -0
  164. package/translations/es.json +9 -0
  165. package/translations/fr.json +9 -0
  166. package/translations/it.json +9 -0
  167. package/translations/nl.json +9 -0
  168. package/translations/pt.json +9 -0
  169. package/translations/sk.json +9 -0
  170. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +0 -19
  171. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts +0 -9
  172. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts.map +0 -1
  173. /package/src/libs/feature/editor/src/lib/components/{record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.css → import-record/import-record.component.css} +0 -0
  174. /package/src/libs/feature/editor/src/lib/components/record-form/form-field/{form-field-resource-updated/form-field-resource-updated.component.html → form-field-date-updated/form-field-date-updated.component.html} +0 -0
@@ -24,6 +24,10 @@
24
24
  "dashboard.catalog.discussion": "",
25
25
  "dashboard.catalog.thesaurus": "",
26
26
  "dashboard.createRecord": "",
27
+ "dashboard.importRecord": "",
28
+ "dashboard.importRecord.importExternal": "",
29
+ "dashboard.importRecord.importExternalLabel": "",
30
+ "dashboard.importRecord.useModel": "",
27
31
  "dashboard.labels.catalog": "Catalogus",
28
32
  "dashboard.labels.mySpace": "Mijn ruimte",
29
33
  "dashboard.records.all": "Catalogus",
@@ -186,6 +190,7 @@
186
190
  "downloads.format.unknown": "",
187
191
  "downloads.wfs.featuretype.not.found": "",
188
192
  "dropFile": "",
193
+ "editor.form.keywords.placeholder": "",
189
194
  "editor.form.placeKeywordWithoutExtent": "",
190
195
  "editor.record.delete.confirmation.cancelText": "",
191
196
  "editor.record.delete.confirmation.confirmText": "",
@@ -250,6 +255,10 @@
250
255
  "editor.record.form.temporalExtents.date": "",
251
256
  "editor.record.form.temporalExtents.range": "",
252
257
  "editor.record.form.updateFrequency.planned": "",
258
+ "editor.record.importFromExternalFile.failure.body": "",
259
+ "editor.record.importFromExternalFile.failure.title": "",
260
+ "editor.record.importFromExternalFile.success.body": "",
261
+ "editor.record.importFromExternalFile.success.title": "",
253
262
  "editor.record.loadError.body": "",
254
263
  "editor.record.loadError.closeMessage": "",
255
264
  "editor.record.loadError.title": "",
@@ -24,6 +24,10 @@
24
24
  "dashboard.catalog.discussion": "",
25
25
  "dashboard.catalog.thesaurus": "",
26
26
  "dashboard.createRecord": "",
27
+ "dashboard.importRecord": "",
28
+ "dashboard.importRecord.importExternal": "",
29
+ "dashboard.importRecord.importExternalLabel": "",
30
+ "dashboard.importRecord.useModel": "",
27
31
  "dashboard.labels.catalog": "Catálogo",
28
32
  "dashboard.labels.mySpace": "Meu espaço",
29
33
  "dashboard.records.all": "Catálogo",
@@ -186,6 +190,7 @@
186
190
  "downloads.format.unknown": "",
187
191
  "downloads.wfs.featuretype.not.found": "",
188
192
  "dropFile": "",
193
+ "editor.form.keywords.placeholder": "",
189
194
  "editor.form.placeKeywordWithoutExtent": "",
190
195
  "editor.record.delete.confirmation.cancelText": "",
191
196
  "editor.record.delete.confirmation.confirmText": "",
@@ -250,6 +255,10 @@
250
255
  "editor.record.form.temporalExtents.date": "",
251
256
  "editor.record.form.temporalExtents.range": "",
252
257
  "editor.record.form.updateFrequency.planned": "",
258
+ "editor.record.importFromExternalFile.failure.body": "",
259
+ "editor.record.importFromExternalFile.failure.title": "",
260
+ "editor.record.importFromExternalFile.success.body": "",
261
+ "editor.record.importFromExternalFile.success.title": "",
253
262
  "editor.record.loadError.body": "",
254
263
  "editor.record.loadError.closeMessage": "",
255
264
  "editor.record.loadError.title": "",