geonetwork-ui 2.4.0-dev.5cc37149 → 2.4.0-dev.613f7319

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 (115) hide show
  1. package/esm2022/libs/api/metadata-converter/src/index.mjs +2 -1
  2. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +12 -1
  3. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  4. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +2 -1
  5. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +3 -3
  6. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +7 -2
  7. package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +1 -1
  8. package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +7 -3
  9. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +16 -6
  10. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +3 -3
  11. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +1 -2
  12. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +11 -7
  13. package/esm2022/libs/feature/editor/src/lib/expressions.mjs +1 -1
  14. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +143 -60
  15. package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +2 -0
  16. package/esm2022/libs/feature/editor/src/lib/models/index.mjs +2 -1
  17. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +4 -3
  18. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +9 -3
  19. package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +3 -3
  20. package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +29 -0
  21. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +15 -7
  22. package/esm2022/translations/de.json +30 -0
  23. package/esm2022/translations/en.json +30 -0
  24. package/esm2022/translations/es.json +30 -0
  25. package/esm2022/translations/fr.json +30 -0
  26. package/esm2022/translations/it.json +30 -0
  27. package/esm2022/translations/nl.json +30 -0
  28. package/esm2022/translations/pt.json +30 -0
  29. package/fesm2022/geonetwork-ui.mjs +451 -89
  30. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  31. package/libs/api/metadata-converter/src/index.d.ts +1 -0
  32. package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
  33. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +1 -0
  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 +9 -0
  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 +5 -0
  38. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
  39. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +4 -4
  40. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  41. package/libs/feature/editor/src/lib/+state/editor.models.d.ts +8 -0
  42. package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +1 -1
  43. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +4 -3
  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 +4 -8
  46. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -1
  47. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +1 -1
  48. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  49. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +0 -1
  50. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
  51. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +5 -7
  52. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -1
  53. package/libs/feature/editor/src/lib/expressions.d.ts +1 -1
  54. package/libs/feature/editor/src/lib/expressions.d.ts.map +1 -1
  55. package/libs/feature/editor/src/lib/fields.config.d.ts +38 -2
  56. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  57. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +36 -0
  58. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +1 -0
  59. package/libs/feature/editor/src/lib/models/index.d.ts +1 -0
  60. package/libs/feature/editor/src/lib/models/index.d.ts.map +1 -1
  61. package/libs/feature/editor/src/lib/services/editor.service.d.ts +2 -2
  62. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
  63. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +3 -1
  64. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
  65. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +11 -0
  66. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +1 -0
  67. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +4 -2
  68. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  69. package/package.json +1 -1
  70. package/src/libs/api/metadata-converter/src/index.ts +1 -0
  71. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +20 -0
  72. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +12 -0
  73. package/src/libs/common/fixtures/src/index.ts +2 -0
  74. package/src/libs/common/fixtures/src/lib/editor/editor.fixtures.ts +156 -0
  75. package/src/libs/common/fixtures/src/lib/editor/index.ts +1 -0
  76. package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +5 -0
  77. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +2 -2
  78. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +9 -1
  79. package/src/libs/feature/editor/src/lib/+state/editor.models.ts +11 -0
  80. package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +11 -5
  81. package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +22 -8
  82. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +9 -9
  83. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +2 -1
  84. package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +0 -1
  85. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +51 -11
  86. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +15 -8
  87. package/src/libs/feature/editor/src/lib/expressions.ts +1 -1
  88. package/src/libs/feature/editor/src/lib/fields.config.ts +175 -61
  89. package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +53 -0
  90. package/src/libs/feature/editor/src/lib/models/index.ts +1 -0
  91. package/src/libs/feature/editor/src/lib/services/editor.service.ts +8 -4
  92. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +1 -0
  93. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +5 -0
  94. package/src/libs/ui/elements/src/lib/user-preview/user-preview.component.html +1 -1
  95. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.css +0 -0
  96. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +17 -0
  97. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +22 -0
  98. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +9 -0
  99. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +26 -12
  100. package/translations/de.json +30 -0
  101. package/translations/en.json +30 -0
  102. package/translations/es.json +30 -0
  103. package/translations/fr.json +30 -0
  104. package/translations/it.json +30 -0
  105. package/translations/nl.json +30 -0
  106. package/translations/pt.json +30 -0
  107. package/translations/sk.json +30 -0
  108. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs +0 -2
  109. package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +0 -2
  110. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts +0 -26
  111. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map +0 -1
  112. package/libs/feature/editor/src/lib/models/fields.model.d.ts +0 -15
  113. package/libs/feature/editor/src/lib/models/fields.model.d.ts.map +0 -1
  114. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.ts +0 -43
  115. package/src/libs/feature/editor/src/lib/models/fields.model.ts +0 -29
