geonetwork-ui 2.7.0-dev.868989235 → 2.7.0-dev.8b8fd1011
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/dcat-ap/read-parts.mjs +4 -7
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +20 -20
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +3 -3
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +3 -3
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +3 -3
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +4 -4
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +5 -5
- package/esm2022/libs/api/repository/src/index.mjs +2 -2
- package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +5 -5
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +55 -12
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +3 -3
- package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +20 -1
- 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-from-groups.service.mjs +3 -3
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +3 -3
- 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 +21 -21
- package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +3 -1
- package/esm2022/libs/api/repository/src/lib/metadata-language.token.mjs +3 -0
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +11 -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/catalog/src/lib/sources/sources.service.mjs +3 -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 +55 -0
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +8 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +6 -36
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +77 -1
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +10 -5
- package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +3 -5
- package/esm2022/libs/feature/notifications/src/index.mjs +1 -2
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +4 -2
- package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +14 -4
- package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +5 -43
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +10 -5
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +15 -5
- package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +4 -2
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +4 -2
- package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +3 -2
- package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +2 -5
- package/esm2022/libs/feature/router/src/lib/default/state/query-params.utils.mjs +4 -3
- package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +3 -2
- package/esm2022/libs/feature/search/src/index.mjs +1 -2
- package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +12 -5
- package/esm2022/libs/feature/search/src/lib/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 +10 -4
- 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/metadata-quality/metadata-quality.component.mjs +1 -4
- package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +7 -7
- package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +8 -2
- package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +1 -6
- package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +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 +12 -6
- 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/app-config/src/lib/fixtures.mjs +2 -2
- package/esm2022/libs/util/app-config/src/lib/parse-utils.mjs +5 -4
- package/esm2022/libs/util/i18n/src/lib/language-codes.mjs +50 -9
- package/esm2022/libs/util/shared/src/lib/record/quality-score.util.mjs +9 -8
- package/esm2022/libs/util/shared/src/lib/utils/geojson.mjs +58 -1
- package/esm2022/translations/de.json +52 -20
- package/esm2022/translations/en.json +53 -21
- package/esm2022/translations/es.json +39 -7
- package/esm2022/translations/fr.json +58 -26
- package/esm2022/translations/it.json +52 -20
- package/esm2022/translations/nl.json +39 -7
- package/esm2022/translations/pt.json +39 -7
- package/esm2022/translations/sk.json +43 -11
- package/fesm2022/geonetwork-ui.mjs +8735 -8878
- 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/dcat-ap/read-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -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/index.d.ts +1 -1
- package/libs/api/repository/src/index.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +1 -2
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -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 +6 -7
- 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/api/repository/src/lib/metadata-language.token.d.ts +5 -0
- package/libs/api/repository/src/lib/metadata-language.token.d.ts.map +1 -0
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +5 -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 +1 -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/catalog/src/lib/sources/sources.service.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 +20 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.d.ts.map +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +1 -0
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts +3 -10
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts +8 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +2 -2
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
- package/libs/feature/notifications/src/index.d.ts +0 -1
- package/libs/feature/notifications/src/index.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/feature-record.module.d.ts +4 -11
- package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts +1 -1
- package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/router.module.d.ts +4 -5
- package/libs/feature/router/src/lib/default/router.module.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts.map +1 -1
- package/libs/feature/router/src/lib/default/state/router.facade.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/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/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/metadata-quality/metadata-quality.component.d.ts +0 -1
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +1 -1
- package/libs/ui/search/src/index.d.ts +0 -2
- package/libs/ui/search/src/index.d.ts.map +1 -1
- package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts +1 -11
- package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts +1 -11
- package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts +1 -1
- package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts +1 -1
- package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts +1 -1
- package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +1 -1
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts +1 -1
- package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-list/results-list.component.d.ts +1 -1
- package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts +1 -1
- package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts.map +1 -1
- package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/parse-utils.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/language-codes.d.ts +91 -31
- package/libs/util/i18n/src/lib/language-codes.d.ts.map +1 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts +1 -0
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
- package/libs/util/shared/src/lib/record/quality-score.util.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/geojson.d.ts +7 -2
- package/libs/util/shared/src/lib/utils/geojson.d.ts.map +1 -1
- package/package.json +11 -10
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.ts +3 -6
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +47 -22
- package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +3 -3
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +6 -6
- package/src/libs/api/repository/src/index.ts +1 -1
- package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +4 -4
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +65 -14
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +2 -2
- package/src/libs/api/repository/src/lib/gn4/gn4.provider.ts +25 -0
- 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-from-groups.service.ts +2 -2
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +2 -2
- 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 +22 -35
- package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +8 -0
- package/src/libs/api/repository/src/lib/metadata-language.token.ts +8 -0
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +17 -1
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +1 -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/catalog/src/lib/sources/sources.service.ts +2 -5
- 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.css +0 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.html +22 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-inspire-field/form-field-inspire-theme.component.ts +57 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +6 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +5 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/feature-editor.module.ts +2 -18
- package/src/libs/feature/editor/src/lib/fields.config.ts +85 -1
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +8 -1
- package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +8 -8
- package/src/libs/feature/notifications/src/index.ts +0 -1
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +3 -1
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +7 -2
- package/src/libs/feature/record/src/lib/feature-record.module.ts +1 -21
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +5 -2
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +12 -3
- package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +2 -0
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +4 -2
- package/src/libs/feature/router/src/lib/default/container/search-router.container.directive.ts +1 -0
- package/src/libs/feature/router/src/lib/default/router.module.ts +0 -3
- package/src/libs/feature/router/src/lib/default/state/query-params.utils.ts +5 -2
- package/src/libs/feature/router/src/lib/default/state/router.facade.ts +2 -1
- package/src/libs/feature/search/src/index.ts +0 -1
- package/src/libs/feature/search/src/lib/facets/facets-container/facets-container.component.ts +14 -1
- package/src/libs/feature/search/src/lib/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.html +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/metadata-quality/metadata-quality.component.ts +0 -4
- package/src/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.ts +6 -6
- package/src/libs/ui/elements/src/lib/notification/notification.component.ts +8 -1
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +0 -6
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.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.ts +11 -1
- 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/app-config/src/lib/fixtures.ts +1 -1
- package/src/libs/util/app-config/src/lib/parse-utils.ts +4 -7
- package/src/libs/util/i18n/src/lib/language-codes.ts +62 -11
- package/src/libs/util/shared/src/lib/record/quality-score.util.ts +13 -10
- package/src/libs/util/shared/src/lib/utils/geojson.ts +72 -2
- package/translations/de.json +52 -20
- package/translations/en.json +53 -21
- package/translations/es.json +39 -7
- package/translations/fr.json +58 -26
- package/translations/it.json +52 -20
- package/translations/nl.json +39 -7
- package/translations/pt.json +39 -7
- package/translations/sk.json +43 -11
- package/esm2022/libs/api/repository/src/lib/metadata-language.mjs +0 -3
- 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/esm2022/libs/util/app-config/src/lib/constants.mjs +0 -439
- package/libs/api/repository/src/lib/metadata-language.d.ts +0 -3
- package/libs/api/repository/src/lib/metadata-language.d.ts.map +0 -1
- 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/libs/util/app-config/src/lib/constants.d.ts +0 -2
- package/libs/util/app-config/src/lib/constants.d.ts.map +0 -1
- package/src/libs/api/repository/src/lib/metadata-language.ts +0 -3
- 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
|
@@ -1,439 +0,0 @@
|
|
|
1
|
-
export const LANGUAGE_CODES_ISO_3 = [
|
|
2
|
-
'aar',
|
|
3
|
-
'abk',
|
|
4
|
-
'ace',
|
|
5
|
-
'ach',
|
|
6
|
-
'ada',
|
|
7
|
-
'afa',
|
|
8
|
-
'afh',
|
|
9
|
-
'afr',
|
|
10
|
-
'aka',
|
|
11
|
-
'akk',
|
|
12
|
-
'ale',
|
|
13
|
-
'alg',
|
|
14
|
-
'amh',
|
|
15
|
-
'ang',
|
|
16
|
-
'apa',
|
|
17
|
-
'ara',
|
|
18
|
-
'arc',
|
|
19
|
-
'arn',
|
|
20
|
-
'arp',
|
|
21
|
-
'art',
|
|
22
|
-
'arw',
|
|
23
|
-
'asm',
|
|
24
|
-
'ath',
|
|
25
|
-
'aus',
|
|
26
|
-
'ava',
|
|
27
|
-
'ave',
|
|
28
|
-
'awa',
|
|
29
|
-
'aym',
|
|
30
|
-
'aze',
|
|
31
|
-
'bad',
|
|
32
|
-
'bai',
|
|
33
|
-
'bak',
|
|
34
|
-
'bal',
|
|
35
|
-
'bam',
|
|
36
|
-
'ban',
|
|
37
|
-
'bas',
|
|
38
|
-
'bat',
|
|
39
|
-
'bej',
|
|
40
|
-
'bel',
|
|
41
|
-
'bem',
|
|
42
|
-
'ben',
|
|
43
|
-
'ber',
|
|
44
|
-
'bho',
|
|
45
|
-
'bih',
|
|
46
|
-
'bik',
|
|
47
|
-
'bin',
|
|
48
|
-
'bis',
|
|
49
|
-
'bla',
|
|
50
|
-
'bnt',
|
|
51
|
-
'tib',
|
|
52
|
-
'bos',
|
|
53
|
-
'bra',
|
|
54
|
-
'bre',
|
|
55
|
-
'btk',
|
|
56
|
-
'bua',
|
|
57
|
-
'bug',
|
|
58
|
-
'bul',
|
|
59
|
-
'cad',
|
|
60
|
-
'cai',
|
|
61
|
-
'car',
|
|
62
|
-
'cat',
|
|
63
|
-
'cau',
|
|
64
|
-
'ceb',
|
|
65
|
-
'cel',
|
|
66
|
-
'cze',
|
|
67
|
-
'cha',
|
|
68
|
-
'chb',
|
|
69
|
-
'che',
|
|
70
|
-
'chg',
|
|
71
|
-
'chk',
|
|
72
|
-
'chm',
|
|
73
|
-
'chn',
|
|
74
|
-
'cho',
|
|
75
|
-
'chp',
|
|
76
|
-
'chr',
|
|
77
|
-
'chu',
|
|
78
|
-
'chv',
|
|
79
|
-
'chy',
|
|
80
|
-
'cmc',
|
|
81
|
-
'cop',
|
|
82
|
-
'cor',
|
|
83
|
-
'cos',
|
|
84
|
-
'cpe',
|
|
85
|
-
'cpf',
|
|
86
|
-
'cpp',
|
|
87
|
-
'cre',
|
|
88
|
-
'crp',
|
|
89
|
-
'cus',
|
|
90
|
-
'wel',
|
|
91
|
-
'dak',
|
|
92
|
-
'dan',
|
|
93
|
-
'day',
|
|
94
|
-
'del',
|
|
95
|
-
'den',
|
|
96
|
-
'ger',
|
|
97
|
-
'dgr',
|
|
98
|
-
'din',
|
|
99
|
-
'div',
|
|
100
|
-
'doi',
|
|
101
|
-
'dra',
|
|
102
|
-
'dua',
|
|
103
|
-
'dum',
|
|
104
|
-
'dyu',
|
|
105
|
-
'dzo',
|
|
106
|
-
'efi',
|
|
107
|
-
'egy',
|
|
108
|
-
'eka',
|
|
109
|
-
'gre',
|
|
110
|
-
'elx',
|
|
111
|
-
'eng',
|
|
112
|
-
'enm',
|
|
113
|
-
'epo',
|
|
114
|
-
'est',
|
|
115
|
-
'baq',
|
|
116
|
-
'ewe',
|
|
117
|
-
'ewo',
|
|
118
|
-
'fan',
|
|
119
|
-
'fao',
|
|
120
|
-
'per',
|
|
121
|
-
'fat',
|
|
122
|
-
'fij',
|
|
123
|
-
'fin',
|
|
124
|
-
'fiu',
|
|
125
|
-
'fon',
|
|
126
|
-
'fre',
|
|
127
|
-
'frm',
|
|
128
|
-
'fro',
|
|
129
|
-
'fry',
|
|
130
|
-
'ful',
|
|
131
|
-
'fur',
|
|
132
|
-
'gaa',
|
|
133
|
-
'gay',
|
|
134
|
-
'gba',
|
|
135
|
-
'gem',
|
|
136
|
-
'gez',
|
|
137
|
-
'gil',
|
|
138
|
-
'gla',
|
|
139
|
-
'gle',
|
|
140
|
-
'glg',
|
|
141
|
-
'glv',
|
|
142
|
-
'gmh',
|
|
143
|
-
'goh',
|
|
144
|
-
'gon',
|
|
145
|
-
'gor',
|
|
146
|
-
'got',
|
|
147
|
-
'grb',
|
|
148
|
-
'grc',
|
|
149
|
-
'grn',
|
|
150
|
-
'guj',
|
|
151
|
-
'gwi',
|
|
152
|
-
'hai',
|
|
153
|
-
'hau',
|
|
154
|
-
'haw',
|
|
155
|
-
'heb',
|
|
156
|
-
'her',
|
|
157
|
-
'hil',
|
|
158
|
-
'him',
|
|
159
|
-
'hin',
|
|
160
|
-
'hit',
|
|
161
|
-
'hmn',
|
|
162
|
-
'hmo',
|
|
163
|
-
'scr',
|
|
164
|
-
'hun',
|
|
165
|
-
'hup',
|
|
166
|
-
'arm',
|
|
167
|
-
'iba',
|
|
168
|
-
'ibo',
|
|
169
|
-
'ijo',
|
|
170
|
-
'iku',
|
|
171
|
-
'ile',
|
|
172
|
-
'ilo',
|
|
173
|
-
'ina',
|
|
174
|
-
'inc',
|
|
175
|
-
'ind',
|
|
176
|
-
'ine',
|
|
177
|
-
'ipk',
|
|
178
|
-
'ira',
|
|
179
|
-
'iro',
|
|
180
|
-
'ice',
|
|
181
|
-
'ita',
|
|
182
|
-
'jav',
|
|
183
|
-
'jpn',
|
|
184
|
-
'jpr',
|
|
185
|
-
'jrb',
|
|
186
|
-
'kaa',
|
|
187
|
-
'kab',
|
|
188
|
-
'kac',
|
|
189
|
-
'kal',
|
|
190
|
-
'kam',
|
|
191
|
-
'kan',
|
|
192
|
-
'kar',
|
|
193
|
-
'kas',
|
|
194
|
-
'geo',
|
|
195
|
-
'kau',
|
|
196
|
-
'kaw',
|
|
197
|
-
'kaz',
|
|
198
|
-
'kha',
|
|
199
|
-
'khi',
|
|
200
|
-
'khm',
|
|
201
|
-
'kho',
|
|
202
|
-
'kik',
|
|
203
|
-
'kin',
|
|
204
|
-
'kir',
|
|
205
|
-
'kmb',
|
|
206
|
-
'kok',
|
|
207
|
-
'kom',
|
|
208
|
-
'kon',
|
|
209
|
-
'kor',
|
|
210
|
-
'kos',
|
|
211
|
-
'kpe',
|
|
212
|
-
'kro',
|
|
213
|
-
'kru',
|
|
214
|
-
'kua',
|
|
215
|
-
'kum',
|
|
216
|
-
'kur',
|
|
217
|
-
'kut',
|
|
218
|
-
'lad',
|
|
219
|
-
'lah',
|
|
220
|
-
'lam',
|
|
221
|
-
'lao',
|
|
222
|
-
'lat',
|
|
223
|
-
'lav',
|
|
224
|
-
'lez',
|
|
225
|
-
'lin',
|
|
226
|
-
'lit',
|
|
227
|
-
'lol',
|
|
228
|
-
'loz',
|
|
229
|
-
'ltz',
|
|
230
|
-
'lua',
|
|
231
|
-
'lub',
|
|
232
|
-
'lug',
|
|
233
|
-
'lui',
|
|
234
|
-
'lun',
|
|
235
|
-
'luo',
|
|
236
|
-
'lus',
|
|
237
|
-
'mad',
|
|
238
|
-
'mag',
|
|
239
|
-
'mah',
|
|
240
|
-
'mai',
|
|
241
|
-
'mak',
|
|
242
|
-
'mal',
|
|
243
|
-
'man',
|
|
244
|
-
'map',
|
|
245
|
-
'mar',
|
|
246
|
-
'mas',
|
|
247
|
-
'mdr',
|
|
248
|
-
'men',
|
|
249
|
-
'mga',
|
|
250
|
-
'mic',
|
|
251
|
-
'min',
|
|
252
|
-
'mis',
|
|
253
|
-
'mac',
|
|
254
|
-
'mkh',
|
|
255
|
-
'mlg',
|
|
256
|
-
'mlt',
|
|
257
|
-
'mnc',
|
|
258
|
-
'mni',
|
|
259
|
-
'mno',
|
|
260
|
-
'moh',
|
|
261
|
-
'mol',
|
|
262
|
-
'mon',
|
|
263
|
-
'mos',
|
|
264
|
-
'mao',
|
|
265
|
-
'may',
|
|
266
|
-
'mul',
|
|
267
|
-
'mun',
|
|
268
|
-
'mus',
|
|
269
|
-
'mwr',
|
|
270
|
-
'bur',
|
|
271
|
-
'myn',
|
|
272
|
-
'nah',
|
|
273
|
-
'nai',
|
|
274
|
-
'nau',
|
|
275
|
-
'nav',
|
|
276
|
-
'nbl',
|
|
277
|
-
'nde',
|
|
278
|
-
'ndo',
|
|
279
|
-
'nep',
|
|
280
|
-
'new',
|
|
281
|
-
'nia',
|
|
282
|
-
'nic',
|
|
283
|
-
'niu',
|
|
284
|
-
'dut',
|
|
285
|
-
'nno',
|
|
286
|
-
'nob',
|
|
287
|
-
'non',
|
|
288
|
-
'nor',
|
|
289
|
-
'nso',
|
|
290
|
-
'nub',
|
|
291
|
-
'nya',
|
|
292
|
-
'nym',
|
|
293
|
-
'nyn',
|
|
294
|
-
'nyo',
|
|
295
|
-
'nzi',
|
|
296
|
-
'oci',
|
|
297
|
-
'oji',
|
|
298
|
-
'ori',
|
|
299
|
-
'orm',
|
|
300
|
-
'osa',
|
|
301
|
-
'oss',
|
|
302
|
-
'ota',
|
|
303
|
-
'oto',
|
|
304
|
-
'paa',
|
|
305
|
-
'pag',
|
|
306
|
-
'pal',
|
|
307
|
-
'pam',
|
|
308
|
-
'pan',
|
|
309
|
-
'pap',
|
|
310
|
-
'pau',
|
|
311
|
-
'peo',
|
|
312
|
-
'phi',
|
|
313
|
-
'phn',
|
|
314
|
-
'pli',
|
|
315
|
-
'pol',
|
|
316
|
-
'pon',
|
|
317
|
-
'por',
|
|
318
|
-
'pra',
|
|
319
|
-
'pro',
|
|
320
|
-
'pus',
|
|
321
|
-
'que',
|
|
322
|
-
'raj',
|
|
323
|
-
'rap',
|
|
324
|
-
'rar',
|
|
325
|
-
'roa',
|
|
326
|
-
'roh',
|
|
327
|
-
'rom',
|
|
328
|
-
'rum',
|
|
329
|
-
'run',
|
|
330
|
-
'rus',
|
|
331
|
-
'sad',
|
|
332
|
-
'sag',
|
|
333
|
-
'sah',
|
|
334
|
-
'sai',
|
|
335
|
-
'sal',
|
|
336
|
-
'sam',
|
|
337
|
-
'san',
|
|
338
|
-
'sas',
|
|
339
|
-
'sat',
|
|
340
|
-
'sco',
|
|
341
|
-
'sel',
|
|
342
|
-
'sem',
|
|
343
|
-
'sga',
|
|
344
|
-
'sgn',
|
|
345
|
-
'shn',
|
|
346
|
-
'sid',
|
|
347
|
-
'sin',
|
|
348
|
-
'sio',
|
|
349
|
-
'sit',
|
|
350
|
-
'sla',
|
|
351
|
-
'slo',
|
|
352
|
-
'slv',
|
|
353
|
-
'sme',
|
|
354
|
-
'smi',
|
|
355
|
-
'smo',
|
|
356
|
-
'sna',
|
|
357
|
-
'snd',
|
|
358
|
-
'snk',
|
|
359
|
-
'sog',
|
|
360
|
-
'som',
|
|
361
|
-
'son',
|
|
362
|
-
'sot',
|
|
363
|
-
'spa',
|
|
364
|
-
'alb',
|
|
365
|
-
'srd',
|
|
366
|
-
'scc',
|
|
367
|
-
'srr',
|
|
368
|
-
'ssa',
|
|
369
|
-
'ssw',
|
|
370
|
-
'suk',
|
|
371
|
-
'sun',
|
|
372
|
-
'sus',
|
|
373
|
-
'sux',
|
|
374
|
-
'swa',
|
|
375
|
-
'swe',
|
|
376
|
-
'syr',
|
|
377
|
-
'tah',
|
|
378
|
-
'tai',
|
|
379
|
-
'tam',
|
|
380
|
-
'tat',
|
|
381
|
-
'tel',
|
|
382
|
-
'tem',
|
|
383
|
-
'ter',
|
|
384
|
-
'tet',
|
|
385
|
-
'tgk',
|
|
386
|
-
'tgl',
|
|
387
|
-
'tha',
|
|
388
|
-
'tig',
|
|
389
|
-
'tir',
|
|
390
|
-
'tiv',
|
|
391
|
-
'tkl',
|
|
392
|
-
'tli',
|
|
393
|
-
'tmh',
|
|
394
|
-
'tog',
|
|
395
|
-
'ton',
|
|
396
|
-
'tpi',
|
|
397
|
-
'tsi',
|
|
398
|
-
'tsn',
|
|
399
|
-
'tso',
|
|
400
|
-
'tuk',
|
|
401
|
-
'tum',
|
|
402
|
-
'tur',
|
|
403
|
-
'tut',
|
|
404
|
-
'tvl',
|
|
405
|
-
'twi',
|
|
406
|
-
'tyv',
|
|
407
|
-
'uga',
|
|
408
|
-
'uig',
|
|
409
|
-
'ukr',
|
|
410
|
-
'umb',
|
|
411
|
-
'und',
|
|
412
|
-
'urd',
|
|
413
|
-
'uzb',
|
|
414
|
-
'vai',
|
|
415
|
-
'ven',
|
|
416
|
-
'vie',
|
|
417
|
-
'vol',
|
|
418
|
-
'vot',
|
|
419
|
-
'wak',
|
|
420
|
-
'wal',
|
|
421
|
-
'war',
|
|
422
|
-
'was',
|
|
423
|
-
'wen',
|
|
424
|
-
'wol',
|
|
425
|
-
'xho',
|
|
426
|
-
'yao',
|
|
427
|
-
'yap',
|
|
428
|
-
'yid',
|
|
429
|
-
'yor',
|
|
430
|
-
'ypk',
|
|
431
|
-
'zap',
|
|
432
|
-
'zen',
|
|
433
|
-
'zha',
|
|
434
|
-
'chi',
|
|
435
|
-
'znd',
|
|
436
|
-
'zul',
|
|
437
|
-
'zun',
|
|
438
|
-
];
|
|
439
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29uc3RhbnRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91dGlsL2FwcC1jb25maWcvc3JjL2xpYi9jb25zdGFudHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFDLE1BQU0sb0JBQW9CLEdBQUc7SUFDbEMsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztDQUNOLENBQUEiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgTEFOR1VBR0VfQ09ERVNfSVNPXzMgPSBbXG4gICdhYXInLFxuICAnYWJrJyxcbiAgJ2FjZScsXG4gICdhY2gnLFxuICAnYWRhJyxcbiAgJ2FmYScsXG4gICdhZmgnLFxuICAnYWZyJyxcbiAgJ2FrYScsXG4gICdha2snLFxuICAnYWxlJyxcbiAgJ2FsZycsXG4gICdhbWgnLFxuICAnYW5nJyxcbiAgJ2FwYScsXG4gICdhcmEnLFxuICAnYXJjJyxcbiAgJ2FybicsXG4gICdhcnAnLFxuICAnYXJ0JyxcbiAgJ2FydycsXG4gICdhc20nLFxuICAnYXRoJyxcbiAgJ2F1cycsXG4gICdhdmEnLFxuICAnYXZlJyxcbiAgJ2F3YScsXG4gICdheW0nLFxuICAnYXplJyxcbiAgJ2JhZCcsXG4gICdiYWknLFxuICAnYmFrJyxcbiAgJ2JhbCcsXG4gICdiYW0nLFxuICAnYmFuJyxcbiAgJ2JhcycsXG4gICdiYXQnLFxuICAnYmVqJyxcbiAgJ2JlbCcsXG4gICdiZW0nLFxuICAnYmVuJyxcbiAgJ2JlcicsXG4gICdiaG8nLFxuICAnYmloJyxcbiAgJ2JpaycsXG4gICdiaW4nLFxuICAnYmlzJyxcbiAgJ2JsYScsXG4gICdibnQnLFxuICAndGliJyxcbiAgJ2JvcycsXG4gICdicmEnLFxuICAnYnJlJyxcbiAgJ2J0aycsXG4gICdidWEnLFxuICAnYnVnJyxcbiAgJ2J1bCcsXG4gICdjYWQnLFxuICAnY2FpJyxcbiAgJ2NhcicsXG4gICdjYXQnLFxuICAnY2F1JyxcbiAgJ2NlYicsXG4gICdjZWwnLFxuICAnY3plJyxcbiAgJ2NoYScsXG4gICdjaGInLFxuICAnY2hlJyxcbiAgJ2NoZycsXG4gICdjaGsnLFxuICAnY2htJyxcbiAgJ2NobicsXG4gICdjaG8nLFxuICAnY2hwJyxcbiAgJ2NocicsXG4gICdjaHUnLFxuICAnY2h2JyxcbiAgJ2NoeScsXG4gICdjbWMnLFxuICAnY29wJyxcbiAgJ2NvcicsXG4gICdjb3MnLFxuICAnY3BlJyxcbiAgJ2NwZicsXG4gICdjcHAnLFxuICAnY3JlJyxcbiAgJ2NycCcsXG4gICdjdXMnLFxuICAnd2VsJyxcbiAgJ2RhaycsXG4gICdkYW4nLFxuICAnZGF5JyxcbiAgJ2RlbCcsXG4gICdkZW4nLFxuICAnZ2VyJyxcbiAgJ2RncicsXG4gICdkaW4nLFxuICAnZGl2JyxcbiAgJ2RvaScsXG4gICdkcmEnLFxuICAnZHVhJyxcbiAgJ2R1bScsXG4gICdkeXUnLFxuICAnZHpvJyxcbiAgJ2VmaScsXG4gICdlZ3knLFxuICAnZWthJyxcbiAgJ2dyZScsXG4gICdlbHgnLFxuICAnZW5nJyxcbiAgJ2VubScsXG4gICdlcG8nLFxuICAnZXN0JyxcbiAgJ2JhcScsXG4gICdld2UnLFxuICAnZXdvJyxcbiAgJ2ZhbicsXG4gICdmYW8nLFxuICAncGVyJyxcbiAgJ2ZhdCcsXG4gICdmaWonLFxuICAnZmluJyxcbiAgJ2ZpdScsXG4gICdmb24nLFxuICAnZnJlJyxcbiAgJ2ZybScsXG4gICdmcm8nLFxuICAnZnJ5JyxcbiAgJ2Z1bCcsXG4gICdmdXInLFxuICAnZ2FhJyxcbiAgJ2dheScsXG4gICdnYmEnLFxuICAnZ2VtJyxcbiAgJ2dleicsXG4gICdnaWwnLFxuICAnZ2xhJyxcbiAgJ2dsZScsXG4gICdnbGcnLFxuICAnZ2x2JyxcbiAgJ2dtaCcsXG4gICdnb2gnLFxuICAnZ29uJyxcbiAgJ2dvcicsXG4gICdnb3QnLFxuICAnZ3JiJyxcbiAgJ2dyYycsXG4gICdncm4nLFxuICAnZ3VqJyxcbiAgJ2d3aScsXG4gICdoYWknLFxuICAnaGF1JyxcbiAgJ2hhdycsXG4gICdoZWInLFxuICAnaGVyJyxcbiAgJ2hpbCcsXG4gICdoaW0nLFxuICAnaGluJyxcbiAgJ2hpdCcsXG4gICdobW4nLFxuICAnaG1vJyxcbiAgJ3NjcicsXG4gICdodW4nLFxuICAnaHVwJyxcbiAgJ2FybScsXG4gICdpYmEnLFxuICAnaWJvJyxcbiAgJ2lqbycsXG4gICdpa3UnLFxuICAnaWxlJyxcbiAgJ2lsbycsXG4gICdpbmEnLFxuICAnaW5jJyxcbiAgJ2luZCcsXG4gICdpbmUnLFxuICAnaXBrJyxcbiAgJ2lyYScsXG4gICdpcm8nLFxuICAnaWNlJyxcbiAgJ2l0YScsXG4gICdqYXYnLFxuICAnanBuJyxcbiAgJ2pwcicsXG4gICdqcmInLFxuICAna2FhJyxcbiAgJ2thYicsXG4gICdrYWMnLFxuICAna2FsJyxcbiAgJ2thbScsXG4gICdrYW4nLFxuICAna2FyJyxcbiAgJ2thcycsXG4gICdnZW8nLFxuICAna2F1JyxcbiAgJ2thdycsXG4gICdrYXonLFxuICAna2hhJyxcbiAgJ2toaScsXG4gICdraG0nLFxuICAna2hvJyxcbiAgJ2tpaycsXG4gICdraW4nLFxuICAna2lyJyxcbiAgJ2ttYicsXG4gICdrb2snLFxuICAna29tJyxcbiAgJ2tvbicsXG4gICdrb3InLFxuICAna29zJyxcbiAgJ2twZScsXG4gICdrcm8nLFxuICAna3J1JyxcbiAgJ2t1YScsXG4gICdrdW0nLFxuICAna3VyJyxcbiAgJ2t1dCcsXG4gICdsYWQnLFxuICAnbGFoJyxcbiAgJ2xhbScsXG4gICdsYW8nLFxuICAnbGF0JyxcbiAgJ2xhdicsXG4gICdsZXonLFxuICAnbGluJyxcbiAgJ2xpdCcsXG4gICdsb2wnLFxuICAnbG96JyxcbiAgJ2x0eicsXG4gICdsdWEnLFxuICAnbHViJyxcbiAgJ2x1ZycsXG4gICdsdWknLFxuICAnbHVuJyxcbiAgJ2x1bycsXG4gICdsdXMnLFxuICAnbWFkJyxcbiAgJ21hZycsXG4gICdtYWgnLFxuICAnbWFpJyxcbiAgJ21haycsXG4gICdtYWwnLFxuICAnbWFuJyxcbiAgJ21hcCcsXG4gICdtYXInLFxuICAnbWFzJyxcbiAgJ21kcicsXG4gICdtZW4nLFxuICAnbWdhJyxcbiAgJ21pYycsXG4gICdtaW4nLFxuICAnbWlzJyxcbiAgJ21hYycsXG4gICdta2gnLFxuICAnbWxnJyxcbiAgJ21sdCcsXG4gICdtbmMnLFxuICAnbW5pJyxcbiAgJ21ubycsXG4gICdtb2gnLFxuICAnbW9sJyxcbiAgJ21vbicsXG4gICdtb3MnLFxuICAnbWFvJyxcbiAgJ21heScsXG4gICdtdWwnLFxuICAnbXVuJyxcbiAgJ211cycsXG4gICdtd3InLFxuICAnYnVyJyxcbiAgJ215bicsXG4gICduYWgnLFxuICAnbmFpJyxcbiAgJ25hdScsXG4gICduYXYnLFxuICAnbmJsJyxcbiAgJ25kZScsXG4gICduZG8nLFxuICAnbmVwJyxcbiAgJ25ldycsXG4gICduaWEnLFxuICAnbmljJyxcbiAgJ25pdScsXG4gICdkdXQnLFxuICAnbm5vJyxcbiAgJ25vYicsXG4gICdub24nLFxuICAnbm9yJyxcbiAgJ25zbycsXG4gICdudWInLFxuICAnbnlhJyxcbiAgJ255bScsXG4gICdueW4nLFxuICAnbnlvJyxcbiAgJ256aScsXG4gICdvY2knLFxuICAnb2ppJyxcbiAgJ29yaScsXG4gICdvcm0nLFxuICAnb3NhJyxcbiAgJ29zcycsXG4gICdvdGEnLFxuICAnb3RvJyxcbiAgJ3BhYScsXG4gICdwYWcnLFxuICAncGFsJyxcbiAgJ3BhbScsXG4gICdwYW4nLFxuICAncGFwJyxcbiAgJ3BhdScsXG4gICdwZW8nLFxuICAncGhpJyxcbiAgJ3BobicsXG4gICdwbGknLFxuICAncG9sJyxcbiAgJ3BvbicsXG4gICdwb3InLFxuICAncHJhJyxcbiAgJ3BybycsXG4gICdwdXMnLFxuICAncXVlJyxcbiAgJ3JhaicsXG4gICdyYXAnLFxuICAncmFyJyxcbiAgJ3JvYScsXG4gICdyb2gnLFxuICAncm9tJyxcbiAgJ3J1bScsXG4gICdydW4nLFxuICAncnVzJyxcbiAgJ3NhZCcsXG4gICdzYWcnLFxuICAnc2FoJyxcbiAgJ3NhaScsXG4gICdzYWwnLFxuICAnc2FtJyxcbiAgJ3NhbicsXG4gICdzYXMnLFxuICAnc2F0JyxcbiAgJ3NjbycsXG4gICdzZWwnLFxuICAnc2VtJyxcbiAgJ3NnYScsXG4gICdzZ24nLFxuICAnc2huJyxcbiAgJ3NpZCcsXG4gICdzaW4nLFxuICAnc2lvJyxcbiAgJ3NpdCcsXG4gICdzbGEnLFxuICAnc2xvJyxcbiAgJ3NsdicsXG4gICdzbWUnLFxuICAnc21pJyxcbiAgJ3NtbycsXG4gICdzbmEnLFxuICAnc25kJyxcbiAgJ3NuaycsXG4gICdzb2cnLFxuICAnc29tJyxcbiAgJ3NvbicsXG4gICdzb3QnLFxuICAnc3BhJyxcbiAgJ2FsYicsXG4gICdzcmQnLFxuICAnc2NjJyxcbiAgJ3NycicsXG4gICdzc2EnLFxuICAnc3N3JyxcbiAgJ3N1aycsXG4gICdzdW4nLFxuICAnc3VzJyxcbiAgJ3N1eCcsXG4gICdzd2EnLFxuICAnc3dlJyxcbiAgJ3N5cicsXG4gICd0YWgnLFxuICAndGFpJyxcbiAgJ3RhbScsXG4gICd0YXQnLFxuICAndGVsJyxcbiAgJ3RlbScsXG4gICd0ZXInLFxuICAndGV0JyxcbiAgJ3RnaycsXG4gICd0Z2wnLFxuICAndGhhJyxcbiAgJ3RpZycsXG4gICd0aXInLFxuICAndGl2JyxcbiAgJ3RrbCcsXG4gICd0bGknLFxuICAndG1oJyxcbiAgJ3RvZycsXG4gICd0b24nLFxuICAndHBpJyxcbiAgJ3RzaScsXG4gICd0c24nLFxuICAndHNvJyxcbiAgJ3R1aycsXG4gICd0dW0nLFxuICAndHVyJyxcbiAgJ3R1dCcsXG4gICd0dmwnLFxuICAndHdpJyxcbiAgJ3R5dicsXG4gICd1Z2EnLFxuICAndWlnJyxcbiAgJ3VrcicsXG4gICd1bWInLFxuICAndW5kJyxcbiAgJ3VyZCcsXG4gICd1emInLFxuICAndmFpJyxcbiAgJ3ZlbicsXG4gICd2aWUnLFxuICAndm9sJyxcbiAgJ3ZvdCcsXG4gICd3YWsnLFxuICAnd2FsJyxcbiAgJ3dhcicsXG4gICd3YXMnLFxuICAnd2VuJyxcbiAgJ3dvbCcsXG4gICd4aG8nLFxuICAneWFvJyxcbiAgJ3lhcCcsXG4gICd5aWQnLFxuICAneW9yJyxcbiAgJ3lwaycsXG4gICd6YXAnLFxuICAnemVuJyxcbiAgJ3poYScsXG4gICdjaGknLFxuICAnem5kJyxcbiAgJ3p1bCcsXG4gICd6dW4nLFxuXVxuIl19
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"metadata-language.d.ts","sourceRoot":"","sources":["../../../../../src/libs/api/repository/src/lib/metadata-language.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAE9C,eAAO,MAAM,iBAAiB,wBAAkD,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/feature/auth/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
export declare class FeatureAuthModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureAuthModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureAuthModule, never, [typeof i1.CommonModule], never>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FeatureAuthModule>;
|
|
7
|
-
}
|
|
8
|
-
//# sourceMappingURL=feature-auth.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"feature-auth.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/auth/src/lib/feature-auth.module.ts"],"names":[],"mappings":";;AAOA,qBAIa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./site-title/site-title.component";
|
|
4
|
-
import * as i2 from "./source-label/source-label.component";
|
|
5
|
-
import * as i3 from "@angular/common";
|
|
6
|
-
import * as i4 from "../../../../ui/catalog/src/lib/organisations-filter/organisations-filter.component";
|
|
7
|
-
import * as i5 from "../../../../ui/catalog/src/lib/catalog-title/catalog-title.component";
|
|
8
|
-
export declare const ORGANIZATION_URL_TOKEN: InjectionToken<string>;
|
|
9
|
-
export declare class FeatureCatalogModule {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureCatalogModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureCatalogModule, [typeof i1.SiteTitleComponent, typeof i2.SourceLabelComponent], [typeof i3.CommonModule, typeof i4.OrganisationsFilterComponent, typeof i5.CatalogTitleComponent], [typeof i1.SiteTitleComponent, typeof i2.SourceLabelComponent]>;
|
|
12
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FeatureCatalogModule>;
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=feature-catalog.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"feature-catalog.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/catalog/src/lib/feature-catalog.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAY,MAAM,eAAe,CAAA;;;;;;;AAwBxD,eAAO,MAAM,sBAAsB,wBAElC,CAAA;AAyBD,qBAmBa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FeatureNotificationsModule {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureNotificationsModule, never>;
|
|
4
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureNotificationsModule, never, never, never>;
|
|
5
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FeatureNotificationsModule>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=feature-notifications.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"feature-notifications.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/notifications/src/lib/feature-notifications.module.ts"],"names":[],"mappings":";AAGA,qBAMa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./facets-container/facets-container.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ngx-translate/core";
|
|
5
|
-
import * as i4 from "../../../../../ui/search/src/lib/facets/facets.module";
|
|
6
|
-
export declare class FacetsModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FacetsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FacetsModule, [typeof i1.FacetsContainerComponent], [typeof i2.CommonModule, typeof i3.TranslateModule, typeof i4.FacetsModule], [typeof i1.FacetsContainerComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FacetsModule>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=facets.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"facets.module.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/search/src/lib/facets/facets.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAKa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./facet-item/facet-item.component";
|
|
3
|
-
import * as i2 from "./facet-block/facet-block.component";
|
|
4
|
-
import * as i3 from "./facet-list/facet-list.component";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "@angular/forms";
|
|
7
|
-
import * as i6 from "@ngx-translate/core";
|
|
8
|
-
export declare class FacetsModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FacetsModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FacetsModule, [typeof i1.FacetItemComponent, typeof i2.FacetBlockComponent, typeof i3.FacetListComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.TranslateModule], [typeof i3.FacetListComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FacetsModule>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=facets.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"facets.module.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/search/src/lib/facets/facets.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAKa,YAAY;yCAAZ,YAAY;0CAAZ,YAAY;0CAAZ,YAAY;CAAG"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./record-preview/record-preview.component";
|
|
3
|
-
import * as i2 from "./record-preview-list/record-preview-list.component";
|
|
4
|
-
import * as i3 from "./record-preview-card/record-preview-card.component";
|
|
5
|
-
import * as i4 from "./record-preview-text/record-preview-text.component";
|
|
6
|
-
import * as i5 from "./record-preview-title/record-preview-title.component";
|
|
7
|
-
import * as i6 from "./record-metric/record-metric.component";
|
|
8
|
-
import * as i7 from "./results-list/results-list.component";
|
|
9
|
-
import * as i8 from "./results-hits-number/results-hits-number.component";
|
|
10
|
-
import * as i9 from "./results-hits-search-kind/results-hits-search-kind.component";
|
|
11
|
-
import * as i10 from "./results-list-item/results-list-item.component";
|
|
12
|
-
import * as i11 from "./record-preview-feed/record-preview-feed.component";
|
|
13
|
-
import * as i12 from "./record-preview-row/record-preview-row.component";
|
|
14
|
-
import * as i13 from "@angular/common";
|
|
15
|
-
import * as i14 from "@ngx-translate/core";
|
|
16
|
-
import * as i15 from "ngx-dropzone";
|
|
17
|
-
import * as i16 from "./facets/facets.module";
|
|
18
|
-
import * as i17 from "@angular/forms";
|
|
19
|
-
import * as i18 from "ngx-chips";
|
|
20
|
-
import * as i19 from "@angular/material/checkbox";
|
|
21
|
-
import * as i20 from "@angular/router";
|
|
22
|
-
import * as i21 from "../../../layout/src/lib/interactive-table/interactive-table.component";
|
|
23
|
-
import * as i22 from "@ng-icons/core";
|
|
24
|
-
import * as i23 from "../../../elements/src/lib/kind-badge/kind-badge.component";
|
|
25
|
-
import * as i24 from "../../../elements/src/lib/metadata-quality/metadata-quality.component";
|
|
26
|
-
import * as i25 from "../../../inputs/src/lib/inline-filter/inline-filter.component";
|
|
27
|
-
import * as i26 from "../../../elements/src/lib/thumbnail/thumbnail.component";
|
|
28
|
-
import * as i27 from "../../../elements/src/lib/markdown-parser/markdown-parser.component";
|
|
29
|
-
import * as i28 from "../../../elements/src/lib/internal-link-card/internal-link-card.component";
|
|
30
|
-
import * as i29 from "./results-table/action-menu/action-menu.component";
|
|
31
|
-
export declare class UiSearchModule {
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UiSearchModule, never>;
|
|
33
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UiSearchModule, [typeof i1.RecordPreviewComponent, typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i8.ResultsHitsNumberComponent, typeof i9.ResultsHitsSearchKindComponent, typeof i10.ResultsListItemComponent, typeof i11.RecordPreviewFeedComponent, typeof i12.RecordPreviewRowComponent], [typeof i13.CommonModule, typeof i14.TranslateDirective, typeof i14.TranslatePipe, typeof i15.NgxDropzoneModule, typeof i16.FacetsModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.TagInputModule, typeof i19.MatCheckboxModule, typeof i20.RouterLink, typeof i21.InteractiveTableComponent, typeof i22.NgIconsModule, typeof i23.KindBadgeComponent, typeof i24.MetadataQualityComponent, typeof i25.InlineFilterComponent, typeof i26.ThumbnailComponent, typeof i27.MarkdownParserComponent, typeof i28.InternalLinkCardComponent, typeof i29.ActionMenuComponent], [typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i16.FacetsModule, typeof i1.RecordPreviewComponent, typeof i8.ResultsHitsNumberComponent, typeof i9.ResultsHitsSearchKindComponent, typeof i11.RecordPreviewFeedComponent, typeof i12.RecordPreviewRowComponent, typeof i29.ActionMenuComponent]>;
|
|
34
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<UiSearchModule>;
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=ui-search.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ui-search.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/search/src/lib/ui-search.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2CA,qBAgEa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/libs/util/app-config/src/lib/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,UAqbhC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './lib/feature-auth.module'
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core'
|
|
2
|
-
import { CommonModule } from '@angular/common'
|
|
3
|
-
import {
|
|
4
|
-
AvatarServiceInterface,
|
|
5
|
-
GravatarService,
|
|
6
|
-
} from '../../../../../libs/api/repository/src'
|
|
7
|
-
|
|
8
|
-
@NgModule({
|
|
9
|
-
imports: [CommonModule],
|
|
10
|
-
providers: [{ provide: AvatarServiceInterface, useClass: GravatarService }],
|
|
11
|
-
})
|
|
12
|
-
export class FeatureAuthModule {}
|