@piveau/dpi 0.1.0-beta.48 → 0.1.0-beta.49
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/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +138 -132
- package/dist/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +8 -8
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +230 -215
- package/dist/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +9 -9
- package/dist/data-provider-interface/components/DistLicense.vue.js +58 -58
- package/dist/data-provider-interface/components/ReviewAndPublishPage.vue.js +5 -2
- package/dist/data-provider-interface/components/TempResPage.vue.js +81 -81
- package/dist/data-provider-interface/components/TempResPageInModal.vue.js +3 -3
- package/dist/data-provider-interface/views/InputPage.vue.js +75 -68
- package/package.json +1 -1
|
@@ -236,7 +236,7 @@ const ue = { key: 0 }, ce = {
|
|
|
236
236
|
datePicker: !0,
|
|
237
237
|
infoIcon: !1,
|
|
238
238
|
value: "TT/MM/JJJJ",
|
|
239
|
-
label: "Von
|
|
239
|
+
label: "Von",
|
|
240
240
|
preIcon: !1,
|
|
241
241
|
inputFieldSize: "large",
|
|
242
242
|
initialHintText: !1,
|
|
@@ -289,7 +289,7 @@ const ue = { key: 0 }, ce = {
|
|
|
289
289
|
datePicker: !0,
|
|
290
290
|
infoIcon: !1,
|
|
291
291
|
value: "TT/MM/JJJJ",
|
|
292
|
-
label: "bis
|
|
292
|
+
label: "bis",
|
|
293
293
|
preIcon: !1,
|
|
294
294
|
inputFieldSize: "large",
|
|
295
295
|
initialHintText: !1,
|
|
@@ -389,7 +389,7 @@ const ue = { key: 0 }, ce = {
|
|
|
389
389
|
], 2);
|
|
390
390
|
};
|
|
391
391
|
}
|
|
392
|
-
}, Be = /* @__PURE__ */ de(be, [["__scopeId", "data-v-
|
|
392
|
+
}, Be = /* @__PURE__ */ de(be, [["__scopeId", "data-v-433b3757"]]);
|
|
393
393
|
export {
|
|
394
394
|
Be as default
|
|
395
395
|
};
|
|
@@ -4,7 +4,7 @@ import { PhNumberCircleFive as Z, PhCheckCircle as G, PhLightbulb as J } from "@
|
|
|
4
4
|
import { useWindowScroll as Q } from "@vueuse/core";
|
|
5
5
|
import X from "jquery";
|
|
6
6
|
import { has as I, isNil as j } from "lodash-es";
|
|
7
|
-
import { defineComponent as Y, resolveComponent as g, createElementBlock as r, openBlock as s, createCommentVNode as p, createElementVNode as o, createVNode as h, createBlock as
|
|
7
|
+
import { defineComponent as Y, resolveComponent as g, createElementBlock as r, openBlock as s, createCommentVNode as p, createElementVNode as o, createVNode as h, createBlock as S, withModifiers as N, withCtx as z, Fragment as V, renderList as k, withDirectives as U, normalizeClass as y, toDisplayString as c, vShow as H, createTextVNode as M, ref as R, markRaw as x, getCurrentInstance as ee } from "vue";
|
|
8
8
|
import { useI18n as te } from "vue-i18n";
|
|
9
9
|
import { mapActions as B, mapGetters as W } from "vuex";
|
|
10
10
|
import ie from "../components/InputPageStep.vue.js";
|
|
@@ -29,15 +29,15 @@ import be from "../HappyFlowComponents/ui/ButtonV3.vue.js";
|
|
|
29
29
|
import Ce from "../HappyFlowComponents/ui/Illustration.vue.js";
|
|
30
30
|
import ye from "../HappyFlowComponents/ui/LogoV3.vue.js";
|
|
31
31
|
import Ve from "../HappyFlowComponents/ui/ModalSimpleV3.vue.js";
|
|
32
|
-
import
|
|
33
|
-
import
|
|
32
|
+
import ke from "../HappyFlowComponents/ui/TextButtonSmall.vue.js";
|
|
33
|
+
import _e from "./DistributionInputPage.vue.js";
|
|
34
34
|
import $e from "./OverviewPage.vue.js";
|
|
35
35
|
import Ie from "./PropertyChooser.vue.js";
|
|
36
36
|
/* empty css */
|
|
37
37
|
/* empty css */
|
|
38
38
|
/* empty css */
|
|
39
|
-
import
|
|
40
|
-
import { useDpiContext as
|
|
39
|
+
import Te from "../../_virtual/_plugin-vue_export-helper.js";
|
|
40
|
+
import { useDpiContext as Pe } from "../composables/useDpiContext.js";
|
|
41
41
|
import { useEditModeInfo as De } from "../composables/useDpiEditMode.js";
|
|
42
42
|
import { useFormSchema as we } from "../composables/useFormSchema.js";
|
|
43
43
|
const Fe = Y({
|
|
@@ -84,12 +84,12 @@ const Fe = Y({
|
|
|
84
84
|
},
|
|
85
85
|
components: {
|
|
86
86
|
InputPageStep: ie,
|
|
87
|
-
DistributionInputPage:
|
|
87
|
+
DistributionInputPage: _e,
|
|
88
88
|
PropertyChooser: Ie,
|
|
89
89
|
Navigation: se,
|
|
90
90
|
LogoV3: ye,
|
|
91
91
|
ButtonV3: be,
|
|
92
|
-
TextButtonSmall:
|
|
92
|
+
TextButtonSmall: ke,
|
|
93
93
|
Illustration: Ce,
|
|
94
94
|
PhLightbulb: J,
|
|
95
95
|
PhCheckCircle: G,
|
|
@@ -349,34 +349,34 @@ const Fe = Y({
|
|
|
349
349
|
});
|
|
350
350
|
},
|
|
351
351
|
setup() {
|
|
352
|
-
const e =
|
|
352
|
+
const e = Pe(), { isEditMode: t } = De(), {
|
|
353
353
|
steps: i,
|
|
354
354
|
activeStep: n,
|
|
355
355
|
subSteps: a,
|
|
356
356
|
visitedSteps: v,
|
|
357
357
|
previousStep: C,
|
|
358
358
|
nextStep: m,
|
|
359
|
-
stepPlugin:
|
|
360
|
-
goToNextStep:
|
|
359
|
+
stepPlugin: _,
|
|
360
|
+
goToNextStep: T,
|
|
361
361
|
goToPreviousStep: $
|
|
362
|
-
} = ae(), { formValues:
|
|
362
|
+
} = ae(), { formValues: P } = oe(), { t: D, te: w } = te(), F = R(!1), { translateSchema: A, createSchema: L, getSchema: O } = we({
|
|
363
363
|
t: D,
|
|
364
364
|
te: w
|
|
365
365
|
}), l = () => {
|
|
366
366
|
let { x: f, y: q } = Q({ behavior: "smooth" });
|
|
367
367
|
q.value = 0;
|
|
368
|
-
}, u = (f) => (i[f].errorCount > 0 || i[f].blockingCount > 0) && v.value.includes(f), d = x({ OverviewPage: $e }),
|
|
369
|
-
return t.value && (n.value = "ReviewAndPublish",
|
|
368
|
+
}, u = (f) => (i[f].errorCount > 0 || i[f].blockingCount > 0) && v.value.includes(f), d = x({ OverviewPage: $e }), b = R("");
|
|
369
|
+
return t.value && (n.value = "ReviewAndPublish", b.value = "reviewAndPublishPage"), {
|
|
370
370
|
steps: i,
|
|
371
371
|
visitedSteps: v,
|
|
372
372
|
activeStep: n,
|
|
373
|
-
activeSubStep:
|
|
373
|
+
activeSubStep: b,
|
|
374
374
|
subSteps: a,
|
|
375
375
|
previousStep: C,
|
|
376
376
|
nextStep: m,
|
|
377
|
-
stepPlugin:
|
|
377
|
+
stepPlugin: _,
|
|
378
378
|
checkStepValidity: u,
|
|
379
|
-
goToNextStep:
|
|
379
|
+
goToNextStep: T,
|
|
380
380
|
goToPreviousStep: $,
|
|
381
381
|
scrollToTop: l,
|
|
382
382
|
library: d,
|
|
@@ -385,7 +385,7 @@ const Fe = Y({
|
|
|
385
385
|
createSchema: L,
|
|
386
386
|
getSchema: O,
|
|
387
387
|
dpiContext: e,
|
|
388
|
-
formValues:
|
|
388
|
+
formValues: P,
|
|
389
389
|
activeSimpleModal: F
|
|
390
390
|
};
|
|
391
391
|
}
|
|
@@ -393,10 +393,10 @@ const Fe = Y({
|
|
|
393
393
|
key: 0,
|
|
394
394
|
ref: "fkInputContainer",
|
|
395
395
|
class: "inputContainer"
|
|
396
|
-
}, Oe = { class: "formContainer formkit" }, Ee = { key: 0 }, je = { class: "dpiV3_stepper draftStepper" },
|
|
396
|
+
}, Oe = { class: "formContainer formkit" }, Ee = { key: 0 }, je = { class: "dpiV3_stepper draftStepper" }, ze = {
|
|
397
397
|
key: 0,
|
|
398
398
|
class: "draftCTA"
|
|
399
|
-
},
|
|
399
|
+
}, Ue = {
|
|
400
400
|
key: 1,
|
|
401
401
|
class: "draftCTA"
|
|
402
402
|
}, He = { key: 1 }, Me = {
|
|
@@ -435,27 +435,27 @@ const Fe = Y({
|
|
|
435
435
|
}, gt = { class: "dpiV3_CTANav" }, ft = { class: "dpiV3_CTANav" }, St = {
|
|
436
436
|
key: 3,
|
|
437
437
|
class: "dpiV3_Content_InputPage"
|
|
438
|
-
}, bt = { class: "dpiV3_Card_Tips" }, Ct = { class: "dpiV3_Icon_Title" }, yt = { class: "dpiV3_Info-Text dpiV3_activeStepName" }, Vt = { class: "dpiV3_CT-Content" },
|
|
438
|
+
}, bt = { class: "dpiV3_Card_Tips" }, Ct = { class: "dpiV3_Icon_Title" }, yt = { class: "dpiV3_Info-Text dpiV3_activeStepName" }, Vt = { class: "dpiV3_CT-Content" }, kt = { class: "dpiV3_copy_large_regular dpiV3_hvd_frame3846" }, _t = { class: "dpiV3_hvd_frame3846" }, $t = { class: "dpiV3_copy_large_semi_bold" }, It = { class: "dpiV3_copy_large_regular" }, Tt = { class: "dpiV3_hvd_frame3846" }, Pt = { class: "dpiV3_copy_large_semi_bold" }, Dt = { class: "dpiV3_copy_large_regular compact_margin_bottom" }, wt = { class: "dpiV3_hvd_frame3846" }, Ft = { class: "dpiV3_copy_large_semi_bold" }, At = { class: "dpiV3_copy_large_regular compact_margin_bottom" }, Lt = { class: "dpiV3_hvd_frame3846" }, Ot = { class: "dpiV3_copy_large_semi_bold" }, Et = { class: "dpiV3_copy_large_regular" }, jt = {
|
|
439
439
|
key: 5,
|
|
440
440
|
class: "p-1"
|
|
441
441
|
};
|
|
442
|
-
function
|
|
443
|
-
const C = g("TextButtonSmall"), m = g("ButtonV3"),
|
|
442
|
+
function zt(e, t, i, n, a, v) {
|
|
443
|
+
const C = g("TextButtonSmall"), m = g("ButtonV3"), _ = g("LogoV3"), T = g("PhNumberCircleFive"), $ = g("PhCheckCircle"), P = g("Illustration"), D = g("FormKitSchema"), w = g("PhLightbulb"), F = g("DistributionInputPage"), A = g("InputPageStep"), L = g("FormKit"), O = g("ModalSimpleV3");
|
|
444
444
|
return s(), r("div", Ae, [
|
|
445
445
|
e.isInput ? (s(), r("div", Le, [
|
|
446
446
|
o("div", Oe, [
|
|
447
447
|
h(L, {
|
|
448
448
|
id: "dpiForm",
|
|
449
449
|
modelValue: e.formValues,
|
|
450
|
-
"onUpdate:modelValue": t[
|
|
450
|
+
"onUpdate:modelValue": t[11] || (t[11] = (l) => e.formValues = l),
|
|
451
451
|
type: "form",
|
|
452
452
|
actions: !1,
|
|
453
453
|
plugins: [e.stepPlugin],
|
|
454
454
|
class: "d-flex",
|
|
455
|
-
onSubmit: t[
|
|
455
|
+
onSubmit: t[12] || (t[12] = N(() => {
|
|
456
456
|
}, ["prevent"]))
|
|
457
457
|
}, {
|
|
458
|
-
default:
|
|
458
|
+
default: z(() => [
|
|
459
459
|
e.dpiContext.edit.fromDraft || e.dpiContext.edit.enabled ? (s(), r("div", Ee, [
|
|
460
460
|
o("div", je, [
|
|
461
461
|
h(C, {
|
|
@@ -465,7 +465,7 @@ function Ut(e, t, i, n, a, v) {
|
|
|
465
465
|
onClick: e.gotToHome
|
|
466
466
|
}, null, 8, ["onClick"]),
|
|
467
467
|
o("div", null, [
|
|
468
|
-
e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (s(), r("div",
|
|
468
|
+
e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (s(), r("div", ze, [
|
|
469
469
|
h(m, {
|
|
470
470
|
"button-text": "Veröffentlichung aufheben",
|
|
471
471
|
size: "large",
|
|
@@ -478,7 +478,7 @@ function Ut(e, t, i, n, a, v) {
|
|
|
478
478
|
"icon-end": "Out",
|
|
479
479
|
onClick: t[1] || (t[1] = (l) => e.handlePublishedRoute())
|
|
480
480
|
})
|
|
481
|
-
])) : (s(), r("div",
|
|
481
|
+
])) : (s(), r("div", Ue, [
|
|
482
482
|
h(m, {
|
|
483
483
|
"button-text": "Veröffentlichen",
|
|
484
484
|
size: "large",
|
|
@@ -489,9 +489,9 @@ function Ut(e, t, i, n, a, v) {
|
|
|
489
489
|
])
|
|
490
490
|
])) : (s(), r("div", He, [
|
|
491
491
|
e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (s(), r("div", Me, [
|
|
492
|
-
h(
|
|
492
|
+
h(_),
|
|
493
493
|
o("ul", Re, [
|
|
494
|
-
(s(!0), r(V, null,
|
|
494
|
+
(s(!0), r(V, null, k(e.steps, (l, u, d) => U((s(), r("li", {
|
|
495
495
|
key: l,
|
|
496
496
|
class: y(["dpiV3_step", {
|
|
497
497
|
dpiV3_activeItem: e.activeStep === u,
|
|
@@ -515,13 +515,13 @@ function Ut(e, t, i, n, a, v) {
|
|
|
515
515
|
src: e.selectedImages[d - 1],
|
|
516
516
|
alt: "Selected Icon"
|
|
517
517
|
}, null, 8, qe)) : p("", !0),
|
|
518
|
-
e.activeStep === u && d === 5 ? (s(),
|
|
518
|
+
e.activeStep === u && d === 5 ? (s(), S(T, {
|
|
519
519
|
key: 1,
|
|
520
520
|
size: 28,
|
|
521
521
|
color: "#009FE3",
|
|
522
522
|
weight: "fill"
|
|
523
523
|
})) : p("", !0),
|
|
524
|
-
d < e.stepCounter ? (s(),
|
|
524
|
+
d < e.stepCounter ? (s(), S($, {
|
|
525
525
|
key: 2,
|
|
526
526
|
size: 28,
|
|
527
527
|
color: "#70CC44",
|
|
@@ -544,11 +544,11 @@ function Ut(e, t, i, n, a, v) {
|
|
|
544
544
|
d + 1 != Object.keys(e.steps).length - 1 && d >= e.stepCounter ? (s(), r("div", Qe)) : p("", !0),
|
|
545
545
|
d + 1 != Object.keys(e.steps).length - 1 && d < e.stepCounter ? (s(), r("div", Xe)) : p("", !0),
|
|
546
546
|
e.activeStep === u ? (s(), r("div", Ye, [
|
|
547
|
-
e.stepCounter < 5 ? (s(!0), r(V, { key: 0 },
|
|
547
|
+
e.stepCounter < 5 ? (s(!0), r(V, { key: 0 }, k(Object.keys(
|
|
548
548
|
e.subSteps[d]
|
|
549
|
-
), (
|
|
549
|
+
), (b, f) => (s(), r("div", Ne, [
|
|
550
550
|
o("div", xe, [
|
|
551
|
-
e.substepCounter > f ? (s(),
|
|
551
|
+
e.substepCounter > f ? (s(), S($, {
|
|
552
552
|
key: 0,
|
|
553
553
|
size: 20,
|
|
554
554
|
color: "#009FE3"
|
|
@@ -567,11 +567,11 @@ function Ut(e, t, i, n, a, v) {
|
|
|
567
567
|
o("div", tt, [
|
|
568
568
|
o("span", {
|
|
569
569
|
class: y(["large-regular dpiV3_substepText", {
|
|
570
|
-
dpiV3_activeStepDesc:
|
|
570
|
+
dpiV3_activeStepDesc: b === e.activeSubStep,
|
|
571
571
|
formerlyVisitedStep: e.substepCounter > f
|
|
572
572
|
}])
|
|
573
573
|
}, c(e.$t(
|
|
574
|
-
`message.dataupload.steps.${
|
|
574
|
+
`message.dataupload.steps.${b.replace(
|
|
575
575
|
/_\d+$/,
|
|
576
576
|
""
|
|
577
577
|
)}`
|
|
@@ -584,21 +584,21 @@ function Ut(e, t, i, n, a, v) {
|
|
|
584
584
|
], 10, Be)), [
|
|
585
585
|
[H, u !== "Landing" && u !== "Additionals"]
|
|
586
586
|
])), 128)),
|
|
587
|
-
e.activeStep === "Overview" ? (s(), r("li", it, t[
|
|
587
|
+
e.activeStep === "Overview" ? (s(), r("li", it, t[15] || (t[15] = [
|
|
588
588
|
o("div", { class: "dpiV3_circle dpiV3_stepCircle" }, null, -1)
|
|
589
589
|
]))) : p("", !0)
|
|
590
590
|
])
|
|
591
591
|
])) : (s(), r("div", st, [
|
|
592
592
|
o("div", ot, [
|
|
593
|
-
h(
|
|
593
|
+
h(_)
|
|
594
594
|
]),
|
|
595
595
|
o("div", at, [
|
|
596
|
-
h(
|
|
596
|
+
h(P, { "illustration-name": "start" })
|
|
597
597
|
])
|
|
598
598
|
]))
|
|
599
599
|
])),
|
|
600
600
|
e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (s(), r("ul", rt, [
|
|
601
|
-
(s(!0), r(V, null,
|
|
601
|
+
(s(!0), r(V, null, k(e.steps, (l, u, d) => (s(), r("li", {
|
|
602
602
|
key: l,
|
|
603
603
|
class: y(["step", {
|
|
604
604
|
activeItem: e.activeStep === u,
|
|
@@ -607,7 +607,7 @@ function Ut(e, t, i, n, a, v) {
|
|
|
607
607
|
}]),
|
|
608
608
|
"data-step-active": e.activeStep === u,
|
|
609
609
|
"data-step-valid": l.valid && l.errorCount === 0,
|
|
610
|
-
onClick: (
|
|
610
|
+
onClick: (b) => {
|
|
611
611
|
e.activeStep = u, e.update(), e.scrollToTop();
|
|
612
612
|
}
|
|
613
613
|
}, [
|
|
@@ -622,23 +622,23 @@ function Ut(e, t, i, n, a, v) {
|
|
|
622
622
|
]),
|
|
623
623
|
d != Object.keys(e.steps).length ? (s(), r("div", ut)) : p("", !0)
|
|
624
624
|
], 10, nt))), 128)),
|
|
625
|
-
e.activeStep === "Overview" ? (s(), r("li", ct, t[
|
|
625
|
+
e.activeStep === "Overview" ? (s(), r("li", ct, t[16] || (t[16] = [
|
|
626
626
|
o("div", { class: "circle stepCircle" }, null, -1)
|
|
627
627
|
]))) : p("", !0)
|
|
628
628
|
])) : p("", !0),
|
|
629
|
-
(s(!0), r(V, null,
|
|
629
|
+
(s(!0), r(V, null, k(e.getNavSteps(
|
|
630
630
|
e.$env.content.dataProviderInterface.specification
|
|
631
|
-
)[e.property], (l, u) => (s(),
|
|
631
|
+
)[e.property], (l, u) => (s(), S(A, {
|
|
632
632
|
key: u,
|
|
633
633
|
name: l
|
|
634
634
|
}, {
|
|
635
|
-
default:
|
|
636
|
-
(s(!0), r(V, null,
|
|
635
|
+
default: z(() => [
|
|
636
|
+
(s(!0), r(V, null, k(Object.keys(
|
|
637
637
|
e.getSchema(e.property).value[l]
|
|
638
|
-
).length, (d,
|
|
639
|
-
l !== "Distributions" && l !== "Additionals" ? (s(),
|
|
638
|
+
).length, (d, b) => U((s(), r("div", ht, [
|
|
639
|
+
l !== "Distributions" && l !== "Additionals" ? (s(), S(D, {
|
|
640
640
|
key: 0,
|
|
641
|
-
schema: e.getSchema(e.property).value[l][
|
|
641
|
+
schema: e.getSchema(e.property).value[l][b],
|
|
642
642
|
library: e.library,
|
|
643
643
|
"final-values": e.formValues,
|
|
644
644
|
onHandleNav: () => {
|
|
@@ -648,7 +648,7 @@ function Ut(e, t, i, n, a, v) {
|
|
|
648
648
|
[
|
|
649
649
|
H,
|
|
650
650
|
Object.values(
|
|
651
|
-
e.getSchema(e.property).value[l][
|
|
651
|
+
e.getSchema(e.property).value[l][b]
|
|
652
652
|
)[0] === e.activeSubStep.replace(/_\d+$/, "") || l === "Landing"
|
|
653
653
|
]
|
|
654
654
|
])), 256)),
|
|
@@ -669,16 +669,23 @@ function Ut(e, t, i, n, a, v) {
|
|
|
669
669
|
])) : p("", !0),
|
|
670
670
|
e.activeStep === "ReviewAndPublish" ? (s(), r("div", mt, [
|
|
671
671
|
o("div", gt, [
|
|
672
|
-
|
|
672
|
+
e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (s(), S(m, {
|
|
673
|
+
key: 0,
|
|
674
|
+
"button-text": "Veröffentlichung aufheben",
|
|
675
|
+
size: "large",
|
|
676
|
+
variant: "secondary",
|
|
677
|
+
onClick: t[5] || (t[5] = (d) => e.navTrigger("depublish"))
|
|
678
|
+
})) : (s(), S(m, {
|
|
679
|
+
key: 1,
|
|
673
680
|
"button-text": "Als Entwurf speichern",
|
|
674
681
|
size: "large",
|
|
675
682
|
variant: "secondary",
|
|
676
|
-
onClick: t[
|
|
677
|
-
}),
|
|
683
|
+
onClick: t[6] || (t[6] = (d) => e.navTrigger("draft"))
|
|
684
|
+
})),
|
|
678
685
|
h(m, {
|
|
679
686
|
"button-text": "Veröffentlichen",
|
|
680
687
|
size: "large",
|
|
681
|
-
onClick: t[
|
|
688
|
+
onClick: t[7] || (t[7] = (d) => e.formValues[e.activeStep][e.activeSubStep][0].isValid === !0 ? e.navTrigger("publish") : e.formValues[e.activeStep][e.activeSubStep][0].isValid = !1)
|
|
682
689
|
})
|
|
683
690
|
])
|
|
684
691
|
])) : p("", !0),
|
|
@@ -692,22 +699,22 @@ function Ut(e, t, i, n, a, v) {
|
|
|
692
699
|
"button-text": "Abbrechen",
|
|
693
700
|
size: "large",
|
|
694
701
|
variant: "tertiary",
|
|
695
|
-
onClick: t[
|
|
702
|
+
onClick: t[8] || (t[8] = (d) => e.activeSimpleModal = !0)
|
|
696
703
|
}),
|
|
697
704
|
o("div", ft, [
|
|
698
|
-
e.activeStep !== "Landing" ? (s(),
|
|
705
|
+
e.activeStep !== "Landing" ? (s(), S(m, {
|
|
699
706
|
key: 0,
|
|
700
707
|
"icon-start": "CaretLeft",
|
|
701
708
|
"button-text": "Zurück",
|
|
702
709
|
size: "large",
|
|
703
710
|
variant: "secondary",
|
|
704
|
-
onClick: t[
|
|
711
|
+
onClick: t[9] || (t[9] = (d) => e.navTrigger("prev"))
|
|
705
712
|
})) : p("", !0),
|
|
706
713
|
h(m, {
|
|
707
714
|
"icon-end": "CaretRight",
|
|
708
715
|
"button-text": "Weiter",
|
|
709
716
|
size: "large",
|
|
710
|
-
onClick: t[
|
|
717
|
+
onClick: t[10] || (t[10] = (d) => e.validateStep())
|
|
711
718
|
})
|
|
712
719
|
])
|
|
713
720
|
], 2)) : p("", !0),
|
|
@@ -721,8 +728,8 @@ function Ut(e, t, i, n, a, v) {
|
|
|
721
728
|
o("div", yt, c(e.$t("message.dataupload.datasets.hvdPage.tips-hvd")), 1)
|
|
722
729
|
]),
|
|
723
730
|
o("div", Vt, [
|
|
724
|
-
o("div",
|
|
725
|
-
o("div",
|
|
731
|
+
o("div", kt, c(e.$t("message.dataupload.datasets.hvdPage.tips-text")), 1),
|
|
732
|
+
o("div", _t, [
|
|
726
733
|
o("div", $t, " 1. " + c(e.$t(
|
|
727
734
|
"message.dataupload.datasets.hvdPage.tips-question-1"
|
|
728
735
|
)), 1),
|
|
@@ -747,8 +754,8 @@ function Ut(e, t, i, n, a, v) {
|
|
|
747
754
|
)), 1)
|
|
748
755
|
])
|
|
749
756
|
]),
|
|
750
|
-
o("div",
|
|
751
|
-
o("div",
|
|
757
|
+
o("div", Tt, [
|
|
758
|
+
o("div", Pt, " 2. " + c(e.$t(
|
|
752
759
|
"message.dataupload.datasets.hvdPage.tips-question-2"
|
|
753
760
|
)), 1),
|
|
754
761
|
o("p", Dt, c(e.$t("message.dataupload.datasets.hvdPage.tips-example-2")), 1)
|
|
@@ -768,13 +775,13 @@ function Ut(e, t, i, n, a, v) {
|
|
|
768
775
|
])
|
|
769
776
|
])
|
|
770
777
|
])) : p("", !0),
|
|
771
|
-
l === "Distributions" ? (s(),
|
|
778
|
+
l === "Distributions" ? (s(), S(F, {
|
|
772
779
|
key: 4,
|
|
773
780
|
schema: e.getSchema("distributions"),
|
|
774
781
|
values: e.formValues
|
|
775
782
|
}, null, 8, ["schema", "values"])) : p("", !0),
|
|
776
783
|
l === "Mandatory" ? (s(), r("p", jt, [
|
|
777
|
-
t[
|
|
784
|
+
t[17] || (t[17] = o("b", null, "*", -1)),
|
|
778
785
|
M(" " + c(e.$t("message.dataupload.info.mandatory")), 1)
|
|
779
786
|
])) : p("", !0)
|
|
780
787
|
]),
|
|
@@ -783,20 +790,20 @@ function Ut(e, t, i, n, a, v) {
|
|
|
783
790
|
]),
|
|
784
791
|
_: 1
|
|
785
792
|
}, 8, ["modelValue", "plugins"]),
|
|
786
|
-
e.activeSimpleModal ? (s(),
|
|
793
|
+
e.activeSimpleModal ? (s(), S(O, {
|
|
787
794
|
key: 0,
|
|
788
795
|
buttons: e.modalSimpleConf.button,
|
|
789
796
|
"header-text": e.modalSimpleConf.header,
|
|
790
797
|
text: e.modalSimpleConf.text,
|
|
791
798
|
action: e.modalSimpleConf.action,
|
|
792
|
-
onClose: t[
|
|
793
|
-
onActionHandling: t[
|
|
799
|
+
onClose: t[13] || (t[13] = (l) => e.activeSimpleModal = !1),
|
|
800
|
+
onActionHandling: t[14] || (t[14] = (l) => e.gotToHome())
|
|
794
801
|
}, null, 8, ["buttons", "header-text", "text", "action"])) : p("", !0)
|
|
795
802
|
])
|
|
796
803
|
], 512)) : p("", !0)
|
|
797
804
|
]);
|
|
798
805
|
}
|
|
799
|
-
const Ii = /* @__PURE__ */
|
|
806
|
+
const Ii = /* @__PURE__ */ Te(Fe, [["render", zt]]);
|
|
800
807
|
export {
|
|
801
808
|
Ii as default
|
|
802
809
|
};
|