Files
2022-12-27 12:05:56 +01:00

19 lines
11 KiB
JavaScript

(()=>{"use strict";var e={853:(e,n)=>{
/** @license React v0.20.2
* scheduler.development.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
if(process.env.NODE_ENV!=="production"){(function(){"use strict";var e=false;var r=false;var t;var a;var l;var o;var i=typeof performance==="object"&&typeof performance.now==="function";if(i){var u=performance;n.unstable_now=function(){return u.now()}}else{var s=Date;var c=s.now();n.unstable_now=function(){return s.now()-c}}if(typeof window==="undefined"||typeof MessageChannel!=="function"){var f=null;var p=null;var _flushCallback=function(){if(f!==null){try{var e=n.unstable_now();var r=true;f(r,e);f=null}catch(e){setTimeout(_flushCallback,0);throw e}}};t=function(e){if(f!==null){setTimeout(t,0,e)}else{f=e;setTimeout(_flushCallback,0)}};a=function(e,n){p=setTimeout(e,n)};l=function(){clearTimeout(p)};n.unstable_shouldYield=function(){return false};o=n.unstable_forceFrameRate=function(){}}else{var v=window.setTimeout;var b=window.clearTimeout;if(typeof console!=="undefined"){var d=window.requestAnimationFrame;var _=window.cancelAnimationFrame;if(typeof d!=="function"){console["error"]("This browser doesn't support requestAnimationFrame. "+"Make sure that you load a "+"polyfill in older browsers. https://reactjs.org/link/react-polyfills")}if(typeof _!=="function"){console["error"]("This browser doesn't support cancelAnimationFrame. "+"Make sure that you load a "+"polyfill in older browsers. https://reactjs.org/link/react-polyfills")}}var m=false;var k=null;var y=-1;var h=5;var x=0;{n.unstable_shouldYield=function(){return n.unstable_now()>=x};o=function(){}}n.unstable_forceFrameRate=function(e){if(e<0||e>125){console["error"]("forceFrameRate takes a positive int between 0 and 125, "+"forcing frame rates higher than 125 fps is not supported");return}if(e>0){h=Math.floor(1e3/e)}else{h=5}};var performWorkUntilDeadline=function(){if(k!==null){var e=n.unstable_now();x=e+h;var r=true;try{var t=k(r,e);if(!t){m=false;k=null}else{C.postMessage(null)}}catch(e){C.postMessage(null);throw e}}else{m=false}};var g=new MessageChannel;var C=g.port2;g.port1.onmessage=performWorkUntilDeadline;t=function(e){k=e;if(!m){m=true;C.postMessage(null)}};a=function(e,r){y=v((function(){e(n.unstable_now())}),r)};l=function(){b(y);y=-1}}function push(e,n){var r=e.length;e.push(n);siftUp(e,n,r)}function peek(e){var n=e[0];return n===undefined?null:n}function pop(e){var n=e[0];if(n!==undefined){var r=e.pop();if(r!==n){e[0]=r;siftDown(e,r,0)}return n}else{return null}}function siftUp(e,n,r){var t=r;while(true){var a=t-1>>>1;var l=e[a];if(l!==undefined&&compare(l,n)>0){e[a]=n;e[t]=l;t=a}else{return}}}function siftDown(e,n,r){var t=r;var a=e.length;while(t<a){var l=(t+1)*2-1;var o=e[l];var i=l+1;var u=e[i];if(o!==undefined&&compare(o,n)<0){if(u!==undefined&&compare(u,o)<0){e[t]=u;e[i]=n;t=i}else{e[t]=o;e[l]=n;t=l}}else if(u!==undefined&&compare(u,n)<0){e[t]=u;e[i]=n;t=i}else{return}}}function compare(e,n){var r=e.sortIndex-n.sortIndex;return r!==0?r:e.id-n.id}var P=1;var F=2;var M=3;var E=4;var L=5;function markTaskErrored(e,n){}var q=1073741823;var N=-1;var j=250;var A=5e3;var W=1e4;var D=q;var R=[];var Y=[];var B=1;var O=null;var Q=M;var z=false;var G=false;var S=false;function advanceTimers(e){var n=peek(Y);while(n!==null){if(n.callback===null){pop(Y)}else if(n.startTime<=e){pop(Y);n.sortIndex=n.expirationTime;push(R,n)}else{return}n=peek(Y)}}function handleTimeout(e){S=false;advanceTimers(e);if(!G){if(peek(R)!==null){G=true;t(flushWork)}else{var n=peek(Y);if(n!==null){a(handleTimeout,n.startTime-e)}}}}function flushWork(e,t){G=false;if(S){S=false;l()}z=true;var a=Q;try{if(r){try{return workLoop(e,t)}catch(e){if(O!==null){var o=n.unstable_now();markTaskErrored(O,o);O.isQueued=false}throw e}}else{return workLoop(e,t)}}finally{O=null;Q=a;z=false}}function workLoop(r,t){var l=t;advanceTimers(l);O=peek(R);while(O!==null&&!e){if(O.expirationTime>l&&(!r||n.unstable_shouldYield())){break}var o=O.callback;if(typeof o==="function"){O.callback=null;Q=O.priorityLevel;var i=O.expirationTime<=l;var u=o(i);l=n.unstable_now();if(typeof u==="function"){O.callback=u}else{if(O===peek(R)){pop(R)}}advanceTimers(l)}else{pop(R)}O=peek(R)}if(O!==null){return true}else{var s=peek(Y);if(s!==null){a(handleTimeout,s.startTime-l)}return false}}function unstable_runWithPriority(e,n){switch(e){case P:case F:case M:case E:case L:break;default:e=M}var r=Q;Q=e;try{return n()}finally{Q=r}}function unstable_next(e){var n;switch(Q){case P:case F:case M:n=M;break;default:n=Q;break}var r=Q;Q=n;try{return e()}finally{Q=r}}function unstable_wrapCallback(e){var n=Q;return function(){var r=Q;Q=n;try{return e.apply(this,arguments)}finally{Q=r}}}function unstable_scheduleCallback(e,r,o){var i=n.unstable_now();var u;if(typeof o==="object"&&o!==null){var s=o.delay;if(typeof s==="number"&&s>0){u=i+s}else{u=i}}else{u=i}var c;switch(e){case P:c=N;break;case F:c=j;break;case L:c=D;break;case E:c=W;break;case M:default:c=A;break}var f=u+c;var p={id:B++,callback:r,priorityLevel:e,startTime:u,expirationTime:f,sortIndex:-1};if(u>i){p.sortIndex=u;push(Y,p);if(peek(R)===null&&p===peek(Y)){if(S){l()}else{S=true}a(handleTimeout,u-i)}}else{p.sortIndex=f;push(R,p);if(!G&&!z){G=true;t(flushWork)}}return p}function unstable_pauseExecution(){}function unstable_continueExecution(){if(!G&&!z){G=true;t(flushWork)}}function unstable_getFirstCallbackNode(){return peek(R)}function unstable_cancelCallback(e){e.callback=null}function unstable_getCurrentPriorityLevel(){return Q}var X=o;var Z=null;n.unstable_IdlePriority=L;n.unstable_ImmediatePriority=P;n.unstable_LowPriority=E;n.unstable_NormalPriority=M;n.unstable_Profiling=Z;n.unstable_UserBlockingPriority=F;n.unstable_cancelCallback=unstable_cancelCallback;n.unstable_continueExecution=unstable_continueExecution;n.unstable_getCurrentPriorityLevel=unstable_getCurrentPriorityLevel;n.unstable_getFirstCallbackNode=unstable_getFirstCallbackNode;n.unstable_next=unstable_next;n.unstable_pauseExecution=unstable_pauseExecution;n.unstable_requestPaint=X;n.unstable_runWithPriority=unstable_runWithPriority;n.unstable_scheduleCallback=unstable_scheduleCallback;n.unstable_wrapCallback=unstable_wrapCallback})()}},488:(e,n)=>{
/** @license React v0.20.2
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var r,t,a,l;if("object"===typeof performance&&"function"===typeof performance.now){var o=performance;n.unstable_now=function(){return o.now()}}else{var i=Date,u=i.now();n.unstable_now=function(){return i.now()-u}}if("undefined"===typeof window||"function"!==typeof MessageChannel){var s=null,c=null,w=function(){if(null!==s)try{var e=n.unstable_now();s(!0,e);s=null}catch(e){throw setTimeout(w,0),e}};r=function(e){null!==s?setTimeout(r,0,e):(s=e,setTimeout(w,0))};t=function(e,n){c=setTimeout(e,n)};a=function(){clearTimeout(c)};n.unstable_shouldYield=function(){return!1};l=n.unstable_forceFrameRate=function(){}}else{var f=window.setTimeout,p=window.clearTimeout;if("undefined"!==typeof console){var v=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 v&&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 b=!1,d=null,_=-1,m=5,k=0;n.unstable_shouldYield=function(){return n.unstable_now()>=k};l=function(){};n.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):m=0<e?Math.floor(1e3/e):5};var y=new MessageChannel,h=y.port2;y.port1.onmessage=function(){if(null!==d){var e=n.unstable_now();k=e+m;try{d(!0,e)?h.postMessage(null):(b=!1,d=null)}catch(e){throw h.postMessage(null),e}}else b=!1};r=function(e){d=e;b||(b=!0,h.postMessage(null))};t=function(e,r){_=f((function(){e(n.unstable_now())}),r)};a=function(){p(_);_=-1}}function H(e,n){var r=e.length;e.push(n);e:for(;;){var t=r-1>>>1,a=e[t];if(void 0!==a&&0<I(a,n))e[t]=n,e[r]=a,r=t;else break e}}function J(e){e=e[0];return void 0===e?null:e}function K(e){var n=e[0];if(void 0!==n){var r=e.pop();if(r!==n){e[0]=r;e:for(var t=0,a=e.length;t<a;){var l=2*(t+1)-1,o=e[l],i=l+1,u=e[i];if(void 0!==o&&0>I(o,r))void 0!==u&&0>I(u,o)?(e[t]=u,e[i]=r,t=i):(e[t]=o,e[l]=r,t=l);else if(void 0!==u&&0>I(u,r))e[t]=u,e[i]=r,t=i;else break e}}return n}return null}function I(e,n){var r=e.sortIndex-n.sortIndex;return 0!==r?r:e.id-n.id}var x=[],g=[],C=1,P=null,F=3,M=!1,E=!1,L=!1;function T(e){for(var n=J(g);null!==n;){if(null===n.callback)K(g);else if(n.startTime<=e)K(g),n.sortIndex=n.expirationTime,H(x,n);else break;n=J(g)}}function U(e){L=!1;T(e);if(!E)if(null!==J(x))E=!0,r(V);else{var n=J(g);null!==n&&t(U,n.startTime-e)}}function V(e,r){E=!1;L&&(L=!1,a());M=!0;var l=F;try{T(r);for(P=J(x);null!==P&&(!(P.expirationTime>r)||e&&!n.unstable_shouldYield());){var o=P.callback;if("function"===typeof o){P.callback=null;F=P.priorityLevel;var i=o(P.expirationTime<=r);r=n.unstable_now();"function"===typeof i?P.callback=i:P===J(x)&&K(x);T(r)}else K(x);P=J(x)}if(null!==P)var u=!0;else{var s=J(g);null!==s&&t(U,s.startTime-r);u=!1}return u}finally{P=null,F=l,M=!1}}var q=l;n.unstable_IdlePriority=5;n.unstable_ImmediatePriority=1;n.unstable_LowPriority=4;n.unstable_NormalPriority=3;n.unstable_Profiling=null;n.unstable_UserBlockingPriority=2;n.unstable_cancelCallback=function(e){e.callback=null};n.unstable_continueExecution=function(){E||M||(E=!0,r(V))};n.unstable_getCurrentPriorityLevel=function(){return F};n.unstable_getFirstCallbackNode=function(){return J(x)};n.unstable_next=function(e){switch(F){case 1:case 2:case 3:var n=3;break;default:n=F}var r=F;F=n;try{return e()}finally{F=r}};n.unstable_pauseExecution=function(){};n.unstable_requestPaint=q;n.unstable_runWithPriority=function(e,n){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var r=F;F=e;try{return n()}finally{F=r}};n.unstable_scheduleCallback=function(e,l,o){var i=n.unstable_now();"object"===typeof o&&null!==o?(o=o.delay,o="number"===typeof o&&0<o?i+o:i):o=i;switch(e){case 1:var u=-1;break;case 2:u=250;break;case 5:u=1073741823;break;case 4:u=1e4;break;default:u=5e3}u=o+u;e={id:C++,callback:l,priorityLevel:e,startTime:o,expirationTime:u,sortIndex:-1};o>i?(e.sortIndex=o,H(g,e),null===J(x)&&e===J(g)&&(L?a():L=!0,t(U,o-i))):(e.sortIndex=u,H(x,e),E||M||(E=!0,r(V)));return e};n.unstable_wrapCallback=function(e){var n=F;return function(){var r=F;F=n;try{return e.apply(this,arguments)}finally{F=r}}}},833:(e,n,r)=>{if(process.env.NODE_ENV==="production"){e.exports=r(488)}else{e.exports=r(853)}}};var n={};function __nccwpck_require__(r){var t=n[r];if(t!==undefined){return t.exports}var a=n[r]={exports:{}};var l=true;try{e[r](a,a.exports,__nccwpck_require__);l=false}finally{if(l)delete n[r]}return a.exports}if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var r=__nccwpck_require__(833);module.exports=r})();