@piveau/dpi 0.2.0-alpha.2 → 0.2.0-alpha.4

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 (51) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/assets/stadt.png +0 -0
  3. package/dist/data-provider-interface/HappyFlowComponents/AboutProject.vue.js +99 -0
  4. package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +38 -11
  5. package/dist/data-provider-interface/HappyFlowComponents/HomeTable.vue.js +17 -17
  6. package/dist/data-provider-interface/HappyFlowComponents/ProjectTable.vue.js +94 -0
  7. package/dist/data-provider-interface/HappyFlowComponents/img/DataProcessingSteps.svg.js +4 -0
  8. package/dist/data-provider-interface/HappyFlowComponents/ui/Autocomplete/Autocomplete.vue.js +2 -2
  9. package/dist/data-provider-interface/HappyFlowComponents/ui/Autocomplete/Autocomplete.vue2.js +1 -1
  10. package/dist/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocabFormKit.vue.js +18 -18
  11. package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
  12. package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +89 -67
  13. package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectStatusStep.vue.js +38 -0
  14. package/dist/data-provider-interface/HappyFlowComponents/ui/Card.vue.js +2 -2
  15. package/dist/data-provider-interface/HappyFlowComponents/ui/Card.vue2.js +34 -20
  16. package/dist/data-provider-interface/HappyFlowComponents/ui/ChipToggleList/ChipToggleList.vue.js +7 -0
  17. package/dist/data-provider-interface/HappyFlowComponents/ui/ChipToggleList/ChipToggleList.vue2.js +62 -0
  18. package/dist/data-provider-interface/HappyFlowComponents/ui/Findability/CategoriesStep.vue.js +7 -0
  19. package/dist/data-provider-interface/HappyFlowComponents/ui/Findability/CategoriesStep.vue2.js +60 -0
  20. package/dist/data-provider-interface/HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js +45 -28
  21. package/dist/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldDefinition.js +5 -3
  22. package/dist/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldFormKit.vue.js +45 -37
  23. package/dist/data-provider-interface/HappyFlowComponents/ui/LandingProjectStep/LandingProjectStep.vue.js +7 -0
  24. package/dist/data-provider-interface/HappyFlowComponents/ui/LandingProjectStep/LandingProjectStep.vue2.js +40 -0
  25. package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxDefinition.js +2 -1
  26. package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxFormKit.vue.js +20 -16
  27. package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/Listbox.vue.js +2 -2
  28. package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/Listbox.vue2.js +41 -37
  29. package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +7 -0
  30. package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +341 -0
  31. package/dist/data-provider-interface/HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js +64 -0
  32. package/dist/data-provider-interface/HappyFlowComponents/ui/Projektphasen/ProjektPhasenOverviewStep.vue.js +48 -0
  33. package/dist/data-provider-interface/HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js +64 -0
  34. package/dist/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +64 -0
  35. package/dist/data-provider-interface/HappyFlowComponents/ui/WipStep.vue.js +2 -2
  36. package/dist/data-provider-interface/HappyFlowComponents/ui/WipStep.vue2.js +7 -7
  37. package/dist/data-provider-interface/components/ProgressSteps.vue.js +1 -1
  38. package/dist/data-provider-interface/components/ProgressSteps.vue2.js +45 -44
  39. package/dist/data-provider-interface/components/StepActionsSection.vue.js +2 -2
  40. package/dist/data-provider-interface/components/StepActionsSection.vue2.js +119 -42
  41. package/dist/data-provider-interface/composables/useDpiStepper.js +7 -7
  42. package/dist/data-provider-interface/views/InputPageProject.vue.js +354 -316
  43. package/dist/stories/components/DemoStepper.vue.js +2 -2
  44. package/dist/stories/components/DemoStepper.vue2.js +134 -102
  45. package/dist/stories/components/LinkCard.vue.js +7 -0
  46. package/dist/stories/components/LinkCard.vue2.js +52 -0
  47. package/dist/stories/components/PartnerCard.vue.js +2 -2
  48. package/dist/stories/components/PartnerCard.vue2.js +20 -19
  49. package/dist/stories/components/ScreenshotCard.vue.js +7 -0
  50. package/dist/stories/components/ScreenshotCard.vue2.js +25 -0
  51. package/package.json +1 -1
@@ -1,43 +1,52 @@
1
- import { getNode as q } from "@formkit/core";
2
- import { getValidationMessages as le } from "@formkit/validation";
1
+ import { getNode as X } from "@formkit/core";
2
+ import { getValidationMessages as de } from "@formkit/validation";
3
3
  import "@formkit/vue";
4
4
  import "@phosphor-icons/vue";
5
- import { useWindowScroll as de } from "@vueuse/core";
5
+ import { useWindowScroll as pe } from "@vueuse/core";
6
6
  import "jquery";
7
- import { has as A, isNil as J } from "lodash-es";
8
- import { defineComponent as ue, resolveComponent as u, createElementBlock as p, openBlock as d, createCommentVNode as h, createElementVNode as s, createVNode as t, createBlock as Q, withModifiers as pe, withCtx as o, Fragment as X, renderList as Y, normalizeClass as me, createTextVNode as Z, toDisplayString as _, ref as D, computed as N, markRaw as ce, toRef as fe, watch as ve, nextTick as ge } from "vue";
7
+ import { has as j, isNil as Y } from "lodash-es";
8
+ import { defineComponent as ue, resolveComponent as i, createElementBlock as u, openBlock as p, createCommentVNode as S, createElementVNode as l, createVNode as t, createBlock as Z, withModifiers as me, withCtx as a, Fragment as x, renderList as ee, normalizeClass as ce, createTextVNode as te, toDisplayString as y, ref as D, computed as Q, markRaw as fe, toRef as ve, watch as ge, nextTick as Se } from "vue";
9
9
  import { useI18n as he } from "vue-i18n";
10
- import { mapActions as x, mapGetters as ee } from "vuex";
11
- import Se from "../../stories/components/DemoStep.vue.js";
12
- import De from "../../stories/components/ReviewStepDemo.vue.js";
13
- import be from "../components/InputPageStep.vue.js";
10
+ import { mapActions as ne, mapGetters as oe } from "vuex";
11
+ import De from "../../stories/components/DemoStep.vue.js";
12
+ import be from "../../stories/components/ReviewStepDemo.vue.js";
13
+ import _e from "../components/InputPageStep.vue.js";
14
14
  import ke from "../components/ProgressSteps.vue.js";
15
15
  import we from "../components/StepActionsSection.vue.js";
16
16
  import { useFormValues as Ve } from "../composables/useDpiFormValues.js";
