Comparing version 17.0.0-rc.0 to 17.0.0-rc.1
{ | ||
"branch": "master", | ||
"buildNumber": "193044", | ||
"checksum": "38fb0e9", | ||
"commit": "94c0244ba", | ||
"branch": "pull/19716", | ||
"buildNumber": "201655", | ||
"checksum": "640eddf", | ||
"commit": "2d131d782", | ||
"environment": "ci", | ||
"reactVersion": "17.0.0-alpha.0-94c0244ba" | ||
"reactVersion": "17.0.0-alpha.0-2d131d782" | ||
} |
@@ -1,2 +0,2 @@ | ||
/** @license React v17.0.0-rc.0 | ||
/** @license React v0.0.0-2d131d782 | ||
* react-jsx-dev-runtime.development.js | ||
@@ -679,3 +679,3 @@ * | ||
if (!didWarnAboutStringRefs[componentName]) { | ||
error('Component "%s" contains the string ref "%s". ' + 'Support for string refs will be removed in a future major release. ' + 'This case cannot be automatically converted to an arrow function. ' + 'We ask you to manually fix this case by using useRef() or createRef() instead. ' + 'Learn more about using refs safely here: ' + 'https://fb.me/react-strict-mode-string-ref', getComponentName(ReactCurrentOwner.current.type), config.ref); | ||
error('Component "%s" contains the string ref "%s". ' + 'Support for string refs will be removed in a future major release. ' + 'This case cannot be automatically converted to an arrow function. ' + 'We ask you to manually fix this case by using useRef() or createRef() instead. ' + 'Learn more about using refs safely here: ' + 'https://reactjs.org/link/strict-mode-string-ref', getComponentName(ReactCurrentOwner.current.type), config.ref); | ||
@@ -694,3 +694,3 @@ didWarnAboutStringRefs[componentName] = true; | ||
error('%s: `key` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://fb.me/react-special-props)', displayName); | ||
error('%s: `key` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName); | ||
} | ||
@@ -713,3 +713,3 @@ }; | ||
error('%s: `ref` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://fb.me/react-special-props)', displayName); | ||
error('%s: `ref` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName); | ||
} | ||
@@ -989,3 +989,3 @@ }; | ||
error('Each child in a list should have a unique "key" prop.' + '%s%s See https://fb.me/react-warning-keys for more information.', currentComponentErrorInfo, childOwner); | ||
error('Each child in a list should have a unique "key" prop.' + '%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner); | ||
@@ -992,0 +992,0 @@ setCurrentlyValidatingElement$1(null); |
@@ -1,2 +0,2 @@ | ||
/** @license React v17.0.0-rc.0 | ||
/** @license React v0.0.0-2d131d782 | ||
* react-jsx-dev-runtime.production.min.js | ||
@@ -3,0 +3,0 @@ * |
@@ -1,2 +0,2 @@ | ||
/** @license React v17.0.0-rc.0 | ||
/** @license React v0.0.0-2d131d782 | ||
* react-jsx-dev-runtime.profiling.min.js | ||
@@ -3,0 +3,0 @@ * |
@@ -1,2 +0,2 @@ | ||
/** @license React v17.0.0-rc.0 | ||
/** @license React v0.0.0-2d131d782 | ||
* react-jsx-runtime.development.js | ||
@@ -679,3 +679,3 @@ * | ||
if (!didWarnAboutStringRefs[componentName]) { | ||
error('Component "%s" contains the string ref "%s". ' + 'Support for string refs will be removed in a future major release. ' + 'This case cannot be automatically converted to an arrow function. ' + 'We ask you to manually fix this case by using useRef() or createRef() instead. ' + 'Learn more about using refs safely here: ' + 'https://fb.me/react-strict-mode-string-ref', getComponentName(ReactCurrentOwner.current.type), config.ref); | ||
error('Component "%s" contains the string ref "%s". ' + 'Support for string refs will be removed in a future major release. ' + 'This case cannot be automatically converted to an arrow function. ' + 'We ask you to manually fix this case by using useRef() or createRef() instead. ' + 'Learn more about using refs safely here: ' + 'https://reactjs.org/link/strict-mode-string-ref', getComponentName(ReactCurrentOwner.current.type), config.ref); | ||
@@ -694,3 +694,3 @@ didWarnAboutStringRefs[componentName] = true; | ||
error('%s: `key` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://fb.me/react-special-props)', displayName); | ||
error('%s: `key` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName); | ||
} | ||
@@ -713,3 +713,3 @@ }; | ||
error('%s: `ref` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://fb.me/react-special-props)', displayName); | ||
error('%s: `ref` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName); | ||
} | ||
@@ -989,3 +989,3 @@ }; | ||
error('Each child in a list should have a unique "key" prop.' + '%s%s See https://fb.me/react-warning-keys for more information.', currentComponentErrorInfo, childOwner); | ||
error('Each child in a list should have a unique "key" prop.' + '%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner); | ||
@@ -992,0 +992,0 @@ setCurrentlyValidatingElement$1(null); |
@@ -1,2 +0,2 @@ | ||
/** @license React v17.0.0-rc.0 | ||
/** @license React v0.0.0-2d131d782 | ||
* react-jsx-runtime.production.min.js | ||
@@ -3,0 +3,0 @@ * |
@@ -1,2 +0,2 @@ | ||
/** @license React v17.0.0-rc.0 | ||
/** @license React v0.0.0-2d131d782 | ||
* react-jsx-runtime.profiling.min.js | ||
@@ -3,0 +3,0 @@ * |
@@ -1,2 +0,2 @@ | ||
/** @license React v17.0.0-rc.0 | ||
/** @license React v0.0.0-2d131d782 | ||
* react.production.min.js | ||
@@ -23,2 +23,2 @@ * | ||
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.useCallback=function(a,b){return S().useCallback(a,b)};exports.useContext=function(a,b){return S().useContext(a,b)};exports.useDebugValue=function(){};exports.useEffect=function(a,b){return S().useEffect(a,b)};exports.useImperativeHandle=function(a,b,c){return S().useImperativeHandle(a,b,c)}; | ||
exports.useLayoutEffect=function(a,b){return S().useLayoutEffect(a,b)};exports.useMemo=function(a,b){return S().useMemo(a,b)};exports.useReducer=function(a,b,c){return S().useReducer(a,b,c)};exports.useRef=function(a){return S().useRef(a)};exports.useState=function(a){return S().useState(a)};exports.version="17.0.0-rc.0"; | ||
exports.useLayoutEffect=function(a,b){return S().useLayoutEffect(a,b)};exports.useMemo=function(a,b){return S().useMemo(a,b)};exports.useReducer=function(a,b,c){return S().useReducer(a,b,c)};exports.useRef=function(a){return S().useRef(a)};exports.useState=function(a){return S().useState(a)};exports.version="17.0.0-alpha.0-2d131d782"; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "17.0.0-rc.0", | ||
"version": "17.0.0-rc.1", | ||
"homepage": "https://reactjs.org/", | ||
@@ -10,0 +10,0 @@ "bugs": "https://github.com/facebook/react/issues", |
@@ -1,2 +0,2 @@ | ||
/** @license React v17.0.0-rc.0 | ||
/** @license React v0.0.0-2d131d782 | ||
* react.production.min.js | ||
@@ -9,24 +9,24 @@ * | ||
*/ | ||
'use strict';(function(c,x){"object"===typeof exports&&"undefined"!==typeof module?x(exports):"function"===typeof define&&define.amd?define(["exports"],x):(c=c||self,x(c.React={}))})(this,function(c){function x(a){if(null===a||"object"!==typeof a)return null;a=Y&&a[Y]||a["@@iterator"];return"function"===typeof a?a:null}function y(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,e=1;e<arguments.length;e++)b+="&args[]="+encodeURIComponent(arguments[e]);return"Minified React error #"+ | ||
a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function v(a,b,e){this.props=a;this.context=b;this.refs=Z;this.updater=e||aa}function ba(){}function L(a,b,e){this.props=a;this.context=b;this.refs=Z;this.updater=e||aa}function ca(a,b,e){var l,f={},c=null,da=null;if(null!=b)for(l in void 0!==b.ref&&(da=b.ref),void 0!==b.key&&(c=""+b.key),b)ea.call(b,l)&&!fa.hasOwnProperty(l)&&(f[l]=b[l]);var k=arguments.length-2;if(1=== | ||
k)f.children=e;else if(1<k){for(var h=Array(k),d=0;d<k;d++)h[d]=arguments[d+2];f.children=h}if(a&&a.defaultProps)for(l in k=a.defaultProps,k)void 0===f[l]&&(f[l]=k[l]);return{$$typeof:w,type:a,key:c,ref:da,props:f,_owner:M.current}}function va(a,b){return{$$typeof:w,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function N(a){return"object"===typeof a&&null!==a&&a.$$typeof===w}function wa(a){var b={"=":"=0",":":"=2"};return"$"+a.replace(/[=:]/g,function(a){return b[a]})}function O(a,b){return"object"=== | ||
typeof a&&null!==a&&null!=a.key?wa(""+a.key):b.toString(36)}function C(a,b,e,l,f){var c=typeof a;if("undefined"===c||"boolean"===c)a=null;var d=!1;if(null===a)d=!0;else switch(c){case "string":case "number":d=!0;break;case "object":switch(a.$$typeof){case w:case ha:d=!0}}if(d)return d=a,f=f(d),a=""===l?"."+O(d,0):l,Array.isArray(f)?(e="",null!=a&&(e=a.replace(ia,"$&/")+"/"),C(f,b,e,"",function(a){return a})):null!=f&&(N(f)&&(f=va(f,e+(!f.key||d&&d.key===f.key?"":(""+f.key).replace(ia,"$&/")+"/")+ | ||
a)),b.push(f)),1;d=0;l=""===l?".":l+":";if(Array.isArray(a))for(var k=0;k<a.length;k++){c=a[k];var h=l+O(c,k);d+=C(c,b,e,h,f)}else if(h=x(a),"function"===typeof h)for(a=h.call(a),k=0;!(c=a.next()).done;)c=c.value,h=l+O(c,k++),d+=C(c,b,e,h,f);else if("object"===c)throw b=""+a,Error(y(31,"[object Object]"===b?"object with keys {"+Object.keys(a).join(", ")+"}":b));return d}function D(a,b,e){if(null==a)return a;var l=[],c=0;C(a,l,"","",function(a){return b.call(e,a,c++)});return l}function xa(a){if(-1=== | ||
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(){var a=ja.current;if(null===a)throw Error(y(321));return a}function P(a,b){var e=a.length;a.push(b);a:for(;;){var c=e-1>>>1,f=a[c];if(void 0!==f&&0<E(f,b))a[c]=b,a[e]=f,e=c;else break a}}function p(a){a=a[0];return void 0===a?null:a}function F(a){var b= | ||
a[0];if(void 0!==b){var e=a.pop();if(e!==b){a[0]=e;a:for(var c=0,f=a.length;c<f;){var d=2*(c+1)-1,g=a[d],k=d+1,h=a[k];if(void 0!==g&&0>E(g,e))void 0!==h&&0>E(h,g)?(a[c]=h,a[k]=e,c=k):(a[c]=g,a[d]=e,c=d);else if(void 0!==h&&0>E(h,e))a[c]=h,a[k]=e,c=k;else break a}}return b}return null}function E(a,b){var e=a.sortIndex-b.sortIndex;return 0!==e?e:a.id-b.id}function G(a){for(var b=p(t);null!==b;){if(null===b.callback)F(t);else if(b.startTime<=a)F(t),b.sortIndex=b.expirationTime,P(q,b);else break;b=p(t)}} | ||
function Q(a){z=!1;G(a);if(!u)if(null!==p(q))u=!0,A(R);else{var b=p(t);null!==b&&H(Q,b.startTime-a)}}function R(a,b){u=!1;z&&(z=!1,S());I=!0;var e=g;try{G(b);for(m=p(q);null!==m&&(!(m.expirationTime>b)||a&&!T());){var c=m.callback;if("function"===typeof c){m.callback=null;g=m.priorityLevel;var f=c(m.expirationTime<=b);b=r();"function"===typeof f?m.callback=f:m===p(q)&&F(q);G(b)}else F(q);m=p(q)}if(null!==m)var d=!0;else{var n=p(t);null!==n&&H(Q,n.startTime-b);d=!1}return d}finally{m=null,g=e,I=!1}} | ||
(function(){'use strict';(function(c,x){"object"===typeof exports&&"undefined"!==typeof module?x(exports):"function"===typeof define&&define.amd?define(["exports"],x):(c=c||self,x(c.React={}))})(this,function(c){function x(a){if(null===a||"object"!==typeof a)return null;a=Y&&a[Y]||a["@@iterator"];return"function"===typeof a?a:null}function y(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,e=1;e<arguments.length;e++)b+="&args[]="+encodeURIComponent(arguments[e]);return"Minified React error #"+ | ||
a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function v(a,b,e){this.props=a;this.context=b;this.refs=Z;this.updater=e||aa}function ba(){}function K(a,b,e){this.props=a;this.context=b;this.refs=Z;this.updater=e||aa}function ca(a,b,e){var l,f={},c=null,da=null;if(null!=b)for(l in void 0!==b.ref&&(da=b.ref),void 0!==b.key&&(c=""+b.key),b)ea.call(b,l)&&!fa.hasOwnProperty(l)&&(f[l]=b[l]);var k=arguments.length-2;if(1=== | ||
k)f.children=e;else if(1<k){for(var h=Array(k),d=0;d<k;d++)h[d]=arguments[d+2];f.children=h}if(a&&a.defaultProps)for(l in k=a.defaultProps,k)void 0===f[l]&&(f[l]=k[l]);return{$$typeof:w,type:a,key:c,ref:da,props:f,_owner:L.current}}function va(a,b){return{$$typeof:w,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===w}function wa(a){var b={"=":"=0",":":"=2"};return"$"+a.replace(/[=:]/g,function(a){return b[a]})}function N(a,b){return"object"=== | ||
typeof a&&null!==a&&null!=a.key?wa(""+a.key):b.toString(36)}function C(a,b,e,l,f){var c=typeof a;if("undefined"===c||"boolean"===c)a=null;var d=!1;if(null===a)d=!0;else switch(c){case "string":case "number":d=!0;break;case "object":switch(a.$$typeof){case w:case ha:d=!0}}if(d)return d=a,f=f(d),a=""===l?"."+N(d,0):l,Array.isArray(f)?(e="",null!=a&&(e=a.replace(ia,"$&/")+"/"),C(f,b,e,"",function(a){return a})):null!=f&&(M(f)&&(f=va(f,e+(!f.key||d&&d.key===f.key?"":(""+f.key).replace(ia,"$&/")+"/")+ | ||
a)),b.push(f)),1;d=0;l=""===l?".":l+":";if(Array.isArray(a))for(var k=0;k<a.length;k++){c=a[k];var h=l+N(c,k);d+=C(c,b,e,h,f)}else if(h=x(a),"function"===typeof h)for(a=h.call(a),k=0;!(c=a.next()).done;)c=c.value,h=l+N(c,k++),d+=C(c,b,e,h,f);else if("object"===c)throw b=""+a,Error(y(31,"[object Object]"===b?"object with keys {"+Object.keys(a).join(", ")+"}":b));return d}function D(a,b,e){if(null==a)return a;var l=[],c=0;C(a,l,"","",function(a){return b.call(e,a,c++)});return l}function xa(a){if(-1=== | ||
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(){var a=ja.current;if(null===a)throw Error(y(321));return a}function O(a,b){var e=a.length;a.push(b);a:for(;;){var c=e-1>>>1,f=a[c];if(void 0!==f&&0<E(f,b))a[c]=b,a[e]=f,e=c;else break a}}function p(a){a=a[0];return void 0===a?null:a}function F(a){var b= | ||
a[0];if(void 0!==b){var e=a.pop();if(e!==b){a[0]=e;a:for(var c=0,f=a.length;c<f;){var d=2*(c+1)-1,g=a[d],k=d+1,h=a[k];if(void 0!==g&&0>E(g,e))void 0!==h&&0>E(h,g)?(a[c]=h,a[k]=e,c=k):(a[c]=g,a[d]=e,c=d);else if(void 0!==h&&0>E(h,e))a[c]=h,a[k]=e,c=k;else break a}}return b}return null}function E(a,b){var e=a.sortIndex-b.sortIndex;return 0!==e?e:a.id-b.id}function P(a){for(var b=p(r);null!==b;){if(null===b.callback)F(r);else if(b.startTime<=a)F(r),b.sortIndex=b.expirationTime,O(q,b);else break;b=p(r)}} | ||
function Q(a){z=!1;P(a);if(!u)if(null!==p(q))u=!0,A(R);else{var b=p(r);null!==b&&G(Q,b.startTime-a)}}function R(a,b){u=!1;z&&(z=!1,S());H=!0;var e=g;try{P(b);for(m=p(q);null!==m&&(!(m.expirationTime>b)||a&&!T());){var c=m.callback;if("function"===typeof c){m.callback=null;g=m.priorityLevel;var f=c(m.expirationTime<=b);b=t();"function"===typeof f?m.callback=f:m===p(q)&&F(q);P(b)}else F(q);m=p(q)}if(null!==m)var d=!0;else{var n=p(r);null!==n&&G(Q,n.startTime-b);d=!1}return d}finally{m=null,g=e,H=!1}} | ||
var w=60103,ha=60106;c.Fragment=60107;c.StrictMode=60108;c.Profiler=60114;var ka=60109,la=60110,ma=60112;c.Suspense=60113;var na=60115,oa=60116;if("function"===typeof Symbol&&Symbol.for){var d=Symbol.for;w=d("react.element");ha=d("react.portal");c.Fragment=d("react.fragment");c.StrictMode=d("react.strict_mode");c.Profiler=d("react.profiler");ka=d("react.provider");la=d("react.context");ma=d("react.forward_ref");c.Suspense=d("react.suspense");na=d("react.memo");oa=d("react.lazy")}var Y="function"=== | ||
typeof Symbol&&Symbol.iterator,ya=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 e=Object(a),c=1;c<arguments.length;c++){var d=arguments[c];if(null!=d){var g=void 0;d=Object(d);for(g in d)ya.call(d,g)&&(e[g]=d[g])}}return e},aa={isMounted:function(a){return!1},enqueueForceUpdate:function(a,b,c){},enqueueReplaceState:function(a,b,c,d){},enqueueSetState:function(a,b,c,d){}},Z={};v.prototype.isReactComponent= | ||
{};v.prototype.setState=function(a,b){if("object"!==typeof a&&"function"!==typeof a&&null!=a)throw Error(y(85));this.updater.enqueueSetState(this,a,b,"setState")};v.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,"forceUpdate")};ba.prototype=v.prototype;d=L.prototype=new ba;d.constructor=L;U(d,v.prototype);d.isPureReactComponent=!0;var M={current:null},ea=Object.prototype.hasOwnProperty,fa={key:!0,ref:!0,__self:!0,__source:!0},ia=/\/+/g,ja={current:null},V;if("object"===typeof performance&& | ||
"function"===typeof performance.now){var za=performance;var r=function(){return za.now()}}else{var pa=Date,Aa=pa.now();r=function(){return pa.now()-Aa}}if("undefined"===typeof window||"function"!==typeof MessageChannel){var B=null,qa=null,ra=function(){if(null!==B)try{var a=r();B(!0,a);B=null}catch(b){throw setTimeout(ra,0),b;}};var A=function(a){null!==B?setTimeout(A,0,a):(B=a,setTimeout(ra,0))};var H=function(a,b){qa=setTimeout(a,b)};var S=function(){clearTimeout(qa)};var T=function(){return!1}; | ||
d=V=function(){}}else{var Ba=window.setTimeout,Ca=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://fb.me/react-polyfills"),"function"!==typeof d&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")); | ||
var J=!1,K=null,W=-1,sa=5,ta=0;T=function(){return r()>=ta};d=function(){};V=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"):sa=0<a?Math.floor(1E3/a):5};var ua=new MessageChannel,X=ua.port2;ua.port1.onmessage=function(){if(null!==K){var a=r();ta=a+sa;try{K(!0,a)?X.postMessage(null):(J=!1,K=null)}catch(b){throw X.postMessage(null),b;}}else J=!1};A=function(a){K=a;J||(J=!0,X.postMessage(null))};H= | ||
function(a,b){W=Ba(function(){a(r())},b)};S=function(){Ca(W);W=-1}}var q=[],t=[],Da=1,m=null,g=3,I=!1,u=!1,z=!1,Ea=0;d={ReactCurrentDispatcher:ja,ReactCurrentOwner:M,IsSomeRendererActing:{current:!1},ReactCurrentBatchConfig:{suspense:null},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=g;g=a;try{return b()}finally{g=c}},unstable_next:function(a){switch(g){case 1:case 2:case 3:var b=3;break;default:b=g}var c=g;g=b;try{return a()}finally{g=c}},unstable_scheduleCallback:function(a,b,c){var d=r();"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:Da++,callback:b,priorityLevel:a,startTime:c,expirationTime:e,sortIndex:-1};c>d?(a.sortIndex= | ||
c,P(t,a),null===p(q)&&a===p(t)&&(z?S():z=!0,H(Q,c-d))):(a.sortIndex=e,P(q,a),u||I||(u=!0,A(R)));return a},unstable_cancelCallback:function(a){a.callback=null},unstable_wrapCallback:function(a){var b=g;return function(){var c=g;g=b;try{return a.apply(this,arguments)}finally{g=c}}},unstable_getCurrentPriorityLevel:function(){return g},unstable_shouldYield:function(){var a=r();G(a);var b=p(q);return b!==m&&null!==m&&null!==b&&null!==b.callback&&b.startTime<=a&&b.expirationTime<m.expirationTime||T()}, | ||
unstable_requestPaint:d,unstable_continueExecution:function(){u||I||(u=!0,A(R))},unstable_pauseExecution:function(){},unstable_getFirstCallbackNode:function(){return p(q)},get unstable_now(){return r},get unstable_forceFrameRate(){return V},unstable_Profiling:null},SchedulerTracing:{__proto__:null,__interactionsRef:null,__subscriberRef:null,unstable_clear:function(a){return a()},unstable_getCurrent:function(){return null},unstable_getThreadID:function(){return++Ea},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:D,forEach:function(a,b,c){D(a,function(){b.apply(this,arguments)},c)},count:function(a){var b=0;D(a,function(){b++});return b},toArray:function(a){return D(a,function(a){return a})||[]},only:function(a){if(!N(a))throw Error(y(143));return a}};c.Component=v;c.PureComponent=L;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(y(267,a));var d=U({},a.props),e=a.key,g=a.ref,m=a._owner;if(null!=b){void 0!==b.ref&&(g=b.ref,m=M.current);void 0!==b.key&&(e=""+b.key);if(a.type&&a.type.defaultProps)var k=a.type.defaultProps;for(h in b)ea.call(b,h)&&!fa.hasOwnProperty(h)&&(d[h]=void 0===b[h]&&void 0!==k?k[h]:b[h])}var h=arguments.length-2;if(1===h)d.children=c;else if(1<h){k=Array(h);for(var n=0;n<h;n++)k[n]=arguments[n+2];d.children=k}return{$$typeof:w,type:a.type,key:e,ref:g,props:d,_owner:m}};c.createContext=function(a, | ||
b){void 0===b&&(b=null);a={$$typeof:la,_calculateChangedBits:b,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:ka,_context:a};return a.Consumer=a};c.createElement=ca;c.createFactory=function(a){var b=ca.bind(null,a);b.type=a;return b};c.createRef=function(){return{current:null}};c.forwardRef=function(a){return{$$typeof:ma,render:a}};c.isValidElement=N;c.lazy=function(a){return{$$typeof:oa,_payload:{_status:-1,_result:a},_init:xa}};c.memo=function(a, | ||
b){return{$$typeof:na,type:a,compare:void 0===b?null:b}};c.useCallback=function(a,b){return n().useCallback(a,b)};c.useContext=function(a,b){return n().useContext(a,b)};c.useDebugValue=function(a,b){};c.useEffect=function(a,b){return n().useEffect(a,b)};c.useImperativeHandle=function(a,b,c){return n().useImperativeHandle(a,b,c)};c.useLayoutEffect=function(a,b){return n().useLayoutEffect(a,b)};c.useMemo=function(a,b){return n().useMemo(a,b)};c.useReducer=function(a,b,c){return n().useReducer(a,b,c)}; | ||
c.useRef=function(a){return n().useRef(a)};c.useState=function(a){return n().useState(a)};c.version="17.0.0-rc.0"}); | ||
{};v.prototype.setState=function(a,b){if("object"!==typeof a&&"function"!==typeof a&&null!=a)throw Error(y(85));this.updater.enqueueSetState(this,a,b,"setState")};v.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,"forceUpdate")};ba.prototype=v.prototype;d=K.prototype=new ba;d.constructor=K;U(d,v.prototype);d.isPureReactComponent=!0;var L={current:null},ea=Object.prototype.hasOwnProperty,fa={key:!0,ref:!0,__self:!0,__source:!0},ia=/\/+/g,ja={current:null},V;if("object"===typeof performance&& | ||
"function"===typeof performance.now){var za=performance;var t=function(){return za.now()}}else{var pa=Date,Aa=pa.now();t=function(){return pa.now()-Aa}}if("undefined"===typeof window||"function"!==typeof MessageChannel){var B=null,qa=null,ra=function(){if(null!==B)try{var a=t();B(!0,a);B=null}catch(b){throw setTimeout(ra,0),b;}};var A=function(a){null!==B?setTimeout(A,0,a):(B=a,setTimeout(ra,0))};var G=function(a,b){qa=setTimeout(a,b)};var S=function(){clearTimeout(qa)};var T=function(){return!1}; | ||
d=V=function(){}}else{var Ba=window.setTimeout,Ca=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")); | ||
var I=!1,J=null,W=-1,sa=5,ta=0;T=function(){return t()>=ta};d=function(){};V=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"):sa=0<a?Math.floor(1E3/a):5};var ua=new MessageChannel,X=ua.port2;ua.port1.onmessage=function(){if(null!==J){var a=t();ta=a+sa;try{J(!0,a)?X.postMessage(null):(I=!1,J=null)}catch(b){throw X.postMessage(null),b;}}else I=!1};A=function(a){J=a;I||(I=!0,X.postMessage(null))};G= | ||
function(a,b){W=Ba(function(){a(t())},b)};S=function(){Ca(W);W=-1}}var q=[],r=[],Da=1,m=null,g=3,H=!1,u=!1,z=!1,Ea=0;d={ReactCurrentDispatcher:ja,ReactCurrentOwner:L,IsSomeRendererActing:{current:!1},ReactCurrentBatchConfig:{suspense:null},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=g;g=a;try{return b()}finally{g=c}},unstable_next:function(a){switch(g){case 1:case 2:case 3:var b=3;break;default:b=g}var c=g;g=b;try{return a()}finally{g=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:Da++,callback:b,priorityLevel:a,startTime:c,expirationTime:e,sortIndex:-1};c>d?(a.sortIndex= | ||
c,O(r,a),null===p(q)&&a===p(r)&&(z?S():z=!0,G(Q,c-d))):(a.sortIndex=e,O(q,a),u||H||(u=!0,A(R)));return a},unstable_cancelCallback:function(a){a.callback=null},unstable_wrapCallback:function(a){var b=g;return function(){var c=g;g=b;try{return a.apply(this,arguments)}finally{g=c}}},unstable_getCurrentPriorityLevel:function(){return g},get unstable_shouldYield(){return T},unstable_requestPaint:d,unstable_continueExecution:function(){u||H||(u=!0,A(R))},unstable_pauseExecution:function(){},unstable_getFirstCallbackNode:function(){return p(q)}, | ||
get unstable_now(){return t},get unstable_forceFrameRate(){return V},unstable_Profiling:null},SchedulerTracing:{__proto__:null,__interactionsRef:null,__subscriberRef:null,unstable_clear:function(a){return a()},unstable_getCurrent:function(){return null},unstable_getThreadID:function(){return++Ea},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:D,forEach:function(a,b,c){D(a,function(){b.apply(this, | ||
arguments)},c)},count:function(a){var b=0;D(a,function(){b++});return b},toArray:function(a){return D(a,function(a){return a})||[]},only:function(a){if(!M(a))throw Error(y(143));return a}};c.Component=v;c.PureComponent=K;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(y(267,a));var d=U({},a.props),e=a.key,g=a.ref,n=a._owner;if(null!=b){void 0!==b.ref&&(g=b.ref,n=L.current);void 0!==b.key&&(e=""+b.key);if(a.type&&a.type.defaultProps)var k= | ||
a.type.defaultProps;for(h in b)ea.call(b,h)&&!fa.hasOwnProperty(h)&&(d[h]=void 0===b[h]&&void 0!==k?k[h]:b[h])}var h=arguments.length-2;if(1===h)d.children=c;else if(1<h){k=Array(h);for(var m=0;m<h;m++)k[m]=arguments[m+2];d.children=k}return{$$typeof:w,type:a.type,key:e,ref:g,props:d,_owner:n}};c.createContext=function(a,b){void 0===b&&(b=null);a={$$typeof:la,_calculateChangedBits:b,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:ka,_context:a};return a.Consumer= | ||
a};c.createElement=ca;c.createFactory=function(a){var b=ca.bind(null,a);b.type=a;return b};c.createRef=function(){return{current:null}};c.forwardRef=function(a){return{$$typeof:ma,render:a}};c.isValidElement=M;c.lazy=function(a){return{$$typeof:oa,_payload:{_status:-1,_result:a},_init:xa}};c.memo=function(a,b){return{$$typeof:na,type:a,compare:void 0===b?null:b}};c.useCallback=function(a,b){return n().useCallback(a,b)};c.useContext=function(a,b){return n().useContext(a,b)};c.useDebugValue=function(a, | ||
b){};c.useEffect=function(a,b){return n().useEffect(a,b)};c.useImperativeHandle=function(a,b,c){return n().useImperativeHandle(a,b,c)};c.useLayoutEffect=function(a,b){return n().useLayoutEffect(a,b)};c.useMemo=function(a,b){return n().useMemo(a,b)};c.useReducer=function(a,b,c){return n().useReducer(a,b,c)};c.useRef=function(a){return n().useRef(a)};c.useState=function(a){return n().useState(a)};c.version="17.0.0-alpha.0-2d131d782"}); | ||
})(); |
@@ -1,2 +0,2 @@ | ||
/** @license React v17.0.0-rc.0 | ||
/** @license React v0.0.0-2d131d782 | ||
* react.profiling.min.js | ||
@@ -9,31 +9,31 @@ * | ||
*/ | ||
'use strict';(function(f,H){"object"===typeof exports&&"undefined"!==typeof module?H(exports):"function"===typeof define&&define.amd?define(["exports"],H):(f=f||self,H(f.React={}))})(this,function(f){function H(a){if(null===a||"object"!==typeof a)return null;a=na&&a[na]||a["@@iterator"];return"function"===typeof a?a:null}function I(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,c=1;c<arguments.length;c++)b+="&args[]="+encodeURIComponent(arguments[c]);return"Minified React error #"+ | ||
a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function E(a,b,c){this.props=a;this.context=b;this.refs=oa;this.updater=c||pa}function qa(){}function Y(a,b,c){this.props=a;this.context=b;this.refs=oa;this.updater=c||pa}function ra(a,b,c){var e,d={},m=null,l=null;if(null!=b)for(e in void 0!==b.ref&&(l=b.ref),void 0!==b.key&&(m=""+b.key),b)sa.call(b,e)&&!ta.hasOwnProperty(e)&&(d[e]=b[e]);var g=arguments.length-2;if(1=== | ||
g)d.children=c;else if(1<g){for(var h=Array(g),f=0;f<g;f++)h[f]=arguments[f+2];d.children=h}if(a&&a.defaultProps)for(e in g=a.defaultProps,g)void 0===d[e]&&(d[e]=g[e]);return{$$typeof:F,type:a,key:m,ref:l,props:d,_owner:Z.current}}function Ja(a,b){return{$$typeof:F,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function aa(a){return"object"===typeof a&&null!==a&&a.$$typeof===F}function Ka(a){var b={"=":"=0",":":"=2"};return"$"+a.replace(/[=:]/g,function(a){return b[a]})}function ba(a, | ||
b){return"object"===typeof a&&null!==a&&null!=a.key?Ka(""+a.key):b.toString(36)}function O(a,b,c,e,d){var m=typeof a;if("undefined"===m||"boolean"===m)a=null;var l=!1;if(null===a)l=!0;else switch(m){case "string":case "number":l=!0;break;case "object":switch(a.$$typeof){case F:case ua:l=!0}}if(l)return l=a,d=d(l),a=""===e?"."+ba(l,0):e,Array.isArray(d)?(c="",null!=a&&(c=a.replace(va,"$&/")+"/"),O(d,b,c,"",function(a){return a})):null!=d&&(aa(d)&&(d=Ja(d,c+(!d.key||l&&l.key===d.key?"":(""+d.key).replace(va, | ||
"$&/")+"/")+a)),b.push(d)),1;l=0;e=""===e?".":e+":";if(Array.isArray(a))for(var f=0;f<a.length;f++){m=a[f];var h=e+ba(m,f);l+=O(m,b,c,h,d)}else if(h=H(a),"function"===typeof h)for(a=h.call(a),f=0;!(m=a.next()).done;)m=m.value,h=e+ba(m,f++),l+=O(m,b,c,h,d);else if("object"===m)throw b=""+a,Error(I(31,"[object Object]"===b?"object with keys {"+Object.keys(a).join(", ")+"}":b));return l}function P(a,b,c){if(null==a)return a;var e=[],d=0;O(a,e,"","",function(a){return b.call(c,a,d++)});return e}function La(a){if(-1=== | ||
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 y(){var a=wa.current;if(null===a)throw Error(I(321));return a}function ca(a,b){var c=a.length;a.push(b);a:for(;;){var e=c-1>>>1,d=a[e];if(void 0!==d&&0<Q(d,b))a[e]=b,a[c]=d,c=e;else break a}}function u(a){a=a[0];return void 0===a?null:a}function R(a){var b= | ||
(function(){'use strict';(function(f,H){"object"===typeof exports&&"undefined"!==typeof module?H(exports):"function"===typeof define&&define.amd?define(["exports"],H):(f=f||self,H(f.React={}))})(this,function(f){function H(a){if(null===a||"object"!==typeof a)return null;a=na&&a[na]||a["@@iterator"];return"function"===typeof a?a:null}function I(a){for(var b="https://reactjs.org/docs/error-decoder.html?invariant="+a,c=1;c<arguments.length;c++)b+="&args[]="+encodeURIComponent(arguments[c]);return"Minified React error #"+ | ||
a+"; visit "+b+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function E(a,b,c){this.props=a;this.context=b;this.refs=oa;this.updater=c||pa}function qa(){}function X(a,b,c){this.props=a;this.context=b;this.refs=oa;this.updater=c||pa}function ra(a,b,c){var e,d={},m=null,l=null;if(null!=b)for(e in void 0!==b.ref&&(l=b.ref),void 0!==b.key&&(m=""+b.key),b)sa.call(b,e)&&!ta.hasOwnProperty(e)&&(d[e]=b[e]);var g=arguments.length-2;if(1=== | ||
g)d.children=c;else if(1<g){for(var h=Array(g),f=0;f<g;f++)h[f]=arguments[f+2];d.children=h}if(a&&a.defaultProps)for(e in g=a.defaultProps,g)void 0===d[e]&&(d[e]=g[e]);return{$$typeof:F,type:a,key:m,ref:l,props:d,_owner:Y.current}}function Ja(a,b){return{$$typeof:F,type:a.type,key:b,ref:a.ref,props:a.props,_owner:a._owner}}function Z(a){return"object"===typeof a&&null!==a&&a.$$typeof===F}function Ka(a){var b={"=":"=0",":":"=2"};return"$"+a.replace(/[=:]/g,function(a){return b[a]})}function aa(a,b){return"object"=== | ||
typeof a&&null!==a&&null!=a.key?Ka(""+a.key):b.toString(36)}function O(a,b,c,e,d){var m=typeof a;if("undefined"===m||"boolean"===m)a=null;var l=!1;if(null===a)l=!0;else switch(m){case "string":case "number":l=!0;break;case "object":switch(a.$$typeof){case F:case ua:l=!0}}if(l)return l=a,d=d(l),a=""===e?"."+aa(l,0):e,Array.isArray(d)?(c="",null!=a&&(c=a.replace(va,"$&/")+"/"),O(d,b,c,"",function(a){return a})):null!=d&&(Z(d)&&(d=Ja(d,c+(!d.key||l&&l.key===d.key?"":(""+d.key).replace(va,"$&/")+"/")+ | ||
a)),b.push(d)),1;l=0;e=""===e?".":e+":";if(Array.isArray(a))for(var f=0;f<a.length;f++){m=a[f];var h=e+aa(m,f);l+=O(m,b,c,h,d)}else if(h=H(a),"function"===typeof h)for(a=h.call(a),f=0;!(m=a.next()).done;)m=m.value,h=e+aa(m,f++),l+=O(m,b,c,h,d);else if("object"===m)throw b=""+a,Error(I(31,"[object Object]"===b?"object with keys {"+Object.keys(a).join(", ")+"}":b));return l}function P(a,b,c){if(null==a)return a;var e=[],d=0;O(a,e,"","",function(a){return b.call(c,a,d++)});return e}function La(a){if(-1=== | ||
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 y(){var a=wa.current;if(null===a)throw Error(I(321));return a}function ba(a,b){var c=a.length;a.push(b);a:for(;;){var e=c-1>>>1,d=a[e];if(void 0!==d&&0<Q(d,b))a[e]=b,a[c]=d,c=e;else break a}}function u(a){a=a[0];return void 0===a?null:a}function R(a){var b= | ||
a[0];if(void 0!==b){var c=a.pop();if(c!==b){a[0]=c;a:for(var e=0,d=a.length;e<d;){var m=2*(e+1)-1,f=a[m],g=m+1,h=a[g];if(void 0!==f&&0>Q(f,c))void 0!==h&&0>Q(h,f)?(a[e]=h,a[g]=c,e=g):(a[e]=f,a[m]=c,e=m);else if(void 0!==h&&0>Q(h,c))a[e]=h,a[g]=c,e=g;else break a}}return b}return null}function Q(a,b){var c=a.sortIndex-b.sortIndex;return 0!==c?c:a.id-b.id}function z(a){if(null!==t){var b=J;J+=a.length;if(J+1>C){C*=2;if(524288<C){console.error("Scheduler Profiling: Event log exceeded maximum size. Don't forget to call `stopLoggingProfilingEvents()`."); | ||
xa();return}var c=new Int32Array(4*C);c.set(t);K=c.buffer;t=c}t.set(a,b)}}function xa(){var a=K;C=0;t=K=null;J=0;return a}function ya(a,b){p[3]++;null!==t&&z([1,1E3*b,a.id,a.priorityLevel])}function S(a){for(var b=u(A);null!==b;){if(null===b.callback)R(A);else if(b.startTime<=a)R(A),b.sortIndex=b.expirationTime,ca(w,b),ya(b,a),b.isQueued=!0;else break;b=u(A)}}function da(a){L=!1;S(a);if(!D)if(null!==u(w))D=!0,M(ea);else{var b=u(A);null!==b&&T(da,b.startTime-a)}}function ea(a,b){null!==t&&z([8,1E3* | ||
b,fa]);D=!1;L&&(L=!1,ha());U=!0;var c=q;try{try{S(b);for(n=u(w);null!==n&&(!(n.expirationTime>b)||a&&!ia());){var e=n.callback;if("function"===typeof e){n.callback=null;q=n.priorityLevel;var d=n.expirationTime<=b,f=n,l=b;V++;p[0]=f.priorityLevel;p[1]=f.id;p[2]=V;null!==t&&z([5,1E3*l,f.id,V]);var g=e(d);b=v();"function"===typeof g?(n.callback=g,f=n,l=b,p[0]=0,p[1]=0,p[2]=0,null!==t&&z([6,1E3*l,f.id,V])):(f=n,l=b,p[0]=0,p[1]=0,p[3]--,null!==t&&z([2,1E3*l,f.id]),n.isQueued=!1,n===u(w)&&R(w));S(b)}else R(w); | ||
n=u(w)}if(null!==n)var h=!0;else{var k=u(A);null!==k&&T(da,k.startTime-b);h=!1}return h}catch(Ma){if(null!==n){var r=v();a=n;p[0]=0;p[1]=0;p[3]--;null!==t&&z([3,1E3*r,a.id]);n.isQueued=!1}throw Ma;}}finally{n=null,q=c,U=!1,c=v(),fa++,null!==t&&z([7,1E3*c,fa])}}function Na(a){var b=!1,c=null;x.forEach(function(e){try{e.onInteractionTraced(a)}catch(d){b||(b=!0,c=d)}});if(b)throw c;}function Oa(a){var b=!1,c=null;x.forEach(function(e){try{e.onInteractionScheduledWorkCompleted(a)}catch(d){b||(b=!0,c= | ||
d)}});if(b)throw c;}function Pa(a,b){var c=!1,e=null;x.forEach(function(d){try{d.onWorkScheduled(a,b)}catch(m){c||(c=!0,e=m)}});if(c)throw e;}function Qa(a,b){var c=!1,e=null;x.forEach(function(d){try{d.onWorkStarted(a,b)}catch(m){c||(c=!0,e=m)}});if(c)throw e;}function Ra(a,b){var c=!1,e=null;x.forEach(function(d){try{d.onWorkStopped(a,b)}catch(m){c||(c=!0,e=m)}});if(c)throw e;}function Sa(a,b){var c=!1,e=null;x.forEach(function(d){try{d.onWorkCanceled(a,b)}catch(m){c||(c=!0,e=m)}});if(c)throw e; | ||
xa();return}var c=new Int32Array(4*C);c.set(t);K=c.buffer;t=c}t.set(a,b)}}function xa(){var a=K;C=0;t=K=null;J=0;return a}function ya(a,b){p[3]++;null!==t&&z([1,1E3*b,a.id,a.priorityLevel])}function ca(a){for(var b=u(A);null!==b;){if(null===b.callback)R(A);else if(b.startTime<=a)R(A),b.sortIndex=b.expirationTime,ba(x,b),ya(b,a),b.isQueued=!0;else break;b=u(A)}}function da(a){L=!1;ca(a);if(!D)if(null!==u(x))D=!0,M(ea);else{var b=u(A);null!==b&&S(da,b.startTime-a)}}function ea(a,b){null!==t&&z([8,1E3* | ||
b,fa]);D=!1;L&&(L=!1,ha());T=!0;var c=q;try{try{ca(b);for(n=u(x);null!==n&&(!(n.expirationTime>b)||a&&!ia());){var e=n.callback;if("function"===typeof e){n.callback=null;q=n.priorityLevel;var d=n.expirationTime<=b,f=n,l=b;U++;p[0]=f.priorityLevel;p[1]=f.id;p[2]=U;null!==t&&z([5,1E3*l,f.id,U]);var g=e(d);b=v();"function"===typeof g?(n.callback=g,f=n,l=b,p[0]=0,p[1]=0,p[2]=0,null!==t&&z([6,1E3*l,f.id,U])):(f=n,l=b,p[0]=0,p[1]=0,p[3]--,null!==t&&z([2,1E3*l,f.id]),n.isQueued=!1,n===u(x)&&R(x));ca(b)}else R(x); | ||
n=u(x)}if(null!==n)var h=!0;else{var k=u(A);null!==k&&S(da,k.startTime-b);h=!1}return h}catch(Ma){if(null!==n){var r=v();a=n;p[0]=0;p[1]=0;p[3]--;null!==t&&z([3,1E3*r,a.id]);n.isQueued=!1}throw Ma;}}finally{n=null,q=c,T=!1,c=v(),fa++,null!==t&&z([7,1E3*c,fa])}}function Na(a){var b=!1,c=null;w.forEach(function(e){try{e.onInteractionTraced(a)}catch(d){b||(b=!0,c=d)}});if(b)throw c;}function Oa(a){var b=!1,c=null;w.forEach(function(e){try{e.onInteractionScheduledWorkCompleted(a)}catch(d){b||(b=!0,c= | ||
d)}});if(b)throw c;}function Pa(a,b){var c=!1,e=null;w.forEach(function(d){try{d.onWorkScheduled(a,b)}catch(m){c||(c=!0,e=m)}});if(c)throw e;}function Qa(a,b){var c=!1,e=null;w.forEach(function(d){try{d.onWorkStarted(a,b)}catch(m){c||(c=!0,e=m)}});if(c)throw e;}function Ra(a,b){var c=!1,e=null;w.forEach(function(d){try{d.onWorkStopped(a,b)}catch(m){c||(c=!0,e=m)}});if(c)throw e;}function Sa(a,b){var c=!1,e=null;w.forEach(function(d){try{d.onWorkCanceled(a,b)}catch(m){c||(c=!0,e=m)}});if(c)throw e; | ||
}var F=60103,ua=60106;f.Fragment=60107;f.StrictMode=60108;f.Profiler=60114;var za=60109,Aa=60110,Ba=60112;f.Suspense=60113;var Ca=60115,Da=60116;if("function"===typeof Symbol&&Symbol.for){var k=Symbol.for;F=k("react.element");ua=k("react.portal");f.Fragment=k("react.fragment");f.StrictMode=k("react.strict_mode");f.Profiler=k("react.profiler");za=k("react.provider");Aa=k("react.context");Ba=k("react.forward_ref");f.Suspense=k("react.suspense");Ca=k("react.memo");Da=k("react.lazy")}var na="function"=== | ||
typeof Symbol&&Symbol.iterator,Ta=Object.prototype.hasOwnProperty,ja=Object.assign||function(a,b){if(null==a)throw new TypeError("Object.assign target cannot be null or undefined");for(var c=Object(a),e=1;e<arguments.length;e++){var d=arguments[e];if(null!=d){var f=void 0;d=Object(d);for(f in d)Ta.call(d,f)&&(c[f]=d[f])}}return c},pa={isMounted:function(a){return!1},enqueueForceUpdate:function(a,b,c){},enqueueReplaceState:function(a,b,c,e){},enqueueSetState:function(a,b,c,e){}},oa={};E.prototype.isReactComponent= | ||
{};E.prototype.setState=function(a,b){if("object"!==typeof a&&"function"!==typeof a&&null!=a)throw Error(I(85));this.updater.enqueueSetState(this,a,b,"setState")};E.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,"forceUpdate")};qa.prototype=E.prototype;k=Y.prototype=new qa;k.constructor=Y;ja(k,E.prototype);k.isPureReactComponent=!0;var Z={current:null},sa=Object.prototype.hasOwnProperty,ta={key:!0,ref:!0,__self:!0,__source:!0},va=/\/+/g,wa={current:null},ka;if("object"=== | ||
typeof performance&&"function"===typeof performance.now){var Ua=performance;var v=function(){return Ua.now()}}else{var Ea=Date,Va=Ea.now();v=function(){return Ea.now()-Va}}if("undefined"===typeof window||"function"!==typeof MessageChannel){var N=null,Fa=null,Ga=function(){if(null!==N)try{var a=v();N(!0,a);N=null}catch(b){throw setTimeout(Ga,0),b;}};var M=function(a){null!==N?setTimeout(M,0,a):(N=a,setTimeout(Ga,0))};var T=function(a,b){Fa=setTimeout(a,b)};var ha=function(){clearTimeout(Fa)};var ia= | ||
function(){return!1};k=ka=function(){}}else{var Wa=window.setTimeout,Xa=window.clearTimeout;"undefined"!==typeof console&&(k=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://fb.me/react-polyfills"),"function"!==typeof k&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")); | ||
var W=!1,X=null,la=-1,Ha=5,Ia=0;ia=function(){return v()>=Ia};k=function(){};ka=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"):Ha=0<a?Math.floor(1E3/a):5};var G=new MessageChannel,ma=G.port2;G.port1.onmessage=function(){if(null!==X){var a=v();Ia=a+Ha;try{X(!0,a)?ma.postMessage(null):(W=!1,X=null)}catch(b){throw ma.postMessage(null),b;}}else W=!1};M=function(a){X=a;W||(W=!0,ma.postMessage(null))}; | ||
T=function(a,b){la=Wa(function(){a(v())},b)};ha=function(){Xa(la);la=-1}}var V=0,fa=0;G="function"===typeof SharedArrayBuffer?new SharedArrayBuffer(4*Int32Array.BYTES_PER_ELEMENT):"function"===typeof ArrayBuffer?new ArrayBuffer(4*Int32Array.BYTES_PER_ELEMENT):null;var p=null!==G?new Int32Array(G):[];p[0]=0;p[3]=0;var C=p[1]=0,K=null,t=null,J=0,w=[],A=[],Ya=1,n=null,q=3,U=!1,D=!1,L=!1;k={__proto__:null,unstable_ImmediatePriority:1,unstable_UserBlockingPriority:2,unstable_NormalPriority:3,unstable_IdlePriority:5, | ||
{};E.prototype.setState=function(a,b){if("object"!==typeof a&&"function"!==typeof a&&null!=a)throw Error(I(85));this.updater.enqueueSetState(this,a,b,"setState")};E.prototype.forceUpdate=function(a){this.updater.enqueueForceUpdate(this,a,"forceUpdate")};qa.prototype=E.prototype;k=X.prototype=new qa;k.constructor=X;ja(k,E.prototype);k.isPureReactComponent=!0;var Y={current:null},sa=Object.prototype.hasOwnProperty,ta={key:!0,ref:!0,__self:!0,__source:!0},va=/\/+/g,wa={current:null},ka;if("object"=== | ||
typeof performance&&"function"===typeof performance.now){var Ua=performance;var v=function(){return Ua.now()}}else{var Ea=Date,Va=Ea.now();v=function(){return Ea.now()-Va}}if("undefined"===typeof window||"function"!==typeof MessageChannel){var N=null,Fa=null,Ga=function(){if(null!==N)try{var a=v();N(!0,a);N=null}catch(b){throw setTimeout(Ga,0),b;}};var M=function(a){null!==N?setTimeout(M,0,a):(N=a,setTimeout(Ga,0))};var S=function(a,b){Fa=setTimeout(a,b)};var ha=function(){clearTimeout(Fa)};var ia= | ||
function(){return!1};k=ka=function(){}}else{var Wa=window.setTimeout,Xa=window.clearTimeout;"undefined"!==typeof console&&(k=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 k&&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 V=!1,W=null,la=-1,Ha=5,Ia=0;ia=function(){return v()>=Ia};k=function(){};ka=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"):Ha=0<a?Math.floor(1E3/a):5};var G=new MessageChannel,ma=G.port2;G.port1.onmessage=function(){if(null!==W){var a=v();Ia=a+Ha;try{W(!0,a)?ma.postMessage(null):(V=!1,W=null)}catch(b){throw ma.postMessage(null),b;}}else V=!1};M=function(a){W=a;V||(V=!0,ma.postMessage(null))}; | ||
S=function(a,b){la=Wa(function(){a(v())},b)};ha=function(){Xa(la);la=-1}}var U=0,fa=0;G="function"===typeof SharedArrayBuffer?new SharedArrayBuffer(4*Int32Array.BYTES_PER_ELEMENT):"function"===typeof ArrayBuffer?new ArrayBuffer(4*Int32Array.BYTES_PER_ELEMENT):null;var p=null!==G?new Int32Array(G):[];p[0]=0;p[3]=0;var C=p[1]=0,K=null,t=null,J=0,x=[],A=[],Ya=1,n=null,q=3,T=!1,D=!1,L=!1;k={__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=q;q=a;try{return b()}finally{q=c}},unstable_next:function(a){switch(q){case 1:case 2:case 3:var b=3;break;default:b=q}var c=q;q=b;try{return a()}finally{q=c}},unstable_scheduleCallback:function(a,b,c){var e=v();"object"===typeof c&&null!==c?(c=c.delay,c="number"===typeof c&&0<c?e+c:e):c=e;switch(a){case 1:var d=-1;break;case 2:d=250;break;case 5:d=1073741823;break;case 4:d= | ||
1E4;break;default:d=5E3}d=c+d;a={id:Ya++,callback:b,priorityLevel:a,startTime:c,expirationTime:d,sortIndex:-1,isQueued:!1};c>e?(a.sortIndex=c,ca(A,a),null===u(w)&&a===u(A)&&(L?ha():L=!0,T(da,c-e))):(a.sortIndex=d,ca(w,a),ya(a,e),a.isQueued=!0,D||U||(D=!0,M(ea)));return a},unstable_cancelCallback:function(a){if(a.isQueued){var b=v();p[3]--;null!==t&&z([4,1E3*b,a.id]);a.isQueued=!1}a.callback=null},unstable_wrapCallback:function(a){var b=q;return function(){var c=q;q=b;try{return a.apply(this,arguments)}finally{q= | ||
c}}},unstable_getCurrentPriorityLevel:function(){return q},unstable_shouldYield:function(){var a=v();S(a);var b=u(w);return b!==n&&null!==n&&null!==b&&null!==b.callback&&b.startTime<=a&&b.expirationTime<n.expirationTime||ia()},unstable_requestPaint:k,unstable_continueExecution:function(){D||U||(D=!0,M(ea))},unstable_pauseExecution:function(){},unstable_getFirstCallbackNode:function(){return u(w)},get unstable_now(){return v},get unstable_forceFrameRate(){return ka},unstable_Profiling:{startLoggingProfilingEvents:function(){C= | ||
131072;K=new ArrayBuffer(4*C);t=new Int32Array(K);J=0},stopLoggingProfilingEvents:xa,sharedProfilingBuffer:G}};var Za=0,$a=0,r=null,B=null;r={current:new Set};B={current:null};var x=null;x=new Set;k={ReactCurrentDispatcher:wa,ReactCurrentOwner:Z,IsSomeRendererActing:{current:!1},ReactCurrentBatchConfig:{suspense:null},assign:ja,Scheduler:k,SchedulerTracing:{__proto__:null,get __interactionsRef(){return r},get __subscriberRef(){return B},unstable_clear:function(a){var b=r.current;r.current=new Set; | ||
try{return a()}finally{r.current=b}},unstable_getCurrent:function(){return r.current},unstable_getThreadID:function(){return++$a},unstable_trace:function(a,b,c){var e=3<arguments.length&&void 0!==arguments[3]?arguments[3]:0,d={__count:1,id:Za++,name:a,timestamp:b},f=r.current,l=new Set(f);l.add(d);r.current=l;var g=B.current;try{if(null!==g)g.onInteractionTraced(d)}finally{try{if(null!==g)g.onWorkStarted(l,e)}finally{try{var h=c()}finally{r.current=f;try{if(null!==g)g.onWorkStopped(l,e)}finally{if(d.__count--, | ||
null!==g&&0===d.__count)g.onInteractionScheduledWorkCompleted(d)}}}}return h},unstable_wrap:function(a){function b(){var b=r.current;r.current=e;d=B.current;try{try{if(null!==d)d.onWorkStarted(e,c)}finally{try{var g=a.apply(void 0,arguments)}finally{if(r.current=b,null!==d)d.onWorkStopped(e,c)}}return g}finally{f||(f=!0,e.forEach(function(a){a.__count--;if(null!==d&&0===a.__count)d.onInteractionScheduledWorkCompleted(a)}))}}var c=1<arguments.length&&void 0!==arguments[1]?arguments[1]:0,e=r.current, | ||
d=B.current;if(null!==d)d.onWorkScheduled(e,c);e.forEach(function(a){a.__count++});var f=!1;b.cancel=function(){d=B.current;try{if(null!==d)d.onWorkCanceled(e,c)}finally{e.forEach(function(a){a.__count--;if(d&&0===a.__count)d.onInteractionScheduledWorkCompleted(a)})}};return b},unstable_subscribe:function(a){x.add(a);1===x.size&&(B.current={onInteractionScheduledWorkCompleted:Oa,onInteractionTraced:Na,onWorkCanceled:Sa,onWorkScheduled:Pa,onWorkStarted:Qa,onWorkStopped:Ra})},unstable_unsubscribe:function(a){x.delete(a); | ||
0===x.size&&(B.current=null)}}};f.Children={map:P,forEach:function(a,b,c){P(a,function(){b.apply(this,arguments)},c)},count:function(a){var b=0;P(a,function(){b++});return b},toArray:function(a){return P(a,function(a){return a})||[]},only:function(a){if(!aa(a))throw Error(I(143));return a}};f.Component=E;f.PureComponent=Y;f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=k;f.cloneElement=function(a,b,c){if(null===a||void 0===a)throw Error(I(267,a));var e=ja({},a.props),d=a.key,f=a.ref,l=a._owner; | ||
if(null!=b){void 0!==b.ref&&(f=b.ref,l=Z.current);void 0!==b.key&&(d=""+b.key);if(a.type&&a.type.defaultProps)var g=a.type.defaultProps;for(h in b)sa.call(b,h)&&!ta.hasOwnProperty(h)&&(e[h]=void 0===b[h]&&void 0!==g?g[h]:b[h])}var h=arguments.length-2;if(1===h)e.children=c;else if(1<h){g=Array(h);for(var k=0;k<h;k++)g[k]=arguments[k+2];e.children=g}return{$$typeof:F,type:a.type,key:d,ref:f,props:e,_owner:l}};f.createContext=function(a,b){void 0===b&&(b=null);a={$$typeof:Aa,_calculateChangedBits:b, | ||
_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:za,_context:a};return a.Consumer=a};f.createElement=ra;f.createFactory=function(a){var b=ra.bind(null,a);b.type=a;return b};f.createRef=function(){return{current:null}};f.forwardRef=function(a){return{$$typeof:Ba,render:a}};f.isValidElement=aa;f.lazy=function(a){return{$$typeof:Da,_payload:{_status:-1,_result:a},_init:La}};f.memo=function(a,b){return{$$typeof:Ca,type:a,compare:void 0===b?null:b}};f.useCallback= | ||
function(a,b){return y().useCallback(a,b)};f.useContext=function(a,b){return y().useContext(a,b)};f.useDebugValue=function(a,b){};f.useEffect=function(a,b){return y().useEffect(a,b)};f.useImperativeHandle=function(a,b,c){return y().useImperativeHandle(a,b,c)};f.useLayoutEffect=function(a,b){return y().useLayoutEffect(a,b)};f.useMemo=function(a,b){return y().useMemo(a,b)};f.useReducer=function(a,b,c){return y().useReducer(a,b,c)};f.useRef=function(a){return y().useRef(a)};f.useState=function(a){return y().useState(a)}; | ||
f.version="17.0.0-rc.0"}); | ||
1E4;break;default:d=5E3}d=c+d;a={id:Ya++,callback:b,priorityLevel:a,startTime:c,expirationTime:d,sortIndex:-1,isQueued:!1};c>e?(a.sortIndex=c,ba(A,a),null===u(x)&&a===u(A)&&(L?ha():L=!0,S(da,c-e))):(a.sortIndex=d,ba(x,a),ya(a,e),a.isQueued=!0,D||T||(D=!0,M(ea)));return a},unstable_cancelCallback:function(a){if(a.isQueued){var b=v();p[3]--;null!==t&&z([4,1E3*b,a.id]);a.isQueued=!1}a.callback=null},unstable_wrapCallback:function(a){var b=q;return function(){var c=q;q=b;try{return a.apply(this,arguments)}finally{q= | ||
c}}},unstable_getCurrentPriorityLevel:function(){return q},get unstable_shouldYield(){return ia},unstable_requestPaint:k,unstable_continueExecution:function(){D||T||(D=!0,M(ea))},unstable_pauseExecution:function(){},unstable_getFirstCallbackNode:function(){return u(x)},get unstable_now(){return v},get unstable_forceFrameRate(){return ka},unstable_Profiling:{startLoggingProfilingEvents:function(){C=131072;K=new ArrayBuffer(4*C);t=new Int32Array(K);J=0},stopLoggingProfilingEvents:xa,sharedProfilingBuffer:G}}; | ||
var Za=0,$a=0,r=null,B=null;r={current:new Set};B={current:null};var w=null;w=new Set;k={ReactCurrentDispatcher:wa,ReactCurrentOwner:Y,IsSomeRendererActing:{current:!1},ReactCurrentBatchConfig:{suspense:null},assign:ja,Scheduler:k,SchedulerTracing:{__proto__:null,get __interactionsRef(){return r},get __subscriberRef(){return B},unstable_clear:function(a){var b=r.current;r.current=new Set;try{return a()}finally{r.current=b}},unstable_getCurrent:function(){return r.current},unstable_getThreadID:function(){return++$a}, | ||
unstable_trace:function(a,b,c){var e=3<arguments.length&&void 0!==arguments[3]?arguments[3]:0,d={__count:1,id:Za++,name:a,timestamp:b},f=r.current,l=new Set(f);l.add(d);r.current=l;var g=B.current;try{if(null!==g)g.onInteractionTraced(d)}finally{try{if(null!==g)g.onWorkStarted(l,e)}finally{try{var h=c()}finally{r.current=f;try{if(null!==g)g.onWorkStopped(l,e)}finally{if(d.__count--,null!==g&&0===d.__count)g.onInteractionScheduledWorkCompleted(d)}}}}return h},unstable_wrap:function(a){function b(){var b= | ||
r.current;r.current=e;d=B.current;try{try{if(null!==d)d.onWorkStarted(e,c)}finally{try{var g=a.apply(void 0,arguments)}finally{if(r.current=b,null!==d)d.onWorkStopped(e,c)}}return g}finally{f||(f=!0,e.forEach(function(a){a.__count--;if(null!==d&&0===a.__count)d.onInteractionScheduledWorkCompleted(a)}))}}var c=1<arguments.length&&void 0!==arguments[1]?arguments[1]:0,e=r.current,d=B.current;if(null!==d)d.onWorkScheduled(e,c);e.forEach(function(a){a.__count++});var f=!1;b.cancel=function(){d=B.current; | ||
try{if(null!==d)d.onWorkCanceled(e,c)}finally{e.forEach(function(a){a.__count--;if(d&&0===a.__count)d.onInteractionScheduledWorkCompleted(a)})}};return b},unstable_subscribe:function(a){w.add(a);1===w.size&&(B.current={onInteractionScheduledWorkCompleted:Oa,onInteractionTraced:Na,onWorkCanceled:Sa,onWorkScheduled:Pa,onWorkStarted:Qa,onWorkStopped:Ra})},unstable_unsubscribe:function(a){w.delete(a);0===w.size&&(B.current=null)}}};f.Children={map:P,forEach:function(a,b,c){P(a,function(){b.apply(this, | ||
arguments)},c)},count:function(a){var b=0;P(a,function(){b++});return b},toArray:function(a){return P(a,function(a){return a})||[]},only:function(a){if(!Z(a))throw Error(I(143));return a}};f.Component=E;f.PureComponent=X;f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=k;f.cloneElement=function(a,b,c){if(null===a||void 0===a)throw Error(I(267,a));var e=ja({},a.props),d=a.key,f=a.ref,l=a._owner;if(null!=b){void 0!==b.ref&&(f=b.ref,l=Y.current);void 0!==b.key&&(d=""+b.key);if(a.type&&a.type.defaultProps)var g= | ||
a.type.defaultProps;for(h in b)sa.call(b,h)&&!ta.hasOwnProperty(h)&&(e[h]=void 0===b[h]&&void 0!==g?g[h]:b[h])}var h=arguments.length-2;if(1===h)e.children=c;else if(1<h){g=Array(h);for(var k=0;k<h;k++)g[k]=arguments[k+2];e.children=g}return{$$typeof:F,type:a.type,key:d,ref:f,props:e,_owner:l}};f.createContext=function(a,b){void 0===b&&(b=null);a={$$typeof:Aa,_calculateChangedBits:b,_currentValue:a,_currentValue2:a,_threadCount:0,Provider:null,Consumer:null};a.Provider={$$typeof:za,_context:a};return a.Consumer= | ||
a};f.createElement=ra;f.createFactory=function(a){var b=ra.bind(null,a);b.type=a;return b};f.createRef=function(){return{current:null}};f.forwardRef=function(a){return{$$typeof:Ba,render:a}};f.isValidElement=Z;f.lazy=function(a){return{$$typeof:Da,_payload:{_status:-1,_result:a},_init:La}};f.memo=function(a,b){return{$$typeof:Ca,type:a,compare:void 0===b?null:b}};f.useCallback=function(a,b){return y().useCallback(a,b)};f.useContext=function(a,b){return y().useContext(a,b)};f.useDebugValue=function(a, | ||
b){};f.useEffect=function(a,b){return y().useEffect(a,b)};f.useImperativeHandle=function(a,b,c){return y().useImperativeHandle(a,b,c)};f.useLayoutEffect=function(a,b){return y().useLayoutEffect(a,b)};f.useMemo=function(a,b){return y().useMemo(a,b)};f.useReducer=function(a,b,c){return y().useReducer(a,b,c)};f.useRef=function(a){return y().useRef(a)};f.useState=function(a){return y().useState(a)};f.version="17.0.0-alpha.0-2d131d782"}); | ||
})(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
297945
7132