define("_commonjsHelpers-3b4eb9f4.js",["exports"],(function(t){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};t.commonjsGlobal=e,t.getDefaultExportFromCjs=function(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}})),define("npm:navigo/lib/navigo.js",["_commonjsHelpers-3b4eb9f4.js"],(function(t){"use strict";var e,n,r={exports:{}};return e=r,"undefined"!=typeof self?self:t.commonjsGlobal,n=function(){return function(){var t={"./src/Q.ts":function(t,e,n){function r(t,e,n){var r=e||{},o=0;!function e(){t[o]?Array.isArray(t[o])?(t.splice.apply(t,[o,1].concat(t[o][0](r)?t[o][1]:t[o][2])),e()):t[o](r,(function(t){void 0===t||!0===t?(o+=1,e()):n&&n(r)})):n&&n(r)}()}n.r(e),n.d(e,{default:function(){return r}}),r.if=function(t,e,n){return Array.isArray(e)||(e=[e]),Array.isArray(n)||(n=[n]),[t,e,n]}},"./src/constants.ts":function(t,e,n){n.r(e),n.d(e,{PARAMETER_REGEXP:function(){return r},REPLACE_VARIABLE_REGEXP:function(){return o},WILDCARD_REGEXP:function(){return i},REPLACE_WILDCARD:function(){return a},NOT_SURE_REGEXP:function(){return s},REPLACE_NOT_SURE:function(){return c},START_BY_SLASH_REGEXP:function(){return u},MATCH_REGEXP_FLAGS:function(){return l}});var r=/([:*])(\w+)/g,o="([^/]+)",i=/\*/g,a="?(?:.*)",s=/\/\?/g,c="/?([^/]+|)",u="(?:/^|^)",l=""},"./src/index.ts":function(t,e,n){n.r(e),n.d(e,{default:function(){return m}});var r=n("./src/utils.ts"),o=n("./src/Q.ts"),i=n("./src/middlewares/setLocationPath.ts"),a=n("./src/middlewares/matchPathToRegisteredRoutes.ts"),s=n("./src/middlewares/checkForDeprecationMethods.ts"),c=n("./src/middlewares/checkForForceOp.ts"),u=n("./src/middlewares/updateBrowserURL.ts"),l=n("./src/middlewares/processMatches.ts"),f=n("./src/middlewares/waitingList.ts"),d=n("./src/lifecycles.ts");function p(){return p=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},p.apply(this,arguments)}var h="[data-navigo]";function m(t,e){var n,m=e||{strategy:"ONE",hash:!1,noMatchWarning:!1,linksSelector:h},g=this,v="/",y=null,w=[],b=!1,E=(0,r.pushStateAvailable)(),T=(0,r.windowAvailable)();function A(t){return t.indexOf("#")>=0&&(t=!0===m.hash?t.split("#")[1]||"/":t.split("#")[0]),t}function _(t){return(0,r.clean)(v+"/"+(0,r.clean)(t))}function k(t,e,n,o){return t=(0,r.isString)(t)?_(t):t,{name:o||(0,r.clean)(String(t)),path:t,handler:e,hooks:(0,r.accumulateHooks)(n)}}function O(t,e){if(!g.__dirty){g.__dirty=!0,t=t?(0,r.clean)(v)+"/"+(0,r.clean)(t):void 0;var n={instance:g,to:t,currentLocationPath:t,navigateOptions:{},resolveOptions:p({},m,e)};return(0,o.default)([i.default,a.default,o.default.if((function(t){var e=t.matches;return e&&e.length>0}),l.default,d.notFoundLifeCycle)],n,f.default),!!n.matches&&n.matches}g.__waiting.push((function(){return g.resolve(t,e)}))}function R(t,e){if(g.__dirty)g.__waiting.push((function(){return g.navigate(t,e)}));else{g.__dirty=!0,t=(0,r.clean)(v)+"/"+(0,r.clean)(t);var n={instance:g,to:t,navigateOptions:e||{},resolveOptions:e&&e.resolveOptions?e.resolveOptions:m,currentLocationPath:A(t)};(0,o.default)([s.default,c.default,a.default,o.default.if((function(t){var e=t.matches;return e&&e.length>0}),l.default,d.notFoundLifeCycle),u.default,f.default],n,f.default)}}function L(){if(T)return(T?[].slice.call(document.querySelectorAll(m.linksSelector||h)):[]).forEach((function(t){"false"!==t.getAttribute("data-navigo")&&"_blank"!==t.getAttribute("target")?t.hasListenerAttached||(t.hasListenerAttached=!0,t.navigoHandler=function(e){if((e.ctrlKey||e.metaKey)&&"a"===e.target.tagName.toLowerCase())return!1;var n=t.getAttribute("href");if(null==n)return!1;if(n.match(/^(http|https)/)&&"undefined"!=typeof URL)try{var o=new URL(n);n=o.pathname+o.search}catch(t){}var i=(0,r.parseNavigateOptions)(t.getAttribute("data-navigo-options"));b||(e.preventDefault(),e.stopPropagation(),g.navigate((0,r.clean)(n),i))},t.addEventListener("click",t.navigoHandler)):t.hasListenerAttached&&t.removeEventListener("click",t.navigoHandler)})),g}function x(t,e,n){var r=w.find((function(e){return e.name===t})),o=null;if(r){if(o=r.path,e)for(var i in e)o=o.replace(":"+i,e[i]);o=o.match(/^\//)?o:"/"+o}return o&&n&&!n.includeRoot&&(o=o.replace(new RegExp("^/"+v),"")),o}function S(t){var e=(0,r.extractGETParameters)((0,r.clean)(t)),o=e[0],i=e[1],a=""===i?null:(0,r.parseQuery)(i);return{url:o,queryString:i,hashString:(0,r.extractHashFromURL)(t),route:k(o,(function(){}),[n],o),data:null,params:a}}function N(t,e,n){return"string"==typeof e&&(e=C(e)),e?(e.hooks[t]||(e.hooks[t]=[]),e.hooks[t].push(n),function(){e.hooks[t]=e.hooks[t].filter((function(t){return t!==n}))}):(console.warn("Route doesn't exists: "+e),function(){})}function C(t){return"string"==typeof t?w.find((function(e){return e.name===_(t)})):w.find((function(e){return e.handler===t}))}t?v=(0,r.clean)(t):console.warn('Navigo requires a root path in its constructor. If not provided will use "/" as default.'),this.root=v,this.routes=w,this.destroyed=b,this.current=y,this.__freezeListening=!1,this.__waiting=[],this.__dirty=!1,this.__markAsClean=function(t){t.instance.__dirty=!1,t.instance.__waiting.length>0&&t.instance.__waiting.shift()()},this.on=function(t,e,r){var o=this;return"object"!=typeof t||t instanceof RegExp?("function"==typeof t&&(r=e,e=t,t=v),w.push(k(t,e,[n,r])),this):(Object.keys(t).forEach((function(e){if("function"==typeof t[e])o.on(e,t[e]);else{var r=t[e],i=r.uses,a=r.as,s=r.hooks;w.push(k(e,i,[n,s],a))}})),this)},this.off=function(t){return this.routes=w=w.filter((function(e){return(0,r.isString)(t)?(0,r.clean)(e.path)!==(0,r.clean)(t):(0,r.isFunction)(t)?t!==e.handler:String(e.path)!==String(t)})),this},this.resolve=O,this.navigate=R,this.navigateByName=function(t,e,n){var r=x(t,e);return null!==r&&(R(r.replace(new RegExp("^/?"+v),""),n),!0)},this.destroy=function(){this.routes=w=[],E&&window.removeEventListener("popstate",this.__popstateListener),this.destroyed=b=!0},this.notFound=function(t,e){return g._notFoundRoute=k("*",t,[n,e],"__NOT_FOUND__"),this},this.updatePageLinks=L,this.link=function(t){return"/"+v+"/"+(0,r.clean)(t)},this.hooks=function(t){return n=t,this},this.extractGETParameters=function(t){return(0,r.extractGETParameters)(A(t))},this.lastResolved=function(){return y},this.generate=x,this.getLinkPath=function(t){return t.getAttribute("href")},this.match=function(t){var e={instance:g,currentLocationPath:t,to:t,navigateOptions:{},resolveOptions:m};return(0,a.default)(e,(function(){})),!!e.matches&&e.matches},this.matchLocation=function(t,e,n){void 0===e||void 0!==n&&!n||(e=_(e));var o={instance:g,to:e,currentLocationPath:e};(0,i.default)(o,(function(){})),"string"==typeof t&&(t=void 0===n||n?_(t):t);var a=(0,r.matchRoute)(o,{name:String(t),path:t,handler:function(){},hooks:{}});return a||!1},this.getCurrentLocation=function(){return S((0,r.clean)((0,r.getCurrentEnvURL)(v)).replace(new RegExp("^"+v),""))},this.addBeforeHook=N.bind(this,"before"),this.addAfterHook=N.bind(this,"after"),this.addAlreadyHook=N.bind(this,"already"),this.addLeaveHook=N.bind(this,"leave"),this.getRoute=C,this._pathToMatchObject=S,this._clean=r.clean,this._checkForAHash=A,this._setCurrent=function(t){return y=g.current=t},function(){E&&(this.__popstateListener=function(){g.__freezeListening||O()},window.addEventListener("popstate",this.__popstateListener))}.call(this),L.call(this)}},"./src/lifecycles.ts":function(t,e,n){n.r(e),n.d(e,{foundLifecycle:function(){return p},notFoundLifeCycle:function(){return h}});var r=n("./src/Q.ts"),o=n("./src/middlewares/checkForLeaveHook.ts"),i=n("./src/middlewares/checkForBeforeHook.ts"),a=n("./src/middlewares/callHandler.ts"),s=n("./src/middlewares/checkForAfterHook.ts"),c=n("./src/middlewares/checkForAlreadyHook.ts"),u=n("./src/middlewares/checkForNotFoundHandler.ts"),l=n("./src/middlewares/errorOut.ts"),f=n("./src/middlewares/flushCurrent.ts"),d=n("./src/middlewares/updateState.ts"),p=[c.default,i.default,a.default,s.default],h=[o.default,u.default,r.default.if((function(t){return t.notFoundHandled}),p.concat([d.default]),[l.default,f.default])]},"./src/middlewares/callHandler.ts":function(t,e,n){n.r(e),n.d(e,{default:function(){return o}});var r=n("./src/utils.ts");function o(t,e){(0,r.undefinedOrTrue)(t.navigateOptions,"callHandler")&&t.match.route.handler(t.match),t.instance.updatePageLinks(),e()}},"./src/middlewares/checkForAfterHook.ts":function(t,e,n){n.r(e),n.d(e,{default:function(){return o}});var r=n("./src/utils.ts");function o(t,e){t.match.route.hooks&&t.match.route.hooks.after&&(0,r.undefinedOrTrue)(t.navigateOptions,"callHooks")&&t.match.route.hooks.after.forEach((function(e){return e(t.match)})),e()}},"./src/middlewares/checkForAlreadyHook.ts":function(t,e,n){n.r(e),n.d(e,{default:function(){return o}});var r=n("./src/utils.ts");function o(t,e){var n=t.instance.lastResolved();if(n&&n[0]&&n[0].route===t.match.route&&n[0].url===t.match.url&&n[0].queryString===t.match.queryString)return n.forEach((function(e){e.route.hooks&&e.route.hooks.already&&(0,r.undefinedOrTrue)(t.navigateOptions,"callHooks")&&e.route.hooks.already.forEach((function(e){return e(t.match)}))})),void e(!1);e()}},"./src/middlewares/checkForBeforeHook.ts":function(t,e,n){n.r(e),n.d(e,{default:function(){return i}});var r=n("./src/Q.ts"),o=n("./src/utils.ts");function i(t,e){t.match.route.hooks&&t.match.route.hooks.before&&(0,o.undefinedOrTrue)(t.navigateOptions,"callHooks")?(0,r.default)(t.match.route.hooks.before.map((function(e){return function(n,r){return e((function(e){!1===e?t.instance.__markAsClean(t):r()}),t.match)}})).concat([function(){return e()}])):e()}},"./src/middlewares/checkForDeprecationMethods.ts":function(t,e,n){function r(t,e){t.navigateOptions&&(void 0!==t.navigateOptions.shouldResolve&&console.warn('"shouldResolve" is deprecated. Please check the documentation.'),void 0!==t.navigateOptions.silent&&console.warn('"silent" is deprecated. Please check the documentation.')),e()}n.r(e),n.d(e,{default:function(){return r}})},"./src/middlewares/checkForForceOp.ts":function(t,e,n){function r(t,e){!0===t.navigateOptions.force?(t.instance._setCurrent([t.instance._pathToMatchObject(t.to)]),e(!1)):e()}n.r(e),n.d(e,{default:function(){return r}})},"./src/middlewares/checkForLeaveHook.ts":function(t,e,n){n.r(e),n.d(e,{default:function(){return i}});var r=n("./src/Q.ts"),o=n("./src/utils.ts");function i(t,e){var n=t.instance;n.lastResolved()?(0,r.default)(n.lastResolved().map((function(e){return function(n,i){if(e.route.hooks&&e.route.hooks.leave){var a=!1,s=t.instance.matchLocation(e.route.path,t.currentLocationPath,!1);a="*"!==e.route.path?!s:!(t.matches&&t.matches.find((function(t){return e.route.path===t.route.path}))),(0,o.undefinedOrTrue)(t.navigateOptions,"callHooks")&&a?(0,r.default)(e.route.hooks.leave.map((function(e){return function(n,r){return e((function(e){!1===e?t.instance.__markAsClean(t):r()}),t.matches&&t.matches.length>0?1===t.matches.length?t.matches[0]:t.matches:void 0)}})).concat([function(){return i()}])):i()}else i()}})),{},(function(){return e()})):e()}},"./src/middlewares/checkForNotFoundHandler.ts":function(t,e,n){n.r(e),n.d(e,{default:function(){return o}});var r=n("./src/utils.ts");function o(t,e){var n=t.instance._notFoundRoute;if(n){t.notFoundHandled=!0;var o=(0,r.extractGETParameters)(t.currentLocationPath),i=o[0],a=o[1],s=(0,r.extractHashFromURL)(t.to);n.path=(0,r.clean)(i);var c={url:n.path,queryString:a,hashString:s,data:null,route:n,params:""!==a?(0,r.parseQuery)(a):null};t.matches=[c],t.match=c}e()}},"./src/middlewares/errorOut.ts":function(t,e,n){function r(t,e){t.resolveOptions&&!1!==t.resolveOptions.noMatchWarning&&void 0!==t.resolveOptions.noMatchWarning||console.warn('Navigo: "'+t.currentLocationPath+"\" didn't match any of the registered routes."),e()}n.r(e),n.d(e,{default:function(){return r}})},"./src/middlewares/flushCurrent.ts":function(t,e,n){function r(t,e){t.instance._setCurrent(null),e()}n.r(e),n.d(e,{default:function(){return r}})},"./src/middlewares/matchPathToRegisteredRoutes.ts":function(t,e,n){n.r(e),n.d(e,{default:function(){return o}});var r=n("./src/utils.ts");function o(t,e){for(var n=0;n<t.instance.routes.length;n++){var o=t.instance.routes[n],i=(0,r.matchRoute)(t,o);if(i&&(t.matches||(t.matches=[]),t.matches.push(i),"ONE"===t.resolveOptions.strategy))return void e()}e()}},"./src/middlewares/processMatches.ts":function(t,e,n){n.r(e),n.d(e,{default:function(){return c}});var r=n("./src/Q.ts"),o=n("./src/lifecycles.ts"),i=n("./src/middlewares/updateState.ts"),a=n("./src/middlewares/checkForLeaveHook.ts");function s(){return s=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t},s.apply(this,arguments)}function c(t,e){var n=0;(0,a.default)(t,(function a(){n!==t.matches.length?(0,r.default)(o.foundLifecycle,s({},t,{match:t.matches[n]}),(function(){n+=1,a()})):(0,i.default)(t,e)}))}},"./src/middlewares/setLocationPath.ts":function(t,e,n){n.r(e),n.d(e,{default:function(){return o}});var r=n("./src/utils.ts");function o(t,e){void 0===t.currentLocationPath&&(t.currentLocationPath=t.to=(0,r.getCurrentEnvURL)(t.instance.root)),t.currentLocationPath=t.instance._checkForAHash(t.currentLocationPath),e()}},"./src/middlewares/updateBrowserURL.ts":function(t,e,n){n.r(e),n.d(e,{default:function(){return a}});var r=n("./src/utils.ts"),o=(0,r.windowAvailable)(),i=(0,r.pushStateAvailable)();function a(t,e){if((0,r.undefinedOrTrue)(t.navigateOptions,"updateBrowserURL")){var n=("/"+t.to).replace(/\/\//g,"/"),a=o&&t.resolveOptions&&!0===t.resolveOptions.hash;i?(history[t.navigateOptions.historyAPIMethod||"pushState"](t.navigateOptions.stateObj||{},t.navigateOptions.title||"",a?"#"+n:n),location&&location.hash&&(t.instance.__freezeListening=!0,setTimeout((function(){if(!a){var e=location.hash;location.hash="",location.hash=e}t.instance.__freezeListening=!1}),1))):o&&(window.location.href=t.to)}e()}},"./src/middlewares/updateState.ts":function(t,e,n){n.r(e),n.d(e,{default:function(){return o}});var r=n("./src/utils.ts");function o(t,e){(0,r.undefinedOrTrue)(t.navigateOptions,"updateState")&&t.instance._setCurrent(t.matches),e()}},"./src/middlewares/waitingList.ts":function(t,e,n){function r(t){t.instance.__markAsClean(t)}n.r(e),n.d(e,{default:function(){return r}})},"./src/utils.ts":function(t,e,n){n.r(e),n.d(e,{getCurrentEnvURL:function(){return o},clean:function(){return i},isString:function(){return a},isFunction:function(){return s},extractHashFromURL:function(){return c},regExpResultToParams:function(){return u},extractGETParameters:function(){return l},parseQuery:function(){return f},matchRoute:function(){return d},pushStateAvailable:function(){return p},undefinedOrTrue:function(){return h},parseNavigateOptions:function(){return m},windowAvailable:function(){return g},accumulateHooks:function(){return v}});var r=n("./src/constants.ts");function o(t){return void 0===t&&(t="/"),g()?location.pathname+location.search+location.hash:t}function i(t){return t.replace(/\/+$/,"").replace(/^\/+/,"")}function a(t){return"string"==typeof t}function s(t){return"function"==typeof t}function c(t){return t&&t.indexOf("#")>=0&&t.split("#").pop()||""}function u(t,e){return 0===e.length?null:t?t.slice(1,t.length).reduce((function(t,n,r){return null===t&&(t={}),t[e[r]]=decodeURIComponent(n),t}),null):null}function l(t){var e=i(t).split(/\?(.*)?$/);return[i(e[0]),e.slice(1).join("")]}function f(t){for(var e={},n=t.split("&"),r=0;r<n.length;r++){var o=n[r].split("=");if(""!==o[0]){var i=decodeURIComponent(o[0]);e[i]?(Array.isArray(e[i])||(e[i]=[e[i]]),e[i].push(decodeURIComponent(o[1]||""))):e[i]=decodeURIComponent(o[1]||"")}}return e}function d(t,e){var n,o=l(i(t.currentLocationPath)),s=o[0],d=o[1],p=""===d?null:f(d),h=[];if(a(e.path)){if(n=r.START_BY_SLASH_REGEXP+i(e.path).replace(r.PARAMETER_REGEXP,(function(t,e,n){return h.push(n),r.REPLACE_VARIABLE_REGEXP})).replace(r.WILDCARD_REGEXP,r.REPLACE_WILDCARD).replace(r.NOT_SURE_REGEXP,r.REPLACE_NOT_SURE)+"$",""===i(e.path)&&""===i(s))return{url:s,queryString:d,hashString:c(t.to),route:e,data:null,params:p}}else n=e.path;var m=new RegExp(n,r.MATCH_REGEXP_FLAGS),g=s.match(m);if(g){var v=a(e.path)?u(g,h):g.groups?g.groups:g.slice(1);return{url:i(s.replace(new RegExp("^"+t.instance.root),"")),queryString:d,hashString:c(t.to),route:e,data:v,params:p}}return!1}function p(){return!("undefined"==typeof window||!window.history||!window.history.pushState)}function h(t,e){return void 0===t[e]||!0===t[e]}function m(t){if(!t)return{};var e,n=t.split(","),r={};return n.forEach((function(t){var n=t.split(":").map((function(t){return t.replace(/(^ +| +$)/g,"")}));switch(n[0]){case"historyAPIMethod":r.historyAPIMethod=n[1];break;case"resolveOptionsStrategy":e||(e={}),e.strategy=n[1];break;case"resolveOptionsHash":e||(e={}),e.hash="true"===n[1];break;case"updateBrowserURL":case"callHandler":case"updateState":case"force":r[n[0]]="true"===n[1]}})),e&&(r.resolveOptions=e),r}function g(){return"undefined"!=typeof window}function v(t,e){return void 0===t&&(t=[]),void 0===e&&(e={}),t.filter((function(t){return t})).forEach((function(t){["before","after","already","leave"].forEach((function(n){t[n]&&(e[n]||(e[n]=[]),e[n].push(t[n]))}))})),e}}},e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={exports:{}};return t[r](o,o.exports,n),o.exports}return n.d=function(t,e){for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n("./src/index.ts")}().default},e.exports=n(),t.getDefaultExportFromCjs(r.exports)})),define("npm:dompurify/dist/purify.js",["_commonjsHelpers-3b4eb9f4.js"],(function(t){"use strict";var e,n={exports:{}};return e=n,t.commonjsGlobal,e.exports=function(){function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,n){return e=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},e(t,n)}function n(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function r(t,o,i){return r=n()?Reflect.construct:function(t,n,r){var o=[null];o.push.apply(o,n);var i=new(Function.bind.apply(t,o));return r&&e(i,r.prototype),i},r.apply(null,arguments)}function o(t){return i(t)||a(t)||s(t)||u()}function i(t){if(Array.isArray(t))return c(t)}function a(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function s(t,e){if(t){if("string"==typeof t)return c(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?c(t,e):void 0}}function c(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function u(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var l=Object.hasOwnProperty,f=Object.setPrototypeOf,d=Object.isFrozen,p=Object.getPrototypeOf,h=Object.getOwnPropertyDescriptor,m=Object.freeze,g=Object.seal,v=Object.create,y="undefined"!=typeof Reflect&&Reflect,w=y.apply,b=y.construct;w||(w=function(t,e,n){return t.apply(e,n)}),m||(m=function(t){return t}),g||(g=function(t){return t}),b||(b=function(t,e){return r(t,o(e))});var E=N(Array.prototype.forEach),T=N(Array.prototype.pop),A=N(Array.prototype.push),_=N(String.prototype.toLowerCase),k=N(String.prototype.match),O=N(String.prototype.replace),R=N(String.prototype.indexOf),L=N(String.prototype.trim),x=N(RegExp.prototype.test),S=C(TypeError);function N(t){return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return w(t,e,r)}}function C(t){return function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return b(t,n)}}function M(t,e,n){n=n||_,f&&f(t,null);for(var r=e.length;r--;){var o=e[r];if("string"==typeof o){var i=n(o);i!==o&&(d(e)||(e[r]=i),o=i)}t[o]=!0}return t}function H(t){var e,n=v(null);for(e in t)w(l,t,[e])&&(n[e]=t[e]);return n}function D(t,e){for(;null!==t;){var n=h(t,e);if(n){if(n.get)return N(n.get);if("function"==typeof n.value)return N(n.value)}t=p(t)}function r(t){return console.warn("fallback value for",t),null}return r}var F=m(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),P=m(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),I=m(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),j=m(["animate","color-profile","cursor","discard","fedropshadow","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),U=m(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover"]),B=m(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),z=m(["#text"]),G=m(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),Y=m(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),W=m(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),q=m(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),X=g(/\{\{[\w\W]*|[\w\W]*\}\}/gm),K=g(/<%[\w\W]*|[\w\W]*%>/gm),Q=g(/^data-[\-\w.\u00B7-\uFFFF]/),$=g(/^aria-[\-\w]+$/),V=g(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Z=g(/^(?:\w+script|data):/i),J=g(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),tt=g(/^html$/i),et=function(){return"undefined"==typeof window?null:window},nt=function(e,n){if("object"!==t(e)||"function"!=typeof e.createPolicy)return null;var r=null,o="data-tt-policy-suffix";n.currentScript&&n.currentScript.hasAttribute(o)&&(r=n.currentScript.getAttribute(o));var i="dompurify"+(r?"#"+r:"");try{return e.createPolicy(i,{createHTML:function(t){return t}})}catch(t){return console.warn("TrustedTypes policy "+i+" could not be created."),null}};function rt(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:et(),n=function(t){return rt(t)};if(n.version="2.3.9",n.removed=[],!e||!e.document||9!==e.document.nodeType)return n.isSupported=!1,n;var r=e.document,i=e.document,a=e.DocumentFragment,s=e.HTMLTemplateElement,c=e.Node,u=e.Element,l=e.NodeFilter,f=e.NamedNodeMap,d=void 0===f?e.NamedNodeMap||e.MozNamedAttrMap:f,p=e.HTMLFormElement,h=e.DOMParser,g=e.trustedTypes,v=u.prototype,y=D(v,"cloneNode"),w=D(v,"nextSibling"),b=D(v,"childNodes"),N=D(v,"parentNode");if("function"==typeof s){var C=i.createElement("template");C.content&&C.content.ownerDocument&&(i=C.content.ownerDocument)}var ot=nt(g,r),it=ot?ot.createHTML(""):"",at=i,st=at.implementation,ct=at.createNodeIterator,ut=at.createDocumentFragment,lt=at.getElementsByTagName,ft=r.importNode,dt={};try{dt=H(i).documentMode?i.documentMode:{}}catch(t){}var pt={};n.isSupported="function"==typeof N&&st&&void 0!==st.createHTMLDocument&&9!==dt;var ht,mt,gt=X,vt=K,yt=Q,wt=$,bt=Z,Et=J,Tt=V,At=null,_t=M({},[].concat(o(F),o(P),o(I),o(U),o(z))),kt=null,Ot=M({},[].concat(o(G),o(Y),o(W),o(q))),Rt=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Lt=null,xt=null,St=!0,Nt=!0,Ct=!1,Mt=!1,Ht=!1,Dt=!1,Ft=!1,Pt=!1,It=!1,jt=!1,Ut=!0,Bt=!0,zt=!1,Gt={},Yt=null,Wt=M({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),qt=null,Xt=M({},["audio","video","img","source","image","track"]),Kt=null,Qt=M({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),$t="http://www.w3.org/1998/Math/MathML",Vt="http://www.w3.org/2000/svg",Zt="http://www.w3.org/1999/xhtml",Jt=Zt,te=!1,ee=["application/xhtml+xml","text/html"],ne="text/html",re=null,oe=i.createElement("form"),ie=function(t){return t instanceof RegExp||t instanceof Function},ae=function(e){re&&re===e||(e&&"object"===t(e)||(e={}),e=H(e),ht=ht=-1===ee.indexOf(e.PARSER_MEDIA_TYPE)?ne:e.PARSER_MEDIA_TYPE,mt="application/xhtml+xml"===ht?function(t){return t}:_,At="ALLOWED_TAGS"in e?M({},e.ALLOWED_TAGS,mt):_t,kt="ALLOWED_ATTR"in e?M({},e.ALLOWED_ATTR,mt):Ot,Kt="ADD_URI_SAFE_ATTR"in e?M(H(Qt),e.ADD_URI_SAFE_ATTR,mt):Qt,qt="ADD_DATA_URI_TAGS"in e?M(H(Xt),e.ADD_DATA_URI_TAGS,mt):Xt,Yt="FORBID_CONTENTS"in e?M({},e.FORBID_CONTENTS,mt):Wt,Lt="FORBID_TAGS"in e?M({},e.FORBID_TAGS,mt):{},xt="FORBID_ATTR"in e?M({},e.FORBID_ATTR,mt):{},Gt="USE_PROFILES"in e&&e.USE_PROFILES,St=!1!==e.ALLOW_ARIA_ATTR,Nt=!1!==e.ALLOW_DATA_ATTR,Ct=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Mt=e.SAFE_FOR_TEMPLATES||!1,Ht=e.WHOLE_DOCUMENT||!1,Pt=e.RETURN_DOM||!1,It=e.RETURN_DOM_FRAGMENT||!1,jt=e.RETURN_TRUSTED_TYPE||!1,Ft=e.FORCE_BODY||!1,Ut=!1!==e.SANITIZE_DOM,Bt=!1!==e.KEEP_CONTENT,zt=e.IN_PLACE||!1,Tt=e.ALLOWED_URI_REGEXP||Tt,Jt=e.NAMESPACE||Zt,e.CUSTOM_ELEMENT_HANDLING&&ie(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Rt.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&ie(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Rt.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(Rt.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Mt&&(Nt=!1),It&&(Pt=!0),Gt&&(At=M({},o(z)),kt=[],!0===Gt.html&&(M(At,F),M(kt,G)),!0===Gt.svg&&(M(At,P),M(kt,Y),M(kt,q)),!0===Gt.svgFilters&&(M(At,I),M(kt,Y),M(kt,q)),!0===Gt.mathMl&&(M(At,U),M(kt,W),M(kt,q))),e.ADD_TAGS&&(At===_t&&(At=H(At)),M(At,e.ADD_TAGS,mt)),e.ADD_ATTR&&(kt===Ot&&(kt=H(kt)),M(kt,e.ADD_ATTR,mt)),e.ADD_URI_SAFE_ATTR&&M(Kt,e.ADD_URI_SAFE_ATTR,mt),e.FORBID_CONTENTS&&(Yt===Wt&&(Yt=H(Yt)),M(Yt,e.FORBID_CONTENTS,mt)),Bt&&(At["#text"]=!0),Ht&&M(At,["html","head","body"]),At.table&&(M(At,["tbody"]),delete Lt.tbody),m&&m(e),re=e)},se=M({},["mi","mo","mn","ms","mtext"]),ce=M({},["foreignobject","desc","title","annotation-xml"]),ue=M({},["title","style","font","a","script"]),le=M({},P);M(le,I),M(le,j);var fe=M({},U);M(fe,B);var de=function(t){var e=N(t);e&&e.tagName||(e={namespaceURI:Zt,tagName:"template"});var n=_(t.tagName),r=_(e.tagName);return t.namespaceURI===Vt?e.namespaceURI===Zt?"svg"===n:e.namespaceURI===$t?"svg"===n&&("annotation-xml"===r||se[r]):Boolean(le[n]):t.namespaceURI===$t?e.namespaceURI===Zt?"math"===n:e.namespaceURI===Vt?"math"===n&&ce[r]:Boolean(fe[n]):t.namespaceURI===Zt&&!(e.namespaceURI===Vt&&!ce[r])&&!(e.namespaceURI===$t&&!se[r])&&!fe[n]&&(ue[n]||!le[n])},pe=function(t){A(n.removed,{element:t});try{t.parentNode.removeChild(t)}catch(e){try{t.outerHTML=it}catch(e){t.remove()}}},he=function(t,e){try{A(n.removed,{attribute:e.getAttributeNode(t),from:e})}catch(t){A(n.removed,{attribute:null,from:e})}if(e.removeAttribute(t),"is"===t&&!kt[t])if(Pt||It)try{pe(e)}catch(t){}else try{e.setAttribute(t,"")}catch(t){}},me=function(t){var e,n;if(Ft)t="<remove></remove>"+t;else{var r=k(t,/^[\r\n\t ]+/);n=r&&r[0]}"application/xhtml+xml"===ht&&(t='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+t+"</body></html>");var o=ot?ot.createHTML(t):t;if(Jt===Zt)try{e=(new h).parseFromString(o,ht)}catch(t){}if(!e||!e.documentElement){e=st.createDocument(Jt,"template",null);try{e.documentElement.innerHTML=te?"":o}catch(t){}}var a=e.body||e.documentElement;return t&&n&&a.insertBefore(i.createTextNode(n),a.childNodes[0]||null),Jt===Zt?lt.call(e,Ht?"html":"body")[0]:Ht?e.documentElement:a},ge=function(t){return ct.call(t.ownerDocument||t,t,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT,null,!1)},ve=function(t){return t instanceof p&&("string"!=typeof t.nodeName||"string"!=typeof t.textContent||"function"!=typeof t.removeChild||!(t.attributes instanceof d)||"function"!=typeof t.removeAttribute||"function"!=typeof t.setAttribute||"string"!=typeof t.namespaceURI||"function"!=typeof t.insertBefore)},ye=function(e){return"object"===t(c)?e instanceof c:e&&"object"===t(e)&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},we=function(t,e,r){pt[t]&&E(pt[t],(function(t){t.call(n,e,r,re)}))},be=function(t){var e;if(we("beforeSanitizeElements",t,null),ve(t))return pe(t),!0;if(x(/[\u0080-\uFFFF]/,t.nodeName))return pe(t),!0;var r=mt(t.nodeName);if(we("uponSanitizeElement",t,{tagName:r,allowedTags:At}),t.hasChildNodes()&&!ye(t.firstElementChild)&&(!ye(t.content)||!ye(t.content.firstElementChild))&&x(/<[/\w]/g,t.innerHTML)&&x(/<[/\w]/g,t.textContent))return pe(t),!0;if("select"===r&&x(/<template/i,t.innerHTML))return pe(t),!0;if(!At[r]||Lt[r]){if(!Lt[r]&&Te(r)){if(Rt.tagNameCheck instanceof RegExp&&x(Rt.tagNameCheck,r))return!1;if(Rt.tagNameCheck instanceof Function&&Rt.tagNameCheck(r))return!1}if(Bt&&!Yt[r]){var o=N(t)||t.parentNode,i=b(t)||t.childNodes;if(i&&o)for(var a=i.length-1;a>=0;--a)o.insertBefore(y(i[a],!0),w(t))}return pe(t),!0}return t instanceof u&&!de(t)?(pe(t),!0):"noscript"!==r&&"noembed"!==r||!x(/<\/no(script|embed)/i,t.innerHTML)?(Mt&&3===t.nodeType&&(e=t.textContent,e=O(e,gt," "),e=O(e,vt," "),t.textContent!==e&&(A(n.removed,{element:t.cloneNode()}),t.textContent=e)),we("afterSanitizeElements",t,null),!1):(pe(t),!0)},Ee=function(t,e,n){if(Ut&&("id"===e||"name"===e)&&(n in i||n in oe))return!1;if(Nt&&!xt[e]&&x(yt,e));else if(St&&x(wt,e));else if(!kt[e]||xt[e]){if(!(Te(t)&&(Rt.tagNameCheck instanceof RegExp&&x(Rt.tagNameCheck,t)||Rt.tagNameCheck instanceof Function&&Rt.tagNameCheck(t))&&(Rt.attributeNameCheck instanceof RegExp&&x(Rt.attributeNameCheck,e)||Rt.attributeNameCheck instanceof Function&&Rt.attributeNameCheck(e))||"is"===e&&Rt.allowCustomizedBuiltInElements&&(Rt.tagNameCheck instanceof RegExp&&x(Rt.tagNameCheck,n)||Rt.tagNameCheck instanceof Function&&Rt.tagNameCheck(n))))return!1}else if(Kt[e]);else if(x(Tt,O(n,Et,"")));else if("src"!==e&&"xlink:href"!==e&&"href"!==e||"script"===t||0!==R(n,"data:")||!qt[t])if(Ct&&!x(bt,O(n,Et,"")));else if(n)return!1;return!0},Te=function(t){return t.indexOf("-")>0},Ae=function(t){var e,r,o,i;we("beforeSanitizeAttributes",t,null);var a=t.attributes;if(a){var s={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:kt};for(i=a.length;i--;){var c=e=a[i],u=c.name,l=c.namespaceURI;if(r="value"===u?e.value:L(e.value),o=mt(u),s.attrName=o,s.attrValue=r,s.keepAttr=!0,s.forceKeepAttr=void 0,we("uponSanitizeAttribute",t,s),r=s.attrValue,!s.forceKeepAttr&&(he(u,t),s.keepAttr))if(x(/\/>/i,r))he(u,t);else{Mt&&(r=O(r,gt," "),r=O(r,vt," "));var f=mt(t.nodeName);if(Ee(f,o,r))try{l?t.setAttributeNS(l,u,r):t.setAttribute(u,r),T(n.removed)}catch(t){}}}we("afterSanitizeAttributes",t,null)}},_e=function t(e){var n,r=ge(e);for(we("beforeSanitizeShadowDOM",e,null);n=r.nextNode();)we("uponSanitizeShadowNode",n,null),be(n)||(n.content instanceof a&&t(n.content),Ae(n));we("afterSanitizeShadowDOM",e,null)};return n.sanitize=function(o,i){var s,u,l,f,d;if((te=!o)&&(o="\x3c!--\x3e"),"string"!=typeof o&&!ye(o)){if("function"!=typeof o.toString)throw S("toString is not a function");if("string"!=typeof(o=o.toString()))throw S("dirty is not a string, aborting")}if(!n.isSupported){if("object"===t(e.toStaticHTML)||"function"==typeof e.toStaticHTML){if("string"==typeof o)return e.toStaticHTML(o);if(ye(o))return e.toStaticHTML(o.outerHTML)}return o}if(Dt||ae(i),n.removed=[],"string"==typeof o&&(zt=!1),zt){if(o.nodeName){var p=mt(o.nodeName);if(!At[p]||Lt[p])throw S("root node is forbidden and cannot be sanitized in-place")}}else if(o instanceof c)1===(u=(s=me("\x3c!----\x3e")).ownerDocument.importNode(o,!0)).nodeType&&"BODY"===u.nodeName||"HTML"===u.nodeName?s=u:s.appendChild(u);else{if(!Pt&&!Mt&&!Ht&&-1===o.indexOf("<"))return ot&&jt?ot.createHTML(o):o;if(!(s=me(o)))return Pt?null:jt?it:""}s&&Ft&&pe(s.firstChild);for(var h=ge(zt?o:s);l=h.nextNode();)3===l.nodeType&&l===f||be(l)||(l.content instanceof a&&_e(l.content),Ae(l),f=l);if(f=null,zt)return o;if(Pt){if(It)for(d=ut.call(s.ownerDocument);s.firstChild;)d.appendChild(s.firstChild);else d=s;return kt.shadowroot&&(d=ft.call(r,d,!0)),d}var m=Ht?s.outerHTML:s.innerHTML;return Ht&&At["!doctype"]&&s.ownerDocument&&s.ownerDocument.doctype&&s.ownerDocument.doctype.name&&x(tt,s.ownerDocument.doctype.name)&&(m="<!DOCTYPE "+s.ownerDocument.doctype.name+">\n"+m),Mt&&(m=O(m,gt," "),m=O(m,vt," ")),ot&&jt?ot.createHTML(m):m},n.setConfig=function(t){ae(t),Dt=!0},n.clearConfig=function(){re=null,Dt=!1},n.isValidAttribute=function(t,e,n){re||ae({});var r=mt(t),o=mt(e);return Ee(r,o,n)},n.addHook=function(t,e){"function"==typeof e&&(pt[t]=pt[t]||[],A(pt[t],e))},n.removeHook=function(t){if(pt[t])return T(pt[t])},n.removeHooks=function(t){pt[t]&&(pt[t]=[])},n.removeAllHooks=function(){pt={}},n}return rt()}(),n.exports})),define("npm:zenscroll/zenscroll.js",["_commonjsHelpers-3b4eb9f4.js"],(function(t){"use strict";var e,n,r,o={exports:{}};return e=o,n=t.commonjsGlobal,r=function(){var t=function(t){return t&&"getComputedStyle"in window&&"smooth"===window.getComputedStyle(t)["scroll-behavior"]};if("undefined"==typeof window||!("document"in window))return{};var e=function(e,n,r){var o;n=n||999,r||0===r||(r=9);var i=function(t){o=t},a=function(){clearTimeout(o),i(0)},s=function(t){return Math.max(0,e.getTopOf(t)-r)},c=function(r,o,s){if(a(),0===o||o&&o<0||t(e.body))e.toY(r),s&&s();else{var c=e.getY(),u=Math.max(0,r)-c,l=(new Date).getTime();o=o||Math.min(Math.abs(u),n),function t(){i(setTimeout((function(){var n=Math.min(1,((new Date).getTime()-l)/o),r=Math.max(0,Math.floor(c+u*(n<.5?2*n*n:n*(4-2*n)-1)));e.toY(r),n<1&&e.getHeight()+r<e.body.scrollHeight?t():(setTimeout(a,99),s&&s())}),9))}()}},u=function(t,e,n){c(s(t),e,n)};return{setup:function(t,e){return(0===t||t)&&(n=t),(0===e||e)&&(r=e),{defaultDuration:n,edgeOffset:r}},to:u,toY:c,intoView:function(t,n,o){var i=t.getBoundingClientRect().height,a=e.getTopOf(t)+i,l=e.getHeight(),f=e.getY(),d=f+l;s(t)<f||i+r>l?u(t,n,o):a+r>d?c(a-l+r,n,o):o&&o()},center:function(t,n,r,o){c(Math.max(0,e.getTopOf(t)-e.getHeight()/2+(r||t.getBoundingClientRect().height/2)),n,o)},stop:a,moving:function(){return!!o},getY:e.getY,getTopOf:e.getTopOf}},n=document.documentElement,r=function(){return window.scrollY||n.scrollTop},o=e({body:document.scrollingElement||document.body,toY:function(t){window.scrollTo(0,t)},getY:r,getHeight:function(){return window.innerHeight||n.clientHeight},getTopOf:function(t){return t.getBoundingClientRect().top+r()-n.offsetTop}});if(o.createScroller=function(t,r,o){return e({body:t,toY:function(e){t.scrollTop=e},getY:function(){return t.scrollTop},getHeight:function(){return Math.min(t.clientHeight,window.innerHeight||n.clientHeight)},getTopOf:function(t){return t.offsetTop}},r,o)},"addEventListener"in window&&!window.noZensmooth&&!t(document.body)){var i="history"in window&&"pushState"in history,a=i&&"scrollRestoration"in history;a&&(history.scrollRestoration="auto"),window.addEventListener("load",(function(){a&&(setTimeout((function(){history.scrollRestoration="manual"}),9),window.addEventListener("popstate",(function(t){t.state&&"zenscrollY"in t.state&&o.toY(t.state.zenscrollY)}),!1)),window.location.hash&&setTimeout((function(){var t=o.setup().edgeOffset;if(t){var e=document.getElementById(window.location.href.split("#")[1]);if(e){var n=Math.max(0,o.getTopOf(e)-t),r=o.getY()-n;0<=r&&r<9&&window.scrollTo(0,n)}}}),9)}),!1);var s=new RegExp("(^|\\s)noZensmooth(\\s|$)");window.addEventListener("click",(function(t){for(var e=t.target;e&&"A"!==e.tagName;)e=e.parentNode;if(!(!e||1!==t.which||t.shiftKey||t.metaKey||t.ctrlKey||t.altKey)){if(a){var n=history.state&&"object"==typeof history.state?history.state:{};n.zenscrollY=o.getY();try{history.replaceState(n,"")}catch(t){}}var r=e.getAttribute("href")||"";if(0===r.indexOf("#")&&!s.test(e.className)){var c=0,u=document.getElementById(r.substring(1));if("#"!==r){if(!u)return;c=o.getTopOf(u)}t.preventDefault();var l=function(){window.location=r},f=o.setup().edgeOffset;f&&(c=Math.max(0,c-f),i&&(l=function(){history.pushState({},"",r)})),o.toY(c,null,l)}}}),!1)}return o},e.exports?e.exports=r():function t(){document&&document.body?n.zenscroll=r():setTimeout(t,9)}(),o.exports})),define("npm:tablesort/dist/tablesort.min.js",(function(){"use strict";var t,e={exports:{}};return t=e,function(){function e(t,n){if(!(this instanceof e))return new e(t,n);if(!t||"TABLE"!==t.tagName)throw new Error("Element must be a table");this.init(t,n||{})}var n=[],r=function(t){var e;return window.CustomEvent&&"function"==typeof window.CustomEvent?e=new CustomEvent(t):(e=document.createEvent("CustomEvent")).initCustomEvent(t,!1,!1,void 0),e},o=function(t,e){return t.getAttribute(e.sortAttribute||"data-sort")||t.textContent||t.innerText||""},i=function(t,e){return(t=t.trim().toLowerCase())===(e=e.trim().toLowerCase())?0:t<e?1:-1},a=function(t,e){return[].slice.call(t).find((function(t){return t.getAttribute("data-sort-column-key")===e}))},s=function(t,e){return function(n,r){var o=t(n.td,r.td);return 0===o?e?r.index-n.index:n.index-r.index:o}};e.extend=function(t,e,r){if("function"!=typeof e||"function"!=typeof r)throw new Error("Pattern and sort must be a function");n.push({name:t,pattern:e,sort:r})},e.prototype={init:function(t,e){var n,r,o,i,a=this;if(a.table=t,a.thead=!1,a.options=e,t.rows&&t.rows.length>0)if(t.tHead&&t.tHead.rows.length>0){for(o=0;o<t.tHead.rows.length;o++)if("thead"===t.tHead.rows[o].getAttribute("data-sort-method")){n=t.tHead.rows[o];break}n||(n=t.tHead.rows[t.tHead.rows.length-1]),a.thead=!0}else n=t.rows[0];if(n){var s=function(){a.current&&a.current!==this&&a.current.removeAttribute("aria-sort"),a.current=this,a.sortTable(this)};for(o=0;o<n.cells.length;o++)(i=n.cells[o]).setAttribute("role","columnheader"),"none"!==i.getAttribute("data-sort-method")&&(i.tabindex=0,i.addEventListener("click",s,!1),null!==i.getAttribute("data-sort-default")&&(r=i));r&&(a.current=r,a.sortTable(r))}},sortTable:function(t,e){var c=this,u=t.getAttribute("data-sort-column-key"),l=t.cellIndex,f=i,d="",p=[],h=c.thead?0:1,m=t.getAttribute("data-sort-method"),g=t.getAttribute("aria-sort");if(c.table.dispatchEvent(r("beforeSort")),e||(g="ascending"===g?"descending":"descending"===g?"ascending":c.options.descending?"descending":"ascending",t.setAttribute("aria-sort",g)),!(c.table.rows.length<2)){if(!m){for(;p.length<3&&h<c.table.tBodies[0].rows.length;)(d=(d=(T=u?a(c.table.tBodies[0].rows[h].cells,u):c.table.tBodies[0].rows[h].cells[l])?o(T,c.options):"").trim()).length>0&&p.push(d),h++;if(!p)return}for(h=0;h<n.length;h++)if(d=n[h],m){if(d.name===m){f=d.sort;break}}else if(p.every(d.pattern)){f=d.sort;break}for(c.col=l,h=0;h<c.table.tBodies.length;h++){var v,y=[],w={},b=0,E=0;if(!(c.table.tBodies[h].rows.length<2)){for(v=0;v<c.table.tBodies[h].rows.length;v++){var T;"none"===(d=c.table.tBodies[h].rows[v]).getAttribute("data-sort-method")?w[b]=d:(T=u?a(d.cells,u):d.cells[c.col],y.push({tr:d,td:T?o(T,c.options):"",index:b})),b++}for("descending"===g?y.sort(s(f,!0)):(y.sort(s(f,!1)),y.reverse()),v=0;v<b;v++)w[v]?(d=w[v],E++):d=y[v-E].tr,c.table.tBodies[h].appendChild(d)}}c.table.dispatchEvent(r("afterSort"))}},refresh:function(){void 0!==this.current&&this.sortTable(this.current,!0)}},t.exports?t.exports=e:window.Tablesort=e}(),e.exports}));