geonetwork-ui 2.4.0-dev.cec60ff1 → 2.4.0-dev.db93b4c4

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 (110) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +2 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
  3. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +2 -1
  4. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +3 -3
  5. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +7 -2
  6. package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +1 -1
  7. package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +7 -3
  8. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +16 -6
  9. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +3 -3
  10. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +1 -2
  11. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +11 -7
  12. package/esm2022/libs/feature/editor/src/lib/expressions.mjs +1 -1
  13. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +143 -60
  14. package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +2 -0
  15. package/esm2022/libs/feature/editor/src/lib/models/index.mjs +2 -1
  16. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +4 -3
  17. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +42 -23
  18. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +13 -5
  19. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +49 -15
  20. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +3 -3
  21. package/esm2022/translations/de.json +62 -30
  22. package/esm2022/translations/en.json +34 -2
  23. package/esm2022/translations/es.json +32 -0
  24. package/esm2022/translations/fr.json +35 -3
  25. package/esm2022/translations/it.json +32 -0
  26. package/esm2022/translations/nl.json +32 -0
  27. package/esm2022/translations/pt.json +32 -0
  28. package/fesm2022/geonetwork-ui.mjs +542 -150
  29. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  30. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +1 -1
  31. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +1 -0
  32. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
  33. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +5 -0
  34. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
  35. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +4 -4
  36. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  37. package/libs/feature/editor/src/lib/+state/editor.models.d.ts +8 -0
  38. package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +1 -1
  39. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +4 -3
  40. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -1
  41. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +4 -8
  42. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -1
  43. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +1 -1
  44. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  45. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +0 -1
  46. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
  47. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +5 -7
  48. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -1
  49. package/libs/feature/editor/src/lib/expressions.d.ts +1 -1
  50. package/libs/feature/editor/src/lib/expressions.d.ts.map +1 -1
  51. package/libs/feature/editor/src/lib/fields.config.d.ts +38 -2
  52. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  53. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +36 -0
  54. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +1 -0
  55. package/libs/feature/editor/src/lib/models/index.d.ts +1 -0
  56. package/libs/feature/editor/src/lib/models/index.d.ts.map +1 -1
  57. package/libs/feature/editor/src/lib/services/editor.service.d.ts +2 -2
  58. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
  59. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +4 -1
  60. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +1 -1
  61. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +4 -1
  62. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +1 -1
  63. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +4 -1
  64. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +1 -1
  65. package/package.json +1 -1
  66. package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +1 -0
  67. package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +1 -0
  68. package/src/libs/common/fixtures/src/index.ts +2 -0
  69. package/src/libs/common/fixtures/src/lib/editor/editor.fixtures.ts +156 -0
  70. package/src/libs/common/fixtures/src/lib/editor/index.ts +1 -0
  71. package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +5 -0
  72. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +2 -2
  73. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +9 -1
  74. package/src/libs/feature/editor/src/lib/+state/editor.models.ts +11 -0
  75. package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +11 -5
  76. package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +22 -8
  77. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +9 -9
  78. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +2 -1
  79. package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +0 -1
  80. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +51 -11
  81. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +15 -8
  82. package/src/libs/feature/editor/src/lib/expressions.ts +1 -1
  83. package/src/libs/feature/editor/src/lib/fields.config.ts +175 -61
  84. package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +53 -0
  85. package/src/libs/feature/editor/src/lib/models/index.ts +1 -0
  86. package/src/libs/feature/editor/src/lib/services/editor.service.ts +8 -4
  87. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +36 -19
  88. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +6 -2
  89. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +11 -0
  90. package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +59 -12
  91. package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +29 -29
  92. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +31 -0
  93. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +15 -0
  94. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +38 -0
  95. package/translations/de.json +62 -30
  96. package/translations/en.json +34 -2
  97. package/translations/es.json +32 -0
  98. package/translations/fr.json +35 -3
  99. package/translations/it.json +32 -0
  100. package/translations/nl.json +32 -0
  101. package/translations/pt.json +32 -0
  102. package/translations/sk.json +32 -0
  103. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs +0 -2
  104. package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +0 -2
  105. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts +0 -26
  106. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map +0 -1
  107. package/libs/feature/editor/src/lib/models/fields.model.d.ts +0 -15
  108. package/libs/feature/editor/src/lib/models/fields.model.d.ts.map +0 -1
  109. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.ts +0 -43
  110. package/src/libs/feature/editor/src/lib/models/fields.model.ts +0 -29
