@piveau/dpi 0.2.0-alpha.7 → 0.2.0-alpha.9

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 (51) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/AboutProject.vue.js +20 -17
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +4 -4
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ProjectTable.vue.js +45 -44
  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/ButtonV3.vue.js +30 -29
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js +1 -1
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +119 -137
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js +7 -0
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue2.js +189 -0
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +3 -3
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js +11 -11
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldFormKit.vue.js +25 -25
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +1 -1
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +1 -1
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +117 -117
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue.js +5 -72
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue2.js +72 -2
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue2.js +22 -22
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +1 -1
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +9 -4
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepsOverviewStep.vue.js +12 -12
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +1 -1
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +16 -15
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/InitiierenStep.vue.js +31 -26
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js +32 -26
  28. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/ProjektPhasenOverviewStep.vue.js +7 -7
  29. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js +30 -25
  30. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +67 -27
  31. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +5 -932
  32. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +1053 -2
  33. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/StateTag.vue.js +17 -13
  34. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SummaryBox.vue.js +1 -1
  35. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SummaryBox.vue2.js +14 -10
  36. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +84 -73
  37. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +41 -46
  38. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +2 -2
  39. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +41 -38
  40. package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue.js +2 -2
  41. package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue2.js +22 -22
  42. package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +158 -156
  43. package/dist/packages/dpi/src/stories/components/LinkCard.vue.js +1 -1
  44. package/dist/packages/dpi/src/stories/components/LinkCard.vue2.js +6 -6
  45. package/dist/packages/dpi/src/stories/components/PartnerCard.vue.js +1 -1
  46. package/dist/packages/dpi/src/stories/components/PartnerCard.vue2.js +15 -12
  47. package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue.js +2 -2
  48. package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue2.js +1 -0
  49. package/package.json +1 -1
  50. package/dist/packages/dpi/src/stories/components/MethodsCard.vue.js +0 -7
  51. package/dist/packages/dpi/src/stories/components/MethodsCard.vue2.js +0 -45
