@piveau/dpi 0.2.0-alpha.6 → 0.2.0-alpha.7
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/ui/BasicInfosStep/ProjectDescriptionStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectStatusStep.vue.js +18 -21
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Chip.vue.js +49 -41
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ChipToggleList/ChipToggleList.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ChipToggleList/ChipToggleList.vue2.js +30 -24
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +5 -5
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue2.js +63 -61
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js +47 -38
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldFormKit.vue.js +33 -29
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxDefinition.js +8 -3
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxFormKit.vue.js +65 -37
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ListBox/Listbox.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ListBox/Listbox.vue2.js +21 -22
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue.js +3 -3
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue2.js +59 -56
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/GetResource.vue.js +38 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/GetResource.vue2.js +4 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue2.js +32 -34
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/InitiierenStep.vue.js +17 -17
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js +10 -10
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js +16 -16
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +13 -13
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +934 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +4 -0
- package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +70 -65
- package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue.js +7 -0
- package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue2.js +42 -0
- package/dist/packages/dpi/src/data-provider-interface/components/dev-tools/ProjectDpiDevTools.vue.js +7 -0
- package/dist/packages/dpi/src/data-provider-interface/components/dev-tools/ProjectDpiDevTools.vue2.js +249 -0
- package/dist/packages/dpi/src/data-provider-interface/components/dev-tools/fixtures.js +287 -0
- package/dist/packages/dpi/src/data-provider-interface/composables/project-transformer/__tests__/fixtures/theProjectForm.js +281 -0
- package/dist/packages/dpi/src/data-provider-interface/composables/project-transformer/decodeProject.js +244 -0
- package/dist/packages/dpi/src/data-provider-interface/composables/project-transformer/encodeProject.js +330 -0
- package/dist/packages/dpi/src/data-provider-interface/composables/project-transformer/shared.js +37 -0
- package/dist/packages/dpi/src/data-provider-interface/schema/projectLdSchema.js +114 -0
- package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +394 -361
- package/dist/packages/dpi/src/stories/components/LinkCard.vue.js +3 -3
- package/dist/packages/dpi/src/stories/components/LinkCard.vue2.js +6 -6
- package/package.json +5 -2
|
@@ -1,59 +1,62 @@
|
|
|
1
|
-
import { getNode as
|
|
2
|
-
import { getValidationMessages as
|
|
1
|
+
import { getNode as t1 } from "@formkit/core";
|
|
2
|
+
import { getValidationMessages as f1 } from "@formkit/validation";
|
|
3
3
|
import "@formkit/vue";
|
|
4
4
|
import "@phosphor-icons/vue";
|
|
5
|
-
import { useWindowScroll as
|
|
5
|
+
import { useWindowScroll as v1 } from "@vueuse/core";
|
|
6
6
|
import "jquery";
|
|
7
|
-
import { has as
|
|
8
|
-
import { defineComponent as
|
|
9
|
-
import { useI18n as
|
|
10
|
-
import { mapActions as
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import {
|
|
18
|
-
import
|
|
19
|
-
import {
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
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
|
|
7
|
+
import { has as $, isNil as o1 } from "lodash-es";
|
|
8
|
+
import { defineComponent as h1, resolveComponent as s, createElementBlock as d, openBlock as p, createCommentVNode as H, createElementVNode as n, createBlock as n1, withModifiers as S1, withCtx as i, createVNode as t, Fragment as i1, renderList as a1, normalizeClass as g1, createTextVNode as s1, toDisplayString as P, ref as v, computed as x, markRaw as V1, toRef as H1, watch as r1, nextTick as D1 } from "vue";
|
|
9
|
+
import { useI18n as b1 } from "vue-i18n";
|
|
10
|
+
import { mapActions as l1, mapGetters as p1 } from "vuex";
|
|
11
|
+
import w1 from "../../stories/components/DemoStep.vue.js";
|
|
12
|
+
import k1 from "../../stories/components/ReviewStepDemo.vue.js";
|
|
13
|
+
import y1 from "../components/dev-tools/ProjectDpiDevTools.vue.js";
|
|
14
|
+
import _1 from "../components/InputPageStep.vue.js";
|
|
15
|
+
import P1 from "../components/ProgressSteps.vue.js";
|
|
16
|
+
import M1 from "../components/StepActionsSection.vue.js";
|
|
17
|
+
import { encodeProject as I1 } from "../composables/project-transformer/encodeProject.js";
|
|
18
|
+
import { useFormValues as F1 } from "../composables/useDpiFormValues.js";
|
|
19
|
+
import { useDpiStepper as T1 } from "../composables/useDpiStepper.js";
|
|
20
|
+
import L1 from "../config/dcatapdeHappyFlow/converter.js";
|
|
21
|
+
import { eventBus as j1 } from "../HappyFlowComponents/services/eventBus.js";
|
|
22
|
+
import O1 from "../HappyFlowComponents/ui/BasicInfosStep/ProjectDescriptionStep.vue.js";
|
|
23
|
+
import Z1 from "../HappyFlowComponents/ui/BasicInfosStep/ProjectNameStep.vue.js";
|
|
24
|
+
import $1 from "../HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js";
|
|
25
|
+
import A1 from "../HappyFlowComponents/ui/BasicInfosStep/ProjectStatusStep.vue.js";
|
|
26
|
+
import B1 from "../HappyFlowComponents/ui/ButtonV3.vue.js";
|
|
27
|
+
import E1 from "../HappyFlowComponents/ui/Card.vue.js";
|
|
28
|
+
import U1 from "../HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js";
|
|
29
|
+
import z1 from "../HappyFlowComponents/ui/DpiModalBase.vue.js";
|
|
30
|
+
import N1 from "../HappyFlowComponents/ui/Findability/ApplicationsStep.vue.js";
|
|
31
|
+
import R1 from "../HappyFlowComponents/ui/Findability/CategoriesStep.vue.js";
|
|
32
|
+
import G1 from "../HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js";
|
|
33
|
+
import W1 from "../HappyFlowComponents/ui/Illustration.vue.js";
|
|
34
|
+
import J1 from "../HappyFlowComponents/ui/LandingProjectStep/LandingProjectStep.vue.js";
|
|
35
|
+
import q1 from "../HappyFlowComponents/ui/ListBox/Listbox.vue.js";
|
|
36
|
+
import K1 from "../HappyFlowComponents/ui/LogoV3.vue.js";
|
|
37
|
+
import Q1 from "../HappyFlowComponents/ui/ModalSimpleV3.vue.js";
|
|
38
|
+
import X1 from "../HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js";
|
|
39
|
+
import Y1 from "../HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue.js";
|
|
40
|
+
import x1 from "../HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue.js";
|
|
41
|
+
import ee from "../HappyFlowComponents/ui/ProcessSteps/ProcessStepsOverviewStep.vue.js";
|
|
42
|
+
import te from "../HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue.js";
|
|
43
|
+
import oe from "../HappyFlowComponents/ui/Projektphasen/InitiierenStep.vue.js";
|
|
44
|
+
import ne from "../HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js";
|
|
45
|
+
import ie from "../HappyFlowComponents/ui/Projektphasen/ProjektPhasenOverviewStep.vue.js";
|
|
46
|
+
import ae from "../HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js";
|
|
47
|
+
import se from "../HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js";
|
|
48
|
+
import re from "../HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js";
|
|
49
|
+
import le from "../HappyFlowComponents/ui/TextButtonSmall.vue.js";
|
|
50
|
+
import pe from "../HappyFlowComponents/ui/WipStep.vue.js";
|
|
51
|
+
import de from "./OverviewPage.vue.js";
|
|
49
52
|
/* empty css */
|
|
50
53
|
/* empty css */
|
|
51
54
|
/* empty css */
|
|
52
|
-
import
|
|
53
|
-
import { useDpiContext as
|
|
54
|
-
import { useEditModeInfo as
|
|
55
|
-
import { useFormSchema as
|
|
56
|
-
const
|
|
55
|
+
import ue from "../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
56
|
+
import { useDpiContext as me } from "../composables/useDpiContext.js";
|
|
57
|
+
import { useEditModeInfo as Ce } from "../composables/useDpiEditMode.js";
|
|
58
|
+
import { useFormSchema as ce } from "../composables/useFormSchema.js";
|
|
59
|
+
const fe = h1({
|
|
57
60
|
props: {
|
|
58
61
|
property: {
|
|
59
62
|
required: !0,
|
|
@@ -75,54 +78,56 @@ const se = u1({
|
|
|
75
78
|
};
|
|
76
79
|
},
|
|
77
80
|
components: {
|
|
78
|
-
InputPageStep:
|
|
81
|
+
InputPageStep: _1,
|
|
79
82
|
// DistributionInputPage,
|
|
80
|
-
LogoV3:
|
|
81
|
-
ButtonV3:
|
|
82
|
-
TextButtonSmall:
|
|
83
|
-
Illustration:
|
|
83
|
+
LogoV3: K1,
|
|
84
|
+
ButtonV3: B1,
|
|
85
|
+
TextButtonSmall: le,
|
|
86
|
+
Illustration: W1,
|
|
84
87
|
// PhLightbulb,
|
|
85
88
|
// PhCheckCircle,
|
|
86
|
-
ModalSimpleV3:
|
|
89
|
+
ModalSimpleV3: Q1,
|
|
87
90
|
// DemoStepper,
|
|
88
|
-
DemoStep:
|
|
89
|
-
ProgressSteps:
|
|
90
|
-
ReviewStepDemo:
|
|
91
|
-
LandingProjectStep:
|
|
92
|
-
StepActionsSection:
|
|
93
|
-
DiscoverabilityStep:
|
|
94
|
-
CategoriesStep:
|
|
95
|
-
ApplicationsStep:
|
|
96
|
-
ProjectNameStep:
|
|
97
|
-
ProjectDescriptionStep:
|
|
98
|
-
ProjectStatusStep:
|
|
99
|
-
ProjectOrganisationStep:
|
|
100
|
-
SoftwareStep:
|
|
101
|
-
DatasetStep:
|
|
102
|
-
HardwareStep:
|
|
103
|
-
OptionalDataStep:
|
|
104
|
-
InitiierenStep:
|
|
105
|
-
UmstezenStep:
|
|
106
|
-
PlanenStep:
|
|
107
|
-
WeiterdenkenStep:
|
|
108
|
-
BasicInformationStep:
|
|
109
|
-
ProcessStepsOverviewStep:
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
91
|
+
DemoStep: w1,
|
|
92
|
+
ProgressSteps: P1,
|
|
93
|
+
ReviewStepDemo: k1,
|
|
94
|
+
LandingProjectStep: J1,
|
|
95
|
+
StepActionsSection: M1,
|
|
96
|
+
DiscoverabilityStep: G1,
|
|
97
|
+
CategoriesStep: R1,
|
|
98
|
+
ApplicationsStep: N1,
|
|
99
|
+
ProjectNameStep: Z1,
|
|
100
|
+
ProjectDescriptionStep: O1,
|
|
101
|
+
ProjectStatusStep: A1,
|
|
102
|
+
ProjectOrganisationStep: $1,
|
|
103
|
+
SoftwareStep: te,
|
|
104
|
+
DatasetStep: Y1,
|
|
105
|
+
HardwareStep: x1,
|
|
106
|
+
OptionalDataStep: X1,
|
|
107
|
+
InitiierenStep: oe,
|
|
108
|
+
UmstezenStep: ae,
|
|
109
|
+
PlanenStep: ne,
|
|
110
|
+
WeiterdenkenStep: se,
|
|
111
|
+
BasicInformationStep: U1,
|
|
112
|
+
ProcessStepsOverviewStep: ee,
|
|
113
|
+
ReviewStep: re,
|
|
114
|
+
ProjektPhasenOverviewStep: ie,
|
|
115
|
+
Card: E1,
|
|
116
|
+
Listbox: q1,
|
|
117
|
+
DpiModalBase: z1,
|
|
118
|
+
WipStep: pe,
|
|
119
|
+
ProjectDpiDevTools: y1
|
|
115
120
|
},
|
|
116
121
|
computed: {
|
|
117
|
-
...
|
|
122
|
+
...p1("auth", [
|
|
118
123
|
"getIsEditMode",
|
|
119
124
|
"getUserCatalogIds",
|
|
120
125
|
"getUserData"
|
|
121
126
|
]),
|
|
122
|
-
...
|
|
127
|
+
...p1("dpiStore", ["getNavSteps", "getDeleteDistributionInline"]),
|
|
123
128
|
getTitleStep() {
|
|
124
129
|
return Object.keys(this.formValues).filter(
|
|
125
|
-
(e) =>
|
|
130
|
+
(e) => $(this.formValues[e], "dct:title")
|
|
126
131
|
)[0];
|
|
127
132
|
},
|
|
128
133
|
createIDFromTitle() {
|
|
@@ -133,7 +138,7 @@ const se = u1({
|
|
|
133
138
|
getFirstTitleFromForm() {
|
|
134
139
|
try {
|
|
135
140
|
const e = this.formValues[this.getTitleStep];
|
|
136
|
-
return
|
|
141
|
+
return $(e, "dct:title") && e["dct:title"].length > 0 && $(e["dct:title"][0], "@value") && !o1(e["dct:title"][0], "@value") ? e["dct:title"][0]["@value"] : "";
|
|
137
142
|
} catch {
|
|
138
143
|
}
|
|
139
144
|
},
|
|
@@ -142,8 +147,8 @@ const se = u1({
|
|
|
142
147
|
}
|
|
143
148
|
},
|
|
144
149
|
methods: {
|
|
145
|
-
...
|
|
146
|
-
...
|
|
150
|
+
...l1("auth", ["setIsEditMode", "setIsDraft"]),
|
|
151
|
+
...l1("dpiStore", [
|
|
147
152
|
"saveFormValues",
|
|
148
153
|
"saveLocalstorageValues",
|
|
149
154
|
"clearAll"
|
|
@@ -153,23 +158,23 @@ const se = u1({
|
|
|
153
158
|
},
|
|
154
159
|
// Route to the RAP Page
|
|
155
160
|
goToRAP() {
|
|
156
|
-
this.fillData(), this.activeStep = "ReviewAndPublish", this.activeSubStep = Object.keys(
|
|
161
|
+
this.fillData(), this.activeStep = "ReviewAndPublish", this.activeSubStep = Object.keys(t1(this.activeStep).value)[0];
|
|
157
162
|
},
|
|
158
163
|
handleDistributionsValidation(e) {
|
|
159
|
-
|
|
164
|
+
j1.emit("nextClicked", e);
|
|
160
165
|
},
|
|
161
166
|
gotToHome() {
|
|
162
167
|
window.location.href = this.$router.resolve({
|
|
163
168
|
name: "DPI-Home-HappyFlow"
|
|
164
169
|
}).href;
|
|
165
170
|
},
|
|
166
|
-
async dispatchDataToDPI(e,
|
|
167
|
-
var _,
|
|
168
|
-
console.log("body:", e,
|
|
171
|
+
async dispatchDataToDPI(e, o, u, S) {
|
|
172
|
+
var _, m;
|
|
173
|
+
console.log("body:", e, o, "params:", u, S);
|
|
169
174
|
try {
|
|
170
|
-
S === "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(
|
|
171
|
-
} catch (
|
|
172
|
-
console.error(
|
|
175
|
+
S === "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)), S === "draft" && await this.$store.dispatch(o, u), (_ = this.$Progress) == null || _.finish(), this.clearAll();
|
|
176
|
+
} catch (D) {
|
|
177
|
+
console.error(D), (m = this.$Progress) == null || m.fail();
|
|
173
178
|
}
|
|
174
179
|
},
|
|
175
180
|
clearForm() {
|
|
@@ -180,21 +185,21 @@ const se = u1({
|
|
|
180
185
|
},
|
|
181
186
|
createDatasetID() {
|
|
182
187
|
const e = this.formValues[this.getTitleStep];
|
|
183
|
-
|
|
188
|
+
!$(e, "datasetID") || o1(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);
|
|
184
189
|
},
|
|
185
190
|
generateandTranslateSchema(e) {
|
|
186
|
-
for (let
|
|
191
|
+
for (let o = 0; o < this.getNavSteps(this.$env.content.dataProviderInterface.specification)[e].length; o++)
|
|
187
192
|
this.createSchema({
|
|
188
193
|
property: e,
|
|
189
194
|
page: this.getNavSteps(
|
|
190
195
|
this.$env.content.dataProviderInterface.specification
|
|
191
|
-
)[e][
|
|
196
|
+
)[e][o],
|
|
192
197
|
specification: this.$env.content.dataProviderInterface.specification
|
|
193
198
|
}), this.translateSchema({
|
|
194
199
|
property: e,
|
|
195
200
|
page: this.getNavSteps(
|
|
196
201
|
this.$env.content.dataProviderInterface.specification
|
|
197
|
-
)[e][
|
|
202
|
+
)[e][o]
|
|
198
203
|
});
|
|
199
204
|
}
|
|
200
205
|
},
|
|
@@ -242,183 +247,198 @@ const se = u1({
|
|
|
242
247
|
// })
|
|
243
248
|
// },
|
|
244
249
|
setup() {
|
|
245
|
-
const e =
|
|
250
|
+
const e = me(), { isEditMode: o } = Ce(), {
|
|
246
251
|
steps: u,
|
|
247
252
|
stepList: S,
|
|
248
253
|
visitedSteps: _,
|
|
249
|
-
activeStep:
|
|
250
|
-
stepPlugin:
|
|
251
|
-
goToNextStep:
|
|
252
|
-
goToPreviousStep:
|
|
253
|
-
subSteps:
|
|
254
|
-
previousStep:
|
|
255
|
-
nextStep:
|
|
254
|
+
activeStep: m,
|
|
255
|
+
stepPlugin: D,
|
|
256
|
+
goToNextStep: C,
|
|
257
|
+
goToPreviousStep: A,
|
|
258
|
+
subSteps: B,
|
|
259
|
+
previousStep: E,
|
|
260
|
+
nextStep: U,
|
|
256
261
|
current: b,
|
|
257
|
-
goToStep:
|
|
258
|
-
isLast:
|
|
259
|
-
triggerValidationCurrentStep:
|
|
260
|
-
} =
|
|
262
|
+
goToStep: M,
|
|
263
|
+
isLast: a,
|
|
264
|
+
triggerValidationCurrentStep: z
|
|
265
|
+
} = T1(), { formValues: w } = F1(), { t: N, te: R } = b1(), G = v(!1), I = v(!1), k = v([]), F = x(() => m.value ? t1(m.value) : null), W = (l) => {
|
|
261
266
|
if (!l)
|
|
262
267
|
return;
|
|
263
|
-
const
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
268
|
+
const f = f1(l);
|
|
269
|
+
k.value = [], f.forEach((Z) => {
|
|
270
|
+
k.value = k.value.concat(
|
|
271
|
+
Z.map((c1) => c1.value)
|
|
267
272
|
);
|
|
268
273
|
});
|
|
269
|
-
}, { translateSchema:
|
|
270
|
-
t:
|
|
271
|
-
te:
|
|
272
|
-
}),
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
274
|
+
}, { translateSchema: J, createSchema: q, getSchema: K } = ce({
|
|
275
|
+
t: N,
|
|
276
|
+
te: R
|
|
277
|
+
}), { y: Q } = v1({ behavior: "smooth" }), T = () => {
|
|
278
|
+
Q.value = 0;
|
|
279
|
+
}, X = V1({ OverviewPage: de }), g = v("");
|
|
280
|
+
o.value && (m.value = "ReviewAndPublish", g.value = "reviewAndPublishPage");
|
|
281
|
+
const y = H1(u), h = (l) => {
|
|
282
|
+
var Z;
|
|
283
|
+
const f = (Z = y.value) == null ? void 0 : Z[l];
|
|
284
|
+
return f ? f.valid : !1;
|
|
285
|
+
}, V = v(!1), L = v(0);
|
|
286
|
+
r1(m, (l) => {
|
|
287
|
+
l === "review" && (V.value = !0, L.value++);
|
|
288
|
+
}), r1(m, () => {
|
|
289
|
+
T();
|
|
284
290
|
});
|
|
285
|
-
const
|
|
291
|
+
const Y = async () => {
|
|
286
292
|
try {
|
|
287
|
-
const l = "auth/createDataset",
|
|
288
|
-
|
|
293
|
+
const l = "auth/createDataset", f = await L1(
|
|
294
|
+
w.value,
|
|
289
295
|
e,
|
|
290
296
|
// We'll need to access getUserData somehow - for now using a placeholder
|
|
291
297
|
{},
|
|
292
298
|
// We'll need to access $env.api.hubUrl - for now using a placeholder
|
|
293
299
|
""
|
|
294
300
|
);
|
|
295
|
-
console.log("Publishing:",
|
|
301
|
+
console.log("Publishing:", f), setTimeout(() => {
|
|
296
302
|
window.location.href = "/dpi-home-happyflow";
|
|
297
303
|
}, 1e3);
|
|
298
304
|
} catch (l) {
|
|
299
305
|
console.error("Fehler beim Veröffentlichen:", l);
|
|
300
306
|
}
|
|
301
307
|
};
|
|
302
|
-
function
|
|
303
|
-
h(b.value) &&
|
|
308
|
+
function j() {
|
|
309
|
+
h(b.value) && C();
|
|
304
310
|
}
|
|
305
|
-
async function
|
|
306
|
-
|
|
307
|
-
const l =
|
|
308
|
-
|
|
311
|
+
async function r() {
|
|
312
|
+
z(), await D1();
|
|
313
|
+
const l = F.value, f = l ? !h(b.value) : !1;
|
|
314
|
+
f && W(l), I.value = f, a.value ? console.log("Form submitted", values.value) : j();
|
|
309
315
|
}
|
|
310
|
-
const
|
|
316
|
+
const c = x(() => S.value.map((l) => ({ id: l, name: l }))), O = x({
|
|
311
317
|
get() {
|
|
312
318
|
return { id: b.value, name: b.value };
|
|
313
319
|
},
|
|
314
320
|
set(l) {
|
|
315
|
-
|
|
321
|
+
M(l.id);
|
|
316
322
|
}
|
|
317
|
-
}),
|
|
323
|
+
}), e1 = v(!1);
|
|
324
|
+
function d1() {
|
|
325
|
+
console.log("Form submittedo", w.value);
|
|
326
|
+
const l = I1(w.value, { language: "de" });
|
|
327
|
+
console.log("ld", l), window.alert(JSON.stringify(l, null, 2));
|
|
328
|
+
}
|
|
329
|
+
const u1 = v(!1), m1 = v(0);
|
|
330
|
+
function C1(l) {
|
|
331
|
+
M(l);
|
|
332
|
+
}
|
|
318
333
|
return {
|
|
319
334
|
steps: u,
|
|
320
335
|
visitedSteps: _,
|
|
321
|
-
activeStep:
|
|
322
|
-
activeSubStep:
|
|
323
|
-
subSteps:
|
|
324
|
-
previousStep:
|
|
336
|
+
activeStep: m,
|
|
337
|
+
activeSubStep: g,
|
|
338
|
+
subSteps: B,
|
|
339
|
+
previousStep: E,
|
|
325
340
|
stepList: S,
|
|
326
|
-
nextStep:
|
|
327
|
-
stepPlugin:
|
|
341
|
+
nextStep: U,
|
|
342
|
+
stepPlugin: D,
|
|
328
343
|
checkStepValidity: h,
|
|
329
|
-
goToNextStep:
|
|
330
|
-
goToNextStepIfValid:
|
|
331
|
-
goToPreviousStep:
|
|
332
|
-
scrollToTop:
|
|
333
|
-
library:
|
|
334
|
-
isEditMode:
|
|
335
|
-
translateSchema:
|
|
336
|
-
createSchema:
|
|
337
|
-
getSchema:
|
|
344
|
+
goToNextStep: C,
|
|
345
|
+
goToNextStepIfValid: j,
|
|
346
|
+
goToPreviousStep: A,
|
|
347
|
+
scrollToTop: T,
|
|
348
|
+
library: X,
|
|
349
|
+
isEditMode: o,
|
|
350
|
+
translateSchema: J,
|
|
351
|
+
createSchema: q,
|
|
352
|
+
getSchema: K,
|
|
338
353
|
dpiContext: e,
|
|
339
|
-
formValues:
|
|
340
|
-
activeSimpleModal:
|
|
341
|
-
shouldRenderReviewStep:
|
|
342
|
-
renderViewStepKey:
|
|
343
|
-
handlePublish:
|
|
344
|
-
handleSubmit:
|
|
345
|
-
showErrorSummary:
|
|
346
|
-
validationMessages:
|
|
347
|
-
stepOptions:
|
|
348
|
-
stepSelect:
|
|
349
|
-
hologramOpen:
|
|
354
|
+
formValues: w,
|
|
355
|
+
activeSimpleModal: G,
|
|
356
|
+
shouldRenderReviewStep: V,
|
|
357
|
+
renderViewStepKey: L,
|
|
358
|
+
handlePublish: Y,
|
|
359
|
+
handleSubmit: r,
|
|
360
|
+
showErrorSummary: I,
|
|
361
|
+
validationMessages: k,
|
|
362
|
+
stepOptions: c,
|
|
363
|
+
stepSelect: O,
|
|
364
|
+
hologramOpen: e1,
|
|
365
|
+
submitto: d1,
|
|
366
|
+
devToolsOpen: u1,
|
|
367
|
+
nonce: m1,
|
|
368
|
+
jumpToStep: C1
|
|
350
369
|
};
|
|
351
370
|
}
|
|
352
|
-
}),
|
|
371
|
+
}), ve = { class: "input-page-project form-container V3-typography" }, he = {
|
|
353
372
|
key: 0,
|
|
354
373
|
ref: "fkInputContainer",
|
|
355
374
|
class: "inputContainer"
|
|
356
|
-
},
|
|
375
|
+
}, Se = { class: "formContainer formkit" }, ge = { key: 0 }, Ve = { class: "dpiV3_stepper draftStepper" }, He = {
|
|
357
376
|
key: 0,
|
|
358
377
|
class: "draftCTA"
|
|
359
|
-
},
|
|
378
|
+
}, De = {
|
|
360
379
|
key: 1,
|
|
361
380
|
class: "draftCTA"
|
|
362
|
-
},
|
|
381
|
+
}, be = { key: 1 }, we = {
|
|
363
382
|
key: 0,
|
|
364
383
|
class: "dpiV3_stepper"
|
|
365
|
-
},
|
|
384
|
+
}, ke = {
|
|
366
385
|
key: 1,
|
|
367
386
|
class: "dpiV3_stepperLanding"
|
|
368
|
-
},
|
|
387
|
+
}, ye = { class: "dpiV3_Illustration-Start" }, _e = {
|
|
369
388
|
key: 2,
|
|
370
389
|
class: "steps"
|
|
371
|
-
},
|
|
390
|
+
}, Pe = ["data-step-active", "data-step-valid", "onClick"], Me = { class: "stepBubbleWrap" }, Ie = { class: "circle stepCircle" }, Fe = ["textContent"], Te = {
|
|
372
391
|
key: 0,
|
|
373
392
|
class: "seperatorHorizontalStepper"
|
|
374
|
-
},
|
|
393
|
+
}, Le = {
|
|
375
394
|
key: 0,
|
|
376
395
|
class: "step inactiveStep"
|
|
377
|
-
},
|
|
396
|
+
}, je = { style: { position: "absolute", top: "0", left: "100%", width: "600px", height: "100%" } }, Oe = { style: { position: "sticky", top: "0" } }, Ze = { style: { "z-index": "1000", background: "#f5f5f5", "border-radius": "8px", "overflow-x": "auto", "max-width": "100%", width: "100%" } }, $e = { style: { "max-height": "720px", "overflow-y": "auto" } }, Ae = { style: { display: "flex", "flex-direction": "column", gap: "2.5rem" } }, Be = { style: { display: "flex", "flex-direction": "column", gap: "1rem" } }, Ee = { style: { display: "flex", "flex-direction": "column", gap: "1rem" } }, Ue = { class: "step-content" }, ze = {
|
|
378
397
|
key: 0,
|
|
379
398
|
class: "dpiV3_Card_Tips--error dpiV3_Card_Tips"
|
|
380
|
-
},
|
|
381
|
-
function
|
|
382
|
-
const
|
|
383
|
-
return p(), d("div",
|
|
384
|
-
e.isInput ? (p(), d("div",
|
|
385
|
-
|
|
386
|
-
|
|
399
|
+
}, Ne = { class: "validation-errors" };
|
|
400
|
+
function Re(e, o, u, S, _, m) {
|
|
401
|
+
const D = s("TextButtonSmall"), C = s("ButtonV3"), A = s("ProgressSteps"), B = s("Illustration"), E = s("Listbox"), U = s("Card"), b = s("ProjectDpiDevTools"), M = s("LandingProjectStep"), a = s("InputPageStep"), z = s("DiscoverabilityStep"), w = s("CategoriesStep"), N = s("ApplicationsStep"), R = s("ProjectNameStep"), G = s("ProjectDescriptionStep"), I = s("ProjectStatusStep"), k = s("ProjectOrganisationStep"), F = s("OptionalDataStep"), W = s("DpiModalBase"), J = s("ProjektPhasenOverviewStep"), q = s("InitiierenStep"), K = s("PlanenStep"), Q = s("UmstezenStep"), T = s("WeiterdenkenStep"), X = s("ProcessStepsOverviewStep"), g = s("BasicInformationStep"), y = s("SoftwareStep"), h = s("DatasetStep"), V = s("HardwareStep"), L = s("ReviewStep"), Y = s("FormKit"), j = s("ModalSimpleV3");
|
|
402
|
+
return p(), d("div", ve, [
|
|
403
|
+
e.isInput ? (p(), d("div", he, [
|
|
404
|
+
n("div", Se, [
|
|
405
|
+
(p(), n1(Y, {
|
|
387
406
|
id: "dpiForm",
|
|
407
|
+
key: e.nonce,
|
|
388
408
|
modelValue: e.formValues,
|
|
389
|
-
"onUpdate:modelValue":
|
|
409
|
+
"onUpdate:modelValue": o[8] || (o[8] = (r) => e.formValues = r),
|
|
390
410
|
type: "form",
|
|
391
411
|
actions: !1,
|
|
392
412
|
plugins: [e.stepPlugin],
|
|
393
413
|
class: "d-flex",
|
|
394
|
-
onSubmit:
|
|
414
|
+
onSubmit: o[9] || (o[9] = S1(() => {
|
|
395
415
|
}, ["prevent"]))
|
|
396
416
|
}, {
|
|
397
|
-
default:
|
|
398
|
-
e.dpiContext.edit.fromDraft || e.dpiContext.edit.enabled ? (p(), d("div",
|
|
399
|
-
|
|
400
|
-
t(
|
|
417
|
+
default: i(() => [
|
|
418
|
+
e.dpiContext.edit.fromDraft || e.dpiContext.edit.enabled ? (p(), d("div", ge, [
|
|
419
|
+
n("div", Ve, [
|
|
420
|
+
t(D, {
|
|
401
421
|
"button-text": "Übersicht",
|
|
402
422
|
"icon-start": "CaretLeft",
|
|
403
423
|
"icon-name": "caretLeft",
|
|
404
424
|
onClick: e.gotToHome
|
|
405
425
|
}, null, 8, ["onClick"]),
|
|
406
|
-
|
|
407
|
-
e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (p(), d("div",
|
|
408
|
-
t(
|
|
426
|
+
n("div", null, [
|
|
427
|
+
e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (p(), d("div", He, [
|
|
428
|
+
t(C, {
|
|
409
429
|
"button-text": "Veröffentlichung aufheben",
|
|
410
430
|
size: "large",
|
|
411
431
|
onClick: e.todoHandler
|
|
412
432
|
}, null, 8, ["onClick"]),
|
|
413
|
-
t(
|
|
433
|
+
t(C, {
|
|
414
434
|
"button-text": "Veröffentlicht ansehen",
|
|
415
435
|
variant: "secondary",
|
|
416
436
|
size: "large",
|
|
417
437
|
"icon-end": "Out",
|
|
418
438
|
onClick: e.todoHandler
|
|
419
439
|
}, null, 8, ["onClick"])
|
|
420
|
-
])) : (p(), d("div",
|
|
421
|
-
t(
|
|
440
|
+
])) : (p(), d("div", De, [
|
|
441
|
+
t(C, {
|
|
422
442
|
"button-text": "Veröffentlichen",
|
|
423
443
|
size: "large",
|
|
424
444
|
onClick: e.handlePublish
|
|
@@ -426,201 +446,209 @@ function je(e, i, u, S, _, C) {
|
|
|
426
446
|
]))
|
|
427
447
|
])
|
|
428
448
|
])
|
|
429
|
-
])) : (p(), d("div",
|
|
430
|
-
e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (p(), d("div",
|
|
431
|
-
|
|
449
|
+
])) : (p(), d("div", be, [
|
|
450
|
+
e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (p(), d("div", we, [
|
|
451
|
+
o[12] || (o[12] = n("svg", {
|
|
432
452
|
width: "129",
|
|
433
453
|
height: "48",
|
|
434
454
|
viewBox: "0 0 129 48",
|
|
435
455
|
fill: "none",
|
|
436
456
|
xmlns: "http://www.w3.org/2000/svg"
|
|
437
457
|
}, [
|
|
438
|
-
|
|
458
|
+
n("path", {
|
|
439
459
|
d: "M64.5486 43.794C63.6132 43.794 62.8941 43.633 62.3915 43.311C61.8889 42.989 61.519 42.632 61.2816 42.24H60.9047V43.5H58.3079V28.8H60.9466V34.281H61.3235C61.4771 34.029 61.6795 33.791 61.9308 33.567C62.1961 33.343 62.5381 33.161 62.957 33.021C63.3898 32.867 63.9203 32.79 64.5486 32.79C65.3862 32.79 66.1611 33 66.8731 33.42C67.5851 33.826 68.1575 34.428 68.5903 35.226C69.0231 36.024 69.2395 36.99 69.2395 38.124V38.46C69.2395 39.594 69.0231 40.56 68.5903 41.358C68.1575 42.156 67.5851 42.765 66.8731 43.185C66.1611 43.591 65.3862 43.794 64.5486 43.794ZM63.7528 41.484C64.5625 41.484 65.2396 41.225 65.7841 40.707C66.3286 40.175 66.6009 39.405 66.6009 38.397V38.187C66.6009 37.179 66.3286 36.416 65.7841 35.898C65.2536 35.366 64.5765 35.1 63.7528 35.1C62.943 35.1 62.2659 35.366 61.7214 35.898C61.1769 36.416 60.9047 37.179 60.9047 38.187V38.397C60.9047 39.405 61.1769 40.175 61.7214 40.707C62.2659 41.225 62.943 41.484 63.7528 41.484Z",
|
|
440
460
|
fill: "#003F6F"
|
|
441
461
|
}),
|
|
442
|
-
|
|
462
|
+
n("path", {
|
|
443
463
|
d: "M72.7932 47.7V45.39H78.4475C78.8384 45.39 79.0339 45.18 79.0339 44.76V42.135H78.6569C78.5452 42.373 78.3707 42.611 78.1334 42.849C77.896 43.087 77.5749 43.283 77.1701 43.437C76.7652 43.591 76.2486 43.668 75.6204 43.668C74.8106 43.668 74.0986 43.486 73.4843 43.122C72.884 42.744 72.4163 42.226 72.0812 41.568C71.7461 40.91 71.5786 40.154 71.5786 39.3V33.084H74.2173V39.09C74.2173 39.874 74.4058 40.462 74.7827 40.854C75.1736 41.246 75.7251 41.442 76.4371 41.442C77.2469 41.442 77.8751 41.176 78.3219 40.644C78.7686 40.098 78.992 39.342 78.992 38.376V33.084H81.6307V45.348C81.6307 46.062 81.4212 46.629 81.0024 47.049C80.5836 47.483 80.0251 47.7 79.3271 47.7H72.7932Z",
|
|
444
464
|
fill: "#003F6F"
|
|
445
465
|
}),
|
|
446
|
-
|
|
466
|
+
n("path", {
|
|
447
467
|
d: "M88.7553 43.794C87.9316 43.794 87.1567 43.591 86.4308 43.185C85.7187 42.765 85.1463 42.156 84.7135 41.358C84.2807 40.56 84.0643 39.594 84.0643 38.46V38.124C84.0643 36.99 84.2807 36.024 84.7135 35.226C85.1463 34.428 85.7187 33.826 86.4308 33.42C87.1428 33 87.9176 32.79 88.7553 32.79C89.3835 32.79 89.9071 32.867 90.3259 33.021C90.7587 33.161 91.1077 33.343 91.373 33.567C91.6383 33.791 91.8407 34.029 91.9803 34.281H92.3573V28.8H94.9959V43.5H92.3992V42.24H92.0222C91.7849 42.632 91.4149 42.989 90.9123 43.311C90.4237 43.633 89.7047 43.794 88.7553 43.794ZM89.5511 41.484C90.3608 41.484 91.0379 41.225 91.5824 40.707C92.1269 40.175 92.3992 39.405 92.3992 38.397V38.187C92.3992 37.179 92.1269 36.416 91.5824 35.898C91.0519 35.366 90.3748 35.1 89.5511 35.1C88.7413 35.1 88.0642 35.366 87.5197 35.898C86.9752 36.416 86.703 37.179 86.703 38.187V38.397C86.703 39.405 86.9752 40.175 87.5197 40.707C88.0642 41.225 88.7413 41.484 89.5511 41.484Z",
|
|
448
468
|
fill: "#003F6F"
|
|
449
469
|
}),
|
|
450
|
-
|
|
470
|
+
n("path", {
|
|
451
471
|
d: "M101.146 43.794C100.407 43.794 99.7433 43.668 99.157 43.416C98.5706 43.15 98.1029 42.772 97.7539 42.282C97.4188 41.778 97.2513 41.169 97.2513 40.455C97.2513 39.741 97.4188 39.146 97.7539 38.67C98.1029 38.18 98.5776 37.816 99.1779 37.578C99.7922 37.326 100.49 37.2 101.272 37.2H104.12V36.612C104.12 36.122 103.967 35.723 103.659 35.415C103.352 35.093 102.864 34.932 102.194 34.932C101.537 34.932 101.049 35.086 100.728 35.394C100.407 35.688 100.197 36.073 100.099 36.549L97.6701 35.73C97.8376 35.198 98.1029 34.715 98.4659 34.281C98.8428 33.833 99.3385 33.476 99.9528 33.21C100.581 32.93 101.342 32.79 102.235 32.79C103.604 32.79 104.686 33.133 105.481 33.819C106.277 34.505 106.675 35.499 106.675 36.801V40.686C106.675 41.106 106.871 41.316 107.261 41.316H108.099V43.5H106.34C105.823 43.5 105.398 43.374 105.063 43.122C104.727 42.87 104.56 42.534 104.56 42.114V42.093H104.162C104.106 42.261 103.981 42.485 103.785 42.765C103.59 43.031 103.283 43.269 102.864 43.479C102.445 43.689 101.872 43.794 101.146 43.794ZM101.607 41.652C102.347 41.652 102.947 41.449 103.408 41.043C103.883 40.623 104.12 40.07 104.12 39.384V39.174H101.461C100.972 39.174 100.588 39.279 100.309 39.489C100.03 39.699 99.8899 39.993 99.8899 40.371C99.8899 40.749 100.037 41.057 100.33 41.295C100.623 41.533 101.049 41.652 101.607 41.652Z",
|
|
452
472
|
fill: "#003F6F"
|
|
453
473
|
}),
|
|
454
|
-
|
|
474
|
+
n("path", {
|
|
455
475
|
d: "M113.251 43.5C112.567 43.5 112.008 43.29 111.575 42.87C111.156 42.436 110.947 41.862 110.947 41.148V35.268H108.35V33.084H110.947V29.85H113.586V33.084H116.434V35.268H113.586V40.686C113.586 41.106 113.781 41.316 114.172 41.316H116.182V43.5H113.251Z",
|
|
456
476
|
fill: "#003F6F"
|
|
457
477
|
}),
|
|
458
|
-
|
|
478
|
+
n("path", {
|
|
459
479
|
d: "M122.047 43.794C121.307 43.794 120.644 43.668 120.058 43.416C119.471 43.15 119.004 42.772 118.655 42.282C118.32 41.778 118.152 41.169 118.152 40.455C118.152 39.741 118.32 39.146 118.655 38.67C119.004 38.18 119.478 37.816 120.079 37.578C120.693 37.326 121.391 37.2 122.173 37.2H125.021V36.612C125.021 36.122 124.867 35.723 124.56 35.415C124.253 35.093 123.765 34.932 123.094 34.932C122.438 34.932 121.95 35.086 121.628 35.394C121.307 35.688 121.098 36.073 121 36.549L118.571 35.73C118.739 35.198 119.004 34.715 119.367 34.281C119.744 33.833 120.239 33.476 120.854 33.21C121.482 32.93 122.243 32.79 123.136 32.79C124.504 32.79 125.586 33.133 126.382 33.819C127.178 34.505 127.576 35.499 127.576 36.801V40.686C127.576 41.106 127.771 41.316 128.162 41.316H129V43.5H127.241C126.724 43.5 126.299 43.374 125.963 43.122C125.628 42.87 125.461 42.534 125.461 42.114V42.093H125.063C125.007 42.261 124.881 42.485 124.686 42.765C124.491 43.031 124.183 43.269 123.765 43.479C123.346 43.689 122.773 43.794 122.047 43.794ZM122.508 41.652C123.248 41.652 123.848 41.449 124.309 41.043C124.784 40.623 125.021 40.07 125.021 39.384V39.174H122.361C121.873 39.174 121.489 39.279 121.21 39.489C120.93 39.699 120.791 39.993 120.791 40.371C120.791 40.749 120.937 41.057 121.231 41.295C121.524 41.533 121.95 41.652 122.508 41.652Z",
|
|
460
480
|
fill: "#003F6F"
|
|
461
481
|
}),
|
|
462
|
-
|
|
482
|
+
n("path", {
|
|
463
483
|
d: "M62.2868 19.5C61.6027 19.5 61.0443 19.29 60.6115 18.87C60.1927 18.436 59.9832 17.862 59.9832 17.148V11.268H57.3865V9.084H59.9832V5.85H62.6219V9.084H65.47V11.268H62.6219V16.686C62.6219 17.106 62.8174 17.316 63.2083 17.316H65.2187V19.5H62.2868Z",
|
|
464
484
|
fill: "#0196D8"
|
|
465
485
|
}),
|
|
466
|
-
|
|
486
|
+
n("path", {
|
|
467
487
|
d: "M68.6962 19.5L67.2302 9.084H69.848L70.7694 17.715H71.1464L72.4866 9.084H76.7169L78.0571 17.715H78.4341L79.3555 9.084H81.9733L80.5073 19.5H76.1305L74.7902 10.869H74.4133L73.073 19.5H68.6962Z",
|
|
468
488
|
fill: "#0196D8"
|
|
469
489
|
}),
|
|
470
|
-
|
|
490
|
+
n("path", {
|
|
471
491
|
d: "M84.2806 19.5V9.084H86.9193V19.5H84.2806ZM85.6 7.866C85.1253 7.866 84.7204 7.712 84.3853 7.404C84.0642 7.096 83.9037 6.69 83.9037 6.186C83.9037 5.682 84.0642 5.276 84.3853 4.968C84.7204 4.66 85.1253 4.506 85.6 4.506C86.0886 4.506 86.4935 4.66 86.8146 4.968C87.1357 5.276 87.2962 5.682 87.2962 6.186C87.2962 6.69 87.1357 7.096 86.8146 7.404C86.4935 7.712 86.0886 7.866 85.6 7.866Z",
|
|
472
492
|
fill: "#0196D8"
|
|
473
493
|
}),
|
|
474
|
-
|
|
494
|
+
n("path", {
|
|
475
495
|
d: "M89.8433 19.5V9.084H92.4401V10.449H92.817C92.9845 10.085 93.2987 9.742 93.7594 9.42C94.2201 9.084 94.9182 8.916 95.8536 8.916C96.6633 8.916 97.3684 9.105 97.9687 9.483C98.583 9.847 99.0577 10.358 99.3927 11.016C99.7278 11.66 99.8953 12.416 99.8953 13.284V19.5H97.2567V13.494C97.2567 12.71 97.0612 12.122 96.6703 11.73C96.2933 11.338 95.7489 11.142 95.0368 11.142C94.2271 11.142 93.5988 11.415 93.1521 11.961C92.7053 12.493 92.4819 13.242 92.4819 14.208V19.5H89.8433Z",
|
|
476
496
|
fill: "#0196D8"
|
|
477
497
|
}),
|
|
478
|
-
|
|
498
|
+
n("path", {
|
|
479
499
|
d: "M0 36L20.9418 24V0L0 12V36Z",
|
|
480
500
|
fill: "#003F6F"
|
|
481
501
|
}),
|
|
482
|
-
|
|
502
|
+
n("path", {
|
|
483
503
|
d: "M20.9418 48L41.8836 36L20.9418 24L0 36L20.9418 48Z",
|
|
484
504
|
fill: "#AEDFF8"
|
|
485
505
|
})
|
|
486
506
|
], -1)),
|
|
487
|
-
t(
|
|
507
|
+
t(A, {
|
|
488
508
|
checked: e.visitedSteps,
|
|
489
|
-
"onUpdate:checked":
|
|
509
|
+
"onUpdate:checked": o[0] || (o[0] = (r) => e.visitedSteps = r),
|
|
490
510
|
current: e.activeStep,
|
|
491
|
-
"onUpdate:current":
|
|
511
|
+
"onUpdate:current": o[1] || (o[1] = (r) => e.activeStep = r),
|
|
492
512
|
"hide-first": "",
|
|
493
513
|
steps: e.stepList || []
|
|
494
514
|
}, null, 8, ["checked", "current", "steps"])
|
|
495
|
-
])) : (p(), d("div",
|
|
496
|
-
|
|
497
|
-
|
|
515
|
+
])) : (p(), d("div", ke, [
|
|
516
|
+
o[13] || (o[13] = n("div", { class: "dpiV3_bydata_logo_wordmark" }, [
|
|
517
|
+
n("svg", {
|
|
498
518
|
width: "129",
|
|
499
519
|
height: "48",
|
|
500
520
|
viewBox: "0 0 129 48",
|
|
501
521
|
fill: "none",
|
|
502
522
|
xmlns: "http://www.w3.org/2000/svg"
|
|
503
523
|
}, [
|
|
504
|
-
|
|
524
|
+
n("path", {
|
|
505
525
|
d: "M64.5486 43.794C63.6132 43.794 62.8941 43.633 62.3915 43.311C61.8889 42.989 61.519 42.632 61.2816 42.24H60.9047V43.5H58.3079V28.8H60.9466V34.281H61.3235C61.4771 34.029 61.6795 33.791 61.9308 33.567C62.1961 33.343 62.5381 33.161 62.957 33.021C63.3898 32.867 63.9203 32.79 64.5486 32.79C65.3862 32.79 66.1611 33 66.8731 33.42C67.5851 33.826 68.1575 34.428 68.5903 35.226C69.0231 36.024 69.2395 36.99 69.2395 38.124V38.46C69.2395 39.594 69.0231 40.56 68.5903 41.358C68.1575 42.156 67.5851 42.765 66.8731 43.185C66.1611 43.591 65.3862 43.794 64.5486 43.794ZM63.7528 41.484C64.5625 41.484 65.2396 41.225 65.7841 40.707C66.3286 40.175 66.6009 39.405 66.6009 38.397V38.187C66.6009 37.179 66.3286 36.416 65.7841 35.898C65.2536 35.366 64.5765 35.1 63.7528 35.1C62.943 35.1 62.2659 35.366 61.7214 35.898C61.1769 36.416 60.9047 37.179 60.9047 38.187V38.397C60.9047 39.405 61.1769 40.175 61.7214 40.707C62.2659 41.225 62.943 41.484 63.7528 41.484Z",
|
|
506
526
|
fill: "#003F6F"
|
|
507
527
|
}),
|
|
508
|
-
|
|
528
|
+
n("path", {
|
|
509
529
|
d: "M72.7932 47.7V45.39H78.4475C78.8384 45.39 79.0339 45.18 79.0339 44.76V42.135H78.6569C78.5452 42.373 78.3707 42.611 78.1334 42.849C77.896 43.087 77.5749 43.283 77.1701 43.437C76.7652 43.591 76.2486 43.668 75.6204 43.668C74.8106 43.668 74.0986 43.486 73.4843 43.122C72.884 42.744 72.4163 42.226 72.0812 41.568C71.7461 40.91 71.5786 40.154 71.5786 39.3V33.084H74.2173V39.09C74.2173 39.874 74.4058 40.462 74.7827 40.854C75.1736 41.246 75.7251 41.442 76.4371 41.442C77.2469 41.442 77.8751 41.176 78.3219 40.644C78.7686 40.098 78.992 39.342 78.992 38.376V33.084H81.6307V45.348C81.6307 46.062 81.4212 46.629 81.0024 47.049C80.5836 47.483 80.0251 47.7 79.3271 47.7H72.7932Z",
|
|
510
530
|
fill: "#003F6F"
|
|
511
531
|
}),
|
|
512
|
-
|
|
532
|
+
n("path", {
|
|
513
533
|
d: "M88.7553 43.794C87.9316 43.794 87.1567 43.591 86.4308 43.185C85.7187 42.765 85.1463 42.156 84.7135 41.358C84.2807 40.56 84.0643 39.594 84.0643 38.46V38.124C84.0643 36.99 84.2807 36.024 84.7135 35.226C85.1463 34.428 85.7187 33.826 86.4308 33.42C87.1428 33 87.9176 32.79 88.7553 32.79C89.3835 32.79 89.9071 32.867 90.3259 33.021C90.7587 33.161 91.1077 33.343 91.373 33.567C91.6383 33.791 91.8407 34.029 91.9803 34.281H92.3573V28.8H94.9959V43.5H92.3992V42.24H92.0222C91.7849 42.632 91.4149 42.989 90.9123 43.311C90.4237 43.633 89.7047 43.794 88.7553 43.794ZM89.5511 41.484C90.3608 41.484 91.0379 41.225 91.5824 40.707C92.1269 40.175 92.3992 39.405 92.3992 38.397V38.187C92.3992 37.179 92.1269 36.416 91.5824 35.898C91.0519 35.366 90.3748 35.1 89.5511 35.1C88.7413 35.1 88.0642 35.366 87.5197 35.898C86.9752 36.416 86.703 37.179 86.703 38.187V38.397C86.703 39.405 86.9752 40.175 87.5197 40.707C88.0642 41.225 88.7413 41.484 89.5511 41.484Z",
|
|
514
534
|
fill: "#003F6F"
|
|
515
535
|
}),
|
|
516
|
-
|
|
536
|
+
n("path", {
|
|
517
537
|
d: "M101.146 43.794C100.407 43.794 99.7433 43.668 99.157 43.416C98.5706 43.15 98.1029 42.772 97.7539 42.282C97.4188 41.778 97.2513 41.169 97.2513 40.455C97.2513 39.741 97.4188 39.146 97.7539 38.67C98.1029 38.18 98.5776 37.816 99.1779 37.578C99.7922 37.326 100.49 37.2 101.272 37.2H104.12V36.612C104.12 36.122 103.967 35.723 103.659 35.415C103.352 35.093 102.864 34.932 102.194 34.932C101.537 34.932 101.049 35.086 100.728 35.394C100.407 35.688 100.197 36.073 100.099 36.549L97.6701 35.73C97.8376 35.198 98.1029 34.715 98.4659 34.281C98.8428 33.833 99.3385 33.476 99.9528 33.21C100.581 32.93 101.342 32.79 102.235 32.79C103.604 32.79 104.686 33.133 105.481 33.819C106.277 34.505 106.675 35.499 106.675 36.801V40.686C106.675 41.106 106.871 41.316 107.261 41.316H108.099V43.5H106.34C105.823 43.5 105.398 43.374 105.063 43.122C104.727 42.87 104.56 42.534 104.56 42.114V42.093H104.162C104.106 42.261 103.981 42.485 103.785 42.765C103.59 43.031 103.283 43.269 102.864 43.479C102.445 43.689 101.872 43.794 101.146 43.794ZM101.607 41.652C102.347 41.652 102.947 41.449 103.408 41.043C103.883 40.623 104.12 40.07 104.12 39.384V39.174H101.461C100.972 39.174 100.588 39.279 100.309 39.489C100.03 39.699 99.8899 39.993 99.8899 40.371C99.8899 40.749 100.037 41.057 100.33 41.295C100.623 41.533 101.049 41.652 101.607 41.652Z",
|
|
518
538
|
fill: "#003F6F"
|
|
519
539
|
}),
|
|
520
|
-
|
|
540
|
+
n("path", {
|
|
521
541
|
d: "M113.251 43.5C112.567 43.5 112.008 43.29 111.575 42.87C111.156 42.436 110.947 41.862 110.947 41.148V35.268H108.35V33.084H110.947V29.85H113.586V33.084H116.434V35.268H113.586V40.686C113.586 41.106 113.781 41.316 114.172 41.316H116.182V43.5H113.251Z",
|
|
522
542
|
fill: "#003F6F"
|
|
523
543
|
}),
|
|
524
|
-
|
|
544
|
+
n("path", {
|
|
525
545
|
d: "M122.047 43.794C121.307 43.794 120.644 43.668 120.058 43.416C119.471 43.15 119.004 42.772 118.655 42.282C118.32 41.778 118.152 41.169 118.152 40.455C118.152 39.741 118.32 39.146 118.655 38.67C119.004 38.18 119.478 37.816 120.079 37.578C120.693 37.326 121.391 37.2 122.173 37.2H125.021V36.612C125.021 36.122 124.867 35.723 124.56 35.415C124.253 35.093 123.765 34.932 123.094 34.932C122.438 34.932 121.95 35.086 121.628 35.394C121.307 35.688 121.098 36.073 121 36.549L118.571 35.73C118.739 35.198 119.004 34.715 119.367 34.281C119.744 33.833 120.239 33.476 120.854 33.21C121.482 32.93 122.243 32.79 123.136 32.79C124.504 32.79 125.586 33.133 126.382 33.819C127.178 34.505 127.576 35.499 127.576 36.801V40.686C127.576 41.106 127.771 41.316 128.162 41.316H129V43.5H127.241C126.724 43.5 126.299 43.374 125.963 43.122C125.628 42.87 125.461 42.534 125.461 42.114V42.093H125.063C125.007 42.261 124.881 42.485 124.686 42.765C124.491 43.031 124.183 43.269 123.765 43.479C123.346 43.689 122.773 43.794 122.047 43.794ZM122.508 41.652C123.248 41.652 123.848 41.449 124.309 41.043C124.784 40.623 125.021 40.07 125.021 39.384V39.174H122.361C121.873 39.174 121.489 39.279 121.21 39.489C120.93 39.699 120.791 39.993 120.791 40.371C120.791 40.749 120.937 41.057 121.231 41.295C121.524 41.533 121.95 41.652 122.508 41.652Z",
|
|
526
546
|
fill: "#003F6F"
|
|
527
547
|
}),
|
|
528
|
-
|
|
548
|
+
n("path", {
|
|
529
549
|
d: "M62.2868 19.5C61.6027 19.5 61.0443 19.29 60.6115 18.87C60.1927 18.436 59.9832 17.862 59.9832 17.148V11.268H57.3865V9.084H59.9832V5.85H62.6219V9.084H65.47V11.268H62.6219V16.686C62.6219 17.106 62.8174 17.316 63.2083 17.316H65.2187V19.5H62.2868Z",
|
|
530
550
|
fill: "#0196D8"
|
|
531
551
|
}),
|
|
532
|
-
|
|
552
|
+
n("path", {
|
|
533
553
|
d: "M68.6962 19.5L67.2302 9.084H69.848L70.7694 17.715H71.1464L72.4866 9.084H76.7169L78.0571 17.715H78.4341L79.3555 9.084H81.9733L80.5073 19.5H76.1305L74.7902 10.869H74.4133L73.073 19.5H68.6962Z",
|
|
534
554
|
fill: "#0196D8"
|
|
535
555
|
}),
|
|
536
|
-
|
|
556
|
+
n("path", {
|
|
537
557
|
d: "M84.2806 19.5V9.084H86.9193V19.5H84.2806ZM85.6 7.866C85.1253 7.866 84.7204 7.712 84.3853 7.404C84.0642 7.096 83.9037 6.69 83.9037 6.186C83.9037 5.682 84.0642 5.276 84.3853 4.968C84.7204 4.66 85.1253 4.506 85.6 4.506C86.0886 4.506 86.4935 4.66 86.8146 4.968C87.1357 5.276 87.2962 5.682 87.2962 6.186C87.2962 6.69 87.1357 7.096 86.8146 7.404C86.4935 7.712 86.0886 7.866 85.6 7.866Z",
|
|
538
558
|
fill: "#0196D8"
|
|
539
559
|
}),
|
|
540
|
-
|
|
560
|
+
n("path", {
|
|
541
561
|
d: "M89.8433 19.5V9.084H92.4401V10.449H92.817C92.9845 10.085 93.2987 9.742 93.7594 9.42C94.2201 9.084 94.9182 8.916 95.8536 8.916C96.6633 8.916 97.3684 9.105 97.9687 9.483C98.583 9.847 99.0577 10.358 99.3927 11.016C99.7278 11.66 99.8953 12.416 99.8953 13.284V19.5H97.2567V13.494C97.2567 12.71 97.0612 12.122 96.6703 11.73C96.2933 11.338 95.7489 11.142 95.0368 11.142C94.2271 11.142 93.5988 11.415 93.1521 11.961C92.7053 12.493 92.4819 13.242 92.4819 14.208V19.5H89.8433Z",
|
|
542
562
|
fill: "#0196D8"
|
|
543
563
|
}),
|
|
544
|
-
|
|
564
|
+
n("path", {
|
|
545
565
|
d: "M0 36L20.9418 24V0L0 12V36Z",
|
|
546
566
|
fill: "#003F6F"
|
|
547
567
|
}),
|
|
548
|
-
|
|
568
|
+
n("path", {
|
|
549
569
|
d: "M20.9418 48L41.8836 36L20.9418 24L0 36L20.9418 48Z",
|
|
550
570
|
fill: "#AEDFF8"
|
|
551
571
|
})
|
|
552
572
|
])
|
|
553
573
|
], -1)),
|
|
554
|
-
|
|
555
|
-
t(
|
|
574
|
+
n("div", ye, [
|
|
575
|
+
t(B, { "illustration-name": "start" })
|
|
556
576
|
])
|
|
557
577
|
]))
|
|
558
578
|
])),
|
|
559
|
-
e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (p(), d("ul",
|
|
560
|
-
(p(!0), d(i1, null,
|
|
561
|
-
key:
|
|
562
|
-
class:
|
|
563
|
-
activeItem: e.activeStep ===
|
|
564
|
-
inactiveStep:
|
|
565
|
-
"has-errors": e.checkStepValidity(
|
|
579
|
+
e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (p(), d("ul", _e, [
|
|
580
|
+
(p(!0), d(i1, null, a1(e.steps, (r, c, O) => (p(), d("li", {
|
|
581
|
+
key: r,
|
|
582
|
+
class: g1(["step", {
|
|
583
|
+
activeItem: e.activeStep === c,
|
|
584
|
+
inactiveStep: c != e.activeStep,
|
|
585
|
+
"has-errors": e.checkStepValidity(c)
|
|
566
586
|
}]),
|
|
567
|
-
"data-step-active": e.activeStep ===
|
|
568
|
-
"data-step-valid":
|
|
569
|
-
onClick: (
|
|
570
|
-
e.activeStep =
|
|
587
|
+
"data-step-active": e.activeStep === c,
|
|
588
|
+
"data-step-valid": r.valid && r.errorCount === 0,
|
|
589
|
+
onClick: (e1) => {
|
|
590
|
+
e.activeStep = c, e.update(), e.scrollToTop();
|
|
571
591
|
}
|
|
572
592
|
}, [
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
e.checkStepValidity(
|
|
593
|
+
n("div", Me, [
|
|
594
|
+
n("div", Ie, P(O + 1), 1),
|
|
595
|
+
e.checkStepValidity(c) ? (p(), d("span", {
|
|
576
596
|
key: 0,
|
|
577
597
|
class: "step--errors",
|
|
578
|
-
textContent:
|
|
579
|
-
}, null, 8,
|
|
580
|
-
|
|
598
|
+
textContent: P(r.errorCount + r.blockingCount)
|
|
599
|
+
}, null, 8, Fe)) : H("", !0),
|
|
600
|
+
s1(P(e.$t(`message.dataupload.steps.${c}Step`)), 1)
|
|
581
601
|
]),
|
|
582
|
-
|
|
583
|
-
], 10,
|
|
584
|
-
e.activeStep === "Overview" ? (p(), d("li",
|
|
585
|
-
|
|
586
|
-
]))) :
|
|
587
|
-
])) :
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
602
|
+
O != Object.keys(e.steps).length ? (p(), d("div", Te)) : H("", !0)
|
|
603
|
+
], 10, Pe))), 128)),
|
|
604
|
+
e.activeStep === "Overview" ? (p(), d("li", Le, o[14] || (o[14] = [
|
|
605
|
+
n("div", { class: "circle stepCircle" }, null, -1)
|
|
606
|
+
]))) : H("", !0)
|
|
607
|
+
])) : H("", !0),
|
|
608
|
+
n("div", je, [
|
|
609
|
+
n("div", Oe, [
|
|
610
|
+
n("details", Ze, [
|
|
611
|
+
o[15] || (o[15] = n("summary", null, "Form Values", -1)),
|
|
612
|
+
n("pre", $e, P(JSON.stringify(e.formValues, null, 2)), 1)
|
|
593
613
|
]),
|
|
594
|
-
t(
|
|
595
|
-
title:
|
|
596
|
-
|
|
614
|
+
t(U, null, {
|
|
615
|
+
title: i(() => o[16] || (o[16] = [
|
|
616
|
+
s1(" dev view ", -1)
|
|
597
617
|
])),
|
|
598
|
-
default:
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
t(
|
|
618
|
+
default: i(() => [
|
|
619
|
+
n("div", Ae, [
|
|
620
|
+
n("div", Be, [
|
|
621
|
+
t(C, {
|
|
602
622
|
type: "button",
|
|
603
623
|
variant: "secondary",
|
|
604
624
|
"button-text": "Open Hologram",
|
|
605
|
-
onClick:
|
|
625
|
+
onClick: o[2] || (o[2] = (r) => e.hologramOpen = !0)
|
|
606
626
|
}),
|
|
607
|
-
t(
|
|
627
|
+
t(C, {
|
|
608
628
|
type: "button",
|
|
609
629
|
variant: "secondary",
|
|
610
630
|
"button-text": "Previous",
|
|
611
631
|
onClick: e.goToPreviousStep
|
|
612
632
|
}, null, 8, ["onClick"]),
|
|
613
|
-
t(
|
|
633
|
+
t(C, {
|
|
614
634
|
type: "button",
|
|
615
635
|
variant: "secondary",
|
|
616
636
|
"button-text": "Next",
|
|
617
637
|
onClick: e.handleSubmit
|
|
618
638
|
}, null, 8, ["onClick"])
|
|
619
639
|
]),
|
|
620
|
-
|
|
621
|
-
t(
|
|
640
|
+
n("div", Ee, [
|
|
641
|
+
t(C, {
|
|
642
|
+
type: "button",
|
|
643
|
+
variant: "secondary",
|
|
644
|
+
"button-text": "Open devtools",
|
|
645
|
+
onClick: o[3] || (o[3] = (r) => e.devToolsOpen = !0)
|
|
646
|
+
})
|
|
647
|
+
]),
|
|
648
|
+
n("div", null, [
|
|
649
|
+
t(E, {
|
|
622
650
|
modelValue: e.stepSelect,
|
|
623
|
-
"onUpdate:modelValue":
|
|
651
|
+
"onUpdate:modelValue": o[4] || (o[4] = (r) => e.stepSelect = r),
|
|
624
652
|
label: "Go to step",
|
|
625
653
|
options: e.stepOptions
|
|
626
654
|
}, null, 8, ["modelValue", "options"])
|
|
@@ -629,55 +657,61 @@ function je(e, i, u, S, _, C) {
|
|
|
629
657
|
]),
|
|
630
658
|
_: 1
|
|
631
659
|
})
|
|
632
|
-
])
|
|
660
|
+
]),
|
|
661
|
+
t(b, {
|
|
662
|
+
modelValue: e.devToolsOpen,
|
|
663
|
+
"onUpdate:modelValue": o[5] || (o[5] = (r) => e.devToolsOpen = r),
|
|
664
|
+
nonce: e.nonce,
|
|
665
|
+
"onUpdate:nonce": o[6] || (o[6] = (r) => e.nonce = r)
|
|
666
|
+
}, null, 8, ["modelValue", "nonce"])
|
|
633
667
|
]),
|
|
634
|
-
|
|
635
|
-
|
|
668
|
+
n("div", Ue, [
|
|
669
|
+
n("div", null, [
|
|
636
670
|
t(a, { name: "Landing" }, {
|
|
637
|
-
default:
|
|
638
|
-
t(
|
|
671
|
+
default: i(() => [
|
|
672
|
+
t(M)
|
|
639
673
|
]),
|
|
640
674
|
_: 1
|
|
641
675
|
}),
|
|
642
676
|
t(a, { name: "Auffindbarkeit/Sichtbarkeit" }, {
|
|
643
|
-
default:
|
|
644
|
-
t(
|
|
677
|
+
default: i(() => [
|
|
678
|
+
t(z)
|
|
645
679
|
]),
|
|
646
680
|
_: 1
|
|
647
681
|
}),
|
|
648
682
|
t(a, { name: "Auffindbarkeit/Kategorien" }, {
|
|
649
|
-
default:
|
|
650
|
-
t(
|
|
683
|
+
default: i(() => [
|
|
684
|
+
t(w)
|
|
651
685
|
]),
|
|
652
686
|
_: 1
|
|
653
687
|
}),
|
|
654
688
|
t(a, { name: "Auffindbarkeit/Anwendungsbereiche" }, {
|
|
655
|
-
default:
|
|
656
|
-
t(
|
|
689
|
+
default: i(() => [
|
|
690
|
+
t(N)
|
|
657
691
|
]),
|
|
658
692
|
_: 1
|
|
659
693
|
}),
|
|
660
694
|
t(a, { name: "Grundlegende Informationen/Name" }, {
|
|
661
|
-
default:
|
|
662
|
-
t(
|
|
695
|
+
default: i(() => [
|
|
696
|
+
t(R)
|
|
663
697
|
]),
|
|
664
698
|
_: 1
|
|
665
699
|
}),
|
|
666
700
|
t(a, { name: "Grundlegende Informationen/Beschreibung" }, {
|
|
667
|
-
default:
|
|
668
|
-
t(
|
|
701
|
+
default: i(() => [
|
|
702
|
+
t(G)
|
|
669
703
|
]),
|
|
670
704
|
_: 1
|
|
671
705
|
}),
|
|
672
706
|
t(a, { name: "Grundlegende Informationen/Projektstatus" }, {
|
|
673
|
-
default:
|
|
674
|
-
t(
|
|
707
|
+
default: i(() => [
|
|
708
|
+
t(I)
|
|
675
709
|
]),
|
|
676
710
|
_: 1
|
|
677
711
|
}),
|
|
678
712
|
t(a, { name: "Grundlegende Informationen/Organisation" }, {
|
|
679
|
-
default:
|
|
680
|
-
t(
|
|
713
|
+
default: i(() => [
|
|
714
|
+
t(k, {
|
|
681
715
|
"is-wip": "",
|
|
682
716
|
icon: "https://storage.googleapis.com/open-data-public-files-050923/assets/v2/haar/favicon.png",
|
|
683
717
|
address: "Bahnhofstraße 7",
|
|
@@ -690,14 +724,14 @@ function je(e, i, u, S, _, C) {
|
|
|
690
724
|
_: 1
|
|
691
725
|
}),
|
|
692
726
|
t(a, { name: "Optionale Daten" }, {
|
|
693
|
-
default:
|
|
694
|
-
t(
|
|
695
|
-
t(
|
|
727
|
+
default: i(() => [
|
|
728
|
+
t(F),
|
|
729
|
+
t(W, {
|
|
696
730
|
modelValue: e.hologramOpen,
|
|
697
|
-
"onUpdate:modelValue":
|
|
731
|
+
"onUpdate:modelValue": o[7] || (o[7] = (r) => e.hologramOpen = r)
|
|
698
732
|
}, {
|
|
699
|
-
default:
|
|
700
|
-
t(
|
|
733
|
+
default: i(() => [
|
|
734
|
+
t(F)
|
|
701
735
|
]),
|
|
702
736
|
_: 1
|
|
703
737
|
}, 8, ["modelValue"])
|
|
@@ -705,50 +739,50 @@ function je(e, i, u, S, _, C) {
|
|
|
705
739
|
_: 1
|
|
706
740
|
}),
|
|
707
741
|
t(a, { name: "Projektphasen (optional)" }, {
|
|
708
|
-
default:
|
|
709
|
-
t(
|
|
742
|
+
default: i(() => [
|
|
743
|
+
t(J)
|
|
710
744
|
]),
|
|
711
745
|
_: 1
|
|
712
746
|
}),
|
|
713
747
|
t(a, { name: "Projektphasen (optional)/Initiieren" }, {
|
|
714
|
-
default:
|
|
715
|
-
t(
|
|
748
|
+
default: i(() => [
|
|
749
|
+
t(q)
|
|
716
750
|
]),
|
|
717
751
|
_: 1
|
|
718
752
|
}),
|
|
719
753
|
t(a, { name: "Projektphasen (optional)/Planen" }, {
|
|
720
|
-
default:
|
|
754
|
+
default: i(() => [
|
|
721
755
|
t(K)
|
|
722
756
|
]),
|
|
723
757
|
_: 1
|
|
724
758
|
}),
|
|
725
759
|
t(a, { name: "Projektphasen (optional)/Umsetzen" }, {
|
|
726
|
-
default:
|
|
727
|
-
t(
|
|
760
|
+
default: i(() => [
|
|
761
|
+
t(Q)
|
|
728
762
|
]),
|
|
729
763
|
_: 1
|
|
730
764
|
}),
|
|
731
765
|
t(a, { name: "Projektphasen (optional)/Weiterdenken" }, {
|
|
732
|
-
default:
|
|
733
|
-
t(
|
|
766
|
+
default: i(() => [
|
|
767
|
+
t(T)
|
|
734
768
|
]),
|
|
735
769
|
_: 1
|
|
736
770
|
}),
|
|
737
771
|
t(a, { name: "Technische Prozessschritte" }, {
|
|
738
|
-
default:
|
|
739
|
-
t(
|
|
772
|
+
default: i(() => [
|
|
773
|
+
t(X)
|
|
740
774
|
]),
|
|
741
775
|
_: 1
|
|
742
776
|
}),
|
|
743
777
|
t(a, { name: "1. Datenerfassung/Grundlegende Informationen" }, {
|
|
744
|
-
default:
|
|
745
|
-
t(
|
|
778
|
+
default: i(() => [
|
|
779
|
+
t(g)
|
|
746
780
|
]),
|
|
747
781
|
_: 1
|
|
748
782
|
}),
|
|
749
783
|
t(a, { name: "1. Datenerfassung/Software" }, {
|
|
750
|
-
default:
|
|
751
|
-
t(
|
|
784
|
+
default: i(() => [
|
|
785
|
+
t(y, {
|
|
752
786
|
"step-group": "1. Datenerfassung",
|
|
753
787
|
edit: e.isEditMode
|
|
754
788
|
}, null, 8, ["edit"])
|
|
@@ -756,7 +790,7 @@ function je(e, i, u, S, _, C) {
|
|
|
756
790
|
_: 1
|
|
757
791
|
}),
|
|
758
792
|
t(a, { name: "1. Datenerfassung/Datensätze" }, {
|
|
759
|
-
default:
|
|
793
|
+
default: i(() => [
|
|
760
794
|
t(h, {
|
|
761
795
|
"step-group": "1. Datenerfassung",
|
|
762
796
|
edit: e.isEditMode
|
|
@@ -765,8 +799,8 @@ function je(e, i, u, S, _, C) {
|
|
|
765
799
|
_: 1
|
|
766
800
|
}),
|
|
767
801
|
t(a, { name: "1. Datenerfassung/Hardware" }, {
|
|
768
|
-
default:
|
|
769
|
-
t(
|
|
802
|
+
default: i(() => [
|
|
803
|
+
t(V, {
|
|
770
804
|
"step-group": "1. Datenerfassung",
|
|
771
805
|
edit: ""
|
|
772
806
|
})
|
|
@@ -774,14 +808,14 @@ function je(e, i, u, S, _, C) {
|
|
|
774
808
|
_: 1
|
|
775
809
|
}),
|
|
776
810
|
t(a, { name: "2. Datenverarbeitung/Grundlegende Informationen" }, {
|
|
777
|
-
default:
|
|
778
|
-
t(
|
|
811
|
+
default: i(() => [
|
|
812
|
+
t(g)
|
|
779
813
|
]),
|
|
780
814
|
_: 1
|
|
781
815
|
}),
|
|
782
816
|
t(a, { name: "2. Datenverarbeitung/Software" }, {
|
|
783
|
-
default:
|
|
784
|
-
t(
|
|
817
|
+
default: i(() => [
|
|
818
|
+
t(y, {
|
|
785
819
|
"step-group": "2. Datenverarbeitung",
|
|
786
820
|
edit: e.isEditMode
|
|
787
821
|
}, null, 8, ["edit"])
|
|
@@ -789,7 +823,7 @@ function je(e, i, u, S, _, C) {
|
|
|
789
823
|
_: 1
|
|
790
824
|
}),
|
|
791
825
|
t(a, { name: "2. Datenverarbeitung/Datensätze" }, {
|
|
792
|
-
default:
|
|
826
|
+
default: i(() => [
|
|
793
827
|
t(h, {
|
|
794
828
|
"step-group": "2. Datenverarbeitung",
|
|
795
829
|
edit: e.isEditMode
|
|
@@ -798,8 +832,8 @@ function je(e, i, u, S, _, C) {
|
|
|
798
832
|
_: 1
|
|
799
833
|
}),
|
|
800
834
|
t(a, { name: "2. Datenverarbeitung/Hardware" }, {
|
|
801
|
-
default:
|
|
802
|
-
t(
|
|
835
|
+
default: i(() => [
|
|
836
|
+
t(V, {
|
|
803
837
|
"step-group": "2. Datenverarbeitung",
|
|
804
838
|
edit: ""
|
|
805
839
|
})
|
|
@@ -807,14 +841,14 @@ function je(e, i, u, S, _, C) {
|
|
|
807
841
|
_: 1
|
|
808
842
|
}),
|
|
809
843
|
t(a, { name: "3. Datensimulation/Grundlegende Informationen" }, {
|
|
810
|
-
default:
|
|
811
|
-
t(
|
|
844
|
+
default: i(() => [
|
|
845
|
+
t(g)
|
|
812
846
|
]),
|
|
813
847
|
_: 1
|
|
814
848
|
}),
|
|
815
849
|
t(a, { name: "3. Datensimulation/Software" }, {
|
|
816
|
-
default:
|
|
817
|
-
t(
|
|
850
|
+
default: i(() => [
|
|
851
|
+
t(y, {
|
|
818
852
|
"step-group": "3. Datensimulation",
|
|
819
853
|
edit: e.isEditMode
|
|
820
854
|
}, null, 8, ["edit"])
|
|
@@ -822,7 +856,7 @@ function je(e, i, u, S, _, C) {
|
|
|
822
856
|
_: 1
|
|
823
857
|
}),
|
|
824
858
|
t(a, { name: "3. Datensimulation/Datensätze" }, {
|
|
825
|
-
default:
|
|
859
|
+
default: i(() => [
|
|
826
860
|
t(h, {
|
|
827
861
|
"step-group": "3. Datensimulation",
|
|
828
862
|
edit: e.isEditMode
|
|
@@ -831,8 +865,8 @@ function je(e, i, u, S, _, C) {
|
|
|
831
865
|
_: 1
|
|
832
866
|
}),
|
|
833
867
|
t(a, { name: "3. Datensimulation/Hardware" }, {
|
|
834
|
-
default:
|
|
835
|
-
t(
|
|
868
|
+
default: i(() => [
|
|
869
|
+
t(V, {
|
|
836
870
|
"step-group": "3. Datensimulation",
|
|
837
871
|
edit: ""
|
|
838
872
|
})
|
|
@@ -840,14 +874,14 @@ function je(e, i, u, S, _, C) {
|
|
|
840
874
|
_: 1
|
|
841
875
|
}),
|
|
842
876
|
t(a, { name: "4. Datenvisualisierung/Grundlegende Informationen" }, {
|
|
843
|
-
default:
|
|
844
|
-
t(
|
|
877
|
+
default: i(() => [
|
|
878
|
+
t(g)
|
|
845
879
|
]),
|
|
846
880
|
_: 1
|
|
847
881
|
}),
|
|
848
882
|
t(a, { name: "4. Datenvisualisierung/Software" }, {
|
|
849
|
-
default:
|
|
850
|
-
t(
|
|
883
|
+
default: i(() => [
|
|
884
|
+
t(y, {
|
|
851
885
|
"step-group": "4. Datenvisualisierung",
|
|
852
886
|
edit: e.isEditMode
|
|
853
887
|
}, null, 8, ["edit"])
|
|
@@ -855,7 +889,7 @@ function je(e, i, u, S, _, C) {
|
|
|
855
889
|
_: 1
|
|
856
890
|
}),
|
|
857
891
|
t(a, { name: "4. Datenvisualisierung/Datensätze" }, {
|
|
858
|
-
default:
|
|
892
|
+
default: i(() => [
|
|
859
893
|
t(h, {
|
|
860
894
|
"step-group": "4. Datenvisualisierung",
|
|
861
895
|
edit: e.isEditMode
|
|
@@ -864,8 +898,8 @@ function je(e, i, u, S, _, C) {
|
|
|
864
898
|
_: 1
|
|
865
899
|
}),
|
|
866
900
|
t(a, { name: "4. Datenvisualisierung/Hardware" }, {
|
|
867
|
-
default:
|
|
868
|
-
t(
|
|
901
|
+
default: i(() => [
|
|
902
|
+
t(V, {
|
|
869
903
|
"step-group": "4. Datenvisualisierung",
|
|
870
904
|
edit: ""
|
|
871
905
|
})
|
|
@@ -873,43 +907,42 @@ function je(e, i, u, S, _, C) {
|
|
|
873
907
|
_: 1
|
|
874
908
|
}),
|
|
875
909
|
t(a, { name: "Vorschau" }, {
|
|
876
|
-
default:
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
}, null, 8, ["
|
|
881
|
-
t(X)
|
|
910
|
+
default: i(() => [
|
|
911
|
+
t(L, {
|
|
912
|
+
onSubmit: e.submitto,
|
|
913
|
+
onJump: e.jumpToStep
|
|
914
|
+
}, null, 8, ["onSubmit", "onJump"])
|
|
882
915
|
]),
|
|
883
916
|
_: 1
|
|
884
917
|
})
|
|
885
918
|
]),
|
|
886
|
-
|
|
887
|
-
e.showErrorSummary && e.validationMessages.length ? (p(), d("div",
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
(p(!0), d(i1, null,
|
|
919
|
+
o[18] || (o[18] = n("hr", null, null, -1)),
|
|
920
|
+
e.showErrorSummary && e.validationMessages.length ? (p(), d("div", ze, [
|
|
921
|
+
o[17] || (o[17] = n("h4", null, "Bitte korrigieren Sie die folgenden Fehler:", -1)),
|
|
922
|
+
n("ul", Ne, [
|
|
923
|
+
(p(!0), d(i1, null, a1(e.validationMessages, (r) => (p(), d("li", { key: r }, P(r), 1))), 128))
|
|
891
924
|
])
|
|
892
|
-
])) :
|
|
893
|
-
|
|
894
|
-
|
|
925
|
+
])) : H("", !0),
|
|
926
|
+
o[19] || (o[19] = n("hr", null, null, -1)),
|
|
927
|
+
o[20] || (o[20] = n("div", null, null, -1))
|
|
895
928
|
])
|
|
896
929
|
]),
|
|
897
930
|
_: 1
|
|
898
|
-
}, 8, ["modelValue", "plugins"]),
|
|
899
|
-
e.activeSimpleModal ? (p(),
|
|
931
|
+
}, 8, ["modelValue", "plugins"])),
|
|
932
|
+
e.activeSimpleModal ? (p(), n1(j, {
|
|
900
933
|
key: 0,
|
|
901
934
|
buttons: e.modalSimpleConf.button,
|
|
902
935
|
"header-text": e.modalSimpleConf.header,
|
|
903
936
|
text: e.modalSimpleConf.text,
|
|
904
937
|
action: e.modalSimpleConf.action,
|
|
905
|
-
onClose:
|
|
906
|
-
onActionHandling:
|
|
907
|
-
}, null, 8, ["buttons", "header-text", "text", "action"])) :
|
|
938
|
+
onClose: o[10] || (o[10] = (r) => e.activeSimpleModal = !1),
|
|
939
|
+
onActionHandling: o[11] || (o[11] = (r) => e.gotToHome())
|
|
940
|
+
}, null, 8, ["buttons", "header-text", "text", "action"])) : H("", !0)
|
|
908
941
|
])
|
|
909
|
-
], 512)) :
|
|
942
|
+
], 512)) : H("", !0)
|
|
910
943
|
]);
|
|
911
944
|
}
|
|
912
|
-
const
|
|
945
|
+
const K3 = /* @__PURE__ */ ue(fe, [["render", Re]]);
|
|
913
946
|
export {
|
|
914
|
-
|
|
947
|
+
K3 as default
|
|
915
948
|
};
|