@piveau/dpi 0.2.0-alpha.16 → 0.2.0-alpha.18
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/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +23 -20
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldFormKit.vue.js +34 -36
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +154 -182
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +463 -487
- package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +5 -4
- package/dist/packages/dpi/src/data-provider-interface/composables/project-transformer/encodeProject.js +67 -67
- package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +155 -164
- package/package.json +1 -1
|
@@ -1,97 +1,75 @@
|
|
|
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
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
const
|
|
1
|
+
import { defineComponent as B, ref as h, computed as j, createElementBlock as f, openBlock as s, createElementVNode as t, createVNode as i, unref as l, withCtx as a, Fragment as k, renderList as y, createBlock as V, createTextVNode as D, createCommentVNode as L, withDirectives as U, vModelCheckbox as E } from "vue";
|
|
2
|
+
import { FormKit as r } from "@formkit/vue";
|
|
3
|
+
import { PhLightbulb as $ } from "@phosphor-icons/vue";
|
|
4
|
+
import A from "../../../../stories/components/LinkCard.vue.js";
|
|
5
|
+
import N from "../../../../stories/components/PartnerCard.vue.js";
|
|
6
|
+
import G from "../../../../stories/components/ScreenshotCard.vue.js";
|
|
7
|
+
import K from "../../../components/StepActionsSection.vue.js";
|
|
8
|
+
import g from "../ButtonV3.vue.js";
|
|
9
|
+
import T from "../Card.vue.js";
|
|
10
|
+
import W from "../Chip.vue.js";
|
|
11
|
+
import M from "../InputField.vue.js";
|
|
12
|
+
import S from "../InputField/InputFieldDefinition.js";
|
|
13
|
+
import Z from "../TextArea/TextAreaDefinition.js";
|
|
14
|
+
const q = { class: "dpiV3_page V3-typography" }, O = {
|
|
15
15
|
id: "partners-section",
|
|
16
16
|
class: "funny-section"
|
|
17
|
-
},
|
|
17
|
+
}, R = { class: "partner-cards-container" }, H = { class: "action-container" }, J = { class: "funny-section" }, Q = { class: "start-and-end" }, X = { class: "funny-section" }, Y = { class: "funny-section required-skills" }, ee = {
|
|
18
18
|
key: 0,
|
|
19
19
|
class: "d-flex"
|
|
20
|
-
},
|
|
20
|
+
}, te = ["id", "value"], ne = ["for"], ie = { class: "action-container" }, le = {
|
|
21
21
|
id: "partners-section",
|
|
22
22
|
class: "funny-section"
|
|
23
|
-
},
|
|
23
|
+
}, ae = { class: "partner-cards-container" }, re = { class: "action-container" }, oe = {
|
|
24
24
|
id: "partners-section",
|
|
25
25
|
class: "funny-section"
|
|
26
|
-
},
|
|
26
|
+
}, se = { class: "partner-cards-container" }, ue = { class: "action-container" }, de = 500, Ce = /* @__PURE__ */ B({
|
|
27
27
|
__name: "OptionalDataStep",
|
|
28
|
-
setup(
|
|
29
|
-
const
|
|
30
|
-
var
|
|
31
|
-
return ((
|
|
32
|
-
}),
|
|
33
|
-
function
|
|
34
|
-
if (
|
|
35
|
-
const e =
|
|
36
|
-
|
|
28
|
+
setup(me) {
|
|
29
|
+
const x = h(""), C = h([]), w = h([]), _ = h([]), P = j(() => {
|
|
30
|
+
var c;
|
|
31
|
+
return ((c = x.value) == null ? void 0 : c.length) || 0;
|
|
32
|
+
}), v = h(""), u = h([]);
|
|
33
|
+
function I(c) {
|
|
34
|
+
if (c && c.trim()) {
|
|
35
|
+
const e = c.trim();
|
|
36
|
+
u.value.includes(e) || u.value.push(e), v.value = "";
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
const
|
|
40
|
-
return
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
r.value = -1, u.value = null, await z(), r.value = o + 1, console.log("endDate reset - end date is before start date");
|
|
46
|
-
}
|
|
47
|
-
} else if (a && g.value == null) {
|
|
48
|
-
const e = r.value;
|
|
49
|
-
r.value = -1, u.value = null, await z(), r.value = e + 1, console.log("endDate reset - no start date");
|
|
50
|
-
}
|
|
51
|
-
}), U(g, async (a) => {
|
|
52
|
-
if (console.log("startDate changed:", a, "current endDate:", u.value), a && u.value != null) {
|
|
53
|
-
const e = new Date(a), t = new Date(u.value);
|
|
54
|
-
if (console.log("start:", e), console.log("end:", t), t <= e) {
|
|
55
|
-
const o = r.value;
|
|
56
|
-
r.value = -1, u.value = null, await z(), r.value = o + 1, console.log("endDate reset - start date made greater than end date");
|
|
57
|
-
}
|
|
58
|
-
} else if (!a && u.value != null) {
|
|
59
|
-
const e = r.value;
|
|
60
|
-
r.value = -1, u.value = null, await z(), r.value = e + 1, console.log("endDate reset - start date was cleared");
|
|
61
|
-
}
|
|
62
|
-
}), (a, e) => (d(), b("div", Q, [
|
|
63
|
-
e[25] || (e[25] = n("section", { class: "funny-section" }, [
|
|
64
|
-
n("div", { class: "funny-flex" }, [
|
|
65
|
-
n("h4", null, "Fügen Sie optionale Daten hinzu"),
|
|
66
|
-
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. ")
|
|
39
|
+
const z = h("");
|
|
40
|
+
return (c, e) => (s(), f("div", q, [
|
|
41
|
+
e[23] || (e[23] = t("section", { class: "funny-section" }, [
|
|
42
|
+
t("div", { class: "funny-flex" }, [
|
|
43
|
+
t("h4", null, "Fügen Sie optionale Daten hinzu"),
|
|
44
|
+
t("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. ")
|
|
67
45
|
])
|
|
68
46
|
], -1)),
|
|
69
|
-
|
|
70
|
-
e[
|
|
71
|
-
e[
|
|
72
|
-
|
|
73
|
-
l(
|
|
74
|
-
modelValue:
|
|
75
|
-
"onUpdate:modelValue": e[0] || (e[0] = (
|
|
47
|
+
t("section", O, [
|
|
48
|
+
e[9] || (e[9] = t("h5", null, " Partner ", -1)),
|
|
49
|
+
e[10] || (e[10] = t("span", { class: "copy-large-regular" }, "Wenn Sie mit einem oder mehreren Partnern zusammengearbeitet haben, können Sie diese hier angeben.", -1)),
|
|
50
|
+
t("div", R, [
|
|
51
|
+
i(l(r), {
|
|
52
|
+
modelValue: C.value,
|
|
53
|
+
"onUpdate:modelValue": e[0] || (e[0] = (n) => C.value = n),
|
|
76
54
|
type: "list",
|
|
77
55
|
name: "partners",
|
|
78
56
|
dynamic: ""
|
|
79
57
|
}, {
|
|
80
|
-
default:
|
|
81
|
-
(
|
|
82
|
-
key:
|
|
58
|
+
default: a(({ items: n, node: o, value: d }) => [
|
|
59
|
+
(s(!0), f(k, null, y(n, (m, p) => (s(), V(l(r), {
|
|
60
|
+
key: m,
|
|
83
61
|
type: "group",
|
|
84
|
-
index:
|
|
62
|
+
index: p
|
|
85
63
|
}, {
|
|
86
|
-
default:
|
|
87
|
-
|
|
88
|
-
action:
|
|
89
|
-
|
|
64
|
+
default: a(() => [
|
|
65
|
+
i(N, null, {
|
|
66
|
+
action: a(() => [
|
|
67
|
+
i(g, {
|
|
90
68
|
"button-text": "Löschen",
|
|
91
69
|
size: "small",
|
|
92
70
|
variant: "tertiary",
|
|
93
71
|
"icon-start": "trash",
|
|
94
|
-
onClick: () => o.input(
|
|
72
|
+
onClick: () => o.input(d.filter((F, b) => b !== p))
|
|
95
73
|
}, null, 8, ["onClick"])
|
|
96
74
|
]),
|
|
97
75
|
_: 2
|
|
@@ -99,13 +77,13 @@ const Q = { class: "dpiV3_page V3-typography" }, X = {
|
|
|
99
77
|
]),
|
|
100
78
|
_: 2
|
|
101
79
|
}, 1032, ["index"]))), 128)),
|
|
102
|
-
|
|
103
|
-
|
|
80
|
+
t("div", H, [
|
|
81
|
+
i(g, {
|
|
104
82
|
"button-text": "Partner hinzufügen",
|
|
105
83
|
size: "medium",
|
|
106
84
|
variant: "tertiary",
|
|
107
85
|
"icon-start": "plus",
|
|
108
|
-
onClick: (
|
|
86
|
+
onClick: (m) => o.input(d.concat({}))
|
|
109
87
|
}, null, 8, ["onClick"])
|
|
110
88
|
])
|
|
111
89
|
]),
|
|
@@ -113,14 +91,12 @@ const Q = { class: "dpiV3_page V3-typography" }, X = {
|
|
|
113
91
|
}, 8, ["modelValue"])
|
|
114
92
|
])
|
|
115
93
|
]),
|
|
116
|
-
|
|
117
|
-
e[
|
|
118
|
-
e[
|
|
119
|
-
|
|
120
|
-
l(
|
|
121
|
-
|
|
122
|
-
"onUpdate:modelValue": e[1] || (e[1] = (t) => g.value = t),
|
|
123
|
-
type: i(F),
|
|
94
|
+
t("section", J, [
|
|
95
|
+
e[11] || (e[11] = t("h5", null, " Projektzeitraum ", -1)),
|
|
96
|
+
e[12] || (e[12] = t("span", { class: "copy-large-regular" }, "Für Projekte, die noch nicht abgeschlossen sind, können Sie das Enddatum frei lassen.", -1)),
|
|
97
|
+
t("div", Q, [
|
|
98
|
+
i(l(r), {
|
|
99
|
+
type: l(S),
|
|
124
100
|
name: "startDate",
|
|
125
101
|
"text-label": "Startdatum",
|
|
126
102
|
"input-type": "date",
|
|
@@ -130,15 +106,10 @@ const Q = { class: "dpiV3_page V3-typography" }, X = {
|
|
|
130
106
|
"info-icon": !1,
|
|
131
107
|
"pre-icon": !1,
|
|
132
108
|
"show-end-icon": !1,
|
|
133
|
-
"initial-hint-text": !1
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
(d(), S(i(m), {
|
|
138
|
-
key: r.value,
|
|
139
|
-
modelValue: u.value,
|
|
140
|
-
"onUpdate:modelValue": e[2] || (e[2] = (t) => u.value = t),
|
|
141
|
-
type: i(F),
|
|
109
|
+
"initial-hint-text": !1
|
|
110
|
+
}, null, 8, ["type"]),
|
|
111
|
+
i(l(r), {
|
|
112
|
+
type: l(S),
|
|
142
113
|
name: "endDate",
|
|
143
114
|
"text-label": "Enddatum",
|
|
144
115
|
"input-type": "date",
|
|
@@ -149,95 +120,96 @@ const Q = { class: "dpiV3_page V3-typography" }, X = {
|
|
|
149
120
|
"pre-icon": !1,
|
|
150
121
|
"show-end-icon": !1,
|
|
151
122
|
"initial-hint-text": !1
|
|
152
|
-
}, null, 8, ["
|
|
123
|
+
}, null, 8, ["type"])
|
|
153
124
|
])
|
|
154
125
|
]),
|
|
155
|
-
|
|
156
|
-
e[
|
|
157
|
-
e[
|
|
158
|
-
|
|
126
|
+
t("section", X, [
|
|
127
|
+
e[15] || (e[15] = t("h5", null, "Budget", -1)),
|
|
128
|
+
e[16] || (e[16] = t("div", { class: "budget" }, [
|
|
129
|
+
t("span", { class: "copy-large-regular" }, " Bitte geben Sie hier das Gesamtbudget für Ihr Projekt an. ")
|
|
159
130
|
], -1)),
|
|
160
|
-
l(
|
|
161
|
-
modelValue:
|
|
162
|
-
"onUpdate:modelValue": e[
|
|
163
|
-
type:
|
|
131
|
+
i(l(r), {
|
|
132
|
+
modelValue: z.value,
|
|
133
|
+
"onUpdate:modelValue": e[1] || (e[1] = (n) => z.value = n),
|
|
134
|
+
type: l(S),
|
|
164
135
|
name: "budget",
|
|
165
136
|
"trailing-text": !0,
|
|
166
137
|
trailing_text: "€",
|
|
167
138
|
"text-label": "Budget",
|
|
168
139
|
placeholder: "....Budget",
|
|
169
140
|
validation: "number",
|
|
141
|
+
"validation-visibility": "submit",
|
|
170
142
|
inputmode: "numeric",
|
|
171
143
|
pattern: "[0-9]*"
|
|
172
144
|
}, null, 8, ["modelValue", "type"]),
|
|
173
|
-
l(
|
|
145
|
+
i(l(r), {
|
|
174
146
|
id: "Förderung",
|
|
175
|
-
modelValue:
|
|
176
|
-
"onUpdate:modelValue": e[
|
|
147
|
+
modelValue: x.value,
|
|
148
|
+
"onUpdate:modelValue": e[2] || (e[2] = (n) => x.value = n),
|
|
177
149
|
class: "budgetArea",
|
|
178
150
|
label: "Förderung (optional)",
|
|
179
|
-
type:
|
|
151
|
+
type: l(Z),
|
|
180
152
|
name: "budgetDescription",
|
|
181
153
|
"text-label": "Förderung (optional)",
|
|
182
154
|
placeholder: "Beschreiben Sie welche Förderung Sie erhalten haben.",
|
|
183
|
-
disabled: !
|
|
155
|
+
disabled: !z.value,
|
|
184
156
|
validation: "length:0,500",
|
|
185
157
|
"validation-visibility": "live",
|
|
186
158
|
hint: "true",
|
|
187
|
-
help: `${
|
|
159
|
+
help: `${P.value} von ${de} Zeichen`,
|
|
188
160
|
"count-hint": !0
|
|
189
161
|
}, null, 8, ["modelValue", "type", "disabled", "help"]),
|
|
190
|
-
|
|
191
|
-
icon:
|
|
192
|
-
l(
|
|
162
|
+
i(T, { variant: "default" }, {
|
|
163
|
+
icon: a(() => [
|
|
164
|
+
i(l($), {
|
|
193
165
|
size: 32,
|
|
194
166
|
color: "#009fe3"
|
|
195
167
|
})
|
|
196
168
|
]),
|
|
197
|
-
title:
|
|
198
|
-
|
|
169
|
+
title: a(() => e[13] || (e[13] = [
|
|
170
|
+
D(" Information ", -1)
|
|
199
171
|
])),
|
|
200
|
-
default:
|
|
201
|
-
e[
|
|
202
|
-
|
|
172
|
+
default: a(() => [
|
|
173
|
+
e[14] || (e[14] = t("div", { class: "copy-large-regular" }, [
|
|
174
|
+
t("p", null, "Ihre Angabe zum Gesamtbudget hilft anderen Kommunen, den Umfang Ihres Projekts besser einzuschätzen. Sie können hier auch einen Schätzwert eingeben, falls das Projekt z.B. noch nicht abgeschlossen ist. Wenn Sie eine Förderung erhalten und das Projekt ausschließlich damit finanziert haben, geben Sie die Fördersumme als Ihr Gesamtbudget an.")
|
|
203
175
|
], -1))
|
|
204
176
|
]),
|
|
205
177
|
_: 1,
|
|
206
|
-
__: [
|
|
178
|
+
__: [14]
|
|
207
179
|
})
|
|
208
180
|
]),
|
|
209
|
-
|
|
210
|
-
e[
|
|
211
|
-
e[
|
|
212
|
-
l(
|
|
213
|
-
modelValue:
|
|
214
|
-
"onUpdate:modelValue": e[
|
|
181
|
+
t("section", Y, [
|
|
182
|
+
e[17] || (e[17] = t("h5", null, "Erforderliche Fachkompetenzen", -1)),
|
|
183
|
+
e[18] || (e[18] = t("p", null, "Damit andere Kommunen besser einschätzen können, welche Fachkenntnisse das Projektteam mitbringen sollte, bitten wir Sie, hier die Kompetenzfelder anzugeben, die für Ihr Projekt am Wichtigsten waren (z.B. Datenmanagement oder Projektmanagement).", -1)),
|
|
184
|
+
i(l(r), {
|
|
185
|
+
modelValue: u.value,
|
|
186
|
+
"onUpdate:modelValue": e[3] || (e[3] = (n) => u.value = n),
|
|
215
187
|
type: "hidden",
|
|
216
188
|
name: "requiredExpertise"
|
|
217
189
|
}, null, 8, ["modelValue"]),
|
|
218
|
-
|
|
219
|
-
(
|
|
220
|
-
key:
|
|
190
|
+
u.value.length > 0 ? (s(), f("div", ee, [
|
|
191
|
+
(s(!0), f(k, null, y(u.value, (n) => (s(), f("div", {
|
|
192
|
+
key: n,
|
|
221
193
|
class: "label-chip"
|
|
222
194
|
}, [
|
|
223
|
-
|
|
224
|
-
id: `hardware-${
|
|
225
|
-
"onUpdate:modelValue": e[
|
|
195
|
+
U(t("input", {
|
|
196
|
+
id: `hardware-${n}`,
|
|
197
|
+
"onUpdate:modelValue": e[4] || (e[4] = (o) => u.value = o),
|
|
226
198
|
class: "label-chip__input",
|
|
227
199
|
type: "checkbox",
|
|
228
|
-
value:
|
|
229
|
-
}, null, 8,
|
|
230
|
-
[
|
|
200
|
+
value: n
|
|
201
|
+
}, null, 8, te), [
|
|
202
|
+
[E, u.value]
|
|
231
203
|
]),
|
|
232
|
-
|
|
204
|
+
t("label", {
|
|
233
205
|
class: "label-chip__label",
|
|
234
|
-
for: `hardware-${
|
|
206
|
+
for: `hardware-${n}`
|
|
235
207
|
}, [
|
|
236
|
-
|
|
208
|
+
i(W, {
|
|
237
209
|
class: "label-chip__inner",
|
|
238
|
-
text:
|
|
210
|
+
text: n,
|
|
239
211
|
data: {
|
|
240
|
-
"@value":
|
|
212
|
+
"@value": n,
|
|
241
213
|
URI: "https://example.com/default"
|
|
242
214
|
},
|
|
243
215
|
setup: {
|
|
@@ -246,12 +218,12 @@ const Q = { class: "dpiV3_page V3-typography" }, X = {
|
|
|
246
218
|
"@inTable": !1
|
|
247
219
|
}
|
|
248
220
|
}, null, 8, ["text", "data"])
|
|
249
|
-
], 8,
|
|
221
|
+
], 8, ne)
|
|
250
222
|
]))), 128))
|
|
251
|
-
])) :
|
|
252
|
-
|
|
253
|
-
modelValue:
|
|
254
|
-
"onUpdate:modelValue": e[
|
|
223
|
+
])) : L("", !0),
|
|
224
|
+
i(M, {
|
|
225
|
+
modelValue: v.value,
|
|
226
|
+
"onUpdate:modelValue": e[5] || (e[5] = (n) => v.value = n),
|
|
255
227
|
label: "Erforderliche Fachkompetenz",
|
|
256
228
|
"input-type": "text",
|
|
257
229
|
placeholder: "Nennen Sie eine Fachkompetenz.",
|
|
@@ -262,42 +234,42 @@ const Q = { class: "dpiV3_page V3-typography" }, X = {
|
|
|
262
234
|
"show-end-icon": !1,
|
|
263
235
|
"initial-hint-text": !1
|
|
264
236
|
}, null, 8, ["modelValue"]),
|
|
265
|
-
|
|
266
|
-
|
|
237
|
+
t("div", ie, [
|
|
238
|
+
i(g, {
|
|
267
239
|
"button-text": "Fachkompetenz hinzufügen",
|
|
268
240
|
size: "medium",
|
|
269
241
|
variant: "tertiary",
|
|
270
242
|
"icon-start": "plus",
|
|
271
|
-
onClick: e[
|
|
243
|
+
onClick: e[6] || (e[6] = (n) => I(v.value))
|
|
272
244
|
})
|
|
273
245
|
])
|
|
274
246
|
]),
|
|
275
|
-
|
|
276
|
-
e[
|
|
277
|
-
e[
|
|
278
|
-
|
|
279
|
-
l(
|
|
280
|
-
modelValue:
|
|
281
|
-
"onUpdate:modelValue": e[
|
|
247
|
+
t("section", le, [
|
|
248
|
+
e[19] || (e[19] = t("h5", null, " Screenshots ", -1)),
|
|
249
|
+
e[20] || (e[20] = t("span", { class: "copy-large-regular" }, "Bilder oder Screenshots helfen einen besseren Eindruck von Ihrem Projekt zu bekommen. Aus rechtlichen und technischen Gründen können Sie keine Dateien hochladen. Geben Sie daher bitte die URL an, unter der das Bild oder der Screenshot dauerhaft zu erreichen sein wird.", -1)),
|
|
250
|
+
t("div", ae, [
|
|
251
|
+
i(l(r), {
|
|
252
|
+
modelValue: w.value,
|
|
253
|
+
"onUpdate:modelValue": e[7] || (e[7] = (n) => w.value = n),
|
|
282
254
|
type: "list",
|
|
283
255
|
name: "references",
|
|
284
256
|
dynamic: ""
|
|
285
257
|
}, {
|
|
286
|
-
default:
|
|
287
|
-
(
|
|
288
|
-
key:
|
|
258
|
+
default: a(({ items: n, node: o, value: d }) => [
|
|
259
|
+
(s(!0), f(k, null, y(n, (m, p) => (s(), V(l(r), {
|
|
260
|
+
key: m,
|
|
289
261
|
type: "group",
|
|
290
|
-
index:
|
|
262
|
+
index: p
|
|
291
263
|
}, {
|
|
292
|
-
default:
|
|
293
|
-
|
|
294
|
-
action:
|
|
295
|
-
|
|
264
|
+
default: a(() => [
|
|
265
|
+
i(G, null, {
|
|
266
|
+
action: a(() => [
|
|
267
|
+
i(g, {
|
|
296
268
|
"button-text": "Löschen",
|
|
297
269
|
size: "small",
|
|
298
270
|
variant: "tertiary",
|
|
299
271
|
"icon-start": "trash",
|
|
300
|
-
onClick: () => o.input(
|
|
272
|
+
onClick: () => o.input(d.filter((F, b) => b !== p))
|
|
301
273
|
}, null, 8, ["onClick"])
|
|
302
274
|
]),
|
|
303
275
|
_: 2
|
|
@@ -305,13 +277,13 @@ const Q = { class: "dpiV3_page V3-typography" }, X = {
|
|
|
305
277
|
]),
|
|
306
278
|
_: 2
|
|
307
279
|
}, 1032, ["index"]))), 128)),
|
|
308
|
-
|
|
309
|
-
|
|
280
|
+
t("div", re, [
|
|
281
|
+
i(g, {
|
|
310
282
|
"button-text": "Screenshot hinzufügen",
|
|
311
283
|
size: "medium",
|
|
312
284
|
variant: "tertiary",
|
|
313
285
|
"icon-start": "plus",
|
|
314
|
-
onClick: (
|
|
286
|
+
onClick: (m) => o.input(d.concat({}))
|
|
315
287
|
}, null, 8, ["onClick"])
|
|
316
288
|
])
|
|
317
289
|
]),
|
|
@@ -319,32 +291,32 @@ const Q = { class: "dpiV3_page V3-typography" }, X = {
|
|
|
319
291
|
}, 8, ["modelValue"])
|
|
320
292
|
])
|
|
321
293
|
]),
|
|
322
|
-
|
|
323
|
-
e[
|
|
324
|
-
e[
|
|
325
|
-
|
|
326
|
-
l(
|
|
294
|
+
t("section", oe, [
|
|
295
|
+
e[21] || (e[21] = t("h5", null, " Weiterführende Links ", -1)),
|
|
296
|
+
e[22] || (e[22] = t("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)),
|
|
297
|
+
t("div", se, [
|
|
298
|
+
i(l(r), {
|
|
327
299
|
modelValue: _.value,
|
|
328
|
-
"onUpdate:modelValue": e[
|
|
300
|
+
"onUpdate:modelValue": e[8] || (e[8] = (n) => _.value = n),
|
|
329
301
|
type: "list",
|
|
330
302
|
name: "links",
|
|
331
303
|
dynamic: ""
|
|
332
304
|
}, {
|
|
333
|
-
default:
|
|
334
|
-
(
|
|
335
|
-
key:
|
|
305
|
+
default: a(({ items: n, node: o, value: d }) => [
|
|
306
|
+
(s(!0), f(k, null, y(n, (m, p) => (s(), V(l(r), {
|
|
307
|
+
key: m,
|
|
336
308
|
type: "group",
|
|
337
|
-
index:
|
|
309
|
+
index: p
|
|
338
310
|
}, {
|
|
339
|
-
default:
|
|
340
|
-
|
|
341
|
-
action:
|
|
342
|
-
|
|
311
|
+
default: a(() => [
|
|
312
|
+
i(A, null, {
|
|
313
|
+
action: a(() => [
|
|
314
|
+
i(g, {
|
|
343
315
|
"button-text": "Löschen",
|
|
344
316
|
size: "small",
|
|
345
317
|
variant: "tertiary",
|
|
346
318
|
"icon-start": "trash",
|
|
347
|
-
onClick: () => o.input(
|
|
319
|
+
onClick: () => o.input(d.filter((F, b) => b !== p))
|
|
348
320
|
}, null, 8, ["onClick"])
|
|
349
321
|
]),
|
|
350
322
|
_: 2
|
|
@@ -352,13 +324,13 @@ const Q = { class: "dpiV3_page V3-typography" }, X = {
|
|
|
352
324
|
]),
|
|
353
325
|
_: 2
|
|
354
326
|
}, 1032, ["index"]))), 128)),
|
|
355
|
-
|
|
356
|
-
|
|
327
|
+
t("div", ue, [
|
|
328
|
+
i(g, {
|
|
357
329
|
"button-text": "Link hinzufügen",
|
|
358
330
|
size: "medium",
|
|
359
331
|
variant: "tertiary",
|
|
360
332
|
"icon-start": "plus",
|
|
361
|
-
onClick: (
|
|
333
|
+
onClick: (m) => o.input(d.concat({}))
|
|
362
334
|
}, null, 8, ["onClick"])
|
|
363
335
|
])
|
|
364
336
|
]),
|
|
@@ -366,10 +338,10 @@ const Q = { class: "dpiV3_page V3-typography" }, X = {
|
|
|
366
338
|
}, 8, ["modelValue"])
|
|
367
339
|
])
|
|
368
340
|
]),
|
|
369
|
-
|
|
341
|
+
i(K, { "next-text": "Weiter zu den Projektphasen" })
|
|
370
342
|
]));
|
|
371
343
|
}
|
|
372
344
|
});
|
|
373
345
|
export {
|
|
374
|
-
|
|
346
|
+
Ce as default
|
|
375
347
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ReviewStep.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-79d60bd4"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|