geonetwork-ui 2.7.0-dev.4fe76116d → 2.7.0-dev.652a07b0d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/index.mjs +1 -2
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +2 -2
- package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +26 -3
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/index.mjs +3 -5
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.mjs +5 -0
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.mjs +6 -0
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +35 -21
- package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +3 -1
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
- package/esm2022/libs/feature/catalog/src/index.mjs +1 -2
- package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +3 -1
- package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +5 -4
- package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +4 -3
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +8 -2
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.mjs +14 -38
- package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +6 -36
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +2 -2
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +10 -5
- package/esm2022/libs/feature/notifications/src/index.mjs +1 -2
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +4 -2
- package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +14 -4
- package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +5 -43
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +10 -5
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +15 -5
- package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +4 -2
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +4 -2
- package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +3 -2
- package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +2 -5
- package/esm2022/libs/feature/search/src/index.mjs +1 -2
- package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +12 -5
- package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +24 -17
- package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +4 -100
- package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +9 -5
- package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +6 -5
- package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +9 -5
- package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +7 -6
- package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +19 -12
- package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +2 -1
- package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +7 -6
- package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +3 -2
- package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +8 -2
- package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +8 -2
- package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +8 -2
- package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +8 -2
- package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +14 -4
- package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +8 -2
- package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +8 -2
- package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +14 -4
- package/esm2022/libs/ui/search/src/index.mjs +1 -3
- package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +14 -30
- package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +6 -27
- package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +7 -4
- package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +5 -2
- package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +36 -7
- package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +11 -5
- package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +17 -7
- package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +4 -2
- package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +5 -4
- package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +5 -3
- package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +14 -4
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +33 -8
- package/esm2022/libs/util/shared/src/lib/utils/index.mjs +2 -1
- package/esm2022/libs/util/shared/src/lib/utils/scroll.mjs +40 -0
- package/esm2022/translations/de.json +1 -0
- package/esm2022/translations/en.json +1 -0
- package/esm2022/translations/es.json +1 -0
- package/esm2022/translations/fr.json +2 -1
- package/esm2022/translations/it.json +1 -0
- package/esm2022/translations/nl.json +1 -0
- package/esm2022/translations/pt.json +1 -0
- package/esm2022/translations/sk.json +1 -0
- package/fesm2022/geonetwork-ui.mjs +5320 -5470
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/index.d.ts.map +1 -1
- package/index.ts +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +2 -2
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts +5 -1
- package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/organizations/index.d.ts +2 -3
- package/libs/api/repository/src/lib/gn4/organizations/index.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts +4 -0
- package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts.map +1 -0
- package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts +9 -0
- package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts.map +1 -0
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +11 -8
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts +2 -0
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts +2 -0
- package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
- package/libs/feature/catalog/src/index.d.ts +0 -1
- package/libs/feature/catalog/src/index.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts +1 -0
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts +1 -1
- package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts +1 -1
- package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +1 -1
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.d.ts +4 -12
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts +3 -10
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +1 -1
- package/libs/feature/notifications/src/index.d.ts +0 -1
- package/libs/feature/notifications/src/index.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/feature-record.module.d.ts +4 -11
- package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts +1 -1
- package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/router.module.d.ts +4 -5
- package/libs/feature/router/src/lib/default/router.module.d.ts.map +1 -1
- package/libs/feature/search/src/index.d.ts +0 -1
- package/libs/feature/search/src/index.d.ts.map +1 -1
- package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts +1 -1
- package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +1 -0
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/feature-search.module.d.ts +3 -26
- package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +1 -1
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts +1 -1
- package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +1 -1
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts +1 -1
- package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +1 -1
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +1 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts +1 -1
- package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts +1 -1
- package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts.map +1 -1
- package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +1 -1
- package/libs/ui/search/src/index.d.ts +0 -2
- package/libs/ui/search/src/index.d.ts.map +1 -1
- package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts +1 -11
- package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts +1 -11
- package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts +1 -1
- package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts +1 -1
- package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +1 -1
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts +1 -1
- package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-list/results-list.component.d.ts +1 -1
- package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts +1 -1
- package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts.map +1 -1
- package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +1 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts +26 -7
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/index.d.ts +1 -0
- package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/scroll.d.ts +12 -0
- package/libs/util/shared/src/lib/utils/scroll.d.ts.map +1 -0
- package/package.json +3 -3
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +3 -3
- package/src/libs/api/repository/src/lib/gn4/gn4.provider.ts +38 -2
- package/src/libs/api/repository/src/lib/gn4/organizations/index.ts +2 -11
- package/src/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.ts +10 -0
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.ts +33 -0
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +36 -38
- package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +8 -0
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +1 -1
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +2 -0
- package/src/libs/feature/catalog/src/index.ts +0 -1
- package/src/libs/feature/catalog/src/lib/organization-url.token.ts +5 -0
- package/src/libs/feature/catalog/src/lib/site-title/site-title.component.ts +4 -0
- package/src/libs/feature/catalog/src/lib/source-label/source-label.component.ts +3 -0
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +4 -4
- package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +3 -3
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +8 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.html +10 -8
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.ts +15 -43
- package/src/libs/feature/editor/src/lib/feature-editor.module.ts +2 -18
- package/src/libs/feature/editor/src/lib/fields.config.ts +1 -1
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +8 -1
- package/src/libs/feature/notifications/src/index.ts +0 -1
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +3 -1
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +7 -2
- package/src/libs/feature/record/src/lib/feature-record.module.ts +1 -21
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +5 -2
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +12 -3
- package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +2 -0
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +4 -2
- package/src/libs/feature/router/src/lib/default/container/search-router.container.directive.ts +1 -0
- package/src/libs/feature/router/src/lib/default/router.module.ts +0 -3
- package/src/libs/feature/search/src/index.ts +0 -1
- package/src/libs/feature/search/src/lib/facets/facets-container/facets-container.component.ts +14 -1
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +23 -16
- package/src/libs/feature/search/src/lib/feature-search.module.ts +0 -61
- package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +12 -1
- package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.ts +5 -0
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +11 -0
- package/src/libs/feature/search/src/lib/results-layout/results-layout.component.ts +5 -0
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +21 -1
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +1 -1
- package/src/libs/feature/search/src/lib/sort-by/sort-by.component.ts +5 -0
- package/src/libs/feature/search/src/lib/state/container/search-state.container.directive.ts +1 -0
- package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.ts +4 -1
- package/src/libs/ui/elements/src/lib/api-card/api-card.component.ts +4 -1
- package/src/libs/ui/elements/src/lib/download-item/download-item.component.ts +4 -1
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +4 -1
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +7 -2
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.ts +8 -1
- package/src/libs/ui/elements/src/lib/notification/notification.component.ts +8 -1
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.ts +7 -2
- package/src/libs/ui/search/src/index.ts +0 -2
- package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.ts +12 -11
- package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.ts +5 -11
- package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.ts +6 -0
- package/src/libs/ui/search/src/lib/record-metric/record-metric.component.ts +4 -0
- package/src/libs/ui/search/src/lib/record-preview/record-preview.component.ts +3 -0
- package/src/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.ts +4 -0
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +33 -1
- package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.ts +10 -0
- package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.ts +4 -0
- package/src/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.ts +4 -0
- package/src/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.ts +4 -0
- package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.ts +4 -0
- package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.html +1 -4
- package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.ts +16 -2
- package/src/libs/ui/search/src/lib/results-list/results-layout.config.ts +5 -3
- package/src/libs/ui/search/src/lib/results-list/results-list.component.ts +4 -0
- package/src/libs/ui/search/src/lib/results-list-item/results-list-item.component.ts +3 -0
- package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +6 -1
- package/src/libs/util/shared/src/lib/links/link-utils.ts +32 -7
- package/src/libs/util/shared/src/lib/utils/index.ts +1 -0
- package/src/libs/util/shared/src/lib/utils/scroll.ts +48 -0
- package/translations/de.json +1 -0
- package/translations/en.json +1 -0
- package/translations/es.json +1 -0
- package/translations/fr.json +2 -1
- package/translations/it.json +1 -0
- package/translations/nl.json +1 -0
- package/translations/pt.json +1 -0
- package/translations/sk.json +1 -0
- package/esm2022/libs/feature/auth/src/index.mjs +0 -2
- package/esm2022/libs/feature/auth/src/lib/feature-auth.module.mjs +0 -17
- package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +0 -57
- package/esm2022/libs/feature/notifications/src/lib/feature-notifications.module.mjs +0 -18
- package/esm2022/libs/feature/search/src/lib/facets/facets.module.mjs +0 -21
- package/esm2022/libs/ui/search/src/lib/facets/facets.module.mjs +0 -23
- package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +0 -168
- package/libs/feature/auth/src/index.d.ts +0 -2
- package/libs/feature/auth/src/index.d.ts.map +0 -1
- package/libs/feature/auth/src/lib/feature-auth.module.d.ts +0 -8
- package/libs/feature/auth/src/lib/feature-auth.module.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts +0 -14
- package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts.map +0 -1
- package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts +0 -7
- package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts.map +0 -1
- package/libs/feature/search/src/lib/facets/facets.module.d.ts +0 -11
- package/libs/feature/search/src/lib/facets/facets.module.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facets.module.d.ts +0 -13
- package/libs/ui/search/src/lib/facets/facets.module.d.ts.map +0 -1
- package/libs/ui/search/src/lib/ui-search.module.d.ts +0 -36
- package/libs/ui/search/src/lib/ui-search.module.d.ts.map +0 -1
- package/src/libs/feature/auth/src/index.ts +0 -1
- package/src/libs/feature/auth/src/lib/feature-auth.module.ts +0 -12
- package/src/libs/feature/catalog/src/lib/feature-catalog.module.ts +0 -71
- package/src/libs/feature/notifications/src/lib/feature-notifications.module.ts +0 -10
- package/src/libs/feature/search/src/lib/facets/facets.module.ts +0 -12
- package/src/libs/ui/search/src/lib/facets/facets.module.ts +0 -14
- package/src/libs/ui/search/src/lib/ui-search.module.ts +0 -108
|
@@ -5,12 +5,16 @@ import {
|
|
|
5
5
|
HostListener,
|
|
6
6
|
} from '@angular/core'
|
|
7
7
|
import { RecordPreviewComponent } from '../record-preview/record-preview.component'
|
|
8
|
+
import { InternalLinkCardComponent } from '../../../../../../libs/ui/elements/src'
|
|
9
|
+
import { CommonModule } from '@angular/common'
|
|
8
10
|
|
|
9
11
|
@Component({
|
|
10
12
|
selector: 'gn-ui-record-preview-row',
|
|
11
13
|
templateUrl: './record-preview-row.component.html',
|
|
12
14
|
styleUrls: ['./record-preview-row.component.css'],
|
|
13
15
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
16
|
+
standalone: true,
|
|
17
|
+
imports: [CommonModule, RecordPreviewComponent, InternalLinkCardComponent],
|
|
14
18
|
})
|
|
15
19
|
export class RecordPreviewRowComponent extends RecordPreviewComponent {
|
|
16
20
|
size = 'L'
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component } from '@angular/core'
|
|
2
2
|
import { RecordPreviewComponent } from '../record-preview/record-preview.component'
|
|
3
|
+
import { CommonModule } from '@angular/common'
|
|
4
|
+
import { TranslateDirective } from '@ngx-translate/core'
|
|
3
5
|
|
|
4
6
|
@Component({
|
|
5
7
|
selector: 'gn-ui-record-preview-text',
|
|
6
8
|
templateUrl: './record-preview-text.component.html',
|
|
7
9
|
styleUrls: ['./record-preview-text.component.scss'],
|
|
8
10
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11
|
+
standalone: true,
|
|
12
|
+
imports: [CommonModule, RecordPreviewComponent, TranslateDirective],
|
|
9
13
|
})
|
|
10
14
|
export class RecordPreviewTextComponent extends RecordPreviewComponent {}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component } from '@angular/core'
|
|
2
2
|
import { RecordPreviewComponent } from '../record-preview/record-preview.component'
|
|
3
|
+
import { ThumbnailComponent } from '../../../../../../libs/ui/elements/src'
|
|
4
|
+
import { CommonModule } from '@angular/common'
|
|
3
5
|
|
|
4
6
|
@Component({
|
|
5
7
|
selector: 'gn-ui-record-preview-title',
|
|
6
8
|
templateUrl: './record-preview-title.component.html',
|
|
7
9
|
styleUrls: ['./record-preview-title.component.scss'],
|
|
8
10
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11
|
+
standalone: true,
|
|
12
|
+
imports: [CommonModule, RecordPreviewComponent, ThumbnailComponent],
|
|
9
13
|
})
|
|
10
14
|
export class RecordPreviewTitleComponent extends RecordPreviewComponent {}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common'
|
|
1
2
|
import { Component, Input } from '@angular/core'
|
|
3
|
+
import { TranslateDirective, TranslatePipe } from '@ngx-translate/core'
|
|
2
4
|
|
|
3
5
|
@Component({
|
|
4
6
|
selector: 'gn-ui-results-hits-number',
|
|
5
7
|
templateUrl: './results-hits-number.component.html',
|
|
8
|
+
standalone: true,
|
|
9
|
+
imports: [CommonModule, TranslatePipe, TranslateDirective],
|
|
6
10
|
})
|
|
7
11
|
export class ResultsHitsNumberComponent {
|
|
8
12
|
@Input() hits: number
|
package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.html
CHANGED
|
@@ -15,10 +15,7 @@
|
|
|
15
15
|
}"
|
|
16
16
|
>
|
|
17
17
|
<ng-template #customTemplate>
|
|
18
|
-
{{ 'search.filters.recordKind.' + choice.value | translate
|
|
19
|
-
}}<span class="ml-1" *ngIf="isSelectedChoice(choice.value)"
|
|
20
|
-
>({{ choice.count }})</span
|
|
21
|
-
>
|
|
18
|
+
{{ 'search.filters.recordKind.' + choice.value | translate }}
|
|
22
19
|
</ng-template>
|
|
23
20
|
</gn-ui-kind-badge>
|
|
24
21
|
</ng-template>
|
package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common'
|
|
1
2
|
import {
|
|
2
3
|
Component,
|
|
3
4
|
EventEmitter,
|
|
@@ -6,11 +7,20 @@ import {
|
|
|
6
7
|
SimpleChanges,
|
|
7
8
|
Output,
|
|
8
9
|
} from '@angular/core'
|
|
9
|
-
import {
|
|
10
|
+
import { KindBadgeComponent } from '../../../../../../libs/ui/elements/src'
|
|
11
|
+
import { Choice, InlineFilterComponent } from '../../../../../../libs/ui/inputs/src'
|
|
12
|
+
import { TranslatePipe } from '@ngx-translate/core'
|
|
10
13
|
|
|
11
14
|
@Component({
|
|
12
15
|
selector: 'gn-ui-results-hits-search-kind',
|
|
13
16
|
templateUrl: './results-hits-search-kind.component.html',
|
|
17
|
+
standalone: true,
|
|
18
|
+
imports: [
|
|
19
|
+
CommonModule,
|
|
20
|
+
InlineFilterComponent,
|
|
21
|
+
KindBadgeComponent,
|
|
22
|
+
TranslatePipe,
|
|
23
|
+
],
|
|
14
24
|
})
|
|
15
25
|
export class ResultsHitsSearchKindComponent implements OnChanges {
|
|
16
26
|
@Input() selected: string[] = []
|
|
@@ -38,7 +48,11 @@ export class ResultsHitsSearchKindComponent implements OnChanges {
|
|
|
38
48
|
}
|
|
39
49
|
|
|
40
50
|
onSelectedValues(values: string[]) {
|
|
41
|
-
const selectedValues = values.includes('all')
|
|
51
|
+
const selectedValues = values.includes('all')
|
|
52
|
+
? []
|
|
53
|
+
: values.length > 1
|
|
54
|
+
? [values[values.length - 1]]
|
|
55
|
+
: values
|
|
42
56
|
|
|
43
57
|
this.selectionChanged.emit(selectedValues)
|
|
44
58
|
}
|
|
@@ -20,9 +20,6 @@ export class ResultsLayoutConfigItem {
|
|
|
20
20
|
}
|
|
21
21
|
export type ResultsLayoutConfigModel = Record<string, ResultsLayoutConfigItem>
|
|
22
22
|
|
|
23
|
-
export const RESULTS_LAYOUT_CONFIG =
|
|
24
|
-
new InjectionToken<ResultsLayoutConfigModel>('results-layout.config')
|
|
25
|
-
|
|
26
23
|
export const DEFAULT_RESULTS_LAYOUT_CONFIG: ResultsLayoutConfigModel = {
|
|
27
24
|
CARD: new ResultsLayoutConfigItem(
|
|
28
25
|
RecordPreviewCardComponent,
|
|
@@ -46,3 +43,8 @@ export const DEFAULT_RESULTS_LAYOUT_CONFIG: ResultsLayoutConfigModel = {
|
|
|
46
43
|
TEXT: new ResultsLayoutConfigItem(RecordPreviewTextComponent),
|
|
47
44
|
TITLE: new ResultsLayoutConfigItem(RecordPreviewTitleComponent),
|
|
48
45
|
}
|
|
46
|
+
|
|
47
|
+
export const RESULTS_LAYOUT_CONFIG =
|
|
48
|
+
new InjectionToken<ResultsLayoutConfigModel>('results-layout.config', {
|
|
49
|
+
factory: () => DEFAULT_RESULTS_LAYOUT_CONFIG,
|
|
50
|
+
})
|
|
@@ -11,12 +11,16 @@ import {
|
|
|
11
11
|
ResultsLayoutConfigItem,
|
|
12
12
|
} from './results-layout.config'
|
|
13
13
|
import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record'
|
|
14
|
+
import { ResultsListItemComponent } from '../results-list-item/results-list-item.component'
|
|
15
|
+
import { CommonModule } from '@angular/common'
|
|
14
16
|
|
|
15
17
|
@Component({
|
|
16
18
|
selector: 'gn-ui-results-list',
|
|
17
19
|
templateUrl: './results-list.component.html',
|
|
18
20
|
styleUrls: ['./results-list.component.css'],
|
|
19
21
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
22
|
+
standalone: true,
|
|
23
|
+
imports: [CommonModule, ResultsListItemComponent],
|
|
20
24
|
})
|
|
21
25
|
export class ResultsListComponent {
|
|
22
26
|
@Input() records: CatalogRecord[]
|
|
@@ -14,12 +14,15 @@ import {
|
|
|
14
14
|
import { RecordPreviewComponent } from '../record-preview/record-preview.component'
|
|
15
15
|
import { ResultsLayoutConfigItem } from '../results-list/results-layout.config'
|
|
16
16
|
import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record'
|
|
17
|
+
import { CommonModule } from '@angular/common'
|
|
17
18
|
|
|
18
19
|
@Component({
|
|
19
20
|
selector: 'gn-ui-results-list-item',
|
|
20
21
|
templateUrl: './results-list-item.component.html',
|
|
21
22
|
styleUrls: ['./results-list-item.component.css'],
|
|
22
23
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
24
|
+
standalone: true,
|
|
25
|
+
imports: [CommonModule, RecordPreviewComponent],
|
|
23
26
|
})
|
|
24
27
|
export class ResultsListItemComponent implements OnChanges, AfterViewInit {
|
|
25
28
|
@Input() layoutConfig: ResultsLayoutConfigItem
|
|
@@ -22,7 +22,12 @@ import { matErrorOutlineOutline } from '@ng-icons/material-icons/outline'
|
|
|
22
22
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
23
23
|
standalone: true,
|
|
24
24
|
imports: [CommonModule, NgIconComponent],
|
|
25
|
-
providers: [
|
|
25
|
+
providers: [
|
|
26
|
+
provideIcons({ matErrorOutlineOutline }),
|
|
27
|
+
provideNgIconsConfig({
|
|
28
|
+
size: '1.5em',
|
|
29
|
+
}),
|
|
30
|
+
],
|
|
26
31
|
})
|
|
27
32
|
export class PopupAlertComponent implements OnInit {
|
|
28
33
|
@Input() icon: string
|
|
@@ -75,10 +75,17 @@ export const FORMATS = {
|
|
|
75
75
|
mimeTypes: ['application/geopackage+sqlite3'],
|
|
76
76
|
},
|
|
77
77
|
zip: {
|
|
78
|
-
extensions: ['zip', 'tar.gz'],
|
|
78
|
+
extensions: ['zip', 'tar.gz', 'gz', '7z', '7zip'],
|
|
79
79
|
priority: 8,
|
|
80
80
|
color: '#B0CB52',
|
|
81
|
-
mimeTypes: [
|
|
81
|
+
mimeTypes: [
|
|
82
|
+
'application/zip',
|
|
83
|
+
'application/x-zip',
|
|
84
|
+
'application/x-compressed',
|
|
85
|
+
'application/x-7z-compressed',
|
|
86
|
+
'application/gzip',
|
|
87
|
+
'application/x-gzip',
|
|
88
|
+
],
|
|
82
89
|
},
|
|
83
90
|
pdf: {
|
|
84
91
|
extensions: ['pdf'],
|
|
@@ -92,39 +99,57 @@ export const FORMATS = {
|
|
|
92
99
|
color: '#C4A98F',
|
|
93
100
|
mimeTypes: ['image/jpg'],
|
|
94
101
|
},
|
|
102
|
+
png: {
|
|
103
|
+
extensions: ['png'],
|
|
104
|
+
priority: 10,
|
|
105
|
+
color: '#8B5A3C',
|
|
106
|
+
mimeTypes: ['image/png'],
|
|
107
|
+
},
|
|
108
|
+
tiff: {
|
|
109
|
+
extensions: ['tiff', 'tif', 'geotiff', 'geotif'],
|
|
110
|
+
priority: 11,
|
|
111
|
+
color: '#6B4423',
|
|
112
|
+
mimeTypes: ['image/tiff'],
|
|
113
|
+
},
|
|
95
114
|
svg: {
|
|
96
115
|
extensions: ['svg'],
|
|
97
|
-
priority:
|
|
116
|
+
priority: 12,
|
|
98
117
|
color: '#EB6D82',
|
|
99
118
|
mimeTypes: ['image/svg+xml'],
|
|
100
119
|
},
|
|
101
120
|
dxf: {
|
|
102
121
|
extensions: ['dxf'],
|
|
103
|
-
priority:
|
|
122
|
+
priority: 13,
|
|
104
123
|
color: '#DCCD00',
|
|
105
124
|
mimeTypes: ['application/x-dxf', 'image/x-dxf'],
|
|
106
125
|
},
|
|
107
126
|
html: {
|
|
108
127
|
extensions: ['html', 'htm'],
|
|
109
|
-
priority:
|
|
128
|
+
priority: 14,
|
|
110
129
|
color: '#C0C9B6',
|
|
111
130
|
mimeTypes: ['text/html'],
|
|
112
131
|
},
|
|
113
132
|
fgb: {
|
|
114
133
|
extensions: ['fgb', 'flatgeobuf'],
|
|
115
|
-
priority:
|
|
134
|
+
priority: 15,
|
|
116
135
|
color: '#A8111C',
|
|
117
136
|
mimeTypes: ['application/flatgeobuf'],
|
|
118
137
|
},
|
|
119
138
|
jsonfg: {
|
|
120
139
|
extensions: ['jsonfg', 'jsonfgc'],
|
|
121
|
-
priority:
|
|
140
|
+
priority: 16,
|
|
122
141
|
color: '#009EE0',
|
|
123
142
|
mimeTypes: [
|
|
124
143
|
'application/vnd.ogc.fg+json',
|
|
125
144
|
'application/vnd.ogc.fg+json;compatibility=geojson',
|
|
126
145
|
],
|
|
127
146
|
},
|
|
147
|
+
webp: {
|
|
148
|
+
extensions: ['webp'],
|
|
149
|
+
priority: 17,
|
|
150
|
+
color: '#5A9E6F',
|
|
151
|
+
mimeTypes: ['image/webp'],
|
|
152
|
+
},
|
|
128
153
|
} as const
|
|
129
154
|
|
|
130
155
|
export type FileFormat = keyof typeof FORMATS
|
|
@@ -8,6 +8,7 @@ export * from './mobile-screen'
|
|
|
8
8
|
export * from './no-duplicate-file-name'
|
|
9
9
|
export * from './parse'
|
|
10
10
|
export * from './remove-whitespace'
|
|
11
|
+
export * from './scroll'
|
|
11
12
|
export * from './sort-by'
|
|
12
13
|
export * from './strip-html'
|
|
13
14
|
export * from './temporal-extent-union'
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { ViewportScroller } from '@angular/common'
|
|
2
|
+
import { Event, NavigationEnd, Router, Scroll } from '@angular/router'
|
|
3
|
+
import { filter, pairwise, tap } from 'rxjs'
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* When route is changed, Angular interprets a simple query params change as "forward navigation" too.
|
|
7
|
+
* Using the pairwise function allows us to have both the previous and current router events, which we can
|
|
8
|
+
* use to effectively compare the two navigation events and see if they actually change route, or only
|
|
9
|
+
* the route parameters (i.e. search params stored in query params).
|
|
10
|
+
*
|
|
11
|
+
* Related to: https://github.com/angular/angular/issues/26744
|
|
12
|
+
*/
|
|
13
|
+
export function handleScrollOnNavigation(
|
|
14
|
+
router: Router,
|
|
15
|
+
viewportScroller: ViewportScroller
|
|
16
|
+
): void {
|
|
17
|
+
router.events
|
|
18
|
+
.pipe(
|
|
19
|
+
filter((e: Event): e is Scroll => e instanceof Scroll),
|
|
20
|
+
pairwise()
|
|
21
|
+
)
|
|
22
|
+
.subscribe(([previous, current]: [Scroll, Scroll]) => {
|
|
23
|
+
if (current.position) {
|
|
24
|
+
// Backward navigation
|
|
25
|
+
viewportScroller.scrollToPosition(current.position)
|
|
26
|
+
} else if (current.anchor) {
|
|
27
|
+
// Anchor navigation
|
|
28
|
+
viewportScroller.scrollToAnchor(current.anchor)
|
|
29
|
+
} else {
|
|
30
|
+
// Check if routes match, or if it is only a query param change
|
|
31
|
+
if (
|
|
32
|
+
previous.routerEvent instanceof NavigationEnd &&
|
|
33
|
+
current.routerEvent instanceof NavigationEnd &&
|
|
34
|
+
getBaseRoute(previous.routerEvent.urlAfterRedirects) !==
|
|
35
|
+
getBaseRoute(current.routerEvent.urlAfterRedirects)
|
|
36
|
+
) {
|
|
37
|
+
// Routes don't match, this is actual forward navigation
|
|
38
|
+
// Default behavior: scroll to top
|
|
39
|
+
viewportScroller.scrollToPosition([0, 0])
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
})
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
function getBaseRoute(url: string): string {
|
|
46
|
+
// return url without query params
|
|
47
|
+
return url.split('?')[0]
|
|
48
|
+
}
|
package/translations/de.json
CHANGED
|
@@ -522,6 +522,7 @@
|
|
|
522
522
|
"record.metadata.usage": "Nutzung und Einschränkungen",
|
|
523
523
|
"record.metadata.userFeedbacks": "",
|
|
524
524
|
"record.metadata.userFeedbacks.anonymousUser": "",
|
|
525
|
+
"record.metadata.userFeedbacks.authDisabled": "",
|
|
525
526
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
|
|
526
527
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "",
|
|
527
528
|
"record.metadata.userFeedbacks.newComment.placeholder": "",
|
package/translations/en.json
CHANGED
|
@@ -522,6 +522,7 @@
|
|
|
522
522
|
"record.metadata.usage": "License and Conditions",
|
|
523
523
|
"record.metadata.userFeedbacks": "Questions / Answers",
|
|
524
524
|
"record.metadata.userFeedbacks.anonymousUser": "In order to leave a comment, please log in.",
|
|
525
|
+
"record.metadata.userFeedbacks.authDisabled": "User comments are disabled.",
|
|
525
526
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "Publish",
|
|
526
527
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "Answer...",
|
|
527
528
|
"record.metadata.userFeedbacks.newComment.placeholder": "Write your comment here...",
|
package/translations/es.json
CHANGED
|
@@ -522,6 +522,7 @@
|
|
|
522
522
|
"record.metadata.usage": "",
|
|
523
523
|
"record.metadata.userFeedbacks": "",
|
|
524
524
|
"record.metadata.userFeedbacks.anonymousUser": "",
|
|
525
|
+
"record.metadata.userFeedbacks.authDisabled": "",
|
|
525
526
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
|
|
526
527
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "",
|
|
527
528
|
"record.metadata.userFeedbacks.newComment.placeholder": "",
|
package/translations/fr.json
CHANGED
|
@@ -522,6 +522,7 @@
|
|
|
522
522
|
"record.metadata.usage": "Licences et conditions d'utilisation",
|
|
523
523
|
"record.metadata.userFeedbacks": "Questions / Réponses",
|
|
524
524
|
"record.metadata.userFeedbacks.anonymousUser": "Pour rédiger un commentaire, veuillez vous identifier.",
|
|
525
|
+
"record.metadata.userFeedbacks.authDisabled": "Les commentaires sont désactivés.",
|
|
525
526
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "Publier",
|
|
526
527
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "Répondre...",
|
|
527
528
|
"record.metadata.userFeedbacks.newComment.placeholder": "Rédigez votre commentaire ici...",
|
|
@@ -625,7 +626,7 @@
|
|
|
625
626
|
"share.tab.permalink": "Partager",
|
|
626
627
|
"share.tab.webComponent": "Intégrer",
|
|
627
628
|
"table.loading.data": "Chargement des données...",
|
|
628
|
-
"table.object.count": "enregistrements dans
|
|
629
|
+
"table.object.count": "enregistrements dans ce jeu de données",
|
|
629
630
|
"table.paginator.firstPage": "Première page",
|
|
630
631
|
"table.paginator.itemsPerPage": "Éléments par page",
|
|
631
632
|
"table.paginator.lastPage": "Dernière page",
|
package/translations/it.json
CHANGED
|
@@ -522,6 +522,7 @@
|
|
|
522
522
|
"record.metadata.usage": "Licenze e limiti di utilizzo",
|
|
523
523
|
"record.metadata.userFeedbacks": "Domande / Risposte",
|
|
524
524
|
"record.metadata.userFeedbacks.anonymousUser": "Per pubblicare un commento, effettua il login.",
|
|
525
|
+
"record.metadata.userFeedbacks.authDisabled": "",
|
|
525
526
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "Pubblica",
|
|
526
527
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "Risponde...",
|
|
527
528
|
"record.metadata.userFeedbacks.newComment.placeholder": "Scrive qui il suo commento...",
|
package/translations/nl.json
CHANGED
|
@@ -522,6 +522,7 @@
|
|
|
522
522
|
"record.metadata.usage": "",
|
|
523
523
|
"record.metadata.userFeedbacks": "",
|
|
524
524
|
"record.metadata.userFeedbacks.anonymousUser": "",
|
|
525
|
+
"record.metadata.userFeedbacks.authDisabled": "",
|
|
525
526
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
|
|
526
527
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "",
|
|
527
528
|
"record.metadata.userFeedbacks.newComment.placeholder": "",
|
package/translations/pt.json
CHANGED
|
@@ -522,6 +522,7 @@
|
|
|
522
522
|
"record.metadata.usage": "",
|
|
523
523
|
"record.metadata.userFeedbacks": "",
|
|
524
524
|
"record.metadata.userFeedbacks.anonymousUser": "",
|
|
525
|
+
"record.metadata.userFeedbacks.authDisabled": "",
|
|
525
526
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
|
|
526
527
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "",
|
|
527
528
|
"record.metadata.userFeedbacks.newComment.placeholder": "",
|
package/translations/sk.json
CHANGED
|
@@ -522,6 +522,7 @@
|
|
|
522
522
|
"record.metadata.usage": "Použitie a obmedzenia",
|
|
523
523
|
"record.metadata.userFeedbacks": "",
|
|
524
524
|
"record.metadata.userFeedbacks.anonymousUser": "",
|
|
525
|
+
"record.metadata.userFeedbacks.authDisabled": "",
|
|
525
526
|
"record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
|
|
526
527
|
"record.metadata.userFeedbacks.newAnswer.placeholder": "",
|
|
527
528
|
"record.metadata.userFeedbacks.newComment.placeholder": "",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './lib/feature-auth.module';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvYXV0aC9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYywyQkFBMkIsQ0FBQSIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliL2ZlYXR1cmUtYXV0aC5tb2R1bGUnXG4iXX0=
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { AvatarServiceInterface, GravatarService, } from '../../../../../libs/api/repository/src';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class FeatureAuthModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureAuthModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FeatureAuthModule, imports: [CommonModule] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureAuthModule, providers: [{ provide: AvatarServiceInterface, useClass: GravatarService }], imports: [CommonModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureAuthModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
imports: [CommonModule],
|
|
14
|
-
providers: [{ provide: AvatarServiceInterface, useClass: GravatarService }],
|
|
15
|
-
}]
|
|
16
|
-
}] });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVhdHVyZS1hdXRoLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9hdXRoL3NyYy9saWIvZmVhdHVyZS1hdXRoLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFBO0FBQ3hDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUM5QyxPQUFPLEVBQ0wsc0JBQXNCLEVBQ3RCLGVBQWUsR0FDaEIsTUFBTSx3Q0FBd0MsQ0FBQTs7QUFNL0MsTUFBTSxPQUFPLGlCQUFpQjsrR0FBakIsaUJBQWlCO2dIQUFqQixpQkFBaUIsWUFIbEIsWUFBWTtnSEFHWCxpQkFBaUIsYUFGakIsQ0FBQyxFQUFFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxRQUFRLEVBQUUsZUFBZSxFQUFFLENBQUMsWUFEakUsWUFBWTs7NEZBR1gsaUJBQWlCO2tCQUo3QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsU0FBUyxFQUFFLENBQUMsRUFBRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsUUFBUSxFQUFFLGVBQWUsRUFBRSxDQUFDO2lCQUM1RSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbidcbmltcG9ydCB7XG4gIEF2YXRhclNlcnZpY2VJbnRlcmZhY2UsXG4gIEdyYXZhdGFyU2VydmljZSxcbn0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vbGlicy9hcGkvcmVwb3NpdG9yeS9zcmMnXG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICBwcm92aWRlcnM6IFt7IHByb3ZpZGU6IEF2YXRhclNlcnZpY2VJbnRlcmZhY2UsIHVzZUNsYXNzOiBHcmF2YXRhclNlcnZpY2UgfV0sXG59KVxuZXhwb3J0IGNsYXNzIEZlYXR1cmVBdXRoTW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { InjectionToken, NgModule } from '@angular/core';
|
|
2
|
-
import { SiteTitleComponent } from './site-title/site-title.component';
|
|
3
|
-
import { CatalogTitleComponent, OrganisationsFilterComponent, } from '../../../../../libs/ui/catalog/src';
|
|
4
|
-
import { GroupsApiService, SearchApiService, } from '../../../../../libs/data-access/gn4/src';
|
|
5
|
-
import { CommonModule } from '@angular/common';
|
|
6
|
-
import { SourceLabelComponent } from './source-label/source-label.component';
|
|
7
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
8
|
-
import { OrganizationsServiceInterface } from '../../../../../libs/common/domain/src/lib/organizations.service.interface';
|
|
9
|
-
import { ElasticsearchService, ORGANIZATIONS_STRATEGY, OrganizationsFromGroupsService, OrganizationsFromMetadataService, } from '../../../../../libs/api/repository/src';
|
|
10
|
-
import { PlatformServiceInterface } from '../../../../../libs/common/domain/src/lib/platform.service.interface';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
// expects the replacement key ${name}
|
|
13
|
-
export const ORGANIZATION_URL_TOKEN = new InjectionToken('organization-url-token');
|
|
14
|
-
const organizationsServiceFactory = (strategy, esService, searchApiService, groupsApiService, translateService, platformService) => strategy === 'groups'
|
|
15
|
-
? new OrganizationsFromGroupsService(esService, searchApiService, groupsApiService, translateService)
|
|
16
|
-
: new OrganizationsFromMetadataService(esService, searchApiService, groupsApiService, platformService, translateService);
|
|
17
|
-
export class FeatureCatalogModule {
|
|
18
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureCatalogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
19
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FeatureCatalogModule, declarations: [SiteTitleComponent, SourceLabelComponent], imports: [CommonModule, OrganisationsFilterComponent, CatalogTitleComponent], exports: [SiteTitleComponent, SourceLabelComponent] }); }
|
|
20
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureCatalogModule, providers: [
|
|
21
|
-
{
|
|
22
|
-
provide: OrganizationsServiceInterface,
|
|
23
|
-
useFactory: organizationsServiceFactory,
|
|
24
|
-
deps: [
|
|
25
|
-
ORGANIZATIONS_STRATEGY,
|
|
26
|
-
ElasticsearchService,
|
|
27
|
-
SearchApiService,
|
|
28
|
-
GroupsApiService,
|
|
29
|
-
TranslateService,
|
|
30
|
-
PlatformServiceInterface,
|
|
31
|
-
],
|
|
32
|
-
},
|
|
33
|
-
], imports: [CommonModule, OrganisationsFilterComponent, CatalogTitleComponent] }); }
|
|
34
|
-
}
|
|
35
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureCatalogModule, decorators: [{
|
|
36
|
-
type: NgModule,
|
|
37
|
-
args: [{
|
|
38
|
-
declarations: [SiteTitleComponent, SourceLabelComponent],
|
|
39
|
-
imports: [CommonModule, OrganisationsFilterComponent, CatalogTitleComponent],
|
|
40
|
-
exports: [SiteTitleComponent, SourceLabelComponent],
|
|
41
|
-
providers: [
|
|
42
|
-
{
|
|
43
|
-
provide: OrganizationsServiceInterface,
|
|
44
|
-
useFactory: organizationsServiceFactory,
|
|
45
|
-
deps: [
|
|
46
|
-
ORGANIZATIONS_STRATEGY,
|
|
47
|
-
ElasticsearchService,
|
|
48
|
-
SearchApiService,
|
|
49
|
-
GroupsApiService,
|
|
50
|
-
TranslateService,
|
|
51
|
-
PlatformServiceInterface,
|
|
52
|
-
],
|
|
53
|
-
},
|
|
54
|
-
],
|
|
55
|
-
}]
|
|
56
|
-
}] });
|
|
57
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVhdHVyZS1jYXRhbG9nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9jYXRhbG9nL3NyYy9saWIvZmVhdHVyZS1jYXRhbG9nLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsY0FBYyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUN4RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQTtBQUN0RSxPQUFPLEVBQ0wscUJBQXFCLEVBQ3JCLDRCQUE0QixHQUM3QixNQUFNLG9DQUFvQyxDQUFBO0FBQzNDLE9BQU8sRUFDTCxnQkFBZ0IsRUFDaEIsZ0JBQWdCLEdBQ2pCLE1BQU0seUNBQXlDLENBQUE7QUFDaEQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBQzlDLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHVDQUF1QyxDQUFBO0FBQzVFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFBO0FBQ3RELE9BQU8sRUFBRSw2QkFBNkIsRUFBRSxNQUFNLDJFQUEyRSxDQUFBO0FBQ3pILE9BQU8sRUFDTCxvQkFBb0IsRUFDcEIsc0JBQXNCLEVBQ3RCLDhCQUE4QixFQUM5QixnQ0FBZ0MsR0FFakMsTUFBTSx3Q0FBd0MsQ0FBQTtBQUMvQyxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxzRUFBc0UsQ0FBQTs7QUFFL0csc0NBQXNDO0FBQ3RDLE1BQU0sQ0FBQyxNQUFNLHNCQUFzQixHQUFHLElBQUksY0FBYyxDQUN0RCx3QkFBd0IsQ0FDekIsQ0FBQTtBQUVELE1BQU0sMkJBQTJCLEdBQUcsQ0FDbEMsUUFBK0IsRUFDL0IsU0FBK0IsRUFDL0IsZ0JBQWtDLEVBQ2xDLGdCQUFrQyxFQUNsQyxnQkFBa0MsRUFDbEMsZUFBeUMsRUFDekMsRUFBRSxDQUNGLFFBQVEsS0FBSyxRQUFRO0lBQ25CLENBQUMsQ0FBQyxJQUFJLDhCQUE4QixDQUNoQyxTQUFTLEVBQ1QsZ0JBQWdCLEVBQ2hCLGdCQUFnQixFQUNoQixnQkFBZ0IsQ0FDakI7SUFDSCxDQUFDLENBQUMsSUFBSSxnQ0FBZ0MsQ0FDbEMsU0FBUyxFQUNULGdCQUFnQixFQUNoQixnQkFBZ0IsRUFDaEIsZUFBZSxFQUNmLGdCQUFnQixDQUNqQixDQUFBO0FBcUJQLE1BQU0sT0FBTyxvQkFBb0I7K0dBQXBCLG9CQUFvQjtnSEFBcEIsb0JBQW9CLGlCQWxCaEIsa0JBQWtCLEVBQUUsb0JBQW9CLGFBQzdDLFlBQVksRUFBRSw0QkFBNEIsRUFBRSxxQkFBcUIsYUFDakUsa0JBQWtCLEVBQUUsb0JBQW9CO2dIQWdCdkMsb0JBQW9CLGFBZnBCO1lBQ1Q7Z0JBQ0UsT0FBTyxFQUFFLDZCQUE2QjtnQkFDdEMsVUFBVSxFQUFFLDJCQUEyQjtnQkFDdkMsSUFBSSxFQUFFO29CQUNKLHNCQUFzQjtvQkFDdEIsb0JBQW9CO29CQUNwQixnQkFBZ0I7b0JBQ2hCLGdCQUFnQjtvQkFDaEIsZ0JBQWdCO29CQUNoQix3QkFBd0I7aUJBQ3pCO2FBQ0Y7U0FDRixZQWZTLFlBQVksRUFBRSw0QkFBNEIsRUFBRSxxQkFBcUI7OzRGQWlCaEUsb0JBQW9CO2tCQW5CaEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxrQkFBa0IsRUFBRSxvQkFBb0IsQ0FBQztvQkFDeEQsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLDRCQUE0QixFQUFFLHFCQUFxQixDQUFDO29CQUM1RSxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsRUFBRSxvQkFBb0IsQ0FBQztvQkFDbkQsU0FBUyxFQUFFO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSw2QkFBNkI7NEJBQ3RDLFVBQVUsRUFBRSwyQkFBMkI7NEJBQ3ZDLElBQUksRUFBRTtnQ0FDSixzQkFBc0I7Z0NBQ3RCLG9CQUFvQjtnQ0FDcEIsZ0JBQWdCO2dDQUNoQixnQkFBZ0I7Z0NBQ2hCLGdCQUFnQjtnQ0FDaEIsd0JBQXdCOzZCQUN6Qjt5QkFDRjtxQkFDRjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGlvblRva2VuLCBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBTaXRlVGl0bGVDb21wb25lbnQgfSBmcm9tICcuL3NpdGUtdGl0bGUvc2l0ZS10aXRsZS5jb21wb25lbnQnXG5pbXBvcnQge1xuICBDYXRhbG9nVGl0bGVDb21wb25lbnQsXG4gIE9yZ2FuaXNhdGlvbnNGaWx0ZXJDb21wb25lbnQsXG59IGZyb20gJy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvY2F0YWxvZy9zcmMnXG5pbXBvcnQge1xuICBHcm91cHNBcGlTZXJ2aWNlLFxuICBTZWFyY2hBcGlTZXJ2aWNlLFxufSBmcm9tICcuLi8uLi8uLi8uLi8uLi9saWJzL2RhdGEtYWNjZXNzL2duNC9zcmMnXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBTb3VyY2VMYWJlbENvbXBvbmVudCB9IGZyb20gJy4vc291cmNlLWxhYmVsL3NvdXJjZS1sYWJlbC5jb21wb25lbnQnXG5pbXBvcnQgeyBUcmFuc2xhdGVTZXJ2aWNlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSdcbmltcG9ydCB7IE9yZ2FuaXphdGlvbnNTZXJ2aWNlSW50ZXJmYWNlIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vZG9tYWluL3NyYy9saWIvb3JnYW5pemF0aW9ucy5zZXJ2aWNlLmludGVyZmFjZSdcbmltcG9ydCB7XG4gIEVsYXN0aWNzZWFyY2hTZXJ2aWNlLFxuICBPUkdBTklaQVRJT05TX1NUUkFURUdZLFxuICBPcmdhbml6YXRpb25zRnJvbUdyb3Vwc1NlcnZpY2UsXG4gIE9yZ2FuaXphdGlvbnNGcm9tTWV0YWRhdGFTZXJ2aWNlLFxuICBPcmdhbml6YXRpb25zU3RyYXRlZ3ksXG59IGZyb20gJy4uLy4uLy4uLy4uLy4uL2xpYnMvYXBpL3JlcG9zaXRvcnkvc3JjJ1xuaW1wb3J0IHsgUGxhdGZvcm1TZXJ2aWNlSW50ZXJmYWNlIH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vZG9tYWluL3NyYy9saWIvcGxhdGZvcm0uc2VydmljZS5pbnRlcmZhY2UnXG5cbi8vIGV4cGVjdHMgdGhlIHJlcGxhY2VtZW50IGtleSAke25hbWV9XG5leHBvcnQgY29uc3QgT1JHQU5JWkFUSU9OX1VSTF9UT0tFTiA9IG5ldyBJbmplY3Rpb25Ub2tlbjxzdHJpbmc+KFxuICAnb3JnYW5pemF0aW9uLXVybC10b2tlbidcbilcblxuY29uc3Qgb3JnYW5pemF0aW9uc1NlcnZpY2VGYWN0b3J5ID0gKFxuICBzdHJhdGVneTogT3JnYW5pemF0aW9uc1N0cmF0ZWd5LFxuICBlc1NlcnZpY2U6IEVsYXN0aWNzZWFyY2hTZXJ2aWNlLFxuICBzZWFyY2hBcGlTZXJ2aWNlOiBTZWFyY2hBcGlTZXJ2aWNlLFxuICBncm91cHNBcGlTZXJ2aWNlOiBHcm91cHNBcGlTZXJ2aWNlLFxuICB0cmFuc2xhdGVTZXJ2aWNlOiBUcmFuc2xhdGVTZXJ2aWNlLFxuICBwbGF0Zm9ybVNlcnZpY2U6IFBsYXRmb3JtU2VydmljZUludGVyZmFjZVxuKSA9PlxuICBzdHJhdGVneSA9PT0gJ2dyb3VwcydcbiAgICA/IG5ldyBPcmdhbml6YXRpb25zRnJvbUdyb3Vwc1NlcnZpY2UoXG4gICAgICAgIGVzU2VydmljZSxcbiAgICAgICAgc2VhcmNoQXBpU2VydmljZSxcbiAgICAgICAgZ3JvdXBzQXBpU2VydmljZSxcbiAgICAgICAgdHJhbnNsYXRlU2VydmljZVxuICAgICAgKVxuICAgIDogbmV3IE9yZ2FuaXphdGlvbnNGcm9tTWV0YWRhdGFTZXJ2aWNlKFxuICAgICAgICBlc1NlcnZpY2UsXG4gICAgICAgIHNlYXJjaEFwaVNlcnZpY2UsXG4gICAgICAgIGdyb3Vwc0FwaVNlcnZpY2UsXG4gICAgICAgIHBsYXRmb3JtU2VydmljZSxcbiAgICAgICAgdHJhbnNsYXRlU2VydmljZVxuICAgICAgKVxuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtTaXRlVGl0bGVDb21wb25lbnQsIFNvdXJjZUxhYmVsQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgT3JnYW5pc2F0aW9uc0ZpbHRlckNvbXBvbmVudCwgQ2F0YWxvZ1RpdGxlQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW1NpdGVUaXRsZUNvbXBvbmVudCwgU291cmNlTGFiZWxDb21wb25lbnRdLFxuICBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBPcmdhbml6YXRpb25zU2VydmljZUludGVyZmFjZSxcbiAgICAgIHVzZUZhY3Rvcnk6IG9yZ2FuaXphdGlvbnNTZXJ2aWNlRmFjdG9yeSxcbiAgICAgIGRlcHM6IFtcbiAgICAgICAgT1JHQU5JWkFUSU9OU19TVFJBVEVHWSxcbiAgICAgICAgRWxhc3RpY3NlYXJjaFNlcnZpY2UsXG4gICAgICAgIFNlYXJjaEFwaVNlcnZpY2UsXG4gICAgICAgIEdyb3Vwc0FwaVNlcnZpY2UsXG4gICAgICAgIFRyYW5zbGF0ZVNlcnZpY2UsXG4gICAgICAgIFBsYXRmb3JtU2VydmljZUludGVyZmFjZSxcbiAgICAgIF0sXG4gICAgfSxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRmVhdHVyZUNhdGFsb2dNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NotificationsService } from './notifications.service';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class FeatureNotificationsModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureNotificationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FeatureNotificationsModule }); }
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureNotificationsModule, providers: [NotificationsService] }); }
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FeatureNotificationsModule, decorators: [{
|
|
10
|
-
type: NgModule,
|
|
11
|
-
args: [{
|
|
12
|
-
declarations: [],
|
|
13
|
-
exports: [],
|
|
14
|
-
imports: [],
|
|
15
|
-
providers: [NotificationsService],
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVhdHVyZS1ub3RpZmljYXRpb25zLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9ub3RpZmljYXRpb25zL3NyYy9saWIvZmVhdHVyZS1ub3RpZmljYXRpb25zLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQTtBQUM5RCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFBOztBQVF4QyxNQUFNLE9BQU8sMEJBQTBCOytHQUExQiwwQkFBMEI7Z0hBQTFCLDBCQUEwQjtnSEFBMUIsMEJBQTBCLGFBRjFCLENBQUMsb0JBQW9CLENBQUM7OzRGQUV0QiwwQkFBMEI7a0JBTnRDLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLEVBQUU7b0JBQ2hCLE9BQU8sRUFBRSxFQUFFO29CQUNYLE9BQU8sRUFBRSxFQUFFO29CQUNYLFNBQVMsRUFBRSxDQUFDLG9CQUFvQixDQUFDO2lCQUNsQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5vdGlmaWNhdGlvbnNTZXJ2aWNlIH0gZnJvbSAnLi9ub3RpZmljYXRpb25zLnNlcnZpY2UnXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW10sXG4gIGV4cG9ydHM6IFtdLFxuICBpbXBvcnRzOiBbXSxcbiAgcHJvdmlkZXJzOiBbTm90aWZpY2F0aW9uc1NlcnZpY2VdLFxufSlcbmV4cG9ydCBjbGFzcyBGZWF0dXJlTm90aWZpY2F0aW9uc01vZHVsZSB7fVxuIl19
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { UiFacetsModule } from '../../../../../../libs/ui/search/src';
|
|
4
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
5
|
-
import { FacetsContainerComponent } from './facets-container/facets-container.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@ngx-translate/core";
|
|
8
|
-
export class FacetsModule {
|
|
9
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
10
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, declarations: [FacetsContainerComponent], imports: [CommonModule, i1.TranslateModule, UiFacetsModule], exports: [FacetsContainerComponent] }); }
|
|
11
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, imports: [CommonModule, TranslateModule.forChild(), UiFacetsModule] }); }
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
declarations: [FacetsContainerComponent],
|
|
17
|
-
imports: [CommonModule, TranslateModule.forChild(), UiFacetsModule],
|
|
18
|
-
exports: [FacetsContainerComponent],
|
|
19
|
-
}]
|
|
20
|
-
}] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFjZXRzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9zZWFyY2gvc3JjL2xpYi9mYWNldHMvZmFjZXRzLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUE7QUFDOUMsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQTtBQUN4QyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sc0NBQXNDLENBQUE7QUFDckUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFBO0FBQ3JELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtDQUErQyxDQUFBOzs7QUFPeEYsTUFBTSxPQUFPLFlBQVk7K0dBQVosWUFBWTtnSEFBWixZQUFZLGlCQUpSLHdCQUF3QixhQUM3QixZQUFZLHNCQUE4QixjQUFjLGFBQ3hELHdCQUF3QjtnSEFFdkIsWUFBWSxZQUhiLFlBQVksRUFBRSxlQUFlLENBQUMsUUFBUSxFQUFFLEVBQUUsY0FBYzs7NEZBR3ZELFlBQVk7a0JBTHhCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsd0JBQXdCLENBQUM7b0JBQ3hDLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxlQUFlLENBQUMsUUFBUSxFQUFFLEVBQUUsY0FBYyxDQUFDO29CQUNuRSxPQUFPLEVBQUUsQ0FBQyx3QkFBd0IsQ0FBQztpQkFDcEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBVaUZhY2V0c01vZHVsZSB9IGZyb20gJy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvc2VhcmNoL3NyYydcbmltcG9ydCB7IFRyYW5zbGF0ZU1vZHVsZSB9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnXG5pbXBvcnQgeyBGYWNldHNDb250YWluZXJDb21wb25lbnQgfSBmcm9tICcuL2ZhY2V0cy1jb250YWluZXIvZmFjZXRzLWNvbnRhaW5lci5jb21wb25lbnQnXG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW0ZhY2V0c0NvbnRhaW5lckNvbXBvbmVudF0sXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFRyYW5zbGF0ZU1vZHVsZS5mb3JDaGlsZCgpLCBVaUZhY2V0c01vZHVsZV0sXG4gIGV4cG9ydHM6IFtGYWNldHNDb250YWluZXJDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBGYWNldHNNb2R1bGUge31cbiJdfQ==
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { FormsModule } from '@angular/forms';
|
|
4
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
5
|
-
import { FacetBlockComponent } from './facet-block/facet-block.component';
|
|
6
|
-
import { FacetItemComponent } from './facet-item/facet-item.component';
|
|
7
|
-
import { FacetListComponent } from './facet-list/facet-list.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "@ngx-translate/core";
|
|
10
|
-
export class FacetsModule {
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
12
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, declarations: [FacetItemComponent, FacetBlockComponent, FacetListComponent], imports: [CommonModule, FormsModule, i1.TranslateModule], exports: [FacetListComponent] }); }
|
|
13
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, imports: [CommonModule, FormsModule, TranslateModule.forChild()] }); }
|
|
14
|
-
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FacetsModule, decorators: [{
|
|
16
|
-
type: NgModule,
|
|
17
|
-
args: [{
|
|
18
|
-
declarations: [FacetItemComponent, FacetBlockComponent, FacetListComponent],
|
|
19
|
-
imports: [CommonModule, FormsModule, TranslateModule.forChild()],
|
|
20
|
-
exports: [FacetListComponent],
|
|
21
|
-
}]
|
|
22
|
-
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFjZXRzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvc2VhcmNoL3NyYy9saWIvZmFjZXRzL2ZhY2V0cy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFBO0FBQzlDLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUE7QUFDeEMsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBQzVDLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQTtBQUNyRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQTtBQUN6RSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQTtBQUN0RSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQTs7O0FBT3RFLE1BQU0sT0FBTyxZQUFZOytHQUFaLFlBQVk7Z0hBQVosWUFBWSxpQkFKUixrQkFBa0IsRUFBRSxtQkFBbUIsRUFBRSxrQkFBa0IsYUFDaEUsWUFBWSxFQUFFLFdBQVcsaUNBQ3pCLGtCQUFrQjtnSEFFakIsWUFBWSxZQUhiLFlBQVksRUFBRSxXQUFXLEVBQUUsZUFBZSxDQUFDLFFBQVEsRUFBRTs7NEZBR3BELFlBQVk7a0JBTHhCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsa0JBQWtCLEVBQUUsbUJBQW1CLEVBQUUsa0JBQWtCLENBQUM7b0JBQzNFLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxXQUFXLEVBQUUsZUFBZSxDQUFDLFFBQVEsRUFBRSxDQUFDO29CQUNoRSxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztpQkFDOUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJ1xuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSdcbmltcG9ydCB7IEZhY2V0QmxvY2tDb21wb25lbnQgfSBmcm9tICcuL2ZhY2V0LWJsb2NrL2ZhY2V0LWJsb2NrLmNvbXBvbmVudCdcbmltcG9ydCB7IEZhY2V0SXRlbUNvbXBvbmVudCB9IGZyb20gJy4vZmFjZXQtaXRlbS9mYWNldC1pdGVtLmNvbXBvbmVudCdcbmltcG9ydCB7IEZhY2V0TGlzdENvbXBvbmVudCB9IGZyb20gJy4vZmFjZXQtbGlzdC9mYWNldC1saXN0LmNvbXBvbmVudCdcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbRmFjZXRJdGVtQ29tcG9uZW50LCBGYWNldEJsb2NrQ29tcG9uZW50LCBGYWNldExpc3RDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBGb3Jtc01vZHVsZSwgVHJhbnNsYXRlTW9kdWxlLmZvckNoaWxkKCldLFxuICBleHBvcnRzOiBbRmFjZXRMaXN0Q29tcG9uZW50XSxcbn0pXG5leHBvcnQgY2xhc3MgRmFjZXRzTW9kdWxlIHt9XG4iXX0=
|