@piveau/dpi 0.1.0-beta.49 → 0.1.0-beta.50
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/assets/dpi.css +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +148 -100
- package/dist/data-provider-interface/HappyFlowComponents/ui/Toast.vue.js +30 -29
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/converter.js +49 -47
- package/dist/data-provider-interface/store/modules/authStore.js +1 -3
- package/dist/data-provider-interface/views/InputPage.vue.js +13 -14
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "axios";
|
|
2
|
-
import { asSomeArray as
|
|
2
|
+
import { asSomeArray as ot } from "../../composables/useDpiSimpleLoader.js";
|
|
3
3
|
let d = { distribution: [], dataset: {}, meta: {} };
|
|
4
|
-
function
|
|
4
|
+
function st(t) {
|
|
5
5
|
return t.replace(/[^a-z0-9\s]/gi, "").replace(/\s+/g, "-").toLowerCase();
|
|
6
6
|
}
|
|
7
|
-
async function
|
|
8
|
-
var h, f, v, k, D, O, j, R, S, w, I, x, L, B,
|
|
7
|
+
async function yt(t, g, l, b) {
|
|
8
|
+
var h, f, v, k, D, O, j, R, S, w, I, x, L, B, U, C, P, T, G, M, q, X, z, F, $, N, E, H, W, Y, _, J, K, Q, Z, m, V, tt, it, dt, et, at;
|
|
9
9
|
const u = g.specification.prefixes;
|
|
10
10
|
let p = [];
|
|
11
11
|
const c = Object.keys(t);
|
|
@@ -14,7 +14,7 @@ async function gt(t, g, l, b) {
|
|
|
14
14
|
p.push(crypto.randomUUID()), d.dataset["dcat:distribution"].push({
|
|
15
15
|
"@id": `https://piveau.io/set/distribution/${p[o]}`
|
|
16
16
|
});
|
|
17
|
-
const
|
|
17
|
+
const ct = new URLSearchParams(window.location.search).get("edit");
|
|
18
18
|
let y = "";
|
|
19
19
|
try {
|
|
20
20
|
for (let o = 0; o < c.length; o++) {
|
|
@@ -33,9 +33,9 @@ async function gt(t, g, l, b) {
|
|
|
33
33
|
if (c[o] === "BasicInfos") {
|
|
34
34
|
d.dataset["dpi:isDPIv3"] = !0;
|
|
35
35
|
for (let i = 0; i < Object.keys(t.BasicInfos).length; i++)
|
|
36
|
-
Object.keys(t.BasicInfos)[i] === "dct:title" && (d.dataset["dct:title"] = t.BasicInfos["dct:title"][0] || "", y =
|
|
36
|
+
Object.keys(t.BasicInfos)[i] === "dct:title" && (d.dataset["dct:title"] = t.BasicInfos["dct:title"][0] || "", y = st(
|
|
37
37
|
t.BasicInfos["dct:title"][0]["@value"]
|
|
38
|
-
),
|
|
38
|
+
), ct === "true" && (y = t.BasicInfos.datasetID)), Object.keys(t.BasicInfos)[i] === "dct:description" && (d.dataset["dct:description"] = t.BasicInfos["dct:description"][0] || ""), Object.keys(t.BasicInfos)[i] === "dct:modified" && (d.dataset["dct:modified"] = t.BasicInfos["dct:modified"][0] || ""), Object.keys(t.BasicInfos)[i] === "dct:publisher" && (d.dataset["dct:publisher"] = t.BasicInfos["dct:publisher"][0] || "", d.dataset["dct:publisher"]["@type"] = "foaf:Agent"), Object.keys(t.BasicInfos)[i] === "dcat:contactPoint" && (d.dataset["dcat:contactPoint"] = t.BasicInfos["dcat:contactPoint"][0] || "", d.dataset["dcat:contactPoint"]["@type"] = "vcard:Organization"), d.dataset["@type"] = "dcat:Dataset", d.meta["dcat:catalog"] = l.permissions[0].rsname, d.meta["@type"] = "dcat:CatalogRecord";
|
|
39
39
|
}
|
|
40
40
|
if (c[o] === "Covering" && Object.keys(t.Covering).length > 1)
|
|
41
41
|
for (let i = 0; i < Object.keys(t.Covering).length; i++) {
|
|
@@ -64,21 +64,21 @@ async function gt(t, g, l, b) {
|
|
|
64
64
|
}
|
|
65
65
|
});
|
|
66
66
|
}
|
|
67
|
-
Object.keys(t.Covering)[i] === "dcatde:politicalGeocodingURI" && (d.dataset["dcatde:politicalGeocodingURI"] = {
|
|
68
|
-
"@id": ((
|
|
67
|
+
Object.keys(t.Covering)[i] === "dcatde:politicalGeocodingURI" && ((O = t.Covering) == null ? void 0 : O["dcatde:politicalGeocodingURI"].uri) != null && (d.dataset["dcatde:politicalGeocodingURI"] = {
|
|
68
|
+
"@id": ((R = (j = t.Covering["dcatde:politicalGeocodingURI"]) == null ? void 0 : j[0]) == null ? void 0 : R.uri) || ""
|
|
69
69
|
}, d.dataset["dct:spatial"] === void 0 && (d.dataset["dct:spatial"] = []), d.dataset["dct:spatial"].push({
|
|
70
|
-
"@id": ((
|
|
70
|
+
"@id": ((w = (S = t.Covering["dcatde:politicalGeocodingURI"]) == null ? void 0 : S[0]) == null ? void 0 : w.uri) || ""
|
|
71
71
|
}));
|
|
72
72
|
}
|
|
73
73
|
if (c[o] === "DistributionSimple")
|
|
74
74
|
for (let i = 0; i < t.DistributionSimple["dcat:distribution"].length; i++) {
|
|
75
|
-
if (d.distribution[i] = {}, ((
|
|
75
|
+
if (d.distribution[i] = {}, ((x = (I = t.Discoverability) == null ? void 0 : I.hvdPage[0]) == null ? void 0 : x.uri) != null && (d.distribution[i]["dcatap:applicableLegislation"] = {
|
|
76
76
|
"@id": "http://data.europa.eu/eli/reg_impl/2023/138/oj"
|
|
77
77
|
}), d.distribution[i]["@type"] = "dcat:Distribution", d.distribution[i]["@id"] = `https://piveau.io/set/distribution/${p[i]}`, t.DistributionSimple["dcat:distribution"][i]["dcat:accessURL"] && (d.distribution[i]["dcat:accessURL"] = {
|
|
78
78
|
"@id": t.DistributionSimple["dcat:distribution"][i]["dcat:accessURL"]
|
|
79
79
|
}), Object.keys(
|
|
80
80
|
t.DistributionSimple["dcat:distribution"][i]["dcat:downloadURL"]
|
|
81
|
-
).length !== 0) {
|
|
81
|
+
).length !== 0 && t.DistributionSimple["dcat:distribution"][i]["dcat:downloadURL"]["@id"] !== "") {
|
|
82
82
|
d.distribution[i]["dcat:downloadURL"] = [];
|
|
83
83
|
for (let a = 0; a < t.DistributionSimple["dcat:distribution"][i]["dcat:downloadURL"].length; a++)
|
|
84
84
|
d.distribution[i]["dcat:downloadURL"][a] = {
|
|
@@ -86,7 +86,7 @@ async function gt(t, g, l, b) {
|
|
|
86
86
|
};
|
|
87
87
|
}
|
|
88
88
|
if (Object.keys(
|
|
89
|
-
(
|
|
89
|
+
(L = t.DistributionSimple["dcat:distribution"][i]) == null ? void 0 : L.policyItems
|
|
90
90
|
).length !== 0) {
|
|
91
91
|
d.distribution[i]["odrl:hasPolicy"] = [];
|
|
92
92
|
for (let a = 0; a < t.DistributionSimple["dcat:distribution"][i].policyItems.length; a++)
|
|
@@ -95,7 +95,7 @@ async function gt(t, g, l, b) {
|
|
|
95
95
|
};
|
|
96
96
|
}
|
|
97
97
|
Object.keys(
|
|
98
|
-
(
|
|
98
|
+
(B = t.DistributionSimple["dcat:distribution"][i]) == null ? void 0 : B["dct:license"]
|
|
99
99
|
).length !== 0 && (d.distribution[i]["dct:license"] = {
|
|
100
100
|
"@id": t.DistributionSimple["dcat:distribution"][i]["dct:license"].uri || t.DistributionSimple["dct:license"][0].uri
|
|
101
101
|
}, t.DistributionSimple["dcat:distribution"][i]["dct:license"]["dcterms:license"] === "" && t.DistributionSimple["dct:license"][0].title !== "" && (d.distribution[i]["dcatde:licenseAttributionByText"] = {
|
|
@@ -105,12 +105,12 @@ async function gt(t, g, l, b) {
|
|
|
105
105
|
"@language": "de",
|
|
106
106
|
"@value": t.DistributionSimple["dcat:distribution"][i]["dct:license"].title
|
|
107
107
|
}));
|
|
108
|
-
const e = (
|
|
108
|
+
const e = (P = (C = (U = t.DistributionSimple) == null ? void 0 : U["dcat:distribution"]) == null ? void 0 : C[i]) == null ? void 0 : P["dct:format"];
|
|
109
109
|
e && (d.distribution[i]["dct:format"] = {
|
|
110
110
|
"@id": (e == null ? void 0 : e.uri) || ""
|
|
111
|
-
}), ((M = (
|
|
112
|
-
const s = ((
|
|
113
|
-
if (s && (d.distribution[i]["dct:conformsTo"] =
|
|
111
|
+
}), ((M = (G = (T = t.DistributionSimple) == null ? void 0 : T["dcat:distribution"]) == null ? void 0 : G[i]) == null ? void 0 : M["dcatap:applicableLegislation"]) != null && (d.distribution[i]["dct:format"] = (z = (X = (q = t.DistributionSimple) == null ? void 0 : q["dcat:distribution"]) == null ? void 0 : X[i]) == null ? void 0 : z["dcatap:applicableLegislation"]["@id"]);
|
|
112
|
+
const s = ((N = ($ = (F = t.DistributionSimple) == null ? void 0 : F["dcat:distribution"]) == null ? void 0 : $[i]) == null ? void 0 : N.conformsToItems) || [];
|
|
113
|
+
if (s.length !== 0 && (d.distribution[i]["dct:conformsTo"] = ot(
|
|
114
114
|
s
|
|
115
115
|
).filter(
|
|
116
116
|
(a) => a && (a["dcat:downloadURL"] || a["dct:title"])
|
|
@@ -171,11 +171,13 @@ async function gt(t, g, l, b) {
|
|
|
171
171
|
"@id": t.DistributionSimple["dcat:distribution"][i]["dct:language"][a].uri
|
|
172
172
|
};
|
|
173
173
|
}
|
|
174
|
-
t.DistributionSimple["dcat:distribution"][i]["adms:status"].uri !== "" && (
|
|
174
|
+
t.DistributionSimple["dcat:distribution"][i]["adms:status"].uri !== "" && Object.keys(
|
|
175
|
+
t.DistributionSimple["dcat:distribution"][i]["adms:status"]
|
|
176
|
+
).length !== 0 && (d.distribution[i]["adms:status"] = {
|
|
175
177
|
"@id": t.DistributionSimple["dcat:distribution"][i]["adms:status"].uri || ""
|
|
176
178
|
});
|
|
177
|
-
const
|
|
178
|
-
|
|
179
|
+
const nt = ((W = (H = (E = t.DistributionSimple) == null ? void 0 : E["dcat:distribution"]) == null ? void 0 : H[i]) == null ? void 0 : W.accessServices) || [];
|
|
180
|
+
if (nt.length !== 0 && (d.distribution[i]["dcat:accessService"] = (Y = ot(nt)) == null ? void 0 : Y.filter(
|
|
179
181
|
(a) => a && (a["dct:title"] || a["dct:description"] || a["dcat:downloadURL"] || a["dcat:endpointURL"])
|
|
180
182
|
).map((a) => {
|
|
181
183
|
const n = {
|
|
@@ -193,27 +195,27 @@ async function gt(t, g, l, b) {
|
|
|
193
195
|
return r !== void 0 && (n["dcat:endpointURL"] = {
|
|
194
196
|
"@id": r
|
|
195
197
|
}), n;
|
|
196
|
-
})), d.distribution[i]["foaf:page"] || (d.distribution[i]["foaf:page"] = [])
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
198
|
+
})), d.distribution[i]["foaf:page"] || (d.distribution[i]["foaf:page"] = []), d.distribution[i]["foaf:page"].length !== 0)
|
|
199
|
+
for (let a = 0; a < ((K = (J = (_ = t.DistributionSimple) == null ? void 0 : _["dcat:distribution"]) == null ? void 0 : J[i]) == null ? void 0 : K.documentations.length); a++) {
|
|
200
|
+
const n = t.DistributionSimple["dcat:distribution"][i].documentations[a];
|
|
201
|
+
if ((n == null ? void 0 : n["dct:title"]) !== void 0) {
|
|
202
|
+
const r = {
|
|
203
|
+
"@type": "foaf:Document",
|
|
204
|
+
"dct:title": {
|
|
205
|
+
"@language": "de",
|
|
206
|
+
"@value": n["dct:title"]
|
|
207
|
+
}
|
|
208
|
+
};
|
|
209
|
+
(n == null ? void 0 : n["dct:description"]) !== void 0 && (r["dct:description"] = {
|
|
203
210
|
"@language": "de",
|
|
204
|
-
"@value": n["dct:
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
}
|
|
211
|
-
"@id": n["dcat:accessURL"]
|
|
212
|
-
}), (n == null ? void 0 : n["dct:format"]) !== void 0 && (r["dct:format"] = {
|
|
213
|
-
"@id": n.formatUri
|
|
214
|
-
}), d.distribution[i]["foaf:page"][a] = r;
|
|
211
|
+
"@value": n["dct:description"]
|
|
212
|
+
}), (n == null ? void 0 : n["dcat:accessURL"]) !== void 0 && (r["dcat:accessURL"] = {
|
|
213
|
+
"@id": n["dcat:accessURL"]
|
|
214
|
+
}), (n == null ? void 0 : n["dct:format"]) !== void 0 && (r["dct:format"] = {
|
|
215
|
+
"@id": n.formatUri
|
|
216
|
+
}), d.distribution[i]["foaf:page"][a] = r;
|
|
217
|
+
}
|
|
215
218
|
}
|
|
216
|
-
}
|
|
217
219
|
}
|
|
218
220
|
if (c[o], c[o] === "Additionals")
|
|
219
221
|
try {
|
|
@@ -241,7 +243,7 @@ async function gt(t, g, l, b) {
|
|
|
241
243
|
for (let e = 0; e < t.Additionals["dcat:keyword"].length; e++)
|
|
242
244
|
d.dataset["dcat:keyword"] === void 0 && (d.dataset["dcat:keyword"] = []), d.dataset["dcat:keyword"].push({
|
|
243
245
|
"@value": t.Additionals["dcat:keyword"][e]["@value"],
|
|
244
|
-
"@language": ((
|
|
246
|
+
"@language": ((Z = (Q = t.Additionals["dcat:keyword"]) == null ? void 0 : Q[e]) == null ? void 0 : Z["@language"]) || "de"
|
|
245
247
|
});
|
|
246
248
|
}
|
|
247
249
|
if (Object.keys(t.Additionals)[i] === "dct:references") {
|
|
@@ -323,7 +325,7 @@ async function gt(t, g, l, b) {
|
|
|
323
325
|
for (let e = 0; e < t.Additionals["dcatde:legalBasis"].length; e++)
|
|
324
326
|
d.dataset["dcatde:legalBasis"] === void 0 && (d.dataset["dcatde:legalBasis"] = []), d.dataset["dcatde:legalBasis"].push({
|
|
325
327
|
"@value": t.Additionals["dcatde:legalBasis"][e]["@value"],
|
|
326
|
-
"@language": ((
|
|
328
|
+
"@language": ((tt = (V = (m = t.Additionals) == null ? void 0 : m["dcatde:legalBasis"]) == null ? void 0 : V[e]) == null ? void 0 : tt["@language"]) || "de"
|
|
327
329
|
});
|
|
328
330
|
}
|
|
329
331
|
if (Object.keys(t.Additionals)[i] === "dct:relation") {
|
|
@@ -461,7 +463,7 @@ async function gt(t, g, l, b) {
|
|
|
461
463
|
for (let e = 0; e < t.Additionals["foaf:page"].length; e++)
|
|
462
464
|
d.dataset["foaf:page"] === void 0 && (d.dataset["foaf:page"] = []), d.dataset["foaf:page"].push({
|
|
463
465
|
"dct:format": {
|
|
464
|
-
"@id": (
|
|
466
|
+
"@id": (dt = (it = t.Additionals["foaf:page"]) == null ? void 0 : it[e]) == null ? void 0 : dt.uri
|
|
465
467
|
},
|
|
466
468
|
"dct:title": t.Additionals["foaf:page"][e]["dct:title"],
|
|
467
469
|
"dct:description": t.Additionals["foaf:page"][e]["dct:description"],
|
|
@@ -503,7 +505,7 @@ async function gt(t, g, l, b) {
|
|
|
503
505
|
}), Object.keys(t.Additionals)[i] === "dcatde:politicalGeocodingLevelURI")
|
|
504
506
|
for (let e = 0; e < t.Additionals["dcatde:politicalGeocodingLevelURI"].length; e++)
|
|
505
507
|
d.dataset["dcatde:politicalGeocodingLevelURI"] === void 0 && (d.dataset["dcatde:politicalGeocodingLevelURI"] = []), d.dataset["dcatde:politicalGeocodingLevelURI"].push({
|
|
506
|
-
"@id": ((
|
|
508
|
+
"@id": ((at = (et = t.Additionals["dcatde:politicalGeocodingLevelURI"]) == null ? void 0 : et[e]) == null ? void 0 : at.uri) || ""
|
|
507
509
|
});
|
|
508
510
|
}
|
|
509
511
|
} catch (i) {
|
|
@@ -513,7 +515,7 @@ async function gt(t, g, l, b) {
|
|
|
513
515
|
} catch (o) {
|
|
514
516
|
console.log(o);
|
|
515
517
|
}
|
|
516
|
-
let A =
|
|
518
|
+
let A = lt(d, u);
|
|
517
519
|
return { actionParams: {
|
|
518
520
|
id: y,
|
|
519
521
|
catalog: l.permissions[0].rsname,
|
|
@@ -522,7 +524,7 @@ async function gt(t, g, l, b) {
|
|
|
522
524
|
description: d.dataset["dct:description"]["@value"]
|
|
523
525
|
}, body: A };
|
|
524
526
|
}
|
|
525
|
-
function
|
|
527
|
+
function lt(t, g) {
|
|
526
528
|
const l = {}, b = Object.keys(t);
|
|
527
529
|
for (let c = 0; c < b.length; c++)
|
|
528
530
|
b[c], l[b[c]] = t[b[c]];
|
|
@@ -542,5 +544,5 @@ function st(t, g) {
|
|
|
542
544
|
return console.log(p), p;
|
|
543
545
|
}
|
|
544
546
|
export {
|
|
545
|
-
|
|
547
|
+
yt as default
|
|
546
548
|
};
|
|
@@ -158,9 +158,7 @@ const d = {
|
|
|
158
158
|
id: a,
|
|
159
159
|
catalogue: s,
|
|
160
160
|
body: r
|
|
161
|
-
});
|
|
162
|
-
debugger;
|
|
163
|
-
e("DELETE_USER_DRAFT", a), e("UPDATE_USER_DATA_SUCCESS"), e("CHANGE_IS_DRAFT", !1), e("CHANGE_IS_EDIT_MODE", !1);
|
|
161
|
+
}), e("DELETE_USER_DRAFT", a), e("UPDATE_USER_DATA_SUCCESS"), e("CHANGE_IS_DRAFT", !1), e("CHANGE_IS_EDIT_MODE", !1);
|
|
164
162
|
} catch (o) {
|
|
165
163
|
throw console.log("error"), e("UPDATE_USER_DATA_ERROR"), o;
|
|
166
164
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { getNode as K } from "@formkit/core";
|
|
2
2
|
import "@formkit/vue";
|
|
3
|
-
import { PhNumberCircleFive as
|
|
3
|
+
import { PhNumberCircleFive as J, PhCheckCircle as Z, PhLightbulb as G } from "@phosphor-icons/vue";
|
|
4
4
|
import { useWindowScroll as Q } from "@vueuse/core";
|
|
5
5
|
import X from "jquery";
|
|
6
6
|
import { has as I, isNil as j } from "lodash-es";
|
|
7
|
-
import { defineComponent as Y, resolveComponent as g, createElementBlock as r, openBlock as s, createCommentVNode as p, createElementVNode as o, createVNode as h, createBlock as S, withModifiers as N, withCtx as z, Fragment as V, renderList as k, withDirectives as U, normalizeClass as y,
|
|
7
|
+
import { defineComponent as Y, resolveComponent as g, createElementBlock as r, openBlock as s, createCommentVNode as p, createElementVNode as o, createVNode as h, createBlock as S, toDisplayString as c, withModifiers as N, withCtx as z, Fragment as V, renderList as k, withDirectives as U, normalizeClass as y, vShow as H, createTextVNode as M, ref as R, markRaw as x, getCurrentInstance as ee } from "vue";
|
|
8
8
|
import { useI18n as te } from "vue-i18n";
|
|
9
9
|
import { mapActions as B, mapGetters as W } from "vuex";
|
|
10
10
|
import ie from "../components/InputPageStep.vue.js";
|
|
@@ -91,9 +91,9 @@ const Fe = Y({
|
|
|
91
91
|
ButtonV3: be,
|
|
92
92
|
TextButtonSmall: ke,
|
|
93
93
|
Illustration: Ce,
|
|
94
|
-
PhLightbulb:
|
|
95
|
-
PhCheckCircle:
|
|
96
|
-
PhNumberCircleFive:
|
|
94
|
+
PhLightbulb: G,
|
|
95
|
+
PhCheckCircle: Z,
|
|
96
|
+
PhNumberCircleFive: J,
|
|
97
97
|
ModalSimpleV3: Ve
|
|
98
98
|
},
|
|
99
99
|
computed: {
|
|
@@ -237,11 +237,7 @@ const Fe = Y({
|
|
|
237
237
|
);
|
|
238
238
|
}).catch((a) => {
|
|
239
239
|
console.error("Fehler beim Senden der Daten:", a);
|
|
240
|
-
})
|
|
241
|
-
window.location.href = this.$router.resolve({
|
|
242
|
-
name: "DPI-Home-HappyFlow"
|
|
243
|
-
}).href;
|
|
244
|
-
}, 1e3);
|
|
240
|
+
});
|
|
245
241
|
}
|
|
246
242
|
} catch (i) {
|
|
247
243
|
console.log(i);
|
|
@@ -402,7 +398,7 @@ const Fe = Y({
|
|
|
402
398
|
}, He = { key: 1 }, Me = {
|
|
403
399
|
key: 0,
|
|
404
400
|
class: "dpiV3_stepper"
|
|
405
|
-
}, Re = { class: "dpiV3_steps" }, Be = ["data-step-active", "data-step-valid"], We = { class: "dpiV3_stepBubbleWrap" }, qe = ["src"], Ke = ["src"],
|
|
401
|
+
}, Re = { class: "dpiV3_steps" }, Be = ["data-step-active", "data-step-valid"], We = { class: "dpiV3_stepBubbleWrap" }, qe = ["src"], Ke = ["src"], Je = ["textContent"], Ze = { style: { "vertical-align": "middle" } }, Ge = { class: "dpiV3_subStepWrapper" }, Qe = {
|
|
406
402
|
key: 0,
|
|
407
403
|
class: "dpiV3_seperatorHorizontalStepper"
|
|
408
404
|
}, Xe = {
|
|
@@ -444,6 +440,9 @@ function zt(e, t, i, n, a, v) {
|
|
|
444
440
|
return s(), r("div", Ae, [
|
|
445
441
|
e.isInput ? (s(), r("div", Le, [
|
|
446
442
|
o("div", Oe, [
|
|
443
|
+
o("details", null, [
|
|
444
|
+
o("pre", null, c(JSON.stringify(e.formValues, null, 2)), 1)
|
|
445
|
+
]),
|
|
447
446
|
h(L, {
|
|
448
447
|
id: "dpiForm",
|
|
449
448
|
modelValue: e.formValues,
|
|
@@ -537,10 +536,10 @@ function zt(e, t, i, n, a, v) {
|
|
|
537
536
|
key: 4,
|
|
538
537
|
class: "dpiV3_step--errors",
|
|
539
538
|
textContent: c(l.errorCount + l.blockingCount)
|
|
540
|
-
}, null, 8,
|
|
541
|
-
o("span",
|
|
539
|
+
}, null, 8, Je)) : p("", !0),
|
|
540
|
+
o("span", Ze, c(e.$t(`message.dataupload.steps.${u}Step`)), 1)
|
|
542
541
|
], 2),
|
|
543
|
-
o("div",
|
|
542
|
+
o("div", Ge, [
|
|
544
543
|
d + 1 != Object.keys(e.steps).length - 1 && d >= e.stepCounter ? (s(), r("div", Qe)) : p("", !0),
|
|
545
544
|
d + 1 != Object.keys(e.steps).length - 1 && d < e.stepCounter ? (s(), r("div", Xe)) : p("", !0),
|
|
546
545
|
e.activeStep === u ? (s(), r("div", Ye, [
|