@shelf/global-renderer 1.0.3-beta.0 → 1.0.4-beta.0
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/CHANGELOG.md +15 -0
- package/lib/DecisionTreeContent/DecisionTreeContent.d.ts +2 -2
- package/lib/DecisionTreeContent/DecisionTreeContent.js +68 -63
- package/lib/DecisionTreeContent/DecisionTreeContent.styled.js +101 -101
- package/lib/DecisionTreeContent/components/Condition.d.ts +2 -2
- package/lib/DecisionTreeContent/components/Condition.js +43 -39
- package/lib/DecisionTreeContent/components/ContentTable.d.ts +2 -2
- package/lib/DecisionTreeContent/components/ContentTable.js +29 -24
- package/lib/DecisionTreeContent/components/ExportedMeta.d.ts +3 -3
- package/lib/DecisionTreeContent/components/ExportedMeta.js +27 -23
- package/lib/DecisionTreeContent/components/Link.d.ts +2 -2
- package/lib/DecisionTreeContent/components/Question.d.ts +2 -2
- package/lib/DecisionTreeContent/components/Question.js +14 -12
- package/lib/DecisionTreeContent/components/Solution.d.ts +2 -2
- package/lib/DecisionTreeContent/components/StepHeader.d.ts +2 -2
- package/lib/DecisionTreeContent/components/StepHeader.js +50 -38
- package/lib/DecisionTreeContent/components/StepTypeIcon.js +17 -14
- package/lib/DecisionTreeContent/helpers.d.ts +4 -4
- package/lib/DecisionTreeContent/helpers.js +17 -17
- package/lib/DecisionTreeContent/types.d.ts +1 -1
- package/lib/DecisionTreeDiagram/StaticTreeContainer.d.ts +2 -2
- package/lib/DecisionTreeDiagram/StaticTreeContainer.js +10 -7
- package/lib/_virtual/index.js +2 -2
- package/lib/_virtual/index2.js +1 -1
- package/lib/i18next/index.js +6 -6
- package/lib/node_modules/@shelf/i18n/lib/bundles/pdf-viewer/index.js +25 -0
- package/lib/node_modules/@shelf/i18n/lib/bundles/pdf-viewer/translations/de.js +7 -0
- package/lib/node_modules/@shelf/i18n/lib/bundles/pdf-viewer/translations/en.js +7 -0
- package/lib/node_modules/@shelf/i18n/lib/bundles/pdf-viewer/translations/es.js +7 -0
- package/lib/node_modules/@shelf/i18n/lib/bundles/pdf-viewer/translations/pl.js +7 -0
- package/lib/node_modules/@shelf/i18n/lib/bundles/pdf-viewer/translations/uk.js +7 -0
- package/lib/node_modules/@shelf/i18n/lib/helpers.js +19 -0
- package/lib/node_modules/@shelf/i18n/lib/resources/de/pdf-viewer/index.json.js +50 -0
- package/lib/node_modules/@shelf/i18n/lib/resources/en/pdf-viewer/index.json.js +50 -0
- package/lib/node_modules/@shelf/i18n/lib/resources/es/pdf-viewer/index.json.js +50 -0
- package/lib/node_modules/@shelf/i18n/lib/resources/pl/pdf-viewer/index.json.js +50 -0
- package/lib/node_modules/@shelf/i18n/lib/resources/uk/pdf-viewer/index.json.js +50 -0
- package/lib/node_modules/react-dom/cjs/react-dom.development.js +583 -69
- package/lib/node_modules/react-dom/cjs/react-dom.production.min.js +81 -83
- package/lib/node_modules/react-dom/client.js +3 -5
- package/lib/node_modules/react-dom/index.js +17 -15
- package/lib/node_modules/scheduler/index.js +6 -8
- package/lib/packages/colors/lib/colors.js +12 -0
- package/lib/packages/icons/lib/Containers/IconContainer/IconContainer.js +31 -0
- package/lib/packages/icons/lib/Icons/Condition.js +14 -0
- package/lib/packages/icons/lib/Icons/DecisionTree.js +18 -0
- package/lib/packages/icons/lib/Icons/Link.js +13 -0
- package/lib/packages/icons/lib/Icons/Question.js +18 -0
- package/lib/packages/icons/lib/Icons/Solution.js +14 -0
- package/package.json +13 -8
|
@@ -688,7 +688,7 @@ function gf() {
|
|
|
688
688
|
else {
|
|
689
689
|
e = n;
|
|
690
690
|
do
|
|
691
|
-
n = e,
|
|
691
|
+
n = e, n.flags & 4098 && (t = n.return), e = n.return;
|
|
692
692
|
while (e);
|
|
693
693
|
}
|
|
694
694
|
return n.tag === 3 ? t : null;
|
|
@@ -859,9 +859,9 @@ function gf() {
|
|
|
859
859
|
u = t & ~l, u !== 0 ? r = it(u) : i !== 0 && (r = it(i));
|
|
860
860
|
if (r === 0)
|
|
861
861
|
return 0;
|
|
862
|
-
if (n !== 0 && n !== r && (n & l)
|
|
862
|
+
if (n !== 0 && n !== r && !(n & l) && (l = r & -r, i = n & -n, l >= i || l === 16 && (i & 4194240) !== 0))
|
|
863
863
|
return n;
|
|
864
|
-
if (
|
|
864
|
+
if (r & 4 && (r |= t & 16), n = e.entangledLanes, n !== 0)
|
|
865
865
|
for (e = e.entanglements, n &= r; 0 < n; )
|
|
866
866
|
t = 31 - ye(n), l = 1 << t, r |= e[t], n &= ~l;
|
|
867
867
|
return r;
|
|
@@ -910,7 +910,7 @@ function gf() {
|
|
|
910
910
|
function Ma(e, n) {
|
|
911
911
|
for (var t = e.suspendedLanes, r = e.pingedLanes, l = e.expirationTimes, i = e.pendingLanes; 0 < i; ) {
|
|
912
912
|
var u = 31 - ye(i), o = 1 << u, s = l[u];
|
|
913
|
-
s === -1 ? ((o & t)
|
|
913
|
+
s === -1 ? (!(o & t) || o & r) && (l[u] = Ta(o, n)) : s <= n && (e.expiredLanes |= o), i &= ~o;
|
|
914
914
|
}
|
|
915
915
|
}
|
|
916
916
|
function Cl(e) {
|
|
@@ -918,7 +918,7 @@ function gf() {
|
|
|
918
918
|
}
|
|
919
919
|
function Iu() {
|
|
920
920
|
var e = Kt;
|
|
921
|
-
return Kt <<= 1, (Kt & 4194240)
|
|
921
|
+
return Kt <<= 1, !(Kt & 4194240) && (Kt = 64), e;
|
|
922
922
|
}
|
|
923
923
|
function xl(e) {
|
|
924
924
|
for (var n = [], t = 0; 31 > t; t++)
|
|
@@ -946,7 +946,7 @@ function gf() {
|
|
|
946
946
|
}
|
|
947
947
|
var _ = 0;
|
|
948
948
|
function ju(e) {
|
|
949
|
-
return e &= -e, 1 < e ? 4 < e ?
|
|
949
|
+
return e &= -e, 1 < e ? 4 < e ? e & 268435455 ? 16 : 536870912 : 4 : 1;
|
|
950
950
|
}
|
|
951
951
|
var Uu, zl, Vu, Au, Bu, Pl = !1, Gt = [], He = null, Qe = null, We = null, ot = /* @__PURE__ */ new Map(), st = /* @__PURE__ */ new Map(), $e = [], Da = "mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");
|
|
952
952
|
function Hu(e, n) {
|
|
@@ -1626,7 +1626,7 @@ function gf() {
|
|
|
1626
1626
|
}
|
|
1627
1627
|
function Kl(e, n, t, r, l) {
|
|
1628
1628
|
var i = r;
|
|
1629
|
-
if ((n & 1)
|
|
1629
|
+
if (!(n & 1) && !(n & 2) && r !== null)
|
|
1630
1630
|
e:
|
|
1631
1631
|
for (; ; ) {
|
|
1632
1632
|
if (r === null)
|
|
@@ -1749,7 +1749,7 @@ function gf() {
|
|
|
1749
1749
|
0 < k.length && (p = new y(p, S, null, t, m), v.push({ event: p, listeners: k }));
|
|
1750
1750
|
}
|
|
1751
1751
|
}
|
|
1752
|
-
if ((n & 7)
|
|
1752
|
+
if (!(n & 7)) {
|
|
1753
1753
|
e: {
|
|
1754
1754
|
if (p = e === "mouseover" || e === "pointerover", y = e === "mouseout" || e === "pointerout", p && t !== hl && (S = t.relatedTarget || t.fromElement) && (cn(S) || S[Re]))
|
|
1755
1755
|
break e;
|
|
@@ -2191,7 +2191,7 @@ function gf() {
|
|
|
2191
2191
|
}
|
|
2192
2192
|
}
|
|
2193
2193
|
function Hn(e, n) {
|
|
2194
|
-
yr = e, ui = Bn = null, e = e.dependencies, e !== null && e.firstContext !== null && (
|
|
2194
|
+
yr = e, ui = Bn = null, e = e.dependencies, e !== null && e.firstContext !== null && (e.lanes & n && (re = !0), e.firstContext = null);
|
|
2195
2195
|
}
|
|
2196
2196
|
function me(e) {
|
|
2197
2197
|
var n = e._currentValue;
|
|
@@ -2233,7 +2233,7 @@ function gf() {
|
|
|
2233
2233
|
var r = e.updateQueue;
|
|
2234
2234
|
if (r === null)
|
|
2235
2235
|
return null;
|
|
2236
|
-
if (r = r.shared,
|
|
2236
|
+
if (r = r.shared, z & 2) {
|
|
2237
2237
|
var l = r.pending;
|
|
2238
2238
|
return l === null ? n.next = n : (n.next = l.next, l.next = n), r.pending = n, Ie(e, t);
|
|
2239
2239
|
}
|
|
@@ -2652,7 +2652,7 @@ function gf() {
|
|
|
2652
2652
|
if (t !== null && (t = t.dehydrated, t === null || t.data === "$?" || t.data === "$!"))
|
|
2653
2653
|
return n;
|
|
2654
2654
|
} else if (n.tag === 19 && n.memoizedProps.revealOrder !== void 0) {
|
|
2655
|
-
if (
|
|
2655
|
+
if (n.flags & 128)
|
|
2656
2656
|
return n;
|
|
2657
2657
|
} else if (n.child !== null) {
|
|
2658
2658
|
n.child.return = n, n = n.child;
|
|
@@ -2793,7 +2793,7 @@ function gf() {
|
|
|
2793
2793
|
if (i && (r.memoizedState = l, re = !0), r = r.queue, xi(bo.bind(null, t, r, e), [e]), r.getSnapshot !== n || i || H !== null && H.memoizedState.tag & 1) {
|
|
2794
2794
|
if (t.flags |= 2048, Mt(9, qo.bind(null, t, r, l, n), void 0, null), Q === null)
|
|
2795
2795
|
throw Error(h(349));
|
|
2796
|
-
|
|
2796
|
+
hn & 30 || Jo(t, n, l);
|
|
2797
2797
|
}
|
|
2798
2798
|
return l;
|
|
2799
2799
|
}
|
|
@@ -2889,7 +2889,7 @@ function gf() {
|
|
|
2889
2889
|
return r !== null && n !== null && wi(n, r[1]) ? r[0] : (e = e(), t.memoizedState = [e, n], e);
|
|
2890
2890
|
}
|
|
2891
2891
|
function fs(e, n, t) {
|
|
2892
|
-
return
|
|
2892
|
+
return hn & 21 ? (we(t, n) || (t = Iu(), O.lanes |= t, gn |= t, e.baseState = !0), n) : (e.baseState && (e.baseState = !1, re = !0), e.memoizedState = t);
|
|
2893
2893
|
}
|
|
2894
2894
|
function Dc(e, n) {
|
|
2895
2895
|
var t = _;
|
|
@@ -2944,7 +2944,7 @@ function gf() {
|
|
|
2944
2944
|
t === null ? n.next = n : (n.next = t.next, t.next = n), e.pending = n;
|
|
2945
2945
|
}
|
|
2946
2946
|
function vs(e, n, t) {
|
|
2947
|
-
if (
|
|
2947
|
+
if (t & 4194240) {
|
|
2948
2948
|
var r = n.lanes;
|
|
2949
2949
|
r &= e.pendingLanes, t |= r, n.lanes = t, Nl(e, t);
|
|
2950
2950
|
}
|
|
@@ -2986,7 +2986,7 @@ function gf() {
|
|
|
2986
2986
|
} else {
|
|
2987
2987
|
if (t = n(), Q === null)
|
|
2988
2988
|
throw Error(h(349));
|
|
2989
|
-
|
|
2989
|
+
hn & 30 || Jo(r, n, t);
|
|
2990
2990
|
}
|
|
2991
2991
|
l.memoizedState = t;
|
|
2992
2992
|
var i = { value: t, getSnapshot: n };
|
|
@@ -3112,7 +3112,7 @@ Error generating stack: ` + i.message + `
|
|
|
3112
3112
|
return null;
|
|
3113
3113
|
}
|
|
3114
3114
|
function Ss(e, n, t, r, l) {
|
|
3115
|
-
return
|
|
3115
|
+
return e.mode & 1 ? (e.flags |= 65536, e.lanes = l, e) : (e === n ? e.flags |= 65536 : (e.flags |= 128, t.flags |= 131072, t.flags &= -52805, t.tag === 1 && (t.alternate === null ? t.tag = 17 : (n = je(-1, 1), n.tag = 2, be(t, n, 1))), t.lanes |= 1), e);
|
|
3116
3116
|
}
|
|
3117
3117
|
var Ac = Me.ReactCurrentOwner, re = !1;
|
|
3118
3118
|
function b(e, n, t, r) {
|
|
@@ -3128,7 +3128,7 @@ Error generating stack: ` + i.message + `
|
|
|
3128
3128
|
var i = t.type;
|
|
3129
3129
|
return typeof i == "function" && !Gi(i) && i.defaultProps === void 0 && t.compare === null && t.defaultProps === void 0 ? (n.tag = 15, n.type = i, Cs(e, n, i, r, l)) : (e = Br(t.type, null, r, n, n.mode, l), e.ref = n.ref, e.return = n, n.child = e);
|
|
3130
3130
|
}
|
|
3131
|
-
if (i = e.child, (e.lanes & l)
|
|
3131
|
+
if (i = e.child, !(e.lanes & l)) {
|
|
3132
3132
|
var u = i.memoizedProps;
|
|
3133
3133
|
if (t = t.compare, t = t !== null ? t : gt, t(u, r) && e.ref === n.ref)
|
|
3134
3134
|
return Ue(e, n, l);
|
|
@@ -3140,7 +3140,7 @@ Error generating stack: ` + i.message + `
|
|
|
3140
3140
|
var i = e.memoizedProps;
|
|
3141
3141
|
if (gt(i, r) && e.ref === n.ref)
|
|
3142
3142
|
if (re = !1, n.pendingProps = r = i, (e.lanes & l) !== 0)
|
|
3143
|
-
|
|
3143
|
+
e.flags & 131072 && (re = !0);
|
|
3144
3144
|
else
|
|
3145
3145
|
return n.lanes = e.lanes, Ue(e, n, l);
|
|
3146
3146
|
}
|
|
@@ -3149,10 +3149,10 @@ Error generating stack: ` + i.message + `
|
|
|
3149
3149
|
function xs(e, n, t) {
|
|
3150
3150
|
var r = n.pendingProps, l = r.children, i = e !== null ? e.memoizedState : null;
|
|
3151
3151
|
if (r.mode === "hidden")
|
|
3152
|
-
if ((n.mode & 1)
|
|
3152
|
+
if (!(n.mode & 1))
|
|
3153
3153
|
n.memoizedState = { baseLanes: 0, cachePool: null, transitions: null }, L(Yn, fe), fe |= t;
|
|
3154
3154
|
else {
|
|
3155
|
-
if ((t & 1073741824)
|
|
3155
|
+
if (!(t & 1073741824))
|
|
3156
3156
|
return e = i !== null ? i.baseLanes | t : t, n.lanes = n.childLanes = 1073741824, n.memoizedState = { baseLanes: e, cachePool: null, transitions: null }, n.updateQueue = null, L(Yn, fe), fe |= e, null;
|
|
3157
3157
|
n.memoizedState = { baseLanes: 0, cachePool: null, transitions: null }, r = i !== null ? i.baseLanes : t, L(Yn, fe), fe |= r;
|
|
3158
3158
|
}
|
|
@@ -3217,15 +3217,15 @@ Error generating stack: ` + i.message + `
|
|
|
3217
3217
|
function Ls(e, n, t) {
|
|
3218
3218
|
var r = n.pendingProps, l = F.current, i = !1, u = (n.flags & 128) !== 0, o;
|
|
3219
3219
|
if ((o = u) || (o = e !== null && e.memoizedState === null ? !1 : (l & 2) !== 0), o ? (i = !0, n.flags &= -129) : (e === null || e.memoizedState !== null) && (l |= 1), L(F, l & 1), e === null)
|
|
3220
|
-
return li(n), e = n.memoizedState, e !== null && (e = e.dehydrated, e !== null) ? (
|
|
3220
|
+
return li(n), e = n.memoizedState, e !== null && (e = e.dehydrated, e !== null) ? (n.mode & 1 ? e.data === "$!" ? n.lanes = 8 : n.lanes = 1073741824 : n.lanes = 1, null) : (u = r.children, e = r.fallback, i ? (r = n.mode, i = n.child, u = { mode: "hidden", children: u }, !(r & 1) && i !== null ? (i.childLanes = 0, i.pendingProps = u) : i = Hr(u, r, 0, null), e = kn(e, r, t, null), i.return = n, e.return = n, i.sibling = e, n.child = i, n.child.memoizedState = Mi(t), n.memoizedState = Ti, e) : Ri(n, u));
|
|
3221
3221
|
if (l = e.memoizedState, l !== null && (o = l.dehydrated, o !== null))
|
|
3222
3222
|
return Bc(e, n, u, r, o, l, t);
|
|
3223
3223
|
if (i) {
|
|
3224
3224
|
i = r.fallback, u = n.mode, l = e.child, o = l.sibling;
|
|
3225
3225
|
var s = { mode: "hidden", children: r.children };
|
|
3226
|
-
return (u & 1)
|
|
3226
|
+
return !(u & 1) && n.child !== l ? (r = n.child, r.childLanes = 0, r.pendingProps = s, n.deletions = null) : (r = un(l, s), r.subtreeFlags = l.subtreeFlags & 14680064), o !== null ? i = un(o, i) : (i = kn(i, u, t, null), i.flags |= 2), i.return = n, r.return = n, r.sibling = i, n.child = r, r = i, i = n.child, u = e.child.memoizedState, u = u === null ? Mi(t) : { baseLanes: u.baseLanes | t, cachePool: null, transitions: u.transitions }, i.memoizedState = u, i.childLanes = e.childLanes & ~t, n.memoizedState = Ti, r;
|
|
3227
3227
|
}
|
|
3228
|
-
return i = e.child, e = i.sibling, r = un(i, { mode: "visible", children: r.children }), (n.mode & 1)
|
|
3228
|
+
return i = e.child, e = i.sibling, r = un(i, { mode: "visible", children: r.children }), !(n.mode & 1) && (r.lanes = t), r.return = n, r.sibling = null, e !== null && (t = n.deletions, t === null ? (n.deletions = [e], n.flags |= 16) : t.push(e)), n.child = r, n.memoizedState = null, r;
|
|
3229
3229
|
}
|
|
3230
3230
|
function Ri(e, n) {
|
|
3231
3231
|
return n = Hr({ mode: "visible", children: n }, e.mode, 0, null), n.return = e, e.child = n;
|
|
@@ -3235,8 +3235,8 @@ Error generating stack: ` + i.message + `
|
|
|
3235
3235
|
}
|
|
3236
3236
|
function Bc(e, n, t, r, l, i, u) {
|
|
3237
3237
|
if (t)
|
|
3238
|
-
return n.flags & 256 ? (n.flags &= -257, r = zi(Error(h(422))), Lr(e, n, u, r)) : n.memoizedState !== null ? (n.child = e.child, n.flags |= 128, null) : (i = r.fallback, l = n.mode, r = Hr({ mode: "visible", children: r.children }, l, 0, null), i = kn(i, l, u, null), i.flags |= 2, r.return = n, i.return = n, r.sibling = i, n.child = r,
|
|
3239
|
-
if ((n.mode & 1)
|
|
3238
|
+
return n.flags & 256 ? (n.flags &= -257, r = zi(Error(h(422))), Lr(e, n, u, r)) : n.memoizedState !== null ? (n.child = e.child, n.flags |= 128, null) : (i = r.fallback, l = n.mode, r = Hr({ mode: "visible", children: r.children }, l, 0, null), i = kn(i, l, u, null), i.flags |= 2, r.return = n, i.return = n, r.sibling = i, n.child = r, n.mode & 1 && Qn(n, e.child, null, u), n.child.memoizedState = Mi(u), n.memoizedState = Ti, i);
|
|
3239
|
+
if (!(n.mode & 1))
|
|
3240
3240
|
return Lr(e, n, u, null);
|
|
3241
3241
|
if (l.data === "$!") {
|
|
3242
3242
|
if (r = l.nextSibling && l.nextSibling.dataset, r)
|
|
@@ -3281,7 +3281,7 @@ Error generating stack: ` + i.message + `
|
|
|
3281
3281
|
default:
|
|
3282
3282
|
l = 0;
|
|
3283
3283
|
}
|
|
3284
|
-
l =
|
|
3284
|
+
l = l & (r.suspendedLanes | u) ? 0 : l, l !== 0 && l !== i.retryLane && (i.retryLane = l, Ie(e, l), xe(r, e, l, -1));
|
|
3285
3285
|
}
|
|
3286
3286
|
return Xi(), r = zi(Error(h(421))), Lr(e, n, u, r);
|
|
3287
3287
|
}
|
|
@@ -3298,10 +3298,10 @@ Error generating stack: ` + i.message + `
|
|
|
3298
3298
|
}
|
|
3299
3299
|
function Ms(e, n, t) {
|
|
3300
3300
|
var r = n.pendingProps, l = r.revealOrder, i = r.tail;
|
|
3301
|
-
if (b(e, n, r.children, t), r = F.current,
|
|
3301
|
+
if (b(e, n, r.children, t), r = F.current, r & 2)
|
|
3302
3302
|
r = r & 1 | 2, n.flags |= 128;
|
|
3303
3303
|
else {
|
|
3304
|
-
if (e !== null &&
|
|
3304
|
+
if (e !== null && e.flags & 128)
|
|
3305
3305
|
e:
|
|
3306
3306
|
for (e = n.child; e !== null; ) {
|
|
3307
3307
|
if (e.tag === 13)
|
|
@@ -3323,7 +3323,7 @@ Error generating stack: ` + i.message + `
|
|
|
3323
3323
|
}
|
|
3324
3324
|
r &= 1;
|
|
3325
3325
|
}
|
|
3326
|
-
if (L(F, r), (n.mode & 1)
|
|
3326
|
+
if (L(F, r), !(n.mode & 1))
|
|
3327
3327
|
n.memoizedState = null;
|
|
3328
3328
|
else
|
|
3329
3329
|
switch (l) {
|
|
@@ -3351,10 +3351,10 @@ Error generating stack: ` + i.message + `
|
|
|
3351
3351
|
return n.child;
|
|
3352
3352
|
}
|
|
3353
3353
|
function Tr(e, n) {
|
|
3354
|
-
(n.mode & 1)
|
|
3354
|
+
!(n.mode & 1) && e !== null && (e.alternate = null, n.alternate = null, n.flags |= 2);
|
|
3355
3355
|
}
|
|
3356
3356
|
function Ue(e, n, t) {
|
|
3357
|
-
if (e !== null && (n.dependencies = e.dependencies), gn |= n.lanes, (t & n.childLanes)
|
|
3357
|
+
if (e !== null && (n.dependencies = e.dependencies), gn |= n.lanes, !(t & n.childLanes))
|
|
3358
3358
|
return null;
|
|
3359
3359
|
if (e !== null && n.child !== e.child)
|
|
3360
3360
|
throw Error(h(153));
|
|
@@ -3385,11 +3385,11 @@ Error generating stack: ` + i.message + `
|
|
|
3385
3385
|
break;
|
|
3386
3386
|
case 13:
|
|
3387
3387
|
if (r = n.memoizedState, r !== null)
|
|
3388
|
-
return r.dehydrated !== null ? (L(F, F.current & 1), n.flags |= 128, null) :
|
|
3388
|
+
return r.dehydrated !== null ? (L(F, F.current & 1), n.flags |= 128, null) : t & n.child.childLanes ? Ls(e, n, t) : (L(F, F.current & 1), e = Ue(e, n, t), e !== null ? e.sibling : null);
|
|
3389
3389
|
L(F, F.current & 1);
|
|
3390
3390
|
break;
|
|
3391
3391
|
case 19:
|
|
3392
|
-
if (r = (t & n.childLanes) !== 0,
|
|
3392
|
+
if (r = (t & n.childLanes) !== 0, e.flags & 128) {
|
|
3393
3393
|
if (r)
|
|
3394
3394
|
return Ms(e, n, t);
|
|
3395
3395
|
n.flags |= 128;
|
|
@@ -3518,7 +3518,7 @@ Error generating stack: ` + i.message + `
|
|
|
3518
3518
|
case 1:
|
|
3519
3519
|
return te(n.type) && fr(), Z(n), null;
|
|
3520
3520
|
case 3:
|
|
3521
|
-
return r = n.stateNode, Wn(), M(ne), M(X), gi(), r.pendingContext && (r.context = r.pendingContext, r.pendingContext = null), (e === null || e.child === null) && (hr(n) ? n.flags |= 4 : e === null || e.memoizedState.isDehydrated && (n.flags & 256)
|
|
3521
|
+
return r = n.stateNode, Wn(), M(ne), M(X), gi(), r.pendingContext && (r.context = r.pendingContext, r.pendingContext = null), (e === null || e.child === null) && (hr(n) ? n.flags |= 4 : e === null || e.memoizedState.isDehydrated && !(n.flags & 256) || (n.flags |= 1024, Se !== null && ($i(Se), Se = null))), Fi(e, n), Z(n), null;
|
|
3522
3522
|
case 5:
|
|
3523
3523
|
vi(n);
|
|
3524
3524
|
var l = vn(Pt.current);
|
|
@@ -3709,7 +3709,7 @@ Error generating stack: ` + i.message + `
|
|
|
3709
3709
|
return Z(n), null;
|
|
3710
3710
|
case 13:
|
|
3711
3711
|
if (M(F), r = n.memoizedState, e === null || e.memoizedState !== null && e.memoizedState.dehydrated !== null) {
|
|
3712
|
-
if (R && ce !== null &&
|
|
3712
|
+
if (R && ce !== null && n.mode & 1 && !(n.flags & 128))
|
|
3713
3713
|
Io(), An(), n.flags |= 98560, i = !1;
|
|
3714
3714
|
else if (i = hr(n), r !== null && r.dehydrated !== null) {
|
|
3715
3715
|
if (e === null) {
|
|
@@ -3719,14 +3719,14 @@ Error generating stack: ` + i.message + `
|
|
|
3719
3719
|
throw Error(h(317));
|
|
3720
3720
|
i[ze] = n;
|
|
3721
3721
|
} else
|
|
3722
|
-
An(), (n.flags & 128)
|
|
3722
|
+
An(), !(n.flags & 128) && (n.memoizedState = null), n.flags |= 4;
|
|
3723
3723
|
Z(n), i = !1;
|
|
3724
3724
|
} else
|
|
3725
3725
|
Se !== null && ($i(Se), Se = null), i = !0;
|
|
3726
3726
|
if (!i)
|
|
3727
3727
|
return n.flags & 65536 ? n : null;
|
|
3728
3728
|
}
|
|
3729
|
-
return
|
|
3729
|
+
return n.flags & 128 ? (n.lanes = t, n) : (r = r !== null, r !== (e !== null && e.memoizedState !== null) && r && (n.child.flags |= 8192, n.mode & 1 && (e === null || F.current & 1 ? B === 0 && (B = 3) : Xi())), n.updateQueue !== null && (n.flags |= 4), Z(n), null);
|
|
3730
3730
|
case 4:
|
|
3731
3731
|
return Wn(), Fi(e, n), e === null && St(n.stateNode.containerInfo), Z(n), null;
|
|
3732
3732
|
case 10:
|
|
@@ -3740,7 +3740,7 @@ Error generating stack: ` + i.message + `
|
|
|
3740
3740
|
if (r)
|
|
3741
3741
|
Rt(i, !1);
|
|
3742
3742
|
else {
|
|
3743
|
-
if (B !== 0 || e !== null &&
|
|
3743
|
+
if (B !== 0 || e !== null && e.flags & 128)
|
|
3744
3744
|
for (e = n.child; e !== null; ) {
|
|
3745
3745
|
if (u = Cr(e), u !== null) {
|
|
3746
3746
|
for (n.flags |= 128, Rt(i, !1), r = u.updateQueue, r !== null && (n.updateQueue = r, n.flags |= 4), n.subtreeFlags = 0, r = t, t = n.child; t !== null; )
|
|
@@ -3763,7 +3763,7 @@ Error generating stack: ` + i.message + `
|
|
|
3763
3763
|
return i.tail !== null ? (n = i.tail, i.rendering = n, i.tail = n.sibling, i.renderingStartTime = j(), n.sibling = null, t = F.current, L(F, r ? t & 1 | 2 : t & 1), n) : (Z(n), null);
|
|
3764
3764
|
case 22:
|
|
3765
3765
|
case 23:
|
|
3766
|
-
return Yi(), r = n.memoizedState !== null, e !== null && e.memoizedState !== null !== r && (n.flags |= 8192), r &&
|
|
3766
|
+
return Yi(), r = n.memoizedState !== null, e !== null && e.memoizedState !== null !== r && (n.flags |= 8192), r && n.mode & 1 ? fe & 1073741824 && (Z(n), n.subtreeFlags & 6 && (n.flags |= 8192)) : Z(n), null;
|
|
3767
3767
|
case 24:
|
|
3768
3768
|
return null;
|
|
3769
3769
|
case 25:
|
|
@@ -3776,7 +3776,7 @@ Error generating stack: ` + i.message + `
|
|
|
3776
3776
|
case 1:
|
|
3777
3777
|
return te(n.type) && fr(), e = n.flags, e & 65536 ? (n.flags = e & -65537 | 128, n) : null;
|
|
3778
3778
|
case 3:
|
|
3779
|
-
return Wn(), M(ne), M(X), gi(), e = n.flags,
|
|
3779
|
+
return Wn(), M(ne), M(X), gi(), e = n.flags, e & 65536 && !(e & 128) ? (n.flags = e & -65537 | 128, n) : null;
|
|
3780
3780
|
case 5:
|
|
3781
3781
|
return vi(n), null;
|
|
3782
3782
|
case 13:
|
|
@@ -3869,7 +3869,7 @@ Error generating stack: ` + i.message + `
|
|
|
3869
3869
|
n = w;
|
|
3870
3870
|
try {
|
|
3871
3871
|
var S = n.alternate;
|
|
3872
|
-
if (
|
|
3872
|
+
if (n.flags & 1024)
|
|
3873
3873
|
switch (n.tag) {
|
|
3874
3874
|
case 0:
|
|
3875
3875
|
case 11:
|
|
@@ -4015,7 +4015,7 @@ Error generating stack: ` + i.message + `
|
|
|
4015
4015
|
l = r = r.next;
|
|
4016
4016
|
do {
|
|
4017
4017
|
var i = l, u = i.destroy;
|
|
4018
|
-
i = i.tag, u !== void 0 && (
|
|
4018
|
+
i = i.tag, u !== void 0 && (i & 2 || i & 4) && Oi(t, n, u), l = l.next;
|
|
4019
4019
|
} while (l !== r);
|
|
4020
4020
|
}
|
|
4021
4021
|
en(e, n, t);
|
|
@@ -4179,7 +4179,7 @@ Error generating stack: ` + i.message + `
|
|
|
4179
4179
|
break;
|
|
4180
4180
|
case 22:
|
|
4181
4181
|
if (m = t !== null && t.memoizedState !== null, e.mode & 1 ? (J = (d = J) || m, Ce(n, e), J = d) : Ce(n, e), Le(e), r & 8192) {
|
|
4182
|
-
if (d = e.memoizedState !== null, (e.stateNode.isHidden = d) && !m &&
|
|
4182
|
+
if (d = e.memoizedState !== null, (e.stateNode.isHidden = d) && !m && e.mode & 1)
|
|
4183
4183
|
for (w = e, m = e.child; m !== null; ) {
|
|
4184
4184
|
for (v = w = m; w !== null; ) {
|
|
4185
4185
|
switch (p = w, y = p.child, p.tag) {
|
|
@@ -4316,16 +4316,16 @@ Error generating stack: ` + i.message + `
|
|
|
4316
4316
|
}
|
|
4317
4317
|
Qs(e);
|
|
4318
4318
|
} else
|
|
4319
|
-
|
|
4319
|
+
l.subtreeFlags & 8772 && i !== null ? (i.return = l, w = i) : Qs(e);
|
|
4320
4320
|
}
|
|
4321
4321
|
}
|
|
4322
4322
|
function Qs(e) {
|
|
4323
4323
|
for (; w !== null; ) {
|
|
4324
4324
|
var n = w;
|
|
4325
|
-
if (
|
|
4325
|
+
if (n.flags & 8772) {
|
|
4326
4326
|
var t = n.alternate;
|
|
4327
4327
|
try {
|
|
4328
|
-
if (
|
|
4328
|
+
if (n.flags & 8772)
|
|
4329
4329
|
switch (n.tag) {
|
|
4330
4330
|
case 0:
|
|
4331
4331
|
case 11:
|
|
@@ -4491,15 +4491,15 @@ Error generating stack: ` + i.message + `
|
|
|
4491
4491
|
}
|
|
4492
4492
|
var Xc = Math.ceil, Dr = Me.ReactCurrentDispatcher, Vi = Me.ReactCurrentOwner, he = Me.ReactCurrentBatchConfig, z = 0, Q = null, V = null, Y = 0, fe = 0, Yn = Ge(0), B = 0, Ft = null, gn = 0, Fr = 0, Ai = 0, Ot = null, le = null, Bi = 0, Xn = 1 / 0, Ve = null, Or = !1, Hi = null, nn = null, Ir = !1, tn = null, jr = 0, It = 0, Qi = null, Ur = -1, Vr = 0;
|
|
4493
4493
|
function ee() {
|
|
4494
|
-
return
|
|
4494
|
+
return z & 6 ? j() : Ur !== -1 ? Ur : Ur = j();
|
|
4495
4495
|
}
|
|
4496
4496
|
function rn(e) {
|
|
4497
|
-
return
|
|
4497
|
+
return e.mode & 1 ? z & 2 && Y !== 0 ? Y & -Y : Mc.transition !== null ? (Vr === 0 && (Vr = Iu()), Vr) : (e = _, e !== 0 || (e = window.event, e = e === void 0 ? 16 : $u(e.type)), e) : 1;
|
|
4498
4498
|
}
|
|
4499
4499
|
function xe(e, n, t, r) {
|
|
4500
4500
|
if (50 < It)
|
|
4501
4501
|
throw It = 0, Qi = null, Error(h(185));
|
|
4502
|
-
ut(e, t, r), ((z & 2)
|
|
4502
|
+
ut(e, t, r), (!(z & 2) || e !== Q) && (e === Q && (!(z & 2) && (Fr |= t), B === 4 && ln(e, Y)), ie(e, r), t === 1 && z === 0 && !(n.mode & 1) && (Xn = j() + 500, pr && Je()));
|
|
4503
4503
|
}
|
|
4504
4504
|
function ie(e, n) {
|
|
4505
4505
|
var t = e.callbackNode;
|
|
@@ -4510,7 +4510,7 @@ Error generating stack: ` + i.message + `
|
|
|
4510
4510
|
else if (n = r & -r, e.callbackPriority !== n) {
|
|
4511
4511
|
if (t != null && Du(t), n === 1)
|
|
4512
4512
|
e.tag === 0 ? Tc(Ys.bind(null, e)) : Mo(Ys.bind(null, e)), zc(function() {
|
|
4513
|
-
(z & 6)
|
|
4513
|
+
!(z & 6) && Je();
|
|
4514
4514
|
}), t = null;
|
|
4515
4515
|
else {
|
|
4516
4516
|
switch (ju(r)) {
|
|
@@ -4535,7 +4535,7 @@ Error generating stack: ` + i.message + `
|
|
|
4535
4535
|
}
|
|
4536
4536
|
}
|
|
4537
4537
|
function Ks(e, n) {
|
|
4538
|
-
if (Ur = -1, Vr = 0,
|
|
4538
|
+
if (Ur = -1, Vr = 0, z & 6)
|
|
4539
4539
|
throw Error(h(327));
|
|
4540
4540
|
var t = e.callbackNode;
|
|
4541
4541
|
if (Gn() && e.callbackNode !== t)
|
|
@@ -4543,7 +4543,7 @@ Error generating stack: ` + i.message + `
|
|
|
4543
4543
|
var r = Xt(e, e === Q ? Y : 0);
|
|
4544
4544
|
if (r === 0)
|
|
4545
4545
|
return null;
|
|
4546
|
-
if (
|
|
4546
|
+
if (r & 30 || r & e.expiredLanes || n)
|
|
4547
4547
|
n = Ar(e, r);
|
|
4548
4548
|
else {
|
|
4549
4549
|
n = r;
|
|
@@ -4567,7 +4567,7 @@ Error generating stack: ` + i.message + `
|
|
|
4567
4567
|
if (n === 6)
|
|
4568
4568
|
ln(e, r);
|
|
4569
4569
|
else {
|
|
4570
|
-
if (l = e.current.alternate, (r & 30)
|
|
4570
|
+
if (l = e.current.alternate, !(r & 30) && !Gc(l) && (n = Ar(e, r), n === 2 && (i = Cl(e), i !== 0 && (r = i, n = Wi(e, i))), n === 1))
|
|
4571
4571
|
throw t = Ft, wn(e, 0), ln(e, r), ie(e, j()), t;
|
|
4572
4572
|
switch (e.finishedWork = l, e.finishedLanes = r, n) {
|
|
4573
4573
|
case 0:
|
|
@@ -4657,11 +4657,11 @@ Error generating stack: ` + i.message + `
|
|
|
4657
4657
|
}
|
|
4658
4658
|
}
|
|
4659
4659
|
function Ys(e) {
|
|
4660
|
-
if (
|
|
4660
|
+
if (z & 6)
|
|
4661
4661
|
throw Error(h(327));
|
|
4662
4662
|
Gn();
|
|
4663
4663
|
var n = Xt(e, 0);
|
|
4664
|
-
if ((n & 1)
|
|
4664
|
+
if (!(n & 1))
|
|
4665
4665
|
return ie(e, j()), null;
|
|
4666
4666
|
var t = Ar(e, n);
|
|
4667
4667
|
if (e.tag !== 0 && t === 2) {
|
|
@@ -4684,7 +4684,7 @@ Error generating stack: ` + i.message + `
|
|
|
4684
4684
|
}
|
|
4685
4685
|
}
|
|
4686
4686
|
function yn(e) {
|
|
4687
|
-
tn !== null && tn.tag === 0 && (z & 6)
|
|
4687
|
+
tn !== null && tn.tag === 0 && !(z & 6) && Gn();
|
|
4688
4688
|
var n = z;
|
|
4689
4689
|
z |= 1;
|
|
4690
4690
|
var t = he.transition, r = _;
|
|
@@ -4692,7 +4692,7 @@ Error generating stack: ` + i.message + `
|
|
|
4692
4692
|
if (he.transition = null, _ = 1, e)
|
|
4693
4693
|
return e();
|
|
4694
4694
|
} finally {
|
|
4695
|
-
_ = r, he.transition = t, z = n, (z & 6)
|
|
4695
|
+
_ = r, he.transition = t, z = n, !(z & 6) && Je();
|
|
4696
4696
|
}
|
|
4697
4697
|
}
|
|
4698
4698
|
function Yi() {
|
|
@@ -4766,7 +4766,7 @@ Error generating stack: ` + i.message + `
|
|
|
4766
4766
|
var i = e, u = t.return, o = t, s = n;
|
|
4767
4767
|
if (n = Y, o.flags |= 32768, s !== null && typeof s == "object" && typeof s.then == "function") {
|
|
4768
4768
|
var d = s, m = o, v = m.tag;
|
|
4769
|
-
if ((m.mode & 1)
|
|
4769
|
+
if (!(m.mode & 1) && (v === 0 || v === 11 || v === 15)) {
|
|
4770
4770
|
var p = m.alternate;
|
|
4771
4771
|
p ? (m.updateQueue = p.updateQueue, m.memoizedState = p.memoizedState, m.lanes = p.lanes) : (m.updateQueue = null, m.memoizedState = null);
|
|
4772
4772
|
}
|
|
@@ -4781,7 +4781,7 @@ Error generating stack: ` + i.message + `
|
|
|
4781
4781
|
S.add(s);
|
|
4782
4782
|
break e;
|
|
4783
4783
|
} else {
|
|
4784
|
-
if ((n & 1)
|
|
4784
|
+
if (!(n & 1)) {
|
|
4785
4785
|
ys(i, d, n), Xi();
|
|
4786
4786
|
break e;
|
|
4787
4787
|
}
|
|
@@ -4790,7 +4790,7 @@ Error generating stack: ` + i.message + `
|
|
|
4790
4790
|
} else if (R && o.mode & 1) {
|
|
4791
4791
|
var U = ws(u);
|
|
4792
4792
|
if (U !== null) {
|
|
4793
|
-
(U.flags & 65536)
|
|
4793
|
+
!(U.flags & 65536) && (U.flags |= 256), Ss(U, u, o, i, n), ii($n(s, o));
|
|
4794
4794
|
break e;
|
|
4795
4795
|
}
|
|
4796
4796
|
}
|
|
@@ -4805,7 +4805,7 @@ Error generating stack: ` + i.message + `
|
|
|
4805
4805
|
case 1:
|
|
4806
4806
|
o = s;
|
|
4807
4807
|
var a = i.type, f = i.stateNode;
|
|
4808
|
-
if ((i.flags & 128)
|
|
4808
|
+
if (!(i.flags & 128) && (typeof a.getDerivedStateFromError == "function" || f !== null && typeof f.componentDidCatch == "function" && (nn === null || !nn.has(f)))) {
|
|
4809
4809
|
i.flags |= 65536, n &= -n, i.lanes |= n;
|
|
4810
4810
|
var g = gs(i, o, n);
|
|
4811
4811
|
Vo(i, g);
|
|
@@ -4828,7 +4828,7 @@ Error generating stack: ` + i.message + `
|
|
|
4828
4828
|
return Dr.current = _r, e === null ? _r : e;
|
|
4829
4829
|
}
|
|
4830
4830
|
function Xi() {
|
|
4831
|
-
(B === 0 || B === 3 || B === 2) && (B = 4), Q === null || (gn & 268435455)
|
|
4831
|
+
(B === 0 || B === 3 || B === 2) && (B = 4), Q === null || !(gn & 268435455) && !(Fr & 268435455) || ln(Q, Y);
|
|
4832
4832
|
}
|
|
4833
4833
|
function Ar(e, n) {
|
|
4834
4834
|
var t = z;
|
|
@@ -4863,12 +4863,7 @@ Error generating stack: ` + i.message + `
|
|
|
4863
4863
|
var n = e;
|
|
4864
4864
|
do {
|
|
4865
4865
|
var t = n.alternate;
|
|
4866
|
-
if (e = n.return,
|
|
4867
|
-
if (t = Qc(t, n, fe), t !== null) {
|
|
4868
|
-
V = t;
|
|
4869
|
-
return;
|
|
4870
|
-
}
|
|
4871
|
-
} else {
|
|
4866
|
+
if (e = n.return, n.flags & 32768) {
|
|
4872
4867
|
if (t = Wc(t, n), t !== null) {
|
|
4873
4868
|
t.flags &= 32767, V = t;
|
|
4874
4869
|
return;
|
|
@@ -4879,6 +4874,9 @@ Error generating stack: ` + i.message + `
|
|
|
4879
4874
|
B = 6, V = null;
|
|
4880
4875
|
return;
|
|
4881
4876
|
}
|
|
4877
|
+
} else if (t = Qc(t, n, fe), t !== null) {
|
|
4878
|
+
V = t;
|
|
4879
|
+
return;
|
|
4882
4880
|
}
|
|
4883
4881
|
if (n = n.sibling, n !== null) {
|
|
4884
4882
|
V = n;
|
|
@@ -4901,7 +4899,7 @@ Error generating stack: ` + i.message + `
|
|
|
4901
4899
|
do
|
|
4902
4900
|
Gn();
|
|
4903
4901
|
while (tn !== null);
|
|
4904
|
-
if (
|
|
4902
|
+
if (z & 6)
|
|
4905
4903
|
throw Error(h(327));
|
|
4906
4904
|
t = e.finishedWork;
|
|
4907
4905
|
var l = e.finishedLanes;
|
|
@@ -4911,9 +4909,9 @@ Error generating stack: ` + i.message + `
|
|
|
4911
4909
|
throw Error(h(177));
|
|
4912
4910
|
e.callbackNode = null, e.callbackPriority = 0;
|
|
4913
4911
|
var i = t.lanes | t.childLanes;
|
|
4914
|
-
if (Ra(e, i), e === Q && (V = Q = null, Y = 0), (t.subtreeFlags & 2064)
|
|
4912
|
+
if (Ra(e, i), e === Q && (V = Q = null, Y = 0), !(t.subtreeFlags & 2064) && !(t.flags & 2064) || Ir || (Ir = !0, na(Wt, function() {
|
|
4915
4913
|
return Gn(), null;
|
|
4916
|
-
})), i = (t.flags & 15990) !== 0,
|
|
4914
|
+
})), i = (t.flags & 15990) !== 0, t.subtreeFlags & 15990 || i) {
|
|
4917
4915
|
i = he.transition, he.transition = null;
|
|
4918
4916
|
var u = _;
|
|
4919
4917
|
_ = 1;
|
|
@@ -4926,7 +4924,7 @@ Error generating stack: ` + i.message + `
|
|
|
4926
4924
|
l = n[t], r(l.value, { componentStack: l.stack, digest: l.digest });
|
|
4927
4925
|
if (Or)
|
|
4928
4926
|
throw Or = !1, e = Hi, Hi = null, e;
|
|
4929
|
-
return
|
|
4927
|
+
return jr & 1 && e.tag !== 0 && Gn(), i = e.pendingLanes, i & 1 ? e === Qi ? It++ : (It = 0, Qi = e) : It = 0, Je(), null;
|
|
4930
4928
|
}
|
|
4931
4929
|
function Gn() {
|
|
4932
4930
|
if (tn !== null) {
|
|
@@ -4935,12 +4933,12 @@ Error generating stack: ` + i.message + `
|
|
|
4935
4933
|
if (he.transition = null, _ = 16 > e ? 16 : e, tn === null)
|
|
4936
4934
|
var r = !1;
|
|
4937
4935
|
else {
|
|
4938
|
-
if (e = tn, tn = null, jr = 0,
|
|
4936
|
+
if (e = tn, tn = null, jr = 0, z & 6)
|
|
4939
4937
|
throw Error(h(331));
|
|
4940
4938
|
var l = z;
|
|
4941
4939
|
for (z |= 4, w = e.current; w !== null; ) {
|
|
4942
4940
|
var i = w, u = i.child;
|
|
4943
|
-
if (
|
|
4941
|
+
if (w.flags & 16) {
|
|
4944
4942
|
var o = i.deletions;
|
|
4945
4943
|
if (o !== null) {
|
|
4946
4944
|
for (var s = 0; s < o.length; s++) {
|
|
@@ -4986,12 +4984,12 @@ Error generating stack: ` + i.message + `
|
|
|
4986
4984
|
w = i;
|
|
4987
4985
|
}
|
|
4988
4986
|
}
|
|
4989
|
-
if (
|
|
4987
|
+
if (i.subtreeFlags & 2064 && u !== null)
|
|
4990
4988
|
u.return = i, w = u;
|
|
4991
4989
|
else
|
|
4992
4990
|
e:
|
|
4993
4991
|
for (; w !== null; ) {
|
|
4994
|
-
if (i = w,
|
|
4992
|
+
if (i = w, i.flags & 2048)
|
|
4995
4993
|
switch (i.tag) {
|
|
4996
4994
|
case 0:
|
|
4997
4995
|
case 11:
|
|
@@ -5010,12 +5008,12 @@ Error generating stack: ` + i.message + `
|
|
|
5010
5008
|
for (w = a; w !== null; ) {
|
|
5011
5009
|
u = w;
|
|
5012
5010
|
var f = u.child;
|
|
5013
|
-
if (
|
|
5011
|
+
if (u.subtreeFlags & 2064 && f !== null)
|
|
5014
5012
|
f.return = u, w = f;
|
|
5015
5013
|
else
|
|
5016
5014
|
e:
|
|
5017
5015
|
for (u = a; w !== null; ) {
|
|
5018
|
-
if (o = w,
|
|
5016
|
+
if (o = w, o.flags & 2048)
|
|
5019
5017
|
try {
|
|
5020
5018
|
switch (o.tag) {
|
|
5021
5019
|
case 0:
|
|
@@ -5078,7 +5076,7 @@ Error generating stack: ` + i.message + `
|
|
|
5078
5076
|
r !== null && r.delete(n), n = ee(), e.pingedLanes |= e.suspendedLanes & t, Q === e && (Y & t) === t && (B === 4 || B === 3 && (Y & 130023424) === Y && 500 > j() - Bi ? wn(e, 0) : Ai |= t), ie(e, n);
|
|
5079
5077
|
}
|
|
5080
5078
|
function bs(e, n) {
|
|
5081
|
-
n === 0 && (
|
|
5079
|
+
n === 0 && (e.mode & 1 ? (n = Yt, Yt <<= 1, !(Yt & 130023424) && (Yt = 4194304)) : n = 1);
|
|
5082
5080
|
var t = ee();
|
|
5083
5081
|
e = Ie(e, n), e !== null && (ut(e, n, t), ie(e, t));
|
|
5084
5082
|
}
|
|
@@ -5107,12 +5105,12 @@ Error generating stack: ` + i.message + `
|
|
|
5107
5105
|
if (e.memoizedProps !== n.pendingProps || ne.current)
|
|
5108
5106
|
re = !0;
|
|
5109
5107
|
else {
|
|
5110
|
-
if ((e.lanes & t)
|
|
5108
|
+
if (!(e.lanes & t) && !(n.flags & 128))
|
|
5111
5109
|
return re = !1, Hc(e, n, t);
|
|
5112
|
-
re = (e.flags & 131072)
|
|
5110
|
+
re = !!(e.flags & 131072);
|
|
5113
5111
|
}
|
|
5114
5112
|
else
|
|
5115
|
-
re = !1, R &&
|
|
5113
|
+
re = !1, R && n.flags & 1048576 && Ro(n, vr, n.index);
|
|
5116
5114
|
switch (n.lanes = 0, n.tag) {
|
|
5117
5115
|
case 2:
|
|
5118
5116
|
var r = n.type;
|
|
@@ -5508,7 +5506,7 @@ Error generating stack: ` + i.message + `
|
|
|
5508
5506
|
var n = e.stateNode;
|
|
5509
5507
|
if (n.current.memoizedState.isDehydrated) {
|
|
5510
5508
|
var t = it(n.pendingLanes);
|
|
5511
|
-
t !== 0 && (Nl(n, t | 1), ie(n, j()), (z & 6)
|
|
5509
|
+
t !== 0 && (Nl(n, t | 1), ie(n, j()), !(z & 6) && (Xn = j() + 500, Je()));
|
|
5512
5510
|
}
|
|
5513
5511
|
break;
|
|
5514
5512
|
case 13:
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { __exports as o } from "../../_virtual/client.js";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
import { r as i } from "../../_virtual/index.js";
|
|
5
|
-
var t = i.exports;
|
|
2
|
+
import { r as i } from "./index.js";
|
|
3
|
+
var t = i;
|
|
6
4
|
if (process.env.NODE_ENV === "production")
|
|
7
5
|
o.createRoot = t.createRoot, o.hydrateRoot = t.hydrateRoot;
|
|
8
6
|
else {
|
|
@@ -24,5 +22,5 @@ else {
|
|
|
24
22
|
};
|
|
25
23
|
}
|
|
26
24
|
export {
|
|
27
|
-
|
|
25
|
+
o as default
|
|
28
26
|
};
|