@@ -0,0 +1,15 @@
1
+ <mat-button-toggle-group
2
+ #group="matButtonToggleGroup"
3
+ multiple="false"
4
+ class="flex w-full"
5
+ >
6
+ <mat-button-toggle
7
+ *ngFor="let option of options"
8
+ [aria-label]="option.label"
9
+ [value]="option.value"
10
+ [checked]="option.checked"
11
+ (change)="onChange(option)"
12
+ [class]="extraClasses"
13
+ >{{ option.label }}</mat-button-toggle
14
+ >
15
+ </mat-button-toggle-group>
@@ -0,0 +1,38 @@
1
+ import { CommonModule } from '@angular/common'
2
+ import {
3
+ ChangeDetectionStrategy,
4
+ Component,
5
+ EventEmitter,
6
+ Input,
7
+ Output,
8
+ } from '@angular/core'
9
+ import { MatButtonToggleModule } from '@angular/material/button-toggle'
10
+
11
+ export type SwitchToggleOption = {
12
+ label: string
13
+ value: string
14
+ checked: boolean
15
+ }
16
+
17
+ @Component({
18
+ selector: 'gn-ui-switch-toggle',
19
+ templateUrl: './switch-toggle.component.html',
20
+ styleUrls: ['./switch-toggle.component.css'],
21
+ changeDetection: ChangeDetectionStrategy.OnPush,
22
+ standalone: true,
23
+ imports: [MatButtonToggleModule, CommonModule],
24
+ })
25
+ export class SwitchToggleComponent {
26
+ @Input() options: SwitchToggleOption[]
27
+ @Input() ariaLabel? = ''
28
+ @Input() extraClasses? = ''
29
+ @Output() selectedValue = new EventEmitter<SwitchToggleOption>()
30
+
31
+ onChange(selectedOption: SwitchToggleOption) {
32
+ this.options.find(
33
+ (option) => option.value === selectedOption.value
34
+ ).checked = true
35
+
36
+ this.selectedValue.emit(selectedOption)
37
+ }
38
+ }
@@ -165,38 +165,70 @@
165
165
  "downloads.format.unknown": "unbekannt",
166
166
  "downloads.wfs.featuretype.not.found": "Der Layer wurde nicht gefunden",
167
167
  "dropFile": "Datei ablegen",
168
- "editor.record.form.keywords": "Schlagwörter",
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": "Schlagwörter",
173
+ "editor.record.form.field.license": "Lizenz",
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": "Kurzbeschreibung",
181
+ "editor.record.form.keywords": "Schlüsselwörter",
169
182
  "editor.record.form.license": "Lizenz",
170
- "editor.record.form.license.cc-by": "",
171
- "editor.record.form.license.cc-by-sa": "",
172
- "editor.record.form.license.cc-zero": "",
173
- "editor.record.form.license.etalab": "",
174
- "editor.record.form.license.etalab-v2": "",
175
- "editor.record.form.license.odbl": "",
176
- "editor.record.form.license.odc-by": "",
177
- "editor.record.form.license.pddl": "",
183
+ "editor.record.form.license.cc-by": "Creative Commons CC-BY",
184
+ "editor.record.form.license.cc-by-sa": "Creative Commons CC-BY-SA",
185
+ "editor.record.form.license.cc-zero": "Creative Commons CC-0",
186
+ "editor.record.form.license.etalab": "Offene Lizenz (Etalab)",
187
+ "editor.record.form.license.etalab-v2": "Offene Lizenz v2.0 (Etalab)",
188
+ "editor.record.form.license.odbl": "Open Data Commons ODbL",
189
+ "editor.record.form.license.odc-by": "Open Data Commons ODC-By",
190
+ "editor.record.form.license.pddl": "Open Data Commons PDDL",
178
191
  "editor.record.form.license.unknown": "Unbekannt oder nicht vorhanden",
