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
|
@@ -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": "bronnen",
|
|
7
7
|
"catalog.figures.organizations": "organisaties",
|
|
8
8
|
"chart.aggregation.average": "gemiddelde",
|
|
9
9
|
"chart.aggregation.count": "aantal",
|
|
@@ -184,26 +184,6 @@
|
|
|
184
184
|
"editor.record.form.field.topics": "",
|
|
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": "Deze dataset wordt regelmatig bijgewerkt.",
|
|
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": "Toevoegen aan favorieten",
|
|
313
|
+
"favorite.starToggle.remove": "Verwijderen uit favorieten",
|
|
313
314
|
"feature.catalog.attribute.code": "Code",
|
|
314
315
|
"feature.catalog.attribute.definition": "Beschrijving",
|
|
315
316
|
"feature.catalog.attribute.name": "Naam",
|
|
@@ -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": "",
|
|
@@ -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": "organizações",
|
|
8
8
|
"chart.aggregation.average": "média",
|
|
9
9
|
"chart.aggregation.count": "contagem",
|
|
@@ -184,26 +184,6 @@
|
|
|
184
184
|
"editor.record.form.field.topics": "",
|
|
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 dados é atualizado 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": "Adicionar aos favoritos",
|
|
313
|
+
"favorite.starToggle.remove": "Remover dos favoritos",
|
|
313
314
|
"feature.catalog.attribute.code": "Código",
|
|
314
315
|
"feature.catalog.attribute.definition": "Descrição",
|
|
315
316
|
"feature.catalog.attribute.name": "Nome",
|
|
@@ -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": "",
|
|
@@ -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{zdroj} one{zdroj} other{zdroje}}",
|
|
7
7
|
"catalog.figures.organizations": "{count, plural, =0{organizácie} one{organizácia} other{organizácie}}",
|
|
8
8
|
"chart.aggregation.average": "priemer",
|
|
9
9
|
"chart.aggregation.count": "počet",
|
|
@@ -184,26 +184,6 @@
|
|
|
184
184
|
"editor.record.form.field.topics": "",
|
|
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": "Táto množina údajov sa pravidelne aktualizuje",
|
|
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": "Štítok",
|
|
310
310
|
"facets.block.title.th_regions_tree.default": "Regióny",
|
|
311
311
|
"favorite.not.authenticated.tooltip": "<div><a href='{link}'>Prihlásiť sa</a> pre prístup k tejto funkcii</div>",
|
|
312
|
-
"favorite.starToggle.
|
|
312
|
+
"favorite.starToggle.add": "Pridať k obľúbeným",
|
|
313
|
+
"favorite.starToggle.remove": "Odstrániť z obľúbených",
|
|
313
314
|
"feature.catalog.attribute.code": "Kód",
|
|
314
315
|
"feature.catalog.attribute.definition": "Popis",
|
|
315
316
|
"feature.catalog.attribute.name": "Názov",
|
|
@@ -389,10 +390,10 @@
|
|
|
389
390
|
"organisations.sortBy.nameDesc": "Názov Z → A",
|
|
390
391
|
"organisations.sortBy.recordCountAsc": "Publikácie 0 → 9",
|
|
391
392
|
"organisations.sortBy.recordCountDesc": "Publikácie 9 → 0",
|
|
392
|
-
"organization.details.lastPublishedDatasets": "",
|
|
393
|
+
"organization.details.lastPublishedDatasets": "Najnovšie publikované zdroje",
|
|
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{publikácia} one{publikácia} other{publikácie}}",
|
|
396
397
|
"pagination.nextPage": "Ďalšia stránka",
|
|
397
398
|
"pagination.page": "strana",
|
|
398
399
|
"pagination.pageOf": "z",
|
|
@@ -480,7 +481,7 @@
|
|
|
480
481
|
"record.metadata.preview.config.saved": "",
|
|
481
482
|
"record.metadata.preview.config.saving": "",
|
|
482
483
|
"record.metadata.producer": "",
|
|
483
|
-
"record.metadata.publication": "publikácia",
|
|
484
|
+
"record.metadata.publication": "dátum publikácia",
|
|
484
485
|
"record.metadata.publications": "{count, plural, =0{publikácia} one{publikácia} other{publikácie}}",
|
|
485
486
|
"record.metadata.quality": "Kvalita metadát",
|
|
486
487
|
"record.metadata.quality.abstract.failed": "",
|
|
@@ -522,6 +523,7 @@
|
|
|
522
523
|
"record.metadata.usage": "Použitie a obmedzenia",
|
|
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": "",
|
|
@@ -543,7 +545,7 @@
|
|
|
543
545
|
"results.sortBy.changeDate": "",
|
|
544
546
|
"results.sortBy.dateStamp": "Najnovšie",
|
|
545
547
|
"results.sortBy.popularity": "Popularita",
|
|
546
|
-
"results.sortBy.qualityScore": "
|
|
548
|
+
"results.sortBy.qualityScore": "Indikátor dokončenia",
|
|
547
549
|
"results.sortBy.relevancy": "Relevancia",
|
|
548
550
|
"reuse.metadata.access": "",
|
|
549
551
|
"search.autocomplete.error": "Návrhy sa nepodarilo načítať:",
|