@milaboratories/miplots4 1.0.169 → 1.0.171
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/README.md +11 -6
- package/dist/_virtual/client.js +1 -1
- package/dist/_virtual/client2.js +2 -2
- package/dist/_virtual/index.js +1 -1
- package/dist/_virtual/index2.js +1 -1
- package/dist/_virtual/jsx-runtime.js +1 -1
- package/dist/_virtual/react-dom-client.development.js +5 -0
- package/dist/_virtual/react-dom-client.development.js.map +1 -0
- package/dist/_virtual/react-dom-client.production.js +5 -0
- package/dist/_virtual/react-dom-client.production.js.map +1 -0
- package/dist/_virtual/{react-dom-server-legacy.browser.production.min.js → react-dom-server-legacy.browser.production.js} +1 -1
- package/dist/_virtual/react-dom-server-legacy.browser.production.js.map +1 -0
- package/dist/_virtual/react-dom-server.browser.production.js +5 -0
- package/dist/_virtual/react-dom-server.browser.production.js.map +1 -0
- package/dist/_virtual/react-dom.production.js +5 -0
- package/dist/_virtual/react-dom.production.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.production.js +5 -0
- package/dist/_virtual/react-jsx-runtime.production.js.map +1 -0
- package/dist/_virtual/react.production.js +5 -0
- package/dist/_virtual/react.production.js.map +1 -0
- package/dist/_virtual/scheduler.production.js +5 -0
- package/dist/_virtual/scheduler.production.js.map +1 -0
- package/dist/_virtual/server.browser.js +1 -1
- package/dist/bubble/ChartRenderer.js +86 -86
- package/dist/bubble/ChartRenderer.js.map +1 -1
- package/dist/bubble/index.js.map +1 -1
- package/dist/common/ErrorBoundary.d.ts +1 -1
- package/dist/dendro/index.js.map +1 -1
- package/dist/discrete/ChartRenderer.js +102 -102
- package/dist/discrete/ChartRenderer.js.map +1 -1
- package/dist/discrete/index.js.map +1 -1
- package/dist/heatmap/ChartRenderer.js +121 -121
- package/dist/heatmap/ChartRenderer.js.map +1 -1
- package/dist/heatmap/index.js.map +1 -1
- package/dist/histogram/ChartRenderer.js +73 -73
- package/dist/histogram/ChartRenderer.js.map +1 -1
- package/dist/histogram/index.js.map +1 -1
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-client.development.js +17062 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-client.development.js.map +1 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-client.production.js +9790 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-client.production.js.map +1 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +6245 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js.map +1 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js +4106 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.js.map +1 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-server.browser.development.js +6763 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-server.browser.development.js.map +1 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-server.browser.production.js +4655 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom-server.browser.production.js.map +1 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom.development.js +228 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom.development.js.map +1 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom.production.js +148 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/cjs/react-dom.production.js.map +1 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/client.js +24 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/client.js.map +1 -0
- package/dist/node_modules/.pnpm/{react-dom@18.3.1_react@18.3.1 → react-dom@19.2.4_react@19.2.4}/node_modules/react-dom/index.js +1 -1
- package/dist/node_modules/.pnpm/{react-dom@18.3.1_react@18.3.1 → react-dom@19.2.4_react@19.2.4}/node_modules/react-dom/index.js.map +1 -1
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/server.browser.js +16 -0
- package/dist/node_modules/.pnpm/react-dom@19.2.4_react@19.2.4/node_modules/react-dom/server.browser.js.map +1 -0
- package/dist/node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react-jsx-runtime.development.js +246 -0
- package/dist/node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -0
- package/dist/node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react-jsx-runtime.production.js +36 -0
- package/dist/node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react-jsx-runtime.production.js.map +1 -0
- package/dist/node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.development.js +865 -0
- package/dist/node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.development.js.map +1 -0
- package/dist/node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.production.js +373 -0
- package/dist/node_modules/.pnpm/react@19.2.4/node_modules/react/cjs/react.production.js.map +1 -0
- package/dist/node_modules/.pnpm/{react@18.3.1 → react@19.2.4}/node_modules/react/index.js +1 -1
- package/dist/node_modules/.pnpm/react@19.2.4/node_modules/react/index.js.map +1 -0
- package/dist/node_modules/.pnpm/{react@18.3.1 → react@19.2.4}/node_modules/react/jsx-runtime.js +3 -3
- package/dist/node_modules/.pnpm/react@19.2.4/node_modules/react/jsx-runtime.js.map +1 -0
- package/dist/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/cjs/scheduler.development.js +237 -0
- package/dist/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/cjs/scheduler.development.js.map +1 -0
- package/dist/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/cjs/scheduler.production.js +234 -0
- package/dist/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/cjs/scheduler.production.js.map +1 -0
- package/dist/node_modules/.pnpm/{scheduler@0.23.2 → scheduler@0.27.0}/node_modules/scheduler/index.js +1 -1
- package/dist/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js.map +1 -0
- package/dist/scatterplot/ChartRenderer.js +96 -96
- package/dist/scatterplot/ChartRenderer.js.map +1 -1
- package/dist/scatterplot/index.js.map +1 -1
- package/dist/scatterplot-umap/ChartRenderer.js +99 -99
- package/dist/scatterplot-umap/ChartRenderer.js.map +1 -1
- package/package.json +7 -5
- package/dist/_virtual/react-dom-server-legacy.browser.production.min.js.map +0 -1
- package/dist/_virtual/react-dom-server.browser.production.min.js +0 -5
- package/dist/_virtual/react-dom-server.browser.production.min.js.map +0 -1
- package/dist/_virtual/react-dom.production.min.js +0 -5
- package/dist/_virtual/react-dom.production.min.js.map +0 -1
- package/dist/_virtual/react-jsx-runtime.production.min.js +0 -5
- package/dist/_virtual/react-jsx-runtime.production.min.js.map +0 -1
- package/dist/_virtual/react.production.min.js +0 -5
- package/dist/_virtual/react.production.min.js.map +0 -1
- package/dist/_virtual/scheduler.production.min.js +0 -5
- package/dist/_virtual/scheduler.production.min.js.map +0 -1
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +0 -3622
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js.map +0 -1
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +0 -1235
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js.map +0 -1
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server.browser.development.js +0 -3601
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server.browser.development.js.map +0 -1
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +0 -1256
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js.map +0 -1
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom.development.js +0 -13457
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom.development.js.map +0 -1
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom.production.min.js +0 -5177
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/cjs/react-dom.production.min.js.map +0 -1
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/client.js +0 -33
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/client.js.map +0 -1
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/server.browser.js +0 -16
- package/dist/node_modules/.pnpm/react-dom@18.3.1_react@18.3.1/node_modules/react-dom/server.browser.js.map +0 -1
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.development.js +0 -605
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.development.js.map +0 -1
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -29
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +0 -1
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.development.js +0 -1274
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.development.js.map +0 -1
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.production.min.js +0 -209
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react.production.min.js.map +0 -1
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/index.js.map +0 -1
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js.map +0 -1
- package/dist/node_modules/.pnpm/scheduler@0.23.2/node_modules/scheduler/cjs/scheduler.development.js +0 -278
- package/dist/node_modules/.pnpm/scheduler@0.23.2/node_modules/scheduler/cjs/scheduler.development.js.map +0 -1
- package/dist/node_modules/.pnpm/scheduler@0.23.2/node_modules/scheduler/cjs/scheduler.production.min.js +0 -214
- package/dist/node_modules/.pnpm/scheduler@0.23.2/node_modules/scheduler/cjs/scheduler.production.min.js.map +0 -1
- package/dist/node_modules/.pnpm/scheduler@0.23.2/node_modules/scheduler/index.js.map +0 -1
|
@@ -1,1235 +0,0 @@
|
|
|
1
|
-
import { __exports as P } from "../../../../../../_virtual/react-dom-server-legacy.browser.production.min.js";
|
|
2
|
-
import { __require as jt } from "../../../../react@18.3.1/node_modules/react/index.js";
|
|
3
|
-
/**
|
|
4
|
-
* @license React
|
|
5
|
-
* react-dom-server-legacy.browser.production.min.js
|
|
6
|
-
*
|
|
7
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8
|
-
*
|
|
9
|
-
* This source code is licensed under the MIT license found in the
|
|
10
|
-
* LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/
|
|
12
|
-
var it;
|
|
13
|
-
function Ht() {
|
|
14
|
-
if (it) return P;
|
|
15
|
-
it = 1;
|
|
16
|
-
var ye = jt();
|
|
17
|
-
function c(e) {
|
|
18
|
-
for (var t = "https://reactjs.org/docs/error-decoder.html?invariant=" + e, r = 1; r < arguments.length; r++) t += "&args[]=" + encodeURIComponent(arguments[r]);
|
|
19
|
-
return "Minified React error #" + e + "; visit " + t + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
|
|
20
|
-
}
|
|
21
|
-
var g = Object.prototype.hasOwnProperty, at = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/, ge = {}, ve = {};
|
|
22
|
-
function Se(e) {
|
|
23
|
-
return g.call(ve, e) ? !0 : g.call(ge, e) ? !1 : at.test(e) ? ve[e] = !0 : (ge[e] = !0, !1);
|
|
24
|
-
}
|
|
25
|
-
function m(e, t, r, n, u, o, l) {
|
|
26
|
-
this.acceptsBooleans = t === 2 || t === 3 || t === 4, this.attributeName = n, this.attributeNamespace = u, this.mustUseProperty = r, this.propertyName = e, this.type = t, this.sanitizeURL = o, this.removeEmptyString = l;
|
|
27
|
-
}
|
|
28
|
-
var d = {};
|
|
29
|
-
"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e) {
|
|
30
|
-
d[e] = new m(e, 0, !1, e, null, !1, !1);
|
|
31
|
-
}), [["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function(e) {
|
|
32
|
-
var t = e[0];
|
|
33
|
-
d[t] = new m(t, 1, !1, e[1], null, !1, !1);
|
|
34
|
-
}), ["contentEditable", "draggable", "spellCheck", "value"].forEach(function(e) {
|
|
35
|
-
d[e] = new m(e, 2, !1, e.toLowerCase(), null, !1, !1);
|
|
36
|
-
}), ["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(e) {
|
|
37
|
-
d[e] = new m(e, 2, !1, e, null, !1, !1);
|
|
38
|
-
}), "allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e) {
|
|
39
|
-
d[e] = new m(e, 3, !1, e.toLowerCase(), null, !1, !1);
|
|
40
|
-
}), ["checked", "multiple", "muted", "selected"].forEach(function(e) {
|
|
41
|
-
d[e] = new m(e, 3, !0, e, null, !1, !1);
|
|
42
|
-
}), ["capture", "download"].forEach(function(e) {
|
|
43
|
-
d[e] = new m(e, 4, !1, e, null, !1, !1);
|
|
44
|
-
}), ["cols", "rows", "size", "span"].forEach(function(e) {
|
|
45
|
-
d[e] = new m(e, 6, !1, e, null, !1, !1);
|
|
46
|
-
}), ["rowSpan", "start"].forEach(function(e) {
|
|
47
|
-
d[e] = new m(e, 5, !1, e.toLowerCase(), null, !1, !1);
|
|
48
|
-
});
|
|
49
|
-
var ee = /[\-:]([a-z])/g;
|
|
50
|
-
function te(e) {
|
|
51
|
-
return e[1].toUpperCase();
|
|
52
|
-
}
|
|
53
|
-
"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e) {
|
|
54
|
-
var t = e.replace(
|
|
55
|
-
ee,
|
|
56
|
-
te
|
|
57
|
-
);
|
|
58
|
-
d[t] = new m(t, 1, !1, e, null, !1, !1);
|
|
59
|
-
}), "xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e) {
|
|
60
|
-
var t = e.replace(ee, te);
|
|
61
|
-
d[t] = new m(t, 1, !1, e, "http://www.w3.org/1999/xlink", !1, !1);
|
|
62
|
-
}), ["xml:base", "xml:lang", "xml:space"].forEach(function(e) {
|
|
63
|
-
var t = e.replace(ee, te);
|
|
64
|
-
d[t] = new m(t, 1, !1, e, "http://www.w3.org/XML/1998/namespace", !1, !1);
|
|
65
|
-
}), ["tabIndex", "crossOrigin"].forEach(function(e) {
|
|
66
|
-
d[e] = new m(e, 1, !1, e.toLowerCase(), null, !1, !1);
|
|
67
|
-
}), d.xlinkHref = new m("xlinkHref", 1, !1, "xlink:href", "http://www.w3.org/1999/xlink", !0, !1), ["src", "href", "action", "formAction"].forEach(function(e) {
|
|
68
|
-
d[e] = new m(e, 1, !1, e.toLowerCase(), null, !0, !0);
|
|
69
|
-
});
|
|
70
|
-
var N = {
|
|
71
|
-
animationIterationCount: !0,
|
|
72
|
-
aspectRatio: !0,
|
|
73
|
-
borderImageOutset: !0,
|
|
74
|
-
borderImageSlice: !0,
|
|
75
|
-
borderImageWidth: !0,
|
|
76
|
-
boxFlex: !0,
|
|
77
|
-
boxFlexGroup: !0,
|
|
78
|
-
boxOrdinalGroup: !0,
|
|
79
|
-
columnCount: !0,
|
|
80
|
-
columns: !0,
|
|
81
|
-
flex: !0,
|
|
82
|
-
flexGrow: !0,
|
|
83
|
-
flexPositive: !0,
|
|
84
|
-
flexShrink: !0,
|
|
85
|
-
flexNegative: !0,
|
|
86
|
-
flexOrder: !0,
|
|
87
|
-
gridArea: !0,
|
|
88
|
-
gridRow: !0,
|
|
89
|
-
gridRowEnd: !0,
|
|
90
|
-
gridRowSpan: !0,
|
|
91
|
-
gridRowStart: !0,
|
|
92
|
-
gridColumn: !0,
|
|
93
|
-
gridColumnEnd: !0,
|
|
94
|
-
gridColumnSpan: !0,
|
|
95
|
-
gridColumnStart: !0,
|
|
96
|
-
fontWeight: !0,
|
|
97
|
-
lineClamp: !0,
|
|
98
|
-
lineHeight: !0,
|
|
99
|
-
opacity: !0,
|
|
100
|
-
order: !0,
|
|
101
|
-
orphans: !0,
|
|
102
|
-
tabSize: !0,
|
|
103
|
-
widows: !0,
|
|
104
|
-
zIndex: !0,
|
|
105
|
-
zoom: !0,
|
|
106
|
-
fillOpacity: !0,
|
|
107
|
-
floodOpacity: !0,
|
|
108
|
-
stopOpacity: !0,
|
|
109
|
-
strokeDasharray: !0,
|
|
110
|
-
strokeDashoffset: !0,
|
|
111
|
-
strokeMiterlimit: !0,
|
|
112
|
-
strokeOpacity: !0,
|
|
113
|
-
strokeWidth: !0
|
|
114
|
-
}, ct = ["Webkit", "ms", "Moz", "O"];
|
|
115
|
-
Object.keys(N).forEach(function(e) {
|
|
116
|
-
ct.forEach(function(t) {
|
|
117
|
-
t = t + e.charAt(0).toUpperCase() + e.substring(1), N[t] = N[e];
|
|
118
|
-
});
|
|
119
|
-
});
|
|
120
|
-
var ft = /["'&<>]/;
|
|
121
|
-
function y(e) {
|
|
122
|
-
if (typeof e == "boolean" || typeof e == "number") return "" + e;
|
|
123
|
-
e = "" + e;
|
|
124
|
-
var t = ft.exec(e);
|
|
125
|
-
if (t) {
|
|
126
|
-
var r = "", n, u = 0;
|
|
127
|
-
for (n = t.index; n < e.length; n++) {
|
|
128
|
-
switch (e.charCodeAt(n)) {
|
|
129
|
-
case 34:
|
|
130
|
-
t = """;
|
|
131
|
-
break;
|
|
132
|
-
case 38:
|
|
133
|
-
t = "&";
|
|
134
|
-
break;
|
|
135
|
-
case 39:
|
|
136
|
-
t = "'";
|
|
137
|
-
break;
|
|
138
|
-
case 60:
|
|
139
|
-
t = "<";
|
|
140
|
-
break;
|
|
141
|
-
case 62:
|
|
142
|
-
t = ">";
|
|
143
|
-
break;
|
|
144
|
-
default:
|
|
145
|
-
continue;
|
|
146
|
-
}
|
|
147
|
-
u !== n && (r += e.substring(u, n)), u = n + 1, r += t;
|
|
148
|
-
}
|
|
149
|
-
e = u !== n ? r + e.substring(u, n) : r;
|
|
150
|
-
}
|
|
151
|
-
return e;
|
|
152
|
-
}
|
|
153
|
-
var pt = /([A-Z])/g, ht = /^ms-/, re = Array.isArray;
|
|
154
|
-
function w(e, t) {
|
|
155
|
-
return { insertionMode: e, selectedValue: t };
|
|
156
|
-
}
|
|
157
|
-
function dt(e, t, r) {
|
|
158
|
-
switch (t) {
|
|
159
|
-
case "select":
|
|
160
|
-
return w(1, r.value != null ? r.value : r.defaultValue);
|
|
161
|
-
case "svg":
|
|
162
|
-
return w(2, null);
|
|
163
|
-
case "math":
|
|
164
|
-
return w(3, null);
|
|
165
|
-
case "foreignObject":
|
|
166
|
-
return w(1, null);
|
|
167
|
-
case "table":
|
|
168
|
-
return w(4, null);
|
|
169
|
-
case "thead":
|
|
170
|
-
case "tbody":
|
|
171
|
-
case "tfoot":
|
|
172
|
-
return w(5, null);
|
|
173
|
-
case "colgroup":
|
|
174
|
-
return w(7, null);
|
|
175
|
-
case "tr":
|
|
176
|
-
return w(6, null);
|
|
177
|
-
}
|
|
178
|
-
return 4 <= e.insertionMode || e.insertionMode === 0 ? w(1, null) : e;
|
|
179
|
-
}
|
|
180
|
-
var xe = /* @__PURE__ */ new Map();
|
|
181
|
-
function ke(e, t, r) {
|
|
182
|
-
if (typeof r != "object") throw Error(c(62));
|
|
183
|
-
t = !0;
|
|
184
|
-
for (var n in r) if (g.call(r, n)) {
|
|
185
|
-
var u = r[n];
|
|
186
|
-
if (u != null && typeof u != "boolean" && u !== "") {
|
|
187
|
-
if (n.indexOf("--") === 0) {
|
|
188
|
-
var o = y(n);
|
|
189
|
-
u = y(("" + u).trim());
|
|
190
|
-
} else {
|
|
191
|
-
o = n;
|
|
192
|
-
var l = xe.get(o);
|
|
193
|
-
l !== void 0 || (l = y(o.replace(pt, "-$1").toLowerCase().replace(ht, "-ms-")), xe.set(o, l)), o = l, u = typeof u == "number" ? u === 0 || g.call(N, n) ? "" + u : u + "px" : y(("" + u).trim());
|
|
194
|
-
}
|
|
195
|
-
t ? (t = !1, e.push(' style="', o, ":", u)) : e.push(";", o, ":", u);
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
t || e.push('"');
|
|
199
|
-
}
|
|
200
|
-
function v(e, t, r, n) {
|
|
201
|
-
switch (r) {
|
|
202
|
-
case "style":
|
|
203
|
-
ke(e, t, n);
|
|
204
|
-
return;
|
|
205
|
-
case "defaultValue":
|
|
206
|
-
case "defaultChecked":
|
|
207
|
-
case "innerHTML":
|
|
208
|
-
case "suppressContentEditableWarning":
|
|
209
|
-
case "suppressHydrationWarning":
|
|
210
|
-
return;
|
|
211
|
-
}
|
|
212
|
-
if (!(2 < r.length) || r[0] !== "o" && r[0] !== "O" || r[1] !== "n" && r[1] !== "N") {
|
|
213
|
-
if (t = d.hasOwnProperty(r) ? d[r] : null, t !== null) {
|
|
214
|
-
switch (typeof n) {
|
|
215
|
-
case "function":
|
|
216
|
-
case "symbol":
|
|
217
|
-
return;
|
|
218
|
-
case "boolean":
|
|
219
|
-
if (!t.acceptsBooleans) return;
|
|
220
|
-
}
|
|
221
|
-
switch (r = t.attributeName, t.type) {
|
|
222
|
-
case 3:
|
|
223
|
-
n && e.push(" ", r, '=""');
|
|
224
|
-
break;
|
|
225
|
-
case 4:
|
|
226
|
-
n === !0 ? e.push(" ", r, '=""') : n !== !1 && e.push(" ", r, '="', y(n), '"');
|
|
227
|
-
break;
|
|
228
|
-
case 5:
|
|
229
|
-
isNaN(n) || e.push(" ", r, '="', y(n), '"');
|
|
230
|
-
break;
|
|
231
|
-
case 6:
|
|
232
|
-
!isNaN(n) && 1 <= n && e.push(" ", r, '="', y(n), '"');
|
|
233
|
-
break;
|
|
234
|
-
default:
|
|
235
|
-
t.sanitizeURL && (n = "" + n), e.push(" ", r, '="', y(n), '"');
|
|
236
|
-
}
|
|
237
|
-
} else if (Se(r)) {
|
|
238
|
-
switch (typeof n) {
|
|
239
|
-
case "function":
|
|
240
|
-
case "symbol":
|
|
241
|
-
return;
|
|
242
|
-
case "boolean":
|
|
243
|
-
if (t = r.toLowerCase().slice(0, 5), t !== "data-" && t !== "aria-") return;
|
|
244
|
-
}
|
|
245
|
-
e.push(" ", r, '="', y(n), '"');
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
function L(e, t, r) {
|
|
250
|
-
if (t != null) {
|
|
251
|
-
if (r != null) throw Error(c(60));
|
|
252
|
-
if (typeof t != "object" || !("__html" in t)) throw Error(c(61));
|
|
253
|
-
t = t.__html, t != null && e.push("" + t);
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
function mt(e) {
|
|
257
|
-
var t = "";
|
|
258
|
-
return ye.Children.forEach(e, function(r) {
|
|
259
|
-
r != null && (t += r);
|
|
260
|
-
}), t;
|
|
261
|
-
}
|
|
262
|
-
function ne(e, t, r, n) {
|
|
263
|
-
e.push(x(r));
|
|
264
|
-
var u = r = null, o;
|
|
265
|
-
for (o in t) if (g.call(t, o)) {
|
|
266
|
-
var l = t[o];
|
|
267
|
-
if (l != null) switch (o) {
|
|
268
|
-
case "children":
|
|
269
|
-
r = l;
|
|
270
|
-
break;
|
|
271
|
-
case "dangerouslySetInnerHTML":
|
|
272
|
-
u = l;
|
|
273
|
-
break;
|
|
274
|
-
default:
|
|
275
|
-
v(e, n, o, l);
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
return e.push(">"), L(e, u, r), typeof r == "string" ? (e.push(y(r)), null) : r;
|
|
279
|
-
}
|
|
280
|
-
var yt = /^[a-zA-Z][a-zA-Z:_\.\-\d]*$/, we = /* @__PURE__ */ new Map();
|
|
281
|
-
function x(e) {
|
|
282
|
-
var t = we.get(e);
|
|
283
|
-
if (t === void 0) {
|
|
284
|
-
if (!yt.test(e)) throw Error(c(65, e));
|
|
285
|
-
t = "<" + e, we.set(e, t);
|
|
286
|
-
}
|
|
287
|
-
return t;
|
|
288
|
-
}
|
|
289
|
-
function gt(e, t, r, n, u) {
|
|
290
|
-
switch (t) {
|
|
291
|
-
case "select":
|
|
292
|
-
e.push(x("select"));
|
|
293
|
-
var o = null, l = null;
|
|
294
|
-
for (f in r) if (g.call(r, f)) {
|
|
295
|
-
var s = r[f];
|
|
296
|
-
if (s != null) switch (f) {
|
|
297
|
-
case "children":
|
|
298
|
-
o = s;
|
|
299
|
-
break;
|
|
300
|
-
case "dangerouslySetInnerHTML":
|
|
301
|
-
l = s;
|
|
302
|
-
break;
|
|
303
|
-
case "defaultValue":
|
|
304
|
-
case "value":
|
|
305
|
-
break;
|
|
306
|
-
default:
|
|
307
|
-
v(e, n, f, s);
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
return e.push(">"), L(e, l, o), o;
|
|
311
|
-
case "option":
|
|
312
|
-
l = u.selectedValue, e.push(x("option"));
|
|
313
|
-
var i = s = null, a = null, f = null;
|
|
314
|
-
for (o in r) if (g.call(r, o)) {
|
|
315
|
-
var h = r[o];
|
|
316
|
-
if (h != null) switch (o) {
|
|
317
|
-
case "children":
|
|
318
|
-
s = h;
|
|
319
|
-
break;
|
|
320
|
-
case "selected":
|
|
321
|
-
a = h;
|
|
322
|
-
break;
|
|
323
|
-
case "dangerouslySetInnerHTML":
|
|
324
|
-
f = h;
|
|
325
|
-
break;
|
|
326
|
-
case "value":
|
|
327
|
-
i = h;
|
|
328
|
-
default:
|
|
329
|
-
v(e, n, o, h);
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
if (l != null) if (r = i !== null ? "" + i : mt(s), re(l)) {
|
|
333
|
-
for (n = 0; n < l.length; n++)
|
|
334
|
-
if ("" + l[n] === r) {
|
|
335
|
-
e.push(' selected=""');
|
|
336
|
-
break;
|
|
337
|
-
}
|
|
338
|
-
} else "" + l === r && e.push(' selected=""');
|
|
339
|
-
else a && e.push(' selected=""');
|
|
340
|
-
return e.push(">"), L(e, f, s), s;
|
|
341
|
-
case "textarea":
|
|
342
|
-
e.push(x("textarea")), f = l = o = null;
|
|
343
|
-
for (s in r) if (g.call(r, s) && (i = r[s], i != null)) switch (s) {
|
|
344
|
-
case "children":
|
|
345
|
-
f = i;
|
|
346
|
-
break;
|
|
347
|
-
case "value":
|
|
348
|
-
o = i;
|
|
349
|
-
break;
|
|
350
|
-
case "defaultValue":
|
|
351
|
-
l = i;
|
|
352
|
-
break;
|
|
353
|
-
case "dangerouslySetInnerHTML":
|
|
354
|
-
throw Error(c(91));
|
|
355
|
-
default:
|
|
356
|
-
v(
|
|
357
|
-
e,
|
|
358
|
-
n,
|
|
359
|
-
s,
|
|
360
|
-
i
|
|
361
|
-
);
|
|
362
|
-
}
|
|
363
|
-
if (o === null && l !== null && (o = l), e.push(">"), f != null) {
|
|
364
|
-
if (o != null) throw Error(c(92));
|
|
365
|
-
if (re(f) && 1 < f.length) throw Error(c(93));
|
|
366
|
-
o = "" + f;
|
|
367
|
-
}
|
|
368
|
-
return typeof o == "string" && o[0] === `
|
|
369
|
-
` && e.push(`
|
|
370
|
-
`), o !== null && e.push(y("" + o)), null;
|
|
371
|
-
case "input":
|
|
372
|
-
e.push(x("input")), i = f = s = o = null;
|
|
373
|
-
for (l in r) if (g.call(r, l) && (a = r[l], a != null)) switch (l) {
|
|
374
|
-
case "children":
|
|
375
|
-
case "dangerouslySetInnerHTML":
|
|
376
|
-
throw Error(c(399, "input"));
|
|
377
|
-
case "defaultChecked":
|
|
378
|
-
i = a;
|
|
379
|
-
break;
|
|
380
|
-
case "defaultValue":
|
|
381
|
-
s = a;
|
|
382
|
-
break;
|
|
383
|
-
case "checked":
|
|
384
|
-
f = a;
|
|
385
|
-
break;
|
|
386
|
-
case "value":
|
|
387
|
-
o = a;
|
|
388
|
-
break;
|
|
389
|
-
default:
|
|
390
|
-
v(e, n, l, a);
|
|
391
|
-
}
|
|
392
|
-
return f !== null ? v(e, n, "checked", f) : i !== null && v(e, n, "checked", i), o !== null ? v(e, n, "value", o) : s !== null && v(e, n, "value", s), e.push("/>"), null;
|
|
393
|
-
case "menuitem":
|
|
394
|
-
e.push(x("menuitem"));
|
|
395
|
-
for (var F in r) if (g.call(r, F) && (o = r[F], o != null)) switch (F) {
|
|
396
|
-
case "children":
|
|
397
|
-
case "dangerouslySetInnerHTML":
|
|
398
|
-
throw Error(c(400));
|
|
399
|
-
default:
|
|
400
|
-
v(e, n, F, o);
|
|
401
|
-
}
|
|
402
|
-
return e.push(">"), null;
|
|
403
|
-
case "title":
|
|
404
|
-
e.push(x("title")), o = null;
|
|
405
|
-
for (h in r) if (g.call(r, h) && (l = r[h], l != null)) switch (h) {
|
|
406
|
-
case "children":
|
|
407
|
-
o = l;
|
|
408
|
-
break;
|
|
409
|
-
case "dangerouslySetInnerHTML":
|
|
410
|
-
throw Error(c(434));
|
|
411
|
-
default:
|
|
412
|
-
v(e, n, h, l);
|
|
413
|
-
}
|
|
414
|
-
return e.push(">"), o;
|
|
415
|
-
case "listing":
|
|
416
|
-
case "pre":
|
|
417
|
-
e.push(x(t)), l = o = null;
|
|
418
|
-
for (i in r) if (g.call(r, i) && (s = r[i], s != null)) switch (i) {
|
|
419
|
-
case "children":
|
|
420
|
-
o = s;
|
|
421
|
-
break;
|
|
422
|
-
case "dangerouslySetInnerHTML":
|
|
423
|
-
l = s;
|
|
424
|
-
break;
|
|
425
|
-
default:
|
|
426
|
-
v(e, n, i, s);
|
|
427
|
-
}
|
|
428
|
-
if (e.push(">"), l != null) {
|
|
429
|
-
if (o != null) throw Error(c(60));
|
|
430
|
-
if (typeof l != "object" || !("__html" in l)) throw Error(c(61));
|
|
431
|
-
r = l.__html, r != null && (typeof r == "string" && 0 < r.length && r[0] === `
|
|
432
|
-
` ? e.push(`
|
|
433
|
-
`, r) : e.push("" + r));
|
|
434
|
-
}
|
|
435
|
-
return typeof o == "string" && o[0] === `
|
|
436
|
-
` && e.push(`
|
|
437
|
-
`), o;
|
|
438
|
-
case "area":
|
|
439
|
-
case "base":
|
|
440
|
-
case "br":
|
|
441
|
-
case "col":
|
|
442
|
-
case "embed":
|
|
443
|
-
case "hr":
|
|
444
|
-
case "img":
|
|
445
|
-
case "keygen":
|
|
446
|
-
case "link":
|
|
447
|
-
case "meta":
|
|
448
|
-
case "param":
|
|
449
|
-
case "source":
|
|
450
|
-
case "track":
|
|
451
|
-
case "wbr":
|
|
452
|
-
e.push(x(t));
|
|
453
|
-
for (var T in r) if (g.call(r, T) && (o = r[T], o != null)) switch (T) {
|
|
454
|
-
case "children":
|
|
455
|
-
case "dangerouslySetInnerHTML":
|
|
456
|
-
throw Error(c(399, t));
|
|
457
|
-
default:
|
|
458
|
-
v(e, n, T, o);
|
|
459
|
-
}
|
|
460
|
-
return e.push("/>"), null;
|
|
461
|
-
case "annotation-xml":
|
|
462
|
-
case "color-profile":
|
|
463
|
-
case "font-face":
|
|
464
|
-
case "font-face-src":
|
|
465
|
-
case "font-face-uri":
|
|
466
|
-
case "font-face-format":
|
|
467
|
-
case "font-face-name":
|
|
468
|
-
case "missing-glyph":
|
|
469
|
-
return ne(
|
|
470
|
-
e,
|
|
471
|
-
r,
|
|
472
|
-
t,
|
|
473
|
-
n
|
|
474
|
-
);
|
|
475
|
-
case "html":
|
|
476
|
-
return u.insertionMode === 0 && e.push("<!DOCTYPE html>"), ne(e, r, t, n);
|
|
477
|
-
default:
|
|
478
|
-
if (t.indexOf("-") === -1 && typeof r.is != "string") return ne(e, r, t, n);
|
|
479
|
-
e.push(x(t)), l = o = null;
|
|
480
|
-
for (a in r) if (g.call(r, a) && (s = r[a], s != null)) switch (a) {
|
|
481
|
-
case "children":
|
|
482
|
-
o = s;
|
|
483
|
-
break;
|
|
484
|
-
case "dangerouslySetInnerHTML":
|
|
485
|
-
l = s;
|
|
486
|
-
break;
|
|
487
|
-
case "style":
|
|
488
|
-
ke(e, n, s);
|
|
489
|
-
break;
|
|
490
|
-
case "suppressContentEditableWarning":
|
|
491
|
-
case "suppressHydrationWarning":
|
|
492
|
-
break;
|
|
493
|
-
default:
|
|
494
|
-
Se(a) && typeof s != "function" && typeof s != "symbol" && e.push(" ", a, '="', y(s), '"');
|
|
495
|
-
}
|
|
496
|
-
return e.push(">"), L(e, l, o), o;
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
function Ce(e, t, r) {
|
|
500
|
-
if (e.push('<!--$?--><template id="'), r === null) throw Error(c(395));
|
|
501
|
-
return e.push(r), e.push('"></template>');
|
|
502
|
-
}
|
|
503
|
-
function vt(e, t, r, n) {
|
|
504
|
-
switch (r.insertionMode) {
|
|
505
|
-
case 0:
|
|
506
|
-
case 1:
|
|
507
|
-
return e.push('<div hidden id="'), e.push(t.segmentPrefix), t = n.toString(16), e.push(t), e.push('">');
|
|
508
|
-
case 2:
|
|
509
|
-
return e.push('<svg aria-hidden="true" style="display:none" id="'), e.push(t.segmentPrefix), t = n.toString(16), e.push(t), e.push('">');
|
|
510
|
-
case 3:
|
|
511
|
-
return e.push('<math aria-hidden="true" style="display:none" id="'), e.push(t.segmentPrefix), t = n.toString(16), e.push(t), e.push('">');
|
|
512
|
-
case 4:
|
|
513
|
-
return e.push('<table hidden id="'), e.push(t.segmentPrefix), t = n.toString(16), e.push(t), e.push('">');
|
|
514
|
-
case 5:
|
|
515
|
-
return e.push('<table hidden><tbody id="'), e.push(t.segmentPrefix), t = n.toString(16), e.push(t), e.push('">');
|
|
516
|
-
case 6:
|
|
517
|
-
return e.push('<table hidden><tr id="'), e.push(t.segmentPrefix), t = n.toString(16), e.push(t), e.push('">');
|
|
518
|
-
case 7:
|
|
519
|
-
return e.push('<table hidden><colgroup id="'), e.push(t.segmentPrefix), t = n.toString(16), e.push(t), e.push('">');
|
|
520
|
-
default:
|
|
521
|
-
throw Error(c(397));
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
function St(e, t) {
|
|
525
|
-
switch (t.insertionMode) {
|
|
526
|
-
case 0:
|
|
527
|
-
case 1:
|
|
528
|
-
return e.push("</div>");
|
|
529
|
-
case 2:
|
|
530
|
-
return e.push("</svg>");
|
|
531
|
-
case 3:
|
|
532
|
-
return e.push("</math>");
|
|
533
|
-
case 4:
|
|
534
|
-
return e.push("</table>");
|
|
535
|
-
case 5:
|
|
536
|
-
return e.push("</tbody></table>");
|
|
537
|
-
case 6:
|
|
538
|
-
return e.push("</tr></table>");
|
|
539
|
-
case 7:
|
|
540
|
-
return e.push("</colgroup></table>");
|
|
541
|
-
default:
|
|
542
|
-
throw Error(c(397));
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
var xt = /[<\u2028\u2029]/g;
|
|
546
|
-
function oe(e) {
|
|
547
|
-
return JSON.stringify(e).replace(xt, function(t) {
|
|
548
|
-
switch (t) {
|
|
549
|
-
case "<":
|
|
550
|
-
return "\\u003c";
|
|
551
|
-
case "\u2028":
|
|
552
|
-
return "\\u2028";
|
|
553
|
-
case "\u2029":
|
|
554
|
-
return "\\u2029";
|
|
555
|
-
default:
|
|
556
|
-
throw Error("escapeJSStringsForInstructionScripts encountered a match it does not know how to replace. this means the match regex and the replacement characters are no longer in sync. This is a bug in React");
|
|
557
|
-
}
|
|
558
|
-
});
|
|
559
|
-
}
|
|
560
|
-
function kt(e, t) {
|
|
561
|
-
return t = t === void 0 ? "" : t, { bootstrapChunks: [], startInlineScript: "<script>", placeholderPrefix: t + "P:", segmentPrefix: t + "S:", boundaryPrefix: t + "B:", idPrefix: t, nextSuspenseID: 0, sentCompleteSegmentFunction: !1, sentCompleteBoundaryFunction: !1, sentClientRenderFunction: !1, generateStaticMarkup: e };
|
|
562
|
-
}
|
|
563
|
-
function Ee(e, t, r, n) {
|
|
564
|
-
return r.generateStaticMarkup ? (e.push(y(t)), !1) : (t === "" ? e = n : (n && e.push("<!-- -->"), e.push(y(t)), e = !0), e);
|
|
565
|
-
}
|
|
566
|
-
var I = Object.assign, wt = Symbol.for("react.element"), Fe = Symbol.for("react.portal"), Te = Symbol.for("react.fragment"), Re = Symbol.for("react.strict_mode"), _e = Symbol.for("react.profiler"), Pe = Symbol.for("react.provider"), Ie = Symbol.for("react.context"), Me = Symbol.for("react.forward_ref"), Be = Symbol.for("react.suspense"), De = Symbol.for("react.suspense_list"), ze = Symbol.for("react.memo"), ue = Symbol.for("react.lazy"), Ct = Symbol.for("react.scope"), Et = Symbol.for("react.debug_trace_mode"), Ft = Symbol.for("react.legacy_hidden"), Tt = Symbol.for("react.default_value"), Ne = Symbol.iterator;
|
|
567
|
-
function le(e) {
|
|
568
|
-
if (e == null) return null;
|
|
569
|
-
if (typeof e == "function") return e.displayName || e.name || null;
|
|
570
|
-
if (typeof e == "string") return e;
|
|
571
|
-
switch (e) {
|
|
572
|
-
case Te:
|
|
573
|
-
return "Fragment";
|
|
574
|
-
case Fe:
|
|
575
|
-
return "Portal";
|
|
576
|
-
case _e:
|
|
577
|
-
return "Profiler";
|
|
578
|
-
case Re:
|
|
579
|
-
return "StrictMode";
|
|
580
|
-
case Be:
|
|
581
|
-
return "Suspense";
|
|
582
|
-
case De:
|
|
583
|
-
return "SuspenseList";
|
|
584
|
-
}
|
|
585
|
-
if (typeof e == "object") switch (e.$$typeof) {
|
|
586
|
-
case Ie:
|
|
587
|
-
return (e.displayName || "Context") + ".Consumer";
|
|
588
|
-
case Pe:
|
|
589
|
-
return (e._context.displayName || "Context") + ".Provider";
|
|
590
|
-
case Me:
|
|
591
|
-
var t = e.render;
|
|
592
|
-
return e = e.displayName, e || (e = t.displayName || t.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
593
|
-
case ze:
|
|
594
|
-
return t = e.displayName || null, t !== null ? t : le(e.type) || "Memo";
|
|
595
|
-
case ue:
|
|
596
|
-
t = e._payload, e = e._init;
|
|
597
|
-
try {
|
|
598
|
-
return le(e(t));
|
|
599
|
-
} catch {
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
return null;
|
|
603
|
-
}
|
|
604
|
-
var Le = {};
|
|
605
|
-
function Ve(e, t) {
|
|
606
|
-
if (e = e.contextTypes, !e) return Le;
|
|
607
|
-
var r = {}, n;
|
|
608
|
-
for (n in e) r[n] = t[n];
|
|
609
|
-
return r;
|
|
610
|
-
}
|
|
611
|
-
var R = null;
|
|
612
|
-
function V(e, t) {
|
|
613
|
-
if (e !== t) {
|
|
614
|
-
e.context._currentValue2 = e.parentValue, e = e.parent;
|
|
615
|
-
var r = t.parent;
|
|
616
|
-
if (e === null) {
|
|
617
|
-
if (r !== null) throw Error(c(401));
|
|
618
|
-
} else {
|
|
619
|
-
if (r === null) throw Error(c(401));
|
|
620
|
-
V(e, r);
|
|
621
|
-
}
|
|
622
|
-
t.context._currentValue2 = t.value;
|
|
623
|
-
}
|
|
624
|
-
}
|
|
625
|
-
function $e(e) {
|
|
626
|
-
e.context._currentValue2 = e.parentValue, e = e.parent, e !== null && $e(e);
|
|
627
|
-
}
|
|
628
|
-
function Oe(e) {
|
|
629
|
-
var t = e.parent;
|
|
630
|
-
t !== null && Oe(t), e.context._currentValue2 = e.value;
|
|
631
|
-
}
|
|
632
|
-
function je(e, t) {
|
|
633
|
-
if (e.context._currentValue2 = e.parentValue, e = e.parent, e === null) throw Error(c(402));
|
|
634
|
-
e.depth === t.depth ? V(e, t) : je(e, t);
|
|
635
|
-
}
|
|
636
|
-
function Ae(e, t) {
|
|
637
|
-
var r = t.parent;
|
|
638
|
-
if (r === null) throw Error(c(402));
|
|
639
|
-
e.depth === r.depth ? V(e, r) : Ae(e, r), t.context._currentValue2 = t.value;
|
|
640
|
-
}
|
|
641
|
-
function $(e) {
|
|
642
|
-
var t = R;
|
|
643
|
-
t !== e && (t === null ? Oe(e) : e === null ? $e(t) : t.depth === e.depth ? V(t, e) : t.depth > e.depth ? je(t, e) : Ae(t, e), R = e);
|
|
644
|
-
}
|
|
645
|
-
var be = { isMounted: function() {
|
|
646
|
-
return !1;
|
|
647
|
-
}, enqueueSetState: function(e, t) {
|
|
648
|
-
e = e._reactInternals, e.queue !== null && e.queue.push(t);
|
|
649
|
-
}, enqueueReplaceState: function(e, t) {
|
|
650
|
-
e = e._reactInternals, e.replace = !0, e.queue = [t];
|
|
651
|
-
}, enqueueForceUpdate: function() {
|
|
652
|
-
} };
|
|
653
|
-
function He(e, t, r, n) {
|
|
654
|
-
var u = e.state !== void 0 ? e.state : null;
|
|
655
|
-
e.updater = be, e.props = r, e.state = u;
|
|
656
|
-
var o = { queue: [], replace: !1 };
|
|
657
|
-
e._reactInternals = o;
|
|
658
|
-
var l = t.contextType;
|
|
659
|
-
if (e.context = typeof l == "object" && l !== null ? l._currentValue2 : n, l = t.getDerivedStateFromProps, typeof l == "function" && (l = l(r, u), u = l == null ? u : I({}, u, l), e.state = u), typeof t.getDerivedStateFromProps != "function" && typeof e.getSnapshotBeforeUpdate != "function" && (typeof e.UNSAFE_componentWillMount == "function" || typeof e.componentWillMount == "function")) if (t = e.state, typeof e.componentWillMount == "function" && e.componentWillMount(), typeof e.UNSAFE_componentWillMount == "function" && e.UNSAFE_componentWillMount(), t !== e.state && be.enqueueReplaceState(e, e.state, null), o.queue !== null && 0 < o.queue.length) if (t = o.queue, l = o.replace, o.queue = null, o.replace = !1, l && t.length === 1) e.state = t[0];
|
|
660
|
-
else {
|
|
661
|
-
for (o = l ? t[0] : e.state, u = !0, l = l ? 1 : 0; l < t.length; l++) {
|
|
662
|
-
var s = t[l];
|
|
663
|
-
s = typeof s == "function" ? s.call(e, o, r, n) : s, s != null && (u ? (u = !1, o = I({}, o, s)) : I(o, s));
|
|
664
|
-
}
|
|
665
|
-
e.state = o;
|
|
666
|
-
}
|
|
667
|
-
else o.queue = null;
|
|
668
|
-
}
|
|
669
|
-
var Rt = { id: 1, overflow: "" };
|
|
670
|
-
function se(e, t, r) {
|
|
671
|
-
var n = e.id;
|
|
672
|
-
e = e.overflow;
|
|
673
|
-
var u = 32 - O(n) - 1;
|
|
674
|
-
n &= ~(1 << u), r += 1;
|
|
675
|
-
var o = 32 - O(t) + u;
|
|
676
|
-
if (30 < o) {
|
|
677
|
-
var l = u - u % 5;
|
|
678
|
-
return o = (n & (1 << l) - 1).toString(32), n >>= l, u -= l, { id: 1 << 32 - O(t) + u | r << u | n, overflow: o + e };
|
|
679
|
-
}
|
|
680
|
-
return { id: 1 << o | r << u | n, overflow: e };
|
|
681
|
-
}
|
|
682
|
-
var O = Math.clz32 ? Math.clz32 : It, _t = Math.log, Pt = Math.LN2;
|
|
683
|
-
function It(e) {
|
|
684
|
-
return e >>>= 0, e === 0 ? 32 : 31 - (_t(e) / Pt | 0) | 0;
|
|
685
|
-
}
|
|
686
|
-
function Mt(e, t) {
|
|
687
|
-
return e === t && (e !== 0 || 1 / e === 1 / t) || e !== e && t !== t;
|
|
688
|
-
}
|
|
689
|
-
var Bt = typeof Object.is == "function" ? Object.is : Mt, C = null, ie = null, j = null, p = null, M = !1, A = !1, B = 0, E = null, b = 0;
|
|
690
|
-
function _() {
|
|
691
|
-
if (C === null) throw Error(c(321));
|
|
692
|
-
return C;
|
|
693
|
-
}
|
|
694
|
-
function We() {
|
|
695
|
-
if (0 < b) throw Error(c(312));
|
|
696
|
-
return { memoizedState: null, queue: null, next: null };
|
|
697
|
-
}
|
|
698
|
-
function ae() {
|
|
699
|
-
return p === null ? j === null ? (M = !1, j = p = We()) : (M = !0, p = j) : p.next === null ? (M = !1, p = p.next = We()) : (M = !0, p = p.next), p;
|
|
700
|
-
}
|
|
701
|
-
function ce() {
|
|
702
|
-
ie = C = null, A = !1, j = null, b = 0, p = E = null;
|
|
703
|
-
}
|
|
704
|
-
function Ue(e, t) {
|
|
705
|
-
return typeof t == "function" ? t(e) : t;
|
|
706
|
-
}
|
|
707
|
-
function qe(e, t, r) {
|
|
708
|
-
if (C = _(), p = ae(), M) {
|
|
709
|
-
var n = p.queue;
|
|
710
|
-
if (t = n.dispatch, E !== null && (r = E.get(n), r !== void 0)) {
|
|
711
|
-
E.delete(n), n = p.memoizedState;
|
|
712
|
-
do
|
|
713
|
-
n = e(n, r.action), r = r.next;
|
|
714
|
-
while (r !== null);
|
|
715
|
-
return p.memoizedState = n, [n, t];
|
|
716
|
-
}
|
|
717
|
-
return [p.memoizedState, t];
|
|
718
|
-
}
|
|
719
|
-
return e = e === Ue ? typeof t == "function" ? t() : t : r !== void 0 ? r(t) : t, p.memoizedState = e, e = p.queue = { last: null, dispatch: null }, e = e.dispatch = Dt.bind(null, C, e), [p.memoizedState, e];
|
|
720
|
-
}
|
|
721
|
-
function Ze(e, t) {
|
|
722
|
-
if (C = _(), p = ae(), t = t === void 0 ? null : t, p !== null) {
|
|
723
|
-
var r = p.memoizedState;
|
|
724
|
-
if (r !== null && t !== null) {
|
|
725
|
-
var n = r[1];
|
|
726
|
-
e: if (n === null) n = !1;
|
|
727
|
-
else {
|
|
728
|
-
for (var u = 0; u < n.length && u < t.length; u++) if (!Bt(t[u], n[u])) {
|
|
729
|
-
n = !1;
|
|
730
|
-
break e;
|
|
731
|
-
}
|
|
732
|
-
n = !0;
|
|
733
|
-
}
|
|
734
|
-
if (n) return r[0];
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
return e = e(), p.memoizedState = [e, t], e;
|
|
738
|
-
}
|
|
739
|
-
function Dt(e, t, r) {
|
|
740
|
-
if (25 <= b) throw Error(c(301));
|
|
741
|
-
if (e === C) if (A = !0, e = { action: r, next: null }, E === null && (E = /* @__PURE__ */ new Map()), r = E.get(t), r === void 0) E.set(t, e);
|
|
742
|
-
else {
|
|
743
|
-
for (t = r; t.next !== null; ) t = t.next;
|
|
744
|
-
t.next = e;
|
|
745
|
-
}
|
|
746
|
-
}
|
|
747
|
-
function zt() {
|
|
748
|
-
throw Error(c(394));
|
|
749
|
-
}
|
|
750
|
-
function H() {
|
|
751
|
-
}
|
|
752
|
-
var Ge = { readContext: function(e) {
|
|
753
|
-
return e._currentValue2;
|
|
754
|
-
}, useContext: function(e) {
|
|
755
|
-
return _(), e._currentValue2;
|
|
756
|
-
}, useMemo: Ze, useReducer: qe, useRef: function(e) {
|
|
757
|
-
C = _(), p = ae();
|
|
758
|
-
var t = p.memoizedState;
|
|
759
|
-
return t === null ? (e = { current: e }, p.memoizedState = e) : t;
|
|
760
|
-
}, useState: function(e) {
|
|
761
|
-
return qe(Ue, e);
|
|
762
|
-
}, useInsertionEffect: H, useLayoutEffect: function() {
|
|
763
|
-
}, useCallback: function(e, t) {
|
|
764
|
-
return Ze(function() {
|
|
765
|
-
return e;
|
|
766
|
-
}, t);
|
|
767
|
-
}, useImperativeHandle: H, useEffect: H, useDebugValue: H, useDeferredValue: function(e) {
|
|
768
|
-
return _(), e;
|
|
769
|
-
}, useTransition: function() {
|
|
770
|
-
return _(), [
|
|
771
|
-
!1,
|
|
772
|
-
zt
|
|
773
|
-
];
|
|
774
|
-
}, useId: function() {
|
|
775
|
-
var e = ie.treeContext, t = e.overflow;
|
|
776
|
-
e = e.id, e = (e & ~(1 << 32 - O(e) - 1)).toString(32) + t;
|
|
777
|
-
var r = W;
|
|
778
|
-
if (r === null) throw Error(c(404));
|
|
779
|
-
return t = B++, e = ":" + r.idPrefix + "R" + e, 0 < t && (e += "H" + t.toString(32)), e + ":";
|
|
780
|
-
}, useMutableSource: function(e, t) {
|
|
781
|
-
return _(), t(e._source);
|
|
782
|
-
}, useSyncExternalStore: function(e, t, r) {
|
|
783
|
-
if (r === void 0) throw Error(c(407));
|
|
784
|
-
return r();
|
|
785
|
-
} }, W = null, fe = ye.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;
|
|
786
|
-
function Nt(e) {
|
|
787
|
-
return console.error(e), null;
|
|
788
|
-
}
|
|
789
|
-
function D() {
|
|
790
|
-
}
|
|
791
|
-
function Lt(e, t, r, n, u, o, l, s, i) {
|
|
792
|
-
var a = [], f = /* @__PURE__ */ new Set();
|
|
793
|
-
return t = { destination: null, responseState: t, progressiveChunkSize: n === void 0 ? 12800 : n, status: 0, fatalError: null, nextSegmentId: 0, allPendingTasks: 0, pendingRootTasks: 0, completedRootSegment: null, abortableTasks: f, pingedTasks: a, clientRenderedBoundaries: [], completedBoundaries: [], partialBoundaries: [], onError: u === void 0 ? Nt : u, onAllReady: D, onShellReady: l === void 0 ? D : l, onShellError: D, onFatalError: D }, r = U(t, 0, null, r, !1, !1), r.parentFlushed = !0, e = pe(t, e, null, r, f, Le, null, Rt), a.push(e), t;
|
|
794
|
-
}
|
|
795
|
-
function pe(e, t, r, n, u, o, l, s) {
|
|
796
|
-
e.allPendingTasks++, r === null ? e.pendingRootTasks++ : r.pendingTasks++;
|
|
797
|
-
var i = { node: t, ping: function() {
|
|
798
|
-
var a = e.pingedTasks;
|
|
799
|
-
a.push(i), a.length === 1 && tt(e);
|
|
800
|
-
}, blockedBoundary: r, blockedSegment: n, abortSet: u, legacyContext: o, context: l, treeContext: s };
|
|
801
|
-
return u.add(i), i;
|
|
802
|
-
}
|
|
803
|
-
function U(e, t, r, n, u, o) {
|
|
804
|
-
return { status: 0, id: -1, index: t, parentFlushed: !1, chunks: [], children: [], formatContext: n, boundary: r, lastPushedText: u, textEmbedded: o };
|
|
805
|
-
}
|
|
806
|
-
function z(e, t) {
|
|
807
|
-
if (e = e.onError(t), e != null && typeof e != "string") throw Error('onError returned something with a type other than "string". onError should return a string and may return null or undefined but must not return anything else. It received something of type "' + typeof e + '" instead');
|
|
808
|
-
return e;
|
|
809
|
-
}
|
|
810
|
-
function q(e, t) {
|
|
811
|
-
var r = e.onShellError;
|
|
812
|
-
r(t), r = e.onFatalError, r(t), e.destination !== null ? (e.status = 2, e.destination.destroy(t)) : (e.status = 1, e.fatalError = t);
|
|
813
|
-
}
|
|
814
|
-
function Xe(e, t, r, n, u) {
|
|
815
|
-
for (C = {}, ie = t, B = 0, e = r(n, u); A; ) A = !1, B = 0, b += 1, p = null, e = r(n, u);
|
|
816
|
-
return ce(), e;
|
|
817
|
-
}
|
|
818
|
-
function Je(e, t, r, n) {
|
|
819
|
-
var u = r.render(), o = n.childContextTypes;
|
|
820
|
-
if (o != null) {
|
|
821
|
-
var l = t.legacyContext;
|
|
822
|
-
if (typeof r.getChildContext != "function") n = l;
|
|
823
|
-
else {
|
|
824
|
-
r = r.getChildContext();
|
|
825
|
-
for (var s in r) if (!(s in o)) throw Error(c(108, le(n) || "Unknown", s));
|
|
826
|
-
n = I({}, l, r);
|
|
827
|
-
}
|
|
828
|
-
t.legacyContext = n, S(e, t, u), t.legacyContext = l;
|
|
829
|
-
} else S(e, t, u);
|
|
830
|
-
}
|
|
831
|
-
function Ye(e, t) {
|
|
832
|
-
if (e && e.defaultProps) {
|
|
833
|
-
t = I({}, t), e = e.defaultProps;
|
|
834
|
-
for (var r in e) t[r] === void 0 && (t[r] = e[r]);
|
|
835
|
-
return t;
|
|
836
|
-
}
|
|
837
|
-
return t;
|
|
838
|
-
}
|
|
839
|
-
function he(e, t, r, n, u) {
|
|
840
|
-
if (typeof r == "function") if (r.prototype && r.prototype.isReactComponent) {
|
|
841
|
-
u = Ve(r, t.legacyContext);
|
|
842
|
-
var o = r.contextType;
|
|
843
|
-
o = new r(n, typeof o == "object" && o !== null ? o._currentValue2 : u), He(o, r, n, u), Je(e, t, o, r);
|
|
844
|
-
} else {
|
|
845
|
-
o = Ve(r, t.legacyContext), u = Xe(e, t, r, n, o);
|
|
846
|
-
var l = B !== 0;
|
|
847
|
-
if (typeof u == "object" && u !== null && typeof u.render == "function" && u.$$typeof === void 0) He(u, r, n, o), Je(e, t, u, r);
|
|
848
|
-
else if (l) {
|
|
849
|
-
n = t.treeContext, t.treeContext = se(n, 1, 0);
|
|
850
|
-
try {
|
|
851
|
-
S(e, t, u);
|
|
852
|
-
} finally {
|
|
853
|
-
t.treeContext = n;
|
|
854
|
-
}
|
|
855
|
-
} else S(e, t, u);
|
|
856
|
-
}
|
|
857
|
-
else if (typeof r == "string") {
|
|
858
|
-
switch (u = t.blockedSegment, o = gt(u.chunks, r, n, e.responseState, u.formatContext), u.lastPushedText = !1, l = u.formatContext, u.formatContext = dt(l, r, n), de(e, t, o), u.formatContext = l, r) {
|
|
859
|
-
case "area":
|
|
860
|
-
case "base":
|
|
861
|
-
case "br":
|
|
862
|
-
case "col":
|
|
863
|
-
case "embed":
|
|
864
|
-
case "hr":
|
|
865
|
-
case "img":
|
|
866
|
-
case "input":
|
|
867
|
-
case "keygen":
|
|
868
|
-
case "link":
|
|
869
|
-
case "meta":
|
|
870
|
-
case "param":
|
|
871
|
-
case "source":
|
|
872
|
-
case "track":
|
|
873
|
-
case "wbr":
|
|
874
|
-
break;
|
|
875
|
-
default:
|
|
876
|
-
u.chunks.push("</", r, ">");
|
|
877
|
-
}
|
|
878
|
-
u.lastPushedText = !1;
|
|
879
|
-
} else {
|
|
880
|
-
switch (r) {
|
|
881
|
-
case Ft:
|
|
882
|
-
case Et:
|
|
883
|
-
case Re:
|
|
884
|
-
case _e:
|
|
885
|
-
case Te:
|
|
886
|
-
S(e, t, n.children);
|
|
887
|
-
return;
|
|
888
|
-
case De:
|
|
889
|
-
S(e, t, n.children);
|
|
890
|
-
return;
|
|
891
|
-
case Ct:
|
|
892
|
-
throw Error(c(343));
|
|
893
|
-
case Be:
|
|
894
|
-
e: {
|
|
895
|
-
r = t.blockedBoundary, u = t.blockedSegment, o = n.fallback, n = n.children, l = /* @__PURE__ */ new Set();
|
|
896
|
-
var s = { id: null, rootSegmentID: -1, parentFlushed: !1, pendingTasks: 0, forceClientRender: !1, completedSegments: [], byteSize: 0, fallbackAbortableTasks: l, errorDigest: null }, i = U(e, u.chunks.length, s, u.formatContext, !1, !1);
|
|
897
|
-
u.children.push(i), u.lastPushedText = !1;
|
|
898
|
-
var a = U(e, 0, null, u.formatContext, !1, !1);
|
|
899
|
-
a.parentFlushed = !0, t.blockedBoundary = s, t.blockedSegment = a;
|
|
900
|
-
try {
|
|
901
|
-
if (de(
|
|
902
|
-
e,
|
|
903
|
-
t,
|
|
904
|
-
n
|
|
905
|
-
), e.responseState.generateStaticMarkup || a.lastPushedText && a.textEmbedded && a.chunks.push("<!-- -->"), a.status = 1, Z(s, a), s.pendingTasks === 0) break e;
|
|
906
|
-
} catch (f) {
|
|
907
|
-
a.status = 4, s.forceClientRender = !0, s.errorDigest = z(e, f);
|
|
908
|
-
} finally {
|
|
909
|
-
t.blockedBoundary = r, t.blockedSegment = u;
|
|
910
|
-
}
|
|
911
|
-
t = pe(e, o, r, i, l, t.legacyContext, t.context, t.treeContext), e.pingedTasks.push(t);
|
|
912
|
-
}
|
|
913
|
-
return;
|
|
914
|
-
}
|
|
915
|
-
if (typeof r == "object" && r !== null) switch (r.$$typeof) {
|
|
916
|
-
case Me:
|
|
917
|
-
if (n = Xe(e, t, r.render, n, u), B !== 0) {
|
|
918
|
-
r = t.treeContext, t.treeContext = se(r, 1, 0);
|
|
919
|
-
try {
|
|
920
|
-
S(e, t, n);
|
|
921
|
-
} finally {
|
|
922
|
-
t.treeContext = r;
|
|
923
|
-
}
|
|
924
|
-
} else S(e, t, n);
|
|
925
|
-
return;
|
|
926
|
-
case ze:
|
|
927
|
-
r = r.type, n = Ye(r, n), he(e, t, r, n, u);
|
|
928
|
-
return;
|
|
929
|
-
case Pe:
|
|
930
|
-
if (u = n.children, r = r._context, n = n.value, o = r._currentValue2, r._currentValue2 = n, l = R, R = n = { parent: l, depth: l === null ? 0 : l.depth + 1, context: r, parentValue: o, value: n }, t.context = n, S(e, t, u), e = R, e === null) throw Error(c(403));
|
|
931
|
-
n = e.parentValue, e.context._currentValue2 = n === Tt ? e.context._defaultValue : n, e = R = e.parent, t.context = e;
|
|
932
|
-
return;
|
|
933
|
-
case Ie:
|
|
934
|
-
n = n.children, n = n(r._currentValue2), S(e, t, n);
|
|
935
|
-
return;
|
|
936
|
-
case ue:
|
|
937
|
-
u = r._init, r = u(r._payload), n = Ye(r, n), he(
|
|
938
|
-
e,
|
|
939
|
-
t,
|
|
940
|
-
r,
|
|
941
|
-
n,
|
|
942
|
-
void 0
|
|
943
|
-
);
|
|
944
|
-
return;
|
|
945
|
-
}
|
|
946
|
-
throw Error(c(130, r == null ? r : typeof r, ""));
|
|
947
|
-
}
|
|
948
|
-
}
|
|
949
|
-
function S(e, t, r) {
|
|
950
|
-
if (t.node = r, typeof r == "object" && r !== null) {
|
|
951
|
-
switch (r.$$typeof) {
|
|
952
|
-
case wt:
|
|
953
|
-
he(e, t, r.type, r.props, r.ref);
|
|
954
|
-
return;
|
|
955
|
-
case Fe:
|
|
956
|
-
throw Error(c(257));
|
|
957
|
-
case ue:
|
|
958
|
-
var n = r._init;
|
|
959
|
-
r = n(r._payload), S(e, t, r);
|
|
960
|
-
return;
|
|
961
|
-
}
|
|
962
|
-
if (re(r)) {
|
|
963
|
-
Ke(e, t, r);
|
|
964
|
-
return;
|
|
965
|
-
}
|
|
966
|
-
if (r === null || typeof r != "object" ? n = null : (n = Ne && r[Ne] || r["@@iterator"], n = typeof n == "function" ? n : null), n && (n = n.call(r))) {
|
|
967
|
-
if (r = n.next(), !r.done) {
|
|
968
|
-
var u = [];
|
|
969
|
-
do
|
|
970
|
-
u.push(r.value), r = n.next();
|
|
971
|
-
while (!r.done);
|
|
972
|
-
Ke(e, t, u);
|
|
973
|
-
}
|
|
974
|
-
return;
|
|
975
|
-
}
|
|
976
|
-
throw e = Object.prototype.toString.call(r), Error(c(31, e === "[object Object]" ? "object with keys {" + Object.keys(r).join(", ") + "}" : e));
|
|
977
|
-
}
|
|
978
|
-
typeof r == "string" ? (n = t.blockedSegment, n.lastPushedText = Ee(t.blockedSegment.chunks, r, e.responseState, n.lastPushedText)) : typeof r == "number" && (n = t.blockedSegment, n.lastPushedText = Ee(t.blockedSegment.chunks, "" + r, e.responseState, n.lastPushedText));
|
|
979
|
-
}
|
|
980
|
-
function Ke(e, t, r) {
|
|
981
|
-
for (var n = r.length, u = 0; u < n; u++) {
|
|
982
|
-
var o = t.treeContext;
|
|
983
|
-
t.treeContext = se(o, n, u);
|
|
984
|
-
try {
|
|
985
|
-
de(e, t, r[u]);
|
|
986
|
-
} finally {
|
|
987
|
-
t.treeContext = o;
|
|
988
|
-
}
|
|
989
|
-
}
|
|
990
|
-
}
|
|
991
|
-
function de(e, t, r) {
|
|
992
|
-
var n = t.blockedSegment.formatContext, u = t.legacyContext, o = t.context;
|
|
993
|
-
try {
|
|
994
|
-
return S(e, t, r);
|
|
995
|
-
} catch (i) {
|
|
996
|
-
if (ce(), typeof i == "object" && i !== null && typeof i.then == "function") {
|
|
997
|
-
r = i;
|
|
998
|
-
var l = t.blockedSegment, s = U(e, l.chunks.length, null, l.formatContext, l.lastPushedText, !0);
|
|
999
|
-
l.children.push(s), l.lastPushedText = !1, e = pe(e, t.node, t.blockedBoundary, s, t.abortSet, t.legacyContext, t.context, t.treeContext).ping, r.then(e, e), t.blockedSegment.formatContext = n, t.legacyContext = u, t.context = o, $(o);
|
|
1000
|
-
} else throw t.blockedSegment.formatContext = n, t.legacyContext = u, t.context = o, $(o), i;
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
function Vt(e) {
|
|
1004
|
-
var t = e.blockedBoundary;
|
|
1005
|
-
e = e.blockedSegment, e.status = 3, et(this, t, e);
|
|
1006
|
-
}
|
|
1007
|
-
function Qe(e, t, r) {
|
|
1008
|
-
var n = e.blockedBoundary;
|
|
1009
|
-
e.blockedSegment.status = 3, n === null ? (t.allPendingTasks--, t.status !== 2 && (t.status = 2, t.destination !== null && t.destination.push(null))) : (n.pendingTasks--, n.forceClientRender || (n.forceClientRender = !0, e = r === void 0 ? Error(c(432)) : r, n.errorDigest = t.onError(e), n.parentFlushed && t.clientRenderedBoundaries.push(n)), n.fallbackAbortableTasks.forEach(function(u) {
|
|
1010
|
-
return Qe(u, t, r);
|
|
1011
|
-
}), n.fallbackAbortableTasks.clear(), t.allPendingTasks--, t.allPendingTasks === 0 && (n = t.onAllReady, n()));
|
|
1012
|
-
}
|
|
1013
|
-
function Z(e, t) {
|
|
1014
|
-
if (t.chunks.length === 0 && t.children.length === 1 && t.children[0].boundary === null) {
|
|
1015
|
-
var r = t.children[0];
|
|
1016
|
-
r.id = t.id, r.parentFlushed = !0, r.status === 1 && Z(e, r);
|
|
1017
|
-
} else e.completedSegments.push(t);
|
|
1018
|
-
}
|
|
1019
|
-
function et(e, t, r) {
|
|
1020
|
-
if (t === null) {
|
|
1021
|
-
if (r.parentFlushed) {
|
|
1022
|
-
if (e.completedRootSegment !== null) throw Error(c(389));
|
|
1023
|
-
e.completedRootSegment = r;
|
|
1024
|
-
}
|
|
1025
|
-
e.pendingRootTasks--, e.pendingRootTasks === 0 && (e.onShellError = D, t = e.onShellReady, t());
|
|
1026
|
-
} else t.pendingTasks--, t.forceClientRender || (t.pendingTasks === 0 ? (r.parentFlushed && r.status === 1 && Z(t, r), t.parentFlushed && e.completedBoundaries.push(t), t.fallbackAbortableTasks.forEach(Vt, e), t.fallbackAbortableTasks.clear()) : r.parentFlushed && r.status === 1 && (Z(t, r), t.completedSegments.length === 1 && t.parentFlushed && e.partialBoundaries.push(t)));
|
|
1027
|
-
e.allPendingTasks--, e.allPendingTasks === 0 && (e = e.onAllReady, e());
|
|
1028
|
-
}
|
|
1029
|
-
function tt(e) {
|
|
1030
|
-
if (e.status !== 2) {
|
|
1031
|
-
var t = R, r = fe.current;
|
|
1032
|
-
fe.current = Ge;
|
|
1033
|
-
var n = W;
|
|
1034
|
-
W = e.responseState;
|
|
1035
|
-
try {
|
|
1036
|
-
var u = e.pingedTasks, o;
|
|
1037
|
-
for (o = 0; o < u.length; o++) {
|
|
1038
|
-
var l = u[o], s = e, i = l.blockedSegment;
|
|
1039
|
-
if (i.status === 0) {
|
|
1040
|
-
$(l.context);
|
|
1041
|
-
try {
|
|
1042
|
-
S(s, l, l.node), s.responseState.generateStaticMarkup || i.lastPushedText && i.textEmbedded && i.chunks.push("<!-- -->"), l.abortSet.delete(l), i.status = 1, et(s, l.blockedBoundary, i);
|
|
1043
|
-
} catch (k) {
|
|
1044
|
-
if (ce(), typeof k == "object" && k !== null && typeof k.then == "function") {
|
|
1045
|
-
var a = l.ping;
|
|
1046
|
-
k.then(a, a);
|
|
1047
|
-
} else {
|
|
1048
|
-
l.abortSet.delete(l), i.status = 4;
|
|
1049
|
-
var f = l.blockedBoundary, h = k, F = z(s, h);
|
|
1050
|
-
if (f === null ? q(s, h) : (f.pendingTasks--, f.forceClientRender || (f.forceClientRender = !0, f.errorDigest = F, f.parentFlushed && s.clientRenderedBoundaries.push(f))), s.allPendingTasks--, s.allPendingTasks === 0) {
|
|
1051
|
-
var T = s.onAllReady;
|
|
1052
|
-
T();
|
|
1053
|
-
}
|
|
1054
|
-
}
|
|
1055
|
-
} finally {
|
|
1056
|
-
}
|
|
1057
|
-
}
|
|
1058
|
-
}
|
|
1059
|
-
u.splice(0, o), e.destination !== null && me(e, e.destination);
|
|
1060
|
-
} catch (k) {
|
|
1061
|
-
z(e, k), q(e, k);
|
|
1062
|
-
} finally {
|
|
1063
|
-
W = n, fe.current = r, r === Ge && $(t);
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
}
|
|
1067
|
-
function G(e, t, r) {
|
|
1068
|
-
switch (r.parentFlushed = !0, r.status) {
|
|
1069
|
-
case 0:
|
|
1070
|
-
var n = r.id = e.nextSegmentId++;
|
|
1071
|
-
return r.lastPushedText = !1, r.textEmbedded = !1, e = e.responseState, t.push('<template id="'), t.push(e.placeholderPrefix), e = n.toString(16), t.push(e), t.push('"></template>');
|
|
1072
|
-
case 1:
|
|
1073
|
-
r.status = 2;
|
|
1074
|
-
var u = !0;
|
|
1075
|
-
n = r.chunks;
|
|
1076
|
-
var o = 0;
|
|
1077
|
-
r = r.children;
|
|
1078
|
-
for (var l = 0; l < r.length; l++) {
|
|
1079
|
-
for (u = r[l]; o < u.index; o++) t.push(n[o]);
|
|
1080
|
-
u = X(e, t, u);
|
|
1081
|
-
}
|
|
1082
|
-
for (; o < n.length - 1; o++) t.push(n[o]);
|
|
1083
|
-
return o < n.length && (u = t.push(n[o])), u;
|
|
1084
|
-
default:
|
|
1085
|
-
throw Error(c(390));
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
function X(e, t, r) {
|
|
1089
|
-
var n = r.boundary;
|
|
1090
|
-
if (n === null) return G(e, t, r);
|
|
1091
|
-
if (n.parentFlushed = !0, n.forceClientRender) return e.responseState.generateStaticMarkup || (n = n.errorDigest, t.push("<!--$!-->"), t.push("<template"), n && (t.push(' data-dgst="'), n = y(n), t.push(n), t.push('"')), t.push("></template>")), G(e, t, r), e = e.responseState.generateStaticMarkup ? !0 : t.push("<!--/$-->"), e;
|
|
1092
|
-
if (0 < n.pendingTasks) {
|
|
1093
|
-
n.rootSegmentID = e.nextSegmentId++, 0 < n.completedSegments.length && e.partialBoundaries.push(n);
|
|
1094
|
-
var u = e.responseState, o = u.nextSuspenseID++;
|
|
1095
|
-
return u = u.boundaryPrefix + o.toString(16), n = n.id = u, Ce(t, e.responseState, n), G(e, t, r), t.push("<!--/$-->");
|
|
1096
|
-
}
|
|
1097
|
-
if (n.byteSize > e.progressiveChunkSize) return n.rootSegmentID = e.nextSegmentId++, e.completedBoundaries.push(n), Ce(t, e.responseState, n.id), G(e, t, r), t.push("<!--/$-->");
|
|
1098
|
-
if (e.responseState.generateStaticMarkup || t.push("<!--$-->"), r = n.completedSegments, r.length !== 1) throw Error(c(391));
|
|
1099
|
-
return X(e, t, r[0]), e = e.responseState.generateStaticMarkup ? !0 : t.push("<!--/$-->"), e;
|
|
1100
|
-
}
|
|
1101
|
-
function rt(e, t, r) {
|
|
1102
|
-
return vt(t, e.responseState, r.formatContext, r.id), X(e, t, r), St(t, r.formatContext);
|
|
1103
|
-
}
|
|
1104
|
-
function nt(e, t, r) {
|
|
1105
|
-
for (var n = r.completedSegments, u = 0; u < n.length; u++) ot(e, t, r, n[u]);
|
|
1106
|
-
if (n.length = 0, e = e.responseState, n = r.id, r = r.rootSegmentID, t.push(e.startInlineScript), e.sentCompleteBoundaryFunction ? t.push('$RC("') : (e.sentCompleteBoundaryFunction = !0, t.push('function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("')), n === null) throw Error(c(395));
|
|
1107
|
-
return r = r.toString(16), t.push(n), t.push('","'), t.push(e.segmentPrefix), t.push(r), t.push('")<\/script>');
|
|
1108
|
-
}
|
|
1109
|
-
function ot(e, t, r, n) {
|
|
1110
|
-
if (n.status === 2) return !0;
|
|
1111
|
-
var u = n.id;
|
|
1112
|
-
if (u === -1) {
|
|
1113
|
-
if ((n.id = r.rootSegmentID) === -1) throw Error(c(392));
|
|
1114
|
-
return rt(e, t, n);
|
|
1115
|
-
}
|
|
1116
|
-
return rt(e, t, n), e = e.responseState, t.push(e.startInlineScript), e.sentCompleteSegmentFunction ? t.push('$RS("') : (e.sentCompleteSegmentFunction = !0, t.push('function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("')), t.push(e.segmentPrefix), u = u.toString(16), t.push(u), t.push('","'), t.push(e.placeholderPrefix), t.push(u), t.push('")<\/script>');
|
|
1117
|
-
}
|
|
1118
|
-
function me(e, t) {
|
|
1119
|
-
try {
|
|
1120
|
-
var r = e.completedRootSegment;
|
|
1121
|
-
if (r !== null && e.pendingRootTasks === 0) {
|
|
1122
|
-
X(e, t, r), e.completedRootSegment = null;
|
|
1123
|
-
var n = e.responseState.bootstrapChunks;
|
|
1124
|
-
for (r = 0; r < n.length - 1; r++) t.push(n[r]);
|
|
1125
|
-
r < n.length && t.push(n[r]);
|
|
1126
|
-
}
|
|
1127
|
-
var u = e.clientRenderedBoundaries, o;
|
|
1128
|
-
for (o = 0; o < u.length; o++) {
|
|
1129
|
-
var l = u[o];
|
|
1130
|
-
n = t;
|
|
1131
|
-
var s = e.responseState, i = l.id, a = l.errorDigest, f = l.errorMessage, h = l.errorComponentStack;
|
|
1132
|
-
if (n.push(s.startInlineScript), s.sentClientRenderFunction ? n.push('$RX("') : (s.sentClientRenderFunction = !0, n.push('function $RX(b,c,d,e){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),b._reactRetry&&b._reactRetry())};$RX("')), i === null) throw Error(c(395));
|
|
1133
|
-
if (n.push(i), n.push('"'), a || f || h) {
|
|
1134
|
-
n.push(",");
|
|
1135
|
-
var F = oe(a || "");
|
|
1136
|
-
n.push(F);
|
|
1137
|
-
}
|
|
1138
|
-
if (f || h) {
|
|
1139
|
-
n.push(",");
|
|
1140
|
-
var T = oe(f || "");
|
|
1141
|
-
n.push(T);
|
|
1142
|
-
}
|
|
1143
|
-
if (h) {
|
|
1144
|
-
n.push(",");
|
|
1145
|
-
var k = oe(h);
|
|
1146
|
-
n.push(k);
|
|
1147
|
-
}
|
|
1148
|
-
if (!n.push(")<\/script>")) {
|
|
1149
|
-
e.destination = null, o++, u.splice(0, o);
|
|
1150
|
-
return;
|
|
1151
|
-
}
|
|
1152
|
-
}
|
|
1153
|
-
u.splice(0, o);
|
|
1154
|
-
var J = e.completedBoundaries;
|
|
1155
|
-
for (o = 0; o < J.length; o++) if (!nt(e, t, J[o])) {
|
|
1156
|
-
e.destination = null, o++, J.splice(0, o);
|
|
1157
|
-
return;
|
|
1158
|
-
}
|
|
1159
|
-
J.splice(0, o);
|
|
1160
|
-
var Y = e.partialBoundaries;
|
|
1161
|
-
for (o = 0; o < Y.length; o++) {
|
|
1162
|
-
var lt = Y[o];
|
|
1163
|
-
e: {
|
|
1164
|
-
u = e, l = t;
|
|
1165
|
-
var K = lt.completedSegments;
|
|
1166
|
-
for (s = 0; s < K.length; s++) if (!ot(u, l, lt, K[s])) {
|
|
1167
|
-
s++, K.splice(0, s);
|
|
1168
|
-
var st = !1;
|
|
1169
|
-
break e;
|
|
1170
|
-
}
|
|
1171
|
-
K.splice(0, s), st = !0;
|
|
1172
|
-
}
|
|
1173
|
-
if (!st) {
|
|
1174
|
-
e.destination = null, o++, Y.splice(0, o);
|
|
1175
|
-
return;
|
|
1176
|
-
}
|
|
1177
|
-
}
|
|
1178
|
-
Y.splice(0, o);
|
|
1179
|
-
var Q = e.completedBoundaries;
|
|
1180
|
-
for (o = 0; o < Q.length; o++) if (!nt(e, t, Q[o])) {
|
|
1181
|
-
e.destination = null, o++, Q.splice(0, o);
|
|
1182
|
-
return;
|
|
1183
|
-
}
|
|
1184
|
-
Q.splice(0, o);
|
|
1185
|
-
} finally {
|
|
1186
|
-
e.allPendingTasks === 0 && e.pingedTasks.length === 0 && e.clientRenderedBoundaries.length === 0 && e.completedBoundaries.length === 0 && t.push(null);
|
|
1187
|
-
}
|
|
1188
|
-
}
|
|
1189
|
-
function $t(e, t) {
|
|
1190
|
-
try {
|
|
1191
|
-
var r = e.abortableTasks;
|
|
1192
|
-
r.forEach(function(n) {
|
|
1193
|
-
return Qe(n, e, t);
|
|
1194
|
-
}), r.clear(), e.destination !== null && me(e, e.destination);
|
|
1195
|
-
} catch (n) {
|
|
1196
|
-
z(e, n), q(e, n);
|
|
1197
|
-
}
|
|
1198
|
-
}
|
|
1199
|
-
function Ot() {
|
|
1200
|
-
}
|
|
1201
|
-
function ut(e, t, r, n) {
|
|
1202
|
-
var u = !1, o = null, l = "", s = { push: function(a) {
|
|
1203
|
-
return a !== null && (l += a), !0;
|
|
1204
|
-
}, destroy: function(a) {
|
|
1205
|
-
u = !0, o = a;
|
|
1206
|
-
} }, i = !1;
|
|
1207
|
-
if (e = Lt(e, kt(r, t ? t.identifierPrefix : void 0), { insertionMode: 1, selectedValue: null }, 1 / 0, Ot, void 0, function() {
|
|
1208
|
-
i = !0;
|
|
1209
|
-
}), tt(e), $t(e, n), e.status === 1) e.status = 2, s.destroy(e.fatalError);
|
|
1210
|
-
else if (e.status !== 2 && e.destination === null) {
|
|
1211
|
-
e.destination = s;
|
|
1212
|
-
try {
|
|
1213
|
-
me(e, s);
|
|
1214
|
-
} catch (a) {
|
|
1215
|
-
z(e, a), q(e, a);
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
if (u) throw o;
|
|
1219
|
-
if (!i) throw Error(c(426));
|
|
1220
|
-
return l;
|
|
1221
|
-
}
|
|
1222
|
-
return P.renderToNodeStream = function() {
|
|
1223
|
-
throw Error(c(207));
|
|
1224
|
-
}, P.renderToStaticMarkup = function(e, t) {
|
|
1225
|
-
return ut(e, t, !0, 'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server');
|
|
1226
|
-
}, P.renderToStaticNodeStream = function() {
|
|
1227
|
-
throw Error(c(208));
|
|
1228
|
-
}, P.renderToString = function(e, t) {
|
|
1229
|
-
return ut(e, t, !1, 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server');
|
|
1230
|
-
}, P.version = "18.3.1", P;
|
|
1231
|
-
}
|
|
1232
|
-
export {
|
|
1233
|
-
Ht as __require
|
|
1234
|
-
};
|
|
1235
|
-
//# sourceMappingURL=react-dom-server-legacy.browser.production.min.js.map
|