@piveau/piveau-hub-ui-modules 4.1.6 → 4.1.8

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