@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.
- package/dist/assets/dpi.css +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/AboutProject.vue.js +20 -17
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +4 -4
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ProjectTable.vue.js +45 -44
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ActionCard.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ActionCard.vue2.js +24 -22
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.js +30 -29
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +119 -137
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js +7 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue2.js +189 -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/Findability/DiscoverabilityStep.vue.js +11 -11
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldFormKit.vue.js +25 -25
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +1 -1
- 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 +117 -117
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue.js +5 -72
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue2.js +72 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue2.js +22 -22
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +9 -4
- 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 +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +16 -15
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/InitiierenStep.vue.js +31 -26
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js +32 -26
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/ProjektPhasenOverviewStep.vue.js +7 -7
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js +30 -25
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +67 -27
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +5 -932
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +1053 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/StateTag.vue.js +17 -13
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SummaryBox.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SummaryBox.vue2.js +14 -10
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +84 -73
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +41 -46
- 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 +41 -38
- package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue2.js +22 -22
- package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +158 -156
- package/dist/packages/dpi/src/stories/components/LinkCard.vue.js +1 -1
- package/dist/packages/dpi/src/stories/components/LinkCard.vue2.js +6 -6
- package/dist/packages/dpi/src/stories/components/PartnerCard.vue.js +1 -1
- package/dist/packages/dpi/src/stories/components/PartnerCard.vue2.js +15 -12
- package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue.js +2 -2
- package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue2.js +1 -0
- package/package.json +1 -1
- package/dist/packages/dpi/src/stories/components/MethodsCard.vue.js +0 -7
- package/dist/packages/dpi/src/stories/components/MethodsCard.vue2.js +0 -45
|
@@ -1,94 +1,104 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { FormKit as
|
|
3
|
-
import { PhLightbulb as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
const
|
|
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
|
-
},
|
|
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 =
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
31
|
-
|
|
40
|
+
t("section", K, [
|
|
41
|
+
n(o(v), {
|
|
32
42
|
id: "Beschreibung",
|
|
33
43
|
modelValue: f.value,
|
|
34
|
-
"onUpdate:modelValue": e[0] || (e[0] = (
|
|
44
|
+
"onUpdate:modelValue": e[0] || (e[0] = (r) => f.value = r),
|
|
35
45
|
class: "budgetArea",
|
|
36
|
-
label: "
|
|
37
|
-
type:
|
|
46
|
+
label: "Beschreibung",
|
|
47
|
+
type: o(W),
|
|
38
48
|
name: "description",
|
|
39
49
|
"text-label": "Beschreibung",
|
|
40
|
-
placeholder: "
|
|
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: `${
|
|
54
|
+
help: `${w.value} von ${U} Zeichen`,
|
|
45
55
|
"count-hint": !0
|
|
46
56
|
}, null, 8, ["modelValue", "type", "help"])
|
|
47
57
|
]),
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
icon:
|
|
51
|
-
|
|
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:
|
|
57
|
-
|
|
66
|
+
title: i(() => e[2] || (e[2] = [
|
|
67
|
+
p(" Beispiel ", -1)
|
|
58
68
|
])),
|
|
59
|
-
default:
|
|
60
|
-
e[
|
|
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
|
-
__: [
|
|
73
|
+
__: [3]
|
|
64
74
|
})
|
|
65
75
|
]),
|
|
66
|
-
|
|
67
|
-
e[
|
|
68
|
-
e[
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
modelValue:
|
|
72
|
-
"onUpdate:modelValue": e[1] || (e[1] = (
|
|
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: "
|
|
84
|
+
name: "links",
|
|
75
85
|
dynamic: ""
|
|
76
86
|
}, {
|
|
77
|
-
default:
|
|
78
|
-
(
|
|
79
|
-
key:
|
|
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:
|
|
91
|
+
index: c
|
|
82
92
|
}, {
|
|
83
|
-
default:
|
|
84
|
-
|
|
85
|
-
action:
|
|
86
|
-
|
|
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: () =>
|
|
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
|
-
|
|
100
|
-
|
|
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: (
|
|
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
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
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
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
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:
|
|
194
|
-
|
|
175
|
+
title: i(() => e[6] || (e[6] = [
|
|
176
|
+
p(" Vorsicht! ", -1)
|
|
195
177
|
])),
|
|
196
|
-
default:
|
|
197
|
-
e[
|
|
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
|
-
__: [
|
|
182
|
+
__: [7]
|
|
201
183
|
})
|
|
202
184
|
])
|
|
203
185
|
]));
|
|
204
186
|
}
|
|
205
187
|
});
|
|
206
188
|
export {
|
|
207
|
-
|
|
189
|
+
ie as default
|
|
208
190
|
};
|
|
@@ -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
|
+
};
|
package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./DpiModalBase.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import a from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const e = /* @__PURE__ */ a(o, [["__scopeId", "data-v-c3a5360e"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
e as default
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ref as
|
|
2
|
-
import { FormKit as
|
|
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 =
|
|
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),
|
|
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) => (
|
|
23
|
+
return (n, i) => (p(), g("div", I, [
|
|
24
24
|
e("section", w, [
|
|
25
25
|
e("div", V, [
|
|
26
|
-
i[0] || (i[0] =
|
|
27
|
-
a(l(
|
|
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":
|
|
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-
|
|
82
|
+
}, K = /* @__PURE__ */ z(O, [["__scopeId", "data-v-912af005"]]);
|
|
83
83
|
export {
|
|
84
84
|
K as default
|
|
85
85
|
};
|