diff --git a/_includes/env.html b/_includes/env.html index 149d196..245978b 100644 --- a/_includes/env.html +++ b/_includes/env.html @@ -1,6 +1,7 @@ diff --git a/_packs/entry.js b/_packs/entry.js index 1e22ada..44fd39e 100644 --- a/_packs/entry.js +++ b/_packs/entry.js @@ -36,8 +36,29 @@ document.addEventListener('turbolinks:click', event => { event.preventDefault() }) +try { + window.axe = require('axe-core/axe') +} catch(e) {} + +if (window.axe) window.axe.configure({ locale: require('axe-core/locales/es.json') }) + // Prevenir que Turbolinks interfiera la navegación a un anchor al // recargar la página document.addEventListener('turbolinks:load', event => { window.location.hash = window.location.hash + + if (!window.axe) return + + window.axe.run().then(results => { + results.violations.forEach(violation => { + violation.nodes.forEach(node => { + node.target.forEach(target => { + document.querySelectorAll(target).forEach(element => { + element.classList.add('inaccesible') + element.ariaLabel = node.failureSummary + }) + }) + }) + }) + }) }) diff --git a/_sass/accessibility.scss b/_sass/accessibility.scss index b9ed09a..b04eceb 100644 --- a/_sass/accessibility.scss +++ b/_sass/accessibility.scss @@ -11,3 +11,27 @@ animation: none !important; } } + +.inaccesible { + outline: $red 1px solid; + + @extend .position-relative; + + &:focus::after { + @extend .position-fixed; + @extend .background-red; + @extend .white; + @extend .p-3; + + left: 0; + bottom: 0; + width: 100vw; + font-size: 1rem; + + word-wrap: normal; + line-break: auto; + white-space: pre-line; + + content: attr(aria-label); + } +} diff --git a/assets/js/pack.js b/assets/js/pack.js index 5b5bb8f..cbd17db 100644 --- a/assets/js/pack.js +++ b/assets/js/pack.js @@ -1,4 +1,4 @@ -!function(t){var e={};function r(n){if(e[n])return e[n].exports;var i=e[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)r.d(n,i,function(e){return t[e]}.bind(null,i));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=408)}([function(t,e,r){var n=r(2),i=r(13).f,o=r(15),s=r(16),a=r(90),u=r(119),c=r(58);t.exports=function(t,e){var r,l,f,h,p,d=t.target,y=t.global,g=t.stat;if(r=y?n:g?n[d]||a(d,{}):(n[d]||{}).prototype)for(l in e){if(h=e[l],f=t.noTargetGet?(p=i(r,l))&&p.value:r[l],!c(y?l:d+(g?".":"#")+l,t.forced)&&void 0!==f){if(typeof h==typeof f)continue;u(h,f)}(t.sham||f&&f.sham)&&o(h,"sham",!0),s(r,l,h,t)}}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,r){(function(e){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,r(88))},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,r){var n=r(3);t.exports=function(t){if(!n(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e,r){var n=r(1);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,r){var n=r(2),i=r(93),o=r(11),s=r(54),a=r(97),u=r(121),c=i("wks"),l=n.Symbol,f=u?l:l&&l.withoutSetter||s;t.exports=function(t){return o(c,t)||(a&&o(l,t)?c[t]=l[t]:c[t]=f("Symbol."+t)),c[t]}},function(t,e,r){var n=r(26),i=Math.min;t.exports=function(t){return t>0?i(n(t),9007199254740991):0}},function(t,e,r){"use strict";var n,i=r(114),o=r(5),s=r(2),a=r(3),u=r(11),c=r(63),l=r(15),f=r(16),h=r(9).f,p=r(27),d=r(40),y=r(6),g=r(54),v=s.Int8Array,m=v&&v.prototype,b=s.Uint8ClampedArray,w=b&&b.prototype,x=v&&p(v),_=m&&p(m),E=Object.prototype,S=E.isPrototypeOf,T=y("toStringTag"),k=g("TYPED_ARRAY_TAG"),O=i&&!!d&&"Opera"!==c(s.opera),A=!1,R={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},P={BigInt64Array:8,BigUint64Array:8},L=function(t){if(!a(t))return!1;var e=c(t);return u(R,e)||u(P,e)};for(n in R)s[n]||(O=!1);if((!O||"function"!=typeof x||x===Function.prototype)&&(x=function(){throw TypeError("Incorrect invocation")},O))for(n in R)s[n]&&d(s[n],x);if((!O||!_||_===E)&&(_=x.prototype,O))for(n in R)s[n]&&d(s[n].prototype,_);if(O&&p(w)!==_&&d(w,_),o&&!u(_,T))for(n in A=!0,h(_,T,{get:function(){return a(this)?this[k]:void 0}}),R)s[n]&&l(s[n],k,n);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:O,TYPED_ARRAY_TAG:A&&k,aTypedArray:function(t){if(L(t))return t;throw TypeError("Target is not a typed array")},aTypedArrayConstructor:function(t){if(d){if(S.call(x,t))return t}else for(var e in R)if(u(R,n)){var r=s[e];if(r&&(t===r||S.call(r,t)))return t}throw TypeError("Target is not a typed array constructor")},exportTypedArrayMethod:function(t,e,r){if(o){if(r)for(var n in R){var i=s[n];i&&u(i.prototype,t)&&delete i.prototype[t]}_[t]&&!r||f(_,t,r?e:O&&m[t]||e)}},exportTypedArrayStaticMethod:function(t,e,r){var n,i;if(o){if(d){if(r)for(n in R)(i=s[n])&&u(i,t)&&delete i[t];if(x[t]&&!r)return;try{return f(x,t,r?e:O&&v[t]||e)}catch(t){}}for(n in R)!(i=s[n])||i[t]&&!r||f(i,t,e)}},isView:function(t){if(!a(t))return!1;var e=c(t);return"DataView"===e||u(R,e)||u(P,e)},isTypedArray:L,TypedArray:x,TypedArrayPrototype:_}},function(t,e,r){var n=r(5),i=r(117),o=r(4),s=r(29),a=Object.defineProperty;e.f=n?a:function(t,e,r){if(o(t),e=s(e,!0),o(r),i)try{return a(t,e,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},function(t,e,r){var n=r(14);t.exports=function(t){return Object(n(t))}},function(t,e){var r={}.hasOwnProperty;t.exports=function(t,e){return r.call(t,e)}},function(t,e,r){var n=r(39),i=r(53),o=r(10),s=r(7),a=r(60),u=[].push,c=function(t){var e=1==t,r=2==t,c=3==t,l=4==t,f=6==t,h=7==t,p=5==t||f;return function(d,y,g,v){for(var m,b,w=o(d),x=i(w),_=n(y,g,3),E=s(x.length),S=0,T=v||a,k=e?T(d,E):r||h?T(d,0):void 0;E>S;S++)if((p||S in x)&&(b=_(m=x[S],S,w),t))if(e)k[S]=b;else if(b)switch(t){case 3:return!0;case 5:return m;case 6:return S;case 2:u.call(k,m)}else switch(t){case 4:return!1;case 7:u.call(k,m)}return f?-1:c||l?l:k}};t.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6),filterOut:c(7)}},function(t,e,r){var n=r(5),i=r(68),o=r(33),s=r(21),a=r(29),u=r(11),c=r(117),l=Object.getOwnPropertyDescriptor;e.f=n?l:function(t,e){if(t=s(t),e=a(e,!0),c)try{return l(t,e)}catch(t){}if(u(t,e))return o(!i.f.call(t,e),t[e])}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,r){var n=r(5),i=r(9),o=r(33);t.exports=n?function(t,e,r){return i.f(t,e,o(1,r))}:function(t,e,r){return t[e]=r,t}},function(t,e,r){var n=r(2),i=r(15),o=r(11),s=r(90),a=r(91),u=r(17),c=u.get,l=u.enforce,f=String(String).split("String");(t.exports=function(t,e,r,a){var u,c=!!a&&!!a.unsafe,h=!!a&&!!a.enumerable,p=!!a&&!!a.noTargetGet;"function"==typeof r&&("string"!=typeof e||o(r,"name")||i(r,"name",e),(u=l(r)).source||(u.source=f.join("string"==typeof e?e:""))),t!==n?(c?!p&&t[e]&&(h=!0):delete t[e],h?t[e]=r:i(t,e,r)):h?t[e]=r:s(e,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||a(this)}))},function(t,e,r){var n,i,o,s=r(118),a=r(2),u=r(3),c=r(15),l=r(11),f=r(92),h=r(69),p=r(55),d=a.WeakMap;if(s){var y=f.state||(f.state=new d),g=y.get,v=y.has,m=y.set;n=function(t,e){return e.facade=t,m.call(y,t,e),e},i=function(t){return g.call(y,t)||{}},o=function(t){return v.call(y,t)}}else{var b=h("state");p[b]=!0,n=function(t,e){return e.facade=t,c(t,b,e),e},i=function(t){return l(t,b)?t[b]:{}},o=function(t){return l(t,b)}}t.exports={set:n,get:i,has:o,enforce:function(t){return o(t)?i(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!u(e)||(r=i(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,r){var n=r(56),i=r(11),o=r(124),s=r(9).f;t.exports=function(t){var e=n.Symbol||(n.Symbol={});i(e,t)||s(e,t,{value:o.f(t)})}},function(t,e,r){var n=r(5),i=r(1),o=r(11),s=Object.defineProperty,a={},u=function(t){throw t};t.exports=function(t,e){if(o(a,t))return a[t];e||(e={});var r=[][t],c=!!o(e,"ACCESSORS")&&e.ACCESSORS,l=o(e,0)?e[0]:u,f=o(e,1)?e[1]:void 0;return a[t]=!!r&&!i((function(){if(c&&!n)return!0;var t={length:-1};c?s(t,1,{enumerable:!0,get:u}):t[1]=1,r.call(t,l,f)}))}},function(t,e,r){var n=r(53),i=r(14);t.exports=function(t){return n(i(t))}},function(t,e,r){var n=r(56),i=r(2),o=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?o(n[t])||o(i[t]):n[t]&&n[t][e]||i[t]&&i[t][e]}},function(t,e,r){var n=r(14),i=/"/g;t.exports=function(t,e,r,o){var s=String(n(t)),a="<"+e;return""!==r&&(a+=" "+r+'="'+String(o).replace(i,""")+'"'),a+">"+s+""}},function(t,e,r){var n=r(1);t.exports=function(t){return n((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}))}},function(t,e){t.exports=!1},function(t,e){var r=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:r)(t)}},function(t,e,r){var n=r(11),i=r(10),o=r(69),s=r(99),a=o("IE_PROTO"),u=Object.prototype;t.exports=s?Object.getPrototypeOf:function(t){return t=i(t),n(t,a)?t[a]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},function(t,e,r){"use strict";r.d(e,"a",(function(){return C})),r.d(e,"b",(function(){return F}));var n=function(){function t(t,e){this.eventTarget=t,this.eventName=e,this.unorderedBindings=new Set}return t.prototype.connect=function(){this.eventTarget.addEventListener(this.eventName,this,!1)},t.prototype.disconnect=function(){this.eventTarget.removeEventListener(this.eventName,this,!1)},t.prototype.bindingConnected=function(t){this.unorderedBindings.add(t)},t.prototype.bindingDisconnected=function(t){this.unorderedBindings.delete(t)},t.prototype.handleEvent=function(t){for(var e=function(t){if("immediatePropagationStopped"in t)return t;var e=t.stopImmediatePropagation;return Object.assign(t,{immediatePropagationStopped:!1,stopImmediatePropagation:function(){this.immediatePropagationStopped=!0,e.call(this)}})}(t),r=0,n=this.bindings;rn?1:0}))},enumerable:!0,configurable:!0}),t}();var i=function(){function t(t){this.application=t,this.eventListenerMaps=new Map,this.started=!1}return t.prototype.start=function(){this.started||(this.started=!0,this.eventListeners.forEach((function(t){return t.connect()})))},t.prototype.stop=function(){this.started&&(this.started=!1,this.eventListeners.forEach((function(t){return t.disconnect()})))},Object.defineProperty(t.prototype,"eventListeners",{get:function(){return Array.from(this.eventListenerMaps.values()).reduce((function(t,e){return t.concat(Array.from(e.values()))}),[])},enumerable:!0,configurable:!0}),t.prototype.bindingConnected=function(t){this.fetchEventListenerForBinding(t).bindingConnected(t)},t.prototype.bindingDisconnected=function(t){this.fetchEventListenerForBinding(t).bindingDisconnected(t)},t.prototype.handleError=function(t,e,r){void 0===r&&(r={}),this.application.handleError(t,"Error "+e,r)},t.prototype.fetchEventListenerForBinding=function(t){var e=t.eventTarget,r=t.eventName;return this.fetchEventListener(e,r)},t.prototype.fetchEventListener=function(t,e){var r=this.fetchEventListenerMapForEventTarget(t),n=r.get(e);return n||(n=this.createEventListener(t,e),r.set(e,n)),n},t.prototype.createEventListener=function(t,e){var r=new n(t,e);return this.started&&r.connect(),r},t.prototype.fetchEventListenerMapForEventTarget=function(t){var e=this.eventListenerMaps.get(t);return e||(e=new Map,this.eventListenerMaps.set(t,e)),e},t}(),o=/^((.+?)(@(window|document))?->)?(.+?)(#(.+))?$/;var s=function(){function t(t,e,r){this.element=t,this.index=e,this.eventTarget=r.eventTarget||t,this.eventName=r.eventName||function(t){var e=t.tagName.toLowerCase();if(e in a)return a[e](t)}(t)||u("missing event name"),this.identifier=r.identifier||u("missing identifier"),this.methodName=r.methodName||u("missing method name")}return t.forToken=function(t){return new this(t.element,t.index,(r=t.content,n=r.trim().match(o)||[],{eventTarget:(e=n[4],"window"==e?window:"document"==e?document:void 0),eventName:n[2],identifier:n[5],methodName:n[7]}));var e,r,n},t.prototype.toString=function(){var t=this.eventTargetName?"@"+this.eventTargetName:"";return""+this.eventName+t+"->"+this.identifier+"#"+this.methodName},Object.defineProperty(t.prototype,"eventTargetName",{get:function(){return(t=this.eventTarget)==window?"window":t==document?"document":void 0;var t},enumerable:!0,configurable:!0}),t}(),a={a:function(t){return"click"},button:function(t){return"click"},form:function(t){return"submit"},input:function(t){return"submit"==t.getAttribute("type")?"click":"change"},select:function(t){return"change"},textarea:function(t){return"change"}};function u(t){throw new Error(t)}var c=function(){function t(t,e){this.context=t,this.action=e}return Object.defineProperty(t.prototype,"index",{get:function(){return this.action.index},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"eventTarget",{get:function(){return this.action.eventTarget},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"identifier",{get:function(){return this.context.identifier},enumerable:!0,configurable:!0}),t.prototype.handleEvent=function(t){this.willBeInvokedByEvent(t)&&this.invokeWithEvent(t)},Object.defineProperty(t.prototype,"eventName",{get:function(){return this.action.eventName},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"method",{get:function(){var t=this.controller[this.methodName];if("function"==typeof t)return t;throw new Error('Action "'+this.action+'" references undefined method "'+this.methodName+'"')},enumerable:!0,configurable:!0}),t.prototype.invokeWithEvent=function(t){try{this.method.call(this.controller,t)}catch(r){var e={identifier:this.identifier,controller:this.controller,element:this.element,index:this.index,event:t};this.context.handleError(r,'invoking action "'+this.action+'"',e)}},t.prototype.willBeInvokedByEvent=function(t){var e=t.target;return this.element===e||(!(e instanceof Element&&this.element.contains(e))||this.scope.containsElement(e))},Object.defineProperty(t.prototype,"controller",{get:function(){return this.context.controller},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"methodName",{get:function(){return this.action.methodName},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this.scope.element},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"scope",{get:function(){return this.context.scope},enumerable:!0,configurable:!0}),t}(),l=function(){function t(t,e){var r=this;this.element=t,this.started=!1,this.delegate=e,this.elements=new Set,this.mutationObserver=new MutationObserver((function(t){return r.processMutations(t)}))}return t.prototype.start=function(){this.started||(this.started=!0,this.mutationObserver.observe(this.element,{attributes:!0,childList:!0,subtree:!0}),this.refresh())},t.prototype.stop=function(){this.started&&(this.mutationObserver.takeRecords(),this.mutationObserver.disconnect(),this.started=!1)},t.prototype.refresh=function(){if(this.started){for(var t=new Set(this.matchElementsInTree()),e=0,r=Array.from(this.elements);e0&&i[i.length-1])||6!==o[0]&&2!==o[0])){s=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]"+t+"<\/script>"},d=function(){try{n=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;d=n?function(t){t.write(p("")),t.close();var e=t.parentWindow.Object;return t=null,e}(n):((e=c("iframe")).style.display="none",u.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(p("document.F=Object")),t.close(),t.F);for(var r=s.length;r--;)delete d.prototype[s[r]];return d()};a[f]=!0,t.exports=Object.create||function(t,e){var r;return null!==t?(h.prototype=i(t),r=new h,h.prototype=null,r[f]=t):r=d(),void 0===e?r:o(r,e)}},function(t,e,r){"use strict";(function(t){var n=r(156),i=r(157),o=setTimeout;function s(t){return Boolean(t&&void 0!==t.length)}function a(){}function u(t){if(!(this instanceof u))throw new TypeError("Promises must be constructed via new");if("function"!=typeof t)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],d(t,this)}function c(t,e){for(;3===t._state;)t=t._value;0!==t._state?(t._handled=!0,u._immediateFn((function(){var r=1===t._state?e.onFulfilled:e.onRejected;if(null!==r){var n;try{n=r(t._value)}catch(t){return void f(e.promise,t)}l(e.promise,n)}else(1===t._state?l:f)(e.promise,t._value)}))):t._deferreds.push(e)}function l(t,e){try{if(e===t)throw new TypeError("A promise cannot be resolved with itself.");if(e&&("object"==typeof e||"function"==typeof e)){var r=e.then;if(e instanceof u)return t._state=3,t._value=e,void h(t);if("function"==typeof r)return void d((n=r,i=e,function(){n.apply(i,arguments)}),t)}t._state=1,t._value=e,h(t)}catch(e){f(t,e)}var n,i}function f(t,e){t._state=2,t._value=e,h(t)}function h(t){2===t._state&&0===t._deferreds.length&&u._immediateFn((function(){t._handled||u._unhandledRejectionFn(t._value)}));for(var e=0,r=t._deferreds.length;er;)i[r]=e[r++];return i},z=function(t,e){L(t,e,{get:function(){return R(this)[e]}})},W=function(t){var e;return t instanceof C||"ArrayBuffer"==(e=v(t))||"SharedArrayBuffer"==e},H=function(t,e){return V(t)&&"symbol"!=typeof e&&e in t&&String(+e)==String(e)},$=function(t,e){return H(t,e=y(e,!0))?l(2,t[e]):j(t,e)},K=function(t,e,r){return!(H(t,e=y(e,!0))&&m(r)&&g(r,"value"))||g(r,"get")||g(r,"set")||r.configurable||g(r,"writable")&&!r.writable||g(r,"enumerable")&&!r.enumerable?L(t,e,r):(t[e]=r.value,t)};o?(F||(k.f=$,T.f=K,z(q,"buffer"),z(q,"byteOffset"),z(q,"byteLength"),z(q,"length")),n({target:"Object",stat:!0,forced:!F},{getOwnPropertyDescriptor:$,defineProperty:K}),t.exports=function(t,e,r){var o=t.match(/\d+$/)[0]/8,a=t+(r?"Clamped":"")+"Array",u="get"+t,l="set"+t,y=i[a],g=y,v=g&&g.prototype,T={},k=function(t,e){L(t,e,{get:function(){return function(t,e){var r=R(t);return r.view[u](e*o+r.byteOffset,!0)}(this,e)},set:function(t){return function(t,e,n){var i=R(t);r&&(n=(n=I(n))<0?0:n>255?255:255&n),i.view[l](e*o+i.byteOffset,n,!0)}(this,e,t)},enumerable:!0})};F?s&&(g=e((function(t,e,r,n){return c(t,g,a),A(m(e)?W(e)?void 0!==n?new y(e,d(r,o),n):void 0!==r?new y(e,d(r,o)):new y(e):V(e)?Q(g,e):_.call(g,e):new y(p(e)),t,g)})),w&&w(g,D),E(x(y),(function(t){t in g||f(g,t,y[t])})),g.prototype=v):(g=e((function(t,e,r,n){c(t,g,a);var i,s,u,l=0,f=0;if(m(e)){if(!W(e))return V(e)?Q(g,e):_.call(g,e);i=e,f=d(r,o);var y=e.byteLength;if(void 0===n){if(y%o)throw N("Wrong length");if((s=y-f)<0)throw N("Wrong length")}else if((s=h(n)*o)+f>y)throw N("Wrong length");u=s/o}else u=p(e),i=new C(s=u*o);for(P(t,{buffer:i,byteOffset:f,byteLength:s,length:u,view:new M(i)});lh;h++)if((d=E(t[h]))&&d instanceof c)return d;return new c(!1)}l=f.call(t)}for(y=l.next;!(g=y.call(l)).done;){try{d=E(g.value)}catch(t){throw u(l),t}if("object"==typeof d&&d&&d instanceof c)return d}return new c(!1)}},function(t,e,r){var n=r(6),i=r(31),o=r(9),s=n("unscopables"),a=Array.prototype;null==a[s]&&o.f(a,s,{configurable:!0,value:i(null)}),t.exports=function(t){a[s][t]=!0}},function(t,e){t.exports=function(t,e,r){if(!(t instanceof e))throw TypeError("Incorrect "+(r?r+" ":"")+"invocation");return t}},function(t,e,r){var n=r(120),i=r(95).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,i)}},function(t,e,r){var n=r(34);t.exports=Array.isArray||function(t){return"Array"==n(t)}},function(t,e,r){"use strict";var n=r(29),i=r(9),o=r(33);t.exports=function(t,e,r){var s=n(e);s in t?i.f(t,s,o(0,r)):t[s]=r}},function(t,e,r){var n=r(55),i=r(3),o=r(11),s=r(9).f,a=r(54),u=r(66),c=a("meta"),l=0,f=Object.isExtensible||function(){return!0},h=function(t){s(t,c,{value:{objectID:"O"+ ++l,weakData:{}}})},p=t.exports={REQUIRED:!1,fastKey:function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,c)){if(!f(t))return"F";if(!e)return"E";h(t)}return t[c].objectID},getWeakData:function(t,e){if(!o(t,c)){if(!f(t))return!0;if(!e)return!1;h(t)}return t[c].weakData},onFreeze:function(t){return u&&p.REQUIRED&&f(t)&&!o(t,c)&&h(t),t}};n[c]=!0},function(t,e,r){var n=r(34),i=r(2);t.exports="process"==n(i.process)},function(t,e,r){"use strict";var n=r(22),i=r(9),o=r(6),s=r(5),a=o("species");t.exports=function(t){var e=n(t),r=i.f;s&&e&&!e[a]&&r(e,a,{configurable:!0,get:function(){return this}})}},function(t,e,r){"use strict";var n=r(4);t.exports=function(){var t=n(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,r){var n=r(14),i="["+r(81)+"]",o=RegExp("^"+i+i+"*"),s=RegExp(i+i+"*$"),a=function(t){return function(e){var r=String(n(e));return 1&t&&(r=r.replace(o,"")),2&t&&(r=r.replace(s,"")),r}};t.exports={start:a(1),end:a(2),trim:a(3)}},function(t,e,r){var n=r(16);t.exports=function(t,e,r){for(var i in e)n(t,i,e[i],r);return t}},function(t,e,r){var n=r(1),i=r(34),o="".split;t.exports=n((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?o.call(t,""):Object(t)}:Object},function(t,e){var r=0,n=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++r+n).toString(36)}},function(t,e){t.exports={}},function(t,e,r){var n=r(2);t.exports=n},function(t,e,r){var n=r(21),i=r(7),o=r(38),s=function(t){return function(e,r,s){var a,u=n(e),c=i(u.length),l=o(s,c);if(t&&r!=r){for(;c>l;)if((a=u[l++])!=a)return!0}else for(;c>l;l++)if((t||l in u)&&u[l]===r)return t||l||0;return!t&&-1}};t.exports={includes:s(!0),indexOf:s(!1)}},function(t,e,r){var n=r(1),i=/#|\.prototype\./,o=function(t,e){var r=a[s(t)];return r==c||r!=u&&("function"==typeof e?n(e):!!e)},s=o.normalize=function(t){return String(t).replace(i,".").toLowerCase()},a=o.data={},u=o.NATIVE="N",c=o.POLYFILL="P";t.exports=o},function(t,e,r){var n=r(120),i=r(95);t.exports=Object.keys||function(t){return n(t,i)}},function(t,e,r){var n=r(3),i=r(45),o=r(6)("species");t.exports=function(t,e){var r;return i(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!i(r.prototype)?n(r)&&null===(r=r[o])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===e?0:e)}},function(t,e){t.exports={}},function(t,e,r){var n=r(63),i=r(61),o=r(6)("iterator");t.exports=function(t){if(null!=t)return t[o]||t["@@iterator"]||i[n(t)]}},function(t,e,r){var n=r(101),i=r(34),o=r(6)("toStringTag"),s="Arguments"==i(function(){return arguments}());t.exports=n?i:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),o))?r:s?i(e):"Object"==(n=i(e))&&"function"==typeof e.callee?"Arguments":n}},function(t,e,r){var n=r(1),i=r(6),o=r(65),s=i("species");t.exports=function(t){return o>=51||!n((function(){var e=[];return(e.constructor={})[s]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,r){var n,i,o=r(2),s=r(71),a=o.process,u=a&&a.versions,c=u&&u.v8;c?i=(n=c.split("."))[0]+n[1]:s&&(!(n=s.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=s.match(/Chrome\/(\d+)/))&&(i=n[1]),t.exports=i&&+i},function(t,e,r){var n=r(1);t.exports=!n((function(){return Object.isExtensible(Object.preventExtensions({}))}))},function(t,e,r){var n=r(3),i=r(34),o=r(6)("match");t.exports=function(t){var e;return n(t)&&(void 0!==(e=t[o])?!!e:"RegExp"==i(t))}},function(t,e,r){"use strict";var n={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,o=i&&!n.call({1:2},1);e.f=o?function(t){var e=i(this,t);return!!e&&e.enumerable}:n},function(t,e,r){var n=r(93),i=r(54),o=n("keys");t.exports=function(t){return o[t]||(o[t]=i(t))}},function(t,e,r){var n=r(6)("iterator"),i=!1;try{var o=0,s={next:function(){return{done:!!o++}},return:function(){i=!0}};s[n]=function(){return this},Array.from(s,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var r=!1;try{var o={};o[n]=function(){return{next:function(){return{done:r=!0}}}},t(o)}catch(t){}return r}},function(t,e,r){var n=r(22);t.exports=n("navigator","userAgent")||""},function(t,e,r){var n=r(18),i=r(10),o=r(53),s=r(7),a=function(t){return function(e,r,a,u){n(r);var c=i(e),l=o(c),f=s(c.length),h=t?f-1:0,p=t?-1:1;if(a<2)for(;;){if(h in l){u=l[h],h+=p;break}if(h+=p,t?h<0:f<=h)throw TypeError("Reduce of empty array with no initial value")}for(;t?h>=0:f>h;h+=p)h in l&&(u=r(u,l[h],h,c));return u}};t.exports={left:a(!1),right:a(!0)}},function(t,e,r){"use strict";var n=r(21),i=r(42),o=r(61),s=r(17),a=r(103),u=s.set,c=s.getterFor("Array Iterator");t.exports=a(Array,"Array",(function(t,e){u(this,{type:"Array Iterator",target:n(t),index:0,kind:e})}),(function(){var t=c(this),e=t.target,r=t.kind,n=t.index++;return!e||n>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:e[n],done:!1}:{value:[n,e[n]],done:!1}}),"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},function(t,e,r){"use strict";var n=r(25),i=r(2),o=r(1);t.exports=n||!o((function(){var t=Math.random();__defineSetter__.call(null,t,(function(){})),delete i[t]}))},function(t,e,r){var n=r(26),i=r(14),o=function(t){return function(e,r){var o,s,a=String(i(e)),u=n(r),c=a.length;return u<0||u>=c?t?"":void 0:(o=a.charCodeAt(u))<55296||o>56319||u+1===c||(s=a.charCodeAt(u+1))<56320||s>57343?t?a.charAt(u):o:t?a.slice(u,u+2):s-56320+(o-55296<<10)+65536}};t.exports={codeAt:o(!1),charAt:o(!0)}},function(t,e,r){"use strict";r(107);var n=r(16),i=r(1),o=r(6),s=r(77),a=r(15),u=o("species"),c=!i((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")})),l="$0"==="a".replace(/./,"$0"),f=o("replace"),h=!!/./[f]&&""===/./[f]("a","$0"),p=!i((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var r="ab".split(t);return 2!==r.length||"a"!==r[0]||"b"!==r[1]}));t.exports=function(t,e,r,f){var d=o(t),y=!i((function(){var e={};return e[d]=function(){return 7},7!=""[t](e)})),g=y&&!i((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[u]=function(){return r},r.flags="",r[d]=/./[d]),r.exec=function(){return e=!0,null},r[d](""),!e}));if(!y||!g||"replace"===t&&(!c||!l||h)||"split"===t&&!p){var v=/./[d],m=r(d,""[t],(function(t,e,r,n,i){return e.exec===s?y&&!i?{done:!0,value:v.call(e,r,n)}:{done:!0,value:t.call(r,e,n)}:{done:!1}}),{REPLACE_KEEPS_$0:l,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:h}),b=m[0],w=m[1];n(String.prototype,t,b),n(RegExp.prototype,d,2==e?function(t,e){return w.call(t,this,e)}:function(t){return w.call(t,this)})}f&&a(RegExp.prototype[d],"sham",!0)}},function(t,e,r){"use strict";var n,i,o=r(50),s=r(78),a=RegExp.prototype.exec,u=String.prototype.replace,c=a,l=(n=/a/,i=/b*/g,a.call(n,"a"),a.call(i,"a"),0!==n.lastIndex||0!==i.lastIndex),f=s.UNSUPPORTED_Y||s.BROKEN_CARET,h=void 0!==/()??/.exec("")[1];(l||h||f)&&(c=function(t){var e,r,n,i,s=this,c=f&&s.sticky,p=o.call(s),d=s.source,y=0,g=t;return c&&(-1===(p=p.replace("y","")).indexOf("g")&&(p+="g"),g=String(t).slice(s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==t[s.lastIndex-1])&&(d="(?: "+d+")",g=" "+g,y++),r=new RegExp("^(?:"+d+")",p)),h&&(r=new RegExp("^"+d+"$(?!\\s)",p)),l&&(e=s.lastIndex),n=a.call(c?r:s,g),c?n?(n.input=n.input.slice(y),n[0]=n[0].slice(y),n.index=s.lastIndex,s.lastIndex+=n[0].length):s.lastIndex=0:l&&n&&(s.lastIndex=s.global?n.index+n[0].length:e),h&&n&&n.length>1&&u.call(n[0],r,(function(){for(i=1;i22025.465794806718||r(10)<22025.465794806718||-2e-17!=r(-2e-17)?function(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:n(t)-1}:r},function(t,e,r){"use strict";var n=r(18),i=function(t){var e,r;this.promise=new t((function(t,n){if(void 0!==e||void 0!==r)throw TypeError("Bad Promise constructor");e=t,r=n})),this.resolve=n(e),this.reject=n(r)};t.exports.f=function(t){return new i(t)}},function(t,e,r){"use strict";var n=r(0),i=r(2),o=r(58),s=r(16),a=r(47),u=r(41),c=r(43),l=r(3),f=r(1),h=r(70),p=r(30),d=r(82);t.exports=function(t,e,r){var y=-1!==t.indexOf("Map"),g=-1!==t.indexOf("Weak"),v=y?"set":"add",m=i[t],b=m&&m.prototype,w=m,x={},_=function(t){var e=b[t];s(b,t,"add"==t?function(t){return e.call(this,0===t?0:t),this}:"delete"==t?function(t){return!(g&&!l(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return g&&!l(t)?void 0:e.call(this,0===t?0:t)}:"has"==t?function(t){return!(g&&!l(t))&&e.call(this,0===t?0:t)}:function(t,r){return e.call(this,0===t?0:t,r),this})};if(o(t,"function"!=typeof m||!(g||b.forEach&&!f((function(){(new m).entries().next()})))))w=r.getConstructor(e,t,y,v),a.REQUIRED=!0;else if(o(t,!0)){var E=new w,S=E[v](g?{}:-0,1)!=E,T=f((function(){E.has(1)})),k=h((function(t){new m(t)})),O=!g&&f((function(){for(var t=new m,e=5;e--;)t[v](e,e);return!t.has(-0)}));k||((w=e((function(e,r){c(e,w,t);var n=d(new m,e,w);return null!=r&&u(r,n[v],{that:n,AS_ENTRIES:y}),n}))).prototype=b,b.constructor=w),(T||O)&&(_("delete"),_("has"),y&&_("get")),(O||S)&&_(v),g&&b.clear&&delete b.clear}return x[t]=w,n({global:!0,forced:w!=m},x),p(w,t),g||r.setStrong(w,t,y),w}},function(t,e,r){"use strict";var n=r(2),i=r(5),o=r(114),s=r(15),a=r(52),u=r(1),c=r(43),l=r(26),f=r(7),h=r(150),p=r(334),d=r(27),y=r(40),g=r(44).f,v=r(9).f,m=r(102),b=r(30),w=r(17),x=w.get,_=w.set,E=n.ArrayBuffer,S=E,T=n.DataView,k=T&&T.prototype,O=Object.prototype,A=n.RangeError,R=p.pack,P=p.unpack,L=function(t){return[255&t]},j=function(t){return[255&t,t>>8&255]},I=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},N=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},C=function(t){return R(t,23,4)},M=function(t){return R(t,52,8)},F=function(t,e){v(t.prototype,e,{get:function(){return x(this)[e]}})},B=function(t,e,r,n){var i=h(r),o=x(t);if(i+e>o.byteLength)throw A("Wrong index");var s=x(o.buffer).bytes,a=i+o.byteOffset,u=s.slice(a,a+e);return n?u:u.reverse()},D=function(t,e,r,n,i,o){var s=h(r),a=x(t);if(s+e>a.byteLength)throw A("Wrong index");for(var u=x(a.buffer).bytes,c=s+a.byteOffset,l=n(+i),f=0;fQ;)(q=V[Q++])in S||s(S,q,E[q]);U.constructor=S}y&&d(k)!==O&&y(k,O);var z=new T(new S(2)),W=k.setInt8;z.setInt8(0,2147483648),z.setInt8(1,2147483649),!z.getInt8(0)&&z.getInt8(1)||a(k,{setInt8:function(t,e){W.call(this,t,e<<24>>24)},setUint8:function(t,e){W.call(this,t,e<<24>>24)}},{unsafe:!0})}else S=function(t){c(this,S,"ArrayBuffer");var e=h(t);_(this,{bytes:m.call(new Array(e),0),byteLength:e}),i||(this.byteLength=e)},T=function(t,e,r){c(this,T,"DataView"),c(t,S,"DataView");var n=x(t).byteLength,o=l(e);if(o<0||o>n)throw A("Wrong offset");if(o+(r=void 0===r?n-o:f(r))>n)throw A("Wrong length");_(this,{buffer:t,byteLength:r,byteOffset:o}),i||(this.buffer=t,this.byteLength=r,this.byteOffset=o)},i&&(F(S,"byteLength"),F(T,"buffer"),F(T,"byteLength"),F(T,"byteOffset")),a(T.prototype,{getInt8:function(t){return B(this,1,t)[0]<<24>>24},getUint8:function(t){return B(this,1,t)[0]},getInt16:function(t){var e=B(this,2,t,arguments.length>1?arguments[1]:void 0);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=B(this,2,t,arguments.length>1?arguments[1]:void 0);return e[1]<<8|e[0]},getInt32:function(t){return N(B(this,4,t,arguments.length>1?arguments[1]:void 0))},getUint32:function(t){return N(B(this,4,t,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(t){return P(B(this,4,t,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(t){return P(B(this,8,t,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(t,e){D(this,1,t,L,e)},setUint8:function(t,e){D(this,1,t,L,e)},setInt16:function(t,e){D(this,2,t,j,e,arguments.length>2?arguments[2]:void 0)},setUint16:function(t,e){D(this,2,t,j,e,arguments.length>2?arguments[2]:void 0)},setInt32:function(t,e){D(this,4,t,I,e,arguments.length>2?arguments[2]:void 0)},setUint32:function(t,e){D(this,4,t,I,e,arguments.length>2?arguments[2]:void 0)},setFloat32:function(t,e){D(this,4,t,C,e,arguments.length>2?arguments[2]:void 0)},setFloat64:function(t,e){D(this,8,t,M,e,arguments.length>2?arguments[2]:void 0)}});b(S,"ArrayBuffer"),b(T,"DataView"),t.exports={ArrayBuffer:S,DataView:T}},function(t,e,r){"use strict";r.d(e,"a",(function(){return qe}));class n{valueOf(){}liquidMethodMissing(t){}} +!function(t){var e={};function r(n){if(e[n])return e[n].exports;var i=e[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.t=function(t,e){if(1&e&&(t=r(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)r.d(n,i,function(e){return t[e]}.bind(null,i));return n},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.p="",r(r.s=409)}([function(t,e,r){var n=r(2),i=r(13).f,o=r(15),s=r(16),a=r(90),u=r(119),c=r(58);t.exports=function(t,e){var r,l,f,h,p,d=t.target,y=t.global,g=t.stat;if(r=y?n:g?n[d]||a(d,{}):(n[d]||{}).prototype)for(l in e){if(h=e[l],f=t.noTargetGet?(p=i(r,l))&&p.value:r[l],!c(y?l:d+(g?".":"#")+l,t.forced)&&void 0!==f){if(typeof h==typeof f)continue;u(h,f)}(t.sham||f&&f.sham)&&o(h,"sham",!0),s(r,l,h,t)}}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,r){(function(e){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,r(88))},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,r){var n=r(3);t.exports=function(t){if(!n(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e,r){var n=r(1);t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,r){var n=r(2),i=r(93),o=r(11),s=r(54),a=r(97),u=r(121),c=i("wks"),l=n.Symbol,f=u?l:l&&l.withoutSetter||s;t.exports=function(t){return o(c,t)||(a&&o(l,t)?c[t]=l[t]:c[t]=f("Symbol."+t)),c[t]}},function(t,e,r){var n=r(27),i=Math.min;t.exports=function(t){return t>0?i(n(t),9007199254740991):0}},function(t,e,r){"use strict";var n,i=r(114),o=r(5),s=r(2),a=r(3),u=r(11),c=r(63),l=r(15),f=r(16),h=r(9).f,p=r(28),d=r(40),y=r(6),g=r(54),v=s.Int8Array,m=v&&v.prototype,b=s.Uint8ClampedArray,w=b&&b.prototype,x=v&&p(v),_=m&&p(m),E=Object.prototype,S=E.isPrototypeOf,T=y("toStringTag"),k=g("TYPED_ARRAY_TAG"),O=i&&!!d&&"Opera"!==c(s.opera),A=!1,R={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},L={BigInt64Array:8,BigUint64Array:8},P=function(t){if(!a(t))return!1;var e=c(t);return u(R,e)||u(L,e)};for(n in R)s[n]||(O=!1);if((!O||"function"!=typeof x||x===Function.prototype)&&(x=function(){throw TypeError("Incorrect invocation")},O))for(n in R)s[n]&&d(s[n],x);if((!O||!_||_===E)&&(_=x.prototype,O))for(n in R)s[n]&&d(s[n].prototype,_);if(O&&p(w)!==_&&d(w,_),o&&!u(_,T))for(n in A=!0,h(_,T,{get:function(){return a(this)?this[k]:void 0}}),R)s[n]&&l(s[n],k,n);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:O,TYPED_ARRAY_TAG:A&&k,aTypedArray:function(t){if(P(t))return t;throw TypeError("Target is not a typed array")},aTypedArrayConstructor:function(t){if(d){if(S.call(x,t))return t}else for(var e in R)if(u(R,n)){var r=s[e];if(r&&(t===r||S.call(r,t)))return t}throw TypeError("Target is not a typed array constructor")},exportTypedArrayMethod:function(t,e,r){if(o){if(r)for(var n in R){var i=s[n];i&&u(i.prototype,t)&&delete i.prototype[t]}_[t]&&!r||f(_,t,r?e:O&&m[t]||e)}},exportTypedArrayStaticMethod:function(t,e,r){var n,i;if(o){if(d){if(r)for(n in R)(i=s[n])&&u(i,t)&&delete i[t];if(x[t]&&!r)return;try{return f(x,t,r?e:O&&v[t]||e)}catch(t){}}for(n in R)!(i=s[n])||i[t]&&!r||f(i,t,e)}},isView:function(t){if(!a(t))return!1;var e=c(t);return"DataView"===e||u(R,e)||u(L,e)},isTypedArray:P,TypedArray:x,TypedArrayPrototype:_}},function(t,e,r){var n=r(5),i=r(117),o=r(4),s=r(29),a=Object.defineProperty;e.f=n?a:function(t,e,r){if(o(t),e=s(e,!0),o(r),i)try{return a(t,e,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},function(t,e,r){var n=r(14);t.exports=function(t){return Object(n(t))}},function(t,e){var r={}.hasOwnProperty;t.exports=function(t,e){return r.call(t,e)}},function(t,e,r){var n=r(39),i=r(53),o=r(10),s=r(7),a=r(60),u=[].push,c=function(t){var e=1==t,r=2==t,c=3==t,l=4==t,f=6==t,h=7==t,p=5==t||f;return function(d,y,g,v){for(var m,b,w=o(d),x=i(w),_=n(y,g,3),E=s(x.length),S=0,T=v||a,k=e?T(d,E):r||h?T(d,0):void 0;E>S;S++)if((p||S in x)&&(b=_(m=x[S],S,w),t))if(e)k[S]=b;else if(b)switch(t){case 3:return!0;case 5:return m;case 6:return S;case 2:u.call(k,m)}else switch(t){case 4:return!1;case 7:u.call(k,m)}return f?-1:c||l?l:k}};t.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6),filterOut:c(7)}},function(t,e,r){var n=r(5),i=r(68),o=r(33),s=r(22),a=r(29),u=r(11),c=r(117),l=Object.getOwnPropertyDescriptor;e.f=n?l:function(t,e){if(t=s(t),e=a(e,!0),c)try{return l(t,e)}catch(t){}if(u(t,e))return o(!i.f.call(t,e),t[e])}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,r){var n=r(5),i=r(9),o=r(33);t.exports=n?function(t,e,r){return i.f(t,e,o(1,r))}:function(t,e,r){return t[e]=r,t}},function(t,e,r){var n=r(2),i=r(15),o=r(11),s=r(90),a=r(91),u=r(17),c=u.get,l=u.enforce,f=String(String).split("String");(t.exports=function(t,e,r,a){var u,c=!!a&&!!a.unsafe,h=!!a&&!!a.enumerable,p=!!a&&!!a.noTargetGet;"function"==typeof r&&("string"!=typeof e||o(r,"name")||i(r,"name",e),(u=l(r)).source||(u.source=f.join("string"==typeof e?e:""))),t!==n?(c?!p&&t[e]&&(h=!0):delete t[e],h?t[e]=r:i(t,e,r)):h?t[e]=r:s(e,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||a(this)}))},function(t,e,r){var n,i,o,s=r(118),a=r(2),u=r(3),c=r(15),l=r(11),f=r(92),h=r(69),p=r(55),d=a.WeakMap;if(s){var y=f.state||(f.state=new d),g=y.get,v=y.has,m=y.set;n=function(t,e){return e.facade=t,m.call(y,t,e),e},i=function(t){return g.call(y,t)||{}},o=function(t){return v.call(y,t)}}else{var b=h("state");p[b]=!0,n=function(t,e){return e.facade=t,c(t,b,e),e},i=function(t){return l(t,b)?t[b]:{}},o=function(t){return l(t,b)}}t.exports={set:n,get:i,has:o,enforce:function(t){return o(t)?i(t):n(t,{})},getterFor:function(t){return function(e){var r;if(!u(e)||(r=i(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,r){var n=r(56),i=r(11),o=r(124),s=r(9).f;t.exports=function(t){var e=n.Symbol||(n.Symbol={});i(e,t)||s(e,t,{value:o.f(t)})}},function(t,e,r){var n=r(5),i=r(1),o=r(11),s=Object.defineProperty,a={},u=function(t){throw t};t.exports=function(t,e){if(o(a,t))return a[t];e||(e={});var r=[][t],c=!!o(e,"ACCESSORS")&&e.ACCESSORS,l=o(e,0)?e[0]:u,f=o(e,1)?e[1]:void 0;return a[t]=!!r&&!i((function(){if(c&&!n)return!0;var t={length:-1};c?s(t,1,{enumerable:!0,get:u}):t[1]=1,r.call(t,l,f)}))}},function(t,e,r){"use strict";r.d(e,"a",(function(){return C})),r.d(e,"b",(function(){return F}));var n=function(){function t(t,e){this.eventTarget=t,this.eventName=e,this.unorderedBindings=new Set}return t.prototype.connect=function(){this.eventTarget.addEventListener(this.eventName,this,!1)},t.prototype.disconnect=function(){this.eventTarget.removeEventListener(this.eventName,this,!1)},t.prototype.bindingConnected=function(t){this.unorderedBindings.add(t)},t.prototype.bindingDisconnected=function(t){this.unorderedBindings.delete(t)},t.prototype.handleEvent=function(t){for(var e=function(t){if("immediatePropagationStopped"in t)return t;var e=t.stopImmediatePropagation;return Object.assign(t,{immediatePropagationStopped:!1,stopImmediatePropagation:function(){this.immediatePropagationStopped=!0,e.call(this)}})}(t),r=0,n=this.bindings;rn?1:0}))},enumerable:!0,configurable:!0}),t}();var i=function(){function t(t){this.application=t,this.eventListenerMaps=new Map,this.started=!1}return t.prototype.start=function(){this.started||(this.started=!0,this.eventListeners.forEach((function(t){return t.connect()})))},t.prototype.stop=function(){this.started&&(this.started=!1,this.eventListeners.forEach((function(t){return t.disconnect()})))},Object.defineProperty(t.prototype,"eventListeners",{get:function(){return Array.from(this.eventListenerMaps.values()).reduce((function(t,e){return t.concat(Array.from(e.values()))}),[])},enumerable:!0,configurable:!0}),t.prototype.bindingConnected=function(t){this.fetchEventListenerForBinding(t).bindingConnected(t)},t.prototype.bindingDisconnected=function(t){this.fetchEventListenerForBinding(t).bindingDisconnected(t)},t.prototype.handleError=function(t,e,r){void 0===r&&(r={}),this.application.handleError(t,"Error "+e,r)},t.prototype.fetchEventListenerForBinding=function(t){var e=t.eventTarget,r=t.eventName;return this.fetchEventListener(e,r)},t.prototype.fetchEventListener=function(t,e){var r=this.fetchEventListenerMapForEventTarget(t),n=r.get(e);return n||(n=this.createEventListener(t,e),r.set(e,n)),n},t.prototype.createEventListener=function(t,e){var r=new n(t,e);return this.started&&r.connect(),r},t.prototype.fetchEventListenerMapForEventTarget=function(t){var e=this.eventListenerMaps.get(t);return e||(e=new Map,this.eventListenerMaps.set(t,e)),e},t}(),o=/^((.+?)(@(window|document))?->)?(.+?)(#(.+))?$/;var s=function(){function t(t,e,r){this.element=t,this.index=e,this.eventTarget=r.eventTarget||t,this.eventName=r.eventName||function(t){var e=t.tagName.toLowerCase();if(e in a)return a[e](t)}(t)||u("missing event name"),this.identifier=r.identifier||u("missing identifier"),this.methodName=r.methodName||u("missing method name")}return t.forToken=function(t){return new this(t.element,t.index,(r=t.content,n=r.trim().match(o)||[],{eventTarget:(e=n[4],"window"==e?window:"document"==e?document:void 0),eventName:n[2],identifier:n[5],methodName:n[7]}));var e,r,n},t.prototype.toString=function(){var t=this.eventTargetName?"@"+this.eventTargetName:"";return""+this.eventName+t+"->"+this.identifier+"#"+this.methodName},Object.defineProperty(t.prototype,"eventTargetName",{get:function(){return(t=this.eventTarget)==window?"window":t==document?"document":void 0;var t},enumerable:!0,configurable:!0}),t}(),a={a:function(t){return"click"},button:function(t){return"click"},form:function(t){return"submit"},input:function(t){return"submit"==t.getAttribute("type")?"click":"change"},select:function(t){return"change"},textarea:function(t){return"change"}};function u(t){throw new Error(t)}var c=function(){function t(t,e){this.context=t,this.action=e}return Object.defineProperty(t.prototype,"index",{get:function(){return this.action.index},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"eventTarget",{get:function(){return this.action.eventTarget},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"identifier",{get:function(){return this.context.identifier},enumerable:!0,configurable:!0}),t.prototype.handleEvent=function(t){this.willBeInvokedByEvent(t)&&this.invokeWithEvent(t)},Object.defineProperty(t.prototype,"eventName",{get:function(){return this.action.eventName},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"method",{get:function(){var t=this.controller[this.methodName];if("function"==typeof t)return t;throw new Error('Action "'+this.action+'" references undefined method "'+this.methodName+'"')},enumerable:!0,configurable:!0}),t.prototype.invokeWithEvent=function(t){try{this.method.call(this.controller,t)}catch(r){var e={identifier:this.identifier,controller:this.controller,element:this.element,index:this.index,event:t};this.context.handleError(r,'invoking action "'+this.action+'"',e)}},t.prototype.willBeInvokedByEvent=function(t){var e=t.target;return this.element===e||(!(e instanceof Element&&this.element.contains(e))||this.scope.containsElement(e))},Object.defineProperty(t.prototype,"controller",{get:function(){return this.context.controller},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"methodName",{get:function(){return this.action.methodName},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"element",{get:function(){return this.scope.element},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"scope",{get:function(){return this.context.scope},enumerable:!0,configurable:!0}),t}(),l=function(){function t(t,e){var r=this;this.element=t,this.started=!1,this.delegate=e,this.elements=new Set,this.mutationObserver=new MutationObserver((function(t){return r.processMutations(t)}))}return t.prototype.start=function(){this.started||(this.started=!0,this.mutationObserver.observe(this.element,{attributes:!0,childList:!0,subtree:!0}),this.refresh())},t.prototype.stop=function(){this.started&&(this.mutationObserver.takeRecords(),this.mutationObserver.disconnect(),this.started=!1)},t.prototype.refresh=function(){if(this.started){for(var t=new Set(this.matchElementsInTree()),e=0,r=Array.from(this.elements);e0&&i[i.length-1])||6!==o[0]&&2!==o[0])){s=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]"+s+""}},function(t,e,r){var n=r(1);t.exports=function(t){return n((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}))}},function(t,e){t.exports=!1},function(t,e){var r=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:r)(t)}},function(t,e,r){var n=r(11),i=r(10),o=r(69),s=r(99),a=o("IE_PROTO"),u=Object.prototype;t.exports=s?Object.getPrototypeOf:function(t){return t=i(t),n(t,a)?t[a]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},function(t,e,r){var n=r(3);t.exports=function(t,e){if(!n(t))return t;var r,i;if(e&&"function"==typeof(r=t.toString)&&!n(i=r.call(t)))return i;if("function"==typeof(r=t.valueOf)&&!n(i=r.call(t)))return i;if(!e&&"function"==typeof(r=t.toString)&&!n(i=r.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,e,r){var n=r(9).f,i=r(11),o=r(6)("toStringTag");t.exports=function(t,e,r){t&&!i(t=r?t:t.prototype,o)&&n(t,o,{configurable:!0,value:e})}},function(t,e,r){var n,i=r(4),o=r(98),s=r(95),a=r(55),u=r(122),c=r(89),l=r(69),f=l("IE_PROTO"),h=function(){},p=function(t){return"