@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.
- package/dist/configurations/configureServices.mjs +18 -15
- package/dist/configurations/configureServices.mjs.map +1 -1
- package/dist/data-provider-interface/composables/aucotomplete.mjs +36 -26
- package/dist/data-provider-interface/composables/aucotomplete.mjs.map +1 -1
- package/dist/data-provider-interface/config/dcatapde/input-definition.mjs +1 -1
- package/dist/data-provider-interface/config/dcatapde/input-definition.mjs.map +1 -1
- package/dist/data-provider-interface/config/dcatapde/vocab-prefixes.mjs +1 -0
- package/dist/data-provider-interface/config/dcatapde/vocab-prefixes.mjs.map +1 -1
- package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue.d.ts +43 -0
- package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue.mjs +118 -0
- package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue.mjs.map +1 -0
- package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue2.mjs +5 -0
- package/dist/datasetDetails/properties/DataserviceDetailsProperties.vue2.mjs.map +1 -0
- package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue.d.ts +52 -0
- package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue.mjs +170 -0
- package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue.mjs.map +1 -0
- package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue2.mjs +5 -0
- package/dist/datasetDetails/properties/DataserviceDetailsProperty.vue2.mjs.map +1 -0
- package/dist/datasetDetails/properties/ValuesList.vue.d.ts +1 -0
- package/dist/datasetDetails/properties/ValuesList.vue.mjs +47 -44
- package/dist/datasetDetails/properties/ValuesList.vue.mjs.map +1 -1
- package/dist/datasetDetails/properties/specification.d.ts +26 -0
- package/dist/datasetDetails/properties/specification.mjs +8 -0
- package/dist/datasetDetails/properties/specification.mjs.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.mjs +113 -109
- package/dist/index.mjs.map +1 -1
- package/dist/piveau-hub-ui-modules.css +1 -1
- package/dist/services/dataserviceService.d.ts +9 -0
- package/dist/services/dataserviceService.mjs +30 -0
- package/dist/services/dataserviceService.mjs.map +1 -0
- package/dist/store/index.mjs +19 -17
- package/dist/store/index.mjs.map +1 -1
- package/dist/store/modules/dataserviceDetailsStore.d.ts +71 -0
- package/dist/store/modules/dataserviceDetailsStore.mjs +117 -0
- package/dist/store/modules/dataserviceDetailsStore.mjs.map +1 -0
- 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
|
|
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
|
|
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
|
|
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
|
|
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/
|
|
102
|
-
import { default as Wa } from "./datasetDetails/
|
|
103
|
-
import { default as Ya } from "./datasetDetails/
|
|
104
|
-
import { default as _a } from "./datasetDetails/
|
|
105
|
-
import { default as to } from "./
|
|
106
|
-
import { default as ao } from "./
|
|
107
|
-
import { default as ro } from "./datasets/
|
|
108
|
-
import { default as fo } from "./datasets/
|
|
109
|
-
import { default as io } from "./datasets/
|
|
110
|
-
import { default as po } from "./datasets/
|
|
111
|
-
import { default as xo } from "./
|
|
112
|
-
import { default as no } from "./
|
|
113
|
-
import { default as go } from "./
|
|
114
|
-
import { default as bo } from "./
|
|
115
|
-
import { default as So } from "./datasets/datasetsFacets/
|
|
116
|
-
import { default as Co } from "./datasets/datasetsFacets/
|
|
117
|
-
import { default as Bo } from "./
|
|
118
|
-
import { default as
|
|
119
|
-
import { default as Mo } from "./facets/
|
|
120
|
-
import { default as To } from "./facets/
|
|
121
|
-
import { default as Lo } from "./facets/
|
|
122
|
-
import { default as Ro } from "./
|
|
123
|
-
import { default as No } from "./
|
|
124
|
-
import { default as Uo } from "./map/
|
|
125
|
-
import { default as Ko } from "./
|
|
126
|
-
import { default as zo } from "./
|
|
127
|
-
import { default as jo } from "./modal/
|
|
128
|
-
import { default as Jo } from "./
|
|
129
|
-
import { default as Xo } from "./
|
|
130
|
-
import { default as Zo } from "./
|
|
131
|
-
import { default as $o } from "./pages/
|
|
132
|
-
import { default as er } from "./pages/
|
|
133
|
-
import { default as or } from "./
|
|
134
|
-
import { default as sr } from "./
|
|
135
|
-
import { default as lr } from "./
|
|
136
|
-
import { default as ur } from "./PvDataInfoBox/
|
|
137
|
-
import { default as dr } from "./PvDataInfoBox/
|
|
138
|
-
import { default as xr } from "./
|
|
139
|
-
import { default as nr } from "./
|
|
140
|
-
import { default as gr } from "./widgets/
|
|
141
|
-
import { default as br } from "./widgets/
|
|
142
|
-
import { default as Sr } from "./widgets/
|
|
143
|
-
import { default as Cr } from "./widgets/
|
|
144
|
-
import { default as Br } from "./widgets/
|
|
145
|
-
import { default as
|
|
146
|
-
import { default as Mr } from "./widgets/
|
|
147
|
-
import { default as Tr } from "./widgets/
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
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
|
|
154
|
+
import { configSchema as Kr } from "./configurations/config-schema/configSchema.mjs";
|
|
153
155
|
export {
|
|
154
|
-
|
|
155
|
-
|
|
156
|
+
jo as AppConfirmationDialog,
|
|
157
|
+
gr as AppLink,
|
|
156
158
|
wa as AppMarkdownContent,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
+
Jo as AppSnackbar,
|
|
160
|
+
Xo as AppToast,
|
|
159
161
|
q as Auth,
|
|
160
162
|
tt as AutocompleteInput,
|
|
161
163
|
Oa as CSVLinter,
|
|
162
|
-
|
|
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
|
-
|
|
174
|
-
|
|
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
|
-
|
|
203
|
+
Ya as DatasetDetailsQuality,
|
|
200
204
|
_e as DatasetDetailsRelations,
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
205
|
+
_a as DatasetDetailsShareButton,
|
|
206
|
+
to as DatasetDetailsSimilarDatasets,
|
|
207
|
+
ao as DatasetDetailsSkeleton,
|
|
204
208
|
ta as DatasetDetailsSubject,
|
|
205
209
|
aa as DatasetDetailsVisualisations,
|
|
206
|
-
|
|
210
|
+
io as DatasetList,
|
|
207
211
|
wt as DatasetOverview,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
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
|
-
|
|
231
|
+
ye as DistributionFormat,
|
|
228
232
|
ae as DistributionOptionsDropdown,
|
|
229
|
-
|
|
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
|
-
|
|
242
|
+
br as Dropdown,
|
|
239
243
|
it as Dropup,
|
|
240
244
|
fa as EmbedDataset,
|
|
241
245
|
ia as EmbedDatasetSnippet,
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
246
|
+
Mo as ExpandableSelectFacet,
|
|
247
|
+
To as Facet,
|
|
248
|
+
Lo as FacetTitle,
|
|
245
249
|
Oe as FadingDistributionOverlay,
|
|
246
250
|
pt as FileUpload,
|
|
247
|
-
|
|
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
|
-
|
|
254
|
-
|
|
255
|
-
|
|
257
|
+
Uo as MapBasic,
|
|
258
|
+
Ko as MapBoundsReceiver,
|
|
259
|
+
zo as MapBoundsSender,
|
|
256
260
|
ct as Navigation,
|
|
257
|
-
|
|
261
|
+
er as NotFound,
|
|
258
262
|
Ht as OverviewPage,
|
|
259
|
-
|
|
260
|
-
|
|
263
|
+
Sr as Pagination,
|
|
264
|
+
or as PrivacyPolicy,
|
|
261
265
|
At as PropertyEntry,
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
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
|
-
|
|
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
|
-
|
|
295
|
+
Nr as defineUserConfig,
|
|
292
296
|
a as dpi,
|
|
293
297
|
h as fileTypes,
|
|
294
298
|
P as gazetteerService,
|
|
295
|
-
|
|
296
|
-
|
|
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
|
-
|
|
313
|
+
Ur as useRuntimeEnv,
|
|
310
314
|
s as vueKeycloak
|
|
311
315
|
};
|
|
312
316
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|