@piveau/dpi 0.2.0-alpha.33 → 0.2.0-alpha.35

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 (21) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/AboutProject.vue.js +1 -1
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/AboutProject.vue2.js +58 -48
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ActionCard.vue.js +2 -2
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +13 -13
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldDefinition.js +1 -0
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldFormKit.vue.js +37 -33
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +41 -37
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +1 -1
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +69 -64
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +2 -2
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +1 -1
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +2 -2
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +977 -963
  16. package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue.js +2 -2
  17. package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue2.js +20 -14
  18. package/dist/packages/dpi/src/data-provider-interface/components/TheErrorDialog.vue.js +44 -41
  19. package/dist/packages/dpi/src/data-provider-interface/composables/project-transformer/decodeProject.js +97 -95
  20. package/dist/packages/dpi/src/data-provider-interface/composables/project-transformer/encodeProject.js +26 -19
  21. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { ref as f, watch as N, createElementBlock as u, openBlock as i, createCommentVNode as o, createElementVNode as d, createBlock as v, toDisplayString as h, unref as n, normalizeStyle as S, normalizeClass as p, withDirectives as M, vModelDynamic as F, createVNode as W, withKeys as w, withModifiers as k, isRef as r } from "vue";
2
- import { PhInfo as q, PhMagnifyingGlass as X, PhQuestion as O, PhWarningCircle as H, PhCaretDown as Y, PhCaretUp as Z, PhCalendar as _, PhClock as ee } from "@phosphor-icons/vue";
3
- import G from "./TextButtonSmall.vue.js";
2
+ import { PhInfo as j, PhMagnifyingGlass as X, PhQuestion as O, PhWarningCircle as H, PhCaretDown as Y, PhCaretUp as Z, PhCalendar as _, PhClock as ee } from "@phosphor-icons/vue";
3
+ import q from "./TextButtonSmall.vue.js";
4
4
  /* empty css */
5
5
  /* empty css */
6
6
  /* empty css */
