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