17
- import { useDpiStepper as _e } from "../composables/useDpiStepper.js";
18
- import Ie from "../config/dcatapdeHappyFlow/converter.js";
19
- import { eventBus as ye } from "../HappyFlowComponents/services/eventBus.js";
20
- import Ce from "../HappyFlowComponents/ui/BasicInfosStep/ProjectDescriptionStep.vue.js";
17
+ import { useDpiStepper as ye } from "../composables/useDpiStepper.js";
18
+ import Ce from "../config/dcatapdeHappyFlow/converter.js";
19
+ import { eventBus as Ie } from "../HappyFlowComponents/services/eventBus.js";
20
+ import Pe from "../HappyFlowComponents/ui/BasicInfosStep/ProjectDescriptionStep.vue.js";
21
21
  import Te from "../HappyFlowComponents/ui/BasicInfosStep/ProjectNameStep.vue.js";
22
- import Pe from "../HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js";
23
- import $e from "../HappyFlowComponents/ui/ButtonV3.vue.js";
24
- import Ae from "../HappyFlowComponents/ui/Card.vue.js";
25
- import Fe from "../HappyFlowComponents/ui/DpiModalBase.vue.js";
26
- import Oe from "../HappyFlowComponents/ui/Illustration.vue.js";
27
- import He from "../HappyFlowComponents/ui/ListBox/Listbox.vue.js";
28
- import Me from "../HappyFlowComponents/ui/LogoV3.vue.js";
29
- import je from "../HappyFlowComponents/ui/ModalSimpleV3.vue.js";
30
- import ze from "../HappyFlowComponents/ui/TextButtonSmall.vue.js";
31
- import Be from "../HappyFlowComponents/ui/WipStep.vue.js";
32
- import Le from "./OverviewPage.vue.js";
22
+ import $e from "../HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js";
23
+ import je from "../HappyFlowComponents/ui/BasicInfosStep/ProjectStatusStep.vue.js";
24
+ import Oe from "../HappyFlowComponents/ui/ButtonV3.vue.js";
25
+ import Fe from "../HappyFlowComponents/ui/Card.vue.js";
26
+ import Ae from "../HappyFlowComponents/ui/DpiModalBase.vue.js";
27
+ import He from "../HappyFlowComponents/ui/Findability/CategoriesStep.vue.js";
28
+ import Le from "../HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js";
29
+ import ze from "../HappyFlowComponents/ui/Illustration.vue.js";
30
+ import Me from "../HappyFlowComponents/ui/LandingProjectStep/LandingProjectStep.vue.js";
31
+ import Be from "../HappyFlowComponents/ui/ListBox/Listbox.vue.js";
32
+ import Ue from "../HappyFlowComponents/ui/LogoV3.vue.js";
33
+ import Ge from "../HappyFlowComponents/ui/ModalSimpleV3.vue.js";
34
+ import Ne from "../HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js";
35
+ import Re from "../HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js";
36
+ import We from "../HappyFlowComponents/ui/Projektphasen/ProjektPhasenOverviewStep.vue.js";
37
+ import Ee from "../HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js";
38
+ import Ke from "../HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js";
39
+ import qe from "../HappyFlowComponents/ui/TextButtonSmall.vue.js";
40
+ import Je from "../HappyFlowComponents/ui/WipStep.vue.js";
41
+ import Qe from "./OverviewPage.vue.js";
33
42
  /* empty css */
34
43
  /* empty css */
35
44
  /* empty css */