179
- "editor.record.form.resourceUpdated": "",
180
- "editor.record.form.temporalExtents": "",
181
- "editor.record.form.temporalExtents.addDate": "",
182
- "editor.record.form.temporalExtents.addRange": "",
183
- "editor.record.form.temporalExtents.date": "",
184
- "editor.record.form.temporalExtents.range": "",
185
- "editor.record.form.updateFrequency": "",
186
- "editor.record.form.updateFrequency.planned": "",
187
- "editor.record.loadError.body": "",
188
- "editor.record.loadError.closeMessage": "",
189
- "editor.record.loadError.title": "",
190
- "editor.record.publish": "",
191
- "editor.record.publishError.body": "",
192
- "editor.record.publishError.closeMessage": "",
193
- "editor.record.publishError.title": "",
194
- "editor.record.publishSuccess.body": "",
195
- "editor.record.publishSuccess.title": "",
196
- "editor.record.saveStatus.asDraftOnly": "",
197
- "editor.record.saveStatus.draftWithChangesPending": "",
198
- "editor.record.saveStatus.recordUpToDate": "",
199
- "editor.record.upToDate": "",
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": "Metadaten-Titel",
209
+ "editor.record.form.record.updated": "Datensatz zuletzt aktualisiert",
210
+ "editor.record.form.resourceUpdated": "Letztes Aktualisierungsdatum",
211
+ "editor.record.form.temporalExtents": "Zeitlicher Umfang",
212
+ "editor.record.form.temporalExtents.addDate": "Zeitpunkt",
213
+ "editor.record.form.temporalExtents.addRange": "Zeitraum",
214
+ "editor.record.form.temporalExtents.date": "Datum",
215
+ "editor.record.form.temporalExtents.range": "Datumsbereich",
216
+ "editor.record.form.unique.identifier": "Eindeutige Kennung (ID)",
217
+ "editor.record.form.updateFrequency": "Aktualisierungshäufigkeit",
218
+ "editor.record.form.updateFrequency.planned": "Die Daten sollten regelmäßig aktualisiert werden.",
219
+ "editor.record.loadError.body": "Der Datensatz konnte nicht geladen werden:",
220
+ "editor.record.loadError.closeMessage": "Verstanden",
221
+ "editor.record.loadError.title": "Fehler beim Laden des Datensatzes",
222
+ "editor.record.publish": "Diesen Datensatz veröffentlichen",
223
+ "editor.record.publishError.body": "Der Datensatz konnte nicht veröffentlicht werden:",
224
+ "editor.record.publishError.closeMessage": "Verstanden",
225
+ "editor.record.publishError.title": "Fehler beim Veröffentlichen des Datensatzes",
226
+ "editor.record.publishSuccess.body": "Der Datensatz wurde erfolgreich veröffentlicht!",
227
+ "editor.record.publishSuccess.title": "Veröffentlichung erfolgreich",
228
+ "editor.record.saveStatus.asDraftOnly": "Nur als Entwurf gespeichert - noch nicht veröffentlicht",
229
+ "editor.record.saveStatus.draftWithChangesPending": "Als Entwurf gespeichert - Änderungen stehen aus",
230
+ "editor.record.saveStatus.recordUpToDate": "Datensatz ist auf dem neuesten Stand",
231
+ "editor.record.upToDate": "Dieser Datensatz ist auf dem neuesten Stand",
200
232
  "externalviewer.dataset.unnamed": "Datensatz aus dem Datahub",
201
233
  "facets.block.title.OrgForResource": "Organisation",
202
234
  "facets.block.title.availableInServices": "Verfügbar für",
@@ -165,6 +165,19 @@
165
165
  "downloads.format.unknown": "unknown",
166
166
  "downloads.wfs.featuretype.not.found": "The layer was not found",
167
167
  "dropFile": "drop file",
