geonetwork-ui 2.8.0-dev.5a12f5e98 → 2.8.0-dev.5b3b50fcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/geonetwork-ui-date-locales-DhlIiWpT.mjs +35 -0
- package/fesm2022/geonetwork-ui-date-locales-DhlIiWpT.mjs.map +1 -0
- package/fesm2022/geonetwork-ui.mjs +3258 -2919
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +6636 -23
- package/index.d.ts.map +1 -1
- package/index.ts +1 -0
- package/package.json +27 -29
- package/src/libs/api/metadata-converter/src/lib/common/distribution.mapper.ts +2 -0
- package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +11 -0
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.service+eaux-usees.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +5 -2
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/georhena.records.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.reuse.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.service+napitswallonia.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +42 -8
- package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +3 -5
- package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +13 -6
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +6 -2
- package/src/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.ts +3 -3
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +4 -2
- package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +11 -10
- package/src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts +3 -3
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +1 -1
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +6 -8
- package/src/libs/api/repository/src/lib/gn4/favorites/favorites.service.ts +4 -6
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +10 -12
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +2 -0
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +2 -0
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +2 -2
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +51 -50
- package/src/libs/api/repository/src/lib/gn4/selection/selection.service.ts +4 -2
- package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +6 -5
- package/src/libs/common/domain/src/index.ts +2 -0
- package/src/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.ts +1 -1
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +12 -1
- package/src/libs/common/domain/src/lib/model/search/sort-by.model.ts +5 -0
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +1 -1
- package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +5 -0
- package/src/libs/common/fixtures/src/lib/link.fixtures.ts +26 -0
- package/src/libs/common/fixtures/src/lib/map/map-context.fixtures.ts +1 -1
- package/src/libs/common/fixtures/src/lib/ol-feature.fixtures.ts +2 -2
- package/src/libs/data-access/gn4/src/openapi/api/atom.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/customstyle.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/formatters.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/groups.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/harvesters.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/identifiers.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/languages.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/links.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/logos.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/mapservers.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/mapservices.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/me.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/operations.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/pages.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/processes.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/regions.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/registries.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/related.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/search.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/selections.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/site.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/sources.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/standards.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/status.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/tags.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/tools.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/ui.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/users.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/usersearches.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api/userselections.api.service.ts +7 -6
- package/src/libs/data-access/gn4/src/openapi/api.module.ts +5 -10
- package/src/libs/feature/catalog/src/lib/my-org/my-org.service.ts +5 -5
- package/src/libs/feature/catalog/src/lib/organisations/organisations.component.html +19 -17
- package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +4 -9
- package/src/libs/feature/catalog/src/lib/records/records.service.ts +3 -3
- package/src/libs/feature/catalog/src/lib/site-title/site-title.component.html +6 -5
- package/src/libs/feature/catalog/src/lib/site-title/site-title.component.ts +4 -2
- package/src/libs/feature/catalog/src/lib/source-label/source-label.component.ts +8 -2
- package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +4 -6
- package/src/libs/feature/catalog/src/lib/users/users.service.ts +3 -3
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +36 -32
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +7 -7
- package/src/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.ts +3 -2
- package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.ts +3 -2
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +32 -7
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +26 -22
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +9 -6
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.html +20 -17
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +1 -2
- package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.ts +1 -3
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +16 -13
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +3 -4
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +23 -20
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +8 -10
- package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.html +26 -27
- package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.ts +0 -2
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +123 -107
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +9 -10
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.html +17 -15
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +66 -59
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.ts +1 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.html +20 -19
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +16 -20
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +6 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +48 -53
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +4 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +4 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +7 -10
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +43 -19
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +7 -10
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +7 -9
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.ts +1 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +5 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.ts +3 -3
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +27 -25
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.html +7 -6
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.ts +6 -15
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +3 -3
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +30 -0
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +24 -32
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +3 -3
- package/src/libs/feature/editor/src/lib/fields.config.ts +1 -1
- package/src/libs/feature/editor/src/lib/services/editor.service.ts +2 -2
- package/src/libs/feature/map/src/lib/+state/map.facade.ts +3 -3
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +7 -4
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.html +2 -2
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +16 -8
- package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +10 -6
- package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +5 -13
- package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +39 -36
- package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +4 -4
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +32 -25
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +4 -8
- package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.html +46 -35
- package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +4 -6
- package/src/libs/feature/map/src/lib/constant/style.constant.ts +2 -2
- package/src/libs/feature/map/src/lib/geocoding/geocoding.component.html +33 -31
- package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +7 -7
- package/src/libs/feature/map/src/lib/geocoding.service.ts +2 -4
- package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +13 -14
- package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +3 -2
- package/src/libs/feature/map/src/lib/map-state-container/map-state-container.component.ts +3 -3
- package/src/libs/feature/map/src/lib/style/map-style.fixtures.ts +1 -1
- package/src/libs/feature/map/src/lib/style/map-style.service.ts +4 -4
- package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +1 -1
- package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.html +16 -15
- package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.ts +2 -2
- package/src/libs/feature/record/src/index.ts +1 -0
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +30 -28
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +8 -3
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.html +6 -5
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +12 -11
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +12 -8
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +6 -9
- package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +24 -10
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +10 -9
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +7 -13
- package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.html +14 -15
- package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.ts +13 -10
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.html +18 -15
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +3 -3
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +41 -42
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +13 -10
- package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +4 -4
- package/src/libs/feature/record/src/lib/stac-view/stac-view.component.css +8 -0
- package/src/libs/feature/record/src/lib/stac-view/stac-view.component.html +87 -0
- package/src/libs/feature/record/src/lib/stac-view/stac-view.component.ts +338 -0
- package/src/libs/feature/record/src/lib/stac-view/utils.ts +57 -0
- package/src/libs/feature/record/src/lib/state/mdview.effects.ts +6 -8
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +35 -8
- package/src/libs/feature/router/src/lib/default/container/search-router.container.directive.ts +3 -3
- package/src/libs/feature/router/src/lib/default/router.module.ts +4 -2
- package/src/libs/feature/router/src/lib/default/router.service.ts +11 -5
- package/src/libs/feature/router/src/lib/default/services/router-search.service.ts +4 -6
- package/src/libs/feature/router/src/lib/default/state/router.effects.ts +12 -15
- package/src/libs/feature/router/src/lib/default/state/router.facade.ts +4 -6
- package/src/libs/feature/search/src/lib/constants.ts +1 -1
- package/src/libs/feature/search/src/lib/facets/facets-container/facets-container.component.ts +4 -6
- package/src/libs/feature/search/src/lib/facets/facets.service.ts +2 -2
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +5 -6
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +7 -8
- package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.html +10 -10
- package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +5 -6
- package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +5 -6
- package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.html +10 -8
- package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.ts +10 -3
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +7 -6
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +5 -7
- package/src/libs/feature/search/src/lib/results-layout/results-layout.component.ts +6 -7
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +52 -48
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +15 -17
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +17 -16
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +8 -9
- package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.html +18 -16
- package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.ts +9 -15
- package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.html +20 -20
- package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.ts +7 -9
- package/src/libs/feature/search/src/lib/sort-by/sort-by.component.ts +12 -18
- package/src/libs/feature/search/src/lib/state/container/search-state.container.directive.ts +3 -3
- package/src/libs/feature/search/src/lib/state/effects.ts +10 -12
- package/src/libs/feature/search/src/lib/state/search.facade.ts +6 -8
- package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +4 -3
- package/src/libs/feature/search/src/lib/utils/service/fields.ts +37 -33
- package/src/libs/feature/search/src/lib/utils/service/search.service.ts +2 -2
- package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.html +15 -15
- package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.ts +1 -2
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +4 -8
- package/src/libs/ui/dataviz/src/lib/chart/chart.component.ts +3 -3
- package/src/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.ts +4 -2
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +34 -33
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +5 -6
- package/src/libs/ui/elements/src/index.ts +2 -0
- package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +55 -50
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +25 -23
- package/src/libs/ui/elements/src/lib/avatar/avatar.component.html +12 -10
- package/src/libs/ui/elements/src/lib/avatar/avatar.component.ts +1 -2
- package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.ts +7 -5
- package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.html +10 -5
- package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.ts +1 -2
- package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +5 -3
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +66 -62
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +3 -4
- package/src/libs/ui/elements/src/lib/error/error.component.html +63 -54
- package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.html +47 -25
- package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.ts +12 -3
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.html +15 -15
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +8 -3
- package/src/libs/ui/elements/src/lib/image-input/image-input.component.html +83 -89
- package/src/libs/ui/elements/src/lib/image-input/image-input.component.ts +4 -5
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +22 -21
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +1 -8
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +40 -34
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +4 -4
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +10 -15
- package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +0 -2
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +1 -0
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +83 -69
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.css +0 -0
- package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.html +32 -0
- package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.ts +24 -0
- package/src/libs/ui/elements/src/lib/metadata-info/linkify.directive.ts +3 -5
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +333 -271
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +5 -12
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +30 -27
- package/src/libs/ui/elements/src/lib/notification/notification.component.html +5 -8
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +10 -11
- package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +102 -95
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +110 -92
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +11 -8
- package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.css +0 -0
- package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.html +15 -0
- package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.ts +14 -0
- package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +5 -8
- package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +74 -65
- package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +2 -2
- package/src/libs/ui/inputs/src/index.ts +1 -0
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +60 -57
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +3 -2
- package/src/libs/ui/inputs/src/lib/badge/badge.component.html +17 -16
- package/src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.html +3 -3
- package/src/libs/ui/inputs/src/lib/checkbox/checkbox.component.css +8 -8
- package/src/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.html +16 -14
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +18 -1
- package/src/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.ts +11 -10
- package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.css +0 -0
- package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.html +15 -0
- package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.ts +40 -0
- package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.html +8 -4
- package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.ts +1 -2
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +68 -61
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +5 -11
- package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +29 -27
- package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +4 -2
- package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +4 -5
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.html +35 -35
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +3 -2
- package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.html +22 -20
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html +47 -46
- package/src/libs/ui/inputs/src/lib/search-input/search-input.component.html +10 -9
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +6 -4
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +1 -1
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +9 -8
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +1 -2
- package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +12 -11
- package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +3 -2
- package/src/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts +3 -2
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +1 -1
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.html +31 -29
- package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.ts +6 -13
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +13 -13
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.html +6 -2
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.ts +1 -2
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +59 -53
- package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +14 -12
- package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.ts +3 -2
- package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.ts +3 -5
- package/src/libs/ui/layout/src/lib/paginable.interface.ts +3 -3
- package/src/libs/ui/layout/src/lib/pagination/pagination.component.html +13 -11
- package/src/libs/ui/layout/src/lib/pagination/pagination.component.ts +2 -8
- package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.html +26 -24
- package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.ts +2 -2
- package/src/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.html +17 -15
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +12 -6
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +4 -1
- package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +2 -3
- package/src/libs/ui/layout/src/lib/sticky-header/sticky-header.component.ts +5 -7
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +9 -8
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +6 -6
- package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.html +9 -5
- package/src/libs/ui/map/src/lib/components/map-container/map-container.component.html +16 -14
- package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +142 -72
- package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.html +3 -1
- package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.ts +1 -2
- package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.ts +3 -2
- package/src/libs/ui/map/src/lib/map-utils.ts +9 -4
- package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.html +85 -82
- package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.ts +2 -8
- package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.html +38 -36
- package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.ts +1 -2
- package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.html +9 -8
- package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.ts +2 -2
- package/src/libs/ui/search/src/lib/record-metric/record-metric.component.ts +1 -2
- package/src/libs/ui/search/src/lib/record-preview/record-preview.component.ts +6 -3
- package/src/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.ts +2 -3
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.html +48 -42
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +23 -15
- package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.html +22 -14
- package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.ts +2 -8
- package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.ts +10 -4
- package/src/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.ts +2 -3
- package/src/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.ts +2 -3
- package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.html +16 -10
- package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.ts +1 -2
- package/src/libs/ui/search/src/lib/results-list/results-list.component.html +13 -15
- package/src/libs/ui/search/src/lib/results-list-item/results-list-item.component.ts +4 -5
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +38 -34
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +4 -7
- package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +7 -8
- package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +5 -7
- package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +3 -2
- package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +6 -7
- package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.ts +1 -2
- package/src/libs/util/data-fetcher/src/lib/readers/gml.ts +1 -1
- package/src/libs/util/i18n/src/lib/date-locales.ts +63 -0
- package/src/libs/util/i18n/src/lib/i18n.interceptor.ts +2 -2
- package/src/libs/util/shared/src/index.ts +1 -0
- package/src/libs/util/shared/src/lib/humanize-date.directive.ts +40 -0
- package/src/libs/util/shared/src/lib/image-fallback.directive.ts +9 -2
- package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +4 -0
- package/src/libs/util/shared/src/lib/links/link-utils.ts +29 -5
- package/src/libs/util/shared/src/lib/services/date.service.ts +29 -3
- package/src/libs/util/shared/src/lib/services/proxy.service.ts +7 -5
- package/src/libs/util/shared/src/lib/utils/sort-by.ts +8 -5
- package/tailwind.base.css +1 -1
- package/translations/de.json +294 -275
- package/translations/en.json +23 -5
- package/translations/es.json +22 -3
- package/translations/fr.json +23 -4
- package/translations/it.json +24 -5
- package/translations/nl.json +22 -3
- package/translations/pt.json +22 -3
- package/translations/sk.json +23 -4
- package/esm2022/geonetwork-ui.mjs +0 -5
- package/esm2022/index.mjs +0 -24
- package/esm2022/libs/api/metadata-converter/src/index.mjs +0 -9
- package/esm2022/libs/api/metadata-converter/src/lib/base.converter.mjs +0 -14
- package/esm2022/libs/api/metadata-converter/src/lib/common/distribution.mapper.mjs +0 -26
- package/esm2022/libs/api/metadata-converter/src/lib/common/license.mjs +0 -64
- package/esm2022/libs/api/metadata-converter/src/lib/common/resource-types.mjs +0 -40
- package/esm2022/libs/api/metadata-converter/src/lib/common/url.mjs +0 -14
- package/esm2022/libs/api/metadata-converter/src/lib/convert-utils.mjs +0 -19
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.mjs +0 -279
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/index.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.mjs +0 -17
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.mjs +0 -224
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.mjs +0 -57
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.mjs +0 -96
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.mjs +0 -47
- package/esm2022/libs/api/metadata-converter/src/lib/find-converter.mjs +0 -25
- package/esm2022/libs/api/metadata-converter/src/lib/function-utils.mjs +0 -40
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +0 -77
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.converter.mjs +0 -54
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +0 -384
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/index.mjs +0 -4
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +0 -29
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.mjs +0 -12
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/index.mjs +0 -5
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/search.model.mjs +0 -11
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/index.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +0 -129
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +0 -143
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +0 -153
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/index.mjs +0 -2
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +0 -310
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +0 -485
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.mjs +0 -31
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.mjs +0 -18
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.mjs +0 -14
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.mjs +0 -48
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.mjs +0 -21
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.mjs +0 -8
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +0 -516
- package/esm2022/libs/api/metadata-converter/src/lib/translate-utils.mjs +0 -17
- package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +0 -456
- package/esm2022/libs/api/repository/src/index.mjs +0 -4
- package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +0 -67
- package/esm2022/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.mjs +0 -3
- package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +0 -39
- package/esm2022/libs/api/repository/src/lib/gn4/auth/index.mjs +0 -4
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +0 -32
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.mjs +0 -12
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +0 -552
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/index.mjs +0 -4
- package/esm2022/libs/api/repository/src/lib/gn4/favorites/favorites.service.mjs +0 -66
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +0 -336
- package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +0 -42
- package/esm2022/libs/api/repository/src/lib/gn4/index.mjs +0 -11
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/index.mjs +0 -5
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.mjs +0 -5
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +0 -104
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +0 -198
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.mjs +0 -6
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +0 -104
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +0 -270
- package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +0 -52
- package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +0 -26
- package/esm2022/libs/api/repository/src/lib/metadata-language.token.mjs +0 -3
- package/esm2022/libs/api/repository/src/lib/repository-url.mjs +0 -10
- package/esm2022/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.mjs +0 -9
- package/esm2022/libs/common/domain/src/lib/model/error/index.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/error/publication-version.error.mjs +0 -8
- package/esm2022/libs/common/domain/src/lib/model/record/contact.model.mjs +0 -51
- package/esm2022/libs/common/domain/src/lib/model/record/index.mjs +0 -6
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +0 -64
- package/esm2022/libs/common/domain/src/lib/model/record/organization.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/record/translation.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/record/user-feedbacks.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/aggregation.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/field.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/filter.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/index.mjs +0 -6
- package/esm2022/libs/common/domain/src/lib/model/search/search.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/search/sort-by.model.mjs +0 -8
- package/esm2022/libs/common/domain/src/lib/model/thesaurus/index.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/user/index.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/model/user/user.model.mjs +0 -2
- package/esm2022/libs/common/domain/src/lib/organizations.service.interface.mjs +0 -3
- package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +0 -3
- package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +0 -3
- package/esm2022/libs/data-access/gn4/src/fixtures/index.mjs +0 -3
- package/esm2022/libs/data-access/gn4/src/fixtures/site.fixtures.mjs +0 -61
- package/esm2022/libs/data-access/gn4/src/fixtures/ui.fixtures.mjs +0 -5
- package/esm2022/libs/data-access/gn4/src/index.mjs +0 -3
- package/esm2022/libs/data-access/gn4/src/openapi/api/api.mjs +0 -99
- package/esm2022/libs/data-access/gn4/src/openapi/api/atom.api.service.mjs +0 -251
- package/esm2022/libs/data-access/gn4/src/openapi/api/customstyle.api.service.mjs +0 -151
- package/esm2022/libs/data-access/gn4/src/openapi/api/formatters.api.service.mjs +0 -363
- package/esm2022/libs/data-access/gn4/src/openapi/api/groups.api.service.mjs +0 -313
- package/esm2022/libs/data-access/gn4/src/openapi/api/harvesters.api.service.mjs +0 -164
- package/esm2022/libs/data-access/gn4/src/openapi/api/identifiers.api.service.mjs +0 -223
- package/esm2022/libs/data-access/gn4/src/openapi/api/languages.api.service.mjs +0 -223
- package/esm2022/libs/data-access/gn4/src/openapi/api/links.api.service.mjs +0 -337
- package/esm2022/libs/data-access/gn4/src/openapi/api/logos.api.service.mjs +0 -211
- package/esm2022/libs/data-access/gn4/src/openapi/api/mapservers.api.service.mjs +0 -421
- package/esm2022/libs/data-access/gn4/src/openapi/api/mapservices.api.service.mjs +0 -117
- package/esm2022/libs/data-access/gn4/src/openapi/api/me.api.service.mjs +0 -117
- package/esm2022/libs/data-access/gn4/src/openapi/api/operations.api.service.mjs +0 -117
- package/esm2022/libs/data-access/gn4/src/openapi/api/pages.api.service.mjs +0 -456
- package/esm2022/libs/data-access/gn4/src/openapi/api/processes.api.service.mjs +0 -389
- package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +0 -4080
- package/esm2022/libs/data-access/gn4/src/openapi/api/regions.api.service.mjs +0 -204
- package/esm2022/libs/data-access/gn4/src/openapi/api/registries.api.service.mjs +0 -979
- package/esm2022/libs/data-access/gn4/src/openapi/api/related.api.service.mjs +0 -135
- package/esm2022/libs/data-access/gn4/src/openapi/api/search.api.service.mjs +0 -174
- package/esm2022/libs/data-access/gn4/src/openapi/api/selections.api.service.mjs +0 -215
- package/esm2022/libs/data-access/gn4/src/openapi/api/site.api.service.mjs +0 -770
- package/esm2022/libs/data-access/gn4/src/openapi/api/sources.api.service.mjs +0 -249
- package/esm2022/libs/data-access/gn4/src/openapi/api/standards.api.service.mjs +0 -412
- package/esm2022/libs/data-access/gn4/src/openapi/api/status.api.service.mjs +0 -170
- package/esm2022/libs/data-access/gn4/src/openapi/api/tags.api.service.mjs +0 -246
- package/esm2022/libs/data-access/gn4/src/openapi/api/tools.api.service.mjs +0 -608
- package/esm2022/libs/data-access/gn4/src/openapi/api/ui.api.service.mjs +0 -244
- package/esm2022/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.mjs +0 -405
- package/esm2022/libs/data-access/gn4/src/openapi/api/users.api.service.mjs +0 -570
- package/esm2022/libs/data-access/gn4/src/openapi/api/usersearches.api.service.mjs +0 -343
- package/esm2022/libs/data-access/gn4/src/openapi/api/userselections.api.service.mjs +0 -323
- package/esm2022/libs/data-access/gn4/src/openapi/api.module.mjs +0 -41
- package/esm2022/libs/data-access/gn4/src/openapi/configuration.mjs +0 -72
- package/esm2022/libs/data-access/gn4/src/openapi/encoder.mjs +0 -19
- package/esm2022/libs/data-access/gn4/src/openapi/index.mjs +0 -6
- package/esm2022/libs/data-access/gn4/src/openapi/model/address.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/associated.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/category.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/children.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/codelist.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/crs.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/dataset.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/description.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/element.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/entry.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/extentDto.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/fcat.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/featureType.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/field.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/formatterData.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/group.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.mjs +0 -33
- package/esm2022/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/hassource.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/iSODate.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/infoReport.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.mjs +0 -26
- package/esm2022/libs/data-access/gn4/src/openapi/model/language.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/link.api.model.mjs +0 -8
- package/esm2022/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/localizedString.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/mapServer.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/mapService.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/meResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.mjs +0 -8
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.mjs +0 -20
- package/esm2022/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.mjs +0 -20
- package/esm2022/libs/data-access/gn4/src/openapi/model/models.mjs +0 -119
- package/esm2022/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/online.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/operation.api.model.mjs +0 -23
- package/esm2022/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/pageLink.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.mjs +0 -36
- package/esm2022/libs/data-access/gn4/src/openapi/model/pageable.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/parent.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/processingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.mjs +0 -36
- package/esm2022/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/related.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/report.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/reports.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/section.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/selection.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/service.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/setting.api.model.mjs +0 -21
- package/esm2022/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/siblings.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/sort.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/source.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/status.api.model.mjs +0 -22
- package/esm2022/libs/data-access/gn4/src/openapi/model/statusValue.api.model.mjs +0 -33
- package/esm2022/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/translations.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/user.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userDto.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userGroup.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.mjs +0 -24
- package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.mjs +0 -19
- package/esm2022/libs/data-access/gn4/src/openapi/model/values.api.model.mjs +0 -13
- package/esm2022/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.mjs +0 -2
- package/esm2022/libs/data-access/gn4/src/openapi/variables.mjs +0 -9
- package/esm2022/libs/feature/catalog/src/index.mjs +0 -9
- package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +0 -42
- package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +0 -127
- package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +0 -6
- package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +0 -21
- package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +0 -23
- package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +0 -23
- package/esm2022/libs/feature/catalog/src/lib/sources/sources.model.mjs +0 -2
- package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +0 -27
- package/esm2022/libs/feature/dataviz/src/index.mjs +0 -6
- package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +0 -245
- package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +0 -36
- package/esm2022/libs/feature/dataviz/src/lib/figure/figure.service.mjs +0 -31
- package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +0 -98
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +0 -244
- package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +0 -101
- package/esm2022/libs/feature/editor/src/index.mjs +0 -13
- package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +0 -17
- package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +0 -68
- package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +0 -66
- package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +0 -84
- package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +0 -27
- package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +0 -66
- package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +0 -16
- package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +0 -89
- package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +0 -111
- package/esm2022/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.mjs +0 -80
- package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +0 -275
- package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +0 -75
- package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +0 -172
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +0 -11
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.mjs +0 -73
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.mjs +0 -35
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.mjs +0 -129
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +0 -105
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +0 -150
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.mjs +0 -19
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +0 -28
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +0 -39
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +0 -60
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +0 -11
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +0 -151
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +0 -181
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +0 -104
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +0 -41
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +0 -32
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +0 -123
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.mjs +0 -44
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +0 -88
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.mjs +0 -55
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +0 -96
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +0 -122
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +0 -14
- package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +0 -34
- package/esm2022/libs/feature/editor/src/lib/expressions.mjs +0 -13
- package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +0 -27
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +0 -376
- package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/models/index.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +0 -63
- package/esm2022/libs/feature/map/src/index.mjs +0 -14
- package/esm2022/libs/feature/map/src/lib/+state/map.actions.mjs +0 -5
- package/esm2022/libs/feature/map/src/lib/+state/map.facade.mjs +0 -28
- package/esm2022/libs/feature/map/src/lib/+state/map.reducer.mjs +0 -27
- package/esm2022/libs/feature/map/src/lib/+state/map.selectors.mjs +0 -7
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +0 -49
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +0 -60
- package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +0 -118
- package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +0 -129
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +0 -74
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +0 -73
- package/esm2022/libs/feature/map/src/lib/constant/index.mjs +0 -2
- package/esm2022/libs/feature/map/src/lib/constant/projections.mjs +0 -2
- package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +0 -34
- package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +0 -101
- package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +0 -40
- package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +0 -77
- package/esm2022/libs/feature/map/src/lib/map-state-container/map-state-container.component.mjs +0 -27
- package/esm2022/libs/feature/map/src/lib/style/index.mjs +0 -3
- package/esm2022/libs/feature/map/src/lib/style/map-style.fixtures.mjs +0 -43
- package/esm2022/libs/feature/map/src/lib/style/map-style.service.mjs +0 -96
- package/esm2022/libs/feature/map/src/lib/utils/index.mjs +0 -2
- package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +0 -29
- package/esm2022/libs/feature/notifications/src/index.mjs +0 -3
- package/esm2022/libs/feature/notifications/src/lib/notification.model.mjs +0 -2
- package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +0 -49
- package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +0 -30
- package/esm2022/libs/feature/record/src/index.mjs +0 -11
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +0 -110
- package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +0 -77
- package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +0 -40
- package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +0 -83
- package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +0 -82
- package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +0 -29
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.mjs +0 -169
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +0 -58
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +0 -348
- package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +0 -47
- package/esm2022/libs/feature/record/src/lib/state/index.mjs +0 -3
- package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +0 -32
- package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +0 -73
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +0 -119
- package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +0 -96
- package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +0 -33
- package/esm2022/libs/feature/router/src/index.mjs +0 -2
- package/esm2022/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.mjs +0 -21
- package/esm2022/libs/feature/router/src/lib/default/constants.mjs +0 -13
- package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +0 -41
- package/esm2022/libs/feature/router/src/lib/default/index.mjs +0 -9
- package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +0 -3
- package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +0 -63
- package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +0 -61
- package/esm2022/libs/feature/router/src/lib/default/services/router-search.service.mjs +0 -56
- package/esm2022/libs/feature/router/src/lib/default/state/query-params.utils.mjs +0 -51
- package/esm2022/libs/feature/router/src/lib/default/state/router.actions.mjs +0 -5
- package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +0 -114
- package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +0 -73
- package/esm2022/libs/feature/router/src/lib/default/state/router.selectors.mjs +0 -14
- package/esm2022/libs/feature/search/src/index.mjs +0 -26
- package/esm2022/libs/feature/search/src/lib/constants.mjs +0 -38
- package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +0 -71
- package/esm2022/libs/feature/search/src/lib/facets/facets.service.mjs +0 -232
- package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +0 -121
- package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +0 -28
- package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +0 -68
- package/esm2022/libs/feature/search/src/lib/filter-geometry.token.mjs +0 -4
- package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +0 -92
- package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +0 -6
- package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +0 -45
- package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +0 -48
- package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +0 -34
- package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +0 -108
- package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +0 -99
- package/esm2022/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.mjs +0 -65
- package/esm2022/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.mjs +0 -84
- package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +0 -58
- package/esm2022/libs/feature/search/src/lib/state/actions.mjs +0 -208
- package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +0 -29
- package/esm2022/libs/feature/search/src/lib/state/effects.mjs +0 -124
- package/esm2022/libs/feature/search/src/lib/state/reducer.mjs +0 -289
- package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +0 -130
- package/esm2022/libs/feature/search/src/lib/state/selectors.mjs +0 -22
- package/esm2022/libs/feature/search/src/lib/utils/operators/search.operator.mjs +0 -31
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +0 -436
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +0 -90
- package/esm2022/libs/feature/search/src/lib/utils/service/search.service.mjs +0 -37
- package/esm2022/libs/ui/catalog/src/index.mjs +0 -6
- package/esm2022/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.mjs +0 -19
- package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +0 -43
- package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +0 -42
- package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +0 -48
- package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +0 -16
- package/esm2022/libs/ui/dataviz/src/index.mjs +0 -5
- package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +0 -167
- package/esm2022/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.mjs +0 -51
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +0 -139
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.data.source.mjs +0 -24
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.mjs +0 -82
- package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +0 -33
- package/esm2022/libs/ui/elements/src/index.mjs +0 -29
- package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +0 -87
- package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +0 -78
- package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +0 -20
- package/esm2022/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.mjs +0 -29
- package/esm2022/libs/ui/elements/src/lib/content-ghost/content-ghost.component.mjs +0 -20
- package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +0 -62
- package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +0 -122
- package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +0 -49
- package/esm2022/libs/ui/elements/src/lib/external-link-card/external-link-card.component.mjs +0 -59
- package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +0 -61
- package/esm2022/libs/ui/elements/src/lib/image-input/image-input.component.mjs +0 -227
- package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +0 -45
- package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +0 -89
- package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +0 -76
- package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +0 -41
- package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +0 -19
- package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +0 -14
- package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +0 -61
- package/esm2022/libs/ui/elements/src/lib/metadata-info/linkify.directive.mjs +0 -78
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +0 -128
- package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +0 -82
- package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +0 -45
- package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +0 -71
- package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +0 -142
- package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +0 -70
- package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +0 -165
- package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +0 -96
- package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +0 -59
- package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +0 -77
- package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +0 -21
- package/esm2022/libs/ui/inputs/src/index.mjs +0 -27
- package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +0 -285
- package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +0 -44
- package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +0 -62
- package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +0 -30
- package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +0 -35
- package/esm2022/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.mjs +0 -33
- package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +0 -39
- package/esm2022/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.mjs +0 -65
- package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +0 -44
- package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +0 -37
- package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +0 -215
- package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.mjs +0 -2
- package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +0 -202
- package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.mjs +0 -2
- package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +0 -48
- package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +0 -106
- package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +0 -59
- package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +0 -43
- package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.mjs +0 -2
- package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +0 -74
- package/esm2022/libs/ui/inputs/src/lib/search-input/search-input.component.mjs +0 -46
- package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +0 -57
- package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +0 -36
- package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +0 -50
- package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +0 -48
- package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +0 -95
- package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +0 -46
- package/esm2022/libs/ui/layout/src/index.mjs +0 -20
- package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +0 -105
- package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +0 -128
- package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +0 -73
- package/esm2022/libs/ui/layout/src/lib/cell-popin/cell-popin.component.mjs +0 -110
- package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +0 -54
- package/esm2022/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.mjs +0 -25
- package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +0 -20
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +0 -38
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +0 -67
- package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +0 -70
- package/esm2022/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.mjs +0 -29
- package/esm2022/libs/ui/layout/src/lib/paginable.interface.mjs +0 -2
- package/esm2022/libs/ui/layout/src/lib/pagination/pagination.component.mjs +0 -51
- package/esm2022/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.mjs +0 -52
- package/esm2022/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.mjs +0 -36
- package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +0 -26
- package/esm2022/libs/ui/layout/src/lib/sortable-list/sortable-list.component.mjs +0 -35
- package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +0 -81
- package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +0 -71
- package/esm2022/libs/ui/map/src/index.mjs +0 -7
- package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +0 -46
- package/esm2022/libs/ui/map/src/lib/components/map-container/map-container.component.mjs +0 -157
- package/esm2022/libs/ui/map/src/lib/components/map-container/map-settings.token.mjs +0 -13
- package/esm2022/libs/ui/map/src/lib/components/map-legend/map-legend.component.mjs +0 -36
- package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +0 -80
- package/esm2022/libs/ui/map/src/lib/map-utils.mjs +0 -37
- package/esm2022/libs/ui/search/src/index.mjs +0 -21
- package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +0 -109
- package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +0 -43
- package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +0 -51
- package/esm2022/libs/ui/search/src/lib/facets/facets.model.mjs +0 -2
- package/esm2022/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.mjs +0 -50
- package/esm2022/libs/ui/search/src/lib/facets/fixtures/index.mjs +0 -2
- package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +0 -26
- package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +0 -62
- package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +0 -14
- package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +0 -68
- package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +0 -21
- package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +0 -29
- package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +0 -14
- package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +0 -14
- package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +0 -18
- package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +0 -63
- package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +0 -29
- package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +0 -31
- package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +0 -54
- package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +0 -76
- package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +0 -219
- package/esm2022/libs/ui/widgets/src/index.mjs +0 -7
- package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +0 -11
- package/esm2022/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.mjs +0 -15
- package/esm2022/libs/ui/widgets/src/lib/popover/popover.component.mjs +0 -68
- package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +0 -62
- package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +0 -51
- package/esm2022/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.mjs +0 -11
- package/esm2022/libs/util/app-config/src/index.mjs +0 -5
- package/esm2022/libs/util/app-config/src/lib/app-config.mjs +0 -216
- package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +0 -164
- package/esm2022/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.mjs +0 -18
- package/esm2022/libs/util/app-config/src/lib/map-layers.mjs +0 -33
- package/esm2022/libs/util/app-config/src/lib/model.mjs +0 -2
- package/esm2022/libs/util/app-config/src/lib/parse-utils.mjs +0 -89
- package/esm2022/libs/util/data-fetcher/src/index.mjs +0 -7
- package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +0 -70
- package/esm2022/libs/util/data-fetcher/src/lib/headers.mjs +0 -23
- package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +0 -62
- package/esm2022/libs/util/data-fetcher/src/lib/readers/base-cache.mjs +0 -12
- package/esm2022/libs/util/data-fetcher/src/lib/readers/base-file.mjs +0 -37
- package/esm2022/libs/util/data-fetcher/src/lib/readers/base.mjs +0 -62
- package/esm2022/libs/util/data-fetcher/src/lib/readers/csv.mjs +0 -37
- package/esm2022/libs/util/data-fetcher/src/lib/readers/excel.mjs +0 -24
- package/esm2022/libs/util/data-fetcher/src/lib/readers/geojson.mjs +0 -21
- package/esm2022/libs/util/data-fetcher/src/lib/readers/gml.mjs +0 -38
- package/esm2022/libs/util/data-fetcher/src/lib/readers/json.mjs +0 -19
- package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +0 -133
- package/esm2022/libs/util/data-fetcher/src/lib/sql-utils.mjs +0 -93
- package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +0 -211
- package/esm2022/libs/util/i18n/src/index.mjs +0 -8
- package/esm2022/libs/util/i18n/src/lib/embedded.translate.loader.mjs +0 -18
- package/esm2022/libs/util/i18n/src/lib/file.translate.loader.mjs +0 -14
- package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +0 -52
- package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +0 -25
- package/esm2022/libs/util/i18n/src/lib/i18n.providers.mjs +0 -41
- package/esm2022/libs/util/i18n/src/lib/language-codes.mjs +0 -141
- package/esm2022/libs/util/i18n/src/lib/translate.loader.utils.mjs +0 -8
- package/esm2022/libs/util/shared/src/index.mjs +0 -7
- package/esm2022/libs/util/shared/src/lib/gn-ui-version.mjs +0 -6
- package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +0 -28
- package/esm2022/libs/util/shared/src/lib/links/index.mjs +0 -3
- package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +0 -68
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +0 -306
- package/esm2022/libs/util/shared/src/lib/record/index.mjs +0 -3
- package/esm2022/libs/util/shared/src/lib/record/quality-score.util.mjs +0 -46
- package/esm2022/libs/util/shared/src/lib/record/record.util.mjs +0 -56
- package/esm2022/libs/util/shared/src/lib/services/date.service.mjs +0 -41
- package/esm2022/libs/util/shared/src/lib/services/index.mjs +0 -5
- package/esm2022/libs/util/shared/src/lib/services/log.service.mjs +0 -22
- package/esm2022/libs/util/shared/src/lib/services/proxy.service.mjs +0 -45
- package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +0 -94
- package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +0 -7
- package/esm2022/libs/util/shared/src/lib/utils/event.mjs +0 -12
- package/esm2022/libs/util/shared/src/lib/utils/format-fields.mjs +0 -9
- package/esm2022/libs/util/shared/src/lib/utils/fuzzy-filter.mjs +0 -27
- package/esm2022/libs/util/shared/src/lib/utils/geojson.mjs +0 -78
- package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +0 -60
- package/esm2022/libs/util/shared/src/lib/utils/index.mjs +0 -16
- package/esm2022/libs/util/shared/src/lib/utils/mobile-screen.mjs +0 -9
- package/esm2022/libs/util/shared/src/lib/utils/no-duplicate-file-name.mjs +0 -19
- package/esm2022/libs/util/shared/src/lib/utils/parse.mjs +0 -33
- package/esm2022/libs/util/shared/src/lib/utils/remove-whitespace.mjs +0 -4
- package/esm2022/libs/util/shared/src/lib/utils/scroll.mjs +0 -40
- package/esm2022/libs/util/shared/src/lib/utils/sort-by.mjs +0 -14
- package/esm2022/libs/util/shared/src/lib/utils/strip-html.mjs +0 -7
- package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +0 -32
- package/esm2022/libs/util/shared/src/lib/utils/url.mjs +0 -18
- package/esm2022/translations/de.json +0 -649
- package/esm2022/translations/en.json +0 -650
- package/esm2022/translations/es.json +0 -649
- package/esm2022/translations/fr.json +0 -649
- package/esm2022/translations/it.json +0 -649
- package/esm2022/translations/nl.json +0 -649
- package/esm2022/translations/pt.json +0 -649
- package/esm2022/translations/sk.json +0 -649
- package/geonetwork-ui.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/index.d.ts +0 -9
- package/libs/api/metadata-converter/src/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/base.converter.d.ts +0 -13
- package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts +0 -4
- package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/common/license.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/common/license.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +0 -26
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/common/url.d.ts +0 -7
- package/libs/api/metadata-converter/src/lib/common/url.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/convert-utils.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/convert-utils.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts +0 -13
- package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts +0 -16
- package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts +0 -21
- package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts +0 -15
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts +0 -8
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts +0 -6
- package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/find-converter.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/find-converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/function-utils.d.ts +0 -27
- package/libs/api/metadata-converter/src/lib/function-utils.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts +0 -20
- package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts +0 -16
- package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +0 -24
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/index.d.ts +0 -4
- package/libs/api/metadata-converter/src/lib/gn4/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts +0 -12
- package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts +0 -37
- package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts +0 -5
- package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +0 -27
- package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +0 -196
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts +0 -78
- package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts +0 -9
- package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +0 -24
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +0 -23
- package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts +0 -13
- package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +0 -78
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts +0 -5
- package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts +0 -8
- package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts +0 -3
- package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +0 -71
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/translate-utils.d.ts +0 -2
- package/libs/api/metadata-converter/src/lib/translate-utils.d.ts.map +0 -1
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +0 -158
- package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +0 -1
- package/libs/api/repository/src/index.d.ts +0 -4
- package/libs/api/repository/src/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts +0 -27
- package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts +0 -7
- package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts +0 -17
- package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/auth/index.d.ts +0 -4
- package/libs/api/repository/src/lib/gn4/auth/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts +0 -11
- package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts +0 -4
- package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +0 -74
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts +0 -4
- package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts +0 -20
- package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +0 -69
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts +0 -7
- package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/index.d.ts +0 -11
- package/libs/api/repository/src/lib/gn4/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/index.d.ts +0 -5
- package/libs/api/repository/src/lib/gn4/organizations/index.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts +0 -4
- package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts +0 -29
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts +0 -40
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts +0 -9
- package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +0 -20
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +0 -68
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts +0 -17
- package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts +0 -15
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts.map +0 -1
- package/libs/api/repository/src/lib/metadata-language.token.d.ts +0 -5
- package/libs/api/repository/src/lib/metadata-language.token.d.ts.map +0 -1
- package/libs/api/repository/src/lib/repository-url.d.ts +0 -3
- package/libs/api/repository/src/lib/repository-url.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts +0 -17
- package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/error/index.d.ts +0 -2
- package/libs/common/domain/src/lib/model/error/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts +0 -5
- package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/contact.model.d.ts +0 -15
- package/libs/common/domain/src/lib/model/record/contact.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/index.d.ts +0 -6
- package/libs/common/domain/src/lib/model/record/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +0 -182
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/organization.model.d.ts +0 -11
- package/libs/common/domain/src/lib/model/record/organization.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/translation.model.d.ts +0 -26
- package/libs/common/domain/src/lib/model/record/translation.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts +0 -15
- package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts +0 -44
- package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/field.model.d.ts +0 -2
- package/libs/common/domain/src/lib/model/search/field.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/filter.model.d.ts +0 -21
- package/libs/common/domain/src/lib/model/search/filter.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/index.d.ts +0 -6
- package/libs/common/domain/src/lib/model/search/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/search.model.d.ts +0 -20
- package/libs/common/domain/src/lib/model/search/search.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts +0 -3
- package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/thesaurus/index.d.ts +0 -2
- package/libs/common/domain/src/lib/model/thesaurus/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts +0 -14
- package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/user/index.d.ts +0 -2
- package/libs/common/domain/src/lib/model/user/index.d.ts.map +0 -1
- package/libs/common/domain/src/lib/model/user/user.model.d.ts +0 -11
- package/libs/common/domain/src/lib/model/user/user.model.d.ts.map +0 -1
- package/libs/common/domain/src/lib/organizations.service.interface.d.ts +0 -11
- package/libs/common/domain/src/lib/organizations.service.interface.d.ts.map +0 -1
- package/libs/common/domain/src/lib/platform.service.interface.d.ts +0 -39
- package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +0 -1
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +0 -74
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +0 -1
- package/libs/data-access/gn4/src/fixtures/index.d.ts +0 -3
- package/libs/data-access/gn4/src/fixtures/index.d.ts.map +0 -1
- package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts +0 -61
- package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts.map +0 -1
- package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts +0 -5
- package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts.map +0 -1
- package/libs/data-access/gn4/src/index.d.ts +0 -3
- package/libs/data-access/gn4/src/index.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/api.d.ts +0 -66
- package/libs/data-access/gn4/src/openapi/api/api.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts +0 -97
- package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts +0 -54
- package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts +0 -150
- package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts +0 -132
- package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts +0 -49
- package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts +0 -80
- package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts +0 -96
- package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts +0 -128
- package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts +0 -78
- package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts +0 -170
- package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts +0 -186
- package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts +0 -157
- package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +0 -1879
- package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts +0 -72
- package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts +0 -391
- package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts +0 -42
- package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts +0 -53
- package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts +0 -84
- package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts +0 -396
- package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts +0 -96
- package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts +0 -195
- package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts +0 -61
- package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts +0 -94
- package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts +0 -302
- package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts +0 -93
- package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts +0 -172
- package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts +0 -262
- package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts +0 -144
- package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts +0 -128
- package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/api.module.d.ts +0 -12
- package/libs/data-access/gn4/src/openapi/api.module.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/configuration.d.ts +0 -81
- package/libs/data-access/gn4/src/openapi/configuration.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/encoder.d.ts +0 -12
- package/libs/data-access/gn4/src/openapi/encoder.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/index.d.ts +0 -6
- package/libs/data-access/gn4/src/openapi/index.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts +0 -26
- package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts +0 -22
- package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts +0 -15
- package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts +0 -32
- package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts +0 -44
- package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts +0 -15
- package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts +0 -50
- package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts +0 -32
- package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts +0 -22
- package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts +0 -31
- package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts +0 -27
- package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts +0 -23
- package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts +0 -40
- package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts +0 -48
- package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts +0 -31
- package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/models.d.ts +0 -119
- package/libs/data-access/gn4/src/openapi/model/models.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts +0 -32
- package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts +0 -28
- package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts +0 -48
- package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts +0 -46
- package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts +0 -24
- package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts +0 -23
- package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts +0 -40
- package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts +0 -34
- package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts +0 -20
- package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts +0 -40
- package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts +0 -28
- package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts +0 -46
- package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts +0 -21
- package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts +0 -24
- package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts +0 -18
- package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts +0 -16
- package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts +0 -47
- package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts +0 -31
- package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts +0 -34
- package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts +0 -33
- package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts +0 -29
- package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts +0 -19
- package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts +0 -26
- package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts +0 -28
- package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts +0 -25
- package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts +0 -17
- package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts +0 -42
- package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts.map +0 -1
- package/libs/data-access/gn4/src/openapi/variables.d.ts +0 -9
- package/libs/data-access/gn4/src/openapi/variables.d.ts.map +0 -1
- package/libs/feature/catalog/src/index.d.ts +0 -9
- package/libs/feature/catalog/src/index.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts +0 -20
- package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts +0 -38
- package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts +0 -4
- package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/records/records.service.d.ts +0 -11
- package/libs/feature/catalog/src/lib/records/records.service.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts +0 -11
- package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts +0 -12
- package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/sources/sources.model.d.ts +0 -8
- package/libs/feature/catalog/src/lib/sources/sources.model.d.ts.map +0 -1
- package/libs/feature/catalog/src/lib/sources/sources.service.d.ts +0 -15
- package/libs/feature/catalog/src/lib/sources/sources.service.d.ts.map +0 -1
- package/libs/feature/dataviz/src/index.d.ts +0 -6
- package/libs/feature/dataviz/src/index.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +0 -60
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts +0 -19
- package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts +0 -10
- package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts +0 -30
- package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts +0 -40
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +0 -1
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +0 -26
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +0 -1
- package/libs/feature/editor/src/index.d.ts +0 -13
- package/libs/feature/editor/src/index.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +0 -73
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +0 -35
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +0 -36
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts +0 -10
- package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +0 -34
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +0 -21
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts +0 -16
- package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts +0 -8
- package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts +0 -33
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +0 -33
- package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts +0 -19
- package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts +0 -52
- package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts +0 -15
- package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +0 -59
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts +0 -6
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts +0 -18
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts +0 -6
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts +0 -32
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts +0 -38
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts +0 -42
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts +0 -9
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts +0 -11
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +0 -17
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +0 -20
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts +0 -6
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts +0 -35
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +0 -43
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +0 -31
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +0 -14
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts +0 -13
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +0 -30
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts +0 -14
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +0 -25
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts +0 -20
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +0 -21
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +0 -31
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +0 -14
- package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +0 -16
- package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/expressions.d.ts +0 -4
- package/libs/feature/editor/src/lib/expressions.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts +0 -9
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/fields.config.d.ts +0 -72
- package/libs/feature/editor/src/lib/fields.config.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +0 -45
- package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/models/index.d.ts +0 -2
- package/libs/feature/editor/src/lib/models/index.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/services/editor.service.d.ts +0 -19
- package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +0 -1
- package/libs/feature/map/src/index.d.ts +0 -14
- package/libs/feature/map/src/index.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.actions.d.ts +0 -14
- package/libs/feature/map/src/lib/+state/map.actions.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.facade.d.ts +0 -18
- package/libs/feature/map/src/lib/+state/map.facade.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.reducer.d.ts +0 -14
- package/libs/feature/map/src/lib/+state/map.reducer.d.ts.map +0 -1
- package/libs/feature/map/src/lib/+state/map.selectors.d.ts +0 -9
- package/libs/feature/map/src/lib/+state/map.selectors.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts +0 -11
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts +0 -21
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts +0 -22
- package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +0 -28
- package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +0 -22
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts +0 -22
- package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/constant/index.d.ts +0 -2
- package/libs/feature/map/src/lib/constant/index.d.ts.map +0 -1
- package/libs/feature/map/src/lib/constant/projections.d.ts +0 -2
- package/libs/feature/map/src/lib/constant/projections.d.ts.map +0 -1
- package/libs/feature/map/src/lib/feature-map.module.d.ts +0 -8
- package/libs/feature/map/src/lib/feature-map.module.d.ts.map +0 -1
- package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts +0 -25
- package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/geocoding.service.d.ts +0 -18
- package/libs/feature/map/src/lib/geocoding.service.d.ts.map +0 -1
- package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +0 -14
- package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts +0 -14
- package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts.map +0 -1
- package/libs/feature/map/src/lib/style/index.d.ts +0 -3
- package/libs/feature/map/src/lib/style/index.d.ts.map +0 -1
- package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts +0 -4
- package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts.map +0 -1
- package/libs/feature/map/src/lib/style/map-style.service.d.ts +0 -24
- package/libs/feature/map/src/lib/style/map-style.service.d.ts.map +0 -1
- package/libs/feature/map/src/lib/utils/index.d.ts +0 -2
- package/libs/feature/map/src/lib/utils/index.d.ts.map +0 -1
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +0 -9
- package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +0 -1
- package/libs/feature/notifications/src/index.d.ts +0 -3
- package/libs/feature/notifications/src/index.d.ts.map +0 -1
- package/libs/feature/notifications/src/lib/notification.model.d.ts +0 -7
- package/libs/feature/notifications/src/lib/notification.model.d.ts.map +0 -1
- package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts +0 -12
- package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts.map +0 -1
- package/libs/feature/notifications/src/lib/notifications.service.d.ts +0 -15
- package/libs/feature/notifications/src/lib/notifications.service.d.ts.map +0 -1
- package/libs/feature/record/src/index.d.ts +0 -11
- package/libs/feature/record/src/index.d.ts.map +0 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +0 -43
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +0 -18
- package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +0 -11
- package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +0 -15
- package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +0 -20
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/feature-record.module.d.ts +0 -10
- package/libs/feature/record/src/lib/feature-record.module.d.ts.map +0 -1
- package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts +0 -74
- package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts +0 -19
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +0 -65
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts +0 -14
- package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/index.d.ts +0 -3
- package/libs/feature/record/src/lib/state/index.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.actions.d.ts +0 -95
- package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts +0 -53
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts +0 -64
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +0 -25
- package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +0 -1
- package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +0 -23
- package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +0 -1
- package/libs/feature/router/src/index.d.ts +0 -2
- package/libs/feature/router/src/index.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts +0 -10
- package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/constants.d.ts +0 -14
- package/libs/feature/router/src/lib/default/constants.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts +0 -12
- package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/index.d.ts +0 -9
- package/libs/feature/router/src/lib/default/index.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/router.config.d.ts +0 -11
- package/libs/feature/router/src/lib/default/router.config.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/router.module.d.ts +0 -16
- package/libs/feature/router/src/lib/default/router.module.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/router.service.d.ts +0 -15
- package/libs/feature/router/src/lib/default/router.service.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/services/router-search.service.d.ts +0 -18
- package/libs/feature/router/src/lib/default/services/router-search.service.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts +0 -4
- package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/router.actions.d.ts +0 -10
- package/libs/feature/router/src/lib/default/state/router.actions.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/router.effects.d.ts +0 -34
- package/libs/feature/router/src/lib/default/state/router.effects.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts +0 -30
- package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +0 -1
- package/libs/feature/router/src/lib/default/state/router.selectors.d.ts +0 -4
- package/libs/feature/router/src/lib/default/state/router.selectors.d.ts.map +0 -1
- package/libs/feature/search/src/index.d.ts +0 -26
- package/libs/feature/search/src/index.d.ts.map +0 -1
- package/libs/feature/search/src/lib/constants.d.ts +0 -6
- package/libs/feature/search/src/lib/constants.d.ts.map +0 -1
- package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts +0 -22
- package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/facets/facets.service.d.ts +0 -49
- package/libs/feature/search/src/lib/facets/facets.service.d.ts.map +0 -1
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +0 -37
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/feature-search.module.d.ts +0 -9
- package/libs/feature/search/src/lib/feature-search.module.d.ts.map +0 -1
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +0 -29
- package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/filter-geometry.token.d.ts +0 -4
- package/libs/feature/search/src/lib/filter-geometry.token.d.ts.map +0 -1
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +0 -41
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/record-url.token.d.ts +0 -5
- package/libs/feature/search/src/lib/record-url.token.d.ts.map +0 -1
- package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts +0 -19
- package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +0 -22
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts +0 -16
- package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +0 -36
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +0 -38
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts +0 -21
- package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts +0 -34
- package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts +0 -22
- package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/actions.d.ts +0 -162
- package/libs/feature/search/src/lib/state/actions.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts +0 -12
- package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/effects.d.ts +0 -27
- package/libs/feature/search/src/lib/state/effects.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/reducer.d.ts +0 -41
- package/libs/feature/search/src/lib/state/reducer.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/search.facade.d.ts +0 -52
- package/libs/feature/search/src/lib/state/search.facade.d.ts.map +0 -1
- package/libs/feature/search/src/lib/state/selectors.d.ts +0 -24
- package/libs/feature/search/src/lib/state/selectors.d.ts.map +0 -1
- package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts +0 -11
- package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts.map +0 -1
- package/libs/feature/search/src/lib/utils/service/fields.d.ts +0 -135
- package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +0 -1
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts +0 -22
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +0 -1
- package/libs/feature/search/src/lib/utils/service/search.service.d.ts +0 -23
- package/libs/feature/search/src/lib/utils/service/search.service.d.ts.map +0 -1
- package/libs/ui/catalog/src/index.d.ts +0 -6
- package/libs/ui/catalog/src/index.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts +0 -9
- package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts +0 -18
- package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts +0 -12
- package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts +0 -18
- package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts.map +0 -1
- package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts +0 -8
- package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts.map +0 -1
- package/libs/ui/dataviz/src/index.d.ts +0 -5
- package/libs/ui/dataviz/src/index.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +0 -30
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts +0 -14
- package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +0 -50
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts +0 -12
- package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts +0 -10
- package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +0 -13
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +0 -1
- package/libs/ui/elements/src/index.d.ts +0 -29
- package/libs/ui/elements/src/index.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts +0 -24
- package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts +0 -16
- package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts +0 -9
- package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts +0 -20
- package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts +0 -8
- package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +0 -21
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +0 -32
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/error/error.component.d.ts +0 -18
- package/libs/ui/elements/src/lib/error/error.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts +0 -18
- package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts +0 -16
- package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts +0 -46
- package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts +0 -10
- package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +0 -30
- package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +0 -14
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +0 -13
- package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts +0 -9
- package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts +0 -7
- package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts +0 -15
- package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts +0 -15
- package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +0 -33
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts +0 -21
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts +0 -14
- package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/notification/notification.component.d.ts +0 -14
- package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +0 -33
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +0 -27
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +0 -31
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +0 -29
- package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts +0 -11
- package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +0 -21
- package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts +0 -10
- package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/index.d.ts +0 -27
- package/libs/ui/inputs/src/index.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +0 -74
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/badge/badge.component.d.ts +0 -11
- package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts +0 -14
- package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts +0 -13
- package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts +0 -13
- package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts +0 -11
- package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts +0 -9
- package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts +0 -20
- package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +0 -11
- package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts +0 -14
- package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts +0 -46
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts +0 -5
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts +0 -41
- package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts +0 -5
- package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +0 -15
- package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts +0 -25
- package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts +0 -14
- package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +0 -14
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts +0 -6
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts +0 -18
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts +0 -13
- package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts +0 -13
- package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts +0 -18
- package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +0 -19
- package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +0 -19
- package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +0 -25
- package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts +0 -18
- package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts.map +0 -1
- package/libs/ui/layout/src/index.d.ts +0 -20
- package/libs/ui/layout/src/index.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts +0 -26
- package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +0 -35
- package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts +0 -27
- package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts +0 -28
- package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts +0 -20
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts +0 -10
- package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +0 -8
- package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +0 -15
- package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +0 -20
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts +0 -20
- package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts +0 -20
- package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/paginable.interface.d.ts +0 -15
- package/libs/ui/layout/src/lib/paginable.interface.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts +0 -11
- package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts +0 -9
- package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts +0 -10
- package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +0 -8
- package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts +0 -14
- package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts +0 -37
- package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +0 -22
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +0 -1
- package/libs/ui/map/src/index.d.ts +0 -7
- package/libs/ui/map/src/index.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts +0 -13
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts +0 -39
- package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts +0 -18
- package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts +0 -12
- package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts +0 -15
- package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +0 -1
- package/libs/ui/map/src/lib/map-utils.d.ts +0 -7
- package/libs/ui/map/src/lib/map-utils.d.ts.map +0 -1
- package/libs/ui/search/src/index.d.ts +0 -21
- package/libs/ui/search/src/index.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts +0 -34
- package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts +0 -16
- package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts +0 -19
- package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/facets.model.d.ts +0 -27
- package/libs/ui/search/src/lib/facets/facets.model.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts +0 -5
- package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts.map +0 -1
- package/libs/ui/search/src/lib/facets/fixtures/index.d.ts +0 -2
- package/libs/ui/search/src/lib/facets/fixtures/index.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts +0 -12
- package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts +0 -27
- package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts +0 -7
- package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts +0 -18
- package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts +0 -7
- package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts +0 -12
- package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts +0 -7
- package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts +0 -7
- package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts +0 -8
- package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +0 -17
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts +0 -13
- package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-list/results-list.component.d.ts +0 -17
- package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts +0 -24
- package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +0 -27
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +0 -1
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +0 -53
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/index.d.ts +0 -7
- package/libs/ui/widgets/src/index.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts +0 -6
- package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts +0 -7
- package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/popover/popover.component.d.ts +0 -19
- package/libs/ui/widgets/src/lib/popover/popover.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts +0 -19
- package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts +0 -16
- package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts +0 -6
- package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts.map +0 -1
- package/libs/util/app-config/src/index.d.ts +0 -5
- package/libs/util/app-config/src/index.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/app-config.d.ts +0 -26
- package/libs/util/app-config/src/lib/app-config.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/fixtures.d.ts +0 -10
- package/libs/util/app-config/src/lib/fixtures.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts +0 -10
- package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/map-layers.d.ts +0 -4
- package/libs/util/app-config/src/lib/map-layers.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/model.d.ts +0 -71
- package/libs/util/app-config/src/lib/model.d.ts.map +0 -1
- package/libs/util/app-config/src/lib/parse-utils.d.ts +0 -19
- package/libs/util/app-config/src/lib/parse-utils.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/index.d.ts +0 -7
- package/libs/util/data-fetcher/src/index.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +0 -23
- package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/headers.d.ts +0 -3
- package/libs/util/data-fetcher/src/lib/headers.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/model.d.ts +0 -68
- package/libs/util/data-fetcher/src/lib/model.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts +0 -8
- package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts +0 -16
- package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/base.d.ts +0 -24
- package/libs/util/data-fetcher/src/lib/readers/base.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/csv.d.ts +0 -13
- package/libs/util/data-fetcher/src/lib/readers/csv.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/excel.d.ts +0 -18
- package/libs/util/data-fetcher/src/lib/readers/excel.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts +0 -18
- package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/gml.d.ts +0 -19
- package/libs/util/data-fetcher/src/lib/readers/gml.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/json.d.ts +0 -17
- package/libs/util/data-fetcher/src/lib/readers/json.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +0 -25
- package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/sql-utils.d.ts +0 -13
- package/libs/util/data-fetcher/src/lib/sql-utils.d.ts.map +0 -1
- package/libs/util/data-fetcher/src/lib/utils.d.ts +0 -26
- package/libs/util/data-fetcher/src/lib/utils.d.ts.map +0 -1
- package/libs/util/i18n/src/index.d.ts +0 -8
- package/libs/util/i18n/src/index.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts +0 -6
- package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/file.translate.loader.d.ts +0 -9
- package/libs/util/i18n/src/lib/file.translate.loader.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/i18n.constants.d.ts +0 -12
- package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/i18n.interceptor.d.ts +0 -12
- package/libs/util/i18n/src/lib/i18n.interceptor.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/i18n.providers.d.ts +0 -4
- package/libs/util/i18n/src/lib/i18n.providers.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/language-codes.d.ts +0 -94
- package/libs/util/i18n/src/lib/language-codes.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/translate.loader.utils.d.ts +0 -2
- package/libs/util/i18n/src/lib/translate.loader.utils.d.ts.map +0 -1
- package/libs/util/shared/src/index.d.ts +0 -7
- package/libs/util/shared/src/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/gn-ui-version.d.ts +0 -3
- package/libs/util/shared/src/lib/gn-ui-version.d.ts.map +0 -1
- package/libs/util/shared/src/lib/image-fallback.directive.d.ts +0 -11
- package/libs/util/shared/src/lib/image-fallback.directive.d.ts.map +0 -1
- package/libs/util/shared/src/lib/links/index.d.ts +0 -3
- package/libs/util/shared/src/lib/links/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +0 -18
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts +0 -139
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +0 -1
- package/libs/util/shared/src/lib/record/index.d.ts +0 -3
- package/libs/util/shared/src/lib/record/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/record/quality-score.util.d.ts +0 -13
- package/libs/util/shared/src/lib/record/quality-score.util.d.ts.map +0 -1
- package/libs/util/shared/src/lib/record/record.util.d.ts +0 -3
- package/libs/util/shared/src/lib/record/record.util.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/date.service.d.ts +0 -13
- package/libs/util/shared/src/lib/services/date.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/index.d.ts +0 -5
- package/libs/util/shared/src/lib/services/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/log.service.d.ts +0 -9
- package/libs/util/shared/src/lib/services/log.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/proxy.service.d.ts +0 -18
- package/libs/util/shared/src/lib/services/proxy.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/services/theme.service.d.ts +0 -11
- package/libs/util/shared/src/lib/services/theme.service.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +0 -3
- package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/event.d.ts +0 -7
- package/libs/util/shared/src/lib/utils/event.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/format-fields.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/format-fields.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts +0 -9
- package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/geojson.d.ts +0 -8
- package/libs/util/shared/src/lib/utils/geojson.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/image-resize.d.ts +0 -3
- package/libs/util/shared/src/lib/utils/image-resize.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/index.d.ts +0 -16
- package/libs/util/shared/src/lib/utils/index.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/mobile-screen.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/mobile-screen.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/parse.d.ts +0 -6
- package/libs/util/shared/src/lib/utils/parse.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/scroll.d.ts +0 -12
- package/libs/util/shared/src/lib/utils/scroll.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/sort-by.d.ts +0 -5
- package/libs/util/shared/src/lib/utils/sort-by.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/strip-html.d.ts +0 -2
- package/libs/util/shared/src/lib/utils/strip-html.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +0 -9
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +0 -1
- package/libs/util/shared/src/lib/utils/url.d.ts +0 -7
- package/libs/util/shared/src/lib/utils/url.d.ts.map +0 -1
- package/src/libs/common/domain/src/lib/index.ts +0 -2
- package/src/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.ts +0 -54
package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWV0YWRhdGFCYXRjaEFwcHJvdmVQYXJhbWV0ZXIuYXBpLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvbWV0YWRhdGFCYXRjaEFwcHJvdmVQYXJhbWV0ZXIuYXBpLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7O0dBVUciLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlb05ldHdvcmsgNC4yLjcgT3BlbkFQSSBEb2N1bWVudGF0aW9uXG4gKiBUaGlzIGlzIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgR2VvTmV0d29yayBPcGVuQVBJLiBVc2UgdGhpcyBBUEkgdG8gbWFuYWdlIHlvdXIgY2F0YWxvZy5cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC4yLjdcbiAqIENvbnRhY3Q6IGdlb25ldHdvcmstdXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0XG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbmV4cG9ydCBpbnRlcmZhY2UgTWV0YWRhdGFCYXRjaEFwcHJvdmVQYXJhbWV0ZXJBcGlNb2RlbCB7XG4gIHV1aWRzPzogQXJyYXk8c3RyaW5nPlxuICBidWNrZXQ/OiBzdHJpbmdcbiAgbWVzc2FnZT86IHN0cmluZ1xuICBkaXJlY3RBcHByb3ZhbD86IGJvb2xlYW5cbn1cbiJdfQ==
|
package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWV0YWRhdGFCYXRjaFN1Ym1pdFBhcmFtZXRlci5hcGkubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2RhdGEtYWNjZXNzL2duNC9zcmMvb3BlbmFwaS9tb2RlbC9tZXRhZGF0YUJhdGNoU3VibWl0UGFyYW1ldGVyLmFwaS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7OztHQVVHIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW9OZXR3b3JrIDQuMi43IE9wZW5BUEkgRG9jdW1lbnRhdGlvblxuICogVGhpcyBpcyB0aGUgZGVzY3JpcHRpb24gb2YgdGhlIEdlb05ldHdvcmsgT3BlbkFQSS4gVXNlIHRoaXMgQVBJIHRvIG1hbmFnZSB5b3VyIGNhdGFsb2cuXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDQuMi43XG4gKiBDb250YWN0OiBnZW9uZXR3b3JrLXVzZXJzQGxpc3RzLnNvdXJjZWZvcmdlLm5ldFxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5leHBvcnQgaW50ZXJmYWNlIE1ldGFkYXRhQmF0Y2hTdWJtaXRQYXJhbWV0ZXJBcGlNb2RlbCB7XG4gIHV1aWRzPzogQXJyYXk8c3RyaW5nPlxuICBidWNrZXQ/OiBzdHJpbmdcbiAgbWVzc2FnZT86IHN0cmluZ1xufVxuIl19
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWV0YWRhdGFDYXRlZ29yeS5hcGkubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2RhdGEtYWNjZXNzL2duNC9zcmMvb3BlbmFwaS9tb2RlbC9tZXRhZGF0YUNhdGVnb3J5LmFwaS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7OztHQVVHIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW9OZXR3b3JrIDQuMi43IE9wZW5BUEkgRG9jdW1lbnRhdGlvblxuICogVGhpcyBpcyB0aGUgZGVzY3JpcHRpb24gb2YgdGhlIEdlb05ldHdvcmsgT3BlbkFQSS4gVXNlIHRoaXMgQVBJIHRvIG1hbmFnZSB5b3VyIGNhdGFsb2cuXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDQuMi43XG4gKiBDb250YWN0OiBnZW9uZXR3b3JrLXVzZXJzQGxpc3RzLnNvdXJjZWZvcmdlLm5ldFxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5leHBvcnQgaW50ZXJmYWNlIE1ldGFkYXRhQ2F0ZWdvcnlBcGlNb2RlbCB7XG4gIGlkPzogbnVtYmVyXG4gIG5hbWU/OiBzdHJpbmdcbiAgbGFiZWw/OiB7IFtrZXk6IHN0cmluZ106IHN0cmluZyB9XG59XG4iXX0=
|
package/esm2022/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWV0YWRhdGFJZGVudGlmaWVyVGVtcGxhdGUuYXBpLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvbWV0YWRhdGFJZGVudGlmaWVyVGVtcGxhdGUuYXBpLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7O0dBVUciLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlb05ldHdvcmsgNC4yLjcgT3BlbkFQSSBEb2N1bWVudGF0aW9uXG4gKiBUaGlzIGlzIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgR2VvTmV0d29yayBPcGVuQVBJLiBVc2UgdGhpcyBBUEkgdG8gbWFuYWdlIHlvdXIgY2F0YWxvZy5cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC4yLjdcbiAqIENvbnRhY3Q6IGdlb25ldHdvcmstdXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0XG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbi8qKlxuICogSWRlbnRpZmllciB0ZW1wbGF0ZSBkZXRhaWxzXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgTWV0YWRhdGFJZGVudGlmaWVyVGVtcGxhdGVBcGlNb2RlbCB7XG4gIHRlbXBsYXRlPzogc3RyaW5nXG4gIHN5c3RlbVByb3ZpZGVkPzogYm9vbGVhblxuICBzeXN0ZW1EZWZhdWx0PzogYm9vbGVhblxuICBzeXN0ZW1Qcm92aWRlZF9KUEFXb3JrYXJvdW5kPzogc3RyaW5nXG4gIGlkPzogbnVtYmVyXG4gIG5hbWU/OiBzdHJpbmdcbn1cbiJdfQ==
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWV0YWRhdGFMaW5rLmFwaS5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGF0YS1hY2Nlc3MvZ240L3NyYy9vcGVuYXBpL21vZGVsL21ldGFkYXRhTGluay5hcGkubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7R0FVRyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VvTmV0d29yayA0LjIuNyBPcGVuQVBJIERvY3VtZW50YXRpb25cbiAqIFRoaXMgaXMgdGhlIGRlc2NyaXB0aW9uIG9mIHRoZSBHZW9OZXR3b3JrIE9wZW5BUEkuIFVzZSB0aGlzIEFQSSB0byBtYW5hZ2UgeW91ciBjYXRhbG9nLlxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjIuN1xuICogQ29udGFjdDogZ2VvbmV0d29yay11c2Vyc0BsaXN0cy5zb3VyY2Vmb3JnZS5uZXRcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuZXhwb3J0IGludGVyZmFjZSBNZXRhZGF0YUxpbmtBcGlNb2RlbCB7XG4gIG1ldGFkYXRhSWQ/OiBudW1iZXJcbiAgbWV0YWRhdGFVdWlkPzogc3RyaW5nXG59XG4iXX0=
|
package/esm2022/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.mjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWV0YWRhdGFQcm9jZXNzaW5nUmVwb3J0LmFwaS5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGF0YS1hY2Nlc3MvZ240L3NyYy9vcGVuYXBpL21vZGVsL21ldGFkYXRhUHJvY2Vzc2luZ1JlcG9ydC5hcGkubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VvTmV0d29yayA0LjIuNyBPcGVuQVBJIERvY3VtZW50YXRpb25cbiAqIFRoaXMgaXMgdGhlIGRlc2NyaXB0aW9uIG9mIHRoZSBHZW9OZXR3b3JrIE9wZW5BUEkuIFVzZSB0aGlzIEFQSSB0byBtYW5hZ2UgeW91ciBjYXRhbG9nLlxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjIuN1xuICogQ29udGFjdDogZ2VvbmV0d29yay11c2Vyc0BsaXN0cy5zb3VyY2Vmb3JnZS5uZXRcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IEluZm9SZXBvcnRBcGlNb2RlbCB9IGZyb20gJy4vaW5mb1JlcG9ydC5hcGkubW9kZWwnXG5pbXBvcnQgeyBSZXBvcnRBcGlNb2RlbCB9IGZyb20gJy4vcmVwb3J0LmFwaS5tb2RlbCdcblxuZXhwb3J0IGludGVyZmFjZSBNZXRhZGF0YVByb2Nlc3NpbmdSZXBvcnRBcGlNb2RlbCB7XG4gIGVycm9ycz86IEFycmF5PFJlcG9ydEFwaU1vZGVsPlxuICBpbmZvcz86IEFycmF5PEluZm9SZXBvcnRBcGlNb2RlbD5cbiAgdXVpZD86IHN0cmluZ1xuICB0b3RhbFJlY29yZHM/OiBudW1iZXJcbiAgbWV0YWRhdGE/OiBTZXQ8bnVtYmVyPlxuICBtZXRhZGF0YUVycm9ycz86IHsgW2tleTogc3RyaW5nXTogQXJyYXk8UmVwb3J0QXBpTW9kZWw+IH1cbiAgbWV0YWRhdGFJbmZvcz86IHsgW2tleTogc3RyaW5nXTogQXJyYXk8SW5mb1JlcG9ydEFwaU1vZGVsPiB9XG4gIG51bWJlck9mUmVjb3JkTm90Rm91bmQ/OiBudW1iZXJcbiAgbnVtYmVyT2ZSZWNvcmRzTm90RWRpdGFibGU/OiBudW1iZXJcbiAgbnVtYmVyT2ZOdWxsUmVjb3Jkcz86IG51bWJlclxuICBudW1iZXJPZlJlY29yZHNQcm9jZXNzZWQ/OiBudW1iZXJcbiAgbnVtYmVyT2ZSZWNvcmRzVW5jaGFuZ2VkPzogbnVtYmVyXG4gIG51bWJlck9mUmVjb3Jkc1dpdGhFcnJvcnM/OiBudW1iZXJcbiAgbnVtYmVyT2ZSZWNvcmRzPzogbnVtYmVyXG4gIHN0YXJ0SXNvRGF0ZVRpbWU/OiBzdHJpbmdcbiAgZW5kSXNvRGF0ZVRpbWU/OiBzdHJpbmdcbiAgZWxsYXBzZWRUaW1lSW5TZWNvbmRzPzogbnVtYmVyXG4gIHRvdGFsVGltZUluU2Vjb25kcz86IG51bWJlclxuICBydW5uaW5nPzogYm9vbGVhblxuICB0eXBlPzogc3RyaW5nXG59XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWV0YWRhdGFSZXBsYWNlbWVudFByb2Nlc3NpbmdSZXBvcnQuYXBpLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvbWV0YWRhdGFSZXBsYWNlbWVudFByb2Nlc3NpbmdSZXBvcnQuYXBpLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlb05ldHdvcmsgNC4yLjcgT3BlbkFQSSBEb2N1bWVudGF0aW9uXG4gKiBUaGlzIGlzIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgR2VvTmV0d29yayBPcGVuQVBJLiBVc2UgdGhpcyBBUEkgdG8gbWFuYWdlIHlvdXIgY2F0YWxvZy5cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC4yLjdcbiAqIENvbnRhY3Q6IGdlb25ldHdvcmstdXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0XG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBJbmZvUmVwb3J0QXBpTW9kZWwgfSBmcm9tICcuL2luZm9SZXBvcnQuYXBpLm1vZGVsJ1xuaW1wb3J0IHsgUmVwbGFjZVJlcG9ydEFwaU1vZGVsIH0gZnJvbSAnLi9yZXBsYWNlUmVwb3J0LmFwaS5tb2RlbCdcbmltcG9ydCB7IFJlcG9ydEFwaU1vZGVsIH0gZnJvbSAnLi9yZXBvcnQuYXBpLm1vZGVsJ1xuXG5leHBvcnQgaW50ZXJmYWNlIE1ldGFkYXRhUmVwbGFjZW1lbnRQcm9jZXNzaW5nUmVwb3J0QXBpTW9kZWwge1xuICBlcnJvcnM/OiBBcnJheTxSZXBvcnRBcGlNb2RlbD5cbiAgaW5mb3M/OiBBcnJheTxJbmZvUmVwb3J0QXBpTW9kZWw+XG4gIHV1aWQ/OiBzdHJpbmdcbiAgdG90YWxSZWNvcmRzPzogbnVtYmVyXG4gIG1ldGFkYXRhPzogU2V0PG51bWJlcj5cbiAgbWV0YWRhdGFFcnJvcnM/OiB7IFtrZXk6IHN0cmluZ106IEFycmF5PFJlcG9ydEFwaU1vZGVsPiB9XG4gIG1ldGFkYXRhSW5mb3M/OiB7IFtrZXk6IHN0cmluZ106IEFycmF5PEluZm9SZXBvcnRBcGlNb2RlbD4gfVxuICBwcm9jZXNzSWQ/OiBzdHJpbmdcbiAgbWV0YWRhdGFDaGFuZ2VzPzogeyBba2V5OiBzdHJpbmddOiBSZXBsYWNlUmVwb3J0QXBpTW9kZWwgfVxuICBudW1iZXJPZlJlY29yZHNDaGFuZ2VkPzogbnVtYmVyXG4gIG51bWJlck9mUmVjb3Jkc05vdENoYW5nZWQ/OiBudW1iZXJcbiAgbm9Qcm9jZXNzRm91bmRDb3VudD86IG51bWJlclxuICBudW1iZXJPZlJlY29yZE5vdEZvdW5kPzogbnVtYmVyXG4gIG51bWJlck9mUmVjb3Jkc05vdEVkaXRhYmxlPzogbnVtYmVyXG4gIG51bWJlck9mTnVsbFJlY29yZHM/OiBudW1iZXJcbiAgbnVtYmVyT2ZSZWNvcmRzUHJvY2Vzc2VkPzogbnVtYmVyXG4gIG51bWJlck9mUmVjb3Jkc1VuY2hhbmdlZD86IG51bWJlclxuICBudW1iZXJPZlJlY29yZHNXaXRoRXJyb3JzPzogbnVtYmVyXG4gIG51bWJlck9mUmVjb3Jkcz86IG51bWJlclxuICBzdGFydElzb0RhdGVUaW1lPzogc3RyaW5nXG4gIGVuZElzb0RhdGVUaW1lPzogc3RyaW5nXG4gIGVsbGFwc2VkVGltZUluU2Vjb25kcz86IG51bWJlclxuICB0b3RhbFRpbWVJblNlY29uZHM/OiBudW1iZXJcbiAgcnVubmluZz86IGJvb2xlYW5cbiAgdHlwZT86IHN0cmluZ1xufVxuIl19
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export var MetadataResourceApiModel;
|
|
2
|
-
(function (MetadataResourceApiModel) {
|
|
3
|
-
MetadataResourceApiModel.VisibilityEnum = {
|
|
4
|
-
Public: 'public',
|
|
5
|
-
Private: 'private',
|
|
6
|
-
};
|
|
7
|
-
})(MetadataResourceApiModel || (MetadataResourceApiModel = {}));
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWV0YWRhdGFSZXNvdXJjZS5hcGkubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2RhdGEtYWNjZXNzL2duNC9zcmMvb3BlbmFwaS9tb2RlbC9tZXRhZGF0YVJlc291cmNlLmFwaS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUEwQkEsTUFBTSxLQUFXLHdCQUF3QixDQU14QztBQU5ELFdBQWlCLHdCQUF3QjtJQUUxQix1Q0FBYyxHQUFHO1FBQzVCLE1BQU0sRUFBRSxRQUEwQjtRQUNsQyxPQUFPLEVBQUUsU0FBMkI7S0FDckMsQ0FBQTtBQUNILENBQUMsRUFOZ0Isd0JBQXdCLEtBQXhCLHdCQUF3QixRQU14QyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VvTmV0d29yayA0LjIuNyBPcGVuQVBJIERvY3VtZW50YXRpb25cbiAqIFRoaXMgaXMgdGhlIGRlc2NyaXB0aW9uIG9mIHRoZSBHZW9OZXR3b3JrIE9wZW5BUEkuIFVzZSB0aGlzIEFQSSB0byBtYW5hZ2UgeW91ciBjYXRhbG9nLlxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjIuN1xuICogQ29udGFjdDogZ2VvbmV0d29yay11c2Vyc0BsaXN0cy5zb3VyY2Vmb3JnZS5uZXRcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IE1ldGFkYXRhUmVzb3VyY2VFeHRlcm5hbE1hbmFnZW1lbnRQcm9wZXJ0aWVzQXBpTW9kZWwgfSBmcm9tICcuL21ldGFkYXRhUmVzb3VyY2VFeHRlcm5hbE1hbmFnZW1lbnRQcm9wZXJ0aWVzLmFwaS5tb2RlbCdcblxuZXhwb3J0IGludGVyZmFjZSBNZXRhZGF0YVJlc291cmNlQXBpTW9kZWwge1xuICBtZXRhZGF0YUlkPzogbnVtYmVyXG4gIG1ldGFkYXRhVXVpZD86IHN0cmluZ1xuICBhcHByb3ZlZD86IGJvb2xlYW5cbiAgdmlzaWJpbGl0eT86IE1ldGFkYXRhUmVzb3VyY2VBcGlNb2RlbC5WaXNpYmlsaXR5RW51bVxuICBtZXRhZGF0YVJlc291cmNlRXh0ZXJuYWxNYW5hZ2VtZW50UHJvcGVydGllcz86IE1ldGFkYXRhUmVzb3VyY2VFeHRlcm5hbE1hbmFnZW1lbnRQcm9wZXJ0aWVzQXBpTW9kZWxcbiAgbGFzdE1vZGlmaWNhdGlvbj86IHN0cmluZ1xuICB2ZXJzaW9uPzogc3RyaW5nXG4gIHVybD86IHN0cmluZ1xuICBmaWxlbmFtZT86IHN0cmluZ1xuICBpZD86IHN0cmluZ1xuICBzaXplPzogbnVtYmVyXG59XG5leHBvcnQgbmFtZXNwYWNlIE1ldGFkYXRhUmVzb3VyY2VBcGlNb2RlbCB7XG4gIGV4cG9ydCB0eXBlIFZpc2liaWxpdHlFbnVtID0gJ3B1YmxpYycgfCAncHJpdmF0ZSdcbiAgZXhwb3J0IGNvbnN0IFZpc2liaWxpdHlFbnVtID0ge1xuICAgIFB1YmxpYzogJ3B1YmxpYycgYXMgVmlzaWJpbGl0eUVudW0sXG4gICAgUHJpdmF0ZTogJ3ByaXZhdGUnIGFzIFZpc2liaWxpdHlFbnVtLFxuICB9XG59XG4iXX0=
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export var MetadataResourceExternalManagementPropertiesApiModel;
|
|
13
|
-
(function (MetadataResourceExternalManagementPropertiesApiModel) {
|
|
14
|
-
MetadataResourceExternalManagementPropertiesApiModel.ValidationStatusEnum = {
|
|
15
|
-
Unknown: 'UNKNOWN',
|
|
16
|
-
Valid: 'VALID',
|
|
17
|
-
Incomplete: 'INCOMPLETE',
|
|
18
|
-
};
|
|
19
|
-
})(MetadataResourceExternalManagementPropertiesApiModel || (MetadataResourceExternalManagementPropertiesApiModel = {}));
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWV0YWRhdGFSZXNvdXJjZUV4dGVybmFsTWFuYWdlbWVudFByb3BlcnRpZXMuYXBpLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvbWV0YWRhdGFSZXNvdXJjZUV4dGVybmFsTWFuYWdlbWVudFByb3BlcnRpZXMuYXBpLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7O0dBVUc7QUFPSCxNQUFNLEtBQVcsb0RBQW9ELENBT3BFO0FBUEQsV0FBaUIsb0RBQW9EO0lBRXRELHlFQUFvQixHQUFHO1FBQ2xDLE9BQU8sRUFBRSxTQUFpQztRQUMxQyxLQUFLLEVBQUUsT0FBK0I7UUFDdEMsVUFBVSxFQUFFLFlBQW9DO0tBQ2pELENBQUE7QUFDSCxDQUFDLEVBUGdCLG9EQUFvRCxLQUFwRCxvREFBb0QsUUFPcEUiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlb05ldHdvcmsgNC4yLjcgT3BlbkFQSSBEb2N1bWVudGF0aW9uXG4gKiBUaGlzIGlzIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgR2VvTmV0d29yayBPcGVuQVBJLiBVc2UgdGhpcyBBUEkgdG8gbWFuYWdlIHlvdXIgY2F0YWxvZy5cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC4yLjdcbiAqIENvbnRhY3Q6IGdlb25ldHdvcmstdXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0XG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbmV4cG9ydCBpbnRlcmZhY2UgTWV0YWRhdGFSZXNvdXJjZUV4dGVybmFsTWFuYWdlbWVudFByb3BlcnRpZXNBcGlNb2RlbCB7XG4gIGlkPzogc3RyaW5nXG4gIHVybD86IHN0cmluZ1xuICB2YWxpZGF0aW9uU3RhdHVzPzogTWV0YWRhdGFSZXNvdXJjZUV4dGVybmFsTWFuYWdlbWVudFByb3BlcnRpZXNBcGlNb2RlbC5WYWxpZGF0aW9uU3RhdHVzRW51bVxufVxuZXhwb3J0IG5hbWVzcGFjZSBNZXRhZGF0YVJlc291cmNlRXh0ZXJuYWxNYW5hZ2VtZW50UHJvcGVydGllc0FwaU1vZGVsIHtcbiAgZXhwb3J0IHR5cGUgVmFsaWRhdGlvblN0YXR1c0VudW0gPSAnVU5LTk9XTicgfCAnVkFMSUQnIHwgJ0lOQ09NUExFVEUnXG4gIGV4cG9ydCBjb25zdCBWYWxpZGF0aW9uU3RhdHVzRW51bSA9IHtcbiAgICBVbmtub3duOiAnVU5LTk9XTicgYXMgVmFsaWRhdGlvblN0YXR1c0VudW0sXG4gICAgVmFsaWQ6ICdWQUxJRCcgYXMgVmFsaWRhdGlvblN0YXR1c0VudW0sXG4gICAgSW5jb21wbGV0ZTogJ0lOQ09NUExFVEUnIGFzIFZhbGlkYXRpb25TdGF0dXNFbnVtLFxuICB9XG59XG4iXX0=
|
package/esm2022/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.mjs
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export var MetadataStatusParameterApiModel;
|
|
13
|
-
(function (MetadataStatusParameterApiModel) {
|
|
14
|
-
MetadataStatusParameterApiModel.TypeEnum = {
|
|
15
|
-
Workflow: 'workflow',
|
|
16
|
-
Task: 'task',
|
|
17
|
-
Event: 'event',
|
|
18
|
-
};
|
|
19
|
-
})(MetadataStatusParameterApiModel || (MetadataStatusParameterApiModel = {}));
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWV0YWRhdGFTdGF0dXNQYXJhbWV0ZXIuYXBpLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvbWV0YWRhdGFTdGF0dXNQYXJhbWV0ZXIuYXBpLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7O0dBVUc7QUFhSCxNQUFNLEtBQVcsK0JBQStCLENBTy9DO0FBUEQsV0FBaUIsK0JBQStCO0lBRWpDLHdDQUFRLEdBQUc7UUFDdEIsUUFBUSxFQUFFLFVBQXNCO1FBQ2hDLElBQUksRUFBRSxNQUFrQjtRQUN4QixLQUFLLEVBQUUsT0FBbUI7S0FDM0IsQ0FBQTtBQUNILENBQUMsRUFQZ0IsK0JBQStCLEtBQS9CLCtCQUErQixRQU8vQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VvTmV0d29yayA0LjIuNyBPcGVuQVBJIERvY3VtZW50YXRpb25cbiAqIFRoaXMgaXMgdGhlIGRlc2NyaXB0aW9uIG9mIHRoZSBHZW9OZXR3b3JrIE9wZW5BUEkuIFVzZSB0aGlzIEFQSSB0byBtYW5hZ2UgeW91ciBjYXRhbG9nLlxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjIuN1xuICogQ29udGFjdDogZ2VvbmV0d29yay11c2Vyc0BsaXN0cy5zb3VyY2Vmb3JnZS5uZXRcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuLyoqXG4gKiBNZXRhZGF0YSBzdGF0dXNcbiAqL1xuZXhwb3J0IGludGVyZmFjZSBNZXRhZGF0YVN0YXR1c1BhcmFtZXRlckFwaU1vZGVsIHtcbiAgdHlwZT86IE1ldGFkYXRhU3RhdHVzUGFyYW1ldGVyQXBpTW9kZWwuVHlwZUVudW1cbiAgc3RhdHVzPzogbnVtYmVyXG4gIGNoYW5nZU1lc3NhZ2U/OiBzdHJpbmdcbiAgZHVlRGF0ZT86IHN0cmluZ1xuICBjbG9zZURhdGU/OiBzdHJpbmdcbiAgb3duZXI/OiBudW1iZXJcbn1cbmV4cG9ydCBuYW1lc3BhY2UgTWV0YWRhdGFTdGF0dXNQYXJhbWV0ZXJBcGlNb2RlbCB7XG4gIGV4cG9ydCB0eXBlIFR5cGVFbnVtID0gJ3dvcmtmbG93JyB8ICd0YXNrJyB8ICdldmVudCdcbiAgZXhwb3J0IGNvbnN0IFR5cGVFbnVtID0ge1xuICAgIFdvcmtmbG93OiAnd29ya2Zsb3cnIGFzIFR5cGVFbnVtLFxuICAgIFRhc2s6ICd0YXNrJyBhcyBUeXBlRW51bSxcbiAgICBFdmVudDogJ2V2ZW50JyBhcyBUeXBlRW51bSxcbiAgfVxufVxuIl19
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
export * from './address.api.model';
|
|
2
|
-
export * from './anonymousMapserver.api.model';
|
|
3
|
-
export * from './associated.api.model';
|
|
4
|
-
export * from './associatedRecord.api.model';
|
|
5
|
-
export * from './associatedSiblingMetadataItem.api.model';
|
|
6
|
-
export * from './attributeTable.api.model';
|
|
7
|
-
export * from './batchEditParameter.api.model';
|
|
8
|
-
export * from './batchEditing.api.model';
|
|
9
|
-
export * from './category.api.model';
|
|
10
|
-
export * from './categoryResponse.api.model';
|
|
11
|
-
export * from './children.api.model';
|
|
12
|
-
export * from './codelist.api.model';
|
|
13
|
-
export * from './crs.api.model';
|
|
14
|
-
export * from './dataset.api.model';
|
|
15
|
-
export * from './description.api.model';
|
|
16
|
-
export * from './element.api.model';
|
|
17
|
-
export * from './entry.api.model';
|
|
18
|
-
export * from './extentDto.api.model';
|
|
19
|
-
export * from './fCRelatedMetadataItem.api.model';
|
|
20
|
-
export * from './fcat.api.model';
|
|
21
|
-
export * from './featureResponse.api.model';
|
|
22
|
-
export * from './featureType.api.model';
|
|
23
|
-
export * from './field.api.model';
|
|
24
|
-
export * from './formatterData.api.model';
|
|
25
|
-
export * from './formatterDataResponse.api.model';
|
|
26
|
-
export * from './grantedAuthority.api.model';
|
|
27
|
-
export * from './group.api.model';
|
|
28
|
-
export * from './groupOperations.api.model';
|
|
29
|
-
export * from './groupPrivilege.api.model';
|
|
30
|
-
export * from './hasfeaturecats.api.model';
|
|
31
|
-
export * from './hassource.api.model';
|
|
32
|
-
export * from './iProcessingReport.api.model';
|
|
33
|
-
export * from './iSODate.api.model';
|
|
34
|
-
export * from './infoReport.api.model';
|
|
35
|
-
export * from './inlineObject1.api.model';
|
|
36
|
-
export * from './inlineObject4.api.model';
|
|
37
|
-
export * from './isoLanguage.api.model';
|
|
38
|
-
export * from './jSONObject.api.model';
|
|
39
|
-
export * from './jsonNode.api.model';
|
|
40
|
-
export * from './language.api.model';
|
|
41
|
-
export * from './link.api.model';
|
|
42
|
-
export * from './linkStatus.api.model';
|
|
43
|
-
export * from './listRegionsResponse.api.model';
|
|
44
|
-
export * from './localizedString.api.model';
|
|
45
|
-
export * from './logFileResponse.api.model';
|
|
46
|
-
export * from './mapServer.api.model';
|
|
47
|
-
export * from './mapService.api.model';
|
|
48
|
-
export * from './meResponse.api.model';
|
|
49
|
-
export * from './metadataBatchApproveParameter.api.model';
|
|
50
|
-
export * from './metadataBatchSubmitParameter.api.model';
|
|
51
|
-
export * from './metadataCategory.api.model';
|
|
52
|
-
export * from './metadataIdentifierTemplate.api.model';
|
|
53
|
-
export * from './metadataLink.api.model';
|
|
54
|
-
export * from './metadataProcessingReport.api.model';
|
|
55
|
-
export * from './metadataReplacementProcessingReport.api.model';
|
|
56
|
-
export * from './metadataResource.api.model';
|
|
57
|
-
export * from './metadataResourceExternalManagementProperties.api.model';
|
|
58
|
-
export * from './metadataStatusParameter.api.model';
|
|
59
|
-
export * from './multilingualValue.api.model';
|
|
60
|
-
export * from './online.api.model';
|
|
61
|
-
export * from './operation.api.model';
|
|
62
|
-
export * from './ownerResponse.api.model';
|
|
63
|
-
export * from './pageLink.api.model';
|
|
64
|
-
export * from './pageProperties.api.model';
|
|
65
|
-
export * from './pageable.api.model';
|
|
66
|
-
export * from './paginatedUserSearchResponse.api.model';
|
|
67
|
-
export * from './parent.api.model';
|
|
68
|
-
export * from './passwordResetDto.api.model';
|
|
69
|
-
export * from './passwordUpdateParameter.api.model';
|
|
70
|
-
export * from './processingReport.api.model';
|
|
71
|
-
export * from './proxyConfiguration.api.model';
|
|
72
|
-
export * from './publicationOption.api.model';
|
|
73
|
-
export * from './ratingAverage.api.model';
|
|
74
|
-
export * from './ratingCriteria.api.model';
|
|
75
|
-
export * from './regionResponse.api.model';
|
|
76
|
-
export * from './related.api.model';
|
|
77
|
-
export * from './relatedLinkItem.api.model';
|
|
78
|
-
export * from './relatedMetadataItem.api.model';
|
|
79
|
-
export * from './relatedResponse.api.model';
|
|
80
|
-
export * from './relatedSiblingMetadataItem.api.model';
|
|
81
|
-
export * from './relatedThumbnailItem.api.model';
|
|
82
|
-
export * from './replaceEntryChange.api.model';
|
|
83
|
-
export * from './replaceReport.api.model';
|
|
84
|
-
export * from './report.api.model';
|
|
85
|
-
export * from './reports.api.model';
|
|
86
|
-
export * from './savedQuery.api.model';
|
|
87
|
-
export * from './section.api.model';
|
|
88
|
-
export * from './selection.api.model';
|
|
89
|
-
export * from './service.api.model';
|
|
90
|
-
export * from './setting.api.model';
|
|
91
|
-
export * from './settingsListResponse.api.model';
|
|
92
|
-
export * from './sharingParameter.api.model';
|
|
93
|
-
export * from './sharingResponse.api.model';
|
|
94
|
-
export * from './siblings.api.model';
|
|
95
|
-
export * from './simpleMetadataProcessingReport.api.model';
|
|
96
|
-
export * from './siteInformation.api.model';
|
|
97
|
-
export * from './sort.api.model';
|
|
98
|
-
export * from './source.api.model';
|
|
99
|
-
export * from './status.api.model';
|
|
100
|
-
export * from './statusValue.api.model';
|
|
101
|
-
export * from './suggestionType.api.model';
|
|
102
|
-
export * from './systemInfo.api.model';
|
|
103
|
-
export * from './thesaurusInfo.api.model';
|
|
104
|
-
export * from './thumbnail.api.model';
|
|
105
|
-
export * from './transferRequest.api.model';
|
|
106
|
-
export * from './translations.api.model';
|
|
107
|
-
export * from './uiSetting.api.model';
|
|
108
|
-
export * from './user.api.model';
|
|
109
|
-
export * from './userDto.api.model';
|
|
110
|
-
export * from './userFeedbackDTO.api.model';
|
|
111
|
-
export * from './userGroup.api.model';
|
|
112
|
-
export * from './userGroupId.api.model';
|
|
113
|
-
export * from './userGroupsResponse.api.model';
|
|
114
|
-
export * from './userRegisterDto.api.model';
|
|
115
|
-
export * from './userSearchDto.api.model';
|
|
116
|
-
export * from './userSecurity.api.model';
|
|
117
|
-
export * from './values.api.model';
|
|
118
|
-
export * from './xsltMetadataProcessingReport.api.model';
|
|
119
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kZWxzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvbW9kZWxzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMscUJBQXFCLENBQUE7QUFDbkMsY0FBYyxnQ0FBZ0MsQ0FBQTtBQUM5QyxjQUFjLHdCQUF3QixDQUFBO0FBQ3RDLGNBQWMsOEJBQThCLENBQUE7QUFDNUMsY0FBYywyQ0FBMkMsQ0FBQTtBQUN6RCxjQUFjLDRCQUE0QixDQUFBO0FBQzFDLGNBQWMsZ0NBQWdDLENBQUE7QUFDOUMsY0FBYywwQkFBMEIsQ0FBQTtBQUN4QyxjQUFjLHNCQUFzQixDQUFBO0FBQ3BDLGNBQWMsOEJBQThCLENBQUE7QUFDNUMsY0FBYyxzQkFBc0IsQ0FBQTtBQUNwQyxjQUFjLHNCQUFzQixDQUFBO0FBQ3BDLGNBQWMsaUJBQWlCLENBQUE7QUFDL0IsY0FBYyxxQkFBcUIsQ0FBQTtBQUNuQyxjQUFjLHlCQUF5QixDQUFBO0FBQ3ZDLGNBQWMscUJBQXFCLENBQUE7QUFDbkMsY0FBYyxtQkFBbUIsQ0FBQTtBQUNqQyxjQUFjLHVCQUF1QixDQUFBO0FBQ3JDLGNBQWMsbUNBQW1DLENBQUE7QUFDakQsY0FBYyxrQkFBa0IsQ0FBQTtBQUNoQyxjQUFjLDZCQUE2QixDQUFBO0FBQzNDLGNBQWMseUJBQXlCLENBQUE7QUFDdkMsY0FBYyxtQkFBbUIsQ0FBQTtBQUNqQyxjQUFjLDJCQUEyQixDQUFBO0FBQ3pDLGNBQWMsbUNBQW1DLENBQUE7QUFDakQsY0FBYyw4QkFBOEIsQ0FBQTtBQUM1QyxjQUFjLG1CQUFtQixDQUFBO0FBQ2pDLGNBQWMsNkJBQTZCLENBQUE7QUFDM0MsY0FBYyw0QkFBNEIsQ0FBQTtBQUMxQyxjQUFjLDRCQUE0QixDQUFBO0FBQzFDLGNBQWMsdUJBQXVCLENBQUE7QUFDckMsY0FBYywrQkFBK0IsQ0FBQTtBQUM3QyxjQUFjLHFCQUFxQixDQUFBO0FBQ25DLGNBQWMsd0JBQXdCLENBQUE7QUFDdEMsY0FBYywyQkFBMkIsQ0FBQTtBQUN6QyxjQUFjLDJCQUEyQixDQUFBO0FBQ3pDLGNBQWMseUJBQXlCLENBQUE7QUFDdkMsY0FBYyx3QkFBd0IsQ0FBQTtBQUN0QyxjQUFjLHNCQUFzQixDQUFBO0FBQ3BDLGNBQWMsc0JBQXNCLENBQUE7QUFDcEMsY0FBYyxrQkFBa0IsQ0FBQTtBQUNoQyxjQUFjLHdCQUF3QixDQUFBO0FBQ3RDLGNBQWMsaUNBQWlDLENBQUE7QUFDL0MsY0FBYyw2QkFBNkIsQ0FBQTtBQUMzQyxjQUFjLDZCQUE2QixDQUFBO0FBQzNDLGNBQWMsdUJBQXVCLENBQUE7QUFDckMsY0FBYyx3QkFBd0IsQ0FBQTtBQUN0QyxjQUFjLHdCQUF3QixDQUFBO0FBQ3RDLGNBQWMsMkNBQTJDLENBQUE7QUFDekQsY0FBYywwQ0FBMEMsQ0FBQTtBQUN4RCxjQUFjLDhCQUE4QixDQUFBO0FBQzVDLGNBQWMsd0NBQXdDLENBQUE7QUFDdEQsY0FBYywwQkFBMEIsQ0FBQTtBQUN4QyxjQUFjLHNDQUFzQyxDQUFBO0FBQ3BELGNBQWMsaURBQWlELENBQUE7QUFDL0QsY0FBYyw4QkFBOEIsQ0FBQTtBQUM1QyxjQUFjLDBEQUEwRCxDQUFBO0FBQ3hFLGNBQWMscUNBQXFDLENBQUE7QUFDbkQsY0FBYywrQkFBK0IsQ0FBQTtBQUM3QyxjQUFjLG9CQUFvQixDQUFBO0FBQ2xDLGNBQWMsdUJBQXVCLENBQUE7QUFDckMsY0FBYywyQkFBMkIsQ0FBQTtBQUN6QyxjQUFjLHNCQUFzQixDQUFBO0FBQ3BDLGNBQWMsNEJBQTRCLENBQUE7QUFDMUMsY0FBYyxzQkFBc0IsQ0FBQTtBQUNwQyxjQUFjLHlDQUF5QyxDQUFBO0FBQ3ZELGNBQWMsb0JBQW9CLENBQUE7QUFDbEMsY0FBYyw4QkFBOEIsQ0FBQTtBQUM1QyxjQUFjLHFDQUFxQyxDQUFBO0FBQ25ELGNBQWMsOEJBQThCLENBQUE7QUFDNUMsY0FBYyxnQ0FBZ0MsQ0FBQTtBQUM5QyxjQUFjLCtCQUErQixDQUFBO0FBQzdDLGNBQWMsMkJBQTJCLENBQUE7QUFDekMsY0FBYyw0QkFBNEIsQ0FBQTtBQUMxQyxjQUFjLDRCQUE0QixDQUFBO0FBQzFDLGNBQWMscUJBQXFCLENBQUE7QUFDbkMsY0FBYyw2QkFBNkIsQ0FBQTtBQUMzQyxjQUFjLGlDQUFpQyxDQUFBO0FBQy9DLGNBQWMsNkJBQTZCLENBQUE7QUFDM0MsY0FBYyx3Q0FBd0MsQ0FBQTtBQUN0RCxjQUFjLGtDQUFrQyxDQUFBO0FBQ2hELGNBQWMsZ0NBQWdDLENBQUE7QUFDOUMsY0FBYywyQkFBMkIsQ0FBQTtBQUN6QyxjQUFjLG9CQUFvQixDQUFBO0FBQ2xDLGNBQWMscUJBQXFCLENBQUE7QUFDbkMsY0FBYyx3QkFBd0IsQ0FBQTtBQUN0QyxjQUFjLHFCQUFxQixDQUFBO0FBQ25DLGNBQWMsdUJBQXVCLENBQUE7QUFDckMsY0FBYyxxQkFBcUIsQ0FBQTtBQUNuQyxjQUFjLHFCQUFxQixDQUFBO0FBQ25DLGNBQWMsa0NBQWtDLENBQUE7QUFDaEQsY0FBYyw4QkFBOEIsQ0FBQTtBQUM1QyxjQUFjLDZCQUE2QixDQUFBO0FBQzNDLGNBQWMsc0JBQXNCLENBQUE7QUFDcEMsY0FBYyw0Q0FBNEMsQ0FBQTtBQUMxRCxjQUFjLDZCQUE2QixDQUFBO0FBQzNDLGNBQWMsa0JBQWtCLENBQUE7QUFDaEMsY0FBYyxvQkFBb0IsQ0FBQTtBQUNsQyxjQUFjLG9CQUFvQixDQUFBO0FBQ2xDLGNBQWMseUJBQXlCLENBQUE7QUFDdkMsY0FBYyw0QkFBNEIsQ0FBQTtBQUMxQyxjQUFjLHdCQUF3QixDQUFBO0FBQ3RDLGNBQWMsMkJBQTJCLENBQUE7QUFDekMsY0FBYyx1QkFBdUIsQ0FBQTtBQUNyQyxjQUFjLDZCQUE2QixDQUFBO0FBQzNDLGNBQWMsMEJBQTBCLENBQUE7QUFDeEMsY0FBYyx1QkFBdUIsQ0FBQTtBQUNyQyxjQUFjLGtCQUFrQixDQUFBO0FBQ2hDLGNBQWMscUJBQXFCLENBQUE7QUFDbkMsY0FBYyw2QkFBNkIsQ0FBQTtBQUMzQyxjQUFjLHVCQUF1QixDQUFBO0FBQ3JDLGNBQWMseUJBQXlCLENBQUE7QUFDdkMsY0FBYyxnQ0FBZ0MsQ0FBQTtBQUM5QyxjQUFjLDZCQUE2QixDQUFBO0FBQzNDLGNBQWMsMkJBQTJCLENBQUE7QUFDekMsY0FBYywwQkFBMEIsQ0FBQTtBQUN4QyxjQUFjLG9CQUFvQixDQUFBO0FBQ2xDLGNBQWMsMENBQTBDLENBQUEiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2FkZHJlc3MuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9hbm9ueW1vdXNNYXBzZXJ2ZXIuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9hc3NvY2lhdGVkLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vYXNzb2NpYXRlZFJlY29yZC5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2Fzc29jaWF0ZWRTaWJsaW5nTWV0YWRhdGFJdGVtLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vYXR0cmlidXRlVGFibGUuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9iYXRjaEVkaXRQYXJhbWV0ZXIuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9iYXRjaEVkaXRpbmcuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9jYXRlZ29yeS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2NhdGVnb3J5UmVzcG9uc2UuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9jaGlsZHJlbi5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2NvZGVsaXN0LmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vY3JzLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vZGF0YXNldC5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2Rlc2NyaXB0aW9uLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vZWxlbWVudC5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2VudHJ5LmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vZXh0ZW50RHRvLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vZkNSZWxhdGVkTWV0YWRhdGFJdGVtLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vZmNhdC5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2ZlYXR1cmVSZXNwb25zZS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2ZlYXR1cmVUeXBlLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vZmllbGQuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9mb3JtYXR0ZXJEYXRhLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vZm9ybWF0dGVyRGF0YVJlc3BvbnNlLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vZ3JhbnRlZEF1dGhvcml0eS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2dyb3VwLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vZ3JvdXBPcGVyYXRpb25zLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vZ3JvdXBQcml2aWxlZ2UuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9oYXNmZWF0dXJlY2F0cy5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2hhc3NvdXJjZS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2lQcm9jZXNzaW5nUmVwb3J0LmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vaVNPRGF0ZS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2luZm9SZXBvcnQuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9pbmxpbmVPYmplY3QxLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vaW5saW5lT2JqZWN0NC5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2lzb0xhbmd1YWdlLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4valNPTk9iamVjdC5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2pzb25Ob2RlLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vbGFuZ3VhZ2UuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9saW5rLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vbGlua1N0YXR1cy5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2xpc3RSZWdpb25zUmVzcG9uc2UuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9sb2NhbGl6ZWRTdHJpbmcuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9sb2dGaWxlUmVzcG9uc2UuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9tYXBTZXJ2ZXIuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9tYXBTZXJ2aWNlLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vbWVSZXNwb25zZS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL21ldGFkYXRhQmF0Y2hBcHByb3ZlUGFyYW1ldGVyLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vbWV0YWRhdGFCYXRjaFN1Ym1pdFBhcmFtZXRlci5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL21ldGFkYXRhQ2F0ZWdvcnkuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9tZXRhZGF0YUlkZW50aWZpZXJUZW1wbGF0ZS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL21ldGFkYXRhTGluay5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL21ldGFkYXRhUHJvY2Vzc2luZ1JlcG9ydC5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL21ldGFkYXRhUmVwbGFjZW1lbnRQcm9jZXNzaW5nUmVwb3J0LmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vbWV0YWRhdGFSZXNvdXJjZS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL21ldGFkYXRhUmVzb3VyY2VFeHRlcm5hbE1hbmFnZW1lbnRQcm9wZXJ0aWVzLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vbWV0YWRhdGFTdGF0dXNQYXJhbWV0ZXIuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9tdWx0aWxpbmd1YWxWYWx1ZS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL29ubGluZS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL29wZXJhdGlvbi5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL293bmVyUmVzcG9uc2UuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9wYWdlTGluay5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3BhZ2VQcm9wZXJ0aWVzLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vcGFnZWFibGUuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9wYWdpbmF0ZWRVc2VyU2VhcmNoUmVzcG9uc2UuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9wYXJlbnQuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9wYXNzd29yZFJlc2V0RHRvLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vcGFzc3dvcmRVcGRhdGVQYXJhbWV0ZXIuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9wcm9jZXNzaW5nUmVwb3J0LmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vcHJveHlDb25maWd1cmF0aW9uLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vcHVibGljYXRpb25PcHRpb24uYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9yYXRpbmdBdmVyYWdlLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vcmF0aW5nQ3JpdGVyaWEuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9yZWdpb25SZXNwb25zZS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3JlbGF0ZWQuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9yZWxhdGVkTGlua0l0ZW0uYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9yZWxhdGVkTWV0YWRhdGFJdGVtLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vcmVsYXRlZFJlc3BvbnNlLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vcmVsYXRlZFNpYmxpbmdNZXRhZGF0YUl0ZW0uYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9yZWxhdGVkVGh1bWJuYWlsSXRlbS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3JlcGxhY2VFbnRyeUNoYW5nZS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3JlcGxhY2VSZXBvcnQuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9yZXBvcnQuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9yZXBvcnRzLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vc2F2ZWRRdWVyeS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3NlY3Rpb24uYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9zZWxlY3Rpb24uYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9zZXJ2aWNlLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vc2V0dGluZy5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3NldHRpbmdzTGlzdFJlc3BvbnNlLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vc2hhcmluZ1BhcmFtZXRlci5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3NoYXJpbmdSZXNwb25zZS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3NpYmxpbmdzLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vc2ltcGxlTWV0YWRhdGFQcm9jZXNzaW5nUmVwb3J0LmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vc2l0ZUluZm9ybWF0aW9uLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vc29ydC5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3NvdXJjZS5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3N0YXR1cy5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3N0YXR1c1ZhbHVlLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vc3VnZ2VzdGlvblR5cGUuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9zeXN0ZW1JbmZvLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vdGhlc2F1cnVzSW5mby5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3RodW1ibmFpbC5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3RyYW5zZmVyUmVxdWVzdC5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3RyYW5zbGF0aW9ucy5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3VpU2V0dGluZy5hcGkubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL3VzZXIuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi91c2VyRHRvLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vdXNlckZlZWRiYWNrRFRPLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vdXNlckdyb3VwLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vdXNlckdyb3VwSWQuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi91c2VyR3JvdXBzUmVzcG9uc2UuYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi91c2VyUmVnaXN0ZXJEdG8uYXBpLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi91c2VyU2VhcmNoRHRvLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vdXNlclNlY3VyaXR5LmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vdmFsdWVzLmFwaS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4veHNsdE1ldGFkYXRhUHJvY2Vzc2luZ1JlcG9ydC5hcGkubW9kZWwnXG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibXVsdGlsaW5ndWFsVmFsdWUuYXBpLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvbXVsdGlsaW5ndWFsVmFsdWUuYXBpLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlb05ldHdvcmsgNC4yLjcgT3BlbkFQSSBEb2N1bWVudGF0aW9uXG4gKiBUaGlzIGlzIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgR2VvTmV0d29yayBPcGVuQVBJLiBVc2UgdGhpcyBBUEkgdG8gbWFuYWdlIHlvdXIgY2F0YWxvZy5cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC4yLjdcbiAqIENvbnRhY3Q6IGdlb25ldHdvcmstdXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0XG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBMb2NhbGl6ZWRTdHJpbmdBcGlNb2RlbCB9IGZyb20gJy4vbG9jYWxpemVkU3RyaW5nLmFwaS5tb2RlbCdcblxuZXhwb3J0IGludGVyZmFjZSBNdWx0aWxpbmd1YWxWYWx1ZUFwaU1vZGVsIHtcbiAgdmFsdWU/OiBBcnJheTxMb2NhbGl6ZWRTdHJpbmdBcGlNb2RlbD5cbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib25saW5lLmFwaS5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGF0YS1hY2Nlc3MvZ240L3NyYy9vcGVuYXBpL21vZGVsL29ubGluZS5hcGkubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VvTmV0d29yayA0LjIuNyBPcGVuQVBJIERvY3VtZW50YXRpb25cbiAqIFRoaXMgaXMgdGhlIGRlc2NyaXB0aW9uIG9mIHRoZSBHZW9OZXR3b3JrIE9wZW5BUEkuIFVzZSB0aGlzIEFQSSB0byBtYW5hZ2UgeW91ciBjYXRhbG9nLlxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjIuN1xuICogQ29udGFjdDogZ2VvbmV0d29yay11c2Vyc0BsaXN0cy5zb3VyY2Vmb3JnZS5uZXRcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IFJlbGF0ZWRMaW5rSXRlbUFwaU1vZGVsIH0gZnJvbSAnLi9yZWxhdGVkTGlua0l0ZW0uYXBpLm1vZGVsJ1xuXG5leHBvcnQgaW50ZXJmYWNlIE9ubGluZUFwaU1vZGVsIHtcbiAgaXRlbT86IEFycmF5PFJlbGF0ZWRMaW5rSXRlbUFwaU1vZGVsPlxufVxuIl19
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export var OperationApiModel;
|
|
13
|
-
(function (OperationApiModel) {
|
|
14
|
-
OperationApiModel.ReservedOperationEnum = {
|
|
15
|
-
View: 'view',
|
|
16
|
-
Download: 'download',
|
|
17
|
-
Editing: 'editing',
|
|
18
|
-
Notify: 'notify',
|
|
19
|
-
Dynamic: 'dynamic',
|
|
20
|
-
Featured: 'featured',
|
|
21
|
-
};
|
|
22
|
-
})(OperationApiModel || (OperationApiModel = {}));
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3BlcmF0aW9uLmFwaS5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGF0YS1hY2Nlc3MvZ240L3NyYy9vcGVuYXBpL21vZGVsL29wZXJhdGlvbi5hcGkubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7R0FVRztBQVNILE1BQU0sS0FBVyxpQkFBaUIsQ0FnQmpDO0FBaEJELFdBQWlCLGlCQUFpQjtJQVFuQix1Q0FBcUIsR0FBRztRQUNuQyxJQUFJLEVBQUUsTUFBK0I7UUFDckMsUUFBUSxFQUFFLFVBQW1DO1FBQzdDLE9BQU8sRUFBRSxTQUFrQztRQUMzQyxNQUFNLEVBQUUsUUFBaUM7UUFDekMsT0FBTyxFQUFFLFNBQWtDO1FBQzNDLFFBQVEsRUFBRSxVQUFtQztLQUM5QyxDQUFBO0FBQ0gsQ0FBQyxFQWhCZ0IsaUJBQWlCLEtBQWpCLGlCQUFpQixRQWdCakMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlb05ldHdvcmsgNC4yLjcgT3BlbkFQSSBEb2N1bWVudGF0aW9uXG4gKiBUaGlzIGlzIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgR2VvTmV0d29yayBPcGVuQVBJLiBVc2UgdGhpcyBBUEkgdG8gbWFuYWdlIHlvdXIgY2F0YWxvZy5cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC4yLjdcbiAqIENvbnRhY3Q6IGdlb25ldHdvcmstdXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0XG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbmV4cG9ydCBpbnRlcmZhY2UgT3BlcmF0aW9uQXBpTW9kZWwge1xuICByZXNlcnZlZD86IGJvb2xlYW5cbiAgcmVzZXJ2ZWRPcGVyYXRpb24/OiBPcGVyYXRpb25BcGlNb2RlbC5SZXNlcnZlZE9wZXJhdGlvbkVudW1cbiAgaWQ/OiBudW1iZXJcbiAgbmFtZT86IHN0cmluZ1xuICBsYWJlbD86IHsgW2tleTogc3RyaW5nXTogc3RyaW5nIH1cbn1cbmV4cG9ydCBuYW1lc3BhY2UgT3BlcmF0aW9uQXBpTW9kZWwge1xuICBleHBvcnQgdHlwZSBSZXNlcnZlZE9wZXJhdGlvbkVudW0gPVxuICAgIHwgJ3ZpZXcnXG4gICAgfCAnZG93bmxvYWQnXG4gICAgfCAnZWRpdGluZydcbiAgICB8ICdub3RpZnknXG4gICAgfCAnZHluYW1pYydcbiAgICB8ICdmZWF0dXJlZCdcbiAgZXhwb3J0IGNvbnN0IFJlc2VydmVkT3BlcmF0aW9uRW51bSA9IHtcbiAgICBWaWV3OiAndmlldycgYXMgUmVzZXJ2ZWRPcGVyYXRpb25FbnVtLFxuICAgIERvd25sb2FkOiAnZG93bmxvYWQnIGFzIFJlc2VydmVkT3BlcmF0aW9uRW51bSxcbiAgICBFZGl0aW5nOiAnZWRpdGluZycgYXMgUmVzZXJ2ZWRPcGVyYXRpb25FbnVtLFxuICAgIE5vdGlmeTogJ25vdGlmeScgYXMgUmVzZXJ2ZWRPcGVyYXRpb25FbnVtLFxuICAgIER5bmFtaWM6ICdkeW5hbWljJyBhcyBSZXNlcnZlZE9wZXJhdGlvbkVudW0sXG4gICAgRmVhdHVyZWQ6ICdmZWF0dXJlZCcgYXMgUmVzZXJ2ZWRPcGVyYXRpb25FbnVtLFxuICB9XG59XG4iXX0=
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3duZXJSZXNwb25zZS5hcGkubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2RhdGEtYWNjZXNzL2duNC9zcmMvb3BlbmFwaS9tb2RlbC9vd25lclJlc3BvbnNlLmFwaS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7OztHQVVHIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW9OZXR3b3JrIDQuMi43IE9wZW5BUEkgRG9jdW1lbnRhdGlvblxuICogVGhpcyBpcyB0aGUgZGVzY3JpcHRpb24gb2YgdGhlIEdlb05ldHdvcmsgT3BlbkFQSS4gVXNlIHRoaXMgQVBJIHRvIG1hbmFnZSB5b3VyIGNhdGFsb2cuXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDQuMi43XG4gKiBDb250YWN0OiBnZW9uZXR3b3JrLXVzZXJzQGxpc3RzLnNvdXJjZWZvcmdlLm5ldFxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5leHBvcnQgaW50ZXJmYWNlIE93bmVyUmVzcG9uc2VBcGlNb2RlbCB7XG4gIGlkPzogbnVtYmVyXG4gIG5hbWU/OiBzdHJpbmdcbiAgcmVjb3Jkcz86IG51bWJlclxufVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZUxpbmsuYXBpLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvcGFnZUxpbmsuYXBpLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlb05ldHdvcmsgNC4yLjcgT3BlbkFQSSBEb2N1bWVudGF0aW9uXG4gKiBUaGlzIGlzIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgR2VvTmV0d29yayBPcGVuQVBJLiBVc2UgdGhpcyBBUEkgdG8gbWFuYWdlIHlvdXIgY2F0YWxvZy5cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC4yLjdcbiAqIENvbnRhY3Q6IGdlb25ldHdvcmstdXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0XG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBTb3J0QXBpTW9kZWwgfSBmcm9tICcuL3NvcnQuYXBpLm1vZGVsJ1xuaW1wb3J0IHsgUGFnZWFibGVBcGlNb2RlbCB9IGZyb20gJy4vcGFnZWFibGUuYXBpLm1vZGVsJ1xuaW1wb3J0IHsgTGlua0FwaU1vZGVsIH0gZnJvbSAnLi9saW5rLmFwaS5tb2RlbCdcblxuZXhwb3J0IGludGVyZmFjZSBQYWdlTGlua0FwaU1vZGVsIHtcbiAgdG90YWxQYWdlcz86IG51bWJlclxuICB0b3RhbEVsZW1lbnRzPzogbnVtYmVyXG4gIG51bWJlck9mRWxlbWVudHM/OiBudW1iZXJcbiAgcGFnZWFibGU/OiBQYWdlYWJsZUFwaU1vZGVsXG4gIG51bWJlcj86IG51bWJlclxuICBzb3J0PzogU29ydEFwaU1vZGVsXG4gIGZpcnN0PzogYm9vbGVhblxuICBsYXN0PzogYm9vbGVhblxuICBzaXplPzogbnVtYmVyXG4gIGNvbnRlbnQ/OiBBcnJheTxMaW5rQXBpTW9kZWw+XG4gIGVtcHR5PzogYm9vbGVhblxufVxuIl19
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export var PagePropertiesApiModel;
|
|
13
|
-
(function (PagePropertiesApiModel) {
|
|
14
|
-
PagePropertiesApiModel.SectionsEnum = {
|
|
15
|
-
Top: 'TOP',
|
|
16
|
-
Footer: 'FOOTER',
|
|
17
|
-
Menu: 'MENU',
|
|
18
|
-
Submenu: 'SUBMENU',
|
|
19
|
-
CustomMenu1: 'CUSTOM_MENU1',
|
|
20
|
-
CustomMenu2: 'CUSTOM_MENU2',
|
|
21
|
-
CustomMenu3: 'CUSTOM_MENU3',
|
|
22
|
-
};
|
|
23
|
-
PagePropertiesApiModel.StatusEnum = {
|
|
24
|
-
Public: 'PUBLIC',
|
|
25
|
-
PublicOnly: 'PUBLIC_ONLY',
|
|
26
|
-
Private: 'PRIVATE',
|
|
27
|
-
Hidden: 'HIDDEN',
|
|
28
|
-
};
|
|
29
|
-
PagePropertiesApiModel.FormatEnum = {
|
|
30
|
-
Link: 'LINK',
|
|
31
|
-
Html: 'HTML',
|
|
32
|
-
Htmlpage: 'HTMLPAGE',
|
|
33
|
-
Text: 'TEXT',
|
|
34
|
-
};
|
|
35
|
-
})(PagePropertiesApiModel || (PagePropertiesApiModel = {}));
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZVByb3BlcnRpZXMuYXBpLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvcGFnZVByb3BlcnRpZXMuYXBpLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7O0dBVUc7QUFZSCxNQUFNLEtBQVcsc0JBQXNCLENBZ0N0QztBQWhDRCxXQUFpQixzQkFBc0I7SUFTeEIsbUNBQVksR0FBRztRQUMxQixHQUFHLEVBQUUsS0FBcUI7UUFDMUIsTUFBTSxFQUFFLFFBQXdCO1FBQ2hDLElBQUksRUFBRSxNQUFzQjtRQUM1QixPQUFPLEVBQUUsU0FBeUI7UUFDbEMsV0FBVyxFQUFFLGNBQThCO1FBQzNDLFdBQVcsRUFBRSxjQUE4QjtRQUMzQyxXQUFXLEVBQUUsY0FBOEI7S0FDNUMsQ0FBQTtJQUVZLGlDQUFVLEdBQUc7UUFDeEIsTUFBTSxFQUFFLFFBQXNCO1FBQzlCLFVBQVUsRUFBRSxhQUEyQjtRQUN2QyxPQUFPLEVBQUUsU0FBdUI7UUFDaEMsTUFBTSxFQUFFLFFBQXNCO0tBQy9CLENBQUE7SUFFWSxpQ0FBVSxHQUFHO1FBQ3hCLElBQUksRUFBRSxNQUFvQjtRQUMxQixJQUFJLEVBQUUsTUFBb0I7UUFDMUIsUUFBUSxFQUFFLFVBQXdCO1FBQ2xDLElBQUksRUFBRSxNQUFvQjtLQUMzQixDQUFBO0FBQ0gsQ0FBQyxFQWhDZ0Isc0JBQXNCLEtBQXRCLHNCQUFzQixRQWdDdEMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlb05ldHdvcmsgNC4yLjcgT3BlbkFQSSBEb2N1bWVudGF0aW9uXG4gKiBUaGlzIGlzIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgR2VvTmV0d29yayBPcGVuQVBJLiBVc2UgdGhpcyBBUEkgdG8gbWFuYWdlIHlvdXIgY2F0YWxvZy5cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC4yLjdcbiAqIENvbnRhY3Q6IGdlb25ldHdvcmstdXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0XG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbmV4cG9ydCBpbnRlcmZhY2UgUGFnZVByb3BlcnRpZXNBcGlNb2RlbCB7XG4gIGxhbmd1YWdlPzogc3RyaW5nXG4gIHBhZ2VJZD86IHN0cmluZ1xuICBzZWN0aW9ucz86IEFycmF5PFBhZ2VQcm9wZXJ0aWVzQXBpTW9kZWwuU2VjdGlvbnNFbnVtPlxuICBzdGF0dXM/OiBQYWdlUHJvcGVydGllc0FwaU1vZGVsLlN0YXR1c0VudW1cbiAgbGluaz86IHN0cmluZ1xuICBjb250ZW50Pzogc3RyaW5nXG4gIGxhYmVsPzogc3RyaW5nXG4gIGZvcm1hdD86IFBhZ2VQcm9wZXJ0aWVzQXBpTW9kZWwuRm9ybWF0RW51bVxufVxuZXhwb3J0IG5hbWVzcGFjZSBQYWdlUHJvcGVydGllc0FwaU1vZGVsIHtcbiAgZXhwb3J0IHR5cGUgU2VjdGlvbnNFbnVtID1cbiAgICB8ICdUT1AnXG4gICAgfCAnRk9PVEVSJ1xuICAgIHwgJ01FTlUnXG4gICAgfCAnU1VCTUVOVSdcbiAgICB8ICdDVVNUT01fTUVOVTEnXG4gICAgfCAnQ1VTVE9NX01FTlUyJ1xuICAgIHwgJ0NVU1RPTV9NRU5VMydcbiAgZXhwb3J0IGNvbnN0IFNlY3Rpb25zRW51bSA9IHtcbiAgICBUb3A6ICdUT1AnIGFzIFNlY3Rpb25zRW51bSxcbiAgICBGb290ZXI6ICdGT09URVInIGFzIFNlY3Rpb25zRW51bSxcbiAgICBNZW51OiAnTUVOVScgYXMgU2VjdGlvbnNFbnVtLFxuICAgIFN1Ym1lbnU6ICdTVUJNRU5VJyBhcyBTZWN0aW9uc0VudW0sXG4gICAgQ3VzdG9tTWVudTE6ICdDVVNUT01fTUVOVTEnIGFzIFNlY3Rpb25zRW51bSxcbiAgICBDdXN0b21NZW51MjogJ0NVU1RPTV9NRU5VMicgYXMgU2VjdGlvbnNFbnVtLFxuICAgIEN1c3RvbU1lbnUzOiAnQ1VTVE9NX01FTlUzJyBhcyBTZWN0aW9uc0VudW0sXG4gIH1cbiAgZXhwb3J0IHR5cGUgU3RhdHVzRW51bSA9ICdQVUJMSUMnIHwgJ1BVQkxJQ19PTkxZJyB8ICdQUklWQVRFJyB8ICdISURERU4nXG4gIGV4cG9ydCBjb25zdCBTdGF0dXNFbnVtID0ge1xuICAgIFB1YmxpYzogJ1BVQkxJQycgYXMgU3RhdHVzRW51bSxcbiAgICBQdWJsaWNPbmx5OiAnUFVCTElDX09OTFknIGFzIFN0YXR1c0VudW0sXG4gICAgUHJpdmF0ZTogJ1BSSVZBVEUnIGFzIFN0YXR1c0VudW0sXG4gICAgSGlkZGVuOiAnSElEREVOJyBhcyBTdGF0dXNFbnVtLFxuICB9XG4gIGV4cG9ydCB0eXBlIEZvcm1hdEVudW0gPSAnTElOSycgfCAnSFRNTCcgfCAnSFRNTFBBR0UnIHwgJ1RFWFQnXG4gIGV4cG9ydCBjb25zdCBGb3JtYXRFbnVtID0ge1xuICAgIExpbms6ICdMSU5LJyBhcyBGb3JtYXRFbnVtLFxuICAgIEh0bWw6ICdIVE1MJyBhcyBGb3JtYXRFbnVtLFxuICAgIEh0bWxwYWdlOiAnSFRNTFBBR0UnIGFzIEZvcm1hdEVudW0sXG4gICAgVGV4dDogJ1RFWFQnIGFzIEZvcm1hdEVudW0sXG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZWFibGUuYXBpLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvcGFnZWFibGUuYXBpLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlb05ldHdvcmsgNC4yLjcgT3BlbkFQSSBEb2N1bWVudGF0aW9uXG4gKiBUaGlzIGlzIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgR2VvTmV0d29yayBPcGVuQVBJLiBVc2UgdGhpcyBBUEkgdG8gbWFuYWdlIHlvdXIgY2F0YWxvZy5cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC4yLjdcbiAqIENvbnRhY3Q6IGdlb25ldHdvcmstdXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0XG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBTb3J0QXBpTW9kZWwgfSBmcm9tICcuL3NvcnQuYXBpLm1vZGVsJ1xuXG5leHBvcnQgaW50ZXJmYWNlIFBhZ2VhYmxlQXBpTW9kZWwge1xuICBwYWdlZD86IGJvb2xlYW5cbiAgdW5wYWdlZD86IGJvb2xlYW5cbiAgcGFnZU51bWJlcj86IG51bWJlclxuICBwYWdlU2l6ZT86IG51bWJlclxuICBzb3J0PzogU29ydEFwaU1vZGVsXG4gIG9mZnNldD86IG51bWJlclxufVxuIl19
|
package/esm2022/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.mjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdGVkVXNlclNlYXJjaFJlc3BvbnNlLmFwaS5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGF0YS1hY2Nlc3MvZ240L3NyYy9vcGVuYXBpL21vZGVsL3BhZ2luYXRlZFVzZXJTZWFyY2hSZXNwb25zZS5hcGkubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VvTmV0d29yayA0LjIuNyBPcGVuQVBJIERvY3VtZW50YXRpb25cbiAqIFRoaXMgaXMgdGhlIGRlc2NyaXB0aW9uIG9mIHRoZSBHZW9OZXR3b3JrIE9wZW5BUEkuIFVzZSB0aGlzIEFQSSB0byBtYW5hZ2UgeW91ciBjYXRhbG9nLlxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjIuN1xuICogQ29udGFjdDogZ2VvbmV0d29yay11c2Vyc0BsaXN0cy5zb3VyY2Vmb3JnZS5uZXRcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IFVzZXJTZWFyY2hEdG9BcGlNb2RlbCB9IGZyb20gJy4vdXNlclNlYXJjaER0by5hcGkubW9kZWwnXG5cbmV4cG9ydCBpbnRlcmZhY2UgUGFnaW5hdGVkVXNlclNlYXJjaFJlc3BvbnNlQXBpTW9kZWwge1xuICB0b3RhbD86IG51bWJlclxuICByb3dzPzogQXJyYXk8VXNlclNlYXJjaER0b0FwaU1vZGVsPlxufVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyZW50LmFwaS5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGF0YS1hY2Nlc3MvZ240L3NyYy9vcGVuYXBpL21vZGVsL3BhcmVudC5hcGkubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VvTmV0d29yayA0LjIuNyBPcGVuQVBJIERvY3VtZW50YXRpb25cbiAqIFRoaXMgaXMgdGhlIGRlc2NyaXB0aW9uIG9mIHRoZSBHZW9OZXR3b3JrIE9wZW5BUEkuIFVzZSB0aGlzIEFQSSB0byBtYW5hZ2UgeW91ciBjYXRhbG9nLlxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjIuN1xuICogQ29udGFjdDogZ2VvbmV0d29yay11c2Vyc0BsaXN0cy5zb3VyY2Vmb3JnZS5uZXRcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IFJlbGF0ZWRNZXRhZGF0YUl0ZW1BcGlNb2RlbCB9IGZyb20gJy4vcmVsYXRlZE1ldGFkYXRhSXRlbS5hcGkubW9kZWwnXG5cbmV4cG9ydCBpbnRlcmZhY2UgUGFyZW50QXBpTW9kZWwge1xuICBpdGVtPzogQXJyYXk8UmVsYXRlZE1ldGFkYXRhSXRlbUFwaU1vZGVsPlxufVxuIl19
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFzc3dvcmRSZXNldER0by5hcGkubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2RhdGEtYWNjZXNzL2duNC9zcmMvb3BlbmFwaS9tb2RlbC9wYXNzd29yZFJlc2V0RHRvLmFwaS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7OztHQVVHIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW9OZXR3b3JrIDQuMi43IE9wZW5BUEkgRG9jdW1lbnRhdGlvblxuICogVGhpcyBpcyB0aGUgZGVzY3JpcHRpb24gb2YgdGhlIEdlb05ldHdvcmsgT3BlbkFQSS4gVXNlIHRoaXMgQVBJIHRvIG1hbmFnZSB5b3VyIGNhdGFsb2cuXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDQuMi43XG4gKiBDb250YWN0OiBnZW9uZXR3b3JrLXVzZXJzQGxpc3RzLnNvdXJjZWZvcmdlLm5ldFxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5leHBvcnQgaW50ZXJmYWNlIFBhc3N3b3JkUmVzZXREdG9BcGlNb2RlbCB7XG4gIHBhc3N3b3JkT2xkPzogc3RyaW5nXG4gIHBhc3N3b3JkPzogc3RyaW5nXG4gIHBhc3N3b3JkMj86IHN0cmluZ1xufVxuIl19
|
package/esm2022/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFzc3dvcmRVcGRhdGVQYXJhbWV0ZXIuYXBpLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvcGFzc3dvcmRVcGRhdGVQYXJhbWV0ZXIuYXBpLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7O0dBVUciLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlb05ldHdvcmsgNC4yLjcgT3BlbkFQSSBEb2N1bWVudGF0aW9uXG4gKiBUaGlzIGlzIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgR2VvTmV0d29yayBPcGVuQVBJLiBVc2UgdGhpcyBBUEkgdG8gbWFuYWdlIHlvdXIgY2F0YWxvZy5cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC4yLjdcbiAqIENvbnRhY3Q6IGdlb25ldHdvcmstdXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0XG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbi8qKlxuICogVGhlIG5ldyBwYXNzd29yZCBhbmQgYSB2YWxpZCBjaGFuZ2Uga2V5XG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgUGFzc3dvcmRVcGRhdGVQYXJhbWV0ZXJBcGlNb2RlbCB7XG4gIHBhc3N3b3JkPzogc3RyaW5nXG4gIGNoYW5nZUtleT86IHN0cmluZ1xufVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvY2Vzc2luZ1JlcG9ydC5hcGkubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2RhdGEtYWNjZXNzL2duNC9zcmMvb3BlbmFwaS9tb2RlbC9wcm9jZXNzaW5nUmVwb3J0LmFwaS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW9OZXR3b3JrIDQuMi43IE9wZW5BUEkgRG9jdW1lbnRhdGlvblxuICogVGhpcyBpcyB0aGUgZGVzY3JpcHRpb24gb2YgdGhlIEdlb05ldHdvcmsgT3BlbkFQSS4gVXNlIHRoaXMgQVBJIHRvIG1hbmFnZSB5b3VyIGNhdGFsb2cuXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDQuMi43XG4gKiBDb250YWN0OiBnZW9uZXR3b3JrLXVzZXJzQGxpc3RzLnNvdXJjZWZvcmdlLm5ldFxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuaW1wb3J0IHsgSW5mb1JlcG9ydEFwaU1vZGVsIH0gZnJvbSAnLi9pbmZvUmVwb3J0LmFwaS5tb2RlbCdcbmltcG9ydCB7IFJlcG9ydEFwaU1vZGVsIH0gZnJvbSAnLi9yZXBvcnQuYXBpLm1vZGVsJ1xuXG5leHBvcnQgaW50ZXJmYWNlIFByb2Nlc3NpbmdSZXBvcnRBcGlNb2RlbCB7XG4gIGVycm9ycz86IEFycmF5PFJlcG9ydEFwaU1vZGVsPlxuICBpbmZvcz86IEFycmF5PEluZm9SZXBvcnRBcGlNb2RlbD5cbiAgdXVpZD86IHN0cmluZ1xuICBzdGFydElzb0RhdGVUaW1lPzogc3RyaW5nXG4gIGVuZElzb0RhdGVUaW1lPzogc3RyaW5nXG4gIGVsbGFwc2VkVGltZUluU2Vjb25kcz86IG51bWJlclxuICB0b3RhbFRpbWVJblNlY29uZHM/OiBudW1iZXJcbiAgcnVubmluZz86IGJvb2xlYW5cbiAgdHlwZT86IHN0cmluZ1xufVxuIl19
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJveHlDb25maWd1cmF0aW9uLmFwaS5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGF0YS1hY2Nlc3MvZ240L3NyYy9vcGVuYXBpL21vZGVsL3Byb3h5Q29uZmlndXJhdGlvbi5hcGkubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7R0FVRyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VvTmV0d29yayA0LjIuNyBPcGVuQVBJIERvY3VtZW50YXRpb25cbiAqIFRoaXMgaXMgdGhlIGRlc2NyaXB0aW9uIG9mIHRoZSBHZW9OZXR3b3JrIE9wZW5BUEkuIFVzZSB0aGlzIEFQSSB0byBtYW5hZ2UgeW91ciBjYXRhbG9nLlxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjIuN1xuICogQ29udGFjdDogZ2VvbmV0d29yay11c2Vyc0BsaXN0cy5zb3VyY2Vmb3JnZS5uZXRcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuZXhwb3J0IGludGVyZmFjZSBQcm94eUNvbmZpZ3VyYXRpb25BcGlNb2RlbCB7XG4gIGVuYWJsZWQ/OiBib29sZWFuXG4gIGhvc3Q/OiBzdHJpbmdcbiAgcG9ydD86IHN0cmluZ1xuICB1c2VybmFtZT86IHN0cmluZ1xuICBwYXNzd29yZD86IHN0cmluZ1xuICBpZ25vcmVIb3N0TGlzdD86IHN0cmluZ1xuICBwcm94eUNvbmZpZ3VyZWRJblN5c3RlbVByb3BlcnRpZXM/OiBib29sZWFuXG59XG4iXX0=
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export var PublicationOptionApiModel;
|
|
13
|
-
(function (PublicationOptionApiModel) {
|
|
14
|
-
PublicationOptionApiModel.PublicationGroupEnum = {
|
|
15
|
-
All: 'all',
|
|
16
|
-
Intranet: 'intranet',
|
|
17
|
-
Guest: 'guest',
|
|
18
|
-
};
|
|
19
|
-
PublicationOptionApiModel.PublicationOperationsEnum = {
|
|
20
|
-
View: 'view',
|
|
21
|
-
Download: 'download',
|
|
22
|
-
Editing: 'editing',
|
|
23
|
-
Notify: 'notify',
|
|
24
|
-
Dynamic: 'dynamic',
|
|
25
|
-
Featured: 'featured',
|
|
26
|
-
};
|
|
27
|
-
PublicationOptionApiModel.AdditionalPublicationsEnum = {
|
|
28
|
-
View: 'view',
|
|
29
|
-
Download: 'download',
|
|
30
|
-
Editing: 'editing',
|
|
31
|
-
Notify: 'notify',
|
|
32
|
-
Dynamic: 'dynamic',
|
|
33
|
-
Featured: 'featured',
|
|
34
|
-
};
|
|
35
|
-
})(PublicationOptionApiModel || (PublicationOptionApiModel = {}));
|
|
36
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljYXRpb25PcHRpb24uYXBpLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvcHVibGljYXRpb25PcHRpb24uYXBpLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7O0dBVUc7QUFRSCxNQUFNLEtBQVcseUJBQXlCLENBcUN6QztBQXJDRCxXQUFpQix5QkFBeUI7SUFFM0IsOENBQW9CLEdBQUc7UUFDbEMsR0FBRyxFQUFFLEtBQTZCO1FBQ2xDLFFBQVEsRUFBRSxVQUFrQztRQUM1QyxLQUFLLEVBQUUsT0FBK0I7S0FDdkMsQ0FBQTtJQVFZLG1EQUF5QixHQUFHO1FBQ3ZDLElBQUksRUFBRSxNQUFtQztRQUN6QyxRQUFRLEVBQUUsVUFBdUM7UUFDakQsT0FBTyxFQUFFLFNBQXNDO1FBQy9DLE1BQU0sRUFBRSxRQUFxQztRQUM3QyxPQUFPLEVBQUUsU0FBc0M7UUFDL0MsUUFBUSxFQUFFLFVBQXVDO0tBQ2xELENBQUE7SUFRWSxvREFBMEIsR0FBRztRQUN4QyxJQUFJLEVBQUUsTUFBb0M7UUFDMUMsUUFBUSxFQUFFLFVBQXdDO1FBQ2xELE9BQU8sRUFBRSxTQUF1QztRQUNoRCxNQUFNLEVBQUUsUUFBc0M7UUFDOUMsT0FBTyxFQUFFLFNBQXVDO1FBQ2hELFFBQVEsRUFBRSxVQUF3QztLQUNuRCxDQUFBO0FBQ0gsQ0FBQyxFQXJDZ0IseUJBQXlCLEtBQXpCLHlCQUF5QixRQXFDekMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlb05ldHdvcmsgNC4yLjcgT3BlbkFQSSBEb2N1bWVudGF0aW9uXG4gKiBUaGlzIGlzIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgR2VvTmV0d29yayBPcGVuQVBJLiBVc2UgdGhpcyBBUEkgdG8gbWFuYWdlIHlvdXIgY2F0YWxvZy5cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC4yLjdcbiAqIENvbnRhY3Q6IGdlb25ldHdvcmstdXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0XG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbmV4cG9ydCBpbnRlcmZhY2UgUHVibGljYXRpb25PcHRpb25BcGlNb2RlbCB7XG4gIG5hbWU/OiBzdHJpbmdcbiAgcHVibGljYXRpb25Hcm91cD86IFB1YmxpY2F0aW9uT3B0aW9uQXBpTW9kZWwuUHVibGljYXRpb25Hcm91cEVudW1cbiAgcHVibGljYXRpb25PcGVyYXRpb25zPzogQXJyYXk8UHVibGljYXRpb25PcHRpb25BcGlNb2RlbC5QdWJsaWNhdGlvbk9wZXJhdGlvbnNFbnVtPlxuICBhZGRpdGlvbmFsUHVibGljYXRpb25zPzogeyBba2V5OiBzdHJpbmddOiBBcnJheTxzdHJpbmc+IH1cbn1cbmV4cG9ydCBuYW1lc3BhY2UgUHVibGljYXRpb25PcHRpb25BcGlNb2RlbCB7XG4gIGV4cG9ydCB0eXBlIFB1YmxpY2F0aW9uR3JvdXBFbnVtID0gJ2FsbCcgfCAnaW50cmFuZXQnIHwgJ2d1ZXN0J1xuICBleHBvcnQgY29uc3QgUHVibGljYXRpb25Hcm91cEVudW0gPSB7XG4gICAgQWxsOiAnYWxsJyBhcyBQdWJsaWNhdGlvbkdyb3VwRW51bSxcbiAgICBJbnRyYW5ldDogJ2ludHJhbmV0JyBhcyBQdWJsaWNhdGlvbkdyb3VwRW51bSxcbiAgICBHdWVzdDogJ2d1ZXN0JyBhcyBQdWJsaWNhdGlvbkdyb3VwRW51bSxcbiAgfVxuICBleHBvcnQgdHlwZSBQdWJsaWNhdGlvbk9wZXJhdGlvbnNFbnVtID1cbiAgICB8ICd2aWV3J1xuICAgIHwgJ2Rvd25sb2FkJ1xuICAgIHwgJ2VkaXRpbmcnXG4gICAgfCAnbm90aWZ5J1xuICAgIHwgJ2R5bmFtaWMnXG4gICAgfCAnZmVhdHVyZWQnXG4gIGV4cG9ydCBjb25zdCBQdWJsaWNhdGlvbk9wZXJhdGlvbnNFbnVtID0ge1xuICAgIFZpZXc6ICd2aWV3JyBhcyBQdWJsaWNhdGlvbk9wZXJhdGlvbnNFbnVtLFxuICAgIERvd25sb2FkOiAnZG93bmxvYWQnIGFzIFB1YmxpY2F0aW9uT3BlcmF0aW9uc0VudW0sXG4gICAgRWRpdGluZzogJ2VkaXRpbmcnIGFzIFB1YmxpY2F0aW9uT3BlcmF0aW9uc0VudW0sXG4gICAgTm90aWZ5OiAnbm90aWZ5JyBhcyBQdWJsaWNhdGlvbk9wZXJhdGlvbnNFbnVtLFxuICAgIER5bmFtaWM6ICdkeW5hbWljJyBhcyBQdWJsaWNhdGlvbk9wZXJhdGlvbnNFbnVtLFxuICAgIEZlYXR1cmVkOiAnZmVhdHVyZWQnIGFzIFB1YmxpY2F0aW9uT3BlcmF0aW9uc0VudW0sXG4gIH1cbiAgZXhwb3J0IHR5cGUgQWRkaXRpb25hbFB1YmxpY2F0aW9uc0VudW0gPVxuICAgIHwgJ3ZpZXcnXG4gICAgfCAnZG93bmxvYWQnXG4gICAgfCAnZWRpdGluZydcbiAgICB8ICdub3RpZnknXG4gICAgfCAnZHluYW1pYydcbiAgICB8ICdmZWF0dXJlZCdcbiAgZXhwb3J0IGNvbnN0IEFkZGl0aW9uYWxQdWJsaWNhdGlvbnNFbnVtID0ge1xuICAgIFZpZXc6ICd2aWV3JyBhcyBBZGRpdGlvbmFsUHVibGljYXRpb25zRW51bSxcbiAgICBEb3dubG9hZDogJ2Rvd25sb2FkJyBhcyBBZGRpdGlvbmFsUHVibGljYXRpb25zRW51bSxcbiAgICBFZGl0aW5nOiAnZWRpdGluZycgYXMgQWRkaXRpb25hbFB1YmxpY2F0aW9uc0VudW0sXG4gICAgTm90aWZ5OiAnbm90aWZ5JyBhcyBBZGRpdGlvbmFsUHVibGljYXRpb25zRW51bSxcbiAgICBEeW5hbWljOiAnZHluYW1pYycgYXMgQWRkaXRpb25hbFB1YmxpY2F0aW9uc0VudW0sXG4gICAgRmVhdHVyZWQ6ICdmZWF0dXJlZCcgYXMgQWRkaXRpb25hbFB1YmxpY2F0aW9uc0VudW0sXG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0aW5nQXZlcmFnZS5hcGkubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2RhdGEtYWNjZXNzL2duNC9zcmMvb3BlbmFwaS9tb2RlbC9yYXRpbmdBdmVyYWdlLmFwaS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7OztHQVVHIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW9OZXR3b3JrIDQuMi43IE9wZW5BUEkgRG9jdW1lbnRhdGlvblxuICogVGhpcyBpcyB0aGUgZGVzY3JpcHRpb24gb2YgdGhlIEdlb05ldHdvcmsgT3BlbkFQSS4gVXNlIHRoaXMgQVBJIHRvIG1hbmFnZSB5b3VyIGNhdGFsb2cuXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDQuMi43XG4gKiBDb250YWN0OiBnZW9uZXR3b3JrLXVzZXJzQGxpc3RzLnNvdXJjZWZvcmdlLm5ldFxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5leHBvcnQgaW50ZXJmYWNlIFJhdGluZ0F2ZXJhZ2VBcGlNb2RlbCB7XG4gIHJhdGluZ0NvdW50PzogbnVtYmVyXG4gIHJhdGluZ0F2ZXJhZ2VzPzogeyBba2V5OiBzdHJpbmddOiBudW1iZXIgfVxuICB1c2VyZmVlZGJhY2tDb3VudD86IG51bWJlclxuICBsYXN0Q29tbWVudD86IHN0cmluZ1xufVxuIl19
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0aW5nQ3JpdGVyaWEuYXBpLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvcmF0aW5nQ3JpdGVyaWEuYXBpLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7O0dBVUciLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlb05ldHdvcmsgNC4yLjcgT3BlbkFQSSBEb2N1bWVudGF0aW9uXG4gKiBUaGlzIGlzIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgR2VvTmV0d29yayBPcGVuQVBJLiBVc2UgdGhpcyBBUEkgdG8gbWFuYWdlIHlvdXIgY2F0YWxvZy5cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC4yLjdcbiAqIENvbnRhY3Q6IGdlb25ldHdvcmstdXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0XG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbmV4cG9ydCBpbnRlcmZhY2UgUmF0aW5nQ3JpdGVyaWFBcGlNb2RlbCB7XG4gIGludGVybmFsPzogYm9vbGVhblxuICBpZD86IG51bWJlclxuICBuYW1lPzogc3RyaW5nXG4gIGxhYmVsPzogeyBba2V5OiBzdHJpbmddOiBzdHJpbmcgfVxufVxuIl19
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* GeoNetwork 4.2.7 OpenAPI Documentation
|
|
3
|
-
* This is the description of the GeoNetwork OpenAPI. Use this API to manage your catalog.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 4.2.7
|
|
6
|
-
* Contact: geonetwork-users@lists.sourceforge.net
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVnaW9uUmVzcG9uc2UuYXBpLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9kYXRhLWFjY2Vzcy9nbjQvc3JjL29wZW5hcGkvbW9kZWwvcmVnaW9uUmVzcG9uc2UuYXBpLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7O0dBVUciLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlb05ldHdvcmsgNC4yLjcgT3BlbkFQSSBEb2N1bWVudGF0aW9uXG4gKiBUaGlzIGlzIHRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgR2VvTmV0d29yayBPcGVuQVBJLiBVc2UgdGhpcyBBUEkgdG8gbWFuYWdlIHlvdXIgY2F0YWxvZy5cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC4yLjdcbiAqIENvbnRhY3Q6IGdlb25ldHdvcmstdXNlcnNAbGlzdHMuc291cmNlZm9yZ2UubmV0XG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5cbmV4cG9ydCBpbnRlcmZhY2UgUmVnaW9uUmVzcG9uc2VBcGlNb2RlbCB7XG4gIG5vcnRoPzogbnVtYmVyXG4gIGVhc3Q/OiBudW1iZXJcbiAgc291dGg/OiBudW1iZXJcbiAgd2VzdD86IG51bWJlclxuICBsYWJlbD86IHsgW2tleTogc3RyaW5nXTogc3RyaW5nIH1cbiAgaGFzR2VvbT86IGJvb2xlYW5cbiAgY2F0ZWdvcnlJZD86IHN0cmluZ1xuICBpZD86IHN0cmluZ1xufVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVsYXRlZC5hcGkubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2RhdGEtYWNjZXNzL2duNC9zcmMvb3BlbmFwaS9tb2RlbC9yZWxhdGVkLmFwaS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW9OZXR3b3JrIDQuMi43IE9wZW5BUEkgRG9jdW1lbnRhdGlvblxuICogVGhpcyBpcyB0aGUgZGVzY3JpcHRpb24gb2YgdGhlIEdlb05ldHdvcmsgT3BlbkFQSS4gVXNlIHRoaXMgQVBJIHRvIG1hbmFnZSB5b3VyIGNhdGFsb2cuXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDQuMi43XG4gKiBDb250YWN0OiBnZW9uZXR3b3JrLXVzZXJzQGxpc3RzLnNvdXJjZWZvcmdlLm5ldFxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuaW1wb3J0IHsgUmVsYXRlZE1ldGFkYXRhSXRlbUFwaU1vZGVsIH0gZnJvbSAnLi9yZWxhdGVkTWV0YWRhdGFJdGVtLmFwaS5tb2RlbCdcblxuZXhwb3J0IGludGVyZmFjZSBSZWxhdGVkQXBpTW9kZWwge1xuICBpdGVtPzogQXJyYXk8UmVsYXRlZE1ldGFkYXRhSXRlbUFwaU1vZGVsPlxufVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVsYXRlZExpbmtJdGVtLmFwaS5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGF0YS1hY2Nlc3MvZ240L3NyYy9vcGVuYXBpL21vZGVsL3JlbGF0ZWRMaW5rSXRlbS5hcGkubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VvTmV0d29yayA0LjIuNyBPcGVuQVBJIERvY3VtZW50YXRpb25cbiAqIFRoaXMgaXMgdGhlIGRlc2NyaXB0aW9uIG9mIHRoZSBHZW9OZXR3b3JrIE9wZW5BUEkuIFVzZSB0aGlzIEFQSSB0byBtYW5hZ2UgeW91ciBjYXRhbG9nLlxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjIuN1xuICogQ29udGFjdDogZ2VvbmV0d29yay11c2Vyc0BsaXN0cy5zb3VyY2Vmb3JnZS5uZXRcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IERlc2NyaXB0aW9uQXBpTW9kZWwgfSBmcm9tICcuL2Rlc2NyaXB0aW9uLmFwaS5tb2RlbCdcbmltcG9ydCB7IE11bHRpbGluZ3VhbFZhbHVlQXBpTW9kZWwgfSBmcm9tICcuL211bHRpbGluZ3VhbFZhbHVlLmFwaS5tb2RlbCdcblxuZXhwb3J0IGludGVyZmFjZSBSZWxhdGVkTGlua0l0ZW1BcGlNb2RlbCB7XG4gIGlkPzogc3RyaW5nXG4gIHVybD86IE11bHRpbGluZ3VhbFZhbHVlQXBpTW9kZWxcbiAgdHlwZT86IHN0cmluZ1xuICB0aXRsZTogTXVsdGlsaW5ndWFsVmFsdWVBcGlNb2RlbFxuICBwcm90b2NvbD86IHN0cmluZ1xuICBkZXNjcmlwdGlvbjogRGVzY3JpcHRpb25BcGlNb2RlbFxuICBfZnVuY3Rpb24/OiBzdHJpbmdcbiAgbWltZVR5cGU/OiBzdHJpbmdcbiAgYXBwbGljYXRpb25Qcm9maWxlPzogc3RyaW5nXG59XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVsYXRlZE1ldGFkYXRhSXRlbS5hcGkubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2RhdGEtYWNjZXNzL2duNC9zcmMvb3BlbmFwaS9tb2RlbC9yZWxhdGVkTWV0YWRhdGFJdGVtLmFwaS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW9OZXR3b3JrIDQuMi43IE9wZW5BUEkgRG9jdW1lbnRhdGlvblxuICogVGhpcyBpcyB0aGUgZGVzY3JpcHRpb24gb2YgdGhlIEdlb05ldHdvcmsgT3BlbkFQSS4gVXNlIHRoaXMgQVBJIHRvIG1hbmFnZSB5b3VyIGNhdGFsb2cuXG4gKlxuICogVGhlIHZlcnNpb24gb2YgdGhlIE9wZW5BUEkgZG9jdW1lbnQ6IDQuMi43XG4gKiBDb250YWN0OiBnZW9uZXR3b3JrLXVzZXJzQGxpc3RzLnNvdXJjZWZvcmdlLm5ldFxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuaW1wb3J0IHsgRGVzY3JpcHRpb25BcGlNb2RlbCB9IGZyb20gJy4vZGVzY3JpcHRpb24uYXBpLm1vZGVsJ1xuaW1wb3J0IHsgTXVsdGlsaW5ndWFsVmFsdWVBcGlNb2RlbCB9IGZyb20gJy4vbXVsdGlsaW5ndWFsVmFsdWUuYXBpLm1vZGVsJ1xuXG5leHBvcnQgaW50ZXJmYWNlIFJlbGF0ZWRNZXRhZGF0YUl0ZW1BcGlNb2RlbCB7XG4gIGlkPzogc3RyaW5nXG4gIHVybD86IE11bHRpbGluZ3VhbFZhbHVlQXBpTW9kZWxcbiAgdHlwZT86IHN0cmluZ1xuICB0aXRsZTogTXVsdGlsaW5ndWFsVmFsdWVBcGlNb2RlbFxuICBkZXNjcmlwdGlvbjogRGVzY3JpcHRpb25BcGlNb2RlbFxuICBtZFR5cGU6IEFycmF5PHN0cmluZz5cbiAgb3JpZ2luPzogc3RyaW5nXG59XG4iXX0=
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVsYXRlZFJlc3BvbnNlLmFwaS5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZGF0YS1hY2Nlc3MvZ240L3NyYy9vcGVuYXBpL21vZGVsL3JlbGF0ZWRSZXNwb25zZS5hcGkubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VvTmV0d29yayA0LjIuNyBPcGVuQVBJIERvY3VtZW50YXRpb25cbiAqIFRoaXMgaXMgdGhlIGRlc2NyaXB0aW9uIG9mIHRoZSBHZW9OZXR3b3JrIE9wZW5BUEkuIFVzZSB0aGlzIEFQSSB0byBtYW5hZ2UgeW91ciBjYXRhbG9nLlxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjIuN1xuICogQ29udGFjdDogZ2VvbmV0d29yay11c2Vyc0BsaXN0cy5zb3VyY2Vmb3JnZS5uZXRcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IEZjYXRBcGlNb2RlbCB9IGZyb20gJy4vZmNhdC5hcGkubW9kZWwnXG5pbXBvcnQgeyBTb3VyY2VBcGlNb2RlbCB9IGZyb20gJy4vc291cmNlLmFwaS5tb2RlbCdcbmltcG9ydCB7IFJlbGF0ZWRBcGlNb2RlbCB9IGZyb20gJy4vcmVsYXRlZC5hcGkubW9kZWwnXG5pbXBvcnQgeyBIYXNmZWF0dXJlY2F0c0FwaU1vZGVsIH0gZnJvbSAnLi9oYXNmZWF0dXJlY2F0cy5hcGkubW9kZWwnXG5pbXBvcnQgeyBIYXNzb3VyY2VBcGlNb2RlbCB9IGZyb20gJy4vaGFzc291cmNlLmFwaS5tb2RlbCdcbmltcG9ydCB7IFBhcmVudEFwaU1vZGVsIH0gZnJvbSAnLi9wYXJlbnQuYXBpLm1vZGVsJ1xuaW1wb3J0IHsgVGh1bWJuYWlsQXBpTW9kZWwgfSBmcm9tICcuL3RodW1ibmFpbC5hcGkubW9kZWwnXG5pbXBvcnQgeyBTaWJsaW5nc0FwaU1vZGVsIH0gZnJvbSAnLi9zaWJsaW5ncy5hcGkubW9kZWwnXG5pbXBvcnQgeyBPbmxpbmVBcGlNb2RlbCB9IGZyb20gJy4vb25saW5lLmFwaS5tb2RlbCdcbmltcG9ydCB7IFNlcnZpY2VBcGlNb2RlbCB9IGZyb20gJy4vc2VydmljZS5hcGkubW9kZWwnXG5pbXBvcnQgeyBBc3NvY2lhdGVkQXBpTW9kZWwgfSBmcm9tICcuL2Fzc29jaWF0ZWQuYXBpLm1vZGVsJ1xuaW1wb3J0IHsgRGF0YXNldEFwaU1vZGVsIH0gZnJvbSAnLi9kYXRhc2V0LmFwaS5tb2RlbCdcbmltcG9ydCB7IENoaWxkcmVuQXBpTW9kZWwgfSBmcm9tICcuL2NoaWxkcmVuLmFwaS5tb2RlbCdcblxuZXhwb3J0IGludGVyZmFjZSBSZWxhdGVkUmVzcG9uc2VBcGlNb2RlbCB7XG4gIGNoaWxkcmVuPzogQ2hpbGRyZW5BcGlNb2RlbFxuICBwYXJlbnQ/OiBQYXJlbnRBcGlNb2RlbFxuICBzaWJsaW5ncz86IFNpYmxpbmdzQXBpTW9kZWxcbiAgYXNzb2NpYXRlZD86IEFzc29jaWF0ZWRBcGlNb2RlbFxuICBzZXJ2aWNlcz86IFNlcnZpY2VBcGlNb2RlbFxuICBkYXRhc2V0cz86IERhdGFzZXRBcGlNb2RlbFxuICBmY2F0cz86IEZjYXRBcGlNb2RlbFxuICBoYXNmZWF0dXJlY2F0cz86IEhhc2ZlYXR1cmVjYXRzQXBpTW9kZWxcbiAgc291cmNlcz86IFNvdXJjZUFwaU1vZGVsXG4gIGhhc3NvdXJjZXM/OiBIYXNzb3VyY2VBcGlNb2RlbFxuICByZWxhdGVkPzogUmVsYXRlZEFwaU1vZGVsXG4gIG9ubGluZXM/OiBPbmxpbmVBcGlNb2RlbFxuICB0aHVtYm5haWxzPzogVGh1bWJuYWlsQXBpTW9kZWxcbn1cbiJdfQ==
|