@soton.ac.uk/cape3 0.17.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analytics/CapeEvent.d.ts +6 -0
- package/dist/cape3.es.js +9909 -9645
- package/dist/cape3.umd.js +27 -27
- package/dist/filters/Filter.d.ts +5 -3
- package/dist/index.d.ts +14 -9
- package/dist/logging/CapeLogger.d.ts +10 -14
- package/dist/logging/Logger.d.ts +4 -4
- package/dist/model/processed/FieldValuePair.d.ts +3 -2
- package/dist/model/processed/RecordModel.d.ts +2 -1
- package/dist/model/unprocessed/CapeDataset.d.ts +4 -3
- package/dist/model/unprocessed/CapeDateField.d.ts +3 -2
- package/dist/model/unprocessed/CapeEnumField.d.ts +3 -2
- package/dist/model/unprocessed/CapeField.d.ts +2 -4
- package/dist/model/unprocessed/CapeIntegerField.d.ts +3 -2
- package/dist/model/unprocessed/CapeMetadata.d.ts +3 -2
- package/dist/model/unprocessed/CapeProperties.d.ts +2 -1
- package/dist/model/unprocessed/CapeRecord.d.ts +2 -1
- package/dist/model/unprocessed/CapeTextField.d.ts +3 -2
- package/dist/plugins/analytics/CapeAnalyticsOptions.d.ts +5 -0
- package/dist/plugins/analytics/CapeApplicationInsightsAnalyticsOptions.d.ts +5 -0
- package/dist/plugins/analytics/CapeApplicationInsightsAnalyticsPlugin.d.ts +4 -0
- package/dist/plugins/analytics/CapeConsoleAnalyticsPlugin.d.ts +4 -0
- package/dist/plugins/cape/CapeOptions.d.ts +12 -0
- package/dist/plugins/{CapePlugin.d.ts → cape/CapePlugin.d.ts} +2 -2
- package/dist/plugins/logging/CapeApplicationInsightsLoggingOptions.d.ts +5 -0
- package/dist/plugins/logging/CapeApplicationInsightsLoggingPlugin.d.ts +4 -0
- package/dist/plugins/logging/CapeConsoleLoggingPlugin.d.ts +4 -0
- package/dist/plugins/logging/CapeLoggingOptions.d.ts +5 -0
- package/dist/site.css +2 -1
- package/dist/stores/helpers/nextRecordInSet.d.ts +2 -1
- package/dist/stores/helpers/previousrRecordInSet.d.ts +2 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/plugins/ApplicationInsightsLoggingOptions.d.ts +0 -5
- package/dist/plugins/ApplicationInsightsLoggingPlugin.d.ts +0 -4
- package/dist/plugins/CapeOptions.d.ts +0 -11
- package/dist/plugins/ConsoleLoggingOptions.d.ts +0 -4
- package/dist/plugins/ConsoleLoggingPlugin.d.ts +0 -4
- /package/dist/logging/{loggingLevel.d.ts → LoggingLevel.d.ts} +0 -0
package/dist/cape3.umd.js
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(Ze,l){typeof exports=="object"&&typeof module<"u"?l(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],l):(Ze=typeof globalThis<"u"?globalThis:Ze||self,l(Ze.Cape3={},Ze.Vue))})(this,function(Ze,l){"use strict";var OY=Object.defineProperty;var RY=(Ze,l,$a)=>l in Ze?OY(Ze,l,{enumerable:!0,configurable:!0,writable:!0,value:$a}):Ze[l]=$a;var Ye=(Ze,l,$a)=>RY(Ze,typeof l!="symbol"?l+"":l,$a);function $a(){return C_().__VUE_DEVTOOLS_GLOBAL_HOOK__}function C_(){return typeof navigator<"u"&&typeof window<"u"?window:typeof global<"u"?global:{}}const IT=typeof Proxy=="function",PT="devtools-plugin:setup",AT="plugin:settings:set";let Ba,Mf;function MT(){var e;return Ba!==void 0||(typeof window<"u"&&window.performance?(Ba=!0,Mf=window.performance):typeof global<"u"&&(!((e=global.perf_hooks)===null||e===void 0)&&e.performance)?(Ba=!0,Mf=global.perf_hooks.performance):Ba=!1),Ba}function xT(){return MT()?Mf.now():Date.now()}class YT{constructor(t,n){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=t,this.hook=n;const r={};if(t.settings)for(const o in t.settings){const s=t.settings[o];r[o]=s.defaultValue}const i=`__vue-devtools-plugin-settings__${t.id}`;let a=Object.assign({},r);try{const o=localStorage.getItem(i),s=JSON.parse(o);Object.assign(a,s)}catch{}this.fallbacks={getSettings(){return a},setSettings(o){try{localStorage.setItem(i,JSON.stringify(o))}catch{}a=o},now(){return xT()}},n&&n.on(AT,(o,s)=>{o===this.plugin.id&&this.fallbacks.setSettings(s)}),this.proxiedOn=new Proxy({},{get:(o,s)=>this.target?this.target.on[s]:(...c)=>{this.onQueue.push({method:s,args:c})}}),this.proxiedTarget=new Proxy({},{get:(o,s)=>this.target?this.target[s]:s==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(s)?(...c)=>(this.targetQueue.push({method:s,args:c,resolve:()=>{}}),this.fallbacks[s](...c)):(...c)=>new Promise(u=>{this.targetQueue.push({method:s,args:c,resolve:u})})})}async setRealTarget(t){this.target=t;for(const n of this.onQueue)this.target.on[n.method](...n.args);for(const n of this.targetQueue)n.resolve(await this.target[n.method](...n.args))}}function xf(e,t){const n=e,r=C_(),i=$a(),a=IT&&n.enableEarlyProxy;if(i&&(r.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!a))i.emit(PT,e,t);else{const o=a?new YT(n,i):null;(r.__VUE_DEVTOOLS_PLUGINS__=r.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:n,setupFn:t,proxy:o}),o&&t(o.proxiedTarget)}}/*!
|
|
2
2
|
* vue-router v4.2.5
|
|
3
3
|
* (c) 2023 Eduardo San Martin Morote
|
|
4
4
|
* @license MIT
|
|
5
|
-
*/const
|
|
5
|
+
*/const hr=typeof window<"u";function LT(e){return e.__esModule||e[Symbol.toStringTag]==="Module"}const qe=Object.assign;function Yf(e,t){const n={};for(const r in t){const i=t[r];n[r]=nn(i)?i.map(e):e(i)}return n}const ps=()=>{},nn=Array.isArray;function Ve(e){const t=Array.from(arguments).slice(1);console.warn.apply(console,["[Vue Router warn]: "+e].concat(t))}const VT=/\/$/,FT=e=>e.replace(VT,"");function Lf(e,t,n="/"){let r,i={},a="",o="";const s=t.indexOf("#");let c=t.indexOf("?");return s<c&&s>=0&&(c=-1),c>-1&&(r=t.slice(0,c),a=t.slice(c+1,s>-1?s:t.length),i=e(a)),s>-1&&(r=r||t.slice(0,s),o=t.slice(s,t.length)),r=UT(r??t,n),{fullPath:r+(a&&"?")+a+o,path:r,query:i,hash:o}}function $T(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function O_(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function R_(e,t,n){const r=t.matched.length-1,i=n.matched.length-1;return r>-1&&r===i&&Xr(t.matched[r],n.matched[i])&&I_(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function Xr(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function I_(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!BT(e[n],t[n]))return!1;return!0}function BT(e,t){return nn(e)?P_(e,t):nn(t)?P_(t,e):e===t}function P_(e,t){return nn(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function UT(e,t){if(e.startsWith("/"))return e;if(process.env.NODE_ENV!=="production"&&!t.startsWith("/"))return Ve(`Cannot resolve a relative location without an absolute path. Trying to resolve "${e}" from "${t}". It should look like "/${t}".`),e;if(!e)return t;const n=t.split("/"),r=e.split("/"),i=r[r.length-1];(i===".."||i===".")&&r.push("");let a=n.length-1,o,s;for(o=0;o<r.length;o++)if(s=r[o],s!==".")if(s==="..")a>1&&a--;else break;return n.slice(0,a).join("/")+"/"+r.slice(o-(o===r.length?1:0)).join("/")}var vs;(function(e){e.pop="pop",e.push="push"})(vs||(vs={}));var _s;(function(e){e.back="back",e.forward="forward",e.unknown=""})(_s||(_s={}));function HT(e){if(!e)if(hr){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),FT(e)}const GT=/^[^#]+#/;function WT(e,t){return e.replace(GT,"#")+t}function jT(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const Xl=()=>({left:window.pageXOffset,top:window.pageYOffset});function zT(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#");if(process.env.NODE_ENV!=="production"&&typeof e.el=="string"&&(!r||!document.getElementById(e.el.slice(1))))try{const a=document.querySelector(e.el);if(r&&a){Ve(`The selector "${e.el}" should be passed as "el: document.querySelector('${e.el}')" because it starts with "#".`);return}}catch{Ve(`The selector "${e.el}" is invalid. If you are using an id selector, make sure to escape it. You can find more information about escaping characters in selectors at https://mathiasbynens.be/notes/css-escapes or use CSS.escape (https://developer.mozilla.org/en-US/docs/Web/API/CSS/escape).`);return}const i=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!i){process.env.NODE_ENV!=="production"&&Ve(`Couldn't find element using selector "${e.el}" returned by scrollBehavior.`);return}t=jT(i,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.pageXOffset,t.top!=null?t.top:window.pageYOffset)}function A_(e,t){return(history.state?history.state.position-t:-1)+e}const Vf=new Map;function KT(e,t){Vf.set(e,t)}function qT(e){const t=Vf.get(e);return Vf.delete(e),t}let XT=()=>location.protocol+"//"+location.host;function M_(e,t){const{pathname:n,search:r,hash:i}=t,a=e.indexOf("#");if(a>-1){let s=i.includes(e.slice(a))?e.slice(a).length:1,c=i.slice(s);return c[0]!=="/"&&(c="/"+c),O_(c,"")}return O_(n,e)+r+i}function JT(e,t,n,r){let i=[],a=[],o=null;const s=({state:h})=>{const p=M_(e,location),v=n.value,m=t.value;let _=0;if(h){if(n.value=p,t.value=h,o&&o===v){o=null;return}_=m?h.position-m.position:0}else r(p);i.forEach(g=>{g(n.value,v,{delta:_,type:vs.pop,direction:_?_>0?_s.forward:_s.back:_s.unknown})})};function c(){o=n.value}function u(h){i.push(h);const p=()=>{const v=i.indexOf(h);v>-1&&i.splice(v,1)};return a.push(p),p}function f(){const{history:h}=window;h.state&&h.replaceState(qe({},h.state,{scroll:Xl()}),"")}function d(){for(const h of a)h();a=[],window.removeEventListener("popstate",s),window.removeEventListener("beforeunload",f)}return window.addEventListener("popstate",s),window.addEventListener("beforeunload",f,{passive:!0}),{pauseListeners:c,listen:u,destroy:d}}function x_(e,t,n,r=!1,i=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:i?Xl():null}}function QT(e){const{history:t,location:n}=window,r={value:M_(e,n)},i={value:t.state};i.value||a(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function a(c,u,f){const d=e.indexOf("#"),h=d>-1?(n.host&&document.querySelector("base")?e:e.slice(d))+c:XT()+e+c;try{t[f?"replaceState":"pushState"](u,"",h),i.value=u}catch(p){process.env.NODE_ENV!=="production"?Ve("Error with push/replace State",p):console.error(p),n[f?"replace":"assign"](h)}}function o(c,u){const f=qe({},t.state,x_(i.value.back,c,i.value.forward,!0),u,{position:i.value.position});a(c,f,!0),r.value=c}function s(c,u){const f=qe({},i.value,t.state,{forward:c,scroll:Xl()});process.env.NODE_ENV!=="production"&&!t.state&&Ve(`history.state seems to have been manually replaced without preserving the necessary values. Make sure to preserve existing history state if you are manually calling history.replaceState:
|
|
6
6
|
|
|
7
7
|
history.replaceState(history.state, '', url)
|
|
8
8
|
|
|
9
|
-
You can find more information at https://next.router.vuejs.org/guide/migration/#usage-of-history-state.`),a(f.current,f,!0);const d=qe({},
|
|
10
|
-
"${e}" should be "${e.replace(/#.*$/,"#")}".`),
|
|
9
|
+
You can find more information at https://next.router.vuejs.org/guide/migration/#usage-of-history-state.`),a(f.current,f,!0);const d=qe({},x_(r.value,c,null),{position:f.position+1},u);a(c,d,!1),r.value=c}return{location:r,state:i,push:s,replace:o}}function ZT(e){e=HT(e);const t=QT(e),n=JT(e,t.state,t.location,t.replace);function r(a,o=!0){o||n.pauseListeners(),history.go(a)}const i=qe({location:"",base:e,go:r,createHref:WT.bind(null,e)},t,n);return Object.defineProperty(i,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(i,"state",{enumerable:!0,get:()=>t.state.value}),i}function eN(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),process.env.NODE_ENV!=="production"&&!e.endsWith("#/")&&!e.endsWith("#")&&Ve(`A hash base must end with a "#":
|
|
10
|
+
"${e}" should be "${e.replace(/#.*$/,"#")}".`),ZT(e)}function tN(e){return typeof e=="string"||e&&typeof e=="object"}function Y_(e){return typeof e=="string"||typeof e=="symbol"}const Jr={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},Ff=Symbol(process.env.NODE_ENV!=="production"?"navigation failure":"");var L_;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(L_||(L_={}));const nN={1({location:e,currentLocation:t}){return`No match for
|
|
11
11
|
${JSON.stringify(e)}${t?`
|
|
12
12
|
while being at
|
|
13
|
-
`+JSON.stringify(t):""}`},2({from:e,to:t}){return`Redirected from "${e.fullPath}" to "${
|
|
14
|
-
See more at https://next.router.vuejs.org/guide/migration/#removed-star-or-catch-all-routes.`);if(g=
|
|
13
|
+
`+JSON.stringify(t):""}`},2({from:e,to:t}){return`Redirected from "${e.fullPath}" to "${iN(t)}" via a navigation guard.`},4({from:e,to:t}){return`Navigation aborted from "${e.fullPath}" to "${t.fullPath}" via a navigation guard.`},8({from:e,to:t}){return`Navigation cancelled from "${e.fullPath}" to "${t.fullPath}" with a new navigation.`},16({from:e,to:t}){return`Avoided redundant navigation to current location: "${e.fullPath}".`}};function Ua(e,t){return process.env.NODE_ENV!=="production"?qe(new Error(nN[e](t)),{type:e,[Ff]:!0},t):qe(new Error,{type:e,[Ff]:!0},t)}function pr(e,t){return e instanceof Error&&Ff in e&&(t==null||!!(e.type&t))}const rN=["params","query","hash"];function iN(e){if(typeof e=="string")return e;if("path"in e)return e.path;const t={};for(const n of rN)n in e&&(t[n]=e[n]);return JSON.stringify(t,null,2)}const V_="[^/]+?",aN={sensitive:!1,strict:!1,start:!0,end:!0},oN=/[.+*?^${}()[\]/\\]/g;function sN(e,t){const n=qe({},aN,t),r=[];let i=n.start?"^":"";const a=[];for(const u of e){const f=u.length?[]:[90];n.strict&&!u.length&&(i+="/");for(let d=0;d<u.length;d++){const h=u[d];let p=40+(n.sensitive?.25:0);if(h.type===0)d||(i+="/"),i+=h.value.replace(oN,"\\$&"),p+=40;else if(h.type===1){const{value:v,repeatable:m,optional:_,regexp:g}=h;a.push({name:v,repeatable:m,optional:_});const y=g||V_;if(y!==V_){p+=10;try{new RegExp(`(${y})`)}catch(A){throw new Error(`Invalid custom RegExp for param "${v}" (${y}): `+A.message)}}let Y=m?`((?:${y})(?:/(?:${y}))*)`:`(${y})`;d||(Y=_&&u.length<2?`(?:/${Y})`:"/"+Y),_&&(Y+="?"),i+=Y,p+=20,_&&(p+=-8),m&&(p+=-20),y===".*"&&(p+=-50)}f.push(p)}r.push(f)}if(n.strict&&n.end){const u=r.length-1;r[u][r[u].length-1]+=.7000000000000001}n.strict||(i+="/?"),n.end?i+="$":n.strict&&(i+="(?:/|$)");const o=new RegExp(i,n.sensitive?"":"i");function s(u){const f=u.match(o),d={};if(!f)return null;for(let h=1;h<f.length;h++){const p=f[h]||"",v=a[h-1];d[v.name]=p&&v.repeatable?p.split("/"):p}return d}function c(u){let f="",d=!1;for(const h of e){(!d||!f.endsWith("/"))&&(f+="/"),d=!1;for(const p of h)if(p.type===0)f+=p.value;else if(p.type===1){const{value:v,repeatable:m,optional:_}=p,g=v in u?u[v]:"";if(nn(g)&&!m)throw new Error(`Provided param "${v}" is an array but it is not repeatable (* or + modifiers)`);const y=nn(g)?g.join("/"):g;if(!y)if(_)h.length<2&&(f.endsWith("/")?f=f.slice(0,-1):d=!0);else throw new Error(`Missing required param "${v}"`);f+=y}}return f||"/"}return{re:o,score:r,keys:a,parse:s,stringify:c}}function lN(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?e.length===1&&e[0]===80?-1:1:e.length>t.length?t.length===1&&t[0]===80?1:-1:0}function cN(e,t){let n=0;const r=e.score,i=t.score;for(;n<r.length&&n<i.length;){const a=lN(r[n],i[n]);if(a)return a;n++}if(Math.abs(i.length-r.length)===1){if(F_(r))return 1;if(F_(i))return-1}return i.length-r.length}function F_(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const uN={type:0,value:""},fN=/[a-zA-Z0-9_]/;function dN(e){if(!e)return[[]];if(e==="/")return[[uN]];if(!e.startsWith("/"))throw new Error(process.env.NODE_ENV!=="production"?`Route paths should start with a "/": "${e}" should be "/${e}".`:`Invalid path "${e}"`);function t(p){throw new Error(`ERR (${n})/"${u}": ${p}`)}let n=0,r=n;const i=[];let a;function o(){a&&i.push(a),a=[]}let s=0,c,u="",f="";function d(){u&&(n===0?a.push({type:0,value:u}):n===1||n===2||n===3?(a.length>1&&(c==="*"||c==="+")&&t(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),a.push({type:1,value:u,regexp:f,repeatable:c==="*"||c==="+",optional:c==="*"||c==="?"})):t("Invalid state to consume buffer"),u="")}function h(){u+=c}for(;s<e.length;){if(c=e[s++],c==="\\"&&n!==2){r=n,n=4;continue}switch(n){case 0:c==="/"?(u&&d(),o()):c===":"?(d(),n=1):h();break;case 4:h(),n=r;break;case 1:c==="("?n=2:fN.test(c)?h():(d(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&s--);break;case 2:c===")"?f[f.length-1]=="\\"?f=f.slice(0,-1)+c:n=3:f+=c;break;case 3:d(),n=0,c!=="*"&&c!=="?"&&c!=="+"&&s--,f="";break;default:t("Unknown state");break}}return n===2&&t(`Unfinished custom RegExp for param "${u}"`),d(),o(),i}function hN(e,t,n){const r=sN(dN(e.path),n);if(process.env.NODE_ENV!=="production"){const a=new Set;for(const o of r.keys)a.has(o.name)&&Ve(`Found duplicated params with name "${o.name}" for path "${e.path}". Only the last one will be available on "$route.params".`),a.add(o.name)}const i=qe(r,{record:e,parent:t,children:[],alias:[]});return t&&!i.record.aliasOf==!t.record.aliasOf&&t.children.push(i),i}function pN(e,t){const n=[],r=new Map;t=U_({strict:!1,end:!0,sensitive:!1},t);function i(f){return r.get(f)}function a(f,d,h){const p=!h,v=vN(f);process.env.NODE_ENV!=="production"&&yN(v,d),v.aliasOf=h&&h.record;const m=U_(t,f),_=[v];if("alias"in f){const Y=typeof f.alias=="string"?[f.alias]:f.alias;for(const A of Y)_.push(qe({},v,{components:h?h.record.components:v.components,path:A,aliasOf:h?h.record:v}))}let g,y;for(const Y of _){const{path:A}=Y;if(d&&A[0]!=="/"){const V=d.record.path,w=V[V.length-1]==="/"?"":"/";Y.path=d.record.path+(A&&w+A)}if(process.env.NODE_ENV!=="production"&&Y.path==="*")throw new Error(`Catch all routes ("*") must now be defined using a param with a custom regexp.
|
|
14
|
+
See more at https://next.router.vuejs.org/guide/migration/#removed-star-or-catch-all-routes.`);if(g=hN(Y,d,m),process.env.NODE_ENV!=="production"&&d&&A[0]==="/"&&SN(g,d),h?(h.alias.push(g),process.env.NODE_ENV!=="production"&&gN(h,g)):(y=y||g,y!==g&&y.alias.push(g),p&&f.name&&!B_(g)&&o(f.name)),v.children){const V=v.children;for(let w=0;w<V.length;w++)a(V[w],g,h&&h.children[w])}h=h||g,(g.record.components&&Object.keys(g.record.components).length||g.record.name||g.record.redirect)&&c(g)}return y?()=>{o(y)}:ps}function o(f){if(Y_(f)){const d=r.get(f);d&&(r.delete(f),n.splice(n.indexOf(d),1),d.children.forEach(o),d.alias.forEach(o))}else{const d=n.indexOf(f);d>-1&&(n.splice(d,1),f.record.name&&r.delete(f.record.name),f.children.forEach(o),f.alias.forEach(o))}}function s(){return n}function c(f){let d=0;for(;d<n.length&&cN(f,n[d])>=0&&(f.record.path!==n[d].record.path||!H_(f,n[d]));)d++;n.splice(d,0,f),f.record.name&&!B_(f)&&r.set(f.record.name,f)}function u(f,d){let h,p={},v,m;if("name"in f&&f.name){if(h=r.get(f.name),!h)throw Ua(1,{location:f});if(process.env.NODE_ENV!=="production"){const y=Object.keys(f.params||{}).filter(Y=>!h.keys.find(A=>A.name===Y));y.length&&Ve(`Discarded invalid param(s) "${y.join('", "')}" when navigating. See https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md#414-2022-08-22 for more details.`)}m=h.record.name,p=qe($_(d.params,h.keys.filter(y=>!y.optional).map(y=>y.name)),f.params&&$_(f.params,h.keys.map(y=>y.name))),v=h.stringify(p)}else if("path"in f)v=f.path,process.env.NODE_ENV!=="production"&&!v.startsWith("/")&&Ve(`The Matcher cannot resolve relative paths but received "${v}". Unless you directly called \`matcher.resolve("${v}")\`, this is probably a bug in vue-router. Please open an issue at https://github.com/vuejs/router/issues/new/choose.`),h=n.find(y=>y.re.test(v)),h&&(p=h.parse(v),m=h.record.name);else{if(h=d.name?r.get(d.name):n.find(y=>y.re.test(d.path)),!h)throw Ua(1,{location:f,currentLocation:d});m=h.record.name,p=qe({},d.params,f.params),v=h.stringify(p)}const _=[];let g=h;for(;g;)_.unshift(g.record),g=g.parent;return{name:m,path:v,params:p,matched:_,meta:mN(_)}}return e.forEach(f=>a(f)),{addRoute:a,resolve:u,removeRoute:o,getRoutes:s,getRecordMatcher:i}}function $_(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function vN(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:_N(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}function _N(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="object"?n[r]:n;return t}function B_(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function mN(e){return e.reduce((t,n)=>qe(t,n.meta),{})}function U_(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function $f(e,t){return e.name===t.name&&e.optional===t.optional&&e.repeatable===t.repeatable}function gN(e,t){for(const n of e.keys)if(!n.optional&&!t.keys.find($f.bind(null,n)))return Ve(`Alias "${t.record.path}" and the original record: "${e.record.path}" must have the exact same param named "${n.name}"`);for(const n of t.keys)if(!n.optional&&!e.keys.find($f.bind(null,n)))return Ve(`Alias "${t.record.path}" and the original record: "${e.record.path}" must have the exact same param named "${n.name}"`)}function yN(e,t){t&&t.record.name&&!e.name&&!e.path&&Ve(`The route named "${String(t.record.name)}" has a child without a name and an empty path. Using that name won't render the empty path child so you probably want to move the name to the child instead. If this is intentional, add a name to the child route to remove the warning.`)}function SN(e,t){for(const n of t.keys)if(!e.keys.find($f.bind(null,n)))return Ve(`Absolute path "${e.record.path}" must have the exact same param named "${n.name}" as its parent "${t.record.path}".`)}function H_(e,t){return t.children.some(n=>n===e||H_(e,n))}const G_=/#/g,EN=/&/g,TN=/\//g,NN=/=/g,DN=/\?/g,W_=/\+/g,wN=/%5B/g,bN=/%5D/g,j_=/%5E/g,kN=/%60/g,z_=/%7B/g,CN=/%7C/g,K_=/%7D/g,ON=/%20/g;function Bf(e){return encodeURI(""+e).replace(CN,"|").replace(wN,"[").replace(bN,"]")}function RN(e){return Bf(e).replace(z_,"{").replace(K_,"}").replace(j_,"^")}function Uf(e){return Bf(e).replace(W_,"%2B").replace(ON,"+").replace(G_,"%23").replace(EN,"%26").replace(kN,"`").replace(z_,"{").replace(K_,"}").replace(j_,"^")}function IN(e){return Uf(e).replace(NN,"%3D")}function PN(e){return Bf(e).replace(G_,"%23").replace(DN,"%3F")}function AN(e){return e==null?"":PN(e).replace(TN,"%2F")}function ms(e){try{return decodeURIComponent(""+e)}catch{process.env.NODE_ENV!=="production"&&Ve(`Error decoding "${e}". Using original value`)}return""+e}function MN(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let i=0;i<r.length;++i){const a=r[i].replace(W_," "),o=a.indexOf("="),s=ms(o<0?a:a.slice(0,o)),c=o<0?null:ms(a.slice(o+1));if(s in t){let u=t[s];nn(u)||(u=t[s]=[u]),u.push(c)}else t[s]=c}return t}function q_(e){let t="";for(let n in e){const r=e[n];if(n=IN(n),r==null){r!==void 0&&(t+=(t.length?"&":"")+n);continue}(nn(r)?r.map(a=>a&&Uf(a)):[r&&Uf(r)]).forEach(a=>{a!==void 0&&(t+=(t.length?"&":"")+n,a!=null&&(t+="="+a))})}return t}function xN(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=nn(r)?r.map(i=>i==null?null:""+i):r==null?r:""+r)}return t}const YN=Symbol(process.env.NODE_ENV!=="production"?"router view location matched":""),X_=Symbol(process.env.NODE_ENV!=="production"?"router view depth":""),Hf=Symbol(process.env.NODE_ENV!=="production"?"router":""),Gf=Symbol(process.env.NODE_ENV!=="production"?"route location":""),Wf=Symbol(process.env.NODE_ENV!=="production"?"router view location":"");function gs(){let e=[];function t(r){return e.push(r),()=>{const i=e.indexOf(r);i>-1&&e.splice(i,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function Qr(e,t,n,r,i){const a=r&&(r.enterCallbacks[i]=r.enterCallbacks[i]||[]);return()=>new Promise((o,s)=>{const c=d=>{d===!1?s(Ua(4,{from:n,to:t})):d instanceof Error?s(d):tN(d)?s(Ua(2,{from:t,to:d})):(a&&r.enterCallbacks[i]===a&&typeof d=="function"&&a.push(d),o())},u=e.call(r&&r.instances[i],t,n,process.env.NODE_ENV!=="production"?LN(c,t,n):c);let f=Promise.resolve(u);if(e.length<3&&(f=f.then(c)),process.env.NODE_ENV!=="production"&&e.length>2){const d=`The "next" callback was never called inside of ${e.name?'"'+e.name+'"':""}:
|
|
15
15
|
${e.toString()}
|
|
16
|
-
. If you are returning a value instead of calling "next", make sure to remove the "next" parameter from your function.`;if(typeof u=="object"&&"then"in u)f=f.then(
|
|
16
|
+
. If you are returning a value instead of calling "next", make sure to remove the "next" parameter from your function.`;if(typeof u=="object"&&"then"in u)f=f.then(h=>c._called?h:(Ve(d),Promise.reject(new Error("Invalid navigation guard"))));else if(u!==void 0&&!c._called){Ve(d),s(new Error("Invalid navigation guard"));return}}f.catch(d=>s(d))})}function LN(e,t,n){let r=0;return function(){r++===1&&Ve(`The "next" callback was called more than once in one navigation guard when going from "${n.fullPath}" to "${t.fullPath}". It should be called exactly one time in each navigation guard. This will fail in production.`),e._called=!0,r===1&&e.apply(null,arguments)}}function jf(e,t,n,r){const i=[];for(const a of e){process.env.NODE_ENV!=="production"&&!a.components&&!a.children.length&&Ve(`Record with path "${a.path}" is either missing a "component(s)" or "children" property.`);for(const o in a.components){let s=a.components[o];if(process.env.NODE_ENV!=="production"){if(!s||typeof s!="object"&&typeof s!="function")throw Ve(`Component "${o}" in record with path "${a.path}" is not a valid component. Received "${String(s)}".`),new Error("Invalid route component");if("then"in s){Ve(`Component "${o}" in record with path "${a.path}" is a Promise instead of a function that returns a Promise. Did you write "import('./MyPage.vue')" instead of "() => import('./MyPage.vue')" ? This will break in production if not fixed.`);const c=s;s=()=>c}else s.__asyncLoader&&!s.__warnedDefineAsync&&(s.__warnedDefineAsync=!0,Ve(`Component "${o}" in record with path "${a.path}" is defined using "defineAsyncComponent()". Write "() => import('./MyPage.vue')" instead of "defineAsyncComponent(() => import('./MyPage.vue'))".`))}if(!(t!=="beforeRouteEnter"&&!a.instances[o]))if(VN(s)){const u=(s.__vccOpts||s)[t];u&&i.push(Qr(u,n,r,a,o))}else{let c=s();process.env.NODE_ENV!=="production"&&!("catch"in c)&&(Ve(`Component "${o}" in record with path "${a.path}" is a function that does not return a Promise. If you were passing a functional component, make sure to add a "displayName" to the component. This will break in production if not fixed.`),c=Promise.resolve(c)),i.push(()=>c.then(u=>{if(!u)return Promise.reject(new Error(`Couldn't resolve component "${o}" at "${a.path}"`));const f=LT(u)?u.default:u;a.components[o]=f;const h=(f.__vccOpts||f)[t];return h&&Qr(h,n,r,a,o)()}))}}}return i}function VN(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function J_(e){const t=l.inject(Hf),n=l.inject(Gf),r=l.computed(()=>t.resolve(l.unref(e.to))),i=l.computed(()=>{const{matched:c}=r.value,{length:u}=c,f=c[u-1],d=n.matched;if(!f||!d.length)return-1;const h=d.findIndex(Xr.bind(null,f));if(h>-1)return h;const p=Q_(c[u-2]);return u>1&&Q_(f)===p&&d[d.length-1].path!==p?d.findIndex(Xr.bind(null,c[u-2])):h}),a=l.computed(()=>i.value>-1&&BN(n.params,r.value.params)),o=l.computed(()=>i.value>-1&&i.value===n.matched.length-1&&I_(n.params,r.value.params));function s(c={}){return $N(c)?t[l.unref(e.replace)?"replace":"push"](l.unref(e.to)).catch(ps):Promise.resolve()}if(process.env.NODE_ENV!=="production"&&hr){const c=l.getCurrentInstance();if(c){const u={route:r.value,isActive:a.value,isExactActive:o.value};c.__vrl_devtools=c.__vrl_devtools||[],c.__vrl_devtools.push(u),l.watchEffect(()=>{u.route=r.value,u.isActive=a.value,u.isExactActive=o.value},{flush:"post"})}}return{route:r,href:l.computed(()=>r.value.href),isActive:a,isExactActive:o,navigate:s}}const FN=l.defineComponent({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:J_,setup(e,{slots:t}){const n=l.reactive(J_(e)),{options:r}=l.inject(Hf),i=l.computed(()=>({[Z_(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[Z_(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const a=t.default&&t.default(n);return e.custom?a:l.h("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:i.value},a)}}});function $N(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function BN(e,t){for(const n in t){const r=t[n],i=e[n];if(typeof r=="string"){if(r!==i)return!1}else if(!nn(i)||i.length!==r.length||r.some((a,o)=>a!==i[o]))return!1}return!0}function Q_(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Z_=(e,t,n)=>e??t??n,UN=l.defineComponent({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){process.env.NODE_ENV!=="production"&&GN();const r=l.inject(Wf),i=l.computed(()=>e.route||r.value),a=l.inject(X_,0),o=l.computed(()=>{let u=l.unref(a);const{matched:f}=i.value;let d;for(;(d=f[u])&&!d.components;)u++;return u}),s=l.computed(()=>i.value.matched[o.value]);l.provide(X_,l.computed(()=>o.value+1)),l.provide(YN,s),l.provide(Wf,i);const c=l.ref();return l.watch(()=>[c.value,s.value,e.name],([u,f,d],[h,p,v])=>{f&&(f.instances[d]=u,p&&p!==f&&u&&u===h&&(f.leaveGuards.size||(f.leaveGuards=p.leaveGuards),f.updateGuards.size||(f.updateGuards=p.updateGuards))),u&&f&&(!p||!Xr(f,p)||!h)&&(f.enterCallbacks[d]||[]).forEach(m=>m(u))},{flush:"post"}),()=>{const u=i.value,f=e.name,d=s.value,h=d&&d.components[f];if(!h)return em(n.default,{Component:h,route:u});const p=d.props[f],v=p?p===!0?u.params:typeof p=="function"?p(u):p:null,m=g=>{g.component.isUnmounted&&(d.instances[f]=null)},_=l.h(h,qe({},v,t,{onVnodeUnmounted:m,ref:c}));if(process.env.NODE_ENV!=="production"&&hr&&_.ref){const g={depth:o.value,name:d.name,path:d.path,meta:d.meta};(nn(_.ref)?_.ref.map(Y=>Y.i):[_.ref.i]).forEach(Y=>{Y.__vrv_devtools=g})}return em(n.default,{Component:_,route:u})||_}}});function em(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const HN=UN;function GN(){const e=l.getCurrentInstance(),t=e.parent&&e.parent.type.name,n=e.parent&&e.parent.subTree&&e.parent.subTree.type;if(t&&(t==="KeepAlive"||t.includes("Transition"))&&typeof n=="object"&&n.name==="RouterView"){const r=t==="KeepAlive"?"keep-alive":"transition";Ve(`<router-view> can no longer be used directly inside <transition> or <keep-alive>.
|
|
17
17
|
Use slot props instead:
|
|
18
18
|
|
|
19
19
|
<router-view v-slot="{ Component }">
|
|
20
20
|
<${r}>
|
|
21
21
|
<component :is="Component" />
|
|
22
22
|
</${r}>
|
|
23
|
-
</router-view>`)}}function
|
|
23
|
+
</router-view>`)}}function ys(e,t){const n=qe({},e,{matched:e.matched.map(r=>ZN(r,["instances","children","aliasOf"]))});return{_custom:{type:null,readOnly:!0,display:e.fullPath,tooltip:t,value:n}}}function Jl(e){return{_custom:{display:e}}}let WN=0;function jN(e,t,n){if(t.__hasDevtools)return;t.__hasDevtools=!0;const r=WN++;xf({id:"org.vuejs.router"+(r?"."+r:""),label:"Vue Router",packageName:"vue-router",homepage:"https://router.vuejs.org",logo:"https://router.vuejs.org/logo.png",componentStateTypes:["Routing"],app:e},i=>{typeof i.now!="function"&&console.warn("[Vue Router]: You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."),i.on.inspectComponent((f,d)=>{f.instanceData&&f.instanceData.state.push({type:"Routing",key:"$route",editable:!1,value:ys(t.currentRoute.value,"Current Route")})}),i.on.visitComponentTree(({treeNode:f,componentInstance:d})=>{if(d.__vrv_devtools){const h=d.__vrv_devtools;f.tags.push({label:(h.name?`${h.name.toString()}: `:"")+h.path,textColor:0,tooltip:"This component is rendered by <router-view>",backgroundColor:tm})}nn(d.__vrl_devtools)&&(d.__devtoolsApi=i,d.__vrl_devtools.forEach(h=>{let p=im,v="";h.isExactActive?(p=rm,v="This is exactly active"):h.isActive&&(p=nm,v="This link is active"),f.tags.push({label:h.route.path,textColor:0,tooltip:v,backgroundColor:p})}))}),l.watch(t.currentRoute,()=>{c(),i.notifyComponentUpdate(),i.sendInspectorTree(s),i.sendInspectorState(s)});const a="router:navigations:"+r;i.addTimelineLayer({id:a,label:`Router${r?" "+r:""} Navigations`,color:4237508}),t.onError((f,d)=>{i.addTimelineEvent({layerId:a,event:{title:"Error during Navigation",subtitle:d.fullPath,logType:"error",time:i.now(),data:{error:f},groupId:d.meta.__navigationId}})});let o=0;t.beforeEach((f,d)=>{const h={guard:Jl("beforeEach"),from:ys(d,"Current Location during this navigation"),to:ys(f,"Target location")};Object.defineProperty(f.meta,"__navigationId",{value:o++}),i.addTimelineEvent({layerId:a,event:{time:i.now(),title:"Start of navigation",subtitle:f.fullPath,data:h,groupId:f.meta.__navigationId}})}),t.afterEach((f,d,h)=>{const p={guard:Jl("afterEach")};h?(p.failure={_custom:{type:Error,readOnly:!0,display:h?h.message:"",tooltip:"Navigation Failure",value:h}},p.status=Jl("❌")):p.status=Jl("✅"),p.from=ys(d,"Current Location during this navigation"),p.to=ys(f,"Target location"),i.addTimelineEvent({layerId:a,event:{title:"End of navigation",subtitle:f.fullPath,time:i.now(),data:p,logType:h?"warning":"default",groupId:f.meta.__navigationId}})});const s="router-inspector:"+r;i.addInspector({id:s,label:"Routes"+(r?" "+r:""),icon:"book",treeFilterPlaceholder:"Search routes"});function c(){if(!u)return;const f=u;let d=n.getRoutes().filter(h=>!h.parent||!h.parent.record.components);d.forEach(sm),f.filter&&(d=d.filter(h=>zf(h,f.filter.toLowerCase()))),d.forEach(h=>om(h,t.currentRoute.value)),f.rootNodes=d.map(am)}let u;i.on.getInspectorTree(f=>{u=f,f.app===e&&f.inspectorId===s&&c()}),i.on.getInspectorState(f=>{if(f.app===e&&f.inspectorId===s){const h=n.getRoutes().find(p=>p.record.__vd_id===f.nodeId);h&&(f.state={options:KN(h)})}}),i.sendInspectorTree(s),i.sendInspectorState(s)})}function zN(e){return e.optional?e.repeatable?"*":"?":e.repeatable?"+":""}function KN(e){const{record:t}=e,n=[{editable:!1,key:"path",value:t.path}];return t.name!=null&&n.push({editable:!1,key:"name",value:t.name}),n.push({editable:!1,key:"regexp",value:e.re}),e.keys.length&&n.push({editable:!1,key:"keys",value:{_custom:{type:null,readOnly:!0,display:e.keys.map(r=>`${r.name}${zN(r)}`).join(" "),tooltip:"Param keys",value:e.keys}}}),t.redirect!=null&&n.push({editable:!1,key:"redirect",value:t.redirect}),e.alias.length&&n.push({editable:!1,key:"aliases",value:e.alias.map(r=>r.record.path)}),Object.keys(e.record.meta).length&&n.push({editable:!1,key:"meta",value:e.record.meta}),n.push({key:"score",editable:!1,value:{_custom:{type:null,readOnly:!0,display:e.score.map(r=>r.join(", ")).join(" | "),tooltip:"Score used to sort routes",value:e.score}}}),n}const tm=15485081,nm=2450411,rm=8702998,qN=2282478,im=16486972,XN=6710886;function am(e){const t=[],{record:n}=e;n.name!=null&&t.push({label:String(n.name),textColor:0,backgroundColor:qN}),n.aliasOf&&t.push({label:"alias",textColor:0,backgroundColor:im}),e.__vd_match&&t.push({label:"matches",textColor:0,backgroundColor:tm}),e.__vd_exactActive&&t.push({label:"exact",textColor:0,backgroundColor:rm}),e.__vd_active&&t.push({label:"active",textColor:0,backgroundColor:nm}),n.redirect&&t.push({label:typeof n.redirect=="string"?`redirect: ${n.redirect}`:"redirects",textColor:16777215,backgroundColor:XN});let r=n.__vd_id;return r==null&&(r=String(JN++),n.__vd_id=r),{id:r,label:n.path,tags:t,children:e.children.map(am)}}let JN=0;const QN=/^\/(.*)\/([a-z]*)$/;function om(e,t){const n=t.matched.length&&Xr(t.matched[t.matched.length-1],e.record);e.__vd_exactActive=e.__vd_active=n,n||(e.__vd_active=t.matched.some(r=>Xr(r,e.record))),e.children.forEach(r=>om(r,t))}function sm(e){e.__vd_match=!1,e.children.forEach(sm)}function zf(e,t){const n=String(e.re).match(QN);if(e.__vd_match=!1,!n||n.length<3)return!1;if(new RegExp(n[1].replace(/\$$/,""),n[2]).test(t))return e.children.forEach(o=>zf(o,t)),e.record.path!=="/"||t==="/"?(e.__vd_match=e.re.test(t),!0):!1;const i=e.record.path.toLowerCase(),a=ms(i);return!t.startsWith("/")&&(a.includes(t)||i.includes(t))||a.startsWith(t)||i.startsWith(t)||e.record.name&&String(e.record.name).includes(t)?!0:e.children.some(o=>zf(o,t))}function ZN(e,t){const n={};for(const r in e)t.includes(r)||(n[r]=e[r]);return n}function eD(e){const t=pN(e.routes,e),n=e.parseQuery||MN,r=e.stringifyQuery||q_,i=e.history;if(process.env.NODE_ENV!=="production"&&!i)throw new Error('Provide the "history" option when calling "createRouter()": https://next.router.vuejs.org/api/#history.');const a=gs(),o=gs(),s=gs(),c=l.shallowRef(Jr);let u=Jr;hr&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const f=Yf.bind(null,b=>""+b),d=Yf.bind(null,AN),h=Yf.bind(null,ms);function p(b,H){let X,ue;return Y_(b)?(X=t.getRecordMatcher(b),ue=H):ue=b,t.addRoute(ue,X)}function v(b){const H=t.getRecordMatcher(b);H?t.removeRoute(H):process.env.NODE_ENV!=="production"&&Ve(`Cannot remove non-existent route "${String(b)}"`)}function m(){return t.getRoutes().map(b=>b.record)}function _(b){return!!t.getRecordMatcher(b)}function g(b,H){if(H=qe({},H||c.value),typeof b=="string"){const ve=Lf(n,b,H.path),x=t.resolve({path:ve.path},H),te=i.createHref(ve.fullPath);return process.env.NODE_ENV!=="production"&&(te.startsWith("//")?Ve(`Location "${b}" resolved to "${te}". A resolved location cannot start with multiple slashes.`):x.matched.length||Ve(`No match found for location with path "${b}"`)),qe(ve,x,{params:h(x.params),hash:ms(ve.hash),redirectedFrom:void 0,href:te})}let X;if("path"in b)process.env.NODE_ENV!=="production"&&"params"in b&&!("name"in b)&&Object.keys(b.params).length&&Ve(`Path "${b.path}" was passed with params but they will be ignored. Use a named route alongside params instead.`),X=qe({},b,{path:Lf(n,b.path,H.path).path});else{const ve=qe({},b.params);for(const x in ve)ve[x]==null&&delete ve[x];X=qe({},b,{params:d(ve)}),H.params=d(H.params)}const ue=t.resolve(X,H),be=b.hash||"";process.env.NODE_ENV!=="production"&&be&&!be.startsWith("#")&&Ve(`A \`hash\` should always start with the character "#". Replace "${be}" with "#${be}".`),ue.params=f(h(ue.params));const ze=$T(r,qe({},b,{hash:RN(be),path:ue.path})),fe=i.createHref(ze);return process.env.NODE_ENV!=="production"&&(fe.startsWith("//")?Ve(`Location "${b}" resolved to "${fe}". A resolved location cannot start with multiple slashes.`):ue.matched.length||Ve(`No match found for location with path "${"path"in b?b.path:b}"`)),qe({fullPath:ze,hash:be,query:r===q_?xN(b.query):b.query||{}},ue,{redirectedFrom:void 0,href:fe})}function y(b){return typeof b=="string"?Lf(n,b,c.value.path):qe({},b)}function Y(b,H){if(u!==b)return Ua(8,{from:H,to:b})}function A(b){return C(b)}function V(b){return A(qe(y(b),{replace:!0}))}function w(b){const H=b.matched[b.matched.length-1];if(H&&H.redirect){const{redirect:X}=H;let ue=typeof X=="function"?X(b):X;if(typeof ue=="string"&&(ue=ue.includes("?")||ue.includes("#")?ue=y(ue):{path:ue},ue.params={}),process.env.NODE_ENV!=="production"&&!("path"in ue)&&!("name"in ue))throw Ve(`Invalid redirect found:
|
|
24
24
|
${JSON.stringify(ue,null,2)}
|
|
25
|
-
when navigating to "${b.fullPath}". A redirect must contain a name or path. This will break in production.`),new Error("Invalid redirect");return qe({query:b.query,hash:b.hash,params:"path"in ue?{}:b.params},ue)}}function
|
|
26
|
-
Are you always returning a new location within a navigation guard? That would lead to this error. Only return when redirecting or aborting, that should fix this. This might break in production if not fixed.`),Promise.reject(new Error("Infinite redirect in navigation guard"))):
|
|
25
|
+
when navigating to "${b.fullPath}". A redirect must contain a name or path. This will break in production.`),new Error("Invalid redirect");return qe({query:b.query,hash:b.hash,params:"path"in ue?{}:b.params},ue)}}function C(b,H){const X=u=g(b),ue=c.value,be=b.state,ze=b.force,fe=b.replace===!0,ve=w(X);if(ve)return C(qe(y(ve),{state:typeof ve=="object"?qe({},be,ve.state):be,force:ze,replace:fe}),H||X);const x=X;x.redirectedFrom=H;let te;return!ze&&R_(r,ue,X)&&(te=Ua(16,{to:x,from:ue}),k(ue,ue,!0,!1)),(te?Promise.resolve(te):R(x,ue)).catch(re=>pr(re)?pr(re,2)?re:N(re):B(re,x,ue)).then(re=>{if(re){if(pr(re,2))return process.env.NODE_ENV!=="production"&&R_(r,g(re.to),x)&&H&&(H._count=H._count?H._count+1:1)>30?(Ve(`Detected a possibly infinite redirection in a navigation guard when going from "${ue.fullPath}" to "${x.fullPath}". Aborting to avoid a Stack Overflow.
|
|
26
|
+
Are you always returning a new location within a navigation guard? That would lead to this error. Only return when redirecting or aborting, that should fix this. This might break in production if not fixed.`),Promise.reject(new Error("Infinite redirect in navigation guard"))):C(qe({replace:fe},y(re.to),{state:typeof re.to=="object"?qe({},be,re.to.state):be,force:ze}),H||x)}else re=Q(x,ue,!0,fe,be);return M(x,ue,re),re})}function K(b,H){const X=Y(b,H);return X?Promise.reject(X):Promise.resolve()}function $(b){const H=J.values().next().value;return H&&typeof H.runWithContext=="function"?H.runWithContext(b):b()}function R(b,H){let X;const[ue,be,ze]=tD(b,H);X=jf(ue.reverse(),"beforeRouteLeave",b,H);for(const ve of ue)ve.leaveGuards.forEach(x=>{X.push(Qr(x,b,H))});const fe=K.bind(null,b,H);return X.push(fe),ge(X).then(()=>{X=[];for(const ve of a.list())X.push(Qr(ve,b,H));return X.push(fe),ge(X)}).then(()=>{X=jf(be,"beforeRouteUpdate",b,H);for(const ve of be)ve.updateGuards.forEach(x=>{X.push(Qr(x,b,H))});return X.push(fe),ge(X)}).then(()=>{X=[];for(const ve of ze)if(ve.beforeEnter)if(nn(ve.beforeEnter))for(const x of ve.beforeEnter)X.push(Qr(x,b,H));else X.push(Qr(ve.beforeEnter,b,H));return X.push(fe),ge(X)}).then(()=>(b.matched.forEach(ve=>ve.enterCallbacks={}),X=jf(ze,"beforeRouteEnter",b,H),X.push(fe),ge(X))).then(()=>{X=[];for(const ve of o.list())X.push(Qr(ve,b,H));return X.push(fe),ge(X)}).catch(ve=>pr(ve,8)?ve:Promise.reject(ve))}function M(b,H,X){s.list().forEach(ue=>$(()=>ue(b,H,X)))}function Q(b,H,X,ue,be){const ze=Y(b,H);if(ze)return ze;const fe=H===Jr,ve=hr?history.state:{};X&&(ue||fe?i.replace(b.fullPath,qe({scroll:fe&&ve&&ve.scroll},be)):i.push(b.fullPath,be)),c.value=b,k(b,H,X,fe),N()}let q;function S(){q||(q=i.listen((b,H,X)=>{if(!de.listening)return;const ue=g(b),be=w(ue);if(be){C(qe(be,{replace:!0}),ue).catch(ps);return}u=ue;const ze=c.value;hr&&KT(A_(ze.fullPath,X.delta),Xl()),R(ue,ze).catch(fe=>pr(fe,12)?fe:pr(fe,2)?(C(fe.to,ue).then(ve=>{pr(ve,20)&&!X.delta&&X.type===vs.pop&&i.go(-1,!1)}).catch(ps),Promise.reject()):(X.delta&&i.go(-X.delta,!1),B(fe,ue,ze))).then(fe=>{fe=fe||Q(ue,ze,!1),fe&&(X.delta&&!pr(fe,8)?i.go(-X.delta,!1):X.type===vs.pop&&pr(fe,20)&&i.go(-1,!1)),M(ue,ze,fe)}).catch(ps)}))}let I=gs(),U=gs(),E;function B(b,H,X){N(b);const ue=U.list();return ue.length?ue.forEach(be=>be(b,H,X)):(process.env.NODE_ENV!=="production"&&Ve("uncaught error during route navigation:"),console.error(b)),Promise.reject(b)}function ce(){return E&&c.value!==Jr?Promise.resolve():new Promise((b,H)=>{I.add([b,H])})}function N(b){return E||(E=!b,S(),I.list().forEach(([H,X])=>b?X(b):H()),I.reset()),b}function k(b,H,X,ue){const{scrollBehavior:be}=e;if(!hr||!be)return Promise.resolve();const ze=!X&&qT(A_(b.fullPath,0))||(ue||!X)&&history.state&&history.state.scroll||null;return l.nextTick().then(()=>be(b,H,ze)).then(fe=>fe&&zT(fe)).catch(fe=>B(fe,b,H))}const O=b=>i.go(b);let T;const J=new Set,de={currentRoute:c,listening:!0,addRoute:p,removeRoute:v,hasRoute:_,getRoutes:m,resolve:g,options:e,push:A,replace:V,go:O,back:()=>O(-1),forward:()=>O(1),beforeEach:a.add,beforeResolve:o.add,afterEach:s.add,onError:U.add,isReady:ce,install(b){const H=this;b.component("RouterLink",FN),b.component("RouterView",HN),b.config.globalProperties.$router=H,Object.defineProperty(b.config.globalProperties,"$route",{enumerable:!0,get:()=>l.unref(c)}),hr&&!T&&c.value===Jr&&(T=!0,A(i.location).catch(be=>{process.env.NODE_ENV!=="production"&&Ve("Unexpected error when starting the router:",be)}));const X={};for(const be in Jr)Object.defineProperty(X,be,{get:()=>c.value[be],enumerable:!0});b.provide(Hf,H),b.provide(Gf,l.shallowReactive(X)),b.provide(Wf,c);const ue=b.unmount;J.add(b),b.unmount=function(){J.delete(b),J.size<1&&(u=Jr,q&&q(),q=null,c.value=Jr,T=!1,E=!1),ue()},process.env.NODE_ENV!=="production"&&hr&&jN(b,H,t)}};function ge(b){return b.reduce((H,X)=>H.then(()=>$(X)),Promise.resolve())}return de}function tD(e,t){const n=[],r=[],i=[],a=Math.max(t.matched.length,e.matched.length);for(let o=0;o<a;o++){const s=t.matched[o];s&&(e.matched.find(u=>Xr(u,s))?r.push(s):n.push(s));const c=e.matched[o];c&&(t.matched.find(u=>Xr(u,c))||i.push(c))}return[n,r,i]}function nD(){return l.inject(Gf)}var lm=!1;function Ql(e,t,n){return Array.isArray(e)?(e.length=Math.max(e.length,t),e.splice(t,1,n),n):(e[t]=n,n)}function Kf(e,t){if(Array.isArray(e)){e.splice(t,1);return}delete e[t]}/*!
|
|
27
27
|
* pinia v2.1.7
|
|
28
28
|
* (c) 2023 Eduardo San Martin Morote
|
|
29
29
|
* @license MIT
|
|
30
|
-
*/let
|
|
30
|
+
*/let Ss;const Es=e=>Ss=e,cm=process.env.NODE_ENV!=="production"?Symbol("pinia"):Symbol();function Yi(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var Bn;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(Bn||(Bn={}));const Zl=typeof window<"u",Ts=(process.env.NODE_ENV!=="production"||!1)&&process.env.NODE_ENV!=="test"&&Zl,um=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof global=="object"&&global.global===global?global:typeof globalThis=="object"?globalThis:{HTMLElement:null};function rD(e,{autoBom:t=!1}={}){return t&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\uFEFF",e],{type:e.type}):e}function qf(e,t,n){const r=new XMLHttpRequest;r.open("GET",e),r.responseType="blob",r.onload=function(){hm(r.response,t,n)},r.onerror=function(){console.error("could not download file")},r.send()}function fm(e){const t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}catch{}return t.status>=200&&t.status<=299}function ec(e){try{e.dispatchEvent(new MouseEvent("click"))}catch{const n=document.createEvent("MouseEvents");n.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(n)}}const tc=typeof navigator=="object"?navigator:{userAgent:""},dm=/Macintosh/.test(tc.userAgent)&&/AppleWebKit/.test(tc.userAgent)&&!/Safari/.test(tc.userAgent),hm=Zl?typeof HTMLAnchorElement<"u"&&"download"in HTMLAnchorElement.prototype&&!dm?iD:"msSaveOrOpenBlob"in tc?aD:oD:()=>{};function iD(e,t="download",n){const r=document.createElement("a");r.download=t,r.rel="noopener",typeof e=="string"?(r.href=e,r.origin!==location.origin?fm(r.href)?qf(e,t,n):(r.target="_blank",ec(r)):ec(r)):(r.href=URL.createObjectURL(e),setTimeout(function(){URL.revokeObjectURL(r.href)},4e4),setTimeout(function(){ec(r)},0))}function aD(e,t="download",n){if(typeof e=="string")if(fm(e))qf(e,t,n);else{const r=document.createElement("a");r.href=e,r.target="_blank",setTimeout(function(){ec(r)})}else navigator.msSaveOrOpenBlob(rD(e,n),t)}function oD(e,t,n,r){if(r=r||open("","_blank"),r&&(r.document.title=r.document.body.innerText="downloading..."),typeof e=="string")return qf(e,t,n);const i=e.type==="application/octet-stream",a=/constructor/i.test(String(um.HTMLElement))||"safari"in um,o=/CriOS\/[\d]+/.test(navigator.userAgent);if((o||i&&a||dm)&&typeof FileReader<"u"){const s=new FileReader;s.onloadend=function(){let c=s.result;if(typeof c!="string")throw r=null,new Error("Wrong reader.result type");c=o?c:c.replace(/^data:[^;]*;/,"data:attachment/file;"),r?r.location.href=c:location.assign(c),r=null},s.readAsDataURL(e)}else{const s=URL.createObjectURL(e);r?r.location.assign(s):location.href=s,r=null,setTimeout(function(){URL.revokeObjectURL(s)},4e4)}}function wt(e,t){const n="🍍 "+e;typeof __VUE_DEVTOOLS_TOAST__=="function"?__VUE_DEVTOOLS_TOAST__(n,t):t==="error"?console.error(n):t==="warn"?console.warn(n):console.log(n)}function Xf(e){return"_a"in e&&"install"in e}function pm(){if(!("clipboard"in navigator))return wt("Your browser doesn't support the Clipboard API","error"),!0}function vm(e){return e instanceof Error&&e.message.toLowerCase().includes("document is not focused")?(wt('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.',"warn"),!0):!1}async function sD(e){if(!pm())try{await navigator.clipboard.writeText(JSON.stringify(e.state.value)),wt("Global state copied to clipboard.")}catch(t){if(vm(t))return;wt("Failed to serialize the state. Check the console for more details.","error"),console.error(t)}}async function lD(e){if(!pm())try{_m(e,JSON.parse(await navigator.clipboard.readText())),wt("Global state pasted from clipboard.")}catch(t){if(vm(t))return;wt("Failed to deserialize the state from clipboard. Check the console for more details.","error"),console.error(t)}}async function cD(e){try{hm(new Blob([JSON.stringify(e.state.value)],{type:"text/plain;charset=utf-8"}),"pinia-state.json")}catch(t){wt("Failed to export the state as JSON. Check the console for more details.","error"),console.error(t)}}let vr;function uD(){vr||(vr=document.createElement("input"),vr.type="file",vr.accept=".json");function e(){return new Promise((t,n)=>{vr.onchange=async()=>{const r=vr.files;if(!r)return t(null);const i=r.item(0);return t(i?{text:await i.text(),file:i}:null)},vr.oncancel=()=>t(null),vr.onerror=n,vr.click()})}return e}async function fD(e){try{const n=await uD()();if(!n)return;const{text:r,file:i}=n;_m(e,JSON.parse(r)),wt(`Global state imported from "${i.name}".`)}catch(t){wt("Failed to import the state from JSON. Check the console for more details.","error"),console.error(t)}}function _m(e,t){for(const n in t){const r=e.state.value[n];r?Object.assign(r,t[n]):e.state.value[n]=t[n]}}function wn(e){return{_custom:{display:e}}}const mm="🍍 Pinia (root)",Jf="_root";function dD(e){return Xf(e)?{id:Jf,label:mm}:{id:e.$id,label:e.$id}}function hD(e){if(Xf(e)){const n=Array.from(e._s.keys()),r=e._s;return{state:n.map(a=>({editable:!0,key:a,value:e.state.value[a]})),getters:n.filter(a=>r.get(a)._getters).map(a=>{const o=r.get(a);return{editable:!1,key:a,value:o._getters.reduce((s,c)=>(s[c]=o[c],s),{})}})}}const t={state:Object.keys(e.$state).map(n=>({editable:!0,key:n,value:e.$state[n]}))};return e._getters&&e._getters.length&&(t.getters=e._getters.map(n=>({editable:!1,key:n,value:e[n]}))),e._customProperties.size&&(t.customProperties=Array.from(e._customProperties).map(n=>({editable:!0,key:n,value:e[n]}))),t}function pD(e){return e?Array.isArray(e)?e.reduce((t,n)=>(t.keys.push(n.key),t.operations.push(n.type),t.oldValue[n.key]=n.oldValue,t.newValue[n.key]=n.newValue,t),{oldValue:{},keys:[],operations:[],newValue:{}}):{operation:wn(e.type),key:wn(e.key),oldValue:e.oldValue,newValue:e.newValue}:{}}function vD(e){switch(e){case Bn.direct:return"mutation";case Bn.patchFunction:return"$patch";case Bn.patchObject:return"$patch";default:return"unknown"}}let Ha=!0;const nc=[],Li="pinia:mutations",At="pinia",{assign:_D}=Object,rc=e=>"🍍 "+e;function mD(e,t){xf({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:nc,app:e},n=>{typeof n.now!="function"&&wt("You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."),n.addTimelineLayer({id:Li,label:"Pinia 🍍",color:15064968}),n.addInspector({id:At,label:"Pinia 🍍",icon:"storage",treeFilterPlaceholder:"Search stores",actions:[{icon:"content_copy",action:()=>{sD(t)},tooltip:"Serialize and copy the state"},{icon:"content_paste",action:async()=>{await lD(t),n.sendInspectorTree(At),n.sendInspectorState(At)},tooltip:"Replace the state with the content of your clipboard"},{icon:"save",action:()=>{cD(t)},tooltip:"Save the state as a JSON file"},{icon:"folder_open",action:async()=>{await fD(t),n.sendInspectorTree(At),n.sendInspectorState(At)},tooltip:"Import the state from a JSON file"}],nodeActions:[{icon:"restore",tooltip:'Reset the state (with "$reset")',action:r=>{const i=t._s.get(r);i?typeof i.$reset!="function"?wt(`Cannot reset "${r}" store because it doesn't have a "$reset" method implemented.`,"warn"):(i.$reset(),wt(`Store "${r}" reset.`)):wt(`Cannot reset "${r}" store because it wasn't found.`,"warn")}}]}),n.on.inspectComponent((r,i)=>{const a=r.componentInstance&&r.componentInstance.proxy;if(a&&a._pStores){const o=r.componentInstance.proxy._pStores;Object.values(o).forEach(s=>{r.instanceData.state.push({type:rc(s.$id),key:"state",editable:!0,value:s._isOptionsAPI?{_custom:{value:l.toRaw(s.$state),actions:[{icon:"restore",tooltip:"Reset the state of this store",action:()=>s.$reset()}]}}:Object.keys(s.$state).reduce((c,u)=>(c[u]=s.$state[u],c),{})}),s._getters&&s._getters.length&&r.instanceData.state.push({type:rc(s.$id),key:"getters",editable:!1,value:s._getters.reduce((c,u)=>{try{c[u]=s[u]}catch(f){c[u]=f}return c},{})})})}}),n.on.getInspectorTree(r=>{if(r.app===e&&r.inspectorId===At){let i=[t];i=i.concat(Array.from(t._s.values())),r.rootNodes=(r.filter?i.filter(a=>"$id"in a?a.$id.toLowerCase().includes(r.filter.toLowerCase()):mm.toLowerCase().includes(r.filter.toLowerCase())):i).map(dD)}}),n.on.getInspectorState(r=>{if(r.app===e&&r.inspectorId===At){const i=r.nodeId===Jf?t:t._s.get(r.nodeId);if(!i)return;i&&(r.state=hD(i))}}),n.on.editInspectorState((r,i)=>{if(r.app===e&&r.inspectorId===At){const a=r.nodeId===Jf?t:t._s.get(r.nodeId);if(!a)return wt(`store "${r.nodeId}" not found`,"error");const{path:o}=r;Xf(a)?o.unshift("state"):(o.length!==1||!a._customProperties.has(o[0])||o[0]in a.$state)&&o.unshift("$state"),Ha=!1,r.set(a,o,r.state.value),Ha=!0}}),n.on.editComponentState(r=>{if(r.type.startsWith("🍍")){const i=r.type.replace(/^🍍\s*/,""),a=t._s.get(i);if(!a)return wt(`store "${i}" not found`,"error");const{path:o}=r;if(o[0]!=="state")return wt(`Invalid path for store "${i}":
|
|
31
31
|
${o}
|
|
32
|
-
Only state can be modified.`);o[0]="$state",Ha=!1,r.set(a,o,r.state.value),Ha=!0}})})}function
|
|
32
|
+
Only state can be modified.`);o[0]="$state",Ha=!1,r.set(a,o,r.state.value),Ha=!0}})})}function gD(e,t){nc.includes(rc(t.$id))||nc.push(rc(t.$id)),xf({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:nc,app:e,settings:{logStoreChanges:{label:"Notify about new/deleted stores",type:"boolean",defaultValue:!0}}},n=>{const r=typeof n.now=="function"?n.now.bind(n):Date.now;t.$onAction(({after:o,onError:s,name:c,args:u})=>{const f=gm++;n.addTimelineEvent({layerId:Li,event:{time:r(),title:"🛫 "+c,subtitle:"start",data:{store:wn(t.$id),action:wn(c),args:u},groupId:f}}),o(d=>{Zr=void 0,n.addTimelineEvent({layerId:Li,event:{time:r(),title:"🛬 "+c,subtitle:"end",data:{store:wn(t.$id),action:wn(c),args:u,result:d},groupId:f}})}),s(d=>{Zr=void 0,n.addTimelineEvent({layerId:Li,event:{time:r(),logType:"error",title:"💥 "+c,subtitle:"end",data:{store:wn(t.$id),action:wn(c),args:u,error:d},groupId:f}})})},!0),t._customProperties.forEach(o=>{l.watch(()=>l.unref(t[o]),(s,c)=>{n.notifyComponentUpdate(),n.sendInspectorState(At),Ha&&n.addTimelineEvent({layerId:Li,event:{time:r(),title:"Change",subtitle:o,data:{newValue:s,oldValue:c},groupId:Zr}})},{deep:!0})}),t.$subscribe(({events:o,type:s},c)=>{if(n.notifyComponentUpdate(),n.sendInspectorState(At),!Ha)return;const u={time:r(),title:vD(s),data:_D({store:wn(t.$id)},pD(o)),groupId:Zr};s===Bn.patchFunction?u.subtitle="⤵️":s===Bn.patchObject?u.subtitle="🧩":o&&!Array.isArray(o)&&(u.subtitle=o.type),o&&(u.data["rawEvent(s)"]={_custom:{display:"DebuggerEvent",type:"object",tooltip:"raw DebuggerEvent[]",value:o}}),n.addTimelineEvent({layerId:Li,event:u})},{detached:!0,flush:"sync"});const i=t._hotUpdate;t._hotUpdate=l.markRaw(o=>{i(o),n.addTimelineEvent({layerId:Li,event:{time:r(),title:"🔥 "+t.$id,subtitle:"HMR update",data:{store:wn(t.$id),info:wn("HMR update")}}}),n.notifyComponentUpdate(),n.sendInspectorTree(At),n.sendInspectorState(At)});const{$dispose:a}=t;t.$dispose=()=>{a(),n.notifyComponentUpdate(),n.sendInspectorTree(At),n.sendInspectorState(At),n.getSettings().logStoreChanges&&wt(`Disposed "${t.$id}" store 🗑`)},n.notifyComponentUpdate(),n.sendInspectorTree(At),n.sendInspectorState(At),n.getSettings().logStoreChanges&&wt(`"${t.$id}" store installed 🆕`)})}let gm=0,Zr;function ym(e,t,n){const r=t.reduce((i,a)=>(i[a]=l.toRaw(e)[a],i),{});for(const i in r)e[i]=function(){const a=gm,o=n?new Proxy(e,{get(...c){return Zr=a,Reflect.get(...c)},set(...c){return Zr=a,Reflect.set(...c)}}):e;Zr=a;const s=r[i].apply(o,arguments);return Zr=void 0,s}}function yD({app:e,store:t,options:n}){if(t.$id.startsWith("__hot:"))return;t._isOptionsAPI=!!n.state,ym(t,Object.keys(n.actions),t._isOptionsAPI);const r=t._hotUpdate;l.toRaw(t)._hotUpdate=function(i){r.apply(this,arguments),ym(t,Object.keys(i._hmrPayload.actions),!!t._isOptionsAPI)},gD(e,t)}function SD(){const e=l.effectScope(!0),t=e.run(()=>l.ref({}));let n=[],r=[];const i=l.markRaw({install(a){Es(i),i._a=a,a.provide(cm,i),a.config.globalProperties.$pinia=i,Ts&&mD(a,i),r.forEach(o=>n.push(o)),r=[]},use(a){return!this._a&&!lm?r.push(a):n.push(a),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return Ts&&typeof Proxy<"u"&&i.use(yD),i}function Sm(e,t){for(const n in t){const r=t[n];if(!(n in e))continue;const i=e[n];Yi(i)&&Yi(r)&&!l.isRef(r)&&!l.isReactive(r)?e[n]=Sm(i,r):e[n]=r}return e}const Em=()=>{};function Tm(e,t,n,r=Em){e.push(t);const i=()=>{const a=e.indexOf(t);a>-1&&(e.splice(a,1),r())};return!n&&l.getCurrentScope()&&l.onScopeDispose(i),i}function Ga(e,...t){e.slice().forEach(n=>{n(...t)})}const ED=e=>e();function Qf(e,t){e instanceof Map&&t instanceof Map&&t.forEach((n,r)=>e.set(r,n)),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const r=t[n],i=e[n];Yi(i)&&Yi(r)&&e.hasOwnProperty(n)&&!l.isRef(r)&&!l.isReactive(r)?e[n]=Qf(i,r):e[n]=r}return e}const TD=process.env.NODE_ENV!=="production"?Symbol("pinia:skipHydration"):Symbol();function ND(e){return!Yi(e)||!e.hasOwnProperty(TD)}const{assign:cn}=Object;function Nm(e){return!!(l.isRef(e)&&e.effect)}function Dm(e,t,n,r){const{state:i,actions:a,getters:o}=t,s=n.state.value[e];let c;function u(){!s&&(process.env.NODE_ENV==="production"||!r)&&(n.state.value[e]=i?i():{});const f=process.env.NODE_ENV!=="production"&&r?l.toRefs(l.ref(i?i():{}).value):l.toRefs(n.state.value[e]);return cn(f,a,Object.keys(o||{}).reduce((d,h)=>(process.env.NODE_ENV!=="production"&&h in f&&console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${h}" in store "${e}".`),d[h]=l.markRaw(l.computed(()=>{Es(n);const p=n._s.get(e);return o[h].call(p,p)})),d),{}))}return c=Zf(e,u,t,n,r,!0),c}function Zf(e,t,n={},r,i,a){let o;const s=cn({actions:{}},n);if(process.env.NODE_ENV!=="production"&&!r._e.active)throw new Error("Pinia destroyed");const c={deep:!0};process.env.NODE_ENV!=="production"&&!lm&&(c.onTrigger=R=>{u?p=R:u==!1&&!C._hotUpdating&&(Array.isArray(p)?p.push(R):console.error("🍍 debuggerEvents should be an array. This is most likely an internal Pinia bug."))});let u,f,d=[],h=[],p;const v=r.state.value[e];!a&&!v&&(process.env.NODE_ENV==="production"||!i)&&(r.state.value[e]={});const m=l.ref({});let _;function g(R){let M;u=f=!1,process.env.NODE_ENV!=="production"&&(p=[]),typeof R=="function"?(R(r.state.value[e]),M={type:Bn.patchFunction,storeId:e,events:p}):(Qf(r.state.value[e],R),M={type:Bn.patchObject,payload:R,storeId:e,events:p});const Q=_=Symbol();l.nextTick().then(()=>{_===Q&&(u=!0)}),f=!0,Ga(d,M,r.state.value[e])}const y=a?function(){const{state:M}=n,Q=M?M():{};this.$patch(q=>{cn(q,Q)})}:process.env.NODE_ENV!=="production"?()=>{throw new Error(`🍍: Store "${e}" is built using the setup syntax and does not implement $reset().`)}:Em;function Y(){o.stop(),d=[],h=[],r._s.delete(e)}function A(R,M){return function(){Es(r);const Q=Array.from(arguments),q=[],S=[];function I(B){q.push(B)}function U(B){S.push(B)}Ga(h,{args:Q,name:R,store:C,after:I,onError:U});let E;try{E=M.apply(this&&this.$id===e?this:C,Q)}catch(B){throw Ga(S,B),B}return E instanceof Promise?E.then(B=>(Ga(q,B),B)).catch(B=>(Ga(S,B),Promise.reject(B))):(Ga(q,E),E)}}const V=l.markRaw({actions:{},getters:{},state:[],hotState:m}),w={_p:r,$id:e,$onAction:Tm.bind(null,h),$patch:g,$reset:y,$subscribe(R,M={}){const Q=Tm(d,R,M.detached,()=>q()),q=o.run(()=>l.watch(()=>r.state.value[e],S=>{(M.flush==="sync"?f:u)&&R({storeId:e,type:Bn.direct,events:p},S)},cn({},c,M)));return Q},$dispose:Y},C=l.reactive(process.env.NODE_ENV!=="production"||Ts?cn({_hmrPayload:V,_customProperties:l.markRaw(new Set)},w):w);r._s.set(e,C);const $=(r._a&&r._a.runWithContext||ED)(()=>r._e.run(()=>(o=l.effectScope()).run(t)));for(const R in $){const M=$[R];if(l.isRef(M)&&!Nm(M)||l.isReactive(M))process.env.NODE_ENV!=="production"&&i?Ql(m.value,R,l.toRef($,R)):a||(v&&ND(M)&&(l.isRef(M)?M.value=v[R]:Qf(M,v[R])),r.state.value[e][R]=M),process.env.NODE_ENV!=="production"&&V.state.push(R);else if(typeof M=="function"){const Q=process.env.NODE_ENV!=="production"&&i?M:A(R,M);$[R]=Q,process.env.NODE_ENV!=="production"&&(V.actions[R]=M),s.actions[R]=M}else process.env.NODE_ENV!=="production"&&Nm(M)&&(V.getters[R]=a?n.getters[R]:M,Zl&&($._getters||($._getters=l.markRaw([]))).push(R))}if(cn(C,$),cn(l.toRaw(C),$),Object.defineProperty(C,"$state",{get:()=>process.env.NODE_ENV!=="production"&&i?m.value:r.state.value[e],set:R=>{if(process.env.NODE_ENV!=="production"&&i)throw new Error("cannot set hotState");g(M=>{cn(M,R)})}}),process.env.NODE_ENV!=="production"&&(C._hotUpdate=l.markRaw(R=>{C._hotUpdating=!0,R._hmrPayload.state.forEach(M=>{if(M in C.$state){const Q=R.$state[M],q=C.$state[M];typeof Q=="object"&&Yi(Q)&&Yi(q)?Sm(Q,q):R.$state[M]=q}Ql(C,M,l.toRef(R.$state,M))}),Object.keys(C.$state).forEach(M=>{M in R.$state||Kf(C,M)}),u=!1,f=!1,r.state.value[e]=l.toRef(R._hmrPayload,"hotState"),f=!0,l.nextTick().then(()=>{u=!0});for(const M in R._hmrPayload.actions){const Q=R[M];Ql(C,M,A(M,Q))}for(const M in R._hmrPayload.getters){const Q=R._hmrPayload.getters[M],q=a?l.computed(()=>(Es(r),Q.call(C,C))):Q;Ql(C,M,q)}Object.keys(C._hmrPayload.getters).forEach(M=>{M in R._hmrPayload.getters||Kf(C,M)}),Object.keys(C._hmrPayload.actions).forEach(M=>{M in R._hmrPayload.actions||Kf(C,M)}),C._hmrPayload=R._hmrPayload,C._getters=R._getters,C._hotUpdating=!1})),Ts){const R={writable:!0,configurable:!0,enumerable:!1};["_p","_hmrPayload","_getters","_customProperties"].forEach(M=>{Object.defineProperty(C,M,cn({value:C[M]},R))})}return r._p.forEach(R=>{if(Ts){const M=o.run(()=>R({store:C,app:r._a,pinia:r,options:s}));Object.keys(M||{}).forEach(Q=>C._customProperties.add(Q)),cn(C,M)}else cn(C,o.run(()=>R({store:C,app:r._a,pinia:r,options:s})))}),process.env.NODE_ENV!=="production"&&C.$state&&typeof C.$state=="object"&&typeof C.$state.constructor=="function"&&!C.$state.constructor.toString().includes("[native code]")&&console.warn(`[🍍]: The "state" must be a plain object. It cannot be
|
|
33
33
|
state: () => new MyClass()
|
|
34
|
-
Found in store "${
|
|
34
|
+
Found in store "${C.$id}".`),v&&a&&n.hydrate&&n.hydrate(C.$state,v),u=!0,f=!0,C}function Wa(e,t,n){let r,i;const a=typeof t=="function";if(typeof e=="string")r=e,i=a?n:t;else if(i=e,r=e.id,process.env.NODE_ENV!=="production"&&typeof r!="string")throw new Error('[🍍]: "defineStore()" must be passed a store id as its first argument.');function o(s,c){const u=l.hasInjectionContext();if(s=(process.env.NODE_ENV==="test"&&Ss&&Ss._testing?null:s)||(u?l.inject(cm,null):null),s&&Es(s),process.env.NODE_ENV!=="production"&&!Ss)throw new Error(`[🍍]: "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?
|
|
35
35
|
See https://pinia.vuejs.org/core-concepts/outside-component-usage.html for help.
|
|
36
|
-
This will fail in production.`);s=ms,s._s.has(r)||(a?Xf(r,t,i,s):Sm(r,i,s),process.env.NODE_ENV!=="production"&&(o._pinia=s));const f=s._s.get(r);if(process.env.NODE_ENV!=="production"&&c){const d="__hot:"+r,v=a?Xf(d,t,i,s,!0):Sm(d,cn({},i),s,!0);c._hotUpdate(v),delete s.state.value[d],s._s.delete(d)}if(process.env.NODE_ENV!=="production"&&Jl){const d=l.getCurrentInstance();if(d&&d.proxy&&!c){const v=d.proxy,h="_pStores"in v?v._pStores:v._pStores={};h[r]=f}}return f}return o.$id=r,o}function Jf(e,t){return Array.isArray(t)?t.reduce((n,r)=>(n[r]=function(){return e(this.$pinia)[r]},n),{}):Object.keys(t).reduce((n,r)=>(n[r]=function(){const i=e(this.$pinia),a=t[r];return typeof a=="function"?a.call(this,i):i[a]},n),{})}class yD extends Error{constructor(t){super(`The filter '${t}' was not found.`)}}const Va=class Va{constructor(){xe(this,"sinks",[])}static getInstance(){return Va.instance||(Va.instance=new Va),Va.instance}registerSink(t){this.sinks.push(t)}logSearch(t){const n=t.map(r=>r.summarise());n.length===0&&n.push("No filters applied."),this.info("Search",n)}logSort(t,n){t&&n?this.info("Sort",[`${t} ${n}`]):this.info("Sort",["No sort order specified"])}error(t,n){this.sinks.forEach(r=>{r.error(t,n)})}info(t,n){this.sinks.forEach(r=>{r.info(t,n)})}warn(t,n){this.sinks.forEach(r=>{r.warn(t,n)})}debug(t,n){this.sinks.forEach(r=>{r.debug(t,n)})}};xe(Va,"instance");let Li=Va;const ft=Wa("filter",()=>{const e=Li.getInstance(),t=l.ref(!1),n=l.ref([]),r=l.computed(()=>n.value),i=l.computed(()=>r.value.length),a=h=>{n.value.push(h)},o=()=>{n.value=[]};function s(){n.value.forEach(h=>h.reset())}const c=l.computed(()=>{const h=d.value.filter(p=>p.isActive());return e.logSearch(h),h}),u=l.computed(()=>c.value.length>0),f=l.computed(()=>n.value.sort((h,p)=>h.displayPosition<p.displayPosition?-1:h.displayPosition>p.displayPosition?1:0)),d=l.computed(()=>t.value===!0?f.value:f.value.filter(h=>h.display==="quick"));return{showAdvanced:t,filters:n,all:r,count:i,active:c,hasActive:u,forDisplay:d,byId:h=>{const p=n.value.find(_=>_.id===h);if(p===void 0)throw new yD(h);return p},reset:s,add:a,clear:o}});class ED extends Error{constructor(t){super(`The record ${t} was not found.`)}}function Tm(e,t){const n=e.indexOf(t);if(n==-1)return;const r=n+1;if(r<=e.length-1)return e[r]}function Nm(e,t){const n=e.indexOf(t);if(n==-1)return;const r=n-1;if(r>=0)return e[r]}class Qf extends Error{constructor(t){super(`The field ${t} was not found.`)}}const Dm={SourceDataFile:"./site-data.json",ShortenedRecordCount:50};class wm extends Error{constructor(n,r){super(n);xe(this,"innerError");r&&(this.innerError=r)}}class SD{async getData(){try{const t=await fetch(Dm.SourceDataFile);if(!t.ok)throw new wm(`Response status not OK. StatusCode: "${t.status}". StatusText: ${t.statusText} `);return await t.json()}catch(t){throw console.error(t),new wm("Failed to read source data.",t)}}}function TD(e){const t={},n=ja();return Object.keys(e).sort().forEach(r=>{if(n.byId(r)===void 0)throw new Qf(r)}),n.all.forEach(r=>{t[r.id]={value:e[r.id],field:r}}),t}function ND(e){return e.map(t=>TD(t))}const Es=Wa("dataset",()=>{const e=l.ref(!1),t=l.ref(""),n=l.ref(!1),r=l.ref();async function i(){try{e.value=!0;const o=new SD;r.value=await o.getData(),n.value=!0,Ss().set(ND(r.value.records))}catch(o){t.value=`Failed to fetch or process site-data.json from the website root. ${o}`}finally{e.value=!1}}const a=l.computed(()=>t.value!=""?"ERROR":e.value?"LOADING":n.value?"OK":"EMPTY");return{errorMessage:t,status:a,loadData:i,dataset:r}}),ja=Wa("fields",()=>{const e=Es(),t=l.computed(()=>{var i;return((i=e.dataset)==null?void 0:i.fields)??[]}),n=l.computed(()=>t.value.length);function r(i){const a=t.value.find(o=>o.id===i);if(a===void 0)throw new Qf(i);return a}return{all:t,count:n,byId:r}}),hr=Wa("properties",()=>{const e=ja(),t=Es(),n=l.ref({}),r=l.computed(()=>{var d;return(d=t.dataset)==null?void 0:d.properties}),i=l.computed(()=>{var d;return((d=r==null?void 0:r.value)==null?void 0:d.metadata)??void 0}),a=l.computed(()=>{var d;return((d=r==null?void 0:r.value)==null?void 0:d.title)??"Loading..."}),o=l.computed(()=>{var d;return((d=r==null?void 0:r.value)==null?void 0:d.resultMode)??"filter"}),s=l.computed(()=>{var d,v;return(d=r==null?void 0:r.value)!=null&&d.sortableFields?(v=r==null?void 0:r.value)==null?void 0:v.sortableFields.map(h=>e.byId(h)):[]}),c=l.computed(()=>{var d,v;if((d=r==null?void 0:r.value)!=null&&d.idField)return e.byId((v=r==null?void 0:r.value)==null?void 0:v.idField);throw new Qf("UNDEFINED")});function u(d){n.value=d}return{pages:l.computed(()=>n.value.pages===void 0?[{path:"/about",label:"About",component:"CapeAboutPage"}]:n.value.pages),metadata:i,title:a,idField:c,sortableFields:s,resultMode:o,setOptions:u,options:n}}),Ss=Wa("records",()=>{const e=l.ref([]),t=l.computed(()=>e.value.length),n=l.computed(()=>e.value),r=hr();function i(c){const u=e.value.find(f=>f[r.idField.id].value==c);if(u===void 0)throw new ED(c);return u}function a(c){e.value=c}function o(c){return Tm(n.value,c)}function s(c){return Nm(n.value,c)}return{all:n,count:t,byId:i,set:a,next:o,previous:s,records:e}});var Xr=(e=>(e.Ascending="Ascending",e.Descending="Descending",e))(Xr||{});function DD(e,t,n,r){var o,s;if(!n||!r)return 0;const i=(o=e[n])==null?void 0:o.value,a=(s=t[n])==null?void 0:s.value;return!i&&!a?0:!i&&a?r===Xr.Ascending?1:-1:i&&!a||i.toString().localeCompare(a.toString())<0?r===Xr.Ascending?-1:1:i.toString().localeCompare(a.toString())>0?r===Xr.Ascending?1:-1:0}const Jr=Wa("searchResults",()=>{const e=Li.getInstance(),t=Ss(),n=hr(),r=ft(),i=l.computed(()=>n.resultMode==="search"&&!r.hasActive?[]:r.active.reduce((C,P)=>P.filterRecords(C),t.all)),a=l.computed(()=>{e.logSort(d.value,v.value);let C=i.value;return f.value&&(C=C.sort((P,V)=>DD(P,V,d.value,v.value))),C.slice()}),o=l.computed(()=>{let C=a.value;return C=h.value?C:C.slice(0,Dm.ShortenedRecordCount),C}),s=l.computed(()=>i.value.length),c=l.computed(()=>o.value.length),u=l.computed(()=>c.value===s.value),f=l.computed(()=>n.sortableFields.length>0);l.computed(()=>d.value==E()),l.computed(()=>v.value==g());const d=l.ref(E()),v=l.ref(g()),h=l.ref(!1);function p(){d.value=E(),v.value=g()}function _(C){return Tm(a.value,C)}function m(C){return Nm(a.value,C)}function g(){return f.value?Xr.Ascending:void 0}function E(){var C;return f.value?(C=n.sortableFields[0])==null?void 0:C.id:void 0}return{all:i,totalCount:s,visible:o,visibleCount:c,showAllResults:h,allResultsAreVisible:u,hasSortFields:f,sortFieldId:d,sortDirection:v,reset:p,next:_,previous:m}}),bm={template:"#templateCapeHomepageLayout",computed:{...Jf(ft,["showAdvanced"]),...Jf(Jr,{hasMatches:e=>e.totalCount>0})}},wD={class:"cape-home-page"},km=l.defineComponent({__name:"CapeHomePage",setup(e){return(t,n)=>(l.openBlock(),l.createElementBlock("form",wD,[l.createVNode(bm)]))}}),Cm={template:"#templateCapeRecordCard",props:["record"]},bD={key:0,class:"cape-record-page-record-not-found"},kD={class:"cape-record-page-record-id"},Om=l.defineComponent({__name:"CapeRecordPage",setup(e){const t=JN(),n=Ss(),r=l.computed(()=>t.params.id),i=l.computed(()=>{try{return n.byId(r.value)}catch{return}});return(a,o)=>i.value===void 0?(l.openBlock(),l.createElementBlock("div",bD,[l.createTextVNode(" The record with Record ID "),l.createElementVNode("span",kD,l.toDisplayString(r.value),1),l.createTextVNode(" does not exist. ")])):(l.openBlock(),l.createBlock(Cm,{key:1,record:i.value},null,8,["record"]))}}),Im=qN({history:qT("/"),routes:[{name:"root",path:"/",component:km},{name:"record",path:"/record/:id",component:Om}],linkActiveClass:"active",linkExactActiveClass:"active"}),Rm={template:"#templateCapeNavigation",computed:{...Jf(hr,["pages"])}},CD={class:"cape-load-error cape-error"},OD=l.createElementVNode("h2",null,"Unable to load data",-1),ID={class:"cape-load-error-message"},Pm=l.defineComponent({__name:"CapeLoadError",setup(e){const t=Es();return(n,r)=>(l.openBlock(),l.createElementBlock("div",CD,[OD,l.createElementVNode("p",null,[l.createTextVNode(" An error has occurred. The error was: "),l.createElementVNode("span",ID,l.toDisplayString(l.unref(t).errorMessage),1),l.createTextVNode(". ")])]))}});function Am(e){const t={A:"[AaªÀ-Åà-åĀ-ąǍǎȀ-ȃȦȧᴬᵃḀḁẚẠ-ảₐ℀℁℻⒜Ⓐⓐ㍱-㍴㎀-㎄㎈㎉㎩-㎯㏂㏊㏟㏿Aa]",B:"[BbᴮᵇḂ-ḇℬ⒝Ⓑⓑ㍴㎅-㎇㏃㏈㏔㏝Bb]",C:"[CcÇçĆ-čᶜ℀ℂ℃℅℆ℭⅭⅽ⒞Ⓒⓒ㍶㎈㎉㎝㎠㎤㏄-㏇Cc]",D:"[DdĎďDŽ-džDZ-dzᴰᵈḊ-ḓⅅⅆⅮⅾ⒟Ⓓⓓ㋏㍲㍷-㍹㎗㎭-㎯㏅㏈Dd]",E:"[EeÈ-Ëè-ëĒ-ěȄ-ȇȨȩᴱᵉḘ-ḛẸ-ẽₑ℡ℯℰⅇ⒠Ⓔⓔ㉐㋍㋎Ee]",F:"[FfᶠḞḟ℉ℱ℻⒡Ⓕⓕ㎊-㎌㎙ff-fflFf]",G:"[GgĜ-ģǦǧǴǵᴳᵍḠḡℊ⒢Ⓖⓖ㋌㋍㎇㎍-㎏㎓㎬㏆㏉㏒㏿Gg]",H:"[HhĤĥȞȟʰᴴḢ-ḫẖℋ-ℎ⒣Ⓗⓗ㋌㍱㎐-㎔㏊㏋㏗Hh]",I:"[IiÌ-Ïì-ïĨ-İIJijǏǐȈ-ȋᴵᵢḬḭỈ-ịⁱℐℑℹⅈⅠ-ⅣⅥ-ⅨⅪⅫⅰ-ⅳⅵ-ⅸⅺⅻ⒤Ⓘⓘ㍺㏌㏕fiffiIi]",J:"[JjIJ-ĵLJ-njǰʲᴶⅉ⒥ⒿⓙⱼJj]",K:"[KkĶķǨǩᴷᵏḰ-ḵK⒦Ⓚⓚ㎄㎅㎉㎏㎑㎘㎞㎢㎦㎪㎸㎾㏀㏆㏍-㏏Kk]",L:"[LlĹ-ŀLJ-ljˡᴸḶḷḺ-ḽℒℓ℡Ⅼⅼ⒧Ⓛⓛ㋏㎈㎉㏐-㏓㏕㏖㏿flfflLl]",M:"[MmᴹᵐḾ-ṃ℠™ℳⅯⅿ⒨Ⓜⓜ㍷-㍹㎃㎆㎎㎒㎖㎙-㎨㎫㎳㎷㎹㎽㎿㏁㏂㏎㏐㏔-㏖㏘㏙㏞㏟Mm]",N:"[NnÑñŃ-ʼnNJ-njǸǹᴺṄ-ṋⁿℕ№⒩Ⓝⓝ㎁㎋㎚㎱㎵㎻㏌㏑Nn]",O:"[OoºÒ-Öò-öŌ-őƠơǑǒǪǫȌ-ȏȮȯᴼᵒỌ-ỏₒ℅№ℴ⒪Ⓞⓞ㍵㏇㏒㏖Oo]",P:"[PpᴾᵖṔ-ṗℙ⒫Ⓟⓟ㉐㍱㍶㎀㎊㎩-㎬㎰㎴㎺㏋㏗-㏚Pp]",Q:"[Qqℚ⒬Ⓠⓠ㏃Qq]",R:"[RrŔ-řȐ-ȓʳᴿᵣṘ-ṛṞṟ₨ℛ-ℝ⒭Ⓡⓡ㋍㍴㎭-㎯㏚㏛Rr]",S:"[SsŚ-šſȘșˢṠ-ṣ₨℁℠⒮Ⓢⓢ㎧㎨㎮-㎳㏛㏜stSs]",T:"[TtŢ-ťȚțᵀᵗṪ-ṱẗ℡™⒯Ⓣⓣ㉐㋏㎔㏏ſtstTt]",U:"[UuÙ-Üù-üŨ-ųƯưǓǔȔ-ȗᵁᵘᵤṲ-ṷỤ-ủ℆⒰Ⓤⓤ㍳㍺Uu]",V:"[VvᵛᵥṼ-ṿⅣ-Ⅷⅳ-ⅷ⒱Ⓥⓥⱽ㋎㍵㎴-㎹㏜㏞Vv]",W:"[WwŴŵʷᵂẀ-ẉẘ⒲Ⓦⓦ㎺-㎿㏝Ww]",X:"[XxˣẊ-ẍₓ℻Ⅸ-Ⅻⅸ-ⅻ⒳Ⓧⓧ㏓Xx]",Y:"[YyÝýÿŶ-ŸȲȳʸẎẏẙỲ-ỹ⒴Ⓨⓨ㏉Yy]",Z:"[ZzŹ-žDZ-dzᶻẐ-ẕℤℨ⒵Ⓩⓩ㎐-㎔Zz]"},n=e.replace(/([|()[{.+*?^$\\])/g,"\\$1"),r=function(a){return t[a.toUpperCase()]??a},i=n.replace(/\S/g,r);return new RegExp(i,"g")}class Zf{constructor(t,n,r,i){xe(this,"id");xe(this,"componentId");xe(this,"displayPosition");xe(this,"display");this.id=t,this.componentId=n,this.displayPosition=r,this.display=i}filterRecords(t){return t.filter(n=>this.matchesRecord(n))}matchesRecord(t){throw new Error("matchesRecord or filterRecords must be overridden!")}}function za(e){return Array.isArray(e)?e:[e]}class RD extends Zf{constructor(n,r,i,a,o,s){super(n,r,i,a);xe(this,"term");xe(this,"defaultTerm");xe(this,"placeholder");this.defaultTerm=o,this.placeholder=s,this.term=this.defaultTerm}reset(){this.term=this.defaultTerm}isDefault(){return this.term===this.defaultTerm}isActive(){return this.term!==""}matchesRecord(n){return this.term===void 0||this.term.trim()===""?!1:this.term.trim().toLowerCase().split(/\s+/).every(i=>{const a=Am(i);return this.termRegexpMatchesRecord(a,n)})}termRegexpMatchesRecord(n,r){return Object.values(r).some(i=>this.termRegexpMatchesValue(n,i.value))}termRegexpMatchesValue(n,r){return za(r).some(a=>`${a}`.match(n))}summarise(){return`any field contains '${this.term}'`}}class nc extends Zf{constructor(n,r,i,a,o){super(n,r,i,a);xe(this,"field");o.changeFilterMode||(o.changeFilterMode=!0),this.field=o}matchesRecord(n){const r=n[this.field.id].value;return this.matchesValue(r)}}function PD(e,t){if(e===void 0||e==="")return!1;const n=t.trim().toLowerCase().split(/\s+/),r=za(e);return n.every(i=>{const a=Am(i);return r.some(o=>`${o}`.match(a))})}function Ts(e){return!(e===""||e===void 0||Array.isArray(e)&&e.length===0)}function rc(e){return!Ts(e)}function ed(e,t){return e===""||e===void 0?!1:za(e).find(i=>`${i}`.trim().toLowerCase()===t.trim().toLowerCase())!==void 0}class AD extends nc{constructor(n,r,i,a,o,s,c){super(n,r,i,a,o);xe(this,"term");xe(this,"defaultTerm");xe(this,"mode");xe(this,"defaultMode");this.defaultMode=c,this.defaultTerm=s,this.mode=this.defaultMode,this.term=this.defaultTerm}reset(){this.mode=this.defaultMode,this.term=this.defaultTerm}isDefault(){return this.mode===this.defaultMode&&this.term===this.defaultTerm}isActive(){switch(this.mode){case"contains":case"is":return this.term!=="";case"set":case"notSet":return!0}}matchesValue(n){switch(this.mode){case"contains":return PD(n,this.term);case"is":return ed(n,this.term);case"set":return Ts(n);case"notSet":return rc(n)}}summarise(){switch(this.mode){case"is":return`${this.id} is '${this.term}'`;case"contains":return`${this.id} contains '${this.term}'`;case"set":return`${this.id} is present`;case"notSet":return`${this.id} is not present`}}}function Mm(e,t){return e===""||e===void 0?!1:za(e).find(i=>`${i}`===t)!==void 0}function MD(e,t){return t.find(r=>Mm(e,r))!==void 0}class YD extends nc{constructor(n,r,i,a,o,s,c,u){super(n,r,i,a,o);xe(this,"isTerm");xe(this,"oneOfTerms");xe(this,"mode");xe(this,"defaultIsTerm");xe(this,"defaultOneOfTerms");xe(this,"defaultMode");this.defaultIsTerm=s,this.defaultOneOfTerms=c,this.defaultMode=u,this.mode=this.defaultMode,this.isTerm=this.defaultIsTerm,this.oneOfTerms=this.defaultOneOfTerms}reset(){this.mode=this.defaultMode,this.isTerm=this.defaultIsTerm,this.oneOfTerms=this.defaultOneOfTerms}isDefault(){return this.mode===this.defaultMode&&this.isTerm===this.defaultIsTerm&&this.oneOfTerms.toString()===this.defaultOneOfTerms.toString()}isActive(){switch(this.mode){case"is":return this.isTerm!=="";case"oneOf":return this.oneOfTerms.length>0;case"set":case"notSet":return!0}}matchesValue(n){switch(this.mode){case"oneOf":return MD(n,this.oneOfTerms);case"is":return Mm(n,this.isTerm);case"set":return Ts(n);case"notSet":return rc(n)}}summarise(){switch(this.mode){case"is":return`${this.id} is '${this.isTerm}'`;case"oneOf":return`${this.id} is one of '${this.oneOfTerms.join(", ")}'`;case"set":return`${this.id} is present`;case"notSet":return`${this.id} is not present`}}}function xD(e,t,n){return e===""||e===void 0?!1:za(e).find(a=>a>=t&&a<=n)!==void 0}function Vi(e){if(e!="")return e}function Ym(e,t){const n=Vi(e);return n??t}class LD extends nc{constructor(n,r,i,a,o,s,c,u,f){super(n,r,i,a,o);xe(this,"isTerm");xe(this,"lowerBoundTerm");xe(this,"upperBoundTerm");xe(this,"defaultIsTerm");xe(this,"defaultLowerBound");xe(this,"defaultUpperBound");xe(this,"mode");xe(this,"defaultMode");this.defaultMode=f,this.defaultIsTerm=s,this.defaultLowerBound=c,this.defaultUpperBound=u,this.mode=this.defaultMode,this.isTerm=this.defaultIsTerm,this.lowerBoundTerm=this.defaultLowerBound,this.upperBoundTerm=this.defaultUpperBound}reset(){this.mode=this.defaultMode,this.isTerm=this.defaultIsTerm,this.lowerBoundTerm=this.defaultLowerBound,this.upperBoundTerm=this.defaultUpperBound}isDefault(){switch(this.defaultMode){case"is":return this.mode==this.defaultMode&&Vi(this.isTerm)==this.defaultIsTerm;case"between":return this.mode==this.defaultMode&&Vi(this.lowerBoundTerm)==this.defaultLowerBound&&Vi(this.upperBoundTerm)==this.defaultUpperBound;case"set":case"notSet":return this.mode==this.defaultMode}}isActive(){switch(this.mode){case"is":return Vi(this.isTerm)!==void 0;case"between":return Vi(this.lowerBoundTerm)!==void 0||Vi(this.upperBoundTerm)!==void 0;case"set":case"notSet":return!0}}matchesValue(n){switch(this.mode){case"is":return ed(n,`${this.isTerm}`);case"between":{const r=Ym(this.lowerBoundTerm,Number.NEGATIVE_INFINITY),i=Ym(this.upperBoundTerm,Number.POSITIVE_INFINITY);return xD(n,r,i)}case"set":return Ts(n);case"notSet":return rc(n)}}summarise(){switch(this.mode){case"is":return`${this.id} is '${this.isTerm}'`;case"between":return`${this.id} is between '${this.lowerBoundTerm}' and '${this.upperBoundTerm}'`;case"set":return`${this.id} is present`;case"notSet":return`${this.id} is not present`}}}function VD(e,t,n){return e===""||e===void 0?!1:za(e).find(a=>(t===void 0||a>=t)&&(n===void 0||a<=n))!==void 0}class FD extends nc{constructor(n,r,i,a,o,s,c,u,f){super(n,r,i,a,o);xe(this,"isTerm");xe(this,"lowerBoundTerm");xe(this,"upperBoundTerm");xe(this,"defaultIsTerm");xe(this,"defaultLowerBound");xe(this,"defaultUpperBound");xe(this,"mode");xe(this,"defaultMode");this.defaultMode=f,this.defaultIsTerm=s,this.defaultLowerBound=c,this.defaultUpperBound=u,this.mode=this.defaultMode,this.isTerm=this.defaultIsTerm,this.lowerBoundTerm=this.defaultLowerBound,this.upperBoundTerm=this.defaultUpperBound}reset(){this.mode=this.defaultMode,this.isTerm=this.defaultIsTerm,this.lowerBoundTerm=this.defaultLowerBound,this.upperBoundTerm=this.defaultUpperBound}isDefault(){return this.mode===this.defaultMode&&this.isTerm===this.defaultIsTerm}isActive(){switch(this.mode){case"is":return this.validDateTerm(this.isTerm);case"between":return this.validBoundsTerm(this.lowerBoundTerm)||this.validBoundsTerm(this.upperBoundTerm);case"set":case"notSet":return!0}}summarise(){switch(this.mode){case"is":return`${this.id} is '${this.isTerm}'`;case"between":return`${this.id} is between '${this.lowerBoundTerm}' and '${this.upperBoundTerm}'`;case"set":return`${this.id} is present`;case"notSet":return`${this.id} is not present`}}validBoundsTerm(n){return n!==void 0&&/^\d{4}(-\d{1,2}(-\d{1,2})?)?$/.test(n)}validDateTerm(n){return n!==void 0&&(this.validDMYTerm(n)||this.validYMDTerm(n))}validDMYTerm(n){return/^\d{1,2}\/\d{1,2}\/\d{4}$/.test(n)}validYMDTerm(n){return/^\d{4}-\d{1,2}-\d{1,2}$/.test(n)}dateParts(n){return n===void 0?[]:this.validBoundsTerm(n)?n.split("-").map(i=>parseInt(i)):[]}termToUpperBound(n){const r=this.dateParts(n);return r.length===0&&r.push(9999),r.length===1&&r.push(99),r.length===2&&r.push(99),this.partsToDateString(r)}termToLowerBound(n){const r=this.dateParts(n);return r.length===0&&r.push(0),r.length===1&&r.push(0),r.length===2&&r.push(0),this.partsToDateString(r)}termToISO(n){if(n===void 0||!this.validDateTerm(n))return;let r;return this.validYMDTerm(n)?r=n.split(/-/):r=n.split(/\//).reverse(),this.partsToDateString(r.map(i=>parseInt(i)))}partsToDateString(n){return n[0].toString().padStart(4,"0")+"-"+n[1].toString().padStart(2,"0")+"-"+n[2].toString().padStart(2,"0")}matchesValue(n){switch(this.mode){case"is":return ed(n,this.termToISO(this.isTerm)??"");case"between":return VD(n,this.termToLowerBound(this.lowerBoundTerm),this.termToUpperBound(this.upperBoundTerm));case"set":return Ts(n);case"notSet":return rc(n)}}}function $D(){UD(),BD(),HD(),KD()}function UD(){ft().clear()}function BD(){ft().add(new RD("free-text","CapeFilterFreeText",-100,"quick","","free text search"))}function HD(){const e=ja();let t=0;e.all.forEach(n=>{if(n.filterDisplay==="hide")return;const r=n.filterDisplay??"advanced";switch(t+=100,n.type){case"text":GD(t,n,r);break;case"enum":WD(t,n,r);break;case"integer":jD(t,n,r);break;case"date":zD(t,n,r);break}})}function GD(e,t,n){ft().add(new AD("field-"+t.id,"CapeFilterFieldText",e,n,t,"",t.defaultFilterMode??"contains"))}function WD(e,t,n){ft().add(new YD("field-"+t.id,"CapeFilterFieldEnum",e,n,t,"",[],t.defaultFilterMode??"oneOf"))}function jD(e,t,n){ft().add(new LD("field-"+t.id,"CapeFilterFieldInteger",e,n,t,void 0,void 0,void 0,t.defaultFilterMode??"between"))}function zD(e,t,n){ft().add(new FD("field-"+t.id,"CapeFilterFieldDate",e,n,t,"","","",t.defaultFilterMode??"between"))}function KD(){var n;const e=ft(),t=hr();((n=t==null?void 0:t.options)==null?void 0:n.additionalFilters)!==void 0&&t.options.additionalFilters.forEach(r=>e.add(r))}const xm=l.defineComponent({__name:"CapeRoot",async setup(e){let t,n;const r=Es();return[t,n]=l.withAsyncContext(()=>r.loadData()),await t,n(),$D(),(i,a)=>(l.openBlock(),l.createElementBlock("div",null,[l.unref(r).status==="ERROR"?(l.openBlock(),l.createBlock(Pm,{key:0})):l.createCommentVNode("",!0),l.unref(r).status=="OK"?(l.openBlock(),l.createBlock(Rm,{key:1})):l.createCommentVNode("",!0)]))}}),qD={class:"cape-record-count"},Lm=l.defineComponent({__name:"CapeRecordCount",setup(e){const t=Ss();return(n,r)=>(l.openBlock(),l.createElementBlock("span",qD,l.toDisplayString(l.unref(t).count),1))}}),XD={__name:"CapeAdvancedSearchToggle",setup(e){const t=ft();return(n,r)=>l.withDirectives((l.openBlock(),l.createElementBlock("input",{"data-test":"show-all-filters","onUpdate:modelValue":r[0]||(r[0]=i=>l.unref(t).showAdvanced=i),type:"checkbox",class:"cape-advanced-search-toggle"},null,512)),[[l.vModelCheckbox,l.unref(t).showAdvanced]])}},JD={class:"cape-filters"},QD=l.defineComponent({__name:"CapeFilters",setup(e){const t=ft();return(n,r)=>(l.openBlock(),l.createElementBlock("div",JD,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(t).forDisplay,i=>(l.openBlock(),l.createBlock(l.resolveDynamicComponent(i.componentId),{key:i,filterId:i.id},null,8,["filterId"]))),128))]))}}),ZD={__name:"CapeFormResetButton",setup(e){const t=ft(),n=Jr();function r(){t.reset(),n.reset()}return(i,a)=>(l.openBlock(),l.createElementBlock("button",{"data-test":"new-search-button",onClick:r,type:"button",class:"cape-button cape-reset-button cape-form-reset-button"},[l.renderSlot(i.$slots,"default",{},()=>[l.createTextVNode(" New search ")])]))}},Vm={template:"#templateCapeHeader"},Fm=(e,t)=>{const n=e.__vccOpts||e;for(const[r,i]of t)n[r]=i;return n},ew={},tw={class:"cape-loading"},nw=[l.createElementVNode("div",{class:"cape-loading-spinner",role:"status"},[l.createElementVNode("span",{class:"cape-loading-spinner-sr-text"},"Loading...")],-1),l.createElementVNode("p",{class:"cape-loading-text"},"Please wait while the data loads.",-1)];function rw(e,t){return l.openBlock(),l.createElementBlock("div",tw,nw)}const $m=Fm(ew,[["render",rw]]),iw=function(){var n;const e=hr(),t=(n=e==null?void 0:e.options)==null?void 0:n.environment;return t||(console.warn('Cannot identify your environment name. Pass environment name as CapeOptions.environment when instantiating the CapePlugin. Defaulting to "UNKNOWN".'),"UNKNOWN")},aw={key:0,id:"non-prod-warning","data-test":"non-prod-warning",class:"cape-non-prod-warning cape-warning cape-closeable"},ow=l.createElementVNode("strong",null,"WARNING",-1),sw={class:"cape-non-prod-warning-environment"},lw={key:0,class:"cape-non-prod-warning-instructions","data-test":"env-file-instructions"},cw=l.defineComponent({__name:"CapeNonProdWarning",setup(e){const t=iw(),n=l.ref(!1),r=l.computed(()=>t!="PROD"&&!n.value),i=l.computed(()=>t==="UNKNOWN"),a=function(){n.value=!0};return(o,s)=>r.value?(l.openBlock(),l.createElementBlock("div",aw,[ow,l.createTextVNode(': This is a "'),l.createElementVNode("span",sw,l.toDisplayString(l.unref(t)),1),l.createTextVNode('" instance of this service. '),i.value?(l.openBlock(),l.createElementBlock("div",lw," This pane is being displayed because the CAPE environment for this application is not set to 'PROD'. Note: The CAPE environment for this application is passed in the CapeOptions when calling 'createCapeApp(...)' in the /src/main.ts file. ")):l.createCommentVNode("",!0),l.createElementVNode("span",{"aria-label":"Close",role:"button",tabindex:"0",title:"Hide this message",onClick:a,onKeyup:l.withKeys(a,["enter"]),class:"cape-non-prod-warning-close-button cape-close-button"},"X",32)])):l.createCommentVNode("",!0)}}),Um={template:"#templateCapeSummaryCard",props:["record"]},uw={key:0,class:"cape-sort-order","data-test":"cape-sort-order"},fw=["for"],dw={class:"cape-sort-order-controls"},hw=["id"],vw=["value"],pw=["id"],_w=["value"],mw=["value"],Bm=l.defineComponent({__name:"CapeSortOrder",props:{idDistinguisher:{type:String,required:!0}},setup(e){const t=hr(),n=Jr(),r=e,i=l.computed(()=>`cape-sort-order-${r.idDistinguisher}`),a=l.computed(()=>`cape-sort-order-direction-${r.idDistinguisher}`);return(o,s)=>l.unref(n).hasSortFields&&l.unref(n).visibleCount>0?(l.openBlock(),l.createElementBlock("div",uw,[l.createElementVNode("label",{for:i.value},"Order results by: ",8,fw),l.createElementVNode("div",dw,[l.withDirectives(l.createElementVNode("select",{id:i.value,class:"cape-sort-order-field","onUpdate:modelValue":s[0]||(s[0]=c=>l.unref(n).sortFieldId=c)},[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(t).sortableFields,c=>(l.openBlock(),l.createElementBlock("option",{key:c.id,value:c.id},l.toDisplayString(c.label),9,vw))),128))],8,hw),[[l.vModelSelect,l.unref(n).sortFieldId]]),l.withDirectives(l.createElementVNode("select",{class:"cape-sort-order-direction","onUpdate:modelValue":s[1]||(s[1]=c=>l.unref(n).sortDirection=c),"aria-label":"Sort direction",id:a.value},[l.createElementVNode("option",{value:l.unref(Xr).Ascending},"Ascending",8,_w),l.createElementVNode("option",{value:l.unref(Xr).Descending},"Descending",8,mw)],8,pw),[[l.vModelSelect,l.unref(n).sortDirection]])])])):l.createCommentVNode("",!0)}}),gw={__name:"CapeShowAllResultsToggle",setup(e){const t=Jr();return(n,r)=>l.withDirectives((l.openBlock(),l.createElementBlock("input",{"data-test":"show-all-filters","onUpdate:modelValue":r[0]||(r[0]=i=>l.unref(t).showAllResults=i),type:"checkbox",class:"cape-show-all-results-toggle"},null,512)),[[l.vModelCheckbox,l.unref(t).showAllResults]])}},yw={key:0,class:"cape-results-info"},Ew={key:0},Sw={key:1},Tw={key:1,class:"cape-results-count"},Nw=l.defineComponent({__name:"CapeResultsInfo",setup(e){const t=Jr();return(n,r)=>l.unref(t).allResultsAreVisible?(l.openBlock(),l.createElementBlock("div",yw,[l.unref(t).visibleCount==1?(l.openBlock(),l.createElementBlock("div",Ew,"Showing 1 matching record.")):(l.openBlock(),l.createElementBlock("div",Sw,"Showing all "+l.toDisplayString(l.unref(t).visibleCount)+" matching records.",1))])):(l.openBlock(),l.createElementBlock("div",Tw," Showing first "+l.toDisplayString(l.unref(t).visibleCount)+" of "+l.toDisplayString(l.unref(t).totalCount)+" matching records. ",1))}}),Dw={class:"cape-results-controls flex justify-between"},ww={class:"flex justify-start"},bw={key:0,class:"cape-show-all-results-toggle switch switch-sm"},kw=["for"],td=l.defineComponent({__name:"CapeResultsControls",props:{idDistinguisher:{}},setup(e){const t=e,n=Jr(),r=l.computed(()=>!n.allResultsAreVisible||n.showAllResults),i=l.computed(()=>`cape-show-all-results-toggle-${t.idDistinguisher}`);return(a,o)=>(l.openBlock(),l.createElementBlock("div",Dw,[l.createElementVNode("div",ww,[l.createVNode(Nw),r.value?(l.openBlock(),l.createElementBlock("div",bw,[l.createVNode(gw,{class:"cape-results-toggle",id:i.value},null,8,["id"]),l.createElementVNode("label",{for:i.value},"Show All Results",8,kw)])):l.createCommentVNode("",!0)]),l.createVNode(Bm,{"id-distinguisher":a.idDistinguisher},null,8,["id-distinguisher"])]))}}),Cw={class:"cape-results"},Ow={key:0,"data-test":"no-matches",class:"cape-results-no-matches"},Iw=l.defineComponent({__name:"CapeResults",setup(e){const t=Jr();return(n,r)=>(l.openBlock(),l.createElementBlock("div",Cw,[l.unref(t).totalCount===0?(l.openBlock(),l.createElementBlock("div",Ow," No matches ")):(l.openBlock(),l.createElementBlock(l.Fragment,{key:1},[l.createVNode(td,{class:"cape-results-controls-top","id-distinguisher":"top"}),(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(t).visible,(i,a)=>(l.openBlock(),l.createBlock(Um,{key:a,record:i},null,8,["record"]))),128)),l.createVNode(td,{class:"cape-results-controls-bottom","id-distinguisher":"bottom"})],64))]))}});//! moment.js
|
|
36
|
+
This will fail in production.`);s=Ss,s._s.has(r)||(a?Zf(r,t,i,s):Dm(r,i,s),process.env.NODE_ENV!=="production"&&(o._pinia=s));const f=s._s.get(r);if(process.env.NODE_ENV!=="production"&&c){const d="__hot:"+r,h=a?Zf(d,t,i,s,!0):Dm(d,cn({},i),s,!0);c._hotUpdate(h),delete s.state.value[d],s._s.delete(d)}if(process.env.NODE_ENV!=="production"&&Zl){const d=l.getCurrentInstance();if(d&&d.proxy&&!c){const h=d.proxy,p="_pStores"in h?h._pStores:h._pStores={};p[r]=f}}return f}return o.$id=r,o}function ed(e,t){return Array.isArray(t)?t.reduce((n,r)=>(n[r]=function(){return e(this.$pinia)[r]},n),{}):Object.keys(t).reduce((n,r)=>(n[r]=function(){const i=e(this.$pinia),a=t[r];return typeof a=="function"?a.call(this,i):i[a]},n),{})}class DD extends Error{constructor(t){super(`The filter '${t}' was not found.`)}}class td{constructor(t,n,r,i){Ye(this,"id");Ye(this,"componentId");Ye(this,"displayPosition");Ye(this,"display");this.id=t,this.componentId=n,this.displayPosition=r,this.display=i}filterRecords(t){return t.filter(n=>this.matchesRecord(n))}matchesRecord(t){throw new Error("matchesRecord or filterRecords must be overridden!")}}const Kr=class Kr{static register(t){Kr.providers.push(t)}static clear(){Kr.providers=[]}static trackPageView(t){Kr.providers.forEach(n=>n.trackPageView(t))}static trackSearch(t){Kr.providers.forEach(n=>n.trackSearch(t))}static trackSort(t){Kr.providers.forEach(n=>n.trackSort(t))}static trackApplicationStart(){Kr.providers.forEach(t=>t.trackApplicationStart())}};Ye(Kr,"providers",[]);let ja=Kr;const ft=Wa("filter",()=>{const e=l.ref(!1),t=l.ref([]),n=l.computed(()=>t.value),r=l.computed(()=>n.value.length),i=h=>{t.value.push(h)},a=()=>{t.value=[]};function o(){t.value.forEach(h=>h.reset())}const s=l.computed(()=>{const h=f.value.filter(p=>p.isActive());return ja.trackSearch(h),h}),c=l.computed(()=>s.value.length>0),u=l.computed(()=>t.value.sort((h,p)=>h.displayPosition<p.displayPosition?-1:h.displayPosition>p.displayPosition?1:0)),f=l.computed(()=>e.value===!0?u.value:u.value.filter(h=>h.display==="quick"));return{showAdvanced:e,filters:t,all:n,count:r,active:s,hasActive:c,forDisplay:f,byId:h=>{const p=t.value.find(v=>v.id===h);if(p===void 0)throw new DD(h);return p},reset:o,add:i,clear:a}});class wD extends Error{constructor(t){super(`The record ${t} was not found.`)}}function wm(e,t){const n=e.indexOf(t);if(n==-1)return;const r=n+1;if(r<=e.length-1)return e[r]}function bm(e,t){const n=e.indexOf(t);if(n==-1)return;const r=n-1;if(r>=0)return e[r]}class nd extends Error{constructor(t){super(`The field ${t} was not found.`)}}const km={SourceDataFile:"./site-data.json",ShortenedRecordCount:50};class Cm extends Error{constructor(n,r){super(n);Ye(this,"innerError");r&&(this.innerError=r)}}class bD{async getData(){try{const t=await fetch(km.SourceDataFile);if(!t.ok)throw new Cm(`Response status not OK. StatusCode: "${t.status}". StatusText: ${t.statusText} `);return await t.json()}catch(t){throw console.error(t),new Cm("Failed to read source data.",t)}}}function kD(e){const t={},n=za();return Object.keys(e).sort().forEach(r=>{if(n.byId(r)===void 0)throw new nd(r)}),n.all.forEach(r=>{t[r.id]={value:e[r.id],field:r}}),t}function CD(e){return e.map(t=>kD(t))}const Ns=Wa("dataset",()=>{const e=l.ref(!1),t=l.ref(""),n=l.ref(!1),r=l.ref();async function i(){try{e.value=!0;const o=new bD;r.value=await o.getData(),n.value=!0,Vi().set(CD(r.value.records))}catch(o){t.value=`Failed to fetch or process site-data.json from the website root. ${o}`}finally{e.value=!1}}const a=l.computed(()=>t.value!=""?"ERROR":e.value?"LOADING":n.value?"OK":"EMPTY");return{errorMessage:t,status:a,loadData:i,dataset:r}}),za=Wa("fields",()=>{const e=Ns(),t=l.computed(()=>{var i;return((i=e.dataset)==null?void 0:i.fields)??[]}),n=l.computed(()=>t.value.length);function r(i){const a=t.value.find(o=>o.id===i);if(a===void 0)throw new nd(i);return a}return{all:t,count:n,byId:r}}),Un=Wa("properties",()=>{const e=za(),t=Ns(),n=l.ref({}),r=l.computed(()=>{var d;return(d=t.dataset)==null?void 0:d.properties}),i=l.computed(()=>{var d;return((d=r==null?void 0:r.value)==null?void 0:d.metadata)??void 0}),a=l.computed(()=>{var d;return((d=r==null?void 0:r.value)==null?void 0:d.title)??"Loading..."}),o=l.computed(()=>{var d;return((d=r==null?void 0:r.value)==null?void 0:d.resultMode)??"filter"}),s=l.computed(()=>{var d,h;return(d=r==null?void 0:r.value)!=null&&d.sortableFields?(h=r==null?void 0:r.value)==null?void 0:h.sortableFields.map(p=>e.byId(p)):[]}),c=l.computed(()=>{var d,h;if((d=r==null?void 0:r.value)!=null&&d.idField)return e.byId((h=r==null?void 0:r.value)==null?void 0:h.idField);throw new nd("UNDEFINED")});function u(d){n.value=d}return{pages:l.computed(()=>n.value.pages===void 0?[{path:"/about",label:"About",component:"CapeAboutPage"}]:n.value.pages),metadata:i,title:a,idField:c,sortableFields:s,resultMode:o,setOptions:u,options:n}}),Vi=Wa("records",()=>{const e=l.ref([]),t=l.computed(()=>e.value.length),n=l.computed(()=>[...e.value]),r=Un();function i(c){const u=e.value.find(f=>f[r.idField.id].value==c);if(u===void 0)throw new wD(c);return u}function a(c){e.value=c}function o(c){return wm(n.value,c)}function s(c){return bm(n.value,c)}return{all:n,count:t,byId:i,set:a,next:o,previous:s,records:e}});var ei=(e=>(e.Ascending="Ascending",e.Descending="Descending",e))(ei||{});function OD(e,t,n,r){var o,s;if(!n||!r)return 0;const i=(o=e[n])==null?void 0:o.value,a=(s=t[n])==null?void 0:s.value;return!i&&!a?0:!i&&a?r===ei.Ascending?1:-1:i&&!a||i.toString().localeCompare(a.toString())<0?r===ei.Ascending?-1:1:i.toString().localeCompare(a.toString())>0?r===ei.Ascending?1:-1:0}const Hn=Wa("searchResults",()=>{const e=Vi(),t=Un(),n=ft(),r=l.computed(()=>t.resultMode==="search"&&!n.hasActive?[]:n.active.reduce((y,Y)=>Y.filterRecords(y),e.all)),i=l.computed(()=>{ja.trackSort({SortField:f.value,SortDirection:d.value});const y=[...r.value];return u.value&&y.sort((Y,A)=>OD(Y,A,f.value,d.value)),y.slice()}),a=l.computed(()=>{let y=i.value;return y=h.value?y:y.slice(0,km.ShortenedRecordCount),y}),o=l.computed(()=>r.value.length),s=l.computed(()=>a.value.length),c=l.computed(()=>s.value===o.value),u=l.computed(()=>t.sortableFields.length>0);l.computed(()=>f.value==g()),l.computed(()=>d.value==_());const f=l.ref(g()),d=l.ref(_()),h=l.ref(!1);function p(){f.value=g(),d.value=_()}function v(y){return wm(i.value,y)}function m(y){return bm(i.value,y)}function _(){return u.value?ei.Ascending:void 0}function g(){var y;return u.value?(y=t.sortableFields[0])==null?void 0:y.id:void 0}return{all:r,totalCount:o,visible:a,visibleCount:s,showAllResults:h,allResultsAreVisible:c,hasSortFields:u,sortFieldId:f,sortDirection:d,reset:p,next:v,previous:m}}),Om={template:"#templateCapeHomepageLayout",computed:{...ed(ft,["showAdvanced"]),...ed(Hn,{hasMatches:e=>e.totalCount>0})}},RD={class:"cape-home-page"},Rm=l.defineComponent({__name:"CapeHomePage",setup(e){return(t,n)=>(l.openBlock(),l.createElementBlock("form",RD,[l.createVNode(Om)]))}}),Im={template:"#templateCapeRecordCard",props:["record","previousInDataset","nextInDataset","previousInResults","nextInResults"]},ID={key:0,class:"cape-record-page-record-not-found"},PD={class:"cape-record-page-record-id"},Pm=l.defineComponent({__name:"CapeRecordPage",setup(e){const t=nD(),n=Vi(),r=Hn(),i=l.computed(()=>t.params.id),a=l.computed(()=>{try{return n.byId(i.value)}catch{return}}),o=l.computed(()=>{if(a.value!==void 0)return r.previous(a.value)}),s=l.computed(()=>{if(a.value!==void 0)return r.next(a.value)}),c=l.computed(()=>{if(a.value!==void 0)return console.log(a.value),n.previous(a.value)}),u=l.computed(()=>{if(a.value!==void 0)return n.next(a.value)});return(f,d)=>a.value===void 0?(l.openBlock(),l.createElementBlock("div",ID,[l.createTextVNode(" The record with Record ID "),l.createElementVNode("span",PD,l.toDisplayString(i.value),1),l.createTextVNode(" does not exist. ")])):(l.openBlock(),l.createBlock(Im,{key:1,class:"cape-record-card",record:a.value,previousInResults:o.value,nextInResults:s.value,previousInDataset:c.value,nextInDataset:u.value},null,8,["record","previousInResults","nextInResults","previousInDataset","nextInDataset"]))}}),Am=eD({history:eN("/"),routes:[{name:"root",path:"/",component:Rm},{name:"record",path:"/record/:id",component:Pm}],linkActiveClass:"active",linkExactActiveClass:"active"}),Mm={template:"#templateCapeNavigation",computed:{...ed(Un,["pages"])}},AD={class:"cape-load-error cape-error"},MD=l.createElementVNode("h2",null,"Unable to load data",-1),xD={class:"cape-load-error-message"},xm=l.defineComponent({__name:"CapeLoadError",setup(e){const t=Ns();return(n,r)=>(l.openBlock(),l.createElementBlock("div",AD,[MD,l.createElementVNode("p",null,[l.createTextVNode(" An error has occurred. The error was: "),l.createElementVNode("span",xD,l.toDisplayString(l.unref(t).errorMessage),1),l.createTextVNode(". ")])]))}});function Ym(e){const t={A:"[AaªÀ-Åà-åĀ-ąǍǎȀ-ȃȦȧᴬᵃḀḁẚẠ-ảₐ℀℁℻⒜Ⓐⓐ㍱-㍴㎀-㎄㎈㎉㎩-㎯㏂㏊㏟㏿Aa]",B:"[BbᴮᵇḂ-ḇℬ⒝Ⓑⓑ㍴㎅-㎇㏃㏈㏔㏝Bb]",C:"[CcÇçĆ-čᶜ℀ℂ℃℅℆ℭⅭⅽ⒞Ⓒⓒ㍶㎈㎉㎝㎠㎤㏄-㏇Cc]",D:"[DdĎďDŽ-džDZ-dzᴰᵈḊ-ḓⅅⅆⅮⅾ⒟Ⓓⓓ㋏㍲㍷-㍹㎗㎭-㎯㏅㏈Dd]",E:"[EeÈ-Ëè-ëĒ-ěȄ-ȇȨȩᴱᵉḘ-ḛẸ-ẽₑ℡ℯℰⅇ⒠Ⓔⓔ㉐㋍㋎Ee]",F:"[FfᶠḞḟ℉ℱ℻⒡Ⓕⓕ㎊-㎌㎙ff-fflFf]",G:"[GgĜ-ģǦǧǴǵᴳᵍḠḡℊ⒢Ⓖⓖ㋌㋍㎇㎍-㎏㎓㎬㏆㏉㏒㏿Gg]",H:"[HhĤĥȞȟʰᴴḢ-ḫẖℋ-ℎ⒣Ⓗⓗ㋌㍱㎐-㎔㏊㏋㏗Hh]",I:"[IiÌ-Ïì-ïĨ-İIJijǏǐȈ-ȋᴵᵢḬḭỈ-ịⁱℐℑℹⅈⅠ-ⅣⅥ-ⅨⅪⅫⅰ-ⅳⅵ-ⅸⅺⅻ⒤Ⓘⓘ㍺㏌㏕fiffiIi]",J:"[JjIJ-ĵLJ-njǰʲᴶⅉ⒥ⒿⓙⱼJj]",K:"[KkĶķǨǩᴷᵏḰ-ḵK⒦Ⓚⓚ㎄㎅㎉㎏㎑㎘㎞㎢㎦㎪㎸㎾㏀㏆㏍-㏏Kk]",L:"[LlĹ-ŀLJ-ljˡᴸḶḷḺ-ḽℒℓ℡Ⅼⅼ⒧Ⓛⓛ㋏㎈㎉㏐-㏓㏕㏖㏿flfflLl]",M:"[MmᴹᵐḾ-ṃ℠™ℳⅯⅿ⒨Ⓜⓜ㍷-㍹㎃㎆㎎㎒㎖㎙-㎨㎫㎳㎷㎹㎽㎿㏁㏂㏎㏐㏔-㏖㏘㏙㏞㏟Mm]",N:"[NnÑñŃ-ʼnNJ-njǸǹᴺṄ-ṋⁿℕ№⒩Ⓝⓝ㎁㎋㎚㎱㎵㎻㏌㏑Nn]",O:"[OoºÒ-Öò-öŌ-őƠơǑǒǪǫȌ-ȏȮȯᴼᵒỌ-ỏₒ℅№ℴ⒪Ⓞⓞ㍵㏇㏒㏖Oo]",P:"[PpᴾᵖṔ-ṗℙ⒫Ⓟⓟ㉐㍱㍶㎀㎊㎩-㎬㎰㎴㎺㏋㏗-㏚Pp]",Q:"[Qqℚ⒬Ⓠⓠ㏃Qq]",R:"[RrŔ-řȐ-ȓʳᴿᵣṘ-ṛṞṟ₨ℛ-ℝ⒭Ⓡⓡ㋍㍴㎭-㎯㏚㏛Rr]",S:"[SsŚ-šſȘșˢṠ-ṣ₨℁℠⒮Ⓢⓢ㎧㎨㎮-㎳㏛㏜stSs]",T:"[TtŢ-ťȚțᵀᵗṪ-ṱẗ℡™⒯Ⓣⓣ㉐㋏㎔㏏ſtstTt]",U:"[UuÙ-Üù-üŨ-ųƯưǓǔȔ-ȗᵁᵘᵤṲ-ṷỤ-ủ℆⒰Ⓤⓤ㍳㍺Uu]",V:"[VvᵛᵥṼ-ṿⅣ-Ⅷⅳ-ⅷ⒱Ⓥⓥⱽ㋎㍵㎴-㎹㏜㏞Vv]",W:"[WwŴŵʷᵂẀ-ẉẘ⒲Ⓦⓦ㎺-㎿㏝Ww]",X:"[XxˣẊ-ẍₓ℻Ⅸ-Ⅻⅸ-ⅻ⒳Ⓧⓧ㏓Xx]",Y:"[YyÝýÿŶ-ŸȲȳʸẎẏẙỲ-ỹ⒴Ⓨⓨ㏉Yy]",Z:"[ZzŹ-žDZ-dzᶻẐ-ẕℤℨ⒵Ⓩⓩ㎐-㎔Zz]"},n=e.replace(/([|()[{.+*?^$\\])/g,"\\$1"),r=function(a){return t[a.toUpperCase()]??a},i=n.replace(/\S/g,r);return new RegExp(i,"g")}function Ka(e){return Array.isArray(e)?e:[e]}class YD extends td{constructor(n,r,i,a,o,s){super(n,r,i,a);Ye(this,"term");Ye(this,"defaultTerm");Ye(this,"placeholder");this.defaultTerm=o,this.placeholder=s,this.term=this.defaultTerm}reset(){this.term=this.defaultTerm}isDefault(){return this.term===this.defaultTerm}isActive(){return this.term!==""}matchesRecord(n){return this.term===void 0||this.term.trim()===""?!1:this.term.trim().toLowerCase().split(/\s+/).every(i=>{const a=Ym(i);return this.termRegexpMatchesRecord(a,n)})}termRegexpMatchesRecord(n,r){return Object.values(r).some(i=>this.termRegexpMatchesValue(n,i.value))}termRegexpMatchesValue(n,r){return Ka(r).some(a=>`${a}`.match(n))}summariseStateAsText(){return`any field contains '${this.term}'`}summariseStateAsObject(){return{id:this.id,term:this.term}}}class ic extends td{constructor(n,r,i,a,o){super(n,r,i,a);Ye(this,"field");o.changeFilterMode||(o.changeFilterMode=!0),this.field=o}matchesRecord(n){const r=n[this.field.id].value;return this.matchesValue(r)}}function LD(e,t){if(e===void 0||e==="")return!1;const n=t.trim().toLowerCase().split(/\s+/),r=Ka(e);return n.every(i=>{const a=Ym(i);return r.some(o=>`${o}`.match(a))})}function Ds(e){return!(e===""||e===void 0||Array.isArray(e)&&e.length===0)}function ac(e){return!Ds(e)}function rd(e,t){return e===""||e===void 0?!1:Ka(e).find(i=>`${i}`.trim().toLowerCase()===t.trim().toLowerCase())!==void 0}class VD extends ic{constructor(n,r,i,a,o,s,c){super(n,r,i,a,o);Ye(this,"term");Ye(this,"defaultTerm");Ye(this,"mode");Ye(this,"defaultMode");this.defaultMode=c,this.defaultTerm=s,this.mode=this.defaultMode,this.term=this.defaultTerm}reset(){this.mode=this.defaultMode,this.term=this.defaultTerm}isDefault(){return this.mode===this.defaultMode&&this.term===this.defaultTerm}isActive(){switch(this.mode){case"contains":case"is":return this.term!=="";case"set":case"notSet":return!0}}matchesValue(n){switch(this.mode){case"contains":return LD(n,this.term);case"is":return rd(n,this.term);case"set":return Ds(n);case"notSet":return ac(n)}}summariseStateAsText(){switch(this.mode){case"is":return`${this.id} is '${this.term}'`;case"contains":return`${this.id} contains '${this.term}'`;case"set":return`${this.id} is present`;case"notSet":return`${this.id} is not present`}}summariseStateAsObject(){return{id:this.id,mode:this.mode,term:this.term}}}function Lm(e,t){return e===""||e===void 0?!1:Ka(e).find(i=>`${i}`===t)!==void 0}function FD(e,t){return t.find(r=>Lm(e,r))!==void 0}class $D extends ic{constructor(n,r,i,a,o,s,c,u){super(n,r,i,a,o);Ye(this,"isTerm");Ye(this,"oneOfTerms");Ye(this,"mode");Ye(this,"defaultIsTerm");Ye(this,"defaultOneOfTerms");Ye(this,"defaultMode");this.defaultIsTerm=s,this.defaultOneOfTerms=c,this.defaultMode=u,this.mode=this.defaultMode,this.isTerm=this.defaultIsTerm,this.oneOfTerms=this.defaultOneOfTerms}reset(){this.mode=this.defaultMode,this.isTerm=this.defaultIsTerm,this.oneOfTerms=this.defaultOneOfTerms}isDefault(){return this.mode===this.defaultMode&&this.isTerm===this.defaultIsTerm&&this.oneOfTerms.toString()===this.defaultOneOfTerms.toString()}isActive(){switch(this.mode){case"is":return this.isTerm!=="";case"oneOf":return this.oneOfTerms.length>0;case"set":case"notSet":return!0}}matchesValue(n){switch(this.mode){case"oneOf":return FD(n,this.oneOfTerms);case"is":return Lm(n,this.isTerm);case"set":return Ds(n);case"notSet":return ac(n)}}summariseStateAsText(){switch(this.mode){case"is":return`${this.id} is '${this.isTerm}'`;case"oneOf":return`${this.id} is one of '${this.oneOfTerms.join(", ")}'`;case"set":return`${this.id} is present`;case"notSet":return`${this.id} is not present`}}summariseStateAsObject(){return{id:this.id,mode:this.mode,isTerm:this.isTerm,oneOfTerms:this.oneOfTerms}}}function BD(e,t,n){return e===""||e===void 0?!1:Ka(e).find(a=>a>=t&&a<=n)!==void 0}function Fi(e){if(e!="")return e}function Vm(e,t){const n=Fi(e);return n??t}class UD extends ic{constructor(n,r,i,a,o,s,c,u,f){super(n,r,i,a,o);Ye(this,"isTerm");Ye(this,"lowerBoundTerm");Ye(this,"upperBoundTerm");Ye(this,"defaultIsTerm");Ye(this,"defaultLowerBound");Ye(this,"defaultUpperBound");Ye(this,"mode");Ye(this,"defaultMode");this.defaultMode=f,this.defaultIsTerm=s,this.defaultLowerBound=c,this.defaultUpperBound=u,this.mode=this.defaultMode,this.isTerm=this.defaultIsTerm,this.lowerBoundTerm=this.defaultLowerBound,this.upperBoundTerm=this.defaultUpperBound}reset(){this.mode=this.defaultMode,this.isTerm=this.defaultIsTerm,this.lowerBoundTerm=this.defaultLowerBound,this.upperBoundTerm=this.defaultUpperBound}isDefault(){switch(this.defaultMode){case"is":return this.mode==this.defaultMode&&Fi(this.isTerm)==this.defaultIsTerm;case"between":return this.mode==this.defaultMode&&Fi(this.lowerBoundTerm)==this.defaultLowerBound&&Fi(this.upperBoundTerm)==this.defaultUpperBound;case"set":case"notSet":return this.mode==this.defaultMode}}isActive(){switch(this.mode){case"is":return Fi(this.isTerm)!==void 0;case"between":return Fi(this.lowerBoundTerm)!==void 0||Fi(this.upperBoundTerm)!==void 0;case"set":case"notSet":return!0}}matchesValue(n){switch(this.mode){case"is":return rd(n,`${this.isTerm}`);case"between":{const r=Vm(this.lowerBoundTerm,Number.NEGATIVE_INFINITY),i=Vm(this.upperBoundTerm,Number.POSITIVE_INFINITY);return BD(n,r,i)}case"set":return Ds(n);case"notSet":return ac(n)}}summariseStateAsText(){switch(this.mode){case"is":return`${this.id} is '${this.isTerm}'`;case"between":return`${this.id} is between '${this.lowerBoundTerm}' and '${this.upperBoundTerm}'`;case"set":return`${this.id} is present`;case"notSet":return`${this.id} is not present`}}summariseStateAsObject(){return{id:this.id,mode:this.mode,isTerm:this.isTerm,lowerBoundTerm:this.lowerBoundTerm,upperBoundTerm:this.upperBoundTerm}}}function HD(e,t,n){return e===""||e===void 0?!1:Ka(e).find(a=>(t===void 0||a>=t)&&(n===void 0||a<=n))!==void 0}class GD extends ic{constructor(n,r,i,a,o,s,c,u,f){super(n,r,i,a,o);Ye(this,"isTerm");Ye(this,"lowerBoundTerm");Ye(this,"upperBoundTerm");Ye(this,"defaultIsTerm");Ye(this,"defaultLowerBound");Ye(this,"defaultUpperBound");Ye(this,"mode");Ye(this,"defaultMode");this.defaultMode=f,this.defaultIsTerm=s,this.defaultLowerBound=c,this.defaultUpperBound=u,this.mode=this.defaultMode,this.isTerm=this.defaultIsTerm,this.lowerBoundTerm=this.defaultLowerBound,this.upperBoundTerm=this.defaultUpperBound}reset(){this.mode=this.defaultMode,this.isTerm=this.defaultIsTerm,this.lowerBoundTerm=this.defaultLowerBound,this.upperBoundTerm=this.defaultUpperBound}isDefault(){return this.mode===this.defaultMode&&this.isTerm===this.defaultIsTerm}isActive(){switch(this.mode){case"is":return this.validDateTerm(this.isTerm);case"between":return this.validBoundsTerm(this.lowerBoundTerm)||this.validBoundsTerm(this.upperBoundTerm);case"set":case"notSet":return!0}}summariseStateAsText(){switch(this.mode){case"is":return`${this.id} is '${this.isTerm}'`;case"between":return`${this.id} is between '${this.lowerBoundTerm}' and '${this.upperBoundTerm}'`;case"set":return`${this.id} is present`;case"notSet":return`${this.id} is not present`}}summariseStateAsObject(){return{id:this.id,mode:this.mode,isTerm:this.isTerm,lowerBoundTerm:this.lowerBoundTerm,upperBoundTerm:this.upperBoundTerm}}validBoundsTerm(n){return n!==void 0&&/^\d{4}(-\d{1,2}(-\d{1,2})?)?$/.test(n)}validDateTerm(n){return n!==void 0&&(this.validDMYTerm(n)||this.validYMDTerm(n))}validDMYTerm(n){return/^\d{1,2}\/\d{1,2}\/\d{4}$/.test(n)}validYMDTerm(n){return/^\d{4}-\d{1,2}-\d{1,2}$/.test(n)}dateParts(n){return n===void 0?[]:this.validBoundsTerm(n)?n.split("-").map(i=>parseInt(i)):[]}termToUpperBound(n){const r=this.dateParts(n);return r.length===0&&r.push(9999),r.length===1&&r.push(99),r.length===2&&r.push(99),this.partsToDateString(r)}termToLowerBound(n){const r=this.dateParts(n);return r.length===0&&r.push(0),r.length===1&&r.push(0),r.length===2&&r.push(0),this.partsToDateString(r)}termToISO(n){if(n===void 0||!this.validDateTerm(n))return;let r;return this.validYMDTerm(n)?r=n.split(/-/):r=n.split(/\//).reverse(),this.partsToDateString(r.map(i=>parseInt(i)))}partsToDateString(n){return n[0].toString().padStart(4,"0")+"-"+n[1].toString().padStart(2,"0")+"-"+n[2].toString().padStart(2,"0")}matchesValue(n){switch(this.mode){case"is":return rd(n,this.termToISO(this.isTerm)??"");case"between":return HD(n,this.termToLowerBound(this.lowerBoundTerm),this.termToUpperBound(this.upperBoundTerm));case"set":return Ds(n);case"notSet":return ac(n)}}}function WD(){jD(),zD(),KD(),ZD()}function jD(){ft().clear()}function zD(){ft().add(new YD("free-text","CapeFilterFreeText",-100,"quick","","free text search"))}function KD(){const e=za();let t=0;e.all.forEach(n=>{if(n.filterDisplay==="hide")return;const r=n.filterDisplay??"advanced";switch(t+=100,n.type){case"text":qD(t,n,r);break;case"enum":XD(t,n,r);break;case"integer":JD(t,n,r);break;case"date":QD(t,n,r);break}})}function qD(e,t,n){ft().add(new VD("field-"+t.id,"CapeFilterFieldText",e,n,t,"",t.defaultFilterMode??"contains"))}function XD(e,t,n){ft().add(new $D("field-"+t.id,"CapeFilterFieldEnum",e,n,t,"",[],t.defaultFilterMode??"oneOf"))}function JD(e,t,n){ft().add(new UD("field-"+t.id,"CapeFilterFieldInteger",e,n,t,void 0,void 0,void 0,t.defaultFilterMode??"between"))}function QD(e,t,n){ft().add(new GD("field-"+t.id,"CapeFilterFieldDate",e,n,t,"","","",t.defaultFilterMode??"between"))}function ZD(){var n;const e=ft(),t=Un();((n=t==null?void 0:t.options)==null?void 0:n.additionalFilters)!==void 0&&t.options.additionalFilters.forEach(r=>e.add(r))}const Fm=l.defineComponent({__name:"CapeRoot",async setup(e){let t,n;const r=Ns();return[t,n]=l.withAsyncContext(()=>r.loadData()),await t,n(),WD(),(i,a)=>(l.openBlock(),l.createElementBlock("div",null,[l.unref(r).status==="ERROR"?(l.openBlock(),l.createBlock(xm,{key:0})):l.createCommentVNode("",!0),l.unref(r).status=="OK"?(l.openBlock(),l.createBlock(Mm,{key:1})):l.createCommentVNode("",!0)]))}}),ew={class:"cape-record-count"},$m=l.defineComponent({__name:"CapeRecordCount",setup(e){const t=Vi();return(n,r)=>(l.openBlock(),l.createElementBlock("span",ew,l.toDisplayString(l.unref(t).count),1))}}),tw={__name:"CapeAdvancedSearchToggle",setup(e){const t=ft();return(n,r)=>l.withDirectives((l.openBlock(),l.createElementBlock("input",{"data-test":"show-all-filters","onUpdate:modelValue":r[0]||(r[0]=i=>l.unref(t).showAdvanced=i),type:"checkbox",class:"cape-advanced-search-toggle"},null,512)),[[l.vModelCheckbox,l.unref(t).showAdvanced]])}},nw={class:"cape-filters"},rw=l.defineComponent({__name:"CapeFilters",setup(e){const t=ft();return(n,r)=>(l.openBlock(),l.createElementBlock("div",nw,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(t).forDisplay,i=>(l.openBlock(),l.createBlock(l.resolveDynamicComponent(i.componentId),{key:i,filterId:i.id},null,8,["filterId"]))),128))]))}}),iw={__name:"CapeFormResetButton",setup(e){const t=ft(),n=Hn();function r(){t.reset(),n.reset()}return(i,a)=>(l.openBlock(),l.createElementBlock("button",{"data-test":"new-search-button",onClick:r,type:"button",class:"cape-button cape-reset-button cape-form-reset-button"},[l.renderSlot(i.$slots,"default",{},()=>[l.createTextVNode(" New search ")])]))}},Bm={template:"#templateCapeHeader"},Um=(e,t)=>{const n=e.__vccOpts||e;for(const[r,i]of t)n[r]=i;return n},aw={},ow={class:"cape-loading"},sw=[l.createElementVNode("div",{class:"cape-loading-spinner",role:"status"},[l.createElementVNode("span",{class:"cape-loading-spinner-sr-text"},"Loading...")],-1),l.createElementVNode("p",{class:"cape-loading-text"},"Please wait while the data loads.",-1)];function lw(e,t){return l.openBlock(),l.createElementBlock("div",ow,sw)}const Hm=Um(aw,[["render",lw]]),cw=function(){var n;const e=Un(),t=(n=e==null?void 0:e.options)==null?void 0:n.environment;return t||(console.warn('Cannot identify your environment name. Pass environment name as CapeOptions.environment when instantiating the CapePlugin. Defaulting to "UNKNOWN".'),"UNKNOWN")},uw={key:0,id:"non-prod-warning","data-test":"non-prod-warning",class:"cape-non-prod-warning cape-warning cape-closeable"},fw=l.createElementVNode("strong",null,"WARNING",-1),dw={class:"cape-non-prod-warning-environment"},hw={key:0,class:"cape-non-prod-warning-instructions","data-test":"env-file-instructions"},pw=l.defineComponent({__name:"CapeNonProdWarning",setup(e){const t=cw(),n=l.ref(!1),r=l.computed(()=>t!="PROD"&&!n.value),i=l.computed(()=>t==="UNKNOWN"),a=function(){n.value=!0};return(o,s)=>r.value?(l.openBlock(),l.createElementBlock("div",uw,[fw,l.createTextVNode(': This is a "'),l.createElementVNode("span",dw,l.toDisplayString(l.unref(t)),1),l.createTextVNode('" instance of this service. '),i.value?(l.openBlock(),l.createElementBlock("div",hw," This pane is being displayed because the CAPE environment for this application is not set to 'PROD'. Note: The CAPE environment for this application is passed in the CapeOptions when calling 'createCapeApp(...)' in the /src/main.ts file. ")):l.createCommentVNode("",!0),l.createElementVNode("span",{"aria-label":"Close",role:"button",tabindex:"0",title:"Hide this message",onClick:a,onKeyup:l.withKeys(a,["enter"]),class:"cape-non-prod-warning-close-button cape-close-button"},"X",32)])):l.createCommentVNode("",!0)}}),Gm={template:"#templateCapeSummaryCard",props:["record"]},vw={key:0,class:"cape-sort-order","data-test":"cape-sort-order"},_w=["for"],mw={class:"cape-sort-order-controls"},gw=["id"],yw=["value"],Sw=["id"],Ew=["value"],Tw=["value"],Wm=l.defineComponent({__name:"CapeSortOrder",props:{idDistinguisher:{type:String,required:!0}},setup(e){const t=Un(),n=Hn(),r=e,i=l.computed(()=>`cape-sort-order-${r.idDistinguisher}`),a=l.computed(()=>`cape-sort-order-direction-${r.idDistinguisher}`);return(o,s)=>l.unref(n).hasSortFields&&l.unref(n).visibleCount>0?(l.openBlock(),l.createElementBlock("div",vw,[l.createElementVNode("label",{for:i.value},"Order results by: ",8,_w),l.createElementVNode("div",mw,[l.withDirectives(l.createElementVNode("select",{id:i.value,class:"cape-sort-order-field","onUpdate:modelValue":s[0]||(s[0]=c=>l.unref(n).sortFieldId=c)},[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(t).sortableFields,c=>(l.openBlock(),l.createElementBlock("option",{key:c.id,value:c.id},l.toDisplayString(c.label),9,yw))),128))],8,gw),[[l.vModelSelect,l.unref(n).sortFieldId]]),l.withDirectives(l.createElementVNode("select",{class:"cape-sort-order-direction","onUpdate:modelValue":s[1]||(s[1]=c=>l.unref(n).sortDirection=c),"aria-label":"Sort direction",id:a.value},[l.createElementVNode("option",{value:l.unref(ei).Ascending},"Ascending",8,Ew),l.createElementVNode("option",{value:l.unref(ei).Descending},"Descending",8,Tw)],8,Sw),[[l.vModelSelect,l.unref(n).sortDirection]])])])):l.createCommentVNode("",!0)}}),Nw={__name:"CapeShowAllResultsToggle",setup(e){const t=Hn();return(n,r)=>l.withDirectives((l.openBlock(),l.createElementBlock("input",{"data-test":"show-all-filters","onUpdate:modelValue":r[0]||(r[0]=i=>l.unref(t).showAllResults=i),type:"checkbox",class:"cape-show-all-results-toggle"},null,512)),[[l.vModelCheckbox,l.unref(t).showAllResults]])}},Dw={key:0,class:"cape-results-info"},ww={key:0},bw={key:1},kw={key:1,class:"cape-results-count"},Cw=l.defineComponent({__name:"CapeResultsInfo",setup(e){const t=Hn();return(n,r)=>l.unref(t).allResultsAreVisible?(l.openBlock(),l.createElementBlock("div",Dw,[l.unref(t).visibleCount==1?(l.openBlock(),l.createElementBlock("div",ww,"Showing 1 matching record.")):(l.openBlock(),l.createElementBlock("div",bw,"Showing all "+l.toDisplayString(l.unref(t).visibleCount)+" matching records.",1))])):(l.openBlock(),l.createElementBlock("div",kw," Showing first "+l.toDisplayString(l.unref(t).visibleCount)+" of "+l.toDisplayString(l.unref(t).totalCount)+" matching records. ",1))}}),Ow={class:"cape-results-controls flex justify-between"},Rw={class:"flex justify-start"},Iw={key:0,class:"cape-show-all-results-toggle switch switch-sm"},Pw=["for"],id=l.defineComponent({__name:"CapeResultsControls",props:{idDistinguisher:{}},setup(e){const t=e,n=Hn(),r=l.computed(()=>!n.allResultsAreVisible||n.showAllResults),i=l.computed(()=>`cape-show-all-results-toggle-${t.idDistinguisher}`);return(a,o)=>(l.openBlock(),l.createElementBlock("div",Ow,[l.createElementVNode("div",Rw,[l.createVNode(Cw),r.value?(l.openBlock(),l.createElementBlock("div",Iw,[l.createVNode(Nw,{class:"cape-results-toggle",id:i.value},null,8,["id"]),l.createElementVNode("label",{for:i.value},"Show All Results",8,Pw)])):l.createCommentVNode("",!0)]),l.createVNode(Wm,{"id-distinguisher":a.idDistinguisher},null,8,["id-distinguisher"])]))}}),Aw={class:"cape-results"},Mw={key:0,"data-test":"no-matches",class:"cape-results-no-matches"},xw=l.defineComponent({__name:"CapeResults",setup(e){const t=Hn();return(n,r)=>(l.openBlock(),l.createElementBlock("div",Aw,[l.unref(t).totalCount===0?(l.openBlock(),l.createElementBlock("div",Mw," No matches ")):(l.openBlock(),l.createElementBlock(l.Fragment,{key:1},[l.createVNode(id,{class:"cape-results-controls-top","id-distinguisher":"top"}),(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(t).visible,(i,a)=>(l.openBlock(),l.createBlock(Gm,{key:a,record:i},null,8,["record"]))),128)),l.createVNode(id,{class:"cape-results-controls-bottom","id-distinguisher":"bottom"})],64))]))}});//! moment.js
|
|
37
37
|
//! version : 2.30.1
|
|
38
38
|
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
|
39
39
|
//! license : MIT
|
|
40
40
|
//! momentjs.com
|
|
41
|
-
var
|
|
42
|
-
[`+a+"] ";for(o in arguments[0])Ge(arguments[0],o)&&(i+=o+": "+arguments[0][o]+", ");i=i.slice(0,-2)}else i=arguments[a];r.push(i)}
|
|
41
|
+
var jm;function ne(){return jm.apply(null,arguments)}function Yw(e){jm=e}function bn(e){return e instanceof Array||Object.prototype.toString.call(e)==="[object Array]"}function $i(e){return e!=null&&Object.prototype.toString.call(e)==="[object Object]"}function Ge(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function ad(e){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(e).length===0;var t;for(t in e)if(Ge(e,t))return!1;return!0}function jt(e){return e===void 0}function _r(e){return typeof e=="number"||Object.prototype.toString.call(e)==="[object Number]"}function ws(e){return e instanceof Date||Object.prototype.toString.call(e)==="[object Date]"}function zm(e,t){var n=[],r,i=e.length;for(r=0;r<i;++r)n.push(t(e[r],r));return n}function ti(e,t){for(var n in t)Ge(t,n)&&(e[n]=t[n]);return Ge(t,"toString")&&(e.toString=t.toString),Ge(t,"valueOf")&&(e.valueOf=t.valueOf),e}function Gn(e,t,n,r){return Sg(e,t,n,r,!0).utc()}function Lw(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function Oe(e){return e._pf==null&&(e._pf=Lw()),e._pf}var od;Array.prototype.some?od=Array.prototype.some:od=function(e){var t=Object(this),n=t.length>>>0,r;for(r=0;r<n;r++)if(r in t&&e.call(this,t[r],r,t))return!0;return!1};function sd(e){var t=null,n=!1,r=e._d&&!isNaN(e._d.getTime());if(r&&(t=Oe(e),n=od.call(t.parsedDateParts,function(i){return i!=null}),r=t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&n),e._strict&&(r=r&&t.charsLeftOver===0&&t.unusedTokens.length===0&&t.bigHour===void 0)),Object.isFrozen==null||!Object.isFrozen(e))e._isValid=r;else return r;return e._isValid}function oc(e){var t=Gn(NaN);return e!=null?ti(Oe(t),e):Oe(t).userInvalidated=!0,t}var Km=ne.momentProperties=[],ld=!1;function cd(e,t){var n,r,i,a=Km.length;if(jt(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),jt(t._i)||(e._i=t._i),jt(t._f)||(e._f=t._f),jt(t._l)||(e._l=t._l),jt(t._strict)||(e._strict=t._strict),jt(t._tzm)||(e._tzm=t._tzm),jt(t._isUTC)||(e._isUTC=t._isUTC),jt(t._offset)||(e._offset=t._offset),jt(t._pf)||(e._pf=Oe(t)),jt(t._locale)||(e._locale=t._locale),a>0)for(n=0;n<a;n++)r=Km[n],i=t[r],jt(i)||(e[r]=i);return e}function bs(e){cd(this,e),this._d=new Date(e._d!=null?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),ld===!1&&(ld=!0,ne.updateOffset(this),ld=!1)}function kn(e){return e instanceof bs||e!=null&&e._isAMomentObject!=null}function qm(e){ne.suppressDeprecationWarnings===!1&&typeof console<"u"&&console.warn&&console.warn("Deprecation warning: "+e)}function un(e,t){var n=!0;return ti(function(){if(ne.deprecationHandler!=null&&ne.deprecationHandler(null,e),n){var r=[],i,a,o,s=arguments.length;for(a=0;a<s;a++){if(i="",typeof arguments[a]=="object"){i+=`
|
|
42
|
+
[`+a+"] ";for(o in arguments[0])Ge(arguments[0],o)&&(i+=o+": "+arguments[0][o]+", ");i=i.slice(0,-2)}else i=arguments[a];r.push(i)}qm(e+`
|
|
43
43
|
Arguments: `+Array.prototype.slice.call(r).join("")+`
|
|
44
|
-
`+new Error().stack),n=!1}return t.apply(this,arguments)},t)}var zm={};function Km(e,t){ne.deprecationHandler!=null&&ne.deprecationHandler(e,t),zm[e]||(jm(t),zm[e]=!0)}ne.suppressDeprecationWarnings=!1,ne.deprecationHandler=null;function Hn(e){return typeof Function<"u"&&e instanceof Function||Object.prototype.toString.call(e)==="[object Function]"}function Aw(e){var t,n;for(n in e)Ge(e,n)&&(t=e[n],Hn(t)?this[n]=t:this["_"+n]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function sd(e,t){var n=Qr({},e),r;for(r in t)Ge(t,r)&&(Fi(e[r])&&Fi(t[r])?(n[r]={},Qr(n[r],e[r]),Qr(n[r],t[r])):t[r]!=null?n[r]=t[r]:delete n[r]);for(r in e)Ge(e,r)&&!Ge(t,r)&&Fi(e[r])&&(n[r]=Qr({},n[r]));return n}function ld(e){e!=null&&this.set(e)}var cd;Object.keys?cd=Object.keys:cd=function(e){var t,n=[];for(t in e)Ge(e,t)&&n.push(t);return n};var Mw={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function Yw(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return Hn(r)?r.call(t,n):r}function Gn(e,t,n){var r=""+Math.abs(e),i=t-r.length,a=e>=0;return(a?n?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}var ud=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,ac=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,fd={},Ka={};function me(e,t,n,r){var i=r;typeof r=="string"&&(i=function(){return this[r]()}),e&&(Ka[e]=i),t&&(Ka[t[0]]=function(){return Gn(i.apply(this,arguments),t[1],t[2])}),n&&(Ka[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function xw(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function Lw(e){var t=e.match(ud),n,r;for(n=0,r=t.length;n<r;n++)Ka[t[n]]?t[n]=Ka[t[n]]:t[n]=xw(t[n]);return function(i){var a="",o;for(o=0;o<r;o++)a+=Hn(t[o])?t[o].call(i,e):t[o];return a}}function oc(e,t){return e.isValid()?(t=qm(t,e.localeData()),fd[t]=fd[t]||Lw(t),fd[t](e)):e.localeData().invalidDate()}function qm(e,t){var n=5;function r(i){return t.longDateFormat(i)||i}for(ac.lastIndex=0;n>=0&&ac.test(e);)e=e.replace(ac,r),ac.lastIndex=0,n-=1;return e}var Vw={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function Fw(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(ud).map(function(r){return r==="MMMM"||r==="MM"||r==="DD"||r==="dddd"?r.slice(1):r}).join(""),this._longDateFormat[e])}var $w="Invalid date";function Uw(){return this._invalidDate}var Bw="%d",Hw=/\d{1,2}/;function Gw(e){return this._ordinal.replace("%d",e)}var Ww={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function jw(e,t,n,r){var i=this._relativeTime[n];return Hn(i)?i(e,t,n,r):i.replace(/%d/i,e)}function zw(e,t){var n=this._relativeTime[e>0?"future":"past"];return Hn(n)?n(t):n.replace(/%s/i,t)}var Xm={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function fn(e){return typeof e=="string"?Xm[e]||Xm[e.toLowerCase()]:void 0}function dd(e){var t={},n,r;for(r in e)Ge(e,r)&&(n=fn(r),n&&(t[n]=e[r]));return t}var Kw={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function qw(e){var t=[],n;for(n in e)Ge(e,n)&&t.push({unit:n,priority:Kw[n]});return t.sort(function(r,i){return r.priority-i.priority}),t}var Jm=/\d/,an=/\d\d/,Qm=/\d{3}/,hd=/\d{4}/,sc=/[+-]?\d{6}/,nt=/\d\d?/,Zm=/\d\d\d\d?/,eg=/\d\d\d\d\d\d?/,lc=/\d{1,3}/,vd=/\d{1,4}/,cc=/[+-]?\d{1,6}/,qa=/\d+/,uc=/[+-]?\d+/,Xw=/Z|[+-]\d\d:?\d\d/gi,fc=/Z|[+-]\d\d(?::?\d\d)?/gi,Jw=/[+-]?\d+(\.\d{1,3})?/,ws=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,Xa=/^[1-9]\d?/,pd=/^([1-9]\d|\d)/,dc;dc={};function le(e,t,n){dc[e]=Hn(t)?t:function(r,i){return r&&n?n:t}}function Qw(e,t){return Ge(dc,e)?dc[e](t._strict,t._locale):new RegExp(Zw(e))}function Zw(e){return pr(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,n,r,i,a){return n||r||i||a}))}function pr(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function dn(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function Le(e){var t=+e,n=0;return t!==0&&isFinite(t)&&(n=dn(t)),n}var _d={};function Je(e,t){var n,r=t,i;for(typeof e=="string"&&(e=[e]),vr(t)&&(r=function(a,o){o[t]=Le(a)}),i=e.length,n=0;n<i;n++)_d[e[n]]=r}function bs(e,t){Je(e,function(n,r,i,a){i._w=i._w||{},t(n,i._w,i,a)})}function eb(e,t,n){t!=null&&Ge(_d,e)&&_d[e](t,n._a,n,e)}function hc(e){return e%4===0&&e%100!==0||e%400===0}var Mt=0,_r=1,Wn=2,Tt=3,Cn=4,mr=5,$i=6,tb=7,nb=8;me("Y",0,0,function(){var e=this.year();return e<=9999?Gn(e,4):"+"+e}),me(0,["YY",2],0,function(){return this.year()%100}),me(0,["YYYY",4],0,"year"),me(0,["YYYYY",5],0,"year"),me(0,["YYYYYY",6,!0],0,"year"),le("Y",uc),le("YY",nt,an),le("YYYY",vd,hd),le("YYYYY",cc,sc),le("YYYYYY",cc,sc),Je(["YYYYY","YYYYYY"],Mt),Je("YYYY",function(e,t){t[Mt]=e.length===2?ne.parseTwoDigitYear(e):Le(e)}),Je("YY",function(e,t){t[Mt]=ne.parseTwoDigitYear(e)}),Je("Y",function(e,t){t[Mt]=parseInt(e,10)});function ks(e){return hc(e)?366:365}ne.parseTwoDigitYear=function(e){return Le(e)+(Le(e)>68?1900:2e3)};var tg=Ja("FullYear",!0);function rb(){return hc(this.year())}function Ja(e,t){return function(n){return n!=null?(ng(this,e,n),ne.updateOffset(this,t),this):Cs(this,e)}}function Cs(e,t){if(!e.isValid())return NaN;var n=e._d,r=e._isUTC;switch(t){case"Milliseconds":return r?n.getUTCMilliseconds():n.getMilliseconds();case"Seconds":return r?n.getUTCSeconds():n.getSeconds();case"Minutes":return r?n.getUTCMinutes():n.getMinutes();case"Hours":return r?n.getUTCHours():n.getHours();case"Date":return r?n.getUTCDate():n.getDate();case"Day":return r?n.getUTCDay():n.getDay();case"Month":return r?n.getUTCMonth():n.getMonth();case"FullYear":return r?n.getUTCFullYear():n.getFullYear();default:return NaN}}function ng(e,t,n){var r,i,a,o,s;if(!(!e.isValid()||isNaN(n))){switch(r=e._d,i=e._isUTC,t){case"Milliseconds":return void(i?r.setUTCMilliseconds(n):r.setMilliseconds(n));case"Seconds":return void(i?r.setUTCSeconds(n):r.setSeconds(n));case"Minutes":return void(i?r.setUTCMinutes(n):r.setMinutes(n));case"Hours":return void(i?r.setUTCHours(n):r.setHours(n));case"Date":return void(i?r.setUTCDate(n):r.setDate(n));case"FullYear":break;default:return}a=n,o=e.month(),s=e.date(),s=s===29&&o===1&&!hc(a)?28:s,i?r.setUTCFullYear(a,o,s):r.setFullYear(a,o,s)}}function ib(e){return e=fn(e),Hn(this[e])?this[e]():this}function ab(e,t){if(typeof e=="object"){e=dd(e);var n=qw(e),r,i=n.length;for(r=0;r<i;r++)this[n[r].unit](e[n[r].unit])}else if(e=fn(e),Hn(this[e]))return this[e](t);return this}function ob(e,t){return(e%t+t)%t}var ht;Array.prototype.indexOf?ht=Array.prototype.indexOf:ht=function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1};function md(e,t){if(isNaN(e)||isNaN(t))return NaN;var n=ob(t,12);return e+=(t-n)/12,n===1?hc(e)?29:28:31-n%7%2}me("M",["MM",2],"Mo",function(){return this.month()+1}),me("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)}),me("MMMM",0,0,function(e){return this.localeData().months(this,e)}),le("M",nt,Xa),le("MM",nt,an),le("MMM",function(e,t){return t.monthsShortRegex(e)}),le("MMMM",function(e,t){return t.monthsRegex(e)}),Je(["M","MM"],function(e,t){t[_r]=Le(e)-1}),Je(["MMM","MMMM"],function(e,t,n,r){var i=n._locale.monthsParse(e,r,n._strict);i!=null?t[_r]=i:Oe(n).invalidMonth=e});var sb="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),rg="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),ig=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,lb=ws,cb=ws;function ub(e,t){return e?bn(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||ig).test(t)?"format":"standalone"][e.month()]:bn(this._months)?this._months:this._months.standalone}function fb(e,t){return e?bn(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[ig.test(t)?"format":"standalone"][e.month()]:bn(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function db(e,t,n){var r,i,a,o=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)a=Bn([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(a,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(a,"").toLocaleLowerCase();return n?t==="MMM"?(i=ht.call(this._shortMonthsParse,o),i!==-1?i:null):(i=ht.call(this._longMonthsParse,o),i!==-1?i:null):t==="MMM"?(i=ht.call(this._shortMonthsParse,o),i!==-1?i:(i=ht.call(this._longMonthsParse,o),i!==-1?i:null)):(i=ht.call(this._longMonthsParse,o),i!==-1?i:(i=ht.call(this._shortMonthsParse,o),i!==-1?i:null))}function hb(e,t,n){var r,i,a;if(this._monthsParseExact)return db.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(i=Bn([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),!n&&!this._monthsParse[r]&&(a="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[r]=new RegExp(a.replace(".",""),"i")),n&&t==="MMMM"&&this._longMonthsParse[r].test(e))return r;if(n&&t==="MMM"&&this._shortMonthsParse[r].test(e))return r;if(!n&&this._monthsParse[r].test(e))return r}}function ag(e,t){if(!e.isValid())return e;if(typeof t=="string"){if(/^\d+$/.test(t))t=Le(t);else if(t=e.localeData().monthsParse(t),!vr(t))return e}var n=t,r=e.date();return r=r<29?r:Math.min(r,md(e.year(),n)),e._isUTC?e._d.setUTCMonth(n,r):e._d.setMonth(n,r),e}function og(e){return e!=null?(ag(this,e),ne.updateOffset(this,!0),this):Cs(this,"Month")}function vb(){return md(this.year(),this.month())}function pb(e){return this._monthsParseExact?(Ge(this,"_monthsRegex")||sg.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(Ge(this,"_monthsShortRegex")||(this._monthsShortRegex=lb),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)}function _b(e){return this._monthsParseExact?(Ge(this,"_monthsRegex")||sg.call(this),e?this._monthsStrictRegex:this._monthsRegex):(Ge(this,"_monthsRegex")||(this._monthsRegex=cb),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)}function sg(){function e(c,u){return u.length-c.length}var t=[],n=[],r=[],i,a,o,s;for(i=0;i<12;i++)a=Bn([2e3,i]),o=pr(this.monthsShort(a,"")),s=pr(this.months(a,"")),t.push(o),n.push(s),r.push(s),r.push(o);t.sort(e),n.sort(e),r.sort(e),this._monthsRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+t.join("|")+")","i")}function mb(e,t,n,r,i,a,o){var s;return e<100&&e>=0?(s=new Date(e+400,t,n,r,i,a,o),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,r,i,a,o),s}function Os(e){var t,n;return e<100&&e>=0?(n=Array.prototype.slice.call(arguments),n[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function vc(e,t,n){var r=7+t-n,i=(7+Os(e,0,r).getUTCDay()-t)%7;return-i+r-1}function lg(e,t,n,r,i){var a=(7+n-r)%7,o=vc(e,r,i),s=1+7*(t-1)+a+o,c,u;return s<=0?(c=e-1,u=ks(c)+s):s>ks(e)?(c=e+1,u=s-ks(e)):(c=e,u=s),{year:c,dayOfYear:u}}function Is(e,t,n){var r=vc(e.year(),t,n),i=Math.floor((e.dayOfYear()-r-1)/7)+1,a,o;return i<1?(o=e.year()-1,a=i+gr(o,t,n)):i>gr(e.year(),t,n)?(a=i-gr(e.year(),t,n),o=e.year()+1):(o=e.year(),a=i),{week:a,year:o}}function gr(e,t,n){var r=vc(e,t,n),i=vc(e+1,t,n);return(ks(e)-r+i)/7}me("w",["ww",2],"wo","week"),me("W",["WW",2],"Wo","isoWeek"),le("w",nt,Xa),le("ww",nt,an),le("W",nt,Xa),le("WW",nt,an),bs(["w","ww","W","WW"],function(e,t,n,r){t[r.substr(0,1)]=Le(e)});function gb(e){return Is(e,this._week.dow,this._week.doy).week}var yb={dow:0,doy:6};function Eb(){return this._week.dow}function Sb(){return this._week.doy}function Tb(e){var t=this.localeData().week(this);return e==null?t:this.add((e-t)*7,"d")}function Nb(e){var t=Is(this,1,4).week;return e==null?t:this.add((e-t)*7,"d")}me("d",0,"do","day"),me("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),me("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),me("dddd",0,0,function(e){return this.localeData().weekdays(this,e)}),me("e",0,0,"weekday"),me("E",0,0,"isoWeekday"),le("d",nt),le("e",nt),le("E",nt),le("dd",function(e,t){return t.weekdaysMinRegex(e)}),le("ddd",function(e,t){return t.weekdaysShortRegex(e)}),le("dddd",function(e,t){return t.weekdaysRegex(e)}),bs(["dd","ddd","dddd"],function(e,t,n,r){var i=n._locale.weekdaysParse(e,r,n._strict);i!=null?t.d=i:Oe(n).invalidWeekday=e}),bs(["d","e","E"],function(e,t,n,r){t[r]=Le(e)});function Db(e,t){return typeof e!="string"?e:isNaN(e)?(e=t.weekdaysParse(e),typeof e=="number"?e:null):parseInt(e,10)}function wb(e,t){return typeof e=="string"?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function gd(e,t){return e.slice(t,7).concat(e.slice(0,t))}var bb="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),cg="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),kb="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Cb=ws,Ob=ws,Ib=ws;function Rb(e,t){var n=bn(this._weekdays)?this._weekdays:this._weekdays[e&&e!==!0&&this._weekdays.isFormat.test(t)?"format":"standalone"];return e===!0?gd(n,this._week.dow):e?n[e.day()]:n}function Pb(e){return e===!0?gd(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Ab(e){return e===!0?gd(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Mb(e,t,n){var r,i,a,o=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)a=Bn([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(a,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(a,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(a,"").toLocaleLowerCase();return n?t==="dddd"?(i=ht.call(this._weekdaysParse,o),i!==-1?i:null):t==="ddd"?(i=ht.call(this._shortWeekdaysParse,o),i!==-1?i:null):(i=ht.call(this._minWeekdaysParse,o),i!==-1?i:null):t==="dddd"?(i=ht.call(this._weekdaysParse,o),i!==-1||(i=ht.call(this._shortWeekdaysParse,o),i!==-1)?i:(i=ht.call(this._minWeekdaysParse,o),i!==-1?i:null)):t==="ddd"?(i=ht.call(this._shortWeekdaysParse,o),i!==-1||(i=ht.call(this._weekdaysParse,o),i!==-1)?i:(i=ht.call(this._minWeekdaysParse,o),i!==-1?i:null)):(i=ht.call(this._minWeekdaysParse,o),i!==-1||(i=ht.call(this._weekdaysParse,o),i!==-1)?i:(i=ht.call(this._shortWeekdaysParse,o),i!==-1?i:null))}function Yb(e,t,n){var r,i,a;if(this._weekdaysParseExact)return Mb.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(i=Bn([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(a="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[r]=new RegExp(a.replace(".",""),"i")),n&&t==="dddd"&&this._fullWeekdaysParse[r].test(e))return r;if(n&&t==="ddd"&&this._shortWeekdaysParse[r].test(e))return r;if(n&&t==="dd"&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}}function xb(e){if(!this.isValid())return e!=null?this:NaN;var t=Cs(this,"Day");return e!=null?(e=Db(e,this.localeData()),this.add(e-t,"d")):t}function Lb(e){if(!this.isValid())return e!=null?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return e==null?t:this.add(e-t,"d")}function Vb(e){if(!this.isValid())return e!=null?this:NaN;if(e!=null){var t=wb(e,this.localeData());return this.day(this.day()%7?t:t-7)}else return this.day()||7}function Fb(e){return this._weekdaysParseExact?(Ge(this,"_weekdaysRegex")||yd.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(Ge(this,"_weekdaysRegex")||(this._weekdaysRegex=Cb),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function $b(e){return this._weekdaysParseExact?(Ge(this,"_weekdaysRegex")||yd.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(Ge(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Ob),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Ub(e){return this._weekdaysParseExact?(Ge(this,"_weekdaysRegex")||yd.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(Ge(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ib),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function yd(){function e(f,d){return d.length-f.length}var t=[],n=[],r=[],i=[],a,o,s,c,u;for(a=0;a<7;a++)o=Bn([2e3,1]).day(a),s=pr(this.weekdaysMin(o,"")),c=pr(this.weekdaysShort(o,"")),u=pr(this.weekdays(o,"")),t.push(s),n.push(c),r.push(u),i.push(s),i.push(c),i.push(u);t.sort(e),n.sort(e),r.sort(e),i.sort(e),this._weekdaysRegex=new RegExp("^("+i.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+t.join("|")+")","i")}function Ed(){return this.hours()%12||12}function Bb(){return this.hours()||24}me("H",["HH",2],0,"hour"),me("h",["hh",2],0,Ed),me("k",["kk",2],0,Bb),me("hmm",0,0,function(){return""+Ed.apply(this)+Gn(this.minutes(),2)}),me("hmmss",0,0,function(){return""+Ed.apply(this)+Gn(this.minutes(),2)+Gn(this.seconds(),2)}),me("Hmm",0,0,function(){return""+this.hours()+Gn(this.minutes(),2)}),me("Hmmss",0,0,function(){return""+this.hours()+Gn(this.minutes(),2)+Gn(this.seconds(),2)});function ug(e,t){me(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}ug("a",!0),ug("A",!1);function fg(e,t){return t._meridiemParse}le("a",fg),le("A",fg),le("H",nt,pd),le("h",nt,Xa),le("k",nt,Xa),le("HH",nt,an),le("hh",nt,an),le("kk",nt,an),le("hmm",Zm),le("hmmss",eg),le("Hmm",Zm),le("Hmmss",eg),Je(["H","HH"],Tt),Je(["k","kk"],function(e,t,n){var r=Le(e);t[Tt]=r===24?0:r}),Je(["a","A"],function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e}),Je(["h","hh"],function(e,t,n){t[Tt]=Le(e),Oe(n).bigHour=!0}),Je("hmm",function(e,t,n){var r=e.length-2;t[Tt]=Le(e.substr(0,r)),t[Cn]=Le(e.substr(r)),Oe(n).bigHour=!0}),Je("hmmss",function(e,t,n){var r=e.length-4,i=e.length-2;t[Tt]=Le(e.substr(0,r)),t[Cn]=Le(e.substr(r,2)),t[mr]=Le(e.substr(i)),Oe(n).bigHour=!0}),Je("Hmm",function(e,t,n){var r=e.length-2;t[Tt]=Le(e.substr(0,r)),t[Cn]=Le(e.substr(r))}),Je("Hmmss",function(e,t,n){var r=e.length-4,i=e.length-2;t[Tt]=Le(e.substr(0,r)),t[Cn]=Le(e.substr(r,2)),t[mr]=Le(e.substr(i))});function Hb(e){return(e+"").toLowerCase().charAt(0)==="p"}var Gb=/[ap]\.?m?\.?/i,Wb=Ja("Hours",!0);function jb(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var dg={calendar:Mw,longDateFormat:Vw,invalidDate:$w,ordinal:Bw,dayOfMonthOrdinalParse:Hw,relativeTime:Ww,months:sb,monthsShort:rg,week:yb,weekdays:bb,weekdaysMin:kb,weekdaysShort:cg,meridiemParse:Gb},st={},Rs={},Ps;function zb(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n<r;n+=1)if(e[n]!==t[n])return n;return r}function hg(e){return e&&e.toLowerCase().replace("_","-")}function Kb(e){for(var t=0,n,r,i,a;t<e.length;){for(a=hg(e[t]).split("-"),n=a.length,r=hg(e[t+1]),r=r?r.split("-"):null;n>0;){if(i=pc(a.slice(0,n).join("-")),i)return i;if(r&&r.length>=n&&zb(a,r)>=n-1)break;n--}t++}return Ps}function qb(e){return!!(e&&e.match("^[^/\\\\]*$"))}function pc(e){var t=null,n;if(st[e]===void 0&&typeof module<"u"&&module&&module.exports&&qb(e))try{t=Ps._abbr,n=require,n("./locale/"+e),Zr(t)}catch{st[e]=null}return st[e]}function Zr(e,t){var n;return e&&(jt(t)?n=yr(e):n=Sd(e,t),n?Ps=n:typeof console<"u"&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),Ps._abbr}function Sd(e,t){if(t!==null){var n,r=dg;if(t.abbr=e,st[e]!=null)Km("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=st[e]._config;else if(t.parentLocale!=null)if(st[t.parentLocale]!=null)r=st[t.parentLocale]._config;else if(n=pc(t.parentLocale),n!=null)r=n._config;else return Rs[t.parentLocale]||(Rs[t.parentLocale]=[]),Rs[t.parentLocale].push({name:e,config:t}),null;return st[e]=new ld(sd(r,t)),Rs[e]&&Rs[e].forEach(function(i){Sd(i.name,i.config)}),Zr(e),st[e]}else return delete st[e],null}function Xb(e,t){if(t!=null){var n,r,i=dg;st[e]!=null&&st[e].parentLocale!=null?st[e].set(sd(st[e]._config,t)):(r=pc(e),r!=null&&(i=r._config),t=sd(i,t),r==null&&(t.abbr=e),n=new ld(t),n.parentLocale=st[e],st[e]=n),Zr(e)}else st[e]!=null&&(st[e].parentLocale!=null?(st[e]=st[e].parentLocale,e===Zr()&&Zr(e)):st[e]!=null&&delete st[e]);return st[e]}function yr(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return Ps;if(!bn(e)){if(t=pc(e),t)return t;e=[e]}return Kb(e)}function Jb(){return cd(st)}function Td(e){var t,n=e._a;return n&&Oe(e).overflow===-2&&(t=n[_r]<0||n[_r]>11?_r:n[Wn]<1||n[Wn]>md(n[Mt],n[_r])?Wn:n[Tt]<0||n[Tt]>24||n[Tt]===24&&(n[Cn]!==0||n[mr]!==0||n[$i]!==0)?Tt:n[Cn]<0||n[Cn]>59?Cn:n[mr]<0||n[mr]>59?mr:n[$i]<0||n[$i]>999?$i:-1,Oe(e)._overflowDayOfYear&&(t<Mt||t>Wn)&&(t=Wn),Oe(e)._overflowWeeks&&t===-1&&(t=tb),Oe(e)._overflowWeekday&&t===-1&&(t=nb),Oe(e).overflow=t),e}var Qb=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Zb=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ek=/Z|[+-]\d\d(?::?\d\d)?/,_c=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Nd=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],tk=/^\/?Date\((-?\d+)/i,nk=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,rk={UT:0,GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function vg(e){var t,n,r=e._i,i=Qb.exec(r)||Zb.exec(r),a,o,s,c,u=_c.length,f=Nd.length;if(i){for(Oe(e).iso=!0,t=0,n=u;t<n;t++)if(_c[t][1].exec(i[1])){o=_c[t][0],a=_c[t][2]!==!1;break}if(o==null){e._isValid=!1;return}if(i[3]){for(t=0,n=f;t<n;t++)if(Nd[t][1].exec(i[3])){s=(i[2]||" ")+Nd[t][0];break}if(s==null){e._isValid=!1;return}}if(!a&&s!=null){e._isValid=!1;return}if(i[4])if(ek.exec(i[4]))c="Z";else{e._isValid=!1;return}e._f=o+(s||"")+(c||""),wd(e)}else e._isValid=!1}function ik(e,t,n,r,i,a){var o=[ak(e),rg.indexOf(t),parseInt(n,10),parseInt(r,10),parseInt(i,10)];return a&&o.push(parseInt(a,10)),o}function ak(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function ok(e){return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function sk(e,t,n){if(e){var r=cg.indexOf(e),i=new Date(t[0],t[1],t[2]).getDay();if(r!==i)return Oe(n).weekdayMismatch=!0,n._isValid=!1,!1}return!0}function lk(e,t,n){if(e)return rk[e];if(t)return 0;var r=parseInt(n,10),i=r%100,a=(r-i)/100;return a*60+i}function pg(e){var t=nk.exec(ok(e._i)),n;if(t){if(n=ik(t[4],t[3],t[2],t[5],t[6],t[7]),!sk(t[1],n,e))return;e._a=n,e._tzm=lk(t[8],t[9],t[10]),e._d=Os.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),Oe(e).rfc2822=!0}else e._isValid=!1}function ck(e){var t=tk.exec(e._i);if(t!==null){e._d=new Date(+t[1]);return}if(vg(e),e._isValid===!1)delete e._isValid;else return;if(pg(e),e._isValid===!1)delete e._isValid;else return;e._strict?e._isValid=!1:ne.createFromInputFallback(e)}ne.createFromInputFallback=un("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))});function Qa(e,t,n){return e??t??n}function uk(e){var t=new Date(ne.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function Dd(e){var t,n,r=[],i,a,o;if(!e._d){for(i=uk(e),e._w&&e._a[Wn]==null&&e._a[_r]==null&&fk(e),e._dayOfYear!=null&&(o=Qa(e._a[Mt],i[Mt]),(e._dayOfYear>ks(o)||e._dayOfYear===0)&&(Oe(e)._overflowDayOfYear=!0),n=Os(o,0,e._dayOfYear),e._a[_r]=n.getUTCMonth(),e._a[Wn]=n.getUTCDate()),t=0;t<3&&e._a[t]==null;++t)e._a[t]=r[t]=i[t];for(;t<7;t++)e._a[t]=r[t]=e._a[t]==null?t===2?1:0:e._a[t];e._a[Tt]===24&&e._a[Cn]===0&&e._a[mr]===0&&e._a[$i]===0&&(e._nextDay=!0,e._a[Tt]=0),e._d=(e._useUTC?Os:mb).apply(null,r),a=e._useUTC?e._d.getUTCDay():e._d.getDay(),e._tzm!=null&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Tt]=24),e._w&&typeof e._w.d<"u"&&e._w.d!==a&&(Oe(e).weekdayMismatch=!0)}}function fk(e){var t,n,r,i,a,o,s,c,u;t=e._w,t.GG!=null||t.W!=null||t.E!=null?(a=1,o=4,n=Qa(t.GG,e._a[Mt],Is(rt(),1,4).year),r=Qa(t.W,1),i=Qa(t.E,1),(i<1||i>7)&&(c=!0)):(a=e._locale._week.dow,o=e._locale._week.doy,u=Is(rt(),a,o),n=Qa(t.gg,e._a[Mt],u.year),r=Qa(t.w,u.week),t.d!=null?(i=t.d,(i<0||i>6)&&(c=!0)):t.e!=null?(i=t.e+a,(t.e<0||t.e>6)&&(c=!0)):i=a),r<1||r>gr(n,a,o)?Oe(e)._overflowWeeks=!0:c!=null?Oe(e)._overflowWeekday=!0:(s=lg(n,r,i,a,o),e._a[Mt]=s.year,e._dayOfYear=s.dayOfYear)}ne.ISO_8601=function(){},ne.RFC_2822=function(){};function wd(e){if(e._f===ne.ISO_8601){vg(e);return}if(e._f===ne.RFC_2822){pg(e);return}e._a=[],Oe(e).empty=!0;var t=""+e._i,n,r,i,a,o,s=t.length,c=0,u,f;for(i=qm(e._f,e._locale).match(ud)||[],f=i.length,n=0;n<f;n++)a=i[n],r=(t.match(Qw(a,e))||[])[0],r&&(o=t.substr(0,t.indexOf(r)),o.length>0&&Oe(e).unusedInput.push(o),t=t.slice(t.indexOf(r)+r.length),c+=r.length),Ka[a]?(r?Oe(e).empty=!1:Oe(e).unusedTokens.push(a),eb(a,r,e)):e._strict&&!r&&Oe(e).unusedTokens.push(a);Oe(e).charsLeftOver=s-c,t.length>0&&Oe(e).unusedInput.push(t),e._a[Tt]<=12&&Oe(e).bigHour===!0&&e._a[Tt]>0&&(Oe(e).bigHour=void 0),Oe(e).parsedDateParts=e._a.slice(0),Oe(e).meridiem=e._meridiem,e._a[Tt]=dk(e._locale,e._a[Tt],e._meridiem),u=Oe(e).era,u!==null&&(e._a[Mt]=e._locale.erasConvertYear(u,e._a[Mt])),Dd(e),Td(e)}function dk(e,t,n){var r;return n==null?t:e.meridiemHour!=null?e.meridiemHour(t,n):(e.isPM!=null&&(r=e.isPM(n),r&&t<12&&(t+=12),!r&&t===12&&(t=0)),t)}function hk(e){var t,n,r,i,a,o,s=!1,c=e._f.length;if(c===0){Oe(e).invalidFormat=!0,e._d=new Date(NaN);return}for(i=0;i<c;i++)a=0,o=!1,t=od({},e),e._useUTC!=null&&(t._useUTC=e._useUTC),t._f=e._f[i],wd(t),id(t)&&(o=!0),a+=Oe(t).charsLeftOver,a+=Oe(t).unusedTokens.length*10,Oe(t).score=a,s?a<r&&(r=a,n=t):(r==null||a<r||o)&&(r=a,n=t,o&&(s=!0));Qr(e,n||t)}function vk(e){if(!e._d){var t=dd(e._i),n=t.day===void 0?t.date:t.day;e._a=Gm([t.year,t.month,n,t.hour,t.minute,t.second,t.millisecond],function(r){return r&&parseInt(r,10)}),Dd(e)}}function pk(e){var t=new Ds(Td(_g(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function _g(e){var t=e._i,n=e._f;return e._locale=e._locale||yr(e._l),t===null||n===void 0&&t===""?ic({nullInput:!0}):(typeof t=="string"&&(e._i=t=e._locale.preparse(t)),kn(t)?new Ds(Td(t)):(Ns(t)?e._d=t:bn(n)?hk(e):n?wd(e):_k(e),id(e)||(e._d=null),e))}function _k(e){var t=e._i;jt(t)?e._d=new Date(ne.now()):Ns(t)?e._d=new Date(t.valueOf()):typeof t=="string"?ck(e):bn(t)?(e._a=Gm(t.slice(0),function(n){return parseInt(n,10)}),Dd(e)):Fi(t)?vk(e):vr(t)?e._d=new Date(t):ne.createFromInputFallback(e)}function mg(e,t,n,r,i){var a={};return(t===!0||t===!1)&&(r=t,t=void 0),(n===!0||n===!1)&&(r=n,n=void 0),(Fi(e)&&nd(e)||bn(e)&&e.length===0)&&(e=void 0),a._isAMomentObject=!0,a._useUTC=a._isUTC=i,a._l=n,a._i=e,a._f=t,a._strict=r,pk(a)}function rt(e,t,n,r){return mg(e,t,n,r,!1)}var mk=un("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=rt.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:ic()}),gk=un("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=rt.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:ic()});function gg(e,t){var n,r;if(t.length===1&&bn(t[0])&&(t=t[0]),!t.length)return rt();for(n=t[0],r=1;r<t.length;++r)(!t[r].isValid()||t[r][e](n))&&(n=t[r]);return n}function yk(){var e=[].slice.call(arguments,0);return gg("isBefore",e)}function Ek(){var e=[].slice.call(arguments,0);return gg("isAfter",e)}var Sk=function(){return Date.now?Date.now():+new Date},As=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Tk(e){var t,n=!1,r,i=As.length;for(t in e)if(Ge(e,t)&&!(ht.call(As,t)!==-1&&(e[t]==null||!isNaN(e[t]))))return!1;for(r=0;r<i;++r)if(e[As[r]]){if(n)return!1;parseFloat(e[As[r]])!==Le(e[As[r]])&&(n=!0)}return!0}function Nk(){return this._isValid}function Dk(){return On(NaN)}function mc(e){var t=dd(e),n=t.year||0,r=t.quarter||0,i=t.month||0,a=t.week||t.isoWeek||0,o=t.day||0,s=t.hour||0,c=t.minute||0,u=t.second||0,f=t.millisecond||0;this._isValid=Tk(t),this._milliseconds=+f+u*1e3+c*6e4+s*1e3*60*60,this._days=+o+a*7,this._months=+i+r*3+n*12,this._data={},this._locale=yr(),this._bubble()}function gc(e){return e instanceof mc}function bd(e){return e<0?Math.round(-1*e)*-1:Math.round(e)}function wk(e,t,n){var r=Math.min(e.length,t.length),i=Math.abs(e.length-t.length),a=0,o;for(o=0;o<r;o++)(n&&e[o]!==t[o]||!n&&Le(e[o])!==Le(t[o]))&&a++;return a+i}function yg(e,t){me(e,0,0,function(){var n=this.utcOffset(),r="+";return n<0&&(n=-n,r="-"),r+Gn(~~(n/60),2)+t+Gn(~~n%60,2)})}yg("Z",":"),yg("ZZ",""),le("Z",fc),le("ZZ",fc),Je(["Z","ZZ"],function(e,t,n){n._useUTC=!0,n._tzm=kd(fc,e)});var bk=/([\+\-]|\d\d)/gi;function kd(e,t){var n=(t||"").match(e),r,i,a;return n===null?null:(r=n[n.length-1]||[],i=(r+"").match(bk)||["-",0,0],a=+(i[1]*60)+Le(i[2]),a===0?0:i[0]==="+"?a:-a)}function Cd(e,t){var n,r;return t._isUTC?(n=t.clone(),r=(kn(e)||Ns(e)?e.valueOf():rt(e).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+r),ne.updateOffset(n,!1),n):rt(e).local()}function Od(e){return-Math.round(e._d.getTimezoneOffset())}ne.updateOffset=function(){};function kk(e,t,n){var r=this._offset||0,i;if(!this.isValid())return e!=null?this:NaN;if(e!=null){if(typeof e=="string"){if(e=kd(fc,e),e===null)return this}else Math.abs(e)<16&&!n&&(e=e*60);return!this._isUTC&&t&&(i=Od(this)),this._offset=e,this._isUTC=!0,i!=null&&this.add(i,"m"),r!==e&&(!t||this._changeInProgress?Ng(this,On(e-r,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,ne.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?r:Od(this)}function Ck(e,t){return e!=null?(typeof e!="string"&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function Ok(e){return this.utcOffset(0,e)}function Ik(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(Od(this),"m")),this}function Rk(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var e=kd(Xw,this._i);e!=null?this.utcOffset(e):this.utcOffset(0,!0)}return this}function Pk(e){return this.isValid()?(e=e?rt(e).utcOffset():0,(this.utcOffset()-e)%60===0):!1}function Ak(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Mk(){if(!jt(this._isDSTShifted))return this._isDSTShifted;var e={},t;return od(e,this),e=_g(e),e._a?(t=e._isUTC?Bn(e._a):rt(e._a),this._isDSTShifted=this.isValid()&&wk(e._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function Yk(){return this.isValid()?!this._isUTC:!1}function xk(){return this.isValid()?this._isUTC:!1}function Eg(){return this.isValid()?this._isUTC&&this._offset===0:!1}var Lk=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Vk=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function On(e,t){var n=e,r=null,i,a,o;return gc(e)?n={ms:e._milliseconds,d:e._days,M:e._months}:vr(e)||!isNaN(+e)?(n={},t?n[t]=+e:n.milliseconds=+e):(r=Lk.exec(e))?(i=r[1]==="-"?-1:1,n={y:0,d:Le(r[Wn])*i,h:Le(r[Tt])*i,m:Le(r[Cn])*i,s:Le(r[mr])*i,ms:Le(bd(r[$i]*1e3))*i}):(r=Vk.exec(e))?(i=r[1]==="-"?-1:1,n={y:Ui(r[2],i),M:Ui(r[3],i),w:Ui(r[4],i),d:Ui(r[5],i),h:Ui(r[6],i),m:Ui(r[7],i),s:Ui(r[8],i)}):n==null?n={}:typeof n=="object"&&("from"in n||"to"in n)&&(o=Fk(rt(n.from),rt(n.to)),n={},n.ms=o.milliseconds,n.M=o.months),a=new mc(n),gc(e)&&Ge(e,"_locale")&&(a._locale=e._locale),gc(e)&&Ge(e,"_isValid")&&(a._isValid=e._isValid),a}On.fn=mc.prototype,On.invalid=Dk;function Ui(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Sg(e,t){var n={};return n.months=t.month()-e.month()+(t.year()-e.year())*12,e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Fk(e,t){var n;return e.isValid()&&t.isValid()?(t=Cd(t,e),e.isBefore(t)?n=Sg(e,t):(n=Sg(t,e),n.milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function Tg(e,t){return function(n,r){var i,a;return r!==null&&!isNaN(+r)&&(Km(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),a=n,n=r,r=a),i=On(n,r),Ng(this,i,e),this}}function Ng(e,t,n,r){var i=t._milliseconds,a=bd(t._days),o=bd(t._months);e.isValid()&&(r=r??!0,o&&ag(e,Cs(e,"Month")+o*n),a&&ng(e,"Date",Cs(e,"Date")+a*n),i&&e._d.setTime(e._d.valueOf()+i*n),r&&ne.updateOffset(e,a||o))}var $k=Tg(1,"add"),Uk=Tg(-1,"subtract");function Dg(e){return typeof e=="string"||e instanceof String}function Bk(e){return kn(e)||Ns(e)||Dg(e)||vr(e)||Gk(e)||Hk(e)||e===null||e===void 0}function Hk(e){var t=Fi(e)&&!nd(e),n=!1,r=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],i,a,o=r.length;for(i=0;i<o;i+=1)a=r[i],n=n||Ge(e,a);return t&&n}function Gk(e){var t=bn(e),n=!1;return t&&(n=e.filter(function(r){return!vr(r)&&Dg(e)}).length===0),t&&n}function Wk(e){var t=Fi(e)&&!nd(e),n=!1,r=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],i,a;for(i=0;i<r.length;i+=1)a=r[i],n=n||Ge(e,a);return t&&n}function jk(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"}function zk(e,t){arguments.length===1&&(arguments[0]?Bk(arguments[0])?(e=arguments[0],t=void 0):Wk(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));var n=e||rt(),r=Cd(n,this).startOf("day"),i=ne.calendarFormat(this,r)||"sameElse",a=t&&(Hn(t[i])?t[i].call(this,n):t[i]);return this.format(a||this.localeData().calendar(i,this,rt(n)))}function Kk(){return new Ds(this)}function qk(e,t){var n=kn(e)?e:rt(e);return this.isValid()&&n.isValid()?(t=fn(t)||"millisecond",t==="millisecond"?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf()):!1}function Xk(e,t){var n=kn(e)?e:rt(e);return this.isValid()&&n.isValid()?(t=fn(t)||"millisecond",t==="millisecond"?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf()):!1}function Jk(e,t,n,r){var i=kn(e)?e:rt(e),a=kn(t)?t:rt(t);return this.isValid()&&i.isValid()&&a.isValid()?(r=r||"()",(r[0]==="("?this.isAfter(i,n):!this.isBefore(i,n))&&(r[1]===")"?this.isBefore(a,n):!this.isAfter(a,n))):!1}function Qk(e,t){var n=kn(e)?e:rt(e),r;return this.isValid()&&n.isValid()?(t=fn(t)||"millisecond",t==="millisecond"?this.valueOf()===n.valueOf():(r=n.valueOf(),this.clone().startOf(t).valueOf()<=r&&r<=this.clone().endOf(t).valueOf())):!1}function Zk(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function eC(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function tC(e,t,n){var r,i,a;if(!this.isValid())return NaN;if(r=Cd(e,this),!r.isValid())return NaN;switch(i=(r.utcOffset()-this.utcOffset())*6e4,t=fn(t),t){case"year":a=yc(this,r)/12;break;case"month":a=yc(this,r);break;case"quarter":a=yc(this,r)/3;break;case"second":a=(this-r)/1e3;break;case"minute":a=(this-r)/6e4;break;case"hour":a=(this-r)/36e5;break;case"day":a=(this-r-i)/864e5;break;case"week":a=(this-r-i)/6048e5;break;default:a=this-r}return n?a:dn(a)}function yc(e,t){if(e.date()<t.date())return-yc(t,e);var n=(t.year()-e.year())*12+(t.month()-e.month()),r=e.clone().add(n,"months"),i,a;return t-r<0?(i=e.clone().add(n-1,"months"),a=(t-r)/(r-i)):(i=e.clone().add(n+1,"months"),a=(t-r)/(i-r)),-(n+a)||0}ne.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",ne.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function nC(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function rC(e){if(!this.isValid())return null;var t=e!==!0,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?oc(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):Hn(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",oc(n,"Z")):oc(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function iC(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="",n,r,i,a;return this.isLocal()||(e=this.utcOffset()===0?"moment.utc":"moment.parseZone",t="Z"),n="["+e+'("]',r=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",i="-MM-DD[T]HH:mm:ss.SSS",a=t+'[")]',this.format(n+r+i+a)}function aC(e){e||(e=this.isUtc()?ne.defaultFormatUtc:ne.defaultFormat);var t=oc(this,e);return this.localeData().postformat(t)}function oC(e,t){return this.isValid()&&(kn(e)&&e.isValid()||rt(e).isValid())?On({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function sC(e){return this.from(rt(),e)}function lC(e,t){return this.isValid()&&(kn(e)&&e.isValid()||rt(e).isValid())?On({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function cC(e){return this.to(rt(),e)}function wg(e){var t;return e===void 0?this._locale._abbr:(t=yr(e),t!=null&&(this._locale=t),this)}var bg=un("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return e===void 0?this.localeData():this.locale(e)});function kg(){return this._locale}var Ec=1e3,Za=60*Ec,Sc=60*Za,Cg=(365*400+97)*24*Sc;function eo(e,t){return(e%t+t)%t}function Og(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-Cg:new Date(e,t,n).valueOf()}function Ig(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-Cg:Date.UTC(e,t,n)}function uC(e){var t,n;if(e=fn(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(n=this._isUTC?Ig:Og,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=eo(t+(this._isUTC?0:this.utcOffset()*Za),Sc);break;case"minute":t=this._d.valueOf(),t-=eo(t,Za);break;case"second":t=this._d.valueOf(),t-=eo(t,Ec);break}return this._d.setTime(t),ne.updateOffset(this,!0),this}function fC(e){var t,n;if(e=fn(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(n=this._isUTC?Ig:Og,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=Sc-eo(t+(this._isUTC?0:this.utcOffset()*Za),Sc)-1;break;case"minute":t=this._d.valueOf(),t+=Za-eo(t,Za)-1;break;case"second":t=this._d.valueOf(),t+=Ec-eo(t,Ec)-1;break}return this._d.setTime(t),ne.updateOffset(this,!0),this}function dC(){return this._d.valueOf()-(this._offset||0)*6e4}function hC(){return Math.floor(this.valueOf()/1e3)}function vC(){return new Date(this.valueOf())}function pC(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function _C(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function mC(){return this.isValid()?this.toISOString():null}function gC(){return id(this)}function yC(){return Qr({},Oe(this))}function EC(){return Oe(this).overflow}function SC(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}me("N",0,0,"eraAbbr"),me("NN",0,0,"eraAbbr"),me("NNN",0,0,"eraAbbr"),me("NNNN",0,0,"eraName"),me("NNNNN",0,0,"eraNarrow"),me("y",["y",1],"yo","eraYear"),me("y",["yy",2],0,"eraYear"),me("y",["yyy",3],0,"eraYear"),me("y",["yyyy",4],0,"eraYear"),le("N",Id),le("NN",Id),le("NNN",Id),le("NNNN",PC),le("NNNNN",AC),Je(["N","NN","NNN","NNNN","NNNNN"],function(e,t,n,r){var i=n._locale.erasParse(e,r,n._strict);i?Oe(n).era=i:Oe(n).invalidEra=e}),le("y",qa),le("yy",qa),le("yyy",qa),le("yyyy",qa),le("yo",MC),Je(["y","yy","yyy","yyyy"],Mt),Je(["yo"],function(e,t,n,r){var i;n._locale._eraYearOrdinalRegex&&(i=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[Mt]=n._locale.eraYearOrdinalParse(e,i):t[Mt]=parseInt(e,10)});function TC(e,t){var n,r,i,a=this._eras||yr("en")._eras;for(n=0,r=a.length;n<r;++n){switch(typeof a[n].since){case"string":i=ne(a[n].since).startOf("day"),a[n].since=i.valueOf();break}switch(typeof a[n].until){case"undefined":a[n].until=1/0;break;case"string":i=ne(a[n].until).startOf("day").valueOf(),a[n].until=i.valueOf();break}}return a}function NC(e,t,n){var r,i,a=this.eras(),o,s,c;for(e=e.toUpperCase(),r=0,i=a.length;r<i;++r)if(o=a[r].name.toUpperCase(),s=a[r].abbr.toUpperCase(),c=a[r].narrow.toUpperCase(),n)switch(t){case"N":case"NN":case"NNN":if(s===e)return a[r];break;case"NNNN":if(o===e)return a[r];break;case"NNNNN":if(c===e)return a[r];break}else if([o,s,c].indexOf(e)>=0)return a[r]}function DC(e,t){var n=e.since<=e.until?1:-1;return t===void 0?ne(e.since).year():ne(e.since).year()+(t-e.offset)*n}function wC(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e)if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until||r[e].until<=n&&n<=r[e].since)return r[e].name;return""}function bC(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e)if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until||r[e].until<=n&&n<=r[e].since)return r[e].narrow;return""}function kC(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e)if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until||r[e].until<=n&&n<=r[e].since)return r[e].abbr;return""}function CC(){var e,t,n,r,i=this.localeData().eras();for(e=0,t=i.length;e<t;++e)if(n=i[e].since<=i[e].until?1:-1,r=this.clone().startOf("day").valueOf(),i[e].since<=r&&r<=i[e].until||i[e].until<=r&&r<=i[e].since)return(this.year()-ne(i[e].since).year())*n+i[e].offset;return this.year()}function OC(e){return Ge(this,"_erasNameRegex")||Rd.call(this),e?this._erasNameRegex:this._erasRegex}function IC(e){return Ge(this,"_erasAbbrRegex")||Rd.call(this),e?this._erasAbbrRegex:this._erasRegex}function RC(e){return Ge(this,"_erasNarrowRegex")||Rd.call(this),e?this._erasNarrowRegex:this._erasRegex}function Id(e,t){return t.erasAbbrRegex(e)}function PC(e,t){return t.erasNameRegex(e)}function AC(e,t){return t.erasNarrowRegex(e)}function MC(e,t){return t._eraYearOrdinalRegex||qa}function Rd(){var e=[],t=[],n=[],r=[],i,a,o,s,c,u=this.eras();for(i=0,a=u.length;i<a;++i)o=pr(u[i].name),s=pr(u[i].abbr),c=pr(u[i].narrow),t.push(o),e.push(s),n.push(c),r.push(o),r.push(s),r.push(c);this._erasRegex=new RegExp("^("+r.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+t.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+e.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+n.join("|")+")","i")}me(0,["gg",2],0,function(){return this.weekYear()%100}),me(0,["GG",2],0,function(){return this.isoWeekYear()%100});function Tc(e,t){me(0,[e,e.length],0,t)}Tc("gggg","weekYear"),Tc("ggggg","weekYear"),Tc("GGGG","isoWeekYear"),Tc("GGGGG","isoWeekYear"),le("G",uc),le("g",uc),le("GG",nt,an),le("gg",nt,an),le("GGGG",vd,hd),le("gggg",vd,hd),le("GGGGG",cc,sc),le("ggggg",cc,sc),bs(["gggg","ggggg","GGGG","GGGGG"],function(e,t,n,r){t[r.substr(0,2)]=Le(e)}),bs(["gg","GG"],function(e,t,n,r){t[r]=ne.parseTwoDigitYear(e)});function YC(e){return Rg.call(this,e,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function xC(e){return Rg.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function LC(){return gr(this.year(),1,4)}function VC(){return gr(this.isoWeekYear(),1,4)}function FC(){var e=this.localeData()._week;return gr(this.year(),e.dow,e.doy)}function $C(){var e=this.localeData()._week;return gr(this.weekYear(),e.dow,e.doy)}function Rg(e,t,n,r,i){var a;return e==null?Is(this,r,i).year:(a=gr(e,r,i),t>a&&(t=a),UC.call(this,e,t,n,r,i))}function UC(e,t,n,r,i){var a=lg(e,t,n,r,i),o=Os(a.year,0,a.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}me("Q",0,"Qo","quarter"),le("Q",Jm),Je("Q",function(e,t){t[_r]=(Le(e)-1)*3});function BC(e){return e==null?Math.ceil((this.month()+1)/3):this.month((e-1)*3+this.month()%3)}me("D",["DD",2],"Do","date"),le("D",nt,Xa),le("DD",nt,an),le("Do",function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient}),Je(["D","DD"],Wn),Je("Do",function(e,t){t[Wn]=Le(e.match(nt)[0])});var Pg=Ja("Date",!0);me("DDD",["DDDD",3],"DDDo","dayOfYear"),le("DDD",lc),le("DDDD",Qm),Je(["DDD","DDDD"],function(e,t,n){n._dayOfYear=Le(e)});function HC(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return e==null?t:this.add(e-t,"d")}me("m",["mm",2],0,"minute"),le("m",nt,pd),le("mm",nt,an),Je(["m","mm"],Cn);var GC=Ja("Minutes",!1);me("s",["ss",2],0,"second"),le("s",nt,pd),le("ss",nt,an),Je(["s","ss"],mr);var WC=Ja("Seconds",!1);me("S",0,0,function(){return~~(this.millisecond()/100)}),me(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),me(0,["SSS",3],0,"millisecond"),me(0,["SSSS",4],0,function(){return this.millisecond()*10}),me(0,["SSSSS",5],0,function(){return this.millisecond()*100}),me(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),me(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),me(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),me(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),le("S",lc,Jm),le("SS",lc,an),le("SSS",lc,Qm);var ei,Ag;for(ei="SSSS";ei.length<=9;ei+="S")le(ei,qa);function jC(e,t){t[$i]=Le(("0."+e)*1e3)}for(ei="S";ei.length<=9;ei+="S")Je(ei,jC);Ag=Ja("Milliseconds",!1),me("z",0,0,"zoneAbbr"),me("zz",0,0,"zoneName");function zC(){return this._isUTC?"UTC":""}function KC(){return this._isUTC?"Coordinated Universal Time":""}var z=Ds.prototype;z.add=$k,z.calendar=zk,z.clone=Kk,z.diff=tC,z.endOf=fC,z.format=aC,z.from=oC,z.fromNow=sC,z.to=lC,z.toNow=cC,z.get=ib,z.invalidAt=EC,z.isAfter=qk,z.isBefore=Xk,z.isBetween=Jk,z.isSame=Qk,z.isSameOrAfter=Zk,z.isSameOrBefore=eC,z.isValid=gC,z.lang=bg,z.locale=wg,z.localeData=kg,z.max=gk,z.min=mk,z.parsingFlags=yC,z.set=ab,z.startOf=uC,z.subtract=Uk,z.toArray=pC,z.toObject=_C,z.toDate=vC,z.toISOString=rC,z.inspect=iC,typeof Symbol<"u"&&Symbol.for!=null&&(z[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),z.toJSON=mC,z.toString=nC,z.unix=hC,z.valueOf=dC,z.creationData=SC,z.eraName=wC,z.eraNarrow=bC,z.eraAbbr=kC,z.eraYear=CC,z.year=tg,z.isLeapYear=rb,z.weekYear=YC,z.isoWeekYear=xC,z.quarter=z.quarters=BC,z.month=og,z.daysInMonth=vb,z.week=z.weeks=Tb,z.isoWeek=z.isoWeeks=Nb,z.weeksInYear=FC,z.weeksInWeekYear=$C,z.isoWeeksInYear=LC,z.isoWeeksInISOWeekYear=VC,z.date=Pg,z.day=z.days=xb,z.weekday=Lb,z.isoWeekday=Vb,z.dayOfYear=HC,z.hour=z.hours=Wb,z.minute=z.minutes=GC,z.second=z.seconds=WC,z.millisecond=z.milliseconds=Ag,z.utcOffset=kk,z.utc=Ok,z.local=Ik,z.parseZone=Rk,z.hasAlignedHourOffset=Pk,z.isDST=Ak,z.isLocal=Yk,z.isUtcOffset=xk,z.isUtc=Eg,z.isUTC=Eg,z.zoneAbbr=zC,z.zoneName=KC,z.dates=un("dates accessor is deprecated. Use date instead.",Pg),z.months=un("months accessor is deprecated. Use month instead",og),z.years=un("years accessor is deprecated. Use year instead",tg),z.zone=un("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",Ck),z.isDSTShifted=un("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Mk);function qC(e){return rt(e*1e3)}function XC(){return rt.apply(null,arguments).parseZone()}function Mg(e){return e}var We=ld.prototype;We.calendar=Yw,We.longDateFormat=Fw,We.invalidDate=Uw,We.ordinal=Gw,We.preparse=Mg,We.postformat=Mg,We.relativeTime=jw,We.pastFuture=zw,We.set=Aw,We.eras=TC,We.erasParse=NC,We.erasConvertYear=DC,We.erasAbbrRegex=IC,We.erasNameRegex=OC,We.erasNarrowRegex=RC,We.months=ub,We.monthsShort=fb,We.monthsParse=hb,We.monthsRegex=_b,We.monthsShortRegex=pb,We.week=gb,We.firstDayOfYear=Sb,We.firstDayOfWeek=Eb,We.weekdays=Rb,We.weekdaysMin=Ab,We.weekdaysShort=Pb,We.weekdaysParse=Yb,We.weekdaysRegex=Fb,We.weekdaysShortRegex=$b,We.weekdaysMinRegex=Ub,We.isPM=Hb,We.meridiem=jb;function Nc(e,t,n,r){var i=yr(),a=Bn().set(r,t);return i[n](a,e)}function Yg(e,t,n){if(vr(e)&&(t=e,e=void 0),e=e||"",t!=null)return Nc(e,t,n,"month");var r,i=[];for(r=0;r<12;r++)i[r]=Nc(e,r,n,"month");return i}function Pd(e,t,n,r){typeof e=="boolean"?(vr(t)&&(n=t,t=void 0),t=t||""):(t=e,n=t,e=!1,vr(t)&&(n=t,t=void 0),t=t||"");var i=yr(),a=e?i._week.dow:0,o,s=[];if(n!=null)return Nc(t,(n+a)%7,r,"day");for(o=0;o<7;o++)s[o]=Nc(t,(o+a)%7,r,"day");return s}function JC(e,t){return Yg(e,t,"months")}function QC(e,t){return Yg(e,t,"monthsShort")}function ZC(e,t,n){return Pd(e,t,n,"weekdays")}function eO(e,t,n){return Pd(e,t,n,"weekdaysShort")}function tO(e,t,n){return Pd(e,t,n,"weekdaysMin")}Zr("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,n=Le(e%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return e+n}}),ne.lang=un("moment.lang is deprecated. Use moment.locale instead.",Zr),ne.langData=un("moment.langData is deprecated. Use moment.localeData instead.",yr);var Er=Math.abs;function nO(){var e=this._data;return this._milliseconds=Er(this._milliseconds),this._days=Er(this._days),this._months=Er(this._months),e.milliseconds=Er(e.milliseconds),e.seconds=Er(e.seconds),e.minutes=Er(e.minutes),e.hours=Er(e.hours),e.months=Er(e.months),e.years=Er(e.years),this}function xg(e,t,n,r){var i=On(t,n);return e._milliseconds+=r*i._milliseconds,e._days+=r*i._days,e._months+=r*i._months,e._bubble()}function rO(e,t){return xg(this,e,t,1)}function iO(e,t){return xg(this,e,t,-1)}function Lg(e){return e<0?Math.floor(e):Math.ceil(e)}function aO(){var e=this._milliseconds,t=this._days,n=this._months,r=this._data,i,a,o,s,c;return e>=0&&t>=0&&n>=0||e<=0&&t<=0&&n<=0||(e+=Lg(Ad(n)+t)*864e5,t=0,n=0),r.milliseconds=e%1e3,i=dn(e/1e3),r.seconds=i%60,a=dn(i/60),r.minutes=a%60,o=dn(a/60),r.hours=o%24,t+=dn(o/24),c=dn(Vg(t)),n+=c,t-=Lg(Ad(c)),s=dn(n/12),n%=12,r.days=t,r.months=n,r.years=s,this}function Vg(e){return e*4800/146097}function Ad(e){return e*146097/4800}function oO(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if(e=fn(e),e==="month"||e==="quarter"||e==="year")switch(t=this._days+r/864e5,n=this._months+Vg(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Ad(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return t*24+r/36e5;case"minute":return t*1440+r/6e4;case"second":return t*86400+r/1e3;case"millisecond":return Math.floor(t*864e5)+r;default:throw new Error("Unknown unit "+e)}}function Sr(e){return function(){return this.as(e)}}var Fg=Sr("ms"),sO=Sr("s"),lO=Sr("m"),cO=Sr("h"),uO=Sr("d"),fO=Sr("w"),dO=Sr("M"),hO=Sr("Q"),vO=Sr("y"),pO=Fg;function _O(){return On(this)}function mO(e){return e=fn(e),this.isValid()?this[e+"s"]():NaN}function Bi(e){return function(){return this.isValid()?this._data[e]:NaN}}var gO=Bi("milliseconds"),yO=Bi("seconds"),EO=Bi("minutes"),SO=Bi("hours"),TO=Bi("days"),NO=Bi("months"),DO=Bi("years");function wO(){return dn(this.days()/7)}var Tr=Math.round,to={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function bO(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}function kO(e,t,n,r){var i=On(e).abs(),a=Tr(i.as("s")),o=Tr(i.as("m")),s=Tr(i.as("h")),c=Tr(i.as("d")),u=Tr(i.as("M")),f=Tr(i.as("w")),d=Tr(i.as("y")),v=a<=n.ss&&["s",a]||a<n.s&&["ss",a]||o<=1&&["m"]||o<n.m&&["mm",o]||s<=1&&["h"]||s<n.h&&["hh",s]||c<=1&&["d"]||c<n.d&&["dd",c];return n.w!=null&&(v=v||f<=1&&["w"]||f<n.w&&["ww",f]),v=v||u<=1&&["M"]||u<n.M&&["MM",u]||d<=1&&["y"]||["yy",d],v[2]=t,v[3]=+e>0,v[4]=r,bO.apply(null,v)}function CO(e){return e===void 0?Tr:typeof e=="function"?(Tr=e,!0):!1}function OO(e,t){return to[e]===void 0?!1:t===void 0?to[e]:(to[e]=t,e==="s"&&(to.ss=t-1),!0)}function IO(e,t){if(!this.isValid())return this.localeData().invalidDate();var n=!1,r=to,i,a;return typeof e=="object"&&(t=e,e=!1),typeof e=="boolean"&&(n=e),typeof t=="object"&&(r=Object.assign({},to,t),t.s!=null&&t.ss==null&&(r.ss=t.s-1)),i=this.localeData(),a=kO(this,!n,r,i),n&&(a=i.pastFuture(+this,a)),i.postformat(a)}var Md=Math.abs;function no(e){return(e>0)-(e<0)||+e}function Dc(){if(!this.isValid())return this.localeData().invalidDate();var e=Md(this._milliseconds)/1e3,t=Md(this._days),n=Md(this._months),r,i,a,o,s=this.asSeconds(),c,u,f,d;return s?(r=dn(e/60),i=dn(r/60),e%=60,r%=60,a=dn(n/12),n%=12,o=e?e.toFixed(3).replace(/\.?0+$/,""):"",c=s<0?"-":"",u=no(this._months)!==no(s)?"-":"",f=no(this._days)!==no(s)?"-":"",d=no(this._milliseconds)!==no(s)?"-":"",c+"P"+(a?u+a+"Y":"")+(n?u+n+"M":"")+(t?f+t+"D":"")+(i||r||e?"T":"")+(i?d+i+"H":"")+(r?d+r+"M":"")+(e?d+o+"S":"")):"P0D"}var Ue=mc.prototype;Ue.isValid=Nk,Ue.abs=nO,Ue.add=rO,Ue.subtract=iO,Ue.as=oO,Ue.asMilliseconds=Fg,Ue.asSeconds=sO,Ue.asMinutes=lO,Ue.asHours=cO,Ue.asDays=uO,Ue.asWeeks=fO,Ue.asMonths=dO,Ue.asQuarters=hO,Ue.asYears=vO,Ue.valueOf=pO,Ue._bubble=aO,Ue.clone=_O,Ue.get=mO,Ue.milliseconds=gO,Ue.seconds=yO,Ue.minutes=EO,Ue.hours=SO,Ue.days=TO,Ue.weeks=wO,Ue.months=NO,Ue.years=DO,Ue.humanize=IO,Ue.toISOString=Dc,Ue.toString=Dc,Ue.toJSON=Dc,Ue.locale=wg,Ue.localeData=kg,Ue.toIsoString=un("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Dc),Ue.lang=bg,me("X",0,0,"unix"),me("x",0,0,"valueOf"),le("x",uc),le("X",Jw),Je("X",function(e,t,n){n._d=new Date(parseFloat(e)*1e3)}),Je("x",function(e,t,n){n._d=new Date(Le(e))});//! moment.js
|
|
45
|
-
ne.version="2.30.1",Rw(rt),ne.fn=z,ne.min=yk,ne.max=Ek,ne.now=Sk,ne.utc=Bn,ne.unix=qC,ne.months=JC,ne.isDate=Ns,ne.locale=Zr,ne.invalid=ic,ne.duration=On,ne.isMoment=kn,ne.weekdays=ZC,ne.parseZone=XC,ne.localeData=yr,ne.isDuration=gc,ne.monthsShort=QC,ne.weekdaysMin=tO,ne.defineLocale=Sd,ne.updateLocale=Xb,ne.locales=Jb,ne.weekdaysShort=eO,ne.normalizeUnits=fn,ne.relativeTimeRounding=CO,ne.relativeTimeThreshold=OO,ne.calendarFormat=jk,ne.prototype=z,ne.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};const RO=["title"],Yd=l.defineComponent({__name:"CapeSingleValue",props:{fieldValuePair:{},link:{}},setup(e){const t=e,n=l.computed(()=>t.fieldValuePair.value),r=l.computed(()=>t.fieldValuePair.field),i=l.computed(()=>{let a=`${t.fieldValuePair.value}`;return t.fieldValuePair.field.type=="date"&&(a=ne(a).format("dddd, D MMMM YYYY")),a});return(a,o)=>{const s=l.resolveComponent("router-link");return l.openBlock(),l.createElementBlock("span",{class:"cape-single-value",title:r.value.description},[a.link?(l.openBlock(),l.createBlock(s,{key:0,to:r.value.id+"/"+n.value},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(i.value),1)]),_:1},8,["to"])):(l.openBlock(),l.createElementBlock(l.Fragment,{key:1},[l.createTextVNode(l.toDisplayString(i.value),1)],64))],8,RO)}}}),PO={key:0,class:"cape-error cape-value-error"},AO={key:1,class:"cape-value"},MO={key:0,class:"cape-value-null"},YO={key:0,class:"cape-value-multiple"},$g=l.defineComponent({__name:"CapeValue",props:{fieldValue:{},link:{},hideIfEmpty:{}},setup(e){const t=e,n=l.computed(()=>{var a;return(a=t.fieldValue)==null?void 0:a.value}),r=l.computed(()=>{var a;return(a=t.fieldValue)==null?void 0:a.field}),i=l.computed(()=>n.value===void 0||n.value===""||Array.isArray(n)&&n.value.length===0);return(a,o)=>!a.fieldValue||!r.value?(l.openBlock(),l.createElementBlock("div",PO," [Error: field value pair does not exist!] ")):!a.hideIfEmpty||!i.value?(l.openBlock(),l.createElementBlock("div",AO,[i.value?(l.openBlock(),l.createElementBlock("div",MO,"undefined")):(l.openBlock(),l.createElementBlock("div",{key:1,class:l.normalizeClass("cape-value cape-value-field-"+r.value.id)},[r.value.isMultiple?(l.openBlock(),l.createElementBlock("ol",YO,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(n.value,(s,c)=>(l.openBlock(),l.createElementBlock("li",{key:c},[l.createVNode(Yd,{"field-value-pair":{field:r.value,value:s},link:a.link},null,8,["field-value-pair","link"])]))),128))])):(l.openBlock(),l.createBlock(Yd,{key:1,"field-value-pair":a.fieldValue,link:a.link},null,8,["field-value-pair","link"]))],2))])):l.createCommentVNode("",!0)}}),xO={key:0,class:"cape-labelled-value"},LO={key:0,class:"cape-error cape-labelled-value-error"},VO=["title"],FO={key:1,class:"cape-labelled-value-label"},$O=l.defineComponent({__name:"CapeLabelledValue",props:{fieldValue:{},link:{},hideIfEmpty:{}},setup(e){const t=e,n=l.computed(()=>{var a;return(a=t.fieldValue)==null?void 0:a.value}),r=l.computed(()=>{var a;return(a=t.fieldValue)==null?void 0:a.field}),i=l.computed(()=>n.value===void 0||n.value===""||Array.isArray(n)&&n.value.length===0);return(a,o)=>!a.hideIfEmpty||!i.value?(l.openBlock(),l.createElementBlock("div",xO,[!a.fieldValue||!r.value?(l.openBlock(),l.createElementBlock("div",LO," [Error, trying to render non-existent field] ")):(l.openBlock(),l.createElementBlock(l.Fragment,{key:1},[r.value.description!==void 0&&r.value.description!==""?(l.openBlock(),l.createElementBlock("div",{key:0,title:r.value.description,class:"cape-labelled-value-label","data-toggle":"tooltip"},l.toDisplayString(r.value.label),9,VO)):(l.openBlock(),l.createElementBlock("div",FO,l.toDisplayString(r.value.label),1)),l.createVNode($g,{link:a.link,"field-value":a.fieldValue},null,8,["link","field-value"])],64))])):l.createCommentVNode("",!0)}}),UO={class:"cape-filter-label"},BO=["for"],HO={class:"cape-filter-mode"},GO=[l.createElementVNode("option",{value:"contains"},"contains",-1),l.createElementVNode("option",{value:"is"},"is",-1),l.createElementVNode("option",{value:"set"},"is present",-1),l.createElementVNode("option",{value:"notSet"},"is not present",-1)],WO={class:"cape-filter-term"},jO=["id","placeholder"],zO=["id","placeholder"],KO=l.defineComponent({__name:"CapeFilterFieldText",props:{filterId:{}},setup(e){const t=e,n=ft(),r=l.computed(()=>n.byId(t.filterId)),i=l.computed(()=>r.value.field);return(a,o)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("div",UO,[l.createElementVNode("label",{for:"cape-filter-field-input-"+r.value.id,"data-test":"filter-label"},l.toDisplayString(r.value.field.label),9,BO)]),l.createElementVNode("div",HO,[r.value.field.changeFilterMode?l.withDirectives((l.openBlock(),l.createElementBlock("select",{key:0,"onUpdate:modelValue":o[0]||(o[0]=s=>r.value.mode=s),"data-test":"filter-mode-select","aria-label":"Filter mode"},GO,512)),[[l.vModelSelect,r.value.mode]]):l.createCommentVNode("",!0)]),l.createElementVNode("div",WO,[r.value.mode==="contains"?l.withDirectives((l.openBlock(),l.createElementBlock("input",{key:0,id:"cape-filter-field-input-"+r.value.id,"onUpdate:modelValue":o[1]||(o[1]=s=>r.value.term=s),placeholder:i.value.placeholderContains,class:"cape-filter-field-text-term","data-test":"filter-term-input"},null,8,jO)),[[l.vModelText,r.value.term]]):l.createCommentVNode("",!0),r.value.mode==="is"?l.withDirectives((l.openBlock(),l.createElementBlock("input",{key:1,id:"cape-filter-field-input-"+r.value.id,"onUpdate:modelValue":o[2]||(o[2]=s=>r.value.term=s),placeholder:i.value.placeholderIs,class:"cape-filter-field-text-term","data-test":"filter-term-input"},null,8,zO)),[[l.vModelText,r.value.term]]):l.createCommentVNode("",!0)])],64))}}),qO={class:"cape-filter-label"},XO=["for"],JO={class:"cape-filter-wide-term"},QO=["id","placeholder"],ZO=l.defineComponent({__name:"CapeFilterFreeText",props:{filterId:{}},setup(e){const t=e,n=ft(),r=l.computed(()=>n.byId(t.filterId));return(i,a)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("div",qO,[l.createElementVNode("label",{for:"cape-filter-input-"+r.value.id},"Free text",8,XO)]),l.createElementVNode("div",JO,[l.withDirectives(l.createElementVNode("input",{id:"cape-filter-input-"+r.value.id,"onUpdate:modelValue":a[0]||(a[0]=o=>r.value.term=o),placeholder:r.value.placeholder,class:"cape-filter-freetext-term","data-test":"filter-term-input"},null,8,QO),[[l.vModelText,r.value.term]])])],64))}}),eI={class:"cape-filter-field-enum-one-of-checkbox"},tI=["id","value"],nI=["for"],rI=l.defineComponent({__name:"CapeFilterFieldEnumOneOfCheckbox",props:{filterId:{}},setup(e){const t=e,r=ft().byId(t.filterId),i=r.field;return(a,o)=>(l.openBlock(),l.createElementBlock("ul",eI,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(i).values,s=>(l.openBlock(),l.createElementBlock("li",{key:s},[l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-"+l.unref(r).id+"-"+s,"onUpdate:modelValue":o[0]||(o[0]=c=>l.unref(r).oneOfTerms=c),value:s,type:"checkbox"},null,8,tI),[[l.vModelCheckbox,l.unref(r).oneOfTerms]]),l.createElementVNode("label",{for:"cape-filter-field-input-"+l.unref(r).id+"-"+s},l.toDisplayString(s),9,nI)]))),128))]))}});function xd(e){return e===0?!1:Array.isArray(e)&&e.length===0?!0:!e}function iI(e){return(...t)=>!e(...t)}function aI(e,t){return e===void 0&&(e="undefined"),e===null&&(e="null"),e===!1&&(e="false"),e.toString().toLowerCase().indexOf(t.trim())!==-1}function Ug(e,t,n,r){return t?e.filter(i=>aI(r(i,n),t)).sort((i,a)=>r(i,n).length-r(a,n).length):e}function oI(e){return e.filter(t=>!t.$isLabel)}function Ld(e,t){return n=>n.reduce((r,i)=>i[e]&&i[e].length?(r.push({$groupLabel:i[t],$isLabel:!0}),r.concat(i[e])):r,[])}function sI(e,t,n,r,i){return a=>a.map(o=>{if(!o[n])return console.warn("Options passed to vue-multiselect do not contain groups, despite the config."),[];const s=Ug(o[n],e,t,i);return s.length?{[r]:o[r],[n]:s}:[]})}const Bg=(...e)=>t=>e.reduce((n,r)=>r(n),t);var lI={data(){return{search:"",isOpen:!1,preferredOpenDirection:"below",optimizedHeight:this.maxHeight}},props:{internalSearch:{type:Boolean,default:!0},options:{type:Array,required:!0},multiple:{type:Boolean,default:!1},trackBy:{type:String},label:{type:String},searchable:{type:Boolean,default:!0},clearOnSelect:{type:Boolean,default:!0},hideSelected:{type:Boolean,default:!1},placeholder:{type:String,default:"Select option"},allowEmpty:{type:Boolean,default:!0},resetAfter:{type:Boolean,default:!1},closeOnSelect:{type:Boolean,default:!0},customLabel:{type:Function,default(e,t){return xd(e)?"":t?e[t]:e}},taggable:{type:Boolean,default:!1},tagPlaceholder:{type:String,default:"Press enter to create a tag"},tagPosition:{type:String,default:"top"},max:{type:[Number,Boolean],default:!1},id:{default:null},optionsLimit:{type:Number,default:1e3},groupValues:{type:String},groupLabel:{type:String},groupSelect:{type:Boolean,default:!1},blockKeys:{type:Array,default(){return[]}},preserveSearch:{type:Boolean,default:!1},preselectFirst:{type:Boolean,default:!1},preventAutofocus:{type:Boolean,default:!1}},mounted(){!this.multiple&&this.max&&console.warn("[Vue-Multiselect warn]: Max prop should not be used when prop Multiple equals false."),this.preselectFirst&&!this.internalValue.length&&this.options.length&&this.select(this.filteredOptions[0])},computed:{internalValue(){return this.modelValue||this.modelValue===0?Array.isArray(this.modelValue)?this.modelValue:[this.modelValue]:[]},filteredOptions(){const e=this.search||"",t=e.toLowerCase().trim();let n=this.options.concat();return this.internalSearch?n=this.groupValues?this.filterAndFlat(n,t,this.label):Ug(n,t,this.label,this.customLabel):n=this.groupValues?Ld(this.groupValues,this.groupLabel)(n):n,n=this.hideSelected?n.filter(iI(this.isSelected)):n,this.taggable&&t.length&&!this.isExistingOption(t)&&(this.tagPosition==="bottom"?n.push({isTag:!0,label:e}):n.unshift({isTag:!0,label:e})),n.slice(0,this.optionsLimit)},valueKeys(){return this.trackBy?this.internalValue.map(e=>e[this.trackBy]):this.internalValue},optionKeys(){return(this.groupValues?this.flatAndStrip(this.options):this.options).map(t=>this.customLabel(t,this.label).toString().toLowerCase())},currentOptionLabel(){return this.multiple?this.searchable?"":this.placeholder:this.internalValue.length?this.getOptionLabel(this.internalValue[0]):this.searchable?"":this.placeholder}},watch:{internalValue:{handler(){this.resetAfter&&this.internalValue.length&&(this.search="",this.$emit("update:modelValue",this.multiple?[]:null))},deep:!0},search(){this.$emit("search-change",this.search)}},emits:["open","search-change","close","select","update:modelValue","remove","tag"],methods:{getValue(){return this.multiple?this.internalValue:this.internalValue.length===0?null:this.internalValue[0]},filterAndFlat(e,t,n){return Bg(sI(t,n,this.groupValues,this.groupLabel,this.customLabel),Ld(this.groupValues,this.groupLabel))(e)},flatAndStrip(e){return Bg(Ld(this.groupValues,this.groupLabel),oI)(e)},updateSearch(e){this.search=e},isExistingOption(e){return this.options?this.optionKeys.indexOf(e)>-1:!1},isSelected(e){const t=this.trackBy?e[this.trackBy]:e;return this.valueKeys.indexOf(t)>-1},isOptionDisabled(e){return!!e.$isDisabled},getOptionLabel(e){if(xd(e))return"";if(e.isTag)return e.label;if(e.$isLabel)return e.$groupLabel;const t=this.customLabel(e,this.label);return xd(t)?"":t},select(e,t){if(e.$isLabel&&this.groupSelect){this.selectGroup(e);return}if(!(this.blockKeys.indexOf(t)!==-1||this.disabled||e.$isDisabled||e.$isLabel)&&!(this.max&&this.multiple&&this.internalValue.length===this.max)&&!(t==="Tab"&&!this.pointerDirty)){if(e.isTag)this.$emit("tag",e.label,this.id),this.search="",this.closeOnSelect&&!this.multiple&&this.deactivate();else{if(this.isSelected(e)){t!=="Tab"&&this.removeElement(e);return}this.multiple?this.$emit("update:modelValue",this.internalValue.concat([e])):this.$emit("update:modelValue",e),this.$emit("select",e,this.id),this.clearOnSelect&&(this.search="")}this.closeOnSelect&&this.deactivate()}},selectGroup(e){const t=this.options.find(n=>n[this.groupLabel]===e.$groupLabel);if(t){if(this.wholeGroupSelected(t)){this.$emit("remove",t[this.groupValues],this.id);const n=this.internalValue.filter(r=>t[this.groupValues].indexOf(r)===-1);this.$emit("update:modelValue",n)}else{let n=t[this.groupValues].filter(r=>!(this.isOptionDisabled(r)||this.isSelected(r)));this.max&&n.splice(this.max-this.internalValue.length),this.$emit("select",n,this.id),this.$emit("update:modelValue",this.internalValue.concat(n))}this.closeOnSelect&&this.deactivate()}},wholeGroupSelected(e){return e[this.groupValues].every(t=>this.isSelected(t)||this.isOptionDisabled(t))},wholeGroupDisabled(e){return e[this.groupValues].every(this.isOptionDisabled)},removeElement(e,t=!0){if(this.disabled||e.$isDisabled)return;if(!this.allowEmpty&&this.internalValue.length<=1){this.deactivate();return}const n=typeof e=="object"?this.valueKeys.indexOf(e[this.trackBy]):this.valueKeys.indexOf(e);if(this.multiple){const r=this.internalValue.slice(0,n).concat(this.internalValue.slice(n+1));this.$emit("update:modelValue",r)}else this.$emit("update:modelValue",null);this.$emit("remove",e,this.id),this.closeOnSelect&&t&&this.deactivate()},removeLastElement(){this.blockKeys.indexOf("Delete")===-1&&this.search.length===0&&Array.isArray(this.internalValue)&&this.internalValue.length&&this.removeElement(this.internalValue[this.internalValue.length-1],!1)},activate(){this.isOpen||this.disabled||(this.adjustPosition(),this.groupValues&&this.pointer===0&&this.filteredOptions.length&&(this.pointer=1),this.isOpen=!0,this.searchable?(this.preserveSearch||(this.search=""),this.preventAutofocus||this.$nextTick(()=>this.$refs.search&&this.$refs.search.focus())):this.preventAutofocus||typeof this.$el<"u"&&this.$el.focus(),this.$emit("open",this.id))},deactivate(){this.isOpen&&(this.isOpen=!1,this.searchable?this.$refs.search!==null&&typeof this.$refs.search<"u"&&this.$refs.search.blur():typeof this.$el<"u"&&this.$el.blur(),this.preserveSearch||(this.search=""),this.$emit("close",this.getValue(),this.id))},toggle(){this.isOpen?this.deactivate():this.activate()},adjustPosition(){if(typeof window>"u")return;const e=this.$el.getBoundingClientRect().top,t=window.innerHeight-this.$el.getBoundingClientRect().bottom;t>this.maxHeight||t>e||this.openDirection==="below"||this.openDirection==="bottom"?(this.preferredOpenDirection="below",this.optimizedHeight=Math.min(t-40,this.maxHeight)):(this.preferredOpenDirection="above",this.optimizedHeight=Math.min(e-40,this.maxHeight))}}},cI={data(){return{pointer:0,pointerDirty:!1}},props:{showPointer:{type:Boolean,default:!0},optionHeight:{type:Number,default:40}},computed:{pointerPosition(){return this.pointer*this.optionHeight},visibleElements(){return this.optimizedHeight/this.optionHeight}},watch:{filteredOptions(){this.pointerAdjust()},isOpen(){this.pointerDirty=!1},pointer(){this.$refs.search&&this.$refs.search.setAttribute("aria-activedescendant",this.id+"-"+this.pointer.toString())}},methods:{optionHighlight(e,t){return{"multiselect__option--highlight":e===this.pointer&&this.showPointer,"multiselect__option--selected":this.isSelected(t)}},groupHighlight(e,t){if(!this.groupSelect)return["multiselect__option--disabled",{"multiselect__option--group":t.$isLabel}];const n=this.options.find(r=>r[this.groupLabel]===t.$groupLabel);return n&&!this.wholeGroupDisabled(n)?["multiselect__option--group",{"multiselect__option--highlight":e===this.pointer&&this.showPointer},{"multiselect__option--group-selected":this.wholeGroupSelected(n)}]:"multiselect__option--disabled"},addPointerElement({key:e}="Enter"){this.filteredOptions.length>0&&this.select(this.filteredOptions[this.pointer],e),this.pointerReset()},pointerForward(){this.pointer<this.filteredOptions.length-1&&(this.pointer++,this.$refs.list.scrollTop<=this.pointerPosition-(this.visibleElements-1)*this.optionHeight&&(this.$refs.list.scrollTop=this.pointerPosition-(this.visibleElements-1)*this.optionHeight),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()),this.pointerDirty=!0},pointerBackward(){this.pointer>0?(this.pointer--,this.$refs.list.scrollTop>=this.pointerPosition&&(this.$refs.list.scrollTop=this.pointerPosition),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerBackward()):this.filteredOptions[this.pointer]&&this.filteredOptions[0].$isLabel&&!this.groupSelect&&this.pointerForward(),this.pointerDirty=!0},pointerReset(){this.closeOnSelect&&(this.pointer=0,this.$refs.list&&(this.$refs.list.scrollTop=0))},pointerAdjust(){this.pointer>=this.filteredOptions.length-1&&(this.pointer=this.filteredOptions.length?this.filteredOptions.length-1:0),this.filteredOptions.length>0&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()},pointerSet(e){this.pointer=e,this.pointerDirty=!0}}},Hg={name:"vue-multiselect",mixins:[lI,cI],compatConfig:{MODE:3,ATTR_ENUMERATED_COERCION:!1},props:{name:{type:String,default:""},modelValue:{type:null,default(){return[]}},selectLabel:{type:String,default:"Press enter to select"},selectGroupLabel:{type:String,default:"Press enter to select group"},selectedLabel:{type:String,default:"Selected"},deselectLabel:{type:String,default:"Press enter to remove"},deselectGroupLabel:{type:String,default:"Press enter to deselect group"},showLabels:{type:Boolean,default:!0},limit:{type:Number,default:99999},maxHeight:{type:Number,default:300},limitText:{type:Function,default:e=>`and ${e} more`},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},openDirection:{type:String,default:""},showNoOptions:{type:Boolean,default:!0},showNoResults:{type:Boolean,default:!0},tabindex:{type:Number,default:0}},computed:{hasOptionGroup(){return this.groupValues&&this.groupLabel&&this.groupSelect},isSingleLabelVisible(){return(this.singleValue||this.singleValue===0)&&(!this.isOpen||!this.searchable)&&!this.visibleValues.length},isPlaceholderVisible(){return!this.internalValue.length&&(!this.searchable||!this.isOpen)},visibleValues(){return this.multiple?this.internalValue.slice(0,this.limit):[]},singleValue(){return this.internalValue[0]},deselectLabelText(){return this.showLabels?this.deselectLabel:""},deselectGroupLabelText(){return this.showLabels?this.deselectGroupLabel:""},selectLabelText(){return this.showLabels?this.selectLabel:""},selectGroupLabelText(){return this.showLabels?this.selectGroupLabel:""},selectedLabelText(){return this.showLabels?this.selectedLabel:""},inputStyle(){return this.searchable||this.multiple&&this.modelValue&&this.modelValue.length?this.isOpen?{width:"100%"}:{width:"0",position:"absolute",padding:"0"}:""},contentStyle(){return this.options.length?{display:"inline-block"}:{display:"block"}},isAbove(){return this.openDirection==="above"||this.openDirection==="top"?!0:this.openDirection==="below"||this.openDirection==="bottom"?!1:this.preferredOpenDirection==="above"},showSearchInput(){return this.searchable&&(this.hasSingleSelectedSlot&&(this.visibleSingleValue||this.visibleSingleValue===0)?this.isOpen:!0)}}};const uI={ref:"tags",class:"multiselect__tags"},fI={class:"multiselect__tags-wrap"},dI={class:"multiselect__spinner"},hI={key:0},vI={class:"multiselect__option"},pI={class:"multiselect__option"},_I=l.createTextVNode("No elements found. Consider changing the search query."),mI={class:"multiselect__option"},gI=l.createTextVNode("List is empty.");function yI(e,t,n,r,i,a){return l.openBlock(),l.createBlock("div",{tabindex:e.searchable?-1:n.tabindex,class:[{"multiselect--active":e.isOpen,"multiselect--disabled":n.disabled,"multiselect--above":a.isAbove,"multiselect--has-options-group":a.hasOptionGroup},"multiselect"],onFocus:t[14]||(t[14]=o=>e.activate()),onBlur:t[15]||(t[15]=o=>e.searchable?!1:e.deactivate()),onKeydown:[t[16]||(t[16]=l.withKeys(l.withModifiers(o=>e.pointerForward(),["self","prevent"]),["down"])),t[17]||(t[17]=l.withKeys(l.withModifiers(o=>e.pointerBackward(),["self","prevent"]),["up"]))],onKeypress:t[18]||(t[18]=l.withKeys(l.withModifiers(o=>e.addPointerElement(o),["stop","self"]),["enter","tab"])),onKeyup:t[19]||(t[19]=l.withKeys(o=>e.deactivate(),["esc"])),role:"combobox","aria-owns":"listbox-"+e.id},[l.renderSlot(e.$slots,"caret",{toggle:e.toggle},()=>[l.createVNode("div",{onMousedown:t[1]||(t[1]=l.withModifiers(o=>e.toggle(),["prevent","stop"])),class:"multiselect__select"},null,32)]),l.renderSlot(e.$slots,"clear",{search:e.search}),l.createVNode("div",uI,[l.renderSlot(e.$slots,"selection",{search:e.search,remove:e.removeElement,values:a.visibleValues,isOpen:e.isOpen},()=>[l.withDirectives(l.createVNode("div",fI,[(l.openBlock(!0),l.createBlock(l.Fragment,null,l.renderList(a.visibleValues,(o,s)=>l.renderSlot(e.$slots,"tag",{option:o,search:e.search,remove:e.removeElement},()=>[(l.openBlock(),l.createBlock("span",{class:"multiselect__tag",key:s},[l.createVNode("span",{textContent:l.toDisplayString(e.getOptionLabel(o))},null,8,["textContent"]),l.createVNode("i",{tabindex:"1",onKeypress:l.withKeys(l.withModifiers(c=>e.removeElement(o),["prevent"]),["enter"]),onMousedown:l.withModifiers(c=>e.removeElement(o),["prevent"]),class:"multiselect__tag-icon"},null,40,["onKeypress","onMousedown"])]))])),256))],512),[[l.vShow,a.visibleValues.length>0]]),e.internalValue&&e.internalValue.length>n.limit?l.renderSlot(e.$slots,"limit",{key:0},()=>[l.createVNode("strong",{class:"multiselect__strong",textContent:l.toDisplayString(n.limitText(e.internalValue.length-n.limit))},null,8,["textContent"])]):l.createCommentVNode("v-if",!0)]),l.createVNode(l.Transition,{name:"multiselect__loading"},{default:l.withCtx(()=>[l.renderSlot(e.$slots,"loading",{},()=>[l.withDirectives(l.createVNode("div",dI,null,512),[[l.vShow,n.loading]])])]),_:3}),e.searchable?(l.openBlock(),l.createBlock("input",{key:0,ref:"search",name:n.name,id:e.id,type:"text",autocomplete:"off",spellcheck:!1,placeholder:e.placeholder,style:a.inputStyle,value:e.search,disabled:n.disabled,tabindex:n.tabindex,onInput:t[2]||(t[2]=o=>e.updateSearch(o.target.value)),onFocus:t[3]||(t[3]=l.withModifiers(o=>e.activate(),["prevent"])),onBlur:t[4]||(t[4]=l.withModifiers(o=>e.deactivate(),["prevent"])),onKeyup:t[5]||(t[5]=l.withKeys(o=>e.deactivate(),["esc"])),onKeydown:[t[6]||(t[6]=l.withKeys(l.withModifiers(o=>e.pointerForward(),["prevent"]),["down"])),t[7]||(t[7]=l.withKeys(l.withModifiers(o=>e.pointerBackward(),["prevent"]),["up"])),t[9]||(t[9]=l.withKeys(l.withModifiers(o=>e.removeLastElement(),["stop"]),["delete"]))],onKeypress:t[8]||(t[8]=l.withKeys(l.withModifiers(o=>e.addPointerElement(o),["prevent","stop","self"]),["enter"])),class:"multiselect__input","aria-controls":"listbox-"+e.id},null,44,["name","id","placeholder","value","disabled","tabindex","aria-controls"])):l.createCommentVNode("v-if",!0),a.isSingleLabelVisible?(l.openBlock(),l.createBlock("span",{key:1,class:"multiselect__single",onMousedown:t[10]||(t[10]=l.withModifiers((...o)=>e.toggle&&e.toggle(...o),["prevent"]))},[l.renderSlot(e.$slots,"singleLabel",{option:a.singleValue},()=>[l.createTextVNode(l.toDisplayString(e.currentOptionLabel),1)])],32)):l.createCommentVNode("v-if",!0),a.isPlaceholderVisible?(l.openBlock(),l.createBlock("span",{key:2,class:"multiselect__placeholder",onMousedown:t[11]||(t[11]=l.withModifiers((...o)=>e.toggle&&e.toggle(...o),["prevent"]))},[l.renderSlot(e.$slots,"placeholder",{},()=>[l.createTextVNode(l.toDisplayString(e.placeholder),1)])],32)):l.createCommentVNode("v-if",!0)],512),l.createVNode(l.Transition,{name:"multiselect"},{default:l.withCtx(()=>[l.withDirectives(l.createVNode("div",{class:"multiselect__content-wrapper",onFocus:t[12]||(t[12]=(...o)=>e.activate&&e.activate(...o)),tabindex:"-1",onMousedown:t[13]||(t[13]=l.withModifiers(()=>{},["prevent"])),style:{maxHeight:e.optimizedHeight+"px"},ref:"list"},[l.createVNode("ul",{class:"multiselect__content",style:a.contentStyle,role:"listbox",id:"listbox-"+e.id},[l.renderSlot(e.$slots,"beforeList"),e.multiple&&e.max===e.internalValue.length?(l.openBlock(),l.createBlock("li",hI,[l.createVNode("span",vI,[l.renderSlot(e.$slots,"maxElements",{},()=>[l.createTextVNode("Maximum of "+l.toDisplayString(e.max)+" options selected. First remove a selected option to select another.",1)])])])):l.createCommentVNode("v-if",!0),!e.max||e.internalValue.length<e.max?(l.openBlock(!0),l.createBlock(l.Fragment,{key:1},l.renderList(e.filteredOptions,(o,s)=>(l.openBlock(),l.createBlock("li",{class:"multiselect__element",key:s,id:e.id+"-"+s,role:o&&(o.$isLabel||o.$isDisabled)?null:"option"},[o&&(o.$isLabel||o.$isDisabled)?l.createCommentVNode("v-if",!0):(l.openBlock(),l.createBlock("span",{key:0,class:[e.optionHighlight(s,o),"multiselect__option"],onClick:l.withModifiers(c=>e.select(o),["stop"]),onMouseenter:l.withModifiers(c=>e.pointerSet(s),["self"]),"data-select":o&&o.isTag?e.tagPlaceholder:a.selectLabelText,"data-selected":a.selectedLabelText,"data-deselect":a.deselectLabelText},[l.renderSlot(e.$slots,"option",{option:o,search:e.search,index:s},()=>[l.createVNode("span",null,l.toDisplayString(e.getOptionLabel(o)),1)])],42,["onClick","onMouseenter","data-select","data-selected","data-deselect"])),o&&(o.$isLabel||o.$isDisabled)?(l.openBlock(),l.createBlock("span",{key:1,"data-select":e.groupSelect&&a.selectGroupLabelText,"data-deselect":e.groupSelect&&a.deselectGroupLabelText,class:[e.groupHighlight(s,o),"multiselect__option"],onMouseenter:l.withModifiers(c=>e.groupSelect&&e.pointerSet(s),["self"]),onMousedown:l.withModifiers(c=>e.selectGroup(o),["prevent"])},[l.renderSlot(e.$slots,"option",{option:o,search:e.search,index:s},()=>[l.createVNode("span",null,l.toDisplayString(e.getOptionLabel(o)),1)])],42,["data-select","data-deselect","onMouseenter","onMousedown"])):l.createCommentVNode("v-if",!0)],8,["id","role"]))),128)):l.createCommentVNode("v-if",!0),l.withDirectives(l.createVNode("li",null,[l.createVNode("span",pI,[l.renderSlot(e.$slots,"noResult",{search:e.search},()=>[_I])])],512),[[l.vShow,n.showNoResults&&e.filteredOptions.length===0&&e.search&&!n.loading]]),l.withDirectives(l.createVNode("li",null,[l.createVNode("span",mI,[l.renderSlot(e.$slots,"noOptions",{},()=>[gI])])],512),[[l.vShow,n.showNoOptions&&(e.options.length===0||a.hasOptionGroup===!0&&e.filteredOptions.length===0)&&!e.search&&!n.loading]]),l.renderSlot(e.$slots,"afterList")],12,["id"])],36),[[l.vShow,e.isOpen]])]),_:3})],42,["tabindex","aria-owns"])}Hg.render=yI;const EI=l.defineComponent({__name:"CapeFilterFieldEnumOneOfMultiselect",props:{filterId:{}},setup(e){const t=e,r=ft().byId(t.filterId),i=r.field;return(a,o)=>(l.openBlock(),l.createBlock(l.unref(Hg),{id:"filter-multiselect-"+l.unref(i).id,modelValue:l.unref(r).oneOfTerms,"onUpdate:modelValue":o[0]||(o[0]=s=>l.unref(r).oneOfTerms=s),"clear-on-select":!1,"close-on-select":!0,multiple:!0,options:l.unref(i).values,"preserve-search":!0,placeholder:"Select (1 or more)"},null,8,["id","modelValue","options"]))}}),SI=["aria-label"],TI=l.createElementVNode("option",{key:"",value:""},null,-1),NI=["value"],DI=l.defineComponent({__name:"CapeFilterFieldEnumIsSelect",props:{filterId:{}},setup(e){const t=e,r=ft().byId(t.filterId),i=r.field;return(a,o)=>l.withDirectives((l.openBlock(),l.createElementBlock("select",{class:"cape-filter-field-enum-is-select","onUpdate:modelValue":o[0]||(o[0]=s=>l.unref(r).isTerm=s),"aria-label":"Select "+l.unref(i).label+" value."},[TI,(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(i).values,s=>(l.openBlock(),l.createElementBlock("option",{key:s,value:s},l.toDisplayString(s),9,NI))),128))],8,SI)),[[l.vModelSelect,l.unref(r).isTerm]])}}),wI={class:"cape-filter-field-enum-is-radio"},bI={class:"form-check form-check-inline"},kI=["id"],CI=["for"],OI=[l.createElementVNode("em",null,"any",-1)],II=["id","value"],RI=["for"],PI=l.defineComponent({__name:"CapeFilterFieldEnumIsRadio",props:{filterId:{}},setup(e){const t=e,r=ft().byId(t.filterId),i=r.field;return(a,o)=>(l.openBlock(),l.createElementBlock("ul",wI,[l.createElementVNode("li",bI,[l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-"+l.unref(r).id+"-","onUpdate:modelValue":o[0]||(o[0]=s=>l.unref(r).isTerm=s),type:"radio",value:""},null,8,kI),[[l.vModelRadio,l.unref(r).isTerm]]),l.createElementVNode("label",{for:"cape-filter-field-input-"+l.unref(r).id+"-"},OI,8,CI)]),(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(i).values,s=>(l.openBlock(),l.createElementBlock("li",{key:s},[l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-"+l.unref(r).id+"-"+s,"onUpdate:modelValue":o[1]||(o[1]=c=>l.unref(r).isTerm=c),value:s,type:"radio"},null,8,II),[[l.vModelRadio,l.unref(r).isTerm]]),l.createElementVNode("label",{for:"cape-filter-field-input-"+l.unref(r).id+"-"+s},l.toDisplayString(s),9,RI)]))),128))]))}}),AI={class:"cape-filter-label"},MI=["for"],YI={class:"cape-filter-mode"},xI=[l.createElementVNode("option",{value:"oneOf"},"is one of",-1),l.createElementVNode("option",{value:"is"},"is",-1),l.createElementVNode("option",{value:"set"},"is present",-1),l.createElementVNode("option",{value:"notSet"},"is not present",-1)],LI={class:"cape-filter-term"},VI=l.defineComponent({__name:"CapeFilterFieldEnum",props:{filterId:{}},setup(e){const t=e,r=ft().byId(t.filterId),i=r.field;return(a,o)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("div",AI,[l.createElementVNode("label",{for:"cape-filter-field-input-"+l.unref(r).id,"data-test":"filter-label"},l.toDisplayString(l.unref(r).field.label),9,MI)]),l.createElementVNode("div",YI,[l.unref(r).field.changeFilterMode?l.withDirectives((l.openBlock(),l.createElementBlock("select",{key:0,"onUpdate:modelValue":o[0]||(o[0]=s=>l.unref(r).mode=s),"data-test":"filter-mode-select","aria-label":"Filter mode"},xI,512)),[[l.vModelSelect,l.unref(r).mode]]):l.createCommentVNode("",!0)]),l.createElementVNode("div",LI,[l.unref(r).mode==="oneOf"?(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[l.unref(i).filterInputStyleOnOneOf==="checkbox"?(l.openBlock(),l.createBlock(rI,{key:0,"filter-id":a.filterId},null,8,["filter-id"])):(l.openBlock(),l.createBlock(EI,{key:1,"filter-id":a.filterId},null,8,["filter-id"]))],64)):l.createCommentVNode("",!0),l.unref(r).mode==="is"?(l.openBlock(),l.createElementBlock(l.Fragment,{key:1},[l.unref(i).filterInputStyleOnIs==="select"?(l.openBlock(),l.createBlock(DI,{key:0,"filter-id":a.filterId},null,8,["filter-id"])):(l.openBlock(),l.createBlock(PI,{key:1,"filter-id":a.filterId},null,8,["filter-id"]))],64)):l.createCommentVNode("",!0)])],64))}}),FI={class:"cape-filter-label"},$I=["for"],UI={class:"cape-filter-mode"},BI=[l.createElementVNode("option",{value:"between"},"is between",-1),l.createElementVNode("option",{value:"is"},"is",-1),l.createElementVNode("option",{value:"set"},"is present",-1),l.createElementVNode("option",{value:"notSet"},"is not present",-1)],HI={class:"cape-filter-term"},GI=["id","placeholder","min","max","step"],WI=l.createElementVNode("span",{class:"cape-filter-field-integer-term-term-and"},"and",-1),jI=["id","placeholder","min","max","step"],zI=["id","placeholder","min","max","step"],KI=l.defineComponent({__name:"CapeFilterFieldInteger",props:{filterId:{}},setup(e){const t=e,n=ft(),r=l.computed(()=>n.byId(t.filterId)),i=l.computed(()=>r.value.field);return(a,o)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("div",FI,[l.createElementVNode("label",{for:"cape-filter-field-input-"+r.value.id,"data-test":"filter-label"},l.toDisplayString(r.value.field.label),9,$I)]),l.createElementVNode("div",UI,[r.value.field.changeFilterMode?l.withDirectives((l.openBlock(),l.createElementBlock("select",{key:0,"onUpdate:modelValue":o[0]||(o[0]=s=>r.value.mode=s),"data-test":"filter-mode-select","aria-label":"Filter mode"},BI,512)),[[l.vModelSelect,r.value.mode]]):l.createCommentVNode("",!0)]),l.createElementVNode("div",HI,[r.value.mode==="between"?(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-lower-bound-"+r.value.id,"onUpdate:modelValue":o[1]||(o[1]=s=>r.value.lowerBoundTerm=s),placeholder:Array.isArray(i.value.placeholderBetween)?i.value.placeholderBetween[0]:"",type:"number",min:i.value.min,max:i.value.max,step:i.value.step,class:"cape-filter-field-integer-term-lower-bound","data-test":"filter-term-input-lower-bound"},null,8,GI),[[l.vModelText,r.value.lowerBoundTerm]]),WI,l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-upper-bound-"+r.value.id,"onUpdate:modelValue":o[2]||(o[2]=s=>r.value.upperBoundTerm=s),placeholder:Array.isArray(i.value.placeholderBetween)?i.value.placeholderBetween[1]:"",type:"number",min:i.value.min,max:i.value.max,step:i.value.step,class:"cape-filter-field-integer-term-upper-bound","data-test":"filter-term-input-upper-bound"},null,8,jI),[[l.vModelText,r.value.upperBoundTerm]])],64)):l.createCommentVNode("",!0),r.value.mode==="is"?l.withDirectives((l.openBlock(),l.createElementBlock("input",{key:1,id:"cape-filter-field-input-"+r.value.id,"onUpdate:modelValue":o[3]||(o[3]=s=>r.value.isTerm=s),placeholder:i.value.placeholderIs,type:"number",min:i.value.min,max:i.value.max,step:i.value.step,class:"cape-filter-field-integer-term","data-test":"filter-term-input"},null,8,zI)),[[l.vModelText,r.value.isTerm]]):l.createCommentVNode("",!0)])],64))}}),qI={class:"cape-filter-label"},XI=["for"],JI={class:"cape-filter-mode"},QI=[l.createElementVNode("option",{value:"between"},"is between",-1),l.createElementVNode("option",{value:"is"},"is",-1),l.createElementVNode("option",{value:"set"},"is present",-1),l.createElementVNode("option",{value:"notSet"},"is not present",-1)],ZI={class:"cape-filter-term"},eR=["id","placeholder"],tR=l.createElementVNode("span",{class:"cape-filter-field-date-term-term-and"},"and",-1),nR=["id","placeholder"],rR=["id","placeholder"],iR=l.defineComponent({__name:"CapeFilterFieldDate",props:{filterId:{}},setup(e){const t=e,n=ft(),r=l.computed(()=>n.byId(t.filterId)),i=l.computed(()=>r.value.field);return(a,o)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("div",qI,[l.createElementVNode("label",{for:"cape-filter-field-input-"+r.value.id,"data-test":"filter-label"},l.toDisplayString(r.value.field.label),9,XI)]),l.createElementVNode("div",JI,[r.value.field.changeFilterMode?l.withDirectives((l.openBlock(),l.createElementBlock("select",{key:0,"onUpdate:modelValue":o[0]||(o[0]=s=>r.value.mode=s),"data-test":"filter-mode-select","aria-label":"Filter mode"},QI,512)),[[l.vModelSelect,r.value.mode]]):l.createCommentVNode("",!0)]),l.createElementVNode("div",ZI,[r.value.mode==="between"?(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-lower-bound-"+r.value.id,"onUpdate:modelValue":o[1]||(o[1]=s=>r.value.lowerBoundTerm=s),placeholder:Array.isArray(i.value.placeholderBetween)?i.value.placeholderBetween[0]:"",class:"cape-filter-field-date-term-term-lower-bound","data-test":"filter-term-input-lower-bound"},null,8,eR),[[l.vModelText,r.value.lowerBoundTerm]]),tR,l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-upper-bound-"+r.value.id,"onUpdate:modelValue":o[2]||(o[2]=s=>r.value.upperBoundTerm=s),placeholder:Array.isArray(i.value.placeholderBetween)?i.value.placeholderBetween[1]:"",class:"cape-filter-field-date-term-term-upper-bound","data-test":"filter-term-input-upper-bound"},null,8,nR),[[l.vModelText,r.value.upperBoundTerm]])],64)):l.createCommentVNode("",!0),r.value.mode==="is"?l.withDirectives((l.openBlock(),l.createElementBlock("input",{key:1,id:"cape-filter-field-input-"+r.value.id,type:"date","onUpdate:modelValue":o[3]||(o[3]=s=>r.value.isTerm=s),placeholder:i.value.placeholderIs,class:"cape-filter-field-date-term-term","data-test":"filter-term-input"},null,8,rR)),[[l.vModelText,r.value.isTerm]]):l.createCommentVNode("",!0)])],64))}}),aR=l.defineComponent({name:"CapeAboutPage",components:{CapeRecordCount:Lm},template:"#templateCapeAbout",computed:{metadata(){return hr().metadata}}});function oR(e,t,n){const r=new Blob([new Uint8Array([239,187,191]),t],{type:n});if(window.navigator.msSaveOrOpenBlob)window.navigator.msSaveBlob(r,e);else{const i=window.document.createElement("a");i.href=window.URL.createObjectURL(r),i.download=e,document.body.appendChild(i),i.click(),document.body.removeChild(i)}}function sR(){const e=[[]],t=ja(),n=Ss();return t.all.forEach(r=>e[0].push(r.label)),n.all.forEach(r=>{e.push(t.all.map(i=>{const a=r[i.id].value??"";return i.isMultiple&&Array.isArray(a)?a.join("; "):`${a}`}))}),e}function lR(e){return e.map(n=>'"'+n.map(i=>{let a="";return i!=null&&(a=i.toString()),a.replace(/"/g,'""').replace(/\r\n/g,`
|
|
44
|
+
`+new Error().stack),n=!1}return t.apply(this,arguments)},t)}var Xm={};function Jm(e,t){ne.deprecationHandler!=null&&ne.deprecationHandler(e,t),Xm[e]||(qm(t),Xm[e]=!0)}ne.suppressDeprecationWarnings=!1,ne.deprecationHandler=null;function Wn(e){return typeof Function<"u"&&e instanceof Function||Object.prototype.toString.call(e)==="[object Function]"}function Vw(e){var t,n;for(n in e)Ge(e,n)&&(t=e[n],Wn(t)?this[n]=t:this["_"+n]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function ud(e,t){var n=ti({},e),r;for(r in t)Ge(t,r)&&($i(e[r])&&$i(t[r])?(n[r]={},ti(n[r],e[r]),ti(n[r],t[r])):t[r]!=null?n[r]=t[r]:delete n[r]);for(r in e)Ge(e,r)&&!Ge(t,r)&&$i(e[r])&&(n[r]=ti({},n[r]));return n}function fd(e){e!=null&&this.set(e)}var dd;Object.keys?dd=Object.keys:dd=function(e){var t,n=[];for(t in e)Ge(e,t)&&n.push(t);return n};var Fw={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function $w(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return Wn(r)?r.call(t,n):r}function jn(e,t,n){var r=""+Math.abs(e),i=t-r.length,a=e>=0;return(a?n?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}var hd=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,sc=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,pd={},qa={};function me(e,t,n,r){var i=r;typeof r=="string"&&(i=function(){return this[r]()}),e&&(qa[e]=i),t&&(qa[t[0]]=function(){return jn(i.apply(this,arguments),t[1],t[2])}),n&&(qa[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function Bw(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function Uw(e){var t=e.match(hd),n,r;for(n=0,r=t.length;n<r;n++)qa[t[n]]?t[n]=qa[t[n]]:t[n]=Bw(t[n]);return function(i){var a="",o;for(o=0;o<r;o++)a+=Wn(t[o])?t[o].call(i,e):t[o];return a}}function lc(e,t){return e.isValid()?(t=Qm(t,e.localeData()),pd[t]=pd[t]||Uw(t),pd[t](e)):e.localeData().invalidDate()}function Qm(e,t){var n=5;function r(i){return t.longDateFormat(i)||i}for(sc.lastIndex=0;n>=0&&sc.test(e);)e=e.replace(sc,r),sc.lastIndex=0,n-=1;return e}var Hw={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function Gw(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(hd).map(function(r){return r==="MMMM"||r==="MM"||r==="DD"||r==="dddd"?r.slice(1):r}).join(""),this._longDateFormat[e])}var Ww="Invalid date";function jw(){return this._invalidDate}var zw="%d",Kw=/\d{1,2}/;function qw(e){return this._ordinal.replace("%d",e)}var Xw={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function Jw(e,t,n,r){var i=this._relativeTime[n];return Wn(i)?i(e,t,n,r):i.replace(/%d/i,e)}function Qw(e,t){var n=this._relativeTime[e>0?"future":"past"];return Wn(n)?n(t):n.replace(/%s/i,t)}var Zm={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function fn(e){return typeof e=="string"?Zm[e]||Zm[e.toLowerCase()]:void 0}function vd(e){var t={},n,r;for(r in e)Ge(e,r)&&(n=fn(r),n&&(t[n]=e[r]));return t}var Zw={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function eb(e){var t=[],n;for(n in e)Ge(e,n)&&t.push({unit:n,priority:Zw[n]});return t.sort(function(r,i){return r.priority-i.priority}),t}var eg=/\d/,rn=/\d\d/,tg=/\d{3}/,_d=/\d{4}/,cc=/[+-]?\d{6}/,rt=/\d\d?/,ng=/\d\d\d\d?/,rg=/\d\d\d\d\d\d?/,uc=/\d{1,3}/,md=/\d{1,4}/,fc=/[+-]?\d{1,6}/,Xa=/\d+/,dc=/[+-]?\d+/,tb=/Z|[+-]\d\d:?\d\d/gi,hc=/Z|[+-]\d\d(?::?\d\d)?/gi,nb=/[+-]?\d+(\.\d{1,3})?/,ks=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,Ja=/^[1-9]\d?/,gd=/^([1-9]\d|\d)/,pc;pc={};function le(e,t,n){pc[e]=Wn(t)?t:function(r,i){return r&&n?n:t}}function rb(e,t){return Ge(pc,e)?pc[e](t._strict,t._locale):new RegExp(ib(e))}function ib(e){return mr(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,n,r,i,a){return n||r||i||a}))}function mr(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function dn(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function Le(e){var t=+e,n=0;return t!==0&&isFinite(t)&&(n=dn(t)),n}var yd={};function Je(e,t){var n,r=t,i;for(typeof e=="string"&&(e=[e]),_r(t)&&(r=function(a,o){o[t]=Le(a)}),i=e.length,n=0;n<i;n++)yd[e[n]]=r}function Cs(e,t){Je(e,function(n,r,i,a){i._w=i._w||{},t(n,i._w,i,a)})}function ab(e,t,n){t!=null&&Ge(yd,e)&&yd[e](t,n._a,n,e)}function vc(e){return e%4===0&&e%100!==0||e%400===0}var Mt=0,gr=1,zn=2,Tt=3,Cn=4,yr=5,Bi=6,ob=7,sb=8;me("Y",0,0,function(){var e=this.year();return e<=9999?jn(e,4):"+"+e}),me(0,["YY",2],0,function(){return this.year()%100}),me(0,["YYYY",4],0,"year"),me(0,["YYYYY",5],0,"year"),me(0,["YYYYYY",6,!0],0,"year"),le("Y",dc),le("YY",rt,rn),le("YYYY",md,_d),le("YYYYY",fc,cc),le("YYYYYY",fc,cc),Je(["YYYYY","YYYYYY"],Mt),Je("YYYY",function(e,t){t[Mt]=e.length===2?ne.parseTwoDigitYear(e):Le(e)}),Je("YY",function(e,t){t[Mt]=ne.parseTwoDigitYear(e)}),Je("Y",function(e,t){t[Mt]=parseInt(e,10)});function Os(e){return vc(e)?366:365}ne.parseTwoDigitYear=function(e){return Le(e)+(Le(e)>68?1900:2e3)};var ig=Qa("FullYear",!0);function lb(){return vc(this.year())}function Qa(e,t){return function(n){return n!=null?(ag(this,e,n),ne.updateOffset(this,t),this):Rs(this,e)}}function Rs(e,t){if(!e.isValid())return NaN;var n=e._d,r=e._isUTC;switch(t){case"Milliseconds":return r?n.getUTCMilliseconds():n.getMilliseconds();case"Seconds":return r?n.getUTCSeconds():n.getSeconds();case"Minutes":return r?n.getUTCMinutes():n.getMinutes();case"Hours":return r?n.getUTCHours():n.getHours();case"Date":return r?n.getUTCDate():n.getDate();case"Day":return r?n.getUTCDay():n.getDay();case"Month":return r?n.getUTCMonth():n.getMonth();case"FullYear":return r?n.getUTCFullYear():n.getFullYear();default:return NaN}}function ag(e,t,n){var r,i,a,o,s;if(!(!e.isValid()||isNaN(n))){switch(r=e._d,i=e._isUTC,t){case"Milliseconds":return void(i?r.setUTCMilliseconds(n):r.setMilliseconds(n));case"Seconds":return void(i?r.setUTCSeconds(n):r.setSeconds(n));case"Minutes":return void(i?r.setUTCMinutes(n):r.setMinutes(n));case"Hours":return void(i?r.setUTCHours(n):r.setHours(n));case"Date":return void(i?r.setUTCDate(n):r.setDate(n));case"FullYear":break;default:return}a=n,o=e.month(),s=e.date(),s=s===29&&o===1&&!vc(a)?28:s,i?r.setUTCFullYear(a,o,s):r.setFullYear(a,o,s)}}function cb(e){return e=fn(e),Wn(this[e])?this[e]():this}function ub(e,t){if(typeof e=="object"){e=vd(e);var n=eb(e),r,i=n.length;for(r=0;r<i;r++)this[n[r].unit](e[n[r].unit])}else if(e=fn(e),Wn(this[e]))return this[e](t);return this}function fb(e,t){return(e%t+t)%t}var ht;Array.prototype.indexOf?ht=Array.prototype.indexOf:ht=function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1};function Sd(e,t){if(isNaN(e)||isNaN(t))return NaN;var n=fb(t,12);return e+=(t-n)/12,n===1?vc(e)?29:28:31-n%7%2}me("M",["MM",2],"Mo",function(){return this.month()+1}),me("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)}),me("MMMM",0,0,function(e){return this.localeData().months(this,e)}),le("M",rt,Ja),le("MM",rt,rn),le("MMM",function(e,t){return t.monthsShortRegex(e)}),le("MMMM",function(e,t){return t.monthsRegex(e)}),Je(["M","MM"],function(e,t){t[gr]=Le(e)-1}),Je(["MMM","MMMM"],function(e,t,n,r){var i=n._locale.monthsParse(e,r,n._strict);i!=null?t[gr]=i:Oe(n).invalidMonth=e});var db="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),og="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),sg=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,hb=ks,pb=ks;function vb(e,t){return e?bn(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||sg).test(t)?"format":"standalone"][e.month()]:bn(this._months)?this._months:this._months.standalone}function _b(e,t){return e?bn(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[sg.test(t)?"format":"standalone"][e.month()]:bn(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function mb(e,t,n){var r,i,a,o=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)a=Gn([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(a,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(a,"").toLocaleLowerCase();return n?t==="MMM"?(i=ht.call(this._shortMonthsParse,o),i!==-1?i:null):(i=ht.call(this._longMonthsParse,o),i!==-1?i:null):t==="MMM"?(i=ht.call(this._shortMonthsParse,o),i!==-1?i:(i=ht.call(this._longMonthsParse,o),i!==-1?i:null)):(i=ht.call(this._longMonthsParse,o),i!==-1?i:(i=ht.call(this._shortMonthsParse,o),i!==-1?i:null))}function gb(e,t,n){var r,i,a;if(this._monthsParseExact)return mb.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(i=Gn([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),!n&&!this._monthsParse[r]&&(a="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[r]=new RegExp(a.replace(".",""),"i")),n&&t==="MMMM"&&this._longMonthsParse[r].test(e))return r;if(n&&t==="MMM"&&this._shortMonthsParse[r].test(e))return r;if(!n&&this._monthsParse[r].test(e))return r}}function lg(e,t){if(!e.isValid())return e;if(typeof t=="string"){if(/^\d+$/.test(t))t=Le(t);else if(t=e.localeData().monthsParse(t),!_r(t))return e}var n=t,r=e.date();return r=r<29?r:Math.min(r,Sd(e.year(),n)),e._isUTC?e._d.setUTCMonth(n,r):e._d.setMonth(n,r),e}function cg(e){return e!=null?(lg(this,e),ne.updateOffset(this,!0),this):Rs(this,"Month")}function yb(){return Sd(this.year(),this.month())}function Sb(e){return this._monthsParseExact?(Ge(this,"_monthsRegex")||ug.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(Ge(this,"_monthsShortRegex")||(this._monthsShortRegex=hb),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)}function Eb(e){return this._monthsParseExact?(Ge(this,"_monthsRegex")||ug.call(this),e?this._monthsStrictRegex:this._monthsRegex):(Ge(this,"_monthsRegex")||(this._monthsRegex=pb),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)}function ug(){function e(c,u){return u.length-c.length}var t=[],n=[],r=[],i,a,o,s;for(i=0;i<12;i++)a=Gn([2e3,i]),o=mr(this.monthsShort(a,"")),s=mr(this.months(a,"")),t.push(o),n.push(s),r.push(s),r.push(o);t.sort(e),n.sort(e),r.sort(e),this._monthsRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+t.join("|")+")","i")}function Tb(e,t,n,r,i,a,o){var s;return e<100&&e>=0?(s=new Date(e+400,t,n,r,i,a,o),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,r,i,a,o),s}function Is(e){var t,n;return e<100&&e>=0?(n=Array.prototype.slice.call(arguments),n[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function _c(e,t,n){var r=7+t-n,i=(7+Is(e,0,r).getUTCDay()-t)%7;return-i+r-1}function fg(e,t,n,r,i){var a=(7+n-r)%7,o=_c(e,r,i),s=1+7*(t-1)+a+o,c,u;return s<=0?(c=e-1,u=Os(c)+s):s>Os(e)?(c=e+1,u=s-Os(e)):(c=e,u=s),{year:c,dayOfYear:u}}function Ps(e,t,n){var r=_c(e.year(),t,n),i=Math.floor((e.dayOfYear()-r-1)/7)+1,a,o;return i<1?(o=e.year()-1,a=i+Sr(o,t,n)):i>Sr(e.year(),t,n)?(a=i-Sr(e.year(),t,n),o=e.year()+1):(o=e.year(),a=i),{week:a,year:o}}function Sr(e,t,n){var r=_c(e,t,n),i=_c(e+1,t,n);return(Os(e)-r+i)/7}me("w",["ww",2],"wo","week"),me("W",["WW",2],"Wo","isoWeek"),le("w",rt,Ja),le("ww",rt,rn),le("W",rt,Ja),le("WW",rt,rn),Cs(["w","ww","W","WW"],function(e,t,n,r){t[r.substr(0,1)]=Le(e)});function Nb(e){return Ps(e,this._week.dow,this._week.doy).week}var Db={dow:0,doy:6};function wb(){return this._week.dow}function bb(){return this._week.doy}function kb(e){var t=this.localeData().week(this);return e==null?t:this.add((e-t)*7,"d")}function Cb(e){var t=Ps(this,1,4).week;return e==null?t:this.add((e-t)*7,"d")}me("d",0,"do","day"),me("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),me("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),me("dddd",0,0,function(e){return this.localeData().weekdays(this,e)}),me("e",0,0,"weekday"),me("E",0,0,"isoWeekday"),le("d",rt),le("e",rt),le("E",rt),le("dd",function(e,t){return t.weekdaysMinRegex(e)}),le("ddd",function(e,t){return t.weekdaysShortRegex(e)}),le("dddd",function(e,t){return t.weekdaysRegex(e)}),Cs(["dd","ddd","dddd"],function(e,t,n,r){var i=n._locale.weekdaysParse(e,r,n._strict);i!=null?t.d=i:Oe(n).invalidWeekday=e}),Cs(["d","e","E"],function(e,t,n,r){t[r]=Le(e)});function Ob(e,t){return typeof e!="string"?e:isNaN(e)?(e=t.weekdaysParse(e),typeof e=="number"?e:null):parseInt(e,10)}function Rb(e,t){return typeof e=="string"?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function Ed(e,t){return e.slice(t,7).concat(e.slice(0,t))}var Ib="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),dg="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Pb="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ab=ks,Mb=ks,xb=ks;function Yb(e,t){var n=bn(this._weekdays)?this._weekdays:this._weekdays[e&&e!==!0&&this._weekdays.isFormat.test(t)?"format":"standalone"];return e===!0?Ed(n,this._week.dow):e?n[e.day()]:n}function Lb(e){return e===!0?Ed(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Vb(e){return e===!0?Ed(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Fb(e,t,n){var r,i,a,o=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)a=Gn([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(a,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(a,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(a,"").toLocaleLowerCase();return n?t==="dddd"?(i=ht.call(this._weekdaysParse,o),i!==-1?i:null):t==="ddd"?(i=ht.call(this._shortWeekdaysParse,o),i!==-1?i:null):(i=ht.call(this._minWeekdaysParse,o),i!==-1?i:null):t==="dddd"?(i=ht.call(this._weekdaysParse,o),i!==-1||(i=ht.call(this._shortWeekdaysParse,o),i!==-1)?i:(i=ht.call(this._minWeekdaysParse,o),i!==-1?i:null)):t==="ddd"?(i=ht.call(this._shortWeekdaysParse,o),i!==-1||(i=ht.call(this._weekdaysParse,o),i!==-1)?i:(i=ht.call(this._minWeekdaysParse,o),i!==-1?i:null)):(i=ht.call(this._minWeekdaysParse,o),i!==-1||(i=ht.call(this._weekdaysParse,o),i!==-1)?i:(i=ht.call(this._shortWeekdaysParse,o),i!==-1?i:null))}function $b(e,t,n){var r,i,a;if(this._weekdaysParseExact)return Fb.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(i=Gn([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(a="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[r]=new RegExp(a.replace(".",""),"i")),n&&t==="dddd"&&this._fullWeekdaysParse[r].test(e))return r;if(n&&t==="ddd"&&this._shortWeekdaysParse[r].test(e))return r;if(n&&t==="dd"&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}}function Bb(e){if(!this.isValid())return e!=null?this:NaN;var t=Rs(this,"Day");return e!=null?(e=Ob(e,this.localeData()),this.add(e-t,"d")):t}function Ub(e){if(!this.isValid())return e!=null?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return e==null?t:this.add(e-t,"d")}function Hb(e){if(!this.isValid())return e!=null?this:NaN;if(e!=null){var t=Rb(e,this.localeData());return this.day(this.day()%7?t:t-7)}else return this.day()||7}function Gb(e){return this._weekdaysParseExact?(Ge(this,"_weekdaysRegex")||Td.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(Ge(this,"_weekdaysRegex")||(this._weekdaysRegex=Ab),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Wb(e){return this._weekdaysParseExact?(Ge(this,"_weekdaysRegex")||Td.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(Ge(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Mb),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function jb(e){return this._weekdaysParseExact?(Ge(this,"_weekdaysRegex")||Td.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(Ge(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=xb),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Td(){function e(f,d){return d.length-f.length}var t=[],n=[],r=[],i=[],a,o,s,c,u;for(a=0;a<7;a++)o=Gn([2e3,1]).day(a),s=mr(this.weekdaysMin(o,"")),c=mr(this.weekdaysShort(o,"")),u=mr(this.weekdays(o,"")),t.push(s),n.push(c),r.push(u),i.push(s),i.push(c),i.push(u);t.sort(e),n.sort(e),r.sort(e),i.sort(e),this._weekdaysRegex=new RegExp("^("+i.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+t.join("|")+")","i")}function Nd(){return this.hours()%12||12}function zb(){return this.hours()||24}me("H",["HH",2],0,"hour"),me("h",["hh",2],0,Nd),me("k",["kk",2],0,zb),me("hmm",0,0,function(){return""+Nd.apply(this)+jn(this.minutes(),2)}),me("hmmss",0,0,function(){return""+Nd.apply(this)+jn(this.minutes(),2)+jn(this.seconds(),2)}),me("Hmm",0,0,function(){return""+this.hours()+jn(this.minutes(),2)}),me("Hmmss",0,0,function(){return""+this.hours()+jn(this.minutes(),2)+jn(this.seconds(),2)});function hg(e,t){me(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}hg("a",!0),hg("A",!1);function pg(e,t){return t._meridiemParse}le("a",pg),le("A",pg),le("H",rt,gd),le("h",rt,Ja),le("k",rt,Ja),le("HH",rt,rn),le("hh",rt,rn),le("kk",rt,rn),le("hmm",ng),le("hmmss",rg),le("Hmm",ng),le("Hmmss",rg),Je(["H","HH"],Tt),Je(["k","kk"],function(e,t,n){var r=Le(e);t[Tt]=r===24?0:r}),Je(["a","A"],function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e}),Je(["h","hh"],function(e,t,n){t[Tt]=Le(e),Oe(n).bigHour=!0}),Je("hmm",function(e,t,n){var r=e.length-2;t[Tt]=Le(e.substr(0,r)),t[Cn]=Le(e.substr(r)),Oe(n).bigHour=!0}),Je("hmmss",function(e,t,n){var r=e.length-4,i=e.length-2;t[Tt]=Le(e.substr(0,r)),t[Cn]=Le(e.substr(r,2)),t[yr]=Le(e.substr(i)),Oe(n).bigHour=!0}),Je("Hmm",function(e,t,n){var r=e.length-2;t[Tt]=Le(e.substr(0,r)),t[Cn]=Le(e.substr(r))}),Je("Hmmss",function(e,t,n){var r=e.length-4,i=e.length-2;t[Tt]=Le(e.substr(0,r)),t[Cn]=Le(e.substr(r,2)),t[yr]=Le(e.substr(i))});function Kb(e){return(e+"").toLowerCase().charAt(0)==="p"}var qb=/[ap]\.?m?\.?/i,Xb=Qa("Hours",!0);function Jb(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var vg={calendar:Fw,longDateFormat:Hw,invalidDate:Ww,ordinal:zw,dayOfMonthOrdinalParse:Kw,relativeTime:Xw,months:db,monthsShort:og,week:Db,weekdays:Ib,weekdaysMin:Pb,weekdaysShort:dg,meridiemParse:qb},ot={},As={},Ms;function Qb(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n<r;n+=1)if(e[n]!==t[n])return n;return r}function _g(e){return e&&e.toLowerCase().replace("_","-")}function Zb(e){for(var t=0,n,r,i,a;t<e.length;){for(a=_g(e[t]).split("-"),n=a.length,r=_g(e[t+1]),r=r?r.split("-"):null;n>0;){if(i=mc(a.slice(0,n).join("-")),i)return i;if(r&&r.length>=n&&Qb(a,r)>=n-1)break;n--}t++}return Ms}function ek(e){return!!(e&&e.match("^[^/\\\\]*$"))}function mc(e){var t=null,n;if(ot[e]===void 0&&typeof module<"u"&&module&&module.exports&&ek(e))try{t=Ms._abbr,n=require,n("./locale/"+e),ni(t)}catch{ot[e]=null}return ot[e]}function ni(e,t){var n;return e&&(jt(t)?n=Er(e):n=Dd(e,t),n?Ms=n:typeof console<"u"&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),Ms._abbr}function Dd(e,t){if(t!==null){var n,r=vg;if(t.abbr=e,ot[e]!=null)Jm("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=ot[e]._config;else if(t.parentLocale!=null)if(ot[t.parentLocale]!=null)r=ot[t.parentLocale]._config;else if(n=mc(t.parentLocale),n!=null)r=n._config;else return As[t.parentLocale]||(As[t.parentLocale]=[]),As[t.parentLocale].push({name:e,config:t}),null;return ot[e]=new fd(ud(r,t)),As[e]&&As[e].forEach(function(i){Dd(i.name,i.config)}),ni(e),ot[e]}else return delete ot[e],null}function tk(e,t){if(t!=null){var n,r,i=vg;ot[e]!=null&&ot[e].parentLocale!=null?ot[e].set(ud(ot[e]._config,t)):(r=mc(e),r!=null&&(i=r._config),t=ud(i,t),r==null&&(t.abbr=e),n=new fd(t),n.parentLocale=ot[e],ot[e]=n),ni(e)}else ot[e]!=null&&(ot[e].parentLocale!=null?(ot[e]=ot[e].parentLocale,e===ni()&&ni(e)):ot[e]!=null&&delete ot[e]);return ot[e]}function Er(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return Ms;if(!bn(e)){if(t=mc(e),t)return t;e=[e]}return Zb(e)}function nk(){return dd(ot)}function wd(e){var t,n=e._a;return n&&Oe(e).overflow===-2&&(t=n[gr]<0||n[gr]>11?gr:n[zn]<1||n[zn]>Sd(n[Mt],n[gr])?zn:n[Tt]<0||n[Tt]>24||n[Tt]===24&&(n[Cn]!==0||n[yr]!==0||n[Bi]!==0)?Tt:n[Cn]<0||n[Cn]>59?Cn:n[yr]<0||n[yr]>59?yr:n[Bi]<0||n[Bi]>999?Bi:-1,Oe(e)._overflowDayOfYear&&(t<Mt||t>zn)&&(t=zn),Oe(e)._overflowWeeks&&t===-1&&(t=ob),Oe(e)._overflowWeekday&&t===-1&&(t=sb),Oe(e).overflow=t),e}var rk=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ik=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ak=/Z|[+-]\d\d(?::?\d\d)?/,gc=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],bd=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],ok=/^\/?Date\((-?\d+)/i,sk=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,lk={UT:0,GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function mg(e){var t,n,r=e._i,i=rk.exec(r)||ik.exec(r),a,o,s,c,u=gc.length,f=bd.length;if(i){for(Oe(e).iso=!0,t=0,n=u;t<n;t++)if(gc[t][1].exec(i[1])){o=gc[t][0],a=gc[t][2]!==!1;break}if(o==null){e._isValid=!1;return}if(i[3]){for(t=0,n=f;t<n;t++)if(bd[t][1].exec(i[3])){s=(i[2]||" ")+bd[t][0];break}if(s==null){e._isValid=!1;return}}if(!a&&s!=null){e._isValid=!1;return}if(i[4])if(ak.exec(i[4]))c="Z";else{e._isValid=!1;return}e._f=o+(s||"")+(c||""),Cd(e)}else e._isValid=!1}function ck(e,t,n,r,i,a){var o=[uk(e),og.indexOf(t),parseInt(n,10),parseInt(r,10),parseInt(i,10)];return a&&o.push(parseInt(a,10)),o}function uk(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function fk(e){return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function dk(e,t,n){if(e){var r=dg.indexOf(e),i=new Date(t[0],t[1],t[2]).getDay();if(r!==i)return Oe(n).weekdayMismatch=!0,n._isValid=!1,!1}return!0}function hk(e,t,n){if(e)return lk[e];if(t)return 0;var r=parseInt(n,10),i=r%100,a=(r-i)/100;return a*60+i}function gg(e){var t=sk.exec(fk(e._i)),n;if(t){if(n=ck(t[4],t[3],t[2],t[5],t[6],t[7]),!dk(t[1],n,e))return;e._a=n,e._tzm=hk(t[8],t[9],t[10]),e._d=Is.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),Oe(e).rfc2822=!0}else e._isValid=!1}function pk(e){var t=ok.exec(e._i);if(t!==null){e._d=new Date(+t[1]);return}if(mg(e),e._isValid===!1)delete e._isValid;else return;if(gg(e),e._isValid===!1)delete e._isValid;else return;e._strict?e._isValid=!1:ne.createFromInputFallback(e)}ne.createFromInputFallback=un("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))});function Za(e,t,n){return e??t??n}function vk(e){var t=new Date(ne.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function kd(e){var t,n,r=[],i,a,o;if(!e._d){for(i=vk(e),e._w&&e._a[zn]==null&&e._a[gr]==null&&_k(e),e._dayOfYear!=null&&(o=Za(e._a[Mt],i[Mt]),(e._dayOfYear>Os(o)||e._dayOfYear===0)&&(Oe(e)._overflowDayOfYear=!0),n=Is(o,0,e._dayOfYear),e._a[gr]=n.getUTCMonth(),e._a[zn]=n.getUTCDate()),t=0;t<3&&e._a[t]==null;++t)e._a[t]=r[t]=i[t];for(;t<7;t++)e._a[t]=r[t]=e._a[t]==null?t===2?1:0:e._a[t];e._a[Tt]===24&&e._a[Cn]===0&&e._a[yr]===0&&e._a[Bi]===0&&(e._nextDay=!0,e._a[Tt]=0),e._d=(e._useUTC?Is:Tb).apply(null,r),a=e._useUTC?e._d.getUTCDay():e._d.getDay(),e._tzm!=null&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Tt]=24),e._w&&typeof e._w.d<"u"&&e._w.d!==a&&(Oe(e).weekdayMismatch=!0)}}function _k(e){var t,n,r,i,a,o,s,c,u;t=e._w,t.GG!=null||t.W!=null||t.E!=null?(a=1,o=4,n=Za(t.GG,e._a[Mt],Ps(it(),1,4).year),r=Za(t.W,1),i=Za(t.E,1),(i<1||i>7)&&(c=!0)):(a=e._locale._week.dow,o=e._locale._week.doy,u=Ps(it(),a,o),n=Za(t.gg,e._a[Mt],u.year),r=Za(t.w,u.week),t.d!=null?(i=t.d,(i<0||i>6)&&(c=!0)):t.e!=null?(i=t.e+a,(t.e<0||t.e>6)&&(c=!0)):i=a),r<1||r>Sr(n,a,o)?Oe(e)._overflowWeeks=!0:c!=null?Oe(e)._overflowWeekday=!0:(s=fg(n,r,i,a,o),e._a[Mt]=s.year,e._dayOfYear=s.dayOfYear)}ne.ISO_8601=function(){},ne.RFC_2822=function(){};function Cd(e){if(e._f===ne.ISO_8601){mg(e);return}if(e._f===ne.RFC_2822){gg(e);return}e._a=[],Oe(e).empty=!0;var t=""+e._i,n,r,i,a,o,s=t.length,c=0,u,f;for(i=Qm(e._f,e._locale).match(hd)||[],f=i.length,n=0;n<f;n++)a=i[n],r=(t.match(rb(a,e))||[])[0],r&&(o=t.substr(0,t.indexOf(r)),o.length>0&&Oe(e).unusedInput.push(o),t=t.slice(t.indexOf(r)+r.length),c+=r.length),qa[a]?(r?Oe(e).empty=!1:Oe(e).unusedTokens.push(a),ab(a,r,e)):e._strict&&!r&&Oe(e).unusedTokens.push(a);Oe(e).charsLeftOver=s-c,t.length>0&&Oe(e).unusedInput.push(t),e._a[Tt]<=12&&Oe(e).bigHour===!0&&e._a[Tt]>0&&(Oe(e).bigHour=void 0),Oe(e).parsedDateParts=e._a.slice(0),Oe(e).meridiem=e._meridiem,e._a[Tt]=mk(e._locale,e._a[Tt],e._meridiem),u=Oe(e).era,u!==null&&(e._a[Mt]=e._locale.erasConvertYear(u,e._a[Mt])),kd(e),wd(e)}function mk(e,t,n){var r;return n==null?t:e.meridiemHour!=null?e.meridiemHour(t,n):(e.isPM!=null&&(r=e.isPM(n),r&&t<12&&(t+=12),!r&&t===12&&(t=0)),t)}function gk(e){var t,n,r,i,a,o,s=!1,c=e._f.length;if(c===0){Oe(e).invalidFormat=!0,e._d=new Date(NaN);return}for(i=0;i<c;i++)a=0,o=!1,t=cd({},e),e._useUTC!=null&&(t._useUTC=e._useUTC),t._f=e._f[i],Cd(t),sd(t)&&(o=!0),a+=Oe(t).charsLeftOver,a+=Oe(t).unusedTokens.length*10,Oe(t).score=a,s?a<r&&(r=a,n=t):(r==null||a<r||o)&&(r=a,n=t,o&&(s=!0));ti(e,n||t)}function yk(e){if(!e._d){var t=vd(e._i),n=t.day===void 0?t.date:t.day;e._a=zm([t.year,t.month,n,t.hour,t.minute,t.second,t.millisecond],function(r){return r&&parseInt(r,10)}),kd(e)}}function Sk(e){var t=new bs(wd(yg(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function yg(e){var t=e._i,n=e._f;return e._locale=e._locale||Er(e._l),t===null||n===void 0&&t===""?oc({nullInput:!0}):(typeof t=="string"&&(e._i=t=e._locale.preparse(t)),kn(t)?new bs(wd(t)):(ws(t)?e._d=t:bn(n)?gk(e):n?Cd(e):Ek(e),sd(e)||(e._d=null),e))}function Ek(e){var t=e._i;jt(t)?e._d=new Date(ne.now()):ws(t)?e._d=new Date(t.valueOf()):typeof t=="string"?pk(e):bn(t)?(e._a=zm(t.slice(0),function(n){return parseInt(n,10)}),kd(e)):$i(t)?yk(e):_r(t)?e._d=new Date(t):ne.createFromInputFallback(e)}function Sg(e,t,n,r,i){var a={};return(t===!0||t===!1)&&(r=t,t=void 0),(n===!0||n===!1)&&(r=n,n=void 0),($i(e)&&ad(e)||bn(e)&&e.length===0)&&(e=void 0),a._isAMomentObject=!0,a._useUTC=a._isUTC=i,a._l=n,a._i=e,a._f=t,a._strict=r,Sk(a)}function it(e,t,n,r){return Sg(e,t,n,r,!1)}var Tk=un("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=it.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:oc()}),Nk=un("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=it.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:oc()});function Eg(e,t){var n,r;if(t.length===1&&bn(t[0])&&(t=t[0]),!t.length)return it();for(n=t[0],r=1;r<t.length;++r)(!t[r].isValid()||t[r][e](n))&&(n=t[r]);return n}function Dk(){var e=[].slice.call(arguments,0);return Eg("isBefore",e)}function wk(){var e=[].slice.call(arguments,0);return Eg("isAfter",e)}var bk=function(){return Date.now?Date.now():+new Date},xs=["year","quarter","month","week","day","hour","minute","second","millisecond"];function kk(e){var t,n=!1,r,i=xs.length;for(t in e)if(Ge(e,t)&&!(ht.call(xs,t)!==-1&&(e[t]==null||!isNaN(e[t]))))return!1;for(r=0;r<i;++r)if(e[xs[r]]){if(n)return!1;parseFloat(e[xs[r]])!==Le(e[xs[r]])&&(n=!0)}return!0}function Ck(){return this._isValid}function Ok(){return On(NaN)}function yc(e){var t=vd(e),n=t.year||0,r=t.quarter||0,i=t.month||0,a=t.week||t.isoWeek||0,o=t.day||0,s=t.hour||0,c=t.minute||0,u=t.second||0,f=t.millisecond||0;this._isValid=kk(t),this._milliseconds=+f+u*1e3+c*6e4+s*1e3*60*60,this._days=+o+a*7,this._months=+i+r*3+n*12,this._data={},this._locale=Er(),this._bubble()}function Sc(e){return e instanceof yc}function Od(e){return e<0?Math.round(-1*e)*-1:Math.round(e)}function Rk(e,t,n){var r=Math.min(e.length,t.length),i=Math.abs(e.length-t.length),a=0,o;for(o=0;o<r;o++)Le(e[o])!==Le(t[o])&&a++;return a+i}function Tg(e,t){me(e,0,0,function(){var n=this.utcOffset(),r="+";return n<0&&(n=-n,r="-"),r+jn(~~(n/60),2)+t+jn(~~n%60,2)})}Tg("Z",":"),Tg("ZZ",""),le("Z",hc),le("ZZ",hc),Je(["Z","ZZ"],function(e,t,n){n._useUTC=!0,n._tzm=Rd(hc,e)});var Ik=/([\+\-]|\d\d)/gi;function Rd(e,t){var n=(t||"").match(e),r,i,a;return n===null?null:(r=n[n.length-1]||[],i=(r+"").match(Ik)||["-",0,0],a=+(i[1]*60)+Le(i[2]),a===0?0:i[0]==="+"?a:-a)}function Id(e,t){var n,r;return t._isUTC?(n=t.clone(),r=(kn(e)||ws(e)?e.valueOf():it(e).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+r),ne.updateOffset(n,!1),n):it(e).local()}function Pd(e){return-Math.round(e._d.getTimezoneOffset())}ne.updateOffset=function(){};function Pk(e,t,n){var r=this._offset||0,i;if(!this.isValid())return e!=null?this:NaN;if(e!=null){if(typeof e=="string"){if(e=Rd(hc,e),e===null)return this}else Math.abs(e)<16&&!n&&(e=e*60);return!this._isUTC&&t&&(i=Pd(this)),this._offset=e,this._isUTC=!0,i!=null&&this.add(i,"m"),r!==e&&(!t||this._changeInProgress?bg(this,On(e-r,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,ne.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?r:Pd(this)}function Ak(e,t){return e!=null?(typeof e!="string"&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function Mk(e){return this.utcOffset(0,e)}function xk(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(Pd(this),"m")),this}function Yk(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var e=Rd(tb,this._i);e!=null?this.utcOffset(e):this.utcOffset(0,!0)}return this}function Lk(e){return this.isValid()?(e=e?it(e).utcOffset():0,(this.utcOffset()-e)%60===0):!1}function Vk(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Fk(){if(!jt(this._isDSTShifted))return this._isDSTShifted;var e={},t;return cd(e,this),e=yg(e),e._a?(t=e._isUTC?Gn(e._a):it(e._a),this._isDSTShifted=this.isValid()&&Rk(e._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function $k(){return this.isValid()?!this._isUTC:!1}function Bk(){return this.isValid()?this._isUTC:!1}function Ng(){return this.isValid()?this._isUTC&&this._offset===0:!1}var Uk=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Hk=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function On(e,t){var n=e,r=null,i,a,o;return Sc(e)?n={ms:e._milliseconds,d:e._days,M:e._months}:_r(e)||!isNaN(+e)?(n={},t?n[t]=+e:n.milliseconds=+e):(r=Uk.exec(e))?(i=r[1]==="-"?-1:1,n={y:0,d:Le(r[zn])*i,h:Le(r[Tt])*i,m:Le(r[Cn])*i,s:Le(r[yr])*i,ms:Le(Od(r[Bi]*1e3))*i}):(r=Hk.exec(e))?(i=r[1]==="-"?-1:1,n={y:Ui(r[2],i),M:Ui(r[3],i),w:Ui(r[4],i),d:Ui(r[5],i),h:Ui(r[6],i),m:Ui(r[7],i),s:Ui(r[8],i)}):n==null?n={}:typeof n=="object"&&("from"in n||"to"in n)&&(o=Gk(it(n.from),it(n.to)),n={},n.ms=o.milliseconds,n.M=o.months),a=new yc(n),Sc(e)&&Ge(e,"_locale")&&(a._locale=e._locale),Sc(e)&&Ge(e,"_isValid")&&(a._isValid=e._isValid),a}On.fn=yc.prototype,On.invalid=Ok;function Ui(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Dg(e,t){var n={};return n.months=t.month()-e.month()+(t.year()-e.year())*12,e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Gk(e,t){var n;return e.isValid()&&t.isValid()?(t=Id(t,e),e.isBefore(t)?n=Dg(e,t):(n=Dg(t,e),n.milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function wg(e,t){return function(n,r){var i,a;return r!==null&&!isNaN(+r)&&(Jm(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),a=n,n=r,r=a),i=On(n,r),bg(this,i,e),this}}function bg(e,t,n,r){var i=t._milliseconds,a=Od(t._days),o=Od(t._months);e.isValid()&&(r=r??!0,o&&lg(e,Rs(e,"Month")+o*n),a&&ag(e,"Date",Rs(e,"Date")+a*n),i&&e._d.setTime(e._d.valueOf()+i*n),r&&ne.updateOffset(e,a||o))}var Wk=wg(1,"add"),jk=wg(-1,"subtract");function kg(e){return typeof e=="string"||e instanceof String}function zk(e){return kn(e)||ws(e)||kg(e)||_r(e)||qk(e)||Kk(e)||e===null||e===void 0}function Kk(e){var t=$i(e)&&!ad(e),n=!1,r=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],i,a,o=r.length;for(i=0;i<o;i+=1)a=r[i],n=n||Ge(e,a);return t&&n}function qk(e){var t=bn(e),n=!1;return t&&(n=e.filter(function(r){return!_r(r)&&kg(e)}).length===0),t&&n}function Xk(e){var t=$i(e)&&!ad(e),n=!1,r=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],i,a;for(i=0;i<r.length;i+=1)a=r[i],n=n||Ge(e,a);return t&&n}function Jk(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"}function Qk(e,t){arguments.length===1&&(arguments[0]?zk(arguments[0])?(e=arguments[0],t=void 0):Xk(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));var n=e||it(),r=Id(n,this).startOf("day"),i=ne.calendarFormat(this,r)||"sameElse",a=t&&(Wn(t[i])?t[i].call(this,n):t[i]);return this.format(a||this.localeData().calendar(i,this,it(n)))}function Zk(){return new bs(this)}function eC(e,t){var n=kn(e)?e:it(e);return this.isValid()&&n.isValid()?(t=fn(t)||"millisecond",t==="millisecond"?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf()):!1}function tC(e,t){var n=kn(e)?e:it(e);return this.isValid()&&n.isValid()?(t=fn(t)||"millisecond",t==="millisecond"?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf()):!1}function nC(e,t,n,r){var i=kn(e)?e:it(e),a=kn(t)?t:it(t);return this.isValid()&&i.isValid()&&a.isValid()?(r=r||"()",(r[0]==="("?this.isAfter(i,n):!this.isBefore(i,n))&&(r[1]===")"?this.isBefore(a,n):!this.isAfter(a,n))):!1}function rC(e,t){var n=kn(e)?e:it(e),r;return this.isValid()&&n.isValid()?(t=fn(t)||"millisecond",t==="millisecond"?this.valueOf()===n.valueOf():(r=n.valueOf(),this.clone().startOf(t).valueOf()<=r&&r<=this.clone().endOf(t).valueOf())):!1}function iC(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function aC(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function oC(e,t,n){var r,i,a;if(!this.isValid())return NaN;if(r=Id(e,this),!r.isValid())return NaN;switch(i=(r.utcOffset()-this.utcOffset())*6e4,t=fn(t),t){case"year":a=Ec(this,r)/12;break;case"month":a=Ec(this,r);break;case"quarter":a=Ec(this,r)/3;break;case"second":a=(this-r)/1e3;break;case"minute":a=(this-r)/6e4;break;case"hour":a=(this-r)/36e5;break;case"day":a=(this-r-i)/864e5;break;case"week":a=(this-r-i)/6048e5;break;default:a=this-r}return n?a:dn(a)}function Ec(e,t){if(e.date()<t.date())return-Ec(t,e);var n=(t.year()-e.year())*12+(t.month()-e.month()),r=e.clone().add(n,"months"),i,a;return t-r<0?(i=e.clone().add(n-1,"months"),a=(t-r)/(r-i)):(i=e.clone().add(n+1,"months"),a=(t-r)/(i-r)),-(n+a)||0}ne.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",ne.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function sC(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function lC(e){if(!this.isValid())return null;var t=e!==!0,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?lc(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):Wn(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",lc(n,"Z")):lc(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function cC(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="",n,r,i,a;return this.isLocal()||(e=this.utcOffset()===0?"moment.utc":"moment.parseZone",t="Z"),n="["+e+'("]',r=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",i="-MM-DD[T]HH:mm:ss.SSS",a=t+'[")]',this.format(n+r+i+a)}function uC(e){e||(e=this.isUtc()?ne.defaultFormatUtc:ne.defaultFormat);var t=lc(this,e);return this.localeData().postformat(t)}function fC(e,t){return this.isValid()&&(kn(e)&&e.isValid()||it(e).isValid())?On({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function dC(e){return this.from(it(),e)}function hC(e,t){return this.isValid()&&(kn(e)&&e.isValid()||it(e).isValid())?On({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function pC(e){return this.to(it(),e)}function Cg(e){var t;return e===void 0?this._locale._abbr:(t=Er(e),t!=null&&(this._locale=t),this)}var Og=un("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return e===void 0?this.localeData():this.locale(e)});function Rg(){return this._locale}var Tc=1e3,eo=60*Tc,Nc=60*eo,Ig=(365*400+97)*24*Nc;function to(e,t){return(e%t+t)%t}function Pg(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-Ig:new Date(e,t,n).valueOf()}function Ag(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-Ig:Date.UTC(e,t,n)}function vC(e){var t,n;if(e=fn(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(n=this._isUTC?Ag:Pg,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=to(t+(this._isUTC?0:this.utcOffset()*eo),Nc);break;case"minute":t=this._d.valueOf(),t-=to(t,eo);break;case"second":t=this._d.valueOf(),t-=to(t,Tc);break}return this._d.setTime(t),ne.updateOffset(this,!0),this}function _C(e){var t,n;if(e=fn(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(n=this._isUTC?Ag:Pg,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=Nc-to(t+(this._isUTC?0:this.utcOffset()*eo),Nc)-1;break;case"minute":t=this._d.valueOf(),t+=eo-to(t,eo)-1;break;case"second":t=this._d.valueOf(),t+=Tc-to(t,Tc)-1;break}return this._d.setTime(t),ne.updateOffset(this,!0),this}function mC(){return this._d.valueOf()-(this._offset||0)*6e4}function gC(){return Math.floor(this.valueOf()/1e3)}function yC(){return new Date(this.valueOf())}function SC(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function EC(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function TC(){return this.isValid()?this.toISOString():null}function NC(){return sd(this)}function DC(){return ti({},Oe(this))}function wC(){return Oe(this).overflow}function bC(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}me("N",0,0,"eraAbbr"),me("NN",0,0,"eraAbbr"),me("NNN",0,0,"eraAbbr"),me("NNNN",0,0,"eraName"),me("NNNNN",0,0,"eraNarrow"),me("y",["y",1],"yo","eraYear"),me("y",["yy",2],0,"eraYear"),me("y",["yyy",3],0,"eraYear"),me("y",["yyyy",4],0,"eraYear"),le("N",Ad),le("NN",Ad),le("NNN",Ad),le("NNNN",LC),le("NNNNN",VC),Je(["N","NN","NNN","NNNN","NNNNN"],function(e,t,n,r){var i=n._locale.erasParse(e,r,n._strict);i?Oe(n).era=i:Oe(n).invalidEra=e}),le("y",Xa),le("yy",Xa),le("yyy",Xa),le("yyyy",Xa),le("yo",FC),Je(["y","yy","yyy","yyyy"],Mt),Je(["yo"],function(e,t,n,r){var i;n._locale._eraYearOrdinalRegex&&(i=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[Mt]=n._locale.eraYearOrdinalParse(e,i):t[Mt]=parseInt(e,10)});function kC(e,t){var n,r,i,a=this._eras||Er("en")._eras;for(n=0,r=a.length;n<r;++n){switch(typeof a[n].since){case"string":i=ne(a[n].since).startOf("day"),a[n].since=i.valueOf();break}switch(typeof a[n].until){case"undefined":a[n].until=1/0;break;case"string":i=ne(a[n].until).startOf("day").valueOf(),a[n].until=i.valueOf();break}}return a}function CC(e,t,n){var r,i,a=this.eras(),o,s,c;for(e=e.toUpperCase(),r=0,i=a.length;r<i;++r)if(o=a[r].name.toUpperCase(),s=a[r].abbr.toUpperCase(),c=a[r].narrow.toUpperCase(),n)switch(t){case"N":case"NN":case"NNN":if(s===e)return a[r];break;case"NNNN":if(o===e)return a[r];break;case"NNNNN":if(c===e)return a[r];break}else if([o,s,c].indexOf(e)>=0)return a[r]}function OC(e,t){var n=e.since<=e.until?1:-1;return t===void 0?ne(e.since).year():ne(e.since).year()+(t-e.offset)*n}function RC(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e)if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until||r[e].until<=n&&n<=r[e].since)return r[e].name;return""}function IC(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e)if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until||r[e].until<=n&&n<=r[e].since)return r[e].narrow;return""}function PC(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e)if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until||r[e].until<=n&&n<=r[e].since)return r[e].abbr;return""}function AC(){var e,t,n,r,i=this.localeData().eras();for(e=0,t=i.length;e<t;++e)if(n=i[e].since<=i[e].until?1:-1,r=this.clone().startOf("day").valueOf(),i[e].since<=r&&r<=i[e].until||i[e].until<=r&&r<=i[e].since)return(this.year()-ne(i[e].since).year())*n+i[e].offset;return this.year()}function MC(e){return Ge(this,"_erasNameRegex")||Md.call(this),e?this._erasNameRegex:this._erasRegex}function xC(e){return Ge(this,"_erasAbbrRegex")||Md.call(this),e?this._erasAbbrRegex:this._erasRegex}function YC(e){return Ge(this,"_erasNarrowRegex")||Md.call(this),e?this._erasNarrowRegex:this._erasRegex}function Ad(e,t){return t.erasAbbrRegex(e)}function LC(e,t){return t.erasNameRegex(e)}function VC(e,t){return t.erasNarrowRegex(e)}function FC(e,t){return t._eraYearOrdinalRegex||Xa}function Md(){var e=[],t=[],n=[],r=[],i,a,o,s,c,u=this.eras();for(i=0,a=u.length;i<a;++i)o=mr(u[i].name),s=mr(u[i].abbr),c=mr(u[i].narrow),t.push(o),e.push(s),n.push(c),r.push(o),r.push(s),r.push(c);this._erasRegex=new RegExp("^("+r.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+t.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+e.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+n.join("|")+")","i")}me(0,["gg",2],0,function(){return this.weekYear()%100}),me(0,["GG",2],0,function(){return this.isoWeekYear()%100});function Dc(e,t){me(0,[e,e.length],0,t)}Dc("gggg","weekYear"),Dc("ggggg","weekYear"),Dc("GGGG","isoWeekYear"),Dc("GGGGG","isoWeekYear"),le("G",dc),le("g",dc),le("GG",rt,rn),le("gg",rt,rn),le("GGGG",md,_d),le("gggg",md,_d),le("GGGGG",fc,cc),le("ggggg",fc,cc),Cs(["gggg","ggggg","GGGG","GGGGG"],function(e,t,n,r){t[r.substr(0,2)]=Le(e)}),Cs(["gg","GG"],function(e,t,n,r){t[r]=ne.parseTwoDigitYear(e)});function $C(e){return Mg.call(this,e,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function BC(e){return Mg.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function UC(){return Sr(this.year(),1,4)}function HC(){return Sr(this.isoWeekYear(),1,4)}function GC(){var e=this.localeData()._week;return Sr(this.year(),e.dow,e.doy)}function WC(){var e=this.localeData()._week;return Sr(this.weekYear(),e.dow,e.doy)}function Mg(e,t,n,r,i){var a;return e==null?Ps(this,r,i).year:(a=Sr(e,r,i),t>a&&(t=a),jC.call(this,e,t,n,r,i))}function jC(e,t,n,r,i){var a=fg(e,t,n,r,i),o=Is(a.year,0,a.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}me("Q",0,"Qo","quarter"),le("Q",eg),Je("Q",function(e,t){t[gr]=(Le(e)-1)*3});function zC(e){return e==null?Math.ceil((this.month()+1)/3):this.month((e-1)*3+this.month()%3)}me("D",["DD",2],"Do","date"),le("D",rt,Ja),le("DD",rt,rn),le("Do",function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient}),Je(["D","DD"],zn),Je("Do",function(e,t){t[zn]=Le(e.match(rt)[0])});var xg=Qa("Date",!0);me("DDD",["DDDD",3],"DDDo","dayOfYear"),le("DDD",uc),le("DDDD",tg),Je(["DDD","DDDD"],function(e,t,n){n._dayOfYear=Le(e)});function KC(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return e==null?t:this.add(e-t,"d")}me("m",["mm",2],0,"minute"),le("m",rt,gd),le("mm",rt,rn),Je(["m","mm"],Cn);var qC=Qa("Minutes",!1);me("s",["ss",2],0,"second"),le("s",rt,gd),le("ss",rt,rn),Je(["s","ss"],yr);var XC=Qa("Seconds",!1);me("S",0,0,function(){return~~(this.millisecond()/100)}),me(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),me(0,["SSS",3],0,"millisecond"),me(0,["SSSS",4],0,function(){return this.millisecond()*10}),me(0,["SSSSS",5],0,function(){return this.millisecond()*100}),me(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),me(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),me(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),me(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),le("S",uc,eg),le("SS",uc,rn),le("SSS",uc,tg);var ri,Yg;for(ri="SSSS";ri.length<=9;ri+="S")le(ri,Xa);function JC(e,t){t[Bi]=Le(("0."+e)*1e3)}for(ri="S";ri.length<=9;ri+="S")Je(ri,JC);Yg=Qa("Milliseconds",!1),me("z",0,0,"zoneAbbr"),me("zz",0,0,"zoneName");function QC(){return this._isUTC?"UTC":""}function ZC(){return this._isUTC?"Coordinated Universal Time":""}var z=bs.prototype;z.add=Wk,z.calendar=Qk,z.clone=Zk,z.diff=oC,z.endOf=_C,z.format=uC,z.from=fC,z.fromNow=dC,z.to=hC,z.toNow=pC,z.get=cb,z.invalidAt=wC,z.isAfter=eC,z.isBefore=tC,z.isBetween=nC,z.isSame=rC,z.isSameOrAfter=iC,z.isSameOrBefore=aC,z.isValid=NC,z.lang=Og,z.locale=Cg,z.localeData=Rg,z.max=Nk,z.min=Tk,z.parsingFlags=DC,z.set=ub,z.startOf=vC,z.subtract=jk,z.toArray=SC,z.toObject=EC,z.toDate=yC,z.toISOString=lC,z.inspect=cC,typeof Symbol<"u"&&Symbol.for!=null&&(z[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),z.toJSON=TC,z.toString=sC,z.unix=gC,z.valueOf=mC,z.creationData=bC,z.eraName=RC,z.eraNarrow=IC,z.eraAbbr=PC,z.eraYear=AC,z.year=ig,z.isLeapYear=lb,z.weekYear=$C,z.isoWeekYear=BC,z.quarter=z.quarters=zC,z.month=cg,z.daysInMonth=yb,z.week=z.weeks=kb,z.isoWeek=z.isoWeeks=Cb,z.weeksInYear=GC,z.weeksInWeekYear=WC,z.isoWeeksInYear=UC,z.isoWeeksInISOWeekYear=HC,z.date=xg,z.day=z.days=Bb,z.weekday=Ub,z.isoWeekday=Hb,z.dayOfYear=KC,z.hour=z.hours=Xb,z.minute=z.minutes=qC,z.second=z.seconds=XC,z.millisecond=z.milliseconds=Yg,z.utcOffset=Pk,z.utc=Mk,z.local=xk,z.parseZone=Yk,z.hasAlignedHourOffset=Lk,z.isDST=Vk,z.isLocal=$k,z.isUtcOffset=Bk,z.isUtc=Ng,z.isUTC=Ng,z.zoneAbbr=QC,z.zoneName=ZC,z.dates=un("dates accessor is deprecated. Use date instead.",xg),z.months=un("months accessor is deprecated. Use month instead",cg),z.years=un("years accessor is deprecated. Use year instead",ig),z.zone=un("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",Ak),z.isDSTShifted=un("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Fk);function eO(e){return it(e*1e3)}function tO(){return it.apply(null,arguments).parseZone()}function Lg(e){return e}var We=fd.prototype;We.calendar=$w,We.longDateFormat=Gw,We.invalidDate=jw,We.ordinal=qw,We.preparse=Lg,We.postformat=Lg,We.relativeTime=Jw,We.pastFuture=Qw,We.set=Vw,We.eras=kC,We.erasParse=CC,We.erasConvertYear=OC,We.erasAbbrRegex=xC,We.erasNameRegex=MC,We.erasNarrowRegex=YC,We.months=vb,We.monthsShort=_b,We.monthsParse=gb,We.monthsRegex=Eb,We.monthsShortRegex=Sb,We.week=Nb,We.firstDayOfYear=bb,We.firstDayOfWeek=wb,We.weekdays=Yb,We.weekdaysMin=Vb,We.weekdaysShort=Lb,We.weekdaysParse=$b,We.weekdaysRegex=Gb,We.weekdaysShortRegex=Wb,We.weekdaysMinRegex=jb,We.isPM=Kb,We.meridiem=Jb;function wc(e,t,n,r){var i=Er(),a=Gn().set(r,t);return i[n](a,e)}function Vg(e,t,n){if(_r(e)&&(t=e,e=void 0),e=e||"",t!=null)return wc(e,t,n,"month");var r,i=[];for(r=0;r<12;r++)i[r]=wc(e,r,n,"month");return i}function xd(e,t,n,r){typeof e=="boolean"?(_r(t)&&(n=t,t=void 0),t=t||""):(t=e,n=t,e=!1,_r(t)&&(n=t,t=void 0),t=t||"");var i=Er(),a=e?i._week.dow:0,o,s=[];if(n!=null)return wc(t,(n+a)%7,r,"day");for(o=0;o<7;o++)s[o]=wc(t,(o+a)%7,r,"day");return s}function nO(e,t){return Vg(e,t,"months")}function rO(e,t){return Vg(e,t,"monthsShort")}function iO(e,t,n){return xd(e,t,n,"weekdays")}function aO(e,t,n){return xd(e,t,n,"weekdaysShort")}function oO(e,t,n){return xd(e,t,n,"weekdaysMin")}ni("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,n=Le(e%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return e+n}}),ne.lang=un("moment.lang is deprecated. Use moment.locale instead.",ni),ne.langData=un("moment.langData is deprecated. Use moment.localeData instead.",Er);var Tr=Math.abs;function sO(){var e=this._data;return this._milliseconds=Tr(this._milliseconds),this._days=Tr(this._days),this._months=Tr(this._months),e.milliseconds=Tr(e.milliseconds),e.seconds=Tr(e.seconds),e.minutes=Tr(e.minutes),e.hours=Tr(e.hours),e.months=Tr(e.months),e.years=Tr(e.years),this}function Fg(e,t,n,r){var i=On(t,n);return e._milliseconds+=r*i._milliseconds,e._days+=r*i._days,e._months+=r*i._months,e._bubble()}function lO(e,t){return Fg(this,e,t,1)}function cO(e,t){return Fg(this,e,t,-1)}function $g(e){return e<0?Math.floor(e):Math.ceil(e)}function uO(){var e=this._milliseconds,t=this._days,n=this._months,r=this._data,i,a,o,s,c;return e>=0&&t>=0&&n>=0||e<=0&&t<=0&&n<=0||(e+=$g(Yd(n)+t)*864e5,t=0,n=0),r.milliseconds=e%1e3,i=dn(e/1e3),r.seconds=i%60,a=dn(i/60),r.minutes=a%60,o=dn(a/60),r.hours=o%24,t+=dn(o/24),c=dn(Bg(t)),n+=c,t-=$g(Yd(c)),s=dn(n/12),n%=12,r.days=t,r.months=n,r.years=s,this}function Bg(e){return e*4800/146097}function Yd(e){return e*146097/4800}function fO(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if(e=fn(e),e==="month"||e==="quarter"||e==="year")switch(t=this._days+r/864e5,n=this._months+Bg(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Yd(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return t*24+r/36e5;case"minute":return t*1440+r/6e4;case"second":return t*86400+r/1e3;case"millisecond":return Math.floor(t*864e5)+r;default:throw new Error("Unknown unit "+e)}}function Nr(e){return function(){return this.as(e)}}var Ug=Nr("ms"),dO=Nr("s"),hO=Nr("m"),pO=Nr("h"),vO=Nr("d"),_O=Nr("w"),mO=Nr("M"),gO=Nr("Q"),yO=Nr("y"),SO=Ug;function EO(){return On(this)}function TO(e){return e=fn(e),this.isValid()?this[e+"s"]():NaN}function Hi(e){return function(){return this.isValid()?this._data[e]:NaN}}var NO=Hi("milliseconds"),DO=Hi("seconds"),wO=Hi("minutes"),bO=Hi("hours"),kO=Hi("days"),CO=Hi("months"),OO=Hi("years");function RO(){return dn(this.days()/7)}var Dr=Math.round,no={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function IO(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}function PO(e,t,n,r){var i=On(e).abs(),a=Dr(i.as("s")),o=Dr(i.as("m")),s=Dr(i.as("h")),c=Dr(i.as("d")),u=Dr(i.as("M")),f=Dr(i.as("w")),d=Dr(i.as("y")),h=a<=n.ss&&["s",a]||a<n.s&&["ss",a]||o<=1&&["m"]||o<n.m&&["mm",o]||s<=1&&["h"]||s<n.h&&["hh",s]||c<=1&&["d"]||c<n.d&&["dd",c];return n.w!=null&&(h=h||f<=1&&["w"]||f<n.w&&["ww",f]),h=h||u<=1&&["M"]||u<n.M&&["MM",u]||d<=1&&["y"]||["yy",d],h[2]=t,h[3]=+e>0,h[4]=r,IO.apply(null,h)}function AO(e){return e===void 0?Dr:typeof e=="function"?(Dr=e,!0):!1}function MO(e,t){return no[e]===void 0?!1:t===void 0?no[e]:(no[e]=t,e==="s"&&(no.ss=t-1),!0)}function xO(e,t){if(!this.isValid())return this.localeData().invalidDate();var n=!1,r=no,i,a;return typeof e=="object"&&(t=e,e=!1),typeof e=="boolean"&&(n=e),typeof t=="object"&&(r=Object.assign({},no,t),t.s!=null&&t.ss==null&&(r.ss=t.s-1)),i=this.localeData(),a=PO(this,!n,r,i),n&&(a=i.pastFuture(+this,a)),i.postformat(a)}var Ld=Math.abs;function ro(e){return(e>0)-(e<0)||+e}function bc(){if(!this.isValid())return this.localeData().invalidDate();var e=Ld(this._milliseconds)/1e3,t=Ld(this._days),n=Ld(this._months),r,i,a,o,s=this.asSeconds(),c,u,f,d;return s?(r=dn(e/60),i=dn(r/60),e%=60,r%=60,a=dn(n/12),n%=12,o=e?e.toFixed(3).replace(/\.?0+$/,""):"",c=s<0?"-":"",u=ro(this._months)!==ro(s)?"-":"",f=ro(this._days)!==ro(s)?"-":"",d=ro(this._milliseconds)!==ro(s)?"-":"",c+"P"+(a?u+a+"Y":"")+(n?u+n+"M":"")+(t?f+t+"D":"")+(i||r||e?"T":"")+(i?d+i+"H":"")+(r?d+r+"M":"")+(e?d+o+"S":"")):"P0D"}var Be=yc.prototype;Be.isValid=Ck,Be.abs=sO,Be.add=lO,Be.subtract=cO,Be.as=fO,Be.asMilliseconds=Ug,Be.asSeconds=dO,Be.asMinutes=hO,Be.asHours=pO,Be.asDays=vO,Be.asWeeks=_O,Be.asMonths=mO,Be.asQuarters=gO,Be.asYears=yO,Be.valueOf=SO,Be._bubble=uO,Be.clone=EO,Be.get=TO,Be.milliseconds=NO,Be.seconds=DO,Be.minutes=wO,Be.hours=bO,Be.days=kO,Be.weeks=RO,Be.months=CO,Be.years=OO,Be.humanize=xO,Be.toISOString=bc,Be.toString=bc,Be.toJSON=bc,Be.locale=Cg,Be.localeData=Rg,Be.toIsoString=un("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",bc),Be.lang=Og,me("X",0,0,"unix"),me("x",0,0,"valueOf"),le("x",dc),le("X",nb),Je("X",function(e,t,n){n._d=new Date(parseFloat(e)*1e3)}),Je("x",function(e,t,n){n._d=new Date(Le(e))});//! moment.js
|
|
45
|
+
ne.version="2.30.1",Yw(it),ne.fn=z,ne.min=Dk,ne.max=wk,ne.now=bk,ne.utc=Gn,ne.unix=eO,ne.months=nO,ne.isDate=ws,ne.locale=ni,ne.invalid=oc,ne.duration=On,ne.isMoment=kn,ne.weekdays=iO,ne.parseZone=tO,ne.localeData=Er,ne.isDuration=Sc,ne.monthsShort=rO,ne.weekdaysMin=oO,ne.defineLocale=Dd,ne.updateLocale=tk,ne.locales=nk,ne.weekdaysShort=aO,ne.normalizeUnits=fn,ne.relativeTimeRounding=AO,ne.relativeTimeThreshold=MO,ne.calendarFormat=Jk,ne.prototype=z,ne.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};const YO=["title"],Vd=l.defineComponent({__name:"CapeSingleValue",props:{fieldValuePair:{},link:{}},setup(e){const t=e,n=l.computed(()=>t.fieldValuePair.value),r=l.computed(()=>t.fieldValuePair.field),i=l.computed(()=>{let a=`${t.fieldValuePair.value}`;return t.fieldValuePair.field.type=="date"&&(a=ne(a).format("dddd, D MMMM YYYY")),a});return(a,o)=>{const s=l.resolveComponent("router-link");return l.openBlock(),l.createElementBlock("span",{class:"cape-single-value",title:r.value.description},[a.link?(l.openBlock(),l.createBlock(s,{key:0,to:r.value.id+"/"+n.value},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(i.value),1)]),_:1},8,["to"])):(l.openBlock(),l.createElementBlock(l.Fragment,{key:1},[l.createTextVNode(l.toDisplayString(i.value),1)],64))],8,YO)}}}),LO={key:0,class:"cape-error cape-value-error"},VO={key:1,class:"cape-value"},FO={key:0,class:"cape-value-null"},$O={key:0,class:"cape-value-multiple"},Hg=l.defineComponent({__name:"CapeValue",props:{fieldValue:{},link:{},hideIfEmpty:{}},setup(e){const t=e,n=l.computed(()=>{var a;return(a=t.fieldValue)==null?void 0:a.value}),r=l.computed(()=>{var a;return(a=t.fieldValue)==null?void 0:a.field}),i=l.computed(()=>n.value===void 0||n.value===""||Array.isArray(n)&&n.value.length===0);return(a,o)=>!a.fieldValue||!r.value?(l.openBlock(),l.createElementBlock("div",LO," [Error: field value pair does not exist!] ")):!a.hideIfEmpty||!i.value?(l.openBlock(),l.createElementBlock("div",VO,[i.value?(l.openBlock(),l.createElementBlock("div",FO,"undefined")):(l.openBlock(),l.createElementBlock("div",{key:1,class:l.normalizeClass("cape-value cape-value-field-"+r.value.id)},[r.value.isMultiple?(l.openBlock(),l.createElementBlock("ol",$O,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(n.value,(s,c)=>(l.openBlock(),l.createElementBlock("li",{key:c},[l.createVNode(Vd,{"field-value-pair":{field:r.value,value:s},link:a.link},null,8,["field-value-pair","link"])]))),128))])):(l.openBlock(),l.createBlock(Vd,{key:1,"field-value-pair":a.fieldValue,link:a.link},null,8,["field-value-pair","link"]))],2))])):l.createCommentVNode("",!0)}}),BO={key:0,class:"cape-labelled-value"},UO={key:0,class:"cape-error cape-labelled-value-error"},HO=["title"],GO={key:1,class:"cape-labelled-value-label"},WO=l.defineComponent({__name:"CapeLabelledValue",props:{fieldValue:{},link:{},hideIfEmpty:{}},setup(e){const t=e,n=l.computed(()=>{var a;return(a=t.fieldValue)==null?void 0:a.value}),r=l.computed(()=>{var a;return(a=t.fieldValue)==null?void 0:a.field}),i=l.computed(()=>n.value===void 0||n.value===""||Array.isArray(n)&&n.value.length===0);return(a,o)=>!a.hideIfEmpty||!i.value?(l.openBlock(),l.createElementBlock("div",BO,[!a.fieldValue||!r.value?(l.openBlock(),l.createElementBlock("div",UO," [Error, trying to render non-existent field] ")):(l.openBlock(),l.createElementBlock(l.Fragment,{key:1},[r.value.description!==void 0&&r.value.description!==""?(l.openBlock(),l.createElementBlock("div",{key:0,title:r.value.description,class:"cape-labelled-value-label","data-toggle":"tooltip"},l.toDisplayString(r.value.label),9,HO)):(l.openBlock(),l.createElementBlock("div",GO,l.toDisplayString(r.value.label),1)),l.createVNode(Hg,{link:a.link,"field-value":a.fieldValue},null,8,["link","field-value"])],64))])):l.createCommentVNode("",!0)}}),jO={class:"cape-filter-label"},zO=["for"],KO={class:"cape-filter-mode"},qO=[l.createElementVNode("option",{value:"contains"},"contains",-1),l.createElementVNode("option",{value:"is"},"is",-1),l.createElementVNode("option",{value:"set"},"is present",-1),l.createElementVNode("option",{value:"notSet"},"is not present",-1)],XO={class:"cape-filter-term"},JO=["id","placeholder"],QO=["id","placeholder"],ZO=l.defineComponent({__name:"CapeFilterFieldText",props:{filterId:{}},setup(e){const t=e,n=ft(),r=l.computed(()=>n.byId(t.filterId)),i=l.computed(()=>r.value.field);return(a,o)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("div",jO,[l.createElementVNode("label",{for:"cape-filter-field-input-"+r.value.id,"data-test":"filter-label"},l.toDisplayString(r.value.field.label),9,zO)]),l.createElementVNode("div",KO,[r.value.field.changeFilterMode?l.withDirectives((l.openBlock(),l.createElementBlock("select",{key:0,"onUpdate:modelValue":o[0]||(o[0]=s=>r.value.mode=s),"data-test":"filter-mode-select","aria-label":"Filter mode"},qO,512)),[[l.vModelSelect,r.value.mode]]):l.createCommentVNode("",!0)]),l.createElementVNode("div",XO,[r.value.mode==="contains"?l.withDirectives((l.openBlock(),l.createElementBlock("input",{key:0,id:"cape-filter-field-input-"+r.value.id,"onUpdate:modelValue":o[1]||(o[1]=s=>r.value.term=s),placeholder:i.value.placeholderContains,class:"cape-filter-field-text-term","data-test":"filter-term-input"},null,8,JO)),[[l.vModelText,r.value.term]]):l.createCommentVNode("",!0),r.value.mode==="is"?l.withDirectives((l.openBlock(),l.createElementBlock("input",{key:1,id:"cape-filter-field-input-"+r.value.id,"onUpdate:modelValue":o[2]||(o[2]=s=>r.value.term=s),placeholder:i.value.placeholderIs,class:"cape-filter-field-text-term","data-test":"filter-term-input"},null,8,QO)),[[l.vModelText,r.value.term]]):l.createCommentVNode("",!0)])],64))}}),eR={class:"cape-filter-label"},tR=["for"],nR={class:"cape-filter-wide-term"},rR=["id","placeholder"],iR=l.defineComponent({__name:"CapeFilterFreeText",props:{filterId:{}},setup(e){const t=e,n=ft(),r=l.computed(()=>n.byId(t.filterId));return(i,a)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("div",eR,[l.createElementVNode("label",{for:"cape-filter-input-"+r.value.id},"Free text",8,tR)]),l.createElementVNode("div",nR,[l.withDirectives(l.createElementVNode("input",{id:"cape-filter-input-"+r.value.id,"onUpdate:modelValue":a[0]||(a[0]=o=>r.value.term=o),placeholder:r.value.placeholder,class:"cape-filter-freetext-term","data-test":"filter-term-input"},null,8,rR),[[l.vModelText,r.value.term]])])],64))}}),aR={class:"cape-filter-field-enum-one-of-checkbox"},oR=["id","value"],sR=["for"],lR=l.defineComponent({__name:"CapeFilterFieldEnumOneOfCheckbox",props:{filterId:{}},setup(e){const t=e,r=ft().byId(t.filterId),i=r.field;return(a,o)=>(l.openBlock(),l.createElementBlock("ul",aR,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(i).values,s=>(l.openBlock(),l.createElementBlock("li",{key:s},[l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-"+l.unref(r).id+"-"+s,"onUpdate:modelValue":o[0]||(o[0]=c=>l.unref(r).oneOfTerms=c),value:s,type:"checkbox"},null,8,oR),[[l.vModelCheckbox,l.unref(r).oneOfTerms]]),l.createElementVNode("label",{for:"cape-filter-field-input-"+l.unref(r).id+"-"+s},l.toDisplayString(s),9,sR)]))),128))]))}});function Fd(e){return e===0?!1:Array.isArray(e)&&e.length===0?!0:!e}function cR(e){return(...t)=>!e(...t)}function uR(e,t){return e===void 0&&(e="undefined"),e===null&&(e="null"),e===!1&&(e="false"),e.toString().toLowerCase().indexOf(t.trim())!==-1}function Gg(e,t,n,r){return t?e.filter(i=>uR(r(i,n),t)).sort((i,a)=>r(i,n).length-r(a,n).length):e}function fR(e){return e.filter(t=>!t.$isLabel)}function $d(e,t){return n=>n.reduce((r,i)=>i[e]&&i[e].length?(r.push({$groupLabel:i[t],$isLabel:!0}),r.concat(i[e])):r,[])}function dR(e,t,n,r,i){return a=>a.map(o=>{if(!o[n])return console.warn("Options passed to vue-multiselect do not contain groups, despite the config."),[];const s=Gg(o[n],e,t,i);return s.length?{[r]:o[r],[n]:s}:[]})}const Wg=(...e)=>t=>e.reduce((n,r)=>r(n),t);var hR={data(){return{search:"",isOpen:!1,preferredOpenDirection:"below",optimizedHeight:this.maxHeight}},props:{internalSearch:{type:Boolean,default:!0},options:{type:Array,required:!0},multiple:{type:Boolean,default:!1},trackBy:{type:String},label:{type:String},searchable:{type:Boolean,default:!0},clearOnSelect:{type:Boolean,default:!0},hideSelected:{type:Boolean,default:!1},placeholder:{type:String,default:"Select option"},allowEmpty:{type:Boolean,default:!0},resetAfter:{type:Boolean,default:!1},closeOnSelect:{type:Boolean,default:!0},customLabel:{type:Function,default(e,t){return Fd(e)?"":t?e[t]:e}},taggable:{type:Boolean,default:!1},tagPlaceholder:{type:String,default:"Press enter to create a tag"},tagPosition:{type:String,default:"top"},max:{type:[Number,Boolean],default:!1},id:{default:null},optionsLimit:{type:Number,default:1e3},groupValues:{type:String},groupLabel:{type:String},groupSelect:{type:Boolean,default:!1},blockKeys:{type:Array,default(){return[]}},preserveSearch:{type:Boolean,default:!1},preselectFirst:{type:Boolean,default:!1},preventAutofocus:{type:Boolean,default:!1}},mounted(){!this.multiple&&this.max&&console.warn("[Vue-Multiselect warn]: Max prop should not be used when prop Multiple equals false."),this.preselectFirst&&!this.internalValue.length&&this.options.length&&this.select(this.filteredOptions[0])},computed:{internalValue(){return this.modelValue||this.modelValue===0?Array.isArray(this.modelValue)?this.modelValue:[this.modelValue]:[]},filteredOptions(){const e=this.search||"",t=e.toLowerCase().trim();let n=this.options.concat();return this.internalSearch?n=this.groupValues?this.filterAndFlat(n,t,this.label):Gg(n,t,this.label,this.customLabel):n=this.groupValues?$d(this.groupValues,this.groupLabel)(n):n,n=this.hideSelected?n.filter(cR(this.isSelected)):n,this.taggable&&t.length&&!this.isExistingOption(t)&&(this.tagPosition==="bottom"?n.push({isTag:!0,label:e}):n.unshift({isTag:!0,label:e})),n.slice(0,this.optionsLimit)},valueKeys(){return this.trackBy?this.internalValue.map(e=>e[this.trackBy]):this.internalValue},optionKeys(){return(this.groupValues?this.flatAndStrip(this.options):this.options).map(t=>this.customLabel(t,this.label).toString().toLowerCase())},currentOptionLabel(){return this.multiple?this.searchable?"":this.placeholder:this.internalValue.length?this.getOptionLabel(this.internalValue[0]):this.searchable?"":this.placeholder}},watch:{internalValue:{handler(){this.resetAfter&&this.internalValue.length&&(this.search="",this.$emit("update:modelValue",this.multiple?[]:null))},deep:!0},search(){this.$emit("search-change",this.search)}},emits:["open","search-change","close","select","update:modelValue","remove","tag"],methods:{getValue(){return this.multiple?this.internalValue:this.internalValue.length===0?null:this.internalValue[0]},filterAndFlat(e,t,n){return Wg(dR(t,n,this.groupValues,this.groupLabel,this.customLabel),$d(this.groupValues,this.groupLabel))(e)},flatAndStrip(e){return Wg($d(this.groupValues,this.groupLabel),fR)(e)},updateSearch(e){this.search=e},isExistingOption(e){return this.options?this.optionKeys.indexOf(e)>-1:!1},isSelected(e){const t=this.trackBy?e[this.trackBy]:e;return this.valueKeys.indexOf(t)>-1},isOptionDisabled(e){return!!e.$isDisabled},getOptionLabel(e){if(Fd(e))return"";if(e.isTag)return e.label;if(e.$isLabel)return e.$groupLabel;const t=this.customLabel(e,this.label);return Fd(t)?"":t},select(e,t){if(e.$isLabel&&this.groupSelect){this.selectGroup(e);return}if(!(this.blockKeys.indexOf(t)!==-1||this.disabled||e.$isDisabled||e.$isLabel)&&!(this.max&&this.multiple&&this.internalValue.length===this.max)&&!(t==="Tab"&&!this.pointerDirty)){if(e.isTag)this.$emit("tag",e.label,this.id),this.search="",this.closeOnSelect&&!this.multiple&&this.deactivate();else{if(this.isSelected(e)){t!=="Tab"&&this.removeElement(e);return}this.multiple?this.$emit("update:modelValue",this.internalValue.concat([e])):this.$emit("update:modelValue",e),this.$emit("select",e,this.id),this.clearOnSelect&&(this.search="")}this.closeOnSelect&&this.deactivate()}},selectGroup(e){const t=this.options.find(n=>n[this.groupLabel]===e.$groupLabel);if(t){if(this.wholeGroupSelected(t)){this.$emit("remove",t[this.groupValues],this.id);const n=this.internalValue.filter(r=>t[this.groupValues].indexOf(r)===-1);this.$emit("update:modelValue",n)}else{let n=t[this.groupValues].filter(r=>!(this.isOptionDisabled(r)||this.isSelected(r)));this.max&&n.splice(this.max-this.internalValue.length),this.$emit("select",n,this.id),this.$emit("update:modelValue",this.internalValue.concat(n))}this.closeOnSelect&&this.deactivate()}},wholeGroupSelected(e){return e[this.groupValues].every(t=>this.isSelected(t)||this.isOptionDisabled(t))},wholeGroupDisabled(e){return e[this.groupValues].every(this.isOptionDisabled)},removeElement(e,t=!0){if(this.disabled||e.$isDisabled)return;if(!this.allowEmpty&&this.internalValue.length<=1){this.deactivate();return}const n=typeof e=="object"?this.valueKeys.indexOf(e[this.trackBy]):this.valueKeys.indexOf(e);if(this.multiple){const r=this.internalValue.slice(0,n).concat(this.internalValue.slice(n+1));this.$emit("update:modelValue",r)}else this.$emit("update:modelValue",null);this.$emit("remove",e,this.id),this.closeOnSelect&&t&&this.deactivate()},removeLastElement(){this.blockKeys.indexOf("Delete")===-1&&this.search.length===0&&Array.isArray(this.internalValue)&&this.internalValue.length&&this.removeElement(this.internalValue[this.internalValue.length-1],!1)},activate(){this.isOpen||this.disabled||(this.adjustPosition(),this.groupValues&&this.pointer===0&&this.filteredOptions.length&&(this.pointer=1),this.isOpen=!0,this.searchable?(this.preserveSearch||(this.search=""),this.preventAutofocus||this.$nextTick(()=>this.$refs.search&&this.$refs.search.focus())):this.preventAutofocus||typeof this.$el<"u"&&this.$el.focus(),this.$emit("open",this.id))},deactivate(){this.isOpen&&(this.isOpen=!1,this.searchable?this.$refs.search!==null&&typeof this.$refs.search<"u"&&this.$refs.search.blur():typeof this.$el<"u"&&this.$el.blur(),this.preserveSearch||(this.search=""),this.$emit("close",this.getValue(),this.id))},toggle(){this.isOpen?this.deactivate():this.activate()},adjustPosition(){if(typeof window>"u")return;const e=this.$el.getBoundingClientRect().top,t=window.innerHeight-this.$el.getBoundingClientRect().bottom;t>this.maxHeight||t>e||this.openDirection==="below"||this.openDirection==="bottom"?(this.preferredOpenDirection="below",this.optimizedHeight=Math.min(t-40,this.maxHeight)):(this.preferredOpenDirection="above",this.optimizedHeight=Math.min(e-40,this.maxHeight))}}},pR={data(){return{pointer:0,pointerDirty:!1}},props:{showPointer:{type:Boolean,default:!0},optionHeight:{type:Number,default:40}},computed:{pointerPosition(){return this.pointer*this.optionHeight},visibleElements(){return this.optimizedHeight/this.optionHeight}},watch:{filteredOptions(){this.pointerAdjust()},isOpen(){this.pointerDirty=!1},pointer(){this.$refs.search&&this.$refs.search.setAttribute("aria-activedescendant",this.id+"-"+this.pointer.toString())}},methods:{optionHighlight(e,t){return{"multiselect__option--highlight":e===this.pointer&&this.showPointer,"multiselect__option--selected":this.isSelected(t)}},groupHighlight(e,t){if(!this.groupSelect)return["multiselect__option--disabled",{"multiselect__option--group":t.$isLabel}];const n=this.options.find(r=>r[this.groupLabel]===t.$groupLabel);return n&&!this.wholeGroupDisabled(n)?["multiselect__option--group",{"multiselect__option--highlight":e===this.pointer&&this.showPointer},{"multiselect__option--group-selected":this.wholeGroupSelected(n)}]:"multiselect__option--disabled"},addPointerElement({key:e}="Enter"){this.filteredOptions.length>0&&this.select(this.filteredOptions[this.pointer],e),this.pointerReset()},pointerForward(){this.pointer<this.filteredOptions.length-1&&(this.pointer++,this.$refs.list.scrollTop<=this.pointerPosition-(this.visibleElements-1)*this.optionHeight&&(this.$refs.list.scrollTop=this.pointerPosition-(this.visibleElements-1)*this.optionHeight),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()),this.pointerDirty=!0},pointerBackward(){this.pointer>0?(this.pointer--,this.$refs.list.scrollTop>=this.pointerPosition&&(this.$refs.list.scrollTop=this.pointerPosition),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerBackward()):this.filteredOptions[this.pointer]&&this.filteredOptions[0].$isLabel&&!this.groupSelect&&this.pointerForward(),this.pointerDirty=!0},pointerReset(){this.closeOnSelect&&(this.pointer=0,this.$refs.list&&(this.$refs.list.scrollTop=0))},pointerAdjust(){this.pointer>=this.filteredOptions.length-1&&(this.pointer=this.filteredOptions.length?this.filteredOptions.length-1:0),this.filteredOptions.length>0&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()},pointerSet(e){this.pointer=e,this.pointerDirty=!0}}},jg={name:"vue-multiselect",mixins:[hR,pR],compatConfig:{MODE:3,ATTR_ENUMERATED_COERCION:!1},props:{name:{type:String,default:""},modelValue:{type:null,default(){return[]}},selectLabel:{type:String,default:"Press enter to select"},selectGroupLabel:{type:String,default:"Press enter to select group"},selectedLabel:{type:String,default:"Selected"},deselectLabel:{type:String,default:"Press enter to remove"},deselectGroupLabel:{type:String,default:"Press enter to deselect group"},showLabels:{type:Boolean,default:!0},limit:{type:Number,default:99999},maxHeight:{type:Number,default:300},limitText:{type:Function,default:e=>`and ${e} more`},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},openDirection:{type:String,default:""},showNoOptions:{type:Boolean,default:!0},showNoResults:{type:Boolean,default:!0},tabindex:{type:Number,default:0}},computed:{hasOptionGroup(){return this.groupValues&&this.groupLabel&&this.groupSelect},isSingleLabelVisible(){return(this.singleValue||this.singleValue===0)&&(!this.isOpen||!this.searchable)&&!this.visibleValues.length},isPlaceholderVisible(){return!this.internalValue.length&&(!this.searchable||!this.isOpen)},visibleValues(){return this.multiple?this.internalValue.slice(0,this.limit):[]},singleValue(){return this.internalValue[0]},deselectLabelText(){return this.showLabels?this.deselectLabel:""},deselectGroupLabelText(){return this.showLabels?this.deselectGroupLabel:""},selectLabelText(){return this.showLabels?this.selectLabel:""},selectGroupLabelText(){return this.showLabels?this.selectGroupLabel:""},selectedLabelText(){return this.showLabels?this.selectedLabel:""},inputStyle(){return this.searchable||this.multiple&&this.modelValue&&this.modelValue.length?this.isOpen?{width:"100%"}:{width:"0",position:"absolute",padding:"0"}:""},contentStyle(){return this.options.length?{display:"inline-block"}:{display:"block"}},isAbove(){return this.openDirection==="above"||this.openDirection==="top"?!0:this.openDirection==="below"||this.openDirection==="bottom"?!1:this.preferredOpenDirection==="above"},showSearchInput(){return this.searchable&&(this.hasSingleSelectedSlot&&(this.visibleSingleValue||this.visibleSingleValue===0)?this.isOpen:!0)}}};const vR={ref:"tags",class:"multiselect__tags"},_R={class:"multiselect__tags-wrap"},mR={class:"multiselect__spinner"},gR={key:0},yR={class:"multiselect__option"},SR={class:"multiselect__option"},ER=l.createTextVNode("No elements found. Consider changing the search query."),TR={class:"multiselect__option"},NR=l.createTextVNode("List is empty.");function DR(e,t,n,r,i,a){return l.openBlock(),l.createBlock("div",{tabindex:e.searchable?-1:n.tabindex,class:[{"multiselect--active":e.isOpen,"multiselect--disabled":n.disabled,"multiselect--above":a.isAbove,"multiselect--has-options-group":a.hasOptionGroup},"multiselect"],onFocus:t[14]||(t[14]=o=>e.activate()),onBlur:t[15]||(t[15]=o=>e.searchable?!1:e.deactivate()),onKeydown:[t[16]||(t[16]=l.withKeys(l.withModifiers(o=>e.pointerForward(),["self","prevent"]),["down"])),t[17]||(t[17]=l.withKeys(l.withModifiers(o=>e.pointerBackward(),["self","prevent"]),["up"]))],onKeypress:t[18]||(t[18]=l.withKeys(l.withModifiers(o=>e.addPointerElement(o),["stop","self"]),["enter","tab"])),onKeyup:t[19]||(t[19]=l.withKeys(o=>e.deactivate(),["esc"])),role:"combobox","aria-owns":"listbox-"+e.id},[l.renderSlot(e.$slots,"caret",{toggle:e.toggle},()=>[l.createVNode("div",{onMousedown:t[1]||(t[1]=l.withModifiers(o=>e.toggle(),["prevent","stop"])),class:"multiselect__select"},null,32)]),l.renderSlot(e.$slots,"clear",{search:e.search}),l.createVNode("div",vR,[l.renderSlot(e.$slots,"selection",{search:e.search,remove:e.removeElement,values:a.visibleValues,isOpen:e.isOpen},()=>[l.withDirectives(l.createVNode("div",_R,[(l.openBlock(!0),l.createBlock(l.Fragment,null,l.renderList(a.visibleValues,(o,s)=>l.renderSlot(e.$slots,"tag",{option:o,search:e.search,remove:e.removeElement},()=>[(l.openBlock(),l.createBlock("span",{class:"multiselect__tag",key:s},[l.createVNode("span",{textContent:l.toDisplayString(e.getOptionLabel(o))},null,8,["textContent"]),l.createVNode("i",{tabindex:"1",onKeypress:l.withKeys(l.withModifiers(c=>e.removeElement(o),["prevent"]),["enter"]),onMousedown:l.withModifiers(c=>e.removeElement(o),["prevent"]),class:"multiselect__tag-icon"},null,40,["onKeypress","onMousedown"])]))])),256))],512),[[l.vShow,a.visibleValues.length>0]]),e.internalValue&&e.internalValue.length>n.limit?l.renderSlot(e.$slots,"limit",{key:0},()=>[l.createVNode("strong",{class:"multiselect__strong",textContent:l.toDisplayString(n.limitText(e.internalValue.length-n.limit))},null,8,["textContent"])]):l.createCommentVNode("v-if",!0)]),l.createVNode(l.Transition,{name:"multiselect__loading"},{default:l.withCtx(()=>[l.renderSlot(e.$slots,"loading",{},()=>[l.withDirectives(l.createVNode("div",mR,null,512),[[l.vShow,n.loading]])])]),_:3}),e.searchable?(l.openBlock(),l.createBlock("input",{key:0,ref:"search",name:n.name,id:e.id,type:"text",autocomplete:"off",spellcheck:!1,placeholder:e.placeholder,style:a.inputStyle,value:e.search,disabled:n.disabled,tabindex:n.tabindex,onInput:t[2]||(t[2]=o=>e.updateSearch(o.target.value)),onFocus:t[3]||(t[3]=l.withModifiers(o=>e.activate(),["prevent"])),onBlur:t[4]||(t[4]=l.withModifiers(o=>e.deactivate(),["prevent"])),onKeyup:t[5]||(t[5]=l.withKeys(o=>e.deactivate(),["esc"])),onKeydown:[t[6]||(t[6]=l.withKeys(l.withModifiers(o=>e.pointerForward(),["prevent"]),["down"])),t[7]||(t[7]=l.withKeys(l.withModifiers(o=>e.pointerBackward(),["prevent"]),["up"])),t[9]||(t[9]=l.withKeys(l.withModifiers(o=>e.removeLastElement(),["stop"]),["delete"]))],onKeypress:t[8]||(t[8]=l.withKeys(l.withModifiers(o=>e.addPointerElement(o),["prevent","stop","self"]),["enter"])),class:"multiselect__input","aria-controls":"listbox-"+e.id},null,44,["name","id","placeholder","value","disabled","tabindex","aria-controls"])):l.createCommentVNode("v-if",!0),a.isSingleLabelVisible?(l.openBlock(),l.createBlock("span",{key:1,class:"multiselect__single",onMousedown:t[10]||(t[10]=l.withModifiers((...o)=>e.toggle&&e.toggle(...o),["prevent"]))},[l.renderSlot(e.$slots,"singleLabel",{option:a.singleValue},()=>[l.createTextVNode(l.toDisplayString(e.currentOptionLabel),1)])],32)):l.createCommentVNode("v-if",!0),a.isPlaceholderVisible?(l.openBlock(),l.createBlock("span",{key:2,class:"multiselect__placeholder",onMousedown:t[11]||(t[11]=l.withModifiers((...o)=>e.toggle&&e.toggle(...o),["prevent"]))},[l.renderSlot(e.$slots,"placeholder",{},()=>[l.createTextVNode(l.toDisplayString(e.placeholder),1)])],32)):l.createCommentVNode("v-if",!0)],512),l.createVNode(l.Transition,{name:"multiselect"},{default:l.withCtx(()=>[l.withDirectives(l.createVNode("div",{class:"multiselect__content-wrapper",onFocus:t[12]||(t[12]=(...o)=>e.activate&&e.activate(...o)),tabindex:"-1",onMousedown:t[13]||(t[13]=l.withModifiers(()=>{},["prevent"])),style:{maxHeight:e.optimizedHeight+"px"},ref:"list"},[l.createVNode("ul",{class:"multiselect__content",style:a.contentStyle,role:"listbox",id:"listbox-"+e.id},[l.renderSlot(e.$slots,"beforeList"),e.multiple&&e.max===e.internalValue.length?(l.openBlock(),l.createBlock("li",gR,[l.createVNode("span",yR,[l.renderSlot(e.$slots,"maxElements",{},()=>[l.createTextVNode("Maximum of "+l.toDisplayString(e.max)+" options selected. First remove a selected option to select another.",1)])])])):l.createCommentVNode("v-if",!0),!e.max||e.internalValue.length<e.max?(l.openBlock(!0),l.createBlock(l.Fragment,{key:1},l.renderList(e.filteredOptions,(o,s)=>(l.openBlock(),l.createBlock("li",{class:"multiselect__element",key:s,id:e.id+"-"+s,role:o&&(o.$isLabel||o.$isDisabled)?null:"option"},[o&&(o.$isLabel||o.$isDisabled)?l.createCommentVNode("v-if",!0):(l.openBlock(),l.createBlock("span",{key:0,class:[e.optionHighlight(s,o),"multiselect__option"],onClick:l.withModifiers(c=>e.select(o),["stop"]),onMouseenter:l.withModifiers(c=>e.pointerSet(s),["self"]),"data-select":o&&o.isTag?e.tagPlaceholder:a.selectLabelText,"data-selected":a.selectedLabelText,"data-deselect":a.deselectLabelText},[l.renderSlot(e.$slots,"option",{option:o,search:e.search,index:s},()=>[l.createVNode("span",null,l.toDisplayString(e.getOptionLabel(o)),1)])],42,["onClick","onMouseenter","data-select","data-selected","data-deselect"])),o&&(o.$isLabel||o.$isDisabled)?(l.openBlock(),l.createBlock("span",{key:1,"data-select":e.groupSelect&&a.selectGroupLabelText,"data-deselect":e.groupSelect&&a.deselectGroupLabelText,class:[e.groupHighlight(s,o),"multiselect__option"],onMouseenter:l.withModifiers(c=>e.groupSelect&&e.pointerSet(s),["self"]),onMousedown:l.withModifiers(c=>e.selectGroup(o),["prevent"])},[l.renderSlot(e.$slots,"option",{option:o,search:e.search,index:s},()=>[l.createVNode("span",null,l.toDisplayString(e.getOptionLabel(o)),1)])],42,["data-select","data-deselect","onMouseenter","onMousedown"])):l.createCommentVNode("v-if",!0)],8,["id","role"]))),128)):l.createCommentVNode("v-if",!0),l.withDirectives(l.createVNode("li",null,[l.createVNode("span",SR,[l.renderSlot(e.$slots,"noResult",{search:e.search},()=>[ER])])],512),[[l.vShow,n.showNoResults&&e.filteredOptions.length===0&&e.search&&!n.loading]]),l.withDirectives(l.createVNode("li",null,[l.createVNode("span",TR,[l.renderSlot(e.$slots,"noOptions",{},()=>[NR])])],512),[[l.vShow,n.showNoOptions&&(e.options.length===0||a.hasOptionGroup===!0&&e.filteredOptions.length===0)&&!e.search&&!n.loading]]),l.renderSlot(e.$slots,"afterList")],12,["id"])],36),[[l.vShow,e.isOpen]])]),_:3})],42,["tabindex","aria-owns"])}jg.render=DR;const wR=l.defineComponent({__name:"CapeFilterFieldEnumOneOfMultiselect",props:{filterId:{}},setup(e){const t=e,r=ft().byId(t.filterId),i=r.field;return(a,o)=>(l.openBlock(),l.createBlock(l.unref(jg),{id:"filter-multiselect-"+l.unref(i).id,modelValue:l.unref(r).oneOfTerms,"onUpdate:modelValue":o[0]||(o[0]=s=>l.unref(r).oneOfTerms=s),"clear-on-select":!1,"close-on-select":!0,multiple:!0,options:l.unref(i).values,"preserve-search":!0,placeholder:"Select (1 or more)"},null,8,["id","modelValue","options"]))}}),bR=["aria-label"],kR=l.createElementVNode("option",{key:"",value:""},null,-1),CR=["value"],OR=l.defineComponent({__name:"CapeFilterFieldEnumIsSelect",props:{filterId:{}},setup(e){const t=e,r=ft().byId(t.filterId),i=r.field;return(a,o)=>l.withDirectives((l.openBlock(),l.createElementBlock("select",{class:"cape-filter-field-enum-is-select","onUpdate:modelValue":o[0]||(o[0]=s=>l.unref(r).isTerm=s),"aria-label":"Select "+l.unref(i).label+" value."},[kR,(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(i).values,s=>(l.openBlock(),l.createElementBlock("option",{key:s,value:s},l.toDisplayString(s),9,CR))),128))],8,bR)),[[l.vModelSelect,l.unref(r).isTerm]])}}),RR={class:"cape-filter-field-enum-is-radio"},IR={class:"form-check form-check-inline"},PR=["id"],AR=["for"],MR=[l.createElementVNode("em",null,"any",-1)],xR=["id","value"],YR=["for"],LR=l.defineComponent({__name:"CapeFilterFieldEnumIsRadio",props:{filterId:{}},setup(e){const t=e,r=ft().byId(t.filterId),i=r.field;return(a,o)=>(l.openBlock(),l.createElementBlock("ul",RR,[l.createElementVNode("li",IR,[l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-"+l.unref(r).id+"-","onUpdate:modelValue":o[0]||(o[0]=s=>l.unref(r).isTerm=s),type:"radio",value:""},null,8,PR),[[l.vModelRadio,l.unref(r).isTerm]]),l.createElementVNode("label",{for:"cape-filter-field-input-"+l.unref(r).id+"-"},MR,8,AR)]),(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(i).values,s=>(l.openBlock(),l.createElementBlock("li",{key:s},[l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-"+l.unref(r).id+"-"+s,"onUpdate:modelValue":o[1]||(o[1]=c=>l.unref(r).isTerm=c),value:s,type:"radio"},null,8,xR),[[l.vModelRadio,l.unref(r).isTerm]]),l.createElementVNode("label",{for:"cape-filter-field-input-"+l.unref(r).id+"-"+s},l.toDisplayString(s),9,YR)]))),128))]))}}),VR={class:"cape-filter-label"},FR=["for"],$R={class:"cape-filter-mode"},BR=[l.createElementVNode("option",{value:"oneOf"},"is one of",-1),l.createElementVNode("option",{value:"is"},"is",-1),l.createElementVNode("option",{value:"set"},"is present",-1),l.createElementVNode("option",{value:"notSet"},"is not present",-1)],UR={class:"cape-filter-term"},HR=l.defineComponent({__name:"CapeFilterFieldEnum",props:{filterId:{}},setup(e){const t=e,r=ft().byId(t.filterId),i=r.field;return(a,o)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("div",VR,[l.createElementVNode("label",{for:"cape-filter-field-input-"+l.unref(r).id,"data-test":"filter-label"},l.toDisplayString(l.unref(r).field.label),9,FR)]),l.createElementVNode("div",$R,[l.unref(r).field.changeFilterMode?l.withDirectives((l.openBlock(),l.createElementBlock("select",{key:0,"onUpdate:modelValue":o[0]||(o[0]=s=>l.unref(r).mode=s),"data-test":"filter-mode-select","aria-label":"Filter mode"},BR,512)),[[l.vModelSelect,l.unref(r).mode]]):l.createCommentVNode("",!0)]),l.createElementVNode("div",UR,[l.unref(r).mode==="oneOf"?(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[l.unref(i).filterInputStyleOnOneOf==="checkbox"?(l.openBlock(),l.createBlock(lR,{key:0,"filter-id":a.filterId},null,8,["filter-id"])):(l.openBlock(),l.createBlock(wR,{key:1,"filter-id":a.filterId},null,8,["filter-id"]))],64)):l.createCommentVNode("",!0),l.unref(r).mode==="is"?(l.openBlock(),l.createElementBlock(l.Fragment,{key:1},[l.unref(i).filterInputStyleOnIs==="select"?(l.openBlock(),l.createBlock(OR,{key:0,"filter-id":a.filterId},null,8,["filter-id"])):(l.openBlock(),l.createBlock(LR,{key:1,"filter-id":a.filterId},null,8,["filter-id"]))],64)):l.createCommentVNode("",!0)])],64))}}),GR={class:"cape-filter-label"},WR=["for"],jR={class:"cape-filter-mode"},zR=[l.createElementVNode("option",{value:"between"},"is between",-1),l.createElementVNode("option",{value:"is"},"is",-1),l.createElementVNode("option",{value:"set"},"is present",-1),l.createElementVNode("option",{value:"notSet"},"is not present",-1)],KR={class:"cape-filter-term"},qR=["id","placeholder","min","max","step"],XR=l.createElementVNode("span",{class:"cape-filter-field-integer-term-term-and"},"and",-1),JR=["id","placeholder","min","max","step"],QR=["id","placeholder","min","max","step"],ZR=l.defineComponent({__name:"CapeFilterFieldInteger",props:{filterId:{}},setup(e){const t=e,n=ft(),r=l.computed(()=>n.byId(t.filterId)),i=l.computed(()=>r.value.field);return(a,o)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("div",GR,[l.createElementVNode("label",{for:"cape-filter-field-input-"+r.value.id,"data-test":"filter-label"},l.toDisplayString(r.value.field.label),9,WR)]),l.createElementVNode("div",jR,[r.value.field.changeFilterMode?l.withDirectives((l.openBlock(),l.createElementBlock("select",{key:0,"onUpdate:modelValue":o[0]||(o[0]=s=>r.value.mode=s),"data-test":"filter-mode-select","aria-label":"Filter mode"},zR,512)),[[l.vModelSelect,r.value.mode]]):l.createCommentVNode("",!0)]),l.createElementVNode("div",KR,[r.value.mode==="between"?(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-lower-bound-"+r.value.id,"onUpdate:modelValue":o[1]||(o[1]=s=>r.value.lowerBoundTerm=s),placeholder:Array.isArray(i.value.placeholderBetween)?i.value.placeholderBetween[0]:"",type:"number",min:i.value.min,max:i.value.max,step:i.value.step,class:"cape-filter-field-integer-term-lower-bound","data-test":"filter-term-input-lower-bound"},null,8,qR),[[l.vModelText,r.value.lowerBoundTerm]]),XR,l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-upper-bound-"+r.value.id,"onUpdate:modelValue":o[2]||(o[2]=s=>r.value.upperBoundTerm=s),placeholder:Array.isArray(i.value.placeholderBetween)?i.value.placeholderBetween[1]:"",type:"number",min:i.value.min,max:i.value.max,step:i.value.step,class:"cape-filter-field-integer-term-upper-bound","data-test":"filter-term-input-upper-bound"},null,8,JR),[[l.vModelText,r.value.upperBoundTerm]])],64)):l.createCommentVNode("",!0),r.value.mode==="is"?l.withDirectives((l.openBlock(),l.createElementBlock("input",{key:1,id:"cape-filter-field-input-"+r.value.id,"onUpdate:modelValue":o[3]||(o[3]=s=>r.value.isTerm=s),placeholder:i.value.placeholderIs,type:"number",min:i.value.min,max:i.value.max,step:i.value.step,class:"cape-filter-field-integer-term","data-test":"filter-term-input"},null,8,QR)),[[l.vModelText,r.value.isTerm]]):l.createCommentVNode("",!0)])],64))}}),eI={class:"cape-filter-label"},tI=["for"],nI={class:"cape-filter-mode"},rI=[l.createElementVNode("option",{value:"between"},"is between",-1),l.createElementVNode("option",{value:"is"},"is",-1),l.createElementVNode("option",{value:"set"},"is present",-1),l.createElementVNode("option",{value:"notSet"},"is not present",-1)],iI={class:"cape-filter-term"},aI=["id","placeholder"],oI=l.createElementVNode("span",{class:"cape-filter-field-date-term-term-and"},"and",-1),sI=["id","placeholder"],lI=["id","placeholder"],cI=l.defineComponent({__name:"CapeFilterFieldDate",props:{filterId:{}},setup(e){const t=e,n=ft(),r=l.computed(()=>n.byId(t.filterId)),i=l.computed(()=>r.value.field);return(a,o)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createElementVNode("div",eI,[l.createElementVNode("label",{for:"cape-filter-field-input-"+r.value.id,"data-test":"filter-label"},l.toDisplayString(r.value.field.label),9,tI)]),l.createElementVNode("div",nI,[r.value.field.changeFilterMode?l.withDirectives((l.openBlock(),l.createElementBlock("select",{key:0,"onUpdate:modelValue":o[0]||(o[0]=s=>r.value.mode=s),"data-test":"filter-mode-select","aria-label":"Filter mode"},rI,512)),[[l.vModelSelect,r.value.mode]]):l.createCommentVNode("",!0)]),l.createElementVNode("div",iI,[r.value.mode==="between"?(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-lower-bound-"+r.value.id,"onUpdate:modelValue":o[1]||(o[1]=s=>r.value.lowerBoundTerm=s),placeholder:Array.isArray(i.value.placeholderBetween)?i.value.placeholderBetween[0]:"",class:"cape-filter-field-date-term-term-lower-bound","data-test":"filter-term-input-lower-bound"},null,8,aI),[[l.vModelText,r.value.lowerBoundTerm]]),oI,l.withDirectives(l.createElementVNode("input",{id:"cape-filter-field-input-upper-bound-"+r.value.id,"onUpdate:modelValue":o[2]||(o[2]=s=>r.value.upperBoundTerm=s),placeholder:Array.isArray(i.value.placeholderBetween)?i.value.placeholderBetween[1]:"",class:"cape-filter-field-date-term-term-upper-bound","data-test":"filter-term-input-upper-bound"},null,8,sI),[[l.vModelText,r.value.upperBoundTerm]])],64)):l.createCommentVNode("",!0),r.value.mode==="is"?l.withDirectives((l.openBlock(),l.createElementBlock("input",{key:1,id:"cape-filter-field-input-"+r.value.id,type:"date","onUpdate:modelValue":o[3]||(o[3]=s=>r.value.isTerm=s),placeholder:i.value.placeholderIs,class:"cape-filter-field-date-term-term","data-test":"filter-term-input"},null,8,lI)),[[l.vModelText,r.value.isTerm]]):l.createCommentVNode("",!0)])],64))}}),uI=l.defineComponent({name:"CapeAboutPage",components:{CapeRecordCount:$m},template:"#templateCapeAbout",computed:{metadata(){return Un().metadata}}});function fI(e,t,n){const r=new Blob([new Uint8Array([239,187,191]),t],{type:n});if(window.navigator.msSaveOrOpenBlob)window.navigator.msSaveBlob(r,e);else{const i=window.document.createElement("a");i.href=window.URL.createObjectURL(r),i.download=e,document.body.appendChild(i),i.click(),document.body.removeChild(i)}}function dI(){const e=[[]],t=za(),n=Vi();return t.all.forEach(r=>e[0].push(r.label)),n.all.forEach(r=>{e.push(t.all.map(i=>{const a=r[i.id].value??"";return i.isMultiple&&Array.isArray(a)?a.join("; "):`${a}`}))}),e}function hI(e){return e.map(n=>'"'+n.map(i=>{let a="";return i!=null&&(a=i.toString()),a.replace(/"/g,'""').replace(/\r\n/g,`
|
|
46
46
|
`)}).join('","')+`"
|
|
47
|
-
`).join("")}const cR=l.defineComponent({__name:"CapeDownloadCsvButton",setup(e){function t(){const n=sR(),r=lR(n);oR("download.csv",r,"text/csv;charset=utf-8")}return(n,r)=>(l.openBlock(),l.createElementBlock("a",{onClick:t,class:"cursor-pointer cape-button"},"Download CSV"))}}),uR={},fR={href:"/site-data.json",class:"cape-button"};function dR(e,t){return l.openBlock(),l.createElementBlock("a",fR,"Download JSON")}const hR=Fm(uR,[["render",dR]]),vR={class:"cape-fields-table"},pR=l.createElementVNode("thead",null,[l.createElementVNode("tr",null,[l.createElementVNode("th",{scope:"col"},"Field id"),l.createElementVNode("th",{scope:"col"},"Field name"),l.createElementVNode("th",{scope:"col"},"Field type"),l.createElementVNode("th",{scope:"col"},"Description")])],-1),_R={key:0},mR=l.defineComponent({__name:"CapeFieldsTable",setup(e){const t=ja(),n=l.computed(()=>t.all);return(r,i)=>(l.openBlock(),l.createElementBlock("table",vR,[pR,l.createElementVNode("tbody",null,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(n.value,a=>(l.openBlock(),l.createElementBlock("tr",{key:a.id},[l.createElementVNode("td",null,l.toDisplayString(a.id),1),l.createElementVNode("td",null,l.toDisplayString(a.label),1),l.createElementVNode("td",null,[l.createTextVNode(l.toDisplayString(a.type)+" ",1),a.isMultiple?(l.openBlock(),l.createElementBlock("span",_R," list")):l.createCommentVNode("",!0)]),l.createElementVNode("td",null,l.toDisplayString(a.description),1)]))),128))])]))}}),Gg={install:function(e,t){e.use(pD()),this.addCapeComponents(e,t),t.additionalComponents!==void 0&&this.addAdditionalComponents(e,t.additionalComponents);const n=hr();n.setOptions(t),l.toRaw(n.pages).forEach(r=>{Im.addRoute({path:r.path,component:e.component(r.component)})}),e.use(Im)},addAdditionalComponents:function(e,t){Object.keys(t).forEach(n=>{e.component(n,t[n])})},addCapeComponents:function(e,t){e.component("CapeRoot",xm),e.component("CapeAboutPage",aR),e.component("CapeAdvancedSearchToggle",XD),e.component("CapeFieldsTable",mR),e.component("CapeFilters",QD),e.component("CapeFormResetButton",ZD),e.component("CapeHeader",Vm),e.component("CapeHomePage",km),e.component("CapeHomepageLayout",bm),e.component("CapeLoadError",Pm),e.component("CapeLoading",$m),e.component("CapeNavigation",Rm),e.component("CapeNonProdWarning",cw),e.component("CapeRecordCount",Lm),e.component("CapeRecordCard",Cm),e.component("CapeRecordPage",Om),e.component("CapeResults",Iw),e.component("CapeSummaryCard",Um),e.component("CapeLabelledValue",$O),e.component("CapeValue",$g),e.component("CapeSingleValue",Yd),e.component("CapeFilterFieldText",KO),e.component("CapeFilterFieldEnum",VI),e.component("CapeFilterFreeText",ZO),e.component("CapeFilterFieldInteger",KI),e.component("CapeFilterFieldDate",iR),e.component("CapeSortOrder",Bm),e.component("CapeResultsControls",td),e.component("CapeDownloadJsonButton",hR),e.component("CapeDownloadCsvButton",cR)}},gR={template:"#templateCapeFooter"},yR=l.defineComponent({__name:"App",setup(e){return(t,n)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createVNode(Vm),(l.openBlock(),l.createBlock(l.Suspense,null,{default:l.withCtx(()=>[l.createVNode(xm)]),fallback:l.withCtx(()=>[l.createVNode($m)]),_:1})),l.createVNode(gR)],64))}}),ER=e=>{const t=l.createApp(yR);return t.use(Gg,e),t};var zt=(e=>(e[e.Debug=3]="Debug",e[e.Info=2]="Info",e[e.Warn=1]="Warn",e[e.Error=0]="Error",e))(zt||{});class SR{constructor(t){this.loggingLevel=t}debug(t,n){this.loggingLevel<zt.Debug||console.debug(t,n)}info(t,n){this.loggingLevel<zt.Info||console.info(t,n??"")}warn(t,n){this.loggingLevel<zt.Warn||console.warn(t,n??"")}error(t,n){this.loggingLevel<zt.Error||console.error(t,n??"")}}const TR={install:function(e,t){const n=new SR(t.LoggingLevel);Li.getInstance().registerSink(n)}};/*! https://github.com/nevware21/ts-utils v0.11.3 */function Nr(e,t){return e||t}function Kt(e,t){return e[t]}var qt=void 0,Ft=null,Vd="",wc="function",Ms="object",Dr="prototype",Fd="__proto__",Hi="undefined",bc="constructor",$d="Symbol",NR="_polyfill",ro="length",kc="name",Ct="call",Cc="toString",In=Nr(Object),Ud=Kt(In,Dr),Wg=Nr(String),Gi=Kt(Wg,Dr),DR=Nr(Math),jg=Nr(Array),Oc=Kt(jg,Dr),wr=Kt(Oc,"slice");function bt(e,t){try{return{v:e.apply(this,t)}}catch(n){return{e:n}}}function wR(e,t){var n=bt(e);return n.e?t:n.v}var Bd;function Ic(e){return function(t){return typeof t===e}}function zg(e){var t="[object "+e+"]";return function(n){return!!(n&&bR(n)===t)}}function bR(e){return Ud[Cc].call(e)}function it(e){return typeof e===Hi||e===Hi}function W(e){return e===Ft||it(e)}function kR(e){return e===Ft||!Kg(e)}function Kg(e){return!!e||e!==qt}function CR(e){return!Bd&&(Bd=["string","number","boolean",Hi,"symbol","bigint"]),e!==Ms&&Bd.indexOf(e)!==-1}var Se=Ic("string"),we=Ic(wc);function Xt(e){return!e&&W(e)?!1:!!e&&typeof e===Ms}var Ae=Kt(jg,"isArray"),OR=zg("Date"),Ys=Ic("number"),qg=Ic("boolean"),Hd=zg("Error");function Wi(e){return!!(e&&e.then&&we(e.then))}function Rc(e){return!(!e||wR(function(){return!(e&&0+e)},!e))}var Gd=Kt(In,"getOwnPropertyDescriptor");function hn(e,t){return!!e&&Ud.hasOwnProperty[Ct](e,t)}var ti=Nr(Kt(In,"hasOwn"),IR);function IR(e,t){return hn(e,t)||!!Gd(e,t)}function Me(e,t,n){if(e&&Xt(e)){for(var r in e)if(ti(e,r)&&t[Ct](n||e,r,e[r])===-1)break}}var Pc={e:"enumerable",c:"configurable",v:"value",w:"writable",g:"get",s:"set"};function RR(e){var t={};if(t[Pc.c]=!0,t[Pc.e]=!0,e.l){t.get=function(){return e.l.v};var n=Gd(e.l,"v");n&&n.set&&(t.set=function(r){e.l.v=r})}return Me(e,function(r,i){t[Pc[r]]=it(i)?t[Pc[r]]:i}),t}var br=Kt(In,"defineProperty");function Be(e,t,n){return br(e,t,RR(n))}function Xg(e,t,n,r,i){var a={};return Me(e,function(o,s){Ac(a,o,t?s:o,i),Ac(a,s,n?s:o,i)}),r?r(a):a}function Ac(e,t,n,r){br(e,t,{value:n,enumerable:!0,writable:!!r})}var Jt=Nr(Wg),PR="[object Error]";function ae(e,t){var n=Vd,r=Ud[Cc][Ct](e);r===PR&&(e={stack:Jt(e.stack),message:Jt(e.message),name:Jt(e.name)});try{n=JSON.stringify(e,Ft,t?typeof t=="number"?t:4:qt),n=n&&n.replace(/"(\w+)"\s*:\s{0,1}/g,"$1: ")||Jt(e)}catch(i){n=" - "+ae(i,t)}return r+": "+n}function on(e){throw new Error(e)}function Rn(e){throw new TypeError(e)}var Jg=Kt(In,"freeze");function AR(e){return e}function MR(e){return e[Fd]||Ft}var Wd=Kt(In,"assign"),kr=Kt(In,"keys");function io(e){return Jg&&Me(e,function(t,n){(Ae(n)||Xt(n))&&io(n)}),Cr(e)}var Cr=Nr(Jg,AR),jd=Nr(Kt(In,"getPrototypeOf"),MR);function YR(e){return Xg(e,1,0,Cr)}function xR(e){return Xg(e,0,0,Cr)}function LR(e){var t={};return Me(e,function(n,r){Ac(t,n,r[1]),Ac(t,r[0],r[1])}),Cr(t)}function VR(e){return LR(e)}var Qg=xR({asyncIterator:0,hasInstance:1,isConcatSpreadable:2,iterator:3,match:4,matchAll:5,replace:6,search:7,species:8,split:9,toPrimitive:10,toStringTag:11,unscopables:12}),Zg="__tsUtils$gblCfg",zd;function ey(){var e;return typeof globalThis!==Hi&&(e=globalThis),!e&&typeof self!==Hi&&(e=self),!e&&typeof window!==Hi&&(e=window),!e&&typeof global!==Hi&&(e=global),e}function ty(){if(!zd){var e=bt(ey).v||{};zd=e[Zg]=e[Zg]||{}}return zd}var ji=Mc;function Mc(e,t,n){var r=t&&t[e];return function(i){var a=i&&i[e]||r;if(a||n){var o=arguments;return(a||n).apply(i,a?wr[Ct](o,1):o)}Rn('"'+Jt(e)+'" not defined for '+ae(i))}}function FR(e){return function(t){return t[e]}}var $R=Kt(DR,"max"),ny=ji("slice",Gi),jn=ji("substring",Gi),ni=Mc("substr",Gi,UR);function UR(e,t,n){return W(e)&&Rn("Invalid "+ae(e)),n<0?Vd:(t=t||0,t<0&&(t=$R(t+e[ro],0)),it(n)?ny(e,t):ny(e,t,t+n))}function Kd(e,t){return jn(e,0,t)}var ry="_urid",qd;function BR(){if(!qd){var e=ty();qd=e.gblSym=e.gblSym||{k:{},s:{}}}return qd}var Yc;function Xd(e){var t={description:Jt(e),toString:function(){return $d+"("+e+")"}};return t[NR]=!0,t}function HR(e){var t=BR();if(!ti(t.k,e)){var n=Xd(e),r=kr(t.s).length;n[ry]=function(){return r+"_"+n[Cc]()},t.k[e]=n,t.s[n[ry]()]=Jt(e)}return t.k[e]}function GR(e){!Yc&&(Yc={});var t,n=Qg[e];return n&&(t=Yc[n]=Yc[n]||Xd($d+"."+n)),t}var mt;function ri(){mt=ty()}function WR(e){var t={};return!mt&&ri(),t.b=mt.lzy,br(t,"v",{configurable:!0,get:function(){var n=e();return mt.lzy||br(t,"v",{value:n}),t.b=mt.lzy,n}}),t}function vn(e){return br({toJSON:function(){return e}},"v",{value:e})}var iy="window",xs;function ao(e,t){var n;return function(){return!mt&&ri(),(!n||mt.lzy)&&(n=vn(bt(e,t).v)),n.v}}function pn(e){return!mt&&ri(),(!xs||e===!1||mt.lzy)&&(xs=vn(bt(ey).v||Ft)),xs.v}function ct(e,t){var n=!xs||t===!1?pn(t):xs.v;return n&&n[e]?n[e]:e===iy?Qt():Ft}function ay(){return!!Ot()}var Ot=ao(ct,["document"]);function xc(){return!!Qt()}var Qt=ao(ct,[iy]);function jR(){return!!zn()}var zn=ao(ct,["navigator"]);function zR(){return!!oy()}var oy=ao(ct,["history"]),KR=ao(function(){return!!bt(function(){return process&&(process.versions||{}).node}).v}),sy=ao(function(){return!!bt(function(){return self&&self instanceof WorkerGlobalScope}).v}),oo,Jd;function Lc(){return oo=vn(bt(ct,[$d]).v),oo}function qR(e){var t=(mt.lzy?0:oo)||Lc();return t.v?t.v[e]:qt}function XR(){return!!JR()}function JR(){return!mt&&ri(),((mt.lzy?0:oo)||Lc()).v}function Qd(e,t){var n=Qg[e];!mt&&ri();var r=(mt.lzy?0:oo)||Lc();return r.v?r.v[n||e]:t?qt:GR(e)}function Ls(e,t){!mt&&ri();var n=(mt.lzy?0:oo)||Lc();return n.v?n.v(e):t?Ft:Xd(e)}function Zd(e){return!mt&&ri(),Jd=(mt.lzy?0:Jd)||vn(bt(qR,["for"]).v),(Jd.v||HR)(e)}function eh(e){return!!e&&we(e.next)}function ly(e){return!kR(e)&&we(e[Qd(3)])}var Vc;function th(e,t,n){if(e&&(eh(e)||(!Vc&&(Vc=vn(Qd(3))),e=e[Vc.v]?e[Vc.v]():null),eh(e))){var r=qt,i=qt;try{for(var a=0;!(i=e.next()).done&&t[Ct](n||e,i.value,a,e)!==-1;)a++}catch(o){r={e:o},e.throw&&(i=Ft,e.throw(r))}finally{try{i&&!i.done&&e.return&&e.return(i)}finally{if(r)throw r.e}}}}function so(e,t,n){return e.apply(t,n)}function lo(e,t){return!it(t)&&e&&(Ae(t)?so(e.push,e,t):eh(t)||ly(t)?th(t,function(n){e.push(n)}):e.push(t)),e}function ie(e,t,n){if(e)for(var r=e[ro]>>>0,i=0;i<r&&!(i in e&&t[Ct](n||e,e[i],i,e)===-1);i++);}var Yt=ji("indexOf",Oc),Vs=ji("map",Oc);function Fc(e,t,n){return(e&&e.slice||wr).apply(e,wr[Ct](arguments,1))}var QR=ji("reduce",Oc),ii=Nr(Kt(In,"create"),ZR);function ZR(e){if(!e)return{};var t=typeof e;t!==Ms&&t!==wc&&Rn("Prototype must be an Object or function: "+ae(e));function n(){}return n[Dr]=e,new n}var nh;function cy(e,t){var n=In.setPrototypeOf||function(r,i){var a;!nh&&(nh=vn((a={},a[Fd]=[],a instanceof Array))),nh.v?r[Fd]=i:Me(i,function(o,s){return r[o]=s})};return n(e,t)}function e1(e,t,n){bt(Be,[t,kc,{v:e,c:!0,e:!1}]),t=cy(t,n);function r(){this[bc]=t,bt(Be,[this,kc,{v:e,c:!0,e:!1}])}return t[Dr]=n===Ft?ii(n):(r[Dr]=n[Dr],new r),t}function uy(e,t){t&&(e[kc]=t)}function fy(e,t,n){var r=n||Error,i=r[Dr][kc],a=Error.captureStackTrace;return e1(e,function(){var o=this,s=arguments;try{bt(uy,[r,e]);var c=so(r,o,wr[Ct](s))||o;if(c!==o){var u=jd(o);u!==jd(c)&&cy(c,u)}return a&&a(c,o[bc]),t&&t(c,s),c}finally{bt(uy,[r,i])}},r)}var rh;function t1(e){throw rh||(rh=fy("UnsupportedError")),new rh(e)}function Kn(){return(Date.now||n1)()}function n1(){return new Date().getTime()}function r1(e){return function(n){return W(n)&&Rn("strTrim called ["+ae(n)+"]"),n&&n.replace&&(n=n.replace(e,Vd)),n}}var i1=r1(/^\s+|(?=\s)\s+$/g),gt=Mc("trim",Gi,i1),ih,ah,oh;function $t(e){if(!e||typeof e!==Ms)return!1;oh||(oh=xc()?Qt():!0);var t=!1;if(e!==oh){ah||(ih=Function[Dr][Cc],ah=ih[Ct](In));try{var n=jd(e);t=!n,t||(hn(n,bc)&&(n=n[bc]),t=n&&typeof n===wc&&ih[Ct](n)===ah)}catch{}}return t}function a1(e){return e.value&&vy(e),!0}var dy=[c1,vy,f1,u1];function o1(e,t,n,r){var i;return ie(e,function(a){if(a.k===t)return i=a,-1}),i||(i={k:t,v:t},e.push(i),r(i)),i.v}function sh(e,t,n,r){var i=n.handler,a=n.path?r?n.path.concat(r):n.path:[],o={handler:n.handler,src:n.src,path:a},s=typeof t,c=!1,u=!1;t&&s===Ms?c=$t(t):u=t===Ft||CR(s);var f={type:s,isPrim:u,isPlain:c,value:t,result:t,path:a,origin:n.src,copy:function(d,v){return sh(e,d,v?o:n,v)},copyTo:function(d,v){return hy(e,d,v,o)}};return f.isPrim?i&&i[Ct](n,f)?f.result:t:o1(e,t,a,function(d){Be(f,"result",{g:function(){return d.v},s:function(p){d.v=p}});for(var v=0,h=i;!(h||(v<dy.length?dy[v++]:a1))[Ct](n,f);)h=Ft})}function hy(e,t,n,r){if(!W(n))for(var i in n)t[i]=sh(e,n[i],r,i);return t}function s1(e,t,n){var r={handler:n,src:t,path:[]};return hy([],e,t,r)}function l1(e,t){var n={handler:t,src:e};return sh([],e,n)}function c1(e){var t=e.value;if(Ae(t)){var n=e.result=[];return n.length=t.length,e.copyTo(n,t),!0}return!1}function u1(e){var t=e.value;return OR(t)?(e.result=new Date(t.getTime()),!0):!1}function f1(e){return e.type===wc}function vy(e){var t=e.value;if(t&&e.isPlain){var n=e.result={};return e.copyTo(n,t),!0}return!1}function py(e,t){return ie(t,function(n){s1(e,n)}),e}function _y(e,t,n,r,i,a,o){return py(l1(e)||{},wr[Ct](arguments))}function d1(e,t,n,r,i,a,o){return py(e||{},wr[Ct](arguments))}var h1=FR(ro),lh;function Or(){return!mt&&ri(),(!lh||mt.lzy)&&(lh=vn(bt(ct,["performance"]).v)),lh.v}var my=ji("split",Gi);function gy(e,t,n){if(e&&t){var r=my(t,"."),i=r.pop();ie(r,function(a){W(e[a])&&(e[a]={}),e=e[a]}),e[i]=n}}var yy=Mc("endsWith",Gi,v1);function v1(e,t,n){Se(e)||Rn("'"+ae(e)+"' is not a string");var r=Se(t)?t:Jt(t),i=!it(n)&&n<e[ro]?n:e[ro];return jn(e,i-r[ro],i)===r}var Zt=ji("indexOf",Gi),ch="ref",uh="unref",fh="hasRef",p1="enabled";function _1(e,t,n){var r=!0,i=e?t(Ft):Ft,a;function o(){return r=!1,i&&i[uh]&&i[uh](),a}function s(){i&&n(i),i=Ft}function c(){return i=t(i),r||o(),a}function u(f){!f&&i&&s(),f&&!i&&c()}return a={cancel:s,refresh:c},a[fh]=function(){return i&&i[fh]?i[fh]():r},a[ch]=function(){return r=!0,i&&i[ch]&&i[ch](),a},a[uh]=o,a=br(a,p1,{get:function(){return!!i},set:u}),{h:a,dn:function(){i=Ft}}}function Ey(e,t,n){var r=Ae(t),i=r?t.length:0,a=(i>0?t[0]:r?qt:t)||setTimeout,o=(i>1?t[1]:qt)||clearTimeout,s=n[0];n[0]=function(){c.dn(),so(s,qt,wr[Ct](arguments))};var c=_1(e,function(u){if(u){if(u.refresh)return u.refresh(),u;so(o,qt,[u])}return so(a,qt,n)},function(u){so(o,qt,[u])});return c.h}function _n(e,t){return Ey(!0,qt,wr[Ct](arguments))}function m1(e,t){return Ey(!1,qt,wr[Ct](arguments))}var $c,Uc="constructor",Ir="prototype",Bc="function",Hc="_dynInstFuncs",dh="_isDynProxy",co="_dynClass",g1="_dynCls$",hh="_dynInstChk",Fs=hh,Sy="_dfOpts",Ty="_unknown_",vh="__proto__",Gc="_dyn"+vh,Ny="__dynProto$Gbl",ph="_dynInstProto",Wc="useBaseInst",_h="setInstFuncs",mh=Object,$s=mh.getPrototypeOf,Dy=mh.getOwnPropertyNames,wy=pn(),gh=wy[Ny]||(wy[Ny]={o:($c={},$c[_h]=!0,$c[Wc]=!0,$c),n:1e3});function jc(e){return e&&(e===mh[Ir]||e===Array[Ir])}function yh(e){return jc(e)||e===Function[Ir]}function zi(e){var t;if(e){if($s)return $s(e);var n=e[vh]||e[Ir]||(e[Uc]?e[Uc][Ir]:null);t=e[Gc]||n,hn(e,Gc)||(delete e[ph],t=e[Gc]=e[ph]||e[Gc],e[ph]=n)}return t}function zc(e,t){var n=[];if(Dy)n=Dy(e);else for(var r in e)typeof r=="string"&&hn(e,r)&&n.push(r);if(n&&n.length>0)for(var i=0;i<n.length;i++)t(n[i])}function Eh(e,t,n){return t!==Uc&&typeof e[t]===Bc&&(n||hn(e,t))&&t!==vh&&t!==Ir}function Kc(e){Rn("DynamicProto: "+e)}function y1(e){var t=ii(null);return zc(e,function(n){!t[n]&&Eh(e,n,!1)&&(t[n]=e[n])}),t}function Sh(e,t){for(var n=e.length-1;n>=0;n--)if(e[n]===t)return!0;return!1}function E1(e,t,n,r){function i(c,u,f){var d=u[f];if(d[dh]&&r){var v=c[Hc]||{};v[Fs]!==!1&&(d=(v[u[co]]||{})[f]||d)}return function(){return d.apply(c,arguments)}}var a=ii(null);zc(n,function(c){a[c]=i(t,n,c)});for(var o=zi(e),s=[];o&&!yh(o)&&!Sh(s,o);)zc(o,function(c){!a[c]&&Eh(o,c,!$s)&&(a[c]=i(t,o,c))}),s.push(o),o=zi(o);return a}function S1(e,t,n,r){var i=null;if(e&&hn(n,co)){var a=e[Hc]||ii(null);if(i=(a[n[co]]||ii(null))[t],i||Kc("Missing ["+t+"] "+Bc),!i[hh]&&a[Fs]!==!1){for(var o=!hn(e,t),s=zi(e),c=[];o&&s&&!yh(s)&&!Sh(c,s);){var u=s[t];if(u){o=u===r;break}c.push(s),s=zi(s)}try{o&&(e[t]=i),i[hh]=1}catch{a[Fs]=!1}}}return i}function T1(e,t,n){var r=t[e];return r===n&&(r=zi(t)[e]),typeof r!==Bc&&Kc("["+e+"] is not a "+Bc),r}function N1(e,t,n,r,i){function a(c,u){var f=function(){var d=S1(this,u,c,f)||T1(u,c,f);return d.apply(this,arguments)};return f[dh]=1,f}if(!jc(e)){var o=n[Hc]=n[Hc]||ii(null);if(!jc(o)){var s=o[t]=o[t]||ii(null);o[Fs]!==!1&&(o[Fs]=!!i),jc(s)||zc(n,function(c){Eh(n,c,!1)&&n[c]!==r[c]&&(s[c]=n[c],delete n[c],(!hn(e,c)||e[c]&&!e[c][dh])&&(e[c]=a(e,c)))})}}}function D1(e,t){if($s){for(var n=[],r=zi(t);r&&!yh(r)&&!Sh(n,r);){if(r===e)return!0;n.push(r),r=zi(r)}return!1}return!0}function Th(e,t){return hn(e,Ir)?e.name||t||Ty:((e||{})[Uc]||{}).name||t||Ty}function et(e,t,n,r){hn(e,Ir)||Kc("theClass is an invalid class definition.");var i=e[Ir];D1(i,t)||Kc("["+Th(e)+"] not in hierarchy of ["+Th(t)+"]");var a=null;hn(i,co)?a=i[co]:(a=g1+Th(e,"_")+"$"+gh.n,gh.n++,i[co]=a);var o=et[Sy],s=!!o[Wc];s&&r&&r[Wc]!==void 0&&(s=!!r[Wc]);var c=y1(t),u=E1(i,t,c,s);n(t,u);var f=!!$s&&!!o[_h];f&&r&&(f=!!r[_h]),N1(i,a,t,c,f!==!1)}et[Sy]=gh.o;var by="function",ky="object",Nh="undefined",qn="prototype",Dh=Object,w1=Dh[qn];(pn()||{}).Symbol,(pn()||{}).Reflect;var Cy="hasOwnProperty",b1=function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)w1[Cy].call(t,i)&&(e[i]=t[i])}return e},Ut=Wd||b1,wh=function(e,t){return wh=Dh.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)r[Cy](i)&&(n[i]=r[i])},wh(e,t)};function Rr(e,t){typeof t!==by&&t!==null&&Rn("Class extends value "+String(t)+" is not a constructor or null"),wh(e,t);function n(){this.constructor=e}e[qn]=t===null?ii(t):(n[qn]=t[qn],new n)}function Oy(e,t){for(var n=0,r=t.length,i=e.length;n<r;n++,i++)e[i]=t[n];return e}var Iy=YR,k1=VR,ai=Iy({NONE:0,PENDING:3,INACTIVE:1,ACTIVE:2}),uo="toLowerCase",qc="blkVal",Ne="length",Xc="rdOnly",Jc="notify",Qc="warnToConsole",Us="throwInternal",fo="setDf",oi="watch",vt="logger",Ki="apply",He="push",ho="splice",Ry="hdlr",vo="cancel",Bs="initialize",si="identifier",Zc="removeNotificationListener",eu="addNotificationListener",Xn="isInitialized",Py="instrumentationKey",bh="INACTIVE",Hs="value",tu="getNotifyMgr",Gs="getPlugin",Pr="name",Ws="iKey",po="time",Bt="processNext",Ay="getProcessTelContext",My="pollInternalLogs",_o="enabled",Yy="stopPollingInternalLogs",li="unload",nu="onComplete",ru="version",xy="loggingLevelConsole",qi="createNew",Ar="teardown",iu="messageId",Xi="message",mo="isAsync",Mr="diagLog",au="_doTeardown",js="update",Jn="getNext",zs="setNextPlugin",Ly="protocol",kh="userAgent",go="split",Ch="nodeType",Ji="replace",Vy="logInternalMessage",Yr="type",Oh="handler",Ks="status",Fy="getResponseHeader",$y="getAllResponseHeaders",Ih="isChildEvt",yo="data",Eo="getCtx",Qn="setCtx",Rh="complete",Uy="itemsReceived",qs="urlString",By="sendPOST",Ph="headers",So="timeout",Hy="setRequestHeader",Ah="traceId",Mh="spanId",Yh="traceFlags",xh="getAttribute",Lh;function C1(e,t){Lh||(Lh=fy("AggregationError",function(r,i){i[Ne]>1&&(r.errors=i[1])}));var n=e||"One or more errors occurred.";throw ie(t,function(r,i){n+=`
|
|
48
|
-
`.concat(i," > ").concat(ae(r))}),new
|
|
47
|
+
`).join("")}const pI=l.defineComponent({__name:"CapeDownloadCsvButton",setup(e){function t(){const n=dI(),r=hI(n);fI("download.csv",r,"text/csv;charset=utf-8")}return(n,r)=>(l.openBlock(),l.createElementBlock("a",{onClick:t,class:"cursor-pointer cape-button"},"Download CSV"))}}),vI={},_I={href:"/site-data.json",class:"cape-button"};function mI(e,t){return l.openBlock(),l.createElementBlock("a",_I,"Download JSON")}const gI=Um(vI,[["render",mI]]),yI={class:"cape-fields-table"},SI=l.createElementVNode("thead",null,[l.createElementVNode("tr",null,[l.createElementVNode("th",{scope:"col"},"Field id"),l.createElementVNode("th",{scope:"col"},"Field name"),l.createElementVNode("th",{scope:"col"},"Field type"),l.createElementVNode("th",{scope:"col"},"Description")])],-1),EI={key:0},TI=l.defineComponent({__name:"CapeFieldsTable",setup(e){const t=za(),n=l.computed(()=>t.all);return(r,i)=>(l.openBlock(),l.createElementBlock("table",yI,[SI,l.createElementVNode("tbody",null,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(n.value,a=>(l.openBlock(),l.createElementBlock("tr",{key:a.id},[l.createElementVNode("td",null,l.toDisplayString(a.id),1),l.createElementVNode("td",null,l.toDisplayString(a.label),1),l.createElementVNode("td",null,[l.createTextVNode(l.toDisplayString(a.type)+" ",1),a.isMultiple?(l.openBlock(),l.createElementBlock("span",EI," list")):l.createCommentVNode("",!0)]),l.createElementVNode("td",null,l.toDisplayString(a.description),1)]))),128))])]))}});function NI(e){const n=Un().idField.id;return`/record/${e[n].value}`}const DI=l.defineComponent({__name:"CapeRecordLink",props:{record:{}},setup(e){const t=e,n=l.computed(()=>NI(t.record));return(r,i)=>{const a=l.resolveComponent("router-link");return l.openBlock(),l.createBlock(a,{to:n.value},{default:l.withCtx(()=>[l.renderSlot(r.$slots,"default")]),_:3},8,["to"])}}}),wI={template:"#templateCapeRecordLabel",props:["record"]},bI={key:0,class:"cape-next-result"},kI={key:1,class:"cape-next-result cape-next-result-null"},CI=l.defineComponent({__name:"CapeNextResult",props:{record:{type:Object,required:!0},linkTitle:{type:String,required:!1,default:"Next record in search results"}},setup(e){const t=Hn(),n=e,r=l.computed(()=>{if(n.record!==void 0)return t.next(n.record)});return(i,a)=>{const o=l.resolveComponent("cape-record-label"),s=l.resolveComponent("cape-record-link");return r.value!==void 0?(l.openBlock(),l.createElementBlock("div",bI,[l.renderSlot(i.$slots,"before"),l.createVNode(s,{record:r.value,title:e.linkTitle},{default:l.withCtx(()=>[l.renderSlot(i.$slots,"link",{},()=>[l.createVNode(o,{record:r.value},null,8,["record"])])]),_:3},8,["record","title"]),l.renderSlot(i.$slots,"after")])):(l.openBlock(),l.createElementBlock("div",kI,[l.renderSlot(i.$slots,"otherwise")]))}}}),OI={key:0,class:"cape-previous-record"},RI={key:1,class:"cape-previous-record cape-previous-record-null"},zg=l.defineComponent({__name:"CapePreviousRecord",props:{record:{type:Object,required:!0},linkTitle:{type:String,required:!1,default:"Previous record in dataset"}},setup(e){const t=Vi(),n=e,r=l.computed(()=>{if(n.record!==void 0)return t.previous(n.record)});return(i,a)=>{const o=l.resolveComponent("cape-record-label"),s=l.resolveComponent("cape-record-link");return r.value!==void 0?(l.openBlock(),l.createElementBlock("div",OI,[l.renderSlot(i.$slots,"before"),l.createVNode(s,{record:r.value,title:e.linkTitle},{default:l.withCtx(()=>[l.renderSlot(i.$slots,"link",{},()=>[l.createVNode(o,{record:r.value},null,8,["record"])])]),_:3},8,["record","title"]),l.renderSlot(i.$slots,"after")])):(l.openBlock(),l.createElementBlock("div",RI,[l.renderSlot(i.$slots,"otherwise")]))}}}),II={key:0,class:"cape-next-record"},PI={key:1,class:"cape-next-record cape-next-record-null"},AI=l.defineComponent({__name:"CapeNextRecord",props:{record:{type:Object,required:!0},linkTitle:{type:String,required:!1,default:"Next record in dataset"}},setup(e){const t=Vi(),n=e,r=l.computed(()=>{if(n.record!==void 0)return t.next(n.record)});return(i,a)=>{const o=l.resolveComponent("cape-record-label"),s=l.resolveComponent("cape-record-link");return r.value!==void 0?(l.openBlock(),l.createElementBlock("div",II,[l.renderSlot(i.$slots,"before"),l.createVNode(s,{record:r.value,title:e.linkTitle},{default:l.withCtx(()=>[l.renderSlot(i.$slots,"link",{},()=>[l.createVNode(o,{record:r.value},null,8,["record"])])]),_:3},8,["record","title"]),l.renderSlot(i.$slots,"after")])):(l.openBlock(),l.createElementBlock("div",PI,[l.renderSlot(i.$slots,"otherwise")]))}}}),Kg={install:function(e,t){e.use(SD()),this.addCapeComponents(e,t),t.additionalComponents!==void 0&&this.addAdditionalComponents(e,t.additionalComponents);const n=Un();n.setOptions(t),l.toRaw(n.pages).forEach(r=>{Am.addRoute({path:r.path,component:e.component(r.component)})}),e.use(Am)},addAdditionalComponents:function(e,t){Object.keys(t).forEach(n=>{e.component(n,t[n])})},addCapeComponents:function(e,t){e.component("CapeRoot",Fm),e.component("CapeAboutPage",uI),e.component("CapeAdvancedSearchToggle",tw),e.component("CapeFieldsTable",TI),e.component("CapeFilters",rw),e.component("CapeFormResetButton",iw),e.component("CapeHeader",Bm),e.component("CapeHomePage",Rm),e.component("CapeHomepageLayout",Om),e.component("CapeLoadError",xm),e.component("CapeLoading",Hm),e.component("CapeNavigation",Mm),e.component("CapeNonProdWarning",pw),e.component("CapeRecordCount",$m),e.component("CapeRecordCard",Im),e.component("CapeRecordPage",Pm),e.component("CapeResults",xw),e.component("CapeSummaryCard",Gm),e.component("CapeLabelledValue",WO),e.component("CapeValue",Hg),e.component("CapeSingleValue",Vd),e.component("CapeFilterFieldText",ZO),e.component("CapeFilterFieldEnum",HR),e.component("CapeFilterFreeText",iR),e.component("CapeFilterFieldInteger",ZR),e.component("CapeFilterFieldDate",cI),e.component("CapeSortOrder",Wm),e.component("CapeResultsControls",id),e.component("CapeDownloadJsonButton",gI),e.component("CapeDownloadCsvButton",pI),e.component("CapeRecordLink",DI),e.component("CapeRecordLabel",wI),e.component("CapeNextResult",CI),e.component("CapePreviousResult",zg),e.component("CapeNextRecord",AI),e.component("CapePreviousRecord",zg)}},MI={template:"#templateCapeFooter"},xI=l.defineComponent({__name:"App",setup(e){return(t,n)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createVNode(Bm),(l.openBlock(),l.createBlock(l.Suspense,null,{default:l.withCtx(()=>[l.createVNode(Fm)]),fallback:l.withCtx(()=>[l.createVNode(Hm)]),_:1})),l.createVNode(MI)],64))}}),YI=e=>{const t=l.createApp(xI);return t.use(Kg,e),t},qr=class qr{static register(t){qr.loggers.push(t)}static clear(){qr.loggers=[]}static debug(t,n){qr.loggers.forEach(r=>r.debug(t,n))}static info(t,n){qr.loggers.forEach(r=>r.info(t,n))}static warn(t,n){qr.loggers.forEach(r=>r.warn(t,n))}static error(t,n){qr.loggers.forEach(r=>r.error(t,n))}};Ye(qr,"loggers",[]);let Ys=qr;var Ft=(e=>(e[e.Debug=3]="Debug",e[e.Info=2]="Info",e[e.Warn=1]="Warn",e[e.Error=0]="Error",e))(Ft||{});class LI{constructor(t){this.loggingLevel=t}debug(t,n){this.loggingLevel>=Ft.Debug&&console.debug(t,n??"")}info(t,n){this.loggingLevel>=Ft.Info&&console.info(t,n??"")}warn(t,n){this.loggingLevel>=Ft.Warn&&console.warn(t,n??"")}error(t,n){this.loggingLevel>=Ft.Error&&console.error(t,n??"")}}const VI={install:function(e,t){const n=new LI(t.loggingLevel);Ys.register(n)}};class FI{constructor(t,n){this.loggingLevel=t,this.appInsights=n}debug(t,n){this.loggingLevel>=Ft.Debug&&this.appInsights.trackEvent({name:t,properties:{data:n,severity:Ft.Debug}})}info(t,n){this.loggingLevel>=Ft.Info&&this.appInsights.trackEvent({name:t,properties:{data:n,severity:Ft.Info}})}warn(t,n){this.loggingLevel>=Ft.Warn&&this.appInsights.trackEvent({name:t,properties:{data:n,severity:Ft.Warn}})}error(t,n){this.loggingLevel>=Ft.Error&&this.appInsights.trackEvent({name:t,properties:{data:n,severity:Ft.Error}})}}/*! https://github.com/nevware21/ts-utils v0.11.3 */function wr(e,t){return e||t}function zt(e,t){return e[t]}var an=void 0,Kt=null,Bd="",kc="function",Ls="object",br="prototype",Ud="__proto__",Gi="undefined",Cc="constructor",Hd="Symbol",$I="_polyfill",io="length",Oc="name",Ct="call",Rc="toString",Rn=wr(Object),Gd=zt(Rn,br),qg=wr(String),Wi=zt(qg,br),BI=wr(Math),Xg=wr(Array),Ic=zt(Xg,br),kr=zt(Ic,"slice");function bt(e,t){try{return{v:e.apply(this,t)}}catch(n){return{e:n}}}function UI(e,t){var n=bt(e);return n.e?t:n.v}var Wd;function Pc(e){return function(t){return typeof t===e}}function Jg(e){var t="[object "+e+"]";return function(n){return!!(n&&HI(n)===t)}}function HI(e){return Gd[Rc].call(e)}function st(e){return typeof e===Gi||e===Gi}function W(e){return e===Kt||st(e)}function GI(e){return e===Kt||!Qg(e)}function Qg(e){return!!e||e!==an}function WI(e){return!Wd&&(Wd=["string","number","boolean",Gi,"symbol","bigint"]),e!==Ls&&Wd.indexOf(e)!==-1}var Ee=Pc("string"),we=Pc(kc);function qt(e){return!e&&W(e)?!1:!!e&&typeof e===Ls}var Ae=zt(Xg,"isArray"),jI=Jg("Date"),Vs=Pc("number"),Zg=Pc("boolean"),jd=Jg("Error");function ao(e){return!!(e&&e.then&&we(e.then))}function Ac(e){return!(!e||UI(function(){return!(e&&0+e)},!e))}var zd=zt(Rn,"getOwnPropertyDescriptor");function hn(e,t){return!!e&&Gd.hasOwnProperty[Ct](e,t)}var ii=wr(zt(Rn,"hasOwn"),zI);function zI(e,t){return hn(e,t)||!!zd(e,t)}function Me(e,t,n){if(e&&qt(e)){for(var r in e)if(ii(e,r)&&t[Ct](e,r,e[r])===-1)break}}var Mc={e:"enumerable",c:"configurable",v:"value",w:"writable",g:"get",s:"set"};function KI(e){var t={};if(t[Mc.c]=!0,t[Mc.e]=!0,e.l){t.get=function(){return e.l.v};var n=zd(e.l,"v");n&&n.set&&(t.set=function(r){e.l.v=r})}return Me(e,function(r,i){t[Mc[r]]=st(i)?t[Mc[r]]:i}),t}var Cr=zt(Rn,"defineProperty");function Ue(e,t,n){return Cr(e,t,KI(n))}function ey(e,t,n,r,i){var a={};return Me(e,function(o,s){xc(a,o,t?s:o,i),xc(a,s,o,i)}),r?r(a):a}function xc(e,t,n,r){Cr(e,t,{value:n,enumerable:!0,writable:!!r})}var Xt=wr(qg),qI="[object Error]";function ae(e,t){var n=Bd,r=Gd[Rc][Ct](e);r===qI&&(e={stack:Xt(e.stack),message:Xt(e.message),name:Xt(e.name)});try{n=JSON.stringify(e,Kt,t?typeof t=="number"?t:4:an),n=n&&n.replace(/"(\w+)"\s*:\s{0,1}/g,"$1: ")||Xt(e)}catch(i){n=" - "+ae(i,t)}return r+": "+n}function on(e){throw new Error(e)}function In(e){throw new TypeError(e)}var ty=zt(Rn,"freeze");function XI(e){return e}function JI(e){return e[Ud]||Kt}var Kd=zt(Rn,"assign"),Or=zt(Rn,"keys");function oo(e){return ty&&Me(e,function(t,n){(Ae(n)||qt(n))&&oo(n)}),Rr(e)}var Rr=wr(ty,XI),qd=wr(zt(Rn,"getPrototypeOf"),JI);function QI(e){return ey(e,1,0,Rr)}function ZI(e){return ey(e,0,0,Rr)}function e1(e){var t={};return Me(e,function(n,r){xc(t,n,r[1]),xc(t,r[0],r[1])}),Rr(t)}function t1(e){return e1(e)}var ny=ZI({asyncIterator:0,hasInstance:1,isConcatSpreadable:2,iterator:3,match:4,matchAll:5,replace:6,search:7,species:8,split:9,toPrimitive:10,toStringTag:11,unscopables:12}),ry="__tsUtils$gblCfg",Xd;function iy(){var e;return typeof globalThis!==Gi&&(e=globalThis),!e&&typeof self!==Gi&&(e=self),!e&&typeof window!==Gi&&(e=window),!e&&typeof global!==Gi&&(e=global),e}function ay(){if(!Xd){var e=bt(iy).v||{};Xd=e[ry]=e[ry]||{}}return Xd}var ji=Yc;function Yc(e,t,n){var r=t&&t[e];return function(i){var a=i&&i[e]||r;if(a||n){var o=arguments;return(a||n).apply(i,a?kr[Ct](o,1):o)}In('"'+Xt(e)+'" not defined for '+ae(i))}}function n1(e){return function(t){return t[e]}}var r1=zt(BI,"max"),oy=ji("slice",Wi),Kn=ji("substring",Wi),ai=Yc("substr",Wi,i1);function i1(e,t,n){return W(e)&&In("Invalid "+ae(e)),n<0?Bd:(t=t||0,t<0&&(t=r1(t+e[io],0)),st(n)?oy(e,t):oy(e,t,t+n))}function Jd(e,t){return Kn(e,0,t)}var sy="_urid",Qd;function a1(){if(!Qd){var e=ay();Qd=e.gblSym=e.gblSym||{k:{},s:{}}}return Qd}var Lc;function Zd(e){var t={description:Xt(e),toString:function(){return Hd+"("+e+")"}};return t[$I]=!0,t}function o1(e){var t=a1();if(!ii(t.k,e)){var n=Zd(e),r=Or(t.s).length;n[sy]=function(){return r+"_"+n[Rc]()},t.k[e]=n,t.s[n[sy]()]=Xt(e)}return t.k[e]}function s1(e){!Lc&&(Lc={});var t,n=ny[e];return n&&(t=Lc[n]=Lc[n]||Zd(Hd+"."+n)),t}var mt;function oi(){mt=ay()}function l1(e){var t={};return!mt&&oi(),t.b=mt.lzy,Cr(t,"v",{configurable:!0,get:function(){var n=e();return mt.lzy||Cr(t,"v",{value:n}),t.b=mt.lzy,n}}),t}function pn(e){return Cr({toJSON:function(){return e}},"v",{value:e})}var ly="window",Fs;function so(e,t){var n;return function(){return!mt&&oi(),(!n||mt.lzy)&&(n=pn(bt(e,t).v)),n.v}}function vn(e){return!mt&&oi(),(!Fs||e===!1||mt.lzy)&&(Fs=pn(bt(iy).v||Kt)),Fs.v}function ct(e,t){var n=!Fs||t===!1?vn(t):Fs.v;return n&&n[e]?n[e]:e===ly?Jt():Kt}function cy(){return!!Ot()}var Ot=so(ct,["document"]);function Vc(){return!!Jt()}var Jt=so(ct,[ly]);function c1(){return!!qn()}var qn=so(ct,["navigator"]);function u1(){return!!uy()}var uy=so(ct,["history"]),f1=so(function(){return!!bt(function(){return process&&(process.versions||{}).node}).v}),fy=so(function(){return!!bt(function(){return self&&self instanceof WorkerGlobalScope}).v}),lo,eh;function Fc(){return lo=pn(bt(ct,[Hd]).v),lo}function d1(e){var t=(mt.lzy?0:lo)||Fc();return t.v?t.v[e]:an}function h1(){return!!p1()}function p1(){return!mt&&oi(),((mt.lzy?0:lo)||Fc()).v}function th(e,t){var n=ny[e];!mt&&oi();var r=(mt.lzy?0:lo)||Fc();return r.v?r.v[n||e]:s1(e)}function $s(e,t){!mt&&oi();var n=(mt.lzy?0:lo)||Fc();return n.v?n.v(e):Zd(e)}function nh(e){return!mt&&oi(),eh=(mt.lzy?0:eh)||pn(bt(d1,["for"]).v),(eh.v||o1)(e)}function rh(e){return!!e&&we(e.next)}function dy(e){return!GI(e)&&we(e[th(3)])}var $c;function ih(e,t,n){if(e&&(rh(e)||(!$c&&($c=pn(th(3))),e=e[$c.v]?e[$c.v]():null),rh(e))){var r=an,i=an;try{for(var a=0;!(i=e.next()).done&&t[Ct](n||e,i.value,a,e)!==-1;)a++}catch(o){r={e:o},e.throw&&(i=Kt,e.throw(r))}finally{try{i&&!i.done&&e.return&&e.return(i)}finally{if(r)throw r.e}}}}function co(e,t,n){return e.apply(t,n)}function uo(e,t){return!st(t)&&e&&(Ae(t)?co(e.push,e,t):rh(t)||dy(t)?ih(t,function(n){e.push(n)}):e.push(t)),e}function ie(e,t,n){if(e)for(var r=e[io]>>>0,i=0;i<r&&!(i in e&&t[Ct](e,e[i],i,e)===-1);i++);}var xt=ji("indexOf",Ic),Bs=ji("map",Ic);function Bc(e,t,n){return(e&&e.slice||kr).apply(e,kr[Ct](arguments,1))}var v1=ji("reduce",Ic),si=wr(zt(Rn,"create"),_1);function _1(e){if(!e)return{};var t=typeof e;t!==Ls&&t!==kc&&In("Prototype must be an Object or function: "+ae(e));function n(){}return n[br]=e,new n}var ah;function hy(e,t){var n=Rn.setPrototypeOf||function(r,i){var a;!ah&&(ah=pn((a={},a[Ud]=[],a instanceof Array))),ah.v?r[Ud]=i:Me(i,function(o,s){return r[o]=s})};return n(e,t)}function m1(e,t,n){bt(Ue,[t,Oc,{v:e,c:!0,e:!1}]),t=hy(t,n);function r(){this[Cc]=t,bt(Ue,[this,Oc,{v:e,c:!0,e:!1}])}return t[br]=n===Kt?si(n):(r[br]=n[br],new r),t}function py(e,t){t&&(e[Oc]=t)}function vy(e,t,n){var r=Error,i=r[br][Oc],a=Error.captureStackTrace;return m1(e,function(){var o=this,s=arguments;try{bt(py,[r,e]);var c=co(r,o,kr[Ct](s))||o;if(c!==o){var u=qd(o);u!==qd(c)&&hy(c,u)}return a&&a(c,o[Cc]),t&&t(c,s),c}finally{bt(py,[r,i])}},r)}var oh;function g1(e){throw oh||(oh=vy("UnsupportedError")),new oh(e)}function Xn(){return(Date.now||y1)()}function y1(){return new Date().getTime()}function S1(e){return function(n){return W(n)&&In("strTrim called ["+ae(n)+"]"),n&&n.replace&&(n=n.replace(e,Bd)),n}}var E1=S1(/^\s+|(?=\s)\s+$/g),gt=Yc("trim",Wi,E1),sh,lh,ch;function $t(e){if(!e||typeof e!==Ls)return!1;ch||(ch=Vc()?Jt():!0);var t=!1;if(e!==ch){lh||(sh=Function[br][Rc],lh=sh[Ct](Rn));try{var n=qd(e);t=!n,t||(hn(n,Cc)&&(n=n[Cc]),t=n&&typeof n===kc&&sh[Ct](n)===lh)}catch{}}return t}function T1(e){return e.value&&gy(e),!0}var _y=[b1,gy,C1,k1];function N1(e,t,n,r){var i;return ie(e,function(a){if(a.k===t)return i=a,-1}),i||(i={k:t,v:t},e.push(i),r(i)),i.v}function uh(e,t,n,r){var i=n.handler,a=n.path?r?n.path.concat(r):n.path:[],o={handler:n.handler,src:n.src,path:a},s=typeof t,c=!1,u=!1;t&&s===Ls?c=$t(t):u=t===Kt||WI(s);var f={type:s,isPrim:u,isPlain:c,value:t,result:t,path:a,origin:n.src,copy:function(d,h){return uh(e,d,h?o:n,h)},copyTo:function(d,h){return my(e,d,h,o)}};return f.isPrim?i&&i[Ct](n,f)?f.result:t:N1(e,t,a,function(d){Ue(f,"result",{g:function(){return d.v},s:function(v){d.v=v}});for(var h=0,p=i;!(p||(h<_y.length?_y[h++]:T1))[Ct](n,f);)p=Kt})}function my(e,t,n,r){if(!W(n))for(var i in n)t[i]=uh(e,n[i],r,i);return t}function D1(e,t,n){var r={handler:n,src:t,path:[]};return my([],e,t,r)}function w1(e,t){var n={handler:t,src:e};return uh([],e,n)}function b1(e){var t=e.value;if(Ae(t)){var n=e.result=[];return n.length=t.length,e.copyTo(n,t),!0}return!1}function k1(e){var t=e.value;return jI(t)?(e.result=new Date(t.getTime()),!0):!1}function C1(e){return e.type===kc}function gy(e){var t=e.value;if(t&&e.isPlain){var n=e.result={};return e.copyTo(n,t),!0}return!1}function yy(e,t){return ie(t,function(n){D1(e,n)}),e}function Sy(e,t,n,r,i,a,o){return yy(w1(e)||{},kr[Ct](arguments))}function O1(e,t,n,r,i,a,o){return yy(e||{},kr[Ct](arguments))}var R1=n1(io),fh;function Ir(){return!mt&&oi(),(!fh||mt.lzy)&&(fh=pn(bt(ct,["performance"]).v)),fh.v}var Ey=ji("split",Wi);function Ty(e,t,n){if(e&&t){var r=Ey(t,"."),i=r.pop();ie(r,function(a){W(e[a])&&(e[a]={}),e=e[a]}),e[i]=n}}var Ny=Yc("endsWith",Wi,I1);function I1(e,t,n){Ee(e)||In("'"+ae(e)+"' is not a string");var r=Ee(t)?t:Xt(t),i=!st(n)&&n<e[io]?n:e[io];return Kn(e,i-r[io],i)===r}var Qt=ji("indexOf",Wi),dh="ref",hh="unref",ph="hasRef",P1="enabled";function A1(e,t,n){var r=!0,i=e?t(Kt):Kt,a;function o(){return r=!1,i&&i[hh]&&i[hh](),a}function s(){i&&n(i),i=Kt}function c(){return i=t(i),r||o(),a}function u(f){!f&&i&&s(),f&&!i&&c()}return a={cancel:s,refresh:c},a[ph]=function(){return i&&i[ph]?i[ph]():r},a[dh]=function(){return r=!0,i&&i[dh]&&i[dh](),a},a[hh]=o,a=Cr(a,P1,{get:function(){return!!i},set:u}),{h:a,dn:function(){i=Kt}}}function Dy(e,t,n){var r=Ae(t),i=r?t.length:0,a=(i>0?t[0]:r?an:t)||setTimeout,o=(i>1?t[1]:an)||clearTimeout,s=n[0];n[0]=function(){c.dn(),co(s,an,kr[Ct](arguments))};var c=A1(e,function(u){if(u){if(u.refresh)return u.refresh(),u;co(o,an,[u])}return co(a,an,n)},function(u){co(o,an,[u])});return c.h}function _n(e,t){return Dy(!0,an,kr[Ct](arguments))}function M1(e,t){return Dy(!1,an,kr[Ct](arguments))}var Uc,Hc="constructor",Pr="prototype",Gc="function",Wc="_dynInstFuncs",vh="_isDynProxy",fo="_dynClass",x1="_dynCls$",_h="_dynInstChk",Us=_h,wy="_dfOpts",by="_unknown_",mh="__proto__",jc="_dyn"+mh,ky="__dynProto$Gbl",gh="_dynInstProto",zc="useBaseInst",yh="setInstFuncs",Sh=Object,Hs=Sh.getPrototypeOf,Cy=Sh.getOwnPropertyNames,Oy=vn(),Eh=Oy[ky]||(Oy[ky]={o:(Uc={},Uc[yh]=!0,Uc[zc]=!0,Uc),n:1e3});function Kc(e){return e&&(e===Sh[Pr]||e===Array[Pr])}function Th(e){return Kc(e)||e===Function[Pr]}function zi(e){var t;if(e){if(Hs)return Hs(e);var n=e[mh]||e[Pr]||(e[Hc]?e[Hc][Pr]:null);t=e[jc]||n,hn(e,jc)||(delete e[gh],t=e[jc]=e[gh]||e[jc],e[gh]=n)}return t}function qc(e,t){var n=[];if(Cy)n=Cy(e);else for(var r in e)typeof r=="string"&&hn(e,r)&&n.push(r);if(n&&n.length>0)for(var i=0;i<n.length;i++)t(n[i])}function Nh(e,t,n){return t!==Hc&&typeof e[t]===Gc&&(n||hn(e,t))&&t!==mh&&t!==Pr}function Xc(e){In("DynamicProto: "+e)}function Y1(e){var t=si(null);return qc(e,function(n){!t[n]&&Nh(e,n,!1)&&(t[n]=e[n])}),t}function Dh(e,t){for(var n=e.length-1;n>=0;n--)if(e[n]===t)return!0;return!1}function L1(e,t,n,r){function i(c,u,f){var d=u[f];if(d[vh]&&r){var h=c[Wc]||{};h[Us]!==!1&&(d=(h[u[fo]]||{})[f]||d)}return function(){return d.apply(c,arguments)}}var a=si(null);qc(n,function(c){a[c]=i(t,n,c)});for(var o=zi(e),s=[];o&&!Th(o)&&!Dh(s,o);)qc(o,function(c){!a[c]&&Nh(o,c,!Hs)&&(a[c]=i(t,o,c))}),s.push(o),o=zi(o);return a}function V1(e,t,n,r){var i=null;if(e&&hn(n,fo)){var a=e[Wc]||si(null);if(i=(a[n[fo]]||si(null))[t],i||Xc("Missing ["+t+"] "+Gc),!i[_h]&&a[Us]!==!1){for(var o=!hn(e,t),s=zi(e),c=[];o&&s&&!Th(s)&&!Dh(c,s);){var u=s[t];if(u){o=u===r;break}c.push(s),s=zi(s)}try{o&&(e[t]=i),i[_h]=1}catch{a[Us]=!1}}}return i}function F1(e,t,n){var r=t[e];return r===n&&(r=zi(t)[e]),typeof r!==Gc&&Xc("["+e+"] is not a "+Gc),r}function $1(e,t,n,r,i){function a(c,u){var f=function(){var d=V1(this,u,c,f)||F1(u,c,f);return d.apply(this,arguments)};return f[vh]=1,f}if(!Kc(e)){var o=n[Wc]=n[Wc]||si(null);if(!Kc(o)){var s=o[t]=o[t]||si(null);o[Us]!==!1&&(o[Us]=!!i),Kc(s)||qc(n,function(c){Nh(n,c,!1)&&n[c]!==r[c]&&(s[c]=n[c],delete n[c],(!hn(e,c)||e[c]&&!e[c][vh])&&(e[c]=a(e,c)))})}}}function B1(e,t){if(Hs){for(var n=[],r=zi(t);r&&!Th(r)&&!Dh(n,r);){if(r===e)return!0;n.push(r),r=zi(r)}return!1}return!0}function wh(e,t){return hn(e,Pr)?e.name||t||by:((e||{})[Hc]||{}).name||t||by}function tt(e,t,n,r){hn(e,Pr)||Xc("theClass is an invalid class definition.");var i=e[Pr];B1(i,t)||Xc("["+wh(e)+"] not in hierarchy of ["+wh(t)+"]");var a=null;hn(i,fo)?a=i[fo]:(a=x1+wh(e,"_")+"$"+Eh.n,Eh.n++,i[fo]=a);var o=tt[wy],s=!!o[zc];s&&r&&r[zc]!==void 0&&(s=!!r[zc]);var c=Y1(t),u=L1(i,t,c,s);n(t,u);var f=!!Hs&&!!o[yh];f&&r&&(f=!!r[yh]),$1(i,a,t,c,f!==!1)}tt[wy]=Eh.o;var Ry="function",Iy="object",bh="undefined",Jn="prototype",kh=Object,U1=kh[Jn];(vn()||{}).Symbol,(vn()||{}).Reflect;var Py="hasOwnProperty",H1=function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)U1[Py].call(t,i)&&(e[i]=t[i])}return e},Bt=Kd||H1,Ch=function(e,t){return Ch=kh.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)r[Py](i)&&(n[i]=r[i])},Ch(e,t)};function Ar(e,t){typeof t!==Ry&&t!==null&&In("Class extends value "+String(t)+" is not a constructor or null"),Ch(e,t);function n(){this.constructor=e}e[Jn]=t===null?si(t):(n[Jn]=t[Jn],new n)}function Ay(e,t){for(var n=0,r=t.length,i=e.length;n<r;n++,i++)e[i]=t[n];return e}var My=QI,G1=t1,li=My({NONE:0,PENDING:3,INACTIVE:1,ACTIVE:2}),ho="toLowerCase",Jc="blkVal",Ne="length",Qc="rdOnly",Zc="notify",eu="warnToConsole",Gs="throwInternal",po="setDf",ci="watch",pt="logger",Ki="apply",He="push",vo="splice",xy="hdlr",_o="cancel",Ws="initialize",ui="identifier",tu="removeNotificationListener",nu="addNotificationListener",Qn="isInitialized",Yy="instrumentationKey",Oh="INACTIVE",js="value",ru="getNotifyMgr",zs="getPlugin",Mr="name",Ks="iKey",mo="time",Ut="processNext",Ly="getProcessTelContext",Vy="pollInternalLogs",go="enabled",Fy="stopPollingInternalLogs",fi="unload",iu="onComplete",au="version",$y="loggingLevelConsole",qi="createNew",xr="teardown",ou="messageId",Xi="message",yo="isAsync",Yr="diagLog",su="_doTeardown",qs="update",Zn="getNext",Xs="setNextPlugin",By="protocol",Rh="userAgent",So="split",Ih="nodeType",Ji="replace",Uy="logInternalMessage",Lr="type",Ph="handler",Js="status",Hy="getResponseHeader",Gy="getAllResponseHeaders",Ah="isChildEvt",Eo="data",To="getCtx",er="setCtx",Mh="complete",Wy="itemsReceived",Qs="urlString",jy="sendPOST",xh="headers",No="timeout",zy="setRequestHeader",Yh="traceId",Lh="spanId",Vh="traceFlags",Fh="getAttribute",$h;function W1(e,t){$h||($h=vy("AggregationError",function(r,i){i[Ne]>1&&(r.errors=i[1])}));var n=e;throw ie(t,function(r,i){n+=`
|
|
48
|
+
`.concat(i," > ").concat(ae(r))}),new $h(n,t||[])}/*!
|
|
49
49
|
* NevWare21 Solutions LLC - ts-async, 0.5.2
|
|
50
50
|
* https://github.com/nevware21/ts-async
|
|
51
51
|
* Copyright (c) NevWare21 Solutions LLC and contributors. All rights reserved.
|
|
52
52
|
* Licensed under the MIT license.
|
|
53
|
-
*/var ou="Promise",Vh="rejected";function xr(e,t){return Gy(e,function(n){return t?t({status:"fulfilled",rejected:!1,value:n}):n},function(n){return t?t({status:Vh,rejected:!0,reason:n}):n})}function Gy(e,t,n,r){var i=e;try{if(Wi(e))(t||n)&&(i=e.then(t,n));else try{t&&(i=t(e))}catch(a){if(n)i=n(a);else throw a}}finally{r&&O1(i,r)}return i}function O1(e,t){var n=e;return t&&(Wi(e)?e.finally?n=e.finally(t):n=e.then(function(r){return t(),r},function(r){throw t(),r}):t()),n}var Wy=["pending","resolving","resolved",Vh],jy="dispatchEvent",su;function I1(e){var t;return e&&e.createEvent&&(t=e.createEvent("Event")),!!t&&t.initEvent}function R1(e,t,n,r){var i=Ot();!su&&(su=vn(!!bt(I1,[i]).v));var a=su.v?i.createEvent("Event"):r?new Event(t):{};if(n&&n(a),su.v&&a.initEvent(t,!1,!0),a&&e[jy])e[jy](a);else{var o=e["on"+t];if(o)o(a);else{var s=ct("console");s&&(s.error||s.log)(t,ae(a))}}}var zy="unhandledRejection",P1=zy.toLowerCase(),Ky=[],A1=0,M1=10,Fh;function qy(e){return we(e)?e.toString():ae(e)}function Y1(e,t,n){var r=Fc(arguments,3),i=0,a=!1,o,s=[],c=A1++,u=!1,f=null,d;function v(P,V){try{Ky.push(c),u=!0,f&&f.cancel(),f=null;var w=e(function(O,K){s.push(function(){try{var $=i===2?P:V,R=it($)?o:we($)?$(o):$;Wi(R)?R.then(O,K):$?O(R):i===3?K(R):O(R)}catch(Y){K(Y)}}),a&&m()},r);return w}finally{Ky.pop()}}function h(P){return v(void 0,P)}function p(P){var V=P,w=P;return we(P)&&(V=function(O){return P&&P(),O},w=function(O){throw P&&P(),O}),v(V,w)}function _(){return Wy[i]}function m(){if(s.length>0){var P=s.slice();s=[],u=!0,f&&f.cancel(),f=null,t(P)}}function g(P,V){return function(w){if(i===V){if(P===2&&Wi(w)){i=1,w.then(g(2,1),g(3,1));return}i=P,a=!0,o=w,m(),!u&&P===3&&!f&&(f=_n(E,M1))}}}function E(){if(!u)if(u=!0,KR())process.emit(zy,o,d);else{var P=Qt()||pn();!Fh&&(Fh=vn(bt(ct,[ou+"RejectionEvent"]).v)),R1(P,P1,function(V){return Be(V,"promise",{g:function(){return d}}),V.reason=o,V},!!Fh.v)}}d={then:v,catch:h,finally:p},br(d,"state",{get:_}),XR()&&(d[Qd(11)]="IPromise");function C(){return"IPromise "+_()+(a?" - "+qy(o):"")}return d.toString=C,function(){we(n)||Rn(ou+": executor is not a function - "+qy(n));var V=g(3,0);try{n.call(d,g(2,0),V)}catch(w){V(w)}}(),d}function x1(e){return function(t){var n=Fc(arguments,1);return e(function(r,i){try{var a=[],o=1;th(t,function(s,c){s&&(o++,Gy(s,function(u){a[c]=u,--o===0&&r(a)},i))}),o--,o===0&&r(a)}catch(s){i(s)}},n)}}function L1(e){return vn(function(t){var n=Fc(arguments,1);return e(function(r,i){var a=[],o=1;function s(c,u){o++,xr(c,function(f){f.rejected?a[u]={status:Vh,reason:f.reason}:a[u]={status:"fulfilled",value:f.value},--o===0&&r(a)})}try{Ae(t)?ie(t,s):ly(t)?th(t,s):Rn("Input is not an iterable"),o--,o===0&&r(a)}catch(c){i(c)}},n)})}function V1(e){ie(e,function(t){try{t()}catch{}})}function F1(e){var t=Ys(e)?e:0;return function(n){_n(function(){V1(n)},t)}}function Xs(e,t){return Y1(Xs,F1(t),e,t)}var $h;function $1(e,t){!$h&&($h=vn(bt(ct,[ou]).v||null));var n=$h.v;if(!n)return Xs(e);we(e)||Rn(ou+": executor is not a function - "+ae(e));var r=0;function i(){return Wy[r]}var a=new n(function(o,s){function c(f){r=2,o(f)}function u(f){r=3,s(f)}e(c,u)});return br(a,"state",{get:i}),a}var Uh,Bh;function Lr(e,t){return!Uh&&(Uh=vn($1)),Uh.v.call(this,e,t)}var U1=x1(Lr);function B1(e,t){return!Bh&&(Bh=L1(Lr)),Bh.v(e,t)}var Zn=void 0,Fe="",Qi="channels",Nt="core",Hh="createPerfMgr",Gh="disabled",To="extensionConfig",No="extensions",er="processTelemetry",lu="priority",cu="eventsSent",Js="eventsDiscarded",uu="eventsSendRequest",Zi="perfEvent",Wh="offlineEventsStored",jh="offlineBatchSent",zh="offlineBatchDrop",fu="getPerfMgr",Kh="domain",qh="path",H1="Not dynamic - ",G1="getPrototypeOf",W1=/-([a-z])/g,j1=/([^\w\d_$])/g,z1=/^(\d+[\w\d_$])/,K1=Object[G1];function ea(e){return!W(e)}function du(e){var t=e;return t&&Se(t)&&(t=t[Ji](W1,function(n,r){return r.toUpperCase()}),t=t[Ji](j1,"_"),t=t[Ji](z1,function(n,r){return"_"+r})),t}function xt(e,t){return e&&t?Zt(e,t)!==-1:!1}function Do(e){return e&&e.toISOString()||""}function je(e){return Hd(e)?e[Pr]:Fe}function Ze(e,t,n,r,i){var a=n;return e&&(a=e[t],a!==n&&(!i||i(a))&&(!r||r(n))&&(a=n,e[t]=a)),a}function Ht(e,t,n){var r;return e?(r=e[t],!r&&W(r)&&(r=it(n)?{}:n,e[t]=r)):r=it(n)?{}:n,r}function Xy(e,t){var n=null,r=null;return we(e)?n=e:r=e,function(){var i=arguments;if(n&&(r=n()),r)return r[t][Ki](r,i)}}function q1(e,t,n){if(e&&t&&Xt(e)&&Xt(t)){var r=function(a){if(Se(a)){var o=t[a];we(o)?(!n||n(a,!0,t,e))&&(e[a]=Xy(t,a)):(!n||n(a,!1,t,e))&&(ti(e,a)&&delete e[a],Be(e,a,{g:function(){return t[a]},s:function(s){t[a]=s}}))}};for(var i in t)r(i)}return e}function hu(e,t,n,r,i){e&&t&&n&&(i!==!1||it(e[t]))&&(e[t]=Xy(n,r))}function Qs(e,t,n,r){return e&&t&&Xt(e)&&Ae(n)&&ie(n,function(i){Se(i)&&hu(e,i,t,i,r)}),e}function X1(e){return function(){function t(){var n=this;e&&Me(e,function(r,i){n[r]=i})}return t}()}function Jy(e){return e&&Wd&&(e=Dh(Wd({},e))),e}function Qy(e,t,n,r,i,a){var o=arguments,s=o[0]||{},c=o[Ne],u=!1,f=1;for(c>0&&qg(s)&&(u=s,s=o[f]||{},f++),Xt(s)||(s={});f<c;f++){var d=o[f],v=Ae(d),h=Xt(d);for(var p in d){var _=v&&p in d||h&&ti(d,p);if(_){var m=d[p],g=void 0;if(u&&m&&((g=Ae(m))||$t(m))){var E=s[p];g?Ae(E)||(E=[]):$t(E)||(E={}),m=Qy(u,E,m)}m!==void 0&&(s[p]=m)}}}return s}function Xh(e,t){var n=!1,r=t&&t.featureOptIn&&t.featureOptIn[e];if(e&&r){var i=r.mode;n=i==3||i==1}return n}function vu(e){try{return e.responseText}catch{}return null}function Zy(e,t){return e?"XDomainRequest,Response:"+vu(e)||"":t}function pu(e,t){return e?"XMLHttpRequest,Status:"+e[Ks]+",Response:"+vu(e)||e.response||"":t}function eE(e,t){return t&&(Ys(t)?e=[t].concat(e):Ae(t)&&(e=t.concat(e))),e}var J1="Microsoft_ApplicationInsights_BypassAjaxInstrumentation",tE="withCredentials",Q1="timeout";function Z1(e,t,n,r,i,a){r===void 0&&(r=!1),i===void 0&&(i=!1);function o(c,u,f){try{c[u]=f}catch{}}var s=new XMLHttpRequest;return r&&o(s,J1,r),n&&o(s,tE,n),s.open(e,t,!i),n&&o(s,tE,n),!i&&a&&o(s,Q1,a),s}function eP(e){var t={};if(Se(e)){var n=gt(e)[go](/[\r\n]+/);ie(n,function(r){if(r){var i=r.indexOf(": ");if(i!==-1){var a=gt(r.substring(0,i))[uo](),o=gt(r.substring(i+1));t[a]=o}else t[gt(r)]=1}})}return t}function Jh(e,t,n){if(!e[n]&&t&&t[Fy]){var r=t[Fy](n);r&&(e[n]=gt(r))}return e}var tP="kill-duration",nP="kill-duration-seconds",rP="time-delta-millis";function Qh(e,t){var n={};return e[$y]?n=eP(e[$y]()):t&&(n=Jh(n,e,rP),n=Jh(n,e,tP),n=Jh(n,e,nP)),n}var iP="documentMode",aP="location",oP="console",nE="JSON",sP="crypto",lP="msCrypto",cP="ReactNative",Zh="msie",ev="trident/",rE="XMLHttpRequest",tv=null,nv=null,uP=!1,wo=null,rv=null;function iE(e,t){var n=!1;if(e){try{if(n=t in e,!n){var r=e[qn];r&&(n=t in r)}}catch{}if(!n)try{var i=new e;n=!it(i[t])}catch{}}return n}function tr(e){if(e&&uP){var t=ct("__mockLocation");if(t)return t}return typeof location===ky&&location?location:ct(aP)}function fP(){return typeof console!==Nh?console:ct(oP)}function Zs(){return!!(typeof JSON===ky&&JSON||ct(nE)!==null)}function Pn(){return Zs()?JSON||ct(nE):null}function dP(){return ct(sP)}function hP(){return ct(lP)}function vP(){var e=zn();return e&&e.product?e.product===cP:!1}function iv(){var e=zn();if(e&&(e[kh]!==nv||tv===null)){nv=e[kh];var t=(nv||Fe)[uo]();tv=xt(t,Zh)||xt(t,ev)}return tv}function aE(e){if(e===void 0&&(e=null),!e){var t=zn()||{};e=t?(t.userAgent||Fe)[uo]():Fe}var n=(e||Fe)[uo]();if(xt(n,Zh)){var r=Ot()||{};return Math.max(parseInt(n[go](Zh)[1]),r[iP]||0)}else if(xt(n,ev)){var i=parseInt(n[go](ev)[1]);if(i)return i+4}return null}function el(e){return(rv===null||e===!1)&&(rv=jR()&&!!zn().sendBeacon),rv}function av(e){var t=!1;try{t=!!ct("fetch");var n=ct("Request");t&&e&&n&&(t=iE(n,"keepalive"))}catch{}return t}function pP(){return wo===null&&(wo=typeof XDomainRequest!==Nh,wo&&_u()&&(wo=wo&&!iE(ct(rE),"withCredentials"))),wo}function _u(){var e=!1;try{var t=ct(rE);e=!!t}catch{}return e}function _P(e,t){return e&&e.dispatchEvent&&t?(e.dispatchEvent(t),!0):!1}function mP(e,t){var n=null,r={detail:t||null};if(we(CustomEvent))n=new CustomEvent(e,r);else{var i=Ot();i&&i.createEvent&&(n=i.createEvent("CustomEvent"),n.initCustomEvent(e,!0,!0,r))}return n}function gP(e,t,n){var r=pn();if(r&&r.CustomEvent)try{var i={cfg:t||null,customDetails:n||null};return _P(r,mP(e,i))}catch{}return!1}var oE=4294967296,ci=4294967295,sE=123456789,lE=987654321,cE=!1,tl=sE,nl=lE;function yP(e){e<0&&(e>>>=0),tl=sE+e&ci,nl=lE-e&ci,cE=!0}function EP(){try{var e=Kn()&2147483647;yP((Math.random()*oE^e)+e)}catch{}}function SP(e){return e>0?Math.floor(rl()/ci*(e+1))>>>0:0}function rl(e){var t=0,n=dP()||hP();return n&&n.getRandomValues&&(t=n.getRandomValues(new Uint32Array(1))[0]&ci),t===0&&iv()&&(cE||EP(),t=TP()&ci),t===0&&(t=Math.floor(oE*Math.random()|0)),e||(t>>>=0),t}function TP(e){nl=36969*(nl&65535)+(nl>>16)&ci,tl=18e3*(tl&65535)+(tl>>16)&ci;var t=(nl<<16)+(tl&65535)>>>0&ci|0;return e||(t>>>=0),t}function ov(e){e===void 0&&(e=22);for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",n=rl()>>>0,r=0,i=Fe;i[Ne]<e;)r++,i+=t.charAt(n&63),n>>>=6,r===5&&(n=(rl()<<2&4294967295|n&3)>>>0,r=0);return i}var uE="3.3.1",NP="."+ov(6),DP=0;function fE(e){return e[Ch]===1||e[Ch]===9||!+e[Ch]}function wP(e,t){var n=t[e.id];if(!n){n={};try{fE(t)&&Be(t,e.id,{e:!1,v:n})}catch{}}return n}function mn(e,t){return t===void 0&&(t=!1),du(e+DP+++(t?"."+uE:Fe)+NP)}function dE(e){var t={id:mn("_aiData-"+(e||Fe)+"."+uE),accept:function(n){return fE(n)},get:function(n,r,i,a){var o=n[t.id];return o?o[du(r)]:(a&&(o=wP(t,n),o[du(r)]=i),i)},kill:function(n,r){if(n&&n[r])try{delete n[r]}catch{}}};return t}function mu(e){return e&&Xt(e)&&(e.isVal||e.fb||ti(e,"v")||ti(e,"mrg")||ti(e,"ref")||e.set)}function hE(e,t,n){var r,i=n.dfVal||Kg;if(t&&n.fb){var a=n.fb;Ae(a)||(a=[a]);for(var o=0;o<a[Ne];o++){var s=a[o],c=t[s];if(i(c)?r=c:e&&(c=e.cfg[s],i(c)&&(r=c),e.set(e.cfg,Jt(s),c)),i(r))break}}return!i(r)&&i(n.v)&&(r=n.v),r}function sv(e,t,n){var r=n;if(n&&mu(n)&&(r=hE(e,t,n)),r){mu(r)&&(r=sv(e,t,r));var i;Ae(r)?(i=[],i[Ne]=r[Ne]):$t(r)&&(i={}),i&&(Me(r,function(a,o){o&&mu(o)&&(o=sv(e,t,o)),i[a]=o}),r=i)}return r}function lv(e,t,n,r){var i,a,o,s=r,c,u,f,d;mu(s)?(i=s.isVal,a=s.set,f=s[Xc],d=s[qc],c=s.mrg,u=s.ref,!u&&it(u)&&(u=!!c),o=hE(e,t,s)):o=r,d&&e[qc](t,n);var v,h=!0,p=t[n];(p||!W(p))&&(v=p,h=!1,i&&v!==o&&!i(v)&&(v=o,h=!0),a&&(v=a(v,o,t),h=v===o)),h?o?v=sv(e,t,o):v=o:($t(v)||Ae(o))&&c&&o&&($t(o)||Ae(o))&&Me(o,function(_,m){lv(e,v,_,m)}),e.set(t,n,v),u&&e.ref(t,n),f&&e[Xc](t,n)}var ui=Zd("[[ai_dynCfg_1]]"),vE=Zd("[[ai_blkDynCfg_1]]"),bP=Zd("[[ai_frcDynCfg_1]]");function pE(e){if(e){var t;if(Ae(e)?(t=[],t[Ne]=e[Ne]):$t(e)&&(t={}),t)return Me(e,function(n,r){t[n]=pE(r)}),t}return e}function kP(e){if(e){var t=e[ui]||e;if(t.cfg&&(t.cfg===e||t.cfg[ui]===t))return t}return null}function CP(e){if(e&&($t(e)||Ae(e)))try{e[vE]=!0}catch{}return e}function cv(e,t,n){var r=!1;return n&&!e[t.blkVal]&&(r=n[bP],!r&&!n[vE]&&(r=$t(n)||Ae(n))),r}function _E(e){Rn("InvalidAccess:"+e)}var OP=["push","pop","shift","unshift","splice"],il=function(e,t,n,r){e&&e[Us](3,108,"".concat(n," [").concat(t,"] failed - ")+ae(r))};function IP(e,t,n){Ae(t)&&ie(OP,function(r){var i=t[r];t[r]=function(){for(var a=[],o=0;o<arguments.length;o++)a[o]=arguments[o];var s=i[Ki](this,a);return Eu(e,t,n,"Patching"),s}})}function gu(e,t){var n=Gd(e,t);return n&&n.get}function RP(e,t,n,r){var i={n,h:[],trk:function(u){u&&u.fn&&(Yt(i.h,u)===-1&&i.h[He](u),e.trk(u,i))},clr:function(u){var f=Yt(i.h,u);f!==-1&&i.h[ho](f,1)}},a=!0,o=!1;function s(){a&&(o=o||cv(s,e,r),r&&!r[ui]&&o&&(r=Eu(e,r,n,"Converting")),a=!1);var u=e.act;return u&&i.trk(u),r}s[e.prop]={chng:function(){e.add(i)}};function c(u){if(r!==u){s[e.ro]&&!e.upd&&_E("["+n+"] is read-only:"+ae(t)),a&&(o=o||cv(s,e,r),a=!1);var f=o&&s[e.rf];if(o)if(f){Me(r,function(v){r[v]=u?u[v]:Zn});try{Me(u,function(v,h){yu(e,r,v,h)}),u=r}catch(v){il((e.hdlr||{})[vt],n,"Assigning",v),o=!1}}else r&&r[ui]&&Me(r,function(v){var h=gu(r,v);if(h){var p=h[e.prop];p&&p.chng()}});if(u!==r){var d=u&&cv(s,e,u);!f&&d&&(u=Eu(e,u,n,"Converting")),r=u,o=d}e.add(i)}}Be(t,i.n,{g:s,s:c})}function yu(e,t,n,r){if(t){var i=gu(t,n),a=i&&!!i[e.prop];a?t[n]=r:RP(e,t,n,r)}return t}function uv(e,t,n,r){if(t){var i=gu(t,n),a=i&&!!i[e.prop],o=r&&r[0],s=r&&r[1],c=r&&r[2];if(!a){if(c)try{CP(t)}catch(u){il((e.hdlr||{})[vt],n,"Blocking",u)}try{yu(e,t,n,t[n]),i=gu(t,n)}catch(u){il((e.hdlr||{})[vt],n,"State",u)}}o&&(i[e.rf]=o),s&&(i[e.ro]=s),c&&(i[e.blkVal]=!0)}return t}function Eu(e,t,n,r){try{Me(t,function(i,a){yu(e,t,i,a)}),t[ui]||(br(t,ui,{get:function(){return e[Ry]}}),IP(e,t,n))}catch(i){il((e.hdlr||{})[vt],n,r,i)}return t}var al="[[ai_",ol="]]";function PP(e){var t,n=Ls(al+"get"+e.uid+ol),r=Ls(al+"ro"+e.uid+ol),i=Ls(al+"rf"+e.uid+ol),a=Ls(al+"blkVal"+e.uid+ol),o=Ls(al+"dtl"+e.uid+ol),s=null,c=null,u;function f(p,_){var m=u.act;try{u.act=p,p&&p[o]&&(ie(p[o],function(E){E.clr(p)}),p[o]=[]),_({cfg:e.cfg,set:e.set.bind(e),setDf:e[fo].bind(e),ref:e.ref.bind(e),rdOnly:e[Xc].bind(e)})}catch(E){var g=e[vt];throw g&&g[Us](1,107,ae(E)),E}finally{u.act=m||null}}function d(){if(s){var p=s;s=null,c&&c[vo](),c=null;var _=[];if(ie(p,function(m){if(m&&(m[o]&&(ie(m[o],function(g){g.clr(m)}),m[o]=null),m.fn))try{f(m,m.fn)}catch(g){_[He](g)}}),s)try{d()}catch(m){_[He](m)}_[Ne]>0&&C1("Watcher error(s): ",_)}}function v(p){if(p&&p.h[Ne]>0){s||(s=[]),c||(c=_n(function(){c=null,d()},0));for(var _=0;_<p.h[Ne];_++){var m=p.h[_];m&&Yt(s,m)===-1&&s[He](m)}}}function h(p,_){if(p){var m=p[o]=p[o]||[];Yt(m,_)===-1&&m[He](_)}}return u=(t={prop:n,ro:r,rf:i},t[qc]=a,t[Ry]=e,t.add=v,t[Jc]=d,t.use=f,t.trk=h,t),u}function AP(e,t){var n={fn:t,rm:function(){n.fn=null,e=null,t=null}};return Be(n,"toJSON",{v:function(){return"WatcherHandler"+(n.fn?"":"[X]")}}),e.use(n,t),n}function MP(e,t,n){var r,i=kP(t);if(i)return i;var a=mn("dyncfg",!0),o=t&&n!==!1?t:pE(t),s;function c(){s[Jc]()}function u(g,E,C){try{g=yu(s,g,E,C)}catch(P){il(e,E,"Setting value",P)}return g[E]}function f(g){return AP(s,g)}function d(g,E){s.use(null,function(C){var P=s.upd;try{it(E)||(s.upd=E),g(C)}finally{s.upd=P}})}function v(g,E){var C;return uv(s,g,E,(C={},C[0]=!0,C))[E]}function h(g,E){var C;return uv(s,g,E,(C={},C[1]=!0,C))[E]}function p(g,E){var C;return uv(s,g,E,(C={},C[2]=!0,C))[E]}function _(g,E){return E&&Me(E,function(C,P){lv(m,g,C,P)}),g}var m=(r={uid:null,cfg:o},r[vt]=e,r[Jc]=c,r.set=u,r[fo]=_,r[oi]=f,r.ref=v,r[Xc]=h,r[qc]=p,r._block=d,r);return Be(m,"uid",{c:!1,e:!1,w:!1,v:a}),s=PP(m),Eu(s,o,"config","Creating"),m}function YP(e,t){e?(e[Qc](t),e[Us](2,108,t)):_E(t)}function gn(e,t,n,r){var i=MP(n,e||{},r);return t&&i[fo](i.cfg,t),i}function pt(e,t,n){var r=e[ui]||e;return r.cfg&&(r.cfg===e||r.cfg[ui]===r)?r[oi](t):(YP(n,H1+ae(e)),gn(e,null,n)[oi](t))}function bo(e,t){if(e&&e[li])return e[li](t)}function mE(e,t,n){var r;return n||(r=Lr(function(i){n=i})),e&&h1(e)>0?xr(bo(e[0],t),function(){mE(Fc(e,1),t,n)}):n(),r}var xP=500,gE="Microsoft_ApplicationInsights_BypassAjaxInstrumentation";function LP(e,t,n){return!e&&W(e)?t:qg(e)?e:Jt(e)[uo]()==="true"}function An(e){return{mrg:!0,v:e}}function yE(e,t){return{set:e,v:t}}function Su(e,t,n){return{fb:n,isVal:e,v:t}}function yt(e,t){return{fb:t,set:LP,v:!!e}}function VP(e){return{isVal:Se,v:Jt(e||Fe)}}var fv=[cu,Js,uu,Zi],Tu=null,Nu;function FP(e,t){return function(){var n=arguments,r=EE(t);if(r){var i=r.listener;i&&i[e]&&i[e][Ki](i,n)}}}function $P(){var e=ct("Microsoft");return e&&(Tu=e.ApplicationInsights),Tu}function EE(e){var t=Tu;return!t&&e.disableDbgExt!==!0&&(t=Tu||$P()),t?t.ChromeDbgExt:null}function UP(e){if(!Nu){Nu={};for(var t=0;t<fv[Ne];t++)Nu[fv[t]]=FP(fv[t],e)}return Nu}var ko,SE="warnToConsole",BP="AI (Internal): ",HP="AI: ",GP="AITR_",WP={loggingLevelConsole:0,loggingLevelTelemetry:1,maxMessageLimit:25,enableDebug:!1},jP=(ko={},ko[0]=null,ko[1]="errorToConsole",ko[2]=SE,ko[3]="debugToConsole",ko);function TE(e){return e?'"'+e[Ji](/\"/g,Fe)+'"':Fe}function dv(e,t){var n=fP();if(n){var r="log";n[e]&&(r=e),we(n[r])&&n[r](t)}}var sl=function(){function e(t,n,r,i){r===void 0&&(r=!1);var a=this;a[iu]=t,a[Xi]=(r?HP:BP)+t;var o=Fe;Zs()&&(o=Pn().stringify(i));var s=(n?" message:"+TE(n):Fe)+(i?" props:"+TE(o):Fe);a[Xi]+=s}return e.dataType="MessageData",e}();function ta(e,t){return(e||{})[vt]||new Du(t)}var Du=function(){function e(t){this.identifier="DiagnosticLogger",this.queue=[];var n=0,r={},i,a,o,s,c;et(e,this,function(u){c=d(t||{}),u.consoleLoggingLevel=function(){return i},u[Us]=function(p,_,m,g,E){E===void 0&&(E=!1);var C=new sl(_,m,E,g);if(s)throw ae(C);var P=jP[p]||SE;if(it(C[Xi]))h("throw"+(p===1?"Critical":"Warning"),C);else{if(E){var V=+C[iu];!r[V]&&i>=p&&(u[P](C[Xi]),r[V]=!0)}else i>=p&&u[P](C[Xi]);f(p,C)}},u.debugToConsole=function(p){dv("debug",p),h("warning",p)},u[Qc]=function(p){dv("warn",p),h("warning",p)},u.errorToConsole=function(p){dv("error",p),h("error",p)},u.resetInternalMessageCount=function(){n=0,r={}},u[Vy]=f,u[li]=function(p){c&&c.rm(),c=null};function f(p,_){if(!v()){var m=!0,g=GP+_[iu];if(r[g]?m=!1:r[g]=!0,m&&(p<=a&&(u.queue[He](_),n++,h(p===1?"error":"warn",_)),n===o)){var E="Internal events throttle limit per PageView reached for this app.",C=new sl(23,E,!1);u.queue[He](C),p===1?u.errorToConsole(E):u[Qc](E)}}}function d(p){return pt(gn(p,WP,u).cfg,function(_){var m=_.cfg;i=m[xy],a=m.loggingLevelTelemetry,o=m.maxMessageLimit,s=m.enableDebug})}function v(){return n>=o}function h(p,_){var m=EE(t||{});m&&m[Mr]&&m[Mr](p,_)}})}return e.__ieDyn=1,e}();function hv(e){return e||new Du}function ee(e,t,n,r,i,a){a===void 0&&(a=!1),hv(e)[Us](t,n,r,i,a)}function na(e,t){hv(e)[Qc](t)}function zP(e,t,n){hv(e)[Vy](t,n)}var vv,ra,NE="toGMTString",DE="toUTCString",pv="cookie",_v="expires",wE="isCookieUseDisabled",mv="disableCookiesUsage",fi="_ckMgr",wu=null,gv=null,bE=null,nr,kE={},bu={},KP=(vv={cookieCfg:An((ra={},ra[Kh]={fb:"cookieDomain",dfVal:ea},ra.path={fb:"cookiePath",dfVal:ea},ra.enabled=Zn,ra.ignoreCookies=Zn,ra.blockedCookies=Zn,ra)),cookieDomain:Zn,cookiePath:Zn},vv[mv]=Zn,vv);function yv(){!nr&&(nr=WR(function(){return Ot()}))}function qP(e,t){var n=ll[fi]||bu[fi];return n||(n=ll[fi]=ll(e,t),bu[fi]=n),n}function ku(e){return e?e.isEnabled():!0}function CE(e,t){return t&&e&&Ae(e.ignoreCookies)?Yt(e.ignoreCookies,t)!==-1:!1}function XP(e,t){return t&&e&&Ae(e.blockedCookies)&&Yt(e.blockedCookies,t)!==-1?!0:CE(e,t)}function OE(e,t){var n=t[_o];if(W(n)){var r=void 0;it(e[wE])||(r=!e[wE]),it(e[mv])||(r=!e[mv]),n=r}return n}function Ev(e,t){var n;if(e)n=e.getCookieMgr();else if(t){var r=t.cookieCfg;r&&r[fi]?n=r[fi]:n=ll(t)}return n||(n=qP(t,(e||{})[vt])),n}function ll(e,t){var n,r,i,a,o,s,c,u,f;e=gn(e||bu,null,t).cfg,o=pt(e,function(v){v[fo](v.cfg,KP),r=v.ref(v.cfg,"cookieCfg"),i=r[qh]||"/",a=r[Kh],s=OE(e,r)!==!1,c=r.getCookie||JP,u=r.setCookie||ME,f=r.delCookie||ME},t);var d=(n={isEnabled:function(){var v=OE(e,r)!==!1&&s&&IE(t),h=bu[fi];return v&&h&&d!==h&&(v=ku(h)),v},setEnabled:function(v){s=v!==!1,r[_o]=v},set:function(v,h,p,_,m){var g=!1;if(ku(d)&&!XP(r,v)){var E={},C=gt(h||Fe),P=Zt(C,";");if(P!==-1&&(C=gt(Kd(h,P)),E=RE(jn(h,P+1))),Ze(E,Kh,_||a,Rc,it),!W(p)){var V=iv();if(it(E[_v])){var w=Kn(),O=w+p*1e3;if(O>0){var K=new Date;K.setTime(O),Ze(E,_v,PE(K,V?NE:DE)||PE(K,V?NE:DE)||Fe,Rc)}}V||Ze(E,"max-age",Fe+p,null,it)}var $=tr();$&&$[Ly]==="https:"&&(Ze(E,"secure",null,null,it),gv===null&&(gv=!QP((zn()||{})[kh])),gv&&Ze(E,"SameSite","None",null,it)),Ze(E,qh,m||i,null,it),u(v,AE(C,E)),g=!0}return g},get:function(v){var h=Fe;return ku(d)&&!CE(r,v)&&(h=c(v)),h},del:function(v,h){var p=!1;return ku(d)&&(p=d.purge(v,h)),p},purge:function(v,h){var p,_=!1;if(IE(t)){var m=(p={},p[qh]=h||"/",p[_v]="Thu, 01 Jan 1970 00:00:01 GMT",p);iv()||(m["max-age"]="0"),f(v,AE(Fe,m)),_=!0}return _}},n[li]=function(v){o&&o.rm(),o=null},n);return d[fi]=d,d}function IE(e){if(wu===null){wu=!1,!nr&&yv();try{var t=nr.v||{};wu=t[pv]!==void 0}catch(n){ee(e,2,68,"Cannot access document.cookie - "+je(n),{exception:ae(n)})}}return wu}function RE(e){var t={};if(e&&e[Ne]){var n=gt(e)[go](";");ie(n,function(r){if(r=gt(r||Fe),r){var i=Zt(r,"=");i===-1?t[r]=null:t[gt(Kd(r,i))]=gt(jn(r,i+1))}})}return t}function PE(e,t){return we(e[t])?e[t]():null}function AE(e,t){var n=e||Fe;return Me(t,function(r,i){n+="; "+r+(W(i)?Fe:"="+i)}),n}function JP(e){var t=Fe;if(!nr&&yv(),nr.v){var n=nr.v[pv]||Fe;bE!==n&&(kE=RE(n),bE=n),t=gt(kE[e]||Fe)}return t}function ME(e,t){!nr&&yv(),nr.v&&(nr.v[pv]=e+"="+t)}function QP(e){return Se(e)?!!(xt(e,"CPU iPhone OS 12")||xt(e,"iPad; CPU OS 12")||xt(e,"Macintosh; Intel Mac OS X 10_14")&&xt(e,"Version/")&&xt(e,"Safari")||xt(e,"Macintosh; Intel Mac OS X 10_14")&&yy(e,"AppleWebKit/605.1.15 (KHTML, like Gecko)")||xt(e,"Chrome/5")||xt(e,"Chrome/6")||xt(e,"UnrealEngine")&&!xt(e,"Chrome")||xt(e,"UCBrowser/12")||xt(e,"UCBrowser/11")):!1}var ZP={perfEvtsSendAll:!1};function eA(e){e.h=null;var t=e.cb;e.cb=[],ie(t,function(n){bt(n.fn,[n.arg])})}function di(e,t,n,r){ie(e,function(i){i&&i[t]&&(n?(n.cb[He]({fn:r,arg:i}),n.h=n.h||_n(eA,0,n)):bt(r,[i]))})}var tA=function(){function e(t){this.listeners=[];var n,r,i=[],a={h:null,cb:[]},o=gn(t,ZP);r=o[oi](function(s){n=!!s.cfg.perfEvtsSendAll}),et(e,this,function(s){Be(s,"listeners",{g:function(){return i}}),s[eu]=function(c){i[He](c)},s[Zc]=function(c){for(var u=Yt(i,c);u>-1;)i[ho](u,1),u=Yt(i,c)},s[cu]=function(c){di(i,cu,a,function(u){u[cu](c)})},s[Js]=function(c,u){di(i,Js,a,function(f){f[Js](c,u)})},s[uu]=function(c,u){di(i,uu,u?a:null,function(f){f[uu](c,u)})},s[Zi]=function(c){c&&(n||!c[Ih]())&&di(i,Zi,null,function(u){c[mo]?_n(function(){return u[Zi](c)},0):u[Zi](c)})},s[Wh]=function(c){c&&c[Ne]&&di(i,Wh,a,function(u){u[Wh](c)})},s[jh]=function(c){c&&c[yo]&&di(i,jh,a,function(u){u[jh](c)})},s[zh]=function(c,u){if(c>0){var f=u||0;di(i,zh,a,function(d){d[zh](c,f)})}},s[li]=function(c){var u=function(){r&&r.rm(),r=null,i=[],a.h&&a.h[vo](),a.h=null,a.cb=[]},f;if(di(i,"unload",null,function(d){var v=d[li](c);v&&(f||(f=[]),f[He](v))}),f)return Lr(function(d){return xr(U1(f),function(){u(),d()})});u()}})}return e.__ieDyn=1,e}(),Co="ctx",Sv="ParentContextKey",cl="ChildrenContextKey",nA=null,Cu=function(){function e(t,n,r){var i=this;if(i.start=Kn(),i[Pr]=t,i[mo]=r,i[Ih]=function(){return!1},we(n)){var a;Be(i,"payload",{g:function(){return!a&&we(n)&&(a=n(),n=null),a}})}i[Eo]=function(o){return o?o===e[Sv]||o===e[cl]?i[o]:(i[Co]||{})[o]:null},i[Qn]=function(o,s){if(o)if(o===e[Sv])i[o]||(i[Ih]=function(){return!0}),i[o]=s;else if(o===e[cl])i[o]=s;else{var c=i[Co]=i[Co]||{};c[o]=s}},i[Rh]=function(){var o=0,s=i[Eo](e[cl]);if(Ae(s))for(var c=0;c<s[Ne];c++){var u=s[c];u&&(o+=u[po])}i[po]=Kn()-i.start,i.exTime=i[po]-o,i[Rh]=function(){}}}return e.ParentContextKey="parent",e.ChildrenContextKey="childEvts",e}(),rA=function(){function e(t){this.ctx={},et(e,this,function(n){n.create=function(r,i,a){return new Cu(r,i,a)},n.fire=function(r){r&&(r[Rh](),t&&we(t[Zi])&&t[Zi](r))},n[Qn]=function(r,i){if(r){var a=n[Co]=n[Co]||{};a[r]=i}},n[Eo]=function(r){return(n[Co]||{})[r]}})}return e.__ieDyn=1,e}(),Tv="CoreUtils.doPerf";function Ou(e,t,n,r,i){if(e){var a=e;if(a[fu]&&(a=a[fu]()),a){var o=void 0,s=a[Eo](Tv);try{if(o=a.create(t(),r,i),o){if(s&&o[Qn]&&(o[Qn](Cu[Sv],s),s[Eo]&&s[Qn])){var c=s[Eo](Cu[cl]);c||(c=[],s[Qn](Cu[cl],c)),c[He](o)}return a[Qn](Tv,o),n(o)}}catch(u){o&&o[Qn]&&o[Qn]("exception",u)}finally{o&&a.fire(o),a[Qn](Tv,s)}}}return n()}function iA(){return nA}function hi(){for(var e=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"],t=Fe,n,r=0;r<4;r++)n=rl(),t+=e[n&15]+e[n>>4&15]+e[n>>8&15]+e[n>>12&15]+e[n>>16&15]+e[n>>20&15]+e[n>>24&15]+e[n>>28&15];var i=e[8+(rl()&3)|0];return ni(t,0,8)+ni(t,9,4)+"4"+ni(t,13,3)+i+ni(t,16,3)+ni(t,19,12)}var Nv="00",aA="ff",YE="00000000000000000000000000000000",xE="0000000000000000";function ul(e,t,n){return e&&e[Ne]===t&&e!==n?!!e.match(/^[\da-f]*$/i):!1}function LE(e,t,n){return ul(e,t)?e:n}function oA(e){(isNaN(e)||e<0||e>255)&&(e=1);for(var t=e.toString(16);t[Ne]<2;)t="0"+t;return t}function VE(e,t,n,r){var i;return i={},i[ru]=ul(r,2,aA)?r:Nv,i[Ah]=Dv(e)?e:hi(),i[Mh]=wv(t)?t:Kd(hi(),16),i.traceFlags=n>=0&&n<=255?n:1,i}function Dv(e){return ul(e,32,YE)}function wv(e){return ul(e,16,xE)}function FE(e){if(e){var t=oA(e[Yh]);ul(t,2)||(t="01");var n=e[ru]||Nv;return n!=="00"&&n!=="ff"&&(n=Nv),"".concat(n.toLowerCase(),"-").concat(LE(e.traceId,32,YE).toLowerCase(),"-").concat(LE(e.spanId,16,xE).toLowerCase(),"-").concat(t.toLowerCase())}return""}function sA(e){var t=e.getElementsByTagName("script"),n=[];return ie(t,function(r){var i=r[xh]("src");if(i){var a=r[xh]("crossorigin"),o=r.hasAttribute("async")===!0,s=r.hasAttribute("defer")===!0,c=r[xh]("referrerpolicy"),u={url:i};a&&(u.crossOrigin=a),o&&(u.async=o),s&&(u.defer=s),c&&(u.referrerPolicy=c),n[He](u)}}),n}var lA=dE("plugin");function ia(e){return lA.get(e,"state",{},!0)}function $E(e,t){for(var n=[],r=null,i=e[Jn](),a;i;){var o=i[Gs]();if(o){r&&r[zs]&&o[er]&&r[zs](o),a=ia(o);var s=!!a[Xn];o[Xn]&&(s=o[Xn]()),s||n[He](o),r=o,i=i[Jn]()}}ie(n,function(c){var u=e[Nt]();c[Bs](e.getCfg(),u,t,e[Jn]()),a=ia(c),!c[Nt]&&!a[Nt]&&(a[Nt]=u),a[Xn]=!0,delete a[Ar]})}function bv(e){return e.sort(function(t,n){var r=0;if(n){var i=n[er];t[er]?r=i?t[lu]-n[lu]:1:i&&(r=-1)}else r=t?1:-1;return r})}function cA(e){var t={};return{getName:function(){return t[Pr]},setName:function(n){e&&e.setName(n),t[Pr]=n},getTraceId:function(){return t[Ah]},setTraceId:function(n){e&&e.setTraceId(n),Dv(n)&&(t[Ah]=n)},getSpanId:function(){return t[Mh]},setSpanId:function(n){e&&e.setSpanId(n),wv(n)&&(t[Mh]=n)},getTraceFlags:function(){return t[Yh]},setTraceFlags:function(n){e&&e.setTraceFlags(n),t[Yh]=n}}}var uA="TelemetryPluginChain",UE="_hasRun",BE="_getTelCtx",HE=0;function fA(e,t,n){for(;e;){if(e[Gs]()===n)return e;e=e[Jn]()}return aa([n],t.config||{},t)}function kv(e,t,n,r){var i=null,a=[];t||(t=gn({},null,n[vt])),r!==null&&(i=r?fA(e,n,r):e);var o={_next:c,ctx:{core:function(){return n},diagLog:function(){return ta(n,t.cfg)},getCfg:function(){return t.cfg},getExtCfg:f,getConfig:d,hasNext:function(){return!!i},getNext:function(){return i},setNext:function(h){i=h},iterate:v,onComplete:s}};function s(h,p){for(var _=[],m=2;m<arguments.length;m++)_[m-2]=arguments[m];h&&a[He]({func:h,self:it(p)?o.ctx:p,args:_})}function c(){var h=i;if(i=h?h[Jn]():null,!h){var p=a;p&&p[Ne]>0&&(ie(p,function(_){try{_.func.call(_.self,_.args)}catch(m){ee(n[vt],2,73,"Unexpected Exception during onComplete - "+ae(m))}}),a=[])}return h}function u(h,p){var _=null,m=t.cfg;if(m&&h){var g=m[To];!g&&p&&(g={}),m[To]=g,g=t.ref(m,To),g&&(_=g[h],!_&&p&&(_={}),g[h]=_,_=t.ref(g,h))}return _}function f(h,p){var _=u(h,!0);return p&&Me(p,function(m,g){if(W(_[m])){var E=t.cfg[m];(E||!W(E))&&(_[m]=E)}lv(t,_,m,g)}),t[fo](_,p)}function d(h,p,_){_===void 0&&(_=!1);var m,g=u(h,!1),E=t.cfg;return g&&(g[p]||!W(g[p]))?m=g[p]:(E[p]||!W(E[p]))&&(m=E[p]),m||!W(m)?m:_}function v(h){for(var p;p=o._next();){var _=p[Gs]();_&&h(_)}}return o}function Mn(e,t,n,r){var i=gn(t),a=kv(e,i,n,r),o=a.ctx;function s(u){var f=a._next();return f&&f[er](u,o),!f}function c(u,f){return u===void 0&&(u=null),Ae(u)&&(u=aa(u,i.cfg,n,f)),Mn(u||o[Jn](),i.cfg,n,f)}return o[Bt]=s,o[qi]=c,o}function Iu(e,t,n){var r=gn(t.config),i=kv(e,r,t,n),a=i.ctx;function o(c){var u=i._next();return u&&u[li](a,c),!u}function s(c,u){return c===void 0&&(c=null),Ae(c)&&(c=aa(c,r.cfg,t,u)),Iu(c||a[Jn](),t,u)}return a[Bt]=o,a[qi]=s,a}function Cv(e,t,n){var r=gn(t.config),i=kv(e,r,t,n),a=i.ctx;function o(c){return a.iterate(function(u){we(u[js])&&u[js](a,c)})}function s(c,u){return c===void 0&&(c=null),Ae(c)&&(c=aa(c,r.cfg,t,u)),Cv(c||a[Jn](),t,u)}return a[Bt]=o,a[qi]=s,a}function aa(e,t,n,r){var i=null,a=!r;if(Ae(e)&&e[Ne]>0){var o=null;ie(e,function(s){if(!a&&r===s&&(a=!0),a&&s&&we(s[er])){var c=dA(s,t,n);i||(i=c),o&&o._setNext(c),o=c}})}return r&&!i?aa([r],t,n):i}function dA(e,t,n){var r=null,i=we(e[er]),a=we(e[zs]),o;e?o=e[si]+"-"+e[lu]+"-"+HE++:o="Unknown-0-"+HE++;var s={getPlugin:function(){return e},getNext:function(){return r},processTelemetry:f,unload:d,update:v,_id:o,_setNext:function(h){r=h}};function c(){var h;return e&&we(e[BE])&&(h=e[BE]()),h||(h=Mn(s,t,n)),h}function u(h,p,_,m,g){var E=!1,C=e?e[si]:uA,P=h[UE];return P||(P=h[UE]={}),h.setNext(r),e&&Ou(h[Nt](),function(){return C+":"+_},function(){P[o]=!0;try{var V=r?r._id:Fe;V&&(P[V]=!1),E=p(h)}catch(O){var w=r?P[r._id]:!0;w&&(E=!0),(!r||!w)&&ee(h[Mr](),1,73,"Plugin ["+C+"] failed during "+_+" - "+ae(O)+", run flags: "+ae(P))}},m,g),E}function f(h,p){p=p||c();function _(m){if(!e||!i)return!1;var g=ia(e);return g[Ar]||g[Gh]?!1:(a&&e[zs](r),e[er](h,m),!0)}u(p,_,"processTelemetry",function(){return{item:h}},!h.sync)||p[Bt](h)}function d(h,p){function _(){var m=!1;if(e){var g=ia(e),E=e[Nt]||g[Nt];e&&(!E||E===h.core())&&!g[Ar]&&(g[Nt]=null,g[Ar]=!0,g[Xn]=!1,e[Ar]&&e[Ar](h,p)===!0&&(m=!0))}return m}u(h,_,"unload",function(){},p[mo])||h[Bt](p)}function v(h,p){function _(){var m=!1;if(e){var g=ia(e),E=e[Nt]||g[Nt];e&&(!E||E===h.core())&&!g[Ar]&&e[js]&&e[js](h,p)===!0&&(m=!0)}return m}u(h,_,"update",function(){},!1)||h[Bt](p)}return Cr(s)}function GE(){var e=[];function t(r){r&&e[He](r)}function n(r,i){ie(e,function(a){try{a(r,i)}catch(o){ee(r[Mr](),2,73,"Unexpected error calling unload handler - "+ae(o))}}),e=[]}return{add:t,run:n}}function WE(){var e=[];function t(r){var i=e;e=[],ie(i,function(a){try{(a.rm||a.remove).call(a)}catch(o){ee(r,2,73,"Unloading:"+ae(o))}})}function n(r){r&&lo(e,r)}return{run:t,add:n}}var Ov,vi="getPlugin",hA=(Ov={},Ov[To]={isVal:ea,v:{}},Ov),Oo=function(){function e(){var t=this,n,r,i,a,o;u(),et(e,t,function(f){f[Bs]=function(d,v,h,p){c(d,v,p),n=!0},f[Ar]=function(d,v){var h,p=f[Nt];if(!p||d&&p!==d[Nt]())return;var _,m=!1,g=d||Iu(null,p,i&&i[vi]?i[vi]():i),E=v||(h={reason:0},h[mo]=!1,h);function C(){m||(m=!0,a.run(g,v),o.run(g[Mr]()),_===!0&&g[Bt](E),u())}return!f[au]||f[au](g,E,C)!==!0?C():_=!0,_},f[js]=function(d,v){var h=f[Nt];if(!h||d&&h!==d[Nt]())return;var p,_=!1,m=d||Cv(null,h,i&&i[vi]?i[vi]():i),g=v||{reason:0};function E(){_||(_=!0,c(m.getCfg(),m.core(),m[Jn]()))}return!f._doUpdate||f._doUpdate(m,g,E)!==!0?E():p=!0,p},hu(f,"_addUnloadCb",function(){return a},"add"),hu(f,"_addHook",function(){return o},"add"),Be(f,"_unloadHooks",{g:function(){return o}})}),t[Mr]=function(f){return s(f)[Mr]()},t[Xn]=function(){return n},t.setInitialized=function(f){n=f},t[zs]=function(f){i=f},t[Bt]=function(f,d){d?d[Bt](f):i&&we(i[er])&&i[er](f,null)},t._getTelCtx=s;function s(f){f===void 0&&(f=null);var d=f;if(!d){var v=r||Mn(null,{},t[Nt]);i&&i[vi]?d=v[qi](null,i[vi]):d=v[qi](null,i)}return d}function c(f,d,v){gn(f,hA,ta(d)),!v&&d&&(v=d[Ay]()[Jn]());var h=i;i&&i[vi]&&(h=i[vi]()),t[Nt]=d,r=Mn(v,f,d,h)}function u(){n=!1,t[Nt]=null,r=null,i=null,o=WE(),a=GE()}}return e.__ieDyn=1,e}();function vA(e,t,n){var r={id:t,fn:n};lo(e,r);var i={remove:function(){ie(e,function(a,o){if(a.id===r.id)return e[ho](o,1),-1})}};return i}function pA(e,t,n){for(var r=!1,i=e[Ne],a=0;a<i;++a){var o=e[a];if(o)try{if(o.fn[Ki](null,[t])===!1){r=!0;break}}catch(s){ee(n,2,64,"Telemetry initializer failed: "+je(s),{exception:ae(s)},!0)}}return!r}var _A=function(e){Rr(t,e);function t(){var n=e.call(this)||this;n.identifier="TelemetryInitializerPlugin",n.priority=199;var r,i;a(),et(t,n,function(o,s){o.addTelemetryInitializer=function(c){return vA(i,r++,c)},o[er]=function(c,u){pA(i,c,u?u[Mr]():o[Mr]())&&o[Bt](c,u)},o[au]=function(){a()}});function a(){r=0,i=[]}return n}return t.__ieDyn=1,t}(Oo),pi,jE="Plugins must provide initialize method",mA="_notificationManager",zE="SDK is still unloading...",gA="SDK is not initialized",yA=100,EA=5e4,Iv=io((pi={cookieCfg:{}},pi[No]={rdOnly:!0,ref:!0,v:[]},pi[Qi]={rdOnly:!0,ref:!0,v:[]},pi[To]={ref:!0,v:{}},pi[Hh]=Zn,pi.loggingLevelConsole=0,pi.diagnosticLogInterval=Zn,pi));function SA(e,t){return new rA(t)}function TA(e,t,n){var r,i=[],a=[],o={};return ie(n,function(s){(W(s)||W(s[Bs]))&&on(jE);var c=s[lu],u=s[si];s&&c&&(W(o[c])?o[c]=u:na(e,"Two extensions have same priority #"+c+" - "+o[c]+", "+u)),!c||c<t?i[He](s):a[He](s)}),r={},r[Nt]=i,r[Qi]=a,r}function KE(e,t){var n=!1;return ie(t,function(r){if(r===e)return n=!0,-1}),n}function Rv(e,t,n,r){n&&Me(n,function(i,a){r&&$t(a)&&$t(t[i])&&Rv(e,t[i],a,r),r&&$t(a)&&$t(t[i])?Rv(e,t[i],a,r):e.set(t,i,a)})}function qE(e,t){var n=null,r=-1;return ie(e,function(i,a){if(i.w===t)return n=i,r=a,-1}),{i:r,l:n}}function NA(e,t){var n=qE(e,t).l;return n||(n={w:t,rm:function(){var r=qE(e,t);r.i!==-1&&e[ho](r.i,1)}},e[He](n)),n}function DA(e,t,n){ie(t,function(r){var i=pt(e,r.w,n);delete r.w,r.rm=function(){i.rm()}})}function wA(e,t,n,r){return t.add(e[oi](function(i){var a=i.cfg.disableDbgExt;a===!0&&r&&(n[Zc](r),r=null),n&&!r&&a!==!0&&(r=UP(i.cfg),n[eu](r))})),r}function bA(e){return Be({rm:function(){e.rm()}},"toJSON",{v:function(){return"aicore::onCfgChange<"+JSON.stringify(e)+">"}})}var kA=function(){function e(){var t,n,r,i,a,o,s,c,u,f,d,v,h,p,_,m,g,E,C,P,V,w,O,K,$,R,Y,Q,q,y,A,B;et(e,this,function(S){I(),S._getDbgPlgTargets=function(){return[O,i]},S[Xn]=function(){return n},S.activeStatus=function(){return R},S._setPendingStatus=function(){R=3},S[Bs]=function(x,te,re,ve){h&&on(zE),S[Xn]()&&on("Core cannot be initialized more than once"),t=gn(x,Iv,re||S[vt],!1),x=t.cfg,pe(t[oi](function($e){var M=$e.cfg,F=R===3;if(!F){Q=M.initInMemoMaxSize||yA;var j=M[Py],G=M.endpointUrl;if(W(j)){V=null,R=ai[bh];var Z="Please provide instrumentation key";n?(ee(r,1,100,Z),ce()):on(Z);return}var he=[];if(Wi(j)?(he[He](j),V=null):V=j,Wi(G)?(he[He](G),Y=null):Y=G,he[Ne]){q=!1,R=3;var ye=ea(M.initTimeOut)?M.initTimeOut:EA,ke=B1(he);_n(function(){q||U()},ye),xr(ke,function(Ie){try{if(q)return;if(!Ie.rejected){var Ke=Ie[Hs];if(Ke&&Ke[Ne]){var St=Ke[0];if(V=St&&St[Hs],Ke[Ne]>1){var Nn=Ke[1];Y=Nn&&Nn[Hs]}}V&&(x[Py]=V,x.endpointUrl=Y)}U()}catch{q||U()}})}else U();var Ee=$e.ref($e.cfg,To);Me(Ee,function(Ie){$e.ref(Ee,Ie)})}})),a=ve,C=wA(t,E,a&&S[tu](),C),ue(),S[vt]=re;var _e=x[No];if(f=[],f[He].apply(f,Oy(Oy([],te,!1),_e)),d=x[Qi],J(null),(!v||v[Ne]===0)&&on("No "+Qi+" available"),d&&d[Ne]>1){var Xe=S[Gs]("TeeChannelController");(!Xe||!Xe.plugin)&&ee(r,1,28,"TeeChannel required")}DA(x,w,r),w=null,n=!0,R===ai.ACTIVE&&ce()},S.getChannels=function(){var x=[];return v&&ie(v,function(te){x[He](te)}),Cr(x)},S.track=function(x){Ou(S[fu](),function(){return"AppInsightsCore:track"},function(){x===null&&(fe(x),on("Invalid telemetry item")),!x[Pr]&&W(x[Pr])&&(fe(x),on("telemetry name required")),x[Ws]=x[Ws]||V,x[po]=x[po]||Do(new Date),x.ver=x.ver||"4.0",!h&&S[Xn]()&&R===ai.ACTIVE?T()[Bt](x):R!==ai[bh]&&i[Ne]<=Q&&i[He](x)},function(){return{item:x}},!x.sync)},S[Ay]=T,S[tu]=function(){return a||(a=new tA(t.cfg),S[mA]=a),a},S[eu]=function(x){S.getNotifyMgr()[eu](x)},S[Zc]=function(x){a&&a[Zc](x)},S.getCookieMgr=function(){return c||(c=ll(t.cfg,S[vt])),c},S.setCookieMgr=function(x){c!==x&&(bo(c,!1),c=x)},S[fu]=function(){return o||s||iA()},S.setPerfMgr=function(x){o=x},S.eventCnt=function(){return i[Ne]},S.releaseQueue=function(){if(n&&i[Ne]>0){var x=i;i=[],R===2?ie(x,function(te){te[Ws]=te[Ws]||V,T()[Bt](te)}):ee(r,2,20,"core init status is not active")}},S[My]=function(x){return _=x||null,B=!1,y&&y[vo](),N(!0)};function U(){q=!0,W(V)?(R=ai[bh],ee(r,1,112,"ikey can't be resolved from promises")):R=ai.ACTIVE,ce()}function ce(){n&&(S.releaseQueue(),S[My]())}function N(x){if((!y||!y[_o])&&!B){var te=x||r&&r.queue[Ne]>0;te&&(A||(A=!0,pe(t[oi](function(re){var ve=re.cfg.diagnosticLogInterval;(!ve||!(ve>0))&&(ve=1e4);var _e=!1;y&&(_e=y[_o],y[vo]()),y=m1(H,ve),y.unref(),y[_o]=_e}))),y[_o]=!0)}return y}S[Yy]=function(){B=!0,y&&y[vo](),H()},Qs(S,function(){return p},["addTelemetryInitializer"]),S[li]=function(x,te,re){var ve;x===void 0&&(x=!0),n||on(gA),h&&on(zE);var _e=(ve={reason:50},ve[mo]=x,ve.flushComplete=!1,ve),Xe;x&&!te&&(Xe=Lr(function(F){te=F}));var $e=Iu(ge(),S);$e[nu](function(){E.run(S[vt]),mE([c,a,r],x,function(){I(),te&&te(_e)})},S);function M(F){_e.flushComplete=F,h=!0,g.run($e,_e),S[Yy](),$e[Bt](_e)}return H(),X(x,M,6,re),Xe},S[Gs]=de,S.addPlugin=function(x,te,re,ve){if(!x){ve&&ve(!1),ze(jE);return}var _e=de(x[si]);if(_e&&!te){ve&&ve(!1),ze("Plugin ["+x[si]+"] is already loaded!");return}var Xe={reason:16};function $e(j){f[He](x),Xe.added=[x],J(Xe),ve&&ve(!0)}if(_e){var M=[_e.plugin],F={reason:2,isAsync:!!re};b(M,F,function(j){j?(Xe.removed=M,Xe.reason|=32,$e()):ve&&ve(!1)})}else $e()},S.updateCfg=function(x,te){te===void 0&&(te=!0);var re;if(S[Xn]()){re={reason:1,cfg:t.cfg,oldCfg:_y({},t.cfg),newConfig:_y({},x),merge:te},x=re.newConfig;var ve=t.cfg;x[No]=ve[No],x[Qi]=ve[Qi]}t._block(function(_e){var Xe=_e.cfg;Rv(_e,Xe,x,te),te||Me(Xe,function($e){ti(x,$e)||_e.set(Xe,$e,Zn)}),_e[fo](Xe,Iv)},!0),t[Jc](),re&&be(re)},S.evtNamespace=function(){return m},S.flush=X,S.getTraceCtx=function(x){return P||(P=cA()),P},S.setTraceCtx=function(x){P=x||null},S.addUnloadHook=pe,hu(S,"addUnloadCb",function(){return g},"add"),S.onCfgChange=function(x){var te;return n?te=pt(t.cfg,x,S[vt]):te=NA(w,x),bA(te)},S.getWParam=function(){return ay()||t.cfg.enableWParam?0:-1};function k(){var x={};K=[];var te=function(re){re&&ie(re,function(ve){if(ve[si]&&ve[ru]&&!x[ve.identifier]){var _e=ve[si]+"="+ve[ru];K[He](_e),x[ve.identifier]=ve}})};te(v),d&&ie(d,function(re){te(re)}),te(f)}function I(){n=!1,t=gn({},Iv,S[vt]),t.cfg[xy]=1,Be(S,"config",{g:function(){return t.cfg},s:function(te){S.updateCfg(te,!1)}}),Be(S,"pluginVersionStringArr",{g:function(){return K||k(),K}}),Be(S,"pluginVersionString",{g:function(){return $||(K||k(),$=K.join(";")),$||Fe}}),Be(S,"logger",{g:function(){return r||(r=new Du(t.cfg),t[vt]=r),r},s:function(te){t[vt]=te,r!==te&&(bo(r,!1),r=te)}}),S[vt]=new Du(t.cfg),O=[];var x=S.config[No]||[];x.splice(0,x[Ne]),lo(x,O),p=new _A,i=[],bo(a,!1),a=null,o=null,s=null,bo(c,!1),c=null,u=null,f=[],d=null,v=null,h=!1,_=null,m=mn("AIBaseCore",!0),g=GE(),P=null,V=null,E=WE(),w=[],$=null,K=null,B=!1,y=null,A=!1,R=0,Y=null,Q=null,q=!1}function T(){var x=Mn(ge(),t.cfg,S);return x[nu](N),x}function J(x){var te=TA(S[vt],xP,f);u=null,$=null,K=null,v=(d||[])[0]||[],v=bv(lo(v,te[Qi]));var re=lo(bv(te[Nt]),v);O=Cr(re);var ve=S.config[No]||[];ve.splice(0,ve[Ne]),lo(ve,O);var _e=T();v&&v[Ne]>0&&$E(_e[qi](v),re),$E(_e,re),x&&be(x)}function de(x){var te=null,re=null,ve=[];return ie(O,function(_e){if(_e[si]===x&&_e!==p)return re=_e,-1;_e.getChannel&&ve[He](_e)}),!re&&ve[Ne]>0&&ie(ve,function(_e){if(re=_e.getChannel(x),!re)return-1}),re&&(te={plugin:re,setEnabled:function(_e){ia(re)[Gh]=!_e},isEnabled:function(){var _e=ia(re);return!_e[Ar]&&!_e[Gh]},remove:function(_e,Xe){var $e;_e===void 0&&(_e=!0);var M=[re],F=($e={reason:1},$e[mo]=_e,$e);b(M,F,function(j){j&&J({reason:32,removed:M}),Xe&&Xe(j)})}}),te}function ge(){if(!u){var x=(O||[]).slice();Yt(x,p)===-1&&x[He](p),u=aa(bv(x),t.cfg,S)}return u}function b(x,te,re){if(x&&x[Ne]>0){var ve=aa(x,t.cfg,S),_e=Iu(ve,S);_e[nu](function(){var Xe=!1,$e=[];ie(f,function(F,j){KE(F,x)?Xe=!0:$e[He](F)}),f=$e,$=null,K=null;var M=[];d&&(ie(d,function(F,j){var G=[];ie(F,function(Z){KE(Z,x)?Xe=!0:G[He](Z)}),M[He](G)}),d=M),re&&re(Xe),N()}),_e[Bt](te)}else re(!1)}function H(){if(r&&r.queue){var x=r.queue.slice(0);r.queue[Ne]=0,ie(x,function(te){var re,ve=(re={},re[Pr]=_||"InternalMessageId: "+te[iu],re[Ws]=V,re[po]=Do(new Date),re.baseType=sl.dataType,re.baseData={message:te[Xi]},re);S.track(ve)})}}function X(x,te,re,ve){var _e=1,Xe=!1,$e=null;ve=ve||5e3;function M(){_e--,Xe&&_e===0&&($e&&$e[vo](),$e=null,te&&te(Xe),te=null)}if(v&&v[Ne]>0){var F=T()[qi](v);F.iterate(function(j){if(j.flush){_e++;var G=!1;j.flush(x,function(){G=!0,M()},re)||G||(x&&$e==null?$e=_n(function(){$e=null,M()},ve):M())}})}return Xe=!0,M(),!0}function ue(){var x;pe(t[oi](function(te){var re=te.cfg.enablePerfMgr;if(re){var ve=te.cfg[Hh];x!==ve&&(ve||(ve=SA),Ht(te.cfg,Hh,ve),x=ve,s=null),!o&&!s&&we(ve)&&(s=ve(S,S[tu]()))}else s=null,x=null}))}function be(x){var te=Cv(ge(),S);te[nu](N),(!S._updateHook||S._updateHook(te,x)!==!0)&&te[Bt](x)}function ze(x){var te=S[vt];te?(ee(te,2,73,x),N()):on(x)}function fe(x){var te=S[tu]();te&&te[Js]([x],2)}function pe(x){E.add(x)}})}return e.__ieDyn=1,e}();function Pv(e,t){try{if(e&&e!==""){var n=Pn().parse(e);if(n&&n[Uy]&&n[Uy]>=n.itemsAccepted&&n.itemsReceived-n.itemsAccepted===n.errors[Ne])return n}}catch(r){ee(t,1,43,"Cannot parse the response. "+(r[Pr]||ae(r)),{response:e})}return null}var rr="",CA="NoResponseBody",XE="&"+CA+"=true",Av="POST",OA=function(){function e(){var t=0,n,r,i,a,o,s,c,u,f,d,v,h,p,_;et(e,this,function(m,g){var E=!0;q(),m[Bs]=function(y,A){i=A,r&&ee(i,1,28,"Sender is already initialized"),m.SetConfig(y),r=!0},m._getDbgPlgTargets=function(){return[r,a,s,n]},m.SetConfig=function(y){try{if(o=y.senderOnCompleteCallBack||{},s=!!y.disableCredentials,c=y.fetchCredentials,a=!!y.isOneDs,n=!!y.enableSendPromise,f=!!y.disableXhr,d=!!y.disableBeacon,v=!!y.disableBeaconSync,_=y.timeWrapper,p=!!y.addNoResponse,h=!!y.disableFetchKeepAlive,u={sendPOST:R},a||(E=!1),s){var A=tr();A&&A.protocol&&A.protocol[uo]()==="file:"&&(E=!1)}return!0}catch{}return!1},m.getSyncFetchPayload=function(){return t},m.getSenderInst=function(y,A){return y&&y[Ne]?w(y,A):null},m.getFallbackInst=function(){return u},m[au]=function(y,A){q()};function C(y,A){O(A,200,{},y)}function P(y,A){ee(i,2,26,"Failed to send telemetry.",{message:y}),O(A,400,{})}function V(y){P("No endpoint url is provided for the batch",y)}function w(y,A){for(var B,S=0,U=null,ce=0;U==null&&ce<y[Ne];)S=y[ce],!f&&S===1?pP()?U=Q:_u()&&(U=R):S===2&&av(A)&&(!A||!h)?U=Y:S===3&&el()&&(A?!v:!d)&&(U=$),ce++;return U?(B={_transport:S,_isSync:A},B[By]=U,B):null}function O(y,A,B,S){try{y&&y(A,B,S)}catch{}}function K(y,A){var B=zn(),S=y[qs];if(!S)return V(A),!0;S=y[qs]+(p?XE:rr);var U=y[yo],ce=a?U:new Blob([U],{type:"text/plain;charset=UTF-8"}),N=B.sendBeacon(S,ce);return N}function $(y,A,B){var S=y[yo];try{if(S)if(K(y,A))C(rr,A);else{var U=o&&o.beaconOnRetry;U&&we(U)?U(y,A,K):(u&&u[By](y,A,!0),ee(i,2,40,". Failed to send telemetry with Beacon API, retried with normal sender."))}}catch(ce){a&&na(i,"Failed to send telemetry using sendBeacon API. Ex:"+ae(ce)),O(A,a?0:400,{},rr)}}function R(y,A,B){var S,U,ce,N=y[Ph]||{};!B&&n&&(S=Lr(function(J,de){U=J,ce=de})),a&&B&&y.disableXhrSync&&(B=!1);var k=y[qs];if(!k){V(A),U&&U(!1);return}var I=Z1(Av,k,E,!0,B,y[So]);a||I[Hy]("Content-type","application/json"),ie(kr(N),function(J){I[Hy](J,N[J])}),I.onreadystatechange=function(){a||(T(I),I.readyState===4&&U&&U(!0))},I.onload=function(){a&&T(I)};function T(J){var de=o&&o.xhrOnComplete,ge=de&&we(de);if(ge)de(J,A,y);else{var b=vu(J);O(A,J[Ks],Qh(J,a),b)}}return I.onerror=function(J){O(A,a?I[Ks]:400,Qh(I,a),a?rr:pu(I)),ce&&ce(J)},I.ontimeout=function(){O(A,a?I[Ks]:500,Qh(I,a),a?rr:pu(I)),U&&U(!1)},I.send(y[yo]),S}function Y(y,A,B){var S,U=y[qs],ce=y[yo],N=a?ce:new Blob([ce],{type:"application/json"}),k,I,T,J=new Headers,de=ce[Ne],ge=!1,b=!1,H=y[Ph]||{},X=(S={method:Av,body:N},S[gE]=!0,S);y.headers&&kr(y.headers)[Ne]>0&&(ie(kr(H),function(fe){J.append(fe,H[fe])}),X[Ph]=J),c?X.credentials=c:E&&a&&(X.credentials="include"),B&&(X.keepalive=!0,t+=de,a?y._sendReason===2&&(ge=!0,p&&(U+=XE)):ge=!0);var ue=new Request(U,X);try{ue[gE]=!0}catch{}if(!B&&n&&(k=Lr(function(fe,pe){I=fe,T=pe})),!U){V(A),I&&I(!1);return}function be(fe){O(A,a?0:400,{},a?rr:fe)}function ze(fe,pe,x){var te=fe[Ks],re=o.fetchOnComplete;re&&we(re)?re(fe,A,x||rr,pe):O(A,te,{},x||rr)}try{xr(fetch(a?U:ue,a?X:null),function(fe){if(B&&(t-=de,de=0),!b)if(b=!0,fe.rejected)be(fe.reason&&fe.reason[Xi]),T&&T(fe.reason);else{var pe=fe[Hs];try{!a&&!pe.ok?(be(pe.statusText),I&&I(!1)):a&&!pe.body?(ze(pe,null,rr),I&&I(!0)):xr(pe.text(),function(x){ze(pe,y,x[Hs]),I&&I(!0)})}catch(x){be(ae(x)),T&&T(x)}}})}catch(fe){b||(be(ae(fe)),T&&T(fe))}return ge&&!b&&(b=!0,O(A,200,{}),I&&I(!0)),a&&!b&&y[So]>0&&_&&_.set(function(){b||(b=!0,O(A,500,{}),I&&I(!0))},y[So]),k}function Q(y,A,B){var S=Qt(),U=new XDomainRequest,ce=y[yo];U.onload=function(){var J=vu(U),de=o&&o.xdrOnComplete;de&&we(de)?de(U,A,y):O(A,200,{},J)},U.onerror=function(){O(A,400,{},a?rr:Zy(U))},U.ontimeout=function(){O(A,500,{})},U.onprogress=function(){};var N=S&&S.location&&S.location[Ly]||"",k=y[qs];if(!k){V(A);return}if(!a&&k.lastIndexOf(N,0)!==0){var I="Cannot send XDomain request. The endpoint URL protocol doesn't match the hosting page protocol.";ee(i,2,40,". "+I),P(I,A);return}var T=a?k:k[Ji](/^(https?:)/,"");U.open(Av,T),y[So]&&(U[So]=y[So]),U.send(ce),a&&B?_&&_.set(function(){U.send(ce)},0):U.send(ce)}function q(){t=0,r=!1,n=!1,i=null,a=null,o=null,s=null,c=null,u=null,f=!1,d=!1,v=!1,h=!1,p=!1,_=null}})}return e.__ieDyn=1,e}(),JE="on",QE="attachEvent",ZE="addEventListener",eS="detachEvent",tS="removeEventListener",Mv="events",Yv="visibilitychange",Ru="pagehide",nS="unload",rS="beforeunload",iS=mn("aiEvtPageHide");mn("aiEvtPageShow");var IA=/\.[\.]+/g,RA=/[\.]+$/,PA=1,Pu=dE("events"),AA=/^([^.]*)(?:\.(.+)|)/;function aS(e){return e&&e[Ji]?e[Ji](/^[\s\.]+|(?=[\s\.])[\.\s]+$/g,Fe):e}function xv(e,t){var n;if(t){var r=Fe;Ae(t)?(r=Fe,ie(t,function(a){a=aS(a),a&&(a[0]!=="."&&(a="."+a),r+=a)})):r=aS(t),r&&(r[0]!=="."&&(r="."+r),e=(e||Fe)+r)}var i=AA.exec(e||Fe)||[];return n={},n[Yr]=i[1],n.ns=(i[2]||Fe).replace(IA,".").replace(RA,Fe)[go](".").sort().join("."),n}function oS(e,t,n){n===void 0&&(n=!0);var r=Pu.get(e,Mv,{},n),i=r[t];return i||(i=r[t]=[]),i}function sS(e,t,n,r){e&&t&&t[Yr]&&(e[tS]?e[tS](t[Yr],n,r):e[eS]&&e[eS](JE+t[Yr],n))}function MA(e,t,n,r){var i=!1;return e&&t&&t[Yr]&&n&&(e[ZE]?(e[ZE](t[Yr],n,r),i=!0):e[QE]&&(e[QE](JE+t[Yr],n),i=!0)),i}function lS(e,t,n,r){for(var i=t[Ne];i--;){var a=t[i];a&&(!n.ns||n.ns===a.evtName.ns)&&(!r||r(a))&&(sS(e,a.evtName,a[Oh],a.capture),t[ho](i,1))}}function YA(e,t,n){if(t[Yr])lS(e,oS(e,t[Yr]),t,n);else{var r=Pu.get(e,Mv,{});Me(r,function(i,a){lS(e,a,t,n)}),kr(r)[Ne]===0&&Pu.kill(e,Mv)}}function _i(e,t){var n;return t?(Ae(t)?n=[e].concat(t):n=[e,t],n=xv("xx",n).ns[go](".")):n=e,n}function Vr(e,t,n,r,i){var a;i===void 0&&(i=!1);var o=!1;if(e)try{var s=xv(t,r);if(o=MA(e,s,n,i),o&&Pu.accept(e)){var c=(a={guid:PA++,evtName:s},a[Oh]=n,a.capture=i,a);oS(e,s.type)[He](c)}}catch{}return o}function Io(e,t,n,r,i){if(i===void 0&&(i=!1),e)try{var a=xv(t,r),o=!1;YA(e,a,function(s){return a.ns&&!n||s[Oh]===n?(o=!0,!0):!1}),o||sS(e,a,n,i)}catch{}}function xA(e,t,n){var r=!1,i=Qt();i&&(r=Vr(i,e,t,n),r=Vr(i.body,e,t,n)||r);var a=Ot();return a&&(r=Vr(a,e,t,n)||r),r}function LA(e,t,n){var r=Qt();r&&(Io(r,e,t,n),Io(r.body,e,t,n));var i=Ot();i&&Io(i,e,t,n)}function Au(e,t,n,r){var i=!1;return t&&e&&e[Ne]>0&&ie(e,function(a){a&&(!n||Yt(n,a)===-1)&&(i=xA(a,t,r)||i)}),i}function VA(e,t,n,r){var i=!1;return t&&e&&Ae(e)&&(i=Au(e,t,n,r),!i&&n&&n[Ne]>0&&(i=Au(e,t,null,r))),i}function Lv(e,t,n){e&&Ae(e)&&ie(e,function(r){r&&LA(r,t,n)})}function FA(e,t,n){return VA([rS,nS,Ru],e,t,n)}function $A(e,t){Lv([rS,nS,Ru],e,t)}function Vv(e,t,n){function r(o){var s=Ot();e&&s&&s.visibilityState==="hidden"&&e(o)}var i=_i(iS,n),a=Au([Ru],e,t,i);return(!t||Yt(t,Yv)===-1)&&(a=Au([Yv],r,t,i)||a),!a&&t&&(a=Vv(e,null,n)),a}function UA(e,t){var n=_i(iS,t);Lv([Ru],e,n),Lv([Yv],null,n)}var cS="_aiHooks",uS=["req","rsp","hkErr","fnErr"];function Fv(e,t){if(e)for(var n=0;n<e[Ne]&&!t(e[n],n);n++);}function $v(e,t,n,r,i){i>=0&&i<=2&&Fv(e,function(a,o){var s=a.cbks,c=s[uS[i]];if(c){t.ctx=function(){var d=r[o]=r[o]||{};return d};try{c[Ki](t.inst,n)}catch(d){var u=t.err;try{var f=s[uS[2]];f&&(t.err=d,f[Ki](t.inst,n))}catch{}finally{t.err=u}}}})}function BA(e){return function(){var t,n=this,r=arguments,i=e.h,a=(t={},t[Pr]=e.n,t.inst=n,t.ctx=null,t.set=u,t),o=[],s=c([a],r);a.evt=ct("event");function c(d,v){return Fv(v,function(h){d[He](h)}),d}function u(d,v){r=c([],r),r[d]=v,s=c([a],r)}$v(i,a,s,o,0);var f=e.f;if(f)try{a.rslt=f[Ki](n,r)}catch(d){throw a.err=d,$v(i,a,s,o,3),d}return $v(i,a,s,o,1),a.rslt}}function Uv(e,t,n,r){var i=null;return e&&(hn(e,t)?i=e:n&&(i=Uv(K1(e),t,r,!1))),i}function HA(e,t,n){return e?Bv(e[qn],t,n,!1):null}function fS(e,t,n,r){var i=n&&n[cS];if(!i){i={i:0,n:t,f:n,h:[]};var a=BA(i);a[cS]=i,e[t]=a}var o={id:i.i,cbks:r,rm:function(){var s=this.id;Fv(i.h,function(c,u){if(c.id===s)return i.h[ho](u,1),1})}};return i.i++,i.h[He](o),o}function Bv(e,t,n,r,i){if(r===void 0&&(r=!0),e&&t&&n){var a=Uv(e,t,r,i);if(a){var o=a[t];if(typeof o===by)return fS(a,t,o,n)}}return null}function Mu(e,t,n,r,i){if(e&&t&&n){var a=Uv(e,t,r,i)||e;if(a)return fS(a,t,a[t],n)}return null}var Yu="Microsoft_ApplicationInsights_BypassAjaxInstrumentation",dS="sampleRate",Hv="ProcessLegacy",hS="http.method",Gv="https://dc.services.visualstudio.com",Ro="/v2/track",ir="not_specified",Wv="iKey",Qe=k1({requestContextHeader:[0,"Request-Context"],requestContextTargetKey:[1,"appId"],requestContextAppIdFormat:[2,"appId=cid-v1:"],requestIdHeader:[3,"Request-Id"],traceParentHeader:[4,"traceparent"],traceStateHeader:[5,"tracestate"],sdkContextHeader:[6,"Sdk-Context"],sdkContextHeaderAppIdRequest:[7,"appId"],requestContextHeaderLowerCase:[8,"request-context"]}),Po="split",Ce="length",fl="toLowerCase",oa="ingestionendpoint",Ao="toString",xu="push",jv="removeItem",Yn="name",mi="message",Mo="count",zv="preTriggerDate",Kv="disabled",qv="interval",vS="daysOfMonth",Xv="date",Jv="getUTCDate",Lu="stringify",Qv="pathname",pS="correlationHeaderExcludePatterns",Yo="exceptions",xn="parsedStack",ar="properties",Fr="measurements",xo="sizeInBytes",$r="typeName",dl="severityLevel",Zv="problemGroup",ep="isManual",_S="CreateFromInterface",Lo="assembly",sa="fileName",Vu="hasFullStack",Fu="level",Vo="method",hl="line",$u="duration",mS="receivedResponse";function gS(e,t,n){var r=t[Ce],i=GA(e,t);if(i[Ce]!==r){for(var a=0,o=i;n[o]!==void 0;)a++,o=jn(i,0,147)+zA(a);i=o}return i}function GA(e,t){var n;return t&&(t=gt(Jt(t)),t[Ce]>150&&(n=jn(t,0,150),ee(e,2,57,"name is too long. It has been truncated to 150 characters.",{name:t},!0))),n||t}function Et(e,t,n){n===void 0&&(n=1024);var r;return t&&(n=n||1024,t=gt(Jt(t)),t[Ce]>n&&(r=jn(t,0,n),ee(e,2,61,"string value is too long. It has been truncated to "+n+" characters.",{value:t},!0))),r||t}function Uu(e,t){return ES(e,t,2048,66)}function yS(e,t){var n;return t&&t[Ce]>32768&&(n=jn(t,0,32768),ee(e,2,56,"message is too long, it has been truncated to 32768 characters.",{message:t},!0)),n||t}function WA(e,t){var n;if(t){var r=""+t;r[Ce]>32768&&(n=jn(r,0,32768),ee(e,2,52,"exception is too long, it has been truncated to 32768 characters.",{exception:t},!0))}return n||t}function la(e,t){if(t){var n={};Me(t,function(r,i){if(Xt(i)&&Zs())try{i=Pn()[Lu](i)}catch(a){ee(e,2,49,"custom property is not valid",{exception:a},!0)}i=Et(e,i,8192),r=gS(e,r,n),n[r]=i}),t=n}return t}function ca(e,t){if(t){var n={};Me(t,function(r,i){r=gS(e,r,n),n[r]=i}),t=n}return t}function jA(e,t){return t&&ES(e,t,128,69)[Ao]()}function ES(e,t,n,r){var i;return t&&(t=gt(Jt(t)),t[Ce]>n&&(i=jn(t,0,n),ee(e,2,r,"input is too long, it has been truncated to "+n+" characters.",{data:t},!0))),i||t}function zA(e){var t="00"+e;return ni(t,t[Ce]-3)}var SS=Ot()||{},TS=0,KA=[null,null,null,null,null];function tp(e){var t=TS,n=KA,r=n[t];return SS.createElement?n[t]||(r=n[t]=SS.createElement("a")):r={host:JA(e,!0)},r.href=e,t++,t>=n[Ce]&&(t=0),TS=t,r}function qA(e){var t,n=tp(e);return n&&(t=n.href),t}function XA(e,t){return e?e.toUpperCase()+" "+t:t}function JA(e,t){var n=NS(e,t)||"";if(n){var r=n.match(/(www\d{0,5}\.)?([^\/:]{1,256})(:\d{1,20})?/i);if(r!=null&&r[Ce]>3&&Se(r[2])&&r[2][Ce]>0)return r[2]+(r[3]||"")}return n}function NS(e,t){var n=null;if(e){var r=e.match(/(\w{1,150}):\/\/([^\/:]{1,256})(:\d{1,20})?/i);if(r!=null&&r[Ce]>2&&Se(r[2])&&r[2][Ce]>0&&(n=r[2]||"",t&&r[Ce]>2)){var i=(r[1]||"")[fl](),a=r[3]||"";(i==="http"&&a===":80"||i==="https"&&a===":443")&&(a=""),n+=a}}return n}var QA=[Gv+Ro,"https://breeze.aimon.applicationinsights.io"+Ro,"https://dc-int.services.visualstudio.com"+Ro],ZA="cid-v1:";function np(e){return Yt(QA,e[fl]())!==-1}function DS(e,t,n){if(!t||e&&e.disableCorrelationHeaders)return!1;if(e&&e[pS]){for(var r=0;r<e.correlationHeaderExcludePatterns[Ce];r++)if(e[pS][r].test(t))return!1}var i=tp(t).host[fl]();if(i&&(Zt(i,":443")!==-1||Zt(i,":80")!==-1)&&(i=(NS(t,!0)||"")[fl]()),(!e||!e.enableCorsCorrelation)&&i&&i!==n)return!1;var a=e&&e.correlationHeaderDomains;if(a){var o;if(ie(a,function(u){var f=new RegExp(u.toLowerCase().replace(/\\/g,"\\\\").replace(/\./g,"\\.").replace(/\*/g,".*"));o=o||f.test(i)}),!o)return!1}var s=e&&e.correlationHeaderExcludedDomains;if(!s||s[Ce]===0)return!0;for(var r=0;r<s[Ce];r++){var c=new RegExp(s[r].toLowerCase().replace(/\\/g,"\\\\").replace(/\./g,"\\.").replace(/\*/g,".*"));if(c.test(i))return!1}return i&&i[Ce]>0}function wS(e){if(e){var t=eM(e,Qe[1]);if(t&&t!==ZA)return t}}function eM(e,t){if(e)for(var n=e[Po](","),r=0;r<n[Ce];++r){var i=n[r][Po]("=");if(i[Ce]===2&&i[0]===t)return i[1]}}function tM(e,t,n,r){var i,a=r,o=r;if(t&&t[Ce]>0){var s=tp(t);if(i=s.host,!a)if(s[Qv]!=null){var c=s.pathname[Ce]===0?"/":s[Qv];c.charAt(0)!=="/"&&(c="/"+c),o=s[Qv],a=Et(e,n?n+" "+c:c)}else a=Et(e,t)}else i=r,a=r;return{target:i,name:a,data:o}}function Bu(){var e=Or();if(e&&e.now&&e.timing){var t=e.now()+e.timing.navigationStart;if(t>0)return t}return Kn()}function en(e,t){var n=null;return e!==0&&t!==0&&!W(e)&&!W(t)&&(n=t-e),n}function rp(e,t){var n=e||{};return{getName:function(){return n[Yn]},setName:function(r){t&&t.setName(r),n[Yn]=r},getTraceId:function(){return n.traceID},setTraceId:function(r){t&&t.setTraceId(r),Dv(r)&&(n.traceID=r)},getSpanId:function(){return n.parentID},setSpanId:function(r){t&&t.setSpanId(r),wv(r)&&(n.parentID=r)},getTraceFlags:function(){return n.traceFlags},setTraceFlags:function(r){t&&t.setTraceFlags(r),n.traceFlags=r}}}var vl=Iy({LocalStorage:0,SessionStorage:1}),gi=void 0,yi=void 0,bS="";function ip(){return Gu()?Hu(vl.LocalStorage):null}function Hu(e){try{if(W(pn()))return null;var t=new Date()[Ao](),n=ct(e===vl.LocalStorage?"localStorage":"sessionStorage"),r=bS+t;n.setItem(r,t);var i=n.getItem(r)!==t;if(n[jv](r),!i)return n}catch{}return null}function ap(){return pl()?Hu(vl.SessionStorage):null}function nM(){gi=!1,yi=!1}function op(e){bS=e||""}function rM(){gi=Gu(!0),yi=pl(!0)}function Gu(e){return(e||gi===void 0)&&(gi=!!Hu(vl.LocalStorage)),gi}function kS(e,t){var n=ip();if(n!==null)try{return n.getItem(t)}catch(r){gi=!1,ee(e,2,1,"Browser failed read of local storage. "+je(r),{exception:ae(r)})}return null}function CS(e,t,n){var r=ip();if(r!==null)try{return r.setItem(t,n),!0}catch(i){gi=!1,ee(e,2,3,"Browser failed write to local storage. "+je(i),{exception:ae(i)})}return!1}function iM(e,t){var n=ip();if(n!==null)try{return n[jv](t),!0}catch(r){gi=!1,ee(e,2,5,"Browser failed removal of local storage item. "+je(r),{exception:ae(r)})}return!1}function pl(e){return(e||yi===void 0)&&(yi=!!Hu(vl.SessionStorage)),yi}function sp(e,t){var n=ap();if(n!==null)try{return n.getItem(t)}catch(r){yi=!1,ee(e,2,2,"Browser failed read of session storage. "+je(r),{exception:ae(r)})}return null}function OS(e,t,n){var r=ap();if(r!==null)try{return r.setItem(t,n),!0}catch(i){yi=!1,ee(e,2,4,"Browser failed write to session storage. "+je(i),{exception:ae(i)})}return!1}function IS(e,t){var n=ap();if(n!==null)try{return n[jv](t),!0}catch(r){yi=!1,ee(e,2,6,"Browser failed removal of session storage item. "+je(r),{exception:ae(r)})}return!1}var aM="appInsightsThrottle",oM=function(){function e(t,n){var r=this,i,a,o,s,c,u,f,d=!1,v=!1;p(),r._getDbgPlgTargets=function(){return[f]},r.getConfig=function(){return o},r.canThrottle=function(y){var A=Y(y),B=_(y);return E(B,i,A)},r.isTriggered=function(y){return Q(y)},r.isReady=function(){return d},r.flush=function(y){try{var A=q(y);if(A&&A[Ce]>0){var B=A.slice(0);return f[y]=[],ie(B,function(S){h(S.msgID,S[mi],S.severity,!1)}),!0}}catch{}return!1},r.flushAll=function(){try{if(f){var y=!0;return Me(f,function(A){var B=r.flush(parseInt(A));y=y&&B}),y}}catch{}return!1},r.onReadyState=function(y,A){return A===void 0&&(A=!0),d=W(y)?!0:y,d&&A?r.flushAll():null},r.sendMessage=function(y,A,B){return h(y,A,B,!0)};function h(y,A,B,S){if(d){var U=R(y);if(!U)return;var ce=_(y),N=Y(y),k=E(ce,i,N),I=!1,T=0,J=Q(y);try{k&&!J?(T=Math.min(ce.limit.maxSendNumber,N[Mo]+1),N[Mo]=0,I=!0,c[y]=!0,N[zv]=new Date):(c[y]=k,N[Mo]+=1);var de=C(y);O(a,de,N);for(var ge=0;ge<T;ge++)$(y,a,A,B)}catch{}return{isThrottled:I,throttleNum:T}}else if(S){var b=q(y);b[xu]({msgID:y,message:A,severity:B})}return null}function p(){a=ta(t),c={},s={},f={},o={},m(109),u=ea(n)?n:"",t.addUnloadHook(pt(t.config,function(y){var A=y.cfg;i=Gu();var B=A.throttleMgrCfg||{};Me(B,function(S,U){m(parseInt(S),U)})}))}function _(y){return o[y]||o[109]}function m(y,A){var B,S;try{var U=A||{},ce={};ce[Kv]=!!U[Kv];var N=U[qv]||{};v=(N==null?void 0:N.daysOfMonth)&&(N==null?void 0:N.daysOfMonth[Ce])>0,ce[qv]=g(N);var k={samplingRate:((B=U.limit)===null||B===void 0?void 0:B.samplingRate)||100,maxSendNumber:((S=U.limit)===null||S===void 0?void 0:S.maxSendNumber)||1};ce.limit=k,o[y]=ce}catch{}}function g(y){y=y||{};var A=y==null?void 0:y.monthInterval,B=y==null?void 0:y.dayInterval;return W(A)&&W(B)&&(y.monthInterval=3,v||(y[vS]=[28],v=!0)),y={monthInterval:y==null?void 0:y.monthInterval,dayInterval:y==null?void 0:y.dayInterval,daysOfMonth:y==null?void 0:y.daysOfMonth},y}function E(y,A,B){if(y&&!y[Kv]&&A&&ea(B)){var S=w(),U=B[Xv],ce=y[qv],N=1;if(ce!=null&&ce.monthInterval){var k=(S.getUTCFullYear()-U.getUTCFullYear())*12+S.getUTCMonth()-U.getUTCMonth();N=K(ce.monthInterval,0,k)}var I=1;if(v)I=Yt(ce[vS],S[Jv]());else if(ce!=null&&ce.dayInterval){var T=Math.floor((S.getTime()-U.getTime())/864e5);I=K(ce.dayInterval,0,T)}return N>=0&&I>=0}return!1}function C(y,A){var B=ea(A)?A:"";return y?aM+B+"-"+y:null}function P(y){try{if(y){var A=new Date;return y.getUTCFullYear()===A.getUTCFullYear()&&y.getUTCMonth()===A.getUTCMonth()&&y[Jv]()===A[Jv]()}}catch{}return!1}function V(y,A,B){try{var S={date:w(),count:0};if(y){var U=JSON.parse(y),ce={date:w(U[Xv])||S[Xv],count:U[Mo]||S[Mo],preTriggerDate:U.preTriggerDate?w(U[zv]):void 0};return ce}else return O(A,B,S),S}catch{}return null}function w(y){try{if(y){var A=new Date(y);if(!isNaN(A.getDate()))return A}else return new Date}catch{}return null}function O(y,A,B){try{return CS(y,A,gt(JSON[Lu](B)))}catch{}return!1}function K(y,A,B){return y<=0?1:B>=A&&(B-A)%y==0?Math.floor((B-A)/y)+1:-1}function $(y,A,B,S){ee(A,S||1,y,B)}function R(y){try{var A=_(y);return SP(1e6)<=A.limit.samplingRate}catch{}return!1}function Y(y){try{var A=s[y];if(!A){var B=C(y,u);A=V(kS(a,B),a,B),s[y]=A}return s[y]}catch{}return null}function Q(y){var A=c[y];if(W(A)){A=!1;var B=Y(y);B&&(A=P(B[zv])),c[y]=A}return c[y]}function q(y){return f=f||{},W(f[y])&&(f[y]=[]),f[y]}}return e}(),sM=";",lM="=";function RS(e){if(!e)return{};var t=e[Po](sM),n=QR(t,function(i,a){var o=a[Po](lM);if(o[Ce]===2){var s=o[0][fl](),c=o[1];i[s]=c}return i},{});if(kr(n)[Ce]>0){if(n.endpointsuffix){var r=n.location?n.location+".":"";n[oa]=n[oa]||"https://"+r+"dc."+n.endpointsuffix}n[oa]=n[oa]||Gv,yy(n[oa],"/")&&(n[oa]=n[oa].slice(0,-1))}return n}var cM=function(){function e(t,n,r){var i=this,a=this;a.ver=1,a.sampleRate=100,a.tags={},a[Yn]=Et(t,r)||ir,a.data=n,a.time=Do(new Date),a.aiDataContract={time:1,iKey:1,name:1,sampleRate:function(){return i.sampleRate===100?4:1},tags:1,data:1}}return e}(),Ei=function(){function e(t,n,r,i){this.aiDataContract={ver:1,name:1,properties:0,measurements:0};var a=this;a.ver=2,a[Yn]=Et(t,n)||ir,a[ar]=la(t,r),a[Fr]=ca(t,i)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Event",e.dataType="EventData",e}(),uM="<no_method>",Fo="error",tn="stack",lp="stackDetails",PS="errorSrc",cp="message",AS="description";function up(e,t){var n=e;return n&&!Se(n)&&(JSON&&JSON[Lu]?(n=JSON[Lu](e),t&&(!n||n==="{}")&&(we(e[Ao])?n=e[Ao]():n=""+e)):n=""+e+" - (Missing JSON.stringify)"),n||""}function MS(e,t){var n=e;return e&&(n&&!Se(n)&&(n=e[cp]||e[AS]||n),n&&!Se(n)&&(n=up(n,!0)),e.filename&&(n=n+" @"+(e.filename||"")+":"+(e.lineno||"?")+":"+(e.colno||"?"))),t&&t!=="String"&&t!=="Object"&&t!=="Error"&&Zt(n||"",t)===-1&&(n=t+": "+n),n||""}function fM(e){try{if(Xt(e))return"hasFullStack"in e&&"typeName"in e}catch{}return!1}function dM(e){try{if(Xt(e))return"ver"in e&&"exceptions"in e&&"properties"in e}catch{}return!1}function YS(e){return e&&e.src&&Se(e.src)&&e.obj&&Ae(e.obj)}function ua(e){var t=e||"";Se(t)||(Se(t[tn])?t=t[tn]:t=""+t);var n=t[Po](`
|
|
54
|
-
`);return{src:t,obj:n}}function
|
|
55
|
-
`),r=0;r<n[Ce];r++){var i=n[r];n[r+1]&&(i+="@"+n[r+1],r++),t[
|
|
56
|
-
`),n+=" from "+e[
|
|
57
|
-
`}):t=e.src||""),t}function pM(e){var t,n=e.obj;if(n&&n[Ce]>0){t=[];var r=0,i=0;ie(n,function(p){var _=p[Ao]();if(dp.regex.test(_)){var m=new dp(_,r++);i+=m[xo],t[xu](m)}});var a=32*1024;if(i>a)for(var o=0,s=t[Ce]-1,c=0,u=o,f=s;o<s;){var d=t[o][xo],v=t[s][xo];if(c+=d+v,c>a){var h=f-u+1;t.splice(u,h);break}u=o,f=s,o++,s--}}return t}function Wu(e){var t="";if(e&&(t=e.typeName||e[Yn]||"",!t))try{var n=/function (.{1,200})\(/,r=n.exec(e.constructor[Ao]());t=r&&r[Ce]>1?r[1]:""}catch{}return t}function fp(e){if(e)try{if(!Se(e)){var t=Wu(e),n=up(e,!1);return(!n||n==="{}")&&(e[Fo]&&(e=e[Fo],t=Wu(e)),n=up(e,!0)),Zt(n,t)!==0&&t!=="String"?t+":"+n:n}}catch{}return""+(e||"")}var yn=function(){function e(t,n,r,i,a,o){this.aiDataContract={ver:1,exceptions:1,severityLevel:0,properties:0,measurements:0};var s=this;s.ver=2,dM(n)?(s[Yo]=n[Yo]||[],s[ar]=n[ar],s[Fr]=n[Fr],n[dl]&&(s[dl]=n[dl]),n.id&&(s.id=n.id,n[ar].id=n.id),n[Zv]&&(s[Zv]=n[Zv]),W(n[ep])||(s[ep]=n[ep])):(r||(r={}),o&&(r.id=o),s[Yo]=[new LS(t,n,r)],s[ar]=la(t,r),s[Fr]=ca(t,i),a&&(s[dl]=a),o&&(s.id=o))}return e.CreateAutoException=function(t,n,r,i,a,o,s,c){var u,f=Wu(a||o||t);return u={},u[mi]=MS(t,f),u.url=n,u.lineNumber=r,u.columnNumber=i,u.error=fp(a||o||t),u.evt=fp(o||t),u[$r]=f,u.stackDetails=xS(s||a||o),u.errorSrc=c,u},e.CreateFromInterface=function(t,n,r,i){var a=n[Yo]&&Vs(n[Yo],function(s){return LS[_S](t,s)}),o=new e(t,Ut(Ut({},n),{exceptions:a}),r,i);return o},e.prototype.toInterface=function(){var t,n=this,r=n.exceptions,i=n.properties,a=n.measurements,o=n.severityLevel,s=n.problemGroup,c=n.id,u=n.isManual,f=r instanceof Array&&Vs(r,function(d){return d.toInterface()})||void 0;return t={ver:"4.0"},t[Yo]=f,t.severityLevel=o,t.properties=i,t.measurements=a,t.problemGroup=s,t.id=c,t.isManual=u,t},e.CreateSimpleException=function(t,n,r,i,a,o){var s;return{exceptions:[(s={},s[Vu]=!0,s.message=t,s.stack=a,s.typeName=n,s)]}},e.envelopeType="Microsoft.ApplicationInsights.{0}.Exception",e.dataType="ExceptionData",e.formatError=fp,e}(),LS=function(){function e(t,n,r){this.aiDataContract={id:0,outerId:0,typeName:1,message:1,hasFullStack:0,stack:0,parsedStack:2};var i=this;if(fM(n))i[$r]=n[$r],i[mi]=n[mi],i[tn]=n[tn],i[xn]=n[xn]||[],i[Vu]=n[Vu];else{var a=n,o=a&&a.evt;Hd(a)||(a=a[Fo]||o||a),i[$r]=Et(t,Wu(a))||ir,i[mi]=yS(t,MS(n||a,i[$r]))||ir;var s=n[lp]||xS(n);i[xn]=pM(s),Ae(i[xn])&&Vs(i[xn],function(c){c[Lo]=Et(t,c[Lo]),c[sa]=Et(t,c[sa])}),i[tn]=WA(t,vM(s)),i.hasFullStack=Ae(i.parsedStack)&&i.parsedStack[Ce]>0,r&&(r[$r]=r[$r]||i[$r])}}return e.prototype.toInterface=function(){var t,n=this,r=n[xn]instanceof Array&&Vs(n[xn],function(a){return a.toInterface()}),i=(t={id:n.id,outerId:n.outerId,typeName:n[$r],message:n[mi],hasFullStack:n[Vu],stack:n[tn]},t[xn]=r||void 0,t);return i},e.CreateFromInterface=function(t,n){var r=n[xn]instanceof Array&&Vs(n[xn],function(a){return dp[_S](a)})||n[xn],i=new e(t,Ut(Ut({},n),{parsedStack:r}));return i},e}(),dp=function(){function e(t,n){this.aiDataContract={level:1,method:1,assembly:0,fileName:0,line:0};var r=this;if(r[xo]=0,typeof t=="string"){var i=t;r[Fu]=n,r[Vo]=uM,r[Lo]=gt(i),r[sa]="",r[hl]=0;var a=i.match(e.regex);a&&a[Ce]>=5&&(r[Vo]=gt(a[2])||r[Vo],r[sa]=gt(a[4]),r[hl]=parseInt(a[5])||0)}else r[Fu]=t[Fu],r[Vo]=t[Vo],r[Lo]=t[Lo],r[sa]=t[sa],r[hl]=t[hl],r[xo]=0;r.sizeInBytes+=r.method[Ce],r.sizeInBytes+=r.fileName[Ce],r.sizeInBytes+=r.assembly[Ce],r[xo]+=e.baseSize,r.sizeInBytes+=r.level.toString()[Ce],r.sizeInBytes+=r.line.toString()[Ce]}return e.CreateFromInterface=function(t){return new e(t,null)},e.prototype.toInterface=function(){var t=this;return{level:t[Fu],method:t[Vo],assembly:t[Lo],fileName:t[sa],line:t[hl]}},e.regex=/^([\s]+at)?[\s]{0,50}([^\@\()]+?)[\s]{0,50}(\@|\()([^\(\n]+):([0-9]+):([0-9]+)(\)?)$/,e.baseSize=58,e}(),_M=function(){function e(){this.aiDataContract={name:1,kind:0,value:1,count:0,min:0,max:0,stdDev:0},this.kind=0}return e}(),fa=function(){function e(t,n,r,i,a,o,s,c,u){this.aiDataContract={ver:1,metrics:1,properties:0};var f=this;f.ver=2;var d=new _M;d[Mo]=i>0?i:void 0,d.max=isNaN(o)||o===null?void 0:o,d.min=isNaN(a)||a===null?void 0:a,d[Yn]=Et(t,n)||ir,d.value=r,d.stdDev=isNaN(s)||s===null?void 0:s,f.metrics=[d],f[ar]=la(t,c),f[Fr]=ca(t,u)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Metric",e.dataType="MetricData",e}(),_l="";function Si(e){(isNaN(e)||e<0)&&(e=0),e=Math.round(e);var t=_l+e%1e3,n=_l+Math.floor(e/1e3)%60,r=_l+Math.floor(e/(1e3*60))%60,i=_l+Math.floor(e/(1e3*60*60))%24,a=Math.floor(e/(1e3*60*60*24));return t=t[Ce]===1?"00"+t:t[Ce]===2?"0"+t:t,n=n[Ce]<2?"0"+n:n,r=r[Ce]<2?"0"+r:r,i=i[Ce]<2?"0"+i:i,(a>0?a+".":_l)+i+":"+r+":"+n+"."+t}function mM(e,t,n,r,i){return!i&&Se(e)&&(e==="Script error."||e==="Script error")}var Ti=function(){function e(t,n,r,i,a,o,s){this.aiDataContract={ver:1,name:0,url:0,duration:0,properties:0,measurements:0,id:0};var c=this;c.ver=2,c.id=jA(t,s),c.url=Uu(t,r),c[Yn]=Et(t,n)||ir,isNaN(i)||(c[$u]=Si(i)),c[ar]=la(t,a),c[Fr]=ca(t,o)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Pageview",e.dataType="PageviewData",e}(),da=function(){function e(t,n,r,i,a,o,s,c,u,f,d,v){u===void 0&&(u="Ajax"),this.aiDataContract={id:1,ver:1,name:0,resultCode:0,duration:0,success:0,data:0,target:0,type:0,properties:0,measurements:0,kind:0,value:0,count:0,min:0,max:0,stdDev:0,dependencyKind:0,dependencySource:0,commandName:0,dependencyTypeName:0};var h=this;h.ver=2,h.id=n,h[$u]=Si(a),h.success=o,h.resultCode=s+"",h.type=Et(t,u);var p=tM(t,r,c,i);h.data=Uu(t,i)||p.data,h.target=Et(t,p.target),f&&(h.target="".concat(h.target," | ").concat(f)),h[Yn]=Et(t,p[Yn]),h[ar]=la(t,d),h[Fr]=ca(t,v)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.RemoteDependency",e.dataType="RemoteDependencyData",e}(),$o=function(){function e(t,n,r,i,a){this.aiDataContract={ver:1,message:1,severityLevel:0,properties:0};var o=this;o.ver=2,n=n||ir,o[mi]=yS(t,n),o[ar]=la(t,i),o[Fr]=ca(t,a),r&&(o[dl]=r)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Message",e.dataType="MessageData",e}(),Uo=function(){function e(t,n,r,i,a,o,s){this.aiDataContract={ver:1,name:0,url:0,duration:0,perfTotal:0,networkConnect:0,sentRequest:0,receivedResponse:0,domProcessing:0,properties:0,measurements:0};var c=this;c.ver=2,c.url=Uu(t,r),c[Yn]=Et(t,n)||ir,c[ar]=la(t,a),c[Fr]=ca(t,o),s&&(c.domProcessing=s.domProcessing,c[$u]=s[$u],c.networkConnect=s.networkConnect,c.perfTotal=s.perfTotal,c[mS]=s[mS],c.sentRequest=s.sentRequest)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.PageviewPerformance",e.dataType="PageviewPerformanceData",e}(),ha=function(){function e(t,n){this.aiDataContract={baseType:1,baseData:1},this.baseType=t,this.baseData=n}return e}();function Ni(e){var t="ai."+e+".";return function(n){return t+n}}var ml=Ni("application"),Dt=Ni("device"),ju=Ni("location"),Bo=Ni("operation"),hp=Ni("session"),Di=Ni("user"),va=Ni("cloud"),gl=Ni("internal"),VS=function(e){Rr(t,e);function t(){return e.call(this)||this}return t}(X1({applicationVersion:ml("ver"),applicationBuild:ml("build"),applicationTypeId:ml("typeId"),applicationId:ml("applicationId"),applicationLayer:ml("layer"),deviceId:Dt("id"),deviceIp:Dt("ip"),deviceLanguage:Dt("language"),deviceLocale:Dt("locale"),deviceModel:Dt("model"),deviceFriendlyName:Dt("friendlyName"),deviceNetwork:Dt("network"),deviceNetworkName:Dt("networkName"),deviceOEMName:Dt("oemName"),deviceOS:Dt("os"),deviceOSVersion:Dt("osVersion"),deviceRoleInstance:Dt("roleInstance"),deviceRoleName:Dt("roleName"),deviceScreenResolution:Dt("screenResolution"),deviceType:Dt("type"),deviceMachineName:Dt("machineName"),deviceVMName:Dt("vmName"),deviceBrowser:Dt("browser"),deviceBrowserVersion:Dt("browserVersion"),locationIp:ju("ip"),locationCountry:ju("country"),locationProvince:ju("province"),locationCity:ju("city"),operationId:Bo("id"),operationName:Bo("name"),operationParentId:Bo("parentId"),operationRootId:Bo("rootId"),operationSyntheticSource:Bo("syntheticSource"),operationCorrelationVector:Bo("correlationVector"),sessionId:hp("id"),sessionIsFirst:hp("isFirst"),sessionIsNew:hp("isNew"),userAccountAcquisitionDate:Di("accountAcquisitionDate"),userAccountId:Di("accountId"),userAgent:Di("userAgent"),userId:Di("id"),userStoreRegion:Di("storeRegion"),userAuthUserId:Di("authUserId"),userAnonymousUserAcquisitionDate:Di("anonUserAcquisitionDate"),userAuthenticatedUserAcquisitionDate:Di("authUserAcquisitionDate"),cloudName:va("name"),cloudRole:va("role"),cloudRoleVer:va("roleVer"),cloudRoleInstance:va("roleInstance"),cloudEnvironment:va("environment"),cloudLocation:va("location"),cloudDeploymentUnit:va("deploymentUnit"),internalNodeName:gl("nodeName"),internalSdkVersion:gl("sdkVersion"),internalAgentVersion:gl("agentVersion"),internalSnippet:gl("snippet"),internalSdkSrc:gl("sdkSrc")}));function wi(e,t,n,r,i,a){var o;n=Et(r,n)||ir,(W(e)||W(t)||W(n))&&on("Input doesn't contain all required fields");var s="";e[Wv]&&(s=e[Wv],delete e[Wv]);var c=(o={},o[Yn]=n,o.time=Do(new Date),o.iKey=s,o.ext=a||{},o.tags=[],o.data={},o.baseType=t,o.baseData=e,o);return W(i)||Me(i,function(u,f){c.data[u]=f}),c}var sn={UserExt:"user",DeviceExt:"device",TraceExt:"trace",WebExt:"web",AppExt:"app",OSExt:"os",SessionExt:"ses",SDKExt:"sdk"},tt=new VS;function yl(e){var t=null;if(we(Event))t=new Event(e);else{var n=Ot();n&&n.createEvent&&(t=n.createEvent("Event"),t.initEvent(e,!0,!0))}return t}function FS(e,t){Io(e,null,null,t)}function gM(e){var t=Ot(),n=zn(),r=!1,i=[],a=1;n&&!W(n.onLine)&&!n.onLine&&(a=2);var o=0,s=v(),c=_i(mn("OfflineListener"),e);try{if(f(Qt())&&(r=!0),t){var u=t.body||t;u.ononline&&f(u)&&(r=!0)}}catch{r=!1}function f(C){var P=!1;return C&&(P=Vr(C,"online",_,c),P&&Vr(C,"offline",m,c)),P}function d(){return s}function v(){return!(o===2||a===2)}function h(){var C=v();s!==C&&(s=C,ie(i,function(P){var V={isOnline:s,rState:a,uState:o};try{P(V)}catch{}}))}function p(C){o=C,h()}function _(){a=1,h()}function m(){a=2,h()}function g(){var C=Qt();if(C&&r){if(FS(C,c),t){var P=t.body||t;it(P.ononline)||FS(P,c)}r=!1}}function E(C){return i[xu](C),{rm:function(){var P=i.indexOf(C);if(P>-1)return i.splice(P,1)}}}return{isOnline:d,isListening:function(){return r},unload:g,addListener:E,setOnlineState:p}}var zu="AppInsightsPropertiesPlugin",$S="AppInsightsChannelPlugin",US="ApplicationInsightsAnalytics",Ku="toString",vp="isStorageUseDisabled",Ho="_addHook",It="core",bi="dataType",pa="envelopeType",ln="diagLog",_a="track",qu="trackPageView",pp="trackPreviousPageVisit",ma="sendPageViewInternal",Go="startTime",Xu="properties",or="duration",_p="sendPageViewPerformanceInternal",mp="populatePageViewPerformanceEvent",Wo="href",BS="sendExceptionInternal",gp="exception",El="error",yp="_onerror",Ep="errorSrc",Sp="lineNumber",Tp="columnNumber",HS="message",Np="CreateAutoException",Ju="addTelemetryInitializer",yM="overridePageViewDuration",GS="autoTrackPageVisitTime",WS="isBrowserLinkTrackingEnabled",Sl="length",jS="enableAutoRouteTracking",zS="enableUnhandledPromiseRejectionTracking",Dp="autoUnhandledPromiseInstrumented",wp="getEntriesByType",KS="isPerformanceTimingSupported",qS="getPerformanceTiming",Qu="navigationStart",bp="shouldCollectDuration",XS="isPerformanceTimingDataReady",Tl="responseStart",EM="requestStart",Zu="loadEventEnd",kp="responseEnd",ef="connectEnd",JS="pageVisitStartTime",SM=function(){function e(t,n,r,i){et(e,this,function(a){var o=null,s=[],c=!1,u=!1,f;r&&(f=r.logger);function d(p){r&&r.flush(p,function(){})}function v(){o||(o=_n(function(){o=null;var p=s.slice(0),_=!1;s=[],ie(p,function(m){m()?_=!0:s.push(m)}),s[Sl]>0&&v(),_&&d(!0)},100))}function h(p){s.push(p),v()}a[qu]=function(p,_){var m=p.name;if(W(m)||typeof m!="string"){var g=Ot();m=p.name=g&&g.title||""}var E=p.uri;if(W(E)||typeof E!="string"){var C=tr();E=p.uri=C&&C[Wo]||""}if(!u){var P=Or(),V=P&&P[wp]&&P[wp]("navigation");if(V&&V[0]&&!it(P.timeOrigin)){var w=V[0].loadEventStart;p[Go]=new Date(P.timeOrigin+w)}else{var O=(_||p[Xu]||{})[or]||0;p[Go]=new Date(new Date().getTime()-O)}u=!0}if(!i[KS]()){t[ma](p,_),d(!0),sy()||ee(f,2,25,"trackPageView: navigation timing API used for calculation of page duration is not supported in this browser. This page view will be collected without duration and timing info.");return}var K=!1,$,R=i[qS]()[Qu];R>0&&($=en(R,+new Date),i[bp]($)||($=void 0));var Y;!W(_)&&!W(_[or])&&(Y=_[or]),(n||!isNaN(Y))&&(isNaN(Y)&&(_||(_={}),_[or]=$),t[ma](p,_),d(!0),K=!0);var Q=6e4;_||(_={}),h(function(){var q=!1;try{if(i[XS]()){q=!0;var y={name:m,uri:E};i[mp](y),!y.isValid&&!K?(_[or]=$,t[ma](p,_)):(K||(_[or]=y.durationMs,t[ma](p,_)),c||(t[_p](y,_),c=!0))}else R>0&&en(R,+new Date)>Q&&(q=!0,K||(_[or]=Q,t[ma](p,_)))}catch(A){ee(f,1,38,"trackPageView failed on page load calculation: "+je(A),{exception:ae(A)})}return q})},a.teardown=function(p,_){if(o){o.cancel(),o=null;var m=s.slice(0);s=[],ie(m,function(g){g()})}}})}return e.__ieDyn=1,e}(),TM=36e5,QS=["googlebot","adsbot-google","apis-google","mediapartners-google"];function ZS(){var e=Or();return e&&!!e.timing}function NM(){var e=Or();return e&&e.getEntriesByType&&e.getEntriesByType("navigation")[Sl]>0}function DM(){var e=Or(),t=e?e.timing:0;return t&&t.domainLookupStart>0&&t[Qu]>0&&t[Tl]>0&&t[EM]>0&&t[Zu]>0&&t[kp]>0&&t[ef]>0&&t.domLoading>0}function e0(){return ZS()?Or().timing:null}function wM(){return NM()?Or()[wp]("navigation")[0]:null}function bM(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=zn()||{},r=n.userAgent,i=!1;if(r)for(var a=0;a<QS[Sl];a++)i=i||Zt(r.toLowerCase(),QS[a])!==-1;if(i)return!1;for(var a=0;a<e[Sl];a++)if(e[a]<0||e[a]>=TM)return!1;return!0}var kM=function(){function e(t){var n=ta(t);et(e,this,function(r){r[mp]=function(i){i.isValid=!1;var a=wM(),o=e0(),s=0,c=0,u=0,f=0,d=0;(a||o)&&(a?(s=a[or],c=a[Go]===0?a[ef]:en(a[Go],a[ef]),u=en(a.requestStart,a[Tl]),f=en(a[Tl],a[kp]),d=en(a.responseEnd,a[Zu])):(s=en(o[Qu],o[Zu]),c=en(o[Qu],o[ef]),u=en(o.requestStart,o[Tl]),f=en(o[Tl],o[kp]),d=en(o.responseEnd,o[Zu])),s===0?ee(n,2,10,"error calculating page view performance.",{total:s,network:c,request:u,response:f,dom:d}):r[bp](s,c,u,f,d)?s<Math.floor(c)+Math.floor(u)+Math.floor(f)+Math.floor(d)?ee(n,2,8,"client performance math error.",{total:s,network:c,request:u,response:f,dom:d}):(i.durationMs=s,i.perfTotal=i[or]=Si(s),i.networkConnect=Si(c),i.sentRequest=Si(u),i.receivedResponse=Si(f),i.domProcessing=Si(d),i.isValid=!0):ee(n,2,45,"Invalid page load duration value. Browser perf data won't be sent.",{total:s,network:c,request:u,response:f,dom:d}))},r[qS]=e0,r[KS]=ZS,r[XS]=DM,r[bp]=bM})}return e.__ieDyn=1,e}(),CM=function(){function e(t,n){var r="prevPageVisitData";et(e,this,function(i){i[pp]=function(s,c){try{var u=a(s,c);u&&n(u.pageName,u.pageUrl,u.pageVisitTime)}catch(f){na(t,"Auto track page visit time failed, metric will not be collected: "+ae(f))}};function a(s,c){var u=null;try{if(u=o(),pl()){sp(t,r)!=null&&on("Cannot call startPageVisit consecutively without first calling stopPageVisit");var f=Pn().stringify(new OM(s,c));OS(t,r,f)}}catch(d){na(t,"Call to restart failed: "+ae(d)),u=null}return u}function o(){var s=null;try{if(pl()){var c=Kn(),u=sp(t,r);u&&Zs()&&(s=Pn().parse(u),s.pageVisitTime=c-s[JS],IS(t,r))}}catch(f){na(t,"Stop page visit timer failed: "+ae(f)),s=null}return s}Be(i,"_logger",{g:function(){return t}}),Be(i,"pageVisitTimeTrackingHandler",{g:function(){return n}})})}return e.__ieDyn=1,e}(),OM=function(){function e(t,n){this[JS]=Kn(),this.pageName=t,this.pageUrl=n}return e}(),t0=function(){function e(t,n){var r=this,i={};r.start=function(a){typeof i[a]<"u"&&ee(t,2,62,"start was called more than once for this event without calling stop.",{name:a,key:a},!0),i[a]=+new Date},r.stop=function(a,o,s,c){var u=i[a];if(isNaN(u))ee(t,2,63,"stop was called without a corresponding start.",{name:a,key:a},!0);else{var f=+new Date,d=en(u,f);r.action(a,o,d,s,c)}delete i[a],i[a]=void 0}}return e}(),Gt,IM="event";function Nl(e,t){e&&e.dispatchEvent&&t&&e.dispatchEvent(t)}function RM(e){if(e&&e.reason){var t=e.reason;return!Se(t)&&we(t[Ku])?t[Ku]():ae(t)}return e||""}var n0=6e4,PM=io((Gt={sessionRenewalMs:yE(r0,30*60*1e3),sessionExpirationMs:yE(r0,24*60*60*1e3),disableExceptionTracking:yt()},Gt[GS]=yt(),Gt[yM]=yt(),Gt[zS]=yt(),Gt[Dp]=!1,Gt.samplingPercentage=Su(AM,100),Gt[vp]=yt(),Gt[WS]=yt(),Gt[jS]=yt(),Gt.namePrefix=VP(),Gt.enableDebug=yt(),Gt.disableFlushOnBeforeUnload=yt(),Gt.disableFlushOnUnload=yt(!1,"disableFlushOnBeforeUnload"),Gt.expCfg=An({inclScripts:!1}),Gt));function r0(e,t){return e=e||t,e<n0&&(e=n0),+e}function AM(e){return!isNaN(e)&&e>0&&e<=100}function MM(e){it(e[vp])||(e[vp]?nM():rM())}var YM=function(e){Rr(t,e);function t(){var n=e.call(this)||this;n.identifier=US,n.priority=180,n.autoRoutePVDelay=500;var r,i,a,o,s,c,u,f,d,v,h,p,_,m,g,E,C,P,V;return et(t,n,function(w,O){var K=O[Ho];ce(),w.getCookieMgr=function(){return Ev(w[It])},w.processTelemetry=function(N,k){w.processNext(N,k)},w.trackEvent=function(N,k){try{var I=wi(N,Ei[bi],Ei[pa],w[ln](),k);w[It][_a](I)}catch(T){U(2,39,"trackTrace failed, trace will not be collected: "+je(T),{exception:ae(T)})}},w.startTrackEvent=function(N){try{r.start(N)}catch(k){U(1,29,"startTrackEvent failed, event will not be collected: "+je(k),{exception:ae(k)})}},w.stopTrackEvent=function(N,k,I){try{r.stop(N,void 0,k,I)}catch(T){U(1,30,"stopTrackEvent failed, event will not be collected: "+je(T),{exception:ae(T)})}},w.trackTrace=function(N,k){try{var I=wi(N,$o[bi],$o[pa],w[ln](),k);w[It][_a](I)}catch(T){U(2,39,"trackTrace failed, trace will not be collected: "+je(T),{exception:ae(T)})}},w.trackMetric=function(N,k){try{var I=wi(N,fa[bi],fa[pa],w[ln](),k);w[It][_a](I)}catch(T){U(1,36,"trackMetric failed, metric will not be collected: "+je(T),{exception:ae(T)})}},w[qu]=function(N,k){try{var I=N||{};a[qu](I,Ut(Ut(Ut({},I.properties),I.measurements),k)),E&&s[pp](I.name,I.uri)}catch(T){U(1,37,"trackPageView failed, page view will not be collected: "+je(T),{exception:ae(T)})}},w[ma]=function(N,k,I){var T=Ot();if(T&&(N.refUri=N.refUri===void 0?T.referrer:N.refUri),W(N[Go])){var J=(k||N[Xu]||{})[or]||0;N[Go]=new Date(new Date().getTime()-J)}var de=wi(N,Ti[bi],Ti[pa],w[ln](),k,I);w[It][_a](de)},w[_p]=function(N,k,I){var T=wi(N,Uo[bi],Uo[pa],w[ln](),k,I);w[It][_a](T)},w.trackPageViewPerformance=function(N,k){var I=N||{};try{o[mp](I),w[_p](I,k)}catch(T){U(1,37,"trackPageViewPerformance failed, page view will not be collected: "+je(T),{exception:ae(T)})}},w.startTrackPage=function(N){try{if(typeof N!="string"){var k=Ot();N=k&&k.title||""}i.start(N)}catch(I){U(1,31,"startTrackPage failed, page view may not be collected: "+je(I),{exception:ae(I)})}},w.stopTrackPage=function(N,k,I,T){try{if(typeof N!="string"){var J=Ot();N=J&&J.title||""}if(typeof k!="string"){var de=tr();k=de&&de[Wo]||""}i.stop(N,k,I,T),E&&s[pp](N,k)}catch(ge){U(1,32,"stopTrackPage failed, page view will not be collected: "+je(ge),{exception:ae(ge)})}},w[BS]=function(N,k,I){var T,J=N&&(N[gp]||N[El])||Hd(N)&&N||{name:N&&typeof N,message:N||ir};N=N||{};var de=new yn(w[ln](),J,N[Xu]||k,N.measurements,N.severityLevel,N.id).toInterface(),ge=Ot();if(ge&&(!((T=w.config.expCfg)===null||T===void 0)&&T.inclScripts)){var b=sA(ge);de[Xu].exceptionScripts=JSON.stringify(b)}var H=wi(de,yn[bi],yn[pa],w[ln](),k,I);w[It][_a](H)},w.trackException=function(N,k){N&&!N[gp]&&N[El]&&(N[gp]=N[El]);try{w[BS](N,k)}catch(I){U(1,35,"trackException failed, exception will not be collected: "+je(I),{exception:ae(I)})}},w[yp]=function(N){var k=N&&N[El],I=N&&N.evt;try{if(!I){var T=Qt();T&&(I=T[IM])}var J=N&&N.url||(Ot()||{}).URL,de=N[Ep]||"window.onerror@"+J+":"+(N[Sp]||0)+":"+(N[Tp]||0),ge={errorSrc:de,url:J,lineNumber:N[Sp]||0,columnNumber:N[Tp]||0,message:N[HS]};mM(N.message,N.url,N.lineNumber,N.columnNumber,N[El])?Q(yn[Np]("Script error: The browser's same-origin policy prevents us from getting the details of this exception. Consider using the 'crossorigin' attribute.",J,N[Sp]||0,N[Tp]||0,k,I,null,de),ge):(N[Ep]||(N[Ep]=de),w.trackException({exception:N,severityLevel:3},ge))}catch(H){var b=k?k.name+", "+k[HS]:"null";U(1,11,"_onError threw exception while logging error, error will not be collected: "+je(H),{exception:ae(H),errorString:b})}},w[Ju]=function(N){if(w[It])return w[It][Ju](N);c||(c=[]),c.push(N)},w.initialize=function(N,k,I,T){if(!w.isInitialized()){W(k)&&on("Error initializing"),O.initialize(N,k,I,T);try{V=_i(mn(w.identifier),k.evtNamespace&&k.evtNamespace()),c&&(ie(c,function(J){k[Ju](J)}),c=null),$(N),o=new kM(w[It]),a=new SM(w,g.overridePageViewDuration,w[It],o),s=new CM(w[ln](),function(J,de,ge){return R(J,de,ge)}),r=new t0(w[ln](),"trackEvent"),r.action=function(J,de,ge,b,H){b||(b={}),H||(H={}),b.duration=ge[Ku](),w.trackEvent({name:J,properties:b,measurements:H})},i=new t0(w[ln](),"trackPageView"),i.action=function(J,de,ge,b,H){W(b)&&(b={}),b.duration=ge[Ku]();var X={name:J,uri:de,properties:b,measurements:H};w[ma](X,b)},xc()&&(q(),y())}catch(J){throw w.setInitialized(!1),J}}},w._doTeardown=function(N,k){a&&a.teardown(N,k),Io(window,null,null,V),ce()};function $(N){var k=w.identifier,I=w[It];w[Ho](pt(N,function(){var T=Mn(null,N,I);g=T.getExtCfg(k,PM),E=g[GS],N.storagePrefix&&op(N.storagePrefix),MM(g),u=g[WS],Y()}))}function R(N,k,I){var T={PageName:N,PageUrl:k};w.trackMetric({name:"PageVisitTime",average:I,max:I,min:I,sampleCount:1},T)}function Y(){if(!f&&u){var N=["/browserLinkSignalR/","/__browserLink/"],k=function(I){if(u&&I.baseType===da[bi]){var T=I.baseData;if(T){for(var J=0;J<N[Sl];J++)if(T.target&&Zt(T.target,N[J])>=0)return!1}}return!0};w[Ho](w[Ju](k)),f=!0}}function Q(N,k){var I=wi(N,yn[bi],yn[pa],w[ln](),k);w[It][_a](I)}function q(){var N=Qt(),k=tr(!0);w[Ho](pt(g,function(){h=g.disableExceptionTracking,!h&&!p&&!g.autoExceptionInstrumented&&(K(Mu(N,"onerror",{ns:V,rsp:function(I,T,J,de,ge,b){!h&&I.rslt!==!0&&w[yp](yn[Np](T,J,de,ge,b,I.evt))}},!1)),p=!0)})),S(N,k)}function y(){var N=Qt(),k=tr(!0);w[Ho](pt(g,function(){if(d=g[jS]===!0,N&&d&&!v&&zR()){var I=oy();we(I.pushState)&&we(I.replaceState)&&typeof Event!==Nh&&B(N,I,k)}}))}function A(){var N=null;if(w[It]&&w[It].getTraceCtx&&(N=w[It].getTraceCtx(!1)),!N){var k=w[It].getPlugin(zu);if(k){var I=k.plugin.context;I&&(N=rp(I.telemetryTrace))}}return N}function B(N,k,I){if(v)return;var T=g.namePrefix||"";function J(){d&&Nl(N,yl(T+"locationchange"))}function de(){if(P&&(C=P),P=I&&I[Wo]||"",d){var ge=A();if(ge){ge.setTraceId(hi());var b="_unknown_";I&&I.pathname&&(b=I.pathname+(I.hash||"")),ge.setName(Et(w[ln](),b))}_n((function(H){w[qu]({refUri:H,properties:{duration:0}})}).bind(w,C),w.autoRoutePVDelay)}}K(Mu(k,"pushState",{ns:V,rsp:function(){d&&(Nl(N,yl(T+"pushState")),Nl(N,yl(T+"locationchange")))}},!0)),K(Mu(k,"replaceState",{ns:V,rsp:function(){d&&(Nl(N,yl(T+"replaceState")),Nl(N,yl(T+"locationchange")))}},!0)),Vr(N,T+"popstate",J,V),Vr(N,T+"locationchange",de,V),v=!0}function S(N,k){w[Ho](pt(g,function(){_=g[zS]===!0,p=p||g[Dp],_&&!m&&(K(Mu(N,"onunhandledrejection",{ns:V,rsp:function(I,T){_&&I.rslt!==!0&&w[yp](yn[Np](RM(T),k?k[Wo]:"",0,0,T,I.evt))}},!1)),g[Dp]=m=!0)}))}function U(N,k,I,T,J){w[ln]().throwInternal(N,k,I,T,J)}function ce(){r=null,i=null,a=null,o=null,s=null,c=null,u=!1,f=!1,d=!1,v=!1,h=!1,p=!1,_=!1,m=!1,E=!1;var N=tr(!0);C=N&&N[Wo]||"",P=null,V=null,g=null,Be(w,"config",{g:function(){return g}})}Be(w,"_pageViewManager",{g:function(){return a}}),Be(w,"_pageViewPerformanceManager",{g:function(){return o}}),Be(w,"_pageVisitTimeManager",{g:function(){return s}}),Be(w,"_evtNamespace",{g:function(){return"."+V}})}),n}return t.Version="3.3.1",t}(Oo),tf="featureOptIn",i0="onCfgChangeReceive",a0="nonOverrideConfigs",o0="scheduleFetchTimeout";function s0(e,t,n,r){try{var i=n>r;i&&(e=null);var a=n==0?d1({},e):e;return a&&t&&!i&&Me(a,function(o){var s=t[o];s&&(Xt(a[o])&&Xt(s)?a[o]=s0(a[o],s,++n,r):delete a[o])}),a}catch{}return e}var jo="featureOptIn.",l0=".mode",c0=".onCfg",u0=".offCfg";function xM(e,t,n){var r;if(!t||!t.enabled)return null;var i=(t[tf]||{})[e]||{mode:1},a=i.mode,o=i.onCfg,s=i.offCfg,c=(n||{})[e]||{mode:2},u=c.mode,f=c.onCfg,d=c.offCfg,v=!!c.blockCdnCfg,h=jo+e+l0,p=jo+e+c0,_=jo+e+u0,m=u,g=f,E=d;return v||(a===4||a===5?(m=a==4?3:2,g=o||f,E=s||d):a===2||u===2?(m=2,g=f||o,E=d||s):a===3?(m=3,g=f||o,E=d||s):a===1&&u===1&&(m=1)),r={},r[h]=m,r[p]=g,r[_]=E,r}function LM(e,t){try{if(!e||!e.enabled)return null;if(!e[tf])return e.config;var n=e[tf],r=e.config||{};return Me(n,function(i){var a=xM(i,e,t.config[tf]);W(a)||(Me(a,function(o,s){gy(r,o,s)}),VM(i,a,r))}),r}catch{}return null}function VM(e,t,n){var r=t[jo+e+l0],i=t[jo+e+c0],a=t[jo+e+u0],o=null;r===3&&(o=i),r===2&&(o=a),o&&Me(o,function(s,c){gy(n,s,c)})}var Dl,FM="ai_cfgsync",f0="GET",$M=18e5,zo=void 0,UM={instrumentationKey:!0,connectionString:!0,endpointUrl:!0},BM=io((Dl={syncMode:1,blkCdnCfg:zo,customEvtName:zo,cfgUrl:zo,overrideSyncFn:zo,overrideFetchFn:zo},Dl[i0]=zo,Dl[o0]=$M,Dl[a0]=UM,Dl)),HM=function(e){Rr(t,e);function t(){var n=e.call(this)||this;n.priority=198,n.identifier="AppInsightsCfgSyncPlugin";var r,i,a,o,s,c,u,f,d,v,h,p,_,m,g,E,C=!1;return et(t,n,function(P,V){w(),P.initialize=function(k,I,T,J){V.initialize(k,I,T,J),o=_i(mn(P.identifier),I.evtNamespace&&I.evtNamespace()),O(k)},P.getCfg=function(){return i},P.pause=function(){C=!0,N()},P.resume=function(){C=!1,ce()},P.setCfg=function(k){return K(k)},P.sync=function(k){return R(k)},P.updateEventListenerName=function(k){return Y(k)},P._doTeardown=function(k,I){$(),N(),w()},P._getDbgPlgTargets=function(){return[f,u,a,d,_]};function w(){i=null,a=null,o=null,s=null,u=null,f=null,_=null,c=null,v=null,h=null,d=null,g=null,E=null,p=null}function O(k){var I=P.identifier,T=P.core;P._addHook(pt(k,function(){var J=Mn(null,k,T);r=J.getExtCfg(I,BM);var de=d;d=!!r.blkCdnCfg,!W(de)&&de!==d&&(!d&&s?m&&m(s,A,f):N()),W(u)&&(u=r.syncMode===2),W(f)&&(f=r.syncMode===1);var ge=r.customEvtName||FM;a!==ge&&(u?Y(ge):($(),a=ge)),W(s)&&(s=r.cfgUrl),s||(i=k,f&&R())})),E=r.overrideSyncFn,g=r.overrideFetchFn,p=r[i0],_=r[a0],v=r[o0],m=Q(),h=0,s&&!d&&m&&m(s,A,f)}function K(k,I){if(k){if(i=k,I&&!C)return R();if(u&&!C)return P.core.updateCfg(k),!0}return!1}function $(){try{var k=pn();k&&Io(k,null,null,o)}catch{}}function R(k){try{return E&&we(E)?E(i,k):gP(a,i,k)}catch{}return!1}function Y(k){try{return $(),k&&(a=k,S()),!0}catch{}return!1}function Q(){var k=g;return W(k)&&(av()?k=q:_u()&&(k=y)),k}function q(k,I,T){var J=pn(),de=J&&J.fetch||null;if(k&&de&&we(de))try{var ge={method:f0},b=new Request(k,ge);xr(fetch(b),function(H){var X=H.value;H.rejected?B(I,400):X.ok?xr(X.text(),function(ue){B(I,X.status,ue.value,T)}):B(I,X.status,null,T)})}catch{}}function y(k,I,T){try{var J=new XMLHttpRequest;J.open(f0,k),J.onreadystatechange=function(){J.readyState===XMLHttpRequest.DONE&&B(I,J.status,J.responseText,T)},J.onerror=function(){B(I,400)},J.ontimeout=function(){B(I,400)},J.send()}catch{}}function A(k,I,T){try{if(k>=200&&k<400&&I){h=0;var J=Pn();if(J){var de=J.parse(I),ge=LM(de,P.core),b=ge&&$t(ge)&&U(ge);b&&K(b,T)}}else h++;h<3&&ce()}catch{}}function B(k,I,T,J){try{k(I,T,J)}catch{}}function S(){if(u){var k=pn();if(k)try{Vr(k,a,function(I){var T=I&&I.detail;if(p&&T)p(T);else{var J=T&&T.cfg,de=J&&$t(J)&&U(J);de&&K(de)}},o,!0)}catch{}}}function U(k,I){var T=null;try{k&&(T=s0(k,_,0,5))}catch{}return T}function ce(){!c&&v&&(c=_n(function(){c=null,m(s,A,f)},v),c.unref())}function N(){c&&c.cancel(),c=null,h=0}P.processTelemetry=function(k,I){P.processNext(k,I)}}),n}return t.__ieDyn=1,t}(Oo),ga="duration",Rt="tags",Cp="deviceType",Wt="data",Ur="name",wl="traceID",Ye="length",bl="stringify",ya="measurements",sr="dataType",Ea="envelopeType",Sa="toString",kl="_get",Ta="enqueue",Na="count",d0="eventsLimitInMem",Br="push",nf="item",Op="emitLineDelimitedJson",Ko="clear",Ip="createNew",rf="markAsSent",Cl="clearSent",Rp="bufferOverride",Pp="BUFFER_KEY",ki="SENT_BUFFER_KEY",qo="concat",Ol="MAX_BUFFER_SIZE",Il="triggerSend",Lt="diagLog",Ap="initialize",Rl="_sender",Mp="customHeaders",h0="maxBatchSizeInBytes",Yp="onunloadDisableBeacon",xp="isBeaconApiDisabled",v0="alwaysUseXhrOverride",Lp="disableXhr",p0="enableSessionStorageBuffer",Ci="_buffer",_0="onunloadDisableFetch",m0="disableSendBeaconSplit",g0="instrumentationKey",y0="enableSendPromise",af="getSenderInst",E0="unloadTransports",S0="convertUndefined",T0="maxBatchInterval",of="serialize",Da="_onError",Vp="_onPartialSuccess",sf="_onSuccess",Fp="itemsReceived",$p="itemsAccepted",Up="oriPayload",Bp="baseType",lf="sampleRate",N0="eventsSendRequest",D0="getSamplingScore",GM="getHashCodeScore",Hp="baseType",lt="baseData",kt="properties",w0="true";function _t(e,t,n){return Ze(e,t,n,Rc)}function WM(e,t,n){var r=n[Rt]=n[Rt]||{},i=t.ext=t.ext||{},a=t[Rt]=t[Rt]||[],o=i.user;o&&(_t(r,tt.userAuthUserId,o.authId),_t(r,tt.userId,o.id||o.localId));var s=i.app;s&&_t(r,tt.sessionId,s.sesId);var c=i.device;c&&(_t(r,tt.deviceId,c.id||c.localId),_t(r,tt[Cp],c.deviceClass),_t(r,tt.deviceIp,c.ip),_t(r,tt.deviceModel,c.model),_t(r,tt[Cp],c[Cp]));var u=t.ext.web;if(u){_t(r,tt.deviceLanguage,u.browserLang),_t(r,tt.deviceBrowserVersion,u.browserVer),_t(r,tt.deviceBrowser,u.browser);var f=n[Wt]=n[Wt]||{},d=f[lt]=f[lt]||{},v=d[kt]=d[kt]||{};_t(v,"domain",u.domain),_t(v,"isManual",u.isManual?w0:null),_t(v,"screenRes",u.screenRes),_t(v,"userConsent",u.userConsent?w0:null)}var h=i.os;h&&(_t(r,tt.deviceOS,h[Ur]),_t(r,tt.deviceOSVersion,h.osVer));var p=i.trace;p&&(_t(r,tt.operationParentId,p.parentID),_t(r,tt.operationName,Et(e,p[Ur])),_t(r,tt.operationId,p[wl]));for(var _={},m=a[Ye]-1;m>=0;m--){var g=a[m];Me(g,function(C,P){_[C]=P}),a.splice(m,1)}Me(a,function(C,P){_[C]=P});var E=Ut(Ut({},r),_);E[tt.internalSdkVersion]||(E[tt.internalSdkVersion]=Et(e,"javascript:".concat(jM.Version),64)),n[Rt]=Jy(E)}function Oi(e,t,n){W(e)||Me(e,function(r,i){Ys(i)?n[r]=i:Se(i)?t[r]=i:Zs()&&(t[r]=Pn()[bl](i))})}function wa(e,t){W(e)||Me(e,function(n,r){e[n]=r||t})}function ba(e,t,n,r){var i=new cM(e,r,t);_t(i,"sampleRate",n[dS]),(n[lt]||{}).startTime&&(i.time=Do(n[lt].startTime)),i.iKey=n.iKey;var a=n.iKey.replace(/-/g,"");return i[Ur]=i[Ur].replace("{0}",a),WM(e,n,i),n[Rt]=n[Rt]||[],Jy(i)}function ka(e,t){W(t[lt])&&ee(e,1,46,"telemetryItem.baseData cannot be null.")}var jM={Version:"3.3.1"};function zM(e,t,n){ka(e,t);var r=t[lt][ya]||{},i=t[lt][kt]||{};Oi(t[Wt],i,r),W(n)||wa(i,n);var a=t[lt];if(W(a))return na(e,"Invalid input for dependency data"),null;var o=a[kt]&&a[kt][hS]?a[kt][hS]:"GET",s=new da(e,a.id,a.target,a[Ur],a[ga],a.success,a.responseCode,o,a.type,a.correlationContext,i,r),c=new ha(da[sr],s);return ba(e,da[Ea],t,c)}function b0(e,t,n){ka(e,t);var r={},i={};t[Hp]!==Ei[sr]&&(r.baseTypeSource=t[Hp]),t[Hp]===Ei[sr]?(r=t[lt][kt]||{},i=t[lt][ya]||{}):t[lt]&&Oi(t[lt],r,i),Oi(t[Wt],r,i),W(n)||wa(r,n);var a=t[lt][Ur],o=new Ei(e,a,r,i),s=new ha(Ei[sr],o);return ba(e,Ei[Ea],t,s)}function KM(e,t,n){ka(e,t);var r=t[lt][ya]||{},i=t[lt][kt]||{};Oi(t[Wt],i,r),W(n)||wa(i,n);var a=t[lt],o=yn.CreateFromInterface(e,a,i,r),s=new ha(yn[sr],o);return ba(e,yn[Ea],t,s)}function qM(e,t,n){ka(e,t);var r=t[lt],i=r[kt]||{},a=r[ya]||{};Oi(t[Wt],i,a),W(n)||wa(i,n);var o=new fa(e,r[Ur],r.average,r.sampleCount,r.min,r.max,r.stdDev,i,a),s=new ha(fa[sr],o);return ba(e,fa[Ea],t,s)}function XM(e,t,n){ka(e,t);var r,i=t[lt];!W(i)&&!W(i[kt])&&!W(i[kt][ga])?(r=i[kt][ga],delete i[kt][ga]):!W(t[Wt])&&!W(t[Wt][ga])&&(r=t[Wt][ga],delete t[Wt][ga]);var a=t[lt],o;((t.ext||{}).trace||{})[wl]&&(o=t.ext.trace[wl]);var s=a.id||o,c=a[Ur],u=a.uri,f=a[kt]||{},d=a[ya]||{};if(W(a.refUri)||(f.refUri=a.refUri),W(a.pageType)||(f.pageType=a.pageType),W(a.isLoggedIn)||(f.isLoggedIn=a.isLoggedIn[Sa]()),!W(a[kt])){var v=a[kt];Me(v,function(_,m){f[_]=m})}Oi(t[Wt],f,d),W(n)||wa(f,n);var h=new Ti(e,c,u,r,f,d,s),p=new ha(Ti[sr],h);return ba(e,Ti[Ea],t,p)}function JM(e,t,n){ka(e,t);var r=t[lt],i=r[Ur],a=r.uri||r.url,o=r[kt]||{},s=r[ya]||{};Oi(t[Wt],o,s),W(n)||wa(o,n);var c=new Uo(e,i,a,void 0,o,s,r),u=new ha(Uo[sr],c);return ba(e,Uo[Ea],t,u)}function QM(e,t,n){ka(e,t);var r=t[lt].message,i=t[lt].severityLevel,a=t[lt][kt]||{},o=t[lt][ya]||{};Oi(t[Wt],a,o),W(n)||wa(a,n);var s=new $o(e,r,i,a,o),c=new ha($o[sr],s);return ba(e,$o[Ea],t,c)}var k0=function(){function e(t,n){var r=[],i=!1,a=n.maxRetryCnt;this[kl]=function(){return r},this._set=function(o){return r=o,r},et(e,this,function(o){o[Ta]=function(s){if(o[Na]()>=n[d0]){i||(ee(t,2,105,"Maximum in-memory buffer size reached: "+o[Na](),!0),i=!0);return}s.cnt=s.cnt||0,!(!W(a)&&s.cnt>a)&&r[Br](s)},o[Na]=function(){return r[Ye]},o.size=function(){for(var s=r[Ye],c=0;c<r[Ye];c++)s+=r[c].item[Ye];return n[Op]||(s+=2),s},o[Ko]=function(){r=[],i=!1},o.getItems=function(){return r.slice(0)},o.batchPayloads=function(s){if(s&&s[Ye]>0){var c=[];ie(s,function(f){c[Br](f[nf])});var u=n[Op]?c.join(`
|
|
58
|
-
`):"["+c.join(",")+"]";return u}return null},o[
|
|
59
|
-
`,{name:s},!0);else{c=[];for(var u=0;u<o[Ye];u++){var f=o[u],d=r(f,s+"["+u+"]");c[Br](d)}}return c}function a(o,s,c){var u;return o&&(u={},Me(o,function(f,d){if(s==="string")d===void 0?u[f]="undefined":d===null?u[f]="null":d[Sa]?u[f]=d[Sa]():u[f]="invalid field: toString() is not defined.";else if(s==="number")if(d===void 0)u[f]="undefined";else if(d===null)u[f]="null";else{var v=parseFloat(d);u[f]=v}else u[f]="invalid field: "+c+" is of unknown type.",ee(t,1,u[f],null,!0)})),u}})}return e.__ieDyn=1,e}(),tY=8,nY=function(){function e(){}return e.prototype.getHashCodeScore=function(t){var n=this.getHashCode(t)/e.INT_MAX_VALUE;return n*100},e.prototype.getHashCode=function(t){if(t==="")return 0;for(;t[Ye]<tY;)t=t[qo](t);for(var n=5381,r=0;r<t[Ye];++r)n=(n<<5)+n+t.charCodeAt(r),n=n&n;return Math.abs(n)},e.INT_MAX_VALUE=2147483647,e}(),rY=function(){function e(){var t=this,n=new nY,r=new VS;t[D0]=function(i){var a=0;return i[Rt]&&i[Rt][r.userId]?a=n.getHashCodeScore(i[Rt][r.userId]):i.ext&&i.ext.user&&i.ext.user.id?a=n[GM](i.ext.user.id):i[Rt]&&i[Rt][r.operationId]?a=n.getHashCodeScore(i[Rt][r.operationId]):i.ext&&i.ext.telemetryTrace&&i.ext.telemetryTrace[wl]?a=n.getHashCodeScore(i.ext.telemetryTrace[wl]):a=Math.random()*100,a}}return e}(),iY=function(){function e(t,n){this.INT_MAX_VALUE=2147483647;var r=n||ta(null);(t>100||t<0)&&(r.throwInternal(2,58,"Sampling rate is out of range (0..100). Sampling will be disabled, you may be sending too much data which may affect your AI service level.",{samplingRate:t},!0),t=100),this[lf]=t,this.samplingScoreGenerator=new rY}return e.prototype.isSampledIn=function(t){var n=this[lf],r=!1;return n==null||n>=100||t.baseType===fa[sr]?!0:(r=this.samplingScoreGenerator[D0](t)<n,r)},e}(),at,Hr,lr=void 0,O0="",aY=65e3;function I0(e){try{return e.responseText}catch{}return null}function oY(e){return e&&e.sendPOST}var R0=io((at={endpointUrl:Su(Rc,Gv+Ro)},at[Op]=yt(),at[T0]=15e3,at[h0]=102400,at.disableTelemetry=yt(),at[p0]=yt(!0),at.isRetryDisabled=yt(),at[xp]=yt(!0),at[m0]=yt(!0),at[Lp]=yt(),at[_0]=yt(),at[Yp]=yt(),at[g0]=lr,at.namePrefix=lr,at.samplingPercentage=Su(sY,100),at[Mp]=lr,at[S0]=lr,at[d0]=1e4,at[Rp]=!1,at.httpXHROverride={isVal:oY,v:lr},at[v0]=yt(),at.transports=lr,at.retryCodes=lr,at.maxRetryCnt={isVal:Ys,v:10},at));function sY(e){return!isNaN(e)&&e>0&&e<=100}var lY=(Hr={},Hr[Ei.dataType]=b0,Hr[$o.dataType]=QM,Hr[Ti.dataType]=XM,Hr[Uo.dataType]=JM,Hr[yn.dataType]=KM,Hr[fa.dataType]=qM,Hr[da.dataType]=zM,Hr),cY=function(e){Rr(t,e);function t(){var n=e.call(this)||this;n.priority=1001,n.identifier=$S;var r,i,a,o,s,c,u,f,d=0,v,h,p,_,m,g,E,C,P,V,w,O,K,$,R,Y,Q,q,y,A,B,S,U,ce,N,k,I;return et(t,n,function(T,J){Fa(),T.pause=function(){Ke(),o=!0},T.resume=function(){o&&(o=!1,i=null,M(),Ie())},T.flush=function(D,L,oe){if(D===void 0&&(D=!0),!o){Ke();try{return T[Il](D,null,oe||1)}catch(se){ee(T[Lt](),1,22,"flush failed, telemetry will not be collected: "+je(se),{exception:ae(se)})}}},T.onunloadFlush=function(){if(!o)if(E||A)try{return T[Il](!0,G,2)}catch(D){ee(T[Lt](),1,20,"failed to flush with beacon sender on page unload, telemetry will not be collected: "+je(D),{exception:ae(D)})}else T.flush(!1)},T.addHeader=function(D,L){f[D]=L},T[Ap]=function(D,L,oe,se){T.isInitialized()&&ee(T[Lt](),1,28,"Sender is already initialized"),J[Ap](D,L,oe,se);var De=T.identifier;c=new eY(L.logger),r=0,i=null,a=0,T[Rl]=null,u=0;var Te=T[Lt]();p=_i(mn("Sender"),L.evtNamespace&&L.evtNamespace()),h=gM(p),T._addHook(pt(D,function(Re){var ut=Re.cfg;ut.storagePrefix&&op(ut.storagePrefix);var Dn=Mn(null,ut,L),Pe=Dn.getExtCfg(De,R0);Be(T,"_senderConfig",{g:function(){return Pe}}),L.activeStatus()===ai.PENDING?T.pause():L.activeStatus()===ai.ACTIVE&&T.resume(),m!==Pe.endpointUrl&&(_=m=Pe.endpointUrl),V&&V!==Pe[Mp]&&ie(V,function(Pt){delete f[Pt.header]}),g=Pe[h0],E=(Pe[Yp]===!1||Pe[xp]===!1)&&el(),C=Pe[Yp]===!1&&el(),P=Pe[xp]===!1&&el(),A=Pe[v0],B=!!Pe[Lp],I=Pe.retryCodes;var T_=Pe[Rp],us=!!Pe[p0]&&(!!T_||pl()),DT=Pe.namePrefix,sx=us!==Y||us&&q!==DT||us&&Q!==T_;if(T[Ci]){if(sx)try{T._buffer=T._buffer[Ip](Te,Pe,us)}catch(Pt){ee(T[Lt](),1,12,"failed to transfer telemetry to different buffer storage, telemetry will be lost: "+je(Pt),{exception:ae(Pt)})}M()}else T[Ci]=us?new C0(Te,Pe):new Gp(Te,Pe);q=DT,Y=us,Q=T_,S=!Pe[_0]&&av(!0),N=!!Pe[m0],T._sample=new iY(Pe.samplingPercentage,Te),O=Pe[g0],nn(O,ut)||ee(Te,1,100,"Invalid Instrumentation key "+O),V=Pe[Mp],Se(_)&&!np(_)&&V&&V[Ye]>0?ie(V,function(Pt){n.addHeader(Pt.header,Pt.value)}):V=null,y=Pe[y0];var wT=ge();k?k.SetConfig(wT):(k=new OA,k[Ap](wT,Te));var Of=Pe.httpXHROverride,If=null,zl=null,lx=eE([3,1,2],Pe.transports);If=k&&k[af](lx,!1);var N_=k&&k.getFallbackInst();U=function(Pt,$a){return _e(N_,Pt,$a)},ce=function(Pt,$a){return _e(N_,Pt,$a,!1)},If=A?Of:If||Of||N_,T[Rl]=function(Pt,$a){return _e(If,Pt,$a)},S&&(v=ye);var D_=eE([3,1],Pe[E0]);S||(D_=D_.filter(function(Pt){return Pt!==2})),zl=k&&k[af](D_,!0),zl=A?Of:zl||Of,(A||Pe[E0]||!v)&&zl&&(v=function(Pt,$a){return _e(zl,Pt,$a)}),v||(v=U),w=Pe.disableTelemetry,K=Pe[S0]||lr,$=Pe.isRetryDisabled,R=Pe[T0]}))},T.processTelemetry=function(D,L){var oe;L=T._getTelCtx(L);var se=L[Lt]();try{var De=ze(D,se);if(!De)return;var Te=fe(D,se);if(!Te)return;var Re=c[of](Te),ut=T[Ci];M(Re);var Dn=(oe={},oe[nf]=Re,oe.cnt=0,oe);ut[Ta](Dn),Ie()}catch(Pe){ee(se,2,12,"Failed adding telemetry to the sender's buffer, some telemetry will be lost: "+je(Pe),{exception:ae(Pe)})}T.processNext(D,L)},T.isCompletelyIdle=function(){return!o&&d===0&&T._buffer[Na]()===0},T._xhrReadyStateChange=function(D,L,oe){if(!he(L))return b(D,L,oe)},T[Il]=function(D,L,oe){D===void 0&&(D=!0);var se;if(!o)try{var De=T[Ci];if(w)De[Ko]();else{if(De[Na]()>0){var Te=De.getItems();$n(oe||0,D),L?se=L.call(T,Te,D):se=T[Rl](Te,D)}a=+new Date}Ke()}catch(ut){var Re=aE();(!Re||Re>9)&&ee(T[Lt](),1,40,"Telemetry transmission failed, some telemetry will be lost: "+je(ut),{exception:ae(ut)})}return se},T.getOfflineSupport=function(){var D;return D={getUrl:function(){return _},createPayload:te},D[of]=pe,D.batch=x,D.shouldProcess=function(L){return!!ze(L)},D},T._doTeardown=function(D,L){T.onunloadFlush(),bo(h,!1),Fa()},T[Da]=function(D,L,oe){if(!he(D))return H(D,L)},T[Vp]=function(D,L){if(!he(D))return X(D,L)},T[sf]=function(D,L){if(!he(D))return ue(D)},T._xdrOnLoad=function(D,L){if(!he(L))return de(D,L)};function de(D,L){var oe=I0(D);if(D&&(oe+""=="200"||oe===""))r=0,T[sf](L,0);else{var se=Pv(oe);se&&se[Fp]&&se[Fp]>se[$p]&&!$?T[Vp](L,se):T[Da](L,Zy(D))}}function ge(){var D;try{var L={xdrOnComplete:function(se,De,Te){var Re=be(Te);if(Re)return de(se,Re)},fetchOnComplete:function(se,De,Te,Re){var ut=be(Re);if(ut)return F(se.status,ut,se.url,ut[Ye],se.statusText,Te||"")},xhrOnComplete:function(se,De,Te){var Re=be(Te);if(Re)return b(se,Re,Re[Ye])},beaconOnRetry:function(se,De,Te){return Z(se,De,Te)}},oe=(D={},D[y0]=y,D.isOneDs=!1,D.disableCredentials=!1,D[Lp]=B,D.disableBeacon=!P,D.disableBeaconSync=!C,D.senderOnCompleteCallBack=L,D);return oe}catch{}return null}function b(D,L,oe){D.readyState===4&&F(D.status,L,D.responseURL,oe,pu(D),I0(D)||D.response)}function H(D,L,oe){ee(T[Lt](),2,26,"Failed to send telemetry.",{message:L}),T._buffer&&T._buffer[Cl](D)}function X(D,L){for(var oe=[],se=[],De=L.errors.reverse(),Te=0,Re=De;Te<Re.length;Te++){var ut=Re[Te],Dn=D.splice(ut.index,1)[0];St(ut.statusCode)?se[Br](Dn):oe[Br](Dn)}D[Ye]>0&&T[sf](D,L[$p]),oe[Ye]>0&&T[Da](oe,pu(null,["partial success",L[$p],"of",L.itemsReceived].join(" "))),se[Ye]>0&&(ke(se),ee(T[Lt](),2,40,"Partial success. Delivered: "+D[Ye]+", Failed: "+oe[Ye]+". Will retry to send "+se[Ye]+" our of "+L[Fp]+" items"))}function ue(D,L){T._buffer&&T._buffer[Cl](D)}function be(D){try{if(D){var L=D,oe=L[Up];return oe&&oe[Ye]?oe:null}}catch{}return null}function ze(D,L){if(w)return!1;if(!D)return L&&ee(L,1,7,"Cannot send empty telemetry"),!1;if(D.baseData&&!D[Bp])return L&&ee(L,1,70,"Cannot send telemetry without baseData and baseType"),!1;if(D[Bp]||(D[Bp]="EventData"),!T[Rl])return L&&ee(L,1,28,"Sender was not initialized"),!1;if(re(D))D[dS]=T._sample[lf];else return L&&ee(L,2,33,"Telemetry item was sampled out and not sent",{SampleRate:T._sample[lf]}),!1;return!0}function fe(D,L){var oe=D.iKey||O,se=t.constructEnvelope(D,oe,L,K);if(!se){ee(L,1,47,"Unable to create an AppInsights envelope");return}var De=!1;if(D[Rt]&&D[Rt][Hv]&&(ie(D[Rt][Hv],function(Te){try{Te&&Te(se)===!1&&(De=!0,na(L,"Telemetry processor check returns false"))}catch(Re){ee(L,1,64,"One of telemetry initializers failed, telemetry item will not be sent: "+je(Re),{exception:ae(Re)},!0)}}),delete D[Rt][Hv]),!De)return se}function pe(D){var L=O0,oe=T[Lt]();try{var se=ze(D,oe),De=null;se&&(De=fe(D,oe)),De&&(L=c[of](De))}catch{}return L}function x(D){var L=O0;return D&&D[Ye]&&(L="["+D.join(",")+"]"),L}function te(D){var L,oe=$e();return L={urlString:_},L[Wt]=D,L.headers=oe,L}function re(D){return T._sample.isSampledIn(D)}function ve(D,L,oe,se){L===200&&D?T._onSuccess(D,D[Ye]):se&&T[Da](D,se)}function _e(D,L,oe,se){se===void 0&&(se=!0);var De=function(ut,Dn,Pe){return ve(L,ut,Dn,Pe)},Te=Xe(L),Re=D&&D.sendPOST;return Re&&Te?(se&&T._buffer[rf](L),Re(Te,De,!oe)):null}function Xe(D){var L;if(Ae(D)&&D[Ye]>0){var oe=T[Ci].batchPayloads(D),se=$e(),De=(L={},L[Wt]=oe,L.urlString=_,L.headers=se,L.disableXhrSync=B,L.disableFetchKeepAlive=!S,L[Up]=D,L);return De}return null}function $e(){try{var D=f||{};return np(_)&&(D[Qe[6]]=Qe[7]),D}catch{}return null}function M(D){var L=D?D[Ye]:0;return T[Ci].size()+L>g?((!h||h.isOnline())&&T[Il](!0,null,10),!0):!1}function F(D,L,oe,se,De,Te){var Re=null;if(T._appId||(Re=Pv(Te),Re&&Re.appId&&(T._appId=Re.appId)),(D<200||D>=300)&&D!==0){if((D===301||D===307||D===308)&&!j(oe)){T[Da](L,De);return}if(h&&!h.isOnline()){if(!$){var ut=10;ke(L,ut),ee(T[Lt](),2,40,". Offline - Response Code: ".concat(D,". Offline status: ").concat(!h.isOnline(),". Will retry to send ").concat(L.length," items."))}return}!$&&St(D)?(ke(L),ee(T[Lt](),2,40,". Response code "+D+". Will retry to send "+L[Ye]+" items.")):T[Da](L,De)}else j(oe),D===206?(Re||(Re=Pv(Te)),Re&&!$?T[Vp](L,Re):T[Da](L,De)):(r=0,T[sf](L,se))}function j(D){return u>=10?!1:!W(D)&&D!==""&&D!==_?(_=D,++u,!0):!1}function G(D,L){if(v)v(D,!1);else{var oe=k&&k[af]([3],!0);return _e(oe,D,L)}}function Z(D,L,oe){var se=D,De=se&&se[Up];if(N)ce&&ce(De,!0),ee(T[Lt](),2,40,". Failed to send telemetry with Beacon API, retried with normal sender.");else{for(var Te=[],Re=0;Re<De[Ye];Re++){var ut=De[Re],Dn=[ut],Pe=Xe(Dn);oe(Pe,L)?T._onSuccess(Dn,Dn[Ye]):Te[Br](ut)}Te[Ye]>0&&(ce&&ce(Te,!0),ee(T[Lt](),2,40,". Failed to send telemetry with Beacon API, retried with normal sender."))}}function he(D){try{if(D&&D[Ye])return Se(D[0])}catch{}return null}function ye(D,L){var oe=null;if(Ae(D)){for(var se=D[Ye],De=0;De<D[Ye];De++)se+=D[De].item[Ye];var Te=k.getSyncFetchPayload();Te+se<=aY?oe=2:el()?oe=3:(oe=1,ee(T[Lt](),2,40,". Failed to send telemetry with Beacon API, retried with xhrSender."));var Re=k&&k[af]([oe],!0);return _e(Re,D,L)}return null}function ke(D,L){if(L===void 0&&(L=1),!(!D||D[Ye]===0)){var oe=T[Ci];oe[Cl](D),r++;for(var se=0,De=D;se<De.length;se++){var Te=De[se];Te.cnt=Te.cnt||0,Te.cnt++,oe[Ta](Te)}Ee(L),Ie()}}function Ee(D){var L=10,oe;if(r<=1)oe=L;else{var se=(Math.pow(2,r)-1)/2,De=Math.floor(Math.random()*se*L)+1;De=D*De,oe=Math.max(Math.min(De,3600),L)}var Te=Kn()+oe*1e3;i=Te}function Ie(){if(!s&&!o){var D=i?Math.max(0,i-Kn()):0,L=Math.max(R,D);s=_n(function(){s=null,T[Il](!0,null,1)},L)}}function Ke(){s&&s.cancel(),s=null,i=null}function St(D){return W(I)?D===401||D===408||D===429||D===500||D===502||D===503||D===504:I[Ye]&&I.indexOf(D)>-1}function Nn(){var D="getNotifyMgr";return T.core[D]?T.core[D]():T.core._notificationManager}function $n(D,L){var oe=Nn();if(oe&&oe[N0])try{oe[N0](D,L)}catch(se){ee(T[Lt](),1,74,"send request notification failed: "+je(se),{exception:ae(se)})}}function nn(D,L){var oe=L.disableInstrumentationKeyValidation,se=W(oe)?!1:oe;if(se)return!0;var De="^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",Te=new RegExp(De);return Te.test(D)}function Fa(){T[Rl]=null,T[Ci]=null,T._appId=null,T._sample=null,f={},h=null,r=0,i=null,a=null,o=!1,s=null,c=null,u=0,d=0,v=null,p=null,_=null,m=null,g=0,E=!1,V=null,w=!1,O=null,K=lr,$=!1,Y=null,q=lr,B=!1,S=!1,N=!1,U=null,ce=null,k=null,Be(T,"_senderConfig",{g:function(){return Qy({},R0)}})}}),n}return t.constructEnvelope=function(n,r,i,a){var o;r!==n.iKey&&!W(r)?o=Ut(Ut({},n),{iKey:r}):o=n;var s=lY[o.baseType]||b0;return s(i,o,a)},t}(Oo),P0="duration",Ca="properties",Ln="requestUrl",Pl="inst",Oa="length",Gr="traceID",Ii="spanID",En="traceFlags",Al="context",Xo="aborted",cf="traceId",uf="spanId",ff="_addHook",Vn="core",Wp="includeCorrelationHeaders",jp="getAbsoluteUrl",Ia="headers",Sn="requestHeaders",zp="setRequestHeader",A0="trackDependencyDataInternal",Ra="startTime",Jo="toLowerCase",Kp="enableRequestHeaderTracking",M0="enableAjaxErrorStatusText",Y0="enableAjaxPerfTracking",x0="maxAjaxCallsPerView",L0="excludeRequestFromAutoTrackingPatterns",V0="addRequestContext",qp="disableAjaxTracking",F0="ajaxPerfLookupDelay",$0="disableFetchTracking",U0="enableResponseHeaderTracking",Fn="status",Pa="statusText",Qo="headerMap",Xp="openDone",Jp="sendDone",Aa="requestSentTime",Qp="abortDone",Zp="getTraceId",e_="getTraceFlags",Ri="method",t_="errorStatusText",B0="stateChangeAttached",H0="responseText",Ml="responseFinishedTime",n_="CreateTrackItem",G0="response",W0="getAllResponseHeaders",r_="getPartAProps",df="perfMark",Zo="name",i_="perfTiming",Yl="exception",j0="ajaxDiagnosticsMessage",a_="correlationContext",o_="ajaxTotalDuration",s_="eventTraceCtx";function z0(e,t,n){var r=0,i=e[t],a=e[n];return i&&a&&(r=en(i,a)),r}function Ma(e,t,n,r,i){var a=0,o=z0(n,r,i);return o&&(a=Pi(e,t,Si(o))),a}function Pi(e,t,n){var r="ajaxPerf",i=0;if(e&&t&&n){var a=e[r]=e[r]||{};a[t]=n,i=1}return i}function uY(e,t){var n=e[i_],r=t[Ca]||{},i=0,a="name",o="Start",s="End",c="domainLookup",u="connect",f="redirect",d="request",v="response",h="startTime",p=c+o,_=c+s,m=u+o,g=u+s,E=d+o,C=d+s,P=v+o,V=v+s,w=f+o,O=f=s,K="transferSize",$="encodedBodySize",R="decodedBodySize",Y="serverTiming";if(n){i|=Ma(r,f,n,w,O),i|=Ma(r,c,n,p,_),i|=Ma(r,u,n,m,g),i|=Ma(r,d,n,E,C),i|=Ma(r,v,n,P,V),i|=Ma(r,"networkConnect",n,h,g),i|=Ma(r,"sentRequest",n,E,V);var Q=n[P0];Q||(Q=z0(n,h,V)||0),i|=Pi(r,P0,Q),i|=Pi(r,"perfTotal",Q);var q=n[Y];if(q){var y={};ie(q,function(A,B){var S=du(A[a]||""+B),U=y[S]||{};Me(A,function(ce,N){(ce!==a&&Se(N)||Ys(N))&&(U[ce]&&(N=U[ce]+";"+N),(N||!Se(N))&&(U[ce]=N))}),y[S]=U}),i|=Pi(r,Y,y)}i|=Pi(r,K,n[K]),i|=Pi(r,$,n[$]),i|=Pi(r,R,n[R])}else e[df]&&(i|=Pi(r,"missing",e.perfAttempts));i&&(t[Ca]=r)}var fY=function(){function e(){var t=this;t[Xp]=!1,t.setRequestHeaderDone=!1,t[Jp]=!1,t[Qp]=!1,t[B0]=!1}return e}(),K0=function(){function e(t,n,r,i){var a,o=this,s=r,c="responseText";o[df]=null,o.completed=!1,o.requestHeadersSize=null,o[Sn]=null,o.responseReceivingDuration=null,o.callbackDuration=null,o[o_]=null,o[Xo]=0,o.pageUrl=null,o[Ln]=null,o.requestSize=0,o[Ri]=null,o[Fn]=null,o[Aa]=null,o.responseStartedTime=null,o[Ml]=null,o.callbackFinishedTime=null,o.endTime=null,o.xhrMonitoringState=new fY,o.clientFailure=0,o[Gr]=t,o[Ii]=n,o[En]=i==null?void 0:i.getTraceFlags(),i?o[s_]=(a={},a[cf]=i[Zp](),a[uf]=i.getSpanId(),a[En]=i[e_](),a):o[s_]=null,et(e,o,function(u){u.getAbsoluteUrl=function(){return u[Ln]?qA(u[Ln]):null},u.getPathName=function(){return u[Ln]?Uu(s,XA(u[Ri],u[Ln])):null},u[n_]=function(f,d,v){var h;if(u.ajaxTotalDuration=Math.round(en(u.requestSentTime,u.responseFinishedTime)*1e3)/1e3,u[o_]<0)return null;var p=(h={id:"|"+u[Gr]+"."+u[Ii],target:u[jp]()},h[Zo]=u.getPathName(),h.type=f,h[Ra]=null,h.duration=u[o_],h.success=+u[Fn]>=200&&+u[Fn]<400,h.responseCode=+u[Fn],h[Ca]={HttpMethod:u[Ri]},h),_=p[Ca];if(u[Xo]&&(_[Xo]=!0),u[Aa]&&(p[Ra]=new Date,p[Ra].setTime(u[Aa])),uY(u,p),d&&kr(u.requestHeaders)[Oa]>0&&(_[Sn]=u[Sn]),v){var m=v();if(m){var g=m[a_];if(g&&(p.correlationContext=g),m[Qo]&&kr(m.headerMap)[Oa]>0&&(_.responseHeaders=m[Qo]),u[t_])if(u[Fn]>=400){var E=m.type;(E===""||E==="text")&&(_.responseText=m.responseText?m[Pa]+" - "+m[c]:m[Pa]),E==="json"&&(_.responseText=m.response?m[Pa]+" - "+JSON.stringify(m[G0]):m[Pa])}else u[Fn]===0&&(_.responseText=m[Pa]||"")}}return p},u[r_]=function(){var f,d=null,v=u[s_];if(v&&(v[cf]||v[uf])){d={};var h=d[sn.TraceExt]=(f={},f[Gr]=v[cf],f.parentID=v[uf],f);W(v[En])||(h[En]=v[En])}return d}})}return e.__ieDyn=1,e}(),dt,xl="diagLog",Ai="_ajaxData",Ya="fetch",Ll="Failed to monitor XMLHttpRequest",q0=", monitoring data for this ajax call ",es=q0+"may be incorrect.",X0=q0+"won't be sent.",J0="Failed to get Request-Context correlation header as it may be not included in the response or not accessible.",Q0="Failed to add custom defined request context as configured call back may missing a null check.",Z0="Failed to calculate the duration of the ",eT=0;function dY(){var e=pn();return!e||W(e.Request)||W(e.Request[qn])||W(e[Ya])?null:e[Ya]}function hY(e,t){var n,r,i=!1;if(_u()){var a=XMLHttpRequest[qn];i=!W(a)&&!W(a.open)&&!W(a.send)&&!W(a.abort)}var o=aE();if(o&&o<9&&(i=!1),i)try{var s=new XMLHttpRequest,c={xh:[],i:(n={},n[t]={},n)};s[Ai]=c;var u=XMLHttpRequest[qn].open;XMLHttpRequest[qn].open=u}catch(f){i=!1,Vl(e,15,"Failed to enable XMLHttpRequest monitoring, extension is not supported",(r={},r[Yl]=ae(f),r))}return i}var ts=function(e,t){return e&&t&&e[Ai]?(e[Ai].i||{})[t]:null},vY=function(e,t,n){if(e){var r=(e[Ai]||{}).xh;r&&r.push({n:t,v:n})}},l_=function(e,t){var n=!1;if(e){var r=(e[Ai]||{}).xh;r&&ie(r,function(i){if(i.n===t)return n=!0,-1})}return n};function hf(e,t){var n="";try{var r=ts(e,t);r&&r[Ln]&&(n+="(url: '"+r[Ln]+"')")}catch{}return n}function Vl(e,t,n,r,i){ee(e[xl](),1,t,n,r,i)}function Wr(e,t,n,r,i){ee(e[xl](),2,t,n,r,i)}function Fl(e,t,n){return function(r){var i;Vl(e,t,n,(i={ajaxDiagnosticsMessage:hf(r[Pl],e._ajaxDataId)},i[Yl]=ae(r.err),i))}}function ns(e,t){return e&&t?Zt(e,t):-1}function tT(e,t,n){var r={id:t,fn:n};return e.push(r),{remove:function(){ie(e,function(i,a){if(i.id===r.id)return e.splice(a,1),-1})}}}function nT(e,t,n,r){var i=!0;return ie(t,function(a,o){try{a.fn.call(null,n)===!1&&(i=!1)}catch(s){ee(e&&e.logger,1,64,"Dependency "+r+" [#"+o+"] failed: "+je(s),{exception:ae(s)},!0)}}),i}function pY(e,t,n,r,i,a){var o,s=e[Oa];if(s>0){var c=(o={},o[Vn]=t,o.xhr=r,o.input=i,o.init=a,o.traceId=n[Gr],o.spanId=n[Ii],o.traceFlags=n[En],o.context=n[Al]||{},o.aborted=!!n[Xo],o);nT(t,e,c,"listener"),n[Gr]=c[cf],n[Ii]=c[uf],n[En]=c[En],n[Al]=c[Al]}}var vf="*.blob.core.",_Y=Cr([vf+"windows.net",vf+"chinacloudapi.cn",vf+"cloudapi.de",vf+"usgovcloudapi.net"]),mY=[/https:\/\/[^\/]*(\.pipe\.aria|aria\.pipe|events\.data|collector\.azure)\.[^\/]+\/(OneCollector\/1|Collector\/3)\.0/i],gY=Cr((dt={},dt[x0]=500,dt[qp]=!1,dt[$0]=!1,dt[L0]=void 0,dt.disableCorrelationHeaders=!1,dt.distributedTracingMode=1,dt.correlationHeaderExcludedDomains=_Y,dt.correlationHeaderDomains=void 0,dt.correlationHeaderExcludePatterns=void 0,dt.appId=void 0,dt.enableCorsCorrelation=!1,dt[Kp]=!1,dt[U0]=!1,dt[M0]=!1,dt[Y0]=!1,dt.maxAjaxPerfLookupAttempts=3,dt[F0]=25,dt.ignoreHeaders=["Authorization","X-API-Key","WWW-Authenticate"],dt[V0]=void 0,dt.addIntEndpoints=!0,dt)),yY=function(e){Rr(t,e);function t(){var n=e.call(this)||this;n.identifier=t.identifier,n.priority=120;var r,i,a,o,s,c,u,f,d,v,h,p,_,m,g,E,C,P,V,w,O,K,$,R,Y,Q,q,y,A,B;return et(t,n,function(S,U){var ce=U[ff];N(),S.initialize=function(M,F,j,G){S.isInitialized()||(U.initialize(M,F,j,G),w=_i(mn("ajax"),F&&F.evtNamespace&&F.evtNamespace()),k(M),ge(),J(),I())},S._doTeardown=function(){N()},S.trackDependencyData=function(M,F){$e(R,S[Vn],null,M,F)},S[Wp]=function(M,F,j,G){var Z=S._currentWindowHost||a;if(pY($,S[Vn],M,G,F,j),F||F===""){if(DS(o,M[jp](),Z)){j||(j={});var he=new Headers(j[Ia]||(F instanceof Request?F[Ia]||{}:{}));if(v){var ye="|"+M[Gr]+"."+M[Ii];he.set(Qe[3],ye),s&&(M[Sn][Qe[3]]=ye)}var ke=A||f&&f.appId();if(ke&&(he.set(Qe[0],Qe[2]+ke),s&&(M[Sn][Qe[0]]=Qe[2]+ke)),d){var Ee=M[En];W(Ee)&&(Ee=1);var Ie=FE(VE(M[Gr],M[Ii],Ee));he.set(Qe[4],Ie),s&&(M[Sn][Qe[4]]=Ie)}j[Ia]=he}return j}else if(G){if(DS(o,M[jp](),Z)){if(v)if(l_(G,Qe[3]))Wr(S,71,"Unable to set ["+Qe[3]+"] as it has already been set by another instance");else{var ye="|"+M[Gr]+"."+M[Ii];G[zp](Qe[3],ye),s&&(M[Sn][Qe[3]]=ye)}var ke=A||f&&f.appId();if(ke&&(l_(G,Qe[0])?Wr(S,71,"Unable to set ["+Qe[0]+"] as it has already been set by another instance"):(G[zp](Qe[0],Qe[2]+ke),s&&(M[Sn][Qe[0]]=Qe[2]+ke))),d){var Ee=M[En];if(W(Ee)&&(Ee=1),l_(G,Qe[4]))Wr(S,71,"Unable to set ["+Qe[4]+"] as it has already been set by another instance");else{var Ie=FE(VE(M[Gr],M[Ii],Ee));G[zp](Qe[4],Ie),s&&(M[Sn][Qe[4]]=Ie)}}}return G}},S[A0]=function(M,F,j){if(_===-1||u<_){(y===2||y===1)&&typeof M.id=="string"&&M.id[M.id[Oa]-1]!=="."&&(M.id+="."),W(M[Ra])&&(M[Ra]=new Date);var G=wi(M,da.dataType,da.envelopeType,S[xl](),F,j);S[Vn].track(G)}else u===_&&Vl(S,55,"Maximum ajax per page view limit reached, ajax monitoring is paused until the next trackPageView(). In order to increase the limit set the maxAjaxCallsPerView configuration parameter.",!0);++u},S.addDependencyListener=function(M){return tT($,K++,M)},S.addDependencyInitializer=function(M){return tT(R,K++,M)};function N(){var M=tr();r=!1,i=!1,B=!1,a=M&&M.host&&M.host[Jo](),o=null,s=!1,c=!1,u=0,f=null,d=!1,v=!1,h=null,p=!1,_=0,m=!1,g={},E=!1,C=!1,P=null,V=null,w=null,K=0,$=[],R=[],O=mn("ajaxData"),S._ajaxDataId=O,Y=null,Q=1,q=1,y=1,A=null}function k(M){S[ff](pt(M,function(F){var j=F.cfg,G=Mn(null,j,S[Vn]);o=G.getExtCfg(t.identifier,gY),y=o.distributedTracingMode,s=o[Kp],c=o[M0],p=o[Y0],_=o[x0],P=[].concat(o[L0]||[],o.addIntEndpoints!==!1?mY:[]),V=o[V0],v=y===0||y===1,d=y===1||y===2,p&&(h=O),E=!!o[qp],Q=o.maxAjaxPerfLookupAttempts,q=o[F0],Y=o.ignoreHeaders,A=o.appId}))}function I(){var M=S[Vn].getPlugin(zu);M&&(f=M.plugin[Al])}function T(M){var F=!0;return(M||Y)&&ie(Y,function(j){if(j[Jo]()===M[Jo]())return F=!1,-1}),F}function J(){var M=dY();if(M){var F=pn(),j=M.polyfill;S[ff](pt(o,function(){C=!!o[$0],m=o[U0],!C&&!r?(ce(Bv(F,Ya,{ns:w,req:function(G,Z,he){var ye;if(!C&&r&&!b(null,Z,he)&&!(j&&i)){var ke=G.ctx();ye=re(Z,he);var Ee=S[Wp](ye,Z,he);Ee!==he&&G.set(1,Ee),ke.data=ye}},rsp:function(G,Z){if(!C){var he=G.ctx().data;he&&(G.rslt=G.rslt.then(function(ye){return _e(G,(ye||{})[Fn],Z,ye,he,function(){var ke,Ee=(ke={statusText:(ye||{})[Pa]},ke[Qo]=null,ke[a_]=Xe(ye),ke);if(m&&ye){var Ie={};ye.headers.forEach(function(Ke,St){T(St)&&(Ie[St]=Ke)}),Ee[Qo]=Ie}return Ee}),ye}).catch(function(ye){throw _e(G,0,Z,null,he,null,{error:ye.message||ae(ye)}),ye}))}},hkErr:Fl(S,15,"Failed to monitor Window.fetch"+es)},!0,sy())),r=!0):j&&!B&&(ce(Bv(F,Ya,{ns:w,req:function(G,Z,he){b(null,Z,he)}})),B=!0)})),j&&(F[Ya].polyfill=j)}}function de(M,F,j){ce(HA(M,F,j))}function ge(){hY(S,O)&&S[ff](pt(o,function(){E=!!o[qp],s=o[Kp],!E&&!i&&(de(XMLHttpRequest,"open",{ns:w,req:function(M,F,j,G){if(!E){var Z=M[Pl],he=ts(Z,O);!b(Z,j)&&H(Z,he,!0)&&((!he||!he.xhrMonitoringState[Xp])&&(he=ue(Z,F,j,G)),be(Z,he))}},hkErr:Fl(S,15,Ll+".open"+es)}),de(XMLHttpRequest,"send",{ns:w,req:function(M,F){if(!E){var j=M[Pl],G=ts(j,O);H(j,G)&&!G.xhrMonitoringState[Jp]&&(x("xhr",G),G[Aa]=Bu(),S[Wp](G,void 0,void 0,j),G.xhrMonitoringState[Jp]=!0)}},hkErr:Fl(S,17,Ll+es)}),de(XMLHttpRequest,"abort",{ns:w,req:function(M){if(!E){var F=M[Pl],j=ts(F,O);H(F,j)&&!j.xhrMonitoringState[Qp]&&(j[Xo]=1,j.xhrMonitoringState[Qp]=!0)}},hkErr:Fl(S,13,Ll+".abort"+es)}),de(XMLHttpRequest,"setRequestHeader",{ns:w,req:function(M,F,j){if(!E){var G=M[Pl],Z=ts(G,O);Z&&H(G,Z)&&(vY(G,F,j),s&&T(F)&&Z&&(Z[Sn][F]=j))}},hkErr:Fl(S,71,Ll+".setRequestHeader"+es)}),i=!0)}))}function b(M,F,j){var G=!1,Z=((Se(F)?F:(F||{}).url||"")||"")[Jo]();if(ie(P,function(ke){var Ee=ke;Se(ke)&&(Ee=new RegExp(ke)),G||(G=Ee.test(Z))}),G)return G;var he=ns(Z,"?"),ye=ns(Z,"#");return(he===-1||ye!==-1&&ye<he)&&(he=ye),he!==-1&&(Z=Z.substring(0,he)),W(M)?W(F)||(G=(typeof F=="object"?F[Yu]===!0:!1)||(j?j[Yu]===!0:!1)):G=M[Yu]===!0||Z[Yu]===!0,!G&&Z&&np(Z)&&(G=!0),G?g[Z]||(g[Z]=1):g[Z]&&(G=!0),G}function H(M,F,j){var G=!0,Z=i;return W(M)||(G=j===!0||!W(F)),Z&&G}function X(){var M=null;return S[Vn]&&S[Vn].getTraceCtx&&(M=S[Vn].getTraceCtx(!1)),!M&&f&&f.telemetryTrace&&(M=rp(f.telemetryTrace)),M}function ue(M,F,j,G){var Z,he=X(),ye=he&&he[Zp]()||hi(),ke=ni(hi(),0,16),Ee=M[Ai]=M[Ai]||{xh:[],i:{}},Ie=Ee.i=Ee.i||{},Ke=Ie[O]=Ie[O]||new K0(ye,ke,S[xl](),(Z=S.core)===null||Z===void 0?void 0:Z.getTraceCtx());return Ke[En]=he&&he[e_](),Ke[Ri]=F,Ke[Ln]=j,Ke.xhrMonitoringState[Xp]=!0,Ke[Sn]={},Ke.async=G,Ke[t_]=c,Ke}function be(M,F){F.xhrMonitoringState[B0]=Vr(M,"readystatechange",function(){var j;try{M&&M.readyState===4&&H(M,F)&&fe(M)}catch(Z){var G=ae(Z);(!G||ns(G[Jo](),"c00c023f")===-1)&&Vl(S,16,Ll+" 'readystatechange' event handler"+es,(j={},j[j0]=hf(M,O),j[Yl]=G,j))}},w)}function ze(M){try{var F=M.responseType;if(F===""||F==="text")return M[H0]}catch{}return null}function fe(M){var F=ts(M,O);F[Ml]=Bu(),F[Fn]=M[Fn];function j(G,Z){var he=Z||{};he.ajaxDiagnosticsMessage=hf(M,O),G&&(he.exception=ae(G)),Wr(S,14,Z0+"ajax call"+X0,he)}te("xmlhttprequest",F,function(){try{var G=F[n_]("Ajax",s,function(){var Ee,Ie=(Ee={statusText:M[Pa]},Ee[Qo]=null,Ee[a_]=pe(M),Ee.type=M.responseType,Ee[H0]=ze(M),Ee.response=M[G0],Ee);if(m){var Ke=M[W0]();if(Ke){var St=gt(Ke).split(/[\r\n]+/),Nn={};ie(St,function($n){var nn=$n.split(": "),Fa=nn.shift(),D=nn.join(": ");T(Fa)&&(Nn[Fa]=D)}),Ie[Qo]=Nn}}return Ie}),Z=void 0;try{V&&(Z=V({status:M[Fn],xhr:M}))}catch{Wr(S,104,Q0)}if(G){Z!==void 0&&(G[Ca]=Ut(Ut({},G.properties),Z));var he=F[r_]();$e(R,S[Vn],F,G,null,he)}else j(null,{requestSentTime:F[Aa],responseFinishedTime:F[Ml]})}finally{try{var ye=M[Ai]||{i:{}},ke=ye.i||{};ke[O]&&(ke[O]=null)}catch{}}},function(G){j(G,null)})}function pe(M){var F;try{var j=M[W0]();if(j!==null){var G=ns(j[Jo](),Qe[8]);if(G!==-1){var Z=M.getResponseHeader(Qe[0]);return wS(Z)}}}catch(he){Wr(S,18,J0,(F={},F[j0]=hf(M,O),F[Yl]=ae(he),F))}}function x(M,F){if(F[Ln]&&h&&p){var j=Or();if(j&&we(j.mark)){eT++;var G=h+M+"#"+eT;j.mark(G);var Z=j.getEntriesByName(G);Z&&Z[Oa]===1&&(F[df]=Z[0])}}}function te(M,F,j,G){var Z=F[df],he=Or(),ye=Q,ke=q,Ee=F[Ln],Ie=0;(function Ke(){try{if(he&&Z){Ie++;for(var St=null,Nn=he.getEntries(),$n=Nn[Oa]-1;$n>=0;$n--){var nn=Nn[$n];if(nn){if(nn.entryType==="resource")nn.initiatorType===M&&(ns(nn[Zo],Ee)!==-1||ns(Ee,nn[Zo])!==-1)&&(St=nn);else if(nn.entryType==="mark"&&nn[Zo]===Z[Zo]){F[i_]=St;break}if(nn[Ra]<Z[Ra]-1e3)break}}}!Z||F[i_]||Ie>=ye||F.async===!1?(Z&&we(he.clearMarks)&&he.clearMarks(Z[Zo]),F.perfAttempts=Ie,j()):_n(Ke,ke)}catch(Fa){G(Fa)}})()}function re(M,F){var j,G=X(),Z=G&&G[Zp]()||hi(),he=ni(hi(),0,16),ye=new K0(Z,he,S[xl](),(j=S.core)===null||j===void 0?void 0:j.getTraceCtx());ye[En]=G&&G[e_](),ye[Aa]=Bu(),ye[t_]=c;var ke;if(M instanceof Request?ke=(M||{}).url||"":ke=M,ke===""){var Ee=tr();Ee&&Ee.href&&(ke=my(Ee.href,"#")[0])}ye[Ln]=ke;var Ie="GET";F&&F[Ri]?Ie=F[Ri]:M&&M instanceof Request&&(Ie=M[Ri]),ye[Ri]=Ie;var Ke={};if(s){var St=new Headers((F?F[Ia]:0)||(M instanceof Request?M[Ia]||{}:{}));St.forEach(function(Nn,$n){T($n)&&(Ke[$n]=Nn)})}return ye[Sn]=Ke,x(Ya,ye),ye}function ve(M){var F="";try{W(M)||(typeof M=="string"?F+="(url: '".concat(M,"')"):F+="(url: '".concat(M.url,"')"))}catch(j){Vl(S,15,"Failed to grab failed fetch diagnostics message",{exception:ae(j)})}return F}function _e(M,F,j,G,Z,he,ye){if(!Z)return;function ke(Ee,Ie,Ke){var St=Ke||{};St.fetchDiagnosticsMessage=ve(j),Ie&&(St.exception=ae(Ie)),Wr(S,Ee,Z0+"fetch call"+X0,St)}Z[Ml]=Bu(),Z[Fn]=F,te(Ya,Z,function(){var Ee=Z[n_]("Fetch",s,he),Ie;try{V&&(Ie=V({status:F,request:j,response:G}))}catch{Wr(S,104,Q0)}if(Ee){Ie!==void 0&&(Ee[Ca]=Ut(Ut({},Ee.properties),Ie));var Ke=Z[r_]();$e(R,S[Vn],Z,Ee,null,Ke)}else ke(14,null,{requestSentTime:Z[Aa],responseFinishedTime:Z[Ml]})},function(Ee){ke(18,Ee,null)})}function Xe(M){var F;if(M&&M[Ia])try{var j=M[Ia].get(Qe[0]);return wS(j)}catch(G){Wr(S,18,J0,(F={fetchDiagnosticsMessage:ve(M)},F[Yl]=ae(G),F))}}function $e(M,F,j,G,Z,he){var ye,ke=!0,Ee=M[Oa];if(Ee>0){var Ie=(ye={item:G},ye[Ca]=Z,ye.sysProperties=he,ye.context=j?j[Al]:null,ye.aborted=j?!!j[Xo]:!1,ye);ke=nT(F,M,Ie,"initializer")}ke&&S[A0](G,Z,he)}}),n}return t.prototype.processTelemetry=function(n,r){this.processNext(n,r)},t.prototype.addDependencyInitializer=function(n){return null},t.identifier="AjaxDependencyPlugin",t}(Oo),EY=function(){function e(){}return e}(),SY=function(){function e(){this.id="browser",this.deviceClass="Browser"}return e}(),TY="3.3.1",NY=function(){function e(t,n){var r=this,i=pt(t,function(){var a=t.sdkExtension;r.sdkVersion=(a?a+"_":"")+"javascript:"+TY});n&&n.add(i)}return e}(),DY=function(){function e(){}return e}(),pf="sessionManager",_f="update",mf="isUserCookieSet",gf="isNewUser",c_="getTraceCtx",u_="telemetryTrace",rT="applySessionContext",iT="applyApplicationContext",aT="applyDeviceContext",oT="applyOperationContext",sT="applyUserContext",lT="applyOperatingSystemContxt",cT="applyLocationContext",uT="applyInternalContext",xa="accountId",yf="getSessionId",f_="namePrefix",wY="sessionCookiePostfix",fT="userCookiePostfix",Ef="idLength",d_="getNewId",Sf="length",rs="automaticSession",is="authenticatedId",$l="acquisitionDate",Tf="renewalDate",Ul="join",Bl="cookieSeparator",h_="authUserCookieName",bY="ai_session",kY=864e5,CY=18e5,OY=6e4,dT=function(){function e(){}return e}(),IY=function(){function e(t,n,r){var i=this,a,o,s=ta(n),c=Ev(n),u,f;et(e,i,function(d){t||(t={});var v=pt(t,function(E){u=t.sessionExpirationMs||kY,f=t.sessionRenewalMs||CY;var C=t.sessionCookiePostfix||t[f_]||"";a=bY+C});r&&r.add(v),d[rs]=new dT,d[_f]=function(){var E=Kn(),C=!1,P=d[rs];if(P.id||(C=!h(P)),!C&&u>0){var V=E-P[$l],w=E-P[Tf];C=V<0||w<0,C=C||V>u,C=C||w>f}C?_(E):(!o||E-o>OY)&&m(P,E)},d.backup=function(){var E=d[rs];g(E.id,E[$l],E[Tf])};function h(E,C){var P=!1,V=c.get(a);if(V&&we(V.split))P=p(E,V);else{var w=kS(s,a);w&&(P=p(E,w))}return P||!!E.id}function p(E,C){var P=!1,V=", session will be reset",w=C.split("|");if(w[Sf]>=2)try{var O=+w[1]||0,K=+w[2]||0;isNaN(O)||O<=0?ee(s,2,27,"AI session acquisition date is 0"+V):isNaN(K)||K<=0?ee(s,2,27,"AI session renewal date is 0"+V):w[0]&&(E.id=w[0],E[$l]=O,E[Tf]=K,P=!0)}catch($){ee(s,1,9,"Error parsing ai_session value ["+(C||"")+"]"+V+" - "+je($),{exception:ae($)})}return P}function _(E){var C=t[d_]||ov;d.automaticSession.id=C(t[Ef]||22),d[rs][$l]=E,m(d[rs],E),Gu()||ee(s,2,0,"Browser does not support local storage. Session durations will be inaccurate.")}function m(E,C){var P=E[$l];E[Tf]=C;var V=f,w=P+u-C,O=[E.id,P,C],K=0;w<V?K=w/1e3:K=V/1e3;var $=t.cookieDomain||null;c.set(a,O[Ul]("|"),u>0?K:null,$),o=C}function g(E,C,P){CS(s,a,[E,C,P][Ul]("|"))}})}return e.__ieDyn=1,e}(),RY=function(){function e(t,n,r,i){var a=this;a.traceID=t||hi(),a.parentID=n;var o=tr();!r&&o&&o.pathname&&(r=o.pathname),a.name=Et(i,r)}return e}();function hT(e){return!(typeof e!="string"||!e||e.match(/,|;|=| |\|/))}var PY=function(){function e(t,n,r){this.isNewUser=!1,this.isUserCookieSet=!1;var i=ta(n),a=Ev(n),o;et(e,this,function(s){Be(s,"config",{g:function(){return t}});var c=pt(t,function(){var v=t[fT]||"";o=e.userCookieName+v;var h=a.get(o);if(h){s[gf]=!1;var p=h.split(e[Bl]);p[Sf]>0&&(s.id=p[0],s[mf]=!!s.id)}if(!s.id){s.id=u();var _=f(s.id);d(_[Ul](e[Bl]));var m=(t[f_]||"")+"ai_session";iM(i,m)}s[xa]=t[xa]||void 0;var g=a.get(e[h_]);if(g){g=decodeURI(g);var E=g.split(e[Bl]);E[0]&&(s[is]=E[0]),E[Sf]>1&&E[1]&&(s[xa]=E[1])}});r&&r.add(c);function u(){var v=t||{},h=v[d_]||ov,p=h(v[Ef]?t[Ef]:22);return p}function f(v){var h=Do(new Date);s.accountAcquisitionDate=h,s[gf]=!0;var p=[v,h];return p}function d(v){var h=31536e3;s[mf]=a.set(o,v,h)}s.setAuthenticatedUserContext=function(v,h,p){p===void 0&&(p=!1);var _=!hT(v)||h&&!hT(h);if(_){ee(i,2,60,"Setting auth user context failed. User auth/account id should be of type string, and not contain commas, semi-colons, equal signs, spaces, or vertical-bars.",!0);return}s[is]=v;var m=s[is];h&&(s[xa]=h,m=[s[is],s.accountId][Ul](e[Bl])),p&&a.set(e[h_],encodeURI(m))},s.clearAuthenticatedUserContext=function(){s[is]=null,s[xa]=null,a.del(e[h_])},s[_f]=function(v){if(s.id!==v||!s[mf]){var h=v||u(),p=f(h);d(p[Ul](e[Bl]))}}})}return e.cookieSeparator="|",e.userCookieName="ai_user",e.authUserCookieName="ai_authUser",e}(),Nf="ext",Df="tags";function as(e,t){e&&e[t]&&kr(e[t])[Sf]===0&&delete e[t]}function vT(){return null}var AY=function(){function e(t,n,r,i){var a=this,o=t.logger;et(e,this,function(s){if(s.appId=vT,s[yf]=vT,s.application=new EY,s.internal=new NY(n,i),xc()){s[pf]=new IY(n,t,i),s.device=new SY,s.location=new DY,s.user=new PY(n,t,i);var c=void 0,u=void 0,f;r&&(c=r.getTraceId(),u=r.getSpanId(),f=r.getName()),s[u_]=new RY(c,u,f,o),s.session=new dT}s[yf]=function(){var d=s.session,v=null;if(d&&Se(d.id))v=d.id;else{var h=(s[pf]||{})[rs];v=h&&Se(h.id)?h.id:null}return v},s[rT]=function(d,v){Ze(Ht(d.ext,sn.AppExt),"sesId",s[yf](),Se)},s[lT]=function(d,v){Ze(d.ext,sn.OSExt,s.os)},s[iT]=function(d,v){var h=s.application;if(h){var p=Ht(d,Df);Ze(p,tt.applicationVersion,h.ver,Se),Ze(p,tt.applicationBuild,h.build,Se)}},s[aT]=function(d,v){var h=s.device;if(h){var p=Ht(Ht(d,Nf),sn.DeviceExt);Ze(p,"localId",h.id,Se),Ze(p,"ip",h.ip,Se),Ze(p,"model",h.model,Se),Ze(p,"deviceClass",h.deviceClass,Se)}},s[uT]=function(d,v){var h=s.internal;if(h){var p=Ht(d,Df);Ze(p,tt.internalAgentVersion,h.agentVersion,Se),Ze(p,tt.internalSdkVersion,Et(o,h.sdkVersion,64),Se),(d.baseType===sl.dataType||d.baseType===Ti.dataType)&&(Ze(p,tt.internalSnippet,h.snippetVer,Se),Ze(p,tt.internalSdkSrc,h.sdkSrc,Se))}},s[cT]=function(d,v){var h=a.location;h&&Ze(Ht(d,Df,[]),tt.locationIp,h.ip,Se)},s[oT]=function(d,v){var h=s[u_];if(h){var p=Ht(Ht(d,Nf),sn.TraceExt,{traceID:void 0,parentID:void 0});Ze(p,"traceID",h.traceID,Se,W),Ze(p,"name",h.name,Se,W),Ze(p,"parentID",h.parentID,Se,W)}},s.applyWebContext=function(d,v){var h=a.web;h&&Ze(Ht(d,Nf),sn.WebExt,h)},s[sT]=function(d,v){var h=s.user;if(h){var p=Ht(d,Df,[]);Ze(p,tt.userAccountId,h[xa],Se);var _=Ht(Ht(d,Nf),sn.UserExt);Ze(_,"id",h.id,Se),Ze(_,"authId",h[is],Se)}},s.cleanUp=function(d,v){var h=d.ext;h&&(as(h,sn.DeviceExt),as(h,sn.UserExt),as(h,sn.WebExt),as(h,sn.OSExt),as(h,sn.AppExt),as(h,sn.TraceExt))}})}return e.__ieDyn=1,e}(),Vt,v_,os=null,MY=io((Vt={},Vt[xa]=os,Vt.sessionRenewalMs=30*60*1e3,Vt.samplingPercentage=100,Vt.sessionExpirationMs=24*60*60*1e3,Vt.cookieDomain=os,Vt.sdkExtension=os,Vt.isBrowserLinkTrackingEnabled=!1,Vt.appId=os,Vt[yf]=os,Vt[f_]=v_,Vt[wY]=v_,Vt[fT]=v_,Vt[Ef]=22,Vt[d_]=os,Vt)),YY=function(e){Rr(t,e);function t(){var n=e.call(this)||this;n.priority=110,n.identifier=zu;var r,i,a,o,s;return et(t,n,function(c,u){f(),Be(c,"context",{g:function(){return o}}),c.initialize=function(h,p,_,m){u.initialize(h,p,_,m),d(h)},c.processTelemetry=function(h,p){if(!W(h)){p=c._getTelCtx(p),h.name===Ti.envelopeType&&p.diagLog().resetInternalMessageCount();var _=o||{};_.session&&typeof o.session.id!="string"&&_[pf]&&_[pf][_f]();var m=_.user;if(m&&!m[mf]&&m[_f](_.user.id),v(h,p),m&&m[gf]&&(m[gf]=!1,!s)){var g=new sl(72,(zn()||{}).userAgent||"");zP(p.diagLog(),1,g)}c.processNext(h,p)}},c._doTeardown=function(h,p){var _=(h||{}).core();if(_&&_[c_]){var m=_[c_](!1);m===i&&_.setTraceCtx(a)}f()};function f(){r=null,i=null,a=null,o=null,s=!0}function d(h){var p=c.identifier,_=c.core;c._addHook(pt(h,function(){var m=Mn(null,h,_);h.storagePrefix&&op(h.storagePrefix),s=h.disableUserInitMessage!==!1,r=m.getExtCfg(p,MY),c._extConfig=r})),a=_[c_](!1),o=new AY(_,r,a,c._unloadHooks),i=rp(c.context[u_],a),_.setTraceCtx(i),c.context.appId=function(){var m=_.getPlugin($S);return m?m.plugin._appId:null}}function v(h,p){Ht(h,"tags",[]),Ht(h,"ext",{});var _=c.context;_[rT](h,p),_[iT](h,p),_[aT](h,p),_[oT](h,p),_[sT](h,p),_[lT](h,p),_.applyWebContext(h,p),_[cT](h,p),_[uT](h,p),_.cleanUp(h,p)}}),n}return t.__ieDyn=1,t}(Oo),pT="AuthenticatedUserContext",ss="track",p_="snippet",xY="getCookieMgr",LY="startTrackPage",VY="stopTrackPage",__="flush",FY="startTrackEvent",$Y="stopTrackEvent",UY="addTelemetryInitializer",_T="pollInternalLogs",m_="getPlugin",g_="evtNamespace",BY=ss+"Event",HY=ss+"Trace",GY=ss+"Metric",WY=ss+"PageView",jY=ss+"Exception",zY=ss+"DependencyData",KY="set"+pT,qY="clear"+pT,XY="https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json",y_="version",La="queue",wf="connectionString",Hl="instrumentationKey",mT="instrumentationkey",ls="userOverrideEndpointUrl",bf="endpointUrl",gT="ingestionendpoint",Gl="onunloadFlush",Tn="context",yT="addHousekeepingBeforeUnload",E_="sendMessage",JY="updateSnippetDefinitions",cr,Wl,cs,S_,jl,ET=[p_,"dependencies","properties","_snippetVersion","appInsightsNew","getSKUDefaults"],ST="iKeyUsage",TT="CdnUsage",NT="SdkLoaderVer",kf=void 0,QY={samplingRate:100,maxSendNumber:1},ZY={monthInterval:3,daysOfMonth:[28]},Cf={disabled:!0,limit:An(QY),interval:An(ZY)},ex=(cr={},cr[wf]=kf,cr[bf]=kf,cr[Hl]=kf,cr[ls]=kf,cr.diagnosticLogInterval=Su(tx,1e4),cr.featureOptIn=(Wl={},Wl[ST]={mode:3},Wl[TT]={mode:2},Wl[NT]={mode:2},Wl),cr.throttleMgrCfg=An((cs={},cs[109]=An(Cf),cs[106]=An(Cf),cs[111]=An(Cf),cs[110]=An(Cf),cs)),cr.extensionConfig=An((S_={},S_.AppInsightsCfgSyncPlugin=An({cfgUrl:XY,syncMode:2}),S_)),cr);function tx(e){return e&&e>0}var nx=function(){function e(t){var n=this,r,i,a,o,s,c,u,f,d,v,h,p,_,m;et(e,this,function(g){P(),Be(g,"config",{g:function(){return f}}),ie(["pluginVersionStringArr","pluginVersionString"],function(O){Be(g,O,{g:function(){return u?u[O]:null}})}),o=""+(t.sv||t[y_]||""),t[La]=t[La]||[],t[y_]=t[y_]||2;var E=gn(t.config||{},ex);f=E.cfg,d=new YM,Be(g,"appInsights",{g:function(){return d}}),i=new YY,r=new yY,a=new cY,u=new kA,Be(g,"core",{g:function(){return u}}),w(pt(E,function(){var O=f[wf];function K(){return Xs(function(q,y){xr(O,function(A){var B=A&&A.value,S=null;!A.rejected&&B&&(f[wf]=B,S=RS(B)),q(S)})})}if(Wi(O)){var $=Xs(function(q,y){K().then(function(A){var B=f[Hl];B=A&&A[mT]||B,q(B)}).catch(function(A){q(null)})}),R=f[ls];W(R)&&(R=Xs(function(q,y){K().then(function(A){var B=f[bf],S=A&&A[gT];B=S?S+Ro:B,q(B)}).catch(function(A){q(null)})})),f[Hl]=$,f[bf]=R}if(Se(O)){var Y=RS(O),Q=Y[gT];f.endpointUrl=f[ls]?f[ls]:Q+Ro,f[Hl]=Y[mT]||f[Hl]}f.endpointUrl=f[ls]?f[ls]:f[bf]})),g[p_]=t,g[__]=function(O,K){O===void 0&&(O=!0);var $;return Ou(u,function(){return"AISKU.flush"},function(){O&&!K&&($=Lr(function(Q){K=Q}));var R=1,Y=function(){R--,R===0&&K()};ie(u.getChannels(),function(Q){Q&&(R++,Q[__](O,Y))}),Y()},null,O),$},g[Gl]=function(O){O===void 0&&(O=!0),ie(u.getChannels(),function(K){K[Gl]?K[Gl]():K[__](O)})},g.loadAppInsights=function(O,K,$){O===void 0&&(O=!1),O&&t1("Legacy Mode is no longer supported");function R(Y){if(Y){var Q="";W(o)||(Q+=o),g[Tn]&&g[Tn].internal&&(g[Tn].internal.snippetVer=Q||"-"),Me(g,function(q,y){Se(q)&&!we(y)&&q&&q[0]!=="_"&&Yt(ET,q)===-1&&Y[q]!==y&&(Y[q]=y)})}}return Ou(g.core,function(){return"AISKU.loadAppInsights"},function(){u.initialize(f,[a,i,r,d,v],K,$),Be(g,"context",{g:function(){return i[Tn]}}),h||(h=new oM(u));var Y=rx();Y&&g[Tn]&&(g[Tn].internal.sdkSrc=Y),R(g[p_]),g.emptyQueue(),g[_T](),g[yT](g),w(pt(E,function(){var Q=!1;f.throttleMgrCfg[109]&&(Q=!f.throttleMgrCfg[109].disabled),!h.isReady()&&f.extensionConfig&&f.extensionConfig[v.identifier]&&Q&&h.onReadyState(!0);var q;!p&&!f[wf]&&Xh(ST,f)&&(q=h[E_](106,"See Instrumentation key support at aka.ms/IkeyMigrate"),p=!0),!_&&g[Tn].internal.sdkSrc&&g[Tn].internal.sdkSrc.indexOf("az416426")!=-1&&Xh(TT,f)&&(q=h[E_](110,"See Cdn support notice at aka.ms/JsActiveCdn"),_=!0),!m&&parseInt(o)<6&&Xh(NT,f)&&(q=h[E_](111,"An updated Sdk Loader is available, see aka.ms/SnippetVer"),m=!0)}))}),g},g[JY]=function(O){q1(O,g,function(K){return K&&Yt(ET,K)===-1})},g.emptyQueue=function(){try{if(Ae(g.snippet[La])){for(var O=g.snippet[La].length,K=0;K<O;K++){var $=g.snippet[La][K];$()}g.snippet[La]=void 0,delete g.snippet[La]}}catch(Y){var R={};Y&&we(Y.toString)&&(R.exception=Y.toString())}},g[yT]=function(O){if(xc()||ay()){var K=function(){if(O[Gl](!1),we(g.core[m_])){var R=n.core[m_](zu);if(R){var Y=R.plugin;Y&&Y[Tn]&&Y[Tn]._sessionManager&&Y[Tn]._sessionManager.backup()}}},$=!1;c||(c=_i(s,u[g_]&&u[g_]())),w(pt(f,function(R){var Y=R.cfg,Q=O.appInsights,q=Mn(null,Y,Q.core),y=q.getExtCfg(Q.identifier||US);V();var A=Y.disablePageUnloadEvents;y.disableFlushOnBeforeUnload||(FA(K,A,c)&&($=!0),Vv(K,A,c)&&($=!0),!$&&!vP()&&ee(u.logger,1,19,"Could not add handler for beforeunload and pagehide")),!$&&!y.disableFlushOnUnload&&Vv(K,A,c)}))}},g.getSender=function(){return a},g.unload=function(O,K,$){var R=!1,Y;O&&!K&&(Y=Lr(function(q){K=q}));function Q(q){R||(R=!0,P(),K&&K(q))}return g[Gl](O),V(),u.unload&&u.unload(O,Q,$),Y},Qs(g,d,[xY,BY,WY,"trackPageViewPerformance",jY,"_onerror",HY,GY,LY,VY,FY,$Y]),Qs(g,C,[zY,"addDependencyListener","addDependencyInitializer"]),Qs(g,u,[UY,_T,"stopPollingInternalLogs",m_,"addPlugin",g_,"addUnloadCb","getTraceCtx","updateCfg","onCfgChange"]),Qs(g,function(){var O=i[Tn];return O?O.user:null},[KY,qY]);function C(){return r}function P(){s=mn("AISKU"),c=null,r=null,i=null,a=null,o=null,h=null,p=!1,_=!1,m=!1,v=new HM}function V(){c&&($A(null,c),UA(null,c))}function w(O){u.addUnloadHook(O)}})}return e.prototype.addDependencyInitializer=function(t){return null},e}();function rx(){if(jl)return jl;var e=null,t=!1,n=["://js.monitor.azure.com/","://az416426.vo.msecnd.net/"];try{var r=(document||{}).currentScript;r&&(e=r.src)}catch{}if(e){try{var i=e.toLowerCase();if(i){var a="";ie(n,function(o,s){if(Zt(i,o)!==-1)return a="cdn"+(s+1),Zt(i,"/scripts/")===-1&&(Zt(i,"/next/")!==-1?a+="-next":Zt(i,"/beta/")!==-1&&(a+="-beta")),jl=a+(t?".mod":""),-1})}}catch{}jl=e}return jl}class ix{constructor(t,n){this.loggingLevel=t,this.appInsights=n}debug(t,n){this.loggingLevel<zt.Debug||this.appInsights.trackEvent({name:t,properties:{data:n,severity:zt.Debug}})}info(t,n){this.loggingLevel<zt.Info||this.appInsights.trackEvent({name:t,properties:{data:n,severity:zt.Info}})}warn(t,n){this.loggingLevel<zt.Warn||this.appInsights.trackEvent({name:t,properties:{data:n,severity:zt.Warn}})}error(t,n){this.loggingLevel<zt.Error||this.appInsights.trackEvent({name:t,properties:{data:n,severity:zt.Error}})}}function ax(e){const t=new nx({config:{instrumentationKey:e,enableAutoRouteTracking:!0}});return t.loadAppInsights(),t}const ox={install:function(e,t){const n=e.config.globalProperties.$router,r=ax(t.InstrumentationKey);n.afterEach(o=>{var s;r.trackPageView({name:(s=o.name)==null?void 0:s.toString(),uri:o.fullPath})});const i=Li.getInstance(),a=new ix(t.LoggingLevel,r);i.registerSink(a)}};ot.ApplicationInsightsLoggingPlugin=ox,ot.CapeLogger=Li,ot.CapePlugin=Gg,ot.ConsoleLoggingPlugin=TR,ot.Filter=Zf,ot.LoggingLevel=zt,ot.createCapeApp=ER,ot.useDatasetStore=Es,ot.useFieldStore=ja,ot.useFilterStore=ft,ot.usePropertyStore=hr,ot.useSearchResultsStore=Jr,Object.defineProperty(ot,Symbol.toStringTag,{value:"Module"})});
|
|
53
|
+
*/var lu="Promise",Bh="rejected";function Vr(e,t){return Ky(e,function(n){return t?t({status:"fulfilled",rejected:!1,value:n}):n},function(n){return t?t({status:Bh,rejected:!0,reason:n}):n})}function Ky(e,t,n,r){var i=e;try{if(ao(e))(t||n)&&(i=e.then(t,n));else try{t&&(i=t(e))}catch(a){if(n)i=n(a);else throw a}}finally{}return i}var qy=["pending","resolving","resolved",Bh],Xy="dispatchEvent",cu;function j1(e){var t;return e&&e.createEvent&&(t=e.createEvent("Event")),!!t&&t.initEvent}function z1(e,t,n,r){var i=Ot();!cu&&(cu=pn(!!bt(j1,[i]).v));var a=cu.v?i.createEvent("Event"):r?new Event(t):{};if(n&&n(a),cu.v&&a.initEvent(t,!1,!0),a&&e[Xy])e[Xy](a);else{var o=e["on"+t];if(o)o(a);else{var s=ct("console");s&&(s.error||s.log)(t,ae(a))}}}var Jy="unhandledRejection",K1=Jy.toLowerCase(),Qy=[],q1=0,X1=10,Uh;function Zy(e){return we(e)?e.toString():ae(e)}function J1(e,t,n){var r=Bc(arguments,3),i=0,a=!1,o,s=[],c=q1++,u=!1,f=null,d;function h(A,V){try{Qy.push(c),u=!0,f&&f.cancel(),f=null;var w=e(function(C,K){s.push(function(){try{var $=i===2?A:V,R=st($)?o:we($)?$(o):$;ao(R)?R.then(C,K):$?C(R):i===3?K(R):C(R)}catch(M){K(M)}}),a&&_()},r);return w}finally{Qy.pop()}}function p(A){return h(void 0,A)}function v(A){var V=A,w=A;return we(A)&&(V=function(C){return A&&A(),C},w=function(C){throw A&&A(),C}),h(V,w)}function m(){return qy[i]}function _(){if(s.length>0){var A=s.slice();s=[],u=!0,f&&f.cancel(),f=null,t(A)}}function g(A,V){return function(w){if(i===V){if(A===2&&ao(w)){i=1,w.then(g(2,1),g(3,1));return}i=A,a=!0,o=w,_(),!u&&A===3&&!f&&(f=_n(y,X1))}}}function y(){if(!u)if(u=!0,f1())process.emit(Jy,o,d);else{var A=Jt()||vn();!Uh&&(Uh=pn(bt(ct,[lu+"RejectionEvent"]).v)),z1(A,K1,function(V){return Ue(V,"promise",{g:function(){return d}}),V.reason=o,V},!!Uh.v)}}d={then:h,catch:p,finally:v},Cr(d,"state",{get:m}),h1()&&(d[th(11)]="IPromise");function Y(){return"IPromise "+m()+(a?" - "+Zy(o):"")}return d.toString=Y,function(){we(n)||In(lu+": executor is not a function - "+Zy(n));var V=g(3,0);try{n.call(d,g(2,0),V)}catch(w){V(w)}}(),d}function Q1(e){return function(t){var n=Bc(arguments,1);return e(function(r,i){try{var a=[],o=1;ih(t,function(s,c){s&&(o++,Ky(s,function(u){a[c]=u,--o===0&&r(a)},i))}),o--,o===0&&r(a)}catch(s){i(s)}},n)}}function Z1(e){return pn(function(t){var n=Bc(arguments,1);return e(function(r,i){var a=[],o=1;function s(c,u){o++,Vr(c,function(f){f.rejected?a[u]={status:Bh,reason:f.reason}:a[u]={status:"fulfilled",value:f.value},--o===0&&r(a)})}try{Ae(t)?ie(t,s):dy(t)?ih(t,s):In("Input is not an iterable"),o--,o===0&&r(a)}catch(c){i(c)}},n)})}function eP(e){ie(e,function(t){try{t()}catch{}})}function tP(e){var t=Vs(e)?e:0;return function(n){_n(function(){eP(n)},t)}}function Zs(e,t){return J1(Zs,tP(t),e,t)}var Hh;function nP(e,t){!Hh&&(Hh=pn(bt(ct,[lu]).v||null));var n=Hh.v;if(!n)return Zs(e);we(e)||In(lu+": executor is not a function - "+ae(e));var r=0;function i(){return qy[r]}var a=new n(function(o,s){function c(f){r=2,o(f)}function u(f){r=3,s(f)}e(c,u)});return Cr(a,"state",{get:i}),a}var Gh,Wh;function Fr(e,t){return!Gh&&(Gh=pn(nP)),Gh.v.call(this,e,t)}var rP=Q1(Fr);function iP(e,t){return!Wh&&(Wh=Z1(Fr)),Wh.v(e,t)}var tr=void 0,Fe="",Qi="channels",Nt="core",jh="createPerfMgr",zh="disabled",Do="extensionConfig",wo="extensions",nr="processTelemetry",uu="priority",fu="eventsSent",el="eventsDiscarded",du="eventsSendRequest",Zi="perfEvent",Kh="offlineEventsStored",qh="offlineBatchSent",Xh="offlineBatchDrop",hu="getPerfMgr",Jh="domain",Qh="path",aP="Not dynamic - ",oP="getPrototypeOf",sP=/-([a-z])/g,lP=/([^\w\d_$])/g,cP=/^(\d+[\w\d_$])/,uP=Object[oP];function ea(e){return!W(e)}function pu(e){var t=e;return t&&Ee(t)&&(t=t[Ji](sP,function(n,r){return r.toUpperCase()}),t=t[Ji](lP,"_"),t=t[Ji](cP,function(n,r){return"_"+r})),t}function Yt(e,t){return e&&t?Qt(e,t)!==-1:!1}function bo(e){return e&&e.toISOString()||""}function je(e){return jd(e)?e[Mr]:Fe}function et(e,t,n,r,i){var a=n;return e&&(a=e[t],a!==n&&(!i||i(a))&&(!r||r(n))&&(a=n,e[t]=a)),a}function Ht(e,t,n){var r;return e?(r=e[t],!r&&W(r)&&(r=st(n)?{}:n,e[t]=r)):r=st(n)?{}:n,r}function eS(e,t){var n=null,r=null;return we(e)?n=e:r=e,function(){var i=arguments;if(n&&(r=n()),r)return r[t][Ki](r,i)}}function fP(e,t,n){if(e&&t&&qt(e)&&qt(t)){var r=function(a){if(Ee(a)){var o=t[a];we(o)?(!n||n(a,!0,t,e))&&(e[a]=eS(t,a)):(!n||n(a,!1,t,e))&&(ii(e,a)&&delete e[a],Ue(e,a,{g:function(){return t[a]},s:function(s){t[a]=s}}))}};for(var i in t)r(i)}return e}function vu(e,t,n,r,i){e&&t&&n&&(e[t]=eS(n,r))}function tl(e,t,n,r){return e&&t&&qt(e)&&Ae(n)&&ie(n,function(i){Ee(i)&&vu(e,i,t,i)}),e}function dP(e){return function(){function t(){var n=this;e&&Me(e,function(r,i){n[r]=i})}return t}()}function tS(e){return e&&Kd&&(e=kh(Kd({},e))),e}function nS(e,t,n,r,i,a){var o=arguments,s=o[0]||{},c=o[Ne],u=!1,f=1;for(c>0&&Zg(s)&&(u=s,s=o[f]||{},f++),qt(s)||(s={});f<c;f++){var d=o[f],h=Ae(d),p=qt(d);for(var v in d){var m=h&&v in d||p&&ii(d,v);if(m){var _=d[v],g=void 0;if(u&&_&&((g=Ae(_))||$t(_))){var y=s[v];g?Ae(y)||(y=[]):$t(y)||(y={}),_=nS(u,y,_)}_!==void 0&&(s[v]=_)}}}return s}function Zh(e,t){var n=!1,r=t&&t.featureOptIn&&t.featureOptIn[e];if(e&&r){var i=r.mode;n=i==3||i==1}return n}function _u(e){try{return e.responseText}catch{}return null}function rS(e,t){return e?"XDomainRequest,Response:"+_u(e)||"":t}function mu(e,t){return e?"XMLHttpRequest,Status:"+e[Js]+",Response:"+_u(e)||e.response||"":t}function iS(e,t){return t&&(Vs(t)?e=[t].concat(e):Ae(t)&&(e=t.concat(e))),e}var hP="Microsoft_ApplicationInsights_BypassAjaxInstrumentation",aS="withCredentials",pP="timeout";function vP(e,t,n,r,i,a){i===void 0&&(i=!1);function o(c,u,f){try{c[u]=f}catch{}}var s=new XMLHttpRequest;return o(s,hP,r),n&&o(s,aS,n),s.open(e,t,!i),n&&o(s,aS,n),!i&&a&&o(s,pP,a),s}function _P(e){var t={};if(Ee(e)){var n=gt(e)[So](/[\r\n]+/);ie(n,function(r){if(r){var i=r.indexOf(": ");if(i!==-1){var a=gt(r.substring(0,i))[ho](),o=gt(r.substring(i+1));t[a]=o}else t[gt(r)]=1}})}return t}function ep(e,t,n){if(!e[n]&&t&&t[Hy]){var r=t[Hy](n);r&&(e[n]=gt(r))}return e}var mP="kill-duration",gP="kill-duration-seconds",yP="time-delta-millis";function tp(e,t){var n={};return e[Gy]?n=_P(e[Gy]()):t&&(n=ep(n,e,yP),n=ep(n,e,mP),n=ep(n,e,gP)),n}var SP="documentMode",EP="location",TP="console",oS="JSON",NP="crypto",DP="msCrypto",wP="ReactNative",np="msie",rp="trident/",sS="XMLHttpRequest",ip=null,ap=null,bP=!1,ko=null,op=null;function lS(e,t){var n=!1;if(e){try{if(n=t in e,!n){var r=e[Jn];r&&(n=t in r)}}catch{}if(!n)try{var i=new e;n=!st(i[t])}catch{}}return n}function rr(e){if(e&&bP){var t=ct("__mockLocation");if(t)return t}return typeof location===Iy&&location?location:ct(EP)}function kP(){return typeof console!==bh?console:ct(TP)}function nl(){return!!(typeof JSON===Iy&&JSON||ct(oS)!==null)}function Pn(){return nl()?JSON||ct(oS):null}function CP(){return ct(NP)}function OP(){return ct(DP)}function RP(){var e=qn();return e&&e.product?e.product===wP:!1}function sp(){var e=qn();if(e&&(e[Rh]!==ap||ip===null)){ap=e[Rh];var t=(ap||Fe)[ho]();ip=Yt(t,np)||Yt(t,rp)}return ip}function cS(e){if(e===void 0&&(e=null),!e){var t=qn()||{};e=t?(t.userAgent||Fe)[ho]():Fe}var n=(e||Fe)[ho]();if(Yt(n,np)){var r=Ot()||{};return Math.max(parseInt(n[So](np)[1]),r[SP]||0)}else if(Yt(n,rp)){var i=parseInt(n[So](rp)[1]);if(i)return i+4}return null}function rl(e){return(op===null||e===!1)&&(op=c1()&&!!qn().sendBeacon),op}function lp(e){var t=!1;try{t=!!ct("fetch");var n=ct("Request");t&&e&&n&&(t=lS(n,"keepalive"))}catch{}return t}function IP(){return ko===null&&(ko=typeof XDomainRequest!==bh,ko&&gu()&&(ko=ko&&!lS(ct(sS),"withCredentials"))),ko}function gu(){var e=!1;try{var t=ct(sS);e=!!t}catch{}return e}function PP(e,t){return e&&e.dispatchEvent&&t?(e.dispatchEvent(t),!0):!1}function AP(e,t){var n=null,r={detail:t||null};if(we(CustomEvent))n=new CustomEvent(e,r);else{var i=Ot();i&&i.createEvent&&(n=i.createEvent("CustomEvent"),n.initCustomEvent(e,!0,!0,r))}return n}function MP(e,t,n){var r=vn();if(r&&r.CustomEvent)try{var i={cfg:t||null,customDetails:n||null};return PP(r,AP(e,i))}catch{}return!1}var uS=4294967296,di=4294967295,fS=123456789,dS=987654321,hS=!1,il=fS,al=dS;function xP(e){e<0&&(e>>>=0),il=fS+e&di,al=dS-e&di,hS=!0}function YP(){try{var e=Xn()&2147483647;xP((Math.random()*uS^e)+e)}catch{}}function LP(e){return Math.floor(ol()/di*(e+1))>>>0}function ol(e){var t=0,n=CP()||OP();return n&&n.getRandomValues&&(t=n.getRandomValues(new Uint32Array(1))[0]&di),t===0&&sp()&&(hS||YP(),t=VP()&di),t===0&&(t=Math.floor(uS*Math.random()|0)),t>>>=0,t}function VP(e){al=36969*(al&65535)+(al>>16)&di,il=18e3*(il&65535)+(il>>16)&di;var t=(al<<16)+(il&65535)>>>0&di|0;return t>>>=0,t}function cp(e){e===void 0&&(e=22);for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",n=ol()>>>0,r=0,i=Fe;i[Ne]<e;)r++,i+=t.charAt(n&63),n>>>=6,r===5&&(n=(ol()<<2&4294967295|n&3)>>>0,r=0);return i}var pS="3.3.1",FP="."+cp(6),$P=0;function vS(e){return e[Ih]===1||e[Ih]===9||!+e[Ih]}function BP(e,t){var n=t[e.id];if(!n){n={};try{vS(t)&&Ue(t,e.id,{e:!1,v:n})}catch{}}return n}function mn(e,t){return t===void 0&&(t=!1),pu(e+$P+++(t?"."+pS:Fe)+FP)}function _S(e){var t={id:mn("_aiData-"+(e||Fe)+"."+pS),accept:function(n){return vS(n)},get:function(n,r,i,a){var o=n[t.id];return o?o[pu(r)]:(a&&(o=BP(t,n),o[pu(r)]=i),i)},kill:function(n,r){if(n&&n[r])try{delete n[r]}catch{}}};return t}function yu(e){return e&&qt(e)&&(e.isVal||e.fb||ii(e,"v")||ii(e,"mrg")||ii(e,"ref")||e.set)}function mS(e,t,n){var r,i=n.dfVal||Qg;if(t&&n.fb){var a=n.fb;Ae(a)||(a=[a]);for(var o=0;o<a[Ne];o++){var s=a[o],c=t[s];if(i(c)?r=c:e&&(c=e.cfg[s],i(c)&&(r=c),e.set(e.cfg,Xt(s),c)),i(r))break}}return!i(r)&&i(n.v)&&(r=n.v),r}function up(e,t,n){var r=n;if(n&&yu(n)&&(r=mS(e,t,n)),r){yu(r)&&(r=up(e,t,r));var i;Ae(r)?(i=[],i[Ne]=r[Ne]):$t(r)&&(i={}),i&&(Me(r,function(a,o){o&&yu(o)&&(o=up(e,t,o)),i[a]=o}),r=i)}return r}function fp(e,t,n,r){var i,a,o,s=r,c,u,f,d;yu(s)?(i=s.isVal,a=s.set,f=s[Qc],d=s[Jc],c=s.mrg,u=s.ref,!u&&st(u)&&(u=!!c),o=mS(e,t,s)):o=r,d&&e[Jc](t,n);var h,p=!0,v=t[n];(v||!W(v))&&(h=v,p=!1,i&&h!==o&&!i(h)&&(h=o,p=!0),a&&(h=a(h,o,t),p=h===o)),p?o?h=up(e,t,o):h=o:($t(h)||Ae(o))&&c&&o&&($t(o)||Ae(o))&&Me(o,function(m,_){fp(e,h,m,_)}),e.set(t,n,h),u&&e.ref(t,n),f&&e[Qc](t,n)}var hi=nh("[[ai_dynCfg_1]]"),gS=nh("[[ai_blkDynCfg_1]]"),UP=nh("[[ai_frcDynCfg_1]]");function yS(e){if(e){var t;if(Ae(e)?(t=[],t[Ne]=e[Ne]):$t(e)&&(t={}),t)return Me(e,function(n,r){t[n]=yS(r)}),t}return e}function HP(e){if(e){var t=e[hi]||e;if(t.cfg&&(t.cfg===e||t.cfg[hi]===t))return t}return null}function GP(e){if(e&&($t(e)||Ae(e)))try{e[gS]=!0}catch{}return e}function dp(e,t,n){var r=!1;return n&&!e[t.blkVal]&&(r=n[UP],!r&&!n[gS]&&(r=$t(n)||Ae(n))),r}function SS(e){In("InvalidAccess:"+e)}var WP=["push","pop","shift","unshift","splice"],sl=function(e,t,n,r){e&&e[Gs](3,108,"".concat(n," [").concat(t,"] failed - ")+ae(r))};function jP(e,t,n){Ae(t)&&ie(WP,function(r){var i=t[r];t[r]=function(){for(var a=[],o=0;o<arguments.length;o++)a[o]=arguments[o];var s=i[Ki](this,a);return Tu(e,t,n,"Patching"),s}})}function Su(e,t){var n=zd(e,t);return n&&n.get}function zP(e,t,n,r){var i={n,h:[],trk:function(u){u&&u.fn&&(xt(i.h,u)===-1&&i.h[He](u),e.trk(u,i))},clr:function(u){var f=xt(i.h,u);f!==-1&&i.h[vo](f,1)}},a=!0,o=!1;function s(){a&&(o=o||dp(s,e,r),r&&!r[hi]&&o&&(r=Tu(e,r,n,"Converting")),a=!1);var u=e.act;return u&&i.trk(u),r}s[e.prop]={chng:function(){e.add(i)}};function c(u){if(r!==u){s[e.ro]&&!e.upd&&SS("["+n+"] is read-only:"+ae(t)),a&&(o=o||dp(s,e,r),a=!1);var f=o&&s[e.rf];if(o)if(f){Me(r,function(h){r[h]=u?u[h]:tr});try{Me(u,function(h,p){Eu(e,r,h,p)}),u=r}catch(h){sl((e.hdlr||{})[pt],n,"Assigning",h),o=!1}}else r&&r[hi]&&Me(r,function(h){var p=Su(r,h);if(p){var v=p[e.prop];v&&v.chng()}});if(u!==r){var d=u&&dp(s,e,u);!f&&d&&(u=Tu(e,u,n,"Converting")),r=u,o=d}e.add(i)}}Ue(t,i.n,{g:s,s:c})}function Eu(e,t,n,r){if(t){var i=Su(t,n),a=i&&!!i[e.prop];a?t[n]=r:zP(e,t,n,r)}return t}function hp(e,t,n,r){if(t){var i=Su(t,n),a=i&&!!i[e.prop],o=r&&r[0],s=r&&r[1],c=r&&r[2];if(!a){if(c)try{GP(t)}catch(u){sl((e.hdlr||{})[pt],n,"Blocking",u)}try{Eu(e,t,n,t[n]),i=Su(t,n)}catch(u){sl((e.hdlr||{})[pt],n,"State",u)}}o&&(i[e.rf]=o),s&&(i[e.ro]=s),c&&(i[e.blkVal]=!0)}return t}function Tu(e,t,n,r){try{Me(t,function(i,a){Eu(e,t,i,a)}),t[hi]||(Cr(t,hi,{get:function(){return e[xy]}}),jP(e,t,n))}catch(i){sl((e.hdlr||{})[pt],n,r,i)}return t}var ll="[[ai_",cl="]]";function KP(e){var t,n=$s(ll+"get"+e.uid+cl),r=$s(ll+"ro"+e.uid+cl),i=$s(ll+"rf"+e.uid+cl),a=$s(ll+"blkVal"+e.uid+cl),o=$s(ll+"dtl"+e.uid+cl),s=null,c=null,u;function f(v,m){var _=u.act;try{u.act=v,v&&v[o]&&(ie(v[o],function(y){y.clr(v)}),v[o]=[]),m({cfg:e.cfg,set:e.set.bind(e),setDf:e[po].bind(e),ref:e.ref.bind(e),rdOnly:e[Qc].bind(e)})}catch(y){var g=e[pt];throw g&&g[Gs](1,107,ae(y)),y}finally{u.act=_||null}}function d(){if(s){var v=s;s=null,c&&c[_o](),c=null;var m=[];if(ie(v,function(_){if(_&&(_[o]&&(ie(_[o],function(g){g.clr(_)}),_[o]=null),_.fn))try{f(_,_.fn)}catch(g){m[He](g)}}),s)try{d()}catch(_){m[He](_)}m[Ne]>0&&W1("Watcher error(s): ",m)}}function h(v){if(v&&v.h[Ne]>0){s||(s=[]),c||(c=_n(function(){c=null,d()},0));for(var m=0;m<v.h[Ne];m++){var _=v.h[m];_&&xt(s,_)===-1&&s[He](_)}}}function p(v,m){if(v){var _=v[o]=v[o]||[];xt(_,m)===-1&&_[He](m)}}return u=(t={prop:n,ro:r,rf:i},t[Jc]=a,t[xy]=e,t.add=h,t[Zc]=d,t.use=f,t.trk=p,t),u}function qP(e,t){var n={fn:t,rm:function(){n.fn=null,e=null,t=null}};return Ue(n,"toJSON",{v:function(){return"WatcherHandler"+(n.fn?"":"[X]")}}),e.use(n,t),n}function XP(e,t,n){var r,i=HP(t);if(i)return i;var a=mn("dyncfg",!0),o=t&&n!==!1?t:yS(t),s;function c(){s[Zc]()}function u(g,y,Y){try{g=Eu(s,g,y,Y)}catch(A){sl(e,y,"Setting value",A)}return g[y]}function f(g){return qP(s,g)}function d(g,y){s.use(null,function(Y){var A=s.upd;try{st(y)||(s.upd=y),g(Y)}finally{s.upd=A}})}function h(g,y){var Y;return hp(s,g,y,(Y={},Y[0]=!0,Y))[y]}function p(g,y){var Y;return hp(s,g,y,(Y={},Y[1]=!0,Y))[y]}function v(g,y){var Y;return hp(s,g,y,(Y={},Y[2]=!0,Y))[y]}function m(g,y){return y&&Me(y,function(Y,A){fp(_,g,Y,A)}),g}var _=(r={uid:null,cfg:o},r[pt]=e,r[Zc]=c,r.set=u,r[po]=m,r[ci]=f,r.ref=h,r[Qc]=p,r[Jc]=v,r._block=d,r);return Ue(_,"uid",{c:!1,e:!1,w:!1,v:a}),s=KP(_),Tu(s,o,"config","Creating"),_}function JP(e,t){e?(e[eu](t),e[Gs](2,108,t)):SS(t)}function gn(e,t,n,r){var i=XP(n,e||{},r);return t&&i[po](i.cfg,t),i}function vt(e,t,n){var r=e[hi]||e;return r.cfg&&(r.cfg===e||r.cfg[hi]===r)?r[ci](t):(JP(n,aP+ae(e)),gn(e,null,n)[ci](t))}function Co(e,t){if(e&&e[fi])return e[fi](t)}function ES(e,t,n){var r;return n||(r=Fr(function(i){n=i})),e&&R1(e)>0?Vr(Co(e[0],t),function(){ES(Bc(e,1),t,n)}):n(),r}var QP=500,TS="Microsoft_ApplicationInsights_BypassAjaxInstrumentation";function ZP(e,t,n){return!e&&W(e)?t:Zg(e)?e:Xt(e)[ho]()==="true"}function An(e){return{mrg:!0,v:e}}function NS(e,t){return{set:e,v:t}}function Nu(e,t,n){return{fb:n,isVal:e,v:t}}function yt(e,t){return{fb:t,set:ZP,v:!!e}}function eA(e){return{isVal:Ee,v:Xt(Fe)}}var pp=[fu,el,du,Zi],Du=null,wu;function tA(e,t){return function(){var n=arguments,r=DS(t);if(r){var i=r.listener;i&&i[e]&&i[e][Ki](i,n)}}}function nA(){var e=ct("Microsoft");return e&&(Du=e.ApplicationInsights),Du}function DS(e){var t=Du;return!t&&e.disableDbgExt!==!0&&(t=Du||nA()),t?t.ChromeDbgExt:null}function rA(e){if(!wu){wu={};for(var t=0;t<pp[Ne];t++)wu[pp[t]]=tA(pp[t],e)}return wu}var Oo,wS="warnToConsole",iA="AI (Internal): ",aA="AI: ",oA="AITR_",sA={loggingLevelConsole:0,loggingLevelTelemetry:1,maxMessageLimit:25,enableDebug:!1},lA=(Oo={},Oo[0]=null,Oo[1]="errorToConsole",Oo[2]=wS,Oo[3]="debugToConsole",Oo);function bS(e){return e?'"'+e[Ji](/\"/g,Fe)+'"':Fe}function vp(e,t){var n=kP();if(n){var r="log";n[e]&&(r=e),we(n[r])&&n[r](t)}}var ul=function(){function e(t,n,r,i){r===void 0&&(r=!1);var a=this;a[ou]=t,a[Xi]=(r?aA:iA)+t;var o=Fe;nl()&&(o=Pn().stringify(i));var s=(n?" message:"+bS(n):Fe)+(i?" props:"+bS(o):Fe);a[Xi]+=s}return e.dataType="MessageData",e}();function ta(e,t){return(e||{})[pt]||new bu(t)}var bu=function(){function e(t){this.identifier="DiagnosticLogger",this.queue=[];var n=0,r={},i,a,o,s,c;tt(e,this,function(u){c=d(t||{}),u.consoleLoggingLevel=function(){return i},u[Gs]=function(v,m,_,g,y){y===void 0&&(y=!1);var Y=new ul(m,_,y,g);if(s)throw ae(Y);var A=lA[v]||wS;if(st(Y[Xi]))p("throw"+(v===1?"Critical":"Warning"),Y);else{if(y){var V=+Y[ou];!r[V]&&i>=v&&(u[A](Y[Xi]),r[V]=!0)}else i>=v&&u[A](Y[Xi]);f(v,Y)}},u.debugToConsole=function(v){vp("debug",v),p("warning",v)},u[eu]=function(v){vp("warn",v),p("warning",v)},u.errorToConsole=function(v){vp("error",v),p("error",v)},u.resetInternalMessageCount=function(){n=0,r={}},u[Uy]=f,u[fi]=function(v){c&&c.rm(),c=null};function f(v,m){if(!h()){var _=!0,g=oA+m[ou];if(r[g]?_=!1:r[g]=!0,_&&(v<=a&&(u.queue[He](m),n++,p(v===1?"error":"warn",m)),n===o)){var y="Internal events throttle limit per PageView reached for this app.",Y=new ul(23,y,!1);u.queue[He](Y),v===1?u.errorToConsole(y):u[eu](y)}}}function d(v){return vt(gn(v,sA,u).cfg,function(m){var _=m.cfg;i=_[$y],a=_.loggingLevelTelemetry,o=_.maxMessageLimit,s=_.enableDebug})}function h(){return n>=o}function p(v,m){var _=DS(t||{});_&&_[Yr]&&_[Yr](v,m)}})}return e.__ieDyn=1,e}();function _p(e){return e||new bu}function ee(e,t,n,r,i,a){a===void 0&&(a=!1),_p(e)[Gs](t,n,r,i,a)}function na(e,t){_p(e)[eu](t)}function cA(e,t,n){_p(e)[Uy](t,n)}var mp,ra,kS="toGMTString",CS="toUTCString",gp="cookie",yp="expires",OS="isCookieUseDisabled",Sp="disableCookiesUsage",Ro="_ckMgr",ku=null,Ep=null,RS=null,ir,IS={},Cu={},uA=(mp={cookieCfg:An((ra={},ra[Jh]={fb:"cookieDomain",dfVal:ea},ra.path={fb:"cookiePath",dfVal:ea},ra.enabled=tr,ra.ignoreCookies=tr,ra.blockedCookies=tr,ra)),cookieDomain:tr,cookiePath:tr},mp[Sp]=tr,mp);function Tp(){!ir&&(ir=l1(function(){return Ot()}))}function fA(e,t){var n=Ru[Ro]||Cu[Ro];return n||(n=Ru[Ro]=Ru(e,t),Cu[Ro]=n),n}function Ou(e){return e?e.isEnabled():!0}function PS(e,t){return t&&e&&Ae(e.ignoreCookies)?xt(e.ignoreCookies,t)!==-1:!1}function dA(e,t){return t&&e&&Ae(e.blockedCookies)&&xt(e.blockedCookies,t)!==-1?!0:PS(e,t)}function AS(e,t){var n=t[go];if(W(n)){var r=void 0;st(e[OS])||(r=!e[OS]),st(e[Sp])||(r=!e[Sp]),n=r}return n}function Np(e,t){var n;return e&&(n=e.getCookieMgr()),n||(n=fA(t,(e||{})[pt])),n}function Ru(e,t){var n,r,i,a,o,s,c,u,f;e=gn(e||Cu,null,t).cfg,o=vt(e,function(h){h[po](h.cfg,uA),r=h.ref(h.cfg,"cookieCfg"),i=r[Qh]||"/",a=r[Jh],s=AS(e,r)!==!1,c=r.getCookie||hA,u=r.setCookie||VS,f=r.delCookie||VS},t);var d=(n={isEnabled:function(){var h=AS(e,r)!==!1&&s&&MS(t),p=Cu[Ro];return h&&p&&d!==p&&(h=Ou(p)),h},setEnabled:function(h){s=h!==!1,r[go]=h},set:function(h,p,v,m,_){var g=!1;if(Ou(d)&&!dA(r,h)){var y={},Y=gt(p||Fe),A=Qt(Y,";");if(A!==-1&&(Y=gt(Jd(p,A)),y=xS(Kn(p,A+1))),et(y,Jh,m||a,Ac,st),!W(v)){var V=sp();if(st(y[yp])){var w=Xn(),C=w+v*1e3;if(C>0){var K=new Date;K.setTime(C),et(y,yp,YS(K,V?kS:CS)||YS(K,V?kS:CS)||Fe,Ac)}}V||et(y,"max-age",Fe+v,null,st)}var $=rr();$&&$[By]==="https:"&&(et(y,"secure",null,null,st),Ep===null&&(Ep=!pA((qn()||{})[Rh])),Ep&&et(y,"SameSite","None",null,st)),et(y,Qh,_||i,null,st),u(h,LS(Y,y)),g=!0}return g},get:function(h){var p=Fe;return Ou(d)&&!PS(r,h)&&(p=c(h)),p},del:function(h,p){var v=!1;return Ou(d)&&(v=d.purge(h,p)),v},purge:function(h,p){var v,m=!1;if(MS(t)){var _=(v={},v[Qh]=p||"/",v[yp]="Thu, 01 Jan 1970 00:00:01 GMT",v);sp()||(_["max-age"]="0"),f(h,LS(Fe,_)),m=!0}return m}},n[fi]=function(h){o&&o.rm(),o=null},n);return d[Ro]=d,d}function MS(e){if(ku===null){ku=!1,!ir&&Tp();try{var t=ir.v||{};ku=t[gp]!==void 0}catch(n){ee(e,2,68,"Cannot access document.cookie - "+je(n),{exception:ae(n)})}}return ku}function xS(e){var t={};if(e&&e[Ne]){var n=gt(e)[So](";");ie(n,function(r){if(r=gt(r||Fe),r){var i=Qt(r,"=");i===-1?t[r]=null:t[gt(Jd(r,i))]=gt(Kn(r,i+1))}})}return t}function YS(e,t){return we(e[t])?e[t]():null}function LS(e,t){var n=e||Fe;return Me(t,function(r,i){n+="; "+r+(W(i)?Fe:"="+i)}),n}function hA(e){var t=Fe;if(!ir&&Tp(),ir.v){var n=ir.v[gp]||Fe;RS!==n&&(IS=xS(n),RS=n),t=gt(IS[e]||Fe)}return t}function VS(e,t){!ir&&Tp(),ir.v&&(ir.v[gp]=e+"="+t)}function pA(e){return Ee(e)?!!(Yt(e,"CPU iPhone OS 12")||Yt(e,"iPad; CPU OS 12")||Yt(e,"Macintosh; Intel Mac OS X 10_14")&&Yt(e,"Version/")&&Yt(e,"Safari")||Yt(e,"Macintosh; Intel Mac OS X 10_14")&&Ny(e,"AppleWebKit/605.1.15 (KHTML, like Gecko)")||Yt(e,"Chrome/5")||Yt(e,"Chrome/6")||Yt(e,"UnrealEngine")&&!Yt(e,"Chrome")||Yt(e,"UCBrowser/12")||Yt(e,"UCBrowser/11")):!1}var vA={perfEvtsSendAll:!1};function _A(e){e.h=null;var t=e.cb;e.cb=[],ie(t,function(n){bt(n.fn,[n.arg])})}function pi(e,t,n,r){ie(e,function(i){i&&i[t]&&(n?(n.cb[He]({fn:r,arg:i}),n.h=n.h||_n(_A,0,n)):bt(r,[i]))})}var mA=function(){function e(t){this.listeners=[];var n,r,i=[],a={h:null,cb:[]},o=gn(t,vA);r=o[ci](function(s){n=!!s.cfg.perfEvtsSendAll}),tt(e,this,function(s){Ue(s,"listeners",{g:function(){return i}}),s[nu]=function(c){i[He](c)},s[tu]=function(c){for(var u=xt(i,c);u>-1;)i[vo](u,1),u=xt(i,c)},s[fu]=function(c){pi(i,fu,a,function(u){u[fu](c)})},s[el]=function(c,u){pi(i,el,a,function(f){f[el](c,u)})},s[du]=function(c,u){pi(i,du,u?a:null,function(f){f[du](c,u)})},s[Zi]=function(c){c&&(n||!c[Ah]())&&pi(i,Zi,null,function(u){c[yo]?_n(function(){return u[Zi](c)},0):u[Zi](c)})},s[Kh]=function(c){c&&c[Ne]&&pi(i,Kh,a,function(u){u[Kh](c)})},s[qh]=function(c){c&&c[Eo]&&pi(i,qh,a,function(u){u[qh](c)})},s[Xh]=function(c,u){if(c>0){var f=u||0;pi(i,Xh,a,function(d){d[Xh](c,f)})}},s[fi]=function(c){var u=function(){r&&r.rm(),r=null,i=[],a.h&&a.h[_o](),a.h=null,a.cb=[]},f;if(pi(i,"unload",null,function(d){var h=d[fi](c);h&&(f||(f=[]),f[He](h))}),f)return Fr(function(d){return Vr(rP(f),function(){u(),d()})});u()}})}return e.__ieDyn=1,e}(),Io="ctx",Dp="ParentContextKey",fl="ChildrenContextKey",gA=null,Iu=function(){function e(t,n,r){var i=this;if(i.start=Xn(),i[Mr]=t,i[yo]=r,i[Ah]=function(){return!1},we(n)){var a;Ue(i,"payload",{g:function(){return!a&&we(n)&&(a=n(),n=null),a}})}i[To]=function(o){return o?o===e[Dp]||o===e[fl]?i[o]:(i[Io]||{})[o]:null},i[er]=function(o,s){if(o)if(o===e[Dp])i[o]||(i[Ah]=function(){return!0}),i[o]=s;else if(o===e[fl])i[o]=s;else{var c=i[Io]=i[Io]||{};c[o]=s}},i[Mh]=function(){var o=0,s=i[To](e[fl]);if(Ae(s))for(var c=0;c<s[Ne];c++){var u=s[c];u&&(o+=u[mo])}i[mo]=Xn()-i.start,i.exTime=i[mo]-o,i[Mh]=function(){}}}return e.ParentContextKey="parent",e.ChildrenContextKey="childEvts",e}(),yA=function(){function e(t){this.ctx={},tt(e,this,function(n){n.create=function(r,i,a){return new Iu(r,i,a)},n.fire=function(r){r&&(r[Mh](),t&&we(t[Zi])&&t[Zi](r))},n[er]=function(r,i){if(r){var a=n[Io]=n[Io]||{};a[r]=i}},n[To]=function(r){return(n[Io]||{})[r]}})}return e.__ieDyn=1,e}(),wp="CoreUtils.doPerf";function Pu(e,t,n,r,i){if(e){var a=e;if(a[hu]&&(a=a[hu]()),a){var o=void 0,s=a[To](wp);try{if(o=a.create(t(),r,i),o){if(s&&o[er]&&(o[er](Iu[Dp],s),s[To]&&s[er])){var c=s[To](Iu[fl]);c||(c=[],s[er](Iu[fl],c)),c[He](o)}return a[er](wp,o),n(o)}}catch(u){o&&o[er]&&o[er]("exception",u)}finally{o&&a.fire(o),a[er](wp,s)}}}return n()}function SA(){return gA}function vi(){for(var e=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"],t=Fe,n,r=0;r<4;r++)n=ol(),t+=e[n&15]+e[n>>4&15]+e[n>>8&15]+e[n>>12&15]+e[n>>16&15]+e[n>>20&15]+e[n>>24&15]+e[n>>28&15];var i=e[8+(ol()&3)|0];return ai(t,0,8)+ai(t,9,4)+"4"+ai(t,13,3)+i+ai(t,16,3)+ai(t,19,12)}var bp="00",EA="ff",FS="00000000000000000000000000000000",$S="0000000000000000";function dl(e,t,n){return e&&e[Ne]===t&&e!==n?!!e.match(/^[\da-f]*$/i):!1}function BS(e,t,n){return dl(e,t)?e:n}function TA(e){(isNaN(e)||e<0||e>255)&&(e=1);for(var t=e.toString(16);t[Ne]<2;)t="0"+t;return t}function US(e,t,n,r){var i;return i={},i[au]=dl(r,2,EA)?r:bp,i[Yh]=kp(e)?e:vi(),i[Lh]=Cp(t)?t:Jd(vi(),16),i.traceFlags=n>=0&&n<=255?n:1,i}function kp(e){return dl(e,32,FS)}function Cp(e){return dl(e,16,$S)}function HS(e){if(e){var t=TA(e[Vh]);dl(t,2)||(t="01");var n=e[au]||bp;return n!=="00"&&n!=="ff"&&(n=bp),"".concat(n.toLowerCase(),"-").concat(BS(e.traceId,32,FS).toLowerCase(),"-").concat(BS(e.spanId,16,$S).toLowerCase(),"-").concat(t.toLowerCase())}return""}function NA(e){var t=e.getElementsByTagName("script"),n=[];return ie(t,function(r){var i=r[Fh]("src");if(i){var a=r[Fh]("crossorigin"),o=r.hasAttribute("async")===!0,s=r.hasAttribute("defer")===!0,c=r[Fh]("referrerpolicy"),u={url:i};a&&(u.crossOrigin=a),o&&(u.async=o),s&&(u.defer=s),c&&(u.referrerPolicy=c),n[He](u)}}),n}var DA=_S("plugin");function ia(e){return DA.get(e,"state",{},!0)}function GS(e,t){for(var n=[],r=null,i=e[Zn](),a;i;){var o=i[zs]();if(o){r&&r[Xs]&&o[nr]&&r[Xs](o),a=ia(o);var s=!!a[Qn];o[Qn]&&(s=o[Qn]()),s||n[He](o),r=o,i=i[Zn]()}}ie(n,function(c){var u=e[Nt]();c[Ws](e.getCfg(),u,t,e[Zn]()),a=ia(c),!c[Nt]&&!a[Nt]&&(a[Nt]=u),a[Qn]=!0,delete a[xr]})}function Op(e){return e.sort(function(t,n){var r=0;if(n){var i=n[nr];t[nr]?r=i?t[uu]-n[uu]:1:i&&(r=-1)}else r=t?1:-1;return r})}function wA(e){var t={};return{getName:function(){return t[Mr]},setName:function(n){t[Mr]=n},getTraceId:function(){return t[Yh]},setTraceId:function(n){kp(n)&&(t[Yh]=n)},getSpanId:function(){return t[Lh]},setSpanId:function(n){Cp(n)&&(t[Lh]=n)},getTraceFlags:function(){return t[Vh]},setTraceFlags:function(n){t[Vh]=n}}}var bA="TelemetryPluginChain",WS="_hasRun",jS="_getTelCtx",zS=0;function kA(e,t,n){for(;e;){if(e[zs]()===n)return e;e=e[Zn]()}return aa([n],t.config||{},t)}function Rp(e,t,n,r){var i=null,a=[];t||(t=gn({},null,n[pt])),r!==null&&(i=r?kA(e,n,r):e);var o={_next:c,ctx:{core:function(){return n},diagLog:function(){return ta(n,t.cfg)},getCfg:function(){return t.cfg},getExtCfg:f,getConfig:d,hasNext:function(){return!!i},getNext:function(){return i},setNext:function(p){i=p},iterate:h,onComplete:s}};function s(p,v){for(var m=[],_=2;_<arguments.length;_++)m[_-2]=arguments[_];p&&a[He]({func:p,self:st(v)?o.ctx:v,args:m})}function c(){var p=i;if(i=p?p[Zn]():null,!p){var v=a;v&&v[Ne]>0&&(ie(v,function(m){try{m.func.call(m.self,m.args)}catch(_){ee(n[pt],2,73,"Unexpected Exception during onComplete - "+ae(_))}}),a=[])}return p}function u(p,v){var m=null,_=t.cfg;if(_&&p){var g=_[Do];!g&&v&&(g={}),_[Do]=g,g=t.ref(_,Do),g&&(m=g[p],!m&&v&&(m={}),g[p]=m,m=t.ref(g,p))}return m}function f(p,v){var m=u(p,!0);return v&&Me(v,function(_,g){if(W(m[_])){var y=t.cfg[_];(y||!W(y))&&(m[_]=y)}fp(t,m,_,g)}),t[po](m,v)}function d(p,v,m){m===void 0&&(m=!1);var _,g=u(p,!1),y=t.cfg;return g&&(g[v]||!W(g[v]))?_=g[v]:(y[v]||!W(y[v]))&&(_=y[v]),_||!W(_)?_:m}function h(p){for(var v;v=o._next();){var m=v[zs]();m&&p(m)}}return o}function Mn(e,t,n,r){var i=gn(t),a=Rp(e,i,n,r),o=a.ctx;function s(u){var f=a._next();return f&&f[nr](u,o),!f}function c(u,f){return u===void 0&&(u=null),Ae(u)&&(u=aa(u,i.cfg,n,f)),Mn(u||o[Zn](),i.cfg,n,f)}return o[Ut]=s,o[qi]=c,o}function Au(e,t,n){var r=gn(t.config),i=Rp(e,r,t,n),a=i.ctx;function o(c){var u=i._next();return u&&u[fi](a,c),!u}function s(c,u){return c===void 0&&(c=null),Ae(c)&&(c=aa(c,r.cfg,t,u)),Au(c||a[Zn](),t,u)}return a[Ut]=o,a[qi]=s,a}function Ip(e,t,n){var r=gn(t.config),i=Rp(e,r,t,n),a=i.ctx;function o(c){return a.iterate(function(u){we(u[qs])&&u[qs](a,c)})}function s(c,u){return c===void 0&&(c=null),Ae(c)&&(c=aa(c,r.cfg,t,u)),Ip(c||a[Zn](),t,u)}return a[Ut]=o,a[qi]=s,a}function aa(e,t,n,r){var i=null,a=!r;if(Ae(e)&&e[Ne]>0){var o=null;ie(e,function(s){if(!a&&r===s&&(a=!0),a&&s&&we(s[nr])){var c=CA(s,t,n);i||(i=c),o&&o._setNext(c),o=c}})}return r&&!i?aa([r],t,n):i}function CA(e,t,n){var r=null,i=we(e[nr]),a=we(e[Xs]),o;e?o=e[ui]+"-"+e[uu]+"-"+zS++:o="Unknown-0-"+zS++;var s={getPlugin:function(){return e},getNext:function(){return r},processTelemetry:f,unload:d,update:h,_id:o,_setNext:function(p){r=p}};function c(){var p;return e&&we(e[jS])&&(p=e[jS]()),p||(p=Mn(s,t,n)),p}function u(p,v,m,_,g){var y=!1,Y=e?e[ui]:bA,A=p[WS];return A||(A=p[WS]={}),p.setNext(r),e&&Pu(p[Nt](),function(){return Y+":"+m},function(){A[o]=!0;try{var V=r?r._id:Fe;V&&(A[V]=!1),y=v(p)}catch(C){var w=r?A[r._id]:!0;w&&(y=!0),(!r||!w)&&ee(p[Yr](),1,73,"Plugin ["+Y+"] failed during "+m+" - "+ae(C)+", run flags: "+ae(A))}},_,g),y}function f(p,v){v=v||c();function m(_){if(!e||!i)return!1;var g=ia(e);return g[xr]||g[zh]?!1:(a&&e[Xs](r),e[nr](p,_),!0)}u(v,m,"processTelemetry",function(){return{item:p}},!p.sync)||v[Ut](p)}function d(p,v){function m(){var _=!1;if(e){var g=ia(e),y=e[Nt]||g[Nt];e&&(!y||y===p.core())&&!g[xr]&&(g[Nt]=null,g[xr]=!0,g[Qn]=!1,e[xr]&&e[xr](p,v)===!0&&(_=!0))}return _}u(p,m,"unload",function(){},v[yo])||p[Ut](v)}function h(p,v){function m(){var _=!1;if(e){var g=ia(e),y=e[Nt]||g[Nt];e&&(!y||y===p.core())&&!g[xr]&&e[qs]&&e[qs](p,v)===!0&&(_=!0)}return _}u(p,m,"update",function(){},!1)||p[Ut](v)}return Rr(s)}function KS(){var e=[];function t(r){r&&e[He](r)}function n(r,i){ie(e,function(a){try{a(r,i)}catch(o){ee(r[Yr](),2,73,"Unexpected error calling unload handler - "+ae(o))}}),e=[]}return{add:t,run:n}}function qS(){var e=[];function t(r){var i=e;e=[],ie(i,function(a){try{(a.rm||a.remove).call(a)}catch(o){ee(r,2,73,"Unloading:"+ae(o))}})}function n(r){r&&uo(e,r)}return{run:t,add:n}}var Pp,_i="getPlugin",OA=(Pp={},Pp[Do]={isVal:ea,v:{}},Pp),Po=function(){function e(){var t=this,n,r,i,a,o;u(),tt(e,t,function(f){f[Ws]=function(d,h,p,v){c(d,h,v),n=!0},f[xr]=function(d,h){var p,v=f[Nt];if(!v||d&&v!==d[Nt]())return;var m,_=!1,g=d||Au(null,v,i&&i[_i]?i[_i]():i),y=h||(p={reason:0},p[yo]=!1,p);function Y(){_||(_=!0,a.run(g,h),o.run(g[Yr]()),m===!0&&g[Ut](y),u())}return!f[su]||f[su](g,y,Y)!==!0?Y():m=!0,m},f[qs]=function(d,h){var p=f[Nt];if(!p||d&&p!==d[Nt]())return;var v,m=!1,_=d||Ip(null,p,i&&i[_i]?i[_i]():i),g=h||{reason:0};function y(){m||(m=!0,c(_.getCfg(),_.core(),_[Zn]()))}return!f._doUpdate||f._doUpdate(_,g,y)!==!0?y():v=!0,v},vu(f,"_addUnloadCb",function(){return a},"add"),vu(f,"_addHook",function(){return o},"add"),Ue(f,"_unloadHooks",{g:function(){return o}})}),t[Yr]=function(f){return s(f)[Yr]()},t[Qn]=function(){return n},t.setInitialized=function(f){n=f},t[Xs]=function(f){i=f},t[Ut]=function(f,d){d?d[Ut](f):i&&we(i[nr])&&i[nr](f,null)},t._getTelCtx=s;function s(f){f===void 0&&(f=null);var d=f;if(!d){var h=r||Mn(null,{},t[Nt]);i&&i[_i]?d=h[qi](null,i[_i]):d=h[qi](null,i)}return d}function c(f,d,h){gn(f,OA,ta(d)),!h&&d&&(h=d[Ly]()[Zn]());var p=i;i&&i[_i]&&(p=i[_i]()),t[Nt]=d,r=Mn(h,f,d,p)}function u(){n=!1,t[Nt]=null,r=null,i=null,o=qS(),a=KS()}}return e.__ieDyn=1,e}();function RA(e,t,n){var r={id:t,fn:n};uo(e,r);var i={remove:function(){ie(e,function(a,o){if(a.id===r.id)return e[vo](o,1),-1})}};return i}function IA(e,t,n){for(var r=!1,i=e[Ne],a=0;a<i;++a){var o=e[a];if(o)try{if(o.fn[Ki](null,[t])===!1){r=!0;break}}catch(s){ee(n,2,64,"Telemetry initializer failed: "+je(s),{exception:ae(s)},!0)}}return!r}var PA=function(e){Ar(t,e);function t(){var n=e.call(this)||this;n.identifier="TelemetryInitializerPlugin",n.priority=199;var r,i;a(),tt(t,n,function(o,s){o.addTelemetryInitializer=function(c){return RA(i,r++,c)},o[nr]=function(c,u){IA(i,c,u?u[Yr]():o[Yr]())&&o[Ut](c,u)},o[su]=function(){a()}});function a(){r=0,i=[]}return n}return t.__ieDyn=1,t}(Po),mi,XS="Plugins must provide initialize method",AA="_notificationManager",JS="SDK is still unloading...",MA="SDK is not initialized",xA=100,YA=5e4,Ap=oo((mi={cookieCfg:{}},mi[wo]={rdOnly:!0,ref:!0,v:[]},mi[Qi]={rdOnly:!0,ref:!0,v:[]},mi[Do]={ref:!0,v:{}},mi[jh]=tr,mi.loggingLevelConsole=0,mi.diagnosticLogInterval=tr,mi));function LA(e,t){return new yA(t)}function VA(e,t,n){var r,i=[],a=[],o={};return ie(n,function(s){(W(s)||W(s[Ws]))&&on(XS);var c=s[uu],u=s[ui];s&&c&&(W(o[c])?o[c]=u:na(e,"Two extensions have same priority #"+c+" - "+o[c]+", "+u)),!c||c<t?i[He](s):a[He](s)}),r={},r[Nt]=i,r[Qi]=a,r}function QS(e,t){var n=!1;return ie(t,function(r){if(r===e)return n=!0,-1}),n}function Mp(e,t,n,r){n&&Me(n,function(i,a){r&&$t(a)&&$t(t[i])&&Mp(e,t[i],a,r),r&&$t(a)&&$t(t[i])?Mp(e,t[i],a,r):e.set(t,i,a)})}function ZS(e,t){var n=null,r=-1;return ie(e,function(i,a){if(i.w===t)return n=i,r=a,-1}),{i:r,l:n}}function FA(e,t){var n=ZS(e,t).l;return n||(n={w:t,rm:function(){var r=ZS(e,t);r.i!==-1&&e[vo](r.i,1)}},e[He](n)),n}function $A(e,t,n){ie(t,function(r){var i=vt(e,r.w,n);delete r.w,r.rm=function(){i.rm()}})}function BA(e,t,n,r){return t.add(e[ci](function(i){var a=i.cfg.disableDbgExt;a===!0&&r&&(n[tu](r),r=null),n&&!r&&a!==!0&&(r=rA(i.cfg),n[nu](r))})),r}function UA(e){return Ue({rm:function(){e.rm()}},"toJSON",{v:function(){return"aicore::onCfgChange<"+JSON.stringify(e)+">"}})}var HA=function(){function e(){var t,n,r,i,a,o,s,c,u,f,d,h,p,v,m,_,g,y,Y,A,V,w,C,K,$,R,M,Q,q,S,I,U;tt(e,this,function(E){O(),E._getDbgPlgTargets=function(){return[C,i]},E[Qn]=function(){return n},E.activeStatus=function(){return R},E._setPendingStatus=function(){R=3},E[Ws]=function(x,te,re,pe){p&&on(JS),E[Qn]()&&on("Core cannot be initialized more than once"),t=gn(x,Ap,re||E[pt],!1),x=t.cfg,ve(t[ci](function($e){var P=$e.cfg,F=R===3;if(!F){Q=P.initInMemoMaxSize||xA;var j=P[Yy],G=P.endpointUrl;if(W(j)){V=null,R=li[Oh];var Z="Please provide instrumentation key";n?(ee(r,1,100,Z),ce()):on(Z);return}var he=[];if(ao(j)?(he[He](j),V=null):V=j,ao(G)?(he[He](G),M=null):M=G,he[Ne]){q=!1,R=3;var ye=ea(P.initTimeOut)?P.initTimeOut:YA,ke=iP(he);_n(function(){q||B()},ye),Vr(ke,function(Re){try{if(q)return;if(!Re.rejected){var Ke=Re[js];if(Ke&&Ke[Ne]){var Et=Ke[0];if(V=Et&&Et[js],Ke[Ne]>1){var Nn=Ke[1];M=Nn&&Nn[js]}}V&&(x[Yy]=V,x.endpointUrl=M)}B()}catch{q||B()}})}else B();var Se=$e.ref($e.cfg,Do);Me(Se,function(Re){$e.ref(Se,Re)})}})),a=pe,Y=BA(t,y,a&&E[ru](),Y),ue(),E[pt]=re;var _e=x[wo];if(f=[],f[He].apply(f,Ay(Ay([],te,!1),_e)),d=x[Qi],J(null),(!h||h[Ne]===0)&&on("No "+Qi+" available"),d&&d[Ne]>1){var Xe=E[zs]("TeeChannelController");(!Xe||!Xe.plugin)&&ee(r,1,28,"TeeChannel required")}$A(x,w,r),w=null,n=!0,R===li.ACTIVE&&ce()},E.getChannels=function(){var x=[];return h&&ie(h,function(te){x[He](te)}),Rr(x)},E.track=function(x){Pu(E[hu](),function(){return"AppInsightsCore:track"},function(){x===null&&(fe(x),on("Invalid telemetry item")),!x[Mr]&&W(x[Mr])&&(fe(x),on("telemetry name required")),x[Ks]=x[Ks]||V,x[mo]=x[mo]||bo(new Date),x.ver=x.ver||"4.0",!p&&E[Qn]()&&R===li.ACTIVE?T()[Ut](x):R!==li[Oh]&&i[Ne]<=Q&&i[He](x)},function(){return{item:x}},!x.sync)},E[Ly]=T,E[ru]=function(){return a||(a=new mA(t.cfg),E[AA]=a),a},E[nu]=function(x){E.getNotifyMgr()[nu](x)},E[tu]=function(x){a&&a[tu](x)},E.getCookieMgr=function(){return c||(c=Ru(t.cfg,E[pt])),c},E.setCookieMgr=function(x){c!==x&&(Co(c,!1),c=x)},E[hu]=function(){return o||s||SA()},E.setPerfMgr=function(x){o=x},E.eventCnt=function(){return i[Ne]},E.releaseQueue=function(){if(n&&i[Ne]>0){var x=i;i=[],R===2?ie(x,function(te){te[Ks]=te[Ks]||V,T()[Ut](te)}):ee(r,2,20,"core init status is not active")}},E[Vy]=function(x){return m=x||null,U=!1,S&&S[_o](),N(!0)};function B(){q=!0,W(V)?(R=li[Oh],ee(r,1,112,"ikey can't be resolved from promises")):R=li.ACTIVE,ce()}function ce(){n&&(E.releaseQueue(),E[Vy]())}function N(x){if((!S||!S[go])&&!U){var te=x||r&&r.queue[Ne]>0;te&&(I||(I=!0,ve(t[ci](function(re){var pe=re.cfg.diagnosticLogInterval;(!pe||!(pe>0))&&(pe=1e4);var _e=!1;S&&(_e=S[go],S[_o]()),S=M1(H,pe),S.unref(),S[go]=_e}))),S[go]=!0)}return S}E[Fy]=function(){U=!0,S&&S[_o](),H()},tl(E,function(){return v},["addTelemetryInitializer"]),E[fi]=function(x,te,re){var pe;x===void 0&&(x=!0),n||on(MA),p&&on(JS);var _e=(pe={reason:50},pe[yo]=x,pe.flushComplete=!1,pe),Xe;x&&!te&&(Xe=Fr(function(F){te=F}));var $e=Au(ge(),E);$e[iu](function(){y.run(E[pt]),ES([c,a,r],x,function(){O(),te&&te(_e)})},E);function P(F){_e.flushComplete=F,p=!0,g.run($e,_e),E[Fy](),$e[Ut](_e)}return H(),X(x,P,6,re),Xe},E[zs]=de,E.addPlugin=function(x,te,re,pe){if(!x){pe&&pe(!1),ze(XS);return}var _e=de(x[ui]);if(_e&&!te){pe&&pe(!1),ze("Plugin ["+x[ui]+"] is already loaded!");return}var Xe={reason:16};function $e(j){f[He](x),Xe.added=[x],J(Xe),pe&&pe(!0)}if(_e){var P=[_e.plugin],F={reason:2,isAsync:!!re};b(P,F,function(j){j?(Xe.removed=P,Xe.reason|=32,$e()):pe&&pe(!1)})}else $e()},E.updateCfg=function(x,te){te===void 0&&(te=!0);var re;if(E[Qn]()){re={reason:1,cfg:t.cfg,oldCfg:Sy({},t.cfg),newConfig:Sy({},x),merge:te},x=re.newConfig;var pe=t.cfg;x[wo]=pe[wo],x[Qi]=pe[Qi]}t._block(function(_e){var Xe=_e.cfg;Mp(_e,Xe,x,te),te||Me(Xe,function($e){ii(x,$e)||_e.set(Xe,$e,tr)}),_e[po](Xe,Ap)},!0),t[Zc](),re&&be(re)},E.evtNamespace=function(){return _},E.flush=X,E.getTraceCtx=function(x){return A||(A=wA()),A},E.setTraceCtx=function(x){A=x||null},E.addUnloadHook=ve,vu(E,"addUnloadCb",function(){return g},"add"),E.onCfgChange=function(x){var te;return n?te=vt(t.cfg,x,E[pt]):te=FA(w,x),UA(te)},E.getWParam=function(){return cy()||t.cfg.enableWParam?0:-1};function k(){var x={};K=[];var te=function(re){re&&ie(re,function(pe){if(pe[ui]&&pe[au]&&!x[pe.identifier]){var _e=pe[ui]+"="+pe[au];K[He](_e),x[pe.identifier]=pe}})};te(h),d&&ie(d,function(re){te(re)}),te(f)}function O(){n=!1,t=gn({},Ap,E[pt]),t.cfg[$y]=1,Ue(E,"config",{g:function(){return t.cfg},s:function(te){E.updateCfg(te,!1)}}),Ue(E,"pluginVersionStringArr",{g:function(){return K||k(),K}}),Ue(E,"pluginVersionString",{g:function(){return $||(K||k(),$=K.join(";")),$||Fe}}),Ue(E,"logger",{g:function(){return r||(r=new bu(t.cfg),t[pt]=r),r},s:function(te){t[pt]=te,r!==te&&(Co(r,!1),r=te)}}),E[pt]=new bu(t.cfg),C=[];var x=E.config[wo]||[];x.splice(0,x[Ne]),uo(x,C),v=new PA,i=[],Co(a,!1),a=null,o=null,s=null,Co(c,!1),c=null,u=null,f=[],d=null,h=null,p=!1,m=null,_=mn("AIBaseCore",!0),g=KS(),A=null,V=null,y=qS(),w=[],$=null,K=null,U=!1,S=null,I=!1,R=0,M=null,Q=null,q=!1}function T(){var x=Mn(ge(),t.cfg,E);return x[iu](N),x}function J(x){var te=VA(E[pt],QP,f);u=null,$=null,K=null,h=(d||[])[0]||[],h=Op(uo(h,te[Qi]));var re=uo(Op(te[Nt]),h);C=Rr(re);var pe=E.config[wo]||[];pe.splice(0,pe[Ne]),uo(pe,C);var _e=T();h&&h[Ne]>0&&GS(_e[qi](h),re),GS(_e,re),x&&be(x)}function de(x){var te=null,re=null,pe=[];return ie(C,function(_e){if(_e[ui]===x&&_e!==v)return re=_e,-1;_e.getChannel&&pe[He](_e)}),!re&&pe[Ne]>0&&ie(pe,function(_e){if(re=_e.getChannel(x),!re)return-1}),re&&(te={plugin:re,setEnabled:function(_e){ia(re)[zh]=!_e},isEnabled:function(){var _e=ia(re);return!_e[xr]&&!_e[zh]},remove:function(_e,Xe){var $e;_e===void 0&&(_e=!0);var P=[re],F=($e={reason:1},$e[yo]=_e,$e);b(P,F,function(j){j&&J({reason:32,removed:P}),Xe&&Xe(j)})}}),te}function ge(){if(!u){var x=(C||[]).slice();xt(x,v)===-1&&x[He](v),u=aa(Op(x),t.cfg,E)}return u}function b(x,te,re){if(x&&x[Ne]>0){var pe=aa(x,t.cfg,E),_e=Au(pe,E);_e[iu](function(){var Xe=!1,$e=[];ie(f,function(F,j){QS(F,x)?Xe=!0:$e[He](F)}),f=$e,$=null,K=null;var P=[];d&&(ie(d,function(F,j){var G=[];ie(F,function(Z){QS(Z,x)?Xe=!0:G[He](Z)}),P[He](G)}),d=P),re&&re(Xe),N()}),_e[Ut](te)}else re(!1)}function H(){if(r&&r.queue){var x=r.queue.slice(0);r.queue[Ne]=0,ie(x,function(te){var re,pe=(re={},re[Mr]=m||"InternalMessageId: "+te[ou],re[Ks]=V,re[mo]=bo(new Date),re.baseType=ul.dataType,re.baseData={message:te[Xi]},re);E.track(pe)})}}function X(x,te,re,pe){var _e=1,Xe=!1,$e=null;pe=pe||5e3;function P(){_e--,Xe&&_e===0&&($e&&$e[_o](),$e=null,te&&te(Xe),te=null)}if(h&&h[Ne]>0){var F=T()[qi](h);F.iterate(function(j){if(j.flush){_e++;var G=!1;j.flush(x,function(){G=!0,P()},re)||G||(x&&$e==null?$e=_n(function(){$e=null,P()},pe):P())}})}return Xe=!0,P(),!0}function ue(){var x;ve(t[ci](function(te){var re=te.cfg.enablePerfMgr;if(re){var pe=te.cfg[jh];x!==pe&&(pe||(pe=LA),Ht(te.cfg,jh,pe),x=pe,s=null),!o&&!s&&we(pe)&&(s=pe(E,E[ru]()))}else s=null,x=null}))}function be(x){var te=Ip(ge(),E);te[iu](N),(!E._updateHook||E._updateHook(te,x)!==!0)&&te[Ut](x)}function ze(x){var te=E[pt];te?(ee(te,2,73,x),N()):on(x)}function fe(x){var te=E[ru]();te&&te[el]([x],2)}function ve(x){y.add(x)}})}return e.__ieDyn=1,e}();function xp(e,t){try{if(e&&e!==""){var n=Pn().parse(e);if(n&&n[Wy]&&n[Wy]>=n.itemsAccepted&&n.itemsReceived-n.itemsAccepted===n.errors[Ne])return n}}catch(r){ee(t,1,43,"Cannot parse the response. "+(r[Mr]||ae(r)),{response:e})}return null}var ar="",GA="NoResponseBody",eE="&"+GA+"=true",Yp="POST",WA=function(){function e(){var t=0,n,r,i,a,o,s,c,u,f,d,h,p,v,m;tt(e,this,function(_,g){var y=!0;q(),_[Ws]=function(S,I){i=I,r&&ee(i,1,28,"Sender is already initialized"),_.SetConfig(S),r=!0},_._getDbgPlgTargets=function(){return[r,a,s,n]},_.SetConfig=function(S){try{if(o=S.senderOnCompleteCallBack||{},s=!!S.disableCredentials,c=S.fetchCredentials,a=!!S.isOneDs,n=!!S.enableSendPromise,f=!!S.disableXhr,d=!!S.disableBeacon,h=!!S.disableBeaconSync,m=S.timeWrapper,v=!!S.addNoResponse,p=!!S.disableFetchKeepAlive,u={sendPOST:R},a||(y=!1),s){var I=rr();I&&I.protocol&&I.protocol[ho]()==="file:"&&(y=!1)}return!0}catch{}return!1},_.getSyncFetchPayload=function(){return t},_.getSenderInst=function(S,I){return S&&S[Ne]?w(S,I):null},_.getFallbackInst=function(){return u},_[su]=function(S,I){q()};function Y(S,I){C(I,200,{},S)}function A(S,I){ee(i,2,26,"Failed to send telemetry.",{message:S}),C(I,400,{})}function V(S){A("No endpoint url is provided for the batch",S)}function w(S,I){for(var U,E=0,B=null,ce=0;B==null&&ce<S[Ne];)E=S[ce],!f&&E===1?IP()?B=Q:gu()&&(B=R):E===2&&lp(I)&&(!I||!p)?B=M:E===3&&rl()&&(I?!h:!d)&&(B=$),ce++;return B?(U={_transport:E,_isSync:I},U[jy]=B,U):null}function C(S,I,U,E){try{S&&S(I,U,E)}catch{}}function K(S,I){var U=qn(),E=S[Qs];if(!E)return V(I),!0;E=S[Qs]+(v?eE:ar);var B=S[Eo],ce=a?B:new Blob([B],{type:"text/plain;charset=UTF-8"}),N=U.sendBeacon(E,ce);return N}function $(S,I,U){var E=S[Eo];try{if(E)if(K(S,I))Y(ar,I);else{var B=o&&o.beaconOnRetry;B&&we(B)?B(S,I,K):(u&&u[jy](S,I,!0),ee(i,2,40,". Failed to send telemetry with Beacon API, retried with normal sender."))}}catch(ce){a&&na(i,"Failed to send telemetry using sendBeacon API. Ex:"+ae(ce)),C(I,a?0:400,{},ar)}}function R(S,I,U){var E,B,ce,N=S[xh]||{};!U&&n&&(E=Fr(function(J,de){B=J,ce=de})),a&&U&&S.disableXhrSync&&(U=!1);var k=S[Qs];if(!k){V(I),B&&B(!1);return}var O=vP(Yp,k,y,!0,U,S[No]);a||O[zy]("Content-type","application/json"),ie(Or(N),function(J){O[zy](J,N[J])}),O.onreadystatechange=function(){a||(T(O),O.readyState===4&&B&&B(!0))},O.onload=function(){a&&T(O)};function T(J){var de=o&&o.xhrOnComplete,ge=de&&we(de);if(ge)de(J,I,S);else{var b=_u(J);C(I,J[Js],tp(J,a),b)}}return O.onerror=function(J){C(I,a?O[Js]:400,tp(O,a),a?ar:mu(O)),ce&&ce(J)},O.ontimeout=function(){C(I,a?O[Js]:500,tp(O,a),a?ar:mu(O)),B&&B(!1)},O.send(S[Eo]),E}function M(S,I,U){var E,B=S[Qs],ce=S[Eo],N=a?ce:new Blob([ce],{type:"application/json"}),k,O,T,J=new Headers,de=ce[Ne],ge=!1,b=!1,H=S[xh]||{},X=(E={method:Yp,body:N},E[TS]=!0,E);S.headers&&Or(S.headers)[Ne]>0&&(ie(Or(H),function(fe){J.append(fe,H[fe])}),X[xh]=J),c?X.credentials=c:y&&a&&(X.credentials="include"),U&&(X.keepalive=!0,t+=de,a?S._sendReason===2&&(ge=!0,v&&(B+=eE)):ge=!0);var ue=new Request(B,X);try{ue[TS]=!0}catch{}if(!U&&n&&(k=Fr(function(fe,ve){O=fe,T=ve})),!B){V(I),O&&O(!1);return}function be(fe){C(I,a?0:400,{},a?ar:fe)}function ze(fe,ve,x){var te=fe[Js],re=o.fetchOnComplete;re&&we(re)?re(fe,I,x||ar,ve):C(I,te,{},x||ar)}try{Vr(fetch(a?B:ue,a?X:null),function(fe){if(U&&(t-=de,de=0),!b)if(b=!0,fe.rejected)be(fe.reason&&fe.reason[Xi]),T&&T(fe.reason);else{var ve=fe[js];try{!a&&!ve.ok?(be(ve.statusText),O&&O(!1)):a&&!ve.body?(ze(ve,null,ar),O&&O(!0)):Vr(ve.text(),function(x){ze(ve,S,x[js]),O&&O(!0)})}catch(x){be(ae(x)),T&&T(x)}}})}catch(fe){b||(be(ae(fe)),T&&T(fe))}return ge&&!b&&(b=!0,C(I,200,{}),O&&O(!0)),a&&!b&&S[No]>0&&m&&m.set(function(){b||(b=!0,C(I,500,{}),O&&O(!0))},S[No]),k}function Q(S,I,U){var E=Jt(),B=new XDomainRequest,ce=S[Eo];B.onload=function(){var J=_u(B),de=o&&o.xdrOnComplete;de&&we(de)?de(B,I,S):C(I,200,{},J)},B.onerror=function(){C(I,400,{},a?ar:rS(B))},B.ontimeout=function(){C(I,500,{})},B.onprogress=function(){};var N=E&&E.location&&E.location[By]||"",k=S[Qs];if(!k){V(I);return}if(!a&&k.lastIndexOf(N,0)!==0){var O="Cannot send XDomain request. The endpoint URL protocol doesn't match the hosting page protocol.";ee(i,2,40,". "+O),A(O,I);return}var T=a?k:k[Ji](/^(https?:)/,"");B.open(Yp,T),S[No]&&(B[No]=S[No]),B.send(ce),a&&U?m&&m.set(function(){B.send(ce)},0):B.send(ce)}function q(){t=0,r=!1,n=!1,i=null,a=null,o=null,s=null,c=null,u=null,f=!1,d=!1,h=!1,p=!1,v=!1,m=null}})}return e.__ieDyn=1,e}(),tE="on",nE="attachEvent",rE="addEventListener",iE="detachEvent",aE="removeEventListener",Lp="events",Vp="visibilitychange",Mu="pagehide",oE="unload",sE="beforeunload",lE=mn("aiEvtPageHide");mn("aiEvtPageShow");var jA=/\.[\.]+/g,zA=/[\.]+$/,KA=1,xu=_S("events"),qA=/^([^.]*)(?:\.(.+)|)/;function cE(e){return e&&e[Ji]?e[Ji](/^[\s\.]+|(?=[\s\.])[\.\s]+$/g,Fe):e}function Fp(e,t){var n;if(t){var r=Fe;Ae(t)?(r=Fe,ie(t,function(a){a=cE(a),a&&(a[0]!=="."&&(a="."+a),r+=a)})):r=cE(t),r&&(r[0]!=="."&&(r="."+r),e=(e||Fe)+r)}var i=qA.exec(e||Fe)||[];return n={},n[Lr]=i[1],n.ns=(i[2]||Fe).replace(jA,".").replace(zA,Fe)[So](".").sort().join("."),n}function uE(e,t,n){n===void 0&&(n=!0);var r=xu.get(e,Lp,{},n),i=r[t];return i||(i=r[t]=[]),i}function fE(e,t,n,r){e&&t&&t[Lr]&&(e[aE]?e[aE](t[Lr],n,r):e[iE]&&e[iE](tE+t[Lr],n))}function XA(e,t,n,r){var i=!1;return e&&t&&t[Lr]&&n&&(e[rE]?(e[rE](t[Lr],n,r),i=!0):e[nE]&&(e[nE](tE+t[Lr],n),i=!0)),i}function dE(e,t,n,r){for(var i=t[Ne];i--;){var a=t[i];a&&(!n.ns||n.ns===a.evtName.ns)&&(!r||r(a))&&(fE(e,a.evtName,a[Ph],a.capture),t[vo](i,1))}}function JA(e,t,n){if(t[Lr])dE(e,uE(e,t[Lr]),t,n);else{var r=xu.get(e,Lp,{});Me(r,function(i,a){dE(e,a,t,n)}),Or(r)[Ne]===0&&xu.kill(e,Lp)}}function gi(e,t){var n;return t?(Ae(t)?n=[e].concat(t):n=[e,t],n=Fp("xx",n).ns[So](".")):n=e,n}function $r(e,t,n,r,i){var a;i===void 0&&(i=!1);var o=!1;if(e)try{var s=Fp(t,r);if(o=XA(e,s,n,i),o&&xu.accept(e)){var c=(a={guid:KA++,evtName:s},a[Ph]=n,a.capture=i,a);uE(e,s.type)[He](c)}}catch{}return o}function Ao(e,t,n,r,i){if(i===void 0&&(i=!1),e)try{var a=Fp(t,r),o=!1;JA(e,a,function(s){return a.ns&&!n||s[Ph]===n?(o=!0,!0):!1}),o||fE(e,a,n,i)}catch{}}function QA(e,t,n){var r=!1,i=Jt();i&&(r=$r(i,e,t,n),r=$r(i.body,e,t,n)||r);var a=Ot();return a&&(r=$r(a,e,t,n)||r),r}function ZA(e,t,n){var r=Jt();r&&(Ao(r,e,t,n),Ao(r.body,e,t,n));var i=Ot();i&&Ao(i,e,t,n)}function Yu(e,t,n,r){var i=!1;return t&&e&&e[Ne]>0&&ie(e,function(a){a&&(!n||xt(n,a)===-1)&&(i=QA(a,t,r)||i)}),i}function eM(e,t,n,r){var i=!1;return t&&e&&Ae(e)&&(i=Yu(e,t,n,r),!i&&n&&n[Ne]>0&&(i=Yu(e,t,null,r))),i}function $p(e,t,n){e&&Ae(e)&&ie(e,function(r){r&&ZA(r,t,n)})}function tM(e,t,n){return eM([sE,oE,Mu],e,t,n)}function nM(e,t){$p([sE,oE,Mu],e,t)}function Bp(e,t,n){function r(o){var s=Ot();e&&s&&s.visibilityState==="hidden"&&e(o)}var i=gi(lE,n),a=Yu([Mu],e,t,i);return(!t||xt(t,Vp)===-1)&&(a=Yu([Vp],r,t,i)||a),!a&&t&&(a=Bp(e,null,n)),a}function rM(e,t){var n=gi(lE,t);$p([Mu],e,n),$p([Vp],null,n)}var hE="_aiHooks",pE=["req","rsp","hkErr","fnErr"];function Up(e,t){if(e)for(var n=0;n<e[Ne]&&!t(e[n],n);n++);}function Hp(e,t,n,r,i){i>=0&&i<=2&&Up(e,function(a,o){var s=a.cbks,c=s[pE[i]];if(c){t.ctx=function(){var d=r[o]=r[o]||{};return d};try{c[Ki](t.inst,n)}catch(d){var u=t.err;try{var f=s[pE[2]];f&&(t.err=d,f[Ki](t.inst,n))}catch{}finally{t.err=u}}}})}function iM(e){return function(){var t,n=this,r=arguments,i=e.h,a=(t={},t[Mr]=e.n,t.inst=n,t.ctx=null,t.set=u,t),o=[],s=c([a],r);a.evt=ct("event");function c(d,h){return Up(h,function(p){d[He](p)}),d}function u(d,h){r=c([],r),r[d]=h,s=c([a],r)}Hp(i,a,s,o,0);var f=e.f;if(f)try{a.rslt=f[Ki](n,r)}catch(d){throw a.err=d,Hp(i,a,s,o,3),d}return Hp(i,a,s,o,1),a.rslt}}function Gp(e,t,n,r){var i=null;return e&&(hn(e,t)?i=e:n&&(i=Gp(uP(e),t,r,!1))),i}function aM(e,t,n){return e?Wp(e[Jn],t,n,!1):null}function vE(e,t,n,r){var i=n&&n[hE];if(!i){i={i:0,n:t,f:n,h:[]};var a=iM(i);a[hE]=i,e[t]=a}var o={id:i.i,cbks:r,rm:function(){var s=this.id;Up(i.h,function(c,u){if(c.id===s)return i.h[vo](u,1),1})}};return i.i++,i.h[He](o),o}function Wp(e,t,n,r,i){if(r===void 0&&(r=!0),e&&t&&n){var a=Gp(e,t,r,i);if(a){var o=a[t];if(typeof o===Ry)return vE(a,t,o,n)}}return null}function Lu(e,t,n,r,i){if(e&&t&&n){var a=Gp(e,t,r,i)||e;if(a)return vE(a,t,a[t],n)}return null}var Vu="Microsoft_ApplicationInsights_BypassAjaxInstrumentation",_E="sampleRate",jp="ProcessLegacy",mE="http.method",zp="https://dc.services.visualstudio.com",Mo="/v2/track",or="not_specified",Kp="iKey",Qe=G1({requestContextHeader:[0,"Request-Context"],requestContextTargetKey:[1,"appId"],requestContextAppIdFormat:[2,"appId=cid-v1:"],requestIdHeader:[3,"Request-Id"],traceParentHeader:[4,"traceparent"],traceStateHeader:[5,"tracestate"],sdkContextHeader:[6,"Sdk-Context"],sdkContextHeaderAppIdRequest:[7,"appId"],requestContextHeaderLowerCase:[8,"request-context"]}),xo="split",Ce="length",hl="toLowerCase",oa="ingestionendpoint",Yo="toString",Fu="push",qp="removeItem",xn="name",yi="message",Lo="count",Xp="preTriggerDate",Jp="disabled",Qp="interval",gE="daysOfMonth",Zp="date",ev="getUTCDate",$u="stringify",tv="pathname",yE="correlationHeaderExcludePatterns",Vo="exceptions",Yn="parsedStack",sr="properties",Br="measurements",Fo="sizeInBytes",Ur="typeName",pl="severityLevel",nv="problemGroup",rv="isManual",SE="CreateFromInterface",$o="assembly",sa="fileName",Bu="hasFullStack",Uu="level",Bo="method",vl="line",Hu="duration",EE="receivedResponse";function TE(e,t,n){var r=t[Ce],i=oM(e,t);if(i[Ce]!==r){for(var a=0,o=i;n[o]!==void 0;)a++,o=Kn(i,0,147)+cM(a);i=o}return i}function oM(e,t){var n;return t&&(t=gt(Xt(t)),t[Ce]>150&&(n=Kn(t,0,150),ee(e,2,57,"name is too long. It has been truncated to 150 characters.",{name:t},!0))),n||t}function St(e,t,n){n===void 0&&(n=1024);var r;return t&&(n=n||1024,t=gt(Xt(t)),t[Ce]>n&&(r=Kn(t,0,n),ee(e,2,61,"string value is too long. It has been truncated to "+n+" characters.",{value:t},!0))),r||t}function Gu(e,t){return DE(e,t,2048,66)}function NE(e,t){var n;return t&&t[Ce]>32768&&(n=Kn(t,0,32768),ee(e,2,56,"message is too long, it has been truncated to 32768 characters.",{message:t},!0)),n||t}function sM(e,t){var n;if(t){var r=""+t;r[Ce]>32768&&(n=Kn(r,0,32768),ee(e,2,52,"exception is too long, it has been truncated to 32768 characters.",{exception:t},!0))}return n||t}function la(e,t){if(t){var n={};Me(t,function(r,i){if(qt(i)&&nl())try{i=Pn()[$u](i)}catch(a){ee(e,2,49,"custom property is not valid",{exception:a},!0)}i=St(e,i,8192),r=TE(e,r,n),n[r]=i}),t=n}return t}function ca(e,t){if(t){var n={};Me(t,function(r,i){r=TE(e,r,n),n[r]=i}),t=n}return t}function lM(e,t){return t&&DE(e,t,128,69)[Yo]()}function DE(e,t,n,r){var i;return t&&(t=gt(Xt(t)),t[Ce]>n&&(i=Kn(t,0,n),ee(e,2,r,"input is too long, it has been truncated to "+n+" characters.",{data:t},!0))),i||t}function cM(e){var t="00"+e;return ai(t,t[Ce]-3)}var wE=Ot()||{},bE=0,uM=[null,null,null,null,null];function iv(e){var t=bE,n=uM,r=n[t];return wE.createElement?n[t]||(r=n[t]=wE.createElement("a")):r={host:hM(e)},r.href=e,t++,t>=n[Ce]&&(t=0),bE=t,r}function fM(e){var t,n=iv(e);return n&&(t=n.href),t}function dM(e,t){return e?e.toUpperCase()+" "+t:t}function hM(e,t){var n=kE(e)||"";if(n){var r=n.match(/(www\d{0,5}\.)?([^\/:]{1,256})(:\d{1,20})?/i);if(r!=null&&r[Ce]>3&&Ee(r[2])&&r[2][Ce]>0)return r[2]+(r[3]||"")}return n}function kE(e,t){var n=null;if(e){var r=e.match(/(\w{1,150}):\/\/([^\/:]{1,256})(:\d{1,20})?/i);if(r!=null&&r[Ce]>2&&Ee(r[2])&&r[2][Ce]>0&&(n=r[2]||"",r[Ce]>2)){var i=(r[1]||"")[hl](),a=r[3]||"";(i==="http"&&a===":80"||i==="https"&&a===":443")&&(a=""),n+=a}}return n}var pM=[zp+Mo,"https://breeze.aimon.applicationinsights.io"+Mo,"https://dc-int.services.visualstudio.com"+Mo],vM="cid-v1:";function av(e){return xt(pM,e[hl]())!==-1}function CE(e,t,n){if(!t||e&&e.disableCorrelationHeaders)return!1;if(e&&e[yE]){for(var r=0;r<e.correlationHeaderExcludePatterns[Ce];r++)if(e[yE][r].test(t))return!1}var i=iv(t).host[hl]();if(i&&(Qt(i,":443")!==-1||Qt(i,":80")!==-1)&&(i=(kE(t)||"")[hl]()),(!e||!e.enableCorsCorrelation)&&i&&i!==n)return!1;var a=e&&e.correlationHeaderDomains;if(a){var o;if(ie(a,function(u){var f=new RegExp(u.toLowerCase().replace(/\\/g,"\\\\").replace(/\./g,"\\.").replace(/\*/g,".*"));o=o||f.test(i)}),!o)return!1}var s=e&&e.correlationHeaderExcludedDomains;if(!s||s[Ce]===0)return!0;for(var r=0;r<s[Ce];r++){var c=new RegExp(s[r].toLowerCase().replace(/\\/g,"\\\\").replace(/\./g,"\\.").replace(/\*/g,".*"));if(c.test(i))return!1}return i&&i[Ce]>0}function OE(e){if(e){var t=_M(e,Qe[1]);if(t&&t!==vM)return t}}function _M(e,t){if(e)for(var n=e[xo](","),r=0;r<n[Ce];++r){var i=n[r][xo]("=");if(i[Ce]===2&&i[0]===t)return i[1]}}function mM(e,t,n,r){var i,a=r,o=r;if(t&&t[Ce]>0){var s=iv(t);if(i=s.host,!a)if(s[tv]!=null){var c=s.pathname[Ce]===0?"/":s[tv];c.charAt(0)!=="/"&&(c="/"+c),o=s[tv],a=St(e,n?n+" "+c:c)}else a=St(e,t)}else i=r,a=r;return{target:i,name:a,data:o}}function Wu(){var e=Ir();if(e&&e.now&&e.timing){var t=e.now()+e.timing.navigationStart;if(t>0)return t}return Xn()}function Zt(e,t){var n=null;return e!==0&&t!==0&&!W(e)&&!W(t)&&(n=t-e),n}function ov(e,t){var n=e||{};return{getName:function(){return n[xn]},setName:function(r){t&&t.setName(r),n[xn]=r},getTraceId:function(){return n.traceID},setTraceId:function(r){t&&t.setTraceId(r),kp(r)&&(n.traceID=r)},getSpanId:function(){return n.parentID},setSpanId:function(r){t&&t.setSpanId(r),Cp(r)&&(n.parentID=r)},getTraceFlags:function(){return n.traceFlags},setTraceFlags:function(r){t&&t.setTraceFlags(r),n.traceFlags=r}}}var _l=My({LocalStorage:0,SessionStorage:1}),Si=void 0,Ei=void 0,RE="";function sv(){return zu()?ju(_l.LocalStorage):null}function ju(e){try{if(W(vn()))return null;var t=new Date()[Yo](),n=ct(e===_l.LocalStorage?"localStorage":"sessionStorage"),r=RE+t;n.setItem(r,t);var i=n.getItem(r)!==t;if(n[qp](r),!i)return n}catch{}return null}function lv(){return ml()?ju(_l.SessionStorage):null}function gM(){Si=!1,Ei=!1}function cv(e){RE=e||""}function yM(){Si=zu(!0),Ei=ml(!0)}function zu(e){return(e||Si===void 0)&&(Si=!!ju(_l.LocalStorage)),Si}function IE(e,t){var n=sv();if(n!==null)try{return n.getItem(t)}catch(r){Si=!1,ee(e,2,1,"Browser failed read of local storage. "+je(r),{exception:ae(r)})}return null}function PE(e,t,n){var r=sv();if(r!==null)try{return r.setItem(t,n),!0}catch(i){Si=!1,ee(e,2,3,"Browser failed write to local storage. "+je(i),{exception:ae(i)})}return!1}function SM(e,t){var n=sv();if(n!==null)try{return n[qp](t),!0}catch(r){Si=!1,ee(e,2,5,"Browser failed removal of local storage item. "+je(r),{exception:ae(r)})}return!1}function ml(e){return(e||Ei===void 0)&&(Ei=!!ju(_l.SessionStorage)),Ei}function uv(e,t){var n=lv();if(n!==null)try{return n.getItem(t)}catch(r){Ei=!1,ee(e,2,2,"Browser failed read of session storage. "+je(r),{exception:ae(r)})}return null}function AE(e,t,n){var r=lv();if(r!==null)try{return r.setItem(t,n),!0}catch(i){Ei=!1,ee(e,2,4,"Browser failed write to session storage. "+je(i),{exception:ae(i)})}return!1}function ME(e,t){var n=lv();if(n!==null)try{return n[qp](t),!0}catch(r){Ei=!1,ee(e,2,6,"Browser failed removal of session storage item. "+je(r),{exception:ae(r)})}return!1}var EM="appInsightsThrottle",TM=function(){function e(t,n){var r=this,i,a,o,s,c,u,f,d=!1,h=!1;v(),r._getDbgPlgTargets=function(){return[f]},r.getConfig=function(){return o},r.canThrottle=function(S){var I=M(S),U=m(S);return y(U,i,I)},r.isTriggered=function(S){return Q(S)},r.isReady=function(){return d},r.flush=function(S){try{var I=q(S);if(I&&I[Ce]>0){var U=I.slice(0);return f[S]=[],ie(U,function(E){p(E.msgID,E[yi],E.severity,!1)}),!0}}catch{}return!1},r.flushAll=function(){try{if(f){var S=!0;return Me(f,function(I){var U=r.flush(parseInt(I));S=S&&U}),S}}catch{}return!1},r.onReadyState=function(S,I){return I===void 0&&(I=!0),d=W(S)?!0:S,d&&I?r.flushAll():null},r.sendMessage=function(S,I,U){return p(S,I,U,!0)};function p(S,I,U,E){if(d){var B=R(S);if(!B)return;var ce=m(S),N=M(S),k=y(ce,i,N),O=!1,T=0,J=Q(S);try{k&&!J?(T=Math.min(ce.limit.maxSendNumber,N[Lo]+1),N[Lo]=0,O=!0,c[S]=!0,N[Xp]=new Date):(c[S]=k,N[Lo]+=1);var de=Y(S);C(a,de,N);for(var ge=0;ge<T;ge++)$(S,a,I,U)}catch{}return{isThrottled:O,throttleNum:T}}else if(E){var b=q(S);b[Fu]({msgID:S,message:I,severity:U})}return null}function v(){a=ta(t),c={},s={},f={},o={},_(109),u=ea(n)?n:"",t.addUnloadHook(vt(t.config,function(S){var I=S.cfg;i=zu();var U=I.throttleMgrCfg||{};Me(U,function(E,B){_(parseInt(E),B)})}))}function m(S){return o[S]||o[109]}function _(S,I){var U,E;try{var B=I||{},ce={};ce[Jp]=!!B[Jp];var N=B[Qp]||{};h=(N==null?void 0:N.daysOfMonth)&&(N==null?void 0:N.daysOfMonth[Ce])>0,ce[Qp]=g(N);var k={samplingRate:((U=B.limit)===null||U===void 0?void 0:U.samplingRate)||100,maxSendNumber:((E=B.limit)===null||E===void 0?void 0:E.maxSendNumber)||1};ce.limit=k,o[S]=ce}catch{}}function g(S){S=S||{};var I=S==null?void 0:S.monthInterval,U=S==null?void 0:S.dayInterval;return W(I)&&W(U)&&(S.monthInterval=3,h||(S[gE]=[28],h=!0)),S={monthInterval:S==null?void 0:S.monthInterval,dayInterval:S==null?void 0:S.dayInterval,daysOfMonth:S==null?void 0:S.daysOfMonth},S}function y(S,I,U){if(S&&!S[Jp]&&I&&ea(U)){var E=w(),B=U[Zp],ce=S[Qp],N=1;if(ce!=null&&ce.monthInterval){var k=(E.getUTCFullYear()-B.getUTCFullYear())*12+E.getUTCMonth()-B.getUTCMonth();N=K(ce.monthInterval,0,k)}var O=1;if(h)O=xt(ce[gE],E[ev]());else if(ce!=null&&ce.dayInterval){var T=Math.floor((E.getTime()-B.getTime())/864e5);O=K(ce.dayInterval,0,T)}return N>=0&&O>=0}return!1}function Y(S,I){var U=ea(I)?I:"";return S?EM+U+"-"+S:null}function A(S){try{if(S){var I=new Date;return S.getUTCFullYear()===I.getUTCFullYear()&&S.getUTCMonth()===I.getUTCMonth()&&S[ev]()===I[ev]()}}catch{}return!1}function V(S,I,U){try{var E={date:w(),count:0};if(S){var B=JSON.parse(S),ce={date:w(B[Zp])||E[Zp],count:B[Lo]||E[Lo],preTriggerDate:B.preTriggerDate?w(B[Xp]):void 0};return ce}else return C(I,U,E),E}catch{}return null}function w(S){try{if(S){var I=new Date(S);if(!isNaN(I.getDate()))return I}else return new Date}catch{}return null}function C(S,I,U){try{return PE(S,I,gt(JSON[$u](U)))}catch{}return!1}function K(S,I,U){return S<=0?1:U>=I&&(U-I)%S==0?Math.floor((U-I)/S)+1:-1}function $(S,I,U,E){ee(I,E||1,S,U)}function R(S){try{var I=m(S);return LP(1e6)<=I.limit.samplingRate}catch{}return!1}function M(S){try{var I=s[S];if(!I){var U=Y(S,u);I=V(IE(a,U),a,U),s[S]=I}return s[S]}catch{}return null}function Q(S){var I=c[S];if(W(I)){I=!1;var U=M(S);U&&(I=A(U[Xp])),c[S]=I}return c[S]}function q(S){return f=f||{},W(f[S])&&(f[S]=[]),f[S]}}return e}(),NM=";",DM="=";function xE(e){if(!e)return{};var t=e[xo](NM),n=v1(t,function(i,a){var o=a[xo](DM);if(o[Ce]===2){var s=o[0][hl](),c=o[1];i[s]=c}return i},{});if(Or(n)[Ce]>0){if(n.endpointsuffix){var r=n.location?n.location+".":"";n[oa]=n[oa]||"https://"+r+"dc."+n.endpointsuffix}n[oa]=n[oa]||zp,Ny(n[oa],"/")&&(n[oa]=n[oa].slice(0,-1))}return n}var wM=function(){function e(t,n,r){var i=this,a=this;a.ver=1,a.sampleRate=100,a.tags={},a[xn]=St(t,r)||or,a.data=n,a.time=bo(new Date),a.aiDataContract={time:1,iKey:1,name:1,sampleRate:function(){return i.sampleRate===100?4:1},tags:1,data:1}}return e}(),Ti=function(){function e(t,n,r,i){this.aiDataContract={ver:1,name:1,properties:0,measurements:0};var a=this;a.ver=2,a[xn]=St(t,n)||or,a[sr]=la(t,r),a[Br]=ca(t,i)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Event",e.dataType="EventData",e}(),bM="<no_method>",Uo="error",en="stack",fv="stackDetails",YE="errorSrc",dv="message",LE="description";function hv(e,t){var n=e;return n&&!Ee(n)&&(JSON&&JSON[$u]?(n=JSON[$u](e),t&&(!n||n==="{}")&&(we(e[Yo])?n=e[Yo]():n=""+e)):n=""+e+" - (Missing JSON.stringify)"),n||""}function VE(e,t){var n=e;return e&&(n&&!Ee(n)&&(n=e[dv]||e[LE]||n),n&&!Ee(n)&&(n=hv(n,!0)),e.filename&&(n=n+" @"+(e.filename||"")+":"+(e.lineno||"?")+":"+(e.colno||"?"))),t&&t!=="String"&&t!=="Object"&&t!=="Error"&&Qt(n||"",t)===-1&&(n=t+": "+n),n||""}function kM(e){try{if(qt(e))return"hasFullStack"in e&&"typeName"in e}catch{}return!1}function CM(e){try{if(qt(e))return"ver"in e&&"exceptions"in e&&"properties"in e}catch{}return!1}function FE(e){return e&&e.src&&Ee(e.src)&&e.obj&&Ae(e.obj)}function ua(e){var t=e||"";Ee(t)||(Ee(t[en])?t=t[en]:t=""+t);var n=t[xo](`
|
|
54
|
+
`);return{src:t,obj:n}}function OM(e){for(var t=[],n=e[xo](`
|
|
55
|
+
`),r=0;r<n[Ce];r++){var i=n[r];n[r+1]&&(i+="@"+n[r+1],r++),t[Fu](i)}return{src:e,obj:t}}function $E(e){var t=null;if(e)try{if(e[en])t=ua(e[en]);else if(e[Uo]&&e[Uo][en])t=ua(e[Uo][en]);else if(e.exception&&e.exception[en])t=ua(e.exception[en]);else if(FE(e))t=e;else if(FE(e[fv]))t=e[fv];else if(Jt()&&Jt().opera&&e[dv])t=OM(e[yi]);else if(e.reason&&e.reason[en])t=ua(e.reason[en]);else if(Ee(e))t=ua(e);else{var n=e[dv]||e[LE]||"";Ee(e[YE])&&(n&&(n+=`
|
|
56
|
+
`),n+=" from "+e[YE]),n&&(t=ua(n))}}catch(r){t=ua(r)}return t||{src:"",obj:null}}function RM(e){var t="";return e&&(e.obj?ie(e.obj,function(n){t+=n+`
|
|
57
|
+
`}):t=e.src||""),t}function IM(e){var t,n=e.obj;if(n&&n[Ce]>0){t=[];var r=0,i=0;ie(n,function(v){var m=v[Yo]();if(vv.regex.test(m)){var _=new vv(m,r++);i+=_[Fo],t[Fu](_)}});var a=32*1024;if(i>a)for(var o=0,s=t[Ce]-1,c=0,u=o,f=s;o<s;){var d=t[o][Fo],h=t[s][Fo];if(c+=d+h,c>a){var p=f-u+1;t.splice(u,p);break}u=o,f=s,o++,s--}}return t}function Ku(e){var t="";if(e&&(t=e.typeName||e[xn]||"",!t))try{var n=/function (.{1,200})\(/,r=n.exec(e.constructor[Yo]());t=r&&r[Ce]>1?r[1]:""}catch{}return t}function pv(e){if(e)try{if(!Ee(e)){var t=Ku(e),n=hv(e,!1);return(!n||n==="{}")&&(e[Uo]&&(e=e[Uo],t=Ku(e)),n=hv(e,!0)),Qt(n,t)!==0&&t!=="String"?t+":"+n:n}}catch{}return""+(e||"")}var yn=function(){function e(t,n,r,i,a,o){this.aiDataContract={ver:1,exceptions:1,severityLevel:0,properties:0,measurements:0};var s=this;s.ver=2,CM(n)?(s[Vo]=n[Vo]||[],s[sr]=n[sr],s[Br]=n[Br],n[pl]&&(s[pl]=n[pl]),n.id&&(s.id=n.id,n[sr].id=n.id),n[nv]&&(s[nv]=n[nv]),W(n[rv])||(s[rv]=n[rv])):(r||(r={}),o&&(r.id=o),s[Vo]=[new BE(t,n,r)],s[sr]=la(t,r),s[Br]=ca(t,i),a&&(s[pl]=a),o&&(s.id=o))}return e.CreateAutoException=function(t,n,r,i,a,o,s,c){var u,f=Ku(a||o||t);return u={},u[yi]=VE(t,f),u.url=n,u.lineNumber=r,u.columnNumber=i,u.error=pv(a||o||t),u.evt=pv(o||t),u[Ur]=f,u.stackDetails=$E(s||a||o),u.errorSrc=c,u},e.CreateFromInterface=function(t,n,r,i){var a=n[Vo]&&Bs(n[Vo],function(s){return BE[SE](t,s)}),o=new e(t,Bt(Bt({},n),{exceptions:a}),r,i);return o},e.prototype.toInterface=function(){var t,n=this,r=n.exceptions,i=n.properties,a=n.measurements,o=n.severityLevel,s=n.problemGroup,c=n.id,u=n.isManual,f=r instanceof Array&&Bs(r,function(d){return d.toInterface()})||void 0;return t={ver:"4.0"},t[Vo]=f,t.severityLevel=o,t.properties=i,t.measurements=a,t.problemGroup=s,t.id=c,t.isManual=u,t},e.CreateSimpleException=function(t,n,r,i,a,o){var s;return{exceptions:[(s={},s[Bu]=!0,s.message=t,s.stack=a,s.typeName=n,s)]}},e.envelopeType="Microsoft.ApplicationInsights.{0}.Exception",e.dataType="ExceptionData",e.formatError=pv,e}(),BE=function(){function e(t,n,r){this.aiDataContract={id:0,outerId:0,typeName:1,message:1,hasFullStack:0,stack:0,parsedStack:2};var i=this;if(kM(n))i[Ur]=n[Ur],i[yi]=n[yi],i[en]=n[en],i[Yn]=n[Yn]||[],i[Bu]=n[Bu];else{var a=n,o=a&&a.evt;jd(a)||(a=a[Uo]||o||a),i[Ur]=St(t,Ku(a))||or,i[yi]=NE(t,VE(n||a,i[Ur]))||or;var s=n[fv]||$E(n);i[Yn]=IM(s),Ae(i[Yn])&&Bs(i[Yn],function(c){c[$o]=St(t,c[$o]),c[sa]=St(t,c[sa])}),i[en]=sM(t,RM(s)),i.hasFullStack=Ae(i.parsedStack)&&i.parsedStack[Ce]>0,r&&(r[Ur]=r[Ur]||i[Ur])}}return e.prototype.toInterface=function(){var t,n=this,r=n[Yn]instanceof Array&&Bs(n[Yn],function(a){return a.toInterface()}),i=(t={id:n.id,outerId:n.outerId,typeName:n[Ur],message:n[yi],hasFullStack:n[Bu],stack:n[en]},t[Yn]=r||void 0,t);return i},e.CreateFromInterface=function(t,n){var r=n[Yn]instanceof Array&&Bs(n[Yn],function(a){return vv[SE](a)})||n[Yn],i=new e(t,Bt(Bt({},n),{parsedStack:r}));return i},e}(),vv=function(){function e(t,n){this.aiDataContract={level:1,method:1,assembly:0,fileName:0,line:0};var r=this;if(r[Fo]=0,typeof t=="string"){var i=t;r[Uu]=n,r[Bo]=bM,r[$o]=gt(i),r[sa]="",r[vl]=0;var a=i.match(e.regex);a&&a[Ce]>=5&&(r[Bo]=gt(a[2])||r[Bo],r[sa]=gt(a[4]),r[vl]=parseInt(a[5])||0)}else r[Uu]=t[Uu],r[Bo]=t[Bo],r[$o]=t[$o],r[sa]=t[sa],r[vl]=t[vl],r[Fo]=0;r.sizeInBytes+=r.method[Ce],r.sizeInBytes+=r.fileName[Ce],r.sizeInBytes+=r.assembly[Ce],r[Fo]+=e.baseSize,r.sizeInBytes+=r.level.toString()[Ce],r.sizeInBytes+=r.line.toString()[Ce]}return e.CreateFromInterface=function(t){return new e(t,null)},e.prototype.toInterface=function(){var t=this;return{level:t[Uu],method:t[Bo],assembly:t[$o],fileName:t[sa],line:t[vl]}},e.regex=/^([\s]+at)?[\s]{0,50}([^\@\()]+?)[\s]{0,50}(\@|\()([^\(\n]+):([0-9]+):([0-9]+)(\)?)$/,e.baseSize=58,e}(),PM=function(){function e(){this.aiDataContract={name:1,kind:0,value:1,count:0,min:0,max:0,stdDev:0},this.kind=0}return e}(),fa=function(){function e(t,n,r,i,a,o,s,c,u){this.aiDataContract={ver:1,metrics:1,properties:0};var f=this;f.ver=2;var d=new PM;d[Lo]=i>0?i:void 0,d.max=isNaN(o)||o===null?void 0:o,d.min=isNaN(a)||a===null?void 0:a,d[xn]=St(t,n)||or,d.value=r,d.stdDev=isNaN(s)||s===null?void 0:s,f.metrics=[d],f[sr]=la(t,c),f[Br]=ca(t,u)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Metric",e.dataType="MetricData",e}(),gl="";function Ni(e){(isNaN(e)||e<0)&&(e=0),e=Math.round(e);var t=gl+e%1e3,n=gl+Math.floor(e/1e3)%60,r=gl+Math.floor(e/(1e3*60))%60,i=gl+Math.floor(e/(1e3*60*60))%24,a=Math.floor(e/(1e3*60*60*24));return t=t[Ce]===1?"00"+t:t[Ce]===2?"0"+t:t,n=n[Ce]<2?"0"+n:n,r=r[Ce]<2?"0"+r:r,i=i[Ce]<2?"0"+i:i,(a>0?a+".":gl)+i+":"+r+":"+n+"."+t}function AM(e,t,n,r,i){return!i&&Ee(e)&&(e==="Script error."||e==="Script error")}var Di=function(){function e(t,n,r,i,a,o,s){this.aiDataContract={ver:1,name:0,url:0,duration:0,properties:0,measurements:0,id:0};var c=this;c.ver=2,c.id=lM(t,s),c.url=Gu(t,r),c[xn]=St(t,n)||or,isNaN(i)||(c[Hu]=Ni(i)),c[sr]=la(t,a),c[Br]=ca(t,o)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Pageview",e.dataType="PageviewData",e}(),da=function(){function e(t,n,r,i,a,o,s,c,u,f,d,h){u===void 0&&(u="Ajax"),this.aiDataContract={id:1,ver:1,name:0,resultCode:0,duration:0,success:0,data:0,target:0,type:0,properties:0,measurements:0,kind:0,value:0,count:0,min:0,max:0,stdDev:0,dependencyKind:0,dependencySource:0,commandName:0,dependencyTypeName:0};var p=this;p.ver=2,p.id=n,p[Hu]=Ni(a),p.success=o,p.resultCode=s+"",p.type=St(t,u);var v=mM(t,r,c,i);p.data=Gu(t,i)||v.data,p.target=St(t,v.target),f&&(p.target="".concat(p.target," | ").concat(f)),p[xn]=St(t,v[xn]),p[sr]=la(t,d),p[Br]=ca(t,h)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.RemoteDependency",e.dataType="RemoteDependencyData",e}(),Ho=function(){function e(t,n,r,i,a){this.aiDataContract={ver:1,message:1,severityLevel:0,properties:0};var o=this;o.ver=2,n=n||or,o[yi]=NE(t,n),o[sr]=la(t,i),o[Br]=ca(t,a),r&&(o[pl]=r)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.Message",e.dataType="MessageData",e}(),Go=function(){function e(t,n,r,i,a,o,s){this.aiDataContract={ver:1,name:0,url:0,duration:0,perfTotal:0,networkConnect:0,sentRequest:0,receivedResponse:0,domProcessing:0,properties:0,measurements:0};var c=this;c.ver=2,c.url=Gu(t,r),c[xn]=St(t,n)||or,c[sr]=la(t,a),c[Br]=ca(t,o),s&&(c.domProcessing=s.domProcessing,c[Hu]=s[Hu],c.networkConnect=s.networkConnect,c.perfTotal=s.perfTotal,c[EE]=s[EE],c.sentRequest=s.sentRequest)}return e.envelopeType="Microsoft.ApplicationInsights.{0}.PageviewPerformance",e.dataType="PageviewPerformanceData",e}(),ha=function(){function e(t,n){this.aiDataContract={baseType:1,baseData:1},this.baseType=t,this.baseData=n}return e}();function wi(e){var t="ai."+e+".";return function(n){return t+n}}var yl=wi("application"),Dt=wi("device"),qu=wi("location"),Wo=wi("operation"),_v=wi("session"),bi=wi("user"),pa=wi("cloud"),Sl=wi("internal"),UE=function(e){Ar(t,e);function t(){return e.call(this)||this}return t}(dP({applicationVersion:yl("ver"),applicationBuild:yl("build"),applicationTypeId:yl("typeId"),applicationId:yl("applicationId"),applicationLayer:yl("layer"),deviceId:Dt("id"),deviceIp:Dt("ip"),deviceLanguage:Dt("language"),deviceLocale:Dt("locale"),deviceModel:Dt("model"),deviceFriendlyName:Dt("friendlyName"),deviceNetwork:Dt("network"),deviceNetworkName:Dt("networkName"),deviceOEMName:Dt("oemName"),deviceOS:Dt("os"),deviceOSVersion:Dt("osVersion"),deviceRoleInstance:Dt("roleInstance"),deviceRoleName:Dt("roleName"),deviceScreenResolution:Dt("screenResolution"),deviceType:Dt("type"),deviceMachineName:Dt("machineName"),deviceVMName:Dt("vmName"),deviceBrowser:Dt("browser"),deviceBrowserVersion:Dt("browserVersion"),locationIp:qu("ip"),locationCountry:qu("country"),locationProvince:qu("province"),locationCity:qu("city"),operationId:Wo("id"),operationName:Wo("name"),operationParentId:Wo("parentId"),operationRootId:Wo("rootId"),operationSyntheticSource:Wo("syntheticSource"),operationCorrelationVector:Wo("correlationVector"),sessionId:_v("id"),sessionIsFirst:_v("isFirst"),sessionIsNew:_v("isNew"),userAccountAcquisitionDate:bi("accountAcquisitionDate"),userAccountId:bi("accountId"),userAgent:bi("userAgent"),userId:bi("id"),userStoreRegion:bi("storeRegion"),userAuthUserId:bi("authUserId"),userAnonymousUserAcquisitionDate:bi("anonUserAcquisitionDate"),userAuthenticatedUserAcquisitionDate:bi("authUserAcquisitionDate"),cloudName:pa("name"),cloudRole:pa("role"),cloudRoleVer:pa("roleVer"),cloudRoleInstance:pa("roleInstance"),cloudEnvironment:pa("environment"),cloudLocation:pa("location"),cloudDeploymentUnit:pa("deploymentUnit"),internalNodeName:Sl("nodeName"),internalSdkVersion:Sl("sdkVersion"),internalAgentVersion:Sl("agentVersion"),internalSnippet:Sl("snippet"),internalSdkSrc:Sl("sdkSrc")}));function ki(e,t,n,r,i,a){var o;n=St(r,n)||or,(W(e)||W(t)||W(n))&&on("Input doesn't contain all required fields");var s="";e[Kp]&&(s=e[Kp],delete e[Kp]);var c=(o={},o[xn]=n,o.time=bo(new Date),o.iKey=s,o.ext=a||{},o.tags=[],o.data={},o.baseType=t,o.baseData=e,o);return W(i)||Me(i,function(u,f){c.data[u]=f}),c}var sn={UserExt:"user",DeviceExt:"device",TraceExt:"trace",WebExt:"web",AppExt:"app",OSExt:"os",SessionExt:"ses",SDKExt:"sdk"},nt=new UE;function El(e){var t=null;if(we(Event))t=new Event(e);else{var n=Ot();n&&n.createEvent&&(t=n.createEvent("Event"),t.initEvent(e,!0,!0))}return t}function HE(e,t){Ao(e,null,null,t)}function MM(e){var t=Ot(),n=qn(),r=!1,i=[],a=1;n&&!W(n.onLine)&&!n.onLine&&(a=2);var o=0,s=h(),c=gi(mn("OfflineListener"),e);try{if(f(Jt())&&(r=!0),t){var u=t.body||t;u.ononline&&f(u)&&(r=!0)}}catch{r=!1}function f(Y){var A=!1;return Y&&(A=$r(Y,"online",m,c),A&&$r(Y,"offline",_,c)),A}function d(){return s}function h(){return!(o===2||a===2)}function p(){var Y=h();s!==Y&&(s=Y,ie(i,function(A){var V={isOnline:s,rState:a,uState:o};try{A(V)}catch{}}))}function v(Y){o=Y,p()}function m(){a=1,p()}function _(){a=2,p()}function g(){var Y=Jt();if(Y&&r){if(HE(Y,c),t){var A=t.body||t;st(A.ononline)||HE(A,c)}r=!1}}function y(Y){return i[Fu](Y),{rm:function(){var A=i.indexOf(Y);if(A>-1)return i.splice(A,1)}}}return{isOnline:d,isListening:function(){return r},unload:g,addListener:y,setOnlineState:v}}var Xu="AppInsightsPropertiesPlugin",GE="AppInsightsChannelPlugin",WE="ApplicationInsightsAnalytics",Ju="toString",mv="isStorageUseDisabled",jo="_addHook",Rt="core",Ci="dataType",va="envelopeType",ln="diagLog",_a="track",Qu="trackPageView",gv="trackPreviousPageVisit",ma="sendPageViewInternal",zo="startTime",Zu="properties",lr="duration",yv="sendPageViewPerformanceInternal",Sv="populatePageViewPerformanceEvent",Ko="href",jE="sendExceptionInternal",Ev="exception",Tl="error",Tv="_onerror",Nv="errorSrc",Dv="lineNumber",wv="columnNumber",zE="message",bv="CreateAutoException",ef="addTelemetryInitializer",xM="overridePageViewDuration",KE="autoTrackPageVisitTime",qE="isBrowserLinkTrackingEnabled",Nl="length",XE="enableAutoRouteTracking",JE="enableUnhandledPromiseRejectionTracking",kv="autoUnhandledPromiseInstrumented",Cv="getEntriesByType",QE="isPerformanceTimingSupported",ZE="getPerformanceTiming",tf="navigationStart",Ov="shouldCollectDuration",e0="isPerformanceTimingDataReady",Dl="responseStart",YM="requestStart",nf="loadEventEnd",Rv="responseEnd",rf="connectEnd",t0="pageVisitStartTime",LM=function(){function e(t,n,r,i){tt(e,this,function(a){var o=null,s=[],c=!1,u=!1,f;r&&(f=r.logger);function d(v){r&&r.flush(v,function(){})}function h(){o||(o=_n(function(){o=null;var v=s.slice(0),m=!1;s=[],ie(v,function(_){_()?m=!0:s.push(_)}),s[Nl]>0&&h(),m&&d(!0)},100))}function p(v){s.push(v),h()}a[Qu]=function(v,m){var _=v.name;if(W(_)||typeof _!="string"){var g=Ot();_=v.name=g&&g.title||""}var y=v.uri;if(W(y)||typeof y!="string"){var Y=rr();y=v.uri=Y&&Y[Ko]||""}if(!u){var A=Ir(),V=A&&A[Cv]&&A[Cv]("navigation");if(V&&V[0]&&!st(A.timeOrigin)){var w=V[0].loadEventStart;v[zo]=new Date(A.timeOrigin+w)}else{var C=(m||v[Zu]||{})[lr]||0;v[zo]=new Date(new Date().getTime()-C)}u=!0}if(!i[QE]()){t[ma](v,m),d(!0),fy()||ee(f,2,25,"trackPageView: navigation timing API used for calculation of page duration is not supported in this browser. This page view will be collected without duration and timing info.");return}var K=!1,$,R=i[ZE]()[tf];R>0&&($=Zt(R,+new Date),i[Ov]($)||($=void 0));var M;!W(m)&&!W(m[lr])&&(M=m[lr]),(n||!isNaN(M))&&(isNaN(M)&&(m||(m={}),m[lr]=$),t[ma](v,m),d(!0),K=!0);var Q=6e4;m||(m={}),p(function(){var q=!1;try{if(i[e0]()){q=!0;var S={name:_,uri:y};i[Sv](S),!S.isValid&&!K?(m[lr]=$,t[ma](v,m)):(K||(m[lr]=S.durationMs,t[ma](v,m)),c||(t[yv](S,m),c=!0))}else R>0&&Zt(R,+new Date)>Q&&(q=!0,K||(m[lr]=Q,t[ma](v,m)))}catch(I){ee(f,1,38,"trackPageView failed on page load calculation: "+je(I),{exception:ae(I)})}return q})},a.teardown=function(v,m){if(o){o.cancel(),o=null;var _=s.slice(0);s=[],ie(_,function(g){g()})}}})}return e.__ieDyn=1,e}(),VM=36e5,n0=["googlebot","adsbot-google","apis-google","mediapartners-google"];function r0(){var e=Ir();return e&&!!e.timing}function FM(){var e=Ir();return e&&e.getEntriesByType&&e.getEntriesByType("navigation")[Nl]>0}function $M(){var e=Ir(),t=e?e.timing:0;return t&&t.domainLookupStart>0&&t[tf]>0&&t[Dl]>0&&t[YM]>0&&t[nf]>0&&t[Rv]>0&&t[rf]>0&&t.domLoading>0}function i0(){return r0()?Ir().timing:null}function BM(){return FM()?Ir()[Cv]("navigation")[0]:null}function UM(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=qn()||{},r=n.userAgent,i=!1;if(r)for(var a=0;a<n0[Nl];a++)i=i||Qt(r.toLowerCase(),n0[a])!==-1;if(i)return!1;for(var a=0;a<e[Nl];a++)if(e[a]<0||e[a]>=VM)return!1;return!0}var HM=function(){function e(t){var n=ta(t);tt(e,this,function(r){r[Sv]=function(i){i.isValid=!1;var a=BM(),o=i0(),s=0,c=0,u=0,f=0,d=0;(a||o)&&(a?(s=a[lr],c=a[zo]===0?a[rf]:Zt(a[zo],a[rf]),u=Zt(a.requestStart,a[Dl]),f=Zt(a[Dl],a[Rv]),d=Zt(a.responseEnd,a[nf])):(s=Zt(o[tf],o[nf]),c=Zt(o[tf],o[rf]),u=Zt(o.requestStart,o[Dl]),f=Zt(o[Dl],o[Rv]),d=Zt(o.responseEnd,o[nf])),s===0?ee(n,2,10,"error calculating page view performance.",{total:s,network:c,request:u,response:f,dom:d}):r[Ov](s,c,u,f,d)?s<Math.floor(c)+Math.floor(u)+Math.floor(f)+Math.floor(d)?ee(n,2,8,"client performance math error.",{total:s,network:c,request:u,response:f,dom:d}):(i.durationMs=s,i.perfTotal=i[lr]=Ni(s),i.networkConnect=Ni(c),i.sentRequest=Ni(u),i.receivedResponse=Ni(f),i.domProcessing=Ni(d),i.isValid=!0):ee(n,2,45,"Invalid page load duration value. Browser perf data won't be sent.",{total:s,network:c,request:u,response:f,dom:d}))},r[ZE]=i0,r[QE]=r0,r[e0]=$M,r[Ov]=UM})}return e.__ieDyn=1,e}(),GM=function(){function e(t,n){var r="prevPageVisitData";tt(e,this,function(i){i[gv]=function(s,c){try{var u=a(s,c);u&&n(u.pageName,u.pageUrl,u.pageVisitTime)}catch(f){na(t,"Auto track page visit time failed, metric will not be collected: "+ae(f))}};function a(s,c){var u=null;try{if(u=o(),ml()){uv(t,r)!=null&&on("Cannot call startPageVisit consecutively without first calling stopPageVisit");var f=Pn().stringify(new WM(s,c));AE(t,r,f)}}catch(d){na(t,"Call to restart failed: "+ae(d)),u=null}return u}function o(){var s=null;try{if(ml()){var c=Xn(),u=uv(t,r);u&&nl()&&(s=Pn().parse(u),s.pageVisitTime=c-s[t0],ME(t,r))}}catch(f){na(t,"Stop page visit timer failed: "+ae(f)),s=null}return s}Ue(i,"_logger",{g:function(){return t}}),Ue(i,"pageVisitTimeTrackingHandler",{g:function(){return n}})})}return e.__ieDyn=1,e}(),WM=function(){function e(t,n){this[t0]=Xn(),this.pageName=t,this.pageUrl=n}return e}(),a0=function(){function e(t,n){var r=this,i={};r.start=function(a){typeof i[a]<"u"&&ee(t,2,62,"start was called more than once for this event without calling stop.",{name:a,key:a},!0),i[a]=+new Date},r.stop=function(a,o,s,c){var u=i[a];if(isNaN(u))ee(t,2,63,"stop was called without a corresponding start.",{name:a,key:a},!0);else{var f=+new Date,d=Zt(u,f);r.action(a,o,d,s,c)}delete i[a],i[a]=void 0}}return e}(),Gt,jM="event";function wl(e,t){e&&e.dispatchEvent&&t&&e.dispatchEvent(t)}function zM(e){if(e&&e.reason){var t=e.reason;return!Ee(t)&&we(t[Ju])?t[Ju]():ae(t)}return e||""}var o0=6e4,KM=oo((Gt={sessionRenewalMs:NS(s0,30*60*1e3),sessionExpirationMs:NS(s0,24*60*60*1e3),disableExceptionTracking:yt()},Gt[KE]=yt(),Gt[xM]=yt(),Gt[JE]=yt(),Gt[kv]=!1,Gt.samplingPercentage=Nu(qM,100),Gt[mv]=yt(),Gt[qE]=yt(),Gt[XE]=yt(),Gt.namePrefix=eA(),Gt.enableDebug=yt(),Gt.disableFlushOnBeforeUnload=yt(),Gt.disableFlushOnUnload=yt(!1,"disableFlushOnBeforeUnload"),Gt.expCfg=An({inclScripts:!1}),Gt));function s0(e,t){return e=e||t,e<o0&&(e=o0),+e}function qM(e){return!isNaN(e)&&e>0&&e<=100}function XM(e){st(e[mv])||(e[mv]?gM():yM())}var JM=function(e){Ar(t,e);function t(){var n=e.call(this)||this;n.identifier=WE,n.priority=180,n.autoRoutePVDelay=500;var r,i,a,o,s,c,u,f,d,h,p,v,m,_,g,y,Y,A,V;return tt(t,n,function(w,C){var K=C[jo];ce(),w.getCookieMgr=function(){return Np(w[Rt])},w.processTelemetry=function(N,k){w.processNext(N,k)},w.trackEvent=function(N,k){try{var O=ki(N,Ti[Ci],Ti[va],w[ln](),k);w[Rt][_a](O)}catch(T){B(2,39,"trackTrace failed, trace will not be collected: "+je(T),{exception:ae(T)})}},w.startTrackEvent=function(N){try{r.start(N)}catch(k){B(1,29,"startTrackEvent failed, event will not be collected: "+je(k),{exception:ae(k)})}},w.stopTrackEvent=function(N,k,O){try{r.stop(N,void 0,k,O)}catch(T){B(1,30,"stopTrackEvent failed, event will not be collected: "+je(T),{exception:ae(T)})}},w.trackTrace=function(N,k){try{var O=ki(N,Ho[Ci],Ho[va],w[ln](),k);w[Rt][_a](O)}catch(T){B(2,39,"trackTrace failed, trace will not be collected: "+je(T),{exception:ae(T)})}},w.trackMetric=function(N,k){try{var O=ki(N,fa[Ci],fa[va],w[ln](),k);w[Rt][_a](O)}catch(T){B(1,36,"trackMetric failed, metric will not be collected: "+je(T),{exception:ae(T)})}},w[Qu]=function(N,k){try{var O=N||{};a[Qu](O,Bt(Bt(Bt({},O.properties),O.measurements),k)),y&&s[gv](O.name,O.uri)}catch(T){B(1,37,"trackPageView failed, page view will not be collected: "+je(T),{exception:ae(T)})}},w[ma]=function(N,k,O){var T=Ot();if(T&&(N.refUri=N.refUri===void 0?T.referrer:N.refUri),W(N[zo])){var J=(k||N[Zu]||{})[lr]||0;N[zo]=new Date(new Date().getTime()-J)}var de=ki(N,Di[Ci],Di[va],w[ln](),k,O);w[Rt][_a](de)},w[yv]=function(N,k,O){var T=ki(N,Go[Ci],Go[va],w[ln](),k,O);w[Rt][_a](T)},w.trackPageViewPerformance=function(N,k){var O=N||{};try{o[Sv](O),w[yv](O,k)}catch(T){B(1,37,"trackPageViewPerformance failed, page view will not be collected: "+je(T),{exception:ae(T)})}},w.startTrackPage=function(N){try{if(typeof N!="string"){var k=Ot();N=k&&k.title||""}i.start(N)}catch(O){B(1,31,"startTrackPage failed, page view may not be collected: "+je(O),{exception:ae(O)})}},w.stopTrackPage=function(N,k,O,T){try{if(typeof N!="string"){var J=Ot();N=J&&J.title||""}if(typeof k!="string"){var de=rr();k=de&&de[Ko]||""}i.stop(N,k,O,T),y&&s[gv](N,k)}catch(ge){B(1,32,"stopTrackPage failed, page view will not be collected: "+je(ge),{exception:ae(ge)})}},w[jE]=function(N,k,O){var T,J=N&&(N[Ev]||N[Tl])||jd(N)&&N||{name:N&&typeof N,message:N||or};N=N||{};var de=new yn(w[ln](),J,N[Zu]||k,N.measurements,N.severityLevel,N.id).toInterface(),ge=Ot();if(ge&&(!((T=w.config.expCfg)===null||T===void 0)&&T.inclScripts)){var b=NA(ge);de[Zu].exceptionScripts=JSON.stringify(b)}var H=ki(de,yn[Ci],yn[va],w[ln](),k,O);w[Rt][_a](H)},w.trackException=function(N,k){N&&!N[Ev]&&N[Tl]&&(N[Ev]=N[Tl]);try{w[jE](N,k)}catch(O){B(1,35,"trackException failed, exception will not be collected: "+je(O),{exception:ae(O)})}},w[Tv]=function(N){var k=N&&N[Tl],O=N&&N.evt;try{if(!O){var T=Jt();T&&(O=T[jM])}var J=N&&N.url||(Ot()||{}).URL,de=N[Nv]||"window.onerror@"+J+":"+(N[Dv]||0)+":"+(N[wv]||0),ge={errorSrc:de,url:J,lineNumber:N[Dv]||0,columnNumber:N[wv]||0,message:N[zE]};AM(N.message,N.url,N.lineNumber,N.columnNumber,N[Tl])?Q(yn[bv]("Script error: The browser's same-origin policy prevents us from getting the details of this exception. Consider using the 'crossorigin' attribute.",J,N[Dv]||0,N[wv]||0,k,O,null,de),ge):(N[Nv]||(N[Nv]=de),w.trackException({exception:N,severityLevel:3},ge))}catch(H){var b=k?k.name+", "+k[zE]:"null";B(1,11,"_onError threw exception while logging error, error will not be collected: "+je(H),{exception:ae(H),errorString:b})}},w[ef]=function(N){if(w[Rt])return w[Rt][ef](N);c||(c=[]),c.push(N)},w.initialize=function(N,k,O,T){if(!w.isInitialized()){W(k)&&on("Error initializing"),C.initialize(N,k,O,T);try{V=gi(mn(w.identifier),k.evtNamespace&&k.evtNamespace()),c&&(ie(c,function(J){k[ef](J)}),c=null),$(N),o=new HM(w[Rt]),a=new LM(w,g.overridePageViewDuration,w[Rt],o),s=new GM(w[ln](),function(J,de,ge){return R(J,de,ge)}),r=new a0(w[ln](),"trackEvent"),r.action=function(J,de,ge,b,H){b||(b={}),H||(H={}),b.duration=ge[Ju](),w.trackEvent({name:J,properties:b,measurements:H})},i=new a0(w[ln](),"trackPageView"),i.action=function(J,de,ge,b,H){W(b)&&(b={}),b.duration=ge[Ju]();var X={name:J,uri:de,properties:b,measurements:H};w[ma](X,b)},Vc()&&(q(),S())}catch(J){throw w.setInitialized(!1),J}}},w._doTeardown=function(N,k){a&&a.teardown(N,k),Ao(window,null,null,V),ce()};function $(N){var k=w.identifier,O=w[Rt];w[jo](vt(N,function(){var T=Mn(null,N,O);g=T.getExtCfg(k,KM),y=g[KE],N.storagePrefix&&cv(N.storagePrefix),XM(g),u=g[qE],M()}))}function R(N,k,O){var T={PageName:N,PageUrl:k};w.trackMetric({name:"PageVisitTime",average:O,max:O,min:O,sampleCount:1},T)}function M(){if(!f&&u){var N=["/browserLinkSignalR/","/__browserLink/"],k=function(O){if(u&&O.baseType===da[Ci]){var T=O.baseData;if(T){for(var J=0;J<N[Nl];J++)if(T.target&&Qt(T.target,N[J])>=0)return!1}}return!0};w[jo](w[ef](k)),f=!0}}function Q(N,k){var O=ki(N,yn[Ci],yn[va],w[ln](),k);w[Rt][_a](O)}function q(){var N=Jt(),k=rr(!0);w[jo](vt(g,function(){p=g.disableExceptionTracking,!p&&!v&&!g.autoExceptionInstrumented&&(K(Lu(N,"onerror",{ns:V,rsp:function(O,T,J,de,ge,b){!p&&O.rslt!==!0&&w[Tv](yn[bv](T,J,de,ge,b,O.evt))}},!1)),v=!0)})),E(N,k)}function S(){var N=Jt(),k=rr(!0);w[jo](vt(g,function(){if(d=g[XE]===!0,N&&d&&!h&&u1()){var O=uy();we(O.pushState)&&we(O.replaceState)&&typeof Event!==bh&&U(N,O,k)}}))}function I(){var N=null;if(w[Rt]&&w[Rt].getTraceCtx&&(N=w[Rt].getTraceCtx(!1)),!N){var k=w[Rt].getPlugin(Xu);if(k){var O=k.plugin.context;O&&(N=ov(O.telemetryTrace))}}return N}function U(N,k,O){if(h)return;var T=g.namePrefix||"";function J(){d&&wl(N,El(T+"locationchange"))}function de(){if(A&&(Y=A),A=O&&O[Ko]||"",d){var ge=I();if(ge){ge.setTraceId(vi());var b="_unknown_";O&&O.pathname&&(b=O.pathname+(O.hash||"")),ge.setName(St(w[ln](),b))}_n((function(H){w[Qu]({refUri:H,properties:{duration:0}})}).bind(w,Y),w.autoRoutePVDelay)}}K(Lu(k,"pushState",{ns:V,rsp:function(){d&&(wl(N,El(T+"pushState")),wl(N,El(T+"locationchange")))}},!0)),K(Lu(k,"replaceState",{ns:V,rsp:function(){d&&(wl(N,El(T+"replaceState")),wl(N,El(T+"locationchange")))}},!0)),$r(N,T+"popstate",J,V),$r(N,T+"locationchange",de,V),h=!0}function E(N,k){w[jo](vt(g,function(){m=g[JE]===!0,v=v||g[kv],m&&!_&&(K(Lu(N,"onunhandledrejection",{ns:V,rsp:function(O,T){m&&O.rslt!==!0&&w[Tv](yn[bv](zM(T),k?k[Ko]:"",0,0,T,O.evt))}},!1)),g[kv]=_=!0)}))}function B(N,k,O,T,J){w[ln]().throwInternal(N,k,O,T,J)}function ce(){r=null,i=null,a=null,o=null,s=null,c=null,u=!1,f=!1,d=!1,h=!1,p=!1,v=!1,m=!1,_=!1,y=!1;var N=rr(!0);Y=N&&N[Ko]||"",A=null,V=null,g=null,Ue(w,"config",{g:function(){return g}})}Ue(w,"_pageViewManager",{g:function(){return a}}),Ue(w,"_pageViewPerformanceManager",{g:function(){return o}}),Ue(w,"_pageVisitTimeManager",{g:function(){return s}}),Ue(w,"_evtNamespace",{g:function(){return"."+V}})}),n}return t.Version="3.3.1",t}(Po),af="featureOptIn",l0="onCfgChangeReceive",c0="nonOverrideConfigs",u0="scheduleFetchTimeout";function f0(e,t,n,r){try{var i=n>r;i&&(e=null);var a=n==0?O1({},e):e;return a&&t&&!i&&Me(a,function(o){var s=t[o];s&&(qt(a[o])&&qt(s)?a[o]=f0(a[o],s,++n,r):delete a[o])}),a}catch{}return e}var qo="featureOptIn.",d0=".mode",h0=".onCfg",p0=".offCfg";function QM(e,t,n){var r;if(!t||!t.enabled)return null;var i=(t[af]||{})[e]||{mode:1},a=i.mode,o=i.onCfg,s=i.offCfg,c=(n||{})[e]||{mode:2},u=c.mode,f=c.onCfg,d=c.offCfg,h=!!c.blockCdnCfg,p=qo+e+d0,v=qo+e+h0,m=qo+e+p0,_=u,g=f,y=d;return h||(a===4||a===5?(_=a==4?3:2,g=o||f,y=s||d):a===2||u===2?(_=2,g=f||o,y=d||s):a===3?(_=3,g=f||o,y=d||s):a===1&&u===1&&(_=1)),r={},r[p]=_,r[v]=g,r[m]=y,r}function ZM(e,t){try{if(!e||!e.enabled)return null;if(!e[af])return e.config;var n=e[af],r=e.config||{};return Me(n,function(i){var a=QM(i,e,t.config[af]);W(a)||(Me(a,function(o,s){Ty(r,o,s)}),ex(i,a,r))}),r}catch{}return null}function ex(e,t,n){var r=t[qo+e+d0],i=t[qo+e+h0],a=t[qo+e+p0],o=null;r===3&&(o=i),r===2&&(o=a),o&&Me(o,function(s,c){Ty(n,s,c)})}var bl,tx="ai_cfgsync",v0="GET",nx=18e5,Xo=void 0,rx={instrumentationKey:!0,connectionString:!0,endpointUrl:!0},ix=oo((bl={syncMode:1,blkCdnCfg:Xo,customEvtName:Xo,cfgUrl:Xo,overrideSyncFn:Xo,overrideFetchFn:Xo},bl[l0]=Xo,bl[u0]=nx,bl[c0]=rx,bl)),ax=function(e){Ar(t,e);function t(){var n=e.call(this)||this;n.priority=198,n.identifier="AppInsightsCfgSyncPlugin";var r,i,a,o,s,c,u,f,d,h,p,v,m,_,g,y,Y=!1;return tt(t,n,function(A,V){w(),A.initialize=function(k,O,T,J){V.initialize(k,O,T,J),o=gi(mn(A.identifier),O.evtNamespace&&O.evtNamespace()),C(k)},A.getCfg=function(){return i},A.pause=function(){Y=!0,N()},A.resume=function(){Y=!1,ce()},A.setCfg=function(k){return K(k)},A.sync=function(k){return R(k)},A.updateEventListenerName=function(k){return M(k)},A._doTeardown=function(k,O){$(),N(),w()},A._getDbgPlgTargets=function(){return[f,u,a,d,m]};function w(){i=null,a=null,o=null,s=null,u=null,f=null,m=null,c=null,h=null,p=null,d=null,g=null,y=null,v=null}function C(k){var O=A.identifier,T=A.core;A._addHook(vt(k,function(){var J=Mn(null,k,T);r=J.getExtCfg(O,ix);var de=d;d=!!r.blkCdnCfg,!W(de)&&de!==d&&(!d&&s?_&&_(s,I,f):N()),W(u)&&(u=r.syncMode===2),W(f)&&(f=r.syncMode===1);var ge=r.customEvtName||tx;a!==ge&&(u?M(ge):($(),a=ge)),W(s)&&(s=r.cfgUrl),s||(i=k,f&&R())})),y=r.overrideSyncFn,g=r.overrideFetchFn,v=r[l0],m=r[c0],h=r[u0],_=Q(),p=0,s&&!d&&_&&_(s,I,f)}function K(k,O){if(k){if(i=k,O&&!Y)return R();if(u&&!Y)return A.core.updateCfg(k),!0}return!1}function $(){try{var k=vn();k&&Ao(k,null,null,o)}catch{}}function R(k){try{return y&&we(y)?y(i,k):MP(a,i,k)}catch{}return!1}function M(k){try{return $(),k&&(a=k,E()),!0}catch{}return!1}function Q(){var k=g;return W(k)&&(lp()?k=q:gu()&&(k=S)),k}function q(k,O,T){var J=vn(),de=J&&J.fetch||null;if(k&&de&&we(de))try{var ge={method:v0},b=new Request(k,ge);Vr(fetch(b),function(H){var X=H.value;H.rejected?U(O,400):X.ok?Vr(X.text(),function(ue){U(O,X.status,ue.value,T)}):U(O,X.status,null,T)})}catch{}}function S(k,O,T){try{var J=new XMLHttpRequest;J.open(v0,k),J.onreadystatechange=function(){J.readyState===XMLHttpRequest.DONE&&U(O,J.status,J.responseText,T)},J.onerror=function(){U(O,400)},J.ontimeout=function(){U(O,400)},J.send()}catch{}}function I(k,O,T){try{if(k>=200&&k<400&&O){p=0;var J=Pn();if(J){var de=J.parse(O),ge=ZM(de,A.core),b=ge&&$t(ge)&&B(ge);b&&K(b,T)}}else p++;p<3&&ce()}catch{}}function U(k,O,T,J){try{k(O,T,J)}catch{}}function E(){if(u){var k=vn();if(k)try{$r(k,a,function(O){var T=O&&O.detail;if(v&&T)v(T);else{var J=T&&T.cfg,de=J&&$t(J)&&B(J);de&&K(de)}},o,!0)}catch{}}}function B(k,O){var T=null;try{k&&(T=f0(k,m,0,5))}catch{}return T}function ce(){!c&&h&&(c=_n(function(){c=null,_(s,I,f)},h),c.unref())}function N(){c&&c.cancel(),c=null,p=0}A.processTelemetry=function(k,O){A.processNext(k,O)}}),n}return t.__ieDyn=1,t}(Po),ga="duration",It="tags",Iv="deviceType",Wt="data",Hr="name",kl="traceID",xe="length",Cl="stringify",ya="measurements",cr="dataType",Sa="envelopeType",Ea="toString",Ol="_get",Ta="enqueue",Na="count",_0="eventsLimitInMem",Gr="push",of="item",Pv="emitLineDelimitedJson",Jo="clear",Av="createNew",sf="markAsSent",Rl="clearSent",Mv="bufferOverride",xv="BUFFER_KEY",Oi="SENT_BUFFER_KEY",Qo="concat",Il="MAX_BUFFER_SIZE",Pl="triggerSend",Lt="diagLog",Yv="initialize",Al="_sender",Lv="customHeaders",m0="maxBatchSizeInBytes",Vv="onunloadDisableBeacon",Fv="isBeaconApiDisabled",g0="alwaysUseXhrOverride",$v="disableXhr",y0="enableSessionStorageBuffer",Ri="_buffer",S0="onunloadDisableFetch",E0="disableSendBeaconSplit",T0="instrumentationKey",N0="enableSendPromise",lf="getSenderInst",D0="unloadTransports",w0="convertUndefined",b0="maxBatchInterval",cf="serialize",Da="_onError",Bv="_onPartialSuccess",uf="_onSuccess",Uv="itemsReceived",Hv="itemsAccepted",Gv="oriPayload",Wv="baseType",ff="sampleRate",k0="eventsSendRequest",C0="getSamplingScore",ox="getHashCodeScore",jv="baseType",lt="baseData",kt="properties",O0="true";function _t(e,t,n){return et(e,t,n,Ac)}function sx(e,t,n){var r=n[It]=n[It]||{},i=t.ext=t.ext||{},a=t[It]=t[It]||[],o=i.user;o&&(_t(r,nt.userAuthUserId,o.authId),_t(r,nt.userId,o.id||o.localId));var s=i.app;s&&_t(r,nt.sessionId,s.sesId);var c=i.device;c&&(_t(r,nt.deviceId,c.id||c.localId),_t(r,nt[Iv],c.deviceClass),_t(r,nt.deviceIp,c.ip),_t(r,nt.deviceModel,c.model),_t(r,nt[Iv],c[Iv]));var u=t.ext.web;if(u){_t(r,nt.deviceLanguage,u.browserLang),_t(r,nt.deviceBrowserVersion,u.browserVer),_t(r,nt.deviceBrowser,u.browser);var f=n[Wt]=n[Wt]||{},d=f[lt]=f[lt]||{},h=d[kt]=d[kt]||{};_t(h,"domain",u.domain),_t(h,"isManual",u.isManual?O0:null),_t(h,"screenRes",u.screenRes),_t(h,"userConsent",u.userConsent?O0:null)}var p=i.os;p&&(_t(r,nt.deviceOS,p[Hr]),_t(r,nt.deviceOSVersion,p.osVer));var v=i.trace;v&&(_t(r,nt.operationParentId,v.parentID),_t(r,nt.operationName,St(e,v[Hr])),_t(r,nt.operationId,v[kl]));for(var m={},_=a[xe]-1;_>=0;_--){var g=a[_];Me(g,function(Y,A){m[Y]=A}),a.splice(_,1)}Me(a,function(Y,A){m[Y]=A});var y=Bt(Bt({},r),m);y[nt.internalSdkVersion]||(y[nt.internalSdkVersion]=St(e,"javascript:".concat(lx.Version),64)),n[It]=tS(y)}function Ii(e,t,n){W(e)||Me(e,function(r,i){Vs(i)?n[r]=i:Ee(i)?t[r]=i:nl()&&(t[r]=Pn()[Cl](i))})}function wa(e,t){W(e)||Me(e,function(n,r){e[n]=r||t})}function ba(e,t,n,r){var i=new wM(e,r,t);_t(i,"sampleRate",n[_E]),(n[lt]||{}).startTime&&(i.time=bo(n[lt].startTime)),i.iKey=n.iKey;var a=n.iKey.replace(/-/g,"");return i[Hr]=i[Hr].replace("{0}",a),sx(e,n,i),n[It]=n[It]||[],tS(i)}function ka(e,t){W(t[lt])&&ee(e,1,46,"telemetryItem.baseData cannot be null.")}var lx={Version:"3.3.1"};function cx(e,t,n){ka(e,t);var r=t[lt][ya]||{},i=t[lt][kt]||{};Ii(t[Wt],i,r),W(n)||wa(i,n);var a=t[lt];if(W(a))return na(e,"Invalid input for dependency data"),null;var o=a[kt]&&a[kt][mE]?a[kt][mE]:"GET",s=new da(e,a.id,a.target,a[Hr],a[ga],a.success,a.responseCode,o,a.type,a.correlationContext,i,r),c=new ha(da[cr],s);return ba(e,da[Sa],t,c)}function R0(e,t,n){ka(e,t);var r={},i={};t[jv]!==Ti[cr]&&(r.baseTypeSource=t[jv]),t[jv]===Ti[cr]?(r=t[lt][kt]||{},i=t[lt][ya]||{}):t[lt]&&Ii(t[lt],r,i),Ii(t[Wt],r,i),W(n)||wa(r,n);var a=t[lt][Hr],o=new Ti(e,a,r,i),s=new ha(Ti[cr],o);return ba(e,Ti[Sa],t,s)}function ux(e,t,n){ka(e,t);var r=t[lt][ya]||{},i=t[lt][kt]||{};Ii(t[Wt],i,r),W(n)||wa(i,n);var a=t[lt],o=yn.CreateFromInterface(e,a,i,r),s=new ha(yn[cr],o);return ba(e,yn[Sa],t,s)}function fx(e,t,n){ka(e,t);var r=t[lt],i=r[kt]||{},a=r[ya]||{};Ii(t[Wt],i,a),W(n)||wa(i,n);var o=new fa(e,r[Hr],r.average,r.sampleCount,r.min,r.max,r.stdDev,i,a),s=new ha(fa[cr],o);return ba(e,fa[Sa],t,s)}function dx(e,t,n){ka(e,t);var r,i=t[lt];!W(i)&&!W(i[kt])&&!W(i[kt][ga])?(r=i[kt][ga],delete i[kt][ga]):!W(t[Wt])&&!W(t[Wt][ga])&&(r=t[Wt][ga],delete t[Wt][ga]);var a=t[lt],o;((t.ext||{}).trace||{})[kl]&&(o=t.ext.trace[kl]);var s=a.id||o,c=a[Hr],u=a.uri,f=a[kt]||{},d=a[ya]||{};if(W(a.refUri)||(f.refUri=a.refUri),W(a.pageType)||(f.pageType=a.pageType),W(a.isLoggedIn)||(f.isLoggedIn=a.isLoggedIn[Ea]()),!W(a[kt])){var h=a[kt];Me(h,function(m,_){f[m]=_})}Ii(t[Wt],f,d),W(n)||wa(f,n);var p=new Di(e,c,u,r,f,d,s),v=new ha(Di[cr],p);return ba(e,Di[Sa],t,v)}function hx(e,t,n){ka(e,t);var r=t[lt],i=r[Hr],a=r.uri||r.url,o=r[kt]||{},s=r[ya]||{};Ii(t[Wt],o,s),W(n)||wa(o,n);var c=new Go(e,i,a,void 0,o,s,r),u=new ha(Go[cr],c);return ba(e,Go[Sa],t,u)}function px(e,t,n){ka(e,t);var r=t[lt].message,i=t[lt].severityLevel,a=t[lt][kt]||{},o=t[lt][ya]||{};Ii(t[Wt],a,o),W(n)||wa(a,n);var s=new Ho(e,r,i,a,o),c=new ha(Ho[cr],s);return ba(e,Ho[Sa],t,c)}var I0=function(){function e(t,n){var r=[],i=!1,a=n.maxRetryCnt;this[Ol]=function(){return r},this._set=function(o){return r=o,r},tt(e,this,function(o){o[Ta]=function(s){if(o[Na]()>=n[_0]){i||(ee(t,2,105,"Maximum in-memory buffer size reached: "+o[Na](),!0),i=!0);return}s.cnt=s.cnt||0,!(!W(a)&&s.cnt>a)&&r[Gr](s)},o[Na]=function(){return r[xe]},o.size=function(){for(var s=r[xe],c=0;c<r[xe];c++)s+=r[c].item[xe];return n[Pv]||(s+=2),s},o[Jo]=function(){r=[],i=!1},o.getItems=function(){return r.slice(0)},o.batchPayloads=function(s){if(s&&s[xe]>0){var c=[];ie(s,function(f){c[Gr](f[of])});var u=n[Pv]?c.join(`
|
|
58
|
+
`):"["+c.join(",")+"]";return u}return null},o[Av]=function(s,c,u){var f=r.slice(0);s=s||t,c=c||{};var d=u?new P0(s,c):new zv(s,c);return ie(f,function(h){d[Ta](h)}),d}})}return e.__ieDyn=1,e}(),zv=function(e){Ar(t,e);function t(n,r){var i=e.call(this,n,r)||this;return tt(t,i,function(a,o){a[sf]=function(s){o[Jo]()},a[Rl]=function(s){}}),i}return t.__ieDyn=1,t}(I0),vx=["AI_buffer","AI_sentBuffer"],P0=function(e){Ar(t,e);function t(r,i){var a=e.call(this,r,i)||this,o=!1,s=i==null?void 0:i.namePrefix,c=i[Mv]||{getItem:uv,setItem:AE},u=c.getItem,f=c.setItem,d=i.maxRetryCnt;return tt(t,a,function(h,p){var v=A(t[xv]),m=A(t[Oi]),_=C(),g=m[Qo](_),y=h._set(v[Qo](g));y[xe]>t[Il]&&(y[xe]=t[Il]),w(t[Oi],[]),w(t[xv],y),h[Ta]=function($){if(h[Na]()>=t[Il]){o||(ee(r,2,67,"Maximum buffer size reached: "+h[Na](),!0),o=!0);return}$.cnt=$.cnt||0,!(!W(d)&&$.cnt>d)&&(p[Ta]($),w(t.BUFFER_KEY,h[Ol]()))},h[Jo]=function(){p[Jo](),w(t.BUFFER_KEY,h[Ol]()),w(t[Oi],[]),o=!1},h[sf]=function($){w(t[xv],h._set(Y($,h[Ol]())));var R=A(t[Oi]);R instanceof Array&&$ instanceof Array&&(R=R[Qo]($),R[xe]>t[Il]&&(ee(r,1,67,"Sent buffer reached its maximum size: "+R[xe],!0),R[xe]=t[Il]),w(t[Oi],R))},h[Rl]=function($){var R=A(t[Oi]);R=Y($,R),w(t[Oi],R)},h[Av]=function($,R,M){M=!!M;var Q=h[Ol]().slice(0),q=A(t[Oi]).slice(0);$=$||r,R=R||{},h[Jo]();var S=M?new t($,R):new zv($,R);return ie(Q,function(I){S[Ta](I)}),M&&S[sf](q),S};function Y($,R){var M=[],Q=[];return ie($,function(q){Q[Gr](q[of])}),ie(R,function(q){!we(q)&&xt(Q,q[of])===-1&&M[Gr](q)}),M}function A($){var R=$;return R=s?s+"_"+R:R,V(R)}function V($){try{var R=u(r,$);if(R){var M=Pn().parse(R);if(Ee(M)&&(M=Pn().parse(M)),M&&Ae(M))return M}}catch(Q){ee(r,1,42," storage key: "+$+", "+je(Q),{exception:ae(Q)})}return[]}function w($,R){var M=$;try{M=s?s+"_"+M:M;var Q=JSON[Cl](R);f(r,M,Q)}catch(q){f(r,M,JSON[Cl]([])),ee(r,2,41," storage key: "+M+", "+je(q)+". Buffer cleared",{exception:ae(q)})}}function C(){var $=[];try{return ie(vx,function(R){var M=K(R);if($=$[Qo](M),s){var Q=s+"_"+R,q=K(Q);$=$[Qo](q)}}),$}catch(R){ee(r,2,41,"Transfer events from previous buffers: "+je(R)+". previous Buffer items can not be removed",{exception:ae(R)})}return[]}function K($){try{var R=V($),M=[];return ie(R,function(Q){var q={item:Q,cnt:0};M[Gr](q)}),ME(r,$),M}catch{}return[]}}),a}var n;return n=t,t.VERSION="_1",t.BUFFER_KEY="AI_buffer"+n.VERSION,t.SENT_BUFFER_KEY="AI_sentBuffer"+n.VERSION,t.MAX_BUFFER_SIZE=2e3,t}(I0),_x=function(){function e(t){tt(e,this,function(n){n[cf]=function(o){var s=r(o,"root");try{return Pn()[Cl](s)}catch(c){ee(t,1,48,c&&we(c[Ea])?c[Ea]():"Error serializing object",null,!0)}};function r(o,s){var c="__aiCircularRefCheck",u={};if(!o)return ee(t,1,48,"cannot serialize object because it is null or undefined",{name:s},!0),u;if(o[c])return ee(t,2,50,"Circular reference detected while serializing object",{name:s},!0),u;if(!o.aiDataContract){if(s==="measurements")u=a(o,"number",s);else if(s==="properties")u=a(o,"string",s);else if(s==="tags")u=a(o,"string",s);else if(Ae(o))u=i(o,s);else{ee(t,2,49,"Attempting to serialize an object which does not implement ISerializable",{name:s},!0);try{Pn()[Cl](o),u=o}catch(f){ee(t,1,48,f&&we(f[Ea])?f[Ea]():"Error serializing object",null,!0)}}return u}return o[c]=!0,Me(o.aiDataContract,function(f,d){var h=we(d)?d()&1:d&1,p=we(d)?d()&4:d&4,v=d&2,m=o[f]!==void 0,_=qt(o[f])&&o[f]!==null;if(h&&!m&&!v)ee(t,1,24,"Missing required field specification. The field is required but not present on source",{field:f,name:s});else if(!p){var g=void 0;_?v?g=i(o[f],f):g=r(o[f],f):g=o[f],g!==void 0&&(u[f]=g)}}),delete o[c],u}function i(o,s){var c;if(o)if(!Ae(o))ee(t,1,54,`This field was specified as an array in the contract but the item is not an array.\r
|
|
59
|
+
`,{name:s},!0);else{c=[];for(var u=0;u<o[xe];u++){var f=o[u],d=r(f,s+"["+u+"]");c[Gr](d)}}return c}function a(o,s,c){var u;return o&&(u={},Me(o,function(f,d){if(s==="string")d===void 0?u[f]="undefined":d===null?u[f]="null":d[Ea]?u[f]=d[Ea]():u[f]="invalid field: toString() is not defined.";else if(s==="number")if(d===void 0)u[f]="undefined";else if(d===null)u[f]="null";else{var h=parseFloat(d);u[f]=h}else u[f]="invalid field: "+c+" is of unknown type.",ee(t,1,u[f],null,!0)})),u}})}return e.__ieDyn=1,e}(),mx=8,gx=function(){function e(){}return e.prototype.getHashCodeScore=function(t){var n=this.getHashCode(t)/e.INT_MAX_VALUE;return n*100},e.prototype.getHashCode=function(t){if(t==="")return 0;for(;t[xe]<mx;)t=t[Qo](t);for(var n=5381,r=0;r<t[xe];++r)n=(n<<5)+n+t.charCodeAt(r),n=n&n;return Math.abs(n)},e.INT_MAX_VALUE=2147483647,e}(),yx=function(){function e(){var t=this,n=new gx,r=new UE;t[C0]=function(i){var a=0;return i[It]&&i[It][r.userId]?a=n.getHashCodeScore(i[It][r.userId]):i.ext&&i.ext.user&&i.ext.user.id?a=n[ox](i.ext.user.id):i[It]&&i[It][r.operationId]?a=n.getHashCodeScore(i[It][r.operationId]):i.ext&&i.ext.telemetryTrace&&i.ext.telemetryTrace[kl]?a=n.getHashCodeScore(i.ext.telemetryTrace[kl]):a=Math.random()*100,a}}return e}(),Sx=function(){function e(t,n){this.INT_MAX_VALUE=2147483647;var r=n||ta(null);(t>100||t<0)&&(r.throwInternal(2,58,"Sampling rate is out of range (0..100). Sampling will be disabled, you may be sending too much data which may affect your AI service level.",{samplingRate:t},!0),t=100),this[ff]=t,this.samplingScoreGenerator=new yx}return e.prototype.isSampledIn=function(t){var n=this[ff],r=!1;return n==null||n>=100||t.baseType===fa[cr]?!0:(r=this.samplingScoreGenerator[C0](t)<n,r)},e}(),at,Wr,ur=void 0,A0="",Ex=65e3;function M0(e){try{return e.responseText}catch{}return null}function Tx(e){return e&&e.sendPOST}var x0=oo((at={endpointUrl:Nu(Ac,zp+Mo)},at[Pv]=yt(),at[b0]=15e3,at[m0]=102400,at.disableTelemetry=yt(),at[y0]=yt(!0),at.isRetryDisabled=yt(),at[Fv]=yt(!0),at[E0]=yt(!0),at[$v]=yt(),at[S0]=yt(),at[Vv]=yt(),at[T0]=ur,at.namePrefix=ur,at.samplingPercentage=Nu(Nx,100),at[Lv]=ur,at[w0]=ur,at[_0]=1e4,at[Mv]=!1,at.httpXHROverride={isVal:Tx,v:ur},at[g0]=yt(),at.transports=ur,at.retryCodes=ur,at.maxRetryCnt={isVal:Vs,v:10},at));function Nx(e){return!isNaN(e)&&e>0&&e<=100}var Dx=(Wr={},Wr[Ti.dataType]=R0,Wr[Ho.dataType]=px,Wr[Di.dataType]=dx,Wr[Go.dataType]=hx,Wr[yn.dataType]=ux,Wr[fa.dataType]=fx,Wr[da.dataType]=cx,Wr),wx=function(e){Ar(t,e);function t(){var n=e.call(this)||this;n.priority=1001,n.identifier=GE;var r,i,a,o,s,c,u,f,d=0,h,p,v,m,_,g,y,Y,A,V,w,C,K,$,R,M,Q,q,S,I,U,E,B,ce,N,k,O;return tt(t,n,function(T,J){Va(),T.pause=function(){Ke(),o=!0},T.resume=function(){o&&(o=!1,i=null,P(),Re())},T.flush=function(D,L,oe){if(D===void 0&&(D=!0),!o){Ke();try{return T[Pl](D,null,oe||1)}catch(se){ee(T[Lt](),1,22,"flush failed, telemetry will not be collected: "+je(se),{exception:ae(se)})}}},T.onunloadFlush=function(){if(!o)if(y||I)try{return T[Pl](!0,G,2)}catch(D){ee(T[Lt](),1,20,"failed to flush with beacon sender on page unload, telemetry will not be collected: "+je(D),{exception:ae(D)})}else T.flush(!1)},T.addHeader=function(D,L){f[D]=L},T[Yv]=function(D,L,oe,se){T.isInitialized()&&ee(T[Lt](),1,28,"Sender is already initialized"),J[Yv](D,L,oe,se);var De=T.identifier;c=new _x(L.logger),r=0,i=null,a=0,T[Al]=null,u=0;var Te=T[Lt]();v=gi(mn("Sender"),L.evtNamespace&&L.evtNamespace()),p=MM(v),T._addHook(vt(D,function(Ie){var ut=Ie.cfg;ut.storagePrefix&&cv(ut.storagePrefix);var Dn=Mn(null,ut,L),Pe=Dn.getExtCfg(De,x0);Ue(T,"_senderConfig",{g:function(){return Pe}}),L.activeStatus()===li.PENDING?T.pause():L.activeStatus()===li.ACTIVE&&T.resume(),_!==Pe.endpointUrl&&(m=_=Pe.endpointUrl),V&&V!==Pe[Lv]&&ie(V,function(Pt){delete f[Pt.header]}),g=Pe[m0],y=(Pe[Vv]===!1||Pe[Fv]===!1)&&rl(),Y=Pe[Vv]===!1&&rl(),A=Pe[Fv]===!1&&rl(),I=Pe[g0],U=!!Pe[$v],O=Pe.retryCodes;var w_=Pe[Mv],hs=!!Pe[y0]&&(!!w_||ml()),OT=Pe.namePrefix,kY=hs!==M||hs&&q!==OT||hs&&Q!==w_;if(T[Ri]){if(kY)try{T._buffer=T._buffer[Av](Te,Pe,hs)}catch(Pt){ee(T[Lt](),1,12,"failed to transfer telemetry to different buffer storage, telemetry will be lost: "+je(Pt),{exception:ae(Pt)})}P()}else T[Ri]=hs?new P0(Te,Pe):new zv(Te,Pe);q=OT,M=hs,Q=w_,E=!Pe[S0]&&lp(!0),N=!!Pe[E0],T._sample=new Sx(Pe.samplingPercentage,Te),C=Pe[T0],tn(C,ut)||ee(Te,1,100,"Invalid Instrumentation key "+C),V=Pe[Lv],Ee(m)&&!av(m)&&V&&V[xe]>0?ie(V,function(Pt){n.addHeader(Pt.header,Pt.value)}):V=null,S=Pe[N0];var RT=ge();k?k.SetConfig(RT):(k=new WA,k[Yv](RT,Te));var Pf=Pe.httpXHROverride,Af=null,ql=null,CY=iS([3,1,2],Pe.transports);Af=k&&k[lf](CY,!1);var b_=k&&k.getFallbackInst();B=function(Pt,Fa){return _e(b_,Pt,Fa)},ce=function(Pt,Fa){return _e(b_,Pt,Fa,!1)},Af=I?Pf:Af||Pf||b_,T[Al]=function(Pt,Fa){return _e(Af,Pt,Fa)},E&&(h=ye);var k_=iS([3,1],Pe[D0]);E||(k_=k_.filter(function(Pt){return Pt!==2})),ql=k&&k[lf](k_,!0),ql=I?Pf:ql||Pf,(I||Pe[D0]||!h)&&ql&&(h=function(Pt,Fa){return _e(ql,Pt,Fa)}),h||(h=B),w=Pe.disableTelemetry,K=Pe[w0]||ur,$=Pe.isRetryDisabled,R=Pe[b0]}))},T.processTelemetry=function(D,L){var oe;L=T._getTelCtx(L);var se=L[Lt]();try{var De=ze(D,se);if(!De)return;var Te=fe(D,se);if(!Te)return;var Ie=c[cf](Te),ut=T[Ri];P(Ie);var Dn=(oe={},oe[of]=Ie,oe.cnt=0,oe);ut[Ta](Dn),Re()}catch(Pe){ee(se,2,12,"Failed adding telemetry to the sender's buffer, some telemetry will be lost: "+je(Pe),{exception:ae(Pe)})}T.processNext(D,L)},T.isCompletelyIdle=function(){return!o&&d===0&&T._buffer[Na]()===0},T._xhrReadyStateChange=function(D,L,oe){if(!he(L))return b(D,L,oe)},T[Pl]=function(D,L,oe){D===void 0&&(D=!0);var se;if(!o)try{var De=T[Ri];if(w)De[Jo]();else{if(De[Na]()>0){var Te=De.getItems();$n(oe||0,D),L?se=L.call(T,Te,D):se=T[Al](Te,D)}a=+new Date}Ke()}catch(ut){var Ie=cS();(!Ie||Ie>9)&&ee(T[Lt](),1,40,"Telemetry transmission failed, some telemetry will be lost: "+je(ut),{exception:ae(ut)})}return se},T.getOfflineSupport=function(){var D;return D={getUrl:function(){return m},createPayload:te},D[cf]=ve,D.batch=x,D.shouldProcess=function(L){return!!ze(L)},D},T._doTeardown=function(D,L){T.onunloadFlush(),Co(p,!1),Va()},T[Da]=function(D,L,oe){if(!he(D))return H(D,L)},T[Bv]=function(D,L){if(!he(D))return X(D,L)},T[uf]=function(D,L){if(!he(D))return ue(D)},T._xdrOnLoad=function(D,L){if(!he(L))return de(D,L)};function de(D,L){var oe=M0(D);if(D&&(oe+""=="200"||oe===""))r=0,T[uf](L,0);else{var se=xp(oe);se&&se[Uv]&&se[Uv]>se[Hv]&&!$?T[Bv](L,se):T[Da](L,rS(D))}}function ge(){var D;try{var L={xdrOnComplete:function(se,De,Te){var Ie=be(Te);if(Ie)return de(se,Ie)},fetchOnComplete:function(se,De,Te,Ie){var ut=be(Ie);if(ut)return F(se.status,ut,se.url,ut[xe],se.statusText,Te||"")},xhrOnComplete:function(se,De,Te){var Ie=be(Te);if(Ie)return b(se,Ie,Ie[xe])},beaconOnRetry:function(se,De,Te){return Z(se,De,Te)}},oe=(D={},D[N0]=S,D.isOneDs=!1,D.disableCredentials=!1,D[$v]=U,D.disableBeacon=!A,D.disableBeaconSync=!Y,D.senderOnCompleteCallBack=L,D);return oe}catch{}return null}function b(D,L,oe){D.readyState===4&&F(D.status,L,D.responseURL,oe,mu(D),M0(D)||D.response)}function H(D,L,oe){ee(T[Lt](),2,26,"Failed to send telemetry.",{message:L}),T._buffer&&T._buffer[Rl](D)}function X(D,L){for(var oe=[],se=[],De=L.errors.reverse(),Te=0,Ie=De;Te<Ie.length;Te++){var ut=Ie[Te],Dn=D.splice(ut.index,1)[0];Et(ut.statusCode)?se[Gr](Dn):oe[Gr](Dn)}D[xe]>0&&T[uf](D,L[Hv]),oe[xe]>0&&T[Da](oe,mu(null,["partial success",L[Hv],"of",L.itemsReceived].join(" "))),se[xe]>0&&(ke(se),ee(T[Lt](),2,40,"Partial success. Delivered: "+D[xe]+", Failed: "+oe[xe]+". Will retry to send "+se[xe]+" our of "+L[Uv]+" items"))}function ue(D,L){T._buffer&&T._buffer[Rl](D)}function be(D){try{if(D){var L=D,oe=L[Gv];return oe&&oe[xe]?oe:null}}catch{}return null}function ze(D,L){if(w)return!1;if(!D)return L&&ee(L,1,7,"Cannot send empty telemetry"),!1;if(D.baseData&&!D[Wv])return L&&ee(L,1,70,"Cannot send telemetry without baseData and baseType"),!1;if(D[Wv]||(D[Wv]="EventData"),!T[Al])return L&&ee(L,1,28,"Sender was not initialized"),!1;if(re(D))D[_E]=T._sample[ff];else return L&&ee(L,2,33,"Telemetry item was sampled out and not sent",{SampleRate:T._sample[ff]}),!1;return!0}function fe(D,L){var oe=D.iKey||C,se=t.constructEnvelope(D,oe,L,K);if(!se){ee(L,1,47,"Unable to create an AppInsights envelope");return}var De=!1;if(D[It]&&D[It][jp]&&(ie(D[It][jp],function(Te){try{Te&&Te(se)===!1&&(De=!0,na(L,"Telemetry processor check returns false"))}catch(Ie){ee(L,1,64,"One of telemetry initializers failed, telemetry item will not be sent: "+je(Ie),{exception:ae(Ie)},!0)}}),delete D[It][jp]),!De)return se}function ve(D){var L=A0,oe=T[Lt]();try{var se=ze(D,oe),De=null;se&&(De=fe(D,oe)),De&&(L=c[cf](De))}catch{}return L}function x(D){var L=A0;return D&&D[xe]&&(L="["+D.join(",")+"]"),L}function te(D){var L,oe=$e();return L={urlString:m},L[Wt]=D,L.headers=oe,L}function re(D){return T._sample.isSampledIn(D)}function pe(D,L,oe,se){L===200&&D?T._onSuccess(D,D[xe]):se&&T[Da](D,se)}function _e(D,L,oe,se){se===void 0&&(se=!0);var De=function(ut,Dn,Pe){return pe(L,ut,Dn,Pe)},Te=Xe(L),Ie=D&&D.sendPOST;return Ie&&Te?(se&&T._buffer[sf](L),Ie(Te,De,!oe)):null}function Xe(D){var L;if(Ae(D)&&D[xe]>0){var oe=T[Ri].batchPayloads(D),se=$e(),De=(L={},L[Wt]=oe,L.urlString=m,L.headers=se,L.disableXhrSync=U,L.disableFetchKeepAlive=!E,L[Gv]=D,L);return De}return null}function $e(){try{var D=f||{};return av(m)&&(D[Qe[6]]=Qe[7]),D}catch{}return null}function P(D){var L=D?D[xe]:0;return T[Ri].size()+L>g?((!p||p.isOnline())&&T[Pl](!0,null,10),!0):!1}function F(D,L,oe,se,De,Te){var Ie=null;if(T._appId||(Ie=xp(Te),Ie&&Ie.appId&&(T._appId=Ie.appId)),(D<200||D>=300)&&D!==0){if((D===301||D===307||D===308)&&!j(oe)){T[Da](L,De);return}if(p&&!p.isOnline()){if(!$){var ut=10;ke(L,ut),ee(T[Lt](),2,40,". Offline - Response Code: ".concat(D,". Offline status: ").concat(!p.isOnline(),". Will retry to send ").concat(L.length," items."))}return}!$&&Et(D)?(ke(L),ee(T[Lt](),2,40,". Response code "+D+". Will retry to send "+L[xe]+" items.")):T[Da](L,De)}else j(oe),D===206?(Ie||(Ie=xp(Te)),Ie&&!$?T[Bv](L,Ie):T[Da](L,De)):(r=0,T[uf](L,se))}function j(D){return u>=10?!1:!W(D)&&D!==""&&D!==m?(m=D,++u,!0):!1}function G(D,L){if(h)h(D,!1);else{var oe=k&&k[lf]([3],!0);return _e(oe,D,L)}}function Z(D,L,oe){var se=D,De=se&&se[Gv];if(N)ce&&ce(De,!0),ee(T[Lt](),2,40,". Failed to send telemetry with Beacon API, retried with normal sender.");else{for(var Te=[],Ie=0;Ie<De[xe];Ie++){var ut=De[Ie],Dn=[ut],Pe=Xe(Dn);oe(Pe,L)?T._onSuccess(Dn,Dn[xe]):Te[Gr](ut)}Te[xe]>0&&(ce&&ce(Te,!0),ee(T[Lt](),2,40,". Failed to send telemetry with Beacon API, retried with normal sender."))}}function he(D){try{if(D&&D[xe])return Ee(D[0])}catch{}return null}function ye(D,L){var oe=null;if(Ae(D)){for(var se=D[xe],De=0;De<D[xe];De++)se+=D[De].item[xe];var Te=k.getSyncFetchPayload();Te+se<=Ex?oe=2:rl()?oe=3:(oe=1,ee(T[Lt](),2,40,". Failed to send telemetry with Beacon API, retried with xhrSender."));var Ie=k&&k[lf]([oe],!0);return _e(Ie,D,L)}return null}function ke(D,L){if(L===void 0&&(L=1),!(!D||D[xe]===0)){var oe=T[Ri];oe[Rl](D),r++;for(var se=0,De=D;se<De.length;se++){var Te=De[se];Te.cnt=Te.cnt||0,Te.cnt++,oe[Ta](Te)}Se(L),Re()}}function Se(D){var L=10,oe;if(r<=1)oe=L;else{var se=(Math.pow(2,r)-1)/2,De=Math.floor(Math.random()*se*L)+1;De=D*De,oe=Math.max(Math.min(De,3600),L)}var Te=Xn()+oe*1e3;i=Te}function Re(){if(!s&&!o){var D=i?Math.max(0,i-Xn()):0,L=Math.max(R,D);s=_n(function(){s=null,T[Pl](!0,null,1)},L)}}function Ke(){s&&s.cancel(),s=null,i=null}function Et(D){return W(O)?D===401||D===408||D===429||D===500||D===502||D===503||D===504:O[xe]&&O.indexOf(D)>-1}function Nn(){var D="getNotifyMgr";return T.core[D]?T.core[D]():T.core._notificationManager}function $n(D,L){var oe=Nn();if(oe&&oe[k0])try{oe[k0](D,L)}catch(se){ee(T[Lt](),1,74,"send request notification failed: "+je(se),{exception:ae(se)})}}function tn(D,L){var oe=L.disableInstrumentationKeyValidation,se=W(oe)?!1:oe;if(se)return!0;var De="^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",Te=new RegExp(De);return Te.test(D)}function Va(){T[Al]=null,T[Ri]=null,T._appId=null,T._sample=null,f={},p=null,r=0,i=null,a=null,o=!1,s=null,c=null,u=0,d=0,h=null,v=null,m=null,_=null,g=0,y=!1,V=null,w=!1,C=null,K=ur,$=!1,M=null,q=ur,U=!1,E=!1,N=!1,B=null,ce=null,k=null,Ue(T,"_senderConfig",{g:function(){return nS({},x0)}})}}),n}return t.constructEnvelope=function(n,r,i,a){var o;r!==n.iKey&&!W(r)?o=Bt(Bt({},n),{iKey:r}):o=n;var s=Dx[o.baseType]||R0;return s(i,o,a)},t}(Po),Y0="duration",Ca="properties",Ln="requestUrl",Ml="inst",Oa="length",jr="traceID",Pi="spanID",Sn="traceFlags",xl="context",Zo="aborted",df="traceId",hf="spanId",pf="_addHook",Vn="core",Kv="includeCorrelationHeaders",qv="getAbsoluteUrl",Ra="headers",En="requestHeaders",Xv="setRequestHeader",L0="trackDependencyDataInternal",Ia="startTime",es="toLowerCase",Jv="enableRequestHeaderTracking",V0="enableAjaxErrorStatusText",F0="enableAjaxPerfTracking",$0="maxAjaxCallsPerView",B0="excludeRequestFromAutoTrackingPatterns",U0="addRequestContext",Qv="disableAjaxTracking",H0="ajaxPerfLookupDelay",G0="disableFetchTracking",W0="enableResponseHeaderTracking",Fn="status",Pa="statusText",ts="headerMap",Zv="openDone",e_="sendDone",Aa="requestSentTime",t_="abortDone",n_="getTraceId",r_="getTraceFlags",Ai="method",i_="errorStatusText",j0="stateChangeAttached",z0="responseText",Yl="responseFinishedTime",a_="CreateTrackItem",K0="response",q0="getAllResponseHeaders",o_="getPartAProps",vf="perfMark",ns="name",s_="perfTiming",Ll="exception",X0="ajaxDiagnosticsMessage",l_="correlationContext",c_="ajaxTotalDuration",u_="eventTraceCtx";function J0(e,t,n){var r=0,i=e[t],a=e[n];return i&&a&&(r=Zt(i,a)),r}function Ma(e,t,n,r,i){var a=0,o=J0(n,r,i);return o&&(a=Mi(e,t,Ni(o))),a}function Mi(e,t,n){var r="ajaxPerf",i=0;if(e&&t&&n){var a=e[r]=e[r]||{};a[t]=n,i=1}return i}function bx(e,t){var n=e[s_],r=t[Ca]||{},i=0,a="name",o="Start",s="End",c="domainLookup",u="connect",f="redirect",d="request",h="response",p="startTime",v=c+o,m=c+s,_=u+o,g=u+s,y=d+o,Y=d+s,A=h+o,V=h+s,w=f+o,C=f=s,K="transferSize",$="encodedBodySize",R="decodedBodySize",M="serverTiming";if(n){i|=Ma(r,f,n,w,C),i|=Ma(r,c,n,v,m),i|=Ma(r,u,n,_,g),i|=Ma(r,d,n,y,Y),i|=Ma(r,h,n,A,V),i|=Ma(r,"networkConnect",n,p,g),i|=Ma(r,"sentRequest",n,y,V);var Q=n[Y0];Q||(Q=J0(n,p,V)||0),i|=Mi(r,Y0,Q),i|=Mi(r,"perfTotal",Q);var q=n[M];if(q){var S={};ie(q,function(I,U){var E=pu(I[a]||""+U),B=S[E]||{};Me(I,function(ce,N){(ce!==a&&Ee(N)||Vs(N))&&(B[ce]&&(N=B[ce]+";"+N),(N||!Ee(N))&&(B[ce]=N))}),S[E]=B}),i|=Mi(r,M,S)}i|=Mi(r,K,n[K]),i|=Mi(r,$,n[$]),i|=Mi(r,R,n[R])}else e[vf]&&(i|=Mi(r,"missing",e.perfAttempts));i&&(t[Ca]=r)}var kx=function(){function e(){var t=this;t[Zv]=!1,t.setRequestHeaderDone=!1,t[e_]=!1,t[t_]=!1,t[j0]=!1}return e}(),Q0=function(){function e(t,n,r,i){var a,o=this,s=r,c="responseText";o[vf]=null,o.completed=!1,o.requestHeadersSize=null,o[En]=null,o.responseReceivingDuration=null,o.callbackDuration=null,o[c_]=null,o[Zo]=0,o.pageUrl=null,o[Ln]=null,o.requestSize=0,o[Ai]=null,o[Fn]=null,o[Aa]=null,o.responseStartedTime=null,o[Yl]=null,o.callbackFinishedTime=null,o.endTime=null,o.xhrMonitoringState=new kx,o.clientFailure=0,o[jr]=t,o[Pi]=n,o[Sn]=i==null?void 0:i.getTraceFlags(),i?o[u_]=(a={},a[df]=i[n_](),a[hf]=i.getSpanId(),a[Sn]=i[r_](),a):o[u_]=null,tt(e,o,function(u){u.getAbsoluteUrl=function(){return u[Ln]?fM(u[Ln]):null},u.getPathName=function(){return u[Ln]?Gu(s,dM(u[Ai],u[Ln])):null},u[a_]=function(f,d,h){var p;if(u.ajaxTotalDuration=Math.round(Zt(u.requestSentTime,u.responseFinishedTime)*1e3)/1e3,u[c_]<0)return null;var v=(p={id:"|"+u[jr]+"."+u[Pi],target:u[qv]()},p[ns]=u.getPathName(),p.type=f,p[Ia]=null,p.duration=u[c_],p.success=+u[Fn]>=200&&+u[Fn]<400,p.responseCode=+u[Fn],p[Ca]={HttpMethod:u[Ai]},p),m=v[Ca];if(u[Zo]&&(m[Zo]=!0),u[Aa]&&(v[Ia]=new Date,v[Ia].setTime(u[Aa])),bx(u,v),d&&Or(u.requestHeaders)[Oa]>0&&(m[En]=u[En]),h){var _=h();if(_){var g=_[l_];if(g&&(v.correlationContext=g),_[ts]&&Or(_.headerMap)[Oa]>0&&(m.responseHeaders=_[ts]),u[i_])if(u[Fn]>=400){var y=_.type;(y===""||y==="text")&&(m.responseText=_.responseText?_[Pa]+" - "+_[c]:_[Pa]),y==="json"&&(m.responseText=_.response?_[Pa]+" - "+JSON.stringify(_[K0]):_[Pa])}else u[Fn]===0&&(m.responseText=_[Pa]||"")}}return v},u[o_]=function(){var f,d=null,h=u[u_];if(h&&(h[df]||h[hf])){d={};var p=d[sn.TraceExt]=(f={},f[jr]=h[df],f.parentID=h[hf],f);W(h[Sn])||(p[Sn]=h[Sn])}return d}})}return e.__ieDyn=1,e}(),dt,Vl="diagLog",xi="_ajaxData",xa="fetch",Fl="Failed to monitor XMLHttpRequest",Z0=", monitoring data for this ajax call ",rs=Z0+"may be incorrect.",eT=Z0+"won't be sent.",tT="Failed to get Request-Context correlation header as it may be not included in the response or not accessible.",nT="Failed to add custom defined request context as configured call back may missing a null check.",rT="Failed to calculate the duration of the ",iT=0;function Cx(){var e=vn();return!e||W(e.Request)||W(e.Request[Jn])||W(e[xa])?null:e[xa]}function Ox(e,t){var n,r,i=!1;if(gu()){var a=XMLHttpRequest[Jn];i=!W(a)&&!W(a.open)&&!W(a.send)&&!W(a.abort)}var o=cS();if(o&&o<9&&(i=!1),i)try{var s=new XMLHttpRequest,c={xh:[],i:(n={},n[t]={},n)};s[xi]=c;var u=XMLHttpRequest[Jn].open;XMLHttpRequest[Jn].open=u}catch(f){i=!1,$l(e,15,"Failed to enable XMLHttpRequest monitoring, extension is not supported",(r={},r[Ll]=ae(f),r))}return i}var is=function(e,t){return e&&t&&e[xi]?(e[xi].i||{})[t]:null},Rx=function(e,t,n){if(e){var r=(e[xi]||{}).xh;r&&r.push({n:t,v:n})}},f_=function(e,t){var n=!1;if(e){var r=(e[xi]||{}).xh;r&&ie(r,function(i){if(i.n===t)return n=!0,-1})}return n};function _f(e,t){var n="";try{var r=is(e,t);r&&r[Ln]&&(n+="(url: '"+r[Ln]+"')")}catch{}return n}function $l(e,t,n,r,i){ee(e[Vl](),1,t,n,r,i)}function zr(e,t,n,r,i){ee(e[Vl](),2,t,n,r,i)}function Bl(e,t,n){return function(r){var i;$l(e,t,n,(i={ajaxDiagnosticsMessage:_f(r[Ml],e._ajaxDataId)},i[Ll]=ae(r.err),i))}}function as(e,t){return e&&t?Qt(e,t):-1}function aT(e,t,n){var r={id:t,fn:n};return e.push(r),{remove:function(){ie(e,function(i,a){if(i.id===r.id)return e.splice(a,1),-1})}}}function oT(e,t,n,r){var i=!0;return ie(t,function(a,o){try{a.fn.call(null,n)===!1&&(i=!1)}catch(s){ee(e&&e.logger,1,64,"Dependency "+r+" [#"+o+"] failed: "+je(s),{exception:ae(s)},!0)}}),i}function Ix(e,t,n,r,i,a){var o,s=e[Oa];if(s>0){var c=(o={},o[Vn]=t,o.xhr=r,o.input=i,o.init=a,o.traceId=n[jr],o.spanId=n[Pi],o.traceFlags=n[Sn],o.context=n[xl]||{},o.aborted=!!n[Zo],o);oT(t,e,c,"listener"),n[jr]=c[df],n[Pi]=c[hf],n[Sn]=c[Sn],n[xl]=c[xl]}}var mf="*.blob.core.",Px=Rr([mf+"windows.net",mf+"chinacloudapi.cn",mf+"cloudapi.de",mf+"usgovcloudapi.net"]),Ax=[/https:\/\/[^\/]*(\.pipe\.aria|aria\.pipe|events\.data|collector\.azure)\.[^\/]+\/(OneCollector\/1|Collector\/3)\.0/i],Mx=Rr((dt={},dt[$0]=500,dt[Qv]=!1,dt[G0]=!1,dt[B0]=void 0,dt.disableCorrelationHeaders=!1,dt.distributedTracingMode=1,dt.correlationHeaderExcludedDomains=Px,dt.correlationHeaderDomains=void 0,dt.correlationHeaderExcludePatterns=void 0,dt.appId=void 0,dt.enableCorsCorrelation=!1,dt[Jv]=!1,dt[W0]=!1,dt[V0]=!1,dt[F0]=!1,dt.maxAjaxPerfLookupAttempts=3,dt[H0]=25,dt.ignoreHeaders=["Authorization","X-API-Key","WWW-Authenticate"],dt[U0]=void 0,dt.addIntEndpoints=!0,dt)),xx=function(e){Ar(t,e);function t(){var n=e.call(this)||this;n.identifier=t.identifier,n.priority=120;var r,i,a,o,s,c,u,f,d,h,p,v,m,_,g,y,Y,A,V,w,C,K,$,R,M,Q,q,S,I,U;return tt(t,n,function(E,B){var ce=B[pf];N(),E.initialize=function(P,F,j,G){E.isInitialized()||(B.initialize(P,F,j,G),w=gi(mn("ajax"),F&&F.evtNamespace&&F.evtNamespace()),k(P),ge(),J(),O())},E._doTeardown=function(){N()},E.trackDependencyData=function(P,F){$e(R,E[Vn],null,P,F)},E[Kv]=function(P,F,j,G){var Z=E._currentWindowHost||a;if(Ix($,E[Vn],P,G,F,j),F||F===""){if(CE(o,P[qv](),Z)){j||(j={});var he=new Headers(j[Ra]||(F instanceof Request?F[Ra]||{}:{}));if(h){var ye="|"+P[jr]+"."+P[Pi];he.set(Qe[3],ye),s&&(P[En][Qe[3]]=ye)}var ke=I||f&&f.appId();if(ke&&(he.set(Qe[0],Qe[2]+ke),s&&(P[En][Qe[0]]=Qe[2]+ke)),d){var Se=P[Sn];W(Se)&&(Se=1);var Re=HS(US(P[jr],P[Pi],Se));he.set(Qe[4],Re),s&&(P[En][Qe[4]]=Re)}j[Ra]=he}return j}else if(G){if(CE(o,P[qv](),Z)){if(h)if(f_(G,Qe[3]))zr(E,71,"Unable to set ["+Qe[3]+"] as it has already been set by another instance");else{var ye="|"+P[jr]+"."+P[Pi];G[Xv](Qe[3],ye),s&&(P[En][Qe[3]]=ye)}var ke=I||f&&f.appId();if(ke&&(f_(G,Qe[0])?zr(E,71,"Unable to set ["+Qe[0]+"] as it has already been set by another instance"):(G[Xv](Qe[0],Qe[2]+ke),s&&(P[En][Qe[0]]=Qe[2]+ke))),d){var Se=P[Sn];if(W(Se)&&(Se=1),f_(G,Qe[4]))zr(E,71,"Unable to set ["+Qe[4]+"] as it has already been set by another instance");else{var Re=HS(US(P[jr],P[Pi],Se));G[Xv](Qe[4],Re),s&&(P[En][Qe[4]]=Re)}}}return G}},E[L0]=function(P,F,j){if(m===-1||u<m){(S===2||S===1)&&typeof P.id=="string"&&P.id[P.id[Oa]-1]!=="."&&(P.id+="."),W(P[Ia])&&(P[Ia]=new Date);var G=ki(P,da.dataType,da.envelopeType,E[Vl](),F,j);E[Vn].track(G)}else u===m&&$l(E,55,"Maximum ajax per page view limit reached, ajax monitoring is paused until the next trackPageView(). In order to increase the limit set the maxAjaxCallsPerView configuration parameter.",!0);++u},E.addDependencyListener=function(P){return aT($,K++,P)},E.addDependencyInitializer=function(P){return aT(R,K++,P)};function N(){var P=rr();r=!1,i=!1,U=!1,a=P&&P.host&&P.host[es](),o=null,s=!1,c=!1,u=0,f=null,d=!1,h=!1,p=null,v=!1,m=0,_=!1,g={},y=!1,Y=!1,A=null,V=null,w=null,K=0,$=[],R=[],C=mn("ajaxData"),E._ajaxDataId=C,M=null,Q=1,q=1,S=1,I=null}function k(P){E[pf](vt(P,function(F){var j=F.cfg,G=Mn(null,j,E[Vn]);o=G.getExtCfg(t.identifier,Mx),S=o.distributedTracingMode,s=o[Jv],c=o[V0],v=o[F0],m=o[$0],A=[].concat(o[B0]||[],o.addIntEndpoints!==!1?Ax:[]),V=o[U0],h=S===0||S===1,d=S===1||S===2,v&&(p=C),y=!!o[Qv],Q=o.maxAjaxPerfLookupAttempts,q=o[H0],M=o.ignoreHeaders,I=o.appId}))}function O(){var P=E[Vn].getPlugin(Xu);P&&(f=P.plugin[xl])}function T(P){var F=!0;return(P||M)&&ie(M,function(j){if(j[es]()===P[es]())return F=!1,-1}),F}function J(){var P=Cx();if(P){var F=vn(),j=P.polyfill;E[pf](vt(o,function(){Y=!!o[G0],_=o[W0],!Y&&!r?(ce(Wp(F,xa,{ns:w,req:function(G,Z,he){var ye;if(!Y&&r&&!b(null,Z,he)&&!(j&&i)){var ke=G.ctx();ye=re(Z,he);var Se=E[Kv](ye,Z,he);Se!==he&&G.set(1,Se),ke.data=ye}},rsp:function(G,Z){if(!Y){var he=G.ctx().data;he&&(G.rslt=G.rslt.then(function(ye){return _e(G,(ye||{})[Fn],Z,ye,he,function(){var ke,Se=(ke={statusText:(ye||{})[Pa]},ke[ts]=null,ke[l_]=Xe(ye),ke);if(_&&ye){var Re={};ye.headers.forEach(function(Ke,Et){T(Et)&&(Re[Et]=Ke)}),Se[ts]=Re}return Se}),ye}).catch(function(ye){throw _e(G,0,Z,null,he,null,{error:ye.message||ae(ye)}),ye}))}},hkErr:Bl(E,15,"Failed to monitor Window.fetch"+rs)},!0,fy())),r=!0):j&&!U&&(ce(Wp(F,xa,{ns:w,req:function(G,Z,he){b(null,Z,he)}})),U=!0)})),j&&(F[xa].polyfill=j)}}function de(P,F,j){ce(aM(P,F,j))}function ge(){Ox(E,C)&&E[pf](vt(o,function(){y=!!o[Qv],s=o[Jv],!y&&!i&&(de(XMLHttpRequest,"open",{ns:w,req:function(P,F,j,G){if(!y){var Z=P[Ml],he=is(Z,C);!b(Z,j)&&H(Z,he,!0)&&((!he||!he.xhrMonitoringState[Zv])&&(he=ue(Z,F,j,G)),be(Z,he))}},hkErr:Bl(E,15,Fl+".open"+rs)}),de(XMLHttpRequest,"send",{ns:w,req:function(P,F){if(!y){var j=P[Ml],G=is(j,C);H(j,G)&&!G.xhrMonitoringState[e_]&&(x("xhr",G),G[Aa]=Wu(),E[Kv](G,void 0,void 0,j),G.xhrMonitoringState[e_]=!0)}},hkErr:Bl(E,17,Fl+rs)}),de(XMLHttpRequest,"abort",{ns:w,req:function(P){if(!y){var F=P[Ml],j=is(F,C);H(F,j)&&!j.xhrMonitoringState[t_]&&(j[Zo]=1,j.xhrMonitoringState[t_]=!0)}},hkErr:Bl(E,13,Fl+".abort"+rs)}),de(XMLHttpRequest,"setRequestHeader",{ns:w,req:function(P,F,j){if(!y){var G=P[Ml],Z=is(G,C);Z&&H(G,Z)&&(Rx(G,F,j),s&&T(F)&&Z&&(Z[En][F]=j))}},hkErr:Bl(E,71,Fl+".setRequestHeader"+rs)}),i=!0)}))}function b(P,F,j){var G=!1,Z=((Ee(F)?F:(F||{}).url||"")||"")[es]();if(ie(A,function(ke){var Se=ke;Ee(ke)&&(Se=new RegExp(ke)),G||(G=Se.test(Z))}),G)return G;var he=as(Z,"?"),ye=as(Z,"#");return(he===-1||ye!==-1&&ye<he)&&(he=ye),he!==-1&&(Z=Z.substring(0,he)),W(P)?W(F)||(G=(typeof F=="object"?F[Vu]===!0:!1)||(j?j[Vu]===!0:!1)):G=P[Vu]===!0||Z[Vu]===!0,!G&&Z&&av(Z)&&(G=!0),G?g[Z]||(g[Z]=1):g[Z]&&(G=!0),G}function H(P,F,j){var G=!0,Z=i;return W(P)||(G=j===!0||!W(F)),Z&&G}function X(){var P=null;return E[Vn]&&E[Vn].getTraceCtx&&(P=E[Vn].getTraceCtx(!1)),!P&&f&&f.telemetryTrace&&(P=ov(f.telemetryTrace)),P}function ue(P,F,j,G){var Z,he=X(),ye=he&&he[n_]()||vi(),ke=ai(vi(),0,16),Se=P[xi]=P[xi]||{xh:[],i:{}},Re=Se.i=Se.i||{},Ke=Re[C]=Re[C]||new Q0(ye,ke,E[Vl](),(Z=E.core)===null||Z===void 0?void 0:Z.getTraceCtx());return Ke[Sn]=he&&he[r_](),Ke[Ai]=F,Ke[Ln]=j,Ke.xhrMonitoringState[Zv]=!0,Ke[En]={},Ke.async=G,Ke[i_]=c,Ke}function be(P,F){F.xhrMonitoringState[j0]=$r(P,"readystatechange",function(){var j;try{P&&P.readyState===4&&H(P,F)&&fe(P)}catch(Z){var G=ae(Z);(!G||as(G[es](),"c00c023f")===-1)&&$l(E,16,Fl+" 'readystatechange' event handler"+rs,(j={},j[X0]=_f(P,C),j[Ll]=G,j))}},w)}function ze(P){try{var F=P.responseType;if(F===""||F==="text")return P[z0]}catch{}return null}function fe(P){var F=is(P,C);F[Yl]=Wu(),F[Fn]=P[Fn];function j(G,Z){var he=Z||{};he.ajaxDiagnosticsMessage=_f(P,C),G&&(he.exception=ae(G)),zr(E,14,rT+"ajax call"+eT,he)}te("xmlhttprequest",F,function(){try{var G=F[a_]("Ajax",s,function(){var Se,Re=(Se={statusText:P[Pa]},Se[ts]=null,Se[l_]=ve(P),Se.type=P.responseType,Se[z0]=ze(P),Se.response=P[K0],Se);if(_){var Ke=P[q0]();if(Ke){var Et=gt(Ke).split(/[\r\n]+/),Nn={};ie(Et,function($n){var tn=$n.split(": "),Va=tn.shift(),D=tn.join(": ");T(Va)&&(Nn[Va]=D)}),Re[ts]=Nn}}return Re}),Z=void 0;try{V&&(Z=V({status:P[Fn],xhr:P}))}catch{zr(E,104,nT)}if(G){Z!==void 0&&(G[Ca]=Bt(Bt({},G.properties),Z));var he=F[o_]();$e(R,E[Vn],F,G,null,he)}else j(null,{requestSentTime:F[Aa],responseFinishedTime:F[Yl]})}finally{try{var ye=P[xi]||{i:{}},ke=ye.i||{};ke[C]&&(ke[C]=null)}catch{}}},function(G){j(G,null)})}function ve(P){var F;try{var j=P[q0]();if(j!==null){var G=as(j[es](),Qe[8]);if(G!==-1){var Z=P.getResponseHeader(Qe[0]);return OE(Z)}}}catch(he){zr(E,18,tT,(F={},F[X0]=_f(P,C),F[Ll]=ae(he),F))}}function x(P,F){if(F[Ln]&&p&&v){var j=Ir();if(j&&we(j.mark)){iT++;var G=p+P+"#"+iT;j.mark(G);var Z=j.getEntriesByName(G);Z&&Z[Oa]===1&&(F[vf]=Z[0])}}}function te(P,F,j,G){var Z=F[vf],he=Ir(),ye=Q,ke=q,Se=F[Ln],Re=0;(function Ke(){try{if(he&&Z){Re++;for(var Et=null,Nn=he.getEntries(),$n=Nn[Oa]-1;$n>=0;$n--){var tn=Nn[$n];if(tn){if(tn.entryType==="resource")tn.initiatorType===P&&(as(tn[ns],Se)!==-1||as(Se,tn[ns])!==-1)&&(Et=tn);else if(tn.entryType==="mark"&&tn[ns]===Z[ns]){F[s_]=Et;break}if(tn[Ia]<Z[Ia]-1e3)break}}}!Z||F[s_]||Re>=ye||F.async===!1?(Z&&we(he.clearMarks)&&he.clearMarks(Z[ns]),F.perfAttempts=Re,j()):_n(Ke,ke)}catch(Va){G(Va)}})()}function re(P,F){var j,G=X(),Z=G&&G[n_]()||vi(),he=ai(vi(),0,16),ye=new Q0(Z,he,E[Vl](),(j=E.core)===null||j===void 0?void 0:j.getTraceCtx());ye[Sn]=G&&G[r_](),ye[Aa]=Wu(),ye[i_]=c;var ke;if(P instanceof Request?ke=(P||{}).url||"":ke=P,ke===""){var Se=rr();Se&&Se.href&&(ke=Ey(Se.href,"#")[0])}ye[Ln]=ke;var Re="GET";F&&F[Ai]?Re=F[Ai]:P&&P instanceof Request&&(Re=P[Ai]),ye[Ai]=Re;var Ke={};if(s){var Et=new Headers((F?F[Ra]:0)||(P instanceof Request?P[Ra]||{}:{}));Et.forEach(function(Nn,$n){T($n)&&(Ke[$n]=Nn)})}return ye[En]=Ke,x(xa,ye),ye}function pe(P){var F="";try{W(P)||(typeof P=="string"?F+="(url: '".concat(P,"')"):F+="(url: '".concat(P.url,"')"))}catch(j){$l(E,15,"Failed to grab failed fetch diagnostics message",{exception:ae(j)})}return F}function _e(P,F,j,G,Z,he,ye){if(!Z)return;function ke(Se,Re,Ke){var Et=Ke||{};Et.fetchDiagnosticsMessage=pe(j),Re&&(Et.exception=ae(Re)),zr(E,Se,rT+"fetch call"+eT,Et)}Z[Yl]=Wu(),Z[Fn]=F,te(xa,Z,function(){var Se=Z[a_]("Fetch",s,he),Re;try{V&&(Re=V({status:F,request:j,response:G}))}catch{zr(E,104,nT)}if(Se){Re!==void 0&&(Se[Ca]=Bt(Bt({},Se.properties),Re));var Ke=Z[o_]();$e(R,E[Vn],Z,Se,null,Ke)}else ke(14,null,{requestSentTime:Z[Aa],responseFinishedTime:Z[Yl]})},function(Se){ke(18,Se,null)})}function Xe(P){var F;if(P&&P[Ra])try{var j=P[Ra].get(Qe[0]);return OE(j)}catch(G){zr(E,18,tT,(F={fetchDiagnosticsMessage:pe(P)},F[Ll]=ae(G),F))}}function $e(P,F,j,G,Z,he){var ye,ke=!0,Se=P[Oa];if(Se>0){var Re=(ye={item:G},ye[Ca]=Z,ye.sysProperties=he,ye.context=j?j[xl]:null,ye.aborted=j?!!j[Zo]:!1,ye);ke=oT(F,P,Re,"initializer")}ke&&E[L0](G,Z,he)}}),n}return t.prototype.processTelemetry=function(n,r){this.processNext(n,r)},t.prototype.addDependencyInitializer=function(n){return null},t.identifier="AjaxDependencyPlugin",t}(Po),Yx=function(){function e(){}return e}(),Lx=function(){function e(){this.id="browser",this.deviceClass="Browser"}return e}(),Vx="3.3.1",Fx=function(){function e(t,n){var r=this,i=vt(t,function(){var a=t.sdkExtension;r.sdkVersion=(a?a+"_":"")+"javascript:"+Vx});n&&n.add(i)}return e}(),$x=function(){function e(){}return e}(),gf="sessionManager",yf="update",Sf="isUserCookieSet",Ef="isNewUser",d_="getTraceCtx",h_="telemetryTrace",sT="applySessionContext",lT="applyApplicationContext",cT="applyDeviceContext",uT="applyOperationContext",fT="applyUserContext",dT="applyOperatingSystemContxt",hT="applyLocationContext",pT="applyInternalContext",Ya="accountId",Tf="getSessionId",p_="namePrefix",Bx="sessionCookiePostfix",vT="userCookiePostfix",Nf="idLength",v_="getNewId",Df="length",os="automaticSession",ss="authenticatedId",Ul="acquisitionDate",wf="renewalDate",Hl="join",Gl="cookieSeparator",__="authUserCookieName",Ux="ai_session",Hx=864e5,Gx=18e5,Wx=6e4,_T=function(){function e(){}return e}(),jx=function(){function e(t,n,r){var i=this,a,o,s=ta(n),c=Np(n),u,f;tt(e,i,function(d){t||(t={});var h=vt(t,function(y){u=t.sessionExpirationMs||Hx,f=t.sessionRenewalMs||Gx;var Y=t.sessionCookiePostfix||t[p_]||"";a=Ux+Y});r&&r.add(h),d[os]=new _T,d[yf]=function(){var y=Xn(),Y=!1,A=d[os];if(A.id||(Y=!p(A)),!Y&&u>0){var V=y-A[Ul],w=y-A[wf];Y=V<0||w<0,Y=Y||V>u,Y=Y||w>f}Y?m(y):(!o||y-o>Wx)&&_(A,y)},d.backup=function(){var y=d[os];g(y.id,y[Ul],y[wf])};function p(y,Y){var A=!1,V=c.get(a);if(V&&we(V.split))A=v(y,V);else{var w=IE(s,a);w&&(A=v(y,w))}return A||!!y.id}function v(y,Y){var A=!1,V=", session will be reset",w=Y.split("|");if(w[Df]>=2)try{var C=+w[1]||0,K=+w[2]||0;isNaN(C)||C<=0?ee(s,2,27,"AI session acquisition date is 0"+V):isNaN(K)||K<=0?ee(s,2,27,"AI session renewal date is 0"+V):w[0]&&(y.id=w[0],y[Ul]=C,y[wf]=K,A=!0)}catch($){ee(s,1,9,"Error parsing ai_session value ["+(Y||"")+"]"+V+" - "+je($),{exception:ae($)})}return A}function m(y){var Y=t[v_]||cp;d.automaticSession.id=Y(t[Nf]||22),d[os][Ul]=y,_(d[os],y),zu()||ee(s,2,0,"Browser does not support local storage. Session durations will be inaccurate.")}function _(y,Y){var A=y[Ul];y[wf]=Y;var V=f,w=A+u-Y,C=[y.id,A,Y],K=0;w<V?K=w/1e3:K=V/1e3;var $=t.cookieDomain||null;c.set(a,C[Hl]("|"),u>0?K:null,$),o=Y}function g(y,Y,A){PE(s,a,[y,Y,A][Hl]("|"))}})}return e.__ieDyn=1,e}(),zx=function(){function e(t,n,r,i){var a=this;a.traceID=t||vi(),a.parentID=n;var o=rr();!r&&o&&o.pathname&&(r=o.pathname),a.name=St(i,r)}return e}();function mT(e){return!(typeof e!="string"||!e||e.match(/,|;|=| |\|/))}var Kx=function(){function e(t,n,r){this.isNewUser=!1,this.isUserCookieSet=!1;var i=ta(n),a=Np(n),o;tt(e,this,function(s){Ue(s,"config",{g:function(){return t}});var c=vt(t,function(){var h=t[vT]||"";o=e.userCookieName+h;var p=a.get(o);if(p){s[Ef]=!1;var v=p.split(e[Gl]);v[Df]>0&&(s.id=v[0],s[Sf]=!!s.id)}if(!s.id){s.id=u();var m=f(s.id);d(m[Hl](e[Gl]));var _=(t[p_]||"")+"ai_session";SM(i,_)}s[Ya]=t[Ya]||void 0;var g=a.get(e[__]);if(g){g=decodeURI(g);var y=g.split(e[Gl]);y[0]&&(s[ss]=y[0]),y[Df]>1&&y[1]&&(s[Ya]=y[1])}});r&&r.add(c);function u(){var h=t||{},p=h[v_]||cp,v=p(h[Nf]?t[Nf]:22);return v}function f(h){var p=bo(new Date);s.accountAcquisitionDate=p,s[Ef]=!0;var v=[h,p];return v}function d(h){var p=31536e3;s[Sf]=a.set(o,h,p)}s.setAuthenticatedUserContext=function(h,p,v){v===void 0&&(v=!1);var m=!mT(h)||p&&!mT(p);if(m){ee(i,2,60,"Setting auth user context failed. User auth/account id should be of type string, and not contain commas, semi-colons, equal signs, spaces, or vertical-bars.",!0);return}s[ss]=h;var _=s[ss];p&&(s[Ya]=p,_=[s[ss],s.accountId][Hl](e[Gl])),v&&a.set(e[__],encodeURI(_))},s.clearAuthenticatedUserContext=function(){s[ss]=null,s[Ya]=null,a.del(e[__])},s[yf]=function(h){if(s.id!==h||!s[Sf]){var p=h||u(),v=f(p);d(v[Hl](e[Gl]))}}})}return e.cookieSeparator="|",e.userCookieName="ai_user",e.authUserCookieName="ai_authUser",e}(),bf="ext",kf="tags";function ls(e,t){e&&e[t]&&Or(e[t])[Df]===0&&delete e[t]}function gT(){return null}var qx=function(){function e(t,n,r,i){var a=this,o=t.logger;tt(e,this,function(s){if(s.appId=gT,s[Tf]=gT,s.application=new Yx,s.internal=new Fx(n,i),Vc()){s[gf]=new jx(n,t,i),s.device=new Lx,s.location=new $x,s.user=new Kx(n,t,i);var c=void 0,u=void 0,f;r&&(c=r.getTraceId(),u=r.getSpanId(),f=r.getName()),s[h_]=new zx(c,u,f,o),s.session=new _T}s[Tf]=function(){var d=s.session,h=null;if(d&&Ee(d.id))h=d.id;else{var p=(s[gf]||{})[os];h=p&&Ee(p.id)?p.id:null}return h},s[sT]=function(d,h){et(Ht(d.ext,sn.AppExt),"sesId",s[Tf](),Ee)},s[dT]=function(d,h){et(d.ext,sn.OSExt,s.os)},s[lT]=function(d,h){var p=s.application;if(p){var v=Ht(d,kf);et(v,nt.applicationVersion,p.ver,Ee),et(v,nt.applicationBuild,p.build,Ee)}},s[cT]=function(d,h){var p=s.device;if(p){var v=Ht(Ht(d,bf),sn.DeviceExt);et(v,"localId",p.id,Ee),et(v,"ip",p.ip,Ee),et(v,"model",p.model,Ee),et(v,"deviceClass",p.deviceClass,Ee)}},s[pT]=function(d,h){var p=s.internal;if(p){var v=Ht(d,kf);et(v,nt.internalAgentVersion,p.agentVersion,Ee),et(v,nt.internalSdkVersion,St(o,p.sdkVersion,64),Ee),(d.baseType===ul.dataType||d.baseType===Di.dataType)&&(et(v,nt.internalSnippet,p.snippetVer,Ee),et(v,nt.internalSdkSrc,p.sdkSrc,Ee))}},s[hT]=function(d,h){var p=a.location;p&&et(Ht(d,kf,[]),nt.locationIp,p.ip,Ee)},s[uT]=function(d,h){var p=s[h_];if(p){var v=Ht(Ht(d,bf),sn.TraceExt,{traceID:void 0,parentID:void 0});et(v,"traceID",p.traceID,Ee,W),et(v,"name",p.name,Ee,W),et(v,"parentID",p.parentID,Ee,W)}},s.applyWebContext=function(d,h){var p=a.web;p&&et(Ht(d,bf),sn.WebExt,p)},s[fT]=function(d,h){var p=s.user;if(p){var v=Ht(d,kf,[]);et(v,nt.userAccountId,p[Ya],Ee);var m=Ht(Ht(d,bf),sn.UserExt);et(m,"id",p.id,Ee),et(m,"authId",p[ss],Ee)}},s.cleanUp=function(d,h){var p=d.ext;p&&(ls(p,sn.DeviceExt),ls(p,sn.UserExt),ls(p,sn.WebExt),ls(p,sn.OSExt),ls(p,sn.AppExt),ls(p,sn.TraceExt))}})}return e.__ieDyn=1,e}(),Vt,m_,cs=null,Xx=oo((Vt={},Vt[Ya]=cs,Vt.sessionRenewalMs=30*60*1e3,Vt.samplingPercentage=100,Vt.sessionExpirationMs=24*60*60*1e3,Vt.cookieDomain=cs,Vt.sdkExtension=cs,Vt.isBrowserLinkTrackingEnabled=!1,Vt.appId=cs,Vt[Tf]=cs,Vt[p_]=m_,Vt[Bx]=m_,Vt[vT]=m_,Vt[Nf]=22,Vt[v_]=cs,Vt)),Jx=function(e){Ar(t,e);function t(){var n=e.call(this)||this;n.priority=110,n.identifier=Xu;var r,i,a,o,s;return tt(t,n,function(c,u){f(),Ue(c,"context",{g:function(){return o}}),c.initialize=function(p,v,m,_){u.initialize(p,v,m,_),d(p)},c.processTelemetry=function(p,v){if(!W(p)){v=c._getTelCtx(v),p.name===Di.envelopeType&&v.diagLog().resetInternalMessageCount();var m=o||{};m.session&&typeof o.session.id!="string"&&m[gf]&&m[gf][yf]();var _=m.user;if(_&&!_[Sf]&&_[yf](m.user.id),h(p,v),_&&_[Ef]&&(_[Ef]=!1,!s)){var g=new ul(72,(qn()||{}).userAgent||"");cA(v.diagLog(),1,g)}c.processNext(p,v)}},c._doTeardown=function(p,v){var m=(p||{}).core();if(m&&m[d_]){var _=m[d_](!1);_===i&&m.setTraceCtx(a)}f()};function f(){r=null,i=null,a=null,o=null,s=!0}function d(p){var v=c.identifier,m=c.core;c._addHook(vt(p,function(){var _=Mn(null,p,m);p.storagePrefix&&cv(p.storagePrefix),s=p.disableUserInitMessage!==!1,r=_.getExtCfg(v,Xx),c._extConfig=r})),a=m[d_](!1),o=new qx(m,r,a,c._unloadHooks),i=ov(c.context[h_],a),m.setTraceCtx(i),c.context.appId=function(){var _=m.getPlugin(GE);return _?_.plugin._appId:null}}function h(p,v){Ht(p,"tags",[]),Ht(p,"ext",{});var m=c.context;m[sT](p,v),m[lT](p,v),m[cT](p,v),m[uT](p,v),m[fT](p,v),m[dT](p,v),m.applyWebContext(p,v),m[hT](p,v),m[pT](p,v),m.cleanUp(p,v)}}),n}return t.__ieDyn=1,t}(Po),yT="AuthenticatedUserContext",us="track",g_="snippet",Qx="getCookieMgr",Zx="startTrackPage",eY="stopTrackPage",y_="flush",tY="startTrackEvent",nY="stopTrackEvent",rY="addTelemetryInitializer",ST="pollInternalLogs",S_="getPlugin",E_="evtNamespace",iY=us+"Event",aY=us+"Trace",oY=us+"Metric",sY=us+"PageView",lY=us+"Exception",cY=us+"DependencyData",uY="set"+yT,fY="clear"+yT,dY="https://js.monitor.azure.com/scripts/b/ai.config.1.cfg.json",T_="version",La="queue",Cf="connectionString",Wl="instrumentationKey",ET="instrumentationkey",fs="userOverrideEndpointUrl",Of="endpointUrl",TT="ingestionendpoint",jl="onunloadFlush",Tn="context",NT="addHousekeepingBeforeUnload",N_="sendMessage",hY="updateSnippetDefinitions",fr,zl,ds,D_,Kl,DT=[g_,"dependencies","properties","_snippetVersion","appInsightsNew","getSKUDefaults"],wT="iKeyUsage",bT="CdnUsage",kT="SdkLoaderVer",Rf=void 0,pY={samplingRate:100,maxSendNumber:1},vY={monthInterval:3,daysOfMonth:[28]},If={disabled:!0,limit:An(pY),interval:An(vY)},_Y=(fr={},fr[Cf]=Rf,fr[Of]=Rf,fr[Wl]=Rf,fr[fs]=Rf,fr.diagnosticLogInterval=Nu(mY,1e4),fr.featureOptIn=(zl={},zl[wT]={mode:3},zl[bT]={mode:2},zl[kT]={mode:2},zl),fr.throttleMgrCfg=An((ds={},ds[109]=An(If),ds[106]=An(If),ds[111]=An(If),ds[110]=An(If),ds)),fr.extensionConfig=An((D_={},D_.AppInsightsCfgSyncPlugin=An({cfgUrl:dY,syncMode:2}),D_)),fr);function mY(e){return e&&e>0}var gY=function(){function e(t){var n=this,r,i,a,o,s,c,u,f,d,h,p,v,m,_;tt(e,this,function(g){A(),Ue(g,"config",{g:function(){return f}}),ie(["pluginVersionStringArr","pluginVersionString"],function(C){Ue(g,C,{g:function(){return u?u[C]:null}})}),o=""+(t.sv||t[T_]||""),t[La]=t[La]||[],t[T_]=t[T_]||2;var y=gn(t.config||{},_Y);f=y.cfg,d=new JM,Ue(g,"appInsights",{g:function(){return d}}),i=new Jx,r=new xx,a=new wx,u=new HA,Ue(g,"core",{g:function(){return u}}),w(vt(y,function(){var C=f[Cf];function K(){return Zs(function(q,S){Vr(C,function(I){var U=I&&I.value,E=null;!I.rejected&&U&&(f[Cf]=U,E=xE(U)),q(E)})})}if(ao(C)){var $=Zs(function(q,S){K().then(function(I){var U=f[Wl];U=I&&I[ET]||U,q(U)}).catch(function(I){q(null)})}),R=f[fs];W(R)&&(R=Zs(function(q,S){K().then(function(I){var U=f[Of],E=I&&I[TT];U=E?E+Mo:U,q(U)}).catch(function(I){q(null)})})),f[Wl]=$,f[Of]=R}if(Ee(C)){var M=xE(C),Q=M[TT];f.endpointUrl=f[fs]?f[fs]:Q+Mo,f[Wl]=M[ET]||f[Wl]}f.endpointUrl=f[fs]?f[fs]:f[Of]})),g[g_]=t,g[y_]=function(C,K){C===void 0&&(C=!0);var $;return Pu(u,function(){return"AISKU.flush"},function(){C&&!K&&($=Fr(function(Q){K=Q}));var R=1,M=function(){R--,R===0&&K()};ie(u.getChannels(),function(Q){Q&&(R++,Q[y_](C,M))}),M()},null,C),$},g[jl]=function(C){C===void 0&&(C=!0),ie(u.getChannels(),function(K){K[jl]?K[jl]():K[y_](C)})},g.loadAppInsights=function(C,K,$){C===void 0&&(C=!1),C&&g1("Legacy Mode is no longer supported");function R(M){if(M){var Q="";W(o)||(Q+=o),g[Tn]&&g[Tn].internal&&(g[Tn].internal.snippetVer=Q||"-"),Me(g,function(q,S){Ee(q)&&!we(S)&&q&&q[0]!=="_"&&xt(DT,q)===-1&&M[q]!==S&&(M[q]=S)})}}return Pu(g.core,function(){return"AISKU.loadAppInsights"},function(){u.initialize(f,[a,i,r,d,h],K,$),Ue(g,"context",{g:function(){return i[Tn]}}),p||(p=new TM(u));var M=yY();M&&g[Tn]&&(g[Tn].internal.sdkSrc=M),R(g[g_]),g.emptyQueue(),g[ST](),g[NT](g),w(vt(y,function(){var Q=!1;f.throttleMgrCfg[109]&&(Q=!f.throttleMgrCfg[109].disabled),!p.isReady()&&f.extensionConfig&&f.extensionConfig[h.identifier]&&Q&&p.onReadyState(!0);var q;!v&&!f[Cf]&&Zh(wT,f)&&(q=p[N_](106,"See Instrumentation key support at aka.ms/IkeyMigrate"),v=!0),!m&&g[Tn].internal.sdkSrc&&g[Tn].internal.sdkSrc.indexOf("az416426")!=-1&&Zh(bT,f)&&(q=p[N_](110,"See Cdn support notice at aka.ms/JsActiveCdn"),m=!0),!_&&parseInt(o)<6&&Zh(kT,f)&&(q=p[N_](111,"An updated Sdk Loader is available, see aka.ms/SnippetVer"),_=!0)}))}),g},g[hY]=function(C){fP(C,g,function(K){return K&&xt(DT,K)===-1})},g.emptyQueue=function(){try{if(Ae(g.snippet[La])){for(var C=g.snippet[La].length,K=0;K<C;K++){var $=g.snippet[La][K];$()}g.snippet[La]=void 0,delete g.snippet[La]}}catch(M){var R={};M&&we(M.toString)&&(R.exception=M.toString())}},g[NT]=function(C){if(Vc()||cy()){var K=function(){if(C[jl](!1),we(g.core[S_])){var R=n.core[S_](Xu);if(R){var M=R.plugin;M&&M[Tn]&&M[Tn]._sessionManager&&M[Tn]._sessionManager.backup()}}},$=!1;c||(c=gi(s,u[E_]&&u[E_]())),w(vt(f,function(R){var M=R.cfg,Q=C.appInsights,q=Mn(null,M,Q.core),S=q.getExtCfg(Q.identifier||WE);V();var I=M.disablePageUnloadEvents;S.disableFlushOnBeforeUnload||(tM(K,I,c)&&($=!0),Bp(K,I,c)&&($=!0),!$&&!RP()&&ee(u.logger,1,19,"Could not add handler for beforeunload and pagehide")),!$&&!S.disableFlushOnUnload&&Bp(K,I,c)}))}},g.getSender=function(){return a},g.unload=function(C,K,$){var R=!1,M;C&&!K&&(M=Fr(function(q){K=q}));function Q(q){R||(R=!0,A(),K&&K(q))}return g[jl](C),V(),u.unload&&u.unload(C,Q,$),M},tl(g,d,[Qx,iY,sY,"trackPageViewPerformance",lY,"_onerror",aY,oY,Zx,eY,tY,nY]),tl(g,Y,[cY,"addDependencyListener","addDependencyInitializer"]),tl(g,u,[rY,ST,"stopPollingInternalLogs",S_,"addPlugin",E_,"addUnloadCb","getTraceCtx","updateCfg","onCfgChange"]),tl(g,function(){var C=i[Tn];return C?C.user:null},[uY,fY]);function Y(){return r}function A(){s=mn("AISKU"),c=null,r=null,i=null,a=null,o=null,p=null,v=!1,m=!1,_=!1,h=new ax}function V(){c&&(nM(null,c),rM(null,c))}function w(C){u.addUnloadHook(C)}})}return e.prototype.addDependencyInitializer=function(t){return null},e}();function yY(){if(Kl)return Kl;var e=null,t=!1,n=["://js.monitor.azure.com/","://az416426.vo.msecnd.net/"];try{var r=(document||{}).currentScript;r&&(e=r.src)}catch{}if(e){try{var i=e.toLowerCase();if(i){var a="";ie(n,function(o,s){if(Qt(i,o)!==-1)return a="cdn"+(s+1),Qt(i,"/scripts/")===-1&&(Qt(i,"/next/")!==-1?a+="-next":Qt(i,"/beta/")!==-1&&(a+="-beta")),Kl=a+(t?".mod":""),-1})}}catch{}Kl=e}return Kl}function CT(e){const t=new gY({config:{instrumentationKey:e,enableAutoRouteTracking:!0}});return t.loadAppInsights(),t}const SY={install:function(e,t){const n=CT(t.instrumentationKey),r=new FI(t.loggingLevel,n);Ys.register(r)}};var dr=(e=>(e[e.ApplicationStart=0]="ApplicationStart",e[e.PageView=1]="PageView",e[e.Search=2]="Search",e[e.Sort=3]="Sort",e))(dr||{});class EY{constructor(t,n){this.eventsToLog=t,this.appInsights=n}trackPageView(t){this.eventShouldBeRecorded(dr.PageView)&&this.recordEvent("Page view",t)}trackSearch(t){if(this.eventShouldBeRecorded(dr.Search)){const n=t.map(i=>i.summariseStateAsObject()),r=t.map(i=>i.summariseStateAsText());this.recordEvent("Search",{stateObject:n,stateText:r})}}trackSort(t){this.eventShouldBeRecorded(dr.Sort)&&this.recordEvent("Sort",t)}trackApplicationStart(){this.eventShouldBeRecorded(dr.ApplicationStart)&&this.recordEvent("Application start",Ft.Info)}recordEvent(t,n){this.appInsights.trackEvent({name:t,properties:{data:n}})}eventShouldBeRecorded(t){return this.eventsToLog.includes(t)}}function TY(e){return e?`Field:'${e.SortField??"unspecified"}' Direction:'${e.SortDirection??"unspecified"}'`:"Sort: unspecified"}function NY(e){return!e||e.length===0?["No filters applied"]:e.sort(t=>t.displayPosition).map(t=>t.summariseStateAsText())}class DY{constructor(t){this.eventsToLog=t}trackPageView(t){this.eventShouldBeRecorded(dr.PageView)&&this.recordEvent("Page view",t)}trackSearch(t){if(this.eventShouldBeRecorded(dr.Search)){const n=NY(t);this.recordEvent("Search",n)}}trackSort(t){if(this.eventShouldBeRecorded(dr.Sort)){const n=TY(t);this.recordEvent("Sort",n)}}trackApplicationStart(){this.eventShouldBeRecorded(dr.ApplicationStart)&&this.recordEvent("Application start")}recordEvent(t,n){console.log(`${t}:`,n??"")}eventShouldBeRecorded(t){return this.eventsToLog.includes(t)}}const wY={install:function(e,t){const n=new DY(t.eventsToLog);e.config.globalProperties.$router.afterEach(i=>{var a;n.trackPageView({name:(a=i.name)==null?void 0:a.toString(),uri:i.fullPath})}),ja.register(n)}},bY={install:function(e,t){const n=CT(t.instrumentationKey),r=new EY(t.eventsToLog,n);e.config.globalProperties.$router.afterEach(a=>{var o;r.trackPageView({name:(o=a.name)==null?void 0:o.toString(),uri:a.fullPath})}),ja.register(r)}};Ze.CapeApplicationInsightsAnalyticsPlugin=bY,Ze.CapeApplicationInsightsLoggingPlugin=SY,Ze.CapeConsoleAnalyticsPlugin=wY,Ze.CapeConsoleLoggingPlugin=VI,Ze.CapeEvent=dr,Ze.CapeLogger=Ys,Ze.CapePlugin=Kg,Ze.Filter=td,Ze.LoggingLevel=Ft,Ze.createCapeApp=YI,Ze.useDatasetStore=Ns,Ze.useFieldStore=za,Ze.useFilterStore=ft,Ze.usePropertyStore=Un,Ze.useSearchResultsStore=Hn,Object.defineProperty(Ze,Symbol.toStringTag,{value:"Module"})});
|