@@ -165,6 +165,18 @@
165
165
  "downloads.format.unknown": "",
166
166
  "downloads.wfs.featuretype.not.found": "",
167
167
  "dropFile": "",
168
+ "editor.record.form.bottomButtons.comeBackLater": "",
169
+ "editor.record.form.bottomButtons.next": "",
170
+ "editor.record.form.bottomButtons.previous": "",
171
+ "editor.record.form.field.abstract": "",
172
+ "editor.record.form.field.keywords": "",
173
+ "editor.record.form.field.license": "",
174
+ "editor.record.form.field.recordUpdated": "",
175
+ "editor.record.form.field.resourceUpdated": "",
176
+ "editor.record.form.field.temporalExtents": "",
177
+ "editor.record.form.field.title": "",
178
+ "editor.record.form.field.uniqueIdentifier": "",
179
+ "editor.record.form.field.updateFrequency": "",
168
180
  "editor.record.form.abstract": "",
169
181
  "editor.record.form.keywords": "",
170
182
  "editor.record.form.license": "",
@@ -177,6 +189,22 @@
177
189
  "editor.record.form.license.odc-by": "",
178
190
  "editor.record.form.license.pddl": "",
179
191
  "editor.record.form.license.unknown": "",
192
+ "editor.record.form.page.accessAndContact": "",
193
+ "editor.record.form.page.description": "",
194
+ "editor.record.form.page.ressources": "",
195
+ "editor.record.form.section.about.description": "",
196
+ "editor.record.form.section.about.label": "",
197
+ "editor.record.form.section.annexes.label": "",
198
+ "editor.record.form.section.associatedResources.description": "",
199
+ "editor.record.form.section.associatedResources.label": "",
200
+ "editor.record.form.section.classification.description": "",
201
+ "editor.record.form.section.classification.label": "",
202
+ "editor.record.form.section.dataManagers.description": "",
203
+ "editor.record.form.section.dataManagers.label": "",
204
+ "editor.record.form.section.dataPointOfContact.description": "",
205
+ "editor.record.form.section.dataPointOfContact.label": "",
206
+ "editor.record.form.section.geographicalCoverage.label": "",
207
+ "editor.record.form.section.useAndAccessConditions.label": "",
180
208
  "editor.record.form.metadata.title": "",
181
209
  "editor.record.form.record.updated": "",
182
210
  "editor.record.form.resourceUpdated": "",
@@ -201,6 +229,7 @@
201
229
  "editor.record.saveStatus.draftWithChangesPending": "",
202
230
  "editor.record.saveStatus.recordUpToDate": "",
203
231
  "editor.record.upToDate": "",
232
+ "editor.sidebar.menu.editor": "",
204
233
  "externalviewer.dataset.unnamed": "",
205
234
  "facets.block.title.OrgForResource": "",
206
235
  "facets.block.title.availableInServices": "",
@@ -278,6 +307,7 @@
278
307
  "pagination.pageOf": "",
279
308
  "previous": "",
280
309
  "record.action.download": "",
310
+ "record.action.duplicate": "",
281
311
  "record.action.view": "",
282
312
  "record.externalViewer.open": "",
283
313
  "record.metadata.about": "",
@@ -165,6 +165,18 @@
165
165
  "downloads.format.unknown": "inconnu",
166
166
  "downloads.wfs.featuretype.not.found": "La couche n'a pas été retrouvée",
167
167
  "dropFile": "Faites glisser votre fichier",
168
+ "editor.record.form.bottomButtons.comeBackLater": "Revenir plus tard",
169
+ "editor.record.form.bottomButtons.next": "Suivant",
170
+ "editor.record.form.bottomButtons.previous": "Précédent",
171
+ "editor.record.form.field.abstract": "Résumé",
172
+ "editor.record.form.field.keywords": "Mots-clés",
173
+ "editor.record.form.field.license": "Licence",
174
+ "editor.record.form.field.recordUpdated": "Date de dernière révision",
175
+ "editor.record.form.field.resourceUpdated": "Date de dernière révision",
176
+ "editor.record.form.field.temporalExtents": "Étendue temporelle",
177
+ "editor.record.form.field.title": "Titre",
178
+ "editor.record.form.field.uniqueIdentifier": "Identifiant unique",
179
+ "editor.record.form.field.updateFrequency": "Fréquence de mise à jour",
168
180
  "editor.record.form.abstract": "",
169
181
  "editor.record.form.keywords": "",
170
182
  "editor.record.form.license": "Licence",
@@ -177,6 +189,22 @@
177
189
  "editor.record.form.license.odc-by": "",
178
190
  "editor.record.form.license.pddl": "",
179
191
  "editor.record.form.license.unknown": "Non-reconnue ou absente",
