@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.
Files changed (52) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +62 -56
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue.js +4 -53
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue2.js +58 -0
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +65 -53
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue.js +2 -2
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue2.js +60 -56
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +1 -1
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +67 -79
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +17 -17
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +411 -318
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +1 -1
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +1 -1
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +103 -71
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChangeLicenseV3.vue.js +130 -77
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +88 -60
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +111 -74
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +143 -126
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +32 -32
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +64 -48
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/StatusV3.vue.js +29 -28
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue.js +2 -2
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue2.js +46 -41
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +2 -2
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +227 -208
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +2 -2
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +124 -106
  28. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +113 -108
  29. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +1 -1
  30. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +370 -360
  31. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +464 -182
  32. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +31 -26
  33. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +31 -92
  34. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +183 -126
  35. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +2 -2
  36. package/dist/packages/dpi/src/data-provider-interface/components/ContactPage.vue.js +95 -89
  37. package/dist/packages/dpi/src/data-provider-interface/components/DistLicense.vue.js +139 -122
  38. package/dist/packages/dpi/src/data-provider-interface/components/DistributionSimplePage.vue.js +618 -525
  39. package/dist/packages/dpi/src/data-provider-interface/components/HVDPage.vue.js +56 -55
  40. package/dist/packages/dpi/src/data-provider-interface/components/PublisherPage.vue.js +94 -89
  41. package/dist/packages/dpi/src/data-provider-interface/components/ReviewAndPublishPage.vue.js +247 -238
  42. package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue.js +4 -4
  43. package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue2.js +16 -17
  44. package/dist/packages/dpi/src/data-provider-interface/components/TempResPage.vue.js +122 -104
  45. package/dist/packages/dpi/src/data-provider-interface/components/TempResPageInModal.vue.js +249 -108
  46. package/dist/packages/dpi/src/data-provider-interface/composables/useDpiSimpleLoader.js +332 -305
  47. package/dist/packages/dpi/src/data-provider-interface/composables/useTwinbyUser.js +89 -55
  48. package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/converter.js +243 -199
  49. package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/input-definition.js +24 -11
  50. package/dist/packages/dpi/src/data-provider-interface/store/modules/authStore.js +14 -12
  51. package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +317 -288
  52. package/package.json +2 -2
