/*! For license information please see 2.d385d38e.chunk.js.LICENSE.txt */ (this.webpackJsonpscan_hub=this.webpackJsonpscan_hub||[]).push([[2],[function(e,t,n){e.exports=n(184)},function(e,t,n){"use strict";e.exports=n(463)},function(e,t,n){"use strict";n.d(t,"b",(function(){return L}));var r=n(7),i=n(10),o=function(){function e(e,t,n){this.name=e,this.instanceFactory=t,this.type=n,this.multipleInstances=!1,this.serviceProps={},this.instantiationMode="LAZY",this.onInstanceCreated=null}return e.prototype.setInstantiationMode=function(e){return this.instantiationMode=e,this},e.prototype.setMultipleInstances=function(e){return this.multipleInstances=e,this},e.prototype.setServiceProps=function(e){return this.serviceProps=e,this},e.prototype.setInstanceCreatedCallback=function(e){return this.onInstanceCreated=e,this},e}(),a="[DEFAULT]",s=function(){function e(e,t){this.name=e,this.container=t,this.component=null,this.instances=new Map,this.instancesDeferred=new Map,this.onInitCallbacks=new Map}return e.prototype.get=function(e){var t=this.normalizeInstanceIdentifier(e);if(!this.instancesDeferred.has(t)){var n=new i.a;if(this.instancesDeferred.set(t,n),this.isInitialized(t)||this.shouldAutoInitialize())try{var r=this.getOrInitializeService({instanceIdentifier:t});r&&n.resolve(r)}catch(o){}}return this.instancesDeferred.get(t).promise},e.prototype.getImmediate=function(e){var t,n=this.normalizeInstanceIdentifier(null===e||void 0===e?void 0:e.identifier),r=null!==(t=null===e||void 0===e?void 0:e.optional)&&void 0!==t&&t;if(!this.isInitialized(n)&&!this.shouldAutoInitialize()){if(r)return null;throw Error("Service "+this.name+" is not available")}try{return this.getOrInitializeService({instanceIdentifier:n})}catch(i){if(r)return null;throw i}},e.prototype.getComponent=function(){return this.component},e.prototype.setComponent=function(e){var t,n;if(e.name!==this.name)throw Error("Mismatching Component "+e.name+" for Provider "+this.name+".");if(this.component)throw Error("Component for "+this.name+" has already been provided");if(this.component=e,this.shouldAutoInitialize()){if(function(e){return"EAGER"===e.instantiationMode}(e))try{this.getOrInitializeService({instanceIdentifier:a})}catch(d){}try{for(var i=Object(r.g)(this.instancesDeferred.entries()),o=i.next();!o.done;o=i.next()){var s=Object(r.e)(o.value,2),u=s[0],l=s[1],c=this.normalizeInstanceIdentifier(u);try{var f=this.getOrInitializeService({instanceIdentifier:c});l.resolve(f)}catch(d){}}}catch(p){t={error:p}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}}},e.prototype.clearInstance=function(e){void 0===e&&(e=a),this.instancesDeferred.delete(e),this.instances.delete(e)},e.prototype.delete=function(){return Object(r.b)(this,void 0,void 0,(function(){var e;return Object(r.d)(this,(function(t){switch(t.label){case 0:return e=Array.from(this.instances.values()),[4,Promise.all(Object(r.f)(Object(r.f)([],Object(r.e)(e.filter((function(e){return"INTERNAL"in e})).map((function(e){return e.INTERNAL.delete()})))),Object(r.e)(e.filter((function(e){return"_delete"in e})).map((function(e){return e._delete()})))))];case 1:return t.sent(),[2]}}))}))},e.prototype.isComponentSet=function(){return null!=this.component},e.prototype.isInitialized=function(e){return void 0===e&&(e=a),this.instances.has(e)},e.prototype.initialize=function(e){var t,n;void 0===e&&(e={});var i=e.options,o=void 0===i?{}:i,a=this.normalizeInstanceIdentifier(e.instanceIdentifier);if(this.isInitialized(a))throw Error(this.name+"("+a+") has already been initialized");if(!this.isComponentSet())throw Error("Component "+this.name+" has not been registered yet");var s=this.getOrInitializeService({instanceIdentifier:a,options:o});try{for(var u=Object(r.g)(this.instancesDeferred.entries()),l=u.next();!l.done;l=u.next()){var c=Object(r.e)(l.value,2),f=c[0],d=c[1];a===this.normalizeInstanceIdentifier(f)&&d.resolve(s)}}catch(p){t={error:p}}finally{try{l&&!l.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}return this.invokeOnInitCallbacks(s,a),s},e.prototype.onInit=function(e,t){var n,r=this.normalizeInstanceIdentifier(t),i=null!==(n=this.onInitCallbacks.get(r))&&void 0!==n?n:new Set;i.add(e),this.onInitCallbacks.set(r,i);var o=this.instances.get(r);return o&&e(o,r),function(){i.delete(e)}},e.prototype.invokeOnInitCallbacks=function(e,t){var n,i,o=this.onInitCallbacks.get(t);if(o)try{for(var a=Object(r.g)(o),s=a.next();!s.done;s=a.next()){var u=s.value;try{u(e,t)}catch(l){}}}catch(c){n={error:c}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(n)throw n.error}}},e.prototype.getOrInitializeService=function(e){var t,n=e.instanceIdentifier,r=e.options,i=void 0===r?{}:r,o=this.instances.get(n);if(!o&&this.component&&(o=this.component.instanceFactory(this.container,{instanceIdentifier:(t=n,t===a?void 0:t),options:i}),this.instances.set(n,o),this.component.onInstanceCreated))try{this.component.onInstanceCreated(this.container,n,o)}catch(s){}return o||null},e.prototype.normalizeInstanceIdentifier=function(e){return void 0===e&&(e=a),this.component?this.component.multipleInstances?e:a:e},e.prototype.shouldAutoInitialize=function(){return!!this.component&&"EXPLICIT"!==this.component.instantiationMode},e}();var u,l=function(){function e(e){this.name=e,this.providers=new Map}return e.prototype.addComponent=function(e){var t=this.getProvider(e.name);if(t.isComponentSet())throw new Error("Component "+e.name+" has already been registered with "+this.name);t.setComponent(e)},e.prototype.addOrOverwriteComponent=function(e){this.getProvider(e.name).isComponentSet()&&this.providers.delete(e.name),this.addComponent(e)},e.prototype.getProvider=function(e){if(this.providers.has(e))return this.providers.get(e);var t=new s(e,this);return this.providers.set(e,t),t},e.prototype.getProviders=function(){return Array.from(this.providers.values())},e}();function c(){for(var e=0,t=0,n=arguments.length;t=(null!==r&&void 0!==r?r:t.logLevel)&&e({level:f[n].toLowerCase(),message:a,args:i,type:t.name})}},r=0,i=d;r=0&&x.warn("\n Warning: You are trying to load Firebase while using Firebase Performance standalone script.\n You should load Firebase Performance with this instance of Firebase to avoid loading duplicate code.\n ")}var R=T.initializeApp;T.initializeApp=function(){for(var e=[],t=0;t0&&i[i.length-1])&&(6===o[0]||2===o[0])){a=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function l(e,t){var n="function"===typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(s){i={error:s}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a}function c(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i>6|192,t[n++]=63&i|128):55296===(64512&i)&&r+1>18|240,t[n++]=i>>12&63|128,t[n++]=i>>6&63|128,t[n++]=63&i|128):(t[n++]=i>>12|224,t[n++]=i>>6&63|128,t[n++]=63&i|128)}return t};function o(e){return a(void 0,e)}function a(e,t){if(!(t instanceof Object))return t;switch(t.constructor){case Date:return new Date(t.getTime());case Object:void 0===e&&(e={});break;case Array:e=[];break;default:return t}for(var n in t)t.hasOwnProperty(n)&&"__proto__"!==n&&(e[n]=a(e[n],t[n]));return e}var s=function(){function e(){var e=this;this.reject=function(){},this.resolve=function(){},this.promise=new Promise((function(t,n){e.resolve=t,e.reject=n}))}return e.prototype.wrapCallback=function(e){var t=this;return function(n,r){n?t.reject(n):t.resolve(r),"function"===typeof e&&(t.promise.catch((function(){})),1===e.length?e(n):e(n,r))}},e}();function u(){try{return"[object process]"===Object.prototype.toString.call(e.process)}catch(t){return!1}}function l(){return"object"===typeof self&&self.self===self}var c=function(e){function t(n,r,i){var o=e.call(this,r)||this;return o.code=n,o.customData=i,o.name="FirebaseError",Object.setPrototypeOf(o,t.prototype),Error.captureStackTrace&&Error.captureStackTrace(o,f.prototype.create),o}return Object(r.c)(t,e),t}(Error),f=function(){function e(e,t,n){this.service=e,this.serviceName=t,this.errors=n}return e.prototype.create=function(e){for(var t=[],n=1;n"}))}var p=/\{\$([^}]+)}/g;function h(e,t){return Object.prototype.hasOwnProperty.call(e,t)}!function(){function e(){this.chain_=[],this.buf_=[],this.W_=[],this.pad_=[],this.inbuf_=0,this.total_=0,this.blockSize=64,this.pad_[0]=128;for(var e=1;e>>31)}var o,a,s=this.chain_[0],u=this.chain_[1],l=this.chain_[2],c=this.chain_[3],f=this.chain_[4];for(r=0;r<80;r++){r<40?r<20?(o=c^u&(l^c),a=1518500249):(o=u^l^c,a=1859775393):r<60?(o=u&l|c&(u|l),a=2400959708):(o=u^l^c,a=3395469782);i=(s<<5|s>>>27)+o+f+a+n[r]&4294967295;f=c,c=l,l=4294967295&(u<<30|u>>>2),u=s,s=i}this.chain_[0]=this.chain_[0]+s&4294967295,this.chain_[1]=this.chain_[1]+u&4294967295,this.chain_[2]=this.chain_[2]+l&4294967295,this.chain_[3]=this.chain_[3]+c&4294967295,this.chain_[4]=this.chain_[4]+f&4294967295},e.prototype.update=function(e,t){if(null!=e){void 0===t&&(t=e.length);for(var n=t-this.blockSize,r=0,i=this.buf_,o=this.inbuf_;r=56;n--)this.buf_[n]=255&t,t/=256;this.compress_(this.buf_);var r=0;for(n=0;n<5;n++)for(var i=24;i>=0;i-=8)e[r]=this.chain_[n]>>i&255,++r;return e}}();function m(e,t){var n=new v(e,t);return n.subscribe.bind(n)}var v=function(){function e(e,t){var n=this;this.observers=[],this.unsubscribes=[],this.observerCount=0,this.task=Promise.resolve(),this.finalized=!1,this.onNoObservers=t,this.task.then((function(){e(n)})).catch((function(e){n.error(e)}))}return e.prototype.next=function(e){this.forEachObserver((function(t){t.next(e)}))},e.prototype.error=function(e){this.forEachObserver((function(t){t.error(e)})),this.close(e)},e.prototype.complete=function(){this.forEachObserver((function(e){e.complete()})),this.close()},e.prototype.subscribe=function(e,t,n){var r,i=this;if(void 0===e&&void 0===t&&void 0===n)throw new Error("Missing Observer.");void 0===(r=function(e,t){if("object"!==typeof e||null===e)return!1;for(var n=0,r=t;nt?i.slice(0,t)+"...":i}var U=function(){var e=E();e?console.log(F.apply(void 0,arguments)+"\n\n"+e):console.log(F.apply(void 0,arguments))},B={testIdAttribute:"data-testid",asyncUtilTimeout:1e3,asyncWrapper:function(e){return e()},eventWrapper:function(e){return e()},defaultHidden:!1,showOriginalStackTrace:!1,throwSuggestions:!1,getElementError:function(e,t){var n=new Error([e,F(t)].filter(Boolean).join("\n\n"));return n.name="TestingLibraryElementError",n},_disableExpensiveErrorDiagnostics:!1,computedStyleSupportsPseudoElements:!1},z="script, style";function H(e){try{return B._disableExpensiveErrorDiagnostics=!0,e()}finally{B._disableExpensiveErrorDiagnostics=!1}}function V(e){"function"===typeof e&&(e=e(B)),B=Object(s.a)({},B,e)}function W(){return B}var K=["button","meter","output","progress","select","textarea","input"];function G(e){return K.includes(e.nodeName.toLowerCase())?"":3===e.nodeType?e.textContent:Array.from(e.childNodes).map((function(e){return G(e)})).join("")}function Y(e){return"label"===e.tagName.toLowerCase()?G(e):e.value||e.textContent}function $(e){var t;if(void 0!==e.labels)return null!=(t=e.labels)?t:[];if(!function(e){return/BUTTON|METER|OUTPUT|PROGRESS|SELECT|TEXTAREA/.test(e.tagName)||"INPUT"===e.tagName&&"hidden"!==e.getAttribute("type")}(e))return[];var n=e.ownerDocument.querySelectorAll("label");return Array.from(n).filter((function(t){return t.control===e}))}function X(e,t,n){var r=(void 0===n?{}:n).selector,i=void 0===r?"*":r,o=t.getAttribute("aria-labelledby"),a=o?o.split(" "):[];return a.length?a.map((function(t){var n=e.querySelector('[id="'+t+'"]');return n?{content:Y(n),formControl:null}:{content:"",formControl:null}})):Array.from($(t)).map((function(e){return{content:Y(e),formControl:Array.from(e.querySelectorAll("button, input, meter, output, progress, select, textarea")).filter((function(e){return e.matches(i)}))[0]}}))}function J(e){if(null===e||void 0===e)throw new Error("It looks like "+e+" was passed instead of a matcher. Did you do something like getByText("+e+")?")}function Z(e,t,n,r){if("string"!==typeof e)return!1;J(n);var i=r(e);return"string"===typeof n||"number"===typeof n?i.toLowerCase().includes(n.toString().toLowerCase()):"function"===typeof n?n(i,t):n.test(i)}function Q(e,t,n,r){if("string"!==typeof e)return!1;J(n);var i=r(e);return n instanceof Function?n(i,t):n instanceof RegExp?n.test(i):i===String(n)}function ee(e){var t=void 0===e?{}:e,n=t.trim,r=void 0===n||n,i=t.collapseWhitespace,o=void 0===i||i;return function(e){var t=e;return t=r?t.trim():t,t=o?t.replace(/\s+/g," "):t}}function te(e){var t=e.trim,n=e.collapseWhitespace,r=e.normalizer;if(r){if("undefined"!==typeof t||"undefined"!==typeof n)throw new Error('trim and collapseWhitespace are not supported with a normalizer. If you want to use the default trim and collapseWhitespace logic in your normalizer, use "getDefaultNormalizer({trim, collapseWhitespace})" and compose that into your normalizer');return r}return ee({trim:t,collapseWhitespace:n})}function ne(e){return e.matches("input[type=submit], input[type=button]")?e.value:Array.from(e.childNodes).filter((function(e){return 3===e.nodeType&&Boolean(e.textContent)})).map((function(e){return e.textContent})).join("")}function re(e,t){var n="undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"===typeof e)return ie(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ie(e,t)}(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function ie(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0&&(i=[].concat(i.slice(0,o),i.slice(o+1)),"text"!==t.type))&&t.matches(""+(n=Object(s.a)({},e,{attributes:i})).name+n.attributes.map((function(e){var t=e.name,n=e.value,r=e.constraints;return-1!==(void 0===r?[]:r).indexOf("undefined")?":not(["+t+"])":n?"["+t+'="'+n+'"]':"["+t+"]"})).join(""))}}for(var r,i=[],o=re(e.entries());!(r=o()).done;){var a=r.value,u=a[0],l=a[1];i=[].concat(i,[{match:n(u),roles:Array.from(l),specificity:t(u)}])}return i.sort((function(e,t){var n=e.specificity;return t.specificity-n}))}(f.elementRoles);function ae(e){return!0===e.hidden||("true"===e.getAttribute("aria-hidden")||"none"===e.ownerDocument.defaultView.getComputedStyle(e).display)}function se(e,t){void 0===t&&(t={});var n=t.isSubtreeInaccessible,r=void 0===n?ae:n;if("hidden"===e.ownerDocument.defaultView.getComputedStyle(e).visibility)return!0;for(var i=e;i;){if(r(i))return!0;i=i.parentElement}return!1}function ue(e){for(var t,n=re(oe);!(t=n()).done;){var r=t.value,i=r.match,o=r.roles;if(i(e))return[].concat(o)}return[]}function le(e,t){var n=function(e,t){var n=(void 0===t?{}:t).hidden,r=void 0!==n&&n;return function e(t){return[t].concat(Array.from(t.children).reduce((function(t,n){return[].concat(t,e(n))}),[]))}(e).filter((function(e){return!1!==r||!1===se(e)})).reduce((function(e,t){return(t.hasAttribute("role")?t.getAttribute("role").split(" ").slice(0,1):ue(t)).reduce((function(e,n){var r,i;return Array.isArray(e[n])?Object(s.a)({},e,((r={})[n]=[].concat(e[n],[t]),r)):Object(s.a)({},e,((i={})[n]=[t],i))}),e)}),{})}(e,{hidden:t.hidden});return Object.entries(n).filter((function(e){return"generic"!==e[0]})).map((function(e){var t=e[0],n=e[1],r="-".repeat(50);return t+":\n\n"+n.map((function(e){return""+('Name "'+Object(c.a)(e,{computedStyleSupportsPseudoElements:W().computedStyleSupportsPseudoElements})+'":\n')+F(e.cloneNode(!1))})).join("\n\n")+"\n\n"+r})).join("\n")}function ce(e,t){var n=e.getAttribute(t);return"true"===n||"false"!==n&&void 0}var fe=ee();function de(e){return new RegExp(function(e){return e.replace(/[.*+\-?^${}()|[\]\\]/g,"\\$&")}(e.toLowerCase()),"i")}function pe(e,t,n,r){var i=r.variant,o=r.name,a="",s={},u=[["Role","TestId"].includes(e)?n:de(n)];o&&(s.name=de(o)),"Role"===e&&se(t)&&(s.hidden=!0,a="Element is inaccessible. This means that the element and all its children are invisible to screen readers.\n If you are using the aria-hidden prop, make sure this is the right choice for your case.\n "),Object.keys(s).length>0&&u.push(s);var l=i+"By"+e;return{queryName:e,queryMethod:l,queryArgs:u,variant:i,warning:a,toString:function(){a&&console.warn(a);var e=u[0],t=u[1];return e="string"===typeof e?"'"+e+"'":e,t=t?", { "+Object.entries(t).map((function(e){return e[0]+": "+e[1]})).join(", ")+" }":"",l+"("+e+t+")"}}}function he(e,t,n){return n&&(!t||t.toLowerCase()===e.toLowerCase())}function me(e,t,n){var r,i;if(void 0===t&&(t="get"),!e.matches(z)){var o=null!=(r=e.getAttribute("role"))?r:null==(i=ue(e))?void 0:i[0];if("generic"!==o&&he("Role",n,o))return pe("Role",e,o,{variant:t,name:Object(c.a)(e,{computedStyleSupportsPseudoElements:W().computedStyleSupportsPseudoElements})});var a=X(document,e).map((function(e){return e.content})).join(" ");if(he("LabelText",n,a))return pe("LabelText",e,a,{variant:t});var s=e.getAttribute("placeholder");if(he("PlaceholderText",n,s))return pe("PlaceholderText",e,s,{variant:t});var u=fe(ne(e));if(he("Text",n,u))return pe("Text",e,u,{variant:t});if(he("DisplayValue",n,e.value))return pe("DisplayValue",e,fe(e.value),{variant:t});var l=e.getAttribute("alt");if(he("AltText",n,l))return pe("AltText",e,l,{variant:t});var f=e.getAttribute("title");if(he("Title",n,f))return pe("Title",e,f,{variant:t});var d=e.getAttribute(W().testIdAttribute);return he("TestId",n,d)?pe("TestId",e,d,{variant:t}):void 0}}function ve(e,t){e.stack=t.stack.replace(t.message,e.message)}function be(e,t){var n=new Error("STACK_TRACE_MESSAGE");return W().asyncWrapper((function(){return function(e,t){var n=t.container,r=void 0===n?R():n,i=t.timeout,o=void 0===i?W().asyncUtilTimeout:i,a=t.showOriginalStackTrace,s=void 0===a?W().showOriginalStackTrace:a,u=t.stackTraceError,l=t.interval,c=void 0===l?50:l,f=t.onTimeout,p=void 0===f?function(e){return e.message=W().getElementError(e.message,r).message,e}:f,m=t.mutationObserverOptions,v=void 0===m?{subtree:!0,childList:!0,attributes:!0,characterData:!0}:m;if("function"!==typeof e)throw new TypeError("Received `callback` arg must be a function");return new Promise(function(){var t=Object(d.a)(h.a.mark((function t(n,i){var a,l,f,d,m,b,g,y,w,E,C,_,k,S;return h.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(S=function(){var e;a?(e=a,s||"TestingLibraryElementError"!==e.name||ve(e,u)):(e=new Error("Timed out in waitFor."),s||ve(e,u)),C(p(e),null)},k=function(){if("pending"!==m)try{var t=H(e);"function"===typeof(null==t?void 0:t.then)?(m="pending",t.then((function(e){m="resolved",C(null,e)}),(function(e){m="rejected",a=e}))):C(null,t)}catch(y){a=y}},_=function(){if(x()){var e=new Error("Changed from using real timers to fake timers while using waitFor. This is not allowed and will result in very strange behavior. Please ensure you're awaiting all async things your test is doing before changing to fake timers. For more info, please go to https://github.com/testing-library/dom-testing-library/issues/830");return s||ve(e,u),i(e)}return k()},C=function(e,t){d=!0,T(b),g||(clearInterval(l),f.disconnect()),e?i(e):n(t)},d=!1,m="idle",b=O(S,o),!(g=x())){t.next=24;break}k();case 10:if(d){t.next=22;break}if(x()){t.next=16;break}return y=new Error("Changed from using fake timers to real timers while using waitFor. This is not allowed and will result in very strange behavior. Please ensure you're awaiting all async things your test is doing before changing to real timers. For more info, please go to https://github.com/testing-library/dom-testing-library/issues/830"),s||ve(y,u),i(y),t.abrupt("return");case 16:return jest.advanceTimersByTime(c),k(),t.next=20,new Promise((function(e){return A(e)}));case 20:t.next=10;break;case 22:t.next=37;break;case 24:t.prev=24,N(r),t.next=32;break;case 28:return t.prev=28,t.t0=t.catch(24),i(t.t0),t.abrupt("return");case 32:l=setInterval(_,c),w=M(r),E=w.MutationObserver,(f=new E(_)).observe(r,v),k();case 37:case"end":return t.stop()}}),t,null,[[24,28]])})));return function(e,n){return t.apply(this,arguments)}}())}(e,Object(s.a)({stackTraceError:n},t))}))}function ge(e,t){return W().getElementError(e,t)}function ye(e,t){return ge(e+"\n\n(If this is intentional, then use the `*AllBy*` variant of the query (like `queryAllByText`, `getAllByText`, or `findAllByText`)).",t)}function we(e,t,n,r){var i=void 0===r?{}:r,o=i.exact,a=void 0===o||o,s=i.collapseWhitespace,u=i.trim,l=i.normalizer,c=a?Q:Z,f=te({collapseWhitespace:s,trim:u,normalizer:l});return Array.from(t.querySelectorAll("["+e+"]")).filter((function(t){return c(t.getAttribute(e),t,n,f)}))}function Ee(e,t){return function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o1){var s=a.map((function(e){return ge(null,e).message})).join("\n\n");throw ye(t.apply(void 0,[n].concat(i))+"\n\nHere are the matching elements:\n\n"+s,n)}return a[0]||null}}function Ce(e,t){return W().getElementError("A better query is available, try this:\n"+e.toString()+"\n",t)}function _e(e,t){return function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o1?i-1:0),a=1;a1?i-1:0),a=1;a1&&a.forEach((function(e,i){f(e,r,t,d)&&n.push(r);var o=[].concat(a);o.splice(i,1),o.length>1&&f(o.join(" "),r,t,d)&&n.push(r)})),n}),[]).concat(we("aria-label",e,t,{exact:s,normalizer:d}));return Array.from(new Set(p)).filter((function(e){return e.matches(o)}))},Ae=function(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),i=2;i) is non-labellable [https://html.spec.whatwg.org/multipage/forms.html#category-label]. If you really need to label a <"+e+" />, you can use aria-label or aria-labelledby instead."})).join("\n\n"),e):W().getElementError("Found a label with the text of: "+t+', however no form control was found associated to that label. Make sure you\'re using the "for" attribute or "aria-labelledby" attribute correctly.',e)}throw W().getElementError("Unable to find a label with the text of: "+t,e)}return o};function Oe(e,t){var n=t.getAttribute("for");if(!n)return null;var r=e.querySelector('[id="'+n+'"]');return r?r.tagName.toLowerCase():null}var Re=function(e,t){return"Found multiple elements with the text of: "+t},Me=Se(Ee(Te,Re),Te.name,"query"),Ne=Ee(Ae,Re),Le=ke(xe(Ae,Ae.name,"findAll")),De=ke(Se(Ne,Ae.name,"find")),qe=xe(Ae,Ae.name,"getAll"),je=Se(Ne,Ae.name,"get"),Fe=xe(Te,Te.name,"queryAll"),Ue=function(){for(var e=arguments.length,t=new Array(e),n=0;n title")).filter((function(e){return l(e.getAttribute("title"),e,t,c)||function(e){var t;return"title"===e.tagName.toLowerCase()&&"svg"===(null==(t=e.parentElement)?void 0:t.tagName.toLowerCase())}(e)&&l(ne(e),e,t,c)}))},yt=xe(gt,gt.name,"queryAll"),wt=Ie(gt,(function(e,t){return"Found multiple elements with the title: "+t+"."}),(function(e,t){return"Unable to find an element with the title: "+t+"."})),Et=wt[0],Ct=wt[1],_t=wt[2],kt=wt[3],St=wt[4];function xt(e,t,n){var r=void 0===n?{}:n,i=r.exact,o=void 0===i||i,a=r.collapseWhitespace,s=r.hidden,u=void 0===s?W().defaultHidden:s,l=r.name,d=r.trim,p=r.normalizer,h=r.queryFallbacks,m=void 0!==h&&h,v=r.selected,b=r.checked,g=r.pressed,y=r.level,w=r.expanded;N(e);var E,C,_,k,S=o?Q:Z,x=te({collapseWhitespace:a,trim:d,normalizer:p});if(void 0!==v&&void 0===(null==(E=f.roles.get(t))?void 0:E.props["aria-selected"]))throw new Error('"aria-selected" is not supported on role "'+t+'".');if(void 0!==b&&void 0===(null==(C=f.roles.get(t))?void 0:C.props["aria-checked"]))throw new Error('"aria-checked" is not supported on role "'+t+'".');if(void 0!==g&&void 0===(null==(_=f.roles.get(t))?void 0:_.props["aria-pressed"]))throw new Error('"aria-pressed" is not supported on role "'+t+'".');if(void 0!==y&&"heading"!==t)throw new Error('Role "'+t+'" cannot have "level" property.');if(void 0!==w&&void 0===(null==(k=f.roles.get(t))?void 0:k.props["aria-expanded"]))throw new Error('"aria-expanded" is not supported on role "'+t+'".');var I=new WeakMap;function P(e){return I.has(e)||I.set(e,ae(e)),I.get(e)}return Array.from(e.querySelectorAll("*")).filter((function(e){if(e.hasAttribute("role")){var n=e.getAttribute("role");if(m)return n.split(" ").filter(Boolean).some((function(n){return S(n,e,t,x)}));if(p)return S(n,e,t,x);var r=n.split(" ")[0];return S(r,e,t,x)}return ue(e).some((function(n){return S(n,e,t,x)}))})).filter((function(e){return void 0!==v?v===function(e){return"OPTION"===e.tagName?e.selected:ce(e,"aria-selected")}(e):void 0!==b?b===function(e){if(!("indeterminate"in e)||!e.indeterminate)return"checked"in e?e.checked:ce(e,"aria-checked")}(e):void 0!==g?g===function(e){return ce(e,"aria-pressed")}(e):void 0!==w?w===function(e){return ce(e,"aria-expanded")}(e):void 0===y||y===function(e){return e.getAttribute("aria-level")&&Number(e.getAttribute("aria-level"))||{H1:1,H2:2,H3:3,H4:4,H5:5,H6:6}[e.tagName]}(e)})).filter((function(e){return!1!==u||!1===se(e,{isSubtreeInaccessible:P})})).filter((function(e){return void 0===l||Q(Object(c.a)(e,{computedStyleSupportsPseudoElements:W().computedStyleSupportsPseudoElements}),e,l,(function(e){return e}))}))}var It=xe(xt,xt.name,"queryAll"),Pt=Ie(xt,(function(e,t,n){var r=(void 0===n?{}:n).name;return'Found multiple elements with the role "'+t+'"'+(void 0===r?"":"string"===typeof r?' and name "'+r+'"':" and name `"+r+"`")}),(function(e,t,n){var r=void 0===n?{}:n,i=r.hidden,o=void 0===i?W().defaultHidden:i,a=r.name;if(W()._disableExpensiveErrorDiagnostics)return'Unable to find role="'+t+'"';var s,u="";Array.from(e.children).forEach((function(e){u+=le(e,{hidden:o,includeName:void 0!==a})})),s=0===u.length?!1===o?"There are no accessible roles. But there might be some inaccessible roles. If you wish to access them, then set the `hidden` option to `true`. Learn more about this here: https://testing-library.com/docs/dom-testing-library/api-queries#byrole":"There are no available roles.":("\nHere are the "+(!1===o?"accessible":"available")+" roles:\n\n "+u.replace(/\n/g,"\n ").replace(/\n\s\s\n/g,"\n\n")+"\n").trim();return("\nUnable to find an "+(!1===o?"accessible ":"")+'element with the role "'+t+'"'+(void 0===a?"":"string"===typeof a?' and name "'+a+'"':" and name `"+a+"`")+"\n\n"+s).trim()})),Tt=Pt[0],At=Pt[1],Ot=Pt[2],Rt=Pt[3],Mt=Pt[4],Nt=function(){return W().testIdAttribute},Lt=function(){for(var e=arguments.length,t=new Array(e),n=0;n0?i(r(e),9007199254740991):0}},function(e,t,n){var r=n(74),i=n(67),o=n(9)("toStringTag"),a="Arguments"==i(function(){return arguments}());e.exports=r?i: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),o))?n:a?i(t):"Object"==(r=i(t))&&"function"==typeof t.callee?"Arguments":r}},function(e,t,n){var r=n(13);e.exports=function(e){return r[e+"Prototype"]}},function(e,t,n){"use strict";function r(e){return(r=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}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)}n.d(t,"a",(function(){return s}));var o=n(32);function a(e,t){return!t||"object"!==i(t)&&"function"!==typeof t?Object(o.a)(e):t}function s(e){var t=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,i=r(e);if(t){var o=r(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.apply(this,arguments);return a(this,n)}}},function(e,t,n){"use strict";function r(e,t){return(r=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function i(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&r(e,t)}n.d(t,"a",(function(){return i}))},function(e,t,n){"use strict";var r=n(26);n(0)(t,"__esModule",{value:!0}),t.roleElements=t.elementRoles=t.roles=t.dom=t.aria=void 0;var i=r(n(188)),o=r(n(209)),a=r(n(81)),s=r(n(402)),u=r(n(444)),l=i.default;t.aria=l;var c=o.default;t.dom=c;var f=a.default;t.roles=f;var d=s.default;t.elementRoles=d;var p=u.default;t.roleElements=p},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(187);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,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports={}},function(e,t,n){var r=n(13),i=n(12),o=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?o(r[e])||o(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},function(e,t,n){var r=n(74),i=n(20).f,o=n(24),a=n(19),s=n(195),u=n(9)("toStringTag");e.exports=function(e,t,n,l){if(e){var c=n?e:e.prototype;a(c,u)||i(c,u,{configurable:!0,value:t}),l&&!r&&o(c,"toString",s)}}},function(e,t,n){var r=n(67);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r,i,o,a=n(196),s=n(12),u=n(18),l=n(24),c=n(19),f=n(70),d=n(60),p=n(45),h="Object already initialized",m=s.WeakMap;if(a||f.state){var v=f.state||(f.state=new m),b=v.get,g=v.has,y=v.set;r=function(e,t){if(g.call(v,e))throw new TypeError(h);return t.facade=e,y.call(v,e,t),t},i=function(e){return b.call(v,e)||{}},o=function(e){return g.call(v,e)}}else{var w=d("state");p[w]=!0,r=function(e,t){if(c(e,w))throw new TypeError(h);return t.facade=e,l(e,w,t),t},i=function(e){return c(e,w)?e[w]:{}},o=function(e){return c(e,w)}}e.exports={set:r,get:i,has:o,enforce:function(e){return o(e)?i(e):r(e,{})},getterFor:function(e){return function(t){var n;if(!u(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}}}},function(e,t,n){"use strict";var r=n(207).charAt,i=n(49),o=n(78),a="String Iterator",s=i.set,u=i.getterFor(a);o(String,"String",(function(e){s(this,{type:a,string:String(e),index:0})}),(function(){var e,t=u(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=r(n,i),t.index+=e.length,{value:e,done:!1})}))},function(e,t,n){"use strict";var r=n(154),i=n(155),o=n(156),a=n(160),s=v(n(91)),u=n(54),l=v(n(171)),c=v(n(172)),f=v(n(174)),d=v(n(177)),p=v(n(179)),h=v(n(180)),m=v(n(183));function v(e){return e&&e.__esModule?e:{default:e}}var b=Object.prototype.toString,g=Date.prototype.toISOString,y=Error.prototype.toString,w=RegExp.prototype.toString,E=function(e){return"function"===typeof e.constructor&&e.constructor.name||"Object"},C=/^Symbol\((.*)\)(.*)$/,_=/\n/gi,k=function(e){i(n,e);var t=o(n);function n(e,i){var o;return r(this,n),(o=t.call(this,e)).stack=i,o.name=o.constructor.name,o}return n}(a(Error));function S(e,t){return t?"[Function "+(e.name||"anonymous")+"]":"[Function]"}function x(e){return String(e).replace(C,"Symbol($1)")}function I(e){return"["+y.call(e)+"]"}function P(e,t,n,r){if(!0===e||!1===e)return""+e;if(void 0===e)return"undefined";if(null===e)return"null";var i=typeof e;if("number"===i)return function(e){return Object.is(e,-0)?"-0":String(e)}(e);if("bigint"===i)return function(e){return String("".concat(e,"n"))}(e);if("string"===i)return r?'"'+e.replace(/"|\\/g,"\\$&")+'"':'"'+e+'"';if("function"===i)return S(e,t);if("symbol"===i)return x(e);var o=b.call(e);return"[object WeakMap]"===o?"WeakMap {}":"[object WeakSet]"===o?"WeakSet {}":"[object Function]"===o||"[object GeneratorFunction]"===o?S(e,t):"[object Symbol]"===o?x(e):"[object Date]"===o?isNaN(+e)?"Date { NaN }":g.call(e):"[object Error]"===o?I(e):"[object RegExp]"===o?n?w.call(e).replace(/[\\^$*+?.()|[\]{}]/g,"\\$&"):w.call(e):e instanceof Error?I(e):null}function T(e,t,n,r,i,o){if(-1!==i.indexOf(e))return"[Circular]";(i=i.slice()).push(e);var a=++r>t.maxDepth,s=t.min;if(t.callToJSON&&!a&&e.toJSON&&"function"===typeof e.toJSON&&!o)return R(e.toJSON(),t,n,r,i,!0);var l=b.call(e);return"[object Arguments]"===l?a?"[Arguments]":(s?"":"Arguments ")+"["+(0,u.printListItems)(e,t,n,r,i,R)+"]":function(e){return"[object Array]"===e||"[object ArrayBuffer]"===e||"[object DataView]"===e||"[object Float32Array]"===e||"[object Float64Array]"===e||"[object Int8Array]"===e||"[object Int16Array]"===e||"[object Int32Array]"===e||"[object Uint8Array]"===e||"[object Uint8ClampedArray]"===e||"[object Uint16Array]"===e||"[object Uint32Array]"===e}(l)?a?"["+e.constructor.name+"]":(s?"":e.constructor.name+" ")+"["+(0,u.printListItems)(e,t,n,r,i,R)+"]":"[object Map]"===l?a?"[Map]":"Map {"+(0,u.printIteratorEntries)(e.entries(),t,n,r,i,R," => ")+"}":"[object Set]"===l?a?"[Set]":"Set {"+(0,u.printIteratorValues)(e.values(),t,n,r,i,R)+"}":a||function(e){return"undefined"!==typeof window&&e===window}(e)?"["+E(e)+"]":(s?"":E(e)+" ")+"{"+(0,u.printObjectProperties)(e,t,n,r,i,R)+"}"}function A(e,t,n,r,i,o){var a;try{a=function(e){return null!=e.serialize}(e)?e.serialize(t,n,r,i,o,R):e.print(t,(function(e){return R(e,n,r,i,o)}),(function(e){var t=r+n.indent;return t+e.replace(_,"\n"+t)}),{edgeSpacing:n.spacingOuter,min:n.min,spacing:n.spacingInner},n.colors)}catch(s){throw new k(s.message,s.stack)}if("string"!==typeof a)throw new Error('pretty-format: Plugin must return type "string" but instead returned "'.concat(typeof a,'".'));return a}function O(e,t){for(var n=0;n1)for(var n=1;n6&&void 0!==arguments[6]?arguments[6]:": ",s="",u=e.next();if(!u.done){s+=t.spacingOuter;for(var l=n+t.indent;!u.done;){var c=o(u.value[0],t,l,r,i),f=o(u.value[1],t,l,r,i);s+=l+c+a+f,(u=e.next()).done?t.min||(s+=","):s+=","+t.spacingInner}s+=t.spacingOuter+n}return s},t.printIteratorValues=function(e,t,n,r,i,o){var a="",s=e.next();if(!s.done){a+=t.spacingOuter;for(var u=n+t.indent;!s.done;)a+=u+o(s.value,t,u,r,i),(s=e.next()).done?t.min||(a+=","):a+=","+t.spacingInner;a+=t.spacingOuter+n}return a},t.printListItems=function(e,t,n,r,i,o){var a="";if(e.length){a+=t.spacingOuter;for(var s=n+t.indent,u=0;uk;k++)if((p||k in E)&&(y=C(g=E[k],k,w),e))if(t)x[k]=y;else if(y)switch(e){case 3:return!0;case 5:return g;case 6:return k;case 2:u.call(x,g)}else switch(e){case 4:return!1;case 7:u.call(x,g)}return f?-1:l||c?c:x}};e.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6),filterOut:l(7)}},function(e,t,n){var r=n(69),i=n(56),o=r("keys");e.exports=function(e){return o[e]||(o[e]=i(e))}},function(e,t,n){var r=n(108),i=n(76);e.exports=Object.keys||function(e){return r(e,i)}},function(e,t,n){"use strict";n.d(t,"a",(function(){return Y}));var r=Object.prototype.toString;function i(e){return"function"===typeof e||"[object Function]"===r.call(e)}var o=Math.pow(2,53)-1;function a(e){var t=function(e){var t=Number(e);return isNaN(t)?0:0!==t&&isFinite(t)?(t>0?1:-1)*Math.floor(Math.abs(t)):t}(e);return Math.min(Math.max(t,0),o)}function s(e,t){var n=Array,r=Object(e);if(null==e)throw new TypeError("Array.from requires an array-like object - not null or undefined");if("undefined"!==typeof t&&!i(t))throw new TypeError("Array.from: when provided, the second argument must be a function");for(var o,s=a(r.length),u=i(n)?Object(new n(s)):new Array(s),l=0;l0&&void 0!==arguments[0]?arguments[0]:[];u(this,e),c(this,"items",void 0),this.items=t}var t,n,r;return t=e,(n=[{key:"add",value:function(e){return!1===this.has(e)&&this.items.push(e),this}},{key:"clear",value:function(){this.items=[]}},{key:"delete",value:function(e){var t=this.items.length;return this.items=this.items.filter((function(t){return t!==e})),t!==this.items.length}},{key:"forEach",value:function(e){var t=this;this.items.forEach((function(n){e(n,n,t)}))}},{key:"has",value:function(e){return-1!==this.items.indexOf(e)}},{key:"size",get:function(){return this.items.length}}])&&l(t.prototype,n),r&&l(t,r),e}(),d={article:"article",aside:"complementary",body:"document",button:"button",datalist:"listbox",dd:"definition",details:"group",dialog:"dialog",dt:"term",fieldset:"group",figure:"figure",form:"form",footer:"contentinfo",h1:"heading",h2:"heading",h3:"heading",h4:"heading",h5:"heading",h6:"heading",header:"banner",hr:"separator",legend:"legend",li:"listitem",math:"math",main:"main",menu:"list",nav:"navigation",ol:"list",optgroup:"group",option:"option",output:"status",progress:"progressbar",section:"region",summary:"button",table:"table",tbody:"rowgroup",textarea:"textbox",tfoot:"rowgroup",td:"cell",th:"columnheader",thead:"rowgroup",tr:"row",ul:"list"},p={caption:new Set(["aria-label","aria-labelledby"]),code:new Set(["aria-label","aria-labelledby"]),deletion:new Set(["aria-label","aria-labelledby"]),emphasis:new Set(["aria-label","aria-labelledby"]),generic:new Set(["aria-label","aria-labelledby","aria-roledescription"]),insertion:new Set(["aria-label","aria-labelledby"]),paragraph:new Set(["aria-label","aria-labelledby"]),presentation:new Set(["aria-label","aria-labelledby"]),strong:new Set(["aria-label","aria-labelledby"]),subscript:new Set(["aria-label","aria-labelledby"]),superscript:new Set(["aria-label","aria-labelledby"])};function h(e,t){return function(e,t){return["aria-atomic","aria-busy","aria-controls","aria-current","aria-describedby","aria-details","aria-dropeffect","aria-flowto","aria-grabbed","aria-hidden","aria-keyshortcuts","aria-label","aria-labelledby","aria-live","aria-owns","aria-relevant","aria-roledescription"].some((function(n){var r;return e.hasAttribute(n)&&!(null!==(r=p[t])&&void 0!==r&&r.has(n))}))}(e,t)}function m(e){var t=function(e){var t=e.getAttribute("role");if(null!==t){var n=t.trim().split(" ")[0];if(n.length>0)return n}return null}(e);if(null===t||"presentation"===t){var n=function(e){var t=d[v(e)];if(void 0!==t)return t;switch(v(e)){case"a":case"area":case"link":if(e.hasAttribute("href"))return"link";break;case"img":return""!==e.getAttribute("alt")||h(e,"img")?"img":"presentation";case"input":var n=e.type;switch(n){case"button":case"image":case"reset":case"submit":return"button";case"checkbox":case"radio":return n;case"range":return"slider";case"email":case"tel":case"text":case"url":return e.hasAttribute("list")?"combobox":"textbox";case"search":return e.hasAttribute("list")?"combobox":"searchbox";default:return null}case"select":return e.hasAttribute("multiple")||e.size>1?"listbox":"combobox"}return null}(e);if("presentation"!==t||h(e,n||""))return n}return t}function v(e){var t;return null!==(t=e.localName)&&void 0!==t?t:e.tagName.toLowerCase()}function b(e){return null!==e&&e.nodeType===e.ELEMENT_NODE}function g(e){return b(e)&&"caption"===v(e)}function y(e){return b(e)&&"input"===v(e)}function w(e){return b(e)&&"optgroup"===v(e)}function E(e){return b(e)&&"table"===v(e)}function C(e){var t=(null===e.ownerDocument?e:e.ownerDocument).defaultView;if(null===t)throw new TypeError("no window available");return t}function _(e){return b(e)&&"fieldset"===v(e)}function k(e){return b(e)&&"legend"===v(e)}function S(e){return b(e)&&"slot"===v(e)}function x(e){return b(e)&&"svg"===v(e)}function I(e){return function(e){return b(e)&&void 0!==e.ownerSVGElement}(e)&&"title"===v(e)}function P(e,t){return b(e)&&e.hasAttribute(t)?e.getAttribute(t).split(" ").map((function(t){return e.ownerDocument.getElementById(t)})).filter((function(e){return null!==e})):[]}function T(e,t){return!!b(e)&&-1!==t.indexOf(m(e))}function A(e){return e.trim().replace(/\s\s+/g," ")}function O(e,t){if(!b(e))return!1;if(e.hasAttribute("hidden")||"true"===e.getAttribute("aria-hidden"))return!0;var n=t(e);return"none"===n.getPropertyValue("display")||"hidden"===n.getPropertyValue("visibility")}function R(e){return T(e,["button","combobox","listbox","textbox"])||M(e,"range")}function M(e,t){if(!b(e))return!1;switch(t){case"range":return T(e,["meter","progressbar","scrollbar","slider","spinbutton"]);default:throw new TypeError("No knowledge about abstract role '".concat(t,"'. This is likely a bug :("))}}function N(e,t){var n=s(e.querySelectorAll(t));return P(e,"aria-owns").forEach((function(e){n.push.apply(n,s(e.querySelectorAll(t)))})),n}function L(e){return b(t=e)&&"select"===v(t)?e.selectedOptions||N(e,"[selected]"):N(e,'[aria-selected="true"]');var t}function D(e){return T(e,["none","presentation"])}function q(e){return g(e)}function j(e){return T(e,["button","cell","checkbox","columnheader","gridcell","heading","label","legend","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","row","rowheader","switch","tab","tooltip","treeitem"])}function F(e){return y(e)||b(t=e)&&"textarea"===v(t)?e.value:e.textContent||"";var t}function U(e){var t=e.getPropertyValue("content");return/^["'].*["']$/.test(t)?t.slice(1,-1):""}function B(e){var t=v(e);return"button"===t||"input"===t&&"hidden"!==e.getAttribute("type")||"meter"===t||"output"===t||"progress"===t||"select"===t||"textarea"===t}function z(e){if(B(e))return e;var t=null;return e.childNodes.forEach((function(e){if(null===t&&b(e)){var n=z(e);null!==n&&(t=n)}})),t}function H(e){if(void 0!==e.control)return e.control;var t=e.getAttribute("for");return null!==t?e.ownerDocument.getElementById(t):z(e)}function V(e){var t=e.labels;return null===t?t:void 0!==t?s(t):B(e)?s(e.ownerDocument.querySelectorAll("label")).filter((function(t){return H(t)===e})):null}function W(e){var t=e.assignedNodes();return 0===t.length?s(e.childNodes):t}function K(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=new f,r=C(e),i=t.compute,o=void 0===i?"name":i,a=t.computedStyleSupportsPseudoElements,u=void 0===a?void 0!==t.getComputedStyle:a,l=t.getComputedStyle,c=void 0===l?r.getComputedStyle.bind(r):l;function d(e,t){var n="";if(b(e)&&u){var r=U(c(e,"::before"));n="".concat(r," ").concat(n)}if((S(e)?W(e):s(e.childNodes).concat(P(e,"aria-owns"))).forEach((function(e){var r=h(e,{isEmbeddedInLabel:t.isEmbeddedInLabel,isReferenced:!1,recursion:!0}),i="inline"!==(b(e)?c(e).getPropertyValue("display"):"inline")?" ":"";n+="".concat(i).concat(r).concat(i)})),b(e)&&u){var i=U(c(e,"::after"));n="".concat(n," ").concat(i)}return n}function p(e){if(!b(e))return null;function t(e,t){var r=e.getAttributeNode(t);return null===r||n.has(r)||""===r.value.trim()?null:(n.add(r),r.value)}if(_(e)){n.add(e);for(var r=s(e.childNodes),i=0;i0})).join(" ");if(y(e)&&"image"===e.type){var P=t(e,"alt");if(null!==P)return P;var T=t(e,"title");return null!==T?T:"Submit Query"}return t(e,"title")}function h(e,t){if(n.has(e))return"";if(T(e,["menu"]))return n.add(e),"";if(O(e,c)&&!t.isReferenced)return n.add(e),"";var r=P(e,"aria-labelledby");if("name"===o&&!t.isReferenced&&r.length>0)return r.map((function(e){return h(e,{isEmbeddedInLabel:t.isEmbeddedInLabel,isReferenced:!0,recursion:!1})})).join(" ");var i=t.recursion&&R(e)&&"name"===o;if(!i){var a=(b(e)&&e.getAttribute("aria-label")||"").trim();if(""!==a&&"name"===o)return n.add(e),a;if(!D(e)){var u=p(e);if(null!==u)return n.add(e),u}}if(i||t.isEmbeddedInLabel||t.isReferenced){if(T(e,["combobox","listbox"])){n.add(e);var l=L(e);return 0===l.length?y(e)?e.value:"":s(l).map((function(e){return h(e,{isEmbeddedInLabel:t.isEmbeddedInLabel,isReferenced:!1,recursion:!0})})).join(" ")}if(M(e,"range"))return n.add(e),e.hasAttribute("aria-valuetext")?e.getAttribute("aria-valuetext"):e.hasAttribute("aria-valuenow")?e.getAttribute("aria-valuenow"):e.getAttribute("value")||"";if(T(e,["textbox"]))return n.add(e),F(e)}if(j(e)||b(e)&&t.isReferenced||q(e))return n.add(e),d(e,{isEmbeddedInLabel:t.isEmbeddedInLabel,isReferenced:!1});if(e.nodeType===e.TEXT_NODE)return n.add(e),e.textContent||"";if(t.recursion)return n.add(e),d(e,{isEmbeddedInLabel:t.isEmbeddedInLabel,isReferenced:!1});return n.add(e),""}return A(h(e,{isEmbeddedInLabel:!1,isReferenced:"description"===o,recursion:!1}))}function G(e){return T(e,["caption","code","deletion","emphasis","generic","insertion","paragraph","presentation","strong","subscript","superscript"])}function Y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return G(e)?"":K(e,t)}},function(e,t){function n(t,r){return e.exports=n=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},n(t,r)}e.exports=n},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.printElementAsLeaf=t.printElement=t.printComment=t.printText=t.printChildren=t.printProps=void 0;var r,i=(r=n(178))&&r.__esModule?r:{default:r};t.printProps=function(e,t,n,r,i,o,a){var s=r+n.indent,u=n.colors;return e.map((function(e){var l=t[e],c=a(l,n,s,i,o);return"string"!==typeof l&&(-1!==c.indexOf("\n")&&(c=n.spacingOuter+s+c+n.spacingOuter+r),c="{"+c+"}"),n.spacingInner+r+u.prop.open+e+u.prop.close+"="+u.value.open+c+u.value.close})).join("")};t.printChildren=function(e,t,n,r,i,a){return e.map((function(e){return t.spacingOuter+n+("string"===typeof e?o(e,t):a(e,t,n,r,i))})).join("")};var o=function(e,t){var n=t.colors.content;return n.open+(0,i.default)(e)+n.close};t.printText=o;t.printComment=function(e,t){var n=t.colors.comment;return n.open+"\x3c!--"+(0,i.default)(e)+"--\x3e"+n.close};t.printElement=function(e,t,n,r,i){var o=r.colors.tag;return o.open+"<"+e+(t&&o.close+t+r.spacingOuter+i+o.open)+(n?">"+o.close+n+r.spacingOuter+i+o.open+""+o.close};t.printElementAsLeaf=function(e,t){var n=t.colors.tag;return n.open+"<"+e+n.close+" \u2026"+n.open+" />"+n.close}},function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,o=i&&!r.call({1:2},1);t.f=o?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},function(e,t,n){var r=n(8),i=n(67),o="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?o.call(e,""):Object(e)}:Object},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var r=n(57),i=n(70);(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.15.1",mode:r?"pure":"global",copyright:"\xa9 2021 Denis Pushkarev (zloirock.ru)"})},function(e,t,n){var r=n(12),i=n(193),o="__core-js_shared__",a=r[o]||i(o,{});e.exports=a},function(e,t,n){var r=n(72),i=n(8);e.exports=!!Object.getOwnPropertySymbols&&!i((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},function(e,t,n){var r,i,o=n(12),a=n(194),s=o.process,u=s&&s.versions,l=u&&u.v8;l?i=(r=l.split("."))[0]<4?1:r[0]+r[1]:a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(i=r[1]),e.exports=i&&+i},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r={};r[n(9)("toStringTag")]="z",e.exports="[object z]"===String(r)},function(e,t,n){var r,i=n(27),o=n(198),a=n(76),s=n(45),u=n(200),l=n(98),c=n(60),f=c("IE_PROTO"),d=function(){},p=function(e){return"