geonetwork-ui 2.8.0-dev.cba2fd2eb → 2.8.0-dev.dab05894c
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 +2709 -2672
- 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 +1 -1
- 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 +4 -6
- 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/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/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/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 +38 -33
- 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/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.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 +141 -71
- 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/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/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 +14 -8
- 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,65 +0,0 @@
|
|
|
1
|
-
import { Component, Inject, InjectionToken, Input, Optional, } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { first, map } from 'rxjs';
|
|
4
|
-
import { SearchFiltersSummaryItemComponent } from '../search-filters-summary-item/search-filters-summary-item.component';
|
|
5
|
-
import { TranslatePipe } from '@ngx-translate/core';
|
|
6
|
-
import { SearchFacade } from '../state/search.facade';
|
|
7
|
-
import { SearchService } from '../utils/service/search.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "../state/search.facade";
|
|
10
|
-
import * as i2 from "../utils/service/search.service";
|
|
11
|
-
import * as i3 from "@angular/common";
|
|
12
|
-
export const FILTER_SUMMARY_IGNORE_LIST = new InjectionToken('FILTER_SUMMARY_IGNORE_LIST');
|
|
13
|
-
export class SearchFiltersSummaryComponent {
|
|
14
|
-
constructor(searchFacade, searchService, filterSummaryIgnoreList) {
|
|
15
|
-
this.searchFacade = searchFacade;
|
|
16
|
-
this.searchService = searchService;
|
|
17
|
-
this.searchFields = [];
|
|
18
|
-
const defaultIgnoreList = ['any'];
|
|
19
|
-
this.filterSummaryIgnoreList = [
|
|
20
|
-
...defaultIgnoreList,
|
|
21
|
-
...(filterSummaryIgnoreList ?? []),
|
|
22
|
-
];
|
|
23
|
-
}
|
|
24
|
-
ngOnInit() {
|
|
25
|
-
this.searchFilterActive$ = this.searchFacade.searchFilters$.pipe(map((filters) => this.hasNonEmptyValues(filters)));
|
|
26
|
-
}
|
|
27
|
-
hasNonEmptyValues(filters) {
|
|
28
|
-
const filteredFilters = {};
|
|
29
|
-
for (const [key, value] of Object.entries(filters)) {
|
|
30
|
-
if (!this.filterSummaryIgnoreList.includes(key)) {
|
|
31
|
-
filteredFilters[key] = value;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
return Object.values(filteredFilters).some((value) => value !== undefined &&
|
|
35
|
-
(typeof value !== 'object' ||
|
|
36
|
-
(typeof value === 'object' && Object.keys(value).length > 0)));
|
|
37
|
-
}
|
|
38
|
-
clearFilters() {
|
|
39
|
-
this.searchFacade.searchFilters$
|
|
40
|
-
.pipe(first(), map((filters) => {
|
|
41
|
-
const newFilters = { ...filters };
|
|
42
|
-
Object.keys(newFilters).forEach((key) => {
|
|
43
|
-
if (!this.filterSummaryIgnoreList.includes(key)) {
|
|
44
|
-
delete newFilters[key];
|
|
45
|
-
}
|
|
46
|
-
});
|
|
47
|
-
return newFilters;
|
|
48
|
-
}))
|
|
49
|
-
.subscribe((filters) => this.searchService.setFilters(filters));
|
|
50
|
-
}
|
|
51
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SearchFiltersSummaryComponent, deps: [{ token: i1.SearchFacade }, { token: i2.SearchService }, { token: FILTER_SUMMARY_IGNORE_LIST, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
52
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: SearchFiltersSummaryComponent, isStandalone: true, selector: "gn-ui-search-filters-summary", inputs: { searchFields: "searchFields" }, ngImport: i0, template: "<div\n class=\"flex flex-row py-3 px-4 gap-4 overflow-hidden grow border-[1px] border-gray-200\"\n *ngIf=\"searchFilterActive$ | async\"\n>\n <div class=\"flex flex-row flex-wrap items-center gap-2\">\n <gn-ui-search-filters-summary-item\n *ngFor=\"let field of searchFields; let i = index\"\n [fieldName]=\"field\"\n ></gn-ui-search-filters-summary-item>\n </div>\n <button\n class=\"bg-white text-black font-bold ml-auto\"\n (click)=\"clearFilters()\"\n >\n {{ 'search.filters.clear' | translate }}\n </button>\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "component", type: SearchFiltersSummaryItemComponent, selector: "gn-ui-search-filters-summary-item", inputs: ["fieldName"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }] }); }
|
|
53
|
-
}
|
|
54
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SearchFiltersSummaryComponent, decorators: [{
|
|
55
|
-
type: Component,
|
|
56
|
-
args: [{ selector: 'gn-ui-search-filters-summary', imports: [CommonModule, SearchFiltersSummaryItemComponent, TranslatePipe], standalone: true, template: "<div\n class=\"flex flex-row py-3 px-4 gap-4 overflow-hidden grow border-[1px] border-gray-200\"\n *ngIf=\"searchFilterActive$ | async\"\n>\n <div class=\"flex flex-row flex-wrap items-center gap-2\">\n <gn-ui-search-filters-summary-item\n *ngFor=\"let field of searchFields; let i = index\"\n [fieldName]=\"field\"\n ></gn-ui-search-filters-summary-item>\n </div>\n <button\n class=\"bg-white text-black font-bold ml-auto\"\n (click)=\"clearFilters()\"\n >\n {{ 'search.filters.clear' | translate }}\n </button>\n</div>\n" }]
|
|
57
|
-
}], ctorParameters: () => [{ type: i1.SearchFacade }, { type: i2.SearchService }, { type: undefined, decorators: [{
|
|
58
|
-
type: Optional
|
|
59
|
-
}, {
|
|
60
|
-
type: Inject,
|
|
61
|
-
args: [FILTER_SUMMARY_IGNORE_LIST]
|
|
62
|
-
}] }], propDecorators: { searchFields: [{
|
|
63
|
-
type: Input
|
|
64
|
-
}] } });
|
|
65
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLWZpbHRlcnMtc3VtbWFyeS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvc2VhcmNoL3NyYy9saWIvc2VhcmNoLWZpbHRlcnMtc3VtbWFyeS9zZWFyY2gtZmlsdGVycy1zdW1tYXJ5LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtZmlsdGVycy1zdW1tYXJ5L3NlYXJjaC1maWx0ZXJzLXN1bW1hcnkuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxNQUFNLEVBQ04sY0FBYyxFQUNkLEtBQUssRUFFTCxRQUFRLEdBQ1QsTUFBTSxlQUFlLENBQUE7QUFDdEIsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBQzlDLE9BQU8sRUFBRSxLQUFLLEVBQUUsR0FBRyxFQUFjLE1BQU0sTUFBTSxDQUFBO0FBQzdDLE9BQU8sRUFBRSxpQ0FBaUMsRUFBRSxNQUFNLHNFQUFzRSxDQUFBO0FBQ3hILE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQTtBQUNuRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sd0JBQXdCLENBQUE7QUFDckQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGlDQUFpQyxDQUFBOzs7OztBQUcvRCxNQUFNLENBQUMsTUFBTSwwQkFBMEIsR0FBRyxJQUFJLGNBQWMsQ0FDMUQsNEJBQTRCLENBQzdCLENBQUE7QUFRRCxNQUFNLE9BQU8sNkJBQTZCO0lBTXhDLFlBQ1UsWUFBMEIsRUFDMUIsYUFBNEIsRUFHcEMsdUJBQWlDO1FBSnpCLGlCQUFZLEdBQVosWUFBWSxDQUFjO1FBQzFCLGtCQUFhLEdBQWIsYUFBYSxDQUFlO1FBUDdCLGlCQUFZLEdBQWEsRUFBRSxDQUFBO1FBWWxDLE1BQU0saUJBQWlCLEdBQUcsQ0FBQyxLQUFLLENBQUMsQ0FBQTtRQUNqQyxJQUFJLENBQUMsdUJBQXVCLEdBQUc7WUFDN0IsR0FBRyxpQkFBaUI7WUFDcEIsR0FBRyxDQUFDLHVCQUF1QixJQUFJLEVBQUUsQ0FBQztTQUNuQyxDQUFBO0lBQ0gsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsbUJBQW1CLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUM5RCxHQUFHLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUNsRCxDQUFBO0lBQ0gsQ0FBQztJQUVELGlCQUFpQixDQUFDLE9BQXFCO1FBQ3JDLE1BQU0sZUFBZSxHQUFHLEVBQUUsQ0FBQTtRQUMxQixLQUFLLE1BQU0sQ0FBQyxHQUFHLEVBQUUsS0FBSyxDQUFDLElBQUksTUFBTSxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUMsRUFBRSxDQUFDO1lBQ25ELElBQUksQ0FBQyxJQUFJLENBQUMsdUJBQXVCLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUM7Z0JBQ2hELGVBQWUsQ0FBQyxHQUFHLENBQUMsR0FBRyxLQUFLLENBQUE7WUFDOUIsQ0FBQztRQUNILENBQUM7UUFDRCxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsZUFBZSxDQUFDLENBQUMsSUFBSSxDQUN4QyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQ1IsS0FBSyxLQUFLLFNBQVM7WUFDbkIsQ0FBQyxPQUFPLEtBQUssS0FBSyxRQUFRO2dCQUN4QixDQUFDLE9BQU8sS0FBSyxLQUFLLFFBQVEsSUFBSSxNQUFNLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDLE1BQU0sR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUNsRSxDQUFBO0lBQ0gsQ0FBQztJQUVELFlBQVk7UUFDVixJQUFJLENBQUMsWUFBWSxDQUFDLGNBQWM7YUFDN0IsSUFBSSxDQUNILEtBQUssRUFBRSxFQUNQLEdBQUcsQ0FBQyxDQUFDLE9BQU8sRUFBRSxFQUFFO1lBQ2QsTUFBTSxVQUFVLEdBQUcsRUFBRSxHQUFHLE9BQU8sRUFBRSxDQUFBO1lBQ2pDLE1BQU0sQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsT0FBTyxDQUFDLENBQUMsR0FBRyxFQUFFLEVBQUU7Z0JBQ3RDLElBQUksQ0FBQyxJQUFJLENBQUMsdUJBQXVCLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUM7b0JBQ2hELE9BQU8sVUFBVSxDQUFDLEdBQUcsQ0FBQyxDQUFBO2dCQUN4QixDQUFDO1lBQ0gsQ0FBQyxDQUFDLENBQUE7WUFDRixPQUFPLFVBQVUsQ0FBQTtRQUNuQixDQUFDLENBQUMsQ0FDSDthQUNBLFNBQVMsQ0FBQyxDQUFDLE9BQU8sRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQTtJQUNuRSxDQUFDOytHQXhEVSw2QkFBNkIsMkVBVTlCLDBCQUEwQjttR0FWekIsNkJBQTZCLGtJQzFCMUMsNGlCQWlCQSx5RERJWSxZQUFZLHFUQUFFLGlDQUFpQyxnR0FBRSxhQUFhOzs0RkFLN0QsNkJBQTZCO2tCQVB6QyxTQUFTOytCQUNFLDhCQUE4QixXQUMvQixDQUFDLFlBQVksRUFBRSxpQ0FBaUMsRUFBRSxhQUFhLENBQUMsY0FHN0QsSUFBSTs7MEJBV2IsUUFBUTs7MEJBQ1IsTUFBTTsyQkFBQywwQkFBMEI7eUNBVDNCLFlBQVk7c0JBQXBCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIEluamVjdCxcbiAgSW5qZWN0aW9uVG9rZW4sXG4gIElucHV0LFxuICBPbkluaXQsXG4gIE9wdGlvbmFsLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJ1xuaW1wb3J0IHsgZmlyc3QsIG1hcCwgT2JzZXJ2YWJsZSB9IGZyb20gJ3J4anMnXG5pbXBvcnQgeyBTZWFyY2hGaWx0ZXJzU3VtbWFyeUl0ZW1Db21wb25lbnQgfSBmcm9tICcuLi9zZWFyY2gtZmlsdGVycy1zdW1tYXJ5LWl0ZW0vc2VhcmNoLWZpbHRlcnMtc3VtbWFyeS1pdGVtLmNvbXBvbmVudCdcbmltcG9ydCB7IFRyYW5zbGF0ZVBpcGUgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJ1xuaW1wb3J0IHsgU2VhcmNoRmFjYWRlIH0gZnJvbSAnLi4vc3RhdGUvc2VhcmNoLmZhY2FkZSdcbmltcG9ydCB7IFNlYXJjaFNlcnZpY2UgfSBmcm9tICcuLi91dGlscy9zZXJ2aWNlL3NlYXJjaC5zZXJ2aWNlJ1xuaW1wb3J0IHsgRmllbGRGaWx0ZXJzIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vZG9tYWluL3NyYy9saWIvbW9kZWwvc2VhcmNoJ1xuXG5leHBvcnQgY29uc3QgRklMVEVSX1NVTU1BUllfSUdOT1JFX0xJU1QgPSBuZXcgSW5qZWN0aW9uVG9rZW48c3RyaW5nW10+KFxuICAnRklMVEVSX1NVTU1BUllfSUdOT1JFX0xJU1QnXG4pXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1zZWFyY2gtZmlsdGVycy1zdW1tYXJ5JyxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgU2VhcmNoRmlsdGVyc1N1bW1hcnlJdGVtQ29tcG9uZW50LCBUcmFuc2xhdGVQaXBlXSxcbiAgdGVtcGxhdGVVcmw6ICcuL3NlYXJjaC1maWx0ZXJzLXN1bW1hcnkuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9zZWFyY2gtZmlsdGVycy1zdW1tYXJ5LmNvbXBvbmVudC5jc3MnXSxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgU2VhcmNoRmlsdGVyc1N1bW1hcnlDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBASW5wdXQoKSBzZWFyY2hGaWVsZHM6IHN0cmluZ1tdID0gW11cbiAgZmlsdGVyU3VtbWFyeUlnbm9yZUxpc3Q6IHN0cmluZ1tdXG5cbiAgc2VhcmNoRmlsdGVyQWN0aXZlJDogT2JzZXJ2YWJsZTxib29sZWFuPlxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgc2VhcmNoRmFjYWRlOiBTZWFyY2hGYWNhZGUsXG4gICAgcHJpdmF0ZSBzZWFyY2hTZXJ2aWNlOiBTZWFyY2hTZXJ2aWNlLFxuICAgIEBPcHRpb25hbCgpXG4gICAgQEluamVjdChGSUxURVJfU1VNTUFSWV9JR05PUkVfTElTVClcbiAgICBmaWx0ZXJTdW1tYXJ5SWdub3JlTGlzdDogc3RyaW5nW11cbiAgKSB7XG4gICAgY29uc3QgZGVmYXVsdElnbm9yZUxpc3QgPSBbJ2FueSddXG4gICAgdGhpcy5maWx0ZXJTdW1tYXJ5SWdub3JlTGlzdCA9IFtcbiAgICAgIC4uLmRlZmF1bHRJZ25vcmVMaXN0LFxuICAgICAgLi4uKGZpbHRlclN1bW1hcnlJZ25vcmVMaXN0ID8/IFtdKSxcbiAgICBdXG4gIH1cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLnNlYXJjaEZpbHRlckFjdGl2ZSQgPSB0aGlzLnNlYXJjaEZhY2FkZS5zZWFyY2hGaWx0ZXJzJC5waXBlKFxuICAgICAgbWFwKChmaWx0ZXJzKSA9PiB0aGlzLmhhc05vbkVtcHR5VmFsdWVzKGZpbHRlcnMpKVxuICAgIClcbiAgfVxuXG4gIGhhc05vbkVtcHR5VmFsdWVzKGZpbHRlcnM6IEZpZWxkRmlsdGVycyk6IGJvb2xlYW4ge1xuICAgIGNvbnN0IGZpbHRlcmVkRmlsdGVycyA9IHt9XG4gICAgZm9yIChjb25zdCBba2V5LCB2YWx1ZV0gb2YgT2JqZWN0LmVudHJpZXMoZmlsdGVycykpIHtcbiAgICAgIGlmICghdGhpcy5maWx0ZXJTdW1tYXJ5SWdub3JlTGlzdC5pbmNsdWRlcyhrZXkpKSB7XG4gICAgICAgIGZpbHRlcmVkRmlsdGVyc1trZXldID0gdmFsdWVcbiAgICAgIH1cbiAgICB9XG4gICAgcmV0dXJuIE9iamVjdC52YWx1ZXMoZmlsdGVyZWRGaWx0ZXJzKS5zb21lKFxuICAgICAgKHZhbHVlKSA9PlxuICAgICAgICB2YWx1ZSAhPT0gdW5kZWZpbmVkICYmXG4gICAgICAgICh0eXBlb2YgdmFsdWUgIT09ICdvYmplY3QnIHx8XG4gICAgICAgICAgKHR5cGVvZiB2YWx1ZSA9PT0gJ29iamVjdCcgJiYgT2JqZWN0LmtleXModmFsdWUpLmxlbmd0aCA+IDApKVxuICAgIClcbiAgfVxuXG4gIGNsZWFyRmlsdGVycygpIHtcbiAgICB0aGlzLnNlYXJjaEZhY2FkZS5zZWFyY2hGaWx0ZXJzJFxuICAgICAgLnBpcGUoXG4gICAgICAgIGZpcnN0KCksXG4gICAgICAgIG1hcCgoZmlsdGVycykgPT4ge1xuICAgICAgICAgIGNvbnN0IG5ld0ZpbHRlcnMgPSB7IC4uLmZpbHRlcnMgfVxuICAgICAgICAgIE9iamVjdC5rZXlzKG5ld0ZpbHRlcnMpLmZvckVhY2goKGtleSkgPT4ge1xuICAgICAgICAgICAgaWYgKCF0aGlzLmZpbHRlclN1bW1hcnlJZ25vcmVMaXN0LmluY2x1ZGVzKGtleSkpIHtcbiAgICAgICAgICAgICAgZGVsZXRlIG5ld0ZpbHRlcnNba2V5XVxuICAgICAgICAgICAgfVxuICAgICAgICAgIH0pXG4gICAgICAgICAgcmV0dXJuIG5ld0ZpbHRlcnNcbiAgICAgICAgfSlcbiAgICAgIClcbiAgICAgIC5zdWJzY3JpYmUoKGZpbHRlcnMpID0+IHRoaXMuc2VhcmNoU2VydmljZS5zZXRGaWx0ZXJzKGZpbHRlcnMpKVxuICB9XG59XG4iLCI8ZGl2XG4gIGNsYXNzPVwiZmxleCBmbGV4LXJvdyBweS0zIHB4LTQgZ2FwLTQgb3ZlcmZsb3ctaGlkZGVuIGdyb3cgYm9yZGVyLVsxcHhdIGJvcmRlci1ncmF5LTIwMFwiXG4gICpuZ0lmPVwic2VhcmNoRmlsdGVyQWN0aXZlJCB8IGFzeW5jXCJcbj5cbiAgPGRpdiBjbGFzcz1cImZsZXggZmxleC1yb3cgZmxleC13cmFwIGl0ZW1zLWNlbnRlciBnYXAtMlwiPlxuICAgIDxnbi11aS1zZWFyY2gtZmlsdGVycy1zdW1tYXJ5LWl0ZW1cbiAgICAgICpuZ0Zvcj1cImxldCBmaWVsZCBvZiBzZWFyY2hGaWVsZHM7IGxldCBpID0gaW5kZXhcIlxuICAgICAgW2ZpZWxkTmFtZV09XCJmaWVsZFwiXG4gICAgPjwvZ24tdWktc2VhcmNoLWZpbHRlcnMtc3VtbWFyeS1pdGVtPlxuICA8L2Rpdj5cbiAgPGJ1dHRvblxuICAgIGNsYXNzPVwiYmctd2hpdGUgdGV4dC1ibGFjayBmb250LWJvbGQgbWwtYXV0b1wiXG4gICAgKGNsaWNrKT1cImNsZWFyRmlsdGVycygpXCJcbiAgPlxuICAgIHt7ICdzZWFyY2guZmlsdGVycy5jbGVhcicgfCB0cmFuc2xhdGUgfX1cbiAgPC9idXR0b24+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { CommonModule, DatePipe } from '@angular/common';
|
|
3
|
-
import { catchError, firstValueFrom, map, of, switchMap, } from 'rxjs';
|
|
4
|
-
import { BadgeComponent } from '../../../../../../libs/ui/inputs/src';
|
|
5
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
6
|
-
import { SearchFacade } from '../state/search.facade';
|
|
7
|
-
import { SearchService } from '../utils/service/search.service';
|
|
8
|
-
import { FieldsService } from '../utils/service/fields.service';
|
|
9
|
-
import { formatUserInfo } from '../../../../../../libs/util/shared/src';
|
|
10
|
-
import { marker } from '@biesbjerg/ngx-translate-extract-marker';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
import * as i1 from "../state/search.facade";
|
|
13
|
-
import * as i2 from "../utils/service/search.service";
|
|
14
|
-
import * as i3 from "../utils/service/fields.service";
|
|
15
|
-
import * as i4 from "@angular/common";
|
|
16
|
-
import * as i5 from "@ngx-translate/core";
|
|
17
|
-
marker('search.filters.summaryLabel.user');
|
|
18
|
-
marker('search.filters.summaryLabel.changeDate');
|
|
19
|
-
export class SearchFiltersSummaryItemComponent {
|
|
20
|
-
constructor(searchFacade, searchService, fieldsService, datePipe, translate) {
|
|
21
|
-
this.searchFacade = searchFacade;
|
|
22
|
-
this.searchService = searchService;
|
|
23
|
-
this.fieldsService = fieldsService;
|
|
24
|
-
this.datePipe = datePipe;
|
|
25
|
-
this.translate = translate;
|
|
26
|
-
this.fieldValues$ = this.searchFacade.searchFilters$.pipe(switchMap((filters) => this.fieldsService.readFieldValuesFromFilters(filters)), map((fieldValues) => Array.isArray(fieldValues[this.fieldName])
|
|
27
|
-
? fieldValues[this.fieldName]
|
|
28
|
-
: [fieldValues[this.fieldName]]), map((fieldValues) => this.getReadableValues(fieldValues)), catchError(() => of([])));
|
|
29
|
-
}
|
|
30
|
-
ngOnInit() {
|
|
31
|
-
this.fieldType = this.fieldsService.getFieldType(this.fieldName);
|
|
32
|
-
this.translateLabel();
|
|
33
|
-
}
|
|
34
|
-
translateLabel() {
|
|
35
|
-
const labelKey = `search.filters.summaryLabel.${this.fieldName}`;
|
|
36
|
-
const fallbackKey = `search.filters.${this.fieldName}`;
|
|
37
|
-
this.translate.get(labelKey).subscribe((value) => {
|
|
38
|
-
if (value === labelKey) {
|
|
39
|
-
this.translate.get(fallbackKey).subscribe((fallbackValue) => {
|
|
40
|
-
this.translatedLabel = fallbackValue;
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
else {
|
|
44
|
-
this.translatedLabel = value;
|
|
45
|
-
}
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
getReadableValues(fieldValues) {
|
|
49
|
-
return fieldValues.map((value) => {
|
|
50
|
-
if (this.fieldType === 'dateRange') {
|
|
51
|
-
return {
|
|
52
|
-
value,
|
|
53
|
-
label: `${this.datePipe.transform(value.start, 'dd.MM.yyyy')} - ${this.datePipe.transform(value.end, 'dd.MM.yyyy')}`,
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
else if (this.fieldName === 'user') {
|
|
57
|
-
return { value, label: formatUserInfo(value) };
|
|
58
|
-
}
|
|
59
|
-
else {
|
|
60
|
-
return { value, label: value };
|
|
61
|
-
}
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
async removeFilterValue(fieldValue) {
|
|
65
|
-
const currentFieldValues = await firstValueFrom(this.fieldValues$);
|
|
66
|
-
const updatedFieldValues = currentFieldValues
|
|
67
|
-
.filter((displayedValue) => displayedValue.value !== fieldValue)
|
|
68
|
-
.map((displayedValue) => displayedValue.value);
|
|
69
|
-
this.fieldsService
|
|
70
|
-
.buildFiltersFromFieldValues({
|
|
71
|
-
[this.fieldName]: updatedFieldValues,
|
|
72
|
-
})
|
|
73
|
-
.subscribe((filters) => this.searchService.updateFilters(filters));
|
|
74
|
-
}
|
|
75
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SearchFiltersSummaryItemComponent, deps: [{ token: i1.SearchFacade }, { token: i2.SearchService }, { token: i3.FieldsService }, { token: i4.DatePipe }, { token: i5.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
76
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: SearchFiltersSummaryItemComponent, isStandalone: true, selector: "gn-ui-search-filters-summary-item", inputs: { fieldName: "fieldName" }, providers: [DatePipe], ngImport: i0, template: "<div\n *ngIf=\"(fieldValues$ | async)?.length > 0\"\n class=\"flex flex-row items-center gap-2\"\n>\n <span class=\"text-gray-800\" data-cy=\"filterSummaryLabel\">{{\n translatedLabel\n }}</span>\n <gn-ui-badge\n *ngFor=\"let fieldValue of fieldValues$ | async\"\n class=\"gn-ui-badge\"\n [style.--gn-ui-badge-rounded]=\"'8px'\"\n [style.--gn-ui-badge-padding]=\"'3px 4px'\"\n [style.--gn-ui-badge-text-color]=\"'black'\"\n [style.--gn-ui-badge-background-color]=\"'#F2F2F2'\"\n [style.--gn-ui-badge-font-weight]=\"'700'\"\n [removable]=\"true\"\n (badgeRemoveClicked)=\"removeFilterValue(fieldValue.value)\"\n >{{ fieldValue.label }}</gn-ui-badge\n >\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "component", type: BadgeComponent, selector: "gn-ui-badge", inputs: ["clickable", "removable"], outputs: ["badgeRemoveClicked"] }] }); }
|
|
77
|
-
}
|
|
78
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SearchFiltersSummaryItemComponent, decorators: [{
|
|
79
|
-
type: Component,
|
|
80
|
-
args: [{ selector: 'gn-ui-search-filters-summary-item', standalone: true, imports: [CommonModule, BadgeComponent], providers: [DatePipe], template: "<div\n *ngIf=\"(fieldValues$ | async)?.length > 0\"\n class=\"flex flex-row items-center gap-2\"\n>\n <span class=\"text-gray-800\" data-cy=\"filterSummaryLabel\">{{\n translatedLabel\n }}</span>\n <gn-ui-badge\n *ngFor=\"let fieldValue of fieldValues$ | async\"\n class=\"gn-ui-badge\"\n [style.--gn-ui-badge-rounded]=\"'8px'\"\n [style.--gn-ui-badge-padding]=\"'3px 4px'\"\n [style.--gn-ui-badge-text-color]=\"'black'\"\n [style.--gn-ui-badge-background-color]=\"'#F2F2F2'\"\n [style.--gn-ui-badge-font-weight]=\"'700'\"\n [removable]=\"true\"\n (badgeRemoveClicked)=\"removeFilterValue(fieldValue.value)\"\n >{{ fieldValue.label }}</gn-ui-badge\n >\n</div>\n" }]
|
|
81
|
-
}], ctorParameters: () => [{ type: i1.SearchFacade }, { type: i2.SearchService }, { type: i3.FieldsService }, { type: i4.DatePipe }, { type: i5.TranslateService }], propDecorators: { fieldName: [{
|
|
82
|
-
type: Input
|
|
83
|
-
}] } });
|
|
84
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLWZpbHRlcnMtc3VtbWFyeS1pdGVtLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtZmlsdGVycy1zdW1tYXJ5LWl0ZW0vc2VhcmNoLWZpbHRlcnMtc3VtbWFyeS1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9zZWFyY2gvc3JjL2xpYi9zZWFyY2gtZmlsdGVycy1zdW1tYXJ5LWl0ZW0vc2VhcmNoLWZpbHRlcnMtc3VtbWFyeS1pdGVtLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFBO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsUUFBUSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDeEQsT0FBTyxFQUNMLFVBQVUsRUFDVixjQUFjLEVBQ2QsR0FBRyxFQUVILEVBQUUsRUFDRixTQUFTLEdBQ1YsTUFBTSxNQUFNLENBQUE7QUFDYixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sc0NBQXNDLENBQUE7QUFDckUsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUE7QUFHdEQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHdCQUF3QixDQUFBO0FBQ3JELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQTtBQUMvRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0saUNBQWlDLENBQUE7QUFDL0QsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHdDQUF3QyxDQUFBO0FBQ3ZFLE9BQU8sRUFBRSxNQUFNLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQTs7Ozs7OztBQUVoRSxNQUFNLENBQUMsa0NBQWtDLENBQUMsQ0FBQTtBQUMxQyxNQUFNLENBQUMsd0NBQXdDLENBQUMsQ0FBQTtBQWVoRCxNQUFNLE9BQU8saUNBQWlDO0lBb0I1QyxZQUNVLFlBQTBCLEVBQzFCLGFBQTRCLEVBQzVCLGFBQTRCLEVBQzVCLFFBQWtCLEVBQ2xCLFNBQTJCO1FBSjNCLGlCQUFZLEdBQVosWUFBWSxDQUFjO1FBQzFCLGtCQUFhLEdBQWIsYUFBYSxDQUFlO1FBQzVCLGtCQUFhLEdBQWIsYUFBYSxDQUFlO1FBQzVCLGFBQVEsR0FBUixRQUFRLENBQVU7UUFDbEIsY0FBUyxHQUFULFNBQVMsQ0FBa0I7UUFwQnJDLGlCQUFZLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUNsRCxTQUFTLENBQUMsQ0FBQyxPQUFPLEVBQUUsRUFBRSxDQUNwQixJQUFJLENBQUMsYUFBYSxDQUFDLDBCQUEwQixDQUFDLE9BQU8sQ0FBQyxDQUN2RCxFQUNELEdBQUcsQ0FBQyxDQUFDLFdBQVcsRUFBRSxFQUFFLENBQ2xCLEtBQUssQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsQ0FBQztZQUN4QyxDQUFDLENBQUUsV0FBVyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQWtCO1lBQy9DLENBQUMsQ0FBRSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQWtCLENBQ3BELEVBQ0QsR0FBRyxDQUNELENBQUMsV0FBVyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsV0FBVyxDQUFxQixDQUN6RSxFQUNELFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FDTyxDQUFBO0lBUTlCLENBQUM7SUFFSixRQUFRO1FBQ04sSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLENBQUE7UUFDaEUsSUFBSSxDQUFDLGNBQWMsRUFBRSxDQUFBO0lBQ3ZCLENBQUM7SUFFRCxjQUFjO1FBQ1osTUFBTSxRQUFRLEdBQUcsK0JBQStCLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQTtRQUNoRSxNQUFNLFdBQVcsR0FBRyxrQkFBa0IsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFBO1FBQ3RELElBQUksQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLFFBQVEsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLEtBQWEsRUFBRSxFQUFFO1lBQ3ZELElBQUksS0FBSyxLQUFLLFFBQVEsRUFBRSxDQUFDO2dCQUN2QixJQUFJLENBQUMsU0FBUyxDQUFDLEdBQUcsQ0FBQyxXQUFXLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxhQUFxQixFQUFFLEVBQUU7b0JBQ2xFLElBQUksQ0FBQyxlQUFlLEdBQUcsYUFBYSxDQUFBO2dCQUN0QyxDQUFDLENBQUMsQ0FBQTtZQUNKLENBQUM7aUJBQU0sQ0FBQztnQkFDTixJQUFJLENBQUMsZUFBZSxHQUFHLEtBQUssQ0FBQTtZQUM5QixDQUFDO1FBQ0gsQ0FBQyxDQUFDLENBQUE7SUFDSixDQUFDO0lBRUQsaUJBQWlCLENBQUMsV0FBdUM7UUFDdkQsT0FBTyxXQUFXLENBQUMsR0FBRyxDQUFDLENBQUMsS0FBSyxFQUFFLEVBQUU7WUFDL0IsSUFBSSxJQUFJLENBQUMsU0FBUyxLQUFLLFdBQVcsRUFBRSxDQUFDO2dCQUNuQyxPQUFPO29CQUNMLEtBQUs7b0JBQ0wsS0FBSyxFQUFFLEdBQUcsSUFBSSxDQUFDLFFBQVEsQ0FBQyxTQUFTLENBQy9CLEtBQUssQ0FBQyxLQUFLLEVBQ1gsWUFBWSxDQUNiLE1BQU0sSUFBSSxDQUFDLFFBQVEsQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLEdBQUcsRUFBRSxZQUFZLENBQUMsRUFBRTtpQkFDMUQsQ0FBQTtZQUNILENBQUM7aUJBQU0sSUFBSSxJQUFJLENBQUMsU0FBUyxLQUFLLE1BQU0sRUFBRSxDQUFDO2dCQUNyQyxPQUFPLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxjQUFjLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQTtZQUNoRCxDQUFDO2lCQUFNLENBQUM7Z0JBQ04sT0FBTyxFQUFFLEtBQUssRUFBRSxLQUFLLEVBQUUsS0FBSyxFQUFFLENBQUE7WUFDaEMsQ0FBQztRQUNILENBQUMsQ0FBQyxDQUFBO0lBQ0osQ0FBQztJQUVELEtBQUssQ0FBQyxpQkFBaUIsQ0FBQyxVQUFrQztRQUN4RCxNQUFNLGtCQUFrQixHQUFxQixNQUFNLGNBQWMsQ0FDL0QsSUFBSSxDQUFDLFlBQVksQ0FDbEIsQ0FBQTtRQUNELE1BQU0sa0JBQWtCLEdBQUcsa0JBQWtCO2FBQzFDLE1BQU0sQ0FDTCxDQUFDLGNBQThCLEVBQUUsRUFBRSxDQUFDLGNBQWMsQ0FBQyxLQUFLLEtBQUssVUFBVSxDQUN4RTthQUNBLEdBQUcsQ0FBQyxDQUFDLGNBQThCLEVBQUUsRUFBRSxDQUFDLGNBQWMsQ0FBQyxLQUFLLENBQUMsQ0FBQTtRQUVoRSxJQUFJLENBQUMsYUFBYTthQUNmLDJCQUEyQixDQUFDO1lBQzNCLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxFQUFFLGtCQUFrQztTQUNyRCxDQUFDO2FBQ0QsU0FBUyxDQUFDLENBQUMsT0FBTyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLGFBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFBO0lBQ3RFLENBQUM7K0dBaEZVLGlDQUFpQzttR0FBakMsaUNBQWlDLG9IQUZqQyxDQUFDLFFBQVEsQ0FBQywwQkNsQ3ZCLDhyQkFvQkEseUREV1ksWUFBWSxxVEFBRSxjQUFjOzs0RkFLM0IsaUNBQWlDO2tCQVI3QyxTQUFTOytCQUNFLG1DQUFtQyxjQUNqQyxJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsY0FBYyxDQUFDLGFBRzVCLENBQUMsUUFBUSxDQUFDOytMQUdaLFNBQVM7c0JBQWpCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJ1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlLCBEYXRlUGlwZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbidcbmltcG9ydCB7XG4gIGNhdGNoRXJyb3IsXG4gIGZpcnN0VmFsdWVGcm9tLFxuICBtYXAsXG4gIE9ic2VydmFibGUsXG4gIG9mLFxuICBzd2l0Y2hNYXAsXG59IGZyb20gJ3J4anMnXG5pbXBvcnQgeyBCYWRnZUNvbXBvbmVudCB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvaW5wdXRzL3NyYydcbmltcG9ydCB7IFRyYW5zbGF0ZVNlcnZpY2UgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJ1xuaW1wb3J0IHsgRGF0ZVJhbmdlIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hcGkvcmVwb3NpdG9yeS9zcmMnXG5pbXBvcnQgeyBGaWVsZFR5cGUsIEZpZWxkVmFsdWUgfSBmcm9tICcuLi91dGlscy9zZXJ2aWNlL2ZpZWxkcydcbmltcG9ydCB7IFNlYXJjaEZhY2FkZSB9IGZyb20gJy4uL3N0YXRlL3NlYXJjaC5mYWNhZGUnXG5pbXBvcnQgeyBTZWFyY2hTZXJ2aWNlIH0gZnJvbSAnLi4vdXRpbHMvc2VydmljZS9zZWFyY2guc2VydmljZSdcbmltcG9ydCB7IEZpZWxkc1NlcnZpY2UgfSBmcm9tICcuLi91dGlscy9zZXJ2aWNlL2ZpZWxkcy5zZXJ2aWNlJ1xuaW1wb3J0IHsgZm9ybWF0VXNlckluZm8gfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3V0aWwvc2hhcmVkL3NyYydcbmltcG9ydCB7IG1hcmtlciB9IGZyb20gJ0BiaWVzYmplcmcvbmd4LXRyYW5zbGF0ZS1leHRyYWN0LW1hcmtlcidcblxubWFya2VyKCdzZWFyY2guZmlsdGVycy5zdW1tYXJ5TGFiZWwudXNlcicpXG5tYXJrZXIoJ3NlYXJjaC5maWx0ZXJzLnN1bW1hcnlMYWJlbC5jaGFuZ2VEYXRlJylcblxuaW50ZXJmYWNlIERpc3BsYXllZFZhbHVlIHtcbiAgbGFiZWw6IHN0cmluZ1xuICB2YWx1ZTogRmllbGRWYWx1ZSB8IERhdGVSYW5nZVxufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1zZWFyY2gtZmlsdGVycy1zdW1tYXJ5LWl0ZW0nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBCYWRnZUNvbXBvbmVudF0sXG4gIHRlbXBsYXRlVXJsOiAnLi9zZWFyY2gtZmlsdGVycy1zdW1tYXJ5LWl0ZW0uY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9zZWFyY2gtZmlsdGVycy1zdW1tYXJ5LWl0ZW0uY29tcG9uZW50LmNzcyddLFxuICBwcm92aWRlcnM6IFtEYXRlUGlwZV0sXG59KVxuZXhwb3J0IGNsYXNzIFNlYXJjaEZpbHRlcnNTdW1tYXJ5SXRlbUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpIGZpZWxkTmFtZTogc3RyaW5nXG4gIGZpZWxkVHlwZTogRmllbGRUeXBlXG4gIHRyYW5zbGF0ZWRMYWJlbDogc3RyaW5nXG5cbiAgZmllbGRWYWx1ZXMkID0gdGhpcy5zZWFyY2hGYWNhZGUuc2VhcmNoRmlsdGVycyQucGlwZShcbiAgICBzd2l0Y2hNYXAoKGZpbHRlcnMpID0+XG4gICAgICB0aGlzLmZpZWxkc1NlcnZpY2UucmVhZEZpZWxkVmFsdWVzRnJvbUZpbHRlcnMoZmlsdGVycylcbiAgICApLFxuICAgIG1hcCgoZmllbGRWYWx1ZXMpID0+XG4gICAgICBBcnJheS5pc0FycmF5KGZpZWxkVmFsdWVzW3RoaXMuZmllbGROYW1lXSlcbiAgICAgICAgPyAoZmllbGRWYWx1ZXNbdGhpcy5maWVsZE5hbWVdIGFzIEZpZWxkVmFsdWVbXSlcbiAgICAgICAgOiAoW2ZpZWxkVmFsdWVzW3RoaXMuZmllbGROYW1lXV0gYXMgRmllbGRWYWx1ZVtdKVxuICAgICksXG4gICAgbWFwKFxuICAgICAgKGZpZWxkVmFsdWVzKSA9PiB0aGlzLmdldFJlYWRhYmxlVmFsdWVzKGZpZWxkVmFsdWVzKSBhcyBEaXNwbGF5ZWRWYWx1ZVtdXG4gICAgKSxcbiAgICBjYXRjaEVycm9yKCgpID0+IG9mKFtdKSlcbiAgKSBhcyBPYnNlcnZhYmxlPERpc3BsYXllZFZhbHVlW10+XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBzZWFyY2hGYWNhZGU6IFNlYXJjaEZhY2FkZSxcbiAgICBwcml2YXRlIHNlYXJjaFNlcnZpY2U6IFNlYXJjaFNlcnZpY2UsXG4gICAgcHJpdmF0ZSBmaWVsZHNTZXJ2aWNlOiBGaWVsZHNTZXJ2aWNlLFxuICAgIHByaXZhdGUgZGF0ZVBpcGU6IERhdGVQaXBlLFxuICAgIHByaXZhdGUgdHJhbnNsYXRlOiBUcmFuc2xhdGVTZXJ2aWNlXG4gICkge31cblxuICBuZ09uSW5pdCgpIHtcbiAgICB0aGlzLmZpZWxkVHlwZSA9IHRoaXMuZmllbGRzU2VydmljZS5nZXRGaWVsZFR5cGUodGhpcy5maWVsZE5hbWUpXG4gICAgdGhpcy50cmFuc2xhdGVMYWJlbCgpXG4gIH1cblxuICB0cmFuc2xhdGVMYWJlbCgpIHtcbiAgICBjb25zdCBsYWJlbEtleSA9IGBzZWFyY2guZmlsdGVycy5zdW1tYXJ5TGFiZWwuJHt0aGlzLmZpZWxkTmFtZX1gXG4gICAgY29uc3QgZmFsbGJhY2tLZXkgPSBgc2VhcmNoLmZpbHRlcnMuJHt0aGlzLmZpZWxkTmFtZX1gXG4gICAgdGhpcy50cmFuc2xhdGUuZ2V0KGxhYmVsS2V5KS5zdWJzY3JpYmUoKHZhbHVlOiBzdHJpbmcpID0+IHtcbiAgICAgIGlmICh2YWx1ZSA9PT0gbGFiZWxLZXkpIHtcbiAgICAgICAgdGhpcy50cmFuc2xhdGUuZ2V0KGZhbGxiYWNrS2V5KS5zdWJzY3JpYmUoKGZhbGxiYWNrVmFsdWU6IHN0cmluZykgPT4ge1xuICAgICAgICAgIHRoaXMudHJhbnNsYXRlZExhYmVsID0gZmFsbGJhY2tWYWx1ZVxuICAgICAgICB9KVxuICAgICAgfSBlbHNlIHtcbiAgICAgICAgdGhpcy50cmFuc2xhdGVkTGFiZWwgPSB2YWx1ZVxuICAgICAgfVxuICAgIH0pXG4gIH1cblxuICBnZXRSZWFkYWJsZVZhbHVlcyhmaWVsZFZhbHVlczogRmllbGRWYWx1ZVtdIHwgRGF0ZVJhbmdlW10pOiBEaXNwbGF5ZWRWYWx1ZVtdIHtcbiAgICByZXR1cm4gZmllbGRWYWx1ZXMubWFwKCh2YWx1ZSkgPT4ge1xuICAgICAgaWYgKHRoaXMuZmllbGRUeXBlID09PSAnZGF0ZVJhbmdlJykge1xuICAgICAgICByZXR1cm4ge1xuICAgICAgICAgIHZhbHVlLFxuICAgICAgICAgIGxhYmVsOiBgJHt0aGlzLmRhdGVQaXBlLnRyYW5zZm9ybShcbiAgICAgICAgICAgIHZhbHVlLnN0YXJ0LFxuICAgICAgICAgICAgJ2RkLk1NLnl5eXknXG4gICAgICAgICAgKX0gLSAke3RoaXMuZGF0ZVBpcGUudHJhbnNmb3JtKHZhbHVlLmVuZCwgJ2RkLk1NLnl5eXknKX1gLFxuICAgICAgICB9XG4gICAgICB9IGVsc2UgaWYgKHRoaXMuZmllbGROYW1lID09PSAndXNlcicpIHtcbiAgICAgICAgcmV0dXJuIHsgdmFsdWUsIGxhYmVsOiBmb3JtYXRVc2VySW5mbyh2YWx1ZSkgfVxuICAgICAgfSBlbHNlIHtcbiAgICAgICAgcmV0dXJuIHsgdmFsdWUsIGxhYmVsOiB2YWx1ZSB9XG4gICAgICB9XG4gICAgfSlcbiAgfVxuXG4gIGFzeW5jIHJlbW92ZUZpbHRlclZhbHVlKGZpZWxkVmFsdWU6IEZpZWxkVmFsdWUgfCBEYXRlUmFuZ2UpIHtcbiAgICBjb25zdCBjdXJyZW50RmllbGRWYWx1ZXM6IERpc3BsYXllZFZhbHVlW10gPSBhd2FpdCBmaXJzdFZhbHVlRnJvbShcbiAgICAgIHRoaXMuZmllbGRWYWx1ZXMkXG4gICAgKVxuICAgIGNvbnN0IHVwZGF0ZWRGaWVsZFZhbHVlcyA9IGN1cnJlbnRGaWVsZFZhbHVlc1xuICAgICAgLmZpbHRlcihcbiAgICAgICAgKGRpc3BsYXllZFZhbHVlOiBEaXNwbGF5ZWRWYWx1ZSkgPT4gZGlzcGxheWVkVmFsdWUudmFsdWUgIT09IGZpZWxkVmFsdWVcbiAgICAgIClcbiAgICAgIC5tYXAoKGRpc3BsYXllZFZhbHVlOiBEaXNwbGF5ZWRWYWx1ZSkgPT4gZGlzcGxheWVkVmFsdWUudmFsdWUpXG5cbiAgICB0aGlzLmZpZWxkc1NlcnZpY2VcbiAgICAgIC5idWlsZEZpbHRlcnNGcm9tRmllbGRWYWx1ZXMoe1xuICAgICAgICBbdGhpcy5maWVsZE5hbWVdOiB1cGRhdGVkRmllbGRWYWx1ZXMgYXMgRmllbGRWYWx1ZVtdLFxuICAgICAgfSlcbiAgICAgIC5zdWJzY3JpYmUoKGZpbHRlcnMpID0+IHRoaXMuc2VhcmNoU2VydmljZS51cGRhdGVGaWx0ZXJzKGZpbHRlcnMpKVxuICB9XG59XG4iLCI8ZGl2XG4gICpuZ0lmPVwiKGZpZWxkVmFsdWVzJCB8IGFzeW5jKT8ubGVuZ3RoID4gMFwiXG4gIGNsYXNzPVwiZmxleCBmbGV4LXJvdyBpdGVtcy1jZW50ZXIgZ2FwLTJcIlxuPlxuICA8c3BhbiBjbGFzcz1cInRleHQtZ3JheS04MDBcIiBkYXRhLWN5PVwiZmlsdGVyU3VtbWFyeUxhYmVsXCI+e3tcbiAgICB0cmFuc2xhdGVkTGFiZWxcbiAgfX08L3NwYW4+XG4gIDxnbi11aS1iYWRnZVxuICAgICpuZ0Zvcj1cImxldCBmaWVsZFZhbHVlIG9mIGZpZWxkVmFsdWVzJCB8IGFzeW5jXCJcbiAgICBjbGFzcz1cImduLXVpLWJhZGdlXCJcbiAgICBbc3R5bGUuLS1nbi11aS1iYWRnZS1yb3VuZGVkXT1cIic4cHgnXCJcbiAgICBbc3R5bGUuLS1nbi11aS1iYWRnZS1wYWRkaW5nXT1cIiczcHggNHB4J1wiXG4gICAgW3N0eWxlLi0tZ24tdWktYmFkZ2UtdGV4dC1jb2xvcl09XCInYmxhY2snXCJcbiAgICBbc3R5bGUuLS1nbi11aS1iYWRnZS1iYWNrZ3JvdW5kLWNvbG9yXT1cIicjRjJGMkYyJ1wiXG4gICAgW3N0eWxlLi0tZ24tdWktYmFkZ2UtZm9udC13ZWlnaHRdPVwiJzcwMCdcIlxuICAgIFtyZW1vdmFibGVdPVwidHJ1ZVwiXG4gICAgKGJhZGdlUmVtb3ZlQ2xpY2tlZCk9XCJyZW1vdmVGaWx0ZXJWYWx1ZShmaWVsZFZhbHVlLnZhbHVlKVwiXG4gICAgPnt7IGZpZWxkVmFsdWUubGFiZWwgfX08L2duLXVpLWJhZGdlXG4gID5cbjwvZGl2PlxuIl19
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { marker } from '@biesbjerg/ngx-translate-extract-marker';
|
|
3
|
-
import { SortByEnum, } from '../../../../../../libs/common/domain/src/lib/model/search';
|
|
4
|
-
import { SearchFacade } from '../state/search.facade';
|
|
5
|
-
import { SearchService } from '../utils/service/search.service';
|
|
6
|
-
import { filter, map } from 'rxjs/operators';
|
|
7
|
-
import { DropdownSelectorComponent } from '../../../../../../libs/ui/inputs/src';
|
|
8
|
-
import { CommonModule } from '@angular/common';
|
|
9
|
-
import { TranslatePipe } from '@ngx-translate/core';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
import * as i1 from "../state/search.facade";
|
|
12
|
-
import * as i2 from "../utils/service/search.service";
|
|
13
|
-
import * as i3 from "@angular/common";
|
|
14
|
-
export class SortByComponent {
|
|
15
|
-
constructor(facade, searchService) {
|
|
16
|
-
this.facade = facade;
|
|
17
|
-
this.searchService = searchService;
|
|
18
|
-
this.choices = [
|
|
19
|
-
{
|
|
20
|
-
label: marker('results.sortBy.relevancy'),
|
|
21
|
-
value: SortByEnum.RELEVANCY,
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
label: marker('results.sortBy.dateStamp'),
|
|
25
|
-
value: SortByEnum.RESOURCE_DATES,
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
label: marker('results.sortBy.popularity'),
|
|
29
|
-
value: SortByEnum.POPULARITY,
|
|
30
|
-
},
|
|
31
|
-
];
|
|
32
|
-
this.currentSortBy$ = this.facade.sortBy$.pipe(filter((sortBy) => !!sortBy), map((sortBy) => sortBy));
|
|
33
|
-
}
|
|
34
|
-
ngOnInit() {
|
|
35
|
-
if (this.isQualitySortable) {
|
|
36
|
-
this.choices.push({
|
|
37
|
-
label: marker('results.sortBy.qualityScore'),
|
|
38
|
-
value: SortByEnum.QUALITY_SCORE,
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
changeSortBy(criteria) {
|
|
43
|
-
this.searchService.setSortBy(criteria);
|
|
44
|
-
}
|
|
45
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SortByComponent, deps: [{ token: i1.SearchFacade }, { token: i2.SearchService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
46
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: SortByComponent, isStandalone: true, selector: "gn-ui-sort-by", inputs: { isQualitySortable: "isQualitySortable" }, ngImport: i0, template: "<gn-ui-dropdown-selector\n [title]=\"'search.field.sortBy' | translate\"\n [choices]=\"choices\"\n (selectValue)=\"changeSortBy($event)\"\n [selected]=\"currentSortBy$ | async\"\n ariaName=\"search-sort-by\"\n></gn-ui-dropdown-selector>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i3.AsyncPipe, name: "async" }, { kind: "component", type: DropdownSelectorComponent, selector: "gn-ui-dropdown-selector", inputs: ["title", "showTitle", "ariaName", "choices", "selected", "maxRows", "extraBtnClass", "minWidth", "disabled"], outputs: ["selectValue"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }] }); }
|
|
47
|
-
}
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SortByComponent, decorators: [{
|
|
49
|
-
type: Component,
|
|
50
|
-
args: [{ selector: 'gn-ui-sort-by', standalone: true, imports: [CommonModule, DropdownSelectorComponent, TranslatePipe], template: "<gn-ui-dropdown-selector\n [title]=\"'search.field.sortBy' | translate\"\n [choices]=\"choices\"\n (selectValue)=\"changeSortBy($event)\"\n [selected]=\"currentSortBy$ | async\"\n ariaName=\"search-sort-by\"\n></gn-ui-dropdown-selector>\n" }]
|
|
51
|
-
}], ctorParameters: () => [{ type: i1.SearchFacade }, { type: i2.SearchService }], propDecorators: { isQualitySortable: [{
|
|
52
|
-
type: Input
|
|
53
|
-
}] } });
|
|
54
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic29ydC1ieS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvc2VhcmNoL3NyYy9saWIvc29ydC1ieS9zb3J0LWJ5LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9zZWFyY2gvc3JjL2xpYi9zb3J0LWJ5L3NvcnQtYnkuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUE7QUFDeEQsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLHlDQUF5QyxDQUFBO0FBQ2hFLE9BQU8sRUFDTCxVQUFVLEdBRVgsTUFBTSwyREFBMkQsQ0FBQTtBQUNsRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sd0JBQXdCLENBQUE7QUFDckQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGlDQUFpQyxDQUFBO0FBQy9ELE9BQU8sRUFBRSxNQUFNLEVBQUUsR0FBRyxFQUFFLE1BQU0sZ0JBQWdCLENBQUE7QUFDNUMsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sc0NBQXNDLENBQUE7QUFDaEYsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBQzlDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQTs7Ozs7QUFhbkQsTUFBTSxPQUFPLGVBQWU7SUFxQjFCLFlBQ1UsTUFBb0IsRUFDcEIsYUFBNEI7UUFENUIsV0FBTSxHQUFOLE1BQU0sQ0FBYztRQUNwQixrQkFBYSxHQUFiLGFBQWEsQ0FBZTtRQXJCdEMsWUFBTyxHQUFpQjtZQUN0QjtnQkFDRSxLQUFLLEVBQUUsTUFBTSxDQUFDLDBCQUEwQixDQUFDO2dCQUN6QyxLQUFLLEVBQUUsVUFBVSxDQUFDLFNBQVM7YUFDNUI7WUFDRDtnQkFDRSxLQUFLLEVBQUUsTUFBTSxDQUFDLDBCQUEwQixDQUFDO2dCQUN6QyxLQUFLLEVBQUUsVUFBVSxDQUFDLGNBQWM7YUFDakM7WUFDRDtnQkFDRSxLQUFLLEVBQUUsTUFBTSxDQUFDLDJCQUEyQixDQUFDO2dCQUMxQyxLQUFLLEVBQUUsVUFBVSxDQUFDLFVBQVU7YUFDN0I7U0FDRixDQUFBO1FBQ0QsbUJBQWMsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQ3ZDLE1BQU0sQ0FBQyxDQUFDLE1BQU0sRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxFQUM1QixHQUFHLENBQUMsQ0FBQyxNQUFNLEVBQUUsRUFBRSxDQUFDLE1BQU0sQ0FBQyxDQUN4QixDQUFBO0lBS0UsQ0FBQztJQUVKLFFBQVE7UUFDTixJQUFJLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxDQUFDO1lBQzNCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDO2dCQUNoQixLQUFLLEVBQUUsTUFBTSxDQUFDLDZCQUE2QixDQUFDO2dCQUM1QyxLQUFLLEVBQUUsVUFBVSxDQUFDLGFBQWE7YUFDaEMsQ0FBQyxDQUFBO1FBQ0osQ0FBQztJQUNILENBQUM7SUFFRCxZQUFZLENBQUMsUUFBcUI7UUFDaEMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQUMsUUFBUSxDQUFDLENBQUE7SUFDeEMsQ0FBQzsrR0FyQ1UsZUFBZTttR0FBZixlQUFlLDZIQ3hCNUIscVBBT0EsMkNEZVksWUFBWSxvRkFBRSx5QkFBeUIsZ05BQUUsYUFBYTs7NEZBRXJELGVBQWU7a0JBTjNCLFNBQVM7K0JBQ0UsZUFBZSxjQUViLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSx5QkFBeUIsRUFBRSxhQUFhLENBQUM7NkdBR3hELGlCQUFpQjtzQkFBekIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBtYXJrZXIgfSBmcm9tICdAYmllc2JqZXJnL25neC10cmFuc2xhdGUtZXh0cmFjdC1tYXJrZXInXG5pbXBvcnQge1xuICBTb3J0QnlFbnVtLFxuICBTb3J0QnlGaWVsZCxcbn0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vZG9tYWluL3NyYy9saWIvbW9kZWwvc2VhcmNoJ1xuaW1wb3J0IHsgU2VhcmNoRmFjYWRlIH0gZnJvbSAnLi4vc3RhdGUvc2VhcmNoLmZhY2FkZSdcbmltcG9ydCB7IFNlYXJjaFNlcnZpY2UgfSBmcm9tICcuLi91dGlscy9zZXJ2aWNlL3NlYXJjaC5zZXJ2aWNlJ1xuaW1wb3J0IHsgZmlsdGVyLCBtYXAgfSBmcm9tICdyeGpzL29wZXJhdG9ycydcbmltcG9ydCB7IERyb3Bkb3duU2VsZWN0b3JDb21wb25lbnQgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL2lucHV0cy9zcmMnXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBUcmFuc2xhdGVQaXBlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSdcblxuaW50ZXJmYWNlIFNvcnRDaG9pY2Uge1xuICBsYWJlbDogc3RyaW5nXG4gIHZhbHVlOiBTb3J0QnlGaWVsZFxufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdnbi11aS1zb3J0LWJ5JyxcbiAgdGVtcGxhdGVVcmw6ICcuL3NvcnQtYnkuY29tcG9uZW50Lmh0bWwnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBEcm9wZG93blNlbGVjdG9yQ29tcG9uZW50LCBUcmFuc2xhdGVQaXBlXSxcbn0pXG5leHBvcnQgY2xhc3MgU29ydEJ5Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgQElucHV0KCkgaXNRdWFsaXR5U29ydGFibGU6IGJvb2xlYW5cbiAgY2hvaWNlczogU29ydENob2ljZVtdID0gW1xuICAgIHtcbiAgICAgIGxhYmVsOiBtYXJrZXIoJ3Jlc3VsdHMuc29ydEJ5LnJlbGV2YW5jeScpLFxuICAgICAgdmFsdWU6IFNvcnRCeUVudW0uUkVMRVZBTkNZLFxuICAgIH0sXG4gICAge1xuICAgICAgbGFiZWw6IG1hcmtlcigncmVzdWx0cy5zb3J0QnkuZGF0ZVN0YW1wJyksXG4gICAgICB2YWx1ZTogU29ydEJ5RW51bS5SRVNPVVJDRV9EQVRFUyxcbiAgICB9LFxuICAgIHtcbiAgICAgIGxhYmVsOiBtYXJrZXIoJ3Jlc3VsdHMuc29ydEJ5LnBvcHVsYXJpdHknKSxcbiAgICAgIHZhbHVlOiBTb3J0QnlFbnVtLlBPUFVMQVJJVFksXG4gICAgfSxcbiAgXVxuICBjdXJyZW50U29ydEJ5JCA9IHRoaXMuZmFjYWRlLnNvcnRCeSQucGlwZShcbiAgICBmaWx0ZXIoKHNvcnRCeSkgPT4gISFzb3J0QnkpLFxuICAgIG1hcCgoc29ydEJ5KSA9PiBzb3J0QnkpXG4gIClcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGZhY2FkZTogU2VhcmNoRmFjYWRlLFxuICAgIHByaXZhdGUgc2VhcmNoU2VydmljZTogU2VhcmNoU2VydmljZVxuICApIHt9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuaXNRdWFsaXR5U29ydGFibGUpIHtcbiAgICAgIHRoaXMuY2hvaWNlcy5wdXNoKHtcbiAgICAgICAgbGFiZWw6IG1hcmtlcigncmVzdWx0cy5zb3J0QnkucXVhbGl0eVNjb3JlJyksXG4gICAgICAgIHZhbHVlOiBTb3J0QnlFbnVtLlFVQUxJVFlfU0NPUkUsXG4gICAgICB9KVxuICAgIH1cbiAgfVxuXG4gIGNoYW5nZVNvcnRCeShjcml0ZXJpYTogU29ydEJ5RmllbGQpOiB2b2lkIHtcbiAgICB0aGlzLnNlYXJjaFNlcnZpY2Uuc2V0U29ydEJ5KGNyaXRlcmlhKVxuICB9XG59XG4iLCI8Z24tdWktZHJvcGRvd24tc2VsZWN0b3JcbiAgW3RpdGxlXT1cIidzZWFyY2guZmllbGQuc29ydEJ5JyB8IHRyYW5zbGF0ZVwiXG4gIFtjaG9pY2VzXT1cImNob2ljZXNcIlxuICAoc2VsZWN0VmFsdWUpPVwiY2hhbmdlU29ydEJ5KCRldmVudClcIlxuICBbc2VsZWN0ZWRdPVwiY3VycmVudFNvcnRCeSQgfCBhc3luY1wiXG4gIGFyaWFOYW1lPVwic2VhcmNoLXNvcnQtYnlcIlxuPjwvZ24tdWktZHJvcGRvd24tc2VsZWN0b3I+XG4iXX0=
|
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
export const ADD_SEARCH = '[Search] Add search instance';
|
|
2
|
-
export const SET_FILTERS = '[Search] Set Filters';
|
|
3
|
-
export const SET_CONFIG_FILTERS = '[Search] Set config filters';
|
|
4
|
-
export const UPDATE_FILTERS = '[Search] Update Filters';
|
|
5
|
-
export const SET_SEARCH = '[Search] Set overall search configuration';
|
|
6
|
-
export const SET_FAVORITES_ONLY = '[Search] Favorites Only';
|
|
7
|
-
export const SET_SORT_BY = '[Search] Sort By';
|
|
8
|
-
export const SET_PAGE_SIZE = '[Search] Set page size';
|
|
9
|
-
export const PAGINATE = '[Search] Paginate';
|
|
10
|
-
export const SET_RESULTS_LAYOUT = '[Search] Set results layout';
|
|
11
|
-
export const ADD_RESULTS = '[Search] Add Results';
|
|
12
|
-
export const CLEAR_RESULTS = '[Search] Clear Results';
|
|
13
|
-
export const REQUEST_MORE_RESULTS = '[Search] Request More Results';
|
|
14
|
-
export const REQUEST_NEW_RESULTS = '[Search] Request New Results';
|
|
15
|
-
export const SET_RESULTS_AGGREGATIONS = '[Search] Set Results Aggregations';
|
|
16
|
-
export const SET_RESULTS_HITS = '[Search] Set Results hits';
|
|
17
|
-
export const SET_CONFIG_AGGREGATIONS = '[Search] Set Config Aggregations';
|
|
18
|
-
export const UPDATE_CONFIG_AGGREGATIONS = '[Search] Update Config Aggregations';
|
|
19
|
-
export const SET_CONFIG_REQUEST_FIELDS = '[Search] Set Config requested fields';
|
|
20
|
-
export const REQUEST_MORE_ON_AGGREGATION = '[Search] Request More On Aggregation';
|
|
21
|
-
export const SET_INCLUDE_ON_AGGREGATION = '[Search] Set term include';
|
|
22
|
-
export const UPDATE_REQUEST_AGGREGATION_TERM = '[Search] Update request aggregation term';
|
|
23
|
-
export const PATCH_RESULTS_AGGREGATIONS = '[Search] Patch Results Aggregations';
|
|
24
|
-
export const SET_ERROR = '[Search] Set Error';
|
|
25
|
-
export const CLEAR_ERROR = '[Search] Clear Error';
|
|
26
|
-
export const SET_SPATIAL_FILTER_ENABLED = '[Search] Set Spatial Filter Enabled';
|
|
27
|
-
export const DEFAULT_SEARCH_KEY = 'default';
|
|
28
|
-
export class AbstractAction {
|
|
29
|
-
constructor(id) {
|
|
30
|
-
this.id = id || DEFAULT_SEARCH_KEY;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
export class AddSearch {
|
|
34
|
-
constructor(id) {
|
|
35
|
-
this.id = id;
|
|
36
|
-
this.type = ADD_SEARCH;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
export class SetConfigFilters extends AbstractAction {
|
|
40
|
-
constructor(payload, id) {
|
|
41
|
-
super(id);
|
|
42
|
-
this.payload = payload;
|
|
43
|
-
this.type = SET_CONFIG_FILTERS;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
export class SetFilters extends AbstractAction {
|
|
47
|
-
constructor(payload, id) {
|
|
48
|
-
super(id);
|
|
49
|
-
this.payload = payload;
|
|
50
|
-
this.type = SET_FILTERS;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
export class UpdateFilters extends AbstractAction {
|
|
54
|
-
constructor(payload, id) {
|
|
55
|
-
super(id);
|
|
56
|
-
this.payload = payload;
|
|
57
|
-
this.type = UPDATE_FILTERS;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
export class SetSearch extends AbstractAction {
|
|
61
|
-
constructor(payload, id) {
|
|
62
|
-
super(id);
|
|
63
|
-
this.payload = payload;
|
|
64
|
-
this.type = SET_SEARCH;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
export class SetFavoritesOnly extends AbstractAction {
|
|
68
|
-
constructor(favoritesOnly, id) {
|
|
69
|
-
super(id);
|
|
70
|
-
this.favoritesOnly = favoritesOnly;
|
|
71
|
-
this.type = SET_FAVORITES_ONLY;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
export class SetSortBy extends AbstractAction {
|
|
75
|
-
constructor(sortBy, id) {
|
|
76
|
-
super(id);
|
|
77
|
-
this.sortBy = sortBy;
|
|
78
|
-
this.type = SET_SORT_BY;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
export class SetPageSize extends AbstractAction {
|
|
82
|
-
constructor(limit, id) {
|
|
83
|
-
super(id);
|
|
84
|
-
this.limit = limit;
|
|
85
|
-
this.type = SET_PAGE_SIZE;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
export class Paginate extends AbstractAction {
|
|
89
|
-
// Note: page number is one-based!!
|
|
90
|
-
constructor(pageNumber, id) {
|
|
91
|
-
super(id);
|
|
92
|
-
this.pageNumber = pageNumber;
|
|
93
|
-
this.type = PAGINATE;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
export class SetResultsLayout extends AbstractAction {
|
|
97
|
-
constructor(resultsLayout, id) {
|
|
98
|
-
super(id);
|
|
99
|
-
this.resultsLayout = resultsLayout;
|
|
100
|
-
this.type = SET_RESULTS_LAYOUT;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
export class AddResults extends AbstractAction {
|
|
104
|
-
constructor(payload, id) {
|
|
105
|
-
super(id);
|
|
106
|
-
this.payload = payload;
|
|
107
|
-
this.type = ADD_RESULTS;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
export class ClearResults extends AbstractAction {
|
|
111
|
-
constructor(id) {
|
|
112
|
-
super(id);
|
|
113
|
-
this.type = CLEAR_RESULTS;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
export class RequestMoreResults extends AbstractAction {
|
|
117
|
-
constructor(id) {
|
|
118
|
-
super(id);
|
|
119
|
-
this.type = REQUEST_MORE_RESULTS;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
export class RequestNewResults extends AbstractAction {
|
|
123
|
-
constructor(id) {
|
|
124
|
-
super(id);
|
|
125
|
-
this.type = REQUEST_NEW_RESULTS;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
export class SetResultsAggregations extends AbstractAction {
|
|
129
|
-
constructor(payload, id) {
|
|
130
|
-
super(id);
|
|
131
|
-
this.payload = payload;
|
|
132
|
-
this.type = SET_RESULTS_AGGREGATIONS;
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
export class SetResultsHits extends AbstractAction {
|
|
136
|
-
constructor(payload, id) {
|
|
137
|
-
super(id);
|
|
138
|
-
this.payload = payload;
|
|
139
|
-
this.type = SET_RESULTS_HITS;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
export class SetConfigAggregations extends AbstractAction {
|
|
143
|
-
constructor(payload, id) {
|
|
144
|
-
super(id);
|
|
145
|
-
this.payload = payload;
|
|
146
|
-
this.type = SET_CONFIG_AGGREGATIONS;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
export class UpdateConfigAggregations extends AbstractAction {
|
|
150
|
-
constructor(payload, id) {
|
|
151
|
-
super(id);
|
|
152
|
-
this.payload = payload;
|
|
153
|
-
this.type = UPDATE_CONFIG_AGGREGATIONS;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
export class SetConfigRequestFields extends AbstractAction {
|
|
157
|
-
constructor(payload, id) {
|
|
158
|
-
super(id);
|
|
159
|
-
this.payload = payload;
|
|
160
|
-
this.type = SET_CONFIG_REQUEST_FIELDS;
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
export class RequestMoreOnAggregation extends AbstractAction {
|
|
164
|
-
constructor(aggregationName, increment, id) {
|
|
165
|
-
super(id);
|
|
166
|
-
this.aggregationName = aggregationName;
|
|
167
|
-
this.increment = increment;
|
|
168
|
-
this.type = REQUEST_MORE_ON_AGGREGATION;
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
export class SetIncludeOnAggregation extends AbstractAction {
|
|
172
|
-
constructor(aggregationName, include, id) {
|
|
173
|
-
super(id);
|
|
174
|
-
this.aggregationName = aggregationName;
|
|
175
|
-
this.include = include;
|
|
176
|
-
this.type = SET_INCLUDE_ON_AGGREGATION;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
export class PatchResultsAggregations extends AbstractAction {
|
|
180
|
-
constructor(aggregationName, payload, id) {
|
|
181
|
-
super(id);
|
|
182
|
-
this.aggregationName = aggregationName;
|
|
183
|
-
this.payload = payload;
|
|
184
|
-
this.type = PATCH_RESULTS_AGGREGATIONS;
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
export class SetError extends AbstractAction {
|
|
188
|
-
constructor(code, message, id) {
|
|
189
|
-
super(id);
|
|
190
|
-
this.code = code;
|
|
191
|
-
this.message = message;
|
|
192
|
-
this.type = SET_ERROR;
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
export class ClearError extends AbstractAction {
|
|
196
|
-
constructor(id) {
|
|
197
|
-
super(id);
|
|
198
|
-
this.type = CLEAR_ERROR;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
export class SetSpatialFilterEnabled extends AbstractAction {
|
|
202
|
-
constructor(enabled, id) {
|
|
203
|
-
super(id);
|
|
204
|
-
this.enabled = enabled;
|
|
205
|
-
this.type = SET_SPATIAL_FILTER_ENABLED;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9ucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9zZWFyY2gvc3JjL2xpYi9zdGF0ZS9hY3Rpb25zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVlBLE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRyw4QkFBOEIsQ0FBQTtBQUN4RCxNQUFNLENBQUMsTUFBTSxXQUFXLEdBQUcsc0JBQXNCLENBQUE7QUFDakQsTUFBTSxDQUFDLE1BQU0sa0JBQWtCLEdBQUcsNkJBQTZCLENBQUE7QUFDL0QsTUFBTSxDQUFDLE1BQU0sY0FBYyxHQUFHLHlCQUF5QixDQUFBO0FBQ3ZELE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRywyQ0FBMkMsQ0FBQTtBQUNyRSxNQUFNLENBQUMsTUFBTSxrQkFBa0IsR0FBRyx5QkFBeUIsQ0FBQTtBQUMzRCxNQUFNLENBQUMsTUFBTSxXQUFXLEdBQUcsa0JBQWtCLENBQUE7QUFDN0MsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUFHLHdCQUF3QixDQUFBO0FBQ3JELE1BQU0sQ0FBQyxNQUFNLFFBQVEsR0FBRyxtQkFBbUIsQ0FBQTtBQUMzQyxNQUFNLENBQUMsTUFBTSxrQkFBa0IsR0FBRyw2QkFBNkIsQ0FBQTtBQUMvRCxNQUFNLENBQUMsTUFBTSxXQUFXLEdBQUcsc0JBQXNCLENBQUE7QUFDakQsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUFHLHdCQUF3QixDQUFBO0FBQ3JELE1BQU0sQ0FBQyxNQUFNLG9CQUFvQixHQUFHLCtCQUErQixDQUFBO0FBQ25FLE1BQU0sQ0FBQyxNQUFNLG1CQUFtQixHQUFHLDhCQUE4QixDQUFBO0FBQ2pFLE1BQU0sQ0FBQyxNQUFNLHdCQUF3QixHQUFHLG1DQUFtQyxDQUFBO0FBQzNFLE1BQU0sQ0FBQyxNQUFNLGdCQUFnQixHQUFHLDJCQUEyQixDQUFBO0FBQzNELE1BQU0sQ0FBQyxNQUFNLHVCQUF1QixHQUFHLGtDQUFrQyxDQUFBO0FBQ3pFLE1BQU0sQ0FBQyxNQUFNLDBCQUEwQixHQUFHLHFDQUFxQyxDQUFBO0FBQy9FLE1BQU0sQ0FBQyxNQUFNLHlCQUF5QixHQUFHLHNDQUFzQyxDQUFBO0FBQy9FLE1BQU0sQ0FBQyxNQUFNLDJCQUEyQixHQUN0QyxzQ0FBc0MsQ0FBQTtBQUN4QyxNQUFNLENBQUMsTUFBTSwwQkFBMEIsR0FBRywyQkFBMkIsQ0FBQTtBQUNyRSxNQUFNLENBQUMsTUFBTSwrQkFBK0IsR0FDMUMsMENBQTBDLENBQUE7QUFDNUMsTUFBTSxDQUFDLE1BQU0sMEJBQTBCLEdBQUcscUNBQXFDLENBQUE7QUFDL0UsTUFBTSxDQUFDLE1BQU0sU0FBUyxHQUFHLG9CQUFvQixDQUFBO0FBQzdDLE1BQU0sQ0FBQyxNQUFNLFdBQVcsR0FBRyxzQkFBc0IsQ0FBQTtBQUNqRCxNQUFNLENBQUMsTUFBTSwwQkFBMEIsR0FBRyxxQ0FBcUMsQ0FBQTtBQUUvRSxNQUFNLENBQUMsTUFBTSxrQkFBa0IsR0FBRyxTQUFTLENBQUE7QUFFM0MsTUFBTSxPQUFnQixjQUFjO0lBRWxDLFlBQXNCLEVBQVc7UUFDL0IsSUFBSSxDQUFDLEVBQUUsR0FBRyxFQUFFLElBQUksa0JBQWtCLENBQUE7SUFDcEMsQ0FBQztDQUNGO0FBRUQsTUFBTSxPQUFPLFNBQVM7SUFFcEIsWUFBbUIsRUFBVTtRQUFWLE9BQUUsR0FBRixFQUFFLENBQVE7UUFEcEIsU0FBSSxHQUFHLFVBQVUsQ0FBQTtJQUNNLENBQUM7Q0FDbEM7QUFFRCxNQUFNLE9BQU8sZ0JBQWlCLFNBQVEsY0FBYztJQUdsRCxZQUNTLE9BQXFCLEVBQzVCLEVBQVc7UUFFWCxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUE7UUFIRixZQUFPLEdBQVAsT0FBTyxDQUFjO1FBSHJCLFNBQUksR0FBRyxrQkFBa0IsQ0FBQTtJQU9sQyxDQUFDO0NBQ0Y7QUFFRCxNQUFNLE9BQU8sVUFBVyxTQUFRLGNBQWM7SUFHNUMsWUFDUyxPQUFxQixFQUM1QixFQUFXO1FBRVgsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFBO1FBSEYsWUFBTyxHQUFQLE9BQU8sQ0FBYztRQUhyQixTQUFJLEdBQUcsV0FBVyxDQUFBO0lBTzNCLENBQUM7Q0FDRjtBQUVELE1BQU0sT0FBTyxhQUFjLFNBQVEsY0FBYztJQUcvQyxZQUNTLE9BQXFCLEVBQzVCLEVBQVc7UUFFWCxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUE7UUFIRixZQUFPLEdBQVAsT0FBTyxDQUFjO1FBSHJCLFNBQUksR0FBRyxjQUFjLENBQUE7SUFPOUIsQ0FBQztDQUNGO0FBRUQsTUFBTSxPQUFPLFNBQVUsU0FBUSxjQUFjO0lBRzNDLFlBQ1MsT0FBMEIsRUFDakMsRUFBVztRQUVYLEtBQUssQ0FBQyxFQUFFLENBQUMsQ0FBQTtRQUhGLFlBQU8sR0FBUCxPQUFPLENBQW1CO1FBSDFCLFNBQUksR0FBRyxVQUFVLENBQUE7SUFPMUIsQ0FBQztDQUNGO0FBRUQsTUFBTSxPQUFPLGdCQUFpQixTQUFRLGNBQWM7SUFFbEQsWUFDUyxhQUFzQixFQUM3QixFQUFXO1FBRVgsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFBO1FBSEYsa0JBQWEsR0FBYixhQUFhLENBQVM7UUFGdEIsU0FBSSxHQUFHLGtCQUFrQixDQUFBO0lBTWxDLENBQUM7Q0FDRjtBQUNELE1BQU0sT0FBTyxTQUFVLFNBQVEsY0FBYztJQUUzQyxZQUNTLE1BQW1CLEVBQzFCLEVBQVc7UUFFWCxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUE7UUFIRixXQUFNLEdBQU4sTUFBTSxDQUFhO1FBRm5CLFNBQUksR0FBRyxXQUFXLENBQUE7SUFNM0IsQ0FBQztDQUNGO0FBRUQsTUFBTSxPQUFPLFdBQVksU0FBUSxjQUFjO0lBRTdDLFlBQ1MsS0FBYSxFQUNwQixFQUFXO1FBRVgsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFBO1FBSEYsVUFBSyxHQUFMLEtBQUssQ0FBUTtRQUZiLFNBQUksR0FBRyxhQUFhLENBQUE7SUFNN0IsQ0FBQztDQUNGO0FBRUQsTUFBTSxPQUFPLFFBQVMsU0FBUSxjQUFjO0lBRTFDLG1DQUFtQztJQUNuQyxZQUNTLFVBQWtCLEVBQ3pCLEVBQVc7UUFFWCxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUE7UUFIRixlQUFVLEdBQVYsVUFBVSxDQUFRO1FBSGxCLFNBQUksR0FBRyxRQUFRLENBQUE7SUFPeEIsQ0FBQztDQUNGO0FBRUQsTUFBTSxPQUFPLGdCQUFpQixTQUFRLGNBQWM7SUFHbEQsWUFDUyxhQUFxQixFQUM1QixFQUFXO1FBRVgsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFBO1FBSEYsa0JBQWEsR0FBYixhQUFhLENBQVE7UUFIckIsU0FBSSxHQUFHLGtCQUFrQixDQUFBO0lBT2xDLENBQUM7Q0FDRjtBQUVELE1BQU0sT0FBTyxVQUFXLFNBQVEsY0FBYztJQUc1QyxZQUNTLE9BQXdCLEVBQy9CLEVBQVc7UUFFWCxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUE7UUFIRixZQUFPLEdBQVAsT0FBTyxDQUFpQjtRQUh4QixTQUFJLEdBQUcsV0FBVyxDQUFBO0lBTzNCLENBQUM7Q0FDRjtBQUVELE1BQU0sT0FBTyxZQUFhLFNBQVEsY0FBYztJQUc5QyxZQUFZLEVBQVc7UUFDckIsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFBO1FBSEYsU0FBSSxHQUFHLGFBQWEsQ0FBQTtJQUk3QixDQUFDO0NBQ0Y7QUFFRCxNQUFNLE9BQU8sa0JBQW1CLFNBQVEsY0FBYztJQUdwRCxZQUFZLEVBQVc7UUFDckIsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFBO1FBSEYsU0FBSSxHQUFHLG9CQUFvQixDQUFBO0lBSXBDLENBQUM7Q0FDRjtBQUVELE1BQU0sT0FBTyxpQkFBa0IsU0FBUSxjQUFjO0lBR25ELFlBQVksRUFBVztRQUNyQixLQUFLLENBQUMsRUFBRSxDQUFDLENBQUE7UUFIRixTQUFJLEdBQUcsbUJBQW1CLENBQUE7SUFJbkMsQ0FBQztDQUNGO0FBRUQsTUFBTSxPQUFPLHNCQUF1QixTQUFRLGNBQWM7SUFHeEQsWUFDUyxPQUFxQixFQUM1QixFQUFXO1FBRVgsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFBO1FBSEYsWUFBTyxHQUFQLE9BQU8sQ0FBYztRQUhyQixTQUFJLEdBQUcsd0JBQXdCLENBQUE7SUFPeEMsQ0FBQztDQUNGO0FBRUQsTUFBTSxPQUFPLGNBQWUsU0FBUSxjQUFjO0lBRWhELFlBQ1MsT0FBZSxFQUN0QixFQUFXO1FBRVgsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFBO1FBSEYsWUFBTyxHQUFQLE9BQU8sQ0FBUTtRQUZmLFNBQUksR0FBRyxnQkFBZ0IsQ0FBQTtJQU1oQyxDQUFDO0NBQ0Y7QUFFRCxNQUFNLE9BQU8scUJBQXNCLFNBQVEsY0FBYztJQUV2RCxZQUNTLE9BQTJCLEVBQ2xDLEVBQVc7UUFFWCxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUE7UUFIRixZQUFPLEdBQVAsT0FBTyxDQUFvQjtRQUYzQixTQUFJLEdBQUcsdUJBQXVCLENBQUE7SUFNdkMsQ0FBQztDQUNGO0FBRUQsTUFBTSxPQUFPLHdCQUF5QixTQUFRLGNBQWM7SUFFMUQsWUFDUyxPQUEyQixFQUNsQyxFQUFXO1FBRVgsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFBO1FBSEYsWUFBTyxHQUFQLE9BQU8sQ0FBb0I7UUFGM0IsU0FBSSxHQUFHLDBCQUEwQixDQUFBO0lBTTFDLENBQUM7Q0FDRjtBQUVELE1BQU0sT0FBTyxzQkFBdUIsU0FBUSxjQUFjO0lBRXhELFlBQ1MsT0FBb0IsRUFDM0IsRUFBVztRQUVYLEtBQUssQ0FBQyxFQUFFLENBQUMsQ0FBQTtRQUhGLFlBQU8sR0FBUCxPQUFPLENBQWE7UUFGcEIsU0FBSSxHQUFHLHlCQUF5QixDQUFBO0lBTXpDLENBQUM7Q0FDRjtBQUVELE1BQU0sT0FBTyx3QkFBeUIsU0FBUSxjQUFjO0lBRTFELFlBQ1MsZUFBdUIsRUFDdkIsU0FBaUIsRUFDeEIsRUFBVztRQUVYLEtBQUssQ0FBQyxFQUFFLENBQUMsQ0FBQTtRQUpGLG9CQUFlLEdBQWYsZUFBZSxDQUFRO1FBQ3ZCLGNBQVMsR0FBVCxTQUFTLENBQVE7UUFIakIsU0FBSSxHQUFHLDJCQUEyQixDQUFBO0lBTzNDLENBQUM7Q0FDRjtBQUVELE1BQU0sT0FBTyx1QkFBd0IsU0FBUSxjQUFjO0lBRXpELFlBQ1MsZUFBdUIsRUFDdkIsT0FBZSxFQUN0QixFQUFXO1FBRVgsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFBO1FBSkYsb0JBQWUsR0FBZixlQUFlLENBQVE7UUFDdkIsWUFBTyxHQUFQLE9BQU8sQ0FBUTtRQUhmLFNBQUksR0FBRywwQkFBMEIsQ0FBQTtJQU8xQyxDQUFDO0NBQ0Y7QUFFRCxNQUFNLE9BQU8sd0JBQXlCLFNBQVEsY0FBYztJQUcxRCxZQUNTLGVBQXVCLEVBQ3ZCLE9BQW9CLEVBQzNCLEVBQVc7UUFFWCxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUE7UUFKRixvQkFBZSxHQUFmLGVBQWUsQ0FBUTtRQUN2QixZQUFPLEdBQVAsT0FBTyxDQUFhO1FBSnBCLFNBQUksR0FBRywwQkFBMEIsQ0FBQTtJQVExQyxDQUFDO0NBQ0Y7QUFFRCxNQUFNLE9BQU8sUUFBUyxTQUFRLGNBQWM7SUFHMUMsWUFDUyxJQUFZLEVBQ1osT0FBZSxFQUN0QixFQUFXO1FBRVgsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFBO1FBSkYsU0FBSSxHQUFKLElBQUksQ0FBUTtRQUNaLFlBQU8sR0FBUCxPQUFPLENBQVE7UUFKZixTQUFJLEdBQUcsU0FBUyxDQUFBO0lBUXpCLENBQUM7Q0FDRjtBQUVELE1BQU0sT0FBTyxVQUFXLFNBQVEsY0FBYztJQUc1QyxZQUFZLEVBQVc7UUFDckIsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFBO1FBSEYsU0FBSSxHQUFHLFdBQVcsQ0FBQTtJQUkzQixDQUFDO0NBQ0Y7QUFFRCxNQUFNLE9BQU8sdUJBQXdCLFNBQVEsY0FBYztJQUV6RCxZQUNTLE9BQWdCLEVBQ3ZCLEVBQVc7UUFFWCxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUE7UUFIRixZQUFPLEdBQVAsT0FBTyxDQUFTO1FBRmhCLFNBQUksR0FBRywwQkFBMEIsQ0FBQTtJQU0xQyxDQUFDO0NBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBY3Rpb24gfSBmcm9tICdAbmdyeC9zdG9yZSdcbmltcG9ydCB7IFNlYXJjaFN0YXRlUGFyYW1zIH0gZnJvbSAnLi9yZWR1Y2VyJ1xuaW1wb3J0IHtcbiAgQWdncmVnYXRpb24sXG4gIEFnZ3JlZ2F0aW9ucyxcbiAgQWdncmVnYXRpb25zUGFyYW1zLFxuICBGaWVsZEZpbHRlcnMsXG4gIEZpZWxkTmFtZSxcbiAgU29ydEJ5RmllbGQsXG59IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tbW9uL2RvbWFpbi9zcmMvbGliL21vZGVsL3NlYXJjaCdcbmltcG9ydCB7IENhdGFsb2dSZWNvcmQgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbW1vbi9kb21haW4vc3JjL2xpYi9tb2RlbC9yZWNvcmQnXG5cbmV4cG9ydCBjb25zdCBBRERfU0VBUkNIID0gJ1tTZWFyY2hdIEFkZCBzZWFyY2ggaW5zdGFuY2UnXG5leHBvcnQgY29uc3QgU0VUX0ZJTFRFUlMgPSAnW1NlYXJjaF0gU2V0IEZpbHRlcnMnXG5leHBvcnQgY29uc3QgU0VUX0NPTkZJR19GSUxURVJTID0gJ1tTZWFyY2hdIFNldCBjb25maWcgZmlsdGVycydcbmV4cG9ydCBjb25zdCBVUERBVEVfRklMVEVSUyA9ICdbU2VhcmNoXSBVcGRhdGUgRmlsdGVycydcbmV4cG9ydCBjb25zdCBTRVRfU0VBUkNIID0gJ1tTZWFyY2hdIFNldCBvdmVyYWxsIHNlYXJjaCBjb25maWd1cmF0aW9uJ1xuZXhwb3J0IGNvbnN0IFNFVF9GQVZPUklURVNfT05MWSA9ICdbU2VhcmNoXSBGYXZvcml0ZXMgT25seSdcbmV4cG9ydCBjb25zdCBTRVRfU09SVF9CWSA9ICdbU2VhcmNoXSBTb3J0IEJ5J1xuZXhwb3J0IGNvbnN0IFNFVF9QQUdFX1NJWkUgPSAnW1NlYXJjaF0gU2V0IHBhZ2Ugc2l6ZSdcbmV4cG9ydCBjb25zdCBQQUdJTkFURSA9ICdbU2VhcmNoXSBQYWdpbmF0ZSdcbmV4cG9ydCBjb25zdCBTRVRfUkVTVUxUU19MQVlPVVQgPSAnW1NlYXJjaF0gU2V0IHJlc3VsdHMgbGF5b3V0J1xuZXhwb3J0IGNvbnN0IEFERF9SRVNVTFRTID0gJ1tTZWFyY2hdIEFkZCBSZXN1bHRzJ1xuZXhwb3J0IGNvbnN0IENMRUFSX1JFU1VMVFMgPSAnW1NlYXJjaF0gQ2xlYXIgUmVzdWx0cydcbmV4cG9ydCBjb25zdCBSRVFVRVNUX01PUkVfUkVTVUxUUyA9ICdbU2VhcmNoXSBSZXF1ZXN0IE1vcmUgUmVzdWx0cydcbmV4cG9ydCBjb25zdCBSRVFVRVNUX05FV19SRVNVTFRTID0gJ1tTZWFyY2hdIFJlcXVlc3QgTmV3IFJlc3VsdHMnXG5leHBvcnQgY29uc3QgU0VUX1JFU1VMVFNfQUdHUkVHQVRJT05TID0gJ1tTZWFyY2hdIFNldCBSZXN1bHRzIEFnZ3JlZ2F0aW9ucydcbmV4cG9ydCBjb25zdCBTRVRfUkVTVUxUU19ISVRTID0gJ1tTZWFyY2hdIFNldCBSZXN1bHRzIGhpdHMnXG5leHBvcnQgY29uc3QgU0VUX0NPTkZJR19BR0dSRUdBVElPTlMgPSAnW1NlYXJjaF0gU2V0IENvbmZpZyBBZ2dyZWdhdGlvbnMnXG5leHBvcnQgY29uc3QgVVBEQVRFX0NPTkZJR19BR0dSRUdBVElPTlMgPSAnW1NlYXJjaF0gVXBkYXRlIENvbmZpZyBBZ2dyZWdhdGlvbnMnXG5leHBvcnQgY29uc3QgU0VUX0NPTkZJR19SRVFVRVNUX0ZJRUxEUyA9ICdbU2VhcmNoXSBTZXQgQ29uZmlnIHJlcXVlc3RlZCBmaWVsZHMnXG5leHBvcnQgY29uc3QgUkVRVUVTVF9NT1JFX09OX0FHR1JFR0FUSU9OID1cbiAgJ1tTZWFyY2hdIFJlcXVlc3QgTW9yZSBPbiBBZ2dyZWdhdGlvbidcbmV4cG9ydCBjb25zdCBTRVRfSU5DTFVERV9PTl9BR0dSRUdBVElPTiA9ICdbU2VhcmNoXSBTZXQgdGVybSBpbmNsdWRlJ1xuZXhwb3J0IGNvbnN0IFVQREFURV9SRVFVRVNUX0FHR1JFR0FUSU9OX1RFUk0gPVxuICAnW1NlYXJjaF0gVXBkYXRlIHJlcXVlc3QgYWdncmVnYXRpb24gdGVybSdcbmV4cG9ydCBjb25zdCBQQVRDSF9SRVNVTFRTX0FHR1JFR0FUSU9OUyA9ICdbU2VhcmNoXSBQYXRjaCBSZXN1bHRzIEFnZ3JlZ2F0aW9ucydcbmV4cG9ydCBjb25zdCBTRVRfRVJST1IgPSAnW1NlYXJjaF0gU2V0IEVycm9yJ1xuZXhwb3J0IGNvbnN0IENMRUFSX0VSUk9SID0gJ1tTZWFyY2hdIENsZWFyIEVycm9yJ1xuZXhwb3J0IGNvbnN0IFNFVF9TUEFUSUFMX0ZJTFRFUl9FTkFCTEVEID0gJ1tTZWFyY2hdIFNldCBTcGF0aWFsIEZpbHRlciBFbmFibGVkJ1xuXG5leHBvcnQgY29uc3QgREVGQVVMVF9TRUFSQ0hfS0VZID0gJ2RlZmF1bHQnXG5cbmV4cG9ydCBhYnN0cmFjdCBjbGFzcyBBYnN0cmFjdEFjdGlvbiB7XG4gIGlkPzogc3RyaW5nXG4gIHByb3RlY3RlZCBjb25zdHJ1Y3RvcihpZD86IHN0cmluZykge1xuICAgIHRoaXMuaWQgPSBpZCB8fCBERUZBVUxUX1NFQVJDSF9LRVlcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgQWRkU2VhcmNoIGltcGxlbWVudHMgQWN0aW9uIHtcbiAgcmVhZG9ubHkgdHlwZSA9IEFERF9TRUFSQ0hcbiAgY29uc3RydWN0b3IocHVibGljIGlkOiBzdHJpbmcpIHt9XG59XG5cbmV4cG9ydCBjbGFzcyBTZXRDb25maWdGaWx0ZXJzIGV4dGVuZHMgQWJzdHJhY3RBY3Rpb24gaW1wbGVtZW50cyBBY3Rpb24ge1xuICByZWFkb25seSB0eXBlID0gU0VUX0NPTkZJR19GSUxURVJTXG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIHBheWxvYWQ6IEZpZWxkRmlsdGVycyxcbiAgICBpZD86IHN0cmluZ1xuICApIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgU2V0RmlsdGVycyBleHRlbmRzIEFic3RyYWN0QWN0aW9uIGltcGxlbWVudHMgQWN0aW9uIHtcbiAgcmVhZG9ubHkgdHlwZSA9IFNFVF9GSUxURVJTXG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIHBheWxvYWQ6IEZpZWxkRmlsdGVycyxcbiAgICBpZD86IHN0cmluZ1xuICApIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgVXBkYXRlRmlsdGVycyBleHRlbmRzIEFic3RyYWN0QWN0aW9uIGltcGxlbWVudHMgQWN0aW9uIHtcbiAgcmVhZG9ubHkgdHlwZSA9IFVQREFURV9GSUxURVJTXG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIHBheWxvYWQ6IEZpZWxkRmlsdGVycyxcbiAgICBpZD86IHN0cmluZ1xuICApIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgU2V0U2VhcmNoIGV4dGVuZHMgQWJzdHJhY3RBY3Rpb24gaW1wbGVtZW50cyBBY3Rpb24ge1xuICByZWFkb25seSB0eXBlID0gU0VUX1NFQVJDSFxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyBwYXlsb2FkOiBTZWFyY2hTdGF0ZVBhcmFtcyxcbiAgICBpZD86IHN0cmluZ1xuICApIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgU2V0RmF2b3JpdGVzT25seSBleHRlbmRzIEFic3RyYWN0QWN0aW9uIGltcGxlbWVudHMgQWN0aW9uIHtcbiAgcmVhZG9ubHkgdHlwZSA9IFNFVF9GQVZPUklURVNfT05MWVxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgZmF2b3JpdGVzT25seTogYm9vbGVhbixcbiAgICBpZD86IHN0cmluZ1xuICApIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuZXhwb3J0IGNsYXNzIFNldFNvcnRCeSBleHRlbmRzIEFic3RyYWN0QWN0aW9uIGltcGxlbWVudHMgQWN0aW9uIHtcbiAgcmVhZG9ubHkgdHlwZSA9IFNFVF9TT1JUX0JZXG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyBzb3J0Qnk6IFNvcnRCeUZpZWxkLFxuICAgIGlkPzogc3RyaW5nXG4gICkge1xuICAgIHN1cGVyKGlkKVxuICB9XG59XG5cbmV4cG9ydCBjbGFzcyBTZXRQYWdlU2l6ZSBleHRlbmRzIEFic3RyYWN0QWN0aW9uIGltcGxlbWVudHMgQWN0aW9uIHtcbiAgcmVhZG9ubHkgdHlwZSA9IFNFVF9QQUdFX1NJWkVcbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIGxpbWl0OiBudW1iZXIsXG4gICAgaWQ/OiBzdHJpbmdcbiAgKSB7XG4gICAgc3VwZXIoaWQpXG4gIH1cbn1cblxuZXhwb3J0IGNsYXNzIFBhZ2luYXRlIGV4dGVuZHMgQWJzdHJhY3RBY3Rpb24gaW1wbGVtZW50cyBBY3Rpb24ge1xuICByZWFkb25seSB0eXBlID0gUEFHSU5BVEVcbiAgLy8gTm90ZTogcGFnZSBudW1iZXIgaXMgb25lLWJhc2VkISFcbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIHBhZ2VOdW1iZXI6IG51bWJlcixcbiAgICBpZD86IHN0cmluZ1xuICApIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgU2V0UmVzdWx0c0xheW91dCBleHRlbmRzIEFic3RyYWN0QWN0aW9uIGltcGxlbWVudHMgQWN0aW9uIHtcbiAgcmVhZG9ubHkgdHlwZSA9IFNFVF9SRVNVTFRTX0xBWU9VVFxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyByZXN1bHRzTGF5b3V0OiBzdHJpbmcsXG4gICAgaWQ/OiBzdHJpbmdcbiAgKSB7XG4gICAgc3VwZXIoaWQpXG4gIH1cbn1cblxuZXhwb3J0IGNsYXNzIEFkZFJlc3VsdHMgZXh0ZW5kcyBBYnN0cmFjdEFjdGlvbiBpbXBsZW1lbnRzIEFjdGlvbiB7XG4gIHJlYWRvbmx5IHR5cGUgPSBBRERfUkVTVUxUU1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyBwYXlsb2FkOiBDYXRhbG9nUmVjb3JkW10sXG4gICAgaWQ/OiBzdHJpbmdcbiAgKSB7XG4gICAgc3VwZXIoaWQpXG4gIH1cbn1cblxuZXhwb3J0IGNsYXNzIENsZWFyUmVzdWx0cyBleHRlbmRzIEFic3RyYWN0QWN0aW9uIGltcGxlbWVudHMgQWN0aW9uIHtcbiAgcmVhZG9ubHkgdHlwZSA9IENMRUFSX1JFU1VMVFNcblxuICBjb25zdHJ1Y3RvcihpZD86IHN0cmluZykge1xuICAgIHN1cGVyKGlkKVxuICB9XG59XG5cbmV4cG9ydCBjbGFzcyBSZXF1ZXN0TW9yZVJlc3VsdHMgZXh0ZW5kcyBBYnN0cmFjdEFjdGlvbiBpbXBsZW1lbnRzIEFjdGlvbiB7XG4gIHJlYWRvbmx5IHR5cGUgPSBSRVFVRVNUX01PUkVfUkVTVUxUU1xuXG4gIGNvbnN0cnVjdG9yKGlkPzogc3RyaW5nKSB7XG4gICAgc3VwZXIoaWQpXG4gIH1cbn1cblxuZXhwb3J0IGNsYXNzIFJlcXVlc3ROZXdSZXN1bHRzIGV4dGVuZHMgQWJzdHJhY3RBY3Rpb24gaW1wbGVtZW50cyBBY3Rpb24ge1xuICByZWFkb25seSB0eXBlID0gUkVRVUVTVF9ORVdfUkVTVUxUU1xuXG4gIGNvbnN0cnVjdG9yKGlkPzogc3RyaW5nKSB7XG4gICAgc3VwZXIoaWQpXG4gIH1cbn1cblxuZXhwb3J0IGNsYXNzIFNldFJlc3VsdHNBZ2dyZWdhdGlvbnMgZXh0ZW5kcyBBYnN0cmFjdEFjdGlvbiBpbXBsZW1lbnRzIEFjdGlvbiB7XG4gIHJlYWRvbmx5IHR5cGUgPSBTRVRfUkVTVUxUU19BR0dSRUdBVElPTlNcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgcGF5bG9hZDogQWdncmVnYXRpb25zLFxuICAgIGlkPzogc3RyaW5nXG4gICkge1xuICAgIHN1cGVyKGlkKVxuICB9XG59XG5cbmV4cG9ydCBjbGFzcyBTZXRSZXN1bHRzSGl0cyBleHRlbmRzIEFic3RyYWN0QWN0aW9uIGltcGxlbWVudHMgQWN0aW9uIHtcbiAgcmVhZG9ubHkgdHlwZSA9IFNFVF9SRVNVTFRTX0hJVFNcbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIHBheWxvYWQ6IG51bWJlcixcbiAgICBpZD86IHN0cmluZ1xuICApIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgU2V0Q29uZmlnQWdncmVnYXRpb25zIGV4dGVuZHMgQWJzdHJhY3RBY3Rpb24gaW1wbGVtZW50cyBBY3Rpb24ge1xuICByZWFkb25seSB0eXBlID0gU0VUX0NPTkZJR19BR0dSRUdBVElPTlNcbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIHBheWxvYWQ6IEFnZ3JlZ2F0aW9uc1BhcmFtcyxcbiAgICBpZD86IHN0cmluZ1xuICApIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgVXBkYXRlQ29uZmlnQWdncmVnYXRpb25zIGV4dGVuZHMgQWJzdHJhY3RBY3Rpb24gaW1wbGVtZW50cyBBY3Rpb24ge1xuICByZWFkb25seSB0eXBlID0gVVBEQVRFX0NPTkZJR19BR0dSRUdBVElPTlNcbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIHBheWxvYWQ6IEFnZ3JlZ2F0aW9uc1BhcmFtcyxcbiAgICBpZD86IHN0cmluZ1xuICApIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgU2V0Q29uZmlnUmVxdWVzdEZpZWxkcyBleHRlbmRzIEFic3RyYWN0QWN0aW9uIGltcGxlbWVudHMgQWN0aW9uIHtcbiAgcmVhZG9ubHkgdHlwZSA9IFNFVF9DT05GSUdfUkVRVUVTVF9GSUVMRFNcbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIHBheWxvYWQ6IEZpZWxkTmFtZVtdLFxuICAgIGlkPzogc3RyaW5nXG4gICkge1xuICAgIHN1cGVyKGlkKVxuICB9XG59XG5cbmV4cG9ydCBjbGFzcyBSZXF1ZXN0TW9yZU9uQWdncmVnYXRpb24gZXh0ZW5kcyBBYnN0cmFjdEFjdGlvbiBpbXBsZW1lbnRzIEFjdGlvbiB7XG4gIHJlYWRvbmx5IHR5cGUgPSBSRVFVRVNUX01PUkVfT05fQUdHUkVHQVRJT05cbiAgY29uc3RydWN0b3IoXG4gICAgcHVibGljIGFnZ3JlZ2F0aW9uTmFtZTogc3RyaW5nLFxuICAgIHB1YmxpYyBpbmNyZW1lbnQ6IG51bWJlcixcbiAgICBpZD86IHN0cmluZ1xuICApIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgU2V0SW5jbHVkZU9uQWdncmVnYXRpb24gZXh0ZW5kcyBBYnN0cmFjdEFjdGlvbiBpbXBsZW1lbnRzIEFjdGlvbiB7XG4gIHJlYWRvbmx5IHR5cGUgPSBTRVRfSU5DTFVERV9PTl9BR0dSRUdBVElPTlxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgYWdncmVnYXRpb25OYW1lOiBzdHJpbmcsXG4gICAgcHVibGljIGluY2x1ZGU6IHN0cmluZyxcbiAgICBpZD86IHN0cmluZ1xuICApIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgUGF0Y2hSZXN1bHRzQWdncmVnYXRpb25zIGV4dGVuZHMgQWJzdHJhY3RBY3Rpb24gaW1wbGVtZW50cyBBY3Rpb24ge1xuICByZWFkb25seSB0eXBlID0gUEFUQ0hfUkVTVUxUU19BR0dSRUdBVElPTlNcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgYWdncmVnYXRpb25OYW1lOiBzdHJpbmcsXG4gICAgcHVibGljIHBheWxvYWQ6IEFnZ3JlZ2F0aW9uLFxuICAgIGlkPzogc3RyaW5nXG4gICkge1xuICAgIHN1cGVyKGlkKVxuICB9XG59XG5cbmV4cG9ydCBjbGFzcyBTZXRFcnJvciBleHRlbmRzIEFic3RyYWN0QWN0aW9uIGltcGxlbWVudHMgQWN0aW9uIHtcbiAgcmVhZG9ubHkgdHlwZSA9IFNFVF9FUlJPUlxuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHB1YmxpYyBjb2RlOiBudW1iZXIsXG4gICAgcHVibGljIG1lc3NhZ2U6IHN0cmluZyxcbiAgICBpZD86IHN0cmluZ1xuICApIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgQ2xlYXJFcnJvciBleHRlbmRzIEFic3RyYWN0QWN0aW9uIGltcGxlbWVudHMgQWN0aW9uIHtcbiAgcmVhZG9ubHkgdHlwZSA9IENMRUFSX0VSUk9SXG5cbiAgY29uc3RydWN0b3IoaWQ/OiBzdHJpbmcpIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuXG5leHBvcnQgY2xhc3MgU2V0U3BhdGlhbEZpbHRlckVuYWJsZWQgZXh0ZW5kcyBBYnN0cmFjdEFjdGlvbiBpbXBsZW1lbnRzIEFjdGlvbiB7XG4gIHJlYWRvbmx5IHR5cGUgPSBTRVRfU1BBVElBTF9GSUxURVJfRU5BQkxFRFxuICBjb25zdHJ1Y3RvcihcbiAgICBwdWJsaWMgZW5hYmxlZDogYm9vbGVhbixcbiAgICBpZD86IHN0cmluZ1xuICApIHtcbiAgICBzdXBlcihpZClcbiAgfVxufVxuZXhwb3J0IHR5cGUgU2VhcmNoQWN0aW9ucyA9XG4gIHwgQWRkU2VhcmNoXG4gIHwgU2V0Q29uZmlnRmlsdGVyc1xuICB8IFNldEZpbHRlcnNcbiAgfCBVcGRhdGVGaWx0ZXJzXG4gIHwgU2V0U2VhcmNoXG4gIHwgU2V0RmF2b3JpdGVzT25seVxuICB8IFNldFNvcnRCeVxuICB8IFNldFBhZ2VTaXplXG4gIHwgUGFnaW5hdGVcbiAgfCBTZXRSZXN1bHRzTGF5b3V0XG4gIHwgQWRkUmVzdWx0c1xuICB8IENsZWFyUmVzdWx0c1xuICB8IFJlcXVlc3RNb3JlUmVzdWx0c1xuICB8IFJlcXVlc3ROZXdSZXN1bHRzXG4gIHwgU2V0UmVzdWx0c0FnZ3JlZ2F0aW9uc1xuICB8IFNldFJlc3VsdHNIaXRzXG4gIHwgU2V0Q29uZmlnQWdncmVnYXRpb25zXG4gIHwgVXBkYXRlQ29uZmlnQWdncmVnYXRpb25zXG4gIHwgU2V0Q29uZmlnUmVxdWVzdEZpZWxkc1xuICB8IFJlcXVlc3RNb3JlT25BZ2dyZWdhdGlvblxuICB8IFNldEluY2x1ZGVPbkFnZ3JlZ2F0aW9uXG4gIHwgUGF0Y2hSZXN1bHRzQWdncmVnYXRpb25zXG4gIHwgU2V0RXJyb3JcbiAgfCBDbGVhckVycm9yXG4gIHwgU2V0U3BhdGlhbEZpbHRlckVuYWJsZWRcbiJdfQ==
|
package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { Directive, Host, Input } from '@angular/core';
|
|
2
|
-
import { SearchService } from '../../utils/service/search.service';
|
|
3
|
-
import { SearchFacade } from '../search.facade';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "../search.facade";
|
|
6
|
-
export class SearchStateContainerDirective {
|
|
7
|
-
constructor(facade) {
|
|
8
|
-
this.facade = facade;
|
|
9
|
-
}
|
|
10
|
-
ngOnInit() {
|
|
11
|
-
this.facade.init(this.searchId);
|
|
12
|
-
}
|
|
13
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SearchStateContainerDirective, deps: [{ token: i1.SearchFacade, host: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
14
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: SearchStateContainerDirective, isStandalone: true, selector: "[gnUiSearchStateContainer]", inputs: { searchId: ["gnUiSearchStateContainer", "searchId"] }, providers: [SearchFacade, SearchService], ngImport: i0 }); }
|
|
15
|
-
}
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SearchStateContainerDirective, decorators: [{
|
|
17
|
-
type: Directive,
|
|
18
|
-
args: [{
|
|
19
|
-
selector: '[gnUiSearchStateContainer]',
|
|
20
|
-
providers: [SearchFacade, SearchService],
|
|
21
|
-
standalone: true,
|
|
22
|
-
}]
|
|
23
|
-
}], ctorParameters: () => [{ type: i1.SearchFacade, decorators: [{
|
|
24
|
-
type: Host
|
|
25
|
-
}] }], propDecorators: { searchId: [{
|
|
26
|
-
type: Input,
|
|
27
|
-
args: ['gnUiSearchStateContainer']
|
|
28
|
-
}] } });
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLXN0YXRlLmNvbnRhaW5lci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvc2VhcmNoL3NyYy9saWIvc3RhdGUvY29udGFpbmVyL3NlYXJjaC1zdGF0ZS5jb250YWluZXIuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsSUFBSSxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQTtBQUM5RCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sb0NBQW9DLENBQUE7QUFDbEUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGtCQUFrQixDQUFBOzs7QUFPL0MsTUFBTSxPQUFPLDZCQUE2QjtJQUd4QyxZQUE0QixNQUFvQjtRQUFwQixXQUFNLEdBQU4sTUFBTSxDQUFjO0lBQUcsQ0FBQztJQUVwRCxRQUFRO1FBQ04sSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFBO0lBQ2pDLENBQUM7K0dBUFUsNkJBQTZCO21HQUE3Qiw2QkFBNkIseUlBSDdCLENBQUMsWUFBWSxFQUFFLGFBQWEsQ0FBQzs7NEZBRzdCLDZCQUE2QjtrQkFMekMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsNEJBQTRCO29CQUN0QyxTQUFTLEVBQUUsQ0FBQyxZQUFZLEVBQUUsYUFBYSxDQUFDO29CQUN4QyxVQUFVLEVBQUUsSUFBSTtpQkFDakI7OzBCQUljLElBQUk7eUNBRmtCLFFBQVE7c0JBQTFDLEtBQUs7dUJBQUMsMEJBQTBCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlLCBIb3N0LCBJbnB1dCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IFNlYXJjaFNlcnZpY2UgfSBmcm9tICcuLi8uLi91dGlscy9zZXJ2aWNlL3NlYXJjaC5zZXJ2aWNlJ1xuaW1wb3J0IHsgU2VhcmNoRmFjYWRlIH0gZnJvbSAnLi4vc2VhcmNoLmZhY2FkZSdcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAnW2duVWlTZWFyY2hTdGF0ZUNvbnRhaW5lcl0nLFxuICBwcm92aWRlcnM6IFtTZWFyY2hGYWNhZGUsIFNlYXJjaFNlcnZpY2VdLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBTZWFyY2hTdGF0ZUNvbnRhaW5lckRpcmVjdGl2ZSBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgnZ25VaVNlYXJjaFN0YXRlQ29udGFpbmVyJykgc2VhcmNoSWQ6IHN0cmluZ1xuXG4gIGNvbnN0cnVjdG9yKEBIb3N0KCkgcHJpdmF0ZSBmYWNhZGU6IFNlYXJjaEZhY2FkZSkge31cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLmZhY2FkZS5pbml0KHRoaXMuc2VhcmNoSWQpXG4gIH1cbn1cbiJdfQ==
|