@piveau/piveau-hub-ui-modules 4.4.28 → 4.5.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/configureComponents.mjs +20 -18
- package/dist/configurations/configureComponents.mjs.map +1 -1
- package/dist/data-provider-interface/DataProviderInterface.vue.d.ts +378 -20
- package/dist/data-provider-interface/DataProviderInterface.vue.mjs.map +1 -1
- package/dist/data-provider-interface/DataProviderInterface.vue2.mjs +36 -25
- package/dist/data-provider-interface/DataProviderInterface.vue2.mjs.map +1 -1
- package/dist/data-provider-interface/components/AutocompleteInput.vue.mjs +92 -89
- package/dist/data-provider-interface/components/AutocompleteInput.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/ConditionalInput.vue.mjs +104 -107
- package/dist/data-provider-interface/components/ConditionalInput.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/SpatialInput.vue.mjs +190 -148
- package/dist/data-provider-interface/components/SpatialInput.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/UniqueIdentifierInput.vue.mjs +19 -8
- package/dist/data-provider-interface/components/UniqueIdentifierInput.vue.mjs.map +1 -1
- package/dist/data-provider-interface/composables/aucotomplete.d.ts +27 -0
- package/dist/data-provider-interface/composables/aucotomplete.mjs +52 -0
- package/dist/data-provider-interface/composables/aucotomplete.mjs.map +1 -0
- package/dist/data-provider-interface/composables/index.d.ts +4 -0
- package/dist/data-provider-interface/composables/useDpiContext.mjs +7 -9
- package/dist/data-provider-interface/composables/useDpiContext.mjs.map +1 -1
- package/dist/data-provider-interface/composables/useRequestUriName.d.ts +18 -0
- package/dist/data-provider-interface/composables/useRequestUriName.mjs +59 -0
- package/dist/data-provider-interface/composables/useRequestUriName.mjs.map +1 -0
- package/dist/data-provider-interface/config/dcatapde/vocab-prefixes.mjs +1 -1
- package/dist/data-provider-interface/config/dcatapde/vocab-prefixes.mjs.map +1 -1
- package/dist/data-provider-interface/index.mjs +10 -6
- package/dist/data-provider-interface/index.mjs.map +1 -1
- package/dist/data-provider-interface/store/dpiStore.d.ts +0 -26
- package/dist/data-provider-interface/store/dpiStore.mjs +12 -14
- package/dist/data-provider-interface/store/dpiStore.mjs.map +1 -1
- package/dist/data-provider-interface/views/InputPage.vue.d.ts +368 -20
- package/dist/data-provider-interface/views/InputPage.vue.mjs +125 -107
- package/dist/data-provider-interface/views/InputPage.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage/CatalogueOverview.vue.d.ts +16 -6
- package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.d.ts +32 -14
- package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.mjs +27 -31
- package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage/DistributionOverview.vue.d.ts +16 -6
- package/dist/data-provider-interface/views/OverviewPage/Properties/SpecialProp.vue.d.ts +8 -3
- package/dist/data-provider-interface/views/OverviewPage/Properties/URIProp.vue.d.ts +8 -3
- package/dist/data-provider-interface/views/OverviewPage/Properties/URIProp.vue.mjs +57 -47
- package/dist/data-provider-interface/views/OverviewPage/Properties/URIProp.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage/PropertyEntry.vue.d.ts +16 -6
- package/dist/data-provider-interface/views/OverviewPage.vue.d.ts +367 -20
- package/dist/data-provider-interface/views/OverviewPage.vue.mjs +66 -58
- package/dist/data-provider-interface/views/OverviewPage.vue.mjs.map +1 -1
- package/dist/datasetDetails/DatasetDetailsDataset.vue.mjs +50 -36
- package/dist/datasetDetails/DatasetDetailsDataset.vue.mjs.map +1 -1
- package/dist/datasetDetails/DatasetDetailsDataset.vue2.mjs +4 -4
- package/dist/datasetDetails/DatasetDetailsDataset.vue2.mjs.map +1 -1
- package/dist/datasetDetails/features/DatasetDetailsFeatures.vue.d.ts +3 -3
- package/dist/datasetDetails/features/DatasetDetailsFeatures.vue.mjs +3 -3
- package/dist/datasetDetails/features/DatasetDetailsFeatures.vue.mjs.map +1 -1
- package/dist/datasetDetails/features/DatasetDetailsIsUsedBy.vue.mjs +18 -18
- package/dist/datasetDetails/properties/DatasetDetailsProperties.vue.mjs +58 -50
- package/dist/datasetDetails/properties/DatasetDetailsProperties.vue.mjs.map +1 -1
- package/dist/external/@vueuse/core/index +3 -2
- package/dist/external/@vueuse/shared/index +86 -72
- package/dist/external/@vueuse/shared/index.map +1 -1
- package/dist/form/Repeatable.vue.d.ts +11 -10
- package/dist/form/Repeatable.vue.mjs +5 -62
- package/dist/form/Repeatable.vue.mjs.map +1 -1
- package/dist/form/Repeatable.vue2.mjs +72 -2
- package/dist/form/Repeatable.vue2.mjs.map +1 -1
- package/dist/form/Repeatable.vue3.mjs +5 -0
- package/dist/form/Repeatable.vue3.mjs.map +1 -0
- package/dist/piveau-hub-ui-modules.css +1 -1
- package/package.json +1 -1
- package/dist/data-provider-interface/store/modules/autocompleteStore.d.ts +0 -27
- package/dist/data-provider-interface/store/modules/autocompleteStore.mjs +0 -54
- package/dist/data-provider-interface/store/modules/autocompleteStore.mjs.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"URIProp.vue.mjs","sources":["../../../../../lib/data-provider-interface/views/OverviewPage/Properties/URIProp.vue"],"sourcesContent":["<template>\n <!-- <details>{{ value.isHeader === true }}</details> -->\n <td class=\" font-weight-bold\" v-if=\"value.type !== 'special' && inHeader != true\">{{ $t(`${value.label}`) }}:\n </td>\n\n <!-- SINGULAR URIs -->\n <td v-if=\"value.type === 'singularURI' && typeof data[property] === 'string'\" class=\"\"> {{ data[property] }}</td>\n <td v-if=\"Object.keys(data[property]).length === 1 && value.type === 'singularURI'\" class=\"\"> {{\n data[property][0]['@id'] }} </td>\n <td v-if=\"value.type === 'singularURI' && typeof data[property] != 'string' && Object.keys(data[property]).length > 1\"\n :class=\"{ 'p-0': inHeader }\"> {{ nameOfProperty }}</td>\n <!-- MULTIPLE URIs -->\n <td v-if=\"value.type === 'multiURI'\" class=\"flex-wrap d-flex multiURI\">\n <div v-for=\"(el, index) in data[property]\" :key=\"index\" class=\"border shadow-sm p-2 mb-1 mr-1\">\n {{ el.name }}\n </div>\n </td>\n <!-- SPECIAL CASES -->\n\n <td v-if=\"value.type === 'special' && nameOfProperty != 'Unchanged Value'\" class=\"font-weight-bold\">{{\n $t(`${value.label}`) }}:</td>\n <td v-if=\"value.type === 'special' && nameOfProperty != 'Unchanged Value' && value.isHeader != true\" class=\"\"> {{\n nameOfProperty }}</td>\n <td v-if=\"value.type === 'special' && nameOfProperty != 'Unchanged Value' && value.isHeader === true\" class=\"\"> {{\n trimString(nameOfProperty, 35) }} </td>\n <!-- License Edge case -->\n <!-- <td v-if=\"value.type === 'special' && nameOfProperty != 'Unchanged Value' && value.label === 'message.metadata.license'\" class=\"\"> {{ nameOfProperty }}</td> -->\n <!-- <details>{{ data[property] }}</details> -->\n</template>\n\n<script>\nimport { mapActions } from 'vuex';\nimport { getTranslationFor } from \"../../../../utils/helpers\";\nimport generalHelper from '../../../utils/general-helper';\nimport dpiConfig from '../../../config/dpi-spec-config';\n\nexport default {\n data() {\n return {\n nameOfProperty: \"Unchanged Value\",\n namesOfMulti: []\n }\n },\n props: {\n property: String,\n value: Object,\n data: Object,\n inHeader: String\n },\n methods: {\n
|
|
1
|
+
{"version":3,"file":"URIProp.vue.mjs","sources":["../../../../../lib/data-provider-interface/views/OverviewPage/Properties/URIProp.vue"],"sourcesContent":["<template>\n <!-- <details>{{ value.isHeader === true }}</details> -->\n <td class=\" font-weight-bold\" v-if=\"value.type !== 'special' && inHeader != true\">{{ $t(`${value.label}`) }}:\n </td>\n\n <!-- SINGULAR URIs -->\n <td v-if=\"value.type === 'singularURI' && typeof data[property] === 'string'\" class=\"\"> {{ data[property] }}</td>\n <td v-if=\"Object.keys(data[property]).length === 1 && value.type === 'singularURI'\" class=\"\"> {{\n data[property][0]['@id'] }} </td>\n <td v-if=\"value.type === 'singularURI' && typeof data[property] != 'string' && Object.keys(data[property]).length > 1\"\n :class=\"{ 'p-0': inHeader }\"> {{ nameOfProperty }}</td>\n <!-- MULTIPLE URIs -->\n <td v-if=\"value.type === 'multiURI'\" class=\"flex-wrap d-flex multiURI\">\n <div v-for=\"(el, index) in data[property]\" :key=\"index\" class=\"border shadow-sm p-2 mb-1 mr-1\">\n {{ el.name }}\n </div>\n </td>\n <!-- SPECIAL CASES -->\n\n <td v-if=\"value.type === 'special' && nameOfProperty != 'Unchanged Value'\" class=\"font-weight-bold\">{{\n $t(`${value.label}`) }}:</td>\n <td v-if=\"value.type === 'special' && nameOfProperty != 'Unchanged Value' && value.isHeader != true\" class=\"\"> {{\n nameOfProperty }}</td>\n <td v-if=\"value.type === 'special' && nameOfProperty != 'Unchanged Value' && value.isHeader === true\" class=\"\"> {{\n trimString(nameOfProperty, 35) }} </td>\n <!-- License Edge case -->\n <!-- <td v-if=\"value.type === 'special' && nameOfProperty != 'Unchanged Value' && value.label === 'message.metadata.license'\" class=\"\"> {{ nameOfProperty }}</td> -->\n <!-- <details>{{ data[property] }}</details> -->\n</template>\n\n<script>\nimport { mapActions } from 'vuex';\nimport { getTranslationFor } from \"../../../../utils/helpers\";\nimport generalHelper from '../../../utils/general-helper';\nimport dpiConfig from '../../../config/dpi-spec-config';\nimport { useDpiContext } from '../../../composables/useDpiContext';\nimport { useAutocomplete } from '../../../composables/aucotomplete';\n\nexport default {\n data() {\n return {\n nameOfProperty: \"Unchanged Value\",\n namesOfMulti: []\n }\n },\n props: {\n property: String,\n value: Object,\n data: Object,\n inHeader: String\n },\n methods: {\n trimString(str, maxLength) {\n if (str.length > maxLength) {\n return str.slice(0, maxLength) + '...';\n }\n return str;\n },\n getTranslationFor,\n async requestURILabel(voc, res) {\n\n const envs = this.$env;\n\n if (res != undefined) {\n let vocMatch =\n this.voc === \"iana-media-types\" ||\n this.voc === \"spdx-checksum-algorithm\";\n\n let name;\n await this.requestResourceName({ voc: voc, uri: res, envs: envs }).then(\n (response) => {\n\n if (this.property === 'dcatde:politicalGeocodingURI') {\n if (response != undefined) {\n let result = vocMatch\n ? response.data.result.results\n .filter((dataset) => dataset.resource === res)\n .map((dataset) => dataset.alt_label)[0].en\n : getTranslationFor(response.data.result.alt_label, this.$i18n.locale, []);\n name = result;\n }\n } else {\n if (response != undefined) {\n let result = vocMatch\n ? response.data.result.results\n .filter((dataset) => dataset.resource === res)\n .map((dataset) => dataset.pref_label)[0].en\n : getTranslationFor(response.data.result.pref_label, this.$i18n.locale, []);\n name = result;\n }\n }\n }\n );\n // console.log(name);\n return name\n }\n },\n },\n async created() {\n\n try {\n if (this.value.type === 'singularURI') {\n if (typeof this.data[this.property] != 'string') {\n\n this.nameOfProperty = await this.getURILabel(this.data[this.property]);\n }\n\n } else if (this.value.type === 'multiURI') {\n for (let index = 0; index < this.data[this.property].length; index++) {\n this.data[this.property][index].name = await this.getURILabel(this.data[this.property][index]);\n }\n }\n else if (this.value.type === 'special') {\n\n this.nameOfProperty = await this.getURILabel(this.data[this.property]);\n\n }\n\n } catch (e) {\n console.warn(e);\n }\n },\n setup() {\n const { requestResourceName } = useAutocomplete()\n const dpiConfig = useDpiContext();\n\n async function getURILabel(value) {\n if (generalHelper.isUrl(value.name)) {\n\n const prefixes = dpiConfig.value.specification.vocabPrefixes;\n const vocabulary = Object.keys(prefixes).find(key => value.name.includes(key));\n return await this.requestURILabel(vocabulary, value.name);\n }\n else return value.name;\n }\n\n return {\n requestResourceName,\n getURILabel,\n }\n }\n}\n\n</script>\n<style>\ndiv:has(>.multiURI) {\n width: 75%;\n}\n</style>\n"],"names":["_sfc_main","str","maxLength","getTranslationFor","voc","res","envs","vocMatch","name","response","dataset","index","e","requestResourceName","useAutocomplete","dpiConfig","useDpiContext","getURILabel","value","generalHelper","prefixes","vocabulary","key","_openBlock","_createElementBlock","_Fragment","$props","_hoisted_1","_toDisplayString","_ctx","_createCommentVNode","_cache","_createTextVNode","_hoisted_2","_hoisted_3","_normalizeClass","$data","_hoisted_4","_renderList","el","_hoisted_5","_hoisted_6","_hoisted_7","$options"],"mappings":"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"}
|
|
@@ -24,15 +24,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
24
24
|
value: ObjectConstructor;
|
|
25
25
|
data: ObjectConstructor;
|
|
26
26
|
inHeader: StringConstructor;
|
|
27
|
-
}>, {
|
|
27
|
+
}>, {
|
|
28
|
+
requestResourceName: (options: {
|
|
29
|
+
voc: string;
|
|
30
|
+
uri: string;
|
|
31
|
+
envs: any;
|
|
32
|
+
}) => Promise<any>;
|
|
33
|
+
getURILabel: (value: any) => Promise<any>;
|
|
34
|
+
}, {
|
|
28
35
|
nameOfProperty: string;
|
|
29
36
|
namesOfMulti: never[];
|
|
30
37
|
}, {}, {
|
|
31
38
|
trimString(str: any, maxLength: any): any;
|
|
32
39
|
getTranslationFor: typeof import('../../..').getTranslationFor;
|
|
33
40
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
34
|
-
getURILabel(value: any): Promise<any>;
|
|
35
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
36
41
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
37
42
|
property: StringConstructor;
|
|
38
43
|
value: ObjectConstructor;
|
|
@@ -96,15 +101,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
96
101
|
value: ObjectConstructor;
|
|
97
102
|
data: ObjectConstructor;
|
|
98
103
|
inHeader: StringConstructor;
|
|
99
|
-
}>, {
|
|
104
|
+
}>, {
|
|
105
|
+
requestResourceName: (options: {
|
|
106
|
+
voc: string;
|
|
107
|
+
uri: string;
|
|
108
|
+
envs: any;
|
|
109
|
+
}) => Promise<any>;
|
|
110
|
+
getURILabel: (value: any) => Promise<any>;
|
|
111
|
+
}, {
|
|
100
112
|
nameOfProperty: string;
|
|
101
113
|
namesOfMulti: never[];
|
|
102
114
|
}, {}, {
|
|
103
115
|
trimString(str: any, maxLength: any): any;
|
|
104
116
|
getTranslationFor: typeof import('../../..').getTranslationFor;
|
|
105
117
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
106
|
-
getURILabel(value: any): Promise<any>;
|
|
107
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
108
118
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
109
119
|
property: StringConstructor;
|
|
110
120
|
value: ObjectConstructor;
|
|
@@ -8,6 +8,325 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8
8
|
}>, {
|
|
9
9
|
overviewPageIsVisible: import('vue').Ref<boolean, boolean>;
|
|
10
10
|
}, {
|
|
11
|
+
instance: {
|
|
12
|
+
metadata: {
|
|
13
|
+
title: string;
|
|
14
|
+
description: string;
|
|
15
|
+
keywords: string;
|
|
16
|
+
};
|
|
17
|
+
api: {
|
|
18
|
+
baseUrl: string;
|
|
19
|
+
hubUrl: string;
|
|
20
|
+
qualityBaseUrl: string;
|
|
21
|
+
similarityBaseUrl: string;
|
|
22
|
+
similarityServiceName: string;
|
|
23
|
+
fileUploadUrl: string;
|
|
24
|
+
sparqlUrl: string;
|
|
25
|
+
gazetteerBaseUrl: string;
|
|
26
|
+
corsproxyApiUrl: string;
|
|
27
|
+
};
|
|
28
|
+
authentication: {
|
|
29
|
+
useService: boolean;
|
|
30
|
+
login: {
|
|
31
|
+
useLogin: boolean;
|
|
32
|
+
loginTitle: string;
|
|
33
|
+
loginURL: string;
|
|
34
|
+
loginRedirectUri: string;
|
|
35
|
+
logoutTitle: string;
|
|
36
|
+
logoutURL: string;
|
|
37
|
+
logoutRedirectUri: string;
|
|
38
|
+
};
|
|
39
|
+
keycloak: {
|
|
40
|
+
realm: string;
|
|
41
|
+
clientId: string;
|
|
42
|
+
'ssl-required': string;
|
|
43
|
+
'public-client': boolean;
|
|
44
|
+
'verify-token-audience': boolean;
|
|
45
|
+
'use-resource-role-mappings': boolean;
|
|
46
|
+
'confidential-port': number;
|
|
47
|
+
url?: string | undefined;
|
|
48
|
+
};
|
|
49
|
+
keycloakInit: {
|
|
50
|
+
onLoad: "check-sso" | "login-required";
|
|
51
|
+
pkceMethod: string;
|
|
52
|
+
useNone: boolean;
|
|
53
|
+
adapter: string;
|
|
54
|
+
checkLoginIframe: boolean;
|
|
55
|
+
checkLoginIframeInterval: number;
|
|
56
|
+
responseMode: "query" | "fragment" | "form_post";
|
|
57
|
+
flow: "standard" | "implicit" | "hybrid";
|
|
58
|
+
scope: string;
|
|
59
|
+
token?: string | undefined;
|
|
60
|
+
refreshToken?: string | undefined;
|
|
61
|
+
idToken?: string | undefined;
|
|
62
|
+
timeSkew?: number | undefined;
|
|
63
|
+
redirectUri?: string | undefined;
|
|
64
|
+
silentCheckSsoRedirectUri?: string | undefined;
|
|
65
|
+
} & {
|
|
66
|
+
[k: string]: unknown;
|
|
67
|
+
};
|
|
68
|
+
rtp: {
|
|
69
|
+
grand_type: string;
|
|
70
|
+
audience: string;
|
|
71
|
+
};
|
|
72
|
+
authToken: string;
|
|
73
|
+
authMiddleware: {
|
|
74
|
+
baseUrl: string;
|
|
75
|
+
enable: boolean;
|
|
76
|
+
loginRedirectUrl: string;
|
|
77
|
+
logoutRedirectUrl: string;
|
|
78
|
+
};
|
|
79
|
+
} & {
|
|
80
|
+
[k: string]: unknown;
|
|
81
|
+
};
|
|
82
|
+
routing: {
|
|
83
|
+
routerOptions: {
|
|
84
|
+
base: string;
|
|
85
|
+
mode: string;
|
|
86
|
+
};
|
|
87
|
+
navigation: {
|
|
88
|
+
showSparql: boolean;
|
|
89
|
+
};
|
|
90
|
+
pagination: {
|
|
91
|
+
usePagination: boolean;
|
|
92
|
+
usePaginationArrows: boolean;
|
|
93
|
+
useItemsPerPage: boolean;
|
|
94
|
+
defaultItemsPerPage: number;
|
|
95
|
+
defaultItemsPerPageOptions: number[];
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
content: {
|
|
99
|
+
datasetDetails: {
|
|
100
|
+
embed: {
|
|
101
|
+
enable: boolean;
|
|
102
|
+
defaultWidth: number;
|
|
103
|
+
defaultHeight: number;
|
|
104
|
+
minRange: number;
|
|
105
|
+
maxRange: number;
|
|
106
|
+
};
|
|
107
|
+
header: {
|
|
108
|
+
navigation: string;
|
|
109
|
+
hidePublisher: boolean;
|
|
110
|
+
hideDate: boolean;
|
|
111
|
+
};
|
|
112
|
+
description: {
|
|
113
|
+
enableMarkdownInterpretation: boolean;
|
|
114
|
+
};
|
|
115
|
+
keywords: {
|
|
116
|
+
showTitle: boolean;
|
|
117
|
+
isVisible: boolean;
|
|
118
|
+
collapsed: boolean;
|
|
119
|
+
};
|
|
120
|
+
dataServices: {
|
|
121
|
+
isVisible: boolean;
|
|
122
|
+
displayAll: boolean;
|
|
123
|
+
displayCount: number;
|
|
124
|
+
incrementSteps: number[];
|
|
125
|
+
descriptionMaxLines: number;
|
|
126
|
+
descriptionMaxChars: number;
|
|
127
|
+
};
|
|
128
|
+
properties: string;
|
|
129
|
+
distributions: {
|
|
130
|
+
displayAll: boolean;
|
|
131
|
+
displayCount: number;
|
|
132
|
+
incrementSteps: number[];
|
|
133
|
+
descriptionMaxLines: number;
|
|
134
|
+
descriptionMaxChars: number;
|
|
135
|
+
showValidationButton: boolean;
|
|
136
|
+
};
|
|
137
|
+
downloadAs: {
|
|
138
|
+
url: string;
|
|
139
|
+
enable: boolean;
|
|
140
|
+
proxyUrl: string;
|
|
141
|
+
conversionFormats: {
|
|
142
|
+
sourceFileFormat: string;
|
|
143
|
+
targetFileFormat: string[];
|
|
144
|
+
}[];
|
|
145
|
+
};
|
|
146
|
+
similarDatasets: {
|
|
147
|
+
useSimilarDatasets: boolean;
|
|
148
|
+
breakpoints: {
|
|
149
|
+
verySimilar: {
|
|
150
|
+
start: number;
|
|
151
|
+
end: number;
|
|
152
|
+
};
|
|
153
|
+
similar: {
|
|
154
|
+
start: number;
|
|
155
|
+
end: number;
|
|
156
|
+
};
|
|
157
|
+
lessSimilar: {
|
|
158
|
+
start: number;
|
|
159
|
+
end: number;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
};
|
|
163
|
+
pages: {
|
|
164
|
+
isVisible: boolean;
|
|
165
|
+
displayAll: boolean;
|
|
166
|
+
displayCount: number;
|
|
167
|
+
incrementSteps: number[];
|
|
168
|
+
descriptionMaxLines: number;
|
|
169
|
+
descriptionMaxChars: number;
|
|
170
|
+
};
|
|
171
|
+
visualisations: {
|
|
172
|
+
isVisible: boolean;
|
|
173
|
+
displayAll: boolean;
|
|
174
|
+
displayCount: number;
|
|
175
|
+
incrementSteps: number[];
|
|
176
|
+
descriptionMaxLines: number;
|
|
177
|
+
descriptionMaxChars: number;
|
|
178
|
+
};
|
|
179
|
+
isUsedBy: {
|
|
180
|
+
isVisible: boolean;
|
|
181
|
+
};
|
|
182
|
+
relatedResources: {
|
|
183
|
+
isVisible: boolean;
|
|
184
|
+
};
|
|
185
|
+
bulkDownload: {
|
|
186
|
+
buttonPosition: string;
|
|
187
|
+
MAX_FILE_TITLE_LENGTH: number;
|
|
188
|
+
MAX_REQUESTS_COUNT: number;
|
|
189
|
+
INTERVAL_MS: number;
|
|
190
|
+
TIMEOUT_MS: number;
|
|
191
|
+
};
|
|
192
|
+
quality: {
|
|
193
|
+
displayAll: boolean;
|
|
194
|
+
numberOfDisplayedQualityDistributions: number;
|
|
195
|
+
csvLinter: {
|
|
196
|
+
enable: boolean;
|
|
197
|
+
displayAll: boolean;
|
|
198
|
+
numberOfDisplayedValidationResults: number;
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
datasets: {
|
|
203
|
+
useSort: boolean;
|
|
204
|
+
useFeed: boolean;
|
|
205
|
+
useCatalogs: boolean;
|
|
206
|
+
followKeywordLinks: string;
|
|
207
|
+
maxKeywordLength: number;
|
|
208
|
+
facets: {
|
|
209
|
+
useDatasetFacets: boolean;
|
|
210
|
+
useDatasetFacetsMap: boolean;
|
|
211
|
+
showClearButton: boolean;
|
|
212
|
+
showFacetsTitle: boolean;
|
|
213
|
+
cutoff: number;
|
|
214
|
+
MIN_FACET_LIMIT: number;
|
|
215
|
+
MAX_FACET_LIMIT: number;
|
|
216
|
+
FACET_OPERATORS: {
|
|
217
|
+
or: string;
|
|
218
|
+
and: string;
|
|
219
|
+
};
|
|
220
|
+
FACET_GROUP_OPERATORS: {
|
|
221
|
+
or: string;
|
|
222
|
+
and: string;
|
|
223
|
+
};
|
|
224
|
+
defaultFacetOrder: string[];
|
|
225
|
+
scoringFacets: {
|
|
226
|
+
useScoringFacets: boolean;
|
|
227
|
+
defaultScoringFacets: Record<string, {
|
|
228
|
+
title: string;
|
|
229
|
+
id: string;
|
|
230
|
+
count: number;
|
|
231
|
+
minScoring: number;
|
|
232
|
+
maxScoring: number;
|
|
233
|
+
}>;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
catalogs: {
|
|
238
|
+
useSort: boolean;
|
|
239
|
+
facets: {
|
|
240
|
+
useDatasetFacetsMap: boolean;
|
|
241
|
+
showClearButton: boolean;
|
|
242
|
+
showFacetsTitle: boolean;
|
|
243
|
+
cutoff: number;
|
|
244
|
+
MIN_FACET_LIMIT: number;
|
|
245
|
+
MAX_FACET_LIMIT: number;
|
|
246
|
+
FACET_OPERATORS: {
|
|
247
|
+
or: string;
|
|
248
|
+
and: string;
|
|
249
|
+
};
|
|
250
|
+
FACET_GROUP_OPERATORS: {
|
|
251
|
+
or: string;
|
|
252
|
+
and: string;
|
|
253
|
+
};
|
|
254
|
+
defaultFacetOrder: string[];
|
|
255
|
+
useCatalogFacets: boolean;
|
|
256
|
+
};
|
|
257
|
+
useCatalogCountries: boolean;
|
|
258
|
+
defaultCatalogImagePath: string;
|
|
259
|
+
defaultCatalogCountryID: string;
|
|
260
|
+
defaultCatalogID: string;
|
|
261
|
+
};
|
|
262
|
+
maps: {
|
|
263
|
+
options: {
|
|
264
|
+
id: string;
|
|
265
|
+
accessToken: string;
|
|
266
|
+
attribution: string;
|
|
267
|
+
};
|
|
268
|
+
mapVisible: boolean;
|
|
269
|
+
useAnimation: boolean;
|
|
270
|
+
location: [number[], number];
|
|
271
|
+
spatialType: "Point" | "Polygon";
|
|
272
|
+
height: string;
|
|
273
|
+
width: string;
|
|
274
|
+
mapContainerId: string;
|
|
275
|
+
urlTemplate: string;
|
|
276
|
+
geoBoundsId: string;
|
|
277
|
+
sender: {
|
|
278
|
+
height: string;
|
|
279
|
+
width: string;
|
|
280
|
+
mapContainerId: string;
|
|
281
|
+
startBounds: [[number, number], [number, number]];
|
|
282
|
+
};
|
|
283
|
+
receiver: {
|
|
284
|
+
height: string;
|
|
285
|
+
width: string;
|
|
286
|
+
mapContainerId: string;
|
|
287
|
+
startBounds: [[number, number], [number, number]];
|
|
288
|
+
attributionPosition: "topleft" | "topright" | "bottomleft" | "bottomright";
|
|
289
|
+
};
|
|
290
|
+
mapStyle: {
|
|
291
|
+
color: string;
|
|
292
|
+
fillColor: string;
|
|
293
|
+
fillOpacity: number;
|
|
294
|
+
weight: number;
|
|
295
|
+
radius: number;
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
dataProviderInterface: {
|
|
299
|
+
useService: boolean;
|
|
300
|
+
uploadFileTypes: string[];
|
|
301
|
+
enableFileUploadReplace: boolean;
|
|
302
|
+
basePath: string;
|
|
303
|
+
specification: "dcatap" | "dcatapde";
|
|
304
|
+
annifIntegration: boolean;
|
|
305
|
+
annifLinkTheme: string;
|
|
306
|
+
annifLinkSubject: string;
|
|
307
|
+
buttons: {
|
|
308
|
+
Dataset: boolean;
|
|
309
|
+
Catalogue: boolean;
|
|
310
|
+
};
|
|
311
|
+
doiRegistrationService: {
|
|
312
|
+
persistentIdentifierType: string;
|
|
313
|
+
};
|
|
314
|
+
};
|
|
315
|
+
};
|
|
316
|
+
languages: {
|
|
317
|
+
locale: string;
|
|
318
|
+
fallbackLocale: string;
|
|
319
|
+
useLanguageSelector: boolean;
|
|
320
|
+
};
|
|
321
|
+
themes: {
|
|
322
|
+
header: string;
|
|
323
|
+
};
|
|
324
|
+
tracker: {
|
|
325
|
+
isPiwikPro: boolean;
|
|
326
|
+
siteId: string;
|
|
327
|
+
trackerUrl: string;
|
|
328
|
+
};
|
|
329
|
+
};
|
|
11
330
|
dpiLocale: string | {
|
|
12
331
|
[x: string]: string[];
|
|
13
332
|
} | import('vue-router').LocationQueryValue[];
|
|
@@ -257,8 +576,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
257
576
|
getDate(date: any): string;
|
|
258
577
|
checkIfPropertyValueSet(data: any, property: any, value: any): any;
|
|
259
578
|
reqName(URI: any): Promise<any>;
|
|
260
|
-
requestFirstEntrySuggestions: import('vuex').ActionMethod;
|
|
261
|
-
requestAutocompleteSuggestions: import('vuex').ActionMethod;
|
|
262
579
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
263
580
|
dpiLocale: StringConstructor;
|
|
264
581
|
}>> & Readonly<{}>, {}, {}, {
|
|
@@ -288,15 +605,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
288
605
|
value: ObjectConstructor;
|
|
289
606
|
data: ObjectConstructor;
|
|
290
607
|
inHeader: StringConstructor;
|
|
291
|
-
}>, {
|
|
608
|
+
}>, {
|
|
609
|
+
requestResourceName: (options: {
|
|
610
|
+
voc: string;
|
|
611
|
+
uri: string;
|
|
612
|
+
envs: any;
|
|
613
|
+
}) => Promise<any>;
|
|
614
|
+
getURILabel: (value: any) => Promise<any>;
|
|
615
|
+
}, {
|
|
292
616
|
nameOfProperty: string;
|
|
293
617
|
namesOfMulti: never[];
|
|
294
618
|
}, {}, {
|
|
295
619
|
trimString(str: any, maxLength: any): any;
|
|
296
620
|
getTranslationFor: typeof import('../..').getTranslationFor;
|
|
297
621
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
298
|
-
getURILabel(value: any): Promise<any>;
|
|
299
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
300
622
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
301
623
|
property: StringConstructor;
|
|
302
624
|
value: ObjectConstructor;
|
|
@@ -360,15 +682,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
360
682
|
value: ObjectConstructor;
|
|
361
683
|
data: ObjectConstructor;
|
|
362
684
|
inHeader: StringConstructor;
|
|
363
|
-
}>, {
|
|
685
|
+
}>, {
|
|
686
|
+
requestResourceName: (options: {
|
|
687
|
+
voc: string;
|
|
688
|
+
uri: string;
|
|
689
|
+
envs: any;
|
|
690
|
+
}) => Promise<any>;
|
|
691
|
+
getURILabel: (value: any) => Promise<any>;
|
|
692
|
+
}, {
|
|
364
693
|
nameOfProperty: string;
|
|
365
694
|
namesOfMulti: never[];
|
|
366
695
|
}, {}, {
|
|
367
696
|
trimString(str: any, maxLength: any): any;
|
|
368
697
|
getTranslationFor: typeof import('../..').getTranslationFor;
|
|
369
698
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
370
|
-
getURILabel(value: any): Promise<any>;
|
|
371
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
372
699
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
373
700
|
property: StringConstructor;
|
|
374
701
|
value: ObjectConstructor;
|
|
@@ -547,15 +874,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
547
874
|
value: ObjectConstructor;
|
|
548
875
|
data: ObjectConstructor;
|
|
549
876
|
inHeader: StringConstructor;
|
|
550
|
-
}>, {
|
|
877
|
+
}>, {
|
|
878
|
+
requestResourceName: (options: {
|
|
879
|
+
voc: string;
|
|
880
|
+
uri: string;
|
|
881
|
+
envs: any;
|
|
882
|
+
}) => Promise<any>;
|
|
883
|
+
getURILabel: (value: any) => Promise<any>;
|
|
884
|
+
}, {
|
|
551
885
|
nameOfProperty: string;
|
|
552
886
|
namesOfMulti: never[];
|
|
553
887
|
}, {}, {
|
|
554
888
|
trimString(str: any, maxLength: any): any;
|
|
555
889
|
getTranslationFor: typeof import('../..').getTranslationFor;
|
|
556
890
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
557
|
-
getURILabel(value: any): Promise<any>;
|
|
558
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
559
891
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
560
892
|
property: StringConstructor;
|
|
561
893
|
value: ObjectConstructor;
|
|
@@ -619,15 +951,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
619
951
|
value: ObjectConstructor;
|
|
620
952
|
data: ObjectConstructor;
|
|
621
953
|
inHeader: StringConstructor;
|
|
622
|
-
}>, {
|
|
954
|
+
}>, {
|
|
955
|
+
requestResourceName: (options: {
|
|
956
|
+
voc: string;
|
|
957
|
+
uri: string;
|
|
958
|
+
envs: any;
|
|
959
|
+
}) => Promise<any>;
|
|
960
|
+
getURILabel: (value: any) => Promise<any>;
|
|
961
|
+
}, {
|
|
623
962
|
nameOfProperty: string;
|
|
624
963
|
namesOfMulti: never[];
|
|
625
964
|
}, {}, {
|
|
626
965
|
trimString(str: any, maxLength: any): any;
|
|
627
966
|
getTranslationFor: typeof import('../..').getTranslationFor;
|
|
628
967
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
629
|
-
getURILabel(value: any): Promise<any>;
|
|
630
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
631
968
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
632
969
|
property: StringConstructor;
|
|
633
970
|
value: ObjectConstructor;
|
|
@@ -736,15 +1073,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
736
1073
|
value: ObjectConstructor;
|
|
737
1074
|
data: ObjectConstructor;
|
|
738
1075
|
inHeader: StringConstructor;
|
|
739
|
-
}>, {
|
|
1076
|
+
}>, {
|
|
1077
|
+
requestResourceName: (options: {
|
|
1078
|
+
voc: string;
|
|
1079
|
+
uri: string;
|
|
1080
|
+
envs: any;
|
|
1081
|
+
}) => Promise<any>;
|
|
1082
|
+
getURILabel: (value: any) => Promise<any>;
|
|
1083
|
+
}, {
|
|
740
1084
|
nameOfProperty: string;
|
|
741
1085
|
namesOfMulti: never[];
|
|
742
1086
|
}, {}, {
|
|
743
1087
|
trimString(str: any, maxLength: any): any;
|
|
744
1088
|
getTranslationFor: typeof import('../..').getTranslationFor;
|
|
745
1089
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
746
|
-
getURILabel(value: any): Promise<any>;
|
|
747
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
748
1090
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
749
1091
|
property: StringConstructor;
|
|
750
1092
|
value: ObjectConstructor;
|
|
@@ -808,15 +1150,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
808
1150
|
value: ObjectConstructor;
|
|
809
1151
|
data: ObjectConstructor;
|
|
810
1152
|
inHeader: StringConstructor;
|
|
811
|
-
}>, {
|
|
1153
|
+
}>, {
|
|
1154
|
+
requestResourceName: (options: {
|
|
1155
|
+
voc: string;
|
|
1156
|
+
uri: string;
|
|
1157
|
+
envs: any;
|
|
1158
|
+
}) => Promise<any>;
|
|
1159
|
+
getURILabel: (value: any) => Promise<any>;
|
|
1160
|
+
}, {
|
|
812
1161
|
nameOfProperty: string;
|
|
813
1162
|
namesOfMulti: never[];
|
|
814
1163
|
}, {}, {
|
|
815
1164
|
trimString(str: any, maxLength: any): any;
|
|
816
1165
|
getTranslationFor: typeof import('../..').getTranslationFor;
|
|
817
1166
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
818
|
-
getURILabel(value: any): Promise<any>;
|
|
819
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
820
1167
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
821
1168
|
property: StringConstructor;
|
|
822
1169
|
value: ObjectConstructor;
|