@piveau/piveau-hub-ui-modules 4.4.27 → 4.4.29

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.
@@ -28,6 +28,325 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
28
28
  }>, {
29
29
  overviewPageIsVisible: import('vue').Ref<boolean, boolean>;
30
30
  }, {
31
+ instance: {
32
+ metadata: {
33
+ title: string;
34
+ description: string;
35
+ keywords: string;
36
+ };
37
+ api: {
38
+ baseUrl: string;
39
+ hubUrl: string;
40
+ qualityBaseUrl: string;
41
+ similarityBaseUrl: string;
42
+ similarityServiceName: string;
43
+ fileUploadUrl: string;
44
+ sparqlUrl: string;
45
+ gazetteerBaseUrl: string;
46
+ corsproxyApiUrl: string;
47
+ };
48
+ authentication: {
49
+ useService: boolean;
50
+ login: {
51
+ useLogin: boolean;
52
+ loginTitle: string;
53
+ loginURL: string;
54
+ loginRedirectUri: string;
55
+ logoutTitle: string;
56
+ logoutURL: string;
57
+ logoutRedirectUri: string;
58
+ };
59
+ keycloak: {
60
+ realm: string;
61
+ clientId: string;
62
+ 'ssl-required': string;
63
+ 'public-client': boolean;
64
+ 'verify-token-audience': boolean;
65
+ 'use-resource-role-mappings': boolean;
66
+ 'confidential-port': number;
67
+ url?: string | undefined;
68
+ };
69
+ keycloakInit: {
70
+ onLoad: "check-sso" | "login-required";
71
+ pkceMethod: string;
72
+ useNone: boolean;
73
+ adapter: string;
74
+ checkLoginIframe: boolean;
75
+ checkLoginIframeInterval: number;
76
+ responseMode: "query" | "fragment" | "form_post";
77
+ flow: "standard" | "implicit" | "hybrid";
78
+ scope: string;
79
+ token?: string | undefined;
80
+ refreshToken?: string | undefined;
81
+ idToken?: string | undefined;
82
+ timeSkew?: number | undefined;
83
+ redirectUri?: string | undefined;
84
+ silentCheckSsoRedirectUri?: string | undefined;
85
+ } & {
86
+ [k: string]: unknown;
87
+ };
88
+ rtp: {
89
+ grand_type: string;
90
+ audience: string;
91
+ };
92
+ authToken: string;
93
+ authMiddleware: {
94
+ baseUrl: string;
95
+ enable: boolean;
96
+ loginRedirectUrl: string;
97
+ logoutRedirectUrl: string;
98
+ };
99
+ } & {
100
+ [k: string]: unknown;
101
+ };
102
+ routing: {
103
+ routerOptions: {
104
+ base: string;
105
+ mode: string;
106
+ };
107
+ navigation: {
108
+ showSparql: boolean;
109
+ };
110
+ pagination: {
111
+ usePagination: boolean;
112
+ usePaginationArrows: boolean;
113
+ useItemsPerPage: boolean;
114
+ defaultItemsPerPage: number;
115
+ defaultItemsPerPageOptions: number[];
116
+ };
117
+ };
118
+ content: {
119
+ datasetDetails: {
120
+ embed: {
121
+ enable: boolean;
122
+ defaultWidth: number;
123
+ defaultHeight: number;
124
+ minRange: number;
125
+ maxRange: number;
126
+ };
127
+ header: {
128
+ navigation: string;
129
+ hidePublisher: boolean;
130
+ hideDate: boolean;
131
+ };
132
+ description: {
133
+ enableMarkdownInterpretation: boolean;
134
+ };
135
+ keywords: {
136
+ showTitle: boolean;
137
+ isVisible: boolean;
138
+ collapsed: boolean;
139
+ };
140
+ dataServices: {
141
+ isVisible: boolean;
142
+ displayAll: boolean;
143
+ displayCount: number;
144
+ incrementSteps: number[];
145
+ descriptionMaxLines: number;
146
+ descriptionMaxChars: number;
147
+ };
148
+ properties: string;
149
+ distributions: {
150
+ displayAll: boolean;
151
+ displayCount: number;
152
+ incrementSteps: number[];
153
+ descriptionMaxLines: number;
154
+ descriptionMaxChars: number;
155
+ showValidationButton: boolean;
156
+ };
157
+ downloadAs: {
158
+ url: string;
159
+ enable: boolean;
160
+ proxyUrl: string;
161
+ conversionFormats: {
162
+ sourceFileFormat: string;
163
+ targetFileFormat: string[];
164
+ }[];
165
+ };
166
+ similarDatasets: {
167
+ useSimilarDatasets: boolean;
168
+ breakpoints: {
169
+ verySimilar: {
170
+ start: number;
171
+ end: number;
172
+ };
173
+ similar: {
174
+ start: number;
175
+ end: number;
176
+ };
177
+ lessSimilar: {
178
+ start: number;
179
+ end: number;
180
+ };
181
+ };
182
+ };
183
+ pages: {
184
+ isVisible: boolean;
185
+ displayAll: boolean;
186
+ displayCount: number;
187
+ incrementSteps: number[];
188
+ descriptionMaxLines: number;
189
+ descriptionMaxChars: number;
190
+ };
191
+ visualisations: {
192
+ isVisible: boolean;
193
+ displayAll: boolean;
194
+ displayCount: number;
195
+ incrementSteps: number[];
196
+ descriptionMaxLines: number;
197
+ descriptionMaxChars: number;
198
+ };
199
+ isUsedBy: {
200
+ isVisible: boolean;
201
+ };
202
+ relatedResources: {
203
+ isVisible: boolean;
204
+ };
205
+ bulkDownload: {
206
+ buttonPosition: string;
207
+ MAX_FILE_TITLE_LENGTH: number;
208
+ MAX_REQUESTS_COUNT: number;
209
+ INTERVAL_MS: number;
210
+ TIMEOUT_MS: number;
211
+ };
212
+ quality: {
213
+ displayAll: boolean;
214
+ numberOfDisplayedQualityDistributions: number;
215
+ csvLinter: {
216
+ enable: boolean;
217
+ displayAll: boolean;
218
+ numberOfDisplayedValidationResults: number;
219
+ };
220
+ };
221
+ };
222
+ datasets: {
223
+ useSort: boolean;
224
+ useFeed: boolean;
225
+ useCatalogs: boolean;
226
+ followKeywordLinks: string;
227
+ maxKeywordLength: number;
228
+ facets: {
229
+ useDatasetFacets: boolean;
230
+ useDatasetFacetsMap: boolean;
231
+ showClearButton: boolean;
232
+ showFacetsTitle: boolean;
233
+ cutoff: number;
234
+ MIN_FACET_LIMIT: number;
235
+ MAX_FACET_LIMIT: number;
236
+ FACET_OPERATORS: {
237
+ or: string;
238
+ and: string;
239
+ };
240
+ FACET_GROUP_OPERATORS: {
241
+ or: string;
242
+ and: string;
243
+ };
244
+ defaultFacetOrder: string[];
245
+ scoringFacets: {
246
+ useScoringFacets: boolean;
247
+ defaultScoringFacets: Record<string, {
248
+ title: string;
249
+ id: string;
250
+ count: number;
251
+ minScoring: number;
252
+ maxScoring: number;
253
+ }>;
254
+ };
255
+ };
256
+ };
257
+ catalogs: {
258
+ useSort: boolean;
259
+ facets: {
260
+ useDatasetFacetsMap: boolean;
261
+ showClearButton: boolean;
262
+ showFacetsTitle: boolean;
263
+ cutoff: number;
264
+ MIN_FACET_LIMIT: number;
265
+ MAX_FACET_LIMIT: number;
266
+ FACET_OPERATORS: {
267
+ or: string;
268
+ and: string;
269
+ };
270
+ FACET_GROUP_OPERATORS: {
271
+ or: string;
272
+ and: string;
273
+ };
274
+ defaultFacetOrder: string[];
275
+ useCatalogFacets: boolean;
276
+ };
277
+ useCatalogCountries: boolean;
278
+ defaultCatalogImagePath: string;
279
+ defaultCatalogCountryID: string;
280
+ defaultCatalogID: string;
281
+ };
282
+ maps: {
283
+ options: {
284
+ id: string;
285
+ accessToken: string;
286
+ attribution: string;
287
+ };
288
+ mapVisible: boolean;
289
+ useAnimation: boolean;
290
+ location: [number[], number];
291
+ spatialType: "Point" | "Polygon";
292
+ height: string;
293
+ width: string;
294
+ mapContainerId: string;
295
+ urlTemplate: string;
296
+ geoBoundsId: string;
297
+ sender: {
298
+ height: string;
299
+ width: string;
300
+ mapContainerId: string;
301
+ startBounds: [[number, number], [number, number]];
302
+ };
303
+ receiver: {
304
+ height: string;
305
+ width: string;
306
+ mapContainerId: string;
307
+ startBounds: [[number, number], [number, number]];
308
+ attributionPosition: "topleft" | "topright" | "bottomleft" | "bottomright";
309
+ };
310
+ mapStyle: {
311
+ color: string;
312
+ fillColor: string;
313
+ fillOpacity: number;
314
+ weight: number;
315
+ radius: number;
316
+ };
317
+ };
318
+ dataProviderInterface: {
319
+ useService: boolean;
320
+ uploadFileTypes: string[];
321
+ enableFileUploadReplace: boolean;
322
+ basePath: string;
323
+ specification: "dcatap" | "dcatapde";
324
+ annifIntegration: boolean;
325
+ annifLinkTheme: string;
326
+ annifLinkSubject: string;
327
+ buttons: {
328
+ Dataset: boolean;
329
+ Catalogue: boolean;
330
+ };
331
+ doiRegistrationService: {
332
+ persistentIdentifierType: string;
333
+ };
334
+ };
335
+ };
336
+ languages: {
337
+ locale: string;
338
+ fallbackLocale: string;
339
+ useLanguageSelector: boolean;
340
+ };
341
+ themes: {
342
+ header: string;
343
+ };
344
+ tracker: {
345
+ isPiwikPro: boolean;
346
+ siteId: string;
347
+ trackerUrl: string;
348
+ };
349
+ };
31
350
  dpiLocale: string | {
32
351
  [x: string]: string[];
33
352
  } | import('vue-router').LocationQueryValue[];
@@ -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[];