@piveau/piveau-hub-ui-modules 4.7.12 → 4.8.0-beta.0

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.
Files changed (37) hide show
  1. package/dist/configurations/configureServices.mjs +18 -15
  2. package/dist/configurations/configureServices.mjs.map +1 -1
  3. package/dist/data-provider-interface/composables/aucotomplete.mjs +36 -26
  4. package/dist/data-provider-interface/composables/aucotomplete.mjs.map +1 -1
  5. package/dist/data-provider-interface/config/dcatapde/input-definition.mjs +1 -1
  6. package/dist/data-provider-interface/config/dcatapde/input-definition.mjs.map +1 -1
  7. package/dist/data-provider-interface/config/dcatapde/vocab-prefixes.mjs +1 -0
  8. package/dist/data-provider-interface/config/dcatapde/vocab-prefixes.mjs.map +1 -1
  9. package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue.d.ts +43 -0
  10. package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue.mjs +118 -0
  11. package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue.mjs.map +1 -0
  12. package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue2.mjs +5 -0
  13. package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue2.mjs.map +1 -0
  14. package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue.d.ts +52 -0
  15. package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue.mjs +170 -0
  16. package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue.mjs.map +1 -0
  17. package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue2.mjs +5 -0
  18. package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue2.mjs.map +1 -0
  19. package/dist/datasetDetails/properties/ValuesList.vue.d.ts +1 -0
  20. package/dist/datasetDetails/properties/ValuesList.vue.mjs +47 -44
  21. package/dist/datasetDetails/properties/ValuesList.vue.mjs.map +1 -1
  22. package/dist/datasetDetails/properties/specification.d.ts +26 -0
  23. package/dist/datasetDetails/properties/specification.mjs +8 -0
  24. package/dist/datasetDetails/properties/specification.mjs.map +1 -1
  25. package/dist/index.d.ts +3 -1
  26. package/dist/index.mjs +113 -109
  27. package/dist/index.mjs.map +1 -1
  28. package/dist/piveau-hub-ui-modules.css +1 -1
  29. package/dist/services/dataserviceService.d.ts +9 -0
  30. package/dist/services/dataserviceService.mjs +30 -0
  31. package/dist/services/dataserviceService.mjs.map +1 -0
  32. package/dist/store/index.mjs +19 -17
  33. package/dist/store/index.mjs.map +1 -1
  34. package/dist/store/modules/dataserviceDetailsStore.d.ts +71 -0
  35. package/dist/store/modules/dataserviceDetailsStore.mjs +117 -0
  36. package/dist/store/modules/dataserviceDetailsStore.mjs.map +1 -0
  37. package/package.json +1 -1
@@ -202,3 +202,29 @@ export declare const dcatDeSchema: () => {
202
202
  fields: string;
203
203
  };
204
204
  };
