geonetwork-ui 2.4.0-dev.27089d81 → 2.4.0-dev.4e4ab1af

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/gn4/atomic-operations.mjs +2 -1
  3. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
  4. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +12 -1
  5. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +9 -5
  6. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  7. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  8. package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +2 -6
  9. package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +4 -6
  10. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +2 -1
  11. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +3 -3
  12. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +7 -2
  13. package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +1 -1
  14. package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +7 -3
  15. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +16 -6
  16. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +4 -2
  17. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +3 -3
  18. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +1 -2
  19. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +11 -7
  20. package/esm2022/libs/feature/editor/src/lib/expressions.mjs +1 -1
  21. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +143 -60
  22. package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +2 -0
  23. package/esm2022/libs/feature/editor/src/lib/models/index.mjs +2 -1
  24. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +4 -3
  25. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +42 -23
  26. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +13 -5
  27. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +49 -15
  28. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +6 -3
  29. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +9 -3
  30. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +7 -3
  31. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +3 -3
  32. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +5 -4
  33. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +7 -4
  34. package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +3 -3
  35. package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +3 -3
  36. package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +29 -0
  37. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +15 -7
  38. package/esm2022/translations/de.json +85 -38
  39. package/esm2022/translations/en.json +57 -10
  40. package/esm2022/translations/es.json +56 -9
  41. package/esm2022/translations/fr.json +57 -10
  42. package/esm2022/translations/it.json +56 -9
  43. package/esm2022/translations/nl.json +56 -9
  44. package/esm2022/translations/pt.json +56 -9
  45. package/fesm2022/geonetwork-ui.mjs +856 -303
  46. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  47. package/libs/api/metadata-converter/src/index.d.ts +1 -0
  48. package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
  49. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +1 -1
  50. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +1 -0
  51. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
  52. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +1 -0
  53. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  54. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +2 -1
  55. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  56. package/libs/common/domain/src/lib/platform.service.interface.d.ts +2 -1
  57. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  58. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +9 -0
  59. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
  60. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +1 -1
  61. package/libs/feature/catalog/src/lib/records/records.service.d.ts.map +1 -1
  62. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +5 -0
  63. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
  64. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +4 -4
  65. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  66. package/libs/feature/editor/src/lib/+state/editor.models.d.ts +8 -0
  67. package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +1 -1
  68. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +4 -3
  69. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -1
  70. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +4 -8
  71. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -1
  72. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -1
  73. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +1 -1
  74. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  75. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +0 -1
  76. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
  77. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +5 -7
  78. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -1
  79. package/libs/feature/editor/src/lib/expressions.d.ts +1 -1
  80. package/libs/feature/editor/src/lib/expressions.d.ts.map +1 -1
  81. package/libs/feature/editor/src/lib/fields.config.d.ts +38 -2
  82. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  83. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +36 -0
  84. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +1 -0
  85. package/libs/feature/editor/src/lib/models/index.d.ts +1 -0
  86. package/libs/feature/editor/src/lib/models/index.d.ts.map +1 -1
  87. package/libs/feature/editor/src/lib/services/editor.service.d.ts +2 -2
  88. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
  89. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +4 -1
  90. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +1 -1
  91. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +4 -1
  92. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +1 -1
  93. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +4 -1
  94. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +1 -1
  95. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  96. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +3 -1
  97. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
  98. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
  99. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +2 -1
  100. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  101. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +11 -0
  102. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +1 -0
  103. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +4 -2
  104. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  105. package/package.json +1 -1
  106. package/src/libs/api/metadata-converter/src/index.ts +1 -0
  107. package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +1 -0
  108. package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +1 -0
  109. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +20 -0
  110. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +26 -15
  111. package/src/libs/common/domain/src/lib/platform.service.interface.ts +5 -1
  112. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +12 -0
  113. package/src/libs/common/fixtures/src/index.ts +2 -0
  114. package/src/libs/common/fixtures/src/lib/editor/editor.fixtures.ts +156 -0
  115. package/src/libs/common/fixtures/src/lib/editor/index.ts +1 -0
  116. package/src/libs/data-access/datafeeder/src/openapi/model/datasetMetadata.api.model.ts +4 -0
  117. package/src/libs/data-access/datafeeder/src/openapi/model/datasetUploadStatus.api.model.ts +2 -0
  118. package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +1 -5
  119. package/src/libs/data-access/gn4/src/spec.yaml +0 -8
  120. package/src/libs/feature/catalog/src/lib/records/records.service.ts +6 -8
  121. package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +5 -0
  122. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +2 -2
  123. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +9 -1
  124. package/src/libs/feature/editor/src/lib/+state/editor.models.ts +11 -0
  125. package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +11 -5
  126. package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +22 -8
  127. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +8 -6
  128. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +9 -9
  129. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +2 -1
  130. package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +0 -1
  131. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +51 -11
  132. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +15 -8
  133. package/src/libs/feature/editor/src/lib/expressions.ts +1 -1
  134. package/src/libs/feature/editor/src/lib/fields.config.ts +175 -61
  135. package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +53 -0
  136. package/src/libs/feature/editor/src/lib/models/index.ts +1 -0
  137. package/src/libs/feature/editor/src/lib/services/editor.service.ts +8 -4
  138. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +36 -19
  139. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +6 -2
  140. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +11 -0
  141. package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +59 -12
  142. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +6 -2
  143. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +1 -0
  144. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +5 -0
  145. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +16 -2
  146. package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +29 -29
  147. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +2 -1
  148. package/src/libs/ui/elements/src/lib/user-preview/user-preview.component.html +1 -1
  149. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +31 -0
  150. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +15 -0
  151. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +38 -0
  152. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +1 -0
  153. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.css +0 -0
  154. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +17 -0
  155. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +22 -0
  156. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +9 -0
  157. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +26 -12
  158. package/tailwind.base.css +2 -1
  159. package/translations/de.json +85 -38
  160. package/translations/en.json +57 -10
  161. package/translations/es.json +56 -9
  162. package/translations/fr.json +57 -10
  163. package/translations/it.json +56 -9
  164. package/translations/nl.json +56 -9
  165. package/translations/pt.json +56 -9
  166. package/translations/sk.json +56 -9
  167. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs +0 -2
  168. package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +0 -2
  169. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts +0 -26
  170. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map +0 -1
  171. package/libs/feature/editor/src/lib/models/fields.model.d.ts +0 -15
  172. package/libs/feature/editor/src/lib/models/fields.model.d.ts.map +0 -1
  173. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.ts +0 -43
  174. package/src/libs/feature/editor/src/lib/models/fields.model.ts +0 -29
