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

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 (43) 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/DataCollection/BasicInformationStep.vue.js +2 -2
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +106 -134
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js +7 -0
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue2.js +180 -0
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +3 -3
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js +11 -11
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldFormKit.vue.js +25 -25
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +1 -1
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +2 -2
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +96 -93
  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/Projektphasen/InitiierenStep.vue.js +31 -26
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js +32 -26
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/ProjektPhasenOverviewStep.vue.js +7 -7
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js +30 -25
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +29 -24
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +5 -932
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +1053 -2
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/StateTag.vue.js +17 -13
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SummaryBox.vue.js +1 -1
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SummaryBox.vue2.js +14 -10
  28. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +84 -73
  29. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +2 -2
  30. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +1 -1
  31. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +16 -16
  32. package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue.js +2 -2
  33. package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue2.js +22 -22
  34. package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +158 -156
  35. package/dist/packages/dpi/src/stories/components/LinkCard.vue.js +1 -1
  36. package/dist/packages/dpi/src/stories/components/LinkCard.vue2.js +10 -9
  37. package/dist/packages/dpi/src/stories/components/PartnerCard.vue.js +2 -2
  38. package/dist/packages/dpi/src/stories/components/PartnerCard.vue2.js +21 -16
  39. package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue.js +2 -2
  40. package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue2.js +8 -6
  41. package/package.json +1 -1
  42. package/dist/packages/dpi/src/stories/components/MethodsCard.vue.js +0 -7
  43. package/dist/packages/dpi/src/stories/components/MethodsCard.vue2.js +0 -45
