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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue.js +7 -0
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue2.js +180 -0
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue.js +7 -0
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue2.js +215 -0
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +3 -3
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue2.js +37 -29
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +1 -1
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +27 -27
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue.js +4 -4
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue2.js +8 -8
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +2 -2
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +127 -118
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue.js +2 -2
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue2.js +64 -57
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepBase.vue.js +21 -23
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepsOverviewStep.vue.js +12 -12
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +2 -2
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +105 -96
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue.js +2 -2
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue2.js +89 -80
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/InitiierenStep.vue.js +6 -5
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js +4 -3
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js +6 -5
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +6 -5
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +2 -2
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +388 -375
  28. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextArea/TextAreaDefinition.js +4 -3
  29. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextArea/TextAreaFormKit.vue.js +35 -31
  30. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +43 -35
  31. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +2 -2
  32. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +11 -11
  33. package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +131 -124
  34. package/package.json +1 -1
@@ -1,39 +1,39 @@
1
- import { defineComponent as X, ref as w, computed as _, watch as Y, toRef as ee, createBlock as d, openBlock as i, withCtx as s, createVNode as m, createElementBlock as o, createElementVNode as H, unref as x, isRef as te, Fragment as f, renderList as v, createCommentVNode as c, createTextVNode as B, toDisplayString as y, nextTick as re } from "vue";
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 ne } from "@piveau/sdk-vue";
4
- import ie from "zod";
5
- import le from "../../../components/StepActionsSection.vue.js";
6
- import oe from "../ActionCard.vue.js";
7
- import ue from "../Card.vue.js";
8
- import se from "../Chip.vue.js";
9
- import ae from "../DpiModalBase.vue.js";
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 de from "./AreYouSureToSkipCard.vue.js";
11
+ import ce from "./AreYouSureToSkipCard.vue.js";
12
12
  import O from "./HardwareForm.vue.js";
13
- import ce from "./ProcessStepBase.vue.js";
13
+ import pe from "./ProcessStepBase.vue.js";
14
14
  /* empty css */
15
- import { looseRenderable as h, useProcessStepResources as pe, ensureHasOneResource as me } from "./utils.js";
16
- const fe = {
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
- }, ve = {
19
+ }, ye = {
20
20
  key: 1,
21
21
  class: "software-step__card-list"
22
- }, ye = { class: "step-section step-section--lg" }, he = { class: "functionalities" }, Ce = /* @__PURE__ */ X({
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, S = w(!1), u = w([]), { useResources: F } = ne({
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: ie.any()
33
+ schema: le.any()
34
34
  }, (e) => {
35
- var T, C, E, N, G, U;
36
- const t = String((e == null ? void 0 : e.id) || ""), n = String(((T = e == null ? void 0 : e.name) == null ? void 0 : T.de) || ((C = e == null ? void 0 : e.name) == null ? void 0 : C.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) || "");
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
- }) : []), k = w(""), L = _(() => u.value.find((e) => e.id === k.value)), g = w(0);
68
- Y(S, (e, t) => {
69
- !e && t && g.value++;
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) && (k.value = e, g.value++, await re(), S.value = !0);
82
+ M(e) && (H.value = e, b.value++, await ne(), k.value = !0);
83
83
  }
84
- function P(e) {
85
- u.value.push(e), S.value = !1, k.value = "";
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), k.value = "", S.value = !1);
89
+ t !== -1 && (u.value.splice(t, 1), u.value.splice(t, 0, e.hardware), H.value = "", k.value = !1);
90
90
  }