192
+ "editor.record.form.page.accessAndContact": "Acces et contact",
193
+ "editor.record.form.page.description": "Description de la ressource",
194
+ "editor.record.form.page.ressources": "Ressources",
195
+ "editor.record.form.section.about.description": "Ces informations concernent la donnée.",
196
+ "editor.record.form.section.about.label": "A propos de la ressource",
197
+ "editor.record.form.section.annexes.label": "Annexes",
198
+ "editor.record.form.section.associatedResources.description": "Déposez les jeux de données associées à cette fiche de métadonnée.",
199
+ "editor.record.form.section.associatedResources.label": "Ressources associees",
200
+ "editor.record.form.section.classification.description": "La classification a un impact sur la recherche du jeux de données.",
201
+ "editor.record.form.section.classification.label": "Classification",
202
+ "editor.record.form.section.dataManagers.description": "Cette information concerne la donnée.",
203
+ "editor.record.form.section.dataManagers.label": "Responsables de la donnee",
204
+ "editor.record.form.section.dataPointOfContact.description": "Cette information concerne la fiche de métadonnée.",
205
+ "editor.record.form.section.dataPointOfContact.label": "Point de contact de la metadonee",
206
+ "editor.record.form.section.geographicalCoverage.label": "Couverture geographique",
207
+ "editor.record.form.section.useAndAccessConditions.label": "Conditions d'acces et usage",
180
208
  "editor.record.form.metadata.title": "",
181
209
  "editor.record.form.record.updated": "",
182
210
  "editor.record.form.resourceUpdated": "Date de dernière révision",
@@ -201,6 +229,7 @@
201
229
  "editor.record.saveStatus.draftWithChangesPending": "Brouillon enregistré - modifications en cours",
202
230
  "editor.record.saveStatus.recordUpToDate": "La fiche publiée est à jour",
203
231
  "editor.record.upToDate": "",
232
+ "editor.sidebar.menu.editor": "",
204
233
  "externalviewer.dataset.unnamed": "Couche du datahub",
205
234
  "facets.block.title.OrgForResource": "Organisation",
206
235
  "facets.block.title.availableInServices": "Disponible pour",
@@ -278,6 +307,7 @@
278
307
  "pagination.pageOf": "sur",
279
308
  "previous": "précédent",
280
309
  "record.action.download": "Télécharger",
310
+ "record.action.duplicate": "Dupliquer",
281
311
  "record.action.view": "Voir",
282
312
  "record.externalViewer.open": "Ouvrir dans le visualiseur externe",
283
313
  "record.metadata.about": "Description",
@@ -165,6 +165,18 @@
165
165
  "downloads.format.unknown": "sconosciuto",
166
166
  "downloads.wfs.featuretype.not.found": "Il layer non è stato trovato",
167
167
  "dropFile": "Trascina il suo file",
168
+ "editor.record.form.bottomButtons.comeBackLater": "",
169
+ "editor.record.form.bottomButtons.next": "",
170
+ "editor.record.form.bottomButtons.previous": "",
171
+ "editor.record.form.field.abstract": "",
172
+ "editor.record.form.field.keywords": "",
173
+ "editor.record.form.field.license": "Licenza",
174
+ "editor.record.form.field.recordUpdated": "",
175
+ "editor.record.form.field.resourceUpdated": "",
176
+ "editor.record.form.field.temporalExtents": "",
177
+ "editor.record.form.field.title": "",
178
+ "editor.record.form.field.uniqueIdentifier": "",
179
+ "editor.record.form.field.updateFrequency": "",
168
180
  "editor.record.form.abstract": "",
169
181
  "editor.record.form.keywords": "",
170
182
  "editor.record.form.license": "Licenza",
@@ -177,6 +189,22 @@
177
189
  "editor.record.form.license.odc-by": "",
178
190
  "editor.record.form.license.pddl": "",
179
191
  "editor.record.form.license.unknown": "Non riconosciuta o assente",
192
+ "editor.record.form.page.accessAndContact": "",
193
+ "editor.record.form.page.description": "",
194
+ "editor.record.form.page.ressources": "",
195
+ "editor.record.form.section.about.description": "",
196
+ "editor.record.form.section.about.label": "",
197
+ "editor.record.form.section.annexes.label": "",
198
+ "editor.record.form.section.associatedResources.description": "",
199
+ "editor.record.form.section.associatedResources.label": "",
200
+ "editor.record.form.section.classification.description": "",
201
+ "editor.record.form.section.classification.label": "",
202
+ "editor.record.form.section.dataManagers.description": "",
203
+ "editor.record.form.section.dataManagers.label": "",
204
+ "editor.record.form.section.dataPointOfContact.description": "",
205
+ "editor.record.form.section.dataPointOfContact.label": "",
206
+ "editor.record.form.section.geographicalCoverage.label": "",
207
+ "editor.record.form.section.useAndAccessConditions.label": "",
180
208
  "editor.record.form.metadata.title": "",