@@ -1,163 +1,96 @@
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 S, ref as g, computed as V, createElementBlock as _, openBlock as r, createElementVNode as t, createTextVNode as m, createVNode as n, unref as o, withCtx as s, Fragment as B, renderList as L, createBlock as p, createCommentVNode as b } from "vue";
2
+ import { FormKit as k } from "@formkit/vue";
3
+ import { PhLightbulb as x } from "@phosphor-icons/vue";
4
+ import P from "../../../../stories/components/LinkCard.vue.js";
5
+ import D from "../../../components/StepActionsSection.vue.js";
6
+ import a from "../ButtonV3.vue.js";
7
+ import z from "../Card.vue.js";
8
+ import I from "../TextArea/TextAreaDefinition.js";
9
+ const N = { class: "dpiV3_page V3-typography" }, W = { class: "funny-section" }, E = { class: "funny-section" }, F = {
11
10
  id: "partners-section",
12
11
  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({
12
+ }, M = { class: "partner-cards-container" }, R = { class: "action-container" }, T = { class: "funny-section" }, Z = { class: "step-actions__prev-and-next" }, $ = { class: "actions" }, A = { class: "funny-section" }, K = 1e3, Y = /* @__PURE__ */ S({
17
13
  __name: "BasicInformationStep",
18
- setup(O) {
19
- const f = y(""), z = y([]), w = y([]), x = I(() => {
20
- var h;
21
- return ((h = f.value) == null ? void 0 : h.length) || 0;
14
+ setup(U) {
15
+ const h = g(""), v = g([]);
16
+ g([]);
17
+ const w = V(() => {
18
+ var f;
19
+ return ((f = h.value) == null ? void 0 : f.length) || 0;
22
20
  });
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
+ return (f, e) => (r(), _("div", N, [
22
+ e[8] || (e[8] = t("section", { class: "funny-section" }, [
23
+ t("div", { class: "funny-flex" }, [
24
+ t("h4", null, "Beschreiben Sie den Prozessschritt zur Datenerfassung"),
25
+ t("span", { class: "copy-large-regular" }, [
26
+ m(" Teilen Sie im Schritt der "),
27
+ t("strong", null, "Datenerfassung"),
28
+ m(" mit anderen Kommunen, wie Sie relevante Daten, wie etwa Verwaltungs- oder Sensordaten, erhoben haben. ")
29
+ ])
28
30
  ])
29
31
  ], -1)),
30
- n("section", N, [
31
- t(r(p), {
32
+ t("section", W, [
33
+ n(o(k), {
32
34
  id: "Beschreibung",
33
- modelValue: f.value,
34
- "onUpdate:modelValue": e[0] || (e[0] = (i) => f.value = i),
35
+ modelValue: h.value,
36
+ "onUpdate:modelValue": e[0] || (e[0] = (i) => h.value = i),
35
37
  class: "budgetArea",
36
- label: "description",
37
- type: r(D),
38
+ label: "Beschreibung",
39
+ type: o(I),
38
40
  name: "description",
39
41
  "text-label": "Beschreibung",
40
- placeholder: "Briefly describe your approach, goal and result of the process step.",
42
+ placeholder: "Beschreiben Sie kurz Ihr Vorgehen, Ziel und Ergebnis des Prozessschritts.",
41
43
  validation: "length:0,1000",
42
44
  "validation-visibility": "live",
43
45
  hint: "true",
44
- help: `${x.value} von ${j} Zeichen`,
46
+ help: `${w.value} von ${K} Zeichen`,
45
47
  "count-hint": !0
46
48
  }, null, 8, ["modelValue", "type", "help"])
47
49
  ]),
48
- n("section", F, [
49
- t(v, { variant: "default" }, {
50
+ t("section", E, [
51
+ n(z, { variant: "default" }, {
50
52
  icon: s(() => [
51
- t(r(k), {
53
+ n(o(x), {
52
54
  size: 32,
53
55
  color: "#009fe3"
54
56
  })
55
57
  ]),
56
- title: s(() => e[3] || (e[3] = [
57
- c(" Beispiel ", -1)
58
+ title: s(() => e[2] || (e[2] = [
59
+ m(" Beispiel ", -1)
58
60
  ])),
59
61
  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))
62
+ 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
63
  ]),
62
64
  _: 1,
63
- __: [4]
65
+ __: [3]
64
66
  })
65
67
  ]),
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),
73
- type: "list",
74
- name: "methods",
75
- dynamic: ""
76
- }, {
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,
80
- type: "group",
81
- index: u
82
- }, {
83
- default: s(() => [
84
- t(L, null, {
85
- action: s(() => [
86
- t(m, {
87
- "button-text": "Löschen",
88
- size: "small",
89
- variant: "tertiary",
90
- "icon-start": "trash",
91
- onClick: () => o.input(l.filter((B, g) => g !== u))
92
- }, null, 8, ["onClick"])
93
- ]),
94
- _: 2
95
- }, 1024)
96
- ]),
97
- _: 2
98
- }, 1032, ["index"]))), 128)),
99
- n("div", Z, [
100
- t(m, {
101
- "button-text": "Link hinzufügen",
102
- size: "medium",
103
- variant: "tertiary",
104
- "icon-start": "plus",
105
- onClick: (a) => o.input(l.concat({}))
106
- }, null, 8, ["onClick"])
107
- ])
108
- ]),
109
- _: 1
110
- }, 8, ["modelValue"])
111
- ])
112
- ]),
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))
131
- ]),
132
- _: 1,
133
- __: [8]
134
- }),
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),
68
+ t("section", F, [
69
+ e[4] || (e[4] = t("h5", null, " Weiterführende Links (optional) ", -1)),
70
+ 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)),
71
+ t("div", M, [
72
+ n(o(k), {
73
+ modelValue: v.value,
74
+ "onUpdate:modelValue": e[1] || (e[1] = (i) => v.value = i),
142
75
  type: "list",
143
76
  name: "links",
144
77
  dynamic: ""
145
78
  }, {
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,
79
+ default: s(({ items: i, node: l, value: u }) => [
80
+ (r(!0), _(B, null, L(i, (d, c) => (r(), p(o(k), {
81
+ key: d,
149
82
  type: "group",
150
- index: u
83
+ index: c
151
84
  }, {
152
85
  default: s(() => [
153
- t(M, null, {
86
+ n(P, null, {
154
87
  action: s(() => [
155
- t(m, {
88
+ n(a, {
156
89
  "button-text": "Löschen",
157
90
  size: "small",
158
91
  variant: "tertiary",
159
92
  "icon-start": "trash",
160
- onClick: () => o.input(l.filter((B, g) => g !== u))
93
+ onClick: () => l.input(u.filter((y, C) => C !== c))
161
94
  }, null, 8, ["onClick"])
162
95
  ]),
163
96
  _: 2
@@ -165,13 +98,13 @@ const A = { class: "dpiV3_page V3-typography" }, N = { class: "funny-section" },
165
98
  ]),
166
99
  _: 2
167
100
  }, 1032, ["index"]))), 128)),
168
- n("div", K, [
169
- t(m, {
101
+ t("div", R, [
102
+ n(a, {
170
103
  "button-text": "Link hinzufügen",
171
104
  size: "medium",
172
105
  variant: "tertiary",
173
106
  "icon-start": "plus",
174
- onClick: (a) => o.input(l.concat({}))
107
+ onClick: (d) => l.input(u.concat({}))
175
108
  }, null, 8, ["onClick"])
176
109
  ])
177
110
  ]),
@@ -179,30 +112,69 @@ const A = { class: "dpiV3_page V3-typography" }, N = { class: "funny-section" },
179
112
  }, 8, ["modelValue"])
180
113
  ])
181
114
  ]),
182
- n("section", T, [
183
- t(P)
115
+ t("section", T, [
116
+ n(D, { "next-text": "Weiter zu Software" }, {
117
+ "prev-and-next": s(({
118
+ hidePrevious: i,
119
+ hideNext: l,
120
+ previousText: u,
121
+ nextText: d,
122
+ handlePrevious: c,
123
+ handleSubmit: y
124
+ }) => [
125
+ t("div", Z, [
126
+ t("div", $, [
127
+ i ? b("", !0) : (r(), p(a, {
128
+ key: 0,
129
+ variant: "secondary",
130
+ size: "large",
131
+ "button-text": u,
132
+ "icon-start": "CaretLeft",
133
+ onClick: c
134
+ }, null, 8, ["button-text", "onClick"])),
135
+ i ? b("", !0) : (r(), p(a, {
136
+ key: 1,
137
+ variant: "secondary",
138
+ size: "large",
139
+ "button-text": "Weiter ohne Datenerfassung",
140
+ "icon-end": "CaretRight"
141
+ }))
142
+ ]),
143
+ l ? b("", !0) : (r(), p(a, {
144
+ key: 0,
145
+ variant: "primary",
146
+ size: "large",
147
+ "button-text": d,
148
+ "icon-end": "CaretRight",
149
+ class: "next-button",
150
+ onClick: y
151
+ }, null, 8, ["button-text", "onClick"]))
152
+ ])
153
+ ]),
154
+ _: 1
155
+ })
184
156
  ]),
185
- n("section", U, [
186
- t(v, { variant: "default" }, {
157
+ t("section", A, [
158
+ n(z, { variant: "default" }, {
187
159
  icon: s(() => [
188
- t(r(k), {
160
+ n(o(x), {
189
161
  size: 32,
190
162
  color: "#009fe3"
191
163
  })
192
164
  ]),
193
- title: s(() => e[11] || (e[11] = [
194
- c(" Vorsicht! ", -1)
165
+ title: s(() => e[6] || (e[6] = [
166
+ m(" Vorsicht! ", -1)
195
167
  ])),
196
168
  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))
169
+ 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
170
  ]),
199
171
  _: 1,
200
- __: [12]
172
+ __: [7]
201
173
  })
202
174
  ])
203
175
  ]));
204
176
  }
205
177
  });
206
178
  export {
207
- te as default
179
+ Y as default
208
180
  };
@@ -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-0a5d5f1b"]]);
5
+ export {
6
+ f as default
7
+ };
@@ -0,0 +1,180 @@
1
+ import { defineComponent as w, ref as g, computed as S, createElementBlock as x, openBlock as s, createElementVNode as t, createVNode as n, createTextVNode as m, unref as o, withCtx as i, Fragment as B, renderList as L, createBlock as h, createCommentVNode as b } from "vue";
2
+ import { FormKit as v } from "@formkit/vue";
3
+ import { PhLightbulb as _ } from "@phosphor-icons/vue";
4
+ import P from "../../../../stories/components/LinkCard.vue.js";
5
+ import D from "../../../components/StepActionsSection.vue.js";
6
+ import a from "../ButtonV3.vue.js";
7
+ import z from "../Card.vue.js";
8
+ import W from "../TextArea/TextAreaDefinition.js";
9
+ const A = { class: "dpiV3_page V3-typography" }, N = { class: "funny-section" }, R = { class: "funny-section" }, I = {
10
+ id: "partners-section",
11
+ class: "funny-section"
12
+ }, E = { class: "partner-cards-container" }, F = { class: "action-container" }, $ = { class: "step-actions__prev-and-next" }, M = { class: "actions" }, U = { class: "funny-section" }, Z = 1e3, X = /* @__PURE__ */ w({
13
+ __name: "BasicInformationStep",
14
+ setup(j) {
15
+ const p = g(""), k = g([]);
16
+ g([]);
17
+ const C = S(() => {
18
+ var f;
19
+ return ((f = p.value) == null ? void 0 : f.length) || 0;
20
+ });
21
+ return (f, e) => (s(), x("div", A, [
22
+ e[8] || (e[8] = t("section", { class: "funny-section" }, [
23
+ t("div", { class: "funny-flex" }, [
24
+ t("h4", null, "Beschreiben Sie den Prozessschritt zur Datenverarbeitung"),
25
+ t("span", { class: "copy-large-regular" }, [
26
+ m(" Beschreiben Sie im Schritt der "),
27
+ t("strong", null, "Datenverarbeitung"),
28
+ m(", wie Sie die Rohdaten zusammengeführt und aufbereitet haben. ")
29
+ ])
30
+ ])
31
+ ], -1)),
32
+ t("section", N, [
33
+ n(o(v), {
34
+ id: "Beschreibung",
35
+ modelValue: p.value,
36
+ "onUpdate:modelValue": e[0] || (e[0] = (r) => p.value = r),
37
+ class: "budgetArea",
38
+ label: "Beschreibung",
39
+ type: o(W),
40
+ name: "description",
41
+ "text-label": "Beschreibung",
42
+ placeholder: "Beschreiben Sie kurz Ihr Vorgehen, Ziel und Ergebnis des Prozessschritts.",
43
+ validation: "length:0,1000",
44
+ "validation-visibility": "live",
45
+ hint: "true",
46
+ help: `${C.value} von ${Z} Zeichen`,
47
+ "count-hint": !0
48
+ }, null, 8, ["modelValue", "type", "help"])
49
+ ]),
50
+ t("section", R, [
51
+ n(z, { variant: "default" }, {
52
+ icon: i(() => [
53
+ n(o(_), {
54
+ size: 32,
55
+ color: "#009fe3"
56
+ })
57
+ ]),
58
+ title: i(() => e[2] || (e[2] = [
59
+ m(" Beispiel ", -1)
60
+ ])),
61
+ default: i(() => [
62
+ 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))
63
+ ]),
64
+ _: 1,
65
+ __: [3]
66
+ })
67
+ ]),
68
+ t("section", I, [
69
+ e[4] || (e[4] = t("h5", null, " Weiterführende Links (optional) ", -1)),
70
+ 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)),
71
+ t("div", E, [
72
+ n(o(v), {
73
+ modelValue: k.value,
74
+ "onUpdate:modelValue": e[1] || (e[1] = (r) => k.value = r),
75
+ type: "list",
76
+ name: "links",
77
+ dynamic: ""
78
+ }, {
79
+ default: i(({ items: r, node: l, value: u }) => [
80
+ (s(!0), x(B, null, L(r, (d, c) => (s(), h(o(v), {
81
+ key: d,
82
+ type: "group",
83
+ index: c
84
+ }, {
85
+ default: i(() => [
86
+ n(P, null, {
87
+ action: i(() => [
88
+ n(a, {
89
+ "button-text": "Löschen",
90
+ size: "small",
91
+ variant: "tertiary",
92
+ "icon-start": "trash",
93
+ onClick: () => l.input(u.filter((y, V) => V !== c))
94
+ }, null, 8, ["onClick"])
95
+ ]),
96
+ _: 2
97
+ }, 1024)
98
+ ]),
99
+ _: 2
100
+ }, 1032, ["index"]))), 128)),
101
+ t("div", F, [
102
+ n(a, {
103
+ "button-text": "Link hinzufügen",
104
+ size: "medium",
105
+ variant: "tertiary",
106
+ "icon-start": "plus",
107
+ onClick: (d) => l.input(u.concat({}))
108
+ }, null, 8, ["onClick"])
109
+ ])
110
+ ]),
111
+ _: 1
112
+ }, 8, ["modelValue"])
113
+ ])
114
+ ]),
115
+ n(D, { "next-text": "Weiter zu Software" }, {
116
+ "prev-and-next": i(({
117
+ hidePrevious: r,
118
+ hideNext: l,
119
+ previousText: u,
120
+ nextText: d,
121
+ handlePrevious: c,
122
+ handleSubmit: y
123
+ }) => [
124
+ t("div", $, [
125
+ t("div", M, [
126
+ r ? b("", !0) : (s(), h(a, {
127
+ key: 0,
128
+ variant: "secondary",
129
+ size: "large",
130
+ "button-text": u,
131
+ "icon-start": "CaretLeft",
132
+ class: "previus-button",
133
+ onClick: c
134
+ }, null, 8, ["button-text", "onClick"])),
135
+ r ? b("", !0) : (s(), h(a, {
136
+ key: 1,
137
+ variant: "secondary",
138
+ size: "large",
139
+ "button-text": "Weiter ohne Datenverarbeitung",
140
+ "icon-end": "CaretRight",
141
+ class: "secondary-button"
142
+ }))
143
+ ]),
144
+ l ? b("", !0) : (s(), h(a, {
145
+ key: 0,
146
+ variant: "primary",
147
+ size: "large",
148
+ "button-text": d,
149
+ "icon-end": "CaretRight",
150
+ class: "next-button",
151
+ onClick: y
152
+ }, null, 8, ["button-text", "onClick"]))
153
+ ])
154
+ ]),
155
+ _: 1
156
+ }),
157
+ t("section", U, [
158
+ n(z, { variant: "default" }, {
159
+ icon: i(() => [
160
+ n(o(_), {
161
+ size: 32,
162
+ color: "#009fe3"
163
+ })
164
+ ]),
165
+ title: i(() => e[6] || (e[6] = [
166
+ m(" Vorsicht! ", -1)
167
+ ])),
168
+ default: i(() => [
169
+ 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))
170
+ ]),
171
+ _: 1,
172
+ __: [7]
173
+ })
174
+ ])
175
+ ]));
176
+ }
177
+ });
178
+ export {
179
+ X as default
180
+ };
@@ -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
  };