@piveau/dpi 0.2.0-alpha.19 → 0.2.0-alpha.20
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/packages/dpi/src/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +62 -56
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue.js +4 -53
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue2.js +58 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +65 -53
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue2.js +60 -56
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +67 -79
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +17 -17
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +411 -318
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +103 -71
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChangeLicenseV3.vue.js +130 -77
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +88 -60
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +111 -74
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +143 -126
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +32 -32
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +64 -48
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/StatusV3.vue.js +29 -28
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue2.js +46 -41
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +227 -208
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +124 -106
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +113 -108
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +370 -360
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +464 -182
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +31 -26
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +31 -92
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +183 -126
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/components/ContactPage.vue.js +95 -89
- package/dist/packages/dpi/src/data-provider-interface/components/DistLicense.vue.js +139 -122
- package/dist/packages/dpi/src/data-provider-interface/components/DistributionSimplePage.vue.js +618 -525
- package/dist/packages/dpi/src/data-provider-interface/components/HVDPage.vue.js +56 -55
- package/dist/packages/dpi/src/data-provider-interface/components/PublisherPage.vue.js +94 -89
- package/dist/packages/dpi/src/data-provider-interface/components/ReviewAndPublishPage.vue.js +247 -238
- package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue.js +4 -4
- package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue2.js +16 -17
- package/dist/packages/dpi/src/data-provider-interface/components/TempResPage.vue.js +122 -104
- package/dist/packages/dpi/src/data-provider-interface/components/TempResPageInModal.vue.js +249 -108
- package/dist/packages/dpi/src/data-provider-interface/composables/useDpiSimpleLoader.js +332 -305
- package/dist/packages/dpi/src/data-provider-interface/composables/useTwinbyUser.js +89 -55
- package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/converter.js +243 -199
- package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/input-definition.js +24 -11
- package/dist/packages/dpi/src/data-provider-interface/store/modules/authStore.js +14 -12
- package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +317 -288
- package/package.json +2 -2
|
@@ -1,145 +1,375 @@
|
|
|
1
|
-
import { ref as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
1
|
+
import { ref as F, getCurrentInstance as Ve, reactive as we, watch as Ue, computed as ue, resolveComponent as K, createElementBlock as h, openBlock as s, Fragment as j, createVNode as g, createCommentVNode as c, withCtx as q, createTextVNode as Re, toDisplayString as S, createBlock as d, renderList as Y, createElementVNode as T, unref as b, isRef as te } from "vue";
|
|
2
|
+
import le from "../ButtonV3.vue.js";
|
|
3
|
+
import B from "../InputField.vue.js";
|
|
4
|
+
import se from "../TextAreaV3.vue.js";
|
|
5
|
+
import ie from "../Dropdown.vue.js";
|
|
6
|
+
import { PhWarning as E } from "@phosphor-icons/vue";
|
|
6
7
|
import "@formkit/core";
|
|
7
|
-
import { getOptionalURIs as
|
|
8
|
-
import { useFormValues as
|
|
9
|
-
import
|
|
8
|
+
import { getOptionalURIs as Te } from "../../services/dpiV3_apis.js";
|
|
9
|
+
import { useFormValues as Ie } from "../../../composables/useDpiFormValues.js";
|
|
10
|
+
import Le from "../TextButtonSmall.vue.js";
|
|
10
11
|
/* empty css */
|
|
11
|
-
const
|
|
12
|
+
const Se = { class: "dpiV3_LinkAndMetadata" }, Be = {
|
|
13
|
+
key: 2,
|
|
14
|
+
class: "dpiV3_errorMessage"
|
|
15
|
+
}, Ae = { class: "copy-mini-regular" }, Ce = {
|
|
16
|
+
key: 4,
|
|
17
|
+
class: "dpiV3_errorMessage"
|
|
18
|
+
}, Fe = { class: "copy-mini-regular" }, Ee = {
|
|
19
|
+
key: 6,
|
|
20
|
+
class: "dpiV3_errorMessage"
|
|
21
|
+
}, Oe = { class: "copy-mini-regular" }, ze = {
|
|
22
|
+
key: 1,
|
|
23
|
+
class: "dpiV3_errorMessage"
|
|
24
|
+
}, He = { class: "copy-mini-regular" }, Pe = { class: "dpiV3_LinkAndMetadata" }, Me = {
|
|
25
|
+
key: 1,
|
|
26
|
+
class: "dpiV3_errorMessage"
|
|
27
|
+
}, Ne = { class: "copy-mini-regular" }, We = {
|
|
28
|
+
key: 3,
|
|
29
|
+
class: "dpiV3_errorMessage"
|
|
30
|
+
}, je = { class: "copy-mini-regular" }, qe = {
|
|
31
|
+
key: 6,
|
|
32
|
+
class: "dpiV3_errorMessage"
|
|
33
|
+
}, Ge = { class: "copy-mini-regular" }, Ze = {
|
|
12
34
|
key: 0,
|
|
13
35
|
class: "dpiV3_tempAddMore"
|
|
14
|
-
},
|
|
36
|
+
}, Je = { class: "dpiV3_actionButtonWrap" }, at = {
|
|
15
37
|
__name: "AdditionalsSubModal",
|
|
16
38
|
props: {
|
|
17
39
|
context: Object,
|
|
18
40
|
item: Object
|
|
19
41
|
},
|
|
20
|
-
setup(e, { emit:
|
|
21
|
-
const
|
|
22
|
-
let
|
|
23
|
-
const { formValues:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
setup(e, { emit: me }) {
|
|
43
|
+
const ae = me;
|
|
44
|
+
let G = F([{}]), z = F([]), Z = F(!1), p = F(), ce = Ve().appContext.app.config.globalProperties.$env;
|
|
45
|
+
const { formValues: Q } = Ie(), i = we({}), r = F([]), A = e;
|
|
46
|
+
Ue(
|
|
47
|
+
() => {
|
|
48
|
+
var t;
|
|
49
|
+
return (t = Q.value.Additionals) == null ? void 0 : t[A.item.name];
|
|
50
|
+
},
|
|
51
|
+
(t) => {
|
|
52
|
+
t && t.length > 0 && (r.value = JSON.parse(JSON.stringify(t)));
|
|
53
|
+
},
|
|
54
|
+
{ immediate: !0 }
|
|
55
|
+
);
|
|
56
|
+
const fe = ue(() => r.value.length === 0 ? [{}] : r.value), X = (t) => t ? Object.entries(t).some(([n, u]) => typeof u == "string" ? u.trim() !== "" : typeof u == "object" && u !== null ? X(u) : !1) : !1, k = (t) => !t || t.trim() === "" ? !1 : /^(https?|ftp):\/\/([a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}(\/[^\s]*)?$/.test(t.trim()), J = (t, n = null) => {
|
|
57
|
+
const u = A.item.identifier;
|
|
58
|
+
let a = n !== null ? `${u}-${n}` : u;
|
|
59
|
+
if (i[a] = null, console.log(u), !X(t))
|
|
60
|
+
return !0;
|
|
61
|
+
switch (u) {
|
|
62
|
+
case "conformsTo":
|
|
63
|
+
const f = t["@id"] || "";
|
|
64
|
+
if (!f.trim())
|
|
65
|
+
return i[a] = "URL ist erforderlich", !1;
|
|
66
|
+
if (!k(f))
|
|
67
|
+
return i[a] = "Bitte geben Sie eine gültige URL ein.", !1;
|
|
68
|
+
break;
|
|
69
|
+
case "admsIdentifier":
|
|
70
|
+
const $ = t["@id"] || "";
|
|
71
|
+
if (!$.trim())
|
|
72
|
+
return i[a] = "URL ist erforderlich", !1;
|
|
73
|
+
if (!k($))
|
|
74
|
+
return i[a] = "Bitte geben Sie eine gültige URL ein.", !1;
|
|
75
|
+
break;
|
|
76
|
+
case "spatial":
|
|
77
|
+
const y = t["@id"] || "";
|
|
78
|
+
if (!y.trim())
|
|
79
|
+
return i[a] = "URL ist erforderlich", !1;
|
|
80
|
+
if (!k(y))
|
|
81
|
+
return i[a] = "Bitte geben Sie eine gültige URL ein", !1;
|
|
82
|
+
break;
|
|
83
|
+
case "relation":
|
|
84
|
+
const o = t["@id"] || "";
|
|
85
|
+
if (!o.trim())
|
|
86
|
+
return i[a] = "URL ist erforderlich", !1;
|
|
87
|
+
if (!k(o))
|
|
88
|
+
return i[a] = "Bitte geben Sie eine gültige URL ein.", !1;
|
|
89
|
+
break;
|
|
90
|
+
case "qualifiedRelation":
|
|
91
|
+
const l = t["@id"] || "";
|
|
92
|
+
if (!l.trim())
|
|
93
|
+
return i[a] = "URL ist erforderlich", !1;
|
|
94
|
+
if (!k(l))
|
|
95
|
+
return i[a] = "Bitte geben Sie eine gültige URL ein.", !1;
|
|
96
|
+
case "qualifiedAttribution":
|
|
97
|
+
const v = t["@id"] || "";
|
|
98
|
+
if (!v.trim())
|
|
99
|
+
return i[a] = "URL ist erforderlich", !1;
|
|
100
|
+
if (!k(v))
|
|
101
|
+
return i[a] = "Bitte geben Sie eine gültige URL ein.", !1;
|
|
102
|
+
case "source":
|
|
103
|
+
const V = t["@id"] || "";
|
|
104
|
+
if (!V.trim())
|
|
105
|
+
return i[a] = "URL ist erforderlich", !1;
|
|
106
|
+
if (!k(V))
|
|
107
|
+
return i[a] = "Bitte geben Sie eine gültige URL ein.", !1;
|
|
108
|
+
case "hasVersion":
|
|
109
|
+
const w = t["@id"] || "";
|
|
110
|
+
if (!w.trim())
|
|
111
|
+
return i[a] = "URL ist erforderlich", !1;
|
|
112
|
+
if (!k(w))
|
|
113
|
+
return i[a] = "Bitte geben Sie eine gültige URL ein.", !1;
|
|
114
|
+
case "isVersionOf":
|
|
115
|
+
const R = t["@id"] || "";
|
|
116
|
+
if (!R.trim())
|
|
117
|
+
return i[a] = "URL ist erforderlich", !1;
|
|
118
|
+
if (!k(R))
|
|
119
|
+
return i[a] = "Bitte geben Sie eine gültige URL ein.", !1;
|
|
120
|
+
break;
|
|
121
|
+
case "isReferencedBy":
|
|
122
|
+
const I = t["@id"] || "";
|
|
123
|
+
if (!I.trim())
|
|
124
|
+
return i[a] = "URL ist erforderlich", !1;
|
|
125
|
+
if (!k(I))
|
|
126
|
+
return i[a] = "Bitte geben Sie eine gültige URL ein.", !1;
|
|
127
|
+
break;
|
|
128
|
+
case "references":
|
|
129
|
+
const C = t["@id"] || "";
|
|
130
|
+
if (!C.trim())
|
|
131
|
+
return i[a] = "URL ist erforderlich", !1;
|
|
132
|
+
if (!k(C))
|
|
133
|
+
return i[a] = "Bitte geben Sie eine gültige URL ein.", !1;
|
|
134
|
+
break;
|
|
135
|
+
case "wasGeneratedBy":
|
|
136
|
+
const H = t["@id"] || "";
|
|
137
|
+
if (!H.trim())
|
|
138
|
+
return i[a] = "URL ist erforderlich", !1;
|
|
139
|
+
if (!k(H))
|
|
140
|
+
return i[a] = "Bitte geben Sie eine gültige URL ein.", !1;
|
|
141
|
+
break;
|
|
142
|
+
case "landingPage":
|
|
143
|
+
const P = t["@id"] || "";
|
|
144
|
+
if (!P.trim())
|
|
145
|
+
return i[a] = "URL ist erforderlich", !1;
|
|
146
|
+
if (!k(P))
|
|
147
|
+
return i[a] = "Bitte geben Sie eine gültige URL ein.", !1;
|
|
148
|
+
break;
|
|
149
|
+
case "temporalResolution":
|
|
150
|
+
a = "temporalResolution-0";
|
|
151
|
+
const M = Object.assign({}, ...r.value), N = [
|
|
152
|
+
"Year",
|
|
153
|
+
"Month",
|
|
154
|
+
"Day",
|
|
155
|
+
"Hour",
|
|
156
|
+
"Minute",
|
|
157
|
+
"Second"
|
|
158
|
+
];
|
|
159
|
+
if (N.some((W) => {
|
|
160
|
+
const L = M[W];
|
|
161
|
+
return L && typeof L == "string" && L.trim() !== "";
|
|
162
|
+
})) {
|
|
163
|
+
if (N.filter((L) => {
|
|
164
|
+
const O = M[L];
|
|
165
|
+
return !O || typeof O == "string" && O.trim() === "";
|
|
166
|
+
}).length > 0)
|
|
167
|
+
return i[a] = "Alle Zeiteinheiten sind erforderlich", !1;
|
|
168
|
+
i[a] = null;
|
|
169
|
+
}
|
|
170
|
+
break;
|
|
171
|
+
case "creator":
|
|
172
|
+
if (!(t["foaf:name"] || t["@value"] || "").trim())
|
|
173
|
+
return i[a] = "Name ist erforderlich", !1;
|
|
174
|
+
break;
|
|
175
|
+
case "contributor":
|
|
176
|
+
if (!(t["foaf:name"] || t["@value"] || "").trim())
|
|
177
|
+
return i[a] = "Name ist erforderlich", !1;
|
|
178
|
+
break;
|
|
179
|
+
}
|
|
180
|
+
return !0;
|
|
181
|
+
}, de = () => {
|
|
182
|
+
let t = !0;
|
|
183
|
+
Object.keys(i).forEach((a) => {
|
|
184
|
+
i[a] = null;
|
|
185
|
+
});
|
|
186
|
+
const n = A.item.identifier;
|
|
187
|
+
return [
|
|
188
|
+
"conformsTo",
|
|
189
|
+
"temporalResolution",
|
|
190
|
+
"creator",
|
|
191
|
+
"contributor"
|
|
192
|
+
].includes(n) && r.value.forEach((a, f) => {
|
|
193
|
+
J(a, f) || (t = !1);
|
|
194
|
+
}), t;
|
|
195
|
+
}, ve = (t) => {
|
|
196
|
+
r.value.push({});
|
|
197
|
+
}, he = () => {
|
|
198
|
+
ae("goBack", !1);
|
|
199
|
+
}, ge = (t, n) => {
|
|
200
|
+
r.value.splice(n, 1), delete i[`${A.item.identifier}-${n}`];
|
|
201
|
+
}, re = ue(() => {
|
|
202
|
+
if (A.item.identifier !== "temporalResolution") return null;
|
|
203
|
+
for (let t = 0; t < r.value.length; t++) {
|
|
204
|
+
const n = `temporalResolution-${t}`;
|
|
205
|
+
if (i[n])
|
|
206
|
+
return {
|
|
207
|
+
key: n,
|
|
208
|
+
message: i[n]
|
|
209
|
+
};
|
|
210
|
+
}
|
|
211
|
+
return null;
|
|
212
|
+
}), be = (t, n, u) => {
|
|
213
|
+
r.value[n] || (r.value[n] = {}), r.value[n]["@value"] = t.pref_label.de || t.pref_label.en, r.value[n].uri = t.resource, setTimeout(() => {
|
|
214
|
+
J(r.value[n], n);
|
|
215
|
+
}, 0);
|
|
216
|
+
}, U = (t, n, u, a) => {
|
|
217
|
+
var $;
|
|
218
|
+
const f = typeof t == "string" ? t : (($ = t == null ? void 0 : t.target) == null ? void 0 : $.value) ?? "";
|
|
219
|
+
r.value[u] || (r.value[u] = {}), n === "dct:issued" ? r.value[u][a] = ke(f) : r.value[u][a] = f, f != "" && (G.value[0][n] = f), a === "@id" && f != "" && (G.value[0][n] = "https://" + f), setTimeout(() => {
|
|
220
|
+
J(r.value[u], u);
|
|
221
|
+
}, 0);
|
|
222
|
+
};
|
|
223
|
+
function ke(t) {
|
|
224
|
+
const [n, u, a] = t.split("-");
|
|
225
|
+
return `${a}.${u}.${n}`;
|
|
226
|
+
}
|
|
227
|
+
const ye = (t, n, u, a) => {
|
|
228
|
+
r.value[u] || (r.value[u] = {}), r.value[u][a] = t, setTimeout(() => {
|
|
229
|
+
J(r.value[u], u);
|
|
230
|
+
}, 0);
|
|
231
|
+
}, $e = (t) => (p.value = t.pref_label.de, G.value = [
|
|
232
|
+
{ "@value": t.pref_label.de, uri: t.resource }
|
|
233
|
+
], t), D = async (t, n, u) => {
|
|
234
|
+
if (u === "select") {
|
|
235
|
+
let a = F([]);
|
|
236
|
+
if (t.forEach((f) => {
|
|
237
|
+
a.value.push({ "@value": f, selected: !1 });
|
|
238
|
+
}), n !== "")
|
|
43
239
|
try {
|
|
44
|
-
|
|
45
|
-
} catch (
|
|
46
|
-
console.log(
|
|
240
|
+
z.value = a.value;
|
|
241
|
+
} catch (f) {
|
|
242
|
+
console.log(f);
|
|
47
243
|
}
|
|
48
244
|
}
|
|
49
|
-
if (
|
|
50
|
-
let
|
|
51
|
-
if (
|
|
245
|
+
if (u === "auto") {
|
|
246
|
+
let a = F(await Te(n, ce.api.baseUrl, t));
|
|
247
|
+
if (n !== "")
|
|
52
248
|
try {
|
|
53
|
-
const
|
|
54
|
-
label:
|
|
55
|
-
const
|
|
56
|
-
return
|
|
249
|
+
const f = {
|
|
250
|
+
label: a.value.filter(($) => {
|
|
251
|
+
const y = $.pref_label.de || $.pref_label.en;
|
|
252
|
+
return y && n.trim() && (y == null ? void 0 : y.toLowerCase().startsWith(n.trim().toLowerCase()));
|
|
57
253
|
})
|
|
58
254
|
};
|
|
59
|
-
|
|
60
|
-
} catch (
|
|
61
|
-
console.log(
|
|
255
|
+
f.uri = a.value.filter(($) => $.resource), z.value = f.label;
|
|
256
|
+
} catch (f) {
|
|
257
|
+
console.log(f);
|
|
62
258
|
}
|
|
63
259
|
}
|
|
64
|
-
},
|
|
65
|
-
|
|
260
|
+
}, pe = () => {
|
|
261
|
+
if (!de())
|
|
262
|
+
return;
|
|
263
|
+
const t = r.value.filter(
|
|
264
|
+
(n) => X(n)
|
|
265
|
+
);
|
|
266
|
+
t.length > 0 && (Q.value.Additionals[A.item.name] = t), Z.value && (Q.value.Additionals[A.item.name] = G.value), ae("sst", "close");
|
|
66
267
|
};
|
|
67
|
-
return (
|
|
68
|
-
const
|
|
69
|
-
return
|
|
70
|
-
|
|
71
|
-
default:
|
|
72
|
-
|
|
268
|
+
return (t, n) => {
|
|
269
|
+
const u = K("additionalText"), a = K("itemWrapperAdditionals"), f = K("activeItem"), $ = K("interaction");
|
|
270
|
+
return s(), h(j, null, [
|
|
271
|
+
g(u, null, {
|
|
272
|
+
default: q(() => [
|
|
273
|
+
Re(S(e.item.help), 1)
|
|
73
274
|
]),
|
|
74
275
|
_: 1
|
|
75
276
|
}),
|
|
76
|
-
|
|
77
|
-
default:
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
277
|
+
g(f, null, {
|
|
278
|
+
default: q(() => [
|
|
279
|
+
e.item.$formkit === "repeatable" ? (s(!0), h(j, { key: 0 }, Y(fe.value, (y, o) => (s(), h("div", {
|
|
280
|
+
class: "repeatableOuter dpiV3AutoCompleteWrap",
|
|
281
|
+
key: o
|
|
282
|
+
}, [
|
|
283
|
+
e.item.$formkit === "repeatable" ? (s(!0), h(j, { key: 0 }, Y(e.item.children[0].children.filter(
|
|
284
|
+
(l) => l.$formkit !== "group"
|
|
285
|
+
), (l, v) => (s(), d(a, { key: v }, {
|
|
286
|
+
default: q(() => {
|
|
287
|
+
var V, w, R, I, C, H, P, M, N, x, _, ee, W, L, O, ne, oe;
|
|
288
|
+
return [
|
|
289
|
+
T("div", Se, [
|
|
290
|
+
l.$formkit === "url" && e.item.name === "@id" ? (s(), d(B, {
|
|
86
291
|
key: 0,
|
|
87
292
|
label: l.label,
|
|
88
293
|
placeholder: e.item.placeholder,
|
|
89
294
|
infoIcon: !1,
|
|
90
295
|
preIcon: !1,
|
|
91
296
|
showEndIcon: !1,
|
|
92
|
-
|
|
297
|
+
"show-error": !!i[`${e.item.identifier}-${o}`],
|
|
298
|
+
onInput: (m) => U(m, e.item.name, o, "@id"),
|
|
93
299
|
initialHintText: !1,
|
|
94
|
-
"model-value": (
|
|
95
|
-
"v-model": (
|
|
96
|
-
}, null, 8, ["label", "placeholder", "onInput", "model-value", "v-model"])) :
|
|
97
|
-
l.$formkit === "url" && e.item.name != "@id" ? (
|
|
300
|
+
"model-value": (V = r.value[o]) == null ? void 0 : V["@id"],
|
|
301
|
+
"v-model": (w = r.value[o]) == null ? void 0 : w["@id"]
|
|
302
|
+
}, null, 8, ["label", "placeholder", "show-error", "onInput", "model-value", "v-model"])) : c("", !0),
|
|
303
|
+
l.$formkit === "url" && e.item.name != "@id" ? (s(), d(B, {
|
|
98
304
|
key: 1,
|
|
99
305
|
label: l.label,
|
|
100
306
|
placeholder: e.item.placeholder,
|
|
101
307
|
infoIcon: !1,
|
|
102
308
|
preIcon: !1,
|
|
103
309
|
showEndIcon: !1,
|
|
104
|
-
|
|
310
|
+
"show-error": !1,
|
|
311
|
+
onInput: (m) => U(m, e.item.name, o, l.name),
|
|
105
312
|
initialHintText: !1,
|
|
106
|
-
"model-value": (
|
|
107
|
-
"v-model": (
|
|
108
|
-
}, null, 8, ["label", "placeholder", "onInput", "model-value", "v-model"])) :
|
|
109
|
-
l.$formkit === "
|
|
110
|
-
|
|
313
|
+
"model-value": (R = r.value[o]) == null ? void 0 : R[l.name],
|
|
314
|
+
"v-model": (I = r.value[o]) == null ? void 0 : I[l.name]
|
|
315
|
+
}, null, 8, ["label", "placeholder", "onInput", "model-value", "v-model"])) : c("", !0),
|
|
316
|
+
l.$formkit === "url" && l.label != "Homepage" && l.label != "Contributor Homepage" && e.item.name != "@id" && i[`${e.item.identifier}-${o}`] ? (s(), h("div", Be, [
|
|
317
|
+
g(b(E), {
|
|
318
|
+
size: 16,
|
|
319
|
+
weight: "fill"
|
|
320
|
+
}),
|
|
321
|
+
T("span", Ae, S(i[`${e.item.identifier}-${o}`]), 1)
|
|
322
|
+
])) : c("", !0),
|
|
323
|
+
l.$formkit === "text" && e.item.name === "@value" ? (s(), d(B, {
|
|
324
|
+
key: 3,
|
|
111
325
|
label: l.label,
|
|
112
326
|
placeholder: e.item.placeholder,
|
|
113
327
|
infoIcon: !1,
|
|
114
328
|
preIcon: !1,
|
|
115
329
|
showEndIcon: !1,
|
|
116
|
-
|
|
330
|
+
"show-error": !!i[`${e.item.identifier}-${o}`],
|
|
331
|
+
onInput: (m) => U(m, e.item.name, o, "@value"),
|
|
117
332
|
initialHintText: !1,
|
|
118
|
-
"model-value": (
|
|
119
|
-
"v-model": (
|
|
120
|
-
}, null, 8, ["label", "placeholder", "onInput", "model-value", "v-model"])) :
|
|
121
|
-
l.$formkit === "text" && e.item.name
|
|
122
|
-
|
|
333
|
+
"model-value": (C = r.value[o]) == null ? void 0 : C["@value"],
|
|
334
|
+
"v-model": (H = r.value[o]) == null ? void 0 : H["@value"]
|
|
335
|
+
}, null, 8, ["label", "placeholder", "show-error", "onInput", "model-value", "v-model"])) : c("", !0),
|
|
336
|
+
l.$formkit === "text" && e.item.name === "@value" && i[`${e.item.identifier}-${o}`] ? (s(), h("div", Ce, [
|
|
337
|
+
g(b(E), {
|
|
338
|
+
size: 16,
|
|
339
|
+
weight: "fill"
|
|
340
|
+
}),
|
|
341
|
+
T("span", Fe, S(i[`${e.item.identifier}-${o}`]), 1)
|
|
342
|
+
])) : c("", !0),
|
|
343
|
+
l.$formkit === "text" && e.item.name != "@value" ? (s(), d(B, {
|
|
344
|
+
key: 5,
|
|
123
345
|
label: l.label,
|
|
124
346
|
placeholder: e.item.placeholder,
|
|
125
347
|
infoIcon: !1,
|
|
126
348
|
preIcon: !1,
|
|
127
349
|
showEndIcon: !1,
|
|
128
|
-
|
|
350
|
+
"show-error": l.name === "foaf:name" && !!i[`${e.item.identifier}-${o}`],
|
|
351
|
+
onInput: (m) => U(m, e.item.name, o, l.name),
|
|
129
352
|
initialHintText: !1,
|
|
130
|
-
"model-value": (
|
|
131
|
-
"v-model": (
|
|
132
|
-
}, null, 8, ["label", "placeholder", "onInput", "model-value", "v-model"])) :
|
|
133
|
-
l.$formkit === "
|
|
134
|
-
|
|
353
|
+
"model-value": (P = r.value[o]) == null ? void 0 : P[l.name],
|
|
354
|
+
"v-model": (M = r.value[o]) == null ? void 0 : M[l.name]
|
|
355
|
+
}, null, 8, ["label", "placeholder", "show-error", "onInput", "model-value", "v-model"])) : c("", !0),
|
|
356
|
+
l.$formkit === "text" && l.name === "foaf:name" && i[`${e.item.identifier}-${o}`] ? (s(), h("div", Ee, [
|
|
357
|
+
g(b(E), {
|
|
358
|
+
size: 16,
|
|
359
|
+
weight: "fill"
|
|
360
|
+
}),
|
|
361
|
+
T("span", Oe, S(i[`${e.item.identifier}-${o}`]), 1)
|
|
362
|
+
])) : c("", !0),
|
|
363
|
+
l.$formkit === "select" && l.identifier !== "language" ? (s(), d(ie, {
|
|
364
|
+
key: 7,
|
|
135
365
|
dropdownWidth: "large",
|
|
136
366
|
type: "inputField",
|
|
137
|
-
onClick: (m) =>
|
|
367
|
+
onClick: (m) => D(
|
|
138
368
|
Object.values(l.options),
|
|
139
369
|
m,
|
|
140
370
|
l.$formkit
|
|
141
371
|
),
|
|
142
|
-
"v-model": (
|
|
372
|
+
"v-model": (N = r.value[o]) == null ? void 0 : N[l.name],
|
|
143
373
|
inputFieldProps: {
|
|
144
374
|
addOnText: !1,
|
|
145
375
|
initialHintText: !1,
|
|
@@ -148,28 +378,23 @@ const je = { class: "repeatableOuter dpiV3AutoCompleteWrap" }, De = {
|
|
|
148
378
|
preIcon: !1,
|
|
149
379
|
label: l.label,
|
|
150
380
|
dropdown_dpiV3: !0,
|
|
151
|
-
placeholder: ((
|
|
381
|
+
placeholder: ((x = r.value[o]) == null ? void 0 : x[l.name]) || l.placeholder,
|
|
152
382
|
inputFieldSize: "large",
|
|
153
383
|
autocomplete: "true",
|
|
154
|
-
modelValue: (
|
|
384
|
+
modelValue: (_ = r.value[o]) == null ? void 0 : _[l.name],
|
|
385
|
+
showError: e.item.identifier === "temporalResolution" && !!i[`${e.item.identifier}-${o}`]
|
|
155
386
|
},
|
|
156
|
-
"onUpdate:modelValue": (m) =>
|
|
157
|
-
data:
|
|
387
|
+
"onUpdate:modelValue": (m) => ye(m, e.item.name, o, l.name),
|
|
388
|
+
data: b(z),
|
|
158
389
|
autocomplete: !1
|
|
159
|
-
}, null, 8, ["onClick", "v-model", "inputFieldProps", "onUpdate:modelValue", "data"])) :
|
|
160
|
-
l.$formkit === "auto" ? (
|
|
161
|
-
key:
|
|
390
|
+
}, null, 8, ["onClick", "v-model", "inputFieldProps", "onUpdate:modelValue", "data"])) : c("", !0),
|
|
391
|
+
l.$formkit === "auto" ? (s(), d(ie, {
|
|
392
|
+
key: 8,
|
|
162
393
|
dropdownWidth: "large",
|
|
163
394
|
type: "inputField",
|
|
164
|
-
onInput: (m) =>
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
m,
|
|
168
|
-
l.$formkit
|
|
169
|
-
);
|
|
170
|
-
},
|
|
171
|
-
modelValue: i(v),
|
|
172
|
-
"onUpdate:modelValue": a[0] || (a[0] = (m) => N(v) ? v.value = m : v = m),
|
|
395
|
+
onInput: (m) => D(e.item.voc, m, l.$formkit),
|
|
396
|
+
modelValue: b(p),
|
|
397
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => te(p) ? p.value = m : p = m),
|
|
173
398
|
inputFieldProps: {
|
|
174
399
|
addOnText: !1,
|
|
175
400
|
initialHintText: !1,
|
|
@@ -178,94 +403,143 @@ const je = { class: "repeatableOuter dpiV3AutoCompleteWrap" }, De = {
|
|
|
178
403
|
preIcon: !1,
|
|
179
404
|
label: l.label,
|
|
180
405
|
dropdown_dpiV3: !0,
|
|
181
|
-
placeholder: ((
|
|
406
|
+
placeholder: ((ee = r.value[o]) == null ? void 0 : ee["@value"]) || e.item.placeholder,
|
|
182
407
|
inputFieldSize: "large",
|
|
183
408
|
autocomplete: "true",
|
|
184
|
-
modelValue:
|
|
409
|
+
modelValue: b(p),
|
|
410
|
+
showError: !1
|
|
185
411
|
},
|
|
186
|
-
onChosenVocItem: (m) =>
|
|
187
|
-
data:
|
|
412
|
+
onChosenVocItem: (m) => be(m, o, e.item.name),
|
|
413
|
+
data: b(z),
|
|
188
414
|
autocomplete: !0
|
|
189
|
-
}, null, 8, ["onInput", "modelValue", "inputFieldProps", "onChosenVocItem", "data"])) :
|
|
190
|
-
l.$formkit === "textarea" && e.item.name === "@value" ? (
|
|
191
|
-
key:
|
|
415
|
+
}, null, 8, ["onInput", "modelValue", "inputFieldProps", "onChosenVocItem", "data"])) : c("", !0),
|
|
416
|
+
l.$formkit === "textarea" && e.item.name === "@value" ? (s(), d(se, {
|
|
417
|
+
key: 9,
|
|
192
418
|
label: l.label,
|
|
193
|
-
placeholder: ((
|
|
419
|
+
placeholder: ((W = r.value[o]) == null ? void 0 : W[l.name]) || e.item.placeholder,
|
|
194
420
|
infoIcon: !1,
|
|
195
421
|
preIcon: !1,
|
|
196
422
|
showEndIcon: !1,
|
|
197
|
-
onInput: (m) =>
|
|
198
|
-
initialHintText: !1
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
423
|
+
onInput: (m) => U(m, e.item.name, o, "@value"),
|
|
424
|
+
initialHintText: !1,
|
|
425
|
+
"model-value": (L = r.value[o]) == null ? void 0 : L["@value"]
|
|
426
|
+
}, null, 8, ["label", "placeholder", "onInput", "model-value"])) : c("", !0),
|
|
427
|
+
l.$formkit === "textarea" && e.item.name != "@value" ? (s(), d(se, {
|
|
428
|
+
key: 10,
|
|
202
429
|
label: l.label,
|
|
203
|
-
placeholder: ((
|
|
430
|
+
placeholder: ((O = r.value[o]) == null ? void 0 : O[l.name]) || e.item.placeholder,
|
|
204
431
|
infoIcon: !1,
|
|
205
432
|
preIcon: !1,
|
|
206
433
|
showEndIcon: !1,
|
|
207
|
-
onInput: (m) =>
|
|
208
|
-
initialHintText: !1
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
434
|
+
onInput: (m) => U(m, e.item.name, o, l.name),
|
|
435
|
+
initialHintText: !1,
|
|
436
|
+
"model-value": (ne = r.value[o]) == null ? void 0 : ne[l.name]
|
|
437
|
+
}, null, 8, ["label", "placeholder", "onInput", "model-value"])) : c("", !0),
|
|
438
|
+
l.$formkit === "email" ? (s(), d(B, {
|
|
439
|
+
key: 11,
|
|
212
440
|
label: l.label,
|
|
213
441
|
placeholder: e.item.placeholder,
|
|
214
442
|
addOnText: !1,
|
|
215
443
|
infoIcon: !1,
|
|
216
444
|
preIcon: !1,
|
|
217
445
|
showEndIcon: !1,
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
446
|
+
"show-error": !1,
|
|
447
|
+
onInput: (m) => U(m, e.item.name, o, "@value"),
|
|
448
|
+
initialHintText: !1,
|
|
449
|
+
"model-value": (oe = r.value[o]) == null ? void 0 : oe["@value"]
|
|
450
|
+
}, null, 8, ["label", "placeholder", "onInput", "model-value"])) : c("", !0)
|
|
451
|
+
])
|
|
452
|
+
];
|
|
453
|
+
}),
|
|
454
|
+
_: 2
|
|
455
|
+
}, 1024))), 128)) : c("", !0),
|
|
456
|
+
e.item.identifier === "temporalResolution" && i[`${e.item.identifier}-${o}`] ? (s(), h("div", ze, [
|
|
457
|
+
g(b(E), {
|
|
458
|
+
size: 16,
|
|
459
|
+
weight: "fill"
|
|
460
|
+
}),
|
|
461
|
+
T("span", He, S(i[`${e.item.identifier}-${o}`]), 1)
|
|
462
|
+
])) : c("", !0),
|
|
463
|
+
g(Le, {
|
|
464
|
+
"button-text": "löschen",
|
|
465
|
+
class: "rightAlign",
|
|
466
|
+
onClick: (l) => ge(e.item.name, o)
|
|
467
|
+
}, null, 8, ["onClick"])
|
|
468
|
+
]))), 128)) : c("", !0),
|
|
469
|
+
e.item.$formkit != "repeatable" || e.item.$formkit != "group" ? (s(), d(a, { key: 1 }, {
|
|
470
|
+
default: q(() => {
|
|
471
|
+
var y, o;
|
|
472
|
+
return [
|
|
473
|
+
T("div", Pe, [
|
|
474
|
+
e.item.$formkit === "simpleInput" ? (s(), d(B, {
|
|
236
475
|
key: 0,
|
|
237
476
|
label: e.item.label,
|
|
238
477
|
placeholder: e.item.placeholder,
|
|
239
478
|
infoIcon: !1,
|
|
240
479
|
preIcon: !1,
|
|
241
480
|
showEndIcon: !1,
|
|
242
|
-
|
|
481
|
+
"show-error": !!i[e.item.identifier],
|
|
482
|
+
onInput: n[1] || (n[1] = (l) => U(l, e.item.name, 0, "@value")),
|
|
243
483
|
initialHintText: !1,
|
|
244
|
-
"model-value":
|
|
245
|
-
}, null, 8, ["label", "placeholder", "model-value"])) :
|
|
246
|
-
e.item.$formkit === "
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
484
|
+
"model-value": (y = r.value[0]) == null ? void 0 : y["@value"]
|
|
485
|
+
}, null, 8, ["label", "placeholder", "show-error", "model-value"])) : c("", !0),
|
|
486
|
+
e.item.$formkit === "simpleInput" && i[e.item.identifier] ? (s(), h("div", Me, [
|
|
487
|
+
g(b(E), {
|
|
488
|
+
size: 16,
|
|
489
|
+
weight: "fill"
|
|
490
|
+
}),
|
|
491
|
+
T("span", Ne, S(i[e.item.identifier]), 1)
|
|
492
|
+
])) : c("", !0),
|
|
493
|
+
e.item.$formkit === "formkitGroup" && e.item.children[0].$formkit !== "date" ? (s(!0), h(j, { key: 2 }, Y(e.item.children, (l, v) => {
|
|
494
|
+
var V, w;
|
|
495
|
+
return s(), d(B, {
|
|
496
|
+
key: v,
|
|
497
|
+
label: l.label,
|
|
250
498
|
placeholder: e.item.placeholder,
|
|
251
499
|
infoIcon: !1,
|
|
252
500
|
preIcon: !1,
|
|
253
501
|
showEndIcon: !1,
|
|
254
|
-
|
|
502
|
+
"show-error": !!i[e.item.identifier],
|
|
503
|
+
onInput: (R) => U(R, e.item.name, v, l.name),
|
|
255
504
|
initialHintText: !1,
|
|
256
|
-
"model-value": (
|
|
257
|
-
"v-model": (
|
|
505
|
+
"model-value": (V = r.value[v]) == null ? void 0 : V[l.name],
|
|
506
|
+
"v-model": (w = r.value[v]) == null ? void 0 : w[l.name]
|
|
507
|
+
}, null, 8, ["label", "placeholder", "show-error", "onInput", "model-value", "v-model"]);
|
|
508
|
+
}), 128)) : c("", !0),
|
|
509
|
+
re.value ? (s(), h("div", We, [
|
|
510
|
+
g(b(E), {
|
|
511
|
+
size: 16,
|
|
512
|
+
weight: "fill"
|
|
513
|
+
}),
|
|
514
|
+
T("span", je, S(re.value.message), 1)
|
|
515
|
+
])) : c("", !0),
|
|
516
|
+
e.item.$formkit === "formkitGroup" && e.item.children[0].$formkit === "date" ? (s(!0), h(j, { key: 4 }, Y(e.item.children, (l, v) => {
|
|
517
|
+
var V, w, R, I;
|
|
518
|
+
return s(), d(B, {
|
|
519
|
+
key: v,
|
|
520
|
+
label: l.label,
|
|
521
|
+
placeholder: e.item.placeholder,
|
|
522
|
+
infoIcon: !1,
|
|
523
|
+
preIcon: !1,
|
|
524
|
+
datePicker: !0,
|
|
525
|
+
inputType: "date",
|
|
526
|
+
showEndIcon: !1,
|
|
527
|
+
"show-error": !1,
|
|
528
|
+
onInput: (C) => U(C, e.item.name, v, l.name),
|
|
529
|
+
initialHintText: !1,
|
|
530
|
+
"model-value": (w = (V = r.value[v]) == null ? void 0 : V[l.name]) == null ? void 0 : w["@value"],
|
|
531
|
+
"v-model": (I = (R = r.value[v]) == null ? void 0 : R[l.name]) == null ? void 0 : I["@value"]
|
|
258
532
|
}, null, 8, ["label", "placeholder", "onInput", "model-value", "v-model"]);
|
|
259
|
-
}),
|
|
260
|
-
e.item.$formkit === "auto" ? (
|
|
261
|
-
key:
|
|
533
|
+
}), 128)) : c("", !0),
|
|
534
|
+
e.item.$formkit === "auto" ? (s(), d(ie, {
|
|
535
|
+
key: 5,
|
|
262
536
|
dropdownWidth: "large",
|
|
263
537
|
type: "inputField",
|
|
264
|
-
onInput:
|
|
265
|
-
|
|
538
|
+
onInput: n[2] || (n[2] = (l) => {
|
|
539
|
+
D(e.item.voc, l, e.item.$formkit), te(Z) ? Z.value = !0 : Z = !0;
|
|
266
540
|
}),
|
|
267
|
-
modelValue:
|
|
268
|
-
"onUpdate:modelValue":
|
|
541
|
+
modelValue: b(p),
|
|
542
|
+
"onUpdate:modelValue": n[3] || (n[3] = (l) => te(p) ? p.value = l : p = l),
|
|
269
543
|
inputFieldProps: {
|
|
270
544
|
addOnText: !1,
|
|
271
545
|
initialHintText: !1,
|
|
@@ -274,45 +548,53 @@ const je = { class: "repeatableOuter dpiV3AutoCompleteWrap" }, De = {
|
|
|
274
548
|
preIcon: !1,
|
|
275
549
|
label: e.item.label,
|
|
276
550
|
dropdown_dpiV3: !0,
|
|
277
|
-
placeholder: ((
|
|
551
|
+
placeholder: ((o = r.value[0]) == null ? void 0 : o["@value"]) || e.item.placeholder,
|
|
278
552
|
inputFieldSize: "large",
|
|
279
553
|
autocomplete: "true",
|
|
280
|
-
modelValue:
|
|
554
|
+
modelValue: b(p),
|
|
555
|
+
showError: !!i[e.item.identifier]
|
|
281
556
|
},
|
|
282
|
-
onChosenVocItem:
|
|
283
|
-
data:
|
|
557
|
+
onChosenVocItem: $e,
|
|
558
|
+
data: b(z),
|
|
284
559
|
autocomplete: !0
|
|
285
|
-
}, null, 8, ["modelValue", "inputFieldProps", "data"])) :
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
560
|
+
}, null, 8, ["modelValue", "inputFieldProps", "data"])) : c("", !0),
|
|
561
|
+
i[e.item.identifier] ? (s(), h("div", qe, [
|
|
562
|
+
g(b(E), {
|
|
563
|
+
size: 16,
|
|
564
|
+
weight: "fill"
|
|
565
|
+
}),
|
|
566
|
+
T("span", Ge, S(i[e.item.identifier]), 1)
|
|
567
|
+
])) : c("", !0)
|
|
568
|
+
])
|
|
569
|
+
];
|
|
570
|
+
}),
|
|
571
|
+
_: 1
|
|
572
|
+
})) : c("", !0)
|
|
573
|
+
]),
|
|
292
574
|
_: 1
|
|
293
575
|
}),
|
|
294
|
-
e.item.$formkit === "repeatable" ? (
|
|
295
|
-
|
|
576
|
+
e.item.$formkit === "repeatable" ? (s(), h("div", Ze, [
|
|
577
|
+
g(le, {
|
|
296
578
|
buttonText: "Weitere hinzufügen",
|
|
297
579
|
size: "large",
|
|
298
580
|
iconStart: "plus",
|
|
299
581
|
variant: "tertiary",
|
|
300
582
|
class: "mt-3",
|
|
301
|
-
onClick:
|
|
583
|
+
onClick: n[4] || (n[4] = (y) => ve(e.item))
|
|
302
584
|
})
|
|
303
|
-
])) :
|
|
304
|
-
|
|
305
|
-
default:
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
onClick:
|
|
585
|
+
])) : c("", !0),
|
|
586
|
+
g($, { class: "dpiV3_interactionWrap" }, {
|
|
587
|
+
default: q(() => [
|
|
588
|
+
T("div", Je, [
|
|
589
|
+
g(le, {
|
|
590
|
+
onClick: he,
|
|
309
591
|
buttonText: "Zurück",
|
|
310
592
|
size: "large",
|
|
311
593
|
iconStart: "CaretLeft",
|
|
312
594
|
variant: "tertiary"
|
|
313
595
|
}),
|
|
314
|
-
|
|
315
|
-
onClick:
|
|
596
|
+
g(le, {
|
|
597
|
+
onClick: pe,
|
|
316
598
|
buttonText: "Speichern",
|
|
317
599
|
size: "large"
|
|
318
600
|
})
|
|
@@ -325,5 +607,5 @@ const je = { class: "repeatableOuter dpiV3AutoCompleteWrap" }, De = {
|
|
|
325
607
|
}
|
|
326
608
|
};
|
|
327
609
|
export {
|
|
328
|
-
|
|
610
|
+
at as default
|
|
329
611
|
};
|