@piveau/piveau-hub-ui-modules 4.4.4 → 4.4.6
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/dist/PvBadge/PvBadge.vue.d.ts +4 -4
- package/dist/PvDataInfoBox/PvDataInfoBox.vue.d.ts +135 -4
- package/dist/PvDataInfoBox/PvDataInfoBox.vue.mjs +45 -45
- package/dist/PvDataInfoBox/PvDataInfoBox.vue.mjs.map +1 -1
- package/dist/PvDataInfoBox/PvDataInfoBoxDescription.vue.d.ts +4 -4
- package/dist/PvDataInfoBox/PvDataInfoBoxFooter.vue.d.ts +33 -4
- package/dist/PvDataInfoBox/PvDataInfoBoxFooter.vue.mjs +34 -34
- package/dist/PvDataInfoBox/PvDataInfoBoxFooter.vue.mjs.map +1 -1
- package/dist/PvDataInfoBox/PvDataInfoBoxFormats.vue.d.ts +17 -3
- package/dist/PvDataInfoBox/PvDataInfoBoxFormats.vue.mjs +18 -18
- package/dist/PvDataInfoBox/PvDataInfoBoxFormats.vue.mjs.map +1 -1
- package/dist/auth/Auth.vue.d.ts +1 -1
- package/dist/catalogues/CatalogPage.vue.mjs +139 -139
- package/dist/catalogues/CatalogPage.vue.mjs.map +1 -1
- package/dist/catalogues/CatalogPageDatasetCard.vue.d.ts +6 -4
- package/dist/catalogues/CatalogPageDatasetCard.vue.mjs +37 -37
- package/dist/catalogues/CatalogPageDatasetCard.vue.mjs.map +1 -1
- package/dist/catalogues/Catalogues.vue.mjs +202 -202
- package/dist/catalogues/Catalogues.vue.mjs.map +1 -1
- package/dist/catalogues/cataloguesFacets/CataloguesFacets.vue.mjs +44 -44
- package/dist/catalogues/cataloguesFacets/CataloguesFacets.vue.mjs.map +1 -1
- package/dist/citation/DatasetCitationModal.vue.d.ts +46 -4
- package/dist/citation/DatasetCitationModal.vue.mjs +36 -36
- package/dist/citation/DatasetCitationModal.vue.mjs.map +1 -1
- package/dist/citation/DatasetCitationTable.vue.d.ts +4 -4
- package/dist/citation/DatasetCitationTable.vue.mjs +32 -32
- package/dist/citation/DatasetCitationTable.vue.mjs.map +1 -1
- package/dist/composables/head/useRootHead.d.ts +1 -1
- package/dist/composables/useRuntimeEnv.d.ts +1 -1
- package/dist/configurations/config-schema/configSchema.d.ts +4 -4
- package/dist/configurations/config-schema/languagesSchema.d.ts +2 -2
- package/dist/data-provider-interface/DPIMenu.vue.d.ts +4 -8
- package/dist/data-provider-interface/DPIMenu.vue.mjs +96 -96
- package/dist/data-provider-interface/DPIMenu.vue.mjs.map +1 -1
- package/dist/data-provider-interface/DataProviderInterface.vue.d.ts +1297 -4
- package/dist/data-provider-interface/components/AutocompleteInput.vue.d.ts +1 -1
- package/dist/data-provider-interface/components/AutocompleteInput.vue.mjs +101 -101
- package/dist/data-provider-interface/components/AutocompleteInput.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/ConditionalInput.vue.d.ts +1 -1
- package/dist/data-provider-interface/components/ConditionalInput.vue.mjs +113 -154
- package/dist/data-provider-interface/components/ConditionalInput.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/DataFetchingComponent.vue.d.ts +4 -8
- package/dist/data-provider-interface/components/DataFetchingComponent.vue.mjs +13 -13
- package/dist/data-provider-interface/components/DataFetchingComponent.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/DistributionStepper.vue.d.ts +43 -40
- package/dist/data-provider-interface/components/DistributionStepper.vue.mjs +101 -101
- package/dist/data-provider-interface/components/DistributionStepper.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/Dropup.vue.d.ts +4 -4
- package/dist/data-provider-interface/components/Dropup.vue.mjs +22 -22
- package/dist/data-provider-interface/components/Dropup.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/FileUpload.vue.d.ts +3 -3
- package/dist/data-provider-interface/components/FileUpload.vue.mjs +114 -114
- package/dist/data-provider-interface/components/FileUpload.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/InfoSlot.vue.d.ts +4 -4
- package/dist/data-provider-interface/components/InfoSlot.vue.mjs +14 -14
- package/dist/data-provider-interface/components/InfoSlot.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/InputPageStep.vue.d.ts +3 -3
- package/dist/data-provider-interface/components/LanguageSelector.vue.d.ts +5 -5
- package/dist/data-provider-interface/components/Navigation.vue.d.ts +5 -11
- package/dist/data-provider-interface/components/Navigation.vue.mjs +58 -58
- package/dist/data-provider-interface/components/Navigation.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/SelectControlledGroup.vue.d.ts +3 -3
- package/dist/data-provider-interface/components/SelectControlledGroup.vue.mjs +22 -22
- package/dist/data-provider-interface/components/SimpleAccessURLInput.vue.d.ts +1 -1
- package/dist/data-provider-interface/components/SimpleAccessURLInput.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/SimpleInput.vue.d.ts +1 -1
- package/dist/data-provider-interface/components/SimpleInput.vue.mjs +13 -13
- package/dist/data-provider-interface/components/SimpleInput.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/SimpleSelect.vue.d.ts +1 -1
- package/dist/data-provider-interface/components/SimpleSelect.vue.mjs +40 -40
- package/dist/data-provider-interface/components/SimpleSelect.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/SpatialInput.vue.d.ts +1 -1
- package/dist/data-provider-interface/components/SpatialInput.vue.mjs +101 -101
- package/dist/data-provider-interface/components/SpatialInput.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/UniqueIdentifierInput.vue.d.ts +3 -5
- package/dist/data-provider-interface/components/UniqueIdentifierInput.vue.mjs +37 -42
- package/dist/data-provider-interface/components/UniqueIdentifierInput.vue.mjs.map +1 -1
- package/dist/data-provider-interface/composables/useDpiEditMode.d.ts +1 -1
- package/dist/data-provider-interface/composables/useDpiStepper.d.ts +3 -3
- package/dist/data-provider-interface/views/DistributionInputPage.vue.d.ts +1 -1
- package/dist/data-provider-interface/views/DistributionInputPage.vue.mjs +56 -56
- package/dist/data-provider-interface/views/DistributionInputPage.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/DistributionOverview.vue.d.ts +4 -6
- package/dist/data-provider-interface/views/DistributionOverview.vue.mjs +128 -128
- package/dist/data-provider-interface/views/DistributionOverview.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/DraftsPage.vue.d.ts +5 -3
- package/dist/data-provider-interface/views/DraftsPage.vue.mjs +136 -136
- package/dist/data-provider-interface/views/DraftsPage.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/InputPage.vue.d.ts +1209 -9
- package/dist/data-provider-interface/views/InputPage.vue.mjs +107 -107
- package/dist/data-provider-interface/views/InputPage.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/LinkedDataViewer.vue.d.ts +3 -3
- package/dist/data-provider-interface/views/LinkedDataViewer.vue.mjs +12 -12
- package/dist/data-provider-interface/views/LinkedDataViewer.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage/CatalogueOverview.vue.d.ts +120 -3
- package/dist/data-provider-interface/views/OverviewPage/CatalogueOverview.vue.mjs +38 -38
- package/dist/data-provider-interface/views/OverviewPage/CatalogueOverview.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.d.ts +369 -3
- package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.mjs +83 -83
- package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage/DistributionOverview.vue.d.ts +120 -3
- package/dist/data-provider-interface/views/OverviewPage/DistributionOverview.vue.mjs +127 -127
- package/dist/data-provider-interface/views/OverviewPage/DistributionOverview.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage/Properties/SpecialProp.vue.d.ts +26 -4
- package/dist/data-provider-interface/views/OverviewPage/Properties/SpecialProp.vue.mjs +312 -312
- package/dist/data-provider-interface/views/OverviewPage/Properties/SpecialProp.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage/Properties/StringProp.vue.d.ts +3 -3
- package/dist/data-provider-interface/views/OverviewPage/Properties/StringProp.vue.mjs +31 -31
- package/dist/data-provider-interface/views/OverviewPage/Properties/StringProp.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage/Properties/URIProp.vue.d.ts +3 -3
- package/dist/data-provider-interface/views/OverviewPage/Properties/URIProp.vue.mjs +52 -52
- package/dist/data-provider-interface/views/OverviewPage/Properties/URIProp.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage/Properties/URLProp.vue.d.ts +5 -3
- package/dist/data-provider-interface/views/OverviewPage/Properties/URLProp.vue.mjs +35 -35
- package/dist/data-provider-interface/views/OverviewPage/Properties/URLProp.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage/PropertyEntry.vue.d.ts +98 -3
- package/dist/data-provider-interface/views/OverviewPage/PropertyEntry.vue.mjs +40 -40
- package/dist/data-provider-interface/views/OverviewPage/PropertyEntry.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage.vue.d.ts +783 -4
- package/dist/data-provider-interface/views/OverviewPage.vue.mjs +72 -48
- package/dist/data-provider-interface/views/OverviewPage.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/PropertyChooser.vue.mjs +31 -31
- package/dist/data-provider-interface/views/PropertyChooser.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/UserCataloguesPage.vue.d.ts +1 -1
- package/dist/data-provider-interface/views/UserCataloguesPage.vue.mjs +17 -17
- package/dist/data-provider-interface/views/UserCataloguesPage.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/UserProfilePage.vue.d.ts +2 -2
- package/dist/data-provider-interface/views/UserProfilePage.vue.mjs +27 -27
- package/dist/data-provider-interface/views/UserProfilePage.vue.mjs.map +1 -1
- package/dist/datasetDetails/AppMarkdownContent.vue.d.ts +4 -4
- package/dist/datasetDetails/AppMarkdownContent.vue.mjs +20 -20
- package/dist/datasetDetails/AppMarkdownContent.vue.mjs.map +1 -1
- package/dist/datasetDetails/DatasetDetails.vue.mjs +35 -35
- package/dist/datasetDetails/DatasetDetails.vue.mjs.map +1 -1
- package/dist/datasetDetails/DatasetDetailsActivityStream.vue.d.ts +1 -1
- package/dist/datasetDetails/DatasetDetailsActivityStream.vue.mjs +11 -12
- package/dist/datasetDetails/DatasetDetailsActivityStream.vue.mjs.map +1 -1
- package/dist/datasetDetails/DatasetDetailsBanners.vue.d.ts +9 -5
- package/dist/datasetDetails/DatasetDetailsBanners.vue.mjs +33 -33
- package/dist/datasetDetails/DatasetDetailsBanners.vue.mjs.map +1 -1
- package/dist/datasetDetails/DatasetDetailsCSVLinter.vue.mjs +93 -93
- package/dist/datasetDetails/DatasetDetailsCSVLinter.vue.mjs.map +1 -1
- package/dist/datasetDetails/DatasetDetailsCategories.vue.mjs +23 -23
- package/dist/datasetDetails/DatasetDetailsCategories.vue.mjs.map +1 -1
- package/dist/datasetDetails/DatasetDetailsDataset.vue.mjs +42 -42
- package/dist/datasetDetails/DatasetDetailsDataset.vue.mjs.map +1 -1
- package/dist/datasetDetails/DatasetDetailsDescription.vue.d.ts +31 -4
- package/dist/datasetDetails/DatasetDetailsDescription.vue.mjs +34 -34
- package/dist/datasetDetails/DatasetDetailsDescription.vue.mjs.map +1 -1
- package/dist/datasetDetails/DatasetDetailsLinkedMetricsButton.vue.d.ts +6 -4
- package/dist/datasetDetails/DatasetDetailsQuality.vue.mjs +416 -416
- package/dist/datasetDetails/DatasetDetailsQuality.vue.mjs.map +1 -1
- package/dist/datasetDetails/DatasetDetailsShareButton.vue.d.ts +6 -4
- package/dist/datasetDetails/DatasetDetailsSimilarDatasets.vue.mjs +40 -40
- package/dist/datasetDetails/DatasetDetailsSimilarDatasets.vue.mjs.map +1 -1
- package/dist/datasetDetails/DatasetDetailsSkeleton.vue.d.ts +4 -6
- package/dist/datasetDetails/DatasetDetailsSkeleton.vue.mjs +40 -40
- package/dist/datasetDetails/DatasetDetailsSkeleton.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/Distribution.vue.mjs +34 -34
- package/dist/datasetDetails/distributions/Distribution.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/DistributionAdded.vue.d.ts +3 -5
- package/dist/datasetDetails/distributions/DistributionAdded.vue.mjs +12 -12
- package/dist/datasetDetails/distributions/DistributionAdded.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/DistributionDownloadAsModal.vue.d.ts +3 -1
- package/dist/datasetDetails/distributions/DistributionDownloadAsModal.vue.mjs +177 -177
- package/dist/datasetDetails/distributions/DistributionDownloadAsModal.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/DistributionFormat.vue.d.ts +4 -9
- package/dist/datasetDetails/distributions/Distributions.vue.d.ts +7 -4
- package/dist/datasetDetails/distributions/Distributions.vue.mjs +41 -41
- package/dist/datasetDetails/distributions/Distributions.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/DistributionsHeader.vue.d.ts +6 -10
- package/dist/datasetDetails/distributions/DistributionsHeader.vue.mjs +25 -25
- package/dist/datasetDetails/distributions/DistributionsHeader.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/DownloadAllDistributions.vue.d.ts +4 -12
- package/dist/datasetDetails/distributions/DownloadAllDistributions.vue.mjs +128 -128
- package/dist/datasetDetails/distributions/DownloadAllDistributions.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/FadingDistributionOverlay.vue.d.ts +3 -3
- package/dist/datasetDetails/distributions/FadingDistributionOverlay.vue.mjs +23 -23
- package/dist/datasetDetails/distributions/FadingDistributionOverlay.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/distributionActions/DistributionActions.vue.d.ts +9 -4
- package/dist/datasetDetails/distributions/distributionActions/DistributionActions.vue.mjs +31 -31
- package/dist/datasetDetails/distributions/distributionActions/DistributionActions.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/distributionActions/DistributionDownload.vue.d.ts +8 -12
- package/dist/datasetDetails/distributions/distributionActions/DistributionDownload.vue.mjs +79 -79
- package/dist/datasetDetails/distributions/distributionActions/DistributionDownload.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/distributionActions/DistributionDownloadAs.vue.d.ts +3 -3
- package/dist/datasetDetails/distributions/distributionActions/DistributionDropdownDownload.vue.d.ts +6 -11
- package/dist/datasetDetails/distributions/distributionActions/DistributionDropdownDownload.vue.mjs +26 -26
- package/dist/datasetDetails/distributions/distributionActions/DistributionDropdownDownload.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/distributionActions/DistributionOptionsDropdown.vue.d.ts +7 -11
- package/dist/datasetDetails/distributions/distributionActions/DistributionOptionsDropdown.vue.mjs +41 -41
- package/dist/datasetDetails/distributions/distributionActions/DistributionOptionsDropdown.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/distributionActions/DistributionPreview.vue.d.ts +6 -11
- package/dist/datasetDetails/distributions/distributionActions/LinkedDataButtonsDropdown.vue.d.ts +7 -7
- package/dist/datasetDetails/distributions/distributionDetails/DistributionContent.vue.mjs +311 -311
- package/dist/datasetDetails/distributions/distributionDetails/DistributionContent.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/distributionDetails/DistributionDescription.vue.d.ts +4 -11
- package/dist/datasetDetails/distributions/distributionDetails/DistributionDetails.vue.d.ts +9 -24
- package/dist/datasetDetails/distributions/distributionDetails/DistributionDetails.vue.mjs +11 -11
- package/dist/datasetDetails/distributions/distributionDetails/DistributionDetails.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/distributionDetails/DistributionExpand.vue.d.ts +3 -8
- package/dist/datasetDetails/distributions/distributionDetails/DistributionExpand.vue.mjs +18 -18
- package/dist/datasetDetails/distributions/distributionDetails/DistributionExpand.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/distributionPreview/DistributionVisualisationSlot.vue.d.ts +1 -1
- package/dist/datasetDetails/features/DatasetDetailsCategoriesKey.vue.d.ts +5 -3
- package/dist/datasetDetails/features/DatasetDetailsCategoriesKey.vue.mjs +40 -40
- package/dist/datasetDetails/features/DatasetDetailsCategoriesKey.vue.mjs.map +1 -1
- package/dist/datasetDetails/features/DatasetDetailsDataServices.vue.d.ts +5 -3
- package/dist/datasetDetails/features/DatasetDetailsDataServices.vue.mjs +93 -93
- package/dist/datasetDetails/features/DatasetDetailsDataServices.vue.mjs.map +1 -1
- package/dist/datasetDetails/features/DatasetDetailsFeatureHeader.vue.d.ts +4 -4
- package/dist/datasetDetails/features/DatasetDetailsFeatureHeader.vue.mjs +5 -5
- package/dist/datasetDetails/features/DatasetDetailsFeatureHeader.vue.mjs.map +1 -1
- package/dist/datasetDetails/features/DatasetDetailsFeatures.vue.d.ts +42 -3
- package/dist/datasetDetails/features/DatasetDetailsFeatures.vue.mjs +85 -85
- package/dist/datasetDetails/features/DatasetDetailsFeatures.vue.mjs.map +1 -1
- package/dist/datasetDetails/features/DatasetDetailsHvdThemes.vue.d.ts +4 -8
- package/dist/datasetDetails/features/DatasetDetailsHvdThemes.vue.mjs +45 -45
- package/dist/datasetDetails/features/DatasetDetailsHvdThemes.vue.mjs.map +1 -1
- package/dist/datasetDetails/features/DatasetDetailsIsUsedBy.vue.d.ts +1 -1
- package/dist/datasetDetails/features/DatasetDetailsIsUsedBy.vue.mjs +26 -26
- package/dist/datasetDetails/features/DatasetDetailsIsUsedBy.vue.mjs.map +1 -1
- package/dist/datasetDetails/features/DatasetDetailsKeywords.vue.d.ts +5 -3
- package/dist/datasetDetails/features/DatasetDetailsKeywords.vue.mjs +45 -45
- package/dist/datasetDetails/features/DatasetDetailsKeywords.vue.mjs.map +1 -1
- package/dist/datasetDetails/features/DatasetDetailsMap.vue.d.ts +3 -1
- package/dist/datasetDetails/features/DatasetDetailsMap.vue.mjs +23 -23
- package/dist/datasetDetails/features/DatasetDetailsMap.vue.mjs.map +1 -1
- package/dist/datasetDetails/features/DatasetDetailsPages.vue.d.ts +5 -3
- package/dist/datasetDetails/features/DatasetDetailsPages.vue.mjs +95 -95
- package/dist/datasetDetails/features/DatasetDetailsPages.vue.mjs.map +1 -1
- package/dist/datasetDetails/features/DatasetDetailsRelations.vue.d.ts +1 -1
- package/dist/datasetDetails/features/DatasetDetailsRelations.vue.mjs +27 -27
- package/dist/datasetDetails/features/DatasetDetailsRelations.vue.mjs.map +1 -1
- package/dist/datasetDetails/features/DatasetDetailsSubject.vue.d.ts +4 -1
- package/dist/datasetDetails/features/DatasetDetailsSubject.vue.mjs +20 -20
- package/dist/datasetDetails/features/DatasetDetailsSubject.vue.mjs.map +1 -1
- package/dist/datasetDetails/features/DatasetDetailsVisualisations.vue.d.ts +5 -3
- package/dist/datasetDetails/features/DatasetDetailsVisualisations.vue.mjs +92 -92
- package/dist/datasetDetails/features/DatasetDetailsVisualisations.vue.mjs.map +1 -1
- package/dist/datasetDetails/header/DatasetDetailsHeader.vue.mjs +24 -24
- package/dist/datasetDetails/header/DatasetDetailsHeader.vue.mjs.map +1 -1
- package/dist/datasetDetails/header/DatasetDetailsHeaderCatalogue.vue.d.ts +7 -5
- package/dist/datasetDetails/header/DatasetDetailsHeaderCatalogue.vue.mjs +31 -31
- package/dist/datasetDetails/header/DatasetDetailsHeaderCatalogue.vue.mjs.map +1 -1
- package/dist/datasetDetails/header/DatasetDetailsHeaderTitle.vue.d.ts +4 -4
- package/dist/datasetDetails/header/DatasetDetailsHeaderTitle.vue.mjs +24 -24
- package/dist/datasetDetails/header/DatasetDetailsHeaderTitle.vue.mjs.map +1 -1
- package/dist/datasetDetails/navigation/DatasetDetailsNavigation.vue.d.ts +81 -3
- package/dist/datasetDetails/navigation/DatasetDetailsNavigation.vue.mjs +24 -24
- package/dist/datasetDetails/navigation/DatasetDetailsNavigation.vue.mjs.map +1 -1
- package/dist/datasetDetails/navigation/DatasetDetailsNavigationLinks.vue.d.ts +11 -3
- package/dist/datasetDetails/navigation/DatasetDetailsNavigationLinks.vue.mjs +148 -148
- package/dist/datasetDetails/navigation/DatasetDetailsNavigationLinks.vue.mjs.map +1 -1
- package/dist/datasetDetails/navigation/DatasetDetailsNavigationPage.vue.d.ts +6 -4
- package/dist/datasetDetails/navigation/DatasetDetailsNavigationPages.vue.d.ts +1 -1
- package/dist/datasetDetails/properties/DatasetDetailsProperties.vue.d.ts +3 -1
- package/dist/datasetDetails/properties/DatasetDetailsProperties.vue.mjs +29 -29
- package/dist/datasetDetails/properties/DatasetDetailsProperties.vue.mjs.map +1 -1
- package/dist/datasetDetails/properties/DatasetDetailsProperty.vue.mjs +47 -47
- package/dist/datasetDetails/properties/DatasetDetailsProperty.vue.mjs.map +1 -1
- package/dist/datasetDetails/properties/ValuesList.vue.d.ts +5 -3
- package/dist/datasetDetails/properties/ValuesList.vue.mjs +46 -46
- package/dist/datasetDetails/properties/ValuesList.vue.mjs.map +1 -1
- package/dist/datasets/DatasetDate.vue.d.ts +4 -7
- package/dist/datasets/DatasetDate.vue.mjs +22 -22
- package/dist/datasets/DatasetDate.vue.mjs.map +1 -1
- package/dist/datasets/DatasetList.vue.d.ts +4 -4
- package/dist/datasets/Datasets.vue.mjs +44 -44
- package/dist/datasets/Datasets.vue.mjs.map +1 -1
- package/dist/datasets/DatasetsFilters.vue.d.ts +3 -1
- package/dist/datasets/DatasetsFilters.vue.mjs +48 -48
- package/dist/datasets/DatasetsFilters.vue.mjs.map +1 -1
- package/dist/datasets/DatasetsFiltersTabs.vue.d.ts +5 -5
- package/dist/datasets/DatasetsFiltersTabs.vue.mjs +53 -53
- package/dist/datasets/DatasetsFiltersTabs.vue.mjs.map +1 -1
- package/dist/datasets/DatasetsTopControls.vue.d.ts +6 -8
- package/dist/datasets/DatasetsTopControls.vue.mjs +19 -19
- package/dist/datasets/DatasetsTopControls.vue.mjs.map +1 -1
- package/dist/datasets/datasetsFacets/DatasetsFacets.vue.mjs +16 -16
- package/dist/datasets/datasetsFacets/DatasetsFacets.vue.mjs.map +1 -1
- package/dist/datasets/datasetsFacets/DatasetsFacetsItem.vue.d.ts +4 -4
- package/dist/datasets/datasetsFacets/DatasetsFacetsItem.vue.mjs +12 -12
- package/dist/datasets/datasetsFacets/DatasetsFacetsItem.vue.mjs.map +1 -1
- package/dist/datasets/datasetsFacets/DatasetsMapFacet.vue.d.ts +131 -6
- package/dist/datasets/datasetsFacets/DatasetsMapFacet.vue.mjs +104 -104
- package/dist/datasets/datasetsFacets/DatasetsMapFacet.vue.mjs.map +1 -1
- package/dist/datasets/datasetsFacets/SettingsFacet.vue.d.ts +1 -1
- package/dist/embed/DatasetEmbedModal.vue.d.ts +1 -1
- package/dist/embed/DatasetEmbedModal.vue.mjs +103 -103
- package/dist/embed/DatasetEmbedModal.vue.mjs.map +1 -1
- package/dist/embed/EmbedDataset.vue.mjs +56 -56
- package/dist/embed/EmbedDataset.vue.mjs.map +1 -1
- package/dist/embed/EmbedDatasetSnippet.vue.mjs +50 -50
- package/dist/embed/EmbedDatasetSnippet.vue.mjs.map +1 -1
- package/dist/external/@vueuse/core/index +196 -137
- package/dist/external/@vueuse/core/index.map +1 -1
- package/dist/external/@vueuse/shared/index +44 -43
- package/dist/external/@vueuse/shared/index.map +1 -1
- package/dist/facets/CatalogDetailsFacet.vue.mjs +252 -252
- package/dist/facets/CatalogDetailsFacet.vue.mjs.map +1 -1
- package/dist/facets/ExpandableSelectFacet.vue.d.ts +55 -4
- package/dist/facets/ExpandableSelectFacet.vue.mjs +28 -28
- package/dist/facets/ExpandableSelectFacet.vue.mjs.map +1 -1
- package/dist/facets/Facet.vue.d.ts +4 -4
- package/dist/facets/Facet.vue.mjs +38 -38
- package/dist/facets/Facet.vue.mjs.map +1 -1
- package/dist/facets/FacetTitle.vue.d.ts +4 -4
- package/dist/facets/FacetTitle.vue.mjs +12 -12
- package/dist/facets/FacetTitle.vue.mjs.map +1 -1
- package/dist/facets/RadioFacet.vue.d.ts +21 -3
- package/dist/facets/RadioFacet.vue.mjs +26 -26
- package/dist/facets/RadioFacet.vue.mjs.map +1 -1
- package/dist/facets/SelectedFacetsOverview.vue.d.ts +4 -4
- package/dist/facets/SelectedFacetsOverview.vue.mjs +1 -1
- package/dist/facets/SelectedFacetsOverview.vue.mjs.map +1 -1
- package/dist/form/FormKitGroup.vue.d.ts +3 -3
- package/dist/form/FormKitGroup.vue.mjs +9 -9
- package/dist/form/FormKitGroup.vue.mjs.map +1 -1
- package/dist/form/Repeatable.vue.d.ts +1 -1
- package/dist/form/Repeatable.vue.mjs +19 -19
- package/dist/form/Repeatable.vue.mjs.map +1 -1
- package/dist/map/MapBasic.vue.d.ts +4 -4
- package/dist/map/MapBoundsReceiver.vue.d.ts +3 -3
- package/dist/map/MapBoundsSender.vue.d.ts +3 -3
- package/dist/mixins/useRouteMetaBreadcrumbs.d.ts +1 -1
- package/dist/modal/AppConfirmationDialog.vue.d.ts +4 -4
- package/dist/modal/AppConfirmationDialog.vue.mjs +44 -44
- package/dist/modal/AppConfirmationDialog.vue.mjs.map +1 -1
- package/dist/modal/AppSnackbar.vue.d.ts +41 -1
- package/dist/modal/AppToast.vue.d.ts +4 -4
- package/dist/modal/AppToast.vue.mjs +54 -54
- package/dist/modal/AppToast.vue.mjs.map +1 -1
- package/dist/navigation/SubNavigation.vue.d.ts +4 -4
- package/dist/navigation/SubNavigation.vue.mjs +25 -25
- package/dist/navigation/SubNavigation.vue.mjs.map +1 -1
- package/dist/pages/Imprint.vue.d.ts +3 -1
- package/dist/pages/NotFound.vue.d.ts +3 -1
- package/dist/pages/NotFound.vue.mjs +23 -23
- package/dist/pages/NotFound.vue.mjs.map +1 -1
- package/dist/pages/PrivacyPolicy.vue.d.ts +3 -1
- package/dist/pages/SparqlSearch.vue.d.ts +1 -1
- package/dist/pages/SparqlSearch.vue.mjs +22 -22
- package/dist/pages/SparqlSearch.vue.mjs.map +1 -1
- package/dist/pages/user/UserImprint.vue.d.ts +1 -1
- package/dist/pages/user/UserImprint.vue.mjs +10 -10
- package/dist/pages/user/UserImprint.vue.mjs.map +1 -1
- package/dist/pages/user/UserPrivacyPolicy.vue.d.ts +1 -1
- package/dist/pages/user/UserPrivacyPolicy.vue.mjs +10 -10
- package/dist/pages/user/UserPrivacyPolicy.vue.mjs.map +1 -1
- package/dist/piveau-hub-ui-modules.css +1 -1
- package/dist/widgets/Dropdown.vue.d.ts +4 -8
- package/dist/widgets/Dropdown.vue.mjs +20 -20
- package/dist/widgets/Dropdown.vue.mjs.map +1 -1
- package/dist/widgets/Pagination.vue.d.ts +4 -4
- package/dist/widgets/Pagination.vue.mjs +74 -74
- package/dist/widgets/Pagination.vue.mjs.map +1 -1
- package/dist/widgets/PropertyValue.vue.d.ts +6 -4
- package/dist/widgets/PropertyValue.vue.mjs +17 -17
- package/dist/widgets/PropertyValue.vue.mjs.map +1 -1
- package/dist/widgets/PvBanner.vue.d.ts +3 -3
- package/dist/widgets/PvBanner.vue.mjs +29 -29
- package/dist/widgets/PvBanner.vue.mjs.map +1 -1
- package/dist/widgets/PvButton.vue.d.ts +4 -4
- package/dist/widgets/PvShowMore.vue.d.ts +4 -4
- package/dist/widgets/ResourceAccessPopup.vue.d.ts +1 -1
- package/dist/widgets/ResourceAccessPopup.vue.mjs +48 -48
- package/dist/widgets/ResourceAccessPopup.vue.mjs.map +1 -1
- package/dist/widgets/ResourceDetailsLinkedDataButton.vue.d.ts +6 -4
- package/dist/widgets/Tooltip.vue.d.ts +3 -3
- package/package.json +2 -2
- package/dist/datasetDetails/DatasetDetails.vue.d.ts +0 -25
- package/dist/embed/EmbedDataset.vue.d.ts +0 -7
- package/dist/embed/EmbedDatasetSnippet.vue.d.ts +0 -9
|
@@ -1,14 +1,19 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
property: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
};
|
|
5
5
|
context: {
|
|
6
6
|
type: ObjectConstructor;
|
|
7
7
|
};
|
|
8
|
-
}
|
|
8
|
+
}>, {
|
|
9
|
+
overviewPageIsVisible: import('vue').Ref<boolean, boolean>;
|
|
10
|
+
}, {
|
|
11
|
+
dpiLocale: string | {
|
|
12
|
+
[x: string]: string[];
|
|
13
|
+
} | import('vue-router').LocationQueryValue[];
|
|
14
|
+
}, {
|
|
9
15
|
showDatasetsOverview(): boolean;
|
|
10
16
|
showCatalogsOverview(): boolean;
|
|
11
|
-
dpiLocale(): any;
|
|
12
17
|
getData: import('vuex').Computed;
|
|
13
18
|
getIsEditMode: import('vuex').Computed;
|
|
14
19
|
}, {
|
|
@@ -25,5 +30,779 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
25
30
|
context: {
|
|
26
31
|
type: ObjectConstructor;
|
|
27
32
|
};
|
|
28
|
-
}
|
|
33
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
34
|
+
LanguageSelector: any;
|
|
35
|
+
DatasetOverview: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
36
|
+
dpiLocale: StringConstructor;
|
|
37
|
+
}>, {}, {
|
|
38
|
+
values: never[];
|
|
39
|
+
pageLoaded: boolean;
|
|
40
|
+
tableProperties: {
|
|
41
|
+
'dct:publisher': {
|
|
42
|
+
type: string;
|
|
43
|
+
voc: string;
|
|
44
|
+
label: string;
|
|
45
|
+
};
|
|
46
|
+
'dcat:contactPoint': {
|
|
47
|
+
type: string;
|
|
48
|
+
voc: string;
|
|
49
|
+
label: string;
|
|
50
|
+
};
|
|
51
|
+
'dct:creator': {
|
|
52
|
+
type: string;
|
|
53
|
+
voc: string;
|
|
54
|
+
label: string;
|
|
55
|
+
};
|
|
56
|
+
'dct:language': {
|
|
57
|
+
type: string;
|
|
58
|
+
voc: string;
|
|
59
|
+
label: string;
|
|
60
|
+
};
|
|
61
|
+
'dct:subject': {
|
|
62
|
+
type: string;
|
|
63
|
+
voc: string;
|
|
64
|
+
label: string;
|
|
65
|
+
};
|
|
66
|
+
'dcat:theme': {
|
|
67
|
+
type: string;
|
|
68
|
+
voc: string;
|
|
69
|
+
label: string;
|
|
70
|
+
};
|
|
71
|
+
'dct:type': {
|
|
72
|
+
type: string;
|
|
73
|
+
voc: string;
|
|
74
|
+
label: string;
|
|
75
|
+
};
|
|
76
|
+
'dct:source': {
|
|
77
|
+
type: string;
|
|
78
|
+
voc: string;
|
|
79
|
+
label: string;
|
|
80
|
+
};
|
|
81
|
+
'dct:identifier': {
|
|
82
|
+
type: string;
|
|
83
|
+
voc: string;
|
|
84
|
+
label: string;
|
|
85
|
+
};
|
|
86
|
+
'adms:identifier': {
|
|
87
|
+
type: string;
|
|
88
|
+
voc: string;
|
|
89
|
+
label: string;
|
|
90
|
+
};
|
|
91
|
+
'foaf:page': {
|
|
92
|
+
type: string;
|
|
93
|
+
voc: string;
|
|
94
|
+
label: string;
|
|
95
|
+
};
|
|
96
|
+
'dcat:landingPage': {
|
|
97
|
+
type: string;
|
|
98
|
+
voc: string;
|
|
99
|
+
label: string;
|
|
100
|
+
};
|
|
101
|
+
'dct:provenance': {
|
|
102
|
+
type: string;
|
|
103
|
+
voc: string;
|
|
104
|
+
label: string;
|
|
105
|
+
};
|
|
106
|
+
'dct:accrualPeriodicity': {
|
|
107
|
+
type: string;
|
|
108
|
+
voc: string;
|
|
109
|
+
label: string;
|
|
110
|
+
};
|
|
111
|
+
'dct:accessRights': {
|
|
112
|
+
type: string;
|
|
113
|
+
voc: string;
|
|
114
|
+
label: string;
|
|
115
|
+
};
|
|
116
|
+
'dct:conformsTo': {
|
|
117
|
+
type: string;
|
|
118
|
+
voc: string;
|
|
119
|
+
label: string;
|
|
120
|
+
};
|
|
121
|
+
'dct:relation': {
|
|
122
|
+
type: string;
|
|
123
|
+
voc: string;
|
|
124
|
+
label: string;
|
|
125
|
+
};
|
|
126
|
+
'dcat:qualifiedRelation': {
|
|
127
|
+
type: string;
|
|
128
|
+
voc: string;
|
|
129
|
+
label: string;
|
|
130
|
+
};
|
|
131
|
+
'prov:qualifiedAttribution': {
|
|
132
|
+
type: string;
|
|
133
|
+
voc: string;
|
|
134
|
+
label: string;
|
|
135
|
+
};
|
|
136
|
+
'dct:spatial': {
|
|
137
|
+
type: string;
|
|
138
|
+
voc: string;
|
|
139
|
+
label: string;
|
|
140
|
+
};
|
|
141
|
+
'dcat:spatialResolutionInMeters': {
|
|
142
|
+
type: string;
|
|
143
|
+
voc: string;
|
|
144
|
+
label: string;
|
|
145
|
+
};
|
|
146
|
+
'dct:temporal': {
|
|
147
|
+
type: string;
|
|
148
|
+
voc: string;
|
|
149
|
+
label: string;
|
|
150
|
+
};
|
|
151
|
+
'dcat:temporalResolution': {
|
|
152
|
+
type: string;
|
|
153
|
+
voc: string;
|
|
154
|
+
label: string;
|
|
155
|
+
};
|
|
156
|
+
'dct:isReferencedBy': {
|
|
157
|
+
type: string;
|
|
158
|
+
voc: string;
|
|
159
|
+
label: string;
|
|
160
|
+
};
|
|
161
|
+
'prov:wasGeneratedBy': {
|
|
162
|
+
type: string;
|
|
163
|
+
voc: string;
|
|
164
|
+
label: string;
|
|
165
|
+
};
|
|
166
|
+
'dct:isVersionOf': {
|
|
167
|
+
type: string;
|
|
168
|
+
voc: string;
|
|
169
|
+
label: string;
|
|
170
|
+
};
|
|
171
|
+
'dext:metadataExtension': {
|
|
172
|
+
type: string;
|
|
173
|
+
voc: string;
|
|
174
|
+
label: string;
|
|
175
|
+
};
|
|
176
|
+
'dct:hasVersion': {
|
|
177
|
+
type: string;
|
|
178
|
+
voc: string;
|
|
179
|
+
label: string;
|
|
180
|
+
};
|
|
181
|
+
'owl:versionInfo': {
|
|
182
|
+
type: string;
|
|
183
|
+
voc: string;
|
|
184
|
+
label: string;
|
|
185
|
+
};
|
|
186
|
+
'adms:versionNotes': {
|
|
187
|
+
type: string;
|
|
188
|
+
voc: string;
|
|
189
|
+
label: string;
|
|
190
|
+
};
|
|
191
|
+
'dcatde:qualityProcessURI': {
|
|
192
|
+
type: string;
|
|
193
|
+
voc: string;
|
|
194
|
+
label: string;
|
|
195
|
+
};
|
|
196
|
+
'dct:references': {
|
|
197
|
+
type: string;
|
|
198
|
+
voc: string;
|
|
199
|
+
label: string;
|
|
200
|
+
};
|
|
201
|
+
'dcatde:legalBasis': {
|
|
202
|
+
type: string;
|
|
203
|
+
voc: string;
|
|
204
|
+
label: string;
|
|
205
|
+
};
|
|
206
|
+
'dct:contributor': {
|
|
207
|
+
type: string;
|
|
208
|
+
voc: string;
|
|
209
|
+
label: string;
|
|
210
|
+
};
|
|
211
|
+
'dcatde:contributorID': {
|
|
212
|
+
type: string;
|
|
213
|
+
voc: string;
|
|
214
|
+
label: string;
|
|
215
|
+
};
|
|
216
|
+
'dcatde:originator': {
|
|
217
|
+
type: string;
|
|
218
|
+
voc: string;
|
|
219
|
+
label: string;
|
|
220
|
+
};
|
|
221
|
+
'dcatde:maintainer': {
|
|
222
|
+
type: string;
|
|
223
|
+
voc: string;
|
|
224
|
+
label: string;
|
|
225
|
+
};
|
|
226
|
+
'dcatap:availability': {
|
|
227
|
+
type: string;
|
|
228
|
+
voc: string;
|
|
229
|
+
label: string;
|
|
230
|
+
};
|
|
231
|
+
'dcatde:geocodingDescription': {
|
|
232
|
+
type: string;
|
|
233
|
+
voc: string;
|
|
234
|
+
label: string;
|
|
235
|
+
};
|
|
236
|
+
'dcatde:politicalGeocodingLevelURI': {
|
|
237
|
+
type: string;
|
|
238
|
+
voc: string;
|
|
239
|
+
label: string;
|
|
240
|
+
};
|
|
241
|
+
'dcatde:politicalGeocodingURI': {
|
|
242
|
+
type: string;
|
|
243
|
+
voc: string;
|
|
244
|
+
label: string;
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
}, {
|
|
248
|
+
getDatasets(): never[];
|
|
249
|
+
getDistributions(): any;
|
|
250
|
+
showTable(): boolean;
|
|
251
|
+
storeData(): any;
|
|
252
|
+
getTitle(): any;
|
|
253
|
+
getDescription(): any;
|
|
254
|
+
getData: import('vuex').Computed;
|
|
255
|
+
}, {
|
|
256
|
+
checkIfPropertySet(data: any, property: any): any;
|
|
257
|
+
checkIfPropertyValueSet(data: any, property: any, value: any): any;
|
|
258
|
+
reqName(URI: any): Promise<any>;
|
|
259
|
+
requestFirstEntrySuggestions: import('vuex').ActionMethod;
|
|
260
|
+
requestAutocompleteSuggestions: import('vuex').ActionMethod;
|
|
261
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
262
|
+
dpiLocale: StringConstructor;
|
|
263
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
264
|
+
PropertyEntry: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
265
|
+
profile: StringConstructor;
|
|
266
|
+
data: ObjectConstructor;
|
|
267
|
+
property: StringConstructor;
|
|
268
|
+
value: ObjectConstructor;
|
|
269
|
+
dpiLocale: StringConstructor;
|
|
270
|
+
distId: NumberConstructor;
|
|
271
|
+
type: StringConstructor;
|
|
272
|
+
inHeader: StringConstructor;
|
|
273
|
+
}>, {}, {}, {
|
|
274
|
+
isSet(): boolean;
|
|
275
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
276
|
+
profile: StringConstructor;
|
|
277
|
+
data: ObjectConstructor;
|
|
278
|
+
property: StringConstructor;
|
|
279
|
+
value: ObjectConstructor;
|
|
280
|
+
dpiLocale: StringConstructor;
|
|
281
|
+
distId: NumberConstructor;
|
|
282
|
+
type: StringConstructor;
|
|
283
|
+
inHeader: StringConstructor;
|
|
284
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
285
|
+
URIProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
286
|
+
property: StringConstructor;
|
|
287
|
+
value: ObjectConstructor;
|
|
288
|
+
data: ObjectConstructor;
|
|
289
|
+
inHeader: StringConstructor;
|
|
290
|
+
}>, {}, {
|
|
291
|
+
nameOfProperty: string;
|
|
292
|
+
namesOfMulti: never[];
|
|
293
|
+
}, {}, {
|
|
294
|
+
trimString(str: any, maxLength: any): any;
|
|
295
|
+
getTranslationFor: typeof import('../..').getTranslationFor;
|
|
296
|
+
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
297
|
+
getURILabel(value: any): Promise<any>;
|
|
298
|
+
requestResourceName: import('vuex').ActionMethod;
|
|
299
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
300
|
+
property: StringConstructor;
|
|
301
|
+
value: ObjectConstructor;
|
|
302
|
+
data: ObjectConstructor;
|
|
303
|
+
inHeader: StringConstructor;
|
|
304
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
305
|
+
URLProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
306
|
+
property: StringConstructor;
|
|
307
|
+
value: ObjectConstructor;
|
|
308
|
+
data: ObjectConstructor;
|
|
309
|
+
}>, {}, {
|
|
310
|
+
isEditMode: boolean;
|
|
311
|
+
contentOfProp: string;
|
|
312
|
+
}, {}, {
|
|
313
|
+
showValue(property: any, value: any): boolean;
|
|
314
|
+
editProp(e: any): Promise<void>;
|
|
315
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
316
|
+
property: StringConstructor;
|
|
317
|
+
value: ObjectConstructor;
|
|
318
|
+
data: ObjectConstructor;
|
|
319
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
320
|
+
AppLink: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
321
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
322
|
+
StringProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
323
|
+
property: StringConstructor;
|
|
324
|
+
value: ObjectConstructor;
|
|
325
|
+
data: ObjectConstructor;
|
|
326
|
+
dpiLocale: StringConstructor;
|
|
327
|
+
}>, {}, {
|
|
328
|
+
availableInLocale: boolean;
|
|
329
|
+
availableLang: never[];
|
|
330
|
+
}, {}, {
|
|
331
|
+
filterDateFormatEU(date: any): any;
|
|
332
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
333
|
+
property: StringConstructor;
|
|
334
|
+
value: ObjectConstructor;
|
|
335
|
+
data: ObjectConstructor;
|
|
336
|
+
dpiLocale: StringConstructor;
|
|
337
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
338
|
+
SpecialProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
339
|
+
property: StringConstructor;
|
|
340
|
+
value: ObjectConstructor;
|
|
341
|
+
data: ObjectConstructor;
|
|
342
|
+
dpiLocale: StringConstructor;
|
|
343
|
+
}>, {}, {}, {}, {
|
|
344
|
+
showDataService(): boolean | undefined;
|
|
345
|
+
manualSwitch(propData: any, head: any): false | "head" | "auto" | "man" | "liMan" | "liAuto" | undefined;
|
|
346
|
+
showMultilingualValue(property: any, value: any): boolean | "";
|
|
347
|
+
checkadms(str: any): boolean | undefined;
|
|
348
|
+
showValue(property: any, value: any): boolean | undefined;
|
|
349
|
+
filterDateFormatEU(date: any): any;
|
|
350
|
+
convertTemporalResolution(data: any): string;
|
|
351
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
352
|
+
property: StringConstructor;
|
|
353
|
+
value: ObjectConstructor;
|
|
354
|
+
data: ObjectConstructor;
|
|
355
|
+
dpiLocale: StringConstructor;
|
|
356
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
357
|
+
AppLink: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
358
|
+
URIProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
359
|
+
property: StringConstructor;
|
|
360
|
+
value: ObjectConstructor;
|
|
361
|
+
data: ObjectConstructor;
|
|
362
|
+
inHeader: StringConstructor;
|
|
363
|
+
}>, {}, {
|
|
364
|
+
nameOfProperty: string;
|
|
365
|
+
namesOfMulti: never[];
|
|
366
|
+
}, {}, {
|
|
367
|
+
trimString(str: any, maxLength: any): any;
|
|
368
|
+
getTranslationFor: typeof import('../..').getTranslationFor;
|
|
369
|
+
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
370
|
+
getURILabel(value: any): Promise<any>;
|
|
371
|
+
requestResourceName: import('vuex').ActionMethod;
|
|
372
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
373
|
+
property: StringConstructor;
|
|
374
|
+
value: ObjectConstructor;
|
|
375
|
+
data: ObjectConstructor;
|
|
376
|
+
inHeader: StringConstructor;
|
|
377
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
378
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
379
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
380
|
+
DistributionOverview: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
381
|
+
dpiLocale: StringConstructor;
|
|
382
|
+
distributions: {
|
|
383
|
+
required: true;
|
|
384
|
+
};
|
|
385
|
+
}>, {}, {
|
|
386
|
+
tableProperties: {
|
|
387
|
+
'dct:format': {
|
|
388
|
+
type: string;
|
|
389
|
+
voc: string;
|
|
390
|
+
label: string;
|
|
391
|
+
};
|
|
392
|
+
'dcat:downloadURL': {
|
|
393
|
+
type: string;
|
|
394
|
+
voc: string;
|
|
395
|
+
label: string;
|
|
396
|
+
};
|
|
397
|
+
'dcat:accessService': {
|
|
398
|
+
type: string;
|
|
399
|
+
voc: string;
|
|
400
|
+
label: string;
|
|
401
|
+
};
|
|
402
|
+
'dct:license': {
|
|
403
|
+
type: string;
|
|
404
|
+
voc: string;
|
|
405
|
+
label: string;
|
|
406
|
+
};
|
|
407
|
+
'dct:issued': {
|
|
408
|
+
type: string;
|
|
409
|
+
voc: string;
|
|
410
|
+
label: string;
|
|
411
|
+
};
|
|
412
|
+
'dct:modified': {
|
|
413
|
+
type: string;
|
|
414
|
+
voc: string;
|
|
415
|
+
label: string;
|
|
416
|
+
};
|
|
417
|
+
'dct:type': {
|
|
418
|
+
type: string;
|
|
419
|
+
voc: string;
|
|
420
|
+
label: string;
|
|
421
|
+
};
|
|
422
|
+
'dcat:mediaType': {
|
|
423
|
+
type: string;
|
|
424
|
+
voc: string;
|
|
425
|
+
label: string;
|
|
426
|
+
};
|
|
427
|
+
'dcatap:availability': {
|
|
428
|
+
type: string;
|
|
429
|
+
voc: string;
|
|
430
|
+
label: string;
|
|
431
|
+
};
|
|
432
|
+
'dcat:byteSize': {
|
|
433
|
+
type: string;
|
|
434
|
+
voc: string;
|
|
435
|
+
label: string;
|
|
436
|
+
};
|
|
437
|
+
'dcat:packageFormat': {
|
|
438
|
+
type: string;
|
|
439
|
+
voc: string;
|
|
440
|
+
label: string;
|
|
441
|
+
};
|
|
442
|
+
'dcat:compressFormat': {
|
|
443
|
+
type: string;
|
|
444
|
+
voc: string;
|
|
445
|
+
label: string;
|
|
446
|
+
};
|
|
447
|
+
'adms:status': {
|
|
448
|
+
type: string;
|
|
449
|
+
voc: string;
|
|
450
|
+
label: string;
|
|
451
|
+
};
|
|
452
|
+
'dcat:spatialResolutionInMeters': {
|
|
453
|
+
type: string;
|
|
454
|
+
voc: string;
|
|
455
|
+
label: string;
|
|
456
|
+
};
|
|
457
|
+
'dcat:temporalResolution': {
|
|
458
|
+
type: string;
|
|
459
|
+
voc: string;
|
|
460
|
+
label: string;
|
|
461
|
+
};
|
|
462
|
+
'dct:conformsTo': {
|
|
463
|
+
type: string;
|
|
464
|
+
voc: string;
|
|
465
|
+
label: string;
|
|
466
|
+
};
|
|
467
|
+
'dct:language': {
|
|
468
|
+
type: string;
|
|
469
|
+
voc: string;
|
|
470
|
+
label: string;
|
|
471
|
+
};
|
|
472
|
+
'dct:rights': {
|
|
473
|
+
type: string;
|
|
474
|
+
voc: string;
|
|
475
|
+
label: string;
|
|
476
|
+
};
|
|
477
|
+
'foaf:page': {
|
|
478
|
+
type: string;
|
|
479
|
+
voc: string;
|
|
480
|
+
label: string;
|
|
481
|
+
};
|
|
482
|
+
'odrl:hasPolicy': {
|
|
483
|
+
type: string;
|
|
484
|
+
voc: string;
|
|
485
|
+
label: string;
|
|
486
|
+
};
|
|
487
|
+
'spdx:checksum': {
|
|
488
|
+
type: string;
|
|
489
|
+
voc: string;
|
|
490
|
+
label: string;
|
|
491
|
+
};
|
|
492
|
+
'dcatde:licenseAttributionByText': {
|
|
493
|
+
type: string;
|
|
494
|
+
voc: string;
|
|
495
|
+
label: string;
|
|
496
|
+
};
|
|
497
|
+
};
|
|
498
|
+
}, {
|
|
499
|
+
distributionList(): {}[];
|
|
500
|
+
getData: import('vuex').Computed;
|
|
501
|
+
}, {
|
|
502
|
+
truncate: typeof import('../..').truncate;
|
|
503
|
+
getDistributionFormat(distribution: any): any;
|
|
504
|
+
showValue(property: any, value: any): boolean;
|
|
505
|
+
unfoldDisDetails(e: any): void;
|
|
506
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
507
|
+
dpiLocale: StringConstructor;
|
|
508
|
+
distributions: {
|
|
509
|
+
required: true;
|
|
510
|
+
};
|
|
511
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
512
|
+
PropertyEntry: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
513
|
+
profile: StringConstructor;
|
|
514
|
+
data: ObjectConstructor;
|
|
515
|
+
property: StringConstructor;
|
|
516
|
+
value: ObjectConstructor;
|
|
517
|
+
dpiLocale: StringConstructor;
|
|
518
|
+
distId: NumberConstructor;
|
|
519
|
+
type: StringConstructor;
|
|
520
|
+
inHeader: StringConstructor;
|
|
521
|
+
}>, {}, {}, {
|
|
522
|
+
isSet(): boolean;
|
|
523
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
524
|
+
profile: StringConstructor;
|
|
525
|
+
data: ObjectConstructor;
|
|
526
|
+
property: StringConstructor;
|
|
527
|
+
value: ObjectConstructor;
|
|
528
|
+
dpiLocale: StringConstructor;
|
|
529
|
+
distId: NumberConstructor;
|
|
530
|
+
type: StringConstructor;
|
|
531
|
+
inHeader: StringConstructor;
|
|
532
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
533
|
+
URIProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
534
|
+
property: StringConstructor;
|
|
535
|
+
value: ObjectConstructor;
|
|
536
|
+
data: ObjectConstructor;
|
|
537
|
+
inHeader: StringConstructor;
|
|
538
|
+
}>, {}, {
|
|
539
|
+
nameOfProperty: string;
|
|
540
|
+
namesOfMulti: never[];
|
|
541
|
+
}, {}, {
|
|
542
|
+
trimString(str: any, maxLength: any): any;
|
|
543
|
+
getTranslationFor: typeof import('../..').getTranslationFor;
|
|
544
|
+
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
545
|
+
getURILabel(value: any): Promise<any>;
|
|
546
|
+
requestResourceName: import('vuex').ActionMethod;
|
|
547
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
548
|
+
property: StringConstructor;
|
|
549
|
+
value: ObjectConstructor;
|
|
550
|
+
data: ObjectConstructor;
|
|
551
|
+
inHeader: StringConstructor;
|
|
552
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
553
|
+
URLProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
554
|
+
property: StringConstructor;
|
|
555
|
+
value: ObjectConstructor;
|
|
556
|
+
data: ObjectConstructor;
|
|
557
|
+
}>, {}, {
|
|
558
|
+
isEditMode: boolean;
|
|
559
|
+
contentOfProp: string;
|
|
560
|
+
}, {}, {
|
|
561
|
+
showValue(property: any, value: any): boolean;
|
|
562
|
+
editProp(e: any): Promise<void>;
|
|
563
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
564
|
+
property: StringConstructor;
|
|
565
|
+
value: ObjectConstructor;
|
|
566
|
+
data: ObjectConstructor;
|
|
567
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
568
|
+
AppLink: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
569
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
570
|
+
StringProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
571
|
+
property: StringConstructor;
|
|
572
|
+
value: ObjectConstructor;
|
|
573
|
+
data: ObjectConstructor;
|
|
574
|
+
dpiLocale: StringConstructor;
|
|
575
|
+
}>, {}, {
|
|
576
|
+
availableInLocale: boolean;
|
|
577
|
+
availableLang: never[];
|
|
578
|
+
}, {}, {
|
|
579
|
+
filterDateFormatEU(date: any): any;
|
|
580
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
581
|
+
property: StringConstructor;
|
|
582
|
+
value: ObjectConstructor;
|
|
583
|
+
data: ObjectConstructor;
|
|
584
|
+
dpiLocale: StringConstructor;
|
|
585
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
586
|
+
SpecialProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
587
|
+
property: StringConstructor;
|
|
588
|
+
value: ObjectConstructor;
|
|
589
|
+
data: ObjectConstructor;
|
|
590
|
+
dpiLocale: StringConstructor;
|
|
591
|
+
}>, {}, {}, {}, {
|
|
592
|
+
showDataService(): boolean | undefined;
|
|
593
|
+
manualSwitch(propData: any, head: any): false | "head" | "auto" | "man" | "liMan" | "liAuto" | undefined;
|
|
594
|
+
showMultilingualValue(property: any, value: any): boolean | "";
|
|
595
|
+
checkadms(str: any): boolean | undefined;
|
|
596
|
+
showValue(property: any, value: any): boolean | undefined;
|
|
597
|
+
filterDateFormatEU(date: any): any;
|
|
598
|
+
convertTemporalResolution(data: any): string;
|
|
599
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
600
|
+
property: StringConstructor;
|
|
601
|
+
value: ObjectConstructor;
|
|
602
|
+
data: ObjectConstructor;
|
|
603
|
+
dpiLocale: StringConstructor;
|
|
604
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
605
|
+
AppLink: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
606
|
+
URIProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
607
|
+
property: StringConstructor;
|
|
608
|
+
value: ObjectConstructor;
|
|
609
|
+
data: ObjectConstructor;
|
|
610
|
+
inHeader: StringConstructor;
|
|
611
|
+
}>, {}, {
|
|
612
|
+
nameOfProperty: string;
|
|
613
|
+
namesOfMulti: never[];
|
|
614
|
+
}, {}, {
|
|
615
|
+
trimString(str: any, maxLength: any): any;
|
|
616
|
+
getTranslationFor: typeof import('../..').getTranslationFor;
|
|
617
|
+
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
618
|
+
getURILabel(value: any): Promise<any>;
|
|
619
|
+
requestResourceName: import('vuex').ActionMethod;
|
|
620
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
621
|
+
property: StringConstructor;
|
|
622
|
+
value: ObjectConstructor;
|
|
623
|
+
data: ObjectConstructor;
|
|
624
|
+
inHeader: StringConstructor;
|
|
625
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
626
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
627
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
628
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
629
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
630
|
+
CatalogueOverview: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
631
|
+
dpiLocale: StringConstructor;
|
|
632
|
+
}>, {}, {
|
|
633
|
+
tableProperties: {
|
|
634
|
+
'dct:publisher': {
|
|
635
|
+
type: string;
|
|
636
|
+
voc: string;
|
|
637
|
+
label: string;
|
|
638
|
+
};
|
|
639
|
+
'foaf:homepage': {
|
|
640
|
+
type: string;
|
|
641
|
+
voc: string;
|
|
642
|
+
label: string;
|
|
643
|
+
};
|
|
644
|
+
'dct:language': {
|
|
645
|
+
type: string;
|
|
646
|
+
voc: string;
|
|
647
|
+
label: string;
|
|
648
|
+
};
|
|
649
|
+
'dct:license': {
|
|
650
|
+
type: string;
|
|
651
|
+
voc: string;
|
|
652
|
+
label: string;
|
|
653
|
+
};
|
|
654
|
+
'dct:spatial': {
|
|
655
|
+
type: string;
|
|
656
|
+
voc: string;
|
|
657
|
+
label: string;
|
|
658
|
+
};
|
|
659
|
+
'dct:creator': {
|
|
660
|
+
type: string;
|
|
661
|
+
voc: string;
|
|
662
|
+
label: string;
|
|
663
|
+
};
|
|
664
|
+
'dct:hasPart': {
|
|
665
|
+
type: string;
|
|
666
|
+
voc: string;
|
|
667
|
+
label: string;
|
|
668
|
+
};
|
|
669
|
+
'dct:isPartOf': {
|
|
670
|
+
type: string;
|
|
671
|
+
voc: string;
|
|
672
|
+
label: string;
|
|
673
|
+
};
|
|
674
|
+
'dcat:catalog': {
|
|
675
|
+
type: string;
|
|
676
|
+
voc: string;
|
|
677
|
+
label: string;
|
|
678
|
+
};
|
|
679
|
+
'dct:rights': {
|
|
680
|
+
type: string;
|
|
681
|
+
voc: string;
|
|
682
|
+
label: string;
|
|
683
|
+
};
|
|
684
|
+
};
|
|
685
|
+
}, {
|
|
686
|
+
getData: import('vuex').Computed;
|
|
687
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
688
|
+
dpiLocale: StringConstructor;
|
|
689
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
690
|
+
PropertyEntry: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
691
|
+
profile: StringConstructor;
|
|
692
|
+
data: ObjectConstructor;
|
|
693
|
+
property: StringConstructor;
|
|
694
|
+
value: ObjectConstructor;
|
|
695
|
+
dpiLocale: StringConstructor;
|
|
696
|
+
distId: NumberConstructor;
|
|
697
|
+
type: StringConstructor;
|
|
698
|
+
inHeader: StringConstructor;
|
|
699
|
+
}>, {}, {}, {
|
|
700
|
+
isSet(): boolean;
|
|
701
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
702
|
+
profile: StringConstructor;
|
|
703
|
+
data: ObjectConstructor;
|
|
704
|
+
property: StringConstructor;
|
|
705
|
+
value: ObjectConstructor;
|
|
706
|
+
dpiLocale: StringConstructor;
|
|
707
|
+
distId: NumberConstructor;
|
|
708
|
+
type: StringConstructor;
|
|
709
|
+
inHeader: StringConstructor;
|
|
710
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
711
|
+
URIProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
712
|
+
property: StringConstructor;
|
|
713
|
+
value: ObjectConstructor;
|
|
714
|
+
data: ObjectConstructor;
|
|
715
|
+
inHeader: StringConstructor;
|
|
716
|
+
}>, {}, {
|
|
717
|
+
nameOfProperty: string;
|
|
718
|
+
namesOfMulti: never[];
|
|
719
|
+
}, {}, {
|
|
720
|
+
trimString(str: any, maxLength: any): any;
|
|
721
|
+
getTranslationFor: typeof import('../..').getTranslationFor;
|
|
722
|
+
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
723
|
+
getURILabel(value: any): Promise<any>;
|
|
724
|
+
requestResourceName: import('vuex').ActionMethod;
|
|
725
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
726
|
+
property: StringConstructor;
|
|
727
|
+
value: ObjectConstructor;
|
|
728
|
+
data: ObjectConstructor;
|
|
729
|
+
inHeader: StringConstructor;
|
|
730
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
731
|
+
URLProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
732
|
+
property: StringConstructor;
|
|
733
|
+
value: ObjectConstructor;
|
|
734
|
+
data: ObjectConstructor;
|
|
735
|
+
}>, {}, {
|
|
736
|
+
isEditMode: boolean;
|
|
737
|
+
contentOfProp: string;
|
|
738
|
+
}, {}, {
|
|
739
|
+
showValue(property: any, value: any): boolean;
|
|
740
|
+
editProp(e: any): Promise<void>;
|
|
741
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
742
|
+
property: StringConstructor;
|
|
743
|
+
value: ObjectConstructor;
|
|
744
|
+
data: ObjectConstructor;
|
|
745
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
746
|
+
AppLink: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
747
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
748
|
+
StringProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
749
|
+
property: StringConstructor;
|
|
750
|
+
value: ObjectConstructor;
|
|
751
|
+
data: ObjectConstructor;
|
|
752
|
+
dpiLocale: StringConstructor;
|
|
753
|
+
}>, {}, {
|
|
754
|
+
availableInLocale: boolean;
|
|
755
|
+
availableLang: never[];
|
|
756
|
+
}, {}, {
|
|
757
|
+
filterDateFormatEU(date: any): any;
|
|
758
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
759
|
+
property: StringConstructor;
|
|
760
|
+
value: ObjectConstructor;
|
|
761
|
+
data: ObjectConstructor;
|
|
762
|
+
dpiLocale: StringConstructor;
|
|
763
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
764
|
+
SpecialProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
765
|
+
property: StringConstructor;
|
|
766
|
+
value: ObjectConstructor;
|
|
767
|
+
data: ObjectConstructor;
|
|
768
|
+
dpiLocale: StringConstructor;
|
|
769
|
+
}>, {}, {}, {}, {
|
|
770
|
+
showDataService(): boolean | undefined;
|
|
771
|
+
manualSwitch(propData: any, head: any): false | "head" | "auto" | "man" | "liMan" | "liAuto" | undefined;
|
|
772
|
+
showMultilingualValue(property: any, value: any): boolean | "";
|
|
773
|
+
checkadms(str: any): boolean | undefined;
|
|
774
|
+
showValue(property: any, value: any): boolean | undefined;
|
|
775
|
+
filterDateFormatEU(date: any): any;
|
|
776
|
+
convertTemporalResolution(data: any): string;
|
|
777
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
778
|
+
property: StringConstructor;
|
|
779
|
+
value: ObjectConstructor;
|
|
780
|
+
data: ObjectConstructor;
|
|
781
|
+
dpiLocale: StringConstructor;
|
|
782
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
783
|
+
AppLink: import('vue').DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, import('vue').PublicProps>;
|
|
784
|
+
URIProp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
785
|
+
property: StringConstructor;
|
|
786
|
+
value: ObjectConstructor;
|
|
787
|
+
data: ObjectConstructor;
|
|
788
|
+
inHeader: StringConstructor;
|
|
789
|
+
}>, {}, {
|
|
790
|
+
nameOfProperty: string;
|
|
791
|
+
namesOfMulti: never[];
|
|
792
|
+
}, {}, {
|
|
793
|
+
trimString(str: any, maxLength: any): any;
|
|
794
|
+
getTranslationFor: typeof import('../..').getTranslationFor;
|
|
795
|
+
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
796
|
+
getURILabel(value: any): Promise<any>;
|
|
797
|
+
requestResourceName: import('vuex').ActionMethod;
|
|
798
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
799
|
+
property: StringConstructor;
|
|
800
|
+
value: ObjectConstructor;
|
|
801
|
+
data: ObjectConstructor;
|
|
802
|
+
inHeader: StringConstructor;
|
|
803
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
804
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
805
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
806
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
807
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
808
|
export default _default;
|