@piveau/dpi 0.2.0-alpha.8 → 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/ui/ButtonV3.vue.js +30 -29
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +101 -91
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue2.js +68 -59
- 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 +59 -62
- 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/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/WeiterdenkenStep.vue.js +57 -22
- 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 +161 -161
- 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 +32 -29
- package/dist/packages/dpi/src/stories/components/LinkCard.vue.js +1 -1
- package/dist/packages/dpi/src/stories/components/LinkCard.vue2.js +3 -4
- package/dist/packages/dpi/src/stories/components/PartnerCard.vue.js +2 -2
- package/dist/packages/dpi/src/stories/components/PartnerCard.vue2.js +11 -13
- package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue.js +2 -2
- package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue2.js +6 -7
- package/package.json +1 -1
package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.js
CHANGED
|
@@ -1,24 +1,25 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { defineComponent as
|
|
1
|
+
import { PhPlus as c, PhArrowSquareOut as C, PhCopySimple as k, PhPencilSimple as b, PhArrowCounterClockwise as g, PhPlusSquare as B, PhTrash as K, PhPlusCircle as D, PhCaretLeft as w, PhCaretRight as T, PhMagnifyingGlass as V, PhCheck as $, PhX as M } from "@phosphor-icons/vue";
|
|
2
|
+
import { defineComponent as U, resolveComponent as o, createElementBlock as l, openBlock as s, mergeProps as q, createCommentVNode as a, withKeys as n, normalizeStyle as v, normalizeClass as p, withModifiers as m, createElementVNode as E, createBlock as t, toDisplayString as G } from "vue";
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
|
-
import
|
|
7
|
-
const
|
|
6
|
+
import L from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
7
|
+
const O = U({
|
|
8
8
|
name: "ButtonV3",
|
|
9
9
|
components: {
|
|
10
|
-
PhX:
|
|
11
|
-
PhCheck:
|
|
12
|
-
PhMagnifyingGlass:
|
|
13
|
-
PhCaretRight:
|
|
14
|
-
PhCaretLeft:
|
|
15
|
-
PhPlusCircle:
|
|
16
|
-
PhTrash:
|
|
17
|
-
PhPlusSquare:
|
|
18
|
-
PhArrowCounterClockwise:
|
|
19
|
-
PhPencilSimple:
|
|
20
|
-
PhCopySimple:
|
|
21
|
-
PhArrowSquareOut:
|
|
10
|
+
PhX: M,
|
|
11
|
+
PhCheck: $,
|
|
12
|
+
PhMagnifyingGlass: V,
|
|
13
|
+
PhCaretRight: T,
|
|
14
|
+
PhCaretLeft: w,
|
|
15
|
+
PhPlusCircle: D,
|
|
16
|
+
PhTrash: K,
|
|
17
|
+
PhPlusSquare: B,
|
|
18
|
+
PhArrowCounterClockwise: g,
|
|
19
|
+
PhPencilSimple: b,
|
|
20
|
+
PhCopySimple: k,
|
|
21
|
+
PhArrowSquareOut: C,
|
|
22
|
+
PhPlus: c
|
|
22
23
|
},
|
|
23
24
|
props: {
|
|
24
25
|
buttonText: {
|
|
@@ -103,13 +104,13 @@ const L = M({
|
|
|
103
104
|
this.disabled || (this.variant === "primary" ? this.isPrimaryActive = !0 : this.variant === "secondary" ? this.isSecondaryActive = !0 : this.variant === "tertiary" && (this.isTertiaryActive = !0));
|
|
104
105
|
}
|
|
105
106
|
}
|
|
106
|
-
}),
|
|
107
|
+
}), R = ["disabled"], N = ["disabled"], I = {
|
|
107
108
|
key: 0,
|
|
108
109
|
class: "dpiV3_icon"
|
|
109
110
|
};
|
|
110
|
-
function
|
|
111
|
-
const F = o("PhArrowCounterClockwise"), A = o("PhPlusCircle"), d = o("PhTrash"), y = o("PhMagnifyingGlass"), u = o("PhCheck"), S = o("PhCaretLeft"), h = o("PhPlusSquare"), P = o("PhCaretRight"),
|
|
112
|
-
return s(), l("div",
|
|
111
|
+
function X(e, i, j, H, J, Q) {
|
|
112
|
+
const F = o("PhArrowCounterClockwise"), A = o("PhPlusCircle"), d = o("PhTrash"), y = o("PhMagnifyingGlass"), u = o("PhCheck"), S = o("PhCaretLeft"), h = o("PhPlusSquare"), P = o("PhCaretRight"), f = o("PhArrowSquareOut"), z = o("PhPencilSimple");
|
|
113
|
+
return s(), l("div", q({
|
|
113
114
|
class: ["dpiV3_V3-typography", e.externalClass]
|
|
114
115
|
}, e.$attrs), [
|
|
115
116
|
e.buttonText ? (s(), l("button", {
|
|
@@ -149,7 +150,7 @@ function I(e, i, X, j, H, J) {
|
|
|
149
150
|
e.iconStart === "plus" ? (s(), t(A, {
|
|
150
151
|
key: 1,
|
|
151
152
|
size: e.size === "small" ? "16px" : "24px",
|
|
152
|
-
color: e.variant === "primary" ? "#FFFFFF" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
|
|
153
|
+
color: e.variant === "primary" ? "#FFFFFF" : e.variant === "secondary" ? "#0B1A25" : e.disabled ? "#aedff8" : "#0172AD"
|
|
153
154
|
}, null, 8, ["size", "color"])) : a("", !0),
|
|
154
155
|
e.iconStart === "trash" ? (s(), t(d, {
|
|
155
156
|
key: 2,
|
|
@@ -177,7 +178,7 @@ function I(e, i, X, j, H, J) {
|
|
|
177
178
|
color: e.variant === "primary" ? "#FFFFFF" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
|
|
178
179
|
}, null, 8, ["size", "color"])) : a("", !0)
|
|
179
180
|
], 2)) : a("", !0),
|
|
180
|
-
|
|
181
|
+
E("span", null, G(e.buttonText), 1),
|
|
181
182
|
e.iconEnd ? (s(), l("span", {
|
|
182
183
|
key: 1,
|
|
183
184
|
class: p(["dpiV3_icon", e.iconSizeClass])
|
|
@@ -197,13 +198,13 @@ function I(e, i, X, j, H, J) {
|
|
|
197
198
|
size: e.size === "small" ? "16px" : "24px",
|
|
198
199
|
color: e.variant === "primary" ? "#FFFFFF" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
|
|
199
200
|
}, null, 8, ["size", "color"])) : a("", !0),
|
|
200
|
-
e.iconEnd === "Out" ? (s(), t(
|
|
201
|
+
e.iconEnd === "Out" ? (s(), t(f, {
|
|
201
202
|
key: 3,
|
|
202
203
|
size: e.size === "small" ? "16px" : "24px",
|
|
203
204
|
color: e.variant === "primary" ? "#0172AD" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
|
|
204
205
|
}, null, 8, ["size", "color"])) : a("", !0)
|
|
205
206
|
], 2)) : a("", !0)
|
|
206
|
-
], 46,
|
|
207
|
+
], 46, R)) : a("", !0),
|
|
207
208
|
e.buttonText ? a("", !0) : (s(), l("div", {
|
|
208
209
|
key: 1,
|
|
209
210
|
tabindex: "0",
|
|
@@ -229,7 +230,7 @@ function I(e, i, X, j, H, J) {
|
|
|
229
230
|
i[15] || (i[15] = n((...r) => e.removeActiveStateKeyUp && e.removeActiveStateKeyUp(...r), ["space"]))
|
|
230
231
|
]
|
|
231
232
|
}, [
|
|
232
|
-
e.buttonText ? a("", !0) : (s(), l("span",
|
|
233
|
+
e.buttonText ? a("", !0) : (s(), l("span", I, [
|
|
233
234
|
e.iconStart === "MagnifyingGlass" ? (s(), t(y, {
|
|
234
235
|
key: 0,
|
|
235
236
|
size: e.size === "small" ? "16px" : "24px",
|
|
@@ -240,7 +241,7 @@ function I(e, i, X, j, H, J) {
|
|
|
240
241
|
size: e.size === "small" ? "16px" : "24px",
|
|
241
242
|
color: e.variant === "primary" ? "#FFFFFF" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
|
|
242
243
|
}, null, 8, ["size", "color"])) : a("", !0),
|
|
243
|
-
e.iconStart === "pen" ? (s(), t(
|
|
244
|
+
e.iconStart === "pen" ? (s(), t(z, {
|
|
244
245
|
key: 2,
|
|
245
246
|
size: e.size === "small" ? "16px" : "24px",
|
|
246
247
|
color: e.variant === "secondary" ? "#0172AD" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
|
|
@@ -251,10 +252,10 @@ function I(e, i, X, j, H, J) {
|
|
|
251
252
|
color: e.variant === "secondary" ? "#0172AD" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
|
|
252
253
|
}, null, 8, ["size", "color"])) : a("", !0)
|
|
253
254
|
]))
|
|
254
|
-
], 46,
|
|
255
|
+
], 46, N))
|
|
255
256
|
], 16);
|
|
256
257
|
}
|
|
257
|
-
const
|
|
258
|
+
const ie = /* @__PURE__ */ L(O, [["render", X], ["__scopeId", "data-v-25e10506"]]);
|
|
258
259
|
export {
|
|
259
|
-
|
|
260
|
+
ie as default
|
|
260
261
|
};
|
|
@@ -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 m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0fac13a4"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|
|
@@ -1,96 +1,104 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { FormKit as
|
|
3
|
-
import { PhLightbulb as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
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
6
|
import a from "../ButtonV3.vue.js";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
|
|
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 = {
|
|
10
11
|
id: "partners-section",
|
|
11
12
|
class: "funny-section"
|
|
12
|
-
},
|
|
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({
|
|
13
14
|
__name: "BasicInformationStep",
|
|
14
|
-
setup(
|
|
15
|
-
const
|
|
15
|
+
setup(O) {
|
|
16
|
+
const f = g(""), k = g([]);
|
|
16
17
|
g([]);
|
|
17
|
-
const w =
|
|
18
|
-
var
|
|
19
|
-
return ((
|
|
20
|
-
});
|
|
21
|
-
|
|
18
|
+
const w = D(() => {
|
|
19
|
+
var h;
|
|
20
|
+
return ((h = f.value) == null ? void 0 : h.length) || 0;
|
|
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, [
|
|
22
30
|
e[8] || (e[8] = t("section", { class: "funny-section" }, [
|
|
23
31
|
t("div", { class: "funny-flex" }, [
|
|
24
32
|
t("h4", null, "Beschreiben Sie den Prozessschritt zur Datenerfassung"),
|
|
25
33
|
t("span", { class: "copy-large-regular" }, [
|
|
26
|
-
|
|
34
|
+
p(" Teilen Sie im Schritt der "),
|
|
27
35
|
t("strong", null, "Datenerfassung"),
|
|
28
|
-
|
|
36
|
+
p(" mit anderen Kommunen, wie Sie relevante Daten, wie etwa Verwaltungs- oder Sensordaten, erhoben haben. ")
|
|
29
37
|
])
|
|
30
38
|
])
|
|
31
39
|
], -1)),
|
|
32
|
-
t("section",
|
|
33
|
-
n(o(
|
|
40
|
+
t("section", K, [
|
|
41
|
+
n(o(v), {
|
|
34
42
|
id: "Beschreibung",
|
|
35
|
-
modelValue:
|
|
36
|
-
"onUpdate:modelValue": e[0] || (e[0] = (
|
|
43
|
+
modelValue: f.value,
|
|
44
|
+
"onUpdate:modelValue": e[0] || (e[0] = (r) => f.value = r),
|
|
37
45
|
class: "budgetArea",
|
|
38
46
|
label: "Beschreibung",
|
|
39
|
-
type: o(
|
|
47
|
+
type: o(W),
|
|
40
48
|
name: "description",
|
|
41
49
|
"text-label": "Beschreibung",
|
|
42
50
|
placeholder: "Beschreiben Sie kurz Ihr Vorgehen, Ziel und Ergebnis des Prozessschritts.",
|
|
43
51
|
validation: "length:0,1000",
|
|
44
52
|
"validation-visibility": "live",
|
|
45
53
|
hint: "true",
|
|
46
|
-
help: `${w.value} von ${
|
|
54
|
+
help: `${w.value} von ${U} Zeichen`,
|
|
47
55
|
"count-hint": !0
|
|
48
56
|
}, null, 8, ["modelValue", "type", "help"])
|
|
49
57
|
]),
|
|
50
|
-
t("section",
|
|
51
|
-
n(
|
|
52
|
-
icon:
|
|
53
|
-
n(o(
|
|
58
|
+
t("section", M, [
|
|
59
|
+
n(S, { variant: "default" }, {
|
|
60
|
+
icon: i(() => [
|
|
61
|
+
n(o(z), {
|
|
54
62
|
size: 32,
|
|
55
63
|
color: "#009fe3"
|
|
56
64
|
})
|
|
57
65
|
]),
|
|
58
|
-
title:
|
|
59
|
-
|
|
66
|
+
title: i(() => e[2] || (e[2] = [
|
|
67
|
+
p(" Beispiel ", -1)
|
|
60
68
|
])),
|
|
61
|
-
default:
|
|
69
|
+
default: i(() => [
|
|
62
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))
|
|
63
71
|
]),
|
|
64
72
|
_: 1,
|
|
65
73
|
__: [3]
|
|
66
74
|
})
|
|
67
75
|
]),
|
|
68
|
-
t("section",
|
|
76
|
+
t("section", R, [
|
|
69
77
|
e[4] || (e[4] = t("h5", null, " Weiterführende Links (optional) ", -1)),
|
|
70
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)),
|
|
71
|
-
t("div",
|
|
72
|
-
n(o(
|
|
73
|
-
modelValue:
|
|
74
|
-
"onUpdate:modelValue": e[1] || (e[1] = (
|
|
79
|
+
t("div", Z, [
|
|
80
|
+
n(o(v), {
|
|
81
|
+
modelValue: k.value,
|
|
82
|
+
"onUpdate:modelValue": e[1] || (e[1] = (r) => k.value = r),
|
|
75
83
|
type: "list",
|
|
76
84
|
name: "links",
|
|
77
85
|
dynamic: ""
|
|
78
86
|
}, {
|
|
79
|
-
default:
|
|
80
|
-
(
|
|
87
|
+
default: i(({ items: r, node: l, value: u }) => [
|
|
88
|
+
(s(!0), _(P, null, I(r, (d, c) => (s(), m(o(v), {
|
|
81
89
|
key: d,
|
|
82
90
|
type: "group",
|
|
83
91
|
index: c
|
|
84
92
|
}, {
|
|
85
|
-
default:
|
|
86
|
-
n(
|
|
87
|
-
action:
|
|
93
|
+
default: i(() => [
|
|
94
|
+
n(N, null, {
|
|
95
|
+
action: i(() => [
|
|
88
96
|
n(a, {
|
|
89
97
|
"button-text": "Löschen",
|
|
90
98
|
size: "small",
|
|
91
99
|
variant: "tertiary",
|
|
92
100
|
"icon-start": "trash",
|
|
93
|
-
onClick: () => l.input(u.filter((
|
|
101
|
+
onClick: () => l.input(u.filter((x, V) => V !== c))
|
|
94
102
|
}, null, 8, ["onClick"])
|
|
95
103
|
]),
|
|
96
104
|
_: 2
|
|
@@ -98,7 +106,7 @@ const N = { class: "dpiV3_page V3-typography" }, W = { class: "funny-section" },
|
|
|
98
106
|
]),
|
|
99
107
|
_: 2
|
|
100
108
|
}, 1032, ["index"]))), 128)),
|
|
101
|
-
t("div",
|
|
109
|
+
t("div", $, [
|
|
102
110
|
n(a, {
|
|
103
111
|
"button-text": "Link hinzufügen",
|
|
104
112
|
size: "medium",
|
|
@@ -112,60 +120,62 @@ const N = { class: "dpiV3_page V3-typography" }, W = { class: "funny-section" },
|
|
|
112
120
|
}, 8, ["modelValue"])
|
|
113
121
|
])
|
|
114
122
|
]),
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
size: "large",
|
|
131
|
-
"button-text": u,
|
|
132
|
-
"icon-start": "CaretLeft",
|
|
133
|
-
onClick: c
|
|
134
|
-
}, null, 8, ["button-text", "onClick"])),
|
|
135
|
-
i ? b("", !0) : (r(), p(a, {
|
|
136
|
-
key: 1,
|
|
137
|
-
variant: "secondary",
|
|
138
|
-
size: "large",
|
|
139
|
-
"button-text": "Weiter ohne Datenerfassung",
|
|
140
|
-
"icon-end": "CaretRight"
|
|
141
|
-
}))
|
|
142
|
-
]),
|
|
143
|
-
l ? b("", !0) : (r(), p(a, {
|
|
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, {
|
|
144
138
|
key: 0,
|
|
145
|
-
variant: "
|
|
139
|
+
variant: "secondary",
|
|
146
140
|
size: "large",
|
|
147
|
-
"button-text":
|
|
148
|
-
"icon-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
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
|
+
])
|
|
164
|
+
]),
|
|
165
|
+
_: 1
|
|
166
|
+
}),
|
|
167
|
+
t("section", G, [
|
|
168
|
+
n(S, { variant: "default" }, {
|
|
169
|
+
icon: i(() => [
|
|
170
|
+
n(o(z), {
|
|
161
171
|
size: 32,
|
|
162
172
|
color: "#009fe3"
|
|
163
173
|
})
|
|
164
174
|
]),
|
|
165
|
-
title:
|
|
166
|
-
|
|
175
|
+
title: i(() => e[6] || (e[6] = [
|
|
176
|
+
p(" Vorsicht! ", -1)
|
|
167
177
|
])),
|
|
168
|
-
default:
|
|
178
|
+
default: i(() => [
|
|
169
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))
|
|
170
180
|
]),
|
|
171
181
|
_: 1,
|
|
@@ -176,5 +186,5 @@ const N = { class: "dpiV3_page V3-typography" }, W = { class: "funny-section" },
|
|
|
176
186
|
}
|
|
177
187
|
});
|
|
178
188
|
export {
|
|
179
|
-
|
|
189
|
+
ie as default
|
|
180
190
|
};
|
|
@@ -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 f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-fad02306"]]);
|
|
5
5
|
export {
|
|
6
6
|
f as default
|
|
7
7
|
};
|