@@ -49,6 +49,8 @@
49
49
  "datafeeder.datasetValidation.submitButton": "OK, moje dáta sú správne",
50
50
  "datafeeder.datasetValidation.title": "Uistite sa, že dáta sú správne",
51
51
  "datafeeder.datasetValidation.unknown": " - ",
52
+ "datafeeder.datasetValidationCsv.explicitLineNumbers": "",
53
+ "datafeeder.datasetValidationCsv.lineNumbers": "",
52
54
  "datafeeder.form.abstract": "Ako by ste opísali Váš dataset?",
53
55
  "datafeeder.form.datepicker": "Viete, kedy bol dataset vytvorený?",
54
56
  "datafeeder.form.description": "Nakoniec popíšte proces, ktorý bol použitý na vytvorenie datasetu",
@@ -76,6 +78,7 @@
76
78
  "datafeeder.publishSuccess.geonetworkRecord": "Metadátový záznam",
77
79
  "datafeeder.publishSuccess.illustration.title": "Hotovo, všetko je v poriadku!",
78
80
  "datafeeder.publishSuccess.mapViewer": "Prehliadač máp",
81
+ "datafeeder.publishSuccess.ogcFeature": "",
79
82
  "datafeeder.publishSuccess.subtitle": "Pozrite si svoje dáta v:",
80
83
  "datafeeder.publishSuccess.title": "Gratulujeme! Váš dataset bol publikovaný",
81
84
  "datafeeder.publishSuccess.uploadAnotherData": "Nahrajte ďalší dataset",
@@ -104,6 +107,15 @@
104
107
  "datafeeder.upload.maxFileSize": "Maximálna veľkosť súboru je {size} MB",
105
108
  "datafeeder.upload.title": "Nahrajte svoj dataset",
106
109
  "datafeeder.upload.uploadButton": "Nahrať",
110
+ "datafeeder.validation.csv.delimiter": "",
111
+ "datafeeder.validation.csv.delimiter.comma": "",
112
+ "datafeeder.validation.csv.delimiter.semicolon": "",
113
+ "datafeeder.validation.csv.lat.field": "",
114
+ "datafeeder.validation.csv.lng.field": "",
115
+ "datafeeder.validation.csv.quote.double": "",
116
+ "datafeeder.validation.csv.quote.none": "",
117
+ "datafeeder.validation.csv.quote.simple": "",
118
+ "datafeeder.validation.csv.quoteChar": "",
107
119
  "datafeeder.validation.encoding": "kódovanie",
108
120
  "datafeeder.validation.extent.title": "Tu je rozsah datasetu",
109
121
  "datafeeder.validation.extent.title.unknown": "Systém projekcie je neznámy",
@@ -117,7 +129,7 @@
117
129
  "datahub.header.lastRecords": "Najnovšie",
118
130
  "datahub.header.myfavorites": "Moje obľúbené",
119
131
  "datahub.header.news": "Domov",
120
- "datahub.header.organisations": "Organizácie",
132
+ "datahub.header.organizations": "Organizácie",
121
133
  "datahub.header.popularRecords": "Najpopulárnejšie",
122
134
  "datahub.header.title.html": "<div class=\"text-white\">Objavte otvorené<br>dáta z mojej organizácie</div>",
123
135
  "datahub.news.contact.contactus": "Kontaktujte nás",
@@ -153,6 +165,20 @@
153
165
  "downloads.format.unknown": "neznámy",
