@piveau/dpi 0.2.0-alpha.19 → 0.2.0-alpha.20
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/DPIHome.vue.js +62 -56
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue.js +4 -53
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue2.js +58 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +65 -53
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue2.js +60 -56
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +67 -79
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +17 -17
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +411 -318
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +103 -71
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChangeLicenseV3.vue.js +130 -77
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +88 -60
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +111 -74
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +143 -126
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +32 -32
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +64 -48
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/StatusV3.vue.js +29 -28
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue2.js +46 -41
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +227 -208
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +124 -106
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +113 -108
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +370 -360
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +464 -182
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +31 -26
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +31 -92
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +183 -126
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/components/ContactPage.vue.js +95 -89
- package/dist/packages/dpi/src/data-provider-interface/components/DistLicense.vue.js +139 -122
- package/dist/packages/dpi/src/data-provider-interface/components/DistributionSimplePage.vue.js +618 -525
- package/dist/packages/dpi/src/data-provider-interface/components/HVDPage.vue.js +56 -55
- package/dist/packages/dpi/src/data-provider-interface/components/PublisherPage.vue.js +94 -89
- package/dist/packages/dpi/src/data-provider-interface/components/ReviewAndPublishPage.vue.js +247 -238
- package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue.js +4 -4
- package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue2.js +16 -17
- package/dist/packages/dpi/src/data-provider-interface/components/TempResPage.vue.js +122 -104
- package/dist/packages/dpi/src/data-provider-interface/components/TempResPageInModal.vue.js +249 -108
- package/dist/packages/dpi/src/data-provider-interface/composables/useDpiSimpleLoader.js +332 -305
- package/dist/packages/dpi/src/data-provider-interface/composables/useTwinbyUser.js +89 -55
- package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/converter.js +243 -199
- package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/input-definition.js +24 -11
- package/dist/packages/dpi/src/data-provider-interface/store/modules/authStore.js +14 -12
- package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +317 -288
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./SoftwareForm.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-eda35876"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
e as default
|
|
7
7
|
};
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { toTypedSchema as
|
|
3
|
-
import { useForm as
|
|
1
|
+
import { defineComponent as ce, mergeModels as W, useModel as de, unref as i, watch as z, ref as fe, computed as h, createElementBlock as c, openBlock as a, createElementVNode as o, createCommentVNode as w, createVNode as u, Fragment as A, mergeProps as k, isRef as F, withCtx as me, renderList as pe, withDirectives as he, vModelCheckbox as be, createBlock as Se } from "vue";
|
|
2
|
+
import { toTypedSchema as R } from "../../../../../../../node_modules/.pnpm/@vee-validate_zod@4.15.1_vue@3.5.18_typescript@5.8.3__zod@3.25.76/node_modules/@vee-validate/zod/dist/vee-validate-zod.js";
|
|
3
|
+
import { useForm as Z, useFieldArray as ve } from "vee-validate";
|
|
4
4
|
import * as l from "zod";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
target: "_blank"
|
|
14
|
-
}, Ve = { class: "step-section" }, Ie = {
|
|
5
|
+
import { useTwinbyUser as ye } from "../../../composables/useTwinbyUser.js";
|
|
6
|
+
import ge from "../Autocomplete/AutocompleteVocab.vue.js";
|
|
7
|
+
import b from "../ButtonV3.vue.js";
|
|
8
|
+
import we from "../Chip.vue.js";
|
|
9
|
+
import ke from "../InputField.vue.js";
|
|
10
|
+
import Fe from "../ListBox/Listbox.vue.js";
|
|
11
|
+
import Ie from "./RichOption.vue.js";
|
|
12
|
+
const Ve = { class: "dpi-project-process-step V3-typography" }, xe = { class: "step-section" }, ze = { class: "step-section-actions" }, Ae = ["href"], Ce = { class: "step-section" }, Be = {
|
|
15
13
|
key: 0,
|
|
16
14
|
class: "functionalities-container"
|
|
17
|
-
},
|
|
15
|
+
}, _e = ["id", "value"], De = { class: "step-section-actions" }, Ue = { class: "step-section-actions" }, Le = {
|
|
18
16
|
key: 0,
|
|
19
17
|
class: "button-row"
|
|
20
|
-
},
|
|
18
|
+
}, j = "Wählen Sie eine Funktionalität aus oder nennen Sie eine Funktionalität ein.", Qe = /* @__PURE__ */ ce({
|
|
21
19
|
__name: "SoftwareForm",
|
|
22
20
|
props: /* @__PURE__ */ W({
|
|
23
21
|
modelValue: {},
|
|
@@ -30,164 +28,184 @@ const ge = { class: "dpi-project-process-step V3-typography" }, we = { class: "s
|
|
|
30
28
|
modelModifiers: {}
|
|
31
29
|
}),
|
|
32
30
|
emits: /* @__PURE__ */ W(["submit", "patch", "close"], ["update:modelValue"]),
|
|
33
|
-
setup(
|
|
34
|
-
const m =
|
|
31
|
+
setup(C, { emit: O }) {
|
|
32
|
+
const m = C, I = O, G = de(C, "modelValue"), S = !!m.modelValue, $ = i(m.modelValue) || "", q = l.object({
|
|
35
33
|
lat: l.string().min(1, "Geben Sie einen Wert für die Breite ein"),
|
|
36
34
|
lng: l.string().min(1, "Geben Sie einen Wert für die Länge ein")
|
|
37
|
-
}),
|
|
35
|
+
}), K = l.array(q), Q = l.object({
|
|
38
36
|
id: l.string(),
|
|
39
37
|
functionalities: l.array(l.string()).min(1),
|
|
40
|
-
locations:
|
|
38
|
+
locations: K
|
|
41
39
|
}), {
|
|
42
|
-
defineField:
|
|
40
|
+
defineField: B,
|
|
43
41
|
handleSubmit: Y,
|
|
44
|
-
resetForm:
|
|
45
|
-
errors:
|
|
46
|
-
} =
|
|
47
|
-
validationSchema:
|
|
42
|
+
resetForm: H,
|
|
43
|
+
errors: Te
|
|
44
|
+
} = Z({
|
|
45
|
+
validationSchema: R(Q),
|
|
48
46
|
initialValues: {
|
|
49
47
|
id: m.modelValue || "",
|
|
50
48
|
functionalities: m.functionalities || [],
|
|
51
49
|
locations: []
|
|
52
50
|
},
|
|
53
51
|
name: "softwareForm"
|
|
54
|
-
}), [d,
|
|
55
|
-
remove:
|
|
56
|
-
push:
|
|
57
|
-
fields:
|
|
58
|
-
} =
|
|
59
|
-
|
|
60
|
-
|
|
52
|
+
}), [d, J] = B("id"), [r, X] = B("functionalities"), {
|
|
53
|
+
remove: Ee,
|
|
54
|
+
push: Me,
|
|
55
|
+
fields: Ne
|
|
56
|
+
} = ve("locations");
|
|
57
|
+
z(d, (n) => {
|
|
58
|
+
G.value = n || "";
|
|
61
59
|
}, { immediate: !0 });
|
|
62
|
-
const
|
|
63
|
-
function
|
|
64
|
-
|
|
60
|
+
const _ = fe(null);
|
|
61
|
+
function ee(n) {
|
|
62
|
+
_.value = n;
|
|
65
63
|
}
|
|
66
|
-
const p =
|
|
64
|
+
const p = h(() => !!d.value), D = h(() => {
|
|
67
65
|
var n;
|
|
68
66
|
return (((n = r.value) == null ? void 0 : n.length) ?? 0) > 0;
|
|
69
|
-
}),
|
|
67
|
+
}), te = h(() => {
|
|
70
68
|
var n;
|
|
71
|
-
return ((n =
|
|
72
|
-
}),
|
|
69
|
+
return ((n = _.value) == null ? void 0 : n.functionalities) ?? [];
|
|
70
|
+
}), ne = l.object({
|
|
73
71
|
functionalitySelect: l.string().optional(),
|
|
74
72
|
functionalityInput: l.string().optional()
|
|
75
73
|
}).superRefine((n, t) => {
|
|
76
74
|
const e = n.functionalitySelect && n.functionalitySelect.trim().length > 0, s = n.functionalityInput && n.functionalityInput.trim().length > 0;
|
|
77
75
|
!e && !s && (t.addIssue({
|
|
78
76
|
code: l.ZodIssueCode.custom,
|
|
79
|
-
message:
|
|
77
|
+
message: j,
|
|
80
78
|
path: ["functionalitySelect"]
|
|
81
79
|
}), t.addIssue({
|
|
82
80
|
code: l.ZodIssueCode.custom,
|
|
83
|
-
message:
|
|
81
|
+
message: j,
|
|
84
82
|
path: ["functionalityInput"]
|
|
85
83
|
}));
|
|
86
84
|
}), {
|
|
87
|
-
defineField:
|
|
88
|
-
handleSubmit:
|
|
89
|
-
errors:
|
|
85
|
+
defineField: U,
|
|
86
|
+
handleSubmit: ie,
|
|
87
|
+
errors: v,
|
|
90
88
|
resetForm: V
|
|
91
|
-
} =
|
|
92
|
-
validationSchema:
|
|
89
|
+
} = Z({
|
|
90
|
+
validationSchema: R(ne),
|
|
93
91
|
initialValues: {
|
|
94
92
|
functionalitySelect: "",
|
|
95
93
|
functionalityInput: ""
|
|
96
94
|
}
|
|
97
95
|
});
|
|
98
|
-
|
|
96
|
+
z(d, (n, t) => {
|
|
99
97
|
!!t && !!n && n !== t && (V(), r.value = []);
|
|
100
98
|
});
|
|
101
|
-
const [
|
|
102
|
-
S ?
|
|
103
|
-
id:
|
|
99
|
+
const [y, oe] = U("functionalitySelect"), [x, le] = U("functionalityInput"), L = h(() => Array.from(r.value || [])), T = Y((n) => {
|
|
100
|
+
S ? I("patch", {
|
|
101
|
+
id: $,
|
|
104
102
|
software: {
|
|
105
103
|
id: n.id,
|
|
106
104
|
functionalities: Array.from(r.value || []).filter(Boolean)
|
|
107
105
|
}
|
|
108
|
-
}) :
|
|
106
|
+
}) : I("submit", {
|
|
109
107
|
id: n.id,
|
|
110
108
|
functionalities: Array.from(r.value || []).filter(Boolean)
|
|
111
|
-
}), V(),
|
|
112
|
-
}),
|
|
109
|
+
}), V(), H();
|
|
110
|
+
}), E = ie((n) => {
|
|
113
111
|
var e, s;
|
|
114
112
|
const t = n.functionalitySelect || n.functionalityInput;
|
|
115
113
|
t && t.trim().length > 0 && !((e = r.value) != null && e.includes(t)) && ((s = r.value) == null || s.push(t)), V();
|
|
116
114
|
});
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
115
|
+
z(y, (n) => {
|
|
116
|
+
n && n.trim().length > 0 && E();
|
|
117
|
+
});
|
|
118
|
+
function se(n) {
|
|
119
|
+
return [
|
|
120
|
+
...n,
|
|
121
|
+
{
|
|
122
|
+
id: "--software-in-request--",
|
|
123
|
+
name: "Software in Beantragung",
|
|
124
|
+
manufacturer: "",
|
|
125
|
+
description: "Platzhalter für Software, die Sie bei uns beantragt haben.",
|
|
126
|
+
unavailable: !1
|
|
127
|
+
}
|
|
128
|
+
];
|
|
129
|
+
}
|
|
130
|
+
const { authToken: re, username: ue } = ye(), ae = h(() => `https://form.typeform.com/to/r9b1mAZL#token=${re.value}&account=${ue.value}`);
|
|
131
|
+
return (n, t) => (a(), c("div", Ve, [
|
|
132
|
+
o("section", xe, [
|
|
133
|
+
S ? w("", !0) : (a(), c(A, { key: 0 }, [
|
|
120
134
|
t[6] || (t[6] = o("h5", null, "Wählen Sie eine bestehende Software", -1)),
|
|
121
135
|
t[7] || (t[7] = o("p", null, "Falls die Software bereits angelegt wurde, können Sie sie hier auswählen.", -1))
|
|
122
136
|
], 64)),
|
|
123
|
-
u(
|
|
137
|
+
u(ge, k({
|
|
124
138
|
modelValue: i(d),
|
|
125
|
-
"onUpdate:modelValue": t[0] || (t[0] = (e) =>
|
|
126
|
-
}, i(
|
|
139
|
+
"onUpdate:modelValue": t[0] || (t[0] = (e) => F(d) ? d.value = e : null)
|
|
140
|
+
}, i(J), {
|
|
127
141
|
"base-url": "https://twin.bydata.de/api/hub/search",
|
|
128
142
|
resource: "software",
|
|
129
143
|
label: "",
|
|
130
144
|
placeholder: "Software...",
|
|
131
145
|
name: "software",
|
|
132
146
|
"setup-fn": (e) => {
|
|
133
|
-
var s, f,
|
|
147
|
+
var s, f, g, M, N, P;
|
|
134
148
|
return {
|
|
135
149
|
id: e == null ? void 0 : e.id,
|
|
136
150
|
name: ((s = e == null ? void 0 : e.name) == null ? void 0 : s.de) || ((f = e == null ? void 0 : e.name) == null ? void 0 : f.en),
|
|
137
151
|
functionalities: (e == null ? void 0 : e.functionalities) || [],
|
|
138
152
|
unavailable: m.exclude.includes(e == null ? void 0 : e.id),
|
|
139
|
-
manufacturer: (M = (
|
|
140
|
-
description: ((N = e == null ? void 0 : e.description) == null ? void 0 : N.de) || ((
|
|
153
|
+
manufacturer: (M = (g = e == null ? void 0 : e.manufacturer) == null ? void 0 : g[0]) == null ? void 0 : M.label,
|
|
154
|
+
description: ((N = e == null ? void 0 : e.description) == null ? void 0 : N.de) || ((P = e == null ? void 0 : e.description) == null ? void 0 : P.en),
|
|
141
155
|
version: e == null ? void 0 : e.version
|
|
142
156
|
};
|
|
143
157
|
},
|
|
144
|
-
|
|
158
|
+
"post-process-fn": se,
|
|
159
|
+
onSelect: ee
|
|
145
160
|
}), {
|
|
146
|
-
option:
|
|
147
|
-
u(
|
|
161
|
+
option: me(({ option: e, active: s, selected: f, disabled: g }) => [
|
|
162
|
+
u(Ie, {
|
|
148
163
|
name: e.name,
|
|
149
164
|
manufacturer: e.manufacturer,
|
|
150
165
|
description: e.description,
|
|
151
166
|
active: s,
|
|
152
167
|
selected: f,
|
|
153
|
-
"is-disabled":
|
|
168
|
+
"is-disabled": g
|
|
154
169
|
}, null, 8, ["name", "manufacturer", "description", "active", "selected", "is-disabled"])
|
|
155
170
|
]),
|
|
156
171
|
_: 1
|
|
157
172
|
}, 16, ["modelValue", "setup-fn"]),
|
|
158
|
-
S ?
|
|
173
|
+
S ? w("", !0) : (a(), c(A, { key: 1 }, [
|
|
159
174
|
t[8] || (t[8] = o("h5", null, "oder", -1)),
|
|
160
175
|
t[9] || (t[9] = o("p", null, " Sollte die verwendete Software noch nicht im Katalog verfügbar sein, können Sie die Anlage bei uns beantragen. Damit Sie die Dokumentation Ihres Digitalen Zwillings dennoch abschließen können, ordnen Sie dem Prozessschritt vorübergehend den Platzhalter-Datensatz „Software in Beantragung“ zu. Sobald die gewünschten Daten im Katalog verfügbar sind, können Sie diesen Platzhalter durch den tatsächlichen Software-Datensatz ersetzen. ", -1)),
|
|
161
|
-
o("div",
|
|
162
|
-
o("a",
|
|
163
|
-
|
|
176
|
+
o("div", ze, [
|
|
177
|
+
o("a", {
|
|
178
|
+
href: ae.value,
|
|
179
|
+
target: "_blank"
|
|
180
|
+
}, [
|
|
181
|
+
u(b, {
|
|
164
182
|
"button-text": "Zur Softwarebeantragung",
|
|
165
183
|
size: "medium",
|
|
166
184
|
variant: "secondary"
|
|
167
185
|
})
|
|
168
|
-
])
|
|
186
|
+
], 8, Ae)
|
|
169
187
|
])
|
|
170
188
|
], 64))
|
|
171
189
|
]),
|
|
172
|
-
o("section",
|
|
190
|
+
o("section", Ce, [
|
|
173
191
|
t[10] || (t[10] = o("h5", null, " Wie haben Sie die Software verwendet? ", -1)),
|
|
174
192
|
t[11] || (t[11] = o("p", null, " Beschreiben Sie, wie Sie die angegebene Software verwendet haben. Wählen Sie hierzu die genutzten Funktionalitäten aus oder ergänzen Sie diese. ", -1)),
|
|
175
|
-
L.value.length > 0 ? (a(), c("div",
|
|
176
|
-
(a(!0), c(A, null,
|
|
193
|
+
L.value.length > 0 ? (a(), c("div", Be, [
|
|
194
|
+
(a(!0), c(A, null, pe(L.value, (e, s) => (a(), c("div", {
|
|
177
195
|
key: s,
|
|
178
196
|
class: "functionalities"
|
|
179
197
|
}, [
|
|
180
|
-
|
|
198
|
+
he(o("input", k({
|
|
181
199
|
id: e,
|
|
182
|
-
"onUpdate:modelValue": t[1] || (t[1] = (f) =>
|
|
200
|
+
"onUpdate:modelValue": t[1] || (t[1] = (f) => F(r) ? r.value = f : null),
|
|
183
201
|
hidden: "",
|
|
184
202
|
value: e,
|
|
185
203
|
name: "selectedFunctionalities",
|
|
186
204
|
type: "checkbox"
|
|
187
|
-
}, { ref_for: !0 }, i(
|
|
188
|
-
[
|
|
205
|
+
}, { ref_for: !0 }, i(X)), null, 16, _e), [
|
|
206
|
+
[be, i(r)]
|
|
189
207
|
]),
|
|
190
|
-
u(
|
|
208
|
+
u(we, {
|
|
191
209
|
as: "label",
|
|
192
210
|
for: e,
|
|
193
211
|
text: e,
|
|
@@ -202,23 +220,23 @@ const ge = { class: "dpi-project-process-step V3-typography" }, we = { class: "s
|
|
|
202
220
|
"select-value": !0
|
|
203
221
|
}, null, 8, ["for", "text", "data"])
|
|
204
222
|
]))), 128))
|
|
205
|
-
])) :
|
|
206
|
-
u(
|
|
207
|
-
modelValue: i(
|
|
208
|
-
"onUpdate:modelValue": t[2] || (t[2] = (e) =>
|
|
209
|
-
options:
|
|
210
|
-
"error-message": i(
|
|
223
|
+
])) : w("", !0),
|
|
224
|
+
u(Fe, k({
|
|
225
|
+
modelValue: i(y),
|
|
226
|
+
"onUpdate:modelValue": t[2] || (t[2] = (e) => F(y) ? y.value = e : null),
|
|
227
|
+
options: te.value,
|
|
228
|
+
"error-message": i(v).functionalitySelect,
|
|
211
229
|
label: "Funktionalitäten auswählen",
|
|
212
230
|
placeholder: "Wählen Sie eine Funktionalität.",
|
|
213
231
|
disabled: !p.value
|
|
214
|
-
}, i(
|
|
232
|
+
}, i(oe)), null, 16, ["modelValue", "options", "error-message", "disabled"]),
|
|
215
233
|
t[12] || (t[12] = o("h5", null, " oder ", -1)),
|
|
216
|
-
u(
|
|
234
|
+
u(ke, k({
|
|
217
235
|
modelValue: i(x),
|
|
218
|
-
"onUpdate:modelValue": t[3] || (t[3] = (e) =>
|
|
219
|
-
"initial-hint-text": !!i(
|
|
220
|
-
error_message: i(
|
|
221
|
-
"show-error": !!i(
|
|
236
|
+
"onUpdate:modelValue": t[3] || (t[3] = (e) => F(x) ? x.value = e : null),
|
|
237
|
+
"initial-hint-text": !!i(v).functionalityInput,
|
|
238
|
+
error_message: i(v).functionalityInput,
|
|
239
|
+
"show-error": !!i(v).functionalityInput,
|
|
222
240
|
"add-on-text": !1,
|
|
223
241
|
"date-picker": !1,
|
|
224
242
|
"info-icon": !1,
|
|
@@ -227,42 +245,42 @@ const ge = { class: "dpi-project-process-step V3-typography" }, we = { class: "s
|
|
|
227
245
|
"is-disabled": !p.value,
|
|
228
246
|
label: "Funktionalitäten nennen",
|
|
229
247
|
placeholder: "Nennen Sie eine Funktionalität"
|
|
230
|
-
}, i(
|
|
231
|
-
o("div",
|
|
232
|
-
u(
|
|
248
|
+
}, i(le)), null, 16, ["modelValue", "initial-hint-text", "error_message", "show-error", "is-disabled"]),
|
|
249
|
+
o("div", De, [
|
|
250
|
+
u(b, {
|
|
233
251
|
"button-text": "Funktionalität hinzufügen",
|
|
234
252
|
size: "medium",
|
|
235
253
|
variant: "tertiary",
|
|
236
254
|
"icon-start": "plus",
|
|
237
255
|
disabled: !p.value,
|
|
238
|
-
onClick: i(
|
|
256
|
+
onClick: i(E)
|
|
239
257
|
}, null, 8, ["disabled", "onClick"])
|
|
240
258
|
])
|
|
241
259
|
]),
|
|
242
|
-
|
|
243
|
-
o("section",
|
|
244
|
-
S ? (a(), c("div",
|
|
245
|
-
u(
|
|
260
|
+
w("", !0),
|
|
261
|
+
o("section", Ue, [
|
|
262
|
+
S ? (a(), c("div", Le, [
|
|
263
|
+
u(b, {
|
|
246
264
|
"button-text": "Abbrechen",
|
|
247
265
|
variant: "tertiary",
|
|
248
|
-
onClick: t[5] || (t[5] = (e) =>
|
|
266
|
+
onClick: t[5] || (t[5] = (e) => I("close"))
|
|
249
267
|
}),
|
|
250
|
-
u(
|
|
268
|
+
u(b, {
|
|
251
269
|
"button-text": "Speichern",
|
|
252
|
-
disabled: !p.value || !
|
|
253
|
-
onClick: i(
|
|
270
|
+
disabled: !p.value || !D.value,
|
|
271
|
+
onClick: i(T)
|
|
254
272
|
}, null, 8, ["disabled", "onClick"])
|
|
255
|
-
])) : (a(),
|
|
273
|
+
])) : (a(), Se(b, {
|
|
256
274
|
key: 1,
|
|
257
275
|
"icon-start": "PlusSquare",
|
|
258
276
|
"button-text": "Software hinzufügen",
|
|
259
|
-
disabled: !p.value || !
|
|
260
|
-
onClick: i(
|
|
277
|
+
disabled: !p.value || !D.value,
|
|
278
|
+
onClick: i(T)
|
|
261
279
|
}, null, 8, ["disabled", "onClick"]))
|
|
262
280
|
])
|
|
263
281
|
]));
|
|
264
282
|
}
|
|
265
283
|
});
|
|
266
284
|
export {
|
|
267
|
-
|
|
285
|
+
Qe as default
|
|
268
286
|
};
|