@@ -1,94 +1,104 @@
1
- import { defineComponent as S, ref as y, computed as I, createElementBlock as b, openBlock as d, createElementVNode as n, createVNode as t, unref as r, withCtx as s, createTextVNode as c, Fragment as _, renderList as V, createBlock as C } from "vue";
2
- import { FormKit as p } from "@formkit/vue";
3
- import { PhLightbulb as k } from "@phosphor-icons/vue";
4
- import M from "../../../../stories/components/LinkCard.vue.js";
5
- import L from "../../../../stories/components/MethodsCard.vue.js";
6
- import P from "../../../components/StepActionsSection.vue.js";
7
- import m from "../ButtonV3.vue.js";
8
- import v from "../Card.vue.js";
9
- import D from "../TextArea/TextAreaDefinition.js";
10
- const A = { class: "dpiV3_page V3-typography" }, N = { class: "funny-section" }, F = { class: "funny-section" }, G = {
1
+ import { defineComponent as B, ref as g, computed as D, inject as L, createElementBlock as _, openBlock as s, createElementVNode as t, createVNode as n, createTextVNode as p, unref as o, withCtx as i, Fragment as P, renderList as I, createBlock as m, createCommentVNode as b } from "vue";
2
+ import { FormKit as v } from "@formkit/vue";
3
+ import { PhLightbulb as z } from "@phosphor-icons/vue";
4
+ import N from "../../../../stories/components/LinkCard.vue.js";
5
+ import T from "../../../components/StepActionsSection.vue.js";
6
+ import a from "../ButtonV3.vue.js";
7
+ import S from "../Card.vue.js";
8
+ import W from "../TextArea/TextAreaDefinition.js";
9
+ import { dpiStepperKey as E } from "../../../utils/injectionKeys.js";
10
+ const F = { class: "dpiV3_page V3-typography" }, K = { class: "funny-section" }, M = { class: "funny-section" }, R = {
11
11
  id: "partners-section",
12
12
  class: "funny-section"
13
- }, W = { class: "partner-cards-container" }, Z = { class: "action-container" }, $ = {
14
- id: "partners-section",
15
- class: "funny-section"
16
- }, E = { class: "partner-cards-container" }, K = { class: "action-container" }, T = { class: "funny-section" }, U = { class: "funny-section" }, j = 500, te = /* @__PURE__ */ S({
13
+ }, Z = { class: "partner-cards-container" }, $ = { class: "action-container" }, j = { class: "step-actions__prev-and-next" }, A = { class: "actions" }, G = { class: "funny-section" }, U = 1e3, ie = /* @__PURE__ */ B({
17
14
  __name: "BasicInformationStep",
18
15
  setup(O) {
19
- const f = y(""), z = y([]), w = y([]), x = I(() => {
16
+ const f = g(""), k = g([]);
17
+ g([]);
18
+ const w = D(() => {
20
19
  var h;
21
20
  return ((h = f.value) == null ? void 0 : h.length) || 0;
22
- });
23
- return (h, e) => (d(), b("div", A, [
24
- e[13] || (e[13] = n("section", { class: "funny-section" }, [
25
- n("div", { class: "funny-flex" }, [
26
- n("h4", null, "Fügen Sie optionale Daten hinzu"),
27
- n("span", { class: "copy-large-regular" }, " Zusätzliche Informationen, wie etwa zur Laufzeit oder zum Budgetrahmen Ihres Projekts, können für andere Kommunen hilfreich sein. ")
21
+ }), y = L(E);
22
+ function C() {
23
+ if (!y) {
24
+ console.warn("dpiStepper is not provided");
25
+ return;
26
+ }
27
+ y.goTo("2. Datenverarbeitung/Grundlegende Informationen");
28
+ }
29
+ return (h, e) => (s(), _("div", F, [
30
+ e[8] || (e[8] = t("section", { class: "funny-section" }, [
31
+ t("div", { class: "funny-flex" }, [
32
+ t("h4", null, "Beschreiben Sie den Prozessschritt zur Datenerfassung"),
33
+ t("span", { class: "copy-large-regular" }, [
34
+ p(" Teilen Sie im Schritt der "),
35
+ t("strong", null, "Datenerfassung"),
36
+ p(" mit anderen Kommunen, wie Sie relevante Daten, wie etwa Verwaltungs- oder Sensordaten, erhoben haben. ")
37
+ ])
28
38
  ])
29
39
  ], -1)),
30
- n("section", N, [
31
- t(r(p), {
40
+ t("section", K, [
41
+ n(o(v), {
32
42
  id: "Beschreibung",
33
43
  modelValue: f.value,
34
- "onUpdate:modelValue": e[0] || (e[0] = (i) => f.value = i),
44
+ "onUpdate:modelValue": e[0] || (e[0] = (r) => f.value = r),
35
45
  class: "budgetArea",
36
- label: "description",
37
- type: r(D),
46
+ label: "Beschreibung",
47
+ type: o(W),
38
48
  name: "description",
39
49
  "text-label": "Beschreibung",
40
- placeholder: "Briefly describe your approach, goal and result of the process step.",
50
+ placeholder: "Beschreiben Sie kurz Ihr Vorgehen, Ziel und Ergebnis des Prozessschritts.",
41
51
  validation: "length:0,1000",
42
52
  "validation-visibility": "live",
43
53
  hint: "true",
44
- help: `${x.value} von ${j} Zeichen`,
54
+ help: `${w.value} von ${U} Zeichen`,
45
55
  "count-hint": !0
46
56
  }, null, 8, ["modelValue", "type", "help"])
47
57
  ]),
48
- n("section", F, [
49
- t(v, { variant: "default" }, {
50
- icon: s(() => [
51
- t(r(k), {
58
+ t("section", M, [
59
+ n(S, { variant: "default" }, {
60
+ icon: i(() => [
61
+ n(o(z), {
52
62
  size: 32,
53
63
  color: "#009fe3"
54
64
  })
55
65
  ]),
56
- title: s(() => e[3] || (e[3] = [
57
- c(" Beispiel ", -1)
66
+ title: i(() => e[2] || (e[2] = [
67
+ p(" Beispiel ", -1)
58
68
  ])),
59
- default: s(() => [
60
- e[4] || (e[4] = n("p", null, " Zur Überwachung der aktuellen Wasserstände wurden moderne Pegelsensoren an ausgewählten Messpunkten entlang der Gewässer installiert. Die erfassten Messdaten werden in festgelegten Intervallen automatisch an das zentrale IT-System der Stadt übertragen und dort gespeichert. ", -1))
69
+ default: i(() => [
70
+ e[3] || (e[3] = t("p", null, " Zur Überwachung der aktuellen Wasserstände wurden moderne Pegelsensoren an ausgewählten Messpunkten entlang der Gewässer installiert. Die erfassten Messdaten werden in festgelegten Intervallen automatisch an das zentrale IT-System der Stadt übertragen und dort gespeichert. ", -1))
61
71
  ]),
62
72
  _: 1,
63
- __: [4]
73
+ __: [3]
64
74
  })
65
75
  ]),
66
- n("section", G, [
67
- e[5] || (e[5] = n("h5", null, " Verwendete Methoden (optional) ", -1)),
68
- e[6] || (e[6] = n("span", { class: "copy-large-regular" }, "Geben Sie hier Methoden, Verfahren oder Werkzeuge an, die im Prozessschritt verwendet wurden (z.B. KI-Modelle, GIS-Anwendungen oder spezielle Messtechniken).", -1)),
69
- n("div", W, [
70
- t(r(p), {
71
- modelValue: w.value,
72
- "onUpdate:modelValue": e[1] || (e[1] = (i) => w.value = i),
76
+ t("section", R, [
77
+ e[4] || (e[4] = t("h5", null, " Weiterführende Links (optional) ", -1)),
78
+ e[5] || (e[5] = t("span", { class: "copy-large-regular further-links-text" }, "Fügen Sie hier Links zu Dokumenten hinzu, die weitere Informationen zur Vorgehensweise in diesem Prozessschritt enthalten, wie etwa einzuhaltende Richtlinien oder Standardarbeitsanweisungen.", -1)),
79
+ t("div", Z, [
80
+ n(o(v), {
81
+ modelValue: k.value,
82
+ "onUpdate:modelValue": e[1] || (e[1] = (r) => k.value = r),
73
83
  type: "list",
74
- name: "methods",
84
+ name: "links",
75
85
  dynamic: ""
76
86
  }, {
77
- default: s(({ items: i, node: o, value: l }) => [
78
- (d(!0), b(_, null, V(i, (a, u) => (d(), C(r(p), {
79
- key: a,
87
+ default: i(({ items: r, node: l, value: u }) => [
88
+ (s(!0), _(P, null, I(r, (d, c) => (s(), m(o(v), {
89
+ key: d,
80
90
  type: "group",
81
- index: u
91
+ index: c
82
92
  }, {
83
- default: s(() => [
84
- t(L, null, {
85
- action: s(() => [
86
- t(m, {
93
+ default: i(() => [
94
+ n(N, null, {
95
+ action: i(() => [
96
+ n(a, {
87
97
  "button-text": "Löschen",
88
98
  size: "small",
89
99
  variant: "tertiary",
90
100
  "icon-start": "trash",
91
- onClick: () => o.input(l.filter((B, g) => g !== u))
101
+ onClick: () => l.input(u.filter((x, V) => V !== c))
92
102
  }, null, 8, ["onClick"])
93
103
  ]),
94
104
  _: 2
@@ -96,13 +106,13 @@ const A = { class: "dpiV3_page V3-typography" }, N = { class: "funny-section" },
96
106
  ]),
97
107
  _: 2
98
108
  }, 1032, ["index"]))), 128)),
99
- n("div", Z, [
100
- t(m, {
109
+ t("div", $, [
110
+ n(a, {
101
111
  "button-text": "Link hinzufügen",
102
112
  size: "medium",
103
113
  variant: "tertiary",
104
114
  "icon-start": "plus",
105
- onClick: (a) => o.input(l.concat({}))
115
+ onClick: (d) => l.input(u.concat({}))
106
116
  }, null, 8, ["onClick"])
107
117
  ])
108
118
  ]),
@@ -110,99 +120,71 @@ const A = { class: "dpiV3_page V3-typography" }, N = { class: "funny-section" },
110
120
  }, 8, ["modelValue"])
111
121
  ])
112
122
  ]),
113
- t(v, { variant: "default" }, {
114
- icon: s(() => [
115
- t(r(k), {
116
- size: 32,
117
- color: "#009fe3"
118
- })
119
- ]),
120
- title: s(() => e[7] || (e[7] = [
121
- c(" Beispiel ", -1)
122
- ])),
123
- default: s(() => [
124
- e[8] || (e[8] = n("p", null, [
125
- n("strong", null, "Name"),
126
- c(": Automatisierte Pegelerfassung "),
127
- n("br"),
128
- n("strong", null, " Beschreibung"),
129
- c(": Erhebung von Wasserstandsdaten mithilfe installierter Pegelsensoren und hydrologischen Modellen nach DIN 4049 sowie Übertragung der Messwerte per IoT-Gateway in zentrale Datenbanken. ")
130
- ], -1))
123
+ n(T, {
124
+ classList: "step-container",
125
+ "next-text": "Weiter zu Software"
126
+ }, {
127
+ "prev-and-next": i(({
128
+ hidePrevious: r,
129
+ hideNext: l,
130
+ previousText: u,
131
+ nextText: d,
132
+ handlePrevious: c,
133
+ handleSubmit: x
134
+ }) => [
135
+ t("div", j, [
136
+ t("div", A, [
137
+ r ? b("", !0) : (s(), m(a, {
138
+ key: 0,
139
+ variant: "secondary",
140
+ size: "large",
141
+ "button-text": u,
142
+ "icon-start": "CaretLeft",
143
+ onClick: c
144
+ }, null, 8, ["button-text", "onClick"])),
145
+ r ? b("", !0) : (s(), m(a, {
146
+ key: 1,
147
+ variant: "secondary",
148
+ size: "large",
149
+ onClick: C,
150
+ "button-text": "Weiter ohne Datenerfassung",
151
+ "icon-end": "CaretRight"
152
+ }))
153
+ ]),
154
+ l ? b("", !0) : (s(), m(a, {
155
+ key: 0,
156
+ variant: "primary",
157
+ size: "large",
158
+ "button-text": d,
159
+ "icon-end": "CaretRight",
160
+ class: "next-button",
161
+ onClick: x
162
+ }, null, 8, ["button-text", "onClick"]))
163
+ ])
131
164
  ]),
132
- _: 1,
133
- __: [8]
165
+ _: 1
134
166
  }),
135
- n("section", $, [
136
- e[9] || (e[9] = n("h5", null, " Weiterführende Links ", -1)),
137
- e[10] || (e[10] = n("span", { class: "copy-large-regular" }, "Fügen Sie hier Links zu Dokumenten hinzu, die weitere Informationen zu Ihrer Vorgehensweise beim Aufbau eines Digitalen Zwillings enthalten, wie etwa Status- oder Abschlussberichte.", -1)),
138
- n("div", E, [
139
- t(r(p), {
140
- modelValue: z.value,
141
- "onUpdate:modelValue": e[2] || (e[2] = (i) => z.value = i),
142
- type: "list",
143
- name: "links",
144
- dynamic: ""
145
- }, {
146
- default: s(({ items: i, node: o, value: l }) => [
147
- (d(!0), b(_, null, V(i, (a, u) => (d(), C(r(p), {
148
- key: a,
149
- type: "group",
150
- index: u
151
- }, {
152
- default: s(() => [
153
- t(M, null, {
154
- action: s(() => [
155
- t(m, {
156
- "button-text": "Löschen",
157
- size: "small",
158
- variant: "tertiary",
159
- "icon-start": "trash",
160
- onClick: () => o.input(l.filter((B, g) => g !== u))
161
- }, null, 8, ["onClick"])
162
- ]),
163
- _: 2
164
- }, 1024)
165
- ]),
166
- _: 2
167
- }, 1032, ["index"]))), 128)),
168
- n("div", K, [
169
- t(m, {
170
- "button-text": "Link hinzufügen",
171
- size: "medium",
172
- variant: "tertiary",
173
- "icon-start": "plus",
174
- onClick: (a) => o.input(l.concat({}))
175
- }, null, 8, ["onClick"])
176
- ])
177
- ]),
178
- _: 1
179
- }, 8, ["modelValue"])
180
- ])
181
- ]),
182
- n("section", T, [
183
- t(P)
184
- ]),
185
- n("section", U, [
186
- t(v, { variant: "default" }, {
187
- icon: s(() => [
188
- t(r(k), {
167
+ t("section", G, [
168
+ n(S, { variant: "default" }, {
169
+ icon: i(() => [
170
+ n(o(z), {
189
171
  size: 32,
190
172
  color: "#009fe3"
191
173
  })
192
174
  ]),
193
- title: s(() => e[11] || (e[11] = [
194
- c(" Vorsicht! ", -1)
175
+ title: i(() => e[6] || (e[6] = [
176
+ p(" Vorsicht! ", -1)
195
177
  ])),
196
- default: s(() => [
197
- e[12] || (e[12] = n("p", null, ' Sind Sie sicher, dass Sie den technischen Prozessschritt "Datenerfassung" überspringen wollen? Pro Projekt muss mindestens ein technischer Prozessschritt beschrieben werden. ', -1))
178
+ default: i(() => [
179
+ e[7] || (e[7] = t("p", null, ' Sind Sie sicher, dass Sie den technischen Prozessschritt "Datenerfassung" überspringen wollen? Pro Projekt muss mindestens ein technischer Prozessschritt beschrieben werden. ', -1))
198
180
  ]),
199
181
  _: 1,
200
- __: [12]
182
+ __: [7]
201
183
  })
202
184
  ])
203
185
  ]));
204
186
  }
205
187
  });
206
188
  export {
207
- te as default
189
+ ie as default
208
190
  };
@@ -0,0 +1,7 @@
1
+ import o from "./BasicInformationStep.vue2.js";
2
+ /* empty css */
3
+ import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-fad02306"]]);
5
+ export {
6
+ f as default
7
+ };
@@ -0,0 +1,189 @@
1
+ import { defineComponent as B, ref as b, computed as D, inject as L, createElementBlock as _, openBlock as s, createElementVNode as t, createVNode as n, createTextVNode as h, unref as o, withCtx as i, Fragment as P, renderList as W, createBlock as p, createCommentVNode as v } from "vue";
2
+ import { FormKit as k } from "@formkit/vue";
3
+ import { PhLightbulb as z } from "@phosphor-icons/vue";
4
+ import A from "../../../../stories/components/LinkCard.vue.js";
5
+ import I from "../../../components/StepActionsSection.vue.js";
6
+ import a from "../ButtonV3.vue.js";
7
+ import C from "../Card.vue.js";
8
+ import N from "../TextArea/TextAreaDefinition.js";
9
+ import { dpiStepperKey as R } from "../../../utils/injectionKeys.js";
10
+ const E = { class: "dpiV3_page V3-typography" }, F = { class: "funny-section" }, T = { class: "funny-section" }, $ = {
11
+ id: "partners-section",
12
+ class: "funny-section"
13
+ }, j = { class: "partner-cards-container" }, K = { class: "action-container" }, M = { class: "step-actions__prev-and-next" }, U = { class: "actions" }, Z = { class: "funny-section" }, q = 1e3, ie = /* @__PURE__ */ B({
14
+ __name: "BasicInformationStep",
15
+ setup(G) {
16
+ const f = b(""), y = b([]);
17
+ b([]);
18
+ const V = D(() => {
19
+ var g;
20
+ return ((g = f.value) == null ? void 0 : g.length) || 0;
21
+ }), l = L(R);
22
+ console.log(l);
23
+ function w() {
24
+ l == null || l.goTo("3. Datensimulation/Grundlegende Informationen");
25
+ }
26
+ return (g, e) => (s(), _("div", E, [
27
+ e[8] || (e[8] = t("section", { class: "funny-section" }, [
28
+ t("div", { class: "funny-flex" }, [
29
+ t("h4", null, "Beschreiben Sie den Prozessschritt zur Datenverarbeitung"),
30
+ t("span", { class: "copy-large-regular" }, [
31
+ h(" Beschreiben Sie im Schritt der "),
32
+ t("strong", null, "Datenverarbeitung"),
33
+ h(", wie Sie die Rohdaten zusammengeführt und aufbereitet haben. ")
34
+ ])
35
+ ])
36
+ ], -1)),
37
+ t("section", F, [
38
+ n(o(k), {
39
+ id: "Beschreibung",
40
+ modelValue: f.value,
41
+ "onUpdate:modelValue": e[0] || (e[0] = (r) => f.value = r),
42
+ class: "budgetArea",
43
+ label: "Beschreibung",
44
+ type: o(N),
45
+ name: "description",
46
+ "text-label": "Beschreibung",
47
+ placeholder: "Beschreiben Sie kurz Ihr Vorgehen, Ziel und Ergebnis des Prozessschritts.",
48
+ validation: "length:0,1000",
49
+ "validation-visibility": "live",
50
+ hint: "true",
51
+ help: `${V.value} von ${q} Zeichen`,
52
+ "count-hint": !0
53
+ }, null, 8, ["modelValue", "type", "help"])
54
+ ]),
55
+ t("section", T, [
56
+ n(C, { variant: "default" }, {
57
+ icon: i(() => [
58
+ n(o(z), {
59
+ size: 32,
60
+ color: "#009fe3"
61
+ })
62
+ ]),
63
+ title: i(() => e[2] || (e[2] = [
64
+ h(" Beispiel ", -1)
65
+ ])),
66
+ default: i(() => [
67
+ e[3] || (e[3] = t("p", null, " Die eingegangenen Messdaten werden automatisiert geprüft, bereinigt und mithilfe von Algorithmen analysiert. Ausreißer und fehlerhafte Werte werden erkannt und im Rahmen der Datenqualitätssicherung gefiltert. Anschließend werden die Wasserstandsdaten mit weiteren relevanten Informationen, wie Wetterdaten oder Bodenbeschaffenheit, kombiniert und für Prognoseberechnungen aufbereitet. ", -1))
68
+ ]),
69
+ _: 1,
70
+ __: [3]
71
+ })
72
+ ]),
73
+ t("section", $, [
74
+ e[4] || (e[4] = t("h5", null, " Weiterführende Links (optional) ", -1)),
75
+ e[5] || (e[5] = t("span", { class: "copy-large-regular further-links-text" }, "Fügen Sie hier Links zu Dokumenten hinzu, die weitere Informationen zur Vorgehensweise in diesem Prozessschritt enthalten, wie etwa einzuhaltende Richtlinien oder Standardarbeitsanweisungen.", -1)),
76
+ t("div", j, [
77
+ n(o(k), {
78
+ modelValue: y.value,
79
+ "onUpdate:modelValue": e[1] || (e[1] = (r) => y.value = r),
80
+ type: "list",
81
+ name: "links",
82
+ dynamic: ""
83
+ }, {
84
+ default: i(({ items: r, node: u, value: c }) => [
85
+ (s(!0), _(P, null, W(r, (d, m) => (s(), p(o(k), {
86
+ key: d,
87
+ type: "group",
88
+ index: m
89
+ }, {
90
+ default: i(() => [
91
+ n(A, null, {
92
+ action: i(() => [
93
+ n(a, {
94
+ "button-text": "Löschen",
95
+ size: "small",
96
+ variant: "tertiary",
97
+ "icon-start": "trash",
98
+ onClick: () => u.input(c.filter((x, S) => S !== m))
99
+ }, null, 8, ["onClick"])
100
+ ]),
101
+ _: 2
102
+ }, 1024)
103
+ ]),
104
+ _: 2
105
+ }, 1032, ["index"]))), 128)),
106
+ t("div", K, [
107
+ n(a, {
108
+ "button-text": "Link hinzufügen",
109
+ size: "medium",
110
+ variant: "tertiary",
111
+ "icon-start": "plus",
112
+ onClick: (d) => u.input(c.concat({}))
113
+ }, null, 8, ["onClick"])
114
+ ])
115
+ ]),
116
+ _: 1
117
+ }, 8, ["modelValue"])
118
+ ])
119
+ ]),
120
+ n(I, {
121
+ classList: "step-actions",
122
+ "next-text": "Weiter zu Software"
123
+ }, {
124
+ "prev-and-next": i(({
125
+ hidePrevious: r,
126
+ hideNext: u,
127
+ previousText: c,
128
+ nextText: d,
129
+ handlePrevious: m,
130
+ handleSubmit: x
131
+ }) => [
132
+ t("div", M, [
133
+ t("div", U, [
134
+ r ? v("", !0) : (s(), p(a, {
135
+ key: 0,
136
+ variant: "secondary",
137
+ size: "large",
138
+ "button-text": c,
139
+ "icon-start": "CaretLeft",
140
+ class: "previus-button",
141
+ onClick: m
142
+ }, null, 8, ["button-text", "onClick"])),
143
+ r ? v("", !0) : (s(), p(a, {
144
+ key: 1,
145
+ variant: "secondary",
146
+ size: "large",
147
+ "button-text": "Weiter ohne Datenverarbeitung",
148
+ onClick: w,
149
+ "icon-end": "CaretRight",
150
+ class: "secondary-button"
151
+ }))
152
+ ]),
153
+ u ? v("", !0) : (s(), p(a, {
154
+ key: 0,
155
+ variant: "primary",
156
+ size: "large",
157
+ "button-text": d,
158
+ "icon-end": "CaretRight",
159
+ class: "next-button",
160
+ onClick: x
161
+ }, null, 8, ["button-text", "onClick"]))
162
+ ])
163
+ ]),
164
+ _: 1
165
+ }),
166
+ t("section", Z, [
167
+ n(C, { variant: "default" }, {
168
+ icon: i(() => [
169
+ n(o(z), {
170
+ size: 32,
171
+ color: "#009fe3"
172
+ })
173
+ ]),
174
+ title: i(() => e[6] || (e[6] = [
175
+ h(" Vorsicht! ", -1)
176
+ ])),
177
+ default: i(() => [
178
+ e[7] || (e[7] = t("p", null, ' Sind Sie sicher, dass Sie den technischen Prozessschritt "Datenverarbeitung" überspringen wollen? Pro Projekt muss mindestens ein technischer Prozessschritt beschrieben werden. ', -1))
179
+ ]),
180
+ _: 1,
181
+ __: [7]
182
+ })
183
+ ])
184
+ ]));
185
+ }
186
+ });
187
+ export {
188
+ ie as default
189
+ };
@@ -1,7 +1,7 @@
1
1
  import o from "./DpiModalBase.vue2.js";
2
2
  /* empty css */
3
- import t from "../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-637db601"]]);
3
+ import a from "../../../../../../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ a(o, [["__scopeId", "data-v-c3a5360e"]]);
5
5
  export {
6
- m as default
6
+ e as default
7
7
  };
@@ -1,5 +1,5 @@
1
- import { ref as b, computed as v, createElementBlock as f, openBlock as g, createElementVNode as e, createStaticVNode as p, createVNode as a, unref as l, withCtx as o, createTextVNode as t } from "vue";
2
- import { FormKit as m } from "@formkit/vue";
1
+ import { ref as h, computed as v, createElementBlock as g, openBlock as p, createElementVNode as e, createStaticVNode as m, createVNode as a, unref as l, withCtx as o, createTextVNode as t } from "vue";
2
+ import { FormKit as b } from "@formkit/vue";
3
3
  import { PhLightbulb as S } from "@phosphor-icons/vue";
4
4
  import k from "../../../components/StepActionsSection.vue.js";
5
5
  import y from "../Card.vue.js";
@@ -9,22 +9,22 @@ import z from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
9
9
  const I = { class: "dpiV3_page V3-typography" }, w = { class: "funny-section" }, V = { class: "funny-flex" }, x = { class: "funny-section" }, N = { class: "funny-section" }, O = {
10
10
  __name: "DiscoverabilityStep",
11
11
  setup(P) {
12
- const r = b([
12
+ const r = h([
13
13
  { id: "public", name: "Öffentlich", unavailable: !1 },
14
14
  { id: "restricted", name: "Eingeschränkt", unavailable: !1 },
15
15
  { id: "internal", name: "Intern", unavailable: !1 }
16
16
  ]), d = v(() => r.value.map((n) => String(n.id))), c = (n) => {
17
17
  var i;
18
18
  return ((i = r.value.find((s) => String(s.id) === String(n))) == null ? void 0 : i.name) ?? n;
19
- }, u = (n) => String(n), h = (n) => {
19
+ }, u = (n) => String(n), f = (n) => {
20
20
  var i;
21
21
  return !!((i = r.value.find((s) => String(s.id) === String(n))) != null && i.unavailable);
22
22
  };
23
- return (n, i) => (g(), f("div", I, [
23
+ return (n, i) => (p(), g("div", I, [
24
24
  e("section", w, [
25
25
  e("div", V, [
26
- i[0] || (i[0] = p('<div data-v-b97995a8><h4 data-v-b97995a8> Legen Sie die Sichtbarkeit Ihres Projekts fest </h4><div class="visibility-description" data-v-b97995a8><span class="copy-large-regular" data-v-b97995a8> Sie können für jedes Projekt individuell entscheiden, wer Ihre Metadaten sehen soll. Wir freuen uns, wenn Sie Ihre Daten möglichst offen teilen, um den Austausch zwischen den Kommunen zu fördern und gemeinsam von Erfahrungen und Lösungen zu profitieren. Gleichzeitig verstehen wir, dass manche Informationen einen geschützten Raum benötigen. Deshalb können Sie zwischen drei Sichtbarkeitsstufen wählen: </span></div><ul class="visibility-variants" data-v-b97995a8><li data-v-b97995a8><div class="variant-content" data-v-b97995a8><p data-v-b97995a8><strong data-v-b97995a8>„öffentlich“</strong> (für alle Nutzer sichtbar) </p></div></li><li data-v-b97995a8><div class="variant-content" data-v-b97995a8><p data-v-b97995a8><strong data-v-b97995a8>„eingeschränkt“</strong> (für alle registrierten Nutzer sichtbar) </p></div></li><li data-v-b97995a8><div class="variant-content" data-v-b97995a8><p data-v-b97995a8><strong data-v-b97995a8>„intern“</strong> (für alle registrierten Nutzer Ihrer Organisation und Nutzer, denen Sie oder Ihre Organisation Sichtrechte erteilt haben, sichtbar) </p></div></li></ul></div>', 1)),
27
- a(l(m), {
26
+ i[0] || (i[0] = m('<div data-v-912af005><h4 data-v-912af005> Legen Sie die Sichtbarkeit Ihres Projekts fest </h4><div class="visibility-description" data-v-912af005><span class="copy-large-regular" data-v-912af005> Sie können für jedes Projekt individuell entscheiden, wer Ihre Metadaten sehen soll. Wir freuen uns, wenn Sie Ihre Daten möglichst offen teilen, um den Austausch zwischen den Kommunen zu fördern und gemeinsam von Erfahrungen und Lösungen zu profitieren. Gleichzeitig verstehen wir, dass manche Informationen einen geschützten Raum benötigen. Deshalb können Sie zwischen drei Sichtbarkeitsstufen wählen: </span></div><ul class="visibility-variants" data-v-912af005><li data-v-912af005><div class="variant-content" data-v-912af005><p data-v-912af005><strong data-v-912af005>„öffentlich“</strong> (für alle Nutzer sichtbar) </p></div></li><li data-v-912af005><div class="variant-content" data-v-912af005><p data-v-912af005><strong data-v-912af005>„eingeschränkt“</strong> (für alle registrierten Nutzer sichtbar) </p></div></li><li data-v-912af005><div class="variant-content" data-v-912af005><p data-v-912af005><strong data-v-912af005>„intern“</strong> (für alle registrierten Nutzer Ihrer Organisation und Nutzer, denen Sie oder Ihre Organisation Sichtrechte erteilt haben, sichtbar) </p></div></li></ul></div>', 1)),
27
+ a(l(b), {
28
28
  type: l(_),
29
29
  name: "visibility",
30
30
  label: "Sichtbarkeit",
@@ -32,13 +32,13 @@ const I = { class: "dpiV3_page V3-typography" }, w = { class: "funny-section" },
32
32
  options: d.value,
33
33
  "option-label": c,
34
34
  "option-value": u,
35
- "option-disabled": h,
35
+ "option-disabled": f,
36
36
  validation: "required"
37
37
  }, null, 8, ["type", "options"])
38
38
  ])
39
39
  ]),
40
40
  e("section", x, [
41
- a(k)
41
+ a(k, { "hide-cancel": "" })
42
42
  ]),
43
43
  e("section", N, [
44
44
  a(y, { variant: "default" }, {
@@ -70,7 +70,7 @@ const I = { class: "dpiV3_page V3-typography" }, w = { class: "funny-section" },
70
70
  ]),
71
71
  e("p", null, " Ihr Organisations-Admin kann für Projekte mit diesem Sichtstatus zusätzliche Sichtrechte an einzelne Personen anderer Organisationen vergeben, sofern diese registriert sind. "),
72
72
  e("p", null, " Sie können nicht nur für Projekte, sondern auch für Datensätze, die Sie über twin.bydata anlegen, die Sichtbarkeit Ihrer Daten (Metadaten und Rohdaten) einschränken. "),
73
- e("p", null, "Auf twin.bydata können sich ausschließlich Organisationen der öffentlichen Verwaltung registrieren")
73
+ e("p", null, "Auf twin.bydata können sich ausschließlich Organisationen der öffentlichen Verwaltung registrieren.")
74
74
  ], -1))
75
75
  ]),
76
76
  _: 1,
@@ -79,7 +79,7 @@ const I = { class: "dpiV3_page V3-typography" }, w = { class: "funny-section" },
79
79
  ])
80
80
  ]));
81
81
  }
82
- }, K = /* @__PURE__ */ z(O, [["__scopeId", "data-v-b97995a8"]]);
82
+ }, K = /* @__PURE__ */ z(O, [["__scopeId", "data-v-912af005"]]);
83
83
  export {
84
84
  K as default
85
85
  };