@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.
Files changed (52) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +62 -56
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue.js +4 -53
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue2.js +58 -0
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +65 -53
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue.js +2 -2
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue2.js +60 -56
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +1 -1
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +67 -79
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +17 -17
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +411 -318
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +1 -1
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +1 -1
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +103 -71
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChangeLicenseV3.vue.js +130 -77
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +88 -60
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +111 -74
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +143 -126
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +32 -32
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +64 -48
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/StatusV3.vue.js +29 -28
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue.js +2 -2
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue2.js +46 -41
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +2 -2
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +227 -208
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +2 -2
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +124 -106
  28. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +113 -108
  29. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +1 -1
  30. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +370 -360
  31. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +464 -182
  32. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +31 -26
  33. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +31 -92
  34. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +183 -126
  35. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +2 -2
  36. package/dist/packages/dpi/src/data-provider-interface/components/ContactPage.vue.js +95 -89
  37. package/dist/packages/dpi/src/data-provider-interface/components/DistLicense.vue.js +139 -122
  38. package/dist/packages/dpi/src/data-provider-interface/components/DistributionSimplePage.vue.js +618 -525
  39. package/dist/packages/dpi/src/data-provider-interface/components/HVDPage.vue.js +56 -55
  40. package/dist/packages/dpi/src/data-provider-interface/components/PublisherPage.vue.js +94 -89
  41. package/dist/packages/dpi/src/data-provider-interface/components/ReviewAndPublishPage.vue.js +247 -238
  42. package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue.js +4 -4
  43. package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue2.js +16 -17
  44. package/dist/packages/dpi/src/data-provider-interface/components/TempResPage.vue.js +122 -104
  45. package/dist/packages/dpi/src/data-provider-interface/components/TempResPageInModal.vue.js +249 -108
  46. package/dist/packages/dpi/src/data-provider-interface/composables/useDpiSimpleLoader.js +332 -305
  47. package/dist/packages/dpi/src/data-provider-interface/composables/useTwinbyUser.js +89 -55
  48. package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/converter.js +243 -199
  49. package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/input-definition.js +24 -11
  50. package/dist/packages/dpi/src/data-provider-interface/store/modules/authStore.js +14 -12
  51. package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +317 -288
  52. 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 a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-6f3b5313"]]);
4
+ const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-eda35876"]]);
5
5
  export {
6
- a as default
6
+ e as default
7
7
  };
