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