@piveau/dpi 0.2.0-alpha.11 → 0.2.0-alpha.13

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 (41) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +1 -1
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue.js +7 -0
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue2.js +180 -0
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue.js +7 -0
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue2.js +215 -0
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +3 -3
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue2.js +37 -29
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +1 -1
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +27 -27
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue.js +4 -4
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue2.js +8 -8
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +2 -2
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +127 -118
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue.js +2 -2
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue2.js +64 -57
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepBase.vue.js +21 -23
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepsOverviewStep.vue.js +12 -12
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +2 -2
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +105 -96
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue.js +2 -2
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue2.js +89 -80
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/InitiierenStep.vue.js +6 -5
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js +4 -3
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js +6 -5
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +6 -5
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +2 -2
  28. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +388 -375
  29. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextArea/TextAreaDefinition.js +4 -3
  30. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextArea/TextAreaFormKit.vue.js +35 -31
  31. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +43 -35
  32. package/dist/packages/dpi/src/data-provider-interface/components/DistLicense.vue.js +224 -133
  33. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +2 -2
  34. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +11 -11
  35. package/dist/packages/dpi/src/data-provider-interface/components/VisibilityPage.vue.js +106 -0
  36. package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/input-definition.js +4 -0
  37. package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/page-content-config.js +1 -1
  38. package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +276 -251
  39. package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +131 -124
  40. package/dist/packages/dpi/src/form/inputDefinitions.js +15 -10
  41. package/package.json +1 -1
@@ -1,13 +1,13 @@
1
- import { getNode as o1 } from "@formkit/core";
1
+ import { getNode as i1 } from "@formkit/core";
2
2
  import { getValidationMessages as f1 } from "@formkit/validation";
3
3
  import "@formkit/vue";
4
4
  import "@phosphor-icons/vue";
5
5
  import { useWindowScroll as v1 } from "@vueuse/core";
6
6
  import "jquery";
7
- import { has as $, isNil as n1 } from "lodash-es";
8
- import { defineComponent as S1, resolveComponent as s, createElementBlock as d, openBlock as p, createCommentVNode as V, createElementVNode as n, createBlock as i1, withModifiers as g1, withCtx as i, createVNode as t, Fragment as a1, renderList as s1, normalizeClass as h1, createTextVNode as r1, toDisplayString as _, ref as v, computed as e1, markRaw as V1, toRef as H1, watch as l1, nextTick as D1 } from "vue";
7
+ import { has as $, isNil as a1 } from "lodash-es";
8
+ import { defineComponent as S1, resolveComponent as s, createElementBlock as d, openBlock as p, createCommentVNode as V, createElementVNode as n, createBlock as s1, withModifiers as g1, withCtx as i, createVNode as t, Fragment as r1, renderList as l1, normalizeClass as h1, createTextVNode as p1, toDisplayString as P, ref as v, computed as o1, markRaw as V1, toRef as H1, watch as d1, nextTick as D1 } from "vue";
9
9
  import { useI18n as b1 } from "vue-i18n";
10
- import { mapActions as p1, mapGetters as d1 } from "vuex";
10
+ import { mapActions as u1, mapGetters as m1 } from "vuex";
11
11
  import w1 from "../../stories/components/DemoStep.vue.js";
12
12
  import k1 from "../../stories/components/ReviewStepDemo.vue.js";
13
13
  import y1 from "../components/dev-tools/ProjectDpiDevTools.vue.js";
@@ -52,12 +52,14 @@ import de from "./OverviewPage.vue.js";
52
52
  /* empty css */
53
53
  /* empty css */
54
54
  import ue from "../HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js";
55
+ import me from "../HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue.js";
56
+ import Ce from "../HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue.js";
55
57
  /* empty css */
