From 7385b0af429489433d9b755ffb0056966eff3b12 Mon Sep 17 00:00:00 2001 From: bplok20010 Date: Sun, 24 May 2020 23:03:52 +0800 Subject: [PATCH] =?UTF-8?q?2.0.1=201.=20=E6=96=B0=E5=A2=9E=20Placement=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 68 ++++++++++++++- docs/asset-manifest.json | 6 +- docs/index.html | 2 +- ...b2c.chunk.css => index.8833ee44.chunk.css} | 2 +- docs/static/js/2.74857955.chunk.js | 1 - docs/static/js/2.f1bfc8b5.chunk.js | 1 + docs/static/js/index.8833ee44.chunk.js | 1 + docs/static/js/index.a9115b2c.chunk.js | 1 - package-lock.json | 8 +- package.json | 4 +- src/index.tsx | 82 +++++++++++++++++-- src/style/index.css | 1 + 12 files changed, 156 insertions(+), 21 deletions(-) rename docs/static/css/{index.a9115b2c.chunk.css => index.8833ee44.chunk.css} (90%) delete mode 100644 docs/static/js/2.74857955.chunk.js create mode 100644 docs/static/js/2.f1bfc8b5.chunk.js create mode 100644 docs/static/js/index.8833ee44.chunk.js delete mode 100644 docs/static/js/index.a9115b2c.chunk.js diff --git a/README.md b/README.md index b6fd1c5..4e898ab 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,68 @@ Trigger触发组件 [![Edit react-wiget-trigger](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/react-wiget-trigger-llvwn?fontsize=14&hidenavigation=1&theme=dark) +```js +import React from "react"; +import Trigger from "react-widget-trigger"; +import "react-widget-trigger/style"; +import "./styles.css"; + +export default function App() { + return ( +
+ ( +
+
Title
+
+ Content + + hover popup test... +
+ } + > + Hover + +
+ + +
+ )} + action={["click"]} + > + + + + ); +} + + +``` + ### Interfaces @@ -99,11 +161,9 @@ export interface TriggerState { export declare class Trigger extends React.Component { popupInstance: Popup; triggerInstance: React.ReactInstance; - componentDidMount(): void; - componentDidUpdate(): void; - componentWillUnmount(): void; show(): void; hide(): void; + updatePopupPosition(): void; } export default Trigger; ``` @@ -138,6 +198,7 @@ export default Trigger; .rw-trigger-root { position: absolute; left: 0; + right: 0; top: 0; } @@ -159,4 +220,5 @@ export default Trigger; z-index: 2000; } + ``` diff --git a/docs/asset-manifest.json b/docs/asset-manifest.json index 4399e7d..f704383 100644 --- a/docs/asset-manifest.json +++ b/docs/asset-manifest.json @@ -1,7 +1,7 @@ { - "index.css": "static/css/index.a9115b2c.chunk.css", - "index.js": "static/js/index.a9115b2c.chunk.js", + "index.css": "static/css/index.8833ee44.chunk.css", + "index.js": "static/js/index.8833ee44.chunk.js", "runtime-index.js": "static/js/runtime-index.7c9988e7.js", - "static/js/2.74857955.chunk.js": "static/js/2.74857955.chunk.js", + "static/js/2.f1bfc8b5.chunk.js": "static/js/2.f1bfc8b5.chunk.js", "index.html": "index.html" } \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 24dba24..76149f3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1 @@ -trigger
\ No newline at end of file +trigger
\ No newline at end of file diff --git a/docs/static/css/index.a9115b2c.chunk.css b/docs/static/css/index.8833ee44.chunk.css similarity index 90% rename from docs/static/css/index.a9115b2c.chunk.css rename to docs/static/css/index.8833ee44.chunk.css index a281d1d..91d93f9 100644 --- a/docs/static/css/index.a9115b2c.chunk.css +++ b/docs/static/css/index.8833ee44.chunk.css @@ -1 +1 @@ -.container{display:flex;height:100%}.slider{width:200px;border-right:1px solid #f2f2fe}.slider>div{padding:10px;border-bottom:1px solid #f2f2fe;cursor:pointer}.slider .active{background:#39f;color:#fff}.content{overflow:auto;padding:10px;border:1px solid #f2f2f2;flex:1 1}.table-tree{border-collapse:collapse}.table-tree tbody tr:hover{background-color:#efefef}.table-tree td{border-bottom:1px solid #f2f2f2}.dialog{width:150px;height:150px;border:1px solid #000;text-align:center;background:#efefef}.trigger-container{padding:10px;border:1px solid #ccc;background:#f2f2f2}.t-btn{display:inline-block;padding:5px;margin:5px;border:1px solid #000;outline:none}.select{display:inline-flex}.select input{flex:auto}.select .arrow{width:20px;border:1px solid #ccc;cursor:pointer}.animated{animation-duration:.3s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay500{animation-delay:.5s}@keyframes fadeIn{0%{opacity:0}to{opacity:.1}}.fadeIn{animation-name:fadeIn}@keyframes fadeOut{0%{opacity:.1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeBottomIn{0%{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}.fadeBottomIn{animation-name:fadeBottomIn}@keyframes fadeBottomOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20%)}}.fadeBottomOut{animation-name:fadeBottomOut}@keyframes fadeInTop{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTop{animation-name:fadeInTop}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(20px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeOutLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-20px,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes k-loadingF{0%{opacity:0}to{opacity:1}}.k-letter{animation-name:k-loadingF;animation-iteration-count:infinite;animation-direction:linear;display:inline-block}@keyframes cycle-loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cycle-loading{display:inline-block;border-radius:50%;position:relative;border-style:solid;animation:cycle-loader 1.1s linear infinite}.rw-trigger,.rw-trigger-root{position:absolute;left:0;top:0}.rw-trigger{z-index:2000}.rw-trigger-mask{position:fixed;left:0;top:0;right:0;bottom:0;background:#000;opacity:.1;z-index:2000} \ No newline at end of file +.container{display:flex;height:100%}.slider{width:200px;border-right:1px solid #f2f2fe}.slider>div{padding:10px;border-bottom:1px solid #f2f2fe;cursor:pointer}.slider .active{background:#39f;color:#fff}.content{overflow:auto;padding:10px;border:1px solid #f2f2f2;flex:1 1}.table-tree{border-collapse:collapse}.table-tree tbody tr:hover{background-color:#efefef}.table-tree td{border-bottom:1px solid #f2f2f2}.dialog{width:150px;height:150px;border:1px solid #000;text-align:center;background:#efefef}.trigger-container{padding:10px;border:1px solid #ccc;background:#f2f2f2}.t-btn{display:inline-block;padding:5px;margin:5px;border:1px solid #000;outline:none}.select{display:inline-flex}.select input{flex:auto}.select .arrow{width:20px;border:1px solid #ccc;cursor:pointer}.animated{animation-duration:.3s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay500{animation-delay:.5s}@keyframes fadeIn{0%{opacity:0}to{opacity:.1}}.fadeIn{animation-name:fadeIn}@keyframes fadeOut{0%{opacity:.1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeBottomIn{0%{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}.fadeBottomIn{animation-name:fadeBottomIn}@keyframes fadeBottomOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20%)}}.fadeBottomOut{animation-name:fadeBottomOut}@keyframes fadeInTop{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInTop{animation-name:fadeInTop}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(20px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeOutLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-20px,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes k-loadingF{0%{opacity:0}to{opacity:1}}.k-letter{animation-name:k-loadingF;animation-iteration-count:infinite;animation-direction:linear;display:inline-block}@keyframes cycle-loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cycle-loading{display:inline-block;border-radius:50%;position:relative;border-style:solid;animation:cycle-loader 1.1s linear infinite}.rw-trigger-root{right:0}.rw-trigger,.rw-trigger-root{position:absolute;left:0;top:0}.rw-trigger{z-index:2000}.rw-trigger-mask{position:fixed;left:0;top:0;right:0;bottom:0;background:#000;opacity:.1;z-index:2000} \ No newline at end of file diff --git a/docs/static/js/2.74857955.chunk.js b/docs/static/js/2.74857955.chunk.js deleted file mode 100644 index 06ba479..0000000 --- a/docs/static/js/2.74857955.chunk.js +++ /dev/null @@ -1 +0,0 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[2],[function(e,t,n){"use strict";e.exports=n(124)},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}},function(e,t,n){"use strict";!function e(){if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE){0;try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}}(),e.exports=n(125)},function(e,t,n){var r=n(5),o=n(53),i=n(9),a=n(56),l=n(57),u=n(95),c=o("wks"),s=r.Symbol,f=u?s:s&&s.withoutSetter||a;e.exports=function(e){return i(c,e)||(l&&i(s,e)?c[e]=s[e]:c[e]=f("Symbol."+e)),c[e]}},function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n(94))},function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},function(e,t,n){"use strict";n.r(t);var r=n(21);function o(e,t){return function(e){var t=Object(r.a)(e);return t&&t.defaultView||window}(e).getComputedStyle(e,t)}var i=/([A-Z])/g;var a=/^ms-/;function l(e){return function(e){return e.replace(i,"-$1").toLowerCase()}(e).replace(a,"-ms-")}var u=/^((translate|rotate|scale)(X|Y|Z|3d)?|matrix(3d)?|perspective|skew(X|Y)?)$/i;t.default=function(e,t){var n="",r="";if("string"===typeof t)return e.style.getPropertyValue(l(t))||o(e).getPropertyValue(l(t));Object.keys(t).forEach((function(o){var i=t[o];i||0===i?!function(e){return!(!e||!u.test(e))}(o)?n+=l(o)+": "+i+";":r+=o+"("+i+") ":e.style.removeProperty(l(o))})),r&&(n+="transform: "+r+";"),e.style.cssText+=";"+n}},function(e,t,n){var r=n(12);e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t){e.exports=function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}},function(e,t){function n(){return e.exports=n=Object.assign||function(e){for(var t=1;t0?o(r(e),9007199254740991):0}},function(e,t){e.exports={}},function(e,t,n){"use strict";function r(e,t){return e.contains?e.contains(t):e.compareDocumentPosition?e===t||!!(16&e.compareDocumentPosition(t)):void 0}n.d(t,"a",(function(){return r}))},function(e,t,n){var r=n(6),o=n(15),i="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==o(e)?i.call(e,""):Object(e)}:Object},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){var r=n(28);e.exports=function(e){return Object(r(e))}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,n){var r=n(134);e.exports=function(e,t){if(null==e)return{};var n,o,i=r(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}},function(e,t,n){"use strict";function r(){return(r=Object.assign||function(e){for(var t=1;t0?r:n)(e)}},function(e,t){e.exports={}},function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(e,t,n){var r=n(53),o=n(56),i=r("keys");e.exports=function(e){return i[e]||(i[e]=o(e))}},function(e,t,n){var r,o,i,a=n(99),l=n(5),u=n(12),c=n(16),s=n(9),f=n(42),d=n(40),p=l.WeakMap;if(a){var h=new p,m=h.get,v=h.has,y=h.set;r=function(e,t){return y.call(h,e,t),t},o=function(e){return m.call(h,e)||{}},i=function(e){return v.call(h,e)}}else{var g=f("state");d[g]=!0,r=function(e,t){return c(e,g,t),t},o=function(e){return s(e,g)?e[g]:{}},i=function(e){return s(e,g)}}e.exports={set:r,get:o,has:i,enforce:function(e){return i(e)?o(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=o(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){var r=n(54),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return o.call(e)}),e.exports=r.inspectSource},function(e,t,n){var r=n(14),o=n(63),i=n(29),a=n(22),l=n(38),u=n(9),c=n(55),s=Object.getOwnPropertyDescriptor;t.f=r?s:function(e,t){if(e=a(e),t=l(t,!0),c)try{return s(e,t)}catch(n){}if(u(e,t))return i(!o.f.call(e,t),e[t])}},function(e,t,n){var r=n(17).f,o=n(9),i=n(4)("toStringTag");e.exports=function(e,t,n){e&&!o(e=n?e:e.prototype,i)&&r(e,i,{configurable:!0,value:t})}},function(e,t,n){var r=n(31);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,o){return e.call(t,n,r,o)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r,o,i=n(5),a=n(72),l=i.process,u=l&&l.versions,c=u&&u.v8;c?o=(r=c.split("."))[0]+r[1]:a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=r[1]),e.exports=o&&+o},function(e,t,n){"use strict";var r=n(13),o=n(6),i=n(77),a=n(12),l=n(30),u=n(24),c=n(131),s=n(78),f=n(79),d=n(4),p=n(48),h=d("isConcatSpreadable"),m=p>=51||!o((function(){var e=[];return e[h]=!1,e.concat()[0]!==e})),v=f("concat"),y=function(e){if(!a(e))return!1;var t=e[h];return void 0!==t?!!t:i(e)};r({target:"Array",proto:!0,forced:!m||!v},{concat:function(e){var t,n,r,o,i,a=l(this),f=s(a,0),d=0;for(t=-1,r=arguments.length;t9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n=9007199254740991)throw TypeError("Maximum allowed index exceeded");c(f,d++,i)}return f.length=d,f}})},function(e,t,n){"use strict";var r=n(136),o=n(137),i=RegExp.prototype.exec,a=String.prototype.replace,l=i,u=function(){var e=/a/,t=/b*/g;return i.call(e,"a"),i.call(t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),c=o.UNSUPPORTED_Y||o.BROKEN_CARET,s=void 0!==/()??/.exec("")[1];(u||s||c)&&(l=function(e){var t,n,o,l,f=this,d=c&&f.sticky,p=r.call(f),h=f.source,m=0,v=e;return d&&(-1===(p=p.replace("y","")).indexOf("g")&&(p+="g"),v=String(e).slice(f.lastIndex),f.lastIndex>0&&(!f.multiline||f.multiline&&"\n"!==e[f.lastIndex-1])&&(h="(?: "+h+")",v=" "+v,m++),n=new RegExp("^(?:"+h+")",p)),s&&(n=new RegExp("^"+h+"$(?!\\s)",p)),u&&(t=f.lastIndex),o=i.call(d?n:f,v),d?o?(o.input=o.input.slice(m),o[0]=o[0].slice(m),o.index=f.lastIndex,f.lastIndex+=o[0].length):f.lastIndex=0:u&&o&&(f.lastIndex=f.global?o.index+o[0].length:t),s&&o&&o.length>1&&a.call(o[0],n,(function(){for(l=1;l"+e+"<\/script>"},h=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(t){}h=r?function(e){e.write(p("")),e.close();var t=e.parentWindow.Object;return e=null,t}(r):function(){var e,t=c("iframe");return t.style.display="none",u.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(p("document.F=Object")),e.close(),e.F}();for(var e=a.length;e--;)delete h.prototype[a[e]];return h()};l[f]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(d.prototype=o(e),n=new d,d.prototype=null,n[f]=e):n=h(),void 0===t?n:i(n,t)}},function(e,t,n){var r=n(60),o=n(41);e.exports=Object.keys||function(e){return r(e,o)}},function(e,t,n){var r=n(9),o=n(22),i=n(61).indexOf,a=n(40);e.exports=function(e,t){var n,l=o(e),u=0,c=[];for(n in l)!r(a,n)&&r(l,n)&&c.push(n);for(;t.length>u;)r(l,n=t[u++])&&(~i(c,n)||c.push(n));return c}},function(e,t,n){var r=n(22),o=n(24),i=n(97),a=function(e){return function(t,n,a){var l,u=r(t),c=o(u.length),s=i(a,c);if(e&&n!=n){for(;c>s;)if((l=u[s++])!=l)return!0}else for(;c>s;s++)if((e||s in u)&&u[s]===n)return e||s||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},function(e,t,n){var r=n(19);e.exports=r("document","documentElement")},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);t.f=i?function(e){var t=o(this,e);return!!t&&t.enumerable}:r},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(6),o=/#|\.prototype\./,i=function(e,t){var n=l[a(e)];return n==c||n!=u&&("function"==typeof t?r(t):!!t)},a=i.normalize=function(e){return String(e).replace(o,".").toLowerCase()},l=i.data={},u=i.NATIVE="N",c=i.POLYFILL="P";e.exports=i},function(e,t,n){"use strict";var r,o,i,a=n(67),l=n(16),u=n(9),c=n(4),s=n(23),f=c("iterator"),d=!1;[].keys&&("next"in(i=[].keys())?(o=a(a(i)))!==Object.prototype&&(r=o):d=!0),void 0==r&&(r={}),s||u(r,f)||l(r,f,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:d}},function(e,t,n){var r=n(9),o=n(30),i=n(42),a=n(105),l=i("IE_PROTO"),u=Object.prototype;e.exports=a?Object.getPrototypeOf:function(e){return e=o(e),r(e,l)?e[l]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?u:null}},function(e,t,n){var r=n(5);e.exports=r.Promise},function(e,t,n){var r=n(8),o=n(31),i=n(4)("species");e.exports=function(e,t){var n,a=r(e).constructor;return void 0===a||void 0==(n=r(a)[i])?t:o(n)}},function(e,t,n){var r,o,i,a=n(5),l=n(6),u=n(15),c=n(47),s=n(62),f=n(37),d=n(71),p=a.location,h=a.setImmediate,m=a.clearImmediate,v=a.process,y=a.MessageChannel,g=a.Dispatch,b=0,x={},w=function(e){if(x.hasOwnProperty(e)){var t=x[e];delete x[e],t()}},E=function(e){return function(){w(e)}},k=function(e){w(e.data)},T=function(e){a.postMessage(e+"",p.protocol+"//"+p.host)};h&&m||(h=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return x[++b]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},r(b),b},m=function(e){delete x[e]},"process"==u(v)?r=function(e){v.nextTick(E(e))}:g&&g.now?r=function(e){g.now(E(e))}:y&&!d?(i=(o=new y).port2,o.port1.onmessage=k,r=c(i.postMessage,i,1)):!a.addEventListener||"function"!=typeof postMessage||a.importScripts||l(T)||"file:"===p.protocol?r="onreadystatechange"in f("script")?function(e){s.appendChild(f("script")).onreadystatechange=function(){s.removeChild(this),w(e)}}:function(e){setTimeout(E(e),0)}:(r=T,a.addEventListener("message",k,!1))),e.exports={set:h,clear:m}},function(e,t,n){var r=n(72);e.exports=/(iphone|ipod|ipad).*applewebkit/i.test(r)},function(e,t,n){var r=n(19);e.exports=r("navigator","userAgent")||""},function(e,t,n){var r=n(8),o=n(12),i=n(74);e.exports=function(e,t){if(r(e),o(t)&&t.constructor===e)return t;var n=i.f(e);return(0,n.resolve)(t),n.promise}},function(e,t,n){"use strict";var r=n(31),o=function(e){var t,n;this.promise=new e((function(e,r){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=r})),this.resolve=r(t),this.reject=r(n)};e.exports.f=function(e){return new o(e)}},function(e,t,n){var r=n(13),o=n(123);r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(e,t,n){"use strict";var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function a(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(o){return!1}}()?Object.assign:function(e,t){for(var n,l,u=a(e),c=1;c=51||!r((function(){var t=[];return(t.constructor={})[a]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},function(e,t,n){var r=n(14),o=n(6),i=n(9),a=Object.defineProperty,l={},u=function(e){throw e};e.exports=function(e,t){if(i(l,e))return l[e];t||(t={});var n=[][e],c=!!i(t,"ACCESSORS")&&t.ACCESSORS,s=i(t,0)?t[0]:u,f=i(t,1)?t[1]:void 0;return l[e]=!!n&&!o((function(){if(c&&!r)return!0;var e={length:-1};c?a(e,1,{enumerable:!0,get:u}):e[1]=1,n.call(e,s,f)}))}},function(e,t,n){"use strict";var r=n(6);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},function(e,t,n){"use strict";var r=n(13),o=n(50);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},function(e,t,n){e.exports=n(144)()},function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}}},function(e,t,n){var r=n(143),o=n(2);e.exports=function(e,t){return!t||"object"!==r(t)&&"function"!==typeof t?o(e):t}},function(e,t,n){"use strict";var r=n(84);Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return function(e,t){t=a.default.extend({},t);var n,r,o,i,p,b,x=(0,a.default)(t.of),w=y(t.within),E=v(w),k=(t.collision||"flip").split(" "),T={};b=function(e){var t=e[0];if(9===t.nodeType)return{width:e.width(),height:e.height(),offset:{top:0,left:0}};if(a.default.isWindow(t))return{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}};if(Array.isArray(t))return{width:0,height:0,offset:{top:t[1],left:t[0]}};if(t.preventDefault)return{width:0,height:0,offset:{top:t.pageY,left:t.pageX}};return{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}(x),x[0].preventDefault&&(t.at="left top");r=b.width,o=b.height,i=b.offset,p=a.default.extend({},i),a.default.each(["my","at"],(function(){var e,n,r=(t[this]||"").split(" ");1===r.length&&(r=c.test(r[0])?r.concat(["center"]):s.test(r[0])?["center"].concat(r):["center","center"]),r[0]=c.test(r[0])?r[0]:"center",r[1]=s.test(r[1])?r[1]:"center",e=f.exec(r[0]),n=f.exec(r[1]),T[this]=[e?e[0]:0,n?n[0]:0],t[this]=[d.exec(r[0])[0],d.exec(r[1])[0]]})),1===k.length&&(k[1]=k[0]);"right"===t.at[0]?p.left+=r:"center"===t.at[0]&&(p.left+=r/2);"bottom"===t.at[1]?p.top+=o:"center"===t.at[1]&&(p.top+=o/2);return n=h(T.at,r,o),p.left+=n[0],p.top+=n[1],e.each((function(){var e,c,s=(0,a.default)(this),f=s.outerWidth(),d=s.outerHeight(),v=m(this,"marginLeft"),y=m(this,"marginTop"),b=f+v+m(this,"marginRight")+E.width,S=d+y+m(this,"marginBottom")+E.height,C=a.default.extend({},p),_=h(T.my,s.outerWidth(),s.outerHeight());"right"===t.my[0]?C.left-=f:"center"===t.my[0]&&(C.left-=f/2),"bottom"===t.my[1]?C.top-=d:"center"===t.my[1]&&(C.top-=d/2),C.left+=_[0],C.top+=_[1],e={marginLeft:v,marginTop:y},a.default.each(["left","top"],(function(i,a){g[k[i]]&&g[k[i]][a](C,{targetWidth:r,targetHeight:o,elemWidth:f,elemHeight:d,collisionPosition:e,collisionWidth:b,collisionHeight:S,offset:[n[0]+_[0],n[1]+_[1]],my:t.my,at:t.at,within:w,elem:s})})),t.using&&(c=function(e){var n=i.left-C.left,a=n+r-f,c=i.top-C.top,p=c+o-d,h={target:{element:x,left:i.left,top:i.top,width:r,height:o},element:{element:s,left:C.left,top:C.top,width:f,height:d},horizontal:a<0?"left":n>0?"right":"center",vertical:p<0?"top":c>0?"bottom":"middle",important:"vertical"};rl(u(c),u(p))?h.important="horizontal":h.important="vertical",t.using.call(this,e,h)}),s.offset(a.default.extend(C,c?{using:c}:{}))}))}((0,a.default)(e),t)},t.version=void 0;var o=r(n(146)),i=r(n(7)),a=r(n(147));t.version="1.0.1";var l=Math.max,u=Math.abs,c=/left|center|right/,s=/top|center|bottom/,f=/[\+\-]\d+(\.[\d]+)?%?/,d=/^\w+/,p=/%$/;function h(e,t,n){return[parseFloat(e[0])*(p.test(e[0])?t/100:1),parseFloat(e[1])*(p.test(e[1])?n/100:1)]}function m(e,t){return parseInt((0,i.default)(e,t),10)||0}var v=function(e){var t=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),n=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),r="scroll"===t||"auto"===t&&e.widthi?u>0&&c<=0?(n=e.left+u+t.collisionWidth-i-o,e.left+=u-n):e.left=c>0&&u<=0?o:u>c?o+i-t.collisionWidth:o:u>0?e.left+=u:c>0?e.left-=c:e.left=l(e.left-a,e.left)},top:function(e,t){var n,r=t.within,o=r.isWindow?r.scrollTop:r.offset.top,i=t.within.height,a=e.top-t.collisionPosition.marginTop,u=o-a,c=a+t.collisionHeight-i-o;t.collisionHeight>i?u>0&&c<=0?(n=e.top+u+t.collisionHeight-i-o,e.top+=u-n):e.top=c>0&&u<=0?o:u>c?o+i-t.collisionHeight:o:u>0?e.top+=u:c>0?e.top-=c:e.top=l(e.top-a,e.top)}},flip:{left:function(e,t){var n,r,o=t.within,i=o.offset.left+o.scrollLeft,a=o.width,l=o.isWindow?o.scrollLeft:o.offset.left,c=e.left-t.collisionPosition.marginLeft,s=c-l,f=c+t.collisionWidth-a-l,d="left"===t.my[0]?-t.elemWidth:"right"===t.my[0]?t.elemWidth:0,p="left"===t.at[0]?t.targetWidth:"right"===t.at[0]?-t.targetWidth:0,h=-2*t.offset[0];s<0?((n=e.left+d+p+h+t.collisionWidth-a-i)<0||n0&&((r=e.left-t.collisionPosition.marginLeft+d+p+h-l)>0||u(r)0&&((n=e.top-t.collisionPosition.marginTop+p+h+m-l)>0||u(n)=0||(o[n]=e[n]);return o}function w(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}n(83);var E=!1,k="exited",T=function(e){function t(t,n){var r;r=e.call(this,t,n)||this;var o,i=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?i?(o=k,r.appearStatus="entering"):o="entered":o=t.unmountOnExit||t.mountOnEnter?"unmounted":k,r.state={status:o},r.nextCallback=null,r}w(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&"unmounted"===t.status?{status:k}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?"entering"!==n&&"entered"!==n&&(t="entering"):"entering"!==n&&"entered"!==n||(t="exiting")}this.updateStatus(!1,t)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!==typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},n.updateStatus=function(e,t){void 0===e&&(e=!1),null!==t?(this.cancelNextCallback(),"entering"===t?this.performEnter(e):this.performExit()):this.props.unmountOnExit&&this.state.status===k&&this.setState({status:"unmounted"})},n.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,o=this.props.nodeRef?[r]:[v.a.findDOMNode(this),r],i=o[0],a=o[1],l=this.getTimeouts(),u=r?l.appear:l.enter;!e&&!n||E?this.safeSetState({status:"entered"},(function(){t.props.onEntered(i)})):(this.props.onEnter(i,a),this.safeSetState({status:"entering"},(function(){t.props.onEntering(i,a),t.onTransitionEnd(u,(function(){t.safeSetState({status:"entered"},(function(){t.props.onEntered(i,a)}))}))})))},n.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:v.a.findDOMNode(this);t&&!E?(this.props.onExit(r),this.safeSetState({status:"exiting"},(function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:k},(function(){e.props.onExited(r)}))}))}))):this.safeSetState({status:k},(function(){e.props.onExited(r)}))},n.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},n.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},n.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:v.a.findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var o=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],i=o[0],a=o[1];this.props.addEndListener(i,a)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},n.render=function(){var e=this.state.status;if("unmounted"===e)return null;var t=this.props,n=t.children,r=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,x(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return h.a.createElement(b.Provider,{value:null},"function"===typeof n?n(e,r):h.a.cloneElement(h.a.Children.only(n),r))},t}(h.a.Component);function S(){}T.contextType=b,T.propTypes={},T.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:S,onEntering:S,onEntered:S,onExit:S,onExiting:S,onExited:S},T.UNMOUNTED="unmounted",T.EXITED=k,T.ENTERING="entering",T.ENTERED="entered",T.EXITING="exiting";var C=T,_=n(33);function P(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var O=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return r=t,void((n=e).classList?n.classList.remove(r):"string"===typeof n.className?n.className=P(n.className,r):n.setAttribute("class",P(n.className&&n.className.baseVal||"",r)));var n,r}))},N=function(e){function t(){for(var t,n=arguments.length,r=new Array(n),o=0;o=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(e,t,n){var r=n(4),o=n(58),i=n(17),a=r("unscopables"),l=Array.prototype;void 0==l[a]&&i.f(l,a,{configurable:!0,value:o(null)}),e.exports=function(e){l[a][e]=!0}},function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}e.exports=n},function(e,t,n){var r=n(57);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(e,t,n){var r=n(14),o=n(17),i=n(8),a=n(59);e.exports=r?Object.defineProperties:function(e,t){i(e);for(var n,r=a(t),l=r.length,u=0;l>u;)o.f(e,n=r[u++],t[n]);return e}},function(e,t,n){var r=n(39),o=Math.max,i=Math.min;e.exports=function(e,t){var n=r(e);return n<0?o(n+t,0):i(n,t)}},function(e,t,n){var r=n(5);e.exports=r},function(e,t,n){var r=n(5),o=n(44),i=r.WeakMap;e.exports="function"===typeof i&&/native code/.test(o(i))},function(e,t,n){"use strict";var r=n(13),o=n(104),i=n(67),a=n(106),l=n(46),u=n(16),c=n(20),s=n(4),f=n(23),d=n(25),p=n(66),h=p.IteratorPrototype,m=p.BUGGY_SAFARI_ITERATORS,v=s("iterator"),y=function(){return this};e.exports=function(e,t,n,s,p,g,b){o(n,t,s);var x,w,E,k=function(e){if(e===p&&P)return P;if(!m&&e in C)return C[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},T=t+" Iterator",S=!1,C=e.prototype,_=C[v]||C["@@iterator"]||p&&C[p],P=!m&&_||k(p),O="Array"==t&&C.entries||_;if(O&&(x=i(O.call(new e)),h!==Object.prototype&&x.next&&(f||i(x)===h||(a?a(x,h):"function"!=typeof x[v]&&u(x,v,y)),l(x,T,!0,!0),f&&(d[T]=y))),"values"==p&&_&&"values"!==_.name&&(S=!0,P=function(){return _.call(this)}),f&&!b||C[v]===P||u(C,v,P),d[t]=P,p)if(w={values:k("values"),keys:g?P:k("keys"),entries:k("entries")},b)for(E in w)(m||S||!(E in C))&&c(C,E,w[E]);else r({target:t,proto:!0,forced:m||S},w);return w}},function(e,t,n){var r=n(9),o=n(102),i=n(45),a=n(17);e.exports=function(e,t){for(var n=o(t),l=a.f,u=i.f,c=0;c=51&&/native code/.test(F))return!1;var e=F.resolve(1),t=function(e){e((function(){}),(function(){}))};return(e.constructor={})[R]=t,!(e.then((function(){}))instanceof t)})),Y=q||!E((function(e){F.all(e).catch((function(){}))})),X=function(e){var t;return!(!v(e)||"function"!=typeof(t=e.then))&&t},G=function(e,t,n){if(!t.notified){t.notified=!0;var r=t.reactions;S((function(){for(var o=t.value,i=1==t.state,a=0;r.length>a;){var l,u,c,s=r[a++],f=i?s.ok:s.fail,d=s.resolve,p=s.reject,h=s.domain;try{f?(i||(2===t.rejection&&te(e,t),t.rejection=1),!0===f?l=o:(h&&h.enter(),l=f(o),h&&(h.exit(),c=!0)),l===s.promise?p(U("Promise-chain cycle")):(u=X(l))?u.call(l,d,p):d(l)):p(o)}catch(m){h&&!c&&h.exit(),p(m)}}t.reactions=[],t.notified=!1,n&&!t.rejection&&J(e,t)}))}},Z=function(e,t,n){var r,o;K?((r=W.createEvent("Event")).promise=t,r.reason=n,r.initEvent(e,!1,!0),c.dispatchEvent(r)):r={promise:t,reason:n},(o=c["on"+e])?o(r):"unhandledrejection"===e&&_("Unhandled promise rejection",n)},J=function(e,t){T.call(c,(function(){var n,r=t.value;if(ee(t)&&(n=O((function(){Q?H.emit("unhandledRejection",r,e):Z("unhandledrejection",e,r)})),t.rejection=Q||ee(t)?2:1,n.error))throw n.value}))},ee=function(e){return 1!==e.rejection&&!e.parent},te=function(e,t){T.call(c,(function(){Q?H.emit("rejectionHandled",e):Z("rejectionhandled",e,t.value)}))},ne=function(e,t,n,r){return function(o){e(t,n,o,r)}},re=function(e,t,n,r){t.done||(t.done=!0,r&&(t=r),t.value=n,t.state=2,G(e,t,!0))},oe=function(e,t,n,r){if(!t.done){t.done=!0,r&&(t=r);try{if(e===n)throw U("Promise can't be resolved itself");var o=X(n);o?S((function(){var r={done:!1};try{o.call(n,ne(oe,e,r,t),ne(re,e,r,t))}catch(i){re(e,r,i,t)}})):(t.value=n,t.state=1,G(e,t,!1))}catch(i){re(e,{done:!1},i,t)}}};q&&(F=function(e){g(this,F,z),y(e),r.call(this);var t=D(this);try{e(ne(oe,this,t),ne(re,this,t))}catch(n){re(this,t,n)}},(r=function(e){L(this,{type:z,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=p(F.prototype,{then:function(e,t){var n=A(this),r=$(k(this,F));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=Q?H.domain:void 0,n.parent=!0,n.reactions.push(r),0!=n.state&&G(this,n,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),o=function(){var e=new r,t=D(e);this.promise=e,this.resolve=ne(oe,e,t),this.reject=ne(re,e,t)},P.f=$=function(e){return e===F||e===i?new o(e):B(e)},u||"function"!=typeof f||(a=f.prototype.then,d(f.prototype,"then",(function(e,t){var n=this;return new F((function(e,t){a.call(n,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof V&&l({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return C(F,V.apply(c,arguments))}}))),l({global:!0,wrap:!0,forced:q},{Promise:F}),h(F,z,!1,!0),m(z),i=s(z),l({target:z,stat:!0,forced:q},{reject:function(e){var t=$(this);return t.reject.call(void 0,e),t.promise}}),l({target:z,stat:!0,forced:u||q},{resolve:function(e){return C(u&&this===i?F:this,e)}}),l({target:z,stat:!0,forced:Y},{all:function(e){var t=this,n=$(t),r=n.resolve,o=n.reject,i=O((function(){var n=y(t.resolve),i=[],a=0,l=1;w(e,(function(e){var u=a++,c=!1;i.push(void 0),l++,n.call(t,e).then((function(e){c||(c=!0,i[u]=e,--l||r(i))}),o)})),--l||r(i)}));return i.error&&o(i.value),n.promise},race:function(e){var t=this,n=$(t),r=n.reject,o=O((function(){var o=y(t.resolve);w(e,(function(e){o.call(t,e).then(n.resolve,r)}))}));return o.error&&r(o.value),n.promise}})},function(e,t,n){var r=n(20);e.exports=function(e,t,n){for(var o in t)r(e,o,t[o],n);return e}},function(e,t,n){"use strict";var r=n(19),o=n(17),i=n(4),a=n(14),l=i("species");e.exports=function(e){var t=r(e),n=o.f;a&&t&&!t[l]&&n(t,l,{configurable:!0,get:function(){return this}})}},function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},function(e,t,n){var r=n(8),o=n(113),i=n(24),a=n(47),l=n(114),u=n(117),c=function(e,t){this.stopped=e,this.result=t};(e.exports=function(e,t,n,s,f){var d,p,h,m,v,y,g,b=a(t,n,s?2:1);if(f)d=e;else{if("function"!=typeof(p=l(e)))throw TypeError("Target is not iterable");if(o(p)){for(h=0,m=i(e.length);m>h;h++)if((v=s?b(r(g=e[h])[0],g[1]):b(e[h]))&&v instanceof c)return v;return new c(!1)}d=p.call(e)}for(y=d.next;!(g=y.call(d)).done;)if("object"==typeof(v=u(d,b,g.value,s))&&v&&v instanceof c)return v;return new c(!1)}).stop=function(e){return new c(!0,e)}},function(e,t,n){var r=n(4),o=n(25),i=r("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(o.Array===e||a[i]===e)}},function(e,t,n){var r=n(115),o=n(25),i=n(4)("iterator");e.exports=function(e){if(void 0!=e)return e[i]||e["@@iterator"]||o[r(e)]}},function(e,t,n){var r=n(116),o=n(15),i=n(4)("toStringTag"),a="Arguments"==o(function(){return arguments}());e.exports=r?o:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(n){}}(t=Object(e),i))?n:a?o(t):"Object"==(r=o(t))&&"function"==typeof t.callee?"Arguments":r}},function(e,t,n){var r={};r[n(4)("toStringTag")]="z",e.exports="[object z]"===String(r)},function(e,t,n){var r=n(8);e.exports=function(e,t,n,o){try{return o?t(r(n)[0],n[1]):t(n)}catch(a){var i=e.return;throw void 0!==i&&r(i.call(e)),a}}},function(e,t,n){var r=n(4)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[r]=function(){return this},Array.from(a,(function(){throw 2}))}catch(l){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var i={};i[r]=function(){return{next:function(){return{done:n=!0}}}},e(i)}catch(l){}return n}},function(e,t,n){var r,o,i,a,l,u,c,s,f=n(5),d=n(45).f,p=n(15),h=n(70).set,m=n(71),v=f.MutationObserver||f.WebKitMutationObserver,y=f.process,g=f.Promise,b="process"==p(y),x=d(f,"queueMicrotask"),w=x&&x.value;w||(r=function(){var e,t;for(b&&(e=y.domain)&&e.exit();o;){t=o.fn,o=o.next;try{t()}catch(n){throw o?a():i=void 0,n}}i=void 0,e&&e.enter()},b?a=function(){y.nextTick(r)}:v&&!m?(l=!0,u=document.createTextNode(""),new v(r).observe(u,{characterData:!0}),a=function(){u.data=l=!l}):g&&g.resolve?(c=g.resolve(void 0),s=c.then,a=function(){s.call(c,r)}):a=function(){h.call(f,r)}),e.exports=w||function(e){var t={fn:e,next:void 0};i&&(i.next=t),o||(o=t,a()),i=t}},function(e,t,n){var r=n(5);e.exports=function(e,t){var n=r.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}},function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(t){return{error:!0,value:t}}}},function(e,t,n){"use strict";var r=n(13),o=n(23),i=n(68),a=n(6),l=n(19),u=n(69),c=n(73),s=n(20);r({target:"Promise",proto:!0,real:!0,forced:!!i&&a((function(){i.prototype.finally.call({then:function(){}},(function(){}))}))},{finally:function(e){var t=u(this,l("Promise")),n="function"==typeof e;return this.then(n?function(n){return c(t,e()).then((function(){return n}))}:e,n?function(n){return c(t,e()).then((function(){throw n}))}:e)}}),o||"function"!=typeof i||i.prototype.finally||s(i.prototype,"finally",l("Promise").prototype.finally)},function(e,t,n){"use strict";var r=n(14),o=n(6),i=n(59),a=n(64),l=n(63),u=n(30),c=n(27),s=Object.assign,f=Object.defineProperty;e.exports=!s||o((function(){if(r&&1!==s({b:1},s(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol();return e[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(e){t[e]=e})),7!=s({},e)[n]||"abcdefghijklmnopqrst"!=i(s({},t)).join("")}))?function(e,t){for(var n=u(e),o=arguments.length,s=1,f=a.f,d=l.f;o>s;)for(var p,h=c(arguments[s++]),m=f?i(h).concat(f(h)):i(h),v=m.length,y=0;v>y;)p=m[y++],r&&!d.call(h,p)||(n[p]=h[p]);return n}:s},function(e,t,n){"use strict";var r=n(76),o="function"===typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,a=o?Symbol.for("react.portal"):60106,l=o?Symbol.for("react.fragment"):60107,u=o?Symbol.for("react.strict_mode"):60108,c=o?Symbol.for("react.profiler"):60114,s=o?Symbol.for("react.provider"):60109,f=o?Symbol.for("react.context"):60110,d=o?Symbol.for("react.forward_ref"):60112,p=o?Symbol.for("react.suspense"):60113,h=o?Symbol.for("react.memo"):60115,m=o?Symbol.for("react.lazy"):60116,v="function"===typeof Symbol&&Symbol.iterator;function y(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;nN.length&&N.push(e)}function j(e,t,n){return null==e?0:function e(t,n,r,o){var l=typeof t;"undefined"!==l&&"boolean"!==l||(t=null);var u=!1;if(null===t)u=!0;else switch(l){case"string":case"number":u=!0;break;case"object":switch(t.$$typeof){case i:case a:u=!0}}if(u)return r(o,t,""===n?"."+R(t,0):n),1;if(u=0,n=""===n?".":n+":",Array.isArray(t))for(var c=0;c