@piveau/dpi 0.2.0-alpha.65 → 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 +343 -334
- 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 ze = A1({
|
|
|
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 ze = A1({
|
|
|
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 ze = A1({
|
|
|
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,23 +169,23 @@ const ze = A1({
|
|
|
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({
|
|
179
179
|
name: "DPI-Home-HappyFlow"
|
|
180
180
|
}).href;
|
|
181
181
|
},
|
|
182
|
-
async dispatchDataToDPI(e, o, u,
|
|
183
|
-
var F,
|
|
184
|
-
console.log("body:", e, o, "params:", u,
|
|
182
|
+
async dispatchDataToDPI(e, o, u, k) {
|
|
183
|
+
var F, h;
|
|
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
187
|
} catch (f) {
|
|
188
|
-
console.error(f), (
|
|
188
|
+
console.error(f), (h = this.$Progress) == null || h.fail();
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
191
|
clearForm() {
|
|
@@ -196,7 +196,7 @@ const ze = A1({
|
|
|
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,56 +258,56 @@ const ze = A1({
|
|
|
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:
|
|
265
|
+
visitedSteps: U,
|
|
266
266
|
activeStep: m,
|
|
267
|
-
stepPlugin:
|
|
268
|
-
goToNextStep:
|
|
269
|
-
goToPreviousStep:
|
|
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 && (m.value = "Vorschau"),
|
|
279
|
-
|
|
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 C =
|
|
284
|
+
const C = E1(l);
|
|
285
285
|
H.value = [], C.forEach((S) => {
|
|
286
286
|
H.value = H.value.concat(
|
|
287
|
-
S.map((
|
|
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
|
-
|
|
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
299
|
const C = (S = o1.value) == null ? void 0 : S[l];
|
|
300
300
|
return C ? C.valid : !1;
|
|
301
|
-
},
|
|
302
|
-
|
|
303
|
-
l === "review" && (
|
|
304
|
-
}),
|
|
305
|
-
|
|
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", C = await
|
|
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
|
{},
|
|
@@ -321,131 +321,140 @@ const ze = A1({
|
|
|
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, C = l ? !
|
|
330
|
-
C &&
|
|
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
|
|
358
|
-
if (
|
|
357
|
+
const _ = n1("dpiForm");
|
|
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
|
-
const I =
|
|
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 O1 = y(() => {
|
|
376
|
+
var l;
|
|
377
|
+
return ((l = f.query) == null ? void 0 : l.__dev) === "true";
|
|
378
|
+
});
|
|
375
379
|
return {
|
|
376
380
|
steps: L,
|
|
377
|
-
visitedSteps:
|
|
381
|
+
visitedSteps: U,
|
|
378
382
|
activeStep: m,
|
|
379
|
-
activeSubStep:
|
|
383
|
+
activeSubStep: B,
|
|
380
384
|
subSteps: z,
|
|
381
385
|
previousStep: G,
|
|
382
386
|
stepList: T,
|
|
383
387
|
nextStep: W,
|
|
384
|
-
stepPlugin:
|
|
385
|
-
checkStepValidity:
|
|
386
|
-
goToNextStep:
|
|
387
|
-
goToNextStepIfValid:
|
|
388
|
-
goToPreviousStep:
|
|
389
|
-
scrollToTop:
|
|
388
|
+
stepPlugin: N,
|
|
389
|
+
checkStepValidity: s,
|
|
390
|
+
goToNextStep: n,
|
|
391
|
+
goToNextStepIfValid: r1,
|
|
392
|
+
goToPreviousStep: R,
|
|
393
|
+
scrollToTop: O,
|
|
390
394
|
library: t1,
|
|
391
395
|
isEditMode: u,
|
|
392
|
-
translateSchema:
|
|
393
|
-
createSchema:
|
|
394
|
-
getSchema:
|
|
396
|
+
translateSchema: w,
|
|
397
|
+
createSchema: b,
|
|
398
|
+
getSchema: x,
|
|
395
399
|
dpiContext: o,
|
|
396
|
-
formValues:
|
|
400
|
+
formValues: Z,
|
|
397
401
|
activeSimpleModal: X,
|
|
398
|
-
shouldRenderReviewStep:
|
|
399
|
-
renderViewStepKey:
|
|
400
|
-
handlePublish:
|
|
401
|
-
handleSubmit:
|
|
402
|
-
showErrorSummary:
|
|
402
|
+
shouldRenderReviewStep: c,
|
|
403
|
+
renderViewStepKey: P,
|
|
404
|
+
handlePublish: a1,
|
|
405
|
+
handleSubmit: D1,
|
|
406
|
+
showErrorSummary: $,
|
|
403
407
|
validationMessages: H,
|
|
404
|
-
stepOptions:
|
|
405
|
-
stepSelect:
|
|
406
|
-
hologramOpen:
|
|
407
|
-
devToolsOpen:
|
|
408
|
-
nonce:
|
|
409
|
-
jumpToStep:
|
|
410
|
-
deleteStep:
|
|
411
|
-
submitDraft:
|
|
412
|
-
isSubmittingLoading:
|
|
413
|
-
organization:
|
|
414
|
-
catalogProject:
|
|
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,
|
|
415
419
|
userRoles: I1,
|
|
416
|
-
permissions:
|
|
420
|
+
permissions: M1,
|
|
421
|
+
showDevtoolsSidebar: O1
|
|
417
422
|
};
|
|
418
423
|
}
|
|
419
|
-
}),
|
|
424
|
+
}), Je = { class: "input-page-project form-container V3-typography" }, Ke = {
|
|
420
425
|
key: 0,
|
|
421
426
|
ref: "fkInputContainer",
|
|
422
427
|
class: "inputContainer"
|
|
423
|
-
},
|
|
428
|
+
}, Qe = { class: "formContainer formkit" }, Xe = { key: 1 }, Ye = {
|
|
424
429
|
key: 0,
|
|
425
430
|
class: "dpiV3_stepper"
|
|
426
|
-
},
|
|
431
|
+
}, xe = {
|
|
427
432
|
key: 1,
|
|
428
433
|
class: "dpiV3_stepperLanding"
|
|
429
|
-
},
|
|
434
|
+
}, et = { class: "dpiV3_Illustration-Start" }, tt = {
|
|
430
435
|
key: 2,
|
|
431
436
|
class: "steps"
|
|
432
|
-
},
|
|
437
|
+
}, ot = ["data-step-active", "data-step-valid", "onClick"], it = { class: "stepBubbleWrap" }, nt = { class: "circle stepCircle" }, at = ["textContent"], rt = {
|
|
433
438
|
key: 0,
|
|
434
439
|
class: "seperatorHorizontalStepper"
|
|
435
|
-
},
|
|
440
|
+
}, st = {
|
|
436
441
|
key: 0,
|
|
437
442
|
class: "step inactiveStep"
|
|
438
|
-
},
|
|
443
|
+
}, lt = {
|
|
444
|
+
key: 3,
|
|
445
|
+
id: "dpiDevtools",
|
|
446
|
+
style: { position: "absolute", top: "0", left: "100%", width: "600px", height: "100%" }
|
|
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 = {
|
|
439
448
|
key: 0,
|
|
440
449
|
class: "dpiV3_Card_Tips--error dpiV3_Card_Tips"
|
|
441
|
-
},
|
|
442
|
-
function
|
|
450
|
+
}, gt = { class: "validation-errors" };
|
|
451
|
+
function ht(e, o, u, k, F, h) {
|
|
443
452
|
r("TextButtonSmall");
|
|
444
|
-
const f = r("ButtonV3"),
|
|
445
|
-
return p(), d("div",
|
|
446
|
-
e.isInput ? (p(), d("div",
|
|
447
|
-
i("div",
|
|
448
|
-
(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, {
|
|
449
458
|
id: "dpiForm",
|
|
450
459
|
key: e.nonce,
|
|
451
460
|
modelValue: e.formValues,
|
|
@@ -455,12 +464,12 @@ function vt(e, o, u, y, F, g) {
|
|
|
455
464
|
actions: !1,
|
|
456
465
|
plugins: [e.stepPlugin],
|
|
457
466
|
class: "d-flex",
|
|
458
|
-
onSubmit: o[9] || (o[9] =
|
|
467
|
+
onSubmit: o[9] || (o[9] = R1(() => {
|
|
459
468
|
}, ["prevent"]))
|
|
460
469
|
}, {
|
|
461
|
-
default:
|
|
462
|
-
(p(), d("div",
|
|
463
|
-
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, [
|
|
464
473
|
o[12] || (o[12] = i("svg", {
|
|
465
474
|
width: "129",
|
|
466
475
|
height: "48",
|
|
@@ -517,7 +526,7 @@ function vt(e, o, u, y, F, g) {
|
|
|
517
526
|
fill: "#AEDFF8"
|
|
518
527
|
})
|
|
519
528
|
], -1)),
|
|
520
|
-
t(
|
|
529
|
+
t(A, {
|
|
521
530
|
checked: e.visitedSteps,
|
|
522
531
|
"onUpdate:checked": o[0] || (o[0] = (s) => e.visitedSteps = s),
|
|
523
532
|
current: e.activeStep,
|
|
@@ -525,7 +534,7 @@ function vt(e, o, u, y, F, g) {
|
|
|
525
534
|
"hide-first": "",
|
|
526
535
|
steps: e.stepList || []
|
|
527
536
|
}, null, 8, ["checked", "current", "steps"])
|
|
528
|
-
])) : (p(), d("div",
|
|
537
|
+
])) : (p(), d("div", xe, [
|
|
529
538
|
o[13] || (o[13] = i("div", { class: "dpiV3_bydata_logo_wordmark" }, [
|
|
530
539
|
i("svg", {
|
|
531
540
|
width: "129",
|
|
@@ -584,53 +593,53 @@ function vt(e, o, u, y, F, g) {
|
|
|
584
593
|
})
|
|
585
594
|
])
|
|
586
595
|
], -1)),
|
|
587
|
-
i("div",
|
|
588
|
-
t(
|
|
596
|
+
i("div", et, [
|
|
597
|
+
t(L, { "illustration-name": "start" })
|
|
589
598
|
])
|
|
590
599
|
]))
|
|
591
600
|
])),
|
|
592
|
-
e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (p(), d("ul",
|
|
593
|
-
(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", {
|
|
594
603
|
key: s,
|
|
595
|
-
class:
|
|
604
|
+
class: z1(["step", {
|
|
596
605
|
activeItem: e.activeStep === c,
|
|
597
606
|
inactiveStep: c != e.activeStep,
|
|
598
607
|
"has-errors": e.checkStepValidity(c)
|
|
599
608
|
}]),
|
|
600
609
|
"data-step-active": e.activeStep === c,
|
|
601
610
|
"data-step-valid": s.valid && s.errorCount === 0,
|
|
602
|
-
onClick: (
|
|
611
|
+
onClick: (a1) => {
|
|
603
612
|
e.activeStep = c, e.update(), e.scrollToTop();
|
|
604
613
|
}
|
|
605
614
|
}, [
|
|
606
|
-
i("div",
|
|
607
|
-
i("div",
|
|
615
|
+
i("div", it, [
|
|
616
|
+
i("div", nt, M(P + 1), 1),
|
|
608
617
|
e.checkStepValidity(c) ? (p(), d("span", {
|
|
609
618
|
key: 0,
|
|
610
619
|
class: "step--errors",
|
|
611
|
-
textContent:
|
|
612
|
-
}, null, 8,
|
|
613
|
-
|
|
620
|
+
textContent: M(s.errorCount + s.blockingCount)
|
|
621
|
+
}, null, 8, at)) : g("", !0),
|
|
622
|
+
g1(M(e.$t(`message.dataupload.steps.${c}Step`)), 1)
|
|
614
623
|
]),
|
|
615
|
-
|
|
616
|
-
], 10,
|
|
617
|
-
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] = [
|
|
618
627
|
i("div", { class: "circle stepCircle" }, null, -1)
|
|
619
|
-
]))) :
|
|
620
|
-
])) :
|
|
621
|
-
|
|
622
|
-
i("div",
|
|
623
|
-
i("details",
|
|
628
|
+
]))) : g("", !0)
|
|
629
|
+
])) : g("", !0),
|
|
630
|
+
e.showDevtoolsSidebar ? (p(), d("div", lt, [
|
|
631
|
+
i("div", pt, [
|
|
632
|
+
i("details", dt, [
|
|
624
633
|
o[15] || (o[15] = i("summary", null, "Form Values", -1)),
|
|
625
|
-
i("pre",
|
|
634
|
+
i("pre", ut, M(JSON.stringify(e.formValues, null, 2)), 1)
|
|
626
635
|
]),
|
|
627
|
-
t(
|
|
628
|
-
title:
|
|
629
|
-
|
|
636
|
+
t(U, null, {
|
|
637
|
+
title: a(() => o[16] || (o[16] = [
|
|
638
|
+
g1(" dev view ", -1)
|
|
630
639
|
])),
|
|
631
|
-
default:
|
|
632
|
-
i("div",
|
|
633
|
-
i("div",
|
|
640
|
+
default: a(() => [
|
|
641
|
+
i("div", mt, [
|
|
642
|
+
i("div", ct, [
|
|
634
643
|
t(f, {
|
|
635
644
|
type: "button",
|
|
636
645
|
variant: "secondary",
|
|
@@ -650,7 +659,7 @@ function vt(e, o, u, y, F, g) {
|
|
|
650
659
|
onClick: e.handleSubmit
|
|
651
660
|
}, null, 8, ["onClick"])
|
|
652
661
|
]),
|
|
653
|
-
i("div",
|
|
662
|
+
i("div", Ct, [
|
|
654
663
|
t(f, {
|
|
655
664
|
type: "button",
|
|
656
665
|
variant: "secondary",
|
|
@@ -658,8 +667,8 @@ function vt(e, o, u, y, F, g) {
|
|
|
658
667
|
onClick: o[3] || (o[3] = (s) => e.devToolsOpen = !0)
|
|
659
668
|
})
|
|
660
669
|
]),
|
|
661
|
-
i("div",
|
|
662
|
-
t(
|
|
670
|
+
i("div", ft, [
|
|
671
|
+
t(T, {
|
|
663
672
|
modelValue: e.stepSelect,
|
|
664
673
|
"onUpdate:modelValue": o[4] || (o[4] = (s) => e.stepSelect = s),
|
|
665
674
|
label: "Go to step",
|
|
@@ -671,113 +680,113 @@ function vt(e, o, u, y, F, g) {
|
|
|
671
680
|
_: 1
|
|
672
681
|
})
|
|
673
682
|
]),
|
|
674
|
-
t(
|
|
683
|
+
t(m, {
|
|
675
684
|
modelValue: e.devToolsOpen,
|
|
676
685
|
"onUpdate:modelValue": o[5] || (o[5] = (s) => e.devToolsOpen = s),
|
|
677
686
|
nonce: e.nonce,
|
|
678
687
|
"onUpdate:nonce": o[6] || (o[6] = (s) => e.nonce = s)
|
|
679
688
|
}, null, 8, ["modelValue", "nonce"])
|
|
680
|
-
]),
|
|
681
|
-
i("div",
|
|
689
|
+
])) : g("", !0),
|
|
690
|
+
i("div", vt, [
|
|
682
691
|
i("div", null, [
|
|
683
|
-
t(
|
|
684
|
-
default:
|
|
685
|
-
t(
|
|
692
|
+
t(n, { name: "Landing" }, {
|
|
693
|
+
default: a(() => [
|
|
694
|
+
t(N)
|
|
686
695
|
]),
|
|
687
696
|
_: 1
|
|
688
697
|
}),
|
|
689
|
-
t(
|
|
690
|
-
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(() => [
|
|
691
706
|
t(z)
|
|
692
707
|
]),
|
|
693
708
|
_: 1
|
|
694
709
|
}),
|
|
695
|
-
t(
|
|
696
|
-
default:
|
|
710
|
+
t(n, { name: "Auffindbarkeit/Anwendungsbereiche" }, {
|
|
711
|
+
default: a(() => [
|
|
697
712
|
t(G)
|
|
698
713
|
]),
|
|
699
714
|
_: 1
|
|
700
715
|
}),
|
|
701
|
-
t(
|
|
702
|
-
default:
|
|
716
|
+
t(n, { name: "Grundlegende Informationen/Name" }, {
|
|
717
|
+
default: a(() => [
|
|
703
718
|
t(W)
|
|
704
719
|
]),
|
|
705
720
|
_: 1
|
|
706
721
|
}),
|
|
707
|
-
t(
|
|
708
|
-
default:
|
|
722
|
+
t(n, { name: "Grundlegende Informationen/Beschreibung" }, {
|
|
723
|
+
default: a(() => [
|
|
709
724
|
t(V)
|
|
710
725
|
]),
|
|
711
726
|
_: 1
|
|
712
727
|
}),
|
|
713
|
-
t(
|
|
714
|
-
default:
|
|
715
|
-
t(
|
|
728
|
+
t(n, { name: "Grundlegende Informationen/Projektstatus" }, {
|
|
729
|
+
default: a(() => [
|
|
730
|
+
t(j)
|
|
716
731
|
]),
|
|
717
732
|
_: 1
|
|
718
733
|
}),
|
|
719
|
-
t(
|
|
720
|
-
default:
|
|
721
|
-
t(q)
|
|
734
|
+
t(n, { name: "Grundlegende Informationen/Organisation" }, {
|
|
735
|
+
default: a(() => [
|
|
736
|
+
t(q, { "is-wip": "" })
|
|
722
737
|
]),
|
|
723
738
|
_: 1
|
|
724
739
|
}),
|
|
725
|
-
t(
|
|
726
|
-
default:
|
|
727
|
-
t(J
|
|
740
|
+
t(n, { name: "Optionale Daten" }, {
|
|
741
|
+
default: a(() => [
|
|
742
|
+
t(J)
|
|
728
743
|
]),
|
|
729
744
|
_: 1
|
|
730
745
|
}),
|
|
731
|
-
t(
|
|
732
|
-
default:
|
|
733
|
-
t(
|
|
746
|
+
t(n, { name: "Projektphasen (optional)" }, {
|
|
747
|
+
default: a(() => [
|
|
748
|
+
t(Z)
|
|
734
749
|
]),
|
|
735
750
|
_: 1
|
|
736
751
|
}),
|
|
737
|
-
t(
|
|
738
|
-
default:
|
|
752
|
+
t(n, { name: "Projektphasen (optional)/Initiieren" }, {
|
|
753
|
+
default: a(() => [
|
|
739
754
|
t(K)
|
|
740
755
|
]),
|
|
741
756
|
_: 1
|
|
742
757
|
}),
|
|
743
|
-
t(
|
|
744
|
-
default:
|
|
758
|
+
t(n, { name: "Projektphasen (optional)/Planen" }, {
|
|
759
|
+
default: a(() => [
|
|
745
760
|
t(Q)
|
|
746
761
|
]),
|
|
747
762
|
_: 1
|
|
748
763
|
}),
|
|
749
|
-
t(
|
|
750
|
-
default:
|
|
764
|
+
t(n, { name: "Projektphasen (optional)/Umsetzen" }, {
|
|
765
|
+
default: a(() => [
|
|
751
766
|
t(X)
|
|
752
767
|
]),
|
|
753
768
|
_: 1
|
|
754
769
|
}),
|
|
755
|
-
t(
|
|
756
|
-
default:
|
|
757
|
-
t(
|
|
770
|
+
t(n, { name: "Projektphasen (optional)/Weiterdenken" }, {
|
|
771
|
+
default: a(() => [
|
|
772
|
+
t($)
|
|
758
773
|
]),
|
|
759
774
|
_: 1
|
|
760
775
|
}),
|
|
761
|
-
t(
|
|
762
|
-
default:
|
|
776
|
+
t(n, { name: "Technische Prozessschritte" }, {
|
|
777
|
+
default: a(() => [
|
|
763
778
|
t(H)
|
|
764
779
|
]),
|
|
765
780
|
_: 1
|
|
766
781
|
}),
|
|
767
|
-
t(
|
|
768
|
-
default:
|
|
782
|
+
t(n, { name: "1. Datenerfassung/Grundlegende Informationen" }, {
|
|
783
|
+
default: a(() => [
|
|
769
784
|
t(Y)
|
|
770
785
|
]),
|
|
771
786
|
_: 1
|
|
772
787
|
}),
|
|
773
|
-
t(
|
|
774
|
-
default:
|
|
775
|
-
t(x)
|
|
776
|
-
]),
|
|
777
|
-
_: 1
|
|
778
|
-
}),
|
|
779
|
-
t(a, { name: "1. Datenerfassung/Software" }, {
|
|
780
|
-
default: n(() => [
|
|
788
|
+
t(n, { name: "1. Datenerfassung/Software" }, {
|
|
789
|
+
default: a(() => [
|
|
781
790
|
t(D, {
|
|
782
791
|
"step-group": "1. Datenerfassung",
|
|
783
792
|
edit: e.isEditMode
|
|
@@ -785,8 +794,8 @@ function vt(e, o, u, y, F, g) {
|
|
|
785
794
|
]),
|
|
786
795
|
_: 1
|
|
787
796
|
}),
|
|
788
|
-
t(
|
|
789
|
-
default:
|
|
797
|
+
t(n, { name: "1. Datenerfassung/Datensätze" }, {
|
|
798
|
+
default: a(() => [
|
|
790
799
|
t(w, {
|
|
791
800
|
"step-group": "1. Datenerfassung",
|
|
792
801
|
edit: e.isEditMode
|
|
@@ -794,8 +803,8 @@ function vt(e, o, u, y, F, g) {
|
|
|
794
803
|
]),
|
|
795
804
|
_: 1
|
|
796
805
|
}),
|
|
797
|
-
t(
|
|
798
|
-
default:
|
|
806
|
+
t(n, { name: "1. Datenerfassung/Hardware" }, {
|
|
807
|
+
default: a(() => [
|
|
799
808
|
t(b, {
|
|
800
809
|
"step-group": "1. Datenerfassung",
|
|
801
810
|
edit: ""
|
|
@@ -803,14 +812,14 @@ function vt(e, o, u, y, F, g) {
|
|
|
803
812
|
]),
|
|
804
813
|
_: 1
|
|
805
814
|
}),
|
|
806
|
-
t(
|
|
807
|
-
default:
|
|
808
|
-
t(
|
|
815
|
+
t(n, { name: "2. Datenverarbeitung/Grundlegende Informationen" }, {
|
|
816
|
+
default: a(() => [
|
|
817
|
+
t(x)
|
|
809
818
|
]),
|
|
810
819
|
_: 1
|
|
811
820
|
}),
|
|
812
|
-
t(
|
|
813
|
-
default:
|
|
821
|
+
t(n, { name: "2. Datenverarbeitung/Software" }, {
|
|
822
|
+
default: a(() => [
|
|
814
823
|
t(D, {
|
|
815
824
|
"step-group": "2. Datenverarbeitung",
|
|
816
825
|
edit: e.isEditMode
|
|
@@ -818,8 +827,8 @@ function vt(e, o, u, y, F, g) {
|
|
|
818
827
|
]),
|
|
819
828
|
_: 1
|
|
820
829
|
}),
|
|
821
|
-
t(
|
|
822
|
-
default:
|
|
830
|
+
t(n, { name: "2. Datenverarbeitung/Datensätze" }, {
|
|
831
|
+
default: a(() => [
|
|
823
832
|
t(w, {
|
|
824
833
|
"step-group": "2. Datenverarbeitung",
|
|
825
834
|
edit: e.isEditMode
|
|
@@ -827,8 +836,8 @@ function vt(e, o, u, y, F, g) {
|
|
|
827
836
|
]),
|
|
828
837
|
_: 1
|
|
829
838
|
}),
|
|
830
|
-
t(
|
|
831
|
-
default:
|
|
839
|
+
t(n, { name: "2. Datenverarbeitung/Hardware" }, {
|
|
840
|
+
default: a(() => [
|
|
832
841
|
t(b, {
|
|
833
842
|
"step-group": "2. Datenverarbeitung",
|
|
834
843
|
edit: ""
|
|
@@ -836,14 +845,14 @@ function vt(e, o, u, y, F, g) {
|
|
|
836
845
|
]),
|
|
837
846
|
_: 1
|
|
838
847
|
}),
|
|
839
|
-
t(
|
|
840
|
-
default:
|
|
841
|
-
t(
|
|
848
|
+
t(n, { name: "3. Datensimulation/Grundlegende Informationen" }, {
|
|
849
|
+
default: a(() => [
|
|
850
|
+
t(e1)
|
|
842
851
|
]),
|
|
843
852
|
_: 1
|
|
844
853
|
}),
|
|
845
|
-
t(
|
|
846
|
-
default:
|
|
854
|
+
t(n, { name: "3. Datensimulation/Software" }, {
|
|
855
|
+
default: a(() => [
|
|
847
856
|
t(D, {
|
|
848
857
|
"step-group": "3. Datensimulation",
|
|
849
858
|
edit: e.isEditMode
|
|
@@ -851,8 +860,8 @@ function vt(e, o, u, y, F, g) {
|
|
|
851
860
|
]),
|
|
852
861
|
_: 1
|
|
853
862
|
}),
|
|
854
|
-
t(
|
|
855
|
-
default:
|
|
863
|
+
t(n, { name: "3. Datensimulation/Datensätze" }, {
|
|
864
|
+
default: a(() => [
|
|
856
865
|
t(w, {
|
|
857
866
|
"step-group": "3. Datensimulation",
|
|
858
867
|
edit: e.isEditMode
|
|
@@ -860,8 +869,8 @@ function vt(e, o, u, y, F, g) {
|
|
|
860
869
|
]),
|
|
861
870
|
_: 1
|
|
862
871
|
}),
|
|
863
|
-
t(
|
|
864
|
-
default:
|
|
872
|
+
t(n, { name: "3. Datensimulation/Hardware" }, {
|
|
873
|
+
default: a(() => [
|
|
865
874
|
t(b, {
|
|
866
875
|
"step-group": "3. Datensimulation",
|
|
867
876
|
edit: ""
|
|
@@ -869,9 +878,9 @@ function vt(e, o, u, y, F, g) {
|
|
|
869
878
|
]),
|
|
870
879
|
_: 1
|
|
871
880
|
}),
|
|
872
|
-
t(
|
|
873
|
-
default:
|
|
874
|
-
t(
|
|
881
|
+
t(n, { name: "4. Datenvisualisierung/Grundlegende Informationen" }, {
|
|
882
|
+
default: a(() => [
|
|
883
|
+
t(O, {
|
|
875
884
|
modelValue: e.formValues,
|
|
876
885
|
"onUpdate:modelValue": o[7] || (o[7] = (s) => e.formValues = s),
|
|
877
886
|
edit: e.isEditMode
|
|
@@ -879,8 +888,8 @@ function vt(e, o, u, y, F, g) {
|
|
|
879
888
|
]),
|
|
880
889
|
_: 1
|
|
881
890
|
}),
|
|
882
|
-
t(
|
|
883
|
-
default:
|
|
891
|
+
t(n, { name: "4. Datenvisualisierung/Software" }, {
|
|
892
|
+
default: a(() => [
|
|
884
893
|
t(D, {
|
|
885
894
|
"step-group": "4. Datenvisualisierung",
|
|
886
895
|
edit: e.isEditMode
|
|
@@ -888,8 +897,8 @@ function vt(e, o, u, y, F, g) {
|
|
|
888
897
|
]),
|
|
889
898
|
_: 1
|
|
890
899
|
}),
|
|
891
|
-
t(
|
|
892
|
-
default:
|
|
900
|
+
t(n, { name: "4. Datenvisualisierung/Datensätze" }, {
|
|
901
|
+
default: a(() => [
|
|
893
902
|
t(w, {
|
|
894
903
|
"step-group": "4. Datenvisualisierung",
|
|
895
904
|
edit: e.isEditMode
|
|
@@ -897,8 +906,8 @@ function vt(e, o, u, y, F, g) {
|
|
|
897
906
|
]),
|
|
898
907
|
_: 1
|
|
899
908
|
}),
|
|
900
|
-
t(
|
|
901
|
-
default:
|
|
909
|
+
t(n, { name: "4. Datenvisualisierung/Hardware" }, {
|
|
910
|
+
default: a(() => [
|
|
902
911
|
t(b, {
|
|
903
912
|
"step-group": "4. Datenvisualisierung",
|
|
904
913
|
edit: ""
|
|
@@ -906,9 +915,9 @@ function vt(e, o, u, y, F, g) {
|
|
|
906
915
|
]),
|
|
907
916
|
_: 1
|
|
908
917
|
}),
|
|
909
|
-
t(
|
|
910
|
-
default:
|
|
911
|
-
t(
|
|
918
|
+
t(n, { name: "Vorschau" }, {
|
|
919
|
+
default: a(() => [
|
|
920
|
+
t(t1, {
|
|
912
921
|
loading: e.isSubmittingLoading,
|
|
913
922
|
onSubmit: e.submitDraft,
|
|
914
923
|
onJump: e.jumpToStep,
|
|
@@ -919,19 +928,19 @@ function vt(e, o, u, y, F, g) {
|
|
|
919
928
|
})
|
|
920
929
|
]),
|
|
921
930
|
o[18] || (o[18] = i("hr", null, null, -1)),
|
|
922
|
-
e.showErrorSummary && e.validationMessages.length ? (p(), d("div",
|
|
931
|
+
e.showErrorSummary && e.validationMessages.length ? (p(), d("div", St, [
|
|
923
932
|
o[17] || (o[17] = i("h4", null, "Bitte korrigieren Sie die folgenden Fehler:", -1)),
|
|
924
|
-
i("ul",
|
|
925
|
-
(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))
|
|
926
935
|
])
|
|
927
|
-
])) :
|
|
936
|
+
])) : g("", !0),
|
|
928
937
|
o[19] || (o[19] = i("hr", null, null, -1)),
|
|
929
938
|
o[20] || (o[20] = i("div", null, null, -1))
|
|
930
939
|
])
|
|
931
940
|
]),
|
|
932
941
|
_: 1
|
|
933
942
|
}, 8, ["modelValue", "plugins"])),
|
|
934
|
-
e.activeSimpleModal ? (p(),
|
|
943
|
+
e.activeSimpleModal ? (p(), f1(o1, {
|
|
935
944
|
key: 0,
|
|
936
945
|
buttons: e.modalSimpleConf.button,
|
|
937
946
|
"header-text": e.modalSimpleConf.header,
|
|
@@ -939,12 +948,12 @@ function vt(e, o, u, y, F, g) {
|
|
|
939
948
|
action: e.modalSimpleConf.action,
|
|
940
949
|
onClose: o[10] || (o[10] = (s) => e.activeSimpleModal = !1),
|
|
941
950
|
onActionHandling: o[11] || (o[11] = (s) => e.gotToHome())
|
|
942
|
-
}, null, 8, ["buttons", "header-text", "text", "action"])) :
|
|
951
|
+
}, null, 8, ["buttons", "header-text", "text", "action"])) : g("", !0)
|
|
943
952
|
])
|
|
944
|
-
], 512)) :
|
|
953
|
+
], 512)) : g("", !0)
|
|
945
954
|
]);
|
|
946
955
|
}
|
|
947
|
-
const
|
|
956
|
+
const L3 = /* @__PURE__ */ Re(qe, [["render", ht]]);
|
|
948
957
|
export {
|
|
949
|
-
|
|
958
|
+
L3 as default
|
|
950
959
|
};
|