fast_axecore
Version:
A high performance rewrite of axecore
12 lines • 383 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 O(window){var I=window,document=window.document,axe=axe||{};function P(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 O.toString&&(axe.source="("+O.toString()+')(typeof window === "object" ? window : this);',module.exports=axe),"function"==typeof window.getComputedStyle&&(window.axe=axe),(P.prototype=Object.create(Error.prototype)).constructor=P;var F=Object.create,M=Object.defineProperty,L=Object.getOwnPropertyDescriptor,q=Object.getOwnPropertyNames,V=Object.getPrototypeOf,$=Object.prototype.hasOwnProperty,e=(e,t)=>{for(var a in t)M(e,a,{get:t[a],enumerable:!0})},D=(e,t,a)=>{a=null!=e?F(V(e)):{};var r=!t&&e&&e.__esModule?a:M(a,"default",{value:e,enumerable:!0}),n=e,o=void 0,i=void 0;if(n&&"object"==typeof n||"function"==typeof n)for(let e of q(n))$.call(r,e)||e===o||M(r,e,{get:()=>n[e],enumerable:!(i=L(n,e))||i.enumerable});return r},H=(t=(e,t)=>function(){return t||(0,e[q(e)[0]])((t={exports:{}}).exports,t),t.exports})({"../node_modules/css-selector-parser/lib/utils.js"(i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.isIdentStart=function(e){return"a"<=e&&e<="z"||"A"<=e&&e<="Z"||"-"===e||"_"===e},i.isIdent=function(e){return"a"<=e&&e<="z"||"A"<=e&&e<="Z"||"0"<=e&&e<="9"||"-"===e||"_"===e},i.isHex=function(e){return"a"<=e&&e<="f"||"A"<=e&&e<="F"||"0"<=e&&e<="9"},i.escapeIdentifier=function(e){for(var t=e.length,a="",r=0;r<t;){var n=e.charAt(r);if(i.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 o=e.charCodeAt(r++);if(55296!=(64512&n)||56320!=(64512&o))throw Error("UCS-2(decode): illegal sequence");n=((1023&n)<<10)+(1023&o)+65536}a+="\\"+n.toString(16)+" "}r++}return a},i.escapeStr=function(e){for(var t,a=e.length,r="",n=0;n<a;){var o=e.charAt(n);'"'===o?o='\\"':"\\"===o?o="\\\\":void 0!==(t=i.strReplacementsRev[o])&&(o=t),r+=o,n++}return'"'+r+'"'},i.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},i.strReplacementsRev={"\n":"\\n","\r":"\\r","\t":"\\t","\f":"\\f","\v":"\\v"},i.singleQuoteEscapeChars={n:"\n",r:"\r",t:"\t",f:"\f","\\":"\\","'":"'"},i.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 g=H();e.parseCssSelector=function(o,i,l,s,n,u){var c=o.length,d="";function p(e,t){var a="";for(i++,d=o.charAt(i);i<c;){if(d===e)return i++,a;if("\\"===d){i++;var r;if((d=o.charAt(i))===e)a+=e;else if(void 0!==(r=t[d]))a+=r;else{if(g.isHex(d)){var n=d;for(i++,d=o.charAt(i);g.isHex(d);)n+=d,i++,d=o.charAt(i);" "===d&&(i++,d=o.charAt(i)),a+=String.fromCharCode(parseInt(n,16));continue}a+=d}}else a+=d;i++,d=o.charAt(i)}return a}function m(){var e="";for(d=o.charAt(i);i<c;){if(!g.isIdent(d)){if("\\"!==d)return e;if(c<=++i)throw Error("Expected symbol but end of file reached.");if(d=o.charAt(i),!g.identSpecialChars[d]&&g.isHex(d)){var t=d;for(i++,d=o.charAt(i);g.isHex(d);)t+=d,i++,d=o.charAt(i);" "===d&&(i++,d=o.charAt(i)),e+=String.fromCharCode(parseInt(t,16));continue}}e+=d,i++,d=o.charAt(i)}return e}function h(){d=o.charAt(i);for(;" "===d||"\t"===d||"\n"===d||"\r"===d||"\f"===d;)i++,d=o.charAt(i)}function f(){var e=a();if(!e)return null;var t=e;for(d=o.charAt(i);","===d;){if(i++,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=y();if(!t)return null;for(var a=e;t&&(t.type="rule",a.rule=t,a=t,h(),d=o.charAt(i),!(c<=i||","===d||")"===d));)if(n[d]){var r=d;if(i++,h(),!(t=y()))throw Error('Rule expected after "'+r+'".');t.nestingOperator=r}else(t=y())&&(t.nestingOperator=null);return e}function y(){for(var e=null;i<c;)if("*"===(d=o.charAt(i)))i++,(e=e||{}).tagName="*";else if(g.isIdentStart(d)||"\\"===d)(e=e||{}).tagName=m();else if("."===d)i++,((e=e||{}).classNames=e.classNames||[]).push(m());else if("#"===d)i++,(e=e||{}).id=m();else if("["===d){i++,h();var t={name:m()};if(h(),"]"===d)i++;else{var a="";if(s[d]&&(a=d,i++,d=o.charAt(i)),c<=i)throw Error('Expected "=" but end of file reached.');if("="!==d)throw Error('Expected "=" but "'+d+'" found.');t.operator=a+"=",i++,h();var r="";if(t.valueType="string",'"'===d)r=p('"',g.doubleQuotesEscapeChars);else if("'"===d)r=p("'",g.singleQuoteEscapeChars);else if(u&&"$"===d)i++,r=m(),t.valueType="substitute";else{for(;i<c&&"]"!==d;)r+=d,i++,d=o.charAt(i);r=r.trim()}if(h(),c<=i)throw Error('Expected "]" but end of file reached.');if("]"!==d)throw Error('Expected "]" but "'+d+'" found.');i++,t.value=r}((e=e||{}).attrs=e.attrs||[]).push(t)}else{if(":"!==d)break;i++;a=m(),t={name:a};if("("===d){i++;var n="";if(h(),"selector"===l[a])t.valueType="selector",n=f();else{if(t.valueType=l[a]||"string",'"'===d)n=p('"',g.doubleQuotesEscapeChars);else if("'"===d)n=p("'",g.singleQuoteEscapeChars);else if(u&&"$"===d)i++,n=m(),t.valueType="substitute";else{for(;i<c&&")"!==d;)n+=d,i++,d=o.charAt(i);n=n.trim()}h()}if(c<=i)throw Error('Expected ")" but end of file reached.');if(")"!==d)throw Error('Expected ")" but "'+d+'" found.');i++,t.value=n}((e=e||{}).pseudos=e.pseudos||[]).push(t)}return e}var e=f();if(i<c)throw Error('Rule expected but "'+o.charAt(i)+'" found.');return e}}}),W=t({"../node_modules/css-selector-parser/lib/render.js"(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=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?"*":o.escapeIdentifier(e.tagName)),e.id&&(a+="#"+o.escapeIdentifier(e.id)),e.classNames&&(a+=e.classNames.map(function(e){return"."+o.escapeIdentifier(e)}).join("")),e.attrs&&(a+=e.attrs.map(function(e){return"operator"in e?"substitute"===e.valueType?"["+o.escapeIdentifier(e.name)+e.operator+"$"+e.value+"]":"["+o.escapeIdentifier(e.name)+e.operator+o.escapeStr(e.value)+"]":"["+o.escapeIdentifier(e.name)+"]"}).join("")),e.pseudos&&(a+=e.pseudos.map(function(e){return e.valueType?"selector"===e.valueType?":"+o.escapeIdentifier(e.name)+"("+t(e.value)+")":"substitute"===e.valueType?":"+o.escapeIdentifier(e.name)+"($"+e.value+")":"numeric"===e.valueType?":"+o.escapeIdentifier(e.name)+"("+e.value+")":":"+o.escapeIdentifier(e.name)+"("+o.escapeIdentifier(e.value)+")":":"+o.escapeIdentifier(e.name)}).join(""));break;default:throw Error('Unknown entity type: "'+e.type+'".')}return a}}}),B=t({"../node_modules/css-selector-parser/lib/index.js"(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var t=U(),a=W();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}}),G=t({"../node_modules/es5-ext/function/noop.js"(e,t){"use strict";t.exports=function(){}}}),K=t({"../node_modules/es5-ext/object/is-value.js"(e,t){"use strict";var a=G()();t.exports=function(e){return e!==a&&null!==e}}}),Z=t({"../node_modules/es5-ext/object/normalize-options.js"(e,t){"use strict";var o=K(),a=Array.prototype.forEach,r=Object.create;t.exports=function(e){var n=r(null);return a.call(arguments,function(e){if(o(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}}}),Y=t({"../node_modules/es5-ext/math/sign/index.js"(e,t){"use strict";t.exports=X()()?Math.sign:J()}}),Q=t({"../node_modules/es5-ext/number/to-integer.js"(e,t){"use strict";var a=Y(),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=Q(),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=K();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,c=Function.prototype.call,d=Object.keys,p=Object.prototype.propertyIsEnumerable;t.exports=function(o,i){return function(a,r){var e,n=arguments[2],t=arguments[3];return a=Object(s(a)),l(r),e=d(a),t&&e.sort("function"==typeof t?u.call(t,a):void 0),"function"!=typeof o&&(o=e[o]),c.call(o,e,function(e,t){return p.call(a,e)?c.call(r,n,a[e],e,a,t):i})}}}}),oe=t({"../node_modules/es5-ext/object/for-each.js"(e,t){"use strict";t.exports=ne()("forEach")}}),ie=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=K(),r=Object.keys;t.exports=function(e){return r(a(e)?Object(e):e)}}}),ce=t({"../node_modules/es5-ext/object/keys/index.js"(e,t){"use strict";t.exports=se()()?Object.keys:ue()}}),de=t({"../node_modules/es5-ext/object/assign/shim.js"(e,t){"use strict";var i=ce(),l=re(),s=Math.max;t.exports=function(t,a){var r,e,n,o=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<o;++e)i(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:de()}}),me=t({"../node_modules/es5-ext/object/is-object.js"(e,t){"use strict";var a=K(),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(),o=me(),i=K(),l=Error.captureStackTrace;r.exports=function(e){var e=new Error(e),t=arguments[1],a=arguments[2];return i(a)||o(t)&&(a=t,t=null),i(a)&&n(e,a),i(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(),o=Object.defineProperty,i=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{o(t,e,i(a,e))}catch(e){r=e}}),"function"==typeof s&&s(e).forEach(function(e){try{o(t,e,i(a,e))}catch(e){r=e}}),void 0!==r)throw r;return t}}}),ye=t({"../node_modules/es5-ext/function/_define-length.js"(e,t){"use strict";function a(e,t){return t}var r,n,o,i,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))}):(i=fe(),l=[],o=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=o(t)(e);try{i(t,e)}catch(e){}return t})}}),ge=t({"../node_modules/type/value/is.js"(e,t){"use strict";t.exports=function(e){return null!=e}}}),be=t({"../node_modules/type/object/is.js"(e,t){"use strict";var a=ge(),r={object:!0,function:!0,undefined:!0};t.exports=function(e){return!!a(e)&&hasOwnProperty.call(r,typeof e)}}}),we=t({"../node_modules/type/prototype/is.js"(e,t){"use strict";var a=be();t.exports=function(e){if(!a(e))return!1;try{return e.constructor?e.constructor.prototype===e:!1}catch(e){return!1}}}}),ve=t({"../node_modules/type/function/is.js"(e,t){"use strict";var a=we();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=ve(),r=/^\s*class[\s{/}]/,n=Function.prototype.toString;t.exports=function(e){return!!a(e)&&!r.test(n.call(e))}}}),ke=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")}}}),ze=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])}}}),Ae=t({"../node_modules/es5-ext/string/#/contains/index.js"(e,t){"use strict";t.exports=ke()()?String.prototype.contains:ze()}}),Ne=t({"../node_modules/d/index.js"(e,t){"use strict";var i=ge(),o=xe(),l=pe(),s=Z(),u=Ae();(t.exports=function(e,t){var a,r,n,o;return arguments.length<2||"string"!=typeof e?(o=t,t=e,e=null):o=arguments[2],i(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},o?l(s(o),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],i(t)?o(t)?i(a)?o(a)||(n=a,a=void 0):a=void 0:(n=t,t=a=void 0):t=void 0,e=i(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}}}),je=t({"../node_modules/event-emitter/index.js"(e,t){"use strict";var a=Ne(),i=ae(),l=Function.prototype.apply,s=Function.prototype.call,r=Object.create,n=Object.defineProperty,o=Object.defineProperties,u=Object.prototype.hasOwnProperty,c={configurable:!0,enumerable:!1,writable:!0},d=function(e,t){var a;return i(t),u.call(this,"__ee__")?a=this.__ee__:(a=c.value=r(null),n(this,"__ee__",c),c.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 i(t),r=this,d.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,o;if(i(t),u.call(this,"__ee__")&&(a=this.__ee__)[e])if("object"==typeof(r=a[e]))for(o=0;n=r[o];++o)n!==t&&n.__eeOnceListener__!==t||(2===r.length?a[e]=r[o?0:1]:r.splice(o,1));else r!==t&&r.__eeOnceListener__!==t||delete a[e];return this},h=function(e){var t,a,r,n,o;if(u.call(this,"__ee__")&&(n=this.__ee__[e]))if("object"==typeof n){for(a=arguments.length,o=new Array(a-1),t=1;t<a;++t)o[t-1]=arguments[t];for(n=n.slice(),t=0;r=n[t];++t)l.call(r,this,o)}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,o=new Array(a-1),t=1;t<a;++t)o[t-1]=arguments[t];l.call(n,this,o)}},f={on:d,once:p,off:m,emit:h},y={on:a(d),once:a(p),off:a(m),emit:a(h)},g=o({},y);t.exports=e=function(e){return null==e?r(g):o(Object(e),y)},e.methods=f}}),Re=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]))}}}),Ee=t({"../node_modules/ext/global-this/is-implemented.js"(e,t){"use strict";t.exports=function(){return"object"==typeof globalThis&&!!globalThis&&globalThis.Array===Array}}}),Te=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__}}()}}),Ce=t({"../node_modules/ext/global-this/index.js"(e,t){"use strict";t.exports=Ee()()?globalThis:Te()}}),_e=t({"../node_modules/es6-symbol/is-implemented.js"(e,t){"use strict";var a=Ce(),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]}}}),Se=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])}}}),Oe=t({"../node_modules/es6-symbol/validate-symbol.js"(e,t){"use strict";var a=Se();t.exports=function(e){if(a(e))return e;throw new TypeError(e+" is not a symbol")}}}),Ie=t({"../node_modules/es6-symbol/lib/private/generate-name.js"(e,t){"use strict";var n=Ne(),a=Object.create,o=Object.defineProperty,i=Object.prototype,l=a(null);t.exports=function(e){for(var t,a,r=0;l[e+(r||"")];)++r;return l[e+=r||""]=!0,o(i,t="@@"+e,n.gs(null,function(e){a||(a=!0,o(this,t,n(e)),a=!1)})),t}}}),Pe=t({"../node_modules/es6-symbol/lib/private/setup/standard-symbols.js"(e,t){"use strict";var a=Ne(),r=Ce().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=Oe(),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})})}}}),Me=t({"../node_modules/es6-symbol/polyfill.js"(e,t){"use strict";var a,r,n,o=Ne(),i=Oe(),l=Ce().Symbol,s=Ie(),u=Pe(),c=Fe(),d=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=d(r.prototype),t=void 0===t?"":String(t),p(a,{__description__:o("",t),__name__:o("",s(t))}))},u(a),c(a),p(r.prototype,{constructor:o(a),toString:o("",function(){return this.__name__})}),p(a.prototype,{toString:o(function(){return"Symbol ("+i(this).__description__+")"}),valueOf:o(function(){return i(this)})}),m(a.prototype,a.toPrimitive,o("",function(){var e=i(this);return"symbol"==typeof e?e:e.toString()})),m(a.prototype,a.toStringTag,o("c","Symbol")),m(r.prototype,a.toStringTag,o("c",a.prototype[a.toStringTag])),m(r.prototype,a.toPrimitive,o("c",a.prototype[a.toPrimitive]))}}),Le=t({"../node_modules/es6-symbol/index.js"(e,t){"use strict";t.exports=_e()()?Ce().Symbol:Me()}}),qe=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}}}),Ve=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))}}}),$e=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}}}),De=t({"../node_modules/es5-ext/array/from/shim.js"(e,t){"use strict";var m=Le().iterator,h=qe(),f=Ve(),y=ee(),g=ae(),b=re(),w=K(),v=$e(),x=Array.isArray,k=Function.prototype.call,z={configurable:!0,enumerable:!0,writable:!0,value:null},A=Object.defineProperty;t.exports=function(e){var t,a,r,n,o,i,l,s,u,c,d=arguments[1],p=arguments[2];if(e=Object(b(e)),w(d)&&g(d),this&&this!==Array&&f(this))t=this;else{if(!d){if(h(e))return 1!==(o=e.length)?Array.apply(null,e):((n=new Array(1))[0]=e[0],n);if(x(e)){for(n=new Array(o=e.length),a=0;a<o;++a)n[a]=e[a];return n}}n=[]}if(!x(e))if(void 0!==(u=e[m])){for(l=g(u).call(e),t&&(n=new t),s=l.next(),a=0;!s.done;)c=d?k.call(d,p,s.value,a):s.value,t?(z.value=c,A(n,a,z)):n[a]=c,s=l.next(),++a;o=a}else if(v(e)){for(o=e.length,t&&(n=new t),r=a=0;a<o;++a)c=e[a],a+1<o&&55296<=(i=c.charCodeAt(0))&&i<=56319&&(c+=e[++a]),c=d?k.call(d,p,c,r):c,t?(z.value=c,A(n,r,z)):n[r]=c,++r;o=r}if(void 0===o)for(o=y(e.length),t&&(n=new t(o)),a=0;a<o;++a)c=d?k.call(d,p,e[a],a):e[a],t?(z.value=c,A(n,a,z)):n[a]=c;return t&&(z.value=null,n.length=o),n}}}),He=t({"../node_modules/es5-ext/array/from/index.js"(e,t){"use strict";t.exports=Re()()?Array.from:De()}}),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)}}}),We=t({"../node_modules/memoizee/lib/resolve-resolve.js"(e,t){"use strict";var a=Ue(),r=K(),n=ae(),o=Array.prototype.slice,i=function(a){return this.map(function(e,t){return e?e(a[t]):a[t]}).concat(o.call(a,this.length))};t.exports=function(e){return(e=a(e)).forEach(function(e){r(e)&&n(e)}),i.bind(e)}}}),Be=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)}}}),Ge=t({"../node_modules/memoizee/lib/configure-map.js"(e,t){"use strict";var y=he(),g=ye(),b=Ne(),a=je().methods,w=We(),v=Be(),x=Function.prototype.apply,k=Function.prototype.call,z=Object.create,A=Object.defineProperties,N=a.on,j=a.emit;t.exports=function(n,t,e){var o,i,l,a,r,s,u,c,d,p,m,h=z(null),f=!1!==t?t:isNaN(n.length)?1:n.length;return e.normalizer&&(p=v(e.normalizer),i=p.get,l=p.set,a=p.delete,r=p.clear),null!=e.resolvers&&(m=w(e.resolvers)),p=i?g(function(e){var t,a,r=arguments;if(m&&(r=m(r)),null!==(t=i(r))&&hasOwnProperty.call(h,t))return u&&o.emit("get",t,r,this),h[t];if(a=1===r.length?k.call(n,this,r[0]):x.call(n,this,r),null===t){if(null!==(t=i(r)))throw y("Circular invocation","CIRCULAR_INVOCATION");t=l(r)}else if(hasOwnProperty.call(h,t))throw y("Circular invocation","CIRCULAR_INVOCATION");return h[t]=a,c&&o.emit("set",t,null,a),a},f):0===t?function(){var e;if(hasOwnProperty.call(h,"data"))return u&&o.emit("get","data",arguments,this),h.data;if(e=arguments.length?x.call(n,this,arguments):k.call(n,this),hasOwnProperty.call(h,"data"))throw y("Circular invocation","CIRCULAR_INVOCATION");return h.data=e,c&&o.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&&o.emit("get",t,a,this),h[t];if(a=1===a.length?k.call(n,this,a[0]):x.call(n,this,a),hasOwnProperty.call(h,t))throw y("Circular invocation","CIRCULAR_INVOCATION");return h[t]=a,c&&o.emit("set",t,null,a),a},o={original:n,memoized:p,profileName:e.profileName,get:function(e){return m&&(e=m(e)),i?i(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],d)&&o.emit("delete",e,t)},clear:function(){var e=h;r&&r(),h=z(null),o.emit("clear",e)},on:function(e,t){return"get"===e?u=!0:"set"===e?c=!0:"delete"===e&&(d=!0),N.call(this,e,t)},emit:j,updateEnv:function(){n=o.original}},e=i?g(function(e){var t=arguments;m&&(t=m(t)),null!==(t=i(t))&&o.delete(t)},f):0===t?function(){return o.delete("data")}:function(e){return m&&(e=m(arguments)[0]),o.delete(e)},f=g(function(){var e=arguments;return 0===t?h.data:(m&&(e=m(e)),e=i?i(e):String(e[0]),h[e])}),s=g(function(){var e=arguments;return 0===t?o.has("data"):(m&&(e=m(e)),null!==(e=i?i(e):String(e[0]))&&o.has(e))}),A(p,{__memoized__:b(!0),delete:b(e),clear:b(o.clear),_get:b(f),_has:b(s)}),o}}}),Ke=t({"../node_modules/memoizee/plain.js"(e,t){"use strict";var o=ae(),i=oe(),l=ie(),s=Ge(),u=te();t.exports=function e(t){var a,r,n;if(o(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),i(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)}}}),Ye=t({"../node_modules/es5-ext/number/is-nan/shim.js"(e,t){"use strict";t.exports=function(e){return e!=e}}}),Qe=t({"../node_modules/es5-ext/number/is-nan/index.js"(e,t){"use strict";t.exports=Je()()?Number.isNaN:Ye()}}),et=t({"../node_modules/es5-ext/array/#/e-index-of.js"(e,t){"use strict";var n=Qe(),o=ee(),i=re(),l=Array.prototype.indexOf,s=Object.prototype.hasOwnProperty,u=Math.abs,c=Math.floor;t.exports=function(e){var t,a,r;if(!n(e))return l.apply(this,arguments);for(a=o(i(this).length),e=arguments[1],t=e=isNaN(e)?0:0<=e?c(e):o(this.length)-c(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 o=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]=++o;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]=++o}return s[o]=e,o},delete:function(e){var t,a=0,r=l,n=s[e],o=n.length,i=[];if(0===o)delete r[o];else if(r=r[o]){for(;a<o-1;){if(-1===(t=u.call(r[0],n[a])))return;i.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&&i.length;)t=i.pop(),(r=i.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(i){var n=0,l=[[],[]],s=a(null);return{get:function(e){for(var t,a=0,r=l;a<i-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<i-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=[],o=s[e];a<i-1;){if(-1===(t=u.call(r[0],o[a])))return;n.push(r,t),r=r[1][t],++a}if(-1!==(t=u.call(r[0],o[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=oe(),l=Function.prototype.call;t.exports=function(e,n){var o={},i=arguments[2];return a(n),r(e,function(e,t,a,r){o[t]=l.call(n,i,e,t,a,r)}),o}}}),ot=t({"../node_modules/next-tick/index.js"(e,t){"use strict";function o(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){o(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(o(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(o(e))}:"function"==typeof setTimeout||"object"==typeof setTimeout?function(e){setTimeout(o(e),0)}:null}()}}),it=t({"../node_modules/memoizee/ext/async.js"(){"use strict";var p=He(),t=nt(),a=fe(),n=ye(),m=ot(),h=Array.prototype.slice,f=Function.prototype.apply,y=Object.create;ie().async=function(e,i){var l,s,u,c=y(null),d=y(null),o=i.memoized,r=i.original;i.memoized=n(function(e){var t=arguments,a=t[t.length-1];return"function"==typeof a&&(l=a,t=h.call(t,0,-1)),o.apply(s=this,u=t)},o);try{a(i.memoized,o)}catch(e){}i.on("get",function(t){var a,r,n;l&&(c[t]?("function"==typeof c[t]?c[t]=[c[t],l]:c[t].push(l),l=null):(a=l,r=s,n=u,l=s=u=null,m(function(){var e;hasOwnProperty.call(d,t)?(e=d[t],i.emit("getasync",t,n,r),f.call(a,e.context,e.args)):(l=a,s=r,u=n,o.apply(r,n))})))}),i.original=function(){var e,t,a,o;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=c[n],delete c[n],a)return r=p(arguments),i.has(n)&&(t?i.delete(n):(d[n]={context:this,args:r},i.emit("setasync",n,"function"==typeof a?1:a.length))),"function"==typeof a?o=f.call(a,this,r):a.forEach(function(e){o=f.call(e,this,r)},this),o}),o=f.call(r,this,e),t.cb=a,l=t,o):f.call(r,this,arguments)},i.on("set",function(e){l?(c[e]?"function"==typeof c[e]?c[e]=[c[e],l.cb]:c[e].push(l.cb):c[e]=l.cb,delete l.cb,l.id=e,l=null):i.delete(e)}),i.on("delete",function(e){var t;hasOwnProperty.call(c,e)||d[e]&&(t=d[e],delete d[e],i.emit("deleteasync",e,h.call(t.args,1)))}),i.on("clear",function(){var e=d;d=y(null),i.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")}}}}),ct=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))}}}),dt=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=dt(),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=ct(),r=pt(),m=mt(),h=ot(),n=Object.create,o=e("then","then:finally","done","done:finally");ie().promise=function(s,u){var c=n(null),d=n(null),p=n(null);if(!0===s)s=null;else if(s=a(s),!o[s])throw new TypeError("'"+r(s)+"' is not valid promise mode");u.on("set",function(a,e,t){var r=!1;if(m(t)){c[a]=1,p[a]=t;var n=function(e){var t=c[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 c[a],d[a]=e,u.emit("setasync",a,t))},o=function(){r=!0,c[a]&&(delete c[a],delete p[a],u.delete(a))},i=s;if("then"===(i=i||"then")){var l=function(){h(o)};"function"==typeof(t=t.then(function(e){h(n.bind(this,e))},l)).finally&&t.finally(l)}else if("done"===i){if("function"!=typeof t.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done' mode");t.done(n,o)}else if("done:finally"===i){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(o)}}else d[a]=t,u.emit("setasync",a,1)}),u.on("get",function(e,t,a){var r,n;c[e]?++c[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],c[e]?delete c[e]:hasOwnProperty.call(d,e)&&(t=d[e],delete d[e],u.emit("deleteasync",e,[t]))}),u.on("clear",function(){var e=d;d=n(null),c=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(),o=oe(),i=ie(),l=Function.prototype.apply;i.dispose=function(a,e,t){var r;n(a),t.async&&i.async||t.promise&&i.promise?(e.on("deleteasync",r=function(e,t){l.call(a,null,t)}),e.on("clearasync",function(e){o(e,function(e,t){r(t,e)})})):(e.on("delete",r=function(e,t){a(t)}),e.on("clear",function(e){o(e,function(e,t){r(t,e)})}))}}}),yt=t({"../node_modules/timers-ext/max-timeout.js"(e,t){"use strict";t.exports=2147483647}}),gt=t({"../node_modules/timers-ext/valid-timeout.js"(e,t){"use strict";var a=ee(),r=yt();t.exports=function(e){if(e=a(e),r<e)throw new TypeError(e+" exceeds maximum possible timeout");return e}}}),bt=t({"../node_modules/memoizee/ext/max-age.js"(){"use strict";var l=He(),s=oe(),u=ot(),c=mt(),d=gt(),p=ie(),m=Function.prototype,h=Math.max,f=Math.min,y=Object.create;p.maxAge=function(t,n,o){var a,e,r,i;(t=d(t))&&(a=y(null),e=o.async&&p.async||o.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(),i&&(i[e]&&"nextTick"!==i[e]&&clearTimeout(i[e]),i[e]=setTimeout(function(){delete i[e]},r),"function"==typeof i[e].unref)&&i[e].unref()}),n.on("delete"+e,function(e){clearTimeout(a[e]),delete a[e],i&&("nextTick"!==i[e]&&clearTimeout(i[e]),delete i[e])}),o.preFetch&&(r=!0===o.preFetch||isNaN(o.preFetch)?.333:h(f(Number(o.preFetch),1),0))&&(i={},r=(1-r)*t,n.on("get"+e,function(t,a,r){i[t]||(i[t]="nextTick",u(function(){var e;"nextTick"===i[t]&&(delete i[t],n.delete(t),o.async&&(a=l(a)).push(m),e=n.memoized.apply(r,a),o.promise)&&c(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={},i&&(s(i,function(e){"nextTick"!==e&&clearTimeout(e)}),i={})}))}}}),wt=t({"../node_modules/lru-queue/index.js"(e,t){"use strict";var a=ee(),c=Object.create,d=Object.prototype.hasOwnProperty;t.exports=function(r){var n,o=0,i=1,l=c(null),s=c(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++o<=r?void 0:(e=l[i],n(e),e);if(delete l[t],i===t)for(;!d.call(l,++i););},delete:n=function(e){var t=s[e];if(t&&(delete l[t],delete s[e],--o,i===t))if(o)for(;!d.call(l,++i););else u=0,i=1},clear:function(){o=0,i=1,l=c(null),s=c(null),u=0}}}}}),vt=t({"../node_modules/memoizee/ext/max.js"(){"use strict";var n=ee(),o=wt(),i=ie();i.max=function(e,t,a){var r;(e=n(e))&&(r=o(e),e=a.async&&i.async||a.promise&&i.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(),o=ie(),i=Object.create,l=Object.defineProperties;o.refCounter=function(e,t,a){var r=i(null),a=a.async&&o.async||a.promise&&o.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})})}}}),kt=t({"../node_modules/memoizee/index.js"(e,t){"use strict";var r=Z(),n=te(),o=Ke();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&&it(),a.promise&&ht(),a.dispose&&ft(),a.maxAge&&bt(),a.max&&vt(),a.refCounter&&xt(),o(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!==I)return I;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 c(e){return e.replace(/\\('|\\)/g,"$1").replace(/[\r\t\n]/g," ")}l.template=function(e,t,a){var r,n,o=(t=t||l.templateSettings).append?s.append:s.split,i=0,a=t.use||t.define?function a(n,e,o){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 o||(":"===t?(n.defineParams&&a.replace(n.defineParams,function(e,t,a){o[r]={arg:t,text:a}}),r in o||(o[r]=a)):new Function("def","def['"+r+"']="+a)(o)),""}).replace(n.use||u,function(e,t){return n.useParams&&(t=t.replace(n.useParams,function(e,t,a,r){var n;if(o[a]&&o[a].arg&&r)return n=(a+":"+r).replace(/'|\\/g,"_"),o.__exp=o.__exp||{},o.__exp[n]=o[a].text.replace(new RegExp("(^|[^\\w$])"+o[a].arg+"([^\\w$])","g"),"$1"+r+"$2"),t+"def.__exp['"+n+"']"})),(t=new Function("def","return "+t)(o))&&a(n,t,o)})}(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 o.start+c(t)+o.end}).replace(t.encode||u,function(e,t){return r=!0,o.startencode+c(t)+o.end}).replace(t.conditional||u,function(e,t,a){return t?a?"';}else if("+c(a)+"){out+='":"';}else{out+='":a?"';if("+c(a)+"){out+='":"';}out+='"}).replace(t.iterate||u,function(e,t,a,r){return t?(i+=1,n=r||"i"+i,t=c(t),"';var arr"+i+"="+t+";if(arr"+i+"){var "+a+","+n+"=-1,l"+i+"=arr"+i+".length-1;while("+n+"<l"+i+"){"+a+"=arr"+i+"["+n+"+=1];out+='"):"';} } out+='"}).replace(t.evaluate||u,function(e,t){return"';"+c(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)}}()}}),zt={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 Kp 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 At=Kp.name,Nt=Kp.value,jt=Kp.priority,Rt=Kp.group;zt[At]=Nt,zt[At+"_PRIO"]=jt,zt[At+"_GROUP"]=Rt,zt.results[jt]=Nt,zt.resultGroups[jt]=Rt,zt.resultGroupMap[Nt]=Rt}var m=zt,Et=function(...[]){"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},Tt=/[\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(Tt," ").indexOf(" "+e+" ")}},Ct={},_t=(e(Ct,{DqElement:()=>wa,aggregate:()=>St,aggregateChecks:()=>Lt,aggregateNodeResults:()=>Vt,aggregateResult:()=>Dt,areStylesSet:()=>Ht,assert:()=>c,checkHelper:()=>va,clone:()=>xa,closest:()=>d,collectResultsFromFrames:()=>br,contains:()=>wr,convertSelector:()=>Ea,cssParser:()=>ka,deepMerge:()=>vr,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 o=r.outerHTML;r=p.get(o,()=>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:()=>qt,findBy:()=>fr,getAllChecks:()=>hr,getAncestry:()=>ha,getBaseLang:()=>Qi,getCheckMessage:()=>ll,getCheckOption:()=>sl,getEnvironmentData:()=>ul,getFlattenedTree:()=>Yi,getFrameContexts:()=>function(e,t={iframes:void 0}){if(!1===t.iframes)return[];t=new vl(e).frames;return t.map(({node:e,...t})=>{return t.initiator=!1,{frameSelector:ha(e),frameContext:t}})},getFriendlyUriEnd:()=>Zt,getNodeAttributes:()=>Xt,getNodeFromTree:()=>y,getPreloadConfig:()=>Kl,getRootNode:()=>Nr,getRule:()=>xl,getScroll:()=>zl,getScrollState:()=>Al,getSelector:()=>pa,getSelectorData:()=>sa,getShadowSelector:()=>Qt,getStandards:()=>function(){return xa(w)},getStyleSheetFactory:()=>Nl,getXpath:()=>fa,injectStyle:()=>jl,isHidden:()=>Rl,isHtmlElement:()=>El,isNodeInContext:()=>Tl,isShadowRoot:()=>zr,isValidLang:()=>os,isXHTML:()=>Yt,matchAncestry:()=>Ol,matches:()=>Ca,matchesExpression:()=>Ta,matchesSelector:()=>Jt,mergeResults:()=>gr,nodeSorter:()=>Il,parseCrossOriginStylesheet:()=>Ml,parseSameOriginStylesheet:()=>Pl,parseStylesheet:()=>Fl,performanceTimer:()=>C,preload:()=>Zl,preloadCssom:()=>Hl,preloadMedia:()=>Bl,processMessage:()=>il,publishMetaData:()=>Jl,querySelectorAll:()=>_,querySelectorAllFilter:()=>Dl,queue:()=>Fa,respondable:()=>l,ruleShouldRun:()=>Ql,select:()=>ts,sendCommandToFrame:()=>dr,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:()=>Gl,toArray:()=>Ut,tokenList:()=>E,uniqueArray:()=>ql,uuid:()=>Ka,validInputTypes:()=>ns}),{minor:0,inapplicable:0,passed:1,moderate:1,cantTell:2,serious:2,critical:3,failed:3}),St=function(e,t,a){var r=t.length;if(1===r)return e[_t[t[0]]];var n=r/2,o=r-1;let i=a?_t[a]:0;if(3!==i)for(let e=0;e<r&&!(e>n);e++){var l=_t[t[e]],s=_t[t[o-e]],s=l<s?s:l;if(3===(i=s>i?s:i))break}return e[i]},{CANTTELL_PRIO:Ot,FAIL_PRIO:It}=m,Pt=[],Ft=(Pt[m.PASS_PRIO]=!0,Pt[m.CANTTELL_PRIO]=null,Pt[m.FAIL_PRIO]=!1,["any","all","none"]);function Mt(a,r){Ft.reduce((e,t)=>(e[t]=(a[t]||[]).map(e=>r(e,t)),e),{})}var Lt=function(e){const a=Object.assign({},e),r=(Mt(a,(e,t)=>{var a=void 0===e.result?-1:Pt.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))}),[Ot,It].includes(a.priority)?a.impact=St(m.impact,n):a.impact=null,Mt(a,e=>{delete e.result,delete e.priority}),a.result=m.results[a.priority],delete a.priority,a},qt=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,Vt(t.nodes)),delete t.nodes,t},Vt=funct