205
+ export declare const dcatDataserviceSchema: () => {
206
+ catalog: {
207
+ type: string;
208
+ fields: string;
209
+ };
210
+ publisher: {
211
+ type: string;
212
+ fields: string;
213
+ };
214
+ contact_point: {
215
+ type: string;
216
+ fields: string;
217
+ };
218
+ access_right: {
219
+ type: string;
220
+ fields: string;
221
+ };
222
+ endpoint_url: {
223
+ type: string;
224
+ translate: string;
225
+ };
226
+ format: {
227
+ type: string;
228
+ fields: string;
229
+ };
230
+ };
@@ -65,8 +65,16 @@ const a = `releaseDate,modificationDate,creator,landingPages,sources,
65
65
  contributor: { type: "objects", fields: "name,type,homepage,email,resource" },
66
66
  originator: { type: "objects", fields: "name,type,homepage,email,resource" },
67
67
  maintainer: { type: "objects", fields: "name,type,homepage,email,resource" }
68
+ }), l = () => ({
69
+ catalog: { type: "translation", fields: "title" },
70
+ publisher: { type: "object", fields: "name,email,homepage:link" },
71
+ contact_point: { type: "objects", fields: "email" },
72
+ access_right: { type: "object", fields: "resource" },
73
+ endpoint_url: { type: "links", translate: ",endpoint_url" },
74
+ format: { type: "object", fields: "label,resource:link_blank" }
68
75
  });
69
76
  export {
77
+ l as dcatDataserviceSchema,
70
78
  i as dcatDeFields,
71
79
  n as dcatDeSchema,
72
80
  a as dcatFields,
@@ -1 +1 @@
1
- {"version":3,"file":"specification.mjs","sources":["../../../lib/datasetDetails/properties/specification.ts"],"sourcesContent":["export const dcatFields = `releaseDate,modificationDate,creator,landingPages,sources,\n languages,publisher,contactPoints,catalogRecord,spatial,\n spatialResource,conformsTo,provenances,identifiers,otherIdentifiers, resource,\n frequency,accessRights,accrualPeriodicity,hasVersion,isVersionOf,\n temporal,versionInfo,versionNotes,attributes,dimensions,numSeries,hasQualityAnnotations,\n statUnitMeasures,isReferencedBy,qualifiedAttributions,wasGeneratedBy,\n qualifiedRelations,sample,spatialResolutionInMeters,type,temporalResolution`;\n\nexport const dcatDeFields = `politicalGeocodingLevelURI,politicalGeocodingURI,availability,\n contributorID,geocodingDescriptionDe,legalBasis,qualityProcessURI,typeDe,\n references,contributor,originator,maintainer`;\n\n/*\n Below we have schemata describing how properties should be rendered in DatasetDatailsProperties.vue. A schema is\n an object where keys correspond to the above defined fields. For each key, the value is an object the format of which\n we will now describe:\n\n - type: is the the only required property. Will be evaluated in typeCheckers.ts. It reflects the format of the\n data item (CALLED \"response\" BELOW!) retrieved by from the search network response (number, string, url, array, object, array of objects).\n Supported values are:\n * \"number\": response is a single number\n * \"first:number\": render response[0] as a number\n * \"string\": response a simple string\n * \"uri\": response a simple string, rendered as a link\n * \"date\": response a simple string, formatted as a date conforming to the current locale\n * \"translation\": response an object containing locale keys (like \"en\", \"de\"). The value corresponding to the\n current locale is rendered\n * \"object\": response an object whose where each key-value pair is rendered on a separate line\n * \"array\": response an array whose elements are rendered vertically\n * \"links\": reponse either an array of uri-strings rendered as links, or an\n array of objects with a label field that is displayed as a link and another field\n holding the href; that other field is either resource, label or id\n\n - translate: for a property \"xxx\", we have a bold label and tooltip to the left which comes from\n an i18n translation; the default i18n keys are: message.tooltip.datasetDetails.xxx for the tooltip and\n message.metadata.xxx for the displayed label. if instead of xxx, you want to use another key (with the same prefixes),\n translate can provide it. If translate is two strings separated by commas, the left one applies to the tooltip, the right\n to the label. Instead of just a replacement for xxx, you can provide i18n keys without the prefixes by starting the string with\n a slash (example: translate:\"/message.tooltip.yyy,/message.mykey.mylabelkey\"). Instead of translation keys, you can also\n provide literal values as tooltip or label by enclosing the strings in single quotes.\n\n - fields: for objects and arrays of objects, this comma-separated value indicates, what keys of the objects should\n be used for display (filtering out any additional data in the object). If not present, all existent keys will be used.\n A key given in this comma separated list can be of the form \"x\": just a key, or of the form \"x:y\": key x of type y (where\n the type is any of \"link\", \"link_blank\", \"date\" or empty; accordingly, a link (possibly target=\"_blank\") or date will be displayed).\n Also the form \"x:y:z\" is possible, where z is an indication how to translate the key for rendering. If z does not exist,\n the i18n key message.metadata.x will be translated; if z exists, we use message.metadata.z instead. The additional properties for\n \"translate\" above can also be applied to z: leading slash or single quotes.\n\n - track: enable Matomo tracking for a link. track is a string value indicating the key of the data object for which\n tracking should be enabled.\n\n - itemstyles: a string of CSS properties that applies to key-value items of a rendered object\n\n - transform: a function that maps the data to be rendered. Applies after the data has been processed in the value-method of\n DatsetDetailsProperty.vue\n\n - preTransform: same as transform, only applied to the raw data value before processing in the value-method\n\n */\n\nexport const dcatSchema = (t) => ({\n releaseDate: {type: 'date', translate: 'created'},\n modificationDate: {type: 'date', translate: 'updated'},\n landingPages: {type: 'links', translate: 'landingPage'},\n sources: {type: 'links', translate:',sources'},\n languages: {type: 'links', translate: 'language,languages'},\n publisher: {type: 'object', fields: 'name,email,homepage'},\n contactPoints: {type: 'objects', translate:\"/message.tooltip.contactPoints,contactPoints\", fields: \"name::/message.metadata.name,organisation_name::/message.datasetDetails.contactPoints.organizationName,email,telephone,address,url:link\"},\n catalogRecord: {type: 'object', translate:\"/message.tooltip.catalogRecord,catalogRecord\", fields: \"issued:date:addedToDataEuropaEU,modified:date:updatedOnDataEuropaEU,homepage\"},\n spatial: {type: 'objects', fields: \"coordinates,type\"},\n spatialResource: {type: 'links', translate:\",spatialResource\", fields: \"resource:link\"},\n conformsTo: {type: 'objects', fields: \"title::label,label,resource:link_blank\", track:\"resource\"},\n provenances: {type: 'objects', translate: 'provenance,provenances', fields: \"label,resource:link\"},\n // relatedResources: {type: 'links', translate: 'relatedResource,relatedResources'},\n identifiers: {type: 'links', translate: 'identifier,identifiers'},\n otherIdentifiers: {type: 'links', translate: 'otherIdentifier,otherIdentifiers', fields:\"identifier:link,resource:link:identifier,scheme:link\"},\n resource: {type: 'uri', translate: \",'uriRef:'\"},\n frequency: {type: 'object', fields:\"title,resource:link\"},\n accessRights: {type: 'object', translate:\"/message.tooltip.datasetDetails.distributions.rights,accessRights\", fields:\"label::\"},\n accrualPeriodicity: {type: 'object', translate:\"frequency,accrualPeriodicity\", fields:\"label::\"},\n creator: {type: 'objects', fields:\"type,name,resource:link,email,homepage:link\"},\n hasVersion: {type: 'links'},\n isVersionOf: {type: 'links', translate:\"versionOf,isVersionOf\"},\n temporal: {type: 'objects', translate:\"/message.tooltip.datasetDetails.distributions.temporalResolution,temporal\", fields: \"gte:date:,lte:date:' -'\", itemstyles:\"float:left\"},\n versionInfo: {type: 'string'},\n versionNotes: {type: 'translation'},\n attributes: {type: 'links', translate:\",attributes\"},\n dimensions: {type: 'links', translate:\",dimensions\"},\n numSeries: {type: 'number'},\n hasQualityAnnotations: {type: 'links', translate: \",qualityAnnotations\"},\n statUnitMeasures: {type: 'links', translate: \"unitsOfMeasurement\"},\n isReferencedBy: {type: 'links'},\n qualifiedAttributions: {type: 'links', translate: \"qualifiedAttribution\"},\n wasGeneratedBy: {type: 'links'},\n qualifiedRelations: {type: 'objects', translate: \"qualifiedRelation\", fields: \"relation:link,had_role:link:role\"},\n sample: {type: 'links'},\n spatialResolutionInMeters: {\n type: 'number', translate: \"spatialResolutionInMeters,spatialResolutionInMeters.label\",\n transform: value => t('message.metadata.spatialResolutionInMeters.value', {number: value})\n },\n type: {type: 'object', fields: \"label,resource:link_blank\", preTransform: (value) => ({\n ...value,\n name: value?.name ?? value?.label\n })},\n temporalResolution: {type: 'string'}\n});\n\nexport const dcatDeSchema = () => ({\n politicalGeocodingLevelURI: {type: 'objects', fields:\"label,resource:link\"},\n politicalGeocodingURI: {type: 'objects', fields:\"label,resource:link\"},\n availability: {type: 'object', translate:\"availabilityDE,availability\", fields:\"label,resource:link\"},\n contributorID: {type: 'objects', fields:\"label,resource:link\"},\n geocodingDescriptionDe: {type: 'translation'},\n legalBasis: {type: 'translation'},\n qualityProcessURI: {type: 'uri'},\n typeDe: {type: 'string', translate:\"type,type\"},\n references: {type: 'uri'},\n contributor: {type: 'objects', fields:\"name,type,homepage,email,resource\"},\n originator: {type: 'objects', fields:\"name,type,homepage,email,resource\"},\n maintainer: {type: 'objects', fields:\"name,type,homepage,email,resource\"}\n});\n"],"names":["dcatFields","dcatDeFields","dcatSchema","value","dcatDeSchema"],"mappings":"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"}
1
+ {"version":3,"file":"specification.mjs","sources":["../../../lib/datasetDetails/properties/specification.ts"],"sourcesContent":["export const dcatFields = `releaseDate,modificationDate,creator,landingPages,sources,\n languages,publisher,contactPoints,catalogRecord,spatial,\n spatialResource,conformsTo,provenances,identifiers,otherIdentifiers, resource,\n frequency,accessRights,accrualPeriodicity,hasVersion,isVersionOf,\n temporal,versionInfo,versionNotes,attributes,dimensions,numSeries,hasQualityAnnotations,\n statUnitMeasures,isReferencedBy,qualifiedAttributions,wasGeneratedBy,\n qualifiedRelations,sample,spatialResolutionInMeters,type,temporalResolution`;\n\nexport const dcatDeFields = `politicalGeocodingLevelURI,politicalGeocodingURI,availability,\n contributorID,geocodingDescriptionDe,legalBasis,qualityProcessURI,typeDe,\n references,contributor,originator,maintainer`;\n\n/*\n Below we have schemata describing how properties should be rendered in DatasetDatailsProperties.vue. A schema is\n an object where keys correspond to the above defined fields. For each key, the value is an object the format of which\n we will now describe:\n\n - type: is the the only required property. Will be evaluated in typeCheckers.ts. It reflects the format of the\n data item (CALLED \"response\" BELOW!) retrieved by from the search network response (number, string, url, array, object, array of objects).\n Supported values are:\n * \"number\": response is a single number\n * \"first:number\": render response[0] as a number\n * \"string\": response a simple string\n * \"uri\": response a simple string, rendered as a link\n * \"date\": response a simple string, formatted as a date conforming to the current locale\n * \"translation\": response an object containing locale keys (like \"en\", \"de\"). The value corresponding to the\n current locale is rendered\n * \"object\": response an object whose where each key-value pair is rendered on a separate line\n * \"array\": response an array whose elements are rendered vertically\n * \"links\": reponse either an array of uri-strings rendered as links, or an\n array of objects with a label field that is displayed as a link and another field\n holding the href; that other field is either resource, label or id\n\n - translate: for a property \"xxx\", we have a bold label and tooltip to the left which comes from\n an i18n translation; the default i18n keys are: message.tooltip.datasetDetails.xxx for the tooltip and\n message.metadata.xxx for the displayed label. if instead of xxx, you want to use another key (with the same prefixes),\n translate can provide it. If translate is two strings separated by commas, the left one applies to the tooltip, the right\n to the label. Instead of just a replacement for xxx, you can provide i18n keys without the prefixes by starting the string with\n a slash (example: translate:\"/message.tooltip.yyy,/message.mykey.mylabelkey\"). Instead of translation keys, you can also\n provide literal values as tooltip or label by enclosing the strings in single quotes.\n\n - fields: for objects and arrays of objects, this comma-separated value indicates, what keys of the objects should\n be used for display (filtering out any additional data in the object). If not present, all existent keys will be used.\n A key given in this comma separated list can be of the form \"x\": just a key, or of the form \"x:y\": key x of type y (where\n the type is any of \"link\", \"link_blank\", \"date\" or empty; accordingly, a link (possibly target=\"_blank\") or date will be displayed).\n Also the form \"x:y:z\" is possible, where z is an indication how to translate the key for rendering. If z does not exist,\n the i18n key message.metadata.x will be translated; if z exists, we use message.metadata.z instead. The additional properties for\n \"translate\" above can also be applied to z: leading slash or single quotes.\n\n - track: enable Matomo tracking for a link. track is a string value indicating the key of the data object for which\n tracking should be enabled.\n\n - itemstyles: a string of CSS properties that applies to key-value items of a rendered object\n\n - transform: a function that maps the data to be rendered. Applies after the data has been processed in the value-method of\n DatsetDetailsProperty.vue\n\n - preTransform: same as transform, only applied to the raw data value before processing in the value-method\n\n */\n\nexport const dcatSchema = (t) => ({\n releaseDate: {type: 'date', translate: 'created'},\n modificationDate: {type: 'date', translate: 'updated'},\n landingPages: {type: 'links', translate: 'landingPage'},\n sources: {type: 'links', translate:',sources'},\n languages: {type: 'links', translate: 'language,languages'},\n publisher: {type: 'object', fields: 'name,email,homepage'},\n contactPoints: {type: 'objects', translate:\"/message.tooltip.contactPoints,contactPoints\", fields: \"name::/message.metadata.name,organisation_name::/message.datasetDetails.contactPoints.organizationName,email,telephone,address,url:link\"},\n catalogRecord: {type: 'object', translate:\"/message.tooltip.catalogRecord,catalogRecord\", fields: \"issued:date:addedToDataEuropaEU,modified:date:updatedOnDataEuropaEU,homepage\"},\n spatial: {type: 'objects', fields: \"coordinates,type\"},\n spatialResource: {type: 'links', translate:\",spatialResource\", fields: \"resource:link\"},\n conformsTo: {type: 'objects', fields: \"title::label,label,resource:link_blank\", track:\"resource\"},\n provenances: {type: 'objects', translate: 'provenance,provenances', fields: \"label,resource:link\"},\n // relatedResources: {type: 'links', translate: 'relatedResource,relatedResources'},\n identifiers: {type: 'links', translate: 'identifier,identifiers'},\n otherIdentifiers: {type: 'links', translate: 'otherIdentifier,otherIdentifiers', fields:\"identifier:link,resource:link:identifier,scheme:link\"},\n resource: {type: 'uri', translate: \",'uriRef:'\"},\n frequency: {type: 'object', fields:\"title,resource:link\"},\n accessRights: {type: 'object', translate:\"/message.tooltip.datasetDetails.distributions.rights,accessRights\", fields:\"label::\"},\n accrualPeriodicity: {type: 'object', translate:\"frequency,accrualPeriodicity\", fields:\"label::\"},\n creator: {type: 'objects', fields:\"type,name,resource:link,email,homepage:link\"},\n hasVersion: {type: 'links'},\n isVersionOf: {type: 'links', translate:\"versionOf,isVersionOf\"},\n temporal: {type: 'objects', translate:\"/message.tooltip.datasetDetails.distributions.temporalResolution,temporal\", fields: \"gte:date:,lte:date:' -'\", itemstyles:\"float:left\"},\n versionInfo: {type: 'string'},\n versionNotes: {type: 'translation'},\n attributes: {type: 'links', translate:\",attributes\"},\n dimensions: {type: 'links', translate:\",dimensions\"},\n numSeries: {type: 'number'},\n hasQualityAnnotations: {type: 'links', translate: \",qualityAnnotations\"},\n statUnitMeasures: {type: 'links', translate: \"unitsOfMeasurement\"},\n isReferencedBy: {type: 'links'},\n qualifiedAttributions: {type: 'links', translate: \"qualifiedAttribution\"},\n wasGeneratedBy: {type: 'links'},\n qualifiedRelations: {type: 'objects', translate: \"qualifiedRelation\", fields: \"relation:link,had_role:link:role\"},\n sample: {type: 'links'},\n spatialResolutionInMeters: {\n type: 'number', translate: \"spatialResolutionInMeters,spatialResolutionInMeters.label\",\n transform: value => t('message.metadata.spatialResolutionInMeters.value', {number: value})\n },\n type: {type: 'object', fields: \"label,resource:link_blank\", preTransform: (value) => ({\n ...value,\n name: value?.name ?? value?.label\n })},\n temporalResolution: {type: 'string'}\n});\n\nexport const dcatDeSchema = () => ({\n politicalGeocodingLevelURI: {type: 'objects', fields:\"label,resource:link\"},\n politicalGeocodingURI: {type: 'objects', fields:\"label,resource:link\"},\n availability: {type: 'object', translate:\"availabilityDE,availability\", fields:\"label,resource:link\"},\n contributorID: {type: 'objects', fields:\"label,resource:link\"},\n geocodingDescriptionDe: {type: 'translation'},\n legalBasis: {type: 'translation'},\n qualityProcessURI: {type: 'uri'},\n typeDe: {type: 'string', translate:\"type,type\"},\n references: {type: 'uri'},\n contributor: {type: 'objects', fields:\"name,type,homepage,email,resource\"},\n originator: {type: 'objects', fields:\"name,type,homepage,email,resource\"},\n maintainer: {type: 'objects', fields:\"name,type,homepage,email,resource\"}\n});\n\n/* Schema for dataservice-specific properties */\nexport const dcatDataserviceSchema = () => ({\n catalog: {type: 'translation', fields: 'title'},\n publisher: {type: 'object', fields: 'name,email,homepage:link'},\n contact_point: {type: 'objects', fields: 'email'},\n access_right: {type: 'object', fields: 'resource'},\n endpoint_url: {type: 'links', translate:\",endpoint_url\"},\n format: {type: 'object', fields: 'label,resource:link_blank'}\n});\n"],"names":["dcatFields","dcatDeFields","dcatSchema","value","dcatDeSchema","dcatDataserviceSchema"],"mappings":"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"}
package/dist/index.d.ts CHANGED
@@ -97,6 +97,8 @@ import { default as DatasetDetailsDescription } from './datasetDetails/DatasetDe
97
97
  import { default as DatasetDetailsFeedbackButton } from './datasetDetails/DatasetDetailsFeedbackButton';
98
98
  import { default as DatasetDetailsLinkedMetricsButton } from './datasetDetails/DatasetDetailsLinkedMetricsButton';
99
99
  import { default as DatasetDetailsProperties } from './datasetDetails/properties/DatasetDetailsProperties';
100
+ import { default as DataserviceDetailsProperties } from './datasetDetails/properties/DataserviceDetailsProperties';
101
+ import { default as DataserviceDetailsProperty } from './datasetDetails/properties/DataserviceDetailsProperty';
100
102
  import { default as DatasetDetailsQuality } from './datasetDetails/DatasetDetailsQuality';
101
103
  import { default as DatasetDetailsShareButton } from './datasetDetails/DatasetDetailsShareButton';
102
104
  import { default as DatasetDetailsSimilarDatasets } from './datasetDetails/DatasetDetailsSimilarDatasets';
@@ -146,7 +148,7 @@ import { default as ResourceDetailsLinkedDataButton } from './widgets/ResourceDe
146
148
  import { default as Tooltip } from './widgets/Tooltip';
147
149
  import { configSchema } from './configurations/config-schema';
148
150
 
149
- export { Search, inputDefinitions, configSchema, vueKeycloak, bulkDownloadCorsProxyService, corsProxyService, uploadService, runtimeConfigurationService, datasetService, catalogService, gazetteerService, getResponseData, store, decode, truncate, getImg, getCountryFlagImg, getTranslationFor, getFacetTranslation, fileTypes, dateFilters, usePiwikSuspendFilter, useRouteMetaBreadcrumbs, configureModules, Auth, CataloguesFacets, CatalogPage, Catalogues, DatasetCitationModal, DatasetCitationTable, AutocompleteInput, ConditionalInput, DataFetchingComponent, Dropup, FileUpload, InfoSlot, LanguageSelector, Navigation, UniqueIdentifierInput, CatalogueOverview, DatasetOverview, DistributionOverview, PropertyEntry, DistOverview, DraftsPage, InputPage, LinkedDataViewer, OverviewPage, UserCataloguesPage, CatalogueMQA, UserProfilePage, DataProviderInterface, DpiMenu, DistributionActions, DistributionDownload, DistributionDownloadAs, DistributionDropdownDownload, DistributionOptionsDropdown, DistributionPreview, LinkedDataButtonsDropdown, DistributionVisualizeButton, DistributionDescription, DistributionDetails, DistributionExpand, DistributionExpandedContent, DistributionVisibleContent, Distribution, DistributionAdded, DistributionDownloadAsModal, DistributionFormat, Distributions, DistributionsHeader, DownloadAllDistributions, FadingDistributionOverlay, DatasetDetailsCategoriesKey, DatasetDetailsDataServices, DatasetDetailsFeatureHeader, DatasetDetailsFeatures, DatasetDetailsIsUsedBy, DatasetDetailsKeywords, DatasetDetailsMap, DatasetDetailsPages, DatasetDetailsRelations, DatasetDetailsSubject, DatasetDetailsVisualisations, DatasetDetailsHeader, DatasetDetailsHeaderCatalogue, DatasetDetailsHeaderTitle, DatasetDetailsNavigation, DatasetDetailsNavigationLinks, DatasetDetailsNavigationPage, DatasetDetailsNavigationPages, DatasetDetailsHvdThemes, AppMarkdownContent, DatasetDetails, DatasetDetailsActivityStream, DatasetDetailsBanners, DatasetDetailsCategories, CSVLinter, DatasetDetailsDataset, DatasetDetailsDescription, DatasetDetailsFeedbackButton, DatasetDetailsLinkedMetricsButton, DatasetDetailsProperties, DatasetDetailsQuality, DatasetDetailsShareButton, DatasetDetailsSimilarDatasets, DatasetDetailsSkeleton, EmbedDataset, EmbedDatasetSnippet, DatasetDate, Datasets, DatasetList, DatasetsFilters, DatasetsFiltersTabs, DatasetsTopControls, CatalogDetailsFacet, DatasetsFacets, DatasetsFacetsItem, DatasetsMapFacet, SettingsFacet, ExpandableSelectFacet, Facet, FacetTitle, SelectedFacetsOverview, RadioFacet, MapBasic, MapBoundsReceiver, MapBoundsSender, AppConfirmationDialog, AppSnackbar, AppToast, SubNavigation, Imprint, NotFound, PrivacyPolicy, SparqlSearch, PvBadge, PvDataInfoBox, PvDataInfoBoxDescription, PvDataInfoBoxFooter, PvDataInfoBoxFormats, AppLink, Dropdown, Pagination, PropertyValue, PvBanner, PvButton, PvShowMore, ResourceAccessPopup, ResourceDetailsLinkedDataButton, Tooltip, };
151
+ export { Search, inputDefinitions, configSchema, vueKeycloak, bulkDownloadCorsProxyService, corsProxyService, uploadService, runtimeConfigurationService, datasetService, catalogService, gazetteerService, getResponseData, store, decode, truncate, getImg, getCountryFlagImg, getTranslationFor, getFacetTranslation, fileTypes, dateFilters, usePiwikSuspendFilter, useRouteMetaBreadcrumbs, configureModules, Auth, CataloguesFacets, CatalogPage, Catalogues, DatasetCitationModal, DatasetCitationTable, AutocompleteInput, ConditionalInput, DataFetchingComponent, Dropup, FileUpload, InfoSlot, LanguageSelector, Navigation, UniqueIdentifierInput, CatalogueOverview, DatasetOverview, DistributionOverview, PropertyEntry, DistOverview, DraftsPage, InputPage, LinkedDataViewer, OverviewPage, UserCataloguesPage, CatalogueMQA, UserProfilePage, DataProviderInterface, DpiMenu, DistributionActions, DistributionDownload, DistributionDownloadAs, DistributionDropdownDownload, DistributionOptionsDropdown, DistributionPreview, LinkedDataButtonsDropdown, DistributionVisualizeButton, DistributionDescription, DistributionDetails, DistributionExpand, DistributionExpandedContent, DistributionVisibleContent, Distribution, DistributionAdded, DistributionDownloadAsModal, DistributionFormat, Distributions, DistributionsHeader, DownloadAllDistributions, FadingDistributionOverlay, DatasetDetailsCategoriesKey, DatasetDetailsDataServices, DatasetDetailsFeatureHeader, DatasetDetailsFeatures, DatasetDetailsIsUsedBy, DatasetDetailsKeywords, DatasetDetailsMap, DatasetDetailsPages, DatasetDetailsRelations, DatasetDetailsSubject, DatasetDetailsVisualisations, DatasetDetailsHeader, DatasetDetailsHeaderCatalogue, DatasetDetailsHeaderTitle, DatasetDetailsNavigation, DatasetDetailsNavigationLinks, DatasetDetailsNavigationPage, DatasetDetailsNavigationPages, DatasetDetailsHvdThemes, AppMarkdownContent, DatasetDetails, DatasetDetailsActivityStream, DatasetDetailsBanners, DatasetDetailsCategories, CSVLinter, DatasetDetailsDataset, DatasetDetailsDescription, DatasetDetailsFeedbackButton, DatasetDetailsLinkedMetricsButton, DatasetDetailsProperties, DataserviceDetailsProperties, DataserviceDetailsProperty, DatasetDetailsQuality, DatasetDetailsShareButton, DatasetDetailsSimilarDatasets, DatasetDetailsSkeleton, EmbedDataset, EmbedDatasetSnippet, DatasetDate, Datasets, DatasetList, DatasetsFilters, DatasetsFiltersTabs, DatasetsTopControls, CatalogDetailsFacet, DatasetsFacets, DatasetsFacetsItem, DatasetsMapFacet, SettingsFacet, ExpandableSelectFacet, Facet, FacetTitle, SelectedFacetsOverview, RadioFacet, MapBasic, MapBoundsReceiver, MapBoundsSender, AppConfirmationDialog, AppSnackbar, AppToast, SubNavigation, Imprint, NotFound, PrivacyPolicy, SparqlSearch, PvBadge, PvDataInfoBox, PvDataInfoBoxDescription, PvDataInfoBoxFooter, PvDataInfoBoxFormats, AppLink, Dropdown, Pagination, PropertyValue, PvBanner, PvButton, PvShowMore, ResourceAccessPopup, ResourceDetailsLinkedDataButton, Tooltip, };
150
152
  export * as helpers from './utils/helpers';
151
153
  export { defineUserConfig, type Config, type ResolvedConfig } from './configurations/config-schema';
152
154
  export { useRuntimeEnv } from './composables/useRuntimeEnv';
package/dist/index.mjs CHANGED
@@ -9,7 +9,7 @@ import { default as P } from "./services/gazetteerService.mjs";
9
9
  import { default as F } from "./store/index.mjs";
10
10
  import { decode as w } from "./utils/jwt.mjs";
11
11
  import * as t from "./utils/helpers.mjs";
12
- import { getCountryFlagImg as I, getFacetTranslation as y, getImg as A, getTranslationFor as M, truncate as k } from "./utils/helpers.mjs";
12
+ import { getCountryFlagImg as y, getFacetTranslation as I, getImg as A, getTranslationFor as M, truncate as k } from "./utils/helpers.mjs";
13
13
  import { default as h } from "./utils/fileTypes.mjs";
14
14
  import { default as O } from "./filters/dateFilters.mjs";
15
15
  import { default as E } from "./mixins/usePiwikSuspendFilter.mjs";
@@ -34,7 +34,7 @@ import { default as vt } from "./data-provider-interface/components/UniqueIdenti
34
34
  import { default as Pt } from "./form/inputDefinitions.mjs";
35
35
  import { default as Ft } from "./data-provider-interface/views/OverviewPage/CatalogueOverview.vue.mjs";
36
36
  import { default as wt } from "./data-provider-interface/views/OverviewPage/DatasetOverview.vue.mjs";
37
- import { default as It } from "./data-provider-interface/views/OverviewPage/DistributionOverview.vue.mjs";
37
+ import { default as yt } from "./data-provider-interface/views/OverviewPage/DistributionOverview.vue.mjs";
38
38
  import { default as At } from "./data-provider-interface/views/OverviewPage/PropertyEntry.vue.mjs";
39
39
  import { default as kt } from "./data-provider-interface/views/DistributionOverview.vue.mjs";
40
40
  import { default as ht } from "./data-provider-interface/views/DraftsPage.vue.mjs";
@@ -61,7 +61,7 @@ import { default as ve } from "./datasetDetails/distributions/distributionDetail
61
61
  import { default as Pe } from "./datasetDetails/distributions/Distribution.vue.mjs";
62
62
  import { default as Fe } from "./datasetDetails/distributions/DistributionAdded.vue.mjs";
63
63
  import { default as we } from "./datasetDetails/distributions/DistributionDownloadAsModal.vue.mjs";
64
- import { default as Ie } from "./datasetDetails/distributions/DistributionFormat.vue.mjs";
64
+ import { default as ye } from "./datasetDetails/distributions/DistributionFormat.vue.mjs";
65
65
  import { default as Ae } from "./datasetDetails/distributions/Distributions.vue.mjs";
66
66
  import { default as ke } from "./datasetDetails/distributions/DistributionsHeader.vue.mjs";
67
67
  import { default as he } from "./datasetDetails/distributions/DownloadAllDistributions.vue.mjs";
@@ -88,7 +88,7 @@ import { default as va } from "./datasetDetails/navigation/DatasetDetailsNavigat
88
88
  import { default as Pa } from "./datasetDetails/navigation/DatasetDetailsNavigationPage.vue.mjs";
89
89
  import { default as Fa } from "./datasetDetails/navigation/DatasetDetailsNavigationPages.vue.mjs";
90
90
  import { default as wa } from "./datasetDetails/AppMarkdownContent.vue.mjs";
91
- import { default as Ia } from "./datasetDetails/DatasetDetails.vue.mjs";
91
+ import { default as ya } from "./datasetDetails/DatasetDetails.vue.mjs";
92
92
  import { default as Aa } from "./datasetDetails/DatasetDetailsActivityStream.vue.mjs";
93
93
  import { default as ka } from "./datasetDetails/DatasetDetailsBanners.vue.mjs";
94
94
  import { default as ha } from "./datasetDetails/DatasetDetailsCategories.vue.mjs";
@@ -98,68 +98,70 @@ import { default as Ha } from "./datasetDetails/DatasetDetailsDescription.vue.mj
98
98
  import { default as Va } from "./datasetDetails/DatasetDetailsFeedbackButton.vue.mjs";
99
99
  import { default as qa } from "./datasetDetails/DatasetDetailsLinkedMetricsButton.vue.mjs";
100
100
  import { default as Qa } from "./datasetDetails/properties/DatasetDetailsProperties.vue.mjs";
101
- import { default as Ga } from "./datasetDetails/DatasetDetailsQuality.vue.mjs";
102
- import { default as Wa } from "./datasetDetails/DatasetDetailsShareButton.vue.mjs";
103
- import { default as Ya } from "./datasetDetails/DatasetDetailsSimilarDatasets.vue.mjs";
104
- import { default as _a } from "./datasetDetails/DatasetDetailsSkeleton.vue.mjs";
105
- import { default as to } from "./datasets/DatasetDate.vue.mjs";
106
- import { default as ao } from "./datasets/Datasets.vue.mjs";
107
- import { default as ro } from "./datasets/DatasetList.vue.mjs";
108
- import { default as fo } from "./datasets/DatasetsFilters.vue.mjs";
109
- import { default as io } from "./datasets/DatasetsFiltersTabs.vue.mjs";
110
- import { default as po } from "./datasets/DatasetsTopControls.vue.mjs";
111
- import { default as xo } from "./search/Search.vue.mjs";
112
- import { default as no } from "./facets/CatalogDetailsFacet.vue.mjs";
113
- import { default as go } from "./datasets/datasetsFacets/DatasetsFacets.vue.mjs";
114
- import { default as bo } from "./datasets/datasetsFacets/DatasetsFacetsItem.vue.mjs";
115
- import { default as So } from "./datasets/datasetsFacets/DatasetsMapFacet.vue.mjs";
116
- import { default as Co } from "./datasets/datasetsFacets/SettingsFacet.vue.mjs";
117
- import { default as Bo } from "./facets/ExpandableSelectFacet.vue.mjs";
118
- import { default as yo } from "./facets/Facet.vue.mjs";
119
- import { default as Mo } from "./facets/FacetTitle.vue.mjs";
120
- import { default as To } from "./facets/SelectedFacetsOverview.vue.mjs";
121
- import { default as Lo } from "./facets/RadioFacet.vue.mjs";
122
- import { default as Ro } from "./map/MapBasic.vue.mjs";
123
- import { default as No } from "./map/MapBoundsReceiver.vue.mjs";
124
- import { default as Uo } from "./map/MapBoundsSender.vue.mjs";
125
- import { default as Ko } from "./modal/AppConfirmationDialog.vue.mjs";
126
- import { default as zo } from "./modal/AppSnackbar.vue.mjs";
127
- import { default as jo } from "./modal/AppToast.vue.mjs";
128
- import { default as Jo } from "./navigation/SubNavigation.vue.mjs";
129
- import { default as Xo } from "./pages/Imprint.vue.mjs";
130
- import { default as Zo } from "./pages/NotFound.vue.mjs";
131
- import { default as $o } from "./pages/PrivacyPolicy.vue.mjs";
132
- import { default as er } from "./pages/SparqlSearch.vue.mjs";
133
- import { default as or } from "./PvBadge/PvBadge.vue.mjs";
134
- import { default as sr } from "./PvDataInfoBox/PvDataInfoBox.vue.mjs";
135
- import { default as lr } from "./PvDataInfoBox/PvDataInfoBoxDescription.vue.mjs";
136
- import { default as ur } from "./PvDataInfoBox/PvDataInfoBoxFooter.vue.mjs";
137
- import { default as dr } from "./PvDataInfoBox/PvDataInfoBoxFormats.vue.mjs";
138
- import { default as xr } from "./widgets/AppLink.vue.mjs";
139
- import { default as nr } from "./widgets/Dropdown.vue.mjs";
140
- import { default as gr } from "./widgets/Pagination.vue.mjs";
141
- import { default as br } from "./widgets/PropertyValue.vue.mjs";
142
- import { default as Sr } from "./widgets/PvBanner.vue.mjs";
143
- import { default as Cr } from "./widgets/PvButton.vue.mjs";
144
- import { default as Br } from "./widgets/PvShowMore.vue.mjs";
145
- import { default as yr } from "./widgets/ResourceAccessPopup.vue.mjs";
146
- import { default as Mr } from "./widgets/ResourceDetailsLinkedDataButton.vue.mjs";
147
- import { default as Tr } from "./widgets/Tooltip.vue.mjs";
148
- import { defineUserConfig as Lr } from "./configSchema.mjs";
149
- import { useRuntimeEnv as Rr } from "./composables/useRuntimeEnv.mjs";
101
+ import { default as Ga } from "./datasetDetails/properties/DataserviceDetailsProperties.vue.mjs";
102
+ import { default as Wa } from "./datasetDetails/properties/DataserviceDetailsProperty.vue.mjs";
103
+ import { default as Ya } from "./datasetDetails/DatasetDetailsQuality.vue.mjs";
104
+ import { default as _a } from "./datasetDetails/DatasetDetailsShareButton.vue.mjs";
105
+ import { default as to } from "./datasetDetails/DatasetDetailsSimilarDatasets.vue.mjs";
106
+ import { default as ao } from "./datasetDetails/DatasetDetailsSkeleton.vue.mjs";
107
+ import { default as ro } from "./datasets/DatasetDate.vue.mjs";
108
+ import { default as fo } from "./datasets/Datasets.vue.mjs";
109
+ import { default as io } from "./datasets/DatasetList.vue.mjs";
110
+ import { default as po } from "./datasets/DatasetsFilters.vue.mjs";
111
+ import { default as xo } from "./datasets/DatasetsFiltersTabs.vue.mjs";
112
+ import { default as no } from "./datasets/DatasetsTopControls.vue.mjs";
113
+ import { default as go } from "./search/Search.vue.mjs";
114
+ import { default as bo } from "./facets/CatalogDetailsFacet.vue.mjs";
115
+ import { default as So } from "./datasets/datasetsFacets/DatasetsFacets.vue.mjs";
116
+ import { default as Co } from "./datasets/datasetsFacets/DatasetsFacetsItem.vue.mjs";
117
+ import { default as Bo } from "./datasets/datasetsFacets/DatasetsMapFacet.vue.mjs";
118
+ import { default as Io } from "./datasets/datasetsFacets/SettingsFacet.vue.mjs";
119
+ import { default as Mo } from "./facets/ExpandableSelectFacet.vue.mjs";
120
+ import { default as To } from "./facets/Facet.vue.mjs";
121
+ import { default as Lo } from "./facets/FacetTitle.vue.mjs";
122
+ import { default as Ro } from "./facets/SelectedFacetsOverview.vue.mjs";
123
+ import { default as No } from "./facets/RadioFacet.vue.mjs";
124
+ import { default as Uo } from "./map/MapBasic.vue.mjs";
125
+ import { default as Ko } from "./map/MapBoundsReceiver.vue.mjs";
126
+ import { default as zo } from "./map/MapBoundsSender.vue.mjs";
127
+ import { default as jo } from "./modal/AppConfirmationDialog.vue.mjs";
128
+ import { default as Jo } from "./modal/AppSnackbar.vue.mjs";
129
+ import { default as Xo } from "./modal/AppToast.vue.mjs";
130
+ import { default as Zo } from "./navigation/SubNavigation.vue.mjs";
131
+ import { default as $o } from "./pages/Imprint.vue.mjs";
132
+ import { default as er } from "./pages/NotFound.vue.mjs";
133
+ import { default as or } from "./pages/PrivacyPolicy.vue.mjs";
134
+ import { default as sr } from "./pages/SparqlSearch.vue.mjs";
135
+ import { default as lr } from "./PvBadge/PvBadge.vue.mjs";
136
+ import { default as ur } from "./PvDataInfoBox/PvDataInfoBox.vue.mjs";
137
+ import { default as dr } from "./PvDataInfoBox/PvDataInfoBoxDescription.vue.mjs";
138
+ import { default as xr } from "./PvDataInfoBox/PvDataInfoBoxFooter.vue.mjs";
139
+ import { default as nr } from "./PvDataInfoBox/PvDataInfoBoxFormats.vue.mjs";
140
+ import { default as gr } from "./widgets/AppLink.vue.mjs";
141
+ import { default as br } from "./widgets/Dropdown.vue.mjs";
142
+ import { default as Sr } from "./widgets/Pagination.vue.mjs";
143
+ import { default as Cr } from "./widgets/PropertyValue.vue.mjs";
144
+ import { default as Br } from "./widgets/PvBanner.vue.mjs";
145
+ import { default as Ir } from "./widgets/PvButton.vue.mjs";
146
+ import { default as Mr } from "./widgets/PvShowMore.vue.mjs";
147
+ import { default as Tr } from "./widgets/ResourceAccessPopup.vue.mjs";
148
+ import { default as Lr } from "./widgets/ResourceDetailsLinkedDataButton.vue.mjs";
149
+ import { default as Rr } from "./widgets/Tooltip.vue.mjs";
150
+ import { defineUserConfig as Nr } from "./configSchema.mjs";
151
+ import { useRuntimeEnv as Ur } from "./composables/useRuntimeEnv.mjs";
150
152
  import * as e from "./composables/head/index.mjs";
151
153
  import * as a from "./dataProviderInterface.mjs";
152
- import { configSchema as Nr } from "./configurations/config-schema/configSchema.mjs";
154
+ import { configSchema as Kr } from "./configurations/config-schema/configSchema.mjs";
153
155
  export {
154
- Ko as AppConfirmationDialog,
155
- xr as AppLink,
156
+ jo as AppConfirmationDialog,
157
+ gr as AppLink,
156
158
  wa as AppMarkdownContent,
157
- zo as AppSnackbar,
158
- jo as AppToast,
159
+ Jo as AppSnackbar,
160
+ Xo as AppToast,
159
161
  q as Auth,
160
162
  tt as AutocompleteInput,
161
163
  Oa as CSVLinter,
162
- no as CatalogDetailsFacet,
164
+ bo as CatalogDetailsFacet,
163
165
  G as CatalogPage,
164
166
  ft as CatalogueMQA,
165
167
  Ft as CatalogueOverview,
@@ -168,10 +170,12 @@ export {
168
170
  at as ConditionalInput,
169
171
  rt as DataFetchingComponent,
170
172
  Qt as DataProviderInterface,
173
+ Ga as DataserviceDetailsProperties,
174
+ Wa as DataserviceDetailsProperty,
171
175
  Y as DatasetCitationModal,
172
176
  _ as DatasetCitationTable,
173
- to as DatasetDate,
174
- Ia as DatasetDetails,
177
+ ro as DatasetDate,
178
+ ya as DatasetDetails,
175
179
  Aa as DatasetDetailsActivityStream,
176
180
  ka as DatasetDetailsBanners,
177
181
  ha as DatasetDetailsCategories,
@@ -196,22 +200,22 @@ export {
196
200
  Fa as DatasetDetailsNavigationPages,
197
201
  Ye as DatasetDetailsPages,
198
202
  Qa as DatasetDetailsProperties,
199
- Ga as DatasetDetailsQuality,
203
+ Ya as DatasetDetailsQuality,
200
204
  _e as DatasetDetailsRelations,
201
- Wa as DatasetDetailsShareButton,
202
- Ya as DatasetDetailsSimilarDatasets,
203
- _a as DatasetDetailsSkeleton,
205
+ _a as DatasetDetailsShareButton,
206
+ to as DatasetDetailsSimilarDatasets,
207
+ ao as DatasetDetailsSkeleton,
204
208
  ta as DatasetDetailsSubject,
205
209
  aa as DatasetDetailsVisualisations,
206
- ro as DatasetList,
210
+ io as DatasetList,
207
211
  wt as DatasetOverview,
208
- ao as Datasets,
209
- go as DatasetsFacets,
210
- bo as DatasetsFacetsItem,
211
- fo as DatasetsFilters,
212
- io as DatasetsFiltersTabs,
213
- So as DatasetsMapFacet,
214
- po as DatasetsTopControls,
212
+ fo as Datasets,
213
+ So as DatasetsFacets,
214
+ Co as DatasetsFacetsItem,
215
+ po as DatasetsFilters,
216
+ xo as DatasetsFiltersTabs,
217
+ Bo as DatasetsMapFacet,
218
+ no as DatasetsTopControls,
215
219
  kt as DistOverview,
216
220
  Pe as Distribution,
217
221
  Wt as DistributionActions,
@@ -224,9 +228,9 @@ export {
224
228
  te as DistributionDropdownDownload,
225
229
  De as DistributionExpand,
226
230
  ce as DistributionExpandedContent,
227
- Ie as DistributionFormat,
231
+ ye as DistributionFormat,
228
232
  ae as DistributionOptionsDropdown,
229
- It as DistributionOverview,
233
+ yt as DistributionOverview,
230
234
  re as DistributionPreview,
231
235
  ve as DistributionVisibleContent,
232
236
  ie as DistributionVisualizeButton,
@@ -235,65 +239,65 @@ export {
235
239
  he as DownloadAllDistributions,
236
240
  Gt as DpiMenu,
237
241
  ht as DraftsPage,
238
- nr as Dropdown,
242
+ br as Dropdown,
239
243
  it as Dropup,
240
244
  fa as EmbedDataset,
241
245
  ia as EmbedDatasetSnippet,
242
- Bo as ExpandableSelectFacet,
243
- yo as Facet,
244
- Mo as FacetTitle,
246
+ Mo as ExpandableSelectFacet,
247
+ To as Facet,
248
+ Lo as FacetTitle,
245
249
  Oe as FadingDistributionOverlay,
246
250
  pt as FileUpload,
247
- Xo as Imprint,
251
+ $o as Imprint,
248
252
  mt as InfoSlot,
249
253
  Ot as InputPage,
250
254
  Dt as LanguageSelector,
251
255
  fe as LinkedDataButtonsDropdown,
252
256
  Et as LinkedDataViewer,
253
- Ro as MapBasic,
254
- No as MapBoundsReceiver,
255
- Uo as MapBoundsSender,
257
+ Uo as MapBasic,
258
+ Ko as MapBoundsReceiver,
259
+ zo as MapBoundsSender,
256
260
  ct as Navigation,
257
- Zo as NotFound,
261
+ er as NotFound,
258
262
  Ht as OverviewPage,
259
- gr as Pagination,
260
- $o as PrivacyPolicy,
263
+ Sr as Pagination,
264
+ or as PrivacyPolicy,
261
265
  At as PropertyEntry,
262
- br as PropertyValue,
263
- or as PvBadge,
264
- Sr as PvBanner,
265
- Cr as PvButton,
266
- sr as PvDataInfoBox,
267
- lr as PvDataInfoBoxDescription,
268
- ur as PvDataInfoBoxFooter,
269
- dr as PvDataInfoBoxFormats,
270
- Br as PvShowMore,
271
- Lo as RadioFacet,
272
- yr as ResourceAccessPopup,
273
- Mr as ResourceDetailsLinkedDataButton,
274
- xo as Search,
275
- To as SelectedFacetsOverview,
276
- Co as SettingsFacet,
277
- er as SparqlSearch,
278
- Jo as SubNavigation,
279
- Tr as Tooltip,
266
+ Cr as PropertyValue,
267
+ lr as PvBadge,
268
+ Br as PvBanner,
269
+ Ir as PvButton,
270
+ ur as PvDataInfoBox,
271
+ dr as PvDataInfoBoxDescription,
272
+ xr as PvDataInfoBoxFooter,
273
+ nr as PvDataInfoBoxFormats,
274
+ Mr as PvShowMore,
275
+ No as RadioFacet,
276
+ Tr as ResourceAccessPopup,
277
+ Lr as ResourceDetailsLinkedDataButton,
278
+ go as Search,
279
+ Ro as SelectedFacetsOverview,
280
+ Io as SettingsFacet,
281
+ sr as SparqlSearch,
282
+ Zo as SubNavigation,
283
+ Rr as Tooltip,
280
284
  vt as UniqueIdentifierInput,
281
285
  Vt as UserCataloguesPage,
282
286
  qt as UserProfilePage,
283
287
  l as bulkDownloadCorsProxyService,
284
288
  v as catalogService,
285
- Nr as configSchema,
289
+ Kr as configSchema,
286
290
  V as configureModules,
287
291
  u as corsProxyService,
288
292
  n as datasetService,
289
293
  O as dateFilters,
290
294
  w as decode,
291
- Lr as defineUserConfig,
295
+ Nr as defineUserConfig,
292
296
  a as dpi,
293
297
  h as fileTypes,
294
298
  P as gazetteerService,
295
- I as getCountryFlagImg,
296
- y as getFacetTranslation,
299
+ y as getCountryFlagImg,
300
+ I as getFacetTranslation,
297
301
  A as getImg,
298
302
  c as getResponseData,
299
303
  M as getTranslationFor,
@@ -306,7 +310,7 @@ export {
306
310
  d as uploadService,
307
311
  E as usePiwikSuspendFilter,
308
312
  H as useRouteMetaBreadcrumbs,
309
- Rr as useRuntimeEnv,
313
+ Ur as useRuntimeEnv,
310
314
  s as vueKeycloak
311
315
  };
312
316
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}