168
+ "editor.record.form.bottomButtons.comeBackLater": "Come back later",
169
+ "editor.record.form.bottomButtons.next": "Next",
170
+ "editor.record.form.bottomButtons.previous": "Previous",
171
+ "editor.record.form.field.abstract": "Abstract",
172
+ "editor.record.form.field.keywords": "Keywords",
173
+ "editor.record.form.field.license": "License",
174
+ "editor.record.form.field.recordUpdated": "Record Updated",
175
+ "editor.record.form.field.resourceUpdated": "Resource Updated",
176
+ "editor.record.form.field.temporalExtents": "Temporal extents",
177
+ "editor.record.form.field.title": "Metadata title",
178
+ "editor.record.form.field.uniqueIdentifier": "Unique identifier",
179
+ "editor.record.form.field.updateFrequency": "Update frequency",
180
+ "editor.record.form.abstract": "Abstract",
168
181
  "editor.record.form.keywords": "Keywords",
169
182
  "editor.record.form.license": "License",
170
183
  "editor.record.form.license.cc-by": "Creative Commons CC-BY",
@@ -176,12 +189,31 @@
176
189
  "editor.record.form.license.odc-by": "Open Data Commons ODC-By",
177
190
  "editor.record.form.license.pddl": "Open Data Commons PDDL",
178
191
  "editor.record.form.license.unknown": "Unknown or absent",
192
+ "editor.record.form.page.accessAndContact": "Access and contact",
193
+ "editor.record.form.page.description": "Resource description",
194
+ "editor.record.form.page.ressources": "Resources",
195
+ "editor.record.form.section.about.description": "This section describes the resource.",
196
+ "editor.record.form.section.about.label": "About the resource",
197
+ "editor.record.form.section.annexes.label": "Annexes",
198
+ "editor.record.form.section.associatedResources.description": "Drop files here to associate them with the resource.",
199
+ "editor.record.form.section.associatedResources.label": "Associated resources",
200
+ "editor.record.form.section.classification.description": "The classification has an impact on the access to the data.",
201
+ "editor.record.form.section.classification.label": "Classification",
202
+ "editor.record.form.section.dataManagers.description": "The data managers are responsible for the data.",
203
+ "editor.record.form.section.dataManagers.label": "Data managers",
204
+ "editor.record.form.section.dataPointOfContact.description": "This information concerns the metadata.",
205
+ "editor.record.form.section.dataPointOfContact.label": "Data point of contact",
206
+ "editor.record.form.section.geographicalCoverage.label": "Geographical coverage",
207
+ "editor.record.form.section.useAndAccessConditions.label": "Use and access conditions",
208
+ "editor.record.form.metadata.title": "Metadata title",
209
+ "editor.record.form.record.updated": "Record updated",
179
210
  "editor.record.form.resourceUpdated": "Last update date",
180
211
  "editor.record.form.temporalExtents": "Temporal extent",
181
212
  "editor.record.form.temporalExtents.addDate": "Time instant",
182
213
  "editor.record.form.temporalExtents.addRange": "Time period",
183
214
  "editor.record.form.temporalExtents.date": "Date",
184
215
  "editor.record.form.temporalExtents.range": "Date range",
216
+ "editor.record.form.unique.identifier": "Unique identifier",
185
217
  "editor.record.form.updateFrequency": "Update frequency",
186
218
  "editor.record.form.updateFrequency.planned": "The data should be updated regularly.",
187
219
  "editor.record.loadError.body": "The record could not be loaded:",
@@ -265,8 +297,8 @@
265
297
  "organisations.sortBy.nameDesc": "Name Z → A",
266
298
  "organisations.sortBy.recordCountAsc": "Publications 0 → 9",
267
299
  "organisations.sortBy.recordCountDesc": "Publications 9 → 0",
268
- "organization.details.lastPublishedDatasets": "Last published datasets",
269
- "organization.details.lastPublishedDatasets.searchAllButton": "Search all",
300
+ "organization.details.lastPublishedDatasets": "",
301
+ "organization.details.lastPublishedDatasets.searchAllButton": "",
270
302
  "organization.details.mailContact": "Contact by email",
