@piveau/dpi 0.2.0-alpha.43 → 0.2.0-alpha.45
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 +14 -14
- 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 +10 -10
- 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 +28 -28
- 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
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as P, ref as v, computed as C, inject as A, createElementBlock as _, openBlock as l, createElementVNode as t, createVNode as r, createTextVNode as f, unref as a, withCtx as i, Fragment as N, renderList as T, createBlock as h, createCommentVNode as
|
|
2
|
-
import { FormKit as
|
|
1
|
+
import { defineComponent as P, ref as v, computed as C, inject as A, createElementBlock as _, openBlock as l, createElementVNode as t, createVNode as r, createTextVNode as f, unref as a, withCtx as i, Fragment as N, renderList as T, createBlock as h, createCommentVNode as b } from "vue";
|
|
2
|
+
import { FormKit as k } from "@formkit/vue";
|
|
3
3
|
import { PhLightbulb as w } from "@phosphor-icons/vue";
|
|
4
4
|
import $ from "../../../../stories/components/LinkCard.vue.js";
|
|
5
5
|
import { empty as V, generateIsRequiredMsg as q } from "../../../../utils/twinbyUtils.js";
|
|
@@ -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;
|
|
@@ -48,7 +48,7 @@ const E = { class: "dpiV3_page V3-typography" }, F = { class: "funny-section" },
|
|
|
48
48
|
])
|
|
49
49
|
], -1)),
|
|
50
50
|
t("section", F, [
|
|
51
|
-
r(a(
|
|
51
|
+
r(a(k), {
|
|
52
52
|
id: "Beschreibung",
|
|
53
53
|
modelValue: d.value,
|
|
54
54
|
"onUpdate:modelValue": e[0] || (e[0] = (n) => d.value = n),
|
|
@@ -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: "
|
|
62
|
-
"validation-visibility": "
|
|
61
|
+
validation: "required|length:0,1000",
|
|
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")
|
|
@@ -93,7 +93,7 @@ const E = { class: "dpiV3_page V3-typography" }, F = { class: "funny-section" },
|
|
|
93
93
|
e[5] || (e[5] = t("h5", null, " Weiterführende Links (optional) ", -1)),
|
|
94
94
|
e[6] || (e[6] = 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)),
|
|
95
95
|
t("div", j, [
|
|
96
|
-
r(a(
|
|
96
|
+
r(a(k), {
|
|
97
97
|
modelValue: c.value,
|
|
98
98
|
"onUpdate:modelValue": e[1] || (e[1] = (n) => c.value = n),
|
|
99
99
|
type: "list",
|
|
@@ -101,7 +101,7 @@ const E = { class: "dpiV3_page V3-typography" }, F = { class: "funny-section" },
|
|
|
101
101
|
dynamic: ""
|
|
102
102
|
}, {
|
|
103
103
|
default: i(({ items: n, node: o, value: p }) => [
|
|
104
|
-
(l(!0), _(N, null, T(n, (m, g) => (l(), h(a(
|
|
104
|
+
(l(!0), _(N, null, T(n, (m, g) => (l(), h(a(k), {
|
|
105
105
|
key: m,
|
|
106
106
|
type: "group",
|
|
107
107
|
index: g
|
|
@@ -150,7 +150,7 @@ const E = { class: "dpiV3_page V3-typography" }, F = { class: "funny-section" },
|
|
|
150
150
|
}) => [
|
|
151
151
|
t("div", U, [
|
|
152
152
|
t("div", H, [
|
|
153
|
-
n ?
|
|
153
|
+
n ? b("", !0) : (l(), h(u, {
|
|
154
154
|
key: 0,
|
|
155
155
|
variant: "secondary",
|
|
156
156
|
size: "large",
|
|
@@ -158,17 +158,17 @@ const E = { class: "dpiV3_page V3-typography" }, F = { class: "funny-section" },
|
|
|
158
158
|
"icon-start": "CaretLeft",
|
|
159
159
|
onClick: g
|
|
160
160
|
}, null, 8, ["button-text", "onClick"])),
|
|
161
|
-
n ?
|
|
161
|
+
n ? b("", !0) : (l(), h(u, {
|
|
162
162
|
key: 1,
|
|
163
163
|
disabled: S.value,
|
|
164
164
|
variant: "secondary",
|
|
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
|
-
o ?
|
|
171
|
+
o ? b("", !0) : (l(), h(u, {
|
|
172
172
|
key: 0,
|
|
173
173
|
variant: "primary",
|
|
174
174
|
size: "large",
|
|
@@ -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,8 +50,8 @@ 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: "
|
|
54
|
-
"validation-visibility": "
|
|
53
|
+
validation: "required|length:0,1000",
|
|
54
|
+
"validation-visibility": "submit",
|
|
55
55
|
hint: "true",
|
|
56
56
|
help: `${w.value} von ${O} Zeichen`,
|
|
57
57
|
"count-hint": !0,
|
|
@@ -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 o from "./BasicInformationStep.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const s = /* @__PURE__ */ o
|
|
3
|
+
import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-83ec7042"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as A, mergeModels as D, ref as f, computed as S, useModel as I, inject as H, createElementBlock as _, openBlock as a, createElementVNode as t, createBlock as u, createCommentVNode as d, createVNode as s, createTextVNode as z, unref as i, isRef as N, withCtx as r, Fragment as O, renderList as q } from "vue";
|
|
2
2
|
import { FormKit as k } 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";
|
|
@@ -12,9 +12,9 @@ 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: {},
|
|
@@ -28,18 +28,18 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
28
28
|
var o;
|
|
29
29
|
return ((o = m.value) == null ? void 0 : o.length) || 0;
|
|
30
30
|
});
|
|
31
|
-
|
|
31
|
+
I(C, "modelValue");
|
|
32
32
|
const F = H(Z), x = S(() => {
|
|
33
33
|
const o = !B(m.value), e = Array.isArray(p.value) && p.value.length > 0;
|
|
34
34
|
return o || e;
|
|
35
35
|
});
|
|
36
|
-
function
|
|
37
|
-
var n,
|
|
36
|
+
function M(o) {
|
|
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) && ((
|
|
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 ? !B(o.value) : !0;
|
|
40
40
|
}
|
|
41
41
|
const { globalResourceCount: b } = T("4. Datenvisualisierung", !1);
|
|
42
|
-
return (o, e) => (
|
|
42
|
+
return (o, e) => (a(), _("div", Q, [
|
|
43
43
|
e[9] || (e[9] = t("section", { class: "funny-section" }, [
|
|
44
44
|
t("div", { class: "funny-flex" }, [
|
|
45
45
|
t("h4", null, "Beschreiben Sie den Prozessschritt zur Datenvisualisierung"),
|
|
@@ -50,7 +50,7 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
50
50
|
])
|
|
51
51
|
])
|
|
52
52
|
], -1)),
|
|
53
|
-
P.edit ? d("", !0) : (
|
|
53
|
+
P.edit ? d("", !0) : (a(), u(i(k), {
|
|
54
54
|
key: 0,
|
|
55
55
|
modelValue: i(b),
|
|
56
56
|
"onUpdate:modelValue": e[0] || (e[0] = (n) => N(b) ? b.value = n : null),
|
|
@@ -60,7 +60,7 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
60
60
|
"aria-hidden": "",
|
|
61
61
|
"validation-rules": { ensureHasOneResource: i(G) },
|
|
62
62
|
validation: "+ensureHasOneResource",
|
|
63
|
-
"validation-visibility": "
|
|
63
|
+
"validation-visibility": "submit",
|
|
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, [
|
|
@@ -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: "
|
|
78
|
-
"validation-visibility": "
|
|
77
|
+
validation: "required|length:0,1000",
|
|
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")
|
|
@@ -116,9 +116,9 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
116
116
|
name: "links",
|
|
117
117
|
dynamic: ""
|
|
118
118
|
}, {
|
|
119
|
-
default: r(({ items: n, node:
|
|
120
|
-
(
|
|
121
|
-
key:
|
|
119
|
+
default: r(({ items: n, node: l, value: h }) => [
|
|
120
|
+
(a(!0), _(O, null, q(n, (v, g) => (a(), u(i(k), {
|
|
121
|
+
key: v,
|
|
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: () =>
|
|
133
|
+
onClick: () => l.input(h.filter((V, y) => y !== 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: (v) => l.input(h.concat({}))
|
|
148
148
|
}, null, 8, ["onClick"])
|
|
149
149
|
])
|
|
150
150
|
]),
|
|
@@ -160,25 +160,25 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
160
160
|
}, {
|
|
161
161
|
"prev-and-next": r(({
|
|
162
162
|
hidePrevious: n,
|
|
163
|
-
hideNext:
|
|
164
|
-
previousText:
|
|
165
|
-
nextText:
|
|
166
|
-
|
|
163
|
+
hideNext: l,
|
|
164
|
+
previousText: h,
|
|
165
|
+
nextText: v,
|
|
166
|
+
handleSubmit: g,
|
|
167
167
|
handlePrevious: V,
|
|
168
168
|
validate: y
|
|
169
169
|
}) => [
|
|
170
170
|
t("div", ie, [
|
|
171
171
|
t("div", re, [
|
|
172
|
-
n ? d("", !0) : (
|
|
172
|
+
n ? d("", !0) : (a(), u(c, {
|
|
173
173
|
key: 0,
|
|
174
174
|
variant: "secondary",
|
|
175
175
|
size: "large",
|
|
176
|
-
"button-text":
|
|
176
|
+
"button-text": h,
|
|
177
177
|
"icon-start": "CaretLeft",
|
|
178
178
|
class: "previus-button",
|
|
179
179
|
onClick: V
|
|
180
180
|
}, null, 8, ["button-text", "onClick"])),
|
|
181
|
-
n ? d("", !0) : (
|
|
181
|
+
n ? d("", !0) : (a(), u(c, {
|
|
182
182
|
key: 1,
|
|
183
183
|
disabled: x.value,
|
|
184
184
|
variant: "secondary",
|
|
@@ -194,11 +194,11 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
194
194
|
}
|
|
195
195
|
}, null, 8, ["disabled", "onClick"]))
|
|
196
196
|
]),
|
|
197
|
-
|
|
197
|
+
l ? d("", !0) : (a(), u(c, {
|
|
198
198
|
key: 0,
|
|
199
199
|
variant: "primary",
|
|
200
200
|
size: "large",
|
|
201
|
-
"button-text":
|
|
201
|
+
"button-text": v,
|
|
202
202
|
"icon-end": "CaretRight",
|
|
203
203
|
class: "next-button",
|
|
204
204
|
onClick: g
|
|
@@ -207,7 +207,7 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
207
207
|
]),
|
|
208
208
|
_: 1
|
|
209
209
|
}),
|
|
210
|
-
R.value ? (
|
|
210
|
+
R.value ? (a(), u(L, {
|
|
211
211
|
key: 1,
|
|
212
212
|
variant: "error",
|
|
213
213
|
class: "error"
|