@goodhood-web/nebenan-base 1.7.0-development.13 → 1.7.0-development.14
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/index.js +18 -18
- package/index.mjs +125 -125
- package/lib/ConfirmDialog/ConfirmDialog.d.ts +1 -1
- package/lib/ConfirmDialog/ConfirmDialog.types.d.ts +3 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -67,8 +67,8 @@ function Q3() {
|
|
|
67
67
|
}
|
|
68
68
|
function D($, pe, Fe) {
|
|
69
69
|
{
|
|
70
|
-
var He = T.ReactDebugCurrentFrame,
|
|
71
|
-
|
|
70
|
+
var He = T.ReactDebugCurrentFrame, an = He.getStackAddendum();
|
|
71
|
+
an !== "" && (pe += "%s", Fe = Fe.concat([an]));
|
|
72
72
|
var gn = Fe.map(function(rn) {
|
|
73
73
|
return String(rn);
|
|
74
74
|
});
|
|
@@ -88,8 +88,8 @@ function Q3() {
|
|
|
88
88
|
var He = $.displayName;
|
|
89
89
|
if (He)
|
|
90
90
|
return He;
|
|
91
|
-
var
|
|
92
|
-
return
|
|
91
|
+
var an = pe.displayName || pe.name || "";
|
|
92
|
+
return an !== "" ? Fe + "(" + an + ")" : Fe;
|
|
93
93
|
}
|
|
94
94
|
function Q($) {
|
|
95
95
|
return $.displayName || "Context";
|
|
@@ -129,7 +129,7 @@ function Q3() {
|
|
|
129
129
|
var He = $.displayName || null;
|
|
130
130
|
return He !== null ? He : te($.type) || "Memo";
|
|
131
131
|
case w: {
|
|
132
|
-
var
|
|
132
|
+
var an = $, gn = an._payload, rn = an._init;
|
|
133
133
|
try {
|
|
134
134
|
return te(rn(gn));
|
|
135
135
|
} catch {
|
|
@@ -207,8 +207,8 @@ function Q3() {
|
|
|
207
207
|
if (Me === void 0)
|
|
208
208
|
try {
|
|
209
209
|
throw Error();
|
|
210
|
-
} catch (
|
|
211
|
-
var He =
|
|
210
|
+
} catch (an) {
|
|
211
|
+
var He = an.stack.trim().match(/\n( *(at )?)/);
|
|
212
212
|
Me = He && He[1] || "";
|
|
213
213
|
}
|
|
214
214
|
return `
|
|
@@ -230,7 +230,7 @@ function Q3() {
|
|
|
230
230
|
}
|
|
231
231
|
var He;
|
|
232
232
|
Re = !0;
|
|
233
|
-
var
|
|
233
|
+
var an = Error.prepareStackTrace;
|
|
234
234
|
Error.prepareStackTrace = void 0;
|
|
235
235
|
var gn;
|
|
236
236
|
gn = Le.current, Le.current = null, $e();
|
|
@@ -286,7 +286,7 @@ function Q3() {
|
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
288
|
} finally {
|
|
289
|
-
Re = !1, Le.current = gn, Ae(), Error.prepareStackTrace =
|
|
289
|
+
Re = !1, Le.current = gn, Ae(), Error.prepareStackTrace = an;
|
|
290
290
|
}
|
|
291
291
|
var zt = $ ? $.displayName || $.name : "", tt = zt ? Te(zt) : "";
|
|
292
292
|
return typeof $ == "function" && Ie.set($, tt), tt;
|
|
@@ -318,9 +318,9 @@ function Q3() {
|
|
|
318
318
|
case m:
|
|
319
319
|
return Yn($.type, pe, Fe);
|
|
320
320
|
case w: {
|
|
321
|
-
var He = $,
|
|
321
|
+
var He = $, an = He._payload, gn = He._init;
|
|
322
322
|
try {
|
|
323
|
-
return Yn(gn(
|
|
323
|
+
return Yn(gn(an), pe, Fe);
|
|
324
324
|
} catch {
|
|
325
325
|
}
|
|
326
326
|
}
|
|
@@ -335,7 +335,7 @@ function Q3() {
|
|
|
335
335
|
} else
|
|
336
336
|
Jn.setExtraStackFrame(null);
|
|
337
337
|
}
|
|
338
|
-
function mt($, pe, Fe, He,
|
|
338
|
+
function mt($, pe, Fe, He, an) {
|
|
339
339
|
{
|
|
340
340
|
var gn = Function.call.bind(et);
|
|
341
341
|
for (var rn in $)
|
|
@@ -350,7 +350,7 @@ function Q3() {
|
|
|
350
350
|
} catch (_n) {
|
|
351
351
|
Qe = _n;
|
|
352
352
|
}
|
|
353
|
-
Qe && !(Qe instanceof Error) && (Xn(
|
|
353
|
+
Qe && !(Qe instanceof Error) && (Xn(an), O("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", He || "React class", Fe, rn, typeof Qe), Xn(null)), Qe instanceof Error && !(Qe.message in gt) && (gt[Qe.message] = !0, Xn(an), O("Failed %s type: %s", Fe, Qe.message), Xn(null));
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
}
|
|
@@ -429,7 +429,7 @@ function Q3() {
|
|
|
429
429
|
});
|
|
430
430
|
}
|
|
431
431
|
}
|
|
432
|
-
var Ai = function($, pe, Fe, He,
|
|
432
|
+
var Ai = function($, pe, Fe, He, an, gn, rn) {
|
|
433
433
|
var Qe = {
|
|
434
434
|
// This tag allows us to uniquely identify this as a React Element
|
|
435
435
|
$$typeof: e,
|
|
@@ -455,13 +455,13 @@ function Q3() {
|
|
|
455
455
|
configurable: !1,
|
|
456
456
|
enumerable: !1,
|
|
457
457
|
writable: !1,
|
|
458
|
-
value:
|
|
458
|
+
value: an
|
|
459
459
|
}), Object.freeze && (Object.freeze(Qe.props), Object.freeze(Qe)), Qe;
|
|
460
460
|
};
|
|
461
|
-
function nr($, pe, Fe, He,
|
|
461
|
+
function nr($, pe, Fe, He, an) {
|
|
462
462
|
{
|
|
463
463
|
var gn, rn = {}, Qe = null, Tn = null;
|
|
464
|
-
Fe !== void 0 && (We(Fe), Qe = "" + Fe), un(pe) && (We(pe.key), Qe = "" + pe.key), ze(pe) && (Tn = pe.ref, Ln(pe,
|
|
464
|
+
Fe !== void 0 && (We(Fe), Qe = "" + Fe), un(pe) && (We(pe.key), Qe = "" + pe.key), ze(pe) && (Tn = pe.ref, Ln(pe, an));
|
|
465
465
|
for (gn in pe)
|
|
466
466
|
et.call(pe, gn) && !Xe.hasOwnProperty(gn) && (rn[gn] = pe[gn]);
|
|
467
467
|
if ($ && $.defaultProps) {
|
|
@@ -473,7 +473,7 @@ function Q3() {
|
|
|
473
473
|
var mn = typeof $ == "function" ? $.displayName || $.name || "Unknown" : $;
|
|
474
474
|
Qe && ri(rn, mn), Tn && Kt(rn, mn);
|
|
475
475
|
}
|
|
476
|
-
return Ai($, Qe, Tn,
|
|
476
|
+
return Ai($, Qe, Tn, an, He, Ue.current, rn);
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
479
|
var Qn = T.ReactCurrentOwner, vt = T.ReactDebugCurrentFrame;
|
|
@@ -542,9 +542,9 @@ Check the top-level render call using <` + Fe + ">.");
|
|
|
542
542
|
else if (Et($))
|
|
543
543
|
$._store && ($._store.validated = !0);
|
|
544
544
|
else if ($) {
|
|
545
|
-
var
|
|
546
|
-
if (typeof
|
|
547
|
-
for (var gn =
|
|
545
|
+
var an = M($);
|
|
546
|
+
if (typeof an == "function" && an !== $.entries)
|
|
547
|
+
for (var gn = an.call($), rn; !(rn = gn.next()).done; )
|
|
548
548
|
Et(rn.value) && Tt(rn.value, pe);
|
|
549
549
|
}
|
|
550
550
|
}
|
|
@@ -568,8 +568,8 @@ Check the top-level render call using <` + Fe + ">.");
|
|
|
568
568
|
mt(Fe, $.props, "prop", He, $);
|
|
569
569
|
} else if (pe.PropTypes !== void 0 && !kn) {
|
|
570
570
|
kn = !0;
|
|
571
|
-
var
|
|
572
|
-
O("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
571
|
+
var an = te(pe);
|
|
572
|
+
O("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", an || "Unknown");
|
|
573
573
|
}
|
|
574
574
|
typeof pe.getDefaultProps == "function" && !pe.getDefaultProps.isReactClassApproved && O("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
575
575
|
}
|
|
@@ -587,7 +587,7 @@ Check the top-level render call using <` + Fe + ">.");
|
|
|
587
587
|
}
|
|
588
588
|
}
|
|
589
589
|
var Bi = {};
|
|
590
|
-
function On($, pe, Fe, He,
|
|
590
|
+
function On($, pe, Fe, He, an, gn) {
|
|
591
591
|
{
|
|
592
592
|
var rn = K($);
|
|
593
593
|
if (!rn) {
|
|
@@ -598,7 +598,7 @@ Check the top-level render call using <` + Fe + ">.");
|
|
|
598
598
|
var _n;
|
|
599
599
|
$ === null ? _n = "null" : Y($) ? _n = "array" : $ !== void 0 && $.$$typeof === e ? (_n = "<" + (te($.type) || "Unknown") + " />", Qe = " Did you accidentally export a JSX literal instead of a component?") : _n = typeof $, O("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", _n, Qe);
|
|
600
600
|
}
|
|
601
|
-
var mn = nr($, pe, Fe,
|
|
601
|
+
var mn = nr($, pe, Fe, an, gn);
|
|
602
602
|
if (mn == null)
|
|
603
603
|
return mn;
|
|
604
604
|
if (rn) {
|
|
@@ -5732,7 +5732,7 @@ function Ww(n) {
|
|
|
5732
5732
|
return "span";
|
|
5733
5733
|
}
|
|
5734
5734
|
}
|
|
5735
|
-
function
|
|
5735
|
+
function on({ as: n, children: e, className: t, type: i }) {
|
|
5736
5736
|
const r = n || Ww(i);
|
|
5737
5737
|
return /* @__PURE__ */ A.jsx(r, { className: Ke(Gw[i], t), children: e });
|
|
5738
5738
|
}
|
|
@@ -5998,7 +5998,7 @@ function od({
|
|
|
5998
5998
|
children: [
|
|
5999
5999
|
f,
|
|
6000
6000
|
/* @__PURE__ */ A.jsx(
|
|
6001
|
-
|
|
6001
|
+
on,
|
|
6002
6002
|
{
|
|
6003
6003
|
type: W9[a],
|
|
6004
6004
|
as: "span",
|
|
@@ -6895,11 +6895,11 @@ function g8() {
|
|
|
6895
6895
|
function He(v) {
|
|
6896
6896
|
return console.error(v), null;
|
|
6897
6897
|
}
|
|
6898
|
-
function
|
|
6898
|
+
function an() {
|
|
6899
6899
|
}
|
|
6900
6900
|
function gn(v, C, L, I, J, W, ae, we, Ne) {
|
|
6901
6901
|
var Ze = [], Ve = /* @__PURE__ */ new Set();
|
|
6902
|
-
return C = { destination: null, responseState: C, progressiveChunkSize: I === void 0 ? 12800 : I, status: 0, fatalError: null, nextSegmentId: 0, allPendingTasks: 0, pendingRootTasks: 0, completedRootSegment: null, abortableTasks: Ve, pingedTasks: Ze, clientRenderedBoundaries: [], completedBoundaries: [], partialBoundaries: [], onError: J === void 0 ? He : J, onAllReady:
|
|
6902
|
+
return C = { destination: null, responseState: C, progressiveChunkSize: I === void 0 ? 12800 : I, status: 0, fatalError: null, nextSegmentId: 0, allPendingTasks: 0, pendingRootTasks: 0, completedRootSegment: null, abortableTasks: Ve, pingedTasks: Ze, clientRenderedBoundaries: [], completedBoundaries: [], partialBoundaries: [], onError: J === void 0 ? He : J, onAllReady: an, onShellReady: ae === void 0 ? an : ae, onShellError: an, onFatalError: an }, L = Qe(C, 0, null, L, !1, !1), L.parentFlushed = !0, v = rn(C, v, null, L, Ve, mt, null, Ce), Ze.push(v), C;
|
|
6903
6903
|
}
|
|
6904
6904
|
function rn(v, C, L, I, J, W, ae, we) {
|
|
6905
6905
|
v.allPendingTasks++, L === null ? v.pendingRootTasks++ : L.pendingTasks++;
|
|
@@ -7131,7 +7131,7 @@ function g8() {
|
|
|
7131
7131
|
if (v.completedRootSegment !== null) throw Error(e(389));
|
|
7132
7132
|
v.completedRootSegment = L;
|
|
7133
7133
|
}
|
|
7134
|
-
v.pendingRootTasks--, v.pendingRootTasks === 0 && (v.onShellError =
|
|
7134
|
+
v.pendingRootTasks--, v.pendingRootTasks === 0 && (v.onShellError = an, C = v.onShellReady, C());
|
|
7135
7135
|
} else C.pendingTasks--, C.forceClientRender || (C.pendingTasks === 0 ? (L.parentFlushed && L.status === 1 && Bt(C, L), C.parentFlushed && v.completedBoundaries.push(C), C.fallbackAbortableTasks.forEach(Yt, v), C.fallbackAbortableTasks.clear()) : L.parentFlushed && L.status === 1 && (Bt(C, L), C.completedSegments.length === 1 && C.parentFlushed && v.partialBoundaries.push(C)));
|
|
7136
7136
|
v.allPendingTasks--, v.allPendingTasks === 0 && (v = v.onAllReady, v());
|
|
7137
7137
|
}
|
|
@@ -7676,9 +7676,9 @@ function m8() {
|
|
|
7676
7676
|
case "select":
|
|
7677
7677
|
k.push(be("select"));
|
|
7678
7678
|
var q = null, de = null;
|
|
7679
|
-
for (
|
|
7680
|
-
var ye = R[
|
|
7681
|
-
if (ye != null) switch (
|
|
7679
|
+
for (sn in R) if (m.call(R, sn)) {
|
|
7680
|
+
var ye = R[sn];
|
|
7681
|
+
if (ye != null) switch (sn) {
|
|
7682
7682
|
case "children":
|
|
7683
7683
|
q = ye;
|
|
7684
7684
|
break;
|
|
@@ -7689,13 +7689,13 @@ function m8() {
|
|
|
7689
7689
|
case "value":
|
|
7690
7690
|
break;
|
|
7691
7691
|
default:
|
|
7692
|
-
ln(k, B,
|
|
7692
|
+
ln(k, B, sn, ye);
|
|
7693
7693
|
}
|
|
7694
7694
|
}
|
|
7695
7695
|
return k.push(Cn), et(k, de, q), q;
|
|
7696
7696
|
case "option":
|
|
7697
7697
|
de = X.selectedValue, k.push(be("option"));
|
|
7698
|
-
var qe = ye = null, fn = null,
|
|
7698
|
+
var qe = ye = null, fn = null, sn = null;
|
|
7699
7699
|
for (q in R) if (m.call(R, q)) {
|
|
7700
7700
|
var An = R[q];
|
|
7701
7701
|
if (An != null) switch (q) {
|
|
@@ -7706,7 +7706,7 @@ function m8() {
|
|
|
7706
7706
|
fn = An;
|
|
7707
7707
|
break;
|
|
7708
7708
|
case "dangerouslySetInnerHTML":
|
|
7709
|
-
|
|
7709
|
+
sn = An;
|
|
7710
7710
|
break;
|
|
7711
7711
|
case "value":
|
|
7712
7712
|
qe = An;
|
|
@@ -7722,12 +7722,12 @@ function m8() {
|
|
|
7722
7722
|
}
|
|
7723
7723
|
} else "" + de === R && k.push(Jn);
|
|
7724
7724
|
else fn && k.push(Jn);
|
|
7725
|
-
return k.push(Cn), et(k,
|
|
7725
|
+
return k.push(Cn), et(k, sn, ye), ye;
|
|
7726
7726
|
case "textarea":
|
|
7727
|
-
k.push(be("textarea")),
|
|
7727
|
+
k.push(be("textarea")), sn = de = q = null;
|
|
7728
7728
|
for (ye in R) if (m.call(R, ye) && (qe = R[ye], qe != null)) switch (ye) {
|
|
7729
7729
|
case "children":
|
|
7730
|
-
|
|
7730
|
+
sn = qe;
|
|
7731
7731
|
break;
|
|
7732
7732
|
case "value":
|
|
7733
7733
|
q = qe;
|
|
@@ -7740,15 +7740,15 @@ function m8() {
|
|
|
7740
7740
|
default:
|
|
7741
7741
|
ln(k, B, ye, qe);
|
|
7742
7742
|
}
|
|
7743
|
-
if (q === null && de !== null && (q = de), k.push(Cn),
|
|
7743
|
+
if (q === null && de !== null && (q = de), k.push(Cn), sn != null) {
|
|
7744
7744
|
if (q != null) throw Error(e(92));
|
|
7745
|
-
if (K(
|
|
7746
|
-
q = "" +
|
|
7745
|
+
if (K(sn) && 1 < sn.length) throw Error(e(93));
|
|
7746
|
+
q = "" + sn;
|
|
7747
7747
|
}
|
|
7748
7748
|
return typeof q == "string" && q[0] === `
|
|
7749
7749
|
` && k.push(mt), q !== null && k.push(f(Z("" + q))), null;
|
|
7750
7750
|
case "input":
|
|
7751
|
-
k.push(be("input")), qe =
|
|
7751
|
+
k.push(be("input")), qe = sn = ye = q = null;
|
|
7752
7752
|
for (de in R) if (m.call(R, de) && (fn = R[de], fn != null)) switch (de) {
|
|
7753
7753
|
case "children":
|
|
7754
7754
|
case "dangerouslySetInnerHTML":
|
|
@@ -7760,7 +7760,7 @@ function m8() {
|
|
|
7760
7760
|
ye = fn;
|
|
7761
7761
|
break;
|
|
7762
7762
|
case "checked":
|
|
7763
|
-
|
|
7763
|
+
sn = fn;
|
|
7764
7764
|
break;
|
|
7765
7765
|
case "value":
|
|
7766
7766
|
q = fn;
|
|
@@ -7768,11 +7768,11 @@ function m8() {
|
|
|
7768
7768
|
default:
|
|
7769
7769
|
ln(k, B, de, fn);
|
|
7770
7770
|
}
|
|
7771
|
-
return
|
|
7771
|
+
return sn !== null ? ln(
|
|
7772
7772
|
k,
|
|
7773
7773
|
B,
|
|
7774
7774
|
"checked",
|
|
7775
|
-
|
|
7775
|
+
sn
|
|
7776
7776
|
) : qe !== null && ln(k, B, "checked", qe), q !== null ? ln(k, B, "value", q) : ye !== null && ln(k, B, "value", ye), k.push(Yn), null;
|
|
7777
7777
|
case "menuitem":
|
|
7778
7778
|
k.push(be("menuitem"));
|
|
@@ -7905,7 +7905,7 @@ function m8() {
|
|
|
7905
7905
|
throw Error(e(397));
|
|
7906
7906
|
}
|
|
7907
7907
|
}
|
|
7908
|
-
function
|
|
7908
|
+
function an(k, S) {
|
|
7909
7909
|
switch (S.insertionMode) {
|
|
7910
7910
|
case 0:
|
|
7911
7911
|
case 1:
|
|
@@ -8164,8 +8164,8 @@ function m8() {
|
|
|
8164
8164
|
function sr() {
|
|
8165
8165
|
}
|
|
8166
8166
|
function Ga(k, S, R, B, X, q, de, ye, qe) {
|
|
8167
|
-
var fn = [],
|
|
8168
|
-
return S = { destination: null, responseState: S, progressiveChunkSize: B === void 0 ? 12800 : B, status: 0, fatalError: null, nextSegmentId: 0, allPendingTasks: 0, pendingRootTasks: 0, completedRootSegment: null, abortableTasks:
|
|
8167
|
+
var fn = [], sn = /* @__PURE__ */ new Set();
|
|
8168
|
+
return S = { destination: null, responseState: S, progressiveChunkSize: B === void 0 ? 12800 : B, status: 0, fatalError: null, nextSegmentId: 0, allPendingTasks: 0, pendingRootTasks: 0, completedRootSegment: null, abortableTasks: sn, pingedTasks: fn, clientRenderedBoundaries: [], completedBoundaries: [], partialBoundaries: [], onError: X === void 0 ? El : X, onAllReady: q === void 0 ? sr : q, onShellReady: de === void 0 ? sr : de, onShellError: ye === void 0 ? sr : ye, onFatalError: qe === void 0 ? sr : qe }, R = or(S, 0, null, R, !1, !1), R.parentFlushed = !0, k = Wa(S, k, null, R, sn, Ne, null, Di), fn.push(k), S;
|
|
8169
8169
|
}
|
|
8170
8170
|
function Wa(k, S, R, B, X, q, de, ye) {
|
|
8171
8171
|
k.allPendingTasks++, R === null ? k.pendingRootTasks++ : R.pendingTasks++;
|
|
@@ -8278,8 +8278,8 @@ function m8() {
|
|
|
8278
8278
|
S,
|
|
8279
8279
|
B
|
|
8280
8280
|
), fn.lastPushedText && fn.textEmbedded && fn.chunks.push(_e), fn.status = 1, aa(ye, fn), ye.pendingTasks === 0) break e;
|
|
8281
|
-
} catch (
|
|
8282
|
-
fn.status = 4, ye.forceClientRender = !0, ye.errorDigest = Fr(k,
|
|
8281
|
+
} catch (sn) {
|
|
8282
|
+
fn.status = 4, ye.forceClientRender = !0, ye.errorDigest = Fr(k, sn);
|
|
8283
8283
|
} finally {
|
|
8284
8284
|
S.blockedBoundary = R, S.blockedSegment = X;
|
|
8285
8285
|
}
|
|
@@ -8419,8 +8419,8 @@ function m8() {
|
|
|
8419
8419
|
Dt.then(fn, fn);
|
|
8420
8420
|
} else {
|
|
8421
8421
|
de.abortSet.delete(de), qe.status = 4;
|
|
8422
|
-
var
|
|
8423
|
-
if (
|
|
8422
|
+
var sn = de.blockedBoundary, An = Dt, yt = Fr(ye, An);
|
|
8423
|
+
if (sn === null ? ta(ye, An) : (sn.pendingTasks--, sn.forceClientRender || (sn.forceClientRender = !0, sn.errorDigest = yt, sn.parentFlushed && ye.clientRenderedBoundaries.push(sn))), ye.allPendingTasks--, ye.allPendingTasks === 0) {
|
|
8424
8424
|
var Ot = ye.onAllReady;
|
|
8425
8425
|
Ot();
|
|
8426
8426
|
}
|
|
@@ -8474,7 +8474,7 @@ function m8() {
|
|
|
8474
8474
|
return a(S, Ln);
|
|
8475
8475
|
}
|
|
8476
8476
|
function so(k, S, R) {
|
|
8477
|
-
return He(S, k.responseState, R.formatContext, R.id), oa(k, S, R),
|
|
8477
|
+
return He(S, k.responseState, R.formatContext, R.id), oa(k, S, R), an(S, R.formatContext);
|
|
8478
8478
|
}
|
|
8479
8479
|
function oo(k, S, R) {
|
|
8480
8480
|
for (var B = R.completedSegments, X = 0; X < B.length; X++) lo(k, S, R, B[X]);
|
|
@@ -8504,12 +8504,12 @@ function m8() {
|
|
|
8504
8504
|
for (q = 0; q < X.length; q++) {
|
|
8505
8505
|
var de = X[q];
|
|
8506
8506
|
B = S;
|
|
8507
|
-
var ye = k.responseState, qe = de.id, fn = de.errorDigest,
|
|
8507
|
+
var ye = k.responseState, qe = de.id, fn = de.errorDigest, sn = de.errorMessage, An = de.errorComponentStack;
|
|
8508
8508
|
if (r(B, ye.startInlineScript), ye.sentClientRenderFunction ? r(B, pn) : (ye.sentClientRenderFunction = !0, r(
|
|
8509
8509
|
B,
|
|
8510
8510
|
tt
|
|
8511
8511
|
)), qe === null) throw Error(e(395));
|
|
8512
|
-
r(B, qe), r(B, ot), (fn ||
|
|
8512
|
+
r(B, qe), r(B, ot), (fn || sn || An) && (r(B, Yt), r(B, f(Bt(fn || "")))), (sn || An) && (r(B, Yt), r(B, f(Bt(sn || "")))), An && (r(B, Yt), r(B, f(Bt(An)))), a(B, Mt);
|
|
8513
8513
|
}
|
|
8514
8514
|
X.splice(0, q);
|
|
8515
8515
|
var yt = k.completedBoundaries;
|
|
@@ -8558,10 +8558,10 @@ function m8() {
|
|
|
8558
8558
|
}
|
|
8559
8559
|
return oc.renderToReadableStream = function(k, S) {
|
|
8560
8560
|
return new Promise(function(R, B) {
|
|
8561
|
-
var X, q, de = new Promise(function(
|
|
8562
|
-
q =
|
|
8561
|
+
var X, q, de = new Promise(function(sn, An) {
|
|
8562
|
+
q = sn, X = An;
|
|
8563
8563
|
}), ye = Ga(k, re(S ? S.identifierPrefix : void 0, S ? S.nonce : void 0, S ? S.bootstrapScriptContent : void 0, S ? S.bootstrapScripts : void 0, S ? S.bootstrapModules : void 0), ie(S ? S.namespaceURI : void 0), S ? S.progressiveChunkSize : void 0, S ? S.onError : void 0, q, function() {
|
|
8564
|
-
var
|
|
8564
|
+
var sn = new ReadableStream({ type: "bytes", pull: function(An) {
|
|
8565
8565
|
if (ye.status === 1) ye.status = 2, p(An, ye.fatalError);
|
|
8566
8566
|
else if (ye.status !== 2 && ye.destination === null) {
|
|
8567
8567
|
ye.destination = An;
|
|
@@ -8574,10 +8574,10 @@ function m8() {
|
|
|
8574
8574
|
}, cancel: function() {
|
|
8575
8575
|
fo(ye);
|
|
8576
8576
|
} }, { highWaterMark: 0 });
|
|
8577
|
-
|
|
8578
|
-
}, function(
|
|
8577
|
+
sn.allReady = de, R(sn);
|
|
8578
|
+
}, function(sn) {
|
|
8579
8579
|
de.catch(function() {
|
|
8580
|
-
}), B(
|
|
8580
|
+
}), B(sn);
|
|
8581
8581
|
}, X);
|
|
8582
8582
|
if (S && S.signal) {
|
|
8583
8583
|
var qe = S.signal, fn = function() {
|
|
@@ -9901,7 +9901,7 @@ function v8() {
|
|
|
9901
9901
|
sentClientRenderFunction: !1
|
|
9902
9902
|
};
|
|
9903
9903
|
}
|
|
9904
|
-
var Fe = 0, He = 1,
|
|
9904
|
+
var Fe = 0, He = 1, an = 2, gn = 3, rn = 4, Qe = 5, Tn = 6, _n = 7;
|
|
9905
9905
|
function mn(s, l) {
|
|
9906
9906
|
return {
|
|
9907
9907
|
insertionMode: s,
|
|
@@ -9913,7 +9913,7 @@ function v8() {
|
|
|
9913
9913
|
case "select":
|
|
9914
9914
|
return mn(He, c.value != null ? c.value : c.defaultValue);
|
|
9915
9915
|
case "svg":
|
|
9916
|
-
return mn(
|
|
9916
|
+
return mn(an, null);
|
|
9917
9917
|
case "math":
|
|
9918
9918
|
return mn(gn, null);
|
|
9919
9919
|
case "foreignObject":
|
|
@@ -10356,7 +10356,7 @@ function v8() {
|
|
|
10356
10356
|
}
|
|
10357
10357
|
var xl = "<!DOCTYPE html>";
|
|
10358
10358
|
function li(s, l, c, g, y) {
|
|
10359
|
-
switch (Xn(l, c), qt(l, c), Ct(l, c, null), !c.suppressContentEditableWarning && c.contentEditable && c.children != null && r("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."), y.insertionMode !==
|
|
10359
|
+
switch (Xn(l, c), qt(l, c), Ct(l, c, null), !c.suppressContentEditableWarning && c.contentEditable && c.children != null && r("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."), y.insertionMode !== an && y.insertionMode !== gn && l.indexOf("-") === -1 && typeof c.is != "string" && l.toLowerCase() !== l && r("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.", l), l) {
|
|
10360
10360
|
case "select":
|
|
10361
10361
|
return Ve(s, c, g);
|
|
10362
10362
|
case "option":
|
|
@@ -10464,7 +10464,7 @@ function v8() {
|
|
|
10464
10464
|
case Fe:
|
|
10465
10465
|
case He:
|
|
10466
10466
|
return f(s, Wa), f(s, l.segmentPrefix), f(s, g.toString(16)), h(s, or);
|
|
10467
|
-
case
|
|
10467
|
+
case an:
|
|
10468
10468
|
return f(s, ta), f(s, l.segmentPrefix), f(s, g.toString(16)), h(s, Qs);
|
|
10469
10469
|
case gn:
|
|
10470
10470
|
return f(s, no), f(s, l.segmentPrefix), f(s, g.toString(16)), h(s, ia);
|
|
@@ -10485,7 +10485,7 @@ function v8() {
|
|
|
10485
10485
|
case Fe:
|
|
10486
10486
|
case He:
|
|
10487
10487
|
return h(s, Fr);
|
|
10488
|
-
case
|
|
10488
|
+
case an:
|
|
10489
10489
|
return h(s, eo);
|
|
10490
10490
|
case gn:
|
|
10491
10491
|
return h(s, wt);
|
|
@@ -10507,12 +10507,12 @@ function v8() {
|
|
|
10507
10507
|
var g = c.toString(16);
|
|
10508
10508
|
return f(s, g), f(s, q), f(s, l.placeholderPrefix), f(s, g), h(s, de);
|
|
10509
10509
|
}
|
|
10510
|
-
var qe = S + ';$RC("', fn = '$RC("',
|
|
10510
|
+
var qe = S + ';$RC("', fn = '$RC("', sn = '","', An = '")<\/script>';
|
|
10511
10511
|
function yt(s, l, c, g) {
|
|
10512
10512
|
if (f(s, l.startInlineScript), l.sentCompleteBoundaryFunction ? f(s, fn) : (l.sentCompleteBoundaryFunction = !0, f(s, qe)), c === null)
|
|
10513
10513
|
throw new Error("An ID must have been assigned before we can complete the boundary.");
|
|
10514
10514
|
var y = g.toString(16);
|
|
10515
|
-
return f(s, c), f(s,
|
|
10515
|
+
return f(s, c), f(s, sn), f(s, l.segmentPrefix), f(s, y), h(s, An);
|
|
10516
10516
|
}
|
|
10517
10517
|
var Ot = R + ';$RX("', Dt = '$RX("', la = '"', co = ")<\/script>", Mr = ",";
|
|
10518
10518
|
function Du(s, l, c, g, y, E) {
|
|
@@ -13471,7 +13471,7 @@ function k8() {
|
|
|
13471
13471
|
function He(u) {
|
|
13472
13472
|
return Fe(u);
|
|
13473
13473
|
}
|
|
13474
|
-
var
|
|
13474
|
+
var an = T("<script>"), gn = T("<\/script>"), rn = T('<script src="'), Qe = T('<script type="module" src="'), Tn = T('" async=""><\/script>');
|
|
13475
13475
|
function _n(u) {
|
|
13476
13476
|
return ue(u), ("" + u).replace(mn, nt);
|
|
13477
13477
|
}
|
|
@@ -13479,7 +13479,7 @@ function k8() {
|
|
|
13479
13479
|
return "" + s + (l === "s" ? "\\u0073" : "\\u0053") + c;
|
|
13480
13480
|
};
|
|
13481
13481
|
function zt(u, s, l, c, g) {
|
|
13482
|
-
var y = u === void 0 ? "" : u, E = s === void 0 ?
|
|
13482
|
+
var y = u === void 0 ? "" : u, E = s === void 0 ? an : T('<script nonce="' + On(s) + '">'), P = [];
|
|
13483
13483
|
if (l !== void 0 && P.push(E, M(_n(l)), gn), c !== void 0)
|
|
13484
13484
|
for (var j = 0; j < c.length; j++)
|
|
13485
13485
|
P.push(rn, M(On(c[j])), Tn);
|
|
@@ -14061,7 +14061,7 @@ function k8() {
|
|
|
14061
14061
|
return w(u, Ga);
|
|
14062
14062
|
}
|
|
14063
14063
|
var io = T('<div hidden id="'), aa = T('">'), ro = T("</div>"), ao = T('<svg aria-hidden="true" style="display:none" id="'), sa = T('">'), oa = T("</svg>"), so = T('<math aria-hidden="true" style="display:none" id="'), oo = T('">'), lo = T("</math>"), Ua = T('<table hidden id="'), fo = T('">'), k = T("</table>"), S = T('<table hidden><tbody id="'), R = T('">'), B = T("</tbody></table>"), X = T('<table hidden><tr id="'), q = T('">'), de = T("</tr></table>"), ye = T('<table hidden><colgroup id="'), qe = T('">'), fn = T("</colgroup></table>");
|
|
14064
|
-
function
|
|
14064
|
+
function sn(u, s, l, c) {
|
|
14065
14065
|
switch (l.insertionMode) {
|
|
14066
14066
|
case tt:
|
|
14067
14067
|
case pn:
|
|
@@ -15584,7 +15584,7 @@ Error generating stack: ` + c.message + `
|
|
|
15584
15584
|
return Uu(s, u.responseState, l.id, l.errorDigest, l.errorMessage, l.errorComponentStack);
|
|
15585
15585
|
}
|
|
15586
15586
|
function qo(u, s, l) {
|
|
15587
|
-
return
|
|
15587
|
+
return sn(s, u.responseState, l.formatContext, l.id), Zo(u, s, l), An(s, l.formatContext);
|
|
15588
15588
|
}
|
|
15589
15589
|
function Qd(u, s, l) {
|
|
15590
15590
|
for (var c = l.completedSegments, g = 0; g < c.length; g++) {
|
|
@@ -15735,7 +15735,7 @@ const w8 = (n, e) => {
|
|
|
15735
15735
|
{
|
|
15736
15736
|
href: `https://${i.replace(/^https?:\/\//, "")}`,
|
|
15737
15737
|
target: "_blank",
|
|
15738
|
-
children: /* @__PURE__ */ A.jsx(
|
|
15738
|
+
children: /* @__PURE__ */ A.jsx(on, { type: "body-text-link", children: i })
|
|
15739
15739
|
},
|
|
15740
15740
|
r
|
|
15741
15741
|
)
|
|
@@ -15756,14 +15756,14 @@ const w8 = (n, e) => {
|
|
|
15756
15756
|
switch (t) {
|
|
15757
15757
|
case "modal":
|
|
15758
15758
|
return /* @__PURE__ */ A.jsxs("div", { className: Ke(ya.bodyText, ya[`bodyText--${t}`]), children: [
|
|
15759
|
-
e && /* @__PURE__ */ A.jsx(
|
|
15760
|
-
/* @__PURE__ */ A.jsx(
|
|
15759
|
+
e && /* @__PURE__ */ A.jsx(on, { type: "h4", children: e }),
|
|
15760
|
+
/* @__PURE__ */ A.jsx(on, { type: "body-regular", className: ya["bodyText__text--collapsed"], children: h })
|
|
15761
15761
|
] });
|
|
15762
15762
|
case "post":
|
|
15763
15763
|
return /* @__PURE__ */ A.jsxs("div", { onClick: d, className: f, children: [
|
|
15764
|
-
e && /* @__PURE__ */ A.jsx(
|
|
15764
|
+
e && /* @__PURE__ */ A.jsx(on, { type: "h5", children: e }),
|
|
15765
15765
|
n && /* @__PURE__ */ A.jsx(
|
|
15766
|
-
|
|
15766
|
+
on,
|
|
15767
15767
|
{
|
|
15768
15768
|
type: "body-regular",
|
|
15769
15769
|
className: Ke({ [ya["bodyText__text--collapsed"]]: !a }),
|
|
@@ -15856,7 +15856,7 @@ const w8 = (n, e) => {
|
|
|
15856
15856
|
[gf["primaryButton--fullWidth"]]: r
|
|
15857
15857
|
}),
|
|
15858
15858
|
children: [
|
|
15859
|
-
d && /* @__PURE__ */ A.jsx(
|
|
15859
|
+
d && /* @__PURE__ */ A.jsx(on, { type: m[o], as: "span", children: d }),
|
|
15860
15860
|
n
|
|
15861
15861
|
]
|
|
15862
15862
|
}
|
|
@@ -15880,7 +15880,7 @@ const w8 = (n, e) => {
|
|
|
15880
15880
|
const o = $c(i, [Aa, ii]);
|
|
15881
15881
|
return /* @__PURE__ */ A.jsxs("header", { className: Ke(Kg.root, e), children: [
|
|
15882
15882
|
o,
|
|
15883
|
-
/* @__PURE__ */ A.jsx(
|
|
15883
|
+
/* @__PURE__ */ A.jsx(on, { type: a, as: n, className: Kg.title, children: t }),
|
|
15884
15884
|
r
|
|
15885
15885
|
] });
|
|
15886
15886
|
}, I8 = ({
|
|
@@ -15937,7 +15937,7 @@ const w8 = (n, e) => {
|
|
|
15937
15937
|
Jg[`feedItemCategory--${t}`],
|
|
15938
15938
|
n
|
|
15939
15939
|
),
|
|
15940
|
-
children: /* @__PURE__ */ A.jsx(
|
|
15940
|
+
children: /* @__PURE__ */ A.jsx(on, { type: "detail-medium", children: e })
|
|
15941
15941
|
}
|
|
15942
15942
|
), H8 = "_fieldset_o9167_106", N8 = {
|
|
15943
15943
|
fieldset: H8
|
|
@@ -16000,7 +16000,7 @@ const w8 = (n, e) => {
|
|
|
16000
16000
|
small: "detail-upper-case"
|
|
16001
16001
|
}, Y8 = ({ className: n, label: e, size: t }) => {
|
|
16002
16002
|
const i = Xg[`labelPill--${t}`];
|
|
16003
|
-
return /* @__PURE__ */ A.jsx("span", { className: Ke(Xg.labelPill, i, n), children: /* @__PURE__ */ A.jsx(
|
|
16003
|
+
return /* @__PURE__ */ A.jsx("span", { className: Ke(Xg.labelPill, i, n), children: /* @__PURE__ */ A.jsx(on, { type: K8[t], children: e }) });
|
|
16004
16004
|
}, J8 = "_wrapper_1l3jw_106", X8 = "_loadingSpinner_1l3jw_113", Qg = {
|
|
16005
16005
|
wrapper: J8,
|
|
16006
16006
|
loadingSpinner: X8,
|
|
@@ -17766,7 +17766,7 @@ function sm({
|
|
|
17766
17766
|
...w(),
|
|
17767
17767
|
children: [
|
|
17768
17768
|
/* @__PURE__ */ A.jsx("span", { className: Wt.label, children: /* @__PURE__ */ A.jsx(
|
|
17769
|
-
|
|
17769
|
+
on,
|
|
17770
17770
|
{
|
|
17771
17771
|
type: "body-large",
|
|
17772
17772
|
className: Ke({ [Wt.selectedLabel]: F }),
|
|
@@ -17792,7 +17792,7 @@ function sm({
|
|
|
17792
17792
|
children: /* @__PURE__ */ A.jsx(vw, { value: m, children: _.map((D, H) => /* @__PURE__ */ A.jsx(wx, { child: D, isSelected: D.value === o }, H)) })
|
|
17793
17793
|
}
|
|
17794
17794
|
),
|
|
17795
|
-
i && /* @__PURE__ */ A.jsx(
|
|
17795
|
+
i && /* @__PURE__ */ A.jsx(on, { type: "detail-bold", className: Wt.errorMessage, children: i })
|
|
17796
17796
|
] });
|
|
17797
17797
|
}
|
|
17798
17798
|
const yx = "_backdrop_11wot_106", _x = {
|
|
@@ -17891,12 +17891,12 @@ const xx = "_sheet_qnncf_106", Sx = "_sheetWrapper_qnncf_114", Cx = "_sheetHeade
|
|
|
17891
17891
|
placeholder: ""
|
|
17892
17892
|
}
|
|
17893
17893
|
),
|
|
17894
|
-
/* @__PURE__ */ A.jsx("label", { className: _a.label, htmlFor: t, children: /* @__PURE__ */ A.jsx(
|
|
17894
|
+
/* @__PURE__ */ A.jsx("label", { className: _a.label, htmlFor: t, children: /* @__PURE__ */ A.jsx(on, { type: o === "medium" ? "body-large" : "body-regular", children: i }) })
|
|
17895
17895
|
]
|
|
17896
17896
|
}
|
|
17897
17897
|
),
|
|
17898
17898
|
w && /* @__PURE__ */ A.jsx(
|
|
17899
|
-
|
|
17899
|
+
on,
|
|
17900
17900
|
{
|
|
17901
17901
|
className: _a["textAreaContainer--errorMessage"],
|
|
17902
17902
|
type: "detail-bold",
|
|
@@ -17942,10 +17942,10 @@ const xx = "_sheet_qnncf_106", Sx = "_sheetWrapper_qnncf_114", Cx = "_sheetHeade
|
|
|
17942
17942
|
placeholder: ""
|
|
17943
17943
|
}
|
|
17944
17944
|
),
|
|
17945
|
-
/* @__PURE__ */ A.jsx("label", { htmlFor: t, children: /* @__PURE__ */ A.jsx(
|
|
17945
|
+
/* @__PURE__ */ A.jsx("label", { htmlFor: t, children: /* @__PURE__ */ A.jsx(on, { type: o === "medium" ? "body-large" : "body-regular", children: i }) })
|
|
17946
17946
|
] }),
|
|
17947
17947
|
w && /* @__PURE__ */ A.jsx(
|
|
17948
|
-
|
|
17948
|
+
on,
|
|
17949
17949
|
{
|
|
17950
17950
|
className: ys["textInputContainer--errorMessage"],
|
|
17951
17951
|
type: "detail-bold",
|
|
@@ -17995,7 +17995,7 @@ const xx = "_sheet_qnncf_106", Sx = "_sheetWrapper_qnncf_114", Cx = "_sheetHeade
|
|
|
17995
17995
|
onClick: d,
|
|
17996
17996
|
children: [
|
|
17997
17997
|
/* @__PURE__ */ A.jsx(
|
|
17998
|
-
|
|
17998
|
+
on,
|
|
17999
17999
|
{
|
|
18000
18000
|
type: "body-semibold",
|
|
18001
18001
|
as: "h3",
|
|
@@ -18053,7 +18053,7 @@ const xx = "_sheet_qnncf_106", Sx = "_sheetWrapper_qnncf_114", Cx = "_sheetHeade
|
|
|
18053
18053
|
case !1:
|
|
18054
18054
|
return t(d);
|
|
18055
18055
|
default:
|
|
18056
|
-
return /* @__PURE__ */ A.jsx(
|
|
18056
|
+
return /* @__PURE__ */ A.jsx(on, { className: Ei[`col--${d}`], type: "body-regular", children: o });
|
|
18057
18057
|
}
|
|
18058
18058
|
}, a = () => e && e.map((o, d) => /* @__PURE__ */ A.jsxs(A.Fragment, { children: [
|
|
18059
18059
|
!!d && /* @__PURE__ */ A.jsx("tr", { children: /* @__PURE__ */ A.jsx(Lp, {}) }, `table_row_divider_${d}`),
|
|
@@ -18068,7 +18068,7 @@ const xx = "_sheet_qnncf_106", Sx = "_sheetWrapper_qnncf_114", Cx = "_sheetHeade
|
|
|
18068
18068
|
"th",
|
|
18069
18069
|
{
|
|
18070
18070
|
className: Ke(Ei.col, Ei[`col--${d + 2}`]),
|
|
18071
|
-
children: /* @__PURE__ */ A.jsx(
|
|
18071
|
+
children: /* @__PURE__ */ A.jsx(on, { type: "body-regular", children: o.label })
|
|
18072
18072
|
},
|
|
18073
18073
|
o.key
|
|
18074
18074
|
))
|
|
@@ -24255,7 +24255,7 @@ const JR = "_form_1fm69_106", XR = "_fieldset_1fm69_110", QR = "_fieldSetName_1f
|
|
|
24255
24255
|
a.handleSubmit();
|
|
24256
24256
|
};
|
|
24257
24257
|
let m = "Inhalt melden", w = /* @__PURE__ */ A.jsx(G8, { className: wf.form, children: /* @__PURE__ */ A.jsxs(V8, { className: wf.fieldset, children: [
|
|
24258
|
-
/* @__PURE__ */ A.jsx(
|
|
24258
|
+
/* @__PURE__ */ A.jsx(on, { type: "body-regular", children: "Warum hältst du den Inhalt für problematisch?" }),
|
|
24259
24259
|
/* @__PURE__ */ A.jsx(
|
|
24260
24260
|
sm,
|
|
24261
24261
|
{
|
|
@@ -24280,7 +24280,7 @@ const JR = "_form_1fm69_106", XR = "_fieldset_1fm69_110", QR = "_fieldSetName_1f
|
|
|
24280
24280
|
errorMessage: a.touched.reasonText ? a.errors.reasonText : void 0
|
|
24281
24281
|
}
|
|
24282
24282
|
),
|
|
24283
|
-
/* @__PURE__ */ A.jsx(
|
|
24283
|
+
/* @__PURE__ */ A.jsx(on, { type: "body-regular", children: "Du erstellst diese Meldung als:" }),
|
|
24284
24284
|
/* @__PURE__ */ A.jsxs(
|
|
24285
24285
|
sm,
|
|
24286
24286
|
{
|
|
@@ -24337,13 +24337,13 @@ const JR = "_form_1fm69_106", XR = "_fieldset_1fm69_110", QR = "_fieldSetName_1f
|
|
|
24337
24337
|
errorMessage: a.touched.reporterEmail ? a.errors.reporterEmail : void 0
|
|
24338
24338
|
}
|
|
24339
24339
|
),
|
|
24340
|
-
a.errors.errorText && /* @__PURE__ */ A.jsx(
|
|
24341
|
-
/* @__PURE__ */ A.jsx(
|
|
24342
|
-
/* @__PURE__ */ A.jsx(
|
|
24340
|
+
a.errors.errorText && /* @__PURE__ */ A.jsx(on, { type: "body-semibold", className: wf.generalError, children: a.errors.errorText }),
|
|
24341
|
+
/* @__PURE__ */ A.jsx(on, { type: "detail-medium", children: 'Mit Klick auf "Absenden" bestätigst du, in gutem Glauben davon überzeugt zu sein, dass die in der Meldung enthaltenen Angaben und Anführungen richtig und vollständig sind.' }),
|
|
24342
|
+
/* @__PURE__ */ A.jsx(on, { type: "detail-medium", children: /* @__PURE__ */ A.jsx(q7, { text: "Weitere Informationen findest du zum Meldeprozess und Beschwerdegründen in den [Beitragsrichtlinien](https://hilfe.nebenan.de/hc/de/articles/360013128074-Beitrags-und-Kommentarrichtlinien) und zur Verarbeitung personenbezogener Daten in den [Datenschutzbestimmungen](https://nebenan.de/privacy)." }) })
|
|
24343
24343
|
] }) }), x;
|
|
24344
24344
|
return i ? (m = "Vielen Dank für deine Meldung!", w = /* @__PURE__ */ A.jsxs("div", { className: wf.successBody, children: [
|
|
24345
|
-
/* @__PURE__ */ A.jsx(
|
|
24346
|
-
/* @__PURE__ */ A.jsx(
|
|
24345
|
+
/* @__PURE__ */ A.jsx(on, { type: "h5", children: "Was passiert jetzt?" }),
|
|
24346
|
+
/* @__PURE__ */ A.jsx(on, { type: "body-regular", children: "Wir prüfen, ob ein Verstoß gegen unsere Regeln und Richtlinien oder gegen unsere Nutzungsbedingungen vorliegt. Wenn das der Fall ist, werden wir aktiv." })
|
|
24347
24347
|
] })) : x = /* @__PURE__ */ A.jsx(yu, { onClick: p, text: "Absenden", color: "highlight" }), /* @__PURE__ */ A.jsx("div", { children: /* @__PURE__ */ A.jsx(Ls, { children: /* @__PURE__ */ A.jsx(
|
|
24348
24348
|
zv,
|
|
24349
24349
|
{
|
|
@@ -24356,15 +24356,15 @@ const JR = "_form_1fm69_106", XR = "_fieldset_1fm69_110", QR = "_fieldSetName_1f
|
|
|
24356
24356
|
}
|
|
24357
24357
|
) }) });
|
|
24358
24358
|
}, J2 = () => "ontouchstart" in window, VI = ({
|
|
24359
|
-
|
|
24360
|
-
|
|
24361
|
-
|
|
24359
|
+
cancelText: n = "Abbrechen",
|
|
24360
|
+
confirmText: e = "Bestätigen",
|
|
24361
|
+
content: t,
|
|
24362
24362
|
handleCancel: i,
|
|
24363
24363
|
handleConfirm: r,
|
|
24364
24364
|
primaryCtaColor: a = "primary",
|
|
24365
24365
|
title: o
|
|
24366
24366
|
}) => {
|
|
24367
|
-
const d = () => /* @__PURE__ */ A.jsx(ld, { children:
|
|
24367
|
+
const d = () => /* @__PURE__ */ A.jsx(ld, { children: t }), f = () => /* @__PURE__ */ A.jsx(
|
|
24368
24368
|
ol,
|
|
24369
24369
|
{
|
|
24370
24370
|
headline: o,
|
|
@@ -24385,7 +24385,7 @@ const JR = "_form_1fm69_106", XR = "_fieldset_1fm69_110", QR = "_fieldSetName_1f
|
|
|
24385
24385
|
color: a,
|
|
24386
24386
|
onClick: r,
|
|
24387
24387
|
size: "medium",
|
|
24388
|
-
text:
|
|
24388
|
+
text: e
|
|
24389
24389
|
}
|
|
24390
24390
|
);
|
|
24391
24391
|
return J2() ? /* @__PURE__ */ A.jsx(
|
|
@@ -24400,13 +24400,13 @@ const JR = "_form_1fm69_106", XR = "_fieldset_1fm69_110", QR = "_fieldSetName_1f
|
|
|
24400
24400
|
fullWidth: !0,
|
|
24401
24401
|
onClick: r,
|
|
24402
24402
|
size: "medium",
|
|
24403
|
-
text:
|
|
24403
|
+
text: e
|
|
24404
24404
|
},
|
|
24405
24405
|
linkProps: {
|
|
24406
24406
|
color: "blue",
|
|
24407
24407
|
onClick: i,
|
|
24408
24408
|
size: "large",
|
|
24409
|
-
text:
|
|
24409
|
+
text: n
|
|
24410
24410
|
}
|
|
24411
24411
|
}
|
|
24412
24412
|
) : /* @__PURE__ */ A.jsx(
|
|
@@ -24416,7 +24416,7 @@ const JR = "_form_1fm69_106", XR = "_fieldset_1fm69_110", QR = "_fieldSetName_1f
|
|
|
24416
24416
|
onClose: i,
|
|
24417
24417
|
modalBody: d(),
|
|
24418
24418
|
headerTitle: o,
|
|
24419
|
-
closeButtonText:
|
|
24419
|
+
closeButtonText: n,
|
|
24420
24420
|
modalFooter: h()
|
|
24421
24421
|
}
|
|
24422
24422
|
);
|
|
@@ -24431,7 +24431,7 @@ const JR = "_form_1fm69_106", XR = "_fieldset_1fm69_110", QR = "_fieldSetName_1f
|
|
|
24431
24431
|
text: r
|
|
24432
24432
|
}) => /* @__PURE__ */ A.jsxs("div", { className: Xm.root, children: [
|
|
24433
24433
|
/* @__PURE__ */ A.jsx(fl, { src: i, shape: "circular", size: "40", alt: n }),
|
|
24434
|
-
/* @__PURE__ */ A.jsx(Ri, { className: Xm.textButton, onClick: t, children: /* @__PURE__ */ A.jsx(
|
|
24434
|
+
/* @__PURE__ */ A.jsx(Ri, { className: Xm.textButton, onClick: t, children: /* @__PURE__ */ A.jsx(on, { type: "body-regular", as: "span", children: r }) }),
|
|
24435
24435
|
/* @__PURE__ */ A.jsx(
|
|
24436
24436
|
ii,
|
|
24437
24437
|
{
|
|
@@ -69652,16 +69652,16 @@ const wz = "_postAuthor_1auqq_106", yz = "_postAuthor__thumbnail_1auqq_122", _z
|
|
|
69652
69652
|
return /* @__PURE__ */ A.jsxs("div", { className: M, children: [
|
|
69653
69653
|
/* @__PURE__ */ A.jsx(Ri, { ...d, className: ci.postAuthor__thumbnail, children: F() }),
|
|
69654
69654
|
/* @__PURE__ */ A.jsxs("div", { ref: h, className: ci.postAuthor__text, children: [
|
|
69655
|
-
t && /* @__PURE__ */ A.jsx(Ri, { ...H, children: /* @__PURE__ */ A.jsx(
|
|
69655
|
+
t && /* @__PURE__ */ A.jsx(Ri, { ...H, children: /* @__PURE__ */ A.jsx(on, { type: "body-semibold", className: ci.postAuthor__groupName, children: D }) }),
|
|
69656
69656
|
/* @__PURE__ */ A.jsx(Ri, { ...O, children: /* @__PURE__ */ A.jsx(
|
|
69657
|
-
|
|
69657
|
+
on,
|
|
69658
69658
|
{
|
|
69659
69659
|
type: "body-semibold",
|
|
69660
69660
|
className: t ? ci.postAuthor__authorAlt : ci.postAuthor__author,
|
|
69661
69661
|
children: T
|
|
69662
69662
|
}
|
|
69663
69663
|
) }),
|
|
69664
|
-
/* @__PURE__ */ A.jsx(
|
|
69664
|
+
/* @__PURE__ */ A.jsx(on, { type: "detail-regular", className: ci.postAuthor__metadata, children: i }),
|
|
69665
69665
|
a && /* @__PURE__ */ A.jsx(Bz, { ...a, className: ci.postAuthor__rating })
|
|
69666
69666
|
] }),
|
|
69667
69667
|
o && /* @__PURE__ */ A.jsx(
|
|
@@ -69713,7 +69713,7 @@ const wz = "_postAuthor_1auqq_106", yz = "_postAuthor__thumbnail_1auqq_122", _z
|
|
|
69713
69713
|
}) => /* @__PURE__ */ A.jsxs("div", { className: Gt.root, children: [
|
|
69714
69714
|
/* @__PURE__ */ A.jsxs("div", { className: Gt.root__primary, children: [
|
|
69715
69715
|
/* @__PURE__ */ A.jsxs("div", { className: Gt.root__primary__top, children: [
|
|
69716
|
-
/* @__PURE__ */ A.jsxs(
|
|
69716
|
+
/* @__PURE__ */ A.jsxs(on, { type: "h3", className: Gt.root__primary__top__price, children: [
|
|
69717
69717
|
h,
|
|
69718
69718
|
" €"
|
|
69719
69719
|
] }),
|
|
@@ -69742,10 +69742,10 @@ const wz = "_postAuthor_1auqq_106", yz = "_postAuthor__thumbnail_1auqq_122", _z
|
|
|
69742
69742
|
)
|
|
69743
69743
|
] })
|
|
69744
69744
|
] }),
|
|
69745
|
-
/* @__PURE__ */ A.jsx(
|
|
69745
|
+
/* @__PURE__ */ A.jsx(on, { type: "h3", className: Gt.root__primary__title, children: m }),
|
|
69746
69746
|
/* @__PURE__ */ A.jsxs("div", { className: Gt.root__primary__bottom, children: [
|
|
69747
69747
|
/* @__PURE__ */ A.jsx(
|
|
69748
|
-
|
|
69748
|
+
on,
|
|
69749
69749
|
{
|
|
69750
69750
|
type: "body-regular",
|
|
69751
69751
|
className: Gt.root__primary__bottom__category,
|
|
@@ -69753,7 +69753,7 @@ const wz = "_postAuthor_1auqq_106", yz = "_postAuthor__thumbnail_1auqq_122", _z
|
|
|
69753
69753
|
}
|
|
69754
69754
|
),
|
|
69755
69755
|
/* @__PURE__ */ A.jsx(
|
|
69756
|
-
|
|
69756
|
+
on,
|
|
69757
69757
|
{
|
|
69758
69758
|
type: "detail-medium",
|
|
69759
69759
|
className: Gt.root__primary__bottom__timestamp,
|
|
@@ -69791,7 +69791,7 @@ function QI({
|
|
|
69791
69791
|
items: e,
|
|
69792
69792
|
type: t = "detail-regular"
|
|
69793
69793
|
}) {
|
|
69794
|
-
return /* @__PURE__ */ A.jsx("ul", { className: Ke(Yz.menuLinkList, n), role: "list", children: e && e.map(({ href: i, label: r, onClick: a, rel: o, target: d }, f) => /* @__PURE__ */ A.jsx("li", { children: /* @__PURE__ */ A.jsx(Ri, { onClick: a, href: i, target: d, rel: o, children: /* @__PURE__ */ A.jsx(
|
|
69794
|
+
return /* @__PURE__ */ A.jsx("ul", { className: Ke(Yz.menuLinkList, n), role: "list", children: e && e.map(({ href: i, label: r, onClick: a, rel: o, target: d }, f) => /* @__PURE__ */ A.jsx("li", { children: /* @__PURE__ */ A.jsx(Ri, { onClick: a, href: i, target: d, rel: o, children: /* @__PURE__ */ A.jsx(on, { type: t, as: "span", children: r }) }) }, `${r}_${f}`)) });
|
|
69795
69795
|
}
|
|
69796
69796
|
const Jz = "_mobileHeaderBar_16ifw_106", Xz = "_typography_16ifw_117", Qz = "_titleElement_16ifw_127", eB = "_mobileHeaderBarIcon_16ifw_135", xf = {
|
|
69797
69797
|
mobileHeaderBar: Jz,
|
|
@@ -69809,7 +69809,7 @@ const Jz = "_mobileHeaderBar_16ifw_106", Xz = "_typography_16ifw_117", Qz = "_ti
|
|
|
69809
69809
|
const o = typeof r == "string" || typeof r == "number";
|
|
69810
69810
|
return /* @__PURE__ */ A.jsxs("div", { className: Ke(xf.mobileHeaderBar, e), children: [
|
|
69811
69811
|
/* @__PURE__ */ A.jsx("div", { className: xf.mobileHeaderBarIcon, children: t }),
|
|
69812
|
-
o ? /* @__PURE__ */ A.jsx(
|
|
69812
|
+
o ? /* @__PURE__ */ A.jsx(on, { className: xf.typography, type: a, as: n, children: r }) : /* @__PURE__ */ A.jsx("div", { className: xf.titleElement, children: r }),
|
|
69813
69813
|
/* @__PURE__ */ A.jsx("div", { className: xf.mobileHeaderBarIcon, children: i })
|
|
69814
69814
|
] });
|
|
69815
69815
|
}, nB = "_wrapper_1pqts_106", tB = "_cardContent_1pqts_114", iB = "_leftIconWrapper_1pqts_119", rB = "_badgesContainer_1pqts_123", aB = "_infoSection_1pqts_136", sB = "_truncatedText_1pqts_141", oB = "_title_1pqts_149", lB = "_location_1pqts_152", fB = "_withDisc_1pqts_156", dB = "_hood_1pqts_159", cB = "_rightIconWrapper_1pqts_173", uB = "_removeButton_1pqts_176", xt = {
|
|
@@ -69876,7 +69876,7 @@ const Jz = "_mobileHeaderBar_16ifw_106", Xz = "_typography_16ifw_117", Qz = "_ti
|
|
|
69876
69876
|
] }),
|
|
69877
69877
|
/* @__PURE__ */ A.jsxs("div", { className: xt.infoSection, "data-testid": "poi-card-info", children: [
|
|
69878
69878
|
/* @__PURE__ */ A.jsx(
|
|
69879
|
-
|
|
69879
|
+
on,
|
|
69880
69880
|
{
|
|
69881
69881
|
as: "span",
|
|
69882
69882
|
type: "body-semibold",
|
|
@@ -69884,10 +69884,10 @@ const Jz = "_mobileHeaderBar_16ifw_106", Xz = "_typography_16ifw_117", Qz = "_ti
|
|
|
69884
69884
|
children: p
|
|
69885
69885
|
}
|
|
69886
69886
|
),
|
|
69887
|
-
h && /* @__PURE__ */ A.jsx(
|
|
69887
|
+
h && /* @__PURE__ */ A.jsx(on, { as: "span", type: "detail-regular", className: xt.truncatedText, children: h }),
|
|
69888
69888
|
/* @__PURE__ */ A.jsxs("ul", { className: Ke({ [xt.location]: n }), children: [
|
|
69889
69889
|
/* @__PURE__ */ A.jsx("li", { children: n && /* @__PURE__ */ A.jsx(
|
|
69890
|
-
|
|
69890
|
+
on,
|
|
69891
69891
|
{
|
|
69892
69892
|
as: "span",
|
|
69893
69893
|
type: "detail-medium",
|
|
@@ -69896,7 +69896,7 @@ const Jz = "_mobileHeaderBar_16ifw_106", Xz = "_typography_16ifw_117", Qz = "_ti
|
|
|
69896
69896
|
}
|
|
69897
69897
|
) }),
|
|
69898
69898
|
i && /* @__PURE__ */ A.jsx("li", { className: Ke({ [xt.withDisc]: n }), children: /* @__PURE__ */ A.jsx(
|
|
69899
|
-
|
|
69899
|
+
on,
|
|
69900
69900
|
{
|
|
69901
69901
|
as: "span",
|
|
69902
69902
|
type: "detail-medium",
|
|
@@ -69924,8 +69924,8 @@ const Jz = "_mobileHeaderBar_16ifw_106", Xz = "_typography_16ifw_117", Qz = "_ti
|
|
|
69924
69924
|
}, SB = ({ alt: n, link: e, name: t, onClick: i, src: r }) => /* @__PURE__ */ A.jsxs(Ri, { className: _h.root, onClick: i, children: [
|
|
69925
69925
|
/* @__PURE__ */ A.jsx(fl, { alt: n, src: r, shape: "circular", size: "56" }),
|
|
69926
69926
|
/* @__PURE__ */ A.jsxs("div", { className: _h.text, children: [
|
|
69927
|
-
/* @__PURE__ */ A.jsx(
|
|
69928
|
-
/* @__PURE__ */ A.jsx(
|
|
69927
|
+
/* @__PURE__ */ A.jsx(on, { type: "h5", children: t }),
|
|
69928
|
+
/* @__PURE__ */ A.jsx(on, { type: "detail-medium", className: _h.link, children: e })
|
|
69929
69929
|
] })
|
|
69930
69930
|
] });
|
|
69931
69931
|
var el = /* @__PURE__ */ ((n) => (n.Mouse = "mouse", n.Touch = "touch", n.Pointer = "pointer", n))(el || {}), Ff = /* @__PURE__ */ ((n) => (n.CancelledByMovement = "cancelled-by-movement", n.CancelledByRelease = "cancelled-by-release", n.CancelledOutsideElement = "cancelled-outside-element", n))(Ff || {});
|
|
@@ -70140,7 +70140,7 @@ const hr = {
|
|
|
70140
70140
|
),
|
|
70141
70141
|
children: [
|
|
70142
70142
|
W3(r),
|
|
70143
|
-
t && e && /* @__PURE__ */ A.jsx(
|
|
70143
|
+
t && e && /* @__PURE__ */ A.jsx(on, { type: "detail-bold", children: `${e}` })
|
|
70144
70144
|
]
|
|
70145
70145
|
}
|
|
70146
70146
|
);
|
|
@@ -70596,10 +70596,10 @@ const hI = "_cardHeader_aocle_106", pI = "_cardBody_aocle_117", gI = "_tabsList_
|
|
|
70596
70596
|
"data-testid": `tab-${K}`,
|
|
70597
70597
|
children: [
|
|
70598
70598
|
/* @__PURE__ */ A.jsxs("div", { className: Ca.tab, children: [
|
|
70599
|
-
K === "all" ? /* @__PURE__ */ A.jsx(
|
|
70599
|
+
K === "all" ? /* @__PURE__ */ A.jsx(on, { as: "span", type: "body-semibold", className: Ca.alle, children: "Alle" }) : W3(K),
|
|
70600
70600
|
/* @__PURE__ */ A.jsx("div", { className: Ca.selectedTab })
|
|
70601
70601
|
] }),
|
|
70602
|
-
ne > 0 && /* @__PURE__ */ A.jsx(
|
|
70602
|
+
ne > 0 && /* @__PURE__ */ A.jsx(on, { as: "span", type: "body-semibold", children: ne })
|
|
70603
70603
|
]
|
|
70604
70604
|
},
|
|
70605
70605
|
`${K}_${ne}`
|