@piveau/dpi 0.2.0-alpha.11 → 0.2.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/dpi.css +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue.js +7 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue2.js +180 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue.js +7 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue2.js +215 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +3 -3
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue2.js +37 -29
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +27 -27
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue.js +4 -4
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue2.js +8 -8
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +127 -118
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue2.js +64 -57
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepBase.vue.js +21 -23
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepsOverviewStep.vue.js +12 -12
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +105 -96
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue2.js +89 -80
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/InitiierenStep.vue.js +6 -5
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js +4 -3
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js +6 -5
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +6 -5
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +388 -375
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextArea/TextAreaDefinition.js +4 -3
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextArea/TextAreaFormKit.vue.js +35 -31
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +43 -35
- package/dist/packages/dpi/src/data-provider-interface/components/DistLicense.vue.js +224 -133
- package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +11 -11
- package/dist/packages/dpi/src/data-provider-interface/components/VisibilityPage.vue.js +106 -0
- package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/input-definition.js +4 -0
- package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/page-content-config.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +276 -251
- package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +131 -124
- package/dist/packages/dpi/src/form/inputDefinitions.js +15 -10
- package/package.json +1 -1
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as Y, ref as x, computed as _, watch as ee, toRef as te, createBlock as d, openBlock as i, withCtx as s, createVNode as m, createElementBlock as o, createElementVNode as S, unref as w, isRef as re, Fragment as f, renderList as v, createCommentVNode as c, createTextVNode as B, toDisplayString as y, nextTick as ne } from "vue";
|
|
2
2
|
import { FormKit as $ } from "@formkit/vue";
|
|
3
|
-
import { defineHubSearch as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
3
|
+
import { defineHubSearch as ie } from "@piveau/sdk-vue";
|
|
4
|
+
import le from "zod";
|
|
5
|
+
import oe from "../../../components/StepActionsSection.vue.js";
|
|
6
|
+
import ue from "../ActionCard.vue.js";
|
|
7
|
+
import se from "../Card.vue.js";
|
|
8
|
+
import ae from "../Chip.vue.js";
|
|
9
|
+
import de from "../DpiModalBase.vue.js";
|
|
10
10
|
import p from "../SummaryBox.vue.js";
|
|
11
|
-
import
|
|
11
|
+
import ce from "./AreYouSureToSkipCard.vue.js";
|
|
12
12
|
import O from "./HardwareForm.vue.js";
|
|
13
|
-
import
|
|
13
|
+
import pe from "./ProcessStepBase.vue.js";
|
|
14
14
|
/* empty css */
|
|
15
|
-
import { looseRenderable as h, useProcessStepResources as
|
|
16
|
-
const
|
|
15
|
+
import { looseRenderable as h, useProcessStepResources as me, ensureHasOneResource as fe } from "./utils.js";
|
|
16
|
+
const ve = {
|
|
17
17
|
key: 0,
|
|
18
18
|
class: "software-step__card-list--empty"
|
|
19
|
-
},
|
|
19
|
+
}, ye = {
|
|
20
20
|
key: 1,
|
|
21
21
|
class: "software-step__card-list"
|
|
22
|
-
},
|
|
22
|
+
}, he = { class: "step-section step-section--lg" }, ke = { class: "functionalities" }, Ee = /* @__PURE__ */ Y({
|
|
23
23
|
__name: "HardwareStep",
|
|
24
24
|
props: {
|
|
25
25
|
stepGroup: {},
|
|
26
26
|
edit: { type: Boolean }
|
|
27
27
|
},
|
|
28
28
|
setup(A) {
|
|
29
|
-
const z = A,
|
|
29
|
+
const z = A, k = x(!1), u = x([]), { useResources: F } = ie({
|
|
30
30
|
baseUrl: "https://twin.bydata.de/api/hub/search",
|
|
31
31
|
index: "resource",
|
|
32
32
|
indexDetails: "resources/hardware",
|
|
33
|
-
schema:
|
|
33
|
+
schema: le.any()
|
|
34
34
|
}, (e) => {
|
|
35
|
-
var
|
|
36
|
-
const t = String((e == null ? void 0 : e.id) || ""), n = String(((
|
|
35
|
+
var P, T, E, N, G, U;
|
|
36
|
+
const t = String((e == null ? void 0 : e.id) || ""), n = String(((P = e == null ? void 0 : e.name) == null ? void 0 : P.de) || ((T = e == null ? void 0 : e.name) == null ? void 0 : T.en) || ""), r = (e == null ? void 0 : e.functionalities) || [], V = String(((N = (E = e == null ? void 0 : e.manufacturer) == null ? void 0 : E[0]) == null ? void 0 : N.label) || ""), l = String(((G = e == null ? void 0 : e.description) == null ? void 0 : G.de) || ((U = e == null ? void 0 : e.description) == null ? void 0 : U.en) || ""), a = String((e == null ? void 0 : e.version) || "");
|
|
37
37
|
return {
|
|
38
38
|
id: t,
|
|
39
39
|
name: n,
|
|
@@ -64,9 +64,9 @@ const fe = {
|
|
|
64
64
|
isHostedByItems: h(n == null ? void 0 : n.isHostedBy),
|
|
65
65
|
hosts: h(n == null ? void 0 : n.hosts)
|
|
66
66
|
};
|
|
67
|
-
}) : []),
|
|
68
|
-
|
|
69
|
-
!e && t &&
|
|
67
|
+
}) : []), H = x(""), L = _(() => u.value.find((e) => e.id === H.value)), b = x(0);
|
|
68
|
+
ee(k, (e, t) => {
|
|
69
|
+
!e && t && b.value++;
|
|
70
70
|
});
|
|
71
71
|
function M(e) {
|
|
72
72
|
return u.value.find((t) => t.id === e);
|
|
@@ -79,52 +79,55 @@ const fe = {
|
|
|
79
79
|
t !== -1 && u.value.splice(t, 1);
|
|
80
80
|
}
|
|
81
81
|
async function Z(e) {
|
|
82
|
-
M(e) && (
|
|
82
|
+
M(e) && (H.value = e, b.value++, await ne(), k.value = !0);
|
|
83
83
|
}
|
|
84
|
-
function
|
|
85
|
-
u.value.push(e),
|
|
84
|
+
function C(e) {
|
|
85
|
+
u.value.push(e), k.value = !1, H.value = "";
|
|
86
86
|
}
|
|
87
87
|
function j(e) {
|
|
88
88
|
const t = R(e.id);
|
|
89
|
-
t !== -1 && (u.value.splice(t, 1), u.value.splice(t, 0, e.hardware),
|
|
89
|
+
t !== -1 && (u.value.splice(t, 1), u.value.splice(t, 0, e.hardware), H.value = "", k.value = !1);
|
|
90
90
|
}
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
function q() {
|
|
92
|
+
k.value = !1;
|
|
93
|
+
}
|
|
94
|
+
const J = _(() => u.value.length > 0 ? "Weiter" : "Weiter ohne Hardware"), Q = _(() => u.value.length > 0 ? "primary" : "secondary"), { count: g, realCount: X } = me(z.stepGroup || "", te(z.edit));
|
|
95
|
+
return (e, t) => (i(), d(pe, {
|
|
93
96
|
title: "Geben Sie Informationen zur verwendeten Hardware an",
|
|
94
97
|
subtitle: "Die Hardware wird zentral von uns verwaltet. Sie können in diesem Schritt auswählen, welche Hardware Sie verwendet haben. Sobald Sie eine Hardware zugeordnet haben, geben Sie bitte an, wie die Hardware in diesem Schritt eingesetzt wurde."
|
|
95
98
|
}, {
|
|
96
99
|
default: s(({ confirm: n }) => [
|
|
97
|
-
m(
|
|
98
|
-
modelValue:
|
|
99
|
-
"onUpdate:modelValue": t[0] || (t[0] = (r) =>
|
|
100
|
+
m(w($), {
|
|
101
|
+
modelValue: w(g),
|
|
102
|
+
"onUpdate:modelValue": t[0] || (t[0] = (r) => re(g) ? g.value = r : null),
|
|
100
103
|
type: "hidden",
|
|
101
104
|
name: "__resourceCount",
|
|
102
105
|
hidden: "",
|
|
103
106
|
"aria-hidden": "",
|
|
104
|
-
"validation-rules": { ensureHasOneResource:
|
|
107
|
+
"validation-rules": { ensureHasOneResource: w(fe) },
|
|
105
108
|
validation: "+ensureHasOneResource",
|
|
106
109
|
"validation-visibility": "live",
|
|
107
110
|
"validation-messages": { ensureHasOneResource: "Sie müssen pro Schritt mindestens eine Software, einen Datensatz oder eine Hardware zuordnen, um fortfahren zu können." }
|
|
108
111
|
}, null, 8, ["modelValue", "validation-rules"]),
|
|
109
|
-
m(
|
|
112
|
+
m(w($), {
|
|
110
113
|
modelValue: u.value,
|
|
111
114
|
"onUpdate:modelValue": t[1] || (t[1] = (r) => u.value = r),
|
|
112
115
|
name: "selected",
|
|
113
116
|
type: "list",
|
|
114
117
|
hidden: ""
|
|
115
118
|
}, null, 8, ["modelValue"]),
|
|
116
|
-
D.value.length ? (i(), o("section",
|
|
117
|
-
(i(!0), o(f, null, v(D.value, (r, V) => (i(), d(
|
|
119
|
+
D.value.length ? (i(), o("section", ye, [
|
|
120
|
+
(i(!0), o(f, null, v(D.value, (r, V) => (i(), d(ue, {
|
|
118
121
|
key: V,
|
|
119
122
|
class: "software-card",
|
|
120
123
|
onEdit: (l) => Z(r.id),
|
|
121
|
-
onDelete: (l) => n({ id: r.id || "", resourceType: "
|
|
124
|
+
onDelete: (l) => n({ id: r.id || "", resourceType: "Hardware", resource: r.name, callback: K })
|
|
122
125
|
}, {
|
|
123
126
|
"standalone-name": s(() => t[5] || (t[5] = [
|
|
124
127
|
B(" Hardware ", -1)
|
|
125
128
|
])),
|
|
126
129
|
default: s(() => [
|
|
127
|
-
|
|
130
|
+
S("div", he, [
|
|
128
131
|
m(p, { title: "Name" }, {
|
|
129
132
|
default: s(() => [
|
|
130
133
|
B(y(r.name), 1)
|
|
@@ -133,8 +136,8 @@ const fe = {
|
|
|
133
136
|
}, 1024),
|
|
134
137
|
m(p, { title: "Genutzte Funktionalitäten" }, {
|
|
135
138
|
default: s(() => [
|
|
136
|
-
|
|
137
|
-
(i(!0), o(f, null, v(r.functionalities, (l) => (i(), d(
|
|
139
|
+
S("div", ke, [
|
|
140
|
+
(i(!0), o(f, null, v(r.functionalities, (l) => (i(), d(ae, {
|
|
138
141
|
key: l,
|
|
139
142
|
text: l,
|
|
140
143
|
data: { "@value": "", URI: "" },
|
|
@@ -211,13 +214,13 @@ const fe = {
|
|
|
211
214
|
]),
|
|
212
215
|
_: 2
|
|
213
216
|
}, 1032, ["onEdit", "onDelete"]))), 128))
|
|
214
|
-
])) : (i(), o("section",
|
|
215
|
-
m(
|
|
217
|
+
])) : (i(), o("section", ve, [
|
|
218
|
+
m(se, {
|
|
216
219
|
small: "",
|
|
217
220
|
class: "empty-card"
|
|
218
221
|
}, {
|
|
219
222
|
default: s(() => t[4] || (t[4] = [
|
|
220
|
-
|
|
223
|
+
S("p", { class: "copy-large-regular empty-card-text" }, " Aktuell haben Sie noch keine Hardware im Prozessschritt hinterlegt. ", -1)
|
|
221
224
|
])),
|
|
222
225
|
_: 1,
|
|
223
226
|
__: [4]
|
|
@@ -225,31 +228,35 @@ const fe = {
|
|
|
225
228
|
])),
|
|
226
229
|
m(O, {
|
|
227
230
|
exclude: u.value.map((r) => r.id),
|
|
228
|
-
onSubmit:
|
|
231
|
+
onSubmit: C
|
|
229
232
|
}, null, 8, ["exclude"]),
|
|
230
|
-
|
|
231
|
-
m(
|
|
232
|
-
"next-text":
|
|
233
|
-
"next-variant":
|
|
233
|
+
S("section", null, [
|
|
234
|
+
m(oe, {
|
|
235
|
+
"next-text": J.value,
|
|
236
|
+
"next-variant": Q.value
|
|
234
237
|
}, null, 8, ["next-text", "next-variant"]),
|
|
235
|
-
|
|
238
|
+
w(X) === 0 ? (i(), d(ce, {
|
|
236
239
|
key: 0,
|
|
237
240
|
"resource-label": "Hardware"
|
|
238
241
|
})) : c("", !0)
|
|
239
242
|
]),
|
|
240
|
-
m(
|
|
241
|
-
modelValue:
|
|
242
|
-
"onUpdate:modelValue": t[3] || (t[3] = (r) =>
|
|
243
|
+
m(de, {
|
|
244
|
+
modelValue: k.value,
|
|
245
|
+
"onUpdate:modelValue": t[3] || (t[3] = (r) => k.value = r),
|
|
246
|
+
"hide-close-btn": !0,
|
|
247
|
+
"compact-layout": !0,
|
|
248
|
+
title: "Hardware"
|
|
243
249
|
}, {
|
|
244
250
|
default: s(() => [
|
|
245
|
-
|
|
246
|
-
key:
|
|
247
|
-
modelValue:
|
|
248
|
-
"onUpdate:modelValue": t[2] || (t[2] = (r) =>
|
|
251
|
+
H.value ? (i(), d(O, {
|
|
252
|
+
key: b.value,
|
|
253
|
+
modelValue: H.value,
|
|
254
|
+
"onUpdate:modelValue": t[2] || (t[2] = (r) => H.value = r),
|
|
249
255
|
"initialize-with": L.value,
|
|
250
256
|
exclude: u.value.map((r) => r.id),
|
|
251
|
-
onSubmit:
|
|
252
|
-
onPatch: j
|
|
257
|
+
onSubmit: C,
|
|
258
|
+
onPatch: j,
|
|
259
|
+
onClose: q
|
|
253
260
|
}, null, 8, ["modelValue", "initialize-with", "exclude"])) : c("", !0)
|
|
254
261
|
]),
|
|
255
262
|
_: 1
|
|
@@ -260,5 +267,5 @@ const fe = {
|
|
|
260
267
|
}
|
|
261
268
|
});
|
|
262
269
|
export {
|
|
263
|
-
|
|
270
|
+
Ee as default
|
|
264
271
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as _, ref as y, reactive as V, watch as b, createElementBlock as a, openBlock as d, Fragment as k, createElementVNode as o, createVNode as l, renderSlot as n, toDisplayString as r, withCtx as i, createTextVNode as p, createCommentVNode as v } from "vue";
|
|
2
2
|
import u from "../ButtonV3.vue.js";
|
|
3
3
|
import g from "../DpiModalBase.vue.js";
|
|
4
|
-
const
|
|
4
|
+
const T = { class: "dpi-project-process-step V3-typography" }, C = { class: "step-section" }, w = { class: "copy-large-regular" }, B = { class: "dpiV3_modalTitle deleteModalHeading" }, D = { class: "deleteModalText" }, M = { key: 0 }, N = { class: "dpiV3_modalActions" }, E = /* @__PURE__ */ _({
|
|
5
5
|
__name: "ProcessStepBase",
|
|
6
6
|
props: {
|
|
7
7
|
title: {},
|
|
8
8
|
subtitle: {}
|
|
9
9
|
},
|
|
10
|
-
setup(
|
|
11
|
-
const f =
|
|
10
|
+
setup(S) {
|
|
11
|
+
const f = y(!1), e = V({
|
|
12
12
|
id: "",
|
|
13
13
|
callback: () => {
|
|
14
14
|
},
|
|
@@ -20,53 +20,51 @@ const C = { class: "dpi-project-process-step V3-typography" }, T = { class: "ste
|
|
|
20
20
|
function m(t) {
|
|
21
21
|
e.id = t.id, e.callback = t.callback, e.resourceType = t.resourceType || "Ressource", e.resource = t.resource || "", e.open = !0;
|
|
22
22
|
}
|
|
23
|
-
function
|
|
23
|
+
function h() {
|
|
24
24
|
e.callback(e.id), e.open = !1;
|
|
25
25
|
}
|
|
26
26
|
return b(() => e.open, (t) => {
|
|
27
27
|
t || (e.open = !1);
|
|
28
|
-
}), (t, s) => (
|
|
29
|
-
o("div",
|
|
30
|
-
o("section",
|
|
31
|
-
|
|
28
|
+
}), (t, s) => (d(), a(k, null, [
|
|
29
|
+
o("div", T, [
|
|
30
|
+
o("section", C, [
|
|
31
|
+
n(t.$slots, "title", {}, () => [
|
|
32
32
|
o("h4", null, r(t.title), 1)
|
|
33
33
|
]),
|
|
34
|
-
|
|
34
|
+
n(t.$slots, "subtitle", {}, () => [
|
|
35
35
|
o("p", w, r(t.subtitle), 1)
|
|
36
36
|
])
|
|
37
37
|
]),
|
|
38
|
-
|
|
38
|
+
n(t.$slots, "default", { confirm: m })
|
|
39
39
|
]),
|
|
40
|
-
|
|
40
|
+
l(g, {
|
|
41
41
|
modelValue: e.open,
|
|
42
42
|
"onUpdate:modelValue": s[1] || (s[1] = (c) => e.open = c),
|
|
43
43
|
persistent: !f.value
|
|
44
44
|
}, {
|
|
45
45
|
header: i(() => [
|
|
46
|
-
o("h2", B,
|
|
47
|
-
o("strong", null, "Verwendete " + r(e.resourceType) + " löschen?", 1)
|
|
48
|
-
])
|
|
46
|
+
o("h2", B, " Verwendete " + r(e.resourceType) + " löschen? ", 1)
|
|
49
47
|
]),
|
|
50
48
|
footer: i(() => [
|
|
51
|
-
o("div",
|
|
52
|
-
|
|
49
|
+
o("div", N, [
|
|
50
|
+
l(u, {
|
|
53
51
|
"button-text": "Abbrechen",
|
|
54
52
|
variant: "tertiary",
|
|
55
53
|
onClick: s[0] || (s[0] = (c) => e.open = !1)
|
|
56
54
|
}),
|
|
57
|
-
|
|
55
|
+
l(u, {
|
|
58
56
|
"button-text": "Löschen",
|
|
59
57
|
variant: "primary",
|
|
60
|
-
onClick:
|
|
58
|
+
onClick: h
|
|
61
59
|
})
|
|
62
60
|
])
|
|
63
61
|
]),
|
|
64
62
|
default: i(() => [
|
|
65
63
|
o("div", D, [
|
|
66
64
|
o("p", null, [
|
|
67
|
-
|
|
68
|
-
e.resource ? (
|
|
69
|
-
s[2] || (s[2] =
|
|
65
|
+
p(" Möchten Sie die verwendete " + r(e.resourceType) + " ", 1),
|
|
66
|
+
e.resource ? (d(), a("strong", M, r(e.resource), 1)) : v("", !0),
|
|
67
|
+
s[2] || (s[2] = p(" wirklich löschen? ", -1))
|
|
70
68
|
])
|
|
71
69
|
])
|
|
72
70
|
]),
|
|
@@ -76,5 +74,5 @@ const C = { class: "dpi-project-process-step V3-typography" }, T = { class: "ste
|
|
|
76
74
|
}
|
|
77
75
|
});
|
|
78
76
|
export {
|
|
79
|
-
|
|
77
|
+
E as default
|
|
80
78
|
};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { createElementBlock as s, openBlock as
|
|
2
|
-
import { PhLightbulb as
|
|
3
|
-
import
|
|
1
|
+
import { createElementBlock as s, openBlock as r, createStaticVNode as a, createElementVNode as e, createVNode as t, withCtx as i, unref as l } from "vue";
|
|
2
|
+
import { PhLightbulb as d } from "@phosphor-icons/vue";
|
|
3
|
+
import o from "../../../components/StepActionsSection.vue.js";
|
|
4
4
|
import u from "../Card.vue.js";
|
|
5
5
|
/* empty css */
|
|
6
6
|
import c from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
7
|
-
const
|
|
7
|
+
const g = { class: "dpiV3_page V3-typography" }, v = { class: "funny-section" }, h = { class: "funny-section process-footer-information" }, m = {
|
|
8
8
|
__name: "ProcessStepsOverviewStep",
|
|
9
|
-
setup(
|
|
10
|
-
return (
|
|
11
|
-
n[2] || (n[2] =
|
|
12
|
-
e("section", g, [
|
|
13
|
-
t(d, { "next-text": "Weiter zur Datenerfassung" })
|
|
14
|
-
]),
|
|
9
|
+
setup(p) {
|
|
10
|
+
return (f, n) => (r(), s("div", g, [
|
|
11
|
+
n[2] || (n[2] = a('<section class="funny-section" data-v-de9008e0><div class="funny-flex" data-v-de9008e0><div data-v-de9008e0><h4 data-v-de9008e0> Geben Sie die Technischen Prozessschritte Ihres Projekts an </h4><div class="process-description-section" data-v-de9008e0><span class="process-description" data-v-de9008e0> Nachdem Sie anhand der Projektphasen geschildert haben, wie Sie von der Idee zur Umsetzung gekommen sind (optional), zeigen Sie in den technischen Prozessschritten detailliert, wie Sie mit den Daten gearbeitet haben – vom Erfassen über die Verarbeitung und Simulation bis zur Visualisierung. </span><span class="process-description strong" data-v-de9008e0> Pro Projekt muss mindestens ein technischer Prozessschritt beschrieben werden. </span><span class="process-description strong" data-v-de9008e0> Jedem Schritt muss mindestens eine Software, ein Datensatz oder eine Hardware zugeordnet werden, die verwendet wurden. </span><span class="process-description" data-v-de9008e0> An unseren Beispielen für „Hochwasserschutzprogramm mit Prognosen“ sehen Sie, wie Sie vorgehen können. </span></div></div><div class="steps" data-v-de9008e0><h5 data-v-de9008e0> Welche der folgenden Schritte haben Sie in Ihrem Projekt durchlaufen? </h5><ul data-v-de9008e0><li data-v-de9008e0> Teilen Sie im Schritt der <strong data-v-de9008e0>Datenerfassung</strong> mit anderen Kommunen, wie Sie relevante Daten, wie etwa Verwaltungs- oder Sensordaten, erhoben haben. </li><li data-v-de9008e0> Beschreiben Sie im Schritt der <strong data-v-de9008e0>Datenverarbeitung</strong>, wie Sie die Rohdaten zusammengeführt und aufbereitet haben. </li><li data-v-de9008e0> Schildern Sie im Schritt der <strong data-v-de9008e0>Datensimulation</strong>, ob und wie Sie auf Basis der verarbeiteten Daten Szenarien mithilfe von Simulationsmodellen nachgebildet und analysiert haben. </li><li data-v-de9008e0> Führen Sie im Schritt der <strong data-v-de9008e0>Datenvisualisierung</strong> aus, in welcher Form die Ergebnisse der Simulationen verständlich aufbereitet und visualisiert wurden. </li></ul></div></div></section>', 1)),
|
|
15
12
|
e("section", v, [
|
|
13
|
+
t(o, { "next-text": "Weiter zur Datenerfassung" })
|
|
14
|
+
]),
|
|
15
|
+
e("section", h, [
|
|
16
16
|
t(u, { variant: "default" }, {
|
|
17
17
|
icon: i(() => [
|
|
18
|
-
t(l(
|
|
18
|
+
t(l(d), {
|
|
19
19
|
size: 32,
|
|
20
20
|
color: "#009fe3"
|
|
21
21
|
})
|
|
@@ -65,7 +65,7 @@ const f = { class: "dpiV3_page V3-typography" }, g = { class: "funny-section" },
|
|
|
65
65
|
])
|
|
66
66
|
]));
|
|
67
67
|
}
|
|
68
|
-
}, _ = /* @__PURE__ */ c(
|
|
68
|
+
}, _ = /* @__PURE__ */ c(m, [["__scopeId", "data-v-de9008e0"]]);
|
|
69
69
|
export {
|
|
70
70
|
_ as default
|
|
71
71
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./SoftwareForm.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-4a0c4f6e"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|