@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.
Files changed (28) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.js +30 -29
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js +2 -2
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +101 -91
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js +1 -1
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue2.js +68 -59
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +2 -2
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +59 -62
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue.js +5 -72
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue2.js +72 -2
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue2.js +22 -22
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +1 -1
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +9 -4
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +1 -1
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +16 -15
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +57 -22
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +2 -2
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +161 -161
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +41 -46
  20. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +2 -2
  21. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +32 -29
  22. package/dist/packages/dpi/src/stories/components/LinkCard.vue.js +1 -1
  23. package/dist/packages/dpi/src/stories/components/LinkCard.vue2.js +3 -4
  24. package/dist/packages/dpi/src/stories/components/PartnerCard.vue.js +2 -2
  25. package/dist/packages/dpi/src/stories/components/PartnerCard.vue2.js +11 -13
  26. package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue.js +2 -2
  27. package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue2.js +6 -7
  28. package/package.json +1 -1
@@ -1,24 +1,25 @@
1
- import { PhArrowSquareOut as c, PhCopySimple as C, PhPencilSimple as k, PhArrowCounterClockwise as b, PhPlusSquare as g, PhTrash as B, PhPlusCircle as K, PhCaretLeft as D, PhCaretRight as w, PhMagnifyingGlass as T, PhCheck as V, PhX as $ } from "@phosphor-icons/vue";
2
- import { defineComponent as M, resolveComponent as o, createElementBlock as l, openBlock as s, mergeProps as U, createCommentVNode as a, withKeys as n, normalizeStyle as v, normalizeClass as p, withModifiers as m, createElementVNode as q, createBlock as t, toDisplayString as E } from "vue";
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 G from "../../../../../../_virtual/_plugin-vue_export-helper.js";
7
- const L = M({
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: V,
12
- PhMagnifyingGlass: T,
13
- PhCaretRight: w,
14
- PhCaretLeft: D,
15
- PhPlusCircle: K,
16
- PhTrash: B,
17
- PhPlusSquare: g,
18
- PhArrowCounterClockwise: b,
19
- PhPencilSimple: k,
20
- PhCopySimple: C,
21
- PhArrowSquareOut: c
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
- }), O = ["disabled"], R = ["disabled"], N = {
107
+ }), R = ["disabled"], N = ["disabled"], I = {
107
108
  key: 0,
108
109
  class: "dpiV3_icon"
109
110
  };
110
- function I(e, i, X, j, H, J) {
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"), z = o("PhArrowSquareOut"), f = o("PhPencilSimple");
112
- return s(), l("div", U({
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
- q("span", null, E(e.buttonText), 1),
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(z, {
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, O)) : a("", !0),
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", N, [
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(f, {
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, R))
255
+ ], 46, N))
255
256
  ], 16);
256
257
  }
257
- const ee = /* @__PURE__ */ G(L, [["render", I], ["__scopeId", "data-v-bc32dec3"]]);
258
+ const ie = /* @__PURE__ */ L(O, [["render", X], ["__scopeId", "data-v-25e10506"]]);
258
259
  export {
259
- ee as default
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 p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-3ed29800"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0fac13a4"]]);
5
5
  export {
6
- p as default
6
+ m as default
7
7
  };
