@piveau/dpi 0.1.0-beta.60 → 0.1.0-beta.61
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.
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { getNode as K } from "@formkit/core";
|
|
2
2
|
import "@formkit/vue";
|
|
3
|
-
import { PhNumberCircleFive as
|
|
3
|
+
import { PhNumberCircleFive as Z, PhCheckCircle as G, PhLightbulb as J } from "@phosphor-icons/vue";
|
|
4
4
|
import { useWindowScroll as Q } from "@vueuse/core";
|
|
5
5
|
import X from "jquery";
|
|
6
6
|
import { has as I, isNil as U } 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 v, createBlock as b,
|
|
7
|
+
import { defineComponent as Y, resolveComponent as g, createElementBlock as r, openBlock as s, createCommentVNode as p, createElementVNode as o, createVNode as v, createBlock as b, withModifiers as N, withCtx as j, Fragment as V, renderList as _, withDirectives as z, 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";
|
|
@@ -91,9 +91,9 @@ const Fe = Y({
|
|
|
91
91
|
ButtonV3: Se,
|
|
92
92
|
TextButtonSmall: _e,
|
|
93
93
|
Illustration: Ce,
|
|
94
|
-
PhLightbulb:
|
|
95
|
-
PhCheckCircle:
|
|
96
|
-
PhNumberCircleFive:
|
|
94
|
+
PhLightbulb: J,
|
|
95
|
+
PhCheckCircle: G,
|
|
96
|
+
PhNumberCircleFive: Z,
|
|
97
97
|
ModalSimpleV3: Ve
|
|
98
98
|
},
|
|
99
99
|
computed: {
|
|
@@ -237,7 +237,11 @@ const Fe = Y({
|
|
|
237
237
|
);
|
|
238
238
|
}).catch((a) => {
|
|
239
239
|
console.error("Fehler beim Senden der Daten:", a);
|
|
240
|
-
})
|
|
240
|
+
}), setTimeout(() => {
|
|
241
|
+
window.location.href = this.$router.resolve({
|
|
242
|
+
name: "DPI-Home-HappyFlow"
|
|
243
|
+
}).href;
|
|
244
|
+
}, 1e3);
|
|
241
245
|
}
|
|
242
246
|
} catch (i) {
|
|
243
247
|
console.log(i);
|
|
@@ -398,7 +402,7 @@ const Fe = Y({
|
|
|
398
402
|
}, He = { key: 1 }, Me = {
|
|
399
403
|
key: 0,
|
|
400
404
|
class: "dpiV3_stepper"
|
|
401
|
-
}, Re = { class: "dpiV3_steps" }, Be = ["data-step-active", "data-step-valid"], We = { class: "dpiV3_stepBubbleWrap" }, qe = ["src"], Ke = ["src"],
|
|
405
|
+
}, Re = { class: "dpiV3_steps" }, Be = ["data-step-active", "data-step-valid"], We = { class: "dpiV3_stepBubbleWrap" }, qe = ["src"], Ke = ["src"], Ze = ["textContent"], Ge = { style: { "vertical-align": "middle" } }, Je = { class: "dpiV3_subStepWrapper" }, Qe = {
|
|
402
406
|
key: 0,
|
|
403
407
|
class: "dpiV3_seperatorHorizontalStepper"
|
|
404
408
|
}, Xe = {
|
|
@@ -440,9 +444,6 @@ function jt(e, t, i, n, a, m) {
|
|
|
440
444
|
return s(), r("div", Ae, [
|
|
441
445
|
e.isInput ? (s(), r("div", Le, [
|
|
442
446
|
o("div", Oe, [
|
|
443
|
-
o("details", null, [
|
|
444
|
-
o("pre", null, c(JSON.stringify(e.formValues, null, 2)), 1)
|
|
445
|
-
]),
|
|
446
447
|
v(L, {
|
|
447
448
|
id: "dpiForm",
|
|
448
449
|
modelValue: e.formValues,
|
|
@@ -536,10 +537,10 @@ function jt(e, t, i, n, a, m) {
|
|
|
536
537
|
key: 4,
|
|
537
538
|
class: "dpiV3_step--errors",
|
|
538
539
|
textContent: c(l.errorCount + l.blockingCount)
|
|
539
|
-
}, null, 8,
|
|
540
|
-
o("span",
|
|
540
|
+
}, null, 8, Ze)) : p("", !0),
|
|
541
|
+
o("span", Ge, c(e.$t(`message.dataupload.steps.${u}Step`)), 1)
|
|
541
542
|
], 2),
|
|
542
|
-
o("div",
|
|
543
|
+
o("div", Je, [
|
|
543
544
|
d + 1 != Object.keys(e.steps).length - 1 && d >= e.stepCounter ? (s(), r("div", Qe)) : p("", !0),
|
|
544
545
|
d + 1 != Object.keys(e.steps).length - 1 && d < e.stepCounter ? (s(), r("div", Xe)) : p("", !0),
|
|
545
546
|
e.activeStep === u ? (s(), r("div", Ye, [
|