geonetwork-ui 2.7.0-dev.9895bd35c → 2.7.0-dev.9cba4b227
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/index.mjs +1 -2
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +2 -2
- package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +26 -3
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/index.mjs +3 -5
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.mjs +5 -0
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.mjs +6 -0
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +35 -21
- package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +3 -1
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
- package/esm2022/libs/feature/catalog/src/index.mjs +1 -2
- package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +3 -1
- package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +5 -4
- package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +4 -3
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +8 -2
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.mjs +55 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +6 -6
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +2 -2
- package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +6 -36
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +51 -45
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +10 -5
- package/esm2022/libs/feature/notifications/src/index.mjs +1 -2
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +4 -2
- package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +14 -4
- package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +5 -43
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +10 -5
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +15 -5
- package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +4 -2
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +4 -2
- package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +3 -2
- package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +2 -5
- package/esm2022/libs/feature/router/src/lib/default/state/query-params.utils.mjs +4 -3
- package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +2 -2
- package/esm2022/libs/feature/search/src/index.mjs +1 -2
- package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +12 -5
- package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +24 -17
- package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +4 -100
- package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +9 -5
- package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +6 -5
- package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +9 -5
- package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +7 -6
- package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +19 -12
- package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +2 -1
- package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +7 -6
- package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +3 -2
- package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +8 -2
- package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +8 -2
- package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +8 -2
- package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +8 -2
- package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +14 -4
- package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +8 -2
- package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +8 -2
- package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +1 -6
- package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +15 -5
- package/esm2022/libs/ui/search/src/index.mjs +1 -3
- package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +14 -30
- package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +6 -27
- package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +7 -4
- package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +5 -2
- package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +36 -7
- package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +11 -5
- package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +17 -7
- package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +4 -2
- package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +5 -3
- package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +14 -4
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +33 -8
- package/esm2022/libs/util/shared/src/lib/utils/index.mjs +2 -1
- package/esm2022/libs/util/shared/src/lib/utils/scroll.mjs +40 -0
- package/esm2022/translations/de.json +38 -36
- package/esm2022/translations/en.json +41 -38
- package/esm2022/translations/es.json +26 -24
- package/esm2022/translations/fr.json +45 -43
- package/esm2022/translations/it.json +39 -37
- package/esm2022/translations/nl.json +26 -24
- package/esm2022/translations/pt.json +26 -24
- package/esm2022/translations/sk.json +30 -28
- package/fesm2022/geonetwork-ui.mjs +5650 -5789
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/index.d.ts.map +1 -1
- package/index.ts +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +2 -2
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts +5 -1
- package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/organizations/index.d.ts +2 -3
- package/libs/api/repository/src/lib/gn4/organizations/index.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts +4 -0
- package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts.map +1 -0
- package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts +9 -0
- package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts.map +1 -0
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +11 -8
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts +2 -0
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +2 -2
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts +2 -0
- package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
- package/libs/feature/catalog/src/index.d.ts +0 -1
- package/libs/feature/catalog/src/index.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts +1 -0
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts +1 -1
- package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts +1 -1
- package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +1 -1
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -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/record-form/form-field/form-field-topics/form-field-topics.component.d.ts +20 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts.map +1 -0
- 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 +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/feature-editor.module.d.ts +3 -10
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts +4 -4
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +1 -1
- package/libs/feature/notifications/src/index.d.ts +0 -1
- package/libs/feature/notifications/src/index.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/feature-record.module.d.ts +4 -11
- package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts +1 -1
- package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/router.module.d.ts +4 -5
- package/libs/feature/router/src/lib/default/router.module.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts.map +1 -1
- package/libs/feature/search/src/index.d.ts +0 -1
- package/libs/feature/search/src/index.d.ts.map +1 -1
- package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts +1 -1
- package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +1 -0
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/feature-search.module.d.ts +3 -26
- package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +1 -1
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts +1 -1
- package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +1 -1
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts +1 -1
- package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +1 -1
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +1 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts +1 -1
- package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts +1 -1
- package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts.map +1 -1
- package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/download-item/download-item.component.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/external-link-card/external-link-card.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +1 -1
- package/libs/ui/search/src/index.d.ts +0 -2
- package/libs/ui/search/src/index.d.ts.map +1 -1
- package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts +1 -11
- package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts +1 -11
- package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts +1 -1
- package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts +1 -1
- package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +1 -1
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts +1 -1
- package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-list/results-list.component.d.ts +1 -1
- package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts +1 -1
- package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts.map +1 -1
- package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +1 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts +26 -7
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/index.d.ts +1 -0
- package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/scroll.d.ts +12 -0
- package/libs/util/shared/src/lib/utils/scroll.d.ts.map +1 -0
- package/package.json +3 -3
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +3 -3
- package/src/libs/api/repository/src/lib/gn4/gn4.provider.ts +38 -2
- package/src/libs/api/repository/src/lib/gn4/organizations/index.ts +2 -11
- package/src/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.ts +10 -0
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.ts +33 -0
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +36 -38
- package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +8 -0
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +2 -2
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +2 -0
- package/src/libs/feature/catalog/src/index.ts +0 -1
- package/src/libs/feature/catalog/src/lib/organization-url.token.ts +5 -0
- package/src/libs/feature/catalog/src/lib/site-title/site-title.component.ts +4 -0
- package/src/libs/feature/catalog/src/lib/source-label/source-label.component.ts +3 -0
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +4 -4
- package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +3 -3
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +8 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.html +22 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.ts +57 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +3 -3
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +3 -3
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -1
- package/src/libs/feature/editor/src/lib/feature-editor.module.ts +2 -18
- package/src/libs/feature/editor/src/lib/fields.config.ts +51 -45
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +8 -1
- package/src/libs/feature/notifications/src/index.ts +0 -1
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +3 -1
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +7 -2
- package/src/libs/feature/record/src/lib/feature-record.module.ts +1 -21
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +5 -2
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +12 -3
- package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +2 -0
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +4 -2
- package/src/libs/feature/router/src/lib/default/container/search-router.container.directive.ts +1 -0
- package/src/libs/feature/router/src/lib/default/router.module.ts +0 -3
- package/src/libs/feature/router/src/lib/default/state/query-params.utils.ts +5 -2
- package/src/libs/feature/router/src/lib/default/state/router.facade.ts +1 -1
- package/src/libs/feature/search/src/index.ts +0 -1
- package/src/libs/feature/search/src/lib/facets/facets-container/facets-container.component.ts +14 -1
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +23 -16
- package/src/libs/feature/search/src/lib/feature-search.module.ts +0 -61
- package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +12 -1
- package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.ts +5 -0
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +11 -0
- package/src/libs/feature/search/src/lib/results-layout/results-layout.component.ts +5 -0
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +21 -1
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +1 -1
- package/src/libs/feature/search/src/lib/sort-by/sort-by.component.ts +5 -0
- package/src/libs/feature/search/src/lib/state/container/search-state.container.directive.ts +1 -0
- package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.ts +4 -1
- package/src/libs/ui/elements/src/lib/api-card/api-card.component.ts +4 -1
- package/src/libs/ui/elements/src/lib/download-item/download-item.component.ts +4 -1
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +4 -1
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +7 -2
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.ts +8 -1
- package/src/libs/ui/elements/src/lib/notification/notification.component.ts +8 -1
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +0 -6
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +4 -3
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.ts +9 -4
- package/src/libs/ui/search/src/index.ts +0 -2
- package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.ts +12 -11
- package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.ts +5 -11
- package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.ts +6 -0
- package/src/libs/ui/search/src/lib/record-metric/record-metric.component.ts +4 -0
- package/src/libs/ui/search/src/lib/record-preview/record-preview.component.ts +3 -0
- package/src/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.ts +4 -0
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +33 -1
- package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.ts +10 -0
- package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.ts +4 -0
- package/src/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.ts +4 -0
- package/src/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.ts +4 -0
- package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.ts +4 -0
- package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.html +1 -4
- package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.ts +16 -2
- package/src/libs/ui/search/src/lib/results-list/results-layout.config.ts +5 -3
- package/src/libs/ui/search/src/lib/results-list/results-list.component.ts +4 -0
- package/src/libs/ui/search/src/lib/results-list-item/results-list-item.component.ts +3 -0
- package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +6 -1
- package/src/libs/util/shared/src/lib/links/link-utils.ts +32 -7
- package/src/libs/util/shared/src/lib/utils/index.ts +1 -0
- package/src/libs/util/shared/src/lib/utils/scroll.ts +48 -0
- package/translations/de.json +38 -36
- package/translations/en.json +41 -38
- package/translations/es.json +26 -24
- package/translations/fr.json +45 -43
- package/translations/it.json +39 -37
- package/translations/nl.json +26 -24
- package/translations/pt.json +26 -24
- package/translations/sk.json +30 -28
- package/esm2022/libs/feature/auth/src/index.mjs +0 -2
- package/esm2022/libs/feature/auth/src/lib/feature-auth.module.mjs +0 -17
- package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +0 -57
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.mjs +0 -79
- package/esm2022/libs/feature/notifications/src/lib/feature-notifications.module.mjs +0 -18
- package/esm2022/libs/feature/search/src/lib/facets/facets.module.mjs +0 -21
- package/esm2022/libs/ui/search/src/lib/facets/facets.module.mjs +0 -23
- package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +0 -168
- package/libs/feature/auth/src/index.d.ts +0 -2
- package/libs/feature/auth/src/index.d.ts.map +0 -1
- package/libs/feature/auth/src/lib/feature-auth.module.d.ts +0 -8
- package/libs/feature/auth/src/lib/feature-auth.module.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts +0 -14
- package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.d.ts +0 -28
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.d.ts.map +0 -1
- package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts +0 -7
- package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts.map +0 -1
- package/libs/feature/search/src/lib/facets/facets.module.d.ts +0 -11
- package/libs/feature/search/src/lib/facets/facets.module.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facets.module.d.ts +0 -13
- package/libs/ui/search/src/lib/facets/facets.module.d.ts.map +0 -1
- package/libs/ui/search/src/lib/ui-search.module.d.ts +0 -36
- package/libs/ui/search/src/lib/ui-search.module.d.ts.map +0 -1
- package/src/libs/feature/auth/src/index.ts +0 -1
- package/src/libs/feature/auth/src/lib/feature-auth.module.ts +0 -12
- package/src/libs/feature/catalog/src/lib/feature-catalog.module.ts +0 -71
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.html +0 -20
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.ts +0 -85
- package/src/libs/feature/notifications/src/lib/feature-notifications.module.ts +0 -10
- package/src/libs/feature/search/src/lib/facets/facets.module.ts +0 -12
- package/src/libs/ui/search/src/lib/facets/facets.module.ts +0 -14
- package/src/libs/ui/search/src/lib/ui-search.module.ts +0 -108
- /package/src/libs/feature/editor/src/lib/components/record-form/form-field/{form-field-inspire-field/form-field-inspire-theme.component.css → form-field-topics/form-field-topics.component.css} +0 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ViewportScroller } from '@angular/common'
|
|
2
|
+
import { Event, NavigationEnd, Router, Scroll } from '@angular/router'
|
|
3
|
+
import { filter, pairwise, tap } from 'rxjs'
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* When route is changed, Angular interprets a simple query params change as "forward navigation" too.
|
|
7
|
+
* Using the pairwise function allows us to have both the previous and current router events, which we can
|
|
8
|
+
* use to effectively compare the two navigation events and see if they actually change route, or only
|
|
9
|
+
* the route parameters (i.e. search params stored in query params).
|
|
10
|
+
*
|
|
11
|
+
* Related to: https://github.com/angular/angular/issues/26744
|
|
12
|
+
*/
|
|
13
|
+
export function handleScrollOnNavigation(
|
|
14
|
+
router: Router,
|
|
15
|
+
viewportScroller: ViewportScroller
|
|
16
|
+
): void {
|
|
17
|
+
router.events
|
|
18
|
+
.pipe(
|
|
19
|
+
filter((e: Event): e is Scroll => e instanceof Scroll),
|
|
20
|
+
pairwise()
|
|
21
|
+
)
|
|
22
|
+
.subscribe(([previous, current]: [Scroll, Scroll]) => {
|
|
23
|
+
if (current.position) {
|
|
24
|
+
// Backward navigation
|
|
25
|
+
viewportScroller.scrollToPosition(current.position)
|
|
26
|
+
} else if (current.anchor) {
|
|
27
|
+
// Anchor navigation
|
|
28
|
+
viewportScroller.scrollToAnchor(current.anchor)
|
|
29
|
+
} else {
|
|
30
|
+
// Check if routes match, or if it is only a query param change
|
|
31
|
+
if (
|
|
32
|
+
previous.routerEvent instanceof NavigationEnd &&
|
|
33
|
+
current.routerEvent instanceof NavigationEnd &&
|
|
34
|
+
getBaseRoute(previous.routerEvent.urlAfterRedirects) !==
|
|
35
|
+
getBaseRoute(current.routerEvent.urlAfterRedirects)
|
|
36
|
+
) {
|
|
37
|
+
// Routes don't match, this is actual forward navigation
|
|
38
|
+
// Default behavior: scroll to top
|
|
39
|
+
viewportScroller.scrollToPosition([0, 0])
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
})
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
function getBaseRoute(url: string): string {
|
|
46
|
+
// return url without query params
|
|
47
|
+
return url.split('?')[0]
|
|
48
|
+
}
|
package/translations/de.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Add Layer As": "",
|
|
4
4
|
"Enter to search": "",
|
|
5
5
|
"button.login": "",
|
|
6
|
-
"catalog.figures.datasets": "{count, plural, =0{
|
|
6
|
+
"catalog.figures.datasets": "{count, plural, =0{Ressource} one{Ressource} other{Ressourcen}}",
|
|
7
7
|
"catalog.figures.organizations": "{count, plural, =0{Organisationen} one{Organisation} other{Organisationen}}",
|
|
8
8
|
"chart.aggregation.average": "Durchschnitt",
|
|
9
9
|
"chart.aggregation.count": "Anzahl",
|
|
@@ -184,26 +184,6 @@
|
|
|
184
184
|
"editor.record.form.field.topics": "Kategorien",
|
|
185
185
|
"editor.record.form.field.uniqueIdentifier": "Eindeutige Kennung (ID)",
|
|
186
186
|
"editor.record.form.field.updateFrequency": "Aktualisierungshäufigkeit",
|
|
187
|
-
"editor.record.form.inspire.biota": "",
|
|
188
|
-
"editor.record.form.inspire.boundaries": "",
|
|
189
|
-
"editor.record.form.inspire.climatology": "",
|
|
190
|
-
"editor.record.form.inspire.economy": "",
|
|
191
|
-
"editor.record.form.inspire.elevation": "",
|
|
192
|
-
"editor.record.form.inspire.environnement": "",
|
|
193
|
-
"editor.record.form.inspire.farming": "",
|
|
194
|
-
"editor.record.form.inspire.geoscientific": "",
|
|
195
|
-
"editor.record.form.inspire.health": "",
|
|
196
|
-
"editor.record.form.inspire.imagery": "",
|
|
197
|
-
"editor.record.form.inspire.intelligence": "",
|
|
198
|
-
"editor.record.form.inspire.location": "",
|
|
199
|
-
"editor.record.form.inspire.oceans": "",
|
|
200
|
-
"editor.record.form.inspire.placeholder": "",
|
|
201
|
-
"editor.record.form.inspire.planning": "",
|
|
202
|
-
"editor.record.form.inspire.society": "",
|
|
203
|
-
"editor.record.form.inspire.structure": "",
|
|
204
|
-
"editor.record.form.inspire.transportation": "",
|
|
205
|
-
"editor.record.form.inspire.utilities": "",
|
|
206
|
-
"editor.record.form.inspire.waters": "",
|
|
207
187
|
"editor.record.form.keywords.place.placeholder": "",
|
|
208
188
|
"editor.record.form.keywords.place.withoutExtent": "",
|
|
209
189
|
"editor.record.form.keywords.placeholder": "",
|
|
@@ -239,15 +219,35 @@
|
|
|
239
219
|
"editor.record.form.section.dataManagers.description": "",
|
|
240
220
|
"editor.record.form.section.dataManagers.label": "",
|
|
241
221
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
242
|
-
"editor.record.form.section.inspire.description": "",
|
|
243
|
-
"editor.record.form.section.inspire.label": "",
|
|
244
222
|
"editor.record.form.section.metadataPointOfContact.description": "",
|
|
245
223
|
"editor.record.form.section.metadataPointOfContact.label": "",
|
|
224
|
+
"editor.record.form.section.topics.description": "",
|
|
225
|
+
"editor.record.form.section.topics.label": "",
|
|
246
226
|
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
247
227
|
"editor.record.form.temporalExtents.addDate": "Zeitpunkt",
|
|
248
228
|
"editor.record.form.temporalExtents.addRange": "Zeitraum",
|
|
249
229
|
"editor.record.form.temporalExtents.date": "Datum",
|
|
250
230
|
"editor.record.form.temporalExtents.range": "Datumsbereich",
|
|
231
|
+
"editor.record.form.topics.inspire.biota": "",
|
|
232
|
+
"editor.record.form.topics.inspire.boundaries": "",
|
|
233
|
+
"editor.record.form.topics.inspire.climatology": "",
|
|
234
|
+
"editor.record.form.topics.inspire.economy": "",
|
|
235
|
+
"editor.record.form.topics.inspire.elevation": "",
|
|
236
|
+
"editor.record.form.topics.inspire.environnement": "",
|
|
237
|
+
"editor.record.form.topics.inspire.farming": "",
|
|
238
|
+
"editor.record.form.topics.inspire.geoscientific": "",
|
|
239
|
+
"editor.record.form.topics.inspire.health": "",
|
|
240
|
+
"editor.record.form.topics.inspire.imagery": "",
|
|
241
|
+
"editor.record.form.topics.inspire.intelligence": "",
|
|
242
|
+
"editor.record.form.topics.inspire.location": "",
|
|
243
|
+
"editor.record.form.topics.inspire.oceans": "",
|
|
244
|
+
"editor.record.form.topics.inspire.planning": "",
|
|
245
|
+
"editor.record.form.topics.inspire.society": "",
|
|
246
|
+
"editor.record.form.topics.inspire.structure": "",
|
|
247
|
+
"editor.record.form.topics.inspire.transportation": "",
|
|
248
|
+
"editor.record.form.topics.inspire.utilities": "",
|
|
249
|
+
"editor.record.form.topics.inspire.waters": "",
|
|
250
|
+
"editor.record.form.topics.placeholder": "",
|
|
251
251
|
"editor.record.form.updateFrequency.planned": "Dieses Dataset wird regelmäßig aktualisiert.",
|
|
252
252
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
253
253
|
"editor.record.importFromExternalFile.failure.title": "",
|
|
@@ -309,7 +309,8 @@
|
|
|
309
309
|
"facets.block.title.tag.default": "Stichwort",
|
|
310
310
|
"facets.block.title.th_regions_tree.default": "Regionen",
|
|
311
311
|
"favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Anmelden</a>, um auf diese Funktion zuzugreifen</div>",
|
|
312
|
-
"favorite.starToggle.
|
|
312
|
+
"favorite.starToggle.add": "Zu Favoriten hinzufügen",
|
|
313
|
+
"favorite.starToggle.remove": "Aus Favoriten entfernen",
|
|
313
314
|
"feature.catalog.attribute.code": "Code",
|
|
314
315
|
"feature.catalog.attribute.definition": "Beschreibung",
|
|
315
316
|
"feature.catalog.attribute.name": "Name",
|
|
@@ -389,10 +390,10 @@
|
|
|
389
390
|
"organisations.sortBy.nameDesc": "Name Z → A",
|
|
390
391
|
"organisations.sortBy.recordCountAsc": "Veröffentlichungen 0 → 9",
|
|
391
392
|
"organisations.sortBy.recordCountDesc": "Veröffentlichungen 9 → 0",
|
|
392
|
-
"organization.details.lastPublishedDatasets": "",
|
|
393
|
+
"organization.details.lastPublishedDatasets": "Zuletzt veröffentlichte Ressourcen",
|
|
393
394
|
"organization.details.lastPublishedDatasets.searchAllButton": "",
|
|
394
395
|
"organization.details.mailContact": "",
|
|
395
|
-
"organization.header.recordCount": "{count, plural, =0{} one{} other{}}",
|
|
396
|
+
"organization.header.recordCount": "{count, plural, =0{Veröffentlichung} one{Veröffentlichung} other{Veröffentlichungen}}",
|
|
396
397
|
"pagination.nextPage": "Nächste Seite",
|
|
397
398
|
"pagination.page": "Seite",
|
|
398
399
|
"pagination.pageOf": "von",
|
|
@@ -522,6 +523,7 @@
|
|
|
522
523
|
"record.metadata.usage": "Nutzung und Einschränkungen",
|
|
523
524
|
"record.metadata.userFeedbacks": "",
|
|
524
525
|
"record.metadata.userFeedbacks.anonymousUser": "",
|
|
526
|
+
"record.metadata.userFeedbacks.authDisabled": "",
|
|
525
527
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
|
|
526
528
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "",
|
|
527
529
|
"record.metadata.userFeedbacks.newComment.placeholder": "",
|
|
@@ -532,18 +534,18 @@
|
|
|
532
534
|
"record.tab.chart": "Diagramm",
|
|
533
535
|
"record.tab.data": "Tabelle",
|
|
534
536
|
"record.tab.map": "Karte",
|
|
535
|
-
"record.was.created.time": "erstellte diesen
|
|
537
|
+
"record.was.created.time": "erstellte diesen Ressource {time}",
|
|
536
538
|
"records": "Datensätze",
|
|
537
539
|
"results.layout.selectOne": "Layout auswählen",
|
|
538
|
-
"results.records.hits.displayedOn": "{displayed, plural, =0{Kein
|
|
540
|
+
"results.records.hits.displayedOn": "{displayed, plural, =0{Kein Ressource.} one{1 } other{{displayed} }} {hits, plural, other{von insgesamt {hits} angezeigt.}}",
|
|
539
541
|
"results.records.hits.empty.help.html": "Vorschläge: <ul class='list-disc list-inside'><li>Versuchen Sie es mit anderen Worten</li><li>Beschränken Sie die Suchwörter</li></ul>",
|
|
540
|
-
"results.records.hits.found": "{hits, plural, =0{Keine
|
|
542
|
+
"results.records.hits.found": "{hits, plural, =0{Keine Ressource entsprechen der angegebenen Suche.} one{1 Ressource gefunden.} other{{hits} Ressourcen gefunden.}}",
|
|
541
543
|
"results.records.hits.selected": "{ amount } ausgewählt",
|
|
542
544
|
"results.showMore": "Mehr Ergebnisse anzeigen...",
|
|
543
545
|
"results.sortBy.changeDate": "",
|
|
544
546
|
"results.sortBy.dateStamp": "Neueste",
|
|
545
547
|
"results.sortBy.popularity": "Beliebtheit",
|
|
546
|
-
"results.sortBy.qualityScore": "
|
|
548
|
+
"results.sortBy.qualityScore": "Fertigstellungsanzeige",
|
|
547
549
|
"results.sortBy.relevancy": "Relevanz",
|
|
548
550
|
"reuse.metadata.access": "",
|
|
549
551
|
"search.autocomplete.error": "Vorschläge konnten nicht abgerufen werden:",
|
|
@@ -552,7 +554,7 @@
|
|
|
552
554
|
"search.error.organizationNotFound": "",
|
|
553
555
|
"search.error.receivedError": "Ein Fehler ist aufgetreten",
|
|
554
556
|
"search.error.recordHasnolink": "",
|
|
555
|
-
"search.error.recordNotFound": "
|
|
557
|
+
"search.error.recordNotFound": "Die Ressource mit der Kennung \"{ id }\" konnte nicht gefunden werden.",
|
|
556
558
|
"search.field.any.placeholder": "Suche im katalog ...",
|
|
557
559
|
"search.field.sortBy": "Sortieren nach:",
|
|
558
560
|
"search.filter.into.feature.catalog": "",
|
|
@@ -579,10 +581,10 @@
|
|
|
579
581
|
"search.filters.license.unknown": "Unbekannt oder nicht vorhanden",
|
|
580
582
|
"search.filters.maximize": "Erweitern",
|
|
581
583
|
"search.filters.minimize": "Minimieren",
|
|
582
|
-
"search.filters.myRecords": "Nur meine
|
|
583
|
-
"search.filters.myRecordsHelp": "Wenn dies aktiviert ist, werden nur von mir erstellte
|
|
584
|
+
"search.filters.myRecords": "Nur meine Ressourcen anzeigen",
|
|
585
|
+
"search.filters.myRecordsHelp": "Wenn dies aktiviert ist, werden nur von mir erstellte Ressourcen angezeigt; Ressourcen, die von anderen erstellt wurden, werden nicht angezeigt.",
|
|
584
586
|
"search.filters.organization": "",
|
|
585
|
-
"search.filters.otherRecords": "
|
|
587
|
+
"search.filters.otherRecords": "Ressourcen von einer anderen Person anzeigen",
|
|
586
588
|
"search.filters.producerOrg": "",
|
|
587
589
|
"search.filters.publicationYear": "Veröffentlichungsjahr",
|
|
588
590
|
"search.filters.publisherOrg": "",
|
|
@@ -597,8 +599,8 @@
|
|
|
597
599
|
"search.filters.summaryLabel.user": "Geändert von: ",
|
|
598
600
|
"search.filters.title": "Ergebnisse filtern",
|
|
599
601
|
"search.filters.topic": "Themen",
|
|
600
|
-
"search.filters.useSpatialFilter": "Zuerst
|
|
601
|
-
"search.filters.useSpatialFilterHelp": "Wenn diese Option aktiviert ist, werden
|
|
602
|
+
"search.filters.useSpatialFilter": "Zuerst Ressourcen im Interessenbereich anzeigen",
|
|
603
|
+
"search.filters.useSpatialFilterHelp": "Wenn diese Option aktiviert ist, werden Ressourcen im Bereich des Katalogs zuerst angezeigt. Ressourcen außerhalb dieses Bereichs werden nicht angezeigt.",
|
|
602
604
|
"search.filters.user": "Editor",
|
|
603
605
|
"service.metadata.capabilities": "",
|
|
604
606
|
"service.metadata.capabilities.abstract": "",
|
package/translations/en.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Add Layer As": "",
|
|
4
4
|
"Enter to search": "",
|
|
5
5
|
"button.login": "Log in",
|
|
6
|
-
"catalog.figures.datasets": "{count, plural, =0{
|
|
6
|
+
"catalog.figures.datasets": "{count, plural, =0{record} one{record} other{records}}",
|
|
7
7
|
"catalog.figures.organizations": "{count, plural, =0{organizations} one{organization} other{organizations}}",
|
|
8
8
|
"chart.aggregation.average": "average",
|
|
9
9
|
"chart.aggregation.count": "count",
|
|
@@ -184,26 +184,6 @@
|
|
|
184
184
|
"editor.record.form.field.topics": "Categories",
|
|
185
185
|
"editor.record.form.field.uniqueIdentifier": "Unique identifier",
|
|
186
186
|
"editor.record.form.field.updateFrequency": "Update frequency",
|
|
187
|
-
"editor.record.form.inspire.biota": "Biota",
|
|
188
|
-
"editor.record.form.inspire.boundaries": "Boundaries",
|
|
189
|
-
"editor.record.form.inspire.climatology": "Climatology / Meteorology / Atmosphere",
|
|
190
|
-
"editor.record.form.inspire.economy": "Economy",
|
|
191
|
-
"editor.record.form.inspire.elevation": "Elevation",
|
|
192
|
-
"editor.record.form.inspire.environnement": "Environnement",
|
|
193
|
-
"editor.record.form.inspire.farming": "Farming",
|
|
194
|
-
"editor.record.form.inspire.geoscientific": "Geoscientific Information",
|
|
195
|
-
"editor.record.form.inspire.health": "Health",
|
|
196
|
-
"editor.record.form.inspire.imagery": "Imagery / Base Maps / Earth Cover",
|
|
197
|
-
"editor.record.form.inspire.intelligence": "Intelligence / Military",
|
|
198
|
-
"editor.record.form.inspire.location": "Location",
|
|
199
|
-
"editor.record.form.inspire.oceans": "Oceans",
|
|
200
|
-
"editor.record.form.inspire.placeholder": "Select an INSPIRE theme",
|
|
201
|
-
"editor.record.form.inspire.planning": "Planning / Cadastre",
|
|
202
|
-
"editor.record.form.inspire.society": "Society",
|
|
203
|
-
"editor.record.form.inspire.structure": "Structure",
|
|
204
|
-
"editor.record.form.inspire.transportation": "Transportation",
|
|
205
|
-
"editor.record.form.inspire.utilities": "Utilities / Communication",
|
|
206
|
-
"editor.record.form.inspire.waters": "Inland Waters",
|
|
207
187
|
"editor.record.form.keywords.place.placeholder": "Search for place keywords",
|
|
208
188
|
"editor.record.form.keywords.place.withoutExtent": "This keyword is not associated with any geographical extent",
|
|
209
189
|
"editor.record.form.keywords.placeholder": "Select a keyword",
|
|
@@ -239,15 +219,36 @@
|
|
|
239
219
|
"editor.record.form.section.dataManagers.description": "The data managers are responsible for the data",
|
|
240
220
|
"editor.record.form.section.dataManagers.label": "Data managers",
|
|
241
221
|
"editor.record.form.section.geographicalCoverage.label": "Geographical coverage",
|
|
242
|
-
"editor.record.form.section.inspire.description": "Appropriate INSPIRE themes help users find the dataset",
|
|
243
|
-
"editor.record.form.section.inspire.label": "INSPIRE themes",
|
|
244
222
|
"editor.record.form.section.metadataPointOfContact.description": "This information concerns the metadata",
|
|
245
223
|
"editor.record.form.section.metadataPointOfContact.label": "Metadata point of contact",
|
|
224
|
+
"editor.record.form.section.topics.description": "Topics help to better group datasets",
|
|
225
|
+
"editor.record.form.section.topics.label": "Topics",
|
|
246
226
|
"editor.record.form.section.useAndAccessConditions.label": "Use and access conditions",
|
|
247
227
|
"editor.record.form.temporalExtents.addDate": "Time instant",
|
|
248
228
|
"editor.record.form.temporalExtents.addRange": "Time period",
|
|
249
229
|
"editor.record.form.temporalExtents.date": "Date",
|
|
250
230
|
"editor.record.form.temporalExtents.range": "Date range",
|
|
231
|
+
"editor.record.form.topics.inspire.biota": "Biota",
|
|
232
|
+
"editor.record.form.topics.inspire.boundaries": "Boundaries",
|
|
233
|
+
"editor.record.form.topics.inspire.climatology": "Climatology / Meteorology / Atmosphere",
|
|
234
|
+
"editor.record.form.topics.inspire.economy": "Economy",
|
|
235
|
+
"editor.record.form.topics.inspire.elevation": "Elevation",
|
|
236
|
+
"editor.record.form.topics.inspire.environnement": "Environnement",
|
|
237
|
+
"editor.record.form.topics.inspire.farming": "Farming",
|
|
238
|
+
"editor.record.form.topics.inspire.geoscientific": "Geoscientific Information",
|
|
239
|
+
"editor.record.form.topics.inspire.health": "Health",
|
|
240
|
+
"editor.record.form.topics.inspire.imagery": "Imagery / Base Maps / Earth Cover",
|
|
241
|
+
"editor.record.form.topics.inspire.intelligence": "Intelligence / Military",
|
|
242
|
+
"editor.record.form.topics.inspire.location": "Location",
|
|
243
|
+
"editor.record.form.topics.inspire.oceans": "Oceans",
|
|
244
|
+
"editor.record.form.topics.inspire.placeholder": "Select an INSPIRE theme",
|
|
245
|
+
"editor.record.form.topics.inspire.planning": "Planning / Cadastre",
|
|
246
|
+
"editor.record.form.topics.inspire.society": "Society",
|
|
247
|
+
"editor.record.form.topics.inspire.structure": "Structure",
|
|
248
|
+
"editor.record.form.topics.inspire.transportation": "Transportation",
|
|
249
|
+
"editor.record.form.topics.inspire.utilities": "Utilities / Communication",
|
|
250
|
+
"editor.record.form.topics.inspire.waters": "Inland Waters",
|
|
251
|
+
"editor.record.form.topics.placeholder": "Select one or several topics",
|
|
251
252
|
"editor.record.form.updateFrequency.planned": "This dataset is updated regularly",
|
|
252
253
|
"editor.record.importFromExternalFile.failure.body": "Failure",
|
|
253
254
|
"editor.record.importFromExternalFile.failure.title": "The dataset import failed: ",
|
|
@@ -309,7 +310,8 @@
|
|
|
309
310
|
"facets.block.title.tag.default": "Tag",
|
|
310
311
|
"facets.block.title.th_regions_tree.default": "Regions",
|
|
311
312
|
"favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Login</a> to access this feature</div>",
|
|
312
|
-
"favorite.starToggle.
|
|
313
|
+
"favorite.starToggle.add": "Add to favorites",
|
|
314
|
+
"favorite.starToggle.remove": "Remove from favorites",
|
|
313
315
|
"feature.catalog.attribute.code": "Code",
|
|
314
316
|
"feature.catalog.attribute.definition": "Description",
|
|
315
317
|
"feature.catalog.attribute.name": "Name",
|
|
@@ -389,10 +391,10 @@
|
|
|
389
391
|
"organisations.sortBy.nameDesc": "Name Z → A",
|
|
390
392
|
"organisations.sortBy.recordCountAsc": "Publications 0 → 9",
|
|
391
393
|
"organisations.sortBy.recordCountDesc": "Publications 9 → 0",
|
|
392
|
-
"organization.details.lastPublishedDatasets": "Last published
|
|
394
|
+
"organization.details.lastPublishedDatasets": "Last published records",
|
|
393
395
|
"organization.details.lastPublishedDatasets.searchAllButton": "Search all",
|
|
394
396
|
"organization.details.mailContact": "Contact by email",
|
|
395
|
-
"organization.header.recordCount": "{count, plural, =0{
|
|
397
|
+
"organization.header.recordCount": "{count, plural, =0{publication} one{publication} other{publications}}",
|
|
396
398
|
"pagination.nextPage": "Next page",
|
|
397
399
|
"pagination.page": "Page",
|
|
398
400
|
"pagination.pageOf": "of",
|
|
@@ -522,6 +524,7 @@
|
|
|
522
524
|
"record.metadata.usage": "License and Conditions",
|
|
523
525
|
"record.metadata.userFeedbacks": "Questions / Answers",
|
|
524
526
|
"record.metadata.userFeedbacks.anonymousUser": "In order to leave a comment, please log in.",
|
|
527
|
+
"record.metadata.userFeedbacks.authDisabled": "User comments are disabled.",
|
|
525
528
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "Publish",
|
|
526
529
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "Answer...",
|
|
527
530
|
"record.metadata.userFeedbacks.newComment.placeholder": "Write your comment here...",
|
|
@@ -532,27 +535,27 @@
|
|
|
532
535
|
"record.tab.chart": "Chart",
|
|
533
536
|
"record.tab.data": "Table",
|
|
534
537
|
"record.tab.map": "Map",
|
|
535
|
-
"record.was.created.time": "created this
|
|
538
|
+
"record.was.created.time": "created this record {time}",
|
|
536
539
|
"records": "datasets",
|
|
537
540
|
"results.layout.selectOne": "Results layout",
|
|
538
|
-
"results.records.hits.displayedOn": "{displayed, plural, =0{No
|
|
541
|
+
"results.records.hits.displayedOn": "{displayed, plural, =0{No record.} one{1 } other{{displayed} }} {hits, plural, other{displayed on {hits} total.}}",
|
|
539
542
|
"results.records.hits.empty.help.html": "Suggestions: <ul class='list-disc list-inside'><li>Try other words</li><li>Specify fewer words</li></ul>",
|
|
540
|
-
"results.records.hits.found": "{hits, plural, =0{No
|
|
543
|
+
"results.records.hits.found": "{hits, plural, =0{No record match the specified search.} one{1 record found.} other{{hits} records found.}}",
|
|
541
544
|
"results.records.hits.selected": "{ amount } selected",
|
|
542
545
|
"results.showMore": "Show more results...",
|
|
543
546
|
"results.sortBy.changeDate": "Last modification",
|
|
544
547
|
"results.sortBy.dateStamp": "Newest",
|
|
545
548
|
"results.sortBy.popularity": "Popularity",
|
|
546
|
-
"results.sortBy.qualityScore": "
|
|
549
|
+
"results.sortBy.qualityScore": "Completion score",
|
|
547
550
|
"results.sortBy.relevancy": "Relevancy",
|
|
548
551
|
"reuse.metadata.access": "Access the reuse",
|
|
549
552
|
"search.autocomplete.error": "Suggestions could not be fetched:",
|
|
550
553
|
"search.error.couldNotReachApi": "The API could not be reached",
|
|
551
|
-
"search.error.organizationHasNoDataset": "This organization has no
|
|
554
|
+
"search.error.organizationHasNoDataset": "This organization has no records yet.",
|
|
552
555
|
"search.error.organizationNotFound": "This organization could not be found.",
|
|
553
556
|
"search.error.receivedError": "An error was received",
|
|
554
|
-
"search.error.recordHasnolink": "This
|
|
555
|
-
"search.error.recordNotFound": "The
|
|
557
|
+
"search.error.recordHasnolink": "This record currently has no link yet, please come back later.",
|
|
558
|
+
"search.error.recordNotFound": "The record with identifier \"{ id }\" could not be found.",
|
|
556
559
|
"search.field.any.placeholder": "Search in the catalog ...",
|
|
557
560
|
"search.field.sortBy": "Sort by:",
|
|
558
561
|
"search.filter.into.feature.catalog": "Search a term",
|
|
@@ -579,10 +582,10 @@
|
|
|
579
582
|
"search.filters.license.unknown": "Unknown or absent",
|
|
580
583
|
"search.filters.maximize": "Expand",
|
|
581
584
|
"search.filters.minimize": "Minimize",
|
|
582
|
-
"search.filters.myRecords": "Show only my
|
|
583
|
-
"search.filters.myRecordsHelp": "When this is enabled, only your
|
|
585
|
+
"search.filters.myRecords": "Show only my records",
|
|
586
|
+
"search.filters.myRecordsHelp": "When this is enabled, only your records are shown; records created by others will not show up.",
|
|
584
587
|
"search.filters.organization": "Organization",
|
|
585
|
-
"search.filters.otherRecords": "Showing
|
|
588
|
+
"search.filters.otherRecords": "Showing records from another person",
|
|
586
589
|
"search.filters.producerOrg": "Producer",
|
|
587
590
|
"search.filters.publicationYear": "Publication year",
|
|
588
591
|
"search.filters.publisherOrg": "Publisher",
|
|
@@ -597,8 +600,8 @@
|
|
|
597
600
|
"search.filters.summaryLabel.user": "Editor: ",
|
|
598
601
|
"search.filters.title": "Filter your results",
|
|
599
602
|
"search.filters.topic": "Topics",
|
|
600
|
-
"search.filters.useSpatialFilter": "Show
|
|
601
|
-
"search.filters.useSpatialFilterHelp": "When this is enabled,
|
|
603
|
+
"search.filters.useSpatialFilter": "Show records in the area of interest first",
|
|
604
|
+
"search.filters.useSpatialFilterHelp": "When this is enabled, records situated in the catalog's area of interest are shown first; records outside of this area will not show up.",
|
|
602
605
|
"search.filters.user": "Editor",
|
|
603
606
|
"service.metadata.capabilities": "Technical information",
|
|
604
607
|
"service.metadata.capabilities.abstract": "Abstract",
|
package/translations/es.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"Add Layer As": "",
|
|
4
4
|
"Enter to search": "",
|
|
5
5
|
"button.login": "",
|
|
6
|
-
"catalog.figures.datasets": "
|
|
6
|
+
"catalog.figures.datasets": "recursos",
|
|
7
7
|
"catalog.figures.organizations": "organizaciones",
|
|
8
8
|
"chart.aggregation.average": "promedio",
|
|
9
9
|
"chart.aggregation.count": "conteo",
|
|
@@ -184,26 +184,6 @@
|
|
|
184
184
|
"editor.record.form.field.topics": "Categorías",
|
|
185
185
|
"editor.record.form.field.uniqueIdentifier": "",
|
|
186
186
|
"editor.record.form.field.updateFrequency": "",
|
|
187
|
-
"editor.record.form.inspire.biota": "",
|
|
188
|
-
"editor.record.form.inspire.boundaries": "",
|
|
189
|
-
"editor.record.form.inspire.climatology": "",
|
|
190
|
-
"editor.record.form.inspire.economy": "",
|
|
191
|
-
"editor.record.form.inspire.elevation": "",
|
|
192
|
-
"editor.record.form.inspire.environnement": "",
|
|
193
|
-
"editor.record.form.inspire.farming": "",
|
|
194
|
-
"editor.record.form.inspire.geoscientific": "",
|
|
195
|
-
"editor.record.form.inspire.health": "",
|
|
196
|
-
"editor.record.form.inspire.imagery": "",
|
|
197
|
-
"editor.record.form.inspire.intelligence": "",
|
|
198
|
-
"editor.record.form.inspire.location": "",
|
|
199
|
-
"editor.record.form.inspire.oceans": "",
|
|
200
|
-
"editor.record.form.inspire.placeholder": "",
|
|
201
|
-
"editor.record.form.inspire.planning": "",
|
|
202
|
-
"editor.record.form.inspire.society": "",
|
|
203
|
-
"editor.record.form.inspire.structure": "",
|
|
204
|
-
"editor.record.form.inspire.transportation": "",
|
|
205
|
-
"editor.record.form.inspire.utilities": "",
|
|
206
|
-
"editor.record.form.inspire.waters": "",
|
|
207
187
|
"editor.record.form.keywords.place.placeholder": "",
|
|
208
188
|
"editor.record.form.keywords.place.withoutExtent": "",
|
|
209
189
|
"editor.record.form.keywords.placeholder": "",
|
|
@@ -239,15 +219,35 @@
|
|
|
239
219
|
"editor.record.form.section.dataManagers.description": "",
|
|
240
220
|
"editor.record.form.section.dataManagers.label": "",
|
|
241
221
|
"editor.record.form.section.geographicalCoverage.label": "",
|
|
242
|
-
"editor.record.form.section.inspire.description": "",
|
|
243
|
-
"editor.record.form.section.inspire.label": "",
|
|
244
222
|
"editor.record.form.section.metadataPointOfContact.description": "",
|
|
245
223
|
"editor.record.form.section.metadataPointOfContact.label": "",
|
|
224
|
+
"editor.record.form.section.topics.description": "",
|
|
225
|
+
"editor.record.form.section.topics.label": "",
|
|
246
226
|
"editor.record.form.section.useAndAccessConditions.label": "",
|
|
247
227
|
"editor.record.form.temporalExtents.addDate": "",
|
|
248
228
|
"editor.record.form.temporalExtents.addRange": "",
|
|
249
229
|
"editor.record.form.temporalExtents.date": "",
|
|
250
230
|
"editor.record.form.temporalExtents.range": "",
|
|
231
|
+
"editor.record.form.topics.inspire.biota": "",
|
|
232
|
+
"editor.record.form.topics.inspire.boundaries": "",
|
|
233
|
+
"editor.record.form.topics.inspire.climatology": "",
|
|
234
|
+
"editor.record.form.topics.inspire.economy": "",
|
|
235
|
+
"editor.record.form.topics.inspire.elevation": "",
|
|
236
|
+
"editor.record.form.topics.inspire.environnement": "",
|
|
237
|
+
"editor.record.form.topics.inspire.farming": "",
|
|
238
|
+
"editor.record.form.topics.inspire.geoscientific": "",
|
|
239
|
+
"editor.record.form.topics.inspire.health": "",
|
|
240
|
+
"editor.record.form.topics.inspire.imagery": "",
|
|
241
|
+
"editor.record.form.topics.inspire.intelligence": "",
|
|
242
|
+
"editor.record.form.topics.inspire.location": "",
|
|
243
|
+
"editor.record.form.topics.inspire.oceans": "",
|
|
244
|
+
"editor.record.form.topics.inspire.planning": "",
|
|
245
|
+
"editor.record.form.topics.inspire.society": "",
|
|
246
|
+
"editor.record.form.topics.inspire.structure": "",
|
|
247
|
+
"editor.record.form.topics.inspire.transportation": "",
|
|
248
|
+
"editor.record.form.topics.inspire.utilities": "",
|
|
249
|
+
"editor.record.form.topics.inspire.waters": "",
|
|
250
|
+
"editor.record.form.topics.placeholder": "",
|
|
251
251
|
"editor.record.form.updateFrequency.planned": "Este conjunto de datos se actualiza regularmente.",
|
|
252
252
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
253
253
|
"editor.record.importFromExternalFile.failure.title": "",
|
|
@@ -309,7 +309,8 @@
|
|
|
309
309
|
"facets.block.title.tag.default": "",
|
|
310
310
|
"facets.block.title.th_regions_tree.default": "",
|
|
311
311
|
"favorite.not.authenticated.tooltip": "",
|
|
312
|
-
"favorite.starToggle.
|
|
312
|
+
"favorite.starToggle.add": "Añadir a favoritos",
|
|
313
|
+
"favorite.starToggle.remove": "Eliminar de favoritos",
|
|
313
314
|
"feature.catalog.attribute.code": "Código",
|
|
314
315
|
"feature.catalog.attribute.definition": "Descripción",
|
|
315
316
|
"feature.catalog.attribute.name": "Nombre",
|
|
@@ -522,6 +523,7 @@
|
|
|
522
523
|
"record.metadata.usage": "",
|
|
523
524
|
"record.metadata.userFeedbacks": "",
|
|
524
525
|
"record.metadata.userFeedbacks.anonymousUser": "",
|
|
526
|
+
"record.metadata.userFeedbacks.authDisabled": "",
|
|
525
527
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
|
|
526
528
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "",
|
|
527
529
|
"record.metadata.userFeedbacks.newComment.placeholder": "",
|