271
303
  "organization.header.recordCount": "{count, plural, =0{data} one{data} other{datas}}",
272
304
  "pagination.nextPage": "Next page",
@@ -165,6 +165,19 @@
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": "",
180
+ "editor.record.form.abstract": "",
168
181
  "editor.record.form.keywords": "",
169
182
  "editor.record.form.license": "",
170
183
  "editor.record.form.license.cc-by": "",
@@ -176,12 +189,31 @@
176
189
  "editor.record.form.license.odc-by": "",
177
190
  "editor.record.form.license.pddl": "",
178
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": "",
208
+ "editor.record.form.metadata.title": "",
209
+ "editor.record.form.record.updated": "",
179
210
  "editor.record.form.resourceUpdated": "",
180
211
  "editor.record.form.temporalExtents": "",
181
212
  "editor.record.form.temporalExtents.addDate": "",
182
213
  "editor.record.form.temporalExtents.addRange": "",
183
214
  "editor.record.form.temporalExtents.date": "",
184
215
  "editor.record.form.temporalExtents.range": "",
216
+ "editor.record.form.unique.identifier": "",
185
217
  "editor.record.form.updateFrequency": "",
186
218
  "editor.record.form.updateFrequency.planned": "",
187
219
  "editor.record.loadError.body": "",
@@ -165,7 +165,20 @@
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.keywords": "Mots-clés",
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",
180
+ "editor.record.form.abstract": "",
181
+ "editor.record.form.keywords": "",
169
182
  "editor.record.form.license": "Licence",
170
183
  "editor.record.form.license.cc-by": "",
171
184
  "editor.record.form.license.cc-by-sa": "",
@@ -176,12 +189,31 @@
176
189
  "editor.record.form.license.odc-by": "",
177
190
  "editor.record.form.license.pddl": "",
178
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",
208
+ "editor.record.form.metadata.title": "",
209
+ "editor.record.form.record.updated": "",
179
210
  "editor.record.form.resourceUpdated": "Date de dernière révision",
180
211
  "editor.record.form.temporalExtents": "Étendue temporelle",
181
212
  "editor.record.form.temporalExtents.addDate": "Date déterminée",
182
213
  "editor.record.form.temporalExtents.addRange": "Période de temps",
183
214
  "editor.record.form.temporalExtents.date": "Date concernée",
184
215
  "editor.record.form.temporalExtents.range": "Période concernée",
216
+ "editor.record.form.unique.identifier": "",
185
217
  "editor.record.form.updateFrequency": "Fréquence de mise à jour",
186
218
  "editor.record.form.updateFrequency.planned": "Ces données doivent être mise à jour régulièrement.",
187
219
  "editor.record.loadError.body": "",
@@ -265,8 +297,8 @@
265
297
  "organisations.sortBy.nameDesc": "Nom Z → A",
266
298
  "organisations.sortBy.recordCountAsc": "Données 0 → 9",
267
299
  "organisations.sortBy.recordCountDesc": "Données 9 → 0",
268
- "organization.details.lastPublishedDatasets": "Dernières données publiées",
269
- "organization.details.lastPublishedDatasets.searchAllButton": "Rechercher tous",
300
+ "organization.details.lastPublishedDatasets": "",
301
+ "organization.details.lastPublishedDatasets.searchAllButton": "",
270
302
  "organization.details.mailContact": "Contacter par mail",
271
303
  "organization.header.recordCount": "{count, plural, =0{donnée} one{donnée} other{données}}",
272
304
  "pagination.nextPage": "Page suivante",
@@ -165,6 +165,19 @@
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": "",
180
+ "editor.record.form.abstract": "",
168
181
  "editor.record.form.keywords": "",
169
182
  "editor.record.form.license": "Licenza",
170
183
  "editor.record.form.license.cc-by": "",
@@ -176,12 +189,31 @@
176
189
  "editor.record.form.license.odc-by": "",
177
190
  "editor.record.form.license.pddl": "",
