geonetwork-ui 2.4.0-dev.58b3c2e5 → 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.
- package/esm2022/libs/api/metadata-converter/src/index.mjs +2 -1
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +2 -1
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +12 -1
- package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +7 -2
- package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +1 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +7 -3
- package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +16 -6
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +1 -2
- package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +11 -7
- package/esm2022/libs/feature/editor/src/lib/expressions.mjs +1 -1
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +143 -60
- package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +2 -0
- package/esm2022/libs/feature/editor/src/lib/models/index.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +4 -3
- package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +42 -23
- package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +13 -5
- package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +49 -15
- package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +9 -3
- package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +29 -0
- package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +15 -7
- package/esm2022/translations/de.json +30 -0
- package/esm2022/translations/en.json +30 -0
- package/esm2022/translations/es.json +30 -0
- package/esm2022/translations/fr.json +30 -0
- package/esm2022/translations/it.json +30 -0
- package/esm2022/translations/nl.json +30 -0
- package/esm2022/translations/pt.json +30 -0
- package/fesm2022/geonetwork-ui.mjs +547 -123
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/index.d.ts +1 -0
- package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +1 -0
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +1 -0
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +9 -0
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +5 -0
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +4 -4
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts +8 -0
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +4 -3
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +4 -8
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +5 -7
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/expressions.d.ts +1 -1
- package/libs/feature/editor/src/lib/expressions.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts +38 -2
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +36 -0
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/models/index.d.ts +1 -0
- package/libs/feature/editor/src/lib/models/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/services/editor.service.d.ts +2 -2
- package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +4 -1
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +4 -1
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +4 -1
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +3 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +11 -0
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +1 -0
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +4 -2
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/api/metadata-converter/src/index.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +1 -0
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +20 -0
- package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +12 -0
- package/src/libs/common/fixtures/src/index.ts +2 -0
- package/src/libs/common/fixtures/src/lib/editor/editor.fixtures.ts +156 -0
- package/src/libs/common/fixtures/src/lib/editor/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +5 -0
- package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +2 -2
- package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +9 -1
- package/src/libs/feature/editor/src/lib/+state/editor.models.ts +11 -0
- package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +11 -5
- package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +22 -8
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +9 -9
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +2 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +0 -1
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +51 -11
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +15 -8
- package/src/libs/feature/editor/src/lib/expressions.ts +1 -1
- package/src/libs/feature/editor/src/lib/fields.config.ts +175 -61
- package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +53 -0
- package/src/libs/feature/editor/src/lib/models/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/services/editor.service.ts +8 -4
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +36 -19
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +6 -2
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +11 -0
- package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +59 -12
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +1 -0
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +5 -0
- package/src/libs/ui/elements/src/lib/user-preview/user-preview.component.html +1 -1
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.css +0 -0
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +17 -0
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +22 -0
- package/src/libs/ui/search/src/lib/results-table/results-table.component.html +9 -0
- package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +26 -12
- package/translations/de.json +30 -0
- package/translations/en.json +30 -0
- package/translations/es.json +30 -0
- package/translations/fr.json +30 -0
- package/translations/it.json +30 -0
- package/translations/nl.json +30 -0
- package/translations/pt.json +30 -0
- package/translations/sk.json +30 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +0 -2
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts +0 -26
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/models/fields.model.d.ts +0 -15
- package/libs/feature/editor/src/lib/models/fields.model.d.ts.map +0 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.ts +0 -43
- package/src/libs/feature/editor/src/lib/models/fields.model.ts +0 -29
|
@@ -1,23 +1,31 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CommonModule } from '@angular/common'
|
|
2
|
+
import {
|
|
3
|
+
Component,
|
|
4
|
+
EventEmitter,
|
|
5
|
+
Input,
|
|
6
|
+
Output,
|
|
7
|
+
ViewChild,
|
|
8
|
+
} from '@angular/core'
|
|
9
|
+
import { MatIconModule } from '@angular/material/icon'
|
|
10
|
+
import { MatMenuModule, MatMenuTrigger } from '@angular/material/menu'
|
|
2
11
|
import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record'
|
|
3
12
|
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
getFormatPriority,
|
|
8
|
-
} from '../../../../../../libs/util/shared/src'
|
|
13
|
+
FieldSort,
|
|
14
|
+
SortByField,
|
|
15
|
+
} from '../../../../../../libs/common/domain/src/lib/model/search'
|
|
9
16
|
import { BadgeComponent, UiInputsModule } from '../../../../../../libs/ui/inputs/src'
|
|
10
17
|
import {
|
|
11
18
|
InteractiveTableColumnComponent,
|
|
12
19
|
InteractiveTableComponent,
|
|
13
20
|
} from '../../../../../../libs/ui/layout/src'
|
|
14
|
-
import { MatIconModule } from '@angular/material/icon'
|
|
15
|
-
import { TranslateModule } from '@ngx-translate/core'
|
|
16
|
-
import { CommonModule } from '@angular/common'
|
|
17
21
|
import {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
22
|
+
FileFormat,
|
|
23
|
+
getBadgeColor,
|
|
24
|
+
getFileFormat,
|
|
25
|
+
getFormatPriority,
|
|
26
|
+
} from '../../../../../../libs/util/shared/src'
|
|
27
|
+
import { TranslateModule } from '@ngx-translate/core'
|
|
28
|
+
import { ActionMenuComponent } from './action-menu/action-menu.component'
|
|
21
29
|
|
|
22
30
|
@Component({
|
|
23
31
|
selector: 'gn-ui-results-table',
|
|
@@ -32,6 +40,7 @@ import {
|
|
|
32
40
|
MatIconModule,
|
|
33
41
|
TranslateModule,
|
|
34
42
|
BadgeComponent,
|
|
43
|
+
ActionMenuComponent,
|
|
35
44
|
],
|
|
36
45
|
})
|
|
37
46
|
export class ResultsTableComponent {
|
|
@@ -43,6 +52,7 @@ export class ResultsTableComponent {
|
|
|
43
52
|
// emits the column (field) as well as the order
|
|
44
53
|
@Output() sortByChange = new EventEmitter<[string, 'asc' | 'desc']>()
|
|
45
54
|
@Output() recordClick = new EventEmitter<CatalogRecord>()
|
|
55
|
+
@Output() duplicateRecord = new EventEmitter<CatalogRecord>()
|
|
46
56
|
@Output() recordsSelectedChange = new EventEmitter<
|
|
47
57
|
[CatalogRecord[], boolean]
|
|
48
58
|
>()
|
|
@@ -89,6 +99,10 @@ export class ResultsTableComponent {
|
|
|
89
99
|
this.recordClick.emit(item as CatalogRecord)
|
|
90
100
|
}
|
|
91
101
|
|
|
102
|
+
handleDuplicate(item: unknown) {
|
|
103
|
+
this.duplicateRecord.emit(item as CatalogRecord)
|
|
104
|
+
}
|
|
105
|
+
|
|
92
106
|
setSortBy(col: string, order: 'asc' | 'desc') {
|
|
93
107
|
this.sortByChange.emit([col, order])
|
|
94
108
|
}
|
package/translations/de.json
CHANGED
|
@@ -165,6 +165,18 @@
|
|
|
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.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": "",
|
|
168
180
|
"editor.record.form.abstract": "Kurzbeschreibung",
|
|
169
181
|
"editor.record.form.keywords": "Schlüsselwörter",
|
|
170
182
|
"editor.record.form.license": "Lizenz",
|
|
@@ -177,6 +189,22 @@
|
|
|
177
189
|
"editor.record.form.license.odc-by": "Open Data Commons ODC-By",
|
|
178
190
|
"editor.record.form.license.pddl": "Open Data Commons PDDL",
|
|
179
191
|
"editor.record.form.license.unknown": "Unbekannt oder nicht vorhanden",
|
|
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": "Metadaten-Titel",
|
|
181
209
|
"editor.record.form.record.updated": "Datensatz zuletzt aktualisiert",
|
|
182
210
|
"editor.record.form.resourceUpdated": "Letztes Aktualisierungsdatum",
|
|
@@ -201,6 +229,7 @@
|
|
|
201
229
|
"editor.record.saveStatus.draftWithChangesPending": "Als Entwurf gespeichert - Änderungen stehen aus",
|
|
202
230
|
"editor.record.saveStatus.recordUpToDate": "Datensatz ist auf dem neuesten Stand",
|
|
203
231
|
"editor.record.upToDate": "Dieser Datensatz ist auf dem neuesten Stand",
|
|
232
|
+
"editor.sidebar.menu.editor": "",
|
|
204
233
|
"externalviewer.dataset.unnamed": "Datensatz aus dem Datahub",
|
|
205
234
|
"facets.block.title.OrgForResource": "Organisation",
|
|
206
235
|
"facets.block.title.availableInServices": "Verfügbar für",
|
|
@@ -278,6 +307,7 @@
|
|
|
278
307
|
"pagination.pageOf": "von",
|
|
279
308
|
"previous": "zurück",
|
|
280
309
|
"record.action.download": "Herunterladen",
|
|
310
|
+
"record.action.duplicate": "",
|
|
281
311
|
"record.action.view": "Anzeigen",
|
|
282
312
|
"record.externalViewer.open": "In externem Kartenviewer öffnen",
|
|
283
313
|
"record.metadata.about": "Beschreibung",
|
package/translations/en.json
CHANGED
|
@@ -165,6 +165,18 @@
|
|
|
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",
|
|
168
180
|
"editor.record.form.abstract": "Abstract",
|
|
169
181
|
"editor.record.form.keywords": "Keywords",
|
|
170
182
|
"editor.record.form.license": "License",
|
|
@@ -177,6 +189,22 @@
|
|
|
177
189
|
"editor.record.form.license.odc-by": "Open Data Commons ODC-By",
|
|
178
190
|
"editor.record.form.license.pddl": "Open Data Commons PDDL",
|
|
179
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",
|
|
180
208
|
"editor.record.form.metadata.title": "Metadata title",
|
|
181
209
|
"editor.record.form.record.updated": "Record updated",
|
|
182
210
|
"editor.record.form.resourceUpdated": "Last update date",
|
|
@@ -201,6 +229,7 @@
|
|
|
201
229
|
"editor.record.saveStatus.draftWithChangesPending": "Saved as draft - changes are pending",
|
|
202
230
|
"editor.record.saveStatus.recordUpToDate": "Record is up to date",
|
|
203
231
|
"editor.record.upToDate": "This record is up to date",
|
|
232
|
+
"editor.sidebar.menu.editor": "Editor",
|
|
204
233
|
"externalviewer.dataset.unnamed": "Datahub layer",
|
|
205
234
|
"facets.block.title.OrgForResource": "Organisation",
|
|
206
235
|
"facets.block.title.availableInServices": "Available for",
|
|
@@ -278,6 +307,7 @@
|
|
|
278
307
|
"pagination.pageOf": "of",
|
|
279
308
|
"previous": "previous",
|
|
280
309
|
"record.action.download": "Download",
|
|
310
|
+
"record.action.duplicate": "Duplicate",
|
|
281
311
|
"record.action.view": "View",
|
|
282
312
|
"record.externalViewer.open": "Open in the external map viewer",
|
|
283
313
|
"record.metadata.about": "Description",
|
package/translations/es.json
CHANGED
|
@@ -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": "",
|
package/translations/fr.json
CHANGED
|
@@ -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",
|
package/translations/it.json
CHANGED
|
@@ -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",
|
package/translations/nl.json
CHANGED
|
@@ -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": "",
|
package/translations/pt.json
CHANGED
|
@@ -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": "",
|
package/translations/sk.json
CHANGED
|
@@ -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",
|
package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs
DELETED
|
@@ -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
|
package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map
DELETED
|
@@ -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"}
|
package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.ts
DELETED
|
@@ -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
|