geonetwork-ui 2.8.0-dev.cba2fd2eb → 2.8.0-dev.d7c07c0b9
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/fesm2022/geonetwork-ui-date-locales-DhlIiWpT.mjs +35 -0
- package/fesm2022/geonetwork-ui-date-locales-DhlIiWpT.mjs.map +1 -0
- package/fesm2022/geonetwork-ui.mjs +2954 -2918
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +6636 -24
- package/index.d.ts.map +1 -1
- package/package.json +27 -29
- package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +11 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +14 -8
- package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +3 -5
- package/src/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.ts +3 -3
- package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +7 -9
- package/src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts +3 -3
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +1 -1
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +6 -8
- package/src/libs/api/repository/src/lib/gn4/favorites/favorites.service.ts +4 -6
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +10 -12
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +2 -0
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +2 -0
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +2 -2
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +14 -14
- package/src/libs/api/repository/src/lib/gn4/selection/selection.service.ts +4 -2
- package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +3 -3
- package/src/libs/common/fixtures/src/lib/link.fixtures.ts +7 -0
- package/src/libs/common/fixtures/src/lib/map/map-context.fixtures.ts +1 -1
- package/src/libs/common/fixtures/src/lib/ol-feature.fixtures.ts +2 -2
- package/src/libs/data-access/gn4/src/openapi/api/atom.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/customstyle.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/formatters.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/groups.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/harvesters.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/identifiers.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/languages.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/links.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/logos.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/mapservers.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/mapservices.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/me.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/operations.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/pages.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/processes.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/regions.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/registries.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/related.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/search.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/selections.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/site.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/sources.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/standards.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/status.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/tags.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/tools.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/ui.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/users.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/usersearches.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/userselections.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api.module.ts +5 -10
- package/src/libs/feature/catalog/src/lib/my-org/my-org.service.ts +5 -5
- package/src/libs/feature/catalog/src/lib/organisations/organisations.component.html +19 -17
- package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +4 -9
- package/src/libs/feature/catalog/src/lib/records/records.service.ts +3 -3
- package/src/libs/feature/catalog/src/lib/site-title/site-title.component.html +6 -5
- package/src/libs/feature/catalog/src/lib/site-title/site-title.component.ts +4 -2
- package/src/libs/feature/catalog/src/lib/source-label/source-label.component.ts +8 -2
- package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +4 -6
- package/src/libs/feature/catalog/src/lib/users/users.service.ts +3 -3
- package/src/libs/feature/dataviz/src/index.ts +0 -1
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +36 -32
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +6 -7
- package/src/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.ts +3 -2
- package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.ts +3 -2
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +16 -2
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +26 -22
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +9 -6
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.html +20 -17
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +1 -2
- package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.ts +1 -3
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +16 -13
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +3 -4
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +23 -20
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +8 -10
- package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.html +26 -27
- package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.ts +0 -2
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +123 -107
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +9 -10
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.html +17 -15
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +66 -59
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.ts +1 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.html +20 -19
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +16 -20
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +6 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +48 -53
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +4 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +4 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +7 -10
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +43 -19
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +7 -10
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +7 -9
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.ts +1 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +5 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.ts +3 -3
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +27 -25
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.html +7 -6
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.ts +6 -15
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +24 -32
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +3 -3
- package/src/libs/feature/editor/src/lib/services/editor.service.ts +2 -2
- package/src/libs/feature/map/src/lib/+state/map.facade.ts +3 -3
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +7 -4
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.html +2 -2
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +16 -8
- package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +10 -6
- package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +5 -13
- package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +39 -36
- package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +4 -4
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +32 -25
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +4 -8
- package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.html +46 -35
- package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +4 -6
- package/src/libs/feature/map/src/lib/constant/style.constant.ts +2 -2
- package/src/libs/feature/map/src/lib/geocoding/geocoding.component.html +33 -31
- package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +7 -7
- package/src/libs/feature/map/src/lib/geocoding.service.ts +2 -4
- package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +13 -14
- package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +3 -2
- package/src/libs/feature/map/src/lib/map-state-container/map-state-container.component.ts +3 -3
- package/src/libs/feature/map/src/lib/style/map-style.fixtures.ts +1 -1
- package/src/libs/feature/map/src/lib/style/map-style.service.ts +4 -4
- package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +1 -1
- package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.html +16 -15
- package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.ts +2 -2
- package/src/libs/feature/record/src/index.ts +1 -0
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +30 -28
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +8 -3
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.html +6 -5
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +8 -13
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +12 -8
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +6 -9
- package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +5 -10
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +10 -9
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +7 -13
- package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.html +14 -15
- package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.ts +13 -10
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.html +18 -15
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +3 -3
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +41 -42
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +12 -10
- package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +4 -4
- package/src/libs/feature/record/src/lib/stac-view/stac-view.component.css +8 -0
- package/src/libs/feature/record/src/lib/stac-view/stac-view.component.html +87 -0
- package/src/libs/feature/record/src/lib/stac-view/stac-view.component.ts +338 -0
- package/src/libs/feature/record/src/lib/stac-view/utils.ts +57 -0
- package/src/libs/feature/record/src/lib/state/mdview.effects.ts +6 -8
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +5 -7
- package/src/libs/feature/router/src/lib/default/container/search-router.container.directive.ts +3 -3
- package/src/libs/feature/router/src/lib/default/router.module.ts +4 -2
- package/src/libs/feature/router/src/lib/default/router.service.ts +3 -5
- package/src/libs/feature/router/src/lib/default/services/router-search.service.ts +4 -6
- package/src/libs/feature/router/src/lib/default/state/router.effects.ts +8 -10
- package/src/libs/feature/router/src/lib/default/state/router.facade.ts +4 -6
- package/src/libs/feature/search/src/lib/constants.ts +1 -1
- package/src/libs/feature/search/src/lib/facets/facets-container/facets-container.component.ts +4 -6
- package/src/libs/feature/search/src/lib/facets/facets.service.ts +2 -2
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +5 -6
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +7 -8
- package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.html +10 -10
- package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +5 -6
- package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +5 -6
- package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.html +10 -8
- package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.ts +10 -3
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +7 -6
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +5 -7
- package/src/libs/feature/search/src/lib/results-layout/results-layout.component.ts +6 -7
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +52 -48
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +15 -17
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +17 -16
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +8 -9
- package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.html +18 -16
- package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.ts +9 -15
- package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.html +20 -20
- package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.ts +7 -9
- package/src/libs/feature/search/src/lib/sort-by/sort-by.component.ts +4 -6
- package/src/libs/feature/search/src/lib/state/container/search-state.container.directive.ts +3 -3
- package/src/libs/feature/search/src/lib/state/effects.ts +10 -12
- package/src/libs/feature/search/src/lib/state/search.facade.ts +6 -8
- package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +4 -3
- package/src/libs/feature/search/src/lib/utils/service/fields.ts +37 -33
- package/src/libs/feature/search/src/lib/utils/service/search.service.ts +2 -2
- package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.html +15 -15
- package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.ts +1 -2
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +4 -8
- package/src/libs/ui/dataviz/src/lib/chart/chart.component.ts +3 -3
- package/src/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.ts +4 -2
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +34 -33
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +5 -6
- package/src/libs/ui/elements/src/index.ts +1 -0
- package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +55 -50
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +25 -23
- package/src/libs/ui/elements/src/lib/avatar/avatar.component.html +12 -10
- package/src/libs/ui/elements/src/lib/avatar/avatar.component.ts +1 -2
- package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.ts +7 -5
- package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.html +10 -5
- package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.ts +1 -2
- package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +5 -3
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +66 -62
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +3 -4
- package/src/libs/ui/elements/src/lib/error/error.component.html +63 -54
- package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.html +11 -10
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.html +15 -15
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +8 -3
- package/src/libs/ui/elements/src/lib/image-input/image-input.component.html +83 -89
- package/src/libs/ui/elements/src/lib/image-input/image-input.component.ts +4 -5
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +22 -21
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +1 -8
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +40 -34
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +4 -4
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +10 -15
- package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +0 -2
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +1 -0
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +83 -69
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.html +11 -10
- package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.ts +2 -8
- package/src/libs/ui/elements/src/lib/metadata-info/linkify.directive.ts +3 -5
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +332 -312
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +5 -12
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +30 -27
- package/src/libs/ui/elements/src/lib/notification/notification.component.html +5 -8
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +10 -11
- package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +102 -95
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +110 -92
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +11 -8
- package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.html +15 -0
- package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.ts +14 -0
- package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +5 -8
- package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +74 -65
- package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +2 -2
- package/src/libs/ui/inputs/src/index.ts +1 -0
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +60 -57
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +3 -2
- package/src/libs/ui/inputs/src/lib/badge/badge.component.html +17 -16
- package/src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.html +3 -3
- package/src/libs/ui/inputs/src/lib/checkbox/checkbox.component.css +8 -8
- package/src/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.html +16 -14
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +18 -1
- package/src/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.ts +11 -10
- package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.css +0 -0
- package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.html +15 -0
- package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.ts +40 -0
- package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.html +8 -4
- package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.ts +1 -2
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +68 -61
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +5 -11
- package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +29 -27
- package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +4 -5
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.html +35 -35
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +3 -2
- package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.html +22 -20
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html +47 -46
- package/src/libs/ui/inputs/src/lib/search-input/search-input.component.html +10 -9
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +6 -4
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +1 -1
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +9 -8
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +1 -2
- package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +12 -11
- package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +3 -2
- package/src/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts +3 -2
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +1 -1
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.html +31 -29
- package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.ts +6 -13
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +13 -13
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.html +6 -2
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.ts +1 -2
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +59 -53
- package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +14 -12
- package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.ts +3 -5
- package/src/libs/ui/layout/src/lib/paginable.interface.ts +3 -3
- package/src/libs/ui/layout/src/lib/pagination/pagination.component.html +13 -11
- package/src/libs/ui/layout/src/lib/pagination/pagination.component.ts +2 -8
- package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.html +26 -24
- package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.ts +2 -2
- package/src/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.html +17 -15
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +12 -6
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +4 -1
- package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +2 -3
- package/src/libs/ui/layout/src/lib/sticky-header/sticky-header.component.ts +5 -7
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +9 -8
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +6 -6
- package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.html +9 -5
- package/src/libs/ui/map/src/lib/components/map-container/map-container.component.html +16 -14
- package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +142 -72
- package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.html +3 -1
- package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.ts +1 -2
- package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.ts +3 -2
- package/src/libs/ui/map/src/lib/map-utils.ts +9 -4
- package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.html +85 -82
- package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.ts +2 -8
- package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.html +38 -36
- package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.ts +1 -2
- package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.html +9 -8
- package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.ts +2 -2
- package/src/libs/ui/search/src/lib/record-metric/record-metric.component.ts +1 -2
- package/src/libs/ui/search/src/lib/record-preview/record-preview.component.ts +6 -3
- package/src/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.ts +2 -3
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.html +48 -42
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +23 -15
- package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.html +22 -14
- package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.ts +2 -8
- package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.ts +10 -4
- package/src/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.ts +2 -3
- package/src/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.ts +2 -3
- package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.html +16 -10
- package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.ts +1 -2
- package/src/libs/ui/search/src/lib/results-list/results-list.component.html +13 -15
- package/src/libs/ui/search/src/lib/results-list-item/results-list-item.component.ts +4 -5
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +38 -34
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +4 -7
- package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +7 -8
- package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +5 -7
- package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +3 -2
- package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +6 -7
- package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.ts +1 -2
- package/src/libs/util/data-fetcher/src/lib/readers/gml.ts +1 -1
- package/src/libs/util/i18n/src/lib/date-locales.ts +63 -0
- package/src/libs/util/i18n/src/lib/i18n.interceptor.ts +2 -2
- package/src/libs/util/shared/src/index.ts +1 -0
- package/src/libs/util/shared/src/lib/humanize-date.directive.ts +40 -0
- package/src/libs/util/shared/src/lib/image-fallback.directive.ts +9 -2
- package/src/libs/util/shared/src/lib/links/link-utils.ts +19 -6
- package/src/libs/util/shared/src/lib/services/date.service.ts +29 -3
- package/src/libs/util/shared/src/lib/services/proxy.service.ts +4 -6
- package/tailwind.base.css +1 -1
- package/translations/de.json +289 -283
- package/translations/en.json +14 -8
- package/translations/es.json +10 -4
- package/translations/fr.json +14 -8
- package/translations/it.json +14 -8
- package/translations/nl.json +10 -4
- package/translations/pt.json +10 -4
- package/translations/sk.json +11 -5
- package/esm2022/geonetwork-ui.mjs +0 -5
- package/esm2022/index.mjs +0 -25
- package/esm2022/libs/api/metadata-converter/src/index.mjs +0 -9
- package/esm2022/libs/api/metadata-converter/src/lib/base.converter.mjs +0 -14
- package/esm2022/libs/api/metadata-converter/src/lib/common/distribution.mapper.mjs +0 -30
- package/esm2022/libs/api/metadata-converter/src/lib/common/license.mjs +0 -64
- package/esm2022/libs/api/metadata-converter/src/lib/common/resource-types.mjs +0 -40
- package/esm2022/libs/api/metadata-converter/src/lib/common/url.mjs +0 -14
- package/esm2022/libs/api/metadata-converter/src/lib/convert-utils.mjs +0 -19
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.mjs +0 -279
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/index.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.mjs +0 -17
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.mjs +0 -224
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.mjs +0 -57
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.mjs +0 -96
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.mjs +0 -47
- package/esm2022/libs/api/metadata-converter/src/lib/find-converter.mjs +0 -25
- package/esm2022/libs/api/metadata-converter/src/lib/function-utils.mjs +0 -40
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +0 -77
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.converter.mjs +0 -54
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +0 -409
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/index.mjs +0 -4
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +0 -29
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.mjs +0 -12
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/index.mjs +0 -5
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/search.model.mjs +0 -11
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/index.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +0 -129
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +0 -143
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +0 -153
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/index.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +0 -310
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +0 -486
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.mjs +0 -31
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.mjs +0 -18
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.mjs +0 -14
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.mjs +0 -48
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.mjs +0 -21
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.mjs +0 -8
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +0 -517
- package/esm2022/libs/api/metadata-converter/src/lib/translate-utils.mjs +0 -17
- package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +0 -456
- package/esm2022/libs/api/repository/src/index.mjs +0 -4
- package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +0 -67
- package/esm2022/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.mjs +0 -3
- package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +0 -39
- package/esm2022/libs/api/repository/src/lib/gn4/auth/index.mjs +0 -4
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +0 -32
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.mjs +0 -12
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +0 -552
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/index.mjs +0 -4
- package/esm2022/libs/api/repository/src/lib/gn4/favorites/favorites.service.mjs +0 -66
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +0 -336
- package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +0 -42
- package/esm2022/libs/api/repository/src/lib/gn4/index.mjs +0 -11
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/index.mjs +0 -5
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.mjs +0 -5
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +0 -104
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +0 -198
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.mjs +0 -6
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +0 -104
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +0 -270
- package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +0 -52
- package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +0 -27
- package/esm2022/libs/api/repository/src/lib/metadata-language.token.mjs +0 -3
- package/esm2022/libs/api/repository/src/lib/repository-url.mjs +0 -10
- package/esm2022/libs/common/domain/src/index.mjs +0 -3
- package/esm2022/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.mjs +0 -9
- package/esm2022/libs/common/domain/src/lib/model/error/index.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/error/publication-version.error.mjs +0 -8
- package/esm2022/libs/common/domain/src/lib/model/record/contact.model.mjs +0 -51
- package/esm2022/libs/common/domain/src/lib/model/record/index.mjs +0 -6
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +0 -66
- package/esm2022/libs/common/domain/src/lib/model/record/organization.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/record/translation.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/record/user-feedbacks.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/aggregation.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/field.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/filter.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/index.mjs +0 -6
- package/esm2022/libs/common/domain/src/lib/model/search/search.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/sort-by.model.mjs +0 -13
- package/esm2022/libs/common/domain/src/lib/model/thesaurus/index.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/user/index.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/user/user.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/organizations.service.interface.mjs +0 -3
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +0 -3
- package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +0 -3
- package/esm2022/libs/data-access/gn4/src/fixtures/index.mjs +0 -3
- package/esm2022/libs/data-access/gn4/src/fixtures/site.fixtures.mjs +0 -61
- package/esm2022/libs/data-access/gn4/src/fixtures/ui.fixtures.mjs +0 -5
- package/esm2022/libs/data-access/gn4/src/index.mjs +0 -3
- package/esm2022/libs/data-access/gn4/src/openapi/api/api.mjs +0 -99
- package/esm2022/libs/data-access/gn4/src/openapi/api/atom.api.service.mjs +0 -251
- package/esm2022/libs/data-access/gn4/src/openapi/api/customstyle.api.service.mjs +0 -151
- package/esm2022/libs/data-access/gn4/src/openapi/api/formatters.api.service.mjs +0 -363
- package/esm2022/libs/data-access/gn4/src/openapi/api/groups.api.service.mjs +0 -313
- package/esm2022/libs/data-access/gn4/src/openapi/api/harvesters.api.service.mjs +0 -164
- package/esm2022/libs/data-access/gn4/src/openapi/api/identifiers.api.service.mjs +0 -223
- package/esm2022/libs/data-access/gn4/src/openapi/api/languages.api.service.mjs +0 -223
- package/esm2022/libs/data-access/gn4/src/openapi/api/links.api.service.mjs +0 -337
- package/esm2022/libs/data-access/gn4/src/openapi/api/logos.api.service.mjs +0 -211
- package/esm2022/libs/data-access/gn4/src/openapi/api/mapservers.api.service.mjs +0 -421
- package/esm2022/libs/data-access/gn4/src/openapi/api/mapservices.api.service.mjs +0 -117
- package/esm2022/libs/data-access/gn4/src/openapi/api/me.api.service.mjs +0 -117
- package/esm2022/libs/data-access/gn4/src/openapi/api/operations.api.service.mjs +0 -117
- package/esm2022/libs/data-access/gn4/src/openapi/api/pages.api.service.mjs +0 -456
- package/esm2022/libs/data-access/gn4/src/openapi/api/processes.api.service.mjs +0 -389
- package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +0 -4080
- package/esm2022/libs/data-access/gn4/src/openapi/api/regions.api.service.mjs +0 -204
- package/esm2022/libs/data-access/gn4/src/openapi/api/registries.api.service.mjs +0 -979
- package/esm2022/libs/data-access/gn4/src/openapi/api/related.api.service.mjs +0 -135
- package/esm2022/libs/data-access/gn4/src/openapi/api/search.api.service.mjs +0 -174
- package/esm2022/libs/data-access/gn4/src/openapi/api/selections.api.service.mjs +0 -215
- package/esm2022/libs/data-access/gn4/src/openapi/api/site.api.service.mjs +0 -770
- package/esm2022/libs/data-access/gn4/src/openapi/api/sources.api.service.mjs +0 -249
- package/esm2022/libs/data-access/gn4/src/openapi/api/standards.api.service.mjs +0 -412
- package/esm2022/libs/data-access/gn4/src/openapi/api/status.api.service.mjs +0 -170
- package/esm2022/libs/data-access/gn4/src/openapi/api/tags.api.service.mjs +0 -246
- package/esm2022/libs/data-access/gn4/src/openapi/api/tools.api.service.mjs +0 -608
- package/esm2022/libs/data-access/gn4/src/openapi/api/ui.api.service.mjs +0 -244
- package/esm2022/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.mjs +0 -405
- package/esm2022/libs/data-access/gn4/src/openapi/api/users.api.service.mjs +0 -570
- package/esm2022/libs/data-access/gn4/src/openapi/api/usersearches.api.service.mjs +0 -343
- package/esm2022/libs/data-access/gn4/src/openapi/api/userselections.api.service.mjs +0 -323
- package/esm2022/libs/data-access/gn4/src/openapi/api.module.mjs +0 -41
- package/esm2022/libs/data-access/gn4/src/openapi/configuration.mjs +0 -72
- package/esm2022/libs/data-access/gn4/src/openapi/encoder.mjs +0 -19
- package/esm2022/libs/data-access/gn4/src/openapi/index.mjs +0 -6
- package/esm2022/libs/data-access/gn4/src/openapi/model/address.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/associated.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/category.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/children.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/codelist.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/crs.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/dataset.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/description.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/element.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/entry.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/extentDto.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/fcat.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/featureType.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/field.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/formatterData.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/group.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.mjs +0 -33
- package/esm2022/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/hassource.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/iSODate.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/infoReport.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.mjs +0 -26
- package/esm2022/libs/data-access/gn4/src/openapi/model/language.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/link.api.model.mjs +0 -8
- package/esm2022/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/localizedString.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/mapServer.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/mapService.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/meResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.mjs +0 -8
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.mjs +0 -20
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.mjs +0 -20
- package/esm2022/libs/data-access/gn4/src/openapi/model/models.mjs +0 -119
- package/esm2022/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/online.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/operation.api.model.mjs +0 -23
- package/esm2022/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/pageLink.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.mjs +0 -36
- package/esm2022/libs/data-access/gn4/src/openapi/model/pageable.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/parent.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/processingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.mjs +0 -36
- package/esm2022/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/related.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/report.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/reports.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/section.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/selection.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/service.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/setting.api.model.mjs +0 -21
- package/esm2022/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/siblings.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/sort.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/source.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/status.api.model.mjs +0 -22
- package/esm2022/libs/data-access/gn4/src/openapi/model/statusValue.api.model.mjs +0 -33
- package/esm2022/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/translations.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/user.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userDto.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userGroup.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.mjs +0 -24
- package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.mjs +0 -19
- package/esm2022/libs/data-access/gn4/src/openapi/model/values.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/variables.mjs +0 -9
- package/esm2022/libs/feature/catalog/src/index.mjs +0 -9
- package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +0 -42
- package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +0 -127
- package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +0 -6
- package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +0 -21
- package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +0 -23
- package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +0 -23
- package/esm2022/libs/feature/catalog/src/lib/sources/sources.model.mjs +0 -2
- package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +0 -27
- package/esm2022/libs/feature/dataviz/src/index.mjs +0 -7
- package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +0 -247
- package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +0 -36
- package/esm2022/libs/feature/dataviz/src/lib/figure/figure.service.mjs +0 -31
- package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +0 -98
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +0 -255
- package/esm2022/libs/feature/dataviz/src/lib/stac-view/stac-view.component.mjs +0 -51
- package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +0 -101
- package/esm2022/libs/feature/editor/src/index.mjs +0 -13
- package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +0 -17
- package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +0 -68
- package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +0 -66
- package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +0 -84
- package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +0 -27
- package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +0 -66
- package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +0 -16
- package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +0 -89
- package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +0 -111
- package/esm2022/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.mjs +0 -80
- package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +0 -275
- package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +0 -75
- package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +0 -172
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +0 -11
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.mjs +0 -73
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.mjs +0 -35
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.mjs +0 -129
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +0 -105
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +0 -150
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.mjs +0 -19
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +0 -28
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +0 -39
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +0 -60
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +0 -11
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +0 -151
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +0 -181
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +0 -104
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +0 -41
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +0 -32
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +0 -123
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.mjs +0 -44
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +0 -88
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.mjs +0 -55
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +0 -96
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +0 -142
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +0 -14
- package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +0 -34
- package/esm2022/libs/feature/editor/src/lib/expressions.mjs +0 -13
- package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +0 -27
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +0 -376
- package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/models/index.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +0 -63
- package/esm2022/libs/feature/map/src/index.mjs +0 -14
- package/esm2022/libs/feature/map/src/lib/+state/map.actions.mjs +0 -5
- package/esm2022/libs/feature/map/src/lib/+state/map.facade.mjs +0 -28
- package/esm2022/libs/feature/map/src/lib/+state/map.reducer.mjs +0 -27
- package/esm2022/libs/feature/map/src/lib/+state/map.selectors.mjs +0 -7
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +0 -49
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +0 -60
- package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +0 -118
- package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +0 -129
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +0 -74
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +0 -73
- package/esm2022/libs/feature/map/src/lib/constant/index.mjs +0 -2
- package/esm2022/libs/feature/map/src/lib/constant/projections.mjs +0 -2
- package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +0 -34
- package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +0 -101
- package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +0 -40
- package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +0 -77
- package/esm2022/libs/feature/map/src/lib/map-state-container/map-state-container.component.mjs +0 -27
- package/esm2022/libs/feature/map/src/lib/style/index.mjs +0 -3
- package/esm2022/libs/feature/map/src/lib/style/map-style.fixtures.mjs +0 -43
- package/esm2022/libs/feature/map/src/lib/style/map-style.service.mjs +0 -96
- package/esm2022/libs/feature/map/src/lib/utils/index.mjs +0 -2
- package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +0 -29
- package/esm2022/libs/feature/notifications/src/index.mjs +0 -3
- package/esm2022/libs/feature/notifications/src/lib/notification.model.mjs +0 -2
- package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +0 -49
- package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +0 -30
- package/esm2022/libs/feature/record/src/index.mjs +0 -11
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +0 -110
- package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +0 -86
- package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +0 -40
- package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +0 -98
- package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +0 -82
- package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +0 -29
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.mjs +0 -169
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +0 -58
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +0 -349
- package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +0 -47
- package/esm2022/libs/feature/record/src/lib/state/index.mjs +0 -3
- package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +0 -32
- package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +0 -73
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +0 -132
- package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +0 -96
- package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +0 -33
- package/esm2022/libs/feature/router/src/index.mjs +0 -2
- package/esm2022/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.mjs +0 -21
- package/esm2022/libs/feature/router/src/lib/default/constants.mjs +0 -13
- package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +0 -41
- package/esm2022/libs/feature/router/src/lib/default/index.mjs +0 -9
- package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +0 -3
- package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +0 -63
- package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +0 -65
- package/esm2022/libs/feature/router/src/lib/default/services/router-search.service.mjs +0 -56
- package/esm2022/libs/feature/router/src/lib/default/state/query-params.utils.mjs +0 -51
- package/esm2022/libs/feature/router/src/lib/default/state/router.actions.mjs +0 -5
- package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +0 -116
- package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +0 -73
- package/esm2022/libs/feature/router/src/lib/default/state/router.selectors.mjs +0 -14
- package/esm2022/libs/feature/search/src/index.mjs +0 -26
- package/esm2022/libs/feature/search/src/lib/constants.mjs +0 -38
- package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +0 -71
- package/esm2022/libs/feature/search/src/lib/facets/facets.service.mjs +0 -232
- package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +0 -121
- package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +0 -28
- package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +0 -68
- package/esm2022/libs/feature/search/src/lib/filter-geometry.token.mjs +0 -4
- package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +0 -92
- package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +0 -6
- package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +0 -45
- package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +0 -48
- package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +0 -34
- package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +0 -108
- package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +0 -99
- package/esm2022/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.mjs +0 -65
- package/esm2022/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.mjs +0 -84
- package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +0 -54
- package/esm2022/libs/feature/search/src/lib/state/actions.mjs +0 -208
- package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +0 -29
- package/esm2022/libs/feature/search/src/lib/state/effects.mjs +0 -124
- package/esm2022/libs/feature/search/src/lib/state/reducer.mjs +0 -289
- package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +0 -130
- package/esm2022/libs/feature/search/src/lib/state/selectors.mjs +0 -22
- package/esm2022/libs/feature/search/src/lib/utils/operators/search.operator.mjs +0 -31
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +0 -436
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +0 -90
- package/esm2022/libs/feature/search/src/lib/utils/service/search.service.mjs +0 -37
- package/esm2022/libs/ui/catalog/src/index.mjs +0 -6
- package/esm2022/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.mjs +0 -19
- package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +0 -43
- package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +0 -42
- package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +0 -48
- package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +0 -16
- package/esm2022/libs/ui/dataviz/src/index.mjs +0 -5
- package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +0 -167
- package/esm2022/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.mjs +0 -51
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +0 -139
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.data.source.mjs +0 -24
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.mjs +0 -82
- package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +0 -33
- package/esm2022/libs/ui/elements/src/index.mjs +0 -30
- package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +0 -87
- package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +0 -78
- package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +0 -20
- package/esm2022/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.mjs +0 -29
- package/esm2022/libs/ui/elements/src/lib/content-ghost/content-ghost.component.mjs +0 -20
- package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +0 -62
- package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +0 -122
- package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +0 -49
- package/esm2022/libs/ui/elements/src/lib/external-link-card/external-link-card.component.mjs +0 -66
- package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +0 -61
- package/esm2022/libs/ui/elements/src/lib/image-input/image-input.component.mjs +0 -227
- package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +0 -45
- package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +0 -89
- package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +0 -76
- package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +0 -41
- package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +0 -19
- package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +0 -14
- package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +0 -61
- package/esm2022/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.mjs +0 -37
- package/esm2022/libs/ui/elements/src/lib/metadata-info/linkify.directive.mjs +0 -78
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +0 -128
- package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +0 -82
- package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +0 -45
- package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +0 -71
- package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +0 -142
- package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +0 -70
- package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +0 -165
- package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +0 -96
- package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +0 -59
- package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +0 -77
- package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +0 -21
- package/esm2022/libs/ui/inputs/src/index.mjs +0 -27
- package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +0 -285
- package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +0 -44
- package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +0 -62
- package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +0 -30
- package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +0 -35
- package/esm2022/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.mjs +0 -33
- package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +0 -39
- package/esm2022/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.mjs +0 -65
- package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +0 -44
- package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +0 -37
- package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +0 -215
- package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.mjs +0 -2
- package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +0 -201
- package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.mjs +0 -2
- package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +0 -48
- package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +0 -106
- package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +0 -59
- package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +0 -43
- package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.mjs +0 -2
- package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +0 -74
- package/esm2022/libs/ui/inputs/src/lib/search-input/search-input.component.mjs +0 -46
- package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +0 -57
- package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +0 -36
- package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +0 -50
- package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +0 -48
- package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +0 -95
- package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +0 -46
- package/esm2022/libs/ui/layout/src/index.mjs +0 -20
- package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +0 -105
- package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +0 -128
- package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +0 -73
- package/esm2022/libs/ui/layout/src/lib/cell-popin/cell-popin.component.mjs +0 -110
- package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +0 -54
- package/esm2022/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.mjs +0 -25
- package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +0 -20
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +0 -38
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +0 -67
- package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +0 -70
- package/esm2022/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.mjs +0 -29
- package/esm2022/libs/ui/layout/src/lib/paginable.interface.mjs +0 -2
- package/esm2022/libs/ui/layout/src/lib/pagination/pagination.component.mjs +0 -51
- package/esm2022/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.mjs +0 -52
- package/esm2022/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.mjs +0 -36
- package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +0 -26
- package/esm2022/libs/ui/layout/src/lib/sortable-list/sortable-list.component.mjs +0 -35
- package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +0 -81
- package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +0 -71
- package/esm2022/libs/ui/map/src/index.mjs +0 -7
- package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +0 -46
- package/esm2022/libs/ui/map/src/lib/components/map-container/map-container.component.mjs +0 -157
- package/esm2022/libs/ui/map/src/lib/components/map-container/map-settings.token.mjs +0 -13
- package/esm2022/libs/ui/map/src/lib/components/map-legend/map-legend.component.mjs +0 -36
- package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +0 -80
- package/esm2022/libs/ui/map/src/lib/map-utils.mjs +0 -37
- package/esm2022/libs/ui/search/src/index.mjs +0 -21
- package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +0 -109
- package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +0 -43
- package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +0 -51
- package/esm2022/libs/ui/search/src/lib/facets/facets.model.mjs +0 -2
- package/esm2022/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.mjs +0 -50
- package/esm2022/libs/ui/search/src/lib/facets/fixtures/index.mjs +0 -2
- package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +0 -26
- package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +0 -62
- package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +0 -14
- package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +0 -68
- package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +0 -21
- package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +0 -29
- package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +0 -14
- package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +0 -14
- package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +0 -18
- package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +0 -63
- package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +0 -29
- package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +0 -31
- package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +0 -54
- package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +0 -76
- package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +0 -219
- package/esm2022/libs/ui/widgets/src/index.mjs +0 -7
- package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +0 -11
- package/esm2022/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.mjs +0 -15
- package/esm2022/libs/ui/widgets/src/lib/popover/popover.component.mjs +0 -68
- package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +0 -62
- package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +0 -51
- package/esm2022/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.mjs +0 -11
- package/esm2022/libs/util/app-config/src/index.mjs +0 -5
- package/esm2022/libs/util/app-config/src/lib/app-config.mjs +0 -216
- package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +0 -164
- package/esm2022/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.mjs +0 -18
- package/esm2022/libs/util/app-config/src/lib/map-layers.mjs +0 -33
- package/esm2022/libs/util/app-config/src/lib/model.mjs +0 -2
- package/esm2022/libs/util/app-config/src/lib/parse-utils.mjs +0 -89
- package/esm2022/libs/util/data-fetcher/src/index.mjs +0 -7
- package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +0 -70
- package/esm2022/libs/util/data-fetcher/src/lib/headers.mjs +0 -23
- package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +0 -62
- package/esm2022/libs/util/data-fetcher/src/lib/readers/base-cache.mjs +0 -12
- package/esm2022/libs/util/data-fetcher/src/lib/readers/base-file.mjs +0 -37
- package/esm2022/libs/util/data-fetcher/src/lib/readers/base.mjs +0 -62
- package/esm2022/libs/util/data-fetcher/src/lib/readers/csv.mjs +0 -37
- package/esm2022/libs/util/data-fetcher/src/lib/readers/excel.mjs +0 -24
- package/esm2022/libs/util/data-fetcher/src/lib/readers/geojson.mjs +0 -21
- package/esm2022/libs/util/data-fetcher/src/lib/readers/gml.mjs +0 -38
- package/esm2022/libs/util/data-fetcher/src/lib/readers/json.mjs +0 -19
- package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +0 -133
- package/esm2022/libs/util/data-fetcher/src/lib/sql-utils.mjs +0 -93
- package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +0 -211
- package/esm2022/libs/util/i18n/src/index.mjs +0 -8
- package/esm2022/libs/util/i18n/src/lib/embedded.translate.loader.mjs +0 -18
- package/esm2022/libs/util/i18n/src/lib/file.translate.loader.mjs +0 -14
- package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +0 -52
- package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +0 -25
- package/esm2022/libs/util/i18n/src/lib/i18n.providers.mjs +0 -41
- package/esm2022/libs/util/i18n/src/lib/language-codes.mjs +0 -141
- package/esm2022/libs/util/i18n/src/lib/translate.loader.utils.mjs +0 -8
- package/esm2022/libs/util/shared/src/index.mjs +0 -7
- package/esm2022/libs/util/shared/src/lib/gn-ui-version.mjs +0 -6
- package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +0 -28
- package/esm2022/libs/util/shared/src/lib/links/index.mjs +0 -3
- package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +0 -72
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +0 -317
- package/esm2022/libs/util/shared/src/lib/record/index.mjs +0 -3
- package/esm2022/libs/util/shared/src/lib/record/quality-score.util.mjs +0 -46
- package/esm2022/libs/util/shared/src/lib/record/record.util.mjs +0 -56
- package/esm2022/libs/util/shared/src/lib/services/date.service.mjs +0 -41
- package/esm2022/libs/util/shared/src/lib/services/index.mjs +0 -5
- package/esm2022/libs/util/shared/src/lib/services/log.service.mjs +0 -22
- package/esm2022/libs/util/shared/src/lib/services/proxy.service.mjs +0 -43
- package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +0 -94
- package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +0 -7
- package/esm2022/libs/util/shared/src/lib/utils/event.mjs +0 -12
- package/esm2022/libs/util/shared/src/lib/utils/format-fields.mjs +0 -9
- package/esm2022/libs/util/shared/src/lib/utils/fuzzy-filter.mjs +0 -27
- package/esm2022/libs/util/shared/src/lib/utils/geojson.mjs +0 -78
- package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +0 -60
- package/esm2022/libs/util/shared/src/lib/utils/index.mjs +0 -16
- package/esm2022/libs/util/shared/src/lib/utils/mobile-screen.mjs +0 -9
- package/esm2022/libs/util/shared/src/lib/utils/no-duplicate-file-name.mjs +0 -19
- package/esm2022/libs/util/shared/src/lib/utils/parse.mjs +0 -33
- package/esm2022/libs/util/shared/src/lib/utils/remove-whitespace.mjs +0 -4
- package/esm2022/libs/util/shared/src/lib/utils/scroll.mjs +0 -40
- package/esm2022/libs/util/shared/src/lib/utils/sort-by.mjs +0 -17
- package/esm2022/libs/util/shared/src/lib/utils/strip-html.mjs +0 -7
- package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +0 -32
- package/esm2022/libs/util/shared/src/lib/utils/url.mjs +0 -18
- package/esm2022/translations/de.json +0 -662
- package/esm2022/translations/en.json +0 -662
- package/esm2022/translations/es.json +0 -662
- package/esm2022/translations/fr.json +0 -662
- package/esm2022/translations/it.json +0 -662
- package/esm2022/translations/nl.json +0 -662
- package/esm2022/translations/pt.json +0 -662
- package/esm2022/translations/sk.json +0 -662
- package/geonetwork-ui.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/index.d.ts +0 -9
- package/libs/api/metadata-converter/src/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/base.converter.d.ts +0 -13
- package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts +0 -4
- package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/common/license.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/common/license.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +0 -26
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/common/url.d.ts +0 -7
- package/libs/api/metadata-converter/src/lib/common/url.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/convert-utils.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/convert-utils.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts +0 -13
- package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts +0 -16
- package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts +0 -21
- package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts +0 -15
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts +0 -8
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts +0 -6
- package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/find-converter.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/find-converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/function-utils.d.ts +0 -27
- package/libs/api/metadata-converter/src/lib/function-utils.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts +0 -20
- package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts +0 -16
- package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +0 -24
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/index.d.ts +0 -4
- package/libs/api/metadata-converter/src/lib/gn4/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts +0 -12
- package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts +0 -37
- package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts +0 -5
- package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +0 -27
- package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +0 -196
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts +0 -78
- package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts +0 -9
- package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +0 -24
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +0 -23
- package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts +0 -13
- package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +0 -82
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts +0 -5
- package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts +0 -8
- package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +0 -71
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/translate-utils.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/translate-utils.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +0 -158
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +0 -1
- package/libs/api/repository/src/index.d.ts +0 -4
- package/libs/api/repository/src/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts +0 -27
- package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts +0 -7
- package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts +0 -17
- package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/auth/index.d.ts +0 -4
- package/libs/api/repository/src/lib/gn4/auth/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts +0 -11
- package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts +0 -4
- package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +0 -74
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts +0 -4
- package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts +0 -20
- package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +0 -69
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts +0 -7
- package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/index.d.ts +0 -11
- package/libs/api/repository/src/lib/gn4/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/index.d.ts +0 -5
- package/libs/api/repository/src/lib/gn4/organizations/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts +0 -4
- package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts +0 -29
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts +0 -40
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts +0 -9
- package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +0 -20
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +0 -68
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts +0 -17
- package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts +0 -15
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/metadata-language.token.d.ts +0 -5
- package/libs/api/repository/src/lib/metadata-language.token.d.ts.map +0 -1
- package/libs/api/repository/src/lib/repository-url.d.ts +0 -3
- package/libs/api/repository/src/lib/repository-url.d.ts.map +0 -1
- package/libs/common/domain/src/index.d.ts +0 -3
- package/libs/common/domain/src/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts +0 -17
- package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/error/index.d.ts +0 -2
- package/libs/common/domain/src/lib/model/error/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts +0 -5
- package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/contact.model.d.ts +0 -15
- package/libs/common/domain/src/lib/model/record/contact.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/index.d.ts +0 -6
- package/libs/common/domain/src/lib/model/record/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +0 -187
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/organization.model.d.ts +0 -11
- package/libs/common/domain/src/lib/model/record/organization.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/translation.model.d.ts +0 -26
- package/libs/common/domain/src/lib/model/record/translation.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts +0 -15
- package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts +0 -44
- package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/field.model.d.ts +0 -2
- package/libs/common/domain/src/lib/model/search/field.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/filter.model.d.ts +0 -21
- package/libs/common/domain/src/lib/model/search/filter.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/index.d.ts +0 -6
- package/libs/common/domain/src/lib/model/search/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/search.model.d.ts +0 -20
- package/libs/common/domain/src/lib/model/search/search.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts +0 -3
- package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/thesaurus/index.d.ts +0 -2
- package/libs/common/domain/src/lib/model/thesaurus/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts +0 -14
- package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/user/index.d.ts +0 -2
- package/libs/common/domain/src/lib/model/user/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/user/user.model.d.ts +0 -11
- package/libs/common/domain/src/lib/model/user/user.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/organizations.service.interface.d.ts +0 -11
- package/libs/common/domain/src/lib/organizations.service.interface.d.ts.map +0 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts +0 -39
- package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +0 -1
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +0 -74
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +0 -1
- package/libs/data-access/gn4/src/fixtures/index.d.ts +0 -3
- package/libs/data-access/gn4/src/fixtures/index.d.ts.map +0 -1
- package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts +0 -61
- package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts.map +0 -1
- package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts +0 -5
- package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts.map +0 -1
- package/libs/data-access/gn4/src/index.d.ts +0 -3
- package/libs/data-access/gn4/src/index.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/api.d.ts +0 -66
- package/libs/data-access/gn4/src/openapi/api/api.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts +0 -97
- package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts +0 -54
- package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts +0 -150
- package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts +0 -132
- package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts +0 -49
- package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts +0 -80
- package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts +0 -96
- package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts +0 -128
- package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts +0 -78
- package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts +0 -170
- package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts +0 -186
- package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts +0 -157
- package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +0 -1879
- package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts +0 -72
- package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts +0 -391
- package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts +0 -42
- package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts +0 -53
- package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts +0 -84
- package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts +0 -396
- package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts +0 -96
- package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts +0 -195
- package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts +0 -61
- package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts +0 -94
- package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts +0 -302
- package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts +0 -93
- package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts +0 -172
- package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts +0 -262
- package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts +0 -144
- package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts +0 -128
- package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api.module.d.ts +0 -12
- package/libs/data-access/gn4/src/openapi/api.module.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/configuration.d.ts +0 -81
- package/libs/data-access/gn4/src/openapi/configuration.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/encoder.d.ts +0 -12
- package/libs/data-access/gn4/src/openapi/encoder.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/index.d.ts +0 -6
- package/libs/data-access/gn4/src/openapi/index.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts +0 -26
- package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts +0 -22
- package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts +0 -15
- package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts +0 -32
- package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts +0 -44
- package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts +0 -15
- package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts +0 -50
- package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts +0 -32
- package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts +0 -22
- package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts +0 -31
- package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts +0 -27
- package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts +0 -23
- package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts +0 -40
- package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts +0 -48
- package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts +0 -31
- package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/models.d.ts +0 -119
- package/libs/data-access/gn4/src/openapi/model/models.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts +0 -32
- package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts +0 -28
- package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts +0 -48
- package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts +0 -46
- package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts +0 -24
- package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts +0 -23
- package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts +0 -40
- package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts +0 -34
- package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts +0 -40
- package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts +0 -28
- package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts +0 -46
- package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts +0 -24
- package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts +0 -47
- package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts +0 -31
- package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts +0 -34
- package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts +0 -26
- package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts +0 -28
- package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts +0 -42
- package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/variables.d.ts +0 -9
- package/libs/data-access/gn4/src/openapi/variables.d.ts.map +0 -1
- package/libs/feature/catalog/src/index.d.ts +0 -9
- package/libs/feature/catalog/src/index.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts +0 -20
- package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts +0 -38
- package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts +0 -4
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/records/records.service.d.ts +0 -11
- package/libs/feature/catalog/src/lib/records/records.service.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts +0 -11
- package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts +0 -12
- package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/sources/sources.model.d.ts +0 -8
- package/libs/feature/catalog/src/lib/sources/sources.model.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/sources/sources.service.d.ts +0 -15
- package/libs/feature/catalog/src/lib/sources/sources.service.d.ts.map +0 -1
- package/libs/feature/dataviz/src/index.d.ts +0 -7
- package/libs/feature/dataviz/src/index.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +0 -60
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts +0 -19
- package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts +0 -10
- package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts +0 -30
- package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts +0 -40
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/stac-view/stac-view.component.d.ts +0 -16
- package/libs/feature/dataviz/src/lib/stac-view/stac-view.component.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +0 -26
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +0 -1
- package/libs/feature/editor/src/index.d.ts +0 -13
- package/libs/feature/editor/src/index.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +0 -73
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +0 -35
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +0 -36
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts +0 -10
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +0 -34
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +0 -21
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts +0 -16
- package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts +0 -8
- package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts +0 -33
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +0 -33
- package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts +0 -19
- package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts +0 -52
- package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts +0 -15
- package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +0 -59
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts +0 -6
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts +0 -18
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts +0 -6
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts +0 -32
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts +0 -38
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts +0 -42
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts +0 -9
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts +0 -11
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +0 -17
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +0 -20
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts +0 -6
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts +0 -35
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +0 -43
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +0 -31
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +0 -14
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts +0 -13
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +0 -30
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts +0 -14
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +0 -25
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts +0 -20
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +0 -21
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +0 -33
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +0 -14
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +0 -16
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/expressions.d.ts +0 -4
- package/libs/feature/editor/src/lib/expressions.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts +0 -9
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts +0 -72
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +0 -45
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/models/index.d.ts +0 -2
- package/libs/feature/editor/src/lib/models/index.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/services/editor.service.d.ts +0 -19
- package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +0 -1
- package/libs/feature/map/src/index.d.ts +0 -14
- package/libs/feature/map/src/index.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.actions.d.ts +0 -14
- package/libs/feature/map/src/lib/+state/map.actions.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.facade.d.ts +0 -18
- package/libs/feature/map/src/lib/+state/map.facade.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.reducer.d.ts +0 -14
- package/libs/feature/map/src/lib/+state/map.reducer.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.selectors.d.ts +0 -9
- package/libs/feature/map/src/lib/+state/map.selectors.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts +0 -11
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts +0 -21
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts +0 -22
- package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +0 -28
- package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +0 -22
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts +0 -22
- package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/constant/index.d.ts +0 -2
- package/libs/feature/map/src/lib/constant/index.d.ts.map +0 -1
- package/libs/feature/map/src/lib/constant/projections.d.ts +0 -2
- package/libs/feature/map/src/lib/constant/projections.d.ts.map +0 -1
- package/libs/feature/map/src/lib/feature-map.module.d.ts +0 -8
- package/libs/feature/map/src/lib/feature-map.module.d.ts.map +0 -1
- package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts +0 -25
- package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/geocoding.service.d.ts +0 -18
- package/libs/feature/map/src/lib/geocoding.service.d.ts.map +0 -1
- package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +0 -14
- package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts +0 -14
- package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/style/index.d.ts +0 -3
- package/libs/feature/map/src/lib/style/index.d.ts.map +0 -1
- package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts +0 -4
- package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts.map +0 -1
- package/libs/feature/map/src/lib/style/map-style.service.d.ts +0 -24
- package/libs/feature/map/src/lib/style/map-style.service.d.ts.map +0 -1
- package/libs/feature/map/src/lib/utils/index.d.ts +0 -2
- package/libs/feature/map/src/lib/utils/index.d.ts.map +0 -1
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +0 -9
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +0 -1
- package/libs/feature/notifications/src/index.d.ts +0 -3
- package/libs/feature/notifications/src/index.d.ts.map +0 -1
- package/libs/feature/notifications/src/lib/notification.model.d.ts +0 -7
- package/libs/feature/notifications/src/lib/notification.model.d.ts.map +0 -1
- package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts +0 -12
- package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts.map +0 -1
- package/libs/feature/notifications/src/lib/notifications.service.d.ts +0 -15
- package/libs/feature/notifications/src/lib/notifications.service.d.ts.map +0 -1
- package/libs/feature/record/src/index.d.ts +0 -11
- package/libs/feature/record/src/index.d.ts.map +0 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +0 -43
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +0 -19
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +0 -11
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +0 -16
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +0 -20
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/feature-record.module.d.ts +0 -10
- package/libs/feature/record/src/lib/feature-record.module.d.ts.map +0 -1
- package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts +0 -74
- package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts +0 -19
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +0 -65
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts +0 -14
- package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/index.d.ts +0 -3
- package/libs/feature/record/src/lib/state/index.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.actions.d.ts +0 -95
- package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts +0 -53
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts +0 -68
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +0 -25
- package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +0 -23
- package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +0 -1
- package/libs/feature/router/src/index.d.ts +0 -2
- package/libs/feature/router/src/index.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts +0 -10
- package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/constants.d.ts +0 -14
- package/libs/feature/router/src/lib/default/constants.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts +0 -12
- package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/index.d.ts +0 -9
- package/libs/feature/router/src/lib/default/index.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/router.config.d.ts +0 -11
- package/libs/feature/router/src/lib/default/router.config.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/router.module.d.ts +0 -16
- package/libs/feature/router/src/lib/default/router.module.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/router.service.d.ts +0 -17
- package/libs/feature/router/src/lib/default/router.service.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/services/router-search.service.d.ts +0 -18
- package/libs/feature/router/src/lib/default/services/router-search.service.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts +0 -4
- package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/router.actions.d.ts +0 -10
- package/libs/feature/router/src/lib/default/state/router.actions.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/router.effects.d.ts +0 -36
- package/libs/feature/router/src/lib/default/state/router.effects.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts +0 -30
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/router.selectors.d.ts +0 -4
- package/libs/feature/router/src/lib/default/state/router.selectors.d.ts.map +0 -1
- package/libs/feature/search/src/index.d.ts +0 -26
- package/libs/feature/search/src/index.d.ts.map +0 -1
- package/libs/feature/search/src/lib/constants.d.ts +0 -6
- package/libs/feature/search/src/lib/constants.d.ts.map +0 -1
- package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts +0 -22
- package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/facets/facets.service.d.ts +0 -49
- package/libs/feature/search/src/lib/facets/facets.service.d.ts.map +0 -1
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +0 -37
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/feature-search.module.d.ts +0 -9
- package/libs/feature/search/src/lib/feature-search.module.d.ts.map +0 -1
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +0 -29
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/filter-geometry.token.d.ts +0 -4
- package/libs/feature/search/src/lib/filter-geometry.token.d.ts.map +0 -1
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +0 -41
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/record-url.token.d.ts +0 -5
- package/libs/feature/search/src/lib/record-url.token.d.ts.map +0 -1
- package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts +0 -19
- package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +0 -22
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts +0 -16
- package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +0 -36
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +0 -38
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts +0 -21
- package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts +0 -34
- package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts +0 -23
- package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/actions.d.ts +0 -162
- package/libs/feature/search/src/lib/state/actions.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts +0 -12
- package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/effects.d.ts +0 -27
- package/libs/feature/search/src/lib/state/effects.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/reducer.d.ts +0 -41
- package/libs/feature/search/src/lib/state/reducer.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/search.facade.d.ts +0 -52
- package/libs/feature/search/src/lib/state/search.facade.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/selectors.d.ts +0 -24
- package/libs/feature/search/src/lib/state/selectors.d.ts.map +0 -1
- package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts +0 -11
- package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts.map +0 -1
- package/libs/feature/search/src/lib/utils/service/fields.d.ts +0 -135
- package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +0 -1
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts +0 -22
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +0 -1
- package/libs/feature/search/src/lib/utils/service/search.service.d.ts +0 -23
- package/libs/feature/search/src/lib/utils/service/search.service.d.ts.map +0 -1
- package/libs/ui/catalog/src/index.d.ts +0 -6
- package/libs/ui/catalog/src/index.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts +0 -9
- package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts +0 -18
- package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts +0 -12
- package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts +0 -18
- package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts +0 -8
- package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts.map +0 -1
- package/libs/ui/dataviz/src/index.d.ts +0 -5
- package/libs/ui/dataviz/src/index.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +0 -30
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts +0 -14
- package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +0 -50
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts +0 -12
- package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts +0 -10
- package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +0 -13
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +0 -1
- package/libs/ui/elements/src/index.d.ts +0 -30
- package/libs/ui/elements/src/index.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts +0 -24
- package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts +0 -16
- package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts +0 -9
- package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts +0 -20
- package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts +0 -8
- package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +0 -21
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +0 -32
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/error/error.component.d.ts +0 -18
- package/libs/ui/elements/src/lib/error/error.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts +0 -19
- package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts +0 -16
- package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts +0 -46
- package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts +0 -10
- package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +0 -30
- package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +0 -14
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +0 -13
- package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts +0 -9
- package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts +0 -7
- package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts +0 -15
- package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.d.ts +0 -8
- package/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts +0 -15
- package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +0 -33
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts +0 -21
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts +0 -14
- package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/notification/notification.component.d.ts +0 -14
- package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +0 -33
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +0 -27
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +0 -31
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +0 -29
- package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts +0 -11
- package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +0 -21
- package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts +0 -10
- package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/index.d.ts +0 -27
- package/libs/ui/inputs/src/index.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +0 -74
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/badge/badge.component.d.ts +0 -11
- package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts +0 -14
- package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts +0 -13
- package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts +0 -13
- package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts +0 -11
- package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts +0 -9
- package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts +0 -20
- package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +0 -11
- package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts +0 -14
- package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts +0 -46
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts +0 -5
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts +0 -41
- package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts +0 -5
- package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +0 -15
- package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts +0 -25
- package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts +0 -14
- package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +0 -14
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts +0 -6
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts +0 -18
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts +0 -13
- package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts +0 -13
- package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts +0 -18
- package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +0 -19
- package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +0 -19
- package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +0 -25
- package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts +0 -18
- package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts.map +0 -1
- package/libs/ui/layout/src/index.d.ts +0 -20
- package/libs/ui/layout/src/index.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts +0 -26
- package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +0 -35
- package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts +0 -27
- package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts +0 -28
- package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts +0 -20
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts +0 -10
- package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +0 -8
- package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +0 -15
- package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +0 -20
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts +0 -20
- package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts +0 -20
- package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/paginable.interface.d.ts +0 -15
- package/libs/ui/layout/src/lib/paginable.interface.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts +0 -11
- package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts +0 -9
- package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts +0 -10
- package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +0 -8
- package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts +0 -14
- package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts +0 -37
- package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +0 -22
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +0 -1
- package/libs/ui/map/src/index.d.ts +0 -7
- package/libs/ui/map/src/index.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts +0 -13
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts +0 -39
- package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts +0 -18
- package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts +0 -12
- package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts +0 -15
- package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/map-utils.d.ts +0 -7
- package/libs/ui/map/src/lib/map-utils.d.ts.map +0 -1
- package/libs/ui/search/src/index.d.ts +0 -21
- package/libs/ui/search/src/index.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts +0 -34
- package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts +0 -16
- package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts +0 -19
- package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facets.model.d.ts +0 -27
- package/libs/ui/search/src/lib/facets/facets.model.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts +0 -5
- package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/fixtures/index.d.ts +0 -2
- package/libs/ui/search/src/lib/facets/fixtures/index.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts +0 -12
- package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts +0 -27
- package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts +0 -7
- package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts +0 -18
- package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts +0 -7
- package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts +0 -12
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts +0 -7
- package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts +0 -7
- package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts +0 -8
- package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +0 -17
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts +0 -13
- package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-list/results-list.component.d.ts +0 -17
- package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts +0 -24
- package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +0 -27
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +0 -53
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/index.d.ts +0 -7
- package/libs/ui/widgets/src/index.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts +0 -6
- package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts +0 -7
- package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/popover/popover.component.d.ts +0 -19
- package/libs/ui/widgets/src/lib/popover/popover.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts +0 -19
- package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts +0 -16
- package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts +0 -6
- package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts.map +0 -1
- package/libs/util/app-config/src/index.d.ts +0 -5
- package/libs/util/app-config/src/index.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/app-config.d.ts +0 -26
- package/libs/util/app-config/src/lib/app-config.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/fixtures.d.ts +0 -10
- package/libs/util/app-config/src/lib/fixtures.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts +0 -10
- package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/map-layers.d.ts +0 -4
- package/libs/util/app-config/src/lib/map-layers.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/model.d.ts +0 -71
- package/libs/util/app-config/src/lib/model.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/parse-utils.d.ts +0 -19
- package/libs/util/app-config/src/lib/parse-utils.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/index.d.ts +0 -7
- package/libs/util/data-fetcher/src/index.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +0 -23
- package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/headers.d.ts +0 -3
- package/libs/util/data-fetcher/src/lib/headers.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/model.d.ts +0 -68
- package/libs/util/data-fetcher/src/lib/model.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts +0 -8
- package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts +0 -16
- package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/base.d.ts +0 -24
- package/libs/util/data-fetcher/src/lib/readers/base.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/csv.d.ts +0 -13
- package/libs/util/data-fetcher/src/lib/readers/csv.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/excel.d.ts +0 -18
- package/libs/util/data-fetcher/src/lib/readers/excel.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts +0 -18
- package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/gml.d.ts +0 -19
- package/libs/util/data-fetcher/src/lib/readers/gml.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/json.d.ts +0 -17
- package/libs/util/data-fetcher/src/lib/readers/json.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +0 -25
- package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/sql-utils.d.ts +0 -13
- package/libs/util/data-fetcher/src/lib/sql-utils.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/utils.d.ts +0 -26
- package/libs/util/data-fetcher/src/lib/utils.d.ts.map +0 -1
- package/libs/util/i18n/src/index.d.ts +0 -8
- package/libs/util/i18n/src/index.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts +0 -6
- package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/file.translate.loader.d.ts +0 -9
- package/libs/util/i18n/src/lib/file.translate.loader.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/i18n.constants.d.ts +0 -12
- package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/i18n.interceptor.d.ts +0 -12
- package/libs/util/i18n/src/lib/i18n.interceptor.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/i18n.providers.d.ts +0 -4
- package/libs/util/i18n/src/lib/i18n.providers.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/language-codes.d.ts +0 -94
- package/libs/util/i18n/src/lib/language-codes.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/translate.loader.utils.d.ts +0 -2
- package/libs/util/i18n/src/lib/translate.loader.utils.d.ts.map +0 -1
- package/libs/util/shared/src/index.d.ts +0 -7
- package/libs/util/shared/src/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/gn-ui-version.d.ts +0 -3
- package/libs/util/shared/src/lib/gn-ui-version.d.ts.map +0 -1
- package/libs/util/shared/src/lib/image-fallback.directive.d.ts +0 -11
- package/libs/util/shared/src/lib/image-fallback.directive.d.ts.map +0 -1
- package/libs/util/shared/src/lib/links/index.d.ts +0 -3
- package/libs/util/shared/src/lib/links/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +0 -18
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts +0 -145
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +0 -1
- package/libs/util/shared/src/lib/record/index.d.ts +0 -3
- package/libs/util/shared/src/lib/record/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/record/quality-score.util.d.ts +0 -13
- package/libs/util/shared/src/lib/record/quality-score.util.d.ts.map +0 -1
- package/libs/util/shared/src/lib/record/record.util.d.ts +0 -3
- package/libs/util/shared/src/lib/record/record.util.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/date.service.d.ts +0 -13
- package/libs/util/shared/src/lib/services/date.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/index.d.ts +0 -5
- package/libs/util/shared/src/lib/services/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/log.service.d.ts +0 -9
- package/libs/util/shared/src/lib/services/log.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/proxy.service.d.ts +0 -19
- package/libs/util/shared/src/lib/services/proxy.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/theme.service.d.ts +0 -11
- package/libs/util/shared/src/lib/services/theme.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +0 -3
- package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/event.d.ts +0 -7
- package/libs/util/shared/src/lib/utils/event.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/format-fields.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/format-fields.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts +0 -9
- package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/geojson.d.ts +0 -8
- package/libs/util/shared/src/lib/utils/geojson.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/image-resize.d.ts +0 -3
- package/libs/util/shared/src/lib/utils/image-resize.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/index.d.ts +0 -16
- package/libs/util/shared/src/lib/utils/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/mobile-screen.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/mobile-screen.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/parse.d.ts +0 -6
- package/libs/util/shared/src/lib/utils/parse.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/scroll.d.ts +0 -12
- package/libs/util/shared/src/lib/utils/scroll.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/sort-by.d.ts +0 -5
- package/libs/util/shared/src/lib/utils/sort-by.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/strip-html.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/strip-html.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +0 -9
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/url.d.ts +0 -7
- package/libs/util/shared/src/lib/utils/url.d.ts.map +0 -1
- package/src/libs/feature/dataviz/src/lib/stac-view/stac-view.component.html +0 -40
- package/src/libs/feature/dataviz/src/lib/stac-view/stac-view.component.ts +0 -62
- package/src/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.ts +0 -54
- /package/src/libs/{feature/dataviz/src/lib/stac-view/stac-view.component.css → ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.css} +0 -0
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { OrganizationsServiceInterface } from '../../../../../../libs/common/domain/src/lib/organizations.service.interface';
|
|
3
|
-
import { combineLatest, map } from 'rxjs';
|
|
4
|
-
import { PlatformServiceInterface } from '../../../../../../libs/common/domain/src/lib/platform.service.interface';
|
|
5
|
-
import { shareReplay } from 'rxjs/operators';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "../../../../../../libs/common/domain/src/lib/platform.service.interface";
|
|
8
|
-
import * as i2 from "../../../../../../libs/common/domain/src/lib/organizations.service.interface";
|
|
9
|
-
export class MyOrgService {
|
|
10
|
-
constructor(platformService, orgService) {
|
|
11
|
-
this.platformService = platformService;
|
|
12
|
-
this.orgService = orgService;
|
|
13
|
-
this.myOrgData$ = combineLatest([
|
|
14
|
-
this.platformService.getMe(),
|
|
15
|
-
this.platformService.getUsers(),
|
|
16
|
-
this.orgService.organisations$,
|
|
17
|
-
]).pipe(map(([user, allUsers, orgs]) => {
|
|
18
|
-
const orgName = user.organisation;
|
|
19
|
-
const org = orgs.find((org) => org.name === orgName);
|
|
20
|
-
const logoUrl = org?.logoUrl?.toString();
|
|
21
|
-
const recordCount = org?.recordCount;
|
|
22
|
-
const userList = allUsers.filter((user) => user.organisation === orgName);
|
|
23
|
-
const userCount = userList.length;
|
|
24
|
-
return {
|
|
25
|
-
orgName,
|
|
26
|
-
logoUrl,
|
|
27
|
-
recordCount,
|
|
28
|
-
userList,
|
|
29
|
-
userCount,
|
|
30
|
-
};
|
|
31
|
-
}), shareReplay(1));
|
|
32
|
-
}
|
|
33
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MyOrgService, deps: [{ token: i1.PlatformServiceInterface }, { token: i2.OrganizationsServiceInterface }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
34
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MyOrgService, providedIn: 'root' }); }
|
|
35
|
-
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MyOrgService, decorators: [{
|
|
37
|
-
type: Injectable,
|
|
38
|
-
args: [{
|
|
39
|
-
providedIn: 'root',
|
|
40
|
-
}]
|
|
41
|
-
}], ctorParameters: () => [{ type: i1.PlatformServiceInterface }, { type: i2.OrganizationsServiceInterface }] });
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXktb3JnLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvY2F0YWxvZy9zcmMvbGliL215LW9yZy9teS1vcmcuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQzFDLE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLDhFQUE4RSxDQUFBO0FBQzVILE9BQU8sRUFBRSxhQUFhLEVBQUUsR0FBRyxFQUFjLE1BQU0sTUFBTSxDQUFBO0FBRXJELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLHlFQUF5RSxDQUFBO0FBQ2xILE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQTs7OztBQUs1QyxNQUFNLE9BQU8sWUFBWTtJQVN2QixZQUNVLGVBQXlDLEVBQ3pDLFVBQXlDO1FBRHpDLG9CQUFlLEdBQWYsZUFBZSxDQUEwQjtRQUN6QyxlQUFVLEdBQVYsVUFBVSxDQUErQjtRQUVqRCxJQUFJLENBQUMsVUFBVSxHQUFHLGFBQWEsQ0FBQztZQUM5QixJQUFJLENBQUMsZUFBZSxDQUFDLEtBQUssRUFBRTtZQUM1QixJQUFJLENBQUMsZUFBZSxDQUFDLFFBQVEsRUFBRTtZQUMvQixJQUFJLENBQUMsVUFBVSxDQUFDLGNBQWM7U0FDL0IsQ0FBQyxDQUFDLElBQUksQ0FDTCxHQUFHLENBQUMsQ0FBQyxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUUsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUM3QixNQUFNLE9BQU8sR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFBO1lBQ2pDLE1BQU0sR0FBRyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxHQUFHLEVBQUUsRUFBRSxDQUFDLEdBQUcsQ0FBQyxJQUFJLEtBQUssT0FBTyxDQUFDLENBQUE7WUFDcEQsTUFBTSxPQUFPLEdBQUcsR0FBRyxFQUFFLE9BQU8sRUFBRSxRQUFRLEVBQUUsQ0FBQTtZQUN4QyxNQUFNLFdBQVcsR0FBRyxHQUFHLEVBQUUsV0FBVyxDQUFBO1lBQ3BDLE1BQU0sUUFBUSxHQUFHLFFBQVEsQ0FBQyxNQUFNLENBQzlCLENBQUMsSUFBSSxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsWUFBWSxLQUFLLE9BQU8sQ0FDeEMsQ0FBQTtZQUNELE1BQU0sU0FBUyxHQUFHLFFBQVEsQ0FBQyxNQUFNLENBQUE7WUFDakMsT0FBTztnQkFDTCxPQUFPO2dCQUNQLE9BQU87Z0JBQ1AsV0FBVztnQkFDWCxRQUFRO2dCQUNSLFNBQVM7YUFDVixDQUFBO1FBQ0gsQ0FBQyxDQUFDLEVBQ0YsV0FBVyxDQUFDLENBQUMsQ0FBQyxDQUNmLENBQUE7SUFDSCxDQUFDOytHQXJDVSxZQUFZO21IQUFaLFlBQVksY0FGWCxNQUFNOzs0RkFFUCxZQUFZO2tCQUh4QixVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuaW1wb3J0IHsgT3JnYW5pemF0aW9uc1NlcnZpY2VJbnRlcmZhY2UgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9kb21haW4vc3JjL2xpYi9vcmdhbml6YXRpb25zLnNlcnZpY2UuaW50ZXJmYWNlJ1xuaW1wb3J0IHsgY29tYmluZUxhdGVzdCwgbWFwLCBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcydcbmltcG9ydCB7IFVzZXJNb2RlbCB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tbW9uL2RvbWFpbi9zcmMvbGliL21vZGVsL3VzZXIvdXNlci5tb2RlbCdcbmltcG9ydCB7IFBsYXRmb3JtU2VydmljZUludGVyZmFjZSB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tbW9uL2RvbWFpbi9zcmMvbGliL3BsYXRmb3JtLnNlcnZpY2UuaW50ZXJmYWNlJ1xuaW1wb3J0IHsgc2hhcmVSZXBsYXkgfSBmcm9tICdyeGpzL29wZXJhdG9ycydcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCcsXG59KVxuZXhwb3J0IGNsYXNzIE15T3JnU2VydmljZSB7XG4gIG15T3JnRGF0YSQ6IE9ic2VydmFibGU8e1xuICAgIG9yZ05hbWU6IHN0cmluZ1xuICAgIGxvZ29Vcmw6IHN0cmluZ1xuICAgIHJlY29yZENvdW50OiBudW1iZXJcbiAgICB1c2VyQ291bnQ6IG51bWJlclxuICAgIHVzZXJMaXN0OiBVc2VyTW9kZWxbXVxuICB9PlxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgcGxhdGZvcm1TZXJ2aWNlOiBQbGF0Zm9ybVNlcnZpY2VJbnRlcmZhY2UsXG4gICAgcHJpdmF0ZSBvcmdTZXJ2aWNlOiBPcmdhbml6YXRpb25zU2VydmljZUludGVyZmFjZVxuICApIHtcbiAgICB0aGlzLm15T3JnRGF0YSQgPSBjb21iaW5lTGF0ZXN0KFtcbiAgICAgIHRoaXMucGxhdGZvcm1TZXJ2aWNlLmdldE1lKCksXG4gICAgICB0aGlzLnBsYXRmb3JtU2VydmljZS5nZXRVc2VycygpLFxuICAgICAgdGhpcy5vcmdTZXJ2aWNlLm9yZ2FuaXNhdGlvbnMkLFxuICAgIF0pLnBpcGUoXG4gICAgICBtYXAoKFt1c2VyLCBhbGxVc2Vycywgb3Jnc10pID0+IHtcbiAgICAgICAgY29uc3Qgb3JnTmFtZSA9IHVzZXIub3JnYW5pc2F0aW9uXG4gICAgICAgIGNvbnN0IG9yZyA9IG9yZ3MuZmluZCgob3JnKSA9PiBvcmcubmFtZSA9PT0gb3JnTmFtZSlcbiAgICAgICAgY29uc3QgbG9nb1VybCA9IG9yZz8ubG9nb1VybD8udG9TdHJpbmcoKVxuICAgICAgICBjb25zdCByZWNvcmRDb3VudCA9IG9yZz8ucmVjb3JkQ291bnRcbiAgICAgICAgY29uc3QgdXNlckxpc3QgPSBhbGxVc2Vycy5maWx0ZXIoXG4gICAgICAgICAgKHVzZXIpID0+IHVzZXIub3JnYW5pc2F0aW9uID09PSBvcmdOYW1lXG4gICAgICAgIClcbiAgICAgICAgY29uc3QgdXNlckNvdW50ID0gdXNlckxpc3QubGVuZ3RoXG4gICAgICAgIHJldHVybiB7XG4gICAgICAgICAgb3JnTmFtZSxcbiAgICAgICAgICBsb2dvVXJsLFxuICAgICAgICAgIHJlY29yZENvdW50LFxuICAgICAgICAgIHVzZXJMaXN0LFxuICAgICAgICAgIHVzZXJDb3VudCxcbiAgICAgICAgfVxuICAgICAgfSksXG4gICAgICBzaGFyZVJlcGxheSgxKVxuICAgIClcbiAgfVxufVxuIl19
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, EventEmitter, Inject, Input, Optional, Output, } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject, combineLatest } from 'rxjs';
|
|
3
|
-
import { map, startWith, tap } from 'rxjs/operators';
|
|
4
|
-
import { OrganizationsServiceInterface } from '../../../../../../libs/common/domain/src/lib/organizations.service.interface';
|
|
5
|
-
import { createFuzzyFilter } from '../../../../../../libs/util/shared/src';
|
|
6
|
-
import { ORGANIZATION_PAGE_URL_TOKEN } from '../organization-url.token';
|
|
7
|
-
import { ContentGhostComponent } from '../../../../../../libs/ui/elements/src';
|
|
8
|
-
import { CommonModule } from '@angular/common';
|
|
9
|
-
import { OrganisationPreviewComponent, OrganisationsFilterComponent, OrganisationsResultComponent, } from '../../../../../../libs/ui/catalog/src';
|
|
10
|
-
import { PaginationComponent } from '../../../../../../libs/ui/layout/src';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
import * as i1 from "../../../../../../libs/common/domain/src/lib/organizations.service.interface";
|
|
13
|
-
import * as i2 from "@angular/common";
|
|
14
|
-
export class OrganisationsComponent {
|
|
15
|
-
constructor(organisationsService, urlTemplate) {
|
|
16
|
-
this.organisationsService = organisationsService;
|
|
17
|
-
this.urlTemplate = urlTemplate;
|
|
18
|
-
this.itemsOnPage = 12;
|
|
19
|
-
this.orgSelect = new EventEmitter();
|
|
20
|
-
this.currentPage$ = new BehaviorSubject(1);
|
|
21
|
-
this.sortBy$ = new BehaviorSubject(['asc', 'name']);
|
|
22
|
-
this.filterBy$ = new BehaviorSubject('');
|
|
23
|
-
this.organisationsTotal$ = this.organisationsService.organisationsCount$;
|
|
24
|
-
this.organisationsFilteredAndSorted$ = combineLatest([
|
|
25
|
-
this.organisationsService.organisations$.pipe(startWith(Array(this.itemsOnPage).fill({}))),
|
|
26
|
-
this.sortBy$,
|
|
27
|
-
this.filterBy$,
|
|
28
|
-
]).pipe(map(([organisations, sortBy, filterBy]) => {
|
|
29
|
-
const filteredOrganisations = this.filterOrganisations(organisations, filterBy);
|
|
30
|
-
return this.sortOrganisations(filteredOrganisations, sortBy);
|
|
31
|
-
}));
|
|
32
|
-
this.organisations$ = combineLatest([
|
|
33
|
-
this.organisationsFilteredAndSorted$,
|
|
34
|
-
this.currentPage$,
|
|
35
|
-
]).pipe(tap(([organisations]) => {
|
|
36
|
-
this.organisationResults = organisations.length;
|
|
37
|
-
this.totalPages = Math.ceil(organisations.length / this.itemsOnPage);
|
|
38
|
-
}), map(([organisations, page]) => organisations.slice((page - 1) * this.itemsOnPage, page * this.itemsOnPage)));
|
|
39
|
-
}
|
|
40
|
-
setFilterBy(value) {
|
|
41
|
-
this.currentPage$.next(1);
|
|
42
|
-
this.filterBy$.next(value);
|
|
43
|
-
}
|
|
44
|
-
setSortBy(value) {
|
|
45
|
-
this.sortBy$.next(value);
|
|
46
|
-
}
|
|
47
|
-
filterOrganisations(organisations, filterBy) {
|
|
48
|
-
if (!filterBy)
|
|
49
|
-
return organisations;
|
|
50
|
-
const filter = createFuzzyFilter(filterBy);
|
|
51
|
-
return organisations.filter((org) => filter(org.name));
|
|
52
|
-
}
|
|
53
|
-
sortOrganisations(organisations, sortBy) {
|
|
54
|
-
let order;
|
|
55
|
-
let attribute;
|
|
56
|
-
if (Array.isArray(sortBy[0])) {
|
|
57
|
-
order = sortBy[0][0];
|
|
58
|
-
attribute = sortBy[0][1];
|
|
59
|
-
}
|
|
60
|
-
else {
|
|
61
|
-
order = sortBy[0];
|
|
62
|
-
attribute = sortBy[1];
|
|
63
|
-
}
|
|
64
|
-
const direction = order === 'asc' ? 1 : -1;
|
|
65
|
-
return [...organisations].sort((a, b) => {
|
|
66
|
-
const valueA = a[attribute];
|
|
67
|
-
const valueB = b[attribute];
|
|
68
|
-
if (typeof valueA === 'string' && typeof valueB === 'string') {
|
|
69
|
-
return direction * valueA.localeCompare(valueB);
|
|
70
|
-
}
|
|
71
|
-
return direction * Math.sign(valueA - valueB);
|
|
72
|
-
});
|
|
73
|
-
}
|
|
74
|
-
trackByIndex(index) {
|
|
75
|
-
return index;
|
|
76
|
-
}
|
|
77
|
-
getOrganisationUrl(organisation) {
|
|
78
|
-
if (!this.urlTemplate)
|
|
79
|
-
return null;
|
|
80
|
-
return this.urlTemplate.replace('${name}', organisation.name);
|
|
81
|
-
}
|
|
82
|
-
// Paginable API
|
|
83
|
-
get isFirstPage() {
|
|
84
|
-
return this.currentPage === 1;
|
|
85
|
-
}
|
|
86
|
-
get isLastPage() {
|
|
87
|
-
return this.currentPage === this.totalPages;
|
|
88
|
-
}
|
|
89
|
-
get pagesCount() {
|
|
90
|
-
return this.totalPages;
|
|
91
|
-
}
|
|
92
|
-
get currentPage() {
|
|
93
|
-
return this.currentPage$.value;
|
|
94
|
-
}
|
|
95
|
-
goToPage(index) {
|
|
96
|
-
this.currentPage$.next(index);
|
|
97
|
-
}
|
|
98
|
-
goToNextPage() {
|
|
99
|
-
this.goToPage(this.currentPage + 1);
|
|
100
|
-
}
|
|
101
|
-
goToPrevPage() {
|
|
102
|
-
this.goToPage(this.currentPage - 1);
|
|
103
|
-
}
|
|
104
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OrganisationsComponent, deps: [{ token: i1.OrganizationsServiceInterface }, { token: ORGANIZATION_PAGE_URL_TOKEN, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
105
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: OrganisationsComponent, isStandalone: true, selector: "gn-ui-organisations", inputs: { itemsOnPage: "itemsOnPage" }, outputs: { orgSelect: "orgSelect" }, ngImport: i0, template: "<gn-ui-organisations-filter\n (sortBy)=\"setSortBy($event)\"\n (filterBy)=\"setFilterBy($event)\"\n></gn-ui-organisations-filter>\n<div class=\"mt-6 rounded-lg text-gray-800 p-4 bg-slate-100\">\n <gn-ui-organisations-result\n *ngIf=\"organisationsTotal$ | async\"\n [hits]=\"organisationResults\"\n [total]=\"organisationsTotal$ | async\"\n ></gn-ui-organisations-result>\n</div>\n<div\n class=\"grid grid-cols-1 mt-6 gap-x-6 gap-y-8 sm:grid-cols-2 lg:grid-cols-3\"\n>\n <gn-ui-content-ghost\n class=\"h-[300px]\"\n ghostClass=\"h-full mb-36\"\n *ngFor=\"let organisation of organisations$ | async; trackBy: trackByIndex\"\n [showContent]=\"!!organisation.name\"\n >\n <gn-ui-organisation-preview\n [organization]=\"organisation\"\n [organisationUrl]=\"getOrganisationUrl(organisation)\"\n (clickedOrganisation)=\"orgSelect.emit($event)\"\n ></gn-ui-organisation-preview>\n </gn-ui-content-ghost>\n</div>\n<div class=\"py-20\">\n <gn-ui-pagination [listComponent]=\"this\"></gn-ui-pagination>\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "component", type: ContentGhostComponent, selector: "gn-ui-content-ghost", inputs: ["showContent", "ghostClass"] }, { kind: "component", type: OrganisationsFilterComponent, selector: "gn-ui-organisations-filter", outputs: ["sortBy", "filterBy"] }, { kind: "component", type: OrganisationsResultComponent, selector: "gn-ui-organisations-result", inputs: ["hits", "total"] }, { kind: "component", type: OrganisationPreviewComponent, selector: "gn-ui-organisation-preview", inputs: ["organization", "organisationUrl"], outputs: ["clickedOrganisation"] }, { kind: "component", type: PaginationComponent, selector: "gn-ui-pagination", inputs: ["listComponent", "hideButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
106
|
-
}
|
|
107
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OrganisationsComponent, decorators: [{
|
|
108
|
-
type: Component,
|
|
109
|
-
args: [{ selector: 'gn-ui-organisations', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
|
|
110
|
-
CommonModule,
|
|
111
|
-
ContentGhostComponent,
|
|
112
|
-
OrganisationsFilterComponent,
|
|
113
|
-
OrganisationsResultComponent,
|
|
114
|
-
OrganisationPreviewComponent,
|
|
115
|
-
PaginationComponent,
|
|
116
|
-
], template: "<gn-ui-organisations-filter\n (sortBy)=\"setSortBy($event)\"\n (filterBy)=\"setFilterBy($event)\"\n></gn-ui-organisations-filter>\n<div class=\"mt-6 rounded-lg text-gray-800 p-4 bg-slate-100\">\n <gn-ui-organisations-result\n *ngIf=\"organisationsTotal$ | async\"\n [hits]=\"organisationResults\"\n [total]=\"organisationsTotal$ | async\"\n ></gn-ui-organisations-result>\n</div>\n<div\n class=\"grid grid-cols-1 mt-6 gap-x-6 gap-y-8 sm:grid-cols-2 lg:grid-cols-3\"\n>\n <gn-ui-content-ghost\n class=\"h-[300px]\"\n ghostClass=\"h-full mb-36\"\n *ngFor=\"let organisation of organisations$ | async; trackBy: trackByIndex\"\n [showContent]=\"!!organisation.name\"\n >\n <gn-ui-organisation-preview\n [organization]=\"organisation\"\n [organisationUrl]=\"getOrganisationUrl(organisation)\"\n (clickedOrganisation)=\"orgSelect.emit($event)\"\n ></gn-ui-organisation-preview>\n </gn-ui-content-ghost>\n</div>\n<div class=\"py-20\">\n <gn-ui-pagination [listComponent]=\"this\"></gn-ui-pagination>\n</div>\n" }]
|
|
117
|
-
}], ctorParameters: () => [{ type: i1.OrganizationsServiceInterface }, { type: undefined, decorators: [{
|
|
118
|
-
type: Optional
|
|
119
|
-
}, {
|
|
120
|
-
type: Inject,
|
|
121
|
-
args: [ORGANIZATION_PAGE_URL_TOKEN]
|
|
122
|
-
}] }], propDecorators: { itemsOnPage: [{
|
|
123
|
-
type: Input
|
|
124
|
-
}], orgSelect: [{
|
|
125
|
-
type: Output
|
|
126
|
-
}] } });
|
|
127
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3JnYW5pc2F0aW9ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvY2F0YWxvZy9zcmMvbGliL29yZ2FuaXNhdGlvbnMvb3JnYW5pc2F0aW9ucy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvY2F0YWxvZy9zcmMvbGliL29yZ2FuaXNhdGlvbnMvb3JnYW5pc2F0aW9ucy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxZQUFZLEVBQ1osTUFBTSxFQUNOLEtBQUssRUFDTCxRQUFRLEVBQ1IsTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFBO0FBRXRCLE9BQU8sRUFBRSxlQUFlLEVBQUUsYUFBYSxFQUFjLE1BQU0sTUFBTSxDQUFBO0FBQ2pFLE9BQU8sRUFBRSxHQUFHLEVBQUUsU0FBUyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBQ3BELE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLDhFQUE4RSxDQUFBO0FBRTVILE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHdDQUF3QyxDQUFBO0FBQzFFLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLDJCQUEyQixDQUFBO0FBQ3ZFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHdDQUF3QyxDQUFBO0FBQzlFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUM5QyxPQUFPLEVBQ0wsNEJBQTRCLEVBQzVCLDRCQUE0QixFQUM1Qiw0QkFBNEIsR0FDN0IsTUFBTSx1Q0FBdUMsQ0FBQTtBQUM5QyxPQUFPLEVBQWEsbUJBQW1CLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQTs7OztBQWlCckYsTUFBTSxPQUFPLHNCQUFzQjtJQUlqQyxZQUNVLG9CQUFtRCxFQUduRCxXQUFtQjtRQUhuQix5QkFBb0IsR0FBcEIsb0JBQW9CLENBQStCO1FBR25ELGdCQUFXLEdBQVgsV0FBVyxDQUFRO1FBUHBCLGdCQUFXLEdBQUcsRUFBRSxDQUFBO1FBQ2YsY0FBUyxHQUFHLElBQUksWUFBWSxFQUFnQixDQUFBO1FBVXRELGlCQUFZLEdBQUcsSUFBSSxlQUFlLENBQUMsQ0FBQyxDQUFDLENBQUE7UUFFckMsWUFBTyxHQUFpQyxJQUFJLGVBQWUsQ0FBQyxDQUFDLEtBQUssRUFBRSxNQUFNLENBQUMsQ0FBQyxDQUFBO1FBQzVFLGNBQVMsR0FBNEIsSUFBSSxlQUFlLENBQUMsRUFBRSxDQUFDLENBQUE7UUFDNUQsd0JBQW1CLEdBQUcsSUFBSSxDQUFDLG9CQUFvQixDQUFDLG1CQUFtQixDQUFBO1FBQ25FLG9DQUErQixHQUErQixhQUFhLENBQUM7WUFDMUUsSUFBSSxDQUFDLG9CQUFvQixDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQzNDLFNBQVMsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUM1QztZQUNELElBQUksQ0FBQyxPQUFPO1lBQ1osSUFBSSxDQUFDLFNBQVM7U0FDZixDQUFDLENBQUMsSUFBSSxDQUNMLEdBQUcsQ0FBQyxDQUFDLENBQUMsYUFBYSxFQUFFLE1BQU0sRUFBRSxRQUFRLENBQUMsRUFBRSxFQUFFO1lBQ3hDLE1BQU0scUJBQXFCLEdBQUcsSUFBSSxDQUFDLG1CQUFtQixDQUNwRCxhQUFhLEVBQ2IsUUFBUSxDQUNULENBQUE7WUFDRCxPQUFPLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxxQkFBcUIsRUFBRSxNQUFNLENBQUMsQ0FBQTtRQUM5RCxDQUFDLENBQUMsQ0FDSCxDQUFBO1FBRUQsbUJBQWMsR0FBK0IsYUFBYSxDQUFDO1lBQ3pELElBQUksQ0FBQywrQkFBK0I7WUFDcEMsSUFBSSxDQUFDLFlBQVk7U0FDbEIsQ0FBQyxDQUFDLElBQUksQ0FDTCxHQUFHLENBQUMsQ0FBQyxDQUFDLGFBQWEsQ0FBQyxFQUFFLEVBQUU7WUFDdEIsSUFBSSxDQUFDLG1CQUFtQixHQUFHLGFBQWEsQ0FBQyxNQUFNLENBQUE7WUFDL0MsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFBO1FBQ3RFLENBQUMsQ0FBQyxFQUNGLEdBQUcsQ0FBQyxDQUFDLENBQUMsYUFBYSxFQUFFLElBQUksQ0FBQyxFQUFFLEVBQUUsQ0FDNUIsYUFBYSxDQUFDLEtBQUssQ0FDakIsQ0FBQyxJQUFJLEdBQUcsQ0FBQyxDQUFDLEdBQUcsSUFBSSxDQUFDLFdBQVcsRUFDN0IsSUFBSSxHQUFHLElBQUksQ0FBQyxXQUFXLENBQ3hCLENBQ0YsQ0FDRixDQUFBO0lBdENFLENBQUM7SUF3Q00sV0FBVyxDQUFDLEtBQWE7UUFDakMsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUE7UUFDekIsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUE7SUFDNUIsQ0FBQztJQUVTLFNBQVMsQ0FBQyxLQUFrQjtRQUNwQyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQTtJQUMxQixDQUFDO0lBRU8sbUJBQW1CLENBQUMsYUFBNkIsRUFBRSxRQUFnQjtRQUN6RSxJQUFJLENBQUMsUUFBUTtZQUFFLE9BQU8sYUFBYSxDQUFBO1FBQ25DLE1BQU0sTUFBTSxHQUFHLGlCQUFpQixDQUFDLFFBQVEsQ0FBQyxDQUFBO1FBQzFDLE9BQU8sYUFBYSxDQUFDLE1BQU0sQ0FBQyxDQUFDLEdBQUcsRUFBRSxFQUFFLENBQUMsTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFBO0lBQ3hELENBQUM7SUFFTyxpQkFBaUIsQ0FDdkIsYUFBNkIsRUFDN0IsTUFBbUI7UUFFbkIsSUFBSSxLQUFxQixDQUFBO1FBQ3pCLElBQUksU0FBaUIsQ0FBQTtRQUNyQixJQUFJLEtBQUssQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQztZQUM3QixLQUFLLEdBQUcsTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO1lBQ3BCLFNBQVMsR0FBRyxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7UUFDMUIsQ0FBQzthQUFNLENBQUM7WUFDTixLQUFLLEdBQUcsTUFBTSxDQUFDLENBQUMsQ0FBQyxDQUFBO1lBQ2pCLFNBQVMsR0FBRyxNQUFNLENBQUMsQ0FBQyxDQUFXLENBQUE7UUFDakMsQ0FBQztRQUNELE1BQU0sU0FBUyxHQUFHLEtBQUssS0FBSyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUE7UUFDMUMsT0FBTyxDQUFDLEdBQUcsYUFBYSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFO1lBQ3RDLE1BQU0sTUFBTSxHQUFHLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQTtZQUMzQixNQUFNLE1BQU0sR0FBRyxDQUFDLENBQUMsU0FBUyxDQUFDLENBQUE7WUFDM0IsSUFBSSxPQUFPLE1BQU0sS0FBSyxRQUFRLElBQUksT0FBTyxNQUFNLEtBQUssUUFBUSxFQUFFLENBQUM7Z0JBQzdELE9BQU8sU0FBUyxHQUFHLE1BQU0sQ0FBQyxhQUFhLENBQUMsTUFBTSxDQUFDLENBQUE7WUFDakQsQ0FBQztZQUNELE9BQU8sU0FBUyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxHQUFHLE1BQU0sQ0FBQyxDQUFBO1FBQy9DLENBQUMsQ0FBQyxDQUFBO0lBQ0osQ0FBQztJQUVELFlBQVksQ0FBQyxLQUFhO1FBQ3hCLE9BQU8sS0FBSyxDQUFBO0lBQ2QsQ0FBQztJQUVELGtCQUFrQixDQUFDLFlBQTBCO1FBQzNDLElBQUksQ0FBQyxJQUFJLENBQUMsV0FBVztZQUFFLE9BQU8sSUFBSSxDQUFBO1FBQ2xDLE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQyxPQUFPLENBQUMsU0FBUyxFQUFFLFlBQVksQ0FBQyxJQUFJLENBQUMsQ0FBQTtJQUMvRCxDQUFDO0lBRUQsZ0JBQWdCO0lBQ2hCLElBQUksV0FBVztRQUNiLE9BQU8sSUFBSSxDQUFDLFdBQVcsS0FBSyxDQUFDLENBQUE7SUFDL0IsQ0FBQztJQUNELElBQUksVUFBVTtRQUNaLE9BQU8sSUFBSSxDQUFDLFdBQVcsS0FBSyxJQUFJLENBQUMsVUFBVSxDQUFBO0lBQzdDLENBQUM7SUFDRCxJQUFJLFVBQVU7UUFDWixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUE7SUFDeEIsQ0FBQztJQUNELElBQUksV0FBVztRQUNiLE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQyxLQUFLLENBQUE7SUFDaEMsQ0FBQztJQUNELFFBQVEsQ0FBQyxLQUFhO1FBQ3BCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFBO0lBQy9CLENBQUM7SUFDRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsV0FBVyxHQUFHLENBQUMsQ0FBQyxDQUFBO0lBQ3JDLENBQUM7SUFDRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsV0FBVyxHQUFHLENBQUMsQ0FBQyxDQUFBO0lBQ3JDLENBQUM7K0dBdEhVLHNCQUFzQiwrREFPdkIsMkJBQTJCO21HQVAxQixzQkFBc0IsNEpDeENuQywraENBOEJBLHlEREVJLFlBQVkscVRBQ1oscUJBQXFCLHVHQUNyQiw0QkFBNEIsd0dBQzVCLDRCQUE0QixrR0FDNUIsNEJBQTRCLHNKQUM1QixtQkFBbUI7OzRGQUdWLHNCQUFzQjtrQkFmbEMsU0FBUzsrQkFDRSxxQkFBcUIsbUJBR2QsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1A7d0JBQ1AsWUFBWTt3QkFDWixxQkFBcUI7d0JBQ3JCLDRCQUE0Qjt3QkFDNUIsNEJBQTRCO3dCQUM1Qiw0QkFBNEI7d0JBQzVCLG1CQUFtQjtxQkFDcEI7OzBCQVFFLFFBQVE7OzBCQUNSLE1BQU07MkJBQUMsMkJBQTJCO3lDQU41QixXQUFXO3NCQUFuQixLQUFLO2dCQUNJLFNBQVM7c0JBQWxCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFdmVudEVtaXR0ZXIsXG4gIEluamVjdCxcbiAgSW5wdXQsXG4gIE9wdGlvbmFsLFxuICBPdXRwdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBPcmdhbml6YXRpb24gfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9kb21haW4vc3JjL2xpYi9tb2RlbC9yZWNvcmQnXG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIGNvbWJpbmVMYXRlc3QsIE9ic2VydmFibGUgfSBmcm9tICdyeGpzJ1xuaW1wb3J0IHsgbWFwLCBzdGFydFdpdGgsIHRhcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJ1xuaW1wb3J0IHsgT3JnYW5pemF0aW9uc1NlcnZpY2VJbnRlcmZhY2UgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9kb21haW4vc3JjL2xpYi9vcmdhbml6YXRpb25zLnNlcnZpY2UuaW50ZXJmYWNlJ1xuaW1wb3J0IHsgU29ydEJ5RmllbGQgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9kb21haW4vc3JjL2xpYi9tb2RlbC9zZWFyY2gnXG5pbXBvcnQgeyBjcmVhdGVGdXp6eUZpbHRlciB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdXRpbC9zaGFyZWQvc3JjJ1xuaW1wb3J0IHsgT1JHQU5JWkFUSU9OX1BBR0VfVVJMX1RPS0VOIH0gZnJvbSAnLi4vb3JnYW5pemF0aW9uLXVybC50b2tlbidcbmltcG9ydCB7IENvbnRlbnRHaG9zdENvbXBvbmVudCB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvZWxlbWVudHMvc3JjJ1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJ1xuaW1wb3J0IHtcbiAgT3JnYW5pc2F0aW9uUHJldmlld0NvbXBvbmVudCxcbiAgT3JnYW5pc2F0aW9uc0ZpbHRlckNvbXBvbmVudCxcbiAgT3JnYW5pc2F0aW9uc1Jlc3VsdENvbXBvbmVudCxcbn0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9jYXRhbG9nL3NyYydcbmltcG9ydCB7IFBhZ2luYWJsZSwgUGFnaW5hdGlvbkNvbXBvbmVudCB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvbGF5b3V0L3NyYydcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZ24tdWktb3JnYW5pc2F0aW9ucycsXG4gIHRlbXBsYXRlVXJsOiAnLi9vcmdhbmlzYXRpb25zLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vb3JnYW5pc2F0aW9ucy5jb21wb25lbnQuY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIENvbnRlbnRHaG9zdENvbXBvbmVudCxcbiAgICBPcmdhbmlzYXRpb25zRmlsdGVyQ29tcG9uZW50LFxuICAgIE9yZ2FuaXNhdGlvbnNSZXN1bHRDb21wb25lbnQsXG4gICAgT3JnYW5pc2F0aW9uUHJldmlld0NvbXBvbmVudCxcbiAgICBQYWdpbmF0aW9uQ29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBPcmdhbmlzYXRpb25zQ29tcG9uZW50IGltcGxlbWVudHMgUGFnaW5hYmxlIHtcbiAgQElucHV0KCkgaXRlbXNPblBhZ2UgPSAxMlxuICBAT3V0cHV0KCkgb3JnU2VsZWN0ID0gbmV3IEV2ZW50RW1pdHRlcjxPcmdhbml6YXRpb24+KClcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIG9yZ2FuaXNhdGlvbnNTZXJ2aWNlOiBPcmdhbml6YXRpb25zU2VydmljZUludGVyZmFjZSxcbiAgICBAT3B0aW9uYWwoKVxuICAgIEBJbmplY3QoT1JHQU5JWkFUSU9OX1BBR0VfVVJMX1RPS0VOKVxuICAgIHByaXZhdGUgdXJsVGVtcGxhdGU6IHN0cmluZ1xuICApIHt9XG5cbiAgdG90YWxQYWdlczogbnVtYmVyXG4gIGN1cnJlbnRQYWdlJCA9IG5ldyBCZWhhdmlvclN1YmplY3QoMSlcbiAgb3JnYW5pc2F0aW9uUmVzdWx0czogbnVtYmVyXG4gIHNvcnRCeSQ6IEJlaGF2aW9yU3ViamVjdDxTb3J0QnlGaWVsZD4gPSBuZXcgQmVoYXZpb3JTdWJqZWN0KFsnYXNjJywgJ25hbWUnXSlcbiAgZmlsdGVyQnkkOiBCZWhhdmlvclN1YmplY3Q8c3RyaW5nPiA9IG5ldyBCZWhhdmlvclN1YmplY3QoJycpXG4gIG9yZ2FuaXNhdGlvbnNUb3RhbCQgPSB0aGlzLm9yZ2FuaXNhdGlvbnNTZXJ2aWNlLm9yZ2FuaXNhdGlvbnNDb3VudCRcbiAgb3JnYW5pc2F0aW9uc0ZpbHRlcmVkQW5kU29ydGVkJDogT2JzZXJ2YWJsZTxPcmdhbml6YXRpb25bXT4gPSBjb21iaW5lTGF0ZXN0KFtcbiAgICB0aGlzLm9yZ2FuaXNhdGlvbnNTZXJ2aWNlLm9yZ2FuaXNhdGlvbnMkLnBpcGUoXG4gICAgICBzdGFydFdpdGgoQXJyYXkodGhpcy5pdGVtc09uUGFnZSkuZmlsbCh7fSkpXG4gICAgKSxcbiAgICB0aGlzLnNvcnRCeSQsXG4gICAgdGhpcy5maWx0ZXJCeSQsXG4gIF0pLnBpcGUoXG4gICAgbWFwKChbb3JnYW5pc2F0aW9ucywgc29ydEJ5LCBmaWx0ZXJCeV0pID0+IHtcbiAgICAgIGNvbnN0IGZpbHRlcmVkT3JnYW5pc2F0aW9ucyA9IHRoaXMuZmlsdGVyT3JnYW5pc2F0aW9ucyhcbiAgICAgICAgb3JnYW5pc2F0aW9ucyxcbiAgICAgICAgZmlsdGVyQnlcbiAgICAgIClcbiAgICAgIHJldHVybiB0aGlzLnNvcnRPcmdhbmlzYXRpb25zKGZpbHRlcmVkT3JnYW5pc2F0aW9ucywgc29ydEJ5KVxuICAgIH0pXG4gIClcblxuICBvcmdhbmlzYXRpb25zJDogT2JzZXJ2YWJsZTxPcmdhbml6YXRpb25bXT4gPSBjb21iaW5lTGF0ZXN0KFtcbiAgICB0aGlzLm9yZ2FuaXNhdGlvbnNGaWx0ZXJlZEFuZFNvcnRlZCQsXG4gICAgdGhpcy5jdXJyZW50UGFnZSQsXG4gIF0pLnBpcGUoXG4gICAgdGFwKChbb3JnYW5pc2F0aW9uc10pID0+IHtcbiAgICAgIHRoaXMub3JnYW5pc2F0aW9uUmVzdWx0cyA9IG9yZ2FuaXNhdGlvbnMubGVuZ3RoXG4gICAgICB0aGlzLnRvdGFsUGFnZXMgPSBNYXRoLmNlaWwob3JnYW5pc2F0aW9ucy5sZW5ndGggLyB0aGlzLml0ZW1zT25QYWdlKVxuICAgIH0pLFxuICAgIG1hcCgoW29yZ2FuaXNhdGlvbnMsIHBhZ2VdKSA9PlxuICAgICAgb3JnYW5pc2F0aW9ucy5zbGljZShcbiAgICAgICAgKHBhZ2UgLSAxKSAqIHRoaXMuaXRlbXNPblBhZ2UsXG4gICAgICAgIHBhZ2UgKiB0aGlzLml0ZW1zT25QYWdlXG4gICAgICApXG4gICAgKVxuICApXG5cbiAgcHJvdGVjdGVkIHNldEZpbHRlckJ5KHZhbHVlOiBzdHJpbmcpOiB2b2lkIHtcbiAgICB0aGlzLmN1cnJlbnRQYWdlJC5uZXh0KDEpXG4gICAgdGhpcy5maWx0ZXJCeSQubmV4dCh2YWx1ZSlcbiAgfVxuXG4gIHByb3RlY3RlZCBzZXRTb3J0QnkodmFsdWU6IFNvcnRCeUZpZWxkKTogdm9pZCB7XG4gICAgdGhpcy5zb3J0QnkkLm5leHQodmFsdWUpXG4gIH1cblxuICBwcml2YXRlIGZpbHRlck9yZ2FuaXNhdGlvbnMob3JnYW5pc2F0aW9uczogT3JnYW5pemF0aW9uW10sIGZpbHRlckJ5OiBzdHJpbmcpIHtcbiAgICBpZiAoIWZpbHRlckJ5KSByZXR1cm4gb3JnYW5pc2F0aW9uc1xuICAgIGNvbnN0IGZpbHRlciA9IGNyZWF0ZUZ1enp5RmlsdGVyKGZpbHRlckJ5KVxuICAgIHJldHVybiBvcmdhbmlzYXRpb25zLmZpbHRlcigob3JnKSA9PiBmaWx0ZXIob3JnLm5hbWUpKVxuICB9XG5cbiAgcHJpdmF0ZSBzb3J0T3JnYW5pc2F0aW9ucyhcbiAgICBvcmdhbmlzYXRpb25zOiBPcmdhbml6YXRpb25bXSxcbiAgICBzb3J0Qnk6IFNvcnRCeUZpZWxkXG4gICk6IE9yZ2FuaXphdGlvbltdIHtcbiAgICBsZXQgb3JkZXI6ICdhc2MnIHwgJ2Rlc2MnXG4gICAgbGV0IGF0dHJpYnV0ZTogc3RyaW5nXG4gICAgaWYgKEFycmF5LmlzQXJyYXkoc29ydEJ5WzBdKSkge1xuICAgICAgb3JkZXIgPSBzb3J0QnlbMF1bMF1cbiAgICAgIGF0dHJpYnV0ZSA9IHNvcnRCeVswXVsxXVxuICAgIH0gZWxzZSB7XG4gICAgICBvcmRlciA9IHNvcnRCeVswXVxuICAgICAgYXR0cmlidXRlID0gc29ydEJ5WzFdIGFzIHN0cmluZ1xuICAgIH1cbiAgICBjb25zdCBkaXJlY3Rpb24gPSBvcmRlciA9PT0gJ2FzYycgPyAxIDogLTFcbiAgICByZXR1cm4gWy4uLm9yZ2FuaXNhdGlvbnNdLnNvcnQoKGEsIGIpID0+IHtcbiAgICAgIGNvbnN0IHZhbHVlQSA9IGFbYXR0cmlidXRlXVxuICAgICAgY29uc3QgdmFsdWVCID0gYlthdHRyaWJ1dGVdXG4gICAgICBpZiAodHlwZW9mIHZhbHVlQSA9PT0gJ3N0cmluZycgJiYgdHlwZW9mIHZhbHVlQiA9PT0gJ3N0cmluZycpIHtcbiAgICAgICAgcmV0dXJuIGRpcmVjdGlvbiAqIHZhbHVlQS5sb2NhbGVDb21wYXJlKHZhbHVlQilcbiAgICAgIH1cbiAgICAgIHJldHVybiBkaXJlY3Rpb24gKiBNYXRoLnNpZ24odmFsdWVBIC0gdmFsdWVCKVxuICAgIH0pXG4gIH1cblxuICB0cmFja0J5SW5kZXgoaW5kZXg6IG51bWJlcikge1xuICAgIHJldHVybiBpbmRleFxuICB9XG5cbiAgZ2V0T3JnYW5pc2F0aW9uVXJsKG9yZ2FuaXNhdGlvbjogT3JnYW5pemF0aW9uKTogc3RyaW5nIHtcbiAgICBpZiAoIXRoaXMudXJsVGVtcGxhdGUpIHJldHVybiBudWxsXG4gICAgcmV0dXJuIHRoaXMudXJsVGVtcGxhdGUucmVwbGFjZSgnJHtuYW1lfScsIG9yZ2FuaXNhdGlvbi5uYW1lKVxuICB9XG5cbiAgLy8gUGFnaW5hYmxlIEFQSVxuICBnZXQgaXNGaXJzdFBhZ2UoKSB7XG4gICAgcmV0dXJuIHRoaXMuY3VycmVudFBhZ2UgPT09IDFcbiAgfVxuICBnZXQgaXNMYXN0UGFnZSgpIHtcbiAgICByZXR1cm4gdGhpcy5jdXJyZW50UGFnZSA9PT0gdGhpcy50b3RhbFBhZ2VzXG4gIH1cbiAgZ2V0IHBhZ2VzQ291bnQoKSB7XG4gICAgcmV0dXJuIHRoaXMudG90YWxQYWdlc1xuICB9XG4gIGdldCBjdXJyZW50UGFnZSgpIHtcbiAgICByZXR1cm4gdGhpcy5jdXJyZW50UGFnZSQudmFsdWVcbiAgfVxuICBnb1RvUGFnZShpbmRleDogbnVtYmVyKSB7XG4gICAgdGhpcy5jdXJyZW50UGFnZSQubmV4dChpbmRleClcbiAgfVxuICBnb1RvTmV4dFBhZ2UoKSB7XG4gICAgdGhpcy5nb1RvUGFnZSh0aGlzLmN1cnJlbnRQYWdlICsgMSlcbiAgfVxuICBnb1RvUHJldlBhZ2UoKSB7XG4gICAgdGhpcy5nb1RvUGFnZSh0aGlzLmN1cnJlbnRQYWdlIC0gMSlcbiAgfVxufVxuIiwiPGduLXVpLW9yZ2FuaXNhdGlvbnMtZmlsdGVyXG4gIChzb3J0QnkpPVwic2V0U29ydEJ5KCRldmVudClcIlxuICAoZmlsdGVyQnkpPVwic2V0RmlsdGVyQnkoJGV2ZW50KVwiXG4+PC9nbi11aS1vcmdhbmlzYXRpb25zLWZpbHRlcj5cbjxkaXYgY2xhc3M9XCJtdC02IHJvdW5kZWQtbGcgdGV4dC1ncmF5LTgwMCBwLTQgYmctc2xhdGUtMTAwXCI+XG4gIDxnbi11aS1vcmdhbmlzYXRpb25zLXJlc3VsdFxuICAgICpuZ0lmPVwib3JnYW5pc2F0aW9uc1RvdGFsJCB8IGFzeW5jXCJcbiAgICBbaGl0c109XCJvcmdhbmlzYXRpb25SZXN1bHRzXCJcbiAgICBbdG90YWxdPVwib3JnYW5pc2F0aW9uc1RvdGFsJCB8IGFzeW5jXCJcbiAgPjwvZ24tdWktb3JnYW5pc2F0aW9ucy1yZXN1bHQ+XG48L2Rpdj5cbjxkaXZcbiAgY2xhc3M9XCJncmlkIGdyaWQtY29scy0xIG10LTYgZ2FwLXgtNiBnYXAteS04IHNtOmdyaWQtY29scy0yIGxnOmdyaWQtY29scy0zXCJcbj5cbiAgPGduLXVpLWNvbnRlbnQtZ2hvc3RcbiAgICBjbGFzcz1cImgtWzMwMHB4XVwiXG4gICAgZ2hvc3RDbGFzcz1cImgtZnVsbCBtYi0zNlwiXG4gICAgKm5nRm9yPVwibGV0IG9yZ2FuaXNhdGlvbiBvZiBvcmdhbmlzYXRpb25zJCB8IGFzeW5jOyB0cmFja0J5OiB0cmFja0J5SW5kZXhcIlxuICAgIFtzaG93Q29udGVudF09XCIhIW9yZ2FuaXNhdGlvbi5uYW1lXCJcbiAgPlxuICAgIDxnbi11aS1vcmdhbmlzYXRpb24tcHJldmlld1xuICAgICAgW29yZ2FuaXphdGlvbl09XCJvcmdhbmlzYXRpb25cIlxuICAgICAgW29yZ2FuaXNhdGlvblVybF09XCJnZXRPcmdhbmlzYXRpb25Vcmwob3JnYW5pc2F0aW9uKVwiXG4gICAgICAoY2xpY2tlZE9yZ2FuaXNhdGlvbik9XCJvcmdTZWxlY3QuZW1pdCgkZXZlbnQpXCJcbiAgICA+PC9nbi11aS1vcmdhbmlzYXRpb24tcHJldmlldz5cbiAgPC9nbi11aS1jb250ZW50LWdob3N0PlxuPC9kaXY+XG48ZGl2IGNsYXNzPVwicHktMjBcIj5cbiAgPGduLXVpLXBhZ2luYXRpb24gW2xpc3RDb21wb25lbnRdPVwidGhpc1wiPjwvZ24tdWktcGFnaW5hdGlvbj5cbjwvZGl2PlxuIl19
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
// expects the replacement key ${name}
|
|
3
|
-
export const ORGANIZATION_PAGE_URL_TOKEN = new InjectionToken('organization-page-url-token');
|
|
4
|
-
// expects the replacement key ${name}
|
|
5
|
-
export const ORGANIZATION_URL_TOKEN = new InjectionToken('organization-url-token');
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3JnYW5pemF0aW9uLXVybC50b2tlbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9jYXRhbG9nL3NyYy9saWIvb3JnYW5pemF0aW9uLXVybC50b2tlbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBRTlDLHNDQUFzQztBQUN0QyxNQUFNLENBQUMsTUFBTSwyQkFBMkIsR0FBRyxJQUFJLGNBQWMsQ0FDM0QsNkJBQTZCLENBQzlCLENBQUE7QUFFRCxzQ0FBc0M7QUFDdEMsTUFBTSxDQUFDLE1BQU0sc0JBQXNCLEdBQUcsSUFBSSxjQUFjLENBQ3RELHdCQUF3QixDQUN6QixDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0aW9uVG9rZW4gfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuXG4vLyBleHBlY3RzIHRoZSByZXBsYWNlbWVudCBrZXkgJHtuYW1lfVxuZXhwb3J0IGNvbnN0IE9SR0FOSVpBVElPTl9QQUdFX1VSTF9UT0tFTiA9IG5ldyBJbmplY3Rpb25Ub2tlbjxzdHJpbmc+KFxuICAnb3JnYW5pemF0aW9uLXBhZ2UtdXJsLXRva2VuJ1xuKVxuXG4vLyBleHBlY3RzIHRoZSByZXBsYWNlbWVudCBrZXkgJHtuYW1lfVxuZXhwb3J0IGNvbnN0IE9SR0FOSVpBVElPTl9VUkxfVE9LRU4gPSBuZXcgSW5qZWN0aW9uVG9rZW48c3RyaW5nPihcbiAgJ29yZ2FuaXphdGlvbi11cmwtdG9rZW4nXG4pXG4iXX0=
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { of, switchMap } from 'rxjs';
|
|
3
|
-
import { shareReplay } from 'rxjs/operators';
|
|
4
|
-
import { RecordsRepositoryInterface } from '../../../../../../libs/common/domain/src/lib/repository/records-repository.interface';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "../../../../../../libs/common/domain/src/lib/repository/records-repository.interface";
|
|
7
|
-
export class RecordsService {
|
|
8
|
-
constructor(recordsRepository) {
|
|
9
|
-
this.recordsRepository = recordsRepository;
|
|
10
|
-
this.recordsCount$ = of(true).pipe(switchMap(() => this.recordsRepository.getMatchesCount({})), shareReplay(1));
|
|
11
|
-
}
|
|
12
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RecordsService, deps: [{ token: i1.RecordsRepositoryInterface }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
13
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RecordsService, providedIn: 'root' }); }
|
|
14
|
-
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RecordsService, decorators: [{
|
|
16
|
-
type: Injectable,
|
|
17
|
-
args: [{
|
|
18
|
-
providedIn: 'root',
|
|
19
|
-
}]
|
|
20
|
-
}], ctorParameters: () => [{ type: i1.RecordsRepositoryInterface }] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjb3Jkcy5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL2NhdGFsb2cvc3JjL2xpYi9yZWNvcmRzL3JlY29yZHMuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQzFDLE9BQU8sRUFBYyxFQUFFLEVBQUUsU0FBUyxFQUFFLE1BQU0sTUFBTSxDQUFBO0FBQ2hELE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQTtBQUM1QyxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxzRkFBc0YsQ0FBQTs7O0FBS2pJLE1BQU0sT0FBTyxjQUFjO0lBTXpCLFlBQW9CLGlCQUE2QztRQUE3QyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQTRCO1FBTGpFLGtCQUFhLEdBQXVCLEVBQUUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxJQUFJLENBQy9DLFNBQVMsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsZUFBZSxDQUFDLEVBQUUsQ0FBQyxDQUFDLEVBQzNELFdBQVcsQ0FBQyxDQUFDLENBQUMsQ0FDZixDQUFBO0lBRW1FLENBQUM7K0dBTjFELGNBQWM7bUhBQWQsY0FBYyxjQUZiLE1BQU07OzRGQUVQLGNBQWM7a0JBSDFCLFVBQVU7bUJBQUM7b0JBQ1YsVUFBVSxFQUFFLE1BQU07aUJBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBPYnNlcnZhYmxlLCBvZiwgc3dpdGNoTWFwIH0gZnJvbSAncnhqcydcbmltcG9ydCB7IHNoYXJlUmVwbGF5IH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnXG5pbXBvcnQgeyBSZWNvcmRzUmVwb3NpdG9yeUludGVyZmFjZSB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tbW9uL2RvbWFpbi9zcmMvbGliL3JlcG9zaXRvcnkvcmVjb3Jkcy1yZXBvc2l0b3J5LmludGVyZmFjZSdcblxuQEluamVjdGFibGUoe1xuICBwcm92aWRlZEluOiAncm9vdCcsXG59KVxuZXhwb3J0IGNsYXNzIFJlY29yZHNTZXJ2aWNlIHtcbiAgcmVjb3Jkc0NvdW50JDogT2JzZXJ2YWJsZTxudW1iZXI+ID0gb2YodHJ1ZSkucGlwZShcbiAgICBzd2l0Y2hNYXAoKCkgPT4gdGhpcy5yZWNvcmRzUmVwb3NpdG9yeS5nZXRNYXRjaGVzQ291bnQoe30pKSxcbiAgICBzaGFyZVJlcGxheSgxKVxuICApXG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSByZWNvcmRzUmVwb3NpdG9yeTogUmVjb3Jkc1JlcG9zaXRvcnlJbnRlcmZhY2UpIHt9XG59XG4iXX0=
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
-
import { SiteApiService, } from '../../../../../../libs/data-access/gn4/src';
|
|
4
|
-
import { CatalogTitleComponent } from '../../../../../../libs/ui/catalog/src';
|
|
5
|
-
import { shareReplay } from 'rxjs/operators';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "../../../../../../libs/data-access/gn4/src";
|
|
8
|
-
import * as i2 from "@angular/common";
|
|
9
|
-
export class SiteTitleComponent {
|
|
10
|
-
constructor(siteApiService) {
|
|
11
|
-
this.siteApiService = siteApiService;
|
|
12
|
-
this.info$ = this.siteApiService
|
|
13
|
-
.getSiteOrPortalDescription()
|
|
14
|
-
.pipe(shareReplay(1));
|
|
15
|
-
}
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SiteTitleComponent, deps: [{ token: i1.SiteApiService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: SiteTitleComponent, isStandalone: true, selector: "gn-ui-site-title", ngImport: i0, template: "<gn-ui-catalog-title\n *ngIf=\"info$ | async as info\"\n [name]=\"info['system/site/name']\"\n [tooltip]=\"info['system/site/organization']\"\n></gn-ui-catalog-title>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "component", type: CatalogTitleComponent, selector: "gn-ui-catalog-title", inputs: ["name", "tooltip", "description"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
18
|
-
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SiteTitleComponent, decorators: [{
|
|
20
|
-
type: Component,
|
|
21
|
-
args: [{ selector: 'gn-ui-site-title', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [CommonModule, CatalogTitleComponent], template: "<gn-ui-catalog-title\n *ngIf=\"info$ | async as info\"\n [name]=\"info['system/site/name']\"\n [tooltip]=\"info['system/site/organization']\"\n></gn-ui-catalog-title>\n" }]
|
|
22
|
-
}], ctorParameters: () => [{ type: i1.SiteApiService }] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2l0ZS10aXRsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvY2F0YWxvZy9zcmMvbGliL3NpdGUtdGl0bGUvc2l0ZS10aXRsZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvY2F0YWxvZy9zcmMvbGliL3NpdGUtdGl0bGUvc2l0ZS10aXRsZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDOUMsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUNsRSxPQUFPLEVBRUwsY0FBYyxHQUNmLE1BQU0sNENBQTRDLENBQUE7QUFDbkQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sdUNBQXVDLENBQUE7QUFFN0UsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFBOzs7O0FBVTVDLE1BQU0sT0FBTyxrQkFBa0I7SUFHN0IsWUFBb0IsY0FBOEI7UUFBOUIsbUJBQWMsR0FBZCxjQUFjLENBQWdCO1FBQ2hELElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDLGNBQWM7YUFDN0IsMEJBQTBCLEVBQUU7YUFDNUIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO0lBQ3pCLENBQUM7K0dBUFUsa0JBQWtCO21HQUFsQixrQkFBa0IsNEVDbEIvQiw2S0FLQSx5RERXWSxZQUFZLHdMQUFFLHFCQUFxQjs7NEZBRWxDLGtCQUFrQjtrQkFSOUIsU0FBUzsrQkFDRSxrQkFBa0IsbUJBR1gsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUscUJBQXFCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7XG4gIFNldHRpbmdzTGlzdFJlc3BvbnNlQXBpTW9kZWwsXG4gIFNpdGVBcGlTZXJ2aWNlLFxufSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2RhdGEtYWNjZXNzL2duNC9zcmMnXG5pbXBvcnQgeyBDYXRhbG9nVGl0bGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL2NhdGFsb2cvc3JjJ1xuaW1wb3J0IHsgT2JzZXJ2YWJsZSB9IGZyb20gJ3J4anMnXG5pbXBvcnQgeyBzaGFyZVJlcGxheSB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJ1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1zaXRlLXRpdGxlJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3NpdGUtdGl0bGUuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9zaXRlLXRpdGxlLmNvbXBvbmVudC5jc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIENhdGFsb2dUaXRsZUNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIFNpdGVUaXRsZUNvbXBvbmVudCB7XG4gIGluZm8kOiBPYnNlcnZhYmxlPFNldHRpbmdzTGlzdFJlc3BvbnNlQXBpTW9kZWw+XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBzaXRlQXBpU2VydmljZTogU2l0ZUFwaVNlcnZpY2UpIHtcbiAgICB0aGlzLmluZm8kID0gdGhpcy5zaXRlQXBpU2VydmljZVxuICAgICAgLmdldFNpdGVPclBvcnRhbERlc2NyaXB0aW9uKClcbiAgICAgIC5waXBlKHNoYXJlUmVwbGF5KDEpKVxuICB9XG59XG4iLCI8Z24tdWktY2F0YWxvZy10aXRsZVxuICAqbmdJZj1cImluZm8kIHwgYXN5bmMgYXMgaW5mb1wiXG4gIFtuYW1lXT1cImluZm9bJ3N5c3RlbS9zaXRlL25hbWUnXVwiXG4gIFt0b29sdGlwXT1cImluZm9bJ3N5c3RlbS9zaXRlL29yZ2FuaXphdGlvbiddXCJcbj48L2duLXVpLWNhdGFsb2ctdGl0bGU+XG4iXX0=
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Component, ChangeDetectionStrategy, Input } from '@angular/core';
|
|
2
|
-
import { SourcesService } from '../sources/sources.service';
|
|
3
|
-
import { CommonModule } from '@angular/common';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../sources/sources.service";
|
|
6
|
-
import * as i2 from "@angular/common";
|
|
7
|
-
export class SourceLabelComponent {
|
|
8
|
-
set catalogUuid(uuid) {
|
|
9
|
-
this.sourceLabel$ = this.sourcesService.getSourceLabel(uuid);
|
|
10
|
-
}
|
|
11
|
-
constructor(sourcesService) {
|
|
12
|
-
this.sourcesService = sourcesService;
|
|
13
|
-
}
|
|
14
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SourceLabelComponent, deps: [{ token: i1.SourcesService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: SourceLabelComponent, isStandalone: true, selector: "gn-ui-source-label", inputs: { catalogUuid: "catalogUuid" }, ngImport: i0, template: "<div>{{ sourceLabel$ | async }}</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
16
|
-
}
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SourceLabelComponent, decorators: [{
|
|
18
|
-
type: Component,
|
|
19
|
-
args: [{ selector: 'gn-ui-source-label', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [CommonModule], template: "<div>{{ sourceLabel$ | async }}</div>\n" }]
|
|
20
|
-
}], ctorParameters: () => [{ type: i1.SourcesService }], propDecorators: { catalogUuid: [{
|
|
21
|
-
type: Input
|
|
22
|
-
}] } });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlLWxhYmVsLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9jYXRhbG9nL3NyYy9saWIvc291cmNlLWxhYmVsL3NvdXJjZS1sYWJlbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvY2F0YWxvZy9zcmMvbGliL3NvdXJjZS1sYWJlbC9zb3VyY2UtbGFiZWwuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSx1QkFBdUIsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFFekUsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDRCQUE0QixDQUFBO0FBQzNELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTs7OztBQVU5QyxNQUFNLE9BQU8sb0JBQW9CO0lBRS9CLElBQWEsV0FBVyxDQUFDLElBQVk7UUFDbkMsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsQ0FBQTtJQUM5RCxDQUFDO0lBQ0QsWUFBbUIsY0FBOEI7UUFBOUIsbUJBQWMsR0FBZCxjQUFjLENBQWdCO0lBQUcsQ0FBQzsrR0FMMUMsb0JBQW9CO21HQUFwQixvQkFBb0Isc0hDYmpDLHlDQUNBLHlERFVZLFlBQVk7OzRGQUVYLG9CQUFvQjtrQkFSaEMsU0FBUzsrQkFDRSxvQkFBb0IsbUJBR2IsdUJBQXVCLENBQUMsTUFBTSxjQUNuQyxJQUFJLFdBQ1AsQ0FBQyxZQUFZLENBQUM7bUZBSVYsV0FBVztzQkFBdkIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tICdyeGpzJ1xuaW1wb3J0IHsgU291cmNlc1NlcnZpY2UgfSBmcm9tICcuLi9zb3VyY2VzL3NvdXJjZXMuc2VydmljZSdcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbidcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZ24tdWktc291cmNlLWxhYmVsJyxcbiAgdGVtcGxhdGVVcmw6ICcuL3NvdXJjZS1sYWJlbC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3NvdXJjZS1sYWJlbC5jb21wb25lbnQuY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgU291cmNlTGFiZWxDb21wb25lbnQge1xuICBzb3VyY2VMYWJlbCQ6IE9ic2VydmFibGU8c3RyaW5nPlxuICBASW5wdXQoKSBzZXQgY2F0YWxvZ1V1aWQodXVpZDogc3RyaW5nKSB7XG4gICAgdGhpcy5zb3VyY2VMYWJlbCQgPSB0aGlzLnNvdXJjZXNTZXJ2aWNlLmdldFNvdXJjZUxhYmVsKHV1aWQpXG4gIH1cbiAgY29uc3RydWN0b3IocHVibGljIHNvdXJjZXNTZXJ2aWNlOiBTb3VyY2VzU2VydmljZSkge31cbn1cbiIsIjxkaXY+e3sgc291cmNlTGFiZWwkIHwgYXN5bmMgfX08L2Rpdj5cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlcy5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9jYXRhbG9nL3NyYy9saWIvc291cmNlcy9zb3VyY2VzLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIENhdGFsb2dTb3VyY2Uge1xuICBsYWJlbDogUmVjb3JkPElzbzNMYW5ncywgc3RyaW5nPlxuICBuYW1lOiBzdHJpbmdcbiAgdHlwZTogc3RyaW5nXG4gIHV1aWQ6IHN0cmluZ1xufVxuZXhwb3J0IHR5cGUgSXNvM0xhbmdzID1cbiAgfCAnYXJhJ1xuICB8ICdjYXQnXG4gIHwgJ2NoaSdcbiAgfCAnZHV0J1xuICB8ICdlbmcnXG4gIHwgJ2ZpbidcbiAgfCAnZnJlJ1xuICB8ICdnZXInXG4gIHwgJ2l0YSdcbiAgfCAnbm9yJ1xuICB8ICdwb2wnXG4gIHwgJ3BvcidcbiAgfCAncnVzJ1xuICB8ICdzbG8nXG4gIHwgJ3NwYSdcbiAgfCAndHVyJ1xuICB8ICd2aWUnXG4iXX0=
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { SourcesApiService } from '../../../../../../libs/data-access/gn4/src';
|
|
3
|
-
import { filter, map, shareReplay } from 'rxjs/operators';
|
|
4
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
-
import { toLang3 } from '../../../../../../libs/util/i18n/src';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "../../../../../../libs/data-access/gn4/src";
|
|
8
|
-
import * as i2 from "@ngx-translate/core";
|
|
9
|
-
export class SourcesService {
|
|
10
|
-
constructor(sourcesApiService, translateService) {
|
|
11
|
-
this.sourcesApiService = sourcesApiService;
|
|
12
|
-
this.translateService = translateService;
|
|
13
|
-
this.sources$ = this.sourcesApiService.getSubPortals1().pipe(shareReplay());
|
|
14
|
-
}
|
|
15
|
-
getSourceLabel(uuid) {
|
|
16
|
-
return this.sources$.pipe(map((sources) => sources.filter((source) => source.uuid === uuid)[0]), filter((source) => !!source), map((source) => source.label[toLang3(this.translateService.currentLang)]));
|
|
17
|
-
}
|
|
18
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SourcesService, deps: [{ token: i1.SourcesApiService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
19
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SourcesService, providedIn: 'root' }); }
|
|
20
|
-
}
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SourcesService, decorators: [{
|
|
22
|
-
type: Injectable,
|
|
23
|
-
args: [{
|
|
24
|
-
providedIn: 'root',
|
|
25
|
-
}]
|
|
26
|
-
}], ctorParameters: () => [{ type: i1.SourcesApiService }, { type: i2.TranslateService }] });
|
|
27
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlcy5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL2NhdGFsb2cvc3JjL2xpYi9zb3VyY2VzL3NvdXJjZXMuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQzFDLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLDRDQUE0QyxDQUFBO0FBRTlFLE9BQU8sRUFBRSxNQUFNLEVBQUUsR0FBRyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBRXpELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFBO0FBQ3RELE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQTs7OztBQUs5RCxNQUFNLE9BQU8sY0FBYztJQUt6QixZQUNVLGlCQUFvQyxFQUNwQyxnQkFBa0M7UUFEbEMsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFtQjtRQUNwQyxxQkFBZ0IsR0FBaEIsZ0JBQWdCLENBQWtCO1FBTjVDLGFBQVEsR0FDTixJQUFJLENBQUMsaUJBQWlCLENBQUMsY0FBYyxFQUN0QyxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUUsQ0FBQyxDQUFBO0lBS2xCLENBQUM7SUFFSixjQUFjLENBQUMsSUFBWTtRQUN6QixPQUFPLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUN2QixHQUFHLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsQ0FBQyxNQUFNLEVBQUUsRUFBRSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEtBQUssSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsRUFDckUsTUFBTSxDQUFDLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLEVBQzVCLEdBQUcsQ0FBQyxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLFdBQVcsQ0FBQyxDQUFDLENBQUMsQ0FDMUUsQ0FBQTtJQUNILENBQUM7K0dBaEJVLGNBQWM7bUhBQWQsY0FBYyxjQUZiLE1BQU07OzRGQUVQLGNBQWM7a0JBSDFCLFVBQVU7bUJBQUM7b0JBQ1YsVUFBVSxFQUFFLE1BQU07aUJBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBTb3VyY2VzQXBpU2VydmljZSB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGF0YS1hY2Nlc3MvZ240L3NyYydcbmltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tICdyeGpzJ1xuaW1wb3J0IHsgZmlsdGVyLCBtYXAsIHNoYXJlUmVwbGF5IH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnXG5pbXBvcnQgeyBDYXRhbG9nU291cmNlIH0gZnJvbSAnLi9zb3VyY2VzLm1vZGVsJ1xuaW1wb3J0IHsgVHJhbnNsYXRlU2VydmljZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnXG5pbXBvcnQgeyB0b0xhbmczIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91dGlsL2kxOG4vc3JjJ1xuXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290Jyxcbn0pXG5leHBvcnQgY2xhc3MgU291cmNlc1NlcnZpY2Uge1xuICBzb3VyY2VzJDogT2JzZXJ2YWJsZTxDYXRhbG9nU291cmNlW10+ID0gKFxuICAgIHRoaXMuc291cmNlc0FwaVNlcnZpY2UuZ2V0U3ViUG9ydGFsczEoKSBhcyBPYnNlcnZhYmxlPENhdGFsb2dTb3VyY2VbXT5cbiAgKS5waXBlKHNoYXJlUmVwbGF5KCkpXG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBzb3VyY2VzQXBpU2VydmljZTogU291cmNlc0FwaVNlcnZpY2UsXG4gICAgcHJpdmF0ZSB0cmFuc2xhdGVTZXJ2aWNlOiBUcmFuc2xhdGVTZXJ2aWNlXG4gICkge31cblxuICBnZXRTb3VyY2VMYWJlbCh1dWlkOiBzdHJpbmcpOiBPYnNlcnZhYmxlPHN0cmluZz4ge1xuICAgIHJldHVybiB0aGlzLnNvdXJjZXMkLnBpcGUoXG4gICAgICBtYXAoKHNvdXJjZXMpID0+IHNvdXJjZXMuZmlsdGVyKChzb3VyY2UpID0+IHNvdXJjZS51dWlkID09PSB1dWlkKVswXSksXG4gICAgICBmaWx0ZXIoKHNvdXJjZSkgPT4gISFzb3VyY2UpLFxuICAgICAgbWFwKChzb3VyY2UpID0+IHNvdXJjZS5sYWJlbFt0b0xhbmczKHRoaXMudHJhbnNsYXRlU2VydmljZS5jdXJyZW50TGFuZyldKVxuICAgIClcbiAgfVxufVxuIl19
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from './lib/service/data.service';
|
|
2
|
-
export * from './lib/chart-view/chart-view.component';
|
|
3
|
-
export * from './lib/figure/figure-container/figure-container.component';
|
|
4
|
-
export * from './lib/geo-table-view/geo-table-view.component';
|
|
5
|
-
export * from './lib/table-view/table-view.component';
|
|
6
|
-
export * from './lib/stac-view/stac-view.component';
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvZGF0YXZpei9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw0QkFBNEIsQ0FBQTtBQUMxQyxjQUFjLHVDQUF1QyxDQUFBO0FBQ3JELGNBQWMsMERBQTBELENBQUE7QUFDeEUsY0FBYywrQ0FBK0MsQ0FBQTtBQUM3RCxjQUFjLHVDQUF1QyxDQUFBO0FBQ3JELGNBQWMscUNBQXFDLENBQUEiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xpYi9zZXJ2aWNlL2RhdGEuc2VydmljZSdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NoYXJ0LXZpZXcvY2hhcnQtdmlldy5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9maWd1cmUvZmlndXJlLWNvbnRhaW5lci9maWd1cmUtY29udGFpbmVyLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2dlby10YWJsZS12aWV3L2dlby10YWJsZS12aWV3LmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL3RhYmxlLXZpZXcvdGFibGUtdmlldy5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zdGFjLXZpZXcvc3RhYy12aWV3LmNvbXBvbmVudCdcbiJdfQ==
|