154
166
  "downloads.wfs.featuretype.not.found": "Vrstva nebola nájdená",
155
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": "",
180
+ "editor.record.form.abstract": "",
181
+ "editor.record.form.keywords": "",
156
182
  "editor.record.form.license": "Licencia",
157
183
  "editor.record.form.license.cc-by": "",
158
184
  "editor.record.form.license.cc-by-sa": "",
@@ -163,12 +189,31 @@
163
189
  "editor.record.form.license.odc-by": "",
164
190
  "editor.record.form.license.pddl": "",
165
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": "",
208
+ "editor.record.form.metadata.title": "",
209
+ "editor.record.form.record.updated": "",
166
210
  "editor.record.form.resourceUpdated": "",
167
211
  "editor.record.form.temporalExtents": "",
168
212
  "editor.record.form.temporalExtents.addDate": "",
169
213
  "editor.record.form.temporalExtents.addRange": "",
170
214
  "editor.record.form.temporalExtents.date": "",
171
215
  "editor.record.form.temporalExtents.range": "",
216
+ "editor.record.form.unique.identifier": "",
172
217
  "editor.record.form.updateFrequency": "",
173
218
  "editor.record.form.updateFrequency.planned": "",
174
219
  "editor.record.loadError.body": "",
@@ -184,6 +229,7 @@
184
229
  "editor.record.saveStatus.draftWithChangesPending": "",
185
230
  "editor.record.saveStatus.recordUpToDate": "",
186
231
  "editor.record.upToDate": "",
232
+ "editor.sidebar.menu.editor": "",
187
233
  "externalviewer.dataset.unnamed": "",
188
234
  "facets.block.title.OrgForResource": "Organizácia",
189
235
  "facets.block.title.availableInServices": "Dostupné pre",
@@ -252,17 +298,16 @@
252
298
  "organisations.sortBy.nameDesc": "Názov Z → A",
253
299
  "organisations.sortBy.recordCountAsc": "Publikácie 0 → 9",
254
300
  "organisations.sortBy.recordCountDesc": "Publikácie 9 → 0",
255
- "organization.header.recordCount": "{count, plural, =0{} one{} other{}}",
256
- "organization.details.publishedDataset": "{count, plural, =0{} one{} other{{}}",
301
+ "organization.details.lastPublishedDatasets": "",
302
+ "organization.details.lastPublishedDatasets.searchAllButton": "",
257
303
  "organization.details.mailContact": "",
258
- "organization.datasets": "",
259
- "organization.lastPublishedDatasets": "",
260
- "organization.lastPublishedDatasets.searchAllButton": "",
304
+ "organization.header.recordCount": "{count, plural, =0{} one{} other{}}",
261
305
  "pagination.nextPage": "Ďalšia stránka",
262
306
  "pagination.page": "strana",
263
307
  "pagination.pageOf": "z",
264
308
  "previous": "predchádzajúci",
265
309
  "record.action.download": "Stiahnuť",
310
+ "record.action.duplicate": "",
266
311
  "record.action.view": "Zobraziť",
267
312
  "record.externalViewer.open": "Otvoriť v externom mapovom prehliadači",
268
313
  "record.metadata.about": "O",
@@ -355,11 +400,11 @@
355
400
  "results.sortBy.relevancy": "Relevancia",
356
401
  "search.autocomplete.error": "Návrhy sa nepodarilo načítať:",
357
402
  "search.error.couldNotReachApi": "K rozhraniu API sa nepodarilo pripojiť",
403
+ "search.error.organizationHasNoDataset": "",
404
+ "search.error.organizationNotFound": "",
358
405
  "search.error.receivedError": "Bola zaznamenaná chyba",
359
406
  "search.error.recordHasnolink": "",
360
407
  "search.error.recordNotFound": "Záznam s identifikátorom \"{ id }\" sa nepodarilo nájsť.",
361
- "search.error.organizationNotFound": "",
362
- "search.error.organizationHasNoDataset": "",
363
408
  "search.field.any.placeholder": "Hľadať datasety ...",
364
409
  "search.field.sortBy": "Zoradiť podľa:",
365
410
  "search.filters.clear": "Obnoviť",
@@ -384,9 +429,11 @@
384
429
  "search.filters.minimize": "Zmenšiť",
385
430
  "search.filters.myRecords": "Zobraziť len moje záznamy",
386
431
  "search.filters.myRecordsHelp": "Keď je táto možnosť zapnutá, zobrazia sa len záznamy vytvorené mnou; záznamy vytvorené inými sa nezobrazia.",
432
+ "search.filters.organization": "",
387
433
  "search.filters.otherRecords": "Zobrazenie záznamov od inej osoby",
434
+ "search.filters.producerOrg": "",
388
435
  "search.filters.publicationYear": "Rok zverejnenia",
389
- "search.filters.publisher": "Organizácie",
436
+ "search.filters.publisherOrg": "",
390
437
  "search.filters.representationType": "Typ reprezentácie",
391
438
  "search.filters.resourceType": "Typ zdroja",
392
439
  "search.filters.standard": "Štandard",
@@ -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
- }