@@ -1,96 +1,104 @@
1
- import { defineComponent as S, ref as g, computed as V, createElementBlock as _, openBlock as r, createElementVNode as t, createTextVNode as m, createVNode as n, unref as o, withCtx as s, Fragment as B, renderList as L, createBlock as p, createCommentVNode as b } from "vue";
2
- import { FormKit as k } from "@formkit/vue";
3
- import { PhLightbulb as x } from "@phosphor-icons/vue";
4
- import P from "../../../../stories/components/LinkCard.vue.js";
5
- import D from "../../../components/StepActionsSection.vue.js";
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 z from "../Card.vue.js";
8
- import I from "../TextArea/TextAreaDefinition.js";
9
- const N = { class: "dpiV3_page V3-typography" }, W = { class: "funny-section" }, E = { class: "funny-section" }, F = {
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
- }, M = { class: "partner-cards-container" }, R = { class: "action-container" }, T = { class: "funny-section" }, Z = { class: "step-actions__prev-and-next" }, $ = { class: "actions" }, A = { class: "funny-section" }, K = 1e3, Y = /* @__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({
13
14
  __name: "BasicInformationStep",
14
- setup(U) {
15
- const h = g(""), v = g([]);
15
+ setup(O) {
16
+ const f = g(""), k = g([]);
16
17
  g([]);
17
- const w = V(() => {
18
- var f;
19
- return ((f = h.value) == null ? void 0 : f.length) || 0;
20
- });
21
- return (f, e) => (r(), _("div", N, [
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
- m(" Teilen Sie im Schritt der "),
34
+ p(" Teilen Sie im Schritt der "),
27
35
  t("strong", null, "Datenerfassung"),
28
- m(" mit anderen Kommunen, wie Sie relevante Daten, wie etwa Verwaltungs- oder Sensordaten, erhoben haben. ")
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", W, [
33
- n(o(k), {
40
+ t("section", K, [
41
+ n(o(v), {
34
42
  id: "Beschreibung",
35
- modelValue: h.value,
36
- "onUpdate:modelValue": e[0] || (e[0] = (i) => h.value = i),
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(I),
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 ${K} Zeichen`,
54
+ help: `${w.value} von ${U} Zeichen`,
47
55
  "count-hint": !0
48
56
  }, null, 8, ["modelValue", "type", "help"])
49
57
  ]),
50
- t("section", E, [
51
- n(z, { variant: "default" }, {
52
- icon: s(() => [
53
- n(o(x), {
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: s(() => e[2] || (e[2] = [
59
- m(" Beispiel ", -1)
66
+ title: i(() => e[2] || (e[2] = [
67
+ p(" Beispiel ", -1)
60
68
  ])),
61
- default: s(() => [
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", F, [
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", M, [
72
- n(o(k), {
73
- modelValue: v.value,
74
- "onUpdate:modelValue": e[1] || (e[1] = (i) => v.value = i),
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: s(({ items: i, node: l, value: u }) => [
80
- (r(!0), _(B, null, L(i, (d, c) => (r(), p(o(k), {
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: s(() => [
86
- n(P, null, {
87
- action: s(() => [
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((y, C) => C !== c))
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", R, [
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
- t("section", T, [
116
- n(D, { "next-text": "Weiter zu Software" }, {
117
- "prev-and-next": s(({
118
- hidePrevious: i,
119
- hideNext: l,
120
- previousText: u,
121
- nextText: d,
122
- handlePrevious: c,
123
- handleSubmit: y
124
- }) => [
125
- t("div", Z, [
126
- t("div", $, [
127
- i ? b("", !0) : (r(), p(a, {
128
- key: 0,
129
- variant: "secondary",
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: "primary",
139
+ variant: "secondary",
146
140
  size: "large",
147
- "button-text": d,
148
- "icon-end": "CaretRight",
149
- class: "next-button",
150
- onClick: y
151
- }, null, 8, ["button-text", "onClick"]))
152
- ])
153
- ]),
154
- _: 1
155
- })
156
- ]),
157
- t("section", A, [
158
- n(z, { variant: "default" }, {
159
- icon: s(() => [
160
- n(o(x), {
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: s(() => e[6] || (e[6] = [
166
- m(" Vorsicht! ", -1)
175
+ title: i(() => e[6] || (e[6] = [
176
+ p(" Vorsicht! ", -1)
167
177
  ])),
168
- default: s(() => [
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
- Y as default
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-0a5d5f1b"]]);
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-fad02306"]]);
5
5
  export {
6
6
  f as default
7
7
  };