56
- import me from "../../../../../_virtual/_plugin-vue_export-helper.js";
57
- import { useDpiContext as Ce } from "../composables/useDpiContext.js";
58
- import { useEditModeInfo as ce } from "../composables/useDpiEditMode.js";
59
- import { useFormSchema as fe } from "../composables/useFormSchema.js";
60
- const ve = S1({
58
+ import ce from "../../../../../_virtual/_plugin-vue_export-helper.js";
59
+ import { useDpiContext as fe } from "../composables/useDpiContext.js";
60
+ import { useEditModeInfo as ve } from "../composables/useDpiEditMode.js";
61
+ import { useFormSchema as Se } from "../composables/useFormSchema.js";
62
+ const ge = S1({
61
63
  props: {
62
64
  property: {
63
65
  required: !0,
@@ -111,6 +113,8 @@ const ve = S1({
111
113
  WeiterdenkenStep: se,
112
114
  BasicInformationStep: U1,
113
115
  DataProcessingBasicInformationStep: ue,
116
+ DataVisualisationBasicInformationStep: me,
117
+ DataSimulationBasicInformationStep: Ce,
114
118
  ProcessStepsOverviewStep: ee,
115
119
  ReviewStep: re,
116
120
  ProjektPhasenOverviewStep: ie,
@@ -121,12 +125,12 @@ const ve = S1({
121
125
  ProjectDpiDevTools: y1
122
126
  },
123
127
  computed: {
124
- ...d1("auth", [
128
+ ...m1("auth", [
125
129
  "getIsEditMode",
126
130
  "getUserCatalogIds",
127
131
  "getUserData"
128
132
  ]),
129
- ...d1("dpiStore", ["getNavSteps", "getDeleteDistributionInline"]),
133
+ ...m1("dpiStore", ["getNavSteps", "getDeleteDistributionInline"]),
130
134
  getTitleStep() {
131
135
  return Object.keys(this.formValues).filter(
132
136
  (e) => $(this.formValues[e], "dct:title")
@@ -140,7 +144,7 @@ const ve = S1({
140
144
  getFirstTitleFromForm() {
141
145
  try {
142
146
  const e = this.formValues[this.getTitleStep];
143
- return $(e, "dct:title") && e["dct:title"].length > 0 && $(e["dct:title"][0], "@value") && !n1(e["dct:title"][0], "@value") ? e["dct:title"][0]["@value"] : "";
147
+ return $(e, "dct:title") && e["dct:title"].length > 0 && $(e["dct:title"][0], "@value") && !a1(e["dct:title"][0], "@value") ? e["dct:title"][0]["@value"] : "";
144
148
  } catch {
145
149
  }
146
150
  },
@@ -149,8 +153,8 @@ const ve = S1({
149
153
  }
150
154
  },
151
155
  methods: {
152
- ...p1("auth", ["setIsEditMode", "setIsDraft"]),
153
- ...p1("dpiStore", [
156
+ ...u1("auth", ["setIsEditMode", "setIsDraft"]),
157
+ ...u1("dpiStore", [
154
158
  "saveFormValues",
155
159
  "saveLocalstorageValues",
156
160
  "clearAll"
@@ -160,7 +164,7 @@ const ve = S1({
160
164
  },
161
165
  // Route to the RAP Page
162
166
  goToRAP() {
163
- this.fillData(), this.activeStep = "ReviewAndPublish", this.activeSubStep = Object.keys(o1(this.activeStep).value)[0];
167
+ this.fillData(), this.activeStep = "ReviewAndPublish", this.activeSubStep = Object.keys(i1(this.activeStep).value)[0];
164
168
  },
165
169
  handleDistributionsValidation(e) {
166
170
  j1.emit("nextClicked", e);
@@ -171,10 +175,10 @@ const ve = S1({
171
175
  }).href;
172
176
  },
173
177
  async dispatchDataToDPI(e, o, u, g) {
174
- var P, m;
178
+ var y, m;
175
179
  console.log("body:", e, o, "params:", u, g);
176
180
  try {
177
- g === "publish" && (u.token = this.getUserData.rtpToken, console.log(u.token), u.url = `${this.$env.api.hubUrl}catalogues/${u.catalog}/datasets/origin?originalId=${u.id}`, await this.$store.dispatch(o, u)), g === "draft" && await this.$store.dispatch(o, u), (P = this.$Progress) == null || P.finish(), this.clearAll();
181
+ g === "publish" && (u.token = this.getUserData.rtpToken, console.log(u.token), u.url = `${this.$env.api.hubUrl}catalogues/${u.catalog}/datasets/origin?originalId=${u.id}`, await this.$store.dispatch(o, u)), g === "draft" && await this.$store.dispatch(o, u), (y = this.$Progress) == null || y.finish(), this.clearAll();
178
182
  } catch (H) {
179
183
  console.error(H), (m = this.$Progress) == null || m.fail();
180
184
  }
@@ -187,7 +191,7 @@ const ve = S1({
187
191
  },
188
192
  createDatasetID() {
189
193
  const e = this.formValues[this.getTitleStep];
190
- !$(e, "datasetID") || n1(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);
194
+ !$(e, "datasetID") || a1(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);
191
195
  },
192
196
  generateandTranslateSchema(e) {
193
197
  for (let o = 0; o < this.getNavSteps(this.$env.content.dataProviderInterface.specification)[e].length; o++)
@@ -249,10 +253,10 @@ const ve = S1({
249
253
  // })
250
254
  // },
251
255
  setup() {
252
- const e = Ce(), { isEditMode: o } = ce(), {
256
+ const e = fe(), { isEditMode: o } = ve(), {
253
257
  steps: u,
254
258
  stepList: g,
255
- visitedSteps: P,
259
+ visitedSteps: y,
256
260
  activeStep: m,
257
261
  stepPlugin: H,
258
262
  goToNextStep: C,
@@ -261,10 +265,10 @@ const ve = S1({
261
265
  previousStep: E,
262
266
  nextStep: U,
263
267
  current: D,
264
- goToStep: I,
268
+ goToStep: _,
265
269
  isLast: a,
266
270
  triggerValidationCurrentStep: z
267
- } = T1(), { formValues: b } = F1(), { t: N, te: R } = b1(), G = v(!1), M = v(!1), w = v([]), F = e1(() => m.value ? o1(m.value) : null), W = (l) => {
271
+ } = T1(), { formValues: b } = F1(), { t: N, te: R } = b1(), G = v(!1), I = v(!1), w = v([]), M = o1(() => m.value ? i1(m.value) : null), W = (l) => {
268
272
  if (!l)
269
273
  return;
270
274
  const f = f1(l);
@@ -273,22 +277,22 @@ const ve = S1({
273
277
  Z.map((c1) => c1.value)
274
278
  );
275
279
  });
276
- }, { translateSchema: J, createSchema: q, getSchema: K } = fe({
280
+ }, { translateSchema: J, createSchema: q, getSchema: K } = Se({
277
281
  t: N,
278
282
  te: R
279
- }), { y: Q } = v1({ behavior: "smooth" }), T = () => {
283
+ }), { y: Q } = v1({ behavior: "smooth" }), F = () => {
280
284
  Q.value = 0;
281
- }, X = V1({ OverviewPage: de }), k = v("");
282
- o.value && (m.value = "ReviewAndPublish", k.value = "reviewAndPublishPage");
283
- const y = H1(u), S = (l) => {
285
+ }, X = V1({ OverviewPage: de }), T = v("");
286
+ o.value && (m.value = "ReviewAndPublish", T.value = "reviewAndPublishPage");
287
+ const k = H1(u), S = (l) => {
284
288
  var Z;
285
- const f = (Z = y.value) == null ? void 0 : Z[l];
289
+ const f = (Z = k.value) == null ? void 0 : Z[l];
286
290
  return f ? f.valid : !1;
287
291
  }, h = v(!1), L = v(0);
288
- l1(m, (l) => {
292
+ d1(m, (l) => {
289
293
  l === "review" && (h.value = !0, L.value++);
290
- }), l1(m, () => {
291
- T();
294
+ }), d1(m, () => {
295
+ F();
292
296
  });
293
297
  const Y = async () => {
294
298
  try {
@@ -312,31 +316,31 @@ const ve = S1({
312
316
  }
313
317
  async function x() {
314
318
  z(), await D1();
315
- const l = F.value, f = l ? !S(D.value) : !1;
316
- f && W(l), M.value = f, a.value ? console.log("Form submitted", values.value) : j();
319
+ const l = M.value, f = l ? !S(D.value) : !1;
320
+ f && W(l), I.value = f, a.value ? console.log("Form submitted", values.value) : j();
317
321
  }
318
- const r = e1(() => g.value.map((l) => ({ id: l, name: l }))), c = e1({
322
+ const e1 = o1(() => g.value.map((l) => ({ id: l, name: l }))), t1 = o1({
319
323
  get() {
320
324
  return { id: D.value, name: D.value };
321
325
  },
322
326
  set(l) {
323
- I(l.id);
327
+ _(l.id);
324
328
  }
325
- }), O = v(!1);
326
- function t1() {
329
+ }), r = v(!1);
330
+ function c() {
327
331
  console.log("Form submittedo", b.value);
328
332
  const l = M1(b.value, { language: "de" });
329
333
  console.log("ld", l), window.alert(JSON.stringify(l, null, 2));
330
334
  }
331
- const u1 = v(!1), m1 = v(0);
335
+ const O = v(!1), n1 = v(0);
332
336
  function C1(l) {
333
- I(l);
337
+ _(l);
334
338
  }
335
339
  return {
336
340
  steps: u,
337
- visitedSteps: P,
341
+ visitedSteps: y,
338
342
  activeStep: m,
339
- activeSubStep: k,
343
+ activeSubStep: T,
340
344
  subSteps: A,
341
345
  previousStep: E,
342
346
  stepList: g,
@@ -346,7 +350,7 @@ const ve = S1({
346
350
  goToNextStep: C,
347
351
  goToNextStepIfValid: j,
348
352
  goToPreviousStep: B,
349
- scrollToTop: T,
353
+ scrollToTop: F,
350
354
  library: X,
351
355
  isEditMode: o,
352
356
  translateSchema: J,
@@ -359,66 +363,66 @@ const ve = S1({
359
363
  renderViewStepKey: L,
360
364
  handlePublish: Y,
361
365
  handleSubmit: x,
362
- showErrorSummary: M,
366
+ showErrorSummary: I,
363
367
  validationMessages: w,
364
- stepOptions: r,
365
- stepSelect: c,
366
- hologramOpen: O,
367
- submitto: t1,
368
- devToolsOpen: u1,
369
- nonce: m1,
368
+ stepOptions: e1,
369
+ stepSelect: t1,
370
+ hologramOpen: r,
371
+ submitto: c,
372
+ devToolsOpen: O,
373
+ nonce: n1,
370
374
  jumpToStep: C1
371
375
  };
372
376
  }
373
- }), Se = { class: "input-page-project form-container V3-typography" }, ge = {
377
+ }), he = { class: "input-page-project form-container V3-typography" }, Ve = {
374
378
  key: 0,
375
379
  ref: "fkInputContainer",
376
380
  class: "inputContainer"
377
- }, he = { class: "formContainer formkit" }, Ve = { key: 0 }, He = { class: "dpiV3_stepper draftStepper" }, De = {
381
+ }, He = { class: "formContainer formkit" }, De = { key: 0 }, be = { class: "dpiV3_stepper draftStepper" }, we = {
378
382
  key: 0,
379
383
  class: "draftCTA"
380
- }, be = {
384
+ }, ke = {
381
385
  key: 1,
382
386
  class: "draftCTA"
383
- }, we = { key: 1 }, ke = {
387
+ }, ye = { key: 1 }, Pe = {
384
388
  key: 0,
385
389
  class: "dpiV3_stepper"
386
- }, ye = {
390
+ }, _e = {
387
391
  key: 1,
388
392
  class: "dpiV3_stepperLanding"
389
- }, Pe = { class: "dpiV3_Illustration-Start" }, _e = {
393
+ }, Ie = { class: "dpiV3_Illustration-Start" }, Me = {
390
394
  key: 2,
391
395
  class: "steps"
392
- }, Ie = ["data-step-active", "data-step-valid", "onClick"], Me = { class: "stepBubbleWrap" }, Fe = { class: "circle stepCircle" }, Te = ["textContent"], Le = {
396
+ }, Fe = ["data-step-active", "data-step-valid", "onClick"], Te = { class: "stepBubbleWrap" }, Le = { class: "circle stepCircle" }, je = ["textContent"], Oe = {
393
397
  key: 0,
394
398
  class: "seperatorHorizontalStepper"
395
- }, je = {
399
+ }, Ze = {
396
400
  key: 0,
397
401
  class: "step inactiveStep"
398
- }, Oe = { style: { position: "absolute", top: "0", left: "100%", width: "600px", height: "100%" } }, Ze = { style: { position: "sticky", top: "0" } }, $e = { style: { "z-index": "1000", background: "#f5f5f5", "border-radius": "8px", "overflow-x": "auto", "max-width": "100%", width: "100%" } }, Be = { style: { "max-height": "720px", "overflow-y": "auto" } }, Ae = { style: { display: "flex", "flex-direction": "column", gap: "2.5rem" } }, Ee = { style: { display: "flex", "flex-direction": "column", gap: "1rem" } }, Ue = { style: { display: "flex", "flex-direction": "column", gap: "1rem" } }, ze = { class: "step-content" }, Ne = {
402
+ }, $e = { style: { position: "absolute", top: "0", left: "100%", width: "600px", height: "100%" } }, Be = { style: { position: "sticky", top: "0" } }, Ae = { style: { "z-index": "1000", background: "#f5f5f5", "border-radius": "8px", "overflow-x": "auto", "max-width": "100%", width: "100%" } }, Ee = { style: { "max-height": "720px", "overflow-y": "auto" } }, Ue = { style: { display: "flex", "flex-direction": "column", gap: "2.5rem" } }, ze = { style: { display: "flex", "flex-direction": "column", gap: "1rem" } }, Ne = { style: { display: "flex", "flex-direction": "column", gap: "1rem" } }, Re = { class: "step-content" }, Ge = {
399
403
  key: 0,
400
404
  class: "dpiV3_Card_Tips--error dpiV3_Card_Tips"
401
- }, Re = { class: "validation-errors" };
402
- function Ge(e, o, u, g, P, m) {
403
- const H = s("TextButtonSmall"), C = s("ButtonV3"), B = s("ProgressSteps"), A = s("Illustration"), E = s("Listbox"), U = s("Card"), D = s("ProjectDpiDevTools"), I = s("LandingProjectStep"), a = s("InputPageStep"), z = s("DiscoverabilityStep"), b = s("CategoriesStep"), N = s("ApplicationsStep"), R = s("ProjectNameStep"), G = s("ProjectDescriptionStep"), M = s("ProjectStatusStep"), w = s("ProjectOrganisationStep"), F = s("OptionalDataStep"), W = s("DpiModalBase"), J = s("ProjektPhasenOverviewStep"), q = s("InitiierenStep"), K = s("PlanenStep"), Q = s("UmstezenStep"), T = s("WeiterdenkenStep"), X = s("ProcessStepsOverviewStep"), k = s("BasicInformationStep"), y = s("SoftwareStep"), S = s("DatasetStep"), h = s("HardwareStep"), L = s("DataProcessingBasicInformationStep"), Y = s("ReviewStep"), j = s("FormKit"), x = s("ModalSimpleV3");
404
- return p(), d("div", Se, [
405
- e.isInput ? (p(), d("div", ge, [
406
- n("div", he, [
407
- (p(), i1(j, {
405
+ }, We = { class: "validation-errors" };
406
+ function Je(e, o, u, g, y, m) {
407
+ const H = s("TextButtonSmall"), C = s("ButtonV3"), B = s("ProgressSteps"), A = s("Illustration"), E = s("Listbox"), U = s("Card"), D = s("ProjectDpiDevTools"), _ = s("LandingProjectStep"), a = s("InputPageStep"), z = s("DiscoverabilityStep"), b = s("CategoriesStep"), N = s("ApplicationsStep"), R = s("ProjectNameStep"), G = s("ProjectDescriptionStep"), I = s("ProjectStatusStep"), w = s("ProjectOrganisationStep"), M = s("OptionalDataStep"), W = s("DpiModalBase"), J = s("ProjektPhasenOverviewStep"), q = s("InitiierenStep"), K = s("PlanenStep"), Q = s("UmstezenStep"), F = s("WeiterdenkenStep"), X = s("ProcessStepsOverviewStep"), T = s("BasicInformationStep"), k = s("SoftwareStep"), S = s("DatasetStep"), h = s("HardwareStep"), L = s("DataProcessingBasicInformationStep"), Y = s("DataSimulationBasicInformationStep"), j = s("DataVisualisationBasicInformationStep"), x = s("ReviewStep"), e1 = s("FormKit"), t1 = s("ModalSimpleV3");
408
+ return p(), d("div", he, [
409
+ e.isInput ? (p(), d("div", Ve, [
410
+ n("div", He, [
411
+ (p(), s1(e1, {
408
412
  id: "dpiForm",
409
413
  key: e.nonce,
410
414
  modelValue: e.formValues,
411
- "onUpdate:modelValue": o[8] || (o[8] = (r) => e.formValues = r),
415
+ "onUpdate:modelValue": o[9] || (o[9] = (r) => e.formValues = r),
412
416
  type: "form",
413
417
  actions: !1,
414
418
  plugins: [e.stepPlugin],
415
419
  class: "d-flex",
416
- onSubmit: o[9] || (o[9] = g1(() => {
420
+ onSubmit: o[10] || (o[10] = g1(() => {
417
421
  }, ["prevent"]))
418
422
  }, {
419
423
  default: i(() => [
420
- e.dpiContext.edit.fromDraft || e.dpiContext.edit.enabled ? (p(), d("div", Ve, [
421
- n("div", He, [
424
+ e.dpiContext.edit.fromDraft || e.dpiContext.edit.enabled ? (p(), d("div", De, [
425
+ n("div", be, [
422
426
  t(H, {
423
427
  "button-text": "Übersicht",
424
428
  "icon-start": "CaretLeft",
@@ -426,7 +430,7 @@ function Ge(e, o, u, g, P, m) {
426
430
  onClick: e.gotToHome
427
431
  }, null, 8, ["onClick"]),
428
432
  n("div", null, [
429
- e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (p(), d("div", De, [
433
+ e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (p(), d("div", we, [
430
434
  t(C, {
431
435
  "button-text": "Veröffentlichung aufheben",
432
436
  size: "large",
@@ -439,7 +443,7 @@ function Ge(e, o, u, g, P, m) {
439
443
  "icon-end": "Out",
440
444
  onClick: e.todoHandler
441
445
  }, null, 8, ["onClick"])
442
- ])) : (p(), d("div", be, [
446
+ ])) : (p(), d("div", ke, [
443
447
  t(C, {
444
448
  "button-text": "Veröffentlichen",
445
449
  size: "large",
@@ -448,9 +452,9 @@ function Ge(e, o, u, g, P, m) {
448
452
  ]))
449
453
  ])
450
454
  ])
451
- ])) : (p(), d("div", we, [
452
- e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (p(), d("div", ke, [
453
- o[12] || (o[12] = n("svg", {
455
+ ])) : (p(), d("div", ye, [
456
+ e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (p(), d("div", Pe, [
457
+ o[13] || (o[13] = n("svg", {
454
458
  width: "129",
455
459
  height: "48",
456
460
  viewBox: "0 0 129 48",
@@ -514,8 +518,8 @@ function Ge(e, o, u, g, P, m) {
514
518
  "hide-first": "",
515
519
  steps: e.stepList || []
516
520
  }, null, 8, ["checked", "current", "steps"])
517
- ])) : (p(), d("div", ye, [
518
- o[13] || (o[13] = n("div", { class: "dpiV3_bydata_logo_wordmark" }, [
521
+ ])) : (p(), d("div", _e, [
522
+ o[14] || (o[14] = n("div", { class: "dpiV3_bydata_logo_wordmark" }, [
519
523
  n("svg", {
520
524
  width: "129",
521
525
  height: "48",
@@ -573,13 +577,13 @@ function Ge(e, o, u, g, P, m) {
573
577
  })
574
578
  ])
575
579
  ], -1)),
576
- n("div", Pe, [
580
+ n("div", Ie, [
577
581
  t(A, { "illustration-name": "start" })
578
582
  ])
579
583
  ]))
580
584
  ])),
581
- e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (p(), d("ul", _e, [
582
- (p(!0), d(a1, null, s1(e.steps, (r, c, O) => (p(), d("li", {
585
+ e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (p(), d("ul", Me, [
586
+ (p(!0), d(r1, null, l1(e.steps, (r, c, O) => (p(), d("li", {
583
587
  key: r,
584
588
  class: h1(["step", {
585
589
  activeItem: e.activeStep === c,
@@ -588,38 +592,38 @@ function Ge(e, o, u, g, P, m) {
588
592
  }]),
589
593
  "data-step-active": e.activeStep === c,
590
594
  "data-step-valid": r.valid && r.errorCount === 0,
591
- onClick: (t1) => {
595
+ onClick: (n1) => {
592
596
  e.activeStep = c, e.update(), e.scrollToTop();
593
597
  }
594
598
  }, [
595
- n("div", Me, [
596
- n("div", Fe, _(O + 1), 1),
599
+ n("div", Te, [
600
+ n("div", Le, P(O + 1), 1),
597
601
  e.checkStepValidity(c) ? (p(), d("span", {
598
602
  key: 0,
599
603
  class: "step--errors",
600
- textContent: _(r.errorCount + r.blockingCount)
601
- }, null, 8, Te)) : V("", !0),
602
- r1(_(e.$t(`message.dataupload.steps.${c}Step`)), 1)
604
+ textContent: P(r.errorCount + r.blockingCount)
605
+ }, null, 8, je)) : V("", !0),
606
+ p1(P(e.$t(`message.dataupload.steps.${c}Step`)), 1)
603
607
  ]),
604
- O != Object.keys(e.steps).length ? (p(), d("div", Le)) : V("", !0)
605
- ], 10, Ie))), 128)),
606
- e.activeStep === "Overview" ? (p(), d("li", je, o[14] || (o[14] = [
608
+ O != Object.keys(e.steps).length ? (p(), d("div", Oe)) : V("", !0)
609
+ ], 10, Fe))), 128)),
610
+ e.activeStep === "Overview" ? (p(), d("li", Ze, o[15] || (o[15] = [
607
611
  n("div", { class: "circle stepCircle" }, null, -1)
608
612
  ]))) : V("", !0)
609
613
  ])) : V("", !0),
610
- n("div", Oe, [
611
- n("div", Ze, [
612
- n("details", $e, [
613
- o[15] || (o[15] = n("summary", null, "Form Values", -1)),
614
- n("pre", Be, _(JSON.stringify(e.formValues, null, 2)), 1)
614
+ n("div", $e, [
615
+ n("div", Be, [
616
+ n("details", Ae, [
617
+ o[16] || (o[16] = n("summary", null, "Form Values", -1)),
618
+ n("pre", Ee, P(JSON.stringify(e.formValues, null, 2)), 1)
615
619
  ]),
616
620
  t(U, null, {
617
- title: i(() => o[16] || (o[16] = [
618
- r1(" dev view ", -1)
621
+ title: i(() => o[17] || (o[17] = [
622
+ p1(" dev view ", -1)
619
623
  ])),
620
624
  default: i(() => [
621
- n("div", Ae, [
622
- n("div", Ee, [
625
+ n("div", Ue, [
626
+ n("div", ze, [
623
627
  t(C, {
624
628
  type: "button",
625
629
  variant: "secondary",
@@ -639,7 +643,7 @@ function Ge(e, o, u, g, P, m) {
639
643
  onClick: e.handleSubmit
640
644
  }, null, 8, ["onClick"])
641
645
  ]),
642
- n("div", Ue, [
646
+ n("div", Ne, [
643
647
  t(C, {
644
648
  type: "button",
645
649
  variant: "secondary",
@@ -667,11 +671,11 @@ function Ge(e, o, u, g, P, m) {
667
671
  "onUpdate:nonce": o[6] || (o[6] = (r) => e.nonce = r)
668
672
  }, null, 8, ["modelValue", "nonce"])
669
673
  ]),
670
- n("div", ze, [
674
+ n("div", Re, [
671
675
  n("div", null, [
672
676
  t(a, { name: "Landing" }, {
673
677
  default: i(() => [
674
- t(I)
678
+ t(_)
675
679
  ]),
676
680
  _: 1
677
681
  }),
@@ -707,7 +711,7 @@ function Ge(e, o, u, g, P, m) {
707
711
  }),
708
712
  t(a, { name: "Grundlegende Informationen/Projektstatus" }, {
709
713
  default: i(() => [
710
- t(M)
714
+ t(I)
711
715
  ]),
712
716
  _: 1
713
717
  }),
@@ -727,13 +731,13 @@ function Ge(e, o, u, g, P, m) {
727
731
  }),
728
732
  t(a, { name: "Optionale Daten" }, {
729
733
  default: i(() => [
730
- t(F),
734
+ t(M),
731
735
  t(W, {
732
736
  modelValue: e.hologramOpen,
733
737
  "onUpdate:modelValue": o[7] || (o[7] = (r) => e.hologramOpen = r)
734
738
  }, {
735
739
  default: i(() => [
736
- t(F)
740
+ t(M)
737
741
  ]),
738
742
  _: 1
739
743
  }, 8, ["modelValue"])
@@ -766,7 +770,7 @@ function Ge(e, o, u, g, P, m) {
766
770
  }),
767
771
  t(a, { name: "Projektphasen (optional)/Weiterdenken" }, {
768
772
  default: i(() => [
769
- t(T)
773
+ t(F)
770
774
  ]),
771
775
  _: 1
772
776
  }),
@@ -778,13 +782,13 @@ function Ge(e, o, u, g, P, m) {
778
782
  }),
779
783
  t(a, { name: "1. Datenerfassung/Grundlegende Informationen" }, {
780
784
  default: i(() => [
781
- t(k)
785
+ t(T)
782
786
  ]),
783
787
  _: 1
784
788
  }),
785
789
  t(a, { name: "1. Datenerfassung/Software" }, {
786
790
  default: i(() => [
787
- t(y, {
791
+ t(k, {
788
792
  "step-group": "1. Datenerfassung",
789
793
  edit: e.isEditMode
790
794
  }, null, 8, ["edit"])
@@ -817,7 +821,7 @@ function Ge(e, o, u, g, P, m) {
817
821
  }),
818
822
  t(a, { name: "2. Datenverarbeitung/Software" }, {
819
823
  default: i(() => [
820
- t(y, {
824
+ t(k, {
821
825
  "step-group": "2. Datenverarbeitung",
822
826
  edit: e.isEditMode
823
827
  }, null, 8, ["edit"])
@@ -844,13 +848,13 @@ function Ge(e, o, u, g, P, m) {
844
848
  }),
845
849
  t(a, { name: "3. Datensimulation/Grundlegende Informationen" }, {
846
850
  default: i(() => [
847
- t(k)
851
+ t(Y)
848
852
  ]),
849
853
  _: 1
850
854
  }),
851
855
  t(a, { name: "3. Datensimulation/Software" }, {
852
856
  default: i(() => [
853
- t(y, {
857
+ t(k, {
854
858
  "step-group": "3. Datensimulation",
855
859
  edit: e.isEditMode
856
860
  }, null, 8, ["edit"])
@@ -877,13 +881,16 @@ function Ge(e, o, u, g, P, m) {
877
881
  }),
878
882
  t(a, { name: "4. Datenvisualisierung/Grundlegende Informationen" }, {
879
883
  default: i(() => [
880
- t(k)
884
+ t(j, {
885
+ modelValue: e.formValues,
886
+ "onUpdate:modelValue": o[8] || (o[8] = (r) => e.formValues = r)
887
+ }, null, 8, ["modelValue"])
881
888
  ]),
882
889
  _: 1
883
890
  }),
884
891
  t(a, { name: "4. Datenvisualisierung/Software" }, {
885
892
  default: i(() => [
886
- t(y, {
893
+ t(k, {
887
894
  "step-group": "4. Datenvisualisierung",
888
895
  edit: e.isEditMode
889
896
  }, null, 8, ["edit"])
@@ -910,7 +917,7 @@ function Ge(e, o, u, g, P, m) {
910
917
  }),
911
918
  t(a, { name: "Vorschau" }, {
912
919
  default: i(() => [
913
- t(Y, {
920
+ t(x, {
914
921
  onSubmit: e.submitto,
915
922
  onJump: e.jumpToStep
916
923
  }, null, 8, ["onSubmit", "onJump"])
@@ -918,33 +925,33 @@ function Ge(e, o, u, g, P, m) {
918
925
  _: 1
919
926
  })
920
927
  ]),
921
- o[18] || (o[18] = n("hr", null, null, -1)),
922
- e.showErrorSummary && e.validationMessages.length ? (p(), d("div", Ne, [
923
- o[17] || (o[17] = n("h4", null, "Bitte korrigieren Sie die folgenden Fehler:", -1)),
924
- n("ul", Re, [
925
- (p(!0), d(a1, null, s1(e.validationMessages, (r) => (p(), d("li", { key: r }, _(r), 1))), 128))
928
+ o[19] || (o[19] = n("hr", null, null, -1)),
929
+ e.showErrorSummary && e.validationMessages.length ? (p(), d("div", Ge, [
930
+ o[18] || (o[18] = n("h4", null, "Bitte korrigieren Sie die folgenden Fehler:", -1)),
931
+ n("ul", We, [
932
+ (p(!0), d(r1, null, l1(e.validationMessages, (r) => (p(), d("li", { key: r }, P(r), 1))), 128))
926
933
  ])
927
934
  ])) : V("", !0),
928
- o[19] || (o[19] = n("hr", null, null, -1)),
929
- o[20] || (o[20] = n("div", null, null, -1))
935
+ o[20] || (o[20] = n("hr", null, null, -1)),
936
+ o[21] || (o[21] = n("div", null, null, -1))
930
937
  ])
931
938
  ]),
932
939
  _: 1
933
940
  }, 8, ["modelValue", "plugins"])),
934
- e.activeSimpleModal ? (p(), i1(x, {
941
+ e.activeSimpleModal ? (p(), s1(t1, {
935
942
  key: 0,
936
943
  buttons: e.modalSimpleConf.button,
937
944
  "header-text": e.modalSimpleConf.header,
938
945
  text: e.modalSimpleConf.text,
939
946
  action: e.modalSimpleConf.action,
940
- onClose: o[10] || (o[10] = (r) => e.activeSimpleModal = !1),
941
- onActionHandling: o[11] || (o[11] = (r) => e.gotToHome())
947
+ onClose: o[11] || (o[11] = (r) => e.activeSimpleModal = !1),
948
+ onActionHandling: o[12] || (o[12] = (r) => e.gotToHome())
942
949
  }, null, 8, ["buttons", "header-text", "text", "action"])) : V("", !0)
943
950
  ])
944
951
  ], 512)) : V("", !0)
945
952
  ]);
946
953
  }
947
- const X3 = /* @__PURE__ */ me(ve, [["render", Ge]]);
954
+ const t3 = /* @__PURE__ */ ce(ge, [["render", Je]]);
948
955
  export {
949
- X3 as default
956
+ t3 as default
950
957
  };