@piveau/dpi 0.2.0-alpha.23 → 0.2.0-alpha.26

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 (33) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +43 -38
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/HomeTable.vue.js +23 -22
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue.js +3 -3
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue2.js +44 -40
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ResourceTable.vue.js +7 -0
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ResourceTable.vue2.js +206 -0
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +76 -62
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js +2 -2
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +2 -2
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js +1 -1
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue2.js +7 -7
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue.js +2 -2
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue2.js +97 -128
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/AreYouSureToSkipCard.vue.js +1 -1
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue.js +1 -1
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue2.js +35 -28
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +3 -3
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +114 -111
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue.js +2 -2
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue2.js +59 -52
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepBase.vue.js +44 -33
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +2 -2
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +7 -7
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/StateTag.vue.js +2 -2
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +90 -82
  28. package/dist/packages/dpi/src/data-provider-interface/composables/useTwinbyHome.js +14 -14
  29. package/dist/packages/dpi/src/data-provider-interface/composables/useTwinbyUser.js +86 -73
  30. package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +320 -317
  31. package/package.json +1 -1
  32. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ProjectTable.vue.js +0 -7
  33. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ProjectTable.vue2.js +0 -143
@@ -1,70 +1,70 @@
1
- import { getNode as n1, reset as T1 } from "@formkit/core";
2
- import { getValidationMessages as j1 } from "@formkit/validation";
1
+ import { getNode as a1, reset as m1 } from "@formkit/core";
2
+ import { getValidationMessages as O1 } from "@formkit/validation";
3
3
  import "@formkit/vue";
4
4
  import "@phosphor-icons/vue";
5
5
  import "@piveau/sdk-core/hubRepo";
6
- import { whenever as Z1, useWindowScroll as $1 } from "@vueuse/core";
6
+ import { whenever as B1, useWindowScroll as E1 } from "@vueuse/core";
7
7
  import "axios";
8
8
  import "jquery";
9
- import { has as A, isNil as d1 } from "lodash-es";
10
- import { defineComponent as O1, resolveComponent as s, createElementBlock as d, openBlock as p, createCommentVNode as g, createElementVNode as i, createBlock as u1, withModifiers as B1, withCtx as n, createVNode as t, Fragment as m1, renderList as c1, normalizeClass as E1, createTextVNode as C1, toDisplayString as P, computed as I, ref as v, markRaw as A1, toRef as U1, watch as f1, nextTick as R1 } from "vue";
11
- import { useI18n as N1 } from "vue-i18n";
12
- import { useRouter as z1 } from "vue-router";
13
- import { mapActions as v1, mapGetters as S1 } from "vuex";
14
- import { useRuntimeEnv as G1 } from "../../composables/useRuntimeEnv.js";
15
- import W1 from "../../stories/components/DemoStep.vue.js";
16
- import q1 from "../../stories/components/ReviewStepDemo.vue.js";
17
- import J1 from "../components/dev-tools/ProjectDpiDevTools.vue.js";
18
- import K1 from "../components/InputPageStep.vue.js";
19
- import Q1 from "../components/ProgressSteps.vue.js";
20
- import X1 from "../components/StepActionsSection.vue.js";
21
- import { useFormValues as Y1 } from "../composables/useDpiFormValues.js";
22
- import { useDpiStepper as x1 } from "../composables/useDpiStepper.js";
23
- import { useProjectActions as ee } from "../composables/useProjectActions.js";
24
- import { useTwinbyUser as te } from "../composables/useTwinbyUser.js";
25
- import oe from "../config/dcatapdeHappyFlow/converter.js";
26
- import { eventBus as ie } from "../HappyFlowComponents/services/eventBus.js";
27
- import ne from "../HappyFlowComponents/ui/BasicInfosStep/ProjectDescriptionStep.vue.js";
28
- import ae from "../HappyFlowComponents/ui/BasicInfosStep/ProjectNameStep.vue.js";
29
- import se from "../HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js";
30
- import re from "../HappyFlowComponents/ui/BasicInfosStep/ProjectStatusStep.vue.js";
31
- import le from "../HappyFlowComponents/ui/ButtonV3.vue.js";
32
- import pe from "../HappyFlowComponents/ui/Card.vue.js";
33
- import de from "../HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js";
34
- import ue from "../HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js";
35
- import me from "../HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue.js";
36
- import ce from "../HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue.js";
37
- import Ce from "../HappyFlowComponents/ui/DpiModalBase.vue.js";
38
- import fe from "../HappyFlowComponents/ui/Findability/ApplicationsStep.vue.js";
39
- import ve from "../HappyFlowComponents/ui/Findability/CategoriesStep.vue.js";
40
- import Se from "../HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js";
41
- import ge from "../HappyFlowComponents/ui/Illustration.vue.js";
42
- import he from "../HappyFlowComponents/ui/LandingProjectStep/LandingProjectStep.vue.js";
43
- import Ve from "../HappyFlowComponents/ui/ListBox/Listbox.vue.js";
44
- import He from "../HappyFlowComponents/ui/LogoV3.vue.js";
45
- import De from "../HappyFlowComponents/ui/ModalSimpleV3.vue.js";
46
- import we from "../HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js";
47
- import be from "../HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue.js";
48
- import ye from "../HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue.js";
49
- import ke from "../HappyFlowComponents/ui/ProcessSteps/ProcessStepsOverviewStep.vue.js";
50
- import Pe from "../HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue.js";
51
- import Ie from "../HappyFlowComponents/ui/Projektphasen/InitiierenStep.vue.js";
52
- import _e from "../HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js";
53
- import Me from "../HappyFlowComponents/ui/Projektphasen/ProjektPhasenOverviewStep.vue.js";
54
- import Fe from "../HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js";
55
- import Le from "../HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js";
56
- import Te from "../HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js";
57
- import je from "../HappyFlowComponents/ui/TextButtonSmall.vue.js";
58
- import Ze from "../HappyFlowComponents/ui/WipStep.vue.js";
59
- import $e from "./OverviewPage.vue.js";
9
+ import { has as U, isNil as c1 } from "lodash-es";
10
+ import { defineComponent as A1, resolveComponent as r, createElementBlock as d, openBlock as p, createCommentVNode as h, createElementVNode as i, createBlock as C1, withModifiers as U1, withCtx as n, createVNode as t, Fragment as f1, renderList as v1, normalizeClass as N1, createTextVNode as S1, toDisplayString as I, computed as M, ref as v, markRaw as R1, toRef as z1, watch as g1, nextTick as G1 } from "vue";
11
+ import { useI18n as W1 } from "vue-i18n";
12
+ import { useRouter as q1 } from "vue-router";
13
+ import { mapActions as h1, mapGetters as V1 } from "vuex";
14
+ import { useRuntimeEnv as J1 } from "../../composables/useRuntimeEnv.js";
15
+ import K1 from "../../stories/components/DemoStep.vue.js";
16
+ import Q1 from "../../stories/components/ReviewStepDemo.vue.js";
17
+ import X1 from "../components/dev-tools/ProjectDpiDevTools.vue.js";
18
+ import Y1 from "../components/InputPageStep.vue.js";
19
+ import x1 from "../components/ProgressSteps.vue.js";
20
+ import ee from "../components/StepActionsSection.vue.js";
21
+ import { useFormValues as te } from "../composables/useDpiFormValues.js";
22
+ import { useDpiStepper as oe } from "../composables/useDpiStepper.js";
23
+ import { useProjectActions as ie } from "../composables/useProjectActions.js";
24
+ import { useTwinbyUser as ne } from "../composables/useTwinbyUser.js";
25
+ import ae from "../config/dcatapdeHappyFlow/converter.js";
26
+ import { eventBus as re } from "../HappyFlowComponents/services/eventBus.js";
27
+ import se from "../HappyFlowComponents/ui/BasicInfosStep/ProjectDescriptionStep.vue.js";
28
+ import le from "../HappyFlowComponents/ui/BasicInfosStep/ProjectNameStep.vue.js";
29
+ import pe from "../HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js";
30
+ import de from "../HappyFlowComponents/ui/BasicInfosStep/ProjectStatusStep.vue.js";
31
+ import ue from "../HappyFlowComponents/ui/ButtonV3.vue.js";
32
+ import me from "../HappyFlowComponents/ui/Card.vue.js";
33
+ import ce from "../HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js";
34
+ import Ce from "../HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js";
35
+ import fe from "../HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue.js";
36
+ import ve from "../HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue.js";
37
+ import Se from "../HappyFlowComponents/ui/DpiModalBase.vue.js";
38
+ import ge from "../HappyFlowComponents/ui/Findability/ApplicationsStep.vue.js";
39
+ import he from "../HappyFlowComponents/ui/Findability/CategoriesStep.vue.js";
40
+ import Ve from "../HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js";
41
+ import He from "../HappyFlowComponents/ui/Illustration.vue.js";
42
+ import De from "../HappyFlowComponents/ui/LandingProjectStep/LandingProjectStep.vue.js";
43
+ import we from "../HappyFlowComponents/ui/ListBox/Listbox.vue.js";
44
+ import be from "../HappyFlowComponents/ui/LogoV3.vue.js";
45
+ import ye from "../HappyFlowComponents/ui/ModalSimpleV3.vue.js";
46
+ import ke from "../HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js";
47
+ import Pe from "../HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue.js";
48
+ import _e from "../HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue.js";
49
+ import Ie from "../HappyFlowComponents/ui/ProcessSteps/ProcessStepsOverviewStep.vue.js";
50
+ import Me from "../HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue.js";
51
+ import Fe from "../HappyFlowComponents/ui/Projektphasen/InitiierenStep.vue.js";
52
+ import Le from "../HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js";
53
+ import Te from "../HappyFlowComponents/ui/Projektphasen/ProjektPhasenOverviewStep.vue.js";
54
+ import je from "../HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js";
55
+ import Ze from "../HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js";
56
+ import $e from "../HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js";
57
+ import Oe from "../HappyFlowComponents/ui/TextButtonSmall.vue.js";
58
+ import Be from "../HappyFlowComponents/ui/WipStep.vue.js";
59
+ import Ee from "./OverviewPage.vue.js";
60
60
  /* empty css */