178
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": "",
208
+ "editor.record.form.metadata.title": "",
209
+ "editor.record.form.record.updated": "",
179
210
  "editor.record.form.resourceUpdated": "",
180
211
  "editor.record.form.temporalExtents": "",
181
212
  "editor.record.form.temporalExtents.addDate": "",
182
213
  "editor.record.form.temporalExtents.addRange": "",
183
214
  "editor.record.form.temporalExtents.date": "",
184
215
  "editor.record.form.temporalExtents.range": "",
216
+ "editor.record.form.unique.identifier": "",
185
217
  "editor.record.form.updateFrequency": "",
186
218
  "editor.record.form.updateFrequency.planned": "",
187
219
  "editor.record.loadError.body": "",
@@ -165,6 +165,19 @@
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": "",
180
+ "editor.record.form.abstract": "",
168
181
  "editor.record.form.keywords": "",
169
182
  "editor.record.form.license": "",
170
183
  "editor.record.form.license.cc-by": "",
@@ -176,12 +189,31 @@
176
189
  "editor.record.form.license.odc-by": "",
177
190
  "editor.record.form.license.pddl": "",
178
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": "",
208
+ "editor.record.form.metadata.title": "",
209
+ "editor.record.form.record.updated": "",
179
210
  "editor.record.form.resourceUpdated": "",
180
211
  "editor.record.form.temporalExtents": "",
181
212
  "editor.record.form.temporalExtents.addDate": "",
182
213
  "editor.record.form.temporalExtents.addRange": "",
183
214
  "editor.record.form.temporalExtents.date": "",
184
215
  "editor.record.form.temporalExtents.range": "",
216
+ "editor.record.form.unique.identifier": "",
185
217
  "editor.record.form.updateFrequency": "",
186
218
  "editor.record.form.updateFrequency.planned": "",
187
219
  "editor.record.loadError.body": "",
@@ -165,6 +165,19 @@
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": "",
180
+ "editor.record.form.abstract": "",
168
181
  "editor.record.form.keywords": "",
169
182
  "editor.record.form.license": "",
170
183
  "editor.record.form.license.cc-by": "",
@@ -176,12 +189,31 @@
176
189
  "editor.record.form.license.odc-by": "",
177
190
  "editor.record.form.license.pddl": "",
178
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": "",
208
+ "editor.record.form.metadata.title": "",
209
+ "editor.record.form.record.updated": "",
179
210
  "editor.record.form.resourceUpdated": "",
180
211
  "editor.record.form.temporalExtents": "",
181
212
  "editor.record.form.temporalExtents.addDate": "",
182
213
  "editor.record.form.temporalExtents.addRange": "",
183
214
  "editor.record.form.temporalExtents.date": "",
184
215
  "editor.record.form.temporalExtents.range": "",
216
+ "editor.record.form.unique.identifier": "",
185
217
  "editor.record.form.updateFrequency": "",
186
218
  "editor.record.form.updateFrequency.planned": "",
187
219
  "editor.record.loadError.body": "",
@@ -165,6 +165,19 @@
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": "",
180
+ "editor.record.form.abstract": "",
168
181
  "editor.record.form.keywords": "",
169
182
  "editor.record.form.license": "Licencia",
170
183
  "editor.record.form.license.cc-by": "",
@@ -176,12 +189,31 @@
176
189
  "editor.record.form.license.odc-by": "",
177
190
  "editor.record.form.license.pddl": "",
178
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": "",
179
210
  "editor.record.form.resourceUpdated": "",
180
211
  "editor.record.form.temporalExtents": "",
181
212
  "editor.record.form.temporalExtents.addDate": "",
182
213
  "editor.record.form.temporalExtents.addRange": "",
183
214
  "editor.record.form.temporalExtents.date": "",
184
215
  "editor.record.form.temporalExtents.range": "",
216
+ "editor.record.form.unique.identifier": "",
185
217
  "editor.record.form.updateFrequency": "",
186
218
  "editor.record.form.updateFrequency.planned": "",
187
219
  "editor.record.loadError.body": "",
@@ -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"}