fast_axecore
Version:
A high performance rewrite of axecore
12 lines • 388 kB
JavaScript
/*! axe v4.6.35
* Copyright (c) 2024 Deque Systems, Inc.
*
* Your use of this Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This entire copyright notice must appear in every copy of this file you
* distribute or in any file that contains substantial portions of this source
* code.
*/
!function z(window){var P=window,document=window.document,axe=axe||{};function D(e){this.name="SupportError",this.cause=e.cause,this.message=`\`${e.cause}\` - feature unsupported in your environment.`,e.ruleId&&(this.ruleId=e.ruleId,this.message+=` Skipping ${this.ruleId} rule.`),this.stack=(new Error).stack}axe.version="4.6.35","function"==typeof define&&define.amd&&define("axe-core",[],()=>axe),"object"==typeof module&&module.exports&&"function"==typeof z.toString&&(axe.source="("+z.toString()+')(typeof window === "object" ? window : this);',module.exports=axe),"function"==typeof window.getComputedStyle&&(window.axe=axe),(D.prototype=Object.create(Error.prototype)).constructor=D;var F=Object.create,j=Object.defineProperty,M=Object.getOwnPropertyDescriptor,L=Object.getOwnPropertyNames,q=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty,e=(e,t)=>{for(var a in t)j(e,a,{get:t[a],enumerable:!0})},$=(e,t,a)=>{a=null!=e?F(q(e)):{};var r=!t&&e&&e.__esModule?a:j(a,"default",{value:e,enumerable:!0}),n=e,i=void 0,o=void 0;if(n&&"object"==typeof n||"function"==typeof n)for(let e of L(n))V.call(r,e)||e===i||j(r,e,{get:()=>n[e],enumerable:!(o=M(n,e))||o.enumerable});return r},H=(t=(e,t)=>function(){return t||(0,e[L(e)[0]])((t={exports:{}}).exports,t),t.exports})({"../node_modules/css-selector-parser/lib/utils.js"(o){"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.isIdentStart=function(e){return"a"<=e&&e<="z"||"A"<=e&&e<="Z"||"-"===e||"_"===e},o.isIdent=function(e){return"a"<=e&&e<="z"||"A"<=e&&e<="Z"||"0"<=e&&e<="9"||"-"===e||"_"===e},o.isHex=function(e){return"a"<=e&&e<="f"||"A"<=e&&e<="F"||"0"<=e&&e<="9"},o.escapeIdentifier=function(e){for(var t=e.length,a="",r=0;r<t;){var n=e.charAt(r);if(o.identSpecialChars[n])a+="\\"+n;else if("_"===n||"-"===n||"A"<=n&&n<="Z"||"a"<=n&&n<="z"||0!==r&&"0"<=n&&n<="9")a+=n;else{n=n.charCodeAt(0);if(55296==(63488&n)){var i=e.charCodeAt(r++);if(55296!=(64512&n)||56320!=(64512&i))throw Error("UCS-2(decode): illegal sequence");n=((1023&n)<<10)+(1023&i)+65536}a+="\\"+n.toString(16)+" "}r++}return a},o.escapeStr=function(e){for(var t,a=e.length,r="",n=0;n<a;){var i=e.charAt(n);'"'===i?i='\\"':"\\"===i?i="\\\\":void 0!==(t=o.strReplacementsRev[i])&&(i=t),r+=i,n++}return'"'+r+'"'},o.identSpecialChars={"!":!0,'"':!0,"#":!0,$:!0,"%":!0,"&":!0,"'":!0,"(":!0,")":!0,"*":!0,"+":!0,",":!0,".":!0,"/":!0,";":!0,"<":!0,"=":!0,">":!0,"?":!0,"@":!0,"[":!0,"\\":!0,"]":!0,"^":!0,"`":!0,"{":!0,"|":!0,"}":!0,"~":!0},o.strReplacementsRev={"\n":"\\n","\r":"\\r","\t":"\\t","\f":"\\f","\v":"\\v"},o.singleQuoteEscapeChars={n:"\n",r:"\r",t:"\t",f:"\f","\\":"\\","'":"'"},o.doubleQuotesEscapeChars={n:"\n",r:"\r",t:"\t",f:"\f","\\":"\\",'"':'"'}}}),U=t({"../node_modules/css-selector-parser/lib/parser-context.js"(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var b=H();e.parseCssSelector=function(i,o,l,s,n,u){var d=i.length,c="";function p(e,t){var a="";for(o++,c=i.charAt(o);o<d;){if(c===e)return o++,a;if("\\"===c){o++;var r;if((c=i.charAt(o))===e)a+=e;else if(void 0!==(r=t[c]))a+=r;else{if(b.isHex(c)){var n=c;for(o++,c=i.charAt(o);b.isHex(c);)n+=c,o++,c=i.charAt(o);" "===c&&(o++,c=i.charAt(o)),a+=String.fromCharCode(parseInt(n,16));continue}a+=c}}else a+=c;o++,c=i.charAt(o)}return a}function m(){var e="";for(c=i.charAt(o);o<d;){if(!b.isIdent(c)){if("\\"!==c)return e;if(d<=++o)throw Error("Expected symbol but end of file reached.");if(c=i.charAt(o),!b.identSpecialChars[c]&&b.isHex(c)){var t=c;for(o++,c=i.charAt(o);b.isHex(c);)t+=c,o++,c=i.charAt(o);" "===c&&(o++,c=i.charAt(o)),e+=String.fromCharCode(parseInt(t,16));continue}}e+=c,o++,c=i.charAt(o)}return e}function h(){c=i.charAt(o);for(;" "===c||"\t"===c||"\n"===c||"\r"===c||"\f"===c;)o++,c=i.charAt(o)}function f(){var e=a();if(!e)return null;var t=e;for(c=i.charAt(o);","===c;){if(o++,h(),"selectors"!==t.type&&(t={type:"selectors",selectors:[e]}),!(e=a()))throw Error('Rule expected after ",".');t.selectors.push(e)}return t}function a(){h();var e={type:"ruleSet"},t=g();if(!t)return null;for(var a=e;t&&(t.type="rule",a.rule=t,a=t,h(),c=i.charAt(o),!(d<=o||","===c||")"===c));)if(n[c]){var r=c;if(o++,h(),!(t=g()))throw Error('Rule expected after "'+r+'".');t.nestingOperator=r}else(t=g())&&(t.nestingOperator=null);return e}function g(){for(var e=null;o<d;)if("*"===(c=i.charAt(o)))o++,(e=e||{}).tagName="*";else if(b.isIdentStart(c)||"\\"===c)(e=e||{}).tagName=m();else if("."===c)o++,((e=e||{}).classNames=e.classNames||[]).push(m());else if("#"===c)o++,(e=e||{}).id=m();else if("["===c){o++,h();var t={name:m()};if(h(),"]"===c)o++;else{var a="";if(s[c]&&(a=c,o++,c=i.charAt(o)),d<=o)throw Error('Expected "=" but end of file reached.');if("="!==c)throw Error('Expected "=" but "'+c+'" found.');t.operator=a+"=",o++,h();var r="";if(t.valueType="string",'"'===c)r=p('"',b.doubleQuotesEscapeChars);else if("'"===c)r=p("'",b.singleQuoteEscapeChars);else if(u&&"$"===c)o++,r=m(),t.valueType="substitute";else{for(;o<d&&"]"!==c;)r+=c,o++,c=i.charAt(o);r=r.trim()}if(h(),d<=o)throw Error('Expected "]" but end of file reached.');if("]"!==c)throw Error('Expected "]" but "'+c+'" found.');o++,t.value=r}((e=e||{}).attrs=e.attrs||[]).push(t)}else{if(":"!==c)break;o++;a=m(),t={name:a};if("("===c){o++;var n="";if(h(),"selector"===l[a])t.valueType="selector",n=f();else{if(t.valueType=l[a]||"string",'"'===c)n=p('"',b.doubleQuotesEscapeChars);else if("'"===c)n=p("'",b.singleQuoteEscapeChars);else if(u&&"$"===c)o++,n=m(),t.valueType="substitute";else{for(;o<d&&")"!==c;)n+=c,o++,c=i.charAt(o);n=n.trim()}h()}if(d<=o)throw Error('Expected ")" but end of file reached.');if(")"!==c)throw Error('Expected ")" but "'+c+'" found.');o++,t.value=n}((e=e||{}).pseudos=e.pseudos||[]).push(t)}return e}var e=f();if(o<d)throw Error('Rule expected but "'+i.charAt(o)+'" found.');return e}}}),B=t({"../node_modules/css-selector-parser/lib/render.js"(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=H();e.renderEntity=function t(e){var a="";switch(e.type){case"ruleSet":for(var r=e.rule,n=[];r;)r.nestingOperator&&n.push(r.nestingOperator),n.push(t(r)),r=r.rule;a=n.join(" ");break;case"selectors":a=e.selectors.map(t).join(", ");break;case"rule":e.tagName&&(a="*"===e.tagName?"*":i.escapeIdentifier(e.tagName)),e.id&&(a+="#"+i.escapeIdentifier(e.id)),e.classNames&&(a+=e.classNames.map(function(e){return"."+i.escapeIdentifier(e)}).join("")),e.attrs&&(a+=e.attrs.map(function(e){return"operator"in e?"substitute"===e.valueType?"["+i.escapeIdentifier(e.name)+e.operator+"$"+e.value+"]":"["+i.escapeIdentifier(e.name)+e.operator+i.escapeStr(e.value)+"]":"["+i.escapeIdentifier(e.name)+"]"}).join("")),e.pseudos&&(a+=e.pseudos.map(function(e){return e.valueType?"selector"===e.valueType?":"+i.escapeIdentifier(e.name)+"("+t(e.value)+")":"substitute"===e.valueType?":"+i.escapeIdentifier(e.name)+"($"+e.value+")":"numeric"===e.valueType?":"+i.escapeIdentifier(e.name)+"("+e.value+")":":"+i.escapeIdentifier(e.name)+"("+i.escapeIdentifier(e.value)+")":":"+i.escapeIdentifier(e.name)}).join(""));break;default:throw Error('Unknown entity type: "'+e.type+'".')}return a}}}),K=t({"../node_modules/css-selector-parser/lib/index.js"(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var t=U(),a=B();function r(){this.pseudos={},this.attrEqualityMods={},this.ruleNestingOperators={},this.substitutesEnabled=!1}r.prototype.registerSelectorPseudos=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)this.pseudos[r[a]]="selector";return this},r.prototype.unregisterSelectorPseudos=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)delete this.pseudos[r[a]];return this},r.prototype.registerNumericPseudos=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)this.pseudos[r[a]]="numeric";return this},r.prototype.unregisterNumericPseudos=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)delete this.pseudos[r[a]];return this},r.prototype.registerNestingOperators=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)this.ruleNestingOperators[r[a]]=!0;return this},r.prototype.unregisterNestingOperators=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)delete this.ruleNestingOperators[r[a]];return this},r.prototype.registerAttrEqualityMods=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)this.attrEqualityMods[r[a]]=!0;return this},r.prototype.unregisterAttrEqualityMods=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var a=0,r=e;a<r.length;a++)delete this.attrEqualityMods[r[a]];return this},r.prototype.enableSubstitutes=function(){return this.substitutesEnabled=!0,this},r.prototype.disableSubstitutes=function(){return this.substitutesEnabled=!1,this},r.prototype.parse=function(e){return t.parseCssSelector(e,0,this.pseudos,this.attrEqualityMods,this.ruleNestingOperators,this.substitutesEnabled)},r.prototype.render=function(e){return a.renderEntity(e).trim()},e.CssSelectorParser=r}}),W=t({"../node_modules/es5-ext/function/noop.js"(e,t){"use strict";t.exports=function(){}}}),G=t({"../node_modules/es5-ext/object/is-value.js"(e,t){"use strict";var a=W()();t.exports=function(e){return e!==a&&null!==e}}}),Z=t({"../node_modules/es5-ext/object/normalize-options.js"(e,t){"use strict";var i=G(),a=Array.prototype.forEach,r=Object.create;t.exports=function(e){var n=r(null);return a.call(arguments,function(e){if(i(e)){var t,a=Object(e),r=n;for(t in a)r[t]=a[t]}}),n}}}),X=t({"../node_modules/es5-ext/math/sign/is-implemented.js"(e,t){"use strict";t.exports=function(){var e=Math.sign;return"function"==typeof e&&1===e(10)&&-1===e(-20)}}}),J=t({"../node_modules/es5-ext/math/sign/shim.js"(e,t){"use strict";t.exports=function(e){return e=Number(e),isNaN(e)||0===e?e:0<e?1:-1}}}),Q=t({"../node_modules/es5-ext/math/sign/index.js"(e,t){"use strict";t.exports=X()()?Math.sign:J()}}),Y=t({"../node_modules/es5-ext/number/to-integer.js"(e,t){"use strict";var a=Q(),r=Math.abs,n=Math.floor;t.exports=function(e){return isNaN(e)?0:0!==(e=Number(e))&&isFinite(e)?a(e)*n(r(e)):e}}}),ee=t({"../node_modules/es5-ext/number/to-pos-integer.js"(e,t){"use strict";var a=Y(),r=Math.max;t.exports=function(e){return r(0,a(e))}}}),te=t({"../node_modules/memoizee/lib/resolve-length.js"(e,t){"use strict";var r=ee();t.exports=function(e,t,a){return isNaN(e)?0<=t?a&&t?t-1:t:1:!1!==e&&r(e)}}}),ae=t({"../node_modules/es5-ext/object/valid-callable.js"(e,t){"use strict";t.exports=function(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e}}}),re=t({"../node_modules/es5-ext/object/valid-value.js"(e,t){"use strict";var a=G();t.exports=function(e){if(a(e))return e;throw new TypeError("Cannot use null or undefined")}}}),ne=t({"../node_modules/es5-ext/object/_iterate.js"(e,t){"use strict";var l=ae(),s=re(),u=Function.prototype.bind,d=Function.prototype.call,c=Object.keys,p=Object.prototype.propertyIsEnumerable;t.exports=function(i,o){return function(a,r){var e,n=arguments[2],t=arguments[3];return a=Object(s(a)),l(r),e=c(a),t&&e.sort("function"==typeof t?u.call(t,a):void 0),"function"!=typeof i&&(i=e[i]),d.call(i,e,function(e,t){return p.call(a,e)?d.call(r,n,a[e],e,a,t):o})}}}}),ie=t({"../node_modules/es5-ext/object/for-each.js"(e,t){"use strict";t.exports=ne()("forEach")}}),oe=t({"../node_modules/memoizee/lib/registered-extensions.js"(){}}),le=t({"../node_modules/es5-ext/object/assign/is-implemented.js"(e,t){"use strict";t.exports=function(){var e=Object.assign;return"function"==typeof e&&(e(e={foo:"raz"},{bar:"dwa"},{trzy:"trzy"}),e.foo+e.bar+e.trzy==="razdwatrzy")}}}),se=t({"../node_modules/es5-ext/object/keys/is-implemented.js"(e,t){"use strict";t.exports=function(){try{return Object.keys("primitive"),!0}catch(e){return!1}}}}),ue=t({"../node_modules/es5-ext/object/keys/shim.js"(e,t){"use strict";var a=G(),r=Object.keys;t.exports=function(e){return r(a(e)?Object(e):e)}}}),de=t({"../node_modules/es5-ext/object/keys/index.js"(e,t){"use strict";t.exports=se()()?Object.keys:ue()}}),ce=t({"../node_modules/es5-ext/object/assign/shim.js"(e,t){"use strict";var o=de(),l=re(),s=Math.max;t.exports=function(t,a){var r,e,n,i=s(arguments.length,2);for(t=Object(l(t)),n=function(e){try{t[e]=a[e]}catch(e){r=r||e}},e=1;e<i;++e)o(a=arguments[e]).forEach(n);if(void 0!==r)throw r;return t}}}),pe=t({"../node_modules/es5-ext/object/assign/index.js"(e,t){"use strict";t.exports=le()()?Object.assign:ce()}}),me=t({"../node_modules/es5-ext/object/is-object.js"(e,t){"use strict";var a=G(),r={function:!0,object:!0};t.exports=function(e){return a(e)&&r[typeof e]||!1}}}),he=t({"../node_modules/es5-ext/error/custom.js"(e,r){"use strict";var n=pe(),i=me(),o=G(),l=Error.captureStackTrace;r.exports=function(e){var e=new Error(e),t=arguments[1],a=arguments[2];return o(a)||i(t)&&(a=t,t=null),o(a)&&n(e,a),o(t)&&(e.code=t),l&&l(e,r.exports),e}}}),fe=t({"../node_modules/es5-ext/object/mixin.js"(e,t){"use strict";var n=re(),i=Object.defineProperty,o=Object.getOwnPropertyDescriptor,l=Object.getOwnPropertyNames,s=Object.getOwnPropertySymbols;t.exports=function(t,a){var r,e=Object(n(a));if(t=Object(n(t)),l(e).forEach(function(e){try{i(t,e,o(a,e))}catch(e){r=e}}),"function"==typeof s&&s(e).forEach(function(e){try{i(t,e,o(a,e))}catch(e){r=e}}),void 0!==r)throw r;return t}}}),ge=t({"../node_modules/es5-ext/function/_define-length.js"(e,t){"use strict";function a(e,t){return t}var r,n,i,o,l,s=ee();try{Object.defineProperty(a,"length",{configurable:!0,writable:!1,enumerable:!1,value:1})}catch(e){}1===a.length?(r={configurable:!0,writable:!1,enumerable:!1},n=Object.defineProperty,t.exports=function(e,t){return t=s(t),e.length===t?e:(r.value=t,n(e,"length",r))}):(o=fe(),l=[],i=function(e){var t,a=0;if(l[e])return l[e];for(t=[];e--;)t.push("a"+(++a).toString(36));return new Function("fn","return function ("+t.join(", ")+") { return fn.apply(this, arguments); };")},t.exports=function(e,t){if(t=s(t),e.length===t)return e;t=i(t)(e);try{o(t,e)}catch(e){}return t})}}),be=t({"../node_modules/type/value/is.js"(e,t){"use strict";t.exports=function(e){return null!=e}}}),ye=t({"../node_modules/type/object/is.js"(e,t){"use strict";var a=be(),r={object:!0,function:!0,undefined:!0};t.exports=function(e){return!!a(e)&&hasOwnProperty.call(r,typeof e)}}}),ve=t({"../node_modules/type/prototype/is.js"(e,t){"use strict";var a=ye();t.exports=function(e){if(!a(e))return!1;try{return e.constructor?e.constructor.prototype===e:!1}catch(e){return!1}}}}),we=t({"../node_modules/type/function/is.js"(e,t){"use strict";var a=ve();t.exports=function(e){if("function"!=typeof e)return!1;if(!hasOwnProperty.call(e,"length"))return!1;try{if("number"!=typeof e.length)return!1;if("function"!=typeof e.call)return!1;if("function"!=typeof e.apply)return!1}catch(e){return!1}return!a(e)}}}),xe=t({"../node_modules/type/plain-function/is.js"(e,t){"use strict";var a=we(),r=/^\s*class[\s{/}]/,n=Function.prototype.toString;t.exports=function(e){return!!a(e)&&!r.test(n.call(e))}}}),Ae=t({"../node_modules/es5-ext/string/#/contains/is-implemented.js"(e,t){"use strict";var a="razdwatrzy";t.exports=function(){return"function"==typeof a.contains&&!0===a.contains("dwa")&&!1===a.contains("foo")}}}),ke=t({"../node_modules/es5-ext/string/#/contains/shim.js"(e,t){"use strict";var a=String.prototype.indexOf;t.exports=function(e){return-1<a.call(this,e,arguments[1])}}}),Ee=t({"../node_modules/es5-ext/string/#/contains/index.js"(e,t){"use strict";t.exports=Ae()()?String.prototype.contains:ke()}}),Ne=t({"../node_modules/d/index.js"(e,t){"use strict";var o=be(),i=xe(),l=pe(),s=Z(),u=Ee();(t.exports=function(e,t){var a,r,n,i;return arguments.length<2||"string"!=typeof e?(i=t,t=e,e=null):i=arguments[2],o(e)?(a=u.call(e,"c"),r=u.call(e,"e"),n=u.call(e,"w")):r=!(a=n=!0),e={value:t,configurable:a,enumerable:r,writable:n},i?l(s(i),e):e}).gs=function(e,t,a){var r,n;return"string"!=typeof e?(n=a,a=t,t=e,e=null):n=arguments[3],o(t)?i(t)?o(a)?i(a)||(n=a,a=void 0):a=void 0:(n=t,t=a=void 0):t=void 0,e=o(e)?(r=u.call(e,"c"),u.call(e,"e")):!(r=!0),t={get:t,set:a,configurable:r,enumerable:e},n?l(s(n),t):t}}}),Re=t({"../node_modules/event-emitter/index.js"(e,t){"use strict";var a=Ne(),o=ae(),l=Function.prototype.apply,s=Function.prototype.call,r=Object.create,n=Object.defineProperty,i=Object.defineProperties,u=Object.prototype.hasOwnProperty,d={configurable:!0,enumerable:!1,writable:!0},c=function(e,t){var a;return o(t),u.call(this,"__ee__")?a=this.__ee__:(a=d.value=r(null),n(this,"__ee__",d),d.value=null),a[e]?"object"==typeof a[e]?a[e].push(t):a[e]=[a[e],t]:a[e]=t,this},p=function(e,t){var a,r;return o(t),r=this,c.call(this,e,a=function(){m.call(r,e,a),l.call(t,this,arguments)}),a.__eeOnceListener__=t,this},m=function(e,t){var a,r,n,i;if(o(t),u.call(this,"__ee__")&&(a=this.__ee__)[e])if("object"==typeof(r=a[e]))for(i=0;n=r[i];++i)n!==t&&n.__eeOnceListener__!==t||(2===r.length?a[e]=r[i?0:1]:r.splice(i,1));else r!==t&&r.__eeOnceListener__!==t||delete a[e];return this},h=function(e){var t,a,r,n,i;if(u.call(this,"__ee__")&&(n=this.__ee__[e]))if("object"==typeof n){for(a=arguments.length,i=new Array(a-1),t=1;t<a;++t)i[t-1]=arguments[t];for(n=n.slice(),t=0;r=n[t];++t)l.call(r,this,i)}else switch(arguments.length){case 1:s.call(n,this);break;case 2:s.call(n,this,arguments[1]);break;case 3:s.call(n,this,arguments[1],arguments[2]);break;default:for(a=arguments.length,i=new Array(a-1),t=1;t<a;++t)i[t-1]=arguments[t];l.call(n,this,i)}},f={on:c,once:p,off:m,emit:h},g={on:a(c),once:a(p),off:a(m),emit:a(h)},b=i({},g);t.exports=e=function(e){return null==e?r(b):i(Object(e),g)},e.methods=f}}),Te=t({"../node_modules/es5-ext/array/from/is-implemented.js"(e,t){"use strict";t.exports=function(){var e,t=Array.from;return"function"==typeof t&&(e=t(t=["raz","dwa"]),Boolean(e&&e!==t&&"dwa"===e[1]))}}}),Se=t({"../node_modules/ext/global-this/is-implemented.js"(e,t){"use strict";t.exports=function(){return"object"==typeof globalThis&&!!globalThis&&globalThis.Array===Array}}}),Ce=t({"../node_modules/ext/global-this/implementation.js"(e,t){function a(){if("object"==typeof self&&self)return self;if("object"==typeof window&&window)return window;throw new Error("Unable to resolve global `this`")}t.exports=function(){if(this)return this;try{Object.defineProperty(Object.prototype,"__global__",{get:function(){return this},configurable:!0})}catch(e){return a()}try{return __global__?__global__:a()}finally{delete Object.prototype.__global__}}()}}),_e=t({"../node_modules/ext/global-this/index.js"(e,t){"use strict";t.exports=Se()()?globalThis:Ce()}}),Oe=t({"../node_modules/es6-symbol/is-implemented.js"(e,t){"use strict";var a=_e(),r={object:!0,symbol:!0};t.exports=function(){var e,t=a.Symbol;if("function"!=typeof t)return!1;e=t("test symbol");try{String(e)}catch(e){return!1}return!!r[typeof t.iterator]&&!!r[typeof t.toPrimitive]&&!!r[typeof t.toStringTag]}}}),Ie=t({"../node_modules/es6-symbol/is-symbol.js"(e,t){"use strict";t.exports=function(e){return!!e&&("symbol"==typeof e||!!e.constructor&&"Symbol"===e.constructor.name&&"Symbol"===e[e.constructor.toStringTag])}}}),ze=t({"../node_modules/es6-symbol/validate-symbol.js"(e,t){"use strict";var a=Ie();t.exports=function(e){if(a(e))return e;throw new TypeError(e+" is not a symbol")}}}),Pe=t({"../node_modules/es6-symbol/lib/private/generate-name.js"(e,t){"use strict";var n=Ne(),a=Object.create,i=Object.defineProperty,o=Object.prototype,l=a(null);t.exports=function(e){for(var t,a,r=0;l[e+(r||"")];)++r;return l[e+=r||""]=!0,i(o,t="@@"+e,n.gs(null,function(e){a||(a=!0,i(this,t,n(e)),a=!1)})),t}}}),De=t({"../node_modules/es6-symbol/lib/private/setup/standard-symbols.js"(e,t){"use strict";var a=Ne(),r=_e().Symbol;t.exports=function(e){return Object.defineProperties(e,{hasInstance:a("",r&&r.hasInstance||e("hasInstance")),isConcatSpreadable:a("",r&&r.isConcatSpreadable||e("isConcatSpreadable")),iterator:a("",r&&r.iterator||e("iterator")),match:a("",r&&r.match||e("match")),replace:a("",r&&r.replace||e("replace")),search:a("",r&&r.search||e("search")),species:a("",r&&r.species||e("species")),split:a("",r&&r.split||e("split")),toPrimitive:a("",r&&r.toPrimitive||e("toPrimitive")),toStringTag:a("",r&&r.toStringTag||e("toStringTag")),unscopables:a("",r&&r.unscopables||e("unscopables"))})}}}),Fe=t({"../node_modules/es6-symbol/lib/private/setup/symbol-registry.js"(e,t){"use strict";var a=Ne(),r=ze(),n=Object.create(null);t.exports=function(t){return Object.defineProperties(t,{for:a(function(e){return n[e]||(n[e]=t(String(e)))}),keyFor:a(function(e){for(var t in r(e),n)if(n[t]===e)return t})})}}}),je=t({"../node_modules/es6-symbol/polyfill.js"(e,t){"use strict";var a,r,n,i=Ne(),o=ze(),l=_e().Symbol,s=Pe(),u=De(),d=Fe(),c=Object.create,p=Object.defineProperties,m=Object.defineProperty;if("function"==typeof l)try{String(l()),n=!0}catch(e){}else l=null;r=function(e){if(this instanceof r)throw new TypeError("Symbol is not a constructor");return a(e)},t.exports=a=function e(t){var a;if(this instanceof e)throw new TypeError("Symbol is not a constructor");return n?l(t):(a=c(r.prototype),t=void 0===t?"":String(t),p(a,{__description__:i("",t),__name__:i("",s(t))}))},u(a),d(a),p(r.prototype,{constructor:i(a),toString:i("",function(){return this.__name__})}),p(a.prototype,{toString:i(function(){return"Symbol ("+o(this).__description__+")"}),valueOf:i(function(){return o(this)})}),m(a.prototype,a.toPrimitive,i("",function(){var e=o(this);return"symbol"==typeof e?e:e.toString()})),m(a.prototype,a.toStringTag,i("c","Symbol")),m(r.prototype,a.toStringTag,i("c",a.prototype[a.toStringTag])),m(r.prototype,a.toPrimitive,i("c",a.prototype[a.toPrimitive]))}}),Me=t({"../node_modules/es6-symbol/index.js"(e,t){"use strict";t.exports=Oe()()?_e().Symbol:je()}}),Le=t({"../node_modules/es5-ext/function/is-arguments.js"(e,t){"use strict";var a=Object.prototype.toString,r=a.call(function(){return arguments}());t.exports=function(e){return a.call(e)===r}}}),qe=t({"../node_modules/es5-ext/function/is-function.js"(e,t){"use strict";var a=Object.prototype.toString,r=RegExp.prototype.test.bind(/^[object [A-Za-z0-9]*Function]$/);t.exports=function(e){return"function"==typeof e&&r(a.call(e))}}}),Ve=t({"../node_modules/es5-ext/string/is-string.js"(e,t){"use strict";var a=Object.prototype.toString,r=a.call("");t.exports=function(e){return"string"==typeof e||e&&"object"==typeof e&&(e instanceof String||a.call(e)===r)||!1}}}),$e=t({"../node_modules/es5-ext/array/from/shim.js"(e,t){"use strict";var m=Me().iterator,h=Le(),f=qe(),g=ee(),b=ae(),y=re(),v=G(),w=Ve(),x=Array.isArray,A=Function.prototype.call,k={configurable:!0,enumerable:!0,writable:!0,value:null},E=Object.defineProperty;t.exports=function(e){var t,a,r,n,i,o,l,s,u,d,c=arguments[1],p=arguments[2];if(e=Object(y(e)),v(c)&&b(c),this&&this!==Array&&f(this))t=this;else{if(!c){if(h(e))return 1!==(i=e.length)?Array.apply(null,e):((n=new Array(1))[0]=e[0],n);if(x(e)){for(n=new Array(i=e.length),a=0;a<i;++a)n[a]=e[a];return n}}n=[]}if(!x(e))if(void 0!==(u=e[m])){for(l=b(u).call(e),t&&(n=new t),s=l.next(),a=0;!s.done;)d=c?A.call(c,p,s.value,a):s.value,t?(k.value=d,E(n,a,k)):n[a]=d,s=l.next(),++a;i=a}else if(w(e)){for(i=e.length,t&&(n=new t),r=a=0;a<i;++a)d=e[a],a+1<i&&55296<=(o=d.charCodeAt(0))&&o<=56319&&(d+=e[++a]),d=c?A.call(c,p,d,r):d,t?(k.value=d,E(n,r,k)):n[r]=d,++r;i=r}if(void 0===i)for(i=g(e.length),t&&(n=new t(i)),a=0;a<i;++a)d=c?A.call(c,p,e[a],a):e[a],t?(k.value=d,E(n,a,k)):n[a]=d;return t&&(k.value=null,n.length=i),n}}}),He=t({"../node_modules/es5-ext/array/from/index.js"(e,t){"use strict";t.exports=Te()()?Array.from:$e()}}),Ue=t({"../node_modules/es5-ext/array/to-array.js"(e,t){"use strict";var a=He(),r=Array.isArray;t.exports=function(e){return r(e)?e:a(e)}}}),Be=t({"../node_modules/memoizee/lib/resolve-resolve.js"(e,t){"use strict";var a=Ue(),r=G(),n=ae(),i=Array.prototype.slice,o=function(a){return this.map(function(e,t){return e?e(a[t]):a[t]}).concat(i.call(a,this.length))};t.exports=function(e){return(e=a(e)).forEach(function(e){r(e)&&n(e)}),o.bind(e)}}}),Ke=t({"../node_modules/memoizee/lib/resolve-normalize.js"(e,t){"use strict";var a=ae();t.exports=function(e){var t;return"function"==typeof e?{set:e,get:e}:(t={get:a(e.get)},void 0!==e.set?(t.set=a(e.set),e.delete&&(t.delete=a(e.delete)),e.clear&&(t.clear=a(e.clear))):t.set=t.get,t)}}}),We=t({"../node_modules/memoizee/lib/configure-map.js"(e,t){"use strict";var g=he(),b=ge(),y=Ne(),a=Re().methods,v=Be(),w=Ke(),x=Function.prototype.apply,A=Function.prototype.call,k=Object.create,E=Object.defineProperties,N=a.on,R=a.emit;t.exports=function(n,t,e){var i,o,l,a,r,s,u,d,c,p,m,h=k(null),f=!1!==t?t:isNaN(n.length)?1:n.length;return e.normalizer&&(p=w(e.normalizer),o=p.get,l=p.set,a=p.delete,r=p.clear),null!=e.resolvers&&(m=v(e.resolvers)),p=o?b(function(e){var t,a,r=arguments;if(m&&(r=m(r)),null!==(t=o(r))&&hasOwnProperty.call(h,t))return u&&i.emit("get",t,r,this),h[t];if(a=1===r.length?A.call(n,this,r[0]):x.call(n,this,r),null===t){if(null!==(t=o(r)))throw g("Circular invocation","CIRCULAR_INVOCATION");t=l(r)}else if(hasOwnProperty.call(h,t))throw g("Circular invocation","CIRCULAR_INVOCATION");return h[t]=a,d&&i.emit("set",t,null,a),a},f):0===t?function(){var e;if(hasOwnProperty.call(h,"data"))return u&&i.emit("get","data",arguments,this),h.data;if(e=arguments.length?x.call(n,this,arguments):A.call(n,this),hasOwnProperty.call(h,"data"))throw g("Circular invocation","CIRCULAR_INVOCATION");return h.data=e,d&&i.emit("set","data",null,e),e}:function(e){var t,a=arguments;if(m&&(a=m(arguments)),t=String(a[0]),hasOwnProperty.call(h,t))return u&&i.emit("get",t,a,this),h[t];if(a=1===a.length?A.call(n,this,a[0]):x.call(n,this,a),hasOwnProperty.call(h,t))throw g("Circular invocation","CIRCULAR_INVOCATION");return h[t]=a,d&&i.emit("set",t,null,a),a},i={original:n,memoized:p,profileName:e.profileName,get:function(e){return m&&(e=m(e)),o?o(e):String(e[0])},has:function(e){return hasOwnProperty.call(h,e)},delete:function(e){var t;hasOwnProperty.call(h,e)&&(a&&a(e),t=h[e],delete h[e],c)&&i.emit("delete",e,t)},clear:function(){var e=h;r&&r(),h=k(null),i.emit("clear",e)},on:function(e,t){return"get"===e?u=!0:"set"===e?d=!0:"delete"===e&&(c=!0),N.call(this,e,t)},emit:R,updateEnv:function(){n=i.original}},e=o?b(function(e){var t=arguments;m&&(t=m(t)),null!==(t=o(t))&&i.delete(t)},f):0===t?function(){return i.delete("data")}:function(e){return m&&(e=m(arguments)[0]),i.delete(e)},f=b(function(){var e=arguments;return 0===t?h.data:(m&&(e=m(e)),e=o?o(e):String(e[0]),h[e])}),s=b(function(){var e=arguments;return 0===t?i.has("data"):(m&&(e=m(e)),null!==(e=o?o(e):String(e[0]))&&i.has(e))}),E(p,{__memoized__:y(!0),delete:y(e),clear:y(i.clear),_get:y(f),_has:y(s)}),i}}}),Ge=t({"../node_modules/memoizee/plain.js"(e,t){"use strict";var i=ae(),o=ie(),l=oe(),s=We(),u=te();t.exports=function e(t){var a,r,n;if(i(t),(a=Object(arguments[1])).async&&a.promise)throw new Error("Options 'async' and 'promise' cannot be used together");return hasOwnProperty.call(t,"__memoized__")&&!a.force?t:(r=u(a.length,t.length,a.async&&l.async),n=s(t,r,a),o(l,function(e,t){a[t]&&e(a[t],n,a)}),e.__profiler__&&e.__profiler__(n),n.updateEnv(),n.memoized)}}}),Ze=t({"../node_modules/memoizee/normalizers/primitive.js"(e,t){"use strict";t.exports=function(e){var t,a,r=e.length;if(!r)return"";for(t=String(e[a=0]);--r;)t+=""+e[++a];return t}}}),Xe=t({"../node_modules/memoizee/normalizers/get-primitive-fixed.js"(e,t){"use strict";t.exports=function(n){return n?function(e){for(var t=String(e[0]),a=0,r=n;--r;)t+=""+e[++a];return t}:function(){return""}}}}),Je=t({"../node_modules/es5-ext/number/is-nan/is-implemented.js"(e,t){"use strict";t.exports=function(){var e=Number.isNaN;return"function"==typeof e&&!e({})&&e(NaN)&&!e(34)}}}),Qe=t({"../node_modules/es5-ext/number/is-nan/shim.js"(e,t){"use strict";t.exports=function(e){return e!=e}}}),Ye=t({"../node_modules/es5-ext/number/is-nan/index.js"(e,t){"use strict";t.exports=Je()()?Number.isNaN:Qe()}}),et=t({"../node_modules/es5-ext/array/#/e-index-of.js"(e,t){"use strict";var n=Ye(),i=ee(),o=re(),l=Array.prototype.indexOf,s=Object.prototype.hasOwnProperty,u=Math.abs,d=Math.floor;t.exports=function(e){var t,a,r;if(!n(e))return l.apply(this,arguments);for(a=i(o(this).length),e=arguments[1],t=e=isNaN(e)?0:0<=e?d(e):i(this.length)-d(u(e));t<a;++t)if(s.call(this,t)&&(r=this[t],n(r)))return t;return-1}}}),tt=t({"../node_modules/memoizee/normalizers/get.js"(e,t){"use strict";var u=et(),a=Object.create;t.exports=function(){var i=0,l=[],s=a(null);return{get:function(e){var t,a=0,r=l,n=e.length;if(0===n)return r[n]||null;if(r=r[n]){for(;a<n-1;){if(-1===(t=u.call(r[0],e[a])))return null;r=r[1][t],++a}return-1===(t=u.call(r[0],e[a]))?null:r[1][t]||null}return null},set:function(e){var t,a=0,r=l,n=e.length;if(0===n)r[n]=++i;else{for(r[n]||(r[n]=[[],[]]),r=r[n];a<n-1;)-1===(t=u.call(r[0],e[a]))&&(t=r[0].push(e[a])-1,r[1].push([[],[]])),r=r[1][t],++a;-1===(t=u.call(r[0],e[a]))&&(t=r[0].push(e[a])-1),r[1][t]=++i}return s[i]=e,i},delete:function(e){var t,a=0,r=l,n=s[e],i=n.length,o=[];if(0===i)delete r[i];else if(r=r[i]){for(;a<i-1;){if(-1===(t=u.call(r[0],n[a])))return;o.push(r,t),r=r[1][t],++a}if(-1===(t=u.call(r[0],n[a])))return;for(e=r[1][t],r[0].splice(t,1),r[1].splice(t,1);!r[0].length&&o.length;)t=o.pop(),(r=o.pop())[0].splice(t,1),r[1].splice(t,1)}delete s[e]},clear:function(){l=[],s=a(null)}}}}}),at=t({"../node_modules/memoizee/normalizers/get-1.js"(e,t){"use strict";var n=et();t.exports=function(){var t=0,a=[],r=[];return{get:function(e){e=n.call(a,e[0]);return-1===e?null:r[e]},set:function(e){return a.push(e[0]),r.push(++t),t},delete:function(e){e=n.call(r,e);-1!==e&&(a.splice(e,1),r.splice(e,1))},clear:function(){a=[],r=[]}}}}}),rt=t({"../node_modules/memoizee/normalizers/get-fixed.js"(e,t){"use strict";var u=et(),a=Object.create;t.exports=function(o){var n=0,l=[[],[]],s=a(null);return{get:function(e){for(var t,a=0,r=l;a<o-1;){if(-1===(t=u.call(r[0],e[a])))return null;r=r[1][t],++a}return-1!==(t=u.call(r[0],e[a]))&&r[1][t]||null},set:function(e){for(var t,a=0,r=l;a<o-1;)-1===(t=u.call(r[0],e[a]))&&(t=r[0].push(e[a])-1,r[1].push([[],[]])),r=r[1][t],++a;return-1===(t=u.call(r[0],e[a]))&&(t=r[0].push(e[a])-1),r[1][t]=++n,s[n]=e,n},delete:function(e){for(var t,a=0,r=l,n=[],i=s[e];a<o-1;){if(-1===(t=u.call(r[0],i[a])))return;n.push(r,t),r=r[1][t],++a}if(-1!==(t=u.call(r[0],i[a]))){for(e=r[1][t],r[0].splice(t,1),r[1].splice(t,1);!r[0].length&&n.length;)t=n.pop(),(r=n.pop())[0].splice(t,1),r[1].splice(t,1);delete s[e]}},clear:function(){l=[[],[]],s=a(null)}}}}}),nt=t({"../node_modules/es5-ext/object/map.js"(e,t){"use strict";var a=ae(),r=ie(),l=Function.prototype.call;t.exports=function(e,n){var i={},o=arguments[2];return a(n),r(e,function(e,t,a,r){i[t]=l.call(n,o,e,t,a,r)}),i}}}),it=t({"../node_modules/next-tick/index.js"(e,t){"use strict";function i(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e}function a(e){var t,a,r=document.createTextNode(""),n=0;return new e(function(){var e;if(t)a&&(t=a.concat(t));else{if(!a)return;t=a}if(a=t,t=null,"function"==typeof a)e=a,a=null,e();else for(r.data=n=++n%2;a;)e=a.shift(),a.length||(a=null),e()}).observe(r,{characterData:!0}),function(e){i(e),t?"function"==typeof t?t=[t,e]:t.push(e):(t=e,r.data=n=++n%2)}}t.exports=function(){if("object"==typeof process&&process&&"function"==typeof process.nextTick)return process.nextTick;if("function"==typeof queueMicrotask)return function(e){queueMicrotask(i(e))};if("object"==typeof document&&document){if("function"==typeof MutationObserver)return a(MutationObserver);if("function"==typeof WebKitMutationObserver)return a(WebKitMutationObserver)}return"function"==typeof setImmediate?function(e){setImmediate(i(e))}:"function"==typeof setTimeout||"object"==typeof setTimeout?function(e){setTimeout(i(e),0)}:null}()}}),ot=t({"../node_modules/memoizee/ext/async.js"(){"use strict";var p=He(),t=nt(),a=fe(),n=ge(),m=it(),h=Array.prototype.slice,f=Function.prototype.apply,g=Object.create;oe().async=function(e,o){var l,s,u,d=g(null),c=g(null),i=o.memoized,r=o.original;o.memoized=n(function(e){var t=arguments,a=t[t.length-1];return"function"==typeof a&&(l=a,t=h.call(t,0,-1)),i.apply(s=this,u=t)},i);try{a(o.memoized,i)}catch(e){}o.on("get",function(t){var a,r,n;l&&(d[t]?("function"==typeof d[t]?d[t]=[d[t],l]:d[t].push(l),l=null):(a=l,r=s,n=u,l=s=u=null,m(function(){var e;hasOwnProperty.call(c,t)?(e=c[t],o.emit("getasync",t,n,r),f.call(a,e.context,e.args)):(l=a,s=r,u=n,i.apply(r,n))})))}),o.original=function(){var e,t,a,i;return l?(e=p(arguments),a=l,l=s=u=null,e.push(t=function e(t){var a,r,n=e.id;if(null==n)m(f.bind(e,this,arguments));else if(delete e.id,a=d[n],delete d[n],a)return r=p(arguments),o.has(n)&&(t?o.delete(n):(c[n]={context:this,args:r},o.emit("setasync",n,"function"==typeof a?1:a.length))),"function"==typeof a?i=f.call(a,this,r):a.forEach(function(e){i=f.call(e,this,r)},this),i}),i=f.call(r,this,e),t.cb=a,l=t,i):f.call(r,this,arguments)},o.on("set",function(e){l?(d[e]?"function"==typeof d[e]?d[e]=[d[e],l.cb]:d[e].push(l.cb):d[e]=l.cb,delete l.cb,l.id=e,l=null):o.delete(e)}),o.on("delete",function(e){var t;hasOwnProperty.call(d,e)||c[e]&&(t=c[e],delete c[e],o.emit("deleteasync",e,h.call(t.args,1)))}),o.on("clear",function(){var e=c;c=g(null),o.emit("clearasync",t(e,function(e){return h.call(e.args,1)}))})}}}),lt=t({"../node_modules/es5-ext/object/primitive-set.js"(e,t){"use strict";var a=Array.prototype.forEach,r=Object.create;t.exports=function(e){var t=r(null);return a.call(arguments,function(e){t[e]=!0}),t}}}),st=t({"../node_modules/es5-ext/object/is-callable.js"(e,t){"use strict";t.exports=function(e){return"function"==typeof e}}}),ut=t({"../node_modules/es5-ext/object/validate-stringifiable.js"(e,t){"use strict";var a=st();t.exports=function(e){try{return e&&a(e.toString)?e.toString():String(e)}catch(e){throw new TypeError("Passed argument cannot be stringifed")}}}}),dt=t({"../node_modules/es5-ext/object/validate-stringifiable-value.js"(e,t){"use strict";var a=re(),r=ut();t.exports=function(e){return r(a(e))}}}),ct=t({"../node_modules/es5-ext/safe-to-string.js"(e,t){"use strict";var a=st();t.exports=function(e){try{return e&&a(e.toString)?e.toString():String(e)}catch(e){return"<Non-coercible to string value>"}}}}),pt=t({"../node_modules/es5-ext/to-short-string-representation.js"(e,t){"use strict";var a=ct(),r=/[\n\r\u2028\u2029]/g;t.exports=function(e){e=a(e);return e=(e=100<e.length?e.slice(0,99)+"…":e).replace(r,function(e){return JSON.stringify(e).slice(1,-1)})}}}),mt=t({"../node_modules/is-promise/index.js"(e,t){function a(e){return!!e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof e.then}t.exports=a,t.exports.default=a}}),ht=t({"../node_modules/memoizee/ext/promise.js"(){"use strict";var t=nt(),e=lt(),a=dt(),r=pt(),m=mt(),h=it(),n=Object.create,i=e("then","then:finally","done","done:finally");oe().promise=function(s,u){var d=n(null),c=n(null),p=n(null);if(!0===s)s=null;else if(s=a(s),!i[s])throw new TypeError("'"+r(s)+"' is not valid promise mode");u.on("set",function(a,e,t){var r=!1;if(m(t)){d[a]=1,p[a]=t;var n=function(e){var t=d[a];if(r)throw new Error("Memoizee error: Detected unordered then|done & finally resolution, which in turn makes proper detection of success/failure impossible (when in 'done:finally' mode)\nConsider to rely on 'then' or 'done' mode instead.");t&&(delete d[a],c[a]=e,u.emit("setasync",a,t))},i=function(){r=!0,d[a]&&(delete d[a],delete p[a],u.delete(a))},o=s;if("then"===(o=o||"then")){var l=function(){h(i)};"function"==typeof(t=t.then(function(e){h(n.bind(this,e))},l)).finally&&t.finally(l)}else if("done"===o){if("function"!=typeof t.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done' mode");t.done(n,i)}else if("done:finally"===o){if("function"!=typeof t.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done:finally' mode");if("function"!=typeof t.finally)throw new Error("Memoizee error: Retrieved promise does not implement 'finally' in 'done:finally' mode");t.done(n),t.finally(i)}}else c[a]=t,u.emit("setasync",a,1)}),u.on("get",function(e,t,a){var r,n;d[e]?++d[e]:(r=p[e],n=function(){u.emit("getasync",e,t,a)},m(r)?"function"==typeof r.done?r.done(n):r.then(function(){h(n)}):n())}),u.on("delete",function(e){var t;delete p[e],d[e]?delete d[e]:hasOwnProperty.call(c,e)&&(t=c[e],delete c[e],u.emit("deleteasync",e,[t]))}),u.on("clear",function(){var e=c;c=n(null),d=n(null),p=n(null),u.emit("clearasync",t(e,function(e){return[e]}))})}}}),ft=t({"../node_modules/memoizee/ext/dispose.js"(){"use strict";var n=ae(),i=ie(),o=oe(),l=Function.prototype.apply;o.dispose=function(a,e,t){var r;n(a),t.async&&o.async||t.promise&&o.promise?(e.on("deleteasync",r=function(e,t){l.call(a,null,t)}),e.on("clearasync",function(e){i(e,function(e,t){r(t,e)})})):(e.on("delete",r=function(e,t){a(t)}),e.on("clear",function(e){i(e,function(e,t){r(t,e)})}))}}}),gt=t({"../node_modules/timers-ext/max-timeout.js"(e,t){"use strict";t.exports=2147483647}}),bt=t({"../node_modules/timers-ext/valid-timeout.js"(e,t){"use strict";var a=ee(),r=gt();t.exports=function(e){if(e=a(e),r<e)throw new TypeError(e+" exceeds maximum possible timeout");return e}}}),yt=t({"../node_modules/memoizee/ext/max-age.js"(){"use strict";var l=He(),s=ie(),u=it(),d=mt(),c=bt(),p=oe(),m=Function.prototype,h=Math.max,f=Math.min,g=Object.create;p.maxAge=function(t,n,i){var a,e,r,o;(t=c(t))&&(a=g(null),e=i.async&&p.async||i.promise&&p.promise?"async":"",n.on("set"+e,function(e){a[e]=setTimeout(function(){n.delete(e)},t),"function"==typeof a[e].unref&&a[e].unref(),o&&(o[e]&&"nextTick"!==o[e]&&clearTimeout(o[e]),o[e]=setTimeout(function(){delete o[e]},r),"function"==typeof o[e].unref)&&o[e].unref()}),n.on("delete"+e,function(e){clearTimeout(a[e]),delete a[e],o&&("nextTick"!==o[e]&&clearTimeout(o[e]),delete o[e])}),i.preFetch&&(r=!0===i.preFetch||isNaN(i.preFetch)?.333:h(f(Number(i.preFetch),1),0))&&(o={},r=(1-r)*t,n.on("get"+e,function(t,a,r){o[t]||(o[t]="nextTick",u(function(){var e;"nextTick"===o[t]&&(delete o[t],n.delete(t),i.async&&(a=l(a)).push(m),e=n.memoized.apply(r,a),i.promise)&&d(e)&&("function"==typeof e.done?e.done(m,m):e.then(m,m))}))})),n.on("clear"+e,function(){s(a,function(e){clearTimeout(e)}),a={},o&&(s(o,function(e){"nextTick"!==e&&clearTimeout(e)}),o={})}))}}}),vt=t({"../node_modules/lru-queue/index.js"(e,t){"use strict";var a=ee(),d=Object.create,c=Object.prototype.hasOwnProperty;t.exports=function(r){var n,i=0,o=1,l=d(null),s=d(null),u=0;return r=a(r),{hit:function(e){var t=s[e],a=++u;if(l[a]=e,s[e]=a,!t)return++i<=r?void 0:(e=l[o],n(e),e);if(delete l[t],o===t)for(;!c.call(l,++o););},delete:n=function(e){var t=s[e];if(t&&(delete l[t],delete s[e],--i,o===t))if(i)for(;!c.call(l,++o););else u=0,o=1},clear:function(){i=0,o=1,l=d(null),s=d(null),u=0}}}}}),wt=t({"../node_modules/memoizee/ext/max.js"(){"use strict";var n=ee(),i=vt(),o=oe();o.max=function(e,t,a){var r;(e=n(e))&&(r=i(e),e=a.async&&o.async||a.promise&&o.promise?"async":"",t.on("set"+e,a=function(e){void 0!==(e=r.hit(e))&&t.delete(e)}),t.on("get"+e,a),t.on("delete"+e,r.delete),t.on("clear"+e,r.clear))}}}),xt=t({"../node_modules/memoizee/ext/ref-counter.js"(){"use strict";var n=Ne(),i=oe(),o=Object.create,l=Object.defineProperties;i.refCounter=function(e,t,a){var r=o(null),a=a.async&&i.async||a.promise&&i.promise?"async":"";t.on("set"+a,function(e,t){r[e]=t||1}),t.on("get"+a,function(e){++r[e]}),t.on("delete"+a,function(e){delete r[e]}),t.on("clear"+a,function(){r={}}),l(t.memoized,{deleteRef:n(function(){var e=t.get(arguments);return null!==e&&r[e]?!--r[e]&&(t.delete(e),!0):null}),getRefCount:n(function(){var e=t.get(arguments);return null!==e&&r[e]||0})})}}}),At=t({"../node_modules/memoizee/index.js"(e,t){"use strict";var r=Z(),n=te(),i=Ge();t.exports=function(e){var t,a=r(arguments[1]);return a.normalizer||0!==(t=a.length=n(a.length,e.length,a.async))&&(a.primitive?!1===t?a.normalizer=Ze():1<t&&(a.normalizer=Xe()(t)):a.normalizer=!1===t?tt()():1===t?at()():rt()(t)),a.async&&ot(),a.promise&&ht(),a.dispose&&ft(),a.maxAge&&yt(),a.max&&wt(),a.refCounter&&xt(),i(e,a)}}}),t=t({"../node_modules/@deque/dot/doT.js"(e,t){!function(){"use strict";var l={name:"doT",version:"1.1.1",templateSettings:{evaluate:/\{\{([\s\S]+?(\}?)+)\}\}/g,interpolate:/\{\{=([\s\S]+?)\}\}/g,encode:/\{\{!([\s\S]+?)\}\}/g,use:/\{\{#([\s\S]+?)\}\}/g,useParams:/(^|[^\w$])def(?:\.|\[[\'\"])([\w$\.]+)(?:[\'\"]\])?\s*\:\s*([\w$\.]+|\"[^\"]+\"|\'[^\']+\'|\{[^\}]+\})/g,define:/\{\{##\s*([\w\.$]+)\s*(\:|=)([\s\S]+?)#\}\}/g,defineParams:/^\s*([\w$]+):([\s\S]+)/,conditional:/\{\{\?(\?)?\s*([\s\S]*?)\s*\}\}/g,iterate:/\{\{~\s*(?:\}\}|([\s\S]+?)\s*\:\s*([\w$]+)\s*(?:\:\s*([\w$]+))?\s*\}\})/g,varname:"it",strip:!0,append:!0,selfcontained:!1,doNotSkipEncoded:!1},template:void 0,compile:void 0,log:!0};if("object"!=typeof globalThis)try{Object.defineProperty(Object.prototype,"__magic__",{get:function(){return this},configurable:!0}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__}catch(e){window.globalThis=function(){if("undefined"!=typeof self)return self;if(void 0!==window)return window;if(void 0!==P)return P;if(void 0!==this)return this;throw new Error("Unable to locate global `this`")}()}l.encodeHTMLSource=function(e){var t={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},a=e?/[&<>"'\/]/g:/&(?!#?\w+;)|<|>|"|'|\//g;return function(e){return e?e.toString().replace(a,function(e){return t[e]||e}):""}},void 0!==t&&t.exports?t.exports=l:"function"==typeof define&&define.amd?define(function(){return l}):globalThis.doT=l;var s={append:{start:"'+(",end:")+'",startencode:"'+encodeHTML("},split:{start:"';out+=(",end:");out+='",startencode:"';out+=encodeHTML("}},u=/$^/;function d(e){return e.replace(/\\('|\\)/g,"$1").replace(/[\r\t\n]/g," ")}l.template=function(e,t,a){var r,n,i=(t=t||l.templateSettings).append?s.append:s.split,o=0,a=t.use||t.define?function a(n,e,i){return("string"==typeof e?e:e.toString()).replace(n.define||u,function(e,r,t,a){return(r=0===r.indexOf("def.")?r.substring(4):r)in i||(":"===t?(n.defineParams&&a.replace(n.defineParams,function(e,t,a){i[r]={arg:t,text:a}}),r in i||(i[r]=a)):new Function("def","def['"+r+"']="+a)(i)),""}).replace(n.use||u,function(e,t){return n.useParams&&(t=t.replace(n.useParams,function(e,t,a,r){var n;if(i[a]&&i[a].arg&&r)return n=(a+":"+r).replace(/'|\\/g,"_"),i.__exp=i.__exp||{},i.__exp[n]=i[a].text.replace(new RegExp("(^|[^\\w$])"+i[a].arg+"([^\\w$])","g"),"$1"+r+"$2"),t+"def.__exp['"+n+"']"})),(t=new Function("def","return "+t)(i))&&a(n,t,i)})}(t,e,a||{}):e,a=("var out='"+(t.strip?a.replace(/(^|\r|\n)\t* +| +\t*(\r|\n|$)/g," ").replace(/\r|\n|\t|\/\*[\s\S]*?\*\//g,""):a).replace(/'|\\/g,"\\$&").replace(t.interpolate||u,function(e,t){return i.start+d(t)+i.end}).replace(t.encode||u,function(e,t){return r=!0,i.startencode+d(t)+i.end}).replace(t.conditional||u,function(e,t,a){return t?a?"';}else if("+d(a)+"){out+='":"';}else{out+='":a?"';if("+d(a)+"){out+='":"';}out+='"}).replace(t.iterate||u,function(e,t,a,r){return t?(o+=1,n=r||"i"+o,t=d(t),"';var arr"+o+"="+t+";if(arr"+o+"){var "+a+","+n+"=-1,l"+o+"=arr"+o+".length-1;while("+n+"<l"+o+"){"+a+"=arr"+o+"["+n+"+=1];out+='"):"';} } out+='"}).replace(t.evaluate||u,function(e,t){return"';"+d(t)+"out+='"})+"';return out;").replace(/\n/g,"\\n").replace(/\t/g,"\\t").replace(/\r/g,"\\r").replace(/(\s|;|\}|^|\{)out\+='';/g,"$1").replace(/\+''/g,"");r&&(t.selfcontained||!globalThis||globalThis._encodeHTML||(globalThis._encodeHTML=l.encodeHTMLSource(t.doNotSkipEncoded)),a="var encodeHTML = typeof _encodeHTML !== 'undefined' ? _encodeHTML : ("+l.encodeHTMLSource.toString()+"("+(t.doNotSkipEncoded||"")+"));"+a);try{return new Function(t.varname,a)}catch(e){throw"undefined"!=typeof console&&console.log("Could not create a template function: "+a),e}},l.compile=function(e,t){return l.template(e,null,t)}}()}}),kt={helpUrlBase:"https://dequeuniversity.com/rules/",gridSize:200,results:[],resultGroups:[],resultGroupMap:{},impact:["minor","moderate","serious","critical"],preload:{assets:["cssom","media"],timeout:1e4},allOrigins:"<unsafe_all_origins>",sameOrigin:"<same_origin>",NA:void 0,PASS:void 0,CANTTELL:void 0,FAIL:void 0,CANTTELL_GROUP:void 0,NA_GROUP:void 0,FAIL_PRIO:void 0,CANTTELL_PRIO:void 0,PASS_PRIO:void 0,FAIL_GROUP:void 0};for(const Gp of[{name:"NA",value:"inapplicable",priority:0,group:"inapplicable"},{name:"PASS",value:"passed",priority:1,group:"passes"},{name:"CANTTELL",value:"cantTell",priority:2,group:"incomplete"},{name:"FAIL",value:"failed",priority:3,group:"violations"}]){var Et=Gp.name,Nt=Gp.value,Rt=Gp.priority,Tt=Gp.group;kt[Et]=Nt,kt[Et+"_PRIO"]=Rt,kt[Et+"_GROUP"]=Tt,kt.results[Rt]=Nt,kt.resultGroups[Rt]=Tt,kt.resultGroupMap[Nt]=Tt}var m=kt,St=function(...[]){"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},Ct=/[\t\r\n\f]/g,h=class{parent=void 0;actualNode=void 0;constructor(){this.parent=void 0,this.actualNode=void 0}get props(){throw new Error('VirtualNode class must have a "props" object consisting of "nodeType" and "nodeName" properties')}get attrNames(){throw new Error('VirtualNode class must have an "attrNames" property')}attr(e){throw new Error('VirtualNode class must have an "attr" function')}hasAttr(e){throw new Error('VirtualNode class must have a "hasAttr" function')}hasClass(e){var t=this.attr("class");return!!t&&0<=(" "+t+" ").replace(Ct," ").indexOf(" "+e+" ")}},_t={},Ot=(e(_t,{DqElement:()=>va,aggregate:()=>It,aggregateChecks:()=>Mt,aggregateNodeResults:()=>qt,aggregateResult:()=>$t,areStylesSet:()=>Ht,assert:()=>d,checkHelper:()=>wa,clone:()=>xa,closest:()=>c,collectResultsFromFrames:()=>yr,contains:()=>vr,convertSelector:()=>Sa,cssParser:()=>Aa,deepMerge:()=>wr,escapeSelector:()=>f,extendMetaData:()=>xr,filterHtmlAttrs:()=>function t(e,a){if(!a)return e;let r=e.cloneNode(!1);const n=Xt(r);if(1===r.nodeType){const i=r.outerHTML;r=p.get(i,()=>es(r,n,e,a))}else r=es(r,n,e,a);Array.from(e.childNodes).forEach(e=>{r.appendChild(t(e,a))});return r},finalizeRuleResult:()=>Lt,findBy:()=>fr,getAllChecks:()=>hr,getAncestry:()=>ha,getBaseLang:()=>Yo,getCheckMessage:()=>ll,getCheckOption:()=>sl,getEnvironmentData:()=>ul,getFlattenedTree:()=>Qo,getFrameContexts:()=>function(e,t={iframes:void 0}){if(!1===t.iframes)return[];t=new wl(e).frames;return t.map(({node:e,...t})=>{return t.initiator=!1,{frameSelector:ha(e),frameContext:t}})},getFriendlyUriEnd:()=>Zt,getNodeAttributes:()=>Xt,getNodeFromTree:()=>g,getPreloadConfig:()=>Gl,getRootNode:()=>Nr,getRule:()=>xl,getScroll:()=>kl,getScrollState:()=>El,getSelector:()=>pa,getSelectorData:()=>sa,getShadowSelector:()=>Yt,getStandards:()=>function(){return xa(v)},getStyleSheetFactory:()=>Nl,getXpath:()=>fa,injectStyle:()=>Rl,isHidden:()=>Tl,isHtmlElement:()=>Sl,isNodeInContext:()=>Cl,isShadowRoot:()=>kr,isValidLang:()=>is,isXHTML:()=>Qt,matchAncestry:()=>zl,matches:()=>_a,matchesExpression:()=>Ca,matchesSelector:()=>Jt,mergeResults:()=>br,nodeSorter:()=>Pl,parseCrossOriginStylesheet:()=>jl,parseSameOriginStylesheet:()=>Dl,parseStylesheet:()=>Fl,performanceTimer:()=>_,preload:()=>Zl,preloadCssom:()=>Hl,preloadMedia:()=>Kl,processMessage:()=>ol,publishMetaData:()=>Jl,querySelectorAll:()=>O,querySelectorAllFilter:()=>$l,queue:()=>Fa,respondable:()=>l,ruleShouldRun:()=>Yl,select:()=>ts,sendCommandToFrame:()=>cr,setScrollState:()=>as,shadowSelect:()=>function(e){e=Array.isArray(e)?[...e]:[e];return function e(t,a){const r=t.shift();const n=r?a.querySelector(r):null;if(0===t.length)return n;if(!n?.shadowRoot)return null;return e(t,n.shadowRoot)}(e,document)},shadowSelectAll:()=>rs,shouldPreload:()=>Wl,toArray:()=>Ut,tokenList:()=>S,uniqueArray:()=>Ll,uuid:()=>Ga,validInputTypes:()=>ns}),{minor:0,inapplicable:0,passed:1,moderate:1,cantTell:2,serious:2,critical:3,failed:3}),It=function(e,t,a){var r=t.length;if(1===r)return e[Ot[t[0]]];var n=r/2,i=r-1;let o=a?Ot[a]:0;if(3!==o)for(let e=0;e<r&&!(e>n);e++){var l=Ot[t[e]],s=Ot[t[i-e]],s=l<s?s:l;if(3===(o=s>o?s:o))break}return e[o]},{CANTTELL_PRIO:zt,FAIL_PRIO:Pt}=m,Dt=[],Ft=(Dt[m.PASS_PRIO]=!0,Dt[m.CANTTELL_PRIO]=null,Dt[m.FAIL_PRIO]=!1,["any","all","none"]);function jt(a,r){Ft.reduce((e,t)=>(e[t]=(a[t]||[]).map(e=>r(e,t)),e),{})}var Mt=function(e){const a=Object.assign({},e),r=(jt(a,(e,t)=>{var a=void 0===e.result?-1:Dt.indexOf(e.result);e.priority=-1!==a?a:m.CANTTELL_PRIO,"none"===t&&(e.priority===m.PASS_PRIO?e.priority=m.FAIL_PRIO:e.priority===m.FAIL_PRIO&&(e.priority=m.PASS_PRIO))}),{all:a.all.reduce((e,t)=>Math.max(e,t.priority),0),none:a.none.reduce((e,t)=>Math.max(e,t.priority),0),any:a.any.reduce((e,t)=>Math.min(e,t.priority),4)%4}),n=(a.priority=Math.max(r.all,r.none,r.any),[]);return Ft.forEach(t=>{a[t]=a[t].filter(e=>e.priority===a.priority&&e.priority===r[t]),a[t].forEach(e=>n.push(e.impact))}),[zt,Pt].includes(a.priority)?a.impact=It(m.impact,n):a.impact=null,jt(a,e=>{delete e.result,delete e.priority}),a.result=m.results[a.priority],delete a.priority,a},Lt=function(t){const a=axe._audit.rules.find(e=>e.id===t.id);return a&&a.impact&&t.nodes.forEach(t=>{["any","all","none"].forEach(e=>{(t[e]||[]).forEach(e=>{e.impact=a.impact})})}),Object.assign(t,qt(t.nodes)),delete t.nodes,t},qt=funct