@piveau/piveau-hub-ui-modules 4.6.83 → 4.6.84
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/composables/useRuntimeEnv.d.ts +1 -1
- package/dist/configurations/config-schema/apiSchema.mjs +1 -1
- package/dist/configurations/config-schema/authenticationSchema.mjs +1 -1
- package/dist/configurations/config-schema/configSchema.d.ts +1 -1
- package/dist/configurations/config-schema/configSchema.mjs +1 -1
- package/dist/configurations/config-schema/contentSchema.mjs +1 -1
- package/dist/configurations/config-schema/languagesSchema.mjs +1 -1
- package/dist/configurations/config-schema/metadataSchema.mjs +1 -1
- package/dist/configurations/config-schema/routingSchema.mjs +1 -1
- package/dist/configurations/config-schema/themesSchema.mjs +1 -1
- package/dist/configurations/config-schema/trackerSchema.mjs +1 -1
- package/dist/data-provider-interface/DPIMenu.vue.d.ts +3 -3
- package/dist/data-provider-interface/DataProviderInterface.vue.d.ts +7 -7
- package/dist/data-provider-interface/components/AutocompleteInput.vue.mjs +110 -106
- package/dist/data-provider-interface/components/AutocompleteInput.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/ConditionalInput.vue.mjs +99 -80
- package/dist/data-provider-interface/components/ConditionalInput.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/DataFetchingComponent.vue.d.ts +1 -1
- package/dist/data-provider-interface/components/Dropup.vue.d.ts +1 -1
- package/dist/data-provider-interface/components/FileUpload.vue.d.ts +1 -1
- package/dist/data-provider-interface/components/Navigation.vue.d.ts +5 -5
- package/dist/data-provider-interface/views/DistributionOverview.vue.d.ts +2 -2
- package/dist/data-provider-interface/views/DraftsPage.vue.d.ts +2 -2
- package/dist/data-provider-interface/views/InputPage.vue.d.ts +7 -7
- package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage/Properties/SpecialProp.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/OverviewPage.vue.d.ts +1 -1
- package/dist/datasetDetails/distributions/DistributionFormat.vue.d.ts +2 -2
- package/dist/datasetDetails/distributions/DistributionsHeader.vue.d.ts +4 -4
- package/dist/datasetDetails/distributions/DownloadAllDistributions.vue.d.ts +8 -8
- package/dist/datasetDetails/distributions/distributionActions/DistributionDownload.vue.d.ts +2 -2
- package/dist/datasetDetails/distributions/distributionActions/DistributionDropdownDownload.vue.d.ts +2 -2
- package/dist/datasetDetails/distributions/distributionActions/DistributionOptionsDropdown.vue.d.ts +4 -4
- package/dist/datasetDetails/distributions/distributionActions/DistributionPreview.vue.d.ts +4 -4
- package/dist/datasetDetails/distributions/distributionActions/DistributionVisualizeButton.vue.d.ts +4 -4
- package/dist/datasetDetails/distributions/distributionDetails/DistributionContent.vue.mjs +17 -17
- package/dist/datasetDetails/distributions/distributionDetails/DistributionContent.vue.mjs.map +1 -1
- package/dist/datasetDetails/distributions/distributionDetails/DistributionDescription.vue.d.ts +6 -6
- package/dist/datasetDetails/distributions/distributionDetails/DistributionDetails.vue.d.ts +16 -16
- package/dist/datasetDetails/distributions/distributionDetails/DistributionExpand.vue.d.ts +2 -2
- package/dist/datasetDetails/features/DatasetDetailsFeatures.vue.d.ts +1 -1
- package/dist/datasetDetails/header/DatasetDetailsHeaderCatalogue.vue.d.ts +1 -1
- package/dist/datasetDetails/header/DatasetDetailsHeaderTitle.vue.d.ts +2 -2
- package/dist/datasetDetails/navigation/DatasetDetailsNavigationLinks.vue.d.ts +2 -2
- package/dist/datasetDetails/navigation/DatasetDetailsNavigationPages.vue.d.ts +7 -1
- package/dist/datasetDetails/properties/DatasetDetailsProperties.vue.d.ts +200 -1
- package/dist/external/zod/dist/esm/v3/ZodError +84 -0
- package/dist/external/zod/dist/esm/v3/ZodError.map +1 -0
- package/dist/external/zod/dist/esm/v3/errors.map +1 -0
- package/dist/external/zod/dist/esm/v3/helpers/errorUtil.map +1 -0
- package/dist/external/zod/dist/esm/v3/helpers/parseUtil.map +1 -0
- package/dist/external/zod/dist/esm/v3/helpers/util.map +1 -0
- package/dist/external/zod/{v3 → dist/esm/v3}/locales/en +4 -4
- package/dist/external/zod/dist/esm/v3/locales/en.map +1 -0
- package/dist/external/zod/{v3 → dist/esm/v3}/types +544 -524
- package/dist/external/zod/dist/esm/v3/types.map +1 -0
- package/dist/piveau-hub-ui-modules.css +1 -1
- package/dist/services/datasetService.d.ts +1 -1
- package/dist/widgets/Pagination.vue.d.ts +1 -1
- package/package.json +1 -1
- package/dist/external/zod/v3/ZodError +0 -88
- package/dist/external/zod/v3/ZodError.map +0 -1
- package/dist/external/zod/v3/errors.map +0 -1
- package/dist/external/zod/v3/helpers/errorUtil.map +0 -1
- package/dist/external/zod/v3/helpers/parseUtil.map +0 -1
- package/dist/external/zod/v3/helpers/util.map +0 -1
- package/dist/external/zod/v3/locales/en.map +0 -1
- package/dist/external/zod/v3/types.map +0 -1
- /package/dist/external/zod/{v3 → dist/esm/v3}/errors +0 -0
- /package/dist/external/zod/{v3 → dist/esm/v3}/helpers/errorUtil +0 -0
- /package/dist/external/zod/{v3 → dist/esm/v3}/helpers/parseUtil +0 -0
- /package/dist/external/zod/{v3 → dist/esm/v3}/helpers/util +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { getTranslationFor } from '../../utils/helpers';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<{
|
|
3
3
|
small?: any;
|
|
4
|
-
primary?: any;
|
|
5
|
-
getDistributionDescription?: any;
|
|
6
4
|
openModal?: any;
|
|
7
|
-
getDistributionTitle?: any;
|
|
8
5
|
showDownloadUrls?: any;
|
|
6
|
+
getDistributionTitle?: any;
|
|
9
7
|
isUrlInvalid?: any;
|
|
8
|
+
getDistributionDescription?: any;
|
|
9
|
+
primary?: any;
|
|
10
10
|
}, void, {
|
|
11
11
|
downloadedFilesCounter: number;
|
|
12
12
|
numberOfFilesToZip: number;
|
|
@@ -25,9 +25,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
25
25
|
};
|
|
26
26
|
}, {
|
|
27
27
|
files(): any;
|
|
28
|
-
getDistributions: import('vuex').Computed;
|
|
29
|
-
getTitle: import('vuex').Computed;
|
|
30
28
|
getCatalog: import('vuex').Computed;
|
|
29
|
+
getTitle: import('vuex').Computed;
|
|
30
|
+
getDistributions: import('vuex').Computed;
|
|
31
31
|
getLanguages: import('vuex').Computed;
|
|
32
32
|
}, {
|
|
33
33
|
getTranslationFor: typeof getTranslationFor;
|
|
@@ -42,11 +42,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
42
42
|
onClose(e: any): void;
|
|
43
43
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
44
44
|
small?: any;
|
|
45
|
-
primary?: any;
|
|
46
|
-
getDistributionDescription?: any;
|
|
47
45
|
openModal?: any;
|
|
48
|
-
getDistributionTitle?: any;
|
|
49
46
|
showDownloadUrls?: any;
|
|
47
|
+
getDistributionTitle?: any;
|
|
50
48
|
isUrlInvalid?: any;
|
|
49
|
+
getDistributionDescription?: any;
|
|
50
|
+
primary?: any;
|
|
51
51
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{
|
|
2
2
|
getDistributionFormat?: any;
|
|
3
|
-
distribution?: any;
|
|
4
3
|
isOnlyOneUrl?: any;
|
|
5
4
|
getDownloadUrl?: any;
|
|
6
5
|
trackGoto?: any;
|
|
7
6
|
showAccessUrls?: any;
|
|
8
7
|
replaceHttp?: any;
|
|
8
|
+
distribution?: any;
|
|
9
9
|
}, {}, {
|
|
10
10
|
showUrlCopiedPopup: boolean;
|
|
11
11
|
}, {}, {
|
|
@@ -13,12 +13,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
13
13
|
popupCopyUrlAlert(): void;
|
|
14
14
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
15
15
|
getDistributionFormat?: any;
|
|
16
|
-
distribution?: any;
|
|
17
16
|
isOnlyOneUrl?: any;
|
|
18
17
|
getDownloadUrl?: any;
|
|
19
18
|
trackGoto?: any;
|
|
20
19
|
showAccessUrls?: any;
|
|
21
20
|
replaceHttp?: any;
|
|
21
|
+
distribution?: any;
|
|
22
22
|
}> & Readonly<{}>, {}, {}, {
|
|
23
23
|
DistributionDropdownDownload: any;
|
|
24
24
|
DistributionDownloadAs: any;
|
package/dist/datasetDetails/distributions/distributionActions/DistributionDropdownDownload.vue.d.ts
CHANGED
|
@@ -2,9 +2,9 @@ import { replaceHttp } from '../../../utils/helpers';
|
|
|
2
2
|
declare const _default: import('vue').DefineComponent<{
|
|
3
3
|
title?: any;
|
|
4
4
|
message?: any;
|
|
5
|
-
distribution?: any;
|
|
6
5
|
isOnlyOneUrl?: any;
|
|
7
6
|
getDownloadUrl?: any;
|
|
7
|
+
distribution?: any;
|
|
8
8
|
bgLight?: any;
|
|
9
9
|
}, {}, {
|
|
10
10
|
open: boolean;
|
|
@@ -16,9 +16,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
16
16
|
}, any, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
17
17
|
title?: any;
|
|
18
18
|
message?: any;
|
|
19
|
-
distribution?: any;
|
|
20
19
|
isOnlyOneUrl?: any;
|
|
21
20
|
getDownloadUrl?: any;
|
|
21
|
+
distribution?: any;
|
|
22
22
|
bgLight?: any;
|
|
23
23
|
}> & Readonly<{}>, {}, {}, {
|
|
24
24
|
AppLink: any;
|
package/dist/datasetDetails/distributions/distributionActions/DistributionOptionsDropdown.vue.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
isUrlInvalid?: any;
|
|
3
|
-
distribution?: any;
|
|
4
2
|
getVisualisationLink?: any;
|
|
5
3
|
previewLinkCallback?: any;
|
|
4
|
+
isUrlInvalid?: any;
|
|
6
5
|
openIfValidUrl?: any;
|
|
7
6
|
showTooltipVisualiseButton?: any;
|
|
7
|
+
distribution?: any;
|
|
8
8
|
}, {}, {
|
|
9
9
|
visualisationLinkFormats: string[];
|
|
10
10
|
geoLinkFormats: {
|
|
@@ -23,12 +23,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
23
23
|
showGeoLink(distribution: any): boolean;
|
|
24
24
|
showVisualisationLink(distribution: any): any;
|
|
25
25
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
26
|
-
isUrlInvalid?: any;
|
|
27
|
-
distribution?: any;
|
|
28
26
|
getVisualisationLink?: any;
|
|
29
27
|
previewLinkCallback?: any;
|
|
28
|
+
isUrlInvalid?: any;
|
|
30
29
|
openIfValidUrl?: any;
|
|
31
30
|
showTooltipVisualiseButton?: any;
|
|
31
|
+
distribution?: any;
|
|
32
32
|
}> & Readonly<{}>, {}, {}, {
|
|
33
33
|
Dropdown: any;
|
|
34
34
|
AppLink: any;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
isUrlInvalid?: any;
|
|
3
|
-
distribution?: any;
|
|
4
2
|
getVisualisationLink?: any;
|
|
5
3
|
previewLinkCallback?: any;
|
|
4
|
+
isUrlInvalid?: any;
|
|
6
5
|
openIfValidUrl?: any;
|
|
7
6
|
showTooltipVisualiseButton?: any;
|
|
7
|
+
distribution?: any;
|
|
8
8
|
}, {}, {
|
|
9
9
|
visualisationLinkFormats: string[];
|
|
10
10
|
geoLinkFormats: {
|
|
@@ -23,12 +23,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
23
23
|
showGeoLink(distribution: any): boolean;
|
|
24
24
|
showVisualisationLink(distribution: any): any;
|
|
25
25
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
26
|
-
isUrlInvalid?: any;
|
|
27
|
-
distribution?: any;
|
|
28
26
|
getVisualisationLink?: any;
|
|
29
27
|
previewLinkCallback?: any;
|
|
28
|
+
isUrlInvalid?: any;
|
|
30
29
|
openIfValidUrl?: any;
|
|
31
30
|
showTooltipVisualiseButton?: any;
|
|
31
|
+
distribution?: any;
|
|
32
32
|
}> & Readonly<{}>, {}, {}, {
|
|
33
33
|
AppLink: any;
|
|
34
34
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/dist/datasetDetails/distributions/distributionActions/DistributionVisualizeButton.vue.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
isUrlInvalid?: any;
|
|
3
|
-
distribution?: any;
|
|
4
2
|
getVisualisationLink?: any;
|
|
5
3
|
previewLinkCallback?: any;
|
|
4
|
+
isUrlInvalid?: any;
|
|
6
5
|
openIfValidUrl?: any;
|
|
7
6
|
showTooltipVisualiseButton?: any;
|
|
7
|
+
distribution?: any;
|
|
8
8
|
}, {}, {
|
|
9
9
|
showVisualisationButton: any;
|
|
10
10
|
visualisationLinkFormats: string[];
|
|
@@ -23,12 +23,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
23
23
|
showGeoLink(distribution: any): boolean;
|
|
24
24
|
showVisualisationLink(distribution: any): any;
|
|
25
25
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
26
|
-
isUrlInvalid?: any;
|
|
27
|
-
distribution?: any;
|
|
28
26
|
getVisualisationLink?: any;
|
|
29
27
|
previewLinkCallback?: any;
|
|
28
|
+
isUrlInvalid?: any;
|
|
30
29
|
openIfValidUrl?: any;
|
|
31
30
|
showTooltipVisualiseButton?: any;
|
|
31
|
+
distribution?: any;
|
|
32
32
|
}> & Readonly<{}>, {}, {}, {
|
|
33
33
|
AppLink: any;
|
|
34
34
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -3,7 +3,7 @@ import { mapGetters as F } from "vuex";
|
|
|
3
3
|
import N from "../../../widgets/Tooltip.vue.mjs";
|
|
4
4
|
import T from "../../../widgets/AppLink.vue.mjs";
|
|
5
5
|
import { truncate as A, formatDatetime as R, getTranslationFor as L } from "../../../utils/helpers.mjs";
|
|
6
|
-
import { resolveComponent as w, openBlock as n, createElementBlock as o, Fragment as
|
|
6
|
+
import { resolveComponent as w, openBlock as n, createElementBlock as o, Fragment as f, renderList as h, createElementVNode as d, createVNode as b, withCtx as u, createTextVNode as e, toDisplayString as l, createBlock as _, createCommentVNode as r } from "vue";
|
|
7
7
|
import j from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
8
8
|
const B = {
|
|
9
9
|
name: "DistributionContent",
|
|
@@ -88,7 +88,7 @@ const B = {
|
|
|
88
88
|
}, bt = { class: "w-25 font-weight-bold" }, mt = { key: 0 }, gt = {
|
|
89
89
|
key: 14,
|
|
90
90
|
class: "distribution-compressFormat-tr distribution-content-tr"
|
|
91
|
-
}, yt = { class: "w-25 font-weight-bold" }, kt = { key: 0 },
|
|
91
|
+
}, yt = { class: "w-25 font-weight-bold" }, kt = { key: 0 }, ct = { key: 1 }, ft = {
|
|
92
92
|
key: 15,
|
|
93
93
|
class: "distribution-packageFormat-tr distribution-content-tr"
|
|
94
94
|
}, ht = { class: "w-25 font-weight-bold" }, wt = { key: 0 }, Dt = { key: 1 }, vt = {
|
|
@@ -108,9 +108,9 @@ const B = {
|
|
|
108
108
|
class: "distribution-validate-tr distribution-content-tr"
|
|
109
109
|
}, Ut = { key: 0 };
|
|
110
110
|
function Pt(s, i, t, Et, Mt, a) {
|
|
111
|
-
const y = w("tooltip"),
|
|
111
|
+
const y = w("tooltip"), c = w("app-link");
|
|
112
112
|
return n(), o("table", C, [
|
|
113
|
-
(n(!0), o(
|
|
113
|
+
(n(!0), o(f, null, h(t.contentList, (m) => (n(), o(f, null, [
|
|
114
114
|
m === "license" ? (n(), o("tr", O, [
|
|
115
115
|
d("td", I, [
|
|
116
116
|
b(y, {
|
|
@@ -124,7 +124,7 @@ function Pt(s, i, t, Et, Mt, a) {
|
|
|
124
124
|
]),
|
|
125
125
|
i[6] || (i[6] = e()),
|
|
126
126
|
t.showObject(t.distribution.licence) && t.showLicence(t.distribution.licence) ? (n(), o("td", U, [
|
|
127
|
-
b(
|
|
127
|
+
b(c, {
|
|
128
128
|
to: t.distribution.licence.resource,
|
|
129
129
|
target: "_blank",
|
|
130
130
|
onClick: i[0] || (i[0] = (g) => s.$emit("track-link", t.distribution.licence.resource, "link"))
|
|
@@ -135,13 +135,13 @@ function Pt(s, i, t, Et, Mt, a) {
|
|
|
135
135
|
_: 1
|
|
136
136
|
}, 8, ["to"]),
|
|
137
137
|
i[4] || (i[4] = e()),
|
|
138
|
-
b(
|
|
138
|
+
b(c, {
|
|
139
139
|
to: this.$env.content.datasetDetails.distributions.licencingAssistantUrl ? `${this.$env.content.datasetDetails.distributions.licencingAssistantUrl}?locale=${s.$route.query.locale}` : t.distribution.licence.resource,
|
|
140
140
|
target: "_blank",
|
|
141
141
|
"data-toggle": "tooltip",
|
|
142
142
|
isTooltip: "true",
|
|
143
143
|
"data-placement": "top",
|
|
144
|
-
title: t.distribution.licence.description,
|
|
144
|
+
title: this.$env.content.datasetDetails.distributions.licencingAssistantUrl ? "Licensing assistant" : t.distribution.licence.description,
|
|
145
145
|
onClick: i[1] || (i[1] = (g) => s.$emit("track-link", t.distribution.licence.resource, "link"))
|
|
146
146
|
}, {
|
|
147
147
|
default: u(() => i[3] || (i[3] = [
|
|
@@ -151,7 +151,7 @@ function Pt(s, i, t, Et, Mt, a) {
|
|
|
151
151
|
__: [3]
|
|
152
152
|
}, 8, ["to", "title"]),
|
|
153
153
|
i[5] || (i[5] = e()),
|
|
154
|
-
t.showLicensingAssistant(t.distribution) ? (n(), _(
|
|
154
|
+
t.showLicensingAssistant(t.distribution) ? (n(), _(c, {
|
|
155
155
|
key: 0,
|
|
156
156
|
to: t.distribution.licence.la_url,
|
|
157
157
|
target: "_blank",
|
|
@@ -240,7 +240,7 @@ function Pt(s, i, t, Et, Mt, a) {
|
|
|
240
240
|
]),
|
|
241
241
|
i[11] || (i[11] = e()),
|
|
242
242
|
d("td", null, [
|
|
243
|
-
(n(!0), o(
|
|
243
|
+
(n(!0), o(f, null, h(t.distribution.languages.map((g) => g.label), (g, k) => (n(), o("div", { key: k }, [
|
|
244
244
|
d("span", null, l(g), 1)
|
|
245
245
|
]))), 128))
|
|
246
246
|
])
|
|
@@ -348,8 +348,8 @@ function Pt(s, i, t, Et, Mt, a) {
|
|
|
348
348
|
d("td", rt, l(s.$t("message.metadata.pages")), 1),
|
|
349
349
|
i[19] || (i[19] = e()),
|
|
350
350
|
d("td", null, [
|
|
351
|
-
(n(!0), o(
|
|
352
|
-
b(
|
|
351
|
+
(n(!0), o(f, null, h(t.distribution.pages, (g, k) => (n(), o("div", { key: k }, [
|
|
352
|
+
b(c, {
|
|
353
353
|
to: g.resource
|
|
354
354
|
}, {
|
|
355
355
|
default: u(() => [
|
|
@@ -393,11 +393,11 @@ function Pt(s, i, t, Et, Mt, a) {
|
|
|
393
393
|
d("td", null, [
|
|
394
394
|
a.isNil(t.distribution.compressFormat.label) ? r("", !0) : (n(), o("div", kt, l(t.distribution.compressFormat.label), 1)),
|
|
395
395
|
i[21] || (i[21] = e()),
|
|
396
|
-
a.isNil(t.distribution.compressFormat.resource) ? r("", !0) : (n(), o("div",
|
|
396
|
+
a.isNil(t.distribution.compressFormat.resource) ? r("", !0) : (n(), o("div", ct, l(t.distribution.compressFormat.resource), 1))
|
|
397
397
|
])
|
|
398
398
|
])) : r("", !0),
|
|
399
399
|
i[44] || (i[44] = e()),
|
|
400
|
-
m === "packageFormat" && a.has(t.distribution, "packageFormat") && t.showObject(t.distribution.packageFormat) ? (n(), o("tr",
|
|
400
|
+
m === "packageFormat" && a.has(t.distribution, "packageFormat") && t.showObject(t.distribution.packageFormat) ? (n(), o("tr", ft, [
|
|
401
401
|
d("td", ht, [
|
|
402
402
|
b(y, {
|
|
403
403
|
title: s.$t("message.tooltip.datasetDetails.distributions.packageFormat")
|
|
@@ -450,14 +450,14 @@ function Pt(s, i, t, Et, Mt, a) {
|
|
|
450
450
|
]),
|
|
451
451
|
i[27] || (i[27] = e()),
|
|
452
452
|
d("td", null, [
|
|
453
|
-
(n(!0), o(
|
|
453
|
+
(n(!0), o(f, null, h(t.distribution.conformsTo, (g, k) => (n(), o("div", { key: k }, [
|
|
454
454
|
a.has(g, "label") && !a.isNil(g.label) ? (n(), o("div", Rt, l(s.$t("message.metadata.label")) + `:
|
|
455
455
|
` + l(g.label), 1)) : r("", !0),
|
|
456
456
|
i[26] || (i[26] = e()),
|
|
457
457
|
a.has(g, "resource") && !a.isNil(g.resource) ? (n(), o("div", Lt, [
|
|
458
458
|
e(l(s.$t("message.metadata.resource")) + `:
|
|
459
459
|
`, 1),
|
|
460
|
-
b(
|
|
460
|
+
b(c, {
|
|
461
461
|
to: g.resource,
|
|
462
462
|
target: "_blank",
|
|
463
463
|
onClick: (St) => s.$emit("track-link", g.resource, "link")
|
|
@@ -502,13 +502,13 @@ function Pt(s, i, t, Et, Mt, a) {
|
|
|
502
502
|
]),
|
|
503
503
|
i[29] || (i[29] = e()),
|
|
504
504
|
d("td", null, [
|
|
505
|
-
(n(!0), o(
|
|
505
|
+
(n(!0), o(f, null, h(t.distribution.temporalResolution, (g, k) => (n(), o("div", { key: k }, l(a.formatDatetime(g)), 1))), 128))
|
|
506
506
|
])
|
|
507
507
|
])) : r("", !0),
|
|
508
508
|
i[49] || (i[49] = e()),
|
|
509
509
|
m === "validate" ? (n(), o("tr", It, [
|
|
510
510
|
this.$env.content.datasetDetails.distributions.showValidationButton ? (n(), o("td", Ut, [
|
|
511
|
-
b(
|
|
511
|
+
b(c, {
|
|
512
512
|
class: "ecl-button--secondary row pt-0 pb-0 pl-4 pr-4 mt-2 text-decoration-none",
|
|
513
513
|
to: { path: `${s.getID}/quality/`, query: Object.assign({}, { locale: s.$route.query.locale }) }
|
|
514
514
|
}, {
|
package/dist/datasetDetails/distributions/distributionDetails/DistributionContent.vue.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DistributionContent.vue.mjs","sources":["../../../../lib/datasetDetails/distributions/distributionDetails/DistributionContent.vue"],"sourcesContent":["<template>\n <table class=\"col-12 table table-borderless table-responsive small pl-0 mt-2 mb-1 distribution-details-table\" style=\"margin-left: -10px;\">\n <template v-for=\"item in contentList\">\n\n <tr class=\"distribution-license-tr distribution-content-tr\" v-if=\"item === 'license'\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.licence')\">\n {{ $t('message.metadata.license') }}\n </tooltip>\n </td>\n <td v-if=\"showObject(distribution.licence) && showLicence(distribution.licence)\">\n <app-link :to=\"distribution.licence.resource\"\n target=\"_blank\"\n @click=\"$emit('track-link', distribution.licence.resource, 'link')\">\n {{ distribution.licence.label ? distribution.licence.label : distribution.licence.resource}}\n </app-link>\n <app-link :to=\"this.$env.content.datasetDetails.distributions.licencingAssistantUrl ?\n `${this.$env.content.datasetDetails.distributions.licencingAssistantUrl}?locale=${$route.query.locale}` :\n distribution.licence.resource\"\n target=\"_blank\"\n data-toggle=\"tooltip\"\n isTooltip=\"true\"\n data-placement=\"top\"\n :title=\"distribution.licence.description\"\n @click=\"$emit('track-link', distribution.licence.resource, 'link')\">\n <i class=\"material-icons small-icon align-bottom text-dark\">info</i>\n </app-link>\n\n <app-link :to=\"distribution.licence.la_url\"\n target=\"_blank\"\n @click=\"$emit('track-link', distribution.licence.la_url, 'link')\"\n v-if=\"showLicensingAssistant(distribution)\">\n {{ $t('message.distributionLicense.licensingAssistant') }}\n </app-link>\n\n <!--app-link :to=\"distribution.licence.la_url\"\n target=\"_blank\"\n @click=\"$emit('track-link', distribution.licence.la_url, 'link')\"\n v-if=\"showLicensingAssistant(distribution)\">\n <i class=\"material-icons small-icon align-bottom text-dark\">open_in_new</i>\n </app-link -->\n </td>\n <td v-else>\n {{ $t('message.distributionLicense.notProvided') }}\n </td>\n </tr>\n\n <tr class=\"distribution-licenseAttributionByText-tr distribution-content-tr\" v-if=\"item === 'licenseAttributionByText'\n && has(distribution , 'licenseAttributionByText')\n && (!isNil(distribution.licenseAttributionByText)\n && !isNil(getTranslationFor(distribution.licenseAttributionByText)))\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.licenseAttributionByText')\">\n {{ $t('message.dataupload.distributions.licenseAttributionByText.label') }}\n </tooltip>\n </td>\n <td>{{ getTranslationFor(distribution.licenseAttributionByText) }}</td>\n </tr>\n\n <tr class=\"distribution-updateDate-tr distribution-content-tr\" v-if=\"item === 'updateDate'\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.updated')\">\n {{ $t('message.metadata.updated') }}\n </tooltip>\n </td>\n <td v-if=\"has(distribution, 'modificationDate') && !isNil(distribution.modificationDate)\">\n {{ filterDateFormatEU(distribution.modificationDate) }}\n </td>\n <td v-else-if=\"has(distribution, 'releaseDate') && !isNil(distribution.releaseDate)\">\n {{ filterDateFormatEU(distribution.releaseDate) }}\n </td>\n <td v-else>\n Unbekannt\n </td>\n </tr>\n\n <tr class=\"distribution-modificationDate-tr distribution-content-tr\" v-if=\"item === 'modificationDate'\n && has(distribution, 'modificationDate')\n && !isNil(distribution.modificationDate)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.updated')\">\n {{ $t('message.metadata.updated') }}\n </tooltip>\n </td>\n <td>{{ filterDateFormatEU(distribution.modificationDate) }}</td>\n </tr>\n\n <tr class=\"distribution-releaseDate-tr distribution-content-tr\" v-if=\"item === 'releaseDate' && has(distribution, 'releaseDate') && !isNil(distribution.releaseDate)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.created')\">\n {{ $t('message.metadata.created') }}\n </tooltip>\n </td>\n <td>\n {{ filterDateFormatEU(distribution.releaseDate) }}\n </td>\n </tr>\n\n <tr class=\"distribution-language-tr distribution-content-tr\" v-if=\"item === 'language' && has(distribution, 'languages') && showArray(distribution.languages)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.language')\">\n {{ $t('message.metadata.languages') }}\n </tooltip>\n </td>\n <td>\n <div v-for=\"(language, i) of distribution.languages.map(lang => lang.label)\" :key=\"i\">\n <span>{{ language }}</span>\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-availability-tr distribution-content-tr\" v-if=\"item === 'availability' && has(distribution, 'availability') && showObject(distribution.availability) && !isNil(distribution.availability.label)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.availability')\">\n {{ $t('message.metadata.availability') }}\n </tooltip>\n </td>\n <td>{{ distribution.availability.label }}</td>\n </tr>\n\n <tr class=\"distribution-status-tr distribution-content-tr\" v-if=\"item === 'status' && has(distribution, 'status') && showObject(distribution.status)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.status')\">\n {{ $t('message.metadata.status') }}\n </tooltip>\n </td>\n <td>\n <div v-if=\"!isNil(distribution.status.label)\">\n {{ distribution.status.label }}\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-rights-tr distribution-content-tr\" v-if=\"item === 'rights' && has(distribution, 'rights') && showObject(distribution.rights)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.rights')\">\n {{ $t('message.datasetDetails.quality.rightsAvailability') }}\n </tooltip>\n </td>\n <td>\n <!-- if wen want to show label AND resource!\n <div v-for=\"(right, i) in distribution.rights\" :key=\"i\">\n <span>{{ truncate(right, 75) }}</span>\n </div>\n -->\n <div>{{ distributionRights(distribution) }}</div>\n </td>\n </tr>\n\n <tr class=\"distribution-mediaType-tr distribution-content-tr\" v-if=\"item === 'mediaType' && has(distribution, 'mediaType') && !isNil(distribution.mediaType)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.mediaType')\">\n {{ $t('message.metadata.mediaType') }}\n </tooltip>\n </td>\n <td>{{ distribution.mediaType }}</td>\n </tr>\n\n <tr class=\"distribution-byteSize-tr distribution-content-tr\" v-if=\"item === 'byteSize' && has(distribution, 'byteSize') && !isNil(distribution.byteSize)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.byteSize')\">\n {{ $t('message.metadata.byteSize') }}\n </tooltip>\n </td>\n <td>{{ distribution.byteSize }}</td>\n </tr>\n\n <tr class=\"distribution-checksum-tr distribution-content-tr\" v-if=\"item === 'checksum' && has(distribution, 'checksum') && !isNil(distribution.checksum) && has(distribution.checksum, 'algorithm') && !isNil(distribution.checksum.algorithm) && has(distribution.checksum, 'checksum_value') && !isNil(distribution.checksum.checksum_value)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.checksum')\">\n {{ $t('message.metadata.checksum') }}\n </tooltip>\n </td>\n <td>\n <div>{{ distribution.checksum.algorithm }}</div>\n <div>{{ distribution.checksum.checksum_value }}</div>\n </td>\n </tr>\n\n <tr class=\"distribution-pages-tr distribution-content-tr\" v-if=\"item === 'pages' && has(distribution, 'pages') && showObjectArray(distribution.pages)\">\n <td class=\"w-25 font-weight-bold\">{{ $t('message.metadata.pages') }}</td>\n <td>\n <div v-for=\"(page, i) of distribution.pages\" :key=\"i\">\n <app-link :to=\"page.resource\">{{ truncate(page.resource, 75) }}</app-link>\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-type-tr distribution-content-tr\" v-if=\"item === 'type' && has(distribution, 'type') && showObject(distribution.type)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.type')\">\n {{ $t('message.metadata.type') }}\n </tooltip>\n </td>\n <td>\n <div v-if=\"!isNil(distribution.type.label)\">\n {{ distribution.type.label }}\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-compressFormat-tr distribution-content-tr\" v-if=\"item === 'compressFormat' && has(distribution, 'compressFormat') && showObject(distribution.compressFormat)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.compressFormat')\">\n {{ $t('message.metadata.compressFormat') }}\n </tooltip>\n </td>\n <td>\n <div v-if=\"!isNil(distribution.compressFormat.label)\">\n {{ distribution.compressFormat.label }}\n </div>\n <div v-if=\"!isNil(distribution.compressFormat.resource)\">\n {{ distribution.compressFormat.resource }}\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-packageFormat-tr distribution-content-tr\" v-if=\"item === 'packageFormat' && has(distribution, 'packageFormat') && showObject(distribution.packageFormat)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.packageFormat')\">\n {{ $t('message.metadata.packageFormat') }}\n </tooltip>\n </td>\n <td>\n <div v-if=\"!isNil(distribution.packageFormat.label)\">\n {{ distribution.packageFormat.label }}\n </div>\n <div v-if=\"!isNil(distribution.packageFormat.resource)\">\n {{ distribution.packageFormat.resource }}\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-hasPolicy-tr distribution-content-tr\" v-if=\"item === 'hasPolicy' && has(distribution, 'hasPolicy') && !isNil(distribution.hasPolicy)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.hasPolicy')\">\n {{ $t('message.metadata.hasPolicy') }}\n </tooltip>\n </td>\n <td>\n <div>\n <a :href=\"appendCurrentLocaleToURL(distribution.hasPolicy)\">{{ truncate(distribution.hasPolicy, 75) }}</a>\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-conformsTo-tr distribution-content-tr\" v-if=\"item === 'conformsTo' && has(distribution, 'conformsTo') && showObjectArray(distribution.conformsTo)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.conformsTo')\">\n {{ $t('message.metadata.conformsTo') }}\n </tooltip>\n </td>\n <td>\n <div v-for=\"(conformTo, i) in distribution.conformsTo\" :key=\"i\">\n <div v-if=\"has(conformTo, 'label') && !isNil(conformTo.label)\">\n {{ $t('message.metadata.label') }}:\n {{ conformTo.label }}\n </div>\n <div v-if=\"has(conformTo, 'resource') && !isNil(conformTo.resource)\">\n {{ $t('message.metadata.resource') }}:\n <app-link :to=\"conformTo.resource\"\n target=\"_blank\"\n @click=\"$emit('track-link', conformTo.resource, 'link')\">\n {{ truncate(conformTo.resource, 75) }}\n </app-link>\n </div>\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-spatialResolutionInMeters-tr distribution-content-tr\" v-if=\"item === 'spatialResolutionInMeters' && has(distribution, 'spatialResolutionInMeters') \">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.spatialResolutionInMeters')\">\n {{ $t('message.metadata.spatialResolutionInMeters.label') }}\n </tooltip>\n </td>\n <td>\n <div v-if=\"showNumber(distribution.spatialResolutionInMeters)\">\n {{ $t('message.metadata.spatialResolutionInMeters.value', {number: distribution.spatialResolutionInMeters}) }}\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-temporalResolution-tr distribution-content-tr\" v-if=\"item === 'temporalResolution' && has(distribution, 'temporalResolution') && showArray(distribution.temporalResolution)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.temporalResolution')\">\n {{ $t('message.metadata.temporalResolution') }}\n </tooltip>\n </td>\n <td>\n <div v-for=\"(temporalResolution, i) of distribution.temporalResolution\" :key=\"i\">\n {{ formatDatetime(temporalResolution) }}\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-validate-tr distribution-content-tr\" v-if=\"item === 'validate'\">\n <td v-if=\"this.$env.content.datasetDetails.distributions.showValidationButton\">\n <app-link\n class=\"ecl-button--secondary row pt-0 pb-0 pl-4 pr-4 mt-2 text-decoration-none\"\n :to=\"{ path: `${getID}/quality/`, query: Object.assign({}, { locale: $route.query.locale }) }\"\n >\n {{ $t('message.metadata.validate') }}\n </app-link>\n </td>\n </tr>\n </template>\n </table>\n</template>\n\n<script>\nimport {\n has,\n isNil\n} from 'lodash';\nimport { mapGetters } from \"vuex\";\nimport Tooltip from \"../../../widgets/Tooltip.vue\";\nimport AppLink from \"../../../widgets/AppLink.vue\";\nimport { truncate, formatDatetime, getTranslationFor } from '../../../utils/helpers';\n\nexport default {\n name: \"DistributionContent\",\n components: {\n AppLink,\n Tooltip\n },\n props: [\n 'contentList',\n 'distribution',\n 'distributionIsExpanded',\n 'showLicensingAssistant',\n 'showLicence',\n 'filterDateFormatEU',\n 'showArray',\n 'showNumber',\n 'showObject',\n 'showObjectArray',\n 'appendCurrentLocaleToURL',\n ],\n computed: {\n ...mapGetters('datasetDetails', [\n 'getID'\n ])\n },\n methods: {\n has,\n isNil,\n truncate,\n formatDatetime,\n getTranslationFor,\n distributionRights(distribution) {\n const rights = distribution.rights;\n if (rights.label) {\n return rights.label\n } else {\n return rights.resource;\n }\n }\n }\n}\n</script>\n\n<style scoped>\n\n</style>\n"],"names":["_sfc_main","AppLink","Tooltip","mapGetters","has","isNil","truncate","formatDatetime","getTranslationFor","distribution","rights","_hoisted_3","_hoisted_7","_hoisted_9","_hoisted_14","_hoisted_16","_hoisted_18","_hoisted_20","_hoisted_22","_hoisted_25","_hoisted_27","_hoisted_29","_hoisted_31","_hoisted_33","_hoisted_35","_hoisted_38","_hoisted_42","_hoisted_46","_hoisted_49","_hoisted_53","_hoisted_56","_openBlock","_createElementBlock","_hoisted_1","_Fragment","_renderList","$props","item","_hoisted_2","_createElementVNode","_createVNode","_component_tooltip","_ctx","_hoisted_4","_component_app_link","_createTextVNode","_toDisplayString","_cache","_createBlock","$options","_hoisted_6","_hoisted_8","_hoisted_10","_hoisted_11","_hoisted_13","_hoisted_15","_hoisted_17","lang","language","i","_hoisted_19","_hoisted_21","_hoisted_23","_hoisted_24","_hoisted_26","_hoisted_28","_hoisted_30","_hoisted_32","page","_hoisted_34","_hoisted_36","_hoisted_37","_hoisted_39","_hoisted_40","_hoisted_41","_hoisted_43","_hoisted_44","_hoisted_45","_hoisted_47","_hoisted_48","conformTo","_hoisted_51","$event","_hoisted_52","_hoisted_54","_hoisted_55","temporalResolution","_hoisted_57","_hoisted_58"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"DistributionContent.vue.mjs","sources":["../../../../lib/datasetDetails/distributions/distributionDetails/DistributionContent.vue"],"sourcesContent":["<template>\n <table class=\"col-12 table table-borderless table-responsive small pl-0 mt-2 mb-1 distribution-details-table\" style=\"margin-left: -10px;\">\n <template v-for=\"item in contentList\">\n\n <tr class=\"distribution-license-tr distribution-content-tr\" v-if=\"item === 'license'\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.licence')\">\n {{ $t('message.metadata.license') }}\n </tooltip>\n </td>\n <td v-if=\"showObject(distribution.licence) && showLicence(distribution.licence)\">\n <app-link :to=\"distribution.licence.resource\"\n target=\"_blank\"\n @click=\"$emit('track-link', distribution.licence.resource, 'link')\">\n {{ distribution.licence.label ? distribution.licence.label : distribution.licence.resource}}\n </app-link>\n <app-link :to=\"this.$env.content.datasetDetails.distributions.licencingAssistantUrl ?\n `${this.$env.content.datasetDetails.distributions.licencingAssistantUrl}?locale=${$route.query.locale}` :\n distribution.licence.resource\"\n target=\"_blank\"\n data-toggle=\"tooltip\"\n isTooltip=\"true\"\n data-placement=\"top\"\n :title=\"this.$env.content.datasetDetails.distributions.licencingAssistantUrl ? \n 'Licensing assistant' : \n distribution.licence.description\"\n @click=\"$emit('track-link', distribution.licence.resource, 'link')\">\n <i class=\"material-icons small-icon align-bottom text-dark\">info</i>\n </app-link>\n\n <app-link :to=\"distribution.licence.la_url\"\n target=\"_blank\"\n @click=\"$emit('track-link', distribution.licence.la_url, 'link')\"\n v-if=\"showLicensingAssistant(distribution)\">\n {{ $t('message.distributionLicense.licensingAssistant') }}\n </app-link>\n\n <!--app-link :to=\"distribution.licence.la_url\"\n target=\"_blank\"\n @click=\"$emit('track-link', distribution.licence.la_url, 'link')\"\n v-if=\"showLicensingAssistant(distribution)\">\n <i class=\"material-icons small-icon align-bottom text-dark\">open_in_new</i>\n </app-link -->\n </td>\n <td v-else>\n {{ $t('message.distributionLicense.notProvided') }}\n </td>\n </tr>\n\n <tr class=\"distribution-licenseAttributionByText-tr distribution-content-tr\" v-if=\"item === 'licenseAttributionByText'\n && has(distribution , 'licenseAttributionByText')\n && (!isNil(distribution.licenseAttributionByText)\n && !isNil(getTranslationFor(distribution.licenseAttributionByText)))\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.licenseAttributionByText')\">\n {{ $t('message.dataupload.distributions.licenseAttributionByText.label') }}\n </tooltip>\n </td>\n <td>{{ getTranslationFor(distribution.licenseAttributionByText) }}</td>\n </tr>\n\n <tr class=\"distribution-updateDate-tr distribution-content-tr\" v-if=\"item === 'updateDate'\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.updated')\">\n {{ $t('message.metadata.updated') }}\n </tooltip>\n </td>\n <td v-if=\"has(distribution, 'modificationDate') && !isNil(distribution.modificationDate)\">\n {{ filterDateFormatEU(distribution.modificationDate) }}\n </td>\n <td v-else-if=\"has(distribution, 'releaseDate') && !isNil(distribution.releaseDate)\">\n {{ filterDateFormatEU(distribution.releaseDate) }}\n </td>\n <td v-else>\n Unbekannt\n </td>\n </tr>\n\n <tr class=\"distribution-modificationDate-tr distribution-content-tr\" v-if=\"item === 'modificationDate'\n && has(distribution, 'modificationDate')\n && !isNil(distribution.modificationDate)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.updated')\">\n {{ $t('message.metadata.updated') }}\n </tooltip>\n </td>\n <td>{{ filterDateFormatEU(distribution.modificationDate) }}</td>\n </tr>\n\n <tr class=\"distribution-releaseDate-tr distribution-content-tr\" v-if=\"item === 'releaseDate' && has(distribution, 'releaseDate') && !isNil(distribution.releaseDate)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.created')\">\n {{ $t('message.metadata.created') }}\n </tooltip>\n </td>\n <td>\n {{ filterDateFormatEU(distribution.releaseDate) }}\n </td>\n </tr>\n\n <tr class=\"distribution-language-tr distribution-content-tr\" v-if=\"item === 'language' && has(distribution, 'languages') && showArray(distribution.languages)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.language')\">\n {{ $t('message.metadata.languages') }}\n </tooltip>\n </td>\n <td>\n <div v-for=\"(language, i) of distribution.languages.map(lang => lang.label)\" :key=\"i\">\n <span>{{ language }}</span>\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-availability-tr distribution-content-tr\" v-if=\"item === 'availability' && has(distribution, 'availability') && showObject(distribution.availability) && !isNil(distribution.availability.label)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.availability')\">\n {{ $t('message.metadata.availability') }}\n </tooltip>\n </td>\n <td>{{ distribution.availability.label }}</td>\n </tr>\n\n <tr class=\"distribution-status-tr distribution-content-tr\" v-if=\"item === 'status' && has(distribution, 'status') && showObject(distribution.status)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.status')\">\n {{ $t('message.metadata.status') }}\n </tooltip>\n </td>\n <td>\n <div v-if=\"!isNil(distribution.status.label)\">\n {{ distribution.status.label }}\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-rights-tr distribution-content-tr\" v-if=\"item === 'rights' && has(distribution, 'rights') && showObject(distribution.rights)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.rights')\">\n {{ $t('message.datasetDetails.quality.rightsAvailability') }}\n </tooltip>\n </td>\n <td>\n <!-- if wen want to show label AND resource!\n <div v-for=\"(right, i) in distribution.rights\" :key=\"i\">\n <span>{{ truncate(right, 75) }}</span>\n </div>\n -->\n <div>{{ distributionRights(distribution) }}</div>\n </td>\n </tr>\n\n <tr class=\"distribution-mediaType-tr distribution-content-tr\" v-if=\"item === 'mediaType' && has(distribution, 'mediaType') && !isNil(distribution.mediaType)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.mediaType')\">\n {{ $t('message.metadata.mediaType') }}\n </tooltip>\n </td>\n <td>{{ distribution.mediaType }}</td>\n </tr>\n\n <tr class=\"distribution-byteSize-tr distribution-content-tr\" v-if=\"item === 'byteSize' && has(distribution, 'byteSize') && !isNil(distribution.byteSize)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.byteSize')\">\n {{ $t('message.metadata.byteSize') }}\n </tooltip>\n </td>\n <td>{{ distribution.byteSize }}</td>\n </tr>\n\n <tr class=\"distribution-checksum-tr distribution-content-tr\" v-if=\"item === 'checksum' && has(distribution, 'checksum') && !isNil(distribution.checksum) && has(distribution.checksum, 'algorithm') && !isNil(distribution.checksum.algorithm) && has(distribution.checksum, 'checksum_value') && !isNil(distribution.checksum.checksum_value)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.checksum')\">\n {{ $t('message.metadata.checksum') }}\n </tooltip>\n </td>\n <td>\n <div>{{ distribution.checksum.algorithm }}</div>\n <div>{{ distribution.checksum.checksum_value }}</div>\n </td>\n </tr>\n\n <tr class=\"distribution-pages-tr distribution-content-tr\" v-if=\"item === 'pages' && has(distribution, 'pages') && showObjectArray(distribution.pages)\">\n <td class=\"w-25 font-weight-bold\">{{ $t('message.metadata.pages') }}</td>\n <td>\n <div v-for=\"(page, i) of distribution.pages\" :key=\"i\">\n <app-link :to=\"page.resource\">{{ truncate(page.resource, 75) }}</app-link>\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-type-tr distribution-content-tr\" v-if=\"item === 'type' && has(distribution, 'type') && showObject(distribution.type)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.type')\">\n {{ $t('message.metadata.type') }}\n </tooltip>\n </td>\n <td>\n <div v-if=\"!isNil(distribution.type.label)\">\n {{ distribution.type.label }}\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-compressFormat-tr distribution-content-tr\" v-if=\"item === 'compressFormat' && has(distribution, 'compressFormat') && showObject(distribution.compressFormat)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.compressFormat')\">\n {{ $t('message.metadata.compressFormat') }}\n </tooltip>\n </td>\n <td>\n <div v-if=\"!isNil(distribution.compressFormat.label)\">\n {{ distribution.compressFormat.label }}\n </div>\n <div v-if=\"!isNil(distribution.compressFormat.resource)\">\n {{ distribution.compressFormat.resource }}\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-packageFormat-tr distribution-content-tr\" v-if=\"item === 'packageFormat' && has(distribution, 'packageFormat') && showObject(distribution.packageFormat)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.packageFormat')\">\n {{ $t('message.metadata.packageFormat') }}\n </tooltip>\n </td>\n <td>\n <div v-if=\"!isNil(distribution.packageFormat.label)\">\n {{ distribution.packageFormat.label }}\n </div>\n <div v-if=\"!isNil(distribution.packageFormat.resource)\">\n {{ distribution.packageFormat.resource }}\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-hasPolicy-tr distribution-content-tr\" v-if=\"item === 'hasPolicy' && has(distribution, 'hasPolicy') && !isNil(distribution.hasPolicy)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.distributions.hasPolicy')\">\n {{ $t('message.metadata.hasPolicy') }}\n </tooltip>\n </td>\n <td>\n <div>\n <a :href=\"appendCurrentLocaleToURL(distribution.hasPolicy)\">{{ truncate(distribution.hasPolicy, 75) }}</a>\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-conformsTo-tr distribution-content-tr\" v-if=\"item === 'conformsTo' && has(distribution, 'conformsTo') && showObjectArray(distribution.conformsTo)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.conformsTo')\">\n {{ $t('message.metadata.conformsTo') }}\n </tooltip>\n </td>\n <td>\n <div v-for=\"(conformTo, i) in distribution.conformsTo\" :key=\"i\">\n <div v-if=\"has(conformTo, 'label') && !isNil(conformTo.label)\">\n {{ $t('message.metadata.label') }}:\n {{ conformTo.label }}\n </div>\n <div v-if=\"has(conformTo, 'resource') && !isNil(conformTo.resource)\">\n {{ $t('message.metadata.resource') }}:\n <app-link :to=\"conformTo.resource\"\n target=\"_blank\"\n @click=\"$emit('track-link', conformTo.resource, 'link')\">\n {{ truncate(conformTo.resource, 75) }}\n </app-link>\n </div>\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-spatialResolutionInMeters-tr distribution-content-tr\" v-if=\"item === 'spatialResolutionInMeters' && has(distribution, 'spatialResolutionInMeters') \">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.spatialResolutionInMeters')\">\n {{ $t('message.metadata.spatialResolutionInMeters.label') }}\n </tooltip>\n </td>\n <td>\n <div v-if=\"showNumber(distribution.spatialResolutionInMeters)\">\n {{ $t('message.metadata.spatialResolutionInMeters.value', {number: distribution.spatialResolutionInMeters}) }}\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-temporalResolution-tr distribution-content-tr\" v-if=\"item === 'temporalResolution' && has(distribution, 'temporalResolution') && showArray(distribution.temporalResolution)\">\n <td class=\"w-25 font-weight-bold\">\n <tooltip :title=\"$t('message.tooltip.datasetDetails.temporalResolution')\">\n {{ $t('message.metadata.temporalResolution') }}\n </tooltip>\n </td>\n <td>\n <div v-for=\"(temporalResolution, i) of distribution.temporalResolution\" :key=\"i\">\n {{ formatDatetime(temporalResolution) }}\n </div>\n </td>\n </tr>\n\n <tr class=\"distribution-validate-tr distribution-content-tr\" v-if=\"item === 'validate'\">\n <td v-if=\"this.$env.content.datasetDetails.distributions.showValidationButton\">\n <app-link\n class=\"ecl-button--secondary row pt-0 pb-0 pl-4 pr-4 mt-2 text-decoration-none\"\n :to=\"{ path: `${getID}/quality/`, query: Object.assign({}, { locale: $route.query.locale }) }\"\n >\n {{ $t('message.metadata.validate') }}\n </app-link>\n </td>\n </tr>\n </template>\n </table>\n</template>\n\n<script>\nimport {\n has,\n isNil\n} from 'lodash';\nimport { mapGetters } from \"vuex\";\nimport Tooltip from \"../../../widgets/Tooltip.vue\";\nimport AppLink from \"../../../widgets/AppLink.vue\";\nimport { truncate, formatDatetime, getTranslationFor } from '../../../utils/helpers';\n\nexport default {\n name: \"DistributionContent\",\n components: {\n AppLink,\n Tooltip\n },\n props: [\n 'contentList',\n 'distribution',\n 'distributionIsExpanded',\n 'showLicensingAssistant',\n 'showLicence',\n 'filterDateFormatEU',\n 'showArray',\n 'showNumber',\n 'showObject',\n 'showObjectArray',\n 'appendCurrentLocaleToURL',\n ],\n computed: {\n ...mapGetters('datasetDetails', [\n 'getID'\n ])\n },\n methods: {\n has,\n isNil,\n truncate,\n formatDatetime,\n getTranslationFor,\n distributionRights(distribution) {\n const rights = distribution.rights;\n if (rights.label) {\n return rights.label\n } else {\n return rights.resource;\n }\n }\n }\n}\n</script>\n\n<style scoped>\n\n</style>\n"],"names":["_sfc_main","AppLink","Tooltip","mapGetters","has","isNil","truncate","formatDatetime","getTranslationFor","distribution","rights","_hoisted_3","_hoisted_7","_hoisted_9","_hoisted_14","_hoisted_16","_hoisted_18","_hoisted_20","_hoisted_22","_hoisted_25","_hoisted_27","_hoisted_29","_hoisted_31","_hoisted_33","_hoisted_35","_hoisted_38","_hoisted_42","_hoisted_46","_hoisted_49","_hoisted_53","_hoisted_56","_openBlock","_createElementBlock","_hoisted_1","_Fragment","_renderList","$props","item","_hoisted_2","_createElementVNode","_createVNode","_component_tooltip","_ctx","_hoisted_4","_component_app_link","_createTextVNode","_toDisplayString","_cache","_createBlock","$options","_hoisted_6","_hoisted_8","_hoisted_10","_hoisted_11","_hoisted_13","_hoisted_15","_hoisted_17","lang","language","i","_hoisted_19","_hoisted_21","_hoisted_23","_hoisted_24","_hoisted_26","_hoisted_28","_hoisted_30","_hoisted_32","page","_hoisted_34","_hoisted_36","_hoisted_37","_hoisted_39","_hoisted_40","_hoisted_41","_hoisted_43","_hoisted_44","_hoisted_45","_hoisted_47","_hoisted_48","conformTo","_hoisted_51","$event","_hoisted_52","_hoisted_54","_hoisted_55","temporalResolution","_hoisted_57","_hoisted_58"],"mappings":"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"}
|
package/dist/datasetDetails/distributions/distributionDetails/DistributionDescription.vue.d.ts
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { truncate } from '../../../utils/helpers';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<{
|
|
3
3
|
distributions?: any;
|
|
4
|
-
getDistributionDescription?: any;
|
|
5
|
-
distribution?: any;
|
|
6
4
|
distributionDescriptionIsExpanded?: any;
|
|
7
|
-
toggleDistributionDescription?: any;
|
|
8
5
|
distributionDescriptionIsExpandable?: any;
|
|
6
|
+
toggleDistributionDescription?: any;
|
|
7
|
+
getDistributionDescription?: any;
|
|
8
|
+
distribution?: any;
|
|
9
9
|
}, {}, {}, {
|
|
10
10
|
resolvedDistributionDescription(): any;
|
|
11
11
|
}, {
|
|
12
12
|
truncate: typeof truncate;
|
|
13
13
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
14
14
|
distributions?: any;
|
|
15
|
-
getDistributionDescription?: any;
|
|
16
|
-
distribution?: any;
|
|
17
15
|
distributionDescriptionIsExpanded?: any;
|
|
18
|
-
toggleDistributionDescription?: any;
|
|
19
16
|
distributionDescriptionIsExpandable?: any;
|
|
17
|
+
toggleDistributionDescription?: any;
|
|
18
|
+
getDistributionDescription?: any;
|
|
19
|
+
distribution?: any;
|
|
20
20
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
21
|
export default _default;
|
|
@@ -4,20 +4,20 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
4
4
|
showObject?: any;
|
|
5
5
|
showArray?: any;
|
|
6
6
|
showObjectArray?: any;
|
|
7
|
-
getDistributionDescription?: any;
|
|
8
7
|
getDistributionTitle?: any;
|
|
9
|
-
|
|
8
|
+
distributionVisibleContent?: any;
|
|
9
|
+
distributionExpandedContent?: any;
|
|
10
10
|
distributionDescriptionIsExpanded?: any;
|
|
11
|
-
toggleDistributionDescription?: any;
|
|
12
11
|
distributionDescriptionIsExpandable?: any;
|
|
13
12
|
distributionIsExpanded?: any;
|
|
14
|
-
distributionVisibleContent?: any;
|
|
15
|
-
distributionExpandedContent?: any;
|
|
16
|
-
showLicensingAssistant?: any;
|
|
17
|
-
showLicence?: any;
|
|
18
13
|
showNumber?: any;
|
|
19
|
-
|
|
14
|
+
showLicence?: any;
|
|
15
|
+
showLicensingAssistant?: any;
|
|
20
16
|
toggleDistribution?: any;
|
|
17
|
+
toggleDistributionDescription?: any;
|
|
18
|
+
appendCurrentLocaleToURL?: any;
|
|
19
|
+
getDistributionDescription?: any;
|
|
20
|
+
distribution?: any;
|
|
21
21
|
}, {}, {}, {
|
|
22
22
|
distributionVisibleExpandedContent(): any[];
|
|
23
23
|
distributionExtraContent(): any;
|
|
@@ -29,20 +29,20 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
29
29
|
showObject?: any;
|
|
30
30
|
showArray?: any;
|
|
31
31
|
showObjectArray?: any;
|
|
32
|
-
getDistributionDescription?: any;
|
|
33
32
|
getDistributionTitle?: any;
|
|
34
|
-
|
|
33
|
+
distributionVisibleContent?: any;
|
|
34
|
+
distributionExpandedContent?: any;
|
|
35
35
|
distributionDescriptionIsExpanded?: any;
|
|
36
|
-
toggleDistributionDescription?: any;
|
|
37
36
|
distributionDescriptionIsExpandable?: any;
|
|
38
37
|
distributionIsExpanded?: any;
|
|
39
|
-
distributionVisibleContent?: any;
|
|
40
|
-
distributionExpandedContent?: any;
|
|
41
|
-
showLicensingAssistant?: any;
|
|
42
|
-
showLicence?: any;
|
|
43
38
|
showNumber?: any;
|
|
44
|
-
|
|
39
|
+
showLicence?: any;
|
|
40
|
+
showLicensingAssistant?: any;
|
|
45
41
|
toggleDistribution?: any;
|
|
42
|
+
toggleDistributionDescription?: any;
|
|
43
|
+
appendCurrentLocaleToURL?: any;
|
|
44
|
+
getDistributionDescription?: any;
|
|
45
|
+
distribution?: any;
|
|
46
46
|
}> & Readonly<{}>, {}, {}, {
|
|
47
47
|
DistributionExpand: any;
|
|
48
48
|
DistributionVisibleContent: any;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
distribution?: any;
|
|
3
2
|
distributionIsExpanded?: any;
|
|
4
3
|
toggleDistribution?: any;
|
|
4
|
+
distribution?: any;
|
|
5
5
|
distributionCanShowMore?: any;
|
|
6
6
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
7
|
-
distribution?: any;
|
|
8
7
|
distributionIsExpanded?: any;
|
|
9
8
|
toggleDistribution?: any;
|
|
9
|
+
distribution?: any;
|
|
10
10
|
distributionCanShowMore?: any;
|
|
11
11
|
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -14,11 +14,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14
14
|
dataset(): any;
|
|
15
15
|
getDataServices(): any[];
|
|
16
16
|
getDistributions: import('vuex').Computed;
|
|
17
|
+
getCategories: import('vuex').Computed;
|
|
17
18
|
getExtendedMetadata: import('vuex').Computed;
|
|
18
19
|
getPages: import('vuex').Computed;
|
|
19
20
|
getSpatial: import('vuex').Computed;
|
|
20
21
|
getHvdCategories: import('vuex').Computed;
|
|
21
|
-
getCategories: import('vuex').Computed;
|
|
22
22
|
getSubject: import('vuex').Computed;
|
|
23
23
|
getVisualisations: import('vuex').Computed;
|
|
24
24
|
getRelations: import('vuex').Computed;
|
|
@@ -14,8 +14,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
getCatalog: import('vuex').Computed;
|
|
17
|
-
getLanguages: import('vuex').Computed;
|
|
18
17
|
getCountry: import('vuex').Computed;
|
|
18
|
+
getLanguages: import('vuex').Computed;
|
|
19
19
|
}, {
|
|
20
20
|
getTranslationFor: typeof getTranslationFor;
|
|
21
21
|
getCountryFlagImg: typeof getCountryFlagImg;
|
|
@@ -6,10 +6,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6
6
|
default: () => boolean;
|
|
7
7
|
};
|
|
8
8
|
}>, {}, {}, {
|
|
9
|
-
getTitle: import('vuex').Computed;
|
|
10
9
|
getCatalog: import('vuex').Computed;
|
|
11
|
-
getLanguages: import('vuex').Computed;
|
|
12
10
|
getID: import('vuex').Computed;
|
|
11
|
+
getTitle: import('vuex').Computed;
|
|
12
|
+
getLanguages: import('vuex').Computed;
|
|
13
13
|
}, {
|
|
14
14
|
getTranslationFor: typeof getTranslationFor;
|
|
15
15
|
isErpdActive(): boolean;
|
|
@@ -18,10 +18,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
18
18
|
}, {
|
|
19
19
|
url(): string;
|
|
20
20
|
showDQV(): any;
|
|
21
|
-
getTitle: import('vuex').Computed;
|
|
22
21
|
getLoading: import('vuex').Computed;
|
|
23
|
-
getLanguages: import('vuex').Computed;
|
|
24
22
|
getID: import('vuex').Computed;
|
|
23
|
+
getTitle: import('vuex').Computed;
|
|
24
|
+
getLanguages: import('vuex').Computed;
|
|
25
25
|
getIsDQVDataRDFAvailable: import('vuex').Computed;
|
|
26
26
|
getIsDQVDataTTLAvailable: import('vuex').Computed;
|
|
27
27
|
getIsDQVDataN3Available: import('vuex').Computed;
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, {}, {}, {
|
|
2
|
-
pages():
|
|
2
|
+
pages(): {
|
|
3
|
+
path: string;
|
|
4
|
+
title: any;
|
|
5
|
+
tooltip: any;
|
|
6
|
+
exact: any;
|
|
7
|
+
cName: any;
|
|
8
|
+
}[];
|
|
3
9
|
getID: import('vuex').Computed;
|
|
4
10
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5
11
|
export default _default;
|