geonetwork-ui 2.6.0-dev.ceb4be4c1 → 2.6.0-dev.cfd9cd166
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/README.md +2 -3
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.mjs +11 -2
- package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.mjs +3 -3
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +17 -11
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +3 -3
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +6 -6
- package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +3 -3
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +14 -6
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +4 -4
- package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +5 -5
- package/esm2022/libs/api/metadata-converter/src/lib/translate-utils.mjs +17 -0
- package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +4 -4
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +4 -2
- package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +18 -16
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +53 -14
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +8 -8
- package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +14 -11
- package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +23 -13
- 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/catalog/src/lib/feature-catalog.module.mjs +7 -31
- package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +9 -8
- package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +4 -4
- package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +4 -5
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +5 -3
- package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +4 -4
- package/esm2022/libs/feature/editor/src/index.mjs +1 -4
- package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +13 -7
- package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +4 -1
- package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +5 -1
- package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +5 -7
- package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +8 -13
- package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +5 -6
- package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +268 -11
- package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +4 -13
- package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +5 -5
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.mjs +5 -8
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.mjs +4 -5
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +6 -10
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +8 -14
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +4 -15
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +4 -4
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +6 -17
- package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +4 -5
- package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +12 -30
- package/esm2022/libs/feature/editor/src/lib/models/index.mjs +1 -3
- package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +5 -6
- package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +11 -8
- package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +11 -8
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +11 -6
- package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +10 -5
- package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +3 -36
- package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +5 -11
- package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +6 -6
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +20 -19
- package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +6 -7
- package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +4 -5
- package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +6 -7
- package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +4 -4
- package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +8 -22
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.mjs +5 -5
- package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +15 -7
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +77 -28
- package/esm2022/libs/feature/search/src/lib/constants.mjs +3 -2
- package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +4 -4
- package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +24 -27
- package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +3 -3
- package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +8 -6
- package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +6 -6
- package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +13 -10
- package/esm2022/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.mjs +5 -7
- package/esm2022/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.mjs +4 -4
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +5 -4
- package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +4 -5
- package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +4 -5
- package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +4 -5
- package/esm2022/libs/ui/dataviz/src/index.mjs +1 -2
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +4 -4
- package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +5 -5
- package/esm2022/libs/ui/elements/src/index.mjs +1 -3
- package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +6 -6
- package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +5 -5
- package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +4 -3
- package/esm2022/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.mjs +5 -3
- package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +4 -5
- package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +4 -4
- package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +4 -5
- package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +4 -5
- package/esm2022/libs/ui/elements/src/lib/image-input/image-input.component.mjs +4 -5
- package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +19 -36
- package/esm2022/libs/ui/elements/src/lib/internal-link-card-contact/internal-link-card-contact.component.mjs +58 -0
- package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +7 -10
- package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +4 -5
- package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +3 -6
- package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +4 -5
- package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +4 -5
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +6 -7
- package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +39 -16
- package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +8 -5
- package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +7 -5
- package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +52 -32
- package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +5 -4
- package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +4 -5
- package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +5 -4
- package/esm2022/libs/ui/inputs/src/index.mjs +1 -2
- package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +5 -6
- package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +4 -3
- package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +7 -6
- package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +29 -7
- package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +4 -5
- package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +5 -7
- package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +4 -3
- package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +12 -7
- package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +4 -5
- package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +3 -3
- package/esm2022/libs/ui/layout/src/index.mjs +2 -2
- package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +3 -2
- package/esm2022/libs/ui/layout/src/lib/cell-popin/cell-popin.component.mjs +110 -0
- package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +4 -5
- package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +21 -12
- package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +4 -5
- package/esm2022/libs/ui/layout/src/lib/pagination/pagination.component.mjs +4 -5
- package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +4 -3
- package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +17 -53
- package/esm2022/libs/ui/map/src/lib/components/map-container/map-container.component.mjs +4 -5
- package/esm2022/libs/ui/search/src/index.mjs +2 -1
- package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +6 -6
- 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-table/action-menu/action-menu.component.mjs +24 -17
- package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +28 -17
- package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +32 -27
- package/esm2022/libs/ui/widgets/src/index.mjs +1 -2
- package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +3 -3
- package/esm2022/libs/util/app-config/src/lib/app-config.mjs +1 -3
- package/esm2022/libs/util/i18n/src/index.mjs +2 -3
- package/esm2022/libs/util/i18n/src/lib/embedded.translate.loader.mjs +3 -2
- package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +36 -28
- package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +10 -9
- package/esm2022/libs/util/i18n/src/lib/i18n.providers.mjs +41 -0
- package/esm2022/libs/util/i18n/src/lib/language-codes.mjs +63 -3
- package/esm2022/libs/util/shared/src/index.mjs +2 -2
- package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +3 -2
- package/esm2022/libs/util/shared/src/lib/record.util.mjs +56 -0
- package/esm2022/translations/de.json +41 -22
- package/esm2022/translations/en.json +41 -22
- package/esm2022/translations/es.json +40 -21
- package/esm2022/translations/fr.json +41 -22
- package/esm2022/translations/it.json +40 -21
- package/esm2022/translations/nl.json +40 -21
- package/esm2022/translations/pt.json +40 -21
- package/esm2022/translations/sk.json +602 -0
- package/fesm2022/geonetwork-ui.mjs +11190 -10577
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +4 -4
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.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/iso19139/iso19139.converter.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/metadata-converter/src/lib/translate-utils.d.ts +2 -0
- package/libs/api/metadata-converter/src/lib/translate-utils.d.ts.map +1 -0
- package/libs/api/repository/src/lib/gn4/auth/auth.service.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 +8 -6
- 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 +11 -3
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts +1 -0
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts +4 -4
- package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +6 -3
- 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 +20 -17
- 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 +5 -1
- package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts +4 -8
- package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts.map +1 -1
- package/libs/feature/catalog/src/lib/sources/sources.service.d.ts +3 -3
- package/libs/feature/catalog/src/lib/sources/sources.service.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts.map +1 -1
- 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.map +1 -1
- package/libs/feature/editor/src/index.d.ts +0 -3
- package/libs/feature/editor/src/index.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +8 -1
- package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +10 -12
- package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +2 -1
- package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +1 -1
- package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/import-record/import-record.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/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts +10 -17
- package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/models/index.d.ts +0 -2
- package/libs/feature/editor/src/lib/models/index.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/feature-map.module.d.ts +2 -11
- package/libs/feature/map/src/lib/feature-map.module.d.ts.map +1 -1
- package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +1 -1
- package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +7 -4
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/feature-record.module.d.ts +8 -12
- package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
- package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +13 -6
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/constants.d.ts.map +1 -1
- package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/feature-search.module.d.ts +24 -24
- package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +2 -1
- package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.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/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts +1 -2
- package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.d.ts +1 -2
- package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
- package/libs/ui/dataviz/src/index.d.ts +0 -1
- package/libs/ui/dataviz/src/index.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +1 -1
- package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +1 -1
- package/libs/ui/elements/src/index.d.ts +0 -2
- package/libs/ui/elements/src/index.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts +2 -0
- package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +4 -7
- 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.map +1 -1
- package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.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-api-form/record-api-form.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +20 -9
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/index.d.ts +0 -1
- package/libs/ui/inputs/src/index.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts +1 -1
- package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts.map +1 -1
- package/libs/ui/layout/src/index.d.ts +1 -1
- package/libs/ui/layout/src/index.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts +1 -1
- package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.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/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/sticky-header/sticky-header.component.d.ts +1 -1
- package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +6 -11
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.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-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 +5 -3
- 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 +12 -11
- package/libs/ui/search/src/lib/ui-search.module.d.ts.map +1 -1
- package/libs/ui/widgets/src/index.d.ts +0 -1
- package/libs/ui/widgets/src/index.d.ts.map +1 -1
- package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts +1 -1
- package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts.map +1 -1
- package/libs/util/app-config/src/lib/app-config.d.ts +0 -1
- package/libs/util/app-config/src/lib/app-config.d.ts.map +1 -1
- package/libs/util/i18n/src/index.d.ts +1 -2
- package/libs/util/i18n/src/index.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts +1 -1
- package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/i18n.constants.d.ts +6 -15
- package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/i18n.interceptor.d.ts +5 -5
- package/libs/util/i18n/src/lib/i18n.interceptor.d.ts.map +1 -1
- package/libs/util/i18n/src/lib/i18n.providers.d.ts +4 -0
- package/libs/util/i18n/src/lib/i18n.providers.d.ts.map +1 -0
- package/libs/util/i18n/src/lib/language-codes.d.ts +15 -19
- package/libs/util/i18n/src/lib/language-codes.d.ts.map +1 -1
- package/libs/util/shared/src/index.d.ts +1 -1
- package/libs/util/shared/src/index.d.ts.map +1 -1
- package/libs/util/shared/src/lib/image-fallback.directive.d.ts +1 -1
- package/libs/util/shared/src/lib/image-fallback.directive.d.ts.map +1 -1
- package/libs/util/shared/src/lib/record.util.d.ts +3 -0
- package/libs/util/shared/src/lib/record.util.d.ts.map +1 -0
- package/package.json +3 -3
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +10 -1
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -1
- package/src/libs/api/metadata-converter/src/lib/fixtures/metadata-for-i18n.records.ts +4196 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +19 -6
- package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +4 -4
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +11 -5
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +14 -8
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +8 -5
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +5 -4
- package/src/libs/api/metadata-converter/src/lib/translate-utils.ts +17 -0
- package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +3 -6
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +3 -1
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +14 -6
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +71 -13
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +8 -7
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +13 -6
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +24 -20
- 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 +20 -14
- package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +9 -1
- package/src/libs/common/fixtures/src/lib/records.fixtures.ts +113 -0
- package/src/libs/feature/catalog/src/lib/feature-catalog.module.ts +4 -17
- package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +7 -3
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +2 -2
- package/src/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.ts +2 -2
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +4 -2
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +2 -2
- package/src/libs/feature/editor/src/index.ts +0 -3
- package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +9 -1
- package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +23 -12
- package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +13 -1
- package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +9 -1
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +3 -4
- package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +5 -16
- package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +7 -5
- 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 +322 -6
- package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +2 -10
- package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +3 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.ts +3 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +4 -11
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +5 -9
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +2 -17
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +2 -15
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/feature-editor.module.ts +4 -17
- package/src/libs/feature/editor/src/lib/models/index.ts +0 -2
- package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +2 -1
- package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +8 -3
- package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +10 -3
- package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +8 -2
- package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +8 -2
- package/src/libs/feature/map/src/lib/feature-map.module.ts +0 -17
- package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +3 -8
- package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +3 -2
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +1 -1
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +22 -19
- package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +2 -2
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +2 -2
- package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +2 -2
- package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +2 -2
- package/src/libs/feature/record/src/lib/feature-record.module.ts +4 -13
- package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.ts +4 -3
- package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +10 -4
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +27 -9
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +113 -30
- package/src/libs/feature/search/src/lib/constants.ts +2 -1
- package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +2 -2
- package/src/libs/feature/search/src/lib/feature-search.module.ts +13 -18
- package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.html +1 -1
- package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +5 -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/feature/search/src/lib/search-filters-summary/search-filters-summary.component.ts +10 -4
- package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.ts +2 -2
- package/src/libs/feature/search/src/lib/utils/service/fields.ts +4 -3
- package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.ts +2 -2
- package/src/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.ts +2 -2
- package/src/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.ts +2 -2
- package/src/libs/ui/dataviz/src/index.ts +0 -1
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +2 -2
- package/src/libs/ui/dataviz/src/lib/figure/figure.component.html +0 -1
- package/src/libs/ui/dataviz/src/lib/figure/figure.component.ts +4 -0
- package/src/libs/ui/elements/src/index.ts +0 -2
- package/src/libs/ui/elements/src/lib/api-card/api-card.component.ts +3 -2
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +6 -6
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/avatar/avatar.component.ts +3 -0
- package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.html +6 -2
- package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.ts +5 -1
- 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.ts +2 -5
- package/src/libs/ui/elements/src/lib/error/error.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/image-input/image-input.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +8 -76
- package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +22 -55
- 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.ts +4 -5
- package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +1 -4
- package/src/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +4 -7
- package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.ts +51 -13
- package/src/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.ts +6 -2
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +4 -2
- package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +96 -37
- package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.ts +62 -31
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +7 -2
- package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/user-preview/user-preview.component.ts +4 -0
- package/src/libs/ui/inputs/src/index.ts +0 -1
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +2 -2
- package/src/libs/ui/inputs/src/lib/checkbox/checkbox.component.ts +3 -0
- package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.html +1 -1
- package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.ts +4 -0
- package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +27 -0
- package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +2 -2
- package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +3 -4
- package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.ts +3 -0
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.ts +9 -3
- package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +2 -2
- package/src/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.ts +1 -0
- package/src/libs/ui/layout/src/index.ts +1 -1
- package/src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts +1 -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/form-field-wrapper/form-field-wrapper.component.ts +2 -2
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +2 -2
- package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +15 -8
- package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.ts +2 -2
- package/src/libs/ui/layout/src/lib/pagination/pagination.component.ts +2 -2
- package/src/libs/ui/layout/src/lib/sticky-header/sticky-header.component.ts +3 -0
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +25 -42
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +12 -58
- package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +2 -2
- package/src/libs/ui/search/src/index.ts +1 -0
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.html +4 -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 +18 -15
- package/src/libs/ui/search/src/lib/results-table/results-table.component.html +15 -23
- package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +34 -13
- package/src/libs/ui/search/src/lib/ui-search.module.ts +15 -11
- package/src/libs/ui/widgets/src/index.ts +0 -1
- package/src/libs/ui/widgets/src/lib/color-scale/color-scale.component.ts +1 -0
- package/src/libs/util/app-config/src/lib/app-config.ts +0 -2
- package/src/libs/util/i18n/src/index.ts +1 -2
- package/src/libs/util/i18n/src/lib/embedded.translate.loader.ts +4 -3
- package/src/libs/util/i18n/src/lib/i18n.constants.ts +39 -29
- package/src/libs/util/i18n/src/lib/i18n.interceptor.ts +11 -9
- package/src/libs/util/i18n/src/lib/i18n.providers.ts +68 -0
- package/src/libs/util/i18n/src/lib/language-codes.ts +67 -2
- package/src/libs/util/shared/src/index.ts +1 -1
- package/src/libs/util/shared/src/lib/image-fallback.directive.ts +1 -0
- package/src/libs/util/shared/src/lib/record.util.ts +114 -0
- package/tailwind.base.css +1 -1
- package/translations/de.json +41 -22
- package/translations/en.json +41 -22
- package/translations/es.json +40 -21
- package/translations/fr.json +41 -22
- package/translations/it.json +40 -21
- package/translations/nl.json +40 -21
- package/translations/pt.json +40 -21
- package/translations/sk.json +40 -21
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.mjs +0 -44
- package/esm2022/libs/feature/editor/src/lib/components/wizard/wizard.component.mjs +0 -75
- package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +0 -160
- package/esm2022/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.mjs +0 -53
- package/esm2022/libs/feature/editor/src/lib/models/wizard-field.model.mjs +0 -2
- package/esm2022/libs/feature/editor/src/lib/models/wizard-field.type.mjs +0 -8
- package/esm2022/libs/feature/editor/src/lib/services/wizard.service.mjs +0 -87
- package/esm2022/libs/ui/dataviz/src/lib/ui-dataviz.module.mjs +0 -47
- package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +0 -56
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +0 -130
- package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +0 -160
- package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +0 -23
- package/esm2022/libs/ui/widgets/src/lib/ui-widgets.module.mjs +0 -46
- package/esm2022/libs/util/i18n/src/lib/lang.service.mjs +0 -31
- package/esm2022/libs/util/i18n/src/lib/util-i18n.module.mjs +0 -37
- package/esm2022/libs/util/shared/src/lib/util-shared.module.mjs +0 -18
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts +0 -14
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/wizard/wizard.component.d.ts +0 -31
- package/libs/feature/editor/src/lib/components/wizard/wizard.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts +0 -43
- package/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.d.ts +0 -17
- package/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/models/wizard-field.model.d.ts +0 -10
- package/libs/feature/editor/src/lib/models/wizard-field.model.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts +0 -7
- package/libs/feature/editor/src/lib/models/wizard-field.type.d.ts.map +0 -1
- package/libs/feature/editor/src/lib/services/wizard.service.d.ts +0 -33
- package/libs/feature/editor/src/lib/services/wizard.service.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/ui-dataviz.module.d.ts +0 -11
- package/libs/ui/dataviz/src/lib/ui-dataviz.module.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts +0 -19
- package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts.map +0 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts +0 -31
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +0 -1
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +0 -35
- package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +0 -1
- package/libs/ui/layout/src/lib/ui-layout.module.d.ts +0 -12
- package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +0 -1
- package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts +0 -15
- package/libs/ui/widgets/src/lib/ui-widgets.module.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/lang.service.d.ts +0 -13
- package/libs/util/i18n/src/lib/lang.service.d.ts.map +0 -1
- package/libs/util/i18n/src/lib/util-i18n.module.d.ts +0 -12
- package/libs/util/i18n/src/lib/util-i18n.module.d.ts.map +0 -1
- package/libs/util/shared/src/lib/util-shared.module.d.ts +0 -9
- package/libs/util/shared/src/lib/util-shared.module.d.ts.map +0 -1
- package/src/libs/feature/editor/src/lib/components/wizard/wizard.component.css +0 -5
- package/src/libs/feature/editor/src/lib/components/wizard/wizard.component.html +0 -22
- package/src/libs/feature/editor/src/lib/components/wizard/wizard.component.ts +0 -93
- package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.css +0 -31
- package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.html +0 -62
- package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.ts +0 -206
- package/src/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.css +0 -3
- package/src/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.html +0 -21
- package/src/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.ts +0 -58
- package/src/libs/feature/editor/src/lib/models/wizard-field.model.ts +0 -10
- package/src/libs/feature/editor/src/lib/models/wizard-field.type.ts +0 -6
- package/src/libs/feature/editor/src/lib/services/wizard.service.ts +0 -105
- package/src/libs/ui/dataviz/src/lib/ui-dataviz.module.ts +0 -27
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.css +0 -0
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.html +0 -9
- package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.ts +0 -61
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +0 -72
- package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +0 -96
- package/src/libs/ui/layout/src/lib/ui-layout.module.ts +0 -14
- package/src/libs/ui/widgets/src/lib/ui-widgets.module.ts +0 -25
- package/src/libs/util/i18n/src/lib/lang.service.ts +0 -23
- package/src/libs/util/i18n/src/lib/util-i18n.module.ts +0 -26
- package/src/libs/util/shared/src/lib/util-shared.module.ts +0 -10
package/translations/pt.json
CHANGED
|
@@ -38,20 +38,6 @@
|
|
|
38
38
|
"dashboard.records.userEmail": "",
|
|
39
39
|
"dashboard.records.username": "",
|
|
40
40
|
"dashboard.records.users": "",
|
|
41
|
-
"datafeeder.month.april": "",
|
|
42
|
-
"datafeeder.month.august": "",
|
|
43
|
-
"datafeeder.month.december": "",
|
|
44
|
-
"datafeeder.month.february": "",
|
|
45
|
-
"datafeeder.month.january": "",
|
|
46
|
-
"datafeeder.month.july": "",
|
|
47
|
-
"datafeeder.month.june": "",
|
|
48
|
-
"datafeeder.month.march": "",
|
|
49
|
-
"datafeeder.month.may": "",
|
|
50
|
-
"datafeeder.month.november": "",
|
|
51
|
-
"datafeeder.month.october": "",
|
|
52
|
-
"datafeeder.month.september": "",
|
|
53
|
-
"datafeeder.wizardSummarize.createdAt": "",
|
|
54
|
-
"datafeeder.wizardSummarize.scale": "",
|
|
55
41
|
"datahub.header.datasets": "Catálogo",
|
|
56
42
|
"datahub.header.lastRecords": "",
|
|
57
43
|
"datahub.header.myfavorites": "",
|
|
@@ -205,9 +191,13 @@
|
|
|
205
191
|
"editor.record.form.license.odc-by": "",
|
|
206
192
|
"editor.record.form.license.pddl": "",
|
|
207
193
|
"editor.record.form.license.unknown": "",
|
|
194
|
+
"editor.record.form.multilingual.activate": "",
|
|
195
|
+
"editor.record.form.multilingual.default": "",
|
|
208
196
|
"editor.record.form.multilingual.enable": "",
|
|
197
|
+
"editor.record.form.multilingual.forbidden": "",
|
|
209
198
|
"editor.record.form.multilingual.open": "",
|
|
210
199
|
"editor.record.form.multilingual.title": "",
|
|
200
|
+
"editor.record.form.multilingual.validate": "",
|
|
211
201
|
"editor.record.form.page.accessAndContact": "",
|
|
212
202
|
"editor.record.form.page.description": "",
|
|
213
203
|
"editor.record.form.page.resources": "",
|
|
@@ -237,8 +227,13 @@
|
|
|
237
227
|
"editor.record.loadError.body": "",
|
|
238
228
|
"editor.record.loadError.closeMessage": "",
|
|
239
229
|
"editor.record.loadError.title": "",
|
|
240
|
-
"editor.record.lock.
|
|
241
|
-
"editor.record.lock.
|
|
230
|
+
"editor.record.lock.harvested": "",
|
|
231
|
+
"editor.record.lock.owner": "",
|
|
232
|
+
"editor.record.lock.resourceType": "",
|
|
233
|
+
"editor.record.multilingual.confirmation.cancelText": "",
|
|
234
|
+
"editor.record.multilingual.confirmation.confirmText": "",
|
|
235
|
+
"editor.record.multilingual.confirmation.message": "",
|
|
236
|
+
"editor.record.multilingual.confirmation.title": "",
|
|
242
237
|
"editor.record.onlineResource.protocol.other": "",
|
|
243
238
|
"editor.record.onlineResourceError.body": "",
|
|
244
239
|
"editor.record.onlineResourceError.closeMessage": "",
|
|
@@ -285,6 +280,11 @@
|
|
|
285
280
|
"facets.block.title.tag.default": "",
|
|
286
281
|
"facets.block.title.th_regions_tree.default": "",
|
|
287
282
|
"favorite.not.authenticated.tooltip": "",
|
|
283
|
+
"feature.catalog.attribute.code": "Código",
|
|
284
|
+
"feature.catalog.attribute.definition": "Descrição",
|
|
285
|
+
"feature.catalog.attribute.name": "Nome",
|
|
286
|
+
"feature.catalog.attribute.type": "Tipo",
|
|
287
|
+
"feature.catalog.attribute.values": "Valores",
|
|
288
288
|
"input.file.dropFileLabel": "",
|
|
289
289
|
"input.file.orInputUrl": "",
|
|
290
290
|
"input.file.selectFileLabel": "",
|
|
@@ -299,20 +299,32 @@
|
|
|
299
299
|
"input.image.uploadErrorLabel": "",
|
|
300
300
|
"input.image.uploadProgressCancel": "",
|
|
301
301
|
"input.image.uploadProgressLabel": "",
|
|
302
|
+
"language.ar": "",
|
|
303
|
+
"language.az": "",
|
|
302
304
|
"language.ca": "Catalão",
|
|
303
305
|
"language.cs": "Tcheco",
|
|
306
|
+
"language.cy": "",
|
|
307
|
+
"language.da": "",
|
|
304
308
|
"language.de": "Alemão",
|
|
305
309
|
"language.en": "Inglês",
|
|
306
310
|
"language.es": "Espanhol",
|
|
307
311
|
"language.fi": "Finlandês",
|
|
308
312
|
"language.fr": "Francês",
|
|
313
|
+
"language.hy": "",
|
|
309
314
|
"language.is": "Islandês",
|
|
310
315
|
"language.it": "Italiano",
|
|
316
|
+
"language.ka": "",
|
|
311
317
|
"language.ko": "Coreano",
|
|
312
318
|
"language.nl": "Holandês",
|
|
319
|
+
"language.no": "",
|
|
320
|
+
"language.pl": "",
|
|
313
321
|
"language.pt": "Português",
|
|
322
|
+
"language.rm": "",
|
|
314
323
|
"language.ru": "Russo",
|
|
315
324
|
"language.sk": "Eslovaco",
|
|
325
|
+
"language.sv": "",
|
|
326
|
+
"language.tr": "",
|
|
327
|
+
"language.uk": "",
|
|
316
328
|
"language.zh": "Chinês",
|
|
317
329
|
"map.add.layer": "",
|
|
318
330
|
"map.add.layer.catalog": "",
|
|
@@ -332,12 +344,12 @@
|
|
|
332
344
|
"map.navigation.message": "",
|
|
333
345
|
"map.ogc.urlInput.hint": "",
|
|
334
346
|
"map.select.layer": "",
|
|
347
|
+
"map.select.style": "",
|
|
335
348
|
"map.wfs.urlInput.hint": "",
|
|
336
349
|
"map.wms.urlInput.hint": "",
|
|
337
350
|
"multiselect.filter.placeholder": "",
|
|
338
351
|
"nav.back": "",
|
|
339
352
|
"navbar.mobile.menuTitle": "",
|
|
340
|
-
"next": "",
|
|
341
353
|
"ogc.unreachable.unknown": "",
|
|
342
354
|
"organisation.filter.placeholder": "",
|
|
343
355
|
"organisation.sort.sortBy": "",
|
|
@@ -353,12 +365,12 @@
|
|
|
353
365
|
"pagination.nextPage": "",
|
|
354
366
|
"pagination.page": "",
|
|
355
367
|
"pagination.pageOf": "",
|
|
356
|
-
"previous": "",
|
|
357
368
|
"record.action.delete": "",
|
|
358
369
|
"record.action.download": "",
|
|
359
370
|
"record.action.duplicate": "",
|
|
360
371
|
"record.action.duplicating": "",
|
|
361
372
|
"record.action.rollback": "",
|
|
373
|
+
"record.action.switchLang": "",
|
|
362
374
|
"record.action.view": "",
|
|
363
375
|
"record.card.metadata.contact": "",
|
|
364
376
|
"record.externalViewer.open": "",
|
|
@@ -409,9 +421,15 @@
|
|
|
409
421
|
"record.metadata.download": "",
|
|
410
422
|
"record.metadata.feature.catalog": "",
|
|
411
423
|
"record.metadata.formats": "",
|
|
424
|
+
"record.metadata.isGeographical": "",
|
|
412
425
|
"record.metadata.keywords": "",
|
|
413
426
|
"record.metadata.languages": "",
|
|
414
427
|
"record.metadata.lastUpdate": "",
|
|
428
|
+
"record.metadata.linked.datasets": "",
|
|
429
|
+
"record.metadata.linked.records": "",
|
|
430
|
+
"record.metadata.linked.reuses": "",
|
|
431
|
+
"record.metadata.linked.services": "",
|
|
432
|
+
"record.metadata.linked.sourceDatasets": "",
|
|
415
433
|
"record.metadata.links": "",
|
|
416
434
|
"record.metadata.noUsage": "",
|
|
417
435
|
"record.metadata.otherConstraints": "",
|
|
@@ -421,6 +439,8 @@
|
|
|
421
439
|
"record.metadata.publication": "",
|
|
422
440
|
"record.metadata.publications": "{count, plural, =0{} one{} other{}}",
|
|
423
441
|
"record.metadata.quality": "",
|
|
442
|
+
"record.metadata.quality.capabilities.failed": "",
|
|
443
|
+
"record.metadata.quality.capabilities.success": "",
|
|
424
444
|
"record.metadata.quality.contact.failed": "",
|
|
425
445
|
"record.metadata.quality.contact.success": "",
|
|
426
446
|
"record.metadata.quality.description.failed": "",
|
|
@@ -432,6 +452,8 @@
|
|
|
432
452
|
"record.metadata.quality.legalConstraints.success": "",
|
|
433
453
|
"record.metadata.quality.organisation.failed": "",
|
|
434
454
|
"record.metadata.quality.organisation.success": "",
|
|
455
|
+
"record.metadata.quality.source.failed": "",
|
|
456
|
+
"record.metadata.quality.source.success": "",
|
|
435
457
|
"record.metadata.quality.title.failed": "",
|
|
436
458
|
"record.metadata.quality.title.success": "",
|
|
437
459
|
"record.metadata.quality.topic.failed": "",
|
|
@@ -439,7 +461,6 @@
|
|
|
439
461
|
"record.metadata.quality.updateFrequency.failed": "",
|
|
440
462
|
"record.metadata.quality.updateFrequency.success": "",
|
|
441
463
|
"record.metadata.related": "",
|
|
442
|
-
"record.metadata.related.contents": "",
|
|
443
464
|
"record.metadata.ressources.and.links": "Recursos e links",
|
|
444
465
|
"record.metadata.sheet": "",
|
|
445
466
|
"record.metadata.status": "",
|
|
@@ -451,7 +472,6 @@
|
|
|
451
472
|
"record.metadata.temporalExtent.untilDate": "",
|
|
452
473
|
"record.metadata.title": "",
|
|
453
474
|
"record.metadata.topics": "",
|
|
454
|
-
"record.metadata.isGeographical": "",
|
|
455
475
|
"record.metadata.uniqueId": "",
|
|
456
476
|
"record.metadata.updateFrequency": "",
|
|
457
477
|
"record.metadata.updatedOn": "",
|
|
@@ -571,7 +591,6 @@
|
|
|
571
591
|
"tooltip.html.copy": "",
|
|
572
592
|
"tooltip.id.copy": "",
|
|
573
593
|
"tooltip.url.copy": "",
|
|
574
|
-
"tooltip.url.open": "",
|
|
575
594
|
"ui.readLess": "",
|
|
576
595
|
"ui.readMore": "",
|
|
577
596
|
"wfs.feature.limit": "",
|
package/translations/sk.json
CHANGED
|
@@ -38,20 +38,6 @@
|
|
|
38
38
|
"dashboard.records.userEmail": "Email",
|
|
39
39
|
"dashboard.records.username": "Užívateľské meno",
|
|
40
40
|
"dashboard.records.users": "{count, plural, =1{užívateľ} other{užívatelia}}",
|
|
41
|
-
"datafeeder.month.april": "Apríl",
|
|
42
|
-
"datafeeder.month.august": "August",
|
|
43
|
-
"datafeeder.month.december": "December",
|
|
44
|
-
"datafeeder.month.february": "Február",
|
|
45
|
-
"datafeeder.month.january": "Január",
|
|
46
|
-
"datafeeder.month.july": "Júl",
|
|
47
|
-
"datafeeder.month.june": "Jún",
|
|
48
|
-
"datafeeder.month.march": "Marec",
|
|
49
|
-
"datafeeder.month.may": "Máj",
|
|
50
|
-
"datafeeder.month.november": "November",
|
|
51
|
-
"datafeeder.month.october": "Október",
|
|
52
|
-
"datafeeder.month.september": "September",
|
|
53
|
-
"datafeeder.wizardSummarize.createdAt": "Vytvorené v",
|
|
54
|
-
"datafeeder.wizardSummarize.scale": "Mierka",
|
|
55
41
|
"datahub.header.datasets": "Katalóg",
|
|
56
42
|
"datahub.header.lastRecords": "Najnovšie",
|
|
57
43
|
"datahub.header.myfavorites": "Moje obľúbené",
|
|
@@ -205,9 +191,13 @@
|
|
|
205
191
|
"editor.record.form.license.odc-by": "",
|
|
206
192
|
"editor.record.form.license.pddl": "",
|
|
207
193
|
"editor.record.form.license.unknown": "",
|
|
194
|
+
"editor.record.form.multilingual.activate": "",
|
|
195
|
+
"editor.record.form.multilingual.default": "",
|
|
208
196
|
"editor.record.form.multilingual.enable": "",
|
|
197
|
+
"editor.record.form.multilingual.forbidden": "",
|
|
209
198
|
"editor.record.form.multilingual.open": "",
|
|
210
199
|
"editor.record.form.multilingual.title": "",
|
|
200
|
+
"editor.record.form.multilingual.validate": "",
|
|
211
201
|
"editor.record.form.page.accessAndContact": "",
|
|
212
202
|
"editor.record.form.page.description": "",
|
|
213
203
|
"editor.record.form.page.resources": "",
|
|
@@ -237,8 +227,13 @@
|
|
|
237
227
|
"editor.record.loadError.body": "",
|
|
238
228
|
"editor.record.loadError.closeMessage": "",
|
|
239
229
|
"editor.record.loadError.title": "",
|
|
240
|
-
"editor.record.lock.
|
|
241
|
-
"editor.record.lock.
|
|
230
|
+
"editor.record.lock.harvested": "",
|
|
231
|
+
"editor.record.lock.owner": "",
|
|
232
|
+
"editor.record.lock.resourceType": "",
|
|
233
|
+
"editor.record.multilingual.confirmation.cancelText": "",
|
|
234
|
+
"editor.record.multilingual.confirmation.confirmText": "",
|
|
235
|
+
"editor.record.multilingual.confirmation.message": "",
|
|
236
|
+
"editor.record.multilingual.confirmation.title": "",
|
|
242
237
|
"editor.record.onlineResource.protocol.other": "",
|
|
243
238
|
"editor.record.onlineResourceError.body": "",
|
|
244
239
|
"editor.record.onlineResourceError.closeMessage": "",
|
|
@@ -285,6 +280,11 @@
|
|
|
285
280
|
"facets.block.title.tag.default": "Štítok",
|
|
286
281
|
"facets.block.title.th_regions_tree.default": "Regióny",
|
|
287
282
|
"favorite.not.authenticated.tooltip": "<div><a href='{link}'>Prihlásiť sa</a> pre prístup k tejto funkcii</div>",
|
|
283
|
+
"feature.catalog.attribute.code": "Kód",
|
|
284
|
+
"feature.catalog.attribute.definition": "Popis",
|
|
285
|
+
"feature.catalog.attribute.name": "Názov",
|
|
286
|
+
"feature.catalog.attribute.type": "Typ",
|
|
287
|
+
"feature.catalog.attribute.values": "Hodnoty",
|
|
288
288
|
"input.file.dropFileLabel": "",
|
|
289
289
|
"input.file.orInputUrl": "",
|
|
290
290
|
"input.file.selectFileLabel": "",
|
|
@@ -299,20 +299,32 @@
|
|
|
299
299
|
"input.image.uploadErrorLabel": "",
|
|
300
300
|
"input.image.uploadProgressCancel": "",
|
|
301
301
|
"input.image.uploadProgressLabel": "",
|
|
302
|
+
"language.ar": "",
|
|
303
|
+
"language.az": "",
|
|
302
304
|
"language.ca": "Catalánsky",
|
|
303
305
|
"language.cs": "Čeština",
|
|
306
|
+
"language.cy": "",
|
|
307
|
+
"language.da": "",
|
|
304
308
|
"language.de": "Nemecky",
|
|
305
309
|
"language.en": "Anglicky",
|
|
306
310
|
"language.es": "Španielsky",
|
|
307
311
|
"language.fi": "Fínsky",
|
|
308
312
|
"language.fr": "Francúzsky",
|
|
313
|
+
"language.hy": "",
|
|
309
314
|
"language.is": "Islandsky",
|
|
310
315
|
"language.it": "Taliančina",
|
|
316
|
+
"language.ka": "",
|
|
311
317
|
"language.ko": "Kórejsky",
|
|
312
318
|
"language.nl": "Holandsky",
|
|
319
|
+
"language.no": "",
|
|
320
|
+
"language.pl": "",
|
|
313
321
|
"language.pt": "Portugalčina",
|
|
322
|
+
"language.rm": "",
|
|
314
323
|
"language.ru": "Ruština",
|
|
315
324
|
"language.sk": "Slovenčina",
|
|
325
|
+
"language.sv": "",
|
|
326
|
+
"language.tr": "",
|
|
327
|
+
"language.uk": "",
|
|
316
328
|
"language.zh": "Čínština",
|
|
317
329
|
"map.add.layer": "Pridať vrstvu",
|
|
318
330
|
"map.add.layer.catalog": "Z katalógu",
|
|
@@ -332,12 +344,12 @@
|
|
|
332
344
|
"map.navigation.message": "Použite prosím CTRL + myš (alebo dva prsty na mobilnom zariadení) na navigáciu po mape",
|
|
333
345
|
"map.ogc.urlInput.hint": "",
|
|
334
346
|
"map.select.layer": "Zdroj dát",
|
|
347
|
+
"map.select.style": "",
|
|
335
348
|
"map.wfs.urlInput.hint": "Zadajte URL adresu služby WFS",
|
|
336
349
|
"map.wms.urlInput.hint": "Zadajte URL adresu služby WMS",
|
|
337
350
|
"multiselect.filter.placeholder": "Hľadať",
|
|
338
351
|
"nav.back": "Späť",
|
|
339
352
|
"navbar.mobile.menuTitle": "",
|
|
340
|
-
"next": "Ďalej",
|
|
341
353
|
"ogc.unreachable.unknown": "So službou sa nedalo spojiť",
|
|
342
354
|
"organisation.filter.placeholder": "Filtrovať výsledky",
|
|
343
355
|
"organisation.sort.sortBy": "Zoradiť podľa:",
|
|
@@ -353,12 +365,12 @@
|
|
|
353
365
|
"pagination.nextPage": "Ďalšia stránka",
|
|
354
366
|
"pagination.page": "strana",
|
|
355
367
|
"pagination.pageOf": "z",
|
|
356
|
-
"previous": "predchádzajúci",
|
|
357
368
|
"record.action.delete": "",
|
|
358
369
|
"record.action.download": "Stiahnuť",
|
|
359
370
|
"record.action.duplicate": "",
|
|
360
371
|
"record.action.duplicating": "",
|
|
361
372
|
"record.action.rollback": "",
|
|
373
|
+
"record.action.switchLang": "",
|
|
362
374
|
"record.action.view": "Zobraziť",
|
|
363
375
|
"record.card.metadata.contact": "",
|
|
364
376
|
"record.externalViewer.open": "Otvoriť v externom mapovom prehliadači",
|
|
@@ -409,9 +421,15 @@
|
|
|
409
421
|
"record.metadata.download": "Sťahovania",
|
|
410
422
|
"record.metadata.feature.catalog": "",
|
|
411
423
|
"record.metadata.formats": "Formáty",
|
|
424
|
+
"record.metadata.isGeographical": "Súbor geografických údajov",
|
|
412
425
|
"record.metadata.keywords": "Kľúčové slová",
|
|
413
426
|
"record.metadata.languages": "",
|
|
414
427
|
"record.metadata.lastUpdate": "Posledná aktualizácia",
|
|
428
|
+
"record.metadata.linked.datasets": "",
|
|
429
|
+
"record.metadata.linked.records": "",
|
|
430
|
+
"record.metadata.linked.reuses": "",
|
|
431
|
+
"record.metadata.linked.services": "",
|
|
432
|
+
"record.metadata.linked.sourceDatasets": "",
|
|
415
433
|
"record.metadata.links": "Odkazy",
|
|
416
434
|
"record.metadata.noUsage": "Pre túto položku nie sú špecifikované žiadne podmienky použitia.",
|
|
417
435
|
"record.metadata.otherConstraints": "Ďalšie podmienky",
|
|
@@ -421,6 +439,8 @@
|
|
|
421
439
|
"record.metadata.publication": "publikácia",
|
|
422
440
|
"record.metadata.publications": "{count, plural, =0{publikácia} one{publikácia} other{publikácie}}",
|
|
423
441
|
"record.metadata.quality": "Kvalita metadát",
|
|
442
|
+
"record.metadata.quality.capabilities.failed": "",
|
|
443
|
+
"record.metadata.quality.capabilities.success": "",
|
|
424
444
|
"record.metadata.quality.contact.failed": "Kontakt nie je uvedený",
|
|
425
445
|
"record.metadata.quality.contact.success": "Kontakt je uvedený",
|
|
426
446
|
"record.metadata.quality.description.failed": "Popis nie je uvedený",
|
|
@@ -432,6 +452,8 @@
|
|
|
432
452
|
"record.metadata.quality.legalConstraints.success": "Právne obmedzenia sú uvedené",
|
|
433
453
|
"record.metadata.quality.organisation.failed": "Organizácie nie je uvedená",
|
|
434
454
|
"record.metadata.quality.organisation.success": "Organizácie je uvedená",
|
|
455
|
+
"record.metadata.quality.source.failed": "",
|
|
456
|
+
"record.metadata.quality.source.success": "",
|
|
435
457
|
"record.metadata.quality.title.failed": "Názov nie je uvedený",
|
|
436
458
|
"record.metadata.quality.title.success": "Názov je uvedený",
|
|
437
459
|
"record.metadata.quality.topic.failed": "Téma nie je uvedená",
|
|
@@ -439,7 +461,6 @@
|
|
|
439
461
|
"record.metadata.quality.updateFrequency.failed": "Frekvencia aktualizácie nie je určená",
|
|
440
462
|
"record.metadata.quality.updateFrequency.success": "Frekvencia aktualizácie je určená",
|
|
441
463
|
"record.metadata.related": "Súvisiace záznamy",
|
|
442
|
-
"record.metadata.related.contents": "",
|
|
443
464
|
"record.metadata.ressources.and.links": "Prostředky a odkazy",
|
|
444
465
|
"record.metadata.sheet": "Ďalšie metadáta sú k dispozícii na:",
|
|
445
466
|
"record.metadata.status": "Stav",
|
|
@@ -451,7 +472,6 @@
|
|
|
451
472
|
"record.metadata.temporalExtent.untilDate": "",
|
|
452
473
|
"record.metadata.title": "Názov",
|
|
453
474
|
"record.metadata.topics": "",
|
|
454
|
-
"record.metadata.isGeographical": "Súbor geografických údajov",
|
|
455
475
|
"record.metadata.uniqueId": "Jedinečný identifikátor",
|
|
456
476
|
"record.metadata.updateFrequency": "Frekvencia aktualizácie metadát",
|
|
457
477
|
"record.metadata.updatedOn": "Posledná aktualizácia metadát",
|
|
@@ -571,7 +591,6 @@
|
|
|
571
591
|
"tooltip.html.copy": "Kopírovať HTML",
|
|
572
592
|
"tooltip.id.copy": "Kopírovať jedinečný identifikátor",
|
|
573
593
|
"tooltip.url.copy": "Kopírovať URL",
|
|
574
|
-
"tooltip.url.open": "Otvoriť URL",
|
|
575
594
|
"ui.readLess": "Čítať menej",
|
|
576
595
|
"ui.readMore": "Čítať viac",
|
|
577
596
|
"wfs.feature.limit": "",
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, } from '@angular/core';
|
|
2
|
-
import { CheckToggleComponent } from '../../../../../../../../../libs/ui/inputs/src';
|
|
3
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
4
|
-
import { OPEN_DATA_LICENSE } from './../../../../fields.config';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "@ngx-translate/core";
|
|
7
|
-
export class FormFieldOpenDataComponent {
|
|
8
|
-
constructor() {
|
|
9
|
-
this.valueChange = new EventEmitter();
|
|
10
|
-
this.openDataChange = new EventEmitter();
|
|
11
|
-
}
|
|
12
|
-
get isOpenDataLicense() {
|
|
13
|
-
return !!this.value.find((constraint) => constraint.text === OPEN_DATA_LICENSE);
|
|
14
|
-
}
|
|
15
|
-
ngOnChanges() {
|
|
16
|
-
this.openDataChange.emit(this.isOpenDataLicense);
|
|
17
|
-
}
|
|
18
|
-
onOpenDataToggled(openData) {
|
|
19
|
-
this.openDataChange.emit(openData);
|
|
20
|
-
if (openData) {
|
|
21
|
-
this.valueChange.emit([
|
|
22
|
-
{
|
|
23
|
-
text: OPEN_DATA_LICENSE,
|
|
24
|
-
},
|
|
25
|
-
]);
|
|
26
|
-
}
|
|
27
|
-
else {
|
|
28
|
-
this.valueChange.emit(this.value.filter((constraint) => constraint.text !== OPEN_DATA_LICENSE));
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldOpenDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
32
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: FormFieldOpenDataComponent, isStandalone: true, selector: "gn-ui-form-field-open-data", inputs: { value: "value" }, outputs: { valueChange: "valueChange", openDataChange: "openDataChange" }, usesOnChanges: true, ngImport: i0, template: "<gn-ui-check-toggle\n [label]=\"'editor.record.form.classification.opendata' | translate\"\n [value]=\"isOpenDataLicense\"\n (toggled)=\"onOpenDataToggled($event)\"\n data-cy=\"openDataToggle\"\n></gn-ui-check-toggle>\n", styles: [""], dependencies: [{ kind: "component", type: CheckToggleComponent, selector: "gn-ui-check-toggle", inputs: ["title", "label", "value", "color"], outputs: ["toggled"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
33
|
-
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FormFieldOpenDataComponent, decorators: [{
|
|
35
|
-
type: Component,
|
|
36
|
-
args: [{ selector: 'gn-ui-form-field-open-data', standalone: true, imports: [CheckToggleComponent, TranslateModule], changeDetection: ChangeDetectionStrategy.OnPush, template: "<gn-ui-check-toggle\n [label]=\"'editor.record.form.classification.opendata' | translate\"\n [value]=\"isOpenDataLicense\"\n (toggled)=\"onOpenDataToggled($event)\"\n data-cy=\"openDataToggle\"\n></gn-ui-check-toggle>\n" }]
|
|
37
|
-
}], propDecorators: { value: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}], valueChange: [{
|
|
40
|
-
type: Output
|
|
41
|
-
}], openDataChange: [{
|
|
42
|
-
type: Output
|
|
43
|
-
}] } });
|
|
44
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC1vcGVuLWRhdGEuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL2VkaXRvci9zcmMvbGliL2NvbXBvbmVudHMvcmVjb3JkLWZvcm0vZm9ybS1maWVsZC9mb3JtLWZpZWxkLW9wZW4tZGF0YS9mb3JtLWZpZWxkLW9wZW4tZGF0YS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL2ZlYXR1cmUvZWRpdG9yL3NyYy9saWIvY29tcG9uZW50cy9yZWNvcmQtZm9ybS9mb3JtLWZpZWxkL2Zvcm0tZmllbGQtb3Blbi1kYXRhL2Zvcm0tZmllbGQtb3Blbi1kYXRhLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBRUwsTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFBO0FBRXRCLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLCtDQUErQyxDQUFBO0FBQ3BGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQTtBQUNyRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQTs7O0FBVS9ELE1BQU0sT0FBTywwQkFBMEI7SUFSdkM7UUFVWSxnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFxQixDQUFBO1FBQ25ELG1CQUFjLEdBQUcsSUFBSSxZQUFZLEVBQVcsQ0FBQTtLQTBCdkQ7SUF4QkMsSUFBSSxpQkFBaUI7UUFDbkIsT0FBTyxDQUFDLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQ3RCLENBQUMsVUFBVSxFQUFFLEVBQUUsQ0FBQyxVQUFVLENBQUMsSUFBSSxLQUFLLGlCQUFpQixDQUN0RCxDQUFBO0lBQ0gsQ0FBQztJQUVELFdBQVc7UUFDVCxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQTtJQUNsRCxDQUFDO0lBRUQsaUJBQWlCLENBQUMsUUFBaUI7UUFDakMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUE7UUFDbEMsSUFBSSxRQUFRLEVBQUUsQ0FBQztZQUNiLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDO2dCQUNwQjtvQkFDRSxJQUFJLEVBQUUsaUJBQWlCO2lCQUN4QjthQUNGLENBQUMsQ0FBQTtRQUNKLENBQUM7YUFBTSxDQUFDO1lBQ04sSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQ25CLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUMsVUFBVSxFQUFFLEVBQUUsQ0FBQyxVQUFVLENBQUMsSUFBSSxLQUFLLGlCQUFpQixDQUFDLENBQ3pFLENBQUE7UUFDSCxDQUFDO0lBQ0gsQ0FBQzsrR0E1QlUsMEJBQTBCO21HQUExQiwwQkFBMEIsa05DckJ2QyxpT0FNQSwwRERZWSxvQkFBb0Isa0lBQUUsZUFBZTs7NEZBR3BDLDBCQUEwQjtrQkFSdEMsU0FBUzsrQkFDRSw0QkFBNEIsY0FHMUIsSUFBSSxXQUNQLENBQUMsb0JBQW9CLEVBQUUsZUFBZSxDQUFDLG1CQUMvQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0ksV0FBVztzQkFBcEIsTUFBTTtnQkFDRyxjQUFjO3NCQUF2QixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRXZlbnRFbWl0dGVyLFxuICBJbnB1dCxcbiAgT25DaGFuZ2VzLFxuICBPdXRwdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBDb25zdHJhaW50IH0gZnJvbSAnLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21tb24vZG9tYWluL3NyYy9saWIvbW9kZWwvcmVjb3JkJ1xuaW1wb3J0IHsgQ2hlY2tUb2dnbGVDb21wb25lbnQgfSBmcm9tICcuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL3VpL2lucHV0cy9zcmMnXG5pbXBvcnQgeyBUcmFuc2xhdGVNb2R1bGUgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJ1xuaW1wb3J0IHsgT1BFTl9EQVRBX0xJQ0VOU0UgfSBmcm9tICcuLy4uLy4uLy4uLy4uL2ZpZWxkcy5jb25maWcnXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2duLXVpLWZvcm0tZmllbGQtb3Blbi1kYXRhJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Zvcm0tZmllbGQtb3Blbi1kYXRhLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vZm9ybS1maWVsZC1vcGVuLWRhdGEuY29tcG9uZW50LmNzcyddLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ2hlY2tUb2dnbGVDb21wb25lbnQsIFRyYW5zbGF0ZU1vZHVsZV0sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBGb3JtRmllbGRPcGVuRGF0YUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uQ2hhbmdlcyB7XG4gIEBJbnB1dCgpIHZhbHVlOiBBcnJheTxDb25zdHJhaW50PlxuICBAT3V0cHV0KCkgdmFsdWVDaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPEFycmF5PENvbnN0cmFpbnQ+PigpXG4gIEBPdXRwdXQoKSBvcGVuRGF0YUNoYW5nZSA9IG5ldyBFdmVudEVtaXR0ZXI8Ym9vbGVhbj4oKVxuXG4gIGdldCBpc09wZW5EYXRhTGljZW5zZSgpOiBib29sZWFuIHtcbiAgICByZXR1cm4gISF0aGlzLnZhbHVlLmZpbmQoXG4gICAgICAoY29uc3RyYWludCkgPT4gY29uc3RyYWludC50ZXh0ID09PSBPUEVOX0RBVEFfTElDRU5TRVxuICAgIClcbiAgfVxuXG4gIG5nT25DaGFuZ2VzKCkge1xuICAgIHRoaXMub3BlbkRhdGFDaGFuZ2UuZW1pdCh0aGlzLmlzT3BlbkRhdGFMaWNlbnNlKVxuICB9XG5cbiAgb25PcGVuRGF0YVRvZ2dsZWQob3BlbkRhdGE6IGJvb2xlYW4pIHtcbiAgICB0aGlzLm9wZW5EYXRhQ2hhbmdlLmVtaXQob3BlbkRhdGEpXG4gICAgaWYgKG9wZW5EYXRhKSB7XG4gICAgICB0aGlzLnZhbHVlQ2hhbmdlLmVtaXQoW1xuICAgICAgICB7XG4gICAgICAgICAgdGV4dDogT1BFTl9EQVRBX0xJQ0VOU0UsXG4gICAgICAgIH0sXG4gICAgICBdKVxuICAgIH0gZWxzZSB7XG4gICAgICB0aGlzLnZhbHVlQ2hhbmdlLmVtaXQoXG4gICAgICAgIHRoaXMudmFsdWUuZmlsdGVyKChjb25zdHJhaW50KSA9PiBjb25zdHJhaW50LnRleHQgIT09IE9QRU5fREFUQV9MSUNFTlNFKVxuICAgICAgKVxuICAgIH1cbiAgfVxufVxuIiwiPGduLXVpLWNoZWNrLXRvZ2dsZVxuICBbbGFiZWxdPVwiJ2VkaXRvci5yZWNvcmQuZm9ybS5jbGFzc2lmaWNhdGlvbi5vcGVuZGF0YScgfCB0cmFuc2xhdGVcIlxuICBbdmFsdWVdPVwiaXNPcGVuRGF0YUxpY2Vuc2VcIlxuICAodG9nZ2xlZCk9XCJvbk9wZW5EYXRhVG9nZ2xlZCgkZXZlbnQpXCJcbiAgZGF0YS1jeT1cIm9wZW5EYXRhVG9nZ2xlXCJcbj48L2duLXVpLWNoZWNrLXRvZ2dsZT5cbiJdfQ==
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { Component, ElementRef, EventEmitter, Input, Output, ViewChild, } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
3
|
-
import { take } from 'rxjs/operators';
|
|
4
|
-
import { WizardService } from '../../services/wizard.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "../../services/wizard.service";
|
|
7
|
-
import * as i2 from "@ngx-translate/core";
|
|
8
|
-
import * as i3 from "@angular/common";
|
|
9
|
-
import * as i4 from "../../../../../../ui/inputs/src/lib/button/button.component";
|
|
10
|
-
import * as i5 from "../wizard-field/wizard-field.component";
|
|
11
|
-
export class WizardComponent {
|
|
12
|
-
constructor(wizardService, translate) {
|
|
13
|
-
this.wizardService = wizardService;
|
|
14
|
-
this.translate = translate;
|
|
15
|
-
this.stepChanges = new EventEmitter();
|
|
16
|
-
this.stepsNumber = new EventEmitter();
|
|
17
|
-
}
|
|
18
|
-
ngOnInit() {
|
|
19
|
-
this.wizardService.initialize(this.id, this.initialConfig);
|
|
20
|
-
this.initializeCurrentStep();
|
|
21
|
-
this.stepChanges.emit(this.wizardService.getCurrentStep());
|
|
22
|
-
this.stepsNumber.emit(this.wizardService.getConfigurationStepNumber());
|
|
23
|
-
}
|
|
24
|
-
ngAfterViewInit() {
|
|
25
|
-
this.setFocus();
|
|
26
|
-
}
|
|
27
|
-
handlePreviousBtnClick() {
|
|
28
|
-
this.onStepChange(this.currentStep - 1);
|
|
29
|
-
this.stepChanges.emit(this.currentStep);
|
|
30
|
-
}
|
|
31
|
-
handleNextBtnClick() {
|
|
32
|
-
if (this.wizardFieldsEl?.nativeElement?.querySelectorAll('.invalid').length >
|
|
33
|
-
0) {
|
|
34
|
-
this.translate.get(this.requiredMsgKey).pipe(take(1)).subscribe(alert);
|
|
35
|
-
return;
|
|
36
|
-
}
|
|
37
|
-
this.onStepChange(this.currentStep + 1);
|
|
38
|
-
this.stepChanges.emit(this.currentStep);
|
|
39
|
-
}
|
|
40
|
-
onStepChange(step) {
|
|
41
|
-
this.wizardService.onWizardStepChanged(step);
|
|
42
|
-
this.setFocus();
|
|
43
|
-
this.initializeCurrentStep();
|
|
44
|
-
}
|
|
45
|
-
initializeCurrentStep() {
|
|
46
|
-
this.currentStep = this.wizardService.getCurrentStep();
|
|
47
|
-
this.configuration = this.wizardService.getStepConfiguration();
|
|
48
|
-
}
|
|
49
|
-
setFocus() {
|
|
50
|
-
setTimeout(() => {
|
|
51
|
-
const inputEl = this.wizardFieldsEl.nativeElement.querySelectorAll('input, textarea, select')[0];
|
|
52
|
-
inputEl.focus();
|
|
53
|
-
}, 0);
|
|
54
|
-
}
|
|
55
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: WizardComponent, deps: [{ token: i1.WizardService }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
56
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: WizardComponent, selector: "gn-ui-wizard", inputs: { id: "id", initialConfig: "initialConfig", requiredMsgKey: "requiredMsgKey" }, outputs: { stepChanges: "stepChanges", stepsNumber: "stepsNumber" }, viewQueries: [{ propertyName: "wizardFieldsEl", first: true, predicate: ["wizardFields"], descendants: true }], ngImport: i0, template: "<div class=\"pl-5 pt-24 flex flex-1 flex-col justify-between\" #wizardFields>\n <div class=\"flex-1 flex\" *ngFor=\"let config of configuration; let i = index\">\n <gn-ui-wizard-field [wizardFieldConfig]=\"config\"></gn-ui-wizard-field>\n </div>\n</div>\n<div class=\"flex pt-24 pl-8\">\n <gn-ui-button\n (buttonClick)=\"handlePreviousBtnClick()\"\n type=\"primary\"\n class=\"pr-8\"\n extraClass=\"rounded-full px-20\"\n >\n <span class=\"uppercase text-white font-bold\" translate>previous</span>\n </gn-ui-button>\n <gn-ui-button\n (buttonClick)=\"handleNextBtnClick()\"\n type=\"primary\"\n extraClass=\"rounded-full px-20\"\n >\n <span class=\"uppercase text-white font-bold\" translate>next</span>\n </gn-ui-button>\n</div>\n", styles: [":host{flex:1;display:flex;flex-direction:column}\n"], dependencies: [{ kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i4.ButtonComponent, selector: "gn-ui-button", inputs: ["type", "disabled", "extraClass"], outputs: ["buttonClick"] }, { kind: "directive", type: i2.TranslateDirective, selector: "[translate],[ngx-translate]", inputs: ["translate", "translateParams"] }, { kind: "component", type: i5.WizardFieldComponent, selector: "gn-ui-wizard-field", inputs: ["wizardFieldConfig"] }] }); }
|
|
57
|
-
}
|
|
58
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: WizardComponent, decorators: [{
|
|
59
|
-
type: Component,
|
|
60
|
-
args: [{ selector: 'gn-ui-wizard', template: "<div class=\"pl-5 pt-24 flex flex-1 flex-col justify-between\" #wizardFields>\n <div class=\"flex-1 flex\" *ngFor=\"let config of configuration; let i = index\">\n <gn-ui-wizard-field [wizardFieldConfig]=\"config\"></gn-ui-wizard-field>\n </div>\n</div>\n<div class=\"flex pt-24 pl-8\">\n <gn-ui-button\n (buttonClick)=\"handlePreviousBtnClick()\"\n type=\"primary\"\n class=\"pr-8\"\n extraClass=\"rounded-full px-20\"\n >\n <span class=\"uppercase text-white font-bold\" translate>previous</span>\n </gn-ui-button>\n <gn-ui-button\n (buttonClick)=\"handleNextBtnClick()\"\n type=\"primary\"\n extraClass=\"rounded-full px-20\"\n >\n <span class=\"uppercase text-white font-bold\" translate>next</span>\n </gn-ui-button>\n</div>\n", styles: [":host{flex:1;display:flex;flex-direction:column}\n"] }]
|
|
61
|
-
}], ctorParameters: () => [{ type: i1.WizardService }, { type: i2.TranslateService }], propDecorators: { id: [{
|
|
62
|
-
type: Input
|
|
63
|
-
}], initialConfig: [{
|
|
64
|
-
type: Input
|
|
65
|
-
}], requiredMsgKey: [{
|
|
66
|
-
type: Input
|
|
67
|
-
}], stepChanges: [{
|
|
68
|
-
type: Output
|
|
69
|
-
}], stepsNumber: [{
|
|
70
|
-
type: Output
|
|
71
|
-
}], wizardFieldsEl: [{
|
|
72
|
-
type: ViewChild,
|
|
73
|
-
args: ['wizardFields']
|
|
74
|
-
}] } });
|
|
75
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid2l6YXJkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9lZGl0b3Ivc3JjL2xpYi9jb21wb25lbnRzL3dpemFyZC93aXphcmQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL2VkaXRvci9zcmMvbGliL2NvbXBvbmVudHMvd2l6YXJkL3dpemFyZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBRUwsU0FBUyxFQUNULFVBQVUsRUFDVixZQUFZLEVBQ1osS0FBSyxFQUVMLE1BQU0sRUFDTixTQUFTLEdBQ1YsTUFBTSxlQUFlLENBQUE7QUFDdEIsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0scUJBQXFCLENBQUE7QUFDdEQsT0FBTyxFQUFFLElBQUksRUFBRSxNQUFNLGdCQUFnQixDQUFBO0FBRXJDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQTs7Ozs7OztBQU83RCxNQUFNLE9BQU8sZUFBZTtJQWdCMUIsWUFDVSxhQUE0QixFQUM1QixTQUEyQjtRQUQzQixrQkFBYSxHQUFiLGFBQWEsQ0FBZTtRQUM1QixjQUFTLEdBQVQsU0FBUyxDQUFrQjtRQVYzQixnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFVLENBQUE7UUFDeEMsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBVSxDQUFBO0lBVS9DLENBQUM7SUFFSixRQUFRO1FBQ04sSUFBSSxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRSxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUE7UUFFMUQsSUFBSSxDQUFDLHFCQUFxQixFQUFFLENBQUE7UUFDNUIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxjQUFjLEVBQUUsQ0FBQyxDQUFBO1FBQzFELElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsMEJBQTBCLEVBQUUsQ0FBQyxDQUFBO0lBQ3hFLENBQUM7SUFFRCxlQUFlO1FBQ2IsSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFBO0lBQ2pCLENBQUM7SUFFRCxzQkFBc0I7UUFDcEIsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsV0FBVyxHQUFHLENBQUMsQ0FBQyxDQUFBO1FBRXZDLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQTtJQUN6QyxDQUFDO0lBRUQsa0JBQWtCO1FBQ2hCLElBQ0UsSUFBSSxDQUFDLGNBQWMsRUFBRSxhQUFhLEVBQUUsZ0JBQWdCLENBQUMsVUFBVSxDQUFDLENBQUMsTUFBTTtZQUN2RSxDQUFDLEVBQ0QsQ0FBQztZQUNELElBQUksQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxDQUFBO1lBQ3RFLE9BQU07UUFDUixDQUFDO1FBQ0QsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsV0FBVyxHQUFHLENBQUMsQ0FBQyxDQUFBO1FBRXZDLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQTtJQUN6QyxDQUFDO0lBRUQsWUFBWSxDQUFDLElBQVk7UUFDdkIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxtQkFBbUIsQ0FBQyxJQUFJLENBQUMsQ0FBQTtRQUU1QyxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUE7UUFDZixJQUFJLENBQUMscUJBQXFCLEVBQUUsQ0FBQTtJQUM5QixDQUFDO0lBRU8scUJBQXFCO1FBQzNCLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxjQUFjLEVBQUUsQ0FBQTtRQUN0RCxJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxhQUFhLENBQUMsb0JBQW9CLEVBQUUsQ0FBQTtJQUNoRSxDQUFDO0lBRU8sUUFBUTtRQUNkLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxNQUFNLE9BQU8sR0FBRyxJQUFJLENBQUMsY0FBYyxDQUFDLGFBQWEsQ0FBQyxnQkFBZ0IsQ0FDaEUseUJBQXlCLENBQzFCLENBQUMsQ0FBQyxDQUFnQixDQUFBO1lBQ25CLE9BQU8sQ0FBQyxLQUFLLEVBQUUsQ0FBQTtRQUNqQixDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUE7SUFDUCxDQUFDOytHQXZFVSxlQUFlO21HQUFmLGVBQWUsaVVDcEI1Qixtd0JBc0JBOzs0RkRGYSxlQUFlO2tCQUwzQixTQUFTOytCQUNFLGNBQWM7aUhBS2YsRUFBRTtzQkFBVixLQUFLO2dCQUNHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBSUcsY0FBYztzQkFBdEIsS0FBSztnQkFFSSxXQUFXO3NCQUFwQixNQUFNO2dCQUNHLFdBQVc7c0JBQXBCLE1BQU07Z0JBRW9CLGNBQWM7c0JBQXhDLFNBQVM7dUJBQUMsY0FBYyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIEFmdGVyVmlld0luaXQsXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgRXZlbnRFbWl0dGVyLFxuICBJbnB1dCxcbiAgT25Jbml0LFxuICBPdXRwdXQsXG4gIFZpZXdDaGlsZCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcbmltcG9ydCB7IFRyYW5zbGF0ZVNlcnZpY2UgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJ1xuaW1wb3J0IHsgdGFrZSB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJ1xuaW1wb3J0IHsgV2l6YXJkRmllbGRNb2RlbCB9IGZyb20gJy4uLy4uL21vZGVscy93aXphcmQtZmllbGQubW9kZWwnXG5pbXBvcnQgeyBXaXphcmRTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvd2l6YXJkLnNlcnZpY2UnXG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2duLXVpLXdpemFyZCcsXG4gIHRlbXBsYXRlVXJsOiAnLi93aXphcmQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi93aXphcmQuY29tcG9uZW50LmNzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBXaXphcmRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIEFmdGVyVmlld0luaXQge1xuICBASW5wdXQoKSBpZDogc3RyaW5nXG4gIEBJbnB1dCgpIGluaXRpYWxDb25maWc6IHtcbiAgICBjb25maWd1cmF0aW9uOiBXaXphcmRGaWVsZE1vZGVsW11bXVxuICAgIHN0b3JhZ2VLZXk6IHN0cmluZ1xuICB9XG4gIEBJbnB1dCgpIHJlcXVpcmVkTXNnS2V5OiBzdHJpbmdcblxuICBAT3V0cHV0KCkgc3RlcENoYW5nZXMgPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKVxuICBAT3V0cHV0KCkgc3RlcHNOdW1iZXIgPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKVxuXG4gIEBWaWV3Q2hpbGQoJ3dpemFyZEZpZWxkcycpIHdpemFyZEZpZWxkc0VsOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PlxuXG4gIGN1cnJlbnRTdGVwOiBudW1iZXJcbiAgY29uZmlndXJhdGlvbjogV2l6YXJkRmllbGRNb2RlbFtdXG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSB3aXphcmRTZXJ2aWNlOiBXaXphcmRTZXJ2aWNlLFxuICAgIHByaXZhdGUgdHJhbnNsYXRlOiBUcmFuc2xhdGVTZXJ2aWNlXG4gICkge31cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLndpemFyZFNlcnZpY2UuaW5pdGlhbGl6ZSh0aGlzLmlkLCB0aGlzLmluaXRpYWxDb25maWcpXG5cbiAgICB0aGlzLmluaXRpYWxpemVDdXJyZW50U3RlcCgpXG4gICAgdGhpcy5zdGVwQ2hhbmdlcy5lbWl0KHRoaXMud2l6YXJkU2VydmljZS5nZXRDdXJyZW50U3RlcCgpKVxuICAgIHRoaXMuc3RlcHNOdW1iZXIuZW1pdCh0aGlzLndpemFyZFNlcnZpY2UuZ2V0Q29uZmlndXJhdGlvblN0ZXBOdW1iZXIoKSlcbiAgfVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICB0aGlzLnNldEZvY3VzKClcbiAgfVxuXG4gIGhhbmRsZVByZXZpb3VzQnRuQ2xpY2soKSB7XG4gICAgdGhpcy5vblN0ZXBDaGFuZ2UodGhpcy5jdXJyZW50U3RlcCAtIDEpXG5cbiAgICB0aGlzLnN0ZXBDaGFuZ2VzLmVtaXQodGhpcy5jdXJyZW50U3RlcClcbiAgfVxuXG4gIGhhbmRsZU5leHRCdG5DbGljaygpIHtcbiAgICBpZiAoXG4gICAgICB0aGlzLndpemFyZEZpZWxkc0VsPy5uYXRpdmVFbGVtZW50Py5xdWVyeVNlbGVjdG9yQWxsKCcuaW52YWxpZCcpLmxlbmd0aCA+XG4gICAgICAwXG4gICAgKSB7XG4gICAgICB0aGlzLnRyYW5zbGF0ZS5nZXQodGhpcy5yZXF1aXJlZE1zZ0tleSkucGlwZSh0YWtlKDEpKS5zdWJzY3JpYmUoYWxlcnQpXG4gICAgICByZXR1cm5cbiAgICB9XG4gICAgdGhpcy5vblN0ZXBDaGFuZ2UodGhpcy5jdXJyZW50U3RlcCArIDEpXG5cbiAgICB0aGlzLnN0ZXBDaGFuZ2VzLmVtaXQodGhpcy5jdXJyZW50U3RlcClcbiAgfVxuXG4gIG9uU3RlcENoYW5nZShzdGVwOiBudW1iZXIpIHtcbiAgICB0aGlzLndpemFyZFNlcnZpY2Uub25XaXphcmRTdGVwQ2hhbmdlZChzdGVwKVxuXG4gICAgdGhpcy5zZXRGb2N1cygpXG4gICAgdGhpcy5pbml0aWFsaXplQ3VycmVudFN0ZXAoKVxuICB9XG5cbiAgcHJpdmF0ZSBpbml0aWFsaXplQ3VycmVudFN0ZXAoKSB7XG4gICAgdGhpcy5jdXJyZW50U3RlcCA9IHRoaXMud2l6YXJkU2VydmljZS5nZXRDdXJyZW50U3RlcCgpXG4gICAgdGhpcy5jb25maWd1cmF0aW9uID0gdGhpcy53aXphcmRTZXJ2aWNlLmdldFN0ZXBDb25maWd1cmF0aW9uKClcbiAgfVxuXG4gIHByaXZhdGUgc2V0Rm9jdXMoKSB7XG4gICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICBjb25zdCBpbnB1dEVsID0gdGhpcy53aXphcmRGaWVsZHNFbC5uYXRpdmVFbGVtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoXG4gICAgICAgICdpbnB1dCwgdGV4dGFyZWEsIHNlbGVjdCdcbiAgICAgIClbMF0gYXMgSFRNTEVsZW1lbnRcbiAgICAgIGlucHV0RWwuZm9jdXMoKVxuICAgIH0sIDApXG4gIH1cbn1cbiIsIjxkaXYgY2xhc3M9XCJwbC01IHB0LTI0IGZsZXggZmxleC0xIGZsZXgtY29sIGp1c3RpZnktYmV0d2VlblwiICN3aXphcmRGaWVsZHM+XG4gIDxkaXYgY2xhc3M9XCJmbGV4LTEgZmxleFwiICpuZ0Zvcj1cImxldCBjb25maWcgb2YgY29uZmlndXJhdGlvbjsgbGV0IGkgPSBpbmRleFwiPlxuICAgIDxnbi11aS13aXphcmQtZmllbGQgW3dpemFyZEZpZWxkQ29uZmlnXT1cImNvbmZpZ1wiPjwvZ24tdWktd2l6YXJkLWZpZWxkPlxuICA8L2Rpdj5cbjwvZGl2PlxuPGRpdiBjbGFzcz1cImZsZXggcHQtMjQgcGwtOFwiPlxuICA8Z24tdWktYnV0dG9uXG4gICAgKGJ1dHRvbkNsaWNrKT1cImhhbmRsZVByZXZpb3VzQnRuQ2xpY2soKVwiXG4gICAgdHlwZT1cInByaW1hcnlcIlxuICAgIGNsYXNzPVwicHItOFwiXG4gICAgZXh0cmFDbGFzcz1cInJvdW5kZWQtZnVsbCBweC0yMFwiXG4gID5cbiAgICA8c3BhbiBjbGFzcz1cInVwcGVyY2FzZSB0ZXh0LXdoaXRlIGZvbnQtYm9sZFwiIHRyYW5zbGF0ZT5wcmV2aW91czwvc3Bhbj5cbiAgPC9nbi11aS1idXR0b24+XG4gIDxnbi11aS1idXR0b25cbiAgICAoYnV0dG9uQ2xpY2spPVwiaGFuZGxlTmV4dEJ0bkNsaWNrKClcIlxuICAgIHR5cGU9XCJwcmltYXJ5XCJcbiAgICBleHRyYUNsYXNzPVwicm91bmRlZC1mdWxsIHB4LTIwXCJcbiAgPlxuICAgIDxzcGFuIGNsYXNzPVwidXBwZXJjYXNlIHRleHQtd2hpdGUgZm9udC1ib2xkXCIgdHJhbnNsYXRlPm5leHQ8L3NwYW4+XG4gIDwvZ24tdWktYnV0dG9uPlxuPC9kaXY+XG4iXX0=
|