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