@piveau/dpi 0.2.0-alpha.5 → 0.2.0-alpha.6
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/ListBox/Listbox.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/AreYouSureToSkipCard.vue.js +31 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/AreYouSureToSkipCard.vue2.js +4 -0
- 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 +62 -55
- 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 +76 -69
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareStep.vue2.js +83 -94
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/utils.js +27 -42
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/ProjektPhasenOverviewStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/components/ProgressSteps.vue.js +1 -1
- 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 +52 -45
- package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +250 -224
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ import "@phosphor-icons/vue";
|
|
|
5
5
|
import { useWindowScroll as d1 } from "@vueuse/core";
|
|
6
6
|
import "jquery";
|
|
7
7
|
import { has as Z, isNil as t1 } from "lodash-es";
|
|
8
|
-
import { defineComponent as u1, resolveComponent as r, createElementBlock as d, openBlock as p, createCommentVNode as
|
|
8
|
+
import { defineComponent as u1, resolveComponent as r, createElementBlock as d, openBlock as p, createCommentVNode as v, createElementVNode as o, createVNode as t, createBlock as o1, withModifiers as m1, withCtx as n, Fragment as i1, renderList as n1, normalizeClass as C1, createTextVNode as a1, toDisplayString as y, ref as D, computed as x, markRaw as c1, toRef as f1, watch as h1, nextTick as v1 } from "vue";
|
|
9
9
|
import { useI18n as S1 } from "vue-i18n";
|
|
10
10
|
import { mapActions as r1, mapGetters as s1 } from "vuex";
|
|
11
11
|
import g1 from "../../stories/components/DemoStep.vue.js";
|
|
@@ -13,14 +13,14 @@ import V1 from "../../stories/components/ReviewStepDemo.vue.js";
|
|
|
13
13
|
import H1 from "../components/InputPageStep.vue.js";
|
|
14
14
|
import D1 from "../components/ProgressSteps.vue.js";
|
|
15
15
|
import w1 from "../components/StepActionsSection.vue.js";
|
|
16
|
-
import { useFormValues as
|
|
17
|
-
import { useDpiStepper as
|
|
18
|
-
import
|
|
16
|
+
import { useFormValues as b1 } from "../composables/useDpiFormValues.js";
|
|
17
|
+
import { useDpiStepper as k1 } from "../composables/useDpiStepper.js";
|
|
18
|
+
import _1 from "../config/dcatapdeHappyFlow/converter.js";
|
|
19
19
|
import { eventBus as y1 } from "../HappyFlowComponents/services/eventBus.js";
|
|
20
20
|
import P1 from "../HappyFlowComponents/ui/BasicInfosStep/ProjectDescriptionStep.vue.js";
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
21
|
+
import M1 from "../HappyFlowComponents/ui/BasicInfosStep/ProjectNameStep.vue.js";
|
|
22
|
+
import I1 from "../HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js";
|
|
23
|
+
import F1 from "../HappyFlowComponents/ui/BasicInfosStep/ProjectStatusStep.vue.js";
|
|
24
24
|
import L1 from "../HappyFlowComponents/ui/ButtonV3.vue.js";
|
|
25
25
|
import T1 from "../HappyFlowComponents/ui/Card.vue.js";
|
|
26
26
|
import Z1 from "../HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js";
|
|
@@ -29,9 +29,9 @@ import $1 from "../HappyFlowComponents/ui/Findability/ApplicationsStep.vue.js";
|
|
|
29
29
|
import O1 from "../HappyFlowComponents/ui/Findability/CategoriesStep.vue.js";
|
|
30
30
|
import A1 from "../HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js";
|
|
31
31
|
import B1 from "../HappyFlowComponents/ui/Illustration.vue.js";
|
|
32
|
-
import
|
|
32
|
+
import E1 from "../HappyFlowComponents/ui/LandingProjectStep/LandingProjectStep.vue.js";
|
|
33
33
|
import U1 from "../HappyFlowComponents/ui/ListBox/Listbox.vue.js";
|
|
34
|
-
import
|
|
34
|
+
import z1 from "../HappyFlowComponents/ui/LogoV3.vue.js";
|
|
35
35
|
import N1 from "../HappyFlowComponents/ui/ModalSimpleV3.vue.js";
|
|
36
36
|
import R1 from "../HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js";
|
|
37
37
|
import G1 from "../HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue.js";
|
|
@@ -49,8 +49,8 @@ import oe from "./OverviewPage.vue.js";
|
|
|
49
49
|
/* empty css */
|
|
50
50
|
/* empty css */
|
|
51
51
|
/* empty css */
|
|
52
|
-
import
|
|
53
|
-
import { useDpiContext as
|
|
52
|
+
import ie from "../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
53
|
+
import { useDpiContext as ne } from "../composables/useDpiContext.js";
|
|
54
54
|
import { useEditModeInfo as ae } from "../composables/useDpiEditMode.js";
|
|
55
55
|
import { useFormSchema as re } from "../composables/useFormSchema.js";
|
|
56
56
|
const se = u1({
|
|
@@ -77,7 +77,7 @@ const se = u1({
|
|
|
77
77
|
components: {
|
|
78
78
|
InputPageStep: H1,
|
|
79
79
|
// DistributionInputPage,
|
|
80
|
-
LogoV3:
|
|
80
|
+
LogoV3: z1,
|
|
81
81
|
ButtonV3: L1,
|
|
82
82
|
TextButtonSmall: ee,
|
|
83
83
|
Illustration: B1,
|
|
@@ -88,15 +88,15 @@ const se = u1({
|
|
|
88
88
|
DemoStep: g1,
|
|
89
89
|
ProgressSteps: D1,
|
|
90
90
|
ReviewStepDemo: V1,
|
|
91
|
-
LandingProjectStep:
|
|
91
|
+
LandingProjectStep: E1,
|
|
92
92
|
StepActionsSection: w1,
|
|
93
93
|
DiscoverabilityStep: A1,
|
|
94
94
|
CategoriesStep: O1,
|
|
95
95
|
ApplicationsStep: $1,
|
|
96
|
-
ProjectNameStep:
|
|
96
|
+
ProjectNameStep: M1,
|
|
97
97
|
ProjectDescriptionStep: P1,
|
|
98
|
-
ProjectStatusStep:
|
|
99
|
-
ProjectOrganisationStep:
|
|
98
|
+
ProjectStatusStep: F1,
|
|
99
|
+
ProjectOrganisationStep: I1,
|
|
100
100
|
SoftwareStep: q1,
|
|
101
101
|
DatasetStep: G1,
|
|
102
102
|
HardwareStep: W1,
|
|
@@ -163,11 +163,11 @@ const se = u1({
|
|
|
163
163
|
name: "DPI-Home-HappyFlow"
|
|
164
164
|
}).href;
|
|
165
165
|
},
|
|
166
|
-
async dispatchDataToDPI(e,
|
|
167
|
-
var
|
|
168
|
-
console.log("body:", e,
|
|
166
|
+
async dispatchDataToDPI(e, i, u, S) {
|
|
167
|
+
var _, C;
|
|
168
|
+
console.log("body:", e, i, "params:", u, S);
|
|
169
169
|
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(
|
|
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(i, u)), S === "draft" && await this.$store.dispatch(i, u), (_ = this.$Progress) == null || _.finish(), this.clearAll();
|
|
171
171
|
} catch (w) {
|
|
172
172
|
console.error(w), (C = this.$Progress) == null || C.fail();
|
|
173
173
|
}
|
|
@@ -183,18 +183,18 @@ const se = u1({
|
|
|
183
183
|
!Z(e, "datasetID") || t1(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
184
|
},
|
|
185
185
|
generateandTranslateSchema(e) {
|
|
186
|
-
for (let
|
|
186
|
+
for (let i = 0; i < this.getNavSteps(this.$env.content.dataProviderInterface.specification)[e].length; i++)
|
|
187
187
|
this.createSchema({
|
|
188
188
|
property: e,
|
|
189
189
|
page: this.getNavSteps(
|
|
190
190
|
this.$env.content.dataProviderInterface.specification
|
|
191
|
-
)[e][
|
|
191
|
+
)[e][i],
|
|
192
192
|
specification: this.$env.content.dataProviderInterface.specification
|
|
193
193
|
}), this.translateSchema({
|
|
194
194
|
property: e,
|
|
195
195
|
page: this.getNavSteps(
|
|
196
196
|
this.$env.content.dataProviderInterface.specification
|
|
197
|
-
)[e][
|
|
197
|
+
)[e][i]
|
|
198
198
|
});
|
|
199
199
|
}
|
|
200
200
|
},
|
|
@@ -242,10 +242,10 @@ const se = u1({
|
|
|
242
242
|
// })
|
|
243
243
|
// },
|
|
244
244
|
setup() {
|
|
245
|
-
const e =
|
|
245
|
+
const e = ne(), { isEditMode: i } = ae(), {
|
|
246
246
|
steps: u,
|
|
247
247
|
stepList: S,
|
|
248
|
-
visitedSteps:
|
|
248
|
+
visitedSteps: _,
|
|
249
249
|
activeStep: C,
|
|
250
250
|
stepPlugin: w,
|
|
251
251
|
goToNextStep: c,
|
|
@@ -253,11 +253,11 @@ const se = u1({
|
|
|
253
253
|
subSteps: $,
|
|
254
254
|
previousStep: O,
|
|
255
255
|
nextStep: A,
|
|
256
|
-
current:
|
|
256
|
+
current: b,
|
|
257
257
|
goToStep: a,
|
|
258
258
|
isLast: B,
|
|
259
|
-
triggerValidationCurrentStep:
|
|
260
|
-
} =
|
|
259
|
+
triggerValidationCurrentStep: E
|
|
260
|
+
} = k1(), { formValues: P } = b1(), { t: U, te: z } = S1(), N = D(!1), M = D(!1), g = D([]), R = x(() => C.value ? e1(C.value) : null), G = (l) => {
|
|
261
261
|
if (!l)
|
|
262
262
|
return;
|
|
263
263
|
const m = p1(l);
|
|
@@ -268,23 +268,23 @@ const se = u1({
|
|
|
268
268
|
});
|
|
269
269
|
}, { translateSchema: W, createSchema: K, getSchema: q } = re({
|
|
270
270
|
t: U,
|
|
271
|
-
te:
|
|
271
|
+
te: z
|
|
272
272
|
}), J = () => {
|
|
273
273
|
let { x: l, y: m } = d1({ behavior: "smooth" });
|
|
274
274
|
m.value = 0;
|
|
275
275
|
}, Q = c1({ OverviewPage: oe }), V = D("");
|
|
276
|
-
|
|
277
|
-
const
|
|
276
|
+
i.value && (C.value = "ReviewAndPublish", V.value = "reviewAndPublishPage");
|
|
277
|
+
const k = f1(u), h = (l) => {
|
|
278
278
|
var T;
|
|
279
|
-
const m = (T =
|
|
279
|
+
const m = (T = k.value) == null ? void 0 : T[l];
|
|
280
280
|
return m ? m.valid : !1;
|
|
281
|
-
}, H = D(!1),
|
|
282
|
-
|
|
283
|
-
l === "review" && (H.value = !0,
|
|
281
|
+
}, H = D(!1), I = D(0);
|
|
282
|
+
h1(C, (l) => {
|
|
283
|
+
l === "review" && (H.value = !0, I.value++);
|
|
284
284
|
});
|
|
285
285
|
const X = async () => {
|
|
286
286
|
try {
|
|
287
|
-
const l = "auth/createDataset", m = await
|
|
287
|
+
const l = "auth/createDataset", m = await _1(
|
|
288
288
|
P.value,
|
|
289
289
|
e,
|
|
290
290
|
// We'll need to access getUserData somehow - for now using a placeholder
|
|
@@ -299,17 +299,17 @@ const se = u1({
|
|
|
299
299
|
console.error("Fehler beim Veröffentlichen:", l);
|
|
300
300
|
}
|
|
301
301
|
};
|
|
302
|
-
function
|
|
303
|
-
|
|
302
|
+
function F() {
|
|
303
|
+
h(b.value) && c();
|
|
304
304
|
}
|
|
305
305
|
async function Y() {
|
|
306
|
-
|
|
307
|
-
const l = R.value, m = l ? !
|
|
308
|
-
m && G(l),
|
|
306
|
+
E(), await v1();
|
|
307
|
+
const l = R.value, m = l ? !h(b.value) : !1;
|
|
308
|
+
m && G(l), M.value = m, B.value ? console.log("Form submitted", values.value) : F();
|
|
309
309
|
}
|
|
310
310
|
const s = x(() => S.value.map((l) => ({ id: l, name: l }))), f = x({
|
|
311
311
|
get() {
|
|
312
|
-
return { id:
|
|
312
|
+
return { id: b.value, name: b.value };
|
|
313
313
|
},
|
|
314
314
|
set(l) {
|
|
315
315
|
a(l.id);
|
|
@@ -317,7 +317,7 @@ const se = u1({
|
|
|
317
317
|
}), L = D(!1);
|
|
318
318
|
return {
|
|
319
319
|
steps: u,
|
|
320
|
-
visitedSteps:
|
|
320
|
+
visitedSteps: _,
|
|
321
321
|
activeStep: C,
|
|
322
322
|
activeSubStep: V,
|
|
323
323
|
subSteps: $,
|
|
@@ -325,13 +325,13 @@ const se = u1({
|
|
|
325
325
|
stepList: S,
|
|
326
326
|
nextStep: A,
|
|
327
327
|
stepPlugin: w,
|
|
328
|
-
checkStepValidity:
|
|
328
|
+
checkStepValidity: h,
|
|
329
329
|
goToNextStep: c,
|
|
330
|
-
goToNextStepIfValid:
|
|
330
|
+
goToNextStepIfValid: F,
|
|
331
331
|
goToPreviousStep: j,
|
|
332
332
|
scrollToTop: J,
|
|
333
333
|
library: Q,
|
|
334
|
-
isEditMode:
|
|
334
|
+
isEditMode: i,
|
|
335
335
|
translateSchema: W,
|
|
336
336
|
createSchema: K,
|
|
337
337
|
getSchema: q,
|
|
@@ -339,10 +339,10 @@ const se = u1({
|
|
|
339
339
|
formValues: P,
|
|
340
340
|
activeSimpleModal: N,
|
|
341
341
|
shouldRenderReviewStep: H,
|
|
342
|
-
renderViewStepKey:
|
|
342
|
+
renderViewStepKey: I,
|
|
343
343
|
handlePublish: X,
|
|
344
344
|
handleSubmit: Y,
|
|
345
|
-
showErrorSummary:
|
|
345
|
+
showErrorSummary: M,
|
|
346
346
|
validationMessages: g,
|
|
347
347
|
stepOptions: s,
|
|
348
348
|
stepSelect: f,
|
|
@@ -359,54 +359,51 @@ const se = u1({
|
|
|
359
359
|
}, ce = {
|
|
360
360
|
key: 1,
|
|
361
361
|
class: "draftCTA"
|
|
362
|
-
}, fe = { key: 1 },
|
|
362
|
+
}, fe = { key: 1 }, he = {
|
|
363
363
|
key: 0,
|
|
364
364
|
class: "dpiV3_stepper"
|
|
365
|
-
},
|
|
366
|
-
class: "dev-actions",
|
|
367
|
-
style: {}
|
|
368
|
-
}, De = {
|
|
365
|
+
}, ve = {
|
|
369
366
|
key: 1,
|
|
370
367
|
class: "dpiV3_stepperLanding"
|
|
371
|
-
},
|
|
368
|
+
}, Se = { class: "dpiV3_Illustration-Start" }, ge = {
|
|
372
369
|
key: 2,
|
|
373
370
|
class: "steps"
|
|
374
|
-
},
|
|
371
|
+
}, Ve = ["data-step-active", "data-step-valid", "onClick"], He = { class: "stepBubbleWrap" }, De = { class: "circle stepCircle" }, we = ["textContent"], be = {
|
|
375
372
|
key: 0,
|
|
376
373
|
class: "seperatorHorizontalStepper"
|
|
377
|
-
},
|
|
374
|
+
}, ke = {
|
|
378
375
|
key: 0,
|
|
379
376
|
class: "step inactiveStep"
|
|
380
|
-
}, Me = { class: "step-content" },
|
|
377
|
+
}, _e = { style: { position: "absolute", top: "0", left: "100%", width: "600px", height: "100%" } }, ye = { style: { position: "sticky", top: "0" } }, Pe = { style: { "z-index": "1000", background: "#f5f5f5", "border-radius": "8px", "overflow-x": "auto", "max-width": "100%", width: "100%" } }, Me = { style: { "max-height": "720px", "overflow-y": "auto" } }, Ie = { style: { display: "flex", "flex-direction": "column", gap: "2.5rem" } }, Fe = { style: { display: "flex", "flex-direction": "column", gap: "1rem" } }, Le = { class: "step-content" }, Te = {
|
|
381
378
|
key: 0,
|
|
382
379
|
class: "dpiV3_Card_Tips--error dpiV3_Card_Tips"
|
|
383
|
-
},
|
|
384
|
-
function
|
|
385
|
-
const w = r("TextButtonSmall"), c = r("ButtonV3"), j = r("ProgressSteps"), $ = r("
|
|
380
|
+
}, Ze = { class: "validation-errors" };
|
|
381
|
+
function je(e, i, u, S, _, C) {
|
|
382
|
+
const w = r("TextButtonSmall"), c = r("ButtonV3"), j = r("ProgressSteps"), $ = r("Illustration"), O = r("Listbox"), A = r("Card"), b = r("LandingProjectStep"), a = r("InputPageStep"), B = r("DiscoverabilityStep"), E = r("CategoriesStep"), P = r("ApplicationsStep"), U = r("ProjectNameStep"), z = r("ProjectDescriptionStep"), N = r("ProjectStatusStep"), M = r("ProjectOrganisationStep"), g = r("OptionalDataStep"), R = r("DpiModalBase"), G = r("ProjektPhasenOverviewStep"), W = r("InitiierenStep"), K = r("PlanenStep"), q = r("UmstezenStep"), J = r("WeiterdenkenStep"), Q = r("ProcessStepsOverviewStep"), V = r("BasicInformationStep"), k = r("SoftwareStep"), h = r("DatasetStep"), H = r("HardwareStep"), I = r("ReviewStepDemo"), X = r("StepActionsSection"), F = r("FormKit"), Y = r("ModalSimpleV3");
|
|
386
383
|
return p(), d("div", le, [
|
|
387
384
|
e.isInput ? (p(), d("div", pe, [
|
|
388
|
-
|
|
389
|
-
t(
|
|
385
|
+
o("div", de, [
|
|
386
|
+
t(F, {
|
|
390
387
|
id: "dpiForm",
|
|
391
388
|
modelValue: e.formValues,
|
|
392
|
-
"onUpdate:modelValue":
|
|
389
|
+
"onUpdate:modelValue": i[5] || (i[5] = (s) => e.formValues = s),
|
|
393
390
|
type: "form",
|
|
394
391
|
actions: !1,
|
|
395
392
|
plugins: [e.stepPlugin],
|
|
396
393
|
class: "d-flex",
|
|
397
|
-
onSubmit:
|
|
394
|
+
onSubmit: i[6] || (i[6] = m1(() => {
|
|
398
395
|
}, ["prevent"]))
|
|
399
396
|
}, {
|
|
400
|
-
default:
|
|
397
|
+
default: n(() => [
|
|
401
398
|
e.dpiContext.edit.fromDraft || e.dpiContext.edit.enabled ? (p(), d("div", ue, [
|
|
402
|
-
|
|
399
|
+
o("div", me, [
|
|
403
400
|
t(w, {
|
|
404
401
|
"button-text": "Übersicht",
|
|
405
402
|
"icon-start": "CaretLeft",
|
|
406
403
|
"icon-name": "caretLeft",
|
|
407
404
|
onClick: e.gotToHome
|
|
408
405
|
}, null, 8, ["onClick"]),
|
|
409
|
-
|
|
406
|
+
o("div", null, [
|
|
410
407
|
e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (p(), d("div", Ce, [
|
|
411
408
|
t(c, {
|
|
412
409
|
"button-text": "Veröffentlichung aufheben",
|
|
@@ -430,181 +427,137 @@ function Ze(e, o, u, S, k, C) {
|
|
|
430
427
|
])
|
|
431
428
|
])
|
|
432
429
|
])) : (p(), d("div", fe, [
|
|
433
|
-
e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (p(), d("div",
|
|
434
|
-
|
|
430
|
+
e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (p(), d("div", he, [
|
|
431
|
+
i[9] || (i[9] = o("svg", {
|
|
435
432
|
width: "129",
|
|
436
433
|
height: "48",
|
|
437
434
|
viewBox: "0 0 129 48",
|
|
438
435
|
fill: "none",
|
|
439
436
|
xmlns: "http://www.w3.org/2000/svg"
|
|
440
437
|
}, [
|
|
441
|
-
|
|
438
|
+
o("path", {
|
|
442
439
|
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",
|
|
443
440
|
fill: "#003F6F"
|
|
444
441
|
}),
|
|
445
|
-
|
|
442
|
+
o("path", {
|
|
446
443
|
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",
|
|
447
444
|
fill: "#003F6F"
|
|
448
445
|
}),
|
|
449
|
-
|
|
446
|
+
o("path", {
|
|
450
447
|
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",
|
|
451
448
|
fill: "#003F6F"
|
|
452
449
|
}),
|
|
453
|
-
|
|
450
|
+
o("path", {
|
|
454
451
|
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",
|
|
455
452
|
fill: "#003F6F"
|
|
456
453
|
}),
|
|
457
|
-
|
|
454
|
+
o("path", {
|
|
458
455
|
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",
|
|
459
456
|
fill: "#003F6F"
|
|
460
457
|
}),
|
|
461
|
-
|
|
458
|
+
o("path", {
|
|
462
459
|
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",
|
|
463
460
|
fill: "#003F6F"
|
|
464
461
|
}),
|
|
465
|
-
|
|
462
|
+
o("path", {
|
|
466
463
|
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",
|
|
467
464
|
fill: "#0196D8"
|
|
468
465
|
}),
|
|
469
|
-
|
|
466
|
+
o("path", {
|
|
470
467
|
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",
|
|
471
468
|
fill: "#0196D8"
|
|
472
469
|
}),
|
|
473
|
-
|
|
470
|
+
o("path", {
|
|
474
471
|
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",
|
|
475
472
|
fill: "#0196D8"
|
|
476
473
|
}),
|
|
477
|
-
|
|
474
|
+
o("path", {
|
|
478
475
|
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",
|
|
479
476
|
fill: "#0196D8"
|
|
480
477
|
}),
|
|
481
|
-
|
|
478
|
+
o("path", {
|
|
482
479
|
d: "M0 36L20.9418 24V0L0 12V36Z",
|
|
483
480
|
fill: "#003F6F"
|
|
484
481
|
}),
|
|
485
|
-
|
|
482
|
+
o("path", {
|
|
486
483
|
d: "M20.9418 48L41.8836 36L20.9418 24L0 36L20.9418 48Z",
|
|
487
484
|
fill: "#AEDFF8"
|
|
488
485
|
})
|
|
489
486
|
], -1)),
|
|
490
487
|
t(j, {
|
|
491
488
|
checked: e.visitedSteps,
|
|
492
|
-
"onUpdate:checked":
|
|
489
|
+
"onUpdate:checked": i[0] || (i[0] = (s) => e.visitedSteps = s),
|
|
493
490
|
current: e.activeStep,
|
|
494
|
-
"onUpdate:current":
|
|
491
|
+
"onUpdate:current": i[1] || (i[1] = (s) => e.activeStep = s),
|
|
495
492
|
"hide-first": "",
|
|
496
493
|
steps: e.stepList || []
|
|
497
|
-
}, null, 8, ["checked", "current", "steps"])
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
n("pre", ge, y(JSON.stringify(e.formValues, null, 2)), 1)
|
|
502
|
-
]),
|
|
503
|
-
t(O, null, {
|
|
504
|
-
title: i(() => o[10] || (o[10] = [
|
|
505
|
-
n1(" dev view ", -1)
|
|
506
|
-
])),
|
|
507
|
-
default: i(() => [
|
|
508
|
-
n("div", Ve, [
|
|
509
|
-
n("div", He, [
|
|
510
|
-
t(c, {
|
|
511
|
-
type: "button",
|
|
512
|
-
variant: "secondary",
|
|
513
|
-
"button-text": "Open Hologram",
|
|
514
|
-
onClick: o[2] || (o[2] = (s) => e.hologramOpen = !0)
|
|
515
|
-
}),
|
|
516
|
-
t(c, {
|
|
517
|
-
type: "button",
|
|
518
|
-
variant: "secondary",
|
|
519
|
-
"button-text": "Previous",
|
|
520
|
-
onClick: e.goToPreviousStep
|
|
521
|
-
}, null, 8, ["onClick"]),
|
|
522
|
-
t(c, {
|
|
523
|
-
type: "button",
|
|
524
|
-
variant: "secondary",
|
|
525
|
-
"button-text": "Next",
|
|
526
|
-
onClick: e.handleSubmit
|
|
527
|
-
}, null, 8, ["onClick"])
|
|
528
|
-
]),
|
|
529
|
-
n("div", null, [
|
|
530
|
-
t($, {
|
|
531
|
-
modelValue: e.stepSelect,
|
|
532
|
-
"onUpdate:modelValue": o[3] || (o[3] = (s) => e.stepSelect = s),
|
|
533
|
-
label: "Go to step",
|
|
534
|
-
options: e.stepOptions
|
|
535
|
-
}, null, 8, ["modelValue", "options"])
|
|
536
|
-
])
|
|
537
|
-
])
|
|
538
|
-
]),
|
|
539
|
-
_: 1
|
|
540
|
-
})
|
|
541
|
-
])
|
|
542
|
-
])) : (p(), d("div", De, [
|
|
543
|
-
o[12] || (o[12] = n("div", { class: "dpiV3_bydata_logo_wordmark" }, [
|
|
544
|
-
n("svg", {
|
|
494
|
+
}, null, 8, ["checked", "current", "steps"])
|
|
495
|
+
])) : (p(), d("div", ve, [
|
|
496
|
+
i[10] || (i[10] = o("div", { class: "dpiV3_bydata_logo_wordmark" }, [
|
|
497
|
+
o("svg", {
|
|
545
498
|
width: "129",
|
|
546
499
|
height: "48",
|
|
547
500
|
viewBox: "0 0 129 48",
|
|
548
501
|
fill: "none",
|
|
549
502
|
xmlns: "http://www.w3.org/2000/svg"
|
|
550
503
|
}, [
|
|
551
|
-
|
|
504
|
+
o("path", {
|
|
552
505
|
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",
|
|
553
506
|
fill: "#003F6F"
|
|
554
507
|
}),
|
|
555
|
-
|
|
508
|
+
o("path", {
|
|
556
509
|
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",
|
|
557
510
|
fill: "#003F6F"
|
|
558
511
|
}),
|
|
559
|
-
|
|
512
|
+
o("path", {
|
|
560
513
|
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",
|
|
561
514
|
fill: "#003F6F"
|
|
562
515
|
}),
|
|
563
|
-
|
|
516
|
+
o("path", {
|
|
564
517
|
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",
|
|
565
518
|
fill: "#003F6F"
|
|
566
519
|
}),
|
|
567
|
-
|
|
520
|
+
o("path", {
|
|
568
521
|
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",
|
|
569
522
|
fill: "#003F6F"
|
|
570
523
|
}),
|
|
571
|
-
|
|
524
|
+
o("path", {
|
|
572
525
|
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",
|
|
573
526
|
fill: "#003F6F"
|
|
574
527
|
}),
|
|
575
|
-
|
|
528
|
+
o("path", {
|
|
576
529
|
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",
|
|
577
530
|
fill: "#0196D8"
|
|
578
531
|
}),
|
|
579
|
-
|
|
532
|
+
o("path", {
|
|
580
533
|
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",
|
|
581
534
|
fill: "#0196D8"
|
|
582
535
|
}),
|
|
583
|
-
|
|
536
|
+
o("path", {
|
|
584
537
|
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",
|
|
585
538
|
fill: "#0196D8"
|
|
586
539
|
}),
|
|
587
|
-
|
|
540
|
+
o("path", {
|
|
588
541
|
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",
|
|
589
542
|
fill: "#0196D8"
|
|
590
543
|
}),
|
|
591
|
-
|
|
544
|
+
o("path", {
|
|
592
545
|
d: "M0 36L20.9418 24V0L0 12V36Z",
|
|
593
546
|
fill: "#003F6F"
|
|
594
547
|
}),
|
|
595
|
-
|
|
548
|
+
o("path", {
|
|
596
549
|
d: "M20.9418 48L41.8836 36L20.9418 24L0 36L20.9418 48Z",
|
|
597
550
|
fill: "#AEDFF8"
|
|
598
551
|
})
|
|
599
552
|
])
|
|
600
553
|
], -1)),
|
|
601
|
-
|
|
602
|
-
t(
|
|
554
|
+
o("div", Se, [
|
|
555
|
+
t($, { "illustration-name": "start" })
|
|
603
556
|
])
|
|
604
557
|
]))
|
|
605
558
|
])),
|
|
606
|
-
e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (p(), d("ul",
|
|
607
|
-
(p(!0), d(i1, null,
|
|
559
|
+
e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (p(), d("ul", ge, [
|
|
560
|
+
(p(!0), d(i1, null, n1(e.steps, (s, f, L) => (p(), d("li", {
|
|
608
561
|
key: s,
|
|
609
562
|
class: C1(["step", {
|
|
610
563
|
activeItem: e.activeStep === f,
|
|
@@ -617,68 +570,114 @@ function Ze(e, o, u, S, k, C) {
|
|
|
617
570
|
e.activeStep = f, e.update(), e.scrollToTop();
|
|
618
571
|
}
|
|
619
572
|
}, [
|
|
620
|
-
|
|
621
|
-
|
|
573
|
+
o("div", He, [
|
|
574
|
+
o("div", De, y(L + 1), 1),
|
|
622
575
|
e.checkStepValidity(f) ? (p(), d("span", {
|
|
623
576
|
key: 0,
|
|
624
577
|
class: "step--errors",
|
|
625
578
|
textContent: y(s.errorCount + s.blockingCount)
|
|
626
|
-
}, null, 8,
|
|
627
|
-
|
|
579
|
+
}, null, 8, we)) : v("", !0),
|
|
580
|
+
a1(y(e.$t(`message.dataupload.steps.${f}Step`)), 1)
|
|
628
581
|
]),
|
|
629
|
-
L != Object.keys(e.steps).length ? (p(), d("div",
|
|
630
|
-
], 10,
|
|
631
|
-
e.activeStep === "Overview" ? (p(), d("li",
|
|
632
|
-
|
|
633
|
-
]))) :
|
|
634
|
-
])) :
|
|
635
|
-
|
|
636
|
-
|
|
582
|
+
L != Object.keys(e.steps).length ? (p(), d("div", be)) : v("", !0)
|
|
583
|
+
], 10, Ve))), 128)),
|
|
584
|
+
e.activeStep === "Overview" ? (p(), d("li", ke, i[11] || (i[11] = [
|
|
585
|
+
o("div", { class: "circle stepCircle" }, null, -1)
|
|
586
|
+
]))) : v("", !0)
|
|
587
|
+
])) : v("", !0),
|
|
588
|
+
o("div", _e, [
|
|
589
|
+
o("div", ye, [
|
|
590
|
+
o("details", Pe, [
|
|
591
|
+
i[12] || (i[12] = o("summary", null, "Form Values", -1)),
|
|
592
|
+
o("pre", Me, y(JSON.stringify(e.formValues, null, 2)), 1)
|
|
593
|
+
]),
|
|
594
|
+
t(A, null, {
|
|
595
|
+
title: n(() => i[13] || (i[13] = [
|
|
596
|
+
a1(" dev view ", -1)
|
|
597
|
+
])),
|
|
598
|
+
default: n(() => [
|
|
599
|
+
o("div", Ie, [
|
|
600
|
+
o("div", Fe, [
|
|
601
|
+
t(c, {
|
|
602
|
+
type: "button",
|
|
603
|
+
variant: "secondary",
|
|
604
|
+
"button-text": "Open Hologram",
|
|
605
|
+
onClick: i[2] || (i[2] = (s) => e.hologramOpen = !0)
|
|
606
|
+
}),
|
|
607
|
+
t(c, {
|
|
608
|
+
type: "button",
|
|
609
|
+
variant: "secondary",
|
|
610
|
+
"button-text": "Previous",
|
|
611
|
+
onClick: e.goToPreviousStep
|
|
612
|
+
}, null, 8, ["onClick"]),
|
|
613
|
+
t(c, {
|
|
614
|
+
type: "button",
|
|
615
|
+
variant: "secondary",
|
|
616
|
+
"button-text": "Next",
|
|
617
|
+
onClick: e.handleSubmit
|
|
618
|
+
}, null, 8, ["onClick"])
|
|
619
|
+
]),
|
|
620
|
+
o("div", null, [
|
|
621
|
+
t(O, {
|
|
622
|
+
modelValue: e.stepSelect,
|
|
623
|
+
"onUpdate:modelValue": i[3] || (i[3] = (s) => e.stepSelect = s),
|
|
624
|
+
label: "Go to step",
|
|
625
|
+
options: e.stepOptions
|
|
626
|
+
}, null, 8, ["modelValue", "options"])
|
|
627
|
+
])
|
|
628
|
+
])
|
|
629
|
+
]),
|
|
630
|
+
_: 1
|
|
631
|
+
})
|
|
632
|
+
])
|
|
633
|
+
]),
|
|
634
|
+
o("div", Le, [
|
|
635
|
+
o("div", null, [
|
|
637
636
|
t(a, { name: "Landing" }, {
|
|
638
|
-
default:
|
|
639
|
-
t(
|
|
637
|
+
default: n(() => [
|
|
638
|
+
t(b)
|
|
640
639
|
]),
|
|
641
640
|
_: 1
|
|
642
641
|
}),
|
|
643
642
|
t(a, { name: "Auffindbarkeit/Sichtbarkeit" }, {
|
|
644
|
-
default:
|
|
643
|
+
default: n(() => [
|
|
645
644
|
t(B)
|
|
646
645
|
]),
|
|
647
646
|
_: 1
|
|
648
647
|
}),
|
|
649
648
|
t(a, { name: "Auffindbarkeit/Kategorien" }, {
|
|
650
|
-
default:
|
|
651
|
-
t(
|
|
649
|
+
default: n(() => [
|
|
650
|
+
t(E)
|
|
652
651
|
]),
|
|
653
652
|
_: 1
|
|
654
653
|
}),
|
|
655
654
|
t(a, { name: "Auffindbarkeit/Anwendungsbereiche" }, {
|
|
656
|
-
default:
|
|
655
|
+
default: n(() => [
|
|
657
656
|
t(P)
|
|
658
657
|
]),
|
|
659
658
|
_: 1
|
|
660
659
|
}),
|
|
661
660
|
t(a, { name: "Grundlegende Informationen/Name" }, {
|
|
662
|
-
default:
|
|
661
|
+
default: n(() => [
|
|
663
662
|
t(U)
|
|
664
663
|
]),
|
|
665
664
|
_: 1
|
|
666
665
|
}),
|
|
667
666
|
t(a, { name: "Grundlegende Informationen/Beschreibung" }, {
|
|
668
|
-
default:
|
|
669
|
-
t(
|
|
667
|
+
default: n(() => [
|
|
668
|
+
t(z)
|
|
670
669
|
]),
|
|
671
670
|
_: 1
|
|
672
671
|
}),
|
|
673
672
|
t(a, { name: "Grundlegende Informationen/Projektstatus" }, {
|
|
674
|
-
default:
|
|
673
|
+
default: n(() => [
|
|
675
674
|
t(N)
|
|
676
675
|
]),
|
|
677
676
|
_: 1
|
|
678
677
|
}),
|
|
679
678
|
t(a, { name: "Grundlegende Informationen/Organisation" }, {
|
|
680
|
-
default:
|
|
681
|
-
t(
|
|
679
|
+
default: n(() => [
|
|
680
|
+
t(M, {
|
|
682
681
|
"is-wip": "",
|
|
683
682
|
icon: "https://storage.googleapis.com/open-data-public-files-050923/assets/v2/haar/favicon.png",
|
|
684
683
|
address: "Bahnhofstraße 7",
|
|
@@ -691,13 +690,13 @@ function Ze(e, o, u, S, k, C) {
|
|
|
691
690
|
_: 1
|
|
692
691
|
}),
|
|
693
692
|
t(a, { name: "Optionale Daten" }, {
|
|
694
|
-
default:
|
|
693
|
+
default: n(() => [
|
|
695
694
|
t(g),
|
|
696
695
|
t(R, {
|
|
697
696
|
modelValue: e.hologramOpen,
|
|
698
|
-
"onUpdate:modelValue":
|
|
697
|
+
"onUpdate:modelValue": i[4] || (i[4] = (s) => e.hologramOpen = s)
|
|
699
698
|
}, {
|
|
700
|
-
default:
|
|
699
|
+
default: n(() => [
|
|
701
700
|
t(g)
|
|
702
701
|
]),
|
|
703
702
|
_: 1
|
|
@@ -706,50 +705,50 @@ function Ze(e, o, u, S, k, C) {
|
|
|
706
705
|
_: 1
|
|
707
706
|
}),
|
|
708
707
|
t(a, { name: "Projektphasen (optional)" }, {
|
|
709
|
-
default:
|
|
708
|
+
default: n(() => [
|
|
710
709
|
t(G)
|
|
711
710
|
]),
|
|
712
711
|
_: 1
|
|
713
712
|
}),
|
|
714
713
|
t(a, { name: "Projektphasen (optional)/Initiieren" }, {
|
|
715
|
-
default:
|
|
714
|
+
default: n(() => [
|
|
716
715
|
t(W)
|
|
717
716
|
]),
|
|
718
717
|
_: 1
|
|
719
718
|
}),
|
|
720
719
|
t(a, { name: "Projektphasen (optional)/Planen" }, {
|
|
721
|
-
default:
|
|
720
|
+
default: n(() => [
|
|
722
721
|
t(K)
|
|
723
722
|
]),
|
|
724
723
|
_: 1
|
|
725
724
|
}),
|
|
726
725
|
t(a, { name: "Projektphasen (optional)/Umsetzen" }, {
|
|
727
|
-
default:
|
|
726
|
+
default: n(() => [
|
|
728
727
|
t(q)
|
|
729
728
|
]),
|
|
730
729
|
_: 1
|
|
731
730
|
}),
|
|
732
731
|
t(a, { name: "Projektphasen (optional)/Weiterdenken" }, {
|
|
733
|
-
default:
|
|
732
|
+
default: n(() => [
|
|
734
733
|
t(J)
|
|
735
734
|
]),
|
|
736
735
|
_: 1
|
|
737
736
|
}),
|
|
738
737
|
t(a, { name: "Technische Prozessschritte" }, {
|
|
739
|
-
default:
|
|
738
|
+
default: n(() => [
|
|
740
739
|
t(Q)
|
|
741
740
|
]),
|
|
742
741
|
_: 1
|
|
743
742
|
}),
|
|
744
743
|
t(a, { name: "1. Datenerfassung/Grundlegende Informationen" }, {
|
|
745
|
-
default:
|
|
744
|
+
default: n(() => [
|
|
746
745
|
t(V)
|
|
747
746
|
]),
|
|
748
747
|
_: 1
|
|
749
748
|
}),
|
|
750
749
|
t(a, { name: "1. Datenerfassung/Software" }, {
|
|
751
|
-
default:
|
|
752
|
-
t(
|
|
750
|
+
default: n(() => [
|
|
751
|
+
t(k, {
|
|
753
752
|
"step-group": "1. Datenerfassung",
|
|
754
753
|
edit: e.isEditMode
|
|
755
754
|
}, null, 8, ["edit"])
|
|
@@ -757,8 +756,8 @@ function Ze(e, o, u, S, k, C) {
|
|
|
757
756
|
_: 1
|
|
758
757
|
}),
|
|
759
758
|
t(a, { name: "1. Datenerfassung/Datensätze" }, {
|
|
760
|
-
default:
|
|
761
|
-
t(
|
|
759
|
+
default: n(() => [
|
|
760
|
+
t(h, {
|
|
762
761
|
"step-group": "1. Datenerfassung",
|
|
763
762
|
edit: e.isEditMode
|
|
764
763
|
}, null, 8, ["edit"])
|
|
@@ -766,7 +765,7 @@ function Ze(e, o, u, S, k, C) {
|
|
|
766
765
|
_: 1
|
|
767
766
|
}),
|
|
768
767
|
t(a, { name: "1. Datenerfassung/Hardware" }, {
|
|
769
|
-
default:
|
|
768
|
+
default: n(() => [
|
|
770
769
|
t(H, {
|
|
771
770
|
"step-group": "1. Datenerfassung",
|
|
772
771
|
edit: ""
|
|
@@ -775,97 +774,124 @@ function Ze(e, o, u, S, k, C) {
|
|
|
775
774
|
_: 1
|
|
776
775
|
}),
|
|
777
776
|
t(a, { name: "2. Datenverarbeitung/Grundlegende Informationen" }, {
|
|
778
|
-
default:
|
|
777
|
+
default: n(() => [
|
|
779
778
|
t(V)
|
|
780
779
|
]),
|
|
781
780
|
_: 1
|
|
782
781
|
}),
|
|
783
782
|
t(a, { name: "2. Datenverarbeitung/Software" }, {
|
|
784
|
-
default:
|
|
785
|
-
t(
|
|
783
|
+
default: n(() => [
|
|
784
|
+
t(k, {
|
|
785
|
+
"step-group": "2. Datenverarbeitung",
|
|
786
|
+
edit: e.isEditMode
|
|
787
|
+
}, null, 8, ["edit"])
|
|
786
788
|
]),
|
|
787
789
|
_: 1
|
|
788
790
|
}),
|
|
789
791
|
t(a, { name: "2. Datenverarbeitung/Datensätze" }, {
|
|
790
|
-
default:
|
|
791
|
-
t(
|
|
792
|
+
default: n(() => [
|
|
793
|
+
t(h, {
|
|
794
|
+
"step-group": "2. Datenverarbeitung",
|
|
795
|
+
edit: e.isEditMode
|
|
796
|
+
}, null, 8, ["edit"])
|
|
792
797
|
]),
|
|
793
798
|
_: 1
|
|
794
799
|
}),
|
|
795
800
|
t(a, { name: "2. Datenverarbeitung/Hardware" }, {
|
|
796
|
-
default:
|
|
797
|
-
t(H, {
|
|
801
|
+
default: n(() => [
|
|
802
|
+
t(H, {
|
|
803
|
+
"step-group": "2. Datenverarbeitung",
|
|
804
|
+
edit: ""
|
|
805
|
+
})
|
|
798
806
|
]),
|
|
799
807
|
_: 1
|
|
800
808
|
}),
|
|
801
809
|
t(a, { name: "3. Datensimulation/Grundlegende Informationen" }, {
|
|
802
|
-
default:
|
|
810
|
+
default: n(() => [
|
|
803
811
|
t(V)
|
|
804
812
|
]),
|
|
805
813
|
_: 1
|
|
806
814
|
}),
|
|
807
815
|
t(a, { name: "3. Datensimulation/Software" }, {
|
|
808
|
-
default:
|
|
809
|
-
t(
|
|
816
|
+
default: n(() => [
|
|
817
|
+
t(k, {
|
|
818
|
+
"step-group": "3. Datensimulation",
|
|
819
|
+
edit: e.isEditMode
|
|
820
|
+
}, null, 8, ["edit"])
|
|
810
821
|
]),
|
|
811
822
|
_: 1
|
|
812
823
|
}),
|
|
813
824
|
t(a, { name: "3. Datensimulation/Datensätze" }, {
|
|
814
|
-
default:
|
|
815
|
-
t(
|
|
825
|
+
default: n(() => [
|
|
826
|
+
t(h, {
|
|
827
|
+
"step-group": "3. Datensimulation",
|
|
828
|
+
edit: e.isEditMode
|
|
829
|
+
}, null, 8, ["edit"])
|
|
816
830
|
]),
|
|
817
831
|
_: 1
|
|
818
832
|
}),
|
|
819
833
|
t(a, { name: "3. Datensimulation/Hardware" }, {
|
|
820
|
-
default:
|
|
821
|
-
t(H, {
|
|
834
|
+
default: n(() => [
|
|
835
|
+
t(H, {
|
|
836
|
+
"step-group": "3. Datensimulation",
|
|
837
|
+
edit: ""
|
|
838
|
+
})
|
|
822
839
|
]),
|
|
823
840
|
_: 1
|
|
824
841
|
}),
|
|
825
842
|
t(a, { name: "4. Datenvisualisierung/Grundlegende Informationen" }, {
|
|
826
|
-
default:
|
|
843
|
+
default: n(() => [
|
|
827
844
|
t(V)
|
|
828
845
|
]),
|
|
829
846
|
_: 1
|
|
830
847
|
}),
|
|
831
848
|
t(a, { name: "4. Datenvisualisierung/Software" }, {
|
|
832
|
-
default:
|
|
833
|
-
t(
|
|
849
|
+
default: n(() => [
|
|
850
|
+
t(k, {
|
|
851
|
+
"step-group": "4. Datenvisualisierung",
|
|
852
|
+
edit: e.isEditMode
|
|
853
|
+
}, null, 8, ["edit"])
|
|
834
854
|
]),
|
|
835
855
|
_: 1
|
|
836
856
|
}),
|
|
837
857
|
t(a, { name: "4. Datenvisualisierung/Datensätze" }, {
|
|
838
|
-
default:
|
|
839
|
-
t(
|
|
858
|
+
default: n(() => [
|
|
859
|
+
t(h, {
|
|
860
|
+
"step-group": "4. Datenvisualisierung",
|
|
861
|
+
edit: e.isEditMode
|
|
862
|
+
}, null, 8, ["edit"])
|
|
840
863
|
]),
|
|
841
864
|
_: 1
|
|
842
865
|
}),
|
|
843
866
|
t(a, { name: "4. Datenvisualisierung/Hardware" }, {
|
|
844
|
-
default:
|
|
845
|
-
t(H, {
|
|
867
|
+
default: n(() => [
|
|
868
|
+
t(H, {
|
|
869
|
+
"step-group": "4. Datenvisualisierung",
|
|
870
|
+
edit: ""
|
|
871
|
+
})
|
|
846
872
|
]),
|
|
847
873
|
_: 1
|
|
848
874
|
}),
|
|
849
875
|
t(a, { name: "Vorschau" }, {
|
|
850
|
-
default:
|
|
851
|
-
e.shouldRenderReviewStep ? (p(), o1(
|
|
876
|
+
default: n(() => [
|
|
877
|
+
e.shouldRenderReviewStep ? (p(), o1(I, {
|
|
852
878
|
key: e.renderViewStepKey,
|
|
853
879
|
values: e.formValues
|
|
854
|
-
}, null, 8, ["values"])) :
|
|
880
|
+
}, null, 8, ["values"])) : v("", !0),
|
|
855
881
|
t(X)
|
|
856
882
|
]),
|
|
857
883
|
_: 1
|
|
858
884
|
})
|
|
859
885
|
]),
|
|
860
|
-
|
|
861
|
-
e.showErrorSummary && e.validationMessages.length ? (p(), d("div",
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
(p(!0), d(i1, null,
|
|
886
|
+
i[15] || (i[15] = o("hr", null, null, -1)),
|
|
887
|
+
e.showErrorSummary && e.validationMessages.length ? (p(), d("div", Te, [
|
|
888
|
+
i[14] || (i[14] = o("h4", null, "Bitte korrigieren Sie die folgenden Fehler:", -1)),
|
|
889
|
+
o("ul", Ze, [
|
|
890
|
+
(p(!0), d(i1, null, n1(e.validationMessages, (s) => (p(), d("li", { key: s }, y(s), 1))), 128))
|
|
865
891
|
])
|
|
866
|
-
])) :
|
|
867
|
-
|
|
868
|
-
|
|
892
|
+
])) : v("", !0),
|
|
893
|
+
i[16] || (i[16] = o("hr", null, null, -1)),
|
|
894
|
+
i[17] || (i[17] = o("div", null, null, -1))
|
|
869
895
|
])
|
|
870
896
|
]),
|
|
871
897
|
_: 1
|
|
@@ -876,14 +902,14 @@ function Ze(e, o, u, S, k, C) {
|
|
|
876
902
|
"header-text": e.modalSimpleConf.header,
|
|
877
903
|
text: e.modalSimpleConf.text,
|
|
878
904
|
action: e.modalSimpleConf.action,
|
|
879
|
-
onClose:
|
|
880
|
-
onActionHandling:
|
|
881
|
-
}, null, 8, ["buttons", "header-text", "text", "action"])) :
|
|
905
|
+
onClose: i[7] || (i[7] = (s) => e.activeSimpleModal = !1),
|
|
906
|
+
onActionHandling: i[8] || (i[8] = (s) => e.gotToHome())
|
|
907
|
+
}, null, 8, ["buttons", "header-text", "text", "action"])) : v("", !0)
|
|
882
908
|
])
|
|
883
|
-
], 512)) :
|
|
909
|
+
], 512)) : v("", !0)
|
|
884
910
|
]);
|
|
885
911
|
}
|
|
886
|
-
const
|
|
912
|
+
const O3 = /* @__PURE__ */ ie(se, [["render", je]]);
|
|
887
913
|
export {
|
|
888
|
-
|
|
914
|
+
O3 as default
|
|
889
915
|
};
|