@@ -23,10 +23,10 @@ const le = { class: "dpiV3_input-field" }, ne = {
23
23
  }, pe = {
24
24
  key: 0,
25
25
  class: "dpiV3_hintText"
26
- }, xe = {
26
+ }, ye = {
27
27
  key: 1,
28
28
  class: "dpiV3_errorText"
29
- }, ye = {
29
+ }, xe = {
30
30
  key: 1,
31
31
  class: "dpiV3_InputFieldBase"
32
32
  }, Ve = { class: "dpiV3_Top_leading_text" }, be = { class: "dpiV3_Lebel" }, he = { class: "dpiV3_label" }, we = { class: "dpiV3_Input" }, ge = { class: "dpiV3_Text-Add-On" }, ke = { class: "dpiV3_Content-leading-Text" }, Te = ["type", "disabled", "placeholder"], me = { class: "dpiV3_Content-leading-Text" }, Ee = ["type", "disabled", "placeholder"], Be = { class: "dpiV3_Text-Add-On" }, Ie = {
@@ -127,24 +127,28 @@ const le = { class: "dpiV3_input-field" }, ne = {
127
127
  error_message: {
128
128
  type: String,
129
129
  default: "error"
130
+ },
131
+ inputStyle: {
132
+ type: Object,
133
+ default: () => ({})
130
134
  }
131
135
  },
132
136
  emits: ["update:modelValue", "deleteButtonClicked"],
133
- setup(e, { emit: Q }) {
134
- const c = e, L = Q;
135
- let K = f("var(--neutral-60)"), x = f(!1), l = f(!1), g = f(!1);
137
+ setup(e, { emit: G }) {
138
+ const c = e, L = G;
139
+ let K = f("var(--neutral-60)"), y = f(!1), l = f(!1), g = f(!1);
136
140
  const V = f(null);
137
141
  let T = f(!1), s = f("inset 0 0 0 1px var(--neutral-30, #687178)"), m = f(!1), C = f(!1), b = f();
138
- const $ = f(!1), y = f(c.modelValue);
142
+ const $ = f(!1), x = f(c.modelValue);
139
143
  N(
140
144
  () => c.modelValue,
141
145
  (D) => {
142
- y.value = D;
146
+ x.value = D;
143
147
  }
144
- ), N(y, (D) => {
148
+ ), N(x, (D) => {
145
149
  L("update:modelValue", D);
146
150
  });
147
- function j() {
151
+ function Q() {
148
152
  V.value && V.value.showPicker();
149
153
  }
150
154
  function J() {
@@ -154,13 +158,13 @@ const le = { class: "dpiV3_input-field" }, ne = {
154
158
  L("deleteButtonClicked");
155
159
  }
156
160
  function E() {
157
- T.value = !1, m.value = !0, x.value = !0, s.value = "0 0 0 2px var(--Focused)", c.addOnText && (s.value = "0 0 0 2px var(--blue-60, #009FE3)", b.value = "none"), V.value;
161
+ T.value = !1, m.value = !0, y.value = !0, s.value = "0 0 0 2px var(--Focused)", c.addOnText && (s.value = "0 0 0 2px var(--blue-60, #009FE3)", b.value = "none"), V.value;
158
162
  }
159
163
  function B() {
160
- m.value = !1, x.value = !1, s.value = "inset 0 0 0 1px var(--neutral-30, #687178)";
164
+ m.value = !1, y.value = !1, s.value = "inset 0 0 0 1px var(--neutral-30, #687178)";
161
165
  }
162
166
  function A() {
163
- T.value = !0, x.value = !1, C.value && (s.value = "inset 0 0 0 1px var(--neutral-60, #687178)");
167
+ T.value = !0, y.value = !1, C.value && (s.value = "inset 0 0 0 1px var(--neutral-60, #687178)");
164
168
  }
165
169
  function P() {
166
170
  C.value = !0, s.value = "inset 0 0 0 1px var(--neutral-60, #687178)", c.addOnText && (b.value = "none"), m.value && (s.value = "0 0 0 2px var(--Focused)", c.addOnText && (s.value = "0 0 0 2px var(--blue-blue-60, #009FE3)", b.value = "none"));
@@ -169,7 +173,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
169
173
  C.value = !1, s.value = "inset 0 0 0 1px var(--neutral-30, #687178)", c.addOnText && (b.value = "none"), m.value && (s.value = "0 0 0 2px var(--Focused, #687178)", c.addOnText && (s.value = "0 0 0 2px var(--blue-blue-60, #009FE3)", b.value = "none"));
170
174
  }
171
175
  function R() {
172
- x.value && (s.value = "0 0 0 2px var(--Focused)", c.addOnText && (s.value = "0 0 0 2px var(--blue-blue-60, #009FE3)", b.value = "none"));
176
+ y.value && (s.value = "0 0 0 2px var(--Focused)", c.addOnText && (s.value = "0 0 0 2px var(--blue-blue-60, #009FE3)", b.value = "none"));
173
177
  }
174
178
  function I() {
175
179
  s.value = "0 0 0 2px var(--Focused)", c.addOnText && (s.value = "0 0 0 2px var(--blue-blue-60, #009FE3)", b.value = "none");
@@ -180,7 +184,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
180
184
  d("div", oe, [
181
185
  e.label ? (i(), u("label", ae, h(e.label), 1)) : o("", !0),
182
186
  d("span", de, [
183
- e.infoIcon ? (i(), v(n(q), {
187
+ e.infoIcon ? (i(), v(n(j), {
184
188
  key: 0,
185
189
  weight: "fill",
186
190
  class: "dpiV3_labelIcon",
@@ -192,7 +196,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
192
196
  $.value ? (i(), u("span", se, h(e.tooltip_text), 1)) : o("", !0)
193
197
  ])
194
198
  ]),
195
- e.defaultInput ? o("", !0) : (i(), v(G, {
199
+ e.defaultInput ? o("", !0) : (i(), v(q, {
196
200
  key: 0,
197
201
  "button-text": "löschen",
198
202
  class: "dpiV3_deleteButton",
@@ -204,8 +208,8 @@ const le = { class: "dpiV3_input-field" }, ne = {
204
208
  class: p(["dpiV3_Input_box", {
205
209
  dpiV3_disabled: e.isDisabled,
206
210
  "calendar-focused": n(T),
207
- "error-state": e.showError && !n(x) && !n(g),
208
- "focused-error-state": e.showError && n(x),
211
+ "error-state": e.showError && !n(y) && !n(g),
212
+ "focused-error-state": e.showError && n(y),
209
213
  "filled-error-state": e.showError && n(g)
210
214
  }]),
211
215
  style: S({ "box-shadow": n(s) }),
@@ -224,7 +228,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
224
228
  key: 1,
225
229
  ref_key: "inputRef",
226
230
  ref: V,
227
- "onUpdate:modelValue": t[3] || (t[3] = (a) => y.value = a),
231
+ "onUpdate:modelValue": t[3] || (t[3] = (a) => x.value = a),
228
232
  type: e.inputType,
229
233
  class: p(["dpiV3_Text", {
230
234
  "error-state": e.showError,
@@ -236,13 +240,13 @@ const le = { class: "dpiV3_input-field" }, ne = {
236
240
  onBlur: B,
237
241
  onMousedown: I
238
242
  }, null, 42, re)), [
239
- [F, y.value]
243
+ [F, x.value]
240
244
  ]),
241
245
  e.dropdown_dpiV3 ? M((i(), u("input", {
242
246
  key: 2,
243
247
  ref_key: "inputRef",
244
248
  ref: V,
245
- "onUpdate:modelValue": t[4] || (t[4] = (a) => y.value = a),
249
+ "onUpdate:modelValue": t[4] || (t[4] = (a) => x.value = a),
246
250
  type: e.inputType,
247
251
  class: p(["dpiV3_Text", {
248
252
  "error-state": e.showError,
@@ -255,7 +259,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
255
259
  onBlur: B,
256
260
  onMousedown: I
257
261
  }, null, 42, ve)), [
258
- [F, y.value]
262
+ [F, x.value]
259
263
  ]) : o("", !0),
260
264
  e.showEndIcon && !e.showError && !e.dropdown_dpiV3 ? (i(), v(n(O), {
261
265
  key: 3,
@@ -290,7 +294,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
290
294
  }, null, 8, ["color"]),
291
295
  d("div", {
292
296
  class: p(["dpiV3_Rectangle1", { dpiV3_Pressed: n(l) }]),
293
- onClick: j,
297
+ onClick: Q,
294
298
  onFocus: k(A, ["stop"]),
295
299
  onMousedown: t[5] || (t[5] = (a) => r(l) ? l.value = !0 : l = !0),
296
300
  onMouseup: t[6] || (t[6] = (a) => r(l) ? l.value = !1 : l = !1),
@@ -332,15 +336,15 @@ const le = { class: "dpiV3_input-field" }, ne = {
332
336
  !e.showError && e.initialHintText ? (i(), u("div", pe, [
333
337
  d("span", null, h(e.supportingHintMessage), 1)
334
338
  ])) : o("", !0),
335
- e.showError && e.initialHintText ? (i(), u("div", xe, [
339
+ e.showError && e.initialHintText ? (i(), u("div", ye, [
336
340
  d("span", null, h(e.error_message), 1)
337
341
  ])) : o("", !0)
338
342
  ])),
339
- e.addOnText ? (i(), u("div", ye, [
343
+ e.addOnText ? (i(), u("div", xe, [
340
344
  d("div", Ve, [
341
345
  d("div", be, [
342
346
  d("label", he, h(e.label), 1),
343
- e.infoIcon ? (i(), v(n(q), {
347
+ e.infoIcon ? (i(), v(n(j), {
344
348
  key: 0,
345
349
  weight: "fill",
346
350
  class: "dpiV3_labelIcon",
@@ -348,7 +352,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
348
352
  color: "var(--neutral-60, #3D4952)"
349
353
  })) : o("", !0)
350
354
  ]),
351
- e.defaultInput ? o("", !0) : (i(), v(G, {
355
+ e.defaultInput ? o("", !0) : (i(), v(q, {
352
356
  key: 0,
353
357
  "button-text": "löschen",
354
358
  class: "dpiV3_deleteButton",
@@ -370,8 +374,8 @@ const le = { class: "dpiV3_input-field" }, ne = {
370
374
  class: p(["dpiV3_Text_input", {
371
375
  dpiV3_input_disabled: e.isDisabled,
372
376
  "calendar-focused": n(T),
373
- "error-state": e.showError && !n(x) && !n(g),
374
- "focused-error-state": e.showError && n(x),
377
+ "error-state": e.showError && !n(y) && !n(g),
378
+ "focused-error-state": e.showError && n(y),
375
379
  "filled-error-state": e.showError && n(g)
376
380
  }]),
377
381
  style: S({
@@ -386,7 +390,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
386
390
  M(d("input", {
387
391
  ref_key: "inputRef",
388
392
  ref: V,
389
- "onUpdate:modelValue": t[20] || (t[20] = (a) => y.value = a),
393
+ "onUpdate:modelValue": t[20] || (t[20] = (a) => x.value = a),
390
394
  type: e.inputType,
391
395
  class: p(["dpiV3_Text", {
392
396
  "error-state": e.showError,
@@ -398,7 +402,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
398
402
  onBlur: B,
399
403
  onMousedown: I
400
404
  }, null, 42, Te), [
401
- [F, y.value]
405
+ [F, x.value]
402
406
  ])
403
407
  ]),
404
408
  e.showError ? (i(), v(n(H), {
@@ -419,8 +423,8 @@ const le = { class: "dpiV3_input-field" }, ne = {
419
423
  class: p(["dpiV3_Text_input-trailing", {
420
424
  dpiV3_input_disabled: e.isDisabled,
421
425
  "calendar-focused": n(T),
422
- "error-state": e.showError && !n(x) && !n(g),
423
- "focused-error-state": e.showError && n(x),
426
+ "error-state": e.showError && !n(y) && !n(g),
427
+ "focused-error-state": e.showError && n(y),
424
428
  "filled-error-state": e.showError && n(g)
425
429
  }]),
426
430
  style: S({
@@ -435,7 +439,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
435
439
  M(d("input", {
436
440
  ref_key: "inputRef",
437
441
  ref: V,
438
- "onUpdate:modelValue": t[21] || (t[21] = (a) => y.value = a),
442
+ "onUpdate:modelValue": t[21] || (t[21] = (a) => x.value = a),
439
443
  type: e.inputType,
440
444
  class: p(["dpiV3_Text", {
441
445
  "error-state": e.showError,
@@ -447,7 +451,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
447
451
  onBlur: B,
448
452
  onMousedown: I
449
453
  }, null, 42, Ee), [
450
- [F, y.value]
454
+ [F, x.value]
451
455
  ])
452
456
  ]),
453
457
  e.showError ? (i(), v(n(H), {
@@ -481,7 +485,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
481
485
  ])) : o("", !0)
482
486
  ]));
483
487
  }
484
- }, Oe = /* @__PURE__ */ te(Me, [["__scopeId", "data-v-2de88bf7"]]);
488
+ }, Oe = /* @__PURE__ */ te(Me, [["__scopeId", "data-v-6d2518f0"]]);
485
489
  export {
486
490
  Oe as default
487
491
  };
@@ -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-6f7ed213"]]);
4
+ const e = /* @__PURE__ */ o(t, [["__scopeId", "data-v-c0f37be8"]]);
5
5
  export {
6
6
  e as default
7
7
  };
@@ -1,4 +1,4 @@
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";
1
+ import { defineComponent as B, ref as h, computed as j, createElementBlock as f, openBlock as o, 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
2
  import { FormKit as r } from "@formkit/vue";
3
3
  import { PhLightbulb as $ } from "@phosphor-icons/vue";
4
4
  import A from "../../../../stories/components/LinkCard.vue.js";
@@ -10,22 +10,22 @@ import T from "../Card.vue.js";
10
10
  import W from "../Chip.vue.js";
11
11
  import M from "../InputField.vue.js";
12
12
  import S from "../InputField/InputFieldDefinition.js";
13
- import Z from "../TextArea/TextAreaDefinition.js";
14
- const q = { class: "dpiV3_page V3-typography" }, O = {
13
+ import R from "../TextArea/TextAreaDefinition.js";
14
+ const Z = { class: "dpiV3_page V3-typography" }, q = {
15
15
  id: "partners-section",
16
16
  class: "funny-section"
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 = {
17
+ }, O = { class: "partner-cards-container" }, H = { class: "action-container" }, J = { class: "funny-section" }, Q = { class: "start-and-end" }, X = { class: "funny-section" }, Y = { class: "budget-field" }, ee = { class: "funny-section required-skills" }, te = {
18
18
  key: 0,
19
19
  style: { display: "flex", "flex-wrap": "wrap" }
20
- }, te = ["id", "value"], ne = ["for"], ie = { class: "action-container" }, le = {
20
+ }, ne = ["id", "value"], ie = ["for"], le = { class: "action-container" }, ae = {
21
21
  id: "partners-section",
22
22
  class: "funny-section"
23
- }, ae = { class: "partner-cards-container" }, re = { class: "action-container" }, oe = {
23
+ }, re = { class: "partner-cards-container" }, se = { class: "action-container" }, oe = {
24
24
  id: "partners-section",
25
25
  class: "funny-section"
26
- }, se = { class: "partner-cards-container" }, ue = { class: "action-container" }, de = 500, Ce = /* @__PURE__ */ B({
26
+ }, ue = { class: "partner-cards-container" }, de = { class: "action-container" }, me = 500, we = /* @__PURE__ */ B({
27
27
  __name: "OptionalDataStep",
28
- setup(me) {
28
+ setup(pe) {
29
29
  const x = h(""), C = h([]), w = h([]), _ = h([]), P = j(() => {
30
30
  var c;
31
31
  return ((c = x.value) == null ? void 0 : c.length) || 0;
@@ -37,17 +37,17 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
37
37
  }
38
38
  }
39
39
  const z = h("");
40
- return (c, e) => (s(), f("div", q, [
41
- e[23] || (e[23] = t("section", { class: "funny-section" }, [
40
+ return (c, e) => (o(), f("div", Z, [
41
+ e[24] || (e[24] = t("section", { class: "funny-section" }, [
42
42
  t("div", { class: "funny-flex" }, [
43
43
  t("h4", null, "Fügen Sie optionale Daten hinzu"),
44
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. ")
45
45
  ])
46
46
  ], -1)),
47
- t("section", O, [
47
+ t("section", q, [
48
48
  e[9] || (e[9] = t("h5", null, " Partner ", -1)),
49
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, [
50
+ t("div", O, [
51
51
  i(l(r), {
52
52
  modelValue: C.value,
53
53
  "onUpdate:modelValue": e[0] || (e[0] = (n) => C.value = n),
@@ -55,8 +55,8 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
55
55
  name: "partners",
56
56
  dynamic: ""
57
57
  }, {
58
- default: a(({ items: n, node: o, value: d }) => [
59
- (s(!0), f(k, null, y(n, (m, p) => (s(), V(l(r), {
58
+ default: a(({ items: n, node: s, value: d }) => [
59
+ (o(!0), f(k, null, y(n, (m, p) => (o(), V(l(r), {
60
60
  key: m,
61
61
  type: "group",
62
62
  index: p
@@ -69,7 +69,7 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
69
69
  size: "small",
70
70
  variant: "tertiary",
71
71
  "icon-start": "trash",
72
- onClick: () => o.input(d.filter((F, b) => b !== p))
72
+ onClick: () => s.input(d.filter((F, b) => b !== p))
73
73
  }, null, 8, ["onClick"])
74
74
  ]),
75
75
  _: 2
@@ -83,7 +83,7 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
83
83
  size: "medium",
84
84
  variant: "tertiary",
85
85
  "icon-start": "plus",
86
- onClick: (m) => o.input(d.concat({}))
86
+ onClick: (m) => s.input(d.concat({}))
87
87
  }, null, 8, ["onClick"])
88
88
  ])
89
89
  ]),
@@ -124,31 +124,36 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
124
124
  ])
125
125
  ]),
126
126
  t("section", X, [
127
- e[15] || (e[15] = t("h5", null, "Budget", -1)),
128
- e[16] || (e[16] = t("div", { class: "budget" }, [
127
+ e[16] || (e[16] = t("h5", null, "Budget", -1)),
128
+ e[17] || (e[17] = t("div", { class: "budget" }, [
129
129
  t("span", { class: "copy-large-regular" }, " Bitte geben Sie hier das Gesamtbudget für Ihr Projekt an. ")
130
130
  ], -1)),
131
- i(l(r), {
132
- modelValue: z.value,
133
- "onUpdate:modelValue": e[1] || (e[1] = (n) => z.value = n),
134
- type: l(S),
135
- name: "budget",
136
- "trailing-text": !0,
137
- trailing_text: "€",
138
- "text-label": "Budget",
139
- placeholder: "....Budget",
140
- validation: "number",
141
- "validation-visibility": "submit",
142
- inputmode: "numeric",
143
- pattern: "[0-9]*"
144
- }, null, 8, ["modelValue", "type"]),
131
+ t("div", Y, [
132
+ i(l(r), {
133
+ modelValue: z.value,
134
+ "onUpdate:modelValue": e[1] || (e[1] = (n) => z.value = n),
135
+ type: l(S),
136
+ name: "budget",
137
+ "trailing-text": !0,
138
+ trailing_text: "",
139
+ classList: "budget-field-input",
140
+ "text-label": "Budget",
141
+ placeholder: "....",
142
+ inputStyle: { paddingRight: "50px" },
143
+ validation: "number",
144
+ "validation-visibility": "submit",
145
+ inputmode: "numeric",
146
+ pattern: "[0-9]*"
147
+ }, null, 8, ["modelValue", "type"]),
148
+ e[13] || (e[13] = t("div", { class: "euro-icon" }, " € ", -1))
149
+ ]),
145
150
  i(l(r), {
146
151
  id: "Förderung",
147
152
  modelValue: x.value,
148
153
  "onUpdate:modelValue": e[2] || (e[2] = (n) => x.value = n),
149
154
  class: "budgetArea",
150
155
  label: "Förderung (optional)",
151
- type: l(Z),
156
+ type: l(R),
152
157
  name: "budgetDescription",
153
158
  "text-label": "Förderung (optional)",
154
159
  placeholder: "Beschreiben Sie welche Förderung Sie erhalten haben.",
@@ -156,7 +161,7 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
156
161
  validation: "length:0,500",
157
162
  "validation-visibility": "live",
158
163
  hint: "true",
159
- help: `${P.value} von ${de} Zeichen`,
164
+ help: `${P.value} von ${me} Zeichen`,
160
165
  "count-hint": !0
161
166
  }, null, 8, ["modelValue", "type", "disabled", "help"]),
162
167
  i(T, { variant: "default" }, {
@@ -166,39 +171,39 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
166
171
  color: "#009fe3"
167
172
  })
168
173
  ]),
169
- title: a(() => e[13] || (e[13] = [
174
+ title: a(() => e[14] || (e[14] = [
170
175
  D(" Information ", -1)
171
176
  ])),
172
177
  default: a(() => [
173
- e[14] || (e[14] = t("div", { class: "copy-large-regular" }, [
178
+ e[15] || (e[15] = t("div", { class: "copy-large-regular" }, [
174
179
  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.")
175
180
  ], -1))
176
181
  ]),
177
182
  _: 1,
178
- __: [14]
183
+ __: [15]
179
184
  })
180
185
  ]),
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)),
186
+ t("section", ee, [
187
+ e[18] || (e[18] = t("h5", null, "Erforderliche Fachkompetenzen", -1)),
188
+ e[19] || (e[19] = 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
189
  i(l(r), {
185
190
  modelValue: u.value,
186
191
  "onUpdate:modelValue": e[3] || (e[3] = (n) => u.value = n),
187
192
  type: "hidden",
188
193
  name: "requiredExpertise"
189
194
  }, null, 8, ["modelValue"]),
190
- u.value.length > 0 ? (s(), f("div", ee, [
191
- (s(!0), f(k, null, y(u.value, (n) => (s(), f("div", {
195
+ u.value.length > 0 ? (o(), f("div", te, [
196
+ (o(!0), f(k, null, y(u.value, (n) => (o(), f("div", {
192
197
  key: n,
193
198
  class: "label-chip"
194
199
  }, [
195
200
  U(t("input", {
196
201
  id: `hardware-${n}`,
197
- "onUpdate:modelValue": e[4] || (e[4] = (o) => u.value = o),
202
+ "onUpdate:modelValue": e[4] || (e[4] = (s) => u.value = s),
198
203
  class: "label-chip__input",
199
204
  type: "checkbox",
200
205
  value: n
201
- }, null, 8, te), [
206
+ }, null, 8, ne), [
202
207
  [E, u.value]
203
208
  ]),
204
209
  t("label", {
@@ -218,7 +223,7 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
218
223
  "@inTable": !1
219
224
  }
220
225
  }, null, 8, ["text", "data"])
221
- ], 8, ne)
226
+ ], 8, ie)
222
227
  ]))), 128))
223
228
  ])) : L("", !0),
224
229
  i(M, {
@@ -234,7 +239,7 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
234
239
  "show-end-icon": !1,
235
240
  "initial-hint-text": !1
236
241
  }, null, 8, ["modelValue"]),
237
- t("div", ie, [
242
+ t("div", le, [
238
243
  i(g, {
239
244
  "button-text": "Fachkompetenz hinzufügen",
240
245
  size: "medium",
@@ -244,10 +249,10 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
244
249
  })
245
250
  ])
246
251
  ]),
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, [
252
+ t("section", ae, [
253
+ e[20] || (e[20] = t("h5", null, " Screenshots ", -1)),
254
+ e[21] || (e[21] = 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)),
255
+ t("div", re, [
251
256
  i(l(r), {
252
257
  modelValue: w.value,
253
258
  "onUpdate:modelValue": e[7] || (e[7] = (n) => w.value = n),
@@ -255,8 +260,8 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
255
260
  name: "references",
256
261
  dynamic: ""
257
262
  }, {
258
- default: a(({ items: n, node: o, value: d }) => [
259
- (s(!0), f(k, null, y(n, (m, p) => (s(), V(l(r), {
263
+ default: a(({ items: n, node: s, value: d }) => [
264
+ (o(!0), f(k, null, y(n, (m, p) => (o(), V(l(r), {
260
265
  key: m,
261
266
  type: "group",
262
267
  index: p
@@ -269,7 +274,7 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
269
274
  size: "small",
270
275
  variant: "tertiary",
271
276
  "icon-start": "trash",
272
- onClick: () => o.input(d.filter((F, b) => b !== p))
277
+ onClick: () => s.input(d.filter((F, b) => b !== p))
273
278
  }, null, 8, ["onClick"])
274
279
  ]),
275
280
  _: 2
@@ -277,13 +282,13 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
277
282
  ]),
278
283
  _: 2
279
284
  }, 1032, ["index"]))), 128)),
280
- t("div", re, [
285
+ t("div", se, [
281
286
  i(g, {
282
287
  "button-text": "Screenshot hinzufügen",
283
288
  size: "medium",
284
289
  variant: "tertiary",
285
290
  "icon-start": "plus",
286
- onClick: (m) => o.input(d.concat({}))
291
+ onClick: (m) => s.input(d.concat({}))
287
292
  }, null, 8, ["onClick"])
288
293
  ])
289
294
  ]),
@@ -292,9 +297,9 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
292
297
  ])
293
298
  ]),
294
299
  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, [
300
+ e[22] || (e[22] = t("h5", null, " Weiterführende Links ", -1)),
301
+ e[23] || (e[23] = 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)),
302
+ t("div", ue, [
298
303
  i(l(r), {
299
304
  modelValue: _.value,
300
305
  "onUpdate:modelValue": e[8] || (e[8] = (n) => _.value = n),
@@ -302,8 +307,8 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
302
307
  name: "links",
303
308
  dynamic: ""
304
309
  }, {
305
- default: a(({ items: n, node: o, value: d }) => [
306
- (s(!0), f(k, null, y(n, (m, p) => (s(), V(l(r), {
310
+ default: a(({ items: n, node: s, value: d }) => [
311
+ (o(!0), f(k, null, y(n, (m, p) => (o(), V(l(r), {
307
312
  key: m,
308
313
  type: "group",
309
314
  index: p
@@ -316,7 +321,7 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
316
321
  size: "small",
317
322
  variant: "tertiary",
318
323
  "icon-start": "trash",
319
- onClick: () => o.input(d.filter((F, b) => b !== p))
324
+ onClick: () => s.input(d.filter((F, b) => b !== p))
320
325
  }, null, 8, ["onClick"])
321
326
  ]),
322
327
  _: 2
@@ -324,13 +329,13 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
324
329
  ]),
325
330
  _: 2
326
331
  }, 1032, ["index"]))), 128)),
327
- t("div", ue, [
332
+ t("div", de, [
328
333
  i(g, {
329
334
  "button-text": "Link hinzufügen",
330
335
  size: "medium",
331
336
  variant: "tertiary",
332
337
  "icon-start": "plus",
333
- onClick: (m) => o.input(d.concat({}))
338
+ onClick: (m) => s.input(d.concat({}))
334
339
  }, null, 8, ["onClick"])
335
340
  ])
336
341
  ]),
@@ -343,5 +348,5 @@ const q = { class: "dpiV3_page V3-typography" }, O = {
343
348
  }
344
349
  });
345
350
  export {
346
- Ce as default
351
+ we as default
347
352
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./HardwareForm.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-db9967a5"]]);
4
+ const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-4cf8fd8c"]]);
5
5
  export {
6
- p as default
6
+ m as default
7
7
  };
@@ -513,7 +513,7 @@ const Ft = { class: "dpi-project-process-step V3-typography" }, Ht = { class: "s
513
513
  s("div", Gt, [
514
514
  a(f, {
515
515
  "button-text": "Löschen",
516
- size: "medium",
516
+ size: "small",
517
517
  variant: "tertiary",
518
518
  "icon-start": "trash",
519
519
  onClick: pt
@@ -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 m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-73b38374"]]);
4
+ const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-09fc3c2b"]]);
5
5
  export {
6
- m as default
6
+ c as default
7
7
  };