react 0.0.0-experimental-46491dce9 → 0.0.0-experimental-132b72d7b
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 +16 -27
- package/umd/react.production.min.js +22 -23
- package/umd/react.profiling.min.js +22 -23
|
@@ -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.3-experimental-
|
|
18
|
+
var ReactVersion = '17.0.3-experimental-132b72d7b';
|
|
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)&&!H.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:G.current}};exports.createRef=function(){return{current:null}};
|
|
21
21
|
exports.forwardRef=function(a){return{$$typeof:q,render:a}};exports.isValidElement=J;exports.lazy=function(a){return{$$typeof:t,_payload:{_status:-1,_result:a},_init:O}};exports.memo=function(a,b){return{$$typeof:r,type:a,compare:void 0===b?null:b}};exports.startTransition=function(a){var b=R.transition;R.transition=1;try{a()}finally{R.transition=b}};exports.unstable_createMutableSource=function(a,b){return{_getVersion:b,_source:a,_workInProgressVersionPrimary:null,_workInProgressVersionSecondary:null}};
|
|
22
22
|
exports.unstable_getCacheForType=function(a){return P.current.getCacheForType(a)};exports.unstable_useDeferredValue=Q;exports.unstable_useMutableSource=function(a,b,e){return P.current.useMutableSource(a,b,e)};exports.unstable_useOpaqueIdentifier=function(){return P.current.useOpaqueIdentifier()};exports.useCallback=function(a,b){return P.current.useCallback(a,b)};exports.useContext=function(a){return P.current.useContext(a)};exports.useDebugValue=function(){};exports.useDeferredValue=Q;
|
|
23
|
-
exports.useMemo=function(a,b){return P.current.useMemo(a,b)};exports.useTransition=function(){return P.current.useTransition()};exports.version="17.0.3-experimental-
|
|
23
|
+
exports.useMemo=function(a,b){return P.current.useMemo(a,b)};exports.useTransition=function(){return P.current.useTransition()};exports.version="17.0.3-experimental-132b72d7b";
|
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.3-experimental-
|
|
18
|
+
var ReactVersion = '17.0.3-experimental-132b72d7b';
|
|
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){a={$$typeof:r,_
|
|
|
23
23
|
exports.lazy=function(a){return{$$typeof:v,_payload:{_status:-1,_result:a},_init:R}};exports.memo=function(a,b){return{$$typeof:u,type:a,compare:void 0===b?null:b}};exports.startTransition=function(a){var b=T.transition;T.transition=1;try{a()}finally{T.transition=b}};exports.unstable_createMutableSource=function(a,b){return{_getVersion:b,_source:a,_workInProgressVersionPrimary:null,_workInProgressVersionSecondary:null}};exports.unstable_getCacheForType=function(a){return S.current.getCacheForType(a)};
|
|
24
24
|
exports.unstable_useCacheRefresh=function(){return S.current.useCacheRefresh()};exports.unstable_useMutableSource=function(a,b,c){return S.current.useMutableSource(a,b,c)};exports.unstable_useOpaqueIdentifier=function(){return S.current.useOpaqueIdentifier()};exports.useCallback=function(a,b){return S.current.useCallback(a,b)};exports.useContext=function(a){return S.current.useContext(a)};exports.useDebugValue=function(){};exports.useDeferredValue=function(a){return S.current.useDeferredValue(a)};
|
|
25
25
|
exports.useEffect=function(a,b){return S.current.useEffect(a,b)};exports.useImperativeHandle=function(a,b,c){return S.current.useImperativeHandle(a,b,c)};exports.useLayoutEffect=function(a,b){return S.current.useLayoutEffect(a,b)};exports.useMemo=function(a,b){return S.current.useMemo(a,b)};exports.useReducer=function(a,b,c){return S.current.useReducer(a,b,c)};exports.useRef=function(a){return S.current.useRef(a)};exports.useState=function(a){return S.current.useState(a)};exports.useTransition=function(){return S.current.useTransition()};
|
|
26
|
-
exports.version="17.0.3-experimental-
|
|
26
|
+
exports.version="17.0.3-experimental-132b72d7b";
|
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.3-experimental-
|
|
15
|
+
var ReactVersion = '17.0.3-experimental-132b72d7b';
|
|
16
16
|
|
|
17
17
|
// ATTENTION
|
|
18
18
|
// When adding new symbols to this file,
|
|
@@ -2513,27 +2513,9 @@
|
|
|
2513
2513
|
var isHostCallbackScheduled = false;
|
|
2514
2514
|
var isHostTimeoutScheduled = false; // Capture local references to native APIs, in case a polyfill overrides them.
|
|
2515
2515
|
|
|
2516
|
-
var
|
|
2517
|
-
var
|
|
2518
|
-
var
|
|
2519
|
-
|
|
2520
|
-
if (typeof console !== 'undefined') {
|
|
2521
|
-
// TODO: Scheduler no longer requires these methods to be polyfilled. But
|
|
2522
|
-
// maybe we want to continue warning if they don't exist, to preserve the
|
|
2523
|
-
// option to rely on it in the future?
|
|
2524
|
-
var requestAnimationFrame = window.requestAnimationFrame;
|
|
2525
|
-
var cancelAnimationFrame = window.cancelAnimationFrame;
|
|
2526
|
-
|
|
2527
|
-
if (typeof requestAnimationFrame !== 'function') {
|
|
2528
|
-
// Using console['error'] to evade Babel and ESLint
|
|
2529
|
-
console['error']("This browser doesn't support requestAnimationFrame. " + 'Make sure that you load a ' + 'polyfill in older browsers. https://reactjs.org/link/react-polyfills');
|
|
2530
|
-
}
|
|
2531
|
-
|
|
2532
|
-
if (typeof cancelAnimationFrame !== 'function') {
|
|
2533
|
-
// Using console['error'] to evade Babel and ESLint
|
|
2534
|
-
console['error']("This browser doesn't support cancelAnimationFrame. " + 'Make sure that you load a ' + 'polyfill in older browsers. https://reactjs.org/link/react-polyfills');
|
|
2535
|
-
}
|
|
2536
|
-
}
|
|
2516
|
+
var localSetTimeout = typeof setTimeout === 'function' ? setTimeout : null;
|
|
2517
|
+
var localClearTimeout = typeof clearTimeout === 'function' ? clearTimeout : null;
|
|
2518
|
+
var localSetImmediate = typeof setImmediate !== 'undefined' ? setImmediate : null; // IE and Node.js + jsdom
|
|
2537
2519
|
|
|
2538
2520
|
function advanceTimers(currentTime) {
|
|
2539
2521
|
// Check for tasks that are no longer delayed and add them to the queue.
|
|
@@ -2912,7 +2894,7 @@
|
|
|
2912
2894
|
|
|
2913
2895
|
var schedulePerformWorkUntilDeadline;
|
|
2914
2896
|
|
|
2915
|
-
if (typeof
|
|
2897
|
+
if (typeof localSetImmediate === 'function') {
|
|
2916
2898
|
// Node.js and old IE.
|
|
2917
2899
|
// There's a few reasons for why we prefer setImmediate.
|
|
2918
2900
|
//
|
|
@@ -2925,9 +2907,11 @@
|
|
|
2925
2907
|
// If other browsers ever implement it, it's better to use it.
|
|
2926
2908
|
// Although both of these would be inferior to native scheduling.
|
|
2927
2909
|
schedulePerformWorkUntilDeadline = function () {
|
|
2928
|
-
|
|
2910
|
+
localSetImmediate(performWorkUntilDeadline);
|
|
2929
2911
|
};
|
|
2930
|
-
} else {
|
|
2912
|
+
} else if (typeof MessageChannel !== 'undefined') {
|
|
2913
|
+
// DOM and Worker environments.
|
|
2914
|
+
// We prefer MessageChannel because of the 4ms setTimeout clamping.
|
|
2931
2915
|
var channel = new MessageChannel();
|
|
2932
2916
|
var port = channel.port2;
|
|
2933
2917
|
channel.port1.onmessage = performWorkUntilDeadline;
|
|
@@ -2935,6 +2919,11 @@
|
|
|
2935
2919
|
schedulePerformWorkUntilDeadline = function () {
|
|
2936
2920
|
port.postMessage(null);
|
|
2937
2921
|
};
|
|
2922
|
+
} else {
|
|
2923
|
+
// We should only fallback here in non-browser environments.
|
|
2924
|
+
schedulePerformWorkUntilDeadline = function () {
|
|
2925
|
+
localSetTimeout(performWorkUntilDeadline, 0);
|
|
2926
|
+
};
|
|
2938
2927
|
}
|
|
2939
2928
|
|
|
2940
2929
|
function requestHostCallback(callback) {
|
|
@@ -2947,13 +2936,13 @@
|
|
|
2947
2936
|
}
|
|
2948
2937
|
|
|
2949
2938
|
function requestHostTimeout(callback, ms) {
|
|
2950
|
-
taskTimeoutID =
|
|
2939
|
+
taskTimeoutID = localSetTimeout(function () {
|
|
2951
2940
|
callback(getCurrentTime());
|
|
2952
2941
|
}, ms);
|
|
2953
2942
|
}
|
|
2954
2943
|
|
|
2955
2944
|
function cancelHostTimeout() {
|
|
2956
|
-
|
|
2945
|
+
localClearTimeout(taskTimeoutID);
|
|
2957
2946
|
taskTimeoutID = -1;
|
|
2958
2947
|
}
|
|
2959
2948
|
|
|
@@ -6,27 +6,26 @@
|
|
|
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,w){"object"===typeof exports&&"undefined"!==typeof module?w(exports):"function"===typeof define&&define.amd?define(["exports"],w):(c=c||self,w(c.React={}))})(this,function(c){function w(a){if(null===a||"object"!==typeof a)return null;a=
|
|
10
|
-
a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function u(a,b,k){this.props=a;this.context=b;this.refs=
|
|
11
|
-
k;else if(1<d){for(var h=Array(d),f=0;f<d;f++)h[f]=arguments[f+2];c.children=h}if(a&&a.defaultProps)for(l in d=a.defaultProps,d)void 0===c[l]&&(c[l]=d[l]);return{$$typeof:v,type:a,key:
|
|
12
|
-
typeof a&&null!==a&&null!=a.key?
|
|
13
|
-
1;d=0;c=""===c?".":c+":";if(
|
|
14
|
-
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
|
-
1)-1,n=a[g],h=g+1,m=a[h];if(0>D(n,c))h<e&&0>D(m,n)?(a[d]=m,a[h]=c,d=h):(a[d]=n,a[g]=c,d=g);else if(h<e&&0>D(m,c))a[d]=m,a[h]=c,d=h;else break a}}return b}function D(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}function
|
|
16
|
-
!1,
|
|
17
|
-
60106;c.Fragment=60107;c.StrictMode=60108;c.Profiler=60114;var
|
|
18
|
-
c.Suspense=d("react.suspense");c.SuspenseList=d("react.suspense_list");
|
|
19
|
-
arguments[d];if(null!=e){var f=void 0;e=Object(e);for(f in e)xa.call(e,f)&&(c[f]=e[f])}}return c},
|
|
20
|
-
a,"forceUpdate")};
|
|
21
|
-
!1,y=!1,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
function(a
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
c.useTransition=function(){return g.current.useTransition()};c.version="17.0.3-experimental-46491dce9"});
|
|
9
|
+
(function(){'use strict';(function(c,w){"object"===typeof exports&&"undefined"!==typeof module?w(exports):"function"===typeof define&&define.amd?define(["exports"],w):(c=c||self,w(c.React={}))})(this,function(c){function w(a){if(null===a||"object"!==typeof a)return null;a=W&&a[W]||a["@@iterator"];return"function"===typeof a?a:null}function A(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,k=1;k<arguments.length;k++)b+="&args[]="+encodeURIComponent(arguments[k]);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 u(a,b,k){this.props=a;this.context=b;this.refs=X;this.updater=k||Y}function Z(){}function K(a,b,k){this.props=a;this.context=b;this.refs=X;this.updater=k||Y}function aa(a,b,k){var l,c={},ba=null,x=null;if(null!=b)for(l in void 0!==b.ref&&(x=b.ref),void 0!==b.key&&(ba=""+b.key),b)ca.call(b,l)&&!da.hasOwnProperty(l)&&(c[l]=b[l]);var d=arguments.length-2;if(1===d)c.children=
|
|
11
|
+
k;else if(1<d){for(var h=Array(d),f=0;f<d;f++)h[f]=arguments[f+2];c.children=h}if(a&&a.defaultProps)for(l in d=a.defaultProps,d)void 0===c[l]&&(c[l]=d[l]);return{$$typeof:v,type:a,key:ba,ref:x,props:c,_owner:L.current}}function ua(a,b){return{$$typeof:v,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function M(a){return"object"===typeof a&&null!==a&&a.$$typeof===v}function va(a){var b={"=":"=0",":":"=2"};return"$"+a.replace(/[=:]/g,function(a){return b[a]})}function N(a,b){return"object"===
|
|
12
|
+
typeof a&&null!==a&&null!=a.key?va(""+a.key):b.toString(36)}function B(a,b,k,c,e){var l=typeof a;if("undefined"===l||"boolean"===l)a=null;var d=!1;if(null===a)d=!0;else switch(l){case "string":case "number":d=!0;break;case "object":switch(a.$$typeof){case v:case ea:d=!0}}if(d)return d=a,e=e(d),a=""===c?"."+N(d,0):c,fa(e)?(k="",null!=a&&(k=a.replace(ha,"$&/")+"/"),B(e,b,k,"",function(a){return a})):null!=e&&(M(e)&&(e=ua(e,k+(!e.key||d&&d.key===e.key?"":(""+e.key).replace(ha,"$&/")+"/")+a)),b.push(e)),
|
|
13
|
+
1;d=0;c=""===c?".":c+":";if(fa(a))for(var f=0;f<a.length;f++){l=a[f];var h=c+N(l,f);d+=B(l,b,k,h,e)}else if(h=w(a),"function"===typeof h)for(a=h.call(a),f=0;!(l=a.next()).done;)l=l.value,h=c+N(l,f++),d+=B(l,b,k,h,e);else if("object"===l)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 wa(a){if(-1===a._status){var b=a._result;
|
|
14
|
+
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 O(a,b){var k=a.length;a.push(b);a:for(;0<k;){var c=k-1>>>1,d=a[c];if(0<D(d,b))a[c]=b,a[k]=d,k=c;else break a}}function m(a){return 0===a.length?null:a[0]}function E(a){if(0===a.length)return null;var b=a[0],c=a.pop();if(c!==b){a[0]=c;a:for(var d=0,e=a.length,f=e>>>1;d<f;){var g=2*(d+
|
|
15
|
+
1)-1,n=a[g],h=g+1,m=a[h];if(0>D(n,c))h<e&&0>D(m,n)?(a[d]=m,a[h]=c,d=h):(a[d]=n,a[g]=c,d=g);else if(h<e&&0>D(m,c))a[d]=m,a[h]=c,d=h;else break a}}return b}function D(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}function P(a){for(var b=m(q);null!==b;){if(null===b.callback)E(q);else if(b.startTime<=a)E(q),b.sortIndex=b.expirationTime,O(p,b);else break;b=m(q)}}function Q(a){y=!1;P(a);if(!r)if(null!==m(p))r=!0,R(S);else{var b=m(q);null!==b&&T(Q,b.startTime-a)}}function S(a,b){r=!1;y&&(y=
|
|
16
|
+
!1,ia(z),z=-1);F=!0;var c=f;try{P(b);for(n=m(p);null!==n&&(!(n.expirationTime>b)||a&&!ja());){var d=n.callback;if("function"===typeof d){n.callback=null;f=n.priorityLevel;var e=d(n.expirationTime<=b);b=t();"function"===typeof e?n.callback=e:n===m(p)&&E(p);P(b)}else E(p);n=m(p)}if(null!==n)var g=!0;else{var x=m(q);null!==x&&T(Q,x.startTime-b);g=!1}return g}finally{n=null,f=c,F=!1}}function ja(){return t()>=ka}function R(a){G=a;H||(H=!0,I())}function T(a,b){z=la(function(){a(t())},b)}var v=60103,ea=
|
|
17
|
+
60106;c.Fragment=60107;c.StrictMode=60108;c.Profiler=60114;var ma=60109,na=60110,oa=60112;c.Suspense=60113;c.SuspenseList=60120;var pa=60115,qa=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");ea=d("react.portal");c.Fragment=d("react.fragment");c.StrictMode=d("react.strict_mode");c.Profiler=d("react.profiler");ma=d("react.provider");na=d("react.context");oa=d("react.forward_ref");
|
|
18
|
+
c.Suspense=d("react.suspense");c.SuspenseList=d("react.suspense_list");pa=d("react.memo");qa=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 W="function"===typeof Symbol&&Symbol.iterator,xa=Object.prototype.hasOwnProperty,U=Object.assign||function(a,b){if(null==a)throw new TypeError("Object.assign target cannot be null or undefined");for(var c=Object(a),d=1;d<arguments.length;d++){var e=
|
|
19
|
+
arguments[d];if(null!=e){var f=void 0;e=Object(e);for(f in e)xa.call(e,f)&&(c[f]=e[f])}}return c},Y={isMounted:function(a){return!1},enqueueForceUpdate:function(a,b,c){},enqueueReplaceState:function(a,b,c,d){},enqueueSetState:function(a,b,c,d){}},X={};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=function(a){this.updater.enqueueForceUpdate(this,
|
|
20
|
+
a,"forceUpdate")};Z.prototype=u.prototype;d=K.prototype=new Z;d.constructor=K;U(d,u.prototype);d.isPureReactComponent=!0;var fa=Array.isArray,ca=Object.prototype.hasOwnProperty,L={current:null},da={key:!0,ref:!0,__self:!0,__source:!0},ha=/\/+/g,g={current:null},J={transition:0};if("object"===typeof performance&&"function"===typeof performance.now){var ya=performance;var t=function(){return ya.now()}}else{var ra=Date,za=ra.now();t=function(){return ra.now()-za}}var p=[],q=[],Aa=1,n=null,f=3,F=!1,r=
|
|
21
|
+
!1,y=!1,la="function"===typeof setTimeout?setTimeout:null,ia="function"===typeof clearTimeout?clearTimeout:null,sa="undefined"!==typeof setImmediate?setImmediate:null,H=!1,G=null,z=-1,ta=5,ka=0,V=function(){if(null!==G){var a=t();ka=a+ta;var b=!0;try{b=G(!0,a)}finally{b?I():(H=!1,G=null)}}else H=!1};if("function"===typeof sa)var I=function(){sa(V)};else if("undefined"!==typeof MessageChannel){d=new MessageChannel;var Ba=d.port2;d.port1.onmessage=V;I=function(){Ba.postMessage(null)}}else I=function(){la(V,
|
|
22
|
+
0)};d={ReactCurrentDispatcher:g,ReactCurrentOwner:L,IsSomeRendererActing:{current:!1},ReactCurrentBatchConfig:J,assign:U,Scheduler:{__proto__:null,unstable_ImmediatePriority:1,unstable_UserBlockingPriority:2,unstable_NormalPriority:3,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 c=f;f=a;try{return b()}finally{f=c}},unstable_next:function(a){switch(f){case 1:case 2:case 3:var b=3;break;default:b=
|
|
23
|
+
f}var c=f;f=b;try{return a()}finally{f=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=5E3}e=c+e;a={id:Aa++,callback:b,priorityLevel:a,startTime:c,expirationTime:e,sortIndex:-1};c>d?(a.sortIndex=c,O(q,a),null===m(p)&&a===m(q)&&(y?(ia(z),z=-1):y=!0,T(Q,c-d))):(a.sortIndex=e,O(p,a),r||F||(r=!0,R(S)));return a},
|
|
24
|
+
unstable_cancelCallback:function(a){a.callback=null},unstable_wrapCallback:function(a){var b=f;return function(){var c=f;f=b;try{return a.apply(this,arguments)}finally{f=c}}},unstable_getCurrentPriorityLevel:function(){return f},unstable_shouldYield:ja,unstable_requestPaint:function(){},unstable_continueExecution:function(){r||F||(r=!0,R(S))},unstable_pauseExecution:function(){},unstable_getFirstCallbackNode:function(){return m(p)},get unstable_now(){return t},unstable_forceFrameRate:function(a){0>
|
|
25
|
+
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}};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(!M(a))throw Error(A(143));return a}};c.Component=u;c.PureComponent=K;c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=
|
|
26
|
+
d;c.cloneElement=function(a,b,c){if(null===a||void 0===a)throw Error(A(267,a));var d=U({},a.props),e=a.key,f=a.ref,k=a._owner;if(null!=b){void 0!==b.ref&&(f=b.ref,k=L.current);void 0!==b.key&&(e=""+b.key);if(a.type&&a.type.defaultProps)var g=a.type.defaultProps;for(h in b)ca.call(b,h)&&!da.hasOwnProperty(h)&&(d[h]=void 0===b[h]&&void 0!==g?g[h]:b[h])}var h=arguments.length-2;if(1===h)d.children=c;else if(1<h){g=Array(h);for(var m=0;m<h;m++)g[m]=arguments[m+2];d.children=g}return{$$typeof:v,type:a.type,
|
|
27
|
+
key:e,ref:f,props:d,_owner:k}};c.createContext=function(a){a={$$typeof:na,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:ma,_context:a};return a.Consumer=a};c.createElement=aa;c.createFactory=function(a){var b=aa.bind(null,a);b.type=a;return b};c.createRef=function(){return{current:null}};c.forwardRef=function(a){return{$$typeof:oa,render:a}};c.isValidElement=M;c.lazy=function(a){return{$$typeof:qa,_payload:{_status:-1,_result:a},_init:wa}};c.memo=
|
|
28
|
+
function(a,b){return{$$typeof:pa,type:a,compare:void 0===b?null:b}};c.startTransition=function(a){var b=J.transition;J.transition=1;try{a()}finally{J.transition=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_useCacheRefresh=function(){return g.current.useCacheRefresh()};c.unstable_useMutableSource=function(a,
|
|
29
|
+
b,c){return g.current.useMutableSource(a,b,c)};c.unstable_useOpaqueIdentifier=function(){return g.current.useOpaqueIdentifier()};c.useCallback=function(a,b){return g.current.useCallback(a,b)};c.useContext=function(a){return g.current.useContext(a)};c.useDebugValue=function(a,b){};c.useDeferredValue=function(a){return g.current.useDeferredValue(a)};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=
|
|
30
|
+
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.useTransition=function(){return g.current.useTransition()};c.version="17.0.3-experimental-132b72d7b"});
|
|
32
31
|
})();
|
|
@@ -6,27 +6,26 @@
|
|
|
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,w){"object"===typeof exports&&"undefined"!==typeof module?w(exports):"function"===typeof define&&define.amd?define(["exports"],w):(c=c||self,w(c.React={}))})(this,function(c){function w(a){if(null===a||"object"!==typeof a)return null;a=
|
|
10
|
-
a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function u(a,b,k){this.props=a;this.context=b;this.refs=
|
|
11
|
-
k;else if(1<d){for(var h=Array(d),f=0;f<d;f++)h[f]=arguments[f+2];c.children=h}if(a&&a.defaultProps)for(l in d=a.defaultProps,d)void 0===c[l]&&(c[l]=d[l]);return{$$typeof:v,type:a,key:
|
|
12
|
-
typeof a&&null!==a&&null!=a.key?
|
|
13
|
-
1;d=0;c=""===c?".":c+":";if(
|
|
14
|
-
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
|
-
1)-1,n=a[g],h=g+1,m=a[h];if(0>D(n,c))h<e&&0>D(m,n)?(a[d]=m,a[h]=c,d=h):(a[d]=n,a[g]=c,d=g);else if(h<e&&0>D(m,c))a[d]=m,a[h]=c,d=h;else break a}}return b}function D(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}function
|
|
16
|
-
!1,
|
|
17
|
-
60106;c.Fragment=60107;c.StrictMode=60108;c.Profiler=60114;var
|
|
18
|
-
c.Suspense=d("react.suspense");c.SuspenseList=d("react.suspense_list");
|
|
19
|
-
arguments[d];if(null!=e){var f=void 0;e=Object(e);for(f in e)xa.call(e,f)&&(c[f]=e[f])}}return c},
|
|
20
|
-
a,"forceUpdate")};
|
|
21
|
-
!1,y=!1,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
function(a
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
c.useTransition=function(){return g.current.useTransition()};c.version="17.0.3-experimental-46491dce9"});
|
|
9
|
+
(function(){'use strict';(function(c,w){"object"===typeof exports&&"undefined"!==typeof module?w(exports):"function"===typeof define&&define.amd?define(["exports"],w):(c=c||self,w(c.React={}))})(this,function(c){function w(a){if(null===a||"object"!==typeof a)return null;a=W&&a[W]||a["@@iterator"];return"function"===typeof a?a:null}function A(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,k=1;k<arguments.length;k++)b+="&args[]="+encodeURIComponent(arguments[k]);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 u(a,b,k){this.props=a;this.context=b;this.refs=X;this.updater=k||Y}function Z(){}function K(a,b,k){this.props=a;this.context=b;this.refs=X;this.updater=k||Y}function aa(a,b,k){var l,c={},ba=null,x=null;if(null!=b)for(l in void 0!==b.ref&&(x=b.ref),void 0!==b.key&&(ba=""+b.key),b)ca.call(b,l)&&!da.hasOwnProperty(l)&&(c[l]=b[l]);var d=arguments.length-2;if(1===d)c.children=
|
|
11
|
+
k;else if(1<d){for(var h=Array(d),f=0;f<d;f++)h[f]=arguments[f+2];c.children=h}if(a&&a.defaultProps)for(l in d=a.defaultProps,d)void 0===c[l]&&(c[l]=d[l]);return{$$typeof:v,type:a,key:ba,ref:x,props:c,_owner:L.current}}function ua(a,b){return{$$typeof:v,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function M(a){return"object"===typeof a&&null!==a&&a.$$typeof===v}function va(a){var b={"=":"=0",":":"=2"};return"$"+a.replace(/[=:]/g,function(a){return b[a]})}function N(a,b){return"object"===
|
|
12
|
+
typeof a&&null!==a&&null!=a.key?va(""+a.key):b.toString(36)}function B(a,b,k,c,e){var l=typeof a;if("undefined"===l||"boolean"===l)a=null;var d=!1;if(null===a)d=!0;else switch(l){case "string":case "number":d=!0;break;case "object":switch(a.$$typeof){case v:case ea:d=!0}}if(d)return d=a,e=e(d),a=""===c?"."+N(d,0):c,fa(e)?(k="",null!=a&&(k=a.replace(ha,"$&/")+"/"),B(e,b,k,"",function(a){return a})):null!=e&&(M(e)&&(e=ua(e,k+(!e.key||d&&d.key===e.key?"":(""+e.key).replace(ha,"$&/")+"/")+a)),b.push(e)),
|
|
13
|
+
1;d=0;c=""===c?".":c+":";if(fa(a))for(var f=0;f<a.length;f++){l=a[f];var h=c+N(l,f);d+=B(l,b,k,h,e)}else if(h=w(a),"function"===typeof h)for(a=h.call(a),f=0;!(l=a.next()).done;)l=l.value,h=c+N(l,f++),d+=B(l,b,k,h,e);else if("object"===l)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 wa(a){if(-1===a._status){var b=a._result;
|
|
14
|
+
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 O(a,b){var k=a.length;a.push(b);a:for(;0<k;){var c=k-1>>>1,d=a[c];if(0<D(d,b))a[c]=b,a[k]=d,k=c;else break a}}function m(a){return 0===a.length?null:a[0]}function E(a){if(0===a.length)return null;var b=a[0],c=a.pop();if(c!==b){a[0]=c;a:for(var d=0,e=a.length,f=e>>>1;d<f;){var g=2*(d+
|
|
15
|
+
1)-1,n=a[g],h=g+1,m=a[h];if(0>D(n,c))h<e&&0>D(m,n)?(a[d]=m,a[h]=c,d=h):(a[d]=n,a[g]=c,d=g);else if(h<e&&0>D(m,c))a[d]=m,a[h]=c,d=h;else break a}}return b}function D(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}function P(a){for(var b=m(q);null!==b;){if(null===b.callback)E(q);else if(b.startTime<=a)E(q),b.sortIndex=b.expirationTime,O(p,b);else break;b=m(q)}}function Q(a){y=!1;P(a);if(!r)if(null!==m(p))r=!0,R(S);else{var b=m(q);null!==b&&T(Q,b.startTime-a)}}function S(a,b){r=!1;y&&(y=
|
|
16
|
+
!1,ia(z),z=-1);F=!0;var c=f;try{P(b);for(n=m(p);null!==n&&(!(n.expirationTime>b)||a&&!ja());){var d=n.callback;if("function"===typeof d){n.callback=null;f=n.priorityLevel;var e=d(n.expirationTime<=b);b=t();"function"===typeof e?n.callback=e:n===m(p)&&E(p);P(b)}else E(p);n=m(p)}if(null!==n)var g=!0;else{var x=m(q);null!==x&&T(Q,x.startTime-b);g=!1}return g}finally{n=null,f=c,F=!1}}function ja(){return t()>=ka}function R(a){G=a;H||(H=!0,I())}function T(a,b){z=la(function(){a(t())},b)}var v=60103,ea=
|
|
17
|
+
60106;c.Fragment=60107;c.StrictMode=60108;c.Profiler=60114;var ma=60109,na=60110,oa=60112;c.Suspense=60113;c.SuspenseList=60120;var pa=60115,qa=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");ea=d("react.portal");c.Fragment=d("react.fragment");c.StrictMode=d("react.strict_mode");c.Profiler=d("react.profiler");ma=d("react.provider");na=d("react.context");oa=d("react.forward_ref");
|
|
18
|
+
c.Suspense=d("react.suspense");c.SuspenseList=d("react.suspense_list");pa=d("react.memo");qa=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 W="function"===typeof Symbol&&Symbol.iterator,xa=Object.prototype.hasOwnProperty,U=Object.assign||function(a,b){if(null==a)throw new TypeError("Object.assign target cannot be null or undefined");for(var c=Object(a),d=1;d<arguments.length;d++){var e=
|
|
19
|
+
arguments[d];if(null!=e){var f=void 0;e=Object(e);for(f in e)xa.call(e,f)&&(c[f]=e[f])}}return c},Y={isMounted:function(a){return!1},enqueueForceUpdate:function(a,b,c){},enqueueReplaceState:function(a,b,c,d){},enqueueSetState:function(a,b,c,d){}},X={};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=function(a){this.updater.enqueueForceUpdate(this,
|
|
20
|
+
a,"forceUpdate")};Z.prototype=u.prototype;d=K.prototype=new Z;d.constructor=K;U(d,u.prototype);d.isPureReactComponent=!0;var fa=Array.isArray,ca=Object.prototype.hasOwnProperty,L={current:null},da={key:!0,ref:!0,__self:!0,__source:!0},ha=/\/+/g,g={current:null},J={transition:0};if("object"===typeof performance&&"function"===typeof performance.now){var ya=performance;var t=function(){return ya.now()}}else{var ra=Date,za=ra.now();t=function(){return ra.now()-za}}var p=[],q=[],Aa=1,n=null,f=3,F=!1,r=
|
|
21
|
+
!1,y=!1,la="function"===typeof setTimeout?setTimeout:null,ia="function"===typeof clearTimeout?clearTimeout:null,sa="undefined"!==typeof setImmediate?setImmediate:null,H=!1,G=null,z=-1,ta=5,ka=0,V=function(){if(null!==G){var a=t();ka=a+ta;var b=!0;try{b=G(!0,a)}finally{b?I():(H=!1,G=null)}}else H=!1};if("function"===typeof sa)var I=function(){sa(V)};else if("undefined"!==typeof MessageChannel){d=new MessageChannel;var Ba=d.port2;d.port1.onmessage=V;I=function(){Ba.postMessage(null)}}else I=function(){la(V,
|
|
22
|
+
0)};d={ReactCurrentDispatcher:g,ReactCurrentOwner:L,IsSomeRendererActing:{current:!1},ReactCurrentBatchConfig:J,assign:U,Scheduler:{__proto__:null,unstable_ImmediatePriority:1,unstable_UserBlockingPriority:2,unstable_NormalPriority:3,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 c=f;f=a;try{return b()}finally{f=c}},unstable_next:function(a){switch(f){case 1:case 2:case 3:var b=3;break;default:b=
|
|
23
|
+
f}var c=f;f=b;try{return a()}finally{f=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=5E3}e=c+e;a={id:Aa++,callback:b,priorityLevel:a,startTime:c,expirationTime:e,sortIndex:-1};c>d?(a.sortIndex=c,O(q,a),null===m(p)&&a===m(q)&&(y?(ia(z),z=-1):y=!0,T(Q,c-d))):(a.sortIndex=e,O(p,a),r||F||(r=!0,R(S)));return a},
|
|
24
|
+
unstable_cancelCallback:function(a){a.callback=null},unstable_wrapCallback:function(a){var b=f;return function(){var c=f;f=b;try{return a.apply(this,arguments)}finally{f=c}}},unstable_getCurrentPriorityLevel:function(){return f},unstable_shouldYield:ja,unstable_requestPaint:function(){},unstable_continueExecution:function(){r||F||(r=!0,R(S))},unstable_pauseExecution:function(){},unstable_getFirstCallbackNode:function(){return m(p)},get unstable_now(){return t},unstable_forceFrameRate:function(a){0>
|
|
25
|
+
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}};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(!M(a))throw Error(A(143));return a}};c.Component=u;c.PureComponent=K;c.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=
|
|
26
|
+
d;c.cloneElement=function(a,b,c){if(null===a||void 0===a)throw Error(A(267,a));var d=U({},a.props),e=a.key,f=a.ref,k=a._owner;if(null!=b){void 0!==b.ref&&(f=b.ref,k=L.current);void 0!==b.key&&(e=""+b.key);if(a.type&&a.type.defaultProps)var g=a.type.defaultProps;for(h in b)ca.call(b,h)&&!da.hasOwnProperty(h)&&(d[h]=void 0===b[h]&&void 0!==g?g[h]:b[h])}var h=arguments.length-2;if(1===h)d.children=c;else if(1<h){g=Array(h);for(var m=0;m<h;m++)g[m]=arguments[m+2];d.children=g}return{$$typeof:v,type:a.type,
|
|
27
|
+
key:e,ref:f,props:d,_owner:k}};c.createContext=function(a){a={$$typeof:na,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:ma,_context:a};return a.Consumer=a};c.createElement=aa;c.createFactory=function(a){var b=aa.bind(null,a);b.type=a;return b};c.createRef=function(){return{current:null}};c.forwardRef=function(a){return{$$typeof:oa,render:a}};c.isValidElement=M;c.lazy=function(a){return{$$typeof:qa,_payload:{_status:-1,_result:a},_init:wa}};c.memo=
|
|
28
|
+
function(a,b){return{$$typeof:pa,type:a,compare:void 0===b?null:b}};c.startTransition=function(a){var b=J.transition;J.transition=1;try{a()}finally{J.transition=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_useCacheRefresh=function(){return g.current.useCacheRefresh()};c.unstable_useMutableSource=function(a,
|
|
29
|
+
b,c){return g.current.useMutableSource(a,b,c)};c.unstable_useOpaqueIdentifier=function(){return g.current.useOpaqueIdentifier()};c.useCallback=function(a,b){return g.current.useCallback(a,b)};c.useContext=function(a){return g.current.useContext(a)};c.useDebugValue=function(a,b){};c.useDeferredValue=function(a){return g.current.useDeferredValue(a)};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=
|
|
30
|
+
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.useTransition=function(){return g.current.useTransition()};c.version="17.0.3-experimental-132b72d7b"});
|
|
32
31
|
})();
|