@wesionary/annotorious-openseadragon
Version:
Annotorious image annotation for OpenSeadragon
43 lines • 330 kB
JavaScript
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("openseadragon")):"function"==typeof define&&define.amd?define(["openseadragon"],t):"object"==typeof exports?exports.Annotorious=t(require("openseadragon")):(e.OpenSeadragon=e.OpenSeadragon||{},e.OpenSeadragon.Annotorious=t(e.OpenSeadragon))}(window,function(n){return i={},o.m=r=[
/*!****************************************************************!*\
!*** ../recogito-client-core/node_modules/prop-types/index.js ***!
\****************************************************************/
/*! no static exports found */
/*! exports used: default */
/*! ModuleConcatenation bailout: Module is not an ECMAScript module */function(e,t,n){e.exports=n(/*! ./factoryWithThrowingShims */72)()},
/*!*****************************************!*\
!*** ./node_modules/axios/lib/utils.js ***!
\*****************************************/
/*! no static exports found */
/*! all exports used */
/*! ModuleConcatenation bailout: Module is not an ECMAScript module */function(e,t,n){"use strict";function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o=n(/*! ./helpers/bind */9),r=Object.prototype.toString;function a(e){return"[object Array]"===r.call(e)}function u(e){return void 0===e}function c(e){return null!==e&&"object"===i(e)}function s(e){return"[object Function]"===r.call(e)}function l(e,t){if(null!=e)if("object"!==i(e)&&(e=[e]),a(e))for(var n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.call(null,e[o],o,e)}e.exports={isArray:a,isArrayBuffer:function(e){return"[object ArrayBuffer]"===r.call(e)},isBuffer:function(e){return null!==e&&!u(e)&&null!==e.constructor&&!u(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:c,isUndefined:u,isDate:function(e){return"[object Date]"===r.call(e)},isFile:function(e){return"[object File]"===r.call(e)},isBlob:function(e){return"[object Blob]"===r.call(e)},isFunction:s,isStream:function(e){return c(e)&&s(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:l,merge:function n(){var r={};function e(e,t){"object"===i(r[t])&&"object"===i(e)?r[t]=n(r[t],e):r[t]=e}for(var t=0,o=arguments.length;t<o;t++)l(arguments[t],e);return r},deepMerge:function n(){var r={};function e(e,t){"object"===i(r[t])&&"object"===i(e)?r[t]=n(r[t],e):"object"===i(e)?r[t]=n({},e):r[t]=e}for(var t=0,o=arguments.length;t<o;t++)l(arguments[t],e);return r},extend:function(n,e,r){return l(e,function(e,t){n[t]=r&&"function"==typeof e?o(e,r):e}),n},trim:function(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}}},
/*!******************************************************************!*\
!*** ../recogito-client-core/node_modules/tiny-emitter/index.js ***!
\******************************************************************/
/*! no static exports found */
/*! exports used: default */
/*! ModuleConcatenation bailout: Module is not an ECMAScript module */function(e,t){function n(){}n.prototype={on:function(e,t,n){var r=this.e||(this.e={});return(r[e]||(r[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var r=this;function o(){r.off(e,o),t.apply(n,arguments)}return o._=t,this.on(e,o,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),r=0,o=n.length;r<o;r++)n[r].fn.apply(n[r].ctx,t);return this},off:function(e,t){var n=this.e||(this.e={}),r=n[e],o=[];if(r&&t)for(var i=0,a=r.length;i<a;i++)r[i].fn!==t&&r[i].fn._!==t&&o.push(r[i]);return o.length?n[e]=o:delete n[e],this}},e.exports=n,e.exports.TinyEmitter=n},
/*!**********************************************************************************************************************!*\
!*** external {"root":"OpenSeadragon","commonjs":"openseadragon","commonjs2":"openseadragon","amd":"openseadragon"} ***!
\**********************************************************************************************************************/
/*! no static exports found */
/*! exports used: default */
/*! ModuleConcatenation bailout: Module is not an ECMAScript module */function(e,t){e.exports=n},
/*!************************************************************************!*\
!*** ../recogito-client-core/node_modules/es-abstract/GetIntrinsic.js ***!
\************************************************************************/
/*! no static exports found */
/*! all exports used */
/*! ModuleConcatenation bailout: Module is not an ECMAScript module */function(e,t,n){"use strict";function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o,u=TypeError,c=Object.getOwnPropertyDescriptor;if(c)try{c({},"")}catch(e){c=null}function i(){throw new u}var a=c?function(){try{return i}catch(e){try{return c(arguments,"callee").get}catch(e){return i}}}():i,s=n(/*! has-symbols */50)(),l=Object.getPrototypeOf||function(e){return e.__proto__},f=o,p=o,d=o,y=o,h="undefined"==typeof Uint8Array?o:l(Uint8Array),m={"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?o:ArrayBuffer,"%ArrayBufferPrototype%":"undefined"==typeof ArrayBuffer?o:ArrayBuffer.prototype,"%ArrayIteratorPrototype%":s?l([][Symbol.iterator]()):o,"%ArrayPrototype%":Array.prototype,"%ArrayProto_entries%":Array.prototype.entries,"%ArrayProto_forEach%":Array.prototype.forEach,"%ArrayProto_keys%":Array.prototype.keys,"%ArrayProto_values%":Array.prototype.values,"%AsyncFromSyncIteratorPrototype%":o,"%AsyncFunction%":p,"%AsyncFunctionPrototype%":o,"%AsyncGenerator%":o,"%AsyncGeneratorFunction%":d,"%AsyncGeneratorPrototype%":o,"%AsyncIteratorPrototype%":y&&s&&Symbol.asyncIterator?y[Symbol.asyncIterator]():o,"%Atomics%":"undefined"==typeof Atomics?o:Atomics,"%Boolean%":Boolean,"%BooleanPrototype%":Boolean.prototype,"%DataView%":"undefined"==typeof DataView?o:DataView,"%DataViewPrototype%":"undefined"==typeof DataView?o:DataView.prototype,"%Date%":Date,"%DatePrototype%":Date.prototype,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%ErrorPrototype%":Error.prototype,"%eval%":eval,"%EvalError%":EvalError,"%EvalErrorPrototype%":EvalError.prototype,"%Float32Array%":"undefined"==typeof Float32Array?o:Float32Array,"%Float32ArrayPrototype%":"undefined"==typeof Float32Array?o:Float32Array.prototype,"%Float64Array%":"undefined"==typeof Float64Array?o:Float64Array,"%Float64ArrayPrototype%":"undefined"==typeof Float64Array?o:Float64Array.prototype,"%Function%":Function,"%FunctionPrototype%":Function.prototype,"%Generator%":o,"%GeneratorFunction%":f,"%GeneratorPrototype%":o,"%Int8Array%":"undefined"==typeof Int8Array?o:Int8Array,"%Int8ArrayPrototype%":"undefined"==typeof Int8Array?o:Int8Array.prototype,"%Int16Array%":"undefined"==typeof Int16Array?o:Int16Array,"%Int16ArrayPrototype%":"undefined"==typeof Int16Array?o:Int8Array.prototype,"%Int32Array%":"undefined"==typeof Int32Array?o:Int32Array,"%Int32ArrayPrototype%":"undefined"==typeof Int32Array?o:Int32Array.prototype,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":s?l(l([][Symbol.iterator]())):o,"%JSON%":"object"===("undefined"==typeof JSON?"undefined":r(JSON))?JSON:o,"%JSONParse%":"object"===("undefined"==typeof JSON?"undefined":r(JSON))?JSON.parse:o,"%Map%":"undefined"==typeof Map?o:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&s?l((new Map)[Symbol.iterator]()):o,"%MapPrototype%":"undefined"==typeof Map?o:Map.prototype,"%Math%":Math,"%Number%":Number,"%NumberPrototype%":Number.prototype,"%Object%":Object,"%ObjectPrototype%":Object.prototype,"%ObjProto_toString%":Object.prototype.toString,"%ObjProto_valueOf%":Object.prototype.valueOf,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?o:Promise,"%PromisePrototype%":"undefined"==typeof Promise?o:Promise.prototype,"%PromiseProto_then%":"undefined"==typeof Promise?o:Promise.prototype.then,"%Promise_all%":"undefined"==typeof Promise?o:Promise.all,"%Promise_reject%":"undefined"==typeof Promise?o:Promise.reject,"%Promise_resolve%":"undefined"==typeof Promise?o:Promise.resolve,"%Proxy%":"undefined"==typeof Proxy?o:Proxy,"%RangeError%":RangeError,"%RangeErrorPrototype%":RangeError.prototype,"%ReferenceError%":ReferenceError,"%ReferenceErrorPrototype%":ReferenceError.prototype,"%Reflect%":"undefined"==typeof Reflect?o:Reflect,"%RegExp%":RegExp,"%RegExpPrototype%":RegExp.prototype,"%Set%":"undefined"==typeof Set?o:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&s?l((new Set)[Symbol.iterator]()):o,"%SetPrototype%":"undefined"==typeof Set?o:Set.prototype,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?o:SharedArrayBuffer,"%SharedArrayBufferPrototype%":"undefined"==typeof SharedArrayBuffer?o:SharedArrayBuffer.prototype,"%String%":String,"%StringIteratorPrototype%":s?l(""[Symbol.iterator]()):o,"%StringPrototype%":String.prototype,"%Symbol%":s?Symbol:o,"%SymbolPrototype%":s?Symbol.prototype:o,"%SyntaxError%":SyntaxError,"%SyntaxErrorPrototype%":SyntaxError.prototype,"%ThrowTypeError%":a,"%TypedArray%":h,"%TypedArrayPrototype%":h?h.prototype:o,"%TypeError%":u,"%TypeErrorPrototype%":u.prototype,"%Uint8Array%":"undefined"==typeof Uint8Array?o:Uint8Array,"%Uint8ArrayPrototype%":"undefined"==typeof Uint8Array?o:Uint8Array.prototype,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?o:Uint8ClampedArray,"%Uint8ClampedArrayPrototype%":"undefined"==typeof Uint8ClampedArray?o:Uint8ClampedArray.prototype,"%Uint16Array%":"undefined"==typeof Uint16Array?o:Uint16Array,"%Uint16ArrayPrototype%":"undefined"==typeof Uint16Array?o:Uint16Array.prototype,"%Uint32Array%":"undefined"==typeof Uint32Array?o:Uint32Array,"%Uint32ArrayPrototype%":"undefined"==typeof Uint32Array?o:Uint32Array.prototype,"%URIError%":URIError,"%URIErrorPrototype%":URIError.prototype,"%WeakMap%":"undefined"==typeof WeakMap?o:WeakMap,"%WeakMapPrototype%":"undefined"==typeof WeakMap?o:WeakMap.prototype,"%WeakSet%":"undefined"==typeof WeakSet?o:WeakSet,"%WeakSetPrototype%":"undefined"==typeof WeakSet?o:WeakSet.prototype},b=n(/*! function-bind */7).call(Function.call,String.prototype.replace),g=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,v=/\\(\\)?/g;e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new TypeError("intrinsic name must be a non-empty string");if(1<arguments.length&&"boolean"!=typeof t)throw new TypeError('"allowMissing" argument must be a boolean');for(var o,n=(o=[],b(e,g,function(e,t,n,r){o[o.length]=n?b(r,v,"$1"):t||e}),o),r=function(e,t){if(!(e in m))throw new SyntaxError("intrinsic "+e+" does not exist!");if(void 0===m[e]&&!t)throw new u("intrinsic "+e+" exists, but is not available. Please file an issue!");return m[e]}("%"+(0<n.length?n[0]:"")+"%",t),i=1;i<n.length;i+=1)if(null!=r)if(c&&i+1>=n.length){var a=c(r,n[i]);if(!(t||n[i]in r))throw new u("base intrinsic for "+e+" exists, but the property is not available.");r=a?a.get||a.value:r[n[i]]}else r=r[n[i]];return r}},
/*!********************************************!*\
!*** ./node_modules/tiny-emitter/index.js ***!
\********************************************/
/*! no static exports found */
/*! exports used: default */
/*! ModuleConcatenation bailout: Module is not an ECMAScript module */function(e,t){function n(){}n.prototype={on:function(e,t,n){var r=this.e||(this.e={});return(r[e]||(r[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var r=this;function o(){r.off(e,o),t.apply(n,arguments)}return o._=t,this.on(e,o,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),r=0,o=n.length;r<o;r++)n[r].fn.apply(n[r].ctx,t);return this},off:function(e,t){var n=this.e||(this.e={}),r=n[e],o=[];if(r&&t)for(var i=0,a=r.length;i<a;i++)r[i].fn!==t&&r[i].fn._!==t&&o.push(r[i]);return o.length?n[e]=o:delete n[e],this}},e.exports=n,e.exports.TinyEmitter=n},
/*!********************************************************************!*\
!*** ./node_modules/@recogito/annotorious/dist/annotorious.min.js ***!
\********************************************************************/
/*! no static exports found */
/*! exports used: DrawingTools, drawShape, parseRectFragment */
/*! ModuleConcatenation bailout: Module is not an ECMAScript module */function(e,i,t){(function(e){var t,n,r,o;function pr(e){return(pr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}window,o=function(){return r={},o.m=n=[function(e,t,n){"use strict";n.r(t),n.d(t,"version",function(){return L}),n.d(t,"Children",function(){return m}),n.d(t,"render",function(){return T}),n.d(t,"hydrate",function(){return R}),n.d(t,"unmountComponentAtNode",function(){return B}),n.d(t,"createPortal",function(){return j}),n.d(t,"createFactory",function(){return U}),n.d(t,"cloneElement",function(){return z}),n.d(t,"isValidElement",function(){return F}),n.d(t,"findDOMNode",function(){return H}),n.d(t,"PureComponent",function(){return l}),n.d(t,"memo",function(){return p}),n.d(t,"forwardRef",function(){return y}),n.d(t,"unstable_batchedUpdates",function(){return $}),n.d(t,"Suspense",function(){return v}),n.d(t,"SuspenseList",function(){return x}),n.d(t,"lazy",function(){return w});var r=n(3);n.d(t,"useState",function(){return r.k}),n.d(t,"useReducer",function(){return r.i}),n.d(t,"useEffect",function(){return r.d}),n.d(t,"useLayoutEffect",function(){return r.g}),n.d(t,"useRef",function(){return r.j}),n.d(t,"useImperativeHandle",function(){return r.f}),n.d(t,"useMemo",function(){return r.h}),n.d(t,"useCallback",function(){return r.a}),n.d(t,"useContext",function(){return r.b}),n.d(t,"useDebugValue",function(){return r.c}),n.d(t,"useErrorBoundary",function(){return r.e});var a=n(2);function o(e,t){for(var n in t)e[n]=t[n];return e}function i(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}n.d(t,"createElement",function(){return a.f}),n.d(t,"createContext",function(){return a.e}),n.d(t,"createRef",function(){return a.g}),n.d(t,"Fragment",function(){return a.b}),n.d(t,"Component",function(){return a.a});var u,c,s,l=(s=u=a.a,(c=f).prototype=Object.create(s.prototype),(c.prototype.constructor=c).__proto__=s,f.prototype.shouldComponentUpdate=function(e,t){return i(this.props,e)||i(this.state,t)},f);function f(e){var t;return(t=u.call(this,e)||this).isPureReactComponent=!0,t}function p(t,r){function n(e){var t=this.props.ref,n=t==e.ref;return!n&&t&&(t.call?t(null):t.current=null),r?!r(this.props,e)||!n:i(this.props,e)}function e(e){return this.shouldComponentUpdate=n,Object(a.f)(t,o({},e))}return e.prototype.isReactComponent=!0,e.displayName="Memo("+(t.displayName||t.name)+")",e.t=!0,e}var d=a.i.__b;function y(n){function e(e){var t=o({},e);return delete t.ref,n(t,e.ref)}return e.prototype.isReactComponent=e.t=!0,e.displayName="ForwardRef("+(n.displayName||n.name)+")",e}function h(e,r){return e?Object(a.k)(e).reduce(function(e,t,n){return e.concat(r(t,n))},[]):null}a.i.__b=function(e){e.type&&e.type.t&&e.ref&&(e.props.ref=e.ref,e.ref=null),d&&d(e)};var m={map:h,forEach:h,count:function(e){return e?Object(a.k)(e).length:0},only:function(e){if(1!==(e=Object(a.k)(e)).length)throw new Error("Children.only() expects only one child.");return e[0]},toArray:a.k},b=a.i.__e;function g(e){return e&&((e=o({},e)).__c=null,e.__k=e.__k&&e.__k.map(g)),e}function v(){this.__u=0,this.o=null,this.__b=null}function _(e){var t=e.__.__c;return t&&t.u&&t.u(e)}function w(t){var n,r,o;function e(e){if(n||(n=t()).then(function(e){r=e.default||e},function(e){o=e}),o)throw o;if(!r)throw n;return Object(a.f)(r,e)}return e.displayName="Lazy",e.t=!0,e}function x(){this.i=null,this.l=null}function S(e,t,n){if(++n[1]===n[0]&&e.l.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.l.size))for(n=e.i;n;){for(;3<n.length;)n.pop()();if(n[1]<n[0])break;e.i=n=n[2]}}a.i.__e=function(e,t,n){if(e.then)for(var r,o=t;o=o.__;)if((r=o.__c)&&r.__c)return r.__c(e,t.__c);b(e,t,n)},(v.prototype=new a.a).__c=function(e,t){var n=this;function r(){i||(i=!0,o?o(a):a())}null==n.o&&(n.o=[]),n.o.push(t);var o=_(n.__v),i=!1;t.__c=t.componentWillUnmount,t.componentWillUnmount=function(){r(),t.__c&&t.__c()};var a=function(){var e;if(!--n.__u)for(n.__v.__k[0]=n.state.u,n.setState({u:n.__b=null});e=n.o.pop();)e.forceUpdate()};n.__u++||n.setState({u:n.__b=n.__v.__k[0]}),e.then(r,r)},v.prototype.render=function(e,t){return this.__b&&(this.__v.__k[0]=g(this.__b),this.__b=null),[Object(a.f)(a.a,null,t.u?null:e.children),t.u&&e.fallback]},(x.prototype=new a.a).u=function(n){var r=this,o=_(r.__v),i=r.l.get(n);return i[0]++,function(e){function t(){r.props.revealOrder?(i.push(e),S(r,n,i)):e()}o?o(t):t()}},x.prototype.render=function(e){this.i=null,this.l=new Map;var t=Object(a.k)(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.l.set(t[n],this.i=[1,0,this.i]);return e.children},x.prototype.componentDidUpdate=x.prototype.componentDidMount=function(){var n=this;n.l.forEach(function(e,t){S(n,t,e)})};var O,E=((O=A.prototype).getChildContext=function(){return this.props.context},O.render=function(e){return e.children},A);function A(){}function k(e){var t=this,n=e.container,r=Object(a.f)(E,{context:t.context},e.vnode);return t.s&&t.s!==n&&(t.v.parentNode&&t.s.removeChild(t.v),Object(a.c)(t.h),t.p=!1),e.vnode?t.p?(n.__k=t.__k,Object(a.j)(r,n),t.__k=n.__k):(t.v=document.createTextNode(""),Object(a.h)("",n),n.appendChild(t.v),t.p=!0,t.s=n,Object(a.j)(r,n,t.v),t.__k=t.v.__k):t.p&&(t.v.parentNode&&t.s.removeChild(t.v),Object(a.c)(t.h)),t.h=r,t.componentWillUnmount=function(){t.v.parentNode&&t.s.removeChild(t.v),Object(a.c)(t.h)},null}function j(e,t){return Object(a.f)(k,{vnode:e,container:t})}var C=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|fill|flood|font|glyph(?!R)|horiz|marker(?!H|W|U)|overline|paint|stop|strikethrough|stroke|text(?!L)|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/;a.a.prototype.isReactComponent={};var P="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103;function T(e,t,n){if(null==t.__k)for(;t.firstChild;)t.removeChild(t.firstChild);return Object(a.j)(e,t),"function"==typeof n&&n(),e?e.__c:null}function R(e,t,n){return Object(a.h)(e,t),"function"==typeof n&&n(),e?e.__c:null}var I=a.i.event;function D(e,t){e["UNSAFE_"+t]&&!e[t]&&Object.defineProperty(e,t,{configurable:!1,get:function(){return this["UNSAFE_"+t]},set:function(e){this["UNSAFE_"+t]=e}})}a.i.event=function(e){I&&(e=I(e));var t=!(e.persist=function(){}),n=!1,r=e.stopPropagation;e.stopPropagation=function(){r.call(e),t=!0};var o=e.preventDefault;return e.preventDefault=function(){o.call(e),n=!0},e.isPropagationStopped=function(){return t},e.isDefaultPrevented=function(){return n},e.nativeEvent=e};var N={configurable:!0,get:function(){return this.class}},M=a.i.vnode;a.i.vnode=function(i){i.$$typeof=P;var e=i.type,t=i.props;if(e){if(t.class!=t.className&&(N.enumerable="className"in t,null!=t.className&&(t.class=t.className),Object.defineProperty(t,"className",N)),"function"!=typeof e){var n,r,o;for(o in t.defaultValue&&void 0!==t.value&&(t.value||0===t.value||(t.value=t.defaultValue),delete t.defaultValue),Array.isArray(t.value)&&t.multiple&&"select"===e&&(Object(a.k)(t.children).forEach(function(e){-1!=t.value.indexOf(e.props.value)&&(e.props.selected=!0)}),delete t.value),t)if(n=C.test(o))break;if(n)for(o in r=i.props={},t)r[C.test(o)?o.replace(/[A-Z0-9]/,"-$&").toLowerCase():o]=t[o]}!function(){var e=i.type,t=i.props;if(t&&"string"==typeof e){var n={};for(var r in t)/^on(Ani|Tra|Tou)/.test(r)&&(t[r.toLowerCase()]=t[r],delete t[r]),n[r.toLowerCase()]=r;if(n.ondoubleclick&&(t.ondblclick=t[n.ondoubleclick],delete t[n.ondoubleclick]),n.onbeforeinput&&(t.onbeforeinput=t[n.onbeforeinput],delete t[n.onbeforeinput]),n.onchange&&("textarea"===e||"input"===e.toLowerCase()&&!/^fil|che|ra/i.test(t.type))){var o=n.oninput||"oninput";t[o]||(t[o]=t[n.onchange],delete t[n.onchange])}}}(),"function"==typeof e&&!e.m&&e.prototype&&(D(e.prototype,"componentWillMount"),D(e.prototype,"componentWillReceiveProps"),D(e.prototype,"componentWillUpdate"),e.m=!0)}M&&M(i)};var L="16.8.0";function U(e){return a.f.bind(null,e)}function F(e){return!!e&&e.$$typeof===P}function z(e){return F(e)?a.d.apply(null,arguments):e}function B(e){return!!e.__k&&(Object(a.j)(null,e),!0)}function H(e){return e&&(e.base||1===e.nodeType&&e)||null}var $=function(e,t){return e(t)};t.default={useState:r.k,useReducer:r.i,useEffect:r.d,useLayoutEffect:r.g,useRef:r.j,useImperativeHandle:r.f,useMemo:r.h,useCallback:r.a,useContext:r.b,useDebugValue:r.c,version:"16.8.0",Children:m,render:T,hydrate:T,unmountComponentAtNode:B,createPortal:j,createElement:a.f,createContext:a.e,createFactory:U,cloneElement:z,createRef:a.g,Fragment:a.b,isValidElement:F,findDOMNode:H,Component:a.a,PureComponent:l,memo:p,forwardRef:y,unstable_batchedUpdates:$,Suspense:v,SuspenseList:x,lazy:w}},function(e,t,n){e.exports=n(75)()},function(e,t,n){"use strict";n.d(t,"j",function(){return D}),n.d(t,"h",function(){return N}),n.d(t,"f",function(){return l}),n.d(t,"b",function(){return O}),n.d(t,"g",function(){return p}),n.d(t,"a",function(){return E}),n.d(t,"d",function(){return M}),n.d(t,"e",function(){return L}),n.d(t,"k",function(){return j}),n.d(t,"c",function(){return R}),n.d(t,"i",function(){return _});var _,r,o,i,a,u,c,w={},x=[],s=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord/i;function S(e,t){for(var n in t)e[n]=t[n];return e}function v(e){var t=e.parentNode;t&&t.removeChild(e)}function l(e,t,n){var r,o=arguments,i={};for(r in t)"key"!==r&&"ref"!==r&&(i[r]=t[r]);if(3<arguments.length)for(n=[n],r=3;r<arguments.length;r++)n.push(o[r]);if(null!=n&&(i.children=n),"function"==typeof e&&null!=e.defaultProps)for(r in e.defaultProps)void 0===i[r]&&(i[r]=e.defaultProps[r]);return f(e,i,t&&t.key,t&&t.ref,null)}function f(e,t,n,r,o){var i={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,constructor:void 0,__v:o};return null==o&&(i.__v=i),_.vnode&&_.vnode(i),i}function p(){return{}}function O(e){return e.children}function E(e,t){this.props=e,this.context=t}function A(e,t){if(null==t)return e.__?A(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?A(e):null}function d(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return d(e)}}function y(e){(!e.__d&&(e.__d=!0)&&r.push(e)&&!o++||a!==_.debounceRendering)&&((a=_.debounceRendering)||i)(h)}function h(){for(var e;o=r.length;)e=r.sort(function(e,t){return e.__v.__b-t.__v.__b}),r=[],e.some(function(e){var t,n,r,o,i,a,u;e.__d&&(a=(i=(t=e).__v).__e,(u=t.__P)&&(n=[],o=P(u,i,(r=S({},i)).__v=r,t.__n,void 0!==u.ownerSVGElement,null,n,null==a?A(i):a),g(n,i),o!=a&&d(i)))})}function k(n,r,e,o,i,a,u,c,s){var l,f,p,d,y,h,m,b=e&&e.__k||x,g=b.length;if(c==w&&(c=null!=a?a[0]:g?A(e,0):null),l=0,r.__k=j(r.__k,function(e){if(null!=e){if(e.__=r,e.__b=r.__b+1,null===(p=b[l])||p&&e.key==p.key&&e.type===p.type)b[l]=void 0;else for(f=0;f<g;f++){if((p=b[f])&&e.key==p.key&&e.type===p.type){b[f]=void 0;break}p=null}if(d=P(n,e,p=p||w,o,i,a,u,c,s),(f=e.ref)&&p.ref!=f&&(m=m||[],p.ref&&m.push(p.ref,null,e),m.push(f,e.__c||d,e)),null!=d){var t;if(null==h&&(h=d),void 0!==e.__d)t=e.__d,e.__d=void 0;else if(a==p||d!=c||null==d.parentNode){e:if(null==c||c.parentNode!==n)n.appendChild(d),t=null;else{for(y=c,f=0;(y=y.nextSibling)&&f<g;f+=2)if(y==d)break e;n.insertBefore(d,c),t=c}"option"==r.type&&(n.value="")}c=void 0!==t?t:d.nextSibling,"function"==typeof r.type&&(r.__d=c)}else c&&p.__e==c&&c.parentNode!=n&&(c=A(p))}return l++,e}),r.__e=h,null!=a&&"function"!=typeof r.type)for(l=a.length;l--;)null!=a[l]&&v(a[l]);for(l=g;l--;)null!=b[l]&&R(b[l],b[l]);if(m)for(l=0;l<m.length;l++)T(m[l],m[++l],m[++l])}function j(e,t,n){if(null==n&&(n=[]),null==e||"boolean"==typeof e)t&&n.push(t(null));else if(Array.isArray(e))for(var r=0;r<e.length;r++)j(e[r],t,n);else n.push(t?t("string"==typeof e||"number"==typeof e?f(null,e,null,null,e):null!=e.__e||null!=e.__c?f(e.type,e.props,e.key,null,e.__v):e):e);return n}function m(e,t,n){"-"===t[0]?e.setProperty(t,n):e[t]="number"==typeof n&&!1===s.test(t)?n+"px":null==n?"":n}function C(e,t,n,r,o){var i,a,u,c,s;if(o?"className"===t&&(t="class"):"class"===t&&(t="className"),"style"===t)if(i=e.style,"string"==typeof n)i.cssText=n;else{if("string"==typeof r&&(i.cssText="",r=null),r)for(c in r)n&&c in n||m(i,c,"");if(n)for(s in n)r&&n[s]===r[s]||m(i,s,n[s])}else"o"===t[0]&&"n"===t[1]?(a=t!==(t=t.replace(/Capture$/,"")),t=((u=t.toLowerCase())in e?u:t).slice(2),n?(r||e.addEventListener(t,b,a),(e.l||(e.l={}))[t]=n):e.removeEventListener(t,b,a)):"list"!==t&&"tagName"!==t&&"form"!==t&&"type"!==t&&"size"!==t&&!o&&t in e?e[t]=null==n?"":n:"function"!=typeof n&&"dangerouslySetInnerHTML"!==t&&(t!==(t=t.replace(/^xlink:?/,""))?null==n||!1===n?e.removeAttributeNS("http://www.w3.org/1999/xlink",t.toLowerCase()):e.setAttributeNS("http://www.w3.org/1999/xlink",t.toLowerCase(),n):null==n||!1===n&&!/^ar/.test(t)?e.removeAttribute(t):e.setAttribute(t,n))}function b(e){this.l[e.type](_.event?_.event(e):e)}function P(e,t,n,r,o,i,a,u,c){var s,l,f,p,d,y,h,m,b,g,v=t.type;if(void 0!==t.constructor)return null;(s=_.__b)&&s(t);try{e:if("function"==typeof v){if(m=t.props,b=(s=v.contextType)&&r[s.__c],g=s?b?b.props.value:s.__:r,n.__c?h=(l=t.__c=n.__c).__=l.__E:("prototype"in v&&v.prototype.render?t.__c=l=new v(m,g):(t.__c=l=new E(m,g),l.constructor=v,l.render=I),b&&b.sub(l),l.props=m,l.state||(l.state={}),l.context=g,l.__n=r,f=l.__d=!0,l.__h=[]),null==l.__s&&(l.__s=l.state),null!=v.getDerivedStateFromProps&&(l.__s==l.state&&(l.__s=S({},l.__s)),S(l.__s,v.getDerivedStateFromProps(m,l.__s))),p=l.props,d=l.state,f)null==v.getDerivedStateFromProps&&null!=l.componentWillMount&&l.componentWillMount(),null!=l.componentDidMount&&l.__h.push(l.componentDidMount);else{if(null==v.getDerivedStateFromProps&&m!==p&&null!=l.componentWillReceiveProps&&l.componentWillReceiveProps(m,g),!l.__e&&null!=l.shouldComponentUpdate&&!1===l.shouldComponentUpdate(m,l.__s,g)||t.__v===n.__v&&!l.__){for(l.props=m,l.state=l.__s,t.__v!==n.__v&&(l.__d=!1),(l.__v=t).__e=n.__e,t.__k=n.__k,l.__h.length&&a.push(l),s=0;s<t.__k.length;s++)t.__k[s]&&(t.__k[s].__=t);break e}null!=l.componentWillUpdate&&l.componentWillUpdate(m,l.__s,g),null!=l.componentDidUpdate&&l.__h.push(function(){l.componentDidUpdate(p,d,y)})}l.context=g,l.props=m,l.state=l.__s,(s=_.__r)&&s(t),l.__d=!1,l.__v=t,l.__P=e,s=l.render(l.props,l.state,l.context),t.__k=null!=s&&s.type==O&&null==s.key?s.props.children:Array.isArray(s)?s:[s],null!=l.getChildContext&&(r=S(S({},r),l.getChildContext())),f||null==l.getSnapshotBeforeUpdate||(y=l.getSnapshotBeforeUpdate(p,d)),k(e,t,n,r,o,i,a,u,c),l.base=t.__e,l.__h.length&&a.push(l),h&&(l.__E=l.__=null),l.__e=!1}else null==i&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=function(e,t,n,r,o,i,a,u){var c,s,l,f,p,d=n.props,y=t.props;if(o="svg"===t.type||o,null!=i)for(c=0;c<i.length;c++)if(null!=(s=i[c])&&((null===t.type?3===s.nodeType:s.localName===t.type)||e==s)){e=s,i[c]=null;break}if(null==e){if(null===t.type)return document.createTextNode(y);e=o?document.createElementNS("http://www.w3.org/2000/svg",t.type):document.createElement(t.type,y.is&&{is:y.is}),i=null,u=!1}if(null===t.type)d!==y&&e.data!=y&&(e.data=y);else{if(null!=i&&(i=x.slice.call(e.childNodes)),l=(d=n.props||w).dangerouslySetInnerHTML,f=y.dangerouslySetInnerHTML,!u){if(d===w)for(d={},p=0;p<e.attributes.length;p++)d[e.attributes[p].name]=e.attributes[p].value;(f||l)&&(f&&l&&f.__html==l.__html||(e.innerHTML=f&&f.__html||""))}(function(e,t,n,r,o){var i;for(i in n)"children"===i||"key"===i||i in t||C(e,i,null,n[i],r);for(i in t)o&&"function"!=typeof t[i]||"children"===i||"key"===i||"value"===i||"checked"===i||n[i]===t[i]||C(e,i,t[i],n[i],r)})(e,y,d,o,u),f?t.__k=[]:(t.__k=t.props.children,k(e,t,n,r,"foreignObject"!==t.type&&o,i,a,w,u)),u||("value"in y&&void 0!==(c=y.value)&&c!==e.value&&C(e,"value",c,d.value,!1),"checked"in y&&void 0!==(c=y.checked)&&c!==e.checked&&C(e,"checked",c,d.checked,!1))}return e}(n.__e,t,n,r,o,i,a,c);(s=_.diffed)&&s(t)}catch(e){t.__v=null,_.__e(e,t,n)}return t.__e}function g(e,t){_.__c&&_.__c(t,e),e.some(function(t){try{e=t.__h,t.__h=[],e.some(function(e){e.call(t)})}catch(e){_.__e(e,t.__v)}})}function T(e,t,n){try{"function"==typeof e?e(t):e.current=t}catch(e){_.__e(e,n)}}function R(e,t,n){var r,o,i;if(_.unmount&&_.unmount(e),(r=e.ref)&&(r.current&&r.current!==e.__e||T(r,null,t)),n||"function"==typeof e.type||(n=null!=(o=e.__e)),e.__e=e.__d=void 0,null!=(r=e.__c)){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(e){_.__e(e,t)}r.base=r.__P=null}if(r=e.__k)for(i=0;i<r.length;i++)r[i]&&R(r[i],t,n);null!=o&&v(o)}function I(e,t,n){return this.constructor(e,n)}function D(e,t,n){var r,o,i;_.__&&_.__(e,t),o=(r=n===u)?null:n&&n.__k||t.__k,e=l(O,null,[e]),i=[],P(t,(!r&&n||t).__k=e,o||w,w,void 0!==t.ownerSVGElement,n&&!r?[n]:o?null:x.slice.call(t.childNodes),i,n||w,r),g(i,e)}function N(e,t){D(e,t,u)}function M(e,t){var n,r;for(r in t=S(S({},e.props),t),2<arguments.length&&(t.children=x.slice.call(arguments,2)),n={},t)"key"!==r&&"ref"!==r&&(n[r]=t[r]);return f(e.type,n,t.key||e.key,t.ref||e.ref,null)}function L(e){var t={},o={__c:"__cC"+c++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r=this;return this.getChildContext||(n=[],this.getChildContext=function(){return t[o.__c]=r,t},this.shouldComponentUpdate=function(t){r.props.value!==t.value&&n.some(function(e){e.context=t.value,y(e)})},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return(o.Consumer.contextType=o).Provider.__=o}_={__e:function(e,t){for(var n,r;t=t.__;)if((n=t.__c)&&!n.__)try{if(n.constructor&&null!=n.constructor.getDerivedStateFromError&&(r=!0,n.setState(n.constructor.getDerivedStateFromError(e))),null!=n.componentDidCatch&&(r=!0,n.componentDidCatch(e)),r)return y(n.__E=n)}catch(t){e=t}throw e}},E.prototype.setState=function(e,t){var n;n=this.__s!==this.state?this.__s:this.__s=S({},this.state),"function"==typeof e&&(e=e(n,this.props)),e&&S(n,e),null!=e&&this.__v&&(t&&this.__h.push(t),y(this))},E.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),y(this))},E.prototype.render=O,r=[],o=0,i="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,u=w,c=0},function(e,t,n){"use strict";n.d(t,"k",function(){return y}),n.d(t,"i",function(){return h}),n.d(t,"d",function(){return m}),n.d(t,"g",function(){return b}),n.d(t,"j",function(){return g}),n.d(t,"f",function(){return v}),n.d(t,"h",function(){return _}),n.d(t,"a",function(){return w}),n.d(t,"b",function(){return x}),n.d(t,"c",function(){return S}),n.d(t,"e",function(){return O});var o,i,r,a=n(2),u=0,c=[],s=a.i.__r,l=a.i.diffed,f=a.i.__c,p=a.i.unmount;function d(e,t){a.i.__h&&a.i.__h(i,e,u||t),u=0;var n=i.__H||(i.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function y(e){return u=1,h(C,e)}function h(n,e,t){var r=d(o++,2);return r.__c||(r.__c=i,r.__=[t?t(e):C(void 0,e),function(e){var t=n(r.__[0],e);r.__[0]!==t&&(r.__[0]=t,r.__c.setState({}))}]),r.__}function m(e,t){var n=d(o++,3);!a.i.__s&&j(n.__H,t)&&(n.__=e,n.__H=t,i.__H.__h.push(n))}function b(e,t){var n=d(o++,4);!a.i.__s&&j(n.__H,t)&&(n.__=e,n.__H=t,i.__h.push(n))}function g(e){return u=5,_(function(){return{current:e}},[])}function v(e,t,n){u=6,b(function(){"function"==typeof e?e(t()):e&&(e.current=t())},null==n?n:n.concat(e))}function _(e,t){var n=d(o++,7);return j(n.__H,t)?(n.__H=t,n.__h=e,n.__=e()):n.__}function w(e,t){return u=8,_(function(){return e},t)}function x(e){var t=i.context[e.__c],n=d(o++,9);return n.__c=e,t?(null==n.__&&(n.__=!0,t.sub(i)),t.props.value):e.__}function S(e,t){a.i.useDebugValue&&a.i.useDebugValue(t?t(e):e)}function O(e){var t=d(o++,10),n=y();return t.__=e,i.componentDidCatch||(i.componentDidCatch=function(e){t.__&&t.__(e),n[1](e)}),[n[0],function(){n[1](void 0)}]}function E(){c.some(function(t){if(t.__P)try{t.__H.__h.forEach(A),t.__H.__h.forEach(k),t.__H.__h=[]}catch(e){return t.__H.__h=[],a.i.__e(e,t.__v),!0}}),c=[]}function A(e){e.t&&e.t()}function k(e){var t=e.__();"function"==typeof t&&(e.t=t)}function j(n,e){return!n||e.some(function(e,t){return e!==n[t]})}function C(e,t){return"function"==typeof t?t(e):t}a.i.__r=function(e){s&&s(e),o=0,(i=e.__c).__H&&(i.__H.__h.forEach(A),i.__H.__h.forEach(k),i.__H.__h=[])},a.i.diffed=function(e){l&&l(e);var t=e.__c;if(t){var n=t.__H;n&&n.__h.length&&(1!==c.push(t)&&r===a.i.requestAnimationFrame||((r=a.i.requestAnimationFrame)||function(e){function t(){clearTimeout(r),cancelAnimationFrame(n),setTimeout(e)}var n,r=setTimeout(t,100);"undefined"!=typeof window&&(n=requestAnimationFrame(t))})(E))}},a.i.__c=function(e,n){n.some(function(t){try{t.__h.forEach(A),t.__h=t.__h.filter(function(e){return!e.__||k(e)})}catch(e){n.some(function(e){e.__h&&(e.__h=[])}),n=[],a.i.__e(e,t.__v)}}),f&&f(e,n)},a.i.unmount=function(e){p&&p(e);var t=e.__c;if(t){var n=t.__H;if(n)try{n.__.forEach(function(e){return e.t&&e.t()})}catch(e){a.i.__e(e,t.__v)}}}},function(e,t){function n(){}n.prototype={on:function(e,t,n){var r=this.e||(this.e={});return(r[e]||(r[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var r=this;function o(){r.off(e,o),t.apply(n,arguments)}return o._=t,this.on(e,o,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),r=0,o=n.length;r<o;r++)n[r].fn.apply(n[r].ctx,t);return this},off:function(e,t){var n=this.e||(this.e={}),r=n[e],o=[];if(r&&t)for(var i=0,a=r.length;i<a;i++)r[i].fn!==t&&r[i].fn._!==t&&o.push(r[i]);return o.length?n[e]=o:delete n[e],this}},e.exports=n,e.exports.TinyEmitter=n},function(e,t,n){"use strict";function i(e){return(i="function"==typeof Symbol&&"symbol"==pr(Symbol.iterator)?function(e){return pr(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":pr(e)})(e)}var o=n(12),r=Object.prototype.toString;function a(e){return"[object Array]"===r.call(e)}function u(e){return void 0===e}function c(e){return null!==e&&"object"===i(e)}function s(e){return"[object Function]"===r.call(e)}function l(e,t){if(null!=e)if("object"!==i(e)&&(e=[e]),a(e))for(var n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.call(null,e[o],o,e)}e.exports={isArray:a,isArrayBuffer:function(e){return"[object ArrayBuffer]"===r.call(e)},isBuffer:function(e){return null!==e&&!u(e)&&null!==e.constructor&&!u(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){return"undefined"!=typeof FormData&&e instanceof FormData},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:c,isUndefined:u,isDate:function(e){return"[object Date]"===r.call(e)},isFile:function(e){return"[object File]"===r.call(e)},isBlob:function(e){return"[object Blob]"===r.call(e)},isFunction:s,isStream:function(e){return c(e)&&s(e.pipe)},isURLSearchParams:function(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:l,merge:function n(){var r={};function e(e,t){"object"===i(r[t])&&"object"===i(e)?r[t]=n(r[t],e):r[t]=e}for(var t=0,o=arguments.length;t<o;t++)l(arguments[t],e);return r},deepMerge:function n(){var r={};function e(e,t){"object"===i(r[t])&&"object"===i(e)?r[t]=n(r[t],e):"object"===i(e)?r[t]=n({},e):r[t]=e}for(var t=0,o=arguments.length;t<o;t++)l(arguments[t],e);return r},extend:function(n,e,r){return l(e,function(e,t){n[t]=r&&"function"==typeof e?o(e,r):e}),n},trim:function(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}}},function(e,t,n){"use strict";function r(e){return(r="function"==typeof Symbol&&"symbol"==pr(Symbol.iterator)?function(e){return pr(e)}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":pr(e)})(e)}var o,u=TypeError,c=Object.getOwnPropertyDescriptor;if(c)try{c({},"")}catch(e){c=null}function i(){throw new u}var a=c?function(){try{return i}catch(e){try{return c(arguments,"callee").get}catch(e){return i}}}():i,s=n(52)(),l=Object.getPrototypeOf||function(e){return e.__proto__},f=o,p="undefined"==typeof Uint8Array?o:l(Uint8Array),d={"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?o:ArrayBuffer,"%ArrayBufferPrototype%":"undefined"==typeof ArrayBuffer?o:ArrayBuffer.prototype,"%ArrayIteratorPrototype%":s?l([][Symbol.iterator]()):o,"%ArrayPrototype%":Array.prototype,"%ArrayProto_entries%":Array.prototype.entries,"%ArrayProto_forEach%":Array.prototype.forEach,"%ArrayProto_keys%":Array.prototype.keys,"%ArrayProto_values%":Array.prototype.values,"%AsyncFromSyncIteratorPrototype%":o,"%AsyncFunction%":void 0,"%AsyncFunctionPrototype%":o,"%AsyncGenerator%":o,"%AsyncGeneratorFunction%":void 0,"%AsyncGeneratorPrototype%":o,"%AsyncIteratorPrototype%":f&&s&&Symbol.asyncIterator?f[Symbol.asyncIterator]():o,"%Atomics%":"undefined"==typeof Atomics?o:Atomics,"%Boolean%":Boolean,"%BooleanPrototype%":Boolean.prototype,"%DataView%":"undefined"==typeof DataView?o:DataView,"%DataViewPrototype%":"undefined"==typeof DataView?o:DataView.prototype,"%Date%":Date,"%DatePrototype%":Date.prototype,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%ErrorPrototype%":Error.prototype,"%eval%":eval,"%EvalError%":EvalError,"%EvalErrorPrototype%":EvalError.prototype,"%Float32Array%":"undefined"==typeof Float32Array?o:Float32Array,"%Float32ArrayPrototype%":"undefined"==typeof Float32Array?o:Float32Array.prototype,"%Float64Array%":"undefined"==typeof Float64Array?o:Float64Array,"%Float64ArrayPrototype%":"undefined"==typeof Float64Array?o:Float64Array.prototype,"%Function%":Function,"%FunctionPrototype%":Function.prototype,"%Generator%":o,"%GeneratorFunction%":void 0,"%GeneratorPrototype%":o,"%Int8Array%":"undefined"==typeof Int8Array?o:Int8Array,"%Int8ArrayPrototype%":"undefined"==typeof Int8Array?o:Int8Array.prototype,"%Int16Array%":"undefined"==typeof Int16Array?o:Int16Array,"%Int16ArrayPrototype%":"undefined"==typeof Int16Array?o:Int8Array.prototype,"%Int32Array%":"undefined"==typeof Int32Array?o:Int32Array,"%Int32ArrayPrototype%":"undefined"==typeof Int32Array?o:Int32Array.prototype,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":s?l(l([][Symbol.iterator]())):o,"%JSON%":"object"===("undefined"==typeof JSON?"undefined":r(JSON))?JSON:o,"%JSONParse%":"object"===("undefined"==typeof JSON?"undefined":r(JSON))?JSON.parse:o,"%Map%":"undefined"==typeof Map?o:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&s?l((new Map)[Symbol.iterator]()):o,"%MapPrototype%":"undefined"==typeof Map?o:Map.prototype,"%Math%":Math,"%Number%":Number,"%NumberPrototype%":Number.prototype,"%Object%":Object,"%ObjectPrototype%":Object.prototype,"%ObjProto_toString%":Object.prototype.toString,"%ObjProto_valueOf%":Object.prototype.valueOf,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?o:Promise,"%PromisePrototype%":"undefined"==typeof Promise?o:Promise.prototype,"%PromiseProto_then%":"undefined"==typeof Promise?o:Promise.prototype.then,"%Promise_all%":"undefined"==typeof Promise?o:Promise.all,"%Promise_reject%":"undefined"==typeof Promise?o:Promise.reject,"%Promise_resolve%":"undefined"==typeof Promise?o:Promise.resolve,"%Proxy%":"undefined"==typeof Proxy?o:Proxy,"%RangeError%":RangeError,"%RangeErrorPrototype%":RangeError.prototype,"%ReferenceError%":ReferenceError,"%ReferenceErrorPrototype%":ReferenceError.prototype,"%Reflect%":"undefined"==typeof Reflect?o:Reflect,"%RegExp%":RegExp,"%RegExpPrototype%":RegExp.prototype,"%Set%":"undefined"==typeof Set?o:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&s?l((new Set)[Symbol.iterator]()):o,"%SetPrototype%":"undefined"==typeof Set?o:Set.prototype,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?o:SharedArrayBuffer,"%SharedArrayBufferPrototype%":"undefined"==typeof SharedArrayBuffer?o:SharedArrayBuffer.prototype,"%String%":String,"%StringIteratorPrototype%":s?l(""[Symbol.iterator]()):o,"%StringPrototype%":String.prototype,"%Symbol%":s?Symbol:o,"%SymbolPrototype%":s?Symbol.prototype:o,"%SyntaxError%":SyntaxError,"%SyntaxErrorPrototype%":SyntaxError.prototype,"%ThrowTypeError%":a,"%TypedArray%":p,"%TypedArrayPrototype%":p?p.prototype:o,"%TypeError%":u,"%TypeErrorPrototype%":u.prototype,"%Uint8Array%":"undefined"==typeof Uint8Array?o:Uint8Array,"%Uint8ArrayPrototype%":"undefined"==typeof Uint8Array?o:Uint8Array.prototype,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?o:Uint8ClampedArray,"%Uint8ClampedArrayPrototype%":"undefined"==typeof Uint8ClampedArray?o:Uint8ClampedArray.prototype,"%Uint16Array%":"undefined"==typeof Uint16Array?o:Uint16Array,"%Uint16ArrayPrototype%":"undefined"==typeof Uint16Array?o:Uint16Array.prototype,"%Uint32Array%":"undefined"==typeof Uint32Array?o:Uint32Array,"%Uint32ArrayPrototype%":"undefined"==typeof Uint32Array?o:Uint32Array.prototype,"%URIError%":URIError,"%URIErrorPrototype%":URIError.prototype,"%WeakMap%":"undefined"==typeof WeakMap?o:WeakMap,"%WeakMapPrototype%":"undefined"==typeof WeakMap?o:WeakMap.prototype,"%WeakSet%":"undefined"==typeof WeakSet?o:WeakSet,"%WeakSetPrototype%":"undefined"==typeof WeakSet?o:WeakSet.prototype},y=n(8).call(Function.call,String.prototype.replace),h=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,m=/\\(\\)?/g;e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new TypeError("intrinsic name must be a non-empty string");if(1<arguments.length&&"boolean"!=typeof t)throw new TypeError('"allowMissing" argument must be a boolean');for(var o,n=(o=[],y(e,h,function(e,t,n,r){o[o.length]=n?y(r,m,"$1"):t||e}),o),r=function(e,t){if(!(e in d))throw new SyntaxError("intrinsic "+e+" does not exist!");if(void 0===d[e]&&!t)throw new u("intrinsic "+e+" exists, but is not available. Please file an issue!");return d[e]}("%"+(0<n.length?n[0]:"")+"%",t),i=1;i<n.length;i+=1)if(null!=r)if(c&&i+1>=n.length){var a=c(r,n[i]);if(!(t||n[i]in r))throw new u("base intrinsic for "+e+" exists, but the property is not available.");r=a?a.get||a.value:r[n[i]]}else r=r[n[i]];return r}},function(e,t,n){var y,h,m=n(71),b=n(72),g=0,v=0;e.exports=function(e,t,n){var r=t&&n||0,o=t||[],i=(e=e||{}).node||y,a=void 0!==e.clockseq?e.clockseq:h;if(null==i||null==a){var u=m();null==i&&(i=y=[1|u[0],u[1],u[2],u[3],u[4],u[5]]),null==a&&(a=h=16383&(u[6]<<8|u[7]))}var c=void 0!==e.msecs?e.msecs:(new Date).getTime(),s=void 0!==e.nsecs?e.nsecs:v+1,l=c-g+(s-v)/1e4;if(l<0&&void 0===e.clockseq&&(a=a+1&16383),(l<0||g<c)&&void 0===e.nsecs&&(s=0),1e4<=s)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");g=c,h=a;var f=(1e4*(268435455&(c+=122192928e5))+(v=s))%4294967296;o[r++]=f>>>24&255,o[r++]=f>>>16&255,o[r++]=f>>>8&255,o[r++]=255&f;var p=c/4294967296*1e4&268435455;o[r++]=p>>>8&255,o[r++]=255&p,o[r++]=p>>>24&15|16,o[r++]=p>>>16&255,o[r++]=a>>>8|128,o[r++]=255&a;for(var d=0;d<6;++d)o[r+d]=i[d];return t||b(o)}},function(e,t,n){"use strict";var r=n(50);e.exports=Function.prototype.bind||r},function(e,t,i){"use strict";var n,r,a=(r={},function(e){if(void 0===r[e]){var t=document.querySelector(e);if(window.HTMLIFrameElement&&t instanceof window.HTMLIFrameElement)try{t=t.contentDocument.head}catch(e){t=null}r[e]=t}return r[e]}),f=[];function p(e){for(var t=-1,n=0;n<f.length;n++)if(f[n].identifier===e){t=n;break}return t}function c(e,t){for(var n={},r=[],o=0;o<e.length;o++){var i=e[o],a=t.base?i[0]+t.base:i[0],u=n[a]||0,c="".concat(a," ").concat(u);n[a]=u+1;var s=p(c),l={css:i[1],media:i[2],sourceMap:i[3]};-1!==s?(f[s].references++,f[s].updater(l)):f.push({identifier:c,updater:h(l,t),references:1}),r.push(c)}return r}function u(e){var t=document.createElement("style"),n=e.attributes||{};if(void 0===n.nonce){var r=i.nc;r&&(n.nonce=r)}if(Object.keys(n).forEach(function(e){t.setAttribute(e,n[e])}),"function"==typeof e.insert)e.insert(t);else{var o=a(e.insert||"head");if(!o)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");o.appendChild(t)}return t}var o,s=(o=[],function(e,t){return o[e]=t,o.filter(Boolean).join("\n")});function l(e,t,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=s(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}var d=null,y=0;function h(t,e){var n,r,o;if(e.singleton){var i=y++;n=d=d||u(e),r=l.bind(null,n,i,!1),o=l.bind(null,n,i,!0)}else n=u(e),r=function(e,t,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}.bind(null,n,e),o=function(){null!==n.parentNode&&n.parentNode.removeChild(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else o()}}e.exports=function(e,a){(a=a||{}).singleton||"boolean"==typeof a.singleton||(a.singleton=(void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n));var u=c(e=e||[],a);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var t=0;t<u.length;t++){var n=p(u[t]);f[n].references--}for(var r=c(e,a),o=0;o<u.length;o++){var i=p(u[o]);0===f[i].references&&(f[i].updater(),f.splice(i,1))}u=r}}}},function(e,t,n){"use strict";e.exports=function(t){var c=[];return c.toString=function(){return this.map(function(c){var e=function(e){var t,n,r,o=c[1]||"",i=c[3];if(!i)return o;if(e&&"function"==typeof btoa){var a=(t=i,n=btoa(unescape(encodeURIComponent(JSON.stringify(t)))),r="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(n),"/*# ".concat(r," */")),u=i.sources.map(function(e){return"/*# sourceURL=".concat(i.sourceRoot||"").concat(e," */")});return[o].concat(u).concat([a]).join("\n")}return[o].join("\n")}(t);return c[2]?"@media ".concat(c[2]," {").concat(e,"}"):e}).join("")},c.i=function(e,t,n){"string"==typeof e&&(e=[[null,e,""]]);var r={};if(n)for(var o=0;o<this.length;o++){var i=this[o][0];null!=i&&(r[i]=!0)}for(var a=0;a<e.length;a++){var u=[].concat(e[a]);n&&r[u[0]]||(t&&(u[2]?u[2]="".concat(t," and ").concat(u[2]):u[2]=t),c.push(u))}},c}},function(e,t,n){"use strict";e.exports=n(77)},function(e,t,n){"use strict";e.exports=function(n,r){return function(){for(var e=new Array(arguments.length),t=0;t<e.length;t++)e[t]=arguments[t];return n.apply(r,e)}}},function(e,t,n){"use strict";var a=n(5);function u(e){return encodeURIComponent(e).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var r;if(n)r=n(t);else if(a.isURLSearchParams(t))r=t.toString();else{var o=[];a.forEach(t,function(e,t){null!=e&&(a.isArray(e)?t+="[]":e=[e],a.forEach(e,function(e){a.isDate(e)?e=e.toISOString():a.isObject(e)&&(e=JSON.stringify(e)),o.push(u(t)+"="+u(e))}))}),r=o.join("&")}if(r){var i=e.indexOf("#");-1!==i&&(e=e.slice(0,i)),e+=(-1===e.indexOf("?")?"?":"&")+r}return e}},function(e,t,n){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},function(u,e,c){"use strict";(function(e){var n=c(5),r=c(35),t={"Content-Type":"application/x-www-form-urlencoded"};function o(e,t){!n.isUndefined(e)&&n.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var i,a={adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==e&&"[object process]"===Object.prototype.toString.call(e))&&(i=c(16)),i),transformRequest:[function(e,t){return r(t,"Accept"),r(t,"Content-Type"),n.isFormData(e)||n.isArrayBuffer(e)||n.isBuffer(e)||n.isStream(e)||n.isFile(e)||n.isBlob(e)?e:n.isArrayBufferView(e)?e.buffer:n.isURLSearchParams(e)?(o(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):n.isObject(e)?(o(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],tr