geonetwork-ui 2.6.0-dev.d216c4dea → 2.6.0-dev.e052ad8ba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/libs/api/metadata-converter/src/index.mjs +2 -1
- package/esm2022/libs/api/metadata-converter/src/lib/common/distribution.mapper.mjs +3 -1
- package/esm2022/libs/api/metadata-converter/src/lib/common/resource-types.mjs +17 -15
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +2 -1
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +5 -2
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
- package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +45 -9
- package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +2 -2
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +54 -2
- package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +25 -6
- package/esm2022/libs/feature/editor/src/index.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +18 -0
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +3 -3
- package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +3 -3
- package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +6 -3
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +34 -7
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +63 -13
- package/esm2022/libs/feature/search/src/index.mjs +2 -2
- package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +12 -5
- package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +41 -0
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +70 -1
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +4 -3
- package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +5 -3
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +11 -6
- package/esm2022/libs/ui/elements/src/index.mjs +3 -1
- package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +18 -7
- package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +51 -0
- package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +51 -0
- package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +10 -4
- package/esm2022/libs/ui/inputs/src/index.mjs +3 -1
- package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +2 -2
- package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +42 -0
- package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.mjs +2 -0
- package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +68 -0
- package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +3 -3
- package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +8 -9
- package/esm2022/libs/ui/layout/src/index.mjs +2 -1
- package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +48 -11
- package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +3 -3
- package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +34 -13
- package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +3 -3
- package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +6 -6
- package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +107 -0
- package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +4 -12
- package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +29 -4
- package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +2 -1
- package/esm2022/libs/ui/search/src/index.mjs +2 -1
- package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +53 -0
- package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +11 -3
- package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +3 -3
- package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +4 -1
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +4 -1
- package/esm2022/translations/de.json +16 -1
- package/esm2022/translations/en.json +18 -1
- package/esm2022/translations/es.json +16 -1
- package/esm2022/translations/fr.json +19 -2
- package/esm2022/translations/it.json +16 -1
- package/esm2022/translations/nl.json +16 -1
- package/esm2022/translations/pt.json +16 -1
- package/fesm2022/geonetwork-ui.mjs +1036 -198
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/index.d.ts +1 -0
- package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +21 -0
- package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +4 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +12 -8
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts +1 -0
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +5 -2
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
- package/libs/feature/editor/src/index.d.ts +1 -0
- package/libs/feature/editor/src/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts +7 -0
- package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +1 -0
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +2 -1
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts +26 -21
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
- package/libs/feature/search/src/index.d.ts +1 -1
- package/libs/feature/search/src/index.d.ts.map +1 -1
- package/libs/feature/search/src/lib/feature-search.module.d.ts +4 -2
- package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +21 -0
- package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +1 -0
- package/libs/feature/search/src/lib/utils/service/fields.d.ts +21 -0
- package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +2 -1
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +6 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +1 -1
- package/libs/ui/elements/src/index.d.ts +2 -0
- package/libs/ui/elements/src/index.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +7 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +11 -0
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +16 -0
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts +2 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
- package/libs/ui/inputs/src/index.d.ts +2 -0
- package/libs/ui/inputs/src/index.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +14 -0
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts +6 -0
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts +17 -0
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +1 -0
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +25 -24
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
- package/libs/ui/layout/src/index.d.ts +1 -0
- package/libs/ui/layout/src/index.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +9 -2
- package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts +15 -8
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +27 -0
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts +6 -2
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts.map +1 -1
- package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +1 -1
- package/libs/ui/search/src/index.d.ts +1 -0
- package/libs/ui/search/src/index.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +17 -0
- package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +1 -0
- package/libs/ui/search/src/lib/ui-search.module.d.ts +21 -19
- package/libs/ui/search/src/lib/ui-search.module.d.ts.map +1 -1
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +1 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/libs/api/metadata-converter/src/index.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/common/distribution.mapper.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +29 -15
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +1 -0
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +4 -1
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +9 -2
- package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +10 -0
- package/src/libs/common/fixtures/src/lib/link.fixtures.ts +14 -0
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +12 -9
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +54 -10
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +60 -0
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +1 -0
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +27 -1
- package/src/libs/feature/editor/src/index.ts +1 -0
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +14 -0
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +15 -0
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +16 -10
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +1 -1
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +2 -2
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +1 -0
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +25 -16
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +36 -4
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +70 -14
- package/src/libs/feature/search/src/index.ts +1 -1
- package/src/libs/feature/search/src/lib/feature-search.module.ts +9 -2
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.css +0 -0
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +16 -0
- package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +59 -0
- package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +4 -5
- package/src/libs/feature/search/src/lib/utils/service/fields.ts +99 -0
- package/src/libs/ui/dataviz/src/lib/chart/chart.component.ts +2 -1
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +6 -3
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +5 -4
- package/src/libs/ui/elements/src/index.ts +2 -0
- package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +4 -4
- package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +8 -5
- package/src/libs/ui/elements/src/lib/download-item/download-item.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +38 -7
- package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +29 -2
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +1 -1
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.css +6 -0
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +9 -0
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.ts +51 -0
- package/src/libs/ui/elements/src/lib/link-card/link-card.component.html +5 -2
- package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +3 -7
- package/src/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.html +3 -5
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +12 -9
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +1 -1
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +11 -3
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +2 -3
- package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +48 -0
- package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.ts +52 -0
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +1 -1
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +3 -1
- package/src/libs/ui/inputs/src/index.ts +2 -0
- package/src/libs/ui/inputs/src/lib/button/button.component.ts +2 -2
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.html +23 -0
- package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.ts +44 -0
- package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.ts +5 -0
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.css +0 -0
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html +43 -0
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.ts +77 -0
- package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +2 -2
- package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +3 -3
- package/src/libs/ui/layout/src/index.ts +1 -0
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.css +22 -0
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +2 -2
- package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +43 -5
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +0 -1
- package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +1 -1
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +24 -8
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts +36 -10
- package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +1 -1
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +17 -5
- package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +3 -3
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +44 -0
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +130 -0
- package/src/libs/ui/layout/src/lib/ui-layout.module.ts +1 -5
- package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.html +3 -3
- package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.ts +27 -3
- package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.ts +1 -0
- package/src/libs/ui/search/src/index.ts +1 -0
- package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.html +1 -1
- package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.html +24 -0
- package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.ts +53 -0
- package/src/libs/ui/search/src/lib/results-list/results-list.component.html +1 -0
- package/src/libs/ui/search/src/lib/ui-search.module.ts +5 -0
- package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +2 -1
- package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +3 -0
- package/src/libs/util/shared/src/lib/links/link-utils.ts +3 -0
- package/tailwind.base.config.js +3 -0
- package/tailwind.base.css +1 -13
- package/translations/de.json +16 -1
- package/translations/en.json +18 -1
- package/translations/es.json +16 -1
- package/translations/fr.json +19 -2
- package/translations/it.json +16 -1
- package/translations/nl.json +16 -1
- package/translations/pt.json +16 -1
- package/translations/sk.json +16 -1
- package/esm2022/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.mjs +0 -18
- package/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.d.ts +0 -9
- package/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.d.ts.map +0 -1
- package/src/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.html +0 -4
- package/src/libs/feature/search/src/lib/results-hits-number/results-hits.container.component.ts +0 -10
|
@@ -7,27 +7,29 @@ import * as i5 from "./record-preview-title/record-preview-title.component";
|
|
|
7
7
|
import * as i6 from "./record-metric/record-metric.component";
|
|
8
8
|
import * as i7 from "./results-list/results-list.component";
|
|
9
9
|
import * as i8 from "./results-hits-number/results-hits-number.component";
|
|
10
|
-
import * as i9 from "./results-
|
|
11
|
-
import * as i10 from "./
|
|
12
|
-
import * as i11 from "./record-preview-
|
|
13
|
-
import * as i12 from "
|
|
14
|
-
import * as i13 from "@
|
|
15
|
-
import * as i14 from "ngx-
|
|
16
|
-
import * as i15 from "
|
|
17
|
-
import * as i16 from "
|
|
18
|
-
import * as i17 from "
|
|
19
|
-
import * as i18 from "
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "../../../
|
|
22
|
-
import * as i21 from "../../../
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "@angular/
|
|
25
|
-
import * as i24 from "
|
|
26
|
-
import * as i25 from "
|
|
27
|
-
import * as i26 from "
|
|
10
|
+
import * as i9 from "./results-hits-search-kind/results-hits-search-kind.component";
|
|
11
|
+
import * as i10 from "./results-list-item/results-list-item.component";
|
|
12
|
+
import * as i11 from "./record-preview-feed/record-preview-feed.component";
|
|
13
|
+
import * as i12 from "./record-preview-row/record-preview-row.component";
|
|
14
|
+
import * as i13 from "@angular/common";
|
|
15
|
+
import * as i14 from "@ngx-translate/core";
|
|
16
|
+
import * as i15 from "ngx-dropzone";
|
|
17
|
+
import * as i16 from "./facets/facets.module";
|
|
18
|
+
import * as i17 from "@angular/forms";
|
|
19
|
+
import * as i18 from "ngx-chips";
|
|
20
|
+
import * as i19 from "../../../../util/shared/src/lib/util-shared.module";
|
|
21
|
+
import * as i20 from "../../../widgets/src/lib/ui-widgets.module";
|
|
22
|
+
import * as i21 from "../../../inputs/src/lib/ui-inputs.module";
|
|
23
|
+
import * as i22 from "../../../elements/src/lib/ui-elements.module";
|
|
24
|
+
import * as i23 from "@angular/material/checkbox";
|
|
25
|
+
import * as i24 from "@angular/router";
|
|
26
|
+
import * as i25 from "../../../layout/src/lib/interactive-table/interactive-table.component";
|
|
27
|
+
import * as i26 from "@ng-icons/core";
|
|
28
|
+
import * as i27 from "../../../elements/src/lib/kind-badge/kind-badge.component";
|
|
29
|
+
import * as i28 from "../../../elements/src/lib/metadata-quality/metadata-quality.component";
|
|
28
30
|
export declare class UiSearchModule {
|
|
29
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<UiSearchModule, never>;
|
|
30
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UiSearchModule, [typeof i1.RecordPreviewComponent, typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i8.ResultsHitsNumberComponent, typeof i9.
|
|
32
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UiSearchModule, [typeof i1.RecordPreviewComponent, typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i8.ResultsHitsNumberComponent, typeof i9.ResultsHitsSearchKindComponent, typeof i10.ResultsListItemComponent, typeof i11.RecordPreviewFeedComponent, typeof i12.RecordPreviewRowComponent], [typeof i13.CommonModule, typeof i14.TranslateModule, typeof i15.NgxDropzoneModule, typeof i16.FacetsModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.TagInputModule, typeof i19.UtilSharedModule, typeof i20.UiWidgetsModule, typeof i21.UiInputsModule, typeof i22.UiElementsModule, typeof i23.MatCheckboxModule, typeof i24.RouterLink, typeof i25.InteractiveTableComponent, typeof i26.NgIconsModule, typeof i27.KindBadgeComponent, typeof i28.MetadataQualityComponent], [typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i16.FacetsModule, typeof i1.RecordPreviewComponent, typeof i8.ResultsHitsNumberComponent, typeof i9.ResultsHitsSearchKindComponent, typeof i11.RecordPreviewFeedComponent, typeof i12.RecordPreviewRowComponent]>;
|
|
31
33
|
static ɵinj: i0.ɵɵInjectorDeclaration<UiSearchModule>;
|
|
32
34
|
}
|
|
33
35
|
//# sourceMappingURL=ui-search.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-search.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/search/src/lib/ui-search.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui-search.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/search/src/lib/ui-search.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CA,qBA6Da,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-classifier.service.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/links/link-classifier.service.ts"],"names":[],"mappings":"AACA,OAAO,EACL,qBAAqB,EACrB,qBAAqB,EACtB,MAAM,2DAA2D,CAAA;;AAGlE,oBAAY,SAAS;IACnB,GAAG,QAAQ;IACX,OAAO,WAAW;IAClB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,YAAY,gBAAgB;IAC5B,OAAO,YAAY;CACpB;AAED,qBAGa,qBAAqB;IAChC,gBAAgB,CACd,IAAI,EAAE,qBAAqB,GAAG,qBAAqB,GAClD,SAAS,EAAE;
|
|
1
|
+
{"version":3,"file":"link-classifier.service.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/links/link-classifier.service.ts"],"names":[],"mappings":"AACA,OAAO,EACL,qBAAqB,EACrB,qBAAqB,EACtB,MAAM,2DAA2D,CAAA;;AAGlE,oBAAY,SAAS;IACnB,GAAG,QAAQ;IACX,OAAO,WAAW;IAClB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,YAAY,gBAAgB;IAC5B,OAAO,YAAY;CACpB;AAED,qBAGa,qBAAqB;IAChC,gBAAgB,CACd,IAAI,EAAE,qBAAqB,GAAG,qBAAqB,GAClD,SAAS,EAAE;IA0Cd,QAAQ,CACN,IAAI,EAAE,qBAAqB,GAAG,qBAAqB,EACnD,KAAK,EAAE,SAAS;yCA/CP,qBAAqB;6CAArB,qBAAqB;CAmDjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-utils.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/links/link-utils.ts"],"names":[],"mappings":"AACA,OAAO,EACL,qBAAqB,EACrB,qBAAqB,EACrB,eAAe,EAChB,MAAM,2DAA2D,CAAA;AAUlE,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgHV,CAAA;AAEV,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,OAAO,CAAA;AAE7C,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAUhE;AAED,wBAAgB,eAAe,CAC7B,IAAI,EAAE,qBAAqB,GAAG,qBAAqB,GAClD,MAAM,CAER;AAED,wBAAgB,8BAA8B,CAC5C,aAAa,EAAE,MAAM,GACpB,UAAU,GAAG,IAAI,CAgBnB;AAED,wBAAgB,aAAa,CAC3B,IAAI,EAAE,qBAAqB,GAAG,qBAAqB,GAClD,UAAU,CAcZ;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,qBAAqB,GAAG,qBAAqB,EACnD,KAAK,EAAE,MAAM,GACZ,OAAO,CAQT;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,UAAU,CAO7D;AAED,wBAAgB,eAAe,CAC7B,IAAI,EAAE,qBAAqB,GAAG,qBAAqB,EACnD,MAAM,EAAE,UAAU,GACjB,OAAO,CAQT;AAED,wBAAgB,aAAa,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAQ5D;AAED,wBAAgB,YAAY,CAC1B,IAAI,EAAE,qBAAqB,GAAG,qBAAqB,GAClD,MAAM,
|
|
1
|
+
{"version":3,"file":"link-utils.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/links/link-utils.ts"],"names":[],"mappings":"AACA,OAAO,EACL,qBAAqB,EACrB,qBAAqB,EACrB,eAAe,EAChB,MAAM,2DAA2D,CAAA;AAUlE,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgHV,CAAA;AAEV,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,OAAO,CAAA;AAE7C,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAUhE;AAED,wBAAgB,eAAe,CAC7B,IAAI,EAAE,qBAAqB,GAAG,qBAAqB,GAClD,MAAM,CAER;AAED,wBAAgB,8BAA8B,CAC5C,aAAa,EAAE,MAAM,GACpB,UAAU,GAAG,IAAI,CAgBnB;AAED,wBAAgB,aAAa,CAC3B,IAAI,EAAE,qBAAqB,GAAG,qBAAqB,GAClD,UAAU,CAcZ;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,qBAAqB,GAAG,qBAAqB,EACnD,KAAK,EAAE,MAAM,GACZ,OAAO,CAQT;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,UAAU,CAO7D;AAED,wBAAgB,eAAe,CAC7B,IAAI,EAAE,qBAAqB,GAAG,qBAAqB,EACnD,MAAM,EAAE,UAAU,GACjB,OAAO,CAQT;AAED,wBAAgB,aAAa,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAQ5D;AAED,wBAAgB,YAAY,CAC1B,IAAI,EAAE,qBAAqB,GAAG,qBAAqB,GAClD,MAAM,CA6BR;AAED,wBAAsB,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,eAAe,EAAE,eAAe;;;;;;8JAmC5E;AAED,wBAAgB,eAAe,CAAC,SAAS,KAAA,SAUxC;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,UAAU,GAAG,MAAM,GAAG,IAAI,CAEtE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geonetwork-ui",
|
|
3
|
-
"version": "2.6.0-dev.
|
|
3
|
+
"version": "2.6.0-dev.e052ad8ba",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20"
|
|
6
6
|
},
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@nx/angular": "20.2.2",
|
|
63
63
|
"@rgrove/parse-xml": "4.2.0",
|
|
64
64
|
"alasql": "4.6.0",
|
|
65
|
-
"axios": "1.
|
|
65
|
+
"axios": "1.8.2",
|
|
66
66
|
"basiclightbox": "^5.0.4",
|
|
67
67
|
"chart.js": "4.4.7",
|
|
68
68
|
"chroma-js": "3.1.2",
|
|
@@ -4,6 +4,7 @@ export function matchProtocol(protocol: string): ServiceProtocol {
|
|
|
4
4
|
if (/wms/i.test(protocol)) return 'wms'
|
|
5
5
|
if (/wfs/i.test(protocol)) return 'wfs'
|
|
6
6
|
if (/wmts/i.test(protocol)) return 'wmts'
|
|
7
|
+
if (/tms/i.test(protocol)) return 'tms'
|
|
7
8
|
if (/wps/i.test(protocol)) return 'wps'
|
|
8
9
|
if (/ogc\W*api\W*features/i.test(protocol)) return 'ogcFeatures'
|
|
9
10
|
if (/esri/i.test(protocol)) return 'esriRest'
|
|
@@ -4,23 +4,37 @@ import {
|
|
|
4
4
|
ReuseType,
|
|
5
5
|
} from '../../../../../../libs/common/domain/src/lib/model/record'
|
|
6
6
|
|
|
7
|
-
export
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
7
|
+
export const PossibleResourceTypes = {
|
|
8
|
+
application: 'reuse',
|
|
9
|
+
dataset: 'dataset',
|
|
10
|
+
interactiveMap: 'reuse',
|
|
11
|
+
map: 'reuse',
|
|
12
|
+
'map/static': 'reuse', // old index field
|
|
13
|
+
'map/interactive': 'reuse', // old index field
|
|
14
|
+
'map-interactive': 'reuse', // new index field since Oct 10, 2024
|
|
15
|
+
'map-static': 'reuse', // new index field
|
|
16
|
+
mapDigital: 'reuse',
|
|
17
|
+
series: 'dataset',
|
|
18
|
+
service: 'service',
|
|
19
|
+
staticMap: 'reuse',
|
|
20
|
+
} as const
|
|
21
|
+
|
|
22
|
+
type KindType = keyof typeof PossibleResourceTypes
|
|
23
|
+
type ResourceType = 'reuse' | 'dataset' | 'service'
|
|
24
|
+
type PossibleResourceTypesGrouped = {
|
|
25
|
+
[K in ResourceType]: KindType[]
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export const PossibleResourceTypesDefinition = Object.entries(
|
|
29
|
+
PossibleResourceTypes
|
|
30
|
+
).reduce(
|
|
31
|
+
(acc, [key, val]) => ((acc[val] ??= []).push(key), acc),
|
|
32
|
+
{}
|
|
33
|
+
) as PossibleResourceTypesGrouped
|
|
21
34
|
|
|
35
|
+
export function getResourceType(type: string): RecordKind {
|
|
22
36
|
return (
|
|
23
|
-
|
|
37
|
+
PossibleResourceTypes[type as keyof typeof PossibleResourceTypes] ||
|
|
24
38
|
'dataset'
|
|
25
39
|
)
|
|
26
40
|
}
|
|
@@ -430,6 +430,7 @@ export class Gn4FieldMapper {
|
|
|
430
430
|
/^OGC:WMS/.test(protocol) ||
|
|
431
431
|
/^OGC:WFS/.test(protocol) ||
|
|
432
432
|
/^OGC:WMTS/.test(protocol) ||
|
|
433
|
+
/TMS/i.test(protocol) ||
|
|
433
434
|
/ogc\W*api\W*features/i.test(protocol) ||
|
|
434
435
|
(/^WWW:DOWNLOAD-/.test(protocol) && /data.geopf.fr/.test(url)) // TO DO : change with the good protocol when decided
|
|
435
436
|
) {
|
|
@@ -152,7 +152,9 @@ export class Gn4Repository implements RecordsRepositoryInterface {
|
|
|
152
152
|
attributes: Array.isArray(featureType.attributeTable)
|
|
153
153
|
? featureType.attributeTable.map((attr) => ({
|
|
154
154
|
name: attr.name,
|
|
155
|
+
code: attr.code,
|
|
155
156
|
title: attr.definition,
|
|
157
|
+
type: attr.type,
|
|
156
158
|
}))
|
|
157
159
|
: [],
|
|
158
160
|
})),
|
|
@@ -164,7 +166,8 @@ export class Gn4Repository implements RecordsRepositoryInterface {
|
|
|
164
166
|
): Observable<DatasetFeatureCatalog | null> {
|
|
165
167
|
if (
|
|
166
168
|
record.extras?.['featureTypes'] &&
|
|
167
|
-
Array.isArray(record.extras['featureTypes'])
|
|
169
|
+
Array.isArray(record.extras['featureTypes']) &&
|
|
170
|
+
record.extras['featureTypes'].length > 0
|
|
168
171
|
) {
|
|
169
172
|
return of(this.mapEmbeddedFeatureCatalog(record.extras['featureTypes']))
|
|
170
173
|
}
|
|
@@ -152,6 +152,8 @@ export type ServiceProtocol =
|
|
|
152
152
|
| 'esriRest'
|
|
153
153
|
| 'ogcFeatures'
|
|
154
154
|
| 'GPFDL'
|
|
155
|
+
| 'tms'
|
|
156
|
+
| 'maplibre-style'
|
|
155
157
|
| 'other'
|
|
156
158
|
|
|
157
159
|
export type OnlineResourceType = 'service' | 'download' | 'link' | 'endpoint'
|
|
@@ -235,7 +237,7 @@ export type DatasetFeatureCatalog = {
|
|
|
235
237
|
featureTypes: Array<{
|
|
236
238
|
name: string
|
|
237
239
|
definition: string
|
|
238
|
-
attributes: Array<{ name: string; title: string }>
|
|
240
|
+
attributes: Array<{ name: string; title: string; code: string }>
|
|
239
241
|
}>
|
|
240
242
|
}
|
|
241
243
|
|
|
@@ -272,7 +274,12 @@ export interface DatasetFeatureType {
|
|
|
272
274
|
isAbstract: string
|
|
273
275
|
typeName: string
|
|
274
276
|
definition: string
|
|
275
|
-
attributeTable: Array<{
|
|
277
|
+
attributeTable: Array<{
|
|
278
|
+
name: string
|
|
279
|
+
definition: string
|
|
280
|
+
type: string
|
|
281
|
+
code: string
|
|
282
|
+
}>
|
|
276
283
|
}
|
|
277
284
|
|
|
278
285
|
export type ReuseType = 'application' | 'map' | 'other'
|
|
@@ -144,4 +144,14 @@ export const elasticLinkFixture = (): Record<string, unknown> => ({
|
|
|
144
144
|
name: 'ogcapi features layer',
|
|
145
145
|
url: 'https://mel.integration.apps.gs-fr-prod.camptocamp.com/data/ogcapi/collections/comptages_velo/items?',
|
|
146
146
|
},
|
|
147
|
+
maplayerTms: {
|
|
148
|
+
accessServiceProtocol: 'TMS',
|
|
149
|
+
name: 'mytmslayer',
|
|
150
|
+
url: 'https://my.tms.server/MapServer',
|
|
151
|
+
},
|
|
152
|
+
maplayerTms2: {
|
|
153
|
+
accessServiceProtocol: 'OSGeo:TMS',
|
|
154
|
+
name: 'myothertmslayer',
|
|
155
|
+
url: 'https://my.tms.server/MapServer',
|
|
156
|
+
},
|
|
147
157
|
})
|
|
@@ -185,6 +185,20 @@ export const aSetOfLinksFixture = () => ({
|
|
|
185
185
|
url: new URL('https://my.ogc.server/wms'),
|
|
186
186
|
accessServiceProtocol: 'wms',
|
|
187
187
|
}) as DatasetServiceDistribution,
|
|
188
|
+
geodataTms: () =>
|
|
189
|
+
({
|
|
190
|
+
name: 'mytmslayer',
|
|
191
|
+
type: 'service',
|
|
192
|
+
url: new URL('https://my.ogc.server/tms'),
|
|
193
|
+
accessServiceProtocol: 'tms',
|
|
194
|
+
}) as DatasetServiceDistribution,
|
|
195
|
+
geodataAsMaplibreStyle: () =>
|
|
196
|
+
({
|
|
197
|
+
name: 'mytmslayerAsMaplibreJson',
|
|
198
|
+
type: 'service',
|
|
199
|
+
url: new URL('https://my.ogc.server/tms/layer/style.json'),
|
|
200
|
+
accessServiceProtocol: 'maplibre-style',
|
|
201
|
+
}) as DatasetServiceDistribution,
|
|
188
202
|
geodataWfs2: () =>
|
|
189
203
|
({
|
|
190
204
|
name: 'myotherlayer',
|
|
@@ -18,15 +18,17 @@
|
|
|
18
18
|
[selected]="xProperty$.value"
|
|
19
19
|
[title]="'chart.dropdown.xProperty' | translate"
|
|
20
20
|
></gn-ui-dropdown-selector>
|
|
21
|
-
<
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
21
|
+
<ng-container *ngIf="yChoices$ | async as yChoices">
|
|
22
|
+
<gn-ui-dropdown-selector
|
|
23
|
+
class="basis-1/4"
|
|
24
|
+
*ngIf="!isCountAggregation"
|
|
25
|
+
[choices]="yChoices"
|
|
26
|
+
(selectValue)="yProperty$.next($event)"
|
|
27
|
+
[selected]="yProperty$.value"
|
|
28
|
+
[title]="'chart.dropdown.yProperty' | translate"
|
|
29
|
+
class="select-y-prop"
|
|
30
|
+
></gn-ui-dropdown-selector>
|
|
31
|
+
</ng-container>
|
|
30
32
|
<gn-ui-dropdown-selector
|
|
31
33
|
class="basis-1/4"
|
|
32
34
|
[choices]="aggregationChoices"
|
|
@@ -43,6 +45,7 @@
|
|
|
43
45
|
*ngIf="!error"
|
|
44
46
|
[data]="chartData$ | async"
|
|
45
47
|
[type]="chartType$.value"
|
|
48
|
+
[prettyLabel]="prettyLabel$ | async"
|
|
46
49
|
[labelProperty]="labelProperty"
|
|
47
50
|
[valueProperty]="valueProperty"
|
|
48
51
|
></gn-ui-chart>
|
|
@@ -2,9 +2,7 @@ import {
|
|
|
2
2
|
ChangeDetectionStrategy,
|
|
3
3
|
ChangeDetectorRef,
|
|
4
4
|
Component,
|
|
5
|
-
Inject,
|
|
6
5
|
Input,
|
|
7
|
-
Optional,
|
|
8
6
|
Output,
|
|
9
7
|
} from '@angular/core'
|
|
10
8
|
import { marker } from '@biesbjerg/ngx-translate-extract-marker'
|
|
@@ -13,6 +11,7 @@ import {
|
|
|
13
11
|
FetchError,
|
|
14
12
|
FieldAggregation,
|
|
15
13
|
getJsonDataItemsProxy,
|
|
14
|
+
PropertyInfo,
|
|
16
15
|
} from '../../../../../../libs/util/data-fetcher/src'
|
|
17
16
|
import {
|
|
18
17
|
DropdownChoice,
|
|
@@ -30,7 +29,10 @@ import {
|
|
|
30
29
|
} from 'rxjs/operators'
|
|
31
30
|
import { DataService } from '../service/data.service'
|
|
32
31
|
import { InputChartType } from '../../../../../../libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model'
|
|
33
|
-
import {
|
|
32
|
+
import {
|
|
33
|
+
DatasetFeatureCatalog,
|
|
34
|
+
DatasetOnlineResource,
|
|
35
|
+
} from '../../../../../../libs/common/domain/src/lib/model/record'
|
|
34
36
|
import { TranslateModule, TranslateService } from '@ngx-translate/core'
|
|
35
37
|
import { CommonModule } from '@angular/common'
|
|
36
38
|
import { ChartComponent } from '../../../../../../libs/ui/dataviz/src'
|
|
@@ -67,9 +69,18 @@ marker('chart.aggregation.count')
|
|
|
67
69
|
standalone: true,
|
|
68
70
|
})
|
|
69
71
|
export class ChartViewComponent {
|
|
72
|
+
public featureCatalog$ = new BehaviorSubject<DatasetFeatureCatalog | null>(
|
|
73
|
+
null
|
|
74
|
+
)
|
|
75
|
+
@Input() set featureCatalog(value: DatasetFeatureCatalog) {
|
|
76
|
+
this.featureCatalog$.next(value)
|
|
77
|
+
}
|
|
70
78
|
@Input() cacheActive = true
|
|
71
79
|
@Input() set link(value: DatasetOnlineResource) {
|
|
72
80
|
this.currentLink$.next(value)
|
|
81
|
+
if (value) {
|
|
82
|
+
this.aggregation$.next('sum')
|
|
83
|
+
}
|
|
73
84
|
}
|
|
74
85
|
private currentLink$ = new BehaviorSubject<DatasetOnlineResource>(null)
|
|
75
86
|
|
|
@@ -150,13 +161,8 @@ export class ChartViewComponent {
|
|
|
150
161
|
}),
|
|
151
162
|
shareReplay(1)
|
|
152
163
|
)
|
|
153
|
-
properties$ = this.dataset
|
|
154
|
-
switchMap((dataset) =>
|
|
155
|
-
dataset.properties.catch((error) => {
|
|
156
|
-
this.handleError(error)
|
|
157
|
-
return []
|
|
158
|
-
})
|
|
159
|
-
),
|
|
164
|
+
properties$ = combineLatest([this.dataset$, this.featureCatalog$]).pipe(
|
|
165
|
+
switchMap(([dataset, catalog]) => this.setProperties(dataset, catalog)),
|
|
160
166
|
shareReplay(1)
|
|
161
167
|
)
|
|
162
168
|
yChoices$ = this.properties$.pipe(
|
|
@@ -197,6 +203,7 @@ export class ChartViewComponent {
|
|
|
197
203
|
this.yProperty$.pipe(filter((value) => value !== undefined)),
|
|
198
204
|
this.aggregation$,
|
|
199
205
|
]).pipe(
|
|
206
|
+
filter(([_, x, y]) => !!x || !!y),
|
|
200
207
|
switchMap(([dataset, xProp, yProp, aggregation]) => {
|
|
201
208
|
const fieldAgg: FieldAggregation =
|
|
202
209
|
aggregation === 'count' ? ['count'] : [aggregation, yProp]
|
|
@@ -217,6 +224,18 @@ export class ChartViewComponent {
|
|
|
217
224
|
shareReplay(1)
|
|
218
225
|
)
|
|
219
226
|
|
|
227
|
+
prettyLabel$ = combineLatest([
|
|
228
|
+
this.aggregation$,
|
|
229
|
+
this.properties$,
|
|
230
|
+
this.yProperty$,
|
|
231
|
+
]).pipe(
|
|
232
|
+
map(([aggregation, properties, yProperty]) => {
|
|
233
|
+
if (aggregation === 'count') return 'count()'
|
|
234
|
+
const prop = properties.find((p) => p.name === yProperty)
|
|
235
|
+
return prop ? `${aggregation}(${prop.label})` : ''
|
|
236
|
+
})
|
|
237
|
+
)
|
|
238
|
+
|
|
220
239
|
get labelProperty() {
|
|
221
240
|
if (!this.xProperty$.value) return ''
|
|
222
241
|
return `distinct(${this.xProperty$.value})`
|
|
@@ -235,6 +254,31 @@ export class ChartViewComponent {
|
|
|
235
254
|
private translateService: TranslateService
|
|
236
255
|
) {}
|
|
237
256
|
|
|
257
|
+
setProperties(
|
|
258
|
+
dataset: BaseReader,
|
|
259
|
+
catalog: DatasetFeatureCatalog
|
|
260
|
+
): Promise<PropertyInfo[]> {
|
|
261
|
+
return dataset.properties
|
|
262
|
+
.then((properties) => {
|
|
263
|
+
return properties.map((p) => {
|
|
264
|
+
if (catalog) {
|
|
265
|
+
const featureAttributes = catalog?.featureTypes[0]?.attributes ?? []
|
|
266
|
+
const matchingAttribute = featureAttributes.find(
|
|
267
|
+
(attr) => attr.name === p.label
|
|
268
|
+
)
|
|
269
|
+
if (matchingAttribute?.code) {
|
|
270
|
+
return { ...p, label: matchingAttribute.code }
|
|
271
|
+
}
|
|
272
|
+
return p
|
|
273
|
+
}
|
|
274
|
+
return p
|
|
275
|
+
})
|
|
276
|
+
})
|
|
277
|
+
.catch((error) => {
|
|
278
|
+
this.handleError(error)
|
|
279
|
+
return []
|
|
280
|
+
})
|
|
281
|
+
}
|
|
238
282
|
handleError(error: FetchError | Error | string) {
|
|
239
283
|
if (error instanceof FetchError) {
|
|
240
284
|
this.error = this.translateService.instant(
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
OgcApiRecord,
|
|
7
7
|
WfsEndpoint,
|
|
8
8
|
WfsVersion,
|
|
9
|
+
TmsEndpoint,
|
|
9
10
|
} from '@camptocamp/ogc-client'
|
|
10
11
|
import {
|
|
11
12
|
BaseReader,
|
|
@@ -231,6 +232,65 @@ export class DataService {
|
|
|
231
232
|
})
|
|
232
233
|
}
|
|
233
234
|
|
|
235
|
+
async getGeodataLinksFromTms(
|
|
236
|
+
tmsLink: DatasetServiceDistribution,
|
|
237
|
+
keepOriginalLink = false
|
|
238
|
+
): Promise<DatasetServiceDistribution[]> {
|
|
239
|
+
const endpoint = new TmsEndpoint(tmsLink.url.toString())
|
|
240
|
+
const tileMaps = await endpoint.allTileMaps
|
|
241
|
+
if (!tileMaps?.length) return null
|
|
242
|
+
|
|
243
|
+
// TODO: at some point use the identifierInService field if more that one layers in the TMS service
|
|
244
|
+
const tileMapInfo = await endpoint.getTileMapInfo(tileMaps[0].href)
|
|
245
|
+
|
|
246
|
+
// case 1: no styles; return a plain TMS link
|
|
247
|
+
if (!tileMapInfo?.metadata?.length) return [tmsLink]
|
|
248
|
+
|
|
249
|
+
// case 2: styles present; return each as a separate link
|
|
250
|
+
const styleLinks = tileMapInfo.metadata
|
|
251
|
+
.filter((meta) => meta.href)
|
|
252
|
+
.map((meta) => {
|
|
253
|
+
const fileName = meta.href.split('/').pop() || ''
|
|
254
|
+
const linkName =
|
|
255
|
+
tmsLink.description || ('name' in tmsLink ? tmsLink.name : '')
|
|
256
|
+
const styleName = fileName.split('.')[0]
|
|
257
|
+
const name = `${linkName} - ${styleName}`
|
|
258
|
+
return {
|
|
259
|
+
type: 'service',
|
|
260
|
+
url: new URL(meta.href),
|
|
261
|
+
name,
|
|
262
|
+
accessServiceProtocol: 'maplibre-style',
|
|
263
|
+
} as DatasetServiceDistribution
|
|
264
|
+
})
|
|
265
|
+
if (keepOriginalLink) {
|
|
266
|
+
styleLinks.unshift(tmsLink)
|
|
267
|
+
}
|
|
268
|
+
return styleLinks
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
// async getStylesFromTms(
|
|
272
|
+
// url: string
|
|
273
|
+
// ): Promise<{ href: string; name: string }[]> {
|
|
274
|
+
// try {
|
|
275
|
+
// const endpoint = new TmsEndpoint(url)
|
|
276
|
+
// const tileMaps = await endpoint.allTileMaps
|
|
277
|
+
// if (!tileMaps?.length) return null
|
|
278
|
+
//
|
|
279
|
+
// const tileMapInfo = await endpoint.getTileMapInfo(tileMaps[0].href)
|
|
280
|
+
// if (!tileMapInfo?.metadata?.length) return null
|
|
281
|
+
//
|
|
282
|
+
// return tileMapInfo.metadata
|
|
283
|
+
// .filter((meta) => meta.href)
|
|
284
|
+
// .map((meta) => {
|
|
285
|
+
// const fileName = meta.href.split('/').pop() || ''
|
|
286
|
+
// const name = fileName.split('.')[0]
|
|
287
|
+
// return { href: meta.href, name }
|
|
288
|
+
// })
|
|
289
|
+
// } catch {
|
|
290
|
+
// return null
|
|
291
|
+
// }
|
|
292
|
+
// }
|
|
293
|
+
|
|
234
294
|
getDownloadLinksFromEsriRest(
|
|
235
295
|
esriRestLink: DatasetServiceDistribution
|
|
236
296
|
): DatasetOnlineResource[] {
|
|
@@ -6,11 +6,15 @@ import {
|
|
|
6
6
|
shareReplay,
|
|
7
7
|
startWith,
|
|
8
8
|
switchMap,
|
|
9
|
+
tap,
|
|
9
10
|
} from 'rxjs/operators'
|
|
10
11
|
import { BaseReader, FetchError } from '../../../../../../libs/util/data-fetcher/src'
|
|
11
12
|
import { DataService } from '../service/data.service'
|
|
12
13
|
import { DataTableComponent } from '../../../../../../libs/ui/dataviz/src'
|
|
13
|
-
import {
|
|
14
|
+
import {
|
|
15
|
+
DatasetFeatureCatalog,
|
|
16
|
+
DatasetOnlineResource,
|
|
17
|
+
} from '../../../../../../libs/common/domain/src/lib/model/record'
|
|
14
18
|
import { TranslateModule, TranslateService } from '@ngx-translate/core'
|
|
15
19
|
import {
|
|
16
20
|
LoadingMaskComponent,
|
|
@@ -33,6 +37,8 @@ import { CommonModule } from '@angular/common'
|
|
|
33
37
|
standalone: true,
|
|
34
38
|
})
|
|
35
39
|
export class TableViewComponent {
|
|
40
|
+
featureAttributes = []
|
|
41
|
+
@Input() featureCatalog: DatasetFeatureCatalog
|
|
36
42
|
@Input() cacheActive = true
|
|
37
43
|
@Input() set link(value: DatasetOnlineResource) {
|
|
38
44
|
this.currentLink$.next(value)
|
|
@@ -52,6 +58,7 @@ export class TableViewComponent {
|
|
|
52
58
|
}
|
|
53
59
|
this.loading = true
|
|
54
60
|
return this.getDatasetReader(link).pipe(
|
|
61
|
+
tap((dataset: BaseReader) => this.setProperties(dataset)),
|
|
55
62
|
catchError((error) => {
|
|
56
63
|
this.handleError(error)
|
|
57
64
|
return of(undefined)
|
|
@@ -96,4 +103,23 @@ export class TableViewComponent {
|
|
|
96
103
|
}
|
|
97
104
|
this.loading = false
|
|
98
105
|
}
|
|
106
|
+
|
|
107
|
+
setProperties(dataset: BaseReader) {
|
|
108
|
+
dataset.properties.then((properties) => {
|
|
109
|
+
const updatedProperties = properties.map((p) => {
|
|
110
|
+
let label = p.name
|
|
111
|
+
if (this.featureCatalog) {
|
|
112
|
+
const attributes = this.featureCatalog.featureTypes[0].attributes
|
|
113
|
+
const matchingAttribute = attributes.find(
|
|
114
|
+
(attr) => attr.name === p.name
|
|
115
|
+
)
|
|
116
|
+
if (matchingAttribute && matchingAttribute.code) {
|
|
117
|
+
label = matchingAttribute.code
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
return { value: p.name, label }
|
|
121
|
+
})
|
|
122
|
+
this.featureAttributes = updatedProperties
|
|
123
|
+
})
|
|
124
|
+
}
|
|
99
125
|
}
|
|
@@ -11,3 +11,4 @@ export * from './lib/components/wizard/wizard.component'
|
|
|
11
11
|
export * from './lib/components/wizard-field/wizard-field.component'
|
|
12
12
|
export * from './lib/components/wizard-summarize/wizard-summarize.component'
|
|
13
13
|
export * from './lib/components/record-form/form-field'
|
|
14
|
+
export * from './lib/components/multilingual-panel/multilingual-panel.component'
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<div
|
|
2
|
+
class="flex flex-col h-full w-[302px] bg-neutral-100 border-l border-gray-300 py-9 px-3 gap-8"
|
|
3
|
+
>
|
|
4
|
+
<span class="text-3xl font-title text-black/80 px-2" translate
|
|
5
|
+
>editor.record.form.multilingual.title</span
|
|
6
|
+
>
|
|
7
|
+
<gn-ui-check-toggle
|
|
8
|
+
class="p-2"
|
|
9
|
+
[label]="'editor.record.form.multilingual.enable' | translate"
|
|
10
|
+
[color]="'primary'"
|
|
11
|
+
[value]="translationsEnabled"
|
|
12
|
+
(toggled)="translationsEnabled = $event"
|
|
13
|
+
></gn-ui-check-toggle>
|
|
14
|
+
</div>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component } from '@angular/core'
|
|
2
|
+
import { CommonModule } from '@angular/common'
|
|
3
|
+
import { CheckToggleComponent } from '../../../../../../../libs/ui/inputs/src'
|
|
4
|
+
import { TranslateModule } from '@ngx-translate/core'
|
|
5
|
+
|
|
6
|
+
@Component({
|
|
7
|
+
selector: 'gn-ui-multilingual-panel',
|
|
8
|
+
standalone: true,
|
|
9
|
+
imports: [CommonModule, CheckToggleComponent, TranslateModule],
|
|
10
|
+
templateUrl: './multilingual-panel.component.html',
|
|
11
|
+
styleUrl: './multilingual-panel.component.css',
|
|
12
|
+
})
|
|
13
|
+
export class MultilingualPanelComponent {
|
|
14
|
+
translationsEnabled = false
|
|
15
|
+
}
|
|
@@ -1,13 +1,17 @@
|
|
|
1
|
-
<div class="w-full h-full flex flex-col
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
<div class="w-full h-full flex flex-col gap-[13px]">
|
|
2
|
+
<div
|
|
3
|
+
class="w-full py-4 px-5 bg-white border border-color-border rounded-lg mt-6"
|
|
4
|
+
>
|
|
5
|
+
<gn-ui-dropdown-selector
|
|
6
|
+
*ngIf="dropdownChoices$ | async as choices"
|
|
7
|
+
[ngClass]="{ hidden: !displaySource }"
|
|
8
|
+
[title]="'table.select.data' | translate"
|
|
9
|
+
class="h-[44px] w-full"
|
|
10
|
+
extraBtnClass="font-sans font-bold"
|
|
11
|
+
[choices]="choices"
|
|
12
|
+
(selectValue)="selectLink($event)"
|
|
13
|
+
></gn-ui-dropdown-selector>
|
|
14
|
+
</div>
|
|
11
15
|
<ng-container *ngIf="hidePreview; else dataView">
|
|
12
16
|
<gn-ui-popup-alert
|
|
13
17
|
type="warning"
|
|
@@ -23,12 +27,14 @@
|
|
|
23
27
|
*ngIf="mode === 'table'"
|
|
24
28
|
[cacheActive]="cacheActive$ | async"
|
|
25
29
|
[link]="selectedLink$ | async"
|
|
30
|
+
[featureCatalog]="mdViewFacade.featureCatalog$ | async"
|
|
26
31
|
></gn-ui-table-view>
|
|
27
32
|
<gn-ui-chart-view
|
|
28
33
|
*ngIf="mode === 'chart'"
|
|
29
34
|
(chartConfig$)="setChartConfig($event)"
|
|
30
35
|
[cacheActive]="cacheActive$ | async"
|
|
31
36
|
[link]="selectedLink$ | async"
|
|
37
|
+
[featureCatalog]="mdViewFacade.featureCatalog$ | async"
|
|
32
38
|
></gn-ui-chart-view>
|
|
33
39
|
</div>
|
|
34
40
|
</ng-template>
|