@piveau/dpi 0.2.0-alpha.20 → 0.2.0-alpha.21
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/DataProviderInterface.vue.js +22 -16
- package/dist/packages/dpi/src/data-provider-interface/DataProviderInterface.vue2.js +34 -32
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/HomeTable.vue.js +87 -71
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ProjectTable.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ProjectTable.vue2.js +88 -73
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/Autocomplete.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/Autocomplete.vue2.js +70 -55
- 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 +50 -49
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.js +115 -83
- 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 +111 -107
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +127 -122
- package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +72 -68
- package/dist/packages/dpi/src/data-provider-interface/composables/useDebouncedLoading.js +11 -0
- package/dist/packages/dpi/src/data-provider-interface/composables/useProjectActions.js +37 -37
- package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +218 -216
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as ne, computed as F, createBlock as
|
|
1
|
+
import { defineComponent as ne, computed as F, createBlock as ie, openBlock as d, withCtx as a, createElementVNode as t, createVNode as r, createTextVNode as w, toDisplayString as g, createElementBlock as u, Fragment as h, renderList as $, unref as se, createCommentVNode as P } from "vue";
|
|
2
2
|
import ae from "../../../components/StepActionsSection.vue.js";
|
|
3
3
|
import { useFormValues as le } from "../../../composables/useDpiFormValues.js";
|
|
4
4
|
import { useTwinbyUser as re } from "../../../composables/useTwinbyUser.js";
|
|
@@ -25,11 +25,14 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
25
25
|
}, Ke = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Re = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Ze = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Je = { class: "step-section" }, Qe = { key: 0 }, Xe = {
|
|
26
26
|
key: 1,
|
|
27
27
|
style: { display: "block", "text-align": "center", color: "#666", "font-weight": "normal" }
|
|
28
|
-
}, Ye = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, _e = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, et = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, tt = { class: "step-section" }, nt = { key: 0 },
|
|
28
|
+
}, Ye = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, _e = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, et = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, tt = { class: "step-section" }, nt = { key: 0 }, it = {
|
|
29
29
|
key: 1,
|
|
30
30
|
style: { display: "grid", "place-items": "center", width: "100%", height: "100%", "text-align": "center", color: "#666", "font-weight": "normal" }
|
|
31
|
-
},
|
|
31
|
+
}, st = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, at = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, lt = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, wt = /* @__PURE__ */ ne({
|
|
32
32
|
__name: "ReviewStep",
|
|
33
|
+
props: {
|
|
34
|
+
loading: { type: Boolean, default: !1 }
|
|
35
|
+
},
|
|
33
36
|
emits: ["jump", "submit", "delete"],
|
|
34
37
|
setup(rt, { emit: J }) {
|
|
35
38
|
const q = J, {
|
|
@@ -37,30 +40,30 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
37
40
|
* The current form values
|
|
38
41
|
*/
|
|
39
42
|
formValues: Q
|
|
40
|
-
} = le(),
|
|
41
|
-
function k(
|
|
42
|
-
q("jump",
|
|
43
|
+
} = le(), i = F(() => Q.value);
|
|
44
|
+
function k(c) {
|
|
45
|
+
q("jump", c);
|
|
43
46
|
}
|
|
44
|
-
function x(
|
|
45
|
-
q("delete",
|
|
47
|
+
function x(c) {
|
|
48
|
+
q("delete", c);
|
|
46
49
|
}
|
|
47
50
|
F(() => {
|
|
48
|
-
var e, n,
|
|
49
|
-
const
|
|
50
|
-
return ((n =
|
|
51
|
+
var e, n, s, o, p, v, m, y;
|
|
52
|
+
const c = (e = i.value) == null ? void 0 : e["3. Datensimulation"];
|
|
53
|
+
return ((n = c == null ? void 0 : c["Grundlegende Informationen"]) == null ? void 0 : n.description) || (((o = (s = c == null ? void 0 : c.Software) == null ? void 0 : s.selected) == null ? void 0 : o.length) ?? 0) > 0 || (((v = (p = c == null ? void 0 : c.Datensätze) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((y = (m = c == null ? void 0 : c.Hardware) == null ? void 0 : m.selected) == null ? void 0 : y.length) ?? 0) > 0;
|
|
51
54
|
});
|
|
52
55
|
const X = F(() => "Als Entwurf Speichern"), Y = {
|
|
53
56
|
public: "Öffentlich",
|
|
54
57
|
restricted: "Eingeschränkt",
|
|
55
58
|
internal: "Intern"
|
|
56
59
|
};
|
|
57
|
-
function _(
|
|
58
|
-
return Y[
|
|
60
|
+
function _(c) {
|
|
61
|
+
return Y[c] || "";
|
|
59
62
|
}
|
|
60
|
-
function R(
|
|
61
|
-
if (!
|
|
63
|
+
function R(c) {
|
|
64
|
+
if (!c)
|
|
62
65
|
return "";
|
|
63
|
-
const e = new Date(
|
|
66
|
+
const e = new Date(c), n = { day: "numeric", month: "short", year: "numeric" };
|
|
64
67
|
return e.toLocaleDateString("en-GB", n).replace(",", "");
|
|
65
68
|
}
|
|
66
69
|
const { catalogId: Z } = de(), ee = F(() => Z.value ? `${Z.value.replace("-projects", "-orga")}` : ""), { organizationDetails: te } = re({
|
|
@@ -69,7 +72,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
69
72
|
audience: "piveau-hub-repo",
|
|
70
73
|
catalogId: ee
|
|
71
74
|
});
|
|
72
|
-
return (
|
|
75
|
+
return (c, e) => (d(), ie(oe, {
|
|
73
76
|
title: "Vorschau Ihres Projekts",
|
|
74
77
|
subtitle: "Prüfen Sie, ob alle Angaben vollständig und korrekt sind, bevor Sie das Projekt speichern. Über die Stifte rechts oben können Sie in die jeweiligen Sektionen zurückspringen, um Änderungen vorzunehmen."
|
|
75
78
|
}, {
|
|
@@ -88,9 +91,9 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
88
91
|
default: a(() => [
|
|
89
92
|
r(G, { title: "" }, {
|
|
90
93
|
default: a(() => {
|
|
91
|
-
var n,
|
|
94
|
+
var n, s;
|
|
92
95
|
return [
|
|
93
|
-
w(g(_((
|
|
96
|
+
w(g(_((s = (n = i.value) == null ? void 0 : n["Auffindbarkeit/Sichtbarkeit"]) == null ? void 0 : s.visibility)), 1)
|
|
94
97
|
];
|
|
95
98
|
}),
|
|
96
99
|
_: 1
|
|
@@ -108,10 +111,10 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
108
111
|
w(" Kategorien ", -1)
|
|
109
112
|
])),
|
|
110
113
|
default: a(() => {
|
|
111
|
-
var n,
|
|
114
|
+
var n, s;
|
|
112
115
|
return [
|
|
113
116
|
t("ul", ge, [
|
|
114
|
-
(d(!0), u(h, null, $((
|
|
117
|
+
(d(!0), u(h, null, $((s = (n = i.value) == null ? void 0 : n["Auffindbarkeit/Kategorien"]) == null ? void 0 : s.categories, (o) => (d(), u("li", { key: o }, [
|
|
115
118
|
r(E, {
|
|
116
119
|
vocabulary: "data-theme",
|
|
117
120
|
"resource-id": o,
|
|
@@ -145,10 +148,10 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
145
148
|
w(" Anwendungsbereiche ", -1)
|
|
146
149
|
])),
|
|
147
150
|
default: a(() => {
|
|
148
|
-
var n,
|
|
151
|
+
var n, s;
|
|
149
152
|
return [
|
|
150
153
|
t("ul", ve, [
|
|
151
|
-
(d(!0), u(h, null, $((
|
|
154
|
+
(d(!0), u(h, null, $((s = (n = i.value) == null ? void 0 : n["Auffindbarkeit/Anwendungsbereiche"]) == null ? void 0 : s.applications, (o) => (d(), u("li", { key: o }, [
|
|
152
155
|
r(K, {
|
|
153
156
|
text: o,
|
|
154
157
|
data: { "@value": o },
|
|
@@ -175,9 +178,9 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
175
178
|
default: a(() => [
|
|
176
179
|
r(G, { title: "" }, {
|
|
177
180
|
default: a(() => {
|
|
178
|
-
var n,
|
|
181
|
+
var n, s;
|
|
179
182
|
return [
|
|
180
|
-
w(g((
|
|
183
|
+
w(g((s = (n = i.value) == null ? void 0 : n["Grundlegende Informationen/Name"]) == null ? void 0 : s.projectName), 1)
|
|
181
184
|
];
|
|
182
185
|
}),
|
|
183
186
|
_: 1
|
|
@@ -197,9 +200,9 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
197
200
|
default: a(() => [
|
|
198
201
|
r(G, { title: "" }, {
|
|
199
202
|
default: a(() => {
|
|
200
|
-
var n,
|
|
203
|
+
var n, s;
|
|
201
204
|
return [
|
|
202
|
-
w(g((
|
|
205
|
+
w(g((s = (n = i.value) == null ? void 0 : n["Grundlegende Informationen/Beschreibung"]) == null ? void 0 : s.projectDescription), 1)
|
|
203
206
|
];
|
|
204
207
|
}),
|
|
205
208
|
_: 1
|
|
@@ -219,9 +222,9 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
219
222
|
default: a(() => [
|
|
220
223
|
r(G, { title: "" }, {
|
|
221
224
|
default: a(() => {
|
|
222
|
-
var n,
|
|
225
|
+
var n, s;
|
|
223
226
|
return [
|
|
224
|
-
w(g(((
|
|
227
|
+
w(g(((s = (n = se(te).resultEnhanced) == null ? void 0 : n.value) == null ? void 0 : s.title) || "Stadt Haar"), 1)
|
|
225
228
|
];
|
|
226
229
|
}),
|
|
227
230
|
_: 1
|
|
@@ -242,9 +245,9 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
242
245
|
t("div", ke, [
|
|
243
246
|
r(G, { title: "Name" }, {
|
|
244
247
|
default: a(() => {
|
|
245
|
-
var n,
|
|
248
|
+
var n, s;
|
|
246
249
|
return [
|
|
247
|
-
w(g((
|
|
250
|
+
w(g((s = (n = i.value) == null ? void 0 : n["Grundlegende Informationen/Organisation"]) == null ? void 0 : s.contact.name), 1)
|
|
248
251
|
];
|
|
249
252
|
}),
|
|
250
253
|
_: 1
|
|
@@ -252,9 +255,9 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
252
255
|
t("div", we, [
|
|
253
256
|
r(G, { title: "E-Mail-Adresse" }, {
|
|
254
257
|
default: a(() => {
|
|
255
|
-
var n,
|
|
258
|
+
var n, s;
|
|
256
259
|
return [
|
|
257
|
-
w(g((
|
|
260
|
+
w(g((s = (n = i.value) == null ? void 0 : n["Grundlegende Informationen/Organisation"]) == null ? void 0 : s.contact.mail), 1)
|
|
258
261
|
];
|
|
259
262
|
}),
|
|
260
263
|
_: 1
|
|
@@ -262,9 +265,9 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
262
265
|
]),
|
|
263
266
|
r(G, { title: "Telefonnummer" }, {
|
|
264
267
|
default: a(() => {
|
|
265
|
-
var n,
|
|
268
|
+
var n, s;
|
|
266
269
|
return [
|
|
267
|
-
w(g((
|
|
270
|
+
w(g((s = (n = i.value) == null ? void 0 : n["Grundlegende Informationen/Organisation"]) == null ? void 0 : s.contact.phone), 1)
|
|
268
271
|
];
|
|
269
272
|
}),
|
|
270
273
|
_: 1
|
|
@@ -286,9 +289,9 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
286
289
|
w(" Partner (optional) ", -1)
|
|
287
290
|
])),
|
|
288
291
|
default: a(() => {
|
|
289
|
-
var n,
|
|
292
|
+
var n, s;
|
|
290
293
|
return [
|
|
291
|
-
(d(!0), u(h, null, $((
|
|
294
|
+
(d(!0), u(h, null, $((s = (n = i.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : s.partners, (o, p) => (d(), u("div", { key: p }, [
|
|
292
295
|
t("div", ce, [
|
|
293
296
|
r(G, { title: "Name" }, {
|
|
294
297
|
default: a(() => [
|
|
@@ -323,18 +326,18 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
323
326
|
t("div", je, [
|
|
324
327
|
r(G, { title: "vom" }, {
|
|
325
328
|
default: a(() => {
|
|
326
|
-
var n,
|
|
329
|
+
var n, s;
|
|
327
330
|
return [
|
|
328
|
-
w(g(R((
|
|
331
|
+
w(g(R((s = (n = i.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : s.startDate)), 1)
|
|
329
332
|
];
|
|
330
333
|
}),
|
|
331
334
|
_: 1
|
|
332
335
|
}),
|
|
333
336
|
r(G, { title: "bis" }, {
|
|
334
337
|
default: a(() => {
|
|
335
|
-
var n,
|
|
338
|
+
var n, s;
|
|
336
339
|
return [
|
|
337
|
-
w(g(R((
|
|
340
|
+
w(g(R((s = (n = i.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : s.endDate)), 1)
|
|
338
341
|
];
|
|
339
342
|
}),
|
|
340
343
|
_: 1
|
|
@@ -355,9 +358,9 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
355
358
|
default: a(() => [
|
|
356
359
|
r(G, { title: "" }, {
|
|
357
360
|
default: a(() => {
|
|
358
|
-
var n,
|
|
361
|
+
var n, s;
|
|
359
362
|
return [
|
|
360
|
-
w(g((
|
|
363
|
+
w(g((s = (n = i.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : s.budget) + " € ", 1)
|
|
361
364
|
];
|
|
362
365
|
}),
|
|
363
366
|
_: 1
|
|
@@ -375,10 +378,10 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
375
378
|
w(" Erforderliche Fachkompetenzen (optional) ", -1)
|
|
376
379
|
])),
|
|
377
380
|
default: a(() => {
|
|
378
|
-
var n,
|
|
381
|
+
var n, s;
|
|
379
382
|
return [
|
|
380
383
|
t("ul", $e, [
|
|
381
|
-
(d(!0), u(h, null, $((
|
|
384
|
+
(d(!0), u(h, null, $((s = (n = i.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : s.requiredExpertise, (o) => (d(), u("li", { key: o }, [
|
|
382
385
|
r(K, {
|
|
383
386
|
text: o,
|
|
384
387
|
data: { "@value": "expertise" },
|
|
@@ -400,9 +403,9 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
400
403
|
w(" Screenshots (optional) ", -1)
|
|
401
404
|
])),
|
|
402
405
|
default: a(() => {
|
|
403
|
-
var n,
|
|
406
|
+
var n, s;
|
|
404
407
|
return [
|
|
405
|
-
(d(!0), u(h, null, $((
|
|
408
|
+
(d(!0), u(h, null, $((s = (n = i.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : s.references, (o, p) => (d(), u("div", { key: p }, [
|
|
406
409
|
t("div", xe, [
|
|
407
410
|
r(G, { title: "URL" }, {
|
|
408
411
|
default: a(() => [
|
|
@@ -426,9 +429,9 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
426
429
|
w(" Weiterführende Links (optional) ", -1)
|
|
427
430
|
])),
|
|
428
431
|
default: a(() => {
|
|
429
|
-
var n,
|
|
432
|
+
var n, s;
|
|
430
433
|
return [
|
|
431
|
-
(d(!0), u(h, null, $((
|
|
434
|
+
(d(!0), u(h, null, $((s = (n = i.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : s.links, (o, p) => (d(), u("div", { key: p }, [
|
|
432
435
|
t("div", He, [
|
|
433
436
|
r(G, { title: "Name" }, {
|
|
434
437
|
default: a(() => [
|
|
@@ -473,16 +476,16 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
473
476
|
w(" Initiieren (optional) ", -1)
|
|
474
477
|
])),
|
|
475
478
|
default: a(() => {
|
|
476
|
-
var n,
|
|
479
|
+
var n, s, o, p, v, m, y, D;
|
|
477
480
|
return [
|
|
478
481
|
e[62] || (e[62] = t("strong", { class: "mt-3" }, "Was waren Auslöser für das Projekt?", -1)),
|
|
479
|
-
t("p", null, g((
|
|
482
|
+
t("p", null, g((s = (n = i.value) == null ? void 0 : n["Projektphasen (optional)/Initiieren"]) == null ? void 0 : s.projectTriggers), 1),
|
|
480
483
|
e[63] || (e[63] = t("strong", { class: "mt-3" }, "Welche Ämter oder Personen haben Sie frühzeitig involviert?", -1)),
|
|
481
|
-
t("p", null, g((p = (o =
|
|
484
|
+
t("p", null, g((p = (o = i.value) == null ? void 0 : o["Projektphasen (optional)/Initiieren"]) == null ? void 0 : p.involvedStakeholders), 1),
|
|
482
485
|
e[64] || (e[64] = t("strong", { class: "mt-3" }, "Gab es interne Widerstände und welche Argumente haben geholfen?", -1)),
|
|
483
|
-
t("p", null, g((m = (v =
|
|
486
|
+
t("p", null, g((m = (v = i.value) == null ? void 0 : v["Projektphasen (optional)/Initiieren"]) == null ? void 0 : m.dataCollectionMethod), 1),
|
|
484
487
|
e[65] || (e[65] = t("strong", { class: "mt-3" }, "Wie haben Sie das (erste) Budget berechnet und gesichert?", -1)),
|
|
485
|
-
t("p", null, g((D = (y =
|
|
488
|
+
t("p", null, g((D = (y = i.value) == null ? void 0 : y["Projektphasen (optional)/Initiieren"]) == null ? void 0 : D.budgetPlanning), 1)
|
|
486
489
|
];
|
|
487
490
|
}),
|
|
488
491
|
_: 1,
|
|
@@ -498,16 +501,16 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
498
501
|
w(" Planen (optional) ", -1)
|
|
499
502
|
])),
|
|
500
503
|
default: a(() => {
|
|
501
|
-
var n,
|
|
504
|
+
var n, s, o, p, v, m, y, D;
|
|
502
505
|
return [
|
|
503
506
|
e[67] || (e[67] = t("strong", { class: "mt-3" }, "Wie haben Sie die Anforderungen erhoben und dokumentiert?", -1)),
|
|
504
|
-
t("p", null, g((
|
|
507
|
+
t("p", null, g((s = (n = i.value) == null ? void 0 : n["Projektphasen (optional)/Planen"]) == null ? void 0 : s.requirementsGatherings), 1),
|
|
505
508
|
e[68] || (e[68] = t("strong", { class: "mt-3" }, "Gab es eine Vorlage oder Muster-Leistungsbeschreibung, die hilfreich war und die Sie teilen können?", -1)),
|
|
506
|
-
t("p", null, g((p = (o =
|
|
509
|
+
t("p", null, g((p = (o = i.value) == null ? void 0 : o["Projektphasen (optional)/Planen"]) == null ? void 0 : p.tenderFormat), 1),
|
|
507
510
|
e[69] || (e[69] = t("strong", { class: "mt-3" }, "Welche Ausschreibungsform haben Sie gewählt und warum?", -1)),
|
|
508
|
-
t("p", null, g((m = (v =
|
|
511
|
+
t("p", null, g((m = (v = i.value) == null ? void 0 : v["Projektphasen (optional)/Planen"]) == null ? void 0 : m.tenderTips), 1),
|
|
509
512
|
e[70] || (e[70] = t("strong", { class: "mt-3" }, "Welche Tipps haben Sie für eine erfolgreiche Ausschreibung?", -1)),
|
|
510
|
-
t("p", null, g((D = (y =
|
|
513
|
+
t("p", null, g((D = (y = i.value) == null ? void 0 : y["Projektphasen (optional)/Planen"]) == null ? void 0 : D.resourcePlanning), 1)
|
|
511
514
|
];
|
|
512
515
|
}),
|
|
513
516
|
_: 1,
|
|
@@ -523,16 +526,16 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
523
526
|
w(" Umsetzen (optional) ", -1)
|
|
524
527
|
])),
|
|
525
528
|
default: a(() => {
|
|
526
|
-
var n,
|
|
529
|
+
var n, s, o, p, v, m, y, D;
|
|
527
530
|
return [
|
|
528
531
|
e[72] || (e[72] = t("strong", { class: "mt-3" }, "Wie haben Sie die Zusammenarbeit mit den Dienstleistern organisiert?", -1)),
|
|
529
|
-
t("p", null, g((
|
|
532
|
+
t("p", null, g((s = (n = i.value) == null ? void 0 : n["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : s.projectTriggers), 1),
|
|
530
533
|
e[73] || (e[73] = t("strong", { class: "mt-3" }, "Gab es Verzögerungen und wenn ja, was waren die Gründe?", -1)),
|
|
531
|
-
t("p", null, g((p = (o =
|
|
534
|
+
t("p", null, g((p = (o = i.value) == null ? void 0 : o["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : p.involvedStakeholders), 1),
|
|
532
535
|
e[74] || (e[74] = t("strong", { class: "mt-3" }, "Welche Schnittstellen wurden genutzt und traten technische Herausforderungen auf?", -1)),
|
|
533
|
-
t("p", null, g((m = (v =
|
|
536
|
+
t("p", null, g((m = (v = i.value) == null ? void 0 : v["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : m.dataCollectionMethod), 1),
|
|
534
537
|
e[75] || (e[75] = t("strong", { class: "mt-3" }, "Was hätte Ihnen während der Umsetzung geholfen?", -1)),
|
|
535
|
-
t("p", null, g((D = (y =
|
|
538
|
+
t("p", null, g((D = (y = i.value) == null ? void 0 : y["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : D.budgetPlanning), 1)
|
|
536
539
|
];
|
|
537
540
|
}),
|
|
538
541
|
_: 1,
|
|
@@ -548,16 +551,16 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
548
551
|
w(" Weiterdenken (optional) ", -1)
|
|
549
552
|
])),
|
|
550
553
|
default: a(() => {
|
|
551
|
-
var n,
|
|
554
|
+
var n, s, o, p, v, m, y, D;
|
|
552
555
|
return [
|
|
553
556
|
e[77] || (e[77] = t("strong", { class: "mt-3" }, "Was waren Ihre wichtigsten Learnings aus dem Projekt?", -1)),
|
|
554
|
-
t("p", null, g((
|
|
557
|
+
t("p", null, g((s = (n = i.value) == null ? void 0 : n["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : s.projectTriggers), 1),
|
|
555
558
|
e[78] || (e[78] = t("strong", { class: "mt-3" }, "Wird die Wirksamkeit Ihres Projekts überwacht und ist der geplante Nutzen eingetreten?", -1)),
|
|
556
|
-
t("p", null, g((p = (o =
|
|
559
|
+
t("p", null, g((p = (o = i.value) == null ? void 0 : o["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : p.involvedStakeholders), 1),
|
|
557
560
|
e[79] || (e[79] = t("strong", { class: "mt-3" }, "Gibt es Pläne für eine Skalierung oder Weiterentwicklung?", -1)),
|
|
558
|
-
t("p", null, g((m = (v =
|
|
561
|
+
t("p", null, g((m = (v = i.value) == null ? void 0 : v["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : m.dataCollectionMethod), 1),
|
|
559
562
|
e[80] || (e[80] = t("strong", { class: "mt-3" }, "Welche externen Unterstützungsangebote haben Ihnen geholfen oder auch gefehlt? ", -1)),
|
|
560
|
-
t("p", null, g((D = (y =
|
|
563
|
+
t("p", null, g((D = (y = i.value) == null ? void 0 : y["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : D.budgetPlanning), 1)
|
|
561
564
|
];
|
|
562
565
|
}),
|
|
563
566
|
_: 1,
|
|
@@ -573,18 +576,18 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
573
576
|
onEdit: e[31] || (e[31] = (n) => k("1. Datenerfassung/Grundlegende Informationen"))
|
|
574
577
|
}, {
|
|
575
578
|
"standalone-name": a(() => {
|
|
576
|
-
var n,
|
|
579
|
+
var n, s, o, p, v, m, y, D, z, S, j;
|
|
577
580
|
return [
|
|
578
|
-
(
|
|
581
|
+
(s = (n = i.value) == null ? void 0 : n["1. Datenerfassung/Grundlegende Informationen"]) != null && s.description || (((v = (p = (o = i.value) == null ? void 0 : o["1. Datenerfassung/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = i.value) == null ? void 0 : m["1. Datenerfassung/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((j = (S = (z = i.value) == null ? void 0 : z["1. Datenerfassung/Hardware"]) == null ? void 0 : S.selected) == null ? void 0 : j.length) ?? 0) > 0 ? (d(), u("span", Te, " Datenerfassung ")) : (d(), u("span", Ne, " Aktuell haben Sie keinen Prozessschritt zur Datenerfassung hinterlegt. "))
|
|
579
582
|
];
|
|
580
583
|
}),
|
|
581
584
|
default: a(() => {
|
|
582
|
-
var n,
|
|
585
|
+
var n, s, o, p, v, m, y, D, z, S, j, O, W, A, C, B, T, N, U, V, L, M;
|
|
583
586
|
return [
|
|
584
|
-
(
|
|
585
|
-
(W = (O =
|
|
587
|
+
(s = (n = i.value) == null ? void 0 : n["1. Datenerfassung/Grundlegende Informationen"]) != null && s.description || (((v = (p = (o = i.value) == null ? void 0 : o["1. Datenerfassung/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = i.value) == null ? void 0 : m["1. Datenerfassung/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((j = (S = (z = i.value) == null ? void 0 : z["1. Datenerfassung/Hardware"]) == null ? void 0 : S.selected) == null ? void 0 : j.length) ?? 0) > 0 ? (d(), u(h, { key: 0 }, [
|
|
588
|
+
(W = (O = i.value) == null ? void 0 : O["1. Datenerfassung/Grundlegende Informationen"]) != null && W.description ? (d(), u(h, { key: 0 }, [
|
|
586
589
|
e[81] || (e[81] = t("p", null, "Beschreibung", -1)),
|
|
587
|
-
t("strong", null, g(
|
|
590
|
+
t("strong", null, g(i.value["1. Datenerfassung/Grundlegende Informationen"].description), 1)
|
|
588
591
|
], 64)) : P("", !0),
|
|
589
592
|
t("div", Ue, [
|
|
590
593
|
e[82] || (e[82] = t("p", { style: { margin: "0" } }, " Software ", -1)),
|
|
@@ -595,7 +598,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
595
598
|
onClick: e[27] || (e[27] = (f) => k("1. Datenerfassung/Software"))
|
|
596
599
|
})
|
|
597
600
|
]),
|
|
598
|
-
(((B = (C = (A =
|
|
601
|
+
(((B = (C = (A = i.value) == null ? void 0 : A["1. Datenerfassung/Software"]) == null ? void 0 : C.selected) == null ? void 0 : B.length) ?? 0) > 0 ? (d(!0), u(h, { key: 1 }, $(i.value["1. Datenerfassung/Software"].selected, (f) => (d(), u("ul", {
|
|
599
602
|
key: f.id,
|
|
600
603
|
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
601
604
|
}, [
|
|
@@ -625,7 +628,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
625
628
|
onClick: e[28] || (e[28] = (f) => k("1. Datenerfassung/Datensätze"))
|
|
626
629
|
})
|
|
627
630
|
]),
|
|
628
|
-
(((U = (N = (T =
|
|
631
|
+
(((U = (N = (T = i.value) == null ? void 0 : T["1. Datenerfassung/Datensätze"]) == null ? void 0 : N.selected) == null ? void 0 : U.length) ?? 0) > 0 ? (d(!0), u(h, { key: 2 }, $(i.value["1. Datenerfassung/Datensätze"].selected, (f) => (d(), u("ul", {
|
|
629
632
|
key: f.id,
|
|
630
633
|
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
631
634
|
}, [
|
|
@@ -655,7 +658,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
655
658
|
onClick: e[29] || (e[29] = (f) => k("1. Datenerfassung/Hardware"))
|
|
656
659
|
})
|
|
657
660
|
]),
|
|
658
|
-
(((M = (L = (V =
|
|
661
|
+
(((M = (L = (V = i.value) == null ? void 0 : V["1. Datenerfassung/Hardware"]) == null ? void 0 : L.selected) == null ? void 0 : M.length) ?? 0) > 0 ? (d(!0), u(h, { key: 3 }, $(i.value["1. Datenerfassung/Hardware"].selected, (f) => (d(), u("ul", {
|
|
659
662
|
key: f.id,
|
|
660
663
|
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
661
664
|
}, [
|
|
@@ -688,18 +691,18 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
688
691
|
onEdit: e[36] || (e[36] = (n) => k("2. Datenverarbeitung/Grundlegende Informationen"))
|
|
689
692
|
}, {
|
|
690
693
|
"standalone-name": a(() => {
|
|
691
|
-
var n,
|
|
694
|
+
var n, s, o, p, v, m, y, D, z, S, j;
|
|
692
695
|
return [
|
|
693
|
-
(
|
|
696
|
+
(s = (n = i.value) == null ? void 0 : n["2. Datenverarbeitung/Grundlegende Informationen"]) != null && s.description || (((v = (p = (o = i.value) == null ? void 0 : o["2. Datenverarbeitung/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = i.value) == null ? void 0 : m["2. Datenverarbeitung/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((j = (S = (z = i.value) == null ? void 0 : z["2. Datenverarbeitung/Hardware"]) == null ? void 0 : S.selected) == null ? void 0 : j.length) ?? 0) > 0 ? (d(), u("span", Fe, " Datenverarbeitung ")) : (d(), u("span", qe, " Aktuell haben Sie keinen Prozessschritt zur Datenverarbeitung hinterlegt. "))
|
|
694
697
|
];
|
|
695
698
|
}),
|
|
696
699
|
default: a(() => {
|
|
697
|
-
var n,
|
|
700
|
+
var n, s, o, p, v, m, y, D, z, S, j, O, W, A, C, B, T, N, U, V, L, M;
|
|
698
701
|
return [
|
|
699
|
-
(
|
|
700
|
-
(W = (O =
|
|
702
|
+
(s = (n = i.value) == null ? void 0 : n["2. Datenverarbeitung/Grundlegende Informationen"]) != null && s.description || (((v = (p = (o = i.value) == null ? void 0 : o["2. Datenverarbeitung/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = i.value) == null ? void 0 : m["2. Datenverarbeitung/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((j = (S = (z = i.value) == null ? void 0 : z["2. Datenverarbeitung/Hardware"]) == null ? void 0 : S.selected) == null ? void 0 : j.length) ?? 0) > 0 ? (d(), u(h, { key: 0 }, [
|
|
703
|
+
(W = (O = i.value) == null ? void 0 : O["2. Datenverarbeitung/Grundlegende Informationen"]) != null && W.description ? (d(), u(h, { key: 0 }, [
|
|
701
704
|
e[85] || (e[85] = t("p", null, "Beschreibung", -1)),
|
|
702
|
-
t("strong", null, g(
|
|
705
|
+
t("strong", null, g(i.value["2. Datenverarbeitung/Grundlegende Informationen"].description), 1)
|
|
703
706
|
], 64)) : P("", !0),
|
|
704
707
|
t("div", Ke, [
|
|
705
708
|
e[86] || (e[86] = t("p", { style: { margin: "0" } }, " Software ", -1)),
|
|
@@ -710,7 +713,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
710
713
|
onClick: e[32] || (e[32] = (f) => k("2. Datenverarbeitung/Software"))
|
|
711
714
|
})
|
|
712
715
|
]),
|
|
713
|
-
(((B = (C = (A =
|
|
716
|
+
(((B = (C = (A = i.value) == null ? void 0 : A["2. Datenverarbeitung/Software"]) == null ? void 0 : C.selected) == null ? void 0 : B.length) ?? 0) > 0 ? (d(!0), u(h, { key: 1 }, $(i.value["2. Datenverarbeitung/Software"].selected, (f) => (d(), u("ul", {
|
|
714
717
|
key: f.id,
|
|
715
718
|
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
716
719
|
}, [
|
|
@@ -740,7 +743,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
740
743
|
onClick: e[33] || (e[33] = (f) => k("2. Datenverarbeitung/Datensätze"))
|
|
741
744
|
})
|
|
742
745
|
]),
|
|
743
|
-
(((U = (N = (T =
|
|
746
|
+
(((U = (N = (T = i.value) == null ? void 0 : T["2. Datenverarbeitung/Datensätze"]) == null ? void 0 : N.selected) == null ? void 0 : U.length) ?? 0) > 0 ? (d(!0), u(h, { key: 2 }, $(i.value["2. Datenverarbeitung/Datensätze"].selected, (f) => (d(), u("ul", {
|
|
744
747
|
key: f.id,
|
|
745
748
|
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
746
749
|
}, [
|
|
@@ -770,7 +773,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
770
773
|
onClick: e[34] || (e[34] = (f) => k("2. Datenverarbeitung/Hardware"))
|
|
771
774
|
})
|
|
772
775
|
]),
|
|
773
|
-
(((M = (L = (V =
|
|
776
|
+
(((M = (L = (V = i.value) == null ? void 0 : V["2. Datenverarbeitung/Hardware"]) == null ? void 0 : L.selected) == null ? void 0 : M.length) ?? 0) > 0 ? (d(!0), u(h, { key: 3 }, $(i.value["2. Datenverarbeitung/Hardware"].selected, (f) => (d(), u("ul", {
|
|
774
777
|
key: f.id,
|
|
775
778
|
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
776
779
|
}, [
|
|
@@ -803,18 +806,18 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
803
806
|
onEdit: e[41] || (e[41] = (n) => k("3. Datensimulation/Grundlegende Informationen"))
|
|
804
807
|
}, {
|
|
805
808
|
"standalone-name": a(() => {
|
|
806
|
-
var n,
|
|
809
|
+
var n, s, o, p, v, m, y, D, z, S, j;
|
|
807
810
|
return [
|
|
808
|
-
(
|
|
811
|
+
(s = (n = i.value) == null ? void 0 : n["3. Datensimulation/Grundlegende Informationen"]) != null && s.description || (((v = (p = (o = i.value) == null ? void 0 : o["3. Datensimulation/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = i.value) == null ? void 0 : m["3. Datensimulation/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((j = (S = (z = i.value) == null ? void 0 : z["3. Datensimulation/Hardware"]) == null ? void 0 : S.selected) == null ? void 0 : j.length) ?? 0) > 0 ? (d(), u("span", Qe, " Datensimulation ")) : (d(), u("span", Xe, " Aktuell haben Sie keinen Prozessschritt zur Datensimulation hinterlegt. "))
|
|
809
812
|
];
|
|
810
813
|
}),
|
|
811
814
|
default: a(() => {
|
|
812
|
-
var n,
|
|
815
|
+
var n, s, o, p, v, m, y, D, z, S, j, O, W, A, C, B, T, N, U, V, L, M;
|
|
813
816
|
return [
|
|
814
|
-
(
|
|
815
|
-
(W = (O =
|
|
817
|
+
(s = (n = i.value) == null ? void 0 : n["3. Datensimulation/Grundlegende Informationen"]) != null && s.description || (((v = (p = (o = i.value) == null ? void 0 : o["3. Datensimulation/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = i.value) == null ? void 0 : m["3. Datensimulation/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((j = (S = (z = i.value) == null ? void 0 : z["3. Datensimulation/Hardware"]) == null ? void 0 : S.selected) == null ? void 0 : j.length) ?? 0) > 0 ? (d(), u(h, { key: 0 }, [
|
|
818
|
+
(W = (O = i.value) == null ? void 0 : O["3. Datensimulation/Grundlegende Informationen"]) != null && W.description ? (d(), u(h, { key: 0 }, [
|
|
816
819
|
e[89] || (e[89] = t("p", null, "Beschreibung", -1)),
|
|
817
|
-
t("strong", null, g(
|
|
820
|
+
t("strong", null, g(i.value["3. Datensimulation/Grundlegende Informationen"].description), 1)
|
|
818
821
|
], 64)) : P("", !0),
|
|
819
822
|
t("div", Ye, [
|
|
820
823
|
e[90] || (e[90] = t("p", { style: { margin: "0" } }, " Software ", -1)),
|
|
@@ -825,7 +828,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
825
828
|
onClick: e[37] || (e[37] = (f) => k("3. Datensimulation/Software"))
|
|
826
829
|
})
|
|
827
830
|
]),
|
|
828
|
-
(((B = (C = (A =
|
|
831
|
+
(((B = (C = (A = i.value) == null ? void 0 : A["3. Datensimulation/Software"]) == null ? void 0 : C.selected) == null ? void 0 : B.length) ?? 0) > 0 ? (d(!0), u(h, { key: 1 }, $(i.value["3. Datensimulation/Software"].selected, (f) => (d(), u("ul", {
|
|
829
832
|
key: f.id,
|
|
830
833
|
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
831
834
|
}, [
|
|
@@ -855,7 +858,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
855
858
|
onClick: e[38] || (e[38] = (f) => k("3. Datensimulation/Datensätze"))
|
|
856
859
|
})
|
|
857
860
|
]),
|
|
858
|
-
(((U = (N = (T =
|
|
861
|
+
(((U = (N = (T = i.value) == null ? void 0 : T["3. Datensimulation/Datensätze"]) == null ? void 0 : N.selected) == null ? void 0 : U.length) ?? 0) > 0 ? (d(!0), u(h, { key: 2 }, $(i.value["3. Datensimulation/Datensätze"].selected, (f) => (d(), u("ul", {
|
|
859
862
|
key: f.id,
|
|
860
863
|
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
861
864
|
}, [
|
|
@@ -885,7 +888,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
885
888
|
onClick: e[39] || (e[39] = (f) => k("3. Datensimulation/Hardware"))
|
|
886
889
|
})
|
|
887
890
|
]),
|
|
888
|
-
(((M = (L = (V =
|
|
891
|
+
(((M = (L = (V = i.value) == null ? void 0 : V["3. Datensimulation/Hardware"]) == null ? void 0 : L.selected) == null ? void 0 : M.length) ?? 0) > 0 ? (d(!0), u(h, { key: 3 }, $(i.value["3. Datensimulation/Hardware"].selected, (f) => (d(), u("ul", {
|
|
889
892
|
key: f.id,
|
|
890
893
|
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
891
894
|
}, [
|
|
@@ -918,20 +921,20 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
918
921
|
onEdit: e[46] || (e[46] = (n) => k("4. Datenvisualisierung/Grundlegende Informationen"))
|
|
919
922
|
}, {
|
|
920
923
|
"standalone-name": a(() => {
|
|
921
|
-
var n,
|
|
924
|
+
var n, s, o, p, v, m, y, D, z, S, j;
|
|
922
925
|
return [
|
|
923
|
-
(
|
|
926
|
+
(s = (n = i.value) == null ? void 0 : n["4. Datenvisualisierung/Grundlegende Informationen"]) != null && s.description || (((v = (p = (o = i.value) == null ? void 0 : o["4. Datenvisualisierung/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = i.value) == null ? void 0 : m["4. Datenvisualisierung/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((j = (S = (z = i.value) == null ? void 0 : z["4. Datenvisualisierung/Hardware"]) == null ? void 0 : S.selected) == null ? void 0 : j.length) ?? 0) > 0 ? (d(), u("span", nt, " Datenvisualisierung ")) : (d(), u("div", it, " Aktuell haben Sie keinen Prozessschritt zur Datenvisualisierung hinterlegt. "))
|
|
924
927
|
];
|
|
925
928
|
}),
|
|
926
929
|
default: a(() => {
|
|
927
|
-
var n,
|
|
930
|
+
var n, s, o, p, v, m, y, D, z, S, j, O, W, A, C, B, T, N, U, V, L, M;
|
|
928
931
|
return [
|
|
929
|
-
(
|
|
930
|
-
(W = (O =
|
|
932
|
+
(s = (n = i.value) == null ? void 0 : n["4. Datenvisualisierung/Grundlegende Informationen"]) != null && s.description || (((v = (p = (o = i.value) == null ? void 0 : o["4. Datenvisualisierung/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = i.value) == null ? void 0 : m["4. Datenvisualisierung/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((j = (S = (z = i.value) == null ? void 0 : z["4. Datenvisualisierung/Hardware"]) == null ? void 0 : S.selected) == null ? void 0 : j.length) ?? 0) > 0 ? (d(), u(h, { key: 0 }, [
|
|
933
|
+
(W = (O = i.value) == null ? void 0 : O["4. Datenvisualisierung/Grundlegende Informationen"]) != null && W.description ? (d(), u(h, { key: 0 }, [
|
|
931
934
|
e[93] || (e[93] = t("p", null, "Beschreibung", -1)),
|
|
932
|
-
t("strong", null, g(
|
|
935
|
+
t("strong", null, g(i.value["4. Datenvisualisierung/Grundlegende Informationen"].description), 1)
|
|
933
936
|
], 64)) : P("", !0),
|
|
934
|
-
t("div",
|
|
937
|
+
t("div", st, [
|
|
935
938
|
e[94] || (e[94] = t("p", { style: { margin: "0" } }, " Software ", -1)),
|
|
936
939
|
r(H, {
|
|
937
940
|
size: "large",
|
|
@@ -940,7 +943,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
940
943
|
onClick: e[42] || (e[42] = (f) => k("4. Datenvisualisierung/Software"))
|
|
941
944
|
})
|
|
942
945
|
]),
|
|
943
|
-
(((B = (C = (A =
|
|
946
|
+
(((B = (C = (A = i.value) == null ? void 0 : A["4. Datenvisualisierung/Software"]) == null ? void 0 : C.selected) == null ? void 0 : B.length) ?? 0) > 0 ? (d(!0), u(h, { key: 1 }, $(i.value["4. Datenvisualisierung/Software"].selected, (f) => (d(), u("ul", {
|
|
944
947
|
key: f.id,
|
|
945
948
|
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
946
949
|
}, [
|
|
@@ -970,7 +973,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
970
973
|
onClick: e[43] || (e[43] = (f) => k("4. Datenvisualisierung/Datensätze"))
|
|
971
974
|
})
|
|
972
975
|
]),
|
|
973
|
-
(((U = (N = (T =
|
|
976
|
+
(((U = (N = (T = i.value) == null ? void 0 : T["4. Datenvisualisierung/Datensätze"]) == null ? void 0 : N.selected) == null ? void 0 : U.length) ?? 0) > 0 ? (d(!0), u(h, { key: 2 }, $(i.value["4. Datenvisualisierung/Datensätze"].selected, (f) => (d(), u("ul", {
|
|
974
977
|
key: f.id,
|
|
975
978
|
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
976
979
|
}, [
|
|
@@ -1000,7 +1003,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
1000
1003
|
onClick: e[44] || (e[44] = (f) => k("4. Datenvisualisierung/Hardware"))
|
|
1001
1004
|
})
|
|
1002
1005
|
]),
|
|
1003
|
-
(((M = (L = (V =
|
|
1006
|
+
(((M = (L = (V = i.value) == null ? void 0 : V["4. Datenvisualisierung/Hardware"]) == null ? void 0 : L.selected) == null ? void 0 : M.length) ?? 0) > 0 ? (d(!0), u(h, { key: 3 }, $(i.value["4. Datenvisualisierung/Hardware"].selected, (f) => (d(), u("ul", {
|
|
1004
1007
|
key: f.id,
|
|
1005
1008
|
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
1006
1009
|
}, [
|
|
@@ -1029,8 +1032,9 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
1029
1032
|
]),
|
|
1030
1033
|
r(ae, {
|
|
1031
1034
|
"next-text": X.value,
|
|
1035
|
+
loading: c.loading,
|
|
1032
1036
|
onSubmit: e[47] || (e[47] = (n) => q("submit"))
|
|
1033
|
-
}, null, 8, ["next-text"])
|
|
1037
|
+
}, null, 8, ["next-text", "loading"])
|
|
1034
1038
|
]),
|
|
1035
1039
|
_: 1,
|
|
1036
1040
|
__: [97, 98, 99, 100, 101]
|