@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,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import i from "../facets/ExpandableSelectFacet.vue.mjs";
|
|
2
2
|
import a from "../facets/RadioFacet.vue.mjs";
|
|
3
3
|
import m from "../widgets/PvShowMore.vue.mjs";
|
|
4
4
|
import s from "../widgets/PvButton.vue.mjs";
|
|
@@ -12,14 +12,15 @@ import u from "../facets/SelectedFacetsOverview.vue.mjs";
|
|
|
12
12
|
import b from "../navigation/SubNavigation.vue.mjs";
|
|
13
13
|
import v from "../datasetDetails/header/DatasetDetailsHeader.vue.mjs";
|
|
14
14
|
import d from "../datasetDetails/DatasetDetailsDescription.vue.mjs";
|
|
15
|
-
import F from "../datasetDetails/
|
|
16
|
-
import P from "../datasetDetails/distributions/
|
|
17
|
-
import S from "../datasetDetails/
|
|
18
|
-
import g from "../datasetDetails/
|
|
19
|
-
import x from "../datasetDetails/features/
|
|
20
|
-
import B from "../datasetDetails/
|
|
21
|
-
|
|
22
|
-
|
|
15
|
+
import F from "../datasetDetails/DatasetDetailsDataset.vue.mjs";
|
|
16
|
+
import P from "../datasetDetails/distributions/Distribution.vue.mjs";
|
|
17
|
+
import S from "../datasetDetails/distributions/distributionActions/DistributionActions.vue.mjs";
|
|
18
|
+
import g from "../datasetDetails/properties/DatasetDetailsProperties.vue.mjs";
|
|
19
|
+
import x from "../datasetDetails/features/DatasetDetailsFeatures.vue.mjs";
|
|
20
|
+
import B from "../datasetDetails/features/DatasetDetailsFeatureHeader.vue.mjs";
|
|
21
|
+
import C from "../datasetDetails/distributions/distributionPreview/DistributionVisualisationSlot.vue.mjs";
|
|
22
|
+
const H = {
|
|
23
|
+
SelectFacet: i,
|
|
23
24
|
RadioFacet: a,
|
|
24
25
|
PvShowMore: m,
|
|
25
26
|
PvButton: s,
|
|
@@ -33,20 +34,21 @@ const C = {
|
|
|
33
34
|
SubNavigation: b,
|
|
34
35
|
DatasetDetailsHeader: v,
|
|
35
36
|
DatasetDetailsDescription: d,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
37
|
+
DatasetDetailsDataset: F,
|
|
38
|
+
Distribution: P,
|
|
39
|
+
DistributionActions: S,
|
|
40
|
+
DatasetDetailsProperties: g,
|
|
41
|
+
DatasetDetailsFeatures: x,
|
|
42
|
+
DatasetDetailsFeatureHeader: B,
|
|
43
|
+
DistributionVisualisationSlot: C
|
|
42
44
|
};
|
|
43
|
-
function
|
|
44
|
-
const t = { ...
|
|
45
|
+
function W(r, e) {
|
|
46
|
+
const t = { ...H, ...e };
|
|
45
47
|
Object.keys(t).forEach((o) => {
|
|
46
48
|
r.component(o, t[o]);
|
|
47
49
|
});
|
|
48
50
|
}
|
|
49
51
|
export {
|
|
50
|
-
|
|
52
|
+
W as configureComponents
|
|
51
53
|
};
|
|
52
54
|
//# sourceMappingURL=configureComponents.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configureComponents.mjs","sources":["../../lib/configurations/configureComponents.ts"],"sourcesContent":["import ExpandableSelectFacet from \"../facets/ExpandableSelectFacet.vue\";\nimport RadioFacet from \"../facets/RadioFacet.vue\";\nimport PvShowMore from \"../widgets/PvShowMore.vue\";\nimport PvButton from \"../widgets/PvButton.vue\";\nimport PvBanner from \"../widgets/PvBanner.vue\";\nimport DatasetDetailsNavigationPage from \"../datasetDetails/navigation/DatasetDetailsNavigationPage.vue\";\nimport PvDataInfoBox from \"../PvDataInfoBox/PvDataInfoBox.vue\";\nimport Datasets from \"../datasets/Datasets.vue\";\nimport DistributionsHeader from \"../datasetDetails/distributions/DistributionsHeader.vue\";\nimport DistributionDetails from \"../datasetDetails/distributions/distributionDetails/DistributionDetails.vue\";\nimport SelectedFacetsOverview from \"../facets/SelectedFacetsOverview.vue\"\nimport SubNavigation from \"../navigation/SubNavigation.vue\";\nimport DatasetDetailsHeader from \"../datasetDetails/header/DatasetDetailsHeader.vue\";\nimport DatasetDetailsDescription from \"../datasetDetails/DatasetDetailsDescription.vue\";\nimport Distribution from \"../datasetDetails/distributions/Distribution.vue\";\nimport DistributionActions from \"../datasetDetails/distributions/distributionActions/DistributionActions.vue\";\nimport DatasetDetailsProperties from \"../datasetDetails/properties/DatasetDetailsProperties.vue\";\nimport DatasetDetailsFeatures from \"../datasetDetails/features/DatasetDetailsFeatures.vue\";\nimport DatasetDetailsFeatureHeader from \"../datasetDetails/features/DatasetDetailsFeatureHeader.vue\"\nimport DistributionVisualisationSlot from \"../datasetDetails/distributions/distributionPreview/DistributionVisualisationSlot.vue\";\n\nexport type ComponentMap = { [key: string]: any };\n\nconst defaultComponents: ComponentMap = {\n SelectFacet: ExpandableSelectFacet,\n RadioFacet,\n PvShowMore,\n PvButton,\n PvBanner,\n DatasetDetailsNavigationPage,\n PvDataInfoBox,\n Datasets,\n DistributionsHeader,\n DistributionDetails,\n SelectedFacetsOverview,\n SubNavigation,\n DatasetDetailsHeader,\n DatasetDetailsDescription,\n Distribution,\n DistributionActions,\n DatasetDetailsProperties,\n DatasetDetailsFeatures,\n DatasetDetailsFeatureHeader,\n DistributionVisualisationSlot\n};\n\nexport function configureComponents(app: any, components?: ComponentMap) {\n const allComponents: ComponentMap = { ...defaultComponents, ...components };\n const componentKeys: string[] = Object.keys(allComponents);\n componentKeys.forEach((key: string) => { \n app.component(key, allComponents[key]);\n });\n}\n"],"names":["defaultComponents","ExpandableSelectFacet","RadioFacet","PvShowMore","PvButton","PvBanner","DatasetDetailsNavigationPage","PvDataInfoBox","Datasets","DistributionsHeader","DistributionDetails","SelectedFacetsOverview","SubNavigation","DatasetDetailsHeader","DatasetDetailsDescription","Distribution","DistributionActions","DatasetDetailsProperties","DatasetDetailsFeatures","DatasetDetailsFeatureHeader","DistributionVisualisationSlot","configureComponents","app","components","allComponents","key"],"mappings":"
|
|
1
|
+
{"version":3,"file":"configureComponents.mjs","sources":["../../lib/configurations/configureComponents.ts"],"sourcesContent":["import ExpandableSelectFacet from \"../facets/ExpandableSelectFacet.vue\";\nimport RadioFacet from \"../facets/RadioFacet.vue\";\nimport PvShowMore from \"../widgets/PvShowMore.vue\";\nimport PvButton from \"../widgets/PvButton.vue\";\nimport PvBanner from \"../widgets/PvBanner.vue\";\nimport DatasetDetailsNavigationPage from \"../datasetDetails/navigation/DatasetDetailsNavigationPage.vue\";\nimport PvDataInfoBox from \"../PvDataInfoBox/PvDataInfoBox.vue\";\nimport Datasets from \"../datasets/Datasets.vue\";\nimport DistributionsHeader from \"../datasetDetails/distributions/DistributionsHeader.vue\";\nimport DistributionDetails from \"../datasetDetails/distributions/distributionDetails/DistributionDetails.vue\";\nimport SelectedFacetsOverview from \"../facets/SelectedFacetsOverview.vue\"\nimport SubNavigation from \"../navigation/SubNavigation.vue\";\nimport DatasetDetailsHeader from \"../datasetDetails/header/DatasetDetailsHeader.vue\";\nimport DatasetDetailsDescription from \"../datasetDetails/DatasetDetailsDescription.vue\";\nimport DatasetDetailsDataset from \"../datasetDetails/DatasetDetailsDataset.vue\";\nimport Distribution from \"../datasetDetails/distributions/Distribution.vue\";\nimport DistributionActions from \"../datasetDetails/distributions/distributionActions/DistributionActions.vue\";\nimport DatasetDetailsProperties from \"../datasetDetails/properties/DatasetDetailsProperties.vue\";\nimport DatasetDetailsFeatures from \"../datasetDetails/features/DatasetDetailsFeatures.vue\";\nimport DatasetDetailsFeatureHeader from \"../datasetDetails/features/DatasetDetailsFeatureHeader.vue\"\nimport DistributionVisualisationSlot from \"../datasetDetails/distributions/distributionPreview/DistributionVisualisationSlot.vue\";\n\nexport type ComponentMap = { [key: string]: any };\n\nconst defaultComponents: ComponentMap = {\n SelectFacet: ExpandableSelectFacet,\n RadioFacet,\n PvShowMore,\n PvButton,\n PvBanner,\n DatasetDetailsNavigationPage,\n PvDataInfoBox,\n Datasets,\n DistributionsHeader,\n DistributionDetails,\n SelectedFacetsOverview,\n SubNavigation,\n DatasetDetailsHeader,\n DatasetDetailsDescription,\n DatasetDetailsDataset,\n Distribution,\n DistributionActions,\n DatasetDetailsProperties,\n DatasetDetailsFeatures,\n DatasetDetailsFeatureHeader,\n DistributionVisualisationSlot\n};\n\nexport function configureComponents(app: any, components?: ComponentMap) {\n const allComponents: ComponentMap = { ...defaultComponents, ...components };\n const componentKeys: string[] = Object.keys(allComponents);\n componentKeys.forEach((key: string) => { \n app.component(key, allComponents[key]);\n });\n}\n"],"names":["defaultComponents","ExpandableSelectFacet","RadioFacet","PvShowMore","PvButton","PvBanner","DatasetDetailsNavigationPage","PvDataInfoBox","Datasets","DistributionsHeader","DistributionDetails","SelectedFacetsOverview","SubNavigation","DatasetDetailsHeader","DatasetDetailsDescription","DatasetDetailsDataset","Distribution","DistributionActions","DatasetDetailsProperties","DatasetDetailsFeatures","DatasetDetailsFeatureHeader","DistributionVisualisationSlot","configureComponents","app","components","allComponents","key"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAwBA,MAAMA,IAAkC;AAAA,EACtC,aAAaC;AAAA,EACb,YAAAC;AAAA,EACA,YAAAC;AAAA,EACA,UAAAC;AAAA,EACA,UAAAC;AAAA,EACA,8BAAAC;AAAA,EACA,eAAAC;AAAA,EACA,UAAAC;AAAA,EACA,qBAAAC;AAAA,EACA,qBAAAC;AAAA,EACA,wBAAAC;AAAA,EACA,eAAAC;AAAA,EACA,sBAAAC;AAAA,EACA,2BAAAC;AAAA,EACA,uBAAAC;AAAA,EACA,cAAAC;AAAA,EACA,qBAAAC;AAAA,EACA,0BAAAC;AAAA,EACA,wBAAAC;AAAA,EACA,6BAAAC;AAAA,EACA,+BAAAC;AACF;AAEgB,SAAAC,EAAoBC,GAAUC,GAA2B;AACvE,QAAMC,IAA8B,EAAE,GAAGzB,GAAmB,GAAGwB,EAAW;AAE5D,EADkB,OAAO,KAAKC,CAAa,EAC3C,QAAQ,CAACC,MAAgB;AACrC,IAAAH,EAAI,UAAUG,GAAKD,EAAcC,CAAG,CAAC;AAAA,EAAA,CACtC;AACH;"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { DpiContext } from './composables/useDpiContext';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
+
import { AutocompleteInstance } from './composables/aucotomplete';
|
|
3
4
|
|
|
4
5
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
6
|
name: {
|
|
@@ -10,6 +11,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10
11
|
type: PropType<DpiContext>;
|
|
11
12
|
default: () => undefined;
|
|
12
13
|
};
|
|
14
|
+
autocomplete: {
|
|
15
|
+
type: PropType<AutocompleteInstance>;
|
|
16
|
+
default: () => undefined;
|
|
17
|
+
};
|
|
13
18
|
}>, {
|
|
14
19
|
resolvedDpiContext: import('vue').ComputedRef<DpiContext>;
|
|
15
20
|
key: import('vue').ComputedRef<string>;
|
|
@@ -34,8 +39,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
34
39
|
type: PropType<DpiContext>;
|
|
35
40
|
default: () => undefined;
|
|
36
41
|
};
|
|
42
|
+
autocomplete: {
|
|
43
|
+
type: PropType<AutocompleteInstance>;
|
|
44
|
+
default: () => undefined;
|
|
45
|
+
};
|
|
37
46
|
}>> & Readonly<{}>, {
|
|
38
47
|
name: string;
|
|
48
|
+
autocomplete: AutocompleteInstance;
|
|
39
49
|
dpiContext: DpiContext;
|
|
40
50
|
}, {}, {
|
|
41
51
|
InputPage: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -68,6 +78,325 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
68
78
|
}>, {
|
|
69
79
|
overviewPageIsVisible: import('vue').Ref<boolean, boolean>;
|
|
70
80
|
}, {
|
|
81
|
+
instance: {
|
|
82
|
+
metadata: {
|
|
83
|
+
title: string;
|
|
84
|
+
description: string;
|
|
85
|
+
keywords: string;
|
|
86
|
+
};
|
|
87
|
+
api: {
|
|
88
|
+
baseUrl: string;
|
|
89
|
+
hubUrl: string;
|
|
90
|
+
qualityBaseUrl: string;
|
|
91
|
+
similarityBaseUrl: string;
|
|
92
|
+
similarityServiceName: string;
|
|
93
|
+
fileUploadUrl: string;
|
|
94
|
+
sparqlUrl: string;
|
|
95
|
+
gazetteerBaseUrl: string;
|
|
96
|
+
corsproxyApiUrl: string;
|
|
97
|
+
};
|
|
98
|
+
authentication: {
|
|
99
|
+
useService: boolean;
|
|
100
|
+
login: {
|
|
101
|
+
useLogin: boolean;
|
|
102
|
+
loginTitle: string;
|
|
103
|
+
loginURL: string;
|
|
104
|
+
loginRedirectUri: string;
|
|
105
|
+
logoutTitle: string;
|
|
106
|
+
logoutURL: string;
|
|
107
|
+
logoutRedirectUri: string;
|
|
108
|
+
};
|
|
109
|
+
keycloak: {
|
|
110
|
+
realm: string;
|
|
111
|
+
clientId: string;
|
|
112
|
+
'ssl-required': string;
|
|
113
|
+
'public-client': boolean;
|
|
114
|
+
'verify-token-audience': boolean;
|
|
115
|
+
'use-resource-role-mappings': boolean;
|
|
116
|
+
'confidential-port': number;
|
|
117
|
+
url?: string | undefined;
|
|
118
|
+
};
|
|
119
|
+
keycloakInit: {
|
|
120
|
+
onLoad: "check-sso" | "login-required";
|
|
121
|
+
pkceMethod: string;
|
|
122
|
+
useNone: boolean;
|
|
123
|
+
adapter: string;
|
|
124
|
+
checkLoginIframe: boolean;
|
|
125
|
+
checkLoginIframeInterval: number;
|
|
126
|
+
responseMode: "query" | "fragment" | "form_post";
|
|
127
|
+
flow: "standard" | "implicit" | "hybrid";
|
|
128
|
+
scope: string;
|
|
129
|
+
token?: string | undefined;
|
|
130
|
+
refreshToken?: string | undefined;
|
|
131
|
+
idToken?: string | undefined;
|
|
132
|
+
timeSkew?: number | undefined;
|
|
133
|
+
redirectUri?: string | undefined;
|
|
134
|
+
silentCheckSsoRedirectUri?: string | undefined;
|
|
135
|
+
} & {
|
|
136
|
+
[k: string]: unknown;
|
|
137
|
+
};
|
|
138
|
+
rtp: {
|
|
139
|
+
grand_type: string;
|
|
140
|
+
audience: string;
|
|
141
|
+
};
|
|
142
|
+
authToken: string;
|
|
143
|
+
authMiddleware: {
|
|
144
|
+
baseUrl: string;
|
|
145
|
+
enable: boolean;
|
|
146
|
+
loginRedirectUrl: string;
|
|
147
|
+
logoutRedirectUrl: string;
|
|
148
|
+
};
|
|
149
|
+
} & {
|
|
150
|
+
[k: string]: unknown;
|
|
151
|
+
};
|
|
152
|
+
routing: {
|
|
153
|
+
routerOptions: {
|
|
154
|
+
base: string;
|
|
155
|
+
mode: string;
|
|
156
|
+
};
|
|
157
|
+
navigation: {
|
|
158
|
+
showSparql: boolean;
|
|
159
|
+
};
|
|
160
|
+
pagination: {
|
|
161
|
+
usePagination: boolean;
|
|
162
|
+
usePaginationArrows: boolean;
|
|
163
|
+
useItemsPerPage: boolean;
|
|
164
|
+
defaultItemsPerPage: number;
|
|
165
|
+
defaultItemsPerPageOptions: number[];
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
content: {
|
|
169
|
+
datasetDetails: {
|
|
170
|
+
embed: {
|
|
171
|
+
enable: boolean;
|
|
172
|
+
defaultWidth: number;
|
|
173
|
+
defaultHeight: number;
|
|
174
|
+
minRange: number;
|
|
175
|
+
maxRange: number;
|
|
176
|
+
};
|
|
177
|
+
header: {
|
|
178
|
+
navigation: string;
|
|
179
|
+
hidePublisher: boolean;
|
|
180
|
+
hideDate: boolean;
|
|
181
|
+
};
|
|
182
|
+
description: {
|
|
183
|
+
enableMarkdownInterpretation: boolean;
|
|
184
|
+
};
|
|
185
|
+
keywords: {
|
|
186
|
+
showTitle: boolean;
|
|
187
|
+
isVisible: boolean;
|
|
188
|
+
collapsed: boolean;
|
|
189
|
+
};
|
|
190
|
+
dataServices: {
|
|
191
|
+
isVisible: boolean;
|
|
192
|
+
displayAll: boolean;
|
|
193
|
+
displayCount: number;
|
|
194
|
+
incrementSteps: number[];
|
|
195
|
+
descriptionMaxLines: number;
|
|
196
|
+
descriptionMaxChars: number;
|
|
197
|
+
};
|
|
198
|
+
properties: string;
|
|
199
|
+
distributions: {
|
|
200
|
+
displayAll: boolean;
|
|
201
|
+
displayCount: number;
|
|
202
|
+
incrementSteps: number[];
|
|
203
|
+
descriptionMaxLines: number;
|
|
204
|
+
descriptionMaxChars: number;
|
|
205
|
+
showValidationButton: boolean;
|
|
206
|
+
};
|
|
207
|
+
downloadAs: {
|
|
208
|
+
url: string;
|
|
209
|
+
enable: boolean;
|
|
210
|
+
proxyUrl: string;
|
|
211
|
+
conversionFormats: {
|
|
212
|
+
sourceFileFormat: string;
|
|
213
|
+
targetFileFormat: string[];
|
|
214
|
+
}[];
|
|
215
|
+
};
|
|
216
|
+
similarDatasets: {
|
|
217
|
+
useSimilarDatasets: boolean;
|
|
218
|
+
breakpoints: {
|
|
219
|
+
verySimilar: {
|
|
220
|
+
start: number;
|
|
221
|
+
end: number;
|
|
222
|
+
};
|
|
223
|
+
similar: {
|
|
224
|
+
start: number;
|
|
225
|
+
end: number;
|
|
226
|
+
};
|
|
227
|
+
lessSimilar: {
|
|
228
|
+
start: number;
|
|
229
|
+
end: number;
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
pages: {
|
|
234
|
+
isVisible: boolean;
|
|
235
|
+
displayAll: boolean;
|
|
236
|
+
displayCount: number;
|
|
237
|
+
incrementSteps: number[];
|
|
238
|
+
descriptionMaxLines: number;
|
|
239
|
+
descriptionMaxChars: number;
|
|
240
|
+
};
|
|
241
|
+
visualisations: {
|
|
242
|
+
isVisible: boolean;
|
|
243
|
+
displayAll: boolean;
|
|
244
|
+
displayCount: number;
|
|
245
|
+
incrementSteps: number[];
|
|
246
|
+
descriptionMaxLines: number;
|
|
247
|
+
descriptionMaxChars: number;
|
|
248
|
+
};
|
|
249
|
+
isUsedBy: {
|
|
250
|
+
isVisible: boolean;
|
|
251
|
+
};
|
|
252
|
+
relatedResources: {
|
|
253
|
+
isVisible: boolean;
|
|
254
|
+
};
|
|
255
|
+
bulkDownload: {
|
|
256
|
+
buttonPosition: string;
|
|
257
|
+
MAX_FILE_TITLE_LENGTH: number;
|
|
258
|
+
MAX_REQUESTS_COUNT: number;
|
|
259
|
+
INTERVAL_MS: number;
|
|
260
|
+
TIMEOUT_MS: number;
|
|
261
|
+
};
|
|
262
|
+
quality: {
|
|
263
|
+
displayAll: boolean;
|
|
264
|
+
numberOfDisplayedQualityDistributions: number;
|
|
265
|
+
csvLinter: {
|
|
266
|
+
enable: boolean;
|
|
267
|
+
displayAll: boolean;
|
|
268
|
+
numberOfDisplayedValidationResults: number;
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
};
|
|
272
|
+
datasets: {
|
|
273
|
+
useSort: boolean;
|
|
274
|
+
useFeed: boolean;
|
|
275
|
+
useCatalogs: boolean;
|
|
276
|
+
followKeywordLinks: string;
|
|
277
|
+
maxKeywordLength: number;
|
|
278
|
+
facets: {
|
|
279
|
+
useDatasetFacets: boolean;
|
|
280
|
+
useDatasetFacetsMap: boolean;
|
|
281
|
+
showClearButton: boolean;
|
|
282
|
+
showFacetsTitle: boolean;
|
|
283
|
+
cutoff: number;
|
|
284
|
+
MIN_FACET_LIMIT: number;
|
|
285
|
+
MAX_FACET_LIMIT: number;
|
|
286
|
+
FACET_OPERATORS: {
|
|
287
|
+
or: string;
|
|
288
|
+
and: string;
|
|
289
|
+
};
|
|
290
|
+
FACET_GROUP_OPERATORS: {
|
|
291
|
+
or: string;
|
|
292
|
+
and: string;
|
|
293
|
+
};
|
|
294
|
+
defaultFacetOrder: string[];
|
|
295
|
+
scoringFacets: {
|
|
296
|
+
useScoringFacets: boolean;
|
|
297
|
+
defaultScoringFacets: Record<string, {
|
|
298
|
+
title: string;
|
|
299
|
+
id: string;
|
|
300
|
+
count: number;
|
|
301
|
+
minScoring: number;
|
|
302
|
+
maxScoring: number;
|
|
303
|
+
}>;
|
|
304
|
+
};
|
|
305
|
+
};
|
|
306
|
+
};
|
|
307
|
+
catalogs: {
|
|
308
|
+
useSort: boolean;
|
|
309
|
+
facets: {
|
|
310
|
+
useDatasetFacetsMap: boolean;
|
|
311
|
+
showClearButton: boolean;
|
|
312
|
+
showFacetsTitle: boolean;
|
|
313
|
+
cutoff: number;
|
|
314
|
+
MIN_FACET_LIMIT: number;
|
|
315
|
+
MAX_FACET_LIMIT: number;
|
|
316
|
+
FACET_OPERATORS: {
|
|
317
|
+
or: string;
|
|
318
|
+
and: string;
|
|
319
|
+
};
|
|
320
|
+
FACET_GROUP_OPERATORS: {
|
|
321
|
+
or: string;
|
|
322
|
+
and: string;
|
|
323
|
+
};
|
|
324
|
+
defaultFacetOrder: string[];
|
|
325
|
+
useCatalogFacets: boolean;
|
|
326
|
+
};
|
|
327
|
+
useCatalogCountries: boolean;
|
|
328
|
+
defaultCatalogImagePath: string;
|
|
329
|
+
defaultCatalogCountryID: string;
|
|
330
|
+
defaultCatalogID: string;
|
|
331
|
+
};
|
|
332
|
+
maps: {
|
|
333
|
+
options: {
|
|
334
|
+
id: string;
|
|
335
|
+
accessToken: string;
|
|
336
|
+
attribution: string;
|
|
337
|
+
};
|
|
338
|
+
mapVisible: boolean;
|
|
339
|
+
useAnimation: boolean;
|
|
340
|
+
location: [number[], number];
|
|
341
|
+
spatialType: "Point" | "Polygon";
|
|
342
|
+
height: string;
|
|
343
|
+
width: string;
|
|
344
|
+
mapContainerId: string;
|
|
345
|
+
urlTemplate: string;
|
|
346
|
+
geoBoundsId: string;
|
|
347
|
+
sender: {
|
|
348
|
+
height: string;
|
|
349
|
+
width: string;
|
|
350
|
+
mapContainerId: string;
|
|
351
|
+
startBounds: [[number, number], [number, number]];
|
|
352
|
+
};
|
|
353
|
+
receiver: {
|
|
354
|
+
height: string;
|
|
355
|
+
width: string;
|
|
356
|
+
mapContainerId: string;
|
|
357
|
+
startBounds: [[number, number], [number, number]];
|
|
358
|
+
attributionPosition: "topleft" | "topright" | "bottomleft" | "bottomright";
|
|
359
|
+
};
|
|
360
|
+
mapStyle: {
|
|
361
|
+
color: string;
|
|
362
|
+
fillColor: string;
|
|
363
|
+
fillOpacity: number;
|
|
364
|
+
weight: number;
|
|
365
|
+
radius: number;
|
|
366
|
+
};
|
|
367
|
+
};
|
|
368
|
+
dataProviderInterface: {
|
|
369
|
+
useService: boolean;
|
|
370
|
+
uploadFileTypes: string[];
|
|
371
|
+
enableFileUploadReplace: boolean;
|
|
372
|
+
basePath: string;
|
|
373
|
+
specification: "dcatap" | "dcatapde";
|
|
374
|
+
annifIntegration: boolean;
|
|
375
|
+
annifLinkTheme: string;
|
|
376
|
+
annifLinkSubject: string;
|
|
377
|
+
buttons: {
|
|
378
|
+
Dataset: boolean;
|
|
379
|
+
Catalogue: boolean;
|
|
380
|
+
};
|
|
381
|
+
doiRegistrationService: {
|
|
382
|
+
persistentIdentifierType: string;
|
|
383
|
+
};
|
|
384
|
+
};
|
|
385
|
+
};
|
|
386
|
+
languages: {
|
|
387
|
+
locale: string;
|
|
388
|
+
fallbackLocale: string;
|
|
389
|
+
useLanguageSelector: boolean;
|
|
390
|
+
};
|
|
391
|
+
themes: {
|
|
392
|
+
header: string;
|
|
393
|
+
};
|
|
394
|
+
tracker: {
|
|
395
|
+
isPiwikPro: boolean;
|
|
396
|
+
siteId: string;
|
|
397
|
+
trackerUrl: string;
|
|
398
|
+
};
|
|
399
|
+
};
|
|
71
400
|
dpiLocale: string | {
|
|
72
401
|
[x: string]: string[];
|
|
73
402
|
} | import('vue-router').LocationQueryValue[];
|
|
@@ -316,8 +645,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
316
645
|
getDate(date: any): string;
|
|
317
646
|
checkIfPropertyValueSet(data: any, property: any, value: any): any;
|
|
318
647
|
reqName(URI: any): Promise<any>;
|
|
319
|
-
requestFirstEntrySuggestions: import('vuex').ActionMethod;
|
|
320
|
-
requestAutocompleteSuggestions: import('vuex').ActionMethod;
|
|
321
648
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
322
649
|
dpiLocale: StringConstructor;
|
|
323
650
|
}>> & Readonly<{}>, {}, {}, {
|
|
@@ -347,15 +674,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
347
674
|
value: ObjectConstructor;
|
|
348
675
|
data: ObjectConstructor;
|
|
349
676
|
inHeader: StringConstructor;
|
|
350
|
-
}>, {
|
|
677
|
+
}>, {
|
|
678
|
+
requestResourceName: (options: {
|
|
679
|
+
voc: string;
|
|
680
|
+
uri: string;
|
|
681
|
+
envs: any;
|
|
682
|
+
}) => Promise<any>;
|
|
683
|
+
getURILabel: (value: any) => Promise<any>;
|
|
684
|
+
}, {
|
|
351
685
|
nameOfProperty: string;
|
|
352
686
|
namesOfMulti: never[];
|
|
353
687
|
}, {}, {
|
|
354
688
|
trimString(str: any, maxLength: any): any;
|
|
355
689
|
getTranslationFor: typeof import('..').getTranslationFor;
|
|
356
690
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
357
|
-
getURILabel(value: any): Promise<any>;
|
|
358
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
359
691
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
360
692
|
property: StringConstructor;
|
|
361
693
|
value: ObjectConstructor;
|
|
@@ -419,15 +751,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
419
751
|
value: ObjectConstructor;
|
|
420
752
|
data: ObjectConstructor;
|
|
421
753
|
inHeader: StringConstructor;
|
|
422
|
-
}>, {
|
|
754
|
+
}>, {
|
|
755
|
+
requestResourceName: (options: {
|
|
756
|
+
voc: string;
|
|
757
|
+
uri: string;
|
|
758
|
+
envs: any;
|
|
759
|
+
}) => Promise<any>;
|
|
760
|
+
getURILabel: (value: any) => Promise<any>;
|
|
761
|
+
}, {
|
|
423
762
|
nameOfProperty: string;
|
|
424
763
|
namesOfMulti: never[];
|
|
425
764
|
}, {}, {
|
|
426
765
|
trimString(str: any, maxLength: any): any;
|
|
427
766
|
getTranslationFor: typeof import('..').getTranslationFor;
|
|
428
767
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
429
|
-
getURILabel(value: any): Promise<any>;
|
|
430
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
431
768
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
432
769
|
property: StringConstructor;
|
|
433
770
|
value: ObjectConstructor;
|
|
@@ -606,15 +943,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
606
943
|
value: ObjectConstructor;
|
|
607
944
|
data: ObjectConstructor;
|
|
608
945
|
inHeader: StringConstructor;
|
|
609
|
-
}>, {
|
|
946
|
+
}>, {
|
|
947
|
+
requestResourceName: (options: {
|
|
948
|
+
voc: string;
|
|
949
|
+
uri: string;
|
|
950
|
+
envs: any;
|
|
951
|
+
}) => Promise<any>;
|
|
952
|
+
getURILabel: (value: any) => Promise<any>;
|
|
953
|
+
}, {
|
|
610
954
|
nameOfProperty: string;
|
|
611
955
|
namesOfMulti: never[];
|
|
612
956
|
}, {}, {
|
|
613
957
|
trimString(str: any, maxLength: any): any;
|
|
614
958
|
getTranslationFor: typeof import('..').getTranslationFor;
|
|
615
959
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
616
|
-
getURILabel(value: any): Promise<any>;
|
|
617
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
618
960
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
619
961
|
property: StringConstructor;
|
|
620
962
|
value: ObjectConstructor;
|
|
@@ -678,15 +1020,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
678
1020
|
value: ObjectConstructor;
|
|
679
1021
|
data: ObjectConstructor;
|
|
680
1022
|
inHeader: StringConstructor;
|
|
681
|
-
}>, {
|
|
1023
|
+
}>, {
|
|
1024
|
+
requestResourceName: (options: {
|
|
1025
|
+
voc: string;
|
|
1026
|
+
uri: string;
|
|
1027
|
+
envs: any;
|
|
1028
|
+
}) => Promise<any>;
|
|
1029
|
+
getURILabel: (value: any) => Promise<any>;
|
|
1030
|
+
}, {
|
|
682
1031
|
nameOfProperty: string;
|
|
683
1032
|
namesOfMulti: never[];
|
|
684
1033
|
}, {}, {
|
|
685
1034
|
trimString(str: any, maxLength: any): any;
|
|
686
1035
|
getTranslationFor: typeof import('..').getTranslationFor;
|
|
687
1036
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
688
|
-
getURILabel(value: any): Promise<any>;
|
|
689
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
690
1037
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
691
1038
|
property: StringConstructor;
|
|
692
1039
|
value: ObjectConstructor;
|
|
@@ -795,15 +1142,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
795
1142
|
value: ObjectConstructor;
|
|
796
1143
|
data: ObjectConstructor;
|
|
797
1144
|
inHeader: StringConstructor;
|
|
798
|
-
}>, {
|
|
1145
|
+
}>, {
|
|
1146
|
+
requestResourceName: (options: {
|
|
1147
|
+
voc: string;
|
|
1148
|
+
uri: string;
|
|
1149
|
+
envs: any;
|
|
1150
|
+
}) => Promise<any>;
|
|
1151
|
+
getURILabel: (value: any) => Promise<any>;
|
|
1152
|
+
}, {
|
|
799
1153
|
nameOfProperty: string;
|
|
800
1154
|
namesOfMulti: never[];
|
|
801
1155
|
}, {}, {
|
|
802
1156
|
trimString(str: any, maxLength: any): any;
|
|
803
1157
|
getTranslationFor: typeof import('..').getTranslationFor;
|
|
804
1158
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
805
|
-
getURILabel(value: any): Promise<any>;
|
|
806
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
807
1159
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
808
1160
|
property: StringConstructor;
|
|
809
1161
|
value: ObjectConstructor;
|
|
@@ -867,15 +1219,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
867
1219
|
value: ObjectConstructor;
|
|
868
1220
|
data: ObjectConstructor;
|
|
869
1221
|
inHeader: StringConstructor;
|
|
870
|
-
}>, {
|
|
1222
|
+
}>, {
|
|
1223
|
+
requestResourceName: (options: {
|
|
1224
|
+
voc: string;
|
|
1225
|
+
uri: string;
|
|
1226
|
+
envs: any;
|
|
1227
|
+
}) => Promise<any>;
|
|
1228
|
+
getURILabel: (value: any) => Promise<any>;
|
|
1229
|
+
}, {
|
|
871
1230
|
nameOfProperty: string;
|
|
872
1231
|
namesOfMulti: never[];
|
|
873
1232
|
}, {}, {
|
|
874
1233
|
trimString(str: any, maxLength: any): any;
|
|
875
1234
|
getTranslationFor: typeof import('..').getTranslationFor;
|
|
876
1235
|
requestURILabel(voc: any, res: any): Promise<undefined>;
|
|
877
|
-
getURILabel(value: any): Promise<any>;
|
|
878
|
-
requestResourceName: import('vuex').ActionMethod;
|
|
879
1236
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
880
1237
|
property: StringConstructor;
|
|
881
1238
|
value: ObjectConstructor;
|
|
@@ -899,6 +1256,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
899
1256
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
900
1257
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
901
1258
|
}>;
|
|
1259
|
+
isEditMode: import('vue').ComputedRef<boolean>;
|
|
902
1260
|
}, {
|
|
903
1261
|
heightActiveSec: string;
|
|
904
1262
|
formValues: {};
|