geonetwork-ui 2.6.0-dev.26001d617 → 2.6.0-dev.2883b2a32
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/lib/common/distribution.mapper.mjs +3 -1
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +40 -4
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +8 -4
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +5 -2
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +4 -4
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +2 -2
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +3 -1
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +3 -3
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +79 -16
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +7 -1
- package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +2 -1
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
- package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.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 +32 -2
- package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +25 -6
- package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +266 -11
- package/esm2022/libs/feature/record/src/index.mjs +2 -3
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +3 -3
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +33 -7
- package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +3 -1
- package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +7 -1
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +13 -13
- package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +7 -1
- package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +3 -1
- package/esm2022/libs/feature/search/src/lib/constants.mjs +4 -2
- package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +6 -2
- package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +13 -10
- 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/geo-data-badge/geo-data-badge.component.mjs +55 -0
- package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +42 -83
- package/esm2022/libs/ui/elements/src/lib/internal-link-card-contact/internal-link-card-contact.component.mjs +59 -0
- package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +22 -5
- 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 +37 -12
- package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +5 -1
- package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +72 -0
- package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +17 -7
- package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +12 -4
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +14 -4
- package/esm2022/libs/ui/inputs/src/index.mjs +2 -1
- package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +3 -3
- 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/layout/src/index.mjs +3 -1
- package/esm2022/libs/ui/layout/src/lib/cell-popin/cell-popin.component.mjs +110 -0
- package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +34 -13
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +20 -10
- package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +73 -0
- package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +2 -2
- 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/record-preview-row/record-preview-row.component.mjs +4 -8
- package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +2 -2
- package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +3 -3
- package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +21 -12
- package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +39 -18
- package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +10 -4
- package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +42 -1
- package/esm2022/libs/util/i18n/src/lib/language-codes.mjs +24 -2
- 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 +46 -7
- package/esm2022/translations/en.json +46 -7
- package/esm2022/translations/es.json +45 -6
- package/esm2022/translations/fr.json +46 -7
- package/esm2022/translations/it.json +75 -36
- package/esm2022/translations/nl.json +45 -6
- package/esm2022/translations/pt.json +45 -6
- package/fesm2022/geonetwork-ui.mjs +2467 -1134
- package/fesm2022/geonetwork-ui.mjs.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/gn4/gn4.field.mapper.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +0 -1
- package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +1 -0
- package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +13 -2
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +2 -0
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts +1 -0
- package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +21 -15
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +6 -0
- package/libs/common/domain/src/lib/repository/records-repository.interface.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/lib/components/multilingual-panel/multilingual-panel.component.d.ts +48 -3
- package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +1 -1
- package/libs/feature/record/src/index.d.ts +1 -2
- package/libs/feature/record/src/index.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.actions.d.ts +10 -0
- package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts +6 -0
- package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts +28 -21
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +2 -0
- package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +2 -0
- package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +1 -1
- package/libs/feature/search/src/lib/constants.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +1 -1
- package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +6 -5
- package/libs/feature/search/src/lib/results-table/results-table-container.component.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/geo-data-badge/geo-data-badge.component.d.ts +15 -0
- package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +6 -13
- package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/internal-link-card-contact/internal-link-card-contact.component.d.ts +14 -0
- package/libs/ui/elements/src/lib/internal-link-card-contact/internal-link-card-contact.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +3 -1
- package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts +3 -0
- package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +27 -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/related-record-card/related-record-card.component.d.ts +8 -1
- package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +1 -0
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts +3 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
- package/libs/ui/inputs/src/index.d.ts +1 -0
- package/libs/ui/inputs/src/index.d.ts.map +1 -1
- 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/layout/src/index.d.ts +2 -0
- package/libs/ui/layout/src/index.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts +28 -0
- package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts.map +1 -0
- 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/interactive-table/interactive-table.component.d.ts +4 -2
- package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +22 -0
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +1 -0
- 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-list/results-list.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +4 -3
- package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +10 -4
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/ui-search.module.d.ts +2 -1
- package/libs/ui/search/src/lib/ui-search.module.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/i18n.constants.d.ts +1 -0
- package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/language-codes.d.ts +23 -1
- package/libs/util/i18n/src/lib/language-codes.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/lib/common/distribution.mapper.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +62 -4
- package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +0 -1
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +13 -3
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +5 -1
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +8 -4
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +4 -1
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +2 -0
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +2 -2
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +118 -16
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +11 -0
- package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +3 -0
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +22 -9
- package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +6 -0
- 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/common/fixtures/src/lib/records.fixtures.ts +64 -1
- 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 +37 -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/lib/components/multilingual-panel/multilingual-panel.component.html +117 -11
- package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +316 -6
- package/src/libs/feature/record/src/index.ts +1 -2
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +2 -0
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +4 -1
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +35 -4
- package/src/libs/feature/record/src/lib/state/mdview.actions.ts +10 -0
- package/src/libs/feature/record/src/lib/state/mdview.effects.ts +22 -0
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +22 -15
- package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +12 -0
- package/src/libs/feature/record/src/lib/state/mdview.selectors.ts +9 -0
- package/src/libs/feature/search/src/lib/constants.ts +3 -1
- package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +2 -0
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +1 -0
- package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +13 -3
- 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/geo-data-badge/geo-data-badge.component.css +4 -0
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.html +13 -0
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +54 -0
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +68 -141
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +38 -97
- package/src/libs/ui/elements/src/lib/internal-link-card-contact/internal-link-card-contact.component.html +69 -0
- package/src/libs/ui/elements/src/lib/internal-link-card-contact/internal-link-card-contact.component.ts +61 -0
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +7 -5
- package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.ts +21 -2
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +6 -3
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +4 -0
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +1 -1
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.ts +48 -9
- package/src/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.ts +4 -0
- package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +107 -0
- package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.ts +83 -0
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.html +8 -29
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.ts +14 -1
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +15 -1
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +9 -1
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +5 -1
- package/src/libs/ui/inputs/src/index.ts +1 -0
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +1 -1
- 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 +1 -2
- package/src/libs/ui/layout/src/index.ts +2 -0
- package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.html +40 -0
- package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.ts +141 -0
- 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/interactive-table/interactive-table.component.html +3 -2
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +13 -6
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +27 -0
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +91 -0
- package/src/libs/ui/layout/src/lib/ui-layout.module.ts +1 -1
- 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/record-preview-row/record-preview-row.component.html +9 -81
- package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.html +1 -0
- package/src/libs/ui/search/src/lib/results-list/results-layout.config.ts +2 -2
- package/src/libs/ui/search/src/lib/results-list/results-list.component.html +1 -0
- package/src/libs/ui/search/src/lib/results-list/results-list.component.ts +0 -1
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +16 -6
- package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +15 -11
- package/src/libs/ui/search/src/lib/results-table/results-table.component.css +4 -0
- package/src/libs/ui/search/src/lib/results-table/results-table.component.html +31 -27
- package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +33 -15
- package/src/libs/ui/search/src/lib/ui-search.module.ts +3 -0
- package/src/libs/util/i18n/src/lib/i18n.constants.ts +42 -0
- package/src/libs/util/i18n/src/lib/language-codes.ts +23 -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.css +1 -1
- package/translations/de.json +46 -7
- package/translations/en.json +46 -7
- package/translations/es.json +45 -6
- package/translations/fr.json +46 -7
- package/translations/it.json +75 -36
- package/translations/nl.json +45 -6
- package/translations/pt.json +45 -6
- package/translations/sk.json +45 -6
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core'
|
|
2
2
|
import { CommonModule } from '@angular/common'
|
|
3
3
|
import type { Feature } from 'geojson'
|
|
4
|
+
import { DatasetFeatureCatalog } from '../../../../../../../libs/common/domain/src/lib/model/record'
|
|
4
5
|
|
|
5
6
|
const geometryKeys = ['geometry', 'the_geom']
|
|
6
7
|
|
|
@@ -14,11 +15,34 @@ const geometryKeys = ['geometry', 'the_geom']
|
|
|
14
15
|
})
|
|
15
16
|
export class FeatureDetailComponent {
|
|
16
17
|
@Input() feature: Feature
|
|
18
|
+
_featureAttributes = []
|
|
19
|
+
@Input() set featureCatalog(value: DatasetFeatureCatalog) {
|
|
20
|
+
if (value) this._featureAttributes = value.featureTypes[0].attributes
|
|
21
|
+
}
|
|
17
22
|
|
|
18
23
|
get properties() {
|
|
19
24
|
if (!this.feature) return []
|
|
20
|
-
return
|
|
21
|
-
|
|
22
|
-
|
|
25
|
+
return this.setProperties()
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
setProperties() {
|
|
29
|
+
const properties = Object.keys(this.feature.properties)
|
|
30
|
+
.filter((p) => !geometryKeys.includes(p))
|
|
31
|
+
.reduce((acc, p) => {
|
|
32
|
+
let key = p
|
|
33
|
+
if (this._featureAttributes.length) {
|
|
34
|
+
const matchingAttribute = this._featureAttributes.find(
|
|
35
|
+
(attr) => attr.name === p
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
if (matchingAttribute && matchingAttribute.code) {
|
|
39
|
+
key = matchingAttribute.code
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
acc[key] = this.feature.properties[p]
|
|
43
|
+
return acc
|
|
44
|
+
}, {})
|
|
45
|
+
|
|
46
|
+
return properties
|
|
23
47
|
}
|
|
24
48
|
}
|
|
@@ -19,3 +19,4 @@ export * from './lib/results-list-item/results-list-item.component'
|
|
|
19
19
|
export * from './lib/results-hits-search-kind/results-hits-search-kind.component'
|
|
20
20
|
export * from './lib/results-hits-number/results-hits-number.component'
|
|
21
21
|
export * from './lib/results-table/results-table.component'
|
|
22
|
+
export * from './lib/results-table/action-menu/action-menu.component'
|
|
@@ -1,82 +1,10 @@
|
|
|
1
|
-
<
|
|
2
|
-
|
|
3
|
-
[
|
|
4
|
-
[
|
|
1
|
+
<gn-ui-internal-link-card
|
|
2
|
+
[linkHref]="linkHref"
|
|
3
|
+
[linkTarget]="linkTarget"
|
|
4
|
+
[record]="record"
|
|
5
|
+
[favoriteTemplate]="favoriteTemplate"
|
|
6
|
+
[metadataQualityDisplay]="metadataQualityDisplay"
|
|
7
|
+
(mdSelect)="mdSelect.emit($event)"
|
|
8
|
+
size="L"
|
|
5
9
|
>
|
|
6
|
-
|
|
7
|
-
<div
|
|
8
|
-
class="overflow-hidden bg-gray-100 rounded-lg w-full border border-gray-300 h-36"
|
|
9
|
-
>
|
|
10
|
-
<gn-ui-thumbnail
|
|
11
|
-
class="relative h-full w-full object-cover object-left-top"
|
|
12
|
-
[thumbnailUrl]="[
|
|
13
|
-
record.overviews?.[0]?.url?.toString(),
|
|
14
|
-
organization?.logoUrl?.toString(),
|
|
15
|
-
]"
|
|
16
|
-
[fit]="['cover', 'contain']"
|
|
17
|
-
></gn-ui-thumbnail>
|
|
18
|
-
</div>
|
|
19
|
-
</div>
|
|
20
|
-
<div
|
|
21
|
-
class="content grid grow relative sm:pl-6 sm:pr-12"
|
|
22
|
-
style="grid-template-columns: auto 70px"
|
|
23
|
-
>
|
|
24
|
-
<div class="mb-3 mt-5 sm:mt-2">
|
|
25
|
-
<div
|
|
26
|
-
class="font-title text-21 text-title line-clamp-2 col-start-1 col-span-2 sm:line-clamp-1 group-hover:text-primary transition-colors"
|
|
27
|
-
data-cy="recordTitle"
|
|
28
|
-
>
|
|
29
|
-
{{ record.title }}
|
|
30
|
-
</div>
|
|
31
|
-
</div>
|
|
32
|
-
<div
|
|
33
|
-
class="abstract mt-4 mb-5 h-36 line-clamp-6 col-start-1 col-span-2 row-start-3 sm:mb-2 sm:h-[4.5rem] sm:line-clamp-3 sm:row-start-2 sm:mt-0"
|
|
34
|
-
data-cy="recordAbstract"
|
|
35
|
-
>
|
|
36
|
-
<gn-ui-markdown-parser
|
|
37
|
-
[textContent]="abstract"
|
|
38
|
-
whitoutStyles="true"
|
|
39
|
-
></gn-ui-markdown-parser>
|
|
40
|
-
</div>
|
|
41
|
-
<div
|
|
42
|
-
class="text-primary opacity-45 uppercase col-start-1 col-span-2 row-start-2 sm:truncate sm:row-start-3 sm:col-span-1"
|
|
43
|
-
data-cy="recordOrg"
|
|
44
|
-
[class]="metadataQualityDisplay ? 'limit-organisation-with-quality' : ''"
|
|
45
|
-
>
|
|
46
|
-
{{ organization?.name }}
|
|
47
|
-
</div>
|
|
48
|
-
<div
|
|
49
|
-
class="icons flex flex-row col-start-1 row-start-4 sm:col-start-2 sm:row-start-3 sm:absolute sm:right-[0.4em]"
|
|
50
|
-
>
|
|
51
|
-
<ng-icon
|
|
52
|
-
*ngIf="isDownloadable"
|
|
53
|
-
class="text-primary opacity-45 mx-1"
|
|
54
|
-
name="matCloudDownloadOutline"
|
|
55
|
-
></ng-icon>
|
|
56
|
-
<ng-icon
|
|
57
|
-
*ngIf="isViewable"
|
|
58
|
-
class="text-primary opacity-45 mx-1"
|
|
59
|
-
name="matMapOutline"
|
|
60
|
-
></ng-icon>
|
|
61
|
-
</div>
|
|
62
|
-
<div
|
|
63
|
-
*ngIf="metadataQualityDisplay"
|
|
64
|
-
class="col-start-2 row-start-4 sm:row-start-3 absolute right-[4em] sm:right-[5em]"
|
|
65
|
-
>
|
|
66
|
-
<gn-ui-metadata-quality
|
|
67
|
-
[smaller]="true"
|
|
68
|
-
[metadata]="record"
|
|
69
|
-
[metadataQualityDisplay]="metadataQualityDisplay"
|
|
70
|
-
></gn-ui-metadata-quality>
|
|
71
|
-
</div>
|
|
72
|
-
<div
|
|
73
|
-
class="text-right col-start-3 row-start-4 sm:absolute sm:col-start-2 sm:row-start-1 sm:top-[-1.125em] sm:right-[0.4em]"
|
|
74
|
-
data-cy="recordFav"
|
|
75
|
-
>
|
|
76
|
-
<ng-container
|
|
77
|
-
[ngTemplateOutlet]="favoriteTemplate"
|
|
78
|
-
[ngTemplateOutletContext]="{ $implicit: record }"
|
|
79
|
-
></ng-container>
|
|
80
|
-
</div>
|
|
81
|
-
</div>
|
|
82
|
-
</a>
|
|
10
|
+
</gn-ui-internal-link-card>
|
package/src/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.html
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
>
|
|
6
6
|
<ng-template let-choice>
|
|
7
7
|
<gn-ui-kind-badge
|
|
8
|
+
[styling]="'custom'"
|
|
8
9
|
[kind]="choice.value"
|
|
9
10
|
[contentTemplate]="customTemplate"
|
|
10
11
|
class="gn-ui-btn-outline rounded-md py-2 px-2 border-gray-400 cursor-pointer focus-within:text-primary-darkest focus-within:bg-gray-50 transition-colors bg-transparent hover:text-primary-darker focus:text-primary-darker active:text-primary-black"
|
|
@@ -32,9 +32,9 @@ export const DEFAULT_RESULTS_LAYOUT_CONFIG: ResultsLayoutConfigModel = {
|
|
|
32
32
|
),
|
|
33
33
|
ROW: new ResultsLayoutConfigItem(
|
|
34
34
|
RecordPreviewRowComponent,
|
|
35
|
-
'
|
|
35
|
+
'py-2',
|
|
36
36
|
'',
|
|
37
|
-
'grid grid-cols-1 divide-y divide-gray-
|
|
37
|
+
'grid grid-cols-1 divide-y divide-gray-100'
|
|
38
38
|
),
|
|
39
39
|
FEED: new ResultsLayoutConfigItem(
|
|
40
40
|
RecordPreviewFeedComponent,
|
|
@@ -6,17 +6,27 @@
|
|
|
6
6
|
>
|
|
7
7
|
<ul class="flex flex-col gap-2 w-full">
|
|
8
8
|
<gn-ui-button
|
|
9
|
-
*ngIf="
|
|
9
|
+
*ngIf="page === 'main'"
|
|
10
10
|
type="light"
|
|
11
11
|
extraClass="flex flex-row items-center gap-2 w-full justify-start"
|
|
12
12
|
(buttonClick)="duplicate.emit()"
|
|
13
13
|
[disabled]="!canDuplicate"
|
|
14
14
|
data-test="record-menu-duplicate-button"
|
|
15
15
|
>
|
|
16
|
-
<span *ngIf="
|
|
17
|
-
<span *ngIf="!canDuplicate" translate
|
|
16
|
+
<span *ngIf="isDuplicating; else notDuplicating" translate
|
|
18
17
|
>record.action.duplicating</span
|
|
19
|
-
|
|
18
|
+
>
|
|
19
|
+
<ng-template #notDuplicating>
|
|
20
|
+
<span translate>record.action.duplicate</span>
|
|
21
|
+
</ng-template>
|
|
22
|
+
</gn-ui-button>
|
|
23
|
+
<gn-ui-button
|
|
24
|
+
*ngIf="page === 'record'"
|
|
25
|
+
type="light"
|
|
26
|
+
extraClass="flex flex-row items-center gap-2 w-full justify-start"
|
|
27
|
+
(buttonClick)="switch.emit()"
|
|
28
|
+
data-test="record-menu-switch-button"
|
|
29
|
+
><span translate>record.action.switchLang</span></gn-ui-button
|
|
20
30
|
>
|
|
21
31
|
<gn-ui-button
|
|
22
32
|
type="light"
|
|
@@ -24,8 +34,8 @@
|
|
|
24
34
|
(buttonClick)="displayDeleteMenu()"
|
|
25
35
|
[disabled]="!canDelete"
|
|
26
36
|
data-test="record-menu-delete-button"
|
|
27
|
-
><span *ngIf="
|
|
28
|
-
<span *ngIf="
|
|
37
|
+
><span *ngIf="page !== 'draft'" translate>record.action.delete</span>
|
|
38
|
+
<span *ngIf="page === 'draft'" translate
|
|
29
39
|
>record.action.rollback</span
|
|
30
40
|
></gn-ui-button
|
|
31
41
|
>
|
|
@@ -30,13 +30,15 @@ type ActionMenuPage = 'mainMenu' | 'deleteMenu' | 'rollbackMenu'
|
|
|
30
30
|
],
|
|
31
31
|
})
|
|
32
32
|
export class ActionMenuComponent {
|
|
33
|
-
@Input() canDuplicate
|
|
34
|
-
@Input()
|
|
35
|
-
@Input()
|
|
33
|
+
@Input() canDuplicate = true
|
|
34
|
+
@Input() isDuplicating: boolean
|
|
35
|
+
@Input() canDelete = true
|
|
36
|
+
@Input() page: 'draft' | 'main' | 'record'
|
|
36
37
|
@Output() duplicate = new EventEmitter<void>()
|
|
37
38
|
@Output() delete = new EventEmitter<void>()
|
|
38
39
|
@Output() closeActionMenu = new EventEmitter<void>()
|
|
39
40
|
@Output() rollback = new EventEmitter<void>()
|
|
41
|
+
@Output() switch = new EventEmitter<void>()
|
|
40
42
|
|
|
41
43
|
@ViewChild(MatMenuTrigger) trigger: MatMenuTrigger
|
|
42
44
|
|
|
@@ -47,20 +49,22 @@ export class ActionMenuComponent {
|
|
|
47
49
|
private cdr: ChangeDetectorRef
|
|
48
50
|
) {}
|
|
49
51
|
|
|
50
|
-
openMenu() {
|
|
51
|
-
this.trigger.openMenu()
|
|
52
|
-
}
|
|
53
|
-
|
|
54
52
|
displayMainMenu() {
|
|
55
53
|
this.sectionDisplayed = 'mainMenu'
|
|
56
54
|
this.cdr.markForCheck()
|
|
57
55
|
}
|
|
58
56
|
|
|
59
57
|
displayDeleteMenu() {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
58
|
+
switch (this.page) {
|
|
59
|
+
case 'draft':
|
|
60
|
+
this.sectionDisplayed = 'rollbackMenu'
|
|
61
|
+
break
|
|
62
|
+
case 'record':
|
|
63
|
+
this.delete.emit()
|
|
64
|
+
break
|
|
65
|
+
case 'main':
|
|
66
|
+
default:
|
|
67
|
+
this.sectionDisplayed = 'deleteMenu'
|
|
64
68
|
}
|
|
65
69
|
this.cdr.markForCheck()
|
|
66
70
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
<gn-ui-interactive-table
|
|
2
2
|
[items]="records"
|
|
3
|
+
[canEditItem]="canEdit"
|
|
3
4
|
[isDraftPage]="isDraftPage"
|
|
4
5
|
(itemClick)="handleRecordClick($event)"
|
|
5
6
|
>
|
|
@@ -9,15 +10,16 @@
|
|
|
9
10
|
<ng-icon
|
|
10
11
|
name="iconoirLock"
|
|
11
12
|
class="text-purple"
|
|
12
|
-
*ngIf="(
|
|
13
|
+
*ngIf="(canEdit(item) | async) === false; else selectCheckbox"
|
|
13
14
|
></ng-icon>
|
|
14
|
-
<
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
<ng-template #selectCheckbox>
|
|
16
|
+
<gn-ui-checkbox
|
|
17
|
+
[checked]="isChecked(item)"
|
|
18
|
+
(changed)="handleRecordSelectedChange($event, item)"
|
|
19
|
+
class="-m-2"
|
|
20
|
+
type="default"
|
|
21
|
+
></gn-ui-checkbox>
|
|
22
|
+
</ng-template>
|
|
21
23
|
</ng-template>
|
|
22
24
|
</gn-ui-interactive-table-column>
|
|
23
25
|
|
|
@@ -143,29 +145,31 @@
|
|
|
143
145
|
<gn-ui-interactive-table-column>
|
|
144
146
|
<ng-template #header> </ng-template>
|
|
145
147
|
<ng-template #cell let-item>
|
|
146
|
-
<
|
|
147
|
-
|
|
148
|
-
#actionMenuButton
|
|
149
|
-
(buttonClick)="openActionMenu(item, template)"
|
|
150
|
-
type="light"
|
|
151
|
-
data-test="record-menu-button"
|
|
152
|
-
[disabled]="
|
|
153
|
-
(!item.extras?.edit && !isDraftPage) || item.kind !== 'dataset'
|
|
154
|
-
"
|
|
155
|
-
>
|
|
148
|
+
<div class="flex justify-end items-center gap-4 w-full">
|
|
149
|
+
<!-- IS MULTILINGUAL -->
|
|
156
150
|
<ng-icon
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
name="matMoreVert"
|
|
151
|
+
*ngIf="isMultilingual(item)"
|
|
152
|
+
data-cy="multilingual-indicator"
|
|
153
|
+
name="iconoirTranslate"
|
|
154
|
+
[attr.title]="getTxtHoverMultilingual(item)"
|
|
162
155
|
></ng-icon>
|
|
163
|
-
|
|
156
|
+
<!-- MORE ACTIONS MENU BUTTON -->
|
|
157
|
+
<gn-ui-button
|
|
158
|
+
cdkOverlayOrigin
|
|
159
|
+
#actionMenuButton
|
|
160
|
+
(buttonClick)="openActionMenu(item, template)"
|
|
161
|
+
type="light"
|
|
162
|
+
data-test="record-menu-button"
|
|
163
|
+
>
|
|
164
|
+
<ng-icon name="matMoreVert"></ng-icon>
|
|
165
|
+
</gn-ui-button>
|
|
166
|
+
</div>
|
|
164
167
|
<ng-template #template>
|
|
165
168
|
<gn-ui-action-menu
|
|
166
|
-
[canDuplicate]="canDuplicate(item)
|
|
167
|
-
[
|
|
168
|
-
[
|
|
169
|
+
[canDuplicate]="canDuplicate(item)"
|
|
170
|
+
[isDuplicating]="isDuplicating"
|
|
171
|
+
[canDelete]="canDelete(item) | async"
|
|
172
|
+
[page]="isDraftPage ? 'draft' : 'main'"
|
|
169
173
|
(duplicate)="handleDuplicate(item)"
|
|
170
174
|
(delete)="handleDelete(item)"
|
|
171
175
|
(closeActionMenu)="closeActionMenu()"
|
|
@@ -28,18 +28,14 @@ import {
|
|
|
28
28
|
getFileFormat,
|
|
29
29
|
getFormatPriority,
|
|
30
30
|
} from '../../../../../../libs/util/shared/src'
|
|
31
|
-
import { TranslateModule } from '@ngx-translate/core'
|
|
31
|
+
import { TranslateModule, TranslateService } from '@ngx-translate/core'
|
|
32
32
|
import { ActionMenuComponent } from './action-menu/action-menu.component'
|
|
33
33
|
import { NgIconComponent, provideIcons } from '@ng-icons/core'
|
|
34
|
-
import { iconoirUser, iconoirLock } from '@ng-icons/iconoir'
|
|
35
|
-
import {
|
|
36
|
-
CdkConnectedOverlay,
|
|
37
|
-
CdkOverlayOrigin,
|
|
38
|
-
Overlay,
|
|
39
|
-
OverlayRef,
|
|
40
|
-
} from '@angular/cdk/overlay'
|
|
34
|
+
import { iconoirUser, iconoirLock, iconoirTranslate } from '@ng-icons/iconoir'
|
|
35
|
+
import { CdkOverlayOrigin, Overlay, OverlayRef } from '@angular/cdk/overlay'
|
|
41
36
|
import { TemplatePortal } from '@angular/cdk/portal'
|
|
42
37
|
import { matMoreVert } from '@ng-icons/material-icons/baseline'
|
|
38
|
+
import { Observable, of, take } from 'rxjs'
|
|
43
39
|
|
|
44
40
|
@Component({
|
|
45
41
|
selector: 'gn-ui-results-table',
|
|
@@ -57,7 +53,9 @@ import { matMoreVert } from '@ng-icons/material-icons/baseline'
|
|
|
57
53
|
NgIconComponent,
|
|
58
54
|
CdkOverlayOrigin,
|
|
59
55
|
],
|
|
60
|
-
providers: [
|
|
56
|
+
providers: [
|
|
57
|
+
provideIcons({ iconoirUser, iconoirLock, iconoirTranslate, matMoreVert }),
|
|
58
|
+
],
|
|
61
59
|
})
|
|
62
60
|
export class ResultsTableComponent {
|
|
63
61
|
@Input() records: CatalogRecord[] = []
|
|
@@ -65,7 +63,10 @@ export class ResultsTableComponent {
|
|
|
65
63
|
@Input() sortOrder: SortByField = null
|
|
66
64
|
@Input() hasDraft: (record: CatalogRecord) => boolean = () => false
|
|
67
65
|
@Input() canDuplicate: (record: CatalogRecord) => boolean = () => true
|
|
68
|
-
@Input() canDelete: (record: CatalogRecord) => boolean = () =>
|
|
66
|
+
@Input() canDelete: (record: CatalogRecord) => Observable<boolean> = () =>
|
|
67
|
+
of(true)
|
|
68
|
+
@Input() canEdit: (record: CatalogRecord) => Observable<boolean> = () =>
|
|
69
|
+
of(true)
|
|
69
70
|
@Input() isDraftPage = false
|
|
70
71
|
@Input() isDuplicating = false
|
|
71
72
|
|
|
@@ -89,7 +90,8 @@ export class ResultsTableComponent {
|
|
|
89
90
|
private overlay: Overlay,
|
|
90
91
|
private viewContainerRef: ViewContainerRef,
|
|
91
92
|
private cdr: ChangeDetectorRef,
|
|
92
|
-
private dateService: DateService
|
|
93
|
+
private dateService: DateService,
|
|
94
|
+
private translateService: TranslateService
|
|
93
95
|
) {}
|
|
94
96
|
|
|
95
97
|
openActionMenu(item, template) {
|
|
@@ -173,10 +175,14 @@ export class ResultsTableComponent {
|
|
|
173
175
|
return getBadgeColor(format)
|
|
174
176
|
}
|
|
175
177
|
|
|
176
|
-
handleRecordClick(item:
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
178
|
+
handleRecordClick(item: unknown) {
|
|
179
|
+
this.canEdit(item as CatalogRecord)
|
|
180
|
+
.pipe(take(1))
|
|
181
|
+
.subscribe((canEdit) => {
|
|
182
|
+
if (canEdit) {
|
|
183
|
+
this.recordClick.emit(item as CatalogRecord)
|
|
184
|
+
}
|
|
185
|
+
})
|
|
180
186
|
}
|
|
181
187
|
|
|
182
188
|
handleDuplicate(item: unknown) {
|
|
@@ -219,4 +225,16 @@ export class ResultsTableComponent {
|
|
|
219
225
|
handleRecordSelectedChange(selected: boolean, record: CatalogRecord) {
|
|
220
226
|
this.recordsSelectedChange.emit([[record], selected])
|
|
221
227
|
}
|
|
228
|
+
|
|
229
|
+
isMultilingual(record: CatalogRecord): boolean {
|
|
230
|
+
return record.otherLanguages.length > 0
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
getTxtHoverMultilingual(record: CatalogRecord) {
|
|
234
|
+
return this.translateService.instant('dashboard.records.isMultilingual', {
|
|
235
|
+
languages: [...[record.defaultLanguage], ...record.otherLanguages].join(
|
|
236
|
+
', '
|
|
237
|
+
),
|
|
238
|
+
})
|
|
239
|
+
}
|
|
222
240
|
}
|
|
@@ -39,6 +39,7 @@ import {
|
|
|
39
39
|
matMapOutline,
|
|
40
40
|
} from '@ng-icons/material-icons/outline'
|
|
41
41
|
import { matFace } from '@ng-icons/material-icons/baseline'
|
|
42
|
+
import { ActionMenuComponent } from './results-table/action-menu/action-menu.component'
|
|
42
43
|
|
|
43
44
|
@NgModule({
|
|
44
45
|
declarations: [
|
|
@@ -79,6 +80,7 @@ import { matFace } from '@ng-icons/material-icons/baseline'
|
|
|
79
80
|
}),
|
|
80
81
|
KindBadgeComponent,
|
|
81
82
|
MetadataQualityComponent,
|
|
83
|
+
ActionMenuComponent,
|
|
82
84
|
],
|
|
83
85
|
exports: [
|
|
84
86
|
RecordPreviewListComponent,
|
|
@@ -93,6 +95,7 @@ import { matFace } from '@ng-icons/material-icons/baseline'
|
|
|
93
95
|
ResultsHitsSearchKindComponent,
|
|
94
96
|
RecordPreviewFeedComponent,
|
|
95
97
|
RecordPreviewRowComponent,
|
|
98
|
+
ActionMenuComponent,
|
|
96
99
|
],
|
|
97
100
|
providers: [
|
|
98
101
|
provideNgIconsConfig({
|
|
@@ -19,12 +19,54 @@ marker('language.pt')
|
|
|
19
19
|
marker('language.ru')
|
|
20
20
|
marker('language.zh')
|
|
21
21
|
marker('language.sk')
|
|
22
|
+
marker('language.rm')
|
|
23
|
+
marker('language.ar')
|
|
24
|
+
marker('language.da')
|
|
25
|
+
marker('language.no')
|
|
26
|
+
marker('language.pl')
|
|
27
|
+
marker('language.sv')
|
|
28
|
+
marker('language.tr')
|
|
29
|
+
marker('language.hy')
|
|
30
|
+
marker('language.az')
|
|
31
|
+
marker('language.ka')
|
|
32
|
+
marker('language.uk')
|
|
33
|
+
marker('language.cy')
|
|
22
34
|
|
|
23
35
|
export const DEFAULT_LANG = 'en'
|
|
24
36
|
|
|
25
37
|
// Caution: changing this can break language selection from third parties!
|
|
26
38
|
export const LANGUAGE_STORAGE_KEY = 'geonetwork-ui-language'
|
|
27
39
|
|
|
40
|
+
export const SUPPORTED_LANGUAGES = [
|
|
41
|
+
'en',
|
|
42
|
+
'nl',
|
|
43
|
+
'fr',
|
|
44
|
+
'de',
|
|
45
|
+
'ko',
|
|
46
|
+
'es',
|
|
47
|
+
'cs',
|
|
48
|
+
'ca',
|
|
49
|
+
'fi',
|
|
50
|
+
'is',
|
|
51
|
+
'it',
|
|
52
|
+
'pt',
|
|
53
|
+
'ru',
|
|
54
|
+
'zh',
|
|
55
|
+
'sk',
|
|
56
|
+
'rm',
|
|
57
|
+
'ar',
|
|
58
|
+
'da',
|
|
59
|
+
'no',
|
|
60
|
+
'pl',
|
|
61
|
+
'sv',
|
|
62
|
+
'tr',
|
|
63
|
+
'hy',
|
|
64
|
+
'az',
|
|
65
|
+
'ka',
|
|
66
|
+
'uk',
|
|
67
|
+
'cy',
|
|
68
|
+
]
|
|
69
|
+
|
|
28
70
|
export function HttpLoaderFactory(http: HttpClient) {
|
|
29
71
|
return new FileTranslateLoader(http, './assets/i18n/')
|
|
30
72
|
}
|
|
@@ -15,6 +15,17 @@ export const LANG_3_TO_2_MAPPER = {
|
|
|
15
15
|
chi: 'zh',
|
|
16
16
|
slo: 'sk',
|
|
17
17
|
roh: 'rm',
|
|
18
|
+
ara: 'ar',
|
|
19
|
+
dan: 'da',
|
|
20
|
+
nor: 'no',
|
|
21
|
+
pol: 'pl',
|
|
22
|
+
swe: 'sv',
|
|
23
|
+
tur: 'tr',
|
|
24
|
+
arm: 'hy',
|
|
25
|
+
aze: 'az',
|
|
26
|
+
geo: 'ka',
|
|
27
|
+
ukr: 'uk',
|
|
28
|
+
wel: 'cy',
|
|
18
29
|
}
|
|
19
30
|
|
|
20
31
|
export const LANGUAGE_NAMES = {
|
|
@@ -33,7 +44,18 @@ export const LANGUAGE_NAMES = {
|
|
|
33
44
|
ru: 'Русский',
|
|
34
45
|
zh: '中文',
|
|
35
46
|
sk: 'Slovenčina',
|
|
36
|
-
|
|
47
|
+
rm: 'Rumantsch',
|
|
48
|
+
ar: 'العربية',
|
|
49
|
+
da: 'Dansk',
|
|
50
|
+
no: 'Norsk',
|
|
51
|
+
pl: 'Polski',
|
|
52
|
+
sv: 'Swedish',
|
|
53
|
+
tr: 'Türkçe',
|
|
54
|
+
hy: 'հայերեն',
|
|
55
|
+
az: 'Azərbaycan dili',
|
|
56
|
+
ka: 'ქართული',
|
|
57
|
+
uk: 'українська',
|
|
58
|
+
wel: 'Cymraeg',
|
|
37
59
|
}
|
|
38
60
|
|
|
39
61
|
export const LANG_2_TO_3_MAPPER = Object.entries(LANG_3_TO_2_MAPPER).reduce(
|
|
@@ -31,7 +31,10 @@ export class LinkClassifierService {
|
|
|
31
31
|
return [LinkUsage.API, LinkUsage.DOWNLOAD, LinkUsage.GEODATA]
|
|
32
32
|
case 'wms':
|
|
33
33
|
case 'wmts':
|
|
34
|
+
case 'tms':
|
|
34
35
|
return [LinkUsage.API, LinkUsage.MAP_API]
|
|
36
|
+
case 'maplibre-style':
|
|
37
|
+
return [LinkUsage.GEODATA]
|
|
35
38
|
case 'ogcFeatures':
|
|
36
39
|
return [LinkUsage.API, LinkUsage.DOWNLOAD, LinkUsage.GEODATA]
|
|
37
40
|
case 'GPFDL':
|
package/tailwind.base.css
CHANGED