@piveau/dpi 0.2.0-alpha.7 → 0.2.0-alpha.8

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 (43) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/AboutProject.vue.js +20 -17
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +4 -4
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ProjectTable.vue.js +45 -44
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ActionCard.vue.js +1 -1
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ActionCard.vue2.js +24 -22
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js +2 -2
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +106 -134
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js +7 -0
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue2.js +180 -0
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +3 -3
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js +11 -11
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldFormKit.vue.js +25 -25
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +1 -1
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +2 -2
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +96 -93
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepsOverviewStep.vue.js +12 -12
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/InitiierenStep.vue.js +31 -26
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js +32 -26
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/ProjektPhasenOverviewStep.vue.js +7 -7
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js +30 -25
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +29 -24
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +5 -932
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +1053 -2
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/StateTag.vue.js +17 -13
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SummaryBox.vue.js +1 -1
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SummaryBox.vue2.js +14 -10
  28. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +84 -73
  29. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +2 -2
  30. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +1 -1
  31. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +16 -16
  32. package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue.js +2 -2
  33. package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue2.js +22 -22
  34. package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +158 -156
  35. package/dist/packages/dpi/src/stories/components/LinkCard.vue.js +1 -1
  36. package/dist/packages/dpi/src/stories/components/LinkCard.vue2.js +10 -9
  37. package/dist/packages/dpi/src/stories/components/PartnerCard.vue.js +2 -2
  38. package/dist/packages/dpi/src/stories/components/PartnerCard.vue2.js +21 -16
  39. package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue.js +2 -2
  40. package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue2.js +8 -6
  41. package/package.json +1 -1
  42. package/dist/packages/dpi/src/stories/components/MethodsCard.vue.js +0 -7
  43. package/dist/packages/dpi/src/stories/components/MethodsCard.vue2.js +0 -45