181
209
  "editor.record.form.record.updated": "",
182
210
  "editor.record.form.resourceUpdated": "",
@@ -201,6 +229,7 @@
201
229
  "editor.record.saveStatus.draftWithChangesPending": "",
202
230
  "editor.record.saveStatus.recordUpToDate": "",
203
231
  "editor.record.upToDate": "",
232
+ "editor.sidebar.menu.editor": "",
204
233
  "externalviewer.dataset.unnamed": "Layer del datahub",
205
234
  "facets.block.title.OrgForResource": "Organizzazione",
206
235
  "facets.block.title.availableInServices": "Disponibile per",
@@ -278,6 +307,7 @@
278
307
  "pagination.pageOf": "di",
279
308
  "previous": "precedente",
280
309
  "record.action.download": "Scarica",
310
+ "record.action.duplicate": "",
281
311
  "record.action.view": "Visualizza",
282
312
  "record.externalViewer.open": "Apri nell'visualizzatore esterno",
283
313
  "record.metadata.about": "Descrizione",
@@ -165,6 +165,18 @@
165
165
  "downloads.format.unknown": "",
166
166
  "downloads.wfs.featuretype.not.found": "",
167
167
  "dropFile": "",
168
+ "editor.record.form.bottomButtons.comeBackLater": "",
169
+ "editor.record.form.bottomButtons.next": "",
170
+ "editor.record.form.bottomButtons.previous": "",
171
+ "editor.record.form.field.abstract": "",
172
+ "editor.record.form.field.keywords": "",
173
+ "editor.record.form.field.license": "",
174
+ "editor.record.form.field.recordUpdated": "",
175
+ "editor.record.form.field.resourceUpdated": "",
176
+ "editor.record.form.field.temporalExtents": "",
177
+ "editor.record.form.field.title": "",
178
+ "editor.record.form.field.uniqueIdentifier": "",
179
+ "editor.record.form.field.updateFrequency": "",
168
180
  "editor.record.form.abstract": "",
169
181
  "editor.record.form.keywords": "",
170
182
  "editor.record.form.license": "",
@@ -177,6 +189,22 @@
177
189
  "editor.record.form.license.odc-by": "",
178
190
  "editor.record.form.license.pddl": "",
179
191
  "editor.record.form.license.unknown": "",
192
+ "editor.record.form.page.accessAndContact": "",
193
+ "editor.record.form.page.description": "",
194
+ "editor.record.form.page.ressources": "",
195
+ "editor.record.form.section.about.description": "",
196
+ "editor.record.form.section.about.label": "",
197
+ "editor.record.form.section.annexes.label": "",
198
+ "editor.record.form.section.associatedResources.description": "",
199
+ "editor.record.form.section.associatedResources.label": "",
200
+ "editor.record.form.section.classification.description": "",
201
+ "editor.record.form.section.classification.label": "",
202
+ "editor.record.form.section.dataManagers.description": "",
203
+ "editor.record.form.section.dataManagers.label": "",
204
+ "editor.record.form.section.dataPointOfContact.description": "",
205
+ "editor.record.form.section.dataPointOfContact.label": "",
206
+ "editor.record.form.section.geographicalCoverage.label": "",
207
+ "editor.record.form.section.useAndAccessConditions.label": "",
180
208
  "editor.record.form.metadata.title": "",
181
209
  "editor.record.form.record.updated": "",
182
210
  "editor.record.form.resourceUpdated": "",
@@ -201,6 +229,7 @@
201
229
  "editor.record.saveStatus.draftWithChangesPending": "",
202
230
  "editor.record.saveStatus.recordUpToDate": "",
203
231
  "editor.record.upToDate": "",
232
+ "editor.sidebar.menu.editor": "",
204
233
  "externalviewer.dataset.unnamed": "",
205
234
  "facets.block.title.OrgForResource": "",
206
235
  "facets.block.title.availableInServices": "",
@@ -278,6 +307,7 @@
278
307
  "pagination.pageOf": "",
279
308
  "previous": "",
280
309
  "record.action.download": "",
310
+ "record.action.duplicate": "",
281
311
  "record.action.view": "",
282
312
  "record.externalViewer.open": "",
283
313
  "record.metadata.about": "",
@@ -165,6 +165,18 @@
165
165
  "downloads.format.unknown": "",
166
166
  "downloads.wfs.featuretype.not.found": "",
167
167
  "dropFile": "",
