@piveau/dpi 0.2.0-alpha.14 → 0.2.0-alpha.15

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