geonetwork-ui 2.4.1-dev.a28bdabc1 → 2.4.1-dev.bf3be28aa
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/feature/editor/src/lib/+state/editor.selectors.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +10 -57
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +23 -36
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +3 -4
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +3 -3
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +1 -40
- package/esm2022/translations/de.json +0 -2
- package/esm2022/translations/en.json +0 -2
- package/esm2022/translations/es.json +0 -2
- package/esm2022/translations/fr.json +0 -2
- package/esm2022/translations/it.json +0 -2
- package/esm2022/translations/nl.json +0 -2
- package/esm2022/translations/pt.json +0 -2
- package/fesm2022/geonetwork-ui.mjs +38 -150
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +5 -16
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +4 -4
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.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/util/shared/src/lib/links/link-utils.d.ts +1 -2
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +3 -3
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +7 -38
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +3 -62
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html +1 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.ts +19 -31
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +9 -11
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +2 -3
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +2 -2
- package/src/libs/util/shared/src/lib/links/link-utils.ts +1 -51
- package/translations/de.json +0 -2
- package/translations/en.json +0 -2
- package/translations/es.json +0 -2
- package/translations/fr.json +0 -2
- package/translations/it.json +0 -2
- package/translations/nl.json +0 -2
- package/translations/pt.json +0 -2
- package/translations/sk.json +0 -2
package/translations/nl.json
CHANGED
|
@@ -238,10 +238,8 @@
|
|
|
238
238
|
"editor.record.form.field.onlineResource.dialogTitle": "",
|
|
239
239
|
"editor.record.form.field.onlineResource.edit.description": "",
|
|
240
240
|
"editor.record.form.field.onlineResource.edit.protocol": "",
|
|
241
|
-
"editor.record.form.field.onlineResource.edit.identifier.error": "Kan lagen niet ophalen van het protocol",
|
|
242
241
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder": "Laagnaam",
|
|
243
242
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder.wps": "Procesnaam",
|
|
244
|
-
"editor.record.form.field.onlineResource.edit.identifier.select.label": "Selecteer een laag",
|
|
245
243
|
"editor.record.form.field.onlineResource.edit.identifier.submit": "Link naar de dienst",
|
|
246
244
|
"editor.record.form.field.onlineResource.edit.title": "",
|
|
247
245
|
"editor.record.form.field.onlineResource.fileSize": "",
|
package/translations/pt.json
CHANGED
|
@@ -238,10 +238,8 @@
|
|
|
238
238
|
"editor.record.form.field.onlineResource.dialogTitle": "",
|
|
239
239
|
"editor.record.form.field.onlineResource.edit.description": "",
|
|
240
240
|
"editor.record.form.field.onlineResource.edit.protocol": "",
|
|
241
|
-
"editor.record.form.field.onlineResource.edit.identifier.error": "Não é possível recuperar camadas do protocolo",
|
|
242
241
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder": "Nome da camada",
|
|
243
242
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder.wps": "Nome do processo",
|
|
244
|
-
"editor.record.form.field.onlineResource.edit.identifier.select.label": "Selecione uma camada",
|
|
245
243
|
"editor.record.form.field.onlineResource.edit.identifier.submit": "Link para o serviço",
|
|
246
244
|
"editor.record.form.field.onlineResource.edit.title": "",
|
|
247
245
|
"editor.record.form.field.onlineResource.fileSize": "",
|
package/translations/sk.json
CHANGED
|
@@ -238,10 +238,8 @@
|
|
|
238
238
|
"editor.record.form.field.onlineResource.dialogTitle": "",
|
|
239
239
|
"editor.record.form.field.onlineResource.edit.description": "",
|
|
240
240
|
"editor.record.form.field.onlineResource.edit.protocol": "",
|
|
241
|
-
"editor.record.form.field.onlineResource.edit.identifier.error": "Nie je možné načítať vrstvy z protokolu",
|
|
242
241
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder": "Názov vrstvy",
|
|
243
242
|
"editor.record.form.field.onlineResource.edit.identifier.placeholder.wps": "Názov procesu",
|
|
244
|
-
"editor.record.form.field.onlineResource.edit.identifier.select.label": "Vyberte vrstvu",
|
|
245
243
|
"editor.record.form.field.onlineResource.edit.identifier.submit": "Odkaz na službu",
|
|
246
244
|
"editor.record.form.field.onlineResource.edit.title": "",
|
|
247
245
|
"editor.record.form.field.onlineResource.fileSize": "",
|