168
+ "editor.record.form.bottomButtons.comeBackLater": "",
169
+ "editor.record.form.bottomButtons.next": "",
170
+ "editor.record.form.bottomButtons.previous": "",
171
+ "editor.record.form.field.abstract": "",
172
+ "editor.record.form.field.keywords": "",
173
+ "editor.record.form.field.license": "",
174
+ "editor.record.form.field.recordUpdated": "",
175
+ "editor.record.form.field.resourceUpdated": "",
176
+ "editor.record.form.field.temporalExtents": "",
177
+ "editor.record.form.field.title": "",
178
+ "editor.record.form.field.uniqueIdentifier": "",
179
+ "editor.record.form.field.updateFrequency": "",
168
180
  "editor.record.form.abstract": "",
169
181
  "editor.record.form.keywords": "",
170
182
  "editor.record.form.license": "",
@@ -177,6 +189,22 @@
177
189
  "editor.record.form.license.odc-by": "",
178
190
  "editor.record.form.license.pddl": "",
179
191
  "editor.record.form.license.unknown": "",
192
+ "editor.record.form.page.accessAndContact": "",
193
+ "editor.record.form.page.description": "",
194
+ "editor.record.form.page.ressources": "",
195
+ "editor.record.form.section.about.description": "",
196
+ "editor.record.form.section.about.label": "",
197
+ "editor.record.form.section.annexes.label": "",
198
+ "editor.record.form.section.associatedResources.description": "",
199
+ "editor.record.form.section.associatedResources.label": "",
200
+ "editor.record.form.section.classification.description": "",
201
+ "editor.record.form.section.classification.label": "",
202
+ "editor.record.form.section.dataManagers.description": "",
203
+ "editor.record.form.section.dataManagers.label": "",
204
+ "editor.record.form.section.dataPointOfContact.description": "",
205
+ "editor.record.form.section.dataPointOfContact.label": "",
206
+ "editor.record.form.section.geographicalCoverage.label": "",
207
+ "editor.record.form.section.useAndAccessConditions.label": "",
180
208
  "editor.record.form.metadata.title": "",
181
209
  "editor.record.form.record.updated": "",
182
210
  "editor.record.form.resourceUpdated": "",
@@ -201,6 +229,7 @@
201
229
  "editor.record.saveStatus.draftWithChangesPending": "",
202
230
  "editor.record.saveStatus.recordUpToDate": "",
203
231
  "editor.record.upToDate": "",
232
+ "editor.sidebar.menu.editor": "",
204
233
  "externalviewer.dataset.unnamed": "",
205
234
  "facets.block.title.OrgForResource": "",
206
235
  "facets.block.title.availableInServices": "",
@@ -278,6 +307,7 @@
278
307
  "pagination.pageOf": "",
279
308
  "previous": "",
280
309
  "record.action.download": "",
310
+ "record.action.duplicate": "",
281
311
  "record.action.view": "",
282
312
  "record.externalViewer.open": "",
283
313
  "record.metadata.about": "",
@@ -165,6 +165,18 @@
165
165
  "downloads.format.unknown": "neznámy",
166
166
  "downloads.wfs.featuretype.not.found": "Vrstva nebola nájdená",
167
167
  "dropFile": "nahrať súbor",
168
+ "editor.record.form.bottomButtons.comeBackLater": "",
169
+ "editor.record.form.bottomButtons.next": "",
170
+ "editor.record.form.bottomButtons.previous": "",
171
+ "editor.record.form.field.abstract": "",
172
+ "editor.record.form.field.keywords": "",
173
+ "editor.record.form.field.license": "Licencia",
174
+ "editor.record.form.field.recordUpdated": "",
175
+ "editor.record.form.field.resourceUpdated": "",
176
+ "editor.record.form.field.temporalExtents": "",
177
+ "editor.record.form.field.title": "",
178
+ "editor.record.form.field.uniqueIdentifier": "",
179
+ "editor.record.form.field.updateFrequency": "",
168
180
  "editor.record.form.abstract": "",
169
181
  "editor.record.form.keywords": "",
170
182
  "editor.record.form.license": "Licencia",
@@ -177,6 +189,22 @@
177
189
  "editor.record.form.license.odc-by": "",
178
190
  "editor.record.form.license.pddl": "",
179
191
  "editor.record.form.license.unknown": "Neznáme alebo chýbajúce",
192
+ "editor.record.form.page.accessAndContact": "",
193
+ "editor.record.form.page.description": "",
194
+ "editor.record.form.page.ressources": "",
195
+ "editor.record.form.section.about.description": "",
196
+ "editor.record.form.section.about.label": "",
197
+ "editor.record.form.section.annexes.label": "",
198
+ "editor.record.form.section.associatedResources.description": "",
199
+ "editor.record.form.section.associatedResources.label": "",
200
+ "editor.record.form.section.classification.description": "",
201
+ "editor.record.form.section.classification.label": "",
202
+ "editor.record.form.section.dataManagers.description": "",
203
+ "editor.record.form.section.dataManagers.label": "",
204
+ "editor.record.form.section.dataPointOfContact.description": "",
205
+ "editor.record.form.section.dataPointOfContact.label": "",
206
+ "editor.record.form.section.geographicalCoverage.label": "",
207
+ "editor.record.form.section.useAndAccessConditions.label": "",
180
208
  "editor.record.form.metadata.title": "",
