react 0.0.0-experimental-e2fd460cc → 0.0.0-experimental-af3d52611
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-unstable-shared-subset.development.js +1 -1
- package/cjs/react-unstable-shared-subset.production.min.js +1 -1
- package/cjs/react.development.js +1 -1
- package/cjs/react.production.min.js +1 -1
- package/package.json +1 -1
- package/umd/react.development.js +17 -207
- package/umd/react.production.min.js +13 -13
- package/umd/react.profiling.min.js +28 -30
|
@@ -15,7 +15,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
15
15
|
|
|
16
16
|
var _assign = require('object-assign');
|
|
17
17
|
|
|
18
|
-
var ReactVersion = '17.0.2-experimental-
|
|
18
|
+
var ReactVersion = '17.0.2-experimental-af3d52611';
|
|
19
19
|
|
|
20
20
|
// ATTENTION
|
|
21
21
|
// When adding new symbols to this file,
|
|
@@ -20,4 +20,4 @@ exports.cloneElement=function(a,b,e){if(null===a||void 0===a)throw Error(x(267,a
|
|
|
20
20
|
key:c,ref:k,props:d,_owner:h}};exports.createElement=function(a,b,e){var d,c={},k=null,h=null;if(null!=b)for(d in void 0!==b.ref&&(h=b.ref),void 0!==b.key&&(k=""+b.key),b)F.call(b,d)&&!G.hasOwnProperty(d)&&(c[d]=b[d]);var g=arguments.length-2;if(1===g)c.children=e;else if(1<g){for(var f=Array(g),m=0;m<g;m++)f[m]=arguments[m+2];c.children=f}if(a&&a.defaultProps)for(d in g=a.defaultProps,g)void 0===c[d]&&(c[d]=g[d]);return{$$typeof:n,type:a,key:k,ref:h,props:c,_owner:E.current}};exports.createRef=function(){return{current:null}};
|
|
21
21
|
exports.forwardRef=function(a){return{$$typeof:q,render:a}};exports.isValidElement=I;exports.lazy=function(a){return{$$typeof:t,_payload:{_status:-1,_result:a},_init:N}};exports.memo=function(a,b){return{$$typeof:r,type:a,compare:void 0===b?null:b}};exports.unstable_createMutableSource=function(a,b){return{_getVersion:b,_source:a,_workInProgressVersionPrimary:null,_workInProgressVersionSecondary:null}};exports.unstable_getCacheForType=function(a){return O.current.getCacheForType(a)};
|
|
22
22
|
exports.unstable_useDeferredValue=function(a){return O.current.useDeferredValue(a)};exports.unstable_useMutableSource=function(a,b,e){return O.current.useMutableSource(a,b,e)};exports.unstable_useOpaqueIdentifier=function(){return O.current.useOpaqueIdentifier()};exports.useCallback=function(a,b){return O.current.useCallback(a,b)};exports.useContext=function(a,b){return O.current.useContext(a,b)};exports.useDebugValue=function(){};exports.useMemo=function(a,b){return O.current.useMemo(a,b)};
|
|
23
|
-
exports.version="17.0.2-experimental-
|
|
23
|
+
exports.version="17.0.2-experimental-af3d52611";
|
package/cjs/react.development.js
CHANGED
|
@@ -15,7 +15,7 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
15
15
|
|
|
16
16
|
var _assign = require('object-assign');
|
|
17
17
|
|
|
18
|
-
var ReactVersion = '17.0.2-experimental-
|
|
18
|
+
var ReactVersion = '17.0.2-experimental-af3d52611';
|
|
19
19
|
|
|
20
20
|
// ATTENTION
|
|
21
21
|
// When adding new symbols to this file,
|
|
@@ -23,4 +23,4 @@ key:d,ref:k,props:e,_owner:h}};exports.createContext=function(a,b){void 0===b&&(
|
|
|
23
23
|
exports.lazy=function(a){return{$$typeof:v,_payload:{_status:-1,_result:a},_init:Q}};exports.memo=function(a,b){return{$$typeof:u,type:a,compare:void 0===b?null:b}};exports.unstable_createMutableSource=function(a,b){return{_getVersion:b,_source:a,_workInProgressVersionPrimary:null,_workInProgressVersionSecondary:null}};exports.unstable_getCacheForType=function(a){return R.current.getCacheForType(a)};
|
|
24
24
|
exports.unstable_startTransition=function(a){var b=S.transition;S.transition=1;try{a()}finally{S.transition=b}};exports.unstable_useCacheRefresh=function(){return R.current.useCacheRefresh()};exports.unstable_useDeferredValue=function(a){return R.current.useDeferredValue(a)};exports.unstable_useMutableSource=function(a,b,c){return R.current.useMutableSource(a,b,c)};exports.unstable_useOpaqueIdentifier=function(){return R.current.useOpaqueIdentifier()};exports.unstable_useTransition=function(){return R.current.useTransition()};
|
|
25
25
|
exports.useCallback=function(a,b){return R.current.useCallback(a,b)};exports.useContext=function(a,b){return R.current.useContext(a,b)};exports.useDebugValue=function(){};exports.useEffect=function(a,b){return R.current.useEffect(a,b)};exports.useImperativeHandle=function(a,b,c){return R.current.useImperativeHandle(a,b,c)};exports.useLayoutEffect=function(a,b){return R.current.useLayoutEffect(a,b)};exports.useMemo=function(a,b){return R.current.useMemo(a,b)};
|
|
26
|
-
exports.useReducer=function(a,b,c){return R.current.useReducer(a,b,c)};exports.useRef=function(a){return R.current.useRef(a)};exports.useState=function(a){return R.current.useState(a)};exports.version="17.0.2-experimental-
|
|
26
|
+
exports.useReducer=function(a,b,c){return R.current.useReducer(a,b,c)};exports.useRef=function(a){return R.current.useRef(a)};exports.useState=function(a){return R.current.useState(a)};exports.version="17.0.2-experimental-af3d52611";
|
package/package.json
CHANGED
package/umd/react.development.js
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
(global = global || self, factory(global.React = {}));
|
|
13
13
|
}(this, (function (exports) { 'use strict';
|
|
14
14
|
|
|
15
|
-
var ReactVersion = '17.0.2-experimental-
|
|
15
|
+
var ReactVersion = '17.0.2-experimental-af3d52611';
|
|
16
16
|
|
|
17
17
|
// ATTENTION
|
|
18
18
|
// When adding new symbols to this file,
|
|
@@ -2358,7 +2358,7 @@
|
|
|
2358
2358
|
}
|
|
2359
2359
|
|
|
2360
2360
|
var enableSchedulerDebugging = false;
|
|
2361
|
-
var enableProfiling =
|
|
2361
|
+
var enableProfiling = false; // TODO: enable to fix https://github.com/facebook/react/issues/20756.
|
|
2362
2362
|
|
|
2363
2363
|
function push(heap, node) {
|
|
2364
2364
|
var index = heap.length;
|
|
@@ -2443,172 +2443,13 @@
|
|
|
2443
2443
|
}
|
|
2444
2444
|
|
|
2445
2445
|
// TODO: Use symbols?
|
|
2446
|
-
var NoPriority = 0;
|
|
2447
2446
|
var ImmediatePriority = 1;
|
|
2448
2447
|
var UserBlockingPriority = 2;
|
|
2449
2448
|
var NormalPriority = 3;
|
|
2450
2449
|
var LowPriority = 4;
|
|
2451
2450
|
var IdlePriority = 5;
|
|
2452
2451
|
|
|
2453
|
-
var runIdCounter = 0;
|
|
2454
|
-
var mainThreadIdCounter = 0;
|
|
2455
|
-
var profilingStateSize = 4;
|
|
2456
|
-
var sharedProfilingBuffer = // $FlowFixMe Flow doesn't know about SharedArrayBuffer
|
|
2457
|
-
typeof SharedArrayBuffer === 'function' ? new SharedArrayBuffer(profilingStateSize * Int32Array.BYTES_PER_ELEMENT) : // $FlowFixMe Flow doesn't know about ArrayBuffer
|
|
2458
|
-
typeof ArrayBuffer === 'function' ? new ArrayBuffer(profilingStateSize * Int32Array.BYTES_PER_ELEMENT) : null // Don't crash the init path on IE9
|
|
2459
|
-
;
|
|
2460
|
-
var profilingState = sharedProfilingBuffer !== null ? new Int32Array(sharedProfilingBuffer) : []; // We can't read this but it helps save bytes for null checks
|
|
2461
|
-
|
|
2462
|
-
var PRIORITY = 0;
|
|
2463
|
-
var CURRENT_TASK_ID = 1;
|
|
2464
|
-
var CURRENT_RUN_ID = 2;
|
|
2465
|
-
var QUEUE_SIZE = 3;
|
|
2466
|
-
|
|
2467
|
-
{
|
|
2468
|
-
profilingState[PRIORITY] = NoPriority; // This is maintained with a counter, because the size of the priority queue
|
|
2469
|
-
// array might include canceled tasks.
|
|
2470
|
-
|
|
2471
|
-
profilingState[QUEUE_SIZE] = 0;
|
|
2472
|
-
profilingState[CURRENT_TASK_ID] = 0;
|
|
2473
|
-
} // Bytes per element is 4
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
var INITIAL_EVENT_LOG_SIZE = 131072;
|
|
2477
|
-
var MAX_EVENT_LOG_SIZE = 524288; // Equivalent to 2 megabytes
|
|
2478
|
-
|
|
2479
|
-
var eventLogSize = 0;
|
|
2480
|
-
var eventLogBuffer = null;
|
|
2481
|
-
var eventLog = null;
|
|
2482
|
-
var eventLogIndex = 0;
|
|
2483
|
-
var TaskStartEvent = 1;
|
|
2484
|
-
var TaskCompleteEvent = 2;
|
|
2485
|
-
var TaskErrorEvent = 3;
|
|
2486
|
-
var TaskCancelEvent = 4;
|
|
2487
|
-
var TaskRunEvent = 5;
|
|
2488
|
-
var TaskYieldEvent = 6;
|
|
2489
|
-
var SchedulerSuspendEvent = 7;
|
|
2490
|
-
var SchedulerResumeEvent = 8;
|
|
2491
|
-
|
|
2492
|
-
function logEvent(entries) {
|
|
2493
|
-
if (eventLog !== null) {
|
|
2494
|
-
var offset = eventLogIndex;
|
|
2495
|
-
eventLogIndex += entries.length;
|
|
2496
|
-
|
|
2497
|
-
if (eventLogIndex + 1 > eventLogSize) {
|
|
2498
|
-
eventLogSize *= 2;
|
|
2499
|
-
|
|
2500
|
-
if (eventLogSize > MAX_EVENT_LOG_SIZE) {
|
|
2501
|
-
// Using console['error'] to evade Babel and ESLint
|
|
2502
|
-
console['error']("Scheduler Profiling: Event log exceeded maximum size. Don't " + 'forget to call `stopLoggingProfilingEvents()`.');
|
|
2503
|
-
stopLoggingProfilingEvents();
|
|
2504
|
-
return;
|
|
2505
|
-
}
|
|
2506
|
-
|
|
2507
|
-
var newEventLog = new Int32Array(eventLogSize * 4);
|
|
2508
|
-
newEventLog.set(eventLog);
|
|
2509
|
-
eventLogBuffer = newEventLog.buffer;
|
|
2510
|
-
eventLog = newEventLog;
|
|
2511
|
-
}
|
|
2512
|
-
|
|
2513
|
-
eventLog.set(entries, offset);
|
|
2514
|
-
}
|
|
2515
|
-
}
|
|
2516
|
-
|
|
2517
|
-
function startLoggingProfilingEvents() {
|
|
2518
|
-
eventLogSize = INITIAL_EVENT_LOG_SIZE;
|
|
2519
|
-
eventLogBuffer = new ArrayBuffer(eventLogSize * 4);
|
|
2520
|
-
eventLog = new Int32Array(eventLogBuffer);
|
|
2521
|
-
eventLogIndex = 0;
|
|
2522
|
-
}
|
|
2523
|
-
function stopLoggingProfilingEvents() {
|
|
2524
|
-
var buffer = eventLogBuffer;
|
|
2525
|
-
eventLogSize = 0;
|
|
2526
|
-
eventLogBuffer = null;
|
|
2527
|
-
eventLog = null;
|
|
2528
|
-
eventLogIndex = 0;
|
|
2529
|
-
return buffer;
|
|
2530
|
-
}
|
|
2531
|
-
function markTaskStart(task, ms) {
|
|
2532
|
-
{
|
|
2533
|
-
profilingState[QUEUE_SIZE]++;
|
|
2534
|
-
|
|
2535
|
-
if (eventLog !== null) {
|
|
2536
|
-
// performance.now returns a float, representing milliseconds. When the
|
|
2537
|
-
// event is logged, it's coerced to an int. Convert to microseconds to
|
|
2538
|
-
// maintain extra degrees of precision.
|
|
2539
|
-
logEvent([TaskStartEvent, ms * 1000, task.id, task.priorityLevel]);
|
|
2540
|
-
}
|
|
2541
|
-
}
|
|
2542
|
-
}
|
|
2543
|
-
function markTaskCompleted(task, ms) {
|
|
2544
|
-
{
|
|
2545
|
-
profilingState[PRIORITY] = NoPriority;
|
|
2546
|
-
profilingState[CURRENT_TASK_ID] = 0;
|
|
2547
|
-
profilingState[QUEUE_SIZE]--;
|
|
2548
|
-
|
|
2549
|
-
if (eventLog !== null) {
|
|
2550
|
-
logEvent([TaskCompleteEvent, ms * 1000, task.id]);
|
|
2551
|
-
}
|
|
2552
|
-
}
|
|
2553
|
-
}
|
|
2554
|
-
function markTaskCanceled(task, ms) {
|
|
2555
|
-
{
|
|
2556
|
-
profilingState[QUEUE_SIZE]--;
|
|
2557
|
-
|
|
2558
|
-
if (eventLog !== null) {
|
|
2559
|
-
logEvent([TaskCancelEvent, ms * 1000, task.id]);
|
|
2560
|
-
}
|
|
2561
|
-
}
|
|
2562
|
-
}
|
|
2563
2452
|
function markTaskErrored(task, ms) {
|
|
2564
|
-
{
|
|
2565
|
-
profilingState[PRIORITY] = NoPriority;
|
|
2566
|
-
profilingState[CURRENT_TASK_ID] = 0;
|
|
2567
|
-
profilingState[QUEUE_SIZE]--;
|
|
2568
|
-
|
|
2569
|
-
if (eventLog !== null) {
|
|
2570
|
-
logEvent([TaskErrorEvent, ms * 1000, task.id]);
|
|
2571
|
-
}
|
|
2572
|
-
}
|
|
2573
|
-
}
|
|
2574
|
-
function markTaskRun(task, ms) {
|
|
2575
|
-
{
|
|
2576
|
-
runIdCounter++;
|
|
2577
|
-
profilingState[PRIORITY] = task.priorityLevel;
|
|
2578
|
-
profilingState[CURRENT_TASK_ID] = task.id;
|
|
2579
|
-
profilingState[CURRENT_RUN_ID] = runIdCounter;
|
|
2580
|
-
|
|
2581
|
-
if (eventLog !== null) {
|
|
2582
|
-
logEvent([TaskRunEvent, ms * 1000, task.id, runIdCounter]);
|
|
2583
|
-
}
|
|
2584
|
-
}
|
|
2585
|
-
}
|
|
2586
|
-
function markTaskYield(task, ms) {
|
|
2587
|
-
{
|
|
2588
|
-
profilingState[PRIORITY] = NoPriority;
|
|
2589
|
-
profilingState[CURRENT_TASK_ID] = 0;
|
|
2590
|
-
profilingState[CURRENT_RUN_ID] = 0;
|
|
2591
|
-
|
|
2592
|
-
if (eventLog !== null) {
|
|
2593
|
-
logEvent([TaskYieldEvent, ms * 1000, task.id, runIdCounter]);
|
|
2594
|
-
}
|
|
2595
|
-
}
|
|
2596
|
-
}
|
|
2597
|
-
function markSchedulerSuspended(ms) {
|
|
2598
|
-
{
|
|
2599
|
-
mainThreadIdCounter++;
|
|
2600
|
-
|
|
2601
|
-
if (eventLog !== null) {
|
|
2602
|
-
logEvent([SchedulerSuspendEvent, ms * 1000, mainThreadIdCounter]);
|
|
2603
|
-
}
|
|
2604
|
-
}
|
|
2605
|
-
}
|
|
2606
|
-
function markSchedulerUnsuspended(ms) {
|
|
2607
|
-
{
|
|
2608
|
-
if (eventLog !== null) {
|
|
2609
|
-
logEvent([SchedulerResumeEvent, ms * 1000, mainThreadIdCounter]);
|
|
2610
|
-
}
|
|
2611
|
-
}
|
|
2612
2453
|
}
|
|
2613
2454
|
|
|
2614
2455
|
/* eslint-disable no-var */
|
|
@@ -2688,11 +2529,6 @@
|
|
|
2688
2529
|
pop(timerQueue);
|
|
2689
2530
|
timer.sortIndex = timer.expirationTime;
|
|
2690
2531
|
push(taskQueue, timer);
|
|
2691
|
-
|
|
2692
|
-
{
|
|
2693
|
-
markTaskStart(timer, currentTime);
|
|
2694
|
-
timer.isQueued = true;
|
|
2695
|
-
}
|
|
2696
2532
|
} else {
|
|
2697
2533
|
// Remaining timers are pending.
|
|
2698
2534
|
return;
|
|
@@ -2721,9 +2557,6 @@
|
|
|
2721
2557
|
}
|
|
2722
2558
|
|
|
2723
2559
|
function flushWork(hasTimeRemaining, initialTime) {
|
|
2724
|
-
{
|
|
2725
|
-
markSchedulerUnsuspended(initialTime);
|
|
2726
|
-
} // We'll need a host callback the next time work is scheduled.
|
|
2727
2560
|
|
|
2728
2561
|
|
|
2729
2562
|
isHostCallbackScheduled = false;
|
|
@@ -2758,12 +2591,6 @@
|
|
|
2758
2591
|
currentTask = null;
|
|
2759
2592
|
currentPriorityLevel = previousPriorityLevel;
|
|
2760
2593
|
isPerformingWork = false;
|
|
2761
|
-
|
|
2762
|
-
{
|
|
2763
|
-
var _currentTime = getCurrentTime();
|
|
2764
|
-
|
|
2765
|
-
markSchedulerSuspended(_currentTime);
|
|
2766
|
-
}
|
|
2767
2594
|
}
|
|
2768
2595
|
}
|
|
2769
2596
|
|
|
@@ -2784,18 +2611,13 @@
|
|
|
2784
2611
|
currentTask.callback = null;
|
|
2785
2612
|
currentPriorityLevel = currentTask.priorityLevel;
|
|
2786
2613
|
var didUserCallbackTimeout = currentTask.expirationTime <= currentTime;
|
|
2787
|
-
|
|
2614
|
+
|
|
2788
2615
|
var continuationCallback = callback(didUserCallbackTimeout);
|
|
2789
2616
|
currentTime = getCurrentTime();
|
|
2790
2617
|
|
|
2791
2618
|
if (typeof continuationCallback === 'function') {
|
|
2792
2619
|
currentTask.callback = continuationCallback;
|
|
2793
|
-
markTaskYield(currentTask, currentTime);
|
|
2794
2620
|
} else {
|
|
2795
|
-
{
|
|
2796
|
-
markTaskCompleted(currentTask, currentTime);
|
|
2797
|
-
currentTask.isQueued = false;
|
|
2798
|
-
}
|
|
2799
2621
|
|
|
2800
2622
|
if (currentTask === peek(taskQueue)) {
|
|
2801
2623
|
pop(taskQueue);
|
|
@@ -2940,10 +2762,6 @@
|
|
|
2940
2762
|
sortIndex: -1
|
|
2941
2763
|
};
|
|
2942
2764
|
|
|
2943
|
-
{
|
|
2944
|
-
newTask.isQueued = false;
|
|
2945
|
-
}
|
|
2946
|
-
|
|
2947
2765
|
if (startTime > currentTime) {
|
|
2948
2766
|
// This is a delayed task.
|
|
2949
2767
|
newTask.sortIndex = startTime;
|
|
@@ -2964,11 +2782,6 @@
|
|
|
2964
2782
|
} else {
|
|
2965
2783
|
newTask.sortIndex = expirationTime;
|
|
2966
2784
|
push(taskQueue, newTask);
|
|
2967
|
-
|
|
2968
|
-
{
|
|
2969
|
-
markTaskStart(newTask, currentTime);
|
|
2970
|
-
newTask.isQueued = true;
|
|
2971
|
-
} // Schedule a host callback, if needed. If we're already performing work,
|
|
2972
2785
|
// wait until the next time we yield.
|
|
2973
2786
|
|
|
2974
2787
|
|
|
@@ -2997,13 +2810,6 @@
|
|
|
2997
2810
|
}
|
|
2998
2811
|
|
|
2999
2812
|
function unstable_cancelCallback(task) {
|
|
3000
|
-
{
|
|
3001
|
-
if (task.isQueued) {
|
|
3002
|
-
var currentTime = getCurrentTime();
|
|
3003
|
-
markTaskCanceled(task, currentTime);
|
|
3004
|
-
task.isQueued = false;
|
|
3005
|
-
}
|
|
3006
|
-
} // Null out the callback to indicate the task has been canceled. (Can't
|
|
3007
2813
|
// remove from the queue because you can't remove arbitrary nodes from an
|
|
3008
2814
|
// array based heap, only the first one.)
|
|
3009
2815
|
|
|
@@ -3074,7 +2880,7 @@
|
|
|
3074
2880
|
if (hasMoreWork) {
|
|
3075
2881
|
// If there's more work, schedule the next message event at the end
|
|
3076
2882
|
// of the preceding one.
|
|
3077
|
-
|
|
2883
|
+
schedulePerformWorkUntilDeadline();
|
|
3078
2884
|
} else {
|
|
3079
2885
|
isMessageLoopRunning = false;
|
|
3080
2886
|
scheduledHostCallback = null;
|
|
@@ -3085,16 +2891,24 @@
|
|
|
3085
2891
|
} // Yielding to the browser will give it a chance to paint, so we can
|
|
3086
2892
|
};
|
|
3087
2893
|
|
|
3088
|
-
var
|
|
3089
|
-
|
|
3090
|
-
|
|
2894
|
+
var schedulePerformWorkUntilDeadline;
|
|
2895
|
+
|
|
2896
|
+
{
|
|
2897
|
+
var channel = new MessageChannel();
|
|
2898
|
+
var port = channel.port2;
|
|
2899
|
+
channel.port1.onmessage = performWorkUntilDeadline;
|
|
2900
|
+
|
|
2901
|
+
schedulePerformWorkUntilDeadline = function () {
|
|
2902
|
+
port.postMessage(null);
|
|
2903
|
+
};
|
|
2904
|
+
}
|
|
3091
2905
|
|
|
3092
2906
|
function requestHostCallback(callback) {
|
|
3093
2907
|
scheduledHostCallback = callback;
|
|
3094
2908
|
|
|
3095
2909
|
if (!isMessageLoopRunning) {
|
|
3096
2910
|
isMessageLoopRunning = true;
|
|
3097
|
-
|
|
2911
|
+
schedulePerformWorkUntilDeadline();
|
|
3098
2912
|
}
|
|
3099
2913
|
}
|
|
3100
2914
|
|
|
@@ -3110,11 +2924,7 @@
|
|
|
3110
2924
|
}
|
|
3111
2925
|
|
|
3112
2926
|
var unstable_requestPaint = requestPaint;
|
|
3113
|
-
var unstable_Profiling =
|
|
3114
|
-
startLoggingProfilingEvents: startLoggingProfilingEvents,
|
|
3115
|
-
stopLoggingProfilingEvents: stopLoggingProfilingEvents,
|
|
3116
|
-
sharedProfilingBuffer: sharedProfilingBuffer
|
|
3117
|
-
} ;
|
|
2927
|
+
var unstable_Profiling = null;
|
|
3118
2928
|
|
|
3119
2929
|
|
|
3120
2930
|
|
|
@@ -13,20 +13,20 @@ typeof a&&null!==a&&null!=a.key?ra(""+a.key):b.toString(36)}function B(a,b,k,c,h
|
|
|
13
13
|
a)),b.push(h)),1;d=0;c=""===c?".":c+":";if(Array.isArray(a))for(var e=0;e<a.length;e++){m=a[e];var f=c+M(m,e);d+=B(m,b,k,f,h)}else if(f=w(a),"function"===typeof f)for(a=f.call(a),e=0;!(m=a.next()).done;)m=m.value,f=c+M(m,e++),d+=B(m,b,k,f,h);else if("object"===m)throw b=""+a,Error(A(31,"[object Object]"===b?"object with keys {"+Object.keys(a).join(", ")+"}":b));return d}function C(a,b,k){if(null==a)return a;var c=[],d=0;B(a,c,"","",function(a){return b.call(k,a,d++)});return c}function sa(a){if(-1===
|
|
14
14
|
a._status){var b=a._result;b=b();a._status=0;a._result=b;b.then(function(b){0===a._status&&(b=b.default,a._status=1,a._result=b)},function(b){0===a._status&&(a._status=2,a._result=b)})}if(1===a._status)return a._result;throw a._result;}function N(a,b){var k=a.length;a.push(b);a:for(;;){var c=k-1>>>1,d=a[c];if(void 0!==d&&0<D(d,b))a[c]=b,a[k]=d,k=c;else break a}}function n(a){a=a[0];return void 0===a?null:a}function E(a){var b=a[0];if(void 0!==b){var c=a.pop();if(c!==b){a[0]=c;a:for(var d=0,h=a.length;d<
|
|
15
15
|
h;){var e=2*(d+1)-1,g=a[e],l=e+1,f=a[l];if(void 0!==g&&0>D(g,c))void 0!==f&&0>D(f,g)?(a[d]=f,a[l]=c,d=l):(a[d]=g,a[e]=c,d=e);else if(void 0!==f&&0>D(f,c))a[d]=f,a[l]=c,d=l;else break a}}return b}return null}function D(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}function O(a){for(var b=n(q);null!==b;){if(null===b.callback)E(q);else if(b.startTime<=a)E(q),b.sortIndex=b.expirationTime,N(p,b);else break;b=n(q)}}function P(a){y=!1;O(a);if(!r)if(null!==n(p))r=!0,Q(R);else{var b=n(q);null!==
|
|
16
|
-
b&&S(P,b.startTime-a)}}function R(a,b){r=!1;y&&(y=!1,ea(z),z=-1);F=!0;var c=e;try{O(b);for(l=n(p);null!==l&&(!(l.expirationTime>b)||a&&!fa());){var d=l.callback;if("function"===typeof d){l.callback=null;e=l.priorityLevel;var h=d(l.expirationTime<=b);b=t();"function"===typeof h?l.callback=h:l===n(p)&&E(p);O(b)}else E(p);l=n(p)}if(null!==l)var g=!0;else{var x=n(q);null!==x&&S(P,x.startTime-b);g=!1}return g}finally{l=null,e=c,F=!1}}function fa(){return t()>=ha}function Q(a){G=a;H||(H=!0,ia
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
b&&S(P,b.startTime-a)}}function R(a,b){r=!1;y&&(y=!1,ea(z),z=-1);F=!0;var c=e;try{O(b);for(l=n(p);null!==l&&(!(l.expirationTime>b)||a&&!fa());){var d=l.callback;if("function"===typeof d){l.callback=null;e=l.priorityLevel;var h=d(l.expirationTime<=b);b=t();"function"===typeof h?l.callback=h:l===n(p)&&E(p);O(b)}else E(p);l=n(p)}if(null!==l)var g=!0;else{var x=n(q);null!==x&&S(P,x.startTime-b);g=!1}return g}finally{l=null,e=c,F=!1}}function fa(){return t()>=ha}function Q(a){G=a;H||(H=!0,ia())}function S(a,
|
|
17
|
+
b){z=ta(function(){a(t())},b)}var v=60103,ca=60106;c.Fragment=60107;c.StrictMode=60108;c.Profiler=60114;var ja=60109,ka=60110,la=60112;c.Suspense=60113;c.unstable_SuspenseList=60120;var ma=60115,na=60116;c.unstable_DebugTracingMode=60129;c.unstable_LegacyHidden=60131;c.unstable_Cache=60132;if("function"===typeof Symbol&&Symbol.for){var d=Symbol.for;v=d("react.element");ca=d("react.portal");c.Fragment=d("react.fragment");c.StrictMode=d("react.strict_mode");c.Profiler=d("react.profiler");ja=d("react.provider");
|
|
18
|
+
ka=d("react.context");la=d("react.forward_ref");c.Suspense=d("react.suspense");c.unstable_SuspenseList=d("react.suspense_list");ma=d("react.memo");na=d("react.lazy");c.unstable_DebugTracingMode=d("react.debug_trace_mode");c.unstable_LegacyHidden=d("react.legacy_hidden");c.unstable_Cache=d("react.cache")}var U="function"===typeof Symbol&&Symbol.iterator,ua=Object.prototype.hasOwnProperty,T=Object.assign||function(a,b){if(null==a)throw new TypeError("Object.assign target cannot be null or undefined");
|
|
19
19
|
for(var c=Object(a),d=1;d<arguments.length;d++){var h=arguments[d];if(null!=h){var e=void 0;h=Object(h);for(e in h)ua.call(h,e)&&(c[e]=h[e])}}return c},W={isMounted:function(a){return!1},enqueueForceUpdate:function(a,b,c){},enqueueReplaceState:function(a,b,c,d){},enqueueSetState:function(a,b,c,d){}},V={};u.prototype.isReactComponent={};u.prototype.setState=function(a,b){if("object"!==typeof a&&"function"!==typeof a&&null!=a)throw Error(A(85));this.updater.enqueueSetState(this,a,b,"setState")};u.prototype.forceUpdate=
|
|
20
20
|
function(a){this.updater.enqueueForceUpdate(this,a,"forceUpdate")};X.prototype=u.prototype;d=J.prototype=new X;d.constructor=J;T(d,u.prototype);d.isPureReactComponent=!0;var K={current:null},aa=Object.prototype.hasOwnProperty,ba={key:!0,ref:!0,__self:!0,__source:!0},da=/\/+/g,g={current:null},I={transition:0};if("object"===typeof performance&&"function"===typeof performance.now){var va=performance;var t=function(){return va.now()}}else{var oa=Date,wa=oa.now();t=function(){return oa.now()-wa}}var p=
|
|
21
21
|
[],q=[],xa=1,l=null,e=3,F=!1,r=!1,y=!1,ta=window.setTimeout,ea=window.clearTimeout;"undefined"!==typeof console&&(d=window.cancelAnimationFrame,"function"!==typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),"function"!==typeof d&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"));
|
|
22
|
-
var H=!1,G=null,z=-1,pa=5,ha=0;d=new MessageChannel;var
|
|
23
|
-
b){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3}var c=e;e=a;try{return b()}finally{e=c}},unstable_next:function(a){switch(e){case 1:case 2:case 3:var b=3;break;default:b=e}var c=e;e=b;try{return a()}finally{e=c}},unstable_scheduleCallback:function(a,b,c){var d=t();"object"===typeof c&&null!==c?(c=c.delay,c="number"===typeof c&&0<c?d+c:d):c=d;switch(a){case 1:var e=-1;break;case 2:e=250;break;case 5:e=1073741823;break;case 4:e=1E4;break;default:e=
|
|
24
|
-
startTime:c,expirationTime:e,sortIndex:-1};c>d?(a.sortIndex=c,N(q,a),null===n(p)&&a===n(q)&&(y?(ea(z),z=-1):y=!0,S(P,c-d))):(a.sortIndex=e,N(p,a),r||F||(r=!0,Q(R)));return a},unstable_cancelCallback:function(a){a.callback=null},unstable_wrapCallback:function(a){var b=e;return function(){var c=e;e=b;try{return a.apply(this,arguments)}finally{e=c}}},unstable_getCurrentPriorityLevel:function(){return e},unstable_shouldYield:fa,unstable_requestPaint:function(){},
|
|
25
|
-
F||(r=!0,Q(R))},unstable_pauseExecution:function(){},unstable_getFirstCallbackNode:function(){return n(p)},get unstable_now(){return t},unstable_forceFrameRate:function(a){0>a||125<a?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):pa=0<a?Math.floor(1E3/a):5},unstable_Profiling:null},SchedulerTracing:{__proto__:null,__interactionsRef:null,__subscriberRef:null,unstable_clear:function(a){return a()},
|
|
26
|
-
unstable_getThreadID:function(){return++
|
|
27
|
-
d;c.cloneElement=function(a,b,c){if(null===a||void 0===a)throw Error(A(267,a));var d=T({},a.props),e=a.key,k=a.ref,g=a._owner;if(null!=b){void 0!==b.ref&&(k=b.ref,g=K.current);void 0!==b.key&&(e=""+b.key);if(a.type&&a.type.defaultProps)var l=a.type.defaultProps;for(f in b)aa.call(b,f)&&!ba.hasOwnProperty(f)&&(d[f]=void 0===b[f]&&void 0!==l?l[f]:b[f])}var f=arguments.length-2;if(1===f)d.children=c;else if(1<f){l=Array(f);for(var n=
|
|
28
|
-
key:e,ref:k,props:d,_owner:g}};c.createContext=function(a,b){void 0===b&&(b=null);a={$$typeof:ka,_calculateChangedBits:b,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:ja,_context:a};return a.Consumer=a};c.createElement=Y;c.createFactory=function(a){var b=Y.bind(null,a);b.type=a;return b};c.createRef=function(){return{current:null}};c.forwardRef=function(a){return{$$typeof:la,
|
|
29
|
-
_result:a},_init:sa}};c.memo=function(a,b){return{$$typeof:ma,type:a,compare:void 0===b?null:b}};c.unstable_createMutableSource=function(a,b){return{_getVersion:b,_source:a,_workInProgressVersionPrimary:null,_workInProgressVersionSecondary:null}};c.unstable_getCacheForType=function(a){return g.current.getCacheForType(a)};c.unstable_startTransition=function(a){var b=I.transition;I.transition=1;try{a()}finally{I.transition=
|
|
30
|
-
c.unstable_useDeferredValue=function(a){return g.current.useDeferredValue(a)};c.unstable_useMutableSource=function(a,b,c){return g.current.useMutableSource(a,b,c)};c.unstable_useOpaqueIdentifier=function(){return g.current.useOpaqueIdentifier()};c.unstable_useTransition=function(){return g.current.useTransition()};c.useCallback=function(a,b){return g.current.useCallback(a,b)};c.useContext=function(a,b){return g.current.useContext(a,
|
|
31
|
-
b)};c.useImperativeHandle=function(a,b,c){return g.current.useImperativeHandle(a,b,c)};c.useLayoutEffect=function(a,b){return g.current.useLayoutEffect(a,b)};c.useMemo=function(a,b){return g.current.useMemo(a,b)};c.useReducer=function(a,b,c){return g.current.useReducer(a,b,c)};c.useRef=function(a){return g.current.useRef(a)};c.useState=function(a){return g.current.useState(a)};c.version="17.0.2-experimental-
|
|
22
|
+
var H=!1,G=null,z=-1,pa=5,ha=0;d=new MessageChannel;var ya=d.port2;d.port1.onmessage=function(){if(null!==G){var a=t();ha=a+pa;var b=!0;try{b=G(!0,a)}finally{b?ia():(H=!1,G=null)}}else H=!1};var ia=function(){ya.postMessage(null)};var za=0;d={ReactCurrentDispatcher:g,ReactCurrentOwner:K,IsSomeRendererActing:{current:!1},ReactCurrentBatchConfig:I,assign:T,Scheduler:{__proto__:null,unstable_ImmediatePriority:1,unstable_UserBlockingPriority:2,unstable_NormalPriority:3,unstable_IdlePriority:5,unstable_LowPriority:4,
|
|
23
|
+
unstable_runWithPriority:function(a,b){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3}var c=e;e=a;try{return b()}finally{e=c}},unstable_next:function(a){switch(e){case 1:case 2:case 3:var b=3;break;default:b=e}var c=e;e=b;try{return a()}finally{e=c}},unstable_scheduleCallback:function(a,b,c){var d=t();"object"===typeof c&&null!==c?(c=c.delay,c="number"===typeof c&&0<c?d+c:d):c=d;switch(a){case 1:var e=-1;break;case 2:e=250;break;case 5:e=1073741823;break;case 4:e=1E4;break;default:e=
|
|
24
|
+
5E3}e=c+e;a={id:xa++,callback:b,priorityLevel:a,startTime:c,expirationTime:e,sortIndex:-1};c>d?(a.sortIndex=c,N(q,a),null===n(p)&&a===n(q)&&(y?(ea(z),z=-1):y=!0,S(P,c-d))):(a.sortIndex=e,N(p,a),r||F||(r=!0,Q(R)));return a},unstable_cancelCallback:function(a){a.callback=null},unstable_wrapCallback:function(a){var b=e;return function(){var c=e;e=b;try{return a.apply(this,arguments)}finally{e=c}}},unstable_getCurrentPriorityLevel:function(){return e},unstable_shouldYield:fa,unstable_requestPaint:function(){},
|
|
25
|
+
unstable_continueExecution:function(){r||F||(r=!0,Q(R))},unstable_pauseExecution:function(){},unstable_getFirstCallbackNode:function(){return n(p)},get unstable_now(){return t},unstable_forceFrameRate:function(a){0>a||125<a?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):pa=0<a?Math.floor(1E3/a):5},unstable_Profiling:null},SchedulerTracing:{__proto__:null,__interactionsRef:null,__subscriberRef:null,unstable_clear:function(a){return a()},
|
|
26
|
+
unstable_getCurrent:function(){return null},unstable_getThreadID:function(){return++za},unstable_trace:function(a,b,c){return c()},unstable_wrap:function(a){return a},unstable_subscribe:function(a){},unstable_unsubscribe:function(a){}}};c.Children={map:C,forEach:function(a,b,c){C(a,function(){b.apply(this,arguments)},c)},count:function(a){var b=0;C(a,function(){b++});return b},toArray:function(a){return C(a,function(a){return a})||[]},only:function(a){if(!L(a))throw Error(A(143));return a}};c.Component=
|
|
27
|
+
u;c.PureComponent=J;c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=d;c.cloneElement=function(a,b,c){if(null===a||void 0===a)throw Error(A(267,a));var d=T({},a.props),e=a.key,k=a.ref,g=a._owner;if(null!=b){void 0!==b.ref&&(k=b.ref,g=K.current);void 0!==b.key&&(e=""+b.key);if(a.type&&a.type.defaultProps)var l=a.type.defaultProps;for(f in b)aa.call(b,f)&&!ba.hasOwnProperty(f)&&(d[f]=void 0===b[f]&&void 0!==l?l[f]:b[f])}var f=arguments.length-2;if(1===f)d.children=c;else if(1<f){l=Array(f);for(var n=
|
|
28
|
+
0;n<f;n++)l[n]=arguments[n+2];d.children=l}return{$$typeof:v,type:a.type,key:e,ref:k,props:d,_owner:g}};c.createContext=function(a,b){void 0===b&&(b=null);a={$$typeof:ka,_calculateChangedBits:b,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:ja,_context:a};return a.Consumer=a};c.createElement=Y;c.createFactory=function(a){var b=Y.bind(null,a);b.type=a;return b};c.createRef=function(){return{current:null}};c.forwardRef=function(a){return{$$typeof:la,
|
|
29
|
+
render:a}};c.isValidElement=L;c.lazy=function(a){return{$$typeof:na,_payload:{_status:-1,_result:a},_init:sa}};c.memo=function(a,b){return{$$typeof:ma,type:a,compare:void 0===b?null:b}};c.unstable_createMutableSource=function(a,b){return{_getVersion:b,_source:a,_workInProgressVersionPrimary:null,_workInProgressVersionSecondary:null}};c.unstable_getCacheForType=function(a){return g.current.getCacheForType(a)};c.unstable_startTransition=function(a){var b=I.transition;I.transition=1;try{a()}finally{I.transition=
|
|
30
|
+
b}};c.unstable_useCacheRefresh=function(){return g.current.useCacheRefresh()};c.unstable_useDeferredValue=function(a){return g.current.useDeferredValue(a)};c.unstable_useMutableSource=function(a,b,c){return g.current.useMutableSource(a,b,c)};c.unstable_useOpaqueIdentifier=function(){return g.current.useOpaqueIdentifier()};c.unstable_useTransition=function(){return g.current.useTransition()};c.useCallback=function(a,b){return g.current.useCallback(a,b)};c.useContext=function(a,b){return g.current.useContext(a,
|
|
31
|
+
b)};c.useDebugValue=function(a,b){};c.useEffect=function(a,b){return g.current.useEffect(a,b)};c.useImperativeHandle=function(a,b,c){return g.current.useImperativeHandle(a,b,c)};c.useLayoutEffect=function(a,b){return g.current.useLayoutEffect(a,b)};c.useMemo=function(a,b){return g.current.useMemo(a,b)};c.useReducer=function(a,b,c){return g.current.useReducer(a,b,c)};c.useRef=function(a){return g.current.useRef(a)};c.useState=function(a){return g.current.useState(a)};c.version="17.0.2-experimental-af3d52611"});
|
|
32
32
|
})();
|
|
@@ -6,34 +6,32 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
-
(function(){'use strict';(function(c,
|
|
10
|
-
a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function
|
|
11
|
-
h)e.children=d;else if(1<h){for(var l=Array(h),g=0;g<h;g++)l[g]=arguments[g+2];e.children=l}if(a&&a.defaultProps)for(f in h=a.defaultProps,h)void 0===e[f]&&(e[f]=h[f]);return{$$typeof:
|
|
12
|
-
typeof a&&null!==a&&null!=a.key?
|
|
13
|
-
a)),b.push(e)),1;k=0;f=""===f?".":f+":";if(Array.isArray(a))for(var h=0;h<a.length;h++){c=a[h];var l=f+
|
|
14
|
-
a._status){var b=a._result;b=b();a._status=0;a._result=b;b.then(function(b){0===a._status&&(b=b.default,a._status=1,a._result=b)},function(b){0===a._status&&(a._status=2,a._result=b)})}if(1===a._status)return a._result;throw a._result;}function
|
|
15
|
-
e;){var c=2*(f+1)-1,k=a[c],h=c+1,l=a[h];if(void 0!==k&&0>
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
return b}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
b}};c.unstable_useCacheRefresh=function(){return n.current.useCacheRefresh()};c.unstable_useDeferredValue=function(a){return n.current.useDeferredValue(a)};c.unstable_useMutableSource=function(a,b,c){return n.current.useMutableSource(a,b,c)};c.unstable_useOpaqueIdentifier=function(){return n.current.useOpaqueIdentifier()};c.unstable_useTransition=function(){return n.current.useTransition()};c.useCallback=function(a,b){return n.current.useCallback(a,b)};c.useContext=function(a,b){return n.current.useContext(a,
|
|
38
|
-
b)};c.useDebugValue=function(a,b){};c.useEffect=function(a,b){return n.current.useEffect(a,b)};c.useImperativeHandle=function(a,b,c){return n.current.useImperativeHandle(a,b,c)};c.useLayoutEffect=function(a,b){return n.current.useLayoutEffect(a,b)};c.useMemo=function(a,b){return n.current.useMemo(a,b)};c.useReducer=function(a,b,c){return n.current.useReducer(a,b,c)};c.useRef=function(a){return n.current.useRef(a)};c.useState=function(a){return n.current.useState(a)};c.version="17.0.2-experimental-e2fd460cc"});
|
|
9
|
+
(function(){'use strict';(function(c,C){"object"===typeof exports&&"undefined"!==typeof module?C(exports):"function"===typeof define&&define.amd?define(["exports"],C):(c=c||self,C(c.React={}))})(this,function(c){function C(a){if(null===a||"object"!==typeof a)return null;a=Z&&a[Z]||a["@@iterator"];return"function"===typeof a?a:null}function F(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,d=1;d<arguments.length;d++)b+="&args[]="+encodeURIComponent(arguments[d]);return"Minified React error #"+
|
|
10
|
+
a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function A(a,b,d){this.props=a;this.context=b;this.refs=aa;this.updater=d||ba}function ca(){}function O(a,b,d){this.props=a;this.context=b;this.refs=aa;this.updater=d||ba}function da(a,b,d){var f,e={},c=null,k=null;if(null!=b)for(f in void 0!==b.ref&&(k=b.ref),void 0!==b.key&&(c=""+b.key),b)ea.call(b,f)&&!fa.hasOwnProperty(f)&&(e[f]=b[f]);var h=arguments.length-2;if(1===
|
|
11
|
+
h)e.children=d;else if(1<h){for(var l=Array(h),g=0;g<h;g++)l[g]=arguments[g+2];e.children=l}if(a&&a.defaultProps)for(f in h=a.defaultProps,h)void 0===e[f]&&(e[f]=h[f]);return{$$typeof:B,type:a,key:c,ref:k,props:e,_owner:P.current}}function ua(a,b){return{$$typeof:B,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function Q(a){return"object"===typeof a&&null!==a&&a.$$typeof===B}function va(a){var b={"=":"=0",":":"=2"};return"$"+a.replace(/[=:]/g,function(a){return b[a]})}function R(a,b){return"object"===
|
|
12
|
+
typeof a&&null!==a&&null!=a.key?va(""+a.key):b.toString(36)}function G(a,b,d,f,e){var c=typeof a;if("undefined"===c||"boolean"===c)a=null;var k=!1;if(null===a)k=!0;else switch(c){case "string":case "number":k=!0;break;case "object":switch(a.$$typeof){case B:case ha:k=!0}}if(k)return k=a,e=e(k),a=""===f?"."+R(k,0):f,Array.isArray(e)?(d="",null!=a&&(d=a.replace(ia,"$&/")+"/"),G(e,b,d,"",function(a){return a})):null!=e&&(Q(e)&&(e=ua(e,d+(!e.key||k&&k.key===e.key?"":(""+e.key).replace(ia,"$&/")+"/")+
|
|
13
|
+
a)),b.push(e)),1;k=0;f=""===f?".":f+":";if(Array.isArray(a))for(var h=0;h<a.length;h++){c=a[h];var l=f+R(c,h);k+=G(c,b,d,l,e)}else if(l=C(a),"function"===typeof l)for(a=l.call(a),h=0;!(c=a.next()).done;)c=c.value,l=f+R(c,h++),k+=G(c,b,d,l,e);else if("object"===c)throw b=""+a,Error(F(31,"[object Object]"===b?"object with keys {"+Object.keys(a).join(", ")+"}":b));return k}function H(a,b,d){if(null==a)return a;var f=[],e=0;G(a,f,"","",function(a){return b.call(d,a,e++)});return f}function wa(a){if(-1===
|
|
14
|
+
a._status){var b=a._result;b=b();a._status=0;a._result=b;b.then(function(b){0===a._status&&(b=b.default,a._status=1,a._result=b)},function(b){0===a._status&&(a._status=2,a._result=b)})}if(1===a._status)return a._result;throw a._result;}function S(a,b){var d=a.length;a.push(b);a:for(;;){var f=d-1>>>1,e=a[f];if(void 0!==e&&0<I(e,b))a[f]=b,a[d]=e,d=f;else break a}}function r(a){a=a[0];return void 0===a?null:a}function J(a){var b=a[0];if(void 0!==b){var d=a.pop();if(d!==b){a[0]=d;a:for(var f=0,e=a.length;f<
|
|
15
|
+
e;){var c=2*(f+1)-1,k=a[c],h=c+1,l=a[h];if(void 0!==k&&0>I(k,d))void 0!==l&&0>I(l,k)?(a[f]=l,a[h]=d,f=h):(a[f]=k,a[c]=d,f=c);else if(void 0!==l&&0>I(l,d))a[f]=l,a[h]=d,f=h;else break a}}return b}return null}function I(a,b){var d=a.sortIndex-b.sortIndex;return 0!==d?d:a.id-b.id}function T(a){for(var b=r(v);null!==b;){if(null===b.callback)J(v);else if(b.startTime<=a)J(v),b.sortIndex=b.expirationTime,S(u,b);else break;b=r(v)}}function U(a){D=!1;T(a);if(!y)if(null!==r(u))y=!0,V(W);else{var b=r(v);null!==
|
|
16
|
+
b&&X(U,b.startTime-a)}}function W(a,b){y=!1;D&&(D=!1,ja(E),E=-1);K=!0;var d=m;try{T(b);for(q=r(u);null!==q&&(!(q.expirationTime>b)||a&&!ka());){var f=q.callback;if("function"===typeof f){q.callback=null;m=q.priorityLevel;var e=f(q.expirationTime<=b);b=z();"function"===typeof e?q.callback=e:q===r(u)&&J(u);T(b)}else J(u);q=r(u)}if(null!==q)var c=!0;else{var k=r(v);null!==k&&X(U,k.startTime-b);c=!1}return c}finally{q=null,m=d,K=!1}}function ka(){return z()>=la}function V(a){L=a;M||(M=!0,ma())}function X(a,
|
|
17
|
+
b){E=xa(function(){a(z())},b)}function ya(a){var b=!1,d=null;t.forEach(function(f){try{f.onInteractionTraced(a)}catch(e){b||(b=!0,d=e)}});if(b)throw d;}function za(a){var b=!1,d=null;t.forEach(function(f){try{f.onInteractionScheduledWorkCompleted(a)}catch(e){b||(b=!0,d=e)}});if(b)throw d;}function Aa(a,b){var d=!1,f=null;t.forEach(function(e){try{e.onWorkScheduled(a,b)}catch(x){d||(d=!0,f=x)}});if(d)throw f;}function Ba(a,b){var d=!1,f=null;t.forEach(function(e){try{e.onWorkStarted(a,b)}catch(x){d||
|
|
18
|
+
(d=!0,f=x)}});if(d)throw f;}function Ca(a,b){var d=!1,f=null;t.forEach(function(e){try{e.onWorkStopped(a,b)}catch(x){d||(d=!0,f=x)}});if(d)throw f;}function Da(a,b){var d=!1,f=null;t.forEach(function(e){try{e.onWorkCanceled(a,b)}catch(x){d||(d=!0,f=x)}});if(d)throw f;}var B=60103,ha=60106;c.Fragment=60107;c.StrictMode=60108;c.Profiler=60114;var na=60109,oa=60110,pa=60112;c.Suspense=60113;c.unstable_SuspenseList=60120;var qa=60115,ra=60116;c.unstable_DebugTracingMode=60129;c.unstable_LegacyHidden=
|
|
19
|
+
60131;c.unstable_Cache=60132;if("function"===typeof Symbol&&Symbol.for){var g=Symbol.for;B=g("react.element");ha=g("react.portal");c.Fragment=g("react.fragment");c.StrictMode=g("react.strict_mode");c.Profiler=g("react.profiler");na=g("react.provider");oa=g("react.context");pa=g("react.forward_ref");c.Suspense=g("react.suspense");c.unstable_SuspenseList=g("react.suspense_list");qa=g("react.memo");ra=g("react.lazy");c.unstable_DebugTracingMode=g("react.debug_trace_mode");c.unstable_LegacyHidden=g("react.legacy_hidden");
|
|
20
|
+
c.unstable_Cache=g("react.cache")}var Z="function"===typeof Symbol&&Symbol.iterator,Ea=Object.prototype.hasOwnProperty,Y=Object.assign||function(a,b){if(null==a)throw new TypeError("Object.assign target cannot be null or undefined");for(var d=Object(a),f=1;f<arguments.length;f++){var e=arguments[f];if(null!=e){var c=void 0;e=Object(e);for(c in e)Ea.call(e,c)&&(d[c]=e[c])}}return d},ba={isMounted:function(a){return!1},enqueueForceUpdate:function(a,b,d){},enqueueReplaceState:function(a,b,d,c){},enqueueSetState:function(a,
|
|
21
|
+
b,d,c){}},aa={};A.prototype.isReactComponent={};A.prototype.setState=function(a,b){if("object"!==typeof a&&"function"!==typeof a&&null!=a)throw Error(F(85));this.updater.enqueueSetState(this,a,b,"setState")};A.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,"forceUpdate")};ca.prototype=A.prototype;g=O.prototype=new ca;g.constructor=O;Y(g,A.prototype);g.isPureReactComponent=!0;var P={current:null},ea=Object.prototype.hasOwnProperty,fa={key:!0,ref:!0,__self:!0,__source:!0},
|
|
22
|
+
ia=/\/+/g,n={current:null},N={transition:0};if("object"===typeof performance&&"function"===typeof performance.now){var Fa=performance;var z=function(){return Fa.now()}}else{var sa=Date,Ga=sa.now();z=function(){return sa.now()-Ga}}var u=[],v=[],Ha=1,q=null,m=3,K=!1,y=!1,D=!1,xa=window.setTimeout,ja=window.clearTimeout;"undefined"!==typeof console&&(g=window.cancelAnimationFrame,"function"!==typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),
|
|
23
|
+
"function"!==typeof g&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"));var M=!1,L=null,E=-1,ta=5,la=0;g=new MessageChannel;var Ia=g.port2;g.port1.onmessage=function(){if(null!==L){var a=z();la=a+ta;var b=!0;try{b=L(!0,a)}finally{b?ma():(M=!1,L=null)}}else M=!1};var ma=function(){Ia.postMessage(null)};g={__proto__:null,unstable_ImmediatePriority:1,unstable_UserBlockingPriority:2,unstable_NormalPriority:3,
|
|
24
|
+
unstable_IdlePriority:5,unstable_LowPriority:4,unstable_runWithPriority:function(a,b){switch(a){case 1:case 2:case 3:case 4:case 5:break;default:a=3}var d=m;m=a;try{return b()}finally{m=d}},unstable_next:function(a){switch(m){case 1:case 2:case 3:var b=3;break;default:b=m}var d=m;m=b;try{return a()}finally{m=d}},unstable_scheduleCallback:function(a,b,d){var c=z();"object"===typeof d&&null!==d?(d=d.delay,d="number"===typeof d&&0<d?c+d:c):d=c;switch(a){case 1:var e=-1;break;case 2:e=250;break;case 5:e=
|
|
25
|
+
1073741823;break;case 4:e=1E4;break;default:e=5E3}e=d+e;a={id:Ha++,callback:b,priorityLevel:a,startTime:d,expirationTime:e,sortIndex:-1};d>c?(a.sortIndex=d,S(v,a),null===r(u)&&a===r(v)&&(D?(ja(E),E=-1):D=!0,X(U,d-c))):(a.sortIndex=e,S(u,a),y||K||(y=!0,V(W)));return a},unstable_cancelCallback:function(a){a.callback=null},unstable_wrapCallback:function(a){var b=m;return function(){var d=m;m=b;try{return a.apply(this,arguments)}finally{m=d}}},unstable_getCurrentPriorityLevel:function(){return m},unstable_shouldYield:ka,
|
|
26
|
+
unstable_requestPaint:function(){},unstable_continueExecution:function(){y||K||(y=!0,V(W))},unstable_pauseExecution:function(){},unstable_getFirstCallbackNode:function(){return r(u)},get unstable_now(){return z},unstable_forceFrameRate:function(a){0>a||125<a?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):ta=0<a?Math.floor(1E3/a):5},unstable_Profiling:null};var Ja=0,Ka=0,p=null,w=null;p={current:new Set};w={current:null};
|
|
27
|
+
var t=null;t=new Set;g={ReactCurrentDispatcher:n,ReactCurrentOwner:P,IsSomeRendererActing:{current:!1},ReactCurrentBatchConfig:N,assign:Y,Scheduler:g,SchedulerTracing:{__proto__:null,get __interactionsRef(){return p},get __subscriberRef(){return w},unstable_clear:function(a){var b=p.current;p.current=new Set;try{return a()}finally{p.current=b}},unstable_getCurrent:function(){return p.current},unstable_getThreadID:function(){return++Ka},unstable_trace:function(a,b,d){var c=3<arguments.length&&void 0!==
|
|
28
|
+
arguments[3]?arguments[3]:0,e={__count:1,id:Ja++,name:a,timestamp:b},g=p.current,k=new Set(g);k.add(e);p.current=k;var h=w.current;try{if(null!==h)h.onInteractionTraced(e)}finally{try{if(null!==h)h.onWorkStarted(k,c)}finally{try{var l=d()}finally{p.current=g;try{if(null!==h)h.onWorkStopped(k,c)}finally{if(e.__count--,null!==h&&0===e.__count)h.onInteractionScheduledWorkCompleted(e)}}}}return l},unstable_wrap:function(a){function b(){var b=p.current;p.current=c;e=w.current;try{try{if(null!==e)e.onWorkStarted(c,
|
|
29
|
+
d)}finally{try{var f=a.apply(void 0,arguments)}finally{if(p.current=b,null!==e)e.onWorkStopped(c,d)}}return f}finally{g||(g=!0,c.forEach(function(a){a.__count--;if(null!==e&&0===a.__count)e.onInteractionScheduledWorkCompleted(a)}))}}var d=1<arguments.length&&void 0!==arguments[1]?arguments[1]:0,c=p.current,e=w.current;if(null!==e)e.onWorkScheduled(c,d);c.forEach(function(a){a.__count++});var g=!1;b.cancel=function(){e=w.current;try{if(null!==e)e.onWorkCanceled(c,d)}finally{c.forEach(function(a){a.__count--;
|
|
30
|
+
if(e&&0===a.__count)e.onInteractionScheduledWorkCompleted(a)})}};return b},unstable_subscribe:function(a){t.add(a);1===t.size&&(w.current={onInteractionScheduledWorkCompleted:za,onInteractionTraced:ya,onWorkCanceled:Da,onWorkScheduled:Aa,onWorkStarted:Ba,onWorkStopped:Ca})},unstable_unsubscribe:function(a){t.delete(a);0===t.size&&(w.current=null)}}};c.Children={map:H,forEach:function(a,b,c){H(a,function(){b.apply(this,arguments)},c)},count:function(a){var b=0;H(a,function(){b++});return b},toArray:function(a){return H(a,
|
|
31
|
+
function(a){return a})||[]},only:function(a){if(!Q(a))throw Error(F(143));return a}};c.Component=A;c.PureComponent=O;c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=g;c.cloneElement=function(a,b,c){if(null===a||void 0===a)throw Error(F(267,a));var d=Y({},a.props),e=a.key,g=a.ref,k=a._owner;if(null!=b){void 0!==b.ref&&(g=b.ref,k=P.current);void 0!==b.key&&(e=""+b.key);if(a.type&&a.type.defaultProps)var h=a.type.defaultProps;for(l in b)ea.call(b,l)&&!fa.hasOwnProperty(l)&&(d[l]=void 0===b[l]&&
|
|
32
|
+
void 0!==h?h[l]:b[l])}var l=arguments.length-2;if(1===l)d.children=c;else if(1<l){h=Array(l);for(var m=0;m<l;m++)h[m]=arguments[m+2];d.children=h}return{$$typeof:B,type:a.type,key:e,ref:g,props:d,_owner:k}};c.createContext=function(a,b){void 0===b&&(b=null);a={$$typeof:oa,_calculateChangedBits:b,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:na,_context:a};return a.Consumer=a};c.createElement=da;c.createFactory=function(a){var b=da.bind(null,a);b.type=
|
|
33
|
+
a;return b};c.createRef=function(){return{current:null}};c.forwardRef=function(a){return{$$typeof:pa,render:a}};c.isValidElement=Q;c.lazy=function(a){return{$$typeof:ra,_payload:{_status:-1,_result:a},_init:wa}};c.memo=function(a,b){return{$$typeof:qa,type:a,compare:void 0===b?null:b}};c.unstable_createMutableSource=function(a,b){return{_getVersion:b,_source:a,_workInProgressVersionPrimary:null,_workInProgressVersionSecondary:null}};c.unstable_getCacheForType=function(a){return n.current.getCacheForType(a)};
|
|
34
|
+
c.unstable_startTransition=function(a){var b=N.transition;N.transition=1;try{a()}finally{N.transition=b}};c.unstable_useCacheRefresh=function(){return n.current.useCacheRefresh()};c.unstable_useDeferredValue=function(a){return n.current.useDeferredValue(a)};c.unstable_useMutableSource=function(a,b,c){return n.current.useMutableSource(a,b,c)};c.unstable_useOpaqueIdentifier=function(){return n.current.useOpaqueIdentifier()};c.unstable_useTransition=function(){return n.current.useTransition()};c.useCallback=
|
|
35
|
+
function(a,b){return n.current.useCallback(a,b)};c.useContext=function(a,b){return n.current.useContext(a,b)};c.useDebugValue=function(a,b){};c.useEffect=function(a,b){return n.current.useEffect(a,b)};c.useImperativeHandle=function(a,b,c){return n.current.useImperativeHandle(a,b,c)};c.useLayoutEffect=function(a,b){return n.current.useLayoutEffect(a,b)};c.useMemo=function(a,b){return n.current.useMemo(a,b)};c.useReducer=function(a,b,c){return n.current.useReducer(a,b,c)};c.useRef=function(a){return n.current.useRef(a)};
|
|
36
|
+
c.useState=function(a){return n.current.useState(a)};c.version="17.0.2-experimental-af3d52611"});
|
|
39
37
|
})();
|