Files

1697 lines
858 KiB
JavaScript
Raw Permalink Normal View History

function W3(t,e){for(var r=0;r<e.length;r++){const n=e[r];if(typeof n!="string"&&!Array.isArray(n)){for(const i in n)if(i!=="default"&&!(i in t)){const a=Object.getOwnPropertyDescriptor(n,i);a&&Object.defineProperty(t,i,a.get?a:{enumerable:!0,get:()=>n[i]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}/*!
* Vue.js v2.7.15
* (c) 2014-2023 Evan You
* Released under the MIT License.
*/var fr=Object.freeze({}),_e=Array.isArray;function se(t){return t==null}function L(t){return t!=null}function qe(t){return t===!0}function K3(t){return t===!1}function ou(t){return typeof t=="string"||typeof t=="number"||typeof t=="symbol"||typeof t=="boolean"}function Ue(t){return typeof t=="function"}function $t(t){return t!==null&&typeof t=="object"}var zv=Object.prototype.toString;function yr(t){return zv.call(t)==="[object Object]"}function q3(t){return zv.call(t)==="[object RegExp]"}function uS(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function Up(t){return L(t)&&typeof t.then=="function"&&typeof t.catch=="function"}function Y3(t){return t==null?"":Array.isArray(t)||yr(t)&&t.toString===zv?JSON.stringify(t,null,2):String(t)}function Hs(t){var e=parseFloat(t);return isNaN(e)?t:e}function Wr(t,e){for(var r=Object.create(null),n=t.split(","),i=0;i<n.length;i++)r[n[i]]=!0;return e?function(a){return r[a.toLowerCase()]}:function(a){return r[a]}}Wr("slot,component",!0);var X3=Wr("key,ref,slot,slot-scope,is");function Ti(t,e){var r=t.length;if(r){if(e===t[r-1]){t.length=r-1;return}var n=t.indexOf(e);if(n>-1)return t.splice(n,1)}}var J3=Object.prototype.hasOwnProperty;function Nt(t,e){return J3.call(t,e)}function Oa(t){var e=Object.create(null);return function(n){var i=e[n];return i||(e[n]=t(n))}}var Z3=/-(\w)/g,oa=Oa(function(t){return t.replace(Z3,function(e,r){return r?r.toUpperCase():""})}),Q3=Oa(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),ek=/\B([A-Z])/g,su=Oa(function(t){return t.replace(ek,"-$1").toLowerCase()});function tk(t,e){function r(n){var i=arguments.length;return i?i>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return r._length=t.length,r}function rk(t,e){return t.bind(e)}var lS=Function.prototype.bind?rk:tk;function Gp(t,e){e=e||0;for(var r=t.length-e,n=new Array(r);r--;)n[r]=t[r+e];return n}function Fe(t,e){for(var r in e)t[r]=e[r];return t}function cS(t){for(var e={},r=0;r<t.length;r++)t[r]&&Fe(e,t[r]);return e}function ht(t,e,r){}var Cu=function(t,e,r){return!1},fS=function(t){return t};function sa(t,e){if(t===e)return!0;var r=$t(t),n=$t(e);if(r&&n)try{var i=Array.isArray(t),a=Array.isArray(e);if(i&&a)return t.length===e.length&&t.every(function(u,c){return sa(u,e[c])});if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(!i&&!a){var o=Object.keys(t),s=Object.keys(e);return o.length===s.length&&o.every(function(u){return sa(t[u],e[u])})}else return!1}catch{return!1}else return!r&&!n?String(t)===String(e):!1}function dS(t,e){for(var r=0;r<t.length;r++)if(sa(t[r],e))return r;return-1}function Kl(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}function nk(t,e){return t===e?t===0&&1/t!==1/e:t===t||e===e}var ob="data-server-rendered",sf=["component","directive","filter"],pS=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch","renderTracked","renderTriggered"],Ir={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:Cu,isReservedAttr:Cu,isUnknownElement:Cu,getTagNamespace:ht,parsePlatformTagName:fS,mustUseProp:Cu,async:!0,_lifecycleHooks:pS},ik=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function hS(t){var e=(t+"").charCodeAt(0);return e===36||e===95}function si(t,e,r,n){Object.defineProperty(t,e,{value:r,enumerable:!!n,writable:!0,configurable:!0})}var ak=new RegExp("[^".concat(ik.source,".$_\\d]"));function ok(t){if(!ak.test(t)){var e=t.split(".");return function(r){for(var n=0;n<e.length;n++){if(!r)return;r=r[e[n]]}return r}}}var sk="__proto__"in{},wr=typeof window<"u",Rr=wr&&window.navigator.userAgent.toLowerCase(),ko=Rr&&/msie|trident/.test(Rr),Mo=Rr&&Rr.indexOf("msie 9.0")>0,vS=Rr&&Rr.indexOf("edge/")>0;Rr&&Rr.indexOf("android")>0;var uk=Rr&&/iphone|ipad|ipo
* vuex v3.6.2
* (c) 2021 Evan You
* @license MIT
*/function dI(t){var e=Number(t.version.split(".")[0]);if(e>=2)t.mixin({beforeCreate:n});else{var r=t.prototype._init;t.prototype._init=function(i){i===void 0&&(i={}),i.init=i.init?[n].concat(i.init):n,r.call(this,i)}}function n(){var i=this.$options;i.store?this.$store=typeof i.store=="function"?i.store():i.store:i.parent&&i.parent.$store&&(this.$store=i.parent.$store)}}var pI=typeof window<"u"?window:typeof global<"u"?global:{},Ma=pI.__VUE_DEVTOOLS_GLOBAL_HOOK__;function hI(t){Ma&&(t._devtoolHook=Ma,Ma.emit("vuex:init",t),Ma.on("vuex:travel-to-state",function(e){t.replaceState(e)}),t.subscribe(function(e,r){Ma.emit("vuex:mutation",e,r)},{prepend:!0}),t.subscribeAction(function(e,r){Ma.emit("vuex:action",e,r)},{prepend:!0}))}function vI(t,e){return t.filter(e)[0]}function fh(t,e){if(e===void 0&&(e=[]),t===null||typeof t!="object")return t;var r=vI(e,function(i){return i.original===t});if(r)return r.copy;var n=Array.isArray(t)?[]:{};return e.push({original:t,copy:n}),Object.keys(t).forEach(function(i){n[i]=fh(t[i],e)}),n}function No(t,e){Object.keys(t).forEach(function(r){return e(t[r],r)})}function iT(t){return t!==null&&typeof t=="object"}function mI(t){return t&&typeof t.then=="function"}function gI(t,e){return function(){return t(e)}}var Kr=function(e,r){this.runtime=r,this._children=Object.create(null),this._rawModule=e;var n=e.state;this.state=(typeof n=="function"?n():n)||{}},aT={namespaced:{configurable:!0}};aT.namespaced.get=function(){return!!this._rawModule.namespaced};Kr.prototype.addChild=function(e,r){this._children[e]=r};Kr.prototype.removeChild=function(e){delete this._children[e]};Kr.prototype.getChild=function(e){return this._children[e]};Kr.prototype.hasChild=function(e){return e in this._children};Kr.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)};Kr.prototype.forEachChild=function(e){No(this._children,e)};Kr.prototype.forEachGetter=function(e){this._rawModule.getters&&No(this._rawModule.getters,e)};Kr.prototype.forEachAction=function(e){this._rawModule.actions&&No(this._rawModule.actions,e)};Kr.prototype.forEachMutation=function(e){this._rawModule.mutations&&No(this._rawModule.mutations,e)};Object.defineProperties(Kr.prototype,aT);var Pa=function(e){this.register([],e,!1)};Pa.prototype.get=function(e){return e.reduce(function(r,n){return r.getChild(n)},this.root)};Pa.prototype.getNamespace=function(e){var r=this.root;return e.reduce(function(n,i){return r=r.getChild(i),n+(r.namespaced?i+"/":"")},"")};Pa.prototype.update=function(e){oT([],this.root,e)};Pa.prototype.register=function(e,r,n){var i=this;n===void 0&&(n=!0);var a=new Kr(r,n);if(e.length===0)this.root=a;else{var o=this.get(e.slice(0,-1));o.addChild(e[e.length-1],a)}r.modules&&No(r.modules,function(s,u){i.register(e.concat(u),s,n)})};Pa.prototype.unregister=function(e){var r=this.get(e.slice(0,-1)),n=e[e.length-1],i=r.getChild(n);i&&i.runtime&&r.removeChild(n)};Pa.prototype.isRegistered=function(e){var r=this.get(e.slice(0,-1)),n=e[e.length-1];return r?r.hasChild(n):!1};function oT(t,e,r){if(e.update(r),r.modules)for(var n in r.modules){if(!e.getChild(n))return;oT(t.concat(n),e.getChild(n),r.modules[n])}}var Kt,Or=function(e){var r=this;e===void 0&&(e={}),!Kt&&typeof window<"u"&&window.Vue&&lT(window.Vue);var n=e.plugins;n===void 0&&(n=[]);var i=e.strict;i===void 0&&(i=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new Pa(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new Kt,this._makeLocalGettersCache=Object.create(null);var a=this,o=this,s=o.dispatch,u=o.commit;this.dispatch=function(m,g){return s.call(a,m,g)},this.commit=function(m,g,b){return u.call(a,m,g,b)},this.strict=i;var c=this._modules.root.state;uf(this,c,[],this._modules.root),dm(this,c),n.forEach(function(v){return v(r)});var d=e.devtools!==void
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function CR(t,e){if(t){if(typeof t=="string")return ph(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ph(t,e)}}function AR(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function DR(t){if(Array.isArray(t))return ph(t)}function ph(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var kr=function t(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:e;return Se(e)?e.reduce(function(n,i){return[].concat(ER(n),[t(i,i)])},[]):Ct(e)?oe(e).reduce(function(n,i){return ly(ly({},n),{},ST({},i,t(e[i],e[i])))},{}):r},ne=function(e){return e},TT=function(e,r){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:void 0;if(r=Se(r)?r.join("."):r,!r||!Je(e))return n;if(r in e)return e[r];r=String(r).replace(GI,".$1");var i=r.split(".").filter(ne);return i.length===0?n:i.every(function(a){return Je(e)&&a in e&&!Te(e=e[a])})?e:Ne(e)?null:n},Pt=function(e,r){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,i=TT(e,r);return Te(i)?n:i},cy=function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,n=typeof process<"u"&&process?process.env||{}:{};return e?n[e]||r:n},kR=function(){return cy("BOOTSTRAP_VUE_NO_WARN")||cy("NODE_ENV")==="production"},ut=function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;kR()||console.warn("[BootstrapVue warn]: ".concat(r?"".concat(r," - "):"").concat(e))},cc=function(e){return Ce?!1:(ut("".concat(e,": Can not be called during SSR.")),!0)},fy=function(e){return gT?!1:(ut("".concat(e,": Requires Promise support.")),!0)},MR=function(e){return FI?!1:(ut("".concat(e,": Requires MutationObserver support.")),!0)};function IR(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function dy(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function RR(t,e,r){return e&&dy(t.prototype,e),r&&dy(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}var NR=function(){function t(){IR(this,t),this.$_config={}}return RR(t,[{key:"setConfig",value:function(){var r=this,n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(Ct(n)){var i=sy(n);i.forEach(function(a){var o=n[a];a==="breakpoints"?!Se(o)||o.length<2||o.some(function(s){return!ge(s)||s.length===0})?ut('"breakpoints" must be an array of at least 2 breakpoint names',zI):r.$_config[a]=kr(o):Ct(o)&&(r.$_config[a]=sy(o).reduce(function(s,u){return Qe(o[u])||(s[u]=kr(o[u])),s},r.$_config[a]||{}))})}}},{key:"resetConfig",value:function(){this.$_config={}}},{key:"getConfig",value:function(){return kr(this.$_config)}},{key:"getConfigValue",value:function(r){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:void 0;return kr(TT(this.$_config,r,n))}}]),t}(),jR=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:pe;r.prototype[Ja]=pe.prototype[Ja]=r.prototype[Ja]||pe.prototype[Ja]||new NR,r.prototype[Ja].setConfig(e)};function py(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function hy(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?py(Object(r),!0).forEach(function(n){BR(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):py(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function BR(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var LR=function()
`);return function(r){!t&&pe!==r&&!HI&&ut(e),t=!0}}(),ET=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=e.components,n=e.directives,i=e.plugins,a=function o(s){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};o.installed||(o.installed=!0,LR(s),jR(u,s),HR(s,r),zR(s,n),FR(s,i))};return a.installed=!1,a},J=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return hy(hy({},r),{},{install:ET(e)})},FR=function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};for(var n in r)n&&r[n]&&e.use(r[n])},xR=function(e,r,n){e&&r&&n&&e.component(r,n)},HR=function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};for(var n in r)xR(e,n,r[n])},VR=function(e,r,n){e&&r&&n&&e.directive(r.replace(/^VB/,"B"),n)},zR=function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};for(var n in r)VR(e,n,r[n])},$T="BAlert",CT="BAspect",AT="BAvatar",DT="BAvatarGroup",kT="BBadge",MT="BBreadcrumb",IT="BBreadcrumbItem",RT="BBreadcrumbLink",NT="BButton",jT="BButtonClose",BT="BButtonGroup",LT="BButtonToolbar",FT="BCalendar",bm="BCard",xT="BCardBody",HT="BCardFooter",VT="BCardGroup",zT="BCardHeader",UT="BCardImg",GT="BCardImgLazy",WT="BCardSubTitle",KT="BCardText",qT="BCardTitle",XT="BCarousel",JT="BCarouselSlide",ZT="BCol",St="BCollapse",QT="BContainer",ha="BDropdown",eE="BDropdownDivider",tE="BDropdownForm",rE="BDropdownGroup",nE="BDropdownHeader",iE="BDropdownItem",aE="BDropdownItemButton",oE="BDropdownText",sE="BEmbed",uE="BForm",lE="BFormCheckbox",cE="BFormCheckboxGroup",fE="BFormDatalist",dE="BFormDatepicker",ym="BFormFile",pE="BFormGroup",hE="BFormInput",vE="BFormInvalidFeedback",mE="BFormRadio",gE="BFormRadioGroup",bE="BFormRating",yE="BFormRow",_E="BFormSelect",wE="BFormSelectOption",OE="BFormSelectOptionGroup",PE="BFormSpinbutton",SE="BFormTag",TE="BFormTags",EE="BFormText",$E="BFormTextarea",CE="BFormTimepicker",AE="BFormValidFeedback",DE="BIcon",UR="BIconBase",kE="BImg",ME="BImgLazy",IE="BInputGroup",RE="BInputGroupAddon",NE="BInputGroupAppend",jE="BInputGroupPrepend",BE="BInputGroupText",LE="BJumbotron",_m="BLink",FE="BListGroup",xE="BListGroupItem",HE="BMedia",VE="BMediaAside",zE="BMediaBody",Gt="BModal",GR="BMsgBox",UE="BNav",GE="BNavbar",WE="BNavbarBrand",KE="BNavbarNav",qE="BNavbarToggle",YE="BNavForm",XE="BNavItem",JE="BNavItemDropdown",WR="BNavText",ZE="BOverlay",gf="BPagination",hh="BPaginationNav",Ui="BPopover",QE="BProgress",e1="BProgressBar",t1="BRow",r1="BSidebar",n1="BSkeleton",i1="BSkeletonIcon",a1="BSkeletonImg",o1="BSkeletonTable",s1="BSkeletonWrapper",u1="BSpinner",l1="BTab",va="BTable",c1="BTableCell",f1="BTableLite",d1="BTableSimple",p1="BTabs",h1="BTbody",v1="BTfoot",m1="BTh",g1="BThead",b1="BTime",jn="BToast",fo="BToaster",Gi="BTooltip",y1="BTr",KR="BVCollapse",qR="BVFormBtnLabelControl",YR="BVFormRatingStar",XR="BVPopover",JR="BVPopoverTemplate",ZR="BVPopper",QR="BVTabButton",eN="BVToastPop",tN="BVTooltip",rN="BVTooltipTemplate",nN="BVTransition",_1="BVTransporter",iN="BVTransporterTarget",aN="activate-tab",w1="blur",oN="cancel",er="change",sN="changed",Nr="click",vh="close",bo="context",O1="context-changed",wm="destroyed",mh="disable",ml="disabled",uN="dismissed",lN="dismiss-count-down",gh="enable",gl="enabled",bh="filtered",P1="first",cN="focus",fc="focusin",dc="focusout",Is="head-clicked",Ze="hidden",Xt="hide",fN="img-error",S1="input",T1="last",E1="mouseenter",$1="mouseleave",C1="next",dN="ok",vy="open",A1="page-click",pN="paused",D1="prev",hN="refresh",gs="refreshed",vN="remove",pc="row-clicked",mN="row-contextmenu",gN="row-dblclicked",bN="row-hovered",yN="row-middle-clicked",_N="row-selected",wN="row-unhovered",k1="selected",mt="show",jt="shown",Ad="sliding-end",ON="sliding-start",PN="sort-changed",SN="tag-state",M1="toggle",TN="unpaused",EN="update",I1=xt?"vnodeBeforeUnmount":"hook:beforeDestroy",Ys=xt?"vNodeUnmounted":"hook:destroyed",$i="update:",R1="bv",N1="::",qt={passive:!0},me={passive:!0,capture:!1},yo=void 0,Bt=Array,T=Boolean,$N=Date,F
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function qj(t,e){if(t){if(typeof t=="string")return Ry(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Ry(t,e)}}function Ry(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function Yj(t,e){var r=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(r!=null){var n=[],i=!0,a=!1,o,s;try{for(r=r.call(t);!(i=(o=r.next()).done)&&(n.push(o.value),!(e&&n.length===e));i=!0);}catch(u){a=!0,s=u}finally{try{!i&&r.return!=null&&r.return()}finally{if(a)throw s}}return n}}function Xj(t){if(Array.isArray(t))return t}var Id="b-aspect",Jj=F({aspect:f(q,"1:1"),tag:f(y,"div")},CT),Z1=N({name:CT,mixins:[ae],props:Jj,computed:{padding:function(){var e=this.aspect,r=1;if(pR.test(e)){var n=e.split(hR).map(function(s){return he(s)||1}),i=Wj(n,2),a=i[0],o=i[1];r=a/o}else r=he(e)||1;return"".concat(100/Y1(r),"%")}},render:function(e){var r=e("div",{staticClass:"".concat(Id,"-sizer flex-grow-1"),style:{paddingBottom:this.padding,height:0}}),n=e("div",{staticClass:"".concat(Id,"-content flex-grow-1 w-100 mw-100"),style:{marginLeft:"-100%"}},this.normalizeSlot());return e(this.tag,{staticClass:"".concat(Id," d-flex")},[r,n])}}),Zj=J({components:{BAspect:Z1}});function Xe(t){return xt?new Proxy(t,{get:function(r,n){return n in r?r[n]:void 0}}):t}var Q1="a",Qj=function(e){return"%"+e.charCodeAt(0).toString(16)},Ia=function(e){return encodeURIComponent(te(e)).replace(fR,Qj).replace(cR,",")},Ny=decodeURIComponent,eB=function(e){if(!Ct(e))return"";var r=oe(e).map(function(n){var i=e[n];return Qe(i)?"":Ne(i)?Ia(n):Se(i)?i.reduce(function(a,o){return Ne(o)?a.push(Ia(n)):Qe(o)||a.push(Ia(n)+"="+Ia(o)),a},[]).join("&"):Ia(n)+"="+Ia(i)}).filter(function(n){return n.length>0}).join("&");return r?"?".concat(r):""},jy=function(e){var r={};return e=te(e).trim().replace(dR,""),e&&e.split("&").forEach(function(n){var i=n.replace(eR," ").split("="),a=Ny(i.shift()),o=i.length>0?Ny(i.join("=")):null;Qe(r[a])?r[a]=o:Se(r[a])?r[a].push(o):r[a]=[r[a],o]}),r},hu=function(e){return!!(e.href||e.to)},e$=function(e){return!!(e&&!_n(e,"a"))},tB=function(e,r){var n=e.to,i=e.disabled,a=e.routerComponentName,o=!!Xe(r).$router,s=!!Xe(r).$nuxt;return!o||o&&(i||!n)?Q1:a||(s?"nuxt-link":"router-link")},rB=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=e.target,n=e.rel;return r==="_blank"&&Ne(n)?"noopener":n||null},t$=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=e.href,n=e.to,i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Q1,a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"#",o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"/";if(r)return r;if(e$(i))return null;if(ge(n))return n||o;if(Ct(n)&&(n.path||n.query||n.hash)){var s=te(n.path),u=eB(n.query),c=te(n.hash);return c=!c||c.charAt(0)==="#"?c:"#".concat(c),"".concat(s).concat(u).concat(c)||o}return a};function By(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var nB={viewBox:"0 0 16 16",width:"1em",height:"1em",focusable:"false",role:"img","aria-label":"icon"},iB={width:null,height:null,focusable:null,role:null,"aria-label":null},$m={animation:f(y),content:f(y),flipH:f(T,!1),flipV:f(T,!1),fontScale:f(q,1),rotate:f(q,0),scale:f(q,1),shiftH:f(q,0),shiftV:f(q,0),stacked:f(T,!1),title:f(y),variant:f(y)},aB=N({name:UR,functional:!0,props:$m,render:function(e,r){var n,i=r.data,a=r.props,o=r.children,s=a.animation,u=a.content,c=a.flipH,d=a.flipV,v=a.stacked,m=a.title,g=a.variant,b=Oe(he(a.fontScale,1),0)||1,w=Oe(he(a.scale,1),0)||1,A=he(a.rotate,0),P=he(a.shiftH,0),E=he(a.shiftV,0),_=c||d||w!==1,l=_||A,p=P||E,h=!Te(u),O=[l?"translate(8 8)":null,_?"scale(".concat((c?-1:1)*w," ").concat((d?-1:1)*w,")"):null,A?"rotate(".concat(A,")"):null,l?"translate(-8 -8)":null].fi
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function RB(t,e){if(t){if(typeof t=="string")return Eh(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Eh(t,e)}}function NB(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function jB(t){if(Array.isArray(t))return Eh(t)}function Eh(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function Zy(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function Mt(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Zy(Object(r),!0).forEach(function(n){o$(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Zy(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function o$(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var BB=Ge(_m,"clicked"),s$={activeClass:f(y),append:f(T,!1),event:f(At),exact:f(T,!1),exactActiveClass:f(y),exactPath:f(T,!1),exactPathActiveClass:f(y),replace:f(T,!1),routerTag:f(y),to:f(B1)},u$={noPrefetch:f(T,!1),prefetch:f(T,null)},Xr=F(X(Mt(Mt(Mt({},u$),s$),{},{active:f(T,!1),disabled:f(T,!1),href:f(y),rel:f(y,null),routerComponentName:f(y),target:f(y,"_self")})),_m),tr=N({name:_m,mixins:[ct,Kn,Yr,ae],inheritAttrs:!1,props:Xr,computed:{computedTag:function(){var e=this.to,r=this.disabled,n=this.routerComponentName;return tB({to:e,disabled:r,routerComponentName:n},this)},isRouterLink:function(){return e$(this.computedTag)},computedRel:function(){var e=this.target,r=this.rel;return rB({target:e,rel:r})},computedHref:function(){var e=this.to,r=this.href;return t$({to:e,href:r},this.computedTag)},computedProps:function(){var e=this.event,r=this.prefetch,n=this.routerTag;return this.isRouterLink?Mt(Mt(Mt(Mt({},Be(fe(Mt(Mt({},s$),this.computedTag==="nuxt-link"?u$:{}),["event","prefetch","routerTag"]),this)),e?{event:e}:{}),Dr(r)?{prefetch:r}:{}),n?{tag:n}:{}):{}},computedAttrs:function(){var e=this.bvAttrs,r=this.computedHref,n=this.computedRel,i=this.disabled,a=this.target,o=this.routerTag,s=this.isRouterLink;return Mt(Mt(Mt(Mt({},e),r?{href:r}:{}),s&&o&&!_n(o,"a")?{}:{rel:n,target:a}),{},{tabindex:i?"-1":Qe(e.tabindex)?null:e.tabindex,"aria-disabled":i?"true":null})},computedListeners:function(){return Mt(Mt({},this.bvListeners),{},{click:this.onClick})}},methods:{onClick:function(e){var r=arguments,n=fa(e),i=this.isRouterLink,a=this.bvListeners.click;if(n&&this.disabled)ue(e,{immediatePropagation:!0});else{if(i){var o;(o=e.currentTarget.__vue__)===null||o===void 0||o.$emit(Nr,e)}ye(a).filter(function(s){return Q(s)}).forEach(function(s){s.apply(void 0,MB(r))}),this.emitOnRoot(BB,e),this.emitOnRoot("clicked::link",e)}n&&!i&&this.computedHref==="#"&&ue(e,{propagation:!1})},focus:function(){ce(this.$el)},blur:function(){nr(this.$el)}},render:function(e){var r=this.active,n=this.disabled;return e(this.computedTag,o$({class:{active:r,disabled:n},attrs:this.computedAttrs,props:this.computedProps},this.isRouterLink?"nativeOn":"on",this.computedListeners),this.normalizeSlot())}});function Qy(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function bc(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Qy(Object(r),!0).forEach(function(n){Hi(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Qy(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropert
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function f2(t,e){if(t){if(typeof t=="string")return v_(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return v_(t,e)}}function v_(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function d2(t,e){var r=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(r!=null){var n=[],i=!0,a=!1,o,s;try{for(r=r.call(t);!(i=(o=r.next()).done)&&(n.push(o.value),!(e&&n.length===e));i=!0);}catch(u){a=!0,s=u}finally{try{!i&&r.return!=null&&r.return()}finally{if(a)throw s}}return n}}function p2(t){if(Array.isArray(t))return t}function _l(t,e,r){return h2()?_l=Reflect.construct:_l=function(i,a,o){var s=[null];s.push.apply(s,a);var u=Function.bind.apply(i,s),c=new u;return o&&Ah(c,o.prototype),c},_l.apply(null,arguments)}function h2(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Ah(t,e){return Ah=Object.setPrototypeOf||function(n,i){return n.__proto__=i,n},Ah(t,e)}var pt=function(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return _l(Date,r)},tt=function(e){if(ge(e)&&sR.test(e.trim())){var r=e.split(uR).map(function(s){return G(s,1)}),n=l2(r,3),i=n[0],a=n[1],o=n[2];return pt(i,a-1,o)}else if(go(e))return pt(e.getFullYear(),e.getMonth(),e.getDate());return null},Re=function(e){if(e=tt(e),!e)return null;var r=e.getFullYear(),n="0".concat(e.getMonth()+1).slice(-2),i="0".concat(e.getDate()).slice(-2);return"".concat(r,"-").concat(n,"-").concat(i)},v2=function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Jn;e=ye(e).filter(ne);var n=new Intl.DateTimeFormat(e,{calendar:r});return n.resolvedOptions().locale},_s=function(e,r){var n=new Intl.DateTimeFormat(e,r);return n.format},Bu=function(e,r){return Re(e)===Re(r)},Nd=function(e){return e=pt(e),e.setDate(1),e},jd=function(e){return e=pt(e),e.setMonth(e.getMonth()+1),e.setDate(0),e},Sf=function(e,r){e=pt(e);var n=e.getMonth();return e.setFullYear(e.getFullYear()+r),e.getMonth()!==n&&e.setDate(0),e},Bd=function(e){e=pt(e);var r=e.getMonth();return e.setMonth(r-1),e.getMonth()===r&&e.setDate(0),e},Ld=function(e){e=pt(e);var r=e.getMonth();return e.setMonth(r+1),e.getMonth()===(r+2)%12&&e.setDate(0),e},Fd=function(e){return Sf(e,-1)},xd=function(e){return Sf(e,1)},Hd=function(e){return Sf(e,-10)},Vd=function(e){return Sf(e,10)},wc=function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;return e=tt(e),r=tt(r)||e,n=tt(n)||e,e?e<r?r:e>n?n:e:null},m_=["ar","az","ckb","fa","he","ks","lrc","mzn","ps","sd","te","ug","ur","yi"].map(function(t){return t.toLowerCase()}),Tf=function(e){var r=te(e).toLowerCase().replace(gR,"").split("-"),n=r.slice(0,2).join("-"),i=r[0];return ie(m_,n)||ie(m_,i)},$e={id:f(y)},Ae=N({props:$e,data:function(){return{localId_:null}},computed:{safeId:function(){var e=this.id||this.localId_,r=function(i){return e?(i=String(i||"").replace(/\s+/g,"_"),i?e+"_"+i:e):null};return r}},mounted:function(){var e=this;this.$nextTick(function(){e.localId_="__BVID__".concat(e[Ln])})}}),Ra;function g_(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function on(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?g_(Object(r),!0).forEach(function(n){Tr(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):g_(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function Tr(t,e,r){ret
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.16.1
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/var gu=typeof window<"u"&&typeof document<"u"&&typeof navigator<"u",SL=function(){for(var t=["Edge","Trident","Firefox"],e=0;e<t.length;e+=1)if(gu&&navigator.userAgent.indexOf(t[e])>=0)return 1;return 0}();function TL(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then(function(){e=!1,t()}))}}function EL(t){var e=!1;return function(){e||(e=!0,setTimeout(function(){e=!1,t()},SL))}}var $L=gu&&window.Promise,CL=$L?TL:EL;function V$(t){var e={};return t&&e.toString.call(t)==="[object Function]"}function Ta(t,e){if(t.nodeType!==1)return[];var r=t.ownerDocument.defaultView,n=r.getComputedStyle(t,null);return e?n[e]:n}function Fm(t){return t.nodeName==="HTML"?t:t.parentNode||t.host}function bu(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=Ta(t),r=e.overflow,n=e.overflowX,i=e.overflowY;return/(auto|scroll|overlay)/.test(r+i+n)?t:bu(Fm(t))}function z$(t){return t&&t.referenceNode?t.referenceNode:t}var F_=gu&&!!(window.MSInputMethodContext&&document.documentMode),x_=gu&&/MSIE 10/.test(navigator.userAgent);function Lo(t){return t===11?F_:t===10?x_:F_||x_}function Oo(t){if(!t)return document.documentElement;for(var e=Lo(10)?document.body:null,r=t.offsetParent||null;r===e&&t.nextElementSibling;)r=(t=t.nextElementSibling).offsetParent;var n=r&&r.nodeName;return!n||n==="BODY"||n==="HTML"?t?t.ownerDocument.documentElement:document.documentElement:["TH","TD","TABLE"].indexOf(r.nodeName)!==-1&&Ta(r,"position")==="static"?Oo(r):r}function AL(t){var e=t.nodeName;return e==="BODY"?!1:e==="HTML"||Oo(t.firstElementChild)===t}function Bh(t){return t.parentNode!==null?Bh(t.parentNode):t}function Tc(t,e){if(!t||!t.nodeType||!e||!e.nodeType)return document.documentElement;var r=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,n=r?t:e,i=r?e:t,a=document.createRange();a.setStart(n,0),a.setEnd(i,0);var o=a.commonAncestorContainer;if(t!==o&&e!==o||n.contains(i))return AL(o)?o:Oo(o);var s=Bh(t);return s.host?Tc(s.host,e):Tc(t,Bh(e).host)}function Po(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"top",r=e==="top"?"scrollTop":"scrollLeft",n=t.nodeName;if(n==="BODY"||n==="HTML"){var i=t.ownerDocument.documentElement,a=t.ownerDocument.scrollingElement||i;return a[r]}return t[r]}function DL(t,e){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,n=Po(e,"top"),i=Po(e,"left"),a=r?-1:1;return t.top+=n*a,t.bottom+=n*a,t.left+=i*a,t.right+=i*a,t}function H_(t,e){var r=e==="x"?"Left":"Top",n=r==="Left"?"Right":"Bottom";return parseFloat(t["border"+r+"Width"])+parseFloat(t["border"+n+"Width"])}function V_(t,e,r,n){return Math.max(e["offset"+t],e["scroll"+t],r["client"+t],r["offset"+t],r["scroll"+t],Lo(10)?parseInt(r["offset"+t])+parseInt(n["margin"+(t==="Height"?"Top":"Left")])+parseInt(n["margin"+(t==="Height"?"Bottom":"Right")]):0)}function U$(t){var e=t.body,r=t.documentElement,n=Lo(10)&&getComputedStyle(r);return{height:V_("Height",e,r,n),width:V_("Width",e,r,n)}}var kL=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},ML=function(){function t(e,r){for(var n=0;n<r.length;n++){var i=r[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,r,n){return r&&t(e.prototype,r),n&&t(e,n),e}}(),So=function(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t},Mr=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t};function Pi(t){return Mr({},t,{right:t.left+t.width,bottom:t.top+t.height})}function Lh(t){var e={};try{if(Lo(10)){e=t.getBoundingClientRect();var r=Po(t,"top"),n=Po(t,"left");e.top+=r,e.left+=n,e.bottom+=r,e.right+=n}else e=t.getBoundingClientRect()}catch{}var i={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},a=t.nodeName==="HTML"?U$(t.ownerDocument):{},o=a.width||t.clientWidth||i.width,s=a.height||t.clientHei
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function f6(t,e){if(t){if(typeof t=="string")return Yh(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Yh(t,e)}}function d6(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function p6(t){if(Array.isArray(t))return Yh(t)}function Yh(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function rO(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function lr(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?rO(Object(r),!0).forEach(function(n){Al(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):rO(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function Al(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var zf=ot("value",{type:Bt,defaultValue:[]}),h6=zf.mixin,v6=zf.props,np=zf.prop,m6=zf.event,NC=["text","email","tel","url","number"],g6=[".b-form-tag","button","input","select"].join(" "),b6=function(e){return Sm(e).replace(_T,"\\s")},nO=function(e){return ye(e).map(function(r){return li(te(r))}).filter(function(r,n,i){return r.length>0&&i.indexOf(r)===n})},iO=function(e){return ge(e)?e:fa(e)&&e.target.value||""},ip=function(){return{all:[],valid:[],invalid:[],duplicate:[]}},y6=F(X(lr(lr(lr(lr(lr(lr({},$e),v6),Jr),Zr),Qr),{},{addButtonText:f(y,"Add"),addButtonVariant:f(y,"outline-secondary"),addOnChange:f(T,!1),duplicateTagText:f(y,"Duplicate tag(s)"),feedbackAriaLive:f(y,"assertive"),ignoreInputFocusSelector:f(At,g6),inputAttrs:f(at,{}),inputClass:f(re),inputId:f(y),inputType:f(y,"text",function(t){return ie(NC,t)}),invalidTagText:f(y,"Invalid tag(s)"),limit:f(Et),limitTagsText:f(y,"Tag limit reached"),noAddOnEnter:f(T,!1),noOuterFocus:f(T,!1),noTagRemove:f(T,!1),placeholder:f(y,"Add tag..."),removeOnDelete:f(T,!1),separator:f(At),tagClass:f(re),tagPills:f(T,!1),tagRemoveLabel:f(y,"Remove tag"),tagRemovedLabel:f(y,"Tag removed"),tagValidator:f(Ft),tagVariant:f(y,"secondary")})),TE),aO=N({name:TE,mixins:[Kn,Ae,h6,$a,qn,On,ae],props:y6,data:function(){return{hasFocus:!1,newTag:"",tags:[],removedTags:[],tagsState:ip(),focusState:null}},computed:{computedInputId:function(){return this.inputId||this.safeId("__input__")},computedInputType:function(){return ie(NC,this.inputType)?this.inputType:"text"},computedInputAttrs:function(){var e=this.disabled,r=this.form;return lr(lr({},this.inputAttrs),{},{id:this.computedInputId,value:this.newTag,disabled:e,form:r})},computedInputHandlers:function(){return lr(lr({},fe(this.bvListeners,[fc,dc])),{},{blur:this.onInputBlur,change:this.onInputChange,focus:this.onInputFocus,input:this.onInputInput,keydown:this.onInputKeydown,reset:this.reset})},computedSeparator:function(){return ye(this.separator).filter(ge).filter(ne).join("")},computedSeparatorRegExp:function(){var e=this.computedSeparator;return e?new RegExp("[".concat(b6(e),"]+")):null},computedJoiner:function(){var e=this.computedSeparator.charAt(0);return e!==" "?"".concat(e," "):e},computeIgnoreInputFocusSelector:function(){return ye(this.ignoreInputFocusSelector).filter(ne).join(",").trim()},disableAddButton:function(){var e=this,r=li(this.newTag);return r===""||!this.splitTags(r).some(function(n){return!ie(e.tags,n)&&e.validateTag(n)})},duplicateTags:function(){return this.tagsState.duplicate},hasDuplicateTags:function(){return this.duplicateTags.length>0},invalidTags:function(){return this.tagsState.invalid},hasInvalidTags:function(){return this.invalidTags.length>0},isLimitReached:function(){var e=this.limit;return
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function E6(t,e){if(t){if(typeof t=="string")return lO(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return lO(t,e)}}function lO(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function $6(t,e){var r=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(r!=null){var n=[],i=!0,a=!1,o,s;try{for(r=r.call(t);!(i=(o=r.next()).done)&&(n.push(o.value),!(e&&n.length===e));i=!0);}catch(u){a=!0,s=u}finally{try{!i&&r.return!=null&&r.return()}finally{if(a)throw s}}return n}}function C6(t){if(Array.isArray(t))return t}var Uf=ot("value",{type:y,defaultValue:""}),A6=Uf.mixin,D6=Uf.props,cO=Uf.prop,k6=Uf.event,xa="numeric",M6=function(e){return"00".concat(e||"").slice(-2)},Xu=function(e){e=te(e);var r=null,n=null,i=null;if(lR.test(e)){var a=e.split(":").map(function(s){return G(s,null)}),o=S6(a,3);r=o[0],n=o[1],i=o[2]}return{hours:Te(r)?null:r,minutes:Te(n)?null:n,seconds:Te(i)?null:i,ampm:Te(r)||r<12?0:1}},I6=function(e){var r=e.hours,n=e.minutes,i=e.seconds,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(Ne(r)||Ne(n)||a&&Ne(i))return"";var o=[r,n,a?i:0];return o.map(M6).join(":")},jC=F(X(Es(Es(Es(Es({},$e),D6),qr(RC,["labelIncrement","labelDecrement"])),{},{ariaLabelledby:f(y),disabled:f(T,!1),footerTag:f(y,"footer"),headerTag:f(y,"header"),hidden:f(T,!1),hideHeader:f(T,!1),hour12:f(T,null),labelAm:f(y,"AM"),labelAmpm:f(y,"AM/PM"),labelHours:f(y,"Hours"),labelMinutes:f(y,"Minutes"),labelNoTimeSelected:f(y,"No time selected"),labelPm:f(y,"PM"),labelSeconds:f(y,"Seconds"),labelSelected:f(y,"Selected time"),locale:f(At),minutesStep:f(q,1),readonly:f(T,!1),secondsStep:f(q,1),showSeconds:f(T,!1)})),b1),BC=N({name:b1,mixins:[Ae,A6,ae],props:jC,data:function(){var e=Xu(this[cO]||"");return{modelHours:e.hours,modelMinutes:e.minutes,modelSeconds:e.seconds,modelAmpm:e.ampm,isLive:!1}},computed:{computedHMS:function(){var e=this.modelHours,r=this.modelMinutes,n=this.modelSeconds;return I6({hours:e,minutes:r,seconds:n},this.showSeconds)},resolvedOptions:function(){var e=ye(this.locale).filter(ne),r={hour:xa,minute:xa,second:xa};Te(this.hour12)||(r.hour12=!!this.hour12);var n=new Intl.DateTimeFormat(e,r),i=n.resolvedOptions(),a=i.hour12||!1,o=i.hourCycle||(a?"h12":"h23");return{locale:i.locale,hour12:a,hourCycle:o}},computedLocale:function(){return this.resolvedOptions.locale},computedLang:function(){return(this.computedLocale||"").replace(/-u-.*$/,"")},computedRTL:function(){return Tf(this.computedLang)},computedHourCycle:function(){return this.resolvedOptions.hourCycle},is12Hour:function(){return!!this.resolvedOptions.hour12},context:function(){return{locale:this.computedLocale,isRTL:this.computedRTL,hourCycle:this.computedHourCycle,hour12:this.is12Hour,hours:this.modelHours,minutes:this.modelMinutes,seconds:this.showSeconds?this.modelSeconds:0,value:this.computedHMS,formatted:this.formattedTimeString}},valueId:function(){return this.safeId()||null},computedAriaLabelledby:function(){return[this.ariaLabelledby,this.valueId].filter(ne).join(" ")||null},timeFormatter:function(){var e={hour12:this.is12Hour,hourCycle:this.computedHourCycle,hour:xa,minute:xa,timeZone:"UTC"};return this.showSeconds&&(e.second=xa),_s(this.computedLocale,e)},numberFormatter:function(){var e=new Intl.NumberFormat(this.computedLocale,{style:"decimal",minimumIntegerDigits:2,minimumFractionDigits:0,maximumFractionDigits:0,notation:"standard"});return e.format},formattedTimeString:function(){var e=this.modelHours,r=this.modelMinutes,n=this.showSeconds&&this.modelSeconds||0;return this.computedHMS?this.timeFormatter(pt(Date.UTC(0,0,1,e,r,n))):this.labelNoTimeSelected||" "},spinScopedSlots:function(){var e=this.$createElement;return{increment:function(n){var i=n.hasFocus;return e(Uy,{props:{scale:i?1.5:1.25},attrs:{"aria-hidden":"true"}})},
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function nV(t,e){if(t){if(typeof t=="string")return Zh(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Zh(t,e)}}function iV(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function aV(t){if(Array.isArray(t))return Zh(t)}function Zh(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var Bi="$bvModal",sp="_bv__modal",oV=["id"].concat(tV(oe(fe(qC,["busy","lazy","noStacking","static","visible"])))),sV=function(){},up={msgBoxContent:"default",title:"modal-title",okTitle:"modal-ok",cancelTitle:"modal-cancel"},MO=function(e){return oV.reduce(function(r,n){return Qe(e[n])||(r[n]=e[n]),r},{})},uV=function(e){var r=e.extend({name:GR,extends:YC,mixins:[Ci],destroyed:function(){this.$el&&this.$el.parentNode&&this.$el.parentNode.removeChild(this.$el)},mounted:function(){var s=this,u=function(){s.$nextTick(function(){Ee(function(){s.$destroy()})})};this.bvParent.$once(Ys,u),this.$once(Ze,u),this.$router&&this.$route&&this.$once(I1,this.$watch("$router",u)),this.show()}}),n=function(s,u){var c=arguments.length>2&&arguments[2]!==void 0?arguments[2]:sV;if(!(cc(Bi)||fy(Bi))){var d=Ai(s,r,{propsData:En(En(En({},MO(pr(Gt))),{},{hideHeaderClose:!0,hideHeader:!(u.title||u.titleHtml)},fe(u,oe(up))),{},{lazy:!1,busy:!1,visible:!1,noStacking:!1,noEnforceFocus:!1})});return oe(up).forEach(function(v){Qe(u[v])||(d.$slots[up[v]]=ye(u[v]))}),new Promise(function(v,m){var g=!1;d.$once(Ys,function(){g||m(new Error("BootstrapVue MsgBox destroyed before resolve"))}),d.$on(Xt,function(w){if(!w.defaultPrevented){var A=c(w);w.defaultPrevented||(g=!0,v(A))}});var b=document.createElement("div");document.body.appendChild(b),d.$mount(b)})}},i=function(s,u){var c=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},d=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;if(!(!u||fy(Bi)||cc(Bi)||!Q(d)))return n(s,En(En({},MO(c)),{},{msgBoxContent:u}),d)},a=function(){function o(s){ZH(this,o),fu(this,{_vm:s,_root:bn(s)}),mf(this,{_vm:Cr(),_root:Cr()})}return QH(o,[{key:"show",value:function(u){if(u&&this._root){for(var c,d=arguments.length,v=new Array(d>1?d-1:0),m=1;m<d;m++)v[m-1]=arguments[m];(c=this._root).$emit.apply(c,[nt(Gt,"show"),u].concat(v))}}},{key:"hide",value:function(u){if(u&&this._root){for(var c,d=arguments.length,v=new Array(d>1?d-1:0),m=1;m<d;m++)v[m-1]=arguments[m];(c=this._root).$emit.apply(c,[nt(Gt,"hide"),u].concat(v))}}},{key:"msgBoxOk",value:function(u){var c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},d=En(En({},c),{},{okOnly:!0,okDisabled:!1,hideFooter:!1,msgBoxContent:u});return i(this._vm,u,d,function(){return!0})}},{key:"msgBoxConfirm",value:function(u){var c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},d=En(En({},c),{},{okOnly:!1,okDisabled:!1,cancelDisabled:!1,hideFooter:!1});return i(this._vm,u,d,function(v){var m=v.trigger;return m==="ok"?!0:m==="cancel"?!1:null})}}]),o}();e.mixin({beforeCreate:function(){this[sp]=new a(this)}}),pa(e.prototype,Bi)||gm(e.prototype,Bi,{get:function(){return(!this||!this[sp])&&ut('"'.concat(Bi,'" must be accessed from a Vue instance "this" context.'),Gt),this[sp]}})},lV=J({plugins:{plugin:uV}}),cV=J({components:{BModal:YC},directives:{VBModal:eA},plugins:{BVModalPlugin:lV}});function IO(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var fV=function(e){return e=e==="left"?"start":e==="right"?"end":e,"justify-content-".concat(e)},tg=F({align:f(y),cardHeader:f(T,!1),fill:f(T,!1),justified:f(T,!1),pills:f(T,!1),small:f(T,!1),tabs:f(T,!1),tag:f(y,"ul"),vertical:f(T,!1)},UE),tA=N({name:UE,functional:!0,props:tg,render:function(e,r){var n,i=r.props,a=r.data,o=r.children,s=i.tabs,u=i.pills,c=i.vertical,d=i.align,v=i.cardHeader;return e(i.tag,Z(a,{staticClas
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function OV(t,e){if(t){if(typeof t=="string")return Qh(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Qh(t,e)}}function PV(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function SV(t){if(Array.isArray(t))return Qh(t)}function Qh(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function BO(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function LO(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?BO(Object(r),!0).forEach(function(n){TV(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):BO(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function TV(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var EV=F(X(LO(LO({},$e),qr(nC,[].concat(_V(oe(Mf)),["html","lazy","menuClass","noCaret","role","text","toggleClass"])))),JE),Zu=N({name:JE,mixins:[Ae,Um,ae],props:EV,computed:{toggleId:function(){return this.safeId("_BV_toggle_")},menuId:function(){return this.safeId("_BV_toggle_menu_")},dropdownClasses:function(){return[this.directionClass,this.boundaryClass,{show:this.visible}]},menuClasses:function(){return[this.menuClass,{"dropdown-menu-right":this.right,show:this.visible}]},toggleClasses:function(){return[this.toggleClass,{"dropdown-toggle-no-caret":this.noCaret}]}},render:function(e){var r=this.toggleId,n=this.menuId,i=this.visible,a=this.hide,o=e(tr,{staticClass:"nav-link dropdown-toggle",class:this.toggleClasses,props:{href:"#".concat(this.id||""),disabled:this.disabled},attrs:{id:r,role:"button","aria-haspopup":"true","aria-expanded":i?"true":"false","aria-controls":n},on:{mousedown:this.onMousedown,click:this.toggle,keydown:this.toggle},ref:"toggle"},[this.normalizeSlot([Vn,gj])||e("span",{domProps:He(this.html,this.text)})]),s=e("ul",{staticClass:"dropdown-menu",class:this.menuClasses,attrs:{tabindex:"-1","aria-labelledby":r,id:n},on:{keydown:this.onKeydown},ref:"menu"},!this.lazy||i?this.normalizeSlot(st,{hide:a}):[e()]);return e("li",{staticClass:"nav-item b-nav-dropdown dropdown",class:this.dropdownClasses,attrs:{id:this.safeId()}},[o,s])}}),iA=J({components:{BNav:tA,BNavItem:hV,BNavText:mV,BNavForm:yV,BNavItemDropdown:Zu,BNavItemDd:Zu,BNavDropdown:Zu,BNavDd:Zu},plugins:{DropdownPlugin:Km}});function lp(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var $V=F({fixed:f(y),print:f(T,!1),sticky:f(T,!1),tag:f(y,"nav"),toggleable:f(Dt,!1),type:f(y,"light"),variant:f(y)},GE),CV=N({name:GE,mixins:[ae],provide:function(){var e=this;return{getBvNavbar:function(){return e}}},props:$V,computed:{breakpointClass:function(){var e=this.toggleable,r=V1()[0],n=null;return e&&ge(e)&&e!==r?n="navbar-expand-".concat(e):e===!1&&(n="navbar-expand"),n}},render:function(e){var r,n=this.tag,i=this.type,a=this.variant,o=this.fixed;return e(n,{staticClass:"navbar",class:[(r={"d-print":this.print,"sticky-top":this.sticky},lp(r,"navbar-".concat(i),i),lp(r,"bg-".concat(a),a),lp(r,"fixed-".concat(o),o),r),this.breakpointClass],attrs:{role:_n(n,"nav")?null:"navigation"}},[this.normalizeSlot()])}});function FO(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var AV=function(e){return e=e==="left"?"start":e==="right"?"end":e,"justify-content-".concat(e)},DV=F(qr(tg,["tag","fill","justified","align","small"]),KE),kV=N({name:KE,functional:!0,props:DV,render:function(e,r){var n,i=r.props,a=r.data,o=r.children,s=i
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function O5(t,e){if(t){if(typeof t=="string")return ov(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return ov(t,e)}}function P5(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function S5(t){if(Array.isArray(t))return ov(t)}function ov(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var T5='Prop "filter-debounce" is deprecated. Use the debounce feature of "<b-form-input>" instead.',AA={filter:f([].concat(_5(re),[CN])),filterDebounce:f(q,0,function(t){return yT.test(String(t))}),filterFunction:f(Ft),filterIgnoredFields:f(Bt,[]),filterIncludedFields:f(Bt,[])},E5=N({props:AA,data:function(){return{isFiltered:!1,localFilter:this.filterSanitize(this.filter)}},computed:{computedFilterIgnored:function(){return ye(this.filterIgnoredFields||[]).filter(ne)},computedFilterIncluded:function(){return ye(this.filterIncludedFields||[]).filter(ne)},computedFilterDebounce:function(){var e=G(this.filterDebounce,0);return e>0&&ut(T5,va),e},localFiltering:function(){return this.hasProvider?!!this.noProviderFiltering:!0},filteredCheck:function(){var e=this.filteredItems,r=this.localItems,n=this.localFilter;return{filteredItems:e,localItems:r,localFilter:n}},localFilterFn:function(){var e=this.filterFunction;return gn(e)?e:null},filteredItems:function(){var e=this.localItems,r=this.localFilter,n=this.localFiltering?this.filterFnFactory(this.localFilterFn,r)||this.defaultFilterFnFactory(r):null;return n&&e.length>0?e.filter(n):e}},watch:{computedFilterDebounce:function(e){!e&&this.$_filterTimer&&(this.clearFilterTimer(),this.localFilter=this.filterSanitize(this.filter))},filter:{deep:!0,handler:function(e){var r=this,n=this.computedFilterDebounce;this.clearFilterTimer(),n&&n>0?this.$_filterTimer=setTimeout(function(){r.localFilter=r.filterSanitize(e)},n):this.localFilter=this.filterSanitize(e)}},filteredCheck:function(e){var r=e.filteredItems,n=e.localFilter,i=!1;n?Pe(n,[])||Pe(n,{})?i=!1:n&&(i=!0):i=!1,i&&this.$emit(bh,r,r.length),this.isFiltered=i},isFiltered:function(e,r){if(e===!1&&r===!0){var n=this.localItems;this.$emit(bh,n,n.length)}}},created:function(){var e=this;this.$_filterTimer=null,this.$nextTick(function(){e.isFiltered=!!e.localFilter})},beforeDestroy:function(){this.clearFilterTimer()},methods:{clearFilterTimer:function(){clearTimeout(this.$_filterTimer),this.$_filterTimer=null},filterSanitize:function(e){return this.localFiltering&&!this.localFilterFn&&!(ge(e)||ay(e))?"":kr(e)},filterFnFactory:function(e,r){if(!e||!Q(e)||!r||Pe(r,[])||Pe(r,{}))return null;var n=function(a){return e(a,r)};return n},defaultFilterFnFactory:function(e){var r=this;if(!e||!(ge(e)||ay(e)))return null;var n=e;if(ge(n)){var i=Sm(e).replace(_T,"\\s+");n=new RegExp(".*".concat(i,".*"),"i")}var a=function(s){return n.lastIndex=0,n.test(y5(s,r.computedFilterIgnored,r.computedFilterIncluded,r.computedFieldsObj))};return a}}}),$5=function(e,r){var n=null;return ge(r)?n={key:e,label:r}:Q(r)?n={key:e,formatter:r}:Je(r)?(n=Ei(r),n.key=n.key||e):r!==!1&&(n={key:e}),n},C5=function(e,r){var n=[];if(Se(e)&&e.filter(ne).forEach(function(o){if(ge(o))n.push({key:o,label:bl(o)});else if(Je(o)&&o.key&&ge(o.key))n.push(Ei(o));else if(Je(o)&&oe(o).length===1){var s=oe(o)[0],u=$5(s,o[s]);u&&n.push(u)}}),n.length===0&&Se(r)&&r.length>0){var i=r[0];oe(i).forEach(function(o){CA[o]||n.push({key:o,label:bl(o)})})}var a={};return n.filter(function(o){return a[o.key]?!1:(a[o.key]=!0,o.label=ge(o.label)?o.label:bl(o.key),!0)})};function $0(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function C0(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?argument
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function J5(t,e){if(t){if(typeof t=="string")return lv(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return lv(t,e)}}function Z5(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Q5(t){if(Array.isArray(t))return lv(t)}function lv(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var xA={detailsTdClass:f(re),tbodyTrAttr:f(IN),tbodyTrClass:f([].concat(Y5(re),[Ft]))},ez=N({mixins:[Ci],props:xA,methods:{getTdValues:function(e,r,n,i){var a=this.bvParent;if(n){var o=Pt(e,r,"");return Q(n)?n(o,r,e):ge(n)&&Q(a[n])?a[n](o,r,e):n}return i},getThValues:function(e,r,n,i,a){var o=this.bvParent;if(n){var s=Pt(e,r,"");return Q(n)?n(s,r,e,i):ge(n)&&Q(o[n])?o[n](s,r,e,i):n}return a},getFormattedValue:function(e,r){var n=r.key,i=this.getFieldFormatter(n),a=Pt(e,n,null);return Q(i)&&(a=i(a,n,e)),Te(a)?"":a},toggleDetailsFactory:function(e,r){var n=this;return function(){e&&n.$set(r,Cs,!r[Cs])}},rowHovered:function(e){this.tbodyRowEventStopped(e)||this.emitTbodyRowEvent(bN,e)},rowUnhovered:function(e){this.tbodyRowEventStopped(e)||this.emitTbodyRowEvent(wN,e)},renderTbodyRowCell:function(e,r,n,i){var a=this,o=this.isStacked,s=e.key,u=e.label,c=e.isRowHeader,d=this.$createElement,v=this.hasNormalizedSlot(Xo),m=this.getFormattedValue(n,e),g=!o&&(this.isResponsive||this.stickyHeader)&&e.stickyColumn,b=g?c?fg:$o:c?"th":"td",w=n[Bl]&&n[Bl][s]?n[Bl][s]:e.variant||null,A={class:[e.class?e.class:"",this.getTdValues(n,s,e.tdClass,"")],props:{},attrs:ls({"aria-colindex":String(r+1)},c?this.getThValues(n,s,e.thAttr,"row",{}):this.getTdValues(n,s,e.tdAttr,{})),key:"row-".concat(i,"-cell-").concat(r,"-").concat(s)};g?A.props={stackedHeading:o?u:null,stickyColumn:!0,variant:w}:(A.attrs["data-label"]=o&&!Te(u)?te(u):null,A.attrs.role=c?"rowheader":"cell",A.attrs.scope=c?"row":null,w&&A.class.push("".concat(this.dark?"bg":"table","-").concat(w)));var P={item:n,index:i,field:e,unformatted:Pt(n,s,""),value:m,toggleDetails:this.toggleDetailsFactory(v,n),detailsShowing:!!n[Cs]};Xe(this).supportsSelectableRows&&(P.rowSelected=this.isRowSelected(i),P.selectRow=function(){return a.selectRow(i)},P.unselectRow=function(){return a.unselectRow(i)});var E=this.$_bodyFieldSlotNameCache[s],_=E?this.normalizeSlot(E,P):te(m);return this.isStacked&&(_=[d("div",[_])]),d(b,A,[_])},renderTbodyRow:function(e,r){var n=this,i=Xe(this),a=i.computedFields,o=i.striped,s=i.primaryKey,u=i.currentPage,c=i.perPage,d=i.tbodyTrClass,v=i.tbodyTrAttr,m=i.hasSelectableRowClick,g=this.$createElement,b=this.hasNormalizedSlot(Xo),w=e[Cs]&&b,A=this.$listeners[pc]||m,P=[],E=w?this.safeId("_details_".concat(r,"_")):null,_=a.map(function(S,B){return n.renderTbodyRowCell(S,B,e,r)}),l=null;u&&c&&c>0&&(l=String((u-1)*c+r+1));var p=te(Pt(e,s))||null,h=p||te(r),O=p?this.safeId("_row_".concat(p)):null,C=Xe(this).selectableRowClasses?this.selectableRowClasses(r):{},k=Xe(this).selectableRowAttrs?this.selectableRowAttrs(r):{},$=Q(d)?d(e,"row"):d,I=Q(v)?v(e,"row"):v;if(P.push(g(Gn,FA({class:[$,C,w?"b-table-has-details":""],props:{variant:e[iv]||null},attrs:ls(ls({id:O},I),{},{tabindex:A?"0":null,"data-pk":p||null,"aria-details":E,"aria-owns":E,"aria-rowindex":l},k),on:{mouseenter:this.rowHovered,mouseleave:this.rowUnhovered},key:"__b-table-row-".concat(h,"__"),ref:"item-rows"},hm,!0),_)),w){var D={item:e,index:r,fields:a,toggleDetails:this.toggleDetailsFactory(b,e)};Xe(this).supportsSelectableRows&&(D.rowSelected=this.isRowSelected(r),D.selectRow=function(){return n.selectRow(r)},D.unselectRow=function(){return n.unselectRow(r)});var M=g($o,{props:{colspan:a.length},class:this.detailsTdClass},[this.normalizeSlot(Xo,D)]);o&&P.push(g("tr",{staticClass:"d-none",attrs:{"aria-hidden":"true",role:"presentation"},key:"__b-table-details-stripe__".concat(h)}))
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function lz(t,e){if(t){if(typeof t=="string")return cv(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return cv(t,e)}}function cz(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function fz(t){if(Array.isArray(t))return cv(t)}function cv(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}function H0(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function V0(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?H0(Object(r),!0).forEach(function(n){dz(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):H0(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function dz(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var yp=function(e){return"head(".concat(e||"",")")},_p=function(e){return"foot(".concat(e||"",")")},vg={headRowVariant:f(y),headVariant:f(y),theadClass:f(re),theadTrClass:f(re)},UA=N({props:vg,methods:{fieldClasses:function(e){return[e.class?e.class:"",e.thClass?e.thClass:""]},headClicked:function(e,r,n){if(!(this.stopIfBusy&&this.stopIfBusy(e))){{if(uv(e))return;if(LA(this.$el))return}ue(e),this.$emit(Is,r.key,r,e,n)}},renderThead:function(){var e=this,r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1,n=Xe(this),i=n.computedFields,a=n.isSortable,o=n.isSelectable,s=n.headVariant,u=n.footVariant,c=n.headRowVariant,d=n.footRowVariant,v=this.$createElement;if(this.isStackedAlways||i.length===0)return v();var m=a||this.hasListener(Is),g=o?this.selectAllRows:eu,b=o?this.clearSelected:eu,w=function(l,p){var h=l.label,O=l.labelHtml,C=l.variant,k=l.stickyColumn,$=l.key,I=null;!l.label.trim()&&!l.headerTitle&&(I=bl(l.key));var D={};m&&(D.click=function(z){e.headClicked(z,l,r)},D.keydown=function(z){var ee=z.keyCode;(ee===Wn||ee===wn)&&e.headClicked(z,l,r)});var M=a?e.sortTheadThAttrs($,l,r):{},R=a?e.sortTheadThClasses($,l,r):null,j=a?e.sortTheadThLabel($,l,r):null,S={class:[{"position-relative":j},e.fieldClasses(l),R],props:{variant:C,stickyColumn:k},style:l.thStyle||{},attrs:V0(V0({tabindex:m&&l.sortable?"0":null,abbr:l.headerAbbr||null,title:l.headerTitle||null,"aria-colindex":p+1,"aria-label":I},e.getThValues(null,$,l.thAttr,r?"foot":"head",{})),M),on:D,key:$},B=[yp($),yp($.toLowerCase()),yp()];r&&(B=[_p($),_p($.toLowerCase()),_p()].concat(sz(B)));var x={label:h,column:$,field:l,isFoot:r,selectAllRows:g,clearSelected:b},H=e.normalizeSlot(B,x)||v("div",{domProps:He(O,h)}),U=j?v("span",{staticClass:"sr-only"}," (".concat(j,")")):null;return v(fg,S,[H,U].filter(ne))},A=i.map(w).filter(ne),P=[];if(r)P.push(v(Gn,{class:this.tfootTrClass,props:{variant:Te(d)?c:d}},A));else{var E={columns:i.length,fields:i,selectAllRows:g,clearSelected:b};P.push(this.normalizeSlot(bj,E)||v()),P.push(v(Gn,{class:this.theadTrClass,props:{variant:c}},A))}return v(r?pg:zA,{class:(r?this.tfootClass:this.theadClass)||null,props:r?{footVariant:u||s||null}:{headVariant:s||null},key:r?"bv-tfoot":"bv-thead"},P)}}}),pz={},hz=N({methods:{renderTopRow:function(){var e=this.computedFields,r=this.stacked,n=this.tbodyTrClass,i=this.tbodyTrAttr,a=this.$createElement;return!this.hasNormalizedSlot($y)||r===!0||r===""?a():a(Gn,{staticClass:"b-table-top-row",class:[Q(n)?n(null,"row-top"):n],attrs:Q(i)?i(null,"row-top"):i,key:"b-top-row"},[this.normalizeSlot($y,{columns:e.length,fields:e})])}}});function z0(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnP
Aborting because 'bail: true' is set`)):this.portalTarget=hr.targets[r.name];return}var n=r.append;if(n){var i=typeof n=="string"?n:"DIV",a=document.createElement(i);e.appendChild(a),e=a}var o=Q0(this.$props,n7);o.slim=this.targetSlim,o.tag=this.targetTag,o.slotProps=this.targetSlotProps,o.name=this.to,this.portalTarget=new qA({el:e,parent:this.$parent||this,propsData:o})}},beforeDestroy:function(){var e=this.portalTarget;if(this.append){var r=e.$el;r.parentNode.removeChild(r)}e.$destroy()},render:function(e){if(!this.portalTarget)return console.warn("[portal-vue] Target wasn't mounted"),e();if(!this.$scopedSlots.manual){var r=Q0(this.$props,r7);return e(KA,{props:r,attrs:this.$attrs,on:this.$listeners,scopedSlots:this.$scopedSlots},this.$slots.default)}var n=this.$scopedSlots.manual({to:this.to});return Array.isArray(n)&&(n=n[0]),n||e()}});var i7=N({mixins:[ae],data:function(){return{name:"b-toaster"}},methods:{onAfterEnter:function(e){var r=this;Ee(function(){Tt(e,"".concat(r.name,"-enter-to"))})}},render:function(e){return e("transition-group",{props:{tag:"div",name:this.name},on:{afterEnter:this.onAfterEnter}},this.normalizeSlot())}}),a7=F({ariaAtomic:f(y),ariaLive:f(y),name:f(y,void 0,!0),role:f(y)},fo),YA=N({name:fo,mixins:[Yr],props:a7,data:function(){return{doRender:!1,dead:!1,staticName:this.name}},beforeMount:function(){var e=this.name;this.staticName=e,hr.hasTarget(e)?(ut('A "<portal-target>" with name "'.concat(e,'" already exists in the document.'),fo),this.dead=!0):this.doRender=!0},beforeDestroy:function(){this.doRender&&this.emitOnRoot(Ge(fo,wm),this.name)},destroyed:function(){var e=this.$el;e&&e.parentNode&&e.parentNode.removeChild(e)},render:function(e){var r=e("div",{class:["d-none",{"b-dead-toaster":this.dead}]});if(this.doRender){var n=e(qA,{staticClass:"b-toaster-slot",props:{name:this.staticName,multiple:!0,tag:"div",slim:!1,transition:i7}});r=e("div",{staticClass:"b-toaster",class:[this.staticName],attrs:{id:this.staticName,role:this.role||null,"aria-live":this.ariaLive,"aria-atomic":this.ariaAtomic}},[n])}return r}}),Ua;function eP(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function ln(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?eP(Object(r),!0).forEach(function(n){Qa(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):eP(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function Qa(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var td=ot("visible",{type:T,defaultValue:!1,event:er}),o7=td.mixin,s7=td.props,Pp=td.prop,u7=td.event,tP=1e3,XA=qr(Xr,["href","to"]),JA=F(X(ln(ln(ln(ln({},$e),s7),XA),{},{appendToast:f(T,!1),autoHideDelay:f(q,5e3),bodyClass:f(re),headerClass:f(re),headerTag:f(y,"header"),isStatus:f(T,!1),noAutoHide:f(T,!1),noCloseButton:f(T,!1),noFade:f(T,!1),noHoverPause:f(T,!1),solid:f(T,!1),static:f(T,!1),title:f(y),toastClass:f(re),toaster:f(y,"b-toaster-top-right"),variant:f(y)})),jn),ZA=N({name:jn,mixins:[ct,Ae,o7,Yr,ae,eg],inheritAttrs:!1,props:JA,data:function(){return{isMounted:!1,doRender:!1,localShow:!1,isTransitioning:!1,isHiding:!1,order:0,dismissStarted:0,resumeDismiss:0}},computed:{toastClasses:function(){var e=this.appendToast,r=this.variant;return Qa({"b-toast-solid":this.solid,"b-toast-append":e,"b-toast-prepend":!e},"b-toast-".concat(r),r)},slotScope:function(){var e=this.hide;return{hide:e}},computedDuration:function(){return Oe(G(this.autoHideDelay,0),tP)},computedToaster:function(){return String(this.toaster)},transitionHandlers:function(){return{beforeEnter:this.onBeforeEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,afterLeave:this.onAfterLeave}},computedAttrs:function(){return ln(ln({},this.bvAttrs),{},{id:this.safeId(),tabindex:"0"})}},watch:(Ua={},Qa(Ua,Pp,funct
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function h7(t,e){if(t){if(typeof t=="string")return fv(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);if(r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set")return Array.from(t);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return fv(t,e)}}function v7(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function m7(t){if(Array.isArray(t))return fv(t)}function fv(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var ds="$bvToast",Sp="_bv__toast",g7=["id"].concat(d7(oe(fe(JA,["static","visible"])))),Tp={toastContent:"default",title:"toast-title"},iP=function(e){return g7.reduce(function(r,n){return Qe(e[n])||(r[n]=e[n]),r},{})},b7=function(e){var r=e.extend({name:eN,extends:ZA,mixins:[Ci],destroyed:function(){var o=this.$el;o&&o.parentNode&&o.parentNode.removeChild(o)},mounted:function(){var o=this,s=function(){o.localShow=!1,o.doRender=!1,o.$nextTick(function(){o.$nextTick(function(){Ee(function(){o.$destroy()})})})};this.bvParent.$once(Ys,s),this.$once(Ze,s),this.listenOnRoot(Ge(fo,wm),function(u){u===o.toaster&&s()})}}),n=function(o,s){if(!cc(ds)){var u=Ai(s,r,{propsData:fs(fs(fs({},iP(pr(jn))),fe(o,oe(Tp))),{},{static:!1,visible:!0})});oe(Tp).forEach(function(d){var v=o[d];Qe(v)||(d==="title"&&ge(v)&&(v=[s.$createElement("strong",{class:"mr-2"},v)]),u.$slots[Tp[d]]=ye(v))});var c=document.createElement("div");document.body.appendChild(c),u.$mount(c)}},i=function(){function a(o){l7(this,a),fu(this,{_vm:o,_root:bn(o)}),mf(this,{_vm:Cr(),_root:Cr()})}return c7(a,[{key:"toast",value:function(s){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};!s||cc(ds)||n(fs(fs({},iP(u)),{},{toastContent:s}),this._vm)}},{key:"show",value:function(s){s&&this._root.$emit(nt(jn,mt),s)}},{key:"hide",value:function(){var s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null;this._root.$emit(nt(jn,Xt),s)}}]),a}();e.mixin({beforeCreate:function(){this[Sp]=new i(this)}}),pa(e.prototype,ds)||gm(e.prototype,ds,{get:function(){return(!this||!this[Sp])&&ut('"'.concat(ds,'" must be accessed from a Vue instance "this" context.'),jn),this[Sp]}})},y7=J({plugins:{plugin:b7}}),_7=J({components:{BToast:ZA,BToaster:YA},plugins:{BVToastPlugin:y7}});function aP(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),r.push.apply(r,n)}return r}function oP(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?aP(Object(r),!0).forEach(function(n){w7(t,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):aP(Object(r)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(r,n))})}return t}function w7(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var $r="__BV_Tooltip__",O7="hover focus",sP={focus:!0,hover:!0,click:!0,blur:!0,manual:!0},P7=/^html$/i,S7=/^noninteractive$/i,T7=/^nofade$/i,E7=/^(auto|top(left|right)?|bottom(left|right)?|left(top|bottom)?|right(top|bottom)?)$/i,$7=/^(window|viewport|scrollParent)$/i,C7=/^d\d+$/i,A7=/^ds\d+$/i,D7=/^dh\d+$/i,k7=/^o-?\d+$/i,M7=/^v-.+$/i,I7=/\s+/,R7=function(e,r){var n={title:void 0,trigger:"",placement:"top",fallbackPlacement:"flip",container:!1,animation:!0,offset:0,id:null,html:!1,interactive:!0,disabled:!1,delay:pr(Gi,"delay",50),boundary:String(pr(Gi,"boundary","scrollParent")),boundaryPadding:G(pr(Gi,"boundaryPadding",5),0),variant:pr(Gi,"variant"),customClass:pr(Gi,"customClass")};if(ge(e.value)||xr(e.value)||Q(e.value)?n.title=e.value:Ct(e.value)&&(n=oP(oP({},n),e.value)),Qe(n.title)){var i=xt?r.props:(r.data||{}).attrs;n.title=i&&!Te(i.title)?i.title:void 0}Ct(n.delay)||(n.delay={show:G(n.delay,0),hide:G(n.delay,0)}),e.arg&&(n.container="#".concat(e.arg)),oe(e.modifiers).forEach(
* BootstrapVue 2.23.1
*
* @link https://bootstrap-vue.org
* @source https://github.com/bootstrap-vue/bootstrap-vue
* @copyright (c) 2016-2022 BootstrapVue
* @license MIT
* https://github.com/bootstrap-vue/bootstrap-vue/blob/master/LICENSE
*/var cU="BootstrapVue",fU=ET({plugins:{componentsPlugin:L7,directivesPlugin:lU}}),MQ={install:fU,NAME:cU};const dU="modulepreload",pU=function(t,e){return new URL(t,e).href},hP={},Ar=function(e,r,n){if(!r||r.length===0)return e();const i=document.getElementsByTagName("link");return Promise.all(r.map(a=>{if(a=pU(a,n),a in hP)return;hP[a]=!0;const o=a.endsWith(".css"),s=o?'[rel="stylesheet"]':"";if(!!n)for(let d=i.length-1;d>=0;d--){const v=i[d];if(v.href===a&&(!o||v.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${a}"]${s}`))return;const c=document.createElement("link");if(c.rel=o?"stylesheet":dU,o||(c.as="script",c.crossOrigin=""),c.href=a,document.head.appendChild(c),o)return new Promise((d,v)=>{c.addEventListener("load",d),c.addEventListener("error",()=>v(new Error(`Unable to preload CSS for ${a}`)))})})).then(()=>e()).catch(a=>{const o=new Event("vite:preloadError",{cancelable:!0});if(o.payload=a,window.dispatchEvent(o),!o.defaultPrevented)throw a})};var dv=function(t,e){return dv=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},dv(t,e)};function en(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");dv(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var V=function(){return V=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e},V.apply(this,arguments)};function tD(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function W(t,e,r,n){function i(a){return a instanceof r?a:new r(function(o){o(a)})}return new(r||(r=Promise))(function(a,o){function s(d){try{c(n.next(d))}catch(v){o(v)}}function u(d){try{c(n.throw(d))}catch(v){o(v)}}function c(d){d.done?a(d.value):i(d.value).then(s,u)}c((n=n.apply(t,e||[])).next())})}function K(t,e){var r={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(c){return function(d){return u([c,d])}}function u(c){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,c[0]&&(r=0)),r;)try{if(n=1,i&&(a=c[0]&2?i.return:c[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,c[1])).done)return a;switch(i=0,a&&(c=[c[0]&2,a.value]),c[0]){case 0:case 1:a=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,i=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(a=r.trys,!(a=a.length>0&&a[a.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!a||c[1]>a[0]&&c[1]<a[3])){r.label=c[1];break}if(c[0]===6&&r.label<a[1]){r.label=a[1],a=c;break}if(a&&r.label<a[2]){r.label=a[2],r.ops.push(c);break}a[2]&&r.ops.pop(),r.trys.pop();continue}c=e.call(t,r)}catch(d){c=[6,d],i=0}finally{n=a=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}function it(t,e,r){if(r||arguments.length===2)for(var n=0,i=e.length,a;n<i;n++)(a||!(n in e))&&(a||(a=Array.prototype.slice.call(e,0,n)),a[n]=e[n]);return t.concat(a||Array.prototype.slice.call(e))}var mg=function(){function t(){this.callbacks={}}return t.prototype.on=function(e,r){return this.callbacks[e]?this.callbacks[e].push(r):this.callbacks[e]=[r],this},t.prototype.once=function(e,r){var n=this,i=function(){for(var a=[],o=0;o<arguments.length;o++)a[o]=arguments[o];n.off(e,i),r.apply(n,a)};return this.on(e,i),this},t.prototype.off=function(e,r){var n,i=(n=this.callbacks[e])!==null&&n!==void 0?n:[],a=i.filter(function(o){return o!==r});return this.callbacks[e]=a,this},t.prototype.emit=function(e){
* vue-router v3.6.5
* (c) 2022 Evan You
* @license MIT
*/function Lr(t,e){for(var r in e)t[r]=e[r];return t}var G9=/[!'()*]/g,W9=function(t){return"%"+t.charCodeAt(0).toString(16)},K9=/%2C/g,Ya=function(t){return encodeURIComponent(t).replace(G9,W9).replace(K9,",")};function Ov(t){try{return decodeURIComponent(t)}catch{}return t}function q9(t,e,r){e===void 0&&(e={});var n=r||Y9,i;try{i=n(t||"")}catch{i={}}for(var a in e){var o=e[a];i[a]=Array.isArray(o)?o.map(TP):TP(o)}return i}var TP=function(t){return t==null||typeof t=="object"?t:String(t)};function Y9(t){var e={};return t=t.trim().replace(/^(\?|#|&)/,""),t&&t.split("&").forEach(function(r){var n=r.replace(/\+/g," ").split("="),i=Ov(n.shift()),a=n.length>0?Ov(n.join("=")):null;e[i]===void 0?e[i]=a:Array.isArray(e[i])?e[i].push(a):e[i]=[e[i],a]}),e}function X9(t){var e=t?Object.keys(t).map(function(r){var n=t[r];if(n===void 0)return"";if(n===null)return Ya(r);if(Array.isArray(n)){var i=[];return n.forEach(function(a){a!==void 0&&(a===null?i.push(Ya(r)):i.push(Ya(r)+"="+Ya(a)))}),i.join("&")}return Ya(r)+"="+Ya(n)}).filter(function(r){return r.length>0}).join("&"):null;return e?"?"+e:""}var Kc=/\/?$/;function qc(t,e,r,n){var i=n&&n.options.stringifyQuery,a=e.query||{};try{a=Pv(a)}catch{}var o={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:a,params:e.params||{},fullPath:EP(e,i),matched:t?J9(t):[]};return r&&(o.redirectedFrom=EP(r,i)),Object.freeze(o)}function Pv(t){if(Array.isArray(t))return t.map(Pv);if(t&&typeof t=="object"){var e={};for(var r in t)e[r]=Pv(t[r]);return e}else return t}var Di=qc(null,{path:"/"});function J9(t){for(var e=[];t;)e.unshift(t),t=t.parent;return e}function EP(t,e){var r=t.path,n=t.query;n===void 0&&(n={});var i=t.hash;i===void 0&&(i="");var a=e||X9;return(r||"/")+a(n)+i}function HD(t,e,r){return e===Di?t===e:e?t.path&&e.path?t.path.replace(Kc,"")===e.path.replace(Kc,"")&&(r||t.hash===e.hash&&Hl(t.query,e.query)):t.name&&e.name?t.name===e.name&&(r||t.hash===e.hash&&Hl(t.query,e.query)&&Hl(t.params,e.params)):!1:!1}function Hl(t,e){if(t===void 0&&(t={}),e===void 0&&(e={}),!t||!e)return t===e;var r=Object.keys(t).sort(),n=Object.keys(e).sort();return r.length!==n.length?!1:r.every(function(i,a){var o=t[i],s=n[a];if(s!==i)return!1;var u=e[i];return o==null||u==null?o===u:typeof o=="object"&&typeof u=="object"?Hl(o,u):String(o)===String(u)})}function Z9(t,e){return t.path.replace(Kc,"/").indexOf(e.path.replace(Kc,"/"))===0&&(!e.hash||t.hash===e.hash)&&Q9(t.query,e.query)}function Q9(t,e){for(var r in e)if(!(r in t))return!1;return!0}function VD(t){for(var e=0;e<t.matched.length;e++){var r=t.matched[e];for(var n in r.instances){var i=r.instances[n],a=r.enteredCbs[n];if(!(!i||!a)){delete r.enteredCbs[n];for(var o=0;o<a.length;o++)i._isBeingDestroyed||a[o](i)}}}}var eW={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(e,r){var n=r.props,i=r.children,a=r.parent,o=r.data;o.routerView=!0;for(var s=a.$createElement,u=n.name,c=a.$route,d=a._routerViewCache||(a._routerViewCache={}),v=0,m=!1;a&&a._routerRoot!==a;){var g=a.$vnode?a.$vnode.data:{};g.routerView&&v++,g.keepAlive&&a._directInactive&&a._inactive&&(m=!0),a=a.$parent}if(o.routerViewDepth=v,m){var b=d[u],w=b&&b.component;return w?(b.configProps&&$P(w,o,b.route,b.configProps),s(w,o,i)):s()}var A=c.matched[v],P=A&&A.components[u];if(!A||!P)return d[u]=null,s();d[u]={component:P},o.registerRouteInstance=function(_,l){var p=A.instances[u];(l&&p!==_||!l&&p===_)&&(A.instances[u]=l)},(o.hook||(o.hook={})).prepatch=function(_,l){A.instances[u]=l.componentInstance},o.hook.init=function(_){_.data.keepAlive&&_.componentInstance&&_.componentInstance!==A.instances[u]&&(A.instances[u]=_.componentInstance),VD(c)};var E=A.props&&A.props[u];return E&&(Lr(d[u],{route:c,configProps:E}),$P(P,o,c,E)),s(P,o,i)}};function $P(t,e,r,n){var i=e.props=tW(r,n);if(i){i=e.props=Lr({},i);var a=e.attrs=e.attrs||{};for(var o in i)(!t.props||!(o in t.props))&&(a[o]=i[o],delete i[o])}}function tW(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":retu
['actions', 'getters', 'mutations', 'modules', 'state', 'namespaced', 'commit']
as fields in your module. These are reserved as they have special purpose in Vuex`);return}e.hasOwnProperty(n)&&typeof e[n]!="function"&&(r[n]=e[n])}),r}/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */function HP(t,e,r,n){return new(r||(r=Promise))(function(i,a){function o(c){try{u(n.next(c))}catch(d){a(d)}}function s(c){try{u(n.throw(c))}catch(d){a(d)}}function u(c){c.done?i(c.value):new r(function(d){d(c.value)}).then(o,s)}u((n=n.apply(t,e||[])).next())})}function VP(t,e){var r={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(c){return function(d){return u([c,d])}}function u(c){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,i&&(a=c[0]&2?i.return:c[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,c[1])).done)return a;switch(i=0,a&&(c=[c[0]&2,a.value]),c[0]){case 0:case 1:a=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,i=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(a=r.trys,!(a=a.length>0&&a[a.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!a||c[1]>a[0]&&c[1]<a[3])){r.label=c[1];break}if(c[0]===6&&r.label<a[1]){r.label=a[1],a=c;break}if(a&&r.label<a[2]){r.label=a[2],r.ops.push(c);break}a[2]&&r.ops.pop(),r.trys.pop();continue}c=e.call(t,r)}catch(d){c=[6,d],i=0}finally{n=a=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}function Qc(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var a=arguments[e],o=0,s=a.length;o<s;o++,i++)n[i]=a[o];return n}function qW(t,e,r){var n=e.stateFactory?t.state():t.state;Object.keys(n).forEach(function(i){n.hasOwnProperty(i)&&["undefined","function"].indexOf(typeof n[i])===-1&&Object.defineProperty(r,i,{get:function(){return r.store.state[e.name][i]}})})}function YW(t,e,r){Object.keys(t.getters).forEach(function(n){t.namespaced?Object.defineProperty(r,n,{get:function(){return r.store.getters[e.name+"/"+n]}}):Object.defineProperty(r,n,{get:function(){return r.store.getters[n]}})})}function XW(t,e,r){Object.keys(t.mutations).forEach(function(n){t.namespaced?r[n]=function(){for(var i,a=[],o=0;o<arguments.length;o++)a[o]=arguments[o];(i=r.store).commit.apply(i,Qc([e.name+"/"+n],a))}:r[n]=function(){for(var i,a=[],o=0;o<arguments.length;o++)a[o]=arguments[o];(i=r.store).commit.apply(i,Qc([n],a))}})}function JW(t,e,r){Object.keys(t.actions).forEach(function(n){t.namespaced?r[n]=function(){for(var i=[],a=0;a<arguments.length;a++)i[a]=arguments[a];return HP(this,void 0,void 0,function(){var o;return VP(this,function(s){return[2,(o=r.store).dispatch.apply(o,Qc([e.name+"/"+n],i))]})})}:r[n]=function(){for(var i=[],a=0;a<arguments.length;a++)i[a]=arguments[a];return HP(this,void 0,void 0,function(){var o;return VP(this,function(s){return[2,(o=r.store).dispatch.apply(o,Qc([n],i))]})})}})}function ZW(t,e){if(!e.name)throw new Error("Name of module not provided in decorator options");if(!e.store)throw new Error("Store not provided in decorator options when using dynamic option");e.store.registerModule(e.name,t,{preserveState:e.preserveState||!1})}function zP(t){return function(e){var r=e,n=function(){return KW(r)};r.state||(r.state=t&&t.stateFactory?n:n()),r.getters||(r.getters={}),r.namespaced||(r.namespaced=t&&t.namespaced),Object.getOwnPropertyNames(r.prototype).forEach(function(a){var o=Object.getOwnPropertyDescriptor(r.prototype,a);o.get&&r.getters&&(r.getters[a]=function(s,u,c,d){var v={context:{state:s,getters:u,rootState:c,rootGetters:d}};xP(v,s),xP(v,u);var m=o.get.call(v);return m})});var i=t;return i.name&&(Object.defineProperty(e,"_genStatic",{value:function(a){var o={store:a||i.store};if(!o.store)throw new Error(`ERR_STORE_NOT_PROVIDED: To use getModule(), either the module
should be decorated with store in decorator, i.e. @Module({store: store}) or
store should be passed when calling getModule(), i.e. getModule(MyModule, this.$store)`);return qW(r,i,o),r.getters&&YW(r,i,o),r.mutations&&XW(r,i,o),r.actions&&JW(r,i,o),o}}),Object.defineProperty(e,"_vmdModuleName",{value:i.name})),i.dynamic&&ZW(r,i),e}}function jQ(t){if(typeof t=="function")zP({})(t);else return zP(t)}var o3={exports:{}};(function(t){(function(){function e(l){var p={omitExtraWLInCodeBlocks:{defaultValue:!1,describe:"Omit the default extra whiteline added to code blocks",type:"boolean"},noHeaderId:{defaultValue:!1,describe:"Turn on/off generated header id",type:"boolean"},prefixHeaderId:{defaultValue:!1,describe:"Add a prefix to the generated header ids. Passing a string will prefix that string to the header id. Setting to true will add a generic 'section-' prefix",type:"string"},rawPrefixHeaderId:{defaultValue:!1,describe:'Setting this option to true will prevent showdown from modifying the prefix. This might result in malformed IDs (if, for instance, the " char is used in the prefix)',type:"boolean"},ghCompatibleHeaderId:{defaultValue:!1,describe:"Generate header ids compatible with github style (spaces are replaced with dashes, a bunch of non alphanumeric chars are removed)",type:"boolean"},rawHeaderId:{defaultValue:!1,describe:`Remove only spaces, ' and " from generated header ids (including prefixes), replacing them with dashes (-). WARNING: This might result in malformed ids`,type:"boolean"},headerLevelStart:{defaultValue:!1,describe:"The header blocks level start",type:"integer"},parseImgDimensions:{defaultValue:!1,describe:"Turn on/off image dimension parsing",type:"boolean"},simplifiedAutoLink:{defaultValue:!1,describe:"Turn on/off GFM autolink style",type:"boolean"},excludeTrailingPunctuationFromURLs:{defaultValue:!1,describe:"Excludes trailing punctuation from links generated with autoLinking",type:"boolean"},literalMidWordUnderscores:{defaultValue:!1,describe:"Parse midword underscores as literal underscores",type:"boolean"},literalMidWordAsterisks:{defaultValue:!1,describe:"Parse midword asterisks as literal asterisks",type:"boolean"},strikethrough:{defaultValue:!1,describe:"Turn on/off strikethrough support",type:"boolean"},tables:{defaultValue:!1,describe:"Turn on/off tables support",type:"boolean"},tablesHeaderId:{defaultValue:!1,describe:"Add an id to table headers",type:"boolean"},ghCodeBlocks:{defaultValue:!0,describe:"Turn on/off GFM fenced code blocks support",type:"boolean"},tasklists:{defaultValue:!1,describe:"Turn on/off GFM tasklist support",type:"boolean"},smoothLivePreview:{defaultValue:!1,describe:"Prevents weird effects in live previews due to incomplete input",type:"boolean"},smartIndentationFix:{defaultValue:!1,description:"Tries to smartly fix indentation in es6 strings",type:"boolean"},disableForced4SpacesIndentedSublists:{defaultValue:!1,description:"Disables the requirement of indenting nested sublists by 4 spaces",type:"boolean"},simpleLineBreaks:{defaultValue:!1,description:"Parses simple line breaks as <br> (GFM Style)",type:"boolean"},requireSpaceBeforeHeadingText:{defaultValue:!1,description:"Makes adding a space between `#` and the header text mandatory (GFM Style)",type:"boolean"},ghMentions:{defaultValue:!1,description:"Enables github @mentions",type:"boolean"},ghMentionsLink:{defaultValue:"https://github.com/{u}",description:"Changes the link generated by @mentions. Only applies if ghMentions option is enabled.",type:"string"},encodeEmails:{defaultValue:!0,description:"Encode e-mail addresses through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities",type:"boolean"},openLinksInNewWindow:{defaultValue:!1,description:"Open all links in new windows",type:"boolean"},backslashEscapesHTMLTags:{defaultValue:!1,description:"Support for HTML Tag escaping. ex: <div>foo</div>",type:"boolean"},emoji:{defaultValue:!1,description:"Enable emoji support. Ex: `this is a :smile: emoji`",type:"boolean"},underline:{defaultValue:!1,description:"Enable support for underline. Syntax is double or triple underscores:
`),S=S.replace(/\r/g,`
`),S=S.replace(/\u00A0/g,"&nbsp;"),p.smartIndentationFix&&(S=j(S)),S=`
`+S+`
`,S=n.subParser("detab")(S,p,B),S=S.replace(/^[ \t]+$/mg,""),n.helper.forEach(h,function(x){S=n.subParser("runExtension")(x,S,p,B)}),S=n.subParser("metadata")(S,p,B),S=n.subParser("hashPreCodeTags")(S,p,B),S=n.subParser("githubCodeBlocks")(S,p,B),S=n.subParser("hashHTMLBlocks")(S,p,B),S=n.subParser("hashCodeTags")(S,p,B),S=n.subParser("stripLinkDefinitions")(S,p,B),S=n.subParser("blockGamut")(S,p,B),S=n.subParser("unhashHTMLSpans")(S,p,B),S=n.subParser("unescapeSpecialChars")(S,p,B),S=S.replace(/¨D/g,"$$"),S=S.replace(/¨T/g,"¨"),S=n.subParser("completeHTMLDocument")(S,p,B),n.helper.forEach(O,function(x){S=n.subParser("runExtension")(x,S,p,B)}),$=B.metadata,S},this.makeMarkdown=this.makeMd=function(S,B){if(S=S.replace(/\r\n/g,`
`),S=S.replace(/\r/g,`
`),S=S.replace(/>[ \t]+</,">¨NBSP;<"),!B)if(window&&window.document)B=window.document;else throw new Error("HTMLParser is undefined. If in a webworker or nodejs environment, you need to provide a WHATWG DOM and HTML such as JSDOM");var x=B.createElement("div");x.innerHTML=S;var H={preList:De(x)};de(x);for(var U=x.childNodes,z="",ee=0;ee<U.length;ee++)z+=n.subParser("makeMarkdown.node")(U[ee],H);function de(be){for(var we=0;we<be.childNodes.length;++we){var le=be.childNodes[we];le.nodeType===3?/\S/.test(le.nodeValue)?(le.nodeValue=le.nodeValue.split(`
`).join(" "),le.nodeValue=le.nodeValue.replace(/(\s)+/g,"$1")):(be.removeChild(le),--we):le.nodeType===1&&de(le)}}function De(be){for(var we=be.querySelectorAll("pre"),le=[],ze=0;ze<we.length;++ze)if(we[ze].childElementCount===1&&we[ze].firstChild.tagName.toLowerCase()==="code"){var et=we[ze].firstChild.innerHTML.trim(),_t=we[ze].firstChild.getAttribute("data-language")||"";if(_t==="")for(var Mi=we[ze].firstChild.className.split(" "),Tn=0;Tn<Mi.length;++Tn){var $u=Mi[Tn].match(/^language-(.+)$/);if($u!==null){_t=$u[1];break}}et=n.helper.unescapeHTMLEntities(et),le.push(et),we[ze].outerHTML='<precode language="'+_t+'" precodenum="'+ze.toString()+'"></precode>'}else le.push(we[ze].innerHTML),we[ze].innerHTML="",we[ze].setAttribute("prenum",ze.toString());return le}return z},this.setOption=function(S,B){p[S]=B},this.getOption=function(S){return p[S]},this.getOptions=function(){return p},this.addExtension=function(S,B){B=B||null,D(S,B)},this.useExtension=function(S){D(S)},this.setFlavor=function(S){if(!u.hasOwnProperty(S))throw Error(S+" flavor was not found");var B=u[S];k=S;for(var x in B)B.hasOwnProperty(x)&&(p[x]=B[x])},this.getFlavor=function(){return k},this.removeExtension=function(S){n.helper.isArray(S)||(S=[S]);for(var B=0;B<S.length;++B){for(var x=S[B],H=0;H<h.length;++H)h[H]===x&&h[H].splice(H,1);for(var U=0;U<O.length;++H)O[U]===x&&O[U].splice(H,1)}},this.getAllExtensions=function(){return{language:h,output:O}},this.getMetadata=function(S){return S?$.raw:$.parsed},this.getMetadataFormat=function(){return $.format},this._setMetadataPair=function(S,B){$.parsed[S]=B},this._setMetadataFormat=function(S){$.format=S},this._setMetadataRaw=function(S){$.raw=S}},n.subParser("anchors",function(l,p,h){l=h.converter._dispatch("anchors.before",l,p,h);var O=function(C,k,$,I,D,M,R){if(n.helper.isUndefined(R)&&(R=""),$=$.toLowerCase(),C.search(/\(<?\s*>? ?(['"].*['"])?\)$/m)>-1)I="";else if(!I)if($||($=k.toLowerCase().replace(/ ?\n/g," ")),I="#"+$,!n.helper.isUndefined(h.gUrls[$]))I=h.gUrls[$],n.helper.isUndefined(h.gTitles[$])||(R=h.gTitles[$]);else return C;I=I.replace(n.helper.regexes.asteriskDashAndColon,n.helper.escapeCharactersCallback);var j='<a href="'+I+'"';return R!==""&&R!==null&&(R=R.replace(/"/g,"&quot;"),R=R.replace(n.helper.regexes.asteriskDashAndColon,n.helper.escapeCharactersCallback),j+=' title="'+R+'"'),p.openLinksInNewWindow&&!/^#/.test(I)&&(j+=' rel="noopener noreferrer" target="¨E95Eblank"'),j+=">"+k+"</a>",j};return l=l.replace(/\[((?:\[[^\]]*]|[^\[\]])*)] ?(?:\n *)?\[(.*?)]()()()()/g,O),l=l.replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<([^>]*)>(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,O),l=l.replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<?([\S]+?(?:\([\S]*?\)[\S]*?)?)>?(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,O),l=l.replace(/\[([^\[\]]+)]()()()()()/g,O),p.ghMentions&&(l=l.replace(/(^|\s)(\\)?(@([a-z\d]+(?:[a-z\d.-]+?[a-z\d]+)*))/gmi,function(C,k,$,I,D){if($==="\\")return k+I;if(!n.helper.isString(p.ghMentionsLink))throw new Error("ghMentionsLink option must be a string");var M=p.ghMentionsLink.replace(/\{u}/g,D),R="";return p.openLinksInNewWindow&&(R=' rel="noopener noreferrer" target="¨E95Eblank"'),k+'<a href="'+M+'"'+R+">"+I+"</a>"})),l=h.converter._dispatch("anchors.after",l,p,h),l});var m=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+?\.[^'">\s]+?)()(\1)?(?=\s|$)(?!["<>])/gi,g=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+\.[^'">\s]+?)([.!?,()\[\]])?(\1)?(?=\s|$)(?!["<>])/gi,b=/()<(((https?|ftp|dict):\/\/|www\.)[^'">\s]+)()>()/gi,w=/(^|\s)(?:mailto:)?([A-Za-z0-9!#$%&'*+-/=?^_`{|}~.]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(?=$|\s)/gmi,A=/<()(?:mailto:)?([-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)>/gi,P=function(l){return function(p,h,O,C,k,$,I){O=O.replace(n.helper.regexes.asteriskDashAndColon,n.helper.escapeCharactersCallback);var D=O,M="",R="",j=h||"",S=I||"";return/^www\./i.test(O)&&(O=O.replace(/^www\./i,"http://www.")),l.excludeTrailingPunctuationFromURLs&&$&&(M=$),l.openLinksInNewWindow&&(R=' rel="noopener noreferrer" target="¨E95Eblank"'),j+'<a href="'+O+'"'+R+">"+D+"</a>"+M+
`;var O=/(^ {0,3}>[ \t]?.+\n(.+\n)*\n*)+/gm;return p.splitAdjacentBlockquotes&&(O=/^ {0,3}>[\s\S]*?(?:\n\n)/gm),l=l.replace(O,function(C){return C=C.replace(/^[ \t]*>[ \t]?/gm,""),C=C.replace(/¨0/g,""),C=C.replace(/^[ \t]+$/gm,""),C=n.subParser("githubCodeBlocks")(C,p,h),C=n.subParser("blockGamut")(C,p,h),C=C.replace(/(^|\n)/g,"$1 "),C=C.replace(/(\s*<pre>[^\r]+?<\/pre>)/gm,function(k,$){var I=$;return I=I.replace(/^ /mg,"¨0"),I=I.replace(/¨0/g,""),I}),n.subParser("hashBlock")(`<blockquote>
`+C+`
</blockquote>`,p,h)}),l=h.converter._dispatch("blockQuotes.after",l,p,h),l}),n.subParser("codeBlocks",function(l,p,h){l=h.converter._dispatch("codeBlocks.before",l,p,h),l+="¨0";var O=/(?:\n\n|^)((?:(?:[ ]{4}|\t).*\n+)+)(\n*[ ]{0,3}[^ \t\n]|(?=¨0))/g;return l=l.replace(O,function(C,k,$){var I=k,D=$,M=`
`;return I=n.subParser("outdent")(I,p,h),I=n.subParser("encodeCode")(I,p,h),I=n.subParser("detab")(I,p,h),I=I.replace(/^\n+/g,""),I=I.replace(/\n+$/g,""),p.omitExtraWLInCodeBlocks&&(M=""),I="<pre><code>"+I+M+"</code></pre>",n.subParser("hashBlock")(I,p,h)+D}),l=l.replace(/¨0/,""),l=h.converter._dispatch("codeBlocks.after",l,p,h),l}),n.subParser("codeSpans",function(l,p,h){return l=h.converter._dispatch("codeSpans.before",l,p,h),typeof l>"u"&&(l=""),l=l.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,function(O,C,k,$){var I=$;return I=I.replace(/^([ \t]*)/g,""),I=I.replace(/[ \t]*$/g,""),I=n.subParser("encodeCode")(I,p,h),I=C+"<code>"+I+"</code>",I=n.subParser("hashHTMLSpans")(I,p,h),I}),l=h.converter._dispatch("codeSpans.after",l,p,h),l}),n.subParser("completeHTMLDocument",function(l,p,h){if(!p.completeHTMLDocument)return l;l=h.converter._dispatch("completeHTMLDocument.before",l,p,h);var O="html",C=`<!DOCTYPE HTML>
`,k="",$=`<meta charset="utf-8">
`,I="",D="";typeof h.metadata.parsed.doctype<"u"&&(C="<!DOCTYPE "+h.metadata.parsed.doctype+`>
`,O=h.metadata.parsed.doctype.toString().toLowerCase(),(O==="html"||O==="html5")&&($='<meta charset="utf-8">'));for(var M in h.metadata.parsed)if(h.metadata.parsed.hasOwnProperty(M))switch(M.toLowerCase()){case"doctype":break;case"title":k="<title>"+h.metadata.parsed.title+`</title>
`;break;case"charset":O==="html"||O==="html5"?$='<meta charset="'+h.metadata.parsed.charset+`">
`:$='<meta name="charset" content="'+h.metadata.parsed.charset+`">
`;break;case"language":case"lang":I=' lang="'+h.metadata.parsed[M]+'"',D+='<meta name="'+M+'" content="'+h.metadata.parsed[M]+`">
`;break;default:D+='<meta name="'+M+'" content="'+h.metadata.parsed[M]+`">
`}return l=C+"<html"+I+`>
<head>
`+k+$+D+`</head>
<body>
`+l.trim()+`
</body>
</html>`,l=h.converter._dispatch("completeHTMLDocument.after",l,p,h),l}),n.subParser("detab",function(l,p,h){return l=h.converter._dispatch("detab.before",l,p,h),l=l.replace(/\t(?=\t)/g," "),l=l.replace(/\t/g,"¨A¨B"),l=l.replace(/¨B(.+?)¨A/g,function(O,C){for(var k=C,$=4-k.length%4,I=0;I<$;I++)k+=" ";return k}),l=l.replace(/¨A/g," "),l=l.replace(/¨B/g,""),l=h.converter._dispatch("detab.after",l,p,h),l}),n.subParser("ellipsis",function(l,p,h){return l=h.converter._dispatch("ellipsis.before",l,p,h),l=l.replace(/\.\.\./g,"…"),l=h.converter._dispatch("ellipsis.after",l,p,h),l}),n.subParser("emoji",function(l,p,h){if(!p.emoji)return l;l=h.converter._dispatch("emoji.before",l,p,h);var O=/:([\S]+?):/g;return l=l.replace(O,function(C,k){return n.helper.emojis.hasOwnProperty(k)?n.helper.emojis[k]:C}),l=h.converter._dispatch("emoji.after",l,p,h),l}),n.subParser("encodeAmpsAndAngles",function(l,p,h){return l=h.converter._dispatch("encodeAmpsAndAngles.before",l,p,h),l=l.replace(/&(?!#?[xX]?(?:[0-9a-fA-F]+|\w+);)/g,"&amp;"),l=l.replace(/<(?![a-z\/?$!])/gi,"&lt;"),l=l.replace(/</g,"&lt;"),l=l.replace(/>/g,"&gt;"),l=h.converter._dispatch("encodeAmpsAndAngles.after",l,p,h),l}),n.subParser("encodeBackslashEscapes",function(l,p,h){return l=h.converter._dispatch("encodeBackslashEscapes.before",l,p,h),l=l.replace(/\\(\\)/g,n.helper.escapeCharactersCallback),l=l.replace(/\\([`*_{}\[\]()>#+.!~=|-])/g,n.helper.escapeCharactersCallback),l=h.converter._dispatch("encodeBackslashEscapes.after",l,p,h),l}),n.subParser("encodeCode",function(l,p,h){return l=h.converter._dispatch("encodeCode.before",l,p,h),l=l.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/([*_{}\[\]\\=~-])/g,n.helper.escapeCharactersCallback),l=h.converter._dispatch("encodeCode.after",l,p,h),l}),n.subParser("escapeSpecialCharsWithinTagAttributes",function(l,p,h){l=h.converter._dispatch("escapeSpecialCharsWithinTagAttributes.before",l,p,h);var O=/<\/?[a-z\d_:-]+(?:[\s]+[\s\S]+?)?>/gi,C=/<!(--(?:(?:[^>-]|-[^>])(?:[^-]|-[^-])*)--)>/gi;return l=l.replace(O,function(k){return k.replace(/(.)<\/?code>(?=.)/g,"$1`").replace(/([\\`*_~=|])/g,n.helper.escapeCharactersCallback)}),l=l.replace(C,function(k){return k.replace(/([\\`*_~=|])/g,n.helper.escapeCharactersCallback)}),l=h.converter._dispatch("escapeSpecialCharsWithinTagAttributes.after",l,p,h),l}),n.subParser("githubCodeBlocks",function(l,p,h){return p.ghCodeBlocks?(l=h.converter._dispatch("githubCodeBlocks.before",l,p,h),l+="¨0",l=l.replace(/(?:^|\n)(?: {0,3})(```+|~~~+)(?: *)([^\s`~]*)\n([\s\S]*?)\n(?: {0,3})\1/g,function(O,C,k,$){var I=p.omitExtraWLInCodeBlocks?"":`
`;return $=n.subParser("encodeCode")($,p,h),$=n.subParser("detab")($,p,h),$=$.replace(/^\n+/g,""),$=$.replace(/\n+$/g,""),$="<pre><code"+(k?' class="'+k+" language-"+k+'"':"")+">"+$+I+"</code></pre>",$=n.subParser("hashBlock")($,p,h),`
¨G`+(h.ghCodeBlocks.push({text:O,codeblock:$})-1)+`G
`}),l=l.replace(/¨0/,""),h.converter._dispatch("githubCodeBlocks.after",l,p,h)):l}),n.subParser("hashBlock",function(l,p,h){return l=h.converter._dispatch("hashBlock.before",l,p,h),l=l.replace(/(^\n+|\n+$)/g,""),l=`
¨K`+(h.gHtmlBlocks.push(l)-1)+`K
`,l=h.converter._dispatch("hashBlock.after",l,p,h),l}),n.subParser("hashCodeTags",function(l,p,h){l=h.converter._dispatch("hashCodeTags.before",l,p,h);var O=function(C,k,$,I){var D=$+n.subParser("encodeCode")(k,p,h)+I;return"¨C"+(h.gHtmlSpans.push(D)-1)+"C"};return l=n.helper.replaceRecursiveRegExp(l,O,"<code\\b[^>]*>","</code>","gim"),l=h.converter._dispatch("hashCodeTags.after",l,p,h),l}),n.subParser("hashElement",function(l,p,h){return function(O,C){var k=C;return k=k.replace(/\n\n/g,`
`),k=k.replace(/^\n/,""),k=k.replace(/\n+$/g,""),k=`
¨K`+(h.gHtmlBlocks.push(k)-1)+`K
`,k}}),n.subParser("hashHTMLBlocks",function(l,p,h){l=h.converter._dispatch("hashHTMLBlocks.before",l,p,h);var O=["pre","div","h1","h2","h3","h4","h5","h6","blockquote","table","dl","ol","ul","script","noscript","form","fieldset","iframe","math","style","section","header","footer","nav","article","aside","address","audio","canvas","figure","hgroup","output","video","p"],C=function(S,B,x,H){var U=S;return x.search(/\bmarkdown\b/)!==-1&&(U=x+h.converter.makeHtml(B)+H),`
¨K`+(h.gHtmlBlocks.push(U)-1)+`K
`};p.backslashEscapesHTMLTags&&(l=l.replace(/\\<(\/?[^>]+?)>/g,function(S,B){return"&lt;"+B+"&gt;"}));for(var k=0;k<O.length;++k)for(var $,I=new RegExp("^ {0,3}(<"+O[k]+"\\b[^>]*>)","im"),D="<"+O[k]+"\\b[^>]*>",M="</"+O[k]+">";($=n.helper.regexIndexOf(l,I))!==-1;){var R=n.helper.splitAtIndex(l,$),j=n.helper.replaceRecursiveRegExp(R[1],C,D,M,"im");if(j===R[1])break;l=R[0].concat(j)}return l=l.replace(/(\n {0,3}(<(hr)\b([^<>])*?\/?>)[ \t]*(?=\n{2,}))/g,n.subParser("hashElement")(l,p,h)),l=n.helper.replaceRecursiveRegExp(l,function(S){return`
¨K`+(h.gHtmlBlocks.push(S)-1)+`K
`},"^ {0,3}<!--","-->","gm"),l=l.replace(/(?:\n\n)( {0,3}(?:<([?%])[^\r]*?\2>)[ \t]*(?=\n{2,}))/g,n.subParser("hashElement")(l,p,h)),l=h.converter._dispatch("hashHTMLBlocks.after",l,p,h),l}),n.subParser("hashHTMLSpans",function(l,p,h){l=h.converter._dispatch("hashHTMLSpans.before",l,p,h);function O(C){return"¨C"+(h.gHtmlSpans.push(C)-1)+"C"}return l=l.replace(/<[^>]+?\/>/gi,function(C){return O(C)}),l=l.replace(/<([^>]+?)>[\s\S]*?<\/\1>/g,function(C){return O(C)}),l=l.replace(/<([^>]+?)\s[^>]+?>[\s\S]*?<\/\1>/g,function(C){return O(C)}),l=l.replace(/<[^>]+?>/gi,function(C){return O(C)}),l=h.converter._dispatch("hashHTMLSpans.after",l,p,h),l}),n.subParser("unhashHTMLSpans",function(l,p,h){l=h.converter._dispatch("unhashHTMLSpans.before",l,p,h);for(var O=0;O<h.gHtmlSpans.length;++O){for(var C=h.gHtmlSpans[O],k=0;/¨C(\d+)C/.test(C);){var $=RegExp.$1;if(C=C.replace("¨C"+$+"C",h.gHtmlSpans[$]),k===10){console.error("maximum nesting of 10 spans reached!!!");break}++k}l=l.replace("¨C"+O+"C",C)}return l=h.converter._dispatch("unhashHTMLSpans.after",l,p,h),l}),n.subParser("hashPreCodeTags",function(l,p,h){l=h.converter._dispatch("hashPreCodeTags.before",l,p,h);var O=function(C,k,$,I){var D=$+n.subParser("encodeCode")(k,p,h)+I;return`
¨G`+(h.ghCodeBlocks.push({text:C,codeblock:D})-1)+`G
`};return l=n.helper.replaceRecursiveRegExp(l,O,"^ {0,3}<pre\\b[^>]*>\\s*<code\\b[^>]*>","^ {0,3}</code>\\s*</pre>","gim"),l=h.converter._dispatch("hashPreCodeTags.after",l,p,h),l}),n.subParser("headers",function(l,p,h){l=h.converter._dispatch("headers.before",l,p,h);var O=isNaN(parseInt(p.headerLevelStart))?1:parseInt(p.headerLevelStart),C=p.smoothLivePreview?/^(.+)[ \t]*\n={2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n=+[ \t]*\n+/gm,k=p.smoothLivePreview?/^(.+)[ \t]*\n-{2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n-+[ \t]*\n+/gm;l=l.replace(C,function(D,M){var R=n.subParser("spanGamut")(M,p,h),j=p.noHeaderId?"":' id="'+I(M)+'"',S=O,B="<h"+S+j+">"+R+"</h"+S+">";return n.subParser("hashBlock")(B,p,h)}),l=l.replace(k,function(D,M){var R=n.subParser("spanGamut")(M,p,h),j=p.noHeaderId?"":' id="'+I(M)+'"',S=O+1,B="<h"+S+j+">"+R+"</h"+S+">";return n.subParser("hashBlock")(B,p,h)});var $=p.requireSpaceBeforeHeadingText?/^(#{1,6})[ \t]+(.+?)[ \t]*#*\n+/gm:/^(#{1,6})[ \t]*(.+?)[ \t]*#*\n+/gm;l=l.replace($,function(D,M,R){var j=R;p.customizedHeaderId&&(j=R.replace(/\s?\{([^{]+?)}\s*$/,""));var S=n.subParser("spanGamut")(j,p,h),B=p.noHeaderId?"":' id="'+I(R)+'"',x=O-1+M.length,H="<h"+x+B+">"+S+"</h"+x+">";return n.subParser("hashBlock")(H,p,h)});function I(D){var M,R;if(p.customizedHeaderId){var j=D.match(/\{([^{]+?)}\s*$/);j&&j[1]&&(D=j[1])}return M=D,n.helper.isString(p.prefixHeaderId)?R=p.prefixHeaderId:p.prefixHeaderId===!0?R="section-":R="",p.rawPrefixHeaderId||(M=R+M),p.ghCompatibleHeaderId?M=M.replace(/ /g,"-").replace(/&amp;/g,"").replace(/¨T/g,"").replace(/¨D/g,"").replace(/[&+$,\/:;=?@"#{}|^¨~\[\]`\\*)(%.!'<>]/g,"").toLowerCase():p.rawHeaderId?M=M.replace(/ /g,"-").replace(/&amp;/g,"&").replace(/¨T/g,"¨").replace(/¨D/g,"$").replace(/["']/g,"-").toLowerCase():M=M.replace(/[^\w]/g,"").toLowerCase(),p.rawPrefixHeaderId&&(M=R+M),h.hashLinkCounts[M]?M=M+"-"+h.hashLinkCounts[M]++:h.hashLinkCounts[M]=1,M}return l=h.converter._dispatch("headers.after",l,p,h),l}),n.subParser("horizontalRule",function(l,p,h){l=h.converter._dispatch("horizontalRule.before",l,p,h);var O=n.subParser("hashBlock")("<hr />",p,h);return l=l.replace(/^ {0,2}( ?-){3,}[ \t]*$/gm,O),l=l.replace(/^ {0,2}( ?\*){3,}[ \t]*$/gm,O),l=l.replace(/^ {0,2}( ?_){3,}[ \t]*$/gm,O),l=h.converter._dispatch("horizontalRule.after",l,p,h),l}),n.subParser("images",function(l,p,h){l=h.converter._dispatch("images.before",l,p,h);var O=/!\[([^\]]*?)][ \t]*()\([ \t]?<?([\S]+?(?:\([\S]*?\)[\S]*?)?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,C=/!\[([^\]]*?)][ \t]*()\([ \t]?<([^>]*)>(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(?:(["'])([^"]*?)\6))?[ \t]?\)/g,k=/!\[([^\]]*?)][ \t]*()\([ \t]?<?(data:.+?\/.+?;base64,[A-Za-z0-9+/=\n]+?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,$=/!\[([^\]]*?)] ?(?:\n *)?\[([\s\S]*?)]()()()()()/g,I=/!\[([^\[\]]+)]()()()()()/g;function D(R,j,S,B,x,H,U,z){return B=B.replace(/\s/g,""),M(R,j,S,B,x,H,U,z)}function M(R,j,S,B,x,H,U,z){var ee=h.gUrls,de=h.gTitles,De=h.gDimensions;if(S=S.toLowerCase(),z||(z=""),R.search(/\(<?\s*>? ?(['"].*['"])?\)$/m)>-1)B="";else if(B===""||B===null)if((S===""||S===null)&&(S=j.toLowerCase().replace(/ ?\n/g," ")),B="#"+S,!n.helper.isUndefined(ee[S]))B=ee[S],n.helper.isUndefined(de[S])||(z=de[S]),n.helper.isUndefined(De[S])||(x=De[S].width,H=De[S].height);else return R;j=j.replace(/"/g,"&quot;").replace(n.helper.regexes.asteriskDashAndColon,n.helper.escapeCharactersCallback),B=B.replace(n.helper.regexes.asteriskDashAndColon,n.helper.escapeCharactersCallback);var be='<img src="'+B+'" alt="'+j+'"';return z&&n.helper.isString(z)&&(z=z.replace(/"/g,"&quot;").replace(n.helper.regexes.asteriskDashAndColon,n.helper.escapeCharactersCallback),be+=' title="'+z+'"'),x&&H&&(x=x==="*"?"auto":x,H=H==="*"?"auto":H,be+=' width="'+x+'"',be+=' height="'+H+'"'),be+=" />",be}return l=l.replace($,M),l=l.replace(k,D),l=l.replace(C,M),l=l.replace(O,M),l=l.replace(I,M),l=h.converter._dispatch("images.after",l,p,h),l}),n.subParser("italicsAndBold",function(l,p,h){l=h
`),$+="¨0";var D=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0| {0,3}([*+-]|\d+[.])[ \t]+))/gm,M=/\n[ \t]*\n(?!¨0)/.test($);return p.disableForced4SpacesIndentedSublists&&(D=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0|\2([*+-]|\d+[.])[ \t]+))/gm),$=$.replace(D,function(R,j,S,B,x,H,U){U=U&&U.trim()!=="";var z=n.subParser("outdent")(x,p,h),ee="";return H&&p.tasklists&&(ee=' class="task-list-item" style="list-style-type: none;"',z=z.replace(/^[ \t]*\[(x|X| )?]/m,function(){var de='<input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;"';return U&&(de+=" checked"),de+=">",de})),z=z.replace(/^([-*+]|\d\.)[ \t]+[\S\n ]*/g,function(de){return"¨A"+de}),j||z.search(/\n{2,}/)>-1?(z=n.subParser("githubCodeBlocks")(z,p,h),z=n.subParser("blockGamut")(z,p,h)):(z=n.subParser("lists")(z,p,h),z=z.replace(/\n$/,""),z=n.subParser("hashHTMLBlocks")(z,p,h),z=z.replace(/\n\n+/g,`
`),M?z=n.subParser("paragraphs")(z,p,h):z=n.subParser("spanGamut")(z,p,h)),z=z.replace("¨A",""),z="<li"+ee+">"+z+`</li>
`,z}),$=$.replace(/¨0/g,""),h.gListLevel--,I&&($=$.replace(/\s+$/,"")),$}function C($,I){if(I==="ol"){var D=$.match(/^ *(\d+)\./);if(D&&D[1]!=="1")return' start="'+D[1]+'"'}return""}function k($,I,D){var M=p.disableForced4SpacesIndentedSublists?/^ ?\d+\.[ \t]/gm:/^ {0,3}\d+\.[ \t]/gm,R=p.disableForced4SpacesIndentedSublists?/^ ?[*+-][ \t]/gm:/^ {0,3}[*+-][ \t]/gm,j=I==="ul"?M:R,S="";if($.search(j)!==-1)(function x(H){var U=H.search(j),z=C($,I);U!==-1?(S+=`
<`+I+z+`>
`+O(H.slice(0,U),!!D)+"</"+I+`>
`,I=I==="ul"?"ol":"ul",j=I==="ul"?M:R,x(H.slice(U))):S+=`
<`+I+z+`>
`+O(H,!!D)+"</"+I+`>
`})($);else{var B=C($,I);S=`
<`+I+B+`>
`+O($,!!D)+"</"+I+`>
`}return S}return l=h.converter._dispatch("lists.before",l,p,h),l+="¨0",h.gListLevel?l=l.replace(/^(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,function($,I,D){var M=D.search(/[*+-]/g)>-1?"ul":"ol";return k(I,M,!0)}):l=l.replace(/(\n\n|^\n?)(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,function($,I,D,M){var R=M.search(/[*+-]/g)>-1?"ul":"ol";return k(D,R,!1)}),l=l.replace(/¨0/,""),l=h.converter._dispatch("lists.after",l,p,h),l}),n.subParser("metadata",function(l,p,h){if(!p.metadata)return l;l=h.converter._dispatch("metadata.before",l,p,h);function O(C){h.metadata.raw=C,C=C.replace(/&/g,"&amp;").replace(/"/g,"&quot;"),C=C.replace(/\n {4}/g," "),C.replace(/^([\S ]+): +([\s\S]+?)$/gm,function(k,$,I){return h.metadata.parsed[$]=I,""})}return l=l.replace(/^\s*«««+(\S*?)\n([\s\S]+?)\n»»»+\n/,function(C,k,$){return O($),"¨M"}),l=l.replace(/^\s*---+(\S*?)\n([\s\S]+?)\n---+\n/,function(C,k,$){return k&&(h.metadata.format=k),O($),"¨M"}),l=l.replace(/¨M/g,""),l=h.converter._dispatch("metadata.after",l,p,h),l}),n.subParser("outdent",function(l,p,h){return l=h.converter._dispatch("outdent.before",l,p,h),l=l.replace(/^(\t|[ ]{1,4})/gm,"¨0"),l=l.replace(/¨0/g,""),l=h.converter._dispatch("outdent.after",l,p,h),l}),n.subParser("paragraphs",function(l,p,h){l=h.converter._dispatch("paragraphs.before",l,p,h),l=l.replace(/^\n+/g,""),l=l.replace(/\n+$/g,"");for(var O=l.split(/\n{2,}/g),C=[],k=O.length,$=0;$<k;$++){var I=O[$];I.search(/¨(K|G)(\d+)\1/g)>=0?C.push(I):I.search(/\S/)>=0&&(I=n.subParser("spanGamut")(I,p,h),I=I.replace(/^([ \t]*)/g,"<p>"),I+="</p>",C.push(I))}for(k=C.length,$=0;$<k;$++){for(var D="",M=C[$],R=!1;/¨(K|G)(\d+)\1/.test(M);){var j=RegExp.$1,S=RegExp.$2;j==="K"?D=h.gHtmlBlocks[S]:R?D=n.subParser("encodeCode")(h.ghCodeBlocks[S].text,p,h):D=h.ghCodeBlocks[S].codeblock,D=D.replace(/\$/g,"$$$$"),M=M.replace(/(\n\n)?¨(K|G)\d+\2(\n\n)?/,D),/^<pre\b[^>]*>\s*<code\b[^>]*>/.test(M)&&(R=!0)}C[$]=M}return l=C.join(`
`),l=l.replace(/^\n+/g,""),l=l.replace(/\n+$/g,""),h.converter._dispatch("paragraphs.after",l,p,h)}),n.subParser("runExtension",function(l,p,h,O){if(l.filter)p=l.filter(p,O.converter,h);else if(l.regex){var C=l.regex;C instanceof RegExp||(C=new RegExp(C,"g")),p=p.replace(C,l.replace)}return p}),n.subParser("spanGamut",function(l,p,h){return l=h.converter._dispatch("spanGamut.before",l,p,h),l=n.subParser("codeSpans")(l,p,h),l=n.subParser("escapeSpecialCharsWithinTagAttributes")(l,p,h),l=n.subParser("encodeBackslashEscapes")(l,p,h),l=n.subParser("images")(l,p,h),l=n.subParser("anchors")(l,p,h),l=n.subParser("autoLinks")(l,p,h),l=n.subParser("simplifiedAutoLinks")(l,p,h),l=n.subParser("emoji")(l,p,h),l=n.subParser("underline")(l,p,h),l=n.subParser("italicsAndBold")(l,p,h),l=n.subParser("strikethrough")(l,p,h),l=n.subParser("ellipsis")(l,p,h),l=n.subParser("hashHTMLSpans")(l,p,h),l=n.subParser("encodeAmpsAndAngles")(l,p,h),p.simpleLineBreaks?/\n\n¨K/.test(l)||(l=l.replace(/\n+/g,`<br />
`)):l=l.replace(/ +\n/g,`<br />
`),l=h.converter._dispatch("spanGamut.after",l,p,h),l}),n.subParser("strikethrough",function(l,p,h){function O(C){return p.simplifiedAutoLink&&(C=n.subParser("simplifiedAutoLinks")(C,p,h)),"<del>"+C+"</del>"}return p.strikethrough&&(l=h.converter._dispatch("strikethrough.before",l,p,h),l=l.replace(/(?:~){2}([\s\S]+?)(?:~){2}/g,function(C,k){return O(k)}),l=h.converter._dispatch("strikethrough.after",l,p,h)),l}),n.subParser("stripLinkDefinitions",function(l,p,h){var O=/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*<?([^>\s]+)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n+|(?=¨0))/gm,C=/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*<?(data:.+?\/.+?;base64,[A-Za-z0-9+/=\n]+?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n\n|(?=¨0)|(?=\n\[))/gm;l+="¨0";var k=function($,I,D,M,R,j,S){return I=I.toLowerCase(),D.match(/^data:.+?\/.+?;base64,/)?h.gUrls[I]=D.replace(/\s/g,""):h.gUrls[I]=n.subParser("encodeAmpsAndAngles")(D,p,h),j?j+S:(S&&(h.gTitles[I]=S.replace(/"|'/g,"&quot;")),p.parseImgDimensions&&M&&R&&(h.gDimensions[I]={width:M,height:R}),"")};return l=l.replace(C,k),l=l.replace(O,k),l=l.replace(/¨0/,""),l}),n.subParser("tables",function(l,p,h){if(!p.tables)return l;var O=/^ {0,3}\|?.+\|.+\n {0,3}\|?[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*:?[ \t]*(?:[-=]){2,}[\s\S]+?(?:\n\n|¨0)/gm,C=/^ {0,3}\|.+\|[ \t]*\n {0,3}\|[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*\n( {0,3}\|.+\|[ \t]*\n)*(?:\n|¨0)/gm;function k(R){return/^:[ \t]*--*$/.test(R)?' style="text-align:left;"':/^--*[ \t]*:[ \t]*$/.test(R)?' style="text-align:right;"':/^:[ \t]*--*[ \t]*:$/.test(R)?' style="text-align:center;"':""}function $(R,j){var S="";return R=R.trim(),(p.tablesHeaderId||p.tableHeaderId)&&(S=' id="'+R.replace(/ /g,"_").toLowerCase()+'"'),R=n.subParser("spanGamut")(R,p,h),"<th"+S+j+">"+R+`</th>
`}function I(R,j){var S=n.subParser("spanGamut")(R,p,h);return"<td"+j+">"+S+`</td>
`}function D(R,j){for(var S=`<table>
<thead>
<tr>
`,B=R.length,x=0;x<B;++x)S+=R[x];for(S+=`</tr>
</thead>
<tbody>
`,x=0;x<j.length;++x){S+=`<tr>
`;for(var H=0;H<B;++H)S+=j[x][H];S+=`</tr>
`}return S+=`</tbody>
</table>
`,S}function M(R){var j,S=R.split(`
`);for(j=0;j<S.length;++j)/^ {0,3}\|/.test(S[j])&&(S[j]=S[j].replace(/^ {0,3}\|/,"")),/\|[ \t]*$/.test(S[j])&&(S[j]=S[j].replace(/\|[ \t]*$/,"")),S[j]=n.subParser("codeSpans")(S[j],p,h);var B=S[0].split("|").map(function(be){return be.trim()}),x=S[1].split("|").map(function(be){return be.trim()}),H=[],U=[],z=[],ee=[];for(S.shift(),S.shift(),j=0;j<S.length;++j)S[j].trim()!==""&&H.push(S[j].split("|").map(function(be){return be.trim()}));if(B.length<x.length)return R;for(j=0;j<x.length;++j)z.push(k(x[j]));for(j=0;j<B.length;++j)n.helper.isUndefined(z[j])&&(z[j]=""),U.push($(B[j],z[j]));for(j=0;j<H.length;++j){for(var de=[],De=0;De<U.length;++De)n.helper.isUndefined(H[j][De]),de.push(I(H[j][De],z[De]));ee.push(de)}return D(U,ee)}return l=h.converter._dispatch("tables.before",l,p,h),l=l.replace(/\\(\|)/g,n.helper.escapeCharactersCallback),l=l.replace(O,M),l=l.replace(C,M),l=h.converter._dispatch("tables.after",l,p,h),l}),n.subParser("underline",function(l,p,h){return p.underline&&(l=h.converter._dispatch("underline.before",l,p,h),p.literalMidWordUnderscores?(l=l.replace(/\b___(\S[\s\S]*?)___\b/g,function(O,C){return"<u>"+C+"</u>"}),l=l.replace(/\b__(\S[\s\S]*?)__\b/g,function(O,C){return"<u>"+C+"</u>"})):(l=l.replace(/___(\S[\s\S]*?)___/g,function(O,C){return/\S$/.test(C)?"<u>"+C+"</u>":O}),l=l.replace(/__(\S[\s\S]*?)__/g,function(O,C){return/\S$/.test(C)?"<u>"+C+"</u>":O})),l=l.replace(/(_)/g,n.helper.escapeCharactersCallback),l=h.converter._dispatch("underline.after",l,p,h)),l}),n.subParser("unescapeSpecialChars",function(l,p,h){return l=h.converter._dispatch("unescapeSpecialChars.before",l,p,h),l=l.replace(/¨E(\d+)E/g,function(O,C){var k=parseInt(C);return String.fromCharCode(k)}),l=h.converter._dispatch("unescapeSpecialChars.after",l,p,h),l}),n.subParser("makeMarkdown.blockquote",function(l,p){var h="";if(l.hasChildNodes())for(var O=l.childNodes,C=O.length,k=0;k<C;++k){var $=n.subParser("makeMarkdown.node")(O[k],p);$!==""&&(h+=$)}return h=h.trim(),h="> "+h.split(`
`).join(`
> `),h}),n.subParser("makeMarkdown.codeBlock",function(l,p){var h=l.getAttribute("language"),O=l.getAttribute("precodenum");return"```"+h+`
`+p.preList[O]+"\n```"}),n.subParser("makeMarkdown.codeSpan",function(l){return"`"+l.innerHTML+"`"}),n.subParser("makeMarkdown.emphasis",function(l,p){var h="";if(l.hasChildNodes()){h+="*";for(var O=l.childNodes,C=O.length,k=0;k<C;++k)h+=n.subParser("makeMarkdown.node")(O[k],p);h+="*"}return h}),n.subParser("makeMarkdown.header",function(l,p,h){var O=new Array(h+1).join("#"),C="";if(l.hasChildNodes()){C=O+" ";for(var k=l.childNodes,$=k.length,I=0;I<$;++I)C+=n.subParser("makeMarkdown.node")(k[I],p)}return C}),n.subParser("makeMarkdown.hr",function(){return"---"}),n.subParser("makeMarkdown.image",function(l){var p="";return l.hasAttribute("src")&&(p+="!["+l.getAttribute("alt")+"](",p+="<"+l.getAttribute("src")+">",l.hasAttribute("width")&&l.hasAttribute("height")&&(p+=" ="+l.getAttribute("width")+"x"+l.getAttribute("height")),l.hasAttribute("title")&&(p+=' "'+l.getAttribute("title")+'"'),p+=")"),p}),n.subParser("makeMarkdown.links",function(l,p){var h="";if(l.hasChildNodes()&&l.hasAttribute("href")){var O=l.childNodes,C=O.length;h="[";for(var k=0;k<C;++k)h+=n.subParser("makeMarkdown.node")(O[k],p);h+="](",h+="<"+l.getAttribute("href")+">",l.hasAttribute("title")&&(h+=' "'+l.getAttribute("title")+'"'),h+=")"}return h}),n.subParser("makeMarkdown.list",function(l,p,h){var O="";if(!l.hasChildNodes())return"";for(var C=l.childNodes,k=C.length,$=l.getAttribute("start")||1,I=0;I<k;++I)if(!(typeof C[I].tagName>"u"||C[I].tagName.toLowerCase()!=="li")){var D="";h==="ol"?D=$.toString()+". ":D="- ",O+=D+n.subParser("makeMarkdown.listItem")(C[I],p),++$}return O+=`
<!-- -->
`,O.trim()}),n.subParser("makeMarkdown.listItem",function(l,p){for(var h="",O=l.childNodes,C=O.length,k=0;k<C;++k)h+=n.subParser("makeMarkdown.node")(O[k],p);return/\n$/.test(h)?h=h.split(`
`).join(`
`).replace(/^ {4}$/gm,"").replace(/\n\n+/g,`
`):h+=`
`,h}),n.subParser("makeMarkdown.node",function(l,p,h){h=h||!1;var O="";if(l.nodeType===3)return n.subParser("makeMarkdown.txt")(l,p);if(l.nodeType===8)return"<!--"+l.data+`-->
`;if(l.nodeType!==1)return"";var C=l.tagName.toLowerCase();switch(C){case"h1":h||(O=n.subParser("makeMarkdown.header")(l,p,1)+`
`);break;case"h2":h||(O=n.subParser("makeMarkdown.header")(l,p,2)+`
`);break;case"h3":h||(O=n.subParser("makeMarkdown.header")(l,p,3)+`
`);break;case"h4":h||(O=n.subParser("makeMarkdown.header")(l,p,4)+`
`);break;case"h5":h||(O=n.subParser("makeMarkdown.header")(l,p,5)+`
`);break;case"h6":h||(O=n.subParser("makeMarkdown.header")(l,p,6)+`
`);break;case"p":h||(O=n.subParser("makeMarkdown.paragraph")(l,p)+`
`);break;case"blockquote":h||(O=n.subParser("makeMarkdown.blockquote")(l,p)+`
`);break;case"hr":h||(O=n.subParser("makeMarkdown.hr")(l,p)+`
`);break;case"ol":h||(O=n.subParser("makeMarkdown.list")(l,p,"ol")+`
`);break;case"ul":h||(O=n.subParser("makeMarkdown.list")(l,p,"ul")+`
`);break;case"precode":h||(O=n.subParser("makeMarkdown.codeBlock")(l,p)+`
`);break;case"pre":h||(O=n.subParser("makeMarkdown.pre")(l,p)+`
`);break;case"table":h||(O=n.subParser("makeMarkdown.table")(l,p)+`
`);break;case"code":O=n.subParser("makeMarkdown.codeSpan")(l,p);break;case"em":case"i":O=n.subParser("makeMarkdown.emphasis")(l,p);break;case"strong":case"b":O=n.subParser("makeMarkdown.strong")(l,p);break;case"del":O=n.subParser("makeMarkdown.strikethrough")(l,p);break;case"a":O=n.subParser("makeMarkdown.links")(l,p);break;case"img":O=n.subParser("makeMarkdown.image")(l,p);break;default:O=l.outerHTML+`
`}return O}),n.subParser("makeMarkdown.paragraph",function(l,p){var h="";if(l.hasChildNodes())for(var O=l.childNodes,C=O.length,k=0;k<C;++k)h+=n.subParser("makeMarkdown.node")(O[k],p);return h=h.trim(),h}),n.subParser("makeMarkdown.pre",function(l,p){var h=l.getAttribute("prenum");return"<pre>"+p.preList[h]+"</pre>"}),n.subParser("makeMarkdown.strikethrough",function(l,p){var h="";if(l.hasChildNodes()){h+="~~";for(var O=l.childNodes,C=O.length,k=0;k<C;++k)h+=n.subParser("makeMarkdown.node")(O[k],p);h+="~~"}return h}),n.subParser("makeMarkdown.strong",function(l,p){var h="";if(l.hasChildNodes()){h+="**";for(var O=l.childNodes,C=O.length,k=0;k<C;++k)h+=n.subParser("makeMarkdown.node")(O[k],p);h+="**"}return h}),n.subParser("makeMarkdown.table",function(l,p){var h="",O=[[],[]],C=l.querySelectorAll("thead>tr>th"),k=l.querySelectorAll("tbody>tr"),$,I;for($=0;$<C.length;++$){var D=n.subParser("makeMarkdown.tableCell")(C[$],p),M="---";if(C[$].hasAttribute("style")){var R=C[$].getAttribute("style").toLowerCase().replace(/\s/g,"");switch(R){case"text-align:left;":M=":---";break;case"text-align:right;":M="---:";break;case"text-align:center;":M=":---:";break}}O[0][$]=D.trim(),O[1][$]=M}for($=0;$<k.length;++$){var j=O.push([])-1,S=k[$].getElementsByTagName("td");for(I=0;I<C.length;++I){var B=" ";typeof S[I]<"u"&&(B=n.subParser("makeMarkdown.tableCell")(S[I],p)),O[j].push(B)}}var x=3;for($=0;$<O.length;++$)for(I=0;I<O[$].length;++I){var H=O[$][I].length;H>x&&(x=H)}for($=0;$<O.length;++$){for(I=0;I<O[$].length;++I)$===1?O[$][I].slice(-1)===":"?O[$][I]=n.helper.padEnd(O[$][I].slice(-1),x-1,"-")+":":O[$][I]=n.helper.padEnd(O[$][I],x,"-"):O[$][I]=n.helper.padEnd(O[$][I],x);h+="| "+O[$].join(" | ")+` |
`}return h.trim()}),n.subParser("makeMarkdown.tableCell",function(l,p){var h="";if(!l.hasChildNodes())return"";for(var O=l.childNodes,C=O.length,k=0;k<C;++k)h+=n.subParser("makeMarkdown.node")(O[k],p,!0);return h.trim()}),n.subParser("makeMarkdown.txt",function(l){var p=l.nodeValue;return p=p.replace(/ +/g," "),p=p.replace(/¨NBSP;/g," "),p=n.helper.unescapeHTMLEntities(p),p=p.replace(/([*_~|`])/g,"\\$1"),p=p.replace(/^(\s*)>/g,"\\$1>"),p=p.replace(/^#/gm,"\\#"),p=p.replace(/^(\s*)([-=]{3,})(\s*)$/,"$1\\$2$3"),p=p.replace(/^( {0,3}\d+)\./gm,"$1\\."),p=p.replace(/^( {0,3})([+-])/gm,"$1\\$2"),p=p.replace(/]([\s]*)\(/g,"\\]$1\\("),p=p.replace(/^ {0,3}\[([\S \t]*?)]:/gm,"\\[$1]:"),p});var _=this;t.exports?t.exports=n:_.showdown=n}).call(ke)})(o3);var QW=o3.exports;const BQ=Og(QW);var ul,eK=new Uint8Array(16);function tK(){if(!ul&&(ul=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto<"u"&&typeof msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto),!ul))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ul(eK)}const rK=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function nK(t){return typeof t=="string"&&rK.test(t)}var wt=[];for(var Np=0;Np<256;++Np)wt.push((Np+256).toString(16).substr(1));function iK(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,r=(wt[t[e+0]]+wt[t[e+1]]+wt[t[e+2]]+wt[t[e+3]]+"-"+wt[t[e+4]]+wt[t[e+5]]+"-"+wt[t[e+6]]+wt[t[e+7]]+"-"+wt[t[e+8]]+wt[t[e+9]]+"-"+wt[t[e+10]]+wt[t[e+11]]+wt[t[e+12]]+wt[t[e+13]]+wt[t[e+14]]+wt[t[e+15]]).toLowerCase();if(!nK(r))throw TypeError("Stringified UUID is invalid");return r}function LQ(t,e,r){t=t||{};var n=t.random||(t.rng||tK)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,e){r=r||0;for(var i=0;i<16;++i)e[r+i]=n[i];return e}return iK(n)}function Cv(t,e,r){var n,i,a,o,s;e==null&&(e=100);function u(){var d=Date.now()-o;d<e&&d>=0?n=setTimeout(u,e-d):(n=null,r||(s=t.apply(a,i),a=i=null))}var c=function(){a=this,i=arguments,o=Date.now();var d=r&&!n;return n||(n=setTimeout(u,e)),d&&(s=t.apply(a,i),a=i=null),s};return c.clear=function(){n&&(clearTimeout(n),n=null)},c.flush=function(){n&&(s=t.apply(a,i),a=i=null,clearTimeout(n),n=null)},c}Cv.debounce=Cv;var FQ=Cv;/*!
* vue-i18n v8.28.2
* (c) 2022 kazuya kawaguchi
* Released under the MIT License.
*/var s3=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"],aK=["dateStyle","timeStyle","calendar","localeMatcher","hour12","hourCycle","timeZone","formatMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName"];function Do(t,e){typeof console<"u"&&(console.warn("[vue-i18n] "+t),e&&console.warn(e.stack))}function oK(t,e){typeof console<"u"&&(console.error("[vue-i18n] "+t),e&&console.error(e.stack))}var yn=Array.isArray;function jr(t){return t!==null&&typeof t=="object"}function sK(t){return typeof t=="boolean"}function bt(t){return typeof t=="string"}var uK=Object.prototype.toString,lK="[object Object]";function mn(t){return uK.call(t)===lK}function Yt(t){return t==null}function Av(t){return typeof t=="function"}function md(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];var r=null,n=null;return t.length===1?jr(t[0])||yn(t[0])?n=t[0]:typeof t[0]=="string"&&(r=t[0]):t.length===2&&(typeof t[0]=="string"&&(r=t[0]),(jr(t[1])||yn(t[1]))&&(n=t[1])),{locale:r,params:n}}function zo(t){return JSON.parse(JSON.stringify(t))}function cK(t,e){if(t.delete(e))return t}function fK(t){var e=[];return t.forEach(function(r){return e.push(r)}),e}function Eu(t,e){return!!~t.indexOf(e)}var dK=Object.prototype.hasOwnProperty;function pK(t,e){return dK.call(t,e)}function aa(t){for(var e=arguments,r=Object(t),n=1;n<arguments.length;n++){var i=e[n];if(i!=null){var a=void 0;for(a in i)pK(i,a)&&(jr(i[a])?r[a]=aa(r[a],i[a]):r[a]=i[a])}}return r}function ef(t,e){if(t===e)return!0;var r=jr(t),n=jr(e);if(r&&n)try{var i=yn(t),a=yn(e);if(i&&a)return t.length===e.length&&t.every(function(u,c){return ef(u,e[c])});if(!i&&!a){var o=Object.keys(t),s=Object.keys(e);return o.length===s.length&&o.every(function(u){return ef(t[u],e[u])})}else return!1}catch{return!1}else return!r&&!n?String(t)===String(e):!1}function hK(t){return t.replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&apos;")}function vK(t){return t!=null&&Object.keys(t).forEach(function(e){typeof t[e]=="string"&&(t[e]=hK(t[e]))}),t}function mK(t){t.prototype.hasOwnProperty("$i18n")||Object.defineProperty(t.prototype,"$i18n",{get:function(){return this._i18n}}),t.prototype.$t=function(e){for(var r=[],n=arguments.length-1;n-- >0;)r[n]=arguments[n+1];var i=this.$i18n;return i._t.apply(i,[e,i.locale,i._getMessages(),this].concat(r))},t.prototype.$tc=function(e,r){for(var n=[],i=arguments.length-2;i-- >0;)n[i]=arguments[i+2];var a=this.$i18n;return a._tc.apply(a,[e,a.locale,a._getMessages(),this,r].concat(n))},t.prototype.$te=function(e,r){var n=this.$i18n;return n._te(e,n.locale,n._getMessages(),r)},t.prototype.$d=function(e){for(var r,n=[],i=arguments.length-1;i-- >0;)n[i]=arguments[i+1];return(r=this.$i18n).d.apply(r,[e].concat(n))},t.prototype.$n=function(e){for(var r,n=[],i=arguments.length-1;i-- >0;)n[i]=arguments[i+1];return(r=this.$i18n).n.apply(r,[e].concat(n))}}function gK(t){t===void 0&&(t=!1);function e(){this!==this.$root&&this.$options.__INTLIFY_META__&&this.$el&&this.$el.setAttribute("data-intlify",this.$options.__INTLIFY_META__)}return t?{mounted:e}:{beforeCreate:function(){var n=this.$options;if(n.i18n=n.i18n||(n.__i18nBridge||n.__i18n?{}:null),n.i18n){if(n.i18n instanceof Y){if(n.__i18nBridge||n.__i18n)try{var i=n.i18n&&n.i18n.messages?n.i18n.messages:{},a=n.__i18nBridge||n.__i18n;a.forEach(function(v){i=aa(i,JSON.parse(v))}),Object.keys(i).forEach(function(v){n.i18n.mergeLocaleMessage(v,i[v])})}catch{}this._i18n=n.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(mn(n.i18n)){var o=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Y?this.$root.$i18n:null;if(o&&(n.i18n.root=this.$root,n.i18n.formatter=o.formatter,n.i18n.fallbackLocale=o.fallbackLocale,n.i18n.formatFallbackMessages=o.formatFallbackMessages,n.i18n.silentTranslationWarn=o.silentTranslationWarn,n.i18n.sile
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var JK=Number.POSITIVE_INFINITY,m3=JK;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var ZK=Number;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var QK=ZK,eq=QK;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var tq=eq,rq=tq.NEGATIVE_INFINITY,g3=rq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var nq=1023,b3=nq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var iq=1023,aq=iq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var oq=-1023,sq=oq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var uq=-1074,lq=uq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/function cq(t){return t!==t}var fq=cq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var dq=fq,y3=dq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var pq=m3,hq=g3;function vq(t){return t===pq||t===hq}var mq=vq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var gq=mq,_3=gq;/**
* @license Apache-2.0
*
* Copyright (c) 2022 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var bq=2147483648,yq=bq;/**
* @license Apache-2.0
*
* Copyright (c) 2022 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var _q=2147483647,wq=_q;/**
* @license Apache-2.0
*
* Copyright (c) 2021 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var Oq=typeof Object.defineProperty=="function"?Object.defineProperty:null,Pq=Oq;/**
* @license Apache-2.0
*
* Copyright (c) 2021 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var Sq=Pq;function Tq(){try{return Sq({},"x",{}),!0}catch{return!1}}var Eq=Tq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var $q=Object.defineProperty,Cq=$q;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var Uo=Object.prototype,YP=Uo.toString,XP=Uo.__defineGetter__,JP=Uo.__defineSetter__,Aq=Uo.__lookupGetter__,Dq=Uo.__lookupSetter__;function kq(t,e,r){var n,i,a,o;if(typeof t!="object"||t===null||YP.call(t)==="[object Array]")throw new TypeError("invalid argument. First argument must be an object. Value: `"+t+"`.");if(typeof r!="object"||r===null||YP.call(r)==="[object Array]")throw new TypeError("invalid argument. Property descriptor must be an object. Value: `"+r+"`.");if(i="value"in r,i&&(Aq.call(t,e)||Dq.call(t,e)?(n=t.__proto__,t.__proto__=Uo,delete t[e],t[e]=r.value,t.__proto__=n):t[e]=r.value),a="get"in r,o="set"in r,i&&(a||o))throw new Error("invalid argument. Cannot specify one or more accessors and a value or writable attribute in the property descriptor.");return a&&XP&&XP.call(t,e,r.get),o&&JP&&JP.call(t,e,r.set),t}var Mq=kq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var Iq=Eq,Rq=Cq,Nq=Mq,Mv;Iq()?Mv=Rq:Mv=Nq;var jq=Mv;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var Bq=jq;function Lq(t,e,r){Bq(t,e,{configurable:!1,enumerable:!1,writable:!1,value:r})}var Fq=Lq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var xq=Fq,w3=xq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/function Hq(){return typeof Symbol=="function"&&typeof Symbol("foo")=="symbol"}var Vq=Hq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var zq=Vq,Uq=zq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var Gq=Uq,Wq=Gq();function Kq(){return Wq&&typeof Symbol.toStringTag=="symbol"}var qq=Kq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var Yq=qq,Xq=Yq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var Jq=Object.prototype.toString,O3=Jq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var Zq=O3;function Qq(t){return Zq.call(t)}var eY=Qq;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var tY=Object.prototype.hasOwnProperty;function rY(t,e){return t==null?!1:tY.call(t,e)}var nY=rY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var iY=nY,aY=iY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var oY=typeof Symbol=="function"?Symbol.toStringTag:"",sY=oY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var uY=aY,hs=sY,Bp=O3;function lY(t){var e,r,n;if(t==null)return Bp.call(t);r=t[hs],e=uY(t,hs);try{t[hs]=void 0}catch{return Bp.call(t)}return n=Bp.call(t),e?t[hs]=r:delete t[hs],n}var cY=lY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var fY=Xq,dY=eY,pY=cY,Iv;fY()?Iv=pY:Iv=dY;var bd=Iv;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var hY=bd,vY=typeof Uint32Array=="function";function mY(t){return vY&&t instanceof Uint32Array||hY(t)==="[object Uint32Array]"}var gY=mY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var bY=gY,yY=bY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var _Y=4294967295,wY=_Y;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var OY=typeof Uint32Array=="function"?Uint32Array:null,PY=OY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var SY=yY,Lp=wY,ZP=PY;function TY(){var t,e;if(typeof ZP!="function")return!1;try{e=[1,3.14,-3.14,Lp+1,Lp+2],e=new ZP(e),t=SY(e)&&e[0]===1&&e[1]===3&&e[2]===Lp-2&&e[3]===0&&e[4]===1}catch{t=!1}return t}var EY=TY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var $Y=EY,CY=$Y;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var AY=typeof Uint32Array=="function"?Uint32Array:void 0,DY=AY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/function kY(){throw new Error("not implemented")}var MY=kY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var IY=CY,RY=DY,NY=MY,Rv;IY()?Rv=RY:Rv=NY;var eb=Rv;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var jY=bd,BY=typeof Float64Array=="function";function LY(t){return BY&&t instanceof Float64Array||jY(t)==="[object Float64Array]"}var FY=LY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var xY=FY,HY=xY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var VY=typeof Float64Array=="function"?Float64Array:null,zY=VY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var UY=HY,QP=zY;function GY(){var t,e;if(typeof QP!="function")return!1;try{e=new QP([1,3.14,-3.14,NaN]),t=UY(e)&&e[0]===1&&e[1]===3.14&&e[2]===-3.14&&e[3]!==e[3]}catch{t=!1}return t}var WY=GY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var KY=WY,qY=KY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var YY=typeof Float64Array=="function"?Float64Array:void 0,XY=YY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/function JY(){throw new Error("not implemented")}var ZY=JY;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var QY=qY,eX=XY,tX=ZY,Nv;QY()?Nv=eX:Nv=tX;var tb=Nv;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var rX=bd,nX=typeof Uint8Array=="function";function iX(t){return nX&&t instanceof Uint8Array||rX(t)==="[object Uint8Array]"}var aX=iX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var oX=aX,sX=oX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var uX=255,lX=uX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var cX=typeof Uint8Array=="function"?Uint8Array:null,fX=cX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var dX=sX,Fp=lX,eS=fX;function pX(){var t,e;if(typeof eS!="function")return!1;try{e=[1,3.14,-3.14,Fp+1,Fp+2],e=new eS(e),t=dX(e)&&e[0]===1&&e[1]===3&&e[2]===Fp-2&&e[3]===0&&e[4]===1}catch{t=!1}return t}var hX=pX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var vX=hX,mX=vX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var gX=typeof Uint8Array=="function"?Uint8Array:void 0,bX=gX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/function yX(){throw new Error("not implemented")}var _X=yX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var wX=mX,OX=bX,PX=_X,jv;wX()?jv=OX:jv=PX;var SX=jv;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var TX=bd,EX=typeof Uint16Array=="function";function $X(t){return EX&&t instanceof Uint16Array||TX(t)==="[object Uint16Array]"}var CX=$X;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var AX=CX,DX=AX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var kX=65535,MX=kX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var IX=typeof Uint16Array=="function"?Uint16Array:null,RX=IX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var NX=DX,xp=MX,tS=RX;function jX(){var t,e;if(typeof tS!="function")return!1;try{e=[1,3.14,-3.14,xp+1,xp+2],e=new tS(e),t=NX(e)&&e[0]===1&&e[1]===3&&e[2]===xp-2&&e[3]===0&&e[4]===1}catch{t=!1}return t}var BX=jX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var LX=BX,FX=LX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var xX=typeof Uint16Array=="function"?Uint16Array:void 0,HX=xX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/function VX(){throw new Error("not implemented")}var zX=VX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var UX=FX,GX=HX,WX=zX,Bv;UX()?Bv=GX:Bv=WX;var KX=Bv;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var qX=SX,YX=KX,XX={uint16:YX,uint8:qX},JX=XX;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var rS=JX,P3;function ZX(){var t,e;return t=new rS.uint16(1),t[0]=4660,e=new rS.uint8(t.buffer),e[0]===52}P3=ZX();var QX=P3;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var eJ=QX,rb=eJ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var tJ=rb,S3,Lv,Fv;tJ===!0?(Lv=1,Fv=0):(Lv=0,Fv=1);S3={HIGH:Lv,LOW:Fv};var rJ=S3;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var nJ=eb,iJ=tb,T3=rJ,E3=new iJ(1),nS=new nJ(E3.buffer),aJ=T3.HIGH,oJ=T3.LOW;function sJ(t,e,r,n){return E3[0]=t,e[n]=nS[aJ],e[n+r]=nS[oJ],e}var $3=sJ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var uJ=$3;function lJ(t){return uJ(t,[0,0],1,0)}var cJ=lJ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var fJ=w3,C3=cJ,dJ=$3;fJ(C3,"assign",dJ);var A3=C3;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var pJ=rb,xv;pJ===!0?xv=1:xv=0;var hJ=xv;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var vJ=eb,mJ=tb,gJ=hJ,D3=new mJ(1),bJ=new vJ(D3.buffer);function yJ(t){return D3[0]=t,bJ[gJ]}var _J=yJ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var wJ=_J,k3=wJ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var OJ=rb,M3,Hv,Vv;OJ===!0?(Hv=1,Vv=0):(Hv=0,Vv=1);M3={HIGH:Hv,LOW:Vv};var PJ=M3;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var SJ=eb,TJ=tb,I3=PJ,R3=new TJ(1),iS=new SJ(R3.buffer),EJ=I3.HIGH,$J=I3.LOW;function CJ(t,e){return iS[EJ]=t,iS[$J]=e,R3[0]}var AJ=CJ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var DJ=AJ,N3=DJ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var kJ=yq,MJ=wq,IJ=A3,RJ=k3,NJ=N3,Hp=[0,0];function jJ(t,e){var r,n;return IJ.assign(t,Hp,1,0),r=Hp[0],r&=MJ,n=RJ(e),n&=kJ,r|=n,NJ(r,Hp[1])}var BJ=jJ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var LJ=BJ,FJ=LJ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var xJ=22250738585072014e-324,HJ=xJ;/**
* @license Apache-2.0
*
* Copyright (c) 2021 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/function VJ(t){return Math.abs(t)}var zJ=VJ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var UJ=zJ,GJ=UJ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var WJ=HJ,KJ=_3,qJ=y3,YJ=GJ,XJ=4503599627370496;function JJ(t,e,r,n){return qJ(t)||KJ(t)?(e[n]=t,e[n+r]=0,e):t!==0&&YJ(t)<WJ?(e[n]=t*XJ,e[n+r]=-52,e):(e[n]=t,e[n+r]=0,e)}var j3=JJ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var ZJ=j3;function QJ(t){return ZJ(t,[0,0],1,0)}var eZ=QJ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var tZ=w3,B3=eZ,rZ=j3;tZ(B3,"assign",rZ);var nZ=B3;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var iZ=2146435072,aZ=iZ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var oZ=k3,sZ=aZ,uZ=b3;function lZ(t){var e=oZ(t);return e=(e&sZ)>>>20,e-uZ|0}var cZ=lZ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var fZ=cZ,dZ=fZ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var pZ=m3,hZ=g3,vZ=b3,mZ=aq,gZ=sq,bZ=lq,yZ=y3,_Z=_3,wZ=FJ,OZ=nZ,PZ=dZ,SZ=A3,TZ=N3,EZ=2220446049250313e-31,$Z=2148532223,Vp=[0,0],zp=[0,0];function CZ(t,e){var r,n;return t===0||yZ(t)||_Z(t)?t:(OZ(Vp),t=Vp[0],e+=Vp[1],e+=PZ(t),e<bZ?wZ(0,t):e>mZ?t<0?hZ:pZ:(e<=gZ?(e+=52,n=EZ):n=1,SZ(zp),r=zp[0],r&=$Z,r|=e+vZ<<20,n*TZ(r,zp[1])))}var AZ=CZ;/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/var DZ=AZ,kZ=DZ;const MZ=fD(hU);var yd={},IZ=ke&&ke.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(yd,"__esModule",{value:!0});yd.unset=void 0;var RZ=IZ(Qg);function NZ(t,e){if((0,RZ.default)(t,e)){for(var r=e.split("."),n=r.pop();r.length&&r[r.length-1].slice(-1)==="\\";)n=r.pop().slice(0,-1)+"."+n;for(;r.length;)t=t[e=r.shift()];return delete t[n]}return!0}yd.unset=NZ;var nb=ke&&ke.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Zg,"__esModule",{value:!0});var jZ=nb(XK),lo=nb(Qg),BZ=nb(kZ),vs=MZ,LZ=yd;function FZ(t,e){for(var r=t,n=0,i=e;n<i.length;n++){var a=i[n];switch(a.type){case"drop":return null;case"drop_properties":xZ(r,a.config);break;case"allow_properties":HZ(r,a.config);break;case"sample_event":if(zZ(r,a.config))break;return null;case"map_properties":VZ(r,a.config);break;case"hash_properties":break;default:throw new Error('Transformer of type "'.concat(a.type,'" is unsupported.'))}}return r}Zg.default=FZ;function xZ(t,e){L3(t,e.drop,function(r,n){n.forEach(function(i){return delete r[i]})})}function HZ(t,e){L3(t,e.allow,function(r,n){Object.keys(r).forEach(function(i){n.includes(i)||delete r[i]})})}function L3(t,e,r){Object.entries(e).forEach(function(n){var i=n[0],a=n[1],o=function(u){typeof u!="object"||u===null||r(u,a)},s=i===""?t:(0,lo.default)(t,i);Array.isArray(s)?s.forEach(o):o(s)})}function VZ(t,e){var r=JSON.parse(JSON.stringify(t));for(var n in e.map)if(e.map.hasOwnProperty(n)){var i=e.map[n],a=n.split("."),o=void 0;if(a.length>1?(a.pop(),o=(0,lo.default)(r,a.join("."))):o=t,typeof o=="object"){if(i.copy){var s=(0,lo.default)(r,i.copy);s!==void 0&&(0,vs.dset)(t,n,s)}else if(i.move){var u=(0,lo.default)(r,i.move);u!==void 0&&(0,vs.dset)(t,n,u),(0,LZ.unset)(t,i.move)}else i.hasOwnProperty("set")&&(0,vs.dset)(t,n,i.set);if(i.to_string){var c=(0,lo.default)(t,n);if(typeof c=="string"||typeof c=="object"&&c!==null)continue;c!==void 0?(0,vs.dset)(t,n,JSON.stringify(c)):(0,vs.dset)(t,n,"undefined")}}}}function zZ(t,e){return e.sample.percent<=0?!1:e.sample.percent>=1?!0:e.sample.path?GZ(t,e):UZ(e.sample.percent)}function UZ(t){return Math.random()<=t}function GZ(t,e){var r=(0,lo.default)(t,e.sample.path),n=(0,jZ.default)(JSON.stringify(r)),i=-64,a=[];aS(n.slice(0,8),a);for(var o=0,s=0;s<64&&a[s]!==1;s++)o++;if(o!==0){var u=[];aS(n.slice(9,16),u),i-=o,a.splice(0,o),u.splice(64-o),a=a.concat(u)}return a[63]=a[63]===0?1:0,(0,BZ.default)(parseInt(a.join(""),2),i)<e.sample.percent}function aS(t,e){for(var r=0;r<8;r++)for(var n=t[r],i=128;i>=1;i/=2)n-i>=0?(n-=i,e.push(1)):e.push(0)}var ib={},WZ=ke&&ke.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ib,"__esModule",{value:!0});var KZ=WZ(Qg);function qZ(t,e){if(!e)throw new Error("No matcher supplied!");switch(e.type){case"all":return YZ();case"fql":return XZ(e.ir,t);default:throw new Error("Matcher of type ".concat(e.type," unsupported."))}}ib.default=qZ;function YZ(){return!0}function XZ(t,e){if(!t)return!1;try{t=JSON.parse(t)}catch(n){throw new Error('Failed to JSON.parse FQL intermediate representation "'.concat(t,'": ').concat(n))}var r=hi(t,e);return typeof r!="boolean"?!1:r}function hi(t,e){if(!Array.isArray(t))return kt(t,e)===!0;var r=t[0];switch(r){case"!":return!hi(t[1],e);case"or":for(var n=1;n<t.length;n++)if(hi(t[n],e))return!0;return!1;case"and":for(var n=1;n<t.length;n++)if(!hi(t[n],e))return!1;return!0;case"=":case"!=":return QZ(kt(t[1],e),kt(t[2],e),r,e);case"<=":case"<":case">":case">=":return ZZ(kt(t[1],e),kt(t[2],e),r,e);case"in":return JZ(kt(t[1],e),kt(t[2],e),e);case"contains":return eQ(kt(t[1],e),kt(t[2],e));case"match":return tQ(kt(t[1],e),kt(t[2],e));case"lowercase":var i=kt(t[1],e);return typeof i!="string"?null:i.toLowerCase();case"typeof":return typeof kt(t[1],e);case"length":return rQ(kt(t[1],e));default:throw new Error("FQL IR could not evaluate for token: ".concat(r))}}function kt(t,e){return Array.isArray(t)?t:typeof t=="object"?t.value:(0,KZ.default)(e,t)}function JZ(t,e,r){return e.find(function(n){retur