react-server-dom-webpack 18.3.0-next-b72ed698f-20230303 → 18.3.0-next-1528c5ccd-20230306
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/cjs/react-server-dom-webpack-client.browser.development.js +2 -2
- package/cjs/react-server-dom-webpack-client.browser.production.min.js +1 -1
- package/cjs/react-server-dom-webpack-client.edge.development.js +2 -2
- package/cjs/react-server-dom-webpack-client.edge.production.min.js +1 -1
- package/cjs/react-server-dom-webpack-client.node.development.js +2 -2
- package/cjs/react-server-dom-webpack-client.node.production.min.js +1 -1
- package/cjs/react-server-dom-webpack-client.node.unbundled.development.js +2 -2
- package/cjs/react-server-dom-webpack-client.node.unbundled.production.min.js +1 -1
- package/cjs/react-server-dom-webpack-node-register.js +7 -8
- package/cjs/react-server-dom-webpack-plugin.js +8 -8
- package/cjs/react-server-dom-webpack-server.browser.development.js +45 -11
- package/cjs/react-server-dom-webpack-server.browser.production.min.js +40 -39
- package/cjs/react-server-dom-webpack-server.edge.development.js +45 -11
- package/cjs/react-server-dom-webpack-server.edge.production.min.js +39 -38
- package/cjs/react-server-dom-webpack-server.node.development.js +45 -11
- package/cjs/react-server-dom-webpack-server.node.production.min.js +41 -40
- package/cjs/react-server-dom-webpack-server.node.unbundled.development.js +45 -11
- package/cjs/react-server-dom-webpack-server.node.unbundled.production.min.js +41 -40
- package/esm/react-server-dom-webpack-node-loader.production.min.js +2 -4
- package/package.json +3 -3
- package/umd/react-server-dom-webpack-client.browser.development.js +2 -2
- package/umd/react-server-dom-webpack-client.browser.production.min.js +1 -1
- package/umd/react-server-dom-webpack-server.browser.development.js +45 -11
- package/umd/react-server-dom-webpack-server.browser.production.min.js +39 -39
@@ -141,8 +141,7 @@ function transformServerModule(source, body, url, loader) {
|
|
141
141
|
|
142
142
|
newSrc += 'Object.defineProperties(' + local + ',{';
|
143
143
|
newSrc += '$$typeof: {value: Symbol.for("react.server.reference")},';
|
144
|
-
newSrc += '$$
|
145
|
-
newSrc += '$$name: { value: ' + JSON.stringify(exported) + '},';
|
144
|
+
newSrc += '$$id: {value: ' + JSON.stringify(url + '#' + exported) + '},';
|
146
145
|
newSrc += '$$bound: { value: [] }';
|
147
146
|
newSrc += '});\n';
|
148
147
|
});
|
@@ -294,9 +293,8 @@ async function transformClientModule(body, url, loader) {
|
|
294
293
|
}
|
295
294
|
|
296
295
|
newSrc += '},{';
|
297
|
-
newSrc += 'name: { value: ' + JSON.stringify(name) + '},';
|
298
296
|
newSrc += '$$typeof: {value: CLIENT_REFERENCE},';
|
299
|
-
newSrc += '
|
297
|
+
newSrc += '$$id: {value: ' + JSON.stringify(url + '#' + name) + '}';
|
300
298
|
newSrc += '});\n';
|
301
299
|
}
|
302
300
|
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-server-dom-webpack",
|
3
3
|
"description": "React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
|
4
|
-
"version": "18.3.0-next-
|
4
|
+
"version": "18.3.0-next-1528c5ccd-20230306",
|
5
5
|
"keywords": [
|
6
6
|
"react"
|
7
7
|
],
|
@@ -78,8 +78,8 @@
|
|
78
78
|
"node": ">=0.10.0"
|
79
79
|
},
|
80
80
|
"peerDependencies": {
|
81
|
-
"react": "18.3.0-next-
|
82
|
-
"react-dom": "18.3.0-next-
|
81
|
+
"react": "18.3.0-next-1528c5ccd-20230306",
|
82
|
+
"react-dom": "18.3.0-next-1528c5ccd-20230306",
|
83
83
|
"webpack": "^5.59.0"
|
84
84
|
},
|
85
85
|
"dependencies": {
|
@@ -546,13 +546,13 @@
|
|
546
546
|
|
547
547
|
if (p.status === INITIALIZED) {
|
548
548
|
var bound = p.value;
|
549
|
-
return callServer(metaData, bound.concat(args));
|
549
|
+
return callServer(metaData.id, bound.concat(args));
|
550
550
|
} // Since this is a fake Promise whose .then doesn't chain, we have to wrap it.
|
551
551
|
// TODO: Remove the wrapper once that's fixed.
|
552
552
|
|
553
553
|
|
554
554
|
return Promise.resolve(p).then(function (bound) {
|
555
|
-
return callServer(metaData, bound.concat(args));
|
555
|
+
return callServer(metaData.id, bound.concat(args));
|
556
556
|
});
|
557
557
|
};
|
558
558
|
|
@@ -12,7 +12,7 @@ f){f=__webpack_chunk_load__(e);c.push(f);var h=t.set.bind(t,e,null);f.then(h,K);
|
|
12
12
|
break;case "resolved_module":u(a)}switch(a.status){case "fulfilled":return a.value;case "pending":case "blocked":throw a;default:throw a.reason;}}function v(a,b){for(var c=0;c<a.length;c++)(0,a[c])(b)}function E(a,b,c){switch(a.status){case "fulfilled":v(b,a.value);break;case "pending":case "blocked":a.value=b;a.reason=c;break;case "rejected":c&&v(c,a.reason)}}function w(a,b){if("pending"===a.status||"blocked"===a.status){var c=a.reason;a.status="rejected";a.reason=b;null!==c&&v(c,b)}}function F(a,
|
13
13
|
b){if("pending"===a.status||"blocked"===a.status){var c=a.value,d=a.reason;a.status="resolved_module";a.value=b;null!==c&&(u(a),E(a,c,d))}}function r(a){var b=x,c=l;x=a;l=null;try{var d=JSON.parse(a.value,a._response._fromJSON);null!==l&&0<l.deps?(l.value=d,a.status="blocked",a.value=null,a.reason=null):(a.status="fulfilled",a.value=d)}catch(e){a.status="rejected",a.reason=e}finally{x=b,l=c}}function u(a){try{var b=a.value;if(b.async){var c=z.get(b.id);if("fulfilled"===c.status)var d=c.value;else throw c.reason;
|
14
14
|
}else d=__webpack_require__(b.id);var e="*"===b.name?d:""===b.name?d.__esModule?d.default:d:d[b.name];a.status="fulfilled";a.value=e}catch(f){a.status="rejected",a.reason=f}}function y(a,b){a._chunks.forEach(function(c){"pending"===c.status&&w(c,b)})}function p(a,b){var c=a._chunks,d=c.get(b);d||(d=new n("pending",null,null,a),c.set(b,d));return d}function N(a,b,c){if(l){var d=l;d.deps++}else d=l={deps:1,value:null};return function(e){b[c]=e;d.deps--;0===d.deps&&"blocked"===a.status&&(e=a.value,a.status=
|
15
|
-
"fulfilled",a.value=d.value,null!==e&&v(e,d.value))}}function O(a){return function(b){return w(a,b)}}function P(a,b){var c=a._callServer;return function(){var d=Array.prototype.slice.call(arguments),e=b.bound;return"fulfilled"===e.status?c(b,e.value.concat(d)):Promise.resolve(e).then(function(f){return c(b,f.concat(d))})}}function Q(a,b,c,d){if("$"===d[0]){if("$"===d)return A;switch(d[1]){case "$":return d.substring(1);case "L":return b=parseInt(d.substring(2),16),a=p(a,b),{$$typeof:R,_payload:a,
|
15
|
+
"fulfilled",a.value=d.value,null!==e&&v(e,d.value))}}function O(a){return function(b){return w(a,b)}}function P(a,b){var c=a._callServer;return function(){var d=Array.prototype.slice.call(arguments),e=b.bound;return"fulfilled"===e.status?c(b.id,e.value.concat(d)):Promise.resolve(e).then(function(f){return c(b.id,f.concat(d))})}}function Q(a,b,c,d){if("$"===d[0]){if("$"===d)return A;switch(d[1]){case "$":return d.substring(1);case "L":return b=parseInt(d.substring(2),16),a=p(a,b),{$$typeof:R,_payload:a,
|
16
16
|
_init:M};case "@":return b=parseInt(d.substring(2),16),p(a,b);case "S":return Symbol.for(d.substring(2));case "P":return a=d.substring(2),B[a]||(B[a]=q.createServerContext(a,S)),B[a].Provider;case "F":b=parseInt(d.substring(2),16);b=p(a,b);switch(b.status){case "resolved_model":r(b)}switch(b.status){case "fulfilled":return P(a,b.value);default:throw b.reason;}default:d=parseInt(d.substring(1),16);a=p(a,d);switch(a.status){case "resolved_model":r(a);break;case "resolved_module":u(a)}switch(a.status){case "fulfilled":return a.value;
|
17
17
|
case "pending":case "blocked":return d=x,a.then(N(d,b,c),O(d)),null;default:throw a.reason;}}}return d}function T(){throw Error('Trying to call a function from "use server" but the callServer option was not implemented in your router runtime.');}function U(a,b,c){var d=a._chunks,e=d.get(b);c=JSON.parse(c,a._fromJSON);var f=J(a._bundlerConfig,c);if(c=L(f)){if(e){var h=e;h.status="blocked"}else h=new n("blocked",null,null,a),d.set(b,h);c.then(function(){return F(h,f)},function(g){return w(h,g)})}else e?
|
18
18
|
F(e,f):d.set(b,new n("resolved_module",f,null,a))}function G(a){y(a,Error("Connection closed."))}function H(a,b){if(""!==b){var c=b.indexOf(":",0),d=parseInt(b.substring(0,c),16);switch(b[c+1]){case "I":U(a,d,b.substring(c+2));break;case "E":c=JSON.parse(b.substring(c+2)).digest;b=Error("An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details. A digest property is included on this error instance which may provide additional details about the nature of the error.");
|
@@ -182,6 +182,7 @@
|
|
182
182
|
return stringToChunk(row);
|
183
183
|
}
|
184
184
|
function processModelChunk(request, id, model) {
|
185
|
+
// $FlowFixMe[incompatible-type] stringify can return null
|
185
186
|
var json = stringify(model, request.toJSON);
|
186
187
|
var row = id.toString(16) + ':' + json + '\n';
|
187
188
|
return stringToChunk(row);
|
@@ -192,6 +193,7 @@
|
|
192
193
|
return stringToChunk(row);
|
193
194
|
}
|
194
195
|
function processImportChunk(request, id, clientReferenceMetadata) {
|
196
|
+
// $FlowFixMe[incompatible-type] stringify can return null
|
195
197
|
var json = stringify(clientReferenceMetadata);
|
196
198
|
var row = serializeRowHeader('I', id) + json + '\n';
|
197
199
|
return stringToChunk(row);
|
@@ -201,7 +203,7 @@
|
|
201
203
|
var CLIENT_REFERENCE_TAG = Symbol.for('react.client.reference');
|
202
204
|
var SERVER_REFERENCE_TAG = Symbol.for('react.server.reference');
|
203
205
|
function getClientReferenceKey(reference) {
|
204
|
-
return reference
|
206
|
+
return reference.$$async ? reference.$$id + '#async' : reference.$$id;
|
205
207
|
}
|
206
208
|
function isClientReference(reference) {
|
207
209
|
return reference.$$typeof === CLIENT_REFERENCE_TAG;
|
@@ -210,9 +212,9 @@
|
|
210
212
|
return reference.$$typeof === SERVER_REFERENCE_TAG;
|
211
213
|
}
|
212
214
|
function resolveClientReferenceMetadata(config, clientReference) {
|
213
|
-
var resolvedModuleData = config[clientReference
|
215
|
+
var resolvedModuleData = config[clientReference.$$id];
|
214
216
|
|
215
|
-
if (clientReference
|
217
|
+
if (clientReference.$$async) {
|
216
218
|
return {
|
217
219
|
id: resolvedModuleData.id,
|
218
220
|
chunks: resolvedModuleData.chunks,
|
@@ -225,8 +227,7 @@
|
|
225
227
|
}
|
226
228
|
function resolveServerReferenceMetadata(config, serverReference) {
|
227
229
|
return {
|
228
|
-
id: serverReference.$$
|
229
|
-
name: serverReference.$$name,
|
230
|
+
id: serverReference.$$id,
|
230
231
|
bound: Promise.resolve(serverReference.$$bound)
|
231
232
|
};
|
232
233
|
}
|
@@ -246,6 +247,21 @@
|
|
246
247
|
var REACT_LAZY_TYPE = Symbol.for('react.lazy');
|
247
248
|
var REACT_SERVER_CONTEXT_DEFAULT_VALUE_NOT_LOADED = Symbol.for('react.default_value');
|
248
249
|
var REACT_MEMO_CACHE_SENTINEL = Symbol.for('react.memo_cache_sentinel');
|
250
|
+
var MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
|
251
|
+
var FAUX_ITERATOR_SYMBOL = '@@iterator';
|
252
|
+
function getIteratorFn(maybeIterable) {
|
253
|
+
if (maybeIterable === null || typeof maybeIterable !== 'object') {
|
254
|
+
return null;
|
255
|
+
}
|
256
|
+
|
257
|
+
var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];
|
258
|
+
|
259
|
+
if (typeof maybeIterator === 'function') {
|
260
|
+
return maybeIterator;
|
261
|
+
}
|
262
|
+
|
263
|
+
return null;
|
264
|
+
}
|
249
265
|
|
250
266
|
// It is handled by React separately and shouldn't be written to the DOM.
|
251
267
|
|
@@ -547,7 +563,7 @@
|
|
547
563
|
// Run `yarn generate-inline-fizz-runtime` to generate.
|
548
564
|
var clientRenderBoundary = '$RX=function(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())};';
|
549
565
|
var completeBoundary = '$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};';
|
550
|
-
var completeBoundaryWithStyles = '$RM=new Map;\n$RR=function(
|
566
|
+
var completeBoundaryWithStyles = '$RM=new Map;\n$RR=function(t,u,y){function v(n){this.s=n}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var f=y[b++];if(!f){k=!1;b=0;continue}var c=!1,m=0;var e=f[m++];if(a=p.get(e)){var d=a._p;c=!0}else{a=r.createElement("link");a.href=e;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];d=f[m++];)a.setAttribute(d,f[m++]);d=a._p=new Promise(function(n,z){a.onload=n;a.onerror=z});d.then(v.bind(d,"l"),v.bind(d,"e"));p.set(e,a)}e=a.getAttribute("media");!d||"l"===d.s||e&&!matchMedia(e).matches||h.push(d);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,\nt,u,""),w.bind(null,t,u,"Resource failed to load"))};';
|
551
567
|
var completeSegment = '$RS=function(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)};';
|
552
568
|
|
553
569
|
stringToPrecomputedChunk('"></template>');
|
@@ -647,11 +663,16 @@
|
|
647
663
|
stringToPrecomputedChunk('" data-msg="');
|
648
664
|
stringToPrecomputedChunk('" data-stck="');
|
649
665
|
|
650
|
-
stringToPrecomputedChunk('<
|
651
|
-
stringToPrecomputedChunk('
|
652
|
-
stringToPrecomputedChunk('
|
653
|
-
stringToPrecomputedChunk('
|
666
|
+
stringToPrecomputedChunk('<style media="not all" data-precedence="');
|
667
|
+
stringToPrecomputedChunk('" data-href="');
|
668
|
+
stringToPrecomputedChunk('">');
|
669
|
+
stringToPrecomputedChunk('</style>'); // Tracks whether the boundary currently flushing is flushign style tags or has any
|
654
670
|
|
671
|
+
stringToPrecomputedChunk('<style data-precedence="');
|
672
|
+
stringToPrecomputedChunk('" data-href="');
|
673
|
+
stringToPrecomputedChunk(' ');
|
674
|
+
stringToPrecomputedChunk('">');
|
675
|
+
stringToPrecomputedChunk('</style>');
|
655
676
|
stringToPrecomputedChunk('[');
|
656
677
|
stringToPrecomputedChunk(',[');
|
657
678
|
stringToPrecomputedChunk(',');
|
@@ -1268,7 +1289,8 @@
|
|
1268
1289
|
newTask.model = value;
|
1269
1290
|
pingTask(request, newTask);
|
1270
1291
|
}, function (reason) {
|
1271
|
-
// TODO:
|
1292
|
+
newTask.status = ERRORED; // TODO: We should ideally do this inside performWork so it's scheduled
|
1293
|
+
|
1272
1294
|
var digest = logRecoverableError(request, reason);
|
1273
1295
|
|
1274
1296
|
{
|
@@ -1278,6 +1300,10 @@
|
|
1278
1300
|
|
1279
1301
|
emitErrorChunkDev(request, newTask.id, digest, _message, _stack);
|
1280
1302
|
}
|
1303
|
+
|
1304
|
+
if (request.destination !== null) {
|
1305
|
+
flushCompletedChunks(request, request.destination);
|
1306
|
+
}
|
1281
1307
|
});
|
1282
1308
|
return newTask.id;
|
1283
1309
|
}
|
@@ -2031,6 +2057,14 @@
|
|
2031
2057
|
return undefined;
|
2032
2058
|
}
|
2033
2059
|
|
2060
|
+
if (!isArray(value)) {
|
2061
|
+
var iteratorFn = getIteratorFn(value);
|
2062
|
+
|
2063
|
+
if (iteratorFn) {
|
2064
|
+
return Array.from(value);
|
2065
|
+
}
|
2066
|
+
}
|
2067
|
+
|
2034
2068
|
{
|
2035
2069
|
if (value !== null && !isArray(value)) {
|
2036
2070
|
// Verify that this is a simple plain object.
|
@@ -7,46 +7,46 @@
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
9
9
|
*/
|
10
|
-
(function(){'use strict';(function(A,B){"object"===typeof exports&&"undefined"!==typeof module?B(exports,require("react")):"function"===typeof define&&define.amd?define(["exports","react"],B):(A="undefined"!==typeof globalThis?globalThis:A||self,B(A.ReactServerDOMServer={},A.React))})(this,function(A,B){function
|
11
|
-
c),p),a.enqueue(q),b=b.subarray(c)),q=new Uint8Array(512),p=0);q.set(b,p);p+=b.length}return!0}function f(a){return D.encode(a)}function
|
12
|
-
a;this.type=b;this.sanitizeURL=g;this.removeEmptyString=h}function J(a,b){if(a!==b){a.context._currentValue=a.parentValue;a=a.parent;var c=b.parent;if(null===a){if(null!==c)throw Error("The stacks must reach the root at the same time. This is a bug in React.");}else{if(null===c)throw Error("The stacks must reach the root at the same time. This is a bug in React.");J(a,c);b.context._currentValue=b.value}}}function
|
13
|
-
a.parent;null!==b&&
|
14
|
-
t;b!==a&&(null===b?
|
15
|
-
b.status){var e=b;e.status="fulfilled";e.value=d}},function(d){if("pending"===b.status){var e=b;e.status="rejected";e.reason=d}}),b.status){case "fulfilled":return b.value;case "rejected":throw b.reason;}K=b;throw
|
16
|
-
}function
|
17
|
-
completedErrorChunks:[],writtenSymbols:new Map,writtenClientReferences:new Map,writtenServerReferences:new Map,writtenProviders:new Map,identifierPrefix:e||"",identifierCount:1,onError:void 0===c?
|
18
|
-
default:"string"!==typeof b.status&&(b.status="pending",b.then(function(e){"pending"===b.status&&(b.status="fulfilled",b.value=e)},function(e){"pending"===b.status&&(b.status="rejected",b.reason=e)}))}b.then(function(e){c.model=e;
|
19
|
-
"pending",a.then(function(b){"pending"===a.status&&(a.status="fulfilled",a.value=b)},function(b){"pending"===a.status&&(a.status="rejected",a.reason=b)}))}return{$$typeof:E,_payload:a,_init:
|
20
|
-
|
21
|
-
a.pingedTasks;c.push(b);1===c.length&&
|
22
|
-
var v=a.nextChunkId++,
|
23
|
-
a=
|
24
|
-
g&&(e+=", ");var h=a[g];h="object"===typeof h&&null!==h?y(h):
|
25
|
-
" ".repeat(c)+"^".repeat(d),"\n "+e+"\n "+a):"\n "+e}function
|
26
|
-
d=a.nextChunkId++;c=u(a,c);C(a,d,c);return"$L"+d.toString(16)}if(null===d)return null;if("object"===typeof d){if(d.$$typeof===
|
27
|
-
d=a.parentValue;a.context._currentValue=d===Da?a.context._defaultValue:d;t=a.parent;return}return d}if("string"===typeof d)return a="$"===d[0]?"$"+d:d,a;if("boolean"===typeof d||"number"===typeof d||"undefined"===typeof d)return d;if("function"===typeof d){if(d.$$typeof===
|
28
|
-
b,e),a.completedJSONChunks.push(e),c.set(d,b),a="$F"+b.toString(16)),a;if(/^on[A-Z]/.test(c))throw Error("Event handlers cannot be passed to Client Component props."+y(b,c)+"\nIf you need interactivity, consider converting part of this to a Client Component.");throw Error('Functions cannot be passed directly to Client Components unless you explicitly expose it by marking it with "use server".'+
|
29
|
-
d.description;if(Symbol.for(g)!==d)throw Error("Only global symbols received from Symbol.for(...) can be passed to Client Components. The symbol Symbol.for("+(d.description+") cannot be found among global symbols.")+y(b,c));a.pendingChunks++;c=a.nextChunkId++;b=
|
30
|
-
y(b,c));}function u(a,b){a=a.onError;b=a(b);if(null!=b&&"string"!==typeof b)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 b+'" instead');return b||""}function
|
31
|
-
function
|
32
|
-
g.status=1}catch(H){var x=H===
|
33
|
-
|
34
|
-
c.clear()}null!==a.destination&&
|
35
|
-
|
36
|
-
"for"],["httpEquiv","http-equiv"]].forEach(function(a){new m(a[0],1,!1,a[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(a){new m(a,2,!1,a.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(a){new m(a,2,!1,a,null,!1,!1)});"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(a){new m(a,
|
37
|
-
3,!1,a.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(a){new m(a,3,!0,a,null,!1,!1)});["capture","download"].forEach(function(a){new m(a,4,!1,a,null,!1,!1)});["cols","rows","size","span"].forEach(function(a){new m(a,6,!1,a,null,!1,!1)});["rowSpan","start"].forEach(function(a){new m(a,5,!1,a.toLowerCase(),null,!1,!1)});var
|
38
|
-
a.replace(
|
39
|
-
!0,!1);["src","href","action","formAction"].forEach(function(a){new m(a,1,!1,a.toLowerCase(),null,!0,!0)});var
|
40
|
-
fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},
|
10
|
+
(function(){'use strict';(function(A,B){"object"===typeof exports&&"undefined"!==typeof module?B(exports,require("react")):"function"===typeof define&&define.amd?define(["exports","react"],B):(A="undefined"!==typeof globalThis?globalThis:A||self,B(A.ReactServerDOMServer={},A.React))})(this,function(A,B){function Q(a,b){if(0!==b.length)if(512<b.length)0<p&&(a.enqueue(new Uint8Array(q.buffer,0,p)),q=new Uint8Array(512),p=0),a.enqueue(b);else{var c=q.length-p;c<b.length&&(0===c?a.enqueue(q):(q.set(b.subarray(0,
|
11
|
+
c),p),a.enqueue(q),b=b.subarray(c)),q=new Uint8Array(512),p=0);q.set(b,p);p+=b.length}return!0}function f(a){return D.encode(a)}function ka(a,b){"function"===typeof a.error?a.error(b):a.close()}function la(a,b,c){a=I(c,a.toJSON);b=b.toString(16)+":"+a+"\n";return D.encode(b)}function R(a,b,c){a=I(c);b=b.toString(16)+":"+a+"\n";return D.encode(b)}function m(a,b,c,d,e,g,h){this.acceptsBooleans=2===b||3===b||4===b;this.attributeName=d;this.attributeNamespace=e;this.mustUseProperty=c;this.propertyName=
|
12
|
+
a;this.type=b;this.sanitizeURL=g;this.removeEmptyString=h}function J(a,b){if(a!==b){a.context._currentValue=a.parentValue;a=a.parent;var c=b.parent;if(null===a){if(null!==c)throw Error("The stacks must reach the root at the same time. This is a bug in React.");}else{if(null===c)throw Error("The stacks must reach the root at the same time. This is a bug in React.");J(a,c);b.context._currentValue=b.value}}}function ma(a){a.context._currentValue=a.parentValue;a=a.parent;null!==a&&ma(a)}function na(a){var b=
|
13
|
+
a.parent;null!==b&&na(b);a.context._currentValue=a.value}function oa(a,b){a.context._currentValue=a.parentValue;a=a.parent;if(null===a)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");a.depth===b.depth?J(a,b):oa(a,b)}function pa(a,b){var c=b.parent;if(null===c)throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");a.depth===c.depth?J(a,c):pa(a,c);b.context._currentValue=b.value}function S(a){var b=
|
14
|
+
t;b!==a&&(null===b?na(a):null===a?ma(b):b.depth===a.depth?J(b,a):b.depth>a.depth?oa(b,a):pa(b,a),t=a)}function qa(a,b){var c=a._currentValue;a._currentValue=b;var d=t;return t=a={parent:d,depth:null===d?0:d.depth+1,context:a,parentValue:c,value:b}}function ra(){}function Ga(a,b,c){c=a[c];void 0===c?a.push(b):c!==b&&(b.then(ra,ra),b=c);switch(b.status){case "fulfilled":return b.value;case "rejected":throw b.reason;default:if("string"!==typeof b.status)switch(a=b,a.status="pending",a.then(function(d){if("pending"===
|
15
|
+
b.status){var e=b;e.status="fulfilled";e.value=d}},function(d){if("pending"===b.status){var e=b;e.status="rejected";e.reason=d}}),b.status){case "fulfilled":return b.value;case "rejected":throw b.reason;}K=b;throw T;}}function sa(){if(null===K)throw Error("Expected a suspended thenable. This is a bug in React. Please file an issue.");var a=K;K=null;return a}function ta(){var a=w;w=null;return a}function ua(a){return a._currentValue}function r(){throw Error("This Hook is not supported in Server Components.");
|
16
|
+
}function Ha(){throw Error("Refreshing the cache is not supported in Server Components.");}function U(){return(new AbortController).signal}function Ia(a){console.error(a)}function Ja(a,b,c,d,e){if(null!==V.current&&V.current!==va)throw Error("Currently React only supports one RSC renderer at a time.");V.current=va;var g=new Set,h=[],k={status:0,fatalError:null,destination:null,bundlerConfig:b,cache:new Map,nextChunkId:0,pendingChunks:0,abortableTasks:g,pingedTasks:h,completedImportChunks:[],completedJSONChunks:[],
|
17
|
+
completedErrorChunks:[],writtenSymbols:new Map,writtenClientReferences:new Map,writtenServerReferences:new Map,writtenProviders:new Map,identifierPrefix:e||"",identifierCount:1,onError:void 0===c?Ia:c,toJSON:function(l,v){return Ka(k,this,l,v)}};k.pendingChunks++;b=La(d);a=W(k,a,b,g);h.push(a);return k}function Ma(a,b){a.pendingChunks++;var c=W(a,null,t,a.abortableTasks);switch(b.status){case "fulfilled":return c.model=b.value,X(a,c),c.id;case "rejected":var d=u(a,b.reason);C(a,c.id,d);return c.id;
|
18
|
+
default:"string"!==typeof b.status&&(b.status="pending",b.then(function(e){"pending"===b.status&&(b.status="fulfilled",b.value=e)},function(e){"pending"===b.status&&(b.status="rejected",b.reason=e)}))}b.then(function(e){c.model=e;X(a,c)},function(e){c.status=4;e=u(a,e);C(a,c.id,e);null!==a.destination&&L(a,a.destination)});return c.id}function Na(a){if("fulfilled"===a.status)return a.value;if("rejected"===a.status)throw a.reason;throw a;}function Oa(a){switch(a.status){case "fulfilled":case "rejected":break;
|
19
|
+
default:"string"!==typeof a.status&&(a.status="pending",a.then(function(b){"pending"===a.status&&(a.status="fulfilled",a.value=b)},function(b){"pending"===a.status&&(a.status="rejected",a.reason=b)}))}return{$$typeof:E,_payload:a,_init:Na}}function F(a,b,c,d,e,g){if(null!==d&&void 0!==d)throw Error("Refs cannot be used in Server Components, nor passed to Client Components.");if("function"===typeof b){if(b.$$typeof===M)return[n,b,c,e];N=0;w=g;e=b(e);return"object"===typeof e&&null!==e&&"function"===
|
20
|
+
typeof e.then?"fulfilled"===e.status?e.value:Oa(e):e}if("string"===typeof b)return[n,b,c,e];if("symbol"===typeof b)return b===Pa?e.children:[n,b,c,e];if(null!=b&&"object"===typeof b){if(b.$$typeof===M)return[n,b,c,e];switch(b.$$typeof){case E:var h=b._init;b=h(b._payload);return F(a,b,c,d,e,g);case wa:return a=b.render,N=0,w=g,a(e,void 0);case xa:return F(a,b.type,c,d,e,g);case ya:return qa(b._context,e.value),[n,b,c,{value:e.value,children:e.children,__pop:za}]}}throw Error("Unsupported Server Component type: "+
|
21
|
+
Y(b));}function X(a,b){var c=a.pingedTasks;c.push(b);1===c.length&&Aa(a)}function W(a,b,c,d){var e={id:a.nextChunkId++,status:0,model:b,context:c,ping:function(){return X(a,e)},thenableState:null};d.add(e);return e}function Ba(a,b,c,d){var e=d.$$async?d.$$id+"#async":d.$$id,g=a.writtenClientReferences,h=g.get(e);if(void 0!==h)return b[0]===n&&"1"===c?"$L"+h.toString(16):"$"+h.toString(16);try{var k=a.bundlerConfig[d.$$id];var l=d.$$async?{id:k.id,chunks:k.chunks,name:k.name,async:!0}:k;a.pendingChunks++;
|
22
|
+
var v=a.nextChunkId++,Z=I(l),x=v.toString(16)+":I"+Z+"\n";var O=D.encode(x);a.completedImportChunks.push(O);g.set(e,v);return b[0]===n&&"1"===c?"$L"+v.toString(16):"$"+v.toString(16)}catch(aa){return a.pendingChunks++,b=a.nextChunkId++,c=u(a,aa),C(a,b,c),"$"+b.toString(16)}}function Ca(a){return Object.prototype.toString.call(a).replace(/^\[object (.*)\]$/,function(b,c){return c})}function Y(a){switch(typeof a){case "string":return JSON.stringify(10>=a.length?a:a.substr(0,10)+"...");case "object":if(ba(a))return"[...]";
|
23
|
+
a=Ca(a);return"Object"===a?"{...}":a;case "function":return"function";default:return String(a)}}function P(a){if("string"===typeof a)return a;switch(a){case Qa:return"Suspense";case Ra:return"SuspenseList"}if("object"===typeof a)switch(a.$$typeof){case wa:return P(a.render);case xa:return P(a.type);case E:var b=a._payload;a=a._init;try{return P(a(b))}catch(c){}}return""}function y(a,b){var c=Ca(a);if("Object"!==c&&"Array"!==c)return c;c=-1;var d=0;if(ba(a)){var e="[";for(var g=0;g<a.length;g++){0<
|
24
|
+
g&&(e+=", ");var h=a[g];h="object"===typeof h&&null!==h?y(h):Y(h);""+g===b?(c=e.length,d=h.length,e+=h):e=10>h.length&&40>e.length+h.length?e+h:e+"..."}e+="]"}else if(a.$$typeof===n)e="<"+P(a.type)+"/>";else{e="{";g=Object.keys(a);for(h=0;h<g.length;h++){0<h&&(e+=", ");var k=g[h],l=JSON.stringify(k);e+=('"'+k+'"'===l?k:l)+": ";l=a[k];l="object"===typeof l&&null!==l?y(l):Y(l);k===b?(c=e.length,d=l.length,e+=l):e=10>l.length&&40>e.length+l.length?e+l:e+"..."}e+="}"}return void 0===b?e:-1<c&&0<d?(a=
|
25
|
+
" ".repeat(c)+"^".repeat(d),"\n "+e+"\n "+a):"\n "+e}function Ka(a,b,c,d){switch(d){case n:return"$"}for(;"object"===typeof d&&null!==d&&(d.$$typeof===n||d.$$typeof===E);)try{switch(d.$$typeof){case n:var e=d;d=F(a,e.type,e.key,e.ref,e.props,null);break;case E:var g=d._init;d=g(d._payload)}}catch(h){c=h===T?sa():h;if("object"===typeof c&&null!==c&&"function"===typeof c.then)return a.pendingChunks++,a=W(a,d,t,a.abortableTasks),d=a.ping,c.then(d,d),a.thenableState=ta(),"$L"+a.id.toString(16);a.pendingChunks++;
|
26
|
+
d=a.nextChunkId++;c=u(a,c);C(a,d,c);return"$L"+d.toString(16)}if(null===d)return null;if("object"===typeof d){if(d.$$typeof===M)return Ba(a,b,c,d);if("function"===typeof d.then)return"$@"+Ma(a,d).toString(16);if(d.$$typeof===ya)return d=d._context._globalName,b=a.writtenProviders,c=b.get(c),void 0===c&&(a.pendingChunks++,c=a.nextChunkId++,b.set(d,c),d=R(a,c,"$P"+d),a.completedJSONChunks.push(d)),"$"+c.toString(16);if(d===za){a=t;if(null===a)throw Error("Tried to pop a Context at the root of the app. This is a bug in React.");
|
27
|
+
d=a.parentValue;a.context._currentValue=d===Da?a.context._defaultValue:d;t=a.parent;return}return!ba(d)&&(null===d||"object"!==typeof d?a=null:(a=Ea&&d[Ea]||d["@@iterator"],a="function"===typeof a?a:null),a)?Array.from(d):d}if("string"===typeof d)return a="$"===d[0]?"$"+d:d,a;if("boolean"===typeof d||"number"===typeof d||"undefined"===typeof d)return d;if("function"===typeof d){if(d.$$typeof===M)return Ba(a,b,c,d);if(d.$$typeof===Sa)return c=a.writtenServerReferences,b=c.get(d),void 0!==b?a="$F"+
|
28
|
+
b.toString(16):(e={id:d.$$id,bound:Promise.resolve(d.$$bound)},a.pendingChunks++,b=a.nextChunkId++,e=la(a,b,e),a.completedJSONChunks.push(e),c.set(d,b),a="$F"+b.toString(16)),a;if(/^on[A-Z]/.test(c))throw Error("Event handlers cannot be passed to Client Component props."+y(b,c)+"\nIf you need interactivity, consider converting part of this to a Client Component.");throw Error('Functions cannot be passed directly to Client Components unless you explicitly expose it by marking it with "use server".'+
|
29
|
+
y(b,c));}if("symbol"===typeof d){e=a.writtenSymbols;g=e.get(d);if(void 0!==g)return"$"+g.toString(16);g=d.description;if(Symbol.for(g)!==d)throw Error("Only global symbols received from Symbol.for(...) can be passed to Client Components. The symbol Symbol.for("+(d.description+") cannot be found among global symbols.")+y(b,c));a.pendingChunks++;c=a.nextChunkId++;b=R(a,c,"$S"+g);a.completedImportChunks.push(b);e.set(d,c);return"$"+c.toString(16)}if("bigint"===typeof d)throw Error("BigInt ("+d+") is not yet supported in Client Component props."+
|
30
|
+
y(b,c));throw Error("Type "+typeof d+" is not supported in Client Component props."+y(b,c));}function u(a,b){a=a.onError;b=a(b);if(null!=b&&"string"!==typeof b)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 b+'" instead');return b||""}function ca(a,b){null!==a.destination?(a.status=2,ka(a.destination,b)):(a.status=1,a.fatalError=b)}function C(a,
|
31
|
+
b,c){c={digest:c};b=b.toString(16)+":E"+I(c)+"\n";b=D.encode(b);a.completedErrorChunks.push(b)}function Aa(a){var b=da.current,c=z;da.current=Ta;z=a.cache;G=a;try{var d=a.pingedTasks;a.pingedTasks=[];for(var e=0;e<d.length;e++){var g=d[e];var h=a;if(0===g.status){S(g.context);try{var k=g.model;if("object"===typeof k&&null!==k&&k.$$typeof===n){var l=k,v=g.thenableState;g.model=k;k=F(h,l.type,l.key,l.ref,l.props,v);for(g.thenableState=null;"object"===typeof k&&null!==k&&k.$$typeof===n;)l=k,g.model=
|
32
|
+
k,k=F(h,l.type,l.key,l.ref,l.props,null)}var Z=la(h,g.id,k);h.completedJSONChunks.push(Z);h.abortableTasks.delete(g);g.status=1}catch(H){var x=H===T?sa():H;if("object"===typeof x&&null!==x&&"function"===typeof x.then){var O=g.ping;x.then(O,O);g.thenableState=ta()}else{h.abortableTasks.delete(g);g.status=4;var aa=u(h,x);C(h,g.id,aa)}}}}null!==a.destination&&L(a,a.destination)}catch(H){u(a,H),ca(a,H)}finally{da.current=b,z=c,G=null}}function L(a,b){q=new Uint8Array(512);p=0;try{for(var c=a.completedImportChunks,
|
33
|
+
d=0;d<c.length;d++)a.pendingChunks--,Q(b,c[d]);c.splice(0,d);var e=a.completedJSONChunks;for(d=0;d<e.length;d++)a.pendingChunks--,Q(b,e[d]);e.splice(0,d);var g=a.completedErrorChunks;for(d=0;d<g.length;d++)a.pendingChunks--,Q(b,g[d]);g.splice(0,d)}finally{q&&0<p&&(b.enqueue(new Uint8Array(q.buffer,0,p)),q=null,p=0)}0===a.pendingChunks&&b.close()}function Fa(a,b){try{var c=a.abortableTasks;if(0<c.size){var d=u(a,void 0===b?Error("The render was aborted by the server without a reason."):b);a.pendingChunks++;
|
34
|
+
var e=a.nextChunkId++;C(a,e,d);c.forEach(function(g){g.status=3;var h="$"+e.toString(16);g=R(a,g.id,h);a.completedErrorChunks.push(g)});c.clear()}null!==a.destination&&L(a,a.destination)}catch(g){u(a,g),ca(a,g)}}function La(a){if(a){var b=t;S(null);for(var c=0;c<a.length;c++){var d=a[c],e=d[0];d=d[1];ea[e]||(ea[e]=B.createServerContext(e,Da));qa(ea[e],d)}a=t;S(b);return a}return null}var q=null,p=0,D=new TextEncoder,I=JSON.stringify,M=Symbol.for("react.client.reference"),Sa=Symbol.for("react.server.reference"),
|
35
|
+
n=Symbol.for("react.element"),Pa=Symbol.for("react.fragment"),ya=Symbol.for("react.provider"),Ua=Symbol.for("react.server_context"),wa=Symbol.for("react.forward_ref"),Qa=Symbol.for("react.suspense"),Ra=Symbol.for("react.suspense_list"),xa=Symbol.for("react.memo"),E=Symbol.for("react.lazy"),Da=Symbol.for("react.default_value"),Va=Symbol.for("react.memo_cache_sentinel"),Ea=Symbol.iterator;"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(a){new m(a,
|
36
|
+
0,!1,a,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(a){new m(a[0],1,!1,a[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(a){new m(a,2,!1,a.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(a){new m(a,2,!1,a,null,!1,!1)});"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(a){new m(a,
|
37
|
+
3,!1,a.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(a){new m(a,3,!0,a,null,!1,!1)});["capture","download"].forEach(function(a){new m(a,4,!1,a,null,!1,!1)});["cols","rows","size","span"].forEach(function(a){new m(a,6,!1,a,null,!1,!1)});["rowSpan","start"].forEach(function(a){new m(a,5,!1,a.toLowerCase(),null,!1,!1)});var fa=/[\-:]([a-z])/g,ha=function(a){return a[1].toUpperCase()};"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 transform-origin 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(a){var b=
|
38
|
+
a.replace(fa,ha);new m(b,1,!1,a,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(a){var b=a.replace(fa,ha);new m(b,1,!1,a,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(a){var b=a.replace(fa,ha);new m(b,1,!1,a,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(a){new m(a,1,!1,a.toLowerCase(),null,!1,!1)});new m("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",
|
39
|
+
!0,!1);["src","href","action","formAction"].forEach(function(a){new m(a,1,!1,a.toLowerCase(),null,!0,!0)});var ia={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,
|
40
|
+
fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Wa=["Webkit","ms","Moz","O"];Object.keys(ia).forEach(function(a){Wa.forEach(function(b){b=b+a.charAt(0).toUpperCase()+a.substring(1);ia[b]=ia[a]})});var ba=Array.isArray;f('"></template>');f("<script>");f("\x3c/script>");f('<script src="');f('<script type="module" src="');
|
41
41
|
f('" integrity="');f('" async="">\x3c/script>');f("\x3c!-- --\x3e");f(' style="');f(":");f(";");f(" ");f('="');f('"');f('=""');f(">");f("/>");f(' selected=""');f("\n");f("<!DOCTYPE html>");f("</");f(">");f('<template id="');f('"></template>');f("\x3c!--$--\x3e");f('\x3c!--$?--\x3e<template id="');f('"></template>');f("\x3c!--$!--\x3e");f("\x3c!--/$--\x3e");f("<template");f('"');f(' data-dgst="');f(' data-msg="');f(' data-stck="');f("></template>");f('<div hidden id="');f('">');f("</div>");f('<svg aria-hidden="true" style="display:none" id="');
|
42
42
|
f('">');f("</svg>");f('<math aria-hidden="true" style="display:none" id="');f('">');f("</math>");f('<table hidden id="');f('">');f("</table>");f('<table hidden><tbody id="');f('">');f("</tbody></table>");f('<table hidden><tr id="');f('">');f("</tr></table>");f('<table hidden><colgroup id="');f('">');f("</colgroup></table>");f('$RS=function(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("');
|
43
43
|
f('$RS("');f('","');f('")\x3c/script>');f('<template data-rsi="" data-sid="');f('" data-pid="');f('$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("');
|
44
|
-
f('$RC("');f('$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RM=new Map;\n$RR=function(
|
45
|
-
f('$RM=new Map;\n$RR=function(
|
46
|
-
f('$RR("');f('","');f('",');f('"');f(")\x3c/script>");f('<template data-rci="" data-bid="');f('<template data-rri="" data-bid="');f('" data-sid="');f('" data-sty="');f('$RX=function(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("');f('$RX("');f('"');f(",");f(")\x3c/script>");f('<template data-rxi="" data-bid="');f('" data-dgst="');f('" data-msg="');f('" data-stck="');f('<
|
47
|
-
f("</
|
48
|
-
K=null,G=null,
|
49
|
-
useCacheRefresh:function(){return
|
50
|
-
z?z:new Map,c=b.get(a);void 0===c&&(c=a(),b.set(a,c));return c}},z=null,
|
51
|
-
start:function(h){
|
44
|
+
f('$RC("');f('$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RM=new Map;\n$RR=function(t,u,y){function v(n){this.s=n}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var f=y[b++];if(!f){k=!1;b=0;continue}var c=!1,m=0;var e=f[m++];if(a=p.get(e)){var d=a._p;c=!0}else{a=r.createElement("link");a.href=e;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];d=f[m++];)a.setAttribute(d,f[m++]);d=a._p=new Promise(function(n,z){a.onload=n;a.onerror=z});d.then(v.bind(d,"l"),v.bind(d,"e"));p.set(e,a)}e=a.getAttribute("media");!d||"l"===d.s||e&&!matchMedia(e).matches||h.push(d);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,\nt,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("');
|
45
|
+
f('$RM=new Map;\n$RR=function(t,u,y){function v(n){this.s=n}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var f=y[b++];if(!f){k=!1;b=0;continue}var c=!1,m=0;var e=f[m++];if(a=p.get(e)){var d=a._p;c=!0}else{a=r.createElement("link");a.href=e;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];d=f[m++];)a.setAttribute(d,f[m++]);d=a._p=new Promise(function(n,z){a.onload=n;a.onerror=z});d.then(v.bind(d,"l"),v.bind(d,"e"));p.set(e,a)}e=a.getAttribute("media");!d||"l"===d.s||e&&!matchMedia(e).matches||h.push(d);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,\nt,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("');
|
46
|
+
f('$RR("');f('","');f('",');f('"');f(")\x3c/script>");f('<template data-rci="" data-bid="');f('<template data-rri="" data-bid="');f('" data-sid="');f('" data-sty="');f('$RX=function(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("');f('$RX("');f('"');f(",");f(")\x3c/script>");f('<template data-rxi="" data-bid="');f('" data-dgst="');f('" data-msg="');f('" data-stck="');f('<style media="not all" data-precedence="');
|
47
|
+
f('" data-href="');f('">');f("</style>");f('<style data-precedence="');f('" data-href="');f(" ");f('">');f("</style>");f("[");f(",[");f(",");f("]");var t=null,T=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render. You must either rethrow it immediately, or move the `use` call outside of the `try/catch` block. Capturing without rethrowing will lead to unexpected behavior.\n\nTo handle async errors, wrap your component in an error boundary, or call the promise's `.catch` method and pass the result to `use`"),
|
48
|
+
K=null,G=null,N=0,w=null,Ta={useMemo:function(a){return a()},useCallback:function(a){return a},useDebugValue:function(){},useDeferredValue:r,useTransition:r,readContext:ua,useContext:ua,useReducer:r,useRef:r,useState:r,useInsertionEffect:r,useLayoutEffect:r,useImperativeHandle:r,useEffect:r,useId:function(){if(null===G)throw Error("useId can only be used while React is rendering");var a=G.identifierCount++;return":"+G.identifierPrefix+"S"+a.toString(32)+":"},useMutableSource:r,useSyncExternalStore:r,
|
49
|
+
useCacheRefresh:function(){return Ha},useMemoCache:function(a){for(var b=Array(a),c=0;c<a;c++)b[c]=Va;return b},use:function(a){if(null!==a&&"object"===typeof a||"function"===typeof a){if("function"===typeof a.then){var b=N;N+=1;null===w&&(w=[]);return Ga(w,a,b)}if(a.$$typeof===Ua)return a._currentValue}throw Error("An unsupported type was passed to use(): "+String(a));}},va={getCacheSignal:function(){var a=z?z:new Map,b=a.get(U);void 0===b&&(b=U(),a.set(U,b));return b},getCacheForType:function(a){var b=
|
50
|
+
z?z:new Map,c=b.get(a);void 0===c&&(c=a(),b.set(a,c));return c}},z=null,ja=B.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,ea=ja.ContextRegistry,da=ja.ReactCurrentDispatcher,V=ja.ReactCurrentCache,za={};A.renderToReadableStream=function(a,b,c){var d=Ja(a,b,c?c.onError:void 0,c?c.context:void 0,c?c.identifierPrefix:void 0);if(c&&c.signal){var e=c.signal;if(e.aborted)Fa(d,e.reason);else{var g=function(){Fa(d,e.reason);e.removeEventListener("abort",g)};e.addEventListener("abort",g)}}return new ReadableStream({type:"bytes",
|
51
|
+
start:function(h){Aa(d)},pull:function(h){if(1===d.status)d.status=2,ka(h,d.fatalError);else if(2!==d.status&&null===d.destination){d.destination=h;try{L(d,h)}catch(k){u(d,k),ca(d,k)}}},cancel:function(h){}},{highWaterMark:0})}});
|
52
52
|
})();
|