@piveau/dpi 0.2.0-alpha.71 → 0.2.0-alpha.73
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/DPIMenu.vue.js +5 -5
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/Autocomplete.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/Autocomplete.vue2.js +34 -33
- 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 +68 -64
- package/dist/packages/dpi/src/data-provider-interface/composables/useDpiSimpleLoader.js +1 -1
- package/package.json +1 -1
|
@@ -241,7 +241,7 @@ const z = {
|
|
|
241
241
|
let o = this.$keycloak.rtpToken;
|
|
242
242
|
if (!o) {
|
|
243
243
|
const s = this.$keycloak.getRtpToken;
|
|
244
|
-
s && (o = await s(
|
|
244
|
+
s && (o = await s());
|
|
245
245
|
}
|
|
246
246
|
this.updateUserData({
|
|
247
247
|
authToken: e,
|
|
@@ -357,7 +357,7 @@ const z = {
|
|
|
357
357
|
}, S = {
|
|
358
358
|
id: "navWrapper",
|
|
359
359
|
"data-cy": "dpi-menu"
|
|
360
|
-
}, H = { key: 0 }, M = { class: "text-white" }, N = { class: "btn btn-default" },
|
|
360
|
+
}, H = { key: 0 }, M = { class: "text-white" }, N = { class: "btn btn-default" }, E = { class: "btn btn-default" }, R = { style: { "margin-top": "1%" } }, x = { class: "btn-group dropup" }, F = {
|
|
361
361
|
key: 0,
|
|
362
362
|
class: "logoutWrap"
|
|
363
363
|
}, W = { class: "text-white" }, B = {
|
|
@@ -380,7 +380,7 @@ function G(e, t, o, s, a, i) {
|
|
|
380
380
|
__: [1]
|
|
381
381
|
})
|
|
382
382
|
]),
|
|
383
|
-
l("button",
|
|
383
|
+
l("button", E, [
|
|
384
384
|
p(r, { to: { name: "DPI-Comp-Lib" } }, {
|
|
385
385
|
default: h(() => t[2] || (t[2] = [
|
|
386
386
|
g("Component Library", -1)
|
|
@@ -389,7 +389,7 @@ function G(e, t, o, s, a, i) {
|
|
|
389
389
|
__: [2]
|
|
390
390
|
})
|
|
391
391
|
]),
|
|
392
|
-
l("div",
|
|
392
|
+
l("div", R, [
|
|
393
393
|
(d(!0), m(C, null, P(i.menuGroups, (n, D) => (d(), v(f, {
|
|
394
394
|
key: `Group${D}`,
|
|
395
395
|
groupName: n.group,
|
|
@@ -451,7 +451,7 @@ function G(e, t, o, s, a, i) {
|
|
|
451
451
|
}, 8, ["loading", "confirm", "onConfirm"])
|
|
452
452
|
]);
|
|
453
453
|
}
|
|
454
|
-
const te = /* @__PURE__ */ L(z, [["render", G], ["__scopeId", "data-v-
|
|
454
|
+
const te = /* @__PURE__ */ L(z, [["render", G], ["__scopeId", "data-v-d3b93519"]]);
|
|
455
455
|
export {
|
|
456
456
|
te as default
|
|
457
457
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Autocomplete.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f8fcf72e"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as L, mergeModels as N, useModel as M, computed as P, createElementBlock as
|
|
1
|
+
import { defineComponent as L, mergeModels as N, useModel as M, computed as P, createElementBlock as s, openBlock as a, createVNode as d, unref as n, withCtx as i, createElementVNode as _, createBlock as c, createCommentVNode as p, renderSlot as y, createTextVNode as z, toDisplayString as g, normalizeClass as m, resolveDynamicComponent as b, Fragment as D, renderList as E } from "vue";
|
|
2
2
|
import { Combobox as F, ComboboxLabel as S, ComboboxButton as q, ComboboxInput as $, ComboboxOptions as O, ComboboxOption as U } from "@headlessui/vue";
|
|
3
3
|
import { PhMagnifyingGlass as G, PhCaretUp as K, PhCaretDown as T, PhCircleNotch as j } from "@phosphor-icons/vue";
|
|
4
4
|
const H = { class: "autocomplete" }, J = { class: "autocomplete__wrapper" }, Q = {
|
|
@@ -21,8 +21,8 @@ const H = { class: "autocomplete" }, J = { class: "autocomplete__wrapper" }, Q =
|
|
|
21
21
|
loading: { type: Boolean, default: !1 },
|
|
22
22
|
searchIcon: { type: Boolean, default: !1 },
|
|
23
23
|
inputAsButton: { type: Boolean, default: !0 },
|
|
24
|
-
optionLabel: { type: Function, default: (
|
|
25
|
-
optionValue: { type: Function, default: (
|
|
24
|
+
optionLabel: { type: Function, default: (r) => r },
|
|
25
|
+
optionValue: { type: Function, default: (r) => r },
|
|
26
26
|
optionDisabled: { type: Function, default: () => !1 }
|
|
27
27
|
}, {
|
|
28
28
|
modelValue: { required: !0 },
|
|
@@ -31,8 +31,8 @@ const H = { class: "autocomplete" }, J = { class: "autocomplete__wrapper" }, Q =
|
|
|
31
31
|
queryModifiers: {}
|
|
32
32
|
}),
|
|
33
33
|
emits: ["update:modelValue", "update:query"],
|
|
34
|
-
setup(
|
|
35
|
-
const t =
|
|
34
|
+
setup(r) {
|
|
35
|
+
const t = r, f = M(r, "modelValue"), v = M(r, "query"), h = P(() => !!t.errorMessage);
|
|
36
36
|
function w(e) {
|
|
37
37
|
e.open && e.event.stopPropagation();
|
|
38
38
|
}
|
|
@@ -45,30 +45,31 @@ const H = { class: "autocomplete" }, J = { class: "autocomplete__wrapper" }, Q =
|
|
|
45
45
|
function V(e) {
|
|
46
46
|
return typeof e == "string" ? t.optionDisabled(e) : !!e.unavailable;
|
|
47
47
|
}
|
|
48
|
-
function I(e,
|
|
49
|
-
if (!e || !
|
|
48
|
+
function I(e, l) {
|
|
49
|
+
if (!e || !l)
|
|
50
50
|
return !1;
|
|
51
|
-
if (e ===
|
|
51
|
+
if (e === l)
|
|
52
52
|
return !0;
|
|
53
|
-
if (typeof e == "string" && typeof
|
|
54
|
-
return e ===
|
|
55
|
-
const
|
|
56
|
-
return
|
|
53
|
+
if (typeof e == "string" && typeof l == "string")
|
|
54
|
+
return e === l;
|
|
55
|
+
const u = C(e), o = C(l);
|
|
56
|
+
return u === o;
|
|
57
57
|
}
|
|
58
58
|
function A(e) {
|
|
59
|
-
|
|
59
|
+
const l = t.options.find((o) => o.id === e.name), u = l ? l.name : null;
|
|
60
|
+
return !e || typeof e == "string" ? "" : u || "";
|
|
60
61
|
}
|
|
61
|
-
return (e,
|
|
62
|
-
d(
|
|
62
|
+
return (e, l) => (a(), s("div", H, [
|
|
63
|
+
d(n(F), {
|
|
63
64
|
modelValue: f.value,
|
|
64
|
-
"onUpdate:modelValue":
|
|
65
|
+
"onUpdate:modelValue": l[1] || (l[1] = (u) => f.value = u),
|
|
65
66
|
name: t.name,
|
|
66
67
|
by: I,
|
|
67
68
|
nullable: ""
|
|
68
69
|
}, {
|
|
69
|
-
default: i(({ open:
|
|
70
|
+
default: i(({ open: u }) => [
|
|
70
71
|
_("div", J, [
|
|
71
|
-
t.label ? (
|
|
72
|
+
t.label ? (a(), c(n(S), {
|
|
72
73
|
key: 0,
|
|
73
74
|
class: "autocomplete__label",
|
|
74
75
|
as: "div"
|
|
@@ -86,28 +87,28 @@ const H = { class: "autocomplete" }, J = { class: "autocomplete__wrapper" }, Q =
|
|
|
86
87
|
_("div", {
|
|
87
88
|
class: m(["autocomplete__input-container", { "autocomplete__input-container--error": h.value }])
|
|
88
89
|
}, [
|
|
89
|
-
(
|
|
90
|
+
(a(), c(b(t.inputAsButton ? n(q) : "div"), {
|
|
90
91
|
as: "div",
|
|
91
92
|
class: "autocomplete__input-wrapper"
|
|
92
93
|
}, {
|
|
93
94
|
default: i(() => [
|
|
94
|
-
t.searchIcon ? (
|
|
95
|
-
d(
|
|
95
|
+
t.searchIcon ? (a(), s("div", Q, [
|
|
96
|
+
d(n(G), { size: "1.5rem" })
|
|
96
97
|
])) : p("", !0),
|
|
97
|
-
d(
|
|
98
|
+
d(n($), {
|
|
98
99
|
class: m(["autocomplete__input", { "autocomplete__input--with-left-icon": t.searchIcon }]),
|
|
99
100
|
"display-value": (o) => A(o),
|
|
100
101
|
placeholder: t.placeholder,
|
|
101
|
-
onChange:
|
|
102
|
-
onClick: (o) => w({ event: o, open:
|
|
102
|
+
onChange: l[0] || (l[0] = (o) => v.value = o.target.value),
|
|
103
|
+
onClick: (o) => w({ event: o, open: u })
|
|
103
104
|
}, null, 8, ["class", "display-value", "placeholder", "onClick"]),
|
|
104
|
-
t.searchIcon ? p("", !0) : (
|
|
105
|
+
t.searchIcon ? p("", !0) : (a(), c(b(t.inputAsButton ? "div" : n(q)), {
|
|
105
106
|
key: 1,
|
|
106
107
|
as: "div",
|
|
107
108
|
class: "autocomplete__input-icon"
|
|
108
109
|
}, {
|
|
109
110
|
default: i(() => [
|
|
110
|
-
(
|
|
111
|
+
(a(), c(b(u ? n(K) : n(T)), { size: "1.5rem" }))
|
|
111
112
|
]),
|
|
112
113
|
_: 2
|
|
113
114
|
}, 1024))
|
|
@@ -115,27 +116,27 @@ const H = { class: "autocomplete" }, J = { class: "autocomplete__wrapper" }, Q =
|
|
|
115
116
|
_: 2
|
|
116
117
|
}, 1024))
|
|
117
118
|
], 2),
|
|
118
|
-
e.errorMessage ? (
|
|
119
|
+
e.errorMessage ? (a(), s("div", {
|
|
119
120
|
key: 1,
|
|
120
121
|
class: m(["autocomplete__message", { "autocomplete__message--error": h.value }])
|
|
121
122
|
}, g(e.errorMessage), 3)) : p("", !0)
|
|
122
123
|
]),
|
|
123
|
-
d(
|
|
124
|
+
d(n(O), {
|
|
124
125
|
class: "autocomplete__options",
|
|
125
126
|
as: "ul"
|
|
126
127
|
}, {
|
|
127
128
|
default: i(() => [
|
|
128
|
-
t.loading ? (
|
|
129
|
+
t.loading ? (a(), s("div", R, [
|
|
129
130
|
y(e.$slots, "loading", {}, () => [
|
|
130
|
-
d(
|
|
131
|
+
d(n(j), {
|
|
131
132
|
size: "24px",
|
|
132
133
|
color: "#0172AD",
|
|
133
134
|
weight: "bold",
|
|
134
135
|
class: "autocomplete__loading-spinner"
|
|
135
136
|
})
|
|
136
137
|
], !0)
|
|
137
|
-
])) : (
|
|
138
|
-
(
|
|
138
|
+
])) : (a(), s(D, { key: 1 }, [
|
|
139
|
+
(a(!0), s(D, null, E(t.options, (o) => (a(), c(n(U), {
|
|
139
140
|
key: typeof o == "string" ? o : o.id,
|
|
140
141
|
as: "template",
|
|
141
142
|
value: o,
|
|
@@ -155,7 +156,7 @@ const H = { class: "autocomplete" }, J = { class: "autocomplete__wrapper" }, Q =
|
|
|
155
156
|
]),
|
|
156
157
|
_: 2
|
|
157
158
|
}, 1032, ["value", "disabled"]))), 128)),
|
|
158
|
-
t.options.length === 0 && v.value !== "" ? (
|
|
159
|
+
t.options.length === 0 && v.value !== "" ? (a(), s("div", W, " Keine Ergebnisse gefunden. ")) : p("", !0)
|
|
159
160
|
], 64))
|
|
160
161
|
]),
|
|
161
162
|
_: 3
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ProjectOrganisationStep.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-96ae74f8"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as b, createElementBlock as
|
|
2
|
-
import { FormKit as
|
|
1
|
+
import { defineComponent as b, createElementBlock as i, openBlock as s, createElementVNode as t, createCommentVNode as A, renderSlot as k, unref as e, Fragment as I, toDisplayString as r, createVNode as o, withCtx as d, createTextVNode as S } from "vue";
|
|
2
|
+
import { FormKit as c } from "@formkit/vue";
|
|
3
3
|
import { PhLightbulb as z } from "@phosphor-icons/vue";
|
|
4
4
|
import q from "../../../../stories/components/PartnerCard.vue.js";
|
|
5
5
|
import { generateIsRequiredMsg as u, requireAllIfAny as m, generateIsInvalidMsg as p } from "../../../../utils/twinbyUtils.js";
|
|
@@ -8,7 +8,7 @@ import { useOrganizationInfo as w } from "../../../composables/useOrganizationIn
|
|
|
8
8
|
import { useTwinbyUser as E } from "../../../composables/useTwinbyUser.js";
|
|
9
9
|
import M from "../Card.vue.js";
|
|
10
10
|
import f from "../InputField/InputFieldDefinition.js";
|
|
11
|
-
const N = { class: "dpiV3_page V3-typography" }, P = { class: "funny-section" }, T = { class: "funny-flex" },
|
|
11
|
+
const N = { class: "dpiV3_page V3-typography" }, P = { class: "funny-section" }, T = { class: "funny-flex" }, x = { class: "funny-section" }, O = { class: "contact-container" }, C = {
|
|
12
12
|
key: 0,
|
|
13
13
|
class: "contact-title"
|
|
14
14
|
}, B = {
|
|
@@ -20,31 +20,19 @@ const N = { class: "dpiV3_page V3-typography" }, P = { class: "funny-section" },
|
|
|
20
20
|
}, F = { class: "contact-wrapper" }, j = {
|
|
21
21
|
key: 0,
|
|
22
22
|
class: "contact-logo-wrapper"
|
|
23
|
-
}, G = ["src"], L = { key: 1 },
|
|
24
|
-
key: 0,
|
|
25
|
-
class: "contact-info"
|
|
26
|
-
}, U = {
|
|
23
|
+
}, G = ["src"], L = { key: 1 }, $ = { class: "info-wrapper" }, K = { class: "contact-grid" }, R = { class: "contact-col" }, W = ["title"], U = {
|
|
27
24
|
key: 1,
|
|
28
25
|
class: "contact-info not-available"
|
|
29
|
-
}, H = {
|
|
30
|
-
key: 2,
|
|
31
|
-
class: "contact-info"
|
|
32
|
-
}, J = {
|
|
26
|
+
}, H = ["title"], J = {
|
|
33
27
|
key: 3,
|
|
34
28
|
class: "contact-info not-available"
|
|
35
|
-
}, Q = { class: "contact-col" }, X = {
|
|
36
|
-
key: 0,
|
|
37
|
-
class: "contact-info"
|
|
38
|
-
}, Y = {
|
|
29
|
+
}, Q = { class: "contact-col contact-col--extended" }, X = ["title"], Y = {
|
|
39
30
|
key: 1,
|
|
40
31
|
class: "contact-info not-available"
|
|
41
|
-
}, Z = {
|
|
42
|
-
key: 2,
|
|
43
|
-
class: "contact-info"
|
|
44
|
-
}, ee = {
|
|
32
|
+
}, Z = ["title"], ee = {
|
|
45
33
|
key: 3,
|
|
46
34
|
class: "contact-info not-available"
|
|
47
|
-
},
|
|
35
|
+
}, te = { class: "funny-section" }, ne = { class: "contact-section" }, ie = { class: "funny-section" }, se = { class: "funny-section" }, ae = { class: "funny-flex" }, ve = /* @__PURE__ */ b({
|
|
48
36
|
__name: "ProjectOrganisationStep",
|
|
49
37
|
props: {
|
|
50
38
|
isWip: { type: Boolean }
|
|
@@ -52,42 +40,58 @@ const N = { class: "dpiV3_page V3-typography" }, P = { class: "funny-section" },
|
|
|
52
40
|
setup(oe) {
|
|
53
41
|
const { organization: _, authToken: g, startFetchPermissions: v } = E();
|
|
54
42
|
v();
|
|
55
|
-
const { organizationDisplay:
|
|
43
|
+
const { organizationDisplay: n, isLoading: h } = w({
|
|
56
44
|
id: _,
|
|
57
45
|
authToken: g
|
|
58
46
|
});
|
|
59
47
|
function y(l) {
|
|
60
48
|
return l._value === null || l._value === void 0 ? !0 : typeof l._value != "string" ? !1 : /^\d*$/.test(l._value);
|
|
61
49
|
}
|
|
62
|
-
return (l, a) => (
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
a[1] || (a[1] =
|
|
66
|
-
a[2] || (a[2] =
|
|
50
|
+
return (l, a) => (s(), i("div", N, [
|
|
51
|
+
t("section", P, [
|
|
52
|
+
t("div", T, [
|
|
53
|
+
a[1] || (a[1] = t("h4", null, "Informationen zu Ihrer Organisation", -1)),
|
|
54
|
+
a[2] || (a[2] = t("span", { class: "copy-large-regular" }, " Die Angaben zur durchführenden Organisation werden nicht hier bei der Projektdokumentation erfasst. Diese Daten werden automatisch aus den Kontoinformationen übernommen, die bei uns hinterlegt sind. So wird sichergestellt, dass die Angaben zu Ihrer Organisation stets konsistent und aktuell bleiben, ohne dass sie mehrfach eingegeben werden müssen. ", -1)),
|
|
67
55
|
k(l.$slots, "organization", {}, () => [
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
e(h) ? (
|
|
71
|
-
e(
|
|
72
|
-
|
|
73
|
-
e(
|
|
74
|
-
|
|
56
|
+
t("section", x, [
|
|
57
|
+
t("div", O, [
|
|
58
|
+
e(h) ? (s(), i("p", C, " Lade Organisationsdaten... ")) : (s(), i(I, { key: 1 }, [
|
|
59
|
+
e(n).title ? (s(), i("p", B, r(e(n).title), 1)) : (s(), i("p", V, " Name nicht verfügbar ")),
|
|
60
|
+
t("div", F, [
|
|
61
|
+
e(n).logo ? (s(), i("div", j, [
|
|
62
|
+
t("img", {
|
|
75
63
|
class: "contact-logo",
|
|
76
|
-
src: e(
|
|
64
|
+
src: e(n).logo,
|
|
77
65
|
alt: "Organisation Logo"
|
|
78
66
|
}, null, 8, G)
|
|
79
|
-
])) : (
|
|
80
|
-
|
|
67
|
+
])) : (s(), i("div", L, a[0] || (a[0] = [
|
|
68
|
+
t("div", { class: "avatar-circle" }, null, -1)
|
|
81
69
|
]))),
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
e(
|
|
86
|
-
|
|
70
|
+
t("div", $, [
|
|
71
|
+
t("div", K, [
|
|
72
|
+
t("div", R, [
|
|
73
|
+
e(n).address.street ? (s(), i("span", {
|
|
74
|
+
key: 0,
|
|
75
|
+
title: e(n).address.street,
|
|
76
|
+
class: "contact-info"
|
|
77
|
+
}, r(e(n).address.street), 9, W)) : (s(), i("span", U, "Straße nicht verfügbar")),
|
|
78
|
+
e(n).address.postalCode || e(n).address.locality ? (s(), i("span", {
|
|
79
|
+
key: 2,
|
|
80
|
+
title: `${e(n).address.postalCode || ""} ${e(n).address.locality || ""}`,
|
|
81
|
+
class: "contact-info"
|
|
82
|
+
}, r(e(n).address.postalCode || "") + " " + r(e(n).address.locality || ""), 9, H)) : (s(), i("span", J, "Ort nicht verfügbar"))
|
|
87
83
|
]),
|
|
88
|
-
|
|
89
|
-
e(
|
|
90
|
-
|
|
84
|
+
t("div", Q, [
|
|
85
|
+
e(n).phone ? (s(), i("span", {
|
|
86
|
+
key: 0,
|
|
87
|
+
title: e(n).phone,
|
|
88
|
+
class: "contact-info"
|
|
89
|
+
}, r(e(n).phone), 9, X)) : (s(), i("span", Y, "Telefon nicht verfügbar")),
|
|
90
|
+
e(n).email ? (s(), i("span", {
|
|
91
|
+
key: 2,
|
|
92
|
+
title: e(n).email,
|
|
93
|
+
class: "contact-info"
|
|
94
|
+
}, r(e(n).email), 9, Z)) : (s(), i("span", ee, "E-Mail nicht verfügbar"))
|
|
91
95
|
])
|
|
92
96
|
])
|
|
93
97
|
])
|
|
@@ -99,18 +103,18 @@ const N = { class: "dpiV3_page V3-typography" }, P = { class: "funny-section" },
|
|
|
99
103
|
])
|
|
100
104
|
]),
|
|
101
105
|
A("", !0),
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
a[5] || (a[5] =
|
|
105
|
-
a[6] || (a[6] =
|
|
106
|
+
t("section", te, [
|
|
107
|
+
t("div", ne, [
|
|
108
|
+
a[5] || (a[5] = t("h5", null, "Projektkontakt (optional)", -1)),
|
|
109
|
+
a[6] || (a[6] = t("span", { class: "copy-large-regular" }, " Bitte nennen Sie eine allgemeine E-Mail-Adresse oder Funktionsadresse, unter der interessierte Personen Rückfragen zum Projekt stellen können. Bitte geben Sie keine personenbezogenen Daten an. ", -1)),
|
|
106
110
|
o(q, null, {
|
|
107
|
-
default:
|
|
108
|
-
o(e(
|
|
111
|
+
default: d(() => [
|
|
112
|
+
o(e(c), {
|
|
109
113
|
type: "group",
|
|
110
114
|
name: "contact"
|
|
111
115
|
}, {
|
|
112
|
-
default:
|
|
113
|
-
o(e(
|
|
116
|
+
default: d(() => [
|
|
117
|
+
o(e(c), {
|
|
114
118
|
type: e(f),
|
|
115
119
|
name: "name",
|
|
116
120
|
"text-label": "Name",
|
|
@@ -123,7 +127,7 @@ const N = { class: "dpiV3_page V3-typography" }, P = { class: "funny-section" },
|
|
|
123
127
|
requireAllIfAny: e(u)("Name")
|
|
124
128
|
}
|
|
125
129
|
}, null, 8, ["type", "validation-rules", "validation-messages"]),
|
|
126
|
-
o(e(
|
|
130
|
+
o(e(c), {
|
|
127
131
|
type: e(f),
|
|
128
132
|
name: "mail",
|
|
129
133
|
"text-label": "E-Mail-Adresse",
|
|
@@ -137,7 +141,7 @@ const N = { class: "dpiV3_page V3-typography" }, P = { class: "funny-section" },
|
|
|
137
141
|
},
|
|
138
142
|
"validation-rules": { requireAllIfAny: e(m) }
|
|
139
143
|
}, null, 8, ["type", "validation-messages", "validation-rules"]),
|
|
140
|
-
o(e(
|
|
144
|
+
o(e(c), {
|
|
141
145
|
type: e(f),
|
|
142
146
|
name: "phone",
|
|
143
147
|
"text-label": "Telefonnummer",
|
|
@@ -159,26 +163,26 @@ const N = { class: "dpiV3_page V3-typography" }, P = { class: "funny-section" },
|
|
|
159
163
|
})
|
|
160
164
|
])
|
|
161
165
|
]),
|
|
162
|
-
|
|
166
|
+
t("section", ie, [
|
|
163
167
|
o(D)
|
|
164
168
|
]),
|
|
165
|
-
|
|
166
|
-
|
|
169
|
+
t("section", se, [
|
|
170
|
+
t("div", ae, [
|
|
167
171
|
o(M, { variant: "default" }, {
|
|
168
|
-
icon:
|
|
172
|
+
icon: d(() => [
|
|
169
173
|
o(e(z), {
|
|
170
174
|
size: 32,
|
|
171
175
|
color: "#009fe3"
|
|
172
176
|
})
|
|
173
177
|
]),
|
|
174
|
-
title:
|
|
178
|
+
title: d(() => a[7] || (a[7] = [
|
|
175
179
|
S(" Wichtig! ", -1)
|
|
176
180
|
])),
|
|
177
|
-
default:
|
|
178
|
-
a[8] || (a[8] =
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
181
|
+
default: d(() => [
|
|
182
|
+
a[8] || (a[8] = t("div", { class: "copy-large-regular" }, [
|
|
183
|
+
t("p", null, "Bitte geben Sie keine persönlichen Daten preis! Diese dürfen auf unserer Plattform nicht veröffentlicht werden."),
|
|
184
|
+
t("p", null, "Dazu zählen Namen, E-Mail-Adresse oder auch Telefonnummern von realen Personen."),
|
|
185
|
+
t("p", null, "Geben Sie daher hier die Daten einer Organisationseinheit oder Abteilung an.")
|
|
182
186
|
], -1))
|
|
183
187
|
]),
|
|
184
188
|
_: 1,
|