91
- const q = _(() => u.value.length > 0 ? "Weiter" : "Weiter ohne Hardware"), J = _(() => u.value.length > 0 ? "primary" : "secondary"), { count: b, realCount: Q } = pe(z.stepGroup || "", ee(z.edit));
92
- return (e, t) => (i(), d(ce, {
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(x($), {
98
- modelValue: x(b),
99
- "onUpdate:modelValue": t[0] || (t[0] = (r) => te(b) ? b.value = r : null),
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: x(me) },
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(x($), {
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", ve, [
117
- (i(!0), o(f, null, v(D.value, (r, V) => (i(), d(oe, {
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: "Software", resource: r.name, callback: K })
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
- H("div", ye, [
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
- H("div", he, [
137
- (i(!0), o(f, null, v(r.functionalities, (l) => (i(), d(se, {
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", fe, [
215
- m(ue, {
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
- H("p", { class: "copy-large-regular empty-card-text" }, " Aktuell haben Sie noch keine Hardware im Prozessschritt hinterlegt. ", -1)
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: P
231
+ onSubmit: C
229
232
  }, null, 8, ["exclude"]),
230
- H("section", null, [
231
- m(le, {
232
- "next-text": q.value,
233
- "next-variant": J.value
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
- x(Q) === 0 ? (i(), d(de, {
238
+ w(X) === 0 ? (i(), d(ce, {
236
239
  key: 0,
237
240
  "resource-label": "Hardware"
238
241
  })) : c("", !0)
239
242
  ]),
240
- m(ae, {
241
- modelValue: S.value,
242
- "onUpdate:modelValue": t[3] || (t[3] = (r) => S.value = 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
- k.value ? (i(), d(O, {
246
- key: g.value,
247
- modelValue: k.value,
248
- "onUpdate:modelValue": t[2] || (t[2] = (r) => k.value = 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: P,
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
- Ce as default
270
+ Ee as default
264
271
  };
@@ -1,14 +1,14 @@
1
- import { defineComponent as h, ref as V, reactive as y, watch as b, createElementBlock as a, openBlock as p, Fragment as k, createElementVNode as o, createVNode as n, renderSlot as l, toDisplayString as r, withCtx as i, createTextVNode as d, createCommentVNode as v } from "vue";
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 C = { class: "dpi-project-process-step V3-typography" }, T = { class: "step-section" }, w = { class: "copy-large-regular" }, B = { class: "dpiV3_modalTitle" }, D = { class: "dpiV3_modalContent" }, N = { key: 0 }, S = { class: "dpiV3_modalActions" }, R = /* @__PURE__ */ h({
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 = V(!1), e = y({
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) => (p(), a(k, null, [
29
- o("div", C, [
30
- o("section", T, [
31
- l(t.$slots, "title", {}, () => [
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
- l(t.$slots, "subtitle", {}, () => [
34
+ n(t.$slots, "subtitle", {}, () => [
35
35
  o("p", w, r(t.subtitle), 1)
36
36
  ])
37
37
  ]),
38
- l(t.$slots, "default", { confirm: m })
38
+ n(t.$slots, "default", { confirm: m })
39
39
  ]),
40
- n(g, {
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", S, [
52
- n(u, {
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
- n(u, {
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
- d(" Möchten Sie die verwendete " + r(e.resourceType) + " ", 1),
68
- e.resource ? (p(), a("strong", N, r(e.resource), 1)) : v("", !0),
69
- s[2] || (s[2] = d(" wirklich löschen? ", -1))
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
- R as default
77
+ E as default
80
78
  };
@@ -1,21 +1,21 @@
1
- import { createElementBlock as s, openBlock as a, createStaticVNode as r, createElementVNode as e, createVNode as t, withCtx as i, unref as l } from "vue";
2
- import { PhLightbulb as o } from "@phosphor-icons/vue";
3
- import d from "../../../components/StepActionsSection.vue.js";
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 f = { class: "dpiV3_page V3-typography" }, g = { class: "funny-section" }, v = { class: "funny-section process-footer-information" }, h = {
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(m) {
10
- return (p, n) => (a(), s("div", f, [
11
- n[2] || (n[2] = r('<section class="funny-section" data-v-29acf057><div class="funny-flex" data-v-29acf057><div data-v-29acf057><h4 data-v-29acf057> Geben Sie die Technischen Prozessschritte Ihres Projekts an </h4><div class="process-description-section" data-v-29acf057><span class="process-description" data-v-29acf057> 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-29acf057> Pro Projekt muss mindestens ein technischer Prozessschritt beschrieben werden. </span><span class="process-description strong" data-v-29acf057> Jedem Schritt muss mindestens eine Software, ein Datensatz oder eine Hardware zugeordnet werden, die verwendet wurden. </span><span class="process-description" data-v-29acf057> An unseren Beispielen für „Hochwasserschutzprogramm mit Prognosen“ sehen Sie, wie Sie vorgehen können. </span></div></div><div class="steps" data-v-29acf057><h5 data-v-29acf057> Welche der folgenden Schritte haben Sie in Ihrem Projekt durchlaufen? </h5><ul data-v-29acf057><li data-v-29acf057> Teilen Sie im Schritt der <strong data-v-29acf057>Datenerfassung</strong> mit anderen Kommunen, wie Sie relevante Daten, wie etwa Verwaltungs- oder Sensordaten, erhoben haben. </li><li data-v-29acf057> Beschreiben Sie im Schritt der <strong data-v-29acf057>Datenverarbeitung</strong>, wie Sie die Rohdaten zusammengeführt und aufbereitet haben. </li><li data-v-29acf057> Schildern Sie im Schritt der <strong data-v-29acf057>Datensimulation</strong>, ob und wie Sie auf Basis der verarbeiteten Daten Szenarien mithilfe von Simulationsmodellen nachgebildet und analysiert haben. </li><li data-v-29acf057> Führen Sie im Schritt der <strong data-v-29acf057>Datenvisualisierung</strong> aus, in welcher Form die Ergebnisse der Simulationen verständlich aufbereitet und visualisiert wurden. </li></ul></div></div></section>', 1)),
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(o), {
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(h, [["__scopeId", "data-v-29acf057"]]);
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 f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-5a706c01"]]);
4
+ const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-4a0c4f6e"]]);
5
5
  export {
6
- f as default
6
+ m as default
7
7
  };