@@ -5,9 +5,9 @@ const M = /* @__PURE__ */ V({
5
5
  props: {
6
6
  context: {}
7
7
  },
8
- setup(_) {
9
- var c, p, x, u, d, m, f;
10
- const t = _, s = o({
8
+ setup(y) {
9
+ var x, d, m, g, f, v, h;
10
+ const t = y, s = o({
11
11
  get: () => {
12
12
  var e;
13
13
  return ((e = t.context) == null ? void 0 : e._value) || "";
@@ -16,40 +16,40 @@ const M = /* @__PURE__ */ V({
16
16
  var n;
17
17
  (n = t.context) == null || n.node.input(e);
18
18
  }
19
- }), T = o(() => {
19
+ }), b = o(() => {
20
20
  var e;
21
21
  return (e = t.context) == null ? void 0 : e.textLabel;
22
- }), k = o(() => {
22
+ }), I = o(() => {
23
23
  var e;
24
24
  return (e = t.context) == null ? void 0 : e.name;
25
- }), y = o(() => {
25
+ }), i = o(() => {
26
26
  var e;
27
27
  return ((e = t.context) == null ? void 0 : e.placeholder) || "Enter text here";
28
- }), b = o(() => {
28
+ }), c = o(() => {
29
29
  var e;
30
30
  return ((e = t.context) == null ? void 0 : e.trailing_text) || "$";
31
- }), I = o(() => {
31
+ }), p = o(() => {
32
32
  var e;
33
33
  return ((e = t.context) == null ? void 0 : e.trailingText) || !1;
34
- }), i = o(() => {
34
+ }), u = o(() => {
35
35
  var e;
36
36
  return Object.keys((e = t.context) == null ? void 0 : e.messages).length > 0;
37
37
  }), r = o(() => {
38
- var n, l, g, h, v;
39
- if (!i.value)
38
+ var n, l, _, T, k;
39
+ if (!u.value)
40
40
  return "";
41
41
  const e = (l = Object.keys((n = t.context) == null ? void 0 : n.messages)) == null ? void 0 : l[0];
42
- return ((v = (h = (g = t.context) == null ? void 0 : g.messages) == null ? void 0 : h[e]) == null ? void 0 : v.value) || "";
43
- }), w = ((c = t.context) == null ? void 0 : c.inputType) || "text", E = ((p = t.context) == null ? void 0 : p.addOnText) || !1, O = ((x = t.context) == null ? void 0 : x.datePicker) || !1;
44
- (u = t.context) != null && u.infoIcon;
45
- const B = ((d = t.context) == null ? void 0 : d.preIcon) || !1;
46
- (m = t.context) == null || m.showEndIcon;
47
- const F = ((f = t.context) == null ? void 0 : f.tooltipText) || "This is helpful information";
48
- return (e, n) => (K(), j(P, {
42
+ return ((k = (T = (_ = t.context) == null ? void 0 : _.messages) == null ? void 0 : T[e]) == null ? void 0 : k.value) || "";
43
+ }), w = ((x = t.context) == null ? void 0 : x.inputType) || "text", E = ((d = t.context) == null ? void 0 : d.addOnText) || !1, O = ((m = t.context) == null ? void 0 : m.datePicker) || !1;
44
+ (g = t.context) != null && g.infoIcon;
45
+ const B = ((f = t.context) == null ? void 0 : f.preIcon) || !1;
46
+ (v = t.context) == null || v.showEndIcon;
47
+ const F = ((h = t.context) == null ? void 0 : h.tooltipText) || "This is helpful information";
48
+ return console.log(p.value, c.value, i.value), (e, n) => (K(), j(P, {
49
49
  modelValue: s.value,
50
50
  "onUpdate:modelValue": n[0] || (n[0] = (l) => s.value = l),
51
- label: T.value,
52
- placeholder: y.value,
51
+ label: b.value,
52
+ placeholder: i.value,
53
53
  "input-type": a(w),
54
54
  "add-on-text": a(E),
55
55
  "date-picker": a(O),
@@ -57,14 +57,14 @@ const M = /* @__PURE__ */ V({
57
57
  "pre-icon": a(B),
58
58
  "show-end-icon": !1,
59
59
  "tooltip-text": a(F),
60
- "show-error": i.value,
60
+ "show-error": u.value,
61
61
  "supporting-hint-message": r.value,
62
62
  "initial-hint-text": r.value,
63
63
  error_message: r.value,
64
- name: k.value,
65
- trailing_text: b.value,
66
- "trailing-text": I.value
67
- }, null, 8, ["modelValue", "label", "placeholder", "input-type", "add-on-text", "date-picker", "pre-icon", "tooltip-text", "show-error", "supporting-hint-message", "initial-hint-text", "error_message", "name", "trailing_text", "trailing-text"]));
64
+ name: I.value,
65
+ "trailing-text": p.value,
66
+ trailing_text: c.value
67
+ }, null, 8, ["modelValue", "label", "placeholder", "input-type", "add-on-text", "date-picker", "pre-icon", "tooltip-text", "show-error", "supporting-hint-message", "initial-hint-text", "error_message", "name", "trailing-text", "trailing_text"]));
68
68
  }
69
69
  });
70
70
  export {
@@ -471,7 +471,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
471
471
  ])) : i("", !0)
472
472
  ]));
473
473
  }
474
- }, Oe = /* @__PURE__ */ te(Me, [["__scopeId", "data-v-31b5c8b4"]]);
474
+ }, Oe = /* @__PURE__ */ te(Me, [["__scopeId", "data-v-7dd0458d"]]);
475
475
  export {
476
476
  Oe as default
477
477
  };
@@ -1,7 +1,7 @@
1
1
  import t from "./OptionalDataStep.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const e = /* @__PURE__ */ o(t, [["__scopeId", "data-v-aeb6c9d9"]]);
4
+ const f = /* @__PURE__ */ o(t, [["__scopeId", "data-v-b90f51bd"]]);
5
5
  export {
6
- e as default
6
+ f as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as I, ref as g, computed as B, createElementBlock as h, openBlock as o, createElementVNode as n, createVNode as i, unref as l, withCtx as a, Fragment as v, renderList as y, createBlock as z, createTextVNode as j, createCommentVNode as D, withDirectives as L, vModelCheckbox as E } from "vue";
1
+ import { defineComponent as I, ref as g, computed as B, createElementBlock as h, openBlock as s, createElementVNode as t, createVNode as i, unref as l, withCtx as a, Fragment as v, renderList as y, createBlock as z, createTextVNode as j, createCommentVNode as D, withDirectives as L, vModelCheckbox as E } from "vue";
2
2
  import { FormKit as r } from "@formkit/vue";
3
3
  import { PhLightbulb as U } from "@phosphor-icons/vue";
4
4
  import $ from "../../../../stories/components/LinkCard.vue.js";
