@piveau/dpi 0.2.0-alpha.11 → 0.2.0-alpha.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue.js +7 -0
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue2.js +180 -0
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue.js +7 -0
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue2.js +215 -0
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +3 -3
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue2.js +37 -29
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +1 -1
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +27 -27
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue.js +4 -4
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue2.js +8 -8
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +2 -2
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +127 -118
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue.js +2 -2
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue2.js +64 -57
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepBase.vue.js +21 -23
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepsOverviewStep.vue.js +12 -12
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +2 -2
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +105 -96
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue.js +2 -2
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue2.js +89 -80
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/InitiierenStep.vue.js +6 -5
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js +4 -3
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js +6 -5
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +6 -5
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +2 -2
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +388 -375
  28. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextArea/TextAreaDefinition.js +4 -3
  29. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextArea/TextAreaFormKit.vue.js +35 -31
  30. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +43 -35
  31. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +2 -2
  32. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +11 -11
  33. package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +131 -124
  34. package/package.json +1 -1
@@ -1,75 +1,88 @@
1
- import { defineComponent as Q, computed as K, createBlock as X, openBlock as o, withCtx as a, createElementVNode as t, createVNode as r, createTextVNode as h, toDisplayString as f, createElementBlock as d, Fragment as b, renderList as I, createCommentVNode as P } from "vue";
2
- import Y from "../../../components/StepActionsSection.vue.js";
3
- import { useFormValues as _ } from "../../../composables/useDpiFormValues.js";
4
- import j from "../ActionCard.vue.js";
5
- import E from "../ButtonV3.vue.js";
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 x from "../ProcessSteps/GetResource.vue.js";
8
- import ee from "../ProcessSteps/ProcessStepBase.vue.js";
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 te = { class: "step-section" }, ne = { class: "step-section" }, se = { style: { "list-style": "none", padding: "0", margin: "0" } }, ie = { class: "step-section" }, ae = { style: { "list-style": "none", padding: "0", margin: "0" } }, le = { class: "step-section" }, re = { class: "step-section" }, oe = { class: "step-section" }, de = { class: "step-section" }, ue = { class: "step-section step-section--lg" }, pe = { style: { display: "inline-block", "word-break": "break-word", "overflow-wrap": "anywhere", "white-space": "normal" } }, ge = { class: "step-section" }, fe = { class: "step-section step-section--lg mb-5" }, ve = { style: { display: "inline-block", "word-break": "break-word", "overflow-wrap": "anywhere", "white-space": "normal" } }, me = { class: "step-section" }, ye = { style: { display: "flex", gap: "5rem", "align-items": "flex-start" } }, be = { class: "step-section" }, De = { class: "step-section" }, ke = { style: { "list-style": "none", padding: "0", margin: "0" } }, we = { class: "step-section" }, he = {
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
- }, ce = { class: "step-section" }, ze = {
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
- }, Se = { class: "step-section" }, je = { class: "step-section" }, Pe = { class: "step-section" }, $e = { class: "step-section" }, Ie = { class: "step-section" }, Ge = { key: 0 }, xe = {
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
- }, Ee = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, He = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Oe = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, We = { class: "step-section" }, Ae = { key: 0 }, Ce = {
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
- }, Be = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Ne = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Te = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Ve = { class: "step-section" }, Ue = { key: 0 }, Fe = {
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
- }, Le = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Me = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Ke = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, qe = { class: "step-section" }, Re = { key: 0 }, Ze = {
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
- }, Je = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Qe = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, Xe = { style: { display: "flex", "align-items": "center", "justify-content": "space-between", width: "100%" } }, dt = /* @__PURE__ */ Q({
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(Ye, { emit: R }) {
33
- const M = R, {
32
+ setup(nn, { emit: Z }) {
33
+ const F = Z, {
34
34
  /**
35
35
  * The current form values
36
36
  */
37
- formValues: Z
38
- } = _(), s = K(() => Z.value);
39
- function w($) {
40
- M("jump", $);
37
+ formValues: J
38
+ } = te(), i = K(() => J.value);
39
+ function w(c) {
40
+ F("jump", c);
41
41
  }
42
- function H($) {
43
- console.log($), M("delete", $);
42
+ function x(c) {
43
+ console.log(c), F("delete", c);
44
44
  }
45
45
  K(() => {
46
- var e, n, i, u, p, v, m, y;
47
- const $ = (e = s.value) == null ? void 0 : e["3. Datensimulation"];
48
- return ((n = $ == null ? void 0 : $["Grundlegende Informationen"]) == null ? void 0 : n.description) || (((u = (i = $ == null ? void 0 : $.Software) == null ? void 0 : i.selected) == null ? void 0 : u.length) ?? 0) > 0 || (((v = (p = $ == null ? void 0 : $.Datensätze) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((y = (m = $ == null ? void 0 : $.Hardware) == null ? void 0 : m.selected) == null ? void 0 : y.length) ?? 0) > 0;
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 J = K(() => "Als Entwurf Speichern");
51
- return ($, e) => (o(), X(ee, {
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[95] || (e[95] = t("section", { class: "step-section" }, [
57
- t("h5", null, "Auffindbarkeit")
69
+ e[98] || (e[98] = n("section", { class: "step-section" }, [
70
+ n("h5", null, "Auffindbarkeit")
58
71
  ], -1)),
59
- t("section", te, [
60
- r(j, {
72
+ n("section", se, [
73
+ r(P, {
61
74
  "no-delete": !1,
62
- onEdit: e[0] || (e[0] = (n) => w("Auffindbarkeit/Sichtbarkeit"))
75
+ onEdit: e[0] || (e[0] = (t) => w("Auffindbarkeit/Sichtbarkeit"))
63
76
  }, {
64
- "standalone-name": a(() => e[45] || (e[45] = [
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 n, i;
83
+ var t, s;
71
84
  return [
72
- h(f((i = (n = s.value) == null ? void 0 : n["Auffindbarkeit/Sichtbarkeit"]) == null ? void 0 : i.visibility), 1)
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
- t("section", ne, [
82
- r(j, {
94
+ n("section", ae, [
95
+ r(P, {
83
96
  "no-delete": !1,
84
- onEdit: e[1] || (e[1] = (n) => w("Auffindbarkeit/Kategorien"))
97
+ onEdit: e[1] || (e[1] = (t) => w("Auffindbarkeit/Kategorien"))
85
98
  }, {
86
- "standalone-name": a(() => e[46] || (e[46] = [
99
+ "standalone-name": a(() => e[49] || (e[49] = [
87
100
  h(" Kategorien ", -1)
88
101
  ])),
89
102
  default: a(() => {
90
- var n, i;
103
+ var t, s;
91
104
  return [
92
- t("ul", se, [
93
- (o(!0), d(b, null, I((i = (n = s.value) == null ? void 0 : n["Auffindbarkeit/Kategorien"]) == null ? void 0 : i.categories, (u) => (o(), d("li", { key: u }, [
94
- r(x, {
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
- t("section", ie, [
119
- r(j, {
131
+ n("section", re, [
132
+ r(P, {
120
133
  "no-delete": !1,
121
- onEdit: e[2] || (e[2] = (n) => w("Auffindbarkeit/Anwendungsbereiche"))
134
+ onEdit: e[2] || (e[2] = (t) => w("Auffindbarkeit/Anwendungsbereiche"))
122
135
  }, {
123
- "standalone-name": a(() => e[47] || (e[47] = [
136
+ "standalone-name": a(() => e[50] || (e[50] = [
124
137
  h(" Anwendungsbereiche ", -1)
125
138
  ])),
126
139
  default: a(() => {
127
- var n, i;
140
+ var t, s;
128
141
  return [
129
- t("ul", ae, [
130
- (o(!0), d(b, null, I((i = (n = s.value) == null ? void 0 : n["Auffindbarkeit/Anwendungsbereiche"]) == null ? void 0 : i.applications, (u) => (o(), d("li", { key: u }, [
131
- r(x, {
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[96] || (e[96] = t("section", { class: "step-section" }, [
156
- t("h5", null, "Grundlegende Informationen")
168
+ e[99] || (e[99] = n("section", { class: "step-section" }, [
169
+ n("h5", null, "Grundlegende Informationen")
157
170
  ], -1)),
158
- t("section", le, [
159
- r(j, {
171
+ n("section", de, [
172
+ r(P, {
160
173
  "no-delete": !1,
161
- onEdit: e[3] || (e[3] = (n) => w("Grundlegende Informationen/Name"))
174
+ onEdit: e[3] || (e[3] = (t) => w("Grundlegende Informationen/Name"))
162
175
  }, {
163
- "standalone-name": a(() => e[48] || (e[48] = [
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 n, i;
182
+ var t, s;
170
183
  return [
171
- h(f((i = (n = s.value) == null ? void 0 : n["Grundlegende Informationen/Name"]) == null ? void 0 : i.projectName), 1)
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
- t("section", re, [
181
- r(j, {
193
+ n("section", ue, [
194
+ r(P, {
182
195
  "no-delete": !1,
183
- onEdit: e[4] || (e[4] = (n) => w("Grundlegende Informationen/Beschreibung"))
196
+ onEdit: e[4] || (e[4] = (t) => w("Grundlegende Informationen/Beschreibung"))
184
197
  }, {
185
- "standalone-name": a(() => e[49] || (e[49] = [
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 n, i;
204
+ var t, s;
192
205
  return [
193
- h(f((i = (n = s.value) == null ? void 0 : n["Grundlegende Informationen/Beschreibung"]) == null ? void 0 : i.projectDescription), 1)
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
- t("section", oe, [
203
- r(j, {
215
+ n("section", pe, [
216
+ r(P, {
204
217
  "no-delete": !1,
205
- onEdit: e[5] || (e[5] = (n) => w("Grundlegende Informationen/Organisation"))
218
+ "no-edit": !0
206
219
  }, {
207
- "standalone-name": a(() => e[50] || (e[50] = [
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[51] || (e[51] = [
225
+ default: a(() => e[54] || (e[54] = [
213
226
  h(" Stadt Haar ", -1)
214
227
  ])),
215
228
  _: 1,
216
- __: [51]
229
+ __: [54]
217
230
  })
218
231
  ]),
219
232
  _: 1
220
233
  })
221
234
  ]),
222
- t("section", de, [
223
- r(j, {
224
- onEdit: e[6] || (e[6] = (n) => w("Grundlegende Informationen/Organisation")),
225
- onDelete: e[7] || (e[7] = (n) => H("Grundlegende Informationen/Organisation"))
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[52] || (e[52] = [
240
+ "standalone-name": a(() => e[55] || (e[55] = [
228
241
  h(" Projektkontakt (optional) ", -1)
229
242
  ])),
230
243
  default: a(() => [
231
- t("div", ue, [
244
+ n("div", fe, [
232
245
  r(G, { title: "Name" }, {
233
246
  default: a(() => {
234
- var n, i;
247
+ var t, s;
235
248
  return [
236
- h(f((i = (n = s.value) == null ? void 0 : n["Grundlegende Informationen/Organisation"]) == null ? void 0 : i.contact.name), 1)
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
- t("div", pe, [
254
+ n("div", ve, [
242
255
  r(G, { title: "E-Mail-Adresse" }, {
243
256
  default: a(() => {
244
- var n, i;
257
+ var t, s;
245
258
  return [
246
- h(f((i = (n = s.value) == null ? void 0 : n["Grundlegende Informationen/Organisation"]) == null ? void 0 : i.contact.mail), 1)
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 n, i;
267
+ var t, s;
255
268
  return [
256
- h(f((i = (n = s.value) == null ? void 0 : n["Grundlegende Informationen/Organisation"]) == null ? void 0 : i.contact.phone), 1)
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[97] || (e[97] = t("section", { class: "step-section" }, [
267
- t("h5", null, "Optionale Daten")
279
+ e[100] || (e[100] = n("section", { class: "step-section" }, [
280
+ n("h5", null, "Optionale Daten")
268
281
  ], -1)),
269
- t("section", ge, [
270
- r(j, {
271
- onEdit: e[8] || (e[8] = (n) => w("Optionale Daten")),
272
- onDelete: e[9] || (e[9] = (n) => H("Optionale Daten"))
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[53] || (e[53] = [
287
+ "standalone-name": a(() => e[56] || (e[56] = [
275
288
  h(" Partner (optional) ", -1)
276
289
  ])),
277
290
  default: a(() => {
278
- var n, i;
291
+ var t, s;
279
292
  return [
280
- (o(!0), d(b, null, I((i = (n = s.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : i.partners, (u, p) => (o(), d("div", { key: p }, [
281
- t("div", fe, [
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
- t("div", ve, [
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
- t("section", me, [
304
- r(j, {
305
- onEdit: e[10] || (e[10] = (n) => w("Optionale Daten")),
306
- onDelete: e[11] || (e[11] = (n) => H("Optionale Daten"))
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[54] || (e[54] = [
321
+ "standalone-name": a(() => e[57] || (e[57] = [
309
322
  h(" Projektzeitraum (optional) ", -1)
310
323
  ])),
311
324
  default: a(() => [
312
- t("div", ye, [
325
+ n("div", ke, [
313
326
  r(G, { title: "vom" }, {
314
327
  default: a(() => {
315
- var n, i;
328
+ var t, s;
316
329
  return [
317
- h(f((i = (n = s.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : i.startDate), 1)
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 n, i;
337
+ var t, s;
325
338
  return [
326
- h(f((i = (n = s.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : i.endDate), 1)
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
- t("section", be, [
337
- r(j, {
338
- onEdit: e[12] || (e[12] = (n) => w("Optionale Daten")),
339
- onDelete: e[13] || (e[13] = (n) => H("Optionale Daten"))
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[55] || (e[55] = [
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 n, i;
360
+ var t, s;
348
361
  return [
349
- h(f((i = (n = s.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : i.budget) + " € ", 1)
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
- t("section", De, [
359
- r(j, {
360
- onEdit: e[14] || (e[14] = (n) => w("Optionale Daten")),
361
- onDelete: e[15] || (e[15] = (n) => H("Optionale Daten"))
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[56] || (e[56] = [
376
+ "standalone-name": a(() => e[59] || (e[59] = [
364
377
  h(" Erforderliche Fachkompetenzen (optional) ", -1)
365
378
  ])),
366
379
  default: a(() => {
367
- var n, i;
380
+ var t, s;
368
381
  return [
369
- t("ul", ke, [
370
- (o(!0), d(b, null, I((i = (n = s.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : i.requiredExpertise, (u) => (o(), d("li", { key: u }, [
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
- t("section", we, [
384
- r(j, {
385
- onEdit: e[16] || (e[16] = (n) => w("Optionale Daten")),
386
- onDelete: e[17] || (e[17] = (n) => H("Optionale Daten"))
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[57] || (e[57] = [
401
+ "standalone-name": a(() => e[60] || (e[60] = [
389
402
  h(" Screenshots (optional) ", -1)
390
403
  ])),
391
404
  default: a(() => {
392
- var n, i;
405
+ var t, s;
393
406
  return [
394
- (o(!0), d(b, null, I((i = (n = s.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : i.references, (u, p) => (o(), d("div", { key: p }, [
395
- t("div", he, [
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
- t("span", null, f(u.homepage), 1)
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
- t("section", ce, [
410
- r(j, {
411
- onEdit: e[18] || (e[18] = (n) => w("Optionale Daten")),
412
- onDelete: e[19] || (e[19] = (n) => H("Optionale Daten"))
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[58] || (e[58] = [
427
+ "standalone-name": a(() => e[61] || (e[61] = [
415
428
  h(" Weiterführende Links (optional) ", -1)
416
429
  ])),
417
430
  default: a(() => {
418
- var n, i;
431
+ var t, s;
419
432
  return [
420
- (o(!0), d(b, null, I((i = (n = s.value) == null ? void 0 : n["Optionale Daten"]) == null ? void 0 : i.links, (u, p) => (o(), d("div", { key: p }, [
421
- t("div", ze, [
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[98] || (e[98] = t("section", { class: "step-section" }, [
454
- t("h5", null, "Projektphasen")
466
+ e[101] || (e[101] = n("section", { class: "step-section" }, [
467
+ n("h5", null, "Projektphasen")
455
468
  ], -1)),
456
- t("section", Se, [
457
- r(j, {
458
- onEdit: e[20] || (e[20] = (n) => w("Projektphasen (optional)/Initiieren")),
459
- onDelete: e[21] || (e[21] = (n) => H("Projektphasen (optional)/Initiieren"))
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[59] || (e[59] = [
474
+ "standalone-name": a(() => e[62] || (e[62] = [
462
475
  h(" Initiieren (optional) ", -1)
463
476
  ])),
464
477
  default: a(() => {
465
- var n, i, u, p, v, m, y, D;
478
+ var t, s, u, p, v, m, y, D;
466
479
  return [
467
- e[60] || (e[60] = t("strong", { class: "mt-3" }, "Was waren Auslöser für das Projekt?", -1)),
468
- t("p", null, f((i = (n = s.value) == null ? void 0 : n["Projektphasen (optional)/Initiieren"]) == null ? void 0 : i.projectTriggers), 1),
469
- e[61] || (e[61] = t("strong", { class: "mt-3" }, "Welche Ämter oder Personen haben Sie frühzeitig involviert?", -1)),
470
- t("p", null, f((p = (u = s.value) == null ? void 0 : u["Projektphasen (optional)/Initiieren"]) == null ? void 0 : p.involvedStakeholders), 1),
471
- e[62] || (e[62] = t("strong", { class: "mt-3" }, "Gab es interne Widerstände und welche Argumente haben geholfen?", -1)),
472
- t("p", null, f((m = (v = s.value) == null ? void 0 : v["Projektphasen (optional)/Initiieren"]) == null ? void 0 : m.dataCollectionMethod), 1),
473
- e[63] || (e[63] = t("strong", { class: "mt-3" }, "Wie haben Sie das (erste) Budget berechnet und gesichert?", -1)),
474
- t("p", null, f((D = (y = s.value) == null ? void 0 : y["Projektphasen (optional)/Initiieren"]) == null ? void 0 : D.budgetPlanning), 1)
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
- __: [60, 61, 62, 63]
491
+ __: [63, 64, 65, 66]
479
492
  })
480
493
  ]),
481
- t("section", je, [
482
- r(j, {
483
- onEdit: e[22] || (e[22] = (n) => w("Projektphasen (optional)/Planen")),
484
- onDelete: e[23] || (e[23] = (n) => H("Projektphasen (optional)/Planen"))
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[64] || (e[64] = [
499
+ "standalone-name": a(() => e[67] || (e[67] = [
487
500
  h(" Planen (optional) ", -1)
488
501
  ])),
489
502
  default: a(() => {
490
- var n, i, u, p, v, m, y, D;
503
+ var t, s, u, p, v, m, y, D;
491
504
  return [
492
- e[65] || (e[65] = t("strong", { class: "mt-3" }, "Wie haben Sie die Anforderungen erhoben und dokumentiert?", -1)),
493
- t("p", null, f((i = (n = s.value) == null ? void 0 : n["Projektphasen (optional)/Planen"]) == null ? void 0 : i.requirementsGatherings), 1),
494
- e[66] || (e[66] = t("strong", { class: "mt-3" }, "Gab es eine Vorlage oder Muster-Leistungsbeschreibung, die hilfreich war und die Sie teilen können?", -1)),
495
- t("p", null, f((p = (u = s.value) == null ? void 0 : u["Projektphasen (optional)/Planen"]) == null ? void 0 : p.tenderFormat), 1),
496
- e[67] || (e[67] = t("strong", { class: "mt-3" }, "Welche Ausschreibungsform haben Sie gewählt und warum?", -1)),
497
- t("p", null, f((m = (v = s.value) == null ? void 0 : v["Projektphasen (optional)/Planen"]) == null ? void 0 : m.tenderTips), 1),
498
- e[68] || (e[68] = t("strong", { class: "mt-3" }, "Welche Tipps haben Sie für eine erfolgreiche Ausschreibung?", -1)),
499
- t("p", null, f((D = (y = s.value) == null ? void 0 : y["Projektphasen (optional)/Planen"]) == null ? void 0 : D.resourcePlanning), 1)
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
- __: [65, 66, 67, 68]
516
+ __: [68, 69, 70, 71]
504
517
  })
505
518
  ]),
506
- t("section", Pe, [
507
- r(j, {
508
- onEdit: e[24] || (e[24] = (n) => w("Projektphasen (optional)/Umsetzen")),
509
- onDelete: e[25] || (e[25] = (n) => H("Projektphasen (optional)/Umsetzen"))
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[69] || (e[69] = [
524
+ "standalone-name": a(() => e[72] || (e[72] = [
512
525
  h(" Umsetzen (optional) ", -1)
513
526
  ])),
514
527
  default: a(() => {
515
- var n, i, u, p, v, m, y, D;
528
+ var t, s, u, p, v, m, y, D;
516
529
  return [
517
- e[70] || (e[70] = t("strong", { class: "mt-3" }, "Wie haben Sie die Zusammenarbeit mit den Dienstleistern organisiert?", -1)),
518
- t("p", null, f((i = (n = s.value) == null ? void 0 : n["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : i.projectTriggers), 1),
519
- e[71] || (e[71] = t("strong", { class: "mt-3" }, "Gab es Verzögerungen und wenn ja, was waren die Gründe?", -1)),
520
- t("p", null, f((p = (u = s.value) == null ? void 0 : u["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : p.involvedStakeholders), 1),
521
- e[72] || (e[72] = t("strong", { class: "mt-3" }, "Welche Schnittstellen wurden genutzt und traten technische Herausforderungen auf?", -1)),
522
- t("p", null, f((m = (v = s.value) == null ? void 0 : v["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : m.dataCollectionMethod), 1),
523
- e[73] || (e[73] = t("strong", { class: "mt-3" }, "Was hätte Ihnen während der Umsetzung geholfen?", -1)),
524
- t("p", null, f((D = (y = s.value) == null ? void 0 : y["Projektphasen (optional)/Umsetzen"]) == null ? void 0 : D.budgetPlanning), 1)
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
- __: [70, 71, 72, 73]
541
+ __: [73, 74, 75, 76]
529
542
  })
530
543
  ]),
531
- t("section", $e, [
532
- r(j, {
533
- onEdit: e[26] || (e[26] = (n) => w("Projektphasen (optional)/Weiterdenken")),
534
- onDelete: e[27] || (e[27] = (n) => H("Projektphasen (optional)/Weiterdenken"))
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[74] || (e[74] = [
549
+ "standalone-name": a(() => e[77] || (e[77] = [
537
550
  h(" Weiterdenken (optional) ", -1)
538
551
  ])),
539
552
  default: a(() => {
540
- var n, i, u, p, v, m, y, D;
553
+ var t, s, u, p, v, m, y, D;
541
554
  return [
542
- e[75] || (e[75] = t("strong", { class: "mt-3" }, "Was waren Ihre wichtigsten Learnings aus dem Projekt?", -1)),
543
- t("p", null, f((i = (n = s.value) == null ? void 0 : n["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : i.projectTriggers), 1),
544
- e[76] || (e[76] = t("strong", { class: "mt-3" }, "Wird die Wirksamkeit Ihres Projekts überwacht und ist der geplante Nutzen eingetreten?", -1)),
545
- t("p", null, f((p = (u = s.value) == null ? void 0 : u["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : p.involvedStakeholders), 1),
546
- e[77] || (e[77] = t("strong", { class: "mt-3" }, "Gibt es Pläne für eine Skalierung oder Weiterentwicklung?", -1)),
547
- t("p", null, f((m = (v = s.value) == null ? void 0 : v["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : m.dataCollectionMethod), 1),
548
- e[78] || (e[78] = t("strong", { class: "mt-3" }, "Welche externen Unterstützungsangebote haben Ihnen geholfen oder auch gefehlt? ", -1)),
549
- t("p", null, f((D = (y = s.value) == null ? void 0 : y["Projektphasen (optional)/Weiterdenken"]) == null ? void 0 : D.budgetPlanning), 1)
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
- __: [75, 76, 77, 78]
566
+ __: [78, 79, 80, 81]
554
567
  })
555
568
  ]),
556
- e[99] || (e[99] = t("section", { class: "step-section" }, [
557
- t("h5", null, "Technische Prozessschritte")
569
+ e[102] || (e[102] = n("section", { class: "step-section" }, [
570
+ n("h5", null, "Technische Prozessschritte")
558
571
  ], -1)),
559
- t("section", Ie, [
560
- r(j, {
561
- "no-delete": !1,
562
- onEdit: e[31] || (e[31] = (n) => w("1. Datenerfassung/Grundlegende Informationen"))
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 n, i, u, p, v, m, y, D, c, z, S;
578
+ var t, s, u, p, v, m, y, D, z, S, j;
566
579
  return [
567
- (i = (n = s.value) == null ? void 0 : n["1. Datenerfassung/Grundlegende Informationen"]) != null && i.description || (((v = (p = (u = s.value) == null ? void 0 : u["1. Datenerfassung/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = s.value) == null ? void 0 : m["1. Datenerfassung/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((S = (z = (c = s.value) == null ? void 0 : c["1. Datenerfassung/Hardware"]) == null ? void 0 : z.selected) == null ? void 0 : S.length) ?? 0) > 0 ? (o(), d("span", Ge, " Datenerfassung ")) : (o(), d("span", xe, " Aktuell haben Sie keinen Prozessschritt zur Datenerfassung hinterlegt. "))
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 n, i, u, p, v, m, y, D, c, z, S, O, W, A, C, B, N, T, V, U, F, L;
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
- (i = (n = s.value) == null ? void 0 : n["1. Datenerfassung/Grundlegende Informationen"]) != null && i.description || (((v = (p = (u = s.value) == null ? void 0 : u["1. Datenerfassung/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = s.value) == null ? void 0 : m["1. Datenerfassung/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((S = (z = (c = s.value) == null ? void 0 : c["1. Datenerfassung/Hardware"]) == null ? void 0 : z.selected) == null ? void 0 : S.length) ?? 0) > 0 ? (o(), d(b, { key: 0 }, [
574
- (W = (O = s.value) == null ? void 0 : O["1. Datenerfassung/Grundlegende Informationen"]) != null && W.description ? (o(), d(b, { key: 0 }, [
575
- e[79] || (e[79] = t("p", null, "Beschreibung", -1)),
576
- t("strong", null, f(s.value["1. Datenerfassung/Grundlegende Informationen"].description), 1)
577
- ], 64)) : P("", !0),
578
- (((B = (C = (A = s.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 }, [
579
- t("div", Ee, [
580
- e[80] || (e[80] = t("p", { style: { margin: "0" } }, " Software ", -1)),
581
- r(E, {
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[28] || (e[28] = (g) => w("1. Datenerfassung/Software"))
598
+ onClick: e[27] || (e[27] = (g) => w("1. Datenerfassung/Software"))
586
599
  })
587
600
  ]),
588
- (o(!0), d(b, null, I(s.value["1. Datenerfassung/Software"].selected, (g) => (o(), d("ul", {
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(x, {
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
- t("li", null, [
602
- t("strong", null, f((k = l == null ? void 0 : l.name) == null ? void 0 : k.de), 1)
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)) : P("", !0),
610
- (((V = (T = (N = s.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 }, [
611
- t("div", He, [
612
- e[81] || (e[81] = t("p", { style: { margin: "0" } }, " Datensatz ", -1)),
613
- r(E, {
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[29] || (e[29] = (g) => w("1. Datenerfassung/Datensätze"))
630
+ onClick: e[28] || (e[28] = (g) => w("1. Datenerfassung/Datensätze"))
618
631
  })
619
632
  ]),
620
- (o(!0), d(b, null, I(s.value["1. Datenerfassung/Datensätze"].selected, (g) => (o(), d("ul", {
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(x, {
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
- t("li", null, [
634
- t("strong", null, f((k = l == null ? void 0 : l.title) == null ? void 0 : k.de), 1)
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)) : P("", !0),
642
- (((L = (F = (U = s.value) == null ? void 0 : U["1. Datenerfassung/Hardware"]) == null ? void 0 : F.selected) == null ? void 0 : L.length) ?? 0) > 0 ? (o(), d(b, { key: 3 }, [
643
- t("div", Oe, [
644
- e[82] || (e[82] = t("p", { style: { margin: "0" } }, " Hardware ", -1)),
645
- r(E, {
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[30] || (e[30] = (g) => w("1. Datenerfassung/Hardware"))
662
+ onClick: e[29] || (e[29] = (g) => w("1. Datenerfassung/Hardware"))
650
663
  })
651
664
  ]),
652
- (o(!0), d(b, null, I(s.value["1. Datenerfassung/Hardware"].selected, (g) => (o(), d("ul", {
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(x, {
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
- t("li", null, [
666
- t("strong", null, f((k = l == null ? void 0 : l.name) == null ? void 0 : k.de), 1)
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)) : P("", !0)
674
- ], 64)) : P("", !0)
686
+ ], 64)) : $("", !0)
687
+ ], 64)) : $("", !0)
675
688
  ];
676
689
  }),
677
690
  _: 1
678
691
  })
679
692
  ]),
680
- t("section", We, [
681
- r(j, {
682
- "no-delete": !1,
683
- onEdit: e[35] || (e[35] = (n) => w("2. Datenverarbeitung/Grundlegende Informationen"))
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 n, i, u, p, v, m, y, D, c, z, S;
699
+ var t, s, u, p, v, m, y, D, z, S, j;
687
700
  return [
688
- (i = (n = s.value) == null ? void 0 : n["2. Datenverarbeitung/Grundlegende Informationen"]) != null && i.description || (((v = (p = (u = s.value) == null ? void 0 : u["2. Datenverarbeitung/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = s.value) == null ? void 0 : m["2. Datenverarbeitung/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((S = (z = (c = s.value) == null ? void 0 : c["2. Datenverarbeitung/Hardware"]) == null ? void 0 : z.selected) == null ? void 0 : S.length) ?? 0) > 0 ? (o(), d("span", Ae, " Datenverarbeitung ")) : (o(), d("span", Ce, " Aktuell haben Sie keinen Prozessschritt zur Datenverarbeitung hinterlegt. "))
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 n, i, u, p, v, m, y, D, c, z, S, O, W, A, C, B, N, T, V, U, F, L;
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
- (i = (n = s.value) == null ? void 0 : n["2. Datenverarbeitung/Grundlegende Informationen"]) != null && i.description || (((v = (p = (u = s.value) == null ? void 0 : u["2. Datenverarbeitung/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = s.value) == null ? void 0 : m["2. Datenverarbeitung/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((S = (z = (c = s.value) == null ? void 0 : c["2. Datenverarbeitung/Hardware"]) == null ? void 0 : z.selected) == null ? void 0 : S.length) ?? 0) > 0 ? (o(), d(b, { key: 0 }, [
695
- (W = (O = s.value) == null ? void 0 : O["2. Datenverarbeitung/Grundlegende Informationen"]) != null && W.description ? (o(), d(b, { key: 0 }, [
696
- e[83] || (e[83] = t("p", null, "Beschreibung", -1)),
697
- t("strong", null, f(s.value["2. Datenverarbeitung/Grundlegende Informationen"].description), 1)
698
- ], 64)) : P("", !0),
699
- (((B = (C = (A = s.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 }, [
700
- t("div", Be, [
701
- e[84] || (e[84] = t("p", { style: { margin: "0" } }, " Software ", -1)),
702
- r(E, {
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(s.value["2. Datenverarbeitung/Software"].selected, (g) => (o(), d("ul", {
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(x, {
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
- t("li", null, [
723
- t("strong", null, f((k = l == null ? void 0 : l.name) == null ? void 0 : k.de), 1)
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)) : P("", !0),
731
- (((V = (T = (N = s.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 }, [
732
- t("div", Ne, [
733
- e[85] || (e[85] = t("p", { style: { margin: "0" } }, " Datensatz ", -1)),
734
- r(E, {
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(s.value["2. Datenverarbeitung/Datensätze"].selected, (g) => (o(), d("ul", {
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(x, {
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
- t("li", null, [
755
- t("strong", null, f((k = l == null ? void 0 : l.title) == null ? void 0 : k.de), 1)
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)) : P("", !0),
763
- (((L = (F = (U = s.value) == null ? void 0 : U["2. Datenverarbeitung/Hardware"]) == null ? void 0 : F.selected) == null ? void 0 : L.length) ?? 0) > 0 ? (o(), d(b, { key: 3 }, [
764
- t("div", Te, [
765
- e[86] || (e[86] = t("p", { style: { margin: "0" } }, " Hardware ", -1)),
766
- r(E, {
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(s.value["2. Datenverarbeitung/Hardware"].selected, (g) => (o(), d("ul", {
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(x, {
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
- t("li", null, [
787
- t("strong", null, f((k = l == null ? void 0 : l.name) == null ? void 0 : k.de), 1)
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)) : P("", !0)
795
- ], 64)) : P("", !0)
807
+ ], 64)) : $("", !0)
808
+ ], 64)) : $("", !0)
796
809
  ];
797
810
  }),
798
811
  _: 1
799
812
  })
800
813
  ]),
801
- t("section", Ve, [
802
- r(j, {
803
- "no-delete": !1,
804
- onEdit: e[39] || (e[39] = (n) => w("3. Datensimulation/Grundlegende Informationen"))
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 n, i, u, p, v, m, y, D, c, z, S;
820
+ var t, s, u, p, v, m, y, D, z, S, j;
808
821
  return [
809
- (i = (n = s.value) == null ? void 0 : n["3. Datensimulation/Grundlegende Informationen"]) != null && i.description || (((v = (p = (u = s.value) == null ? void 0 : u["3. Datensimulation/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = s.value) == null ? void 0 : m["3. Datensimulation/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((S = (z = (c = s.value) == null ? void 0 : c["3. Datensimulation/Hardware"]) == null ? void 0 : z.selected) == null ? void 0 : S.length) ?? 0) > 0 ? (o(), d("span", Ue, " Datensimulation ")) : (o(), d("span", Fe, " Aktuell haben Sie keinen Prozessschritt zur Datensimulation hinterlegt. "))
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 n, i, u, p, v, m, y, D, c, z, S, O, W, A, C, B, N, T, V, U, F, L;
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
- (i = (n = s.value) == null ? void 0 : n["3. Datensimulation/Grundlegende Informationen"]) != null && i.description || (((v = (p = (u = s.value) == null ? void 0 : u["3. Datensimulation/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = s.value) == null ? void 0 : m["3. Datensimulation/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((S = (z = (c = s.value) == null ? void 0 : c["3. Datensimulation/Hardware"]) == null ? void 0 : z.selected) == null ? void 0 : S.length) ?? 0) > 0 ? (o(), d(b, { key: 0 }, [
816
- (W = (O = s.value) == null ? void 0 : O["3. Datensimulation/Grundlegende Informationen"]) != null && W.description ? (o(), d(b, { key: 0 }, [
817
- e[87] || (e[87] = t("p", null, "Beschreibung", -1)),
818
- t("strong", null, f(s.value["3. Datensimulation/Grundlegende Informationen"].description), 1)
819
- ], 64)) : P("", !0),
820
- (((B = (C = (A = s.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 }, [
821
- t("div", Le, [
822
- e[88] || (e[88] = t("p", { style: { margin: "0" } }, " Software ", -1)),
823
- r(E, {
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[36] || (e[36] = (g) => w("3. Datensimulation/Software"))
840
+ onClick: e[37] || (e[37] = (g) => w("3. Datensimulation/Software"))
828
841
  })
829
842
  ]),
830
- (o(!0), d(b, null, I(s.value["3. Datensimulation/Software"].selected, (g) => (o(), d("ul", {
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(x, {
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
- t("li", null, [
844
- t("strong", null, f((k = l == null ? void 0 : l.name) == null ? void 0 : k.de), 1)
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)) : P("", !0),
852
- (((V = (T = (N = s.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 }, [
853
- t("div", Me, [
854
- e[89] || (e[89] = t("p", { style: { margin: "0" } }, " Datensatz ", -1)),
855
- r(E, {
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[37] || (e[37] = (g) => w("3. Datensimulation/Datensätze"))
872
+ onClick: e[38] || (e[38] = (g) => w("3. Datensimulation/Datensätze"))
860
873
  })
861
874
  ]),
862
- (o(!0), d(b, null, I(s.value["3. Datensimulation/Datensätze"].selected, (g) => (o(), d("ul", {
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(x, {
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
- t("li", null, [
876
- t("strong", null, f((k = l == null ? void 0 : l.title) == null ? void 0 : k.de), 1)
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)) : P("", !0),
884
- (((L = (F = (U = s.value) == null ? void 0 : U["3. Datensimulation/Hardware"]) == null ? void 0 : F.selected) == null ? void 0 : L.length) ?? 0) > 0 ? (o(), d(b, { key: 3 }, [
885
- t("div", Ke, [
886
- e[90] || (e[90] = t("p", { style: { margin: "0" } }, " Hardware ", -1)),
887
- r(E, {
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[38] || (e[38] = (g) => w("3. Datensimulation/Hardware"))
904
+ onClick: e[39] || (e[39] = (g) => w("3. Datensimulation/Hardware"))
892
905
  })
893
906
  ]),
894
- (o(!0), d(b, null, I(s.value["3. Datensimulation/Hardware"].selected, (g) => (o(), d("ul", {
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(x, {
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
- t("li", null, [
908
- t("strong", null, f((k = l == null ? void 0 : l.name) == null ? void 0 : k.de), 1)
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)) : P("", !0)
916
- ], 64)) : P("", !0)
928
+ ], 64)) : $("", !0)
929
+ ], 64)) : $("", !0)
917
930
  ];
918
931
  }),
919
932
  _: 1
920
933
  })
921
934
  ]),
922
- t("section", qe, [
923
- r(j, {
924
- "no-delete": !1,
925
- onEdit: e[43] || (e[43] = (n) => w("4. Datenvisualisierung/Grundlegende Informationen"))
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 n, i, u, p, v, m, y, D, c, z, S;
941
+ var t, s, u, p, v, m, y, D, z, S, j;
929
942
  return [
930
- (i = (n = s.value) == null ? void 0 : n["4. Datenvisualisierung/Grundlegende Informationen"]) != null && i.description || (((v = (p = (u = s.value) == null ? void 0 : u["4. Datenvisualisierung/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = s.value) == null ? void 0 : m["4. Datenvisualisierung/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((S = (z = (c = s.value) == null ? void 0 : c["4. Datenvisualisierung/Hardware"]) == null ? void 0 : z.selected) == null ? void 0 : S.length) ?? 0) > 0 ? (o(), d("span", Re, " Datenvisualisierung ")) : (o(), d("div", Ze, " Aktuell haben Sie keinen Prozessschritt zur Datenvisualisierung hinterlegt. "))
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 n, i, u, p, v, m, y, D, c, z, S, O, W, A, C, B, N, T, V, U, F, L;
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
- (i = (n = s.value) == null ? void 0 : n["4. Datenvisualisierung/Grundlegende Informationen"]) != null && i.description || (((v = (p = (u = s.value) == null ? void 0 : u["4. Datenvisualisierung/Software"]) == null ? void 0 : p.selected) == null ? void 0 : v.length) ?? 0) > 0 || (((D = (y = (m = s.value) == null ? void 0 : m["4. Datenvisualisierung/Datensätze"]) == null ? void 0 : y.selected) == null ? void 0 : D.length) ?? 0) > 0 || (((S = (z = (c = s.value) == null ? void 0 : c["4. Datenvisualisierung/Hardware"]) == null ? void 0 : z.selected) == null ? void 0 : S.length) ?? 0) > 0 ? (o(), d(b, { key: 0 }, [
937
- (W = (O = s.value) == null ? void 0 : O["4. Datenvisualisierung/Grundlegende Informationen"]) != null && W.description ? (o(), d(b, { key: 0 }, [
938
- e[91] || (e[91] = t("p", null, "Beschreibung", -1)),
939
- t("strong", null, f(s.value["4. Datenvisualisierung/Grundlegende Informationen"].description), 1)
940
- ], 64)) : P("", !0),
941
- (((B = (C = (A = s.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 }, [
942
- t("div", Je, [
943
- e[92] || (e[92] = t("p", { style: { margin: "0" } }, " Software ", -1)),
944
- r(E, {
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[40] || (e[40] = (g) => w("4. Datenvisualisierung/Software"))
961
+ onClick: e[42] || (e[42] = (g) => w("4. Datenvisualisierung/Software"))
949
962
  })
950
963
  ]),
951
- (o(!0), d(b, null, I(s.value["4. Datenvisualisierung/Software"].selected, (g) => (o(), d("ul", {
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(x, {
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
- t("li", null, [
965
- t("strong", null, f((k = l == null ? void 0 : l.name) == null ? void 0 : k.de), 1)
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)) : P("", !0),
973
- (((V = (T = (N = s.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 }, [
974
- t("div", Qe, [
975
- e[93] || (e[93] = t("p", { style: { margin: "0" } }, " Datensatz ", -1)),
976
- r(E, {
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[41] || (e[41] = (g) => w("4. Datenvisualisierung/Datensätze"))
993
+ onClick: e[43] || (e[43] = (g) => w("4. Datenvisualisierung/Datensätze"))
981
994
  })
982
995
  ]),
983
- (o(!0), d(b, null, I(s.value["4. Datenvisualisierung/Datensätze"].selected, (g) => (o(), d("ul", {
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(x, {
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
- t("li", null, [
997
- t("strong", null, f((k = l == null ? void 0 : l.title) == null ? void 0 : k.de), 1)
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)) : P("", !0),
1005
- (((L = (F = (U = s.value) == null ? void 0 : U["4. Datenvisualisierung/Hardware"]) == null ? void 0 : F.selected) == null ? void 0 : L.length) ?? 0) > 0 ? (o(), d(b, { key: 3 }, [
1006
- t("div", Xe, [
1007
- e[94] || (e[94] = t("p", { style: { margin: "0" } }, " Hardware ", -1)),
1008
- r(E, {
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[42] || (e[42] = (g) => w("4. Datenvisualisierung/Hardware"))
1025
+ onClick: e[44] || (e[44] = (g) => w("4. Datenvisualisierung/Hardware"))
1013
1026
  })
1014
1027
  ]),
1015
- (o(!0), d(b, null, I(s.value["4. Datenvisualisierung/Hardware"].selected, (g) => (o(), d("ul", {
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(x, {
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
- t("li", null, [
1029
- t("strong", null, f((k = l == null ? void 0 : l.name) == null ? void 0 : k.de), 1)
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)) : P("", !0)
1037
- ], 64)) : P("", !0)
1049
+ ], 64)) : $("", !0)
1050
+ ], 64)) : $("", !0)
1038
1051
  ];
1039
1052
  }),
1040
1053
  _: 1
1041
1054
  })
1042
1055
  ]),
1043
- r(Y, {
1044
- "next-text": J.value,
1045
- onSubmit: e[44] || (e[44] = (n) => M("submit"))
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
- __: [95, 96, 97, 98, 99]
1062
+ __: [98, 99, 100, 101, 102]
1050
1063
  }));
1051
1064
  }
1052
1065
  });
1053
1066
  export {
1054
- dt as default
1067
+ fn as default
1055
1068
  };