@piveau/dpi 0.2.0-alpha.6 → 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.
- package/dist/assets/dpi.css +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/AboutProject.vue.js +20 -17
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +4 -4
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ProjectTable.vue.js +45 -44
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ActionCard.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ActionCard.vue2.js +24 -22
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectDescriptionStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectStatusStep.vue.js +18 -21
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Chip.vue.js +49 -41
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ChipToggleList/ChipToggleList.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ChipToggleList/ChipToggleList.vue2.js +30 -24
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +105 -133
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js +7 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue2.js +180 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +3 -3
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue2.js +63 -61
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js +48 -39
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldFormKit.vue.js +40 -36
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxDefinition.js +8 -3
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxFormKit.vue.js +65 -37
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ListBox/Listbox.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ListBox/Listbox.vue2.js +21 -22
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +96 -93
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue.js +3 -3
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue2.js +59 -56
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/GetResource.vue.js +38 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/GetResource.vue2.js +4 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepsOverviewStep.vue.js +12 -12
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue2.js +32 -34
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/InitiierenStep.vue.js +38 -33
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js +38 -32
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/ProjektPhasenOverviewStep.vue.js +7 -7
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js +36 -31
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +35 -30
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +7 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +1055 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/StateTag.vue.js +17 -13
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SummaryBox.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SummaryBox.vue2.js +14 -10
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +84 -73
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +70 -65
- package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue.js +7 -0
- package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue2.js +42 -0
- package/dist/packages/dpi/src/data-provider-interface/components/dev-tools/ProjectDpiDevTools.vue.js +7 -0
- package/dist/packages/dpi/src/data-provider-interface/components/dev-tools/ProjectDpiDevTools.vue2.js +249 -0
- package/dist/packages/dpi/src/data-provider-interface/components/dev-tools/fixtures.js +287 -0
- package/dist/packages/dpi/src/data-provider-interface/composables/project-transformer/__tests__/fixtures/theProjectForm.js +281 -0
- package/dist/packages/dpi/src/data-provider-interface/composables/project-transformer/decodeProject.js +244 -0
- package/dist/packages/dpi/src/data-provider-interface/composables/project-transformer/encodeProject.js +330 -0
- package/dist/packages/dpi/src/data-provider-interface/composables/project-transformer/shared.js +37 -0
- package/dist/packages/dpi/src/data-provider-interface/schema/projectLdSchema.js +114 -0
- package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +406 -371
- package/dist/packages/dpi/src/stories/components/LinkCard.vue.js +3 -3
- package/dist/packages/dpi/src/stories/components/LinkCard.vue2.js +12 -11
- package/dist/packages/dpi/src/stories/components/PartnerCard.vue.js +2 -2
- package/dist/packages/dpi/src/stories/components/PartnerCard.vue2.js +21 -16
- package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue.js +2 -2
- package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue2.js +8 -6
- package/package.json +5 -2
- package/dist/packages/dpi/src/stories/components/MethodsCard.vue.js +0 -7
- package/dist/packages/dpi/src/stories/components/MethodsCard.vue2.js +0 -45
package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ListBox/Listbox.vue2.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as L, mergeModels as h, useModel as B, computed as C, createElementBlock as _, openBlock as
|
|
1
|
+
import { defineComponent as L, mergeModels as h, useModel as B, computed as C, createElementBlock as _, openBlock as r, createVNode as u, unref as a, withCtx as i, normalizeClass as d, createElementVNode as b, createCommentVNode as M, renderSlot as D, createTextVNode as k, toDisplayString as c, createBlock as x, resolveDynamicComponent as S, Fragment as F, renderList as N } from "vue";
|
|
2
2
|
import { Listbox as E, ListboxButton as w, ListboxLabel as z, ListboxOptions as O, ListboxOption as P } from "@headlessui/vue";
|
|
3
3
|
import { PhCaretUp as U, PhCaretDown as q } from "@phosphor-icons/vue";
|
|
4
4
|
const T = { class: "listbox" }, $ = { class: "listbox__input" }, j = { class: "listbox__input-icon" }, I = /* @__PURE__ */ L({
|
|
@@ -9,8 +9,8 @@ const T = { class: "listbox" }, $ = { class: "listbox__input" }, j = { class: "l
|
|
|
9
9
|
errorMessage: { default: "" },
|
|
10
10
|
name: { default: "" },
|
|
11
11
|
placeholder: { default: "" },
|
|
12
|
-
optionLabel: { type: Function, default: (
|
|
13
|
-
optionValue: { type: Function, default: (
|
|
12
|
+
optionLabel: { type: Function, default: (s) => s },
|
|
13
|
+
optionValue: { type: Function, default: (s) => s },
|
|
14
14
|
optionDisabled: { type: Function, default: () => !1 },
|
|
15
15
|
disabled: { type: Boolean }
|
|
16
16
|
}, {
|
|
@@ -18,8 +18,8 @@ const T = { class: "listbox" }, $ = { class: "listbox__input" }, j = { class: "l
|
|
|
18
18
|
modelModifiers: {}
|
|
19
19
|
}),
|
|
20
20
|
emits: ["update:modelValue"],
|
|
21
|
-
setup(
|
|
22
|
-
const l =
|
|
21
|
+
setup(s) {
|
|
22
|
+
const l = s, o = B(s, "modelValue"), f = C(() => !!l.errorMessage);
|
|
23
23
|
function p(e) {
|
|
24
24
|
return e ? typeof e == "string" ? l.optionLabel(e) : String(e.name) || String(e.id) : "";
|
|
25
25
|
}
|
|
@@ -29,27 +29,26 @@ const T = { class: "listbox" }, $ = { class: "listbox__input" }, j = { class: "l
|
|
|
29
29
|
function g(e) {
|
|
30
30
|
return typeof e == "string" ? l.optionDisabled(e) : !!e.unavailable;
|
|
31
31
|
}
|
|
32
|
-
function V(e,
|
|
33
|
-
|
|
34
|
-
const t = v(e), m = v(r);
|
|
32
|
+
function V(e, n) {
|
|
33
|
+
const t = v(e), m = v(n);
|
|
35
34
|
return t === m;
|
|
36
35
|
}
|
|
37
|
-
return (e,
|
|
38
|
-
u(
|
|
36
|
+
return (e, n) => (r(), _("div", T, [
|
|
37
|
+
u(a(E), {
|
|
39
38
|
modelValue: o.value,
|
|
40
|
-
"onUpdate:modelValue":
|
|
39
|
+
"onUpdate:modelValue": n[0] || (n[0] = (t) => o.value = t),
|
|
41
40
|
name: l.name,
|
|
42
41
|
by: V,
|
|
43
42
|
disabled: l.disabled
|
|
44
43
|
}, {
|
|
45
|
-
default:
|
|
46
|
-
u(
|
|
44
|
+
default: i(() => [
|
|
45
|
+
u(a(w), {
|
|
47
46
|
as: "button",
|
|
48
47
|
class: d(["listbox__button", { "listbox__button--error": f.value, "listbox__button--disabled": l.disabled }])
|
|
49
48
|
}, {
|
|
50
|
-
default:
|
|
51
|
-
u(
|
|
52
|
-
default:
|
|
49
|
+
default: i(({ open: t }) => [
|
|
50
|
+
u(a(z), { as: "div" }, {
|
|
51
|
+
default: i(() => [
|
|
53
52
|
D(e.$slots, "label", {
|
|
54
53
|
label: l.label,
|
|
55
54
|
selected: o.value
|
|
@@ -64,28 +63,28 @@ const T = { class: "listbox" }, $ = { class: "listbox__input" }, j = { class: "l
|
|
|
64
63
|
class: d(["listbox__input-label", { "listbox__input-label--placeholder": !o.value }])
|
|
65
64
|
}, c(p(o.value) || l.placeholder), 3),
|
|
66
65
|
b("div", j, [
|
|
67
|
-
(
|
|
66
|
+
(r(), x(S(t ? a(U) : a(q)), { size: "1.5rem" }))
|
|
68
67
|
])
|
|
69
68
|
]),
|
|
70
|
-
e.errorMessage ? (
|
|
69
|
+
e.errorMessage ? (r(), _("div", {
|
|
71
70
|
key: 0,
|
|
72
71
|
class: d(["listbox__message", { "listbox__message--error": f.value }])
|
|
73
72
|
}, c(e.errorMessage), 3)) : M("", !0)
|
|
74
73
|
]),
|
|
75
74
|
_: 3
|
|
76
75
|
}, 8, ["class"]),
|
|
77
|
-
u(
|
|
76
|
+
u(a(O), {
|
|
78
77
|
class: "listbox__options",
|
|
79
78
|
as: "ul"
|
|
80
79
|
}, {
|
|
81
|
-
default:
|
|
82
|
-
(
|
|
80
|
+
default: i(() => [
|
|
81
|
+
(r(!0), _(F, null, N(e.options, (t) => (r(), x(a(P), {
|
|
83
82
|
key: typeof t == "string" ? t : t.id,
|
|
84
83
|
as: "template",
|
|
85
84
|
value: t,
|
|
86
85
|
disabled: g(t)
|
|
87
86
|
}, {
|
|
88
|
-
default:
|
|
87
|
+
default: i(({ active: m, selected: y }) => [
|
|
89
88
|
b("li", {
|
|
90
89
|
class: d(["listbox__option", { "listbox__option--active": m, "listbox__option--selected": y }])
|
|
91
90
|
}, c(p(t)), 3)
|
|
@@ -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
|
|
4
|
+
const f = /* @__PURE__ */ o(t, [["__scopeId", "data-v-b90f51bd"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
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
|
|
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
|
|
11
|
+
import W from "../InputField.vue.js";
|
|
12
12
|
import S from "../InputField/InputFieldDefinition.js";
|
|
13
|
-
import
|
|
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 = {
|
|
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
|
-
},
|
|
20
|
+
}, ee = ["id", "value"], te = ["for"], ne = { class: "action-container" }, ie = {
|
|
21
21
|
id: "partners-section",
|
|
22
22
|
class: "funny-section"
|
|
23
|
-
},
|
|
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" },
|
|
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(
|
|
29
|
-
const x = g(""), V = g([]), C = g([]), _ = g([]),
|
|
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
|
-
}),
|
|
33
|
-
function
|
|
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),
|
|
36
|
+
u.value.includes(e) || u.value.push(e), b.value = "";
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
return (p, e) => (
|
|
40
|
-
e[22] || (e[22] =
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
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
|
-
|
|
47
|
-
e[8] || (e[8] =
|
|
48
|
-
e[9] || (e[9] =
|
|
49
|
-
|
|
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] = (
|
|
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:
|
|
58
|
-
(
|
|
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: "
|
|
69
|
+
variant: "tertiary",
|
|
70
70
|
"icon-start": "trash",
|
|
71
|
-
onClick: () =>
|
|
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
|
-
|
|
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) =>
|
|
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
|
-
|
|
94
|
-
e[10] || (e[10] =
|
|
95
|
-
e[11] || (e[11] =
|
|
96
|
-
|
|
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
|
-
|
|
126
|
-
e[
|
|
127
|
-
e[
|
|
128
|
-
|
|
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] = (
|
|
144
|
+
"onUpdate:modelValue": e[1] || (e[1] = (n) => x.value = n),
|
|
140
145
|
class: "budgetArea",
|
|
141
146
|
label: "Förderung (optional)",
|
|
142
|
-
type: l(
|
|
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: `${
|
|
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[
|
|
164
|
+
title: a(() => e[12] || (e[12] = [
|
|
162
165
|
j(" Information ", -1)
|
|
163
166
|
])),
|
|
164
167
|
default: a(() => [
|
|
165
|
-
e[
|
|
166
|
-
|
|
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
|
-
__: [
|
|
173
|
+
__: [13]
|
|
171
174
|
})
|
|
172
175
|
]),
|
|
173
|
-
|
|
174
|
-
e[16] || (e[16] =
|
|
175
|
-
e[17] || (e[17] =
|
|
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] = (
|
|
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 ? (
|
|
183
|
-
(
|
|
184
|
-
key:
|
|
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(
|
|
188
|
-
id: `hardware-${
|
|
189
|
-
"onUpdate:modelValue": e[3] || (e[3] = (
|
|
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:
|
|
193
|
-
}, null, 8,
|
|
195
|
+
value: n
|
|
196
|
+
}, null, 8, ee), [
|
|
194
197
|
[E, u.value]
|
|
195
198
|
]),
|
|
196
|
-
|
|
199
|
+
t("label", {
|
|
197
200
|
class: "label-chip__label",
|
|
198
|
-
for: `hardware-${
|
|
201
|
+
for: `hardware-${n}`
|
|
199
202
|
}, [
|
|
200
203
|
i(T, {
|
|
201
204
|
class: "label-chip__inner",
|
|
202
|
-
text:
|
|
205
|
+
text: n,
|
|
203
206
|
data: {
|
|
204
|
-
"@value":
|
|
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(
|
|
217
|
-
modelValue:
|
|
218
|
-
"onUpdate:modelValue": e[4] || (e[4] = (
|
|
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
|
-
|
|
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] = (
|
|
238
|
+
onClick: e[5] || (e[5] = (n) => F(b.value))
|
|
236
239
|
})
|
|
237
240
|
])
|
|
238
241
|
]),
|
|
239
|
-
|
|
240
|
-
e[18] || (e[18] =
|
|
241
|
-
e[19] || (e[19] =
|
|
242
|
-
|
|
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] = (
|
|
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:
|
|
251
|
-
(
|
|
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: "
|
|
265
|
+
variant: "tertiary",
|
|
263
266
|
"icon-start": "trash",
|
|
264
|
-
onClick: () =>
|
|
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
|
-
|
|
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) =>
|
|
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
|
-
|
|
287
|
-
e[20] || (e[20] =
|
|
288
|
-
e[21] || (e[21] =
|
|
289
|
-
|
|
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] = (
|
|
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:
|
|
298
|
-
(
|
|
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: "
|
|
312
|
+
variant: "tertiary",
|
|
310
313
|
"icon-start": "trash",
|
|
311
|
-
onClick: () =>
|
|
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
|
-
|
|
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) =>
|
|
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
|
-
|
|
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
|
-
|
|
343
|
+
Ce as default
|
|
341
344
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from "./DatasetStep.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const r = /* @__PURE__ */
|
|
3
|
+
import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const r = /* @__PURE__ */ t(e, [["__scopeId", "data-v-40ceeeee"]]);
|
|
5
5
|
export {
|
|
6
6
|
r as default
|
|
7
7
|
};
|