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