@@ -8,54 +8,54 @@ import G from "../../../components/StepActionsSection.vue.js";
8
8
  import f from "../ButtonV3.vue.js";
9
9
  import K from "../Card.vue.js";
10
10
  import T from "../Chip.vue.js";
11
- import M from "../InputField.vue.js";
11
+ import W from "../InputField.vue.js";
12
12
  import S from "../InputField/InputFieldDefinition.js";
13
- import W from "../TextArea/TextAreaDefinition.js";
13
+ import M from "../TextArea/TextAreaDefinition.js";
14
14
  const Z = { class: "dpiV3_page V3-typography" }, O = {
15
15
  id: "partners-section",
16
16
  class: "funny-section"
17
- }, R = { class: "partner-cards-container" }, q = { class: "action-container" }, H = { class: "funny-section" }, J = { class: "start-and-end" }, Q = { class: "funny-section" }, X = { class: "funny-section" }, Y = { class: "funny-section" }, ee = {
17
+ }, R = { class: "partner-cards-container" }, q = { class: "action-container" }, H = { class: "funny-section" }, J = { class: "start-and-end" }, Q = { class: "funny-section" }, X = { class: "funny-section" }, Y = {
18
18
  key: 0,
19
19
  class: "d-flex"
20
- }, ne = ["id", "value"], te = ["for"], ie = { class: "action-container" }, le = {
20
+ }, ee = ["id", "value"], te = ["for"], ne = { class: "action-container" }, ie = {
21
21
  id: "partners-section",
22
22
  class: "funny-section"
23
- }, ae = { class: "partner-cards-container" }, re = { class: "action-container" }, se = {
23
+ }, le = { class: "partner-cards-container" }, ae = { class: "action-container" }, re = {
24
24
  id: "partners-section",
25
25
  class: "funny-section"
26
- }, oe = { class: "partner-cards-container" }, ue = { class: "action-container" }, de = { class: "funny-section" }, ce = 500, _e = /* @__PURE__ */ I({
26
+ }, oe = { class: "partner-cards-container" }, se = { class: "action-container" }, ue = { class: "funny-section" }, de = 500, Ce = /* @__PURE__ */ I({
27
27
  __name: "OptionalDataStep",
28
- setup(me) {
29
- const x = g(""), V = g([]), C = g([]), _ = g([]), F = B(() => {
28
+ setup(ce) {
29
+ const x = g(""), V = g([]), C = g([]), _ = g([]), P = B(() => {
30
30
  var p;
31
31
  return ((p = x.value) == null ? void 0 : p.length) || 0;
32
- }), k = g(""), u = g([]);
33
- function P(p) {
32
+ }), b = g(""), u = g([]);
33
+ function F(p) {
34
34
  if (p && p.trim()) {
35
35
  const e = p.trim();
36
- u.value.includes(e) || u.value.push(e), k.value = "";
36
+ u.value.includes(e) || u.value.push(e), b.value = "";
37
37
  }
38
38
  }
39
- return (p, e) => (o(), h("div", Z, [
40
- e[22] || (e[22] = n("section", { class: "funny-section" }, [
41
- n("div", { class: "funny-flex" }, [
42
- n("h4", null, "Fügen Sie optionale Daten hinzu"),
43
- 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
+ return (p, e) => (s(), h("div", Z, [
40
+ e[22] || (e[22] = t("section", { class: "funny-section" }, [
41
+ t("div", { class: "funny-flex" }, [
42
+ t("h4", null, "Fügen Sie optionale Daten hinzu"),
43
+ 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. ")
44
44
  ])
45
45
  ], -1)),
46
- n("section", O, [
47
- e[8] || (e[8] = n("h5", null, " Partner ", -1)),
48
- e[9] || (e[9] = n("span", { class: "copy-large-regular" }, "Wenn Sie mit einem oder mehreren Partnern zusammengearbeitet haben, können Sie diese hier angeben.", -1)),
49
- n("div", R, [
46
+ t("section", O, [
47
+ e[8] || (e[8] = t("h5", null, " Partner ", -1)),
48
+ e[9] || (e[9] = t("span", { class: "copy-large-regular" }, "Wenn Sie mit einem oder mehreren Partnern zusammengearbeitet haben, können Sie diese hier angeben.", -1)),
49
+ t("div", R, [
50
50
  i(l(r), {
51
51
  modelValue: V.value,
52
- "onUpdate:modelValue": e[0] || (e[0] = (t) => V.value = t),
52
+ "onUpdate:modelValue": e[0] || (e[0] = (n) => V.value = n),
53
53
  type: "list",
54
54
  name: "partners",
55
55
  dynamic: ""
56
56
  }, {
57
- default: a(({ items: t, node: s, value: d }) => [
58
- (o(!0), h(v, null, y(t, (c, m) => (o(), z(l(r), {
57
+ default: a(({ items: n, node: o, value: d }) => [
58
+ (s(!0), h(v, null, y(n, (c, m) => (s(), z(l(r), {
59
59
  key: c,
60
60
  type: "group",
61
61
  index: m
@@ -66,9 +66,9 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
66
66
  i(f, {
67
67
  "button-text": "Löschen",
68
68
  size: "small",
69
- variant: "secondary",
69
+ variant: "tertiary",
70
70
  "icon-start": "trash",
71
- onClick: () => s.input(d.filter((w, b) => b !== m))
71
+ onClick: () => o.input(d.filter((w, k) => k !== m))
72
72
  }, null, 8, ["onClick"])
73
73
  ]),
74
74
  _: 2
@@ -76,13 +76,13 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
76
76
  ]),
77
77
  _: 2
78
78
  }, 1032, ["index"]))), 128)),
79
- n("div", q, [
79
+ t("div", q, [
80
80
  i(f, {
81
81
  "button-text": "Partner hinzufügen",
82
82
  size: "medium",
83
83
  variant: "tertiary",
84
84
  "icon-start": "plus",
85
- onClick: (c) => s.input(d.concat({}))
85
+ onClick: (c) => o.input(d.concat({}))
86
86
  }, null, 8, ["onClick"])
87
87
  ])
88
88
  ]),
@@ -90,10 +90,10 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
90
90
  }, 8, ["modelValue"])
91
91
  ])
92
92
  ]),
93
- n("section", H, [
94
- e[10] || (e[10] = n("h5", null, " Projektzeitraum ", -1)),
95
- e[11] || (e[11] = n("span", { class: "copy-large-regular" }, "Für Projekte, die noch nicht abgeschlossen sind, können Sie das Enddatum frei lassen.", -1)),
96
- n("div", J, [
93
+ t("section", H, [
94
+ e[10] || (e[10] = t("h5", null, " Projektzeitraum ", -1)),
95
+ e[11] || (e[11] = t("span", { class: "copy-large-regular" }, "Für Projekte, die noch nicht abgeschlossen sind, können Sie das Enddatum frei lassen.", -1)),
96
+ t("div", J, [
97
97
  i(l(r), {
98
98
  type: l(S),
99
99
  name: "startDate",
@@ -101,6 +101,7 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
101
101
  "input-type": "date",
102
102
  placeholder: "Enter text here",
103
103
  "tooltip-text": "This is helpful information",
104
+ datePicker: !0,
104
105
  "add-on-text": !1,
105
106
  "info-icon": !1,
106
107
  "pre-icon": !1,
@@ -114,6 +115,7 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
114
115
  "input-type": "date",
115
116
  placeholder: "Enter text here",
116
117
  "tooltip-text": "This is helpful information",
118
+ datePicker: !0,
117
119
  "add-on-text": !1,
118
120
  "info-icon": !1,
119
121
  "pre-icon": !1,
@@ -122,35 +124,36 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
122
124
  }, null, 8, ["type"])
123
125
  ])
124
126
  ]),
125
- n("section", Q, [
126
- e[12] || (e[12] = n("h5", null, "Budget", -1)),
127
- e[13] || (e[13] = n("div", { class: "budget" }, [
128
- n("span", { class: "copy-large-regular" }, " Bitte geben Sie hier das Gesamtbudget für Ihr Projekt an. ")
127
+ t("section", Q, [
128
+ e[14] || (e[14] = t("h5", null, "Budget", -1)),
129
+ e[15] || (e[15] = t("div", { class: "budget" }, [
130
+ t("span", { class: "copy-large-regular" }, " Bitte geben Sie hier das Gesamtbudget für Ihr Projekt an. ")
129
131
  ], -1)),
130
132
  i(l(r), {
131
133
  type: l(S),
134
+ "add-on-text": !0,
132
135
  name: "budget",
136
+ "trailing-text": !0,
137
+ trailing_text: "€",
133
138
  "text-label": "Budget",
134
- placeholder: "...."
139
+ placeholder: "....Budget"
135
140
  }, null, 8, ["type"]),
136
141
  i(l(r), {
137
142
  id: "Förderung",
138
143
  modelValue: x.value,
139
- "onUpdate:modelValue": e[1] || (e[1] = (t) => x.value = t),
144
+ "onUpdate:modelValue": e[1] || (e[1] = (n) => x.value = n),
140
145
  class: "budgetArea",
141
146
  label: "Förderung (optional)",
142
- type: l(W),
147
+ type: l(M),
143
148
  name: "budget",
144
149
  "text-label": "Förderung (optional)",
145
150
  placeholder: "Beschreiben Sie welche Förderung Sie erhalten haben.",
146
151
  validation: "length:0,500",
147
152
  "validation-visibility": "live",
148
153
  hint: "true",
149
- help: `${F.value} von ${ce} Zeichen`,
154
+ help: `${P.value} von ${de} Zeichen`,
150
155
  "count-hint": !0
151
- }, null, 8, ["modelValue", "type", "help"])
152
- ]),
153
- n("section", X, [
156
+ }, null, 8, ["modelValue", "type", "help"]),
154
157
  i(K, { variant: "default" }, {
155
158
  icon: a(() => [
156
159
  i(l(U), {
@@ -158,50 +161,50 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
158
161
  color: "#009fe3"
159
162
  })
160
163
  ]),
161
- title: a(() => e[14] || (e[14] = [
164
+ title: a(() => e[12] || (e[12] = [
162
165
  j(" Information ", -1)
163
166
  ])),
164
167
  default: a(() => [
165
- e[15] || (e[15] = n("div", { class: "copy-large-regular" }, [
166
- n("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.")
168
+ e[13] || (e[13] = t("div", { class: "copy-large-regular" }, [
169
+ 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.")
167
170
  ], -1))
168
171
  ]),
169
172
  _: 1,
170
- __: [15]
173
+ __: [13]
171
174
  })
172
175
  ]),
173
- n("section", Y, [
174
- e[16] || (e[16] = n("h5", null, "Erforderliche Fachkompetenzen", -1)),
175
- e[17] || (e[17] = n("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)),
176
+ t("section", X, [
177
+ e[16] || (e[16] = t("h5", null, "Erforderliche Fachkompetenzen", -1)),
178
+ e[17] || (e[17] = 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)),
176
179
  i(l(r), {
177
180
  modelValue: u.value,
178
- "onUpdate:modelValue": e[2] || (e[2] = (t) => u.value = t),
181
+ "onUpdate:modelValue": e[2] || (e[2] = (n) => u.value = n),
179
182
  type: "hidden",
180
183
  name: "requiredExpertise"
181
184
  }, null, 8, ["modelValue"]),
182
- u.value.length > 0 ? (o(), h("div", ee, [
183
- (o(!0), h(v, null, y(u.value, (t) => (o(), h("div", {
184
- key: t,
185
+ u.value.length > 0 ? (s(), h("div", Y, [
186
+ (s(!0), h(v, null, y(u.value, (n) => (s(), h("div", {
187
+ key: n,
185
188
  class: "label-chip"
186
189
  }, [
187
- L(n("input", {
188
- id: `hardware-${t}`,
189
- "onUpdate:modelValue": e[3] || (e[3] = (s) => u.value = s),
190
+ L(t("input", {
191
+ id: `hardware-${n}`,
192
+ "onUpdate:modelValue": e[3] || (e[3] = (o) => u.value = o),
190
193
  class: "label-chip__input",
191
194
  type: "checkbox",
192
- value: t
193
- }, null, 8, ne), [
195
+ value: n
196
+ }, null, 8, ee), [
194
197
  [E, u.value]
195
198
  ]),
196
- n("label", {
199
+ t("label", {
197
200
  class: "label-chip__label",
198
- for: `hardware-${t}`
201
+ for: `hardware-${n}`
199
202
  }, [
200
203
  i(T, {
201
204
  class: "label-chip__inner",
202
- text: t,
205
+ text: n,
203
206
  data: {
204
- "@value": t,
207
+ "@value": n,
205
208
  URI: "https://example.com/default"
206
209
  },
207
210
  setup: {
@@ -213,9 +216,9 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
213
216
  ], 8, te)
214
217
  ]))), 128))
215
218
  ])) : D("", !0),
216
- i(M, {
217
- modelValue: k.value,
218
- "onUpdate:modelValue": e[4] || (e[4] = (t) => k.value = t),
219
+ i(W, {
220
+ modelValue: b.value,
221
+ "onUpdate:modelValue": e[4] || (e[4] = (n) => b.value = n),
219
222
  label: "Erforderliche Fachkompetenz",
220
223
  "input-type": "text",
221
224
  placeholder: "Nennen Sie eine Fachkompetenz.",
@@ -226,29 +229,29 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
226
229
  "show-end-icon": !1,
227
230
  "initial-hint-text": !1
228
231
  }, null, 8, ["modelValue"]),
229
- n("div", ie, [
232
+ t("div", ne, [
230
233
  i(f, {
231
234
  "button-text": "Fachkompetenz hinzufügen",
232
235
  size: "medium",
233
236
  variant: "tertiary",
234
237
  "icon-start": "plus",
235
- onClick: e[5] || (e[5] = (t) => P(k.value))
238
+ onClick: e[5] || (e[5] = (n) => F(b.value))
236
239
  })
237
240
  ])
238
241
  ]),
239
- n("section", le, [
240
- e[18] || (e[18] = n("h5", null, " Screenshots ", -1)),
241
- e[19] || (e[19] = n("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)),
242
- n("div", ae, [
242
+ t("section", ie, [
243
+ e[18] || (e[18] = t("h5", null, " Screenshots ", -1)),
244
+ e[19] || (e[19] = 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)),
245
+ t("div", le, [
243
246
  i(l(r), {
244
247
  modelValue: C.value,
245
- "onUpdate:modelValue": e[6] || (e[6] = (t) => C.value = t),
248
+ "onUpdate:modelValue": e[6] || (e[6] = (n) => C.value = n),
246
249
  type: "list",
247
250
  name: "references",
248
251
  dynamic: ""
249
252
  }, {
250
- default: a(({ items: t, node: s, value: d }) => [
251
- (o(!0), h(v, null, y(t, (c, m) => (o(), z(l(r), {
253
+ default: a(({ items: n, node: o, value: d }) => [
254
+ (s(!0), h(v, null, y(n, (c, m) => (s(), z(l(r), {
252
255
  key: c,
253
256
  type: "group",
254
257
  index: m
@@ -259,9 +262,9 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
259
262
  i(f, {
260
263
  "button-text": "Löschen",
261
264
  size: "small",
262
- variant: "secondary",
265
+ variant: "tertiary",
263
266
  "icon-start": "trash",
264
- onClick: () => s.input(d.filter((w, b) => b !== m))
267
+ onClick: () => o.input(d.filter((w, k) => k !== m))
265
268
  }, null, 8, ["onClick"])
266
269
  ]),
267
270
  _: 2
@@ -269,13 +272,13 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
269
272
  ]),
270
273
  _: 2
271
274
  }, 1032, ["index"]))), 128)),
272
- n("div", re, [
275
+ t("div", ae, [
273
276
  i(f, {
274
277
  "button-text": "Screenshot hinzufügen",
275
278
  size: "medium",
276
279
  variant: "tertiary",
277
280
  "icon-start": "plus",
278
- onClick: (c) => s.input(d.concat({}))
281
+ onClick: (c) => o.input(d.concat({}))
279
282
  }, null, 8, ["onClick"])
280
283
  ])
281
284
  ]),
@@ -283,19 +286,19 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
283
286
  }, 8, ["modelValue"])
284
287
  ])
285
288
  ]),
286
- n("section", se, [
287
- e[20] || (e[20] = n("h5", null, " Weiterführende Links ", -1)),
288
- e[21] || (e[21] = n("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)),
289
- n("div", oe, [
289
+ t("section", re, [
290
+ e[20] || (e[20] = t("h5", null, " Weiterführende Links ", -1)),
291
+ e[21] || (e[21] = 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)),
292
+ t("div", oe, [
290
293
  i(l(r), {
291
294
  modelValue: _.value,
292
- "onUpdate:modelValue": e[7] || (e[7] = (t) => _.value = t),
295
+ "onUpdate:modelValue": e[7] || (e[7] = (n) => _.value = n),
293
296
  type: "list",
294
297
  name: "links",
295
298
  dynamic: ""
296
299
  }, {
297
- default: a(({ items: t, node: s, value: d }) => [
298
- (o(!0), h(v, null, y(t, (c, m) => (o(), z(l(r), {
300
+ default: a(({ items: n, node: o, value: d }) => [
301
+ (s(!0), h(v, null, y(n, (c, m) => (s(), z(l(r), {
299
302
  key: c,
300
303
  type: "group",
301
304
  index: m
@@ -306,9 +309,9 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
306
309
  i(f, {
307
310
  "button-text": "Löschen",
308
311
  size: "small",
309
- variant: "secondary",
312
+ variant: "tertiary",
310
313
  "icon-start": "trash",
311
- onClick: () => s.input(d.filter((w, b) => b !== m))
314
+ onClick: () => o.input(d.filter((w, k) => k !== m))
312
315
  }, null, 8, ["onClick"])
313
316
  ]),
314
317
  _: 2
@@ -316,13 +319,13 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
316
319
  ]),
317
320
  _: 2
318
321
  }, 1032, ["index"]))), 128)),
319
- n("div", ue, [
322
+ t("div", se, [
320
323
  i(f, {
321
324
  "button-text": "Link hinzufügen",
322
325
  size: "medium",
323
326
  variant: "tertiary",
324
327
  "icon-start": "plus",
325
- onClick: (c) => s.input(d.concat({}))
328
+ onClick: (c) => o.input(d.concat({}))
326
329
  }, null, 8, ["onClick"])
327
330
  ])
328
331
  ]),
@@ -330,12 +333,12 @@ const Z = { class: "dpiV3_page V3-typography" }, O = {
330
333
  }, 8, ["modelValue"])
331
334
  ])
332
335
  ]),
333
- n("section", de, [
334
- i(G)
336
+ t("section", ue, [
337
+ i(G, { "next-text": "Weiter zu den Projektphasen" })
335
338
  ])
336
339
  ]));
337
340
  }
338
341
  });
339
342
  export {
340
- _e as default
343
+ Ce as default
341
344
  };
@@ -1,19 +1,19 @@
1
1
  import { createElementBlock as s, openBlock as a, createStaticVNode as r, createElementVNode as e, createVNode as t, withCtx as i, unref as l } from "vue";
2
2
  import { PhLightbulb as o } from "@phosphor-icons/vue";
3
- import c from "../../../components/StepActionsSection.vue.js";
4
- import d from "../Card.vue.js";
3
+ import d from "../../../components/StepActionsSection.vue.js";
4
+ import u from "../Card.vue.js";
5
5
  /* empty css */
6
- import u from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
7
- const g = { class: "dpiV3_page V3-typography" }, v = { class: "funny-section" }, h = { class: "funny-section process-footer-information" }, m = {
6
+ import c from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
7
+ const f = { class: "dpiV3_page V3-typography" }, g = { class: "funny-section" }, v = { class: "funny-section process-footer-information" }, h = {
8
8
  __name: "ProcessStepsOverviewStep",
9
- setup(p) {
10
- return (f, n) => (a(), s("div", g, [
11
- n[2] || (n[2] = r('<section class="funny-section" data-v-eac93c65><div class="funny-flex" data-v-eac93c65><div data-v-eac93c65><h4 data-v-eac93c65> Geben Sie die Technischen Prozessschritte Ihres Projekts an </h4><div class="process-description-section" data-v-eac93c65><span class="process-description" data-v-eac93c65> Nachdem Sie anhand der Projektphasen geschildert haben, wie Sie von der Idee zur Umsetzung gekommen sind (optional), zeigen Sie in den technischen Prozessschritten detailliert, wie Sie mit den Daten gearbeitet haben – vom Erfassen über die Verarbeitung und Simulation bis zur Visualisierung. </span><span class="process-description strong" data-v-eac93c65> Pro Projekt muss mindestens ein technischer Prozessschritt beschrieben werden. </span><span class="process-description strong" data-v-eac93c65> Jedem Schritt muss mindestens eine Software, ein Datensatz oder eine Hardware zugeordnet werden, die verwendet wurden. </span><span class="process-description" data-v-eac93c65> An unseren Beispielen für „Hochwasserschutzprogramm mit Prognosen“ sehen Sie, wie Sie vorgehen können. </span></div></div><div class="steps" data-v-eac93c65><h5 data-v-eac93c65> Geben Sie die Technischen Prozessschritte Ihres Projekts an </h5><ul data-v-eac93c65><li data-v-eac93c65> Teilen Sie im Schritt der <strong data-v-eac93c65>Datenerfassung</strong> mit anderen Kommunen, wie Sie relevante Daten, wie etwa Verwaltungs- oder Sensordaten, erhoben haben. </li><li data-v-eac93c65> Beschreiben Sie im Schritt der <strong data-v-eac93c65>Datenverarbeitung</strong>, wie Sie die Rohdaten zusammengeführt und aufbereitet haben. </li><li data-v-eac93c65> Schildern Sie im Schritt der <strong data-v-eac93c65>Datensimulation</strong>, ob und wie Sie auf Basis der verarbeiteten Daten Szenarien mithilfe von Simulationsmodellen nachgebildet und analysiert haben. </li><li data-v-eac93c65> Führen Sie im Schritt der <strong data-v-eac93c65>Datenvisualisierung</strong> aus, in welcher Form die Ergebnisse der Simulationen verständlich aufbereitet und visualisiert wurden. </li></ul></div></div></section>', 1)),
12
- e("section", v, [
13
- t(c, { "next-text": "Weiter zur Datenerfassung" })
9
+ setup(m) {
10
+ return (p, n) => (a(), s("div", f, [
11
+ n[2] || (n[2] = r('<section class="funny-section" data-v-29acf057><div class="funny-flex" data-v-29acf057><div data-v-29acf057><h4 data-v-29acf057> Geben Sie die Technischen Prozessschritte Ihres Projekts an </h4><div class="process-description-section" data-v-29acf057><span class="process-description" data-v-29acf057> Nachdem Sie anhand der Projektphasen geschildert haben, wie Sie von der Idee zur Umsetzung gekommen sind (optional), zeigen Sie in den technischen Prozessschritten detailliert, wie Sie mit den Daten gearbeitet haben – vom Erfassen über die Verarbeitung und Simulation bis zur Visualisierung. </span><span class="process-description strong" data-v-29acf057> Pro Projekt muss mindestens ein technischer Prozessschritt beschrieben werden. </span><span class="process-description strong" data-v-29acf057> Jedem Schritt muss mindestens eine Software, ein Datensatz oder eine Hardware zugeordnet werden, die verwendet wurden. </span><span class="process-description" data-v-29acf057> An unseren Beispielen für „Hochwasserschutzprogramm mit Prognosen“ sehen Sie, wie Sie vorgehen können. </span></div></div><div class="steps" data-v-29acf057><h5 data-v-29acf057> Welche der folgenden Schritte haben Sie in Ihrem Projekt durchlaufen? </h5><ul data-v-29acf057><li data-v-29acf057> Teilen Sie im Schritt der <strong data-v-29acf057>Datenerfassung</strong> mit anderen Kommunen, wie Sie relevante Daten, wie etwa Verwaltungs- oder Sensordaten, erhoben haben. </li><li data-v-29acf057> Beschreiben Sie im Schritt der <strong data-v-29acf057>Datenverarbeitung</strong>, wie Sie die Rohdaten zusammengeführt und aufbereitet haben. </li><li data-v-29acf057> Schildern Sie im Schritt der <strong data-v-29acf057>Datensimulation</strong>, ob und wie Sie auf Basis der verarbeiteten Daten Szenarien mithilfe von Simulationsmodellen nachgebildet und analysiert haben. </li><li data-v-29acf057> Führen Sie im Schritt der <strong data-v-29acf057>Datenvisualisierung</strong> aus, in welcher Form die Ergebnisse der Simulationen verständlich aufbereitet und visualisiert wurden. </li></ul></div></div></section>', 1)),
12
+ e("section", g, [
13
+ t(d, { "next-text": "Weiter zur Datenerfassung" })
14
14
  ]),
15
- e("section", h, [
16
- t(d, { variant: "default" }, {
15
+ e("section", v, [
16
+ t(u, { variant: "default" }, {
17
17
  icon: i(() => [
18
18
  t(l(o), {
19
19
  size: 32,
@@ -65,7 +65,7 @@ const g = { class: "dpiV3_page V3-typography" }, v = { class: "funny-section" },
65
65
  ])
66
66
  ]));
67
67
  }
68
- }, _ = /* @__PURE__ */ u(m, [["__scopeId", "data-v-eac93c65"]]);
68
+ }, _ = /* @__PURE__ */ c(h, [["__scopeId", "data-v-29acf057"]]);
69
69
  export {
70
70
  _ as default
71
71
  };