@@ -1,145 +1,375 @@
1
- import { ref as $, getCurrentInstance as xe, resolveComponent as x, createElementBlock as p, openBlock as u, Fragment as z, createVNode as I, createCommentVNode as d, withCtx as O, createTextVNode as ze, toDisplayString as Be, createBlock as r, renderList as L, unref as i, isRef as N, createElementVNode as Ue } from "vue";
2
- import R from "../ButtonV3.vue.js";
3
- import g from "../InputField.vue.js";
4
- import pe from "../TextAreaV3.vue.js";
5
- import j from "../Dropdown.vue.js";
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 Le } from "../../services/dpiV3_apis.js";
8
- import { useFormValues as Ne } from "../../../composables/useDpiFormValues.js";
9
- import Re from "../TextButtonSmall.vue.js";
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 je = { class: "repeatableOuter dpiV3AutoCompleteWrap" }, De = {
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
- }, Me = { class: "dpiV3_actionButtonWrap" }, ll = {
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: we }) {
21
- const D = we;
22
- let A = $([{}]), w = $([]), P = $(!1), v = $(), Ce = xe().appContext.app.config.globalProperties.$env;
23
- const { formValues: t } = Ne(), ye = e, Fe = (o) => {
24
- t.value.Additionals[o.name].push({});
25
- }, Ee = () => {
26
- D("goBack", !1);
27
- }, He = (o, a) => {
28
- t.value.Additionals[o].splice(a, 1), console.log(o, a);
29
- }, Se = (o, a, s) => {
30
- t.value.Additionals[s] === void 0 && (t.value.Additionals[s] = [{ "@value": "" }]), t.value.Additionals[s][a]["@value"] = o.pref_label.de || o.pref_label.en, t.value.Additionals[s][a].uri = o.resource;
31
- }, b = (o, a, s, c) => {
32
- console.log(t.value.Additionals), t.value.Additionals[a] === void 0 && (t.value.Additionals[a] = [{ [c]: "" }]), t.value.Additionals[a][s][c] = o.target.value, o.target.value != "" && (A.value[0][a] = o.target.value), c === "@id" && o.target.value != "" && (A.value[0][a] = "https://" + o.target.value);
33
- }, Oe = (o, a, s, c) => {
34
- t.value.Additionals[a] === void 0 && (t.value.Additionals[a] = [{ [c]: "" }]), t.value.Additionals[a][s][c] = o;
35
- }, Pe = (o) => (console.log(o), v.value = o.pref_label.de, A.value = [
36
- { "@value": o.pref_label.de, uri: o.resource }
37
- ], o), B = async (o, a, s) => {
38
- if (s === "select") {
39
- let c = $([]);
40
- if (o.forEach((h) => {
41
- c.value.push({ "@value": h, selected: !1 });
42
- }), a !== "")
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
- w.value = c.value;
45
- } catch (h) {
46
- console.log(h);
240
+ z.value = a.value;
241
+ } catch (f) {
242
+ console.log(f);
47
243
  }
48
244
  }
49
- if (s === "auto") {
50
- let c = $(await Le(a, Ce.api.baseUrl, o));
51
- if (a !== "")
245
+ if (u === "auto") {
246
+ let a = F(await Te(n, ce.api.baseUrl, t));
247
+ if (n !== "")
52
248
  try {
53
- const h = {
54
- label: c.value.filter((V) => {
55
- const k = V.pref_label.de || V.pref_label.en;
56
- return k && a.trim() && (k == null ? void 0 : k.toLowerCase().startsWith(a.trim().toLowerCase()));
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
- h.uri = c.value.filter((V) => V.resource), console.log(h), w.value = h.label;
60
- } catch (h) {
61
- console.log(h);
255
+ f.uri = a.value.filter(($) => $.resource), z.value = f.label;
256
+ } catch (f) {
257
+ console.log(f);
62
258
  }
63
259
  }
64
- }, We = () => {
65
- console.log(A.value), P.value && (t.value.Additionals[ye.item.name] = A.value), D("sst", "close"), console.log(A);
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 (o, a) => {
68
- const s = x("additionalText"), c = x("itemWrapperAdditionals"), h = x("activeItem"), V = x("interaction");
69
- return u(), p(z, null, [
70
- I(s, null, {
71
- default: O(() => [
72
- ze(Be(e.item.help), 1)
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
- I(h, null, {
77
- default: O(() => {
78
- var k;
79
- return [
80
- e.item.$formkit === "repeatable" ? (u(!0), p(z, { key: 0 }, L(((k = i(t).Additionals) == null ? void 0 : k[e.item.name]) || 1, (U, n) => (u(), p("div", je, [
81
- e.item.$formkit === "repeatable" ? (u(!0), p(z, { key: 0 }, L(e.item.children[0].children.filter((l) => l.$formkit !== "group"), (l, f) => (u(), r(c, null, {
82
- default: O(() => {
83
- var T, C, y, F, E, H, S, W, M, G, Z, q, J, K, Q, X, Y, _, ee, le, te, ae, ne, oe, ie, me, ue, de, ce, re, se, fe, ve, he, be, ke, Ae, Ie, ge, Ve, Te, $e;
84
- return [
85
- l.$formkit === "url" && e.item.name === "@id" ? (u(), r(g, {
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
- onInput: (m) => b(m, e.item.name, n, "@id"),
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": (y = (C = (T = i(t).Additionals) == null ? void 0 : T[e.item.name]) == null ? void 0 : C[n]) == null ? void 0 : y["@id"],
95
- "v-model": (H = (E = (F = i(t).Additionals) == null ? void 0 : F[e.item.name]) == null ? void 0 : E[n]) == null ? void 0 : H["@id"]
96
- }, null, 8, ["label", "placeholder", "onInput", "model-value", "v-model"])) : d("", !0),
97
- l.$formkit === "url" && e.item.name != "@id" ? (u(), r(g, {
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
- onInput: (m) => b(m, e.item.name, n, l.name),
310
+ "show-error": !1,
311
+ onInput: (m) => U(m, e.item.name, o, l.name),
105
312
  initialHintText: !1,
106
- "model-value": (M = (W = (S = i(t).Additionals) == null ? void 0 : S[e.item.name]) == null ? void 0 : W[n]) == null ? void 0 : M[l.name],
107
- "v-model": (q = (Z = (G = i(t).Additionals) == null ? void 0 : G[e.item.name]) == null ? void 0 : Z[n]) == null ? void 0 : q[l.name]
108
- }, null, 8, ["label", "placeholder", "onInput", "model-value", "v-model"])) : d("", !0),
109
- l.$formkit === "text" && e.item.name === "@value" ? (u(), r(g, {
110
- key: 2,
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
- onInput: (m) => b(m, e.item.name, n, "@value"),
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": (Q = (K = (J = i(t).Additionals) == null ? void 0 : J[e.item.name]) == null ? void 0 : K[n]) == null ? void 0 : Q["@value"],
119
- "v-model": (_ = (Y = (X = i(t).Additionals) == null ? void 0 : X[e.item.name]) == null ? void 0 : Y[n]) == null ? void 0 : _["@value"]
120
- }, null, 8, ["label", "placeholder", "onInput", "model-value", "v-model"])) : d("", !0),
121
- l.$formkit === "text" && e.item.name != "@value" ? (u(), r(g, {
122
- key: 3,
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
- onInput: (m) => b(m, e.item.name, n, l.name),
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": (te = (le = (ee = i(t).Additionals) == null ? void 0 : ee[e.item.name]) == null ? void 0 : le[n]) == null ? void 0 : te[l.name],
131
- "v-model": (oe = (ne = (ae = i(t).Additionals) == null ? void 0 : ae[e.item.name]) == null ? void 0 : ne[n]) == null ? void 0 : oe[l.name]
132
- }, null, 8, ["label", "placeholder", "onInput", "model-value", "v-model"])) : d("", !0),
133
- l.$formkit === "select" && l.identifier !== "language" ? (u(), r(j, {
134
- key: 4,
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) => B(
367
+ onClick: (m) => D(
138
368
  Object.values(l.options),
139
369
  m,
140
370
  l.$formkit
141
371
  ),
142
- "v-model": (ue = (me = (ie = i(t).Additionals) == null ? void 0 : ie[e.item.name]) == null ? void 0 : me[n]) == null ? void 0 : ue[l.name],
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: ((re = (ce = (de = i(t).Additionals) == null ? void 0 : de[e.item.name]) == null ? void 0 : ce[n]) == null ? void 0 : re[l.name]) || l.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: (ve = (fe = (se = i(t).Additionals) == null ? void 0 : se[e.item.name]) == null ? void 0 : fe[n]) == null ? void 0 : ve[l.name]
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) => Oe(m, e.item.name, n, l.name),
157
- data: i(w),
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"])) : d("", !0),
160
- l.$formkit === "auto" ? (u(), r(j, {
161
- key: 5,
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
- B(
166
- e.item.voc,
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: ((ke = (be = (he = i(t).Additionals) == null ? void 0 : he[e.item.name]) == null ? void 0 : be[n]) == null ? void 0 : ke["@value"]) || e.item.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: i(v)
409
+ modelValue: b(p),
410
+ showError: !1
185
411
  },
186
- onChosenVocItem: (m) => Se(m, n, e.item.name),
187
- data: i(w),
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"])) : d("", !0),
190
- l.$formkit === "textarea" && e.item.name === "@value" ? (u(), r(pe, {
191
- key: 6,
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: ((ge = (Ie = (Ae = i(t).Additionals) == null ? void 0 : Ae[e.item.name]) == null ? void 0 : Ie[n]) == null ? void 0 : ge[l.name]) || e.item.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) => b(m, e.item.name, n, "@value"),
198
- initialHintText: !1
199
- }, null, 8, ["label", "placeholder", "onInput"])) : d("", !0),
200
- l.$formkit === "textarea" && e.item.name != "@value" ? (u(), r(pe, {
201
- key: 7,
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: (($e = (Te = (Ve = i(t).Additionals) == null ? void 0 : Ve[e.item.name]) == null ? void 0 : Te[n]) == null ? void 0 : $e[l.name]) || e.item.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) => b(m, e.item.name, n, l.name),
208
- initialHintText: !1
209
- }, null, 8, ["label", "placeholder", "onInput"])) : d("", !0),
210
- l.$formkit === "email" ? (u(), r(g, {
211
- key: 8,
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
- onInput: (m) => b(m, e.item.name, n, "@value"),
219
- initialHintText: !1
220
- }, null, 8, ["label", "placeholder", "onInput"])) : d("", !0)
221
- ];
222
- }),
223
- _: 2
224
- }, 1024))), 256)) : d("", !0),
225
- I(Re, {
226
- "button-text": "löschen",
227
- class: "rightAlign",
228
- onClick: (l) => He(e.item.name, n)
229
- }, null, 8, ["onClick"])
230
- ]))), 256)) : d("", !0),
231
- e.item.$formkit != "repeatable" || e.item.$formkit != "group" ? (u(), r(c, { key: 1 }, {
232
- default: O(() => {
233
- var U, n, l;
234
- return [
235
- e.item.$formkit === "simpleInput" ? (u(), r(g, {
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
- onInput: a[1] || (a[1] = (f) => b(f, e.item.name, 0, "@value")),
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": i(A).value
245
- }, null, 8, ["label", "placeholder", "model-value"])) : d("", !0),
246
- e.item.$formkit === "formkitGroup" ? (u(!0), p(z, { key: 1 }, L(e.item.children, (f, T) => {
247
- var C, y, F, E, H, S;
248
- return u(), r(g, {
249
- label: f.label,
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
- onInput: (W) => b(W, e.item.name, T, f.name),
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": (F = (y = (C = i(t).Additionals) == null ? void 0 : C[e.item.name]) == null ? void 0 : y[T]) == null ? void 0 : F[f.name],
257
- "v-model": (S = (H = (E = i(t).Additionals) == null ? void 0 : E[e.item.name]) == null ? void 0 : H[T]) == null ? void 0 : S[f.name]
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
- }), 256)) : d("", !0),
260
- e.item.$formkit === "auto" ? (u(), r(j, {
261
- key: 2,
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: a[2] || (a[2] = (f) => {
265
- B(e.item.voc, f, e.item.$formkit), N(P) ? P.value = !0 : P = !0;
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: i(v),
268
- "onUpdate:modelValue": a[3] || (a[3] = (f) => N(v) ? v.value = f : v = f),
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: ((l = (n = (U = i(t).Additionals) == null ? void 0 : U[e.item.name]) == null ? void 0 : n[0]) == null ? void 0 : l["@value"]) || e.item.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: i(v)
554
+ modelValue: b(p),
555
+ showError: !!i[e.item.identifier]
281
556
  },
282
- onChosenVocItem: Pe,
283
- data: i(w),
557
+ onChosenVocItem: $e,
558
+ data: b(z),
284
559
  autocomplete: !0
285
- }, null, 8, ["modelValue", "inputFieldProps", "data"])) : d("", !0)
286
- ];
287
- }),
288
- _: 1
289
- })) : d("", !0)
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" ? (u(), p("div", De, [
295
- I(R, {
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: a[4] || (a[4] = (k) => Fe(e.item))
583
+ onClick: n[4] || (n[4] = (y) => ve(e.item))
302
584
  })
303
- ])) : d("", !0),
304
- I(V, { class: "dpiV3_interactionWrap" }, {
305
- default: O(() => [
306
- Ue("div", Me, [
307
- I(R, {
308
- onClick: Ee,
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
- I(R, {
315
- onClick: We,
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
- ll as default
610
+ at as default
329
611
  };