61
61
  /* empty css */
62
62
  /* empty css */
63
- import Oe from "../../../../../_virtual/_plugin-vue_export-helper.js";
64
- import { useDpiContext as Be } from "../composables/useDpiContext.js";
65
- import { useEditModeInfo as Ee } from "../composables/useDpiEditMode.js";
66
- import { useFormSchema as Ae } from "../composables/useFormSchema.js";
67
- const Ue = O1({
63
+ import Ae from "../../../../../_virtual/_plugin-vue_export-helper.js";
64
+ import { useDpiContext as Ue } from "../composables/useDpiContext.js";
65
+ import { useEditModeInfo as Ne } from "../composables/useDpiEditMode.js";
66
+ import { useFormSchema as Re } from "../composables/useFormSchema.js";
67
+ const ze = A1({
68
68
  props: {
69
69
  property: {
70
70
  required: !0,
@@ -86,59 +86,59 @@ const Ue = O1({
86
86
  };
87
87
  },
88
88
  components: {
89
- InputPageStep: K1,
89
+ InputPageStep: Y1,
90
90
  // DistributionInputPage,
91
- LogoV3: He,
92
- ButtonV3: le,
93
- TextButtonSmall: je,
94
- Illustration: ge,
91
+ LogoV3: be,
92
+ ButtonV3: ue,
93
+ TextButtonSmall: Oe,
94
+ Illustration: He,
95
95
  // PhLightbulb,
96
96
  // PhCheckCircle,
97
- ModalSimpleV3: De,
97
+ ModalSimpleV3: ye,
98
98
  // DemoStepper,
99
- DemoStep: W1,
100
- ProgressSteps: Q1,
101
- ReviewStepDemo: q1,
102
- LandingProjectStep: he,
103
- StepActionsSection: X1,
104
- DiscoverabilityStep: Se,
105
- CategoriesStep: ve,
106
- ApplicationsStep: fe,
107
- ProjectNameStep: ae,
108
- ProjectDescriptionStep: ne,
109
- ProjectStatusStep: re,
110
- ProjectOrganisationStep: se,
111
- SoftwareStep: Pe,
112
- DatasetStep: be,
113
- HardwareStep: ye,
114
- OptionalDataStep: we,
115
- InitiierenStep: Ie,
116
- UmstezenStep: Fe,
117
- PlanenStep: _e,
118
- WeiterdenkenStep: Le,
119
- BasicInformationStep: de,
120
- DataProcessingBasicInformationStep: ue,
121
- DataVisualisationBasicInformationStep: ce,
122
- DataSimulationBasicInformationStep: me,
123
- ProcessStepsOverviewStep: ke,
124
- ReviewStep: Te,
125
- ProjektPhasenOverviewStep: Me,
126
- Card: pe,
127
- Listbox: Ve,
128
- DpiModalBase: Ce,
129
- WipStep: Ze,
130
- ProjectDpiDevTools: J1
99
+ DemoStep: K1,
100
+ ProgressSteps: x1,
101
+ ReviewStepDemo: Q1,
102
+ LandingProjectStep: De,
103
+ StepActionsSection: ee,
104
+ DiscoverabilityStep: Ve,
105
+ CategoriesStep: he,
106
+ ApplicationsStep: ge,
107
+ ProjectNameStep: le,
108
+ ProjectDescriptionStep: se,
109
+ ProjectStatusStep: de,
110
+ ProjectOrganisationStep: pe,
111
+ SoftwareStep: Me,
112
+ DatasetStep: Pe,
113
+ HardwareStep: _e,
114
+ OptionalDataStep: ke,
115
+ InitiierenStep: Fe,
116
+ UmstezenStep: je,
117
+ PlanenStep: Le,
118
+ WeiterdenkenStep: Ze,
119
+ BasicInformationStep: ce,
120
+ DataProcessingBasicInformationStep: Ce,
121
+ DataVisualisationBasicInformationStep: ve,
122
+ DataSimulationBasicInformationStep: fe,
123
+ ProcessStepsOverviewStep: Ie,
124
+ ReviewStep: $e,
125
+ ProjektPhasenOverviewStep: Te,
126
+ Card: me,
127
+ Listbox: we,
128
+ DpiModalBase: Se,
129
+ WipStep: Be,
130
+ ProjectDpiDevTools: X1
131
131
  },
132
132
  computed: {
133
- ...S1("auth", [
133
+ ...V1("auth", [
134
134
  "getIsEditMode",
135
135
  "getUserCatalogIds",
136
136
  "getUserData"
137
137
  ]),
138
- ...S1("dpiStore", ["getNavSteps", "getDeleteDistributionInline"]),
138
+ ...V1("dpiStore", ["getNavSteps", "getDeleteDistributionInline"]),
139
139
  getTitleStep() {
140
140
  return Object.keys(this.formValues).filter(
141
- (e) => A(this.formValues[e], "dct:title")
141
+ (e) => U(this.formValues[e], "dct:title")
142
142
  )[0];
143
143
  },
144
144
  createIDFromTitle() {
@@ -149,7 +149,7 @@ const Ue = O1({
149
149
  getFirstTitleFromForm() {
150
150
  try {
151
151
  const e = this.formValues[this.getTitleStep];
152
- return A(e, "dct:title") && e["dct:title"].length > 0 && A(e["dct:title"][0], "@value") && !d1(e["dct:title"][0], "@value") ? e["dct:title"][0]["@value"] : "";
152
+ return U(e, "dct:title") && e["dct:title"].length > 0 && U(e["dct:title"][0], "@value") && !c1(e["dct:title"][0], "@value") ? e["dct:title"][0]["@value"] : "";
153
153
  } catch {
154
154
  }
155
155
  },
@@ -158,8 +158,8 @@ const Ue = O1({
158
158
  }
159
159
  },
160
160
  methods: {
161
- ...v1("auth", ["setIsEditMode", "setIsDraft"]),
162
- ...v1("dpiStore", [
161
+ ...h1("auth", ["setIsEditMode", "setIsDraft"]),
162
+ ...h1("dpiStore", [
163
163
  "saveFormValues",
164
164
  "saveLocalstorageValues",
165
165
  "clearAll"
@@ -169,10 +169,10 @@ const Ue = O1({
169
169
  },
170
170
  // Route to the RAP Page
171
171
  goToRAP() {
172
- this.fillData(), this.activeStep = "ReviewAndPublish", this.activeSubStep = Object.keys(n1(this.activeStep).value)[0];
172
+ this.fillData(), this.activeStep = "ReviewAndPublish", this.activeSubStep = Object.keys(a1(this.activeStep).value)[0];
173
173
  },
174
174
  handleDistributionsValidation(e) {
175
- ie.emit("nextClicked", e);
175
+ re.emit("nextClicked", e);
176
176
  },
177
177
  gotToHome() {
178
178
  window.location.href = this.$router.resolve({
@@ -180,12 +180,12 @@ const Ue = O1({
180
180
  }).href;
181
181
  },
182
182
  async dispatchDataToDPI(e, o, u, y) {
183
- var _, S;
183
+ var F, g;
184
184
  console.log("body:", e, o, "params:", u, y);
185
185
  try {
186
- y === "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)), y === "draft" && await this.$store.dispatch(o, u), (_ = this.$Progress) == null || _.finish(), this.clearAll();
186
+ y === "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)), y === "draft" && await this.$store.dispatch(o, u), (F = this.$Progress) == null || F.finish(), this.clearAll();
187
187
  } catch (f) {
188
- console.error(f), (S = this.$Progress) == null || S.fail();
188
+ console.error(f), (g = this.$Progress) == null || g.fail();
189
189
  }
190
190
  },
191
191
  clearForm() {
@@ -196,7 +196,7 @@ const Ue = O1({
196
196
  },
197
197
  createDatasetID() {
198
198
  const e = this.formValues[this.getTitleStep];
199
- !A(e, "datasetID") || d1(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);
199
+ !U(e, "datasetID") || c1(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);
200
200
  },
201
201
  generateandTranslateSchema(e) {
202
202
  for (let o = 0; o < this.getNavSteps(this.$env.content.dataProviderInterface.specification)[e].length; o++)
@@ -258,56 +258,56 @@ const Ue = O1({
258
258
  // })
259
259
  // },
260
260
  setup() {
261
- var s1, r1, l1, p1;
262
- const e = G1(), o = Be(), { isEditMode: u, editIdQuery: y, editFromDraft: _ } = Ee(), S = I(() => !1), f = z1(), {
263
- steps: M,
264
- stepList: F,
265
- visitedSteps: U,
261
+ var s1, l1, p1, d1;
262
+ const e = J1(), o = Ue(), { isEditMode: u, editIdQuery: y, editFromDraft: F } = Ne(), g = M(() => !1), f = q1(), {
263
+ steps: L,
264
+ stepList: T,
265
+ visitedSteps: N,
266
266
  activeStep: m,
267
267
  stepPlugin: R,
268
- goToNextStep: L,
268
+ goToNextStep: j,
269
269
  goToPreviousStep: a,
270
- subSteps: N,
271
- previousStep: z,
272
- nextStep: G,
273
- current: h,
274
- goToStep: T,
275
- isLast: W,
276
- triggerValidationCurrentStep: q
277
- } = x1();
278
- u.value && (m.value = "Vorschau"), Z1(S, () => {
279
- S.value && (m.value = "Vorschau");
270
+ subSteps: z,
271
+ previousStep: G,
272
+ nextStep: W,
273
+ current: V,
274
+ goToStep: Z,
275
+ isLast: q,
276
+ triggerValidationCurrentStep: J
277
+ } = oe();
278
+ u.value && (m.value = "Vorschau"), B1(g, () => {
279
+ g.value && (m.value = "Vorschau");
280
280
  });
281
- const { formValues: j } = Y1(), { t: J, te: K } = N1(), Q = v(!1), Z = v(!1), V = v([]), X = I(() => m.value ? n1(m.value) : null), Y = (l) => {
281
+ const { formValues: $ } = te(), { t: K, te: Q } = W1(), X = v(!1), O = v(!1), H = v([]), Y = M(() => m.value ? a1(m.value) : null), x = (l) => {
282
282
  if (!l)
283
283
  return;
284
- const C = j1(l);
285
- V.value = [], C.forEach((b) => {
286
- V.value = V.value.concat(
287
- b.map((E) => E.value)
284
+ const C = O1(l);
285
+ H.value = [], C.forEach((S) => {
286
+ H.value = H.value.concat(
287
+ S.map((P) => P.value)
288
288
  );
289
289
  });
290
- }, { translateSchema: H, createSchema: D, getSchema: w } = Ae({
291
- t: J,
292
- te: K
293
- }), { y: x } = $1({ behavior: "smooth" }), $ = () => {
294
- x.value = 0;
295
- }, e1 = A1({ OverviewPage: $e }), O = v("");
296
- S.value && (m.value = "ReviewAndPublish", O.value = "reviewAndPublishPage");
297
- const t1 = U1(M), k = (l) => {
298
- var b;
299
- const C = (b = t1.value) == null ? void 0 : b[l];
290
+ }, { translateSchema: D, createSchema: w, getSchema: b } = Re({
291
+ t: K,
292
+ te: Q
293
+ }), { y: e1 } = E1({ behavior: "smooth" }), B = () => {
294
+ e1.value = 0;
295
+ }, t1 = R1({ OverviewPage: Ee }), E = v("");
296
+ g.value && (m.value = "ReviewAndPublish", E.value = "reviewAndPublishPage");
297
+ const o1 = z1(L), k = (l) => {
298
+ var S;
299
+ const C = (S = o1.value) == null ? void 0 : S[l];
300
300
  return C ? C.valid : !1;
301
- }, r = v(!1), c = v(0);
302
- f1(m, (l) => {
303
- l === "review" && (r.value = !0, c.value++);
304
- }), f1(m, () => {
305
- $();
301
+ }, s = v(!1), c = v(0);
302
+ g1(m, (l) => {
303
+ l === "review" && (s.value = !0, c.value++);
304
+ }), g1(m, () => {
305
+ B();
306
306
  });
307
- const B = async () => {
307
+ const A = async () => {
308
308
  try {
309
- const l = "auth/createDataset", C = await oe(
310
- j.value,
309
+ const l = "auth/createDataset", C = await ae(
310
+ $.value,
311
311
  o,
312
312
  // We'll need to access getUserData somehow - for now using a placeholder
313
313
  {},
@@ -321,135 +321,146 @@ const Ue = O1({
321
321
  console.error("Fehler beim Veröffentlichen:", l);
322
322
  }
323
323
  };
324
- function o1() {
325
- k(h.value) && L();
324
+ function i1() {
325
+ k(V.value) && j();
326
326
  }
327
- async function g1() {
328
- q(), await R1();
329
- const l = X.value, C = l ? !k(h.value) : !1;
330
- C && Y(l), Z.value = C, W.value ? console.log("Form submitted", values.value) : o1();
327
+ async function H1() {
328
+ J(), await G1();
329
+ const l = Y.value, C = l ? !k(V.value) : !1;
330
+ C && x(l), O.value = C, q.value ? console.log("Form submitted", values.value) : i1();
331
331
  }
332
- const h1 = I(() => F.value.map((l) => ({ id: l, name: l }))), V1 = I({
332
+ const D1 = M(() => T.value.map((l) => ({ id: l, name: l }))), w1 = M({
333
333
  get() {
334
- return { id: h.value, name: h.value };
334
+ return { id: V.value, name: V.value };
335
335
  },
336
336
  set(l) {
337
- T(l.id);
337
+ Z(l.id);
338
338
  }
339
- }), H1 = v(!1), { organization: D1, catalogProject: w1, startFetchPermissions: b1, userRoles: y1, permissions: k1 } = te({
340
- keycloak: ((r1 = (s1 = e.authentication) == null ? void 0 : s1.keycloak) == null ? void 0 : r1.url) || "https://keycloak.twin.bydata.de",
341
- realm: ((p1 = (l1 = e.authentication) == null ? void 0 : l1.keycloak) == null ? void 0 : p1.realm) || "piveau",
339
+ }), b1 = v(!1), { organization: y1, catalogProject: k1, startFetchPermissions: P1, userRoles: _1, permissions: I1 } = ne({
340
+ keycloak: ((l1 = (s1 = e.authentication) == null ? void 0 : s1.keycloak) == null ? void 0 : l1.url) || "https://keycloak.twin.bydata.de",
341
+ realm: ((d1 = (p1 = e.authentication) == null ? void 0 : p1.keycloak) == null ? void 0 : d1.realm) || "piveau",
342
342
  audience: "piveau-hub-repo"
343
343
  });
344
- b1();
345
- const { submitDraft: a1 } = ee({
344
+ P1();
345
+ const { submitDraft: r1 } = ie({
346
346
  onSuccess: () => {
347
347
  f.push({ name: "DPI-Home-HappyFlow" });
348
348
  }
349
- }), P1 = async () => {
350
- await a1.execute(320);
351
- }, I1 = I(() => a1.isLoading.value), _1 = v(!1), M1 = v(0);
352
- function F1(l) {
353
- T(l);
349
+ }), M1 = async () => {
350
+ await r1.execute(320);
351
+ }, F1 = M(() => r1.isLoading.value), L1 = v(!1), T1 = v(0);
352
+ function j1(l) {
353
+ Z(l);
354
354
  }
355
- function L1(l) {
356
- (Array.isArray(l) ? l : [l]).forEach((b) => {
357
- const E = n1("dpiForm");
358
- if (!E)
359
- return;
360
- const i1 = E.at([b]);
361
- i1 && (i1._value = {}, T1(i1));
355
+ function Z1(l) {
356
+ (Array.isArray(l) ? l : [l]).forEach((S) => {
357
+ const P = a1("dpiForm");
358
+ if (P)
359
+ if (S.includes("#")) {
360
+ const [_, $1] = S.split("#"), u1 = P.at([_]);
361
+ if (!u1)
362
+ return;
363
+ const n1 = u1.at(["$self", $1]);
364
+ if (!n1)
365
+ return;
366
+ n1._value = {}, m1(n1);
367
+ } else {
368
+ const _ = P.at([S]);
369
+ if (!_)
370
+ return;
371
+ _._value = {}, m1(_);
372
+ }
362
373
  });
363
374
  }
364
375
  return {
365
- steps: M,
366
- visitedSteps: U,
376
+ steps: L,
377
+ visitedSteps: N,
367
378
  activeStep: m,
368
- activeSubStep: O,
369
- subSteps: N,
370
- previousStep: z,
371
- stepList: F,
372
- nextStep: G,
379
+ activeSubStep: E,
380
+ subSteps: z,
381
+ previousStep: G,
382
+ stepList: T,
383
+ nextStep: W,
373
384
  stepPlugin: R,
374
385
  checkStepValidity: k,
375
- goToNextStep: L,
376
- goToNextStepIfValid: o1,
386
+ goToNextStep: j,
387
+ goToNextStepIfValid: i1,
377
388
  goToPreviousStep: a,
378
- scrollToTop: $,
379
- library: e1,
389
+ scrollToTop: B,
390
+ library: t1,
380
391
  isEditMode: u,
381
- translateSchema: H,
382
- createSchema: D,
383
- getSchema: w,
392
+ translateSchema: D,
393
+ createSchema: w,
394
+ getSchema: b,
384
395
  dpiContext: o,
385
- formValues: j,
386
- activeSimpleModal: Q,
387
- shouldRenderReviewStep: r,
396
+ formValues: $,
397
+ activeSimpleModal: X,
398
+ shouldRenderReviewStep: s,
388
399
  renderViewStepKey: c,
389
- handlePublish: B,
390
- handleSubmit: g1,
391
- showErrorSummary: Z,
392
- validationMessages: V,
393
- stepOptions: h1,
394
- stepSelect: V1,
395
- hologramOpen: H1,
396
- devToolsOpen: _1,
397
- nonce: M1,
398
- jumpToStep: F1,
399
- deleteStep: L1,
400
- submitDraft: P1,
401
- isSubmittingLoading: I1,
402
- organization: D1,
403
- catalogProject: w1,
404
- userRoles: y1,
405
- permissions: k1
400
+ handlePublish: A,
401
+ handleSubmit: H1,
402
+ showErrorSummary: O,
403
+ validationMessages: H,
404
+ stepOptions: D1,
405
+ stepSelect: w1,
406
+ hologramOpen: b1,
407
+ devToolsOpen: L1,
408
+ nonce: T1,
409
+ jumpToStep: j1,
410
+ deleteStep: Z1,
411
+ submitDraft: M1,
412
+ isSubmittingLoading: F1,
413
+ organization: y1,
414
+ catalogProject: k1,
415
+ userRoles: _1,
416
+ permissions: I1
406
417
  };
407
418
  }
408
- }), Re = { class: "input-page-project form-container V3-typography" }, Ne = {
419
+ }), Ge = { class: "input-page-project form-container V3-typography" }, We = {
409
420
  key: 0,
410
421
  ref: "fkInputContainer",
411
422
  class: "inputContainer"
412
- }, ze = { class: "formContainer formkit" }, Ge = { key: 1 }, We = {
423
+ }, qe = { class: "formContainer formkit" }, Je = { key: 1 }, Ke = {
413
424
  key: 0,
414
425
  class: "dpiV3_stepper"
415
- }, qe = {
426
+ }, Qe = {
416
427
  key: 1,
417
428
  class: "dpiV3_stepperLanding"
418
- }, Je = { class: "dpiV3_Illustration-Start" }, Ke = {
429
+ }, Xe = { class: "dpiV3_Illustration-Start" }, Ye = {
419
430
  key: 2,
420
431
  class: "steps"
421
- }, Qe = ["data-step-active", "data-step-valid", "onClick"], Xe = { class: "stepBubbleWrap" }, Ye = { class: "circle stepCircle" }, xe = ["textContent"], et = {
432
+ }, xe = ["data-step-active", "data-step-valid", "onClick"], et = { class: "stepBubbleWrap" }, tt = { class: "circle stepCircle" }, ot = ["textContent"], it = {
422
433
  key: 0,
423
434
  class: "seperatorHorizontalStepper"
424
- }, tt = {
435
+ }, nt = {
425
436
  key: 0,
426
437
  class: "step inactiveStep"
427
- }, ot = { style: { position: "absolute", top: "0", left: "100%", width: "600px", height: "100%" } }, it = { style: { position: "sticky", top: "0" } }, nt = { style: { "z-index": "1000", background: "#f5f5f5", "border-radius": "8px", "overflow-x": "auto", "max-width": "100%", width: "100%" } }, at = { style: { "max-height": "720px", "overflow-y": "auto" } }, st = { style: { width: "100%", display: "flex", "flex-direction": "column", gap: "2.5rem" } }, rt = { style: { display: "flex", "flex-direction": "column", gap: "1rem" } }, lt = { style: { display: "flex", "flex-direction": "column", gap: "1rem" } }, pt = { style: { width: "100%" } }, dt = { class: "step-content" }, ut = {
438
+ }, at = { style: { position: "absolute", top: "0", left: "100%", width: "600px", height: "100%" } }, rt = { style: { position: "sticky", top: "0" } }, st = { style: { "z-index": "1000", background: "#f5f5f5", "border-radius": "8px", "overflow-x": "auto", "max-width": "100%", width: "100%" } }, lt = { style: { "max-height": "720px", "overflow-y": "auto" } }, pt = { style: { width: "100%", display: "flex", "flex-direction": "column", gap: "2.5rem" } }, dt = { style: { display: "flex", "flex-direction": "column", gap: "1rem" } }, ut = { style: { display: "flex", "flex-direction": "column", gap: "1rem" } }, mt = { style: { width: "100%" } }, ct = { class: "step-content" }, Ct = {
428
439
  key: 0,
429
440
  class: "dpiV3_Card_Tips--error dpiV3_Card_Tips"
430
- }, mt = { class: "validation-errors" };
431
- function ct(e, o, u, y, _, S) {
432
- s("TextButtonSmall");
433
- const f = s("ButtonV3"), M = s("ProgressSteps"), F = s("Illustration"), U = s("Listbox"), m = s("Card"), R = s("ProjectDpiDevTools"), L = s("LandingProjectStep"), a = s("InputPageStep"), N = s("DiscoverabilityStep"), z = s("CategoriesStep"), G = s("ApplicationsStep"), h = s("ProjectNameStep"), T = s("ProjectDescriptionStep"), W = s("ProjectStatusStep"), q = s("ProjectOrganisationStep"), j = s("OptionalDataStep"), J = s("ProjektPhasenOverviewStep"), K = s("InitiierenStep"), Q = s("PlanenStep"), Z = s("UmstezenStep"), V = s("WeiterdenkenStep"), X = s("ProcessStepsOverviewStep"), Y = s("BasicInformationStep"), H = s("SoftwareStep"), D = s("DatasetStep"), w = s("HardwareStep"), x = s("DataProcessingBasicInformationStep"), $ = s("DataSimulationBasicInformationStep"), e1 = s("DataVisualisationBasicInformationStep"), O = s("ReviewStep"), t1 = s("FormKit"), k = s("ModalSimpleV3");
434
- return p(), d("div", Re, [
435
- e.isInput ? (p(), d("div", Ne, [
436
- i("div", ze, [
437
- (p(), u1(t1, {
441
+ }, ft = { class: "validation-errors" };
442
+ function vt(e, o, u, y, F, g) {
443
+ r("TextButtonSmall");
444
+ const f = r("ButtonV3"), L = r("ProgressSteps"), T = r("Illustration"), N = r("Listbox"), m = r("Card"), R = r("ProjectDpiDevTools"), j = r("LandingProjectStep"), a = r("InputPageStep"), z = r("DiscoverabilityStep"), G = r("CategoriesStep"), W = r("ApplicationsStep"), V = r("ProjectNameStep"), Z = r("ProjectDescriptionStep"), q = r("ProjectStatusStep"), J = r("ProjectOrganisationStep"), $ = r("OptionalDataStep"), K = r("ProjektPhasenOverviewStep"), Q = r("InitiierenStep"), X = r("PlanenStep"), O = r("UmstezenStep"), H = r("WeiterdenkenStep"), Y = r("ProcessStepsOverviewStep"), x = r("BasicInformationStep"), D = r("SoftwareStep"), w = r("DatasetStep"), b = r("HardwareStep"), e1 = r("DataProcessingBasicInformationStep"), B = r("DataSimulationBasicInformationStep"), t1 = r("DataVisualisationBasicInformationStep"), E = r("ReviewStep"), o1 = r("FormKit"), k = r("ModalSimpleV3");
445
+ return p(), d("div", Ge, [
446
+ e.isInput ? (p(), d("div", We, [
447
+ i("div", qe, [
448
+ (p(), C1(o1, {
438
449
  id: "dpiForm",
439
450
  key: e.nonce,
440
451
  modelValue: e.formValues,
441
- "onUpdate:modelValue": o[8] || (o[8] = (r) => e.formValues = r),
452
+ "onUpdate:modelValue": o[8] || (o[8] = (s) => e.formValues = s),
442
453
  name: "dpiForm",
443
454
  type: "form",
444
455
  actions: !1,
445
456
  plugins: [e.stepPlugin],
446
457
  class: "d-flex",
447
- onSubmit: o[9] || (o[9] = B1(() => {
458
+ onSubmit: o[9] || (o[9] = U1(() => {
448
459
  }, ["prevent"]))
449
460
  }, {
450
461
  default: n(() => [
451
- (p(), d("div", Ge, [
452
- e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (p(), d("div", We, [
462
+ (p(), d("div", Je, [
463
+ e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (p(), d("div", Ke, [
453
464
  o[12] || (o[12] = i("svg", {
454
465
  width: "129",
455
466
  height: "48",
@@ -506,15 +517,15 @@ function ct(e, o, u, y, _, S) {
506
517
  fill: "#AEDFF8"
507
518
  })
508
519
  ], -1)),
509
- t(M, {
520
+ t(L, {
510
521
  checked: e.visitedSteps,
511
- "onUpdate:checked": o[0] || (o[0] = (r) => e.visitedSteps = r),
522
+ "onUpdate:checked": o[0] || (o[0] = (s) => e.visitedSteps = s),
512
523
  current: e.activeStep,
513
- "onUpdate:current": o[1] || (o[1] = (r) => e.activeStep = r),
524
+ "onUpdate:current": o[1] || (o[1] = (s) => e.activeStep = s),
514
525
  "hide-first": "",
515
526
  steps: e.stepList || []
516
527
  }, null, 8, ["checked", "current", "steps"])
517
- ])) : (p(), d("div", qe, [
528
+ ])) : (p(), d("div", Qe, [
518
529
  o[13] || (o[13] = i("div", { class: "dpiV3_bydata_logo_wordmark" }, [
519
530
  i("svg", {
520
531
  width: "129",
@@ -573,58 +584,58 @@ function ct(e, o, u, y, _, S) {
573
584
  })
574
585
  ])
575
586
  ], -1)),
576
- i("div", Je, [
577
- t(F, { "illustration-name": "start" })
587
+ i("div", Xe, [
588
+ t(T, { "illustration-name": "start" })
578
589
  ])
579
590
  ]))
580
591
  ])),
581
- e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (p(), d("ul", Ke, [
582
- (p(!0), d(m1, null, c1(e.steps, (r, c, B) => (p(), d("li", {
583
- key: r,
584
- class: E1(["step", {
592
+ e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (p(), d("ul", Ye, [
593
+ (p(!0), d(f1, null, v1(e.steps, (s, c, A) => (p(), d("li", {
594
+ key: s,
595
+ class: N1(["step", {
585
596
  activeItem: e.activeStep === c,
586
597
  inactiveStep: c != e.activeStep,
587
598
  "has-errors": e.checkStepValidity(c)
588
599
  }]),
589
600
  "data-step-active": e.activeStep === c,
590
- "data-step-valid": r.valid && r.errorCount === 0,
591
- onClick: (o1) => {
601
+ "data-step-valid": s.valid && s.errorCount === 0,
602
+ onClick: (i1) => {
592
603
  e.activeStep = c, e.update(), e.scrollToTop();
593
604
  }
594
605
  }, [
595
- i("div", Xe, [
596
- i("div", Ye, P(B + 1), 1),
606
+ i("div", et, [
607
+ i("div", tt, I(A + 1), 1),
597
608
  e.checkStepValidity(c) ? (p(), d("span", {
598
609
  key: 0,
599
610
  class: "step--errors",
600
- textContent: P(r.errorCount + r.blockingCount)
601
- }, null, 8, xe)) : g("", !0),
602
- C1(P(e.$t(`message.dataupload.steps.${c}Step`)), 1)
611
+ textContent: I(s.errorCount + s.blockingCount)
612
+ }, null, 8, ot)) : h("", !0),
613
+ S1(I(e.$t(`message.dataupload.steps.${c}Step`)), 1)
603
614
  ]),
604
- B != Object.keys(e.steps).length ? (p(), d("div", et)) : g("", !0)
605
- ], 10, Qe))), 128)),
606
- e.activeStep === "Overview" ? (p(), d("li", tt, o[14] || (o[14] = [
615
+ A != Object.keys(e.steps).length ? (p(), d("div", it)) : h("", !0)
616
+ ], 10, xe))), 128)),
617
+ e.activeStep === "Overview" ? (p(), d("li", nt, o[14] || (o[14] = [
607
618
  i("div", { class: "circle stepCircle" }, null, -1)
608
- ]))) : g("", !0)
609
- ])) : g("", !0),
610
- i("div", ot, [
611
- i("div", it, [
612
- i("details", nt, [
619
+ ]))) : h("", !0)
620
+ ])) : h("", !0),
621
+ i("div", at, [
622
+ i("div", rt, [
623
+ i("details", st, [
613
624
  o[15] || (o[15] = i("summary", null, "Form Values", -1)),
614
- i("pre", at, P(JSON.stringify(e.formValues, null, 2)), 1)
625
+ i("pre", lt, I(JSON.stringify(e.formValues, null, 2)), 1)
615
626
  ]),
616
627
  t(m, null, {
617
628
  title: n(() => o[16] || (o[16] = [
618
- C1(" dev view ", -1)
629
+ S1(" dev view ", -1)
619
630
  ])),
620
631
  default: n(() => [
621
- i("div", st, [
622
- i("div", rt, [
632
+ i("div", pt, [
633
+ i("div", dt, [
623
634
  t(f, {
624
635
  type: "button",
625
636
  variant: "secondary",
626
637
  "button-text": "Open Hologram",
627
- onClick: o[2] || (o[2] = (r) => e.hologramOpen = !0)
638
+ onClick: o[2] || (o[2] = (s) => e.hologramOpen = !0)
628
639
  }),
629
640
  t(f, {
630
641
  type: "button",
@@ -639,18 +650,18 @@ function ct(e, o, u, y, _, S) {
639
650
  onClick: e.handleSubmit
640
651
  }, null, 8, ["onClick"])
641
652
  ]),
642
- i("div", lt, [
653
+ i("div", ut, [
643
654
  t(f, {
644
655
  type: "button",
645
656
  variant: "secondary",
646
657
  "button-text": "Open devtools",
647
- onClick: o[3] || (o[3] = (r) => e.devToolsOpen = !0)
658
+ onClick: o[3] || (o[3] = (s) => e.devToolsOpen = !0)
648
659
  })
649
660
  ]),
650
- i("div", pt, [
651
- t(U, {
661
+ i("div", mt, [
662
+ t(N, {
652
663
  modelValue: e.stepSelect,
653
- "onUpdate:modelValue": o[4] || (o[4] = (r) => e.stepSelect = r),
664
+ "onUpdate:modelValue": o[4] || (o[4] = (s) => e.stepSelect = s),
654
665
  label: "Go to step",
655
666
  options: e.stepOptions
656
667
  }, null, 8, ["modelValue", "options"])
@@ -662,120 +673,112 @@ function ct(e, o, u, y, _, S) {
662
673
  ]),
663
674
  t(R, {
664
675
  modelValue: e.devToolsOpen,
665
- "onUpdate:modelValue": o[5] || (o[5] = (r) => e.devToolsOpen = r),
676
+ "onUpdate:modelValue": o[5] || (o[5] = (s) => e.devToolsOpen = s),
666
677
  nonce: e.nonce,
667
- "onUpdate:nonce": o[6] || (o[6] = (r) => e.nonce = r)
678
+ "onUpdate:nonce": o[6] || (o[6] = (s) => e.nonce = s)
668
679
  }, null, 8, ["modelValue", "nonce"])
669
680
  ]),
670
- i("div", dt, [
681
+ i("div", ct, [
671
682
  i("div", null, [
672
683
  t(a, { name: "Landing" }, {
673
684
  default: n(() => [
674
- t(L)
685
+ t(j)
675
686
  ]),
676
687
  _: 1
677
688
  }),
678
689
  t(a, { name: "Auffindbarkeit/Sichtbarkeit" }, {
679
690
  default: n(() => [
680
- t(N)
691
+ t(z)
681
692
  ]),
682
693
  _: 1
683
694
  }),
684
695
  t(a, { name: "Auffindbarkeit/Kategorien" }, {
685
696
  default: n(() => [
686
- t(z)
697
+ t(G)
687
698
  ]),
688
699
  _: 1
689
700
  }),
690
701
  t(a, { name: "Auffindbarkeit/Anwendungsbereiche" }, {
691
702
  default: n(() => [
692
- t(G)
703
+ t(W)
693
704
  ]),
694
705
  _: 1
695
706
  }),
696
707
  t(a, { name: "Grundlegende Informationen/Name" }, {
697
708
  default: n(() => [
698
- t(h)
709
+ t(V)
699
710
  ]),
700
711
  _: 1
701
712
  }),
702
713
  t(a, { name: "Grundlegende Informationen/Beschreibung" }, {
703
714
  default: n(() => [
704
- t(T)
715
+ t(Z)
705
716
  ]),
706
717
  _: 1
707
718
  }),
708
719
  t(a, { name: "Grundlegende Informationen/Projektstatus" }, {
709
720
  default: n(() => [
710
- t(W)
721
+ t(q)
711
722
  ]),
712
723
  _: 1
713
724
  }),
714
725
  t(a, { name: "Grundlegende Informationen/Organisation" }, {
715
726
  default: n(() => [
716
- t(q, {
717
- "is-wip": "",
718
- icon: "https://storage.googleapis.com/open-data-public-files-050923/assets/v2/haar/favicon.png",
719
- address: "Bahnhofstraße 7",
720
- "postal-code": "85540",
721
- city: "Haar",
722
- phone: "089 46002-0",
723
- email: "info@stadt-haar.de"
724
- })
727
+ t(J, { "is-wip": "" })
725
728
  ]),
726
729
  _: 1
727
730
  }),
728
731
  t(a, { name: "Optionale Daten" }, {
729
732
  default: n(() => [
730
- t(j)
733
+ t($)
731
734
  ]),
732
735
  _: 1
733
736
  }),
734
737
  t(a, { name: "Projektphasen (optional)" }, {
735
738
  default: n(() => [
736
- t(J)
739
+ t(K)
737
740
  ]),
738
741
  _: 1
739
742
  }),
740
743
  t(a, { name: "Projektphasen (optional)/Initiieren" }, {
741
744
  default: n(() => [
742
- t(K)
745
+ t(Q)
743
746
  ]),
744
747
  _: 1
745
748
  }),
746
749
  t(a, { name: "Projektphasen (optional)/Planen" }, {
747
750
  default: n(() => [
748
- t(Q)
751
+ t(X)
749
752
  ]),
750
753
  _: 1
751
754
  }),
752
755
  t(a, { name: "Projektphasen (optional)/Umsetzen" }, {
753
756
  default: n(() => [
754
- t(Z)
757
+ t(O)
755
758
  ]),
756
759
  _: 1
757
760
  }),
758
761
  t(a, { name: "Projektphasen (optional)/Weiterdenken" }, {
759
762
  default: n(() => [
760
- t(V)
763
+ t(H)
761
764
  ]),
762
765
  _: 1
763
766
  }),
764
767
  t(a, { name: "Technische Prozessschritte" }, {
765
768
  default: n(() => [
766
- t(X)
769
+ t(Y)
767
770
  ]),
768
771
  _: 1
769
772
  }),
770
773
  t(a, { name: "1. Datenerfassung/Grundlegende Informationen" }, {
771
774
  default: n(() => [
772
- t(Y)
775
+ t(x)
773
776
  ]),
774
777
  _: 1
775
778
  }),
776
779
  t(a, { name: "1. Datenerfassung/Software" }, {
777
780
  default: n(() => [
778
- t(H, {
781
+ t(D, {
779
782
  "step-group": "1. Datenerfassung",
780
783
  edit: e.isEditMode
781
784
  }, null, 8, ["edit"])
@@ -784,7 +787,7 @@ function ct(e, o, u, y, _, S) {
784
787
  }),
785
788
  t(a, { name: "1. Datenerfassung/Datensätze" }, {
786
789
  default: n(() => [
787
- t(D, {
790
+ t(w, {
788
791
  "step-group": "1. Datenerfassung",
789
792
  edit: e.isEditMode
790
793
  }, null, 8, ["edit"])
@@ -793,7 +796,7 @@ function ct(e, o, u, y, _, S) {
793
796
  }),
794
797
  t(a, { name: "1. Datenerfassung/Hardware" }, {
795
798
  default: n(() => [
796
- t(w, {
799
+ t(b, {
797
800
  "step-group": "1. Datenerfassung",
798
801
  edit: ""
799
802
  })
@@ -802,13 +805,13 @@ function ct(e, o, u, y, _, S) {
802
805
  }),
803
806
  t(a, { name: "2. Datenverarbeitung/Grundlegende Informationen" }, {
804
807
  default: n(() => [
805
- t(x)
808
+ t(e1)
806
809
  ]),
807
810
  _: 1
808
811
  }),
809
812
  t(a, { name: "2. Datenverarbeitung/Software" }, {
810
813
  default: n(() => [
811
- t(H, {
814
+ t(D, {
812
815
  "step-group": "2. Datenverarbeitung",
813
816
  edit: e.isEditMode
814
817
  }, null, 8, ["edit"])
@@ -817,7 +820,7 @@ function ct(e, o, u, y, _, S) {
817
820
  }),
818
821
  t(a, { name: "2. Datenverarbeitung/Datensätze" }, {
819
822
  default: n(() => [
820
- t(D, {
823
+ t(w, {
821
824
  "step-group": "2. Datenverarbeitung",
822
825
  edit: e.isEditMode
823
826
  }, null, 8, ["edit"])
@@ -826,7 +829,7 @@ function ct(e, o, u, y, _, S) {
826
829
  }),
827
830
  t(a, { name: "2. Datenverarbeitung/Hardware" }, {
828
831
  default: n(() => [
829
- t(w, {
832
+ t(b, {
830
833
  "step-group": "2. Datenverarbeitung",
831
834
  edit: ""
832
835
  })
@@ -835,13 +838,13 @@ function ct(e, o, u, y, _, S) {
835
838
  }),
836
839
  t(a, { name: "3. Datensimulation/Grundlegende Informationen" }, {
837
840
  default: n(() => [
838
- t($)
841
+ t(B)
839
842
  ]),
840
843
  _: 1
841
844
  }),
842
845
  t(a, { name: "3. Datensimulation/Software" }, {
843
846
  default: n(() => [
844
- t(H, {
847
+ t(D, {
845
848
  "step-group": "3. Datensimulation",
846
849
  edit: e.isEditMode
847
850
  }, null, 8, ["edit"])
@@ -850,7 +853,7 @@ function ct(e, o, u, y, _, S) {
850
853
  }),
851
854
  t(a, { name: "3. Datensimulation/Datensätze" }, {
852
855
  default: n(() => [
853
- t(D, {
856
+ t(w, {
854
857
  "step-group": "3. Datensimulation",
855
858
  edit: e.isEditMode
856
859
  }, null, 8, ["edit"])
@@ -859,7 +862,7 @@ function ct(e, o, u, y, _, S) {
859
862
  }),
860
863
  t(a, { name: "3. Datensimulation/Hardware" }, {
861
864
  default: n(() => [
862
- t(w, {
865
+ t(b, {
863
866
  "step-group": "3. Datensimulation",
864
867
  edit: ""
865
868
  })
@@ -868,16 +871,16 @@ function ct(e, o, u, y, _, S) {
868
871
  }),
869
872
  t(a, { name: "4. Datenvisualisierung/Grundlegende Informationen" }, {
870
873
  default: n(() => [
871
- t(e1, {
874
+ t(t1, {
872
875
  modelValue: e.formValues,
873
- "onUpdate:modelValue": o[7] || (o[7] = (r) => e.formValues = r)
876
+ "onUpdate:modelValue": o[7] || (o[7] = (s) => e.formValues = s)
874
877
  }, null, 8, ["modelValue"])
875
878
  ]),
876
879
  _: 1
877
880
  }),
878
881
  t(a, { name: "4. Datenvisualisierung/Software" }, {
879
882
  default: n(() => [
880
- t(H, {
883
+ t(D, {
881
884
  "step-group": "4. Datenvisualisierung",
882
885
  edit: e.isEditMode
883
886
  }, null, 8, ["edit"])
@@ -886,7 +889,7 @@ function ct(e, o, u, y, _, S) {
886
889
  }),
887
890
  t(a, { name: "4. Datenvisualisierung/Datensätze" }, {
888
891
  default: n(() => [
889
- t(D, {
892
+ t(w, {
890
893
  "step-group": "4. Datenvisualisierung",
891
894
  edit: e.isEditMode
892
895
  }, null, 8, ["edit"])
@@ -895,7 +898,7 @@ function ct(e, o, u, y, _, S) {
895
898
  }),
896
899
  t(a, { name: "4. Datenvisualisierung/Hardware" }, {
897
900
  default: n(() => [
898
- t(w, {
901
+ t(b, {
899
902
  "step-group": "4. Datenvisualisierung",
900
903
  edit: ""
901
904
  })
@@ -904,7 +907,7 @@ function ct(e, o, u, y, _, S) {
904
907
  }),
905
908
  t(a, { name: "Vorschau" }, {
906
909
  default: n(() => [
907
- t(O, {
910
+ t(E, {
908
911
  loading: e.isSubmittingLoading,
909
912
  onSubmit: e.submitDraft,
910
913
  onJump: e.jumpToStep,
@@ -915,32 +918,32 @@ function ct(e, o, u, y, _, S) {
915
918
  })
916
919
  ]),
917
920
  o[18] || (o[18] = i("hr", null, null, -1)),
918
- e.showErrorSummary && e.validationMessages.length ? (p(), d("div", ut, [
921
+ e.showErrorSummary && e.validationMessages.length ? (p(), d("div", Ct, [
919
922
  o[17] || (o[17] = i("h4", null, "Bitte korrigieren Sie die folgenden Fehler:", -1)),
920
- i("ul", mt, [
921
- (p(!0), d(m1, null, c1(e.validationMessages, (r) => (p(), d("li", { key: r }, P(r), 1))), 128))
923
+ i("ul", ft, [
924
+ (p(!0), d(f1, null, v1(e.validationMessages, (s) => (p(), d("li", { key: s }, I(s), 1))), 128))
922
925
  ])
923
- ])) : g("", !0),
926
+ ])) : h("", !0),
924
927
  o[19] || (o[19] = i("hr", null, null, -1)),
925
928
  o[20] || (o[20] = i("div", null, null, -1))
926
929
  ])
927
930
  ]),
928
931
  _: 1
929
932
  }, 8, ["modelValue", "plugins"])),
930
- e.activeSimpleModal ? (p(), u1(k, {
933
+ e.activeSimpleModal ? (p(), C1(k, {
931
934
  key: 0,
932
935
  buttons: e.modalSimpleConf.button,
933
936
  "header-text": e.modalSimpleConf.header,
934
937
  text: e.modalSimpleConf.text,
935
938
  action: e.modalSimpleConf.action,
936
- onClose: o[10] || (o[10] = (r) => e.activeSimpleModal = !1),
937
- onActionHandling: o[11] || (o[11] = (r) => e.gotToHome())
938
- }, null, 8, ["buttons", "header-text", "text", "action"])) : g("", !0)
939
+ onClose: o[10] || (o[10] = (s) => e.activeSimpleModal = !1),
940
+ onActionHandling: o[11] || (o[11] = (s) => e.gotToHome())
941
+ }, null, 8, ["buttons", "header-text", "text", "action"])) : h("", !0)
939
942
  ])
940
- ], 512)) : g("", !0)
943
+ ], 512)) : h("", !0)
941
944
  ]);
942
945
  }
943
- const k3 = /* @__PURE__ */ Oe(Ue, [["render", ct]]);
946
+ const I3 = /* @__PURE__ */ Ae(ze, [["render", vt]]);
944
947
  export {
945
- k3 as default
948
+ I3 as default
946
949
  };