36
- import Ge from "../../_virtual/_plugin-vue_export-helper.js";
37
- import { useDpiContext as Ne } from "../composables/useDpiContext.js";
38
- import { useEditModeInfo as Ue } from "../composables/useDpiEditMode.js";
39
- import { useFormSchema as Re } from "../composables/useFormSchema.js";
40
- const Ee = ue({
45
+ import Xe from "../../_virtual/_plugin-vue_export-helper.js";
46
+ import { useDpiContext as Ye } from "../composables/useDpiContext.js";
47
+ import { useEditModeInfo as Ze } from "../composables/useDpiEditMode.js";
48
+ import { useFormSchema as xe } from "../composables/useFormSchema.js";
49
+ const et = ue({
41
50
  props: {
42
51
  property: {
43
52
  required: !0,
@@ -59,38 +68,47 @@ const Ee = ue({
59
68
  };
60
69
  },
61
70
  components: {
62
- InputPageStep: be,
71
+ InputPageStep: _e,
63
72
  // DistributionInputPage,
64
- LogoV3: Me,
65
- ButtonV3: $e,
66
- TextButtonSmall: ze,
67
- Illustration: Oe,
73
+ LogoV3: Ue,
74
+ ButtonV3: Oe,
75
+ TextButtonSmall: qe,
76
+ Illustration: ze,
68
77
  // PhLightbulb,
69
78
  // PhCheckCircle,
70
- ModalSimpleV3: je,
79
+ ModalSimpleV3: Ge,
71
80
  // DemoStepper,
72
- DemoStep: Se,
81
+ DemoStep: De,
73
82
  ProgressSteps: ke,
74
- ReviewStepDemo: De,
83
+ ReviewStepDemo: be,
84
+ LandingProjectStep: Me,
75
85
  StepActionsSection: we,
86
+ DiscoverabilityStep: Le,
87
+ CategoriesStep: He,
76
88
  ProjectNameStep: Te,
77
- ProjectDescriptionStep: Ce,
78
- ProjectOrganisationStep: Pe,
79
- Card: Ae,
80
- Listbox: He,
81
- DpiModalBase: Fe,
82
- WipStep: Be
89
+ ProjectDescriptionStep: Pe,
90
+ ProjectStatusStep: je,
91
+ ProjectOrganisationStep: $e,
92
+ OptionalDataStep: Ne,
93
+ UmstezenStep: Ee,
94
+ PlanenStep: Re,
95
+ WeiterdenkenStep: Ke,
96
+ ProjektPhasenOverviewStep: We,
97
+ Card: Fe,
98
+ Listbox: Be,
99
+ DpiModalBase: Ae,
100
+ WipStep: Je
83
101
  },
84
102
  computed: {
85
- ...ee("auth", [
103
+ ...oe("auth", [
86
104
  "getIsEditMode",
87
105
  "getUserCatalogIds",
88
106
  "getUserData"
89
107
  ]),
90
- ...ee("dpiStore", ["getNavSteps", "getDeleteDistributionInline"]),
108
+ ...oe("dpiStore", ["getNavSteps", "getDeleteDistributionInline"]),
91
109
  getTitleStep() {
92
110
  return Object.keys(this.formValues).filter(
93
- (e) => A(this.formValues[e], "dct:title")
111
+ (e) => j(this.formValues[e], "dct:title")
94
112
  )[0];
95
113
  },
96
114
  createIDFromTitle() {
@@ -101,7 +119,7 @@ const Ee = ue({
101
119
  getFirstTitleFromForm() {
102
120
  try {
103
121
  const e = this.formValues[this.getTitleStep];
104
- return A(e, "dct:title") && e["dct:title"].length > 0 && A(e["dct:title"][0], "@value") && !J(e["dct:title"][0], "@value") ? e["dct:title"][0]["@value"] : "";
122
+ return j(e, "dct:title") && e["dct:title"].length > 0 && j(e["dct:title"][0], "@value") && !Y(e["dct:title"][0], "@value") ? e["dct:title"][0]["@value"] : "";
105
123
  } catch {
106
124
  }
107
125
  },
@@ -110,8 +128,8 @@ const Ee = ue({
110
128
  }
111
129
  },
112
130
  methods: {
113
- ...x("auth", ["setIsEditMode", "setIsDraft"]),
114
- ...x("dpiStore", [
131
+ ...ne("auth", ["setIsEditMode", "setIsDraft"]),
132
+ ...ne("dpiStore", [
115
133
  "saveFormValues",
116
134
  "saveLocalstorageValues",
117
135
  "clearAll"
@@ -121,23 +139,23 @@ const Ee = ue({
121
139
  },
122
140
  // Route to the RAP Page
123
141
  goToRAP() {
124
- this.fillData(), this.activeStep = "ReviewAndPublish", this.activeSubStep = Object.keys(q(this.activeStep).value)[0];
142
+ this.fillData(), this.activeStep = "ReviewAndPublish", this.activeSubStep = Object.keys(X(this.activeStep).value)[0];
125
143
  },
126
144
  handleDistributionsValidation(e) {
127
- ye.emit("nextClicked", e);
145
+ Ie.emit("nextClicked", e);
128
146
  },
129
147
  gotToHome() {
130
148
  window.location.href = this.$router.resolve({
131
149
  name: "DPI-Home-HappyFlow"
132
150
  }).href;
133
151
  },
134
- async dispatchDataToDPI(e, n, m, S) {
135
- var V, f;
136
- console.log("body:", e, n, "params:", m, S);
152
+ async dispatchDataToDPI(e, n, m, h) {
153
+ var k, v;
154
+ console.log("body:", e, n, "params:", m, h);
137
155
  try {
138
- S === "publish" && (m.token = this.getUserData.rtpToken, console.log(m.token), m.url = `${this.$env.api.hubUrl}catalogues/${m.catalog}/datasets/origin?originalId=${m.id}`, await this.$store.dispatch(n, m)), S === "draft" && await this.$store.dispatch(n, m), (V = this.$Progress) == null || V.finish(), this.clearAll();
156
+ h === "publish" && (m.token = this.getUserData.rtpToken, console.log(m.token), m.url = `${this.$env.api.hubUrl}catalogues/${m.catalog}/datasets/origin?originalId=${m.id}`, await this.$store.dispatch(n, m)), h === "draft" && await this.$store.dispatch(n, m), (k = this.$Progress) == null || k.finish(), this.clearAll();
139
157
  } catch (b) {
140
- console.error(b), (f = this.$Progress) == null || f.fail();
158
+ console.error(b), (v = this.$Progress) == null || v.fail();
141
159
  }
142
160
  },
143
161
  clearForm() {
@@ -148,7 +166,7 @@ const Ee = ue({
148
166
  },
149
167
  createDatasetID() {
150
168
  const e = this.formValues[this.getTitleStep];
151
- !A(e, "datasetID") || J(e.datasetID) ? this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle : (this.createIDFromTitle.startsWith(e.datasetID) || e.datasetID.startsWith(this.createIDFromTitle)) && (this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle);
169
+ !j(e, "datasetID") || Y(e.datasetID) ? this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle : (this.createIDFromTitle.startsWith(e.datasetID) || e.datasetID.startsWith(this.createIDFromTitle)) && (this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle);
152
170
  },
153
171
  generateandTranslateSchema(e) {
154
172
  for (let n = 0; n < this.getNavSteps(this.$env.content.dataProviderInterface.specification)[e].length; n++)
@@ -210,49 +228,50 @@ const Ee = ue({
210
228
  // })
211
229
  // },
212
230
  setup() {
213
- const e = Ne(), { isEditMode: n } = Ue(), {
231
+ const e = Ye(), { isEditMode: n } = Ze(), {
214
232
  steps: m,
215
- stepList: S,
216
- visitedSteps: V,
217
- activeStep: f,
233
+ stepList: h,
234
+ visitedSteps: k,
235
+ activeStep: v,
218
236
  stepPlugin: b,
219
- goToNextStep: v,
220
- goToPreviousStep: I,
221
- subSteps: F,
222
- previousStep: O,
223
- nextStep: y,
224
- current: k,
225
- isLast: a,
226
- triggerValidationCurrentStep: i
227
- } = _e(), { formValues: C } = Ve(), { t: H, te: M } = he(), j = D(!1), T = D(!1), w = D([]), z = N(() => f.value ? q(f.value) : null), B = (l) => {
228
- if (!l)
237
+ goToNextStep: g,
238
+ goToPreviousStep: C,
239
+ subSteps: O,
240
+ previousStep: F,
241
+ nextStep: A,
242
+ current: o,
243
+ goToStep: H,
244
+ isLast: L,
245
+ triggerValidationCurrentStep: s
246
+ } = ye(), { formValues: I } = Ve(), { t: z, te: M } = he(), B = D(!1), w = D(!1), _ = D([]), U = Q(() => v.value ? X(v.value) : null), G = (d) => {
247
+ if (!d)
229
248
  return;
230
- const c = le(l);
231
- w.value = [], c.forEach(($) => {
232
- w.value = w.value.concat(
233
- $.map((se) => se.value)
249
+ const c = de(d);
250
+ _.value = [], c.forEach(($) => {
251
+ _.value = _.value.concat(
252
+ $.map((le) => le.value)
234
253
  );
235
254
  });
236
- }, { translateSchema: L, createSchema: r, getSchema: g } = Re({
237
- t: H,
255
+ }, { translateSchema: N, createSchema: R, getSchema: W } = xe({
256
+ t: z,
238
257
  te: M
239
- }), P = () => {
240
- let { x: l, y: c } = de({ behavior: "smooth" });
258
+ }), E = () => {
259
+ let { x: d, y: c } = pe({ behavior: "smooth" });
241
260
  c.value = 0;
242
- }, U = ce({ OverviewPage: Le }), R = D("");
243
- n.value && (f.value = "ReviewAndPublish", R.value = "reviewAndPublishPage");
244
- const te = fe(m), G = (l) => {
261
+ }, K = fe({ OverviewPage: Qe }), P = D("");
262
+ n.value && (v.value = "ReviewAndPublish", P.value = "reviewAndPublishPage");
263
+ const q = ve(m), V = (d) => {
245
264
  var $;
246
- const c = ($ = te.value) == null ? void 0 : $[l];
265
+ const c = ($ = q.value) == null ? void 0 : $[d];
247
266
  return c ? c.valid : !1;
248
- }, E = D(!1), W = D(0);
249
- ve(f, (l) => {
250
- l === "review" && (E.value = !0, W.value++);
267
+ }, r = D(!1), f = D(0);
268
+ ge(v, (d) => {
269
+ d === "review" && (r.value = !0, f.value++);
251
270
  });
252
- const ne = async () => {
271
+ const T = async () => {
253
272
  try {
254
- const l = "auth/createDataset", c = await Ie(
255
- C.value,
273
+ const d = "auth/createDataset", c = await Ce(
274
+ I.value,
256
275
  e,
257
276
  // We'll need to access getUserData somehow - for now using a placeholder
258
277
  {},
@@ -262,95 +281,95 @@ const Ee = ue({
262
281
  console.log("Publishing:", c), setTimeout(() => {
263
282
  window.location.href = "/dpi-home-happyflow";
264
283
  }, 1e3);
265
- } catch (l) {
266
- console.error("Fehler beim Veröffentlichen:", l);
284
+ } catch (d) {
285
+ console.error("Fehler beim Veröffentlichen:", d);
267
286
  }
268
287
  };
269
- function K() {
270
- G(k.value) && v();
288
+ function J() {
289
+ V(o.value) && g();
271
290
  }
272
- async function oe() {
273
- i(), await ge();
274
- const l = z.value, c = l ? !G(k.value) : !1;
275
- c && B(l), T.value = c, a.value ? console.log("Form submitted", values.value) : K();
291
+ async function ae() {
292
+ s(), await Se();
293
+ const d = U.value, c = d ? !V(o.value) : !1;
294
+ c && G(d), w.value = c, L.value ? console.log("Form submitted", values.value) : J();
276
295
  }
277
- const ae = N(() => S.value.map((l) => ({ id: l, name: l }))), ie = N({
296
+ const ie = Q(() => h.value.map((d) => ({ id: d, name: d }))), re = Q({
278
297
  get() {
279
- return { id: k.value, name: k.value };
298
+ return { id: o.value, name: o.value };
280
299
  },
281
- set(l) {
282
- goToStep(l.id);
300
+ set(d) {
301
+ H(d.id);
283
302
  }
284
- }), re = D(!1);
303
+ }), se = D(!1);
285
304
  return {
286
305
  steps: m,
287
- visitedSteps: V,
288
- activeStep: f,
289
- activeSubStep: R,
290
- subSteps: F,
291
- previousStep: O,
292
- stepList: S,
293
- nextStep: y,
306
+ visitedSteps: k,
307
+ activeStep: v,
308
+ activeSubStep: P,
309
+ subSteps: O,
310
+ previousStep: F,
311
+ stepList: h,
312
+ nextStep: A,
294
313
  stepPlugin: b,
295
- checkStepValidity: G,
296
- goToNextStep: v,
297
- goToNextStepIfValid: K,
298
- goToPreviousStep: I,
299
- scrollToTop: P,
300
- library: U,
314
+ checkStepValidity: V,
315
+ goToNextStep: g,
316
+ goToNextStepIfValid: J,
317
+ goToPreviousStep: C,
318
+ scrollToTop: E,
319
+ library: K,
301
320
  isEditMode: n,
302
- translateSchema: L,
303
- createSchema: r,
304
- getSchema: g,
321
+ translateSchema: N,
322
+ createSchema: R,
323
+ getSchema: W,
305
324
  dpiContext: e,
306
- formValues: C,
307
- activeSimpleModal: j,
308
- shouldRenderReviewStep: E,
309
- renderViewStepKey: W,
310
- handlePublish: ne,
311
- handleSubmit: oe,
312
- showErrorSummary: T,
313
- validationMessages: w,
314
- stepOptions: ae,
315
- stepSelect: ie,
316
- hologramOpen: re
325
+ formValues: I,
326
+ activeSimpleModal: B,
327
+ shouldRenderReviewStep: r,
328
+ renderViewStepKey: f,
329
+ handlePublish: T,
330
+ handleSubmit: ae,
331
+ showErrorSummary: w,
332
+ validationMessages: _,
333
+ stepOptions: ie,
334
+ stepSelect: re,
335
+ hologramOpen: se
317
336
  };
318
337
  }
319
- }), We = { class: "form-container V3-typography" }, Ke = {
338
+ }), tt = { class: "input-page-project form-container V3-typography" }, nt = {
320
339
  key: 0,
321
340
  ref: "fkInputContainer",
322
341
  class: "inputContainer"
323
- }, qe = { class: "formContainer formkit" }, Je = { key: 0 }, Qe = { class: "dpiV3_stepper draftStepper" }, Xe = {
342
+ }, ot = { class: "formContainer formkit" }, at = { key: 0 }, it = { class: "dpiV3_stepper draftStepper" }, rt = {
324
343
  key: 0,
325
344
  class: "draftCTA"
326
- }, Ye = {
345
+ }, st = {
327
346
  key: 1,
328
347
  class: "draftCTA"
329
- }, Ze = { key: 1 }, xe = {
348
+ }, lt = { key: 1 }, dt = {
330
349
  key: 0,
331
350
  class: "dpiV3_stepper"
332
- }, et = {
351
+ }, pt = {
333
352
  key: 1,
334
353
  class: "dpiV3_stepperLanding"
335
- }, tt = { class: "dpiV3_bydata_logo_wordmark" }, nt = { class: "dpiV3_Illustration-Start" }, ot = {
354
+ }, ut = { class: "dpiV3_bydata_logo_wordmark" }, mt = { class: "dpiV3_Illustration-Start" }, ct = {
336
355
  key: 2,
337
356
  class: "steps"
338
- }, at = ["data-step-active", "data-step-valid", "onClick"], it = { class: "stepBubbleWrap" }, rt = { class: "circle stepCircle" }, st = ["textContent"], lt = {
357
+ }, ft = ["data-step-active", "data-step-valid", "onClick"], vt = { class: "stepBubbleWrap" }, gt = { class: "circle stepCircle" }, St = ["textContent"], ht = {
339
358
  key: 0,
340
359
  class: "seperatorHorizontalStepper"
341
- }, dt = {
360
+ }, Dt = {
342
361
  key: 0,
343
362
  class: "step inactiveStep"
344
- }, ut = { class: "step-content" }, pt = { style: { margin: "1rem 2.5rem", padding: "1rem", background: "#f5f5f5", "border-radius": "8px", "overflow-x": "auto", "max-width": "100%" } }, mt = { style: {} }, ct = {
363
+ }, bt = { class: "step-content" }, _t = { style: { margin: "1rem 2.5rem", padding: "1rem", background: "#f5f5f5", "border-radius": "8px", "overflow-x": "auto", "max-width": "100%" } }, kt = { style: {} }, wt = {
345
364
  key: 0,
346
365
  class: "dpiV3_Card_Tips--error dpiV3_Card_Tips"
347
- }, ft = { class: "validation-errors" }, vt = { style: { display: "flex", "flex-direction": "column", gap: "2.5rem" } }, gt = { class: "dev-actions" };
348
- function ht(e, n, m, S, V, f) {
349
- const b = u("TextButtonSmall"), v = u("ButtonV3"), I = u("LogoV3"), F = u("ProgressSteps"), O = u("Illustration"), y = u("DemoStep"), k = u("DpiModalBase"), a = u("InputPageStep"), i = u("WipStep"), C = u("ProjectNameStep"), H = u("ProjectDescriptionStep"), M = u("ProjectOrganisationStep"), j = u("ReviewStepDemo"), T = u("StepActionsSection"), w = u("Listbox"), z = u("Card"), B = u("FormKit"), L = u("ModalSimpleV3");
350
- return d(), p("div", We, [
351
- e.isInput ? (d(), p("div", Ke, [
352
- s("div", qe, [
353
- t(B, {
366
+ }, Vt = { class: "validation-errors" }, yt = { style: { display: "flex", "flex-direction": "column", gap: "2.5rem" } }, Ct = { class: "dev-actions" };
367
+ function It(e, n, m, h, k, v) {
368
+ const b = i("TextButtonSmall"), g = i("ButtonV3"), C = i("LogoV3"), O = i("ProgressSteps"), F = i("Illustration"), A = i("LandingProjectStep"), o = i("InputPageStep"), H = i("DiscoverabilityStep"), L = i("CategoriesStep"), s = i("WipStep"), I = i("ProjectNameStep"), z = i("ProjectDescriptionStep"), M = i("ProjectStatusStep"), B = i("ProjectOrganisationStep"), w = i("OptionalDataStep"), _ = i("DpiModalBase"), U = i("ProjektPhasenOverviewStep"), G = i("PlanenStep"), N = i("UmstezenStep"), R = i("WeiterdenkenStep"), W = i("ReviewStepDemo"), E = i("StepActionsSection"), K = i("Listbox"), P = i("Card"), q = i("FormKit"), V = i("ModalSimpleV3");
369
+ return p(), u("div", tt, [
370
+ e.isInput ? (p(), u("div", nt, [
371
+ l("div", ot, [
372
+ t(q, {
354
373
  id: "dpiForm",
355
374
  modelValue: e.formValues,
356
375
  "onUpdate:modelValue": n[5] || (n[5] = (r) => e.formValues = r),
@@ -358,34 +377,34 @@ function ht(e, n, m, S, V, f) {
358
377
  actions: !1,
359
378
  plugins: [e.stepPlugin],
360
379
  class: "d-flex",
361
- onSubmit: n[6] || (n[6] = pe(() => {
380
+ onSubmit: n[6] || (n[6] = me(() => {
362
381
  }, ["prevent"]))
363
382
  }, {
364
- default: o(() => [
365
- e.dpiContext.edit.fromDraft || e.dpiContext.edit.enabled ? (d(), p("div", Je, [
366
- s("div", Qe, [
383
+ default: a(() => [
384
+ e.dpiContext.edit.fromDraft || e.dpiContext.edit.enabled ? (p(), u("div", at, [
385
+ l("div", it, [
367
386
  t(b, {
368
387
  "button-text": "Übersicht",
369
388
  "icon-start": "CaretLeft",
370
389
  "icon-name": "caretLeft",
371
390
  onClick: e.gotToHome
372
391
  }, null, 8, ["onClick"]),
373
- s("div", null, [
374
- e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (d(), p("div", Xe, [
375
- t(v, {
392
+ l("div", null, [
393
+ e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (p(), u("div", rt, [
394
+ t(g, {
376
395
  "button-text": "Veröffentlichung aufheben",
377
396
  size: "large",
378
397
  onClick: e.todoHandler
379
398
  }, null, 8, ["onClick"]),
380
- t(v, {
399
+ t(g, {
381
400
  "button-text": "Veröffentlicht ansehen",
382
401
  variant: "secondary",
383
402
  size: "large",
384
403
  "icon-end": "Out",
385
404
  onClick: e.todoHandler
386
405
  }, null, 8, ["onClick"])
387
- ])) : (d(), p("div", Ye, [
388
- t(v, {
406
+ ])) : (p(), u("div", st, [
407
+ t(g, {
389
408
  "button-text": "Veröffentlichen",
390
409
  size: "large",
391
410
  onClick: e.handlePublish
@@ -393,293 +412,312 @@ function ht(e, n, m, S, V, f) {
393
412
  ]))
394
413
  ])
395
414
  ])
396
- ])) : (d(), p("div", Ze, [
397
- e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (d(), p("div", xe, [
398
- t(I),
399
- t(F, {
415
+ ])) : (p(), u("div", lt, [
416
+ e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (p(), u("div", dt, [
417
+ t(C),
418
+ t(O, {
400
419
  checked: e.visitedSteps,
401
420
  "onUpdate:checked": n[0] || (n[0] = (r) => e.visitedSteps = r),
402
421
  current: e.activeStep,
403
422
  "onUpdate:current": n[1] || (n[1] = (r) => e.activeStep = r),
423
+ "hide-first": "",
404
424
  steps: e.stepList || []
405
425
  }, null, 8, ["checked", "current", "steps"])
406
- ])) : (d(), p("div", et, [
407
- s("div", tt, [
408
- t(I)
426
+ ])) : (p(), u("div", pt, [
427
+ l("div", ut, [
428
+ t(C)
409
429
  ]),
410
- s("div", nt, [
411
- t(O, { "illustration-name": "start" })
430
+ l("div", mt, [
431
+ t(F, { "illustration-name": "start" })
412
432
  ])
413
433
  ]))
414
434
  ])),
415
- e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (d(), p("ul", ot, [
416
- (d(!0), p(X, null, Y(e.steps, (r, g, P) => (d(), p("li", {
435
+ e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (p(), u("ul", ct, [
436
+ (p(!0), u(x, null, ee(e.steps, (r, f, T) => (p(), u("li", {
417
437
  key: r,
418
- class: me(["step", {
419
- activeItem: e.activeStep === g,
420
- inactiveStep: g != e.activeStep,
421
- "has-errors": e.checkStepValidity(g)
438
+ class: ce(["step", {
439
+ activeItem: e.activeStep === f,
440
+ inactiveStep: f != e.activeStep,
441
+ "has-errors": e.checkStepValidity(f)
422
442
  }]),
423
- "data-step-active": e.activeStep === g,
443
+ "data-step-active": e.activeStep === f,
424
444
  "data-step-valid": r.valid && r.errorCount === 0,
425
- onClick: (U) => {
426
- e.activeStep = g, e.update(), e.scrollToTop();
445
+ onClick: (J) => {
446
+ e.activeStep = f, e.update(), e.scrollToTop();
427
447
  }
428
448
  }, [
429
- s("div", it, [
430
- s("div", rt, _(P + 1), 1),
431
- e.checkStepValidity(g) ? (d(), p("span", {
449
+ l("div", vt, [
450
+ l("div", gt, y(T + 1), 1),
451
+ e.checkStepValidity(f) ? (p(), u("span", {
432
452
  key: 0,
433
453
  class: "step--errors",
434
- textContent: _(r.errorCount + r.blockingCount)
435
- }, null, 8, st)) : h("", !0),
436
- Z(_(e.$t(`message.dataupload.steps.${g}Step`)), 1)
454
+ textContent: y(r.errorCount + r.blockingCount)
455
+ }, null, 8, St)) : S("", !0),
456
+ te(y(e.$t(`message.dataupload.steps.${f}Step`)), 1)
437
457
  ]),
438
- P != Object.keys(e.steps).length ? (d(), p("div", lt)) : h("", !0)
439
- ], 10, at))), 128)),
440
- e.activeStep === "Overview" ? (d(), p("li", dt, n[9] || (n[9] = [
441
- s("div", { class: "circle stepCircle" }, null, -1)
442
- ]))) : h("", !0)
443
- ])) : h("", !0),
444
- s("div", ut, [
445
- s("details", pt, [
446
- n[10] || (n[10] = s("summary", null, "Form Values", -1)),
447
- s("pre", mt, _(JSON.stringify(e.formValues, null, 2)), 1)
458
+ T != Object.keys(e.steps).length ? (p(), u("div", ht)) : S("", !0)
459
+ ], 10, ft))), 128)),
460
+ e.activeStep === "Overview" ? (p(), u("li", Dt, n[9] || (n[9] = [
461
+ l("div", { class: "circle stepCircle" }, null, -1)
462
+ ]))) : S("", !0)
463
+ ])) : S("", !0),
464
+ l("div", bt, [
465
+ l("details", _t, [
466
+ n[10] || (n[10] = l("summary", null, "Form Values", -1)),
467
+ l("pre", kt, y(JSON.stringify(e.formValues, null, 2)), 1)
448
468
  ]),
449
- s("div", null, [
450
- t(a, { name: "Auffindbarkeit/Sichtbarkeit" }, {
451
- default: o(() => [
452
- t(y, { name: "Auffindbarkeit/Sichtbarkeit" }),
453
- t(k, {
454
- modelValue: e.hologramOpen,
455
- "onUpdate:modelValue": n[2] || (n[2] = (r) => e.hologramOpen = r)
456
- }, {
457
- default: o(() => [
458
- s("div", null, [
459
- t(y)
460
- ])
461
- ]),
462
- _: 1
463
- }, 8, ["modelValue"])
469
+ l("div", null, [
470
+ t(o, { name: "Landing" }, {
471
+ default: a(() => [
472
+ t(A)
464
473
  ]),
465
474
  _: 1
466
475
  }),
467
- t(a, { name: "Auffindbarkeit/Kategorien" }, {
468
- default: o(() => [
469
- t(i, { name: "Auffindbarkeit/Kategorien" })
476
+ t(o, { name: "Auffindbarkeit/Sichtbarkeit" }, {
477
+ default: a(() => [
478
+ t(H)
470
479
  ]),
471
480
  _: 1
472
481
  }),
473
- t(a, { name: "Auffindbarkeit/Anwendungsbereiche" }, {
474
- default: o(() => [
475
- t(i, { name: "Auffindbarkeit/Anwendungsbereiche" })
482
+ t(o, { name: "Auffindbarkeit/Kategorien" }, {
483
+ default: a(() => [
484
+ t(L)
476
485
  ]),
477
486
  _: 1
478
487
  }),
479
- t(a, { name: "Grundlegende Informationen/Name" }, {
480
- default: o(() => [
481
- t(C)
488
+ t(o, { name: "Auffindbarkeit/Anwendungsbereiche" }, {
489
+ default: a(() => [
490
+ t(s, { name: "Auffindbarkeit/Anwendungsbereiche" })
482
491
  ]),
483
492
  _: 1
484
493
  }),
485
- t(a, { name: "Grundlegende Informationen/Beschreibung" }, {
486
- default: o(() => [
487
- t(H)
494
+ t(o, { name: "Grundlegende Informationen/Name" }, {
495
+ default: a(() => [
496
+ t(I)
497
+ ]),
498
+ _: 1
499
+ }),
500
+ t(o, { name: "Grundlegende Informationen/Beschreibung" }, {
501
+ default: a(() => [
502
+ t(z)
488
503
  ]),
489
504
  _: 1
490
505
  }),
491
- t(a, { name: "Grundlegende Informationen/Projektstatus" }, {
492
- default: o(() => [
506
+ t(o, { name: "Grundlegende Informationen/Projektstatus" }, {
507
+ default: a(() => [
493
508
  t(M)
494
509
  ]),
495
510
  _: 1
496
511
  }),
497
- t(a, { name: "Grundlegende Informationen/Organisation" }, {
498
- default: o(() => [
499
- t(i, { name: "Grundlegende Informationen/Organisation" })
512
+ t(o, { name: "Grundlegende Informationen/Organisation" }, {
513
+ default: a(() => [
514
+ t(B, {
515
+ "is-wip": "",
516
+ icon: "https://storage.googleapis.com/open-data-public-files-050923/assets/v2/haar/favicon.png",
517
+ address: "Bahnhofstraße 7",
518
+ "postal-code": "85540",
519
+ city: "Haar",
520
+ phone: "089 46002-0",
521
+ email: "info@stadt-haar.de"
522
+ })
523
+ ]),
524
+ _: 1
525
+ }),
526
+ t(o, { name: "Optionale Daten" }, {
527
+ default: a(() => [
528
+ t(w),
529
+ t(_, {
530
+ modelValue: e.hologramOpen,
531
+ "onUpdate:modelValue": n[2] || (n[2] = (r) => e.hologramOpen = r)
532
+ }, {
533
+ default: a(() => [
534
+ t(w)
535
+ ]),
536
+ _: 1
537
+ }, 8, ["modelValue"])
500
538
  ]),
501
539
  _: 1
502
540
  }),
503
- t(a, { name: "Optionale Daten" }, {
504
- default: o(() => [
505
- t(i, { name: "Optionale Daten" })
541
+ t(o, { name: "Projektphasen" }, {
542
+ default: a(() => [
543
+ t(U)
506
544
  ]),
507
545
  _: 1
508
546
  }),
509
- t(a, { name: "Initiieren" }, {
510
- default: o(() => [
511
- t(i, { name: "Initiieren" })
547
+ t(o, { name: "Initiieren" }, {
548
+ default: a(() => [
549
+ t(s, { name: "Initiieren" })
512
550
  ]),
513
551
  _: 1
514
552
  }),
515
- t(a, { name: "Planen" }, {
516
- default: o(() => [
517
- t(i, { name: "Planen" })
553
+ t(o, { name: "Planen" }, {
554
+ default: a(() => [
555
+ t(G)
518
556
  ]),
519
557
  _: 1
520
558
  }),
521
- t(a, { name: "Umsetzen" }, {
522
- default: o(() => [
523
- t(i, { name: "Umsetzen" })
559
+ t(o, { name: "Umsetzen" }, {
560
+ default: a(() => [
561
+ t(N)
524
562
  ]),
525
563
  _: 1
526
564
  }),
527
- t(a, { name: "Weiterdenken" }, {
528
- default: o(() => [
529
- t(i, { name: "Weiterdenken" })
565
+ t(o, { name: "Weiterdenken" }, {
566
+ default: a(() => [
567
+ t(R)
530
568
  ]),
531
569
  _: 1
532
570
  }),
533
- t(a, { name: "Technische Prozessschritte" }, {
534
- default: o(() => [
535
- t(i, { name: "Technische Prozessschritte" })
571
+ t(o, { name: "Technische Prozessschritte" }, {
572
+ default: a(() => [
573
+ t(s, { name: "Technische Prozessschritte" })
536
574
  ]),
537
575
  _: 1
538
576
  }),
539
- t(a, { name: "1. Datenerfassung/Grundlegende Informationen" }, {
540
- default: o(() => [
541
- t(i, { name: "1. Datenerfassung/Grundlegende Informationen" })
577
+ t(o, { name: "1. Datenerfassung/Grundlegende Informationen" }, {
578
+ default: a(() => [
579
+ t(s, { name: "1. Datenerfassung/Grundlegende Informationen" })
542
580
  ]),
543
581
  _: 1
544
582
  }),
545
- t(a, { name: "1. Datenerfassung/Software" }, {
546
- default: o(() => [
547
- t(i, { name: "1. Datenerfassung/Software" })
583
+ t(o, { name: "1. Datenerfassung/Software" }, {
584
+ default: a(() => [
585
+ t(s, { name: "1. Datenerfassung/Software" })
548
586
  ]),
549
587
  _: 1
550
588
  }),
551
- t(a, { name: "1. Datenerfassung/Datensätze" }, {
552
- default: o(() => [
553
- t(i, { name: "1. Datenerfassung/Datensätze" })
589
+ t(o, { name: "1. Datenerfassung/Datensätze" }, {
590
+ default: a(() => [
591
+ t(s, { name: "1. Datenerfassung/Datensätze" })
554
592
  ]),
555
593
  _: 1
556
594
  }),
557
- t(a, { name: "1. Datenerfassung/Hardware" }, {
558
- default: o(() => [
559
- t(i, { name: "1. Datenerfassung/Hardware" })
595
+ t(o, { name: "1. Datenerfassung/Hardware" }, {
596
+ default: a(() => [
597
+ t(s, { name: "1. Datenerfassung/Hardware" })
560
598
  ]),
561
599
  _: 1
562
600
  }),
563
- t(a, { name: "2. Datenverarbeitung/Grundlegende Informationen" }, {
564
- default: o(() => [
565
- t(i, { name: "2. Datenverarbeitung/Grundlegende Informationen" })
601
+ t(o, { name: "2. Datenverarbeitung/Grundlegende Informationen" }, {
602
+ default: a(() => [
603
+ t(s, { name: "2. Datenverarbeitung/Grundlegende Informationen" })
566
604
  ]),
567
605
  _: 1
568
606
  }),
569
- t(a, { name: "2. Datenverarbeitung/Software" }, {
570
- default: o(() => [
571
- t(i, { name: "2. Datenverarbeitung/Software" })
607
+ t(o, { name: "2. Datenverarbeitung/Software" }, {
608
+ default: a(() => [
609
+ t(s, { name: "2. Datenverarbeitung/Software" })
572
610
  ]),
573
611
  _: 1
574
612
  }),
575
- t(a, { name: "2. Datenverarbeitung/Datensätze" }, {
576
- default: o(() => [
577
- t(i, { name: "2. Datenverarbeitung/Datensätze" })
613
+ t(o, { name: "2. Datenverarbeitung/Datensätze" }, {
614
+ default: a(() => [
615
+ t(s, { name: "2. Datenverarbeitung/Datensätze" })
578
616
  ]),
579
617
  _: 1
580
618
  }),
581
- t(a, { name: "2. Datenverarbeitung/Hardware" }, {
582
- default: o(() => [
583
- t(i, { name: "2. Datenverarbeitung/Hardware" })
619
+ t(o, { name: "2. Datenverarbeitung/Hardware" }, {
620
+ default: a(() => [
621
+ t(s, { name: "2. Datenverarbeitung/Hardware" })
584
622
  ]),
585
623
  _: 1
586
624
  }),
587
- t(a, { name: "3. Datensimulation/Grundlegende Informationen" }, {
588
- default: o(() => [
589
- t(i, { name: "3. Datensimulation/Grundlegende Informationen" })
625
+ t(o, { name: "3. Datensimulation/Grundlegende Informationen" }, {
626
+ default: a(() => [
627
+ t(s, { name: "3. Datensimulation/Grundlegende Informationen" })
590
628
  ]),
591
629
  _: 1
592
630
  }),
593
- t(a, { name: "3. Datensimulation/Software" }, {
594
- default: o(() => [
595
- t(i, { name: "3. Datensimulation/Software" })
631
+ t(o, { name: "3. Datensimulation/Software" }, {
632
+ default: a(() => [
633
+ t(s, { name: "3. Datensimulation/Software" })
596
634
  ]),
597
635
  _: 1
598
636
  }),
599
- t(a, { name: "3. Datensimulation/Datensätze" }, {
600
- default: o(() => [
601
- t(i, { name: "3. Datensimulation/Datensätze" })
637
+ t(o, { name: "3. Datensimulation/Datensätze" }, {
638
+ default: a(() => [
639
+ t(s, { name: "3. Datensimulation/Datensätze" })
602
640
  ]),
603
641
  _: 1
604
642
  }),
605
- t(a, { name: "3. Datensimulation/Hardware" }, {
606
- default: o(() => [
607
- t(i, { name: "3. Datensimulation/Hardware" })
643
+ t(o, { name: "3. Datensimulation/Hardware" }, {
644
+ default: a(() => [
645
+ t(s, { name: "3. Datensimulation/Hardware" })
608
646
  ]),
609
647
  _: 1
610
648
  }),
611
- t(a, { name: "4. Datenvisualisierung/Grundlegende Informationen" }, {
612
- default: o(() => [
613
- t(i, { name: "4. Datenvisualisierung/Grundlegende Informationen" })
649
+ t(o, { name: "4. Datenvisualisierung/Grundlegende Informationen" }, {
650
+ default: a(() => [
651
+ t(s, { name: "4. Datenvisualisierung/Grundlegende Informationen" })
614
652
  ]),
615
653
  _: 1
616
654
  }),
617
- t(a, { name: "4. Datenvisualisierung/Software" }, {
618
- default: o(() => [
619
- t(i, { name: "4. Datenvisualisierung/Software" })
655
+ t(o, { name: "4. Datenvisualisierung/Software" }, {
656
+ default: a(() => [
657
+ t(s, { name: "4. Datenvisualisierung/Software" })
620
658
  ]),
621
659
  _: 1
622
660
  }),
623
- t(a, { name: "4. Datenvisualisierung/Datensätze" }, {
624
- default: o(() => [
625
- t(i, { name: "4. Datenvisualisierung/Datensätze" })
661
+ t(o, { name: "4. Datenvisualisierung/Datensätze" }, {
662
+ default: a(() => [
663
+ t(s, { name: "4. Datenvisualisierung/Datensätze" })
626
664
  ]),
627
665
  _: 1
628
666
  }),
629
- t(a, { name: "4. Datenvisualisierung/Hardware" }, {
630
- default: o(() => [
631
- t(i, { name: "4. Datenvisualisierung/Hardware" })
667
+ t(o, { name: "4. Datenvisualisierung/Hardware" }, {
668
+ default: a(() => [
669
+ t(s, { name: "4. Datenvisualisierung/Hardware" })
632
670
  ]),
633
671
  _: 1
634
672
  }),
635
- t(a, { name: "Vorschau" }, {
636
- default: o(() => [
637
- e.shouldRenderReviewStep ? (d(), Q(j, {
673
+ t(o, { name: "Vorschau" }, {
674
+ default: a(() => [
675
+ e.shouldRenderReviewStep ? (p(), Z(W, {
638
676
  key: e.renderViewStepKey,
639
677
  values: e.formValues
640
- }, null, 8, ["values"])) : h("", !0),
641
- t(T)
678
+ }, null, 8, ["values"])) : S("", !0),
679
+ t(E)
642
680
  ]),
643
681
  _: 1
644
682
  })
645
683
  ]),
646
- n[13] || (n[13] = s("hr", null, null, -1)),
647
- e.showErrorSummary && e.validationMessages.length ? (d(), p("div", ct, [
648
- n[11] || (n[11] = s("h4", null, "Bitte korrigieren Sie die folgenden Fehler:", -1)),
649
- s("ul", ft, [
650
- (d(!0), p(X, null, Y(e.validationMessages, (r) => (d(), p("li", { key: r }, _(r), 1))), 128))
684
+ n[13] || (n[13] = l("hr", null, null, -1)),
685
+ e.showErrorSummary && e.validationMessages.length ? (p(), u("div", wt, [
686
+ n[11] || (n[11] = l("h4", null, "Bitte korrigieren Sie die folgenden Fehler:", -1)),
687
+ l("ul", Vt, [
688
+ (p(!0), u(x, null, ee(e.validationMessages, (r) => (p(), u("li", { key: r }, y(r), 1))), 128))
651
689
  ])
652
- ])) : h("", !0),
653
- n[14] || (n[14] = s("hr", null, null, -1)),
654
- s("div", null, [
655
- t(z, null, {
656
- title: o(() => n[12] || (n[12] = [
657
- Z(" dev view ", -1)
690
+ ])) : S("", !0),
691
+ n[14] || (n[14] = l("hr", null, null, -1)),
692
+ l("div", null, [
693
+ t(P, null, {
694
+ title: a(() => n[12] || (n[12] = [
695
+ te(" dev view ", -1)
658
696
  ])),
659
- default: o(() => [
660
- s("div", vt, [
661
- s("div", gt, [
662
- t(v, {
697
+ default: a(() => [
698
+ l("div", yt, [
699
+ l("div", Ct, [
700
+ t(g, {
663
701
  type: "button",
664
702
  variant: "secondary",
665
703
  "button-text": "Open Hologram",
666
704
  onClick: n[3] || (n[3] = (r) => e.hologramOpen = !0)
667
705
  }),
668
- t(v, {
706
+ t(g, {
669
707
  type: "button",
670
708
  variant: "secondary",
671
709
  "button-text": "Previous",
672
710
  onClick: e.goToPreviousStep
673
711
  }, null, 8, ["onClick"]),
674
- t(v, {
712
+ t(g, {
675
713
  type: "button",
676
714
  variant: "secondary",
677
715
  "button-text": "Next",
678
716
  onClick: e.handleSubmit
679
717
  }, null, 8, ["onClick"])
680
718
  ]),
681
- s("div", null, [
682
- t(w, {
719
+ l("div", null, [
720
+ t(K, {
683
721
  modelValue: e.stepSelect,
684
722
  "onUpdate:modelValue": n[4] || (n[4] = (r) => e.stepSelect = r),
685
723
  label: "Go to step",
@@ -695,7 +733,7 @@ function ht(e, n, m, S, V, f) {
695
733
  ]),
696
734
  _: 1
697
735
  }, 8, ["modelValue", "plugins"]),
698
- e.activeSimpleModal ? (d(), Q(L, {
736
+ e.activeSimpleModal ? (p(), Z(V, {
699
737
  key: 0,
700
738
  buttons: e.modalSimpleConf.button,
701
739
  "header-text": e.modalSimpleConf.header,
@@ -703,12 +741,12 @@ function ht(e, n, m, S, V, f) {
703
741
  action: e.modalSimpleConf.action,
704
742
  onClose: n[7] || (n[7] = (r) => e.activeSimpleModal = !1),
705
743
  onActionHandling: n[8] || (n[8] = (r) => e.gotToHome())
706
- }, null, 8, ["buttons", "header-text", "text", "action"])) : h("", !0)
744
+ }, null, 8, ["buttons", "header-text", "text", "action"])) : S("", !0)
707
745
  ])
708
- ], 512)) : h("", !0)
746
+ ], 512)) : S("", !0)
709
747
  ]);
710
748
  }
711
- const on = /* @__PURE__ */ Ge(Ee, [["render", ht]]);
749
+ const wn = /* @__PURE__ */ Xe(et, [["render", It]]);
712
750
  export {
713
- on as default
751
+ wn as default
714
752
  };