@piveau/dpi 0.2.0-alpha.33 → 0.2.0-alpha.34
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/AboutProject.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/AboutProject.vue2.js +58 -48
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +13 -13
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +977 -963
- package/package.json +1 -1
|
@@ -1,58 +1,94 @@
|
|
|
1
|
-
import { defineComponent as re, computed as
|
|
1
|
+
import { defineComponent as re, computed as Z, createElementBlock as p, openBlock as o, createVNode as u, withCtx as l, createElementVNode as n, createTextVNode as w, toDisplayString as f, Fragment as c, renderList as E, unref as de, createBlock as H, createCommentVNode as _ } from "vue";
|
|
2
2
|
import ue from "../../../components/StepActionsSection.vue.js";
|
|
3
3
|
import { useFormValues as ge } from "../../../composables/useDpiFormValues.js";
|
|
4
4
|
import { useTwinbyUser as pe } from "../../../composables/useTwinbyUser.js";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
5
|
+
import $ from "../ActionCard.vue.js";
|
|
6
|
+
import T from "../ButtonV3.vue.js";
|
|
7
7
|
import Q from "../Chip.vue.js";
|
|
8
|
-
import
|
|
8
|
+
import W from "../ProcessSteps/GetResource.vue.js";
|
|
9
9
|
import fe from "../ProcessSteps/ProcessStepBase.vue.js";
|
|
10
10
|
/* empty css */
|
|
11
|
-
import
|
|
11
|
+
import x from "../SummaryBox.vue.js";
|
|
12
12
|
import { useEditModeInfo as ve } from "../../../composables/useDpiEditMode.js";
|
|
13
|
-
const me = { class: "step
|
|
13
|
+
const me = { class: "review-step" }, De = { class: "step-section" }, ye = { class: "step-section" }, be = { style: { "list-style": "none", padding: "0", margin: "0" } }, ke = { class: "step-section" }, we = { style: { "list-style": "none", padding: "0", margin: "0" } }, he = { class: "step-section" }, ce = { class: "step-section" }, ze = { class: "step-section" }, Se = { class: "step-section" }, Ie = { class: "step-section step-section--lg" }, Pe = { style: { display: "inline-block", "word-break": "break-word", "overflow-wrap": "anywhere", "white-space": "normal" } }, je = { class: "step-section" }, Ge = { class: "summary-wrapper" }, _e = { class: "step-section step-section--lg mb-5" }, $e = { style: { display: "inline-block", "word-break": "break-word", "overflow-wrap": "anywhere", "white-space": "normal" } }, Ee = { class: "step-section" }, xe = { style: { display: "flex", gap: "5rem", "align-items": "flex-start" } }, Oe = { class: "step-section" }, He = { class: "summary-wrapper" }, We = { class: "step-section" }, Te = { style: { "list-style": "none", padding: "0", margin: "0" } }, Ae = { class: "step-section" }, Ce = {
|
|
14
14
|
class: "step-section step-section--lg",
|
|
15
15
|
style: { display: "inline-block", "word-break": "break-word", "overflow-wrap": "anywhere", "white-space": "normal" }
|
|
16
|
-
},
|
|
16
|
+
}, Be = { class: "step-section" }, Me = {
|
|
17
17
|
class: "step-section step-section--lg",
|
|
18
18
|
style: { display: "inline-block", "word-break": "break-word", "overflow-wrap": "anywhere", "white-space": "normal" }
|
|
19
|
-
},
|
|
19
|
+
}, Ne = { class: "step-section" }, Ye = { class: "step-section" }, Ve = { class: "step-section" }, Ue = { class: "step-section" }, Le = { class: "step-section" }, Fe = { key: 0 }, qe = {
|
|
20
20
|
key: 1,
|
|
21
21
|
style: { display: "block", "text-align": "center", color: "#666", "font-weight": "normal" }
|
|
22
|
-
},
|
|
22
|
+
}, Ke = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Re = {
|
|
23
|
+
key: 1,
|
|
24
|
+
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
25
|
+
}, Ze = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Je = {
|
|
26
|
+
key: 2,
|
|
27
|
+
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
28
|
+
}, Qe = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Xe = {
|
|
29
|
+
key: 3,
|
|
30
|
+
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
31
|
+
}, en = { class: "step-section" }, nn = { key: 0 }, tn = {
|
|
23
32
|
key: 1,
|
|
24
33
|
style: { display: "block", "text-align": "center", color: "#666", "font-weight": "normal" }
|
|
25
|
-
},
|
|
34
|
+
}, an = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, sn = {
|
|
35
|
+
key: 1,
|
|
36
|
+
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
37
|
+
}, ln = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, on = {
|
|
38
|
+
key: 2,
|
|
39
|
+
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
40
|
+
}, rn = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, dn = {
|
|
41
|
+
key: 3,
|
|
42
|
+
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
43
|
+
}, un = { class: "step-section" }, gn = { key: 0 }, pn = {
|
|
26
44
|
key: 1,
|
|
27
45
|
style: { display: "block", "text-align": "center", color: "#666", "font-weight": "normal" }
|
|
28
|
-
},
|
|
46
|
+
}, fn = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, vn = {
|
|
47
|
+
key: 1,
|
|
48
|
+
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
49
|
+
}, mn = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Dn = {
|
|
50
|
+
key: 2,
|
|
51
|
+
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
52
|
+
}, yn = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, bn = {
|
|
53
|
+
key: 3,
|
|
54
|
+
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
55
|
+
}, kn = { class: "step-section" }, wn = { key: 0 }, hn = {
|
|
29
56
|
key: 1,
|
|
30
57
|
style: { display: "grid", "place-items": "center", width: "100%", height: "100%", "text-align": "center", color: "#666", "font-weight": "normal" }
|
|
31
|
-
},
|
|
58
|
+
}, cn = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, zn = {
|
|
59
|
+
key: 1,
|
|
60
|
+
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
61
|
+
}, Sn = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, In = {
|
|
62
|
+
key: 2,
|
|
63
|
+
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
64
|
+
}, Pn = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, jn = {
|
|
65
|
+
key: 3,
|
|
66
|
+
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
67
|
+
}, Nn = /* @__PURE__ */ re({
|
|
32
68
|
__name: "ReviewStep",
|
|
33
69
|
props: {
|
|
34
70
|
loading: { type: Boolean, default: !1 }
|
|
35
71
|
},
|
|
36
72
|
emits: ["jump", "submit", "delete"],
|
|
37
|
-
setup(
|
|
38
|
-
const
|
|
73
|
+
setup(Gn, { emit: ne }) {
|
|
74
|
+
const J = ne, {
|
|
39
75
|
/**
|
|
40
76
|
* The current form values
|
|
41
77
|
*/
|
|
42
78
|
formValues: te
|
|
43
|
-
} = ge(), i =
|
|
79
|
+
} = ge(), i = Z(() => te.value);
|
|
44
80
|
function h(z) {
|
|
45
|
-
|
|
81
|
+
J("jump", z);
|
|
46
82
|
}
|
|
47
83
|
function O(z) {
|
|
48
|
-
|
|
84
|
+
J("delete", z);
|
|
49
85
|
}
|
|
50
|
-
|
|
86
|
+
Z(() => {
|
|
51
87
|
var e, t, s, r, g, v, m, D;
|
|
52
88
|
const z = (e = i.value) == null ? void 0 : e["3. Datensimulation"];
|
|
53
89
|
return ((t = z == null ? void 0 : z["Grundlegende Informationen"]) == null ? void 0 : t.description) || (((r = (s = z == null ? void 0 : z.Software) == null ? void 0 : s.selected) == null ? void 0 : r.length) ?? 0) > 0 || (((v = (g = z == null ? void 0 : z.Datensätze) == null ? void 0 : g.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (m = z == null ? void 0 : z.Hardware) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0;
|
|
54
90
|
});
|
|
55
|
-
const ie =
|
|
91
|
+
const ie = Z(() => "Als Entwurf Speichern"), ae = {
|
|
56
92
|
public: "Öffentlich",
|
|
57
93
|
restricted: "Eingeschränkt",
|
|
58
94
|
internal: "Intern"
|
|
@@ -66,1003 +102,981 @@ const me = { class: "step-section" }, De = { class: "step-section" }, ye = { sty
|
|
|
66
102
|
const e = new Date(z), t = { day: "numeric", month: "short", year: "numeric" };
|
|
67
103
|
return e.toLocaleDateString("en-GB", t).replace(",", "");
|
|
68
104
|
}
|
|
69
|
-
const { catalogId: ee } = ve(), le =
|
|
105
|
+
const { catalogId: ee } = ve(), le = Z(() => ee.value ? `${ee.value.replace("-projects", "-orga")}` : ""), { organizationDetails: oe } = pe({
|
|
70
106
|
keycloak: "https://keycloak.twin.bydata.de",
|
|
71
107
|
realm: "piveau",
|
|
72
108
|
audience: "piveau-hub-repo",
|
|
73
109
|
catalogId: le
|
|
74
110
|
});
|
|
75
|
-
return (z, e) => (
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
n("
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
var t, s;
|
|
95
|
-
return [
|
|
96
|
-
w(f(se((s = (t = i.value) == null ? void 0 : t["Auffindbarkeit/Sichtbarkeit"]) == null ? void 0 : s.visibility)), 1)
|
|
97
|
-
];
|
|
98
|
-
}),
|
|
99
|
-
_: 1
|
|
100
|
-
})
|
|
101
|
-
]),
|
|
102
|
-
_: 1
|
|
103
|
-
})
|
|
104
|
-
]),
|
|
105
|
-
n("section", De, [
|
|
106
|
-
o(E, {
|
|
107
|
-
"no-delete": !1,
|
|
108
|
-
onEdit: e[1] || (e[1] = (t) => h("Auffindbarkeit/Kategorien"))
|
|
109
|
-
}, {
|
|
110
|
-
"standalone-name": l(() => e[49] || (e[49] = [
|
|
111
|
-
w(" Kategorien ", -1)
|
|
112
|
-
])),
|
|
113
|
-
default: l(() => {
|
|
114
|
-
var t, s;
|
|
115
|
-
return [
|
|
116
|
-
n("ul", ye, [
|
|
117
|
-
(u(!0), p(c, null, x((s = (t = i.value) == null ? void 0 : t["Auffindbarkeit/Kategorien"]) == null ? void 0 : s.categories, (r) => (u(), p("li", { key: r }, [
|
|
118
|
-
o(T, {
|
|
119
|
-
vocabulary: "data-theme",
|
|
120
|
-
"resource-id": r,
|
|
121
|
-
"setup-fn": (g) => g
|
|
122
|
-
}, {
|
|
123
|
-
default: l(({ result: g }) => {
|
|
124
|
-
var v;
|
|
125
|
-
return [
|
|
126
|
-
o(Q, {
|
|
127
|
-
text: (v = g == null ? void 0 : g.pref_label) == null ? void 0 : v.de,
|
|
128
|
-
data: { "@value": "result?.pref_label?.de" },
|
|
129
|
-
setup: { "@type": "selected", "@search": !1, "@inTable": !1 }
|
|
130
|
-
}, null, 8, ["text"])
|
|
131
|
-
];
|
|
132
|
-
}),
|
|
133
|
-
_: 2
|
|
134
|
-
}, 1032, ["resource-id", "setup-fn"])
|
|
135
|
-
]))), 128))
|
|
136
|
-
])
|
|
137
|
-
];
|
|
138
|
-
}),
|
|
139
|
-
_: 1
|
|
140
|
-
})
|
|
141
|
-
]),
|
|
142
|
-
n("section", be, [
|
|
143
|
-
o(E, {
|
|
144
|
-
"no-delete": !1,
|
|
145
|
-
onEdit: e[2] || (e[2] = (t) => h("Auffindbarkeit/Anwendungsbereiche"))
|
|
146
|
-
}, {
|
|
147
|
-
"standalone-name": l(() => e[50] || (e[50] = [
|
|
148
|
-
w(" Anwendungsbereiche ", -1)
|
|
149
|
-
])),
|
|
150
|
-
default: l(() => {
|
|
151
|
-
var t, s;
|
|
152
|
-
return [
|
|
153
|
-
n("ul", ke, [
|
|
154
|
-
(u(!0), p(c, null, x((s = (t = i.value) == null ? void 0 : t["Auffindbarkeit/Anwendungsbereiche"]) == null ? void 0 : s.applications, (r) => (u(), p("li", { key: r }, [
|
|
155
|
-
o(Q, {
|
|
156
|
-
text: r,
|
|
157
|
-
data: { "@value": r },
|
|
158
|
-
setup: { "@type": "selected", "@search": !1, "@inTable": !1 }
|
|
159
|
-
}, null, 8, ["text", "data"])
|
|
160
|
-
]))), 128))
|
|
161
|
-
])
|
|
162
|
-
];
|
|
163
|
-
}),
|
|
164
|
-
_: 1
|
|
165
|
-
})
|
|
166
|
-
]),
|
|
167
|
-
e[98] || (e[98] = n("section", { class: "step-section" }, [
|
|
168
|
-
n("h5", null, "Grundlegende Informationen")
|
|
169
|
-
], -1)),
|
|
170
|
-
n("section", we, [
|
|
171
|
-
o(E, {
|
|
172
|
-
"no-delete": !1,
|
|
173
|
-
onEdit: e[3] || (e[3] = (t) => h("Grundlegende Informationen/Name"))
|
|
174
|
-
}, {
|
|
175
|
-
"standalone-name": l(() => e[51] || (e[51] = [
|
|
176
|
-
w(" Name ", -1)
|
|
177
|
-
])),
|
|
178
|
-
default: l(() => [
|
|
179
|
-
o(H, { title: "" }, {
|
|
180
|
-
default: l(() => {
|
|
181
|
-
var t, s;
|
|
182
|
-
return [
|
|
183
|
-
w(f((s = (t = i.value) == null ? void 0 : t["Grundlegende Informationen/Name"]) == null ? void 0 : s.projectName), 1)
|
|
184
|
-
];
|
|
185
|
-
}),
|
|
186
|
-
_: 1
|
|
187
|
-
})
|
|
188
|
-
]),
|
|
189
|
-
_: 1
|
|
190
|
-
})
|
|
191
|
-
]),
|
|
192
|
-
n("section", he, [
|
|
193
|
-
o(E, {
|
|
194
|
-
"no-delete": !1,
|
|
195
|
-
onEdit: e[4] || (e[4] = (t) => h("Grundlegende Informationen/Beschreibung"))
|
|
196
|
-
}, {
|
|
197
|
-
"standalone-name": l(() => e[52] || (e[52] = [
|
|
198
|
-
w(" Beschreibung ", -1)
|
|
199
|
-
])),
|
|
200
|
-
default: l(() => [
|
|
201
|
-
o(H, { title: "" }, {
|
|
202
|
-
default: l(() => {
|
|
203
|
-
var t, s;
|
|
204
|
-
return [
|
|
205
|
-
w(f((s = (t = i.value) == null ? void 0 : t["Grundlegende Informationen/Beschreibung"]) == null ? void 0 : s.projectDescription), 1)
|
|
206
|
-
];
|
|
207
|
-
}),
|
|
208
|
-
_: 1
|
|
209
|
-
})
|
|
210
|
-
]),
|
|
211
|
-
_: 1
|
|
212
|
-
})
|
|
213
|
-
]),
|
|
214
|
-
n("section", ce, [
|
|
215
|
-
o(E, {
|
|
216
|
-
"no-delete": !1,
|
|
217
|
-
"no-edit": !0
|
|
218
|
-
}, {
|
|
219
|
-
"standalone-name": l(() => e[53] || (e[53] = [
|
|
220
|
-
w(" Organisation ", -1)
|
|
221
|
-
])),
|
|
222
|
-
default: l(() => [
|
|
223
|
-
o(H, { title: "" }, {
|
|
224
|
-
default: l(() => {
|
|
225
|
-
var t, s;
|
|
226
|
-
return [
|
|
227
|
-
w(f(((s = (t = de(oe).resultEnhanced) == null ? void 0 : t.value) == null ? void 0 : s.title) || "Stadt Haar"), 1)
|
|
228
|
-
];
|
|
229
|
-
}),
|
|
230
|
-
_: 1
|
|
231
|
-
})
|
|
232
|
-
]),
|
|
233
|
-
_: 1
|
|
234
|
-
})
|
|
235
|
-
]),
|
|
236
|
-
n("section", ze, [
|
|
237
|
-
o(E, {
|
|
238
|
-
onEdit: e[5] || (e[5] = (t) => h("Grundlegende Informationen/Organisation")),
|
|
239
|
-
onDelete: e[6] || (e[6] = (t) => O("Grundlegende Informationen/Organisation#contact"))
|
|
240
|
-
}, {
|
|
241
|
-
"standalone-name": l(() => e[54] || (e[54] = [
|
|
242
|
-
w(" Projektkontakt (optional) ", -1)
|
|
243
|
-
])),
|
|
244
|
-
default: l(() => [
|
|
245
|
-
n("div", Ie, [
|
|
246
|
-
o(H, { title: "Name" }, {
|
|
111
|
+
return (z, e) => (o(), p("div", me, [
|
|
112
|
+
u(fe, {
|
|
113
|
+
title: "Vorschau Ihres Projekts",
|
|
114
|
+
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."
|
|
115
|
+
}, {
|
|
116
|
+
default: l(() => [
|
|
117
|
+
e[97] || (e[97] = n("section", { class: "step-section" }, [
|
|
118
|
+
n("h5", null, "Auffindbarkeit")
|
|
119
|
+
], -1)),
|
|
120
|
+
n("section", De, [
|
|
121
|
+
u($, {
|
|
122
|
+
"no-delete": !1,
|
|
123
|
+
onEdit: e[0] || (e[0] = (t) => h("Auffindbarkeit/Sichtbarkeit"))
|
|
124
|
+
}, {
|
|
125
|
+
"standalone-name": l(() => e[48] || (e[48] = [
|
|
126
|
+
w(" Sichtbarkeit ", -1)
|
|
127
|
+
])),
|
|
128
|
+
default: l(() => [
|
|
129
|
+
u(x, { title: "" }, {
|
|
247
130
|
default: l(() => {
|
|
248
131
|
var t, s;
|
|
249
132
|
return [
|
|
250
|
-
w(f((s = (t = i.value) == null ? void 0 : t["
|
|
133
|
+
w(f(se((s = (t = i.value) == null ? void 0 : t["Auffindbarkeit/Sichtbarkeit"]) == null ? void 0 : s.visibility)), 1)
|
|
251
134
|
];
|
|
252
135
|
}),
|
|
253
136
|
_: 1
|
|
254
|
-
})
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
137
|
+
})
|
|
138
|
+
]),
|
|
139
|
+
_: 1
|
|
140
|
+
})
|
|
141
|
+
]),
|
|
142
|
+
n("section", ye, [
|
|
143
|
+
u($, {
|
|
144
|
+
"no-delete": !1,
|
|
145
|
+
onEdit: e[1] || (e[1] = (t) => h("Auffindbarkeit/Kategorien"))
|
|
146
|
+
}, {
|
|
147
|
+
"standalone-name": l(() => e[49] || (e[49] = [
|
|
148
|
+
w(" Kategorien ", -1)
|
|
149
|
+
])),
|
|
150
|
+
default: l(() => {
|
|
151
|
+
var t, s;
|
|
152
|
+
return [
|
|
153
|
+
n("ul", be, [
|
|
154
|
+
(o(!0), p(c, null, E((s = (t = i.value) == null ? void 0 : t["Auffindbarkeit/Kategorien"]) == null ? void 0 : s.categories, (r) => (o(), p("li", { key: r }, [
|
|
155
|
+
u(W, {
|
|
156
|
+
vocabulary: "data-theme",
|
|
157
|
+
"resource-id": r,
|
|
158
|
+
"setup-fn": (g) => g
|
|
159
|
+
}, {
|
|
160
|
+
default: l(({ result: g }) => {
|
|
161
|
+
var v;
|
|
162
|
+
return [
|
|
163
|
+
u(Q, {
|
|
164
|
+
text: (v = g == null ? void 0 : g.pref_label) == null ? void 0 : v.de,
|
|
165
|
+
data: { "@value": "result?.pref_label?.de" },
|
|
166
|
+
setup: { "@type": "selected", "@search": !1, "@inTable": !1 }
|
|
167
|
+
}, null, 8, ["text"])
|
|
168
|
+
];
|
|
169
|
+
}),
|
|
170
|
+
_: 2
|
|
171
|
+
}, 1032, ["resource-id", "setup-fn"])
|
|
172
|
+
]))), 128))
|
|
173
|
+
])
|
|
174
|
+
];
|
|
175
|
+
}),
|
|
176
|
+
_: 1
|
|
177
|
+
})
|
|
178
|
+
]),
|
|
179
|
+
n("section", ke, [
|
|
180
|
+
u($, {
|
|
181
|
+
"no-delete": !1,
|
|
182
|
+
onEdit: e[2] || (e[2] = (t) => h("Auffindbarkeit/Anwendungsbereiche"))
|
|
183
|
+
}, {
|
|
184
|
+
"standalone-name": l(() => e[50] || (e[50] = [
|
|
185
|
+
w(" Anwendungsbereiche ", -1)
|
|
186
|
+
])),
|
|
187
|
+
default: l(() => {
|
|
188
|
+
var t, s;
|
|
189
|
+
return [
|
|
190
|
+
n("ul", we, [
|
|
191
|
+
(o(!0), p(c, null, E((s = (t = i.value) == null ? void 0 : t["Auffindbarkeit/Anwendungsbereiche"]) == null ? void 0 : s.applications, (r) => (o(), p("li", { key: r }, [
|
|
192
|
+
u(Q, {
|
|
193
|
+
text: r,
|
|
194
|
+
data: { "@value": r },
|
|
195
|
+
setup: { "@type": "selected", "@search": !1, "@inTable": !1 }
|
|
196
|
+
}, null, 8, ["text", "data"])
|
|
197
|
+
]))), 128))
|
|
198
|
+
])
|
|
199
|
+
];
|
|
200
|
+
}),
|
|
201
|
+
_: 1
|
|
202
|
+
})
|
|
203
|
+
]),
|
|
204
|
+
e[98] || (e[98] = n("section", { class: "step-section" }, [
|
|
205
|
+
n("h5", null, "Grundlegende Informationen")
|
|
206
|
+
], -1)),
|
|
207
|
+
n("section", he, [
|
|
208
|
+
u($, {
|
|
209
|
+
"no-delete": !1,
|
|
210
|
+
onEdit: e[3] || (e[3] = (t) => h("Grundlegende Informationen/Name"))
|
|
211
|
+
}, {
|
|
212
|
+
"standalone-name": l(() => e[51] || (e[51] = [
|
|
213
|
+
w(" Name ", -1)
|
|
214
|
+
])),
|
|
215
|
+
default: l(() => [
|
|
216
|
+
u(x, { title: "" }, {
|
|
267
217
|
default: l(() => {
|
|
268
218
|
var t, s;
|
|
269
219
|
return [
|
|
270
|
-
w(f((s = (t = i.value) == null ? void 0 : t["Grundlegende Informationen/
|
|
220
|
+
w(f((s = (t = i.value) == null ? void 0 : t["Grundlegende Informationen/Name"]) == null ? void 0 : s.projectName), 1)
|
|
271
221
|
];
|
|
272
222
|
}),
|
|
273
223
|
_: 1
|
|
274
224
|
})
|
|
275
|
-
])
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
w(" Partner (optional) ", -1)
|
|
290
|
-
])),
|
|
291
|
-
default: l(() => {
|
|
292
|
-
var t, s;
|
|
293
|
-
return [
|
|
294
|
-
n("div", je, [
|
|
295
|
-
(u(!0), p(c, null, x((s = (t = i.value) == null ? void 0 : t["Optionale Daten"]) == null ? void 0 : s.partners, (r, g) => (u(), p("div", { key: g }, [
|
|
296
|
-
n("div", Ge, [
|
|
297
|
-
o(H, { title: "Name" }, {
|
|
298
|
-
default: l(() => [
|
|
299
|
-
w(f(r.name), 1)
|
|
300
|
-
]),
|
|
301
|
-
_: 2
|
|
302
|
-
}, 1024),
|
|
303
|
-
n("div", $e, [
|
|
304
|
-
o(H, { title: "Website" }, {
|
|
305
|
-
default: l(() => [
|
|
306
|
-
w(f(r.url), 1)
|
|
307
|
-
]),
|
|
308
|
-
_: 2
|
|
309
|
-
}, 1024)
|
|
310
|
-
])
|
|
311
|
-
])
|
|
312
|
-
]))), 128))
|
|
313
|
-
])
|
|
314
|
-
];
|
|
315
|
-
}),
|
|
316
|
-
_: 1
|
|
317
|
-
})
|
|
318
|
-
]),
|
|
319
|
-
n("section", Ee, [
|
|
320
|
-
o(E, {
|
|
321
|
-
onEdit: e[9] || (e[9] = (t) => h("Optionale Daten")),
|
|
322
|
-
onDelete: e[10] || (e[10] = (t) => O(["Optionale Daten#startDate", "Optionale Daten#endDate"]))
|
|
323
|
-
}, {
|
|
324
|
-
"standalone-name": l(() => e[56] || (e[56] = [
|
|
325
|
-
w(" Projektzeitraum (optional) ", -1)
|
|
326
|
-
])),
|
|
327
|
-
default: l(() => [
|
|
328
|
-
n("div", xe, [
|
|
329
|
-
o(H, { title: "vom" }, {
|
|
225
|
+
]),
|
|
226
|
+
_: 1
|
|
227
|
+
})
|
|
228
|
+
]),
|
|
229
|
+
n("section", ce, [
|
|
230
|
+
u($, {
|
|
231
|
+
"no-delete": !1,
|
|
232
|
+
onEdit: e[4] || (e[4] = (t) => h("Grundlegende Informationen/Beschreibung"))
|
|
233
|
+
}, {
|
|
234
|
+
"standalone-name": l(() => e[52] || (e[52] = [
|
|
235
|
+
w(" Beschreibung ", -1)
|
|
236
|
+
])),
|
|
237
|
+
default: l(() => [
|
|
238
|
+
u(x, { title: "" }, {
|
|
330
239
|
default: l(() => {
|
|
331
240
|
var t, s;
|
|
332
241
|
return [
|
|
333
|
-
w(f(
|
|
242
|
+
w(f((s = (t = i.value) == null ? void 0 : t["Grundlegende Informationen/Beschreibung"]) == null ? void 0 : s.projectDescription), 1)
|
|
334
243
|
];
|
|
335
244
|
}),
|
|
336
245
|
_: 1
|
|
337
|
-
})
|
|
338
|
-
|
|
246
|
+
})
|
|
247
|
+
]),
|
|
248
|
+
_: 1
|
|
249
|
+
})
|
|
250
|
+
]),
|
|
251
|
+
n("section", ze, [
|
|
252
|
+
u($, {
|
|
253
|
+
"no-delete": !1,
|
|
254
|
+
"no-edit": !0
|
|
255
|
+
}, {
|
|
256
|
+
"standalone-name": l(() => e[53] || (e[53] = [
|
|
257
|
+
w(" Organisation ", -1)
|
|
258
|
+
])),
|
|
259
|
+
default: l(() => [
|
|
260
|
+
u(x, { title: "" }, {
|
|
339
261
|
default: l(() => {
|
|
340
262
|
var t, s;
|
|
341
263
|
return [
|
|
342
|
-
w(f(
|
|
264
|
+
w(f(((s = (t = de(oe).resultEnhanced) == null ? void 0 : t.value) == null ? void 0 : s.title) || "Stadt Haar"), 1)
|
|
343
265
|
];
|
|
344
266
|
}),
|
|
345
267
|
_: 1
|
|
346
268
|
})
|
|
347
|
-
])
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
return [
|
|
363
|
-
n("div", Oe, [
|
|
364
|
-
(s = (t = i.value) == null ? void 0 : t["Optionale Daten"]) != null && s.budget ? (u(), J(H, {
|
|
365
|
-
key: 0,
|
|
366
|
-
title: "Budget"
|
|
367
|
-
}, {
|
|
269
|
+
]),
|
|
270
|
+
_: 1
|
|
271
|
+
})
|
|
272
|
+
]),
|
|
273
|
+
n("section", Se, [
|
|
274
|
+
u($, {
|
|
275
|
+
onEdit: e[5] || (e[5] = (t) => h("Grundlegende Informationen/Organisation")),
|
|
276
|
+
onDelete: e[6] || (e[6] = (t) => O("Grundlegende Informationen/Organisation#contact"))
|
|
277
|
+
}, {
|
|
278
|
+
"standalone-name": l(() => e[54] || (e[54] = [
|
|
279
|
+
w(" Projektkontakt (optional) ", -1)
|
|
280
|
+
])),
|
|
281
|
+
default: l(() => [
|
|
282
|
+
n("div", Ie, [
|
|
283
|
+
u(x, { title: "Name" }, {
|
|
368
284
|
default: l(() => {
|
|
369
|
-
var
|
|
285
|
+
var t, s;
|
|
370
286
|
return [
|
|
371
|
-
w(f((
|
|
287
|
+
w(f((s = (t = i.value) == null ? void 0 : t["Grundlegende Informationen/Organisation"]) == null ? void 0 : s.contact.name), 1)
|
|
372
288
|
];
|
|
373
289
|
}),
|
|
374
290
|
_: 1
|
|
375
|
-
})
|
|
376
|
-
(
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
291
|
+
}),
|
|
292
|
+
n("div", Pe, [
|
|
293
|
+
u(x, { title: "E-Mail-Adresse" }, {
|
|
294
|
+
default: l(() => {
|
|
295
|
+
var t, s;
|
|
296
|
+
return [
|
|
297
|
+
w(f((s = (t = i.value) == null ? void 0 : t["Grundlegende Informationen/Organisation"]) == null ? void 0 : s.contact.mail), 1)
|
|
298
|
+
];
|
|
299
|
+
}),
|
|
300
|
+
_: 1
|
|
301
|
+
})
|
|
302
|
+
]),
|
|
303
|
+
u(x, { title: "Telefonnummer" }, {
|
|
380
304
|
default: l(() => {
|
|
381
|
-
var
|
|
305
|
+
var t, s;
|
|
382
306
|
return [
|
|
383
|
-
w(f((
|
|
307
|
+
w(f((s = (t = i.value) == null ? void 0 : t["Grundlegende Informationen/Organisation"]) == null ? void 0 : s.contact.phone), 1)
|
|
384
308
|
];
|
|
385
309
|
}),
|
|
386
310
|
_: 1
|
|
387
|
-
})
|
|
388
|
-
])
|
|
389
|
-
];
|
|
390
|
-
}),
|
|
391
|
-
_: 1
|
|
392
|
-
})
|
|
393
|
-
]),
|
|
394
|
-
n("section", Te, [
|
|
395
|
-
o(E, {
|
|
396
|
-
onEdit: e[13] || (e[13] = (t) => h("Optionale Daten")),
|
|
397
|
-
onDelete: e[14] || (e[14] = (t) => O("Optionale Daten#requiredExpertise"))
|
|
398
|
-
}, {
|
|
399
|
-
"standalone-name": l(() => e[58] || (e[58] = [
|
|
400
|
-
w(" Erforderliche Fachkompetenzen (optional) ", -1)
|
|
401
|
-
])),
|
|
402
|
-
default: l(() => {
|
|
403
|
-
var t, s;
|
|
404
|
-
return [
|
|
405
|
-
n("ul", We, [
|
|
406
|
-
(u(!0), p(c, null, x((s = (t = i.value) == null ? void 0 : t["Optionale Daten"]) == null ? void 0 : s.requiredExpertise, (r) => (u(), p("li", { key: r }, [
|
|
407
|
-
o(Q, {
|
|
408
|
-
text: r,
|
|
409
|
-
data: { "@value": "expertise" },
|
|
410
|
-
setup: { "@type": "selected", "@search": !1, "@inTable": !1 }
|
|
411
|
-
}, null, 8, ["text"])
|
|
412
|
-
]))), 128))
|
|
311
|
+
})
|
|
413
312
|
])
|
|
414
|
-
]
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
w(" Weiterführende Links (optional) ", -1)
|
|
452
|
-
])),
|
|
453
|
-
default: l(() => {
|
|
454
|
-
var t, s;
|
|
455
|
-
return [
|
|
456
|
-
(u(!0), p(c, null, x((s = (t = i.value) == null ? void 0 : t["Optionale Daten"]) == null ? void 0 : s.links, (r, g) => (u(), p("div", { key: g }, [
|
|
457
|
-
n("div", Me, [
|
|
458
|
-
o(H, { title: "Name" }, {
|
|
459
|
-
default: l(() => [
|
|
460
|
-
w(f(r.name), 1)
|
|
461
|
-
]),
|
|
462
|
-
_: 2
|
|
463
|
-
}, 1024),
|
|
464
|
-
o(H, {
|
|
465
|
-
title: "Website",
|
|
466
|
-
class: "mb-2"
|
|
467
|
-
}, {
|
|
468
|
-
default: l(() => [
|
|
469
|
-
w(f(r.url), 1)
|
|
470
|
-
]),
|
|
471
|
-
_: 2
|
|
472
|
-
}, 1024),
|
|
473
|
-
o(H, {
|
|
474
|
-
title: "Beschreibung",
|
|
475
|
-
class: "mb-2"
|
|
476
|
-
}, {
|
|
477
|
-
default: l(() => [
|
|
478
|
-
w(f(r.description), 1)
|
|
479
|
-
]),
|
|
480
|
-
_: 2
|
|
481
|
-
}, 1024)
|
|
313
|
+
]),
|
|
314
|
+
_: 1
|
|
315
|
+
})
|
|
316
|
+
]),
|
|
317
|
+
e[99] || (e[99] = n("section", { class: "step-section" }, [
|
|
318
|
+
n("h5", null, "Optionale Daten")
|
|
319
|
+
], -1)),
|
|
320
|
+
n("section", je, [
|
|
321
|
+
u($, {
|
|
322
|
+
onEdit: e[7] || (e[7] = (t) => h("Optionale Daten")),
|
|
323
|
+
onDelete: e[8] || (e[8] = (t) => O("Optionale Daten#partners"))
|
|
324
|
+
}, {
|
|
325
|
+
"standalone-name": l(() => e[55] || (e[55] = [
|
|
326
|
+
w(" Partner (optional) ", -1)
|
|
327
|
+
])),
|
|
328
|
+
default: l(() => {
|
|
329
|
+
var t, s;
|
|
330
|
+
return [
|
|
331
|
+
n("div", Ge, [
|
|
332
|
+
(o(!0), p(c, null, E((s = (t = i.value) == null ? void 0 : t["Optionale Daten"]) == null ? void 0 : s.partners, (r, g) => (o(), p("div", { key: g }, [
|
|
333
|
+
n("div", _e, [
|
|
334
|
+
u(x, { title: "Name" }, {
|
|
335
|
+
default: l(() => [
|
|
336
|
+
w(f(r.name), 1)
|
|
337
|
+
]),
|
|
338
|
+
_: 2
|
|
339
|
+
}, 1024),
|
|
340
|
+
n("div", $e, [
|
|
341
|
+
u(x, { title: "Website" }, {
|
|
342
|
+
default: l(() => [
|
|
343
|
+
w(f(r.url), 1)
|
|
344
|
+
]),
|
|
345
|
+
_: 2
|
|
346
|
+
}, 1024)
|
|
347
|
+
])
|
|
348
|
+
])
|
|
349
|
+
]))), 128))
|
|
482
350
|
])
|
|
483
|
-
]
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
];
|
|
537
|
-
}),
|
|
538
|
-
_: 1,
|
|
539
|
-
__: [67, 68, 69, 70]
|
|
540
|
-
})
|
|
541
|
-
]),
|
|
542
|
-
n("section", Ye, [
|
|
543
|
-
o(E, {
|
|
544
|
-
onEdit: e[23] || (e[23] = (t) => h("Projektphasen (optional)/Umsetzen")),
|
|
545
|
-
onDelete: e[24] || (e[24] = (t) => O("Projektphasen (optional)/Umsetzen"))
|
|
546
|
-
}, {
|
|
547
|
-
"standalone-name": l(() => e[71] || (e[71] = [
|
|
548
|
-
w(" Umsetzen (optional) ", -1)
|
|
549
|
-
])),
|
|
550
|
-
default: l(() => {
|
|
551
|
-
var t, s, r, g, v, m, D, y;
|
|
552
|
-
return [
|
|
553
|
-
e[72] || (e[72] = n("strong", { class: "mt-3" }, "Wie haben Sie die Zusammenarbeit mit den Dienstleistern organisiert?", -1)),
|
|
554
|
-
n("p", null, f((s = (t = i.value) == null ? void 0 : t["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : s.projectTriggers), 1),
|
|
555
|
-
e[73] || (e[73] = n("strong", { class: "mt-3" }, "Gab es Verzögerungen und wenn ja, was waren die Gründe?", -1)),
|
|
556
|
-
n("p", null, f((g = (r = i.value) == null ? void 0 : r["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : g.involvedStakeholders), 1),
|
|
557
|
-
e[74] || (e[74] = n("strong", { class: "mt-3" }, "Welche Schnittstellen wurden genutzt und traten technische Herausforderungen auf?", -1)),
|
|
558
|
-
n("p", null, f((m = (v = i.value) == null ? void 0 : v["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : m.dataCollectionMethod), 1),
|
|
559
|
-
e[75] || (e[75] = n("strong", { class: "mt-3" }, "Was hätte Ihnen während der Umsetzung geholfen?", -1)),
|
|
560
|
-
n("p", null, f((y = (D = i.value) == null ? void 0 : D["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : y.budgetPlanning), 1)
|
|
561
|
-
];
|
|
562
|
-
}),
|
|
563
|
-
_: 1,
|
|
564
|
-
__: [72, 73, 74, 75]
|
|
565
|
-
})
|
|
566
|
-
]),
|
|
567
|
-
n("section", Ue, [
|
|
568
|
-
o(E, {
|
|
569
|
-
onEdit: e[25] || (e[25] = (t) => h("Projektphasen (optional)/Weiterdenken")),
|
|
570
|
-
onDelete: e[26] || (e[26] = (t) => O("Projektphasen (optional)/Weiterdenken"))
|
|
571
|
-
}, {
|
|
572
|
-
"standalone-name": l(() => e[76] || (e[76] = [
|
|
573
|
-
w(" Weiterdenken (optional) ", -1)
|
|
574
|
-
])),
|
|
575
|
-
default: l(() => {
|
|
576
|
-
var t, s, r, g, v, m, D, y;
|
|
577
|
-
return [
|
|
578
|
-
e[77] || (e[77] = n("strong", { class: "mt-3" }, "Was waren Ihre wichtigsten Learnings aus dem Projekt?", -1)),
|
|
579
|
-
n("p", null, f((s = (t = i.value) == null ? void 0 : t["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : s.projectTriggers), 1),
|
|
580
|
-
e[78] || (e[78] = n("strong", { class: "mt-3" }, "Wird die Wirksamkeit Ihres Projekts überwacht und ist der geplante Nutzen eingetreten?", -1)),
|
|
581
|
-
n("p", null, f((g = (r = i.value) == null ? void 0 : r["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : g.involvedStakeholders), 1),
|
|
582
|
-
e[79] || (e[79] = n("strong", { class: "mt-3" }, "Gibt es Pläne für eine Skalierung oder Weiterentwicklung?", -1)),
|
|
583
|
-
n("p", null, f((m = (v = i.value) == null ? void 0 : v["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : m.dataCollectionMethod), 1),
|
|
584
|
-
e[80] || (e[80] = n("strong", { class: "mt-3" }, "Welche externen Unterstützungsangebote haben Ihnen geholfen oder auch gefehlt? ", -1)),
|
|
585
|
-
n("p", null, f((y = (D = i.value) == null ? void 0 : D["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : y.budgetPlanning), 1)
|
|
586
|
-
];
|
|
587
|
-
}),
|
|
588
|
-
_: 1,
|
|
589
|
-
__: [77, 78, 79, 80]
|
|
590
|
-
})
|
|
591
|
-
]),
|
|
592
|
-
e[101] || (e[101] = n("section", { class: "step-section" }, [
|
|
593
|
-
n("h5", null, "Technische Prozessschritte")
|
|
594
|
-
], -1)),
|
|
595
|
-
n("section", Ve, [
|
|
596
|
-
o(E, {
|
|
597
|
-
onDelete: e[30] || (e[30] = (t) => O(["1. Datenerfassung/Grundlegende Informationen", "1. Datenerfassung/Software", "1. Datenerfassung/Datensätze", "1. Datenerfassung/Hardware"])),
|
|
598
|
-
onEdit: e[31] || (e[31] = (t) => h("1. Datenerfassung/Grundlegende Informationen"))
|
|
599
|
-
}, {
|
|
600
|
-
"standalone-name": l(() => {
|
|
601
|
-
var t, s, r, g, v, m, D, y, I, P, S, j, G;
|
|
602
|
-
return [
|
|
603
|
-
(s = (t = i.value) == null ? void 0 : t["1. Datenerfassung/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["1. Datenerfassung/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["1. Datenerfassung/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((P = (I = (y = i.value) == null ? void 0 : y["1. Datenerfassung/Datensätze"]) == null ? void 0 : I.selected) == null ? void 0 : P.length) ?? 0) > 0 || (((G = (j = (S = i.value) == null ? void 0 : S["1. Datenerfassung/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (u(), p("span", Le, " Datenerfassung ")) : (u(), p("span", Fe, " Aktuell haben Sie keinen Prozessschritt zur Datenerfassung hinterlegt. "))
|
|
604
|
-
];
|
|
605
|
-
}),
|
|
606
|
-
default: l(() => {
|
|
607
|
-
var t, s, r, g, v, m, D, y, I, P, S, j, G, _, A, C, M, B, N, Y, U, V, L, F, q, K;
|
|
608
|
-
return [
|
|
609
|
-
(s = (t = i.value) == null ? void 0 : t["1. Datenerfassung/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["1. Datenerfassung/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["1. Datenerfassung/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((P = (I = (y = i.value) == null ? void 0 : y["1. Datenerfassung/Datensätze"]) == null ? void 0 : I.selected) == null ? void 0 : P.length) ?? 0) > 0 || (((G = (j = (S = i.value) == null ? void 0 : S["1. Datenerfassung/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (u(), p(c, { key: 0 }, [
|
|
610
|
-
(A = (_ = i.value) == null ? void 0 : _["1. Datenerfassung/Grundlegende Informationen"]) != null && A.description && ((M = (C = i.value) == null ? void 0 : C["1. Datenerfassung/Grundlegende Informationen"]) == null ? void 0 : M.description) !== "__EMPTY__" ? (u(), p(c, { key: 0 }, [
|
|
611
|
-
e[81] || (e[81] = n("p", null, "Beschreibung", -1)),
|
|
612
|
-
n("strong", null, f(i.value["1. Datenerfassung/Grundlegende Informationen"].description), 1)
|
|
613
|
-
], 64)) : $("", !0),
|
|
614
|
-
n("div", qe, [
|
|
615
|
-
e[82] || (e[82] = n("p", { style: { margin: "0" } }, " Software ", -1)),
|
|
616
|
-
o(W, {
|
|
617
|
-
size: "large",
|
|
618
|
-
"icon-start": "pen",
|
|
619
|
-
variant: "secondary",
|
|
620
|
-
onClick: e[27] || (e[27] = (d) => h("1. Datenerfassung/Software"))
|
|
621
|
-
})
|
|
622
|
-
]),
|
|
623
|
-
(((Y = (N = (B = i.value) == null ? void 0 : B["1. Datenerfassung/Software"]) == null ? void 0 : N.selected) == null ? void 0 : Y.length) ?? 0) > 0 ? (u(!0), p(c, { key: 1 }, x(i.value["1. Datenerfassung/Software"].selected, (d) => (u(), p("ul", {
|
|
624
|
-
key: d.id,
|
|
625
|
-
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
626
|
-
}, [
|
|
627
|
-
o(T, {
|
|
628
|
-
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
629
|
-
resource: "software",
|
|
630
|
-
"resource-id": d.id,
|
|
631
|
-
"setup-fn": (a) => a
|
|
632
|
-
}, {
|
|
633
|
-
default: l(({ result: a }) => {
|
|
634
|
-
var b, k;
|
|
635
|
-
return [
|
|
636
|
-
n("li", null, [
|
|
637
|
-
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
638
|
-
])
|
|
639
|
-
];
|
|
640
|
-
}),
|
|
641
|
-
_: 2
|
|
642
|
-
}, 1032, ["resource-id", "setup-fn"])
|
|
643
|
-
]))), 128)) : $("", !0),
|
|
644
|
-
n("div", Ke, [
|
|
645
|
-
e[83] || (e[83] = n("p", { style: { margin: "0" } }, " Datensatz ", -1)),
|
|
646
|
-
o(W, {
|
|
647
|
-
size: "large",
|
|
648
|
-
"icon-start": "pen",
|
|
649
|
-
variant: "secondary",
|
|
650
|
-
onClick: e[28] || (e[28] = (d) => h("1. Datenerfassung/Datensätze"))
|
|
651
|
-
})
|
|
652
|
-
]),
|
|
653
|
-
(((L = (V = (U = i.value) == null ? void 0 : U["1. Datenerfassung/Datensätze"]) == null ? void 0 : V.selected) == null ? void 0 : L.length) ?? 0) > 0 ? (u(!0), p(c, { key: 2 }, x(i.value["1. Datenerfassung/Datensätze"].selected, (d) => (u(), p("ul", {
|
|
654
|
-
key: d.id,
|
|
655
|
-
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
656
|
-
}, [
|
|
657
|
-
o(T, {
|
|
658
|
-
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
659
|
-
resource: "datasets",
|
|
660
|
-
"resource-id": d.id,
|
|
661
|
-
"setup-fn": (a) => a
|
|
662
|
-
}, {
|
|
663
|
-
default: l(({ result: a }) => {
|
|
664
|
-
var b, k;
|
|
665
|
-
return [
|
|
666
|
-
n("li", null, [
|
|
667
|
-
n("strong", null, f(((b = a == null ? void 0 : a.title) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.title) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
668
|
-
])
|
|
669
|
-
];
|
|
670
|
-
}),
|
|
671
|
-
_: 2
|
|
672
|
-
}, 1032, ["resource-id", "setup-fn"])
|
|
673
|
-
]))), 128)) : $("", !0),
|
|
674
|
-
n("div", Re, [
|
|
675
|
-
e[84] || (e[84] = n("p", { style: { margin: "0" } }, " Hardware ", -1)),
|
|
676
|
-
o(W, {
|
|
677
|
-
size: "large",
|
|
678
|
-
"icon-start": "pen",
|
|
679
|
-
variant: "secondary",
|
|
680
|
-
onClick: e[29] || (e[29] = (d) => h("1. Datenerfassung/Hardware"))
|
|
681
|
-
})
|
|
682
|
-
]),
|
|
683
|
-
(((K = (q = (F = i.value) == null ? void 0 : F["1. Datenerfassung/Hardware"]) == null ? void 0 : q.selected) == null ? void 0 : K.length) ?? 0) > 0 ? (u(!0), p(c, { key: 3 }, x(i.value["1. Datenerfassung/Hardware"].selected, (d) => (u(), p("ul", {
|
|
684
|
-
key: d.id,
|
|
685
|
-
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
686
|
-
}, [
|
|
687
|
-
o(T, {
|
|
688
|
-
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
689
|
-
resource: "hardware",
|
|
690
|
-
"resource-id": d.id,
|
|
691
|
-
"setup-fn": (a) => a
|
|
692
|
-
}, {
|
|
693
|
-
default: l(({ result: a }) => {
|
|
694
|
-
var b, k;
|
|
695
|
-
return [
|
|
696
|
-
n("li", null, [
|
|
697
|
-
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
698
|
-
])
|
|
699
|
-
];
|
|
700
|
-
}),
|
|
701
|
-
_: 2
|
|
702
|
-
}, 1032, ["resource-id", "setup-fn"])
|
|
703
|
-
]))), 128)) : $("", !0)
|
|
704
|
-
], 64)) : $("", !0)
|
|
705
|
-
];
|
|
706
|
-
}),
|
|
707
|
-
_: 1
|
|
708
|
-
})
|
|
709
|
-
]),
|
|
710
|
-
n("section", Ze, [
|
|
711
|
-
o(E, {
|
|
712
|
-
onDelete: e[35] || (e[35] = (t) => O(["2. Datenverarbeitung/Grundlegende Informationen", "2. Datenverarbeitung/Software", "2. Datenverarbeitung/Datensätze", "2. Datenverarbeitung/Hardware"])),
|
|
713
|
-
onEdit: e[36] || (e[36] = (t) => h("2. Datenverarbeitung/Grundlegende Informationen"))
|
|
714
|
-
}, {
|
|
715
|
-
"standalone-name": l(() => {
|
|
716
|
-
var t, s, r, g, v, m, D, y, I, P, S, j, G;
|
|
717
|
-
return [
|
|
718
|
-
(s = (t = i.value) == null ? void 0 : t["2. Datenverarbeitung/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["2. Datenverarbeitung/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["2. Datenverarbeitung/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((P = (I = (y = i.value) == null ? void 0 : y["2. Datenverarbeitung/Datensätze"]) == null ? void 0 : I.selected) == null ? void 0 : P.length) ?? 0) > 0 || (((G = (j = (S = i.value) == null ? void 0 : S["2. Datenverarbeitung/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (u(), p("span", Je, " Datenverarbeitung ")) : (u(), p("span", Qe, " Aktuell haben Sie keinen Prozessschritt zur Datenverarbeitung hinterlegt. "))
|
|
719
|
-
];
|
|
720
|
-
}),
|
|
721
|
-
default: l(() => {
|
|
722
|
-
var t, s, r, g, v, m, D, y, I, P, S, j, G, _, A, C, M, B, N, Y, U, V, L, F, q, K;
|
|
723
|
-
return [
|
|
724
|
-
(s = (t = i.value) == null ? void 0 : t["2. Datenverarbeitung/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["2. Datenverarbeitung/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["2. Datenverarbeitung/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((P = (I = (y = i.value) == null ? void 0 : y["2. Datenverarbeitung/Datensätze"]) == null ? void 0 : I.selected) == null ? void 0 : P.length) ?? 0) > 0 || (((G = (j = (S = i.value) == null ? void 0 : S["2. Datenverarbeitung/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (u(), p(c, { key: 0 }, [
|
|
725
|
-
(A = (_ = i.value) == null ? void 0 : _["2. Datenverarbeitung/Grundlegende Informationen"]) != null && A.description && ((M = (C = i.value) == null ? void 0 : C["2. Datenverarbeitung/Grundlegende Informationen"]) == null ? void 0 : M.description) !== "__EMPTY__" ? (u(), p(c, { key: 0 }, [
|
|
726
|
-
e[85] || (e[85] = n("p", null, "Beschreibung", -1)),
|
|
727
|
-
n("strong", null, f(i.value["2. Datenverarbeitung/Grundlegende Informationen"].description), 1)
|
|
728
|
-
], 64)) : $("", !0),
|
|
729
|
-
n("div", Xe, [
|
|
730
|
-
e[86] || (e[86] = n("p", { style: { margin: "0" } }, " Software ", -1)),
|
|
731
|
-
o(W, {
|
|
732
|
-
size: "large",
|
|
733
|
-
"icon-start": "pen",
|
|
734
|
-
variant: "secondary",
|
|
735
|
-
onClick: e[32] || (e[32] = (d) => h("2. Datenverarbeitung/Software"))
|
|
736
|
-
})
|
|
737
|
-
]),
|
|
738
|
-
(((Y = (N = (B = i.value) == null ? void 0 : B["2. Datenverarbeitung/Software"]) == null ? void 0 : N.selected) == null ? void 0 : Y.length) ?? 0) > 0 ? (u(!0), p(c, { key: 1 }, x(i.value["2. Datenverarbeitung/Software"].selected, (d) => (u(), p("ul", {
|
|
739
|
-
key: d.id,
|
|
740
|
-
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
741
|
-
}, [
|
|
742
|
-
o(T, {
|
|
743
|
-
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
744
|
-
resource: "software",
|
|
745
|
-
"resource-id": d.id,
|
|
746
|
-
"setup-fn": (a) => a
|
|
747
|
-
}, {
|
|
748
|
-
default: l(({ result: a }) => {
|
|
749
|
-
var b, k;
|
|
750
|
-
return [
|
|
751
|
-
n("li", null, [
|
|
752
|
-
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
753
|
-
])
|
|
754
|
-
];
|
|
755
|
-
}),
|
|
756
|
-
_: 2
|
|
757
|
-
}, 1032, ["resource-id", "setup-fn"])
|
|
758
|
-
]))), 128)) : $("", !0),
|
|
759
|
-
n("div", en, [
|
|
760
|
-
e[87] || (e[87] = n("p", { style: { margin: "0" } }, " Datensatz ", -1)),
|
|
761
|
-
o(W, {
|
|
762
|
-
size: "large",
|
|
763
|
-
"icon-start": "pen",
|
|
764
|
-
variant: "secondary",
|
|
765
|
-
onClick: e[33] || (e[33] = (d) => h("2. Datenverarbeitung/Datensätze"))
|
|
766
|
-
})
|
|
767
|
-
]),
|
|
768
|
-
(((L = (V = (U = i.value) == null ? void 0 : U["2. Datenverarbeitung/Datensätze"]) == null ? void 0 : V.selected) == null ? void 0 : L.length) ?? 0) > 0 ? (u(!0), p(c, { key: 2 }, x(i.value["2. Datenverarbeitung/Datensätze"].selected, (d) => (u(), p("ul", {
|
|
769
|
-
key: d.id,
|
|
770
|
-
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
771
|
-
}, [
|
|
772
|
-
o(T, {
|
|
773
|
-
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
774
|
-
resource: "datasets",
|
|
775
|
-
"resource-id": d.id,
|
|
776
|
-
"setup-fn": (a) => a
|
|
777
|
-
}, {
|
|
778
|
-
default: l(({ result: a }) => {
|
|
779
|
-
var b, k;
|
|
780
|
-
return [
|
|
781
|
-
n("li", null, [
|
|
782
|
-
n("strong", null, f(((b = a == null ? void 0 : a.title) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.title) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
783
|
-
])
|
|
784
|
-
];
|
|
785
|
-
}),
|
|
786
|
-
_: 2
|
|
787
|
-
}, 1032, ["resource-id", "setup-fn"])
|
|
788
|
-
]))), 128)) : $("", !0),
|
|
789
|
-
n("div", nn, [
|
|
790
|
-
e[88] || (e[88] = n("p", { style: { margin: "0" } }, " Hardware ", -1)),
|
|
791
|
-
o(W, {
|
|
792
|
-
size: "large",
|
|
793
|
-
"icon-start": "pen",
|
|
794
|
-
variant: "secondary",
|
|
795
|
-
onClick: e[34] || (e[34] = (d) => h("2. Datenverarbeitung/Hardware"))
|
|
796
|
-
})
|
|
797
|
-
]),
|
|
798
|
-
(((K = (q = (F = i.value) == null ? void 0 : F["2. Datenverarbeitung/Hardware"]) == null ? void 0 : q.selected) == null ? void 0 : K.length) ?? 0) > 0 ? (u(!0), p(c, { key: 3 }, x(i.value["2. Datenverarbeitung/Hardware"].selected, (d) => (u(), p("ul", {
|
|
799
|
-
key: d.id,
|
|
800
|
-
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
801
|
-
}, [
|
|
802
|
-
o(T, {
|
|
803
|
-
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
804
|
-
resource: "hardware",
|
|
805
|
-
"resource-id": d.id,
|
|
806
|
-
"setup-fn": (a) => a
|
|
807
|
-
}, {
|
|
808
|
-
default: l(({ result: a }) => {
|
|
809
|
-
var b, k;
|
|
810
|
-
return [
|
|
811
|
-
n("li", null, [
|
|
812
|
-
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
813
|
-
])
|
|
814
|
-
];
|
|
815
|
-
}),
|
|
816
|
-
_: 2
|
|
817
|
-
}, 1032, ["resource-id", "setup-fn"])
|
|
818
|
-
]))), 128)) : $("", !0)
|
|
819
|
-
], 64)) : $("", !0)
|
|
820
|
-
];
|
|
821
|
-
}),
|
|
822
|
-
_: 1
|
|
823
|
-
})
|
|
824
|
-
]),
|
|
825
|
-
n("section", tn, [
|
|
826
|
-
o(E, {
|
|
827
|
-
onDelete: e[40] || (e[40] = (t) => O(["3. Datensimulation/Grundlegende Informationen", "3. Datensimulation/Software", "3. Datensimulation/Datensätze", "3. Datensimulation/Hardware"])),
|
|
828
|
-
onEdit: e[41] || (e[41] = (t) => h("3. Datensimulation/Grundlegende Informationen"))
|
|
829
|
-
}, {
|
|
830
|
-
"standalone-name": l(() => {
|
|
831
|
-
var t, s, r, g, v, m, D, y, I, P, S, j, G;
|
|
832
|
-
return [
|
|
833
|
-
(s = (t = i.value) == null ? void 0 : t["3. Datensimulation/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["3. Datensimulation/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["3. Datensimulation/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((P = (I = (y = i.value) == null ? void 0 : y["3. Datensimulation/Datensätze"]) == null ? void 0 : I.selected) == null ? void 0 : P.length) ?? 0) > 0 || (((G = (j = (S = i.value) == null ? void 0 : S["3. Datensimulation/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (u(), p("span", an, " Datensimulation ")) : (u(), p("span", sn, " Aktuell haben Sie keinen Prozessschritt zur Datensimulation hinterlegt. "))
|
|
834
|
-
];
|
|
835
|
-
}),
|
|
836
|
-
default: l(() => {
|
|
837
|
-
var t, s, r, g, v, m, D, y, I, P, S, j, G, _, A, C, M, B, N, Y, U, V, L, F, q, K;
|
|
838
|
-
return [
|
|
839
|
-
(s = (t = i.value) == null ? void 0 : t["3. Datensimulation/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["3. Datensimulation/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["3. Datensimulation/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((P = (I = (y = i.value) == null ? void 0 : y["3. Datensimulation/Datensätze"]) == null ? void 0 : I.selected) == null ? void 0 : P.length) ?? 0) > 0 || (((G = (j = (S = i.value) == null ? void 0 : S["3. Datensimulation/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (u(), p(c, { key: 0 }, [
|
|
840
|
-
(A = (_ = i.value) == null ? void 0 : _["3. Datensimulation/Grundlegende Informationen"]) != null && A.description && ((M = (C = i.value) == null ? void 0 : C["3. Datensimulation/Grundlegende Informationen"]) == null ? void 0 : M.description) !== "__EMPTY__" ? (u(), p(c, { key: 0 }, [
|
|
841
|
-
e[89] || (e[89] = n("p", null, "Beschreibung", -1)),
|
|
842
|
-
n("strong", null, f(i.value["3. Datensimulation/Grundlegende Informationen"].description), 1)
|
|
843
|
-
], 64)) : $("", !0),
|
|
844
|
-
n("div", ln, [
|
|
845
|
-
e[90] || (e[90] = n("p", { style: { margin: "0" } }, " Software ", -1)),
|
|
846
|
-
o(W, {
|
|
847
|
-
size: "large",
|
|
848
|
-
"icon-start": "pen",
|
|
849
|
-
variant: "secondary",
|
|
850
|
-
onClick: e[37] || (e[37] = (d) => h("3. Datensimulation/Software"))
|
|
851
|
-
})
|
|
852
|
-
]),
|
|
853
|
-
(((Y = (N = (B = i.value) == null ? void 0 : B["3. Datensimulation/Software"]) == null ? void 0 : N.selected) == null ? void 0 : Y.length) ?? 0) > 0 ? (u(!0), p(c, { key: 1 }, x(i.value["3. Datensimulation/Software"].selected, (d) => (u(), p("ul", {
|
|
854
|
-
key: d.id,
|
|
855
|
-
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
856
|
-
}, [
|
|
857
|
-
o(T, {
|
|
858
|
-
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
859
|
-
resource: "software",
|
|
860
|
-
"resource-id": d.id,
|
|
861
|
-
"setup-fn": (a) => a
|
|
862
|
-
}, {
|
|
863
|
-
default: l(({ result: a }) => {
|
|
864
|
-
var b, k;
|
|
865
|
-
return [
|
|
866
|
-
n("li", null, [
|
|
867
|
-
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
868
|
-
])
|
|
869
|
-
];
|
|
870
|
-
}),
|
|
871
|
-
_: 2
|
|
872
|
-
}, 1032, ["resource-id", "setup-fn"])
|
|
873
|
-
]))), 128)) : $("", !0),
|
|
874
|
-
n("div", on, [
|
|
875
|
-
e[91] || (e[91] = n("p", { style: { margin: "0" } }, " Datensatz ", -1)),
|
|
876
|
-
o(W, {
|
|
877
|
-
size: "large",
|
|
878
|
-
"icon-start": "pen",
|
|
879
|
-
variant: "secondary",
|
|
880
|
-
onClick: e[38] || (e[38] = (d) => h("3. Datensimulation/Datensätze"))
|
|
881
|
-
})
|
|
882
|
-
]),
|
|
883
|
-
(((L = (V = (U = i.value) == null ? void 0 : U["3. Datensimulation/Datensätze"]) == null ? void 0 : V.selected) == null ? void 0 : L.length) ?? 0) > 0 ? (u(!0), p(c, { key: 2 }, x(i.value["3. Datensimulation/Datensätze"].selected, (d) => (u(), p("ul", {
|
|
884
|
-
key: d.id,
|
|
885
|
-
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
886
|
-
}, [
|
|
887
|
-
o(T, {
|
|
888
|
-
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
889
|
-
resource: "datasets",
|
|
890
|
-
"resource-id": d.id,
|
|
891
|
-
"setup-fn": (a) => a
|
|
892
|
-
}, {
|
|
893
|
-
default: l(({ result: a }) => {
|
|
894
|
-
var b, k;
|
|
895
|
-
return [
|
|
896
|
-
n("li", null, [
|
|
897
|
-
n("strong", null, f(((b = a == null ? void 0 : a.title) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.title) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
898
|
-
])
|
|
899
|
-
];
|
|
900
|
-
}),
|
|
901
|
-
_: 2
|
|
902
|
-
}, 1032, ["resource-id", "setup-fn"])
|
|
903
|
-
]))), 128)) : $("", !0),
|
|
904
|
-
n("div", rn, [
|
|
905
|
-
e[92] || (e[92] = n("p", { style: { margin: "0" } }, " Hardware ", -1)),
|
|
906
|
-
o(W, {
|
|
907
|
-
size: "large",
|
|
908
|
-
"icon-start": "pen",
|
|
909
|
-
variant: "secondary",
|
|
910
|
-
onClick: e[39] || (e[39] = (d) => h("3. Datensimulation/Hardware"))
|
|
911
|
-
})
|
|
912
|
-
]),
|
|
913
|
-
(((K = (q = (F = i.value) == null ? void 0 : F["3. Datensimulation/Hardware"]) == null ? void 0 : q.selected) == null ? void 0 : K.length) ?? 0) > 0 ? (u(!0), p(c, { key: 3 }, x(i.value["3. Datensimulation/Hardware"].selected, (d) => (u(), p("ul", {
|
|
914
|
-
key: d.id,
|
|
915
|
-
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
916
|
-
}, [
|
|
917
|
-
o(T, {
|
|
918
|
-
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
919
|
-
resource: "hardware",
|
|
920
|
-
"resource-id": d.id,
|
|
921
|
-
"setup-fn": (a) => a
|
|
922
|
-
}, {
|
|
923
|
-
default: l(({ result: a }) => {
|
|
924
|
-
var b, k;
|
|
925
|
-
return [
|
|
926
|
-
n("li", null, [
|
|
927
|
-
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
928
|
-
])
|
|
929
|
-
];
|
|
930
|
-
}),
|
|
931
|
-
_: 2
|
|
932
|
-
}, 1032, ["resource-id", "setup-fn"])
|
|
933
|
-
]))), 128)) : $("", !0)
|
|
934
|
-
], 64)) : $("", !0)
|
|
935
|
-
];
|
|
936
|
-
}),
|
|
937
|
-
_: 1
|
|
938
|
-
})
|
|
939
|
-
]),
|
|
940
|
-
n("section", dn, [
|
|
941
|
-
o(E, {
|
|
942
|
-
onDelete: e[45] || (e[45] = (t) => O(["4. Datenvisualisierung/Grundlegende Informationen", "4. Datenvisualisierung/Software", "4. Datenvisualisierung/Datensätze", "4. Datenvisualisierung/Hardware"])),
|
|
943
|
-
onEdit: e[46] || (e[46] = (t) => h("4. Datenvisualisierung/Grundlegende Informationen"))
|
|
944
|
-
}, {
|
|
945
|
-
"standalone-name": l(() => {
|
|
946
|
-
var t, s, r, g, v, m, D, y, I, P, S, j, G;
|
|
947
|
-
return [
|
|
948
|
-
(s = (t = i.value) == null ? void 0 : t["4. Datenvisualisierung/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["4. Datenvisualisierung/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["4. Datenvisualisierung/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((P = (I = (y = i.value) == null ? void 0 : y["4. Datenvisualisierung/Datensätze"]) == null ? void 0 : I.selected) == null ? void 0 : P.length) ?? 0) > 0 || (((G = (j = (S = i.value) == null ? void 0 : S["4. Datenvisualisierung/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (u(), p("span", un, " Datenvisualisierung ")) : (u(), p("div", gn, " Aktuell haben Sie keinen Prozessschritt zur Datenvisualisierung hinterlegt. "))
|
|
949
|
-
];
|
|
950
|
-
}),
|
|
951
|
-
default: l(() => {
|
|
952
|
-
var t, s, r, g, v, m, D, y, I, P, S, j, G, _, A, C, M, B, N, Y, U, V, L, F, q, K;
|
|
953
|
-
return [
|
|
954
|
-
(s = (t = i.value) == null ? void 0 : t["4. Datenvisualisierung/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["4. Datenvisualisierung/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["4. Datenvisualisierung/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((P = (I = (y = i.value) == null ? void 0 : y["4. Datenvisualisierung/Datensätze"]) == null ? void 0 : I.selected) == null ? void 0 : P.length) ?? 0) > 0 || (((G = (j = (S = i.value) == null ? void 0 : S["4. Datenvisualisierung/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (u(), p(c, { key: 0 }, [
|
|
955
|
-
(A = (_ = i.value) == null ? void 0 : _["4. Datenvisualisierung/Grundlegende Informationen"]) != null && A.description && ((M = (C = i.value) == null ? void 0 : C["4. Datenvisualisierung/Grundlegende Informationen"]) == null ? void 0 : M.description) !== "__EMPTY__" ? (u(), p(c, { key: 0 }, [
|
|
956
|
-
e[93] || (e[93] = n("p", null, "Beschreibung", -1)),
|
|
957
|
-
n("strong", null, f(i.value["4. Datenvisualisierung/Grundlegende Informationen"].description), 1)
|
|
958
|
-
], 64)) : $("", !0),
|
|
959
|
-
n("div", pn, [
|
|
960
|
-
e[94] || (e[94] = n("p", { style: { margin: "0" } }, " Software ", -1)),
|
|
961
|
-
o(W, {
|
|
962
|
-
size: "large",
|
|
963
|
-
"icon-start": "pen",
|
|
964
|
-
variant: "secondary",
|
|
965
|
-
onClick: e[42] || (e[42] = (d) => h("4. Datenvisualisierung/Software"))
|
|
966
|
-
})
|
|
967
|
-
]),
|
|
968
|
-
(((Y = (N = (B = i.value) == null ? void 0 : B["4. Datenvisualisierung/Software"]) == null ? void 0 : N.selected) == null ? void 0 : Y.length) ?? 0) > 0 ? (u(!0), p(c, { key: 1 }, x(i.value["4. Datenvisualisierung/Software"].selected, (d) => (u(), p("ul", {
|
|
969
|
-
key: d.id,
|
|
970
|
-
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
971
|
-
}, [
|
|
972
|
-
o(T, {
|
|
973
|
-
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
974
|
-
resource: "software",
|
|
975
|
-
"resource-id": d.id,
|
|
976
|
-
"setup-fn": (a) => a
|
|
977
|
-
}, {
|
|
978
|
-
default: l(({ result: a }) => {
|
|
979
|
-
var b, k;
|
|
980
|
-
return [
|
|
981
|
-
n("li", null, [
|
|
982
|
-
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
983
|
-
])
|
|
984
|
-
];
|
|
985
|
-
}),
|
|
986
|
-
_: 2
|
|
987
|
-
}, 1032, ["resource-id", "setup-fn"])
|
|
988
|
-
]))), 128)) : $("", !0),
|
|
989
|
-
n("div", fn, [
|
|
990
|
-
e[95] || (e[95] = n("p", { style: { margin: "0" } }, " Datensatz ", -1)),
|
|
991
|
-
o(W, {
|
|
992
|
-
size: "large",
|
|
993
|
-
"icon-start": "pen",
|
|
994
|
-
variant: "secondary",
|
|
995
|
-
onClick: e[43] || (e[43] = (d) => h("4. Datenvisualisierung/Datensätze"))
|
|
996
|
-
})
|
|
997
|
-
]),
|
|
998
|
-
(((L = (V = (U = i.value) == null ? void 0 : U["4. Datenvisualisierung/Datensätze"]) == null ? void 0 : V.selected) == null ? void 0 : L.length) ?? 0) > 0 ? (u(!0), p(c, { key: 2 }, x(i.value["4. Datenvisualisierung/Datensätze"].selected, (d) => (u(), p("ul", {
|
|
999
|
-
key: d.id,
|
|
1000
|
-
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
1001
|
-
}, [
|
|
1002
|
-
o(T, {
|
|
1003
|
-
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
1004
|
-
resource: "datasets",
|
|
1005
|
-
"resource-id": d.id,
|
|
1006
|
-
"setup-fn": (a) => a
|
|
351
|
+
];
|
|
352
|
+
}),
|
|
353
|
+
_: 1
|
|
354
|
+
})
|
|
355
|
+
]),
|
|
356
|
+
n("section", Ee, [
|
|
357
|
+
u($, {
|
|
358
|
+
onEdit: e[9] || (e[9] = (t) => h("Optionale Daten")),
|
|
359
|
+
onDelete: e[10] || (e[10] = (t) => O(["Optionale Daten#startDate", "Optionale Daten#endDate"]))
|
|
360
|
+
}, {
|
|
361
|
+
"standalone-name": l(() => e[56] || (e[56] = [
|
|
362
|
+
w(" Projektzeitraum (optional) ", -1)
|
|
363
|
+
])),
|
|
364
|
+
default: l(() => [
|
|
365
|
+
n("div", xe, [
|
|
366
|
+
u(x, { title: "vom" }, {
|
|
367
|
+
default: l(() => {
|
|
368
|
+
var t, s;
|
|
369
|
+
return [
|
|
370
|
+
w(f(X((s = (t = i.value) == null ? void 0 : t["Optionale Daten"]) == null ? void 0 : s.startDate) || "offen"), 1)
|
|
371
|
+
];
|
|
372
|
+
}),
|
|
373
|
+
_: 1
|
|
374
|
+
}),
|
|
375
|
+
u(x, { title: "bis" }, {
|
|
376
|
+
default: l(() => {
|
|
377
|
+
var t, s;
|
|
378
|
+
return [
|
|
379
|
+
w(f(X((s = (t = i.value) == null ? void 0 : t["Optionale Daten"]) == null ? void 0 : s.endDate) || "offen"), 1)
|
|
380
|
+
];
|
|
381
|
+
}),
|
|
382
|
+
_: 1
|
|
383
|
+
})
|
|
384
|
+
])
|
|
385
|
+
]),
|
|
386
|
+
_: 1
|
|
387
|
+
})
|
|
388
|
+
]),
|
|
389
|
+
n("section", Oe, [
|
|
390
|
+
u($, {
|
|
391
|
+
onEdit: e[11] || (e[11] = (t) => h("Optionale Daten")),
|
|
392
|
+
onDelete: e[12] || (e[12] = (t) => O(["Optionale Daten#budget", "Optionale Daten#budgetDescription"]))
|
|
393
|
+
}, {
|
|
394
|
+
"standalone-name": l(() => e[57] || (e[57] = [
|
|
395
|
+
w(" Budget (optional) ", -1)
|
|
396
|
+
])),
|
|
397
|
+
default: l(() => {
|
|
398
|
+
var t, s, r, g;
|
|
399
|
+
return [
|
|
400
|
+
n("div", He, [
|
|
401
|
+
(s = (t = i.value) == null ? void 0 : t["Optionale Daten"]) != null && s.budget ? (o(), H(x, {
|
|
402
|
+
key: 0,
|
|
403
|
+
title: "Budget"
|
|
1007
404
|
}, {
|
|
1008
|
-
default: l((
|
|
1009
|
-
var
|
|
405
|
+
default: l(() => {
|
|
406
|
+
var v, m;
|
|
1010
407
|
return [
|
|
1011
|
-
|
|
1012
|
-
n("strong", null, f(((b = a == null ? void 0 : a.title) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.title) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
1013
|
-
])
|
|
408
|
+
w(f((m = (v = i.value) == null ? void 0 : v["Optionale Daten"]) == null ? void 0 : m.budget) + " € ", 1)
|
|
1014
409
|
];
|
|
1015
410
|
}),
|
|
1016
|
-
_:
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
o(W, {
|
|
1022
|
-
size: "large",
|
|
1023
|
-
"icon-start": "pen",
|
|
1024
|
-
variant: "secondary",
|
|
1025
|
-
onClick: e[44] || (e[44] = (d) => h("4. Datenvisualisierung/Hardware"))
|
|
1026
|
-
})
|
|
1027
|
-
]),
|
|
1028
|
-
(((K = (q = (F = i.value) == null ? void 0 : F["4. Datenvisualisierung/Hardware"]) == null ? void 0 : q.selected) == null ? void 0 : K.length) ?? 0) > 0 ? (u(!0), p(c, { key: 3 }, x(i.value["4. Datenvisualisierung/Hardware"].selected, (d) => (u(), p("ul", {
|
|
1029
|
-
key: d.id,
|
|
1030
|
-
style: { "list-style": "none", padding: "0", margin: "0" }
|
|
1031
|
-
}, [
|
|
1032
|
-
o(T, {
|
|
1033
|
-
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
1034
|
-
resource: "hardware",
|
|
1035
|
-
"resource-id": d.id,
|
|
1036
|
-
"setup-fn": (a) => a
|
|
411
|
+
_: 1
|
|
412
|
+
})) : _("", !0),
|
|
413
|
+
(g = (r = i.value) == null ? void 0 : r["Optionale Daten"]) != null && g.budgetDescription ? (o(), H(x, {
|
|
414
|
+
key: 1,
|
|
415
|
+
title: "Förderung (optional)"
|
|
1037
416
|
}, {
|
|
1038
|
-
default: l((
|
|
1039
|
-
var
|
|
417
|
+
default: l(() => {
|
|
418
|
+
var v, m;
|
|
1040
419
|
return [
|
|
1041
|
-
|
|
1042
|
-
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
1043
|
-
])
|
|
420
|
+
w(f((m = (v = i.value) == null ? void 0 : v["Optionale Daten"]) == null ? void 0 : m.budgetDescription), 1)
|
|
1044
421
|
];
|
|
1045
422
|
}),
|
|
1046
|
-
_:
|
|
1047
|
-
}
|
|
1048
|
-
])
|
|
1049
|
-
]
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
423
|
+
_: 1
|
|
424
|
+
})) : _("", !0)
|
|
425
|
+
])
|
|
426
|
+
];
|
|
427
|
+
}),
|
|
428
|
+
_: 1
|
|
429
|
+
})
|
|
430
|
+
]),
|
|
431
|
+
n("section", We, [
|
|
432
|
+
u($, {
|
|
433
|
+
onEdit: e[13] || (e[13] = (t) => h("Optionale Daten")),
|
|
434
|
+
onDelete: e[14] || (e[14] = (t) => O("Optionale Daten#requiredExpertise"))
|
|
435
|
+
}, {
|
|
436
|
+
"standalone-name": l(() => e[58] || (e[58] = [
|
|
437
|
+
w(" Erforderliche Fachkompetenzen (optional) ", -1)
|
|
438
|
+
])),
|
|
439
|
+
default: l(() => {
|
|
440
|
+
var t, s;
|
|
441
|
+
return [
|
|
442
|
+
n("ul", Te, [
|
|
443
|
+
(o(!0), p(c, null, E((s = (t = i.value) == null ? void 0 : t["Optionale Daten"]) == null ? void 0 : s.requiredExpertise, (r) => (o(), p("li", { key: r }, [
|
|
444
|
+
u(Q, {
|
|
445
|
+
text: r,
|
|
446
|
+
data: { "@value": "expertise" },
|
|
447
|
+
setup: { "@type": "selected", "@search": !1, "@inTable": !1 }
|
|
448
|
+
}, null, 8, ["text"])
|
|
449
|
+
]))), 128))
|
|
450
|
+
])
|
|
451
|
+
];
|
|
452
|
+
}),
|
|
453
|
+
_: 1
|
|
454
|
+
})
|
|
455
|
+
]),
|
|
456
|
+
n("section", Ae, [
|
|
457
|
+
u($, {
|
|
458
|
+
onEdit: e[15] || (e[15] = (t) => h("Optionale Daten")),
|
|
459
|
+
onDelete: e[16] || (e[16] = (t) => O("Optionale Daten#references"))
|
|
460
|
+
}, {
|
|
461
|
+
"standalone-name": l(() => e[59] || (e[59] = [
|
|
462
|
+
w(" Screenshots (optional) ", -1)
|
|
463
|
+
])),
|
|
464
|
+
default: l(() => {
|
|
465
|
+
var t, s;
|
|
466
|
+
return [
|
|
467
|
+
(o(!0), p(c, null, E((s = (t = i.value) == null ? void 0 : t["Optionale Daten"]) == null ? void 0 : s.references, (r, g) => (o(), p("div", { key: g }, [
|
|
468
|
+
n("div", Ce, [
|
|
469
|
+
u(x, { title: "URL" }, {
|
|
470
|
+
default: l(() => [
|
|
471
|
+
n("span", null, f(r.homepage), 1)
|
|
472
|
+
]),
|
|
473
|
+
_: 2
|
|
474
|
+
}, 1024)
|
|
475
|
+
])
|
|
476
|
+
]))), 128))
|
|
477
|
+
];
|
|
478
|
+
}),
|
|
479
|
+
_: 1
|
|
480
|
+
})
|
|
481
|
+
]),
|
|
482
|
+
n("section", Be, [
|
|
483
|
+
u($, {
|
|
484
|
+
onEdit: e[17] || (e[17] = (t) => h("Optionale Daten")),
|
|
485
|
+
onDelete: e[18] || (e[18] = (t) => O("Optionale Daten#links"))
|
|
486
|
+
}, {
|
|
487
|
+
"standalone-name": l(() => e[60] || (e[60] = [
|
|
488
|
+
w(" Weiterführende Links (optional) ", -1)
|
|
489
|
+
])),
|
|
490
|
+
default: l(() => {
|
|
491
|
+
var t, s;
|
|
492
|
+
return [
|
|
493
|
+
(o(!0), p(c, null, E((s = (t = i.value) == null ? void 0 : t["Optionale Daten"]) == null ? void 0 : s.links, (r, g) => (o(), p("div", { key: g }, [
|
|
494
|
+
n("div", Me, [
|
|
495
|
+
u(x, { title: "Name" }, {
|
|
496
|
+
default: l(() => [
|
|
497
|
+
w(f(r.name), 1)
|
|
498
|
+
]),
|
|
499
|
+
_: 2
|
|
500
|
+
}, 1024),
|
|
501
|
+
u(x, {
|
|
502
|
+
title: "Website",
|
|
503
|
+
class: "mb-2"
|
|
504
|
+
}, {
|
|
505
|
+
default: l(() => [
|
|
506
|
+
w(f(r.url), 1)
|
|
507
|
+
]),
|
|
508
|
+
_: 2
|
|
509
|
+
}, 1024),
|
|
510
|
+
u(x, {
|
|
511
|
+
title: "Beschreibung",
|
|
512
|
+
class: "mb-2"
|
|
513
|
+
}, {
|
|
514
|
+
default: l(() => [
|
|
515
|
+
w(f(r.description), 1)
|
|
516
|
+
]),
|
|
517
|
+
_: 2
|
|
518
|
+
}, 1024)
|
|
519
|
+
])
|
|
520
|
+
]))), 128))
|
|
521
|
+
];
|
|
522
|
+
}),
|
|
523
|
+
_: 1
|
|
524
|
+
})
|
|
525
|
+
]),
|
|
526
|
+
e[100] || (e[100] = n("section", { class: "step-section" }, [
|
|
527
|
+
n("h5", null, "Projektphasen")
|
|
528
|
+
], -1)),
|
|
529
|
+
n("section", Ne, [
|
|
530
|
+
u($, {
|
|
531
|
+
onEdit: e[19] || (e[19] = (t) => h("Projektphasen (optional)/Initiieren")),
|
|
532
|
+
onDelete: e[20] || (e[20] = (t) => O("Projektphasen (optional)/Initiieren"))
|
|
533
|
+
}, {
|
|
534
|
+
"standalone-name": l(() => e[61] || (e[61] = [
|
|
535
|
+
w(" Initiieren (optional) ", -1)
|
|
536
|
+
])),
|
|
537
|
+
default: l(() => {
|
|
538
|
+
var t, s, r, g, v, m, D, y;
|
|
539
|
+
return [
|
|
540
|
+
e[62] || (e[62] = n("strong", { class: "mt-3" }, "Was waren Auslöser für das Projekt?", -1)),
|
|
541
|
+
n("p", null, f((s = (t = i.value) == null ? void 0 : t["Projektphasen (optional)/Initiieren"]) == null ? void 0 : s.projectTriggers), 1),
|
|
542
|
+
e[63] || (e[63] = n("strong", { class: "mt-3" }, "Welche relevanten Akteure - innerhalb oder außerhalb Ihrer Organisation - haben Sie frühzeitig involviert?", -1)),
|
|
543
|
+
n("p", null, f((g = (r = i.value) == null ? void 0 : r["Projektphasen (optional)/Initiieren"]) == null ? void 0 : g.involvedStakeholders), 1),
|
|
544
|
+
e[64] || (e[64] = n("strong", { class: "mt-3" }, "Wie haben Sie den Bestand vorhandener Daten erhoben?", -1)),
|
|
545
|
+
n("p", null, f((m = (v = i.value) == null ? void 0 : v["Projektphasen (optional)/Initiieren"]) == null ? void 0 : m.dataCollectionMethod), 1),
|
|
546
|
+
e[65] || (e[65] = n("strong", { class: "mt-3" }, "Wie haben Sie das (erste) Budget berechnet und gesichert?", -1)),
|
|
547
|
+
n("p", null, f((y = (D = i.value) == null ? void 0 : D["Projektphasen (optional)/Initiieren"]) == null ? void 0 : y.budgetPlanning), 1)
|
|
548
|
+
];
|
|
549
|
+
}),
|
|
550
|
+
_: 1,
|
|
551
|
+
__: [62, 63, 64, 65]
|
|
552
|
+
})
|
|
553
|
+
]),
|
|
554
|
+
n("section", Ye, [
|
|
555
|
+
u($, {
|
|
556
|
+
onEdit: e[21] || (e[21] = (t) => h("Projektphasen (optional)/Planen")),
|
|
557
|
+
onDelete: e[22] || (e[22] = (t) => O("Projektphasen (optional)/Planen"))
|
|
558
|
+
}, {
|
|
559
|
+
"standalone-name": l(() => e[66] || (e[66] = [
|
|
560
|
+
w(" Planen (optional) ", -1)
|
|
561
|
+
])),
|
|
562
|
+
default: l(() => {
|
|
563
|
+
var t, s, r, g, v, m, D, y;
|
|
564
|
+
return [
|
|
565
|
+
e[67] || (e[67] = n("strong", { class: "mt-3" }, "Wie haben Sie die Anforderungen erhoben und dokumentiert?", -1)),
|
|
566
|
+
n("p", null, f((s = (t = i.value) == null ? void 0 : t["Projektphasen (optional)/Planen"]) == null ? void 0 : s.requirementsGatherings), 1),
|
|
567
|
+
e[68] || (e[68] = n("strong", { class: "mt-3" }, "Welche Ausschreibungsform haben Sie gewählt und warum? Gab es eine Vorlage oder Muster-Leistungsbeschreibung, die hilfreich war und die Sie teilen können?", -1)),
|
|
568
|
+
n("p", null, f((g = (r = i.value) == null ? void 0 : r["Projektphasen (optional)/Planen"]) == null ? void 0 : g.tenderFormat), 1),
|
|
569
|
+
e[69] || (e[69] = n("strong", { class: "mt-3" }, "Welche Tipps haben Sie für eine erfolgreiche Ausschreibung?", -1)),
|
|
570
|
+
n("p", null, f((m = (v = i.value) == null ? void 0 : v["Projektphasen (optional)/Planen"]) == null ? void 0 : m.tenderTips), 1),
|
|
571
|
+
e[70] || (e[70] = n("strong", { class: "mt-3" }, "Wie haben Sie die Ressourcenplanung für die Entwicklung und den Betrieb Ihres Digitalen Zwillings gestaltet und gesichert?", -1)),
|
|
572
|
+
n("p", null, f((y = (D = i.value) == null ? void 0 : D["Projektphasen (optional)/Planen"]) == null ? void 0 : y.resourcePlanning), 1)
|
|
573
|
+
];
|
|
574
|
+
}),
|
|
575
|
+
_: 1,
|
|
576
|
+
__: [67, 68, 69, 70]
|
|
577
|
+
})
|
|
578
|
+
]),
|
|
579
|
+
n("section", Ve, [
|
|
580
|
+
u($, {
|
|
581
|
+
onEdit: e[23] || (e[23] = (t) => h("Projektphasen (optional)/Umsetzen")),
|
|
582
|
+
onDelete: e[24] || (e[24] = (t) => O("Projektphasen (optional)/Umsetzen"))
|
|
583
|
+
}, {
|
|
584
|
+
"standalone-name": l(() => e[71] || (e[71] = [
|
|
585
|
+
w(" Umsetzen (optional) ", -1)
|
|
586
|
+
])),
|
|
587
|
+
default: l(() => {
|
|
588
|
+
var t, s, r, g, v, m, D, y;
|
|
589
|
+
return [
|
|
590
|
+
e[72] || (e[72] = n("strong", { class: "mt-3" }, "Wie haben Sie die Zusammenarbeit mit den Dienstleistern organisiert?", -1)),
|
|
591
|
+
n("p", null, f((s = (t = i.value) == null ? void 0 : t["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : s.projectTriggers), 1),
|
|
592
|
+
e[73] || (e[73] = n("strong", { class: "mt-3" }, "Gab es Verzögerungen und wenn ja, was waren die Gründe?", -1)),
|
|
593
|
+
n("p", null, f((g = (r = i.value) == null ? void 0 : r["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : g.involvedStakeholders), 1),
|
|
594
|
+
e[74] || (e[74] = n("strong", { class: "mt-3" }, "Welche Schnittstellen wurden genutzt und traten technische Herausforderungen auf?", -1)),
|
|
595
|
+
n("p", null, f((m = (v = i.value) == null ? void 0 : v["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : m.dataCollectionMethod), 1),
|
|
596
|
+
e[75] || (e[75] = n("strong", { class: "mt-3" }, "Welche Überlegungen sind in Ihre Entscheidung für eine Open-Source-Lösung geflossen und welche Erfahrungen haben Sie bisher damit gemacht?", -1)),
|
|
597
|
+
n("p", null, f((y = (D = i.value) == null ? void 0 : D["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : y.budgetPlanning), 1)
|
|
598
|
+
];
|
|
599
|
+
}),
|
|
600
|
+
_: 1,
|
|
601
|
+
__: [72, 73, 74, 75]
|
|
602
|
+
})
|
|
603
|
+
]),
|
|
604
|
+
n("section", Ue, [
|
|
605
|
+
u($, {
|
|
606
|
+
onEdit: e[25] || (e[25] = (t) => h("Projektphasen (optional)/Weiterdenken")),
|
|
607
|
+
onDelete: e[26] || (e[26] = (t) => O("Projektphasen (optional)/Weiterdenken"))
|
|
608
|
+
}, {
|
|
609
|
+
"standalone-name": l(() => e[76] || (e[76] = [
|
|
610
|
+
w(" Weiterdenken (optional) ", -1)
|
|
611
|
+
])),
|
|
612
|
+
default: l(() => {
|
|
613
|
+
var t, s, r, g, v, m, D, y;
|
|
614
|
+
return [
|
|
615
|
+
e[77] || (e[77] = n("strong", { class: "mt-3" }, "Was waren Ihre wichtigsten Learnings aus dem Projekt?", -1)),
|
|
616
|
+
n("p", null, f((s = (t = i.value) == null ? void 0 : t["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : s.projectTriggers), 1),
|
|
617
|
+
e[78] || (e[78] = n("strong", { class: "mt-3" }, "Wird die Wirksamkeit Ihres Projekts überwacht und ist der geplante Nutzen eingetreten?", -1)),
|
|
618
|
+
n("p", null, f((g = (r = i.value) == null ? void 0 : r["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : g.involvedStakeholders), 1),
|
|
619
|
+
e[79] || (e[79] = n("strong", { class: "mt-3" }, "Gibt es Pläne für eine Skalierung oder Weiterentwicklung? Wenn ja, wie sichern Sie die Finanzierung dafür?", -1)),
|
|
620
|
+
n("p", null, f((m = (v = i.value) == null ? void 0 : v["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : m.dataCollectionMethod), 1),
|
|
621
|
+
e[80] || (e[80] = n("strong", { class: "mt-3" }, "Welche externen Unterstützungsangebote haben Ihnen geholfen oder auch gefehlt?", -1)),
|
|
622
|
+
n("p", null, f((y = (D = i.value) == null ? void 0 : D["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : y.budgetPlanning), 1)
|
|
623
|
+
];
|
|
624
|
+
}),
|
|
625
|
+
_: 1,
|
|
626
|
+
__: [77, 78, 79, 80]
|
|
627
|
+
})
|
|
628
|
+
]),
|
|
629
|
+
e[101] || (e[101] = n("section", { class: "step-section" }, [
|
|
630
|
+
n("h5", null, "Technische Prozessschritte")
|
|
631
|
+
], -1)),
|
|
632
|
+
n("section", Le, [
|
|
633
|
+
u($, {
|
|
634
|
+
onDelete: e[30] || (e[30] = (t) => O(["1. Datenerfassung/Grundlegende Informationen", "1. Datenerfassung/Software", "1. Datenerfassung/Datensätze", "1. Datenerfassung/Hardware"])),
|
|
635
|
+
onEdit: e[31] || (e[31] = (t) => h("1. Datenerfassung/Grundlegende Informationen"))
|
|
636
|
+
}, {
|
|
637
|
+
"standalone-name": l(() => {
|
|
638
|
+
var t, s, r, g, v, m, D, y, S, I, P, j, G;
|
|
639
|
+
return [
|
|
640
|
+
(s = (t = i.value) == null ? void 0 : t["1. Datenerfassung/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["1. Datenerfassung/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["1. Datenerfassung/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((I = (S = (y = i.value) == null ? void 0 : y["1. Datenerfassung/Datensätze"]) == null ? void 0 : S.selected) == null ? void 0 : I.length) ?? 0) > 0 || (((G = (j = (P = i.value) == null ? void 0 : P["1. Datenerfassung/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (o(), p("span", Fe, " Datenerfassung ")) : (o(), p("span", qe, " Aktuell haben Sie keinen Prozessschritt zur Datenerfassung hinterlegt. "))
|
|
641
|
+
];
|
|
642
|
+
}),
|
|
643
|
+
default: l(() => {
|
|
644
|
+
var t, s, r, g, v, m, D, y, S, I, P, j, G, A, C, B, M, N, Y, V, U, L, F, q, K, R;
|
|
645
|
+
return [
|
|
646
|
+
(s = (t = i.value) == null ? void 0 : t["1. Datenerfassung/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["1. Datenerfassung/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["1. Datenerfassung/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((I = (S = (y = i.value) == null ? void 0 : y["1. Datenerfassung/Datensätze"]) == null ? void 0 : S.selected) == null ? void 0 : I.length) ?? 0) > 0 || (((G = (j = (P = i.value) == null ? void 0 : P["1. Datenerfassung/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (o(), p(c, { key: 0 }, [
|
|
647
|
+
(C = (A = i.value) == null ? void 0 : A["1. Datenerfassung/Grundlegende Informationen"]) != null && C.description && ((M = (B = i.value) == null ? void 0 : B["1. Datenerfassung/Grundlegende Informationen"]) == null ? void 0 : M.description) !== "__EMPTY__" ? (o(), p(c, { key: 0 }, [
|
|
648
|
+
e[81] || (e[81] = n("p", null, "Beschreibung", -1)),
|
|
649
|
+
n("strong", null, f(i.value["1. Datenerfassung/Grundlegende Informationen"].description), 1)
|
|
650
|
+
], 64)) : _("", !0),
|
|
651
|
+
n("div", Ke, [
|
|
652
|
+
e[82] || (e[82] = n("p", { style: { margin: "0" } }, " Software ", -1)),
|
|
653
|
+
u(T, {
|
|
654
|
+
size: "large",
|
|
655
|
+
"icon-start": "pen",
|
|
656
|
+
variant: "secondary",
|
|
657
|
+
onClick: e[27] || (e[27] = (d) => h("1. Datenerfassung/Software"))
|
|
658
|
+
})
|
|
659
|
+
]),
|
|
660
|
+
(((V = (Y = (N = i.value) == null ? void 0 : N["1. Datenerfassung/Software"]) == null ? void 0 : Y.selected) == null ? void 0 : V.length) ?? 0) > 0 ? (o(), p("ul", Re, [
|
|
661
|
+
(o(!0), p(c, null, E(i.value["1. Datenerfassung/Software"].selected, (d) => (o(), H(W, {
|
|
662
|
+
key: d.id,
|
|
663
|
+
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
664
|
+
resource: "software",
|
|
665
|
+
"resource-id": d.id,
|
|
666
|
+
"setup-fn": (a) => a
|
|
667
|
+
}, {
|
|
668
|
+
default: l(({ result: a }) => {
|
|
669
|
+
var b, k;
|
|
670
|
+
return [
|
|
671
|
+
n("li", null, [
|
|
672
|
+
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
673
|
+
])
|
|
674
|
+
];
|
|
675
|
+
}),
|
|
676
|
+
_: 2
|
|
677
|
+
}, 1032, ["resource-id", "setup-fn"]))), 128))
|
|
678
|
+
])) : _("", !0),
|
|
679
|
+
n("div", Ze, [
|
|
680
|
+
e[83] || (e[83] = n("p", { style: { margin: "0" } }, " Datensatz ", -1)),
|
|
681
|
+
u(T, {
|
|
682
|
+
size: "large",
|
|
683
|
+
"icon-start": "pen",
|
|
684
|
+
variant: "secondary",
|
|
685
|
+
onClick: e[28] || (e[28] = (d) => h("1. Datenerfassung/Datensätze"))
|
|
686
|
+
})
|
|
687
|
+
]),
|
|
688
|
+
(((F = (L = (U = i.value) == null ? void 0 : U["1. Datenerfassung/Datensätze"]) == null ? void 0 : L.selected) == null ? void 0 : F.length) ?? 0) > 0 ? (o(), p("ul", Je, [
|
|
689
|
+
(o(!0), p(c, null, E(i.value["1. Datenerfassung/Datensätze"].selected, (d) => (o(), H(W, {
|
|
690
|
+
key: d.id,
|
|
691
|
+
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
692
|
+
resource: "datasets",
|
|
693
|
+
"resource-id": d.id,
|
|
694
|
+
"setup-fn": (a) => a
|
|
695
|
+
}, {
|
|
696
|
+
default: l(({ result: a }) => {
|
|
697
|
+
var b, k;
|
|
698
|
+
return [
|
|
699
|
+
n("li", null, [
|
|
700
|
+
n("strong", null, f(((b = a == null ? void 0 : a.title) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.title) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
701
|
+
])
|
|
702
|
+
];
|
|
703
|
+
}),
|
|
704
|
+
_: 2
|
|
705
|
+
}, 1032, ["resource-id", "setup-fn"]))), 128))
|
|
706
|
+
])) : _("", !0),
|
|
707
|
+
n("div", Qe, [
|
|
708
|
+
e[84] || (e[84] = n("p", { style: { margin: "0" } }, " Hardware ", -1)),
|
|
709
|
+
u(T, {
|
|
710
|
+
size: "large",
|
|
711
|
+
"icon-start": "pen",
|
|
712
|
+
variant: "secondary",
|
|
713
|
+
onClick: e[29] || (e[29] = (d) => h("1. Datenerfassung/Hardware"))
|
|
714
|
+
})
|
|
715
|
+
]),
|
|
716
|
+
(((R = (K = (q = i.value) == null ? void 0 : q["1. Datenerfassung/Hardware"]) == null ? void 0 : K.selected) == null ? void 0 : R.length) ?? 0) > 0 ? (o(), p("ul", Xe, [
|
|
717
|
+
(o(!0), p(c, null, E(i.value["1. Datenerfassung/Hardware"].selected, (d) => (o(), H(W, {
|
|
718
|
+
key: d.id,
|
|
719
|
+
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
720
|
+
resource: "hardware",
|
|
721
|
+
"resource-id": d.id,
|
|
722
|
+
"setup-fn": (a) => a
|
|
723
|
+
}, {
|
|
724
|
+
default: l(({ result: a }) => {
|
|
725
|
+
var b, k;
|
|
726
|
+
return [
|
|
727
|
+
n("li", null, [
|
|
728
|
+
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
729
|
+
])
|
|
730
|
+
];
|
|
731
|
+
}),
|
|
732
|
+
_: 2
|
|
733
|
+
}, 1032, ["resource-id", "setup-fn"]))), 128))
|
|
734
|
+
])) : _("", !0)
|
|
735
|
+
], 64)) : _("", !0)
|
|
736
|
+
];
|
|
737
|
+
}),
|
|
738
|
+
_: 1
|
|
739
|
+
})
|
|
740
|
+
]),
|
|
741
|
+
n("section", en, [
|
|
742
|
+
u($, {
|
|
743
|
+
onDelete: e[35] || (e[35] = (t) => O(["2. Datenverarbeitung/Grundlegende Informationen", "2. Datenverarbeitung/Software", "2. Datenverarbeitung/Datensätze", "2. Datenverarbeitung/Hardware"])),
|
|
744
|
+
onEdit: e[36] || (e[36] = (t) => h("2. Datenverarbeitung/Grundlegende Informationen"))
|
|
745
|
+
}, {
|
|
746
|
+
"standalone-name": l(() => {
|
|
747
|
+
var t, s, r, g, v, m, D, y, S, I, P, j, G;
|
|
748
|
+
return [
|
|
749
|
+
(s = (t = i.value) == null ? void 0 : t["2. Datenverarbeitung/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["2. Datenverarbeitung/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["2. Datenverarbeitung/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((I = (S = (y = i.value) == null ? void 0 : y["2. Datenverarbeitung/Datensätze"]) == null ? void 0 : S.selected) == null ? void 0 : I.length) ?? 0) > 0 || (((G = (j = (P = i.value) == null ? void 0 : P["2. Datenverarbeitung/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (o(), p("span", nn, " Datenverarbeitung ")) : (o(), p("span", tn, " Aktuell haben Sie keinen Prozessschritt zur Datenverarbeitung hinterlegt. "))
|
|
750
|
+
];
|
|
751
|
+
}),
|
|
752
|
+
default: l(() => {
|
|
753
|
+
var t, s, r, g, v, m, D, y, S, I, P, j, G, A, C, B, M, N, Y, V, U, L, F, q, K, R;
|
|
754
|
+
return [
|
|
755
|
+
(s = (t = i.value) == null ? void 0 : t["2. Datenverarbeitung/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["2. Datenverarbeitung/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["2. Datenverarbeitung/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((I = (S = (y = i.value) == null ? void 0 : y["2. Datenverarbeitung/Datensätze"]) == null ? void 0 : S.selected) == null ? void 0 : I.length) ?? 0) > 0 || (((G = (j = (P = i.value) == null ? void 0 : P["2. Datenverarbeitung/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (o(), p(c, { key: 0 }, [
|
|
756
|
+
(C = (A = i.value) == null ? void 0 : A["2. Datenverarbeitung/Grundlegende Informationen"]) != null && C.description && ((M = (B = i.value) == null ? void 0 : B["2. Datenverarbeitung/Grundlegende Informationen"]) == null ? void 0 : M.description) !== "__EMPTY__" ? (o(), p(c, { key: 0 }, [
|
|
757
|
+
e[85] || (e[85] = n("p", null, "Beschreibung", -1)),
|
|
758
|
+
n("strong", null, f(i.value["2. Datenverarbeitung/Grundlegende Informationen"].description), 1)
|
|
759
|
+
], 64)) : _("", !0),
|
|
760
|
+
n("div", an, [
|
|
761
|
+
e[86] || (e[86] = n("p", { style: { margin: "0" } }, " Software ", -1)),
|
|
762
|
+
u(T, {
|
|
763
|
+
size: "large",
|
|
764
|
+
"icon-start": "pen",
|
|
765
|
+
variant: "secondary",
|
|
766
|
+
onClick: e[32] || (e[32] = (d) => h("2. Datenverarbeitung/Software"))
|
|
767
|
+
})
|
|
768
|
+
]),
|
|
769
|
+
(((V = (Y = (N = i.value) == null ? void 0 : N["2. Datenverarbeitung/Software"]) == null ? void 0 : Y.selected) == null ? void 0 : V.length) ?? 0) > 0 ? (o(), p("ul", sn, [
|
|
770
|
+
(o(!0), p(c, null, E(i.value["2. Datenverarbeitung/Software"].selected, (d) => (o(), H(W, {
|
|
771
|
+
key: d.id,
|
|
772
|
+
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
773
|
+
resource: "software",
|
|
774
|
+
"resource-id": d.id,
|
|
775
|
+
"setup-fn": (a) => a
|
|
776
|
+
}, {
|
|
777
|
+
default: l(({ result: a }) => {
|
|
778
|
+
var b, k;
|
|
779
|
+
return [
|
|
780
|
+
n("li", null, [
|
|
781
|
+
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
782
|
+
])
|
|
783
|
+
];
|
|
784
|
+
}),
|
|
785
|
+
_: 2
|
|
786
|
+
}, 1032, ["resource-id", "setup-fn"]))), 128))
|
|
787
|
+
])) : _("", !0),
|
|
788
|
+
n("div", ln, [
|
|
789
|
+
e[87] || (e[87] = n("p", { style: { margin: "0" } }, " Datensatz ", -1)),
|
|
790
|
+
u(T, {
|
|
791
|
+
size: "large",
|
|
792
|
+
"icon-start": "pen",
|
|
793
|
+
variant: "secondary",
|
|
794
|
+
onClick: e[33] || (e[33] = (d) => h("2. Datenverarbeitung/Datensätze"))
|
|
795
|
+
})
|
|
796
|
+
]),
|
|
797
|
+
(((F = (L = (U = i.value) == null ? void 0 : U["2. Datenverarbeitung/Datensätze"]) == null ? void 0 : L.selected) == null ? void 0 : F.length) ?? 0) > 0 ? (o(), p("ul", on, [
|
|
798
|
+
(o(!0), p(c, null, E(i.value["2. Datenverarbeitung/Datensätze"].selected, (d) => (o(), H(W, {
|
|
799
|
+
key: d.id,
|
|
800
|
+
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
801
|
+
resource: "datasets",
|
|
802
|
+
"resource-id": d.id,
|
|
803
|
+
"setup-fn": (a) => a
|
|
804
|
+
}, {
|
|
805
|
+
default: l(({ result: a }) => {
|
|
806
|
+
var b, k;
|
|
807
|
+
return [
|
|
808
|
+
n("li", null, [
|
|
809
|
+
n("strong", null, f(((b = a == null ? void 0 : a.title) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.title) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
810
|
+
])
|
|
811
|
+
];
|
|
812
|
+
}),
|
|
813
|
+
_: 2
|
|
814
|
+
}, 1032, ["resource-id", "setup-fn"]))), 128))
|
|
815
|
+
])) : _("", !0),
|
|
816
|
+
n("div", rn, [
|
|
817
|
+
e[88] || (e[88] = n("p", { style: { margin: "0" } }, " Hardware ", -1)),
|
|
818
|
+
u(T, {
|
|
819
|
+
size: "large",
|
|
820
|
+
"icon-start": "pen",
|
|
821
|
+
variant: "secondary",
|
|
822
|
+
onClick: e[34] || (e[34] = (d) => h("2. Datenverarbeitung/Hardware"))
|
|
823
|
+
})
|
|
824
|
+
]),
|
|
825
|
+
(((R = (K = (q = i.value) == null ? void 0 : q["2. Datenverarbeitung/Hardware"]) == null ? void 0 : K.selected) == null ? void 0 : R.length) ?? 0) > 0 ? (o(), p("ul", dn, [
|
|
826
|
+
(o(!0), p(c, null, E(i.value["2. Datenverarbeitung/Hardware"].selected, (d) => (o(), H(W, {
|
|
827
|
+
key: d.id,
|
|
828
|
+
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
829
|
+
resource: "hardware",
|
|
830
|
+
"resource-id": d.id,
|
|
831
|
+
"setup-fn": (a) => a
|
|
832
|
+
}, {
|
|
833
|
+
default: l(({ result: a }) => {
|
|
834
|
+
var b, k;
|
|
835
|
+
return [
|
|
836
|
+
n("li", null, [
|
|
837
|
+
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
838
|
+
])
|
|
839
|
+
];
|
|
840
|
+
}),
|
|
841
|
+
_: 2
|
|
842
|
+
}, 1032, ["resource-id", "setup-fn"]))), 128))
|
|
843
|
+
])) : _("", !0)
|
|
844
|
+
], 64)) : _("", !0)
|
|
845
|
+
];
|
|
846
|
+
}),
|
|
847
|
+
_: 1
|
|
848
|
+
})
|
|
849
|
+
]),
|
|
850
|
+
n("section", un, [
|
|
851
|
+
u($, {
|
|
852
|
+
onDelete: e[40] || (e[40] = (t) => O(["3. Datensimulation/Grundlegende Informationen", "3. Datensimulation/Software", "3. Datensimulation/Datensätze", "3. Datensimulation/Hardware"])),
|
|
853
|
+
onEdit: e[41] || (e[41] = (t) => h("3. Datensimulation/Grundlegende Informationen"))
|
|
854
|
+
}, {
|
|
855
|
+
"standalone-name": l(() => {
|
|
856
|
+
var t, s, r, g, v, m, D, y, S, I, P, j, G;
|
|
857
|
+
return [
|
|
858
|
+
(s = (t = i.value) == null ? void 0 : t["3. Datensimulation/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["3. Datensimulation/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["3. Datensimulation/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((I = (S = (y = i.value) == null ? void 0 : y["3. Datensimulation/Datensätze"]) == null ? void 0 : S.selected) == null ? void 0 : I.length) ?? 0) > 0 || (((G = (j = (P = i.value) == null ? void 0 : P["3. Datensimulation/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (o(), p("span", gn, " Datensimulation ")) : (o(), p("span", pn, " Aktuell haben Sie keinen Prozessschritt zur Datensimulation hinterlegt. "))
|
|
859
|
+
];
|
|
860
|
+
}),
|
|
861
|
+
default: l(() => {
|
|
862
|
+
var t, s, r, g, v, m, D, y, S, I, P, j, G, A, C, B, M, N, Y, V, U, L, F, q, K, R;
|
|
863
|
+
return [
|
|
864
|
+
(s = (t = i.value) == null ? void 0 : t["3. Datensimulation/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["3. Datensimulation/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["3. Datensimulation/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((I = (S = (y = i.value) == null ? void 0 : y["3. Datensimulation/Datensätze"]) == null ? void 0 : S.selected) == null ? void 0 : I.length) ?? 0) > 0 || (((G = (j = (P = i.value) == null ? void 0 : P["3. Datensimulation/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (o(), p(c, { key: 0 }, [
|
|
865
|
+
(C = (A = i.value) == null ? void 0 : A["3. Datensimulation/Grundlegende Informationen"]) != null && C.description && ((M = (B = i.value) == null ? void 0 : B["3. Datensimulation/Grundlegende Informationen"]) == null ? void 0 : M.description) !== "__EMPTY__" ? (o(), p(c, { key: 0 }, [
|
|
866
|
+
e[89] || (e[89] = n("p", null, "Beschreibung", -1)),
|
|
867
|
+
n("strong", null, f(i.value["3. Datensimulation/Grundlegende Informationen"].description), 1)
|
|
868
|
+
], 64)) : _("", !0),
|
|
869
|
+
n("div", fn, [
|
|
870
|
+
e[90] || (e[90] = n("p", { style: { margin: "0" } }, " Software ", -1)),
|
|
871
|
+
u(T, {
|
|
872
|
+
size: "large",
|
|
873
|
+
"icon-start": "pen",
|
|
874
|
+
variant: "secondary",
|
|
875
|
+
onClick: e[37] || (e[37] = (d) => h("3. Datensimulation/Software"))
|
|
876
|
+
})
|
|
877
|
+
]),
|
|
878
|
+
(((V = (Y = (N = i.value) == null ? void 0 : N["3. Datensimulation/Software"]) == null ? void 0 : Y.selected) == null ? void 0 : V.length) ?? 0) > 0 ? (o(), p("ul", vn, [
|
|
879
|
+
(o(!0), p(c, null, E(i.value["3. Datensimulation/Software"].selected, (d) => (o(), H(W, {
|
|
880
|
+
key: d.id,
|
|
881
|
+
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
882
|
+
resource: "software",
|
|
883
|
+
"resource-id": d.id,
|
|
884
|
+
"setup-fn": (a) => a
|
|
885
|
+
}, {
|
|
886
|
+
default: l(({ result: a }) => {
|
|
887
|
+
var b, k;
|
|
888
|
+
return [
|
|
889
|
+
n("li", null, [
|
|
890
|
+
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
891
|
+
])
|
|
892
|
+
];
|
|
893
|
+
}),
|
|
894
|
+
_: 2
|
|
895
|
+
}, 1032, ["resource-id", "setup-fn"]))), 128))
|
|
896
|
+
])) : _("", !0),
|
|
897
|
+
n("div", mn, [
|
|
898
|
+
e[91] || (e[91] = n("p", { style: { margin: "0" } }, " Datensatz ", -1)),
|
|
899
|
+
u(T, {
|
|
900
|
+
size: "large",
|
|
901
|
+
"icon-start": "pen",
|
|
902
|
+
variant: "secondary",
|
|
903
|
+
onClick: e[38] || (e[38] = (d) => h("3. Datensimulation/Datensätze"))
|
|
904
|
+
})
|
|
905
|
+
]),
|
|
906
|
+
(((F = (L = (U = i.value) == null ? void 0 : U["3. Datensimulation/Datensätze"]) == null ? void 0 : L.selected) == null ? void 0 : F.length) ?? 0) > 0 ? (o(), p("ul", Dn, [
|
|
907
|
+
(o(!0), p(c, null, E(i.value["3. Datensimulation/Datensätze"].selected, (d) => (o(), H(W, {
|
|
908
|
+
key: d.id,
|
|
909
|
+
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
910
|
+
resource: "datasets",
|
|
911
|
+
"resource-id": d.id,
|
|
912
|
+
"setup-fn": (a) => a
|
|
913
|
+
}, {
|
|
914
|
+
default: l(({ result: a }) => {
|
|
915
|
+
var b, k;
|
|
916
|
+
return [
|
|
917
|
+
n("li", null, [
|
|
918
|
+
n("strong", null, f(((b = a == null ? void 0 : a.title) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.title) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
919
|
+
])
|
|
920
|
+
];
|
|
921
|
+
}),
|
|
922
|
+
_: 2
|
|
923
|
+
}, 1032, ["resource-id", "setup-fn"]))), 128))
|
|
924
|
+
])) : _("", !0),
|
|
925
|
+
n("div", yn, [
|
|
926
|
+
e[92] || (e[92] = n("p", { style: { margin: "0" } }, " Hardware ", -1)),
|
|
927
|
+
u(T, {
|
|
928
|
+
size: "large",
|
|
929
|
+
"icon-start": "pen",
|
|
930
|
+
variant: "secondary",
|
|
931
|
+
onClick: e[39] || (e[39] = (d) => h("3. Datensimulation/Hardware"))
|
|
932
|
+
})
|
|
933
|
+
]),
|
|
934
|
+
(((R = (K = (q = i.value) == null ? void 0 : q["3. Datensimulation/Hardware"]) == null ? void 0 : K.selected) == null ? void 0 : R.length) ?? 0) > 0 ? (o(), p("ul", bn, [
|
|
935
|
+
(o(!0), p(c, null, E(i.value["3. Datensimulation/Hardware"].selected, (d) => (o(), H(W, {
|
|
936
|
+
key: d.id,
|
|
937
|
+
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
938
|
+
resource: "hardware",
|
|
939
|
+
"resource-id": d.id,
|
|
940
|
+
"setup-fn": (a) => a
|
|
941
|
+
}, {
|
|
942
|
+
default: l(({ result: a }) => {
|
|
943
|
+
var b, k;
|
|
944
|
+
return [
|
|
945
|
+
n("li", null, [
|
|
946
|
+
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
947
|
+
])
|
|
948
|
+
];
|
|
949
|
+
}),
|
|
950
|
+
_: 2
|
|
951
|
+
}, 1032, ["resource-id", "setup-fn"]))), 128))
|
|
952
|
+
])) : _("", !0)
|
|
953
|
+
], 64)) : _("", !0)
|
|
954
|
+
];
|
|
955
|
+
}),
|
|
956
|
+
_: 1
|
|
957
|
+
})
|
|
958
|
+
]),
|
|
959
|
+
n("section", kn, [
|
|
960
|
+
u($, {
|
|
961
|
+
onDelete: e[45] || (e[45] = (t) => O(["4. Datenvisualisierung/Grundlegende Informationen", "4. Datenvisualisierung/Software", "4. Datenvisualisierung/Datensätze", "4. Datenvisualisierung/Hardware"])),
|
|
962
|
+
onEdit: e[46] || (e[46] = (t) => h("4. Datenvisualisierung/Grundlegende Informationen"))
|
|
963
|
+
}, {
|
|
964
|
+
"standalone-name": l(() => {
|
|
965
|
+
var t, s, r, g, v, m, D, y, S, I, P, j, G;
|
|
966
|
+
return [
|
|
967
|
+
(s = (t = i.value) == null ? void 0 : t["4. Datenvisualisierung/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["4. Datenvisualisierung/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["4. Datenvisualisierung/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((I = (S = (y = i.value) == null ? void 0 : y["4. Datenvisualisierung/Datensätze"]) == null ? void 0 : S.selected) == null ? void 0 : I.length) ?? 0) > 0 || (((G = (j = (P = i.value) == null ? void 0 : P["4. Datenvisualisierung/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (o(), p("span", wn, " Datenvisualisierung ")) : (o(), p("div", hn, " Aktuell haben Sie keinen Prozessschritt zur Datenvisualisierung hinterlegt. "))
|
|
968
|
+
];
|
|
969
|
+
}),
|
|
970
|
+
default: l(() => {
|
|
971
|
+
var t, s, r, g, v, m, D, y, S, I, P, j, G, A, C, B, M, N, Y, V, U, L, F, q, K, R;
|
|
972
|
+
return [
|
|
973
|
+
(s = (t = i.value) == null ? void 0 : t["4. Datenvisualisierung/Grundlegende Informationen"]) != null && s.description && ((g = (r = i.value) == null ? void 0 : r["4. Datenvisualisierung/Grundlegende Informationen"]) == null ? void 0 : g.description) !== "__EMPTY__" || (((D = (m = (v = i.value) == null ? void 0 : v["4. Datenvisualisierung/Software"]) == null ? void 0 : m.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((I = (S = (y = i.value) == null ? void 0 : y["4. Datenvisualisierung/Datensätze"]) == null ? void 0 : S.selected) == null ? void 0 : I.length) ?? 0) > 0 || (((G = (j = (P = i.value) == null ? void 0 : P["4. Datenvisualisierung/Hardware"]) == null ? void 0 : j.selected) == null ? void 0 : G.length) ?? 0) > 0 ? (o(), p(c, { key: 0 }, [
|
|
974
|
+
(C = (A = i.value) == null ? void 0 : A["4. Datenvisualisierung/Grundlegende Informationen"]) != null && C.description && ((M = (B = i.value) == null ? void 0 : B["4. Datenvisualisierung/Grundlegende Informationen"]) == null ? void 0 : M.description) !== "__EMPTY__" ? (o(), p(c, { key: 0 }, [
|
|
975
|
+
e[93] || (e[93] = n("p", null, "Beschreibung", -1)),
|
|
976
|
+
n("strong", null, f(i.value["4. Datenvisualisierung/Grundlegende Informationen"].description), 1)
|
|
977
|
+
], 64)) : _("", !0),
|
|
978
|
+
n("div", cn, [
|
|
979
|
+
e[94] || (e[94] = n("p", { style: { margin: "0" } }, " Software ", -1)),
|
|
980
|
+
u(T, {
|
|
981
|
+
size: "large",
|
|
982
|
+
"icon-start": "pen",
|
|
983
|
+
variant: "secondary",
|
|
984
|
+
onClick: e[42] || (e[42] = (d) => h("4. Datenvisualisierung/Software"))
|
|
985
|
+
})
|
|
986
|
+
]),
|
|
987
|
+
(((V = (Y = (N = i.value) == null ? void 0 : N["4. Datenvisualisierung/Software"]) == null ? void 0 : Y.selected) == null ? void 0 : V.length) ?? 0) > 0 ? (o(), p("ul", zn, [
|
|
988
|
+
(o(!0), p(c, null, E(i.value["4. Datenvisualisierung/Software"].selected, (d) => (o(), H(W, {
|
|
989
|
+
key: d.id,
|
|
990
|
+
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
991
|
+
resource: "software",
|
|
992
|
+
"resource-id": d.id,
|
|
993
|
+
"setup-fn": (a) => a
|
|
994
|
+
}, {
|
|
995
|
+
default: l(({ result: a }) => {
|
|
996
|
+
var b, k;
|
|
997
|
+
return [
|
|
998
|
+
n("li", null, [
|
|
999
|
+
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
1000
|
+
])
|
|
1001
|
+
];
|
|
1002
|
+
}),
|
|
1003
|
+
_: 2
|
|
1004
|
+
}, 1032, ["resource-id", "setup-fn"]))), 128))
|
|
1005
|
+
])) : _("", !0),
|
|
1006
|
+
n("div", Sn, [
|
|
1007
|
+
e[95] || (e[95] = n("p", { style: { margin: "0" } }, " Datensatz ", -1)),
|
|
1008
|
+
u(T, {
|
|
1009
|
+
size: "large",
|
|
1010
|
+
"icon-start": "pen",
|
|
1011
|
+
variant: "secondary",
|
|
1012
|
+
onClick: e[43] || (e[43] = (d) => h("4. Datenvisualisierung/Datensätze"))
|
|
1013
|
+
})
|
|
1014
|
+
]),
|
|
1015
|
+
(((F = (L = (U = i.value) == null ? void 0 : U["4. Datenvisualisierung/Datensätze"]) == null ? void 0 : L.selected) == null ? void 0 : F.length) ?? 0) > 0 ? (o(), p("ul", In, [
|
|
1016
|
+
(o(!0), p(c, null, E(i.value["4. Datenvisualisierung/Datensätze"].selected, (d) => (o(), H(W, {
|
|
1017
|
+
key: d.id,
|
|
1018
|
+
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
1019
|
+
resource: "datasets",
|
|
1020
|
+
"resource-id": d.id,
|
|
1021
|
+
"setup-fn": (a) => a
|
|
1022
|
+
}, {
|
|
1023
|
+
default: l(({ result: a }) => {
|
|
1024
|
+
var b, k;
|
|
1025
|
+
return [
|
|
1026
|
+
n("li", null, [
|
|
1027
|
+
n("strong", null, f(((b = a == null ? void 0 : a.title) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.title) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
1028
|
+
])
|
|
1029
|
+
];
|
|
1030
|
+
}),
|
|
1031
|
+
_: 2
|
|
1032
|
+
}, 1032, ["resource-id", "setup-fn"]))), 128))
|
|
1033
|
+
])) : _("", !0),
|
|
1034
|
+
n("div", Pn, [
|
|
1035
|
+
e[96] || (e[96] = n("p", { style: { margin: "0" } }, " Hardware ", -1)),
|
|
1036
|
+
u(T, {
|
|
1037
|
+
size: "large",
|
|
1038
|
+
"icon-start": "pen",
|
|
1039
|
+
variant: "secondary",
|
|
1040
|
+
onClick: e[44] || (e[44] = (d) => h("4. Datenvisualisierung/Hardware"))
|
|
1041
|
+
})
|
|
1042
|
+
]),
|
|
1043
|
+
(((R = (K = (q = i.value) == null ? void 0 : q["4. Datenvisualisierung/Hardware"]) == null ? void 0 : K.selected) == null ? void 0 : R.length) ?? 0) > 0 ? (o(), p("ul", jn, [
|
|
1044
|
+
(o(!0), p(c, null, E(i.value["4. Datenvisualisierung/Hardware"].selected, (d) => (o(), H(W, {
|
|
1045
|
+
key: d.id,
|
|
1046
|
+
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
1047
|
+
resource: "hardware",
|
|
1048
|
+
"resource-id": d.id,
|
|
1049
|
+
"setup-fn": (a) => a
|
|
1050
|
+
}, {
|
|
1051
|
+
default: l(({ result: a }) => {
|
|
1052
|
+
var b, k;
|
|
1053
|
+
return [
|
|
1054
|
+
n("li", null, [
|
|
1055
|
+
n("strong", null, f(((b = a == null ? void 0 : a.name) == null ? void 0 : b.de) || ((k = a == null ? void 0 : a.name) == null ? void 0 : k.en) || d.id || "-"), 1)
|
|
1056
|
+
])
|
|
1057
|
+
];
|
|
1058
|
+
}),
|
|
1059
|
+
_: 2
|
|
1060
|
+
}, 1032, ["resource-id", "setup-fn"]))), 128))
|
|
1061
|
+
])) : _("", !0)
|
|
1062
|
+
], 64)) : _("", !0)
|
|
1063
|
+
];
|
|
1064
|
+
}),
|
|
1065
|
+
_: 1
|
|
1066
|
+
})
|
|
1067
|
+
]),
|
|
1068
|
+
u(ue, {
|
|
1069
|
+
"next-text": ie.value,
|
|
1070
|
+
loading: z.loading,
|
|
1071
|
+
onSubmit: e[47] || (e[47] = (t) => J("submit"))
|
|
1072
|
+
}, null, 8, ["next-text", "loading"])
|
|
1054
1073
|
]),
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
}, null, 8, ["next-text", "loading"])
|
|
1060
|
-
]),
|
|
1061
|
-
_: 1,
|
|
1062
|
-
__: [97, 98, 99, 100, 101]
|
|
1063
|
-
}));
|
|
1074
|
+
_: 1,
|
|
1075
|
+
__: [97, 98, 99, 100, 101]
|
|
1076
|
+
})
|
|
1077
|
+
]));
|
|
1064
1078
|
}
|
|
1065
1079
|
});
|
|
1066
1080
|
export {
|
|
1067
|
-
|
|
1081
|
+
Nn as default
|
|
1068
1082
|
};
|