@@ -1,23 +1,21 @@
1
- import { defineComponent as se, mergeModels as W, useModel as re, unref as i, watch as R, ref as ue, computed as y, createElementBlock as c, openBlock as a, createElementVNode as o, createCommentVNode as g, createVNode as u, Fragment as A, mergeProps as w, isRef as k, withCtx as ae, renderList as ce, withDirectives as de, vModelCheckbox as fe, createBlock as me } from "vue";
2
- import { toTypedSchema as P } 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 T, useFieldArray as pe } from "vee-validate";
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 he from "../Autocomplete/AutocompleteVocab.vue.js";
6
- import h from "../ButtonV3.vue.js";
7
- import Se from "../Chip.vue.js";
8
- import be from "../InputField.vue.js";
9
- import ve from "../ListBox/Listbox.vue.js";
10
- import ye from "./RichOption.vue.js";
11
- const ge = { class: "dpi-project-process-step V3-typography" }, we = { class: "step-section" }, ke = { class: "step-section-actions" }, Fe = {
12
- href: "https://form.typeform.com/to/r9b1mAZL#token=xxxxx&account=xxxxx",
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
- }, xe = ["id", "value"], Ae = { class: "step-section-actions" }, ze = { class: "step-section-actions" }, Ce = {
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
- }, Z = "Wählen Sie eine Funktionalität aus oder nennen Sie eine Funktionalität ein.", je = /* @__PURE__ */ se({
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(z, { emit: j }) {
34
- const m = z, F = j, O = re(z, "modelValue"), S = !!m.modelValue, G = i(m.modelValue) || "", K = l.object({
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
- }), q = l.array(K), Q = l.object({
35
+ }), K = l.array(q), Q = l.object({
38
36
  id: l.string(),
39
37
  functionalities: l.array(l.string()).min(1),
40
- locations: q
38
+ locations: K
41
39
  }), {
42
- defineField: C,
40
+ defineField: B,
43
41
  handleSubmit: Y,
44
- resetForm: $,
45
- errors: Be
46
- } = T({
47
- validationSchema: P(Q),
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, H] = C("id"), [r, J] = C("functionalities"), {
55
- remove: _e,
56
- push: De,
57
- fields: Le
58
- } = pe("locations");
59
- R(d, (n) => {
60
- O.value = n || "";
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 B = ue(null);
63
- function X(n) {
64
- B.value = n;
60
+ const _ = fe(null);
61
+ function ee(n) {
62
+ _.value = n;
65
63
  }
66
- const p = y(() => !!d.value), _ = y(() => {
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
- }), ee = y(() => {
67
+ }), te = h(() => {
70
68
  var n;
71
- return ((n = B.value) == null ? void 0 : n.functionalities) ?? [];
72
- }), te = l.object({
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: Z,
77
+ message: j,
80
78
  path: ["functionalitySelect"]
81
79
  }), t.addIssue({
82
80
  code: l.ZodIssueCode.custom,
83
- message: Z,
81
+ message: j,
84
82
  path: ["functionalityInput"]
85
83
  }));
86
84
  }), {
87
- defineField: D,
88
- handleSubmit: ne,
89
- errors: b,
85
+ defineField: U,
86
+ handleSubmit: ie,
87
+ errors: v,
90
88
  resetForm: V
91
- } = T({
92
- validationSchema: P(te),
89
+ } = Z({
90
+ validationSchema: R(ne),
93
91
  initialValues: {
94
92
  functionalitySelect: "",
95
93
  functionalityInput: ""
96
94
  }
97
95
  });
98
- R(d, (n, t) => {
96
+ z(d, (n, t) => {
99
97
  !!t && !!n && n !== t && (V(), r.value = []);
100
98
  });
101
- const [I, ie] = D("functionalitySelect"), [x, oe] = D("functionalityInput"), L = y(() => Array.from(r.value || [])), E = Y((n) => {
102
- S ? F("patch", {
103
- id: G,
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
- }) : F("submit", {
106
+ }) : I("submit", {
109
107
  id: n.id,
110
108
  functionalities: Array.from(r.value || []).filter(Boolean)
111
- }), V(), $();
112
- }), le = ne((n) => {
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
- return (n, t) => (a(), c("div", ge, [
118
- o("section", we, [
119
- S ? g("", !0) : (a(), c(A, { key: 0 }, [
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(he, w({
137
+ u(ge, k({
124
138
  modelValue: i(d),
125
- "onUpdate:modelValue": t[0] || (t[0] = (e) => k(d) ? d.value = e : null)
126
- }, i(H), {
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, v, M, N, U;
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 = (v = e == null ? void 0 : e.manufacturer) == null ? void 0 : v[0]) == null ? void 0 : M.label,
140
- description: ((N = e == null ? void 0 : e.description) == null ? void 0 : N.de) || ((U = e == null ? void 0 : e.description) == null ? void 0 : U.en),
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
- onSelect: X
158
+ "post-process-fn": se,
159
+ onSelect: ee
145
160
  }), {
146
- option: ae(({ option: e, active: s, selected: f, disabled: v }) => [
147
- u(ye, {
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": v
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 ? g("", !0) : (a(), c(A, { key: 1 }, [
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", ke, [
162
- o("a", Fe, [
163
- u(h, {
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", Ve, [
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", Ie, [
176
- (a(!0), c(A, null, ce(L.value, (e, s) => (a(), c("div", {
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
- de(o("input", w({
198
+ he(o("input", k({
181
199
  id: e,
182
- "onUpdate:modelValue": t[1] || (t[1] = (f) => k(r) ? r.value = f : null),
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(J)), null, 16, xe), [
188
- [fe, i(r)]
205
+ }, { ref_for: !0 }, i(X)), null, 16, _e), [
206
+ [be, i(r)]
189
207
  ]),
190
- u(Se, {
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
- ])) : g("", !0),
206
- u(ve, w({
207
- modelValue: i(I),
208
- "onUpdate:modelValue": t[2] || (t[2] = (e) => k(I) ? I.value = e : null),
209
- options: ee.value,
210
- "error-message": i(b).functionalitySelect,
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(ie)), null, 16, ["modelValue", "options", "error-message", "disabled"]),
232
+ }, i(oe)), null, 16, ["modelValue", "options", "error-message", "disabled"]),
215
233
  t[12] || (t[12] = o("h5", null, " oder ", -1)),
216
- u(be, w({
234
+ u(ke, k({
217
235
  modelValue: i(x),
218
- "onUpdate:modelValue": t[3] || (t[3] = (e) => k(x) ? x.value = e : null),
219
- "initial-hint-text": !!i(b).functionalityInput,
220
- error_message: i(b).functionalityInput,
221
- "show-error": !!i(b).functionalityInput,
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(oe)), null, 16, ["modelValue", "initial-hint-text", "error_message", "show-error", "is-disabled"]),
231
- o("div", Ae, [
232
- u(h, {
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(le)
256
+ onClick: i(E)
239
257
  }, null, 8, ["disabled", "onClick"])
240
258
  ])
241
259
  ]),
242
- g("", !0),
243
- o("section", ze, [
244
- S ? (a(), c("div", Ce, [
245
- u(h, {
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) => F("close"))
266
+ onClick: t[5] || (t[5] = (e) => I("close"))
249
267
  }),
250
- u(h, {
268
+ u(b, {
251
269
  "button-text": "Speichern",
252
- disabled: !p.value || !_.value,
253
- onClick: i(E)
270
+ disabled: !p.value || !D.value,
271
+ onClick: i(T)
254
272
  }, null, 8, ["disabled", "onClick"])
255
- ])) : (a(), me(h, {
273
+ ])) : (a(), Se(b, {
256
274
  key: 1,
257
275
  "icon-start": "PlusSquare",
258
276
  "button-text": "Software hinzufügen",
259
- disabled: !p.value || !_.value,
260
- onClick: i(E)
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
- je as default
285
+ Qe as default
268
286
  };