@piveau/dpi 0.2.0-alpha.44 → 0.2.0-alpha.46
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/ui/DataCollection/BasicInformationStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +5 -5
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue2.js +4 -4
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue2.js +9 -9
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue.js +3 -3
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue2.js +49 -51
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./BasicInformationStep.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-d7477b3a"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
|
@@ -20,7 +20,7 @@ const E = { class: "dpiV3_page V3-typography" }, F = { class: "funny-section" },
|
|
|
20
20
|
var s;
|
|
21
21
|
return ((s = d.value) == null ? void 0 : s.length) || 0;
|
|
22
22
|
}), y = A(R);
|
|
23
|
-
function
|
|
23
|
+
function D() {
|
|
24
24
|
if (!y) {
|
|
25
25
|
console.warn("dpiStepper is not provided");
|
|
26
26
|
return;
|
|
@@ -31,7 +31,7 @@ const E = { class: "dpiV3_page V3-typography" }, F = { class: "funny-section" },
|
|
|
31
31
|
const s = !V(d.value), e = Array.isArray(c.value) && c.value.length > 0;
|
|
32
32
|
return s || e;
|
|
33
33
|
});
|
|
34
|
-
function
|
|
34
|
+
function I(s) {
|
|
35
35
|
var n, o;
|
|
36
36
|
const e = s.at("$parent");
|
|
37
37
|
return !e || e.type !== "group" ? !0 : Array.isArray((n = e.value) == null ? void 0 : n.links) && ((o = e.value) == null ? void 0 : o.links).length > 0 ? !V(s.value) : !0;
|
|
@@ -58,13 +58,13 @@ const E = { class: "dpiV3_page V3-typography" }, F = { class: "funny-section" },
|
|
|
58
58
|
name: "description",
|
|
59
59
|
"text-label": "Beschreibung",
|
|
60
60
|
placeholder: "Beschreiben Sie kurz Ihr Vorgehen, Ziel und Ergebnis des Prozessschritts.",
|
|
61
|
-
validation: "
|
|
61
|
+
validation: "required|length:0,1000",
|
|
62
62
|
"validation-visibility": "submit",
|
|
63
63
|
hint: "true",
|
|
64
64
|
help: `${L.value} von ${J} Zeichen`,
|
|
65
65
|
"count-hint": !0,
|
|
66
66
|
"validation-rules": {
|
|
67
|
-
requireIfLink:
|
|
67
|
+
requireIfLink: I
|
|
68
68
|
},
|
|
69
69
|
"validation-messages": {
|
|
70
70
|
requireIfLink: a(q)("Beschreibung")
|
|
@@ -165,7 +165,7 @@ const E = { class: "dpiV3_page V3-typography" }, F = { class: "funny-section" },
|
|
|
165
165
|
size: "large",
|
|
166
166
|
"button-text": "Weiter ohne Datenerfassung",
|
|
167
167
|
"icon-end": "CaretRight",
|
|
168
|
-
onClick: e[2] || (e[2] = (z) => S.value ? null :
|
|
168
|
+
onClick: e[2] || (e[2] = (z) => S.value ? null : D())
|
|
169
169
|
}, null, 8, ["disabled"]))
|
|
170
170
|
]),
|
|
171
171
|
o ? b("", !0) : (l(), h(u, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./BasicInformationStep.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-b732266e"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
e as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as P, ref as v, computed as _, inject as I, createElementBlock as S, openBlock as l, createElementVNode as t, createVNode as i, createTextVNode as h, unref as a, withCtx as r, Fragment as R, renderList as W, createBlock as g, createCommentVNode as k } from "vue";
|
|
2
2
|
import { FormKit as y } from "@formkit/vue";
|
|
3
3
|
import { PhLightbulb as V } from "@phosphor-icons/vue";
|
|
4
4
|
import q from "../../../../stories/components/LinkCard.vue.js";
|
|
@@ -11,7 +11,7 @@ import F from "../TextArea/TextAreaDefinition.js";
|
|
|
11
11
|
const M = { class: "dpiV3_page V3-typography" }, T = { class: "funny-section" }, j = { class: "funny-section" }, K = {
|
|
12
12
|
id: "partners-section",
|
|
13
13
|
class: "funny-section"
|
|
14
|
-
}, U = { class: "partner-cards-container" }, Z = { class: "action-container" }, G = { class: "step-actions__prev-and-next" }, H = { class: "actions" }, O = { class: "funny-section" }, J = 1e3, le = /* @__PURE__ */
|
|
14
|
+
}, U = { class: "partner-cards-container" }, Z = { class: "action-container" }, G = { class: "step-actions__prev-and-next" }, H = { class: "actions" }, O = { class: "funny-section" }, J = 1e3, le = /* @__PURE__ */ P({
|
|
15
15
|
__name: "BasicInformationStep",
|
|
16
16
|
setup(Q) {
|
|
17
17
|
const d = v(""), c = v([]);
|
|
@@ -19,7 +19,7 @@ const M = { class: "dpiV3_page V3-typography" }, T = { class: "funny-section" },
|
|
|
19
19
|
const L = _(() => {
|
|
20
20
|
var s;
|
|
21
21
|
return ((s = d.value) == null ? void 0 : s.length) || 0;
|
|
22
|
-
}), b =
|
|
22
|
+
}), b = I(E);
|
|
23
23
|
function A() {
|
|
24
24
|
b == null || b.goToStep("3. Datensimulation/Grundlegende Informationen");
|
|
25
25
|
}
|
|
@@ -54,7 +54,7 @@ const M = { class: "dpiV3_page V3-typography" }, T = { class: "funny-section" },
|
|
|
54
54
|
name: "description",
|
|
55
55
|
"text-label": "Beschreibung",
|
|
56
56
|
placeholder: "Beschreiben Sie kurz Ihr Vorgehen, Ziel und Ergebnis des Prozessschritts.",
|
|
57
|
-
validation: "
|
|
57
|
+
validation: "required|length:0,1000",
|
|
58
58
|
"validation-visibility": "submit",
|
|
59
59
|
hint: "true",
|
|
60
60
|
help: `${L.value} von ${J} Zeichen`,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./BasicInformationStep.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-e3564fc4"]]);
|
|
5
5
|
export {
|
|
6
6
|
r as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as I, ref as b, computed as x, inject as A, createElementBlock as C, openBlock as l, createElementVNode as t, createVNode as i, createTextVNode as
|
|
1
|
+
import { defineComponent as I, ref as b, computed as x, inject as A, createElementBlock as C, openBlock as l, createElementVNode as t, createVNode as i, createTextVNode as f, unref as o, withCtx as r, Fragment as P, renderList as E, createBlock as v, createCommentVNode as k } from "vue";
|
|
2
2
|
import { FormKit as y } from "@formkit/vue";
|
|
3
3
|
import { PhLightbulb as _ } from "@phosphor-icons/vue";
|
|
4
4
|
import N from "../../../../stories/components/LinkCard.vue.js";
|
|
@@ -33,9 +33,9 @@ const W = { class: "dpiV3_page V3-typography" }, j = { class: "funny-section" },
|
|
|
33
33
|
t("div", { class: "funny-flex" }, [
|
|
34
34
|
t("h4", null, "Beschreiben Sie den Prozessschritt zur Datensimulation"),
|
|
35
35
|
t("span", { class: "copy-large-regular" }, [
|
|
36
|
-
|
|
36
|
+
f(" Schildern Sie im Schritt der "),
|
|
37
37
|
t("strong", null, "Datensimulation"),
|
|
38
|
-
|
|
38
|
+
f(", ob und wie Sie auf Basis der verarbeiteten Daten Szenarien mithilfe von Simulationsmodellen nachgebildet und analysiert haben. ")
|
|
39
39
|
])
|
|
40
40
|
])
|
|
41
41
|
], -1)),
|
|
@@ -50,7 +50,7 @@ const W = { class: "dpiV3_page V3-typography" }, j = { class: "funny-section" },
|
|
|
50
50
|
name: "description",
|
|
51
51
|
"text-label": "Beschreibung",
|
|
52
52
|
placeholder: "Beschreiben Sie kurz Ihr Vorgehen, Ziel und Ergebnis des Prozessschritts.",
|
|
53
|
-
validation: "
|
|
53
|
+
validation: "required|length:0,1000",
|
|
54
54
|
"validation-visibility": "submit",
|
|
55
55
|
hint: "true",
|
|
56
56
|
help: `${w.value} von ${O} Zeichen`,
|
|
@@ -72,7 +72,7 @@ const W = { class: "dpiV3_page V3-typography" }, j = { class: "funny-section" },
|
|
|
72
72
|
})
|
|
73
73
|
]),
|
|
74
74
|
title: r(() => e[3] || (e[3] = [
|
|
75
|
-
|
|
75
|
+
f(" Beispiel ", -1)
|
|
76
76
|
])),
|
|
77
77
|
default: r(() => [
|
|
78
78
|
e[4] || (e[4] = t("p", null, " Basierend auf den verarbeiteten Daten werden mithilfe eines hydrologischen Simulationsmodells verschiedene Szenarien wie Starkregenereignisse oder Schneeschmelze durchgespielt. Die Simulation prognostiziert mögliche Überflutungsgebiete und berechnet die voraussichtlichen Auswirkungen auf die umliegende Infrastruktur. Die Ergebnisse dienen als Entscheidungsgrundlage für präventive Schutzmaßnahmen. ", -1))
|
|
@@ -106,7 +106,7 @@ const W = { class: "dpiV3_page V3-typography" }, j = { class: "funny-section" },
|
|
|
106
106
|
size: "small",
|
|
107
107
|
variant: "tertiary",
|
|
108
108
|
"icon-start": "trash",
|
|
109
|
-
onClick: () => a.input(m.filter((z,
|
|
109
|
+
onClick: () => a.input(m.filter((z, g) => g !== h))
|
|
110
110
|
}, null, 8, ["onClick"])
|
|
111
111
|
]),
|
|
112
112
|
_: 2
|
|
@@ -160,8 +160,8 @@ const W = { class: "dpiV3_page V3-typography" }, j = { class: "funny-section" },
|
|
|
160
160
|
"icon-end": "CaretRight",
|
|
161
161
|
class: "secondary-button",
|
|
162
162
|
onClick: e[2] || (e[2] = () => {
|
|
163
|
-
var
|
|
164
|
-
S.value || (
|
|
163
|
+
var g;
|
|
164
|
+
S.value || (g = o(L)) == null || g.goToStep("4. Datenvisualisierung/Grundlegende Informationen");
|
|
165
165
|
})
|
|
166
166
|
}, null, 8, ["disabled"]))
|
|
167
167
|
]),
|
|
@@ -187,7 +187,7 @@ const W = { class: "dpiV3_page V3-typography" }, j = { class: "funny-section" },
|
|
|
187
187
|
})
|
|
188
188
|
]),
|
|
189
189
|
title: r(() => e[7] || (e[7] = [
|
|
190
|
-
|
|
190
|
+
f(" Vorsicht! ", -1)
|
|
191
191
|
])),
|
|
192
192
|
default: r(() => [
|
|
193
193
|
e[8] || (e[8] = t("p", null, ' Sind Sie sicher, dass Sie den technischen Prozessschritt "Datensimulation" überspringen wollen? Pro Projekt muss mindestens ein technischer Prozessschritt beschrieben werden. ', -1))
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import a from "./BasicInformationStep.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const s = /* @__PURE__ */
|
|
3
|
+
import o from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const s = /* @__PURE__ */ o(a, [["__scopeId", "data-v-a18d7af3"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { FormKit as
|
|
1
|
+
import { defineComponent as A, mergeModels as D, ref as f, computed as S, useModel as I, inject as H, createElementBlock as B, openBlock as a, createElementVNode as t, createBlock as u, createCommentVNode as d, createVNode as s, createTextVNode as y, unref as i, isRef as N, withCtx as r, Fragment as O, renderList as q } from "vue";
|
|
2
|
+
import { FormKit as b } from "@formkit/vue";
|
|
3
3
|
import { PhLightbulb as K, PhExclamationMark as W } from "@phosphor-icons/vue";
|
|
4
4
|
import $ from "../../../../stories/components/LinkCard.vue.js";
|
|
5
|
-
import { empty as
|
|
5
|
+
import { empty as _, generateIsRequiredMsg as j } from "../../../../utils/twinbyUtils.js";
|
|
6
6
|
import U from "../../../components/StepActionsSection.vue.js";
|
|
7
7
|
import { dpiStepperKey as Z } from "../../../utils/injectionKeys.js";
|
|
8
8
|
import c from "../ButtonV3.vue.js";
|
|
@@ -12,48 +12,48 @@ import J from "../TextArea/TextAreaDefinition.js";
|
|
|
12
12
|
const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" }, Y = { class: "funny-section" }, ee = {
|
|
13
13
|
id: "partners-section",
|
|
14
14
|
class: "funny-section"
|
|
15
|
-
}, te = { class: "partner-cards-container" }, ne = { class: "action-container" }, ie = { class: "step-actions__prev-and-next" }, re = { class: "actions" }, se = 1e3, fe = /* @__PURE__ */
|
|
15
|
+
}, te = { class: "partner-cards-container" }, ne = { class: "action-container" }, ie = { class: "step-actions__prev-and-next" }, re = { class: "actions" }, se = 1e3, fe = /* @__PURE__ */ A({
|
|
16
16
|
__name: "BasicInformationStep",
|
|
17
|
-
props: /* @__PURE__ */
|
|
17
|
+
props: /* @__PURE__ */ D({
|
|
18
18
|
edit: { type: Boolean }
|
|
19
19
|
}, {
|
|
20
20
|
modelValue: {},
|
|
21
21
|
modelModifiers: {}
|
|
22
22
|
}),
|
|
23
23
|
emits: ["update:modelValue"],
|
|
24
|
-
setup(
|
|
25
|
-
const P =
|
|
24
|
+
setup(z) {
|
|
25
|
+
const P = z, m = f(""), p = f([]);
|
|
26
26
|
f([]);
|
|
27
27
|
const R = f(!1), E = S(() => {
|
|
28
28
|
var o;
|
|
29
29
|
return ((o = m.value) == null ? void 0 : o.length) || 0;
|
|
30
30
|
});
|
|
31
|
-
|
|
31
|
+
I(z, "modelValue");
|
|
32
32
|
const F = H(Z), x = S(() => {
|
|
33
|
-
const o = !
|
|
33
|
+
const o = !_(m.value), e = Array.isArray(p.value) && p.value.length > 0;
|
|
34
34
|
return o || e;
|
|
35
35
|
});
|
|
36
|
-
function
|
|
36
|
+
function M(o) {
|
|
37
37
|
var n, l;
|
|
38
38
|
const e = o.at("$parent");
|
|
39
|
-
return !e || e.type !== "group" ? !0 : Array.isArray((n = e.value) == null ? void 0 : n.links) && ((l = e.value) == null ? void 0 : l.links).length > 0 ? !
|
|
39
|
+
return !e || e.type !== "group" ? !0 : Array.isArray((n = e.value) == null ? void 0 : n.links) && ((l = e.value) == null ? void 0 : l.links).length > 0 ? !_(o.value) : !0;
|
|
40
40
|
}
|
|
41
|
-
const { globalResourceCount:
|
|
42
|
-
return (o, e) => (a(),
|
|
43
|
-
e[
|
|
41
|
+
const { globalResourceCount: k } = T("4. Datenvisualisierung", !1);
|
|
42
|
+
return (o, e) => (a(), B("div", Q, [
|
|
43
|
+
e[10] || (e[10] = t("section", { class: "funny-section" }, [
|
|
44
44
|
t("div", { class: "funny-flex" }, [
|
|
45
45
|
t("h4", null, "Beschreiben Sie den Prozessschritt zur Datenvisualisierung"),
|
|
46
46
|
t("span", { class: "copy-large-regular" }, [
|
|
47
|
-
|
|
47
|
+
y(" Führen Sie im Schritt der "),
|
|
48
48
|
t("strong", null, "Datenvisualisierung"),
|
|
49
|
-
|
|
49
|
+
y(" aus, in welcher Form die Ergebnisse der Simulationen verständlich aufbereitet und visualisiert wurden. ")
|
|
50
50
|
])
|
|
51
51
|
])
|
|
52
52
|
], -1)),
|
|
53
|
-
P.edit ? d("", !0) : (a(), u(i(
|
|
53
|
+
P.edit ? d("", !0) : (a(), u(i(b), {
|
|
54
54
|
key: 0,
|
|
55
|
-
modelValue: i(
|
|
56
|
-
"onUpdate:modelValue": e[0] || (e[0] = (n) => N(
|
|
55
|
+
modelValue: i(k),
|
|
56
|
+
"onUpdate:modelValue": e[0] || (e[0] = (n) => N(k) ? k.value = n : null),
|
|
57
57
|
type: "hidden",
|
|
58
58
|
name: "__resourceCountGlobal",
|
|
59
59
|
hidden: "",
|
|
@@ -64,7 +64,7 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
64
64
|
"validation-messages": { ensureHasOneResource: "Pro Projekt muss mindestens ein technischer Prozessschritt beschrieben werden." }
|
|
65
65
|
}, null, 8, ["modelValue", "validation-rules"])),
|
|
66
66
|
t("section", X, [
|
|
67
|
-
s(i(
|
|
67
|
+
s(i(b), {
|
|
68
68
|
id: "Beschreibung",
|
|
69
69
|
modelValue: m.value,
|
|
70
70
|
"onUpdate:modelValue": e[1] || (e[1] = (n) => m.value = n),
|
|
@@ -74,13 +74,13 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
74
74
|
name: "description",
|
|
75
75
|
"text-label": "Beschreibung",
|
|
76
76
|
placeholder: "Beschreiben Sie kurz Ihr Vorgehen, Ziel und Ergebnis des Prozessschritts.",
|
|
77
|
-
validation: "
|
|
77
|
+
validation: "required|length:0,1000",
|
|
78
78
|
"validation-visibility": "submit",
|
|
79
79
|
hint: "true",
|
|
80
80
|
help: `${E.value} von ${se} Zeichen`,
|
|
81
81
|
"count-hint": !0,
|
|
82
82
|
"validation-rules": {
|
|
83
|
-
requireIfLink:
|
|
83
|
+
requireIfLink: M
|
|
84
84
|
},
|
|
85
85
|
"validation-messages": {
|
|
86
86
|
requireIfLink: i(j)("Beschreibung")
|
|
@@ -95,30 +95,30 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
95
95
|
color: "#009FE3"
|
|
96
96
|
})
|
|
97
97
|
]),
|
|
98
|
-
title: r(() => e[
|
|
99
|
-
|
|
98
|
+
title: r(() => e[4] || (e[4] = [
|
|
99
|
+
y(" Beispiel ", -1)
|
|
100
100
|
])),
|
|
101
101
|
default: r(() => [
|
|
102
|
-
e[
|
|
102
|
+
e[5] || (e[5] = t("p", null, " Die Simulationsergebnisse und aktuellen Messdaten werden in einer interaktiven Kartenanwendung dargestellt. Zusätzlich werden visuelle Warnhinweise sowie zeitbasierte Entwicklungen übersichtlich präsentiert, um die Kommunikation mit Einsatzkräften und Bürgern zu unterstützen. ", -1))
|
|
103
103
|
]),
|
|
104
104
|
_: 1,
|
|
105
|
-
__: [
|
|
105
|
+
__: [5]
|
|
106
106
|
})
|
|
107
107
|
]),
|
|
108
108
|
t("section", ee, [
|
|
109
|
-
e[
|
|
110
|
-
e[
|
|
109
|
+
e[6] || (e[6] = t("h5", null, " Weiterführende Links (optional) ", -1)),
|
|
110
|
+
e[7] || (e[7] = 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)),
|
|
111
111
|
t("div", te, [
|
|
112
|
-
s(i(
|
|
112
|
+
s(i(b), {
|
|
113
113
|
modelValue: p.value,
|
|
114
114
|
"onUpdate:modelValue": e[2] || (e[2] = (n) => p.value = n),
|
|
115
115
|
type: "list",
|
|
116
116
|
name: "links",
|
|
117
117
|
dynamic: ""
|
|
118
118
|
}, {
|
|
119
|
-
default: r(({ items: n, node: l, value:
|
|
120
|
-
(a(!0),
|
|
121
|
-
key:
|
|
119
|
+
default: r(({ items: n, node: l, value: v }) => [
|
|
120
|
+
(a(!0), B(O, null, q(n, (h, g) => (a(), u(i(b), {
|
|
121
|
+
key: h,
|
|
122
122
|
type: "group",
|
|
123
123
|
index: g
|
|
124
124
|
}, {
|
|
@@ -130,7 +130,7 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
130
130
|
size: "small",
|
|
131
131
|
variant: "tertiary",
|
|
132
132
|
"icon-start": "trash",
|
|
133
|
-
onClick: () => l.input(
|
|
133
|
+
onClick: () => l.input(v.filter((C, V) => V !== g))
|
|
134
134
|
}, null, 8, ["onClick"])
|
|
135
135
|
]),
|
|
136
136
|
_: 2
|
|
@@ -144,7 +144,7 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
144
144
|
size: "medium",
|
|
145
145
|
variant: "tertiary",
|
|
146
146
|
"icon-start": "plus",
|
|
147
|
-
onClick: (
|
|
147
|
+
onClick: (h) => l.input(v.concat({}))
|
|
148
148
|
}, null, 8, ["onClick"])
|
|
149
149
|
])
|
|
150
150
|
]),
|
|
@@ -161,11 +161,11 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
161
161
|
"prev-and-next": r(({
|
|
162
162
|
hidePrevious: n,
|
|
163
163
|
hideNext: l,
|
|
164
|
-
previousText:
|
|
165
|
-
nextText:
|
|
164
|
+
previousText: v,
|
|
165
|
+
nextText: h,
|
|
166
166
|
handleSubmit: g,
|
|
167
|
-
handlePrevious:
|
|
168
|
-
validate:
|
|
167
|
+
handlePrevious: C,
|
|
168
|
+
validate: V
|
|
169
169
|
}) => [
|
|
170
170
|
t("div", ie, [
|
|
171
171
|
t("div", re, [
|
|
@@ -173,10 +173,10 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
173
173
|
key: 0,
|
|
174
174
|
variant: "secondary",
|
|
175
175
|
size: "large",
|
|
176
|
-
"button-text":
|
|
176
|
+
"button-text": v,
|
|
177
177
|
"icon-start": "CaretLeft",
|
|
178
178
|
class: "previus-button",
|
|
179
|
-
onClick:
|
|
179
|
+
onClick: C
|
|
180
180
|
}, null, 8, ["button-text", "onClick"])),
|
|
181
181
|
n ? d("", !0) : (a(), u(c, {
|
|
182
182
|
key: 1,
|
|
@@ -186,19 +186,17 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
186
186
|
size: "large",
|
|
187
187
|
"button-text": "Weiter ohne Datenvisualisierung",
|
|
188
188
|
"icon-end": "CaretRight",
|
|
189
|
-
onClick: () => {
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
}
|
|
195
|
-
}, null, 8, ["disabled", "onClick"]))
|
|
189
|
+
onClick: e[3] || (e[3] = () => {
|
|
190
|
+
var w;
|
|
191
|
+
x.value || (w = i(F)) == null || w.goToStep("Vorschau");
|
|
192
|
+
})
|
|
193
|
+
}, null, 8, ["disabled"]))
|
|
196
194
|
]),
|
|
197
195
|
l ? d("", !0) : (a(), u(c, {
|
|
198
196
|
key: 0,
|
|
199
197
|
variant: "primary",
|
|
200
198
|
size: "large",
|
|
201
|
-
"button-text":
|
|
199
|
+
"button-text": h,
|
|
202
200
|
"icon-end": "CaretRight",
|
|
203
201
|
class: "next-button",
|
|
204
202
|
onClick: g
|
|
@@ -218,16 +216,16 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
218
216
|
color: "currentColor"
|
|
219
217
|
})
|
|
220
218
|
]),
|
|
221
|
-
title: r(() => e[
|
|
219
|
+
title: r(() => e[8] || (e[8] = [
|
|
222
220
|
t("span", { class: "error-title" }, "Fehler", -1)
|
|
223
221
|
])),
|
|
224
222
|
default: r(() => [
|
|
225
|
-
e[
|
|
223
|
+
e[9] || (e[9] = t("ul", { class: "validation-errors" }, [
|
|
226
224
|
t("li", null, " Pro Projekt muss mindestens ein technischer Prozessschritt beschrieben werden. ")
|
|
227
225
|
], -1))
|
|
228
226
|
]),
|
|
229
227
|
_: 1,
|
|
230
|
-
__: [
|
|
228
|
+
__: [9]
|
|
231
229
|
})) : d("", !0)
|
|
232
230
|
]));
|
|
233
231
|
}
|