@piveau/dpi 0.2.0-alpha.29 → 0.2.0-alpha.30

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