geonetwork-ui 2.4.0-dev.9075aa64 → 2.4.0-dev.9b37393d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/libs/api/metadata-converter/src/index.mjs +2 -1
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +3 -3
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +1 -16
- package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +18 -2
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +78 -39
- package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
- package/esm2022/libs/feature/editor/src/index.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +4 -16
- package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +4 -2
- package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +93 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +6 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date-updated/form-field-date-updated.component.mjs +19 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +23 -10
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +4 -8
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +10 -7
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +6 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +5 -5
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +2 -2
- package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +6 -4
- package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +1 -1
- package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +6 -6
- package/esm2022/libs/ui/inputs/src/index.mjs +2 -1
- package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +7 -4
- package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +5 -3
- package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +8 -1
- package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +11 -4
- package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +9 -3
- package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +3 -3
- package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +5 -3
- package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +2 -1
- package/esm2022/translations/de.json +9 -0
- package/esm2022/translations/en.json +9 -0
- package/esm2022/translations/es.json +9 -0
- package/esm2022/translations/fr.json +9 -0
- package/esm2022/translations/it.json +9 -0
- package/esm2022/translations/nl.json +9 -0
- package/esm2022/translations/pt.json +9 -0
- package/fesm2022/geonetwork-ui.mjs +388 -186
- 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/iso19139/iso19139.converter.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +6 -0
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +12 -7
- 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 +7 -0
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
- package/libs/feature/editor/src/index.d.ts +1 -0
- package/libs/feature/editor/src/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts +1 -5
- package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts +2 -1
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +33 -0
- package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date-updated/form-field-date-updated.component.d.ts +9 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date-updated/form-field-date-updated.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +5 -2
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +1 -3
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
- 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 +1 -0
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +2 -2
- package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +1 -1
- package/libs/ui/inputs/src/index.d.ts +1 -0
- package/libs/ui/inputs/src/index.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +2 -2
- package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +1 -1
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +1 -1
- package/libs/util/shared/src/lib/services/theme.service.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/iso19139/iso19139.converter.ts +1 -2
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +0 -27
- package/src/libs/api/metadata-converter/src/lib/xml-utils.ts +20 -1
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +132 -68
- package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +10 -0
- package/src/libs/feature/editor/src/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.html +12 -22
- package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.ts +1 -13
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +1 -0
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +43 -0
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +129 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.css +4 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +13 -33
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +2 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date-updated/form-field-date-updated.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/{form-field-resource-updated/form-field-resource-updated.component.ts → form-field-date-updated/form-field-date-updated.component.ts} +4 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.html +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +35 -3
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.css +8 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.html +1 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +13 -6
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +0 -9
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +1 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +16 -5
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.css +4 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +2 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +2 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.css +4 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +16 -14
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +19 -20
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -1
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +30 -29
- package/src/libs/feature/editor/src/lib/fields.config.ts +5 -3
- package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +3 -0
- package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.html +1 -0
- package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.html +13 -20
- package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +1 -1
- package/src/libs/ui/inputs/src/index.ts +1 -0
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.css +25 -18
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +38 -24
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +4 -1
- package/src/libs/ui/inputs/src/lib/badge/badge.component.html +12 -3
- package/src/libs/ui/inputs/src/lib/badge/badge.component.ts +2 -1
- package/src/libs/ui/inputs/src/lib/button/button.component.ts +15 -1
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.css +7 -2
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.html +13 -6
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +7 -1
- package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.css +7 -2
- package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.html +27 -23
- package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts +7 -1
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.css +4 -0
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.html +6 -2
- package/src/libs/ui/inputs/src/lib/image-input/image-input.component.css +4 -0
- package/src/libs/ui/inputs/src/lib/image-input/image-input.component.html +29 -21
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +4 -3
- package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +1 -1
- package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +8 -3
- package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +4 -3
- package/src/libs/util/shared/src/lib/services/theme.service.ts +1 -0
- package/tailwind.base.config.js +1 -0
- package/tailwind.base.css +30 -4
- package/translations/de.json +9 -0
- package/translations/en.json +9 -0
- package/translations/es.json +9 -0
- package/translations/fr.json +9 -0
- package/translations/it.json +9 -0
- package/translations/nl.json +9 -0
- package/translations/pt.json +9 -0
- package/translations/sk.json +9 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +0 -19
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts +0 -9
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts.map +0 -1
- /package/src/libs/feature/editor/src/lib/components/{record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.css → import-record/import-record.component.css} +0 -0
- /package/src/libs/feature/editor/src/lib/components/record-form/form-field/{form-field-resource-updated/form-field-resource-updated.component.html → form-field-date-updated/form-field-date-updated.component.html} +0 -0
package/tailwind.base.css
CHANGED
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
/* PLEASE NOTE: all Tailwind components should be prefixed by `gn-ui` */
|
|
6
6
|
@layer components {
|
|
7
|
+
.container-sm {
|
|
8
|
+
max-width: 640px;
|
|
9
|
+
}
|
|
10
|
+
.container-md {
|
|
11
|
+
max-width: 768px;
|
|
12
|
+
}
|
|
13
|
+
.container-lg {
|
|
14
|
+
max-width: 1024px;
|
|
15
|
+
}
|
|
16
|
+
|
|
7
17
|
/* TODO: add prefix */
|
|
8
18
|
.card-shadow {
|
|
9
19
|
@apply shadow-xl hover:shadow-xl-hover transition-shadow;
|
|
@@ -65,8 +75,10 @@
|
|
|
65
75
|
text-[length:--font-size] leading-none
|
|
66
76
|
p-[--padding] rounded-[--rounded] w-[--width] h-[--height] overflow-hidden
|
|
67
77
|
bg-[--background] transition-all duration-100
|
|
68
|
-
|
|
69
|
-
|
|
78
|
+
outline-none
|
|
79
|
+
relative
|
|
80
|
+
disabled:opacity-50 disabled:pointer-events-none
|
|
81
|
+
focus:z-10 active:z-10 hover:z-10;
|
|
70
82
|
}
|
|
71
83
|
/* makes sure icons will not make the buttons grow vertically */
|
|
72
84
|
.gn-ui-btn mat-icon.mat-icon {
|
|
@@ -93,6 +105,18 @@
|
|
|
93
105
|
border border-secondary focus:ring-4 focus:ring-secondary-lightest;
|
|
94
106
|
}
|
|
95
107
|
|
|
108
|
+
.gn-ui-btn-gray {
|
|
109
|
+
@apply gn-ui-btn text-black
|
|
110
|
+
bg-gray-100 hover:bg-gray-200 focus:bg-gray-200 active:bg-gray-300
|
|
111
|
+
border border-gray-100 focus:ring-4 focus:ring-gray-50;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.gn-ui-btn-black {
|
|
115
|
+
@apply gn-ui-btn text-white
|
|
116
|
+
bg-black hover:bg-gray-950 focus:bg-gray-950 active:bg-gray-900
|
|
117
|
+
border border-black focus:ring-4 focus:ring-gray-300;
|
|
118
|
+
}
|
|
119
|
+
|
|
96
120
|
.gn-ui-btn-outline {
|
|
97
121
|
@apply gn-ui-btn text-main
|
|
98
122
|
hover:text-primary-darker focus:text-primary-darker active:text-primary-black
|
|
@@ -135,8 +159,10 @@
|
|
|
135
159
|
.gn-ui-text-input {
|
|
136
160
|
--rounded: var(--gn-ui-text-input-rounded, 0.25em);
|
|
137
161
|
--padding: var(--gn-ui-text-input-padding, 0.6em);
|
|
138
|
-
|
|
139
|
-
|
|
162
|
+
--font-size: var(--gn-ui-text-input-font-size, 1em);
|
|
163
|
+
--border-size: var(--gn-ui-text-input-border-size, 2px);
|
|
164
|
+
@apply appearance-none border-[length:--border-size] p-[--padding] rounded-[--rounded] w-full transition-colors duration-75
|
|
165
|
+
text-[length:--font-size] leading-none border-gray-300 text-main placeholder-gray-800
|
|
140
166
|
focus:outline-none focus:border-main hover:border-main
|
|
141
167
|
disabled:cursor-not-allowed disabled:border-gray-100 disabled:placeholder-gray-300 disabled:text-gray-700 disabled:bg-white;
|
|
142
168
|
}
|
package/translations/de.json
CHANGED
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
"dashboard.catalog.discussion": "Diskussion",
|
|
25
25
|
"dashboard.catalog.thesaurus": "Thesaurus",
|
|
26
26
|
"dashboard.createRecord": "Neuer Eintrag",
|
|
27
|
+
"dashboard.importRecord": "",
|
|
28
|
+
"dashboard.importRecord.importExternal": "",
|
|
29
|
+
"dashboard.importRecord.importExternalLabel": "",
|
|
30
|
+
"dashboard.importRecord.useModel": "",
|
|
27
31
|
"dashboard.labels.catalog": "Katalog",
|
|
28
32
|
"dashboard.labels.mySpace": "Mein Bereich",
|
|
29
33
|
"dashboard.records.all": "Katalog",
|
|
@@ -186,6 +190,7 @@
|
|
|
186
190
|
"downloads.format.unknown": "unbekannt",
|
|
187
191
|
"downloads.wfs.featuretype.not.found": "Der Layer wurde nicht gefunden",
|
|
188
192
|
"dropFile": "Datei ablegen",
|
|
193
|
+
"editor.form.keywords.placeholder": "",
|
|
189
194
|
"editor.form.placeKeywordWithoutExtent": "",
|
|
190
195
|
"editor.record.delete.confirmation.cancelText": "Stornieren",
|
|
191
196
|
"editor.record.delete.confirmation.confirmText": "Löschen",
|
|
@@ -250,6 +255,10 @@
|
|
|
250
255
|
"editor.record.form.temporalExtents.date": "Datum",
|
|
251
256
|
"editor.record.form.temporalExtents.range": "Datumsbereich",
|
|
252
257
|
"editor.record.form.updateFrequency.planned": "Die Daten sollten regelmäßig aktualisiert werden.",
|
|
258
|
+
"editor.record.importFromExternalFile.failure.body": "",
|
|
259
|
+
"editor.record.importFromExternalFile.failure.title": "",
|
|
260
|
+
"editor.record.importFromExternalFile.success.body": "",
|
|
261
|
+
"editor.record.importFromExternalFile.success.title": "",
|
|
253
262
|
"editor.record.loadError.body": "Der Datensatz konnte nicht geladen werden:",
|
|
254
263
|
"editor.record.loadError.closeMessage": "Verstanden",
|
|
255
264
|
"editor.record.loadError.title": "Fehler beim Laden des Datensatzes",
|
package/translations/en.json
CHANGED
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
"dashboard.catalog.discussion": "Discussion",
|
|
25
25
|
"dashboard.catalog.thesaurus": "Thesaurus",
|
|
26
26
|
"dashboard.createRecord": "New record",
|
|
27
|
+
"dashboard.importRecord": "Import",
|
|
28
|
+
"dashboard.importRecord.importExternal": "Import an external file",
|
|
29
|
+
"dashboard.importRecord.importExternalLabel": "External file URL",
|
|
30
|
+
"dashboard.importRecord.useModel": "Use a model",
|
|
27
31
|
"dashboard.labels.catalog": "Catalog",
|
|
28
32
|
"dashboard.labels.mySpace": "My space",
|
|
29
33
|
"dashboard.records.all": "Metadata records",
|
|
@@ -186,6 +190,7 @@
|
|
|
186
190
|
"downloads.format.unknown": "unknown",
|
|
187
191
|
"downloads.wfs.featuretype.not.found": "The layer was not found",
|
|
188
192
|
"dropFile": "drop file",
|
|
193
|
+
"editor.form.keywords.placeholder": "Select a keyword",
|
|
189
194
|
"editor.form.placeKeywordWithoutExtent": "This keyword is not associated with a geographical extent",
|
|
190
195
|
"editor.record.delete.confirmation.cancelText": "Cancel",
|
|
191
196
|
"editor.record.delete.confirmation.confirmText": "Delete",
|
|
@@ -250,6 +255,10 @@
|
|
|
250
255
|
"editor.record.form.temporalExtents.date": "Date",
|
|
251
256
|
"editor.record.form.temporalExtents.range": "Date range",
|
|
252
257
|
"editor.record.form.updateFrequency.planned": "The data should be updated regularly.",
|
|
258
|
+
"editor.record.importFromExternalFile.failure.body": "Failure",
|
|
259
|
+
"editor.record.importFromExternalFile.failure.title": "The import of the record has failed: ",
|
|
260
|
+
"editor.record.importFromExternalFile.success.body": "Import succesful",
|
|
261
|
+
"editor.record.importFromExternalFile.success.title": "The record has been succefuly imported.",
|
|
253
262
|
"editor.record.loadError.body": "The record could not be loaded:",
|
|
254
263
|
"editor.record.loadError.closeMessage": "Understood",
|
|
255
264
|
"editor.record.loadError.title": "Error loading record",
|
package/translations/es.json
CHANGED
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
"dashboard.catalog.discussion": "",
|
|
25
25
|
"dashboard.catalog.thesaurus": "",
|
|
26
26
|
"dashboard.createRecord": "",
|
|
27
|
+
"dashboard.importRecord": "",
|
|
28
|
+
"dashboard.importRecord.importExternal": "",
|
|
29
|
+
"dashboard.importRecord.importExternalLabel": "",
|
|
30
|
+
"dashboard.importRecord.useModel": "",
|
|
27
31
|
"dashboard.labels.catalog": "Catálogo",
|
|
28
32
|
"dashboard.labels.mySpace": "Mi espacio",
|
|
29
33
|
"dashboard.records.all": "Catálogo",
|
|
@@ -186,6 +190,7 @@
|
|
|
186
190
|
"downloads.format.unknown": "",
|
|
187
191
|
"downloads.wfs.featuretype.not.found": "",
|
|
188
192
|
"dropFile": "",
|
|
193
|
+
"editor.form.keywords.placeholder": "",
|
|
189
194
|
"editor.form.placeKeywordWithoutExtent": "",
|
|
190
195
|
"editor.record.delete.confirmation.cancelText": "",
|
|
191
196
|
"editor.record.delete.confirmation.confirmText": "",
|
|
@@ -250,6 +255,10 @@
|
|
|
250
255
|
"editor.record.form.temporalExtents.date": "",
|
|
251
256
|
"editor.record.form.temporalExtents.range": "",
|
|
252
257
|
"editor.record.form.updateFrequency.planned": "",
|
|
258
|
+
"editor.record.importFromExternalFile.failure.body": "",
|
|
259
|
+
"editor.record.importFromExternalFile.failure.title": "",
|
|
260
|
+
"editor.record.importFromExternalFile.success.body": "",
|
|
261
|
+
"editor.record.importFromExternalFile.success.title": "",
|
|
253
262
|
"editor.record.loadError.body": "",
|
|
254
263
|
"editor.record.loadError.closeMessage": "",
|
|
255
264
|
"editor.record.loadError.title": "",
|
package/translations/fr.json
CHANGED
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
"dashboard.catalog.discussion": "Discussions",
|
|
25
25
|
"dashboard.catalog.thesaurus": "Thesaurus",
|
|
26
26
|
"dashboard.createRecord": "Nouvel enregistrement",
|
|
27
|
+
"dashboard.importRecord": "Importer",
|
|
28
|
+
"dashboard.importRecord.importExternal": "Importer une fiche externe",
|
|
29
|
+
"dashboard.importRecord.importExternalLabel": "URL de la fiche externe",
|
|
30
|
+
"dashboard.importRecord.useModel": "Utiliser un modele",
|
|
27
31
|
"dashboard.labels.catalog": "Catalogue",
|
|
28
32
|
"dashboard.labels.mySpace": "Mon espace",
|
|
29
33
|
"dashboard.records.all": "Catalogue",
|
|
@@ -186,6 +190,7 @@
|
|
|
186
190
|
"downloads.format.unknown": "inconnu",
|
|
187
191
|
"downloads.wfs.featuretype.not.found": "La couche n'a pas été retrouvée",
|
|
188
192
|
"dropFile": "Faites glisser votre fichier",
|
|
193
|
+
"editor.form.keywords.placeholder": "Sélectionner un mot-clé",
|
|
189
194
|
"editor.form.placeKeywordWithoutExtent": "Ce mot-clé n'a pas de localisation géographique associée",
|
|
190
195
|
"editor.record.delete.confirmation.cancelText": "Annuler",
|
|
191
196
|
"editor.record.delete.confirmation.confirmText": "Supprimer",
|
|
@@ -250,6 +255,10 @@
|
|
|
250
255
|
"editor.record.form.temporalExtents.date": "Date concernée",
|
|
251
256
|
"editor.record.form.temporalExtents.range": "Période concernée",
|
|
252
257
|
"editor.record.form.updateFrequency.planned": "Ces données doivent être mise à jour régulièrement.",
|
|
258
|
+
"editor.record.importFromExternalFile.failure.body": "Une erreur est survenue pendant l'import de la fiche: ",
|
|
259
|
+
"editor.record.importFromExternalFile.failure.title": "Erreur",
|
|
260
|
+
"editor.record.importFromExternalFile.success.body": "L'import de la fiche de metadonnée à été realisée avec succès.",
|
|
261
|
+
"editor.record.importFromExternalFile.success.title": "Import reussi",
|
|
253
262
|
"editor.record.loadError.body": "La fiche n'a pas pu être chargée :",
|
|
254
263
|
"editor.record.loadError.closeMessage": "Compris",
|
|
255
264
|
"editor.record.loadError.title": "Erreur lors du chargement",
|
package/translations/it.json
CHANGED
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
"dashboard.catalog.discussion": "",
|
|
25
25
|
"dashboard.catalog.thesaurus": "",
|
|
26
26
|
"dashboard.createRecord": "Crea un record",
|
|
27
|
+
"dashboard.importRecord": "",
|
|
28
|
+
"dashboard.importRecord.importExternal": "",
|
|
29
|
+
"dashboard.importRecord.importExternalLabel": "",
|
|
30
|
+
"dashboard.importRecord.useModel": "",
|
|
27
31
|
"dashboard.labels.catalog": "Catalogo",
|
|
28
32
|
"dashboard.labels.mySpace": "Il mio spazio",
|
|
29
33
|
"dashboard.records.all": "Catalogo",
|
|
@@ -186,6 +190,7 @@
|
|
|
186
190
|
"downloads.format.unknown": "sconosciuto",
|
|
187
191
|
"downloads.wfs.featuretype.not.found": "Il layer non è stato trovato",
|
|
188
192
|
"dropFile": "Trascina il suo file",
|
|
193
|
+
"editor.form.keywords.placeholder": "",
|
|
189
194
|
"editor.form.placeKeywordWithoutExtent": "",
|
|
190
195
|
"editor.record.delete.confirmation.cancelText": "",
|
|
191
196
|
"editor.record.delete.confirmation.confirmText": "",
|
|
@@ -250,6 +255,10 @@
|
|
|
250
255
|
"editor.record.form.temporalExtents.date": "",
|
|
251
256
|
"editor.record.form.temporalExtents.range": "",
|
|
252
257
|
"editor.record.form.updateFrequency.planned": "",
|
|
258
|
+
"editor.record.importFromExternalFile.failure.body": "",
|
|
259
|
+
"editor.record.importFromExternalFile.failure.title": "",
|
|
260
|
+
"editor.record.importFromExternalFile.success.body": "",
|
|
261
|
+
"editor.record.importFromExternalFile.success.title": "",
|
|
253
262
|
"editor.record.loadError.body": "",
|
|
254
263
|
"editor.record.loadError.closeMessage": "",
|
|
255
264
|
"editor.record.loadError.title": "",
|
package/translations/nl.json
CHANGED
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
"dashboard.catalog.discussion": "",
|
|
25
25
|
"dashboard.catalog.thesaurus": "",
|
|
26
26
|
"dashboard.createRecord": "",
|
|
27
|
+
"dashboard.importRecord": "",
|
|
28
|
+
"dashboard.importRecord.importExternal": "",
|
|
29
|
+
"dashboard.importRecord.importExternalLabel": "",
|
|
30
|
+
"dashboard.importRecord.useModel": "",
|
|
27
31
|
"dashboard.labels.catalog": "Catalogus",
|
|
28
32
|
"dashboard.labels.mySpace": "Mijn ruimte",
|
|
29
33
|
"dashboard.records.all": "Catalogus",
|
|
@@ -186,6 +190,7 @@
|
|
|
186
190
|
"downloads.format.unknown": "",
|
|
187
191
|
"downloads.wfs.featuretype.not.found": "",
|
|
188
192
|
"dropFile": "",
|
|
193
|
+
"editor.form.keywords.placeholder": "",
|
|
189
194
|
"editor.form.placeKeywordWithoutExtent": "",
|
|
190
195
|
"editor.record.delete.confirmation.cancelText": "",
|
|
191
196
|
"editor.record.delete.confirmation.confirmText": "",
|
|
@@ -250,6 +255,10 @@
|
|
|
250
255
|
"editor.record.form.temporalExtents.date": "",
|
|
251
256
|
"editor.record.form.temporalExtents.range": "",
|
|
252
257
|
"editor.record.form.updateFrequency.planned": "",
|
|
258
|
+
"editor.record.importFromExternalFile.failure.body": "",
|
|
259
|
+
"editor.record.importFromExternalFile.failure.title": "",
|
|
260
|
+
"editor.record.importFromExternalFile.success.body": "",
|
|
261
|
+
"editor.record.importFromExternalFile.success.title": "",
|
|
253
262
|
"editor.record.loadError.body": "",
|
|
254
263
|
"editor.record.loadError.closeMessage": "",
|
|
255
264
|
"editor.record.loadError.title": "",
|
package/translations/pt.json
CHANGED
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
"dashboard.catalog.discussion": "",
|
|
25
25
|
"dashboard.catalog.thesaurus": "",
|
|
26
26
|
"dashboard.createRecord": "",
|
|
27
|
+
"dashboard.importRecord": "",
|
|
28
|
+
"dashboard.importRecord.importExternal": "",
|
|
29
|
+
"dashboard.importRecord.importExternalLabel": "",
|
|
30
|
+
"dashboard.importRecord.useModel": "",
|
|
27
31
|
"dashboard.labels.catalog": "Catálogo",
|
|
28
32
|
"dashboard.labels.mySpace": "Meu espaço",
|
|
29
33
|
"dashboard.records.all": "Catálogo",
|
|
@@ -186,6 +190,7 @@
|
|
|
186
190
|
"downloads.format.unknown": "",
|
|
187
191
|
"downloads.wfs.featuretype.not.found": "",
|
|
188
192
|
"dropFile": "",
|
|
193
|
+
"editor.form.keywords.placeholder": "",
|
|
189
194
|
"editor.form.placeKeywordWithoutExtent": "",
|
|
190
195
|
"editor.record.delete.confirmation.cancelText": "",
|
|
191
196
|
"editor.record.delete.confirmation.confirmText": "",
|
|
@@ -250,6 +255,10 @@
|
|
|
250
255
|
"editor.record.form.temporalExtents.date": "",
|
|
251
256
|
"editor.record.form.temporalExtents.range": "",
|
|
252
257
|
"editor.record.form.updateFrequency.planned": "",
|
|
258
|
+
"editor.record.importFromExternalFile.failure.body": "",
|
|
259
|
+
"editor.record.importFromExternalFile.failure.title": "",
|
|
260
|
+
"editor.record.importFromExternalFile.success.body": "",
|
|
261
|
+
"editor.record.importFromExternalFile.success.title": "",
|
|
253
262
|
"editor.record.loadError.body": "",
|
|
254
263
|
"editor.record.loadError.closeMessage": "",
|
|
255
264
|
"editor.record.loadError.title": "",
|
package/translations/sk.json
CHANGED
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
"dashboard.catalog.discussion": "",
|
|
25
25
|
"dashboard.catalog.thesaurus": "",
|
|
26
26
|
"dashboard.createRecord": "",
|
|
27
|
+
"dashboard.importRecord": "",
|
|
28
|
+
"dashboard.importRecord.importExternal": "",
|
|
29
|
+
"dashboard.importRecord.importExternalLabel": "",
|
|
30
|
+
"dashboard.importRecord.useModel": "",
|
|
27
31
|
"dashboard.labels.catalog": "Katalóg",
|
|
28
32
|
"dashboard.labels.mySpace": "Môj priestor",
|
|
29
33
|
"dashboard.records.all": "Katalóg",
|
|
@@ -186,6 +190,7 @@
|
|
|
186
190
|
"downloads.format.unknown": "neznámy",
|
|
187
191
|
"downloads.wfs.featuretype.not.found": "Vrstva nebola nájdená",
|
|
188
192
|
"dropFile": "nahrať súbor",
|
|
193
|
+
"editor.form.keywords.placeholder": "",
|
|
189
194
|
"editor.form.placeKeywordWithoutExtent": "",
|
|
190
195
|
"editor.record.delete.confirmation.cancelText": "",
|
|
191
196
|
"editor.record.delete.confirmation.confirmText": "",
|
|
@@ -250,6 +255,10 @@
|
|
|
250
255
|
"editor.record.form.temporalExtents.date": "",
|
|
251
256
|
"editor.record.form.temporalExtents.range": "",
|
|
252
257
|
"editor.record.form.updateFrequency.planned": "",
|
|
258
|
+
"editor.record.importFromExternalFile.failure.body": "",
|
|
259
|
+
"editor.record.importFromExternalFile.failure.title": "",
|
|
260
|
+
"editor.record.importFromExternalFile.success.body": "",
|
|
261
|
+
"editor.record.importFromExternalFile.success.title": "",
|
|
253
262
|
"editor.record.loadError.body": "",
|
|
254
263
|
"editor.record.loadError.closeMessage": "",
|
|
255
264
|
"editor.record.loadError.title": "",
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, } from '@angular/core';
|
|
2
|
-
import { DatePickerComponent } from '../../../../../../../../../libs/ui/inputs/src';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class FormFieldResourceUpdatedComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.valueChange = new EventEmitter();
|
|
7
|
-
}
|
|
8
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FormFieldResourceUpdatedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FormFieldResourceUpdatedComponent, isStandalone: true, selector: "gn-ui-form-field-resource-updated", inputs: { value: "value" }, outputs: { valueChange: "valueChange" }, ngImport: i0, template: "<gn-ui-date-picker\n [date]=\"value\"\n (dateChange)=\"valueChange.emit($event)\"\n></gn-ui-date-picker>\n", styles: [""], dependencies: [{ kind: "component", type: DatePickerComponent, selector: "gn-ui-date-picker", inputs: ["date"], outputs: ["dateChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
10
|
-
}
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FormFieldResourceUpdatedComponent, decorators: [{
|
|
12
|
-
type: Component,
|
|
13
|
-
args: [{ selector: 'gn-ui-form-field-resource-updated', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [DatePickerComponent], template: "<gn-ui-date-picker\n [date]=\"value\"\n (dateChange)=\"valueChange.emit($event)\"\n></gn-ui-date-picker>\n" }]
|
|
14
|
-
}], propDecorators: { value: [{
|
|
15
|
-
type: Input
|
|
16
|
-
}], valueChange: [{
|
|
17
|
-
type: Output
|
|
18
|
-
}] } });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC1yZXNvdXJjZS11cGRhdGVkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9lZGl0b3Ivc3JjL2xpYi9jb21wb25lbnRzL3JlY29yZC1mb3JtL2Zvcm0tZmllbGQvZm9ybS1maWVsZC1yZXNvdXJjZS11cGRhdGVkL2Zvcm0tZmllbGQtcmVzb3VyY2UtdXBkYXRlZC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvZWRpdG9yL3NyYy9saWIvY29tcG9uZW50cy9yZWNvcmQtZm9ybS9mb3JtLWZpZWxkL2Zvcm0tZmllbGQtcmVzb3VyY2UtdXBkYXRlZC9mb3JtLWZpZWxkLXJlc291cmNlLXVwZGF0ZWQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLEtBQUssRUFDTCxNQUFNLEdBQ1AsTUFBTSxlQUFlLENBQUE7QUFDdEIsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sK0NBQStDLENBQUE7O0FBVW5GLE1BQU0sT0FBTyxpQ0FBaUM7SUFSOUM7UUFVWSxnQkFBVyxHQUF1QixJQUFJLFlBQVksRUFBRSxDQUFBO0tBQy9EOytHQUhZLGlDQUFpQzttR0FBakMsaUNBQWlDLGtLQ2pCOUMsOEdBSUEsMEREV1ksbUJBQW1COzs0RkFFbEIsaUNBQWlDO2tCQVI3QyxTQUFTOytCQUNFLG1DQUFtQyxtQkFHNUIsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1AsQ0FBQyxtQkFBbUIsQ0FBQzs4QkFHckIsS0FBSztzQkFBYixLQUFLO2dCQUNJLFdBQVc7c0JBQXBCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFdmVudEVtaXR0ZXIsXG4gIElucHV0LFxuICBPdXRwdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBEYXRlUGlja2VyQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9pbnB1dHMvc3JjJ1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1mb3JtLWZpZWxkLXJlc291cmNlLXVwZGF0ZWQnLFxuICB0ZW1wbGF0ZVVybDogJy4vZm9ybS1maWVsZC1yZXNvdXJjZS11cGRhdGVkLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZm9ybS1maWVsZC1yZXNvdXJjZS11cGRhdGVkLmNvbXBvbmVudC5jc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtEYXRlUGlja2VyQ29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgRm9ybUZpZWxkUmVzb3VyY2VVcGRhdGVkQ29tcG9uZW50IHtcbiAgQElucHV0KCkgdmFsdWU6IERhdGVcbiAgQE91dHB1dCgpIHZhbHVlQ2hhbmdlOiBFdmVudEVtaXR0ZXI8RGF0ZT4gPSBuZXcgRXZlbnRFbWl0dGVyKClcbn1cbiIsIjxnbi11aS1kYXRlLXBpY2tlclxuICBbZGF0ZV09XCJ2YWx1ZVwiXG4gIChkYXRlQ2hhbmdlKT1cInZhbHVlQ2hhbmdlLmVtaXQoJGV2ZW50KVwiXG4+PC9nbi11aS1kYXRlLXBpY2tlcj5cbiJdfQ==
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FormFieldResourceUpdatedComponent {
|
|
4
|
-
value: Date;
|
|
5
|
-
valueChange: EventEmitter<Date>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldResourceUpdatedComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldResourceUpdatedComponent, "gn-ui-form-field-resource-updated", never, { "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=form-field-resource-updated.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"form-field-resource-updated.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAA;;AAGtB,qBAQa,iCAAiC;IACnC,KAAK,EAAE,IAAI,CAAA;IACV,WAAW,EAAE,YAAY,CAAC,IAAI,CAAC,CAAqB;yCAFnD,iCAAiC;2CAAjC,iCAAiC;CAG7C"}
|
|
File without changes
|