181
209
  "editor.record.form.record.updated": "",
182
210
  "editor.record.form.resourceUpdated": "",
@@ -201,6 +229,7 @@
201
229
  "editor.record.saveStatus.draftWithChangesPending": "",
202
230
  "editor.record.saveStatus.recordUpToDate": "",
203
231
  "editor.record.upToDate": "",
232
+ "editor.sidebar.menu.editor": "",
204
233
  "externalviewer.dataset.unnamed": "",
205
234
  "facets.block.title.OrgForResource": "Organizácia",
206
235
  "facets.block.title.availableInServices": "Dostupné pre",
@@ -278,6 +307,7 @@
278
307
  "pagination.pageOf": "z",
279
308
  "previous": "predchádzajúci",
280
309
  "record.action.download": "Stiahnuť",
310
+ "record.action.duplicate": "",
281
311
  "record.action.view": "Zobraziť",
282
312
  "record.externalViewer.open": "Otvoriť v externom mapovom prehliadači",
283
313
  "record.metadata.about": "O",
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9lZGl0b3Ivc3JjL2xpYi9jb21wb25lbnRzL3JlY29yZC1mb3JtL2Zvcm0tZmllbGQvZm9ybS1maWVsZC5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsidHlwZSBCYXNlRm9ybUZpZWxkVHlwZSA9XG4gIHwgJ3RleHQnXG4gIHwgJ251bWJlcidcbiAgfCAncmljaCdcbiAgfCAnZGF0ZSdcbiAgfCAnbGlzdCdcbiAgfCAnc3BhdGlhbF9leHRlbnQnXG4gIHwgJ3RlbXBvcmFsX2V4dGVudCdcbiAgfCAndXJsJ1xuICB8ICdmaWxlJ1xuICB8ICd0b2dnbGUnXG5cbnR5cGUgQWxsRm9ybUZpZWxkVHlwZSA9IEJhc2VGb3JtRmllbGRUeXBlIHwgJ29iamVjdCcgfCAnYXJyYXknXG5cbmludGVyZmFjZSBGb3JtRmllbGRDb25maWdCYXNlIHtcbiAgdHlwZTogQWxsRm9ybUZpZWxkVHlwZVxuICBsYWJlbEtleTogc3RyaW5nXG4gIGhpbnRLZXk/OiBzdHJpbmdcbiAgdG9vbHRpcEtleT86IHN0cmluZ1xuICByZXF1aXJlZD86IGJvb2xlYW5cbiAgbG9ja2VkPzogYm9vbGVhblxuICBpbnZhbGlkPzogYm9vbGVhblxuICBpbnZhbGlkSGludEtleT86IHN0cmluZ1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEZvcm1GaWVsZENvbmZpZ1NpbXBsZSBleHRlbmRzIEZvcm1GaWVsZENvbmZpZ0Jhc2Uge1xuICB0eXBlOiBCYXNlRm9ybUZpZWxkVHlwZVxufVxuXG5leHBvcnQgaW50ZXJmYWNlIEZvcm1GaWVsZENvbmZpZ0FycmF5IGV4dGVuZHMgRm9ybUZpZWxkQ29uZmlnQmFzZSB7XG4gIHR5cGU6ICdhcnJheSdcbiAgaXRlbXM6IEZvcm1GaWVsZENvbmZpZ1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEZvcm1GaWVsZENvbmZpZ09iamVjdCBleHRlbmRzIEZvcm1GaWVsZENvbmZpZ0Jhc2Uge1xuICB0eXBlOiAnb2JqZWN0J1xuICBmaWVsZHM6IEFycmF5PEZvcm1GaWVsZENvbmZpZz5cbn1cblxuZXhwb3J0IHR5cGUgRm9ybUZpZWxkQ29uZmlnID1cbiAgfCBGb3JtRmllbGRDb25maWdTaW1wbGVcbiAgfCBGb3JtRmllbGRDb25maWdBcnJheVxuICB8IEZvcm1GaWVsZENvbmZpZ09iamVjdFxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmllbGRzLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL2VkaXRvci9zcmMvbGliL21vZGVscy9maWVsZHMubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZvcm1GaWVsZENvbmZpZyB9IGZyb20gJy4uL2NvbXBvbmVudHMvcmVjb3JkLWZvcm0vZm9ybS1maWVsZCdcblxuLy8gRXhwcmVzc2lvbnMgc2hvdWxkIGJlIGVuY2xvc2VkIGluIGAke31gIHRvIGJlIHJlY29nbml6ZWQgYXMgc3VjaFxuLy8gZWcuICR7ZGF0ZU5vdygpfVxuZXhwb3J0IHR5cGUgRWRpdG9yRmllbGRFeHByZXNzaW9uID0gYCRcXHske3N0cmluZ319YFxuXG5leHBvcnQgaW50ZXJmYWNlIEVkaXRvckZpZWxkQ29uZmlnIHtcbiAgLy8gY29uZmlndXJhdGlvbiBvZiB0aGUgZm9ybSBmaWVsZCB1c2VkIGFzIHByZXNlbnRhdGlvbjsgb3B0aW9uYWwsIG5vdGhpbmcgc2hvd24gaWYgbm90IGRlZmluZWRcbiAgZm9ybUZpZWxkQ29uZmlnPzogRm9ybUZpZWxkQ29uZmlnXG5cbiAgLy8gbmFtZSBvZiB0aGUgdGFyZ2V0IGZpZWxkIGluIHRoZSByZWNvcmQ7IHdpbGwgbm90IGNoYW5nZSB0aGUgcmVjb3JkIGRpcmVjdGx5IGlmIG5vdCBkZWZpbmVkXG4gIG1vZGVsPzogc3RyaW5nXG5cbiAgLy8gYSBoaWRkZW4gZmllbGQgd29uJ3Qgc2hvdyBidXQgY2FuIHN0aWxsIGJlIHVzZWQgdG8gbW9kaWZ5IHRoZSByZWNvcmRcbiAgLy8gRklYTUU6IGN1cnJlbnRseSB0aGlzIGlzIHJlZHVuZGFudCB3aXRoIGFuIGFic2VuY2Ugb2YgZm9ybUZpZWxkQ29uZmlnIGJ1dCBuZWNlc3NhcnkgZm9yIGNsYXJpdHlcbiAgaGlkZGVuPzogYm9vbGVhblxuXG4gIC8vIHRoZSByZXN1bHQgb2YgdGhpcyBleHByZXNzaW9uIHdpbGwgcmVwbGFjZSB0aGUgZmllbGQgdmFsdWUgb24gc2F2ZVxuICBvblNhdmVQcm9jZXNzPzogRWRpdG9yRmllbGRFeHByZXNzaW9uXG59XG5cbmV4cG9ydCB0eXBlIEVkaXRvckZpZWxkc0NvbmZpZyA9IEVkaXRvckZpZWxkQ29uZmlnW11cblxuZXhwb3J0IHR5cGUgRWRpdG9yRmllbGRWYWx1ZSA9IHN0cmluZyB8IG51bWJlciB8IGJvb2xlYW4gfCB1bmtub3duXG5cbmV4cG9ydCBpbnRlcmZhY2UgRWRpdG9yRmllbGRTdGF0ZSB7XG4gIGNvbmZpZzogRWRpdG9yRmllbGRDb25maWdcbiAgdmFsdWU6IHN0cmluZyB8IG51bWJlciB8IGJvb2xlYW4gfCB1bmtub3duXG59XG4iXX0=
@@ -1,26 +0,0 @@
1
- type BaseFormFieldType = 'text' | 'number' | 'rich' | 'date' | 'list' | 'spatial_extent' | 'temporal_extent' | 'url' | 'file' | 'toggle';
2
- type AllFormFieldType = BaseFormFieldType | 'object' | 'array';
3
- interface FormFieldConfigBase {
4
- type: AllFormFieldType;
5
- labelKey: string;
6
- hintKey?: string;
7
- tooltipKey?: string;
8
- required?: boolean;
9
- locked?: boolean;
10
- invalid?: boolean;
11
- invalidHintKey?: string;
12
- }
13
- export interface FormFieldConfigSimple extends FormFieldConfigBase {
14
- type: BaseFormFieldType;
15
- }
16
- export interface FormFieldConfigArray extends FormFieldConfigBase {
17
- type: 'array';
18
- items: FormFieldConfig;
19
- }
20
- export interface FormFieldConfigObject extends FormFieldConfigBase {
21
- type: 'object';
22
- fields: Array<FormFieldConfig>;
23
- }
24
- export type FormFieldConfig = FormFieldConfigSimple | FormFieldConfigArray | FormFieldConfigObject;
25
- export {};
26
- //# sourceMappingURL=form-field.model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"form-field.model.d.ts","sourceRoot":"","sources":["../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.ts"],"names":[],"mappings":"AAAA,KAAK,iBAAiB,GAClB,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,GACN,MAAM,GACN,gBAAgB,GAChB,iBAAiB,GACjB,KAAK,GACL,MAAM,GACN,QAAQ,CAAA;AAEZ,KAAK,gBAAgB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE9D,UAAU,mBAAmB;IAC3B,IAAI,EAAE,gBAAgB,CAAA;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB;AAED,MAAM,WAAW,qBAAsB,SAAQ,mBAAmB;IAChE,IAAI,EAAE,iBAAiB,CAAA;CACxB;AAED,MAAM,WAAW,oBAAqB,SAAQ,mBAAmB;IAC/D,IAAI,EAAE,OAAO,CAAA;IACb,KAAK,EAAE,eAAe,CAAA;CACvB;AAED,MAAM,WAAW,qBAAsB,SAAQ,mBAAmB;IAChE,IAAI,EAAE,QAAQ,CAAA;IACd,MAAM,EAAE,KAAK,CAAC,eAAe,CAAC,CAAA;CAC/B;AAED,MAAM,MAAM,eAAe,GACvB,qBAAqB,GACrB,oBAAoB,GACpB,qBAAqB,CAAA"}
@@ -1,15 +0,0 @@
1
- import { FormFieldConfig } from '../components/record-form/form-field';
2
- export type EditorFieldExpression = `$\{${string}}`;
3
- export interface EditorFieldConfig {
4
- formFieldConfig?: FormFieldConfig;
5
- model?: string;
6
- hidden?: boolean;
7
- onSaveProcess?: EditorFieldExpression;
8
- }
9
- export type EditorFieldsConfig = EditorFieldConfig[];
10
- export type EditorFieldValue = string | number | boolean | unknown;
11
- export interface EditorFieldState {
12
- config: EditorFieldConfig;
13
- value: string | number | boolean | unknown;
14
- }
15
- //# sourceMappingURL=fields.model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fields.model.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/models/fields.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAA;AAItE,MAAM,MAAM,qBAAqB,GAAG,MAAM,MAAM,GAAG,CAAA;AAEnD,MAAM,WAAW,iBAAiB;IAEhC,eAAe,CAAC,EAAE,eAAe,CAAA;IAGjC,KAAK,CAAC,EAAE,MAAM,CAAA;IAId,MAAM,CAAC,EAAE,OAAO,CAAA;IAGhB,aAAa,CAAC,EAAE,qBAAqB,CAAA;CACtC;AAED,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,EAAE,CAAA;AAEpD,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAA;AAElE,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,iBAAiB,CAAA;IACzB,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAA;CAC3C"}
@@ -1,43 +0,0 @@
1
- type BaseFormFieldType =
2
- | 'text'
3
- | 'number'
4
- | 'rich'
5
- | 'date'
6
- | 'list'
7
- | 'spatial_extent'
8
- | 'temporal_extent'
9
- | 'url'
10
- | 'file'
11
- | 'toggle'
12
-
13
- type AllFormFieldType = BaseFormFieldType | 'object' | 'array'
14
-
15
- interface FormFieldConfigBase {
16
- type: AllFormFieldType
17
- labelKey: string
18
- hintKey?: string
19
- tooltipKey?: string
20
- required?: boolean
21
- locked?: boolean
22
- invalid?: boolean
23
- invalidHintKey?: string
24
- }
25
-
26
- export interface FormFieldConfigSimple extends FormFieldConfigBase {
27
- type: BaseFormFieldType
28
- }
29
-
30
- export interface FormFieldConfigArray extends FormFieldConfigBase {
31
- type: 'array'
32
- items: FormFieldConfig
33
- }
34
-
35
- export interface FormFieldConfigObject extends FormFieldConfigBase {
36
- type: 'object'
37
- fields: Array<FormFieldConfig>
38
- }
39
-
40
- export type FormFieldConfig =
41
- | FormFieldConfigSimple
42
- | FormFieldConfigArray
43
- | FormFieldConfigObject
@@ -1,29 +0,0 @@
1
- import { FormFieldConfig } from '../components/record-form/form-field'
2
-
3
- // Expressions should be enclosed in `${}` to be recognized as such
4
- // eg. ${dateNow()}
5
- export type EditorFieldExpression = `$\{${string}}`
6
-
7
- export interface EditorFieldConfig {
8
- // configuration of the form field used as presentation; optional, nothing shown if not defined
9
- formFieldConfig?: FormFieldConfig
10
-
11
- // name of the target field in the record; will not change the record directly if not defined
12
- model?: string
13
-
14
- // a hidden field won't show but can still be used to modify the record
15
- // FIXME: currently this is redundant with an absence of formFieldConfig but necessary for clarity
16
- hidden?: boolean
17
-
18
- // the result of this expression will replace the field value on save
19
- onSaveProcess?: EditorFieldExpression
20
- }
21
-
22
- export type EditorFieldsConfig = EditorFieldConfig[]
23
-
24
- export type EditorFieldValue = string | number | boolean | unknown
25
-
26
- export interface EditorFieldState {
27
- config: EditorFieldConfig
28
- value: string | number | boolean | unknown
29
- }