From 413c5d02804c7bcbd7722379009226f802a8de84 Mon Sep 17 00:00:00 2001 From: Richard Marsot Date: Tue, 8 Oct 2024 09:33:59 -0400 Subject: [PATCH] provide ability to set the max-width for the web-embed to be 80ch --- docs/assets/main-CY4mzRW5.js | 63 -- docs/assets/main-CxFta6qh.js | 63 ++ docs/assets/main-DQsZtX-Q.css | 1 + docs/assets/main-wocPULWs.css | 1 - docs/auto/index.html | 4 +- docs/auto/js/config-settings.js | 1 + docs/commercial_bank/index.html | 4 +- docs/commercial_bank/js/config-settings.js | 1 + docs/comms/index.html | 4 +- docs/comms/js/config-settings.js | 1 + docs/energy/index.html | 4 +- docs/energy/js/config-settings.js | 1 + docs/gov/index.html | 4 +- docs/gov/js/config-settings.js | 1 + docs/health_care/index.html | 4 +- docs/health_care/js/config-settings.js | 1 + docs/health_payer/index.html | 4 +- docs/health_payer/js/config-settings.js | 1 + docs/health_pharma/index.html | 4 +- docs/health_pharma/js/config-settings.js | 1 + docs/health_provider/index.html | 4 +- docs/health_provider/js/config-settings.js | 1 + docs/insurance/index.html | 4 +- docs/insurance/js/config-settings.js | 1 + docs/manufacturing/index.html | 4 +- docs/manufacturing/js/config-settings.js | 1 + docs/retail_bank/index.html | 4 +- docs/retail_bank/js/config-settings.js | 1 + docs/travel/index.html | 4 +- docs/travel/js/config-settings.js | 1 + docs/wealth/index.html | 4 +- docs/wealth/js/config-settings.js | 1 + eslint.config.mjs | 3 +- package-lock.json | 992 ++++++++----------- package.json | 10 +- public/auto/js/config-settings.js | 1 + public/commercial_bank/js/config-settings.js | 1 + public/comms/js/config-settings.js | 1 + public/energy/js/config-settings.js | 1 + public/gov/js/config-settings.js | 1 + public/health_care/js/config-settings.js | 1 + public/health_payer/js/config-settings.js | 1 + public/health_pharma/js/config-settings.js | 1 + public/health_provider/js/config-settings.js | 1 + public/insurance/js/config-settings.js | 1 + public/manufacturing/js/config-settings.js | 1 + public/retail_bank/js/config-settings.js | 1 + public/travel/js/config-settings.js | 1 + public/wealth/js/config-settings.js | 1 + src/assets/css/_layout.css | 7 + src/components/WebEmbed.vue | 2 +- src/components/accounts/AccountPage.vue | 2 +- src/components/offer/Main.vue | 4 +- src/components/settings/GeneralSettings.vue | 18 +- src/global.js | 3 + src/views/FrontPage.vue | 4 +- 56 files changed, 568 insertions(+), 689 deletions(-) delete mode 100644 docs/assets/main-CY4mzRW5.js create mode 100644 docs/assets/main-CxFta6qh.js create mode 100644 docs/assets/main-DQsZtX-Q.css delete mode 100644 docs/assets/main-wocPULWs.css diff --git a/docs/assets/main-CY4mzRW5.js b/docs/assets/main-CY4mzRW5.js deleted file mode 100644 index 7e808d8f..00000000 --- a/docs/assets/main-CY4mzRW5.js +++ /dev/null @@ -1,63 +0,0 @@ -(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))o(s);new MutationObserver(s=>{for(const a of s)if(a.type==="childList")for(const r of a.addedNodes)r.tagName==="LINK"&&r.rel==="modulepreload"&&o(r)}).observe(document,{childList:!0,subtree:!0});function n(s){const a={};return s.integrity&&(a.integrity=s.integrity),s.referrerPolicy&&(a.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?a.credentials="include":s.crossOrigin==="anonymous"?a.credentials="omit":a.credentials="same-origin",a}function o(s){if(s.ep)return;s.ep=!0;const a=n(s);fetch(s.href,a)}})();/** -* @vue/shared v3.5.10 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**//*! #__NO_SIDE_EFFECTS__ */function makeMap(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const EMPTY_OBJ={},EMPTY_ARR=[],NOOP=()=>{},NO=()=>!1,isOn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),isModelListener=e=>e.startsWith("onUpdate:"),extend=Object.assign,remove=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},hasOwnProperty$2=Object.prototype.hasOwnProperty,hasOwn$1=(e,t)=>hasOwnProperty$2.call(e,t),isArray$1=Array.isArray,isMap=e=>toTypeString$1(e)==="[object Map]",isSet=e=>toTypeString$1(e)==="[object Set]",isDate$1=e=>toTypeString$1(e)==="[object Date]",isFunction$1=e=>typeof e=="function",isString$2=e=>typeof e=="string",isSymbol=e=>typeof e=="symbol",isObject$2=e=>e!==null&&typeof e=="object",isPromise$1=e=>(isObject$2(e)||isFunction$1(e))&&isFunction$1(e.then)&&isFunction$1(e.catch),objectToString$1=Object.prototype.toString,toTypeString$1=e=>objectToString$1.call(e),toRawType=e=>toTypeString$1(e).slice(8,-1),isPlainObject$1=e=>toTypeString$1(e)==="[object Object]",isIntegerKey=e=>isString$2(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,isReservedProp=makeMap(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),cacheStringFunction=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},camelizeRE=/-(\w)/g,camelize=cacheStringFunction(e=>e.replace(camelizeRE,(t,n)=>n?n.toUpperCase():"")),hyphenateRE=/\B([A-Z])/g,hyphenate=cacheStringFunction(e=>e.replace(hyphenateRE,"-$1").toLowerCase()),capitalize$1=cacheStringFunction(e=>e.charAt(0).toUpperCase()+e.slice(1)),toHandlerKey=cacheStringFunction(e=>e?`on${capitalize$1(e)}`:""),hasChanged=(e,t)=>!Object.is(e,t),invokeArrayFns=(e,...t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:o,value:n})},looseToNumber=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let _globalThis$1;const getGlobalThis$1=()=>_globalThis$1||(_globalThis$1=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function normalizeStyle(e){if(isArray$1(e)){const t={};for(let n=0;n{if(n){const o=n.split(propertyDelimiterRE);o.length>1&&(t[o[0].trim()]=o[1].trim())}}),t}function normalizeClass(e){let t="";if(isString$2(e))t=e;else if(isArray$1(e))for(let n=0;nlooseEqual(n,t))}const isRef$1=e=>!!(e&&e.__v_isRef===!0),toDisplayString$1=e=>isString$2(e)?e:e==null?"":isArray$1(e)||isObject$2(e)&&(e.toString===objectToString$1||!isFunction$1(e.toString))?isRef$1(e)?toDisplayString$1(e.value):JSON.stringify(e,replacer,2):String(e),replacer=(e,t)=>isRef$1(t)?replacer(e,t.value):isMap(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[o,s],a)=>(n[stringifySymbol(o,a)+" =>"]=s,n),{})}:isSet(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>stringifySymbol(n))}:isSymbol(t)?stringifySymbol(t):isObject$2(t)&&!isArray$1(t)&&!isPlainObject$1(t)?String(t):t,stringifySymbol=(e,t="")=>{var n;return isSymbol(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/** -* @vue/reactivity v3.5.10 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**/let activeEffectScope;class EffectScope{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=activeEffectScope,!t&&activeEffectScope&&(this.index=(activeEffectScope.scopes||(activeEffectScope.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t0)return;let e;for(;batchedSub;){let t=batchedSub,n;for(;t;)t.flags&1||(t.flags&=-9),t=t.next;for(t=batchedSub,batchedSub=void 0;t;){if(n=t.next,t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(o){e||(e=o)}t=n}}if(e)throw e}function prepareDeps(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function cleanupDeps(e){let t,n=e.depsTail,o=n;for(;o;){const s=o.prevDep;o.version===-1?(o===n&&(n=s),removeSub(o),removeDep(o)):t=o,o.dep.activeLink=o.prevActiveLink,o.prevActiveLink=void 0,o=s}e.deps=t,e.depsTail=n}function isDirty(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(refreshComputed(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function refreshComputed(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===globalVersion))return;e.globalVersion=globalVersion;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!isDirty(e)){e.flags&=-3;return}const n=activeSub,o=shouldTrack;activeSub=e,shouldTrack=!0;try{prepareDeps(e);const s=e.fn(e._value);(t.version===0||hasChanged(s,e._value))&&(e._value=s,t.version++)}catch(s){throw t.version++,s}finally{activeSub=n,shouldTrack=o,cleanupDeps(e),e.flags&=-3}}function removeSub(e,t=!1){const{dep:n,prevSub:o,nextSub:s}=e;if(o&&(o.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=o,e.nextSub=void 0),n.subs===e&&(n.subs=o),!n.subs&&n.computed){n.computed.flags&=-5;for(let a=n.computed.deps;a;a=a.nextDep)removeSub(a,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function removeDep(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let shouldTrack=!0;const trackStack=[];function pauseTracking(){trackStack.push(shouldTrack),shouldTrack=!1}function resetTracking(){const e=trackStack.pop();shouldTrack=e===void 0?!0:e}function cleanupEffect(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=activeSub;activeSub=void 0;try{t()}finally{activeSub=n}}}let globalVersion=0;class Link{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Dep{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.target=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!activeSub||!shouldTrack||activeSub===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==activeSub)n=this.activeLink=new Link(activeSub,this),activeSub.deps?(n.prevDep=activeSub.depsTail,activeSub.depsTail.nextDep=n,activeSub.depsTail=n):activeSub.deps=activeSub.depsTail=n,addSub(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const o=n.nextDep;o.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=o),n.prevDep=activeSub.depsTail,n.nextDep=void 0,activeSub.depsTail.nextDep=n,activeSub.depsTail=n,activeSub.deps===n&&(activeSub.deps=o)}return n}trigger(t){this.version++,globalVersion++,this.notify(t)}notify(t){startBatch();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{endBatch()}}}function addSub(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let o=t.deps;o;o=o.nextDep)addSub(o)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const targetMap=new WeakMap,ITERATE_KEY=Symbol(""),MAP_KEY_ITERATE_KEY=Symbol(""),ARRAY_ITERATE_KEY=Symbol("");function track$1(e,t,n){if(shouldTrack&&activeSub){let o=targetMap.get(e);o||targetMap.set(e,o=new Map);let s=o.get(n);s||(o.set(n,s=new Dep),s.target=e,s.map=o,s.key=n),s.track()}}function trigger(e,t,n,o,s,a){const r=targetMap.get(e);if(!r){globalVersion++;return}const l=c=>{c&&c.trigger()};if(startBatch(),t==="clear")r.forEach(l);else{const c=isArray$1(e),d=c&&isIntegerKey(n);if(c&&n==="length"){const u=Number(o);r.forEach((m,f)=>{(f==="length"||f===ARRAY_ITERATE_KEY||!isSymbol(f)&&f>=u)&&l(m)})}else switch(n!==void 0&&l(r.get(n)),d&&l(r.get(ARRAY_ITERATE_KEY)),t){case"add":c?d&&l(r.get("length")):(l(r.get(ITERATE_KEY)),isMap(e)&&l(r.get(MAP_KEY_ITERATE_KEY)));break;case"delete":c||(l(r.get(ITERATE_KEY)),isMap(e)&&l(r.get(MAP_KEY_ITERATE_KEY)));break;case"set":isMap(e)&&l(r.get(ITERATE_KEY));break}}endBatch()}function reactiveReadArray(e){const t=toRaw(e);return t===e?t:(track$1(t,"iterate",ARRAY_ITERATE_KEY),isShallow(e)?t:t.map(toReactive))}function shallowReadArray(e){return track$1(e=toRaw(e),"iterate",ARRAY_ITERATE_KEY),e}const arrayInstrumentations={__proto__:null,[Symbol.iterator](){return iterator(this,Symbol.iterator,toReactive)},concat(...e){return reactiveReadArray(this).concat(...e.map(t=>isArray$1(t)?reactiveReadArray(t):t))},entries(){return iterator(this,"entries",e=>(e[1]=toReactive(e[1]),e))},every(e,t){return apply$1(this,"every",e,t,void 0,arguments)},filter(e,t){return apply$1(this,"filter",e,t,n=>n.map(toReactive),arguments)},find(e,t){return apply$1(this,"find",e,t,toReactive,arguments)},findIndex(e,t){return apply$1(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return apply$1(this,"findLast",e,t,toReactive,arguments)},findLastIndex(e,t){return apply$1(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return apply$1(this,"forEach",e,t,void 0,arguments)},includes(...e){return searchProxy(this,"includes",e)},indexOf(...e){return searchProxy(this,"indexOf",e)},join(e){return reactiveReadArray(this).join(e)},lastIndexOf(...e){return searchProxy(this,"lastIndexOf",e)},map(e,t){return apply$1(this,"map",e,t,void 0,arguments)},pop(){return noTracking(this,"pop")},push(...e){return noTracking(this,"push",e)},reduce(e,...t){return reduce(this,"reduce",e,t)},reduceRight(e,...t){return reduce(this,"reduceRight",e,t)},shift(){return noTracking(this,"shift")},some(e,t){return apply$1(this,"some",e,t,void 0,arguments)},splice(...e){return noTracking(this,"splice",e)},toReversed(){return reactiveReadArray(this).toReversed()},toSorted(e){return reactiveReadArray(this).toSorted(e)},toSpliced(...e){return reactiveReadArray(this).toSpliced(...e)},unshift(...e){return noTracking(this,"unshift",e)},values(){return iterator(this,"values",toReactive)}};function iterator(e,t,n){const o=shallowReadArray(e),s=o[t]();return o!==e&&!isShallow(e)&&(s._next=s.next,s.next=()=>{const a=s._next();return a.value&&(a.value=n(a.value)),a}),s}const arrayProto=Array.prototype;function apply$1(e,t,n,o,s,a){const r=shallowReadArray(e),l=r!==e&&!isShallow(e),c=r[t];if(c!==arrayProto[t]){const m=c.apply(e,a);return l?toReactive(m):m}let d=n;r!==e&&(l?d=function(m,f){return n.call(this,toReactive(m),f,e)}:n.length>2&&(d=function(m,f){return n.call(this,m,f,e)}));const u=c.call(r,d,o);return l&&s?s(u):u}function reduce(e,t,n,o){const s=shallowReadArray(e);let a=n;return s!==e&&(isShallow(e)?n.length>3&&(a=function(r,l,c){return n.call(this,r,l,c,e)}):a=function(r,l,c){return n.call(this,r,toReactive(l),c,e)}),s[t](a,...o)}function searchProxy(e,t,n){const o=toRaw(e);track$1(o,"iterate",ARRAY_ITERATE_KEY);const s=o[t](...n);return(s===-1||s===!1)&&isProxy(n[0])?(n[0]=toRaw(n[0]),o[t](...n)):s}function noTracking(e,t,n=[]){pauseTracking(),startBatch();const o=toRaw(e)[t].apply(e,n);return endBatch(),resetTracking(),o}const isNonTrackableKeys=makeMap("__proto__,__v_isRef,__isVue"),builtInSymbols=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(isSymbol));function hasOwnProperty$1(e){isSymbol(e)||(e=String(e));const t=toRaw(this);return track$1(t,"has",e),t.hasOwnProperty(e)}class BaseReactiveHandler{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,o){const s=this._isReadonly,a=this._isShallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return a;if(n==="__v_raw")return o===(s?a?shallowReadonlyMap:readonlyMap:a?shallowReactiveMap:reactiveMap).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(o)?t:void 0;const r=isArray$1(t);if(!s){let c;if(r&&(c=arrayInstrumentations[n]))return c;if(n==="hasOwnProperty")return hasOwnProperty$1}const l=Reflect.get(t,n,isRef(t)?t:o);return(isSymbol(n)?builtInSymbols.has(n):isNonTrackableKeys(n))||(s||track$1(t,"get",n),a)?l:isRef(l)?r&&isIntegerKey(n)?l:l.value:isObject$2(l)?s?readonly(l):reactive(l):l}}class MutableReactiveHandler extends BaseReactiveHandler{constructor(t=!1){super(!1,t)}set(t,n,o,s){let a=t[n];if(!this._isShallow){const c=isReadonly(a);if(!isShallow(o)&&!isReadonly(o)&&(a=toRaw(a),o=toRaw(o)),!isArray$1(t)&&isRef(a)&&!isRef(o))return c?!1:(a.value=o,!0)}const r=isArray$1(t)&&isIntegerKey(n)?Number(n)e,getProto=e=>Reflect.getPrototypeOf(e);function get(e,t,n=!1,o=!1){e=e.__v_raw;const s=toRaw(e),a=toRaw(t);n||(hasChanged(t,a)&&track$1(s,"get",t),track$1(s,"get",a));const{has:r}=getProto(s),l=o?toShallow:n?toReadonly:toReactive;if(r.call(s,t))return l(e.get(t));if(r.call(s,a))return l(e.get(a));e!==s&&e.get(t)}function has(e,t=!1){const n=this.__v_raw,o=toRaw(n),s=toRaw(e);return t||(hasChanged(e,s)&&track$1(o,"has",e),track$1(o,"has",s)),e===s?n.has(e):n.has(e)||n.has(s)}function size(e,t=!1){return e=e.__v_raw,!t&&track$1(toRaw(e),"iterate",ITERATE_KEY),Reflect.get(e,"size",e)}function add(e,t=!1){!t&&!isShallow(e)&&!isReadonly(e)&&(e=toRaw(e));const n=toRaw(this);return getProto(n).has.call(n,e)||(n.add(e),trigger(n,"add",e,e)),this}function set$1(e,t,n=!1){!n&&!isShallow(t)&&!isReadonly(t)&&(t=toRaw(t));const o=toRaw(this),{has:s,get:a}=getProto(o);let r=s.call(o,e);r||(e=toRaw(e),r=s.call(o,e));const l=a.call(o,e);return o.set(e,t),r?hasChanged(t,l)&&trigger(o,"set",e,t):trigger(o,"add",e,t),this}function deleteEntry(e){const t=toRaw(this),{has:n,get:o}=getProto(t);let s=n.call(t,e);s||(e=toRaw(e),s=n.call(t,e)),o&&o.call(t,e);const a=t.delete(e);return s&&trigger(t,"delete",e,void 0),a}function clear(){const e=toRaw(this),t=e.size!==0,n=e.clear();return t&&trigger(e,"clear",void 0,void 0),n}function createForEach(e,t){return function(o,s){const a=this,r=a.__v_raw,l=toRaw(r),c=t?toShallow:e?toReadonly:toReactive;return!e&&track$1(l,"iterate",ITERATE_KEY),r.forEach((d,u)=>o.call(s,c(d),c(u),a))}}function createIterableMethod(e,t,n){return function(...o){const s=this.__v_raw,a=toRaw(s),r=isMap(a),l=e==="entries"||e===Symbol.iterator&&r,c=e==="keys"&&r,d=s[e](...o),u=n?toShallow:t?toReadonly:toReactive;return!t&&track$1(a,"iterate",c?MAP_KEY_ITERATE_KEY:ITERATE_KEY),{next(){const{value:m,done:f}=d.next();return f?{value:m,done:f}:{value:l?[u(m[0]),u(m[1])]:u(m),done:f}},[Symbol.iterator](){return this}}}}function createReadonlyMethod(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function createInstrumentations(){const e={get(a){return get(this,a)},get size(){return size(this)},has,add,set:set$1,delete:deleteEntry,clear,forEach:createForEach(!1,!1)},t={get(a){return get(this,a,!1,!0)},get size(){return size(this)},has,add(a){return add.call(this,a,!0)},set(a,r){return set$1.call(this,a,r,!0)},delete:deleteEntry,clear,forEach:createForEach(!1,!0)},n={get(a){return get(this,a,!0)},get size(){return size(this,!0)},has(a){return has.call(this,a,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!1)},o={get(a){return get(this,a,!0,!0)},get size(){return size(this,!0)},has(a){return has.call(this,a,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(a=>{e[a]=createIterableMethod(a,!1,!1),n[a]=createIterableMethod(a,!0,!1),t[a]=createIterableMethod(a,!1,!0),o[a]=createIterableMethod(a,!0,!0)}),[e,n,t,o]}const[mutableInstrumentations,readonlyInstrumentations,shallowInstrumentations,shallowReadonlyInstrumentations]=createInstrumentations();function createInstrumentationGetter(e,t){const n=t?e?shallowReadonlyInstrumentations:shallowInstrumentations:e?readonlyInstrumentations:mutableInstrumentations;return(o,s,a)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?o:Reflect.get(hasOwn$1(n,s)&&s in o?n:o,s,a)}const mutableCollectionHandlers={get:createInstrumentationGetter(!1,!1)},shallowCollectionHandlers={get:createInstrumentationGetter(!1,!0)},readonlyCollectionHandlers={get:createInstrumentationGetter(!0,!1)},shallowReadonlyCollectionHandlers={get:createInstrumentationGetter(!0,!0)},reactiveMap=new WeakMap,shallowReactiveMap=new WeakMap,readonlyMap=new WeakMap,shallowReadonlyMap=new WeakMap;function targetTypeMap(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function getTargetType(e){return e.__v_skip||!Object.isExtensible(e)?0:targetTypeMap(toRawType(e))}function reactive(e){return isReadonly(e)?e:createReactiveObject(e,!1,mutableHandlers,mutableCollectionHandlers,reactiveMap)}function shallowReactive(e){return createReactiveObject(e,!1,shallowReactiveHandlers,shallowCollectionHandlers,shallowReactiveMap)}function readonly(e){return createReactiveObject(e,!0,readonlyHandlers,readonlyCollectionHandlers,readonlyMap)}function shallowReadonly(e){return createReactiveObject(e,!0,shallowReadonlyHandlers,shallowReadonlyCollectionHandlers,shallowReadonlyMap)}function createReactiveObject(e,t,n,o,s){if(!isObject$2(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const a=s.get(e);if(a)return a;const r=getTargetType(e);if(r===0)return e;const l=new Proxy(e,r===2?o:n);return s.set(e,l),l}function isReactive(e){return isReadonly(e)?isReactive(e.__v_raw):!!(e&&e.__v_isReactive)}function isReadonly(e){return!!(e&&e.__v_isReadonly)}function isShallow(e){return!!(e&&e.__v_isShallow)}function isProxy(e){return e?!!e.__v_raw:!1}function toRaw(e){const t=e&&e.__v_raw;return t?toRaw(t):e}function markRaw(e){return!hasOwn$1(e,"__v_skip")&&Object.isExtensible(e)&&def(e,"__v_skip",!0),e}const toReactive=e=>isObject$2(e)?reactive(e):e,toReadonly=e=>isObject$2(e)?readonly(e):e;function isRef(e){return e?e.__v_isRef===!0:!1}function ref(e){return createRef(e,!1)}function shallowRef(e){return createRef(e,!0)}function createRef(e,t){return isRef(e)?e:new RefImpl(e,t)}class RefImpl{constructor(t,n){this.dep=new Dep,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:toRaw(t),this._value=n?t:toReactive(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,o=this.__v_isShallow||isShallow(t)||isReadonly(t);t=o?t:toRaw(t),hasChanged(t,n)&&(this._rawValue=t,this._value=o?t:toReactive(t),this.dep.trigger())}}function unref(e){return isRef(e)?e.value:e}const shallowUnwrapHandlers={get:(e,t,n)=>t==="__v_raw"?e:unref(Reflect.get(e,t,n)),set:(e,t,n,o)=>{const s=e[t];return isRef(s)&&!isRef(n)?(s.value=n,!0):Reflect.set(e,t,n,o)}};function proxyRefs(e){return isReactive(e)?e:new Proxy(e,shallowUnwrapHandlers)}class ComputedRefImpl{constructor(t,n,o){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Dep(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=globalVersion-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=o}notify(){if(this.flags|=16,!(this.flags&8)&&activeSub!==this)return batch(this),!0}get value(){const t=this.dep.track();return refreshComputed(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function computed$1(e,t,n=!1){let o,s;return isFunction$1(e)?o=e:(o=e.get,s=e.set),new ComputedRefImpl(o,s,n)}const INITIAL_WATCHER_VALUE={},cleanupMap=new WeakMap;let activeWatcher;function onWatcherCleanup(e,t=!1,n=activeWatcher){if(n){let o=cleanupMap.get(n);o||cleanupMap.set(n,o=[]),o.push(e)}}function watch$1(e,t,n=EMPTY_OBJ){const{immediate:o,deep:s,once:a,scheduler:r,augmentJob:l,call:c}=n,d=_=>s?_:isShallow(_)||s===!1||s===0?traverse(_,1):traverse(_);let u,m,f,v,B=!1,N=!1;if(isRef(e)?(m=()=>e.value,B=isShallow(e)):isReactive(e)?(m=()=>d(e),B=!0):isArray$1(e)?(N=!0,B=e.some(_=>isReactive(_)||isShallow(_)),m=()=>e.map(_=>{if(isRef(_))return _.value;if(isReactive(_))return d(_);if(isFunction$1(_))return c?c(_,2):_()})):isFunction$1(e)?t?m=c?()=>c(e,2):e:m=()=>{if(f){pauseTracking();try{f()}finally{resetTracking()}}const _=activeWatcher;activeWatcher=u;try{return c?c(e,3,[v]):e(v)}finally{activeWatcher=_}}:m=NOOP,t&&s){const _=m,E=s===!0?1/0:s;m=()=>traverse(_(),E)}const C=getCurrentScope(),w=()=>{u.stop(),C&&remove(C.effects,u)};if(a&&t){const _=t;t=(...E)=>{_(...E),w()}}let y=N?new Array(e.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const g=_=>{if(!(!(u.flags&1)||!u.dirty&&!_))if(t){const E=u.run();if(s||B||(N?E.some(($,V)=>hasChanged($,y[V])):hasChanged(E,y))){f&&f();const $=activeWatcher;activeWatcher=u;try{const V=[E,y===INITIAL_WATCHER_VALUE?void 0:N&&y[0]===INITIAL_WATCHER_VALUE?[]:y,v];c?c(t,3,V):t(...V),y=E}finally{activeWatcher=$}}}else u.run()};return l&&l(g),u=new ReactiveEffect(m),u.scheduler=r?()=>r(g,!1):g,v=_=>onWatcherCleanup(_,!1,u),f=u.onStop=()=>{const _=cleanupMap.get(u);if(_){if(c)c(_,4);else for(const E of _)E();cleanupMap.delete(u)}},t?o?g(!0):y=u.run():r?r(g.bind(null,!0),!0):u.run(),w.pause=u.pause.bind(u),w.resume=u.resume.bind(u),w.stop=w,w}function traverse(e,t=1/0,n){if(t<=0||!isObject$2(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,isRef(e))traverse(e.value,t,n);else if(isArray$1(e))for(let o=0;o{traverse(o,t,n)});else if(isPlainObject$1(e)){for(const o in e)traverse(e[o],t,n);for(const o of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,o)&&traverse(e[o],t,n)}return e}/** -* @vue/runtime-core v3.5.10 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**/const stack=[];let isWarning=!1;function warn$1$1(e,...t){if(isWarning)return;isWarning=!0,pauseTracking();const n=stack.length?stack[stack.length-1].component:null,o=n&&n.appContext.config.warnHandler,s=getComponentTrace();if(o)callWithErrorHandling(o,n,11,[e+t.map(a=>{var r,l;return(l=(r=a.toString)==null?void 0:r.call(a))!=null?l:JSON.stringify(a)}).join(""),n&&n.proxy,s.map(({vnode:a})=>`at <${formatComponentName(n,a.type)}>`).join(` -`),s]);else{const a=[`[Vue warn]: ${e}`,...t];s.length&&a.push(` -`,...formatTrace(s)),console.warn(...a)}resetTracking(),isWarning=!1}function getComponentTrace(){let e=stack[stack.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const o=e.component&&e.component.parent;e=o&&o.vnode}return t}function formatTrace(e){const t=[];return e.forEach((n,o)=>{t.push(...o===0?[]:[` -`],...formatTraceEntry(n))}),t}function formatTraceEntry({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",o=e.component?e.component.parent==null:!1,s=` at <${formatComponentName(e.component,e.type,o)}`,a=">"+n;return e.props?[s,...formatProps(e.props),a]:[s+a]}function formatProps(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(o=>{t.push(...formatProp(o,e[o]))}),n.length>3&&t.push(" ..."),t}function formatProp(e,t,n){return isString$2(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:isRef(t)?(t=formatProp(e,toRaw(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):isFunction$1(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=toRaw(t),n?t:[`${e}=`,t])}function callWithErrorHandling(e,t,n,o){try{return o?e(...o):e()}catch(s){handleError(s,t,n)}}function callWithAsyncErrorHandling(e,t,n,o){if(isFunction$1(e)){const s=callWithErrorHandling(e,t,n,o);return s&&isPromise$1(s)&&s.catch(a=>{handleError(a,t,n)}),s}if(isArray$1(e)){const s=[];for(let a=0;a>>1,s=queue[o],a=getId(s);a=getId(n)?queue.push(e):queue.splice(findInsertionIndex(t),0,e),e.flags|=1,queueFlush()}}function queueFlush(){!isFlushing&&!isFlushPending&&(isFlushPending=!0,currentFlushPromise=resolvedPromise.then(flushJobs))}function queuePostFlushCb(e){isArray$1(e)?pendingPostFlushCbs.push(...e):activePostFlushCbs&&e.id===-1?activePostFlushCbs.splice(postFlushIndex+1,0,e):e.flags&1||(pendingPostFlushCbs.push(e),e.flags|=1),queueFlush()}function flushPreFlushCbs(e,t,n=isFlushing?flushIndex+1:0){for(;ngetId(n)-getId(o));if(pendingPostFlushCbs.length=0,activePostFlushCbs){activePostFlushCbs.push(...t);return}for(activePostFlushCbs=t,postFlushIndex=0;postFlushIndexe.id==null?e.flags&2?-1:1/0:e.id;function flushJobs(e){isFlushPending=!1,isFlushing=!0;try{for(flushIndex=0;flushIndex{o._d&&setBlockTracking(-1);const a=setCurrentRenderingInstance(t);let r;try{r=e(...s)}finally{setCurrentRenderingInstance(a),o._d&&setBlockTracking(1)}return r};return o._n=!0,o._c=!0,o._d=!0,o}function withDirectives(e,t){if(currentRenderingInstance===null)return e;const n=getComponentPublicInstance(currentRenderingInstance),o=e.dirs||(e.dirs=[]);for(let s=0;se.__isTeleport;function setTransitionHooks(e,t){e.shapeFlag&6&&e.component?(e.transition=t,setTransitionHooks(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function defineComponent(e,t){return isFunction$1(e)?extend({name:e.name},t,{setup:e}):e}function markAsyncBoundary(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function setRef(e,t,n,o,s=!1){if(isArray$1(e)){e.forEach((B,N)=>setRef(B,t&&(isArray$1(t)?t[N]:t),n,o,s));return}if(isAsyncWrapper(o)&&!s)return;const a=o.shapeFlag&4?getComponentPublicInstance(o.component):o.el,r=s?null:a,{i:l,r:c}=e,d=t&&t.r,u=l.refs===EMPTY_OBJ?l.refs={}:l.refs,m=l.setupState,f=toRaw(m),v=m===EMPTY_OBJ?()=>!1:B=>hasOwn$1(f,B);if(d!=null&&d!==c&&(isString$2(d)?(u[d]=null,v(d)&&(m[d]=null)):isRef(d)&&(d.value=null)),isFunction$1(c))callWithErrorHandling(c,l,12,[r,u]);else{const B=isString$2(c),N=isRef(c);if(B||N){const C=()=>{if(e.f){const w=B?v(c)?m[c]:u[c]:c.value;s?isArray$1(w)&&remove(w,a):isArray$1(w)?w.includes(a)||w.push(a):B?(u[c]=[a],v(c)&&(m[c]=u[c])):(c.value=[a],e.k&&(u[e.k]=c.value))}else B?(u[c]=r,v(c)&&(m[c]=r)):N&&(c.value=r,e.k&&(u[e.k]=r))};r?(C.id=-1,queuePostRenderEffect(C,n)):C()}}}const isAsyncWrapper=e=>!!e.type.__asyncLoader,isKeepAlive=e=>e.type.__isKeepAlive;function onActivated(e,t){registerKeepAliveHook(e,"a",t)}function onDeactivated(e,t){registerKeepAliveHook(e,"da",t)}function registerKeepAliveHook(e,t,n=currentInstance){const o=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(injectHook(t,o,n),n){let s=n.parent;for(;s&&s.parent;)isKeepAlive(s.parent.vnode)&&injectToKeepAliveRoot(o,t,n,s),s=s.parent}}function injectToKeepAliveRoot(e,t,n,o){const s=injectHook(t,e,o,!0);onUnmounted(()=>{remove(o[t],s)},n)}function injectHook(e,t,n=currentInstance,o=!1){if(n){const s=n[e]||(n[e]=[]),a=t.__weh||(t.__weh=(...r)=>{pauseTracking();const l=setCurrentInstance(n),c=callWithAsyncErrorHandling(t,n,e,r);return l(),resetTracking(),c});return o?s.unshift(a):s.push(a),a}}const createHook=e=>(t,n=currentInstance)=>{(!isInSSRComponentSetup||e==="sp")&&injectHook(e,(...o)=>t(...o),n)},onBeforeMount=createHook("bm"),onMounted=createHook("m"),onBeforeUpdate=createHook("bu"),onUpdated=createHook("u"),onBeforeUnmount=createHook("bum"),onUnmounted=createHook("um"),onServerPrefetch=createHook("sp"),onRenderTriggered=createHook("rtg"),onRenderTracked=createHook("rtc");function onErrorCaptured(e,t=currentInstance){injectHook("ec",e,t)}const COMPONENTS="components",DIRECTIVES="directives";function resolveComponent(e,t){return resolveAsset(COMPONENTS,e,!0,t)||e}const NULL_DYNAMIC_COMPONENT=Symbol.for("v-ndc");function resolveDirective(e){return resolveAsset(DIRECTIVES,e)}function resolveAsset(e,t,n=!0,o=!1){const s=currentRenderingInstance||currentInstance;if(s){const a=s.type;if(e===COMPONENTS){const l=getComponentName(a,!1);if(l&&(l===t||l===camelize(t)||l===capitalize$1(camelize(t))))return a}const r=resolve(s[e]||a[e],t)||resolve(s.appContext[e],t);return!r&&o?a:r}}function resolve(e,t){return e&&(e[t]||e[camelize(t)]||e[capitalize$1(camelize(t))])}function renderList(e,t,n,o){let s;const a=n,r=isArray$1(e);if(r||isString$2(e)){const l=r&&isReactive(e);let c=!1;l&&(c=!isShallow(e),e=shallowReadArray(e)),s=new Array(e.length);for(let d=0,u=e.length;dt(l,c,void 0,a));else{const l=Object.keys(e);s=new Array(l.length);for(let c=0,d=l.length;cisVNode$1(t)?!(t.type===Comment||t.type===Fragment&&!ensureValidVNode(t.children)):!0)?e:null}const getPublicInstance=e=>e?isStatefulComponent(e)?getComponentPublicInstance(e):getPublicInstance(e.parent):null,publicPropertiesMap=extend(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>getPublicInstance(e.parent),$root:e=>getPublicInstance(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>resolveMergedOptions(e),$forceUpdate:e=>e.f||(e.f=()=>{queueJob(e.update)}),$nextTick:e=>e.n||(e.n=nextTick.bind(e.proxy)),$watch:e=>instanceWatch.bind(e)}),hasSetupBinding=(e,t)=>e!==EMPTY_OBJ&&!e.__isScriptSetup&&hasOwn$1(e,t),PublicInstanceProxyHandlers={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:o,data:s,props:a,accessCache:r,type:l,appContext:c}=e;let d;if(t[0]!=="$"){const v=r[t];if(v!==void 0)switch(v){case 1:return o[t];case 2:return s[t];case 4:return n[t];case 3:return a[t]}else{if(hasSetupBinding(o,t))return r[t]=1,o[t];if(s!==EMPTY_OBJ&&hasOwn$1(s,t))return r[t]=2,s[t];if((d=e.propsOptions[0])&&hasOwn$1(d,t))return r[t]=3,a[t];if(n!==EMPTY_OBJ&&hasOwn$1(n,t))return r[t]=4,n[t];shouldCacheAccess&&(r[t]=0)}}const u=publicPropertiesMap[t];let m,f;if(u)return t==="$attrs"&&track$1(e.attrs,"get",""),u(e);if((m=l.__cssModules)&&(m=m[t]))return m;if(n!==EMPTY_OBJ&&hasOwn$1(n,t))return r[t]=4,n[t];if(f=c.config.globalProperties,hasOwn$1(f,t))return f[t]},set({_:e},t,n){const{data:o,setupState:s,ctx:a}=e;return hasSetupBinding(s,t)?(s[t]=n,!0):o!==EMPTY_OBJ&&hasOwn$1(o,t)?(o[t]=n,!0):hasOwn$1(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(a[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:o,appContext:s,propsOptions:a}},r){let l;return!!n[r]||e!==EMPTY_OBJ&&hasOwn$1(e,r)||hasSetupBinding(t,r)||(l=a[0])&&hasOwn$1(l,r)||hasOwn$1(o,r)||hasOwn$1(publicPropertiesMap,r)||hasOwn$1(s.config.globalProperties,r)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:hasOwn$1(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function useSlots(){return getContext().slots}function getContext(){const e=getCurrentInstance();return e.setupContext||(e.setupContext=createSetupContext(e))}function normalizePropsOrEmits(e){return isArray$1(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let shouldCacheAccess=!0;function applyOptions(e){const t=resolveMergedOptions(e),n=e.proxy,o=e.ctx;shouldCacheAccess=!1,t.beforeCreate&&callHook(t.beforeCreate,e,"bc");const{data:s,computed:a,methods:r,watch:l,provide:c,inject:d,created:u,beforeMount:m,mounted:f,beforeUpdate:v,updated:B,activated:N,deactivated:C,beforeDestroy:w,beforeUnmount:y,destroyed:g,unmounted:_,render:E,renderTracked:$,renderTriggered:V,errorCaptured:P,serverPrefetch:M,expose:S,inheritAttrs:F,components:O,directives:U,filters:Z}=t;if(d&&resolveInjections(d,o,null),r)for(const oe in r){const ee=r[oe];isFunction$1(ee)&&(o[oe]=ee.bind(n))}if(s){const oe=s.call(n,n);isObject$2(oe)&&(e.data=reactive(oe))}if(shouldCacheAccess=!0,a)for(const oe in a){const ee=a[oe],ae=isFunction$1(ee)?ee.bind(n,n):isFunction$1(ee.get)?ee.get.bind(n,n):NOOP,re=!isFunction$1(ee)&&isFunction$1(ee.set)?ee.set.bind(n):NOOP,L=computed({get:ae,set:re});Object.defineProperty(o,oe,{enumerable:!0,configurable:!0,get:()=>L.value,set:H=>L.value=H})}if(l)for(const oe in l)createWatcher(l[oe],o,n,oe);if(c){const oe=isFunction$1(c)?c.call(n):c;Reflect.ownKeys(oe).forEach(ee=>{provide(ee,oe[ee])})}u&&callHook(u,e,"c");function Q(oe,ee){isArray$1(ee)?ee.forEach(ae=>oe(ae.bind(n))):ee&&oe(ee.bind(n))}if(Q(onBeforeMount,m),Q(onMounted,f),Q(onBeforeUpdate,v),Q(onUpdated,B),Q(onActivated,N),Q(onDeactivated,C),Q(onErrorCaptured,P),Q(onRenderTracked,$),Q(onRenderTriggered,V),Q(onBeforeUnmount,y),Q(onUnmounted,_),Q(onServerPrefetch,M),isArray$1(S))if(S.length){const oe=e.exposed||(e.exposed={});S.forEach(ee=>{Object.defineProperty(oe,ee,{get:()=>n[ee],set:ae=>n[ee]=ae})})}else e.exposed||(e.exposed={});E&&e.render===NOOP&&(e.render=E),F!=null&&(e.inheritAttrs=F),O&&(e.components=O),U&&(e.directives=U),M&&markAsyncBoundary(e)}function resolveInjections(e,t,n=NOOP){isArray$1(e)&&(e=normalizeInject(e));for(const o in e){const s=e[o];let a;isObject$2(s)?"default"in s?a=inject(s.from||o,s.default,!0):a=inject(s.from||o):a=inject(s),isRef(a)?Object.defineProperty(t,o,{enumerable:!0,configurable:!0,get:()=>a.value,set:r=>a.value=r}):t[o]=a}}function callHook(e,t,n){callWithAsyncErrorHandling(isArray$1(e)?e.map(o=>o.bind(t.proxy)):e.bind(t.proxy),t,n)}function createWatcher(e,t,n,o){let s=o.includes(".")?createPathGetter(n,o):()=>n[o];if(isString$2(e)){const a=t[e];isFunction$1(a)&&watch(s,a)}else if(isFunction$1(e))watch(s,e.bind(n));else if(isObject$2(e))if(isArray$1(e))e.forEach(a=>createWatcher(a,t,n,o));else{const a=isFunction$1(e.handler)?e.handler.bind(n):t[e.handler];isFunction$1(a)&&watch(s,a,e)}}function resolveMergedOptions(e){const t=e.type,{mixins:n,extends:o}=t,{mixins:s,optionsCache:a,config:{optionMergeStrategies:r}}=e.appContext,l=a.get(t);let c;return l?c=l:!s.length&&!n&&!o?c=t:(c={},s.length&&s.forEach(d=>mergeOptions(c,d,r,!0)),mergeOptions(c,t,r)),isObject$2(t)&&a.set(t,c),c}function mergeOptions(e,t,n,o=!1){const{mixins:s,extends:a}=t;a&&mergeOptions(e,a,n,!0),s&&s.forEach(r=>mergeOptions(e,r,n,!0));for(const r in t)if(!(o&&r==="expose")){const l=internalOptionMergeStrats[r]||n&&n[r];e[r]=l?l(e[r],t[r]):t[r]}return e}const internalOptionMergeStrats={data:mergeDataFn,props:mergeEmitsOrPropsOptions,emits:mergeEmitsOrPropsOptions,methods:mergeObjectOptions,computed:mergeObjectOptions,beforeCreate:mergeAsArray,created:mergeAsArray,beforeMount:mergeAsArray,mounted:mergeAsArray,beforeUpdate:mergeAsArray,updated:mergeAsArray,beforeDestroy:mergeAsArray,beforeUnmount:mergeAsArray,destroyed:mergeAsArray,unmounted:mergeAsArray,activated:mergeAsArray,deactivated:mergeAsArray,errorCaptured:mergeAsArray,serverPrefetch:mergeAsArray,components:mergeObjectOptions,directives:mergeObjectOptions,watch:mergeWatchOptions,provide:mergeDataFn,inject:mergeInject};function mergeDataFn(e,t){return t?e?function(){return extend(isFunction$1(e)?e.call(this,this):e,isFunction$1(t)?t.call(this,this):t)}:t:e}function mergeInject(e,t){return mergeObjectOptions(normalizeInject(e),normalizeInject(t))}function normalizeInject(e){if(isArray$1(e)){const t={};for(let n=0;n1)return n&&isFunction$1(t)?t.call(o&&o.proxy):t}}const internalObjectProto={},createInternalObject=()=>Object.create(internalObjectProto),isInternalObject=e=>Object.getPrototypeOf(e)===internalObjectProto;function initProps(e,t,n,o=!1){const s={},a=createInternalObject();e.propsDefaults=Object.create(null),setFullProps(e,t,s,a);for(const r in e.propsOptions[0])r in s||(s[r]=void 0);n?e.props=o?s:shallowReactive(s):e.type.props?e.props=s:e.props=a,e.attrs=a}function updateProps(e,t,n,o){const{props:s,attrs:a,vnode:{patchFlag:r}}=e,l=toRaw(s),[c]=e.propsOptions;let d=!1;if((o||r>0)&&!(r&16)){if(r&8){const u=e.vnode.dynamicProps;for(let m=0;m{c=!0;const[f,v]=normalizePropsOptions(m,t,!0);extend(r,f),v&&l.push(...v)};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!a&&!c)return isObject$2(e)&&o.set(e,EMPTY_ARR),EMPTY_ARR;if(isArray$1(a))for(let u=0;ue[0]==="_"||e==="$stable",normalizeSlotValue=e=>isArray$1(e)?e.map(normalizeVNode):[normalizeVNode(e)],normalizeSlot=(e,t,n)=>{if(t._n)return t;const o=withCtx((...s)=>normalizeSlotValue(t(...s)),n);return o._c=!1,o},normalizeObjectSlots=(e,t,n)=>{const o=e._ctx;for(const s in e){if(isInternalKey(s))continue;const a=e[s];if(isFunction$1(a))t[s]=normalizeSlot(s,a,o);else if(a!=null){const r=normalizeSlotValue(a);t[s]=()=>r}}},normalizeVNodeSlots=(e,t)=>{const n=normalizeSlotValue(t);e.slots.default=()=>n},assignSlots=(e,t,n)=>{for(const o in t)(n||o!=="_")&&(e[o]=t[o])},initSlots=(e,t,n)=>{const o=e.slots=createInternalObject();if(e.vnode.shapeFlag&32){const s=t._;s?(assignSlots(o,t,n),n&&def(o,"_",s,!0)):normalizeObjectSlots(t,o)}else t&&normalizeVNodeSlots(e,t)},updateSlots=(e,t,n)=>{const{vnode:o,slots:s}=e;let a=!0,r=EMPTY_OBJ;if(o.shapeFlag&32){const l=t._;l?n&&l===1?a=!1:assignSlots(s,t,n):(a=!t.$stable,normalizeObjectSlots(t,s)),r=t}else t&&(normalizeVNodeSlots(e,t),r={default:1});if(a)for(const l in s)!isInternalKey(l)&&r[l]==null&&delete s[l]},queuePostRenderEffect=queueEffectWithSuspense;function createRenderer(e){return baseCreateRenderer(e)}function baseCreateRenderer(e,t){const n=getGlobalThis$1();n.__VUE__=!0;const{insert:o,remove:s,patchProp:a,createElement:r,createText:l,createComment:c,setText:d,setElementText:u,parentNode:m,nextSibling:f,setScopeId:v=NOOP,insertStaticContent:B}=e,N=(A,b,T,z=null,j=null,K=null,J=void 0,k=null,x=!!b.dynamicChildren)=>{if(A===b)return;A&&!isSameVNodeType(A,b)&&(z=fe(A),H(A,j,K,!0),A=null),b.patchFlag===-2&&(x=!1,b.dynamicChildren=null);const{type:D,ref:q,shapeFlag:X}=b;switch(D){case Text:C(A,b,T,z);break;case Comment:w(A,b,T,z);break;case Static:A==null&&y(b,T,z,J);break;case Fragment:O(A,b,T,z,j,K,J,k,x);break;default:X&1?E(A,b,T,z,j,K,J,k,x):X&6?U(A,b,T,z,j,K,J,k,x):(X&64||X&128)&&D.process(A,b,T,z,j,K,J,k,x,me)}q!=null&&j&&setRef(q,A&&A.ref,K,b||A,!b)},C=(A,b,T,z)=>{if(A==null)o(b.el=l(b.children),T,z);else{const j=b.el=A.el;b.children!==A.children&&d(j,b.children)}},w=(A,b,T,z)=>{A==null?o(b.el=c(b.children||""),T,z):b.el=A.el},y=(A,b,T,z)=>{[A.el,A.anchor]=B(A.children,b,T,z,A.el,A.anchor)},g=({el:A,anchor:b},T,z)=>{let j;for(;A&&A!==b;)j=f(A),o(A,T,z),A=j;o(b,T,z)},_=({el:A,anchor:b})=>{let T;for(;A&&A!==b;)T=f(A),s(A),A=T;s(b)},E=(A,b,T,z,j,K,J,k,x)=>{b.type==="svg"?J="svg":b.type==="math"&&(J="mathml"),A==null?$(b,T,z,j,K,J,k,x):M(A,b,j,K,J,k,x)},$=(A,b,T,z,j,K,J,k)=>{let x,D;const{props:q,shapeFlag:X,transition:G,dirs:I}=A;if(x=A.el=r(A.type,K,q&&q.is,q),X&8?u(x,A.children):X&16&&P(A.children,x,null,z,j,resolveChildrenNamespace(A,K),J,k),I&&invokeDirectiveHook(A,null,z,"created"),V(x,A,A.scopeId,J,z),q){for(const ne in q)ne!=="value"&&!isReservedProp(ne)&&a(x,ne,null,q[ne],K,z);"value"in q&&a(x,"value",null,q.value,K),(D=q.onVnodeBeforeMount)&&invokeVNodeHook(D,z,A)}I&&invokeDirectiveHook(A,null,z,"beforeMount");const R=needTransition(j,G);R&&G.beforeEnter(x),o(x,b,T),((D=q&&q.onVnodeMounted)||R||I)&&queuePostRenderEffect(()=>{D&&invokeVNodeHook(D,z,A),R&&G.enter(x),I&&invokeDirectiveHook(A,null,z,"mounted")},j)},V=(A,b,T,z,j)=>{if(T&&v(A,T),z)for(let K=0;K{for(let D=x;D{const k=b.el=A.el;let{patchFlag:x,dynamicChildren:D,dirs:q}=b;x|=A.patchFlag&16;const X=A.props||EMPTY_OBJ,G=b.props||EMPTY_OBJ;let I;if(T&&toggleRecurse(T,!1),(I=G.onVnodeBeforeUpdate)&&invokeVNodeHook(I,T,b,A),q&&invokeDirectiveHook(b,A,T,"beforeUpdate"),T&&toggleRecurse(T,!0),(X.innerHTML&&G.innerHTML==null||X.textContent&&G.textContent==null)&&u(k,""),D?S(A.dynamicChildren,D,k,T,z,resolveChildrenNamespace(b,j),K):J||ee(A,b,k,null,T,z,resolveChildrenNamespace(b,j),K,!1),x>0){if(x&16)F(k,X,G,T,j);else if(x&2&&X.class!==G.class&&a(k,"class",null,G.class,j),x&4&&a(k,"style",X.style,G.style,j),x&8){const R=b.dynamicProps;for(let ne=0;ne{I&&invokeVNodeHook(I,T,b,A),q&&invokeDirectiveHook(b,A,T,"updated")},z)},S=(A,b,T,z,j,K,J)=>{for(let k=0;k{if(b!==T){if(b!==EMPTY_OBJ)for(const K in b)!isReservedProp(K)&&!(K in T)&&a(A,K,b[K],null,j,z);for(const K in T){if(isReservedProp(K))continue;const J=T[K],k=b[K];J!==k&&K!=="value"&&a(A,K,k,J,j,z)}"value"in T&&a(A,"value",b.value,T.value,j)}},O=(A,b,T,z,j,K,J,k,x)=>{const D=b.el=A?A.el:l(""),q=b.anchor=A?A.anchor:l("");let{patchFlag:X,dynamicChildren:G,slotScopeIds:I}=b;I&&(k=k?k.concat(I):I),A==null?(o(D,T,z),o(q,T,z),P(b.children||[],T,q,j,K,J,k,x)):X>0&&X&64&&G&&A.dynamicChildren?(S(A.dynamicChildren,G,T,j,K,J,k),(b.key!=null||j&&b===j.subTree)&&traverseStaticChildren(A,b,!0)):ee(A,b,T,q,j,K,J,k,x)},U=(A,b,T,z,j,K,J,k,x)=>{b.slotScopeIds=k,A==null?b.shapeFlag&512?j.ctx.activate(b,T,z,J,x):Z(b,T,z,j,K,J,x):te(A,b,x)},Z=(A,b,T,z,j,K,J)=>{const k=A.component=createComponentInstance(A,z,j);if(isKeepAlive(A)&&(k.ctx.renderer=me),setupComponent(k,!1,J),k.asyncDep){if(j&&j.registerDep(k,Q,J),!A.el){const x=k.subTree=createVNode(Comment);w(null,x,b,T)}}else Q(k,A,b,T,j,K,J)},te=(A,b,T)=>{const z=b.component=A.component;if(shouldUpdateComponent(A,b,T))if(z.asyncDep&&!z.asyncResolved){oe(z,b,T);return}else z.next=b,z.update();else b.el=A.el,z.vnode=b},Q=(A,b,T,z,j,K,J)=>{const k=()=>{if(A.isMounted){let{next:X,bu:G,u:I,parent:R,vnode:ne}=A;{const ge=locateNonHydratedAsyncRoot(A);if(ge){X&&(X.el=ne.el,oe(A,X,J)),ge.asyncDep.then(()=>{A.isUnmounted||k()});return}}let se=X,ue;toggleRecurse(A,!1),X?(X.el=ne.el,oe(A,X,J)):X=ne,G&&invokeArrayFns(G),(ue=X.props&&X.props.onVnodeBeforeUpdate)&&invokeVNodeHook(ue,R,X,ne),toggleRecurse(A,!0);const de=renderComponentRoot(A),pe=A.subTree;A.subTree=de,N(pe,de,m(pe.el),fe(pe),A,j,K),X.el=de.el,se===null&&updateHOCHostEl(A,de.el),I&&queuePostRenderEffect(I,j),(ue=X.props&&X.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(ue,R,X,ne),j)}else{let X;const{el:G,props:I}=b,{bm:R,m:ne,parent:se,root:ue,type:de}=A,pe=isAsyncWrapper(b);if(toggleRecurse(A,!1),R&&invokeArrayFns(R),!pe&&(X=I&&I.onVnodeBeforeMount)&&invokeVNodeHook(X,se,b),toggleRecurse(A,!0),G&&ve){const ge=()=>{A.subTree=renderComponentRoot(A),ve(G,A.subTree,A,j,null)};pe&&de.__asyncHydrate?de.__asyncHydrate(G,A,ge):ge()}else{ue.ce&&ue.ce._injectChildStyle(de);const ge=A.subTree=renderComponentRoot(A);N(null,ge,T,z,A,j,K),b.el=ge.el}if(ne&&queuePostRenderEffect(ne,j),!pe&&(X=I&&I.onVnodeMounted)){const ge=b;queuePostRenderEffect(()=>invokeVNodeHook(X,se,ge),j)}(b.shapeFlag&256||se&&isAsyncWrapper(se.vnode)&&se.vnode.shapeFlag&256)&&A.a&&queuePostRenderEffect(A.a,j),A.isMounted=!0,b=T=z=null}};A.scope.on();const x=A.effect=new ReactiveEffect(k);A.scope.off();const D=A.update=x.run.bind(x),q=A.job=x.runIfDirty.bind(x);q.i=A,q.id=A.uid,x.scheduler=()=>queueJob(q),toggleRecurse(A,!0),D()},oe=(A,b,T)=>{b.component=A;const z=A.vnode.props;A.vnode=b,A.next=null,updateProps(A,b.props,z,T),updateSlots(A,b.children,T),pauseTracking(),flushPreFlushCbs(A),resetTracking()},ee=(A,b,T,z,j,K,J,k,x=!1)=>{const D=A&&A.children,q=A?A.shapeFlag:0,X=b.children,{patchFlag:G,shapeFlag:I}=b;if(G>0){if(G&128){re(D,X,T,z,j,K,J,k,x);return}else if(G&256){ae(D,X,T,z,j,K,J,k,x);return}}I&8?(q&16&&le(D,j,K),X!==D&&u(T,X)):q&16?I&16?re(D,X,T,z,j,K,J,k,x):le(D,j,K,!0):(q&8&&u(T,""),I&16&&P(X,T,z,j,K,J,k,x))},ae=(A,b,T,z,j,K,J,k,x)=>{A=A||EMPTY_ARR,b=b||EMPTY_ARR;const D=A.length,q=b.length,X=Math.min(D,q);let G;for(G=0;Gq?le(A,j,K,!0,!1,X):P(b,T,z,j,K,J,k,x,X)},re=(A,b,T,z,j,K,J,k,x)=>{let D=0;const q=b.length;let X=A.length-1,G=q-1;for(;D<=X&&D<=G;){const I=A[D],R=b[D]=x?cloneIfMounted(b[D]):normalizeVNode(b[D]);if(isSameVNodeType(I,R))N(I,R,T,null,j,K,J,k,x);else break;D++}for(;D<=X&&D<=G;){const I=A[X],R=b[G]=x?cloneIfMounted(b[G]):normalizeVNode(b[G]);if(isSameVNodeType(I,R))N(I,R,T,null,j,K,J,k,x);else break;X--,G--}if(D>X){if(D<=G){const I=G+1,R=IG)for(;D<=X;)H(A[D],j,K,!0),D++;else{const I=D,R=D,ne=new Map;for(D=R;D<=G;D++){const he=b[D]=x?cloneIfMounted(b[D]):normalizeVNode(b[D]);he.key!=null&&ne.set(he.key,D)}let se,ue=0;const de=G-R+1;let pe=!1,ge=0;const xe=new Array(de);for(D=0;D=de){H(he,j,K,!0);continue}let ye;if(he.key!=null)ye=ne.get(he.key);else for(se=R;se<=G;se++)if(xe[se-R]===0&&isSameVNodeType(he,b[se])){ye=se;break}ye===void 0?H(he,j,K,!0):(xe[ye-R]=D+1,ye>=ge?ge=ye:pe=!0,N(he,b[ye],T,null,j,K,J,k,x),ue++)}const Ce=pe?getSequence(xe):EMPTY_ARR;for(se=Ce.length-1,D=de-1;D>=0;D--){const he=R+D,ye=b[he],Ne=he+1{const{el:K,type:J,transition:k,children:x,shapeFlag:D}=A;if(D&6){L(A.component.subTree,b,T,z);return}if(D&128){A.suspense.move(b,T,z);return}if(D&64){J.move(A,b,T,me);return}if(J===Fragment){o(K,b,T);for(let X=0;Xk.enter(K),j);else{const{leave:X,delayLeave:G,afterLeave:I}=k,R=()=>o(K,b,T),ne=()=>{X(K,()=>{R(),I&&I()})};G?G(K,R,ne):ne()}else o(K,b,T)},H=(A,b,T,z=!1,j=!1)=>{const{type:K,props:J,ref:k,children:x,dynamicChildren:D,shapeFlag:q,patchFlag:X,dirs:G,cacheIndex:I}=A;if(X===-2&&(j=!1),k!=null&&setRef(k,null,T,A,!0),I!=null&&(b.renderCache[I]=void 0),q&256){b.ctx.deactivate(A);return}const R=q&1&&G,ne=!isAsyncWrapper(A);let se;if(ne&&(se=J&&J.onVnodeBeforeUnmount)&&invokeVNodeHook(se,b,A),q&6)ce(A.component,T,z);else{if(q&128){A.suspense.unmount(T,z);return}R&&invokeDirectiveHook(A,null,b,"beforeUnmount"),q&64?A.type.remove(A,b,T,me,z):D&&!D.hasOnce&&(K!==Fragment||X>0&&X&64)?le(D,b,T,!1,!0):(K===Fragment&&X&384||!j&&q&16)&&le(x,b,T),z&&Y(A)}(ne&&(se=J&&J.onVnodeUnmounted)||R)&&queuePostRenderEffect(()=>{se&&invokeVNodeHook(se,b,A),R&&invokeDirectiveHook(A,null,b,"unmounted")},T)},Y=A=>{const{type:b,el:T,anchor:z,transition:j}=A;if(b===Fragment){W(T,z);return}if(b===Static){_(A);return}const K=()=>{s(T),j&&!j.persisted&&j.afterLeave&&j.afterLeave()};if(A.shapeFlag&1&&j&&!j.persisted){const{leave:J,delayLeave:k}=j,x=()=>J(T,K);k?k(A.el,K,x):x()}else K()},W=(A,b)=>{let T;for(;A!==b;)T=f(A),s(A),A=T;s(b)},ce=(A,b,T)=>{const{bum:z,scope:j,job:K,subTree:J,um:k,m:x,a:D}=A;invalidateMount(x),invalidateMount(D),z&&invokeArrayFns(z),j.stop(),K&&(K.flags|=8,H(J,A,b,T)),k&&queuePostRenderEffect(k,b),queuePostRenderEffect(()=>{A.isUnmounted=!0},b),b&&b.pendingBranch&&!b.isUnmounted&&A.asyncDep&&!A.asyncResolved&&A.suspenseId===b.pendingId&&(b.deps--,b.deps===0&&b.resolve())},le=(A,b,T,z=!1,j=!1,K=0)=>{for(let J=K;J{if(A.shapeFlag&6)return fe(A.component.subTree);if(A.shapeFlag&128)return A.suspense.next();const b=f(A.anchor||A.el),T=b&&b[TeleportEndKey];return T?f(T):b};let ie=!1;const _e=(A,b,T)=>{A==null?b._vnode&&H(b._vnode,null,null,!0):N(b._vnode||null,A,b,null,null,null,T),b._vnode=A,ie||(ie=!0,flushPreFlushCbs(),flushPostFlushCbs(),ie=!1)},me={p:N,um:H,m:L,r:Y,mt:Z,mc:P,pc:ee,pbc:S,n:fe,o:e};let Be,ve;return{render:_e,hydrate:Be,createApp:createAppAPI(_e,Be)}}function resolveChildrenNamespace({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function toggleRecurse({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function needTransition(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function traverseStaticChildren(e,t,n=!1){const o=e.children,s=t.children;if(isArray$1(o)&&isArray$1(s))for(let a=0;a>1,e[n[l]]0&&(t[o]=n[a-1]),n[a]=o)}}for(a=n.length,r=n[a-1];a-- >0;)n[a]=r,r=t[r];return n}function locateNonHydratedAsyncRoot(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:locateNonHydratedAsyncRoot(t)}function invalidateMount(e){if(e)for(let t=0;tinject(ssrContextKey);function watchEffect(e,t){return doWatch(e,null,t)}function watch(e,t,n){return doWatch(e,t,n)}function doWatch(e,t,n=EMPTY_OBJ){const{immediate:o,deep:s,flush:a,once:r}=n,l=extend({},n);let c;if(isInSSRComponentSetup)if(a==="sync"){const f=useSSRContext();c=f.__watcherHandles||(f.__watcherHandles=[])}else if(!t||o)l.once=!0;else{const f=()=>{};return f.stop=NOOP,f.resume=NOOP,f.pause=NOOP,f}const d=currentInstance;l.call=(f,v,B)=>callWithAsyncErrorHandling(f,d,v,B);let u=!1;a==="post"?l.scheduler=f=>{queuePostRenderEffect(f,d&&d.suspense)}:a!=="sync"&&(u=!0,l.scheduler=(f,v)=>{v?f():queueJob(f)}),l.augmentJob=f=>{t&&(f.flags|=4),u&&(f.flags|=2,d&&(f.id=d.uid,f.i=d))};const m=watch$1(e,t,l);return c&&c.push(m),m}function instanceWatch(e,t,n){const o=this.proxy,s=isString$2(e)?e.includes(".")?createPathGetter(o,e):()=>o[e]:e.bind(o,o);let a;isFunction$1(t)?a=t:(a=t.handler,n=t);const r=setCurrentInstance(this),l=doWatch(s,a.bind(o),n);return r(),l}function createPathGetter(e,t){const n=t.split(".");return()=>{let o=e;for(let s=0;st==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${camelize(t)}Modifiers`]||e[`${hyphenate(t)}Modifiers`];function emit(e,t,...n){if(e.isUnmounted)return;const o=e.vnode.props||EMPTY_OBJ;let s=n;const a=t.startsWith("update:"),r=a&&getModelModifiers(o,t.slice(7));r&&(r.trim&&(s=n.map(u=>isString$2(u)?u.trim():u)),r.number&&(s=n.map(looseToNumber)));let l,c=o[l=toHandlerKey(t)]||o[l=toHandlerKey(camelize(t))];!c&&a&&(c=o[l=toHandlerKey(hyphenate(t))]),c&&callWithAsyncErrorHandling(c,e,6,s);const d=o[l+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[l])return;e.emitted[l]=!0,callWithAsyncErrorHandling(d,e,6,s)}}function normalizeEmitsOptions(e,t,n=!1){const o=t.emitsCache,s=o.get(e);if(s!==void 0)return s;const a=e.emits;let r={},l=!1;if(!isFunction$1(e)){const c=d=>{const u=normalizeEmitsOptions(d,t,!0);u&&(l=!0,extend(r,u))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!a&&!l?(isObject$2(e)&&o.set(e,null),null):(isArray$1(a)?a.forEach(c=>r[c]=null):extend(r,a),isObject$2(e)&&o.set(e,r),r)}function isEmitListener(e,t){return!e||!isOn(t)?!1:(t=t.slice(2).replace(/Once$/,""),hasOwn$1(e,t[0].toLowerCase()+t.slice(1))||hasOwn$1(e,hyphenate(t))||hasOwn$1(e,t))}function markAttrsAccessed(){}function renderComponentRoot(e){const{type:t,vnode:n,proxy:o,withProxy:s,propsOptions:[a],slots:r,attrs:l,emit:c,render:d,renderCache:u,props:m,data:f,setupState:v,ctx:B,inheritAttrs:N}=e,C=setCurrentRenderingInstance(e);let w,y;try{if(n.shapeFlag&4){const _=s||o,E=_;w=normalizeVNode(d.call(E,_,u,m,v,f,B)),y=l}else{const _=t;w=normalizeVNode(_.length>1?_(m,{attrs:l,slots:r,emit:c}):_(m,null)),y=t.props?l:getFunctionalFallthrough(l)}}catch(_){blockStack.length=0,handleError(_,e,1),w=createVNode(Comment)}let g=w;if(y&&N!==!1){const _=Object.keys(y),{shapeFlag:E}=g;_.length&&E&7&&(a&&_.some(isModelListener)&&(y=filterModelListeners(y,a)),g=cloneVNode(g,y,!1,!0))}return n.dirs&&(g=cloneVNode(g,null,!1,!0),g.dirs=g.dirs?g.dirs.concat(n.dirs):n.dirs),n.transition&&setTransitionHooks(g,n.transition),w=g,setCurrentRenderingInstance(C),w}const getFunctionalFallthrough=e=>{let t;for(const n in e)(n==="class"||n==="style"||isOn(n))&&((t||(t={}))[n]=e[n]);return t},filterModelListeners=(e,t)=>{const n={};for(const o in e)(!isModelListener(o)||!(o.slice(9)in t))&&(n[o]=e[o]);return n};function shouldUpdateComponent(e,t,n){const{props:o,children:s,component:a}=e,{props:r,children:l,patchFlag:c}=t,d=a.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return o?hasPropsChanged(o,r,d):!!r;if(c&8){const u=t.dynamicProps;for(let m=0;me.__isSuspense;function queueEffectWithSuspense(e,t){t&&t.pendingBranch?isArray$1(e)?t.effects.push(...e):t.effects.push(e):queuePostFlushCb(e)}const Fragment=Symbol.for("v-fgt"),Text=Symbol.for("v-txt"),Comment=Symbol.for("v-cmt"),Static=Symbol.for("v-stc"),blockStack=[];let currentBlock=null;function openBlock(e=!1){blockStack.push(currentBlock=e?null:[])}function closeBlock(){blockStack.pop(),currentBlock=blockStack[blockStack.length-1]||null}let isBlockTreeEnabled=1;function setBlockTracking(e){isBlockTreeEnabled+=e,e<0&¤tBlock&&(currentBlock.hasOnce=!0)}function setupBlock(e){return e.dynamicChildren=isBlockTreeEnabled>0?currentBlock||EMPTY_ARR:null,closeBlock(),isBlockTreeEnabled>0&¤tBlock&¤tBlock.push(e),e}function createElementBlock(e,t,n,o,s,a){return setupBlock(createBaseVNode(e,t,n,o,s,a,!0))}function createBlock(e,t,n,o,s){return setupBlock(createVNode(e,t,n,o,s,!0))}function isVNode$1(e){return e?e.__v_isVNode===!0:!1}function isSameVNodeType(e,t){return e.type===t.type&&e.key===t.key}const normalizeKey=({key:e})=>e??null,normalizeRef=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?isString$2(e)||isRef(e)||isFunction$1(e)?{i:currentRenderingInstance,r:e,k:t,f:!!n}:e:null);function createBaseVNode(e,t=null,n=null,o=0,s=null,a=e===Fragment?0:1,r=!1,l=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&normalizeKey(t),ref:t&&normalizeRef(t),scopeId:currentScopeId,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:o,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:currentRenderingInstance};return l?(normalizeChildren(c,n),a&128&&e.normalize(c)):n&&(c.shapeFlag|=isString$2(n)?8:16),isBlockTreeEnabled>0&&!r&¤tBlock&&(c.patchFlag>0||a&6)&&c.patchFlag!==32&¤tBlock.push(c),c}const createVNode=_createVNode;function _createVNode(e,t=null,n=null,o=0,s=null,a=!1){if((!e||e===NULL_DYNAMIC_COMPONENT)&&(e=Comment),isVNode$1(e)){const l=cloneVNode(e,t,!0);return n&&normalizeChildren(l,n),isBlockTreeEnabled>0&&!a&¤tBlock&&(l.shapeFlag&6?currentBlock[currentBlock.indexOf(e)]=l:currentBlock.push(l)),l.patchFlag=-2,l}if(isClassComponent(e)&&(e=e.__vccOpts),t){t=guardReactiveProps(t);let{class:l,style:c}=t;l&&!isString$2(l)&&(t.class=normalizeClass(l)),isObject$2(c)&&(isProxy(c)&&!isArray$1(c)&&(c=extend({},c)),t.style=normalizeStyle(c))}const r=isString$2(e)?1:isSuspense(e)?128:isTeleport(e)?64:isObject$2(e)?4:isFunction$1(e)?2:0;return createBaseVNode(e,t,n,o,s,r,a,!0)}function guardReactiveProps(e){return e?isProxy(e)||isInternalObject(e)?extend({},e):e:null}function cloneVNode(e,t,n=!1,o=!1){const{props:s,ref:a,patchFlag:r,children:l,transition:c}=e,d=t?mergeProps(s||{},t):s,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&normalizeKey(d),ref:t&&t.ref?n&&a?isArray$1(a)?a.concat(normalizeRef(t)):[a,normalizeRef(t)]:normalizeRef(t):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Fragment?r===-1?16:r|16:r,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&cloneVNode(e.ssContent),ssFallback:e.ssFallback&&cloneVNode(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&o&&setTransitionHooks(u,c.clone(u)),u}function createTextVNode(e=" ",t=0){return createVNode(Text,null,e,t)}function createStaticVNode(e,t){const n=createVNode(Static,null,e);return n.staticCount=t,n}function createCommentVNode(e="",t=!1){return t?(openBlock(),createBlock(Comment,null,e)):createVNode(Comment,null,e)}function normalizeVNode(e){return e==null||typeof e=="boolean"?createVNode(Comment):isArray$1(e)?createVNode(Fragment,null,e.slice()):isVNode$1(e)?cloneIfMounted(e):createVNode(Text,null,String(e))}function cloneIfMounted(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:cloneVNode(e)}function normalizeChildren(e,t){let n=0;const{shapeFlag:o}=e;if(t==null)t=null;else if(isArray$1(t))n=16;else if(typeof t=="object")if(o&65){const s=t.default;s&&(s._c&&(s._d=!1),normalizeChildren(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!isInternalObject(t)?t._ctx=currentRenderingInstance:s===3&¤tRenderingInstance&&(currentRenderingInstance.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else isFunction$1(t)?(t={default:t,_ctx:currentRenderingInstance},n=32):(t=String(t),o&64?(n=16,t=[createTextVNode(t)]):n=8);e.children=t,e.shapeFlag|=n}function mergeProps(...e){const t={};for(let n=0;ncurrentInstance||currentRenderingInstance;let internalSetCurrentInstance,setInSSRSetupState;{const e=getGlobalThis$1(),t=(n,o)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(o),a=>{s.length>1?s.forEach(r=>r(a)):s[0](a)}};internalSetCurrentInstance=t("__VUE_INSTANCE_SETTERS__",n=>currentInstance=n),setInSSRSetupState=t("__VUE_SSR_SETTERS__",n=>isInSSRComponentSetup=n)}const setCurrentInstance=e=>{const t=currentInstance;return internalSetCurrentInstance(e),e.scope.on(),()=>{e.scope.off(),internalSetCurrentInstance(t)}},unsetCurrentInstance=()=>{currentInstance&¤tInstance.scope.off(),internalSetCurrentInstance(null)};function isStatefulComponent(e){return e.vnode.shapeFlag&4}let isInSSRComponentSetup=!1;function setupComponent(e,t=!1,n=!1){t&&setInSSRSetupState(t);const{props:o,children:s}=e.vnode,a=isStatefulComponent(e);initProps(e,o,a,t),initSlots(e,s,n);const r=a?setupStatefulComponent(e,t):void 0;return t&&setInSSRSetupState(!1),r}function setupStatefulComponent(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,PublicInstanceProxyHandlers);const{setup:o}=n;if(o){const s=e.setupContext=o.length>1?createSetupContext(e):null,a=setCurrentInstance(e);pauseTracking();const r=callWithErrorHandling(o,e,0,[e.props,s]);if(resetTracking(),a(),isPromise$1(r)){if(isAsyncWrapper(e)||markAsyncBoundary(e),r.then(unsetCurrentInstance,unsetCurrentInstance),t)return r.then(l=>{handleSetupResult(e,l,t)}).catch(l=>{handleError(l,e,0)});e.asyncDep=r}else handleSetupResult(e,r,t)}else finishComponentSetup(e,t)}function handleSetupResult(e,t,n){isFunction$1(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:isObject$2(t)&&(e.setupState=proxyRefs(t)),finishComponentSetup(e,n)}let compile$1;function finishComponentSetup(e,t,n){const o=e.type;if(!e.render){if(!t&&compile$1&&!o.render){const s=o.template||resolveMergedOptions(e).template;if(s){const{isCustomElement:a,compilerOptions:r}=e.appContext.config,{delimiters:l,compilerOptions:c}=o,d=extend(extend({isCustomElement:a,delimiters:l},r),c);o.render=compile$1(s,d)}}e.render=o.render||NOOP}{const s=setCurrentInstance(e);pauseTracking();try{applyOptions(e)}finally{resetTracking(),s()}}}const attrsProxyHandlers={get(e,t){return track$1(e,"get",""),e[t]}};function createSetupContext(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,attrsProxyHandlers),slots:e.slots,emit:e.emit,expose:t}}function getComponentPublicInstance(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(proxyRefs(markRaw(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in publicPropertiesMap)return publicPropertiesMap[n](e)},has(t,n){return n in t||n in publicPropertiesMap}})):e.proxy}const classifyRE=/(?:^|[-_])(\w)/g,classify=e=>e.replace(classifyRE,t=>t.toUpperCase()).replace(/[-_]/g,"");function getComponentName(e,t=!0){return isFunction$1(e)?e.displayName||e.name:e.name||t&&e.__name}function formatComponentName(e,t,n=!1){let o=getComponentName(t);if(!o&&t.__file){const s=t.__file.match(/([^/\\]+)\.\w+$/);s&&(o=s[1])}if(!o&&e&&e.parent){const s=a=>{for(const r in a)if(a[r]===t)return r};o=s(e.components||e.parent.type.components)||s(e.appContext.components)}return o?classify(o):n?"App":"Anonymous"}function isClassComponent(e){return isFunction$1(e)&&"__vccOpts"in e}const computed=(e,t)=>computed$1(e,t,isInSSRComponentSetup);function h(e,t,n){const o=arguments.length;return o===2?isObject$2(t)&&!isArray$1(t)?isVNode$1(t)?createVNode(e,null,[t]):createVNode(e,t):createVNode(e,null,t):(o>3?n=Array.prototype.slice.call(arguments,2):o===3&&isVNode$1(n)&&(n=[n]),createVNode(e,t,n))}const version="3.5.10";/** -* @vue/runtime-dom v3.5.10 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**/let policy;const tt=typeof window<"u"&&window.trustedTypes;if(tt)try{policy=tt.createPolicy("vue",{createHTML:e=>e})}catch{}const unsafeToTrustedHTML=policy?e=>policy.createHTML(e):e=>e,svgNS="http://www.w3.org/2000/svg",mathmlNS="http://www.w3.org/1998/Math/MathML",doc=typeof document<"u"?document:null,templateContainer=doc&&doc.createElement("template"),nodeOps={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,o)=>{const s=t==="svg"?doc.createElementNS(svgNS,e):t==="mathml"?doc.createElementNS(mathmlNS,e):n?doc.createElement(e,{is:n}):doc.createElement(e);return e==="select"&&o&&o.multiple!=null&&s.setAttribute("multiple",o.multiple),s},createText:e=>doc.createTextNode(e),createComment:e=>doc.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>doc.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,o,s,a){const r=n?n.previousSibling:t.lastChild;if(s&&(s===a||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===a||!(s=s.nextSibling)););else{templateContainer.innerHTML=unsafeToTrustedHTML(o==="svg"?`${e}`:o==="mathml"?`${e}`:e);const l=templateContainer.content;if(o==="svg"||o==="mathml"){const c=l.firstChild;for(;c.firstChild;)l.appendChild(c.firstChild);l.removeChild(c)}t.insertBefore(l,n)}return[r?r.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},vtcKey=Symbol("_vtc");function patchClass(e,t,n){const o=e[vtcKey];o&&(t=(t?[t,...o]:[...o]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const vShowOriginalDisplay=Symbol("_vod"),vShowHidden=Symbol("_vsh"),vShow={beforeMount(e,{value:t},{transition:n}){e[vShowOriginalDisplay]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):setDisplay(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:o}){!t!=!n&&(o?t?(o.beforeEnter(e),setDisplay(e,!0),o.enter(e)):o.leave(e,()=>{setDisplay(e,!1)}):setDisplay(e,t))},beforeUnmount(e,{value:t}){setDisplay(e,t)}};function setDisplay(e,t){e.style.display=t?e[vShowOriginalDisplay]:"none",e[vShowHidden]=!t}const CSS_VAR_TEXT=Symbol(""),displayRE=/(^|;)\s*display\s*:/;function patchStyle(e,t,n){const o=e.style,s=isString$2(n);let a=!1;if(n&&!s){if(t)if(isString$2(t))for(const r of t.split(";")){const l=r.slice(0,r.indexOf(":")).trim();n[l]==null&&setStyle(o,l,"")}else for(const r in t)n[r]==null&&setStyle(o,r,"");for(const r in n)r==="display"&&(a=!0),setStyle(o,r,n[r])}else if(s){if(t!==n){const r=o[CSS_VAR_TEXT];r&&(n+=";"+r),o.cssText=n,a=displayRE.test(n)}}else t&&e.removeAttribute("style");vShowOriginalDisplay in e&&(e[vShowOriginalDisplay]=a?o.display:"",e[vShowHidden]&&(o.display="none"))}const importantRE=/\s*!important$/;function setStyle(e,t,n){if(isArray$1(n))n.forEach(o=>setStyle(e,t,o));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const o=autoPrefix(e,t);importantRE.test(n)?e.setProperty(hyphenate(o),n.replace(importantRE,""),"important"):e[o]=n}}const prefixes=["Webkit","Moz","ms"],prefixCache={};function autoPrefix(e,t){const n=prefixCache[t];if(n)return n;let o=camelize(t);if(o!=="filter"&&o in e)return prefixCache[t]=o;o=capitalize$1(o);for(let s=0;scachedNow||(p.then(()=>cachedNow=0),cachedNow=Date.now());function createInvoker(e,t){const n=o=>{if(!o._vts)o._vts=Date.now();else if(o._vts<=n.attached)return;callWithAsyncErrorHandling(patchStopImmediatePropagation(o,n.value),t,5,[o])};return n.value=e,n.attached=getNow(),n}function patchStopImmediatePropagation(e,t){if(isArray$1(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(o=>s=>!s._stopped&&o&&o(s))}else return t}const isNativeOn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,patchProp=(e,t,n,o,s,a)=>{const r=s==="svg";t==="class"?patchClass(e,o,r):t==="style"?patchStyle(e,n,o):isOn(t)?isModelListener(t)||patchEvent(e,t,n,o,a):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):shouldSetAsProp(e,t,o,r))?(patchDOMProp(e,t,o),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&patchAttr(e,t,o,r,a,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!isString$2(o))?patchDOMProp(e,camelize(t),o):(t==="true-value"?e._trueValue=o:t==="false-value"&&(e._falseValue=o),patchAttr(e,t,o,r))};function shouldSetAsProp(e,t,n,o){if(o)return!!(t==="innerHTML"||t==="textContent"||t in e&&isNativeOn(t)&&isFunction$1(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return isNativeOn(t)&&isString$2(n)?!1:t in e}const getModelAssigner=e=>{const t=e.props["onUpdate:modelValue"]||!1;return isArray$1(t)?n=>invokeArrayFns(t,n):t};function onCompositionStart(e){e.target.composing=!0}function onCompositionEnd(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const assignKey=Symbol("_assign"),vModelText={created(e,{modifiers:{lazy:t,trim:n,number:o}},s){e[assignKey]=getModelAssigner(s);const a=o||s.props&&s.props.type==="number";addEventListener(e,t?"change":"input",r=>{if(r.target.composing)return;let l=e.value;n&&(l=l.trim()),a&&(l=looseToNumber(l)),e[assignKey](l)}),n&&addEventListener(e,"change",()=>{e.value=e.value.trim()}),t||(addEventListener(e,"compositionstart",onCompositionStart),addEventListener(e,"compositionend",onCompositionEnd),addEventListener(e,"change",onCompositionEnd))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:o,trim:s,number:a}},r){if(e[assignKey]=getModelAssigner(r),e.composing)return;const l=(a||e.type==="number")&&!/^0\d/.test(e.value)?looseToNumber(e.value):e.value,c=t??"";l!==c&&(document.activeElement===e&&e.type!=="range"&&(o&&t===n||s&&e.value.trim()===c)||(e.value=c))}},vModelCheckbox={deep:!0,created(e,t,n){e[assignKey]=getModelAssigner(n),addEventListener(e,"change",()=>{const o=e._modelValue,s=getValue(e),a=e.checked,r=e[assignKey];if(isArray$1(o)){const l=looseIndexOf(o,s),c=l!==-1;if(a&&!c)r(o.concat(s));else if(!a&&c){const d=[...o];d.splice(l,1),r(d)}}else if(isSet(o)){const l=new Set(o);a?l.add(s):l.delete(s),r(l)}else r(getCheckboxValue(e,a))})},mounted:setChecked,beforeUpdate(e,t,n){e[assignKey]=getModelAssigner(n),setChecked(e,t,n)}};function setChecked(e,{value:t},n){e._modelValue=t;let o;isArray$1(t)?o=looseIndexOf(t,n.props.value)>-1:isSet(t)?o=t.has(n.props.value):o=looseEqual(t,getCheckboxValue(e,!0)),e.checked!==o&&(e.checked=o)}const vModelSelect={deep:!0,created(e,{value:t,modifiers:{number:n}},o){const s=isSet(t);addEventListener(e,"change",()=>{const a=Array.prototype.filter.call(e.options,r=>r.selected).map(r=>n?looseToNumber(getValue(r)):getValue(r));e[assignKey](e.multiple?s?new Set(a):a:a[0]),e._assigning=!0,nextTick(()=>{e._assigning=!1})}),e[assignKey]=getModelAssigner(o)},mounted(e,{value:t}){setSelected(e,t)},beforeUpdate(e,t,n){e[assignKey]=getModelAssigner(n)},updated(e,{value:t}){e._assigning||setSelected(e,t)}};function setSelected(e,t){const n=e.multiple,o=isArray$1(t);if(!(n&&!o&&!isSet(t))){for(let s=0,a=e.options.length;sString(d)===String(l)):r.selected=looseIndexOf(t,l)>-1}else r.selected=t.has(l);else if(looseEqual(getValue(r),t)){e.selectedIndex!==s&&(e.selectedIndex=s);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function getValue(e){return"_value"in e?e._value:e.value}function getCheckboxValue(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const systemModifiers=["ctrl","shift","alt","meta"],modifierGuards={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>systemModifiers.some(n=>e[`${n}Key`]&&!t.includes(n))},withModifiers=(e,t)=>{const n=e._withMods||(e._withMods={}),o=t.join(".");return n[o]||(n[o]=(s,...a)=>{for(let r=0;r{const t=ensureRenderer().createApp(...e),{mount:n}=t;return t.mount=o=>{const s=normalizeContainer(o);if(!s)return;const a=t._component;!isFunction$1(a)&&!a.render&&!a.template&&(a.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const r=n(s,!1,resolveRootNamespace(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),r},t};function resolveRootNamespace(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function normalizeContainer(e){return isString$2(e)?document.querySelector(e):e}var commonjsGlobal=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function getDefaultExportFromCjs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function getAugmentedNamespace(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function o(){return this instanceof o?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(o){var s=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(n,o,s.get?s:{enumerable:!0,get:function(){return e[o]}})}),n}var cryptoJs={exports:{}};function commonjsRequire(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var core={exports:{}};const __viteBrowserExternal={},__viteBrowserExternal$1=Object.freeze(Object.defineProperty({__proto__:null,default:__viteBrowserExternal},Symbol.toStringTag,{value:"Module"})),require$$0=getAugmentedNamespace(__viteBrowserExternal$1);var hasRequiredCore;function requireCore(){return hasRequiredCore||(hasRequiredCore=1,function(e,t){(function(n,o){e.exports=o()})(commonjsGlobal,function(){var n=n||function(o,s){var a;if(typeof window<"u"&&window.crypto&&(a=window.crypto),typeof self<"u"&&self.crypto&&(a=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(a=globalThis.crypto),!a&&typeof window<"u"&&window.msCrypto&&(a=window.msCrypto),!a&&typeof commonjsGlobal<"u"&&commonjsGlobal.crypto&&(a=commonjsGlobal.crypto),!a&&typeof commonjsRequire=="function")try{a=require$$0}catch{}var r=function(){if(a){if(typeof a.getRandomValues=="function")try{return a.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof a.randomBytes=="function")try{return a.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},l=Object.create||function(){function y(){}return function(g){var _;return y.prototype=g,_=new y,y.prototype=null,_}}(),c={},d=c.lib={},u=d.Base=function(){return{extend:function(y){var g=l(this);return y&&g.mixIn(y),(!g.hasOwnProperty("init")||this.init===g.init)&&(g.init=function(){g.$super.init.apply(this,arguments)}),g.init.prototype=g,g.$super=this,g},create:function(){var y=this.extend();return y.init.apply(y,arguments),y},init:function(){},mixIn:function(y){for(var g in y)y.hasOwnProperty(g)&&(this[g]=y[g]);y.hasOwnProperty("toString")&&(this.toString=y.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),m=d.WordArray=u.extend({init:function(y,g){y=this.words=y||[],g!=s?this.sigBytes=g:this.sigBytes=y.length*4},toString:function(y){return(y||v).stringify(this)},concat:function(y){var g=this.words,_=y.words,E=this.sigBytes,$=y.sigBytes;if(this.clamp(),E%4)for(var V=0;V<$;V++){var P=_[V>>>2]>>>24-V%4*8&255;g[E+V>>>2]|=P<<24-(E+V)%4*8}else for(var M=0;M<$;M+=4)g[E+M>>>2]=_[M>>>2];return this.sigBytes+=$,this},clamp:function(){var y=this.words,g=this.sigBytes;y[g>>>2]&=4294967295<<32-g%4*8,y.length=o.ceil(g/4)},clone:function(){var y=u.clone.call(this);return y.words=this.words.slice(0),y},random:function(y){for(var g=[],_=0;_>>2]>>>24-$%4*8&255;E.push((V>>>4).toString(16)),E.push((V&15).toString(16))}return E.join("")},parse:function(y){for(var g=y.length,_=[],E=0;E>>3]|=parseInt(y.substr(E,2),16)<<24-E%8*4;return new m.init(_,g/2)}},B=f.Latin1={stringify:function(y){for(var g=y.words,_=y.sigBytes,E=[],$=0;$<_;$++){var V=g[$>>>2]>>>24-$%4*8&255;E.push(String.fromCharCode(V))}return E.join("")},parse:function(y){for(var g=y.length,_=[],E=0;E>>2]|=(y.charCodeAt(E)&255)<<24-E%4*8;return new m.init(_,g)}},N=f.Utf8={stringify:function(y){try{return decodeURIComponent(escape(B.stringify(y)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(y){return B.parse(unescape(encodeURIComponent(y)))}},C=d.BufferedBlockAlgorithm=u.extend({reset:function(){this._data=new m.init,this._nDataBytes=0},_append:function(y){typeof y=="string"&&(y=N.parse(y)),this._data.concat(y),this._nDataBytes+=y.sigBytes},_process:function(y){var g,_=this._data,E=_.words,$=_.sigBytes,V=this.blockSize,P=V*4,M=$/P;y?M=o.ceil(M):M=o.max((M|0)-this._minBufferSize,0);var S=M*V,F=o.min(S*4,$);if(S){for(var O=0;O>>2]|=c[m]<<24-m%4*8;r.call(this,u,d)}else r.apply(this,arguments)};l.prototype=a}}(),n.lib.WordArray})}(libTypedarrays)),libTypedarrays.exports}var encUtf16={exports:{}},hasRequiredEncUtf16;function requireEncUtf16(){return hasRequiredEncUtf16||(hasRequiredEncUtf16=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.WordArray,r=o.enc;r.Utf16=r.Utf16BE={stringify:function(c){for(var d=c.words,u=c.sigBytes,m=[],f=0;f>>2]>>>16-f%4*8&65535;m.push(String.fromCharCode(v))}return m.join("")},parse:function(c){for(var d=c.length,u=[],m=0;m>>1]|=c.charCodeAt(m)<<16-m%2*16;return a.create(u,d*2)}},r.Utf16LE={stringify:function(c){for(var d=c.words,u=c.sigBytes,m=[],f=0;f>>2]>>>16-f%4*8&65535);m.push(String.fromCharCode(v))}return m.join("")},parse:function(c){for(var d=c.length,u=[],m=0;m>>1]|=l(c.charCodeAt(m)<<16-m%2*16);return a.create(u,d*2)}};function l(c){return c<<8&4278255360|c>>>8&16711935}}(),n.enc.Utf16})}(encUtf16)),encUtf16.exports}var encBase64={exports:{}},hasRequiredEncBase64;function requireEncBase64(){return hasRequiredEncBase64||(hasRequiredEncBase64=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.WordArray,r=o.enc;r.Base64={stringify:function(c){var d=c.words,u=c.sigBytes,m=this._map;c.clamp();for(var f=[],v=0;v>>2]>>>24-v%4*8&255,N=d[v+1>>>2]>>>24-(v+1)%4*8&255,C=d[v+2>>>2]>>>24-(v+2)%4*8&255,w=B<<16|N<<8|C,y=0;y<4&&v+y*.75>>6*(3-y)&63));var g=m.charAt(64);if(g)for(;f.length%4;)f.push(g);return f.join("")},parse:function(c){var d=c.length,u=this._map,m=this._reverseMap;if(!m){m=this._reverseMap=[];for(var f=0;f>>6-v%4*2,C=B|N;m[f>>>2]|=C<<24-f%4*8,f++}return a.create(m,f)}}(),n.enc.Base64})}(encBase64)),encBase64.exports}var encBase64url={exports:{}},hasRequiredEncBase64url;function requireEncBase64url(){return hasRequiredEncBase64url||(hasRequiredEncBase64url=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.WordArray,r=o.enc;r.Base64url={stringify:function(c,d){d===void 0&&(d=!0);var u=c.words,m=c.sigBytes,f=d?this._safe_map:this._map;c.clamp();for(var v=[],B=0;B>>2]>>>24-B%4*8&255,C=u[B+1>>>2]>>>24-(B+1)%4*8&255,w=u[B+2>>>2]>>>24-(B+2)%4*8&255,y=N<<16|C<<8|w,g=0;g<4&&B+g*.75>>6*(3-g)&63));var _=f.charAt(64);if(_)for(;v.length%4;)v.push(_);return v.join("")},parse:function(c,d){d===void 0&&(d=!0);var u=c.length,m=d?this._safe_map:this._map,f=this._reverseMap;if(!f){f=this._reverseMap=[];for(var v=0;v>>6-v%4*2,C=B|N;m[f>>>2]|=C<<24-f%4*8,f++}return a.create(m,f)}}(),n.enc.Base64url})}(encBase64url)),encBase64url.exports}var md5={exports:{}},hasRequiredMd5;function requireMd5(){return hasRequiredMd5||(hasRequiredMd5=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){return function(o){var s=n,a=s.lib,r=a.WordArray,l=a.Hasher,c=s.algo,d=[];(function(){for(var N=0;N<64;N++)d[N]=o.abs(o.sin(N+1))*4294967296|0})();var u=c.MD5=l.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(N,C){for(var w=0;w<16;w++){var y=C+w,g=N[y];N[y]=(g<<8|g>>>24)&16711935|(g<<24|g>>>8)&4278255360}var _=this._hash.words,E=N[C+0],$=N[C+1],V=N[C+2],P=N[C+3],M=N[C+4],S=N[C+5],F=N[C+6],O=N[C+7],U=N[C+8],Z=N[C+9],te=N[C+10],Q=N[C+11],oe=N[C+12],ee=N[C+13],ae=N[C+14],re=N[C+15],L=_[0],H=_[1],Y=_[2],W=_[3];L=m(L,H,Y,W,E,7,d[0]),W=m(W,L,H,Y,$,12,d[1]),Y=m(Y,W,L,H,V,17,d[2]),H=m(H,Y,W,L,P,22,d[3]),L=m(L,H,Y,W,M,7,d[4]),W=m(W,L,H,Y,S,12,d[5]),Y=m(Y,W,L,H,F,17,d[6]),H=m(H,Y,W,L,O,22,d[7]),L=m(L,H,Y,W,U,7,d[8]),W=m(W,L,H,Y,Z,12,d[9]),Y=m(Y,W,L,H,te,17,d[10]),H=m(H,Y,W,L,Q,22,d[11]),L=m(L,H,Y,W,oe,7,d[12]),W=m(W,L,H,Y,ee,12,d[13]),Y=m(Y,W,L,H,ae,17,d[14]),H=m(H,Y,W,L,re,22,d[15]),L=f(L,H,Y,W,$,5,d[16]),W=f(W,L,H,Y,F,9,d[17]),Y=f(Y,W,L,H,Q,14,d[18]),H=f(H,Y,W,L,E,20,d[19]),L=f(L,H,Y,W,S,5,d[20]),W=f(W,L,H,Y,te,9,d[21]),Y=f(Y,W,L,H,re,14,d[22]),H=f(H,Y,W,L,M,20,d[23]),L=f(L,H,Y,W,Z,5,d[24]),W=f(W,L,H,Y,ae,9,d[25]),Y=f(Y,W,L,H,P,14,d[26]),H=f(H,Y,W,L,U,20,d[27]),L=f(L,H,Y,W,ee,5,d[28]),W=f(W,L,H,Y,V,9,d[29]),Y=f(Y,W,L,H,O,14,d[30]),H=f(H,Y,W,L,oe,20,d[31]),L=v(L,H,Y,W,S,4,d[32]),W=v(W,L,H,Y,U,11,d[33]),Y=v(Y,W,L,H,Q,16,d[34]),H=v(H,Y,W,L,ae,23,d[35]),L=v(L,H,Y,W,$,4,d[36]),W=v(W,L,H,Y,M,11,d[37]),Y=v(Y,W,L,H,O,16,d[38]),H=v(H,Y,W,L,te,23,d[39]),L=v(L,H,Y,W,ee,4,d[40]),W=v(W,L,H,Y,E,11,d[41]),Y=v(Y,W,L,H,P,16,d[42]),H=v(H,Y,W,L,F,23,d[43]),L=v(L,H,Y,W,Z,4,d[44]),W=v(W,L,H,Y,oe,11,d[45]),Y=v(Y,W,L,H,re,16,d[46]),H=v(H,Y,W,L,V,23,d[47]),L=B(L,H,Y,W,E,6,d[48]),W=B(W,L,H,Y,O,10,d[49]),Y=B(Y,W,L,H,ae,15,d[50]),H=B(H,Y,W,L,S,21,d[51]),L=B(L,H,Y,W,oe,6,d[52]),W=B(W,L,H,Y,P,10,d[53]),Y=B(Y,W,L,H,te,15,d[54]),H=B(H,Y,W,L,$,21,d[55]),L=B(L,H,Y,W,U,6,d[56]),W=B(W,L,H,Y,re,10,d[57]),Y=B(Y,W,L,H,F,15,d[58]),H=B(H,Y,W,L,ee,21,d[59]),L=B(L,H,Y,W,M,6,d[60]),W=B(W,L,H,Y,Q,10,d[61]),Y=B(Y,W,L,H,V,15,d[62]),H=B(H,Y,W,L,Z,21,d[63]),_[0]=_[0]+L|0,_[1]=_[1]+H|0,_[2]=_[2]+Y|0,_[3]=_[3]+W|0},_doFinalize:function(){var N=this._data,C=N.words,w=this._nDataBytes*8,y=N.sigBytes*8;C[y>>>5]|=128<<24-y%32;var g=o.floor(w/4294967296),_=w;C[(y+64>>>9<<4)+15]=(g<<8|g>>>24)&16711935|(g<<24|g>>>8)&4278255360,C[(y+64>>>9<<4)+14]=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360,N.sigBytes=(C.length+1)*4,this._process();for(var E=this._hash,$=E.words,V=0;V<4;V++){var P=$[V];$[V]=(P<<8|P>>>24)&16711935|(P<<24|P>>>8)&4278255360}return E},clone:function(){var N=l.clone.call(this);return N._hash=this._hash.clone(),N}});function m(N,C,w,y,g,_,E){var $=N+(C&w|~C&y)+g+E;return($<<_|$>>>32-_)+C}function f(N,C,w,y,g,_,E){var $=N+(C&y|w&~y)+g+E;return($<<_|$>>>32-_)+C}function v(N,C,w,y,g,_,E){var $=N+(C^w^y)+g+E;return($<<_|$>>>32-_)+C}function B(N,C,w,y,g,_,E){var $=N+(w^(C|~y))+g+E;return($<<_|$>>>32-_)+C}s.MD5=l._createHelper(u),s.HmacMD5=l._createHmacHelper(u)}(Math),n.MD5})}(md5)),md5.exports}var sha1={exports:{}},hasRequiredSha1;function requireSha1(){return hasRequiredSha1||(hasRequiredSha1=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.WordArray,r=s.Hasher,l=o.algo,c=[],d=l.SHA1=r.extend({_doReset:function(){this._hash=new a.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(u,m){for(var f=this._hash.words,v=f[0],B=f[1],N=f[2],C=f[3],w=f[4],y=0;y<80;y++){if(y<16)c[y]=u[m+y]|0;else{var g=c[y-3]^c[y-8]^c[y-14]^c[y-16];c[y]=g<<1|g>>>31}var _=(v<<5|v>>>27)+w+c[y];y<20?_+=(B&N|~B&C)+1518500249:y<40?_+=(B^N^C)+1859775393:y<60?_+=(B&N|B&C|N&C)-1894007588:_+=(B^N^C)-899497514,w=C,C=N,N=B<<30|B>>>2,B=v,v=_}f[0]=f[0]+v|0,f[1]=f[1]+B|0,f[2]=f[2]+N|0,f[3]=f[3]+C|0,f[4]=f[4]+w|0},_doFinalize:function(){var u=this._data,m=u.words,f=this._nDataBytes*8,v=u.sigBytes*8;return m[v>>>5]|=128<<24-v%32,m[(v+64>>>9<<4)+14]=Math.floor(f/4294967296),m[(v+64>>>9<<4)+15]=f,u.sigBytes=m.length*4,this._process(),this._hash},clone:function(){var u=r.clone.call(this);return u._hash=this._hash.clone(),u}});o.SHA1=r._createHelper(d),o.HmacSHA1=r._createHmacHelper(d)}(),n.SHA1})}(sha1)),sha1.exports}var sha256={exports:{}},hasRequiredSha256;function requireSha256(){return hasRequiredSha256||(hasRequiredSha256=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){return function(o){var s=n,a=s.lib,r=a.WordArray,l=a.Hasher,c=s.algo,d=[],u=[];(function(){function v(w){for(var y=o.sqrt(w),g=2;g<=y;g++)if(!(w%g))return!1;return!0}function B(w){return(w-(w|0))*4294967296|0}for(var N=2,C=0;C<64;)v(N)&&(C<8&&(d[C]=B(o.pow(N,1/2))),u[C]=B(o.pow(N,1/3)),C++),N++})();var m=[],f=c.SHA256=l.extend({_doReset:function(){this._hash=new r.init(d.slice(0))},_doProcessBlock:function(v,B){for(var N=this._hash.words,C=N[0],w=N[1],y=N[2],g=N[3],_=N[4],E=N[5],$=N[6],V=N[7],P=0;P<64;P++){if(P<16)m[P]=v[B+P]|0;else{var M=m[P-15],S=(M<<25|M>>>7)^(M<<14|M>>>18)^M>>>3,F=m[P-2],O=(F<<15|F>>>17)^(F<<13|F>>>19)^F>>>10;m[P]=S+m[P-7]+O+m[P-16]}var U=_&E^~_&$,Z=C&w^C&y^w&y,te=(C<<30|C>>>2)^(C<<19|C>>>13)^(C<<10|C>>>22),Q=(_<<26|_>>>6)^(_<<21|_>>>11)^(_<<7|_>>>25),oe=V+Q+U+u[P]+m[P],ee=te+Z;V=$,$=E,E=_,_=g+oe|0,g=y,y=w,w=C,C=oe+ee|0}N[0]=N[0]+C|0,N[1]=N[1]+w|0,N[2]=N[2]+y|0,N[3]=N[3]+g|0,N[4]=N[4]+_|0,N[5]=N[5]+E|0,N[6]=N[6]+$|0,N[7]=N[7]+V|0},_doFinalize:function(){var v=this._data,B=v.words,N=this._nDataBytes*8,C=v.sigBytes*8;return B[C>>>5]|=128<<24-C%32,B[(C+64>>>9<<4)+14]=o.floor(N/4294967296),B[(C+64>>>9<<4)+15]=N,v.sigBytes=B.length*4,this._process(),this._hash},clone:function(){var v=l.clone.call(this);return v._hash=this._hash.clone(),v}});s.SHA256=l._createHelper(f),s.HmacSHA256=l._createHmacHelper(f)}(Math),n.SHA256})}(sha256)),sha256.exports}var sha224={exports:{}},hasRequiredSha224;function requireSha224(){return hasRequiredSha224||(hasRequiredSha224=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireSha256())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.WordArray,r=o.algo,l=r.SHA256,c=r.SHA224=l.extend({_doReset:function(){this._hash=new a.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var d=l._doFinalize.call(this);return d.sigBytes-=4,d}});o.SHA224=l._createHelper(c),o.HmacSHA224=l._createHmacHelper(c)}(),n.SHA224})}(sha224)),sha224.exports}var sha512={exports:{}},hasRequiredSha512;function requireSha512(){return hasRequiredSha512||(hasRequiredSha512=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireX64Core())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.Hasher,r=o.x64,l=r.Word,c=r.WordArray,d=o.algo;function u(){return l.create.apply(l,arguments)}var m=[u(1116352408,3609767458),u(1899447441,602891725),u(3049323471,3964484399),u(3921009573,2173295548),u(961987163,4081628472),u(1508970993,3053834265),u(2453635748,2937671579),u(2870763221,3664609560),u(3624381080,2734883394),u(310598401,1164996542),u(607225278,1323610764),u(1426881987,3590304994),u(1925078388,4068182383),u(2162078206,991336113),u(2614888103,633803317),u(3248222580,3479774868),u(3835390401,2666613458),u(4022224774,944711139),u(264347078,2341262773),u(604807628,2007800933),u(770255983,1495990901),u(1249150122,1856431235),u(1555081692,3175218132),u(1996064986,2198950837),u(2554220882,3999719339),u(2821834349,766784016),u(2952996808,2566594879),u(3210313671,3203337956),u(3336571891,1034457026),u(3584528711,2466948901),u(113926993,3758326383),u(338241895,168717936),u(666307205,1188179964),u(773529912,1546045734),u(1294757372,1522805485),u(1396182291,2643833823),u(1695183700,2343527390),u(1986661051,1014477480),u(2177026350,1206759142),u(2456956037,344077627),u(2730485921,1290863460),u(2820302411,3158454273),u(3259730800,3505952657),u(3345764771,106217008),u(3516065817,3606008344),u(3600352804,1432725776),u(4094571909,1467031594),u(275423344,851169720),u(430227734,3100823752),u(506948616,1363258195),u(659060556,3750685593),u(883997877,3785050280),u(958139571,3318307427),u(1322822218,3812723403),u(1537002063,2003034995),u(1747873779,3602036899),u(1955562222,1575990012),u(2024104815,1125592928),u(2227730452,2716904306),u(2361852424,442776044),u(2428436474,593698344),u(2756734187,3733110249),u(3204031479,2999351573),u(3329325298,3815920427),u(3391569614,3928383900),u(3515267271,566280711),u(3940187606,3454069534),u(4118630271,4000239992),u(116418474,1914138554),u(174292421,2731055270),u(289380356,3203993006),u(460393269,320620315),u(685471733,587496836),u(852142971,1086792851),u(1017036298,365543100),u(1126000580,2618297676),u(1288033470,3409855158),u(1501505948,4234509866),u(1607167915,987167468),u(1816402316,1246189591)],f=[];(function(){for(var B=0;B<80;B++)f[B]=u()})();var v=d.SHA512=a.extend({_doReset:function(){this._hash=new c.init([new l.init(1779033703,4089235720),new l.init(3144134277,2227873595),new l.init(1013904242,4271175723),new l.init(2773480762,1595750129),new l.init(1359893119,2917565137),new l.init(2600822924,725511199),new l.init(528734635,4215389547),new l.init(1541459225,327033209)])},_doProcessBlock:function(B,N){for(var C=this._hash.words,w=C[0],y=C[1],g=C[2],_=C[3],E=C[4],$=C[5],V=C[6],P=C[7],M=w.high,S=w.low,F=y.high,O=y.low,U=g.high,Z=g.low,te=_.high,Q=_.low,oe=E.high,ee=E.low,ae=$.high,re=$.low,L=V.high,H=V.low,Y=P.high,W=P.low,ce=M,le=S,fe=F,ie=O,_e=U,me=Z,Be=te,ve=Q,A=oe,b=ee,T=ae,z=re,j=L,K=H,J=Y,k=W,x=0;x<80;x++){var D,q,X=f[x];if(x<16)q=X.high=B[N+x*2]|0,D=X.low=B[N+x*2+1]|0;else{var G=f[x-15],I=G.high,R=G.low,ne=(I>>>1|R<<31)^(I>>>8|R<<24)^I>>>7,se=(R>>>1|I<<31)^(R>>>8|I<<24)^(R>>>7|I<<25),ue=f[x-2],de=ue.high,pe=ue.low,ge=(de>>>19|pe<<13)^(de<<3|pe>>>29)^de>>>6,xe=(pe>>>19|de<<13)^(pe<<3|de>>>29)^(pe>>>6|de<<26),Ce=f[x-7],he=Ce.high,ye=Ce.low,Ne=f[x-16],Se=Ne.high,$e=Ne.low;D=se+ye,q=ne+he+(D>>>0>>0?1:0),D=D+xe,q=q+ge+(D>>>0>>0?1:0),D=D+$e,q=q+Se+(D>>>0<$e>>>0?1:0),X.high=q,X.low=D}var Pe=A&T^~A&j,Ee=b&z^~b&K,Ie=ce&fe^ce&_e^fe&_e,Te=le&ie^le&me^ie&me,Me=(ce>>>28|le<<4)^(ce<<30|le>>>2)^(ce<<25|le>>>7),we=(le>>>28|ce<<4)^(le<<30|ce>>>2)^(le<<25|ce>>>7),Fe=(A>>>14|b<<18)^(A>>>18|b<<14)^(A<<23|b>>>9),Oe=(b>>>14|A<<18)^(b>>>18|A<<14)^(b<<23|A>>>9),Ae=m[x],Re=Ae.high,Ve=Ae.low,ke=k+Oe,be=J+Fe+(ke>>>0>>0?1:0),ke=ke+Ee,be=be+Pe+(ke>>>0>>0?1:0),ke=ke+Ve,be=be+Re+(ke>>>0>>0?1:0),ke=ke+D,be=be+q+(ke>>>0>>0?1:0),De=we+Te,Le=Me+Ie+(De>>>0>>0?1:0);J=j,k=K,j=T,K=z,T=A,z=b,b=ve+ke|0,A=Be+be+(b>>>0>>0?1:0)|0,Be=_e,ve=me,_e=fe,me=ie,fe=ce,ie=le,le=ke+De|0,ce=be+Le+(le>>>0>>0?1:0)|0}S=w.low=S+le,w.high=M+ce+(S>>>0>>0?1:0),O=y.low=O+ie,y.high=F+fe+(O>>>0>>0?1:0),Z=g.low=Z+me,g.high=U+_e+(Z>>>0>>0?1:0),Q=_.low=Q+ve,_.high=te+Be+(Q>>>0>>0?1:0),ee=E.low=ee+b,E.high=oe+A+(ee>>>0>>0?1:0),re=$.low=re+z,$.high=ae+T+(re>>>0>>0?1:0),H=V.low=H+K,V.high=L+j+(H>>>0>>0?1:0),W=P.low=W+k,P.high=Y+J+(W>>>0>>0?1:0)},_doFinalize:function(){var B=this._data,N=B.words,C=this._nDataBytes*8,w=B.sigBytes*8;N[w>>>5]|=128<<24-w%32,N[(w+128>>>10<<5)+30]=Math.floor(C/4294967296),N[(w+128>>>10<<5)+31]=C,B.sigBytes=N.length*4,this._process();var y=this._hash.toX32();return y},clone:function(){var B=a.clone.call(this);return B._hash=this._hash.clone(),B},blockSize:1024/32});o.SHA512=a._createHelper(v),o.HmacSHA512=a._createHmacHelper(v)}(),n.SHA512})}(sha512)),sha512.exports}var sha384={exports:{}},hasRequiredSha384;function requireSha384(){return hasRequiredSha384||(hasRequiredSha384=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireX64Core(),requireSha512())})(commonjsGlobal,function(n){return function(){var o=n,s=o.x64,a=s.Word,r=s.WordArray,l=o.algo,c=l.SHA512,d=l.SHA384=c.extend({_doReset:function(){this._hash=new r.init([new a.init(3418070365,3238371032),new a.init(1654270250,914150663),new a.init(2438529370,812702999),new a.init(355462360,4144912697),new a.init(1731405415,4290775857),new a.init(2394180231,1750603025),new a.init(3675008525,1694076839),new a.init(1203062813,3204075428)])},_doFinalize:function(){var u=c._doFinalize.call(this);return u.sigBytes-=16,u}});o.SHA384=c._createHelper(d),o.HmacSHA384=c._createHmacHelper(d)}(),n.SHA384})}(sha384)),sha384.exports}var sha3={exports:{}},hasRequiredSha3;function requireSha3(){return hasRequiredSha3||(hasRequiredSha3=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireX64Core())})(commonjsGlobal,function(n){return function(o){var s=n,a=s.lib,r=a.WordArray,l=a.Hasher,c=s.x64,d=c.Word,u=s.algo,m=[],f=[],v=[];(function(){for(var C=1,w=0,y=0;y<24;y++){m[C+5*w]=(y+1)*(y+2)/2%64;var g=w%5,_=(2*C+3*w)%5;C=g,w=_}for(var C=0;C<5;C++)for(var w=0;w<5;w++)f[C+5*w]=w+(2*C+3*w)%5*5;for(var E=1,$=0;$<24;$++){for(var V=0,P=0,M=0;M<7;M++){if(E&1){var S=(1<>>24)&16711935|(E<<24|E>>>8)&4278255360,$=($<<8|$>>>24)&16711935|($<<24|$>>>8)&4278255360;var V=y[_];V.high^=$,V.low^=E}for(var P=0;P<24;P++){for(var M=0;M<5;M++){for(var S=0,F=0,O=0;O<5;O++){var V=y[M+5*O];S^=V.high,F^=V.low}var U=B[M];U.high=S,U.low=F}for(var M=0;M<5;M++)for(var Z=B[(M+4)%5],te=B[(M+1)%5],Q=te.high,oe=te.low,S=Z.high^(Q<<1|oe>>>31),F=Z.low^(oe<<1|Q>>>31),O=0;O<5;O++){var V=y[M+5*O];V.high^=S,V.low^=F}for(var ee=1;ee<25;ee++){var S,F,V=y[ee],ae=V.high,re=V.low,L=m[ee];L<32?(S=ae<>>32-L,F=re<>>32-L):(S=re<>>64-L,F=ae<>>64-L);var H=B[f[ee]];H.high=S,H.low=F}var Y=B[0],W=y[0];Y.high=W.high,Y.low=W.low;for(var M=0;M<5;M++)for(var O=0;O<5;O++){var ee=M+5*O,V=y[ee],ce=B[ee],le=B[(M+1)%5+5*O],fe=B[(M+2)%5+5*O];V.high=ce.high^~le.high&fe.high,V.low=ce.low^~le.low&fe.low}var V=y[0],ie=v[P];V.high^=ie.high,V.low^=ie.low}},_doFinalize:function(){var C=this._data,w=C.words;this._nDataBytes*8;var y=C.sigBytes*8,g=this.blockSize*32;w[y>>>5]|=1<<24-y%32,w[(o.ceil((y+1)/g)*g>>>5)-1]|=128,C.sigBytes=w.length*4,this._process();for(var _=this._state,E=this.cfg.outputLength/8,$=E/8,V=[],P=0;P<$;P++){var M=_[P],S=M.high,F=M.low;S=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360,F=(F<<8|F>>>24)&16711935|(F<<24|F>>>8)&4278255360,V.push(F),V.push(S)}return new r.init(V,E)},clone:function(){for(var C=l.clone.call(this),w=C._state=this._state.slice(0),y=0;y<25;y++)w[y]=w[y].clone();return C}});s.SHA3=l._createHelper(N),s.HmacSHA3=l._createHmacHelper(N)}(Math),n.SHA3})}(sha3)),sha3.exports}var ripemd160={exports:{}},hasRequiredRipemd160;function requireRipemd160(){return hasRequiredRipemd160||(hasRequiredRipemd160=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){/** @preserve - (c) 2012 by Cédric Mesnil. All rights reserved. - - Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */return function(o){var s=n,a=s.lib,r=a.WordArray,l=a.Hasher,c=s.algo,d=r.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),u=r.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),m=r.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),f=r.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),v=r.create([0,1518500249,1859775393,2400959708,2840853838]),B=r.create([1352829926,1548603684,1836072691,2053994217,0]),N=c.RIPEMD160=l.extend({_doReset:function(){this._hash=r.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function($,V){for(var P=0;P<16;P++){var M=V+P,S=$[M];$[M]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360}var F=this._hash.words,O=v.words,U=B.words,Z=d.words,te=u.words,Q=m.words,oe=f.words,ee,ae,re,L,H,Y,W,ce,le,fe;Y=ee=F[0],W=ae=F[1],ce=re=F[2],le=L=F[3],fe=H=F[4];for(var ie,P=0;P<80;P+=1)ie=ee+$[V+Z[P]]|0,P<16?ie+=C(ae,re,L)+O[0]:P<32?ie+=w(ae,re,L)+O[1]:P<48?ie+=y(ae,re,L)+O[2]:P<64?ie+=g(ae,re,L)+O[3]:ie+=_(ae,re,L)+O[4],ie=ie|0,ie=E(ie,Q[P]),ie=ie+H|0,ee=H,H=L,L=E(re,10),re=ae,ae=ie,ie=Y+$[V+te[P]]|0,P<16?ie+=_(W,ce,le)+U[0]:P<32?ie+=g(W,ce,le)+U[1]:P<48?ie+=y(W,ce,le)+U[2]:P<64?ie+=w(W,ce,le)+U[3]:ie+=C(W,ce,le)+U[4],ie=ie|0,ie=E(ie,oe[P]),ie=ie+fe|0,Y=fe,fe=le,le=E(ce,10),ce=W,W=ie;ie=F[1]+re+le|0,F[1]=F[2]+L+fe|0,F[2]=F[3]+H+Y|0,F[3]=F[4]+ee+W|0,F[4]=F[0]+ae+ce|0,F[0]=ie},_doFinalize:function(){var $=this._data,V=$.words,P=this._nDataBytes*8,M=$.sigBytes*8;V[M>>>5]|=128<<24-M%32,V[(M+64>>>9<<4)+14]=(P<<8|P>>>24)&16711935|(P<<24|P>>>8)&4278255360,$.sigBytes=(V.length+1)*4,this._process();for(var S=this._hash,F=S.words,O=0;O<5;O++){var U=F[O];F[O]=(U<<8|U>>>24)&16711935|(U<<24|U>>>8)&4278255360}return S},clone:function(){var $=l.clone.call(this);return $._hash=this._hash.clone(),$}});function C($,V,P){return $^V^P}function w($,V,P){return $&V|~$&P}function y($,V,P){return($|~V)^P}function g($,V,P){return $&P|V&~P}function _($,V,P){return $^(V|~P)}function E($,V){return $<>>32-V}s.RIPEMD160=l._createHelper(N),s.HmacRIPEMD160=l._createHmacHelper(N)}(),n.RIPEMD160})}(ripemd160)),ripemd160.exports}var hmac={exports:{}},hasRequiredHmac;function requireHmac(){return hasRequiredHmac||(hasRequiredHmac=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){(function(){var o=n,s=o.lib,a=s.Base,r=o.enc,l=r.Utf8,c=o.algo;c.HMAC=a.extend({init:function(d,u){d=this._hasher=new d.init,typeof u=="string"&&(u=l.parse(u));var m=d.blockSize,f=m*4;u.sigBytes>f&&(u=d.finalize(u)),u.clamp();for(var v=this._oKey=u.clone(),B=this._iKey=u.clone(),N=v.words,C=B.words,w=0;w>>2]&255;S.sigBytes-=F}};a.BlockCipher=v.extend({cfg:v.cfg.extend({mode:C,padding:y}),reset:function(){var S;v.reset.call(this);var F=this.cfg,O=F.iv,U=F.mode;this._xformMode==this._ENC_XFORM_MODE?S=U.createEncryptor:(S=U.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==S?this._mode.init(this,O&&O.words):(this._mode=S.call(U,this,O&&O.words),this._mode.__creator=S)},_doProcessBlock:function(S,F){this._mode.processBlock(S,F)},_doFinalize:function(){var S,F=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(F.pad(this._data,this.blockSize),S=this._process(!0)):(S=this._process(!0),F.unpad(S)),S},blockSize:128/32});var g=a.CipherParams=r.extend({init:function(S){this.mixIn(S)},toString:function(S){return(S||this.formatter).stringify(this)}}),_=s.format={},E=_.OpenSSL={stringify:function(S){var F,O=S.ciphertext,U=S.salt;return U?F=l.create([1398893684,1701076831]).concat(U).concat(O):F=O,F.toString(u)},parse:function(S){var F,O=u.parse(S),U=O.words;return U[0]==1398893684&&U[1]==1701076831&&(F=l.create(U.slice(2,4)),U.splice(0,4),O.sigBytes-=16),g.create({ciphertext:O,salt:F})}},$=a.SerializableCipher=r.extend({cfg:r.extend({format:E}),encrypt:function(S,F,O,U){U=this.cfg.extend(U);var Z=S.createEncryptor(O,U),te=Z.finalize(F),Q=Z.cfg;return g.create({ciphertext:te,key:O,iv:Q.iv,algorithm:S,mode:Q.mode,padding:Q.padding,blockSize:S.blockSize,formatter:U.format})},decrypt:function(S,F,O,U){U=this.cfg.extend(U),F=this._parse(F,U.format);var Z=S.createDecryptor(O,U).finalize(F.ciphertext);return Z},_parse:function(S,F){return typeof S=="string"?F.parse(S,this):S}}),V=s.kdf={},P=V.OpenSSL={execute:function(S,F,O,U,Z){if(U||(U=l.random(64/8)),Z)var te=f.create({keySize:F+O,hasher:Z}).compute(S,U);else var te=f.create({keySize:F+O}).compute(S,U);var Q=l.create(te.words.slice(F),O*4);return te.sigBytes=F*4,g.create({key:te,iv:Q,salt:U})}},M=a.PasswordBasedCipher=$.extend({cfg:$.cfg.extend({kdf:P}),encrypt:function(S,F,O,U){U=this.cfg.extend(U);var Z=U.kdf.execute(O,S.keySize,S.ivSize,U.salt,U.hasher);U.iv=Z.iv;var te=$.encrypt.call(this,S,F,Z.key,U);return te.mixIn(Z),te},decrypt:function(S,F,O,U){U=this.cfg.extend(U),F=this._parse(F,U.format);var Z=U.kdf.execute(O,S.keySize,S.ivSize,F.salt,U.hasher);U.iv=Z.iv;var te=$.decrypt.call(this,S,F,Z.key,U);return te}})}()})}(cipherCore)),cipherCore.exports}var modeCfb={exports:{}},hasRequiredModeCfb;function requireModeCfb(){return hasRequiredModeCfb||(hasRequiredModeCfb=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireCipherCore())})(commonjsGlobal,function(n){return n.mode.CFB=function(){var o=n.lib.BlockCipherMode.extend();o.Encryptor=o.extend({processBlock:function(a,r){var l=this._cipher,c=l.blockSize;s.call(this,a,r,c,l),this._prevBlock=a.slice(r,r+c)}}),o.Decryptor=o.extend({processBlock:function(a,r){var l=this._cipher,c=l.blockSize,d=a.slice(r,r+c);s.call(this,a,r,c,l),this._prevBlock=d}});function s(a,r,l,c){var d,u=this._iv;u?(d=u.slice(0),this._iv=void 0):d=this._prevBlock,c.encryptBlock(d,0);for(var m=0;m>24&255)===255){var c=l>>16&255,d=l>>8&255,u=l&255;c===255?(c=0,d===255?(d=0,u===255?u=0:++u):++d):++c,l=0,l+=c<<16,l+=d<<8,l+=u}else l+=1<<24;return l}function a(l){return(l[0]=s(l[0]))===0&&(l[1]=s(l[1])),l}var r=o.Encryptor=o.extend({processBlock:function(l,c){var d=this._cipher,u=d.blockSize,m=this._iv,f=this._counter;m&&(f=this._counter=m.slice(0),this._iv=void 0),a(f);var v=f.slice(0);d.encryptBlock(v,0);for(var B=0;B>>2]|=l<<24-c%4*8,o.sigBytes+=l},unpad:function(o){var s=o.words[o.sigBytes-1>>>2]&255;o.sigBytes-=s}},n.pad.Ansix923})}(padAnsix923)),padAnsix923.exports}var padIso10126={exports:{}},hasRequiredPadIso10126;function requirePadIso10126(){return hasRequiredPadIso10126||(hasRequiredPadIso10126=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireCipherCore())})(commonjsGlobal,function(n){return n.pad.Iso10126={pad:function(o,s){var a=s*4,r=a-o.sigBytes%a;o.concat(n.lib.WordArray.random(r-1)).concat(n.lib.WordArray.create([r<<24],1))},unpad:function(o){var s=o.words[o.sigBytes-1>>>2]&255;o.sigBytes-=s}},n.pad.Iso10126})}(padIso10126)),padIso10126.exports}var padIso97971={exports:{}},hasRequiredPadIso97971;function requirePadIso97971(){return hasRequiredPadIso97971||(hasRequiredPadIso97971=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireCipherCore())})(commonjsGlobal,function(n){return n.pad.Iso97971={pad:function(o,s){o.concat(n.lib.WordArray.create([2147483648],1)),n.pad.ZeroPadding.pad(o,s)},unpad:function(o){n.pad.ZeroPadding.unpad(o),o.sigBytes--}},n.pad.Iso97971})}(padIso97971)),padIso97971.exports}var padZeropadding={exports:{}},hasRequiredPadZeropadding;function requirePadZeropadding(){return hasRequiredPadZeropadding||(hasRequiredPadZeropadding=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireCipherCore())})(commonjsGlobal,function(n){return n.pad.ZeroPadding={pad:function(o,s){var a=s*4;o.clamp(),o.sigBytes+=a-(o.sigBytes%a||a)},unpad:function(o){for(var s=o.words,a=o.sigBytes-1,a=o.sigBytes-1;a>=0;a--)if(s[a>>>2]>>>24-a%4*8&255){o.sigBytes=a+1;break}}},n.pad.ZeroPadding})}(padZeropadding)),padZeropadding.exports}var padNopadding={exports:{}},hasRequiredPadNopadding;function requirePadNopadding(){return hasRequiredPadNopadding||(hasRequiredPadNopadding=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireCipherCore())})(commonjsGlobal,function(n){return n.pad.NoPadding={pad:function(){},unpad:function(){}},n.pad.NoPadding})}(padNopadding)),padNopadding.exports}var formatHex={exports:{}},hasRequiredFormatHex;function requireFormatHex(){return hasRequiredFormatHex||(hasRequiredFormatHex=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireCipherCore())})(commonjsGlobal,function(n){return function(o){var s=n,a=s.lib,r=a.CipherParams,l=s.enc,c=l.Hex,d=s.format;d.Hex={stringify:function(u){return u.ciphertext.toString(c)},parse:function(u){var m=c.parse(u);return r.create({ciphertext:m})}}}(),n.format.Hex})}(formatHex)),formatHex.exports}var aes={exports:{}},hasRequiredAes;function requireAes(){return hasRequiredAes||(hasRequiredAes=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.BlockCipher,r=o.algo,l=[],c=[],d=[],u=[],m=[],f=[],v=[],B=[],N=[],C=[];(function(){for(var g=[],_=0;_<256;_++)_<128?g[_]=_<<1:g[_]=_<<1^283;for(var E=0,$=0,_=0;_<256;_++){var V=$^$<<1^$<<2^$<<3^$<<4;V=V>>>8^V&255^99,l[E]=V,c[V]=E;var P=g[E],M=g[P],S=g[M],F=g[V]*257^V*16843008;d[E]=F<<24|F>>>8,u[E]=F<<16|F>>>16,m[E]=F<<8|F>>>24,f[E]=F;var F=S*16843009^M*65537^P*257^E*16843008;v[V]=F<<24|F>>>8,B[V]=F<<16|F>>>16,N[V]=F<<8|F>>>24,C[V]=F,E?(E=P^g[g[g[S^P]]],$^=g[g[$]]):E=$=1}})();var w=[0,1,2,4,8,16,32,64,128,27,54],y=r.AES=a.extend({_doReset:function(){var g;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var _=this._keyPriorReset=this._key,E=_.words,$=_.sigBytes/4,V=this._nRounds=$+6,P=(V+1)*4,M=this._keySchedule=[],S=0;S6&&S%$==4&&(g=l[g>>>24]<<24|l[g>>>16&255]<<16|l[g>>>8&255]<<8|l[g&255]):(g=g<<8|g>>>24,g=l[g>>>24]<<24|l[g>>>16&255]<<16|l[g>>>8&255]<<8|l[g&255],g^=w[S/$|0]<<24),M[S]=M[S-$]^g);for(var F=this._invKeySchedule=[],O=0;O>>24]]^B[l[g>>>16&255]]^N[l[g>>>8&255]]^C[l[g&255]]}}},encryptBlock:function(g,_){this._doCryptBlock(g,_,this._keySchedule,d,u,m,f,l)},decryptBlock:function(g,_){var E=g[_+1];g[_+1]=g[_+3],g[_+3]=E,this._doCryptBlock(g,_,this._invKeySchedule,v,B,N,C,c);var E=g[_+1];g[_+1]=g[_+3],g[_+3]=E},_doCryptBlock:function(g,_,E,$,V,P,M,S){for(var F=this._nRounds,O=g[_]^E[0],U=g[_+1]^E[1],Z=g[_+2]^E[2],te=g[_+3]^E[3],Q=4,oe=1;oe>>24]^V[U>>>16&255]^P[Z>>>8&255]^M[te&255]^E[Q++],ae=$[U>>>24]^V[Z>>>16&255]^P[te>>>8&255]^M[O&255]^E[Q++],re=$[Z>>>24]^V[te>>>16&255]^P[O>>>8&255]^M[U&255]^E[Q++],L=$[te>>>24]^V[O>>>16&255]^P[U>>>8&255]^M[Z&255]^E[Q++];O=ee,U=ae,Z=re,te=L}var ee=(S[O>>>24]<<24|S[U>>>16&255]<<16|S[Z>>>8&255]<<8|S[te&255])^E[Q++],ae=(S[U>>>24]<<24|S[Z>>>16&255]<<16|S[te>>>8&255]<<8|S[O&255])^E[Q++],re=(S[Z>>>24]<<24|S[te>>>16&255]<<16|S[O>>>8&255]<<8|S[U&255])^E[Q++],L=(S[te>>>24]<<24|S[O>>>16&255]<<16|S[U>>>8&255]<<8|S[Z&255])^E[Q++];g[_]=ee,g[_+1]=ae,g[_+2]=re,g[_+3]=L},keySize:256/32});o.AES=a._createHelper(y)}(),n.AES})}(aes)),aes.exports}var tripledes={exports:{}},hasRequiredTripledes;function requireTripledes(){return hasRequiredTripledes||(hasRequiredTripledes=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.WordArray,r=s.BlockCipher,l=o.algo,c=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],d=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],u=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],m=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],f=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],v=l.DES=r.extend({_doReset:function(){for(var w=this._key,y=w.words,g=[],_=0;_<56;_++){var E=c[_]-1;g[_]=y[E>>>5]>>>31-E%32&1}for(var $=this._subKeys=[],V=0;V<16;V++){for(var P=$[V]=[],M=u[V],_=0;_<24;_++)P[_/6|0]|=g[(d[_]-1+M)%28]<<31-_%6,P[4+(_/6|0)]|=g[28+(d[_+24]-1+M)%28]<<31-_%6;P[0]=P[0]<<1|P[0]>>>31;for(var _=1;_<7;_++)P[_]=P[_]>>>(_-1)*4+3;P[7]=P[7]<<5|P[7]>>>27}for(var S=this._invSubKeys=[],_=0;_<16;_++)S[_]=$[15-_]},encryptBlock:function(w,y){this._doCryptBlock(w,y,this._subKeys)},decryptBlock:function(w,y){this._doCryptBlock(w,y,this._invSubKeys)},_doCryptBlock:function(w,y,g){this._lBlock=w[y],this._rBlock=w[y+1],B.call(this,4,252645135),B.call(this,16,65535),N.call(this,2,858993459),N.call(this,8,16711935),B.call(this,1,1431655765);for(var _=0;_<16;_++){for(var E=g[_],$=this._lBlock,V=this._rBlock,P=0,M=0;M<8;M++)P|=m[M][((V^E[M])&f[M])>>>0];this._lBlock=V,this._rBlock=$^P}var S=this._lBlock;this._lBlock=this._rBlock,this._rBlock=S,B.call(this,1,1431655765),N.call(this,8,16711935),N.call(this,2,858993459),B.call(this,16,65535),B.call(this,4,252645135),w[y]=this._lBlock,w[y+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function B(w,y){var g=(this._lBlock>>>w^this._rBlock)&y;this._rBlock^=g,this._lBlock^=g<>>w^this._lBlock)&y;this._lBlock^=g,this._rBlock^=g<192.");var g=y.slice(0,2),_=y.length<4?y.slice(0,2):y.slice(2,4),E=y.length<6?y.slice(0,2):y.slice(4,6);this._des1=v.createEncryptor(a.create(g)),this._des2=v.createEncryptor(a.create(_)),this._des3=v.createEncryptor(a.create(E))},encryptBlock:function(w,y){this._des1.encryptBlock(w,y),this._des2.decryptBlock(w,y),this._des3.encryptBlock(w,y)},decryptBlock:function(w,y){this._des3.decryptBlock(w,y),this._des2.encryptBlock(w,y),this._des1.decryptBlock(w,y)},keySize:192/32,ivSize:64/32,blockSize:64/32});o.TripleDES=r._createHelper(C)}(),n.TripleDES})}(tripledes)),tripledes.exports}var rc4={exports:{}},hasRequiredRc4;function requireRc4(){return hasRequiredRc4||(hasRequiredRc4=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.StreamCipher,r=o.algo,l=r.RC4=a.extend({_doReset:function(){for(var u=this._key,m=u.words,f=u.sigBytes,v=this._S=[],B=0;B<256;B++)v[B]=B;for(var B=0,N=0;B<256;B++){var C=B%f,w=m[C>>>2]>>>24-C%4*8&255;N=(N+v[B]+w)%256;var y=v[B];v[B]=v[N],v[N]=y}this._i=this._j=0},_doProcessBlock:function(u,m){u[m]^=c.call(this)},keySize:256/32,ivSize:0});function c(){for(var u=this._S,m=this._i,f=this._j,v=0,B=0;B<4;B++){m=(m+1)%256,f=(f+u[m])%256;var N=u[m];u[m]=u[f],u[f]=N,v|=u[(u[m]+u[f])%256]<<24-B*8}return this._i=m,this._j=f,v}o.RC4=a._createHelper(l);var d=r.RC4Drop=l.extend({cfg:l.cfg.extend({drop:192}),_doReset:function(){l._doReset.call(this);for(var u=this.cfg.drop;u>0;u--)c.call(this)}});o.RC4Drop=a._createHelper(d)}(),n.RC4})}(rc4)),rc4.exports}var rabbit={exports:{}},hasRequiredRabbit;function requireRabbit(){return hasRequiredRabbit||(hasRequiredRabbit=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.StreamCipher,r=o.algo,l=[],c=[],d=[],u=r.Rabbit=a.extend({_doReset:function(){for(var f=this._key.words,v=this.cfg.iv,B=0;B<4;B++)f[B]=(f[B]<<8|f[B]>>>24)&16711935|(f[B]<<24|f[B]>>>8)&4278255360;var N=this._X=[f[0],f[3]<<16|f[2]>>>16,f[1],f[0]<<16|f[3]>>>16,f[2],f[1]<<16|f[0]>>>16,f[3],f[2]<<16|f[1]>>>16],C=this._C=[f[2]<<16|f[2]>>>16,f[0]&4294901760|f[1]&65535,f[3]<<16|f[3]>>>16,f[1]&4294901760|f[2]&65535,f[0]<<16|f[0]>>>16,f[2]&4294901760|f[3]&65535,f[1]<<16|f[1]>>>16,f[3]&4294901760|f[0]&65535];this._b=0;for(var B=0;B<4;B++)m.call(this);for(var B=0;B<8;B++)C[B]^=N[B+4&7];if(v){var w=v.words,y=w[0],g=w[1],_=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360,E=(g<<8|g>>>24)&16711935|(g<<24|g>>>8)&4278255360,$=_>>>16|E&4294901760,V=E<<16|_&65535;C[0]^=_,C[1]^=$,C[2]^=E,C[3]^=V,C[4]^=_,C[5]^=$,C[6]^=E,C[7]^=V;for(var B=0;B<4;B++)m.call(this)}},_doProcessBlock:function(f,v){var B=this._X;m.call(this),l[0]=B[0]^B[5]>>>16^B[3]<<16,l[1]=B[2]^B[7]>>>16^B[5]<<16,l[2]=B[4]^B[1]>>>16^B[7]<<16,l[3]=B[6]^B[3]>>>16^B[1]<<16;for(var N=0;N<4;N++)l[N]=(l[N]<<8|l[N]>>>24)&16711935|(l[N]<<24|l[N]>>>8)&4278255360,f[v+N]^=l[N]},blockSize:128/32,ivSize:64/32});function m(){for(var f=this._X,v=this._C,B=0;B<8;B++)c[B]=v[B];v[0]=v[0]+1295307597+this._b|0,v[1]=v[1]+3545052371+(v[0]>>>0>>0?1:0)|0,v[2]=v[2]+886263092+(v[1]>>>0>>0?1:0)|0,v[3]=v[3]+1295307597+(v[2]>>>0>>0?1:0)|0,v[4]=v[4]+3545052371+(v[3]>>>0>>0?1:0)|0,v[5]=v[5]+886263092+(v[4]>>>0>>0?1:0)|0,v[6]=v[6]+1295307597+(v[5]>>>0>>0?1:0)|0,v[7]=v[7]+3545052371+(v[6]>>>0>>0?1:0)|0,this._b=v[7]>>>0>>0?1:0;for(var B=0;B<8;B++){var N=f[B]+v[B],C=N&65535,w=N>>>16,y=((C*C>>>17)+C*w>>>15)+w*w,g=((N&4294901760)*N|0)+((N&65535)*N|0);d[B]=y^g}f[0]=d[0]+(d[7]<<16|d[7]>>>16)+(d[6]<<16|d[6]>>>16)|0,f[1]=d[1]+(d[0]<<8|d[0]>>>24)+d[7]|0,f[2]=d[2]+(d[1]<<16|d[1]>>>16)+(d[0]<<16|d[0]>>>16)|0,f[3]=d[3]+(d[2]<<8|d[2]>>>24)+d[1]|0,f[4]=d[4]+(d[3]<<16|d[3]>>>16)+(d[2]<<16|d[2]>>>16)|0,f[5]=d[5]+(d[4]<<8|d[4]>>>24)+d[3]|0,f[6]=d[6]+(d[5]<<16|d[5]>>>16)+(d[4]<<16|d[4]>>>16)|0,f[7]=d[7]+(d[6]<<8|d[6]>>>24)+d[5]|0}o.Rabbit=a._createHelper(u)}(),n.Rabbit})}(rabbit)),rabbit.exports}var rabbitLegacy={exports:{}},hasRequiredRabbitLegacy;function requireRabbitLegacy(){return hasRequiredRabbitLegacy||(hasRequiredRabbitLegacy=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.StreamCipher,r=o.algo,l=[],c=[],d=[],u=r.RabbitLegacy=a.extend({_doReset:function(){var f=this._key.words,v=this.cfg.iv,B=this._X=[f[0],f[3]<<16|f[2]>>>16,f[1],f[0]<<16|f[3]>>>16,f[2],f[1]<<16|f[0]>>>16,f[3],f[2]<<16|f[1]>>>16],N=this._C=[f[2]<<16|f[2]>>>16,f[0]&4294901760|f[1]&65535,f[3]<<16|f[3]>>>16,f[1]&4294901760|f[2]&65535,f[0]<<16|f[0]>>>16,f[2]&4294901760|f[3]&65535,f[1]<<16|f[1]>>>16,f[3]&4294901760|f[0]&65535];this._b=0;for(var C=0;C<4;C++)m.call(this);for(var C=0;C<8;C++)N[C]^=B[C+4&7];if(v){var w=v.words,y=w[0],g=w[1],_=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360,E=(g<<8|g>>>24)&16711935|(g<<24|g>>>8)&4278255360,$=_>>>16|E&4294901760,V=E<<16|_&65535;N[0]^=_,N[1]^=$,N[2]^=E,N[3]^=V,N[4]^=_,N[5]^=$,N[6]^=E,N[7]^=V;for(var C=0;C<4;C++)m.call(this)}},_doProcessBlock:function(f,v){var B=this._X;m.call(this),l[0]=B[0]^B[5]>>>16^B[3]<<16,l[1]=B[2]^B[7]>>>16^B[5]<<16,l[2]=B[4]^B[1]>>>16^B[7]<<16,l[3]=B[6]^B[3]>>>16^B[1]<<16;for(var N=0;N<4;N++)l[N]=(l[N]<<8|l[N]>>>24)&16711935|(l[N]<<24|l[N]>>>8)&4278255360,f[v+N]^=l[N]},blockSize:128/32,ivSize:64/32});function m(){for(var f=this._X,v=this._C,B=0;B<8;B++)c[B]=v[B];v[0]=v[0]+1295307597+this._b|0,v[1]=v[1]+3545052371+(v[0]>>>0>>0?1:0)|0,v[2]=v[2]+886263092+(v[1]>>>0>>0?1:0)|0,v[3]=v[3]+1295307597+(v[2]>>>0>>0?1:0)|0,v[4]=v[4]+3545052371+(v[3]>>>0>>0?1:0)|0,v[5]=v[5]+886263092+(v[4]>>>0>>0?1:0)|0,v[6]=v[6]+1295307597+(v[5]>>>0>>0?1:0)|0,v[7]=v[7]+3545052371+(v[6]>>>0>>0?1:0)|0,this._b=v[7]>>>0>>0?1:0;for(var B=0;B<8;B++){var N=f[B]+v[B],C=N&65535,w=N>>>16,y=((C*C>>>17)+C*w>>>15)+w*w,g=((N&4294901760)*N|0)+((N&65535)*N|0);d[B]=y^g}f[0]=d[0]+(d[7]<<16|d[7]>>>16)+(d[6]<<16|d[6]>>>16)|0,f[1]=d[1]+(d[0]<<8|d[0]>>>24)+d[7]|0,f[2]=d[2]+(d[1]<<16|d[1]>>>16)+(d[0]<<16|d[0]>>>16)|0,f[3]=d[3]+(d[2]<<8|d[2]>>>24)+d[1]|0,f[4]=d[4]+(d[3]<<16|d[3]>>>16)+(d[2]<<16|d[2]>>>16)|0,f[5]=d[5]+(d[4]<<8|d[4]>>>24)+d[3]|0,f[6]=d[6]+(d[5]<<16|d[5]>>>16)+(d[4]<<16|d[4]>>>16)|0,f[7]=d[7]+(d[6]<<8|d[6]>>>24)+d[5]|0}o.RabbitLegacy=a._createHelper(u)}(),n.RabbitLegacy})}(rabbitLegacy)),rabbitLegacy.exports}var blowfish={exports:{}},hasRequiredBlowfish;function requireBlowfish(){return hasRequiredBlowfish||(hasRequiredBlowfish=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.BlockCipher,r=o.algo;const l=16,c=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],d=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var u={pbox:[],sbox:[]};function m(C,w){let y=w>>24&255,g=w>>16&255,_=w>>8&255,E=w&255,$=C.sbox[0][y]+C.sbox[1][g];return $=$^C.sbox[2][_],$=$+C.sbox[3][E],$}function f(C,w,y){let g=w,_=y,E;for(let $=0;$1;--$)g=g^C.pbox[$],_=m(C,g)^_,E=g,g=_,_=E;return E=g,g=_,_=E,_=_^C.pbox[1],g=g^C.pbox[0],{left:g,right:_}}function B(C,w,y){for(let V=0;V<4;V++){C.sbox[V]=[];for(let P=0;P<256;P++)C.sbox[V][P]=d[V][P]}let g=0;for(let V=0;V=y&&(g=0);let _=0,E=0,$=0;for(let V=0;V{const n={alg:"HS256",typ:"JWT"},o=CryptoJS.enc.Utf8.parse(JSON.stringify(n)),s=base64url(o),a=CryptoJS.enc.Utf8.parse(JSON.stringify(e)),r=base64url(a),l=`${s}.${r}`;let c=CryptoJS.HmacSHA256(l,t);return c=base64url(c),`${l}.${c}`};/*! - * shared v9.14.1 - * (c) 2024 kazuya kawaguchi - * Released under the MIT License. - */const inBrowser=typeof window<"u",makeSymbol=(e,t=!1)=>t?Symbol.for(e):Symbol(e),generateFormatCacheKey=(e,t,n)=>friendlyJSONstringify({l:e,k:t,s:n}),friendlyJSONstringify=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),isNumber=e=>typeof e=="number"&&isFinite(e),isDate=e=>toTypeString(e)==="[object Date]",isRegExp=e=>toTypeString(e)==="[object RegExp]",isEmptyObject=e=>isPlainObject(e)&&Object.keys(e).length===0,assign$1=Object.assign;let _globalThis;const getGlobalThis=()=>_globalThis||(_globalThis=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function escapeHtml(e){return e.replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}const hasOwnProperty=Object.prototype.hasOwnProperty;function hasOwn(e,t){return hasOwnProperty.call(e,t)}const isArray=Array.isArray,isFunction=e=>typeof e=="function",isString$1=e=>typeof e=="string",isBoolean=e=>typeof e=="boolean",isObject$1=e=>e!==null&&typeof e=="object",isPromise=e=>isObject$1(e)&&isFunction(e.then)&&isFunction(e.catch),objectToString=Object.prototype.toString,toTypeString=e=>objectToString.call(e),isPlainObject=e=>{if(!isObject$1(e))return!1;const t=Object.getPrototypeOf(e);return t===null||t.constructor===Object},toDisplayString=e=>e==null?"":isArray(e)||isPlainObject(e)&&e.toString===objectToString?JSON.stringify(e,null,2):String(e);function join$1(e,t=""){return e.reduce((n,o,s)=>s===0?n+o:n+t+o,"")}function incrementer(e){let t=e;return()=>++t}function warn$1(e,t){typeof console<"u"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const isNotObjectOrIsArray=e=>!isObject$1(e)||isArray(e);function deepCopy(e,t){if(isNotObjectOrIsArray(e)||isNotObjectOrIsArray(t))throw new Error("Invalid value");const n=[{src:e,des:t}];for(;n.length;){const{src:o,des:s}=n.pop();Object.keys(o).forEach(a=>{isObject$1(o[a])&&!isObject$1(s[a])&&(s[a]=Array.isArray(o[a])?[]:{}),isNotObjectOrIsArray(s[a])||isNotObjectOrIsArray(o[a])?s[a]=o[a]:n.push({src:o[a],des:s[a]})})}}/*! - * message-compiler v9.14.1 - * (c) 2024 kazuya kawaguchi - * Released under the MIT License. - */function createPosition(e,t,n){return{line:e,column:t,offset:n}}function createLocation(e,t,n){return{start:e,end:t}}const RE_ARGS=/\{([0-9a-zA-Z]+)\}/g;function format$1(e,...t){return t.length===1&&isObject(t[0])&&(t=t[0]),(!t||!t.hasOwnProperty)&&(t={}),e.replace(RE_ARGS,(n,o)=>t.hasOwnProperty(o)?t[o]:"")}const assign=Object.assign,isString=e=>typeof e=="string",isObject=e=>e!==null&&typeof e=="object";function join(e,t=""){return e.reduce((n,o,s)=>s===0?n+o:n+t+o,"")}const CompileWarnCodes={USE_MODULO_SYNTAX:1,__EXTEND_POINT__:2},warnMessages={[CompileWarnCodes.USE_MODULO_SYNTAX]:"Use modulo before '{{0}}'."};function createCompileWarn(e,t,...n){const o=format$1(warnMessages[e],...n||[]),s={message:String(o),code:e};return t&&(s.location=t),s}const CompileErrorCodes={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16,__EXTEND_POINT__:17},errorMessages={[CompileErrorCodes.EXPECTED_TOKEN]:"Expected token: '{0}'",[CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[CompileErrorCodes.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[CompileErrorCodes.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[CompileErrorCodes.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[CompileErrorCodes.EMPTY_PLACEHOLDER]:"Empty placeholder",[CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[CompileErrorCodes.INVALID_LINKED_FORMAT]:"Invalid linked format",[CompileErrorCodes.MUST_HAVE_MESSAGES_IN_PLURAL]:"Plural must have messages",[CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_MODIFIER]:"Unexpected empty linked modifier",[CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_KEY]:"Unexpected empty linked key",[CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS]:"Unexpected lexical analysis in token: '{0}'",[CompileErrorCodes.UNHANDLED_CODEGEN_NODE_TYPE]:"unhandled codegen node type: '{0}'",[CompileErrorCodes.UNHANDLED_MINIFIER_NODE_TYPE]:"unhandled mimifier node type: '{0}'"};function createCompileError(e,t,n={}){const{domain:o,messages:s,args:a}=n,r=format$1((s||errorMessages)[e]||"",...a||[]),l=new SyntaxError(String(r));return l.code=e,t&&(l.location=t),l.domain=o,l}function defaultOnError(e){throw e}const CHAR_SP=" ",CHAR_CR="\r",CHAR_LF=` -`,CHAR_LS="\u2028",CHAR_PS="\u2029";function createScanner(e){const t=e;let n=0,o=1,s=1,a=0;const r=V=>t[V]===CHAR_CR&&t[V+1]===CHAR_LF,l=V=>t[V]===CHAR_LF,c=V=>t[V]===CHAR_PS,d=V=>t[V]===CHAR_LS,u=V=>r(V)||l(V)||c(V)||d(V),m=()=>n,f=()=>o,v=()=>s,B=()=>a,N=V=>r(V)||c(V)||d(V)?CHAR_LF:t[V],C=()=>N(n),w=()=>N(n+a);function y(){return a=0,u(n)&&(o++,s=0),r(n)&&n++,n++,s++,t[n]}function g(){return r(n+a)&&a++,a++,t[n+a]}function _(){n=0,o=1,s=1,a=0}function E(V=0){a=V}function $(){const V=n+a;for(;V!==n;)y();a=0}return{index:m,line:f,column:v,peekOffset:B,charAt:N,currentChar:C,currentPeek:w,next:y,peek:g,reset:_,resetPeek:E,skipToPeek:$}}const EOF=void 0,DOT=".",LITERAL_DELIMITER="'",ERROR_DOMAIN$3="tokenizer";function createTokenizer(e,t={}){const n=t.location!==!1,o=createScanner(e),s=()=>o.index(),a=()=>createPosition(o.line(),o.column(),o.index()),r=a(),l=s(),c={currentType:14,offset:l,startLoc:r,endLoc:r,lastType:14,lastOffset:l,lastStartLoc:r,lastEndLoc:r,braceNest:0,inLinked:!1,text:""},d=()=>c,{onError:u}=t;function m(k,x,D,...q){const X=d();if(x.column+=D,x.offset+=D,u){const G=n?createLocation(X.startLoc,x):null,I=createCompileError(k,G,{domain:ERROR_DOMAIN$3,args:q});u(I)}}function f(k,x,D){k.endLoc=a(),k.currentType=x;const q={type:x};return n&&(q.loc=createLocation(k.startLoc,k.endLoc)),D!=null&&(q.value=D),q}const v=k=>f(k,14);function B(k,x){return k.currentChar()===x?(k.next(),x):(m(CompileErrorCodes.EXPECTED_TOKEN,a(),0,x),"")}function N(k){let x="";for(;k.currentPeek()===CHAR_SP||k.currentPeek()===CHAR_LF;)x+=k.currentPeek(),k.peek();return x}function C(k){const x=N(k);return k.skipToPeek(),x}function w(k){if(k===EOF)return!1;const x=k.charCodeAt(0);return x>=97&&x<=122||x>=65&&x<=90||x===95}function y(k){if(k===EOF)return!1;const x=k.charCodeAt(0);return x>=48&&x<=57}function g(k,x){const{currentType:D}=x;if(D!==2)return!1;N(k);const q=w(k.currentPeek());return k.resetPeek(),q}function _(k,x){const{currentType:D}=x;if(D!==2)return!1;N(k);const q=k.currentPeek()==="-"?k.peek():k.currentPeek(),X=y(q);return k.resetPeek(),X}function E(k,x){const{currentType:D}=x;if(D!==2)return!1;N(k);const q=k.currentPeek()===LITERAL_DELIMITER;return k.resetPeek(),q}function $(k,x){const{currentType:D}=x;if(D!==8)return!1;N(k);const q=k.currentPeek()===".";return k.resetPeek(),q}function V(k,x){const{currentType:D}=x;if(D!==9)return!1;N(k);const q=w(k.currentPeek());return k.resetPeek(),q}function P(k,x){const{currentType:D}=x;if(!(D===8||D===12))return!1;N(k);const q=k.currentPeek()===":";return k.resetPeek(),q}function M(k,x){const{currentType:D}=x;if(D!==10)return!1;const q=()=>{const G=k.currentPeek();return G==="{"?w(k.peek()):G==="@"||G==="%"||G==="|"||G===":"||G==="."||G===CHAR_SP||!G?!1:G===CHAR_LF?(k.peek(),q()):O(k,!1)},X=q();return k.resetPeek(),X}function S(k){N(k);const x=k.currentPeek()==="|";return k.resetPeek(),x}function F(k){const x=N(k),D=k.currentPeek()==="%"&&k.peek()==="{";return k.resetPeek(),{isModulo:D,hasSpace:x.length>0}}function O(k,x=!0){const D=(X=!1,G="",I=!1)=>{const R=k.currentPeek();return R==="{"?G==="%"?!1:X:R==="@"||!R?G==="%"?!0:X:R==="%"?(k.peek(),D(X,"%",!0)):R==="|"?G==="%"||I?!0:!(G===CHAR_SP||G===CHAR_LF):R===CHAR_SP?(k.peek(),D(!0,CHAR_SP,I)):R===CHAR_LF?(k.peek(),D(!0,CHAR_LF,I)):!0},q=D();return x&&k.resetPeek(),q}function U(k,x){const D=k.currentChar();return D===EOF?EOF:x(D)?(k.next(),D):null}function Z(k){const x=k.charCodeAt(0);return x>=97&&x<=122||x>=65&&x<=90||x>=48&&x<=57||x===95||x===36}function te(k){return U(k,Z)}function Q(k){const x=k.charCodeAt(0);return x>=97&&x<=122||x>=65&&x<=90||x>=48&&x<=57||x===95||x===36||x===45}function oe(k){return U(k,Q)}function ee(k){const x=k.charCodeAt(0);return x>=48&&x<=57}function ae(k){return U(k,ee)}function re(k){const x=k.charCodeAt(0);return x>=48&&x<=57||x>=65&&x<=70||x>=97&&x<=102}function L(k){return U(k,re)}function H(k){let x="",D="";for(;x=ae(k);)D+=x;return D}function Y(k){C(k);const x=k.currentChar();return x!=="%"&&m(CompileErrorCodes.EXPECTED_TOKEN,a(),0,x),k.next(),"%"}function W(k){let x="";for(;;){const D=k.currentChar();if(D==="{"||D==="}"||D==="@"||D==="|"||!D)break;if(D==="%")if(O(k))x+=D,k.next();else break;else if(D===CHAR_SP||D===CHAR_LF)if(O(k))x+=D,k.next();else{if(S(k))break;x+=D,k.next()}else x+=D,k.next()}return x}function ce(k){C(k);let x="",D="";for(;x=oe(k);)D+=x;return k.currentChar()===EOF&&m(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),D}function le(k){C(k);let x="";return k.currentChar()==="-"?(k.next(),x+=`-${H(k)}`):x+=H(k),k.currentChar()===EOF&&m(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),x}function fe(k){return k!==LITERAL_DELIMITER&&k!==CHAR_LF}function ie(k){C(k),B(k,"'");let x="",D="";for(;x=U(k,fe);)x==="\\"?D+=_e(k):D+=x;const q=k.currentChar();return q===CHAR_LF||q===EOF?(m(CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,a(),0),q===CHAR_LF&&(k.next(),B(k,"'")),D):(B(k,"'"),D)}function _e(k){const x=k.currentChar();switch(x){case"\\":case"'":return k.next(),`\\${x}`;case"u":return me(k,x,4);case"U":return me(k,x,6);default:return m(CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE,a(),0,x),""}}function me(k,x,D){B(k,x);let q="";for(let X=0;X{const q=k.currentChar();return q==="{"||q==="%"||q==="@"||q==="|"||q==="("||q===")"||!q||q===CHAR_SP?D:(D+=q,k.next(),x(D))};return x("")}function T(k){C(k);const x=B(k,"|");return C(k),x}function z(k,x){let D=null;switch(k.currentChar()){case"{":return x.braceNest>=1&&m(CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER,a(),0),k.next(),D=f(x,2,"{"),C(k),x.braceNest++,D;case"}":return x.braceNest>0&&x.currentType===2&&m(CompileErrorCodes.EMPTY_PLACEHOLDER,a(),0),k.next(),D=f(x,3,"}"),x.braceNest--,x.braceNest>0&&C(k),x.inLinked&&x.braceNest===0&&(x.inLinked=!1),D;case"@":return x.braceNest>0&&m(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),D=j(k,x)||v(x),x.braceNest=0,D;default:{let X=!0,G=!0,I=!0;if(S(k))return x.braceNest>0&&m(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),D=f(x,1,T(k)),x.braceNest=0,x.inLinked=!1,D;if(x.braceNest>0&&(x.currentType===5||x.currentType===6||x.currentType===7))return m(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),x.braceNest=0,K(k,x);if(X=g(k,x))return D=f(x,5,ce(k)),C(k),D;if(G=_(k,x))return D=f(x,6,le(k)),C(k),D;if(I=E(k,x))return D=f(x,7,ie(k)),C(k),D;if(!X&&!G&&!I)return D=f(x,13,ve(k)),m(CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER,a(),0,D.value),C(k),D;break}}return D}function j(k,x){const{currentType:D}=x;let q=null;const X=k.currentChar();switch((D===8||D===9||D===12||D===10)&&(X===CHAR_LF||X===CHAR_SP)&&m(CompileErrorCodes.INVALID_LINKED_FORMAT,a(),0),X){case"@":return k.next(),q=f(x,8,"@"),x.inLinked=!0,q;case".":return C(k),k.next(),f(x,9,".");case":":return C(k),k.next(),f(x,10,":");default:return S(k)?(q=f(x,1,T(k)),x.braceNest=0,x.inLinked=!1,q):$(k,x)||P(k,x)?(C(k),j(k,x)):V(k,x)?(C(k),f(x,12,A(k))):M(k,x)?(C(k),X==="{"?z(k,x)||q:f(x,11,b(k))):(D===8&&m(CompileErrorCodes.INVALID_LINKED_FORMAT,a(),0),x.braceNest=0,x.inLinked=!1,K(k,x))}}function K(k,x){let D={type:14};if(x.braceNest>0)return z(k,x)||v(x);if(x.inLinked)return j(k,x)||v(x);switch(k.currentChar()){case"{":return z(k,x)||v(x);case"}":return m(CompileErrorCodes.UNBALANCED_CLOSING_BRACE,a(),0),k.next(),f(x,3,"}");case"@":return j(k,x)||v(x);default:{if(S(k))return D=f(x,1,T(k)),x.braceNest=0,x.inLinked=!1,D;const{isModulo:X,hasSpace:G}=F(k);if(X)return G?f(x,0,W(k)):f(x,4,Y(k));if(O(k))return f(x,0,W(k));break}}return D}function J(){const{currentType:k,offset:x,startLoc:D,endLoc:q}=c;return c.lastType=k,c.lastOffset=x,c.lastStartLoc=D,c.lastEndLoc=q,c.offset=s(),c.startLoc=a(),o.currentChar()===EOF?f(c,14):K(o,c)}return{nextToken:J,currentOffset:s,currentPosition:a,context:d}}const ERROR_DOMAIN$2="parser",KNOWN_ESCAPES=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function fromEscapeSequence(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const o=parseInt(t||n,16);return o<=55295||o>=57344?String.fromCodePoint(o):"�"}}}function createParser(e={}){const t=e.location!==!1,{onError:n,onWarn:o}=e;function s(g,_,E,$,...V){const P=g.currentPosition();if(P.offset+=$,P.column+=$,n){const M=t?createLocation(E,P):null,S=createCompileError(_,M,{domain:ERROR_DOMAIN$2,args:V});n(S)}}function a(g,_,E,$,...V){const P=g.currentPosition();if(P.offset+=$,P.column+=$,o){const M=t?createLocation(E,P):null;o(createCompileWarn(_,M,V))}}function r(g,_,E){const $={type:g};return t&&($.start=_,$.end=_,$.loc={start:E,end:E}),$}function l(g,_,E,$){t&&(g.end=_,g.loc&&(g.loc.end=E))}function c(g,_){const E=g.context(),$=r(3,E.offset,E.startLoc);return $.value=_,l($,g.currentOffset(),g.currentPosition()),$}function d(g,_){const E=g.context(),{lastOffset:$,lastStartLoc:V}=E,P=r(5,$,V);return P.index=parseInt(_,10),g.nextToken(),l(P,g.currentOffset(),g.currentPosition()),P}function u(g,_,E){const $=g.context(),{lastOffset:V,lastStartLoc:P}=$,M=r(4,V,P);return M.key=_,E===!0&&(M.modulo=!0),g.nextToken(),l(M,g.currentOffset(),g.currentPosition()),M}function m(g,_){const E=g.context(),{lastOffset:$,lastStartLoc:V}=E,P=r(9,$,V);return P.value=_.replace(KNOWN_ESCAPES,fromEscapeSequence),g.nextToken(),l(P,g.currentOffset(),g.currentPosition()),P}function f(g){const _=g.nextToken(),E=g.context(),{lastOffset:$,lastStartLoc:V}=E,P=r(8,$,V);return _.type!==12?(s(g,CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_MODIFIER,E.lastStartLoc,0),P.value="",l(P,$,V),{nextConsumeToken:_,node:P}):(_.value==null&&s(g,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,E.lastStartLoc,0,getTokenCaption(_)),P.value=_.value||"",l(P,g.currentOffset(),g.currentPosition()),{node:P})}function v(g,_){const E=g.context(),$=r(7,E.offset,E.startLoc);return $.value=_,l($,g.currentOffset(),g.currentPosition()),$}function B(g){const _=g.context(),E=r(6,_.offset,_.startLoc);let $=g.nextToken();if($.type===9){const V=f(g);E.modifier=V.node,$=V.nextConsumeToken||g.nextToken()}switch($.type!==10&&s(g,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption($)),$=g.nextToken(),$.type===2&&($=g.nextToken()),$.type){case 11:$.value==null&&s(g,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption($)),E.key=v(g,$.value||"");break;case 5:$.value==null&&s(g,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption($)),E.key=u(g,$.value||"");break;case 6:$.value==null&&s(g,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption($)),E.key=d(g,$.value||"");break;case 7:$.value==null&&s(g,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption($)),E.key=m(g,$.value||"");break;default:{s(g,CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_KEY,_.lastStartLoc,0);const V=g.context(),P=r(7,V.offset,V.startLoc);return P.value="",l(P,V.offset,V.startLoc),E.key=P,l(E,V.offset,V.startLoc),{nextConsumeToken:$,node:E}}}return l(E,g.currentOffset(),g.currentPosition()),{node:E}}function N(g){const _=g.context(),E=_.currentType===1?g.currentOffset():_.offset,$=_.currentType===1?_.endLoc:_.startLoc,V=r(2,E,$);V.items=[];let P=null,M=null;do{const O=P||g.nextToken();switch(P=null,O.type){case 0:O.value==null&&s(g,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(O)),V.items.push(c(g,O.value||""));break;case 6:O.value==null&&s(g,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(O)),V.items.push(d(g,O.value||""));break;case 4:M=!0;break;case 5:O.value==null&&s(g,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(O)),V.items.push(u(g,O.value||"",!!M)),M&&(a(g,CompileWarnCodes.USE_MODULO_SYNTAX,_.lastStartLoc,0,getTokenCaption(O)),M=null);break;case 7:O.value==null&&s(g,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(O)),V.items.push(m(g,O.value||""));break;case 8:{const U=B(g);V.items.push(U.node),P=U.nextConsumeToken||null;break}}}while(_.currentType!==14&&_.currentType!==1);const S=_.currentType===1?_.lastOffset:g.currentOffset(),F=_.currentType===1?_.lastEndLoc:g.currentPosition();return l(V,S,F),V}function C(g,_,E,$){const V=g.context();let P=$.items.length===0;const M=r(1,_,E);M.cases=[],M.cases.push($);do{const S=N(g);P||(P=S.items.length===0),M.cases.push(S)}while(V.currentType!==14);return P&&s(g,CompileErrorCodes.MUST_HAVE_MESSAGES_IN_PLURAL,E,0),l(M,g.currentOffset(),g.currentPosition()),M}function w(g){const _=g.context(),{offset:E,startLoc:$}=_,V=N(g);return _.currentType===14?V:C(g,E,$,V)}function y(g){const _=createTokenizer(g,assign({},e)),E=_.context(),$=r(0,E.offset,E.startLoc);return t&&$.loc&&($.loc.source=g),$.body=w(_),e.onCacheKey&&($.cacheKey=e.onCacheKey(g)),E.currentType!==14&&s(_,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,E.lastStartLoc,0,g[E.offset]||""),l($,_.currentOffset(),_.currentPosition()),$}return{parse:y}}function getTokenCaption(e){if(e.type===14)return"EOF";const t=(e.value||"").replace(/\r?\n/gu,"\\n");return t.length>10?t.slice(0,9)+"…":t}function createTransformer(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:a=>(n.helpers.add(a),a)}}function traverseNodes(e,t){for(let n=0;noptimizeMessageNode(n)),e}function optimizeMessageNode(e){if(e.items.length===1){const t=e.items[0];(t.type===3||t.type===9)&&(e.static=t.value,delete t.value)}else{const t=[];for(let n=0;nl;function d(C,w){l.code+=C}function u(C,w=!0){const y=w?s:"";d(a?y+" ".repeat(C):y)}function m(C=!0){const w=++l.indentLevel;C&&u(w)}function f(C=!0){const w=--l.indentLevel;C&&u(w)}function v(){u(l.indentLevel)}return{context:c,push:d,indent:m,deindent:f,newline:v,helper:C=>`_${C}`,needIndent:()=>l.needIndent}}function generateLinkedNode(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),generateNode(e,t.key),t.modifier?(e.push(", "),generateNode(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function generateMessageNode(e,t){const{helper:n,needIndent:o}=e;e.push(`${n("normalize")}([`),e.indent(o());const s=t.items.length;for(let a=0;a1){e.push(`${n("plural")}([`),e.indent(o());const s=t.cases.length;for(let a=0;a{const n=isString(t.mode)?t.mode:"normal",o=isString(t.filename)?t.filename:"message.intl",s=!!t.sourceMap,a=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":` -`,r=t.needIndent?t.needIndent:n!=="arrow",l=e.helpers||[],c=createCodeGenerator(e,{mode:n,filename:o,sourceMap:s,breakLineCode:a,needIndent:r});c.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),c.indent(r),l.length>0&&(c.push(`const { ${join(l.map(m=>`${m}: _${m}`),", ")} } = ctx`),c.newline()),c.push("return "),generateNode(c,e),c.deindent(r),c.push("}"),delete e.helpers;const{code:d,map:u}=c.context();return{ast:e,code:d,map:u?u.toJSON():void 0}};function baseCompile$1(e,t={}){const n=assign({},t),o=!!n.jit,s=!!n.minify,a=n.optimize==null?!0:n.optimize,l=createParser(n).parse(e);return o?(a&&optimize(l),s&&minify(l),{ast:l,code:""}):(transform(l,n),generate(l,n))}/*! - * core-base v9.14.1 - * (c) 2024 kazuya kawaguchi - * Released under the MIT License. - */function initFeatureFlags$1(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(getGlobalThis().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(getGlobalThis().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}const pathStateMachine=[];pathStateMachine[0]={w:[0],i:[3,0],"[":[4],o:[7]};pathStateMachine[1]={w:[1],".":[2],"[":[4],o:[7]};pathStateMachine[2]={w:[2],i:[3,0],0:[3,0]};pathStateMachine[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]};pathStateMachine[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]};pathStateMachine[5]={"'":[4,0],o:8,l:[5,0]};pathStateMachine[6]={'"':[4,0],o:8,l:[6,0]};const literalValueRE=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function isLiteral(e){return literalValueRE.test(e)}function stripQuotes(e){const t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t===n&&(t===34||t===39)?e.slice(1,-1):e}function getPathCharType(e){if(e==null)return"o";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function formatSubPath(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:isLiteral(t)?stripQuotes(t):"*"+t}function parse(e){const t=[];let n=-1,o=0,s=0,a,r,l,c,d,u,m;const f=[];f[0]=()=>{r===void 0?r=l:r+=l},f[1]=()=>{r!==void 0&&(t.push(r),r=void 0)},f[2]=()=>{f[0](),s++},f[3]=()=>{if(s>0)s--,o=4,f[0]();else{if(s=0,r===void 0||(r=formatSubPath(r),r===!1))return!1;f[1]()}};function v(){const B=e[n+1];if(o===5&&B==="'"||o===6&&B==='"')return n++,l="\\"+B,f[0](),!0}for(;o!==null;)if(n++,a=e[n],!(a==="\\"&&v())){if(c=getPathCharType(a),m=pathStateMachine[o],d=m[c]||m.l||8,d===8||(o=d[0],d[1]!==void 0&&(u=f[d[1]],u&&(l=a,u()===!1))))return;if(o===7)return t}}const cache=new Map;function resolveWithKeyValue(e,t){return isObject$1(e)?e[t]:null}function resolveValue(e,t){if(!isObject$1(e))return null;let n=cache.get(t);if(n||(n=parse(t),n&&cache.set(t,n)),!n)return null;const o=n.length;let s=e,a=0;for(;ae,DEFAULT_MESSAGE=e=>"",DEFAULT_MESSAGE_DATA_TYPE="text",DEFAULT_NORMALIZE=e=>e.length===0?"":join$1(e),DEFAULT_INTERPOLATE=toDisplayString;function pluralDefault(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function getPluralIndex(e){const t=isNumber(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(isNumber(e.named.count)||isNumber(e.named.n))?isNumber(e.named.count)?e.named.count:isNumber(e.named.n)?e.named.n:t:t}function normalizeNamed(e,t){t.count||(t.count=e),t.n||(t.n=e)}function createMessageContext(e={}){const t=e.locale,n=getPluralIndex(e),o=isObject$1(e.pluralRules)&&isString$1(t)&&isFunction(e.pluralRules[t])?e.pluralRules[t]:pluralDefault,s=isObject$1(e.pluralRules)&&isString$1(t)&&isFunction(e.pluralRules[t])?pluralDefault:void 0,a=w=>w[o(n,w.length,s)],r=e.list||[],l=w=>r[w],c=e.named||{};isNumber(e.pluralIndex)&&normalizeNamed(n,c);const d=w=>c[w];function u(w){const y=isFunction(e.messages)?e.messages(w):isObject$1(e.messages)?e.messages[w]:!1;return y||(e.parent?e.parent.message(w):DEFAULT_MESSAGE)}const m=w=>e.modifiers?e.modifiers[w]:DEFAULT_MODIFIER,f=isPlainObject(e.processor)&&isFunction(e.processor.normalize)?e.processor.normalize:DEFAULT_NORMALIZE,v=isPlainObject(e.processor)&&isFunction(e.processor.interpolate)?e.processor.interpolate:DEFAULT_INTERPOLATE,B=isPlainObject(e.processor)&&isString$1(e.processor.type)?e.processor.type:DEFAULT_MESSAGE_DATA_TYPE,C={list:l,named:d,plural:a,linked:(w,...y)=>{const[g,_]=y;let E="text",$="";y.length===1?isObject$1(g)?($=g.modifier||$,E=g.type||E):isString$1(g)&&($=g||$):y.length===2&&(isString$1(g)&&($=g||$),isString$1(_)&&(E=_||E));const V=u(w)(C),P=E==="vnode"&&isArray(V)&&$?V[0]:V;return $?m($)(P,E):P},message:u,type:B,interpolate:v,normalize:f,values:assign$1({},r,c)};return C}let devtools=null;function setDevToolsHook(e){devtools=e}function initI18nDevTools(e,t,n){devtools&&devtools.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const translateDevTools=createDevToolsHook("function:translate");function createDevToolsHook(e){return t=>devtools&&devtools.emit(e,t)}const code$1$1=CompileWarnCodes.__EXTEND_POINT__,inc$1$1=incrementer(code$1$1),CoreWarnCodes={NOT_FOUND_KEY:code$1$1,FALLBACK_TO_TRANSLATE:inc$1$1(),CANNOT_FORMAT_NUMBER:inc$1$1(),FALLBACK_TO_NUMBER_FORMAT:inc$1$1(),CANNOT_FORMAT_DATE:inc$1$1(),FALLBACK_TO_DATE_FORMAT:inc$1$1(),EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:inc$1$1(),__EXTEND_POINT__:inc$1$1()},code$2=CompileErrorCodes.__EXTEND_POINT__,inc$2=incrementer(code$2),CoreErrorCodes={INVALID_ARGUMENT:code$2,INVALID_DATE_ARGUMENT:inc$2(),INVALID_ISO_DATE_ARGUMENT:inc$2(),NOT_SUPPORT_NON_STRING_MESSAGE:inc$2(),NOT_SUPPORT_LOCALE_PROMISE_VALUE:inc$2(),NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:inc$2(),NOT_SUPPORT_LOCALE_TYPE:inc$2(),__EXTEND_POINT__:inc$2()};function createCoreError(e){return createCompileError(e,null,void 0)}function getLocale(e,t){return t.locale!=null?resolveLocale(t.locale):resolveLocale(e.locale)}let _resolveLocale;function resolveLocale(e){if(isString$1(e))return e;if(isFunction(e)){if(e.resolvedOnce&&_resolveLocale!=null)return _resolveLocale;if(e.constructor.name==="Function"){const t=e();if(isPromise(t))throw createCoreError(CoreErrorCodes.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return _resolveLocale=t}else throw createCoreError(CoreErrorCodes.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw createCoreError(CoreErrorCodes.NOT_SUPPORT_LOCALE_TYPE)}function fallbackWithSimple(e,t,n){return[...new Set([n,...isArray(t)?t:isObject$1(t)?Object.keys(t):isString$1(t)?[t]:[n]])]}function fallbackWithLocaleChain(e,t,n){const o=isString$1(n)?n:DEFAULT_LOCALE,s=e;s.__localeChainCache||(s.__localeChainCache=new Map);let a=s.__localeChainCache.get(o);if(!a){a=[];let r=[n];for(;isArray(r);)r=appendBlockToChain(a,r,t);const l=isArray(t)||!isPlainObject(t)?t:t.default?t.default:null;r=isString$1(l)?[l]:l,isArray(r)&&appendBlockToChain(a,r,!1),s.__localeChainCache.set(o,a)}return a}function appendBlockToChain(e,t,n){let o=!0;for(let s=0;s`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function getDefaultLinkedModifiers(){return{upper:(e,t)=>t==="text"&&isString$1(e)?e.toUpperCase():t==="vnode"&&isObject$1(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&isString$1(e)?e.toLowerCase():t==="vnode"&&isObject$1(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&isString$1(e)?capitalize(e):t==="vnode"&&isObject$1(e)&&"__v_isVNode"in e?capitalize(e.children):e}}let _compiler;function registerMessageCompiler(e){_compiler=e}let _resolver;function registerMessageResolver(e){_resolver=e}let _fallbacker;function registerLocaleFallbacker(e){_fallbacker=e}let _additionalMeta=null;const setAdditionalMeta=e=>{_additionalMeta=e},getAdditionalMeta=()=>_additionalMeta;let _fallbackContext=null;const setFallbackContext=e=>{_fallbackContext=e},getFallbackContext=()=>_fallbackContext;let _cid=0;function createCoreContext(e={}){const t=isFunction(e.onWarn)?e.onWarn:warn$1,n=isString$1(e.version)?e.version:VERSION$1,o=isString$1(e.locale)||isFunction(e.locale)?e.locale:DEFAULT_LOCALE,s=isFunction(o)?DEFAULT_LOCALE:o,a=isArray(e.fallbackLocale)||isPlainObject(e.fallbackLocale)||isString$1(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:s,r=isPlainObject(e.messages)?e.messages:{[s]:{}},l=isPlainObject(e.datetimeFormats)?e.datetimeFormats:{[s]:{}},c=isPlainObject(e.numberFormats)?e.numberFormats:{[s]:{}},d=assign$1({},e.modifiers||{},getDefaultLinkedModifiers()),u=e.pluralRules||{},m=isFunction(e.missing)?e.missing:null,f=isBoolean(e.missingWarn)||isRegExp(e.missingWarn)?e.missingWarn:!0,v=isBoolean(e.fallbackWarn)||isRegExp(e.fallbackWarn)?e.fallbackWarn:!0,B=!!e.fallbackFormat,N=!!e.unresolving,C=isFunction(e.postTranslation)?e.postTranslation:null,w=isPlainObject(e.processor)?e.processor:null,y=isBoolean(e.warnHtmlMessage)?e.warnHtmlMessage:!0,g=!!e.escapeParameter,_=isFunction(e.messageCompiler)?e.messageCompiler:_compiler,E=isFunction(e.messageResolver)?e.messageResolver:_resolver||resolveWithKeyValue,$=isFunction(e.localeFallbacker)?e.localeFallbacker:_fallbacker||fallbackWithSimple,V=isObject$1(e.fallbackContext)?e.fallbackContext:void 0,P=e,M=isObject$1(P.__datetimeFormatters)?P.__datetimeFormatters:new Map,S=isObject$1(P.__numberFormatters)?P.__numberFormatters:new Map,F=isObject$1(P.__meta)?P.__meta:{};_cid++;const O={version:n,cid:_cid,locale:o,fallbackLocale:a,messages:r,modifiers:d,pluralRules:u,missing:m,missingWarn:f,fallbackWarn:v,fallbackFormat:B,unresolving:N,postTranslation:C,processor:w,warnHtmlMessage:y,escapeParameter:g,messageCompiler:_,messageResolver:E,localeFallbacker:$,fallbackContext:V,onWarn:t,__meta:F};return O.datetimeFormats=l,O.numberFormats=c,O.__datetimeFormatters=M,O.__numberFormatters=S,__INTLIFY_PROD_DEVTOOLS__&&initI18nDevTools(O,n,F),O}function handleMissing(e,t,n,o,s){const{missing:a,onWarn:r}=e;if(a!==null){const l=a(e,n,t,s);return isString$1(l)?l:t}else return t}function updateFallbackLocale(e,t,n){const o=e;o.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function isAlmostSameLocale(e,t){return e===t?!1:e.split("-")[0]===t.split("-")[0]}function isImplicitFallback(e,t){const n=t.indexOf(e);if(n===-1)return!1;for(let o=n+1;oformatParts(n,e)}function formatParts(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const o=n,s=o.c||o.cases;return e.plural(s.reduce((a,r)=>[...a,formatMessageParts(e,r)],[]))}else return formatMessageParts(e,n)}function formatMessageParts(e,t){const n=t.s||t.static;if(n)return e.type==="text"?n:e.normalize([n]);{const o=(t.i||t.items).reduce((s,a)=>[...s,formatMessagePart(e,a)],[]);return e.normalize(o)}}function formatMessagePart(e,t){const n=t.t||t.type;switch(n){case 3:{const o=t;return o.v||o.value}case 9:{const o=t;return o.v||o.value}case 4:{const o=t;return e.interpolate(e.named(o.k||o.key))}case 5:{const o=t;return e.interpolate(e.list(o.i!=null?o.i:o.index))}case 6:{const o=t,s=o.m||o.modifier;return e.linked(formatMessagePart(e,o.k||o.key),s?formatMessagePart(e,s):void 0,e.type)}case 7:{const o=t;return o.v||o.value}case 8:{const o=t;return o.v||o.value}default:throw new Error(`unhandled node type on format message part: ${n}`)}}const defaultOnCacheKey=e=>e;let compileCache=Object.create(null);const isMessageAST=e=>isObject$1(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function baseCompile(e,t={}){let n=!1;const o=t.onError||defaultOnError;return t.onError=s=>{n=!0,o(s)},{...baseCompile$1(e,t),detectError:n}}const compileToFunction=(e,t)=>{if(!isString$1(e))throw createCoreError(CoreErrorCodes.NOT_SUPPORT_NON_STRING_MESSAGE);{isBoolean(t.warnHtmlMessage)&&t.warnHtmlMessage;const o=(t.onCacheKey||defaultOnCacheKey)(e),s=compileCache[o];if(s)return s;const{code:a,detectError:r}=baseCompile(e,t),l=new Function(`return ${a}`)();return r?l:compileCache[o]=l}};function compile(e,t){if(__INTLIFY_JIT_COMPILATION__&&!__INTLIFY_DROP_MESSAGE_COMPILER__&&isString$1(e)){isBoolean(t.warnHtmlMessage)&&t.warnHtmlMessage;const o=(t.onCacheKey||defaultOnCacheKey)(e),s=compileCache[o];if(s)return s;const{ast:a,detectError:r}=baseCompile(e,{...t,location:!1,jit:!0}),l=format(a);return r?l:compileCache[o]=l}else{const n=e.cacheKey;if(n){const o=compileCache[n];return o||(compileCache[n]=format(e))}else return format(e)}}const NOOP_MESSAGE_FUNCTION=()=>"",isMessageFunction=e=>isFunction(e);function translate(e,...t){const{fallbackFormat:n,postTranslation:o,unresolving:s,messageCompiler:a,fallbackLocale:r,messages:l}=e,[c,d]=parseTranslateArgs(...t),u=isBoolean(d.missingWarn)?d.missingWarn:e.missingWarn,m=isBoolean(d.fallbackWarn)?d.fallbackWarn:e.fallbackWarn,f=isBoolean(d.escapeParameter)?d.escapeParameter:e.escapeParameter,v=!!d.resolvedMessage,B=isString$1(d.default)||isBoolean(d.default)?isBoolean(d.default)?a?c:()=>c:d.default:n?a?c:()=>c:"",N=n||B!=="",C=getLocale(e,d);f&&escapeParams(d);let[w,y,g]=v?[c,C,l[C]||{}]:resolveMessageFormat(e,c,C,r,m,u),_=w,E=c;if(!v&&!(isString$1(_)||isMessageAST(_)||isMessageFunction(_))&&N&&(_=B,E=_),!v&&(!(isString$1(_)||isMessageAST(_)||isMessageFunction(_))||!isString$1(y)))return s?NOT_REOSLVED:c;let $=!1;const V=()=>{$=!0},P=isMessageFunction(_)?_:compileMessageFormat(e,c,y,_,E,V);if($)return _;const M=getMessageContextOptions(e,y,g,d),S=createMessageContext(M),F=evaluateMessage(e,P,S),O=o?o(F,c):F;if(__INTLIFY_PROD_DEVTOOLS__){const U={timestamp:Date.now(),key:isString$1(c)?c:isMessageFunction(_)?_.key:"",locale:y||(isMessageFunction(_)?_.locale:""),format:isString$1(_)?_:isMessageFunction(_)?_.source:"",message:O};U.meta=assign$1({},e.__meta,getAdditionalMeta()||{}),translateDevTools(U)}return O}function escapeParams(e){isArray(e.list)?e.list=e.list.map(t=>isString$1(t)?escapeHtml(t):t):isObject$1(e.named)&&Object.keys(e.named).forEach(t=>{isString$1(e.named[t])&&(e.named[t]=escapeHtml(e.named[t]))})}function resolveMessageFormat(e,t,n,o,s,a){const{messages:r,onWarn:l,messageResolver:c,localeFallbacker:d}=e,u=d(e,o,n);let m={},f,v=null;const B="translate";for(let N=0;No;return d.locale=n,d.key=t,d}const c=r(o,getCompileContext(e,n,s,o,l,a));return c.locale=n,c.key=t,c.source=o,c}function evaluateMessage(e,t,n){return t(n)}function parseTranslateArgs(...e){const[t,n,o]=e,s={};if(!isString$1(t)&&!isNumber(t)&&!isMessageFunction(t)&&!isMessageAST(t))throw createCoreError(CoreErrorCodes.INVALID_ARGUMENT);const a=isNumber(t)?String(t):(isMessageFunction(t),t);return isNumber(n)?s.plural=n:isString$1(n)?s.default=n:isPlainObject(n)&&!isEmptyObject(n)?s.named=n:isArray(n)&&(s.list=n),isNumber(o)?s.plural=o:isString$1(o)?s.default=o:isPlainObject(o)&&assign$1(s,o),[a,s]}function getCompileContext(e,t,n,o,s,a){return{locale:t,key:n,warnHtmlMessage:s,onError:r=>{throw a&&a(r),r},onCacheKey:r=>generateFormatCacheKey(t,n,r)}}function getMessageContextOptions(e,t,n,o){const{modifiers:s,pluralRules:a,messageResolver:r,fallbackLocale:l,fallbackWarn:c,missingWarn:d,fallbackContext:u}=e,f={locale:t,modifiers:s,pluralRules:a,messages:v=>{let B=r(n,v);if(B==null&&u){const[,,N]=resolveMessageFormat(u,v,t,l,c,d);B=r(N,v)}if(isString$1(B)||isMessageAST(B)){let N=!1;const w=compileMessageFormat(e,v,t,B,v,()=>{N=!0});return N?NOOP_MESSAGE_FUNCTION:w}else return isMessageFunction(B)?B:NOOP_MESSAGE_FUNCTION}};return e.processor&&(f.processor=e.processor),o.list&&(f.list=o.list),o.named&&(f.named=o.named),isNumber(o.plural)&&(f.pluralIndex=o.plural),f}function datetime(e,...t){const{datetimeFormats:n,unresolving:o,fallbackLocale:s,onWarn:a,localeFallbacker:r}=e,{__datetimeFormatters:l}=e,[c,d,u,m]=parseDateTimeArgs(...t),f=isBoolean(u.missingWarn)?u.missingWarn:e.missingWarn;isBoolean(u.fallbackWarn)?u.fallbackWarn:e.fallbackWarn;const v=!!u.part,B=getLocale(e,u),N=r(e,s,B);if(!isString$1(c)||c==="")return new Intl.DateTimeFormat(B,m).format(d);let C={},w,y=null;const g="datetime format";for(let $=0;${DATETIME_FORMAT_OPTIONS_KEYS.includes(c)?r[c]=n[c]:a[c]=n[c]}),isString$1(o)?a.locale=o:isPlainObject(o)&&(r=o),isPlainObject(s)&&(r=s),[a.key||"",l,a,r]}function clearDateTimeFormat(e,t,n){const o=e;for(const s in n){const a=`${t}__${s}`;o.__datetimeFormatters.has(a)&&o.__datetimeFormatters.delete(a)}}function number(e,...t){const{numberFormats:n,unresolving:o,fallbackLocale:s,onWarn:a,localeFallbacker:r}=e,{__numberFormatters:l}=e,[c,d,u,m]=parseNumberArgs(...t),f=isBoolean(u.missingWarn)?u.missingWarn:e.missingWarn;isBoolean(u.fallbackWarn)?u.fallbackWarn:e.fallbackWarn;const v=!!u.part,B=getLocale(e,u),N=r(e,s,B);if(!isString$1(c)||c==="")return new Intl.NumberFormat(B,m).format(d);let C={},w,y=null;const g="number format";for(let $=0;${NUMBER_FORMAT_OPTIONS_KEYS.includes(c)?r[c]=n[c]:a[c]=n[c]}),isString$1(o)?a.locale=o:isPlainObject(o)&&(r=o),isPlainObject(s)&&(r=s),[a.key||"",l,a,r]}function clearNumberFormat(e,t,n){const o=e;for(const s in n){const a=`${t}__${s}`;o.__numberFormatters.has(a)&&o.__numberFormatters.delete(a)}}initFeatureFlags$1();/*! - * vue-i18n v9.14.1 - * (c) 2024 kazuya kawaguchi - * Released under the MIT License. - */const VERSION="9.14.1";function initFeatureFlags(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(getGlobalThis().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(getGlobalThis().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(getGlobalThis().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(getGlobalThis().__INTLIFY_PROD_DEVTOOLS__=!1)}const code$1=CoreWarnCodes.__EXTEND_POINT__,inc$1=incrementer(code$1);inc$1(),inc$1(),inc$1(),inc$1(),inc$1(),inc$1(),inc$1(),inc$1(),inc$1();const code=CoreErrorCodes.__EXTEND_POINT__,inc=incrementer(code),I18nErrorCodes={UNEXPECTED_RETURN_TYPE:code,INVALID_ARGUMENT:inc(),MUST_BE_CALL_SETUP_TOP:inc(),NOT_INSTALLED:inc(),NOT_AVAILABLE_IN_LEGACY_MODE:inc(),REQUIRED_VALUE:inc(),INVALID_VALUE:inc(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:inc(),NOT_INSTALLED_WITH_PROVIDE:inc(),UNEXPECTED_ERROR:inc(),NOT_COMPATIBLE_LEGACY_VUE_I18N:inc(),BRIDGE_SUPPORT_VUE_2_ONLY:inc(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:inc(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:inc(),__EXTEND_POINT__:inc()};function createI18nError(e,...t){return createCompileError(e,null,void 0)}const TranslateVNodeSymbol=makeSymbol("__translateVNode"),DatetimePartsSymbol=makeSymbol("__datetimeParts"),NumberPartsSymbol=makeSymbol("__numberParts"),SetPluralRulesSymbol=makeSymbol("__setPluralRules"),InejctWithOptionSymbol=makeSymbol("__injectWithOption"),DisposeSymbol=makeSymbol("__dispose");function handleFlatJson(e){if(!isObject$1(e))return e;for(const t in e)if(hasOwn(e,t))if(!t.includes("."))isObject$1(e[t])&&handleFlatJson(e[t]);else{const n=t.split("."),o=n.length-1;let s=e,a=!1;for(let r=0;r{if("locale"in l&&"resource"in l){const{locale:c,resource:d}=l;c?(r[c]=r[c]||{},deepCopy(d,r[c])):deepCopy(d,r)}else isString$1(l)&&deepCopy(JSON.parse(l),r)}),s==null&&a)for(const l in r)hasOwn(r,l)&&handleFlatJson(r[l]);return r}function getComponentOptions(e){return e.type}function adjustI18nResources(e,t,n){let o=isObject$1(t.messages)?t.messages:{};"__i18nGlobal"in n&&(o=getLocaleMessages(e.locale.value,{messages:o,__i18n:n.__i18nGlobal}));const s=Object.keys(o);s.length&&s.forEach(a=>{e.mergeLocaleMessage(a,o[a])});{if(isObject$1(t.datetimeFormats)){const a=Object.keys(t.datetimeFormats);a.length&&a.forEach(r=>{e.mergeDateTimeFormat(r,t.datetimeFormats[r])})}if(isObject$1(t.numberFormats)){const a=Object.keys(t.numberFormats);a.length&&a.forEach(r=>{e.mergeNumberFormat(r,t.numberFormats[r])})}}}function createTextNode(e){return createVNode(Text,null,e,0)}const DEVTOOLS_META="__INTLIFY_META__",NOOP_RETURN_ARRAY=()=>[],NOOP_RETURN_FALSE=()=>!1;let composerID=0;function defineCoreMissingHandler(e){return(t,n,o,s)=>e(n,o,getCurrentInstance()||void 0,s)}const getMetaInfo=()=>{const e=getCurrentInstance();let t=null;return e&&(t=getComponentOptions(e)[DEVTOOLS_META])?{[DEVTOOLS_META]:t}:null};function createComposer(e={},t){const{__root:n,__injectWithOption:o}=e,s=n===void 0,a=e.flatJson,r=inBrowser?ref:shallowRef,l=!!e.translateExistCompatible;let c=isBoolean(e.inheritLocale)?e.inheritLocale:!0;const d=r(n&&c?n.locale.value:isString$1(e.locale)?e.locale:DEFAULT_LOCALE),u=r(n&&c?n.fallbackLocale.value:isString$1(e.fallbackLocale)||isArray(e.fallbackLocale)||isPlainObject(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:d.value),m=r(getLocaleMessages(d.value,e)),f=r(isPlainObject(e.datetimeFormats)?e.datetimeFormats:{[d.value]:{}}),v=r(isPlainObject(e.numberFormats)?e.numberFormats:{[d.value]:{}});let B=n?n.missingWarn:isBoolean(e.missingWarn)||isRegExp(e.missingWarn)?e.missingWarn:!0,N=n?n.fallbackWarn:isBoolean(e.fallbackWarn)||isRegExp(e.fallbackWarn)?e.fallbackWarn:!0,C=n?n.fallbackRoot:isBoolean(e.fallbackRoot)?e.fallbackRoot:!0,w=!!e.fallbackFormat,y=isFunction(e.missing)?e.missing:null,g=isFunction(e.missing)?defineCoreMissingHandler(e.missing):null,_=isFunction(e.postTranslation)?e.postTranslation:null,E=n?n.warnHtmlMessage:isBoolean(e.warnHtmlMessage)?e.warnHtmlMessage:!0,$=!!e.escapeParameter;const V=n?n.modifiers:isPlainObject(e.modifiers)?e.modifiers:{};let P=e.pluralRules||n&&n.pluralRules,M;M=(()=>{s&&setFallbackContext(null);const I={version:VERSION,locale:d.value,fallbackLocale:u.value,messages:m.value,modifiers:V,pluralRules:P,missing:g===null?void 0:g,missingWarn:B,fallbackWarn:N,fallbackFormat:w,unresolving:!0,postTranslation:_===null?void 0:_,warnHtmlMessage:E,escapeParameter:$,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};I.datetimeFormats=f.value,I.numberFormats=v.value,I.__datetimeFormatters=isPlainObject(M)?M.__datetimeFormatters:void 0,I.__numberFormatters=isPlainObject(M)?M.__numberFormatters:void 0;const R=createCoreContext(I);return s&&setFallbackContext(R),R})(),updateFallbackLocale(M,d.value,u.value);function F(){return[d.value,u.value,m.value,f.value,v.value]}const O=computed({get:()=>d.value,set:I=>{d.value=I,M.locale=d.value}}),U=computed({get:()=>u.value,set:I=>{u.value=I,M.fallbackLocale=u.value,updateFallbackLocale(M,d.value,I)}}),Z=computed(()=>m.value),te=computed(()=>f.value),Q=computed(()=>v.value);function oe(){return isFunction(_)?_:null}function ee(I){_=I,M.postTranslation=I}function ae(){return y}function re(I){I!==null&&(g=defineCoreMissingHandler(I)),y=I,M.missing=g}const L=(I,R,ne,se,ue,de)=>{F();let pe;try{__INTLIFY_PROD_DEVTOOLS__,s||(M.fallbackContext=n?getFallbackContext():void 0),pe=I(M)}finally{__INTLIFY_PROD_DEVTOOLS__,s||(M.fallbackContext=void 0)}if(ne!=="translate exists"&&isNumber(pe)&&pe===NOT_REOSLVED||ne==="translate exists"&&!pe){const[ge,xe]=R();return n&&C?se(n):ue(ge)}else{if(de(pe))return pe;throw createI18nError(I18nErrorCodes.UNEXPECTED_RETURN_TYPE)}};function H(...I){return L(R=>Reflect.apply(translate,null,[R,...I]),()=>parseTranslateArgs(...I),"translate",R=>Reflect.apply(R.t,R,[...I]),R=>R,R=>isString$1(R))}function Y(...I){const[R,ne,se]=I;if(se&&!isObject$1(se))throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);return H(R,ne,assign$1({resolvedMessage:!0},se||{}))}function W(...I){return L(R=>Reflect.apply(datetime,null,[R,...I]),()=>parseDateTimeArgs(...I),"datetime format",R=>Reflect.apply(R.d,R,[...I]),()=>MISSING_RESOLVE_VALUE,R=>isString$1(R))}function ce(...I){return L(R=>Reflect.apply(number,null,[R,...I]),()=>parseNumberArgs(...I),"number format",R=>Reflect.apply(R.n,R,[...I]),()=>MISSING_RESOLVE_VALUE,R=>isString$1(R))}function le(I){return I.map(R=>isString$1(R)||isNumber(R)||isBoolean(R)?createTextNode(String(R)):R)}const ie={normalize:le,interpolate:I=>I,type:"vnode"};function _e(...I){return L(R=>{let ne;const se=R;try{se.processor=ie,ne=Reflect.apply(translate,null,[se,...I])}finally{se.processor=null}return ne},()=>parseTranslateArgs(...I),"translate",R=>R[TranslateVNodeSymbol](...I),R=>[createTextNode(R)],R=>isArray(R))}function me(...I){return L(R=>Reflect.apply(number,null,[R,...I]),()=>parseNumberArgs(...I),"number format",R=>R[NumberPartsSymbol](...I),NOOP_RETURN_ARRAY,R=>isString$1(R)||isArray(R))}function Be(...I){return L(R=>Reflect.apply(datetime,null,[R,...I]),()=>parseDateTimeArgs(...I),"datetime format",R=>R[DatetimePartsSymbol](...I),NOOP_RETURN_ARRAY,R=>isString$1(R)||isArray(R))}function ve(I){P=I,M.pluralRules=P}function A(I,R){return L(()=>{if(!I)return!1;const ne=isString$1(R)?R:d.value,se=z(ne),ue=M.messageResolver(se,I);return l?ue!=null:isMessageAST(ue)||isMessageFunction(ue)||isString$1(ue)},()=>[I],"translate exists",ne=>Reflect.apply(ne.te,ne,[I,R]),NOOP_RETURN_FALSE,ne=>isBoolean(ne))}function b(I){let R=null;const ne=fallbackWithLocaleChain(M,u.value,d.value);for(let se=0;se{c&&(d.value=I,M.locale=I,updateFallbackLocale(M,d.value,u.value))}),watch(n.fallbackLocale,I=>{c&&(u.value=I,M.fallbackLocale=I,updateFallbackLocale(M,d.value,u.value))}));const G={id:composerID,locale:O,fallbackLocale:U,get inheritLocale(){return c},set inheritLocale(I){c=I,I&&n&&(d.value=n.locale.value,u.value=n.fallbackLocale.value,updateFallbackLocale(M,d.value,u.value))},get availableLocales(){return Object.keys(m.value).sort()},messages:Z,get modifiers(){return V},get pluralRules(){return P||{}},get isGlobal(){return s},get missingWarn(){return B},set missingWarn(I){B=I,M.missingWarn=B},get fallbackWarn(){return N},set fallbackWarn(I){N=I,M.fallbackWarn=N},get fallbackRoot(){return C},set fallbackRoot(I){C=I},get fallbackFormat(){return w},set fallbackFormat(I){w=I,M.fallbackFormat=w},get warnHtmlMessage(){return E},set warnHtmlMessage(I){E=I,M.warnHtmlMessage=I},get escapeParameter(){return $},set escapeParameter(I){$=I,M.escapeParameter=I},t:H,getLocaleMessage:z,setLocaleMessage:j,mergeLocaleMessage:K,getPostTranslationHandler:oe,setPostTranslationHandler:ee,getMissingHandler:ae,setMissingHandler:re,[SetPluralRulesSymbol]:ve};return G.datetimeFormats=te,G.numberFormats=Q,G.rt=Y,G.te=A,G.tm=T,G.d=W,G.n=ce,G.getDateTimeFormat=J,G.setDateTimeFormat=k,G.mergeDateTimeFormat=x,G.getNumberFormat=D,G.setNumberFormat=q,G.mergeNumberFormat=X,G[InejctWithOptionSymbol]=o,G[TranslateVNodeSymbol]=_e,G[DatetimePartsSymbol]=Be,G[NumberPartsSymbol]=me,G}function convertComposerOptions(e){const t=isString$1(e.locale)?e.locale:DEFAULT_LOCALE,n=isString$1(e.fallbackLocale)||isArray(e.fallbackLocale)||isPlainObject(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,o=isFunction(e.missing)?e.missing:void 0,s=isBoolean(e.silentTranslationWarn)||isRegExp(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,a=isBoolean(e.silentFallbackWarn)||isRegExp(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,r=isBoolean(e.fallbackRoot)?e.fallbackRoot:!0,l=!!e.formatFallbackMessages,c=isPlainObject(e.modifiers)?e.modifiers:{},d=e.pluralizationRules,u=isFunction(e.postTranslation)?e.postTranslation:void 0,m=isString$1(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,f=!!e.escapeParameterHtml,v=isBoolean(e.sync)?e.sync:!0;let B=e.messages;if(isPlainObject(e.sharedMessages)){const $=e.sharedMessages;B=Object.keys($).reduce((P,M)=>{const S=P[M]||(P[M]={});return assign$1(S,$[M]),P},B||{})}const{__i18n:N,__root:C,__injectWithOption:w}=e,y=e.datetimeFormats,g=e.numberFormats,_=e.flatJson,E=e.translateExistCompatible;return{locale:t,fallbackLocale:n,messages:B,flatJson:_,datetimeFormats:y,numberFormats:g,missing:o,missingWarn:s,fallbackWarn:a,fallbackRoot:r,fallbackFormat:l,modifiers:c,pluralRules:d,postTranslation:u,warnHtmlMessage:m,escapeParameter:f,messageResolver:e.messageResolver,inheritLocale:v,translateExistCompatible:E,__i18n:N,__root:C,__injectWithOption:w}}function createVueI18n(e={},t){{const n=createComposer(convertComposerOptions(e)),{__extender:o}=e,s={id:n.id,get locale(){return n.locale.value},set locale(a){n.locale.value=a},get fallbackLocale(){return n.fallbackLocale.value},set fallbackLocale(a){n.fallbackLocale.value=a},get messages(){return n.messages.value},get datetimeFormats(){return n.datetimeFormats.value},get numberFormats(){return n.numberFormats.value},get availableLocales(){return n.availableLocales},get formatter(){return{interpolate(){return[]}}},set formatter(a){},get missing(){return n.getMissingHandler()},set missing(a){n.setMissingHandler(a)},get silentTranslationWarn(){return isBoolean(n.missingWarn)?!n.missingWarn:n.missingWarn},set silentTranslationWarn(a){n.missingWarn=isBoolean(a)?!a:a},get silentFallbackWarn(){return isBoolean(n.fallbackWarn)?!n.fallbackWarn:n.fallbackWarn},set silentFallbackWarn(a){n.fallbackWarn=isBoolean(a)?!a:a},get modifiers(){return n.modifiers},get formatFallbackMessages(){return n.fallbackFormat},set formatFallbackMessages(a){n.fallbackFormat=a},get postTranslation(){return n.getPostTranslationHandler()},set postTranslation(a){n.setPostTranslationHandler(a)},get sync(){return n.inheritLocale},set sync(a){n.inheritLocale=a},get warnHtmlInMessage(){return n.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(a){n.warnHtmlMessage=a!=="off"},get escapeParameterHtml(){return n.escapeParameter},set escapeParameterHtml(a){n.escapeParameter=a},get preserveDirectiveContent(){return!0},set preserveDirectiveContent(a){},get pluralizationRules(){return n.pluralRules||{}},__composer:n,t(...a){const[r,l,c]=a,d={};let u=null,m=null;if(!isString$1(r))throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);const f=r;return isString$1(l)?d.locale=l:isArray(l)?u=l:isPlainObject(l)&&(m=l),isArray(c)?u=c:isPlainObject(c)&&(m=c),Reflect.apply(n.t,n,[f,u||m||{},d])},rt(...a){return Reflect.apply(n.rt,n,[...a])},tc(...a){const[r,l,c]=a,d={plural:1};let u=null,m=null;if(!isString$1(r))throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);const f=r;return isString$1(l)?d.locale=l:isNumber(l)?d.plural=l:isArray(l)?u=l:isPlainObject(l)&&(m=l),isString$1(c)?d.locale=c:isArray(c)?u=c:isPlainObject(c)&&(m=c),Reflect.apply(n.t,n,[f,u||m||{},d])},te(a,r){return n.te(a,r)},tm(a){return n.tm(a)},getLocaleMessage(a){return n.getLocaleMessage(a)},setLocaleMessage(a,r){n.setLocaleMessage(a,r)},mergeLocaleMessage(a,r){n.mergeLocaleMessage(a,r)},d(...a){return Reflect.apply(n.d,n,[...a])},getDateTimeFormat(a){return n.getDateTimeFormat(a)},setDateTimeFormat(a,r){n.setDateTimeFormat(a,r)},mergeDateTimeFormat(a,r){n.mergeDateTimeFormat(a,r)},n(...a){return Reflect.apply(n.n,n,[...a])},getNumberFormat(a){return n.getNumberFormat(a)},setNumberFormat(a,r){n.setNumberFormat(a,r)},mergeNumberFormat(a,r){n.mergeNumberFormat(a,r)},getChoiceIndex(a,r){return-1}};return s.__extender=o,s}}const baseFormatProps={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function getInterpolateArg({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((o,s)=>[...o,...s.type===Fragment?s.children:[s]],[]):t.reduce((n,o)=>{const s=e[o];return s&&(n[o]=s()),n},{})}function getFragmentableTag(e){return Fragment}const TranslationImpl=defineComponent({name:"i18n-t",props:assign$1({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>isNumber(e)||!isNaN(e)}},baseFormatProps),setup(e,t){const{slots:n,attrs:o}=t,s=e.i18n||useI18n({useScope:e.scope,__useComponent:!0});return()=>{const a=Object.keys(n).filter(m=>m!=="_"),r={};e.locale&&(r.locale=e.locale),e.plural!==void 0&&(r.plural=isString$1(e.plural)?+e.plural:e.plural);const l=getInterpolateArg(t,a),c=s[TranslateVNodeSymbol](e.keypath,l,r),d=assign$1({},o),u=isString$1(e.tag)||isObject$1(e.tag)?e.tag:getFragmentableTag();return h(u,d,c)}}}),Translation=TranslationImpl;function isVNode(e){return isArray(e)&&!isString$1(e[0])}function renderFormatter(e,t,n,o){const{slots:s,attrs:a}=t;return()=>{const r={part:!0};let l={};e.locale&&(r.locale=e.locale),isString$1(e.format)?r.key=e.format:isObject$1(e.format)&&(isString$1(e.format.key)&&(r.key=e.format.key),l=Object.keys(e.format).reduce((f,v)=>n.includes(v)?assign$1({},f,{[v]:e.format[v]}):f,{}));const c=o(e.value,r,l);let d=[r.key];isArray(c)?d=c.map((f,v)=>{const B=s[f.type],N=B?B({[f.type]:f.value,index:v,parts:c}):[f.value];return isVNode(N)&&(N[0].key=`${f.type}-${v}`),N}):isString$1(c)&&(d=[c]);const u=assign$1({},a),m=isString$1(e.tag)||isObject$1(e.tag)?e.tag:getFragmentableTag();return h(m,u,d)}}const NumberFormatImpl=defineComponent({name:"i18n-n",props:assign$1({value:{type:Number,required:!0},format:{type:[String,Object]}},baseFormatProps),setup(e,t){const n=e.i18n||useI18n({useScope:e.scope,__useComponent:!0});return renderFormatter(e,t,NUMBER_FORMAT_OPTIONS_KEYS,(...o)=>n[NumberPartsSymbol](...o))}}),NumberFormat=NumberFormatImpl,DatetimeFormatImpl=defineComponent({name:"i18n-d",props:assign$1({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},baseFormatProps),setup(e,t){const n=e.i18n||useI18n({useScope:e.scope,__useComponent:!0});return renderFormatter(e,t,DATETIME_FORMAT_OPTIONS_KEYS,(...o)=>n[DatetimePartsSymbol](...o))}}),DatetimeFormat=DatetimeFormatImpl;function getComposer$2(e,t){const n=e;if(e.mode==="composition")return n.__getInstance(t)||e.global;{const o=n.__getInstance(t);return o!=null?o.__composer:e.global.__composer}}function vTDirective(e){const t=r=>{const{instance:l,modifiers:c,value:d}=r;if(!l||!l.$)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const u=getComposer$2(e,l.$),m=parseValue(d);return[Reflect.apply(u.t,u,[...makeParams(m)]),u]};return{created:(r,l)=>{const[c,d]=t(l);inBrowser&&e.global===d&&(r.__i18nWatcher=watch(d.locale,()=>{l.instance&&l.instance.$forceUpdate()})),r.__composer=d,r.textContent=c},unmounted:r=>{inBrowser&&r.__i18nWatcher&&(r.__i18nWatcher(),r.__i18nWatcher=void 0,delete r.__i18nWatcher),r.__composer&&(r.__composer=void 0,delete r.__composer)},beforeUpdate:(r,{value:l})=>{if(r.__composer){const c=r.__composer,d=parseValue(l);r.textContent=Reflect.apply(c.t,c,[...makeParams(d)])}},getSSRProps:r=>{const[l]=t(r);return{textContent:l}}}}function parseValue(e){if(isString$1(e))return{path:e};if(isPlainObject(e)){if(!("path"in e))throw createI18nError(I18nErrorCodes.REQUIRED_VALUE,"path");return e}else throw createI18nError(I18nErrorCodes.INVALID_VALUE)}function makeParams(e){const{path:t,locale:n,args:o,choice:s,plural:a}=e,r={},l=o||{};return isString$1(n)&&(r.locale=n),isNumber(s)&&(r.plural=s),isNumber(a)&&(r.plural=a),[t,l,r]}function apply(e,t,...n){const o=isPlainObject(n[0])?n[0]:{},s=!!o.useI18nComponentName;(isBoolean(o.globalInstall)?o.globalInstall:!0)&&([s?"i18n":Translation.name,"I18nT"].forEach(r=>e.component(r,Translation)),[NumberFormat.name,"I18nN"].forEach(r=>e.component(r,NumberFormat)),[DatetimeFormat.name,"I18nD"].forEach(r=>e.component(r,DatetimeFormat))),e.directive("t",vTDirective(t))}function defineMixin(e,t,n){return{beforeCreate(){const o=getCurrentInstance();if(!o)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const s=this.$options;if(s.i18n){const a=s.i18n;if(s.__i18n&&(a.__i18n=s.__i18n),a.__root=t,this===this.$root)this.$i18n=mergeToGlobal(e,a);else{a.__injectWithOption=!0,a.__extender=n.__vueI18nExtend,this.$i18n=createVueI18n(a);const r=this.$i18n;r.__extender&&(r.__disposer=r.__extender(this.$i18n))}}else if(s.__i18n)if(this===this.$root)this.$i18n=mergeToGlobal(e,s);else{this.$i18n=createVueI18n({__i18n:s.__i18n,__injectWithOption:!0,__extender:n.__vueI18nExtend,__root:t});const a=this.$i18n;a.__extender&&(a.__disposer=a.__extender(this.$i18n))}else this.$i18n=e;s.__i18nGlobal&&adjustI18nResources(t,s,s),this.$t=(...a)=>this.$i18n.t(...a),this.$rt=(...a)=>this.$i18n.rt(...a),this.$tc=(...a)=>this.$i18n.tc(...a),this.$te=(a,r)=>this.$i18n.te(a,r),this.$d=(...a)=>this.$i18n.d(...a),this.$n=(...a)=>this.$i18n.n(...a),this.$tm=a=>this.$i18n.tm(a),n.__setInstance(o,this.$i18n)},mounted(){},unmounted(){const o=getCurrentInstance();if(!o)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const s=this.$i18n;delete this.$t,delete this.$rt,delete this.$tc,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,s.__disposer&&(s.__disposer(),delete s.__disposer,delete s.__extender),n.__deleteInstance(o),delete this.$i18n}}}function mergeToGlobal(e,t){e.locale=t.locale||e.locale,e.fallbackLocale=t.fallbackLocale||e.fallbackLocale,e.missing=t.missing||e.missing,e.silentTranslationWarn=t.silentTranslationWarn||e.silentFallbackWarn,e.silentFallbackWarn=t.silentFallbackWarn||e.silentFallbackWarn,e.formatFallbackMessages=t.formatFallbackMessages||e.formatFallbackMessages,e.postTranslation=t.postTranslation||e.postTranslation,e.warnHtmlInMessage=t.warnHtmlInMessage||e.warnHtmlInMessage,e.escapeParameterHtml=t.escapeParameterHtml||e.escapeParameterHtml,e.sync=t.sync||e.sync,e.__composer[SetPluralRulesSymbol](t.pluralizationRules||e.pluralizationRules);const n=getLocaleMessages(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(n).forEach(o=>e.mergeLocaleMessage(o,n[o])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(o=>e.mergeDateTimeFormat(o,t.datetimeFormats[o])),t.numberFormats&&Object.keys(t.numberFormats).forEach(o=>e.mergeNumberFormat(o,t.numberFormats[o])),e}const I18nInjectionKey=makeSymbol("global-vue-i18n");function createI18n(e={},t){const n=__VUE_I18N_LEGACY_API__&&isBoolean(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,o=isBoolean(e.globalInjection)?e.globalInjection:!0,s=__VUE_I18N_LEGACY_API__&&n?!!e.allowComposition:!0,a=new Map,[r,l]=createGlobal(e,n),c=makeSymbol("");function d(f){return a.get(f)||null}function u(f,v){a.set(f,v)}function m(f){a.delete(f)}{const f={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},get allowComposition(){return s},async install(v,...B){if(v.__VUE_I18N_SYMBOL__=c,v.provide(v.__VUE_I18N_SYMBOL__,f),isPlainObject(B[0])){const w=B[0];f.__composerExtend=w.__composerExtend,f.__vueI18nExtend=w.__vueI18nExtend}let N=null;!n&&o&&(N=injectGlobalFields(v,f.global)),__VUE_I18N_FULL_INSTALL__&&apply(v,f,...B),__VUE_I18N_LEGACY_API__&&n&&v.mixin(defineMixin(l,l.__composer,f));const C=v.unmount;v.unmount=()=>{N&&N(),f.dispose(),C()}},get global(){return l},dispose(){r.stop()},__instances:a,__getInstance:d,__setInstance:u,__deleteInstance:m};return f}}function useI18n(e={}){const t=getCurrentInstance();if(t==null)throw createI18nError(I18nErrorCodes.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw createI18nError(I18nErrorCodes.NOT_INSTALLED);const n=getI18nInstance(t),o=getGlobalComposer(n),s=getComponentOptions(t),a=getScope(e,s);if(__VUE_I18N_LEGACY_API__&&n.mode==="legacy"&&!e.__useComponent){if(!n.allowComposition)throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE);return useI18nForLegacy(t,a,o,e)}if(a==="global")return adjustI18nResources(o,e,s),o;if(a==="parent"){let c=getComposer(n,t,e.__useComponent);return c==null&&(c=o),c}const r=n;let l=r.__getInstance(t);if(l==null){const c=assign$1({},e);"__i18n"in s&&(c.__i18n=s.__i18n),o&&(c.__root=o),l=createComposer(c),r.__composerExtend&&(l[DisposeSymbol]=r.__composerExtend(l)),setupLifeCycle(r,t,l),r.__setInstance(t,l)}return l}function createGlobal(e,t,n){const o=effectScope();{const s=__VUE_I18N_LEGACY_API__&&t?o.run(()=>createVueI18n(e)):o.run(()=>createComposer(e));if(s==null)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);return[o,s]}}function getI18nInstance(e){{const t=inject(e.isCE?I18nInjectionKey:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw createI18nError(e.isCE?I18nErrorCodes.NOT_INSTALLED_WITH_PROVIDE:I18nErrorCodes.UNEXPECTED_ERROR);return t}}function getScope(e,t){return isEmptyObject(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function getGlobalComposer(e){return e.mode==="composition"?e.global:e.global.__composer}function getComposer(e,t,n=!1){let o=null;const s=t.root;let a=getParentComponentInstance(t,n);for(;a!=null;){const r=e;if(e.mode==="composition")o=r.__getInstance(a);else if(__VUE_I18N_LEGACY_API__){const l=r.__getInstance(a);l!=null&&(o=l.__composer,n&&o&&!o[InejctWithOptionSymbol]&&(o=null))}if(o!=null||s===a)break;a=a.parent}return o}function getParentComponentInstance(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function setupLifeCycle(e,t,n){onMounted(()=>{},t),onUnmounted(()=>{const o=n;e.__deleteInstance(t);const s=o[DisposeSymbol];s&&(s(),delete o[DisposeSymbol])},t)}function useI18nForLegacy(e,t,n,o={}){const s=t==="local",a=shallowRef(null);if(s&&e.proxy&&!(e.proxy.$options.i18n||e.proxy.$options.__i18n))throw createI18nError(I18nErrorCodes.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const r=isBoolean(o.inheritLocale)?o.inheritLocale:!isString$1(o.locale),l=ref(!s||r?n.locale.value:isString$1(o.locale)?o.locale:DEFAULT_LOCALE),c=ref(!s||r?n.fallbackLocale.value:isString$1(o.fallbackLocale)||isArray(o.fallbackLocale)||isPlainObject(o.fallbackLocale)||o.fallbackLocale===!1?o.fallbackLocale:l.value),d=ref(getLocaleMessages(l.value,o)),u=ref(isPlainObject(o.datetimeFormats)?o.datetimeFormats:{[l.value]:{}}),m=ref(isPlainObject(o.numberFormats)?o.numberFormats:{[l.value]:{}}),f=s?n.missingWarn:isBoolean(o.missingWarn)||isRegExp(o.missingWarn)?o.missingWarn:!0,v=s?n.fallbackWarn:isBoolean(o.fallbackWarn)||isRegExp(o.fallbackWarn)?o.fallbackWarn:!0,B=s?n.fallbackRoot:isBoolean(o.fallbackRoot)?o.fallbackRoot:!0,N=!!o.fallbackFormat,C=isFunction(o.missing)?o.missing:null,w=isFunction(o.postTranslation)?o.postTranslation:null,y=s?n.warnHtmlMessage:isBoolean(o.warnHtmlMessage)?o.warnHtmlMessage:!0,g=!!o.escapeParameter,_=s?n.modifiers:isPlainObject(o.modifiers)?o.modifiers:{},E=o.pluralRules||s&&n.pluralRules;function $(){return[l.value,c.value,d.value,u.value,m.value]}const V=computed({get:()=>a.value?a.value.locale.value:l.value,set:b=>{a.value&&(a.value.locale.value=b),l.value=b}}),P=computed({get:()=>a.value?a.value.fallbackLocale.value:c.value,set:b=>{a.value&&(a.value.fallbackLocale.value=b),c.value=b}}),M=computed(()=>a.value?a.value.messages.value:d.value),S=computed(()=>u.value),F=computed(()=>m.value);function O(){return a.value?a.value.getPostTranslationHandler():w}function U(b){a.value&&a.value.setPostTranslationHandler(b)}function Z(){return a.value?a.value.getMissingHandler():C}function te(b){a.value&&a.value.setMissingHandler(b)}function Q(b){return $(),b()}function oe(...b){return a.value?Q(()=>Reflect.apply(a.value.t,null,[...b])):Q(()=>"")}function ee(...b){return a.value?Reflect.apply(a.value.rt,null,[...b]):""}function ae(...b){return a.value?Q(()=>Reflect.apply(a.value.d,null,[...b])):Q(()=>"")}function re(...b){return a.value?Q(()=>Reflect.apply(a.value.n,null,[...b])):Q(()=>"")}function L(b){return a.value?a.value.tm(b):{}}function H(b,T){return a.value?a.value.te(b,T):!1}function Y(b){return a.value?a.value.getLocaleMessage(b):{}}function W(b,T){a.value&&(a.value.setLocaleMessage(b,T),d.value[b]=T)}function ce(b,T){a.value&&a.value.mergeLocaleMessage(b,T)}function le(b){return a.value?a.value.getDateTimeFormat(b):{}}function fe(b,T){a.value&&(a.value.setDateTimeFormat(b,T),u.value[b]=T)}function ie(b,T){a.value&&a.value.mergeDateTimeFormat(b,T)}function _e(b){return a.value?a.value.getNumberFormat(b):{}}function me(b,T){a.value&&(a.value.setNumberFormat(b,T),m.value[b]=T)}function Be(b,T){a.value&&a.value.mergeNumberFormat(b,T)}const ve={get id(){return a.value?a.value.id:-1},locale:V,fallbackLocale:P,messages:M,datetimeFormats:S,numberFormats:F,get inheritLocale(){return a.value?a.value.inheritLocale:r},set inheritLocale(b){a.value&&(a.value.inheritLocale=b)},get availableLocales(){return a.value?a.value.availableLocales:Object.keys(d.value)},get modifiers(){return a.value?a.value.modifiers:_},get pluralRules(){return a.value?a.value.pluralRules:E},get isGlobal(){return a.value?a.value.isGlobal:!1},get missingWarn(){return a.value?a.value.missingWarn:f},set missingWarn(b){a.value&&(a.value.missingWarn=b)},get fallbackWarn(){return a.value?a.value.fallbackWarn:v},set fallbackWarn(b){a.value&&(a.value.missingWarn=b)},get fallbackRoot(){return a.value?a.value.fallbackRoot:B},set fallbackRoot(b){a.value&&(a.value.fallbackRoot=b)},get fallbackFormat(){return a.value?a.value.fallbackFormat:N},set fallbackFormat(b){a.value&&(a.value.fallbackFormat=b)},get warnHtmlMessage(){return a.value?a.value.warnHtmlMessage:y},set warnHtmlMessage(b){a.value&&(a.value.warnHtmlMessage=b)},get escapeParameter(){return a.value?a.value.escapeParameter:g},set escapeParameter(b){a.value&&(a.value.escapeParameter=b)},t:oe,getPostTranslationHandler:O,setPostTranslationHandler:U,getMissingHandler:Z,setMissingHandler:te,rt:ee,d:ae,n:re,tm:L,te:H,getLocaleMessage:Y,setLocaleMessage:W,mergeLocaleMessage:ce,getDateTimeFormat:le,setDateTimeFormat:fe,mergeDateTimeFormat:ie,getNumberFormat:_e,setNumberFormat:me,mergeNumberFormat:Be};function A(b){b.locale.value=l.value,b.fallbackLocale.value=c.value,Object.keys(d.value).forEach(T=>{b.mergeLocaleMessage(T,d.value[T])}),Object.keys(u.value).forEach(T=>{b.mergeDateTimeFormat(T,u.value[T])}),Object.keys(m.value).forEach(T=>{b.mergeNumberFormat(T,m.value[T])}),b.escapeParameter=g,b.fallbackFormat=N,b.fallbackRoot=B,b.fallbackWarn=v,b.missingWarn=f,b.warnHtmlMessage=y}return onBeforeMount(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const b=a.value=e.proxy.$i18n.__composer;t==="global"?(l.value=b.locale.value,c.value=b.fallbackLocale.value,d.value=b.messages.value,u.value=b.datetimeFormats.value,m.value=b.numberFormats.value):s&&A(b)}),ve}const globalExportProps=["locale","fallbackLocale","availableLocales"],globalExportMethods=["t","rt","d","n","tm","te"];function injectGlobalFields(e,t){const n=Object.create(null);return globalExportProps.forEach(s=>{const a=Object.getOwnPropertyDescriptor(t,s);if(!a)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const r=isRef(a.value)?{get(){return a.value.value},set(l){a.value.value=l}}:{get(){return a.get&&a.get()}};Object.defineProperty(n,s,r)}),e.config.globalProperties.$i18n=n,globalExportMethods.forEach(s=>{const a=Object.getOwnPropertyDescriptor(t,s);if(!a||!a.value)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${s}`,a)}),()=>{delete e.config.globalProperties.$i18n,globalExportMethods.forEach(s=>{delete e.config.globalProperties[`$${s}`]})}}initFeatureFlags();__INTLIFY_JIT_COMPILATION__?registerMessageCompiler(compile):registerMessageCompiler(compileToFunction);registerMessageResolver(resolveValue);registerLocaleFallbacker(fallbackWithLocaleChain);if(__INTLIFY_PROD_DEVTOOLS__){const e=getGlobalThis();e.__INTLIFY__=!0,setDevToolsHook(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}const parseResponseData=(e,t,n,o,s)=>{let a=n.length,r=e.settings.pega_marketing[t];if(t.indexOf("extraOfferPages")===0&&typeof e.settings.pega_marketing.extraOfferPages<"u"){const d=parseInt(t.replace("extraOfferPages",""),10)-1;r=e.settings.pega_marketing.extraOfferPages[d]}r&&r.placement&&(a=r.placement.split(",").length,a>n.length&&(a=n.length));let l=[];r&&r.attributes&&r.attributes!==""&&(l=r.attributes.split(",")),r&&r.showSingleOffer&&(a=a>1?1:a);let c=!1;for(let d=0;d{console.log(`send capture information for ${n.name} rank=${n.rank} outcome=${o} response:${a.Status}`)})}else{if(t.initCDH)return;const s=document.createElement("script");s.onload=function(){t.initCDH=!0,e(t,n,o)},s.setAttribute("src","../js/realtimecontainerscript.js"),document.head.appendChild(s)}},initNBAM=function e(t,n,o,s,a){if(typeof window.getNBAMServiceControl<"u"){const r=window.getNBAMServiceControl(t.settings.pega_marketing.apiLevel,!1);window.CDHRequestTimeout=t.settings.pega_marketing.requestTimeout,r.initialize(t.settings.pega_marketing.Host,t.settings.pega_marketing.Port);let l="";if(t.settings.pega_marketing[n]&&t.settings.pega_marketing[n].containerName)l=t.settings.pega_marketing[n].containerName;else if(n.indexOf("extraOfferPages")===0&&typeof t.settings.pega_marketing.extraOfferPages<"u"){const u=parseInt(n.replace("extraOfferPages",""),10)-1;l=t.settings.pega_marketing.extraOfferPages[u].containerName}if(l===""){t.loading=!1;return}let c="Tile";if(t.settings.pega_marketing[n]&&t.settings.pega_marketing[n].placement)c=t.settings.pega_marketing[n].placement;else if(n.indexOf("extraOfferPages")===0&&typeof t.settings.pega_marketing.extraOfferPages<"u"){const u=parseInt(n.replace("extraOfferPages",""),10)-1;c=t.settings.pega_marketing.extraOfferPages[u].placement}const d=t.intent.trim();try{r.getOffers(o,t.settings.pega_marketing.contextName,l,t.ExternalID,t.settings.pega_marketing.channel,s,a,u=>{u.RankedResults=u.ContainerList[0].RankedResults,u.OffersList&&u.OffersList.length>0?parseResponseData(t,n,u.OffersList,l,o):u.RankedResults&&u.RankedResults.length>0?parseResponseData(t,n,u.RankedResults,l,o):t.errorloading=!0,t.loading=!1},d,c,t.settings.pega_marketing.appID,()=>{t.loading=!1,t.errorloading=!0})}catch{t.loading=!1,t.errorloading=!0}}else{if(t.initCDH)return;const r=document.createElement("script");r.onload=function(){t.initCDH=!0,e(t,n,o,s,a)},r.setAttribute("src","../js/realtimecontainerscript.js"),document.head.appendChild(r)}},mergeAccount=function e(t){if(!(t.settings.pega_marketing.Host===""||!t.settings.pega_marketing.enableMergeAccount))if(typeof window.getNBAMServiceControl<"u"){const n=window.getNBAMServiceControl(t.settings.pega_marketing.apiLevel,!1);n.initialize(t.settings.pega_marketing.Host,t.settings.pega_marketing.Port);let o="";if(t.userId!==-1&&t.settings.users[t.userId].customerID&&(o=t.settings.users[t.userId].customerID),o===""){console.log("No customerID present - skip mergeAccount");return}n.mergeAccount(o,t.ExternalID,t.settings.pega_marketing.contextName,t.settings.pega_marketing.appID,null)}else{if(t.initCDH)return;const n=document.createElement("script");n.onload=function(){t.initCDH=!0,e(t)},n.setAttribute("src","../js/realtimecontainerscript.js"),document.head.appendChild(n)}},sendRTSEvent=function e(t,n){if(t.settings.pega_marketing.Host!=="")if(typeof window.getNBAMServiceControl<"u"){const o=window.getNBAMServiceControl(t.settings.pega_marketing.apiLevel,!1);o.initialize(t.settings.pega_marketing.Host,t.settings.pega_marketing.Port);let s=n.customerID;s===""&&document.cookie.split("MKTID=").length>1&&(s=document.cookie.split("MKTID=")[1].split(";")[0]),o.sendRTSEvent(s,n,null)}else{if(t.initCDH)return;const o=document.createElement("script");o.onload=function(){t.initCDH=!0,e(t,n)},o.setAttribute("src","../js/realtimecontainerscript.js"),document.head.appendChild(o)}},sendClickStreamEvent=function e(t,n,o,s){if(!(t.settings.pega_marketing.Host===""||!t.settings.pega_marketing.enableClickStream))if(typeof window.getNBAMServiceControl<"u"){const a=window.getNBAMServiceControl(t.settings.pega_marketing.apiLevel,!1);a.initialize(t.settings.pega_marketing.Host,t.settings.pega_marketing.Port);let r="";s&&(r=parseInt((new Date-s)/1e3,10));let l="",c="";if(t.userId!==-1&&t.settings.users[t.userId].customerID&&(c=t.settings.users[t.userId].customerID),c===""&&document.cookie.split("MKTID=").length>1&&(l=document.cookie.split("MKTID=")[1].split(";")[0]),t.settings.pega_marketing.enableMergeAccount&&(l=t.ExternalID),c===""&&l==="")return;const d=t.isMobilePhone?"Mobile":"PC",u={CustomerID:c,EventType:n,PageType:o,PageLocation:window.location.href,DeviceType:d,PageViewActiveTime:r,EventTimestamp:new Date().toISOString().replaceAll("-","").replaceAll(":","").replace("Z"," GMT"),CookieID:l};a.sendClickStreamEvent(u,null)}else{if(t.initCDH)return;const a=document.createElement("script");a.onload=function(){t.initCDH=!0,e(t,n,s)},a.setAttribute("src","../js/realtimecontainerscript.js"),document.head.appendChild(a)}},messages={},datetimeFormats={},numberFormats={};let isDefaultLocaleLoaded=!1;for(const i in window.settings.i18n.languages){const lang=window.settings.i18n.languages[i];messages[lang]={message:eval(`window.lang${lang.toUpperCase()}`)},datetimeFormats[lang]=eval(`window.dateFormat${lang.toUpperCase()}`),numberFormats[lang]=eval(`window.numberFormat${lang.toUpperCase()}`),lang===window.settings.i18n.defaultlocale&&(isDefaultLocaleLoaded=!0)}isDefaultLocaleLoaded||([window.settings.i18n.defaultlocale]=window.settings.i18n.languages);const i18n=createI18n({locale:window.settings.i18n.defaultlocale,messages,datetimeFormats,numberFormats}),setCookie=function(e,t,n){const o=new Date;o.setTime(o.getTime()+n*24*60*60*1e3);const s=`expires=${o.toGMTString()}`;document.cookie=`${e}=${t};${s};path=/`},getCookie=function(e){const t=`${e}=`,o=decodeURIComponent(document.cookie).split(";");for(let s=0;s"u"&&(t.settings.general.connection.PegaURL=""),typeof t.settings.general.connection.authService>"u"&&(t.settings.general.connection.authService="pega"),typeof t.settings.general.connection.themeID>"u"&&(t.settings.general.connection.themeID=""),typeof t.settings.pega_chat.DMMProactiveChatNewSessionTimeout>"u"&&(t.settings.pega_chat.DMMProactiveChatNewSessionTimeout=0),typeof t.settings.pega_chat.DMMProactiveChatNewSessionCode>"u"&&(t.settings.pega_chat.DMMProactiveChatNewSessionCode="5sonPage");for(const n in t.settings.users)typeof t.settings.users[n].hide_from_dropdown>"u"&&(t.settings.users[n].hide_from_dropdown=!1);return typeof t.settings.CustomEvents>"u"&&(t.settings.CustomEvents=[{CustomEventAction:"HighlightElement",CustomEventName:"Custom Event 1",ElementName:"",SendAcknowledgement:!1,AcknowledgeOn:"After5Seconds"},{CustomEventAction:"HighlightElement",CustomEventName:"Custom Event 2",ElementName:"",SendAcknowledgement:!1,AcknowledgeOn:"After5Seconds"},{CustomEventAction:"HighlightElement",CustomEventName:"Custom Event 3",ElementName:"",SendAcknowledgement:!1,AcknowledgeOn:"After5Seconds"}]),t};let mainconfigTmp;if(typeof window.settings>"u")window.location.href=`${window.location.href}/`;else{let e=!1;(/iPhone/.test(navigator.userAgent)||/Android/.test(navigator.userAgent))&&(e=!0),e&&(document.documentElement.className="phone"),mainconfigTmp={settings:window.settings,app:window.app,isMobilePhone:e,offerURL:"",offerIndex:0,homeHeroImg:"",currentPage:"",previousPage:"",intent:"",reloadOffer:1,reloadMashup:1,reloadToDoMashup:1,reloadActivityMashup:1e3,isAuthenticated:!1,isSidePanelVisible:!1,isDeepLink:!1,deepLinkExtraParam:{},phonePageName:"",userId:-1,quickLinkId:-1,viewBill:-1,viewBanner:-1,toDo:-1,viewKMHelp:-1,KMArticleID:"",CDHContainer:{},logoutURL:{},homeHeroAction:-1,offerAction:-1,isRTSEnabled:!1,currentLocale:window.settings.i18n.defaultlocale,mainTitle:document.title};const t=localStorage.getItem(`config_${mainconfigTmp.app.industry}`);if(t!=null){const o=JSON.parse(t);o.settings&&(mainconfigTmp.settings=o.settings)}if(mainconfigTmp=upgradeConfig(mainconfigTmp),mainconfigTmp.ExternalID="",mainconfigTmp.settings.pega_marketing.enableMergeAccount){let o=sessionStorage.getItem("ExternalID");o||(o="uplus-"+Date.now(),sessionStorage.setItem("ExternalID",o)),mainconfigTmp.ExternalID=o}if(mainconfigTmp.initCDH=!1,mainconfigTmp.settings.pega_chat.ShowAsButton&&(document.documentElement.className=`${document.documentElement.className} chat-button`),window.history&&window.history.state!==null){const o=window.history.state;mainconfigTmp.userId===-1&&o!==null&&typeof o.userId<"u"?(o.userId!==-1&&(mainconfigTmp.isAuthenticated=!0),mainconfigTmp.userId=o.userId,typeof o.quickLinkId<"u"?(mainconfigTmp.quickLinkId=o.quickLinkId,e&&(mainconfigTmp.phonePageName="help"),window.history.replaceState({userId:mainconfigTmp.userId,quickLinkId:mainconfigTmp.quickLinkId},"",`quicklink${mainconfigTmp.quickLinkId}`)):e?(typeof o.page<"u"?mainconfigTmp.phonePageName=o.page:mainconfigTmp.phonePageName=window.location.pathname.substring(window.location.pathname.lastIndexOf("/")+1),window.history.replaceState(mainconfigTmp.isAuthenticated?{}:{userId:mainconfigTmp.userId},"",mainconfigTmp.phonePageName)):window.history.replaceState({userId:mainconfigTmp.userId},"",o.page)):window.location.pathname.indexOf("/heroaction")!==-1?(e&&(mainconfigTmp.phonePageName="heroaction"),mainconfigTmp.homeHeroAction=1,window.history.replaceState({},"","heroaction")):e&&(typeof o.page<"u"?mainconfigTmp.phonePageName=o.page:mainconfigTmp.phonePageName=window.location.pathname.substring(window.location.pathname.lastIndexOf("/")+1),window.history.replaceState({},"",mainconfigTmp.phonePageName))}if(mainconfigTmp.isAuthenticated===!1&&getCookie("UserName")!==""){const o=getCookie("UserName");for(const s in mainconfigTmp.settings.users)if(mainconfigTmp.settings.users[s].username===o){mainconfigTmp.isAuthenticated=!0,mainconfigTmp.userId=s;break}}const n={};if(window.location.search.substr(1).split("&").forEach(o=>{n[o.split("=")[0]]=o.split("=")[1]}),n.username||n.pega_userid){for(const o in mainconfigTmp.settings.users)if(typeof n.pega_userid<"u"&&mainconfigTmp.settings.users[o].pega_userid===n.pega_userid||typeof n.username<"u"&&mainconfigTmp.settings.users[o].username===n.username){mainconfigTmp.isAuthenticated=!0,mainconfigTmp.userId=o,mainconfigTmp.isDeepLink=!0;break}if(n.quicklinkclass){for(const o in mainconfigTmp.settings.quicklinks)if(mainconfigTmp.settings.quicklinks[o].objclass===n.quicklinkclass){mainconfigTmp.quickLinkId=o,mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.quicklinkclass,delete mainconfigTmp.deepLinkExtraParam.username,delete mainconfigTmp.deepLinkExtraParam.pega_userid,e&&(mainconfigTmp.phonePageName="help"),window.history.replaceState({userId:mainconfigTmp.userId},"",`quicklink${mainconfigTmp.quickLinkId}`);break}}mainconfigTmp.settings.todo.objclass===n.todoclass&&(mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.todoclass,delete mainconfigTmp.deepLinkExtraParam.username,delete mainconfigTmp.deepLinkExtraParam.pega_userid,e&&(mainconfigTmp.phonePageName="account"),window.history.replaceState({userId:mainconfigTmp.userId},"","account")),n.viewBill&&(mainconfigTmp.viewBill=1,mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.viewBill,delete mainconfigTmp.deepLinkExtraParam.username,delete mainconfigTmp.deepLinkExtraParam.pega_userid),n.viewBanner&&(mainconfigTmp.viewBanner=1,mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.viewBanner,delete mainconfigTmp.deepLinkExtraParam.username,delete mainconfigTmp.deepLinkExtraParam.pega_userid),n.viewKMHelp&&(mainconfigTmp.viewKMHelp=1,mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.viewKMHelp,delete mainconfigTmp.deepLinkExtraParam.username,delete mainconfigTmp.deepLinkExtraParam.pega_userid)}if(n.homeHeroAction&&(mainconfigTmp.homeHeroAction=1,e&&(mainconfigTmp.phonePageName="heroaction"),mainconfigTmp.isDeepLink=!0,mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.homeHeroAction),n.offerAction&&(mainconfigTmp.offerAction=1,e&&(mainconfigTmp.phonePageName="offer"),mainconfigTmp.isDeepLink=!0,mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.offerAction),window.PegaCSWSS={Cobrowse:{ServerURL:mainconfigTmp.settings.pega_chat.CoBrowseServerURL,Token:mainconfigTmp.settings.pega_chat.CoBrowseToken},WCBConfigName:mainconfigTmp.settings.pega_chat.WCBConfigName,WebChatBotID:mainconfigTmp.settings.pega_chat.WebChatBotID,ApplicationName:mainconfigTmp.settings.pega_chat.ApplicationName,MashupURL:mainconfigTmp.settings.pega_chat.MashupURL,ShowAsButton:mainconfigTmp.settings.pega_chat.ShowAsButton,TenantID:mainconfigTmp.settings.pega_chat.TenantID,MarketingHost:mainconfigTmp.settings.pega_marketing.Host,MarketingPort:mainconfigTmp.settings.pega_marketing.Port,EnableProActiveNotification:mainconfigTmp.settings.pega_chat.EnableProActiveNotification,ProActiveNotificationDismissTime:mainconfigTmp.settings.pega_chat.ProActiveNotificationDismissTime,ContactID:"",AccountNumber:"",UserName:"",UserID:"",DMMSessionID:"",ExtraParams:{}},mainconfigTmp.userId!==-1){const o=mainconfigTmp.settings.users[mainconfigTmp.userId];window.PegaCSWSS.ContactID=o.contactID,window.PegaCSWSS.AccountNumber=o.accountID,window.PegaCSWSS.UserName=o.username,window.PegaCSWSS.UserID=o.pega_userid,typeof o.extraparam<"u"&&o.extraparam!==""&&o.extraparam.split(",").forEach(s=>{const a=s.split("=");a.length===2&&(window.PegaCSWSS.ExtraParams[a[0].trim()]=a[1].trim())}),typeof o.dmm_context_data=="string"&&o.dmm_context_data!==""&&(window.PegaChatTags={},o.dmm_context_data.split(",").forEach(s=>{const a=s.split("=");window.PegaChatTags[a[0].trim()]=a[1].trim()}))}if(setCookie("ContactID",window.PegaCSWSS.ContactID,30),setCookie("AccountNumber",window.PegaCSWSS.AccountNumber,30),setCookie("UserName",window.PegaCSWSS.UserName,30),setCookie("UserID",window.PegaCSWSS.UserID,30),mainconfigTmp.settings.general.connection.c11nserver!==""&&mainconfigTmp.settings.general.connection.type==="embedui"){const o=document.createElement("script");o.setAttribute("src",`${mainconfigTmp.settings.general.connection.c11nserver}pega-embed.js`),document.head.appendChild(o)}else if(mainconfigTmp.settings.general.connection.PegaURL!==""&&(mainconfigTmp.settings.general.connection.type==="embedui2"||mainconfigTmp.settings.general.connection.type==="embedui3")){const o=document.createElement("script");o.setAttribute("src",`${mainconfigTmp.settings.general.connection.PegaURL}/PRRestService/c11nsvc/v1/pega-embed.js`),document.head.appendChild(o)}if(typeof mainconfigTmp.settings.pega_chat<"u"&&mainconfigTmp.settings.pega_chat.DMMURL!==""&&mainconfigTmp.settings.pega_chat.DMMID!==""&&`${window.location}`.indexOf("/settings.html")===-1){typeof window.PegaUnifiedChatWidget>"u"&&(window.PegaUnifiedChatWidget={},mainconfigTmp.settings.pega_chat.DMMProactiveChatNewSessionTimeout>0&&setTimeout(()=>{console.log(`PegaUnifiedChatWidget triggetChat '${mainconfigTmp.settings.pega_chat.DMMProactiveChatNewSessionCode}'`),window.PegaUnifiedChatWidget.triggerChat(mainconfigTmp.settings.pega_chat.DMMProactiveChatNewSessionCode)},mainconfigTmp.settings.pega_chat.DMMProactiveChatNewSessionTimeout)),window.PegaUnifiedChatWidget.onSessionInitialized=l=>{window.PegaCSWSS.DMMSessionID=l,console.log(`PegaUnifiedChatWidget onSessionInitialized=${l}`);const c=document.getElementById("pegaChatWidget");if(c&&(c.style.zIndex=1e3),sendClickStreamEvent(mainconfigTmp,"PageView","Chat",window.loadPage),mainconfigTmp.settings.pega_chat.DMMSecret!==""&&mainconfigTmp.userId!==-1){const d={authenticated:mainconfigTmp.userId!==-1,ContactID:window.PegaCSWSS.ContactID,AccountNumber:window.PegaCSWSS.AccountNumber,UserName:window.PegaCSWSS.UserName,UserID:window.PegaCSWSS.UserID},u=generateJWTKey({iss:l},mainconfigTmp.settings.pega_chat.DMMSecret),f=s(mainconfigTmp.settings.pega_chat.DMMPrivateURL)+"/Prod/private-data",v=new XMLHttpRequest;v.open("POST",f,!0),v.setRequestHeader("Content-type","application/json;charset=UTF-8"),v.setRequestHeader("authorization",`Bearer ${u}`),v.send(JSON.stringify(d))}},PegaUnifiedChatWidget.onChatAPIEvent=function(l){var c,d,u;if(l.event=="custom-event")for(let m=0;m<((d=(c=mainconfigTmp==null?void 0:mainconfigTmp.settings)==null?void 0:c.CustomEvents)==null?void 0:d.length);m++){let f=(u=mainconfigTmp==null?void 0:mainconfigTmp.settings)==null?void 0:u.CustomEvents[m];if(l.name==(f==null?void 0:f.CustomEventName)){console.log("Processing Custom Event: ",l,f);let v;if(f.CustomEventAction=="HighlightElement"){if(v=o(f.ElementName),v==null){console.log(`unable to locate element that includes text ${f.ElementName}`);return}v.classList.add("pulse")}else if(f.CustomEventAction=="ClickElement"){if(v=o(f.ElementName),v==null){console.log(`unable to locate element that includes text ${f.ElementName}`);return}v.click()}f.SendAcknowledgement&&(f.AcknowledgeOn=="After5Seconds"?setTimeout(function(){a(l.name),v.classList.remove("pulse")},5e3):f.AcknowledgeOn=="After30Seconds"?setTimeout(function(){a(l.name),v.classList.remove("pulse")},3e4):f.AcknowledgeOn=="LoginSuccess"&&(mainconfigTmp.isAuthenticated?(a(l.name),v.classList.remove("pulse")):document.addEventListener("confirmLogin",function(){a(l.name),v.classList.remove("pulse")})))}}};const o=function(l){const c=document.querySelectorAll("h1, h2, h3, h4, h5, h6, p, a, button");for(let d=0;d{const c=document.getElementById("pegaChatWidget");c&&(c.style.zIndex=1e3)},3e3)},document.head.appendChild(r),window.fireflyAPI={},mainconfigTmp.settings.pega_chat.CoBrowseServerURL!==""&&mainconfigTmp.settings.pega_chat.CoBrowseToken!==""){const l=document.createElement("script");l.type="text/javascript",window.fireflyAPI.token=mainconfigTmp.settings.pega_chat.CoBrowseToken,window.fireflyAPI.serverHostUrl=mainconfigTmp.settings.pega_chat.CoBrowseServerURL,l.src=`${mainconfigTmp.settings.pega_chat.CoBrowseServerURL}/cobrowse/loadScripts`,l.async=!0,document.head.appendChild(l)}}e&&(window.pegaMashupNavigateBack=function(){const s=document.getElementsByClassName("pi-caret-left");s.length>0&&s[0].click()})}const mainconfig=reactive(mainconfigTmp);window.mainconfig=mainconfigTmp;if(mainconfigTmp.settings.general.theming.override){const e=document.createElement("style");e.innerHTML=`:root { --brandColor: ${mainconfigTmp.settings.general.theming.brandColor}; - --interactiveColor: ${mainconfigTmp.settings.general.theming.interactiveColor};} - .front>header, .form>header, .offer header { background-blend-mode: luminosity; }`,document.head.appendChild(e)}window.addEventListener("popstate",()=>{mainconfig.quickLinkId=-1,mainconfig.currentPage=window.location.pathname.substring(window.location.pathname.lastIndexOf("/")+1),mainconfig.currentPage==="heroaction"&&(mainconfig.homeHeroAction=1),mainconfig.currentPage.indexOf("offer")===0&&mainconfig.currentPage.indexOf("offer.html")!==0&&(mainconfig.offerIndex=parseInt(mainconfig.currentPage.substring(5).replace(".html",""),10)),(mainconfig.currentPage.indexOf("index.html")===0||mainconfig.currentPage.indexOf("account")===0)&&(mainconfig.viewBill=-1,mainconfig.viewBanner=-1,mainconfig.homeHeroAction=-1,mainconfig.offerAction=-1,mainconfig.toDo=-1,mainconfig.viewKMHelp=-1,mainconfig.offerURL="",mainconfig.CDHContainer={}),mainconfig.currentPage.indexOf("index.html")===0&&(mainconfig.isAuthenticated=!1),mainconfig.currentPage.indexOf("account")===0&&(mainconfig.isAuthenticated=!0)});const updatePegaChat=function e(t){const n=document.getElementById("pegaChatWidget");n&&(n.style.zIndex=1e3);let o=document.querySelector("[data-pega-gadgetname='OnlineHelp'] > iframe");if(o!=null&&typeof o.src=="string"){let s=`${o.src}&ContactId=${t.contactID}&AccountNumber=${t.accountID}&username=${t.username}`;typeof t.extraparam<"u"&&t.extraparam!==""&&t.extraparam.split(",").forEach(r=>{const l=r.split("=");l.length===2&&(s+=`&${l[0].trim()}=${l[1].trim()}`)}),s.indexOf("timestamp")>-1?s=s.replace(/timestamp=[^&]+/,`timestamp=${Date.now()}`):s+=`×tamp=${Date.now()}`;const a=o.parentNode;o.remove(),o.src=s,a.appendChild(o)}if(window.PegaCSWSS.ContactID=t.contactID,window.PegaCSWSS.AccountNumber=t.accountID,window.PegaCSWSS.UserName=t.username,window.PegaCSWSS.UserID=t.pega_userid,typeof t.dmm_context_data=="string"&&t.dmm_context_data!==""&&(window.PegaChatTags={},t.dmm_context_data.split(",").forEach(s=>{const a=s.split("=");window.PegaChatTags[a[0].trim()]=a[1].trim()})),setCookie("ContactID",window.PegaCSWSS.ContactID,30),setCookie("AccountNumber",window.PegaCSWSS.AccountNumber,30),setCookie("UserName",window.PegaCSWSS.UserName,30),setCookie("UserID",window.PegaCSWSS.UserID,30),mainconfig.settings.pega_chat.DMMSecret!==""&&mainconfig.userId!==-1&&window.PegaCSWSS.DMMSessionID!==""){const s={authenticated:mainconfig.userId!==-1,ContactID:window.PegaCSWSS.ContactID,AccountNumber:window.PegaCSWSS.AccountNumber,UserName:window.PegaCSWSS.UserName,UserID:window.PegaCSWSS.UserID},a=generateJWTKey({iss:window.PegaCSWSS.DMMSessionID},mainconfig.settings.pega_chat.DMMSecret),r=mainconfigTmp.settings.pega_chat.DMMPrivateURL,d=new URL(r).origin+"/Prod/private-data",u=new XMLHttpRequest;u.open("POST",d,!0),u.setRequestHeader("Content-type","application/json;charset=UTF-8"),u.setRequestHeader("authorization",`Bearer ${a}`),u.send(JSON.stringify(s))}if(typeof t.extraparam<"u"&&t.extraparam!==""&&t.extraparam.split(",").forEach(s=>{const a=s.split("=");a.length===2&&(window.PegaCSWSS.ExtraParams[a[0].trim()]=a[1].trim())}),o=document.querySelector("[data-pega-gadgetname='OnlineHelp']"),o!=null){const s=window.pega.web.mgr._getGadgetByID("OnlineHelp");if(s&&s._oDivAttrs)for(const a in window.PegaCSWSS.ExtraParams)s._oDivAttrs.params[a]=window.PegaCSWSS.ExtraParams[a]}typeof sendProactiveNotificationReq=="function"&&window.sendProactiveNotificationReq()},_export_sfc=(e,t)=>{const n=e.__vccOpts||e;for(const[o,s]of t)n[o]=s;return n},_sfc_main$17={props:["title","href","pagetype"],data(){return{mainconfig,i18n}},methods:{gotoPage(e){if(!this.$props.href)return;if(mainconfig.previousPage=mainconfig.currentPage,mainconfig.currentPage=this.$props.href,this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),mainconfig.currentPage.indexOf("offer")===0)mainconfig.offerURL="",mainconfig.offerAction=-1,mainconfig.offerIndex=parseInt(mainconfig.currentPage.substring(5).replace(".html",""),10);else return;sendClickStreamEvent(mainconfig,"PageView",this.pagetype,window.loadPage),window.loadPage=new Date;const t=mainconfig.isAuthenticated?{userId:mainconfig.userId}:{};window.history.pushState(t,"",mainconfig.currentPage),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0),e.preventDefault()}}},_hoisted_1$11=["href"];function _sfc_render$15(e,t,n,o,s,a){return openBlock(),createElementBlock("li",null,[createBaseVNode("a",{onClick:t[0]||(t[0]=(...r)=>a.gotoPage&&a.gotoPage(...r)),href:n.href!==""?n.href:""},toDisplayString$1(e.$t("message."+n.title)),9,_hoisted_1$11)])}const MenuItem=_export_sfc(_sfc_main$17,[["render",_sfc_render$15]]),_sfc_main$16={data(){return mainconfig},methods:{hideSidePanel(){this.isSidePanelVisible=!1}},components:{MenuItem}},_hoisted_1$10={class:"panel background-brand"};function _sfc_render$14(e,t,n,o,s,a){const r=resolveComponent("MenuItem");return openBlock(),createElementBlock("aside",{onClick:t[0]||(t[0]=(...l)=>a.hideSidePanel&&a.hideSidePanel(...l)),class:normalizeClass([e.isSidePanelVisible?"show":""])},[createBaseVNode("div",_hoisted_1$10,[t[1]||(t[1]=createBaseVNode("header",null,[createBaseVNode("img",{class:"logo",src:"./img/u+-logo.svg",alt:"U+"})],-1)),createBaseVNode("nav",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.menuitems,(l,c)=>(openBlock(),createBlock(r,{pagetype:l.pagetype,key:l.title,title:l.title,href:l.url?l.url:e.app.offer.length>1?`offer${c+1}.html`:null},null,8,["pagetype","title","href"]))),128))])])],2)}const Aside=_export_sfc(_sfc_main$16,[["render",_sfc_render$14]]),_sfc_main$15={data(){return{...mainconfig,isActive:!1}},methods:{showOverlay(){this.isActive=!this.isActive},onClickOutOverlay(e){e.target.classList.contains("avatar")||(this.isActive=!1)},logOut(){sendClickStreamEvent(mainconfig,"Logout","Home",window.loadPage),sendClickStreamEvent(mainconfig,"PageView","Home",window.loadPage),window.loadPage=new Date,mainconfig.isAuthenticated=!1,mainconfig.userId=-1,mainconfig.quickLinkId=-1,mainconfig.viewBill=-1,mainconfig.homeHeroAction=-1,mainconfig.offerAction=-1,mainconfig.toDo=-1,mainconfig.viewKMHelp=-1,mainconfig.viewBanner=-1,mainconfig.CDHContainer={},mainconfig.offerURL="",mainconfig.previousPage="",mainconfig.intent="",mainconfig.isDeepLink=!1,mainconfig.deepLinkExtraParam={},sessionStorage.clear(),mainconfig.ExternalID&&sessionStorage.setItem("ExternalID",mainconfig.ExternalID),window.history&&(mainconfig.isMobilePhone?(mainconfig.phonePageName="",window.history.pushState({userId:mainconfig.userId},"","index.html")):(mainconfig.currentPage="index.html",window.history.replaceState({},"",mainconfig.currentPage),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)));for(const t in mainconfig.logoutURL){const n=document.createElement("iframe"),o=mainconfig.logoutURL[t];n.setAttribute("src",o),n.setAttribute("style","display:none"),n.onload=function(){document.body.removeChild(n)},document.body.appendChild(n)}if(mainconfig.logoutURL={},window.PegaCSWSS.ContactID="",window.PegaCSWSS.AccountNumber="",window.PegaCSWSS.UserName="",window.PegaCSWSS.UserID="",window.PegaCSWSS.ExtraParams={},window.PegaChatTags={},setCookie("ContactID",window.PegaCSWSS.ContactID,30),setCookie("AccountNumber",window.PegaCSWSS.AccountNumber,30),setCookie("UserName",window.PegaCSWSS.UserName,30),setCookie("UserID",window.PegaCSWSS.UserID,30),mainconfig.settings.pega_chat.DMMSecret!==""&&mainconfig.userId!==-1&&window.PegaCSWSS.DMMSessionID!==""){const t={authenticated:mainconfig.userId!==-1,ContactID:window.PegaCSWSS.ContactID,AccountNumber:window.PegaCSWSS.AccountNumber,UserName:window.PegaCSWSS.UserName,UserID:window.PegaCSWSS.UserID},n=generateJWTKey({iss:window.PegaCSWSS.DMMSessionID},mainconfig.settings.pega_chat.DMMSecret),o=mainconfig.settings.pega_chat.DMMPrivateURL,r=new URL(o).origin+"/Prod/private-data",l=new XMLHttpRequest;l.open("POST",r,!0),l.setRequestHeader("Content-type","application/json;charset=UTF-8"),l.setRequestHeader("authorization",`Bearer ${n}`),l.send(JSON.stringify(t))}const e=document.querySelector("[data-pega-gadgetname='OnlineHelp'] > iframe");if(e!=null&&typeof e.src=="string")if(mainconfig.settings.pega_chat.ResetLogout===!0&&typeof window.resetPegaChat=="function")window.resetPegaChat();else{const t=e.src.split("&");let n="";for(const s in t)!t[s].startsWith("ContactId=")&&!t[s].startsWith("AccountNumber=")&&!t[s].startsWith("username=")&&(n+=(n!==""?"&":"")+t[s]);n.indexOf("timestamp")>-1?n=n.replace(/timestamp=[^&]+/,`timestamp=${Date.now()}`):n+=`×tamp=${Date.now()}`;const o=e.parentNode;e.remove(),e.src=n,o.appendChild(e)}}},computed:{isNamePresent(){return!(mainconfig.isMobilePhone||mainconfig.userId===-1||mainconfig.settings.users[mainconfig.userId].name===""||!mainconfig.settings.users[mainconfig.userId].show_opname)}}},_hoisted_1$$={class:"flex flex-mid-align user-area"},_hoisted_2$S={key:0,class:"flex flex-col margin-r-2x"},_hoisted_3$H={key:0},_hoisted_4$C={key:1},_hoisted_5$B=["src"];function _sfc_render$13(e,t,n,o,s,a){const r=resolveDirective("clickoutside");return openBlock(),createElementBlock("div",_hoisted_1$$,[a.isNamePresent?(openBlock(),createElementBlock("div",_hoisted_2$S,[e.settings.users[e.userId]?(openBlock(),createElementBlock("span",_hoisted_3$H,toDisplayString$1(e.settings.users[e.userId].name),1)):createCommentVNode("",!0),e.settings.users[e.userId]&&e.settings.users[e.userId].company_name!==""?(openBlock(),createElementBlock("span",_hoisted_4$C,toDisplayString$1(e.settings.users[e.userId].company_name),1)):createCommentVNode("",!0)])):createCommentVNode("",!0),e.userId!=-1?(openBlock(),createElementBlock("img",{key:1,onClick:t[0]||(t[0]=(...l)=>a.showOverlay&&a.showOverlay(...l)),class:"avatar",src:"../img/"+e.settings.users[e.userId].img,alt:"Customer image"},null,8,_hoisted_5$B)):createCommentVNode("",!0),withDirectives((openBlock(),createElementBlock("div",{class:normalizeClass(["overlay logout flex flex-col",[s.isActive?"show":"hidden"]])},[createBaseVNode("button",{onClick:t[1]||(t[1]=(...l)=>a.logOut&&a.logOut(...l)),class:"simple"},toDisplayString$1(e.$t("message.logout")),1)],2)),[[r,{handler:"onClickOutOverlay"}]])])}const OperatorButton=_export_sfc(_sfc_main$15,[["render",_sfc_render$13]]),setAuth=function e(t,n){let o="";if(t&&n)o=btoa(`${t}:${n}`);else throw new Error("Set authentication failed.");return o},validateOTP=async function e(t,n,o,s){if(o==="skip")return!0;const a={"Content-Type":"application/json;charset=UTF-8",Authorization:`Basic ${s}`},r=`${t.url}/prweb/api/v1/authenticate/OTP/verify?OTPValue=${o}&ReferenceID=${n}`,l={method:"GET",headers:a,mode:"cors"};try{const c=await fetch(r,l);if(c.ok&&(await c.json()).Status==="SUCCESS")return!0}catch{console.error("Error in validateOTP")}return!1},requestOTP=async function e(t,n,o){const s={referenceID:"",isSuccess:!1},a=Math.floor(Date.now()/100),r={"Content-Type":"application/json;charset=UTF-8",Authorization:`Basic ${n}`},l=t.sendMode,c=`${t.url}/prweb/api/v1/authenticate/OTP/${l}`,d={method:"POST",headers:r,mode:"cors"},u={Context:`UplusWSSOtp-${a}`};l==="email"?u.EmailSettings={CorrespondenceName:t.emailSettings.correspondenceName,EmailAccount:t.emailSettings.emailAccount,Subject:t.emailSettings.subject,ToAddress:o,ValidateMaxAge:t.emailSettings.validateMaxAge}:l==="sms"&&(u.SMSSettings={ToPhoneNumber:o,From:t.smsSettings.from,SMSAccount:t.smsSettings.account,Message:t.smsSettings.message,ValidateMaxAge:t.smsSettings.validateMaxAge}),d.body=JSON.stringify(u);try{const m=await fetch(c,d);if(m.ok){const f=await m.json();f.Status==="SUCCESS"&&(s.referenceID=f.ReferenceID,s.isSuccess=!0)}}catch{console.error("Error in requestOTP")}return s},_sfc_main$14={data(){return{...mainconfig,isActive:!1,hasErrorMsg:!1,username:"",password:"",otp_enabled:mainconfig.settings.general.auth_2fa.enabled,isOTPInvalid:!1,OTPRequestFailed:!1,isOTP:!1,userID:-1,otp:"",otpRefId:""}},computed:{activeUsers(){return this.settings.users.filter(e=>!e.hide_from_dropdown&&e)}},methods:{showLoginOverlay(){this.isActive=!this.isActive,this.isOTP=!1,this.userID=-1,this.hasErrorMsg=!1,this.isOTPInvalid=!1,this.OTPRequestFailed=!1,this.otp="",this.otpRefId="";for(const e in this.settings.users)if(this.settings.users[e].load_by_default){this.username=this.settings.users[e].username,this.password=this.settings.users[e].password;break}},onClickOutLoginOverlay(e){!e.target.classList.contains("sign-in")&&!e.target.classList.contains("launch-login")&&!e.target.classList.contains("launch-login-overlay")&&(this.isActive=!1)},confirmLogin(){mainconfig.isAuthenticated=!0,mainconfig.userId=this.userID,updatePegaChat(this.settings.users[this.userID]),window.history&&(mainconfig.isMobilePhone?window.history.pushState({userId:mainconfig.userId},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName):(mainconfig.currentPage="account",window.history.pushState({userId:mainconfig.userId},"","account"))),mergeAccount(mainconfig),sendClickStreamEvent(mainconfig,"Login","Account",window.loadPage),sendClickStreamEvent(mainconfig,"PageView","Account",window.loadPage),window.loadPage=new Date,this.isActive=!1,document.dispatchEvent(new Event("confirmLogin"))},signIn(){mainconfig.userId=-1,this.userID=-1;for(const e in this.settings.users)if(this.settings.users[e].username===this.username&&this.settings.users[e].password===this.password){this.userID=e;break}if(this.userID===-1){this.hasErrorMsg=!0;return}if(this.otp_enabled){this.isOTP=!0,this.sendOTPRequest(this.settings.users[this.userID].otp_send_to);return}this.confirmLogin()},async sendOTPRequest(e){const t=setAuth(this.settings.users[this.userID].pega_userid,this.settings.users[this.userID].pega_pwd);await requestOTP(this.settings.general.auth_2fa,t,e).then(n=>{n.isSuccess?(this.isOTP=!0,this.otpRefId=n.referenceID,this.OTPRequestFailed=!1):this.OTPRequestFailed=!0})},async signInOtp(){const e=setAuth(this.settings.users[this.userID].pega_userid,this.settings.users[this.userID].pega_pwd);await validateOTP(this.settings.general.auth_2fa,this.otpRefId,this.otp,e).then(t=>{t?this.confirmLogin():this.isOTPInvalid=!0})}}},_hoisted_1$_={class:"login"},_hoisted_2$R={key:0,class:"field flex flex-col username"},_hoisted_3$G={class:"required",for:"username"},_hoisted_4$B={key:1,class:"field flex flex-col password"},_hoisted_5$A={class:"required",for:"password"},_hoisted_6$w={key:2,class:"field flex flex-col"},_hoisted_7$u={for:"otp"},_hoisted_8$n={key:5,class:"error"},_hoisted_9$n={key:6,class:"error"},_hoisted_10$l={key:7,class:"error"};function _sfc_render$12(e,t,n,o,s,a){const r=resolveDirective("clickoutside");return openBlock(),createElementBlock("div",_hoisted_1$_,[createBaseVNode("button",{onClick:t[0]||(t[0]=(...l)=>a.showLoginOverlay&&a.showLoginOverlay(...l)),class:"launch-login"},toDisplayString$1(e.$t("message.login")),1),withDirectives((openBlock(),createElementBlock("div",{class:normalizeClass(["overlay flex flex-col",[s.isActive?"show":"hidden"]])},[createBaseVNode("h3",null,toDisplayString$1(e.$t("message.welcomeBack")),1),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_2$R,[withDirectives(createBaseVNode("select",{id:"username","onUpdate:modelValue":t[1]||(t[1]=l=>s.username=l)},[(openBlock(!0),createElementBlock(Fragment,null,renderList(a.activeUsers,(l,c)=>(openBlock(),createElementBlock("option",{key:c},toDisplayString$1(l.username),1))),128))],512),[[vModelSelect,s.username]]),createBaseVNode("label",_hoisted_3$G,toDisplayString$1(e.$t("message.username")),1)])),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_4$B,[withDirectives(createBaseVNode("input",{id:"password",type:"password","onUpdate:modelValue":t[2]||(t[2]=l=>s.password=l)},null,512),[[vModelText,s.password]]),createBaseVNode("label",_hoisted_5$A,toDisplayString$1(e.$t("message.password")),1)])),s.isOTP?(openBlock(),createElementBlock("div",_hoisted_6$w,[createBaseVNode("label",_hoisted_7$u,toDisplayString$1(e.$t("message.otp")),1),withDirectives(createBaseVNode("input",{id:"otp",type:"text",name:"otp","onUpdate:modelValue":t[3]||(t[3]=l=>s.otp=l)},null,512),[[vModelText,s.otp]])])):createCommentVNode("",!0),s.isOTP?(openBlock(),createElementBlock("button",{key:3,onClick:t[4]||(t[4]=(...l)=>a.signInOtp&&a.signInOtp(...l)),class:"strong sign-in"},toDisplayString$1(e.$t("message.signin")),1)):(openBlock(),createElementBlock("button",{key:4,onClick:t[5]||(t[5]=(...l)=>a.signIn&&a.signIn(...l)),class:"strong sign-in"},toDisplayString$1(e.$t("message.signin")),1)),s.hasErrorMsg?(openBlock(),createElementBlock("span",_hoisted_8$n,toDisplayString$1(e.$t("message.invalidLogin")),1)):createCommentVNode("",!0),s.isOTPInvalid?(openBlock(),createElementBlock("span",_hoisted_9$n,toDisplayString$1(e.$t("message.invalidOTP")),1)):createCommentVNode("",!0),s.OTPRequestFailed?(openBlock(),createElementBlock("span",_hoisted_10$l,toDisplayString$1(e.$t("message.requestOTPFailed")),1)):createCommentVNode("",!0),createBaseVNode("a",null,toDisplayString$1(e.$t("message.forgotPassword")),1),createBaseVNode("a",null,toDisplayString$1(e.$t("message.notEnrolled")),1)],2)),[[r,{handler:"onClickOutLoginOverlay"}]])])}const LoginButton=_export_sfc(_sfc_main$14,[["render",_sfc_render$12]]),_sfc_main$13={data(){return mainconfig},mounted(){window.addEventListener("message",this.iFrameMessageListener)},unmounted(){window.removeEventListener("message",this.iFrameMessageListener)},methods:{iFrameMessageListener(e){if(e.data==="pegaMashupNavigateBack")mainconfig.offerURL!==""?mainconfig.offerURL="":mainconfig.quickLinkId!==-1?mainconfig.quickLinkId=-1:mainconfig.viewKMHelp!==-1?mainconfig.viewKMHelp=-1:mainconfig.viewBill!==-1?mainconfig.viewBill=-1:mainconfig.viewBanner!==-1&&(mainconfig.viewBanner=-1),mainconfig.phonePageName="";else if(typeof e.data=="object"&&typeof e.data.key<"u")e.data.key==="Intent"&&typeof e.data.value=="string"?(mainconfig.intent=e.data.value,mainconfig.reloadOffer+=1):e.data.key==="PreviousPage"&&typeof e.data.value=="string"&&(mainconfig.previousPage=e.data.value,mainconfig.reloadOffer+=1);else if(e.data){let t={};try{t=JSON.parse(e.data)}catch{t={}}if(t.channelName==="PWMashup"&&t.message&&t.message.payload&&t.message.payload.name==="confirm"&&t.message.uid.indexOf("ProactiveChat")===-1&&mainconfig.quickLinkId!==-1){const n=mainconfig.settings.quicklinks[mainconfig.quickLinkId].url,o=document.createElement("iframe"),s=`${n}?pyActivity=LogOff`;o.setAttribute("src",s),o.setAttribute("style","display:none"),o.onload=function(){document.body.removeChild(o)},document.body.appendChild(o)}}},showSidePanel(){mainconfig.isSidePanelVisible=!0},goToHome(){mainconfig.homeHeroAction=-1,mainconfig.phonePageName="",mainconfig.quickLinkId=-1,mainconfig.viewKMHelp=-1,mainconfig.viewBill=-1,mainconfig.viewBanner=-1,mainconfig.offerAction=-1,mainconfig.offerURL="",mainconfig.CDHContainer={},mainconfig.isAuthenticated?window.history.pushState({userId:mainconfig.userId},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName):window.history.pushState({},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)},showKMHelp(){mainconfig.previousPage=mainconfig.currentPage,mainconfig.currentPage="help.html",sendClickStreamEvent(mainconfig,"PageView","Help",window.loadPage),window.loadPage=new Date,this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),mainconfig.viewKMHelp=1,mainconfig.logoutURL.kmhelp=`${mainconfig.settings.kmhelp.url}?pyActivity=LogOff`,mainconfig.reloadMashup+=1}},components:{OperatorButton,LoginButton}},_hoisted_1$Z={class:"logo-link"};function _sfc_render$11(e,t,n,o,s,a){const r=resolveComponent("OperatorButton"),l=resolveComponent("LoginButton");return openBlock(),createElementBlock("header",null,[createBaseVNode("button",{onClick:t[0]||(t[0]=(...c)=>a.showSidePanel&&a.showSidePanel(...c)),class:"nav-button"},t[3]||(t[3]=[createBaseVNode("i",{class:"pi pi-bars"},null,-1)])),createBaseVNode("a",_hoisted_1$Z,[createBaseVNode("img",{onClick:t[1]||(t[1]=(...c)=>a.goToHome&&a.goToHome(...c)),class:"logo",src:"./img/u+-logo.svg",alt:"U+"})]),(e.isAuthenticated||e.settings.kmhelp.username!=="")&&e.settings.kmhelp.url!==""?(openBlock(),createElementBlock("a",{key:0,class:"kmhelp",onClick:t[2]||(t[2]=(...c)=>a.showKMHelp&&a.showKMHelp(...c))},toDisplayString$1(e.$t("message.kmhelp")),1)):createCommentVNode("",!0),e.isAuthenticated?(openBlock(),createBlock(r,{key:1})):e.phonePageName===""||e.phonePageName==="index.html"?(openBlock(),createBlock(l,{key:2})):createCommentVNode("",!0)])}const Header$2=_export_sfc(_sfc_main$13,[["render",_sfc_render$11]]),_sfc_main$12={data(){return{...mainconfig,errorloading:!1,loading:!0,data:[]}},methods:{showOfferPage(){mainconfig.phonePageName="offer";const e=mainconfig.isAuthenticated?{userId:mainconfig.userId}:{};window.history.pushState(e,"","offer.html"),mainconfig.offerIndex=0,setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)},showOffer(e){mainconfig.phonePageName="offer",mainconfig.offerURL=e.url,mainconfig.previousPage=e.name,e.useURL=!0,this.settings.pega_marketing.phonePage.clickaction==="BuiltIn"&&(mainconfig.offerURL="/Basic",e.useURL=!1),mainconfig.CDHContainer=e,mainconfig.settings.pega_marketing.useCaptureByChannel===!0&&captureResponse(this,e,"Clicked")}},mounted(){if(this.settings.pega_marketing.Host!==""&&this.settings.pega_marketing.phonePage.placement!==""&&this.settings.pega_marketing.phonePage.containerName!==""){const e=this;let t="";this.userId!==-1&&this.settings.users[this.userId].customerID&&(t=this.settings.users[this.userId].customerID),setTimeout(()=>{initNBAM(e,"phonePage",t,this.previousPage,"index.html")},200)}},updated(){if(window.IntersectionObserver&&mainconfig.settings.pega_marketing.useCaptureByChannel===!0){const e=new IntersectionObserver(t=>{t.forEach(n=>{if(n.isIntersecting){const o=n.target.getAttribute("data-offer-index");captureResponse(this,this.data[o],"Impression"),e.unobserve(n.target)}})},{threshold:1});document.querySelectorAll(".offer-container").forEach(t=>{e.observe(t)})}}},_hoisted_1$Y={key:0,class:"flex home-promo secondary-card"},_hoisted_2$Q={class:"details"},_hoisted_3$F={key:1,class:"flex home-promo secondary-card loading-container",style:{"min-height":"300px"}},_hoisted_4$A={key:2,class:"width-100-pct"},_hoisted_5$z=["data-offer-index"],_hoisted_6$v=["src","alt"],_hoisted_7$t={class:"details"},_hoisted_8$m=["href","title"],_hoisted_9$m=["href","title"],_hoisted_10$k=["onClick","title"];function _sfc_render$10(e,t,n,o,s,a){return e.settings.pega_marketing.Host===""||e.settings.pega_marketing.phonePage.placement===""||e.settings.pega_marketing.phonePage.containerName===""||s.loading&&!e.settings.pega_marketing.showLoadingIndicator||s.errorloading?(openBlock(),createElementBlock("div",_hoisted_1$Y,[createBaseVNode("div",{class:"image",style:normalizeStyle({backgroundImage:"url(./img/"+e.app.phone.home_page.promo.image+")"})},null,4),createBaseVNode("div",_hoisted_2$Q,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.phone_home_page_promo_message")),1),createBaseVNode("a",{onClick:t[0]||(t[0]=(...r)=>a.showOfferPage&&a.showOfferPage(...r))},toDisplayString$1(e.$t("message.phone_home_page_promo_action")),1)])])):e.settings.pega_marketing.Host!==""&&s.loading&&e.settings.pega_marketing.showLoadingIndicator?(openBlock(),createElementBlock("div",_hoisted_3$F,t[1]||(t[1]=[createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1)]))):(openBlock(),createElementBlock("div",_hoisted_4$A,[(openBlock(!0),createElementBlock(Fragment,null,renderList(s.data,(r,l)=>(openBlock(),createElementBlock("div",{class:"flex home-promo secondary-card",key:r.title},[createBaseVNode("div",{class:"offer-container","data-offer-index":l},[createBaseVNode("img",{class:"offer-img",src:r.img,alt:r.title},null,8,_hoisted_6$v),createBaseVNode("div",_hoisted_7$t,[createBaseVNode("h4",null,toDisplayString$1(r.title),1),createBaseVNode("p",null,toDisplayString$1(r.message),1),e.settings.pega_marketing.phonePage.clickaction==="TopURL"&&r.url!==""?(openBlock(),createElementBlock("a",{key:0,href:r.url,title:e.$t("message."+r.link)},toDisplayString$1(e.$t("message."+r.link)),9,_hoisted_8$m)):e.settings.pega_marketing.phonePage.clickaction==="Popup"&&r.url!==""?(openBlock(),createElementBlock("a",{key:1,href:r.url,target:"_blank",title:e.$t("message."+r.link)},toDisplayString$1(e.$t("message."+r.link)),9,_hoisted_9$m)):(openBlock(),createElementBlock("button",{key:2,class:"simple",onClick:c=>a.showOffer(r),title:e.$t("message."+r.link)},toDisplayString$1(e.$t("message."+r.link)),9,_hoisted_10$k))])],8,_hoisted_5$z)]))),128))]))}const Offer$1=_export_sfc(_sfc_main$12,[["render",_sfc_render$10]]),_sfc_main$11={data(){return{...mainconfig,currentLocale:i18n.global.locale}},methods:{changeLanguage(){const e=this.settings.i18n.languages.length-1;for(let t=0;t<=e;t++)if(i18n.global.locale===this.settings.i18n.languages[t]){t===e?this.currentLocale=this.settings.i18n.languages[0]:this.currentLocale=this.settings.i18n.languages[t+1],i18n.global.locale=this.currentLocale,mainconfig.currentLocale=this.currentLocale;break}}}},_hoisted_1$X=["title"];function _sfc_render$$(e,t,n,o,s,a){return openBlock(),createElementBlock("button",{onClick:t[0]||(t[0]=(...r)=>a.changeLanguage&&a.changeLanguage(...r)),title:e.$t("message.change_language"),class:"simple"},toDisplayString$1(e.$t("message.lang_"+s.currentLocale)),9,_hoisted_1$X)}const LangSwitch=_export_sfc(_sfc_main$11,[["render",_sfc_render$$]]),_sfc_main$10={data(){return mainconfig},components:{LangSwitch},methods:{gotoSettingsPage(e){sendClickStreamEvent(mainconfig,"PageView","Settings",window.loadPage),window.loadPage=new Date,mainconfig.currentPage="settings.html",this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),window.history.pushState({},"","settings.html"),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0),e.preventDefault()}}},_hoisted_1$W={class:"wrap flex"},_hoisted_2$P={class:"flex"},_hoisted_3$E={key:0},_hoisted_4$z={key:1},_hoisted_5$y={class:"flex-align-r copyright"};function _sfc_render$_(e,t,n,o,s,a){const r=resolveComponent("LangSwitch");return openBlock(),createElementBlock("footer",{class:normalizeClass(e.isMobilePhone?"background-brand":"")},[createBaseVNode("div",_hoisted_1$W,[createBaseVNode("nav",null,[createBaseVNode("div",_hoisted_2$P,[createBaseVNode("a",null,toDisplayString$1(e.$t("message.aboutus")),1),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("a",_hoisted_3$E,toDisplayString$1(e.$t("message.reviews")),1)),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("a",_hoisted_4$z,toDisplayString$1(e.$t("message.privacy")),1)),createBaseVNode("a",{onClick:t[0]||(t[0]=(...l)=>a.gotoSettingsPage&&a.gotoSettingsPage(...l)),href:"./settings.html"},toDisplayString$1(e.$t("message.settings")),1)])]),e.settings.i18n.showLangSwitch?(openBlock(),createBlock(r,{key:0})):createCommentVNode("",!0),createBaseVNode("p",_hoisted_5$y,toDisplayString$1("© "+new Date().getFullYear()+" "+e.$t("message.copyright")),1)])],2)}const Footer=_export_sfc(_sfc_main$10,[["render",_sfc_render$_]]),_sfc_main$$={data(){return mainconfig},methods:{showPage(e){mainconfig.phonePageName=e,e==="heroaction"&&(mainconfig.homeHeroAction=1),mainconfig.isAuthenticated?window.history.pushState({userId:mainconfig.userId},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName):window.history.pushState({},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)}},components:{Offer:Offer$1,MainFooter:Footer}},_hoisted_1$V={class:"home flex flex-col"},_hoisted_2$O={class:"hero background-brand"},_hoisted_3$D={class:"main-actions primary-card"},_hoisted_4$y=["onClick"];function _sfc_render$Z(e,t,n,o,s,a){const r=resolveComponent("Offer"),l=resolveComponent("MainFooter");return openBlock(),createElementBlock("main",_hoisted_1$V,[createBaseVNode("div",_hoisted_2$O,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message."+e.app.phone.home_page.title)),1)]),createBaseVNode("div",_hoisted_3$D,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.phone.home_page.actions,(c,d)=>(openBlock(),createElementBlock("button",{onClick:u=>a.showPage(c.page),class:"simple",key:d},[createBaseVNode("i",{class:normalizeClass("pi color-brand "+c.icon)},null,2),createTextVNode(" "+toDisplayString$1(e.$t("message."+c.title)),1)],8,_hoisted_4$y))),128))]),createVNode(r),createVNode(l)])}const HomePage=_export_sfc(_sfc_main$$,[["render",_sfc_render$Z]]),_sfc_main$_={props:{offer:{required:!0,type:Object}}},_hoisted_1$U={class:"ai-overlay"};function _sfc_render$Y(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$U,[createBaseVNode("ul",null,[createBaseVNode("li",null,[t[0]||(t[0]=createBaseVNode("label",null,"Real-time container",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.container),1)]),createBaseVNode("li",null,[t[1]||(t[1]=createBaseVNode("label",null,"Customer ID",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.customerID),1)]),createBaseVNode("li",null,[t[2]||(t[2]=createBaseVNode("label",null,"Interaction ID",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.interactionID),1)]),createBaseVNode("li",null,[t[3]||(t[3]=createBaseVNode("label",null,"Action",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.identifier),1)]),createBaseVNode("li",null,[t[4]||(t[4]=createBaseVNode("label",null,"Treatment",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.treatment),1)]),createBaseVNode("li",null,[t[5]||(t[5]=createBaseVNode("label",null,"Category",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.category),1)]),createBaseVNode("li",null,[t[6]||(t[6]=createBaseVNode("label",null,"Propensity",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.propensity&&e.$n(n.offer.propensity,"score")),1)]),createBaseVNode("li",null,[t[7]||(t[7]=createBaseVNode("label",null,"Priority (P*C*V*L)",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.priority&&e.$n(n.offer.priority,"score")),1)]),createBaseVNode("li",null,[t[8]||(t[8]=createBaseVNode("label",null,"Rank",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.rank),1)]),createBaseVNode("li",null,[t[9]||(t[9]=createBaseVNode("label",null,"Placement type",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.placement),1)])]),t[10]||(t[10]=createBaseVNode("div",{class:"footer-img"},null,-1))])}const AIOverlay=_export_sfc(_sfc_main$_,[["render",_sfc_render$Y]]),_sfc_main$Z={props:["offerType"],data(){return{...mainconfig,errorloading:!1,loading:!0,action:"",data:[],hero_offer:{url:""},currentOffer:-1}},mounted(){this.offerType&&(this.currentOffer===-1||this.currentOffer!==this.offerType)&&(this.currentOffer=this.offerType,this.loadOffer())},updated(){if(this.offerType&&(this.currentOffer===-1||this.currentOffer!==this.offerType)&&(this.currentOffer=this.offerType,this.loadOffer()),window.IntersectionObserver&&mainconfig.settings.pega_marketing.useCaptureByChannel===!0){const e=new IntersectionObserver(t=>{t.forEach(n=>{if(n.isIntersecting){let o=n.target.getAttribute("data-offer-index");o!==null?(captureResponse(this,this.data[o],"Impression"),e.unobserve(n.target)):(o=n.target.getAttribute("data-hero-offer"),o!==null&&(captureResponse(this,this.hero_offer,"Impression"),e.unobserve(n.target)))}})},{threshold:1});document.querySelectorAll(".offer-card").forEach(t=>{e.observe(t)}),document.querySelectorAll(".hero-offer").forEach(t=>{e.observe(t)})}},methods:{loadOffer(){if(this.settings.pega_marketing.Host!==""){this.data=[],this.hero_offer={url:"",link:"Apply Now"},this.action=this.$props&&this.$props.offerType>0?this.settings.pega_marketing.extraOfferPages[this.$props.offerType-1].clickaction:this.settings.pega_marketing.offerPage.clickaction;const e=this;let t="";this.userId!==-1&&this.settings.users[this.userId].customerID&&(t=this.settings.users[this.userId].customerID),setTimeout(()=>{e.loading=!0,e.errorloading=!1,initNBAM(e,`${this.$props&&this.$props.offerType>0?`extraOfferPages${this.$props.offerType}`:"offerPage"}`,t,mainconfig.previousPage,mainconfig.currentPage)},200)}},showOffer(e){mainconfig.isMobilePhone&&(mainconfig.phonePageName="offer"),mainconfig.offerURL=e.url,mainconfig.previousPage=e.name,e.useURL=!0,this.action==="BuiltIn"&&(mainconfig.offerURL="/Basic",e.useURL=!1),mainconfig.CDHContainer=e,mainconfig.settings.pega_marketing.useCaptureByChannel===!0&&captureResponse(this,e,"Clicked")},toggleAIOverlay(e){e.showAIoverlay=!e.showAIoverlay},applyOfferAction(){this.settings.pega_marketing.Host===""?(mainconfig.offerAction=1,mainconfig.isMobilePhone&&(mainconfig.phonePageName="offer"),mainconfig.offerURL=this.hero_offer.url,mainconfig.previousPage=this.hero_offer.name):(this.hero_offer.url===""&&this.action==="Mashup"?mainconfig.offerAction=1:(mainconfig.isMobilePhone&&(mainconfig.phonePageName="offer"),mainconfig.offerURL=this.hero_offer.url,mainconfig.previousPage=this.hero_offer.name),this.hero_offer.useURL=!0,this.action==="BuiltIn"&&(mainconfig.offerURL="/Basic",this.hero_offer.useURL=!1),mainconfig.CDHContainer=this.hero_offer,mainconfig.settings.pega_marketing.useCaptureByChannel===!0&&captureResponse(this,this.hero_offer,"Clicked"))}},components:{AIOverlay}},_hoisted_1$T={class:"wrap"},_hoisted_2$N={class:"primary-card flex flex-nowrap"},_hoisted_3$C=["src"],_hoisted_4$x={class:"flex flex-col"},_hoisted_5$x={class:"wrap options"},_hoisted_6$u={class:"details"},_hoisted_7$s=["src"],_hoisted_8$l={class:"wrap options",style:{"min-height":"300px"}},_hoisted_9$l={key:0,class:"wrap"},_hoisted_10$j={class:"primary-card flex flex-nowrap hero-offer","data-hero-offer":1},_hoisted_11$j=["src","alt"],_hoisted_12$i={class:"flex flex-col"},_hoisted_13$i=["href","title"],_hoisted_14$i=["href","title"],_hoisted_15$i={class:"wrap options"},_hoisted_16$i=["data-offer-index"],_hoisted_17$h=["onClick"],_hoisted_18$h=["src","alt"],_hoisted_19$h=["href","title"],_hoisted_20$h=["href","title"],_hoisted_21$h=["onClick"];function _sfc_render$X(e,t,n,o,s,a){const r=resolveComponent("AIOverlay");return e.settings.pega_marketing.Host===""||e.settings.pega_marketing.offerPage.placement===""||e.settings.pega_marketing.offerPage.containerName===""||s.loading&&!e.settings.pega_marketing.showLoadingIndicator||s.errorloading?(openBlock(),createElementBlock(Fragment,{key:0},[createBaseVNode("div",_hoisted_1$T,[createBaseVNode("div",_hoisted_2$N,[createBaseVNode("img",{class:"hero-offer-img",src:"./img/"+e.app.offer[n.offerType].hero_offer.image},null,8,_hoisted_3$C),createBaseVNode("div",_hoisted_4$x,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.offer[n.offerType].hero_offer.title}`)),1),createBaseVNode("p",null,toDisplayString$1(e.$t(`message.${e.app.offer[n.offerType].hero_offer.message}`)),1),createBaseVNode("button",{onClick:t[0]||(t[0]=(...l)=>a.applyOfferAction&&a.applyOfferAction(...l)),class:"strong margin-t-auto"},toDisplayString$1(e.$t(`message.${e.app.offer[n.offerType].hero_offer.button_label}`)),1)])])]),createBaseVNode("div",_hoisted_5$x,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.offer[n.offerType].main_offers,(l,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option"},[createBaseVNode("div",_hoisted_6$u,[createBaseVNode("img",{class:"option",src:"./img/"+l.image},null,8,_hoisted_7$s),createBaseVNode("h3",null,toDisplayString$1(e.$t(`message.${l.title}`)),1),createBaseVNode("p",null,toDisplayString$1(e.$t(`message.${l.message}`)),1),createBaseVNode("a",{onClick:t[1]||(t[1]=(...d)=>a.applyOfferAction&&a.applyOfferAction(...d)),class:"strong"},toDisplayString$1(e.$t(`message.${l.button_label}`)),1)])]))),128))])],64)):e.settings.pega_marketing.Host!==""&&s.loading&&e.settings.pega_marketing.showLoadingIndicator?(openBlock(),createElementBlock(Fragment,{key:1},[t[4]||(t[4]=createStaticVNode('
',1)),createBaseVNode("div",_hoisted_8$l,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.offer[n.offerType].main_offers,(l,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option loading-container"},t[3]||(t[3]=[createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1)])))),128))])],64)):(openBlock(),createElementBlock(Fragment,{key:2},[s.hero_offer.url!==""&&s.hero_offer.img!==""?(openBlock(),createElementBlock("div",_hoisted_9$l,[createBaseVNode("div",_hoisted_10$j,[createBaseVNode("img",{class:"hero-offer-img",src:s.hero_offer.img,alt:s.hero_offer.title},null,8,_hoisted_11$j),createBaseVNode("div",_hoisted_12$i,[createBaseVNode("h2",null,toDisplayString$1(s.hero_offer.title),1),createBaseVNode("p",null,toDisplayString$1(s.hero_offer.message),1),s.action==="TopURL"&&s.hero_offer.url!=""?(openBlock(),createElementBlock("a",{key:0,href:s.hero_offer.url,title:s.hero_offer.link},toDisplayString$1(s.hero_offer.link),9,_hoisted_13$i)):s.action==="Popup"&&s.hero_offer.url!=""?(openBlock(),createElementBlock("a",{key:1,href:s.hero_offer.url,target:"_blank",title:s.hero_offer.link},toDisplayString$1(s.hero_offer.link),9,_hoisted_14$i)):(openBlock(),createElementBlock("button",{key:2,class:"strong margin-t-auto",onClick:t[2]||(t[2]=(...l)=>a.applyOfferAction&&a.applyOfferAction(...l))},toDisplayString$1(s.hero_offer.link),1))])])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_15$i,[(openBlock(!0),createElementBlock(Fragment,null,renderList(s.data,(l,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option"},[createBaseVNode("div",{class:"offer-card details","data-offer-index":c},[e.settings.pega_marketing.showAIOverlay?(openBlock(),createElementBlock("button",{key:0,class:"pi pi-polaris-solid ai-toggle",onClick:d=>a.toggleAIOverlay(l),title:"toggle AI"},null,8,_hoisted_17$h)):createCommentVNode("",!0),createBaseVNode("img",{class:"option",src:l.img,alt:l.title},null,8,_hoisted_18$h),createBaseVNode("h3",null,toDisplayString$1(e.$t(l.title)),1),createBaseVNode("p",null,toDisplayString$1(e.$t(l.message)),1),s.action==="TopURL"&&l.url!=""?(openBlock(),createElementBlock("a",{key:1,href:l.url,title:e.$t("message."+l.link)},toDisplayString$1(e.$t("message."+l.link)),9,_hoisted_19$h)):s.action==="Popup"&&l.url!=""?(openBlock(),createElementBlock("a",{key:2,href:l.url,target:"_blank",title:e.$t("message."+l.link)},toDisplayString$1(e.$t("message."+l.link)),9,_hoisted_20$h)):(openBlock(),createElementBlock("button",{key:3,class:"simple",onClick:d=>a.showOffer(l)},toDisplayString$1(e.$t("message."+l.link)),9,_hoisted_21$h)),e.settings.pega_marketing.showAIOverlay?(openBlock(),createBlock(r,{key:4,offer:l,class:normalizeClass(l.showAIoverlay?"show":"")},null,8,["offer","class"])):createCommentVNode("",!0)],8,_hoisted_16$i)]))),128))])],64))}const MainOffer=_export_sfc(_sfc_main$Z,[["render",_sfc_render$X]]),_sfc_main$Y={data(){return{...mainconfig,isprocessed:!1}},components:{MainOffer},methods:{processOffer(e){captureResponse(this,this.CDHContainer,e),this.isprocessed=!0},closeOffer(){top.postMessage("pegaMashupNavigateBack",location.origin)}}},_hoisted_1$S={key:0,class:"home flex flex-col full-height"},_hoisted_2$M=["src"],_hoisted_3$B={key:1,class:"home flex flex-col full-height"},_hoisted_4$w={key:0,class:"flex flex-col"},_hoisted_5$w={class:"main-offer builtin-offer primary-card flex flex-nowrap"},_hoisted_6$t=["src","alt"],_hoisted_7$r={class:"details"},_hoisted_8$k={key:0},_hoisted_9$k={key:1},_hoisted_10$i={class:"button-row padding-t-2x"},_hoisted_11$i={key:1,class:"flex flex-col"},_hoisted_12$h={class:"primary-card builtin-offer flex flex-nowrap"},_hoisted_13$h=["src","alt"],_hoisted_14$h={class:"details"},_hoisted_15$h={key:0},_hoisted_16$h={key:1},_hoisted_17$g={key:0},_hoisted_18$g={key:1},_hoisted_19$g={class:"button-row padding-t-2x"},_hoisted_20$g={key:2,class:"flex flex-col",style:{width:"100%"}},_hoisted_21$g={class:"primary-card flex-mid-align flex flex-col"},_hoisted_22$f={class:"success-text"};function _sfc_render$W(e,t,n,o,s,a){const r=resolveComponent("MainOffer");return typeof e.CDHContainer.title>"u"?(openBlock(),createElementBlock("main",_hoisted_1$S,[e.offerURL!==""?(openBlock(),createElementBlock("iframe",{key:0,src:e.offerURL,style:{overflow:"hidden"},width:"100%",height:"100%",border:"0",frameborder:"0"},null,8,_hoisted_2$M)):(openBlock(),createBlock(r,{key:1,offerType:e.offerIndex},null,8,["offerType"]))])):(openBlock(),createElementBlock("main",_hoisted_3$B,[!s.isprocessed&&e.offerURL.indexOf("/Basic")===0?(openBlock(),createElementBlock("section",_hoisted_4$w,[createBaseVNode("h1",null,toDisplayString$1(e.CDHContainer.title),1),createBaseVNode("div",_hoisted_5$w,[createBaseVNode("img",{class:"offer-img",src:e.CDHContainer.img,alt:e.CDHContainer.title},null,8,_hoisted_6$t),createBaseVNode("div",_hoisted_7$r,[typeof e.CDHContainer.message<"u"?(openBlock(),createElementBlock("div",_hoisted_8$k,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_description")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.message),1)])):createCommentVNode("",!0),typeof e.CDHContainer.benefits<"u"?(openBlock(),createElementBlock("div",_hoisted_9$k,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_benefits")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.benefits),1)])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_10$i,[createBaseVNode("button",{onClick:t[0]||(t[0]=l=>a.processOffer("Rejected")),class:"tertiary"},toDisplayString$1(e.$t("message.offer_builtin_button_rejected")),1),createBaseVNode("button",{onClick:t[1]||(t[1]=l=>a.processOffer("Accepted")),class:"strong"},toDisplayString$1(e.$t("message.offer_builtin_button_accepted")),1)])])])])):createCommentVNode("",!0),!s.isprocessed&&e.offerURL.indexOf("/Detailed")===0?(openBlock(),createElementBlock("section",_hoisted_11$i,[createBaseVNode("h1",null,toDisplayString$1(e.CDHContainer.title),1),createBaseVNode("div",_hoisted_12$h,[createBaseVNode("img",{class:"offer-img",src:e.CDHContainer.img,alt:e.CDHContainer.title},null,8,_hoisted_13$h),createBaseVNode("div",_hoisted_14$h,[typeof e.CDHContainer.message<"u"?(openBlock(),createElementBlock("div",_hoisted_15$h,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_description")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.message),1)])):createCommentVNode("",!0),typeof e.CDHContainer.benefits<"u"?(openBlock(),createElementBlock("div",_hoisted_16$h,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_benefits")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.benefits),1)])):createCommentVNode("",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.CDHContainer.attributes,(l,c)=>(openBlock(),createElementBlock("div",{key:c},[typeof e.CDHContainer[l]<"u"&&e.CDHContainer[l]!==""?(openBlock(),createElementBlock("label",_hoisted_17$g,toDisplayString$1(e.$t(`message.offer_builtin_${l}`)===`message.offer_builtin_${l}`?l:e.$t(`message.offer_builtin_${l}`)),1)):createCommentVNode("",!0),typeof e.CDHContainer[l]<"u"&&e.CDHContainer[l]!==""?(openBlock(),createElementBlock("p",_hoisted_18$g,toDisplayString$1(e.CDHContainer[l]),1)):createCommentVNode("",!0)]))),128)),createBaseVNode("div",_hoisted_19$g,[createBaseVNode("button",{onClick:t[2]||(t[2]=l=>a.processOffer("Rejected")),class:"tertiary"},toDisplayString$1(e.$t("message.offer_builtin_button_rejected")),1),createBaseVNode("button",{onClick:t[3]||(t[3]=l=>a.processOffer("Accepted")),class:"strong"},toDisplayString$1(e.$t("message.offer_builtin_button_accepted")),1)])])])])):(openBlock(),createElementBlock("section",_hoisted_20$g,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message.offer_builtin_response_heading")),1),createBaseVNode("div",_hoisted_21$g,[t[5]||(t[5]=createBaseVNode("i",{class:"product-icon pi pi-check"},null,-1)),createBaseVNode("p",_hoisted_22$f,toDisplayString$1(e.$t("message.offer_builtin_thankyou")),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message.offer_builtin_response")),1),createBaseVNode("div",null,[createBaseVNode("button",{onClick:t[4]||(t[4]=l=>a.closeOffer()),class:"strong"},toDisplayString$1(e.$t("message.offer_builtin_button_close")),1)])])]))]))}const OfferPage$1=_export_sfc(_sfc_main$Y,[["render",_sfc_render$W]]),_sfc_main$X={props:{previousPhonePage:{required:!0}},data(){return mainconfig},methods:{goBack(){mainconfig.phonePageName=this.previousPhonePage,mainconfig.homeHeroAction=-1,mainconfig.quickLinkId=-1,mainconfig.isAuthenticated?window.history.pushState({userId:mainconfig.userId},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName):window.history.pushState({},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName)}}},_hoisted_1$R={class:"flex top-nav"},_hoisted_2$L={class:"flex-align-r"};function _sfc_render$V(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$R,[createBaseVNode("button",{onClick:t[0]||(t[0]=(...r)=>a.goBack&&a.goBack(...r)),class:"simple"},t[1]||(t[1]=[createBaseVNode("i",{class:"pi pi-caret-left"},null,-1)])),createBaseVNode("div",_hoisted_2$L,[renderSlot(e.$slots,"default")])])}const TopNav=_export_sfc(_sfc_main$X,[["render",_sfc_render$V]]),_sfc_main$W={data(){let e="",t="";for(const n in mainconfig.settings.users)if(mainconfig.settings.users[n].load_by_default){e=mainconfig.settings.users[n].username,t=mainconfig.settings.users[n].password;break}return{...mainconfig,hasErrorMsg:!1,username:e,password:t,otp_enabled:mainconfig.settings.general.auth_2fa.enabled,isOTPInvalid:!1,OTPRequestFailed:!1,isOTP:!1,userID:-1,otp:"",otpRefId:""}},components:{TopNav},methods:{signIn(){mainconfig.userId=-1,this.userID=-1;for(const e in this.settings.users)if(this.settings.users[e].username===this.username&&this.settings.users[e].password===this.password){this.userID=e;break}if(this.userID===-1){this.hasErrorMsg=!0;return}if(this.otp_enabled){this.isOTP=!0,this.sendOTPRequest(this.settings.users[this.userID].otp_send_to);return}this.confirmLogin()},confirmLogin(){mainconfig.isAuthenticated=!0,mainconfig.userId=this.userID,updatePegaChat(this.settings.users[this.userID]),window.history&&(mainconfig.isAuthenticated?window.history.pushState({userId:mainconfig.userId},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName):window.history.pushState({},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName)),mergeAccount(mainconfig),sendClickStreamEvent(mainconfig,"Login","Account",window.loadPage),sendClickStreamEvent(mainconfig,"PageView","Account",window.loadPage),window.loadPage=new Date,document.dispatchEvent(new Event("confirmLogin"))},async sendOTPRequest(e){const t=setAuth(this.settings.users[this.userID].pega_userid,this.settings.users[this.userID].pega_pwd);await requestOTP(this.settings.general.auth_2fa,t,e).then(n=>{n.isSuccess?(this.isOTP=!0,this.otpRefId=n.referenceID,this.OTPRequestFailed=!1):this.OTPRequestFailed=!0})},async signInOtp(){const e=setAuth(this.settings.users[this.userID].pega_userid,this.settings.users[this.userID].pega_pwd);await validateOTP(this.settings.general.auth_2fa,this.otpRefId,this.otp,e).then(t=>{t?this.confirmLogin():this.isOTPInvalid=!0})}}},_hoisted_1$Q={class:"flex flex-col"},_hoisted_2$K={class:"layout-stacked primary-card"},_hoisted_3$A={class:"small"},_hoisted_4$v={key:0,class:"field-item"},_hoisted_5$v=["placeholder"],_hoisted_6$s={for:"username"},_hoisted_7$q={key:1,class:"field-item"},_hoisted_8$j=["placeholder"],_hoisted_9$j={for:"password"},_hoisted_10$h={key:2,class:"flex flex-col"},_hoisted_11$h={for:"otp"},_hoisted_12$g={key:3,class:"flex flex-col padding-t-2x"},_hoisted_13$g={key:4,class:"error"},_hoisted_14$g={key:5,class:"error"},_hoisted_15$g={key:6,class:"error"},_hoisted_16$g={class:"bottom-banner"};function _sfc_render$U(e,t,n,o,s,a){const r=resolveComponent("TopNav");return openBlock(),createElementBlock("main",_hoisted_1$Q,[createVNode(r,{previousPhonePage:""},{default:withCtx(()=>[s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("button",{key:0,onClick:t[0]||(t[0]=(...l)=>a.signIn&&a.signIn(...l)),class:"strong sign-in"},toDisplayString$1(e.$t("message.signin")),1))]),_:1}),createBaseVNode("div",_hoisted_2$K,[createBaseVNode("h1",_hoisted_3$A,toDisplayString$1(e.$t("message.phone_login_title")),1),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_4$v,[withDirectives(createBaseVNode("input",{id:"username",type:"text","onUpdate:modelValue":t[1]||(t[1]=l=>s.username=l),placeholder:e.$t("message.username")},null,8,_hoisted_5$v),[[vModelText,s.username]]),createBaseVNode("label",_hoisted_6$s,toDisplayString$1(e.$t("message.username")),1)])),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_7$q,[withDirectives(createBaseVNode("input",{id:"password",type:"password","onUpdate:modelValue":t[2]||(t[2]=l=>s.password=l),placeholder:e.$t("message.password")},null,8,_hoisted_8$j),[[vModelText,s.password]]),createBaseVNode("label",_hoisted_9$j,toDisplayString$1(e.$t("message.password")),1)])),s.isOTP?(openBlock(),createElementBlock("div",_hoisted_10$h,[createBaseVNode("label",_hoisted_11$h,toDisplayString$1(e.$t("message.otp")),1),withDirectives(createBaseVNode("input",{id:"otp",type:"text",name:"otp","onUpdate:modelValue":t[3]||(t[3]=l=>s.otp=l)},null,512),[[vModelText,s.otp]])])):createCommentVNode("",!0),s.isOTP?(openBlock(),createElementBlock("div",_hoisted_12$g,[createBaseVNode("button",{onClick:t[4]||(t[4]=(...l)=>a.signInOtp&&a.signInOtp(...l)),class:"strong centered sign-in"},toDisplayString$1(e.$t("message.signin")),1)])):createCommentVNode("",!0),s.hasErrorMsg?(openBlock(),createElementBlock("span",_hoisted_13$g,toDisplayString$1(e.$t("message.invalidLogin")),1)):createCommentVNode("",!0),s.isOTPInvalid?(openBlock(),createElementBlock("span",_hoisted_14$g,toDisplayString$1(e.$t("message.invalidOTP")),1)):createCommentVNode("",!0),s.OTPRequestFailed?(openBlock(),createElementBlock("span",_hoisted_15$g,toDisplayString$1(e.$t("message.requestOTPFailed")),1)):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_16$g,[createBaseVNode("a",null,[t[5]||(t[5]=createBaseVNode("i",{class:"pi pi-phone-out"},null,-1)),createTextVNode(" "+toDisplayString$1(e.$t("message.phone_login_speak_agent")),1)])])])}const LoginPage=_export_sfc(_sfc_main$W,[["render",_sfc_render$U]]),_sfc_main$V={data(){return mainconfig},components:{TopNav},computed:{visibleQuickLinks(){return this.settings.quicklinks.filter((e,t)=>{e.originalIndex=t;const n=this.settings.quicklinks[t].hideusers?this.settings.quicklinks[t].hideusers.split(",").includes(this.settings.users[mainconfig.userId].username):!0;return e.hide!==!0&&n})}},methods:{selectLink(e){this.quickLinkId=e,window.history&&(window.history.pushState({userId:mainconfig.userId,quickLinkId:mainconfig.quickLinkId},"",`quicklink${e}`),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0))}}},_hoisted_1$P={class:"flex flex-col"},_hoisted_2$J={class:"flex flex-col secondary-card"},_hoisted_3$z={class:"small"},_hoisted_4$u={class:"quick-links"},_hoisted_5$u=["onClick"];function _sfc_render$T(e,t,n,o,s,a){const r=resolveComponent("TopNav");return openBlock(),createElementBlock("main",_hoisted_1$P,[createVNode(r,{previousPhonePage:""}),createBaseVNode("div",_hoisted_2$J,[createBaseVNode("h1",_hoisted_3$z,toDisplayString$1(e.$t("message.phone_quick_links_title")),1),createBaseVNode("div",_hoisted_4$u,[(openBlock(!0),createElementBlock(Fragment,null,renderList(a.visibleQuickLinks,(l,c)=>(openBlock(),createElementBlock("button",{onClick:d=>a.selectLink(l.originalIndex),class:"simple",key:c},[createBaseVNode("i",{class:normalizeClass("pi background-brand "+(l.icon==""?"pi-document-data":l.icon))},null,2),createTextVNode(" "+toDisplayString$1(l.title[e.currentLocale]),1)],8,_hoisted_5$u))),128))])])])}const QuickLinks$1=_export_sfc(_sfc_main$V,[["render",_sfc_render$T]]),_sfc_main$U={data(){return mainconfig},components:{TopNav},methods:{nextPage(){mainconfig.phonePageName="help"}}},_hoisted_1$O={class:"flex flex-col intro-quicklinks"},_hoisted_2$I={class:"bottom-banner"};function _sfc_render$S(e,t,n,o,s,a){const r=resolveComponent("TopNav");return openBlock(),createElementBlock("main",_hoisted_1$O,[createVNode(r,{previousPhonePage:""},{default:withCtx(()=>[createBaseVNode("button",{onClick:t[0]||(t[0]=(...l)=>a.nextPage&&a.nextPage(...l))},toDisplayString$1(e.$t("message.phone_quick_links_intro_action")),1)]),_:1}),createBaseVNode("h1",null,toDisplayString$1(e.$t("message.phone_quick_links_intro_title")),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message.phone_quick_links_intro_msg")),1),createBaseVNode("div",_hoisted_2$I,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.phone_quick_links_intro_banner_msg")),1),createBaseVNode("a",null,[t[1]||(t[1]=createBaseVNode("i",{class:"pi pi-ambulance"},null,-1)),createTextVNode(" "+toDisplayString$1(e.$t("message.phone_quick_links_intro_banner_action")),1)])])])}const IntroQuickLinks=_export_sfc(_sfc_main$U,[["render",_sfc_render$S]]),_sfc_main$T={props:{showActivity:Boolean},data(){return{...mainconfig,mashupid:`wss${Date.now()}`,mashupScript:"",isMashupInitialized:!1,serverUrl:"",actionName:"",actionNameParam:"",objClass:"",startCase:"",threadName:"",channelID:"",appName:"",actionParam:"",caseTitle:"",extraParam:"",tenantID:"",dataretained:!0}},created(){let e=!1;if(this.mashupScript=document.createElement("script"),this.quickLinkId!==-1)this.actionName=this.settings.quicklinks[this.quickLinkId].action,this.actionNameParam=this.settings.quicklinks[this.quickLinkId].actionparam,this.serverUrl=this.settings.quicklinks[this.quickLinkId].url,this.objClass=this.settings.quicklinks[this.quickLinkId].objclass,this.startCase=this.settings.quicklinks[this.quickLinkId].startcase,this.appName=this.settings.quicklinks[this.quickLinkId].application,this.channelID=this.settings.quicklinks[this.quickLinkId].channelid,this.tenantID=this.settings.quicklinks[this.quickLinkId].tenantid,this.dataretained=this.settings.quicklinks[this.quickLinkId].dataretained,this.extraParam=this.settings.quicklinks[this.quickLinkId].extraparam,this.caseTitle=this.settings.quicklinks[this.quickLinkId].title[this.currentLocale];else if(this.viewBill!==-1)this.actionName=this.settings.billpay.action,this.actionNameParam=this.settings.billpay.actionparam,this.serverUrl=this.settings.billpay.url,this.objClass=this.settings.billpay.objclass,this.startCase=this.settings.billpay.startcase,this.appName=this.settings.billpay.application,this.channelID=this.settings.billpay.channelid,this.tenantID=this.settings.billpay.tenantid,this.dataretained=this.settings.billpay.dataretained,this.extraParam=this.settings.billpay.extraparam;else if(this.viewBanner!==-1)this.actionName=this.settings.banner.action,this.actionNameParam=this.settings.banner.actionparam,this.serverUrl=this.settings.banner.url,this.objClass=this.settings.banner.objclass,this.startCase=this.settings.banner.startcase,this.appName=this.settings.banner.application,this.channelID=this.settings.banner.channelid,this.tenantID=this.settings.banner.tenantid,this.dataretained=this.settings.banner.dataretained,this.extraParam=this.settings.banner.extraparam;else if(this.homeHeroAction!==-1)this.actionName=this.settings.homeheroaction.action,this.actionNameParam=this.settings.homeheroaction.actionparam,this.serverUrl=this.settings.homeheroaction.url,this.objClass=this.settings.homeheroaction.objclass,this.startCase=this.settings.homeheroaction.startcase,this.appName=this.settings.homeheroaction.application,this.channelID=this.settings.homeheroaction.channelid,this.tenantID=this.settings.homeheroaction.tenantid,this.dataretained=this.settings.homeheroaction.dataretained,this.extraParam=this.settings.homeheroaction.extraparam;else if(this.offerAction!==-1){this.actionName=this.settings.offeraction.action,this.actionNameParam=this.settings.offeraction.actionparam,this.serverUrl=this.settings.offeraction.url,this.objClass=this.settings.offeraction.objclass,this.startCase=this.settings.offeraction.startcase,this.appName=this.settings.offeraction.application,this.channelID=this.settings.offeraction.channelid,this.tenantID=this.settings.offeraction.tenantid,this.dataretained=this.settings.offeraction.dataretained,this.extraParam=this.settings.offeraction.extraparam;const n={};window.location.search.substr(1).split("&").forEach(o=>{n[o.split("=")[0]]=o.split("=")[1]});for(const o in n)typeof n[o]<"u"&&n[o]!==""&&(this.extraParam+=`${(this.extraParam!==""?",":"")+o}=${n[o]}`)}else this.viewKMHelp!==-1?(this.actionName=this.settings.kmhelp.action,this.actionNameParam=this.settings.kmhelp.actionparam,this.serverUrl=this.settings.kmhelp.url,this.objClass=this.settings.kmhelp.objclass,this.startCase=this.settings.kmhelp.startcase,this.appName=this.settings.kmhelp.application,this.channelID=this.settings.kmhelp.channelid,this.tenantID=this.settings.kmhelp.tenantid,this.dataretained=this.settings.kmhelp.dataretained,this.extraParam=this.settings.kmhelp.extraparam,mainconfig.KMArticleID!==""&&(this.extraParam+=`${this.extraParam!==""?",":""}ArticleID=${mainconfig.KMArticleID},preActivityParams={"ArticleID":"${mainconfig.KMArticleID}"}`,mainconfig.KMArticleID="")):this.showActivity?(this.actionName=this.settings.activity.action,this.actionNameParam=this.settings.activity.actionparam,this.serverUrl=this.settings.activity.url,this.objClass=this.settings.activity.objclass,this.startCase=this.settings.activity.startcase,this.appName=this.settings.activity.application,this.channelID=this.settings.activity.channelid,this.tenantID=this.settings.activity.tenantid,this.dataretained=this.settings.activity.dataretained,this.extraParam=this.settings.activity.extraparam):(e=!0,this.actionName=this.settings.todo.action,this.actionNameParam=this.settings.todo.actionparam,this.serverUrl=this.settings.todo.url,this.objClass=this.settings.todo.objclass,this.startCase=this.settings.todo.startcase,this.appName=this.settings.todo.application,this.channelID=this.settings.todo.channelid,this.tenantID=this.settings.todo.tenantid,this.dataretained=this.settings.todo.dataretained,this.extraParam=this.settings.todo.extraparam,this.logoutURL.todo=`${this.settings.todo.url}?pyActivity=LogOff`);if(this.serverUrl==="")return;this.threadName=this.objClass.replace(/-/g,""),this.mashupScript.setAttribute("src",`${this.serverUrl}?pyActivity=pzIncludeMashupScripts&id=${this.mashupid}`);const t={};if(t.pzSkinName="ClaritySkin",this.app.industry==="comms"?t.pzSkinName="ClaritySkin_HoneyFlower":this.app.industry.indexOf("health")===0?t.pzSkinName="ClaritySkin_Keppel":this.app.industry==="gov"?t.pzSkinName="ClaritySkin_PictonBlue":this.app.industry==="retail_bank"||this.app.industry==="commercial_bank"?t.pzSkinName="ClaritySkin_Mantis":this.app.industry==="insurance"?t.pzSkinName="ClaritySkin_Flame":this.app.industry==="manufacturing"&&(t.pzSkinName="ClaritySkin_DeepCerise"),t.pyMashupSkeletonName="pyDefaultMashupSkeleton",this.userId!==-1?(t.UserIdentifier=this.settings.users[this.userId].pega_userid,t.Password=encodeURI(btoa(this.settings.users[this.userId].pega_pwd)),this.settings.users[this.userId].accountID&&(t.AccountNumber=this.settings.users[this.userId].accountID),this.settings.users[this.userId].customerID&&(t.customerID=this.settings.users[this.userId].customerID),this.settings.users[this.userId].contactID&&(t.ContactId=this.settings.users[this.userId].contactID)):this.viewKMHelp!==-1?(t.UserIdentifier=this.settings.kmhelp.username,t.Password=encodeURI(btoa(this.settings.kmhelp.password))):this.homeHeroAction!==-1?(t.UserIdentifier=this.settings.homeheroaction.pega_userid,t.Password=encodeURI(btoa(this.settings.homeheroaction.pega_pwd))):this.offerAction!==-1&&(t.UserIdentifier=this.settings.offeraction.pega_userid,t.Password=encodeURI(btoa(this.settings.offeraction.pega_pwd))),this.isDeepLink===!0){t.isDeepLink="true";for(const n in this.deepLinkExtraParam)t[n]=this.deepLinkExtraParam[n];mainconfig.isDeepLink=!1,mainconfig.deepLinkExtraParam={}}e&&(t.isMashupInContainer="true"),typeof this.extraParam<"u"&&this.extraParam!==""&&this.extraParam.split(",").forEach(n=>{const o=n.split("=");o.length===2&&(t[o[0].trim()]=o[1].trim())}),this.userId!==-1&&typeof this.settings.users[this.userId].extraparam<"u"&&this.settings.users[this.userId].extraparam!==""&&this.settings.users[this.userId].extraparam.split(",").forEach(n=>{const o=n.split("=");o.length===2&&(t[o[0].trim()]=o[1].trim())}),t.pySkipCookieConsent="true",this.actionParam=JSON.stringify(t),this.isMashupInitialized=!0,!(typeof pega<"u"&&typeof pega.Mashup<"u"&&typeof pega.Mashup.Communicator<"u")&&(this.mashupScript.onload=function(){pega.Mashup.Communicator.register(pega.Mashup.hostActionsProcessor),_initAllPegaObjects()},typeof pega>"u"&&(document.head.appendChild(this.mashupScript),window.pega={}))},mounted(){typeof pega<"u"&&typeof pega.Mashup<"u"&&typeof pega.Mashup.Communicator<"u"&&pega.web.mgr._initGadgets(window)}},_hoisted_1$N=["id","data-pega-gadgetname","data-pega-action","data-pega-action-param-classname","data-pega-action-param-flowname","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_2$H=["id","data-pega-gadgetname","data-pega-action","data-pega-action-param-harnessname","data-pega-action-param-classname","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_3$y=["id","data-pega-gadgetname","data-pega-action","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_4$t=["id","data-pega-gadgetname","data-pega-action","data-pega-action-param-key","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_5$t=["id","data-pega-gadgetname","data-pega-action","data-pega-action-param-key","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_6$r=["id","data-pega-gadgetname","data-pega-action","data-pega-action-param-workid","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_7$p=["id","data-pega-gadgetname","data-pega-action","data-pega-action-param-query","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_8$i={key:1,class:"flex flex-col height-100-pct"},_hoisted_9$i=["data-attr-title","data-attr-color"];function _sfc_render$R(e,t,n,o,s,a){return s.isMashupInitialized?(openBlock(),createElementBlock("section",{key:0,class:normalizeClass(["flex flex-col",e.viewKMHelp!==-1?"kmhelp":""])},[s.actionName=="createNewWork"?(openBlock(),createElementBlock("div",{key:0,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-action-param-classname":s.objClass,"data-pega-action-param-flowname":s.startCase,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_1$N)):s.actionName=="display"?(openBlock(),createElementBlock("div",{key:1,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-action-param-harnessname":s.actionNameParam,"data-pega-action-param-classname":s.objClass,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_2$H)):s.actionName=="getNextWork"?(openBlock(),createElementBlock("div",{key:2,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_3$y)):s.actionName=="openAssignment"?(openBlock(),createElementBlock("div",{key:3,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-action-param-key":s.actionNameParam,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_4$t)):s.actionName=="openWorkByHandle"?(openBlock(),createElementBlock("div",{key:4,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-action-param-key":s.actionNameParam,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_5$t)):s.actionName=="openWorkItem"?(openBlock(),createElementBlock("div",{key:5,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-action-param-workid":s.actionNameParam,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_6$r)):s.actionName=="openWorkByURL"?(openBlock(),createElementBlock("div",{key:6,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-action-param-query":s.actionNameParam,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_7$p)):createCommentVNode("",!0)],2)):(openBlock(),createElementBlock("section",_hoisted_8$i,[createBaseVNode("iframe",{class:normalizeClass(["pega",e.isMobilePhone?"phone":"desktop"]),"data-attr-title":s.caseTitle,"data-attr-color":e.settings.general.theming.override?e.settings.general.theming.interactiveColor:"",src:"form-embed.html",style:{overflow:"hidden",height:"600px"},width:"100%",height:"100%",border:"0",frameborder:"0"},null,10,_hoisted_9$i)]))}const PegaWebMashup=_export_sfc(_sfc_main$T,[["render",_sfc_render$R]]),setObjectFromRef=(e,t,n)=>{if(typeof t!="string")return;const o=t.split(".");let s=e;for(const a in o){let r=o[a];const l=r.indexOf("(");if(l===-1)a"u"&&(s[r]={}):s[r]=n,s=s[r];else{const c=r.substring(l+1,r.length-1);r=r.substring(0,l),typeof s[r]>"u"&&(s[r]=[]);for(let d=s[r].length;d`,c.appendChild(d);return}e.url.indexOf("/prweb/")!==0&&(e.url=e.url.substring(0,e.url.indexOf("/prweb")+6)),this.userId!==-1?(e.username=this.settings.users[this.userId].pega_userid,e.password=this.settings.users[this.userId].pega_pwd):this.homeHeroAction!==-1?(e.username=this.settings.homeheroaction.pega_userid,e.password=this.settings.homeheroaction.pega_pwd):this.offerAction!==-1&&(e.username=this.settings.offeraction.pega_userid,e.password=this.settings.offeraction.pega_pwd),this.settings.general.connection.type==="dxv2"&&(e.portalName=this.settings.general.connection.webportal),this.settings.general.connection.authtype==="oauth2password"&&(e.clientid=this.settings.general.connection.clientid,e.clientsecret=this.settings.general.connection.clientsecret),e.authentication=this.settings.general.connection.authtype;let l={};if(r.split(",").forEach(c=>{const d=c.split("=");d.length===2&&setObjectFromRef(l,d[0].trim(),d[1].trim())}),this.userId!==-1&&typeof this.settings.users[this.userId].extraparam<"u"&&this.settings.users[this.userId].extraparam!==""&&this.settings.users[this.userId].extraparam.split(",").forEach(c=>{const d=c.split("=");d.length===2&&setObjectFromRef(l,d[0].trim(),d[1].trim())}),Object.keys(l).length>0&&(e.initialContent=l),e.addEventListener("message",c=>{c.detail.type==="cancel"&&this.goHomePage()}),typeof litElementVersions>"u"){const c=document.createElement("script");c.setAttribute("src","../js/pega-mashup-webcomponent-light-all.js"),document.head.appendChild(c)}},methods:{goHomePage(){mainconfig.quickLinkId=-1,mainconfig.viewBill=-1,mainconfig.viewBanner=-1,mainconfig.homeHeroAction=-1,mainconfig.offerAction=-1,mainconfig.toDo=-1,mainconfig.viewKMHelp=-1,mainconfig.offerURL="",mainconfig.offerIndex=0,mainconfig.CDHContainer={},window.history&&(mainconfig.isAuthenticated?(mainconfig.currentPage="account",window.history.pushState({userId:mainconfig.userId},"",mainconfig.currentPage)):(mainconfig.currentPage="index.html",window.history.pushState({},"",mainconfig.currentPage)),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)),sendClickStreamEvent(mainconfig,"PageView","Home",window.loadPage),window.loadPage=new Date}}},_hoisted_1$M={key:0,class:"pega-mashup",ref:"mycomp"},_hoisted_2$G={key:1,class:"pega-mashup",ref:"mycomp"};function _sfc_render$Q(e,t,n,o,s,a){return this.settings.general.connection.type==="dxv2"?(openBlock(),createElementBlock("pega-mashup-light-v2",_hoisted_1$M,null,512)):(openBlock(),createElementBlock("pega-mashup-light",_hoisted_2$G,null,512))}const WebComponent=_export_sfc(_sfc_main$S,[["render",_sfc_render$Q]]),embedEventFn=e=>{console.log("Event from pega-embed",e),e.type==="embedcloseconfirmview"||e.type==="embedcaseclosed"||e.type==="embedeventcancel"?top.postMessage("pegaMashupNavigateBack",location.origin):e.type==="embedreauth"&&document.querySelector("pega-embed").login(!0)},_sfc_main$R={props:{showActivity:Boolean},data(){return{...mainconfig,action:"",actionparam:"",objClass:"",application:"",url:"",staticContentUrl:void 0,showAssignmentHeader:"true",pageTemplate:"assignment",authService:"",clientId:"",caseTitle:"",isWebEmbedInitialized:!1,UserIdentifier:void 0,Password:void 0,theme:"",themeID:"",startingFields:{},extraParam:""}},mounted(){if(sessionStorage.clear(),this.quickLinkId!==-1?(this.action=this.settings.quicklinks[this.quickLinkId].action,this.url=this.settings.quicklinks[this.quickLinkId].url,this.actionparam=this.settings.quicklinks[this.quickLinkId].actionparam,this.pageTemplate=this.settings.quicklinks[this.quickLinkId].pageTemplate,this.showAssignmentHeader=!this.settings.quicklinks[this.quickLinkId].hideassignmentheader,this.application=this.settings.quicklinks[this.quickLinkId].application,this.objClass=this.settings.quicklinks[this.quickLinkId].objclass,this.caseTitle=this.settings.quicklinks[this.quickLinkId].title[this.currentLocale],this.extraParam=this.settings.quicklinks[this.quickLinkId].extraparam):this.viewBill!==-1?(this.action=this.settings.billpay.action,this.actionparam=this.settings.billpay.actionparam,this.pageTemplate=this.settings.billpay.pageTemplate,this.showAssignmentHeader=!this.settings.billpay.hideassignmentheader,this.application=this.settings.billpay.application,this.url=this.settings.billpay.url,this.objClass=this.settings.billpay.objclass,this.extraParam=this.settings.billpay.extraparam):this.viewBanner!==-1?(this.action=this.settings.banner.action,this.actionparam=this.settings.banner.actionparam,this.pageTemplate=this.settings.banner.pageTemplate,this.showAssignmentHeader=!this.settings.banner.hideassignmentheader,this.application=this.settings.banner.application,this.url=this.settings.banner.url,this.objClass=this.settings.banner.objclass,this.extraParam=this.settings.banner.extraparam):this.homeHeroAction!==-1?(this.action=this.settings.homeheroaction.action,this.actionparam=this.settings.homeheroaction.actionparam,this.pageTemplate=this.settings.homeheroaction.pageTemplate,this.showAssignmentHeader=!this.settings.homeheroaction.hideassignmentheader,this.application=this.settings.homeheroaction.application,this.url=this.settings.homeheroaction.url,this.objClass=this.settings.homeheroaction.objclass,this.extraParam=this.settings.homeheroaction.extraparam):this.offerAction!==-1?(this.action=this.settings.offeraction.action,this.actionparam=this.settings.offeraction.actionparam,this.pageTemplate=this.settings.offeraction.pageTemplate,this.showAssignmentHeader=!this.settings.offeraction.hideassignmentheader,this.application=this.settings.offeraction.application,this.url=this.settings.offeraction.url,this.objClass=this.settings.offeraction.objclass,this.extraParam=this.settings.offeraction.extraparam):this.viewKMHelp!==-1?(this.action=this.settings.kmhelp.action,this.actionparam=this.settings.kmhelp.actionparam,this.pageTemplate=this.settings.kmhelp.pageTemplate,this.showAssignmentHeader=!this.settings.kmhelp.hideassignmentheader,this.application=this.settings.kmhelp.application,this.url=this.settings.kmhelp.url,this.objClass=this.settings.kmhelp.objclass,this.extraParam=this.settings.kmhelp.extraparam):this.showActivity?(this.action=this.settings.activity.action,this.actionparam=this.settings.activity.actionparam,this.pageTemplate=this.settings.activity.pageTemplate,this.showAssignmentHeader=!this.settings.activity.hideassignmentheader,this.application=this.settings.activity.application,this.url=this.settings.activity.url,this.objClass=this.settings.activity.objclass,this.extraParam=this.settings.activity.extraparam):(this.action=this.settings.todo.action,this.actionparam=this.settings.todo.actionparam,this.pageTemplate=this.settings.todo.pageTemplate,this.showAssignmentHeader=!this.settings.todo.hideassignmentheader,this.application=this.settings.todo.application,this.url=this.settings.todo.url,this.objClass=this.settings.todo.objclass,this.extraParam=this.settings.todo.extraparam),this.action==="display"?this.action="openPage":this.action==="createNewWork"?this.action="createCase":this.action==="openAssignment"?this.action="openAssignment":this.action==="openWorkByHandle"?this.action="openCase":this.action==="getNextWork"&&(this.action="getNextWork"),this.userId!==-1?(this.UserIdentifier=this.settings.users[this.userId].pega_userid,this.Password=encodeURI(btoa(this.settings.users[this.userId].pega_pwd))):this.viewKMHelp!==-1?(this.UserIdentifier=this.settings.kmhelp.username,this.Password=encodeURI(btoa(this.settings.kmhelp.password))):this.homeHeroAction!==-1?(this.UserIdentifier=this.settings.homeheroaction.pega_userid,this.Password=encodeURI(btoa(this.settings.homeheroaction.pega_pwd))):this.offerAction!==-1&&(this.UserIdentifier=this.settings.offeraction.username,this.Password=encodeURI(btoa(this.settings.offeraction.password))),this.UserIdentifier||(this.UserIdentifier=void 0),this.Password||(this.Password=void 0),this.settings.general.connection.type==="embedui3"&&this.settings.general.connection.themeID?this.themeID=this.settings.general.connection.themeID:(this.app.industry==="comms"?this.theme='{"base":{"palette":{"brand-primary":"#5F257E","app-background": "#FFFFFF","interactive":"#5F257E"},"shadow":{"low": "none"}},"components":{"button":{"border-radius":"0.25"}}}':this.app.industry.indexOf("health")===0?this.theme='{"base":{"palette":{"brand-primary":"#0C8487","app-background": "#FFFFFF","interactive":"#0C8487"},"shadow":{"low": "none"}},"components":{"button":{"border-radius":"0.25"}}}':this.app.industry==="gov"?this.theme='{"base":{"palette":{"brand-primary":"#076bc9","app-background": "#FFFFFF,"interactive":"#076bc9"},"shadow":{"low": "none"}},"components":{"button":{"border-radius":"0.25"}}}':this.app.industry==="retail_bank"||this.app.industry==="commercial_bank"?this.theme='{"base":{"palette":{"brand-primary":"#005501","app-background": "#FFFFFF","interactive":"#005501"},"shadow":{"low": "none"}},"components":{"button":{"border-radius":"0.25"}}}':(this.app.industry==="insurance"||this.app.industry==="manufacturing"||this.app.industry==="auto")&&(this.theme='{"base":{"palette":{"brand-primary":"#CA0000","app-background": "#FFFFFF","interactive":"#CA0000"},"shadow":{"low": "none"}},"components":{"button":{"border-radius":"0.25"}}}'),this.settings.general.theming.override&&(this.theme=`{"base":{"palette":{"brand-primary":"${this.settings.general.theming.brandColor}","interactive":"${this.settings.general.theming.interactiveColor}","app-background": "#FFFFFF"},"shadow":{"low": "none"}},"components":{"button":{"border-radius":"0.25"}}}`)),this.extraParamContent={},this.extraParam.split(",").forEach(e=>{const t=e.split("=");t.length===2&&setObjectFromRef(this.extraParamContent,t[0].trim(),t[1].trim())}),this.userId!==-1&&typeof this.settings.users[this.userId].extraparam<"u"&&this.settings.users[this.userId].extraparam!==""&&this.settings.users[this.userId].extraparam.split(",").forEach(e=>{const t=e.split("=");t.length===2&&setObjectFromRef(this.extraParamContent,t[0].trim(),t[1].trim())}),this.isDeepLink===!0){for(const e in this.deepLinkExtraParam)setObjectFromRef(this.extraParamContent,e,this.deepLinkExtraParam[e]);mainconfig.isDeepLink=!1,mainconfig.deepLinkExtraParam={}}this.settings.general.connection.type==="embedui"&&(this.staticContentUrl=this.settings.general.connection.c11nserver),this.clientId=this.settings.general.connection.clientid,this.authService=this.settings.general.connection.authService,this.isWebEmbedInitialized="true"},updated(){const e=this.$refs.mycomp;this.action==="createCase"&&e.setAttribute("startingFields",JSON.stringify(this.extraParamContent)),e.addEventListener("embedprocessingend",embedEventFn),e.addEventListener("embedready",embedEventFn),e.addEventListener("embedcloseconfirmview",embedEventFn),e.addEventListener("embedcaseclosed",embedEventFn),e.addEventListener("embedeventcancel",embedEventFn),e.addEventListener("embedreauth",embedEventFn)},beforeUnmount(){const e=this.$refs.mycomp;e.removeEventListener("embedprocessingend",embedEventFn),e.removeEventListener("embedready",embedEventFn),e.removeEventListener("embedcloseconfirmview",embedEventFn),e.removeEventListener("embedcaseclosed",embedEventFn),e.removeEventListener("embedeventcancel",embedEventFn),e.removeEventListener("embedreauth",embedEventFn)},methods:{goHomePage(){mainconfig.quickLinkId=-1,mainconfig.viewBill=-1,mainconfig.viewBanner=-1,mainconfig.homeHeroAction=-1,mainconfig.offerAction=-1,mainconfig.toDo=-1,mainconfig.viewKMHelp=-1,mainconfig.offerURL="",mainconfig.offerIndex=0,mainconfig.CDHContainer={},window.history&&(mainconfig.isAuthenticated?(mainconfig.currentPage="account",window.history.pushState({userId:mainconfig.userId},"",mainconfig.currentPage)):(mainconfig.currentPage="index.html",window.history.pushState({},"",mainconfig.currentPage)),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)),sendClickStreamEvent(mainconfig,"PageView","Home",window.loadPage),window.loadPage=new Date}}},_hoisted_1$L={key:0,class:"margin-b-3x"},_hoisted_2$F=["casePage","assignmentHeader","action","pageID","pageClass","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_3$x=["casePage","assignmentHeader","action","caseTypeID","startingFields","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_4$s=["casePage","assignmentHeader","action","assignmentID","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_5$s=["casePage","assignmentHeader","action","caseID","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_6$q=["casePage","assignmentHeader","action","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_7$o={key:1};function _sfc_render$P(e,t,n,o,s,a){return s.isWebEmbedInitialized?(openBlock(),createElementBlock("div",_hoisted_1$L,[createBaseVNode("h1",null,toDisplayString$1(s.caseTitle),1),s.action==="openPage"?(openBlock(),createElementBlock("pega-embed",{key:0,popupReauth:"false",autoReauth:"true",silentTimeout:"10000",ref:"mycomp",casePage:s.pageTemplate,assignmentHeader:s.showAssignmentHeader,action:s.action,pageID:s.actionparam,pageClass:s.objClass,appAlias:s.application,pegaServerUrl:s.url,staticContentUrl:s.staticContentUrl,authService:s.authService,clientId:s.clientId,userIdentifier:s.UserIdentifier,password:s.Password,theme:s.theme,themeID:s.themeID},null,8,_hoisted_2$F)):s.action==="createCase"?(openBlock(),createElementBlock("pega-embed",{key:1,popupReauth:"false",autoReauth:"true",silentTimeout:"10000",ref:"mycomp",casePage:s.pageTemplate,assignmentHeader:s.showAssignmentHeader,action:s.action,caseTypeID:s.objClass,startingFields:s.startingFields,appAlias:s.application,pegaServerUrl:s.url,staticContentUrl:s.staticContentUrl,authService:s.authService,clientId:s.clientId,userIdentifier:s.UserIdentifier,password:s.Password,theme:s.theme,themeID:s.themeID},null,8,_hoisted_3$x)):s.action==="openAssignment"?(openBlock(),createElementBlock("pega-embed",{key:2,popupReauth:"false",autoReauth:"true",silentTimeout:"10000",ref:"mycomp",casePage:s.pageTemplate,assignmentHeader:s.showAssignmentHeader,action:s.action,assignmentID:s.actionparam,appAlias:s.application,pegaServerUrl:s.url,staticContentUrl:s.staticContentUrl,authService:s.authService,clientId:s.clientId,userIdentifier:s.UserIdentifier,password:s.Password,theme:s.theme,themeID:s.themeID},null,8,_hoisted_4$s)):s.action==="openCase"?(openBlock(),createElementBlock("pega-embed",{key:3,popupReauth:"false",autoReauth:"true",silentTimeout:"10000",ref:"mycomp",casePage:s.pageTemplate,assignmentHeader:s.showAssignmentHeader,action:s.action,caseID:s.actionparam,appAlias:s.application,pegaServerUrl:s.url,staticContentUrl:s.staticContentUrl,authService:s.authService,clientId:s.clientId,userIdentifier:s.UserIdentifier,password:s.Password,theme:s.theme,themeID:s.themeID},null,8,_hoisted_5$s)):s.action==="getNextWork"?(openBlock(),createElementBlock("pega-embed",{key:4,popupReauth:"false",autoReauth:"true",silentTimeout:"10000",ref:"mycomp",casePage:s.pageTemplate,assignmentHeader:s.showAssignmentHeader,action:s.action,appAlias:s.application,pegaServerUrl:s.url,staticContentUrl:s.staticContentUrl,authService:s.authService,clientId:s.clientId,userIdentifier:s.UserIdentifier,password:s.Password,theme:s.theme,themeID:s.themeID},null,8,_hoisted_6$q)):createCommentVNode("",!0)])):(openBlock(),createElementBlock("div",_hoisted_7$o,"Loading...."))}const WebEmbed=_export_sfc(_sfc_main$R,[["render",_sfc_render$P]]),_sfc_main$Q={data(){return mainconfig},components:{PegaWebMashup,WebComponent,WebEmbed}};function _sfc_render$O(e,t,n,o,s,a){const r=resolveComponent("PegaWebMashup"),l=resolveComponent("WebEmbed"),c=resolveComponent("WebComponent");return e.settings.general.connection.type==="mashup"?(openBlock(),createBlock(r,{key:0})):e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createBlock(l,{key:1})):(openBlock(),createBlock(c,{key:2}))}const MashupMainArea=_export_sfc(_sfc_main$Q,[["render",_sfc_render$O]]),_hoisted_1$K={class:"account-tabs"},_hoisted_2$E={class:"account-tabs-header"},_hoisted_3$w=["onClick"],_sfc_main$P={__name:"Tabs",setup(e){const t=useSlots(),n=ref(t.default()[0].children.map(s=>s.props.title)),o=ref(n.value[0]);return provide("selectedTitle",o),(s,a)=>(openBlock(),createElementBlock("div",_hoisted_1$K,[createBaseVNode("ul",_hoisted_2$E,[(openBlock(!0),createElementBlock(Fragment,null,renderList(n.value,r=>(openBlock(),createElementBlock("li",{key:r,class:normalizeClass(["account-tabs-item",{selected:o.value===r}]),onClick:l=>o.value=r},toDisplayString$1(r),11,_hoisted_3$w))),128))]),renderSlot(s.$slots,"default")]))}},_hoisted_1$J={class:"account-tabs-content"},_sfc_main$O={__name:"TabItem",props:{title:String},setup(e){const t=inject("selectedTitle");return(n,o)=>withDirectives((openBlock(),createElementBlock("div",_hoisted_1$J,[renderSlot(n.$slots,"default")],512)),[[vShow,unref(t)===e.title]])}},_sfc_main$N={data(){return mainconfig},methods:{getDueBillDate(){const e=new Date;return e.getDate()>16&&e.setMonth((e.getMonth()+1)%12),e.setDate(15),e},openBill(){mainconfig.viewBill=1}},components:{Tabs:_sfc_main$P,TabItem:_sfc_main$O}},_hoisted_1$I={key:0,class:"account-picker"},_hoisted_2$D={class:"flex flex-nowrap"},_hoisted_3$v=["src","alt"],_hoisted_4$r={class:"account-picker-details"},_hoisted_5$r={key:0},_hoisted_6$p={key:1},_hoisted_7$n={key:2},_hoisted_8$h={key:3},_hoisted_9$h={key:4},_hoisted_10$g={class:"flex flex-col account-view-details"},_hoisted_11$g={class:"account-view-details"};function _sfc_render$N(e,t,n,o,s,a){const r=resolveComponent("TabItem"),l=resolveComponent("Tabs");return e.userId!==-1&&typeof e.settings.users[e.userId].accountpicker<"u"&&e.settings.users[e.userId].accountpicker.length>0?(openBlock(),createElementBlock("section",_hoisted_1$I,[createBaseVNode("h3",null,toDisplayString$1(e.settings.todo.accountpickerheading),1),createVNode(l,null,{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.users[e.userId].accountpicker,c=>(openBlock(),createBlock(r,{key:c.title,title:c.title},{default:withCtx(()=>[createBaseVNode("div",_hoisted_2$D,[typeof c.img<"u"&&c.img!==""?(openBlock(),createElementBlock("img",{key:0,class:"account-img",src:c.img,alt:c.title},null,8,_hoisted_3$v)):createCommentVNode("",!0),createBaseVNode("div",_hoisted_4$r,[(openBlock(!0),createElementBlock(Fragment,null,renderList(c.details,d=>(openBlock(),createElementBlock("div",{key:d.label},[createBaseVNode("label",null,toDisplayString$1(d.label),1),d.value!==""?(openBlock(),createElementBlock(Fragment,{key:0},[d.type==="currency"?(openBlock(),createElementBlock("p",_hoisted_5$r,toDisplayString$1(e.$n(d.value,"currency")),1)):d.type==="number"?(openBlock(),createElementBlock("p",_hoisted_6$p,toDisplayString$1(e.$n(d.value)),1)):d.type==="date"?(openBlock(),createElementBlock("p",_hoisted_7$n,toDisplayString$1(e.$d(d.value,"short")),1)):d.type==="duedate"?(openBlock(),createElementBlock("p",_hoisted_8$h,toDisplayString$1(e.$d(a.getDueBillDate(),"short")),1)):(openBlock(),createElementBlock("p",_hoisted_9$h,toDisplayString$1(d.value),1))],64)):createCommentVNode("",!0)]))),128))]),createBaseVNode("div",_hoisted_10$g,[createBaseVNode("a",_hoisted_11$g,toDisplayString$1(e.$t("message.viewdetails")),1),typeof e.settings.billpay<"u"&&e.settings.billpay.hidebillpay!=="true"&&e.settings.billpay.hidebillpay!==!0&&c.showbillpay===!0?(openBlock(),createElementBlock("button",{key:0,class:"strong margin-t-2x",onClick:t[0]||(t[0]=d=>a.openBill())},toDisplayString$1(e.$t("message.paynow")),1)):createCommentVNode("",!0)])])]),_:2},1032,["title"]))),128))]),_:1})])):createCommentVNode("",!0)}const AccountPicker=_export_sfc(_sfc_main$N,[["render",_sfc_render$N]]),_sfc_main$M={data(){return mainconfig},methods:{getDueBillDate(){const e=new Date;return e.getDate()>16&&e.setMonth((e.getMonth()+1)%12),e.setDate(15),e}}},_hoisted_1$H={key:0,class:"account-details primary-card"},_hoisted_2$C={key:0},_hoisted_3$u={key:0},_hoisted_4$q={key:1},_hoisted_5$q={key:2},_hoisted_6$o={key:3},_hoisted_7$m={key:4};function _sfc_render$M(e,t,n,o,s,a){return e.userId!==-1&&typeof e.settings.users[e.userId].accountdetails<"u"&&e.settings.users[e.userId].accountdetails.length>0?(openBlock(),createElementBlock("section",_hoisted_1$H,[createBaseVNode("h3",null,toDisplayString$1(e.settings.todo.accountdetailsheading),1),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.users[e.userId].accountdetails,(r,l)=>(openBlock(),createElementBlock("div",{class:"flex",key:l},[(openBlock(!0),createElementBlock(Fragment,null,renderList(r,c=>(openBlock(),createElementBlock("div",{key:c.label},[createBaseVNode("label",null,toDisplayString$1(c.label),1),typeof c.desc<"u"&&c.desc!==""?(openBlock(),createElementBlock("span",_hoisted_2$C,toDisplayString$1(c.desc),1)):createCommentVNode("",!0),c.value!==""?(openBlock(),createElementBlock(Fragment,{key:1},[c.type==="currency"?(openBlock(),createElementBlock("p",_hoisted_3$u,toDisplayString$1(e.$n(c.value,"currency")),1)):c.type==="number"?(openBlock(),createElementBlock("p",_hoisted_4$q,toDisplayString$1(e.$n(c.value)),1)):c.type==="date"?(openBlock(),createElementBlock("p",_hoisted_5$q,toDisplayString$1(e.$d(c.value,"short")),1)):c.type==="duedate"?(openBlock(),createElementBlock("p",_hoisted_6$o,toDisplayString$1(e.$d(a.getDueBillDate(),"short")),1)):(openBlock(),createElementBlock("p",_hoisted_7$m,toDisplayString$1(c.value),1))],64)):createCommentVNode("",!0)]))),128))]))),128))])):createCommentVNode("",!0)}const AccountDetails=_export_sfc(_sfc_main$M,[["render",_sfc_render$M]]),_sfc_main$L={data(){return mainconfig},methods:{selectLink(e){this.quickLinkId=e,this.previousPage=this.settings.quicklinks[e].objclass,window.history&&(window.history.pushState({userId:mainconfig.userId,quickLinkId:mainconfig.quickLinkId},"",`quicklink${e}`),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)),this.$gtag&&this.$gtag.pageview({page_path:`quicklink${e}`}),sendClickStreamEvent(mainconfig,"PageView",`quicklink${e}`,window.loadPage),window.loadPage=new Date},hasQuicklinks(){for(const e in this.settings.quicklinks)if(this.settings.quicklinks[e].hide!==!0)return!0;return!1},showQuickLink(e){return this.settings.quicklinks[e].hideusers?!this.settings.quicklinks[e].hideusers.split(",").includes(this.settings.users[mainconfig.userId].username):!0}}},_hoisted_1$G={key:0,class:"quick-links"},_hoisted_2$B=["onClick"];function _sfc_render$L(e,t,n,o,s,a){return a.hasQuicklinks()?(openBlock(),createElementBlock("section",_hoisted_1$G,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.quicklinks,(r,l)=>(openBlock(),createElementBlock(Fragment,{key:l},[r.hide!==!0&&a.showQuickLink(l)?(openBlock(),createElementBlock("button",{key:0,onClick:c=>a.selectLink(l)},toDisplayString$1(e.settings.quicklinks[l].title[e.currentLocale]),9,_hoisted_2$B)):createCommentVNode("",!0)],64))),128))])):createCommentVNode("",!0)}const QuickLinks=_export_sfc(_sfc_main$L,[["render",_sfc_render$L]]),_sfc_main$K={data(){const e=parseInt(mainconfig.settings.banner.color.substring(1),16),t=e>>16&255,n=e>>8&255,o=e&255;var s=1-(.299*t+.587*n+.114*o)/255;let a=s<.5?"black":"white";return{...mainconfig,textColor:a}},methods:{openBanner(){mainconfig.viewBanner=1}}},_hoisted_1$F={class:"banner"},_hoisted_2$A={class:"flex flex-grow-1 flex-mid-align"},_hoisted_3$t={class:"flex flex-col flex-grow-1"};function _sfc_render$K(e,t,n,o,s,a){return openBlock(),createElementBlock("section",_hoisted_1$F,[createBaseVNode("div",{class:"content-card flex",style:normalizeStyle({backgroundColor:e.settings.banner.color,color:s.textColor})},[createBaseVNode("div",_hoisted_2$A,[createBaseVNode("i",{class:normalizeClass("pi pi-3x "+e.$t("message.banner_icon"))},null,2),createBaseVNode("div",_hoisted_3$t,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.banner_title")),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message.banner_desc")),1)]),e.settings.banner.hidebanner_button!=!0?(openBlock(),createElementBlock("button",{key:0,onClick:t[0]||(t[0]=r=>a.openBanner())},toDisplayString$1(e.$t("message.banner_action")),1)):createCommentVNode("",!0)])],4)])}const Banner=_export_sfc(_sfc_main$K,[["render",_sfc_render$K]]),_sfc_main$J={data(){return mainconfig},components:{MashupMainArea},methods:{getdate(e){const t=new Date;return t.getDate()<=16&&t.setMonth((t.getMonth()-1)%12),t.setDate(15-e*2),t}}},_hoisted_1$E={key:1,class:"recent-activity primary-card"},_hoisted_2$z={class:"fatlist"},_hoisted_3$s={key:0,class:"fatlist-item"},_hoisted_4$p={key:1,class:"fatlist-item"},_hoisted_5$p={class:"fatlist-item activity"},_hoisted_6$n={key:2,class:"fatlist-item flex-align-r"},_hoisted_7$l={key:3,class:"fatlist-item flex-align-r"};function _sfc_render$J(e,t,n,o,s,a){const r=resolveComponent("MashupMainArea");return typeof e.settings.activity<"u"&&e.settings.activity.url!==""?(openBlock(),createBlock(r,{key:0,showActivity:""})):e.userId!==-1&&typeof e.settings.users[e.userId].recentactivity<"u"&&e.settings.users[e.userId].recentactivity.length>0?(openBlock(),createElementBlock("section",_hoisted_1$E,[createBaseVNode("h3",null,toDisplayString$1(e.settings.todo.recentactivityheading),1),createBaseVNode("ul",_hoisted_2$z,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.users[e.userId].recentactivity,(l,c)=>(openBlock(),createElementBlock("li",{key:l.message,class:"flex"},[l.date?(openBlock(),createElementBlock("time",_hoisted_3$s,toDisplayString$1(e.$d(new Date(l.date),"short")),1)):(openBlock(),createElementBlock("time",_hoisted_4$p,toDisplayString$1(e.$d(a.getdate(c),"short")),1)),createBaseVNode("p",_hoisted_5$p,toDisplayString$1(l.message),1),l.cost?(openBlock(),createElementBlock("p",_hoisted_6$n,toDisplayString$1(e.$n(l.cost,"currency")),1)):(openBlock(),createElementBlock("a",_hoisted_7$l,toDisplayString$1(e.$t("message.viewmore")),1))]))),128))])])):createCommentVNode("",!0)}const RecentActivity=_export_sfc(_sfc_main$J,[["render",_sfc_render$J]]),_sfc_main$I={data(){return mainconfig},components:{MashupMainArea,AccountPicker,AccountDetails,RecentActivity,Banner,QuickLinks}},_hoisted_1$D={class:"col col-1"},_hoisted_2$y={class:"primary-card"};function _sfc_render$I(e,t,n,o,s,a){const r=resolveComponent("Banner"),l=resolveComponent("AccountPicker"),c=resolveComponent("QuickLinks"),d=resolveComponent("AccountDetails"),u=resolveComponent("MashupMainArea"),m=resolveComponent("RecentActivity");return openBlock(),createElementBlock("div",_hoisted_1$D,[createBaseVNode("div",_hoisted_2$y,[typeof e.settings.banner<"u"&&e.settings.banner.hidebanner!=="true"&&e.settings.banner.hidebanner!==!0?(openBlock(),createBlock(r,{key:0})):createCommentVNode("",!0),typeof e.settings.todo<"u"&&e.settings.todo.hideaccount!=="true"&&e.settings.todo.hideaccount!==!0?(openBlock(),createBlock(l,{key:1})):createCommentVNode("",!0),createVNode(c)]),typeof e.settings.todo<"u"&&e.settings.todo.hideaccountdetails!=="true"&&e.settings.todo.hideaccountdetails!==!0?(openBlock(),createBlock(d,{key:0})):createCommentVNode("",!0),typeof e.settings.todo<"u"&&e.settings.todo.url!==""?(openBlock(),createBlock(u,{key:e.reloadToDoMashup})):createCommentVNode("",!0),typeof e.settings.todo<"u"&&e.settings.todo.hideactivity!=="true"&&e.settings.todo.hideactivity!==!0?(openBlock(),createBlock(m,{key:e.reloadActivityMashup})):createCommentVNode("",!0)])}const AccountMainArea=_export_sfc(_sfc_main$I,[["render",_sfc_render$I]]),_sfc_main$H={props:{offer:{required:!0,type:Object}},data(){return mainconfig},methods:{showOffer(e){mainconfig.isMobilePhone&&(mainconfig.phonePageName="offer"),mainconfig.offerURL=e.url,mainconfig.previousPage=e.name,e.useURL=!0,mainconfig.settings.pega_marketing.accountPage.clickaction==="BuiltIn"&&(mainconfig.offerURL="/Basic",e.useURL=!1),mainconfig.CDHContainer=e,mainconfig.settings.pega_marketing.useCaptureByChannel===!0&&captureResponse(this,e,"Clicked")},toggleAIOverlay(e){e.showAIoverlay=!e.showAIoverlay},gotoOfferPage(e){sendClickStreamEvent(mainconfig,"PageView","Offer",window.loadPage),window.loadPage=new Date,mainconfig.currentPage="offer.html";const t=mainconfig.isAuthenticated?{userId:mainconfig.userId}:{};window.history.pushState(t,"","offer.html"),this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),mainconfig.offerIndex=0,setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0),e.preventDefault()}},components:{AIOverlay}},_hoisted_1$C={class:"offer-card-col flex flex-col"},_hoisted_2$x={class:"offer-card"},_hoisted_3$r=["src","alt"],_hoisted_4$o={class:"content"},_hoisted_5$o=["href"],_hoisted_6$m=["href"];function _sfc_render$H(e,t,n,o,s,a){const r=resolveComponent("AIOverlay");return openBlock(),createElementBlock("section",_hoisted_1$C,[e.settings.pega_marketing.showAIOverlay?(openBlock(),createElementBlock("button",{key:0,class:"pi pi-polaris-solid ai-toggle",onClick:t[0]||(t[0]=l=>a.toggleAIOverlay(n.offer)),title:"toggle AI"})):createCommentVNode("",!0),createBaseVNode("div",_hoisted_2$x,[createBaseVNode("img",{class:"offer-img",src:n.offer.img,alt:n.offer.title},null,8,_hoisted_3$r),createBaseVNode("div",_hoisted_4$o,[createBaseVNode("h3",null,toDisplayString$1(n.offer.title),1),createBaseVNode("p",null,toDisplayString$1(n.offer.message),1),n.offer.url==="#"?(openBlock(),createElementBlock("a",{key:0,onClick:t[1]||(t[1]=(...l)=>a.gotoOfferPage&&a.gotoOfferPage(...l)),href:"./offer.html"},toDisplayString$1(n.offer.link),1)):e.settings.pega_marketing.accountPage.clickaction==="TopURL"&&n.offer.url!=""?(openBlock(),createElementBlock("a",{key:1,href:n.offer.url},toDisplayString$1(e.$t("message."+n.offer.link)),9,_hoisted_5$o)):e.settings.pega_marketing.accountPage.clickaction==="Popup"&&n.offer.url!=""?(openBlock(),createElementBlock("a",{key:2,href:n.offer.url,target:"_blank"},toDisplayString$1(e.$t("message."+n.offer.link)),9,_hoisted_6$m)):(openBlock(),createElementBlock("button",{key:3,class:"simple",onClick:t[2]||(t[2]=l=>a.showOffer(n.offer))},toDisplayString$1(e.$t("message."+n.offer.link)),1)),e.settings.pega_marketing.showAIOverlay?(openBlock(),createBlock(r,{key:4,offer:n.offer,class:normalizeClass(n.offer.showAIoverlay?"show":"")},null,8,["offer","class"])):createCommentVNode("",!0)])])])}const Offer=_export_sfc(_sfc_main$H,[["render",_sfc_render$H]]),_sfc_main$G={data(){return{...mainconfig,errorloading:!1,loading:!0,data:[]}},mounted(){if(this.settings.pega_marketing.Host!==""&&this.settings.pega_marketing.accountPage.placement!==""&&this.settings.pega_marketing.accountPage.containerName!==""){const e=this;let t="";this.userId!==-1&&this.settings.users[this.userId].customerID&&(t=this.settings.users[this.userId].customerID),setTimeout(()=>{initNBAM(e,"accountPage",t,e.previousPage,"account.html")},200)}},computed:{visibleQuickLinks(){return this.settings.quicklinks.filter((e,t)=>{e.originalIndex=t;const n=this.settings.quicklinks[t].hideusers?this.settings.quicklinks[t].hideusers.split(",").includes(this.settings.users[mainconfig.userId].username):!0;return e.hide!==!0&&n})}},methods:{selectLink(e){mainconfig.quickLinkId=e},gotoOfferPage(e){mainconfig.phonePageName="offer.html",this.$gtag&&this.$gtag.pageview({page_path:mainconfig.phonePageName});const t=mainconfig.isAuthenticated?{userId:mainconfig.userId}:{};window.history.pushState(t,"","offer.html"),mainconfig.offerIndex=0,setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0),e.preventDefault()}},components:{Offer}},_hoisted_1$B={key:0,class:"secondary-card"},_hoisted_2$w=["src","alt"],_hoisted_3$q={class:"content"},_hoisted_4$n={key:1,class:"secondary-card loading-container",style:{"min-height":"300px"}},_hoisted_5$n={key:2,class:"secondary-card"};function _sfc_render$G(e,t,n,o,s,a){const r=resolveComponent("Offer");return e.settings.pega_marketing.Host===""||e.settings.pega_marketing.accountPage.placement===""||e.settings.pega_marketing.accountPage.containerName===""||s.loading&&!e.settings.pega_marketing.showLoadingIndicator||s.errorloading?(openBlock(),createElementBlock("div",_hoisted_1$B,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.offers,l=>(openBlock(),createElementBlock("section",{class:"offer-card-col",key:l.title},[createBaseVNode("img",{class:"offer-img",src:"./img/"+l.img,alt:e.$t("message."+l.title)},null,8,_hoisted_2$w),createBaseVNode("div",_hoisted_3$q,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message."+l.title)),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message."+l.message)),1),createBaseVNode("a",{onClick:t[0]||(t[0]=(...c)=>a.gotoOfferPage&&a.gotoOfferPage(...c)),href:"./offer.html"},toDisplayString$1(e.$t("message.learnmore")),1)])]))),128))])):e.settings.pega_marketing.Host!==""&&s.loading&&e.settings.pega_marketing.showLoadingIndicator?(openBlock(),createElementBlock("div",_hoisted_4$n,t[1]||(t[1]=[createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1)]))):(openBlock(),createElementBlock("div",_hoisted_5$n,[(openBlock(!0),createElementBlock(Fragment,null,renderList(s.data,l=>(openBlock(),createBlock(r,{key:l.title,offer:l},null,8,["offer"]))),128))]))}const AccountSecondaryArea$1=_export_sfc(_sfc_main$G,[["render",_sfc_render$G]]),_sfc_main$F={data(){return mainconfig},components:{TopNav,AccountMainArea,AccountSecondaryArea:AccountSecondaryArea$1}},_hoisted_1$A={class:"flex flex-col"};function _sfc_render$F(e,t,n,o,s,a){const r=resolveComponent("TopNav"),l=resolveComponent("AccountMainArea"),c=resolveComponent("AccountSecondaryArea");return openBlock(),createElementBlock("main",_hoisted_1$A,[createVNode(r,{previousPhonePage:""}),createVNode(l),e.app.industry!=="insurance"?(openBlock(),createBlock(c,{key:e.reloadOffer})):createCommentVNode("",!0)])}const Account=_export_sfc(_sfc_main$F,[["render",_sfc_render$F]]),_sfc_main$E={data(){return mainconfig},components:{TopNav,MashupMainArea}},_hoisted_1$z={class:"height-100-pct"},_hoisted_2$v={class:"mashup-main"};function _sfc_render$E(e,t,n,o,s,a){const r=resolveComponent("TopNav"),l=resolveComponent("MashupMainArea");return openBlock(),createElementBlock("div",_hoisted_1$z,[createVNode(r,{style:{display:"none"},previousPhonePage:e.phonePageName==="heroaction"?"":"help"},null,8,["previousPhonePage"]),createBaseVNode("main",_hoisted_2$v,[createVNode(l)])])}const Mashup=_export_sfc(_sfc_main$E,[["render",_sfc_render$E]]),_sfc_main$D={data(){return mainconfig},components:{HomePage,OfferPage:OfferPage$1,LoginPage,IntroQuickLinks,QuickLinks:QuickLinks$1,Account,Mashup}};function _sfc_render$D(e,t,n,o,s,a){const r=resolveComponent("Mashup"),l=resolveComponent("HomePage"),c=resolveComponent("OfferPage"),d=resolveComponent("LoginPage"),u=resolveComponent("IntroQuickLinks"),m=resolveComponent("QuickLinks"),f=resolveComponent("Account");return e.phonePageName==="heroaction"?(openBlock(),createBlock(r,{key:0})):e.quickLinkId!==-1||e.viewKMHelp!==-1||e.offerAction!==-1||e.viewBill!==-1||e.viewBanner!==-1?(openBlock(),createBlock(r,{key:1})):e.phonePageName===""||e.phonePageName==="index.html"?(openBlock(),createBlock(l,{key:2})):e.phonePageName.indexOf("offer")!==-1?(openBlock(),createBlock(c,{key:3})):e.isAuthenticated?e.phonePageName==="intro"?(openBlock(),createBlock(u,{key:5})):e.phonePageName==="help"?(openBlock(),createBlock(m,{key:6})):e.phonePageName==="account"?(openBlock(),createBlock(f,{key:7})):(openBlock(),createBlock(l,{key:8})):(openBlock(),createBlock(d,{key:4}))}const Main$2=_export_sfc(_sfc_main$D,[["render",_sfc_render$D]]),_sfc_main$C={data(){return mainconfig},components:{Header:Header$2,Main:Main$2,Aside}},_hoisted_1$y={class:"flex flex-col"};function _sfc_render$C(e,t,n,o,s,a){const r=resolveComponent("Aside"),l=resolveComponent("Header"),c=resolveComponent("Main");return openBlock(),createElementBlock("div",_hoisted_1$y,[createVNode(r),createVNode(l),createVNode(c)])}const PhonePage=_export_sfc(_sfc_main$C,[["render",_sfc_render$C]]),_sfc_main$B={data(){return{...mainconfig,isActive:!1,heightVal:"204px"}},methods:{showlogin(){this.isActive=!1,this.toggleLoginOverlay(!0)},toggleLoginOverlay(e){const t=document.getElementsByClassName("launch-login");Array.prototype.forEach.call(t,n=>{(e&&n.nextElementSibling.classList.contains("hidden")||!e&&n.nextElementSibling.classList.contains("show"))&&n.click()})},showMenuOverlay(e){this.isActive=!this.isActive,this.isActive===!0&&(this.heightVal=`${e.target.nextElementSibling.firstElementChild.clientHeight}px`,this.toggleLoginOverlay(!1))},onClickOutMenuOverlay(e){e.target.classList.contains("launch-menu")||(this.isActive=!1)}},components:{MenuItem}},_hoisted_1$x={class:"menu"},_hoisted_2$u={key:0};function _sfc_render$B(e,t,n,o,s,a){const r=resolveComponent("MenuItem"),l=resolveDirective("clickoutside");return openBlock(),createElementBlock("div",_hoisted_1$x,[createBaseVNode("button",{onClick:t[0]||(t[0]=(...c)=>a.showMenuOverlay&&a.showMenuOverlay(...c)),class:"launch-menu"},"Menu"),withDirectives((openBlock(),createElementBlock("div",{class:"menu-overlay flex flex-col",style:normalizeStyle({height:s.isActive?s.heightVal:""})},[createBaseVNode("ul",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.menuitems,(c,d)=>(openBlock(),createBlock(r,{pagetype:c.pagetype,key:c.title,title:c.title,href:c.url?c.url:e.app.offer.length>1?`offer${d+1}.html`:null},null,8,["pagetype","title","href"]))),128)),e.isAuthenticated?createCommentVNode("",!0):(openBlock(),createElementBlock("li",_hoisted_2$u,[createBaseVNode("a",{onClick:t[1]||(t[1]=(...c)=>a.showlogin&&a.showlogin(...c)),class:"launch-login-overlay"},toDisplayString$1(e.$t("message.login")),1)]))])],4)),[[l,{handler:"onClickOutMenuOverlay"}]])])}const MainHeaderMenu=_export_sfc(_sfc_main$B,[["render",_sfc_render$B]]),_sfc_main$A={data(){return mainconfig},mounted(){window.addEventListener("message",this.iFrameMessageListener)},unmounted(){window.removeEventListener("message",this.iFrameMessageListener)},methods:{iFrameMessageListener(e){if(e.data==="pegaMashupNavigateBack")mainconfig.reloadToDoMashup+=1,mainconfig.reloadActivityMashup+=1,this.goHomePage();else if(typeof e.data=="object"&&typeof e.data.key<"u")e.data.key==="Intent"&&typeof e.data.value=="string"?(mainconfig.intent=e.data.value,mainconfig.reloadOffer+=1):e.data.key==="PreviousPage"&&typeof e.data.value=="string"&&(mainconfig.previousPage=e.data.value,mainconfig.reloadOffer+=1);else if(typeof e.data=="object"&&typeof e.data.action<"u")e.data.action==="showkmarticle"&&typeof e.data.articleid=="string"?(mainconfig.KMArticleID=e.data.articleid,this.showKMHelp()):e.data.action==="showbuiltinoffer"&&typeof e.data.url=="string"&&(mainconfig.CDHContainer=e.data,mainconfig.CDHContainer.subjectID=mainconfig.ExternalID,mainconfig.CDHContainer.useURL=!1,mainconfig.offerURL=e.data.url);else if(e.data){let t={};try{t=JSON.parse(e.data)}catch{t={}}if(t.channelName==="PWMashup"&&t.message&&t.message.payload&&t.message.payload.name==="confirm"&&t.message.uid.indexOf("ProactiveChat")===-1&&mainconfig.quickLinkId!==-1){const n=mainconfig.settings.quicklinks[mainconfig.quickLinkId].url,o=document.createElement("iframe"),s=`${n}?pyActivity=LogOff`;o.setAttribute("src",s),o.setAttribute("style","display:none"),o.onload=function(){document.body.removeChild(o)},document.body.appendChild(o)}}},goHomePage(e){mainconfig.quickLinkId=-1,mainconfig.viewBill=-1,mainconfig.viewBanner=-1,mainconfig.homeHeroAction=-1,mainconfig.offerAction=-1,mainconfig.toDo=-1,mainconfig.viewKMHelp=-1,mainconfig.offerURL="",mainconfig.offerIndex=0,mainconfig.CDHContainer={},window.history&&(mainconfig.isAuthenticated?(mainconfig.currentPage="account",window.history.pushState({userId:mainconfig.userId},"",mainconfig.currentPage)):(mainconfig.currentPage="index.html",window.history.pushState({},"",mainconfig.currentPage)),window.scrollTo({top:0,behavior:"smooth"})),window.loadPage=new Date,!(e&&e===!0)&&sendClickStreamEvent(mainconfig,"PageView","Home",window.loadPage)},showKMHelp(){this.goHomePage(!0),mainconfig.previousPage=mainconfig.currentPage,mainconfig.currentPage="help.html",sendClickStreamEvent(mainconfig,"PageView","Help",window.loadPage),this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),mainconfig.viewKMHelp=1,mainconfig.logoutURL.kmhelp=`${mainconfig.settings.kmhelp.url}?pyActivity=LogOff`,mainconfig.reloadMashup+=1}},components:{MenuItem,LoginButton,OperatorButton,MainHeaderMenu}},_hoisted_1$w={class:"wrap header flex"},_hoisted_2$t={class:"flex flex-grow-1"},_hoisted_3$p={class:"flex flex-grow-1"};function _sfc_render$A(e,t,n,o,s,a){const r=resolveComponent("MenuItem"),l=resolveComponent("OperatorButton"),c=resolveComponent("LoginButton"),d=resolveComponent("MainHeaderMenu");return openBlock(),createElementBlock("header",{style:normalizeStyle(!e.isAuthenticated&&e.offerURL==""&&e.homeHeroImg!=""?{backgroundImage:"url("+e.homeHeroImg+")"}:{})},[createBaseVNode("div",_hoisted_1$w,[createBaseVNode("a",null,[createBaseVNode("img",{onClick:t[0]||(t[0]=(...u)=>a.goHomePage&&a.goHomePage(...u)),class:"logo",src:"./img/u+-logo.svg",alt:"U+"})]),createBaseVNode("nav",_hoisted_2$t,[createBaseVNode("ul",_hoisted_3$p,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.menuitems,(u,m)=>(openBlock(),createBlock(r,{pagetype:u.pagetype,key:m,title:u.title,href:u.url?u.url:e.app.offer.length>1?`offer${m+1}.html`:null},null,8,["pagetype","title","href"]))),128))])]),(e.isAuthenticated||e.settings.kmhelp.username!=="")&&e.settings.kmhelp.url!==""?(openBlock(),createElementBlock("a",{key:0,class:"kmhelp",onClick:t[1]||(t[1]=(...u)=>a.showKMHelp&&a.showKMHelp(...u))},toDisplayString$1(e.$t("message.kmhelp")),1)):createCommentVNode("",!0),e.isAuthenticated?(openBlock(),createBlock(l,{key:1})):(openBlock(),createBlock(c,{key:2})),createVNode(d)])],4)}const Header$1=_export_sfc(_sfc_main$A,[["render",_sfc_render$A]]),_sfc_main$z={data(){return{...mainconfig,errorloading:!1,loading:!0,data:[],RTSstate:{index:-1,id:0},hero_offer:{img:"",url:"",title:"",message:"",link:this.$t(`message.${mainconfig.app.herotext.buttonlabel}`)}}},mounted(){if(this.settings.pega_marketing.Host!==""&&this.settings.pega_marketing.homePage.placement!==""&&this.settings.pega_marketing.homePage.containerName!==""){const e=this;setTimeout(()=>{initNBAM(e,"homePage","",e.previousPage,mainconfig.currentPage)},200)}},updated(){if(window.IntersectionObserver&&mainconfig.settings.pega_marketing.useCaptureByChannel===!0){const e=new IntersectionObserver(t=>{t.forEach(n=>{if(n.isIntersecting){let o=n.target.getAttribute("data-offer-index");o!==null?(captureResponse(this,this.data[o],"Impression"),e.unobserve(n.target)):(o=n.target.getAttribute("data-hero-offer"),o!==null&&(captureResponse(this,this.hero_offer,"Impression"),e.unobserve(n.target)))}})},{threshold:1});document.querySelectorAll(".offer-card").forEach(t=>{e.observe(t)}),document.querySelectorAll(".hero-offer").forEach(t=>{e.observe(t)})}},methods:{checkRTSEventHover(e,t,n){mainconfig.isRTSEnabled===!0&&(this.RTSstate.index===-1?(this.RTSstate.index=e,this.RTSstate.id=setTimeout(()=>{this.generateRTSEvent(t)},3e3)):this.RTSstate.index===e&&n===!1&&(clearTimeout(this.RTSstate.id),this.RTSstate.id=0,this.RTSstate.index=-1))},generateRTSEvent(e){const t=document.querySelector(".comment"),n=new Date;let o=n.getMonth()+1;o<10&&(o=`0${o}`);const s=`${n.getFullYear()}-${o}-${n.getDate()}`,a=`${n.getHours()}:${n.getMinutes()}:${n.getSeconds()}`;t.innerHTML+=`

${s} ${a} - Sending event - group:${e.category} - value:${e.name}{window.scrollTo({top:0,behavior:"smooth"})},0)},toggleAIOverlay(e){e.showAIoverlay=!e.showAIoverlay},gotoOfferPage(e){mainconfig.currentPage="offer.html",this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),sendClickStreamEvent(mainconfig,"PegaView","Offer",window.loadPage),window.loadPage=new Date;const t=mainconfig.isAuthenticated?{userId:mainconfig.userId}:{};window.history.pushState(t,"","offer.html"),mainconfig.offerIndex=0,setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0),e.preventDefault()}},components:{AIOverlay}},_hoisted_1$v={class:"hero-main"},_hoisted_2$s={class:"wrap hero-wrap flex"},_hoisted_3$o={class:"flex flex-col hero-heading"},_hoisted_4$m={class:"hero"},_hoisted_5$m={key:0},_hoisted_6$l={class:"wrap primary-options"},_hoisted_7$k={class:"options"},_hoisted_8$g={class:"details"},_hoisted_9$g=["src","alt"],_hoisted_10$f={class:"option-header"},_hoisted_11$f={class:"wrap primary-options",style:{"min-height":"400px"}},_hoisted_12$f={class:"options"},_hoisted_13$f={key:0,class:"hero-main"},_hoisted_14$f={class:"flex flex-nowrap flex-row-reverse"},_hoisted_15$f=["src","alt"],_hoisted_16$f={class:"flex flex-col"},_hoisted_17$f={class:"hero hero-offer","data-hero-offer":1},_hoisted_18$f=["href"],_hoisted_19$f=["href"],_hoisted_20$f={key:1,class:"wrap hero-wrap flex"},_hoisted_21$f={class:"flex flex-col hero-heading"},_hoisted_22$e={class:"hero"},_hoisted_23$e={key:0},_hoisted_24$9={class:"wrap primary-options"},_hoisted_25$8={class:"options"},_hoisted_26$7=["onMouseover","onMouseleave"],_hoisted_27$7=["data-offer-index"],_hoisted_28$7=["onClick"],_hoisted_29$7=["src","alt"],_hoisted_30$5={class:"option-header"},_hoisted_31$5=["href"],_hoisted_32$5=["href"],_hoisted_33$4=["onClick"];function _sfc_render$z(e,t,n,o,s,a){const r=resolveComponent("AIOverlay");return e.settings.pega_marketing.Host===""||e.settings.pega_marketing.homePage.placement===""||e.settings.pega_marketing.homePage.containerName===""||s.loading&&!e.settings.pega_marketing.showLoadingIndicator||s.errorloading?(openBlock(),createElementBlock(Fragment,{key:0},[createBaseVNode("div",_hoisted_1$v,[createBaseVNode("div",_hoisted_2$s,[createBaseVNode("div",_hoisted_3$o,[createBaseVNode("h1",_hoisted_4$m,[createTextVNode(toDisplayString$1(e.$t(`message.${e.app.herotext.title}`))+" ",1),e.$t(`message.${e.app.herotext.titlespan}`)!==""?(openBlock(),createElementBlock("span",_hoisted_5$m,toDisplayString$1(e.$t(`message.${e.app.herotext.titlespan}`)),1)):createCommentVNode("",!0)]),createBaseVNode("button",{onClick:t[0]||(t[0]=(...l)=>a.applyHeroAction&&a.applyHeroAction(...l)),class:"strong"},toDisplayString$1(e.$t(`message.${e.app.herotext.buttonlabel}`)),1)]),t[5]||(t[5]=createBaseVNode("div",{class:"flex hero-image"},[createBaseVNode("div",{class:"hero-splash"})],-1))])]),t[6]||(t[6]=createBaseVNode("div",{class:"ribbon"},[createBaseVNode("div")],-1)),createBaseVNode("div",_hoisted_6$l,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.primaryheading}`)),1),createBaseVNode("div",_hoisted_7$k,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.primarydetails,(l,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option"},[createBaseVNode("div",_hoisted_8$g,[createBaseVNode("img",{class:"option",src:l.img,alt:e.$t("message."+l.title)},null,8,_hoisted_9$g),createBaseVNode("h3",_hoisted_10$f,toDisplayString$1(e.$t("message."+l.title)),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message."+l.message)),1),createBaseVNode("a",{onClick:t[1]||(t[1]=(...d)=>a.gotoOfferPage&&a.gotoOfferPage(...d)),href:"./offer.html"},toDisplayString$1(e.$t("message."+l.link)),1)])]))),128))])])],64)):e.settings.pega_marketing.Host!==""&&s.loading&&e.settings.pega_marketing.showLoadingIndicator?(openBlock(),createElementBlock(Fragment,{key:1},[t[8]||(t[8]=createStaticVNode('

',2)),createBaseVNode("div",_hoisted_11$f,[createBaseVNode("div",_hoisted_12$f,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.primarydetails,(l,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option loading-container"},t[7]||(t[7]=[createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1)])))),128))])])],64)):(openBlock(),createElementBlock(Fragment,{key:2},[!e.isAuthenticated&&e.homeHeroAction!=1&&e.offerURL===""?(openBlock(),createElementBlock("div",_hoisted_13$f,[s.hero_offer.title!==""?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(["wrap flex",s.hero_offer.img!==""?"hero-with-img":"hero-no-img"])},[e.settings.pega_marketing.showAIOverlay&&(s.hero_offer.url!==""||s.hero_offer.img!=="")?(openBlock(),createElementBlock("button",{key:0,class:"pi pi-polaris-solid ai-toggle",onClick:t[2]||(t[2]=l=>a.toggleAIOverlay(s.hero_offer)),title:"toggle AI"})):createCommentVNode("",!0),createBaseVNode("div",_hoisted_14$f,[s.hero_offer.img!==""?(openBlock(),createElementBlock("img",{key:0,class:"hero-offer-img",src:s.hero_offer.img,alt:s.hero_offer.title},null,8,_hoisted_15$f)):createCommentVNode("",!0),createBaseVNode("div",_hoisted_16$f,[createBaseVNode("h1",_hoisted_17$f,toDisplayString$1(s.hero_offer.title),1),e.settings.pega_marketing.homePage.clickaction==="TopURL"&&s.hero_offer.url!==""?(openBlock(),createElementBlock("a",{key:0,href:s.hero_offer.url},toDisplayString$1(s.hero_offer.link),9,_hoisted_18$f)):e.settings.pega_marketing.homePage.clickaction==="Popup"&&s.hero_offer.url!==""?(openBlock(),createElementBlock("a",{key:1,href:s.hero_offer.url,target:"_blank"},toDisplayString$1(s.hero_offer.link),9,_hoisted_19$f)):(openBlock(),createElementBlock("button",{key:2,onClick:t[3]||(t[3]=(...l)=>a.applyHeroAction&&a.applyHeroAction(...l)),class:"strong"},toDisplayString$1(s.hero_offer.link),1))])]),e.settings.pega_marketing.showAIOverlay?(openBlock(),createBlock(r,{key:1,offer:s.hero_offer,class:normalizeClass(s.hero_offer.showAIoverlay?"show":"")},null,8,["offer","class"])):createCommentVNode("",!0)],2)):(openBlock(),createElementBlock("div",_hoisted_20$f,[createBaseVNode("div",_hoisted_21$f,[createBaseVNode("h1",_hoisted_22$e,[createTextVNode(toDisplayString$1(e.$t(`message.${e.app.herotext.title}`))+" ",1),e.$t(`message.${e.app.herotext.titlespan}`)!==""?(openBlock(),createElementBlock("span",_hoisted_23$e,toDisplayString$1(e.$t(`message.${e.app.herotext.titlespan}`)),1)):createCommentVNode("",!0)]),createBaseVNode("button",{onClick:t[4]||(t[4]=(...l)=>a.applyHeroAction&&a.applyHeroAction(...l)),class:"strong"},toDisplayString$1(e.$t(`message.${e.app.herotext.buttonlabel}`)),1)]),t[9]||(t[9]=createBaseVNode("div",{class:"flex hero-image"},[createBaseVNode("div",{class:"hero-splash"})],-1))]))])):createCommentVNode("",!0),t[10]||(t[10]=createBaseVNode("div",{class:"ribbon"},[createBaseVNode("div")],-1)),createBaseVNode("div",_hoisted_24$9,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.primaryheading}`)),1),createBaseVNode("div",_hoisted_25$8,[(openBlock(!0),createElementBlock(Fragment,null,renderList(s.data,(l,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option cdh-offer",onMouseover:d=>a.checkRTSEventHover(c,l,!0),onMouseleave:d=>a.checkRTSEventHover(c,l,!1)},[createBaseVNode("div",{class:"offer-card details","data-offer-index":c},[e.settings.pega_marketing.showAIOverlay?(openBlock(),createElementBlock("button",{key:0,class:"pi pi-polaris-solid ai-toggle",onClick:d=>a.toggleAIOverlay(l),title:"toggle AI"},null,8,_hoisted_28$7)):createCommentVNode("",!0),createBaseVNode("img",{class:"option",src:l.img,alt:l.title},null,8,_hoisted_29$7),createBaseVNode("h3",_hoisted_30$5,toDisplayString$1(l.title),1),createBaseVNode("p",null,toDisplayString$1(l.message),1),e.settings.pega_marketing.homePage.clickaction==="TopURL"&&l.url!=""?(openBlock(),createElementBlock("a",{key:1,href:l.url},toDisplayString$1(e.$t("message."+l.link)),9,_hoisted_31$5)):e.settings.pega_marketing.homePage.clickaction==="Popup"&&l.url!=""?(openBlock(),createElementBlock("a",{key:2,href:l.url,target:"_blank"},toDisplayString$1(e.$t("message."+l.link)),9,_hoisted_32$5)):(openBlock(),createElementBlock("button",{key:3,class:"simple",onClick:d=>a.showOffer(l)},toDisplayString$1(e.$t("message."+l.link)),9,_hoisted_33$4)),e.settings.pega_marketing.showAIOverlay?(openBlock(),createBlock(r,{key:4,offer:l,class:normalizeClass(l.showAIoverlay?"show":"")},null,8,["offer","class"])):createCommentVNode("",!0)],8,_hoisted_27$7)],40,_hoisted_26$7))),128))])])],64))}const FrontMainArea=_export_sfc(_sfc_main$z,[["render",_sfc_render$z]]),_sfc_main$y={data(){return mainconfig}},_hoisted_1$u={class:"wrap secondary-options"},_hoisted_2$r={class:"content-card flex flex-col"},_hoisted_3$n={class:"strong"};function _sfc_render$y(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$u,[t[0]||(t[0]=createBaseVNode("div",{class:"banner",style:{backgroundImage:"url(img/secondary-options.jpg)"}},null,-1)),createBaseVNode("div",_hoisted_2$r,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.secondarydetails.heading}`)),1),createBaseVNode("button",_hoisted_3$n,toDisplayString$1(e.$t(`message.${e.app.secondarydetails.link}`)),1)])])}const FrontSecondaryArea=_export_sfc(_sfc_main$y,[["render",_sfc_render$y]]),_sfc_main$x={data(){return{...mainconfig,isprocessed:!1}},methods:{processOffer(e){captureResponse(this,this.CDHContainer,e),this.isprocessed=!0},closeOffer(){top.postMessage("pegaMashupNavigateBack",location.origin)},onLoadIframe(e){try{var t=e.target.contentWindow.location.pathname;(t.indexOf("/Basic")===0||t.indexOf("/Detailed")===0)&&(this.offerURL=t,this.CDHContainer.useURL=!1)}catch{console.log("CDH is not in the same origin as the Uplus app")}}}},_hoisted_1$t={key:0,class:"flex flex-col full-height"},_hoisted_2$q=["src"],_hoisted_3$m={key:1,class:"flex flex-col"},_hoisted_4$l={class:"main-offer builtin-offer primary-card flex flex-nowrap"},_hoisted_5$l=["src","alt"],_hoisted_6$k={class:"details"},_hoisted_7$j={key:0},_hoisted_8$f={key:1},_hoisted_9$f={class:"button-row padding-t-2x"},_hoisted_10$e={key:2,class:"flex flex-col"},_hoisted_11$e={class:"primary-card builtin-offer flex flex-nowrap"},_hoisted_12$e=["src","alt"],_hoisted_13$e={class:"details"},_hoisted_14$e={key:0},_hoisted_15$e={key:1},_hoisted_16$e={key:0},_hoisted_17$e={key:1},_hoisted_18$e={class:"button-row padding-t-2x"},_hoisted_19$e={key:3,class:"flex flex-col",style:{width:"100%"}},_hoisted_20$e={class:"primary-card flex-mid-align flex flex-col"},_hoisted_21$e={class:"success-text"};function _sfc_render$x(e,t,n,o,s,a){return e.CDHContainer.useURL===!0?(openBlock(),createElementBlock("section",_hoisted_1$t,[createBaseVNode("iframe",{onLoad:t[0]||(t[0]=(...r)=>a.onLoadIframe&&a.onLoadIframe(...r)),src:e.offerURL,style:{overflow:"hidden"},width:"100%",height:"100%",border:"0",frameborder:"0"},null,40,_hoisted_2$q)])):!s.isprocessed&&e.offerURL.indexOf("/Basic")===0?(openBlock(),createElementBlock("section",_hoisted_3$m,[createBaseVNode("h1",null,toDisplayString$1(e.CDHContainer.title),1),createBaseVNode("div",_hoisted_4$l,[createBaseVNode("img",{class:"offer-img",src:e.CDHContainer.img,alt:e.CDHContainer.title},null,8,_hoisted_5$l),createBaseVNode("div",_hoisted_6$k,[typeof e.CDHContainer.message<"u"?(openBlock(),createElementBlock("div",_hoisted_7$j,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_description")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.message),1)])):createCommentVNode("",!0),typeof e.CDHContainer.benefits<"u"?(openBlock(),createElementBlock("div",_hoisted_8$f,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_benefits")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.benefits),1)])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_9$f,[createBaseVNode("button",{onClick:t[1]||(t[1]=r=>a.processOffer("Rejected")),class:"tertiary"},toDisplayString$1(e.$t("message.offer_builtin_button_rejected")),1),createBaseVNode("button",{onClick:t[2]||(t[2]=r=>a.processOffer("Accepted")),class:"strong"},toDisplayString$1(e.$t("message.offer_builtin_button_accepted")),1)])])])])):!s.isprocessed&&e.offerURL.indexOf("/Detailed")===0?(openBlock(),createElementBlock("section",_hoisted_10$e,[createBaseVNode("h1",null,toDisplayString$1(e.CDHContainer.title),1),createBaseVNode("div",_hoisted_11$e,[createBaseVNode("img",{class:"offer-img",src:e.CDHContainer.img,alt:e.CDHContainer.title},null,8,_hoisted_12$e),createBaseVNode("div",_hoisted_13$e,[typeof e.CDHContainer.message<"u"?(openBlock(),createElementBlock("div",_hoisted_14$e,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_description")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.message),1)])):createCommentVNode("",!0),typeof e.CDHContainer.benefits<"u"?(openBlock(),createElementBlock("div",_hoisted_15$e,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_benefits")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.benefits),1)])):createCommentVNode("",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.CDHContainer.attributes,(r,l)=>(openBlock(),createElementBlock("div",{key:l},[typeof e.CDHContainer[r]<"u"&&e.CDHContainer[r]!==""?(openBlock(),createElementBlock("label",_hoisted_16$e,toDisplayString$1(e.$t(`message.offer_builtin_${r}`)===`message.offer_builtin_${r}`?r:e.$t(`message.offer_builtin_${r}`)),1)):createCommentVNode("",!0),typeof e.CDHContainer[r]<"u"&&e.CDHContainer[r]!==""?(openBlock(),createElementBlock("p",_hoisted_17$e,toDisplayString$1(e.CDHContainer[r]),1)):createCommentVNode("",!0)]))),128)),createBaseVNode("div",_hoisted_18$e,[createBaseVNode("button",{onClick:t[3]||(t[3]=r=>a.processOffer("Rejected")),class:"tertiary"},toDisplayString$1(e.$t("message.offer_builtin_button_rejected")),1),createBaseVNode("button",{onClick:t[4]||(t[4]=r=>a.processOffer("Accepted")),class:"strong"},toDisplayString$1(e.$t("message.offer_builtin_button_accepted")),1)])])])])):(openBlock(),createElementBlock("section",_hoisted_19$e,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message.offer_builtin_response_heading")),1),createBaseVNode("div",_hoisted_20$e,[t[6]||(t[6]=createBaseVNode("i",{class:"product-icon pi pi-check"},null,-1)),createBaseVNode("p",_hoisted_21$e,toDisplayString$1(e.$t("message.offer_builtin_thankyou")),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message.offer_builtin_response")),1),createBaseVNode("div",null,[createBaseVNode("button",{onClick:t[5]||(t[5]=r=>a.closeOffer()),class:"strong"},toDisplayString$1(e.$t("message.offer_builtin_button_close")),1)])])]))}const MicroSiteMainArea=_export_sfc(_sfc_main$x,[["render",_sfc_render$x]]),_sfc_main$w={data(){return{...mainconfig,isExpanded:!1,isEnabled:!1,msg:"Click play to enable detection of user patterns."}},methods:{toggleRTSOverlay(){this.isExpanded=!this.isExpanded},toggleRTSFeature(){this.isEnabled=!this.isEnabled,mainconfig.isRTSEnabled=this.isEnabled}}},_hoisted_1$s={class:"flex"},_hoisted_2$p={class:"flex flex-1"},_hoisted_3$l={class:"comment"};function _sfc_render$w(e,t,n,o,s,a){return openBlock(),createElementBlock("div",{class:normalizeClass("rts-overlay"+(s.isExpanded?" expanded":""))},[createBaseVNode("button",{class:"pi pi-stopwatch-solid rts-toggle rts-overlay-toggle",onClick:t[0]||(t[0]=r=>a.toggleRTSOverlay()),title:"toggle RTS overlay"}),createBaseVNode("div",_hoisted_1$s,[createBaseVNode("div",_hoisted_2$p,[t[2]||(t[2]=createBaseVNode("div",{class:"flex flex-col"},[createBaseVNode("div",{class:"rts-logo"}),createBaseVNode("span",null,"Real-time data streaming")],-1)),createBaseVNode("button",{class:normalizeClass("pi rts-enable rts-toggle"+(s.isEnabled?" pi-pause-solid pi-rts-error":" pi-play-solid")),onClick:t[1]||(t[1]=r=>a.toggleRTSFeature()),title:"toggle RTS feature"},null,2)]),createBaseVNode("div",_hoisted_3$l,toDisplayString$1(s.msg),1)])],2)}const RTSOverlay=_export_sfc(_sfc_main$w,[["render",_sfc_render$w]]),_sfc_main$v={data(){return mainconfig},components:{MainHeader:Header$1,FrontMainArea,MashupMainArea,FrontSecondaryArea,MainFooter:Footer,MicroSiteMainArea,RTSOverlay}},_hoisted_1$r={key:0,class:"form flex flex-col"},_hoisted_2$o={class:"mashup-main flex flex-col"},_hoisted_3$k={class:"wrap"},_hoisted_4$k={key:1,class:"form flex flex-col"},_hoisted_5$k={class:"flex flex-col"},_hoisted_6$j={class:"wrap height-100-pct"},_hoisted_7$i={key:2,class:"front"};function _sfc_render$v(e,t,n,o,s,a){const r=resolveComponent("MainHeader"),l=resolveComponent("MashupMainArea"),c=resolveComponent("MainFooter"),d=resolveComponent("MicroSiteMainArea"),u=resolveComponent("RTSOverlay"),m=resolveComponent("FrontMainArea"),f=resolveComponent("FrontSecondaryArea");return e.homeHeroAction==1||e.viewKMHelp==1?(openBlock(),createElementBlock("div",_hoisted_1$r,[createVNode(r),createBaseVNode("main",_hoisted_2$o,[createBaseVNode("div",_hoisted_3$k,[createVNode(l)])]),createVNode(c)])):e.offerURL!==""?(openBlock(),createElementBlock("div",_hoisted_4$k,[createVNode(r),createBaseVNode("main",_hoisted_5$k,[createBaseVNode("div",_hoisted_6$j,[createVNode(d)])]),createVNode(c)])):(openBlock(),createElementBlock("div",_hoisted_7$i,[e.settings.pega_marketing.enableRTS?(openBlock(),createBlock(u,{key:0})):createCommentVNode("",!0),createVNode(r),createBaseVNode("main",{class:normalizeClass("flex flex-col"+(e.isRTSEnabled?" rts-enabled":""))},[createVNode(m),createVNode(f)],2),createVNode(c)]))}const FrontPage=_export_sfc(_sfc_main$v,[["render",_sfc_render$v]]),_sfc_main$u={data(){return mainconfig}},_hoisted_1$q={class:"primary-card"},_hoisted_2$n={class:"header flex flex-mid-align search-bar"},_hoisted_3$j=["value","placeholder"],_hoisted_4$j={key:0,class:"content responsive color-heading"},_hoisted_5$j={scope:"col"},_hoisted_6$i={scope:"col"},_hoisted_7$h={scope:"col"},_hoisted_8$e={scope:"col",class:"align-r"},_hoisted_9$e={class:"heading"},_hoisted_10$d={class:"hide-collapsed",colspan:"2"},_hoisted_11$d=["data-title"],_hoisted_12$d=["title"],_hoisted_13$d=["data-title"],_hoisted_14$d=["data-title"],_hoisted_15$d=["data-title"],_hoisted_16$d=["data-title"],_hoisted_17$d={class:"heading"},_hoisted_18$d={class:"hide-collapsed",colspan:"2"},_hoisted_19$d=["data-title"],_hoisted_20$d=["title"],_hoisted_21$d=["data-title"],_hoisted_22$d=["data-title"],_hoisted_23$d=["data-title"],_hoisted_24$8=["data-title"],_hoisted_25$7={key:0,class:"trend trend-success"},_hoisted_26$6={key:1,class:"trend trend-error"},_hoisted_27$6={class:"investmentamount"},_hoisted_28$6={class:"footer"},_hoisted_29$6={colspan:"4"};function _sfc_render$u(e,t,n,o,s,a){return openBlock(),createElementBlock("section",_hoisted_1$q,[createBaseVNode("div",_hoisted_2$n,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message.accounts")),1),createBaseVNode("input",{type:"text",class:"filter",value:e.$t("message.search"),placeholder:e.$t("message.search_past_services")},null,8,_hoisted_3$j),t[0]||(t[0]=createBaseVNode("i",{class:"pi pi-dark pi-search"},null,-1))]),e.userId!=-1?(openBlock(),createElementBlock("table",_hoisted_4$j,[createBaseVNode("thead",null,[createBaseVNode("tr",null,[createBaseVNode("th",_hoisted_5$j,toDisplayString$1(e.$t("message.accounts_header1")),1),createBaseVNode("th",_hoisted_6$i,toDisplayString$1(e.$t("message.accounts_header2")),1),createBaseVNode("th",_hoisted_7$h,toDisplayString$1(e.$t("message.accounts_header3")),1),createBaseVNode("th",_hoisted_8$e,toDisplayString$1(e.$t("message.accounts_header4")),1)])]),createBaseVNode("tbody",null,[createBaseVNode("tr",_hoisted_9$e,[createBaseVNode("td",_hoisted_10$d,toDisplayString$1(e.$t("message.accounts_header_col1")),1),createBaseVNode("td",{"data-title":e.$t("message.accounts_header_col1"),colspan:"2",class:"align-r"}," $1,679,072.63 ",8,_hoisted_11$d)]),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.users[e.userId].accounts,r=>(openBlock(),createElementBlock("tr",{key:r.id,title:r.id},[createBaseVNode("td",{"data-title":e.$t("message.accounts_header1")},[createBaseVNode("a",null,toDisplayString$1(r.number),1)],8,_hoisted_13$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header2")},toDisplayString$1(r.name),9,_hoisted_14$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header3")},toDisplayString$1(r.type),9,_hoisted_15$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header4"),class:"align-r"},toDisplayString$1(e.$n(r.balance,"currency")),9,_hoisted_16$d)],8,_hoisted_12$d))),128)),createBaseVNode("tr",_hoisted_17$d,[createBaseVNode("td",_hoisted_18$d,toDisplayString$1(e.$t("message.investmentaccounts_header_col1")),1),createBaseVNode("td",{"data-title":e.$t("message.investmentaccounts_header_col1"),colspan:"2",class:"align-r"}," $141,216,865.42 ",8,_hoisted_19$d)]),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.users[e.userId].investmentaccounts,r=>(openBlock(),createElementBlock("tr",{key:r.id,title:r.id},[createBaseVNode("td",{"data-title":e.$t("message.accounts_header1")},[createBaseVNode("a",null,toDisplayString$1(r.number),1)],8,_hoisted_21$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header2")},toDisplayString$1(r.name),9,_hoisted_22$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header3")},toDisplayString$1(r.type),9,_hoisted_23$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header4"),class:"align-r"},[r.trend==="green"?(openBlock(),createElementBlock("span",_hoisted_25$7,[t[1]||(t[1]=createBaseVNode("i",{class:"pi pi-arrow-up pi-success"},null,-1)),createTextVNode(" "+toDisplayString$1(r.trendvalue)+"% ",1)])):(openBlock(),createElementBlock("span",_hoisted_26$6,[t[2]||(t[2]=createBaseVNode("i",{class:"pi pi-arrow-down pi-error"},null,-1)),createTextVNode(" "+toDisplayString$1(r.trendvalue)+"% ",1)])),createBaseVNode("span",_hoisted_27$6,toDisplayString$1(e.$n(r.balance,"currency")),1)],8,_hoisted_24$8)],8,_hoisted_20$d))),128)),createBaseVNode("tr",_hoisted_28$6,[createBaseVNode("td",_hoisted_29$6,[createBaseVNode("a",null,toDisplayString$1(e.$t("message.addaccount")),1)])])])])):createCommentVNode("",!0)])}const AccountList=_export_sfc(_sfc_main$u,[["render",_sfc_render$u]]),_sfc_main$t={data(){return mainconfig}},_hoisted_1$p={class:"primary-card keyrates"},_hoisted_2$m={class:"color-light"},_hoisted_3$i={class:"heading"},_hoisted_4$i={scope:"col"},_hoisted_5$i={scope:"col"},_hoisted_6$h={scope:"col"},_hoisted_7$g=["title"],_hoisted_8$d={key:0,class:"pi pi-arrow-up pi-success"},_hoisted_9$d={key:1,class:"pi pi-arrow-down pi-error"};function _sfc_render$t(e,t,n,o,s,a){return openBlock(),createElementBlock("section",_hoisted_1$p,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message.keyrates_title")),1),createBaseVNode("table",_hoisted_2$m,[createBaseVNode("thead",null,[createBaseVNode("tr",_hoisted_3$i,[t[0]||(t[0]=createBaseVNode("th",{scope:"col"},"Metric",-1)),createBaseVNode("th",_hoisted_4$i,toDisplayString$1(e.$t("message.keyrates_header_col1")),1),createBaseVNode("th",_hoisted_5$i,toDisplayString$1(e.$t("message.keyrates_header_col2")),1),createBaseVNode("th",_hoisted_6$h,toDisplayString$1(e.$t("message.keyrates_header_col3")),1)])]),createBaseVNode("tbody",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.keyrates,r=>(openBlock(),createElementBlock("tr",{key:r.name,title:e.$t("message."+r.name)},[createBaseVNode("td",null,toDisplayString$1(e.$t("message."+r.name)),1),createBaseVNode("td",null,[r.trend==="green"?(openBlock(),createElementBlock("i",_hoisted_8$d)):createCommentVNode("",!0),r.trend==="red"?(openBlock(),createElementBlock("i",_hoisted_9$d)):createCommentVNode("",!0),createTextVNode(" "+toDisplayString$1(e.$n(r.current,"keyrates")),1)]),createBaseVNode("td",null,toDisplayString$1(e.$n(r.high,"keyrates")),1),createBaseVNode("td",null,toDisplayString$1(e.$n(r.low,"keyrates")),1)],8,_hoisted_7$g))),128))])])])}const KeyRates=_export_sfc(_sfc_main$t,[["render",_sfc_render$t]]),_sfc_main$s={data(){return mainconfig},components:{MashupMainArea,AccountList,Banner,RecentActivity,QuickLinks,KeyRates},methods:{getMonth(e){const t=new Date(new Date().getFullYear(),new Date().getMonth(),1);return t.setMonth((t.getMonth()+e)%12),t}}},_hoisted_1$o={class:"col col-1"},_hoisted_2$l={class:"primary-card"},_hoisted_3$h={class:"flex"},_hoisted_4$h={class:"flex-1 cash-projections primary-card"},_hoisted_5$h={class:"flex"},_hoisted_6$g={class:"dropdown"},_hoisted_7$f={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 880 305"},_hoisted_8$c={transform:"translate(80,40)"},_hoisted_9$c={class:"axis",color:"#7b7b7b",fill:"#7b7b7b","font-size":"18","font-family":"Inter","text-anchor":"end",transform:"rotate(270)"},_hoisted_10$c={x:"-165",y:"-43",dy:"0.32em","text-anchor":"start"},_hoisted_11$c={x:"-155",y:"745",dy:"0.32em","text-anchor":"start"},_hoisted_12$c={class:"axis",transform:"translate(0,205)",fill:"none","font-size":"16","font-family":"Inter","text-anchor":"middle"},_hoisted_13$c={class:"tick",opacity:"1",transform:"translate(55,0)"},_hoisted_14$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_15$c={class:"tick",opacity:"1",transform:"translate(170,0)"},_hoisted_16$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_17$c={class:"tick",opacity:"1",transform:"translate(285,0)"},_hoisted_18$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_19$c={class:"tick",opacity:"1",transform:"translate(400,0)"},_hoisted_20$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_21$c={class:"tick",opacity:"1",transform:"translate(515,0)"},_hoisted_22$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_23$c={class:"tick",opacity:"1",transform:"translate(630,0)"},_hoisted_24$7={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_25$6={"font-family":"Inter","font-size":"15","text-anchor":"end"},_hoisted_26$5={transform:"translate(-55,5)"},_hoisted_27$5={fill:"#7b7b7b",x:"235",y:"240",dy:"0.32em"},_hoisted_28$5={fill:"#7b7b7b",x:"320",y:"240",dy:"0.32em"},_hoisted_29$5={transform:"translate(365,240)"},_hoisted_30$4={fill:"#7b7b7b",x:"115",dy:"0.32em"},_hoisted_31$4={transform:"translate(520,240)"},_hoisted_32$4={fill:"#7b7b7b",x:"135",dy:"0.32em"};function _sfc_render$s(e,t,n,o,s,a){const r=resolveComponent("Banner"),l=resolveComponent("AccountList"),c=resolveComponent("QuickLinks"),d=resolveComponent("MashupMainArea"),u=resolveComponent("RecentActivity"),m=resolveComponent("KeyRates");return openBlock(),createElementBlock("div",_hoisted_1$o,[createBaseVNode("div",_hoisted_2$l,[typeof e.settings.banner<"u"&&e.settings.banner.hidebanner!=="true"&&e.settings.banner.hidebanner!==!0?(openBlock(),createBlock(r,{key:0})):createCommentVNode("",!0),createVNode(l),createVNode(c)]),typeof e.settings.todo<"u"&&e.settings.todo.url!==""?(openBlock(),createBlock(d,{key:e.reloadToDoMashup})):createCommentVNode("",!0),typeof e.settings.todo<"u"&&e.settings.todo.hideactivity!=="true"&&e.settings.todo.hideactivity!==!0?(openBlock(),createBlock(u,{key:e.reloadActivityMashup})):createCommentVNode("",!0),createBaseVNode("div",_hoisted_3$h,[createBaseVNode("section",_hoisted_4$h,[createBaseVNode("div",_hoisted_5$h,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message.cash_projections")),1),createBaseVNode("div",null,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.income")),1),t[0]||(t[0]=createBaseVNode("span",null,[createBaseVNode("i",{class:"pi pi-arrow-down pi-error"}),createTextVNode("17.4% ")],-1))]),createBaseVNode("div",null,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.cost")),1),t[1]||(t[1]=createBaseVNode("span",null,[createBaseVNode("i",{class:"pi pi-arrow-up pi-success"}),createTextVNode("12.2% ")],-1))]),createBaseVNode("div",null,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.balance")),1),t[2]||(t[2]=createBaseVNode("span",null,[createBaseVNode("i",{class:"pi pi-arrow-down pi-error"}),createTextVNode("2.1% ")],-1))])]),createBaseVNode("div",null,[createBaseVNode("p",_hoisted_6$g,[createTextVNode(toDisplayString$1(e.$t("message.cash_projections_dropdown"))+" ",1),t[3]||(t[3]=createBaseVNode("i",{class:"pi pi-caret-down"},null,-1))])]),(openBlock(),createElementBlock("svg",_hoisted_7$f,[createBaseVNode("g",_hoisted_8$c,[createBaseVNode("g",_hoisted_9$c,[createBaseVNode("text",_hoisted_10$c,toDisplayString$1(e.$t("message.income_and_cost")),1),createBaseVNode("text",_hoisted_11$c,toDisplayString$1(e.$t("message.cash_and_balance")),1)]),t[12]||(t[12]=createStaticVNode('00.5M50k1M100k1.5M150k2M200k',6)),createBaseVNode("g",_hoisted_12$c,[createBaseVNode("g",_hoisted_13$c,[createBaseVNode("text",_hoisted_14$c,toDisplayString$1(e.$d(a.getMonth(-4),"month_only")),1)]),createBaseVNode("g",_hoisted_15$c,[createBaseVNode("text",_hoisted_16$c,toDisplayString$1(e.$d(a.getMonth(-3),"month_only")),1)]),createBaseVNode("g",_hoisted_17$c,[createBaseVNode("text",_hoisted_18$c,toDisplayString$1(e.$d(a.getMonth(-2),"month_only")),1)]),createBaseVNode("g",_hoisted_19$c,[createBaseVNode("text",_hoisted_20$c,toDisplayString$1(e.$d(a.getMonth(-1),"month_only")),1)]),createBaseVNode("g",_hoisted_21$c,[createBaseVNode("text",_hoisted_22$c,toDisplayString$1(e.$d(a.getMonth(0),"month_only")),1)]),createBaseVNode("g",_hoisted_23$c,[createBaseVNode("text",_hoisted_24$7,toDisplayString$1(e.$d(a.getMonth(1),"month_only")),1)])]),createBaseVNode("g",_hoisted_25$6,[createBaseVNode("g",_hoisted_26$5,[t[10]||(t[10]=createBaseVNode("circle",{cx:"170",cy:"240",r:"5",fill:"#67c100"},null,-1)),createBaseVNode("text",_hoisted_27$5,toDisplayString$1(e.$t("message.income")),1),t[11]||(t[11]=createBaseVNode("circle",{cx:"275",cy:"240",r:"5",fill:"#ea5959"},null,-1)),createBaseVNode("text",_hoisted_28$5,toDisplayString$1(e.$t("message.cost")),1),createBaseVNode("g",_hoisted_29$5,[t[4]||(t[4]=createBaseVNode("line",{stroke:"#3171e1",x2:"15"},null,-1)),t[5]||(t[5]=createBaseVNode("line",{stroke:"#3171e1",x2:"-15"},null,-1)),t[6]||(t[6]=createBaseVNode("circle",{r:"5",stroke:"#3171e1",fill:"#000"},null,-1)),createBaseVNode("text",_hoisted_30$4,toDisplayString$1(e.$t("message.cash_balance")),1)]),createBaseVNode("g",_hoisted_31$4,[t[7]||(t[7]=createBaseVNode("line",{stroke:"#3171e1",x2:"15","stroke-dasharray":"3 3"},null,-1)),t[8]||(t[8]=createBaseVNode("line",{stroke:"#3171e1",x2:"-15","stroke-dasharray":"3 3"},null,-1)),t[9]||(t[9]=createBaseVNode("circle",{r:"5",stroke:"#3171e1",fill:"#000"},null,-1)),createBaseVNode("text",_hoisted_32$4,toDisplayString$1(e.$t("message.cash_predition")),1)])])]),t[13]||(t[13]=createStaticVNode('',1))])]))]),createVNode(m,{class:"flex-1"})])])}const BankAccountMainArea=_export_sfc(_sfc_main$s,[["render",_sfc_render$s]]),_sfc_main$r={data(){return{...mainconfig,errorloading:!1,loading:!0,data:[],RTSstate:{index:-1,id:0}}},mounted(){if(this.settings.pega_marketing.Host!==""&&this.settings.pega_marketing.accountPage.placement!==""&&this.settings.pega_marketing.accountPage.containerName!==""){const e=this;let t="";this.userId!==-1&&this.settings.users[this.userId].customerID&&(t=this.settings.users[this.userId].customerID),setTimeout(()=>{initNBAM(e,"accountPage",t,e.previousPage,"account.html")},200)}},updated(){if(window.IntersectionObserver&&mainconfig.settings.pega_marketing.useCaptureByChannel===!0){const e=new IntersectionObserver(t=>{t.forEach(n=>{if(n.isIntersecting){const o=n.target.getAttribute("data-offer-index");captureResponse(this,this.data[o],"Impression"),e.unobserve(n.target)}})},{threshold:1});document.querySelectorAll(".offer-container").forEach(t=>{e.observe(t)})}},components:{Offer},methods:{gotoOfferPage(e){mainconfig.currentPage="offer.html",this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),sendClickStreamEvent(mainconfig,"PageView","Offer",window.loadPage),window.loadPage=new Date;const t=mainconfig.isAuthenticated?{userId:mainconfig.userId}:{};window.history.pushState(t,"","offer.html"),mainconfig.offerIndex=0,setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0),e.preventDefault()},checkRTSEventHover(e,t,n){mainconfig.isRTSEnabled===!0&&(this.RTSstate.index===-1?(this.RTSstate.index=e,this.RTSstate.id=setTimeout(()=>{this.generateRTSEvent(t)},3e3)):this.RTSstate.index===e&&n===!1&&(clearTimeout(this.RTSstate.id),this.RTSstate.id=0,this.RTSstate.index=-1))},generateRTSEvent(e){const t=document.querySelector(".comment"),n=new Date;let o=n.getMonth()+1;o<10&&(o=`0${o}`);const s=`${n.getFullYear()}-${o}-${n.getDate()}`,a=`${n.getHours()}:${n.getMinutes()}:${n.getSeconds()}`;t.innerHTML+=`

${s} ${a} - Sending event - group:${e.category} - value:${e.name}(openBlock(),createElementBlock("section",{class:"offer-card-col",key:l.title},[createBaseVNode("img",{class:"offer-img",src:"./img/"+l.img,alt:e.$t("message."+l.title)},null,8,_hoisted_3$g),createBaseVNode("div",_hoisted_4$g,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message."+l.title)),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message."+l.message)),1),createBaseVNode("a",{onClick:t[0]||(t[0]=(...c)=>a.gotoOfferPage&&a.gotoOfferPage(...c)),href:"./offer.html"},toDisplayString$1(e.$t("message.learnmore")),1)])]))),128))])):e.settings.pega_marketing.Host!==""&&s.loading&&e.settings.pega_marketing.showLoadingIndicator?(openBlock(),createElementBlock("div",_hoisted_5$g,t[1]||(t[1]=[createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1)]))):(openBlock(),createElementBlock("div",_hoisted_6$f,[(openBlock(!0),createElementBlock(Fragment,null,renderList(s.data,(l,c)=>(openBlock(),createElementBlock("div",{key:l.title,onMouseover:d=>a.checkRTSEventHover(c,l,!0),onMouseleave:d=>a.checkRTSEventHover(c,l,!1)},[createVNode(r,{offer:l,"data-offer-index":c,class:"offer-container"},null,8,["offer","data-offer-index"])],40,_hoisted_7$e))),128))]))])}const AccountSecondaryArea=_export_sfc(_sfc_main$r,[["render",_sfc_render$r]]),_sfc_main$q={data(){return mainconfig},components:{MainHeader:Header$1,AccountMainArea,BankAccountMainArea,AccountSecondaryArea,MashupMainArea,MainFooter:Footer,MicroSiteMainArea,RTSOverlay},methods:{showWelcomeMessage(){return this.settings.users[this.userId].name}}},_hoisted_1$m={class:"form flex flex-col"},_hoisted_2$j={key:0,class:"flex flex-col"},_hoisted_3$f={class:"flex wrap height-100-pct"},_hoisted_4$f={key:0,class:"wrap account-msg"},_hoisted_5$f={class:"wrap cols flex flex-wrap"},_hoisted_6$e={key:2,class:"mashup-main flex flex-col"},_hoisted_7$d={class:"wrap"};function _sfc_render$q(e,t,n,o,s,a){const r=resolveComponent("MainHeader"),l=resolveComponent("MicroSiteMainArea"),c=resolveComponent("RTSOverlay"),d=resolveComponent("AccountMainArea"),u=resolveComponent("BankAccountMainArea"),m=resolveComponent("AccountSecondaryArea"),f=resolveComponent("MashupMainArea"),v=resolveComponent("MainFooter");return openBlock(),createElementBlock("div",_hoisted_1$m,[createVNode(r),e.offerURL!==""?(openBlock(),createElementBlock("main",_hoisted_2$j,[createBaseVNode("div",_hoisted_3$f,[createVNode(l)])])):e.quickLinkId===-1&&e.viewBill===-1&&e.viewKMHelp===-1&&e.viewBanner===-1?(openBlock(),createElementBlock("main",{key:1,class:normalizeClass("flex flex-col"+(e.isRTSEnabled?" rts-enabled":""))},[e.settings.pega_marketing.enableRTS?(openBlock(),createBlock(c,{key:0})):createCommentVNode("",!0),t[0]||(t[0]=createBaseVNode("div",{class:"ribbon1"},[createBaseVNode("div")],-1)),createBaseVNode("div",null,[e.userId!=-1?(openBlock(),createElementBlock("h1",_hoisted_4$f,toDisplayString$1(e.$t("message.hello")+a.showWelcomeMessage()),1)):createCommentVNode("",!0),createBaseVNode("div",_hoisted_5$f,[e.app.industry!=="commercial_bank"?(openBlock(),createBlock(d,{key:0})):createCommentVNode("",!0),e.app.industry==="commercial_bank"?(openBlock(),createBlock(u,{key:1})):createCommentVNode("",!0),(openBlock(),createBlock(m,{key:e.reloadOffer}))])])],2)):(openBlock(),createElementBlock("main",_hoisted_6$e,[createBaseVNode("div",_hoisted_7$d,[createVNode(f)])])),createVNode(v)])}const AccountPage=_export_sfc(_sfc_main$q,[["render",_sfc_render$q]]),_sfc_main$p={data(){return mainconfig},components:{FrontPage,AccountPage,PhonePage}};function _sfc_render$p(e,t,n,o,s,a){const r=resolveComponent("PhonePage"),l=resolveComponent("AccountPage"),c=resolveComponent("FrontPage");return e.isMobilePhone?(openBlock(),createBlock(r,{key:0})):e.isAuthenticated?(openBlock(),createBlock(l,{key:1})):(openBlock(),createBlock(c,{key:2}))}const DefaultPage=_export_sfc(_sfc_main$p,[["render",_sfc_render$p]]),_sfc_main$o={data(){return mainconfig}},_hoisted_1$l={class:"wrap"},_hoisted_2$i={class:"highlight-card flex-mid-align"},_hoisted_3$e={class:"flex flex-col"},_hoisted_4$e={class:"offer-highlights"},_hoisted_5$e={class:"flex flex-col"};function _sfc_render$o(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$l,[createBaseVNode("div",_hoisted_2$i,[createBaseVNode("div",_hoisted_3$e,[createBaseVNode("h2",null,toDisplayString$1(e.$t("message."+e.app.offer[e.offerIndex].details.title)),1),createBaseVNode("span",null,toDisplayString$1(e.$t("message."+e.app.offer[e.offerIndex].details.message)),1)]),createBaseVNode("div",_hoisted_4$e,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.offer[e.offerIndex].highlights.data,(r,l)=>(openBlock(),createElementBlock("div",{class:"flex flex-mid-align",key:l},[createBaseVNode("i",{class:normalizeClass("pi color-brand "+r.icon)},null,2),createBaseVNode("div",_hoisted_5$e,[createBaseVNode("p",null,toDisplayString$1(e.$t("message."+r.title)),1),createBaseVNode("span",null,toDisplayString$1(e.$t("message."+r.message)),1)])]))),128))])])])}const Highlight=_export_sfc(_sfc_main$o,[["render",_sfc_render$o]]),_sfc_main$n={data(){return mainconfig},components:{MainOffer,Highlight,MicroSiteMainArea,MashupMainArea}},_hoisted_1$k={key:0,class:"mashup-main flex flex-col"},_hoisted_2$h={class:"wrap flex"},_hoisted_3$d={key:1,class:"flex flex-col"},_hoisted_4$d={class:"wrap flex height-100-pct"},_hoisted_5$d={key:2,class:"flex flex-col hero-main"},_hoisted_6$d={class:"wrap offer-heading"},_hoisted_7$c={class:"highlight-main"};function _sfc_render$n(e,t,n,o,s,a){const r=resolveComponent("MashupMainArea"),l=resolveComponent("MicroSiteMainArea"),c=resolveComponent("MainOffer"),d=resolveComponent("Highlight");return e.offerAction!==-1?(openBlock(),createElementBlock("main",_hoisted_1$k,[createBaseVNode("div",_hoisted_2$h,[createVNode(r)])])):e.offerURL!==""?(openBlock(),createElementBlock("main",_hoisted_3$d,[createBaseVNode("div",_hoisted_4$d,[createVNode(l)])])):(openBlock(),createElementBlock("main",_hoisted_5$d,[t[0]||(t[0]=createBaseVNode("div",{class:"ribbon1"},[createBaseVNode("div",null,[createBaseVNode("div",{class:"wrap"})])],-1)),createBaseVNode("div",_hoisted_6$d,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message."+e.app.offer[e.offerIndex].header.title)),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message."+e.app.offer[e.offerIndex].header.msg)),1)]),createVNode(c,{offerType:e.offerIndex},null,8,["offerType"]),createBaseVNode("div",_hoisted_7$c,[createVNode(d)])]))}const Main$1=_export_sfc(_sfc_main$n,[["render",_sfc_render$n]]),_sfc_main$m={data(){return mainconfig},components:{Header:Header$1,Main:Main$1,Footer,PhonePage}},_hoisted_1$j={key:1,class:"form offer"};function _sfc_render$m(e,t,n,o,s,a){const r=resolveComponent("PhonePage"),l=resolveComponent("Header"),c=resolveComponent("Main"),d=resolveComponent("Footer");return e.isMobilePhone?(openBlock(),createBlock(r,{key:0})):(openBlock(),createElementBlock("div",_hoisted_1$j,[createVNode(l),createVNode(c),createVNode(d)]))}const OfferPage=_export_sfc(_sfc_main$m,[["render",_sfc_render$m]]),_sfc_main$l={data(){return mainconfig}},_hoisted_1$i={class:"flex flex-mid-align settings"},_hoisted_2$g={key:0};function _sfc_render$l(e,t,n,o,s,a){return openBlock(),createElementBlock("header",_hoisted_1$i,[t[0]||(t[0]=createBaseVNode("a",{href:"./index.html"},[createBaseVNode("img",{class:"logo",src:"./img/u+-logo.svg",alt:"U+"})],-1)),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("h1",_hoisted_2$g,toDisplayString$1(e.$t("message.settings")),1))])}const Header=_export_sfc(_sfc_main$l,[["render",_sfc_render$l]]),_sfc_main$k={name:"Tab",props:{name:String},setup(){const e=getCurrentInstance(),{tabs:t,active:n}=inject("tabsState"),o=computed(()=>t.value.findIndex(a=>a.uid===e.uid)),s=computed(()=>o.value===n.value);return watchEffect(()=>{o.value===-1&&t.value.push(e)}),{isActive:s}}},_hoisted_1$h={key:0};function _sfc_render$k(e,t,n,o,s,a){return o.isActive?(openBlock(),createElementBlock("div",_hoisted_1$h,[renderSlot(e.$slots,"default")])):createCommentVNode("",!0)}const Tab=_export_sfc(_sfc_main$k,[["render",_sfc_render$k]]),_sfc_main$j={props:{title:{required:!0},expanded:{type:Boolean,default:!1},format:{default:""}},data(){return{isExpanded:!1}},methods:{toggleExpand(e){this.isExpanded=!this.isExpanded,this.$emit("toggleExpand"),e.preventDefault()}},watch:{expanded:{handler(e){this.isExpanded=e}}},mounted(){this.isExpanded=this.expanded}},_hoisted_1$g={class:"simple",title:"click to expand or collapse"},_hoisted_2$f={class:"body"};function _sfc_render$j(e,t,n,o,s,a){return openBlock(),createElementBlock("div",{class:normalizeClass("flex flex-col container"+(s.isExpanded?"":" collapsed")+" "+n.format)},[createBaseVNode("div",{onClick:t[0]||(t[0]=withModifiers((...r)=>a.toggleExpand&&a.toggleExpand(...r),["stop"])),class:"header flex"},[createBaseVNode("h3",null,toDisplayString$1(n.title),1),createBaseVNode("button",_hoisted_1$g,[createBaseVNode("i",{class:normalizeClass("pi"+(s.isExpanded?" pi-caret-down":" pi-caret-right"))},null,2)])]),createBaseVNode("div",_hoisted_2$f,[renderSlot(e.$slots,"default")])],2)}const Container=_export_sfc(_sfc_main$j,[["render",_sfc_render$j]]),_sfc_main$i={props:{modelValue:{type:[String,Number]}},emits:["update:modelValue"],setup(e,{emit:t}){const n=computed(()=>e.modelValue),o=ref([]);function s(a){t("update:modelValue",a)}return provide("tabsState",{active:n,tabs:o}),{...mainconfig,tabs:o,active:n,selectTab:s}},components:{Container}},_hoisted_1$f={class:"tab-vertical-menu"},_hoisted_2$e={class:"tab-interface"},_hoisted_3$c={role:"tablist"},_hoisted_4$c=["tabindex","aria-selected","onClick"],_hoisted_5$c={key:0,class:"tab-action"},_hoisted_6$c={class:"tabs-details"};function _sfc_render$i(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$f,[createBaseVNode("div",_hoisted_2$e,[createVNode(r,{onToggleExpand:e.toggleExpand,title:"Menu",expanded:e.expanded},{default:withCtx(()=>[createBaseVNode("ul",_hoisted_3$c,[(openBlock(!0),createElementBlock(Fragment,null,renderList(o.tabs,(l,c)=>(openBlock(),createElementBlock("li",{role:"presentation",key:c},[createBaseVNode("a",{role:"tab",tabindex:o.active===c?"0":"-1","aria-selected":o.active===c?"true":"false",onClick:d=>o.selectTab(c)},toDisplayString$1(l.props.name),9,_hoisted_4$c)]))),128))])]),_:1},8,["onToggleExpand","expanded"]),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_5$c,t[0]||(t[0]=[createBaseVNode("button",{type:"submit","data-clear":"",class:"simple"}," Reset to default ",-1),createBaseVNode("button",{class:"strong",type:"submit"},"Save",-1)])))]),createBaseVNode("div",_hoisted_6$c,[renderSlot(e.$slots,"default")])])}const Navigation=_export_sfc(_sfc_main$i,[["render",_sfc_render$i]]),_sfc_main$h={data(){return mainconfig},methods:{onFileChange(e){const t=e.target,n=new FileReader;n.onload=function(){const s=n.result;try{let a={settings:JSON.parse(s)};a=upgradeConfig(a),mainconfig.settings=a.settings,localStorage.setItem(`config_${mainconfig.app.industry}`,JSON.stringify(a)),sessionStorage.clear(),alert("The file was successfully uploaded.")}catch{alert(`Error when trying to parse the configuration file - ${e}`)}},n.readAsText(t.files[0])}}},_hoisted_1$e={class:"file-upload"};function _sfc_render$h(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$e,[createBaseVNode("input",{type:"file",onChange:t[0]||(t[0]=(...r)=>a.onFileChange&&a.onFileChange(...r)),name:"file",id:"file",class:"inputfile",title:"Upload configuration"},null,32),t[1]||(t[1]=createBaseVNode("label",{for:"file",title:"Upload configuration"},[createBaseVNode("i",{class:"pi pi-document-upload-solid"}),createTextVNode("Upload config file ")],-1))])}const FileUpload=_export_sfc(_sfc_main$h,[["render",_sfc_render$h]]),_sfc_main$g={data(){return mainconfig},methods:{downloadFile(){const e=JSON.stringify(mainconfig.settings,null,2),t="config-text.json",n=new Blob([e],{type:"text/plain;charset=utf-8;"});if(window.navigator.msSaveOrOpenBlob)window.navigator.msSaveBlob(n,t);else{const o=window.document.createElement("a");o.href=window.URL.createObjectURL(n),o.download=t,document.body.appendChild(o),o.click(),document.body.removeChild(o)}}}};function _sfc_render$g(e,t,n,o,s,a){return openBlock(),createElementBlock("button",{onClick:t[0]||(t[0]=(...r)=>a.downloadFile&&a.downloadFile(...r)),class:"file-download",title:"Download configuration"},t[1]||(t[1]=[createBaseVNode("i",{class:"pi pi-document-download-solid"},null,-1),createTextVNode("Download config file ")]))}const FileDownload=_export_sfc(_sfc_main$g,[["render",_sfc_render$g]]),_sfc_main$f={data(){return mainconfig},components:{FileUpload,FileDownload}},_hoisted_1$d={class:"container-transparent"},_hoisted_2$d={class:"container-transparent"};function _sfc_render$f(e,t,n,o,s,a){const r=resolveComponent("FileDownload"),l=resolveComponent("FileUpload");return openBlock(),createElementBlock("div",null,[t[4]||(t[4]=createBaseVNode("h2",null,"Welcome to the U+ demo website",-1)),createBaseVNode("div",_hoisted_1$d,[t[0]||(t[0]=createBaseVNode("h3",null,"Step 1",-1)),t[1]||(t[1]=createBaseVNode("p",null," Start by downloading the settings config file template provided here: ",-1)),createVNode(r)]),t[5]||(t[5]=createBaseVNode("div",{class:"container-transparent"},[createBaseVNode("h3",null,"Step 2"),createBaseVNode("p",null," Update this file to include information from your Pega application including users, quick links, chat... ")],-1)),createBaseVNode("div",_hoisted_2$d,[t[2]||(t[2]=createBaseVNode("h3",null,"Step 3",-1)),t[3]||(t[3]=createBaseVNode("p",null,"Upload your updated config file here:",-1)),createVNode(l)]),t[6]||(t[6]=createBaseVNode("div",{class:"container-transparent"},[createBaseVNode("h3",null,"Step 4"),createBaseVNode("p",null," After uploading the file, the changes are automatically saved. You will be able to review your settings by navigating to each section on the panel to the left. Any changes made here can be saved and redownloaded. Click on the 'Reset to default' to reset back your configuration to the default config. ")],-1))])}const GettingStarted=_export_sfc(_sfc_main$f,[["render",_sfc_render$f]]),_sfc_main$e={data(){return mainconfig},components:{Container},methods:{onConnectionTypeChange(){this.settings.general.connection.type==="mashup"?this.settings.general.connection.authtype="basic":this.settings.general.connection.type.startsWith("embedui")?this.settings.general.connection.authtype="oauth2clientcredentials":this.settings.general.connection.type==="dxv1"?this.settings.general.connection.authtype="basic":this.settings.general.connection.type==="dxv2"&&(this.settings.general.connection.authtype="oauth2password")}}},_hoisted_1$c={class:"container-transparent"},_hoisted_2$c={class:"container"},_hoisted_3$b={class:"body"},_hoisted_4$b={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5$b={class:"field-item"},_hoisted_6$b={key:0,class:"field-item"},_hoisted_7$b={class:"layout-labels-top"},_hoisted_8$b={class:"field-item"},_hoisted_9$b={key:0,class:"field-item"},_hoisted_10$b={key:1,class:"field-item"},_hoisted_11$b={key:2,class:"field-item"},_hoisted_12$b={key:3,class:"field-item"},_hoisted_13$b={key:4,class:"field-item"},_hoisted_14$b={key:5,class:"field-item"},_hoisted_15$b={key:6,class:"field-item"},_hoisted_16$b={key:7,class:"field-item"},_hoisted_17$b={key:8,class:"field-item"},_hoisted_18$b={key:0,class:"field-item"},_hoisted_19$b={class:"layout-labels-top"},_hoisted_20$b={class:"field-item"},_hoisted_21$b={class:"field-item"},_hoisted_22$b={class:"layout-labels-top"},_hoisted_23$b={class:"field-item"},_hoisted_24$6={class:"field-item"},_hoisted_25$5={class:"field-item"},_hoisted_26$4={class:"layout-labels-top layout-inline-grid-double"},_hoisted_27$4={class:"field-item"},_hoisted_28$4={class:"field-item"},_hoisted_29$4={class:"field-item"},_hoisted_30$3={class:"field-item"},_hoisted_31$3={class:"layout-labels-top layout-inline-grid-double"},_hoisted_32$3={class:"field-item"},_hoisted_33$3={class:"field-item"},_hoisted_34$3={class:"field-item"},_hoisted_35$3={class:"field-item"};function _sfc_render$e(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$c,[t[61]||(t[61]=createBaseVNode("h2",null,"General",-1)),t[62]||(t[62]=createBaseVNode("p",null,[createTextVNode(" General configuration settings. For more details on how to configure two-factor authentication, click "),createBaseVNode("a",{href:"https://github.com/pegasystems/uplus-wss/wiki/How-to-configure-two-factor-authentication"},"here"),createTextVNode(". ")],-1)),createBaseVNode("div",_hoisted_2$c,[createBaseVNode("div",_hoisted_3$b,[createVNode(r,{title:"Theming",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_4$b,[createBaseVNode("div",_hoisted_5$b,[withDirectives(createBaseVNode("input",{id:"theming-override",type:"checkbox","onUpdate:modelValue":t[0]||(t[0]=l=>e.settings.general.theming.override=l)},null,512),[[vModelCheckbox,e.settings.general.theming.override]]),t[28]||(t[28]=createBaseVNode("label",{for:"theming-override"},"Override default theme",-1))]),e.settings.general.theming.override?(openBlock(),createElementBlock("div",_hoisted_6$b,[withDirectives(createBaseVNode("input",{id:"branding-color",type:"color","onUpdate:modelValue":t[1]||(t[1]=l=>e.settings.general.theming.brandColor=l)},null,512),[[vModelText,e.settings.general.theming.brandColor]]),t[29]||(t[29]=createBaseVNode("label",{for:"branding-color"},"Branding color",-1)),withDirectives(createBaseVNode("input",{id:"interactive-color",type:"color","onUpdate:modelValue":t[2]||(t[2]=l=>e.settings.general.theming.interactiveColor=l)},null,512),[[vModelText,e.settings.general.theming.interactiveColor]]),t[30]||(t[30]=createBaseVNode("label",{for:"interactive-color"},"Interactive color",-1))])):createCommentVNode("",!0)])]),_:1}),createVNode(r,{title:"Pega Platform access",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_7$b,[createBaseVNode("div",_hoisted_8$b,[t[32]||(t[32]=createBaseVNode("label",{for:"ga-connection-type"},"Type",-1)),withDirectives(createBaseVNode("select",{id:"ga-connection-type","onUpdate:modelValue":t[3]||(t[3]=l=>e.settings.general.connection.type=l),onChange:t[4]||(t[4]=(...l)=>a.onConnectionTypeChange&&a.onConnectionTypeChange(...l))},t[31]||(t[31]=[createBaseVNode("option",{value:"mashup"},"Pega Web Mashup (Traditional UI)",-1),createBaseVNode("option",{value:"embedui"}," Pega Web Embed UI (Constellation UI - Pega Infinity 8.7, 8.8 or '23) ",-1),createBaseVNode("option",{value:"embedui2"}," Pega Web Embed UI (Constellation UI - Pega Infinity '24.1) ",-1),createBaseVNode("option",{value:"embedui3"}," Pega Web Embed UI (Constellation UI - Pega Infinity '24.2 or higher) ",-1),createBaseVNode("option",{value:"dxv1"}," DX API v1 (Mashup Web component - 8.1+) ",-1),createBaseVNode("option",{value:"dxv2"}," DX API v2 (Mashup Web component - 8.5+) ",-1)]),544),[[vModelSelect,e.settings.general.connection.type]])]),e.settings.general.connection.type==="dxv1"||e.settings.general.connection.type==="dxv2"?(openBlock(),createElementBlock("div",_hoisted_9$b,[t[34]||(t[34]=createBaseVNode("label",{for:"ga-connection-authtype"},"Authentication",-1)),withDirectives(createBaseVNode("select",{id:"ga-connection-authtype","onUpdate:modelValue":t[5]||(t[5]=l=>e.settings.general.connection.authtype=l)},t[33]||(t[33]=[createBaseVNode("option",{value:"basic"},"Basic authentication",-1),createBaseVNode("option",{value:"oauth2password"}," OAuth 2.0 Password Grant Type ",-1)]),512),[[vModelSelect,e.settings.general.connection.authtype]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_10$b,[t[36]||(t[36]=createBaseVNode("label",{for:"ga-connection-authtype"},"Authentication",-1)),withDirectives(createBaseVNode("select",{id:"ga-connection-authtype","onUpdate:modelValue":t[6]||(t[6]=l=>e.settings.general.connection.authtype=l)},t[35]||(t[35]=[createBaseVNode("option",{value:"oauth2clientcredentials"}," OAuth 2.0 Client Credentials Type ",-1)]),512),[[vModelSelect,e.settings.general.connection.authtype]])])):createCommentVNode("",!0),e.settings.general.connection.authtype==="oauth2password"||e.settings.general.connection.authtype==="oauth2clientcredentials"?(openBlock(),createElementBlock("div",_hoisted_11$b,[t[37]||(t[37]=createBaseVNode("label",{for:"ga-connection-clientid"},"Client ID",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-clientid","onUpdate:modelValue":t[7]||(t[7]=l=>e.settings.general.connection.clientid=l)},null,512),[[vModelText,e.settings.general.connection.clientid]])])):createCommentVNode("",!0),e.settings.general.connection.authtype==="oauth2password"?(openBlock(),createElementBlock("div",_hoisted_12$b,[t[38]||(t[38]=createBaseVNode("label",{for:"ga-connection-clientsecret"},"Client secret",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-clientsecret","onUpdate:modelValue":t[8]||(t[8]=l=>e.settings.general.connection.clientsecret=l)},null,512),[[vModelText,e.settings.general.connection.clientsecret]])])):createCommentVNode("",!0),e.settings.general.connection.type==="dxv2"?(openBlock(),createElementBlock("div",_hoisted_13$b,[t[39]||(t[39]=createBaseVNode("label",{for:"ga-connection-webportal"},"Web portal",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-webportal","onUpdate:modelValue":t[9]||(t[9]=l=>e.settings.general.connection.webportal=l)},null,512),[[vModelText,e.settings.general.connection.webportal]])])):createCommentVNode("",!0),e.settings.general.connection.type==="embedui"?(openBlock(),createElementBlock("div",_hoisted_14$b,[t[40]||(t[40]=createBaseVNode("label",{for:"ga-connection-c11nserver"},"C11n URL (staticContentUrl)",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-c11nserver","onUpdate:modelValue":t[10]||(t[10]=l=>e.settings.general.connection.c11nserver=l)},null,512),[[vModelText,e.settings.general.connection.c11nserver]])])):createCommentVNode("",!0),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("div",_hoisted_15$b,[t[41]||(t[41]=createBaseVNode("label",{for:"ga-connection-PegaURL"},"Pega Platform Web Base URL (for example 'https://127.0.0.1/prweb')",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-PegaURL","onUpdate:modelValue":t[11]||(t[11]=l=>e.settings.general.connection.PegaURL=l)},null,512),[[vModelText,e.settings.general.connection.PegaURL]])])):createCommentVNode("",!0),e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("div",_hoisted_16$b,[t[42]||(t[42]=createBaseVNode("label",{for:"ga-connection-ThemeID"},"Theme ID (leave empty to use auto-generated theme for each industry)",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-ThemeID","onUpdate:modelValue":t[12]||(t[12]=l=>e.settings.general.connection.themeID=l)},null,512),[[vModelText,e.settings.general.connection.themeID]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_17$b,[t[43]||(t[43]=createBaseVNode("label",{for:"ga-connection-authService"},"Authentication service",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-authService","onUpdate:modelValue":t[13]||(t[13]=l=>e.settings.general.connection.authService=l)},null,512),[[vModelText,e.settings.general.connection.authService]])])):createCommentVNode("",!0)]),e.settings.general.connection.type==="dxv1"||e.settings.general.connection.type==="dxv2"?(openBlock(),createElementBlock("div",_hoisted_18$b,[withDirectives(createBaseVNode("input",{id:"ga-connection-bshowattachment",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=l=>e.settings.general.connection.showAttachments=l)},null,512),[[vModelCheckbox,e.settings.general.connection.showAttachments]]),t[44]||(t[44]=createBaseVNode("label",{for:"ga-connection-bshowattachment"},"Show attachments",-1))])):createCommentVNode("",!0)]),_:1}),createVNode(r,{title:"Google Analytics",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_19$b,[createBaseVNode("div",_hoisted_20$b,[withDirectives(createBaseVNode("input",{id:"ga-enabled",type:"checkbox","onUpdate:modelValue":t[15]||(t[15]=l=>e.settings.general.ga.enabled=l)},null,512),[[vModelCheckbox,e.settings.general.ga.enabled]]),t[45]||(t[45]=createBaseVNode("label",{for:"ga-enabled"},"Enable",-1))]),createBaseVNode("div",_hoisted_21$b,[t[46]||(t[46]=createBaseVNode("label",{for:"ga-trackingid"},"Tracking ID",-1)),withDirectives(createBaseVNode("input",{id:"ga-trackingid",type:"text","onUpdate:modelValue":t[16]||(t[16]=l=>e.settings.general.ga.trackingid=l)},null,512),[[vModelText,e.settings.general.ga.trackingid]])])])]),_:1}),createVNode(r,{title:"Two-factor authentication",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_22$b,[createBaseVNode("div",_hoisted_23$b,[withDirectives(createBaseVNode("input",{id:"2fa-enabled",type:"checkbox","onUpdate:modelValue":t[17]||(t[17]=l=>e.settings.general.auth_2fa.enabled=l)},null,512),[[vModelCheckbox,e.settings.general.auth_2fa.enabled]]),t[47]||(t[47]=createBaseVNode("label",{for:"2fa-enabled"},"Enable",-1))]),createBaseVNode("div",_hoisted_24$6,[t[48]||(t[48]=createBaseVNode("label",{for:"2fa-url"},"Server Base URL",-1)),withDirectives(createBaseVNode("input",{id:"2fa-url",type:"text","onUpdate:modelValue":t[18]||(t[18]=l=>e.settings.general.auth_2fa.url=l)},null,512),[[vModelText,e.settings.general.auth_2fa.url]])]),createBaseVNode("div",_hoisted_25$5,[t[50]||(t[50]=createBaseVNode("label",{for:"2fa-sendMode"},"OTP send mode",-1)),withDirectives(createBaseVNode("select",{id:"2fa-sendMode","onUpdate:modelValue":t[19]||(t[19]=l=>e.settings.general.auth_2fa.sendMode=l)},t[49]||(t[49]=[createBaseVNode("option",{value:"email"},"Email",-1),createBaseVNode("option",{value:"sms"},"SMS",-1)]),512),[[vModelSelect,e.settings.general.auth_2fa.sendMode]])])]),t[59]||(t[59]=createBaseVNode("h4",null,"Email",-1)),createBaseVNode("div",_hoisted_26$4,[createBaseVNode("div",_hoisted_27$4,[t[51]||(t[51]=createBaseVNode("label",{for:"2fa-email-correspondenceName"},"Correspondence name",-1)),withDirectives(createBaseVNode("input",{id:"2fa-email-correspondenceName",type:"text","onUpdate:modelValue":t[20]||(t[20]=l=>e.settings.general.auth_2fa.emailSettings.correspondenceName=l)},null,512),[[vModelText,e.settings.general.auth_2fa.emailSettings.correspondenceName]])]),createBaseVNode("div",_hoisted_28$4,[t[52]||(t[52]=createBaseVNode("label",{for:"2fa-email-emailAccount"},"Email account",-1)),withDirectives(createBaseVNode("input",{id:"2fa-email-emailAccount",type:"text","onUpdate:modelValue":t[21]||(t[21]=l=>e.settings.general.auth_2fa.emailSettings.emailAccount=l)},null,512),[[vModelText,e.settings.general.auth_2fa.emailSettings.emailAccount]])]),createBaseVNode("div",_hoisted_29$4,[t[53]||(t[53]=createBaseVNode("label",{for:"2fa-email-subject"},"Subject",-1)),withDirectives(createBaseVNode("input",{id:"2fa-email-subject",type:"text","onUpdate:modelValue":t[22]||(t[22]=l=>e.settings.general.auth_2fa.emailSettings.subject=l)},null,512),[[vModelText,e.settings.general.auth_2fa.emailSettings.subject]])]),createBaseVNode("div",_hoisted_30$3,[t[54]||(t[54]=createBaseVNode("label",{for:"2fa-email-validateMaxAge"},"Validate max age",-1)),withDirectives(createBaseVNode("input",{id:"2fa-email-validateMaxAge",type:"text","onUpdate:modelValue":t[23]||(t[23]=l=>e.settings.general.auth_2fa.emailSettings.validateMaxAge=l)},null,512),[[vModelText,e.settings.general.auth_2fa.emailSettings.validateMaxAge]])])]),t[60]||(t[60]=createBaseVNode("h4",null,"SMS",-1)),createBaseVNode("div",_hoisted_31$3,[createBaseVNode("div",_hoisted_32$3,[t[55]||(t[55]=createBaseVNode("label",{for:"2fa-sms-from"},"From",-1)),withDirectives(createBaseVNode("input",{id:"2fa-sms-from",type:"text","onUpdate:modelValue":t[24]||(t[24]=l=>e.settings.general.auth_2fa.smsSettings.from=l)},null,512),[[vModelText,e.settings.general.auth_2fa.smsSettings.from]])]),createBaseVNode("div",_hoisted_33$3,[t[56]||(t[56]=createBaseVNode("label",{for:"2fa-sms-account"},"Account",-1)),withDirectives(createBaseVNode("input",{id:"2fa-sms-account",type:"text","onUpdate:modelValue":t[25]||(t[25]=l=>e.settings.general.auth_2fa.smsSettings.account=l)},null,512),[[vModelText,e.settings.general.auth_2fa.smsSettings.account]])]),createBaseVNode("div",_hoisted_34$3,[t[57]||(t[57]=createBaseVNode("label",{for:"2fa-sms-message"},"Message",-1)),withDirectives(createBaseVNode("input",{id:"2fa-sms-message",type:"text","onUpdate:modelValue":t[26]||(t[26]=l=>e.settings.general.auth_2fa.smsSettings.message=l)},null,512),[[vModelText,e.settings.general.auth_2fa.smsSettings.message]])]),createBaseVNode("div",_hoisted_35$3,[t[58]||(t[58]=createBaseVNode("label",{for:"2fa-sms-validateMaxAge"},"Validate max age",-1)),withDirectives(createBaseVNode("input",{id:"2fa-sms-validateMaxAge",type:"text","onUpdate:modelValue":t[27]||(t[27]=l=>e.settings.general.auth_2fa.smsSettings.validateMaxAge=l)},null,512),[[vModelText,e.settings.general.auth_2fa.smsSettings.validateMaxAge]])])])]),_:1})])])])}const General=_export_sfc(_sfc_main$e,[["render",_sfc_render$e]]),_sfc_main$d={data(){return mainconfig},methods:{onActionChange(e){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.quicklinks[e].action!=="display"?this.settings.quicklinks[e].actionparam="":this.settings.quicklinks[e].actionparam="workList"}},components:{Container}},_hoisted_1$b={class:"container-transparent"},_hoisted_2$b={class:"layout-labels-left layout-inline-grid-double"},_hoisted_3$a={class:"field-item"},_hoisted_4$a=["id","onUpdate:modelValue"],_hoisted_5$a=["for"],_hoisted_6$a={key:0,class:"field-item field-checkbox"},_hoisted_7$a=["id","onUpdate:modelValue"],_hoisted_8$a=["for"],_hoisted_9$a={key:1,class:"field-item field-checkbox"},_hoisted_10$a=["id","onUpdate:modelValue"],_hoisted_11$a=["for"],_hoisted_12$a={class:"layout-inline-grid-double layout-labels-top"},_hoisted_13$a=["for"],_hoisted_14$a=["id","onUpdate:modelValue"],_hoisted_15$a={class:"layout-inline-grid-double layout-labels-top"},_hoisted_16$a={class:"field-item"},_hoisted_17$a=["for"],_hoisted_18$a=["id","onUpdate:modelValue","onChange"],_hoisted_19$a={key:0},_hoisted_20$a={key:1},_hoisted_21$a={key:0,class:"field-item"},_hoisted_22$a=["for"],_hoisted_23$a=["id","onUpdate:modelValue"],_hoisted_24$5=["id","onUpdate:modelValue"],_hoisted_25$4={key:1,class:"field-item"},_hoisted_26$3=["for"],_hoisted_27$3=["id","onUpdate:modelValue"],_hoisted_28$3={key:2,class:"field-item"},_hoisted_29$3=["for"],_hoisted_30$2=["id","onUpdate:modelValue"],_hoisted_31$2={key:3,class:"field-item"},_hoisted_32$2=["for"],_hoisted_33$2=["id","onUpdate:modelValue"],_hoisted_34$2={class:"field-item"},_hoisted_35$2=["for"],_hoisted_36$2=["id","onUpdate:modelValue"],_hoisted_37$2={class:"field-item"},_hoisted_38$2=["for"],_hoisted_39$2=["id","onUpdate:modelValue"],_hoisted_40$2={key:4,class:"field-item"},_hoisted_41$2=["for"],_hoisted_42$2=["id","onUpdate:modelValue"],_hoisted_43$2={key:5,class:"field-item"},_hoisted_44$2=["for"],_hoisted_45$2=["id","onUpdate:modelValue"],_hoisted_46$2={key:6,class:"field-item"},_hoisted_47$2=["for"],_hoisted_48$2=["id","onUpdate:modelValue"],_hoisted_49$2={key:0,value:"simplifiedAssignment"},_hoisted_50$2={class:"field-item"},_hoisted_51$2=["for"],_hoisted_52$2=["id","onUpdate:modelValue"],_hoisted_53$2={class:"field-item"},_hoisted_54$2=["for"],_hoisted_55$1=["id","onUpdate:modelValue"],_hoisted_56$1={class:"layout-labels-top"},_hoisted_57={class:"field-item"},_hoisted_58=["for"],_hoisted_59=["id","onUpdate:modelValue"];function _sfc_render$d(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$b,[t[8]||(t[8]=createBaseVNode("h2",null,"Quick links",-1)),t[9]||(t[9]=createBaseVNode("p",null," Configuration of each of the mashup case types that can be accessed through the quick links component. ",-1)),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.quicklinks,(l,c)=>(openBlock(),createElementBlock("div",{key:c},[createVNode(r,{title:"Case type "+(c+1),expanded:c===0},{default:withCtx(()=>[createBaseVNode("div",_hoisted_2$b,[createBaseVNode("div",_hoisted_3$a,[withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-hideaccount",type:"checkbox","onUpdate:modelValue":d=>l.hide=d},null,8,_hoisted_4$a),[[vModelCheckbox,l.hide]]),createBaseVNode("label",{class:"width-auto",for:"quicklinks-"+c+"-hideaccount"},"Hide from account page",8,_hoisted_5$a)]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_6$a,[withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-dataretained",type:"checkbox","onUpdate:modelValue":d=>l.dataretained=d},null,8,_hoisted_7$a),[[vModelCheckbox,l.dataretained]]),createBaseVNode("label",{class:"width-auto",for:"quicklinks-"+c+"-dataretained"},"Retain state on reload",8,_hoisted_8$a)])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_9$a,[withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-hideassignmentheader",type:"checkbox","onUpdate:modelValue":d=>l.hideassignmentheader=d},null,8,_hoisted_10$a),[[vModelCheckbox,l.hideassignmentheader]]),createBaseVNode("label",{class:"width-auto",for:"quicklinks-"+c+"-hideassignmentheader"},"Hide assignment header",8,_hoisted_11$a)])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_12$a,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.i18n.languages,d=>(openBlock(),createElementBlock("div",{key:d,class:"field-item"},[createBaseVNode("label",{for:"quicklinks-"+c+"-"+d},"Case name in '"+toDisplayString$1(d)+"'",9,_hoisted_13$a),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-"+d,type:"text","onUpdate:modelValue":u=>l.title[d]=u},null,8,_hoisted_14$a),[[vModelText,l.title[d]]])]))),128))]),createBaseVNode("div",_hoisted_15$a,[createBaseVNode("div",_hoisted_16$a,[createBaseVNode("label",{for:"quicklinks-"+c+"-action"},"Action",8,_hoisted_17$a),withDirectives(createBaseVNode("select",{id:"quicklinks-"+c+"-action","onUpdate:modelValue":d=>l.action=d,onChange:d=>a.onActionChange(c)},[t[0]||(t[0]=createBaseVNode("option",null,"createNewWork",-1)),t[1]||(t[1]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_19$a," getNextWork ")):createCommentVNode("",!0),t[2]||(t[2]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_20$a," openWorkItem ")):createCommentVNode("",!0),t[3]||(t[3]=createBaseVNode("option",null,"openWorkByHandle",-1))],40,_hoisted_18$a),[[vModelSelect,l.action]])]),l.action!=="createNewWork"&&l.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_21$a,[createBaseVNode("label",{for:"quicklinks-"+c+"-actionparam"},"Action parameter",8,_hoisted_22$a),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.todo.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"quicklinks-"+c+"-actionparam",type:"text","onUpdate:modelValue":d=>l.actionparam=d},null,8,_hoisted_23$a)),[[vModelText,l.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"quicklinks-"+c+"-actionparam","onUpdate:modelValue":d=>l.actionparam=d},t[4]||(t[4]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),8,_hoisted_24$5)),[[vModelSelect,l.actionparam]])])):createCommentVNode("",!0),l.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&l.action==="display"?(openBlock(),createElementBlock("div",_hoisted_25$4,[createBaseVNode("label",{for:"quicklinks-"+c+"-objclass"},"Classname",8,_hoisted_26$3),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-objclass",type:"text","onUpdate:modelValue":d=>l.objclass=d},null,8,_hoisted_27$3),[[vModelText,l.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&l.action==="display"?(openBlock(),createElementBlock("div",_hoisted_28$3,[createBaseVNode("label",{for:"quicklinks-"+c+"-heading"},"Heading",8,_hoisted_29$3),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-heading",type:"text","onUpdate:modelValue":d=>l.heading=d},null,8,_hoisted_30$2),[[vModelText,l.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&l.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_31$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-startcase"},"Start case",8,_hoisted_32$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-startcase",type:"text","onUpdate:modelValue":d=>l.startcase=d},null,8,_hoisted_33$2),[[vModelText,l.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_34$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-url"},"URL",8,_hoisted_35$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-url",type:"text","onUpdate:modelValue":d=>l.url=d},null,8,_hoisted_36$2),[[vModelText,l.url]])]),createBaseVNode("div",_hoisted_37$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-application"},"Application name / alias",8,_hoisted_38$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-application",type:"text","onUpdate:modelValue":d=>l.application=d},null,8,_hoisted_39$2),[[vModelText,l.application]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_40$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-channelid"},"Channel ID",8,_hoisted_41$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-channelid",type:"text","onUpdate:modelValue":d=>l.channelid=d},null,8,_hoisted_42$2),[[vModelText,l.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_43$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-tenantid"},"Tenant ID",8,_hoisted_44$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-tenantid",type:"text","onUpdate:modelValue":d=>l.tenantid=d},null,8,_hoisted_45$2),[[vModelText,l.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_46$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-pagetemplate"},"Page Template",8,_hoisted_47$2),withDirectives(createBaseVNode("select",{id:"quicklinks-"+c+"-pagetemplate","onUpdate:modelValue":d=>l.pageTemplate=d},[t[5]||(t[5]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[6]||(t[6]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[7]||(t[7]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_49$2," Simplified assignment ")):createCommentVNode("",!0)],8,_hoisted_48$2),[[vModelSelect,l.pageTemplate]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_50$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-icon"},"Icon (for mobile)",8,_hoisted_51$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-icon",type:"text","onUpdate:modelValue":d=>l.icon=d},null,8,_hoisted_52$2),[[vModelText,l.icon]])]),createBaseVNode("div",_hoisted_53$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-hideusers"},"Hide for below users (for example User1,User2)",8,_hoisted_54$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-hideusers",type:"text","onUpdate:modelValue":d=>l.hideusers=d},null,8,_hoisted_55$1),[[vModelText,l.hideusers]])])]),createBaseVNode("div",_hoisted_56$1,[createBaseVNode("div",_hoisted_57,[createBaseVNode("label",{for:"quicklinks-"+c+"-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",8,_hoisted_58),withDirectives(createBaseVNode("textarea",{id:"quicklinks-"+c+"-extraparam","onUpdate:modelValue":d=>l.extraparam=d},null,8,_hoisted_59),[[vModelText,l.extraparam]])])])]),_:2},1032,["title","expanded"])]))),128))])}const QuickLinksSettings=_export_sfc(_sfc_main$d,[["render",_sfc_render$d]]),_sfc_main$c={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.billpay.action!=="display"?this.settings.billpay.actionparam="":this.settings.billpay.actionparam="workList"}}},_hoisted_1$a={class:"container-transparent"},_hoisted_2$a={class:"container"},_hoisted_3$9={class:"body"},_hoisted_4$9={class:"layout-labels-left"},_hoisted_5$9={class:"field-item"},_hoisted_6$9={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$9={class:"field-item"},_hoisted_8$9={key:0},_hoisted_9$9={key:1},_hoisted_10$9={key:0,class:"field-item"},_hoisted_11$9={key:1,class:"field-item"},_hoisted_12$9={key:2,class:"field-item"},_hoisted_13$9={key:3,class:"field-item"},_hoisted_14$9={class:"field-item"},_hoisted_15$9={class:"field-item"},_hoisted_16$9={key:4,class:"field-item"},_hoisted_17$9={key:5,class:"field-item"},_hoisted_18$9={key:6,class:"field-item"},_hoisted_19$9={key:0,value:"simplifiedAssignment"},_hoisted_20$9={key:7,class:"field-item field-checkbox"},_hoisted_21$9={key:8,class:"field-item field-checkbox"},_hoisted_22$9={class:"layout-labels-top"},_hoisted_23$9={class:"field-item"};function _sfc_render$c(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$a,[t[38]||(t[38]=createBaseVNode("h2",null,"Bill Pay component",-1)),t[39]||(t[39]=createBaseVNode("p",null," Configuration of the mashup displayed when clicking on the 'Pay now' action inside the account page. ",-1)),createBaseVNode("div",_hoisted_2$a,[createBaseVNode("div",_hoisted_3$9,[createBaseVNode("div",_hoisted_4$9,[createBaseVNode("div",_hoisted_5$9,[withDirectives(createBaseVNode("input",{id:"bill-pay-hidebillpay",type:"checkbox","onUpdate:modelValue":t[0]||(t[0]=r=>e.settings.billpay.hidebillpay=r)},null,512),[[vModelCheckbox,e.settings.billpay.hidebillpay]]),t[16]||(t[16]=createBaseVNode("label",{class:"width-auto",for:"bill-pay-hidebillpay"},"Hide Bill Pay",-1))])]),createBaseVNode("div",_hoisted_6$9,[createBaseVNode("div",_hoisted_7$9,[t[21]||(t[21]=createBaseVNode("label",{for:"billpay-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"billpay-action","onUpdate:modelValue":t[1]||(t[1]=r=>e.settings.billpay.action=r),onChange:t[2]||(t[2]=(...r)=>a.onActionChange&&a.onActionChange(...r))},[t[17]||(t[17]=createBaseVNode("option",null,"createNewWork",-1)),t[18]||(t[18]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_8$9," getNextWork ")):createCommentVNode("",!0),t[19]||(t[19]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_9$9," openWorkItem ")):createCommentVNode("",!0),t[20]||(t[20]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.billpay.action]])]),e.settings.billpay.action!=="createNewWork"&&e.settings.billpay.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_10$9,[t[23]||(t[23]=createBaseVNode("label",{for:"billpay-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.billpay.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"billpay-actionparam",type:"text","onUpdate:modelValue":t[3]||(t[3]=r=>e.settings.billpay.actionparam=r)},null,512)),[[vModelText,e.settings.billpay.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"billpay-action","onUpdate:modelValue":t[4]||(t[4]=r=>e.settings.billpay.actionparam=r)},t[22]||(t[22]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.billpay.actionparam]])])):createCommentVNode("",!0),e.settings.billpay.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.billpay.action==="display"?(openBlock(),createElementBlock("div",_hoisted_11$9,[t[24]||(t[24]=createBaseVNode("label",{for:"billpay-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"billpay-objclass",type:"text","onUpdate:modelValue":t[5]||(t[5]=r=>e.settings.billpay.objclass=r)},null,512),[[vModelText,e.settings.billpay.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.billpay.action==="display"?(openBlock(),createElementBlock("div",_hoisted_12$9,[t[25]||(t[25]=createBaseVNode("label",{for:"billpay-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"billpay-heading",type:"text","onUpdate:modelValue":t[6]||(t[6]=r=>e.settings.billpay.heading=r)},null,512),[[vModelText,e.settings.billpay.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.billpay.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_13$9,[t[26]||(t[26]=createBaseVNode("label",{for:"billpay-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"billpay-startcase",type:"text","onUpdate:modelValue":t[7]||(t[7]=r=>e.settings.billpay.startcase=r)},null,512),[[vModelText,e.settings.billpay.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_14$9,[t[27]||(t[27]=createBaseVNode("label",{for:"billpay-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"billpay-url",type:"text","onUpdate:modelValue":t[8]||(t[8]=r=>e.settings.billpay.url=r)},null,512),[[vModelText,e.settings.billpay.url]])]),createBaseVNode("div",_hoisted_15$9,[t[28]||(t[28]=createBaseVNode("label",{for:"billpay-application"},"Application name",-1)),withDirectives(createBaseVNode("input",{id:"billpay-application",type:"text","onUpdate:modelValue":t[9]||(t[9]=r=>e.settings.billpay.application=r)},null,512),[[vModelText,e.settings.billpay.application]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_16$9,[t[29]||(t[29]=createBaseVNode("label",{for:"billpay-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"billpay-channelid",type:"text","onUpdate:modelValue":t[10]||(t[10]=r=>e.settings.billpay.channelid=r)},null,512),[[vModelText,e.settings.billpay.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_17$9,[t[30]||(t[30]=createBaseVNode("label",{for:"billpay-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"billpay-tenantid",type:"text","onUpdate:modelValue":t[11]||(t[11]=r=>e.settings.billpay.tenantid=r)},null,512),[[vModelText,e.settings.billpay.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_18$9,[t[34]||(t[34]=createBaseVNode("label",{for:"billpay-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"billpay-pagetemplate","onUpdate:modelValue":t[12]||(t[12]=r=>e.settings.billpay.pageTemplate=r)},[t[31]||(t[31]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[32]||(t[32]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[33]||(t[33]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_19$9," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.billpay.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_20$9,[withDirectives(createBaseVNode("input",{id:"billpay-dataretained",type:"checkbox","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.billpay.dataretained=r)},null,512),[[vModelCheckbox,e.settings.billpay.dataretained]]),t[35]||(t[35]=createBaseVNode("label",{class:"width-auto",for:"billpay-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_21$9,[withDirectives(createBaseVNode("input",{id:"billpay-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=r=>e.settings.billpay.hideassignmentheader=r)},null,512),[[vModelCheckbox,e.settings.billpay.hideassignmentheader]]),t[36]||(t[36]=createBaseVNode("label",{class:"width-auto",for:"billpay-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_22$9,[createBaseVNode("div",_hoisted_23$9,[t[37]||(t[37]=createBaseVNode("label",{for:"billpay-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"billpay-extraparam","onUpdate:modelValue":t[15]||(t[15]=r=>e.settings.billpay.extraparam=r)},null,512),[[vModelText,e.settings.billpay.extraparam]])])])])])])}const BillPaySettings=_export_sfc(_sfc_main$c,[["render",_sfc_render$c]]),_sfc_main$b={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.banner.action!=="display"?this.settings.banner.actionparam="":this.settings.banner.actionparam="workList"}}},_hoisted_1$9={class:"container-transparent"},_hoisted_2$9={class:"container"},_hoisted_3$8={class:"body"},_hoisted_4$8={class:"layout-labels-left layout-inline-grid-double"},_hoisted_5$8={class:"field-item"},_hoisted_6$8={class:"field-item"},_hoisted_7$8={class:"field-item"},_hoisted_8$8={class:"layout-labels-top layout-inline-grid-double"},_hoisted_9$8={class:"field-item"},_hoisted_10$8={key:0},_hoisted_11$8={key:1},_hoisted_12$8={key:0,class:"field-item"},_hoisted_13$8={key:1,class:"field-item"},_hoisted_14$8={key:2,class:"field-item"},_hoisted_15$8={key:3,class:"field-item"},_hoisted_16$8={class:"field-item"},_hoisted_17$8={class:"field-item"},_hoisted_18$8={key:4,class:"field-item"},_hoisted_19$8={key:5,class:"field-item"},_hoisted_20$8={key:6,class:"field-item"},_hoisted_21$8={key:0,value:"simplifiedAssignment"},_hoisted_22$8={key:7,class:"field-item field-checkbox"},_hoisted_23$8={key:8,class:"field-item field-checkbox"},_hoisted_24$4={class:"layout-labels-top"},_hoisted_25$3={class:"field-item"};function _sfc_render$b(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$9,[t[42]||(t[42]=createBaseVNode("h2",null,"Banner component",-1)),t[43]||(t[43]=createBaseVNode("p",null,"Configuration of the banner component inside the account page.",-1)),createBaseVNode("div",_hoisted_2$9,[createBaseVNode("div",_hoisted_3$8,[createBaseVNode("div",_hoisted_4$8,[createBaseVNode("div",_hoisted_5$8,[withDirectives(createBaseVNode("input",{id:"banner-hidebanner",type:"checkbox","onUpdate:modelValue":t[0]||(t[0]=r=>e.settings.banner.hidebanner=r)},null,512),[[vModelCheckbox,e.settings.banner.hidebanner]]),t[18]||(t[18]=createBaseVNode("label",{for:"banner-hidebanner"},"Hide banner",-1))]),createBaseVNode("div",_hoisted_6$8,[withDirectives(createBaseVNode("input",{id:"banner-hidebanner-button",type:"checkbox","onUpdate:modelValue":t[1]||(t[1]=r=>e.settings.banner.hidebanner_button=r)},null,512),[[vModelCheckbox,e.settings.banner.hidebanner_button]]),t[19]||(t[19]=createBaseVNode("label",{for:"banner-hidebanner-button"},"Hide banner button",-1))]),createBaseVNode("div",_hoisted_7$8,[withDirectives(createBaseVNode("input",{id:"banner-background-color",type:"color","onUpdate:modelValue":t[2]||(t[2]=r=>e.settings.banner.color=r)},null,512),[[vModelText,e.settings.banner.color]]),t[20]||(t[20]=createBaseVNode("label",{for:"banner-background-color"},"Background color",-1))])]),createBaseVNode("div",_hoisted_8$8,[createBaseVNode("div",_hoisted_9$8,[t[25]||(t[25]=createBaseVNode("label",{for:"banner-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"banner-action","onUpdate:modelValue":t[3]||(t[3]=r=>e.settings.banner.action=r),onChange:t[4]||(t[4]=(...r)=>a.onActionChange&&a.onActionChange(...r))},[t[21]||(t[21]=createBaseVNode("option",null,"createNewWork",-1)),t[22]||(t[22]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_10$8," getNextWork ")):createCommentVNode("",!0),t[23]||(t[23]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_11$8," openWorkItem ")):createCommentVNode("",!0),t[24]||(t[24]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.banner.action]])]),e.settings.banner.action!=="createNewWork"&&e.settings.banner.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_12$8,[t[27]||(t[27]=createBaseVNode("label",{for:"banner-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.banner.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"banner-actionparam",type:"text","onUpdate:modelValue":t[5]||(t[5]=r=>e.settings.banner.actionparam=r)},null,512)),[[vModelText,e.settings.banner.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"banner-action","onUpdate:modelValue":t[6]||(t[6]=r=>e.settings.banner.actionparam=r)},t[26]||(t[26]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.banner.actionparam]])])):createCommentVNode("",!0),e.settings.banner.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.banner.action==="display"?(openBlock(),createElementBlock("div",_hoisted_13$8,[t[28]||(t[28]=createBaseVNode("label",{for:"banner-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"banner-objclass",type:"text","onUpdate:modelValue":t[7]||(t[7]=r=>e.settings.banner.objclass=r)},null,512),[[vModelText,e.settings.banner.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.banner.action==="display"?(openBlock(),createElementBlock("div",_hoisted_14$8,[t[29]||(t[29]=createBaseVNode("label",{for:"banner-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"banner-heading",type:"text","onUpdate:modelValue":t[8]||(t[8]=r=>e.settings.banner.heading=r)},null,512),[[vModelText,e.settings.banner.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.banner.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_15$8,[t[30]||(t[30]=createBaseVNode("label",{for:"banner-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"banner-startcase",type:"text","onUpdate:modelValue":t[9]||(t[9]=r=>e.settings.banner.startcase=r)},null,512),[[vModelText,e.settings.banner.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_16$8,[t[31]||(t[31]=createBaseVNode("label",{for:"banner-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"banner-url",type:"text","onUpdate:modelValue":t[10]||(t[10]=r=>e.settings.banner.url=r)},null,512),[[vModelText,e.settings.banner.url]])]),createBaseVNode("div",_hoisted_17$8,[t[32]||(t[32]=createBaseVNode("label",{for:"banner-application"},"Application name / alias",-1)),withDirectives(createBaseVNode("input",{id:"banner-application",type:"text","onUpdate:modelValue":t[11]||(t[11]=r=>e.settings.banner.application=r)},null,512),[[vModelText,e.settings.banner.application]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_18$8,[t[33]||(t[33]=createBaseVNode("label",{for:"banner-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"banner-channelid",type:"text","onUpdate:modelValue":t[12]||(t[12]=r=>e.settings.banner.channelid=r)},null,512),[[vModelText,e.settings.banner.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_19$8,[t[34]||(t[34]=createBaseVNode("label",{for:"banner-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"banner-tenantid",type:"text","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.banner.tenantid=r)},null,512),[[vModelText,e.settings.banner.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_20$8,[t[38]||(t[38]=createBaseVNode("label",{for:"banner-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"banner-pagetemplate","onUpdate:modelValue":t[14]||(t[14]=r=>e.settings.banner.pageTemplate=r)},[t[35]||(t[35]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[36]||(t[36]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[37]||(t[37]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_21$8," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.banner.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_22$8,[withDirectives(createBaseVNode("input",{id:"banner-dataretained",type:"checkbox","onUpdate:modelValue":t[15]||(t[15]=r=>e.settings.banner.dataretained=r)},null,512),[[vModelCheckbox,e.settings.banner.dataretained]]),t[39]||(t[39]=createBaseVNode("label",{class:"width-auto",for:"banner-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_23$8,[withDirectives(createBaseVNode("input",{id:"banner-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[16]||(t[16]=r=>e.settings.banner.hideassignmentheader=r)},null,512),[[vModelCheckbox,e.settings.banner.hideassignmentheader]]),t[40]||(t[40]=createBaseVNode("label",{class:"width-auto",for:"banner-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_24$4,[createBaseVNode("div",_hoisted_25$3,[t[41]||(t[41]=createBaseVNode("label",{for:"banner-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"banner-extraparam","onUpdate:modelValue":t[17]||(t[17]=r=>e.settings.banner.extraparam=r)},null,512),[[vModelText,e.settings.banner.extraparam]])])])])])])}const BannerSettings=_export_sfc(_sfc_main$b,[["render",_sfc_render$b]]),_sfc_main$a={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.kmhelp.action!=="display"?this.settings.kmhelp.actionparam="":this.settings.kmhelp.actionparam="workList"}}},_hoisted_1$8={class:"container-transparent"},_hoisted_2$8={class:"container"},_hoisted_3$7={class:"body"},_hoisted_4$7={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5$7={class:"field-item"},_hoisted_6$7={key:0},_hoisted_7$7={key:1},_hoisted_8$7={key:0,class:"field-item"},_hoisted_9$7={key:1,class:"field-item"},_hoisted_10$7={key:2,class:"field-item"},_hoisted_11$7={key:3,class:"field-item"},_hoisted_12$7={class:"field-item"},_hoisted_13$7={class:"field-item"},_hoisted_14$7={class:"field-item"},_hoisted_15$7={class:"field-item"},_hoisted_16$7={key:4,class:"field-item"},_hoisted_17$7={key:5,class:"field-item"},_hoisted_18$7={key:6,class:"field-item"},_hoisted_19$7={key:0,value:"simplifiedAssignment"},_hoisted_20$7={key:7,class:"field-item field-checkbox"},_hoisted_21$7={key:8,class:"field-item field-checkbox"},_hoisted_22$7={class:"layout-labels-top"},_hoisted_23$7={class:"field-item"};function _sfc_render$a(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$8,[t[40]||(t[40]=createBaseVNode("h2",null,"Knowledge Management",-1)),t[41]||(t[41]=createBaseVNode("p",null,` Configuration of the mashup used for Knowledge Management and displayed when clicking on the "Help" link in the header. Enter an empty 'URL' to disable this functionality. `,-1)),createBaseVNode("div",_hoisted_2$8,[createBaseVNode("div",_hoisted_3$7,[createBaseVNode("div",_hoisted_4$7,[createBaseVNode("div",_hoisted_5$7,[t[21]||(t[21]=createBaseVNode("label",{for:"kmhelp-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"kmhelp-action","onUpdate:modelValue":t[0]||(t[0]=r=>e.settings.kmhelp.action=r),onChange:t[1]||(t[1]=(...r)=>a.onActionChange&&a.onActionChange(...r))},[t[17]||(t[17]=createBaseVNode("option",null,"createNewWork",-1)),t[18]||(t[18]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_6$7," getNextWork ")):createCommentVNode("",!0),t[19]||(t[19]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_7$7," openWorkItem ")):createCommentVNode("",!0),t[20]||(t[20]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.kmhelp.action]])]),e.settings.kmhelp.action!=="createNewWork"&&e.settings.kmhelp.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_8$7,[t[23]||(t[23]=createBaseVNode("label",{for:"kmhelp-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.kmhelp.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"kmhelp-actionparam",type:"text","onUpdate:modelValue":t[2]||(t[2]=r=>e.settings.kmhelp.actionparam=r)},null,512)),[[vModelText,e.settings.kmhelp.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"kmhelp-action","onUpdate:modelValue":t[3]||(t[3]=r=>e.settings.kmhelp.actionparam=r)},t[22]||(t[22]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.kmhelp.actionparam]])])):createCommentVNode("",!0),e.settings.kmhelp.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.kmhelp.action==="display"?(openBlock(),createElementBlock("div",_hoisted_9$7,[t[24]||(t[24]=createBaseVNode("label",{for:"kmhelp-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-objclass",type:"text","onUpdate:modelValue":t[4]||(t[4]=r=>e.settings.kmhelp.objclass=r)},null,512),[[vModelText,e.settings.kmhelp.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.kmhelp.action==="display"?(openBlock(),createElementBlock("div",_hoisted_10$7,[t[25]||(t[25]=createBaseVNode("label",{for:"kmhelp-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-heading",type:"text","onUpdate:modelValue":t[5]||(t[5]=r=>e.settings.kmhelp.heading=r)},null,512),[[vModelText,e.settings.kmhelp.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.kmhelp.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_11$7,[t[26]||(t[26]=createBaseVNode("label",{for:"kmhelp-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-startcase",type:"text","onUpdate:modelValue":t[6]||(t[6]=r=>e.settings.kmhelp.startcase=r)},null,512),[[vModelText,e.settings.kmhelp.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_12$7,[t[27]||(t[27]=createBaseVNode("label",{for:"kmhelp-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-url",type:"text","onUpdate:modelValue":t[7]||(t[7]=r=>e.settings.kmhelp.url=r)},null,512),[[vModelText,e.settings.kmhelp.url]])]),createBaseVNode("div",_hoisted_13$7,[t[28]||(t[28]=createBaseVNode("label",{for:"kmhelp-application"},"Application name / alias",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-application",type:"text","onUpdate:modelValue":t[8]||(t[8]=r=>e.settings.kmhelp.application=r)},null,512),[[vModelText,e.settings.kmhelp.application]])]),createBaseVNode("div",_hoisted_14$7,[t[29]||(t[29]=createBaseVNode("label",{for:"kmhelp-username"},"Username (for unauthenticated access)",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-username",type:"text","onUpdate:modelValue":t[9]||(t[9]=r=>e.settings.kmhelp.username=r)},null,512),[[vModelText,e.settings.kmhelp.username]])]),createBaseVNode("div",_hoisted_15$7,[t[30]||(t[30]=createBaseVNode("label",{for:"kmhelp-password"},"Password (for unauthenticated access)",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-password",type:"password","onUpdate:modelValue":t[10]||(t[10]=r=>e.settings.kmhelp.password=r)},null,512),[[vModelText,e.settings.kmhelp.password]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_16$7,[t[31]||(t[31]=createBaseVNode("label",{for:"kmhelp-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-channelid",type:"text","onUpdate:modelValue":t[11]||(t[11]=r=>e.settings.kmhelp.channelid=r)},null,512),[[vModelText,e.settings.kmhelp.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_17$7,[t[32]||(t[32]=createBaseVNode("label",{for:"kmhelp-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-tenantid",type:"text","onUpdate:modelValue":t[12]||(t[12]=r=>e.settings.kmhelp.tenantid=r)},null,512),[[vModelText,e.settings.kmhelp.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_18$7,[t[36]||(t[36]=createBaseVNode("label",{for:"kmhelp-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"kmhelp-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.kmhelp.pageTemplate=r)},[t[33]||(t[33]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[34]||(t[34]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[35]||(t[35]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_19$7," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.kmhelp.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_20$7,[withDirectives(createBaseVNode("input",{id:"kmhelp-dataretained",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=r=>e.settings.kmhelp.dataretained=r)},null,512),[[vModelCheckbox,e.settings.kmhelp.dataretained]]),t[37]||(t[37]=createBaseVNode("label",{class:"width-auto",for:"kmhelp-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_21$7,[withDirectives(createBaseVNode("input",{id:"kmhelp-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[15]||(t[15]=r=>e.settings.kmhelp.hideassignmentheader=r)},null,512),[[vModelCheckbox,e.settings.kmhelp.hideassignmentheader]]),t[38]||(t[38]=createBaseVNode("label",{class:"width-auto",for:"kmhelp-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_22$7,[createBaseVNode("div",_hoisted_23$7,[t[39]||(t[39]=createBaseVNode("label",{for:"kmhelp-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"kmhelp-extraparam","onUpdate:modelValue":t[16]||(t[16]=r=>e.settings.kmhelp.extraparam=r)},null,512),[[vModelText,e.settings.kmhelp.extraparam]])])])])])])}const KMHelpSettings=_export_sfc(_sfc_main$a,[["render",_sfc_render$a]]),_sfc_main$9={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.todo.action!=="display"?this.settings.todo.actionparam="":this.settings.todo.actionparam="workList"}}},_hoisted_1$7={class:"container-transparent"},_hoisted_2$7={class:"container"},_hoisted_3$6={class:"body"},_hoisted_4$6={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5$6={class:"field-item field-checkbox"},_hoisted_6$6={class:"field-item field-checkbox"},_hoisted_7$6={class:"layout-labels-top layout-inline-grid-double"},_hoisted_8$6={class:"field-item"},_hoisted_9$6={key:0},_hoisted_10$6={key:1},_hoisted_11$6={key:0,class:"field-item"},_hoisted_12$6={key:1,class:"field-item"},_hoisted_13$6={key:2,class:"field-item"},_hoisted_14$6={key:3,class:"field-item"},_hoisted_15$6={class:"field-item"},_hoisted_16$6={class:"field-item"},_hoisted_17$6={key:4,class:"field-item"},_hoisted_18$6={key:5,class:"field-item"},_hoisted_19$6={key:6,class:"field-item"},_hoisted_20$6={key:0,value:"simplifiedAssignment"},_hoisted_21$6={key:7,class:"field-item field-checkbox"},_hoisted_22$6={key:8,class:"field-item field-checkbox"},_hoisted_23$6={class:"layout-labels-top"},_hoisted_24$3={class:"field-item"};function _sfc_render$9(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$7,[t[40]||(t[40]=createBaseVNode("h2",null,"To Do component",-1)),t[41]||(t[41]=createBaseVNode("p",null," Configuration of the mashup displayed as the To Do list inside the account page. ",-1)),createBaseVNode("div",_hoisted_2$7,[createBaseVNode("div",_hoisted_3$6,[createBaseVNode("div",_hoisted_4$6,[createBaseVNode("div",_hoisted_5$6,[withDirectives(createBaseVNode("input",{id:"todo-hideaccount",type:"checkbox","onUpdate:modelValue":t[0]||(t[0]=r=>e.settings.todo.hideaccount=r)},null,512),[[vModelCheckbox,e.settings.todo.hideaccount]]),t[17]||(t[17]=createBaseVNode("label",{class:"width-auto",for:"todo-hideaccount"},"Hide account picker",-1))]),createBaseVNode("div",_hoisted_6$6,[withDirectives(createBaseVNode("input",{id:"todo-hideaccountdetails",type:"checkbox","onUpdate:modelValue":t[1]||(t[1]=r=>e.settings.todo.hideaccountdetails=r)},null,512),[[vModelCheckbox,e.settings.todo.hideaccountdetails]]),t[18]||(t[18]=createBaseVNode("label",{class:"width-auto",for:"todo-hideaccountdetails"},"Hide account details",-1))])]),createBaseVNode("div",_hoisted_7$6,[createBaseVNode("div",_hoisted_8$6,[t[23]||(t[23]=createBaseVNode("label",{for:"todo-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"todo-action","onUpdate:modelValue":t[2]||(t[2]=r=>e.settings.todo.action=r),onChange:t[3]||(t[3]=(...r)=>a.onActionChange&&a.onActionChange(...r))},[t[19]||(t[19]=createBaseVNode("option",null,"createNewWork",-1)),t[20]||(t[20]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_9$6," getNextWork ")):createCommentVNode("",!0),t[21]||(t[21]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_10$6," openWorkItem ")):createCommentVNode("",!0),t[22]||(t[22]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.todo.action]])]),e.settings.todo.action!=="createNewWork"&&e.settings.todo.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_11$6,[t[25]||(t[25]=createBaseVNode("label",{for:"todo-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.todo.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"todo-actionparam",type:"text","onUpdate:modelValue":t[4]||(t[4]=r=>e.settings.todo.actionparam=r)},null,512)),[[vModelText,e.settings.todo.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"todo-action","onUpdate:modelValue":t[5]||(t[5]=r=>e.settings.todo.actionparam=r)},t[24]||(t[24]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.todo.actionparam]])])):createCommentVNode("",!0),e.settings.todo.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.todo.action==="display"?(openBlock(),createElementBlock("div",_hoisted_12$6,[t[26]||(t[26]=createBaseVNode("label",{for:"todo-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"todo-objclass",type:"text","onUpdate:modelValue":t[6]||(t[6]=r=>e.settings.todo.objclass=r)},null,512),[[vModelText,e.settings.todo.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.todo.action==="display"?(openBlock(),createElementBlock("div",_hoisted_13$6,[t[27]||(t[27]=createBaseVNode("label",{for:"todo-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"todo-heading",type:"text","onUpdate:modelValue":t[7]||(t[7]=r=>e.settings.todo.heading=r)},null,512),[[vModelText,e.settings.todo.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.todo.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_14$6,[t[28]||(t[28]=createBaseVNode("label",{for:"todo-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"todo-startcase",type:"text","onUpdate:modelValue":t[8]||(t[8]=r=>e.settings.todo.startcase=r)},null,512),[[vModelText,e.settings.todo.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_15$6,[t[29]||(t[29]=createBaseVNode("label",{for:"todo-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"todo-url",type:"text","onUpdate:modelValue":t[9]||(t[9]=r=>e.settings.todo.url=r)},null,512),[[vModelText,e.settings.todo.url]])]),createBaseVNode("div",_hoisted_16$6,[t[30]||(t[30]=createBaseVNode("label",{for:"todo-application"},"Application name / alias",-1)),withDirectives(createBaseVNode("input",{id:"todo-application",type:"text","onUpdate:modelValue":t[10]||(t[10]=r=>e.settings.todo.application=r)},null,512),[[vModelText,e.settings.todo.application]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_17$6,[t[31]||(t[31]=createBaseVNode("label",{for:"todo-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"todo-channelid",type:"text","onUpdate:modelValue":t[11]||(t[11]=r=>e.settings.todo.channelid=r)},null,512),[[vModelText,e.settings.todo.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_18$6,[t[32]||(t[32]=createBaseVNode("label",{for:"todo-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"todo-tenantid",type:"text","onUpdate:modelValue":t[12]||(t[12]=r=>e.settings.todo.tenantid=r)},null,512),[[vModelText,e.settings.todo.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_19$6,[t[36]||(t[36]=createBaseVNode("label",{for:"todo-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"todo-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.todo.pageTemplate=r)},[t[33]||(t[33]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[34]||(t[34]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[35]||(t[35]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_20$6," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.todo.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_21$6,[withDirectives(createBaseVNode("input",{id:"todo-dataretained",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=r=>e.settings.todo.dataretained=r)},null,512),[[vModelCheckbox,e.settings.todo.dataretained]]),t[37]||(t[37]=createBaseVNode("label",{class:"width-auto",for:"todo-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_22$6,[withDirectives(createBaseVNode("input",{id:"todo-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[15]||(t[15]=r=>e.settings.todo.hideassignmentheader=r)},null,512),[[vModelCheckbox,e.settings.todo.hideassignmentheader]]),t[38]||(t[38]=createBaseVNode("label",{class:"width-auto",for:"todo-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_23$6,[createBaseVNode("div",_hoisted_24$3,[t[39]||(t[39]=createBaseVNode("label",{for:"todo-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"todo-extraparam","onUpdate:modelValue":t[16]||(t[16]=r=>e.settings.todo.extraparam=r)},null,512),[[vModelText,e.settings.todo.extraparam]])])])])])])}const ToDoSettings=_export_sfc(_sfc_main$9,[["render",_sfc_render$9]]),_sfc_main$8={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.activity.action!=="display"?this.settings.activity.actionparam="":this.settings.activity.actionparam="workList"}}},_hoisted_1$6={class:"container-transparent"},_hoisted_2$6={class:"container"},_hoisted_3$5={class:"body"},_hoisted_4$5={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5$5={class:"field-item field-checkbox"},_hoisted_6$5={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$5={class:"field-item"},_hoisted_8$5={key:0},_hoisted_9$5={key:1},_hoisted_10$5={key:0,class:"field-item"},_hoisted_11$5={key:1,class:"field-item"},_hoisted_12$5={key:2,class:"field-item"},_hoisted_13$5={key:3,class:"field-item"},_hoisted_14$5={class:"field-item"},_hoisted_15$5={class:"field-item"},_hoisted_16$5={key:4,class:"field-item"},_hoisted_17$5={key:5,class:"field-item"},_hoisted_18$5={key:6,class:"field-item"},_hoisted_19$5={key:0,value:"simplifiedAssignment"},_hoisted_20$5={key:7,class:"field-item field-checkbox"},_hoisted_21$5={key:8,class:"field-item field-checkbox"},_hoisted_22$5={class:"layout-labels-top"},_hoisted_23$5={class:"field-item"};function _sfc_render$8(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$6,[t[38]||(t[38]=createBaseVNode("h2",null,"Activity component",-1)),t[39]||(t[39]=createBaseVNode("p",null," Configuration of the mashup displayed as the Activity list inside the account page. If the url is not configured, a static set of events is displayed - to hide the activity feed, check the setting hide activity feed below. ",-1)),createBaseVNode("div",_hoisted_2$6,[createBaseVNode("div",_hoisted_3$5,[createBaseVNode("div",_hoisted_4$5,[createBaseVNode("div",_hoisted_5$5,[withDirectives(createBaseVNode("input",{id:"todo-hideactivity",type:"checkbox","onUpdate:modelValue":t[0]||(t[0]=r=>e.settings.todo.hideactivity=r)},null,512),[[vModelCheckbox,e.settings.todo.hideactivity]]),t[16]||(t[16]=createBaseVNode("label",{class:"width-auto",for:"todo-hideactivity"},"Hide activity feed",-1))])]),createBaseVNode("div",_hoisted_6$5,[createBaseVNode("div",_hoisted_7$5,[t[21]||(t[21]=createBaseVNode("label",{for:"activity-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"activity-action","onUpdate:modelValue":t[1]||(t[1]=r=>e.settings.activity.action=r),onChange:t[2]||(t[2]=(...r)=>a.onActionChange&&a.onActionChange(...r))},[t[17]||(t[17]=createBaseVNode("option",null,"createNewWork",-1)),t[18]||(t[18]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_8$5," getNextWork ")):createCommentVNode("",!0),t[19]||(t[19]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_9$5," openWorkItem ")):createCommentVNode("",!0),t[20]||(t[20]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.activity.action]])]),e.settings.activity.action!=="createNewWork"&&e.settings.activity.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_10$5,[t[23]||(t[23]=createBaseVNode("label",{for:"activity-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.activity.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"activity-actionparam",type:"text","onUpdate:modelValue":t[3]||(t[3]=r=>e.settings.activity.actionparam=r)},null,512)),[[vModelText,e.settings.activity.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"activity-action","onUpdate:modelValue":t[4]||(t[4]=r=>e.settings.activity.actionparam=r)},t[22]||(t[22]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.activity.actionparam]])])):createCommentVNode("",!0),e.settings.activity.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.activity.action==="display"?(openBlock(),createElementBlock("div",_hoisted_11$5,[t[24]||(t[24]=createBaseVNode("label",{for:"activity-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"activity-objclass",type:"text","onUpdate:modelValue":t[5]||(t[5]=r=>e.settings.activity.objclass=r)},null,512),[[vModelText,e.settings.activity.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.activity.action==="display"?(openBlock(),createElementBlock("div",_hoisted_12$5,[t[25]||(t[25]=createBaseVNode("label",{for:"activity-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"activity-heading",type:"text","onUpdate:modelValue":t[6]||(t[6]=r=>e.settings.activity.heading=r)},null,512),[[vModelText,e.settings.activity.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.activity.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_13$5,[t[26]||(t[26]=createBaseVNode("label",{for:"activity-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"activity-startcase",type:"text","onUpdate:modelValue":t[7]||(t[7]=r=>e.settings.activity.startcase=r)},null,512),[[vModelText,e.settings.activity.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_14$5,[t[27]||(t[27]=createBaseVNode("label",{for:"activity-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"activity-url",type:"text","onUpdate:modelValue":t[8]||(t[8]=r=>e.settings.activity.url=r)},null,512),[[vModelText,e.settings.activity.url]])]),createBaseVNode("div",_hoisted_15$5,[t[28]||(t[28]=createBaseVNode("label",{for:"activity-application"},"Application name / alias",-1)),withDirectives(createBaseVNode("input",{id:"activity-application",type:"text","onUpdate:modelValue":t[9]||(t[9]=r=>e.settings.activity.application=r)},null,512),[[vModelText,e.settings.activity.application]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_16$5,[t[29]||(t[29]=createBaseVNode("label",{for:"activity-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"activity-channelid",type:"text","onUpdate:modelValue":t[10]||(t[10]=r=>e.settings.activity.channelid=r)},null,512),[[vModelText,e.settings.activity.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_17$5,[t[30]||(t[30]=createBaseVNode("label",{for:"activity-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"activity-tenantid",type:"text","onUpdate:modelValue":t[11]||(t[11]=r=>e.settings.activity.tenantid=r)},null,512),[[vModelText,e.settings.activity.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_18$5,[t[34]||(t[34]=createBaseVNode("label",{for:"activity-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"activity-pagetemplate","onUpdate:modelValue":t[12]||(t[12]=r=>e.settings.activity.pageTemplate=r)},[t[31]||(t[31]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[32]||(t[32]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[33]||(t[33]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_19$5," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.activity.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_20$5,[withDirectives(createBaseVNode("input",{id:"activity-dataretained",type:"checkbox","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.activity.dataretained=r)},null,512),[[vModelCheckbox,e.settings.activity.dataretained]]),t[35]||(t[35]=createBaseVNode("label",{class:"width-auto",for:"activity-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_21$5,[withDirectives(createBaseVNode("input",{id:"activity-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=r=>e.settings.activity.hideassignmentheader=r)},null,512),[[vModelCheckbox,e.settings.activity.hideassignmentheader]]),t[36]||(t[36]=createBaseVNode("label",{class:"width-auto",for:"activity-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_22$5,[createBaseVNode("div",_hoisted_23$5,[t[37]||(t[37]=createBaseVNode("label",{for:"activity-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"activity-extraparam","onUpdate:modelValue":t[15]||(t[15]=r=>e.settings.activity.extraparam=r)},null,512),[[vModelText,e.settings.activity.extraparam]])])])])])])}const ActivitySettings=_export_sfc(_sfc_main$8,[["render",_sfc_render$8]]),_sfc_main$7={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.homeheroaction.action!=="display"?this.settings.homeheroaction.actionparam="":this.settings.homeheroaction.actionparam="workList"}}},_hoisted_1$5={class:"container-transparent"},_hoisted_2$5={class:"container"},_hoisted_3$4={class:"body"},_hoisted_4$4={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5$4={class:"field-item"},_hoisted_6$4={key:0},_hoisted_7$4={key:1},_hoisted_8$4={key:0,class:"field-item"},_hoisted_9$4={key:1,class:"field-item"},_hoisted_10$4={key:2,class:"field-item"},_hoisted_11$4={key:3,class:"field-item"},_hoisted_12$4={class:"field-item"},_hoisted_13$4={class:"field-item"},_hoisted_14$4={class:"field-item"},_hoisted_15$4={class:"field-item"},_hoisted_16$4={key:4,class:"field-item"},_hoisted_17$4={key:5,class:"field-item"},_hoisted_18$4={key:6,class:"field-item"},_hoisted_19$4={key:0,value:"simplifiedAssignment"},_hoisted_20$4={key:7,class:"field-item field-checkbox"},_hoisted_21$4={key:8,class:"field-item field-checkbox"},_hoisted_22$4={class:"layout-labels-top"},_hoisted_23$4={class:"field-item"};function _sfc_render$7(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$5,[t[40]||(t[40]=createBaseVNode("h2",null,"Home Hero Action",-1)),t[41]||(t[41]=createBaseVNode("p",null,' Configuration of the mashup displayed when clicking on the "Learn more" button inside the Hero placement of the Home page ',-1)),createBaseVNode("div",_hoisted_2$5,[createBaseVNode("div",_hoisted_3$4,[createBaseVNode("div",_hoisted_4$4,[createBaseVNode("div",_hoisted_5$4,[t[21]||(t[21]=createBaseVNode("label",{for:"homeheroaction-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"homeheroaction-action","onUpdate:modelValue":t[0]||(t[0]=r=>e.settings.homeheroaction.action=r),onChange:t[1]||(t[1]=(...r)=>a.onActionChange&&a.onActionChange(...r))},[t[17]||(t[17]=createBaseVNode("option",null,"createNewWork",-1)),t[18]||(t[18]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_6$4," getNextWork ")):createCommentVNode("",!0),t[19]||(t[19]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_7$4," openWorkItem ")):createCommentVNode("",!0),t[20]||(t[20]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.homeheroaction.action]])]),e.settings.homeheroaction.action!=="createNewWork"&&e.settings.homeheroaction.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_8$4,[t[23]||(t[23]=createBaseVNode("label",{for:"homeheroaction-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.homeheroaction.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"homeheroaction-actionparam",type:"text","onUpdate:modelValue":t[2]||(t[2]=r=>e.settings.homeheroaction.actionparam=r)},null,512)),[[vModelText,e.settings.homeheroaction.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"homeheroaction-action","onUpdate:modelValue":t[3]||(t[3]=r=>e.settings.homeheroaction.actionparam=r)},t[22]||(t[22]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.homeheroaction.actionparam]])])):createCommentVNode("",!0),e.settings.homeheroaction.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.homeheroaction.action==="display"?(openBlock(),createElementBlock("div",_hoisted_9$4,[t[24]||(t[24]=createBaseVNode("label",{for:"homeheroaction-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-objclass",type:"text","onUpdate:modelValue":t[4]||(t[4]=r=>e.settings.homeheroaction.objclass=r)},null,512),[[vModelText,e.settings.homeheroaction.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.homeheroaction.action==="display"?(openBlock(),createElementBlock("div",_hoisted_10$4,[t[25]||(t[25]=createBaseVNode("label",{for:"homeheroaction-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-heading",type:"text","onUpdate:modelValue":t[5]||(t[5]=r=>e.settings.homeheroaction.heading=r)},null,512),[[vModelText,e.settings.homeheroaction.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.homeheroaction.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_11$4,[t[26]||(t[26]=createBaseVNode("label",{for:"homeheroaction-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-startcase",type:"text","onUpdate:modelValue":t[6]||(t[6]=r=>e.settings.homeheroaction.startcase=r)},null,512),[[vModelText,e.settings.homeheroaction.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_12$4,[t[27]||(t[27]=createBaseVNode("label",{for:"homeheroaction-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-url",type:"text","onUpdate:modelValue":t[7]||(t[7]=r=>e.settings.homeheroaction.url=r)},null,512),[[vModelText,e.settings.homeheroaction.url]])]),createBaseVNode("div",_hoisted_13$4,[t[28]||(t[28]=createBaseVNode("label",{for:"homeheroaction-application"},"Application name / alias",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-application",type:"text","onUpdate:modelValue":t[8]||(t[8]=r=>e.settings.homeheroaction.application=r)},null,512),[[vModelText,e.settings.homeheroaction.application]])]),createBaseVNode("div",_hoisted_14$4,[t[29]||(t[29]=createBaseVNode("label",{for:"homeheroaction-pega_userid"},"Pega userid",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-pega_userid",type:"text","onUpdate:modelValue":t[9]||(t[9]=r=>e.settings.homeheroaction.pega_userid=r)},null,512),[[vModelText,e.settings.homeheroaction.pega_userid]])]),createBaseVNode("div",_hoisted_15$4,[t[30]||(t[30]=createBaseVNode("label",{for:"homeheroaction-pega_pwd"},"Pega password",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-pega_pwd",type:"password","onUpdate:modelValue":t[10]||(t[10]=r=>e.settings.homeheroaction.pega_pwd=r)},null,512),[[vModelText,e.settings.homeheroaction.pega_pwd]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_16$4,[t[31]||(t[31]=createBaseVNode("label",{for:"homeheroaction-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-channelid",type:"text","onUpdate:modelValue":t[11]||(t[11]=r=>e.settings.homeheroaction.channelid=r)},null,512),[[vModelText,e.settings.homeheroaction.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_17$4,[t[32]||(t[32]=createBaseVNode("label",{for:"homeheroaction-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-tenantid",type:"text","onUpdate:modelValue":t[12]||(t[12]=r=>e.settings.homeheroaction.tenantid=r)},null,512),[[vModelText,e.settings.homeheroaction.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_18$4,[t[36]||(t[36]=createBaseVNode("label",{for:"homeheroaction-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"homeheroaction-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.homeheroaction.pageTemplate=r)},[t[33]||(t[33]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[34]||(t[34]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[35]||(t[35]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_19$4," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.homeheroaction.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_20$4,[withDirectives(createBaseVNode("input",{id:"homeheroaction-dataretained",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=r=>e.settings.homeheroaction.dataretained=r)},null,512),[[vModelCheckbox,e.settings.homeheroaction.dataretained]]),t[37]||(t[37]=createBaseVNode("label",{class:"width-auto",for:"homeheroaction-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_21$4,[withDirectives(createBaseVNode("input",{id:"homeheroaction-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[15]||(t[15]=r=>e.settings.homeheroaction.hideassignmentheader=r)},null,512),[[vModelCheckbox,e.settings.homeheroaction.hideassignmentheader]]),t[38]||(t[38]=createBaseVNode("label",{class:"width-auto",for:"homeheroaction-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_22$4,[createBaseVNode("div",_hoisted_23$4,[t[39]||(t[39]=createBaseVNode("label",{for:"homeheroaction-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"homeheroaction-extraparam","onUpdate:modelValue":t[16]||(t[16]=r=>e.settings.homeheroaction.extraparam=r)},null,512),[[vModelText,e.settings.homeheroaction.extraparam]])])])])])])}const HomeHeroActionSettings=_export_sfc(_sfc_main$7,[["render",_sfc_render$7]]),_sfc_main$6={data(){return mainconfig},components:{Container}},_hoisted_1$4={class:"container-transparent"},_hoisted_2$4={class:"layout-inline-grid-double layout-labels-left"},_hoisted_3$3={class:"field-item"},_hoisted_4$3=["id","onUpdate:modelValue"],_hoisted_5$3=["for"],_hoisted_6$3={class:"field-item"},_hoisted_7$3=["id","onUpdate:modelValue"],_hoisted_8$3=["for"],_hoisted_9$3={class:"layout-inline-grid-double layout-labels-top"},_hoisted_10$3={class:"field-item"},_hoisted_11$3=["for"],_hoisted_12$3=["id","onUpdate:modelValue"],_hoisted_13$3={class:"field-item"},_hoisted_14$3=["for"],_hoisted_15$3=["id","onUpdate:modelValue"],_hoisted_16$3={class:"field-item"},_hoisted_17$3=["for"],_hoisted_18$3=["id","onUpdate:modelValue"],_hoisted_19$3={class:"field-item"},_hoisted_20$3=["for"],_hoisted_21$3=["id","onUpdate:modelValue"],_hoisted_22$3={class:"field-item"},_hoisted_23$3=["for"],_hoisted_24$2=["id","onUpdate:modelValue"],_hoisted_25$2={class:"field-item"},_hoisted_26$2=["for"],_hoisted_27$2=["id","onUpdate:modelValue"],_hoisted_28$2={class:"field-item"},_hoisted_29$2=["for"],_hoisted_30$1=["id","onUpdate:modelValue"],_hoisted_31$1={class:"field-item"},_hoisted_32$1=["for"],_hoisted_33$1=["id","onUpdate:modelValue"],_hoisted_34$1={class:"field-item"},_hoisted_35$1=["for"],_hoisted_36$1=["id","onUpdate:modelValue"],_hoisted_37$1={class:"field-item"},_hoisted_38$1=["for"],_hoisted_39$1=["id","onUpdate:modelValue"],_hoisted_40$1={class:"field-item"},_hoisted_41$1=["for"],_hoisted_42$1=["id","onUpdate:modelValue"],_hoisted_43$1={class:"field-item"},_hoisted_44$1=["for"],_hoisted_45$1=["id","onUpdate:modelValue"],_hoisted_46$1={class:"layout-labels-top"},_hoisted_47$1={class:"field-item"},_hoisted_48$1=["for"],_hoisted_49$1=["id","onUpdate:modelValue"],_hoisted_50$1={class:"field-item"},_hoisted_51$1=["for"],_hoisted_52$1=["id","onUpdate:modelValue"],_hoisted_53$1={class:"layout-inline-grid-double layout-labels-left"},_hoisted_54$1={class:"field-item"},_hoisted_55=["id","onUpdate:modelValue"],_hoisted_56=["for"];function _sfc_render$6(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$4,[t[0]||(t[0]=createBaseVNode("h2",null,"Users",-1)),t[1]||(t[1]=createBaseVNode("p",null," Configuration of the credentials for the users that can login into the application. Each user is mapped to a Pega Platform user. ",-1)),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.users,(l,c)=>(openBlock(),createElementBlock("div",{key:c},[createVNode(r,{title:"User "+(c+1),expanded:c===0},{default:withCtx(()=>[createBaseVNode("div",_hoisted_2$4,[createBaseVNode("div",_hoisted_3$3,[withDirectives(createBaseVNode("input",{type:"checkbox",id:"user-"+c+"-load_by_default","onUpdate:modelValue":d=>l.load_by_default=d},null,8,_hoisted_4$3),[[vModelCheckbox,l.load_by_default]]),createBaseVNode("label",{class:"width-auto",for:"user-"+c+"-load_by_default"},"Loaded by default",8,_hoisted_5$3)]),createBaseVNode("div",_hoisted_6$3,[withDirectives(createBaseVNode("input",{type:"checkbox",id:"user-"+c+"-show_opname","onUpdate:modelValue":d=>l.show_opname=d},null,8,_hoisted_7$3),[[vModelCheckbox,l.show_opname]]),createBaseVNode("label",{class:"width-auto",for:"user-"+c+"-show_opname"},"Show operator name",8,_hoisted_8$3)])]),createBaseVNode("div",_hoisted_9$3,[createBaseVNode("div",_hoisted_10$3,[createBaseVNode("label",{for:"user-"+c+"-username"},"Username",8,_hoisted_11$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-username",type:"text","onUpdate:modelValue":d=>l.username=d},null,8,_hoisted_12$3),[[vModelText,l.username]])]),createBaseVNode("div",_hoisted_13$3,[createBaseVNode("label",{for:"user-"+c+"-password"},"Password",8,_hoisted_14$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-password",type:"password","onUpdate:modelValue":d=>l.password=d},null,8,_hoisted_15$3),[[vModelText,l.password]])]),createBaseVNode("div",_hoisted_16$3,[createBaseVNode("label",{for:"user-"+c+"-img"},"Image",8,_hoisted_17$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-img",type:"text","onUpdate:modelValue":d=>l.img=d},null,8,_hoisted_18$3),[[vModelText,l.img]])]),createBaseVNode("div",_hoisted_19$3,[createBaseVNode("label",{for:"user-"+c+"-company_name"},"Company",8,_hoisted_20$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-company_name",type:"text","onUpdate:modelValue":d=>l.company_name=d},null,8,_hoisted_21$3),[[vModelText,l.company_name]])]),createBaseVNode("div",_hoisted_22$3,[createBaseVNode("label",{for:"user-"+c+"-name"},"Name",8,_hoisted_23$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-name",type:"text","onUpdate:modelValue":d=>l.name=d},null,8,_hoisted_24$2),[[vModelText,l.name]])]),createBaseVNode("div",_hoisted_25$2,[createBaseVNode("label",{for:"user-"+c+"-billpay"},"Bill amount",8,_hoisted_26$2),withDirectives(createBaseVNode("input",{id:"user-"+c+"-billpay",type:"text","onUpdate:modelValue":d=>l.billpay=d},null,8,_hoisted_27$2),[[vModelText,l.billpay]])]),createBaseVNode("div",_hoisted_28$2,[createBaseVNode("label",{for:"user-"+c+"-pega_userid"},"Pega userid",8,_hoisted_29$2),withDirectives(createBaseVNode("input",{id:"user-"+c+"-pega_userid",type:"text","onUpdate:modelValue":d=>l.pega_userid=d},null,8,_hoisted_30$1),[[vModelText,l.pega_userid]])]),createBaseVNode("div",_hoisted_31$1,[createBaseVNode("label",{for:"user-"+c+"-pega_pwd"},"Pega password",8,_hoisted_32$1),withDirectives(createBaseVNode("input",{id:"user-"+c+"-pega_pwd",type:"password","onUpdate:modelValue":d=>l.pega_pwd=d},null,8,_hoisted_33$1),[[vModelText,l.pega_pwd]])]),createBaseVNode("div",_hoisted_34$1,[createBaseVNode("label",{for:"user-"+c+"-otp_send_to"},"OTP send to (email or phone)",8,_hoisted_35$1),withDirectives(createBaseVNode("input",{id:"user-"+c+"-otp_send_to",type:"text","onUpdate:modelValue":d=>l.otp_send_to=d},null,8,_hoisted_36$1),[[vModelText,l.otp_send_to]])]),createBaseVNode("div",_hoisted_37$1,[createBaseVNode("label",{for:"user-"+c+"-accountid"},"Account ID (Mashup Chat)",8,_hoisted_38$1),withDirectives(createBaseVNode("input",{id:"user-"+c+"-accountid",type:"text","onUpdate:modelValue":d=>l.accountID=d},null,8,_hoisted_39$1),[[vModelText,l.accountID]])]),createBaseVNode("div",_hoisted_40$1,[createBaseVNode("label",{for:"user-"+c+"-contactid"},"Contact ID (Mashup Chat)",8,_hoisted_41$1),withDirectives(createBaseVNode("input",{id:"user-"+c+"-contactid",type:"text","onUpdate:modelValue":d=>l.contactID=d},null,8,_hoisted_42$1),[[vModelText,l.contactID]])]),createBaseVNode("div",_hoisted_43$1,[createBaseVNode("label",{for:"user-"+c+"-customerid"},"Customer ID (Customer Decision Hub)",8,_hoisted_44$1),withDirectives(createBaseVNode("input",{id:"user-"+c+"-customerid",type:"text","onUpdate:modelValue":d=>l.customerID=d},null,8,_hoisted_45$1),[[vModelText,l.customerID]])])]),createBaseVNode("div",_hoisted_46$1,[createBaseVNode("div",_hoisted_47$1,[createBaseVNode("label",{for:"user-"+c+"-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",8,_hoisted_48$1),withDirectives(createBaseVNode("textarea",{id:"user-"+c+"-extraparam","onUpdate:modelValue":d=>l.extraparam=d},null,8,_hoisted_49$1),[[vModelText,l.extraparam]])]),createBaseVNode("div",_hoisted_50$1,[createBaseVNode("label",{for:"user-"+c+"-dmm_context_data"},"Additional context data for Digital Messaging Manager (format: first_name=john,last_name=smith)",8,_hoisted_51$1),withDirectives(createBaseVNode("textarea",{id:"user-"+c+"-dmm_context_data","onUpdate:modelValue":d=>l.dmm_context_data=d},null,8,_hoisted_52$1),[[vModelText,l.dmm_context_data]])])]),createBaseVNode("div",_hoisted_53$1,[createBaseVNode("div",_hoisted_54$1,[withDirectives(createBaseVNode("input",{type:"checkbox",id:"user-"+c+"-hide_from_dropdown","onUpdate:modelValue":d=>l.hide_from_dropdown=d},null,8,_hoisted_55),[[vModelCheckbox,l.hide_from_dropdown]]),createBaseVNode("label",{class:"width-auto",for:"user-"+c+"-hide_from_dropdown"},"Hide from login dropdown",8,_hoisted_56)])])]),_:2},1032,["title","expanded"])]))),128))])}const UsersSettings=_export_sfc(_sfc_main$6,[["render",_sfc_render$6]]),_sfc_main$5={data(){return mainconfig},components:{Container},methods:{addCustomEvent(){const e={CustomEventAction:"HighlightElement",CustomEventName:"",ElementName:"",SendAcknowledgement:!1,AcknowledgeOn:"After5Seconds"};this.settings.CustomEvents.push(e)},removeCustomEvent(e){console.log("removeCustomEvent",e),this.settings.CustomEvents.splice(e,1)}}},_hoisted_1$3={class:"container-transparent"},_hoisted_2$3={class:"layout-labels-top"},_hoisted_3$2={class:"field-item"},_hoisted_4$2={class:"field-item"},_hoisted_5$2={class:"field-item"},_hoisted_6$2={class:"field-item"},_hoisted_7$2={class:"flex event-header"},_hoisted_8$2={class:"event-title"},_hoisted_9$2=["onClick"],_hoisted_10$2={class:"field-item"},_hoisted_11$2=["onUpdate:modelValue"],_hoisted_12$2={class:"field-item"},_hoisted_13$2=["onUpdate:modelValue"],_hoisted_14$2={class:"field-item"},_hoisted_15$2=["onUpdate:modelValue"],_hoisted_16$2={class:"layout-labels-top layout-inline-grid-double"},_hoisted_17$2={class:"field-item field-checkbox"},_hoisted_18$2=["onUpdate:modelValue","id"],_hoisted_19$2=["for"],_hoisted_20$2=["for"],_hoisted_21$2={key:0,class:"field-item"},_hoisted_22$2=["onUpdate:modelValue"],_hoisted_23$2={key:0},_hoisted_24$1={class:"layout-labels-top layout-inline-grid-double"},_hoisted_25$1={class:"field-item"},_hoisted_26$1={class:"field-item"},_hoisted_27$1={class:"layout-labels-top layout-inline-grid-double"},_hoisted_28$1={class:"field-item"},_hoisted_29$1={class:"field-item"};function _sfc_render$5(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$3,[t[25]||(t[25]=createBaseVNode("h2",null,"Messaging and Co-Browse",-1)),t[26]||(t[26]=createBaseVNode("p",null,[createTextVNode(" Configuration of the messaging and Co-Browse components. Enter an empty 'URL' to disable the functionality. For more details, click "),createBaseVNode("a",{href:"https://github.com/pegasystems/uplus-wss/wiki/How-to-configure-the-Pega-Chat-bot"},"here"),createTextVNode(". ")],-1)),createVNode(r,{title:"Messaging",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_2$3,[createBaseVNode("div",_hoisted_3$2,[t[9]||(t[9]=createBaseVNode("label",{for:"chat-DMMID"},"ID of the widget",-1)),withDirectives(createBaseVNode("input",{id:"chat-DMMID",type:"text","onUpdate:modelValue":t[0]||(t[0]=l=>e.settings.pega_chat.DMMID=l)},null,512),[[vModelText,e.settings.pega_chat.DMMID]])]),createBaseVNode("div",_hoisted_4$2,[t[10]||(t[10]=createBaseVNode("label",{for:"chat-DMMURL"},"URL of the Digital Messaging Server",-1)),withDirectives(createBaseVNode("input",{id:"chat-DMMURL",type:"text","onUpdate:modelValue":t[1]||(t[1]=l=>e.settings.pega_chat.DMMURL=l)},null,512),[[vModelText,e.settings.pega_chat.DMMURL]])]),createBaseVNode("div",_hoisted_5$2,[t[11]||(t[11]=createBaseVNode("label",{for:"chat-DMMSecret"},"Secret to generate JWT Token for authentication",-1)),withDirectives(createBaseVNode("input",{id:"chat-DMMSecret",type:"text","onUpdate:modelValue":t[2]||(t[2]=l=>e.settings.pega_chat.DMMSecret=l)},null,512),[[vModelText,e.settings.pega_chat.DMMSecret]])]),createBaseVNode("div",_hoisted_6$2,[t[12]||(t[12]=createBaseVNode("label",{for:"chat-DMMPrivateURL"},"Base URL of the Digital Messaging server to send private data & custom event acknowledgements",-1)),withDirectives(createBaseVNode("input",{id:"chat-DMMPrivateURL",type:"text","onUpdate:modelValue":t[3]||(t[3]=l=>e.settings.pega_chat.DMMPrivateURL=l)},null,512),[[vModelText,e.settings.pega_chat.DMMPrivateURL]])])])]),_:1}),createVNode(r,{title:"Custom Events"},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.CustomEvents,(l,c)=>(openBlock(),createElementBlock("div",{key:c,class:"layout-labels-top"},[createBaseVNode("div",_hoisted_7$2,[createBaseVNode("h4",_hoisted_8$2,"Custom Event "+toDisplayString$1(c+1),1),createBaseVNode("i",{onClick:d=>a.removeCustomEvent(c),class:"pi pi-trash remove-event"},null,8,_hoisted_9$2)]),createBaseVNode("div",_hoisted_10$2,[t[13]||(t[13]=createBaseVNode("label",{for:"chat-CustomEventName"},"Event Name",-1)),withDirectives(createBaseVNode("input",{id:"chat-CustomEventName",type:"text","onUpdate:modelValue":d=>l.CustomEventName=d},null,8,_hoisted_11$2),[[vModelText,l.CustomEventName]])]),createBaseVNode("div",_hoisted_12$2,[t[15]||(t[15]=createBaseVNode("label",{for:"chat-CustomEventAction"},"Event action",-1)),withDirectives(createBaseVNode("select",{id:"chat-CustomEventAction","onUpdate:modelValue":d=>l.CustomEventAction=d},t[14]||(t[14]=[createBaseVNode("option",{value:"HighlightElement"},"Highlight Element",-1),createBaseVNode("option",{value:"ClickElement"},"Click Element",-1)]),8,_hoisted_13$2),[[vModelSelect,l.CustomEventAction]])]),createBaseVNode("div",_hoisted_14$2,[t[16]||(t[16]=createBaseVNode("label",{for:"chat-ElementName"},"Element To Select (Enter the elements text value e.g. 'Log in')",-1)),withDirectives(createBaseVNode("input",{id:"chat-ElementName",type:"text","onUpdate:modelValue":d=>l.ElementName=d},null,8,_hoisted_15$2),[[vModelText,l.ElementName]])]),createBaseVNode("div",_hoisted_16$2,[createBaseVNode("div",_hoisted_17$2,[withDirectives(createBaseVNode("input",{type:"checkbox","onUpdate:modelValue":d=>l.SendAcknowledgement=d,id:"chat-"+c+"-SendAcknowledgement"},null,8,_hoisted_18$2),[[vModelCheckbox,l.SendAcknowledgement]]),l.SendAcknowledgement?createCommentVNode("",!0):(openBlock(),createElementBlock("label",{key:0,class:"width-auto",for:"chat-"+c+"-SendAcknowledgement"},"Send Event Acknowledgement",8,_hoisted_19$2)),l.SendAcknowledgement?(openBlock(),createElementBlock("label",{key:1,class:"width-auto",for:"chat-"+c+"-SendAcknowledgement"},"Send Event Acknowledgement After:",8,_hoisted_20$2)):createCommentVNode("",!0)]),l.SendAcknowledgement?(openBlock(),createElementBlock("div",_hoisted_21$2,[withDirectives(createBaseVNode("select",{id:"chat-AcknowledgeOn","onUpdate:modelValue":d=>l.AcknowledgeOn=d},t[17]||(t[17]=[createBaseVNode("option",{value:"LoginSuccess"},"Login Success",-1),createBaseVNode("option",{value:"After5Seconds"},"5 seconds",-1),createBaseVNode("option",{value:"After30Seconds"},"30 seconds",-1)]),8,_hoisted_22$2),[[vModelSelect,l.AcknowledgeOn]])])):createCommentVNode("",!0)]),c!=e.settings.CustomEvents.length-1?(openBlock(),createElementBlock("hr",_hoisted_23$2)):createCommentVNode("",!0)]))),128)),createBaseVNode("a",{class:"add-event",onClick:t[4]||(t[4]=(...l)=>a.addCustomEvent&&a.addCustomEvent(...l))},t[18]||(t[18]=[createTextVNode("Add Event "),createBaseVNode("i",{class:"pi pi-plus"},null,-1)])),t[19]||(t[19]=createBaseVNode("br",null,null,-1)),t[20]||(t[20]=createBaseVNode("br",null,null,-1))]),_:1}),createVNode(r,{title:"Proactive chat on page load",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_24$1,[createBaseVNode("div",_hoisted_25$1,[t[21]||(t[21]=createBaseVNode("label",{for:"chat-DMMProactiveChatNewSessionTimeout"},"Time to wait (in ms) - use 0 to disable",-1)),withDirectives(createBaseVNode("input",{id:"chat-DMMProactiveChatNewSessionTimeout",type:"number","onUpdate:modelValue":t[5]||(t[5]=l=>e.settings.pega_chat.DMMProactiveChatNewSessionTimeout=l)},null,512),[[vModelText,e.settings.pega_chat.DMMProactiveChatNewSessionTimeout]])]),createBaseVNode("div",_hoisted_26$1,[t[22]||(t[22]=createBaseVNode("label",{for:"chat-DMMProactiveChatNewSessionCode"},"Trigger code",-1)),withDirectives(createBaseVNode("input",{id:"chat-DMMProactiveChatNewSessionCode",type:"text","onUpdate:modelValue":t[6]||(t[6]=l=>e.settings.pega_chat.DMMProactiveChatNewSessionCode=l)},null,512),[[vModelText,e.settings.pega_chat.DMMProactiveChatNewSessionCode]])])])]),_:1}),createVNode(r,{title:"Co-Browse",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_27$1,[createBaseVNode("div",_hoisted_28$1,[t[23]||(t[23]=createBaseVNode("label",{for:"chat-CoBrowseServerURL"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"chat-CoBrowseServerURL",type:"text","onUpdate:modelValue":t[7]||(t[7]=l=>e.settings.pega_chat.CoBrowseServerURL=l)},null,512),[[vModelText,e.settings.pega_chat.CoBrowseServerURL]])]),createBaseVNode("div",_hoisted_29$1,[t[24]||(t[24]=createBaseVNode("label",{for:"chat-CoBrowseToken"},"Token",-1)),withDirectives(createBaseVNode("input",{id:"chat-CoBrowseToken",type:"text","onUpdate:modelValue":t[8]||(t[8]=l=>e.settings.pega_chat.CoBrowseToken=l)},null,512),[[vModelText,e.settings.pega_chat.CoBrowseToken]])])])]),_:1})])}const ChatSettings=_export_sfc(_sfc_main$5,[["render",_sfc_render$5]]),_sfc_main$4={data(){return mainconfig},components:{Container},methods:{resetExternalID(e){e.preventDefault(),this.ExternalID="uplus-"+Date.now(),sessionStorage.setItem("ExternalID",this.ExternalID),navigator.clipboard.writeText(this.ExternalID).then(()=>{alert("ExternalID was successfully copied in the clipboard")}).catch(()=>{alert("Something went wrong, could not copy ExternalID in the clipboard")})}}},_hoisted_1$2={class:"container-transparent"},_hoisted_2$2={class:"layout-labels-top layout-inline-grid-double"},_hoisted_3$1={class:"field-item"},_hoisted_4$1={class:"field-item"},_hoisted_5$1={class:"field-item"},_hoisted_6$1={class:"field-item"},_hoisted_7$1={class:"field-item"},_hoisted_8$1={key:0,class:"field-item"},_hoisted_9$1={key:1,class:"field-item"},_hoisted_10$1={class:"layout-labels-left"},_hoisted_11$1={key:0,class:"field-item field-checkbox"},_hoisted_12$1={class:"field-item field-checkbox"},_hoisted_13$1={class:"field-item field-checkbox"},_hoisted_14$1={class:"field-item field-checkbox"},_hoisted_15$1={class:"layout-labels-left layout-inline-grid-double"},_hoisted_16$1={class:"field-item field-checkbox"},_hoisted_17$1={key:0,class:"field-item"},_hoisted_18$1={class:"field-item field-checkbox"},_hoisted_19$1={class:"field-item field-checkbox"},_hoisted_20$1={class:"layout-labels-top layout-inline-grid-double"},_hoisted_21$1={class:"field-item"},_hoisted_22$1={class:"field-item"},_hoisted_23$1={class:"field-item"},_hoisted_24={class:"field-item"},_hoisted_25={class:"layout-labels-top layout-inline-grid-double"},_hoisted_26={class:"field-item"},_hoisted_27={class:"field-item"},_hoisted_28={class:"field-item"},_hoisted_29={class:"field-item"},_hoisted_30={class:"layout-labels-left"},_hoisted_31={class:"field-item"},_hoisted_32={class:"layout-labels-top layout-inline-grid-double"},_hoisted_33={class:"field-item"},_hoisted_34={class:"field-item"},_hoisted_35={class:"field-item"},_hoisted_36={class:"field-item"},_hoisted_37={class:"layout-labels-top layout-inline-grid-double"},_hoisted_38={class:"field-item"},_hoisted_39={class:"field-item"},_hoisted_40={class:"field-item"},_hoisted_41={class:"field-item"},_hoisted_42={class:"layout-labels-top layout-inline-grid-double"},_hoisted_43={class:"field-item"},_hoisted_44=["for"],_hoisted_45=["id","onUpdate:modelValue"],_hoisted_46={class:"field-item"},_hoisted_47=["for"],_hoisted_48=["id","onUpdate:modelValue"],_hoisted_49={class:"field-item"},_hoisted_50=["for"],_hoisted_51=["id","onUpdate:modelValue"],_hoisted_52={class:"field-item"},_hoisted_53=["for"],_hoisted_54=["id","onUpdate:modelValue"];function _sfc_render$4(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$2,[t[69]||(t[69]=createBaseVNode("h2",null,"Customer Decision Hub",-1)),t[70]||(t[70]=createBaseVNode("p",null,[createTextVNode(" Configuration to use Customer Decision Hub to generate offers. Enter an empty 'Host' to disable this functionality. For more details, click "),createBaseVNode("a",{href:"https://github.com/pegasystems/uplus-wss/wiki/Integration-with-the-Customer-Decision-Hub"},"here"),createTextVNode(". ")],-1)),createVNode(r,{title:"General",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_2$2,[createBaseVNode("div",_hoisted_3$1,[t[32]||(t[32]=createBaseVNode("label",{for:"NBAM-Host"},"Host",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-Host",type:"text","onUpdate:modelValue":t[0]||(t[0]=l=>e.settings.pega_marketing.Host=l)},null,512),[[vModelText,e.settings.pega_marketing.Host]])]),createBaseVNode("div",_hoisted_4$1,[t[33]||(t[33]=createBaseVNode("label",{for:"NBAM-Port"},"Port",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-Port",type:"text","onUpdate:modelValue":t[1]||(t[1]=l=>e.settings.pega_marketing.Port=l)},null,512),[[vModelText,e.settings.pega_marketing.Port]])]),createBaseVNode("div",_hoisted_5$1,[t[34]||(t[34]=createBaseVNode("label",{for:"NBAM-Channel"},"Channel",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-Channel",type:"text","onUpdate:modelValue":t[2]||(t[2]=l=>e.settings.pega_marketing.channel=l)},null,512),[[vModelText,e.settings.pega_marketing.channel]])]),createBaseVNode("div",_hoisted_6$1,[t[35]||(t[35]=createBaseVNode("label",{for:"NBAM-requestTimeout"},"Timeout for XHR request (in ms)",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-requestTimeout",type:"integer","onUpdate:modelValue":t[3]||(t[3]=l=>e.settings.pega_marketing.requestTimeout=l)},null,512),[[vModelText,e.settings.pega_marketing.requestTimeout]])]),createBaseVNode("div",_hoisted_7$1,[t[37]||(t[37]=createBaseVNode("label",{for:"NBAM-APILevel"},"API level",-1)),withDirectives(createBaseVNode("select",{id:"NBAM-APILevel","onUpdate:modelValue":t[4]||(t[4]=l=>e.settings.pega_marketing.apiLevel=l)},t[36]||(t[36]=[createBaseVNode("option",null,"V2",-1),createBaseVNode("option",null,"V3",-1),createBaseVNode("option",null,"V4",-1)]),512),[[vModelSelect,e.settings.pega_marketing.apiLevel]])]),e.settings.pega_marketing.apiLevel!=="V2"?(openBlock(),createElementBlock("div",_hoisted_8$1,[t[38]||(t[38]=createBaseVNode("label",{for:"NBAM-contextName"},"Context name",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-contextName","onUpdate:modelValue":t[5]||(t[5]=l=>e.settings.pega_marketing.contextName=l)},null,512),[[vModelText,e.settings.pega_marketing.contextName]])])):createCommentVNode("",!0),e.settings.pega_marketing.apiLevel!=="V2"?(openBlock(),createElementBlock("div",_hoisted_9$1,[t[39]||(t[39]=createBaseVNode("label",{for:"NBAM-appID"},"App ID (CDH configured for MultiApp)",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-appID","onUpdate:modelValue":t[6]||(t[6]=l=>e.settings.pega_marketing.appID=l)},null,512),[[vModelText,e.settings.pega_marketing.appID]])])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_10$1,[e.settings.pega_marketing.apiLevel!=="V2"?(openBlock(),createElementBlock("div",_hoisted_11$1,[withDirectives(createBaseVNode("input",{id:"NBAM-useCaptureByChannel",type:"checkbox","onUpdate:modelValue":t[7]||(t[7]=l=>e.settings.pega_marketing.useCaptureByChannel=l)},null,512),[[vModelCheckbox,e.settings.pega_marketing.useCaptureByChannel]]),t[40]||(t[40]=createBaseVNode("label",{class:"width-auto",for:"NBAM-useCaptureByChannel"},"Enable capturing responses to actions",-1))])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_12$1,[withDirectives(createBaseVNode("input",{id:"NBAM-showAIOverlay",type:"checkbox","onUpdate:modelValue":t[8]||(t[8]=l=>e.settings.pega_marketing.showAIOverlay=l)},null,512),[[vModelCheckbox,e.settings.pega_marketing.showAIOverlay]]),t[41]||(t[41]=createBaseVNode("label",{class:"width-auto",for:"NBAM-showAIOverlay"},"Show AI overlay",-1))]),createBaseVNode("div",_hoisted_13$1,[withDirectives(createBaseVNode("input",{id:"NBAM-enableRTS",type:"checkbox","onUpdate:modelValue":t[9]||(t[9]=l=>e.settings.pega_marketing.enableRTS=l)},null,512),[[vModelCheckbox,e.settings.pega_marketing.enableRTS]]),t[42]||(t[42]=createBaseVNode("label",{class:"width-auto",for:"NBAM-enableRTS"},"Enable Real-time data streaming",-1))]),createBaseVNode("div",_hoisted_14$1,[withDirectives(createBaseVNode("input",{id:"NBAM-enableClickStream",type:"checkbox","onUpdate:modelValue":t[10]||(t[10]=l=>e.settings.pega_marketing.enableClickStream=l)},null,512),[[vModelCheckbox,e.settings.pega_marketing.enableClickStream]]),t[43]||(t[43]=createBaseVNode("label",{class:"width-auto",for:"NBAM-enableClickStream"},"Enable Click Stream",-1))]),createBaseVNode("div",_hoisted_15$1,[createBaseVNode("div",_hoisted_16$1,[withDirectives(createBaseVNode("input",{id:"NBAM-enableMergeAccount",type:"checkbox","onUpdate:modelValue":t[11]||(t[11]=l=>e.settings.pega_marketing.enableMergeAccount=l)},null,512),[[vModelCheckbox,e.settings.pega_marketing.enableMergeAccount]]),t[44]||(t[44]=createBaseVNode("label",{class:"width-auto",for:"NBAM-enableMergeAccount"},"Enable Merge Account (Pega '23')",-1))]),e.settings.pega_marketing.enableMergeAccount?(openBlock(),createElementBlock("div",_hoisted_17$1,[createBaseVNode("button",{class:"margin-r-2x",onClick:t[12]||(t[12]=(...l)=>a.resetExternalID&&a.resetExternalID(...l))}," Reset ExternalID "),createBaseVNode("span",null,toDisplayString$1(this.ExternalID),1)])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_18$1,[withDirectives(createBaseVNode("input",{id:"NBAM-replaceHomePageHeader",type:"checkbox","onUpdate:modelValue":t[13]||(t[13]=l=>e.settings.pega_marketing.replaceHomePageHeader=l)},null,512),[[vModelCheckbox,e.settings.pega_marketing.replaceHomePageHeader]]),t[45]||(t[45]=createBaseVNode("label",{class:"width-auto",for:"NBAM-replaceHomePageHeader"},"Replace Home Page header with Hero placement",-1))]),createBaseVNode("div",_hoisted_19$1,[withDirectives(createBaseVNode("input",{id:"NBAM-showLoadingIndicator",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=l=>e.settings.pega_marketing.showLoadingIndicator=l)},null,512),[[vModelCheckbox,e.settings.pega_marketing.showLoadingIndicator]]),t[46]||(t[46]=createBaseVNode("label",{class:"width-auto",for:"NBAM-showLoadingIndicator"},"Display progress indicator while loading the offers",-1))])])]),_:1}),createVNode(r,{title:"Home Page",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_20$1,[createBaseVNode("div",_hoisted_21$1,[t[47]||(t[47]=createBaseVNode("label",{for:"NBAM-HomePage-ContainerName"},"Container name",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-HomePage-ContainerName",type:"text","onUpdate:modelValue":t[15]||(t[15]=l=>e.settings.pega_marketing.homePage.containerName=l)},null,512),[[vModelText,e.settings.pega_marketing.homePage.containerName]])]),createBaseVNode("div",_hoisted_22$1,[t[48]||(t[48]=createBaseVNode("label",{for:"NBAM-HomePage-Placement"},"Placement (Hero or Tile)",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-HomePage-Placement",type:"text","onUpdate:modelValue":t[16]||(t[16]=l=>e.settings.pega_marketing.homePage.placement=l)},null,512),[[vModelText,e.settings.pega_marketing.homePage.placement]])]),createBaseVNode("div",_hoisted_23$1,[t[50]||(t[50]=createBaseVNode("label",{for:"NBAM-HomePage-ClickAction"},"Click action",-1)),withDirectives(createBaseVNode("select",{id:"NBAM-HomePage-ClickAction","onUpdate:modelValue":t[17]||(t[17]=l=>e.settings.pega_marketing.homePage.clickaction=l)},t[49]||(t[49]=[createBaseVNode("option",{value:"Mashup"},"Mashup",-1),createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),createBaseVNode("option",{value:"Popup"},"Popup",-1),createBaseVNode("option",{value:"TopURL"},"TopURL",-1)]),512),[[vModelSelect,e.settings.pega_marketing.homePage.clickaction]])]),createBaseVNode("div",_hoisted_24,[t[51]||(t[51]=createBaseVNode("label",{for:"NBAM-HomePage-Attributes"},"Custom attributes for Detailed view",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-HomePage-Attributes",type:"text","onUpdate:modelValue":t[18]||(t[18]=l=>e.settings.pega_marketing.homePage.attributes=l)},null,512),[[vModelText,e.settings.pega_marketing.homePage.attributes]])])])]),_:1}),createVNode(r,{title:"Account Page"},{default:withCtx(()=>[createBaseVNode("div",_hoisted_25,[createBaseVNode("div",_hoisted_26,[t[52]||(t[52]=createBaseVNode("label",{for:"NBAM-AccountPage-ContainerName"},"Container name",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-AccountPage-ContainerName",type:"text","onUpdate:modelValue":t[19]||(t[19]=l=>e.settings.pega_marketing.accountPage.containerName=l)},null,512),[[vModelText,e.settings.pega_marketing.accountPage.containerName]])]),createBaseVNode("div",_hoisted_27,[t[53]||(t[53]=createBaseVNode("label",{for:"NBAM-AccountPage-Placement"},"Placement (Hero or Tile)",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-AccountPage-Placement",type:"text","onUpdate:modelValue":t[20]||(t[20]=l=>e.settings.pega_marketing.accountPage.placement=l)},null,512),[[vModelText,e.settings.pega_marketing.accountPage.placement]])]),createBaseVNode("div",_hoisted_28,[t[55]||(t[55]=createBaseVNode("label",{for:"NBAM-AccountPage-ClickAction"},"Click action",-1)),withDirectives(createBaseVNode("select",{id:"NBAM-AccountPage-ClickAction","onUpdate:modelValue":t[21]||(t[21]=l=>e.settings.pega_marketing.accountPage.clickaction=l)},t[54]||(t[54]=[createBaseVNode("option",{value:"Mashup"},"Mashup",-1),createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),createBaseVNode("option",{value:"Popup"},"Popup",-1),createBaseVNode("option",{value:"TopURL"},"TopURL",-1)]),512),[[vModelSelect,e.settings.pega_marketing.accountPage.clickaction]])]),createBaseVNode("div",_hoisted_29,[t[56]||(t[56]=createBaseVNode("label",{for:"NBAM-AccountPage-Attributes"},"Custom attributes for Detailed view",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-AccountPage-Attributes",type:"text","onUpdate:modelValue":t[22]||(t[22]=l=>e.settings.pega_marketing.accountPage.attributes=l)},null,512),[[vModelText,e.settings.pega_marketing.accountPage.attributes]])])]),createBaseVNode("div",_hoisted_30,[createBaseVNode("div",_hoisted_31,[withDirectives(createBaseVNode("input",{id:"NBAM-AccountPage-showSingleoffer",type:"checkbox","onUpdate:modelValue":t[23]||(t[23]=l=>e.settings.pega_marketing.accountPage.showSingleOffer=l)},null,512),[[vModelCheckbox,e.settings.pega_marketing.accountPage.showSingleOffer]]),t[57]||(t[57]=createBaseVNode("label",{class:"width-auto",for:"NBAM-AccountPage-showSingleoffer"},"Show single offer",-1))])])]),_:1}),createVNode(r,{title:"Home Page for mobile"},{default:withCtx(()=>[createBaseVNode("div",_hoisted_32,[createBaseVNode("div",_hoisted_33,[t[58]||(t[58]=createBaseVNode("label",{for:"NBAM-PhonePage-ContainerName"},"Container name",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-PhonePage-ContainerName",type:"text","onUpdate:modelValue":t[24]||(t[24]=l=>e.settings.pega_marketing.phonePage.containerName=l)},null,512),[[vModelText,e.settings.pega_marketing.phonePage.containerName]])]),createBaseVNode("div",_hoisted_34,[t[59]||(t[59]=createBaseVNode("label",{for:"NBAM-PhonePage-Placement"},"Placement (Hero or Tile)",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-PhonePage-Placement",type:"text","onUpdate:modelValue":t[25]||(t[25]=l=>e.settings.pega_marketing.phonePage.placement=l)},null,512),[[vModelText,e.settings.pega_marketing.phonePage.placement]])]),createBaseVNode("div",_hoisted_35,[t[61]||(t[61]=createBaseVNode("label",{for:"NBAM-PhonePage-ClickAction"},"Click action",-1)),withDirectives(createBaseVNode("select",{id:"NBAM-PhonePage-ClickAction","onUpdate:modelValue":t[26]||(t[26]=l=>e.settings.pega_marketing.phonePage.clickaction=l)},t[60]||(t[60]=[createBaseVNode("option",{value:"Mashup"},"Mashup",-1),createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),createBaseVNode("option",{value:"Popup"},"Popup",-1),createBaseVNode("option",{value:"TopURL"},"TopURL",-1)]),512),[[vModelSelect,e.settings.pega_marketing.phonePage.clickaction]])]),createBaseVNode("div",_hoisted_36,[t[62]||(t[62]=createBaseVNode("label",{for:"NBAM-PhonePage-Attributes"},"Custom attributes for Detailed view",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-PhonePage-Attributes",type:"text","onUpdate:modelValue":t[27]||(t[27]=l=>e.settings.pega_marketing.phonePage.attributes=l)},null,512),[[vModelText,e.settings.pega_marketing.phonePage.attributes]])])])]),_:1}),createVNode(r,{title:"Offer Page"},{default:withCtx(()=>[createBaseVNode("div",_hoisted_37,[createBaseVNode("div",_hoisted_38,[t[63]||(t[63]=createBaseVNode("label",{for:"NBAM-OfferPage-ContainerName"},"Container name",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-ContainerName",type:"text","onUpdate:modelValue":t[28]||(t[28]=l=>e.settings.pega_marketing.offerPage.containerName=l)},null,512),[[vModelText,e.settings.pega_marketing.offerPage.containerName]])]),createBaseVNode("div",_hoisted_39,[t[64]||(t[64]=createBaseVNode("label",{for:"NBAM-OfferPage-Placement"},"Placement (Hero or Tile)",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-Placement",type:"text","onUpdate:modelValue":t[29]||(t[29]=l=>e.settings.pega_marketing.offerPage.placement=l)},null,512),[[vModelText,e.settings.pega_marketing.offerPage.placement]])]),createBaseVNode("div",_hoisted_40,[t[66]||(t[66]=createBaseVNode("label",{for:"NBAM-OfferPage-ClickAction"},"Click action",-1)),withDirectives(createBaseVNode("select",{id:"NBAM-OfferPage-ClickAction","onUpdate:modelValue":t[30]||(t[30]=l=>e.settings.pega_marketing.offerPage.clickaction=l)},t[65]||(t[65]=[createBaseVNode("option",{value:"Mashup"},"Mashup",-1),createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),createBaseVNode("option",{value:"Popup"},"Popup",-1),createBaseVNode("option",{value:"TopURL"},"TopURL",-1)]),512),[[vModelSelect,e.settings.pega_marketing.offerPage.clickaction]])]),createBaseVNode("div",_hoisted_41,[t[67]||(t[67]=createBaseVNode("label",{for:"NBAM-OfferPage-Attributes"},"Custom attributes for Detailed view",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-Attributes",type:"text","onUpdate:modelValue":t[31]||(t[31]=l=>e.settings.pega_marketing.offerPage.attributes=l)},null,512),[[vModelText,e.settings.pega_marketing.offerPage.attributes]])])])]),_:1}),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.pega_marketing.extraOfferPages,(l,c)=>(openBlock(),createBlock(r,{title:"Offer "+(c+1),key:c},{default:withCtx(()=>[createBaseVNode("div",_hoisted_42,[createBaseVNode("div",_hoisted_43,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-ContainerName"},"Container name",8,_hoisted_44),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-"+c+"-ContainerName",type:"text","onUpdate:modelValue":d=>l.containerName=d},null,8,_hoisted_45),[[vModelText,l.containerName]])]),createBaseVNode("div",_hoisted_46,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-Placement"},"Placement (Hero or Tile)",8,_hoisted_47),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-"+c+"-Placement",type:"text","onUpdate:modelValue":d=>l.placement=d},null,8,_hoisted_48),[[vModelText,l.placement]])]),createBaseVNode("div",_hoisted_49,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-ClickAction"},"Click action",8,_hoisted_50),withDirectives(createBaseVNode("select",{id:"NBAM-OfferPage-"+c+"-ClickAction","onUpdate:modelValue":d=>l.clickaction=d},t[68]||(t[68]=[createBaseVNode("option",{value:"Mashup"},"Mashup",-1),createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),createBaseVNode("option",{value:"Popup"},"Popup",-1),createBaseVNode("option",{value:"TopURL"},"TopURL",-1)]),8,_hoisted_51),[[vModelSelect,l.clickaction]])]),createBaseVNode("div",_hoisted_52,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-Attributes"},"Custom attributes for Detailed view",8,_hoisted_53),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-"+c+"-Attributes",type:"text","onUpdate:modelValue":d=>l.attributes=d},null,8,_hoisted_54),[[vModelText,l.attributes]])])])]),_:2},1032,["title"]))),128))])}const NBAMSettings=_export_sfc(_sfc_main$4,[["render",_sfc_render$4]]),_sfc_main$3={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.offeraction.action!=="display"?this.settings.offeraction.actionparam="":this.settings.offeraction.actionparam="workList"}}},_hoisted_1$1={class:"container-transparent"},_hoisted_2$1={class:"container"},_hoisted_3={class:"body"},_hoisted_4={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5={class:"field-item"},_hoisted_6={key:0},_hoisted_7={key:1},_hoisted_8={key:0,class:"field-item"},_hoisted_9={key:1,class:"field-item"},_hoisted_10={key:2,class:"field-item"},_hoisted_11={key:3,class:"field-item"},_hoisted_12={class:"field-item"},_hoisted_13={class:"field-item"},_hoisted_14={class:"field-item"},_hoisted_15={class:"field-item"},_hoisted_16={key:4,class:"field-item"},_hoisted_17={key:5,class:"field-item"},_hoisted_18={key:6,class:"field-item"},_hoisted_19={key:0,value:"simplifiedAssignment"},_hoisted_20={key:7,class:"field-item field-checkbox"},_hoisted_21={key:8,class:"field-item field-checkbox"},_hoisted_22={class:"layout-labels-top"},_hoisted_23={class:"field-item"};function _sfc_render$3(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$1,[t[40]||(t[40]=createBaseVNode("h2",null,"Offer Action",-1)),t[41]||(t[41]=createBaseVNode("p",null,' Configuration of the mashup displayed when clicking on the "Apply now" button inside the main offer of the offer page (offer.html) ',-1)),createBaseVNode("div",_hoisted_2$1,[createBaseVNode("div",_hoisted_3,[createBaseVNode("div",_hoisted_4,[createBaseVNode("div",_hoisted_5,[t[21]||(t[21]=createBaseVNode("label",{for:"offeraction-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"offeraction-action","onUpdate:modelValue":t[0]||(t[0]=r=>e.settings.offeraction.action=r),onChange:t[1]||(t[1]=(...r)=>a.onActionChange&&a.onActionChange(...r))},[t[17]||(t[17]=createBaseVNode("option",null,"createNewWork",-1)),t[18]||(t[18]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_6," getNextWork ")):createCommentVNode("",!0),t[19]||(t[19]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_7," openWorkItem ")):createCommentVNode("",!0),t[20]||(t[20]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.offeraction.action]])]),e.settings.offeraction.action!=="createNewWork"&&e.settings.offeraction.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_8,[t[23]||(t[23]=createBaseVNode("label",{for:"offeraction-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.offeraction.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"offeraction-actionparam",type:"text","onUpdate:modelValue":t[2]||(t[2]=r=>e.settings.offeraction.actionparam=r)},null,512)),[[vModelText,e.settings.offeraction.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"offeraction-action","onUpdate:modelValue":t[3]||(t[3]=r=>e.settings.offeraction.actionparam=r)},t[22]||(t[22]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.offeraction.actionparam]])])):createCommentVNode("",!0),e.settings.offeraction.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.offeraction.action==="display"?(openBlock(),createElementBlock("div",_hoisted_9,[t[24]||(t[24]=createBaseVNode("label",{for:"offeraction-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-objclass",type:"text","onUpdate:modelValue":t[4]||(t[4]=r=>e.settings.offeraction.objclass=r)},null,512),[[vModelText,e.settings.offeraction.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.offeraction.action==="display"?(openBlock(),createElementBlock("div",_hoisted_10,[t[25]||(t[25]=createBaseVNode("label",{for:"offeraction-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-heading",type:"text","onUpdate:modelValue":t[5]||(t[5]=r=>e.settings.offeraction.heading=r)},null,512),[[vModelText,e.settings.offeraction.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.offeraction.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_11,[t[26]||(t[26]=createBaseVNode("label",{for:"offeraction-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-startcase",type:"text","onUpdate:modelValue":t[6]||(t[6]=r=>e.settings.offeraction.startcase=r)},null,512),[[vModelText,e.settings.offeraction.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_12,[t[27]||(t[27]=createBaseVNode("label",{for:"offeraction-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-url",type:"text","onUpdate:modelValue":t[7]||(t[7]=r=>e.settings.offeraction.url=r)},null,512),[[vModelText,e.settings.offeraction.url]])]),createBaseVNode("div",_hoisted_13,[t[28]||(t[28]=createBaseVNode("label",{for:"offeraction-application"},"Application name / alias",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-application",type:"text","onUpdate:modelValue":t[8]||(t[8]=r=>e.settings.offeraction.application=r)},null,512),[[vModelText,e.settings.offeraction.application]])]),createBaseVNode("div",_hoisted_14,[t[29]||(t[29]=createBaseVNode("label",{for:"offeraction-username"},"Username (for unauthenticated access)",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-username",type:"text","onUpdate:modelValue":t[9]||(t[9]=r=>e.settings.offeraction.username=r)},null,512),[[vModelText,e.settings.offeraction.username]])]),createBaseVNode("div",_hoisted_15,[t[30]||(t[30]=createBaseVNode("label",{for:"offeraction-password"},"Password (for unauthenticated access)",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-password",type:"password","onUpdate:modelValue":t[10]||(t[10]=r=>e.settings.offeraction.password=r)},null,512),[[vModelText,e.settings.offeraction.password]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_16,[t[31]||(t[31]=createBaseVNode("label",{for:"offeraction-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-channelid",type:"text","onUpdate:modelValue":t[11]||(t[11]=r=>e.settings.offeraction.channelid=r)},null,512),[[vModelText,e.settings.offeraction.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_17,[t[32]||(t[32]=createBaseVNode("label",{for:"offeraction-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-tenantid",type:"text","onUpdate:modelValue":t[12]||(t[12]=r=>e.settings.offeraction.tenantid=r)},null,512),[[vModelText,e.settings.offeraction.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_18,[t[36]||(t[36]=createBaseVNode("label",{for:"offeraction-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"offeraction-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.offeraction.pageTemplate=r)},[t[33]||(t[33]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[34]||(t[34]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[35]||(t[35]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_19," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.offeraction.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_20,[withDirectives(createBaseVNode("input",{id:"offeraction-dataretained",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=r=>e.settings.offeraction.dataretained=r)},null,512),[[vModelCheckbox,e.settings.offeraction.dataretained]]),t[37]||(t[37]=createBaseVNode("label",{class:"width-auto",for:"offeraction-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_21,[withDirectives(createBaseVNode("input",{id:"offeraction-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[15]||(t[15]=r=>e.settings.offeraction.hideassignmentheader=r)},null,512),[[vModelCheckbox,e.settings.offeraction.hideassignmentheader]]),t[38]||(t[38]=createBaseVNode("label",{class:"width-auto",for:"offeraction-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_22,[createBaseVNode("div",_hoisted_23,[t[39]||(t[39]=createBaseVNode("label",{for:"offeraction-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"offeraction-extraparam","onUpdate:modelValue":t[16]||(t[16]=r=>e.settings.offeraction.extraparam=r)},null,512),[[vModelText,e.settings.offeraction.extraparam]])])])])])])}const OfferActionSettings=_export_sfc(_sfc_main$3,[["render",_sfc_render$3]]),_sfc_main$2={data(){return{...mainconfig}},setup(){return{active:ref(0)}},methods:{processForm(e){window.loadPage=new Date,mainconfig.isAuthenticated=!1,mainconfig.userId=-1,mainconfig.quickLinkId=-1,mainconfig.viewBill=-1,mainconfig.homeHeroAction=-1,mainconfig.offerAction=-1,mainconfig.toDo=-1,mainconfig.viewKMHelp=-1,mainconfig.viewBanner=-1,mainconfig.CDHContainer={},mainconfig.offerURL="",mainconfig.previousPage="",mainconfig.intent="",mainconfig.isDeepLink=!1,mainconfig.deepLinkExtraParam={},e.submitter.getAttribute("data-clear")!==null?localStorage.clear():localStorage.setItem(`config_${this.app.industry}`,JSON.stringify(mainconfig)),sessionStorage.clear(),mainconfig.ExternalID&&sessionStorage.setItem("ExternalID",mainconfig.ExternalID)}},components:{Navigation,Tab,GettingStarted,General,QuickLinksSettings,BillPaySettings,BannerSettings,ToDoSettings,ActivitySettings,HomeHeroActionSettings,UsersSettings,KMHelpSettings,ChatSettings,NBAMSettings,OfferActionSettings,TopNav}};function _sfc_render$2(e,t,n,o,s,a){const r=resolveComponent("TopNav"),l=resolveComponent("GettingStarted"),c=resolveComponent("tab"),d=resolveComponent("General"),u=resolveComponent("UsersSettings"),m=resolveComponent("QuickLinksSettings"),f=resolveComponent("BannerSettings"),v=resolveComponent("ToDoSettings"),B=resolveComponent("BillPaySettings"),N=resolveComponent("ActivitySettings"),C=resolveComponent("ChatSettings"),w=resolveComponent("NBAMSettings"),y=resolveComponent("KMHelpSettings"),g=resolveComponent("HomeHeroActionSettings"),_=resolveComponent("OfferActionSettings"),E=resolveComponent("Navigation");return openBlock(),createElementBlock("form",{id:"settings",onSubmit:t[1]||(t[1]=(...$)=>a.processForm&&a.processForm(...$))},[e.isMobilePhone?(openBlock(),createBlock(r,{key:0,previousPhonePage:"index.html"},{default:withCtx(()=>t[2]||(t[2]=[createBaseVNode("button",{type:"submit","data-clear":"",class:"simple margin-r-2x"}," Reset to default ",-1),createBaseVNode("button",{class:"strong",type:"submit"},"Save",-1)])),_:1})):createCommentVNode("",!0),createVNode(E,{modelValue:o.active,"onUpdate:modelValue":t[0]||(t[0]=$=>o.active=$)},{default:withCtx(()=>[createVNode(c,{name:"Getting Started"},{default:withCtx(()=>[createVNode(l)]),_:1}),typeof e.settings.general<"u"?(openBlock(),createBlock(c,{key:0,name:"General"},{default:withCtx(()=>[createVNode(d)]),_:1})):createCommentVNode("",!0),createVNode(c,{name:"Users"},{default:withCtx(()=>[createVNode(u)]),_:1}),createVNode(c,{name:"Quick Links"},{default:withCtx(()=>[createVNode(m)]),_:1}),typeof e.settings.banner<"u"?(openBlock(),createBlock(c,{key:1,name:"Banner component"},{default:withCtx(()=>[createVNode(f)]),_:1})):createCommentVNode("",!0),typeof e.settings.todo<"u"?(openBlock(),createBlock(c,{key:2,name:"To Do component"},{default:withCtx(()=>[createVNode(v)]),_:1})):createCommentVNode("",!0),typeof e.settings.billpay<"u"?(openBlock(),createBlock(c,{key:3,name:"Bill Pay component"},{default:withCtx(()=>[createVNode(B)]),_:1})):createCommentVNode("",!0),typeof e.settings.activity<"u"?(openBlock(),createBlock(c,{key:4,name:"Activity component"},{default:withCtx(()=>[createVNode(N)]),_:1})):createCommentVNode("",!0),typeof e.settings.pega_chat<"u"?(openBlock(),createBlock(c,{key:5,name:"Messaging and Co-Browse"},{default:withCtx(()=>[createVNode(C)]),_:1})):createCommentVNode("",!0),typeof e.settings.pega_marketing<"u"?(openBlock(),createBlock(c,{key:6,name:"Customer Decision Hub"},{default:withCtx(()=>[createVNode(w)]),_:1})):createCommentVNode("",!0),typeof e.settings.kmhelp<"u"?(openBlock(),createBlock(c,{key:7,name:"Knowledge Management"},{default:withCtx(()=>[createVNode(y)]),_:1})):createCommentVNode("",!0),createVNode(c,{name:"Home Hero Action"},{default:withCtx(()=>[createVNode(g)]),_:1}),typeof e.settings.offeraction<"u"?(openBlock(),createBlock(c,{key:8,name:"Offer Action"},{default:withCtx(()=>[createVNode(_)]),_:1})):createCommentVNode("",!0)]),_:1},8,["modelValue"])],32)}const Main=_export_sfc(_sfc_main$2,[["render",_sfc_render$2]]),_sfc_main$1={components:{Header,Main}},_hoisted_1={class:"front"},_hoisted_2={class:"flex flex-col"};function _sfc_render$1(e,t,n,o,s,a){const r=resolveComponent("Header"),l=resolveComponent("Main");return openBlock(),createElementBlock("div",_hoisted_1,[createVNode(r),createBaseVNode("main",_hoisted_2,[createVNode(l)])])}const SettingsPage=_export_sfc(_sfc_main$1,[["render",_sfc_render$1]]),_sfc_main={data(){return mainconfig},created(){this.currentPage=window.location.pathname.substring(window.location.pathname.lastIndexOf("/")+1),window.history&&window.history.state!==null&&typeof window.history.state.page<"u"&&(this.currentPage=window.history.state.page,window.history.replaceState({},"",this.currentPage+window.location.search),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)),this.currentPage==="heroaction"&&(mainconfig.homeHeroAction=1),this.currentPage.indexOf("offer")===0&&this.currentPage.indexOf("offer.html")!==0&&(mainconfig.offerIndex=parseInt(this.currentPage.substring(5).replace(".html",""),10)),mainconfig.currentPage=this.currentPage,this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),sendClickStreamEvent(mainconfig,"Access"),window.loadPage=new Date},components:{DefaultPage,OfferPage,SettingsPage}};function _sfc_render(e,t,n,o,s,a){const r=resolveComponent("DefaultPage"),l=resolveComponent("OfferPage"),c=resolveComponent("SettingsPage");return e.currentPage.indexOf("index.html")===0?(openBlock(),createBlock(r,{key:0})):e.currentPage.indexOf("offer")===0?(openBlock(),createBlock(l,{key:1})):e.currentPage.indexOf("settings.html")===0?(openBlock(),createBlock(c,{key:2})):(openBlock(),createBlock(r,{key:3}))}const MainPage=_export_sfc(_sfc_main,[["render",_sfc_render]]);function _defineProperty(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ownKeys(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(s){return Object.getOwnPropertyDescriptor(e,s).enumerable})),n.push.apply(n,o)}return n}function _objectSpread2(e){for(var t=1;t1&&arguments[1]!==void 0?arguments[1]:{};return new Promise(function(o,s){if(!(typeof document>"u")){var a=document.head||document.getElementsByTagName("head")[0],r=document.createElement("script");if(r.async=!0,r.src=t,r.defer=n.defer,n.preconnectOrigin){var l=document.createElement("link");l.href=n.preconnectOrigin,l.rel="preconnect",a.appendChild(l)}a.appendChild(r),r.onload=o,r.onerror=s}})},mergeDeep=function e(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),s=1;s"u"||typeof document>"u")},warn=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;isBrowser()},validateScreenviewShape=function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return warn('Missing "appName" property inside the plugin options.',t.app_name==null),warn('Missing "name" property in the route.',t.screen_name==null),t};function getPathWithBase(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",n=e.split("/"),o=t.split("/");return n[0]===""&&t[t.length-1]==="/"&&n.shift(),o.join("/")+n.join("/")}var getDefaultParams=function e(){return{bootstrap:!0,onReady:null,onError:null,onBeforeTrack:null,onAfterTrack:null,pageTrackerTemplate:null,customResourceURL:"https://www.googletagmanager.com/gtag/js",customPreconnectOrigin:"https://www.googletagmanager.com",deferScriptLoad:!1,pageTrackerExcludedRoutes:[],pageTrackerEnabled:!0,enabled:!0,disableScriptLoad:!1,pageTrackerScreenviewEnabled:!1,appName:null,pageTrackerUseFullPath:!1,pageTrackerPrependBase:!0,pageTrackerSkipSamePath:!0,globalDataLayerName:"dataLayer",globalObjectName:"gtag",defaultGroupName:"default",includes:null,config:{id:null,params:{send_page_view:!1}}}},params={},setOptions=function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=getDefaultParams();params=mergeDeep(n,t)},getOptions=function e(){return params},query=function(){var e,t=getOptions(),n=t.globalObjectName;!isBrowser()||typeof window[n]>"u"||(e=window)[n].apply(e,arguments)},config=function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&arguments[0]!==void 0?arguments[0]:!0,t=getOptions(),n=t.config,o=t.includes;assignGlobalProperty(n.id,e),Array.isArray(o)&&o.forEach(function(s){return assignGlobalProperty(s.id,e)})},optOut=function(){disable(!0)},optIn=function(){disable(!1)},router,setRouter=function e(t){router=t},getRouter=function e(){return router},event=function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=getOptions(),o=n.includes,s=n.defaultGroupName;t.send_to==null&&Array.isArray(o)&&o.length&&(t.send_to=o.map(function(a){return a.id}).concat(s)),query("event",e,t)},pageview=function(e){if(isBrowser()){var t;if(typeof e=="string")t={page_path:e};else if(e.path||e.fullPath){var n=getOptions(),o=n.pageTrackerUseFullPath,s=n.pageTrackerPrependBase,a=getRouter(),r=a&&a.options.base,l=o?e.fullPath:e.path;t=_objectSpread2(_objectSpread2({},e.name&&{page_title:e.name}),{},{page_path:s?getPathWithBase(l,r):l})}else t=e;t.page_location==null&&(t.page_location=window.location.href),t.send_page_view==null&&(t.send_page_view=!0),event("page_view",t)}},screenview=function(e){var t=getOptions(),n=t.appName;if(e){var o;typeof e=="string"?o={screen_name:e}:o=e,o.app_name=o.app_name||n,event("screen_view",o)}},exception=function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=getOptions(),o=n.appName,s=n.pageTrackerTemplate,a=n.pageTrackerScreenviewEnabled,r=n.pageTrackerSkipSamePath;if(!(r&&e.path===t.path)){var l=e;if(isFunction$1(s)?l=s(e,t):a&&(l=validateScreenviewShape({app_name:o,screen_name:e.name})),a){screenview(l);return}pageview(l)}},isRouteExcluded=function e(t){var n=getOptions(),o=n.pageTrackerExcludedRoutes;return o.includes(t.path)||o.includes(t.name)},addRoutesTracker=function(){var e=getOptions(),t=e.onBeforeTrack,n=e.onAfterTrack,o=getRouter();o.isReady().then(function(){nextTick().then(function(){var s=o.currentRoute;addConfiguration(),!isRouteExcluded(s.value)&&track(s.value)}),o.afterEach(function(s,a){nextTick().then(function(){isRouteExcluded(s)||(isFunction$1(t)&&t(s,a),track(s,a),isFunction$1(n)&&n(s,a))})})})},bootstrap=function(){var e=getOptions(),t=e.onReady,n=e.onError,o=e.globalObjectName,s=e.globalDataLayerName,a=e.config,r=e.customResourceURL,l=e.customPreconnectOrigin,c=e.deferScriptLoad,d=e.pageTrackerEnabled,u=e.disableScriptLoad,m=!!(d&&getRouter());if(registerGlobals(),m?addRoutesTracker():addConfiguration(),!u)return load("".concat(r,"?id=").concat(a.id,"&l=").concat(s),{preconnectOrigin:l,defer:c}).then(function(){t&&t(window[o])}).catch(function(f){return n&&n(f),f})},install=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=arguments.length>2?arguments[2]:void 0;attachApi(t),setOptions(n),setRouter(o),getOptions().bootstrap&&bootstrap()};const app=createApp(MainPage);let handleOutsideClick;app.directive("clickoutside",{mounted(e,t){handleOutsideClick=n=>{n.stopPropagation();const{handler:o}=t.value;e.contains(n.target)||t.instance[o](n)},document.addEventListener("click",handleOutsideClick),document.addEventListener("touchstart",handleOutsideClick)},unmounted(){document.removeEventListener("click",handleOutsideClick),document.removeEventListener("touchstart",handleOutsideClick)}});app.use(i18n);app.use(install,{config:{id:mainconfig.settings.general.ga.trackingid},appName:"Uplus",enabled:!0});app.mount("#app"); diff --git a/docs/assets/main-CxFta6qh.js b/docs/assets/main-CxFta6qh.js new file mode 100644 index 00000000..560ee160 --- /dev/null +++ b/docs/assets/main-CxFta6qh.js @@ -0,0 +1,63 @@ +(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))o(s);new MutationObserver(s=>{for(const a of s)if(a.type==="childList")for(const l of a.addedNodes)l.tagName==="LINK"&&l.rel==="modulepreload"&&o(l)}).observe(document,{childList:!0,subtree:!0});function n(s){const a={};return s.integrity&&(a.integrity=s.integrity),s.referrerPolicy&&(a.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?a.credentials="include":s.crossOrigin==="anonymous"?a.credentials="omit":a.credentials="same-origin",a}function o(s){if(s.ep)return;s.ep=!0;const a=n(s);fetch(s.href,a)}})();/** +* @vue/shared v3.5.11 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**//*! #__NO_SIDE_EFFECTS__ */function makeMap(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const EMPTY_OBJ={},EMPTY_ARR=[],NOOP=()=>{},NO=()=>!1,isOn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),isModelListener=e=>e.startsWith("onUpdate:"),extend=Object.assign,remove=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},hasOwnProperty$2=Object.prototype.hasOwnProperty,hasOwn$1=(e,t)=>hasOwnProperty$2.call(e,t),isArray$1=Array.isArray,isMap=e=>toTypeString$1(e)==="[object Map]",isSet=e=>toTypeString$1(e)==="[object Set]",isDate$1=e=>toTypeString$1(e)==="[object Date]",isFunction$1=e=>typeof e=="function",isString$1=e=>typeof e=="string",isSymbol=e=>typeof e=="symbol",isObject$1=e=>e!==null&&typeof e=="object",isPromise$1=e=>(isObject$1(e)||isFunction$1(e))&&isFunction$1(e.then)&&isFunction$1(e.catch),objectToString$1=Object.prototype.toString,toTypeString$1=e=>objectToString$1.call(e),toRawType=e=>toTypeString$1(e).slice(8,-1),isPlainObject$1=e=>toTypeString$1(e)==="[object Object]",isIntegerKey=e=>isString$1(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,isReservedProp=makeMap(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),cacheStringFunction=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},camelizeRE=/-(\w)/g,camelize=cacheStringFunction(e=>e.replace(camelizeRE,(t,n)=>n?n.toUpperCase():"")),hyphenateRE=/\B([A-Z])/g,hyphenate=cacheStringFunction(e=>e.replace(hyphenateRE,"-$1").toLowerCase()),capitalize$1=cacheStringFunction(e=>e.charAt(0).toUpperCase()+e.slice(1)),toHandlerKey=cacheStringFunction(e=>e?`on${capitalize$1(e)}`:""),hasChanged=(e,t)=>!Object.is(e,t),invokeArrayFns=(e,...t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:o,value:n})},looseToNumber=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let _globalThis$1;const getGlobalThis$1=()=>_globalThis$1||(_globalThis$1=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function normalizeStyle(e){if(isArray$1(e)){const t={};for(let n=0;n{if(n){const o=n.split(propertyDelimiterRE);o.length>1&&(t[o[0].trim()]=o[1].trim())}}),t}function normalizeClass(e){let t="";if(isString$1(e))t=e;else if(isArray$1(e))for(let n=0;nlooseEqual(n,t))}const isRef$1=e=>!!(e&&e.__v_isRef===!0),toDisplayString$1=e=>isString$1(e)?e:e==null?"":isArray$1(e)||isObject$1(e)&&(e.toString===objectToString$1||!isFunction$1(e.toString))?isRef$1(e)?toDisplayString$1(e.value):JSON.stringify(e,replacer,2):String(e),replacer=(e,t)=>isRef$1(t)?replacer(e,t.value):isMap(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[o,s],a)=>(n[stringifySymbol(o,a)+" =>"]=s,n),{})}:isSet(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>stringifySymbol(n))}:isSymbol(t)?stringifySymbol(t):isObject$1(t)&&!isArray$1(t)&&!isPlainObject$1(t)?String(t):t,stringifySymbol=(e,t="")=>{var n;return isSymbol(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/** +* @vue/reactivity v3.5.11 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let activeEffectScope;class EffectScope{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=activeEffectScope,!t&&activeEffectScope&&(this.index=(activeEffectScope.scopes||(activeEffectScope.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t0)return;if(batchedComputed){let t=batchedComputed;for(batchedComputed=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;batchedSub;){let t=batchedSub;for(batchedSub=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(o){e||(e=o)}t=n}}if(e)throw e}function prepareDeps(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function cleanupDeps(e){let t,n=e.depsTail,o=n;for(;o;){const s=o.prevDep;o.version===-1?(o===n&&(n=s),removeSub(o),removeDep(o)):t=o,o.dep.activeLink=o.prevActiveLink,o.prevActiveLink=void 0,o=s}e.deps=t,e.depsTail=n}function isDirty(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(refreshComputed(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function refreshComputed(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===globalVersion))return;e.globalVersion=globalVersion;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!isDirty(e)){e.flags&=-3;return}const n=activeSub,o=shouldTrack;activeSub=e,shouldTrack=!0;try{prepareDeps(e);const s=e.fn(e._value);(t.version===0||hasChanged(s,e._value))&&(e._value=s,t.version++)}catch(s){throw t.version++,s}finally{activeSub=n,shouldTrack=o,cleanupDeps(e),e.flags&=-3}}function removeSub(e,t=!1){const{dep:n,prevSub:o,nextSub:s}=e;if(o&&(o.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=o,e.nextSub=void 0),n.subs===e&&(n.subs=o),!n.subs&&n.computed){n.computed.flags&=-5;for(let a=n.computed.deps;a;a=a.nextDep)removeSub(a,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function removeDep(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let shouldTrack=!0;const trackStack=[];function pauseTracking(){trackStack.push(shouldTrack),shouldTrack=!1}function resetTracking(){const e=trackStack.pop();shouldTrack=e===void 0?!0:e}function cleanupEffect(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=activeSub;activeSub=void 0;try{t()}finally{activeSub=n}}}let globalVersion=0;class Link{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Dep{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!activeSub||!shouldTrack||activeSub===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==activeSub)n=this.activeLink=new Link(activeSub,this),activeSub.deps?(n.prevDep=activeSub.depsTail,activeSub.depsTail.nextDep=n,activeSub.depsTail=n):activeSub.deps=activeSub.depsTail=n,addSub(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const o=n.nextDep;o.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=o),n.prevDep=activeSub.depsTail,n.nextDep=void 0,activeSub.depsTail.nextDep=n,activeSub.depsTail=n,activeSub.deps===n&&(activeSub.deps=o)}return n}trigger(t){this.version++,globalVersion++,this.notify(t)}notify(t){startBatch();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{endBatch()}}}function addSub(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let o=t.deps;o;o=o.nextDep)addSub(o)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const targetMap=new WeakMap,ITERATE_KEY=Symbol(""),MAP_KEY_ITERATE_KEY=Symbol(""),ARRAY_ITERATE_KEY=Symbol("");function track$1(e,t,n){if(shouldTrack&&activeSub){let o=targetMap.get(e);o||targetMap.set(e,o=new Map);let s=o.get(n);s||(o.set(n,s=new Dep),s.map=o,s.key=n),s.track()}}function trigger(e,t,n,o,s,a){const l=targetMap.get(e);if(!l){globalVersion++;return}const r=c=>{c&&c.trigger()};if(startBatch(),t==="clear")l.forEach(r);else{const c=isArray$1(e),d=c&&isIntegerKey(n);if(c&&n==="length"){const u=Number(o);l.forEach((m,f)=>{(f==="length"||f===ARRAY_ITERATE_KEY||!isSymbol(f)&&f>=u)&&r(m)})}else switch(n!==void 0&&r(l.get(n)),d&&r(l.get(ARRAY_ITERATE_KEY)),t){case"add":c?d&&r(l.get("length")):(r(l.get(ITERATE_KEY)),isMap(e)&&r(l.get(MAP_KEY_ITERATE_KEY)));break;case"delete":c||(r(l.get(ITERATE_KEY)),isMap(e)&&r(l.get(MAP_KEY_ITERATE_KEY)));break;case"set":isMap(e)&&r(l.get(ITERATE_KEY));break}}endBatch()}function reactiveReadArray(e){const t=toRaw(e);return t===e?t:(track$1(t,"iterate",ARRAY_ITERATE_KEY),isShallow(e)?t:t.map(toReactive))}function shallowReadArray(e){return track$1(e=toRaw(e),"iterate",ARRAY_ITERATE_KEY),e}const arrayInstrumentations={__proto__:null,[Symbol.iterator](){return iterator(this,Symbol.iterator,toReactive)},concat(...e){return reactiveReadArray(this).concat(...e.map(t=>isArray$1(t)?reactiveReadArray(t):t))},entries(){return iterator(this,"entries",e=>(e[1]=toReactive(e[1]),e))},every(e,t){return apply$1(this,"every",e,t,void 0,arguments)},filter(e,t){return apply$1(this,"filter",e,t,n=>n.map(toReactive),arguments)},find(e,t){return apply$1(this,"find",e,t,toReactive,arguments)},findIndex(e,t){return apply$1(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return apply$1(this,"findLast",e,t,toReactive,arguments)},findLastIndex(e,t){return apply$1(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return apply$1(this,"forEach",e,t,void 0,arguments)},includes(...e){return searchProxy(this,"includes",e)},indexOf(...e){return searchProxy(this,"indexOf",e)},join(e){return reactiveReadArray(this).join(e)},lastIndexOf(...e){return searchProxy(this,"lastIndexOf",e)},map(e,t){return apply$1(this,"map",e,t,void 0,arguments)},pop(){return noTracking(this,"pop")},push(...e){return noTracking(this,"push",e)},reduce(e,...t){return reduce(this,"reduce",e,t)},reduceRight(e,...t){return reduce(this,"reduceRight",e,t)},shift(){return noTracking(this,"shift")},some(e,t){return apply$1(this,"some",e,t,void 0,arguments)},splice(...e){return noTracking(this,"splice",e)},toReversed(){return reactiveReadArray(this).toReversed()},toSorted(e){return reactiveReadArray(this).toSorted(e)},toSpliced(...e){return reactiveReadArray(this).toSpliced(...e)},unshift(...e){return noTracking(this,"unshift",e)},values(){return iterator(this,"values",toReactive)}};function iterator(e,t,n){const o=shallowReadArray(e),s=o[t]();return o!==e&&!isShallow(e)&&(s._next=s.next,s.next=()=>{const a=s._next();return a.value&&(a.value=n(a.value)),a}),s}const arrayProto=Array.prototype;function apply$1(e,t,n,o,s,a){const l=shallowReadArray(e),r=l!==e&&!isShallow(e),c=l[t];if(c!==arrayProto[t]){const m=c.apply(e,a);return r?toReactive(m):m}let d=n;l!==e&&(r?d=function(m,f){return n.call(this,toReactive(m),f,e)}:n.length>2&&(d=function(m,f){return n.call(this,m,f,e)}));const u=c.call(l,d,o);return r&&s?s(u):u}function reduce(e,t,n,o){const s=shallowReadArray(e);let a=n;return s!==e&&(isShallow(e)?n.length>3&&(a=function(l,r,c){return n.call(this,l,r,c,e)}):a=function(l,r,c){return n.call(this,l,toReactive(r),c,e)}),s[t](a,...o)}function searchProxy(e,t,n){const o=toRaw(e);track$1(o,"iterate",ARRAY_ITERATE_KEY);const s=o[t](...n);return(s===-1||s===!1)&&isProxy(n[0])?(n[0]=toRaw(n[0]),o[t](...n)):s}function noTracking(e,t,n=[]){pauseTracking(),startBatch();const o=toRaw(e)[t].apply(e,n);return endBatch(),resetTracking(),o}const isNonTrackableKeys=makeMap("__proto__,__v_isRef,__isVue"),builtInSymbols=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(isSymbol));function hasOwnProperty$1(e){isSymbol(e)||(e=String(e));const t=toRaw(this);return track$1(t,"has",e),t.hasOwnProperty(e)}class BaseReactiveHandler{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,o){const s=this._isReadonly,a=this._isShallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return a;if(n==="__v_raw")return o===(s?a?shallowReadonlyMap:readonlyMap:a?shallowReactiveMap:reactiveMap).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(o)?t:void 0;const l=isArray$1(t);if(!s){let c;if(l&&(c=arrayInstrumentations[n]))return c;if(n==="hasOwnProperty")return hasOwnProperty$1}const r=Reflect.get(t,n,isRef(t)?t:o);return(isSymbol(n)?builtInSymbols.has(n):isNonTrackableKeys(n))||(s||track$1(t,"get",n),a)?r:isRef(r)?l&&isIntegerKey(n)?r:r.value:isObject$1(r)?s?readonly(r):reactive(r):r}}class MutableReactiveHandler extends BaseReactiveHandler{constructor(t=!1){super(!1,t)}set(t,n,o,s){let a=t[n];if(!this._isShallow){const c=isReadonly(a);if(!isShallow(o)&&!isReadonly(o)&&(a=toRaw(a),o=toRaw(o)),!isArray$1(t)&&isRef(a)&&!isRef(o))return c?!1:(a.value=o,!0)}const l=isArray$1(t)&&isIntegerKey(n)?Number(n)e,getProto=e=>Reflect.getPrototypeOf(e);function get(e,t,n=!1,o=!1){e=e.__v_raw;const s=toRaw(e),a=toRaw(t);n||(hasChanged(t,a)&&track$1(s,"get",t),track$1(s,"get",a));const{has:l}=getProto(s),r=o?toShallow:n?toReadonly:toReactive;if(l.call(s,t))return r(e.get(t));if(l.call(s,a))return r(e.get(a));e!==s&&e.get(t)}function has(e,t=!1){const n=this.__v_raw,o=toRaw(n),s=toRaw(e);return t||(hasChanged(e,s)&&track$1(o,"has",e),track$1(o,"has",s)),e===s?n.has(e):n.has(e)||n.has(s)}function size(e,t=!1){return e=e.__v_raw,!t&&track$1(toRaw(e),"iterate",ITERATE_KEY),Reflect.get(e,"size",e)}function add(e,t=!1){!t&&!isShallow(e)&&!isReadonly(e)&&(e=toRaw(e));const n=toRaw(this);return getProto(n).has.call(n,e)||(n.add(e),trigger(n,"add",e,e)),this}function set$1(e,t,n=!1){!n&&!isShallow(t)&&!isReadonly(t)&&(t=toRaw(t));const o=toRaw(this),{has:s,get:a}=getProto(o);let l=s.call(o,e);l||(e=toRaw(e),l=s.call(o,e));const r=a.call(o,e);return o.set(e,t),l?hasChanged(t,r)&&trigger(o,"set",e,t):trigger(o,"add",e,t),this}function deleteEntry(e){const t=toRaw(this),{has:n,get:o}=getProto(t);let s=n.call(t,e);s||(e=toRaw(e),s=n.call(t,e)),o&&o.call(t,e);const a=t.delete(e);return s&&trigger(t,"delete",e,void 0),a}function clear(){const e=toRaw(this),t=e.size!==0,n=e.clear();return t&&trigger(e,"clear",void 0,void 0),n}function createForEach(e,t){return function(o,s){const a=this,l=a.__v_raw,r=toRaw(l),c=t?toShallow:e?toReadonly:toReactive;return!e&&track$1(r,"iterate",ITERATE_KEY),l.forEach((d,u)=>o.call(s,c(d),c(u),a))}}function createIterableMethod(e,t,n){return function(...o){const s=this.__v_raw,a=toRaw(s),l=isMap(a),r=e==="entries"||e===Symbol.iterator&&l,c=e==="keys"&&l,d=s[e](...o),u=n?toShallow:t?toReadonly:toReactive;return!t&&track$1(a,"iterate",c?MAP_KEY_ITERATE_KEY:ITERATE_KEY),{next(){const{value:m,done:f}=d.next();return f?{value:m,done:f}:{value:r?[u(m[0]),u(m[1])]:u(m),done:f}},[Symbol.iterator](){return this}}}}function createReadonlyMethod(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function createInstrumentations(){const e={get(a){return get(this,a)},get size(){return size(this)},has,add,set:set$1,delete:deleteEntry,clear,forEach:createForEach(!1,!1)},t={get(a){return get(this,a,!1,!0)},get size(){return size(this)},has,add(a){return add.call(this,a,!0)},set(a,l){return set$1.call(this,a,l,!0)},delete:deleteEntry,clear,forEach:createForEach(!1,!0)},n={get(a){return get(this,a,!0)},get size(){return size(this,!0)},has(a){return has.call(this,a,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!1)},o={get(a){return get(this,a,!0,!0)},get size(){return size(this,!0)},has(a){return has.call(this,a,!0)},add:createReadonlyMethod("add"),set:createReadonlyMethod("set"),delete:createReadonlyMethod("delete"),clear:createReadonlyMethod("clear"),forEach:createForEach(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(a=>{e[a]=createIterableMethod(a,!1,!1),n[a]=createIterableMethod(a,!0,!1),t[a]=createIterableMethod(a,!1,!0),o[a]=createIterableMethod(a,!0,!0)}),[e,n,t,o]}const[mutableInstrumentations,readonlyInstrumentations,shallowInstrumentations,shallowReadonlyInstrumentations]=createInstrumentations();function createInstrumentationGetter(e,t){const n=t?e?shallowReadonlyInstrumentations:shallowInstrumentations:e?readonlyInstrumentations:mutableInstrumentations;return(o,s,a)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?o:Reflect.get(hasOwn$1(n,s)&&s in o?n:o,s,a)}const mutableCollectionHandlers={get:createInstrumentationGetter(!1,!1)},shallowCollectionHandlers={get:createInstrumentationGetter(!1,!0)},readonlyCollectionHandlers={get:createInstrumentationGetter(!0,!1)},shallowReadonlyCollectionHandlers={get:createInstrumentationGetter(!0,!0)},reactiveMap=new WeakMap,shallowReactiveMap=new WeakMap,readonlyMap=new WeakMap,shallowReadonlyMap=new WeakMap;function targetTypeMap(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function getTargetType(e){return e.__v_skip||!Object.isExtensible(e)?0:targetTypeMap(toRawType(e))}function reactive(e){return isReadonly(e)?e:createReactiveObject(e,!1,mutableHandlers,mutableCollectionHandlers,reactiveMap)}function shallowReactive(e){return createReactiveObject(e,!1,shallowReactiveHandlers,shallowCollectionHandlers,shallowReactiveMap)}function readonly(e){return createReactiveObject(e,!0,readonlyHandlers,readonlyCollectionHandlers,readonlyMap)}function shallowReadonly(e){return createReactiveObject(e,!0,shallowReadonlyHandlers,shallowReadonlyCollectionHandlers,shallowReadonlyMap)}function createReactiveObject(e,t,n,o,s){if(!isObject$1(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const a=s.get(e);if(a)return a;const l=getTargetType(e);if(l===0)return e;const r=new Proxy(e,l===2?o:n);return s.set(e,r),r}function isReactive(e){return isReadonly(e)?isReactive(e.__v_raw):!!(e&&e.__v_isReactive)}function isReadonly(e){return!!(e&&e.__v_isReadonly)}function isShallow(e){return!!(e&&e.__v_isShallow)}function isProxy(e){return e?!!e.__v_raw:!1}function toRaw(e){const t=e&&e.__v_raw;return t?toRaw(t):e}function markRaw(e){return!hasOwn$1(e,"__v_skip")&&Object.isExtensible(e)&&def(e,"__v_skip",!0),e}const toReactive=e=>isObject$1(e)?reactive(e):e,toReadonly=e=>isObject$1(e)?readonly(e):e;function isRef(e){return e?e.__v_isRef===!0:!1}function ref(e){return createRef(e,!1)}function shallowRef(e){return createRef(e,!0)}function createRef(e,t){return isRef(e)?e:new RefImpl(e,t)}class RefImpl{constructor(t,n){this.dep=new Dep,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:toRaw(t),this._value=n?t:toReactive(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,o=this.__v_isShallow||isShallow(t)||isReadonly(t);t=o?t:toRaw(t),hasChanged(t,n)&&(this._rawValue=t,this._value=o?t:toReactive(t),this.dep.trigger())}}function unref(e){return isRef(e)?e.value:e}const shallowUnwrapHandlers={get:(e,t,n)=>t==="__v_raw"?e:unref(Reflect.get(e,t,n)),set:(e,t,n,o)=>{const s=e[t];return isRef(s)&&!isRef(n)?(s.value=n,!0):Reflect.set(e,t,n,o)}};function proxyRefs(e){return isReactive(e)?e:new Proxy(e,shallowUnwrapHandlers)}class ComputedRefImpl{constructor(t,n,o){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Dep(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=globalVersion-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=o}notify(){if(this.flags|=16,!(this.flags&8)&&activeSub!==this)return batch(this,!0),!0}get value(){const t=this.dep.track();return refreshComputed(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function computed$1(e,t,n=!1){let o,s;return isFunction$1(e)?o=e:(o=e.get,s=e.set),new ComputedRefImpl(o,s,n)}const INITIAL_WATCHER_VALUE={},cleanupMap=new WeakMap;let activeWatcher;function onWatcherCleanup(e,t=!1,n=activeWatcher){if(n){let o=cleanupMap.get(n);o||cleanupMap.set(n,o=[]),o.push(e)}}function watch$1(e,t,n=EMPTY_OBJ){const{immediate:o,deep:s,once:a,scheduler:l,augmentJob:r,call:c}=n,d=g=>s?g:isShallow(g)||s===!1||s===0?traverse(g,1):traverse(g);let u,m,f,v,y=!1,C=!1;if(isRef(e)?(m=()=>e.value,y=isShallow(e)):isReactive(e)?(m=()=>d(e),y=!0):isArray$1(e)?(C=!0,y=e.some(g=>isReactive(g)||isShallow(g)),m=()=>e.map(g=>{if(isRef(g))return g.value;if(isReactive(g))return d(g);if(isFunction$1(g))return c?c(g,2):g()})):isFunction$1(e)?t?m=c?()=>c(e,2):e:m=()=>{if(f){pauseTracking();try{f()}finally{resetTracking()}}const g=activeWatcher;activeWatcher=u;try{return c?c(e,3,[v]):e(v)}finally{activeWatcher=g}}:m=NOOP,t&&s){const g=m,E=s===!0?1/0:s;m=()=>traverse(g(),E)}const b=getCurrentScope(),k=()=>{u.stop(),b&&remove(b.effects,u)};if(a&&t){const g=t;t=(...E)=>{g(...E),k()}}let _=C?new Array(e.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const B=g=>{if(!(!(u.flags&1)||!u.dirty&&!g))if(t){const E=u.run();if(s||y||(C?E.some((V,w)=>hasChanged(V,_[w])):hasChanged(E,_))){f&&f();const V=activeWatcher;activeWatcher=u;try{const w=[E,_===INITIAL_WATCHER_VALUE?void 0:C&&_[0]===INITIAL_WATCHER_VALUE?[]:_,v];c?c(t,3,w):t(...w),_=E}finally{activeWatcher=V}}}else u.run()};return r&&r(B),u=new ReactiveEffect(m),u.scheduler=l?()=>l(B,!1):B,v=g=>onWatcherCleanup(g,!1,u),f=u.onStop=()=>{const g=cleanupMap.get(u);if(g){if(c)c(g,4);else for(const E of g)E();cleanupMap.delete(u)}},t?o?B(!0):_=u.run():l?l(B.bind(null,!0),!0):u.run(),k.pause=u.pause.bind(u),k.resume=u.resume.bind(u),k.stop=k,k}function traverse(e,t=1/0,n){if(t<=0||!isObject$1(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,isRef(e))traverse(e.value,t,n);else if(isArray$1(e))for(let o=0;o{traverse(o,t,n)});else if(isPlainObject$1(e)){for(const o in e)traverse(e[o],t,n);for(const o of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,o)&&traverse(e[o],t,n)}return e}/** +* @vue/runtime-core v3.5.11 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/const stack=[];let isWarning=!1;function warn$1$1(e,...t){if(isWarning)return;isWarning=!0,pauseTracking();const n=stack.length?stack[stack.length-1].component:null,o=n&&n.appContext.config.warnHandler,s=getComponentTrace();if(o)callWithErrorHandling(o,n,11,[e+t.map(a=>{var l,r;return(r=(l=a.toString)==null?void 0:l.call(a))!=null?r:JSON.stringify(a)}).join(""),n&&n.proxy,s.map(({vnode:a})=>`at <${formatComponentName(n,a.type)}>`).join(` +`),s]);else{const a=[`[Vue warn]: ${e}`,...t];s.length&&a.push(` +`,...formatTrace(s)),console.warn(...a)}resetTracking(),isWarning=!1}function getComponentTrace(){let e=stack[stack.length-1];if(!e)return[];const t=[];for(;e;){const n=t[0];n&&n.vnode===e?n.recurseCount++:t.push({vnode:e,recurseCount:0});const o=e.component&&e.component.parent;e=o&&o.vnode}return t}function formatTrace(e){const t=[];return e.forEach((n,o)=>{t.push(...o===0?[]:[` +`],...formatTraceEntry(n))}),t}function formatTraceEntry({vnode:e,recurseCount:t}){const n=t>0?`... (${t} recursive calls)`:"",o=e.component?e.component.parent==null:!1,s=` at <${formatComponentName(e.component,e.type,o)}`,a=">"+n;return e.props?[s,...formatProps(e.props),a]:[s+a]}function formatProps(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(o=>{t.push(...formatProp(o,e[o]))}),n.length>3&&t.push(" ..."),t}function formatProp(e,t,n){return isString$1(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:isRef(t)?(t=formatProp(e,toRaw(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):isFunction$1(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=toRaw(t),n?t:[`${e}=`,t])}function callWithErrorHandling(e,t,n,o){try{return o?e(...o):e()}catch(s){handleError(s,t,n)}}function callWithAsyncErrorHandling(e,t,n,o){if(isFunction$1(e)){const s=callWithErrorHandling(e,t,n,o);return s&&isPromise$1(s)&&s.catch(a=>{handleError(a,t,n)}),s}if(isArray$1(e)){const s=[];for(let a=0;a>>1,s=queue[o],a=getId(s);a=getId(n)?queue.push(e):queue.splice(findInsertionIndex(t),0,e),e.flags|=1,queueFlush()}}function queueFlush(){currentFlushPromise||(currentFlushPromise=resolvedPromise.then(flushJobs))}function queuePostFlushCb(e){isArray$1(e)?pendingPostFlushCbs.push(...e):activePostFlushCbs&&e.id===-1?activePostFlushCbs.splice(postFlushIndex+1,0,e):e.flags&1||(pendingPostFlushCbs.push(e),e.flags|=1),queueFlush()}function flushPreFlushCbs(e,t,n=flushIndex+1){for(;ngetId(n)-getId(o));if(pendingPostFlushCbs.length=0,activePostFlushCbs){activePostFlushCbs.push(...t);return}for(activePostFlushCbs=t,postFlushIndex=0;postFlushIndexe.id==null?e.flags&2?-1:1/0:e.id;function flushJobs(e){try{for(flushIndex=0;flushIndex{o._d&&setBlockTracking(-1);const a=setCurrentRenderingInstance(t);let l;try{l=e(...s)}finally{setCurrentRenderingInstance(a),o._d&&setBlockTracking(1)}return l};return o._n=!0,o._c=!0,o._d=!0,o}function withDirectives(e,t){if(currentRenderingInstance===null)return e;const n=getComponentPublicInstance(currentRenderingInstance),o=e.dirs||(e.dirs=[]);for(let s=0;se.__isTeleport;function setTransitionHooks(e,t){e.shapeFlag&6&&e.component?(e.transition=t,setTransitionHooks(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function defineComponent(e,t){return isFunction$1(e)?extend({name:e.name},t,{setup:e}):e}function markAsyncBoundary(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function setRef(e,t,n,o,s=!1){if(isArray$1(e)){e.forEach((y,C)=>setRef(y,t&&(isArray$1(t)?t[C]:t),n,o,s));return}if(isAsyncWrapper(o)&&!s)return;const a=o.shapeFlag&4?getComponentPublicInstance(o.component):o.el,l=s?null:a,{i:r,r:c}=e,d=t&&t.r,u=r.refs===EMPTY_OBJ?r.refs={}:r.refs,m=r.setupState,f=toRaw(m),v=m===EMPTY_OBJ?()=>!1:y=>hasOwn$1(f,y);if(d!=null&&d!==c&&(isString$1(d)?(u[d]=null,v(d)&&(m[d]=null)):isRef(d)&&(d.value=null)),isFunction$1(c))callWithErrorHandling(c,r,12,[l,u]);else{const y=isString$1(c),C=isRef(c);if(y||C){const b=()=>{if(e.f){const k=y?v(c)?m[c]:u[c]:c.value;s?isArray$1(k)&&remove(k,a):isArray$1(k)?k.includes(a)||k.push(a):y?(u[c]=[a],v(c)&&(m[c]=u[c])):(c.value=[a],e.k&&(u[e.k]=c.value))}else y?(u[c]=l,v(c)&&(m[c]=l)):C&&(c.value=l,e.k&&(u[e.k]=l))};l?(b.id=-1,queuePostRenderEffect(b,n)):b()}}}const isAsyncWrapper=e=>!!e.type.__asyncLoader,isKeepAlive=e=>e.type.__isKeepAlive;function onActivated(e,t){registerKeepAliveHook(e,"a",t)}function onDeactivated(e,t){registerKeepAliveHook(e,"da",t)}function registerKeepAliveHook(e,t,n=currentInstance){const o=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(injectHook(t,o,n),n){let s=n.parent;for(;s&&s.parent;)isKeepAlive(s.parent.vnode)&&injectToKeepAliveRoot(o,t,n,s),s=s.parent}}function injectToKeepAliveRoot(e,t,n,o){const s=injectHook(t,e,o,!0);onUnmounted(()=>{remove(o[t],s)},n)}function injectHook(e,t,n=currentInstance,o=!1){if(n){const s=n[e]||(n[e]=[]),a=t.__weh||(t.__weh=(...l)=>{pauseTracking();const r=setCurrentInstance(n),c=callWithAsyncErrorHandling(t,n,e,l);return r(),resetTracking(),c});return o?s.unshift(a):s.push(a),a}}const createHook=e=>(t,n=currentInstance)=>{(!isInSSRComponentSetup||e==="sp")&&injectHook(e,(...o)=>t(...o),n)},onBeforeMount=createHook("bm"),onMounted=createHook("m"),onBeforeUpdate=createHook("bu"),onUpdated=createHook("u"),onBeforeUnmount=createHook("bum"),onUnmounted=createHook("um"),onServerPrefetch=createHook("sp"),onRenderTriggered=createHook("rtg"),onRenderTracked=createHook("rtc");function onErrorCaptured(e,t=currentInstance){injectHook("ec",e,t)}const COMPONENTS="components",DIRECTIVES="directives";function resolveComponent(e,t){return resolveAsset(COMPONENTS,e,!0,t)||e}const NULL_DYNAMIC_COMPONENT=Symbol.for("v-ndc");function resolveDirective(e){return resolveAsset(DIRECTIVES,e)}function resolveAsset(e,t,n=!0,o=!1){const s=currentRenderingInstance||currentInstance;if(s){const a=s.type;if(e===COMPONENTS){const r=getComponentName(a,!1);if(r&&(r===t||r===camelize(t)||r===capitalize$1(camelize(t))))return a}const l=resolve(s[e]||a[e],t)||resolve(s.appContext[e],t);return!l&&o?a:l}}function resolve(e,t){return e&&(e[t]||e[camelize(t)]||e[capitalize$1(camelize(t))])}function renderList(e,t,n,o){let s;const a=n,l=isArray$1(e);if(l||isString$1(e)){const r=l&&isReactive(e);let c=!1;r&&(c=!isShallow(e),e=shallowReadArray(e)),s=new Array(e.length);for(let d=0,u=e.length;dt(r,c,void 0,a));else{const r=Object.keys(e);s=new Array(r.length);for(let c=0,d=r.length;cisVNode$1(t)?!(t.type===Comment||t.type===Fragment&&!ensureValidVNode(t.children)):!0)?e:null}const getPublicInstance=e=>e?isStatefulComponent(e)?getComponentPublicInstance(e):getPublicInstance(e.parent):null,publicPropertiesMap=extend(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>getPublicInstance(e.parent),$root:e=>getPublicInstance(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>resolveMergedOptions(e),$forceUpdate:e=>e.f||(e.f=()=>{queueJob(e.update)}),$nextTick:e=>e.n||(e.n=nextTick.bind(e.proxy)),$watch:e=>instanceWatch.bind(e)}),hasSetupBinding=(e,t)=>e!==EMPTY_OBJ&&!e.__isScriptSetup&&hasOwn$1(e,t),PublicInstanceProxyHandlers={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:o,data:s,props:a,accessCache:l,type:r,appContext:c}=e;let d;if(t[0]!=="$"){const v=l[t];if(v!==void 0)switch(v){case 1:return o[t];case 2:return s[t];case 4:return n[t];case 3:return a[t]}else{if(hasSetupBinding(o,t))return l[t]=1,o[t];if(s!==EMPTY_OBJ&&hasOwn$1(s,t))return l[t]=2,s[t];if((d=e.propsOptions[0])&&hasOwn$1(d,t))return l[t]=3,a[t];if(n!==EMPTY_OBJ&&hasOwn$1(n,t))return l[t]=4,n[t];shouldCacheAccess&&(l[t]=0)}}const u=publicPropertiesMap[t];let m,f;if(u)return t==="$attrs"&&track$1(e.attrs,"get",""),u(e);if((m=r.__cssModules)&&(m=m[t]))return m;if(n!==EMPTY_OBJ&&hasOwn$1(n,t))return l[t]=4,n[t];if(f=c.config.globalProperties,hasOwn$1(f,t))return f[t]},set({_:e},t,n){const{data:o,setupState:s,ctx:a}=e;return hasSetupBinding(s,t)?(s[t]=n,!0):o!==EMPTY_OBJ&&hasOwn$1(o,t)?(o[t]=n,!0):hasOwn$1(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(a[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:o,appContext:s,propsOptions:a}},l){let r;return!!n[l]||e!==EMPTY_OBJ&&hasOwn$1(e,l)||hasSetupBinding(t,l)||(r=a[0])&&hasOwn$1(r,l)||hasOwn$1(o,l)||hasOwn$1(publicPropertiesMap,l)||hasOwn$1(s.config.globalProperties,l)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:hasOwn$1(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function useSlots(){return getContext().slots}function getContext(){const e=getCurrentInstance();return e.setupContext||(e.setupContext=createSetupContext(e))}function normalizePropsOrEmits(e){return isArray$1(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let shouldCacheAccess=!0;function applyOptions(e){const t=resolveMergedOptions(e),n=e.proxy,o=e.ctx;shouldCacheAccess=!1,t.beforeCreate&&callHook(t.beforeCreate,e,"bc");const{data:s,computed:a,methods:l,watch:r,provide:c,inject:d,created:u,beforeMount:m,mounted:f,beforeUpdate:v,updated:y,activated:C,deactivated:b,beforeDestroy:k,beforeUnmount:_,destroyed:B,unmounted:g,render:E,renderTracked:V,renderTriggered:w,errorCaptured:I,serverPrefetch:q,expose:S,inheritAttrs:T,components:L,directives:H,filters:J}=t;if(d&&resolveInjections(d,o,null),l)for(const ne in l){const Z=l[ne];isFunction$1(Z)&&(o[ne]=Z.bind(n))}if(s){const ne=s.call(n,n);isObject$1(ne)&&(e.data=reactive(ne))}if(shouldCacheAccess=!0,a)for(const ne in a){const Z=a[ne],se=isFunction$1(Z)?Z.bind(n,n):isFunction$1(Z.get)?Z.get.bind(n,n):NOOP,ie=!isFunction$1(Z)&&isFunction$1(Z.set)?Z.set.bind(n):NOOP,U=computed({get:se,set:ie});Object.defineProperty(o,ne,{enumerable:!0,configurable:!0,get:()=>U.value,set:j=>U.value=j})}if(r)for(const ne in r)createWatcher(r[ne],o,n,ne);if(c){const ne=isFunction$1(c)?c.call(n):c;Reflect.ownKeys(ne).forEach(Z=>{provide(Z,ne[Z])})}u&&callHook(u,e,"c");function ee(ne,Z){isArray$1(Z)?Z.forEach(se=>ne(se.bind(n))):Z&&ne(Z.bind(n))}if(ee(onBeforeMount,m),ee(onMounted,f),ee(onBeforeUpdate,v),ee(onUpdated,y),ee(onActivated,C),ee(onDeactivated,b),ee(onErrorCaptured,I),ee(onRenderTracked,V),ee(onRenderTriggered,w),ee(onBeforeUnmount,_),ee(onUnmounted,g),ee(onServerPrefetch,q),isArray$1(S))if(S.length){const ne=e.exposed||(e.exposed={});S.forEach(Z=>{Object.defineProperty(ne,Z,{get:()=>n[Z],set:se=>n[Z]=se})})}else e.exposed||(e.exposed={});E&&e.render===NOOP&&(e.render=E),T!=null&&(e.inheritAttrs=T),L&&(e.components=L),H&&(e.directives=H),q&&markAsyncBoundary(e)}function resolveInjections(e,t,n=NOOP){isArray$1(e)&&(e=normalizeInject(e));for(const o in e){const s=e[o];let a;isObject$1(s)?"default"in s?a=inject(s.from||o,s.default,!0):a=inject(s.from||o):a=inject(s),isRef(a)?Object.defineProperty(t,o,{enumerable:!0,configurable:!0,get:()=>a.value,set:l=>a.value=l}):t[o]=a}}function callHook(e,t,n){callWithAsyncErrorHandling(isArray$1(e)?e.map(o=>o.bind(t.proxy)):e.bind(t.proxy),t,n)}function createWatcher(e,t,n,o){let s=o.includes(".")?createPathGetter(n,o):()=>n[o];if(isString$1(e)){const a=t[e];isFunction$1(a)&&watch(s,a)}else if(isFunction$1(e))watch(s,e.bind(n));else if(isObject$1(e))if(isArray$1(e))e.forEach(a=>createWatcher(a,t,n,o));else{const a=isFunction$1(e.handler)?e.handler.bind(n):t[e.handler];isFunction$1(a)&&watch(s,a,e)}}function resolveMergedOptions(e){const t=e.type,{mixins:n,extends:o}=t,{mixins:s,optionsCache:a,config:{optionMergeStrategies:l}}=e.appContext,r=a.get(t);let c;return r?c=r:!s.length&&!n&&!o?c=t:(c={},s.length&&s.forEach(d=>mergeOptions(c,d,l,!0)),mergeOptions(c,t,l)),isObject$1(t)&&a.set(t,c),c}function mergeOptions(e,t,n,o=!1){const{mixins:s,extends:a}=t;a&&mergeOptions(e,a,n,!0),s&&s.forEach(l=>mergeOptions(e,l,n,!0));for(const l in t)if(!(o&&l==="expose")){const r=internalOptionMergeStrats[l]||n&&n[l];e[l]=r?r(e[l],t[l]):t[l]}return e}const internalOptionMergeStrats={data:mergeDataFn,props:mergeEmitsOrPropsOptions,emits:mergeEmitsOrPropsOptions,methods:mergeObjectOptions,computed:mergeObjectOptions,beforeCreate:mergeAsArray,created:mergeAsArray,beforeMount:mergeAsArray,mounted:mergeAsArray,beforeUpdate:mergeAsArray,updated:mergeAsArray,beforeDestroy:mergeAsArray,beforeUnmount:mergeAsArray,destroyed:mergeAsArray,unmounted:mergeAsArray,activated:mergeAsArray,deactivated:mergeAsArray,errorCaptured:mergeAsArray,serverPrefetch:mergeAsArray,components:mergeObjectOptions,directives:mergeObjectOptions,watch:mergeWatchOptions,provide:mergeDataFn,inject:mergeInject};function mergeDataFn(e,t){return t?e?function(){return extend(isFunction$1(e)?e.call(this,this):e,isFunction$1(t)?t.call(this,this):t)}:t:e}function mergeInject(e,t){return mergeObjectOptions(normalizeInject(e),normalizeInject(t))}function normalizeInject(e){if(isArray$1(e)){const t={};for(let n=0;n1)return n&&isFunction$1(t)?t.call(o&&o.proxy):t}}const internalObjectProto={},createInternalObject=()=>Object.create(internalObjectProto),isInternalObject=e=>Object.getPrototypeOf(e)===internalObjectProto;function initProps(e,t,n,o=!1){const s={},a=createInternalObject();e.propsDefaults=Object.create(null),setFullProps(e,t,s,a);for(const l in e.propsOptions[0])l in s||(s[l]=void 0);n?e.props=o?s:shallowReactive(s):e.type.props?e.props=s:e.props=a,e.attrs=a}function updateProps(e,t,n,o){const{props:s,attrs:a,vnode:{patchFlag:l}}=e,r=toRaw(s),[c]=e.propsOptions;let d=!1;if((o||l>0)&&!(l&16)){if(l&8){const u=e.vnode.dynamicProps;for(let m=0;m{c=!0;const[f,v]=normalizePropsOptions(m,t,!0);extend(l,f),v&&r.push(...v)};!n&&t.mixins.length&&t.mixins.forEach(u),e.extends&&u(e.extends),e.mixins&&e.mixins.forEach(u)}if(!a&&!c)return isObject$1(e)&&o.set(e,EMPTY_ARR),EMPTY_ARR;if(isArray$1(a))for(let u=0;ue[0]==="_"||e==="$stable",normalizeSlotValue=e=>isArray$1(e)?e.map(normalizeVNode):[normalizeVNode(e)],normalizeSlot=(e,t,n)=>{if(t._n)return t;const o=withCtx((...s)=>normalizeSlotValue(t(...s)),n);return o._c=!1,o},normalizeObjectSlots=(e,t,n)=>{const o=e._ctx;for(const s in e){if(isInternalKey(s))continue;const a=e[s];if(isFunction$1(a))t[s]=normalizeSlot(s,a,o);else if(a!=null){const l=normalizeSlotValue(a);t[s]=()=>l}}},normalizeVNodeSlots=(e,t)=>{const n=normalizeSlotValue(t);e.slots.default=()=>n},assignSlots=(e,t,n)=>{for(const o in t)(n||o!=="_")&&(e[o]=t[o])},initSlots=(e,t,n)=>{const o=e.slots=createInternalObject();if(e.vnode.shapeFlag&32){const s=t._;s?(assignSlots(o,t,n),n&&def(o,"_",s,!0)):normalizeObjectSlots(t,o)}else t&&normalizeVNodeSlots(e,t)},updateSlots=(e,t,n)=>{const{vnode:o,slots:s}=e;let a=!0,l=EMPTY_OBJ;if(o.shapeFlag&32){const r=t._;r?n&&r===1?a=!1:assignSlots(s,t,n):(a=!t.$stable,normalizeObjectSlots(t,s)),l=t}else t&&(normalizeVNodeSlots(e,t),l={default:1});if(a)for(const r in s)!isInternalKey(r)&&l[r]==null&&delete s[r]},queuePostRenderEffect=queueEffectWithSuspense;function createRenderer(e){return baseCreateRenderer(e)}function baseCreateRenderer(e,t){const n=getGlobalThis$1();n.__VUE__=!0;const{insert:o,remove:s,patchProp:a,createElement:l,createText:r,createComment:c,setText:d,setElementText:u,parentNode:m,nextSibling:f,setScopeId:v=NOOP,insertStaticContent:y}=e,C=($,A,O,K=null,W=null,x=null,N=void 0,P=null,F=!!A.dynamicChildren)=>{if($===A)return;$&&!isSameVNodeType($,A)&&(K=ue($),j($,W,x,!0),$=null),A.patchFlag===-2&&(F=!1,A.dynamicChildren=null);const{type:R,ref:Y,shapeFlag:D}=A;switch(R){case Text:b($,A,O,K);break;case Comment:k($,A,O,K);break;case Static:$==null&&_(A,O,K,N);break;case Fragment:L($,A,O,K,W,x,N,P,F);break;default:D&1?E($,A,O,K,W,x,N,P,F):D&6?H($,A,O,K,W,x,N,P,F):(D&64||D&128)&&R.process($,A,O,K,W,x,N,P,F,me)}Y!=null&&W&&setRef(Y,$&&$.ref,x,A||$,!A)},b=($,A,O,K)=>{if($==null)o(A.el=r(A.children),O,K);else{const W=A.el=$.el;A.children!==$.children&&d(W,A.children)}},k=($,A,O,K)=>{$==null?o(A.el=c(A.children||""),O,K):A.el=$.el},_=($,A,O,K)=>{[$.el,$.anchor]=y($.children,A,O,K,$.el,$.anchor)},B=({el:$,anchor:A},O,K)=>{let W;for(;$&&$!==A;)W=f($),o($,O,K),$=W;o(A,O,K)},g=({el:$,anchor:A})=>{let O;for(;$&&$!==A;)O=f($),s($),$=O;s(A)},E=($,A,O,K,W,x,N,P,F)=>{A.type==="svg"?N="svg":A.type==="math"&&(N="mathml"),$==null?V(A,O,K,W,x,N,P,F):q($,A,W,x,N,P,F)},V=($,A,O,K,W,x,N,P)=>{let F,R;const{props:Y,shapeFlag:D,transition:M,dirs:X}=$;if(F=$.el=l($.type,x,Y&&Y.is,Y),D&8?u(F,$.children):D&16&&I($.children,F,null,K,W,resolveChildrenNamespace($,x),N,P),X&&invokeDirectiveHook($,null,K,"created"),w(F,$,$.scopeId,N,K),Y){for(const le in Y)le!=="value"&&!isReservedProp(le)&&a(F,le,null,Y[le],x,K);"value"in Y&&a(F,"value",null,Y.value,x),(R=Y.onVnodeBeforeMount)&&invokeVNodeHook(R,K,$)}X&&invokeDirectiveHook($,null,K,"beforeMount");const Q=needTransition(W,M);Q&&M.beforeEnter(F),o(F,A,O),((R=Y&&Y.onVnodeMounted)||Q||X)&&queuePostRenderEffect(()=>{R&&invokeVNodeHook(R,K,$),Q&&M.enter(F),X&&invokeDirectiveHook($,null,K,"mounted")},W)},w=($,A,O,K,W)=>{if(O&&v($,O),K)for(let x=0;x{for(let R=F;R<$.length;R++){const Y=$[R]=P?cloneIfMounted($[R]):normalizeVNode($[R]);C(null,Y,A,O,K,W,x,N,P)}},q=($,A,O,K,W,x,N)=>{const P=A.el=$.el;let{patchFlag:F,dynamicChildren:R,dirs:Y}=A;F|=$.patchFlag&16;const D=$.props||EMPTY_OBJ,M=A.props||EMPTY_OBJ;let X;if(O&&toggleRecurse(O,!1),(X=M.onVnodeBeforeUpdate)&&invokeVNodeHook(X,O,A,$),Y&&invokeDirectiveHook(A,$,O,"beforeUpdate"),O&&toggleRecurse(O,!0),(D.innerHTML&&M.innerHTML==null||D.textContent&&M.textContent==null)&&u(P,""),R?S($.dynamicChildren,R,P,O,K,resolveChildrenNamespace(A,W),x):N||Z($,A,P,null,O,K,resolveChildrenNamespace(A,W),x,!1),F>0){if(F&16)T(P,D,M,O,W);else if(F&2&&D.class!==M.class&&a(P,"class",null,M.class,W),F&4&&a(P,"style",D.style,M.style,W),F&8){const Q=A.dynamicProps;for(let le=0;le{X&&invokeVNodeHook(X,O,A,$),Y&&invokeDirectiveHook(A,$,O,"updated")},K)},S=($,A,O,K,W,x,N)=>{for(let P=0;P{if(A!==O){if(A!==EMPTY_OBJ)for(const x in A)!isReservedProp(x)&&!(x in O)&&a($,x,A[x],null,W,K);for(const x in O){if(isReservedProp(x))continue;const N=O[x],P=A[x];N!==P&&x!=="value"&&a($,x,P,N,W,K)}"value"in O&&a($,"value",A.value,O.value,W)}},L=($,A,O,K,W,x,N,P,F)=>{const R=A.el=$?$.el:r(""),Y=A.anchor=$?$.anchor:r("");let{patchFlag:D,dynamicChildren:M,slotScopeIds:X}=A;X&&(P=P?P.concat(X):X),$==null?(o(R,O,K),o(Y,O,K),I(A.children||[],O,Y,W,x,N,P,F)):D>0&&D&64&&M&&$.dynamicChildren?(S($.dynamicChildren,M,O,W,x,N,P),(A.key!=null||W&&A===W.subTree)&&traverseStaticChildren($,A,!0)):Z($,A,O,Y,W,x,N,P,F)},H=($,A,O,K,W,x,N,P,F)=>{A.slotScopeIds=P,$==null?A.shapeFlag&512?W.ctx.activate(A,O,K,N,F):J(A,O,K,W,x,N,F):te($,A,F)},J=($,A,O,K,W,x,N)=>{const P=$.component=createComponentInstance($,K,W);if(isKeepAlive($)&&(P.ctx.renderer=me),setupComponent(P,!1,N),P.asyncDep){if(W&&W.registerDep(P,ee,N),!$.el){const F=P.subTree=createVNode(Comment);k(null,F,A,O)}}else ee(P,$,A,O,W,x,N)},te=($,A,O)=>{const K=A.component=$.component;if(shouldUpdateComponent($,A,O))if(K.asyncDep&&!K.asyncResolved){ne(K,A,O);return}else K.next=A,K.update();else A.el=$.el,K.vnode=A},ee=($,A,O,K,W,x,N)=>{const P=()=>{if($.isMounted){let{next:D,bu:M,u:X,parent:Q,vnode:le}=$;{const ge=locateNonHydratedAsyncRoot($);if(ge){D&&(D.el=le.el,ne($,D,N)),ge.asyncDep.then(()=>{$.isUnmounted||P()});return}}let ae=D,fe;toggleRecurse($,!1),D?(D.el=le.el,ne($,D,N)):D=le,M&&invokeArrayFns(M),(fe=D.props&&D.props.onVnodeBeforeUpdate)&&invokeVNodeHook(fe,Q,D,le),toggleRecurse($,!0);const de=renderComponentRoot($),pe=$.subTree;$.subTree=de,C(pe,de,m(pe.el),ue(pe),$,W,x),D.el=de.el,ae===null&&updateHOCHostEl($,de.el),X&&queuePostRenderEffect(X,W),(fe=D.props&&D.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(fe,Q,D,le),W)}else{let D;const{el:M,props:X}=A,{bm:Q,m:le,parent:ae,root:fe,type:de}=$,pe=isAsyncWrapper(A);if(toggleRecurse($,!1),Q&&invokeArrayFns(Q),!pe&&(D=X&&X.onVnodeBeforeMount)&&invokeVNodeHook(D,ae,A),toggleRecurse($,!0),M&&ke){const ge=()=>{$.subTree=renderComponentRoot($),ke(M,$.subTree,$,W,null)};pe&&de.__asyncHydrate?de.__asyncHydrate(M,$,ge):ge()}else{fe.ce&&fe.ce._injectChildStyle(de);const ge=$.subTree=renderComponentRoot($);C(null,ge,O,K,$,W,x),A.el=ge.el}if(le&&queuePostRenderEffect(le,W),!pe&&(D=X&&X.onVnodeMounted)){const ge=A;queuePostRenderEffect(()=>invokeVNodeHook(D,ae,ge),W)}(A.shapeFlag&256||ae&&isAsyncWrapper(ae.vnode)&&ae.vnode.shapeFlag&256)&&$.a&&queuePostRenderEffect($.a,W),$.isMounted=!0,A=O=K=null}};$.scope.on();const F=$.effect=new ReactiveEffect(P);$.scope.off();const R=$.update=F.run.bind(F),Y=$.job=F.runIfDirty.bind(F);Y.i=$,Y.id=$.uid,F.scheduler=()=>queueJob(Y),toggleRecurse($,!0),R()},ne=($,A,O)=>{A.component=$;const K=$.vnode.props;$.vnode=A,$.next=null,updateProps($,A.props,K,O),updateSlots($,A.children,O),pauseTracking(),flushPreFlushCbs($),resetTracking()},Z=($,A,O,K,W,x,N,P,F=!1)=>{const R=$&&$.children,Y=$?$.shapeFlag:0,D=A.children,{patchFlag:M,shapeFlag:X}=A;if(M>0){if(M&128){ie(R,D,O,K,W,x,N,P,F);return}else if(M&256){se(R,D,O,K,W,x,N,P,F);return}}X&8?(Y&16&&re(R,W,x),D!==R&&u(O,D)):Y&16?X&16?ie(R,D,O,K,W,x,N,P,F):re(R,W,x,!0):(Y&8&&u(O,""),X&16&&I(D,O,K,W,x,N,P,F))},se=($,A,O,K,W,x,N,P,F)=>{$=$||EMPTY_ARR,A=A||EMPTY_ARR;const R=$.length,Y=A.length,D=Math.min(R,Y);let M;for(M=0;MY?re($,W,x,!0,!1,D):I(A,O,K,W,x,N,P,F,D)},ie=($,A,O,K,W,x,N,P,F)=>{let R=0;const Y=A.length;let D=$.length-1,M=Y-1;for(;R<=D&&R<=M;){const X=$[R],Q=A[R]=F?cloneIfMounted(A[R]):normalizeVNode(A[R]);if(isSameVNodeType(X,Q))C(X,Q,O,null,W,x,N,P,F);else break;R++}for(;R<=D&&R<=M;){const X=$[D],Q=A[M]=F?cloneIfMounted(A[M]):normalizeVNode(A[M]);if(isSameVNodeType(X,Q))C(X,Q,O,null,W,x,N,P,F);else break;D--,M--}if(R>D){if(R<=M){const X=M+1,Q=XM)for(;R<=D;)j($[R],W,x,!0),R++;else{const X=R,Q=R,le=new Map;for(R=Q;R<=M;R++){const he=A[R]=F?cloneIfMounted(A[R]):normalizeVNode(A[R]);he.key!=null&&le.set(he.key,R)}let ae,fe=0;const de=M-Q+1;let pe=!1,ge=0;const ye=new Array(de);for(R=0;R=de){j(he,W,x,!0);continue}let Be;if(he.key!=null)Be=le.get(he.key);else for(ae=Q;ae<=M;ae++)if(ye[ae-Q]===0&&isSameVNodeType(he,A[ae])){Be=ae;break}Be===void 0?j(he,W,x,!0):(ye[Be-Q]=R+1,Be>=ge?ge=Be:pe=!0,C(he,A[Be],O,null,W,x,N,P,F),fe++)}const Ce=pe?getSequence(ye):EMPTY_ARR;for(ae=Ce.length-1,R=de-1;R>=0;R--){const he=Q+R,Be=A[he],Ne=he+1{const{el:x,type:N,transition:P,children:F,shapeFlag:R}=$;if(R&6){U($.component.subTree,A,O,K);return}if(R&128){$.suspense.move(A,O,K);return}if(R&64){N.move($,A,O,me);return}if(N===Fragment){o(x,A,O);for(let D=0;DP.enter(x),W);else{const{leave:D,delayLeave:M,afterLeave:X}=P,Q=()=>o(x,A,O),le=()=>{D(x,()=>{Q(),X&&X()})};M?M(x,Q,le):le()}else o(x,A,O)},j=($,A,O,K=!1,W=!1)=>{const{type:x,props:N,ref:P,children:F,dynamicChildren:R,shapeFlag:Y,patchFlag:D,dirs:M,cacheIndex:X}=$;if(D===-2&&(W=!1),P!=null&&setRef(P,null,O,$,!0),X!=null&&(A.renderCache[X]=void 0),Y&256){A.ctx.deactivate($);return}const Q=Y&1&&M,le=!isAsyncWrapper($);let ae;if(le&&(ae=N&&N.onVnodeBeforeUnmount)&&invokeVNodeHook(ae,A,$),Y&6)ce($.component,O,K);else{if(Y&128){$.suspense.unmount(O,K);return}Q&&invokeDirectiveHook($,null,A,"beforeUnmount"),Y&64?$.type.remove($,A,O,me,K):R&&!R.hasOnce&&(x!==Fragment||D>0&&D&64)?re(R,A,O,!1,!0):(x===Fragment&&D&384||!W&&Y&16)&&re(F,A,O),K&&G($)}(le&&(ae=N&&N.onVnodeUnmounted)||Q)&&queuePostRenderEffect(()=>{ae&&invokeVNodeHook(ae,A,$),Q&&invokeDirectiveHook($,null,A,"unmounted")},O)},G=$=>{const{type:A,el:O,anchor:K,transition:W}=$;if(A===Fragment){z(O,K);return}if(A===Static){g($);return}const x=()=>{s(O),W&&!W.persisted&&W.afterLeave&&W.afterLeave()};if($.shapeFlag&1&&W&&!W.persisted){const{leave:N,delayLeave:P}=W,F=()=>N(O,x);P?P($.el,x,F):F()}else x()},z=($,A)=>{let O;for(;$!==A;)O=f($),s($),$=O;s(A)},ce=($,A,O)=>{const{bum:K,scope:W,job:x,subTree:N,um:P,m:F,a:R}=$;invalidateMount(F),invalidateMount(R),K&&invokeArrayFns(K),W.stop(),x&&(x.flags|=8,j(N,$,A,O)),P&&queuePostRenderEffect(P,A),queuePostRenderEffect(()=>{$.isUnmounted=!0},A),A&&A.pendingBranch&&!A.isUnmounted&&$.asyncDep&&!$.asyncResolved&&$.suspenseId===A.pendingId&&(A.deps--,A.deps===0&&A.resolve())},re=($,A,O,K=!1,W=!1,x=0)=>{for(let N=x;N<$.length;N++)j($[N],A,O,K,W)},ue=$=>{if($.shapeFlag&6)return ue($.component.subTree);if($.shapeFlag&128)return $.suspense.next();const A=f($.anchor||$.el),O=A&&A[TeleportEndKey];return O?f(O):A};let oe=!1;const ve=($,A,O)=>{$==null?A._vnode&&j(A._vnode,null,null,!0):C(A._vnode||null,$,A,null,null,null,O),A._vnode=$,oe||(oe=!0,flushPreFlushCbs(),flushPostFlushCbs(),oe=!1)},me={p:C,um:j,m:U,r:G,mt:J,mc:I,pc:Z,pbc:S,n:ue,o:e};let xe,ke;return{render:ve,hydrate:xe,createApp:createAppAPI(ve,xe)}}function resolveChildrenNamespace({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function toggleRecurse({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function needTransition(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function traverseStaticChildren(e,t,n=!1){const o=e.children,s=t.children;if(isArray$1(o)&&isArray$1(s))for(let a=0;a>1,e[n[r]]0&&(t[o]=n[a-1]),n[a]=o)}}for(a=n.length,l=n[a-1];a-- >0;)n[a]=l,l=t[l];return n}function locateNonHydratedAsyncRoot(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:locateNonHydratedAsyncRoot(t)}function invalidateMount(e){if(e)for(let t=0;tinject(ssrContextKey);function watchEffect(e,t){return doWatch(e,null,t)}function watch(e,t,n){return doWatch(e,t,n)}function doWatch(e,t,n=EMPTY_OBJ){const{immediate:o,deep:s,flush:a,once:l}=n,r=extend({},n);let c;if(isInSSRComponentSetup)if(a==="sync"){const f=useSSRContext();c=f.__watcherHandles||(f.__watcherHandles=[])}else if(!t||o)r.once=!0;else{const f=()=>{};return f.stop=NOOP,f.resume=NOOP,f.pause=NOOP,f}const d=currentInstance;r.call=(f,v,y)=>callWithAsyncErrorHandling(f,d,v,y);let u=!1;a==="post"?r.scheduler=f=>{queuePostRenderEffect(f,d&&d.suspense)}:a!=="sync"&&(u=!0,r.scheduler=(f,v)=>{v?f():queueJob(f)}),r.augmentJob=f=>{t&&(f.flags|=4),u&&(f.flags|=2,d&&(f.id=d.uid,f.i=d))};const m=watch$1(e,t,r);return c&&c.push(m),m}function instanceWatch(e,t,n){const o=this.proxy,s=isString$1(e)?e.includes(".")?createPathGetter(o,e):()=>o[e]:e.bind(o,o);let a;isFunction$1(t)?a=t:(a=t.handler,n=t);const l=setCurrentInstance(this),r=doWatch(s,a.bind(o),n);return l(),r}function createPathGetter(e,t){const n=t.split(".");return()=>{let o=e;for(let s=0;st==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${camelize(t)}Modifiers`]||e[`${hyphenate(t)}Modifiers`];function emit(e,t,...n){if(e.isUnmounted)return;const o=e.vnode.props||EMPTY_OBJ;let s=n;const a=t.startsWith("update:"),l=a&&getModelModifiers(o,t.slice(7));l&&(l.trim&&(s=n.map(u=>isString$1(u)?u.trim():u)),l.number&&(s=n.map(looseToNumber)));let r,c=o[r=toHandlerKey(t)]||o[r=toHandlerKey(camelize(t))];!c&&a&&(c=o[r=toHandlerKey(hyphenate(t))]),c&&callWithAsyncErrorHandling(c,e,6,s);const d=o[r+"Once"];if(d){if(!e.emitted)e.emitted={};else if(e.emitted[r])return;e.emitted[r]=!0,callWithAsyncErrorHandling(d,e,6,s)}}function normalizeEmitsOptions(e,t,n=!1){const o=t.emitsCache,s=o.get(e);if(s!==void 0)return s;const a=e.emits;let l={},r=!1;if(!isFunction$1(e)){const c=d=>{const u=normalizeEmitsOptions(d,t,!0);u&&(r=!0,extend(l,u))};!n&&t.mixins.length&&t.mixins.forEach(c),e.extends&&c(e.extends),e.mixins&&e.mixins.forEach(c)}return!a&&!r?(isObject$1(e)&&o.set(e,null),null):(isArray$1(a)?a.forEach(c=>l[c]=null):extend(l,a),isObject$1(e)&&o.set(e,l),l)}function isEmitListener(e,t){return!e||!isOn(t)?!1:(t=t.slice(2).replace(/Once$/,""),hasOwn$1(e,t[0].toLowerCase()+t.slice(1))||hasOwn$1(e,hyphenate(t))||hasOwn$1(e,t))}function markAttrsAccessed(){}function renderComponentRoot(e){const{type:t,vnode:n,proxy:o,withProxy:s,propsOptions:[a],slots:l,attrs:r,emit:c,render:d,renderCache:u,props:m,data:f,setupState:v,ctx:y,inheritAttrs:C}=e,b=setCurrentRenderingInstance(e);let k,_;try{if(n.shapeFlag&4){const g=s||o,E=g;k=normalizeVNode(d.call(E,g,u,m,v,f,y)),_=r}else{const g=t;k=normalizeVNode(g.length>1?g(m,{attrs:r,slots:l,emit:c}):g(m,null)),_=t.props?r:getFunctionalFallthrough(r)}}catch(g){blockStack.length=0,handleError(g,e,1),k=createVNode(Comment)}let B=k;if(_&&C!==!1){const g=Object.keys(_),{shapeFlag:E}=B;g.length&&E&7&&(a&&g.some(isModelListener)&&(_=filterModelListeners(_,a)),B=cloneVNode(B,_,!1,!0))}return n.dirs&&(B=cloneVNode(B,null,!1,!0),B.dirs=B.dirs?B.dirs.concat(n.dirs):n.dirs),n.transition&&setTransitionHooks(B,n.transition),k=B,setCurrentRenderingInstance(b),k}const getFunctionalFallthrough=e=>{let t;for(const n in e)(n==="class"||n==="style"||isOn(n))&&((t||(t={}))[n]=e[n]);return t},filterModelListeners=(e,t)=>{const n={};for(const o in e)(!isModelListener(o)||!(o.slice(9)in t))&&(n[o]=e[o]);return n};function shouldUpdateComponent(e,t,n){const{props:o,children:s,component:a}=e,{props:l,children:r,patchFlag:c}=t,d=a.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&c>=0){if(c&1024)return!0;if(c&16)return o?hasPropsChanged(o,l,d):!!l;if(c&8){const u=t.dynamicProps;for(let m=0;me.__isSuspense;function queueEffectWithSuspense(e,t){t&&t.pendingBranch?isArray$1(e)?t.effects.push(...e):t.effects.push(e):queuePostFlushCb(e)}const Fragment=Symbol.for("v-fgt"),Text=Symbol.for("v-txt"),Comment=Symbol.for("v-cmt"),Static=Symbol.for("v-stc"),blockStack=[];let currentBlock=null;function openBlock(e=!1){blockStack.push(currentBlock=e?null:[])}function closeBlock(){blockStack.pop(),currentBlock=blockStack[blockStack.length-1]||null}let isBlockTreeEnabled=1;function setBlockTracking(e){isBlockTreeEnabled+=e,e<0&¤tBlock&&(currentBlock.hasOnce=!0)}function setupBlock(e){return e.dynamicChildren=isBlockTreeEnabled>0?currentBlock||EMPTY_ARR:null,closeBlock(),isBlockTreeEnabled>0&¤tBlock&¤tBlock.push(e),e}function createElementBlock(e,t,n,o,s,a){return setupBlock(createBaseVNode(e,t,n,o,s,a,!0))}function createBlock(e,t,n,o,s){return setupBlock(createVNode(e,t,n,o,s,!0))}function isVNode$1(e){return e?e.__v_isVNode===!0:!1}function isSameVNodeType(e,t){return e.type===t.type&&e.key===t.key}const normalizeKey=({key:e})=>e??null,normalizeRef=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?isString$1(e)||isRef(e)||isFunction$1(e)?{i:currentRenderingInstance,r:e,k:t,f:!!n}:e:null);function createBaseVNode(e,t=null,n=null,o=0,s=null,a=e===Fragment?0:1,l=!1,r=!1){const c={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&normalizeKey(t),ref:t&&normalizeRef(t),scopeId:currentScopeId,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:o,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:currentRenderingInstance};return r?(normalizeChildren(c,n),a&128&&e.normalize(c)):n&&(c.shapeFlag|=isString$1(n)?8:16),isBlockTreeEnabled>0&&!l&¤tBlock&&(c.patchFlag>0||a&6)&&c.patchFlag!==32&¤tBlock.push(c),c}const createVNode=_createVNode;function _createVNode(e,t=null,n=null,o=0,s=null,a=!1){if((!e||e===NULL_DYNAMIC_COMPONENT)&&(e=Comment),isVNode$1(e)){const r=cloneVNode(e,t,!0);return n&&normalizeChildren(r,n),isBlockTreeEnabled>0&&!a&¤tBlock&&(r.shapeFlag&6?currentBlock[currentBlock.indexOf(e)]=r:currentBlock.push(r)),r.patchFlag=-2,r}if(isClassComponent(e)&&(e=e.__vccOpts),t){t=guardReactiveProps(t);let{class:r,style:c}=t;r&&!isString$1(r)&&(t.class=normalizeClass(r)),isObject$1(c)&&(isProxy(c)&&!isArray$1(c)&&(c=extend({},c)),t.style=normalizeStyle(c))}const l=isString$1(e)?1:isSuspense(e)?128:isTeleport(e)?64:isObject$1(e)?4:isFunction$1(e)?2:0;return createBaseVNode(e,t,n,o,s,l,a,!0)}function guardReactiveProps(e){return e?isProxy(e)||isInternalObject(e)?extend({},e):e:null}function cloneVNode(e,t,n=!1,o=!1){const{props:s,ref:a,patchFlag:l,children:r,transition:c}=e,d=t?mergeProps(s||{},t):s,u={__v_isVNode:!0,__v_skip:!0,type:e.type,props:d,key:d&&normalizeKey(d),ref:t&&t.ref?n&&a?isArray$1(a)?a.concat(normalizeRef(t)):[a,normalizeRef(t)]:normalizeRef(t):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:r,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Fragment?l===-1?16:l|16:l,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&cloneVNode(e.ssContent),ssFallback:e.ssFallback&&cloneVNode(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&o&&setTransitionHooks(u,c.clone(u)),u}function createTextVNode(e=" ",t=0){return createVNode(Text,null,e,t)}function createStaticVNode(e,t){const n=createVNode(Static,null,e);return n.staticCount=t,n}function createCommentVNode(e="",t=!1){return t?(openBlock(),createBlock(Comment,null,e)):createVNode(Comment,null,e)}function normalizeVNode(e){return e==null||typeof e=="boolean"?createVNode(Comment):isArray$1(e)?createVNode(Fragment,null,e.slice()):isVNode$1(e)?cloneIfMounted(e):createVNode(Text,null,String(e))}function cloneIfMounted(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:cloneVNode(e)}function normalizeChildren(e,t){let n=0;const{shapeFlag:o}=e;if(t==null)t=null;else if(isArray$1(t))n=16;else if(typeof t=="object")if(o&65){const s=t.default;s&&(s._c&&(s._d=!1),normalizeChildren(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!isInternalObject(t)?t._ctx=currentRenderingInstance:s===3&¤tRenderingInstance&&(currentRenderingInstance.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else isFunction$1(t)?(t={default:t,_ctx:currentRenderingInstance},n=32):(t=String(t),o&64?(n=16,t=[createTextVNode(t)]):n=8);e.children=t,e.shapeFlag|=n}function mergeProps(...e){const t={};for(let n=0;ncurrentInstance||currentRenderingInstance;let internalSetCurrentInstance,setInSSRSetupState;{const e=getGlobalThis$1(),t=(n,o)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(o),a=>{s.length>1?s.forEach(l=>l(a)):s[0](a)}};internalSetCurrentInstance=t("__VUE_INSTANCE_SETTERS__",n=>currentInstance=n),setInSSRSetupState=t("__VUE_SSR_SETTERS__",n=>isInSSRComponentSetup=n)}const setCurrentInstance=e=>{const t=currentInstance;return internalSetCurrentInstance(e),e.scope.on(),()=>{e.scope.off(),internalSetCurrentInstance(t)}},unsetCurrentInstance=()=>{currentInstance&¤tInstance.scope.off(),internalSetCurrentInstance(null)};function isStatefulComponent(e){return e.vnode.shapeFlag&4}let isInSSRComponentSetup=!1;function setupComponent(e,t=!1,n=!1){t&&setInSSRSetupState(t);const{props:o,children:s}=e.vnode,a=isStatefulComponent(e);initProps(e,o,a,t),initSlots(e,s,n);const l=a?setupStatefulComponent(e,t):void 0;return t&&setInSSRSetupState(!1),l}function setupStatefulComponent(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,PublicInstanceProxyHandlers);const{setup:o}=n;if(o){const s=e.setupContext=o.length>1?createSetupContext(e):null,a=setCurrentInstance(e);pauseTracking();const l=callWithErrorHandling(o,e,0,[e.props,s]);if(resetTracking(),a(),isPromise$1(l)){if(isAsyncWrapper(e)||markAsyncBoundary(e),l.then(unsetCurrentInstance,unsetCurrentInstance),t)return l.then(r=>{handleSetupResult(e,r,t)}).catch(r=>{handleError(r,e,0)});e.asyncDep=l}else handleSetupResult(e,l,t)}else finishComponentSetup(e,t)}function handleSetupResult(e,t,n){isFunction$1(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:isObject$1(t)&&(e.setupState=proxyRefs(t)),finishComponentSetup(e,n)}let compile$1;function finishComponentSetup(e,t,n){const o=e.type;if(!e.render){if(!t&&compile$1&&!o.render){const s=o.template||resolveMergedOptions(e).template;if(s){const{isCustomElement:a,compilerOptions:l}=e.appContext.config,{delimiters:r,compilerOptions:c}=o,d=extend(extend({isCustomElement:a,delimiters:r},l),c);o.render=compile$1(s,d)}}e.render=o.render||NOOP}{const s=setCurrentInstance(e);pauseTracking();try{applyOptions(e)}finally{resetTracking(),s()}}}const attrsProxyHandlers={get(e,t){return track$1(e,"get",""),e[t]}};function createSetupContext(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,attrsProxyHandlers),slots:e.slots,emit:e.emit,expose:t}}function getComponentPublicInstance(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(proxyRefs(markRaw(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in publicPropertiesMap)return publicPropertiesMap[n](e)},has(t,n){return n in t||n in publicPropertiesMap}})):e.proxy}const classifyRE=/(?:^|[-_])(\w)/g,classify=e=>e.replace(classifyRE,t=>t.toUpperCase()).replace(/[-_]/g,"");function getComponentName(e,t=!0){return isFunction$1(e)?e.displayName||e.name:e.name||t&&e.__name}function formatComponentName(e,t,n=!1){let o=getComponentName(t);if(!o&&t.__file){const s=t.__file.match(/([^/\\]+)\.\w+$/);s&&(o=s[1])}if(!o&&e&&e.parent){const s=a=>{for(const l in a)if(a[l]===t)return l};o=s(e.components||e.parent.type.components)||s(e.appContext.components)}return o?classify(o):n?"App":"Anonymous"}function isClassComponent(e){return isFunction$1(e)&&"__vccOpts"in e}const computed=(e,t)=>computed$1(e,t,isInSSRComponentSetup);function h(e,t,n){const o=arguments.length;return o===2?isObject$1(t)&&!isArray$1(t)?isVNode$1(t)?createVNode(e,null,[t]):createVNode(e,t):createVNode(e,null,t):(o>3?n=Array.prototype.slice.call(arguments,2):o===3&&isVNode$1(n)&&(n=[n]),createVNode(e,t,n))}const version="3.5.11";/** +* @vue/runtime-dom v3.5.11 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let policy;const tt=typeof window<"u"&&window.trustedTypes;if(tt)try{policy=tt.createPolicy("vue",{createHTML:e=>e})}catch{}const unsafeToTrustedHTML=policy?e=>policy.createHTML(e):e=>e,svgNS="http://www.w3.org/2000/svg",mathmlNS="http://www.w3.org/1998/Math/MathML",doc=typeof document<"u"?document:null,templateContainer=doc&&doc.createElement("template"),nodeOps={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,o)=>{const s=t==="svg"?doc.createElementNS(svgNS,e):t==="mathml"?doc.createElementNS(mathmlNS,e):n?doc.createElement(e,{is:n}):doc.createElement(e);return e==="select"&&o&&o.multiple!=null&&s.setAttribute("multiple",o.multiple),s},createText:e=>doc.createTextNode(e),createComment:e=>doc.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>doc.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,o,s,a){const l=n?n.previousSibling:t.lastChild;if(s&&(s===a||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===a||!(s=s.nextSibling)););else{templateContainer.innerHTML=unsafeToTrustedHTML(o==="svg"?`${e}`:o==="mathml"?`${e}`:e);const r=templateContainer.content;if(o==="svg"||o==="mathml"){const c=r.firstChild;for(;c.firstChild;)r.appendChild(c.firstChild);r.removeChild(c)}t.insertBefore(r,n)}return[l?l.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},vtcKey=Symbol("_vtc");function patchClass(e,t,n){const o=e[vtcKey];o&&(t=(t?[t,...o]:[...o]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const vShowOriginalDisplay=Symbol("_vod"),vShowHidden=Symbol("_vsh"),vShow={beforeMount(e,{value:t},{transition:n}){e[vShowOriginalDisplay]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):setDisplay(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:o}){!t!=!n&&(o?t?(o.beforeEnter(e),setDisplay(e,!0),o.enter(e)):o.leave(e,()=>{setDisplay(e,!1)}):setDisplay(e,t))},beforeUnmount(e,{value:t}){setDisplay(e,t)}};function setDisplay(e,t){e.style.display=t?e[vShowOriginalDisplay]:"none",e[vShowHidden]=!t}const CSS_VAR_TEXT=Symbol(""),displayRE=/(^|;)\s*display\s*:/;function patchStyle(e,t,n){const o=e.style,s=isString$1(n);let a=!1;if(n&&!s){if(t)if(isString$1(t))for(const l of t.split(";")){const r=l.slice(0,l.indexOf(":")).trim();n[r]==null&&setStyle(o,r,"")}else for(const l in t)n[l]==null&&setStyle(o,l,"");for(const l in n)l==="display"&&(a=!0),setStyle(o,l,n[l])}else if(s){if(t!==n){const l=o[CSS_VAR_TEXT];l&&(n+=";"+l),o.cssText=n,a=displayRE.test(n)}}else t&&e.removeAttribute("style");vShowOriginalDisplay in e&&(e[vShowOriginalDisplay]=a?o.display:"",e[vShowHidden]&&(o.display="none"))}const importantRE=/\s*!important$/;function setStyle(e,t,n){if(isArray$1(n))n.forEach(o=>setStyle(e,t,o));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const o=autoPrefix(e,t);importantRE.test(n)?e.setProperty(hyphenate(o),n.replace(importantRE,""),"important"):e[o]=n}}const prefixes=["Webkit","Moz","ms"],prefixCache={};function autoPrefix(e,t){const n=prefixCache[t];if(n)return n;let o=camelize(t);if(o!=="filter"&&o in e)return prefixCache[t]=o;o=capitalize$1(o);for(let s=0;scachedNow||(p.then(()=>cachedNow=0),cachedNow=Date.now());function createInvoker(e,t){const n=o=>{if(!o._vts)o._vts=Date.now();else if(o._vts<=n.attached)return;callWithAsyncErrorHandling(patchStopImmediatePropagation(o,n.value),t,5,[o])};return n.value=e,n.attached=getNow(),n}function patchStopImmediatePropagation(e,t){if(isArray$1(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(o=>s=>!s._stopped&&o&&o(s))}else return t}const isNativeOn=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,patchProp=(e,t,n,o,s,a)=>{const l=s==="svg";t==="class"?patchClass(e,o,l):t==="style"?patchStyle(e,n,o):isOn(t)?isModelListener(t)||patchEvent(e,t,n,o,a):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):shouldSetAsProp(e,t,o,l))?(patchDOMProp(e,t,o),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&patchAttr(e,t,o,l,a,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!isString$1(o))?patchDOMProp(e,camelize(t),o):(t==="true-value"?e._trueValue=o:t==="false-value"&&(e._falseValue=o),patchAttr(e,t,o,l))};function shouldSetAsProp(e,t,n,o){if(o)return!!(t==="innerHTML"||t==="textContent"||t in e&&isNativeOn(t)&&isFunction$1(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const s=e.tagName;if(s==="IMG"||s==="VIDEO"||s==="CANVAS"||s==="SOURCE")return!1}return isNativeOn(t)&&isString$1(n)?!1:t in e}const getModelAssigner=e=>{const t=e.props["onUpdate:modelValue"]||!1;return isArray$1(t)?n=>invokeArrayFns(t,n):t};function onCompositionStart(e){e.target.composing=!0}function onCompositionEnd(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const assignKey=Symbol("_assign"),vModelText={created(e,{modifiers:{lazy:t,trim:n,number:o}},s){e[assignKey]=getModelAssigner(s);const a=o||s.props&&s.props.type==="number";addEventListener(e,t?"change":"input",l=>{if(l.target.composing)return;let r=e.value;n&&(r=r.trim()),a&&(r=looseToNumber(r)),e[assignKey](r)}),n&&addEventListener(e,"change",()=>{e.value=e.value.trim()}),t||(addEventListener(e,"compositionstart",onCompositionStart),addEventListener(e,"compositionend",onCompositionEnd),addEventListener(e,"change",onCompositionEnd))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,oldValue:n,modifiers:{lazy:o,trim:s,number:a}},l){if(e[assignKey]=getModelAssigner(l),e.composing)return;const r=(a||e.type==="number")&&!/^0\d/.test(e.value)?looseToNumber(e.value):e.value,c=t??"";r!==c&&(document.activeElement===e&&e.type!=="range"&&(o&&t===n||s&&e.value.trim()===c)||(e.value=c))}},vModelCheckbox={deep:!0,created(e,t,n){e[assignKey]=getModelAssigner(n),addEventListener(e,"change",()=>{const o=e._modelValue,s=getValue(e),a=e.checked,l=e[assignKey];if(isArray$1(o)){const r=looseIndexOf(o,s),c=r!==-1;if(a&&!c)l(o.concat(s));else if(!a&&c){const d=[...o];d.splice(r,1),l(d)}}else if(isSet(o)){const r=new Set(o);a?r.add(s):r.delete(s),l(r)}else l(getCheckboxValue(e,a))})},mounted:setChecked,beforeUpdate(e,t,n){e[assignKey]=getModelAssigner(n),setChecked(e,t,n)}};function setChecked(e,{value:t},n){e._modelValue=t;let o;isArray$1(t)?o=looseIndexOf(t,n.props.value)>-1:isSet(t)?o=t.has(n.props.value):o=looseEqual(t,getCheckboxValue(e,!0)),e.checked!==o&&(e.checked=o)}const vModelSelect={deep:!0,created(e,{value:t,modifiers:{number:n}},o){const s=isSet(t);addEventListener(e,"change",()=>{const a=Array.prototype.filter.call(e.options,l=>l.selected).map(l=>n?looseToNumber(getValue(l)):getValue(l));e[assignKey](e.multiple?s?new Set(a):a:a[0]),e._assigning=!0,nextTick(()=>{e._assigning=!1})}),e[assignKey]=getModelAssigner(o)},mounted(e,{value:t}){setSelected(e,t)},beforeUpdate(e,t,n){e[assignKey]=getModelAssigner(n)},updated(e,{value:t}){e._assigning||setSelected(e,t)}};function setSelected(e,t){const n=e.multiple,o=isArray$1(t);if(!(n&&!o&&!isSet(t))){for(let s=0,a=e.options.length;sString(d)===String(r)):l.selected=looseIndexOf(t,r)>-1}else l.selected=t.has(r);else if(looseEqual(getValue(l),t)){e.selectedIndex!==s&&(e.selectedIndex=s);return}}!n&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function getValue(e){return"_value"in e?e._value:e.value}function getCheckboxValue(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const systemModifiers=["ctrl","shift","alt","meta"],modifierGuards={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>systemModifiers.some(n=>e[`${n}Key`]&&!t.includes(n))},withModifiers=(e,t)=>{const n=e._withMods||(e._withMods={}),o=t.join(".");return n[o]||(n[o]=(s,...a)=>{for(let l=0;l{const t=ensureRenderer().createApp(...e),{mount:n}=t;return t.mount=o=>{const s=normalizeContainer(o);if(!s)return;const a=t._component;!isFunction$1(a)&&!a.render&&!a.template&&(a.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const l=n(s,!1,resolveRootNamespace(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),l},t};function resolveRootNamespace(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function normalizeContainer(e){return isString$1(e)?document.querySelector(e):e}var commonjsGlobal=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function getDefaultExportFromCjs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function getAugmentedNamespace(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function o(){return this instanceof o?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(o){var s=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(n,o,s.get?s:{enumerable:!0,get:function(){return e[o]}})}),n}var cryptoJs={exports:{}};function commonjsRequire(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var core={exports:{}};const __viteBrowserExternal={},__viteBrowserExternal$1=Object.freeze(Object.defineProperty({__proto__:null,default:__viteBrowserExternal},Symbol.toStringTag,{value:"Module"})),require$$0=getAugmentedNamespace(__viteBrowserExternal$1);var hasRequiredCore;function requireCore(){return hasRequiredCore||(hasRequiredCore=1,function(e,t){(function(n,o){e.exports=o()})(commonjsGlobal,function(){var n=n||function(o,s){var a;if(typeof window<"u"&&window.crypto&&(a=window.crypto),typeof self<"u"&&self.crypto&&(a=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(a=globalThis.crypto),!a&&typeof window<"u"&&window.msCrypto&&(a=window.msCrypto),!a&&typeof commonjsGlobal<"u"&&commonjsGlobal.crypto&&(a=commonjsGlobal.crypto),!a&&typeof commonjsRequire=="function")try{a=require$$0}catch{}var l=function(){if(a){if(typeof a.getRandomValues=="function")try{return a.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof a.randomBytes=="function")try{return a.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},r=Object.create||function(){function _(){}return function(B){var g;return _.prototype=B,g=new _,_.prototype=null,g}}(),c={},d=c.lib={},u=d.Base=function(){return{extend:function(_){var B=r(this);return _&&B.mixIn(_),(!B.hasOwnProperty("init")||this.init===B.init)&&(B.init=function(){B.$super.init.apply(this,arguments)}),B.init.prototype=B,B.$super=this,B},create:function(){var _=this.extend();return _.init.apply(_,arguments),_},init:function(){},mixIn:function(_){for(var B in _)_.hasOwnProperty(B)&&(this[B]=_[B]);_.hasOwnProperty("toString")&&(this.toString=_.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),m=d.WordArray=u.extend({init:function(_,B){_=this.words=_||[],B!=s?this.sigBytes=B:this.sigBytes=_.length*4},toString:function(_){return(_||v).stringify(this)},concat:function(_){var B=this.words,g=_.words,E=this.sigBytes,V=_.sigBytes;if(this.clamp(),E%4)for(var w=0;w>>2]>>>24-w%4*8&255;B[E+w>>>2]|=I<<24-(E+w)%4*8}else for(var q=0;q>>2]=g[q>>>2];return this.sigBytes+=V,this},clamp:function(){var _=this.words,B=this.sigBytes;_[B>>>2]&=4294967295<<32-B%4*8,_.length=o.ceil(B/4)},clone:function(){var _=u.clone.call(this);return _.words=this.words.slice(0),_},random:function(_){for(var B=[],g=0;g<_;g+=4)B.push(l());return new m.init(B,_)}}),f=c.enc={},v=f.Hex={stringify:function(_){for(var B=_.words,g=_.sigBytes,E=[],V=0;V>>2]>>>24-V%4*8&255;E.push((w>>>4).toString(16)),E.push((w&15).toString(16))}return E.join("")},parse:function(_){for(var B=_.length,g=[],E=0;E>>3]|=parseInt(_.substr(E,2),16)<<24-E%8*4;return new m.init(g,B/2)}},y=f.Latin1={stringify:function(_){for(var B=_.words,g=_.sigBytes,E=[],V=0;V>>2]>>>24-V%4*8&255;E.push(String.fromCharCode(w))}return E.join("")},parse:function(_){for(var B=_.length,g=[],E=0;E>>2]|=(_.charCodeAt(E)&255)<<24-E%4*8;return new m.init(g,B)}},C=f.Utf8={stringify:function(_){try{return decodeURIComponent(escape(y.stringify(_)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(_){return y.parse(unescape(encodeURIComponent(_)))}},b=d.BufferedBlockAlgorithm=u.extend({reset:function(){this._data=new m.init,this._nDataBytes=0},_append:function(_){typeof _=="string"&&(_=C.parse(_)),this._data.concat(_),this._nDataBytes+=_.sigBytes},_process:function(_){var B,g=this._data,E=g.words,V=g.sigBytes,w=this.blockSize,I=w*4,q=V/I;_?q=o.ceil(q):q=o.max((q|0)-this._minBufferSize,0);var S=q*w,T=o.min(S*4,V);if(S){for(var L=0;L>>2]|=c[m]<<24-m%4*8;l.call(this,u,d)}else l.apply(this,arguments)};r.prototype=a}}(),n.lib.WordArray})}(libTypedarrays)),libTypedarrays.exports}var encUtf16={exports:{}},hasRequiredEncUtf16;function requireEncUtf16(){return hasRequiredEncUtf16||(hasRequiredEncUtf16=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.WordArray,l=o.enc;l.Utf16=l.Utf16BE={stringify:function(c){for(var d=c.words,u=c.sigBytes,m=[],f=0;f>>2]>>>16-f%4*8&65535;m.push(String.fromCharCode(v))}return m.join("")},parse:function(c){for(var d=c.length,u=[],m=0;m>>1]|=c.charCodeAt(m)<<16-m%2*16;return a.create(u,d*2)}},l.Utf16LE={stringify:function(c){for(var d=c.words,u=c.sigBytes,m=[],f=0;f>>2]>>>16-f%4*8&65535);m.push(String.fromCharCode(v))}return m.join("")},parse:function(c){for(var d=c.length,u=[],m=0;m>>1]|=r(c.charCodeAt(m)<<16-m%2*16);return a.create(u,d*2)}};function r(c){return c<<8&4278255360|c>>>8&16711935}}(),n.enc.Utf16})}(encUtf16)),encUtf16.exports}var encBase64={exports:{}},hasRequiredEncBase64;function requireEncBase64(){return hasRequiredEncBase64||(hasRequiredEncBase64=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.WordArray,l=o.enc;l.Base64={stringify:function(c){var d=c.words,u=c.sigBytes,m=this._map;c.clamp();for(var f=[],v=0;v>>2]>>>24-v%4*8&255,C=d[v+1>>>2]>>>24-(v+1)%4*8&255,b=d[v+2>>>2]>>>24-(v+2)%4*8&255,k=y<<16|C<<8|b,_=0;_<4&&v+_*.75>>6*(3-_)&63));var B=m.charAt(64);if(B)for(;f.length%4;)f.push(B);return f.join("")},parse:function(c){var d=c.length,u=this._map,m=this._reverseMap;if(!m){m=this._reverseMap=[];for(var f=0;f>>6-v%4*2,b=y|C;m[f>>>2]|=b<<24-f%4*8,f++}return a.create(m,f)}}(),n.enc.Base64})}(encBase64)),encBase64.exports}var encBase64url={exports:{}},hasRequiredEncBase64url;function requireEncBase64url(){return hasRequiredEncBase64url||(hasRequiredEncBase64url=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.WordArray,l=o.enc;l.Base64url={stringify:function(c,d){d===void 0&&(d=!0);var u=c.words,m=c.sigBytes,f=d?this._safe_map:this._map;c.clamp();for(var v=[],y=0;y>>2]>>>24-y%4*8&255,b=u[y+1>>>2]>>>24-(y+1)%4*8&255,k=u[y+2>>>2]>>>24-(y+2)%4*8&255,_=C<<16|b<<8|k,B=0;B<4&&y+B*.75>>6*(3-B)&63));var g=f.charAt(64);if(g)for(;v.length%4;)v.push(g);return v.join("")},parse:function(c,d){d===void 0&&(d=!0);var u=c.length,m=d?this._safe_map:this._map,f=this._reverseMap;if(!f){f=this._reverseMap=[];for(var v=0;v>>6-v%4*2,b=y|C;m[f>>>2]|=b<<24-f%4*8,f++}return a.create(m,f)}}(),n.enc.Base64url})}(encBase64url)),encBase64url.exports}var md5={exports:{}},hasRequiredMd5;function requireMd5(){return hasRequiredMd5||(hasRequiredMd5=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){return function(o){var s=n,a=s.lib,l=a.WordArray,r=a.Hasher,c=s.algo,d=[];(function(){for(var C=0;C<64;C++)d[C]=o.abs(o.sin(C+1))*4294967296|0})();var u=c.MD5=r.extend({_doReset:function(){this._hash=new l.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(C,b){for(var k=0;k<16;k++){var _=b+k,B=C[_];C[_]=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360}var g=this._hash.words,E=C[b+0],V=C[b+1],w=C[b+2],I=C[b+3],q=C[b+4],S=C[b+5],T=C[b+6],L=C[b+7],H=C[b+8],J=C[b+9],te=C[b+10],ee=C[b+11],ne=C[b+12],Z=C[b+13],se=C[b+14],ie=C[b+15],U=g[0],j=g[1],G=g[2],z=g[3];U=m(U,j,G,z,E,7,d[0]),z=m(z,U,j,G,V,12,d[1]),G=m(G,z,U,j,w,17,d[2]),j=m(j,G,z,U,I,22,d[3]),U=m(U,j,G,z,q,7,d[4]),z=m(z,U,j,G,S,12,d[5]),G=m(G,z,U,j,T,17,d[6]),j=m(j,G,z,U,L,22,d[7]),U=m(U,j,G,z,H,7,d[8]),z=m(z,U,j,G,J,12,d[9]),G=m(G,z,U,j,te,17,d[10]),j=m(j,G,z,U,ee,22,d[11]),U=m(U,j,G,z,ne,7,d[12]),z=m(z,U,j,G,Z,12,d[13]),G=m(G,z,U,j,se,17,d[14]),j=m(j,G,z,U,ie,22,d[15]),U=f(U,j,G,z,V,5,d[16]),z=f(z,U,j,G,T,9,d[17]),G=f(G,z,U,j,ee,14,d[18]),j=f(j,G,z,U,E,20,d[19]),U=f(U,j,G,z,S,5,d[20]),z=f(z,U,j,G,te,9,d[21]),G=f(G,z,U,j,ie,14,d[22]),j=f(j,G,z,U,q,20,d[23]),U=f(U,j,G,z,J,5,d[24]),z=f(z,U,j,G,se,9,d[25]),G=f(G,z,U,j,I,14,d[26]),j=f(j,G,z,U,H,20,d[27]),U=f(U,j,G,z,Z,5,d[28]),z=f(z,U,j,G,w,9,d[29]),G=f(G,z,U,j,L,14,d[30]),j=f(j,G,z,U,ne,20,d[31]),U=v(U,j,G,z,S,4,d[32]),z=v(z,U,j,G,H,11,d[33]),G=v(G,z,U,j,ee,16,d[34]),j=v(j,G,z,U,se,23,d[35]),U=v(U,j,G,z,V,4,d[36]),z=v(z,U,j,G,q,11,d[37]),G=v(G,z,U,j,L,16,d[38]),j=v(j,G,z,U,te,23,d[39]),U=v(U,j,G,z,Z,4,d[40]),z=v(z,U,j,G,E,11,d[41]),G=v(G,z,U,j,I,16,d[42]),j=v(j,G,z,U,T,23,d[43]),U=v(U,j,G,z,J,4,d[44]),z=v(z,U,j,G,ne,11,d[45]),G=v(G,z,U,j,ie,16,d[46]),j=v(j,G,z,U,w,23,d[47]),U=y(U,j,G,z,E,6,d[48]),z=y(z,U,j,G,L,10,d[49]),G=y(G,z,U,j,se,15,d[50]),j=y(j,G,z,U,S,21,d[51]),U=y(U,j,G,z,ne,6,d[52]),z=y(z,U,j,G,I,10,d[53]),G=y(G,z,U,j,te,15,d[54]),j=y(j,G,z,U,V,21,d[55]),U=y(U,j,G,z,H,6,d[56]),z=y(z,U,j,G,ie,10,d[57]),G=y(G,z,U,j,T,15,d[58]),j=y(j,G,z,U,Z,21,d[59]),U=y(U,j,G,z,q,6,d[60]),z=y(z,U,j,G,ee,10,d[61]),G=y(G,z,U,j,w,15,d[62]),j=y(j,G,z,U,J,21,d[63]),g[0]=g[0]+U|0,g[1]=g[1]+j|0,g[2]=g[2]+G|0,g[3]=g[3]+z|0},_doFinalize:function(){var C=this._data,b=C.words,k=this._nDataBytes*8,_=C.sigBytes*8;b[_>>>5]|=128<<24-_%32;var B=o.floor(k/4294967296),g=k;b[(_+64>>>9<<4)+15]=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360,b[(_+64>>>9<<4)+14]=(g<<8|g>>>24)&16711935|(g<<24|g>>>8)&4278255360,C.sigBytes=(b.length+1)*4,this._process();for(var E=this._hash,V=E.words,w=0;w<4;w++){var I=V[w];V[w]=(I<<8|I>>>24)&16711935|(I<<24|I>>>8)&4278255360}return E},clone:function(){var C=r.clone.call(this);return C._hash=this._hash.clone(),C}});function m(C,b,k,_,B,g,E){var V=C+(b&k|~b&_)+B+E;return(V<>>32-g)+b}function f(C,b,k,_,B,g,E){var V=C+(b&_|k&~_)+B+E;return(V<>>32-g)+b}function v(C,b,k,_,B,g,E){var V=C+(b^k^_)+B+E;return(V<>>32-g)+b}function y(C,b,k,_,B,g,E){var V=C+(k^(b|~_))+B+E;return(V<>>32-g)+b}s.MD5=r._createHelper(u),s.HmacMD5=r._createHmacHelper(u)}(Math),n.MD5})}(md5)),md5.exports}var sha1={exports:{}},hasRequiredSha1;function requireSha1(){return hasRequiredSha1||(hasRequiredSha1=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.WordArray,l=s.Hasher,r=o.algo,c=[],d=r.SHA1=l.extend({_doReset:function(){this._hash=new a.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(u,m){for(var f=this._hash.words,v=f[0],y=f[1],C=f[2],b=f[3],k=f[4],_=0;_<80;_++){if(_<16)c[_]=u[m+_]|0;else{var B=c[_-3]^c[_-8]^c[_-14]^c[_-16];c[_]=B<<1|B>>>31}var g=(v<<5|v>>>27)+k+c[_];_<20?g+=(y&C|~y&b)+1518500249:_<40?g+=(y^C^b)+1859775393:_<60?g+=(y&C|y&b|C&b)-1894007588:g+=(y^C^b)-899497514,k=b,b=C,C=y<<30|y>>>2,y=v,v=g}f[0]=f[0]+v|0,f[1]=f[1]+y|0,f[2]=f[2]+C|0,f[3]=f[3]+b|0,f[4]=f[4]+k|0},_doFinalize:function(){var u=this._data,m=u.words,f=this._nDataBytes*8,v=u.sigBytes*8;return m[v>>>5]|=128<<24-v%32,m[(v+64>>>9<<4)+14]=Math.floor(f/4294967296),m[(v+64>>>9<<4)+15]=f,u.sigBytes=m.length*4,this._process(),this._hash},clone:function(){var u=l.clone.call(this);return u._hash=this._hash.clone(),u}});o.SHA1=l._createHelper(d),o.HmacSHA1=l._createHmacHelper(d)}(),n.SHA1})}(sha1)),sha1.exports}var sha256={exports:{}},hasRequiredSha256;function requireSha256(){return hasRequiredSha256||(hasRequiredSha256=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){return function(o){var s=n,a=s.lib,l=a.WordArray,r=a.Hasher,c=s.algo,d=[],u=[];(function(){function v(k){for(var _=o.sqrt(k),B=2;B<=_;B++)if(!(k%B))return!1;return!0}function y(k){return(k-(k|0))*4294967296|0}for(var C=2,b=0;b<64;)v(C)&&(b<8&&(d[b]=y(o.pow(C,1/2))),u[b]=y(o.pow(C,1/3)),b++),C++})();var m=[],f=c.SHA256=r.extend({_doReset:function(){this._hash=new l.init(d.slice(0))},_doProcessBlock:function(v,y){for(var C=this._hash.words,b=C[0],k=C[1],_=C[2],B=C[3],g=C[4],E=C[5],V=C[6],w=C[7],I=0;I<64;I++){if(I<16)m[I]=v[y+I]|0;else{var q=m[I-15],S=(q<<25|q>>>7)^(q<<14|q>>>18)^q>>>3,T=m[I-2],L=(T<<15|T>>>17)^(T<<13|T>>>19)^T>>>10;m[I]=S+m[I-7]+L+m[I-16]}var H=g&E^~g&V,J=b&k^b&_^k&_,te=(b<<30|b>>>2)^(b<<19|b>>>13)^(b<<10|b>>>22),ee=(g<<26|g>>>6)^(g<<21|g>>>11)^(g<<7|g>>>25),ne=w+ee+H+u[I]+m[I],Z=te+J;w=V,V=E,E=g,g=B+ne|0,B=_,_=k,k=b,b=ne+Z|0}C[0]=C[0]+b|0,C[1]=C[1]+k|0,C[2]=C[2]+_|0,C[3]=C[3]+B|0,C[4]=C[4]+g|0,C[5]=C[5]+E|0,C[6]=C[6]+V|0,C[7]=C[7]+w|0},_doFinalize:function(){var v=this._data,y=v.words,C=this._nDataBytes*8,b=v.sigBytes*8;return y[b>>>5]|=128<<24-b%32,y[(b+64>>>9<<4)+14]=o.floor(C/4294967296),y[(b+64>>>9<<4)+15]=C,v.sigBytes=y.length*4,this._process(),this._hash},clone:function(){var v=r.clone.call(this);return v._hash=this._hash.clone(),v}});s.SHA256=r._createHelper(f),s.HmacSHA256=r._createHmacHelper(f)}(Math),n.SHA256})}(sha256)),sha256.exports}var sha224={exports:{}},hasRequiredSha224;function requireSha224(){return hasRequiredSha224||(hasRequiredSha224=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireSha256())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.WordArray,l=o.algo,r=l.SHA256,c=l.SHA224=r.extend({_doReset:function(){this._hash=new a.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var d=r._doFinalize.call(this);return d.sigBytes-=4,d}});o.SHA224=r._createHelper(c),o.HmacSHA224=r._createHmacHelper(c)}(),n.SHA224})}(sha224)),sha224.exports}var sha512={exports:{}},hasRequiredSha512;function requireSha512(){return hasRequiredSha512||(hasRequiredSha512=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireX64Core())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.Hasher,l=o.x64,r=l.Word,c=l.WordArray,d=o.algo;function u(){return r.create.apply(r,arguments)}var m=[u(1116352408,3609767458),u(1899447441,602891725),u(3049323471,3964484399),u(3921009573,2173295548),u(961987163,4081628472),u(1508970993,3053834265),u(2453635748,2937671579),u(2870763221,3664609560),u(3624381080,2734883394),u(310598401,1164996542),u(607225278,1323610764),u(1426881987,3590304994),u(1925078388,4068182383),u(2162078206,991336113),u(2614888103,633803317),u(3248222580,3479774868),u(3835390401,2666613458),u(4022224774,944711139),u(264347078,2341262773),u(604807628,2007800933),u(770255983,1495990901),u(1249150122,1856431235),u(1555081692,3175218132),u(1996064986,2198950837),u(2554220882,3999719339),u(2821834349,766784016),u(2952996808,2566594879),u(3210313671,3203337956),u(3336571891,1034457026),u(3584528711,2466948901),u(113926993,3758326383),u(338241895,168717936),u(666307205,1188179964),u(773529912,1546045734),u(1294757372,1522805485),u(1396182291,2643833823),u(1695183700,2343527390),u(1986661051,1014477480),u(2177026350,1206759142),u(2456956037,344077627),u(2730485921,1290863460),u(2820302411,3158454273),u(3259730800,3505952657),u(3345764771,106217008),u(3516065817,3606008344),u(3600352804,1432725776),u(4094571909,1467031594),u(275423344,851169720),u(430227734,3100823752),u(506948616,1363258195),u(659060556,3750685593),u(883997877,3785050280),u(958139571,3318307427),u(1322822218,3812723403),u(1537002063,2003034995),u(1747873779,3602036899),u(1955562222,1575990012),u(2024104815,1125592928),u(2227730452,2716904306),u(2361852424,442776044),u(2428436474,593698344),u(2756734187,3733110249),u(3204031479,2999351573),u(3329325298,3815920427),u(3391569614,3928383900),u(3515267271,566280711),u(3940187606,3454069534),u(4118630271,4000239992),u(116418474,1914138554),u(174292421,2731055270),u(289380356,3203993006),u(460393269,320620315),u(685471733,587496836),u(852142971,1086792851),u(1017036298,365543100),u(1126000580,2618297676),u(1288033470,3409855158),u(1501505948,4234509866),u(1607167915,987167468),u(1816402316,1246189591)],f=[];(function(){for(var y=0;y<80;y++)f[y]=u()})();var v=d.SHA512=a.extend({_doReset:function(){this._hash=new c.init([new r.init(1779033703,4089235720),new r.init(3144134277,2227873595),new r.init(1013904242,4271175723),new r.init(2773480762,1595750129),new r.init(1359893119,2917565137),new r.init(2600822924,725511199),new r.init(528734635,4215389547),new r.init(1541459225,327033209)])},_doProcessBlock:function(y,C){for(var b=this._hash.words,k=b[0],_=b[1],B=b[2],g=b[3],E=b[4],V=b[5],w=b[6],I=b[7],q=k.high,S=k.low,T=_.high,L=_.low,H=B.high,J=B.low,te=g.high,ee=g.low,ne=E.high,Z=E.low,se=V.high,ie=V.low,U=w.high,j=w.low,G=I.high,z=I.low,ce=q,re=S,ue=T,oe=L,ve=H,me=J,xe=te,ke=ee,$=ne,A=Z,O=se,K=ie,W=U,x=j,N=G,P=z,F=0;F<80;F++){var R,Y,D=f[F];if(F<16)Y=D.high=y[C+F*2]|0,R=D.low=y[C+F*2+1]|0;else{var M=f[F-15],X=M.high,Q=M.low,le=(X>>>1|Q<<31)^(X>>>8|Q<<24)^X>>>7,ae=(Q>>>1|X<<31)^(Q>>>8|X<<24)^(Q>>>7|X<<25),fe=f[F-2],de=fe.high,pe=fe.low,ge=(de>>>19|pe<<13)^(de<<3|pe>>>29)^de>>>6,ye=(pe>>>19|de<<13)^(pe<<3|de>>>29)^(pe>>>6|de<<26),Ce=f[F-7],he=Ce.high,Be=Ce.low,Ne=f[F-16],Se=Ne.high,$e=Ne.low;R=ae+Be,Y=le+he+(R>>>0>>0?1:0),R=R+ye,Y=Y+ge+(R>>>0>>0?1:0),R=R+$e,Y=Y+Se+(R>>>0<$e>>>0?1:0),D.high=Y,D.low=R}var Pe=$&O^~$&W,Ee=A&K^~A&x,Ie=ce&ue^ce&ve^ue&ve,Te=re&oe^re&me^oe&me,Fe=(ce>>>28|re<<4)^(ce<<30|re>>>2)^(ce<<25|re>>>7),we=(re>>>28|ce<<4)^(re<<30|ce>>>2)^(re<<25|ce>>>7),Me=($>>>14|A<<18)^($>>>18|A<<14)^($<<23|A>>>9),Oe=(A>>>14|$<<18)^(A>>>18|$<<14)^(A<<23|$>>>9),Ve=m[F],Re=Ve.high,Ae=Ve.low,_e=P+Oe,be=N+Me+(_e>>>0

>>0?1:0),_e=_e+Ee,be=be+Pe+(_e>>>0>>0?1:0),_e=_e+Ae,be=be+Re+(_e>>>0>>0?1:0),_e=_e+R,be=be+Y+(_e>>>0>>0?1:0),De=we+Te,Le=Fe+Ie+(De>>>0>>0?1:0);N=W,P=x,W=O,x=K,O=$,K=A,A=ke+_e|0,$=xe+be+(A>>>0>>0?1:0)|0,xe=ve,ke=me,ve=ue,me=oe,ue=ce,oe=re,re=_e+De|0,ce=be+Le+(re>>>0<_e>>>0?1:0)|0}S=k.low=S+re,k.high=q+ce+(S>>>0>>0?1:0),L=_.low=L+oe,_.high=T+ue+(L>>>0>>0?1:0),J=B.low=J+me,B.high=H+ve+(J>>>0>>0?1:0),ee=g.low=ee+ke,g.high=te+xe+(ee>>>0>>0?1:0),Z=E.low=Z+A,E.high=ne+$+(Z>>>0>>0?1:0),ie=V.low=ie+K,V.high=se+O+(ie>>>0>>0?1:0),j=w.low=j+x,w.high=U+W+(j>>>0>>0?1:0),z=I.low=z+P,I.high=G+N+(z>>>0

>>0?1:0)},_doFinalize:function(){var y=this._data,C=y.words,b=this._nDataBytes*8,k=y.sigBytes*8;C[k>>>5]|=128<<24-k%32,C[(k+128>>>10<<5)+30]=Math.floor(b/4294967296),C[(k+128>>>10<<5)+31]=b,y.sigBytes=C.length*4,this._process();var _=this._hash.toX32();return _},clone:function(){var y=a.clone.call(this);return y._hash=this._hash.clone(),y},blockSize:1024/32});o.SHA512=a._createHelper(v),o.HmacSHA512=a._createHmacHelper(v)}(),n.SHA512})}(sha512)),sha512.exports}var sha384={exports:{}},hasRequiredSha384;function requireSha384(){return hasRequiredSha384||(hasRequiredSha384=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireX64Core(),requireSha512())})(commonjsGlobal,function(n){return function(){var o=n,s=o.x64,a=s.Word,l=s.WordArray,r=o.algo,c=r.SHA512,d=r.SHA384=c.extend({_doReset:function(){this._hash=new l.init([new a.init(3418070365,3238371032),new a.init(1654270250,914150663),new a.init(2438529370,812702999),new a.init(355462360,4144912697),new a.init(1731405415,4290775857),new a.init(2394180231,1750603025),new a.init(3675008525,1694076839),new a.init(1203062813,3204075428)])},_doFinalize:function(){var u=c._doFinalize.call(this);return u.sigBytes-=16,u}});o.SHA384=c._createHelper(d),o.HmacSHA384=c._createHmacHelper(d)}(),n.SHA384})}(sha384)),sha384.exports}var sha3={exports:{}},hasRequiredSha3;function requireSha3(){return hasRequiredSha3||(hasRequiredSha3=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireX64Core())})(commonjsGlobal,function(n){return function(o){var s=n,a=s.lib,l=a.WordArray,r=a.Hasher,c=s.x64,d=c.Word,u=s.algo,m=[],f=[],v=[];(function(){for(var b=1,k=0,_=0;_<24;_++){m[b+5*k]=(_+1)*(_+2)/2%64;var B=k%5,g=(2*b+3*k)%5;b=B,k=g}for(var b=0;b<5;b++)for(var k=0;k<5;k++)f[b+5*k]=k+(2*b+3*k)%5*5;for(var E=1,V=0;V<24;V++){for(var w=0,I=0,q=0;q<7;q++){if(E&1){var S=(1<>>24)&16711935|(E<<24|E>>>8)&4278255360,V=(V<<8|V>>>24)&16711935|(V<<24|V>>>8)&4278255360;var w=_[g];w.high^=V,w.low^=E}for(var I=0;I<24;I++){for(var q=0;q<5;q++){for(var S=0,T=0,L=0;L<5;L++){var w=_[q+5*L];S^=w.high,T^=w.low}var H=y[q];H.high=S,H.low=T}for(var q=0;q<5;q++)for(var J=y[(q+4)%5],te=y[(q+1)%5],ee=te.high,ne=te.low,S=J.high^(ee<<1|ne>>>31),T=J.low^(ne<<1|ee>>>31),L=0;L<5;L++){var w=_[q+5*L];w.high^=S,w.low^=T}for(var Z=1;Z<25;Z++){var S,T,w=_[Z],se=w.high,ie=w.low,U=m[Z];U<32?(S=se<>>32-U,T=ie<>>32-U):(S=ie<>>64-U,T=se<>>64-U);var j=y[f[Z]];j.high=S,j.low=T}var G=y[0],z=_[0];G.high=z.high,G.low=z.low;for(var q=0;q<5;q++)for(var L=0;L<5;L++){var Z=q+5*L,w=_[Z],ce=y[Z],re=y[(q+1)%5+5*L],ue=y[(q+2)%5+5*L];w.high=ce.high^~re.high&ue.high,w.low=ce.low^~re.low&ue.low}var w=_[0],oe=v[I];w.high^=oe.high,w.low^=oe.low}},_doFinalize:function(){var b=this._data,k=b.words;this._nDataBytes*8;var _=b.sigBytes*8,B=this.blockSize*32;k[_>>>5]|=1<<24-_%32,k[(o.ceil((_+1)/B)*B>>>5)-1]|=128,b.sigBytes=k.length*4,this._process();for(var g=this._state,E=this.cfg.outputLength/8,V=E/8,w=[],I=0;I>>24)&16711935|(S<<24|S>>>8)&4278255360,T=(T<<8|T>>>24)&16711935|(T<<24|T>>>8)&4278255360,w.push(T),w.push(S)}return new l.init(w,E)},clone:function(){for(var b=r.clone.call(this),k=b._state=this._state.slice(0),_=0;_<25;_++)k[_]=k[_].clone();return b}});s.SHA3=r._createHelper(C),s.HmacSHA3=r._createHmacHelper(C)}(Math),n.SHA3})}(sha3)),sha3.exports}var ripemd160={exports:{}},hasRequiredRipemd160;function requireRipemd160(){return hasRequiredRipemd160||(hasRequiredRipemd160=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){/** @preserve + (c) 2012 by Cédric Mesnil. All rights reserved. + + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */return function(o){var s=n,a=s.lib,l=a.WordArray,r=a.Hasher,c=s.algo,d=l.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),u=l.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),m=l.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),f=l.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),v=l.create([0,1518500249,1859775393,2400959708,2840853838]),y=l.create([1352829926,1548603684,1836072691,2053994217,0]),C=c.RIPEMD160=r.extend({_doReset:function(){this._hash=l.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(V,w){for(var I=0;I<16;I++){var q=w+I,S=V[q];V[q]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360}var T=this._hash.words,L=v.words,H=y.words,J=d.words,te=u.words,ee=m.words,ne=f.words,Z,se,ie,U,j,G,z,ce,re,ue;G=Z=T[0],z=se=T[1],ce=ie=T[2],re=U=T[3],ue=j=T[4];for(var oe,I=0;I<80;I+=1)oe=Z+V[w+J[I]]|0,I<16?oe+=b(se,ie,U)+L[0]:I<32?oe+=k(se,ie,U)+L[1]:I<48?oe+=_(se,ie,U)+L[2]:I<64?oe+=B(se,ie,U)+L[3]:oe+=g(se,ie,U)+L[4],oe=oe|0,oe=E(oe,ee[I]),oe=oe+j|0,Z=j,j=U,U=E(ie,10),ie=se,se=oe,oe=G+V[w+te[I]]|0,I<16?oe+=g(z,ce,re)+H[0]:I<32?oe+=B(z,ce,re)+H[1]:I<48?oe+=_(z,ce,re)+H[2]:I<64?oe+=k(z,ce,re)+H[3]:oe+=b(z,ce,re)+H[4],oe=oe|0,oe=E(oe,ne[I]),oe=oe+ue|0,G=ue,ue=re,re=E(ce,10),ce=z,z=oe;oe=T[1]+ie+re|0,T[1]=T[2]+U+ue|0,T[2]=T[3]+j+G|0,T[3]=T[4]+Z+z|0,T[4]=T[0]+se+ce|0,T[0]=oe},_doFinalize:function(){var V=this._data,w=V.words,I=this._nDataBytes*8,q=V.sigBytes*8;w[q>>>5]|=128<<24-q%32,w[(q+64>>>9<<4)+14]=(I<<8|I>>>24)&16711935|(I<<24|I>>>8)&4278255360,V.sigBytes=(w.length+1)*4,this._process();for(var S=this._hash,T=S.words,L=0;L<5;L++){var H=T[L];T[L]=(H<<8|H>>>24)&16711935|(H<<24|H>>>8)&4278255360}return S},clone:function(){var V=r.clone.call(this);return V._hash=this._hash.clone(),V}});function b(V,w,I){return V^w^I}function k(V,w,I){return V&w|~V&I}function _(V,w,I){return(V|~w)^I}function B(V,w,I){return V&I|w&~I}function g(V,w,I){return V^(w|~I)}function E(V,w){return V<>>32-w}s.RIPEMD160=r._createHelper(C),s.HmacRIPEMD160=r._createHmacHelper(C)}(),n.RIPEMD160})}(ripemd160)),ripemd160.exports}var hmac={exports:{}},hasRequiredHmac;function requireHmac(){return hasRequiredHmac||(hasRequiredHmac=1,function(e,t){(function(n,o){e.exports=o(requireCore())})(commonjsGlobal,function(n){(function(){var o=n,s=o.lib,a=s.Base,l=o.enc,r=l.Utf8,c=o.algo;c.HMAC=a.extend({init:function(d,u){d=this._hasher=new d.init,typeof u=="string"&&(u=r.parse(u));var m=d.blockSize,f=m*4;u.sigBytes>f&&(u=d.finalize(u)),u.clamp();for(var v=this._oKey=u.clone(),y=this._iKey=u.clone(),C=v.words,b=y.words,k=0;k>>2]&255;S.sigBytes-=T}};a.BlockCipher=v.extend({cfg:v.cfg.extend({mode:b,padding:_}),reset:function(){var S;v.reset.call(this);var T=this.cfg,L=T.iv,H=T.mode;this._xformMode==this._ENC_XFORM_MODE?S=H.createEncryptor:(S=H.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==S?this._mode.init(this,L&&L.words):(this._mode=S.call(H,this,L&&L.words),this._mode.__creator=S)},_doProcessBlock:function(S,T){this._mode.processBlock(S,T)},_doFinalize:function(){var S,T=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(T.pad(this._data,this.blockSize),S=this._process(!0)):(S=this._process(!0),T.unpad(S)),S},blockSize:128/32});var B=a.CipherParams=l.extend({init:function(S){this.mixIn(S)},toString:function(S){return(S||this.formatter).stringify(this)}}),g=s.format={},E=g.OpenSSL={stringify:function(S){var T,L=S.ciphertext,H=S.salt;return H?T=r.create([1398893684,1701076831]).concat(H).concat(L):T=L,T.toString(u)},parse:function(S){var T,L=u.parse(S),H=L.words;return H[0]==1398893684&&H[1]==1701076831&&(T=r.create(H.slice(2,4)),H.splice(0,4),L.sigBytes-=16),B.create({ciphertext:L,salt:T})}},V=a.SerializableCipher=l.extend({cfg:l.extend({format:E}),encrypt:function(S,T,L,H){H=this.cfg.extend(H);var J=S.createEncryptor(L,H),te=J.finalize(T),ee=J.cfg;return B.create({ciphertext:te,key:L,iv:ee.iv,algorithm:S,mode:ee.mode,padding:ee.padding,blockSize:S.blockSize,formatter:H.format})},decrypt:function(S,T,L,H){H=this.cfg.extend(H),T=this._parse(T,H.format);var J=S.createDecryptor(L,H).finalize(T.ciphertext);return J},_parse:function(S,T){return typeof S=="string"?T.parse(S,this):S}}),w=s.kdf={},I=w.OpenSSL={execute:function(S,T,L,H,J){if(H||(H=r.random(64/8)),J)var te=f.create({keySize:T+L,hasher:J}).compute(S,H);else var te=f.create({keySize:T+L}).compute(S,H);var ee=r.create(te.words.slice(T),L*4);return te.sigBytes=T*4,B.create({key:te,iv:ee,salt:H})}},q=a.PasswordBasedCipher=V.extend({cfg:V.cfg.extend({kdf:I}),encrypt:function(S,T,L,H){H=this.cfg.extend(H);var J=H.kdf.execute(L,S.keySize,S.ivSize,H.salt,H.hasher);H.iv=J.iv;var te=V.encrypt.call(this,S,T,J.key,H);return te.mixIn(J),te},decrypt:function(S,T,L,H){H=this.cfg.extend(H),T=this._parse(T,H.format);var J=H.kdf.execute(L,S.keySize,S.ivSize,T.salt,H.hasher);H.iv=J.iv;var te=V.decrypt.call(this,S,T,J.key,H);return te}})}()})}(cipherCore)),cipherCore.exports}var modeCfb={exports:{}},hasRequiredModeCfb;function requireModeCfb(){return hasRequiredModeCfb||(hasRequiredModeCfb=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireCipherCore())})(commonjsGlobal,function(n){return n.mode.CFB=function(){var o=n.lib.BlockCipherMode.extend();o.Encryptor=o.extend({processBlock:function(a,l){var r=this._cipher,c=r.blockSize;s.call(this,a,l,c,r),this._prevBlock=a.slice(l,l+c)}}),o.Decryptor=o.extend({processBlock:function(a,l){var r=this._cipher,c=r.blockSize,d=a.slice(l,l+c);s.call(this,a,l,c,r),this._prevBlock=d}});function s(a,l,r,c){var d,u=this._iv;u?(d=u.slice(0),this._iv=void 0):d=this._prevBlock,c.encryptBlock(d,0);for(var m=0;m>24&255)===255){var c=r>>16&255,d=r>>8&255,u=r&255;c===255?(c=0,d===255?(d=0,u===255?u=0:++u):++d):++c,r=0,r+=c<<16,r+=d<<8,r+=u}else r+=1<<24;return r}function a(r){return(r[0]=s(r[0]))===0&&(r[1]=s(r[1])),r}var l=o.Encryptor=o.extend({processBlock:function(r,c){var d=this._cipher,u=d.blockSize,m=this._iv,f=this._counter;m&&(f=this._counter=m.slice(0),this._iv=void 0),a(f);var v=f.slice(0);d.encryptBlock(v,0);for(var y=0;y>>2]|=r<<24-c%4*8,o.sigBytes+=r},unpad:function(o){var s=o.words[o.sigBytes-1>>>2]&255;o.sigBytes-=s}},n.pad.Ansix923})}(padAnsix923)),padAnsix923.exports}var padIso10126={exports:{}},hasRequiredPadIso10126;function requirePadIso10126(){return hasRequiredPadIso10126||(hasRequiredPadIso10126=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireCipherCore())})(commonjsGlobal,function(n){return n.pad.Iso10126={pad:function(o,s){var a=s*4,l=a-o.sigBytes%a;o.concat(n.lib.WordArray.random(l-1)).concat(n.lib.WordArray.create([l<<24],1))},unpad:function(o){var s=o.words[o.sigBytes-1>>>2]&255;o.sigBytes-=s}},n.pad.Iso10126})}(padIso10126)),padIso10126.exports}var padIso97971={exports:{}},hasRequiredPadIso97971;function requirePadIso97971(){return hasRequiredPadIso97971||(hasRequiredPadIso97971=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireCipherCore())})(commonjsGlobal,function(n){return n.pad.Iso97971={pad:function(o,s){o.concat(n.lib.WordArray.create([2147483648],1)),n.pad.ZeroPadding.pad(o,s)},unpad:function(o){n.pad.ZeroPadding.unpad(o),o.sigBytes--}},n.pad.Iso97971})}(padIso97971)),padIso97971.exports}var padZeropadding={exports:{}},hasRequiredPadZeropadding;function requirePadZeropadding(){return hasRequiredPadZeropadding||(hasRequiredPadZeropadding=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireCipherCore())})(commonjsGlobal,function(n){return n.pad.ZeroPadding={pad:function(o,s){var a=s*4;o.clamp(),o.sigBytes+=a-(o.sigBytes%a||a)},unpad:function(o){for(var s=o.words,a=o.sigBytes-1,a=o.sigBytes-1;a>=0;a--)if(s[a>>>2]>>>24-a%4*8&255){o.sigBytes=a+1;break}}},n.pad.ZeroPadding})}(padZeropadding)),padZeropadding.exports}var padNopadding={exports:{}},hasRequiredPadNopadding;function requirePadNopadding(){return hasRequiredPadNopadding||(hasRequiredPadNopadding=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireCipherCore())})(commonjsGlobal,function(n){return n.pad.NoPadding={pad:function(){},unpad:function(){}},n.pad.NoPadding})}(padNopadding)),padNopadding.exports}var formatHex={exports:{}},hasRequiredFormatHex;function requireFormatHex(){return hasRequiredFormatHex||(hasRequiredFormatHex=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireCipherCore())})(commonjsGlobal,function(n){return function(o){var s=n,a=s.lib,l=a.CipherParams,r=s.enc,c=r.Hex,d=s.format;d.Hex={stringify:function(u){return u.ciphertext.toString(c)},parse:function(u){var m=c.parse(u);return l.create({ciphertext:m})}}}(),n.format.Hex})}(formatHex)),formatHex.exports}var aes={exports:{}},hasRequiredAes;function requireAes(){return hasRequiredAes||(hasRequiredAes=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.BlockCipher,l=o.algo,r=[],c=[],d=[],u=[],m=[],f=[],v=[],y=[],C=[],b=[];(function(){for(var B=[],g=0;g<256;g++)g<128?B[g]=g<<1:B[g]=g<<1^283;for(var E=0,V=0,g=0;g<256;g++){var w=V^V<<1^V<<2^V<<3^V<<4;w=w>>>8^w&255^99,r[E]=w,c[w]=E;var I=B[E],q=B[I],S=B[q],T=B[w]*257^w*16843008;d[E]=T<<24|T>>>8,u[E]=T<<16|T>>>16,m[E]=T<<8|T>>>24,f[E]=T;var T=S*16843009^q*65537^I*257^E*16843008;v[w]=T<<24|T>>>8,y[w]=T<<16|T>>>16,C[w]=T<<8|T>>>24,b[w]=T,E?(E=I^B[B[B[S^I]]],V^=B[B[V]]):E=V=1}})();var k=[0,1,2,4,8,16,32,64,128,27,54],_=l.AES=a.extend({_doReset:function(){var B;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var g=this._keyPriorReset=this._key,E=g.words,V=g.sigBytes/4,w=this._nRounds=V+6,I=(w+1)*4,q=this._keySchedule=[],S=0;S6&&S%V==4&&(B=r[B>>>24]<<24|r[B>>>16&255]<<16|r[B>>>8&255]<<8|r[B&255]):(B=B<<8|B>>>24,B=r[B>>>24]<<24|r[B>>>16&255]<<16|r[B>>>8&255]<<8|r[B&255],B^=k[S/V|0]<<24),q[S]=q[S-V]^B);for(var T=this._invKeySchedule=[],L=0;L>>24]]^y[r[B>>>16&255]]^C[r[B>>>8&255]]^b[r[B&255]]}}},encryptBlock:function(B,g){this._doCryptBlock(B,g,this._keySchedule,d,u,m,f,r)},decryptBlock:function(B,g){var E=B[g+1];B[g+1]=B[g+3],B[g+3]=E,this._doCryptBlock(B,g,this._invKeySchedule,v,y,C,b,c);var E=B[g+1];B[g+1]=B[g+3],B[g+3]=E},_doCryptBlock:function(B,g,E,V,w,I,q,S){for(var T=this._nRounds,L=B[g]^E[0],H=B[g+1]^E[1],J=B[g+2]^E[2],te=B[g+3]^E[3],ee=4,ne=1;ne>>24]^w[H>>>16&255]^I[J>>>8&255]^q[te&255]^E[ee++],se=V[H>>>24]^w[J>>>16&255]^I[te>>>8&255]^q[L&255]^E[ee++],ie=V[J>>>24]^w[te>>>16&255]^I[L>>>8&255]^q[H&255]^E[ee++],U=V[te>>>24]^w[L>>>16&255]^I[H>>>8&255]^q[J&255]^E[ee++];L=Z,H=se,J=ie,te=U}var Z=(S[L>>>24]<<24|S[H>>>16&255]<<16|S[J>>>8&255]<<8|S[te&255])^E[ee++],se=(S[H>>>24]<<24|S[J>>>16&255]<<16|S[te>>>8&255]<<8|S[L&255])^E[ee++],ie=(S[J>>>24]<<24|S[te>>>16&255]<<16|S[L>>>8&255]<<8|S[H&255])^E[ee++],U=(S[te>>>24]<<24|S[L>>>16&255]<<16|S[H>>>8&255]<<8|S[J&255])^E[ee++];B[g]=Z,B[g+1]=se,B[g+2]=ie,B[g+3]=U},keySize:256/32});o.AES=a._createHelper(_)}(),n.AES})}(aes)),aes.exports}var tripledes={exports:{}},hasRequiredTripledes;function requireTripledes(){return hasRequiredTripledes||(hasRequiredTripledes=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.WordArray,l=s.BlockCipher,r=o.algo,c=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],d=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],u=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],m=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],f=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],v=r.DES=l.extend({_doReset:function(){for(var k=this._key,_=k.words,B=[],g=0;g<56;g++){var E=c[g]-1;B[g]=_[E>>>5]>>>31-E%32&1}for(var V=this._subKeys=[],w=0;w<16;w++){for(var I=V[w]=[],q=u[w],g=0;g<24;g++)I[g/6|0]|=B[(d[g]-1+q)%28]<<31-g%6,I[4+(g/6|0)]|=B[28+(d[g+24]-1+q)%28]<<31-g%6;I[0]=I[0]<<1|I[0]>>>31;for(var g=1;g<7;g++)I[g]=I[g]>>>(g-1)*4+3;I[7]=I[7]<<5|I[7]>>>27}for(var S=this._invSubKeys=[],g=0;g<16;g++)S[g]=V[15-g]},encryptBlock:function(k,_){this._doCryptBlock(k,_,this._subKeys)},decryptBlock:function(k,_){this._doCryptBlock(k,_,this._invSubKeys)},_doCryptBlock:function(k,_,B){this._lBlock=k[_],this._rBlock=k[_+1],y.call(this,4,252645135),y.call(this,16,65535),C.call(this,2,858993459),C.call(this,8,16711935),y.call(this,1,1431655765);for(var g=0;g<16;g++){for(var E=B[g],V=this._lBlock,w=this._rBlock,I=0,q=0;q<8;q++)I|=m[q][((w^E[q])&f[q])>>>0];this._lBlock=w,this._rBlock=V^I}var S=this._lBlock;this._lBlock=this._rBlock,this._rBlock=S,y.call(this,1,1431655765),C.call(this,8,16711935),C.call(this,2,858993459),y.call(this,16,65535),y.call(this,4,252645135),k[_]=this._lBlock,k[_+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function y(k,_){var B=(this._lBlock>>>k^this._rBlock)&_;this._rBlock^=B,this._lBlock^=B<>>k^this._lBlock)&_;this._lBlock^=B,this._rBlock^=B<192.");var B=_.slice(0,2),g=_.length<4?_.slice(0,2):_.slice(2,4),E=_.length<6?_.slice(0,2):_.slice(4,6);this._des1=v.createEncryptor(a.create(B)),this._des2=v.createEncryptor(a.create(g)),this._des3=v.createEncryptor(a.create(E))},encryptBlock:function(k,_){this._des1.encryptBlock(k,_),this._des2.decryptBlock(k,_),this._des3.encryptBlock(k,_)},decryptBlock:function(k,_){this._des3.decryptBlock(k,_),this._des2.encryptBlock(k,_),this._des1.decryptBlock(k,_)},keySize:192/32,ivSize:64/32,blockSize:64/32});o.TripleDES=l._createHelper(b)}(),n.TripleDES})}(tripledes)),tripledes.exports}var rc4={exports:{}},hasRequiredRc4;function requireRc4(){return hasRequiredRc4||(hasRequiredRc4=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.StreamCipher,l=o.algo,r=l.RC4=a.extend({_doReset:function(){for(var u=this._key,m=u.words,f=u.sigBytes,v=this._S=[],y=0;y<256;y++)v[y]=y;for(var y=0,C=0;y<256;y++){var b=y%f,k=m[b>>>2]>>>24-b%4*8&255;C=(C+v[y]+k)%256;var _=v[y];v[y]=v[C],v[C]=_}this._i=this._j=0},_doProcessBlock:function(u,m){u[m]^=c.call(this)},keySize:256/32,ivSize:0});function c(){for(var u=this._S,m=this._i,f=this._j,v=0,y=0;y<4;y++){m=(m+1)%256,f=(f+u[m])%256;var C=u[m];u[m]=u[f],u[f]=C,v|=u[(u[m]+u[f])%256]<<24-y*8}return this._i=m,this._j=f,v}o.RC4=a._createHelper(r);var d=l.RC4Drop=r.extend({cfg:r.cfg.extend({drop:192}),_doReset:function(){r._doReset.call(this);for(var u=this.cfg.drop;u>0;u--)c.call(this)}});o.RC4Drop=a._createHelper(d)}(),n.RC4})}(rc4)),rc4.exports}var rabbit={exports:{}},hasRequiredRabbit;function requireRabbit(){return hasRequiredRabbit||(hasRequiredRabbit=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.StreamCipher,l=o.algo,r=[],c=[],d=[],u=l.Rabbit=a.extend({_doReset:function(){for(var f=this._key.words,v=this.cfg.iv,y=0;y<4;y++)f[y]=(f[y]<<8|f[y]>>>24)&16711935|(f[y]<<24|f[y]>>>8)&4278255360;var C=this._X=[f[0],f[3]<<16|f[2]>>>16,f[1],f[0]<<16|f[3]>>>16,f[2],f[1]<<16|f[0]>>>16,f[3],f[2]<<16|f[1]>>>16],b=this._C=[f[2]<<16|f[2]>>>16,f[0]&4294901760|f[1]&65535,f[3]<<16|f[3]>>>16,f[1]&4294901760|f[2]&65535,f[0]<<16|f[0]>>>16,f[2]&4294901760|f[3]&65535,f[1]<<16|f[1]>>>16,f[3]&4294901760|f[0]&65535];this._b=0;for(var y=0;y<4;y++)m.call(this);for(var y=0;y<8;y++)b[y]^=C[y+4&7];if(v){var k=v.words,_=k[0],B=k[1],g=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360,E=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360,V=g>>>16|E&4294901760,w=E<<16|g&65535;b[0]^=g,b[1]^=V,b[2]^=E,b[3]^=w,b[4]^=g,b[5]^=V,b[6]^=E,b[7]^=w;for(var y=0;y<4;y++)m.call(this)}},_doProcessBlock:function(f,v){var y=this._X;m.call(this),r[0]=y[0]^y[5]>>>16^y[3]<<16,r[1]=y[2]^y[7]>>>16^y[5]<<16,r[2]=y[4]^y[1]>>>16^y[7]<<16,r[3]=y[6]^y[3]>>>16^y[1]<<16;for(var C=0;C<4;C++)r[C]=(r[C]<<8|r[C]>>>24)&16711935|(r[C]<<24|r[C]>>>8)&4278255360,f[v+C]^=r[C]},blockSize:128/32,ivSize:64/32});function m(){for(var f=this._X,v=this._C,y=0;y<8;y++)c[y]=v[y];v[0]=v[0]+1295307597+this._b|0,v[1]=v[1]+3545052371+(v[0]>>>0>>0?1:0)|0,v[2]=v[2]+886263092+(v[1]>>>0>>0?1:0)|0,v[3]=v[3]+1295307597+(v[2]>>>0>>0?1:0)|0,v[4]=v[4]+3545052371+(v[3]>>>0>>0?1:0)|0,v[5]=v[5]+886263092+(v[4]>>>0>>0?1:0)|0,v[6]=v[6]+1295307597+(v[5]>>>0>>0?1:0)|0,v[7]=v[7]+3545052371+(v[6]>>>0>>0?1:0)|0,this._b=v[7]>>>0>>0?1:0;for(var y=0;y<8;y++){var C=f[y]+v[y],b=C&65535,k=C>>>16,_=((b*b>>>17)+b*k>>>15)+k*k,B=((C&4294901760)*C|0)+((C&65535)*C|0);d[y]=_^B}f[0]=d[0]+(d[7]<<16|d[7]>>>16)+(d[6]<<16|d[6]>>>16)|0,f[1]=d[1]+(d[0]<<8|d[0]>>>24)+d[7]|0,f[2]=d[2]+(d[1]<<16|d[1]>>>16)+(d[0]<<16|d[0]>>>16)|0,f[3]=d[3]+(d[2]<<8|d[2]>>>24)+d[1]|0,f[4]=d[4]+(d[3]<<16|d[3]>>>16)+(d[2]<<16|d[2]>>>16)|0,f[5]=d[5]+(d[4]<<8|d[4]>>>24)+d[3]|0,f[6]=d[6]+(d[5]<<16|d[5]>>>16)+(d[4]<<16|d[4]>>>16)|0,f[7]=d[7]+(d[6]<<8|d[6]>>>24)+d[5]|0}o.Rabbit=a._createHelper(u)}(),n.Rabbit})}(rabbit)),rabbit.exports}var rabbitLegacy={exports:{}},hasRequiredRabbitLegacy;function requireRabbitLegacy(){return hasRequiredRabbitLegacy||(hasRequiredRabbitLegacy=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.StreamCipher,l=o.algo,r=[],c=[],d=[],u=l.RabbitLegacy=a.extend({_doReset:function(){var f=this._key.words,v=this.cfg.iv,y=this._X=[f[0],f[3]<<16|f[2]>>>16,f[1],f[0]<<16|f[3]>>>16,f[2],f[1]<<16|f[0]>>>16,f[3],f[2]<<16|f[1]>>>16],C=this._C=[f[2]<<16|f[2]>>>16,f[0]&4294901760|f[1]&65535,f[3]<<16|f[3]>>>16,f[1]&4294901760|f[2]&65535,f[0]<<16|f[0]>>>16,f[2]&4294901760|f[3]&65535,f[1]<<16|f[1]>>>16,f[3]&4294901760|f[0]&65535];this._b=0;for(var b=0;b<4;b++)m.call(this);for(var b=0;b<8;b++)C[b]^=y[b+4&7];if(v){var k=v.words,_=k[0],B=k[1],g=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360,E=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360,V=g>>>16|E&4294901760,w=E<<16|g&65535;C[0]^=g,C[1]^=V,C[2]^=E,C[3]^=w,C[4]^=g,C[5]^=V,C[6]^=E,C[7]^=w;for(var b=0;b<4;b++)m.call(this)}},_doProcessBlock:function(f,v){var y=this._X;m.call(this),r[0]=y[0]^y[5]>>>16^y[3]<<16,r[1]=y[2]^y[7]>>>16^y[5]<<16,r[2]=y[4]^y[1]>>>16^y[7]<<16,r[3]=y[6]^y[3]>>>16^y[1]<<16;for(var C=0;C<4;C++)r[C]=(r[C]<<8|r[C]>>>24)&16711935|(r[C]<<24|r[C]>>>8)&4278255360,f[v+C]^=r[C]},blockSize:128/32,ivSize:64/32});function m(){for(var f=this._X,v=this._C,y=0;y<8;y++)c[y]=v[y];v[0]=v[0]+1295307597+this._b|0,v[1]=v[1]+3545052371+(v[0]>>>0>>0?1:0)|0,v[2]=v[2]+886263092+(v[1]>>>0>>0?1:0)|0,v[3]=v[3]+1295307597+(v[2]>>>0>>0?1:0)|0,v[4]=v[4]+3545052371+(v[3]>>>0>>0?1:0)|0,v[5]=v[5]+886263092+(v[4]>>>0>>0?1:0)|0,v[6]=v[6]+1295307597+(v[5]>>>0>>0?1:0)|0,v[7]=v[7]+3545052371+(v[6]>>>0>>0?1:0)|0,this._b=v[7]>>>0>>0?1:0;for(var y=0;y<8;y++){var C=f[y]+v[y],b=C&65535,k=C>>>16,_=((b*b>>>17)+b*k>>>15)+k*k,B=((C&4294901760)*C|0)+((C&65535)*C|0);d[y]=_^B}f[0]=d[0]+(d[7]<<16|d[7]>>>16)+(d[6]<<16|d[6]>>>16)|0,f[1]=d[1]+(d[0]<<8|d[0]>>>24)+d[7]|0,f[2]=d[2]+(d[1]<<16|d[1]>>>16)+(d[0]<<16|d[0]>>>16)|0,f[3]=d[3]+(d[2]<<8|d[2]>>>24)+d[1]|0,f[4]=d[4]+(d[3]<<16|d[3]>>>16)+(d[2]<<16|d[2]>>>16)|0,f[5]=d[5]+(d[4]<<8|d[4]>>>24)+d[3]|0,f[6]=d[6]+(d[5]<<16|d[5]>>>16)+(d[4]<<16|d[4]>>>16)|0,f[7]=d[7]+(d[6]<<8|d[6]>>>24)+d[5]|0}o.RabbitLegacy=a._createHelper(u)}(),n.RabbitLegacy})}(rabbitLegacy)),rabbitLegacy.exports}var blowfish={exports:{}},hasRequiredBlowfish;function requireBlowfish(){return hasRequiredBlowfish||(hasRequiredBlowfish=1,function(e,t){(function(n,o,s){e.exports=o(requireCore(),requireEncBase64(),requireMd5(),requireEvpkdf(),requireCipherCore())})(commonjsGlobal,function(n){return function(){var o=n,s=o.lib,a=s.BlockCipher,l=o.algo;const r=16,c=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],d=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var u={pbox:[],sbox:[]};function m(b,k){let _=k>>24&255,B=k>>16&255,g=k>>8&255,E=k&255,V=b.sbox[0][_]+b.sbox[1][B];return V=V^b.sbox[2][g],V=V+b.sbox[3][E],V}function f(b,k,_){let B=k,g=_,E;for(let V=0;V1;--V)B=B^b.pbox[V],g=m(b,B)^g,E=B,B=g,g=E;return E=B,B=g,g=E,g=g^b.pbox[1],B=B^b.pbox[0],{left:B,right:g}}function y(b,k,_){for(let w=0;w<4;w++){b.sbox[w]=[];for(let I=0;I<256;I++)b.sbox[w][I]=d[w][I]}let B=0;for(let w=0;w=_&&(B=0);let g=0,E=0,V=0;for(let w=0;w{const n={alg:"HS256",typ:"JWT"},o=CryptoJS.enc.Utf8.parse(JSON.stringify(n)),s=base64url(o),a=CryptoJS.enc.Utf8.parse(JSON.stringify(e)),l=base64url(a),r=`${s}.${l}`;let c=CryptoJS.HmacSHA256(r,t);return c=base64url(c),`${r}.${c}`};/*! + * shared v10.0.4 + * (c) 2024 kazuya kawaguchi + * Released under the MIT License. + */const inBrowser=typeof window<"u",makeSymbol=(e,t=!1)=>t?Symbol.for(e):Symbol(e),generateFormatCacheKey=(e,t,n)=>friendlyJSONstringify({l:e,k:t,s:n}),friendlyJSONstringify=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),isNumber=e=>typeof e=="number"&&isFinite(e),isDate=e=>toTypeString(e)==="[object Date]",isRegExp=e=>toTypeString(e)==="[object RegExp]",isEmptyObject=e=>isPlainObject(e)&&Object.keys(e).length===0,assign=Object.assign;let _globalThis;const getGlobalThis=()=>_globalThis||(_globalThis=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function escapeHtml(e){return e.replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}const hasOwnProperty=Object.prototype.hasOwnProperty;function hasOwn(e,t){return hasOwnProperty.call(e,t)}const isArray=Array.isArray,isFunction=e=>typeof e=="function",isString=e=>typeof e=="string",isBoolean=e=>typeof e=="boolean",isObject=e=>e!==null&&typeof e=="object",isPromise=e=>isObject(e)&&isFunction(e.then)&&isFunction(e.catch),objectToString=Object.prototype.toString,toTypeString=e=>objectToString.call(e),isPlainObject=e=>toTypeString(e)==="[object Object]",toDisplayString=e=>e==null?"":isArray(e)||isPlainObject(e)&&e.toString===objectToString?JSON.stringify(e,null,2):String(e);function join(e,t=""){return e.reduce((n,o,s)=>s===0?n+o:n+t+o,"")}function warn$1(e,t){typeof console<"u"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const isNotObjectOrIsArray=e=>!isObject(e)||isArray(e);function deepCopy(e,t){if(isNotObjectOrIsArray(e)||isNotObjectOrIsArray(t))throw new Error("Invalid value");const n=[{src:e,des:t}];for(;n.length;){const{src:o,des:s}=n.pop();Object.keys(o).forEach(a=>{isObject(o[a])&&!isObject(s[a])&&(s[a]=Array.isArray(o[a])?[]:{}),isNotObjectOrIsArray(s[a])||isNotObjectOrIsArray(o[a])?s[a]=o[a]:n.push({src:o[a],des:s[a]})})}}/*! + * message-compiler v10.0.4 + * (c) 2024 kazuya kawaguchi + * Released under the MIT License. + */function createPosition(e,t,n){return{line:e,column:t,offset:n}}function createLocation(e,t,n){return{start:e,end:t}}const CompileErrorCodes={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16},COMPILE_ERROR_CODES_EXTEND_POINT=17;function createCompileError(e,t,n={}){const{domain:o,messages:s,args:a}=n,l=e,r=new SyntaxError(String(l));return r.code=e,t&&(r.location=t),r.domain=o,r}function defaultOnError(e){throw e}const CHAR_SP=" ",CHAR_CR="\r",CHAR_LF=` +`,CHAR_LS="\u2028",CHAR_PS="\u2029";function createScanner(e){const t=e;let n=0,o=1,s=1,a=0;const l=w=>t[w]===CHAR_CR&&t[w+1]===CHAR_LF,r=w=>t[w]===CHAR_LF,c=w=>t[w]===CHAR_PS,d=w=>t[w]===CHAR_LS,u=w=>l(w)||r(w)||c(w)||d(w),m=()=>n,f=()=>o,v=()=>s,y=()=>a,C=w=>l(w)||c(w)||d(w)?CHAR_LF:t[w],b=()=>C(n),k=()=>C(n+a);function _(){return a=0,u(n)&&(o++,s=0),l(n)&&n++,n++,s++,t[n]}function B(){return l(n+a)&&a++,a++,t[n+a]}function g(){n=0,o=1,s=1,a=0}function E(w=0){a=w}function V(){const w=n+a;for(;w!==n;)_();a=0}return{index:m,line:f,column:v,peekOffset:y,charAt:C,currentChar:b,currentPeek:k,next:_,peek:B,reset:g,resetPeek:E,skipToPeek:V}}const EOF=void 0,DOT=".",LITERAL_DELIMITER="'",ERROR_DOMAIN$3="tokenizer";function createTokenizer(e,t={}){const n=t.location!==!1,o=createScanner(e),s=()=>o.index(),a=()=>createPosition(o.line(),o.column(),o.index()),l=a(),r=s(),c={currentType:13,offset:r,startLoc:l,endLoc:l,lastType:13,lastOffset:r,lastStartLoc:l,lastEndLoc:l,braceNest:0,inLinked:!1,text:""},d=()=>c,{onError:u}=t;function m(x,N,P,...F){const R=d();if(N.column+=P,N.offset+=P,u){const Y=n?createLocation(R.startLoc,N):null,D=createCompileError(x,Y,{domain:ERROR_DOMAIN$3,args:F});u(D)}}function f(x,N,P){x.endLoc=a(),x.currentType=N;const F={type:N};return n&&(F.loc=createLocation(x.startLoc,x.endLoc)),P!=null&&(F.value=P),F}const v=x=>f(x,13);function y(x,N){return x.currentChar()===N?(x.next(),N):(m(CompileErrorCodes.EXPECTED_TOKEN,a(),0,N),"")}function C(x){let N="";for(;x.currentPeek()===CHAR_SP||x.currentPeek()===CHAR_LF;)N+=x.currentPeek(),x.peek();return N}function b(x){const N=C(x);return x.skipToPeek(),N}function k(x){if(x===EOF)return!1;const N=x.charCodeAt(0);return N>=97&&N<=122||N>=65&&N<=90||N===95}function _(x){if(x===EOF)return!1;const N=x.charCodeAt(0);return N>=48&&N<=57}function B(x,N){const{currentType:P}=N;if(P!==2)return!1;C(x);const F=k(x.currentPeek());return x.resetPeek(),F}function g(x,N){const{currentType:P}=N;if(P!==2)return!1;C(x);const F=x.currentPeek()==="-"?x.peek():x.currentPeek(),R=_(F);return x.resetPeek(),R}function E(x,N){const{currentType:P}=N;if(P!==2)return!1;C(x);const F=x.currentPeek()===LITERAL_DELIMITER;return x.resetPeek(),F}function V(x,N){const{currentType:P}=N;if(P!==7)return!1;C(x);const F=x.currentPeek()===".";return x.resetPeek(),F}function w(x,N){const{currentType:P}=N;if(P!==8)return!1;C(x);const F=k(x.currentPeek());return x.resetPeek(),F}function I(x,N){const{currentType:P}=N;if(!(P===7||P===11))return!1;C(x);const F=x.currentPeek()===":";return x.resetPeek(),F}function q(x,N){const{currentType:P}=N;if(P!==9)return!1;const F=()=>{const Y=x.currentPeek();return Y==="{"?k(x.peek()):Y==="@"||Y==="|"||Y===":"||Y==="."||Y===CHAR_SP||!Y?!1:Y===CHAR_LF?(x.peek(),F()):T(x,!1)},R=F();return x.resetPeek(),R}function S(x){C(x);const N=x.currentPeek()==="|";return x.resetPeek(),N}function T(x,N=!0){const P=(R=!1,Y="")=>{const D=x.currentPeek();return D==="{"||D==="@"||!D?R:D==="|"?!(Y===CHAR_SP||Y===CHAR_LF):D===CHAR_SP?(x.peek(),P(!0,CHAR_SP)):D===CHAR_LF?(x.peek(),P(!0,CHAR_LF)):!0},F=P();return N&&x.resetPeek(),F}function L(x,N){const P=x.currentChar();return P===EOF?EOF:N(P)?(x.next(),P):null}function H(x){const N=x.charCodeAt(0);return N>=97&&N<=122||N>=65&&N<=90||N>=48&&N<=57||N===95||N===36}function J(x){return L(x,H)}function te(x){const N=x.charCodeAt(0);return N>=97&&N<=122||N>=65&&N<=90||N>=48&&N<=57||N===95||N===36||N===45}function ee(x){return L(x,te)}function ne(x){const N=x.charCodeAt(0);return N>=48&&N<=57}function Z(x){return L(x,ne)}function se(x){const N=x.charCodeAt(0);return N>=48&&N<=57||N>=65&&N<=70||N>=97&&N<=102}function ie(x){return L(x,se)}function U(x){let N="",P="";for(;N=Z(x);)P+=N;return P}function j(x){let N="";for(;;){const P=x.currentChar();if(P==="{"||P==="}"||P==="@"||P==="|"||!P)break;if(P===CHAR_SP||P===CHAR_LF)if(T(x))N+=P,x.next();else{if(S(x))break;N+=P,x.next()}else N+=P,x.next()}return N}function G(x){b(x);let N="",P="";for(;N=ee(x);)P+=N;return x.currentChar()===EOF&&m(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),P}function z(x){b(x);let N="";return x.currentChar()==="-"?(x.next(),N+=`-${U(x)}`):N+=U(x),x.currentChar()===EOF&&m(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),N}function ce(x){return x!==LITERAL_DELIMITER&&x!==CHAR_LF}function re(x){b(x),y(x,"'");let N="",P="";for(;N=L(x,ce);)N==="\\"?P+=ue(x):P+=N;const F=x.currentChar();return F===CHAR_LF||F===EOF?(m(CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,a(),0),F===CHAR_LF&&(x.next(),y(x,"'")),P):(y(x,"'"),P)}function ue(x){const N=x.currentChar();switch(N){case"\\":case"'":return x.next(),`\\${N}`;case"u":return oe(x,N,4);case"U":return oe(x,N,6);default:return m(CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE,a(),0,N),""}}function oe(x,N,P){y(x,N);let F="";for(let R=0;R{const F=x.currentChar();return F==="{"||F==="@"||F==="|"||F==="("||F===")"||!F||F===CHAR_SP?P:(P+=F,x.next(),N(P))};return N("")}function $(x){b(x);const N=y(x,"|");return b(x),N}function A(x,N){let P=null;switch(x.currentChar()){case"{":return N.braceNest>=1&&m(CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER,a(),0),x.next(),P=f(N,2,"{"),b(x),N.braceNest++,P;case"}":return N.braceNest>0&&N.currentType===2&&m(CompileErrorCodes.EMPTY_PLACEHOLDER,a(),0),x.next(),P=f(N,3,"}"),N.braceNest--,N.braceNest>0&&b(x),N.inLinked&&N.braceNest===0&&(N.inLinked=!1),P;case"@":return N.braceNest>0&&m(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),P=O(x,N)||v(N),N.braceNest=0,P;default:{let R=!0,Y=!0,D=!0;if(S(x))return N.braceNest>0&&m(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),P=f(N,1,$(x)),N.braceNest=0,N.inLinked=!1,P;if(N.braceNest>0&&(N.currentType===4||N.currentType===5||N.currentType===6))return m(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),N.braceNest=0,K(x,N);if(R=B(x,N))return P=f(N,4,G(x)),b(x),P;if(Y=g(x,N))return P=f(N,5,z(x)),b(x),P;if(D=E(x,N))return P=f(N,6,re(x)),b(x),P;if(!R&&!Y&&!D)return P=f(N,12,me(x)),m(CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER,a(),0,P.value),b(x),P;break}}return P}function O(x,N){const{currentType:P}=N;let F=null;const R=x.currentChar();switch((P===7||P===8||P===11||P===9)&&(R===CHAR_LF||R===CHAR_SP)&&m(CompileErrorCodes.INVALID_LINKED_FORMAT,a(),0),R){case"@":return x.next(),F=f(N,7,"@"),N.inLinked=!0,F;case".":return b(x),x.next(),f(N,8,".");case":":return b(x),x.next(),f(N,9,":");default:return S(x)?(F=f(N,1,$(x)),N.braceNest=0,N.inLinked=!1,F):V(x,N)||I(x,N)?(b(x),O(x,N)):w(x,N)?(b(x),f(N,11,xe(x))):q(x,N)?(b(x),R==="{"?A(x,N)||F:f(N,10,ke(x))):(P===7&&m(CompileErrorCodes.INVALID_LINKED_FORMAT,a(),0),N.braceNest=0,N.inLinked=!1,K(x,N))}}function K(x,N){let P={type:13};if(N.braceNest>0)return A(x,N)||v(N);if(N.inLinked)return O(x,N)||v(N);switch(x.currentChar()){case"{":return A(x,N)||v(N);case"}":return m(CompileErrorCodes.UNBALANCED_CLOSING_BRACE,a(),0),x.next(),f(N,3,"}");case"@":return O(x,N)||v(N);default:{if(S(x))return P=f(N,1,$(x)),N.braceNest=0,N.inLinked=!1,P;if(T(x))return f(N,0,j(x));break}}return P}function W(){const{currentType:x,offset:N,startLoc:P,endLoc:F}=c;return c.lastType=x,c.lastOffset=N,c.lastStartLoc=P,c.lastEndLoc=F,c.offset=s(),c.startLoc=a(),o.currentChar()===EOF?f(c,13):K(o,c)}return{nextToken:W,currentOffset:s,currentPosition:a,context:d}}const ERROR_DOMAIN$2="parser",KNOWN_ESCAPES=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function fromEscapeSequence(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const o=parseInt(t||n,16);return o<=55295||o>=57344?String.fromCodePoint(o):"�"}}}function createParser(e={}){const t=e.location!==!1,{onError:n}=e;function o(k,_,B,g,...E){const V=k.currentPosition();if(V.offset+=g,V.column+=g,n){const w=t?createLocation(B,V):null,I=createCompileError(_,w,{domain:ERROR_DOMAIN$2,args:E});n(I)}}function s(k,_,B){const g={type:k};return t&&(g.start=_,g.end=_,g.loc={start:B,end:B}),g}function a(k,_,B,g){t&&(k.end=_,k.loc&&(k.loc.end=B))}function l(k,_){const B=k.context(),g=s(3,B.offset,B.startLoc);return g.value=_,a(g,k.currentOffset(),k.currentPosition()),g}function r(k,_){const B=k.context(),{lastOffset:g,lastStartLoc:E}=B,V=s(5,g,E);return V.index=parseInt(_,10),k.nextToken(),a(V,k.currentOffset(),k.currentPosition()),V}function c(k,_){const B=k.context(),{lastOffset:g,lastStartLoc:E}=B,V=s(4,g,E);return V.key=_,k.nextToken(),a(V,k.currentOffset(),k.currentPosition()),V}function d(k,_){const B=k.context(),{lastOffset:g,lastStartLoc:E}=B,V=s(9,g,E);return V.value=_.replace(KNOWN_ESCAPES,fromEscapeSequence),k.nextToken(),a(V,k.currentOffset(),k.currentPosition()),V}function u(k){const _=k.nextToken(),B=k.context(),{lastOffset:g,lastStartLoc:E}=B,V=s(8,g,E);return _.type!==11?(o(k,CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_MODIFIER,B.lastStartLoc,0),V.value="",a(V,g,E),{nextConsumeToken:_,node:V}):(_.value==null&&o(k,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,B.lastStartLoc,0,getTokenCaption(_)),V.value=_.value||"",a(V,k.currentOffset(),k.currentPosition()),{node:V})}function m(k,_){const B=k.context(),g=s(7,B.offset,B.startLoc);return g.value=_,a(g,k.currentOffset(),k.currentPosition()),g}function f(k){const _=k.context(),B=s(6,_.offset,_.startLoc);let g=k.nextToken();if(g.type===8){const E=u(k);B.modifier=E.node,g=E.nextConsumeToken||k.nextToken()}switch(g.type!==9&&o(k,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(g)),g=k.nextToken(),g.type===2&&(g=k.nextToken()),g.type){case 10:g.value==null&&o(k,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(g)),B.key=m(k,g.value||"");break;case 4:g.value==null&&o(k,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(g)),B.key=c(k,g.value||"");break;case 5:g.value==null&&o(k,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(g)),B.key=r(k,g.value||"");break;case 6:g.value==null&&o(k,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(g)),B.key=d(k,g.value||"");break;default:{o(k,CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_KEY,_.lastStartLoc,0);const E=k.context(),V=s(7,E.offset,E.startLoc);return V.value="",a(V,E.offset,E.startLoc),B.key=V,a(B,E.offset,E.startLoc),{nextConsumeToken:g,node:B}}}return a(B,k.currentOffset(),k.currentPosition()),{node:B}}function v(k){const _=k.context(),B=_.currentType===1?k.currentOffset():_.offset,g=_.currentType===1?_.endLoc:_.startLoc,E=s(2,B,g);E.items=[];let V=null;do{const q=V||k.nextToken();switch(V=null,q.type){case 0:q.value==null&&o(k,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(q)),E.items.push(l(k,q.value||""));break;case 5:q.value==null&&o(k,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(q)),E.items.push(r(k,q.value||""));break;case 4:q.value==null&&o(k,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(q)),E.items.push(c(k,q.value||""));break;case 6:q.value==null&&o(k,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(q)),E.items.push(d(k,q.value||""));break;case 7:{const S=f(k);E.items.push(S.node),V=S.nextConsumeToken||null;break}}}while(_.currentType!==13&&_.currentType!==1);const w=_.currentType===1?_.lastOffset:k.currentOffset(),I=_.currentType===1?_.lastEndLoc:k.currentPosition();return a(E,w,I),E}function y(k,_,B,g){const E=k.context();let V=g.items.length===0;const w=s(1,_,B);w.cases=[],w.cases.push(g);do{const I=v(k);V||(V=I.items.length===0),w.cases.push(I)}while(E.currentType!==13);return V&&o(k,CompileErrorCodes.MUST_HAVE_MESSAGES_IN_PLURAL,B,0),a(w,k.currentOffset(),k.currentPosition()),w}function C(k){const _=k.context(),{offset:B,startLoc:g}=_,E=v(k);return _.currentType===13?E:y(k,B,g,E)}function b(k){const _=createTokenizer(k,assign({},e)),B=_.context(),g=s(0,B.offset,B.startLoc);return t&&g.loc&&(g.loc.source=k),g.body=C(_),e.onCacheKey&&(g.cacheKey=e.onCacheKey(k)),B.currentType!==13&&o(_,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,B.lastStartLoc,0,k[B.offset]||""),a(g,_.currentOffset(),_.currentPosition()),g}return{parse:b}}function getTokenCaption(e){if(e.type===13)return"EOF";const t=(e.value||"").replace(/\r?\n/gu,"\\n");return t.length>10?t.slice(0,9)+"…":t}function createTransformer(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:a=>(n.helpers.add(a),a)}}function traverseNodes(e,t){for(let n=0;noptimizeMessageNode(n)),e}function optimizeMessageNode(e){if(e.items.length===1){const t=e.items[0];(t.type===3||t.type===9)&&(e.static=t.value,delete t.value)}else{const t=[];for(let n=0;nr;function d(b,k){r.code+=b}function u(b,k=!0){const _=k?s:"";d(a?_+" ".repeat(b):_)}function m(b=!0){const k=++r.indentLevel;b&&u(k)}function f(b=!0){const k=--r.indentLevel;b&&u(k)}function v(){u(r.indentLevel)}return{context:c,push:d,indent:m,deindent:f,newline:v,helper:b=>`_${b}`,needIndent:()=>r.needIndent}}function generateLinkedNode(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),generateNode(e,t.key),t.modifier?(e.push(", "),generateNode(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function generateMessageNode(e,t){const{helper:n,needIndent:o}=e;e.push(`${n("normalize")}([`),e.indent(o());const s=t.items.length;for(let a=0;a1){e.push(`${n("plural")}([`),e.indent(o());const s=t.cases.length;for(let a=0;a{const n=isString(t.mode)?t.mode:"normal",o=isString(t.filename)?t.filename:"message.intl",s=!!t.sourceMap,a=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":` +`,l=t.needIndent?t.needIndent:n!=="arrow",r=e.helpers||[],c=createCodeGenerator(e,{mode:n,filename:o,sourceMap:s,breakLineCode:a,needIndent:l});c.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),c.indent(l),r.length>0&&(c.push(`const { ${join(r.map(m=>`${m}: _${m}`),", ")} } = ctx`),c.newline()),c.push("return "),generateNode(c,e),c.deindent(l),c.push("}"),delete e.helpers;const{code:d,map:u}=c.context();return{ast:e,code:d,map:u?u.toJSON():void 0}};function baseCompile$1(e,t={}){const n=assign({},t),o=!!n.jit,s=!!n.minify,a=n.optimize==null?!0:n.optimize,r=createParser(n).parse(e);return o?(a&&optimize(r),s&&minify(r),{ast:r,code:""}):(transform(r,n),generate(r,n))}/*! + * core-base v10.0.4 + * (c) 2024 kazuya kawaguchi + * Released under the MIT License. + */function initFeatureFlags$1(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(getGlobalThis().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}function format(e){return n=>formatParts(n,e)}function formatParts(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const o=n,s=o.c||o.cases;return e.plural(s.reduce((a,l)=>[...a,formatMessageParts(e,l)],[]))}else return formatMessageParts(e,n)}function formatMessageParts(e,t){const n=t.s||t.static;if(n!=null)return e.type==="text"?n:e.normalize([n]);{const o=(t.i||t.items).reduce((s,a)=>[...s,formatMessagePart(e,a)],[]);return e.normalize(o)}}function formatMessagePart(e,t){const n=t.t||t.type;switch(n){case 3:{const o=t;return o.v||o.value}case 9:{const o=t;return o.v||o.value}case 4:{const o=t;return e.interpolate(e.named(o.k||o.key))}case 5:{const o=t;return e.interpolate(e.list(o.i!=null?o.i:o.index))}case 6:{const o=t,s=o.m||o.modifier;return e.linked(formatMessagePart(e,o.k||o.key),s?formatMessagePart(e,s):void 0,e.type)}case 7:{const o=t;return o.v||o.value}case 8:{const o=t;return o.v||o.value}default:throw new Error(`unhandled node type on format message part: ${n}`)}}const defaultOnCacheKey=e=>e;let compileCache=Object.create(null);const isMessageAST=e=>isObject(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function baseCompile(e,t={}){let n=!1;const o=t.onError||defaultOnError;return t.onError=s=>{n=!0,o(s)},{...baseCompile$1(e,t),detectError:n}}function compile(e,t){if(!__INTLIFY_DROP_MESSAGE_COMPILER__&&isString(e)){isBoolean(t.warnHtmlMessage)&&t.warnHtmlMessage;const o=(t.onCacheKey||defaultOnCacheKey)(e),s=compileCache[o];if(s)return s;const{ast:a,detectError:l}=baseCompile(e,{...t,location:!1,jit:!0}),r=format(a);return l?r:compileCache[o]=r}else{const n=e.cacheKey;if(n){const o=compileCache[n];return o||(compileCache[n]=format(e))}else return format(e)}}let devtools=null;function setDevToolsHook(e){devtools=e}function initI18nDevTools(e,t,n){devtools&&devtools.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const translateDevTools=createDevToolsHook("function:translate");function createDevToolsHook(e){return t=>devtools&&devtools.emit(e,t)}const CoreErrorCodes={INVALID_ARGUMENT:COMPILE_ERROR_CODES_EXTEND_POINT,INVALID_DATE_ARGUMENT:18,INVALID_ISO_DATE_ARGUMENT:19,NOT_SUPPORT_NON_STRING_MESSAGE:20,NOT_SUPPORT_LOCALE_PROMISE_VALUE:21,NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:22,NOT_SUPPORT_LOCALE_TYPE:23},CORE_ERROR_CODES_EXTEND_POINT=24;function createCoreError(e){return createCompileError(e,null,void 0)}function getLocale(e,t){return t.locale!=null?resolveLocale(t.locale):resolveLocale(e.locale)}let _resolveLocale;function resolveLocale(e){if(isString(e))return e;if(isFunction(e)){if(e.resolvedOnce&&_resolveLocale!=null)return _resolveLocale;if(e.constructor.name==="Function"){const t=e();if(isPromise(t))throw createCoreError(CoreErrorCodes.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return _resolveLocale=t}else throw createCoreError(CoreErrorCodes.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw createCoreError(CoreErrorCodes.NOT_SUPPORT_LOCALE_TYPE)}function fallbackWithSimple(e,t,n){return[...new Set([n,...isArray(t)?t:isObject(t)?Object.keys(t):isString(t)?[t]:[n]])]}function fallbackWithLocaleChain(e,t,n){const o=isString(n)?n:DEFAULT_LOCALE,s=e;s.__localeChainCache||(s.__localeChainCache=new Map);let a=s.__localeChainCache.get(o);if(!a){a=[];let l=[n];for(;isArray(l);)l=appendBlockToChain(a,l,t);const r=isArray(t)||!isPlainObject(t)?t:t.default?t.default:null;l=isString(r)?[r]:r,isArray(l)&&appendBlockToChain(a,l,!1),s.__localeChainCache.set(o,a)}return a}function appendBlockToChain(e,t,n){let o=!0;for(let s=0;s{l===void 0?l=r:l+=r},f[1]=()=>{l!==void 0&&(t.push(l),l=void 0)},f[2]=()=>{f[0](),s++},f[3]=()=>{if(s>0)s--,o=4,f[0]();else{if(s=0,l===void 0||(l=formatSubPath(l),l===!1))return!1;f[1]()}};function v(){const y=e[n+1];if(o===5&&y==="'"||o===6&&y==='"')return n++,r="\\"+y,f[0](),!0}for(;o!==null;)if(n++,a=e[n],!(a==="\\"&&v())){if(c=getPathCharType(a),m=pathStateMachine[o],d=m[c]||m.l||8,d===8||(o=d[0],d[1]!==void 0&&(u=f[d[1]],u&&(r=a,u()===!1))))return;if(o===7)return t}}const cache=new Map;function resolveWithKeyValue(e,t){return isObject(e)?e[t]:null}function resolveValue(e,t){if(!isObject(e))return null;let n=cache.get(t);if(n||(n=parse(t),n&&cache.set(t,n)),!n)return null;const o=n.length;let s=e,a=0;for(;a`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function getDefaultLinkedModifiers(){return{upper:(e,t)=>t==="text"&&isString(e)?e.toUpperCase():t==="vnode"&&isObject(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&isString(e)?e.toLowerCase():t==="vnode"&&isObject(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&isString(e)?capitalize(e):t==="vnode"&&isObject(e)&&"__v_isVNode"in e?capitalize(e.children):e}}let _compiler;function registerMessageCompiler(e){_compiler=e}let _resolver;function registerMessageResolver(e){_resolver=e}let _fallbacker;function registerLocaleFallbacker(e){_fallbacker=e}let _additionalMeta=null;const setAdditionalMeta=e=>{_additionalMeta=e},getAdditionalMeta=()=>_additionalMeta;let _fallbackContext=null;const setFallbackContext=e=>{_fallbackContext=e},getFallbackContext=()=>_fallbackContext;let _cid=0;function createCoreContext(e={}){const t=isFunction(e.onWarn)?e.onWarn:warn$1,n=isString(e.version)?e.version:VERSION$1,o=isString(e.locale)||isFunction(e.locale)?e.locale:DEFAULT_LOCALE,s=isFunction(o)?DEFAULT_LOCALE:o,a=isArray(e.fallbackLocale)||isPlainObject(e.fallbackLocale)||isString(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:s,l=isPlainObject(e.messages)?e.messages:{[s]:{}},r=isPlainObject(e.datetimeFormats)?e.datetimeFormats:{[s]:{}},c=isPlainObject(e.numberFormats)?e.numberFormats:{[s]:{}},d=assign({},e.modifiers||{},getDefaultLinkedModifiers()),u=e.pluralRules||{},m=isFunction(e.missing)?e.missing:null,f=isBoolean(e.missingWarn)||isRegExp(e.missingWarn)?e.missingWarn:!0,v=isBoolean(e.fallbackWarn)||isRegExp(e.fallbackWarn)?e.fallbackWarn:!0,y=!!e.fallbackFormat,C=!!e.unresolving,b=isFunction(e.postTranslation)?e.postTranslation:null,k=isPlainObject(e.processor)?e.processor:null,_=isBoolean(e.warnHtmlMessage)?e.warnHtmlMessage:!0,B=!!e.escapeParameter,g=isFunction(e.messageCompiler)?e.messageCompiler:_compiler,E=isFunction(e.messageResolver)?e.messageResolver:_resolver||resolveWithKeyValue,V=isFunction(e.localeFallbacker)?e.localeFallbacker:_fallbacker||fallbackWithSimple,w=isObject(e.fallbackContext)?e.fallbackContext:void 0,I=e,q=isObject(I.__datetimeFormatters)?I.__datetimeFormatters:new Map,S=isObject(I.__numberFormatters)?I.__numberFormatters:new Map,T=isObject(I.__meta)?I.__meta:{};_cid++;const L={version:n,cid:_cid,locale:o,fallbackLocale:a,messages:l,modifiers:d,pluralRules:u,missing:m,missingWarn:f,fallbackWarn:v,fallbackFormat:y,unresolving:C,postTranslation:b,processor:k,warnHtmlMessage:_,escapeParameter:B,messageCompiler:g,messageResolver:E,localeFallbacker:V,fallbackContext:w,onWarn:t,__meta:T};return L.datetimeFormats=r,L.numberFormats=c,L.__datetimeFormatters=q,L.__numberFormatters=S,__INTLIFY_PROD_DEVTOOLS__&&initI18nDevTools(L,n,T),L}function handleMissing(e,t,n,o,s){const{missing:a,onWarn:l}=e;if(a!==null){const r=a(e,n,t,s);return isString(r)?r:t}else return t}function updateFallbackLocale(e,t,n){const o=e;o.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function isAlmostSameLocale(e,t){return e===t?!1:e.split("-")[0]===t.split("-")[0]}function isImplicitFallback(e,t){const n=t.indexOf(e);if(n===-1)return!1;for(let o=n+1;o{DATETIME_FORMAT_OPTIONS_KEYS.includes(c)?l[c]=n[c]:a[c]=n[c]}),isString(o)?a.locale=o:isPlainObject(o)&&(l=o),isPlainObject(s)&&(l=s),[a.key||"",r,a,l]}function clearDateTimeFormat(e,t,n){const o=e;for(const s in n){const a=`${t}__${s}`;o.__datetimeFormatters.has(a)&&o.__datetimeFormatters.delete(a)}}function number(e,...t){const{numberFormats:n,unresolving:o,fallbackLocale:s,onWarn:a,localeFallbacker:l}=e,{__numberFormatters:r}=e,[c,d,u,m]=parseNumberArgs(...t),f=isBoolean(u.missingWarn)?u.missingWarn:e.missingWarn;isBoolean(u.fallbackWarn)?u.fallbackWarn:e.fallbackWarn;const v=!!u.part,y=getLocale(e,u),C=l(e,s,y);if(!isString(c)||c==="")return new Intl.NumberFormat(y,m).format(d);let b={},k,_=null;const B="number format";for(let V=0;V{NUMBER_FORMAT_OPTIONS_KEYS.includes(c)?l[c]=n[c]:a[c]=n[c]}),isString(o)?a.locale=o:isPlainObject(o)&&(l=o),isPlainObject(s)&&(l=s),[a.key||"",r,a,l]}function clearNumberFormat(e,t,n){const o=e;for(const s in n){const a=`${t}__${s}`;o.__numberFormatters.has(a)&&o.__numberFormatters.delete(a)}}const DEFAULT_MODIFIER=e=>e,DEFAULT_MESSAGE=e=>"",DEFAULT_MESSAGE_DATA_TYPE="text",DEFAULT_NORMALIZE=e=>e.length===0?"":join(e),DEFAULT_INTERPOLATE=toDisplayString;function pluralDefault(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function getPluralIndex(e){const t=isNumber(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(isNumber(e.named.count)||isNumber(e.named.n))?isNumber(e.named.count)?e.named.count:isNumber(e.named.n)?e.named.n:t:t}function normalizeNamed(e,t){t.count||(t.count=e),t.n||(t.n=e)}function createMessageContext(e={}){const t=e.locale,n=getPluralIndex(e),o=isObject(e.pluralRules)&&isString(t)&&isFunction(e.pluralRules[t])?e.pluralRules[t]:pluralDefault,s=isObject(e.pluralRules)&&isString(t)&&isFunction(e.pluralRules[t])?pluralDefault:void 0,a=k=>k[o(n,k.length,s)],l=e.list||[],r=k=>l[k],c=e.named||{};isNumber(e.pluralIndex)&&normalizeNamed(n,c);const d=k=>c[k];function u(k,_){const B=isFunction(e.messages)?e.messages(k,!!_):isObject(e.messages)?e.messages[k]:!1;return B||(e.parent?e.parent.message(k):DEFAULT_MESSAGE)}const m=k=>e.modifiers?e.modifiers[k]:DEFAULT_MODIFIER,f=isPlainObject(e.processor)&&isFunction(e.processor.normalize)?e.processor.normalize:DEFAULT_NORMALIZE,v=isPlainObject(e.processor)&&isFunction(e.processor.interpolate)?e.processor.interpolate:DEFAULT_INTERPOLATE,y=isPlainObject(e.processor)&&isString(e.processor.type)?e.processor.type:DEFAULT_MESSAGE_DATA_TYPE,b={list:r,named:d,plural:a,linked:(k,..._)=>{const[B,g]=_;let E="text",V="";_.length===1?isObject(B)?(V=B.modifier||V,E=B.type||E):isString(B)&&(V=B||V):_.length===2&&(isString(B)&&(V=B||V),isString(g)&&(E=g||E));const w=u(k,!0)(b),I=E==="vnode"&&isArray(w)&&V?w[0]:w;return V?m(V)(I,E):I},message:u,type:y,interpolate:v,normalize:f,values:assign({},l,c)};return b}const NOOP_MESSAGE_FUNCTION=()=>"",isMessageFunction=e=>isFunction(e);function translate(e,...t){const{fallbackFormat:n,postTranslation:o,unresolving:s,messageCompiler:a,fallbackLocale:l,messages:r}=e,[c,d]=parseTranslateArgs(...t),u=isBoolean(d.missingWarn)?d.missingWarn:e.missingWarn,m=isBoolean(d.fallbackWarn)?d.fallbackWarn:e.fallbackWarn,f=isBoolean(d.escapeParameter)?d.escapeParameter:e.escapeParameter,v=!!d.resolvedMessage,y=isString(d.default)||isBoolean(d.default)?isBoolean(d.default)?a?c:()=>c:d.default:n?a?c:()=>c:null,C=n||y!=null&&(isString(y)||isFunction(y)),b=getLocale(e,d);f&&escapeParams(d);let[k,_,B]=v?[c,b,r[b]||{}]:resolveMessageFormat(e,c,b,l,m,u),g=k,E=c;if(!v&&!(isString(g)||isMessageAST(g)||isMessageFunction(g))&&C&&(g=y,E=g),!v&&(!(isString(g)||isMessageAST(g)||isMessageFunction(g))||!isString(_)))return s?NOT_REOSLVED:c;let V=!1;const w=()=>{V=!0},I=isMessageFunction(g)?g:compileMessageFormat(e,c,_,g,E,w);if(V)return g;const q=getMessageContextOptions(e,_,B,d),S=createMessageContext(q),T=evaluateMessage(e,I,S),L=o?o(T,c):T;if(__INTLIFY_PROD_DEVTOOLS__){const H={timestamp:Date.now(),key:isString(c)?c:isMessageFunction(g)?g.key:"",locale:_||(isMessageFunction(g)?g.locale:""),format:isString(g)?g:isMessageFunction(g)?g.source:"",message:L};H.meta=assign({},e.__meta,getAdditionalMeta()||{}),translateDevTools(H)}return L}function escapeParams(e){isArray(e.list)?e.list=e.list.map(t=>isString(t)?escapeHtml(t):t):isObject(e.named)&&Object.keys(e.named).forEach(t=>{isString(e.named[t])&&(e.named[t]=escapeHtml(e.named[t]))})}function resolveMessageFormat(e,t,n,o,s,a){const{messages:l,onWarn:r,messageResolver:c,localeFallbacker:d}=e,u=d(e,o,n);let m={},f,v=null;const y="translate";for(let C=0;Co;return d.locale=n,d.key=t,d}const c=l(o,getCompileContext(e,n,s,o,r,a));return c.locale=n,c.key=t,c.source=o,c}function evaluateMessage(e,t,n){return t(n)}function parseTranslateArgs(...e){const[t,n,o]=e,s={};if(!isString(t)&&!isNumber(t)&&!isMessageFunction(t)&&!isMessageAST(t))throw createCoreError(CoreErrorCodes.INVALID_ARGUMENT);const a=isNumber(t)?String(t):(isMessageFunction(t),t);return isNumber(n)?s.plural=n:isString(n)?s.default=n:isPlainObject(n)&&!isEmptyObject(n)?s.named=n:isArray(n)&&(s.list=n),isNumber(o)?s.plural=o:isString(o)?s.default=o:isPlainObject(o)&&assign(s,o),[a,s]}function getCompileContext(e,t,n,o,s,a){return{locale:t,key:n,warnHtmlMessage:s,onError:l=>{throw a&&a(l),l},onCacheKey:l=>generateFormatCacheKey(t,n,l)}}function getMessageContextOptions(e,t,n,o){const{modifiers:s,pluralRules:a,messageResolver:l,fallbackLocale:r,fallbackWarn:c,missingWarn:d,fallbackContext:u}=e,f={locale:t,modifiers:s,pluralRules:a,messages:(v,y)=>{let C=l(n,v);if(C==null&&(u||y)){const[,,b]=resolveMessageFormat(u||e,v,t,r,c,d);C=l(b,v)}if(isString(C)||isMessageAST(C)){let b=!1;const _=compileMessageFormat(e,v,t,C,v,()=>{b=!0});return b?NOOP_MESSAGE_FUNCTION:_}else return isMessageFunction(C)?C:NOOP_MESSAGE_FUNCTION}};return e.processor&&(f.processor=e.processor),o.list&&(f.list=o.list),o.named&&(f.named=o.named),isNumber(o.plural)&&(f.pluralIndex=o.plural),f}initFeatureFlags$1();/*! + * vue-i18n v10.0.4 + * (c) 2024 kazuya kawaguchi + * Released under the MIT License. + */const VERSION="10.0.4";function initFeatureFlags(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(getGlobalThis().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(getGlobalThis().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(getGlobalThis().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(getGlobalThis().__INTLIFY_PROD_DEVTOOLS__=!1)}const I18nErrorCodes={UNEXPECTED_RETURN_TYPE:CORE_ERROR_CODES_EXTEND_POINT,INVALID_ARGUMENT:25,MUST_BE_CALL_SETUP_TOP:26,NOT_INSTALLED:27,REQUIRED_VALUE:28,INVALID_VALUE:29,CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:30,NOT_INSTALLED_WITH_PROVIDE:31,UNEXPECTED_ERROR:32,NOT_COMPATIBLE_LEGACY_VUE_I18N:33,NOT_AVAILABLE_COMPOSITION_IN_LEGACY:34};function createI18nError(e,...t){return createCompileError(e,null,void 0)}const TranslateVNodeSymbol=makeSymbol("__translateVNode"),DatetimePartsSymbol=makeSymbol("__datetimeParts"),NumberPartsSymbol=makeSymbol("__numberParts"),SetPluralRulesSymbol=makeSymbol("__setPluralRules"),InejctWithOptionSymbol=makeSymbol("__injectWithOption"),DisposeSymbol=makeSymbol("__dispose");function handleFlatJson(e){if(!isObject(e))return e;for(const t in e)if(hasOwn(e,t))if(!t.includes("."))isObject(e[t])&&handleFlatJson(e[t]);else{const n=t.split("."),o=n.length-1;let s=e,a=!1;for(let l=0;l{if("locale"in r&&"resource"in r){const{locale:c,resource:d}=r;c?(l[c]=l[c]||{},deepCopy(d,l[c])):deepCopy(d,l)}else isString(r)&&deepCopy(JSON.parse(r),l)}),s==null&&a)for(const r in l)hasOwn(l,r)&&handleFlatJson(l[r]);return l}function getComponentOptions(e){return e.type}function adjustI18nResources(e,t,n){let o=isObject(t.messages)?t.messages:{};"__i18nGlobal"in n&&(o=getLocaleMessages(e.locale.value,{messages:o,__i18n:n.__i18nGlobal}));const s=Object.keys(o);s.length&&s.forEach(a=>{e.mergeLocaleMessage(a,o[a])});{if(isObject(t.datetimeFormats)){const a=Object.keys(t.datetimeFormats);a.length&&a.forEach(l=>{e.mergeDateTimeFormat(l,t.datetimeFormats[l])})}if(isObject(t.numberFormats)){const a=Object.keys(t.numberFormats);a.length&&a.forEach(l=>{e.mergeNumberFormat(l,t.numberFormats[l])})}}}function createTextNode(e){return createVNode(Text,null,e,0)}const DEVTOOLS_META="__INTLIFY_META__",NOOP_RETURN_ARRAY=()=>[],NOOP_RETURN_FALSE=()=>!1;let composerID=0;function defineCoreMissingHandler(e){return(t,n,o,s)=>e(n,o,getCurrentInstance()||void 0,s)}const getMetaInfo=()=>{const e=getCurrentInstance();let t=null;return e&&(t=getComponentOptions(e)[DEVTOOLS_META])?{[DEVTOOLS_META]:t}:null};function createComposer(e={}){const{__root:t,__injectWithOption:n}=e,o=t===void 0,s=e.flatJson,a=inBrowser?ref:shallowRef;let l=isBoolean(e.inheritLocale)?e.inheritLocale:!0;const r=a(t&&l?t.locale.value:isString(e.locale)?e.locale:DEFAULT_LOCALE),c=a(t&&l?t.fallbackLocale.value:isString(e.fallbackLocale)||isArray(e.fallbackLocale)||isPlainObject(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:r.value),d=a(getLocaleMessages(r.value,e)),u=a(isPlainObject(e.datetimeFormats)?e.datetimeFormats:{[r.value]:{}}),m=a(isPlainObject(e.numberFormats)?e.numberFormats:{[r.value]:{}});let f=t?t.missingWarn:isBoolean(e.missingWarn)||isRegExp(e.missingWarn)?e.missingWarn:!0,v=t?t.fallbackWarn:isBoolean(e.fallbackWarn)||isRegExp(e.fallbackWarn)?e.fallbackWarn:!0,y=t?t.fallbackRoot:isBoolean(e.fallbackRoot)?e.fallbackRoot:!0,C=!!e.fallbackFormat,b=isFunction(e.missing)?e.missing:null,k=isFunction(e.missing)?defineCoreMissingHandler(e.missing):null,_=isFunction(e.postTranslation)?e.postTranslation:null,B=t?t.warnHtmlMessage:isBoolean(e.warnHtmlMessage)?e.warnHtmlMessage:!0,g=!!e.escapeParameter;const E=t?t.modifiers:isPlainObject(e.modifiers)?e.modifiers:{};let V=e.pluralRules||t&&t.pluralRules,w;w=(()=>{o&&setFallbackContext(null);const D={version:VERSION,locale:r.value,fallbackLocale:c.value,messages:d.value,modifiers:E,pluralRules:V,missing:k===null?void 0:k,missingWarn:f,fallbackWarn:v,fallbackFormat:C,unresolving:!0,postTranslation:_===null?void 0:_,warnHtmlMessage:B,escapeParameter:g,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};D.datetimeFormats=u.value,D.numberFormats=m.value,D.__datetimeFormatters=isPlainObject(w)?w.__datetimeFormatters:void 0,D.__numberFormatters=isPlainObject(w)?w.__numberFormatters:void 0;const M=createCoreContext(D);return o&&setFallbackContext(M),M})(),updateFallbackLocale(w,r.value,c.value);function q(){return[r.value,c.value,d.value,u.value,m.value]}const S=computed({get:()=>r.value,set:D=>{r.value=D,w.locale=r.value}}),T=computed({get:()=>c.value,set:D=>{c.value=D,w.fallbackLocale=c.value,updateFallbackLocale(w,r.value,D)}}),L=computed(()=>d.value),H=computed(()=>u.value),J=computed(()=>m.value);function te(){return isFunction(_)?_:null}function ee(D){_=D,w.postTranslation=D}function ne(){return b}function Z(D){D!==null&&(k=defineCoreMissingHandler(D)),b=D,w.missing=k}const se=(D,M,X,Q,le,ae)=>{q();let fe;try{__INTLIFY_PROD_DEVTOOLS__,o||(w.fallbackContext=t?getFallbackContext():void 0),fe=D(w)}finally{__INTLIFY_PROD_DEVTOOLS__,o||(w.fallbackContext=void 0)}if(X!=="translate exists"&&isNumber(fe)&&fe===NOT_REOSLVED||X==="translate exists"&&!fe){const[de,pe]=M();return t&&y?Q(t):le(de)}else{if(ae(fe))return fe;throw createI18nError(I18nErrorCodes.UNEXPECTED_RETURN_TYPE)}};function ie(...D){return se(M=>Reflect.apply(translate,null,[M,...D]),()=>parseTranslateArgs(...D),"translate",M=>Reflect.apply(M.t,M,[...D]),M=>M,M=>isString(M))}function U(...D){const[M,X,Q]=D;if(Q&&!isObject(Q))throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);return ie(M,X,assign({resolvedMessage:!0},Q||{}))}function j(...D){return se(M=>Reflect.apply(datetime,null,[M,...D]),()=>parseDateTimeArgs(...D),"datetime format",M=>Reflect.apply(M.d,M,[...D]),()=>MISSING_RESOLVE_VALUE,M=>isString(M))}function G(...D){return se(M=>Reflect.apply(number,null,[M,...D]),()=>parseNumberArgs(...D),"number format",M=>Reflect.apply(M.n,M,[...D]),()=>MISSING_RESOLVE_VALUE,M=>isString(M))}function z(D){return D.map(M=>isString(M)||isNumber(M)||isBoolean(M)?createTextNode(String(M)):M)}const re={normalize:z,interpolate:D=>D,type:"vnode"};function ue(...D){return se(M=>{let X;const Q=M;try{Q.processor=re,X=Reflect.apply(translate,null,[Q,...D])}finally{Q.processor=null}return X},()=>parseTranslateArgs(...D),"translate",M=>M[TranslateVNodeSymbol](...D),M=>[createTextNode(M)],M=>isArray(M))}function oe(...D){return se(M=>Reflect.apply(number,null,[M,...D]),()=>parseNumberArgs(...D),"number format",M=>M[NumberPartsSymbol](...D),NOOP_RETURN_ARRAY,M=>isString(M)||isArray(M))}function ve(...D){return se(M=>Reflect.apply(datetime,null,[M,...D]),()=>parseDateTimeArgs(...D),"datetime format",M=>M[DatetimePartsSymbol](...D),NOOP_RETURN_ARRAY,M=>isString(M)||isArray(M))}function me(D){V=D,w.pluralRules=V}function xe(D,M){return se(()=>{if(!D)return!1;const X=isString(M)?M:r.value,Q=A(X),le=w.messageResolver(Q,D);return isMessageAST(le)||isMessageFunction(le)||isString(le)},()=>[D],"translate exists",X=>Reflect.apply(X.te,X,[D,M]),NOOP_RETURN_FALSE,X=>isBoolean(X))}function ke(D){let M=null;const X=fallbackWithLocaleChain(w,c.value,r.value);for(let Q=0;Q{l&&(r.value=D,w.locale=D,updateFallbackLocale(w,r.value,c.value))}),watch(t.fallbackLocale,D=>{l&&(c.value=D,w.fallbackLocale=D,updateFallbackLocale(w,r.value,c.value))}));const Y={id:composerID,locale:S,fallbackLocale:T,get inheritLocale(){return l},set inheritLocale(D){l=D,D&&t&&(r.value=t.locale.value,c.value=t.fallbackLocale.value,updateFallbackLocale(w,r.value,c.value))},get availableLocales(){return Object.keys(d.value).sort()},messages:L,get modifiers(){return E},get pluralRules(){return V||{}},get isGlobal(){return o},get missingWarn(){return f},set missingWarn(D){f=D,w.missingWarn=f},get fallbackWarn(){return v},set fallbackWarn(D){v=D,w.fallbackWarn=v},get fallbackRoot(){return y},set fallbackRoot(D){y=D},get fallbackFormat(){return C},set fallbackFormat(D){C=D,w.fallbackFormat=C},get warnHtmlMessage(){return B},set warnHtmlMessage(D){B=D,w.warnHtmlMessage=D},get escapeParameter(){return g},set escapeParameter(D){g=D,w.escapeParameter=D},t:ie,getLocaleMessage:A,setLocaleMessage:O,mergeLocaleMessage:K,getPostTranslationHandler:te,setPostTranslationHandler:ee,getMissingHandler:ne,setMissingHandler:Z,[SetPluralRulesSymbol]:me};return Y.datetimeFormats=H,Y.numberFormats=J,Y.rt=U,Y.te=xe,Y.tm=$,Y.d=j,Y.n=G,Y.getDateTimeFormat=W,Y.setDateTimeFormat=x,Y.mergeDateTimeFormat=N,Y.getNumberFormat=P,Y.setNumberFormat=F,Y.mergeNumberFormat=R,Y[InejctWithOptionSymbol]=n,Y[TranslateVNodeSymbol]=ue,Y[DatetimePartsSymbol]=ve,Y[NumberPartsSymbol]=oe,Y}function convertComposerOptions(e){const t=isString(e.locale)?e.locale:DEFAULT_LOCALE,n=isString(e.fallbackLocale)||isArray(e.fallbackLocale)||isPlainObject(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,o=isFunction(e.missing)?e.missing:void 0,s=isBoolean(e.silentTranslationWarn)||isRegExp(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,a=isBoolean(e.silentFallbackWarn)||isRegExp(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,l=isBoolean(e.fallbackRoot)?e.fallbackRoot:!0,r=!!e.formatFallbackMessages,c=isPlainObject(e.modifiers)?e.modifiers:{},d=e.pluralizationRules,u=isFunction(e.postTranslation)?e.postTranslation:void 0,m=isString(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,f=!!e.escapeParameterHtml,v=isBoolean(e.sync)?e.sync:!0;let y=e.messages;if(isPlainObject(e.sharedMessages)){const E=e.sharedMessages;y=Object.keys(E).reduce((w,I)=>{const q=w[I]||(w[I]={});return assign(q,E[I]),w},y||{})}const{__i18n:C,__root:b,__injectWithOption:k}=e,_=e.datetimeFormats,B=e.numberFormats,g=e.flatJson;return{locale:t,fallbackLocale:n,messages:y,flatJson:g,datetimeFormats:_,numberFormats:B,missing:o,missingWarn:s,fallbackWarn:a,fallbackRoot:l,fallbackFormat:r,modifiers:c,pluralRules:d,postTranslation:u,warnHtmlMessage:m,escapeParameter:f,messageResolver:e.messageResolver,inheritLocale:v,__i18n:C,__root:b,__injectWithOption:k}}function createVueI18n(e={}){const t=createComposer(convertComposerOptions(e)),{__extender:n}=e,o={id:t.id,get locale(){return t.locale.value},set locale(s){t.locale.value=s},get fallbackLocale(){return t.fallbackLocale.value},set fallbackLocale(s){t.fallbackLocale.value=s},get messages(){return t.messages.value},get datetimeFormats(){return t.datetimeFormats.value},get numberFormats(){return t.numberFormats.value},get availableLocales(){return t.availableLocales},get missing(){return t.getMissingHandler()},set missing(s){t.setMissingHandler(s)},get silentTranslationWarn(){return isBoolean(t.missingWarn)?!t.missingWarn:t.missingWarn},set silentTranslationWarn(s){t.missingWarn=isBoolean(s)?!s:s},get silentFallbackWarn(){return isBoolean(t.fallbackWarn)?!t.fallbackWarn:t.fallbackWarn},set silentFallbackWarn(s){t.fallbackWarn=isBoolean(s)?!s:s},get modifiers(){return t.modifiers},get formatFallbackMessages(){return t.fallbackFormat},set formatFallbackMessages(s){t.fallbackFormat=s},get postTranslation(){return t.getPostTranslationHandler()},set postTranslation(s){t.setPostTranslationHandler(s)},get sync(){return t.inheritLocale},set sync(s){t.inheritLocale=s},get warnHtmlInMessage(){return t.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(s){t.warnHtmlMessage=s!=="off"},get escapeParameterHtml(){return t.escapeParameter},set escapeParameterHtml(s){t.escapeParameter=s},get pluralizationRules(){return t.pluralRules||{}},__composer:t,t(...s){return Reflect.apply(t.t,t,[...s])},rt(...s){return Reflect.apply(t.rt,t,[...s])},tc(...s){const[a,l,r]=s,c={plural:1};let d=null,u=null;if(!isString(a))throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);const m=a;return isString(l)?c.locale=l:isNumber(l)?c.plural=l:isArray(l)?d=l:isPlainObject(l)&&(u=l),isString(r)?c.locale=r:isArray(r)?d=r:isPlainObject(r)&&(u=r),Reflect.apply(t.t,t,[m,d||u||{},c])},te(s,a){return t.te(s,a)},tm(s){return t.tm(s)},getLocaleMessage(s){return t.getLocaleMessage(s)},setLocaleMessage(s,a){t.setLocaleMessage(s,a)},mergeLocaleMessage(s,a){t.mergeLocaleMessage(s,a)},d(...s){return Reflect.apply(t.d,t,[...s])},getDateTimeFormat(s){return t.getDateTimeFormat(s)},setDateTimeFormat(s,a){t.setDateTimeFormat(s,a)},mergeDateTimeFormat(s,a){t.mergeDateTimeFormat(s,a)},n(...s){return Reflect.apply(t.n,t,[...s])},getNumberFormat(s){return t.getNumberFormat(s)},setNumberFormat(s,a){t.setNumberFormat(s,a)},mergeNumberFormat(s,a){t.mergeNumberFormat(s,a)}};return o.__extender=n,o}function defineMixin(e,t,n){return{beforeCreate(){const o=getCurrentInstance();if(!o)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const s=this.$options;if(s.i18n){const a=s.i18n;if(s.__i18n&&(a.__i18n=s.__i18n),a.__root=t,this===this.$root)this.$i18n=mergeToGlobal(e,a);else{a.__injectWithOption=!0,a.__extender=n.__vueI18nExtend,this.$i18n=createVueI18n(a);const l=this.$i18n;l.__extender&&(l.__disposer=l.__extender(this.$i18n))}}else if(s.__i18n)if(this===this.$root)this.$i18n=mergeToGlobal(e,s);else{this.$i18n=createVueI18n({__i18n:s.__i18n,__injectWithOption:!0,__extender:n.__vueI18nExtend,__root:t});const a=this.$i18n;a.__extender&&(a.__disposer=a.__extender(this.$i18n))}else this.$i18n=e;s.__i18nGlobal&&adjustI18nResources(t,s,s),this.$t=(...a)=>this.$i18n.t(...a),this.$rt=(...a)=>this.$i18n.rt(...a),this.$tc=(...a)=>this.$i18n.tc(...a),this.$te=(a,l)=>this.$i18n.te(a,l),this.$d=(...a)=>this.$i18n.d(...a),this.$n=(...a)=>this.$i18n.n(...a),this.$tm=a=>this.$i18n.tm(a),n.__setInstance(o,this.$i18n)},mounted(){},unmounted(){const o=getCurrentInstance();if(!o)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const s=this.$i18n;delete this.$t,delete this.$rt,delete this.$tc,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,s.__disposer&&(s.__disposer(),delete s.__disposer,delete s.__extender),n.__deleteInstance(o),delete this.$i18n}}}function mergeToGlobal(e,t){e.locale=t.locale||e.locale,e.fallbackLocale=t.fallbackLocale||e.fallbackLocale,e.missing=t.missing||e.missing,e.silentTranslationWarn=t.silentTranslationWarn||e.silentFallbackWarn,e.silentFallbackWarn=t.silentFallbackWarn||e.silentFallbackWarn,e.formatFallbackMessages=t.formatFallbackMessages||e.formatFallbackMessages,e.postTranslation=t.postTranslation||e.postTranslation,e.warnHtmlInMessage=t.warnHtmlInMessage||e.warnHtmlInMessage,e.escapeParameterHtml=t.escapeParameterHtml||e.escapeParameterHtml,e.sync=t.sync||e.sync,e.__composer[SetPluralRulesSymbol](t.pluralizationRules||e.pluralizationRules);const n=getLocaleMessages(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(n).forEach(o=>e.mergeLocaleMessage(o,n[o])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(o=>e.mergeDateTimeFormat(o,t.datetimeFormats[o])),t.numberFormats&&Object.keys(t.numberFormats).forEach(o=>e.mergeNumberFormat(o,t.numberFormats[o])),e}const baseFormatProps={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function getInterpolateArg({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((o,s)=>[...o,...s.type===Fragment?s.children:[s]],[]):t.reduce((n,o)=>{const s=e[o];return s&&(n[o]=s()),n},{})}function getFragmentableTag(){return Fragment}const TranslationImpl=defineComponent({name:"i18n-t",props:assign({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>isNumber(e)||!isNaN(e)}},baseFormatProps),setup(e,t){const{slots:n,attrs:o}=t,s=e.i18n||useI18n({useScope:e.scope,__useComponent:!0});return()=>{const a=Object.keys(n).filter(m=>m!=="_"),l={};e.locale&&(l.locale=e.locale),e.plural!==void 0&&(l.plural=isString(e.plural)?+e.plural:e.plural);const r=getInterpolateArg(t,a),c=s[TranslateVNodeSymbol](e.keypath,r,l),d=assign({},o),u=isString(e.tag)||isObject(e.tag)?e.tag:getFragmentableTag();return h(u,d,c)}}}),Translation=TranslationImpl;function isVNode(e){return isArray(e)&&!isString(e[0])}function renderFormatter(e,t,n,o){const{slots:s,attrs:a}=t;return()=>{const l={part:!0};let r={};e.locale&&(l.locale=e.locale),isString(e.format)?l.key=e.format:isObject(e.format)&&(isString(e.format.key)&&(l.key=e.format.key),r=Object.keys(e.format).reduce((f,v)=>n.includes(v)?assign({},f,{[v]:e.format[v]}):f,{}));const c=o(e.value,l,r);let d=[l.key];isArray(c)?d=c.map((f,v)=>{const y=s[f.type],C=y?y({[f.type]:f.value,index:v,parts:c}):[f.value];return isVNode(C)&&(C[0].key=`${f.type}-${v}`),C}):isString(c)&&(d=[c]);const u=assign({},a),m=isString(e.tag)||isObject(e.tag)?e.tag:getFragmentableTag();return h(m,u,d)}}const NumberFormatImpl=defineComponent({name:"i18n-n",props:assign({value:{type:Number,required:!0},format:{type:[String,Object]}},baseFormatProps),setup(e,t){const n=e.i18n||useI18n({useScope:e.scope,__useComponent:!0});return renderFormatter(e,t,NUMBER_FORMAT_OPTIONS_KEYS,(...o)=>n[NumberPartsSymbol](...o))}}),NumberFormat=NumberFormatImpl,DatetimeFormatImpl=defineComponent({name:"i18n-d",props:assign({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},baseFormatProps),setup(e,t){const n=e.i18n||useI18n({useScope:e.scope,__useComponent:!0});return renderFormatter(e,t,DATETIME_FORMAT_OPTIONS_KEYS,(...o)=>n[DatetimePartsSymbol](...o))}}),DatetimeFormat=DatetimeFormatImpl;function getComposer$1(e,t){const n=e;if(e.mode==="composition")return n.__getInstance(t)||e.global;{const o=n.__getInstance(t);return o!=null?o.__composer:e.global.__composer}}function vTDirective(e){const t=l=>{const{instance:r,value:c}=l;if(!r||!r.$)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const d=getComposer$1(e,r.$),u=parseValue(c);return[Reflect.apply(d.t,d,[...makeParams(u)]),d]};return{created:(l,r)=>{const[c,d]=t(r);inBrowser&&e.global===d&&(l.__i18nWatcher=watch(d.locale,()=>{r.instance&&r.instance.$forceUpdate()})),l.__composer=d,l.textContent=c},unmounted:l=>{inBrowser&&l.__i18nWatcher&&(l.__i18nWatcher(),l.__i18nWatcher=void 0,delete l.__i18nWatcher),l.__composer&&(l.__composer=void 0,delete l.__composer)},beforeUpdate:(l,{value:r})=>{if(l.__composer){const c=l.__composer,d=parseValue(r);l.textContent=Reflect.apply(c.t,c,[...makeParams(d)])}},getSSRProps:l=>{const[r]=t(l);return{textContent:r}}}}function parseValue(e){if(isString(e))return{path:e};if(isPlainObject(e)){if(!("path"in e))throw createI18nError(I18nErrorCodes.REQUIRED_VALUE,"path");return e}else throw createI18nError(I18nErrorCodes.INVALID_VALUE)}function makeParams(e){const{path:t,locale:n,args:o,choice:s,plural:a}=e,l={},r=o||{};return isString(n)&&(l.locale=n),isNumber(s)&&(l.plural=s),isNumber(a)&&(l.plural=a),[t,r,l]}function apply(e,t,...n){const o=isPlainObject(n[0])?n[0]:{};(isBoolean(o.globalInstall)?o.globalInstall:!0)&&([Translation.name,"I18nT"].forEach(a=>e.component(a,Translation)),[NumberFormat.name,"I18nN"].forEach(a=>e.component(a,NumberFormat)),[DatetimeFormat.name,"I18nD"].forEach(a=>e.component(a,DatetimeFormat))),e.directive("t",vTDirective(t))}const I18nInjectionKey=makeSymbol("global-vue-i18n");function createI18n(e={},t){const n=__VUE_I18N_LEGACY_API__&&isBoolean(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,o=isBoolean(e.globalInjection)?e.globalInjection:!0,s=new Map,[a,l]=createGlobal(e,n),r=makeSymbol("");function c(f){return s.get(f)||null}function d(f,v){s.set(f,v)}function u(f){s.delete(f)}const m={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},async install(f,...v){if(f.__VUE_I18N_SYMBOL__=r,f.provide(f.__VUE_I18N_SYMBOL__,m),isPlainObject(v[0])){const b=v[0];m.__composerExtend=b.__composerExtend,m.__vueI18nExtend=b.__vueI18nExtend}let y=null;!n&&o&&(y=injectGlobalFields(f,m.global)),__VUE_I18N_FULL_INSTALL__&&apply(f,m,...v),__VUE_I18N_LEGACY_API__&&n&&f.mixin(defineMixin(l,l.__composer,m));const C=f.unmount;f.unmount=()=>{y&&y(),m.dispose(),C()}},get global(){return l},dispose(){a.stop()},__instances:s,__getInstance:c,__setInstance:d,__deleteInstance:u};return m}function useI18n(e={}){const t=getCurrentInstance();if(t==null)throw createI18nError(I18nErrorCodes.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw createI18nError(I18nErrorCodes.NOT_INSTALLED);const n=getI18nInstance(t),o=getGlobalComposer(n),s=getComponentOptions(t),a=getScope(e,s);if(a==="global")return adjustI18nResources(o,e,s),o;if(a==="parent"){let c=getComposer(n,t,e.__useComponent);return c==null&&(c=o),c}const l=n;let r=l.__getInstance(t);if(r==null){const c=assign({},e);"__i18n"in s&&(c.__i18n=s.__i18n),o&&(c.__root=o),r=createComposer(c),l.__composerExtend&&(r[DisposeSymbol]=l.__composerExtend(r)),setupLifeCycle(l,t,r),l.__setInstance(t,r)}return r}function createGlobal(e,t,n){const o=effectScope(),s=__VUE_I18N_LEGACY_API__&&t?o.run(()=>createVueI18n(e)):o.run(()=>createComposer(e));if(s==null)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);return[o,s]}function getI18nInstance(e){const t=inject(e.isCE?I18nInjectionKey:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw createI18nError(e.isCE?I18nErrorCodes.NOT_INSTALLED_WITH_PROVIDE:I18nErrorCodes.UNEXPECTED_ERROR);return t}function getScope(e,t){return isEmptyObject(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function getGlobalComposer(e){return e.mode==="composition"?e.global:e.global.__composer}function getComposer(e,t,n=!1){let o=null;const s=t.root;let a=getParentComponentInstance(t,n);for(;a!=null;){const l=e;if(e.mode==="composition")o=l.__getInstance(a);else if(__VUE_I18N_LEGACY_API__){const r=l.__getInstance(a);r!=null&&(o=r.__composer,n&&o&&!o[InejctWithOptionSymbol]&&(o=null))}if(o!=null||s===a)break;a=a.parent}return o}function getParentComponentInstance(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function setupLifeCycle(e,t,n){onMounted(()=>{},t),onUnmounted(()=>{const o=n;e.__deleteInstance(t);const s=o[DisposeSymbol];s&&(s(),delete o[DisposeSymbol])},t)}const globalExportProps=["locale","fallbackLocale","availableLocales"],globalExportMethods=["t","rt","d","n","tm","te"];function injectGlobalFields(e,t){const n=Object.create(null);return globalExportProps.forEach(s=>{const a=Object.getOwnPropertyDescriptor(t,s);if(!a)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);const l=isRef(a.value)?{get(){return a.value.value},set(r){a.value.value=r}}:{get(){return a.get&&a.get()}};Object.defineProperty(n,s,l)}),e.config.globalProperties.$i18n=n,globalExportMethods.forEach(s=>{const a=Object.getOwnPropertyDescriptor(t,s);if(!a||!a.value)throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${s}`,a)}),()=>{delete e.config.globalProperties.$i18n,globalExportMethods.forEach(s=>{delete e.config.globalProperties[`$${s}`]})}}initFeatureFlags();registerMessageCompiler(compile);registerMessageResolver(resolveValue);registerLocaleFallbacker(fallbackWithLocaleChain);if(__INTLIFY_PROD_DEVTOOLS__){const e=getGlobalThis();e.__INTLIFY__=!0,setDevToolsHook(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}const parseResponseData=(e,t,n,o,s)=>{let a=n.length,l=e.settings.pega_marketing[t];if(t.indexOf("extraOfferPages")===0&&typeof e.settings.pega_marketing.extraOfferPages<"u"){const d=parseInt(t.replace("extraOfferPages",""),10)-1;l=e.settings.pega_marketing.extraOfferPages[d]}l&&l.placement&&(a=l.placement.split(",").length,a>n.length&&(a=n.length));let r=[];l&&l.attributes&&l.attributes!==""&&(r=l.attributes.split(",")),l&&l.showSingleOffer&&(a=a>1?1:a);let c=!1;for(let d=0;d{console.log(`send capture information for ${n.name} rank=${n.rank} outcome=${o} response:${a.Status}`)})}else{if(t.initCDH)return;const s=document.createElement("script");s.onload=function(){t.initCDH=!0,e(t,n,o)},s.setAttribute("src","../js/realtimecontainerscript.js"),document.head.appendChild(s)}},initNBAM=function e(t,n,o,s,a){if(typeof window.getNBAMServiceControl<"u"){const l=window.getNBAMServiceControl(t.settings.pega_marketing.apiLevel,!1);window.CDHRequestTimeout=t.settings.pega_marketing.requestTimeout,l.initialize(t.settings.pega_marketing.Host,t.settings.pega_marketing.Port);let r="";if(t.settings.pega_marketing[n]&&t.settings.pega_marketing[n].containerName)r=t.settings.pega_marketing[n].containerName;else if(n.indexOf("extraOfferPages")===0&&typeof t.settings.pega_marketing.extraOfferPages<"u"){const u=parseInt(n.replace("extraOfferPages",""),10)-1;r=t.settings.pega_marketing.extraOfferPages[u].containerName}if(r===""){t.loading=!1;return}let c="Tile";if(t.settings.pega_marketing[n]&&t.settings.pega_marketing[n].placement)c=t.settings.pega_marketing[n].placement;else if(n.indexOf("extraOfferPages")===0&&typeof t.settings.pega_marketing.extraOfferPages<"u"){const u=parseInt(n.replace("extraOfferPages",""),10)-1;c=t.settings.pega_marketing.extraOfferPages[u].placement}const d=t.intent.trim();try{l.getOffers(o,t.settings.pega_marketing.contextName,r,t.ExternalID,t.settings.pega_marketing.channel,s,a,u=>{u.RankedResults=u.ContainerList[0].RankedResults,u.OffersList&&u.OffersList.length>0?parseResponseData(t,n,u.OffersList,r,o):u.RankedResults&&u.RankedResults.length>0?parseResponseData(t,n,u.RankedResults,r,o):t.errorloading=!0,t.loading=!1},d,c,t.settings.pega_marketing.appID,()=>{t.loading=!1,t.errorloading=!0})}catch{t.loading=!1,t.errorloading=!0}}else{if(t.initCDH)return;const l=document.createElement("script");l.onload=function(){t.initCDH=!0,e(t,n,o,s,a)},l.setAttribute("src","../js/realtimecontainerscript.js"),document.head.appendChild(l)}},mergeAccount=function e(t){if(!(t.settings.pega_marketing.Host===""||!t.settings.pega_marketing.enableMergeAccount))if(typeof window.getNBAMServiceControl<"u"){const n=window.getNBAMServiceControl(t.settings.pega_marketing.apiLevel,!1);n.initialize(t.settings.pega_marketing.Host,t.settings.pega_marketing.Port);let o="";if(t.userId!==-1&&t.settings.users[t.userId].customerID&&(o=t.settings.users[t.userId].customerID),o===""){console.log("No customerID present - skip mergeAccount");return}n.mergeAccount(o,t.ExternalID,t.settings.pega_marketing.contextName,t.settings.pega_marketing.appID,null)}else{if(t.initCDH)return;const n=document.createElement("script");n.onload=function(){t.initCDH=!0,e(t)},n.setAttribute("src","../js/realtimecontainerscript.js"),document.head.appendChild(n)}},sendRTSEvent=function e(t,n){if(t.settings.pega_marketing.Host!=="")if(typeof window.getNBAMServiceControl<"u"){const o=window.getNBAMServiceControl(t.settings.pega_marketing.apiLevel,!1);o.initialize(t.settings.pega_marketing.Host,t.settings.pega_marketing.Port);let s=n.customerID;s===""&&document.cookie.split("MKTID=").length>1&&(s=document.cookie.split("MKTID=")[1].split(";")[0]),o.sendRTSEvent(s,n,null)}else{if(t.initCDH)return;const o=document.createElement("script");o.onload=function(){t.initCDH=!0,e(t,n)},o.setAttribute("src","../js/realtimecontainerscript.js"),document.head.appendChild(o)}},sendClickStreamEvent=function e(t,n,o,s){if(!(t.settings.pega_marketing.Host===""||!t.settings.pega_marketing.enableClickStream))if(typeof window.getNBAMServiceControl<"u"){const a=window.getNBAMServiceControl(t.settings.pega_marketing.apiLevel,!1);a.initialize(t.settings.pega_marketing.Host,t.settings.pega_marketing.Port);let l="";s&&(l=parseInt((new Date-s)/1e3,10));let r="",c="";if(t.userId!==-1&&t.settings.users[t.userId].customerID&&(c=t.settings.users[t.userId].customerID),c===""&&document.cookie.split("MKTID=").length>1&&(r=document.cookie.split("MKTID=")[1].split(";")[0]),t.settings.pega_marketing.enableMergeAccount&&(r=t.ExternalID),c===""&&r==="")return;const d=t.isMobilePhone?"Mobile":"PC",u={CustomerID:c,EventType:n,PageType:o,PageLocation:window.location.href,DeviceType:d,PageViewActiveTime:l,EventTimestamp:new Date().toISOString().replaceAll("-","").replaceAll(":","").replace("Z"," GMT"),CookieID:r};a.sendClickStreamEvent(u,null)}else{if(t.initCDH)return;const a=document.createElement("script");a.onload=function(){t.initCDH=!0,e(t,n,s)},a.setAttribute("src","../js/realtimecontainerscript.js"),document.head.appendChild(a)}},messages={},datetimeFormats={},numberFormats={};let isDefaultLocaleLoaded=!1;for(const i in window.settings.i18n.languages){const lang=window.settings.i18n.languages[i];messages[lang]={message:eval(`window.lang${lang.toUpperCase()}`)},datetimeFormats[lang]=eval(`window.dateFormat${lang.toUpperCase()}`),numberFormats[lang]=eval(`window.numberFormat${lang.toUpperCase()}`),lang===window.settings.i18n.defaultlocale&&(isDefaultLocaleLoaded=!0)}isDefaultLocaleLoaded||([window.settings.i18n.defaultlocale]=window.settings.i18n.languages);const i18n=createI18n({locale:window.settings.i18n.defaultlocale,messages,datetimeFormats,numberFormats}),setCookie=function(e,t,n){const o=new Date;o.setTime(o.getTime()+n*24*60*60*1e3);const s=`expires=${o.toGMTString()}`;document.cookie=`${e}=${t};${s};path=/`},getCookie=function(e){const t=`${e}=`,o=decodeURIComponent(document.cookie).split(";");for(let s=0;s"u"&&(t.settings.general.connection.PegaURL=""),typeof t.settings.general.connection.authService>"u"&&(t.settings.general.connection.authService="pega"),typeof t.settings.general.connection.themeID>"u"&&(t.settings.general.connection.themeID=""),typeof t.settings.general.connection.webEmbedUseFormWidth>"u"&&(t.settings.general.connection.webEmbedUseFormWidth=!1),typeof t.settings.pega_chat.DMMProactiveChatNewSessionTimeout>"u"&&(t.settings.pega_chat.DMMProactiveChatNewSessionTimeout=0),typeof t.settings.pega_chat.DMMProactiveChatNewSessionCode>"u"&&(t.settings.pega_chat.DMMProactiveChatNewSessionCode="5sonPage");for(const n in t.settings.users)typeof t.settings.users[n].hide_from_dropdown>"u"&&(t.settings.users[n].hide_from_dropdown=!1);return typeof t.settings.CustomEvents>"u"&&(t.settings.CustomEvents=[{CustomEventAction:"HighlightElement",CustomEventName:"Custom Event 1",ElementName:"",SendAcknowledgement:!1,AcknowledgeOn:"After5Seconds"},{CustomEventAction:"HighlightElement",CustomEventName:"Custom Event 2",ElementName:"",SendAcknowledgement:!1,AcknowledgeOn:"After5Seconds"},{CustomEventAction:"HighlightElement",CustomEventName:"Custom Event 3",ElementName:"",SendAcknowledgement:!1,AcknowledgeOn:"After5Seconds"}]),t};let mainconfigTmp;if(typeof window.settings>"u")window.location.href=`${window.location.href}/`;else{let e=!1;(/iPhone/.test(navigator.userAgent)||/Android/.test(navigator.userAgent))&&(e=!0),e&&(document.documentElement.className="phone"),mainconfigTmp={settings:window.settings,app:window.app,isMobilePhone:e,offerURL:"",offerIndex:0,homeHeroImg:"",currentPage:"",previousPage:"",intent:"",reloadOffer:1,reloadMashup:1,reloadToDoMashup:1,reloadActivityMashup:1e3,isAuthenticated:!1,isSidePanelVisible:!1,isDeepLink:!1,deepLinkExtraParam:{},phonePageName:"",userId:-1,quickLinkId:-1,viewBill:-1,viewBanner:-1,toDo:-1,viewKMHelp:-1,KMArticleID:"",CDHContainer:{},logoutURL:{},homeHeroAction:-1,offerAction:-1,isRTSEnabled:!1,currentLocale:window.settings.i18n.defaultlocale,mainTitle:document.title};const t=localStorage.getItem(`config_${mainconfigTmp.app.industry}`);if(t!=null){const o=JSON.parse(t);o.settings&&(mainconfigTmp.settings=o.settings)}if(mainconfigTmp=upgradeConfig(mainconfigTmp),mainconfigTmp.ExternalID="",mainconfigTmp.settings.pega_marketing.enableMergeAccount){let o=sessionStorage.getItem("ExternalID");o||(o="uplus-"+Date.now(),sessionStorage.setItem("ExternalID",o)),mainconfigTmp.ExternalID=o}if(mainconfigTmp.initCDH=!1,mainconfigTmp.settings.pega_chat.ShowAsButton&&(document.documentElement.className=`${document.documentElement.className} chat-button`),window.history&&window.history.state!==null){const o=window.history.state;mainconfigTmp.userId===-1&&o!==null&&typeof o.userId<"u"?(o.userId!==-1&&(mainconfigTmp.isAuthenticated=!0),mainconfigTmp.userId=o.userId,typeof o.quickLinkId<"u"?(mainconfigTmp.quickLinkId=o.quickLinkId,e&&(mainconfigTmp.phonePageName="help"),window.history.replaceState({userId:mainconfigTmp.userId,quickLinkId:mainconfigTmp.quickLinkId},"",`quicklink${mainconfigTmp.quickLinkId}`)):e?(typeof o.page<"u"?mainconfigTmp.phonePageName=o.page:mainconfigTmp.phonePageName=window.location.pathname.substring(window.location.pathname.lastIndexOf("/")+1),window.history.replaceState(mainconfigTmp.isAuthenticated?{}:{userId:mainconfigTmp.userId},"",mainconfigTmp.phonePageName)):window.history.replaceState({userId:mainconfigTmp.userId},"",o.page)):window.location.pathname.indexOf("/heroaction")!==-1?(e&&(mainconfigTmp.phonePageName="heroaction"),mainconfigTmp.homeHeroAction=1,window.history.replaceState({},"","heroaction")):e&&(typeof o.page<"u"?mainconfigTmp.phonePageName=o.page:mainconfigTmp.phonePageName=window.location.pathname.substring(window.location.pathname.lastIndexOf("/")+1),window.history.replaceState({},"",mainconfigTmp.phonePageName))}if(mainconfigTmp.isAuthenticated===!1&&getCookie("UserName")!==""){const o=getCookie("UserName");for(const s in mainconfigTmp.settings.users)if(mainconfigTmp.settings.users[s].username===o){mainconfigTmp.isAuthenticated=!0,mainconfigTmp.userId=s;break}}const n={};if(window.location.search.substr(1).split("&").forEach(o=>{n[o.split("=")[0]]=o.split("=")[1]}),n.username||n.pega_userid){for(const o in mainconfigTmp.settings.users)if(typeof n.pega_userid<"u"&&mainconfigTmp.settings.users[o].pega_userid===n.pega_userid||typeof n.username<"u"&&mainconfigTmp.settings.users[o].username===n.username){mainconfigTmp.isAuthenticated=!0,mainconfigTmp.userId=o,mainconfigTmp.isDeepLink=!0;break}if(n.quicklinkclass){for(const o in mainconfigTmp.settings.quicklinks)if(mainconfigTmp.settings.quicklinks[o].objclass===n.quicklinkclass){mainconfigTmp.quickLinkId=o,mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.quicklinkclass,delete mainconfigTmp.deepLinkExtraParam.username,delete mainconfigTmp.deepLinkExtraParam.pega_userid,e&&(mainconfigTmp.phonePageName="help"),window.history.replaceState({userId:mainconfigTmp.userId},"",`quicklink${mainconfigTmp.quickLinkId}`);break}}mainconfigTmp.settings.todo.objclass===n.todoclass&&(mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.todoclass,delete mainconfigTmp.deepLinkExtraParam.username,delete mainconfigTmp.deepLinkExtraParam.pega_userid,e&&(mainconfigTmp.phonePageName="account"),window.history.replaceState({userId:mainconfigTmp.userId},"","account")),n.viewBill&&(mainconfigTmp.viewBill=1,mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.viewBill,delete mainconfigTmp.deepLinkExtraParam.username,delete mainconfigTmp.deepLinkExtraParam.pega_userid),n.viewBanner&&(mainconfigTmp.viewBanner=1,mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.viewBanner,delete mainconfigTmp.deepLinkExtraParam.username,delete mainconfigTmp.deepLinkExtraParam.pega_userid),n.viewKMHelp&&(mainconfigTmp.viewKMHelp=1,mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.viewKMHelp,delete mainconfigTmp.deepLinkExtraParam.username,delete mainconfigTmp.deepLinkExtraParam.pega_userid)}if(n.homeHeroAction&&(mainconfigTmp.homeHeroAction=1,e&&(mainconfigTmp.phonePageName="heroaction"),mainconfigTmp.isDeepLink=!0,mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.homeHeroAction),n.offerAction&&(mainconfigTmp.offerAction=1,e&&(mainconfigTmp.phonePageName="offer"),mainconfigTmp.isDeepLink=!0,mainconfigTmp.deepLinkExtraParam=n,delete mainconfigTmp.deepLinkExtraParam.offerAction),window.PegaCSWSS={Cobrowse:{ServerURL:mainconfigTmp.settings.pega_chat.CoBrowseServerURL,Token:mainconfigTmp.settings.pega_chat.CoBrowseToken},WCBConfigName:mainconfigTmp.settings.pega_chat.WCBConfigName,WebChatBotID:mainconfigTmp.settings.pega_chat.WebChatBotID,ApplicationName:mainconfigTmp.settings.pega_chat.ApplicationName,MashupURL:mainconfigTmp.settings.pega_chat.MashupURL,ShowAsButton:mainconfigTmp.settings.pega_chat.ShowAsButton,TenantID:mainconfigTmp.settings.pega_chat.TenantID,MarketingHost:mainconfigTmp.settings.pega_marketing.Host,MarketingPort:mainconfigTmp.settings.pega_marketing.Port,EnableProActiveNotification:mainconfigTmp.settings.pega_chat.EnableProActiveNotification,ProActiveNotificationDismissTime:mainconfigTmp.settings.pega_chat.ProActiveNotificationDismissTime,ContactID:"",AccountNumber:"",UserName:"",UserID:"",DMMSessionID:"",ExtraParams:{}},mainconfigTmp.userId!==-1){const o=mainconfigTmp.settings.users[mainconfigTmp.userId];window.PegaCSWSS.ContactID=o.contactID,window.PegaCSWSS.AccountNumber=o.accountID,window.PegaCSWSS.UserName=o.username,window.PegaCSWSS.UserID=o.pega_userid,typeof o.extraparam<"u"&&o.extraparam!==""&&o.extraparam.split(",").forEach(s=>{const a=s.split("=");a.length===2&&(window.PegaCSWSS.ExtraParams[a[0].trim()]=a[1].trim())}),typeof o.dmm_context_data=="string"&&o.dmm_context_data!==""&&(window.PegaChatTags={},o.dmm_context_data.split(",").forEach(s=>{const a=s.split("=");window.PegaChatTags[a[0].trim()]=a[1].trim()}))}if(setCookie("ContactID",window.PegaCSWSS.ContactID,30),setCookie("AccountNumber",window.PegaCSWSS.AccountNumber,30),setCookie("UserName",window.PegaCSWSS.UserName,30),setCookie("UserID",window.PegaCSWSS.UserID,30),mainconfigTmp.settings.general.connection.c11nserver!==""&&mainconfigTmp.settings.general.connection.type==="embedui"){const o=document.createElement("script");o.setAttribute("src",`${mainconfigTmp.settings.general.connection.c11nserver}pega-embed.js`),document.head.appendChild(o)}else if(mainconfigTmp.settings.general.connection.PegaURL!==""&&(mainconfigTmp.settings.general.connection.type==="embedui2"||mainconfigTmp.settings.general.connection.type==="embedui3")){const o=document.createElement("script");o.setAttribute("src",`${mainconfigTmp.settings.general.connection.PegaURL}/PRRestService/c11nsvc/v1/pega-embed.js`),document.head.appendChild(o)}if(typeof mainconfigTmp.settings.pega_chat<"u"&&mainconfigTmp.settings.pega_chat.DMMURL!==""&&mainconfigTmp.settings.pega_chat.DMMID!==""&&`${window.location}`.indexOf("/settings.html")===-1){typeof window.PegaUnifiedChatWidget>"u"&&(window.PegaUnifiedChatWidget={},mainconfigTmp.settings.pega_chat.DMMProactiveChatNewSessionTimeout>0&&setTimeout(()=>{console.log(`PegaUnifiedChatWidget triggetChat '${mainconfigTmp.settings.pega_chat.DMMProactiveChatNewSessionCode}'`),window.PegaUnifiedChatWidget.triggerChat(mainconfigTmp.settings.pega_chat.DMMProactiveChatNewSessionCode)},mainconfigTmp.settings.pega_chat.DMMProactiveChatNewSessionTimeout)),window.PegaUnifiedChatWidget.onSessionInitialized=r=>{window.PegaCSWSS.DMMSessionID=r,console.log(`PegaUnifiedChatWidget onSessionInitialized=${r}`);const c=document.getElementById("pegaChatWidget");if(c&&(c.style.zIndex=1e3),sendClickStreamEvent(mainconfigTmp,"PageView","Chat",window.loadPage),mainconfigTmp.settings.pega_chat.DMMSecret!==""&&mainconfigTmp.userId!==-1){const d={authenticated:mainconfigTmp.userId!==-1,ContactID:window.PegaCSWSS.ContactID,AccountNumber:window.PegaCSWSS.AccountNumber,UserName:window.PegaCSWSS.UserName,UserID:window.PegaCSWSS.UserID},u=generateJWTKey({iss:r},mainconfigTmp.settings.pega_chat.DMMSecret),f=s(mainconfigTmp.settings.pega_chat.DMMPrivateURL)+"/Prod/private-data",v=new XMLHttpRequest;v.open("POST",f,!0),v.setRequestHeader("Content-type","application/json;charset=UTF-8"),v.setRequestHeader("authorization",`Bearer ${u}`),v.send(JSON.stringify(d))}},PegaUnifiedChatWidget.onChatAPIEvent=function(r){var c,d,u;if(r.event=="custom-event")for(let m=0;m<((d=(c=mainconfigTmp==null?void 0:mainconfigTmp.settings)==null?void 0:c.CustomEvents)==null?void 0:d.length);m++){let f=(u=mainconfigTmp==null?void 0:mainconfigTmp.settings)==null?void 0:u.CustomEvents[m];if(r.name==(f==null?void 0:f.CustomEventName)){console.log("Processing Custom Event: ",r,f);let v;if(f.CustomEventAction=="HighlightElement"){if(v=o(f.ElementName),v==null){console.log(`unable to locate element that includes text ${f.ElementName}`);return}v.classList.add("pulse")}else if(f.CustomEventAction=="ClickElement"){if(v=o(f.ElementName),v==null){console.log(`unable to locate element that includes text ${f.ElementName}`);return}v.click()}f.SendAcknowledgement&&(f.AcknowledgeOn=="After5Seconds"?setTimeout(function(){a(r.name),v.classList.remove("pulse")},5e3):f.AcknowledgeOn=="After30Seconds"?setTimeout(function(){a(r.name),v.classList.remove("pulse")},3e4):f.AcknowledgeOn=="LoginSuccess"&&(mainconfigTmp.isAuthenticated?(a(r.name),v.classList.remove("pulse")):document.addEventListener("confirmLogin",function(){a(r.name),v.classList.remove("pulse")})))}}};const o=function(r){const c=document.querySelectorAll("h1, h2, h3, h4, h5, h6, p, a, button");for(let d=0;d{const c=document.getElementById("pegaChatWidget");c&&(c.style.zIndex=1e3)},3e3)},document.head.appendChild(l),window.fireflyAPI={},mainconfigTmp.settings.pega_chat.CoBrowseServerURL!==""&&mainconfigTmp.settings.pega_chat.CoBrowseToken!==""){const r=document.createElement("script");r.type="text/javascript",window.fireflyAPI.token=mainconfigTmp.settings.pega_chat.CoBrowseToken,window.fireflyAPI.serverHostUrl=mainconfigTmp.settings.pega_chat.CoBrowseServerURL,r.src=`${mainconfigTmp.settings.pega_chat.CoBrowseServerURL}/cobrowse/loadScripts`,r.async=!0,document.head.appendChild(r)}}e&&(window.pegaMashupNavigateBack=function(){const s=document.getElementsByClassName("pi-caret-left");s.length>0&&s[0].click()})}const mainconfig=reactive(mainconfigTmp);window.mainconfig=mainconfigTmp;if(mainconfigTmp.settings.general.theming.override){const e=document.createElement("style");e.innerHTML=`:root { --brandColor: ${mainconfigTmp.settings.general.theming.brandColor}; + --interactiveColor: ${mainconfigTmp.settings.general.theming.interactiveColor};} + .front>header, .form>header, .offer header { background-blend-mode: luminosity; }`,document.head.appendChild(e)}window.addEventListener("popstate",()=>{mainconfig.quickLinkId=-1,mainconfig.currentPage=window.location.pathname.substring(window.location.pathname.lastIndexOf("/")+1),mainconfig.currentPage==="heroaction"&&(mainconfig.homeHeroAction=1),mainconfig.currentPage.indexOf("offer")===0&&mainconfig.currentPage.indexOf("offer.html")!==0&&(mainconfig.offerIndex=parseInt(mainconfig.currentPage.substring(5).replace(".html",""),10)),(mainconfig.currentPage.indexOf("index.html")===0||mainconfig.currentPage.indexOf("account")===0)&&(mainconfig.viewBill=-1,mainconfig.viewBanner=-1,mainconfig.homeHeroAction=-1,mainconfig.offerAction=-1,mainconfig.toDo=-1,mainconfig.viewKMHelp=-1,mainconfig.offerURL="",mainconfig.CDHContainer={}),mainconfig.currentPage.indexOf("index.html")===0&&(mainconfig.isAuthenticated=!1),mainconfig.currentPage.indexOf("account")===0&&(mainconfig.isAuthenticated=!0)});const updatePegaChat=function e(t){const n=document.getElementById("pegaChatWidget");n&&(n.style.zIndex=1e3);let o=document.querySelector("[data-pega-gadgetname='OnlineHelp'] > iframe");if(o!=null&&typeof o.src=="string"){let s=`${o.src}&ContactId=${t.contactID}&AccountNumber=${t.accountID}&username=${t.username}`;typeof t.extraparam<"u"&&t.extraparam!==""&&t.extraparam.split(",").forEach(l=>{const r=l.split("=");r.length===2&&(s+=`&${r[0].trim()}=${r[1].trim()}`)}),s.indexOf("timestamp")>-1?s=s.replace(/timestamp=[^&]+/,`timestamp=${Date.now()}`):s+=`×tamp=${Date.now()}`;const a=o.parentNode;o.remove(),o.src=s,a.appendChild(o)}if(window.PegaCSWSS.ContactID=t.contactID,window.PegaCSWSS.AccountNumber=t.accountID,window.PegaCSWSS.UserName=t.username,window.PegaCSWSS.UserID=t.pega_userid,typeof t.dmm_context_data=="string"&&t.dmm_context_data!==""&&(window.PegaChatTags={},t.dmm_context_data.split(",").forEach(s=>{const a=s.split("=");window.PegaChatTags[a[0].trim()]=a[1].trim()})),setCookie("ContactID",window.PegaCSWSS.ContactID,30),setCookie("AccountNumber",window.PegaCSWSS.AccountNumber,30),setCookie("UserName",window.PegaCSWSS.UserName,30),setCookie("UserID",window.PegaCSWSS.UserID,30),mainconfig.settings.pega_chat.DMMSecret!==""&&mainconfig.userId!==-1&&window.PegaCSWSS.DMMSessionID!==""){const s={authenticated:mainconfig.userId!==-1,ContactID:window.PegaCSWSS.ContactID,AccountNumber:window.PegaCSWSS.AccountNumber,UserName:window.PegaCSWSS.UserName,UserID:window.PegaCSWSS.UserID},a=generateJWTKey({iss:window.PegaCSWSS.DMMSessionID},mainconfig.settings.pega_chat.DMMSecret),l=mainconfigTmp.settings.pega_chat.DMMPrivateURL,d=new URL(l).origin+"/Prod/private-data",u=new XMLHttpRequest;u.open("POST",d,!0),u.setRequestHeader("Content-type","application/json;charset=UTF-8"),u.setRequestHeader("authorization",`Bearer ${a}`),u.send(JSON.stringify(s))}if(typeof t.extraparam<"u"&&t.extraparam!==""&&t.extraparam.split(",").forEach(s=>{const a=s.split("=");a.length===2&&(window.PegaCSWSS.ExtraParams[a[0].trim()]=a[1].trim())}),o=document.querySelector("[data-pega-gadgetname='OnlineHelp']"),o!=null){const s=window.pega.web.mgr._getGadgetByID("OnlineHelp");if(s&&s._oDivAttrs)for(const a in window.PegaCSWSS.ExtraParams)s._oDivAttrs.params[a]=window.PegaCSWSS.ExtraParams[a]}typeof sendProactiveNotificationReq=="function"&&window.sendProactiveNotificationReq()},_export_sfc=(e,t)=>{const n=e.__vccOpts||e;for(const[o,s]of t)n[o]=s;return n},_sfc_main$17={props:["title","href","pagetype"],data(){return{mainconfig,i18n}},methods:{gotoPage(e){if(!this.$props.href)return;if(mainconfig.previousPage=mainconfig.currentPage,mainconfig.currentPage=this.$props.href,this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),mainconfig.currentPage.indexOf("offer")===0)mainconfig.offerURL="",mainconfig.offerAction=-1,mainconfig.offerIndex=parseInt(mainconfig.currentPage.substring(5).replace(".html",""),10);else return;sendClickStreamEvent(mainconfig,"PageView",this.pagetype,window.loadPage),window.loadPage=new Date;const t=mainconfig.isAuthenticated?{userId:mainconfig.userId}:{};window.history.pushState(t,"",mainconfig.currentPage),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0),e.preventDefault()}}},_hoisted_1$11=["href"];function _sfc_render$15(e,t,n,o,s,a){return openBlock(),createElementBlock("li",null,[createBaseVNode("a",{onClick:t[0]||(t[0]=(...l)=>a.gotoPage&&a.gotoPage(...l)),href:n.href!==""?n.href:""},toDisplayString$1(e.$t("message."+n.title)),9,_hoisted_1$11)])}const MenuItem=_export_sfc(_sfc_main$17,[["render",_sfc_render$15]]),_sfc_main$16={data(){return mainconfig},methods:{hideSidePanel(){this.isSidePanelVisible=!1}},components:{MenuItem}},_hoisted_1$10={class:"panel background-brand"};function _sfc_render$14(e,t,n,o,s,a){const l=resolveComponent("MenuItem");return openBlock(),createElementBlock("aside",{onClick:t[0]||(t[0]=(...r)=>a.hideSidePanel&&a.hideSidePanel(...r)),class:normalizeClass([e.isSidePanelVisible?"show":""])},[createBaseVNode("div",_hoisted_1$10,[t[1]||(t[1]=createBaseVNode("header",null,[createBaseVNode("img",{class:"logo",src:"./img/u+-logo.svg",alt:"U+"})],-1)),createBaseVNode("nav",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.menuitems,(r,c)=>(openBlock(),createBlock(l,{pagetype:r.pagetype,key:r.title,title:r.title,href:r.url?r.url:e.app.offer.length>1?`offer${c+1}.html`:null},null,8,["pagetype","title","href"]))),128))])])],2)}const Aside=_export_sfc(_sfc_main$16,[["render",_sfc_render$14]]),_sfc_main$15={data(){return{...mainconfig,isActive:!1}},methods:{showOverlay(){this.isActive=!this.isActive},onClickOutOverlay(e){e.target.classList.contains("avatar")||(this.isActive=!1)},logOut(){sendClickStreamEvent(mainconfig,"Logout","Home",window.loadPage),sendClickStreamEvent(mainconfig,"PageView","Home",window.loadPage),window.loadPage=new Date,mainconfig.isAuthenticated=!1,mainconfig.userId=-1,mainconfig.quickLinkId=-1,mainconfig.viewBill=-1,mainconfig.homeHeroAction=-1,mainconfig.offerAction=-1,mainconfig.toDo=-1,mainconfig.viewKMHelp=-1,mainconfig.viewBanner=-1,mainconfig.CDHContainer={},mainconfig.offerURL="",mainconfig.previousPage="",mainconfig.intent="",mainconfig.isDeepLink=!1,mainconfig.deepLinkExtraParam={},sessionStorage.clear(),mainconfig.ExternalID&&sessionStorage.setItem("ExternalID",mainconfig.ExternalID),window.history&&(mainconfig.isMobilePhone?(mainconfig.phonePageName="",window.history.pushState({userId:mainconfig.userId},"","index.html")):(mainconfig.currentPage="index.html",window.history.replaceState({},"",mainconfig.currentPage),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)));for(const t in mainconfig.logoutURL){const n=document.createElement("iframe"),o=mainconfig.logoutURL[t];n.setAttribute("src",o),n.setAttribute("style","display:none"),n.onload=function(){document.body.removeChild(n)},document.body.appendChild(n)}if(mainconfig.logoutURL={},window.PegaCSWSS.ContactID="",window.PegaCSWSS.AccountNumber="",window.PegaCSWSS.UserName="",window.PegaCSWSS.UserID="",window.PegaCSWSS.ExtraParams={},window.PegaChatTags={},setCookie("ContactID",window.PegaCSWSS.ContactID,30),setCookie("AccountNumber",window.PegaCSWSS.AccountNumber,30),setCookie("UserName",window.PegaCSWSS.UserName,30),setCookie("UserID",window.PegaCSWSS.UserID,30),mainconfig.settings.pega_chat.DMMSecret!==""&&mainconfig.userId!==-1&&window.PegaCSWSS.DMMSessionID!==""){const t={authenticated:mainconfig.userId!==-1,ContactID:window.PegaCSWSS.ContactID,AccountNumber:window.PegaCSWSS.AccountNumber,UserName:window.PegaCSWSS.UserName,UserID:window.PegaCSWSS.UserID},n=generateJWTKey({iss:window.PegaCSWSS.DMMSessionID},mainconfig.settings.pega_chat.DMMSecret),o=mainconfig.settings.pega_chat.DMMPrivateURL,l=new URL(o).origin+"/Prod/private-data",r=new XMLHttpRequest;r.open("POST",l,!0),r.setRequestHeader("Content-type","application/json;charset=UTF-8"),r.setRequestHeader("authorization",`Bearer ${n}`),r.send(JSON.stringify(t))}const e=document.querySelector("[data-pega-gadgetname='OnlineHelp'] > iframe");if(e!=null&&typeof e.src=="string")if(mainconfig.settings.pega_chat.ResetLogout===!0&&typeof window.resetPegaChat=="function")window.resetPegaChat();else{const t=e.src.split("&");let n="";for(const s in t)!t[s].startsWith("ContactId=")&&!t[s].startsWith("AccountNumber=")&&!t[s].startsWith("username=")&&(n+=(n!==""?"&":"")+t[s]);n.indexOf("timestamp")>-1?n=n.replace(/timestamp=[^&]+/,`timestamp=${Date.now()}`):n+=`×tamp=${Date.now()}`;const o=e.parentNode;e.remove(),e.src=n,o.appendChild(e)}}},computed:{isNamePresent(){return!(mainconfig.isMobilePhone||mainconfig.userId===-1||mainconfig.settings.users[mainconfig.userId].name===""||!mainconfig.settings.users[mainconfig.userId].show_opname)}}},_hoisted_1$$={class:"flex flex-mid-align user-area"},_hoisted_2$S={key:0,class:"flex flex-col margin-r-2x"},_hoisted_3$H={key:0},_hoisted_4$C={key:1},_hoisted_5$B=["src"];function _sfc_render$13(e,t,n,o,s,a){const l=resolveDirective("clickoutside");return openBlock(),createElementBlock("div",_hoisted_1$$,[a.isNamePresent?(openBlock(),createElementBlock("div",_hoisted_2$S,[e.settings.users[e.userId]?(openBlock(),createElementBlock("span",_hoisted_3$H,toDisplayString$1(e.settings.users[e.userId].name),1)):createCommentVNode("",!0),e.settings.users[e.userId]&&e.settings.users[e.userId].company_name!==""?(openBlock(),createElementBlock("span",_hoisted_4$C,toDisplayString$1(e.settings.users[e.userId].company_name),1)):createCommentVNode("",!0)])):createCommentVNode("",!0),e.userId!=-1?(openBlock(),createElementBlock("img",{key:1,onClick:t[0]||(t[0]=(...r)=>a.showOverlay&&a.showOverlay(...r)),class:"avatar",src:"../img/"+e.settings.users[e.userId].img,alt:"Customer image"},null,8,_hoisted_5$B)):createCommentVNode("",!0),withDirectives((openBlock(),createElementBlock("div",{class:normalizeClass(["overlay logout flex flex-col",[s.isActive?"show":"hidden"]])},[createBaseVNode("button",{onClick:t[1]||(t[1]=(...r)=>a.logOut&&a.logOut(...r)),class:"simple"},toDisplayString$1(e.$t("message.logout")),1)],2)),[[l,{handler:"onClickOutOverlay"}]])])}const OperatorButton=_export_sfc(_sfc_main$15,[["render",_sfc_render$13]]),setAuth=function e(t,n){let o="";if(t&&n)o=btoa(`${t}:${n}`);else throw new Error("Set authentication failed.");return o},validateOTP=async function e(t,n,o,s){if(o==="skip")return!0;const a={"Content-Type":"application/json;charset=UTF-8",Authorization:`Basic ${s}`},l=`${t.url}/prweb/api/v1/authenticate/OTP/verify?OTPValue=${o}&ReferenceID=${n}`,r={method:"GET",headers:a,mode:"cors"};try{const c=await fetch(l,r);if(c.ok&&(await c.json()).Status==="SUCCESS")return!0}catch{console.error("Error in validateOTP")}return!1},requestOTP=async function e(t,n,o){const s={referenceID:"",isSuccess:!1},a=Math.floor(Date.now()/100),l={"Content-Type":"application/json;charset=UTF-8",Authorization:`Basic ${n}`},r=t.sendMode,c=`${t.url}/prweb/api/v1/authenticate/OTP/${r}`,d={method:"POST",headers:l,mode:"cors"},u={Context:`UplusWSSOtp-${a}`};r==="email"?u.EmailSettings={CorrespondenceName:t.emailSettings.correspondenceName,EmailAccount:t.emailSettings.emailAccount,Subject:t.emailSettings.subject,ToAddress:o,ValidateMaxAge:t.emailSettings.validateMaxAge}:r==="sms"&&(u.SMSSettings={ToPhoneNumber:o,From:t.smsSettings.from,SMSAccount:t.smsSettings.account,Message:t.smsSettings.message,ValidateMaxAge:t.smsSettings.validateMaxAge}),d.body=JSON.stringify(u);try{const m=await fetch(c,d);if(m.ok){const f=await m.json();f.Status==="SUCCESS"&&(s.referenceID=f.ReferenceID,s.isSuccess=!0)}}catch{console.error("Error in requestOTP")}return s},_sfc_main$14={data(){return{...mainconfig,isActive:!1,hasErrorMsg:!1,username:"",password:"",otp_enabled:mainconfig.settings.general.auth_2fa.enabled,isOTPInvalid:!1,OTPRequestFailed:!1,isOTP:!1,userID:-1,otp:"",otpRefId:""}},computed:{activeUsers(){return this.settings.users.filter(e=>!e.hide_from_dropdown&&e)}},methods:{showLoginOverlay(){this.isActive=!this.isActive,this.isOTP=!1,this.userID=-1,this.hasErrorMsg=!1,this.isOTPInvalid=!1,this.OTPRequestFailed=!1,this.otp="",this.otpRefId="";for(const e in this.settings.users)if(this.settings.users[e].load_by_default){this.username=this.settings.users[e].username,this.password=this.settings.users[e].password;break}},onClickOutLoginOverlay(e){!e.target.classList.contains("sign-in")&&!e.target.classList.contains("launch-login")&&!e.target.classList.contains("launch-login-overlay")&&(this.isActive=!1)},confirmLogin(){mainconfig.isAuthenticated=!0,mainconfig.userId=this.userID,updatePegaChat(this.settings.users[this.userID]),window.history&&(mainconfig.isMobilePhone?window.history.pushState({userId:mainconfig.userId},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName):(mainconfig.currentPage="account",window.history.pushState({userId:mainconfig.userId},"","account"))),mergeAccount(mainconfig),sendClickStreamEvent(mainconfig,"Login","Account",window.loadPage),sendClickStreamEvent(mainconfig,"PageView","Account",window.loadPage),window.loadPage=new Date,this.isActive=!1,document.dispatchEvent(new Event("confirmLogin"))},signIn(){mainconfig.userId=-1,this.userID=-1;for(const e in this.settings.users)if(this.settings.users[e].username===this.username&&this.settings.users[e].password===this.password){this.userID=e;break}if(this.userID===-1){this.hasErrorMsg=!0;return}if(this.otp_enabled){this.isOTP=!0,this.sendOTPRequest(this.settings.users[this.userID].otp_send_to);return}this.confirmLogin()},async sendOTPRequest(e){const t=setAuth(this.settings.users[this.userID].pega_userid,this.settings.users[this.userID].pega_pwd);await requestOTP(this.settings.general.auth_2fa,t,e).then(n=>{n.isSuccess?(this.isOTP=!0,this.otpRefId=n.referenceID,this.OTPRequestFailed=!1):this.OTPRequestFailed=!0})},async signInOtp(){const e=setAuth(this.settings.users[this.userID].pega_userid,this.settings.users[this.userID].pega_pwd);await validateOTP(this.settings.general.auth_2fa,this.otpRefId,this.otp,e).then(t=>{t?this.confirmLogin():this.isOTPInvalid=!0})}}},_hoisted_1$_={class:"login"},_hoisted_2$R={key:0,class:"field flex flex-col username"},_hoisted_3$G={class:"required",for:"username"},_hoisted_4$B={key:1,class:"field flex flex-col password"},_hoisted_5$A={class:"required",for:"password"},_hoisted_6$w={key:2,class:"field flex flex-col"},_hoisted_7$q={for:"otp"},_hoisted_8$n={key:5,class:"error"},_hoisted_9$n={key:6,class:"error"},_hoisted_10$l={key:7,class:"error"};function _sfc_render$12(e,t,n,o,s,a){const l=resolveDirective("clickoutside");return openBlock(),createElementBlock("div",_hoisted_1$_,[createBaseVNode("button",{onClick:t[0]||(t[0]=(...r)=>a.showLoginOverlay&&a.showLoginOverlay(...r)),class:"launch-login"},toDisplayString$1(e.$t("message.login")),1),withDirectives((openBlock(),createElementBlock("div",{class:normalizeClass(["overlay flex flex-col",[s.isActive?"show":"hidden"]])},[createBaseVNode("h3",null,toDisplayString$1(e.$t("message.welcomeBack")),1),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_2$R,[withDirectives(createBaseVNode("select",{id:"username","onUpdate:modelValue":t[1]||(t[1]=r=>s.username=r)},[(openBlock(!0),createElementBlock(Fragment,null,renderList(a.activeUsers,(r,c)=>(openBlock(),createElementBlock("option",{key:c},toDisplayString$1(r.username),1))),128))],512),[[vModelSelect,s.username]]),createBaseVNode("label",_hoisted_3$G,toDisplayString$1(e.$t("message.username")),1)])),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_4$B,[withDirectives(createBaseVNode("input",{id:"password",type:"password","onUpdate:modelValue":t[2]||(t[2]=r=>s.password=r)},null,512),[[vModelText,s.password]]),createBaseVNode("label",_hoisted_5$A,toDisplayString$1(e.$t("message.password")),1)])),s.isOTP?(openBlock(),createElementBlock("div",_hoisted_6$w,[createBaseVNode("label",_hoisted_7$q,toDisplayString$1(e.$t("message.otp")),1),withDirectives(createBaseVNode("input",{id:"otp",type:"text",name:"otp","onUpdate:modelValue":t[3]||(t[3]=r=>s.otp=r)},null,512),[[vModelText,s.otp]])])):createCommentVNode("",!0),s.isOTP?(openBlock(),createElementBlock("button",{key:3,onClick:t[4]||(t[4]=(...r)=>a.signInOtp&&a.signInOtp(...r)),class:"strong sign-in"},toDisplayString$1(e.$t("message.signin")),1)):(openBlock(),createElementBlock("button",{key:4,onClick:t[5]||(t[5]=(...r)=>a.signIn&&a.signIn(...r)),class:"strong sign-in"},toDisplayString$1(e.$t("message.signin")),1)),s.hasErrorMsg?(openBlock(),createElementBlock("span",_hoisted_8$n,toDisplayString$1(e.$t("message.invalidLogin")),1)):createCommentVNode("",!0),s.isOTPInvalid?(openBlock(),createElementBlock("span",_hoisted_9$n,toDisplayString$1(e.$t("message.invalidOTP")),1)):createCommentVNode("",!0),s.OTPRequestFailed?(openBlock(),createElementBlock("span",_hoisted_10$l,toDisplayString$1(e.$t("message.requestOTPFailed")),1)):createCommentVNode("",!0),createBaseVNode("a",null,toDisplayString$1(e.$t("message.forgotPassword")),1),createBaseVNode("a",null,toDisplayString$1(e.$t("message.notEnrolled")),1)],2)),[[l,{handler:"onClickOutLoginOverlay"}]])])}const LoginButton=_export_sfc(_sfc_main$14,[["render",_sfc_render$12]]),_sfc_main$13={data(){return mainconfig},mounted(){window.addEventListener("message",this.iFrameMessageListener)},unmounted(){window.removeEventListener("message",this.iFrameMessageListener)},methods:{iFrameMessageListener(e){if(e.data==="pegaMashupNavigateBack")mainconfig.offerURL!==""?mainconfig.offerURL="":mainconfig.quickLinkId!==-1?mainconfig.quickLinkId=-1:mainconfig.viewKMHelp!==-1?mainconfig.viewKMHelp=-1:mainconfig.viewBill!==-1?mainconfig.viewBill=-1:mainconfig.viewBanner!==-1&&(mainconfig.viewBanner=-1),mainconfig.phonePageName="";else if(typeof e.data=="object"&&typeof e.data.key<"u")e.data.key==="Intent"&&typeof e.data.value=="string"?(mainconfig.intent=e.data.value,mainconfig.reloadOffer+=1):e.data.key==="PreviousPage"&&typeof e.data.value=="string"&&(mainconfig.previousPage=e.data.value,mainconfig.reloadOffer+=1);else if(e.data){let t={};try{t=JSON.parse(e.data)}catch{t={}}if(t.channelName==="PWMashup"&&t.message&&t.message.payload&&t.message.payload.name==="confirm"&&t.message.uid.indexOf("ProactiveChat")===-1&&mainconfig.quickLinkId!==-1){const n=mainconfig.settings.quicklinks[mainconfig.quickLinkId].url,o=document.createElement("iframe"),s=`${n}?pyActivity=LogOff`;o.setAttribute("src",s),o.setAttribute("style","display:none"),o.onload=function(){document.body.removeChild(o)},document.body.appendChild(o)}}},showSidePanel(){mainconfig.isSidePanelVisible=!0},goToHome(){mainconfig.homeHeroAction=-1,mainconfig.phonePageName="",mainconfig.quickLinkId=-1,mainconfig.viewKMHelp=-1,mainconfig.viewBill=-1,mainconfig.viewBanner=-1,mainconfig.offerAction=-1,mainconfig.offerURL="",mainconfig.CDHContainer={},mainconfig.isAuthenticated?window.history.pushState({userId:mainconfig.userId},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName):window.history.pushState({},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)},showKMHelp(){mainconfig.previousPage=mainconfig.currentPage,mainconfig.currentPage="help.html",sendClickStreamEvent(mainconfig,"PageView","Help",window.loadPage),window.loadPage=new Date,this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),mainconfig.viewKMHelp=1,mainconfig.logoutURL.kmhelp=`${mainconfig.settings.kmhelp.url}?pyActivity=LogOff`,mainconfig.reloadMashup+=1}},components:{OperatorButton,LoginButton}},_hoisted_1$Z={class:"logo-link"};function _sfc_render$11(e,t,n,o,s,a){const l=resolveComponent("OperatorButton"),r=resolveComponent("LoginButton");return openBlock(),createElementBlock("header",null,[createBaseVNode("button",{onClick:t[0]||(t[0]=(...c)=>a.showSidePanel&&a.showSidePanel(...c)),class:"nav-button"},t[3]||(t[3]=[createBaseVNode("i",{class:"pi pi-bars"},null,-1)])),createBaseVNode("a",_hoisted_1$Z,[createBaseVNode("img",{onClick:t[1]||(t[1]=(...c)=>a.goToHome&&a.goToHome(...c)),class:"logo",src:"./img/u+-logo.svg",alt:"U+"})]),(e.isAuthenticated||e.settings.kmhelp.username!=="")&&e.settings.kmhelp.url!==""?(openBlock(),createElementBlock("a",{key:0,class:"kmhelp",onClick:t[2]||(t[2]=(...c)=>a.showKMHelp&&a.showKMHelp(...c))},toDisplayString$1(e.$t("message.kmhelp")),1)):createCommentVNode("",!0),e.isAuthenticated?(openBlock(),createBlock(l,{key:1})):e.phonePageName===""||e.phonePageName==="index.html"?(openBlock(),createBlock(r,{key:2})):createCommentVNode("",!0)])}const Header$2=_export_sfc(_sfc_main$13,[["render",_sfc_render$11]]),_sfc_main$12={data(){return{...mainconfig,errorloading:!1,loading:!0,data:[]}},methods:{showOfferPage(){mainconfig.phonePageName="offer";const e=mainconfig.isAuthenticated?{userId:mainconfig.userId}:{};window.history.pushState(e,"","offer.html"),mainconfig.offerIndex=0,setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)},showOffer(e){mainconfig.phonePageName="offer",mainconfig.offerURL=e.url,mainconfig.previousPage=e.name,e.useURL=!0,this.settings.pega_marketing.phonePage.clickaction==="BuiltIn"&&(mainconfig.offerURL="/Basic",e.useURL=!1),mainconfig.CDHContainer=e,mainconfig.settings.pega_marketing.useCaptureByChannel===!0&&captureResponse(this,e,"Clicked")}},mounted(){if(this.settings.pega_marketing.Host!==""&&this.settings.pega_marketing.phonePage.placement!==""&&this.settings.pega_marketing.phonePage.containerName!==""){const e=this;let t="";this.userId!==-1&&this.settings.users[this.userId].customerID&&(t=this.settings.users[this.userId].customerID),setTimeout(()=>{initNBAM(e,"phonePage",t,this.previousPage,"index.html")},200)}},updated(){if(window.IntersectionObserver&&mainconfig.settings.pega_marketing.useCaptureByChannel===!0){const e=new IntersectionObserver(t=>{t.forEach(n=>{if(n.isIntersecting){const o=n.target.getAttribute("data-offer-index");captureResponse(this,this.data[o],"Impression"),e.unobserve(n.target)}})},{threshold:1});document.querySelectorAll(".offer-container").forEach(t=>{e.observe(t)})}}},_hoisted_1$Y={key:0,class:"flex home-promo secondary-card"},_hoisted_2$Q={class:"details"},_hoisted_3$F={key:1,class:"flex home-promo secondary-card loading-container",style:{"min-height":"300px"}},_hoisted_4$A={key:2,class:"width-100-pct"},_hoisted_5$z=["data-offer-index"],_hoisted_6$v=["src","alt"],_hoisted_7$p={class:"details"},_hoisted_8$m=["href","title"],_hoisted_9$m=["href","title"],_hoisted_10$k=["onClick","title"];function _sfc_render$10(e,t,n,o,s,a){return e.settings.pega_marketing.Host===""||e.settings.pega_marketing.phonePage.placement===""||e.settings.pega_marketing.phonePage.containerName===""||s.loading&&!e.settings.pega_marketing.showLoadingIndicator||s.errorloading?(openBlock(),createElementBlock("div",_hoisted_1$Y,[createBaseVNode("div",{class:"image",style:normalizeStyle({backgroundImage:"url(./img/"+e.app.phone.home_page.promo.image+")"})},null,4),createBaseVNode("div",_hoisted_2$Q,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.phone_home_page_promo_message")),1),createBaseVNode("a",{onClick:t[0]||(t[0]=(...l)=>a.showOfferPage&&a.showOfferPage(...l))},toDisplayString$1(e.$t("message.phone_home_page_promo_action")),1)])])):e.settings.pega_marketing.Host!==""&&s.loading&&e.settings.pega_marketing.showLoadingIndicator?(openBlock(),createElementBlock("div",_hoisted_3$F,t[1]||(t[1]=[createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1)]))):(openBlock(),createElementBlock("div",_hoisted_4$A,[(openBlock(!0),createElementBlock(Fragment,null,renderList(s.data,(l,r)=>(openBlock(),createElementBlock("div",{class:"flex home-promo secondary-card",key:l.title},[createBaseVNode("div",{class:"offer-container","data-offer-index":r},[createBaseVNode("img",{class:"offer-img",src:l.img,alt:l.title},null,8,_hoisted_6$v),createBaseVNode("div",_hoisted_7$p,[createBaseVNode("h4",null,toDisplayString$1(l.title),1),createBaseVNode("p",null,toDisplayString$1(l.message),1),e.settings.pega_marketing.phonePage.clickaction==="TopURL"&&l.url!==""?(openBlock(),createElementBlock("a",{key:0,href:l.url,title:e.$t("message."+l.link)},toDisplayString$1(e.$t("message."+l.link)),9,_hoisted_8$m)):e.settings.pega_marketing.phonePage.clickaction==="Popup"&&l.url!==""?(openBlock(),createElementBlock("a",{key:1,href:l.url,target:"_blank",title:e.$t("message."+l.link)},toDisplayString$1(e.$t("message."+l.link)),9,_hoisted_9$m)):(openBlock(),createElementBlock("button",{key:2,class:"simple",onClick:c=>a.showOffer(l),title:e.$t("message."+l.link)},toDisplayString$1(e.$t("message."+l.link)),9,_hoisted_10$k))])],8,_hoisted_5$z)]))),128))]))}const Offer$1=_export_sfc(_sfc_main$12,[["render",_sfc_render$10]]),_sfc_main$11={data(){return{...mainconfig,currentLocale:i18n.global.locale}},methods:{changeLanguage(){const e=this.settings.i18n.languages.length-1;for(let t=0;t<=e;t++)if(i18n.global.locale===this.settings.i18n.languages[t]){t===e?this.currentLocale=this.settings.i18n.languages[0]:this.currentLocale=this.settings.i18n.languages[t+1],i18n.global.locale=this.currentLocale,mainconfig.currentLocale=this.currentLocale;break}}}},_hoisted_1$X=["title"];function _sfc_render$$(e,t,n,o,s,a){return openBlock(),createElementBlock("button",{onClick:t[0]||(t[0]=(...l)=>a.changeLanguage&&a.changeLanguage(...l)),title:e.$t("message.change_language"),class:"simple"},toDisplayString$1(e.$t("message.lang_"+s.currentLocale)),9,_hoisted_1$X)}const LangSwitch=_export_sfc(_sfc_main$11,[["render",_sfc_render$$]]),_sfc_main$10={data(){return mainconfig},components:{LangSwitch},methods:{gotoSettingsPage(e){sendClickStreamEvent(mainconfig,"PageView","Settings",window.loadPage),window.loadPage=new Date,mainconfig.currentPage="settings.html",this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),window.history.pushState({},"","settings.html"),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0),e.preventDefault()}}},_hoisted_1$W={class:"wrap flex"},_hoisted_2$P={class:"flex"},_hoisted_3$E={key:0},_hoisted_4$z={key:1},_hoisted_5$y={class:"flex-align-r copyright"};function _sfc_render$_(e,t,n,o,s,a){const l=resolveComponent("LangSwitch");return openBlock(),createElementBlock("footer",{class:normalizeClass(e.isMobilePhone?"background-brand":"")},[createBaseVNode("div",_hoisted_1$W,[createBaseVNode("nav",null,[createBaseVNode("div",_hoisted_2$P,[createBaseVNode("a",null,toDisplayString$1(e.$t("message.aboutus")),1),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("a",_hoisted_3$E,toDisplayString$1(e.$t("message.reviews")),1)),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("a",_hoisted_4$z,toDisplayString$1(e.$t("message.privacy")),1)),createBaseVNode("a",{onClick:t[0]||(t[0]=(...r)=>a.gotoSettingsPage&&a.gotoSettingsPage(...r)),href:"./settings.html"},toDisplayString$1(e.$t("message.settings")),1)])]),e.settings.i18n.showLangSwitch?(openBlock(),createBlock(l,{key:0})):createCommentVNode("",!0),createBaseVNode("p",_hoisted_5$y,toDisplayString$1("© "+new Date().getFullYear()+" "+e.$t("message.copyright")),1)])],2)}const Footer=_export_sfc(_sfc_main$10,[["render",_sfc_render$_]]),_sfc_main$$={data(){return mainconfig},methods:{showPage(e){mainconfig.phonePageName=e,e==="heroaction"&&(mainconfig.homeHeroAction=1),mainconfig.isAuthenticated?window.history.pushState({userId:mainconfig.userId},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName):window.history.pushState({},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)}},components:{Offer:Offer$1,MainFooter:Footer}},_hoisted_1$V={class:"home flex flex-col"},_hoisted_2$O={class:"hero background-brand"},_hoisted_3$D={class:"main-actions primary-card"},_hoisted_4$y=["onClick"];function _sfc_render$Z(e,t,n,o,s,a){const l=resolveComponent("Offer"),r=resolveComponent("MainFooter");return openBlock(),createElementBlock("main",_hoisted_1$V,[createBaseVNode("div",_hoisted_2$O,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message."+e.app.phone.home_page.title)),1)]),createBaseVNode("div",_hoisted_3$D,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.phone.home_page.actions,(c,d)=>(openBlock(),createElementBlock("button",{onClick:u=>a.showPage(c.page),class:"simple",key:d},[createBaseVNode("i",{class:normalizeClass("pi color-brand "+c.icon)},null,2),createTextVNode(" "+toDisplayString$1(e.$t("message."+c.title)),1)],8,_hoisted_4$y))),128))]),createVNode(l),createVNode(r)])}const HomePage=_export_sfc(_sfc_main$$,[["render",_sfc_render$Z]]),_sfc_main$_={props:{offer:{required:!0,type:Object}}},_hoisted_1$U={class:"ai-overlay"};function _sfc_render$Y(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$U,[createBaseVNode("ul",null,[createBaseVNode("li",null,[t[0]||(t[0]=createBaseVNode("label",null,"Real-time container",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.container),1)]),createBaseVNode("li",null,[t[1]||(t[1]=createBaseVNode("label",null,"Customer ID",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.customerID),1)]),createBaseVNode("li",null,[t[2]||(t[2]=createBaseVNode("label",null,"Interaction ID",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.interactionID),1)]),createBaseVNode("li",null,[t[3]||(t[3]=createBaseVNode("label",null,"Action",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.identifier),1)]),createBaseVNode("li",null,[t[4]||(t[4]=createBaseVNode("label",null,"Treatment",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.treatment),1)]),createBaseVNode("li",null,[t[5]||(t[5]=createBaseVNode("label",null,"Category",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.category),1)]),createBaseVNode("li",null,[t[6]||(t[6]=createBaseVNode("label",null,"Propensity",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.propensity&&e.$n(n.offer.propensity,"score")),1)]),createBaseVNode("li",null,[t[7]||(t[7]=createBaseVNode("label",null,"Priority (P*C*V*L)",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.priority&&e.$n(n.offer.priority,"score")),1)]),createBaseVNode("li",null,[t[8]||(t[8]=createBaseVNode("label",null,"Rank",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.rank),1)]),createBaseVNode("li",null,[t[9]||(t[9]=createBaseVNode("label",null,"Placement type",-1)),createBaseVNode("span",null,toDisplayString$1(n.offer.placement),1)])]),t[10]||(t[10]=createBaseVNode("div",{class:"footer-img"},null,-1))])}const AIOverlay=_export_sfc(_sfc_main$_,[["render",_sfc_render$Y]]),_sfc_main$Z={props:["offerType"],data(){return{...mainconfig,errorloading:!1,loading:!0,action:"",data:[],hero_offer:{url:""},currentOffer:-1}},mounted(){this.offerType&&(this.currentOffer===-1||this.currentOffer!==this.offerType)&&(this.currentOffer=this.offerType,this.loadOffer())},updated(){if(this.offerType&&(this.currentOffer===-1||this.currentOffer!==this.offerType)&&(this.currentOffer=this.offerType,this.loadOffer()),window.IntersectionObserver&&mainconfig.settings.pega_marketing.useCaptureByChannel===!0){const e=new IntersectionObserver(t=>{t.forEach(n=>{if(n.isIntersecting){let o=n.target.getAttribute("data-offer-index");o!==null?(captureResponse(this,this.data[o],"Impression"),e.unobserve(n.target)):(o=n.target.getAttribute("data-hero-offer"),o!==null&&(captureResponse(this,this.hero_offer,"Impression"),e.unobserve(n.target)))}})},{threshold:1});document.querySelectorAll(".offer-card").forEach(t=>{e.observe(t)}),document.querySelectorAll(".hero-offer").forEach(t=>{e.observe(t)})}},methods:{loadOffer(){if(this.settings.pega_marketing.Host!==""){this.data=[],this.hero_offer={url:"",link:"Apply Now"},this.action=this.$props&&this.$props.offerType>0?this.settings.pega_marketing.extraOfferPages[this.$props.offerType-1].clickaction:this.settings.pega_marketing.offerPage.clickaction;const e=this;let t="";this.userId!==-1&&this.settings.users[this.userId].customerID&&(t=this.settings.users[this.userId].customerID),setTimeout(()=>{e.loading=!0,e.errorloading=!1,initNBAM(e,`${this.$props&&this.$props.offerType>0?`extraOfferPages${this.$props.offerType}`:"offerPage"}`,t,mainconfig.previousPage,mainconfig.currentPage)},200)}},showOffer(e){mainconfig.isMobilePhone&&(mainconfig.phonePageName="offer"),mainconfig.offerURL=e.url,mainconfig.previousPage=e.name,e.useURL=!0,this.action==="BuiltIn"&&(mainconfig.offerURL="/Basic",e.useURL=!1),mainconfig.CDHContainer=e,mainconfig.settings.pega_marketing.useCaptureByChannel===!0&&captureResponse(this,e,"Clicked")},toggleAIOverlay(e){e.showAIoverlay=!e.showAIoverlay},applyOfferAction(){this.settings.pega_marketing.Host===""?(mainconfig.offerAction=1,mainconfig.isMobilePhone&&(mainconfig.phonePageName="offer"),mainconfig.offerURL=this.hero_offer.url,mainconfig.previousPage=this.hero_offer.name):(this.hero_offer.url===""&&this.action==="Mashup"?mainconfig.offerAction=1:(mainconfig.isMobilePhone&&(mainconfig.phonePageName="offer"),mainconfig.offerURL=this.hero_offer.url,mainconfig.previousPage=this.hero_offer.name),this.hero_offer.useURL=!0,this.action==="BuiltIn"&&(mainconfig.offerURL="/Basic",this.hero_offer.useURL=!1),mainconfig.CDHContainer=this.hero_offer,mainconfig.settings.pega_marketing.useCaptureByChannel===!0&&captureResponse(this,this.hero_offer,"Clicked"))}},components:{AIOverlay}},_hoisted_1$T={class:"wrap"},_hoisted_2$N={class:"primary-card flex flex-nowrap"},_hoisted_3$C=["src"],_hoisted_4$x={class:"flex flex-col"},_hoisted_5$x={class:"wrap options"},_hoisted_6$u={class:"details"},_hoisted_7$o=["src"],_hoisted_8$l={class:"wrap options",style:{"min-height":"300px"}},_hoisted_9$l={key:0,class:"wrap"},_hoisted_10$j={class:"primary-card flex flex-nowrap hero-offer","data-hero-offer":1},_hoisted_11$j=["src","alt"],_hoisted_12$i={class:"flex flex-col"},_hoisted_13$i=["href","title"],_hoisted_14$i=["href","title"],_hoisted_15$i={class:"wrap options"},_hoisted_16$i=["data-offer-index"],_hoisted_17$h=["onClick"],_hoisted_18$h=["src","alt"],_hoisted_19$h=["href","title"],_hoisted_20$h=["href","title"],_hoisted_21$h=["onClick"];function _sfc_render$X(e,t,n,o,s,a){const l=resolveComponent("AIOverlay");return e.settings.pega_marketing.Host===""||e.settings.pega_marketing.offerPage.placement===""||e.settings.pega_marketing.offerPage.containerName===""||s.loading&&!e.settings.pega_marketing.showLoadingIndicator||s.errorloading?(openBlock(),createElementBlock(Fragment,{key:0},[createBaseVNode("div",_hoisted_1$T,[createBaseVNode("div",_hoisted_2$N,[createBaseVNode("img",{class:"hero-offer-img",src:"./img/"+e.app.offer[n.offerType].hero_offer.image},null,8,_hoisted_3$C),createBaseVNode("div",_hoisted_4$x,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.offer[n.offerType].hero_offer.title}`)),1),createBaseVNode("p",null,toDisplayString$1(e.$t(`message.${e.app.offer[n.offerType].hero_offer.message}`)),1),createBaseVNode("button",{onClick:t[0]||(t[0]=(...r)=>a.applyOfferAction&&a.applyOfferAction(...r)),class:"strong margin-t-auto"},toDisplayString$1(e.$t(`message.${e.app.offer[n.offerType].hero_offer.button_label}`)),1)])])]),createBaseVNode("div",_hoisted_5$x,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.offer[n.offerType].main_offers,(r,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option"},[createBaseVNode("div",_hoisted_6$u,[createBaseVNode("img",{class:"option",src:"./img/"+r.image},null,8,_hoisted_7$o),createBaseVNode("h3",null,toDisplayString$1(e.$t(`message.${r.title}`)),1),createBaseVNode("p",null,toDisplayString$1(e.$t(`message.${r.message}`)),1),createBaseVNode("a",{onClick:t[1]||(t[1]=(...d)=>a.applyOfferAction&&a.applyOfferAction(...d)),class:"strong"},toDisplayString$1(e.$t(`message.${r.button_label}`)),1)])]))),128))])],64)):e.settings.pega_marketing.Host!==""&&s.loading&&e.settings.pega_marketing.showLoadingIndicator?(openBlock(),createElementBlock(Fragment,{key:1},[t[4]||(t[4]=createStaticVNode('

',1)),createBaseVNode("div",_hoisted_8$l,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.offer[n.offerType].main_offers,(r,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option loading-container"},t[3]||(t[3]=[createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1)])))),128))])],64)):(openBlock(),createElementBlock(Fragment,{key:2},[s.hero_offer.url!==""&&s.hero_offer.img!==""?(openBlock(),createElementBlock("div",_hoisted_9$l,[createBaseVNode("div",_hoisted_10$j,[createBaseVNode("img",{class:"hero-offer-img",src:s.hero_offer.img,alt:s.hero_offer.title},null,8,_hoisted_11$j),createBaseVNode("div",_hoisted_12$i,[createBaseVNode("h2",null,toDisplayString$1(s.hero_offer.title),1),createBaseVNode("p",null,toDisplayString$1(s.hero_offer.message),1),s.action==="TopURL"&&s.hero_offer.url!=""?(openBlock(),createElementBlock("a",{key:0,href:s.hero_offer.url,title:s.hero_offer.link},toDisplayString$1(s.hero_offer.link),9,_hoisted_13$i)):s.action==="Popup"&&s.hero_offer.url!=""?(openBlock(),createElementBlock("a",{key:1,href:s.hero_offer.url,target:"_blank",title:s.hero_offer.link},toDisplayString$1(s.hero_offer.link),9,_hoisted_14$i)):(openBlock(),createElementBlock("button",{key:2,class:"strong margin-t-auto",onClick:t[2]||(t[2]=(...r)=>a.applyOfferAction&&a.applyOfferAction(...r))},toDisplayString$1(s.hero_offer.link),1))])])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_15$i,[(openBlock(!0),createElementBlock(Fragment,null,renderList(s.data,(r,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option"},[createBaseVNode("div",{class:"offer-card details","data-offer-index":c},[e.settings.pega_marketing.showAIOverlay?(openBlock(),createElementBlock("button",{key:0,class:"pi pi-polaris-solid ai-toggle",onClick:d=>a.toggleAIOverlay(r),title:"toggle AI"},null,8,_hoisted_17$h)):createCommentVNode("",!0),createBaseVNode("img",{class:"option",src:r.img,alt:r.title},null,8,_hoisted_18$h),createBaseVNode("h3",null,toDisplayString$1(e.$t(r.title)),1),createBaseVNode("p",null,toDisplayString$1(e.$t(r.message)),1),s.action==="TopURL"&&r.url!=""?(openBlock(),createElementBlock("a",{key:1,href:r.url,title:e.$t("message."+r.link)},toDisplayString$1(e.$t("message."+r.link)),9,_hoisted_19$h)):s.action==="Popup"&&r.url!=""?(openBlock(),createElementBlock("a",{key:2,href:r.url,target:"_blank",title:e.$t("message."+r.link)},toDisplayString$1(e.$t("message."+r.link)),9,_hoisted_20$h)):(openBlock(),createElementBlock("button",{key:3,class:"simple",onClick:d=>a.showOffer(r)},toDisplayString$1(e.$t("message."+r.link)),9,_hoisted_21$h)),e.settings.pega_marketing.showAIOverlay?(openBlock(),createBlock(l,{key:4,offer:r,class:normalizeClass(r.showAIoverlay?"show":"")},null,8,["offer","class"])):createCommentVNode("",!0)],8,_hoisted_16$i)]))),128))])],64))}const MainOffer=_export_sfc(_sfc_main$Z,[["render",_sfc_render$X]]),_sfc_main$Y={data(){return{...mainconfig,isprocessed:!1}},components:{MainOffer},methods:{processOffer(e){captureResponse(this,this.CDHContainer,e),this.isprocessed=!0},closeOffer(){top.postMessage("pegaMashupNavigateBack",location.origin)}}},_hoisted_1$S={key:0,class:"home flex flex-col full-height"},_hoisted_2$M=["src"],_hoisted_3$B={key:1,class:"home flex flex-col full-height"},_hoisted_4$w={key:0,class:"flex flex-col"},_hoisted_5$w={class:"main-offer builtin-offer primary-card flex flex-nowrap"},_hoisted_6$t=["src","alt"],_hoisted_7$n={class:"details"},_hoisted_8$k={key:0},_hoisted_9$k={key:1},_hoisted_10$i={class:"button-row padding-t-2x"},_hoisted_11$i={key:1,class:"flex flex-col"},_hoisted_12$h={class:"primary-card builtin-offer flex flex-nowrap"},_hoisted_13$h=["src","alt"],_hoisted_14$h={class:"details"},_hoisted_15$h={key:0},_hoisted_16$h={key:1},_hoisted_17$g={key:0},_hoisted_18$g={key:1},_hoisted_19$g={class:"button-row padding-t-2x"},_hoisted_20$g={key:2,class:"flex flex-col",style:{width:"100%"}},_hoisted_21$g={class:"primary-card flex-mid-align flex flex-col"},_hoisted_22$f={class:"success-text"};function _sfc_render$W(e,t,n,o,s,a){const l=resolveComponent("MainOffer");return typeof e.CDHContainer.title>"u"?(openBlock(),createElementBlock("main",_hoisted_1$S,[e.offerURL!==""?(openBlock(),createElementBlock("iframe",{key:0,src:e.offerURL,style:{overflow:"hidden"},width:"100%",height:"100%",border:"0",frameborder:"0"},null,8,_hoisted_2$M)):(openBlock(),createBlock(l,{key:1,offerType:e.offerIndex},null,8,["offerType"]))])):(openBlock(),createElementBlock("main",_hoisted_3$B,[!s.isprocessed&&e.offerURL.indexOf("/Basic")===0?(openBlock(),createElementBlock("section",_hoisted_4$w,[createBaseVNode("h1",null,toDisplayString$1(e.CDHContainer.title),1),createBaseVNode("div",_hoisted_5$w,[createBaseVNode("img",{class:"offer-img",src:e.CDHContainer.img,alt:e.CDHContainer.title},null,8,_hoisted_6$t),createBaseVNode("div",_hoisted_7$n,[typeof e.CDHContainer.message<"u"?(openBlock(),createElementBlock("div",_hoisted_8$k,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_description")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.message),1)])):createCommentVNode("",!0),typeof e.CDHContainer.benefits<"u"?(openBlock(),createElementBlock("div",_hoisted_9$k,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_benefits")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.benefits),1)])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_10$i,[createBaseVNode("button",{onClick:t[0]||(t[0]=r=>a.processOffer("Rejected")),class:"tertiary"},toDisplayString$1(e.$t("message.offer_builtin_button_rejected")),1),createBaseVNode("button",{onClick:t[1]||(t[1]=r=>a.processOffer("Accepted")),class:"strong"},toDisplayString$1(e.$t("message.offer_builtin_button_accepted")),1)])])])])):createCommentVNode("",!0),!s.isprocessed&&e.offerURL.indexOf("/Detailed")===0?(openBlock(),createElementBlock("section",_hoisted_11$i,[createBaseVNode("h1",null,toDisplayString$1(e.CDHContainer.title),1),createBaseVNode("div",_hoisted_12$h,[createBaseVNode("img",{class:"offer-img",src:e.CDHContainer.img,alt:e.CDHContainer.title},null,8,_hoisted_13$h),createBaseVNode("div",_hoisted_14$h,[typeof e.CDHContainer.message<"u"?(openBlock(),createElementBlock("div",_hoisted_15$h,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_description")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.message),1)])):createCommentVNode("",!0),typeof e.CDHContainer.benefits<"u"?(openBlock(),createElementBlock("div",_hoisted_16$h,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_benefits")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.benefits),1)])):createCommentVNode("",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.CDHContainer.attributes,(r,c)=>(openBlock(),createElementBlock("div",{key:c},[typeof e.CDHContainer[r]<"u"&&e.CDHContainer[r]!==""?(openBlock(),createElementBlock("label",_hoisted_17$g,toDisplayString$1(e.$t(`message.offer_builtin_${r}`)===`message.offer_builtin_${r}`?r:e.$t(`message.offer_builtin_${r}`)),1)):createCommentVNode("",!0),typeof e.CDHContainer[r]<"u"&&e.CDHContainer[r]!==""?(openBlock(),createElementBlock("p",_hoisted_18$g,toDisplayString$1(e.CDHContainer[r]),1)):createCommentVNode("",!0)]))),128)),createBaseVNode("div",_hoisted_19$g,[createBaseVNode("button",{onClick:t[2]||(t[2]=r=>a.processOffer("Rejected")),class:"tertiary"},toDisplayString$1(e.$t("message.offer_builtin_button_rejected")),1),createBaseVNode("button",{onClick:t[3]||(t[3]=r=>a.processOffer("Accepted")),class:"strong"},toDisplayString$1(e.$t("message.offer_builtin_button_accepted")),1)])])])])):(openBlock(),createElementBlock("section",_hoisted_20$g,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message.offer_builtin_response_heading")),1),createBaseVNode("div",_hoisted_21$g,[t[5]||(t[5]=createBaseVNode("i",{class:"product-icon pi pi-check"},null,-1)),createBaseVNode("p",_hoisted_22$f,toDisplayString$1(e.$t("message.offer_builtin_thankyou")),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message.offer_builtin_response")),1),createBaseVNode("div",null,[createBaseVNode("button",{onClick:t[4]||(t[4]=r=>a.closeOffer()),class:"strong"},toDisplayString$1(e.$t("message.offer_builtin_button_close")),1)])])]))]))}const OfferPage$1=_export_sfc(_sfc_main$Y,[["render",_sfc_render$W]]),_sfc_main$X={props:{previousPhonePage:{required:!0}},data(){return mainconfig},methods:{goBack(){mainconfig.phonePageName=this.previousPhonePage,mainconfig.homeHeroAction=-1,mainconfig.quickLinkId=-1,mainconfig.isAuthenticated?window.history.pushState({userId:mainconfig.userId},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName):window.history.pushState({},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName)}}},_hoisted_1$R={class:"flex top-nav"},_hoisted_2$L={class:"flex-align-r"};function _sfc_render$V(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$R,[createBaseVNode("button",{onClick:t[0]||(t[0]=(...l)=>a.goBack&&a.goBack(...l)),class:"simple"},t[1]||(t[1]=[createBaseVNode("i",{class:"pi pi-caret-left"},null,-1)])),createBaseVNode("div",_hoisted_2$L,[renderSlot(e.$slots,"default")])])}const TopNav=_export_sfc(_sfc_main$X,[["render",_sfc_render$V]]),_sfc_main$W={data(){let e="",t="";for(const n in mainconfig.settings.users)if(mainconfig.settings.users[n].load_by_default){e=mainconfig.settings.users[n].username,t=mainconfig.settings.users[n].password;break}return{...mainconfig,hasErrorMsg:!1,username:e,password:t,otp_enabled:mainconfig.settings.general.auth_2fa.enabled,isOTPInvalid:!1,OTPRequestFailed:!1,isOTP:!1,userID:-1,otp:"",otpRefId:""}},components:{TopNav},methods:{signIn(){mainconfig.userId=-1,this.userID=-1;for(const e in this.settings.users)if(this.settings.users[e].username===this.username&&this.settings.users[e].password===this.password){this.userID=e;break}if(this.userID===-1){this.hasErrorMsg=!0;return}if(this.otp_enabled){this.isOTP=!0,this.sendOTPRequest(this.settings.users[this.userID].otp_send_to);return}this.confirmLogin()},confirmLogin(){mainconfig.isAuthenticated=!0,mainconfig.userId=this.userID,updatePegaChat(this.settings.users[this.userID]),window.history&&(mainconfig.isAuthenticated?window.history.pushState({userId:mainconfig.userId},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName):window.history.pushState({},"",mainconfig.phonePageName===""?"index.html":mainconfig.phonePageName)),mergeAccount(mainconfig),sendClickStreamEvent(mainconfig,"Login","Account",window.loadPage),sendClickStreamEvent(mainconfig,"PageView","Account",window.loadPage),window.loadPage=new Date,document.dispatchEvent(new Event("confirmLogin"))},async sendOTPRequest(e){const t=setAuth(this.settings.users[this.userID].pega_userid,this.settings.users[this.userID].pega_pwd);await requestOTP(this.settings.general.auth_2fa,t,e).then(n=>{n.isSuccess?(this.isOTP=!0,this.otpRefId=n.referenceID,this.OTPRequestFailed=!1):this.OTPRequestFailed=!0})},async signInOtp(){const e=setAuth(this.settings.users[this.userID].pega_userid,this.settings.users[this.userID].pega_pwd);await validateOTP(this.settings.general.auth_2fa,this.otpRefId,this.otp,e).then(t=>{t?this.confirmLogin():this.isOTPInvalid=!0})}}},_hoisted_1$Q={class:"flex flex-col"},_hoisted_2$K={class:"layout-stacked primary-card"},_hoisted_3$A={class:"small"},_hoisted_4$v={key:0,class:"field-item"},_hoisted_5$v=["placeholder"],_hoisted_6$s={for:"username"},_hoisted_7$m={key:1,class:"field-item"},_hoisted_8$j=["placeholder"],_hoisted_9$j={for:"password"},_hoisted_10$h={key:2,class:"flex flex-col"},_hoisted_11$h={for:"otp"},_hoisted_12$g={key:3,class:"flex flex-col padding-t-2x"},_hoisted_13$g={key:4,class:"error"},_hoisted_14$g={key:5,class:"error"},_hoisted_15$g={key:6,class:"error"},_hoisted_16$g={class:"bottom-banner"};function _sfc_render$U(e,t,n,o,s,a){const l=resolveComponent("TopNav");return openBlock(),createElementBlock("main",_hoisted_1$Q,[createVNode(l,{previousPhonePage:""},{default:withCtx(()=>[s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("button",{key:0,onClick:t[0]||(t[0]=(...r)=>a.signIn&&a.signIn(...r)),class:"strong sign-in"},toDisplayString$1(e.$t("message.signin")),1))]),_:1}),createBaseVNode("div",_hoisted_2$K,[createBaseVNode("h1",_hoisted_3$A,toDisplayString$1(e.$t("message.phone_login_title")),1),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_4$v,[withDirectives(createBaseVNode("input",{id:"username",type:"text","onUpdate:modelValue":t[1]||(t[1]=r=>s.username=r),placeholder:e.$t("message.username")},null,8,_hoisted_5$v),[[vModelText,s.username]]),createBaseVNode("label",_hoisted_6$s,toDisplayString$1(e.$t("message.username")),1)])),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_7$m,[withDirectives(createBaseVNode("input",{id:"password",type:"password","onUpdate:modelValue":t[2]||(t[2]=r=>s.password=r),placeholder:e.$t("message.password")},null,8,_hoisted_8$j),[[vModelText,s.password]]),createBaseVNode("label",_hoisted_9$j,toDisplayString$1(e.$t("message.password")),1)])),s.isOTP?(openBlock(),createElementBlock("div",_hoisted_10$h,[createBaseVNode("label",_hoisted_11$h,toDisplayString$1(e.$t("message.otp")),1),withDirectives(createBaseVNode("input",{id:"otp",type:"text",name:"otp","onUpdate:modelValue":t[3]||(t[3]=r=>s.otp=r)},null,512),[[vModelText,s.otp]])])):createCommentVNode("",!0),s.isOTP?(openBlock(),createElementBlock("div",_hoisted_12$g,[createBaseVNode("button",{onClick:t[4]||(t[4]=(...r)=>a.signInOtp&&a.signInOtp(...r)),class:"strong centered sign-in"},toDisplayString$1(e.$t("message.signin")),1)])):createCommentVNode("",!0),s.hasErrorMsg?(openBlock(),createElementBlock("span",_hoisted_13$g,toDisplayString$1(e.$t("message.invalidLogin")),1)):createCommentVNode("",!0),s.isOTPInvalid?(openBlock(),createElementBlock("span",_hoisted_14$g,toDisplayString$1(e.$t("message.invalidOTP")),1)):createCommentVNode("",!0),s.OTPRequestFailed?(openBlock(),createElementBlock("span",_hoisted_15$g,toDisplayString$1(e.$t("message.requestOTPFailed")),1)):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_16$g,[createBaseVNode("a",null,[t[5]||(t[5]=createBaseVNode("i",{class:"pi pi-phone-out"},null,-1)),createTextVNode(" "+toDisplayString$1(e.$t("message.phone_login_speak_agent")),1)])])])}const LoginPage=_export_sfc(_sfc_main$W,[["render",_sfc_render$U]]),_sfc_main$V={data(){return mainconfig},components:{TopNav},computed:{visibleQuickLinks(){return this.settings.quicklinks.filter((e,t)=>{e.originalIndex=t;const n=this.settings.quicklinks[t].hideusers?this.settings.quicklinks[t].hideusers.split(",").includes(this.settings.users[mainconfig.userId].username):!0;return e.hide!==!0&&n})}},methods:{selectLink(e){this.quickLinkId=e,window.history&&(window.history.pushState({userId:mainconfig.userId,quickLinkId:mainconfig.quickLinkId},"",`quicklink${e}`),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0))}}},_hoisted_1$P={class:"flex flex-col"},_hoisted_2$J={class:"flex flex-col secondary-card"},_hoisted_3$z={class:"small"},_hoisted_4$u={class:"quick-links"},_hoisted_5$u=["onClick"];function _sfc_render$T(e,t,n,o,s,a){const l=resolveComponent("TopNav");return openBlock(),createElementBlock("main",_hoisted_1$P,[createVNode(l,{previousPhonePage:""}),createBaseVNode("div",_hoisted_2$J,[createBaseVNode("h1",_hoisted_3$z,toDisplayString$1(e.$t("message.phone_quick_links_title")),1),createBaseVNode("div",_hoisted_4$u,[(openBlock(!0),createElementBlock(Fragment,null,renderList(a.visibleQuickLinks,(r,c)=>(openBlock(),createElementBlock("button",{onClick:d=>a.selectLink(r.originalIndex),class:"simple",key:c},[createBaseVNode("i",{class:normalizeClass("pi background-brand "+(r.icon==""?"pi-document-data":r.icon))},null,2),createTextVNode(" "+toDisplayString$1(r.title[e.currentLocale]),1)],8,_hoisted_5$u))),128))])])])}const QuickLinks$1=_export_sfc(_sfc_main$V,[["render",_sfc_render$T]]),_sfc_main$U={data(){return mainconfig},components:{TopNav},methods:{nextPage(){mainconfig.phonePageName="help"}}},_hoisted_1$O={class:"flex flex-col intro-quicklinks"},_hoisted_2$I={class:"bottom-banner"};function _sfc_render$S(e,t,n,o,s,a){const l=resolveComponent("TopNav");return openBlock(),createElementBlock("main",_hoisted_1$O,[createVNode(l,{previousPhonePage:""},{default:withCtx(()=>[createBaseVNode("button",{onClick:t[0]||(t[0]=(...r)=>a.nextPage&&a.nextPage(...r))},toDisplayString$1(e.$t("message.phone_quick_links_intro_action")),1)]),_:1}),createBaseVNode("h1",null,toDisplayString$1(e.$t("message.phone_quick_links_intro_title")),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message.phone_quick_links_intro_msg")),1),createBaseVNode("div",_hoisted_2$I,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.phone_quick_links_intro_banner_msg")),1),createBaseVNode("a",null,[t[1]||(t[1]=createBaseVNode("i",{class:"pi pi-ambulance"},null,-1)),createTextVNode(" "+toDisplayString$1(e.$t("message.phone_quick_links_intro_banner_action")),1)])])])}const IntroQuickLinks=_export_sfc(_sfc_main$U,[["render",_sfc_render$S]]),_sfc_main$T={props:{showActivity:Boolean},data(){return{...mainconfig,mashupid:`wss${Date.now()}`,mashupScript:"",isMashupInitialized:!1,serverUrl:"",actionName:"",actionNameParam:"",objClass:"",startCase:"",threadName:"",channelID:"",appName:"",actionParam:"",caseTitle:"",extraParam:"",tenantID:"",dataretained:!0}},created(){let e=!1;if(this.mashupScript=document.createElement("script"),this.quickLinkId!==-1)this.actionName=this.settings.quicklinks[this.quickLinkId].action,this.actionNameParam=this.settings.quicklinks[this.quickLinkId].actionparam,this.serverUrl=this.settings.quicklinks[this.quickLinkId].url,this.objClass=this.settings.quicklinks[this.quickLinkId].objclass,this.startCase=this.settings.quicklinks[this.quickLinkId].startcase,this.appName=this.settings.quicklinks[this.quickLinkId].application,this.channelID=this.settings.quicklinks[this.quickLinkId].channelid,this.tenantID=this.settings.quicklinks[this.quickLinkId].tenantid,this.dataretained=this.settings.quicklinks[this.quickLinkId].dataretained,this.extraParam=this.settings.quicklinks[this.quickLinkId].extraparam,this.caseTitle=this.settings.quicklinks[this.quickLinkId].title[this.currentLocale];else if(this.viewBill!==-1)this.actionName=this.settings.billpay.action,this.actionNameParam=this.settings.billpay.actionparam,this.serverUrl=this.settings.billpay.url,this.objClass=this.settings.billpay.objclass,this.startCase=this.settings.billpay.startcase,this.appName=this.settings.billpay.application,this.channelID=this.settings.billpay.channelid,this.tenantID=this.settings.billpay.tenantid,this.dataretained=this.settings.billpay.dataretained,this.extraParam=this.settings.billpay.extraparam;else if(this.viewBanner!==-1)this.actionName=this.settings.banner.action,this.actionNameParam=this.settings.banner.actionparam,this.serverUrl=this.settings.banner.url,this.objClass=this.settings.banner.objclass,this.startCase=this.settings.banner.startcase,this.appName=this.settings.banner.application,this.channelID=this.settings.banner.channelid,this.tenantID=this.settings.banner.tenantid,this.dataretained=this.settings.banner.dataretained,this.extraParam=this.settings.banner.extraparam;else if(this.homeHeroAction!==-1)this.actionName=this.settings.homeheroaction.action,this.actionNameParam=this.settings.homeheroaction.actionparam,this.serverUrl=this.settings.homeheroaction.url,this.objClass=this.settings.homeheroaction.objclass,this.startCase=this.settings.homeheroaction.startcase,this.appName=this.settings.homeheroaction.application,this.channelID=this.settings.homeheroaction.channelid,this.tenantID=this.settings.homeheroaction.tenantid,this.dataretained=this.settings.homeheroaction.dataretained,this.extraParam=this.settings.homeheroaction.extraparam;else if(this.offerAction!==-1){this.actionName=this.settings.offeraction.action,this.actionNameParam=this.settings.offeraction.actionparam,this.serverUrl=this.settings.offeraction.url,this.objClass=this.settings.offeraction.objclass,this.startCase=this.settings.offeraction.startcase,this.appName=this.settings.offeraction.application,this.channelID=this.settings.offeraction.channelid,this.tenantID=this.settings.offeraction.tenantid,this.dataretained=this.settings.offeraction.dataretained,this.extraParam=this.settings.offeraction.extraparam;const n={};window.location.search.substr(1).split("&").forEach(o=>{n[o.split("=")[0]]=o.split("=")[1]});for(const o in n)typeof n[o]<"u"&&n[o]!==""&&(this.extraParam+=`${(this.extraParam!==""?",":"")+o}=${n[o]}`)}else this.viewKMHelp!==-1?(this.actionName=this.settings.kmhelp.action,this.actionNameParam=this.settings.kmhelp.actionparam,this.serverUrl=this.settings.kmhelp.url,this.objClass=this.settings.kmhelp.objclass,this.startCase=this.settings.kmhelp.startcase,this.appName=this.settings.kmhelp.application,this.channelID=this.settings.kmhelp.channelid,this.tenantID=this.settings.kmhelp.tenantid,this.dataretained=this.settings.kmhelp.dataretained,this.extraParam=this.settings.kmhelp.extraparam,mainconfig.KMArticleID!==""&&(this.extraParam+=`${this.extraParam!==""?",":""}ArticleID=${mainconfig.KMArticleID},preActivityParams={"ArticleID":"${mainconfig.KMArticleID}"}`,mainconfig.KMArticleID="")):this.showActivity?(this.actionName=this.settings.activity.action,this.actionNameParam=this.settings.activity.actionparam,this.serverUrl=this.settings.activity.url,this.objClass=this.settings.activity.objclass,this.startCase=this.settings.activity.startcase,this.appName=this.settings.activity.application,this.channelID=this.settings.activity.channelid,this.tenantID=this.settings.activity.tenantid,this.dataretained=this.settings.activity.dataretained,this.extraParam=this.settings.activity.extraparam):(e=!0,this.actionName=this.settings.todo.action,this.actionNameParam=this.settings.todo.actionparam,this.serverUrl=this.settings.todo.url,this.objClass=this.settings.todo.objclass,this.startCase=this.settings.todo.startcase,this.appName=this.settings.todo.application,this.channelID=this.settings.todo.channelid,this.tenantID=this.settings.todo.tenantid,this.dataretained=this.settings.todo.dataretained,this.extraParam=this.settings.todo.extraparam,this.logoutURL.todo=`${this.settings.todo.url}?pyActivity=LogOff`);if(this.serverUrl==="")return;this.threadName=this.objClass.replace(/-/g,""),this.mashupScript.setAttribute("src",`${this.serverUrl}?pyActivity=pzIncludeMashupScripts&id=${this.mashupid}`);const t={};if(t.pzSkinName="ClaritySkin",this.app.industry==="comms"?t.pzSkinName="ClaritySkin_HoneyFlower":this.app.industry.indexOf("health")===0?t.pzSkinName="ClaritySkin_Keppel":this.app.industry==="gov"?t.pzSkinName="ClaritySkin_PictonBlue":this.app.industry==="retail_bank"||this.app.industry==="commercial_bank"?t.pzSkinName="ClaritySkin_Mantis":this.app.industry==="insurance"?t.pzSkinName="ClaritySkin_Flame":this.app.industry==="manufacturing"&&(t.pzSkinName="ClaritySkin_DeepCerise"),t.pyMashupSkeletonName="pyDefaultMashupSkeleton",this.userId!==-1?(t.UserIdentifier=this.settings.users[this.userId].pega_userid,t.Password=encodeURI(btoa(this.settings.users[this.userId].pega_pwd)),this.settings.users[this.userId].accountID&&(t.AccountNumber=this.settings.users[this.userId].accountID),this.settings.users[this.userId].customerID&&(t.customerID=this.settings.users[this.userId].customerID),this.settings.users[this.userId].contactID&&(t.ContactId=this.settings.users[this.userId].contactID)):this.viewKMHelp!==-1?(t.UserIdentifier=this.settings.kmhelp.username,t.Password=encodeURI(btoa(this.settings.kmhelp.password))):this.homeHeroAction!==-1?(t.UserIdentifier=this.settings.homeheroaction.pega_userid,t.Password=encodeURI(btoa(this.settings.homeheroaction.pega_pwd))):this.offerAction!==-1&&(t.UserIdentifier=this.settings.offeraction.pega_userid,t.Password=encodeURI(btoa(this.settings.offeraction.pega_pwd))),this.isDeepLink===!0){t.isDeepLink="true";for(const n in this.deepLinkExtraParam)t[n]=this.deepLinkExtraParam[n];mainconfig.isDeepLink=!1,mainconfig.deepLinkExtraParam={}}e&&(t.isMashupInContainer="true"),typeof this.extraParam<"u"&&this.extraParam!==""&&this.extraParam.split(",").forEach(n=>{const o=n.split("=");o.length===2&&(t[o[0].trim()]=o[1].trim())}),this.userId!==-1&&typeof this.settings.users[this.userId].extraparam<"u"&&this.settings.users[this.userId].extraparam!==""&&this.settings.users[this.userId].extraparam.split(",").forEach(n=>{const o=n.split("=");o.length===2&&(t[o[0].trim()]=o[1].trim())}),t.pySkipCookieConsent="true",this.actionParam=JSON.stringify(t),this.isMashupInitialized=!0,!(typeof pega<"u"&&typeof pega.Mashup<"u"&&typeof pega.Mashup.Communicator<"u")&&(this.mashupScript.onload=function(){pega.Mashup.Communicator.register(pega.Mashup.hostActionsProcessor),_initAllPegaObjects()},typeof pega>"u"&&(document.head.appendChild(this.mashupScript),window.pega={}))},mounted(){typeof pega<"u"&&typeof pega.Mashup<"u"&&typeof pega.Mashup.Communicator<"u"&&pega.web.mgr._initGadgets(window)}},_hoisted_1$N=["id","data-pega-gadgetname","data-pega-action","data-pega-action-param-classname","data-pega-action-param-flowname","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_2$H=["id","data-pega-gadgetname","data-pega-action","data-pega-action-param-harnessname","data-pega-action-param-classname","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_3$y=["id","data-pega-gadgetname","data-pega-action","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_4$t=["id","data-pega-gadgetname","data-pega-action","data-pega-action-param-key","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_5$t=["id","data-pega-gadgetname","data-pega-action","data-pega-action-param-key","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_6$r=["id","data-pega-gadgetname","data-pega-action","data-pega-action-param-workid","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_7$l=["id","data-pega-gadgetname","data-pega-action","data-pega-action-param-query","data-pega-isretained","data-pega-applicationname","data-pega-threadname","data-pega-channelID","data-pega-url","data-pega-tenantid","data-pega-action-param-parameters"],_hoisted_8$i={key:1,class:"flex flex-col height-100-pct"},_hoisted_9$i=["data-attr-title","data-attr-color"];function _sfc_render$R(e,t,n,o,s,a){return s.isMashupInitialized?(openBlock(),createElementBlock("section",{key:0,class:normalizeClass(["flex flex-col",e.viewKMHelp!==-1?"kmhelp":""])},[s.actionName=="createNewWork"?(openBlock(),createElementBlock("div",{key:0,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-action-param-classname":s.objClass,"data-pega-action-param-flowname":s.startCase,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_1$N)):s.actionName=="display"?(openBlock(),createElementBlock("div",{key:1,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-action-param-harnessname":s.actionNameParam,"data-pega-action-param-classname":s.objClass,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_2$H)):s.actionName=="getNextWork"?(openBlock(),createElementBlock("div",{key:2,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_3$y)):s.actionName=="openAssignment"?(openBlock(),createElementBlock("div",{key:3,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-action-param-key":s.actionNameParam,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_4$t)):s.actionName=="openWorkByHandle"?(openBlock(),createElementBlock("div",{key:4,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-action-param-key":s.actionNameParam,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_5$t)):s.actionName=="openWorkItem"?(openBlock(),createElementBlock("div",{key:5,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-action-param-workid":s.actionNameParam,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_6$r)):s.actionName=="openWorkByURL"?(openBlock(),createElementBlock("div",{key:6,id:s.mashupid,"data-pega-gadgetname":s.mashupid,"data-pega-action":s.actionName,"data-pega-action-param-query":s.actionNameParam,"data-pega-isdeferloaded":"false","data-pega-isretained":s.dataretained,"data-pega-applicationname":s.appName,"data-pega-threadname":s.threadName,"data-pega-resizetype":"stretch","data-pega-channelID":s.channelID,"data-pega-url":s.serverUrl,"data-pega-tenantid":s.tenantID,"data-pega-action-param-parameters":s.actionParam},null,8,_hoisted_7$l)):createCommentVNode("",!0)],2)):(openBlock(),createElementBlock("section",_hoisted_8$i,[createBaseVNode("iframe",{class:normalizeClass(["pega",e.isMobilePhone?"phone":"desktop"]),"data-attr-title":s.caseTitle,"data-attr-color":e.settings.general.theming.override?e.settings.general.theming.interactiveColor:"",src:"form-embed.html",style:{overflow:"hidden",height:"600px"},width:"100%",height:"100%",border:"0",frameborder:"0"},null,10,_hoisted_9$i)]))}const PegaWebMashup=_export_sfc(_sfc_main$T,[["render",_sfc_render$R]]),setObjectFromRef=(e,t,n)=>{if(typeof t!="string")return;const o=t.split(".");let s=e;for(const a in o){let l=o[a];const r=l.indexOf("(");if(r===-1)a"u"&&(s[l]={}):s[l]=n,s=s[l];else{const c=l.substring(r+1,l.length-1);l=l.substring(0,r),typeof s[l]>"u"&&(s[l]=[]);for(let d=s[l].length;d`,c.appendChild(d);return}e.url.indexOf("/prweb/")!==0&&(e.url=e.url.substring(0,e.url.indexOf("/prweb")+6)),this.userId!==-1?(e.username=this.settings.users[this.userId].pega_userid,e.password=this.settings.users[this.userId].pega_pwd):this.homeHeroAction!==-1?(e.username=this.settings.homeheroaction.pega_userid,e.password=this.settings.homeheroaction.pega_pwd):this.offerAction!==-1&&(e.username=this.settings.offeraction.pega_userid,e.password=this.settings.offeraction.pega_pwd),this.settings.general.connection.type==="dxv2"&&(e.portalName=this.settings.general.connection.webportal),this.settings.general.connection.authtype==="oauth2password"&&(e.clientid=this.settings.general.connection.clientid,e.clientsecret=this.settings.general.connection.clientsecret),e.authentication=this.settings.general.connection.authtype;let r={};if(l.split(",").forEach(c=>{const d=c.split("=");d.length===2&&setObjectFromRef(r,d[0].trim(),d[1].trim())}),this.userId!==-1&&typeof this.settings.users[this.userId].extraparam<"u"&&this.settings.users[this.userId].extraparam!==""&&this.settings.users[this.userId].extraparam.split(",").forEach(c=>{const d=c.split("=");d.length===2&&setObjectFromRef(r,d[0].trim(),d[1].trim())}),Object.keys(r).length>0&&(e.initialContent=r),e.addEventListener("message",c=>{c.detail.type==="cancel"&&this.goHomePage()}),typeof litElementVersions>"u"){const c=document.createElement("script");c.setAttribute("src","../js/pega-mashup-webcomponent-light-all.js"),document.head.appendChild(c)}},methods:{goHomePage(){mainconfig.quickLinkId=-1,mainconfig.viewBill=-1,mainconfig.viewBanner=-1,mainconfig.homeHeroAction=-1,mainconfig.offerAction=-1,mainconfig.toDo=-1,mainconfig.viewKMHelp=-1,mainconfig.offerURL="",mainconfig.offerIndex=0,mainconfig.CDHContainer={},window.history&&(mainconfig.isAuthenticated?(mainconfig.currentPage="account",window.history.pushState({userId:mainconfig.userId},"",mainconfig.currentPage)):(mainconfig.currentPage="index.html",window.history.pushState({},"",mainconfig.currentPage)),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)),sendClickStreamEvent(mainconfig,"PageView","Home",window.loadPage),window.loadPage=new Date}}},_hoisted_1$M={key:0,class:"pega-mashup",ref:"mycomp"},_hoisted_2$G={key:1,class:"pega-mashup",ref:"mycomp"};function _sfc_render$Q(e,t,n,o,s,a){return this.settings.general.connection.type==="dxv2"?(openBlock(),createElementBlock("pega-mashup-light-v2",_hoisted_1$M,null,512)):(openBlock(),createElementBlock("pega-mashup-light",_hoisted_2$G,null,512))}const WebComponent=_export_sfc(_sfc_main$S,[["render",_sfc_render$Q]]),embedEventFn=e=>{console.log("Event from pega-embed",e),e.type==="embedcloseconfirmview"||e.type==="embedcaseclosed"||e.type==="embedeventcancel"?top.postMessage("pegaMashupNavigateBack",location.origin):e.type==="embedreauth"&&document.querySelector("pega-embed").login(!0)},_sfc_main$R={props:{showActivity:Boolean},data(){return{...mainconfig,action:"",actionparam:"",objClass:"",application:"",url:"",staticContentUrl:void 0,showAssignmentHeader:"true",pageTemplate:"assignment",authService:"",clientId:"",caseTitle:"",isWebEmbedInitialized:!1,UserIdentifier:void 0,Password:void 0,theme:"",themeID:"",startingFields:{},extraParam:""}},mounted(){if(sessionStorage.clear(),this.quickLinkId!==-1?(this.action=this.settings.quicklinks[this.quickLinkId].action,this.url=this.settings.quicklinks[this.quickLinkId].url,this.actionparam=this.settings.quicklinks[this.quickLinkId].actionparam,this.pageTemplate=this.settings.quicklinks[this.quickLinkId].pageTemplate,this.showAssignmentHeader=!this.settings.quicklinks[this.quickLinkId].hideassignmentheader,this.application=this.settings.quicklinks[this.quickLinkId].application,this.objClass=this.settings.quicklinks[this.quickLinkId].objclass,this.caseTitle=this.settings.quicklinks[this.quickLinkId].title[this.currentLocale],this.extraParam=this.settings.quicklinks[this.quickLinkId].extraparam):this.viewBill!==-1?(this.action=this.settings.billpay.action,this.actionparam=this.settings.billpay.actionparam,this.pageTemplate=this.settings.billpay.pageTemplate,this.showAssignmentHeader=!this.settings.billpay.hideassignmentheader,this.application=this.settings.billpay.application,this.url=this.settings.billpay.url,this.objClass=this.settings.billpay.objclass,this.extraParam=this.settings.billpay.extraparam):this.viewBanner!==-1?(this.action=this.settings.banner.action,this.actionparam=this.settings.banner.actionparam,this.pageTemplate=this.settings.banner.pageTemplate,this.showAssignmentHeader=!this.settings.banner.hideassignmentheader,this.application=this.settings.banner.application,this.url=this.settings.banner.url,this.objClass=this.settings.banner.objclass,this.extraParam=this.settings.banner.extraparam):this.homeHeroAction!==-1?(this.action=this.settings.homeheroaction.action,this.actionparam=this.settings.homeheroaction.actionparam,this.pageTemplate=this.settings.homeheroaction.pageTemplate,this.showAssignmentHeader=!this.settings.homeheroaction.hideassignmentheader,this.application=this.settings.homeheroaction.application,this.url=this.settings.homeheroaction.url,this.objClass=this.settings.homeheroaction.objclass,this.extraParam=this.settings.homeheroaction.extraparam):this.offerAction!==-1?(this.action=this.settings.offeraction.action,this.actionparam=this.settings.offeraction.actionparam,this.pageTemplate=this.settings.offeraction.pageTemplate,this.showAssignmentHeader=!this.settings.offeraction.hideassignmentheader,this.application=this.settings.offeraction.application,this.url=this.settings.offeraction.url,this.objClass=this.settings.offeraction.objclass,this.extraParam=this.settings.offeraction.extraparam):this.viewKMHelp!==-1?(this.action=this.settings.kmhelp.action,this.actionparam=this.settings.kmhelp.actionparam,this.pageTemplate=this.settings.kmhelp.pageTemplate,this.showAssignmentHeader=!this.settings.kmhelp.hideassignmentheader,this.application=this.settings.kmhelp.application,this.url=this.settings.kmhelp.url,this.objClass=this.settings.kmhelp.objclass,this.extraParam=this.settings.kmhelp.extraparam):this.showActivity?(this.action=this.settings.activity.action,this.actionparam=this.settings.activity.actionparam,this.pageTemplate=this.settings.activity.pageTemplate,this.showAssignmentHeader=!this.settings.activity.hideassignmentheader,this.application=this.settings.activity.application,this.url=this.settings.activity.url,this.objClass=this.settings.activity.objclass,this.extraParam=this.settings.activity.extraparam):(this.action=this.settings.todo.action,this.actionparam=this.settings.todo.actionparam,this.pageTemplate=this.settings.todo.pageTemplate,this.showAssignmentHeader=!this.settings.todo.hideassignmentheader,this.application=this.settings.todo.application,this.url=this.settings.todo.url,this.objClass=this.settings.todo.objclass,this.extraParam=this.settings.todo.extraparam),this.action==="display"?this.action="openPage":this.action==="createNewWork"?this.action="createCase":this.action==="openAssignment"?this.action="openAssignment":this.action==="openWorkByHandle"?this.action="openCase":this.action==="getNextWork"&&(this.action="getNextWork"),this.userId!==-1?(this.UserIdentifier=this.settings.users[this.userId].pega_userid,this.Password=encodeURI(btoa(this.settings.users[this.userId].pega_pwd))):this.viewKMHelp!==-1?(this.UserIdentifier=this.settings.kmhelp.username,this.Password=encodeURI(btoa(this.settings.kmhelp.password))):this.homeHeroAction!==-1?(this.UserIdentifier=this.settings.homeheroaction.pega_userid,this.Password=encodeURI(btoa(this.settings.homeheroaction.pega_pwd))):this.offerAction!==-1&&(this.UserIdentifier=this.settings.offeraction.username,this.Password=encodeURI(btoa(this.settings.offeraction.password))),this.UserIdentifier||(this.UserIdentifier=void 0),this.Password||(this.Password=void 0),this.settings.general.connection.type==="embedui3"&&this.settings.general.connection.themeID?this.themeID=this.settings.general.connection.themeID:(this.app.industry==="comms"?this.theme='{"base":{"palette":{"brand-primary":"#5F257E","app-background": "#FFFFFF","interactive":"#5F257E"},"shadow":{"low": "none"}},"components":{"button":{"border-radius":"0.25"}}}':this.app.industry.indexOf("health")===0?this.theme='{"base":{"palette":{"brand-primary":"#0C8487","app-background": "#FFFFFF","interactive":"#0C8487"},"shadow":{"low": "none"}},"components":{"button":{"border-radius":"0.25"}}}':this.app.industry==="gov"?this.theme='{"base":{"palette":{"brand-primary":"#076bc9","app-background": "#FFFFFF,"interactive":"#076bc9"},"shadow":{"low": "none"}},"components":{"button":{"border-radius":"0.25"}}}':this.app.industry==="retail_bank"||this.app.industry==="commercial_bank"?this.theme='{"base":{"palette":{"brand-primary":"#005501","app-background": "#FFFFFF","interactive":"#005501"},"shadow":{"low": "none"}},"components":{"button":{"border-radius":"0.25"}}}':(this.app.industry==="insurance"||this.app.industry==="manufacturing"||this.app.industry==="auto")&&(this.theme='{"base":{"palette":{"brand-primary":"#CA0000","app-background": "#FFFFFF","interactive":"#CA0000"},"shadow":{"low": "none"}},"components":{"button":{"border-radius":"0.25"}}}'),this.settings.general.theming.override&&(this.theme=`{"base":{"palette":{"brand-primary":"${this.settings.general.theming.brandColor}","interactive":"${this.settings.general.theming.interactiveColor}","app-background": "#FFFFFF"},"shadow":{"low": "none"}},"components":{"button":{"border-radius":"0.25"}}}`)),this.extraParamContent={},this.extraParam.split(",").forEach(e=>{const t=e.split("=");t.length===2&&setObjectFromRef(this.extraParamContent,t[0].trim(),t[1].trim())}),this.userId!==-1&&typeof this.settings.users[this.userId].extraparam<"u"&&this.settings.users[this.userId].extraparam!==""&&this.settings.users[this.userId].extraparam.split(",").forEach(e=>{const t=e.split("=");t.length===2&&setObjectFromRef(this.extraParamContent,t[0].trim(),t[1].trim())}),this.isDeepLink===!0){for(const e in this.deepLinkExtraParam)setObjectFromRef(this.extraParamContent,e,this.deepLinkExtraParam[e]);mainconfig.isDeepLink=!1,mainconfig.deepLinkExtraParam={}}this.settings.general.connection.type==="embedui"&&(this.staticContentUrl=this.settings.general.connection.c11nserver),this.clientId=this.settings.general.connection.clientid,this.authService=this.settings.general.connection.authService,this.isWebEmbedInitialized="true"},updated(){const e=this.$refs.mycomp;this.action==="createCase"&&e.setAttribute("startingFields",JSON.stringify(this.extraParamContent)),e.addEventListener("embedprocessingend",embedEventFn),e.addEventListener("embedready",embedEventFn),e.addEventListener("embedcloseconfirmview",embedEventFn),e.addEventListener("embedcaseclosed",embedEventFn),e.addEventListener("embedeventcancel",embedEventFn),e.addEventListener("embedreauth",embedEventFn)},beforeUnmount(){const e=this.$refs.mycomp;e.removeEventListener("embedprocessingend",embedEventFn),e.removeEventListener("embedready",embedEventFn),e.removeEventListener("embedcloseconfirmview",embedEventFn),e.removeEventListener("embedcaseclosed",embedEventFn),e.removeEventListener("embedeventcancel",embedEventFn),e.removeEventListener("embedreauth",embedEventFn)},methods:{goHomePage(){mainconfig.quickLinkId=-1,mainconfig.viewBill=-1,mainconfig.viewBanner=-1,mainconfig.homeHeroAction=-1,mainconfig.offerAction=-1,mainconfig.toDo=-1,mainconfig.viewKMHelp=-1,mainconfig.offerURL="",mainconfig.offerIndex=0,mainconfig.CDHContainer={},window.history&&(mainconfig.isAuthenticated?(mainconfig.currentPage="account",window.history.pushState({userId:mainconfig.userId},"",mainconfig.currentPage)):(mainconfig.currentPage="index.html",window.history.pushState({},"",mainconfig.currentPage)),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)),sendClickStreamEvent(mainconfig,"PageView","Home",window.loadPage),window.loadPage=new Date}}},_hoisted_1$L=["casePage","assignmentHeader","action","pageID","pageClass","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_2$F=["casePage","assignmentHeader","action","caseTypeID","startingFields","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_3$x=["casePage","assignmentHeader","action","assignmentID","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_4$s=["casePage","assignmentHeader","action","caseID","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_5$s=["casePage","assignmentHeader","action","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_6$q={key:1};function _sfc_render$P(e,t,n,o,s,a){return s.isWebEmbedInitialized?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(["margin-b-3x",e.settings.general.connection.webEmbedUseFormWidth?"form-width":""])},[createBaseVNode("h1",null,toDisplayString$1(s.caseTitle),1),s.action==="openPage"?(openBlock(),createElementBlock("pega-embed",{key:0,popupReauth:"false",autoReauth:"true",silentTimeout:"10000",ref:"mycomp",casePage:s.pageTemplate,assignmentHeader:s.showAssignmentHeader,action:s.action,pageID:s.actionparam,pageClass:s.objClass,appAlias:s.application,pegaServerUrl:s.url,staticContentUrl:s.staticContentUrl,authService:s.authService,clientId:s.clientId,userIdentifier:s.UserIdentifier,password:s.Password,theme:s.theme,themeID:s.themeID},null,8,_hoisted_1$L)):s.action==="createCase"?(openBlock(),createElementBlock("pega-embed",{key:1,popupReauth:"false",autoReauth:"true",silentTimeout:"10000",ref:"mycomp",casePage:s.pageTemplate,assignmentHeader:s.showAssignmentHeader,action:s.action,caseTypeID:s.objClass,startingFields:s.startingFields,appAlias:s.application,pegaServerUrl:s.url,staticContentUrl:s.staticContentUrl,authService:s.authService,clientId:s.clientId,userIdentifier:s.UserIdentifier,password:s.Password,theme:s.theme,themeID:s.themeID},null,8,_hoisted_2$F)):s.action==="openAssignment"?(openBlock(),createElementBlock("pega-embed",{key:2,popupReauth:"false",autoReauth:"true",silentTimeout:"10000",ref:"mycomp",casePage:s.pageTemplate,assignmentHeader:s.showAssignmentHeader,action:s.action,assignmentID:s.actionparam,appAlias:s.application,pegaServerUrl:s.url,staticContentUrl:s.staticContentUrl,authService:s.authService,clientId:s.clientId,userIdentifier:s.UserIdentifier,password:s.Password,theme:s.theme,themeID:s.themeID},null,8,_hoisted_3$x)):s.action==="openCase"?(openBlock(),createElementBlock("pega-embed",{key:3,popupReauth:"false",autoReauth:"true",silentTimeout:"10000",ref:"mycomp",casePage:s.pageTemplate,assignmentHeader:s.showAssignmentHeader,action:s.action,caseID:s.actionparam,appAlias:s.application,pegaServerUrl:s.url,staticContentUrl:s.staticContentUrl,authService:s.authService,clientId:s.clientId,userIdentifier:s.UserIdentifier,password:s.Password,theme:s.theme,themeID:s.themeID},null,8,_hoisted_4$s)):s.action==="getNextWork"?(openBlock(),createElementBlock("pega-embed",{key:4,popupReauth:"false",autoReauth:"true",silentTimeout:"10000",ref:"mycomp",casePage:s.pageTemplate,assignmentHeader:s.showAssignmentHeader,action:s.action,appAlias:s.application,pegaServerUrl:s.url,staticContentUrl:s.staticContentUrl,authService:s.authService,clientId:s.clientId,userIdentifier:s.UserIdentifier,password:s.Password,theme:s.theme,themeID:s.themeID},null,8,_hoisted_5$s)):createCommentVNode("",!0)],2)):(openBlock(),createElementBlock("div",_hoisted_6$q,"Loading...."))}const WebEmbed=_export_sfc(_sfc_main$R,[["render",_sfc_render$P]]),_sfc_main$Q={data(){return mainconfig},components:{PegaWebMashup,WebComponent,WebEmbed}};function _sfc_render$O(e,t,n,o,s,a){const l=resolveComponent("PegaWebMashup"),r=resolveComponent("WebEmbed"),c=resolveComponent("WebComponent");return e.settings.general.connection.type==="mashup"?(openBlock(),createBlock(l,{key:0})):e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createBlock(r,{key:1})):(openBlock(),createBlock(c,{key:2}))}const MashupMainArea=_export_sfc(_sfc_main$Q,[["render",_sfc_render$O]]),_hoisted_1$K={class:"account-tabs"},_hoisted_2$E={class:"account-tabs-header"},_hoisted_3$w=["onClick"],_sfc_main$P={__name:"Tabs",setup(e){const t=useSlots(),n=ref(t.default()[0].children.map(s=>s.props.title)),o=ref(n.value[0]);return provide("selectedTitle",o),(s,a)=>(openBlock(),createElementBlock("div",_hoisted_1$K,[createBaseVNode("ul",_hoisted_2$E,[(openBlock(!0),createElementBlock(Fragment,null,renderList(n.value,l=>(openBlock(),createElementBlock("li",{key:l,class:normalizeClass(["account-tabs-item",{selected:o.value===l}]),onClick:r=>o.value=l},toDisplayString$1(l),11,_hoisted_3$w))),128))]),renderSlot(s.$slots,"default")]))}},_hoisted_1$J={class:"account-tabs-content"},_sfc_main$O={__name:"TabItem",props:{title:String},setup(e){const t=inject("selectedTitle");return(n,o)=>withDirectives((openBlock(),createElementBlock("div",_hoisted_1$J,[renderSlot(n.$slots,"default")],512)),[[vShow,unref(t)===e.title]])}},_sfc_main$N={data(){return mainconfig},methods:{getDueBillDate(){const e=new Date;return e.getDate()>16&&e.setMonth((e.getMonth()+1)%12),e.setDate(15),e},openBill(){mainconfig.viewBill=1}},components:{Tabs:_sfc_main$P,TabItem:_sfc_main$O}},_hoisted_1$I={key:0,class:"account-picker"},_hoisted_2$D={class:"flex flex-nowrap"},_hoisted_3$v=["src","alt"],_hoisted_4$r={class:"account-picker-details"},_hoisted_5$r={key:0},_hoisted_6$p={key:1},_hoisted_7$k={key:2},_hoisted_8$h={key:3},_hoisted_9$h={key:4},_hoisted_10$g={class:"flex flex-col account-view-details"},_hoisted_11$g={class:"account-view-details"};function _sfc_render$N(e,t,n,o,s,a){const l=resolveComponent("TabItem"),r=resolveComponent("Tabs");return e.userId!==-1&&typeof e.settings.users[e.userId].accountpicker<"u"&&e.settings.users[e.userId].accountpicker.length>0?(openBlock(),createElementBlock("section",_hoisted_1$I,[createBaseVNode("h3",null,toDisplayString$1(e.settings.todo.accountpickerheading),1),createVNode(r,null,{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.users[e.userId].accountpicker,c=>(openBlock(),createBlock(l,{key:c.title,title:c.title},{default:withCtx(()=>[createBaseVNode("div",_hoisted_2$D,[typeof c.img<"u"&&c.img!==""?(openBlock(),createElementBlock("img",{key:0,class:"account-img",src:c.img,alt:c.title},null,8,_hoisted_3$v)):createCommentVNode("",!0),createBaseVNode("div",_hoisted_4$r,[(openBlock(!0),createElementBlock(Fragment,null,renderList(c.details,d=>(openBlock(),createElementBlock("div",{key:d.label},[createBaseVNode("label",null,toDisplayString$1(d.label),1),d.value!==""?(openBlock(),createElementBlock(Fragment,{key:0},[d.type==="currency"?(openBlock(),createElementBlock("p",_hoisted_5$r,toDisplayString$1(e.$n(d.value,"currency")),1)):d.type==="number"?(openBlock(),createElementBlock("p",_hoisted_6$p,toDisplayString$1(e.$n(d.value)),1)):d.type==="date"?(openBlock(),createElementBlock("p",_hoisted_7$k,toDisplayString$1(e.$d(d.value,"short")),1)):d.type==="duedate"?(openBlock(),createElementBlock("p",_hoisted_8$h,toDisplayString$1(e.$d(a.getDueBillDate(),"short")),1)):(openBlock(),createElementBlock("p",_hoisted_9$h,toDisplayString$1(d.value),1))],64)):createCommentVNode("",!0)]))),128))]),createBaseVNode("div",_hoisted_10$g,[createBaseVNode("a",_hoisted_11$g,toDisplayString$1(e.$t("message.viewdetails")),1),typeof e.settings.billpay<"u"&&e.settings.billpay.hidebillpay!=="true"&&e.settings.billpay.hidebillpay!==!0&&c.showbillpay===!0?(openBlock(),createElementBlock("button",{key:0,class:"strong margin-t-2x",onClick:t[0]||(t[0]=d=>a.openBill())},toDisplayString$1(e.$t("message.paynow")),1)):createCommentVNode("",!0)])])]),_:2},1032,["title"]))),128))]),_:1})])):createCommentVNode("",!0)}const AccountPicker=_export_sfc(_sfc_main$N,[["render",_sfc_render$N]]),_sfc_main$M={data(){return mainconfig},methods:{getDueBillDate(){const e=new Date;return e.getDate()>16&&e.setMonth((e.getMonth()+1)%12),e.setDate(15),e}}},_hoisted_1$H={key:0,class:"account-details primary-card"},_hoisted_2$C={key:0},_hoisted_3$u={key:0},_hoisted_4$q={key:1},_hoisted_5$q={key:2},_hoisted_6$o={key:3},_hoisted_7$j={key:4};function _sfc_render$M(e,t,n,o,s,a){return e.userId!==-1&&typeof e.settings.users[e.userId].accountdetails<"u"&&e.settings.users[e.userId].accountdetails.length>0?(openBlock(),createElementBlock("section",_hoisted_1$H,[createBaseVNode("h3",null,toDisplayString$1(e.settings.todo.accountdetailsheading),1),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.users[e.userId].accountdetails,(l,r)=>(openBlock(),createElementBlock("div",{class:"flex",key:r},[(openBlock(!0),createElementBlock(Fragment,null,renderList(l,c=>(openBlock(),createElementBlock("div",{key:c.label},[createBaseVNode("label",null,toDisplayString$1(c.label),1),typeof c.desc<"u"&&c.desc!==""?(openBlock(),createElementBlock("span",_hoisted_2$C,toDisplayString$1(c.desc),1)):createCommentVNode("",!0),c.value!==""?(openBlock(),createElementBlock(Fragment,{key:1},[c.type==="currency"?(openBlock(),createElementBlock("p",_hoisted_3$u,toDisplayString$1(e.$n(c.value,"currency")),1)):c.type==="number"?(openBlock(),createElementBlock("p",_hoisted_4$q,toDisplayString$1(e.$n(c.value)),1)):c.type==="date"?(openBlock(),createElementBlock("p",_hoisted_5$q,toDisplayString$1(e.$d(c.value,"short")),1)):c.type==="duedate"?(openBlock(),createElementBlock("p",_hoisted_6$o,toDisplayString$1(e.$d(a.getDueBillDate(),"short")),1)):(openBlock(),createElementBlock("p",_hoisted_7$j,toDisplayString$1(c.value),1))],64)):createCommentVNode("",!0)]))),128))]))),128))])):createCommentVNode("",!0)}const AccountDetails=_export_sfc(_sfc_main$M,[["render",_sfc_render$M]]),_sfc_main$L={data(){return mainconfig},methods:{selectLink(e){this.quickLinkId=e,this.previousPage=this.settings.quicklinks[e].objclass,window.history&&(window.history.pushState({userId:mainconfig.userId,quickLinkId:mainconfig.quickLinkId},"",`quicklink${e}`),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)),this.$gtag&&this.$gtag.pageview({page_path:`quicklink${e}`}),sendClickStreamEvent(mainconfig,"PageView",`quicklink${e}`,window.loadPage),window.loadPage=new Date},hasQuicklinks(){for(const e in this.settings.quicklinks)if(this.settings.quicklinks[e].hide!==!0)return!0;return!1},showQuickLink(e){return this.settings.quicklinks[e].hideusers?!this.settings.quicklinks[e].hideusers.split(",").includes(this.settings.users[mainconfig.userId].username):!0}}},_hoisted_1$G={key:0,class:"quick-links"},_hoisted_2$B=["onClick"];function _sfc_render$L(e,t,n,o,s,a){return a.hasQuicklinks()?(openBlock(),createElementBlock("section",_hoisted_1$G,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.quicklinks,(l,r)=>(openBlock(),createElementBlock(Fragment,{key:r},[l.hide!==!0&&a.showQuickLink(r)?(openBlock(),createElementBlock("button",{key:0,onClick:c=>a.selectLink(r)},toDisplayString$1(e.settings.quicklinks[r].title[e.currentLocale]),9,_hoisted_2$B)):createCommentVNode("",!0)],64))),128))])):createCommentVNode("",!0)}const QuickLinks=_export_sfc(_sfc_main$L,[["render",_sfc_render$L]]),_sfc_main$K={data(){const e=parseInt(mainconfig.settings.banner.color.substring(1),16),t=e>>16&255,n=e>>8&255,o=e&255;var s=1-(.299*t+.587*n+.114*o)/255;let a=s<.5?"black":"white";return{...mainconfig,textColor:a}},methods:{openBanner(){mainconfig.viewBanner=1}}},_hoisted_1$F={class:"banner"},_hoisted_2$A={class:"flex flex-grow-1 flex-mid-align"},_hoisted_3$t={class:"flex flex-col flex-grow-1"};function _sfc_render$K(e,t,n,o,s,a){return openBlock(),createElementBlock("section",_hoisted_1$F,[createBaseVNode("div",{class:"content-card flex",style:normalizeStyle({backgroundColor:e.settings.banner.color,color:s.textColor})},[createBaseVNode("div",_hoisted_2$A,[createBaseVNode("i",{class:normalizeClass("pi pi-3x "+e.$t("message.banner_icon"))},null,2),createBaseVNode("div",_hoisted_3$t,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.banner_title")),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message.banner_desc")),1)]),e.settings.banner.hidebanner_button!=!0?(openBlock(),createElementBlock("button",{key:0,onClick:t[0]||(t[0]=l=>a.openBanner())},toDisplayString$1(e.$t("message.banner_action")),1)):createCommentVNode("",!0)])],4)])}const Banner=_export_sfc(_sfc_main$K,[["render",_sfc_render$K]]),_sfc_main$J={data(){return mainconfig},components:{MashupMainArea},methods:{getdate(e){const t=new Date;return t.getDate()<=16&&t.setMonth((t.getMonth()-1)%12),t.setDate(15-e*2),t}}},_hoisted_1$E={key:1,class:"recent-activity primary-card"},_hoisted_2$z={class:"fatlist"},_hoisted_3$s={key:0,class:"fatlist-item"},_hoisted_4$p={key:1,class:"fatlist-item"},_hoisted_5$p={class:"fatlist-item activity"},_hoisted_6$n={key:2,class:"fatlist-item flex-align-r"},_hoisted_7$i={key:3,class:"fatlist-item flex-align-r"};function _sfc_render$J(e,t,n,o,s,a){const l=resolveComponent("MashupMainArea");return typeof e.settings.activity<"u"&&e.settings.activity.url!==""?(openBlock(),createBlock(l,{key:0,showActivity:""})):e.userId!==-1&&typeof e.settings.users[e.userId].recentactivity<"u"&&e.settings.users[e.userId].recentactivity.length>0?(openBlock(),createElementBlock("section",_hoisted_1$E,[createBaseVNode("h3",null,toDisplayString$1(e.settings.todo.recentactivityheading),1),createBaseVNode("ul",_hoisted_2$z,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.users[e.userId].recentactivity,(r,c)=>(openBlock(),createElementBlock("li",{key:r.message,class:"flex"},[r.date?(openBlock(),createElementBlock("time",_hoisted_3$s,toDisplayString$1(e.$d(new Date(r.date),"short")),1)):(openBlock(),createElementBlock("time",_hoisted_4$p,toDisplayString$1(e.$d(a.getdate(c),"short")),1)),createBaseVNode("p",_hoisted_5$p,toDisplayString$1(r.message),1),r.cost?(openBlock(),createElementBlock("p",_hoisted_6$n,toDisplayString$1(e.$n(r.cost,"currency")),1)):(openBlock(),createElementBlock("a",_hoisted_7$i,toDisplayString$1(e.$t("message.viewmore")),1))]))),128))])])):createCommentVNode("",!0)}const RecentActivity=_export_sfc(_sfc_main$J,[["render",_sfc_render$J]]),_sfc_main$I={data(){return mainconfig},components:{MashupMainArea,AccountPicker,AccountDetails,RecentActivity,Banner,QuickLinks}},_hoisted_1$D={class:"col col-1"},_hoisted_2$y={class:"primary-card"};function _sfc_render$I(e,t,n,o,s,a){const l=resolveComponent("Banner"),r=resolveComponent("AccountPicker"),c=resolveComponent("QuickLinks"),d=resolveComponent("AccountDetails"),u=resolveComponent("MashupMainArea"),m=resolveComponent("RecentActivity");return openBlock(),createElementBlock("div",_hoisted_1$D,[createBaseVNode("div",_hoisted_2$y,[typeof e.settings.banner<"u"&&e.settings.banner.hidebanner!=="true"&&e.settings.banner.hidebanner!==!0?(openBlock(),createBlock(l,{key:0})):createCommentVNode("",!0),typeof e.settings.todo<"u"&&e.settings.todo.hideaccount!=="true"&&e.settings.todo.hideaccount!==!0?(openBlock(),createBlock(r,{key:1})):createCommentVNode("",!0),createVNode(c)]),typeof e.settings.todo<"u"&&e.settings.todo.hideaccountdetails!=="true"&&e.settings.todo.hideaccountdetails!==!0?(openBlock(),createBlock(d,{key:0})):createCommentVNode("",!0),typeof e.settings.todo<"u"&&e.settings.todo.url!==""?(openBlock(),createBlock(u,{key:e.reloadToDoMashup})):createCommentVNode("",!0),typeof e.settings.todo<"u"&&e.settings.todo.hideactivity!=="true"&&e.settings.todo.hideactivity!==!0?(openBlock(),createBlock(m,{key:e.reloadActivityMashup})):createCommentVNode("",!0)])}const AccountMainArea=_export_sfc(_sfc_main$I,[["render",_sfc_render$I]]),_sfc_main$H={props:{offer:{required:!0,type:Object}},data(){return mainconfig},methods:{showOffer(e){mainconfig.isMobilePhone&&(mainconfig.phonePageName="offer"),mainconfig.offerURL=e.url,mainconfig.previousPage=e.name,e.useURL=!0,mainconfig.settings.pega_marketing.accountPage.clickaction==="BuiltIn"&&(mainconfig.offerURL="/Basic",e.useURL=!1),mainconfig.CDHContainer=e,mainconfig.settings.pega_marketing.useCaptureByChannel===!0&&captureResponse(this,e,"Clicked")},toggleAIOverlay(e){e.showAIoverlay=!e.showAIoverlay},gotoOfferPage(e){sendClickStreamEvent(mainconfig,"PageView","Offer",window.loadPage),window.loadPage=new Date,mainconfig.currentPage="offer.html";const t=mainconfig.isAuthenticated?{userId:mainconfig.userId}:{};window.history.pushState(t,"","offer.html"),this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),mainconfig.offerIndex=0,setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0),e.preventDefault()}},components:{AIOverlay}},_hoisted_1$C={class:"offer-card-col flex flex-col"},_hoisted_2$x={class:"offer-card"},_hoisted_3$r=["src","alt"],_hoisted_4$o={class:"content"},_hoisted_5$o=["href"],_hoisted_6$m=["href"];function _sfc_render$H(e,t,n,o,s,a){const l=resolveComponent("AIOverlay");return openBlock(),createElementBlock("section",_hoisted_1$C,[e.settings.pega_marketing.showAIOverlay?(openBlock(),createElementBlock("button",{key:0,class:"pi pi-polaris-solid ai-toggle",onClick:t[0]||(t[0]=r=>a.toggleAIOverlay(n.offer)),title:"toggle AI"})):createCommentVNode("",!0),createBaseVNode("div",_hoisted_2$x,[createBaseVNode("img",{class:"offer-img",src:n.offer.img,alt:n.offer.title},null,8,_hoisted_3$r),createBaseVNode("div",_hoisted_4$o,[createBaseVNode("h3",null,toDisplayString$1(n.offer.title),1),createBaseVNode("p",null,toDisplayString$1(n.offer.message),1),n.offer.url==="#"?(openBlock(),createElementBlock("a",{key:0,onClick:t[1]||(t[1]=(...r)=>a.gotoOfferPage&&a.gotoOfferPage(...r)),href:"./offer.html"},toDisplayString$1(n.offer.link),1)):e.settings.pega_marketing.accountPage.clickaction==="TopURL"&&n.offer.url!=""?(openBlock(),createElementBlock("a",{key:1,href:n.offer.url},toDisplayString$1(e.$t("message."+n.offer.link)),9,_hoisted_5$o)):e.settings.pega_marketing.accountPage.clickaction==="Popup"&&n.offer.url!=""?(openBlock(),createElementBlock("a",{key:2,href:n.offer.url,target:"_blank"},toDisplayString$1(e.$t("message."+n.offer.link)),9,_hoisted_6$m)):(openBlock(),createElementBlock("button",{key:3,class:"simple",onClick:t[2]||(t[2]=r=>a.showOffer(n.offer))},toDisplayString$1(e.$t("message."+n.offer.link)),1)),e.settings.pega_marketing.showAIOverlay?(openBlock(),createBlock(l,{key:4,offer:n.offer,class:normalizeClass(n.offer.showAIoverlay?"show":"")},null,8,["offer","class"])):createCommentVNode("",!0)])])])}const Offer=_export_sfc(_sfc_main$H,[["render",_sfc_render$H]]),_sfc_main$G={data(){return{...mainconfig,errorloading:!1,loading:!0,data:[]}},mounted(){if(this.settings.pega_marketing.Host!==""&&this.settings.pega_marketing.accountPage.placement!==""&&this.settings.pega_marketing.accountPage.containerName!==""){const e=this;let t="";this.userId!==-1&&this.settings.users[this.userId].customerID&&(t=this.settings.users[this.userId].customerID),setTimeout(()=>{initNBAM(e,"accountPage",t,e.previousPage,"account.html")},200)}},computed:{visibleQuickLinks(){return this.settings.quicklinks.filter((e,t)=>{e.originalIndex=t;const n=this.settings.quicklinks[t].hideusers?this.settings.quicklinks[t].hideusers.split(",").includes(this.settings.users[mainconfig.userId].username):!0;return e.hide!==!0&&n})}},methods:{selectLink(e){mainconfig.quickLinkId=e},gotoOfferPage(e){mainconfig.phonePageName="offer.html",this.$gtag&&this.$gtag.pageview({page_path:mainconfig.phonePageName});const t=mainconfig.isAuthenticated?{userId:mainconfig.userId}:{};window.history.pushState(t,"","offer.html"),mainconfig.offerIndex=0,setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0),e.preventDefault()}},components:{Offer}},_hoisted_1$B={key:0,class:"secondary-card"},_hoisted_2$w=["src","alt"],_hoisted_3$q={class:"content"},_hoisted_4$n={key:1,class:"secondary-card loading-container",style:{"min-height":"300px"}},_hoisted_5$n={key:2,class:"secondary-card"};function _sfc_render$G(e,t,n,o,s,a){const l=resolveComponent("Offer");return e.settings.pega_marketing.Host===""||e.settings.pega_marketing.accountPage.placement===""||e.settings.pega_marketing.accountPage.containerName===""||s.loading&&!e.settings.pega_marketing.showLoadingIndicator||s.errorloading?(openBlock(),createElementBlock("div",_hoisted_1$B,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.offers,r=>(openBlock(),createElementBlock("section",{class:"offer-card-col",key:r.title},[createBaseVNode("img",{class:"offer-img",src:"./img/"+r.img,alt:e.$t("message."+r.title)},null,8,_hoisted_2$w),createBaseVNode("div",_hoisted_3$q,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message."+r.title)),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message."+r.message)),1),createBaseVNode("a",{onClick:t[0]||(t[0]=(...c)=>a.gotoOfferPage&&a.gotoOfferPage(...c)),href:"./offer.html"},toDisplayString$1(e.$t("message.learnmore")),1)])]))),128))])):e.settings.pega_marketing.Host!==""&&s.loading&&e.settings.pega_marketing.showLoadingIndicator?(openBlock(),createElementBlock("div",_hoisted_4$n,t[1]||(t[1]=[createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1)]))):(openBlock(),createElementBlock("div",_hoisted_5$n,[(openBlock(!0),createElementBlock(Fragment,null,renderList(s.data,r=>(openBlock(),createBlock(l,{key:r.title,offer:r},null,8,["offer"]))),128))]))}const AccountSecondaryArea$1=_export_sfc(_sfc_main$G,[["render",_sfc_render$G]]),_sfc_main$F={data(){return mainconfig},components:{TopNav,AccountMainArea,AccountSecondaryArea:AccountSecondaryArea$1}},_hoisted_1$A={class:"flex flex-col"};function _sfc_render$F(e,t,n,o,s,a){const l=resolveComponent("TopNav"),r=resolveComponent("AccountMainArea"),c=resolveComponent("AccountSecondaryArea");return openBlock(),createElementBlock("main",_hoisted_1$A,[createVNode(l,{previousPhonePage:""}),createVNode(r),e.app.industry!=="insurance"?(openBlock(),createBlock(c,{key:e.reloadOffer})):createCommentVNode("",!0)])}const Account=_export_sfc(_sfc_main$F,[["render",_sfc_render$F]]),_sfc_main$E={data(){return mainconfig},components:{TopNav,MashupMainArea}},_hoisted_1$z={class:"height-100-pct"},_hoisted_2$v={class:"mashup-main"};function _sfc_render$E(e,t,n,o,s,a){const l=resolveComponent("TopNav"),r=resolveComponent("MashupMainArea");return openBlock(),createElementBlock("div",_hoisted_1$z,[createVNode(l,{style:{display:"none"},previousPhonePage:e.phonePageName==="heroaction"?"":"help"},null,8,["previousPhonePage"]),createBaseVNode("main",_hoisted_2$v,[createVNode(r)])])}const Mashup=_export_sfc(_sfc_main$E,[["render",_sfc_render$E]]),_sfc_main$D={data(){return mainconfig},components:{HomePage,OfferPage:OfferPage$1,LoginPage,IntroQuickLinks,QuickLinks:QuickLinks$1,Account,Mashup}};function _sfc_render$D(e,t,n,o,s,a){const l=resolveComponent("Mashup"),r=resolveComponent("HomePage"),c=resolveComponent("OfferPage"),d=resolveComponent("LoginPage"),u=resolveComponent("IntroQuickLinks"),m=resolveComponent("QuickLinks"),f=resolveComponent("Account");return e.phonePageName==="heroaction"?(openBlock(),createBlock(l,{key:0})):e.quickLinkId!==-1||e.viewKMHelp!==-1||e.offerAction!==-1||e.viewBill!==-1||e.viewBanner!==-1?(openBlock(),createBlock(l,{key:1})):e.phonePageName===""||e.phonePageName==="index.html"?(openBlock(),createBlock(r,{key:2})):e.phonePageName.indexOf("offer")!==-1?(openBlock(),createBlock(c,{key:3})):e.isAuthenticated?e.phonePageName==="intro"?(openBlock(),createBlock(u,{key:5})):e.phonePageName==="help"?(openBlock(),createBlock(m,{key:6})):e.phonePageName==="account"?(openBlock(),createBlock(f,{key:7})):(openBlock(),createBlock(r,{key:8})):(openBlock(),createBlock(d,{key:4}))}const Main$2=_export_sfc(_sfc_main$D,[["render",_sfc_render$D]]),_sfc_main$C={data(){return mainconfig},components:{Header:Header$2,Main:Main$2,Aside}},_hoisted_1$y={class:"flex flex-col"};function _sfc_render$C(e,t,n,o,s,a){const l=resolveComponent("Aside"),r=resolveComponent("Header"),c=resolveComponent("Main");return openBlock(),createElementBlock("div",_hoisted_1$y,[createVNode(l),createVNode(r),createVNode(c)])}const PhonePage=_export_sfc(_sfc_main$C,[["render",_sfc_render$C]]),_sfc_main$B={data(){return{...mainconfig,isActive:!1,heightVal:"204px"}},methods:{showlogin(){this.isActive=!1,this.toggleLoginOverlay(!0)},toggleLoginOverlay(e){const t=document.getElementsByClassName("launch-login");Array.prototype.forEach.call(t,n=>{(e&&n.nextElementSibling.classList.contains("hidden")||!e&&n.nextElementSibling.classList.contains("show"))&&n.click()})},showMenuOverlay(e){this.isActive=!this.isActive,this.isActive===!0&&(this.heightVal=`${e.target.nextElementSibling.firstElementChild.clientHeight}px`,this.toggleLoginOverlay(!1))},onClickOutMenuOverlay(e){e.target.classList.contains("launch-menu")||(this.isActive=!1)}},components:{MenuItem}},_hoisted_1$x={class:"menu"},_hoisted_2$u={key:0};function _sfc_render$B(e,t,n,o,s,a){const l=resolveComponent("MenuItem"),r=resolveDirective("clickoutside");return openBlock(),createElementBlock("div",_hoisted_1$x,[createBaseVNode("button",{onClick:t[0]||(t[0]=(...c)=>a.showMenuOverlay&&a.showMenuOverlay(...c)),class:"launch-menu"},"Menu"),withDirectives((openBlock(),createElementBlock("div",{class:"menu-overlay flex flex-col",style:normalizeStyle({height:s.isActive?s.heightVal:""})},[createBaseVNode("ul",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.menuitems,(c,d)=>(openBlock(),createBlock(l,{pagetype:c.pagetype,key:c.title,title:c.title,href:c.url?c.url:e.app.offer.length>1?`offer${d+1}.html`:null},null,8,["pagetype","title","href"]))),128)),e.isAuthenticated?createCommentVNode("",!0):(openBlock(),createElementBlock("li",_hoisted_2$u,[createBaseVNode("a",{onClick:t[1]||(t[1]=(...c)=>a.showlogin&&a.showlogin(...c)),class:"launch-login-overlay"},toDisplayString$1(e.$t("message.login")),1)]))])],4)),[[r,{handler:"onClickOutMenuOverlay"}]])])}const MainHeaderMenu=_export_sfc(_sfc_main$B,[["render",_sfc_render$B]]),_sfc_main$A={data(){return mainconfig},mounted(){window.addEventListener("message",this.iFrameMessageListener)},unmounted(){window.removeEventListener("message",this.iFrameMessageListener)},methods:{iFrameMessageListener(e){if(e.data==="pegaMashupNavigateBack")mainconfig.reloadToDoMashup+=1,mainconfig.reloadActivityMashup+=1,this.goHomePage();else if(typeof e.data=="object"&&typeof e.data.key<"u")e.data.key==="Intent"&&typeof e.data.value=="string"?(mainconfig.intent=e.data.value,mainconfig.reloadOffer+=1):e.data.key==="PreviousPage"&&typeof e.data.value=="string"&&(mainconfig.previousPage=e.data.value,mainconfig.reloadOffer+=1);else if(typeof e.data=="object"&&typeof e.data.action<"u")e.data.action==="showkmarticle"&&typeof e.data.articleid=="string"?(mainconfig.KMArticleID=e.data.articleid,this.showKMHelp()):e.data.action==="showbuiltinoffer"&&typeof e.data.url=="string"&&(mainconfig.CDHContainer=e.data,mainconfig.CDHContainer.subjectID=mainconfig.ExternalID,mainconfig.CDHContainer.useURL=!1,mainconfig.offerURL=e.data.url);else if(e.data){let t={};try{t=JSON.parse(e.data)}catch{t={}}if(t.channelName==="PWMashup"&&t.message&&t.message.payload&&t.message.payload.name==="confirm"&&t.message.uid.indexOf("ProactiveChat")===-1&&mainconfig.quickLinkId!==-1){const n=mainconfig.settings.quicklinks[mainconfig.quickLinkId].url,o=document.createElement("iframe"),s=`${n}?pyActivity=LogOff`;o.setAttribute("src",s),o.setAttribute("style","display:none"),o.onload=function(){document.body.removeChild(o)},document.body.appendChild(o)}}},goHomePage(e){mainconfig.quickLinkId=-1,mainconfig.viewBill=-1,mainconfig.viewBanner=-1,mainconfig.homeHeroAction=-1,mainconfig.offerAction=-1,mainconfig.toDo=-1,mainconfig.viewKMHelp=-1,mainconfig.offerURL="",mainconfig.offerIndex=0,mainconfig.CDHContainer={},window.history&&(mainconfig.isAuthenticated?(mainconfig.currentPage="account",window.history.pushState({userId:mainconfig.userId},"",mainconfig.currentPage)):(mainconfig.currentPage="index.html",window.history.pushState({},"",mainconfig.currentPage)),window.scrollTo({top:0,behavior:"smooth"})),window.loadPage=new Date,!(e&&e===!0)&&sendClickStreamEvent(mainconfig,"PageView","Home",window.loadPage)},showKMHelp(){this.goHomePage(!0),mainconfig.previousPage=mainconfig.currentPage,mainconfig.currentPage="help.html",sendClickStreamEvent(mainconfig,"PageView","Help",window.loadPage),this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),mainconfig.viewKMHelp=1,mainconfig.logoutURL.kmhelp=`${mainconfig.settings.kmhelp.url}?pyActivity=LogOff`,mainconfig.reloadMashup+=1}},components:{MenuItem,LoginButton,OperatorButton,MainHeaderMenu}},_hoisted_1$w={class:"wrap header flex"},_hoisted_2$t={class:"flex flex-grow-1"},_hoisted_3$p={class:"flex flex-grow-1"};function _sfc_render$A(e,t,n,o,s,a){const l=resolveComponent("MenuItem"),r=resolveComponent("OperatorButton"),c=resolveComponent("LoginButton"),d=resolveComponent("MainHeaderMenu");return openBlock(),createElementBlock("header",{style:normalizeStyle(!e.isAuthenticated&&e.offerURL==""&&e.homeHeroImg!=""?{backgroundImage:"url("+e.homeHeroImg+")"}:{})},[createBaseVNode("div",_hoisted_1$w,[createBaseVNode("a",null,[createBaseVNode("img",{onClick:t[0]||(t[0]=(...u)=>a.goHomePage&&a.goHomePage(...u)),class:"logo",src:"./img/u+-logo.svg",alt:"U+"})]),createBaseVNode("nav",_hoisted_2$t,[createBaseVNode("ul",_hoisted_3$p,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.menuitems,(u,m)=>(openBlock(),createBlock(l,{pagetype:u.pagetype,key:m,title:u.title,href:u.url?u.url:e.app.offer.length>1?`offer${m+1}.html`:null},null,8,["pagetype","title","href"]))),128))])]),(e.isAuthenticated||e.settings.kmhelp.username!=="")&&e.settings.kmhelp.url!==""?(openBlock(),createElementBlock("a",{key:0,class:"kmhelp",onClick:t[1]||(t[1]=(...u)=>a.showKMHelp&&a.showKMHelp(...u))},toDisplayString$1(e.$t("message.kmhelp")),1)):createCommentVNode("",!0),e.isAuthenticated?(openBlock(),createBlock(r,{key:1})):(openBlock(),createBlock(c,{key:2})),createVNode(d)])],4)}const Header$1=_export_sfc(_sfc_main$A,[["render",_sfc_render$A]]),_sfc_main$z={data(){return{...mainconfig,errorloading:!1,loading:!0,data:[],RTSstate:{index:-1,id:0},hero_offer:{img:"",url:"",title:"",message:"",link:this.$t(`message.${mainconfig.app.herotext.buttonlabel}`)}}},mounted(){if(this.settings.pega_marketing.Host!==""&&this.settings.pega_marketing.homePage.placement!==""&&this.settings.pega_marketing.homePage.containerName!==""){const e=this;setTimeout(()=>{initNBAM(e,"homePage","",e.previousPage,mainconfig.currentPage)},200)}},updated(){if(window.IntersectionObserver&&mainconfig.settings.pega_marketing.useCaptureByChannel===!0){const e=new IntersectionObserver(t=>{t.forEach(n=>{if(n.isIntersecting){let o=n.target.getAttribute("data-offer-index");o!==null?(captureResponse(this,this.data[o],"Impression"),e.unobserve(n.target)):(o=n.target.getAttribute("data-hero-offer"),o!==null&&(captureResponse(this,this.hero_offer,"Impression"),e.unobserve(n.target)))}})},{threshold:1});document.querySelectorAll(".offer-card").forEach(t=>{e.observe(t)}),document.querySelectorAll(".hero-offer").forEach(t=>{e.observe(t)})}},methods:{checkRTSEventHover(e,t,n){mainconfig.isRTSEnabled===!0&&(this.RTSstate.index===-1?(this.RTSstate.index=e,this.RTSstate.id=setTimeout(()=>{this.generateRTSEvent(t)},3e3)):this.RTSstate.index===e&&n===!1&&(clearTimeout(this.RTSstate.id),this.RTSstate.id=0,this.RTSstate.index=-1))},generateRTSEvent(e){const t=document.querySelector(".comment"),n=new Date;let o=n.getMonth()+1;o<10&&(o=`0${o}`);const s=`${n.getFullYear()}-${o}-${n.getDate()}`,a=`${n.getHours()}:${n.getMinutes()}:${n.getSeconds()}`;t.innerHTML+=`

${s} ${a} - Sending event - group:${e.category} - value:${e.name}{window.scrollTo({top:0,behavior:"smooth"})},0)},toggleAIOverlay(e){e.showAIoverlay=!e.showAIoverlay},gotoOfferPage(e){mainconfig.currentPage="offer.html",this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),sendClickStreamEvent(mainconfig,"PegaView","Offer",window.loadPage),window.loadPage=new Date;const t=mainconfig.isAuthenticated?{userId:mainconfig.userId}:{};window.history.pushState(t,"","offer.html"),mainconfig.offerIndex=0,setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0),e.preventDefault()}},components:{AIOverlay}},_hoisted_1$v={class:"hero-main"},_hoisted_2$s={class:"wrap hero-wrap flex"},_hoisted_3$o={class:"flex flex-col hero-heading"},_hoisted_4$m={class:"hero"},_hoisted_5$m={key:0},_hoisted_6$l={class:"wrap primary-options"},_hoisted_7$h={class:"options"},_hoisted_8$g={class:"details"},_hoisted_9$g=["src","alt"],_hoisted_10$f={class:"option-header"},_hoisted_11$f={class:"wrap primary-options",style:{"min-height":"400px"}},_hoisted_12$f={class:"options"},_hoisted_13$f={key:0,class:"hero-main"},_hoisted_14$f={class:"flex flex-nowrap flex-row-reverse"},_hoisted_15$f=["src","alt"],_hoisted_16$f={class:"flex flex-col"},_hoisted_17$f={class:"hero hero-offer","data-hero-offer":1},_hoisted_18$f=["href"],_hoisted_19$f=["href"],_hoisted_20$f={key:1,class:"wrap hero-wrap flex"},_hoisted_21$f={class:"flex flex-col hero-heading"},_hoisted_22$e={class:"hero"},_hoisted_23$e={key:0},_hoisted_24$9={class:"wrap primary-options"},_hoisted_25$8={class:"options"},_hoisted_26$7=["onMouseover","onMouseleave"],_hoisted_27$7=["data-offer-index"],_hoisted_28$7=["onClick"],_hoisted_29$7=["src","alt"],_hoisted_30$5={class:"option-header"},_hoisted_31$5=["href"],_hoisted_32$5=["href"],_hoisted_33$4=["onClick"];function _sfc_render$z(e,t,n,o,s,a){const l=resolveComponent("AIOverlay");return e.settings.pega_marketing.Host===""||e.settings.pega_marketing.homePage.placement===""||e.settings.pega_marketing.homePage.containerName===""||s.loading&&!e.settings.pega_marketing.showLoadingIndicator||s.errorloading?(openBlock(),createElementBlock(Fragment,{key:0},[createBaseVNode("div",_hoisted_1$v,[createBaseVNode("div",_hoisted_2$s,[createBaseVNode("div",_hoisted_3$o,[createBaseVNode("h1",_hoisted_4$m,[createTextVNode(toDisplayString$1(e.$t(`message.${e.app.herotext.title}`))+" ",1),e.$t(`message.${e.app.herotext.titlespan}`)!==""?(openBlock(),createElementBlock("span",_hoisted_5$m,toDisplayString$1(e.$t(`message.${e.app.herotext.titlespan}`)),1)):createCommentVNode("",!0)]),createBaseVNode("button",{onClick:t[0]||(t[0]=(...r)=>a.applyHeroAction&&a.applyHeroAction(...r)),class:"strong"},toDisplayString$1(e.$t(`message.${e.app.herotext.buttonlabel}`)),1)]),t[5]||(t[5]=createBaseVNode("div",{class:"flex hero-image"},[createBaseVNode("div",{class:"hero-splash"})],-1))])]),t[6]||(t[6]=createBaseVNode("div",{class:"ribbon"},[createBaseVNode("div")],-1)),createBaseVNode("div",_hoisted_6$l,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.primaryheading}`)),1),createBaseVNode("div",_hoisted_7$h,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.primarydetails,(r,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option"},[createBaseVNode("div",_hoisted_8$g,[createBaseVNode("img",{class:"option",src:r.img,alt:e.$t("message."+r.title)},null,8,_hoisted_9$g),createBaseVNode("h3",_hoisted_10$f,toDisplayString$1(e.$t("message."+r.title)),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message."+r.message)),1),createBaseVNode("a",{onClick:t[1]||(t[1]=(...d)=>a.gotoOfferPage&&a.gotoOfferPage(...d)),href:"./offer.html"},toDisplayString$1(e.$t("message."+r.link)),1)])]))),128))])])],64)):e.settings.pega_marketing.Host!==""&&s.loading&&e.settings.pega_marketing.showLoadingIndicator?(openBlock(),createElementBlock(Fragment,{key:1},[t[8]||(t[8]=createStaticVNode('

',2)),createBaseVNode("div",_hoisted_11$f,[createBaseVNode("div",_hoisted_12$f,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.primarydetails,(r,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option loading-container"},t[7]||(t[7]=[createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1)])))),128))])])],64)):(openBlock(),createElementBlock(Fragment,{key:2},[!e.isAuthenticated&&e.homeHeroAction!=1&&e.offerURL===""?(openBlock(),createElementBlock("div",_hoisted_13$f,[s.hero_offer.title!==""?(openBlock(),createElementBlock("div",{key:0,class:normalizeClass(["wrap flex",s.hero_offer.img!==""?"hero-with-img":"hero-no-img"])},[e.settings.pega_marketing.showAIOverlay&&(s.hero_offer.url!==""||s.hero_offer.img!=="")?(openBlock(),createElementBlock("button",{key:0,class:"pi pi-polaris-solid ai-toggle",onClick:t[2]||(t[2]=r=>a.toggleAIOverlay(s.hero_offer)),title:"toggle AI"})):createCommentVNode("",!0),createBaseVNode("div",_hoisted_14$f,[s.hero_offer.img!==""?(openBlock(),createElementBlock("img",{key:0,class:"hero-offer-img",src:s.hero_offer.img,alt:s.hero_offer.title},null,8,_hoisted_15$f)):createCommentVNode("",!0),createBaseVNode("div",_hoisted_16$f,[createBaseVNode("h1",_hoisted_17$f,toDisplayString$1(s.hero_offer.title),1),e.settings.pega_marketing.homePage.clickaction==="TopURL"&&s.hero_offer.url!==""?(openBlock(),createElementBlock("a",{key:0,href:s.hero_offer.url},toDisplayString$1(s.hero_offer.link),9,_hoisted_18$f)):e.settings.pega_marketing.homePage.clickaction==="Popup"&&s.hero_offer.url!==""?(openBlock(),createElementBlock("a",{key:1,href:s.hero_offer.url,target:"_blank"},toDisplayString$1(s.hero_offer.link),9,_hoisted_19$f)):(openBlock(),createElementBlock("button",{key:2,onClick:t[3]||(t[3]=(...r)=>a.applyHeroAction&&a.applyHeroAction(...r)),class:"strong"},toDisplayString$1(s.hero_offer.link),1))])]),e.settings.pega_marketing.showAIOverlay?(openBlock(),createBlock(l,{key:1,offer:s.hero_offer,class:normalizeClass(s.hero_offer.showAIoverlay?"show":"")},null,8,["offer","class"])):createCommentVNode("",!0)],2)):(openBlock(),createElementBlock("div",_hoisted_20$f,[createBaseVNode("div",_hoisted_21$f,[createBaseVNode("h1",_hoisted_22$e,[createTextVNode(toDisplayString$1(e.$t(`message.${e.app.herotext.title}`))+" ",1),e.$t(`message.${e.app.herotext.titlespan}`)!==""?(openBlock(),createElementBlock("span",_hoisted_23$e,toDisplayString$1(e.$t(`message.${e.app.herotext.titlespan}`)),1)):createCommentVNode("",!0)]),createBaseVNode("button",{onClick:t[4]||(t[4]=(...r)=>a.applyHeroAction&&a.applyHeroAction(...r)),class:"strong"},toDisplayString$1(e.$t(`message.${e.app.herotext.buttonlabel}`)),1)]),t[9]||(t[9]=createBaseVNode("div",{class:"flex hero-image"},[createBaseVNode("div",{class:"hero-splash"})],-1))]))])):createCommentVNode("",!0),t[10]||(t[10]=createBaseVNode("div",{class:"ribbon"},[createBaseVNode("div")],-1)),createBaseVNode("div",_hoisted_24$9,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.primaryheading}`)),1),createBaseVNode("div",_hoisted_25$8,[(openBlock(!0),createElementBlock(Fragment,null,renderList(s.data,(r,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option cdh-offer",onMouseover:d=>a.checkRTSEventHover(c,r,!0),onMouseleave:d=>a.checkRTSEventHover(c,r,!1)},[createBaseVNode("div",{class:"offer-card details","data-offer-index":c},[e.settings.pega_marketing.showAIOverlay?(openBlock(),createElementBlock("button",{key:0,class:"pi pi-polaris-solid ai-toggle",onClick:d=>a.toggleAIOverlay(r),title:"toggle AI"},null,8,_hoisted_28$7)):createCommentVNode("",!0),createBaseVNode("img",{class:"option",src:r.img,alt:r.title},null,8,_hoisted_29$7),createBaseVNode("h3",_hoisted_30$5,toDisplayString$1(r.title),1),createBaseVNode("p",null,toDisplayString$1(r.message),1),e.settings.pega_marketing.homePage.clickaction==="TopURL"&&r.url!=""?(openBlock(),createElementBlock("a",{key:1,href:r.url},toDisplayString$1(e.$t("message."+r.link)),9,_hoisted_31$5)):e.settings.pega_marketing.homePage.clickaction==="Popup"&&r.url!=""?(openBlock(),createElementBlock("a",{key:2,href:r.url,target:"_blank"},toDisplayString$1(e.$t("message."+r.link)),9,_hoisted_32$5)):(openBlock(),createElementBlock("button",{key:3,class:"simple",onClick:d=>a.showOffer(r)},toDisplayString$1(e.$t("message."+r.link)),9,_hoisted_33$4)),e.settings.pega_marketing.showAIOverlay?(openBlock(),createBlock(l,{key:4,offer:r,class:normalizeClass(r.showAIoverlay?"show":"")},null,8,["offer","class"])):createCommentVNode("",!0)],8,_hoisted_27$7)],40,_hoisted_26$7))),128))])])],64))}const FrontMainArea=_export_sfc(_sfc_main$z,[["render",_sfc_render$z]]),_sfc_main$y={data(){return mainconfig}},_hoisted_1$u={class:"wrap secondary-options"},_hoisted_2$r={class:"content-card flex flex-col"},_hoisted_3$n={class:"strong"};function _sfc_render$y(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$u,[t[0]||(t[0]=createBaseVNode("div",{class:"banner",style:{backgroundImage:"url(img/secondary-options.jpg)"}},null,-1)),createBaseVNode("div",_hoisted_2$r,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.secondarydetails.heading}`)),1),createBaseVNode("button",_hoisted_3$n,toDisplayString$1(e.$t(`message.${e.app.secondarydetails.link}`)),1)])])}const FrontSecondaryArea=_export_sfc(_sfc_main$y,[["render",_sfc_render$y]]),_sfc_main$x={data(){return{...mainconfig,isprocessed:!1}},methods:{processOffer(e){captureResponse(this,this.CDHContainer,e),this.isprocessed=!0},closeOffer(){top.postMessage("pegaMashupNavigateBack",location.origin)},onLoadIframe(e){try{var t=e.target.contentWindow.location.pathname;(t.indexOf("/Basic")===0||t.indexOf("/Detailed")===0)&&(this.offerURL=t,this.CDHContainer.useURL=!1)}catch{console.log("CDH is not in the same origin as the Uplus app")}}}},_hoisted_1$t={key:0,class:"flex flex-col full-height"},_hoisted_2$q=["src"],_hoisted_3$m={key:1,class:"flex flex-col"},_hoisted_4$l={class:"main-offer builtin-offer primary-card flex flex-nowrap"},_hoisted_5$l=["src","alt"],_hoisted_6$k={class:"details"},_hoisted_7$g={key:0},_hoisted_8$f={key:1},_hoisted_9$f={class:"button-row padding-t-2x"},_hoisted_10$e={key:2,class:"flex flex-col"},_hoisted_11$e={class:"primary-card builtin-offer flex flex-nowrap"},_hoisted_12$e=["src","alt"],_hoisted_13$e={class:"details"},_hoisted_14$e={key:0},_hoisted_15$e={key:1},_hoisted_16$e={key:0},_hoisted_17$e={key:1},_hoisted_18$e={class:"button-row padding-t-2x"},_hoisted_19$e={key:3,class:"flex flex-col",style:{width:"100%"}},_hoisted_20$e={class:"primary-card flex-mid-align flex flex-col"},_hoisted_21$e={class:"success-text"};function _sfc_render$x(e,t,n,o,s,a){return e.CDHContainer.useURL===!0?(openBlock(),createElementBlock("section",_hoisted_1$t,[createBaseVNode("iframe",{onLoad:t[0]||(t[0]=(...l)=>a.onLoadIframe&&a.onLoadIframe(...l)),src:e.offerURL,style:{overflow:"hidden"},width:"100%",height:"100%",border:"0",frameborder:"0"},null,40,_hoisted_2$q)])):!s.isprocessed&&e.offerURL.indexOf("/Basic")===0?(openBlock(),createElementBlock("section",_hoisted_3$m,[createBaseVNode("h1",null,toDisplayString$1(e.CDHContainer.title),1),createBaseVNode("div",_hoisted_4$l,[createBaseVNode("img",{class:"offer-img",src:e.CDHContainer.img,alt:e.CDHContainer.title},null,8,_hoisted_5$l),createBaseVNode("div",_hoisted_6$k,[typeof e.CDHContainer.message<"u"?(openBlock(),createElementBlock("div",_hoisted_7$g,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_description")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.message),1)])):createCommentVNode("",!0),typeof e.CDHContainer.benefits<"u"?(openBlock(),createElementBlock("div",_hoisted_8$f,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_benefits")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.benefits),1)])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_9$f,[createBaseVNode("button",{onClick:t[1]||(t[1]=l=>a.processOffer("Rejected")),class:"tertiary"},toDisplayString$1(e.$t("message.offer_builtin_button_rejected")),1),createBaseVNode("button",{onClick:t[2]||(t[2]=l=>a.processOffer("Accepted")),class:"strong"},toDisplayString$1(e.$t("message.offer_builtin_button_accepted")),1)])])])])):!s.isprocessed&&e.offerURL.indexOf("/Detailed")===0?(openBlock(),createElementBlock("section",_hoisted_10$e,[createBaseVNode("h1",null,toDisplayString$1(e.CDHContainer.title),1),createBaseVNode("div",_hoisted_11$e,[createBaseVNode("img",{class:"offer-img",src:e.CDHContainer.img,alt:e.CDHContainer.title},null,8,_hoisted_12$e),createBaseVNode("div",_hoisted_13$e,[typeof e.CDHContainer.message<"u"?(openBlock(),createElementBlock("div",_hoisted_14$e,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_description")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.message),1)])):createCommentVNode("",!0),typeof e.CDHContainer.benefits<"u"?(openBlock(),createElementBlock("div",_hoisted_15$e,[createBaseVNode("label",null,toDisplayString$1(e.$t("message.offer_builtin_benefits")),1),createBaseVNode("p",null,toDisplayString$1(e.CDHContainer.benefits),1)])):createCommentVNode("",!0),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.CDHContainer.attributes,(l,r)=>(openBlock(),createElementBlock("div",{key:r},[typeof e.CDHContainer[l]<"u"&&e.CDHContainer[l]!==""?(openBlock(),createElementBlock("label",_hoisted_16$e,toDisplayString$1(e.$t(`message.offer_builtin_${l}`)===`message.offer_builtin_${l}`?l:e.$t(`message.offer_builtin_${l}`)),1)):createCommentVNode("",!0),typeof e.CDHContainer[l]<"u"&&e.CDHContainer[l]!==""?(openBlock(),createElementBlock("p",_hoisted_17$e,toDisplayString$1(e.CDHContainer[l]),1)):createCommentVNode("",!0)]))),128)),createBaseVNode("div",_hoisted_18$e,[createBaseVNode("button",{onClick:t[3]||(t[3]=l=>a.processOffer("Rejected")),class:"tertiary"},toDisplayString$1(e.$t("message.offer_builtin_button_rejected")),1),createBaseVNode("button",{onClick:t[4]||(t[4]=l=>a.processOffer("Accepted")),class:"strong"},toDisplayString$1(e.$t("message.offer_builtin_button_accepted")),1)])])])])):(openBlock(),createElementBlock("section",_hoisted_19$e,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message.offer_builtin_response_heading")),1),createBaseVNode("div",_hoisted_20$e,[t[6]||(t[6]=createBaseVNode("i",{class:"product-icon pi pi-check"},null,-1)),createBaseVNode("p",_hoisted_21$e,toDisplayString$1(e.$t("message.offer_builtin_thankyou")),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message.offer_builtin_response")),1),createBaseVNode("div",null,[createBaseVNode("button",{onClick:t[5]||(t[5]=l=>a.closeOffer()),class:"strong"},toDisplayString$1(e.$t("message.offer_builtin_button_close")),1)])])]))}const MicroSiteMainArea=_export_sfc(_sfc_main$x,[["render",_sfc_render$x]]),_sfc_main$w={data(){return{...mainconfig,isExpanded:!1,isEnabled:!1,msg:"Click play to enable detection of user patterns."}},methods:{toggleRTSOverlay(){this.isExpanded=!this.isExpanded},toggleRTSFeature(){this.isEnabled=!this.isEnabled,mainconfig.isRTSEnabled=this.isEnabled}}},_hoisted_1$s={class:"flex"},_hoisted_2$p={class:"flex flex-1"},_hoisted_3$l={class:"comment"};function _sfc_render$w(e,t,n,o,s,a){return openBlock(),createElementBlock("div",{class:normalizeClass("rts-overlay"+(s.isExpanded?" expanded":""))},[createBaseVNode("button",{class:"pi pi-stopwatch-solid rts-toggle rts-overlay-toggle",onClick:t[0]||(t[0]=l=>a.toggleRTSOverlay()),title:"toggle RTS overlay"}),createBaseVNode("div",_hoisted_1$s,[createBaseVNode("div",_hoisted_2$p,[t[2]||(t[2]=createBaseVNode("div",{class:"flex flex-col"},[createBaseVNode("div",{class:"rts-logo"}),createBaseVNode("span",null,"Real-time data streaming")],-1)),createBaseVNode("button",{class:normalizeClass("pi rts-enable rts-toggle"+(s.isEnabled?" pi-pause-solid pi-rts-error":" pi-play-solid")),onClick:t[1]||(t[1]=l=>a.toggleRTSFeature()),title:"toggle RTS feature"},null,2)]),createBaseVNode("div",_hoisted_3$l,toDisplayString$1(s.msg),1)])],2)}const RTSOverlay=_export_sfc(_sfc_main$w,[["render",_sfc_render$w]]),_sfc_main$v={data(){return mainconfig},components:{MainHeader:Header$1,FrontMainArea,MashupMainArea,FrontSecondaryArea,MainFooter:Footer,MicroSiteMainArea,RTSOverlay}},_hoisted_1$r={key:0,class:"form flex flex-col"},_hoisted_2$o={class:"mashup-main flex flex-col"},_hoisted_3$k={key:1,class:"form flex flex-col"},_hoisted_4$k={class:"flex flex-col"},_hoisted_5$k={class:"wrap height-100-pct"},_hoisted_6$j={key:2,class:"front"};function _sfc_render$v(e,t,n,o,s,a){const l=resolveComponent("MainHeader"),r=resolveComponent("MashupMainArea"),c=resolveComponent("MainFooter"),d=resolveComponent("MicroSiteMainArea"),u=resolveComponent("RTSOverlay"),m=resolveComponent("FrontMainArea"),f=resolveComponent("FrontSecondaryArea");return e.homeHeroAction==1||e.viewKMHelp==1?(openBlock(),createElementBlock("div",_hoisted_1$r,[createVNode(l),createBaseVNode("main",_hoisted_2$o,[createVNode(r,{class:"wrap"})]),createVNode(c)])):e.offerURL!==""?(openBlock(),createElementBlock("div",_hoisted_3$k,[createVNode(l),createBaseVNode("main",_hoisted_4$k,[createBaseVNode("div",_hoisted_5$k,[createVNode(d)])]),createVNode(c)])):(openBlock(),createElementBlock("div",_hoisted_6$j,[e.settings.pega_marketing.enableRTS?(openBlock(),createBlock(u,{key:0})):createCommentVNode("",!0),createVNode(l),createBaseVNode("main",{class:normalizeClass("flex flex-col"+(e.isRTSEnabled?" rts-enabled":""))},[createVNode(m),createVNode(f)],2),createVNode(c)]))}const FrontPage=_export_sfc(_sfc_main$v,[["render",_sfc_render$v]]),_sfc_main$u={data(){return mainconfig}},_hoisted_1$q={class:"primary-card"},_hoisted_2$n={class:"header flex flex-mid-align search-bar"},_hoisted_3$j=["value","placeholder"],_hoisted_4$j={key:0,class:"content responsive color-heading"},_hoisted_5$j={scope:"col"},_hoisted_6$i={scope:"col"},_hoisted_7$f={scope:"col"},_hoisted_8$e={scope:"col",class:"align-r"},_hoisted_9$e={class:"heading"},_hoisted_10$d={class:"hide-collapsed",colspan:"2"},_hoisted_11$d=["data-title"],_hoisted_12$d=["title"],_hoisted_13$d=["data-title"],_hoisted_14$d=["data-title"],_hoisted_15$d=["data-title"],_hoisted_16$d=["data-title"],_hoisted_17$d={class:"heading"},_hoisted_18$d={class:"hide-collapsed",colspan:"2"},_hoisted_19$d=["data-title"],_hoisted_20$d=["title"],_hoisted_21$d=["data-title"],_hoisted_22$d=["data-title"],_hoisted_23$d=["data-title"],_hoisted_24$8=["data-title"],_hoisted_25$7={key:0,class:"trend trend-success"},_hoisted_26$6={key:1,class:"trend trend-error"},_hoisted_27$6={class:"investmentamount"},_hoisted_28$6={class:"footer"},_hoisted_29$6={colspan:"4"};function _sfc_render$u(e,t,n,o,s,a){return openBlock(),createElementBlock("section",_hoisted_1$q,[createBaseVNode("div",_hoisted_2$n,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message.accounts")),1),createBaseVNode("input",{type:"text",class:"filter",value:e.$t("message.search"),placeholder:e.$t("message.search_past_services")},null,8,_hoisted_3$j),t[0]||(t[0]=createBaseVNode("i",{class:"pi pi-dark pi-search"},null,-1))]),e.userId!=-1?(openBlock(),createElementBlock("table",_hoisted_4$j,[createBaseVNode("thead",null,[createBaseVNode("tr",null,[createBaseVNode("th",_hoisted_5$j,toDisplayString$1(e.$t("message.accounts_header1")),1),createBaseVNode("th",_hoisted_6$i,toDisplayString$1(e.$t("message.accounts_header2")),1),createBaseVNode("th",_hoisted_7$f,toDisplayString$1(e.$t("message.accounts_header3")),1),createBaseVNode("th",_hoisted_8$e,toDisplayString$1(e.$t("message.accounts_header4")),1)])]),createBaseVNode("tbody",null,[createBaseVNode("tr",_hoisted_9$e,[createBaseVNode("td",_hoisted_10$d,toDisplayString$1(e.$t("message.accounts_header_col1")),1),createBaseVNode("td",{"data-title":e.$t("message.accounts_header_col1"),colspan:"2",class:"align-r"}," $1,679,072.63 ",8,_hoisted_11$d)]),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.users[e.userId].accounts,l=>(openBlock(),createElementBlock("tr",{key:l.id,title:l.id},[createBaseVNode("td",{"data-title":e.$t("message.accounts_header1")},[createBaseVNode("a",null,toDisplayString$1(l.number),1)],8,_hoisted_13$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header2")},toDisplayString$1(l.name),9,_hoisted_14$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header3")},toDisplayString$1(l.type),9,_hoisted_15$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header4"),class:"align-r"},toDisplayString$1(e.$n(l.balance,"currency")),9,_hoisted_16$d)],8,_hoisted_12$d))),128)),createBaseVNode("tr",_hoisted_17$d,[createBaseVNode("td",_hoisted_18$d,toDisplayString$1(e.$t("message.investmentaccounts_header_col1")),1),createBaseVNode("td",{"data-title":e.$t("message.investmentaccounts_header_col1"),colspan:"2",class:"align-r"}," $141,216,865.42 ",8,_hoisted_19$d)]),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.users[e.userId].investmentaccounts,l=>(openBlock(),createElementBlock("tr",{key:l.id,title:l.id},[createBaseVNode("td",{"data-title":e.$t("message.accounts_header1")},[createBaseVNode("a",null,toDisplayString$1(l.number),1)],8,_hoisted_21$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header2")},toDisplayString$1(l.name),9,_hoisted_22$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header3")},toDisplayString$1(l.type),9,_hoisted_23$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header4"),class:"align-r"},[l.trend==="green"?(openBlock(),createElementBlock("span",_hoisted_25$7,[t[1]||(t[1]=createBaseVNode("i",{class:"pi pi-arrow-up pi-success"},null,-1)),createTextVNode(" "+toDisplayString$1(l.trendvalue)+"% ",1)])):(openBlock(),createElementBlock("span",_hoisted_26$6,[t[2]||(t[2]=createBaseVNode("i",{class:"pi pi-arrow-down pi-error"},null,-1)),createTextVNode(" "+toDisplayString$1(l.trendvalue)+"% ",1)])),createBaseVNode("span",_hoisted_27$6,toDisplayString$1(e.$n(l.balance,"currency")),1)],8,_hoisted_24$8)],8,_hoisted_20$d))),128)),createBaseVNode("tr",_hoisted_28$6,[createBaseVNode("td",_hoisted_29$6,[createBaseVNode("a",null,toDisplayString$1(e.$t("message.addaccount")),1)])])])])):createCommentVNode("",!0)])}const AccountList=_export_sfc(_sfc_main$u,[["render",_sfc_render$u]]),_sfc_main$t={data(){return mainconfig}},_hoisted_1$p={class:"primary-card keyrates"},_hoisted_2$m={class:"color-light"},_hoisted_3$i={class:"heading"},_hoisted_4$i={scope:"col"},_hoisted_5$i={scope:"col"},_hoisted_6$h={scope:"col"},_hoisted_7$e=["title"],_hoisted_8$d={key:0,class:"pi pi-arrow-up pi-success"},_hoisted_9$d={key:1,class:"pi pi-arrow-down pi-error"};function _sfc_render$t(e,t,n,o,s,a){return openBlock(),createElementBlock("section",_hoisted_1$p,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message.keyrates_title")),1),createBaseVNode("table",_hoisted_2$m,[createBaseVNode("thead",null,[createBaseVNode("tr",_hoisted_3$i,[t[0]||(t[0]=createBaseVNode("th",{scope:"col"},"Metric",-1)),createBaseVNode("th",_hoisted_4$i,toDisplayString$1(e.$t("message.keyrates_header_col1")),1),createBaseVNode("th",_hoisted_5$i,toDisplayString$1(e.$t("message.keyrates_header_col2")),1),createBaseVNode("th",_hoisted_6$h,toDisplayString$1(e.$t("message.keyrates_header_col3")),1)])]),createBaseVNode("tbody",null,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.keyrates,l=>(openBlock(),createElementBlock("tr",{key:l.name,title:e.$t("message."+l.name)},[createBaseVNode("td",null,toDisplayString$1(e.$t("message."+l.name)),1),createBaseVNode("td",null,[l.trend==="green"?(openBlock(),createElementBlock("i",_hoisted_8$d)):createCommentVNode("",!0),l.trend==="red"?(openBlock(),createElementBlock("i",_hoisted_9$d)):createCommentVNode("",!0),createTextVNode(" "+toDisplayString$1(e.$n(l.current,"keyrates")),1)]),createBaseVNode("td",null,toDisplayString$1(e.$n(l.high,"keyrates")),1),createBaseVNode("td",null,toDisplayString$1(e.$n(l.low,"keyrates")),1)],8,_hoisted_7$e))),128))])])])}const KeyRates=_export_sfc(_sfc_main$t,[["render",_sfc_render$t]]),_sfc_main$s={data(){return mainconfig},components:{MashupMainArea,AccountList,Banner,RecentActivity,QuickLinks,KeyRates},methods:{getMonth(e){const t=new Date(new Date().getFullYear(),new Date().getMonth(),1);return t.setMonth((t.getMonth()+e)%12),t}}},_hoisted_1$o={class:"col col-1"},_hoisted_2$l={class:"primary-card"},_hoisted_3$h={class:"flex"},_hoisted_4$h={class:"flex-1 cash-projections primary-card"},_hoisted_5$h={class:"flex"},_hoisted_6$g={class:"dropdown"},_hoisted_7$d={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 880 305"},_hoisted_8$c={transform:"translate(80,40)"},_hoisted_9$c={class:"axis",color:"#7b7b7b",fill:"#7b7b7b","font-size":"18","font-family":"Inter","text-anchor":"end",transform:"rotate(270)"},_hoisted_10$c={x:"-165",y:"-43",dy:"0.32em","text-anchor":"start"},_hoisted_11$c={x:"-155",y:"745",dy:"0.32em","text-anchor":"start"},_hoisted_12$c={class:"axis",transform:"translate(0,205)",fill:"none","font-size":"16","font-family":"Inter","text-anchor":"middle"},_hoisted_13$c={class:"tick",opacity:"1",transform:"translate(55,0)"},_hoisted_14$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_15$c={class:"tick",opacity:"1",transform:"translate(170,0)"},_hoisted_16$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_17$c={class:"tick",opacity:"1",transform:"translate(285,0)"},_hoisted_18$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_19$c={class:"tick",opacity:"1",transform:"translate(400,0)"},_hoisted_20$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_21$c={class:"tick",opacity:"1",transform:"translate(515,0)"},_hoisted_22$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_23$c={class:"tick",opacity:"1",transform:"translate(630,0)"},_hoisted_24$7={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_25$6={"font-family":"Inter","font-size":"15","text-anchor":"end"},_hoisted_26$5={transform:"translate(-55,5)"},_hoisted_27$5={fill:"#7b7b7b",x:"235",y:"240",dy:"0.32em"},_hoisted_28$5={fill:"#7b7b7b",x:"320",y:"240",dy:"0.32em"},_hoisted_29$5={transform:"translate(365,240)"},_hoisted_30$4={fill:"#7b7b7b",x:"115",dy:"0.32em"},_hoisted_31$4={transform:"translate(520,240)"},_hoisted_32$4={fill:"#7b7b7b",x:"135",dy:"0.32em"};function _sfc_render$s(e,t,n,o,s,a){const l=resolveComponent("Banner"),r=resolveComponent("AccountList"),c=resolveComponent("QuickLinks"),d=resolveComponent("MashupMainArea"),u=resolveComponent("RecentActivity"),m=resolveComponent("KeyRates");return openBlock(),createElementBlock("div",_hoisted_1$o,[createBaseVNode("div",_hoisted_2$l,[typeof e.settings.banner<"u"&&e.settings.banner.hidebanner!=="true"&&e.settings.banner.hidebanner!==!0?(openBlock(),createBlock(l,{key:0})):createCommentVNode("",!0),createVNode(r),createVNode(c)]),typeof e.settings.todo<"u"&&e.settings.todo.url!==""?(openBlock(),createBlock(d,{key:e.reloadToDoMashup})):createCommentVNode("",!0),typeof e.settings.todo<"u"&&e.settings.todo.hideactivity!=="true"&&e.settings.todo.hideactivity!==!0?(openBlock(),createBlock(u,{key:e.reloadActivityMashup})):createCommentVNode("",!0),createBaseVNode("div",_hoisted_3$h,[createBaseVNode("section",_hoisted_4$h,[createBaseVNode("div",_hoisted_5$h,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message.cash_projections")),1),createBaseVNode("div",null,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.income")),1),t[0]||(t[0]=createBaseVNode("span",null,[createBaseVNode("i",{class:"pi pi-arrow-down pi-error"}),createTextVNode("17.4% ")],-1))]),createBaseVNode("div",null,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.cost")),1),t[1]||(t[1]=createBaseVNode("span",null,[createBaseVNode("i",{class:"pi pi-arrow-up pi-success"}),createTextVNode("12.2% ")],-1))]),createBaseVNode("div",null,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.balance")),1),t[2]||(t[2]=createBaseVNode("span",null,[createBaseVNode("i",{class:"pi pi-arrow-down pi-error"}),createTextVNode("2.1% ")],-1))])]),createBaseVNode("div",null,[createBaseVNode("p",_hoisted_6$g,[createTextVNode(toDisplayString$1(e.$t("message.cash_projections_dropdown"))+" ",1),t[3]||(t[3]=createBaseVNode("i",{class:"pi pi-caret-down"},null,-1))])]),(openBlock(),createElementBlock("svg",_hoisted_7$d,[createBaseVNode("g",_hoisted_8$c,[createBaseVNode("g",_hoisted_9$c,[createBaseVNode("text",_hoisted_10$c,toDisplayString$1(e.$t("message.income_and_cost")),1),createBaseVNode("text",_hoisted_11$c,toDisplayString$1(e.$t("message.cash_and_balance")),1)]),t[12]||(t[12]=createStaticVNode('00.5M50k1M100k1.5M150k2M200k',6)),createBaseVNode("g",_hoisted_12$c,[createBaseVNode("g",_hoisted_13$c,[createBaseVNode("text",_hoisted_14$c,toDisplayString$1(e.$d(a.getMonth(-4),"month_only")),1)]),createBaseVNode("g",_hoisted_15$c,[createBaseVNode("text",_hoisted_16$c,toDisplayString$1(e.$d(a.getMonth(-3),"month_only")),1)]),createBaseVNode("g",_hoisted_17$c,[createBaseVNode("text",_hoisted_18$c,toDisplayString$1(e.$d(a.getMonth(-2),"month_only")),1)]),createBaseVNode("g",_hoisted_19$c,[createBaseVNode("text",_hoisted_20$c,toDisplayString$1(e.$d(a.getMonth(-1),"month_only")),1)]),createBaseVNode("g",_hoisted_21$c,[createBaseVNode("text",_hoisted_22$c,toDisplayString$1(e.$d(a.getMonth(0),"month_only")),1)]),createBaseVNode("g",_hoisted_23$c,[createBaseVNode("text",_hoisted_24$7,toDisplayString$1(e.$d(a.getMonth(1),"month_only")),1)])]),createBaseVNode("g",_hoisted_25$6,[createBaseVNode("g",_hoisted_26$5,[t[10]||(t[10]=createBaseVNode("circle",{cx:"170",cy:"240",r:"5",fill:"#67c100"},null,-1)),createBaseVNode("text",_hoisted_27$5,toDisplayString$1(e.$t("message.income")),1),t[11]||(t[11]=createBaseVNode("circle",{cx:"275",cy:"240",r:"5",fill:"#ea5959"},null,-1)),createBaseVNode("text",_hoisted_28$5,toDisplayString$1(e.$t("message.cost")),1),createBaseVNode("g",_hoisted_29$5,[t[4]||(t[4]=createBaseVNode("line",{stroke:"#3171e1",x2:"15"},null,-1)),t[5]||(t[5]=createBaseVNode("line",{stroke:"#3171e1",x2:"-15"},null,-1)),t[6]||(t[6]=createBaseVNode("circle",{r:"5",stroke:"#3171e1",fill:"#000"},null,-1)),createBaseVNode("text",_hoisted_30$4,toDisplayString$1(e.$t("message.cash_balance")),1)]),createBaseVNode("g",_hoisted_31$4,[t[7]||(t[7]=createBaseVNode("line",{stroke:"#3171e1",x2:"15","stroke-dasharray":"3 3"},null,-1)),t[8]||(t[8]=createBaseVNode("line",{stroke:"#3171e1",x2:"-15","stroke-dasharray":"3 3"},null,-1)),t[9]||(t[9]=createBaseVNode("circle",{r:"5",stroke:"#3171e1",fill:"#000"},null,-1)),createBaseVNode("text",_hoisted_32$4,toDisplayString$1(e.$t("message.cash_predition")),1)])])]),t[13]||(t[13]=createStaticVNode('',1))])]))]),createVNode(m,{class:"flex-1"})])])}const BankAccountMainArea=_export_sfc(_sfc_main$s,[["render",_sfc_render$s]]),_sfc_main$r={data(){return{...mainconfig,errorloading:!1,loading:!0,data:[],RTSstate:{index:-1,id:0}}},mounted(){if(this.settings.pega_marketing.Host!==""&&this.settings.pega_marketing.accountPage.placement!==""&&this.settings.pega_marketing.accountPage.containerName!==""){const e=this;let t="";this.userId!==-1&&this.settings.users[this.userId].customerID&&(t=this.settings.users[this.userId].customerID),setTimeout(()=>{initNBAM(e,"accountPage",t,e.previousPage,"account.html")},200)}},updated(){if(window.IntersectionObserver&&mainconfig.settings.pega_marketing.useCaptureByChannel===!0){const e=new IntersectionObserver(t=>{t.forEach(n=>{if(n.isIntersecting){const o=n.target.getAttribute("data-offer-index");captureResponse(this,this.data[o],"Impression"),e.unobserve(n.target)}})},{threshold:1});document.querySelectorAll(".offer-container").forEach(t=>{e.observe(t)})}},components:{Offer},methods:{gotoOfferPage(e){mainconfig.currentPage="offer.html",this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),sendClickStreamEvent(mainconfig,"PageView","Offer",window.loadPage),window.loadPage=new Date;const t=mainconfig.isAuthenticated?{userId:mainconfig.userId}:{};window.history.pushState(t,"","offer.html"),mainconfig.offerIndex=0,setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0),e.preventDefault()},checkRTSEventHover(e,t,n){mainconfig.isRTSEnabled===!0&&(this.RTSstate.index===-1?(this.RTSstate.index=e,this.RTSstate.id=setTimeout(()=>{this.generateRTSEvent(t)},3e3)):this.RTSstate.index===e&&n===!1&&(clearTimeout(this.RTSstate.id),this.RTSstate.id=0,this.RTSstate.index=-1))},generateRTSEvent(e){const t=document.querySelector(".comment"),n=new Date;let o=n.getMonth()+1;o<10&&(o=`0${o}`);const s=`${n.getFullYear()}-${o}-${n.getDate()}`,a=`${n.getHours()}:${n.getMinutes()}:${n.getSeconds()}`;t.innerHTML+=`

${s} ${a} - Sending event - group:${e.category} - value:${e.name}(openBlock(),createElementBlock("section",{class:"offer-card-col",key:r.title},[createBaseVNode("img",{class:"offer-img",src:"./img/"+r.img,alt:e.$t("message."+r.title)},null,8,_hoisted_3$g),createBaseVNode("div",_hoisted_4$g,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message."+r.title)),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message."+r.message)),1),createBaseVNode("a",{onClick:t[0]||(t[0]=(...c)=>a.gotoOfferPage&&a.gotoOfferPage(...c)),href:"./offer.html"},toDisplayString$1(e.$t("message.learnmore")),1)])]))),128))])):e.settings.pega_marketing.Host!==""&&s.loading&&e.settings.pega_marketing.showLoadingIndicator?(openBlock(),createElementBlock("div",_hoisted_5$g,t[1]||(t[1]=[createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1)]))):(openBlock(),createElementBlock("div",_hoisted_6$f,[(openBlock(!0),createElementBlock(Fragment,null,renderList(s.data,(r,c)=>(openBlock(),createElementBlock("div",{key:r.title,onMouseover:d=>a.checkRTSEventHover(c,r,!0),onMouseleave:d=>a.checkRTSEventHover(c,r,!1)},[createVNode(l,{offer:r,"data-offer-index":c,class:"offer-container"},null,8,["offer","data-offer-index"])],40,_hoisted_7$c))),128))]))])}const AccountSecondaryArea=_export_sfc(_sfc_main$r,[["render",_sfc_render$r]]),_sfc_main$q={data(){return mainconfig},components:{MainHeader:Header$1,AccountMainArea,BankAccountMainArea,AccountSecondaryArea,MashupMainArea,MainFooter:Footer,MicroSiteMainArea,RTSOverlay},methods:{showWelcomeMessage(){return this.settings.users[this.userId].name}}},_hoisted_1$m={class:"form flex flex-col"},_hoisted_2$j={key:0,class:"flex flex-col"},_hoisted_3$f={class:"flex wrap height-100-pct"},_hoisted_4$f={key:0,class:"wrap account-msg"},_hoisted_5$f={class:"wrap cols flex flex-wrap"},_hoisted_6$e={key:2,class:"mashup-main flex flex-col"};function _sfc_render$q(e,t,n,o,s,a){const l=resolveComponent("MainHeader"),r=resolveComponent("MicroSiteMainArea"),c=resolveComponent("RTSOverlay"),d=resolveComponent("AccountMainArea"),u=resolveComponent("BankAccountMainArea"),m=resolveComponent("AccountSecondaryArea"),f=resolveComponent("MashupMainArea"),v=resolveComponent("MainFooter");return openBlock(),createElementBlock("div",_hoisted_1$m,[createVNode(l),e.offerURL!==""?(openBlock(),createElementBlock("main",_hoisted_2$j,[createBaseVNode("div",_hoisted_3$f,[createVNode(r)])])):e.quickLinkId===-1&&e.viewBill===-1&&e.viewKMHelp===-1&&e.viewBanner===-1?(openBlock(),createElementBlock("main",{key:1,class:normalizeClass("flex flex-col"+(e.isRTSEnabled?" rts-enabled":""))},[e.settings.pega_marketing.enableRTS?(openBlock(),createBlock(c,{key:0})):createCommentVNode("",!0),t[0]||(t[0]=createBaseVNode("div",{class:"ribbon1"},[createBaseVNode("div")],-1)),createBaseVNode("div",null,[e.userId!=-1?(openBlock(),createElementBlock("h1",_hoisted_4$f,toDisplayString$1(e.$t("message.hello")+a.showWelcomeMessage()),1)):createCommentVNode("",!0),createBaseVNode("div",_hoisted_5$f,[e.app.industry!=="commercial_bank"?(openBlock(),createBlock(d,{key:0})):createCommentVNode("",!0),e.app.industry==="commercial_bank"?(openBlock(),createBlock(u,{key:1})):createCommentVNode("",!0),(openBlock(),createBlock(m,{key:e.reloadOffer}))])])],2)):(openBlock(),createElementBlock("main",_hoisted_6$e,[createVNode(f,{class:"wrap"})])),createVNode(v)])}const AccountPage=_export_sfc(_sfc_main$q,[["render",_sfc_render$q]]),_sfc_main$p={data(){return mainconfig},components:{FrontPage,AccountPage,PhonePage}};function _sfc_render$p(e,t,n,o,s,a){const l=resolveComponent("PhonePage"),r=resolveComponent("AccountPage"),c=resolveComponent("FrontPage");return e.isMobilePhone?(openBlock(),createBlock(l,{key:0})):e.isAuthenticated?(openBlock(),createBlock(r,{key:1})):(openBlock(),createBlock(c,{key:2}))}const DefaultPage=_export_sfc(_sfc_main$p,[["render",_sfc_render$p]]),_sfc_main$o={data(){return mainconfig}},_hoisted_1$l={class:"wrap"},_hoisted_2$i={class:"highlight-card flex-mid-align"},_hoisted_3$e={class:"flex flex-col"},_hoisted_4$e={class:"offer-highlights"},_hoisted_5$e={class:"flex flex-col"};function _sfc_render$o(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$l,[createBaseVNode("div",_hoisted_2$i,[createBaseVNode("div",_hoisted_3$e,[createBaseVNode("h2",null,toDisplayString$1(e.$t("message."+e.app.offer[e.offerIndex].details.title)),1),createBaseVNode("span",null,toDisplayString$1(e.$t("message."+e.app.offer[e.offerIndex].details.message)),1)]),createBaseVNode("div",_hoisted_4$e,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.offer[e.offerIndex].highlights.data,(l,r)=>(openBlock(),createElementBlock("div",{class:"flex flex-mid-align",key:r},[createBaseVNode("i",{class:normalizeClass("pi color-brand "+l.icon)},null,2),createBaseVNode("div",_hoisted_5$e,[createBaseVNode("p",null,toDisplayString$1(e.$t("message."+l.title)),1),createBaseVNode("span",null,toDisplayString$1(e.$t("message."+l.message)),1)])]))),128))])])])}const Highlight=_export_sfc(_sfc_main$o,[["render",_sfc_render$o]]),_sfc_main$n={data(){return mainconfig},components:{MainOffer,Highlight,MicroSiteMainArea,MashupMainArea}},_hoisted_1$k={key:0,class:"mashup-main flex flex-col"},_hoisted_2$h={key:1,class:"flex flex-col"},_hoisted_3$d={class:"wrap flex height-100-pct"},_hoisted_4$d={key:2,class:"flex flex-col hero-main"},_hoisted_5$d={class:"wrap offer-heading"},_hoisted_6$d={class:"highlight-main"};function _sfc_render$n(e,t,n,o,s,a){const l=resolveComponent("MashupMainArea"),r=resolveComponent("MicroSiteMainArea"),c=resolveComponent("MainOffer"),d=resolveComponent("Highlight");return e.offerAction!==-1?(openBlock(),createElementBlock("main",_hoisted_1$k,[createVNode(l,{class:"wrap"})])):e.offerURL!==""?(openBlock(),createElementBlock("main",_hoisted_2$h,[createBaseVNode("div",_hoisted_3$d,[createVNode(r)])])):(openBlock(),createElementBlock("main",_hoisted_4$d,[t[0]||(t[0]=createBaseVNode("div",{class:"ribbon1"},[createBaseVNode("div",null,[createBaseVNode("div",{class:"wrap"})])],-1)),createBaseVNode("div",_hoisted_5$d,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message."+e.app.offer[e.offerIndex].header.title)),1),createBaseVNode("p",null,toDisplayString$1(e.$t("message."+e.app.offer[e.offerIndex].header.msg)),1)]),createVNode(c,{offerType:e.offerIndex},null,8,["offerType"]),createBaseVNode("div",_hoisted_6$d,[createVNode(d)])]))}const Main$1=_export_sfc(_sfc_main$n,[["render",_sfc_render$n]]),_sfc_main$m={data(){return mainconfig},components:{Header:Header$1,Main:Main$1,Footer,PhonePage}},_hoisted_1$j={key:1,class:"form offer"};function _sfc_render$m(e,t,n,o,s,a){const l=resolveComponent("PhonePage"),r=resolveComponent("Header"),c=resolveComponent("Main"),d=resolveComponent("Footer");return e.isMobilePhone?(openBlock(),createBlock(l,{key:0})):(openBlock(),createElementBlock("div",_hoisted_1$j,[createVNode(r),createVNode(c),createVNode(d)]))}const OfferPage=_export_sfc(_sfc_main$m,[["render",_sfc_render$m]]),_sfc_main$l={data(){return mainconfig}},_hoisted_1$i={class:"flex flex-mid-align settings"},_hoisted_2$g={key:0};function _sfc_render$l(e,t,n,o,s,a){return openBlock(),createElementBlock("header",_hoisted_1$i,[t[0]||(t[0]=createBaseVNode("a",{href:"./index.html"},[createBaseVNode("img",{class:"logo",src:"./img/u+-logo.svg",alt:"U+"})],-1)),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("h1",_hoisted_2$g,toDisplayString$1(e.$t("message.settings")),1))])}const Header=_export_sfc(_sfc_main$l,[["render",_sfc_render$l]]),_sfc_main$k={name:"Tab",props:{name:String},setup(){const e=getCurrentInstance(),{tabs:t,active:n}=inject("tabsState"),o=computed(()=>t.value.findIndex(a=>a.uid===e.uid)),s=computed(()=>o.value===n.value);return watchEffect(()=>{o.value===-1&&t.value.push(e)}),{isActive:s}}},_hoisted_1$h={key:0};function _sfc_render$k(e,t,n,o,s,a){return o.isActive?(openBlock(),createElementBlock("div",_hoisted_1$h,[renderSlot(e.$slots,"default")])):createCommentVNode("",!0)}const Tab=_export_sfc(_sfc_main$k,[["render",_sfc_render$k]]),_sfc_main$j={props:{title:{required:!0},expanded:{type:Boolean,default:!1},format:{default:""}},data(){return{isExpanded:!1}},methods:{toggleExpand(e){this.isExpanded=!this.isExpanded,this.$emit("toggleExpand"),e.preventDefault()}},watch:{expanded:{handler(e){this.isExpanded=e}}},mounted(){this.isExpanded=this.expanded}},_hoisted_1$g={class:"simple",title:"click to expand or collapse"},_hoisted_2$f={class:"body"};function _sfc_render$j(e,t,n,o,s,a){return openBlock(),createElementBlock("div",{class:normalizeClass("flex flex-col container"+(s.isExpanded?"":" collapsed")+" "+n.format)},[createBaseVNode("div",{onClick:t[0]||(t[0]=withModifiers((...l)=>a.toggleExpand&&a.toggleExpand(...l),["stop"])),class:"header flex"},[createBaseVNode("h3",null,toDisplayString$1(n.title),1),createBaseVNode("button",_hoisted_1$g,[createBaseVNode("i",{class:normalizeClass("pi"+(s.isExpanded?" pi-caret-down":" pi-caret-right"))},null,2)])]),createBaseVNode("div",_hoisted_2$f,[renderSlot(e.$slots,"default")])],2)}const Container=_export_sfc(_sfc_main$j,[["render",_sfc_render$j]]),_sfc_main$i={props:{modelValue:{type:[String,Number]}},emits:["update:modelValue"],setup(e,{emit:t}){const n=computed(()=>e.modelValue),o=ref([]);function s(a){t("update:modelValue",a)}return provide("tabsState",{active:n,tabs:o}),{...mainconfig,tabs:o,active:n,selectTab:s}},components:{Container}},_hoisted_1$f={class:"tab-vertical-menu"},_hoisted_2$e={class:"tab-interface"},_hoisted_3$c={role:"tablist"},_hoisted_4$c=["tabindex","aria-selected","onClick"],_hoisted_5$c={key:0,class:"tab-action"},_hoisted_6$c={class:"tabs-details"};function _sfc_render$i(e,t,n,o,s,a){const l=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$f,[createBaseVNode("div",_hoisted_2$e,[createVNode(l,{onToggleExpand:e.toggleExpand,title:"Menu",expanded:e.expanded},{default:withCtx(()=>[createBaseVNode("ul",_hoisted_3$c,[(openBlock(!0),createElementBlock(Fragment,null,renderList(o.tabs,(r,c)=>(openBlock(),createElementBlock("li",{role:"presentation",key:c},[createBaseVNode("a",{role:"tab",tabindex:o.active===c?"0":"-1","aria-selected":o.active===c?"true":"false",onClick:d=>o.selectTab(c)},toDisplayString$1(r.props.name),9,_hoisted_4$c)]))),128))])]),_:1},8,["onToggleExpand","expanded"]),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_5$c,t[0]||(t[0]=[createBaseVNode("button",{type:"submit","data-clear":"",class:"simple"}," Reset to default ",-1),createBaseVNode("button",{class:"strong",type:"submit"},"Save",-1)])))]),createBaseVNode("div",_hoisted_6$c,[renderSlot(e.$slots,"default")])])}const Navigation=_export_sfc(_sfc_main$i,[["render",_sfc_render$i]]),_sfc_main$h={data(){return mainconfig},methods:{onFileChange(e){const t=e.target,n=new FileReader;n.onload=function(){const s=n.result;try{let a={settings:JSON.parse(s)};a=upgradeConfig(a),mainconfig.settings=a.settings,localStorage.setItem(`config_${mainconfig.app.industry}`,JSON.stringify(a)),sessionStorage.clear(),alert("The file was successfully uploaded.")}catch{alert(`Error when trying to parse the configuration file - ${e}`)}},n.readAsText(t.files[0])}}},_hoisted_1$e={class:"file-upload"};function _sfc_render$h(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$e,[createBaseVNode("input",{type:"file",onChange:t[0]||(t[0]=(...l)=>a.onFileChange&&a.onFileChange(...l)),name:"file",id:"file",class:"inputfile",title:"Upload configuration"},null,32),t[1]||(t[1]=createBaseVNode("label",{for:"file",title:"Upload configuration"},[createBaseVNode("i",{class:"pi pi-document-upload-solid"}),createTextVNode("Upload config file ")],-1))])}const FileUpload=_export_sfc(_sfc_main$h,[["render",_sfc_render$h]]),_sfc_main$g={data(){return mainconfig},methods:{downloadFile(){const e=JSON.stringify(mainconfig.settings,null,2),t="config-text.json",n=new Blob([e],{type:"text/plain;charset=utf-8;"});if(window.navigator.msSaveOrOpenBlob)window.navigator.msSaveBlob(n,t);else{const o=window.document.createElement("a");o.href=window.URL.createObjectURL(n),o.download=t,document.body.appendChild(o),o.click(),document.body.removeChild(o)}}}};function _sfc_render$g(e,t,n,o,s,a){return openBlock(),createElementBlock("button",{onClick:t[0]||(t[0]=(...l)=>a.downloadFile&&a.downloadFile(...l)),class:"file-download",title:"Download configuration"},t[1]||(t[1]=[createBaseVNode("i",{class:"pi pi-document-download-solid"},null,-1),createTextVNode("Download config file ")]))}const FileDownload=_export_sfc(_sfc_main$g,[["render",_sfc_render$g]]),_sfc_main$f={data(){return mainconfig},components:{FileUpload,FileDownload}},_hoisted_1$d={class:"container-transparent"},_hoisted_2$d={class:"container-transparent"};function _sfc_render$f(e,t,n,o,s,a){const l=resolveComponent("FileDownload"),r=resolveComponent("FileUpload");return openBlock(),createElementBlock("div",null,[t[4]||(t[4]=createBaseVNode("h2",null,"Welcome to the U+ demo website",-1)),createBaseVNode("div",_hoisted_1$d,[t[0]||(t[0]=createBaseVNode("h3",null,"Step 1",-1)),t[1]||(t[1]=createBaseVNode("p",null," Start by downloading the settings config file template provided here: ",-1)),createVNode(l)]),t[5]||(t[5]=createBaseVNode("div",{class:"container-transparent"},[createBaseVNode("h3",null,"Step 2"),createBaseVNode("p",null," Update this file to include information from your Pega application including users, quick links, chat... ")],-1)),createBaseVNode("div",_hoisted_2$d,[t[2]||(t[2]=createBaseVNode("h3",null,"Step 3",-1)),t[3]||(t[3]=createBaseVNode("p",null,"Upload your updated config file here:",-1)),createVNode(r)]),t[6]||(t[6]=createBaseVNode("div",{class:"container-transparent"},[createBaseVNode("h3",null,"Step 4"),createBaseVNode("p",null," After uploading the file, the changes are automatically saved. You will be able to review your settings by navigating to each section on the panel to the left. Any changes made here can be saved and redownloaded. Click on the 'Reset to default' to reset back your configuration to the default config. ")],-1))])}const GettingStarted=_export_sfc(_sfc_main$f,[["render",_sfc_render$f]]),_sfc_main$e={data(){return mainconfig},components:{Container},methods:{onConnectionTypeChange(){this.settings.general.connection.type==="mashup"?this.settings.general.connection.authtype="basic":this.settings.general.connection.type.startsWith("embedui")?this.settings.general.connection.authtype="oauth2clientcredentials":this.settings.general.connection.type==="dxv1"?this.settings.general.connection.authtype="basic":this.settings.general.connection.type==="dxv2"&&(this.settings.general.connection.authtype="oauth2password")}}},_hoisted_1$c={class:"container-transparent"},_hoisted_2$c={class:"container"},_hoisted_3$b={class:"body"},_hoisted_4$b={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5$b={class:"field-item"},_hoisted_6$b={key:0,class:"field-item"},_hoisted_7$b={class:"layout-labels-top"},_hoisted_8$b={class:"field-item"},_hoisted_9$b={key:0,class:"field-item"},_hoisted_10$b={key:1,class:"field-item"},_hoisted_11$b={key:2,class:"field-item"},_hoisted_12$b={key:3,class:"field-item"},_hoisted_13$b={key:4,class:"field-item"},_hoisted_14$b={key:5,class:"field-item"},_hoisted_15$b={key:6,class:"field-item"},_hoisted_16$b={key:7,class:"field-item"},_hoisted_17$b={key:8,class:"field-item padding-b-1x"},_hoisted_18$b={key:9,class:"field-item"},_hoisted_19$b={key:0,class:"field-item padding-b-1x"},_hoisted_20$b={class:"layout-labels-top"},_hoisted_21$b={class:"field-item padding-b-1x"},_hoisted_22$b={class:"field-item"},_hoisted_23$b={class:"layout-labels-top"},_hoisted_24$6={class:"field-item padding-b-1x"},_hoisted_25$5={class:"field-item"},_hoisted_26$4={class:"field-item"},_hoisted_27$4={class:"layout-labels-top layout-inline-grid-double"},_hoisted_28$4={class:"field-item"},_hoisted_29$4={class:"field-item"},_hoisted_30$3={class:"field-item"},_hoisted_31$3={class:"field-item"},_hoisted_32$3={class:"layout-labels-top layout-inline-grid-double"},_hoisted_33$3={class:"field-item"},_hoisted_34$3={class:"field-item"},_hoisted_35$3={class:"field-item"},_hoisted_36$3={class:"field-item"};function _sfc_render$e(e,t,n,o,s,a){const l=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$c,[t[63]||(t[63]=createBaseVNode("h2",null,"General",-1)),t[64]||(t[64]=createBaseVNode("p",null,[createTextVNode(" General configuration settings. For more details on how to configure two-factor authentication, click "),createBaseVNode("a",{href:"https://github.com/pegasystems/uplus-wss/wiki/How-to-configure-two-factor-authentication"},"here"),createTextVNode(". ")],-1)),createBaseVNode("div",_hoisted_2$c,[createBaseVNode("div",_hoisted_3$b,[createVNode(l,{title:"Theming",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_4$b,[createBaseVNode("div",_hoisted_5$b,[withDirectives(createBaseVNode("input",{id:"theming-override",type:"checkbox","onUpdate:modelValue":t[0]||(t[0]=r=>e.settings.general.theming.override=r)},null,512),[[vModelCheckbox,e.settings.general.theming.override]]),t[29]||(t[29]=createBaseVNode("label",{for:"theming-override"},"Override default theme",-1))]),e.settings.general.theming.override?(openBlock(),createElementBlock("div",_hoisted_6$b,[withDirectives(createBaseVNode("input",{id:"branding-color",type:"color","onUpdate:modelValue":t[1]||(t[1]=r=>e.settings.general.theming.brandColor=r)},null,512),[[vModelText,e.settings.general.theming.brandColor]]),t[30]||(t[30]=createBaseVNode("label",{for:"branding-color"},"Branding color",-1)),withDirectives(createBaseVNode("input",{id:"interactive-color",type:"color","onUpdate:modelValue":t[2]||(t[2]=r=>e.settings.general.theming.interactiveColor=r)},null,512),[[vModelText,e.settings.general.theming.interactiveColor]]),t[31]||(t[31]=createBaseVNode("label",{for:"interactive-color"},"Interactive color",-1))])):createCommentVNode("",!0)])]),_:1}),createVNode(l,{title:"Pega Platform access",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_7$b,[createBaseVNode("div",_hoisted_8$b,[t[33]||(t[33]=createBaseVNode("label",{for:"ga-connection-type"},"Type",-1)),withDirectives(createBaseVNode("select",{id:"ga-connection-type","onUpdate:modelValue":t[3]||(t[3]=r=>e.settings.general.connection.type=r),onChange:t[4]||(t[4]=(...r)=>a.onConnectionTypeChange&&a.onConnectionTypeChange(...r))},t[32]||(t[32]=[createBaseVNode("option",{value:"mashup"},"Pega Web Mashup (Traditional UI)",-1),createBaseVNode("option",{value:"embedui"}," Pega Web Embed UI (Constellation UI - Pega Infinity 8.7, 8.8 or '23) ",-1),createBaseVNode("option",{value:"embedui2"}," Pega Web Embed UI (Constellation UI - Pega Infinity '24.1) ",-1),createBaseVNode("option",{value:"embedui3"}," Pega Web Embed UI (Constellation UI - Pega Infinity '24.2 or higher) ",-1),createBaseVNode("option",{value:"dxv1"}," DX API v1 (Mashup Web component - 8.1+) ",-1),createBaseVNode("option",{value:"dxv2"}," DX API v2 (Mashup Web component - 8.5+) ",-1)]),544),[[vModelSelect,e.settings.general.connection.type]])]),e.settings.general.connection.type==="dxv1"||e.settings.general.connection.type==="dxv2"?(openBlock(),createElementBlock("div",_hoisted_9$b,[t[35]||(t[35]=createBaseVNode("label",{for:"ga-connection-authtype"},"Authentication",-1)),withDirectives(createBaseVNode("select",{id:"ga-connection-authtype","onUpdate:modelValue":t[5]||(t[5]=r=>e.settings.general.connection.authtype=r)},t[34]||(t[34]=[createBaseVNode("option",{value:"basic"},"Basic authentication",-1),createBaseVNode("option",{value:"oauth2password"}," OAuth 2.0 Password Grant Type ",-1)]),512),[[vModelSelect,e.settings.general.connection.authtype]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_10$b,[t[37]||(t[37]=createBaseVNode("label",{for:"ga-connection-authtype"},"Authentication",-1)),withDirectives(createBaseVNode("select",{id:"ga-connection-authtype","onUpdate:modelValue":t[6]||(t[6]=r=>e.settings.general.connection.authtype=r)},t[36]||(t[36]=[createBaseVNode("option",{value:"oauth2clientcredentials"}," OAuth 2.0 Client Credentials Type ",-1)]),512),[[vModelSelect,e.settings.general.connection.authtype]])])):createCommentVNode("",!0),e.settings.general.connection.authtype==="oauth2password"||e.settings.general.connection.authtype==="oauth2clientcredentials"?(openBlock(),createElementBlock("div",_hoisted_11$b,[t[38]||(t[38]=createBaseVNode("label",{for:"ga-connection-clientid"},"Client ID",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-clientid","onUpdate:modelValue":t[7]||(t[7]=r=>e.settings.general.connection.clientid=r)},null,512),[[vModelText,e.settings.general.connection.clientid]])])):createCommentVNode("",!0),e.settings.general.connection.authtype==="oauth2password"?(openBlock(),createElementBlock("div",_hoisted_12$b,[t[39]||(t[39]=createBaseVNode("label",{for:"ga-connection-clientsecret"},"Client secret",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-clientsecret","onUpdate:modelValue":t[8]||(t[8]=r=>e.settings.general.connection.clientsecret=r)},null,512),[[vModelText,e.settings.general.connection.clientsecret]])])):createCommentVNode("",!0),e.settings.general.connection.type==="dxv2"?(openBlock(),createElementBlock("div",_hoisted_13$b,[t[40]||(t[40]=createBaseVNode("label",{for:"ga-connection-webportal"},"Web portal",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-webportal","onUpdate:modelValue":t[9]||(t[9]=r=>e.settings.general.connection.webportal=r)},null,512),[[vModelText,e.settings.general.connection.webportal]])])):createCommentVNode("",!0),e.settings.general.connection.type==="embedui"?(openBlock(),createElementBlock("div",_hoisted_14$b,[t[41]||(t[41]=createBaseVNode("label",{for:"ga-connection-c11nserver"},"C11n URL (staticContentUrl)",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-c11nserver","onUpdate:modelValue":t[10]||(t[10]=r=>e.settings.general.connection.c11nserver=r)},null,512),[[vModelText,e.settings.general.connection.c11nserver]])])):createCommentVNode("",!0),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("div",_hoisted_15$b,[t[42]||(t[42]=createBaseVNode("label",{for:"ga-connection-PegaURL"},"Pega Platform Web Base URL (for example 'https://127.0.0.1/prweb')",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-PegaURL","onUpdate:modelValue":t[11]||(t[11]=r=>e.settings.general.connection.PegaURL=r)},null,512),[[vModelText,e.settings.general.connection.PegaURL]])])):createCommentVNode("",!0),e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("div",_hoisted_16$b,[t[43]||(t[43]=createBaseVNode("label",{for:"ga-connection-ThemeID"},"Theme ID (leave empty to use auto-generated theme for each industry)",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-ThemeID","onUpdate:modelValue":t[12]||(t[12]=r=>e.settings.general.connection.themeID=r)},null,512),[[vModelText,e.settings.general.connection.themeID]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_17$b,[withDirectives(createBaseVNode("input",{type:"checkbox",id:"ga-connection-webEmbedUseFormWidth","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.general.connection.webEmbedUseFormWidth=r)},null,512),[[vModelCheckbox,e.settings.general.connection.webEmbedUseFormWidth]]),t[44]||(t[44]=createBaseVNode("label",{for:"ga-connection-webEmbedUseFormWidth"},"Set to true if the web-embed width should be limited to 80ch",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_18$b,[t[45]||(t[45]=createBaseVNode("label",{for:"ga-connection-authService"},"Authentication service",-1)),withDirectives(createBaseVNode("input",{type:"text",id:"ga-connection-authService","onUpdate:modelValue":t[14]||(t[14]=r=>e.settings.general.connection.authService=r)},null,512),[[vModelText,e.settings.general.connection.authService]])])):createCommentVNode("",!0)]),e.settings.general.connection.type==="dxv1"||e.settings.general.connection.type==="dxv2"?(openBlock(),createElementBlock("div",_hoisted_19$b,[withDirectives(createBaseVNode("input",{id:"ga-connection-bshowattachment",type:"checkbox","onUpdate:modelValue":t[15]||(t[15]=r=>e.settings.general.connection.showAttachments=r)},null,512),[[vModelCheckbox,e.settings.general.connection.showAttachments]]),t[46]||(t[46]=createBaseVNode("label",{for:"ga-connection-bshowattachment"},"Show attachments",-1))])):createCommentVNode("",!0)]),_:1}),createVNode(l,{title:"Google Analytics",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_20$b,[createBaseVNode("div",_hoisted_21$b,[withDirectives(createBaseVNode("input",{id:"ga-enabled",type:"checkbox","onUpdate:modelValue":t[16]||(t[16]=r=>e.settings.general.ga.enabled=r)},null,512),[[vModelCheckbox,e.settings.general.ga.enabled]]),t[47]||(t[47]=createBaseVNode("label",{for:"ga-enabled"},"Enable",-1))]),createBaseVNode("div",_hoisted_22$b,[t[48]||(t[48]=createBaseVNode("label",{for:"ga-trackingid"},"Tracking ID",-1)),withDirectives(createBaseVNode("input",{id:"ga-trackingid",type:"text","onUpdate:modelValue":t[17]||(t[17]=r=>e.settings.general.ga.trackingid=r)},null,512),[[vModelText,e.settings.general.ga.trackingid]])])])]),_:1}),createVNode(l,{title:"Two-factor authentication",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_23$b,[createBaseVNode("div",_hoisted_24$6,[withDirectives(createBaseVNode("input",{id:"2fa-enabled",type:"checkbox","onUpdate:modelValue":t[18]||(t[18]=r=>e.settings.general.auth_2fa.enabled=r)},null,512),[[vModelCheckbox,e.settings.general.auth_2fa.enabled]]),t[49]||(t[49]=createBaseVNode("label",{for:"2fa-enabled"},"Enable",-1))]),createBaseVNode("div",_hoisted_25$5,[t[50]||(t[50]=createBaseVNode("label",{for:"2fa-url"},"Server Base URL",-1)),withDirectives(createBaseVNode("input",{id:"2fa-url",type:"text","onUpdate:modelValue":t[19]||(t[19]=r=>e.settings.general.auth_2fa.url=r)},null,512),[[vModelText,e.settings.general.auth_2fa.url]])]),createBaseVNode("div",_hoisted_26$4,[t[52]||(t[52]=createBaseVNode("label",{for:"2fa-sendMode"},"OTP send mode",-1)),withDirectives(createBaseVNode("select",{id:"2fa-sendMode","onUpdate:modelValue":t[20]||(t[20]=r=>e.settings.general.auth_2fa.sendMode=r)},t[51]||(t[51]=[createBaseVNode("option",{value:"email"},"Email",-1),createBaseVNode("option",{value:"sms"},"SMS",-1)]),512),[[vModelSelect,e.settings.general.auth_2fa.sendMode]])])]),t[61]||(t[61]=createBaseVNode("h4",null,"Email",-1)),createBaseVNode("div",_hoisted_27$4,[createBaseVNode("div",_hoisted_28$4,[t[53]||(t[53]=createBaseVNode("label",{for:"2fa-email-correspondenceName"},"Correspondence name",-1)),withDirectives(createBaseVNode("input",{id:"2fa-email-correspondenceName",type:"text","onUpdate:modelValue":t[21]||(t[21]=r=>e.settings.general.auth_2fa.emailSettings.correspondenceName=r)},null,512),[[vModelText,e.settings.general.auth_2fa.emailSettings.correspondenceName]])]),createBaseVNode("div",_hoisted_29$4,[t[54]||(t[54]=createBaseVNode("label",{for:"2fa-email-emailAccount"},"Email account",-1)),withDirectives(createBaseVNode("input",{id:"2fa-email-emailAccount",type:"text","onUpdate:modelValue":t[22]||(t[22]=r=>e.settings.general.auth_2fa.emailSettings.emailAccount=r)},null,512),[[vModelText,e.settings.general.auth_2fa.emailSettings.emailAccount]])]),createBaseVNode("div",_hoisted_30$3,[t[55]||(t[55]=createBaseVNode("label",{for:"2fa-email-subject"},"Subject",-1)),withDirectives(createBaseVNode("input",{id:"2fa-email-subject",type:"text","onUpdate:modelValue":t[23]||(t[23]=r=>e.settings.general.auth_2fa.emailSettings.subject=r)},null,512),[[vModelText,e.settings.general.auth_2fa.emailSettings.subject]])]),createBaseVNode("div",_hoisted_31$3,[t[56]||(t[56]=createBaseVNode("label",{for:"2fa-email-validateMaxAge"},"Validate max age",-1)),withDirectives(createBaseVNode("input",{id:"2fa-email-validateMaxAge",type:"text","onUpdate:modelValue":t[24]||(t[24]=r=>e.settings.general.auth_2fa.emailSettings.validateMaxAge=r)},null,512),[[vModelText,e.settings.general.auth_2fa.emailSettings.validateMaxAge]])])]),t[62]||(t[62]=createBaseVNode("h4",null,"SMS",-1)),createBaseVNode("div",_hoisted_32$3,[createBaseVNode("div",_hoisted_33$3,[t[57]||(t[57]=createBaseVNode("label",{for:"2fa-sms-from"},"From",-1)),withDirectives(createBaseVNode("input",{id:"2fa-sms-from",type:"text","onUpdate:modelValue":t[25]||(t[25]=r=>e.settings.general.auth_2fa.smsSettings.from=r)},null,512),[[vModelText,e.settings.general.auth_2fa.smsSettings.from]])]),createBaseVNode("div",_hoisted_34$3,[t[58]||(t[58]=createBaseVNode("label",{for:"2fa-sms-account"},"Account",-1)),withDirectives(createBaseVNode("input",{id:"2fa-sms-account",type:"text","onUpdate:modelValue":t[26]||(t[26]=r=>e.settings.general.auth_2fa.smsSettings.account=r)},null,512),[[vModelText,e.settings.general.auth_2fa.smsSettings.account]])]),createBaseVNode("div",_hoisted_35$3,[t[59]||(t[59]=createBaseVNode("label",{for:"2fa-sms-message"},"Message",-1)),withDirectives(createBaseVNode("input",{id:"2fa-sms-message",type:"text","onUpdate:modelValue":t[27]||(t[27]=r=>e.settings.general.auth_2fa.smsSettings.message=r)},null,512),[[vModelText,e.settings.general.auth_2fa.smsSettings.message]])]),createBaseVNode("div",_hoisted_36$3,[t[60]||(t[60]=createBaseVNode("label",{for:"2fa-sms-validateMaxAge"},"Validate max age",-1)),withDirectives(createBaseVNode("input",{id:"2fa-sms-validateMaxAge",type:"text","onUpdate:modelValue":t[28]||(t[28]=r=>e.settings.general.auth_2fa.smsSettings.validateMaxAge=r)},null,512),[[vModelText,e.settings.general.auth_2fa.smsSettings.validateMaxAge]])])])]),_:1})])])])}const General=_export_sfc(_sfc_main$e,[["render",_sfc_render$e]]),_sfc_main$d={data(){return mainconfig},methods:{onActionChange(e){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.quicklinks[e].action!=="display"?this.settings.quicklinks[e].actionparam="":this.settings.quicklinks[e].actionparam="workList"}},components:{Container}},_hoisted_1$b={class:"container-transparent"},_hoisted_2$b={class:"layout-labels-left layout-inline-grid-double"},_hoisted_3$a={class:"field-item"},_hoisted_4$a=["id","onUpdate:modelValue"],_hoisted_5$a=["for"],_hoisted_6$a={key:0,class:"field-item field-checkbox"},_hoisted_7$a=["id","onUpdate:modelValue"],_hoisted_8$a=["for"],_hoisted_9$a={key:1,class:"field-item field-checkbox"},_hoisted_10$a=["id","onUpdate:modelValue"],_hoisted_11$a=["for"],_hoisted_12$a={class:"layout-inline-grid-double layout-labels-top"},_hoisted_13$a=["for"],_hoisted_14$a=["id","onUpdate:modelValue"],_hoisted_15$a={class:"layout-inline-grid-double layout-labels-top"},_hoisted_16$a={class:"field-item"},_hoisted_17$a=["for"],_hoisted_18$a=["id","onUpdate:modelValue","onChange"],_hoisted_19$a={key:0},_hoisted_20$a={key:1},_hoisted_21$a={key:0,class:"field-item"},_hoisted_22$a=["for"],_hoisted_23$a=["id","onUpdate:modelValue"],_hoisted_24$5=["id","onUpdate:modelValue"],_hoisted_25$4={key:1,class:"field-item"},_hoisted_26$3=["for"],_hoisted_27$3=["id","onUpdate:modelValue"],_hoisted_28$3={key:2,class:"field-item"},_hoisted_29$3=["for"],_hoisted_30$2=["id","onUpdate:modelValue"],_hoisted_31$2={key:3,class:"field-item"},_hoisted_32$2=["for"],_hoisted_33$2=["id","onUpdate:modelValue"],_hoisted_34$2={class:"field-item"},_hoisted_35$2=["for"],_hoisted_36$2=["id","onUpdate:modelValue"],_hoisted_37$2={class:"field-item"},_hoisted_38$2=["for"],_hoisted_39$2=["id","onUpdate:modelValue"],_hoisted_40$2={key:4,class:"field-item"},_hoisted_41$2=["for"],_hoisted_42$2=["id","onUpdate:modelValue"],_hoisted_43$2={key:5,class:"field-item"},_hoisted_44$2=["for"],_hoisted_45$2=["id","onUpdate:modelValue"],_hoisted_46$2={key:6,class:"field-item"},_hoisted_47$2=["for"],_hoisted_48$2=["id","onUpdate:modelValue"],_hoisted_49$2={key:0,value:"simplifiedAssignment"},_hoisted_50$2={class:"field-item"},_hoisted_51$2=["for"],_hoisted_52$2=["id","onUpdate:modelValue"],_hoisted_53$2={class:"field-item"},_hoisted_54$2=["for"],_hoisted_55$1=["id","onUpdate:modelValue"],_hoisted_56$1={class:"layout-labels-top"},_hoisted_57={class:"field-item"},_hoisted_58=["for"],_hoisted_59=["id","onUpdate:modelValue"];function _sfc_render$d(e,t,n,o,s,a){const l=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$b,[t[8]||(t[8]=createBaseVNode("h2",null,"Quick links",-1)),t[9]||(t[9]=createBaseVNode("p",null," Configuration of each of the mashup case types that can be accessed through the quick links component. ",-1)),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.quicklinks,(r,c)=>(openBlock(),createElementBlock("div",{key:c},[createVNode(l,{title:"Case type "+(c+1),expanded:c===0},{default:withCtx(()=>[createBaseVNode("div",_hoisted_2$b,[createBaseVNode("div",_hoisted_3$a,[withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-hideaccount",type:"checkbox","onUpdate:modelValue":d=>r.hide=d},null,8,_hoisted_4$a),[[vModelCheckbox,r.hide]]),createBaseVNode("label",{class:"width-auto",for:"quicklinks-"+c+"-hideaccount"},"Hide from account page",8,_hoisted_5$a)]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_6$a,[withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-dataretained",type:"checkbox","onUpdate:modelValue":d=>r.dataretained=d},null,8,_hoisted_7$a),[[vModelCheckbox,r.dataretained]]),createBaseVNode("label",{class:"width-auto",for:"quicklinks-"+c+"-dataretained"},"Retain state on reload",8,_hoisted_8$a)])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_9$a,[withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-hideassignmentheader",type:"checkbox","onUpdate:modelValue":d=>r.hideassignmentheader=d},null,8,_hoisted_10$a),[[vModelCheckbox,r.hideassignmentheader]]),createBaseVNode("label",{class:"width-auto",for:"quicklinks-"+c+"-hideassignmentheader"},"Hide assignment header",8,_hoisted_11$a)])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_12$a,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.i18n.languages,d=>(openBlock(),createElementBlock("div",{key:d,class:"field-item"},[createBaseVNode("label",{for:"quicklinks-"+c+"-"+d},"Case name in '"+toDisplayString$1(d)+"'",9,_hoisted_13$a),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-"+d,type:"text","onUpdate:modelValue":u=>r.title[d]=u},null,8,_hoisted_14$a),[[vModelText,r.title[d]]])]))),128))]),createBaseVNode("div",_hoisted_15$a,[createBaseVNode("div",_hoisted_16$a,[createBaseVNode("label",{for:"quicklinks-"+c+"-action"},"Action",8,_hoisted_17$a),withDirectives(createBaseVNode("select",{id:"quicklinks-"+c+"-action","onUpdate:modelValue":d=>r.action=d,onChange:d=>a.onActionChange(c)},[t[0]||(t[0]=createBaseVNode("option",null,"createNewWork",-1)),t[1]||(t[1]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_19$a," getNextWork ")):createCommentVNode("",!0),t[2]||(t[2]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_20$a," openWorkItem ")):createCommentVNode("",!0),t[3]||(t[3]=createBaseVNode("option",null,"openWorkByHandle",-1))],40,_hoisted_18$a),[[vModelSelect,r.action]])]),r.action!=="createNewWork"&&r.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_21$a,[createBaseVNode("label",{for:"quicklinks-"+c+"-actionparam"},"Action parameter",8,_hoisted_22$a),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.todo.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"quicklinks-"+c+"-actionparam",type:"text","onUpdate:modelValue":d=>r.actionparam=d},null,8,_hoisted_23$a)),[[vModelText,r.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"quicklinks-"+c+"-actionparam","onUpdate:modelValue":d=>r.actionparam=d},t[4]||(t[4]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),8,_hoisted_24$5)),[[vModelSelect,r.actionparam]])])):createCommentVNode("",!0),r.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&r.action==="display"?(openBlock(),createElementBlock("div",_hoisted_25$4,[createBaseVNode("label",{for:"quicklinks-"+c+"-objclass"},"Classname",8,_hoisted_26$3),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-objclass",type:"text","onUpdate:modelValue":d=>r.objclass=d},null,8,_hoisted_27$3),[[vModelText,r.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&r.action==="display"?(openBlock(),createElementBlock("div",_hoisted_28$3,[createBaseVNode("label",{for:"quicklinks-"+c+"-heading"},"Heading",8,_hoisted_29$3),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-heading",type:"text","onUpdate:modelValue":d=>r.heading=d},null,8,_hoisted_30$2),[[vModelText,r.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&r.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_31$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-startcase"},"Start case",8,_hoisted_32$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-startcase",type:"text","onUpdate:modelValue":d=>r.startcase=d},null,8,_hoisted_33$2),[[vModelText,r.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_34$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-url"},"URL",8,_hoisted_35$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-url",type:"text","onUpdate:modelValue":d=>r.url=d},null,8,_hoisted_36$2),[[vModelText,r.url]])]),createBaseVNode("div",_hoisted_37$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-application"},"Application name / alias",8,_hoisted_38$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-application",type:"text","onUpdate:modelValue":d=>r.application=d},null,8,_hoisted_39$2),[[vModelText,r.application]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_40$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-channelid"},"Channel ID",8,_hoisted_41$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-channelid",type:"text","onUpdate:modelValue":d=>r.channelid=d},null,8,_hoisted_42$2),[[vModelText,r.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_43$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-tenantid"},"Tenant ID",8,_hoisted_44$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-tenantid",type:"text","onUpdate:modelValue":d=>r.tenantid=d},null,8,_hoisted_45$2),[[vModelText,r.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_46$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-pagetemplate"},"Page Template",8,_hoisted_47$2),withDirectives(createBaseVNode("select",{id:"quicklinks-"+c+"-pagetemplate","onUpdate:modelValue":d=>r.pageTemplate=d},[t[5]||(t[5]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[6]||(t[6]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[7]||(t[7]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_49$2," Simplified assignment ")):createCommentVNode("",!0)],8,_hoisted_48$2),[[vModelSelect,r.pageTemplate]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_50$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-icon"},"Icon (for mobile)",8,_hoisted_51$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-icon",type:"text","onUpdate:modelValue":d=>r.icon=d},null,8,_hoisted_52$2),[[vModelText,r.icon]])]),createBaseVNode("div",_hoisted_53$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-hideusers"},"Hide for below users (for example User1,User2)",8,_hoisted_54$2),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-hideusers",type:"text","onUpdate:modelValue":d=>r.hideusers=d},null,8,_hoisted_55$1),[[vModelText,r.hideusers]])])]),createBaseVNode("div",_hoisted_56$1,[createBaseVNode("div",_hoisted_57,[createBaseVNode("label",{for:"quicklinks-"+c+"-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",8,_hoisted_58),withDirectives(createBaseVNode("textarea",{id:"quicklinks-"+c+"-extraparam","onUpdate:modelValue":d=>r.extraparam=d},null,8,_hoisted_59),[[vModelText,r.extraparam]])])])]),_:2},1032,["title","expanded"])]))),128))])}const QuickLinksSettings=_export_sfc(_sfc_main$d,[["render",_sfc_render$d]]),_sfc_main$c={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.billpay.action!=="display"?this.settings.billpay.actionparam="":this.settings.billpay.actionparam="workList"}}},_hoisted_1$a={class:"container-transparent"},_hoisted_2$a={class:"container"},_hoisted_3$9={class:"body"},_hoisted_4$9={class:"layout-labels-left"},_hoisted_5$9={class:"field-item"},_hoisted_6$9={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$9={class:"field-item"},_hoisted_8$9={key:0},_hoisted_9$9={key:1},_hoisted_10$9={key:0,class:"field-item"},_hoisted_11$9={key:1,class:"field-item"},_hoisted_12$9={key:2,class:"field-item"},_hoisted_13$9={key:3,class:"field-item"},_hoisted_14$9={class:"field-item"},_hoisted_15$9={class:"field-item"},_hoisted_16$9={key:4,class:"field-item"},_hoisted_17$9={key:5,class:"field-item"},_hoisted_18$9={key:6,class:"field-item"},_hoisted_19$9={key:0,value:"simplifiedAssignment"},_hoisted_20$9={key:7,class:"field-item field-checkbox"},_hoisted_21$9={key:8,class:"field-item field-checkbox"},_hoisted_22$9={class:"layout-labels-top"},_hoisted_23$9={class:"field-item"};function _sfc_render$c(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$a,[t[38]||(t[38]=createBaseVNode("h2",null,"Bill Pay component",-1)),t[39]||(t[39]=createBaseVNode("p",null," Configuration of the mashup displayed when clicking on the 'Pay now' action inside the account page. ",-1)),createBaseVNode("div",_hoisted_2$a,[createBaseVNode("div",_hoisted_3$9,[createBaseVNode("div",_hoisted_4$9,[createBaseVNode("div",_hoisted_5$9,[withDirectives(createBaseVNode("input",{id:"bill-pay-hidebillpay",type:"checkbox","onUpdate:modelValue":t[0]||(t[0]=l=>e.settings.billpay.hidebillpay=l)},null,512),[[vModelCheckbox,e.settings.billpay.hidebillpay]]),t[16]||(t[16]=createBaseVNode("label",{class:"width-auto",for:"bill-pay-hidebillpay"},"Hide Bill Pay",-1))])]),createBaseVNode("div",_hoisted_6$9,[createBaseVNode("div",_hoisted_7$9,[t[21]||(t[21]=createBaseVNode("label",{for:"billpay-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"billpay-action","onUpdate:modelValue":t[1]||(t[1]=l=>e.settings.billpay.action=l),onChange:t[2]||(t[2]=(...l)=>a.onActionChange&&a.onActionChange(...l))},[t[17]||(t[17]=createBaseVNode("option",null,"createNewWork",-1)),t[18]||(t[18]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_8$9," getNextWork ")):createCommentVNode("",!0),t[19]||(t[19]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_9$9," openWorkItem ")):createCommentVNode("",!0),t[20]||(t[20]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.billpay.action]])]),e.settings.billpay.action!=="createNewWork"&&e.settings.billpay.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_10$9,[t[23]||(t[23]=createBaseVNode("label",{for:"billpay-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.billpay.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"billpay-actionparam",type:"text","onUpdate:modelValue":t[3]||(t[3]=l=>e.settings.billpay.actionparam=l)},null,512)),[[vModelText,e.settings.billpay.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"billpay-action","onUpdate:modelValue":t[4]||(t[4]=l=>e.settings.billpay.actionparam=l)},t[22]||(t[22]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.billpay.actionparam]])])):createCommentVNode("",!0),e.settings.billpay.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.billpay.action==="display"?(openBlock(),createElementBlock("div",_hoisted_11$9,[t[24]||(t[24]=createBaseVNode("label",{for:"billpay-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"billpay-objclass",type:"text","onUpdate:modelValue":t[5]||(t[5]=l=>e.settings.billpay.objclass=l)},null,512),[[vModelText,e.settings.billpay.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.billpay.action==="display"?(openBlock(),createElementBlock("div",_hoisted_12$9,[t[25]||(t[25]=createBaseVNode("label",{for:"billpay-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"billpay-heading",type:"text","onUpdate:modelValue":t[6]||(t[6]=l=>e.settings.billpay.heading=l)},null,512),[[vModelText,e.settings.billpay.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.billpay.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_13$9,[t[26]||(t[26]=createBaseVNode("label",{for:"billpay-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"billpay-startcase",type:"text","onUpdate:modelValue":t[7]||(t[7]=l=>e.settings.billpay.startcase=l)},null,512),[[vModelText,e.settings.billpay.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_14$9,[t[27]||(t[27]=createBaseVNode("label",{for:"billpay-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"billpay-url",type:"text","onUpdate:modelValue":t[8]||(t[8]=l=>e.settings.billpay.url=l)},null,512),[[vModelText,e.settings.billpay.url]])]),createBaseVNode("div",_hoisted_15$9,[t[28]||(t[28]=createBaseVNode("label",{for:"billpay-application"},"Application name",-1)),withDirectives(createBaseVNode("input",{id:"billpay-application",type:"text","onUpdate:modelValue":t[9]||(t[9]=l=>e.settings.billpay.application=l)},null,512),[[vModelText,e.settings.billpay.application]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_16$9,[t[29]||(t[29]=createBaseVNode("label",{for:"billpay-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"billpay-channelid",type:"text","onUpdate:modelValue":t[10]||(t[10]=l=>e.settings.billpay.channelid=l)},null,512),[[vModelText,e.settings.billpay.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_17$9,[t[30]||(t[30]=createBaseVNode("label",{for:"billpay-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"billpay-tenantid",type:"text","onUpdate:modelValue":t[11]||(t[11]=l=>e.settings.billpay.tenantid=l)},null,512),[[vModelText,e.settings.billpay.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_18$9,[t[34]||(t[34]=createBaseVNode("label",{for:"billpay-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"billpay-pagetemplate","onUpdate:modelValue":t[12]||(t[12]=l=>e.settings.billpay.pageTemplate=l)},[t[31]||(t[31]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[32]||(t[32]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[33]||(t[33]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_19$9," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.billpay.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_20$9,[withDirectives(createBaseVNode("input",{id:"billpay-dataretained",type:"checkbox","onUpdate:modelValue":t[13]||(t[13]=l=>e.settings.billpay.dataretained=l)},null,512),[[vModelCheckbox,e.settings.billpay.dataretained]]),t[35]||(t[35]=createBaseVNode("label",{class:"width-auto",for:"billpay-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_21$9,[withDirectives(createBaseVNode("input",{id:"billpay-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=l=>e.settings.billpay.hideassignmentheader=l)},null,512),[[vModelCheckbox,e.settings.billpay.hideassignmentheader]]),t[36]||(t[36]=createBaseVNode("label",{class:"width-auto",for:"billpay-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_22$9,[createBaseVNode("div",_hoisted_23$9,[t[37]||(t[37]=createBaseVNode("label",{for:"billpay-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"billpay-extraparam","onUpdate:modelValue":t[15]||(t[15]=l=>e.settings.billpay.extraparam=l)},null,512),[[vModelText,e.settings.billpay.extraparam]])])])])])])}const BillPaySettings=_export_sfc(_sfc_main$c,[["render",_sfc_render$c]]),_sfc_main$b={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.banner.action!=="display"?this.settings.banner.actionparam="":this.settings.banner.actionparam="workList"}}},_hoisted_1$9={class:"container-transparent"},_hoisted_2$9={class:"container"},_hoisted_3$8={class:"body"},_hoisted_4$8={class:"layout-labels-left layout-inline-grid-double"},_hoisted_5$8={class:"field-item"},_hoisted_6$8={class:"field-item"},_hoisted_7$8={class:"field-item"},_hoisted_8$8={class:"layout-labels-top layout-inline-grid-double"},_hoisted_9$8={class:"field-item"},_hoisted_10$8={key:0},_hoisted_11$8={key:1},_hoisted_12$8={key:0,class:"field-item"},_hoisted_13$8={key:1,class:"field-item"},_hoisted_14$8={key:2,class:"field-item"},_hoisted_15$8={key:3,class:"field-item"},_hoisted_16$8={class:"field-item"},_hoisted_17$8={class:"field-item"},_hoisted_18$8={key:4,class:"field-item"},_hoisted_19$8={key:5,class:"field-item"},_hoisted_20$8={key:6,class:"field-item"},_hoisted_21$8={key:0,value:"simplifiedAssignment"},_hoisted_22$8={key:7,class:"field-item field-checkbox"},_hoisted_23$8={key:8,class:"field-item field-checkbox"},_hoisted_24$4={class:"layout-labels-top"},_hoisted_25$3={class:"field-item"};function _sfc_render$b(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$9,[t[42]||(t[42]=createBaseVNode("h2",null,"Banner component",-1)),t[43]||(t[43]=createBaseVNode("p",null,"Configuration of the banner component inside the account page.",-1)),createBaseVNode("div",_hoisted_2$9,[createBaseVNode("div",_hoisted_3$8,[createBaseVNode("div",_hoisted_4$8,[createBaseVNode("div",_hoisted_5$8,[withDirectives(createBaseVNode("input",{id:"banner-hidebanner",type:"checkbox","onUpdate:modelValue":t[0]||(t[0]=l=>e.settings.banner.hidebanner=l)},null,512),[[vModelCheckbox,e.settings.banner.hidebanner]]),t[18]||(t[18]=createBaseVNode("label",{for:"banner-hidebanner"},"Hide banner",-1))]),createBaseVNode("div",_hoisted_6$8,[withDirectives(createBaseVNode("input",{id:"banner-hidebanner-button",type:"checkbox","onUpdate:modelValue":t[1]||(t[1]=l=>e.settings.banner.hidebanner_button=l)},null,512),[[vModelCheckbox,e.settings.banner.hidebanner_button]]),t[19]||(t[19]=createBaseVNode("label",{for:"banner-hidebanner-button"},"Hide banner button",-1))]),createBaseVNode("div",_hoisted_7$8,[withDirectives(createBaseVNode("input",{id:"banner-background-color",type:"color","onUpdate:modelValue":t[2]||(t[2]=l=>e.settings.banner.color=l)},null,512),[[vModelText,e.settings.banner.color]]),t[20]||(t[20]=createBaseVNode("label",{for:"banner-background-color"},"Background color",-1))])]),createBaseVNode("div",_hoisted_8$8,[createBaseVNode("div",_hoisted_9$8,[t[25]||(t[25]=createBaseVNode("label",{for:"banner-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"banner-action","onUpdate:modelValue":t[3]||(t[3]=l=>e.settings.banner.action=l),onChange:t[4]||(t[4]=(...l)=>a.onActionChange&&a.onActionChange(...l))},[t[21]||(t[21]=createBaseVNode("option",null,"createNewWork",-1)),t[22]||(t[22]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_10$8," getNextWork ")):createCommentVNode("",!0),t[23]||(t[23]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_11$8," openWorkItem ")):createCommentVNode("",!0),t[24]||(t[24]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.banner.action]])]),e.settings.banner.action!=="createNewWork"&&e.settings.banner.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_12$8,[t[27]||(t[27]=createBaseVNode("label",{for:"banner-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.banner.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"banner-actionparam",type:"text","onUpdate:modelValue":t[5]||(t[5]=l=>e.settings.banner.actionparam=l)},null,512)),[[vModelText,e.settings.banner.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"banner-action","onUpdate:modelValue":t[6]||(t[6]=l=>e.settings.banner.actionparam=l)},t[26]||(t[26]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.banner.actionparam]])])):createCommentVNode("",!0),e.settings.banner.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.banner.action==="display"?(openBlock(),createElementBlock("div",_hoisted_13$8,[t[28]||(t[28]=createBaseVNode("label",{for:"banner-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"banner-objclass",type:"text","onUpdate:modelValue":t[7]||(t[7]=l=>e.settings.banner.objclass=l)},null,512),[[vModelText,e.settings.banner.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.banner.action==="display"?(openBlock(),createElementBlock("div",_hoisted_14$8,[t[29]||(t[29]=createBaseVNode("label",{for:"banner-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"banner-heading",type:"text","onUpdate:modelValue":t[8]||(t[8]=l=>e.settings.banner.heading=l)},null,512),[[vModelText,e.settings.banner.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.banner.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_15$8,[t[30]||(t[30]=createBaseVNode("label",{for:"banner-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"banner-startcase",type:"text","onUpdate:modelValue":t[9]||(t[9]=l=>e.settings.banner.startcase=l)},null,512),[[vModelText,e.settings.banner.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_16$8,[t[31]||(t[31]=createBaseVNode("label",{for:"banner-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"banner-url",type:"text","onUpdate:modelValue":t[10]||(t[10]=l=>e.settings.banner.url=l)},null,512),[[vModelText,e.settings.banner.url]])]),createBaseVNode("div",_hoisted_17$8,[t[32]||(t[32]=createBaseVNode("label",{for:"banner-application"},"Application name / alias",-1)),withDirectives(createBaseVNode("input",{id:"banner-application",type:"text","onUpdate:modelValue":t[11]||(t[11]=l=>e.settings.banner.application=l)},null,512),[[vModelText,e.settings.banner.application]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_18$8,[t[33]||(t[33]=createBaseVNode("label",{for:"banner-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"banner-channelid",type:"text","onUpdate:modelValue":t[12]||(t[12]=l=>e.settings.banner.channelid=l)},null,512),[[vModelText,e.settings.banner.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_19$8,[t[34]||(t[34]=createBaseVNode("label",{for:"banner-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"banner-tenantid",type:"text","onUpdate:modelValue":t[13]||(t[13]=l=>e.settings.banner.tenantid=l)},null,512),[[vModelText,e.settings.banner.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_20$8,[t[38]||(t[38]=createBaseVNode("label",{for:"banner-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"banner-pagetemplate","onUpdate:modelValue":t[14]||(t[14]=l=>e.settings.banner.pageTemplate=l)},[t[35]||(t[35]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[36]||(t[36]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[37]||(t[37]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_21$8," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.banner.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_22$8,[withDirectives(createBaseVNode("input",{id:"banner-dataretained",type:"checkbox","onUpdate:modelValue":t[15]||(t[15]=l=>e.settings.banner.dataretained=l)},null,512),[[vModelCheckbox,e.settings.banner.dataretained]]),t[39]||(t[39]=createBaseVNode("label",{class:"width-auto",for:"banner-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_23$8,[withDirectives(createBaseVNode("input",{id:"banner-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[16]||(t[16]=l=>e.settings.banner.hideassignmentheader=l)},null,512),[[vModelCheckbox,e.settings.banner.hideassignmentheader]]),t[40]||(t[40]=createBaseVNode("label",{class:"width-auto",for:"banner-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_24$4,[createBaseVNode("div",_hoisted_25$3,[t[41]||(t[41]=createBaseVNode("label",{for:"banner-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"banner-extraparam","onUpdate:modelValue":t[17]||(t[17]=l=>e.settings.banner.extraparam=l)},null,512),[[vModelText,e.settings.banner.extraparam]])])])])])])}const BannerSettings=_export_sfc(_sfc_main$b,[["render",_sfc_render$b]]),_sfc_main$a={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.kmhelp.action!=="display"?this.settings.kmhelp.actionparam="":this.settings.kmhelp.actionparam="workList"}}},_hoisted_1$8={class:"container-transparent"},_hoisted_2$8={class:"container"},_hoisted_3$7={class:"body"},_hoisted_4$7={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5$7={class:"field-item"},_hoisted_6$7={key:0},_hoisted_7$7={key:1},_hoisted_8$7={key:0,class:"field-item"},_hoisted_9$7={key:1,class:"field-item"},_hoisted_10$7={key:2,class:"field-item"},_hoisted_11$7={key:3,class:"field-item"},_hoisted_12$7={class:"field-item"},_hoisted_13$7={class:"field-item"},_hoisted_14$7={class:"field-item"},_hoisted_15$7={class:"field-item"},_hoisted_16$7={key:4,class:"field-item"},_hoisted_17$7={key:5,class:"field-item"},_hoisted_18$7={key:6,class:"field-item"},_hoisted_19$7={key:0,value:"simplifiedAssignment"},_hoisted_20$7={key:7,class:"field-item field-checkbox"},_hoisted_21$7={key:8,class:"field-item field-checkbox"},_hoisted_22$7={class:"layout-labels-top"},_hoisted_23$7={class:"field-item"};function _sfc_render$a(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$8,[t[40]||(t[40]=createBaseVNode("h2",null,"Knowledge Management",-1)),t[41]||(t[41]=createBaseVNode("p",null,` Configuration of the mashup used for Knowledge Management and displayed when clicking on the "Help" link in the header. Enter an empty 'URL' to disable this functionality. `,-1)),createBaseVNode("div",_hoisted_2$8,[createBaseVNode("div",_hoisted_3$7,[createBaseVNode("div",_hoisted_4$7,[createBaseVNode("div",_hoisted_5$7,[t[21]||(t[21]=createBaseVNode("label",{for:"kmhelp-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"kmhelp-action","onUpdate:modelValue":t[0]||(t[0]=l=>e.settings.kmhelp.action=l),onChange:t[1]||(t[1]=(...l)=>a.onActionChange&&a.onActionChange(...l))},[t[17]||(t[17]=createBaseVNode("option",null,"createNewWork",-1)),t[18]||(t[18]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_6$7," getNextWork ")):createCommentVNode("",!0),t[19]||(t[19]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_7$7," openWorkItem ")):createCommentVNode("",!0),t[20]||(t[20]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.kmhelp.action]])]),e.settings.kmhelp.action!=="createNewWork"&&e.settings.kmhelp.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_8$7,[t[23]||(t[23]=createBaseVNode("label",{for:"kmhelp-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.kmhelp.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"kmhelp-actionparam",type:"text","onUpdate:modelValue":t[2]||(t[2]=l=>e.settings.kmhelp.actionparam=l)},null,512)),[[vModelText,e.settings.kmhelp.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"kmhelp-action","onUpdate:modelValue":t[3]||(t[3]=l=>e.settings.kmhelp.actionparam=l)},t[22]||(t[22]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.kmhelp.actionparam]])])):createCommentVNode("",!0),e.settings.kmhelp.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.kmhelp.action==="display"?(openBlock(),createElementBlock("div",_hoisted_9$7,[t[24]||(t[24]=createBaseVNode("label",{for:"kmhelp-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-objclass",type:"text","onUpdate:modelValue":t[4]||(t[4]=l=>e.settings.kmhelp.objclass=l)},null,512),[[vModelText,e.settings.kmhelp.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.kmhelp.action==="display"?(openBlock(),createElementBlock("div",_hoisted_10$7,[t[25]||(t[25]=createBaseVNode("label",{for:"kmhelp-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-heading",type:"text","onUpdate:modelValue":t[5]||(t[5]=l=>e.settings.kmhelp.heading=l)},null,512),[[vModelText,e.settings.kmhelp.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.kmhelp.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_11$7,[t[26]||(t[26]=createBaseVNode("label",{for:"kmhelp-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-startcase",type:"text","onUpdate:modelValue":t[6]||(t[6]=l=>e.settings.kmhelp.startcase=l)},null,512),[[vModelText,e.settings.kmhelp.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_12$7,[t[27]||(t[27]=createBaseVNode("label",{for:"kmhelp-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-url",type:"text","onUpdate:modelValue":t[7]||(t[7]=l=>e.settings.kmhelp.url=l)},null,512),[[vModelText,e.settings.kmhelp.url]])]),createBaseVNode("div",_hoisted_13$7,[t[28]||(t[28]=createBaseVNode("label",{for:"kmhelp-application"},"Application name / alias",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-application",type:"text","onUpdate:modelValue":t[8]||(t[8]=l=>e.settings.kmhelp.application=l)},null,512),[[vModelText,e.settings.kmhelp.application]])]),createBaseVNode("div",_hoisted_14$7,[t[29]||(t[29]=createBaseVNode("label",{for:"kmhelp-username"},"Username (for unauthenticated access)",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-username",type:"text","onUpdate:modelValue":t[9]||(t[9]=l=>e.settings.kmhelp.username=l)},null,512),[[vModelText,e.settings.kmhelp.username]])]),createBaseVNode("div",_hoisted_15$7,[t[30]||(t[30]=createBaseVNode("label",{for:"kmhelp-password"},"Password (for unauthenticated access)",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-password",type:"password","onUpdate:modelValue":t[10]||(t[10]=l=>e.settings.kmhelp.password=l)},null,512),[[vModelText,e.settings.kmhelp.password]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_16$7,[t[31]||(t[31]=createBaseVNode("label",{for:"kmhelp-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-channelid",type:"text","onUpdate:modelValue":t[11]||(t[11]=l=>e.settings.kmhelp.channelid=l)},null,512),[[vModelText,e.settings.kmhelp.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_17$7,[t[32]||(t[32]=createBaseVNode("label",{for:"kmhelp-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"kmhelp-tenantid",type:"text","onUpdate:modelValue":t[12]||(t[12]=l=>e.settings.kmhelp.tenantid=l)},null,512),[[vModelText,e.settings.kmhelp.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_18$7,[t[36]||(t[36]=createBaseVNode("label",{for:"kmhelp-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"kmhelp-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=l=>e.settings.kmhelp.pageTemplate=l)},[t[33]||(t[33]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[34]||(t[34]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[35]||(t[35]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_19$7," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.kmhelp.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_20$7,[withDirectives(createBaseVNode("input",{id:"kmhelp-dataretained",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=l=>e.settings.kmhelp.dataretained=l)},null,512),[[vModelCheckbox,e.settings.kmhelp.dataretained]]),t[37]||(t[37]=createBaseVNode("label",{class:"width-auto",for:"kmhelp-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_21$7,[withDirectives(createBaseVNode("input",{id:"kmhelp-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[15]||(t[15]=l=>e.settings.kmhelp.hideassignmentheader=l)},null,512),[[vModelCheckbox,e.settings.kmhelp.hideassignmentheader]]),t[38]||(t[38]=createBaseVNode("label",{class:"width-auto",for:"kmhelp-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_22$7,[createBaseVNode("div",_hoisted_23$7,[t[39]||(t[39]=createBaseVNode("label",{for:"kmhelp-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"kmhelp-extraparam","onUpdate:modelValue":t[16]||(t[16]=l=>e.settings.kmhelp.extraparam=l)},null,512),[[vModelText,e.settings.kmhelp.extraparam]])])])])])])}const KMHelpSettings=_export_sfc(_sfc_main$a,[["render",_sfc_render$a]]),_sfc_main$9={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.todo.action!=="display"?this.settings.todo.actionparam="":this.settings.todo.actionparam="workList"}}},_hoisted_1$7={class:"container-transparent"},_hoisted_2$7={class:"container"},_hoisted_3$6={class:"body"},_hoisted_4$6={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5$6={class:"field-item field-checkbox"},_hoisted_6$6={class:"field-item field-checkbox"},_hoisted_7$6={class:"layout-labels-top layout-inline-grid-double"},_hoisted_8$6={class:"field-item"},_hoisted_9$6={key:0},_hoisted_10$6={key:1},_hoisted_11$6={key:0,class:"field-item"},_hoisted_12$6={key:1,class:"field-item"},_hoisted_13$6={key:2,class:"field-item"},_hoisted_14$6={key:3,class:"field-item"},_hoisted_15$6={class:"field-item"},_hoisted_16$6={class:"field-item"},_hoisted_17$6={key:4,class:"field-item"},_hoisted_18$6={key:5,class:"field-item"},_hoisted_19$6={key:6,class:"field-item"},_hoisted_20$6={key:0,value:"simplifiedAssignment"},_hoisted_21$6={key:7,class:"field-item field-checkbox"},_hoisted_22$6={key:8,class:"field-item field-checkbox"},_hoisted_23$6={class:"layout-labels-top"},_hoisted_24$3={class:"field-item"};function _sfc_render$9(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$7,[t[40]||(t[40]=createBaseVNode("h2",null,"To Do component",-1)),t[41]||(t[41]=createBaseVNode("p",null," Configuration of the mashup displayed as the To Do list inside the account page. ",-1)),createBaseVNode("div",_hoisted_2$7,[createBaseVNode("div",_hoisted_3$6,[createBaseVNode("div",_hoisted_4$6,[createBaseVNode("div",_hoisted_5$6,[withDirectives(createBaseVNode("input",{id:"todo-hideaccount",type:"checkbox","onUpdate:modelValue":t[0]||(t[0]=l=>e.settings.todo.hideaccount=l)},null,512),[[vModelCheckbox,e.settings.todo.hideaccount]]),t[17]||(t[17]=createBaseVNode("label",{class:"width-auto",for:"todo-hideaccount"},"Hide account picker",-1))]),createBaseVNode("div",_hoisted_6$6,[withDirectives(createBaseVNode("input",{id:"todo-hideaccountdetails",type:"checkbox","onUpdate:modelValue":t[1]||(t[1]=l=>e.settings.todo.hideaccountdetails=l)},null,512),[[vModelCheckbox,e.settings.todo.hideaccountdetails]]),t[18]||(t[18]=createBaseVNode("label",{class:"width-auto",for:"todo-hideaccountdetails"},"Hide account details",-1))])]),createBaseVNode("div",_hoisted_7$6,[createBaseVNode("div",_hoisted_8$6,[t[23]||(t[23]=createBaseVNode("label",{for:"todo-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"todo-action","onUpdate:modelValue":t[2]||(t[2]=l=>e.settings.todo.action=l),onChange:t[3]||(t[3]=(...l)=>a.onActionChange&&a.onActionChange(...l))},[t[19]||(t[19]=createBaseVNode("option",null,"createNewWork",-1)),t[20]||(t[20]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_9$6," getNextWork ")):createCommentVNode("",!0),t[21]||(t[21]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_10$6," openWorkItem ")):createCommentVNode("",!0),t[22]||(t[22]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.todo.action]])]),e.settings.todo.action!=="createNewWork"&&e.settings.todo.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_11$6,[t[25]||(t[25]=createBaseVNode("label",{for:"todo-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.todo.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"todo-actionparam",type:"text","onUpdate:modelValue":t[4]||(t[4]=l=>e.settings.todo.actionparam=l)},null,512)),[[vModelText,e.settings.todo.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"todo-action","onUpdate:modelValue":t[5]||(t[5]=l=>e.settings.todo.actionparam=l)},t[24]||(t[24]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.todo.actionparam]])])):createCommentVNode("",!0),e.settings.todo.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.todo.action==="display"?(openBlock(),createElementBlock("div",_hoisted_12$6,[t[26]||(t[26]=createBaseVNode("label",{for:"todo-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"todo-objclass",type:"text","onUpdate:modelValue":t[6]||(t[6]=l=>e.settings.todo.objclass=l)},null,512),[[vModelText,e.settings.todo.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.todo.action==="display"?(openBlock(),createElementBlock("div",_hoisted_13$6,[t[27]||(t[27]=createBaseVNode("label",{for:"todo-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"todo-heading",type:"text","onUpdate:modelValue":t[7]||(t[7]=l=>e.settings.todo.heading=l)},null,512),[[vModelText,e.settings.todo.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.todo.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_14$6,[t[28]||(t[28]=createBaseVNode("label",{for:"todo-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"todo-startcase",type:"text","onUpdate:modelValue":t[8]||(t[8]=l=>e.settings.todo.startcase=l)},null,512),[[vModelText,e.settings.todo.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_15$6,[t[29]||(t[29]=createBaseVNode("label",{for:"todo-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"todo-url",type:"text","onUpdate:modelValue":t[9]||(t[9]=l=>e.settings.todo.url=l)},null,512),[[vModelText,e.settings.todo.url]])]),createBaseVNode("div",_hoisted_16$6,[t[30]||(t[30]=createBaseVNode("label",{for:"todo-application"},"Application name / alias",-1)),withDirectives(createBaseVNode("input",{id:"todo-application",type:"text","onUpdate:modelValue":t[10]||(t[10]=l=>e.settings.todo.application=l)},null,512),[[vModelText,e.settings.todo.application]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_17$6,[t[31]||(t[31]=createBaseVNode("label",{for:"todo-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"todo-channelid",type:"text","onUpdate:modelValue":t[11]||(t[11]=l=>e.settings.todo.channelid=l)},null,512),[[vModelText,e.settings.todo.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_18$6,[t[32]||(t[32]=createBaseVNode("label",{for:"todo-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"todo-tenantid",type:"text","onUpdate:modelValue":t[12]||(t[12]=l=>e.settings.todo.tenantid=l)},null,512),[[vModelText,e.settings.todo.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_19$6,[t[36]||(t[36]=createBaseVNode("label",{for:"todo-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"todo-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=l=>e.settings.todo.pageTemplate=l)},[t[33]||(t[33]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[34]||(t[34]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[35]||(t[35]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_20$6," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.todo.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_21$6,[withDirectives(createBaseVNode("input",{id:"todo-dataretained",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=l=>e.settings.todo.dataretained=l)},null,512),[[vModelCheckbox,e.settings.todo.dataretained]]),t[37]||(t[37]=createBaseVNode("label",{class:"width-auto",for:"todo-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_22$6,[withDirectives(createBaseVNode("input",{id:"todo-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[15]||(t[15]=l=>e.settings.todo.hideassignmentheader=l)},null,512),[[vModelCheckbox,e.settings.todo.hideassignmentheader]]),t[38]||(t[38]=createBaseVNode("label",{class:"width-auto",for:"todo-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_23$6,[createBaseVNode("div",_hoisted_24$3,[t[39]||(t[39]=createBaseVNode("label",{for:"todo-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"todo-extraparam","onUpdate:modelValue":t[16]||(t[16]=l=>e.settings.todo.extraparam=l)},null,512),[[vModelText,e.settings.todo.extraparam]])])])])])])}const ToDoSettings=_export_sfc(_sfc_main$9,[["render",_sfc_render$9]]),_sfc_main$8={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.activity.action!=="display"?this.settings.activity.actionparam="":this.settings.activity.actionparam="workList"}}},_hoisted_1$6={class:"container-transparent"},_hoisted_2$6={class:"container"},_hoisted_3$5={class:"body"},_hoisted_4$5={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5$5={class:"field-item field-checkbox"},_hoisted_6$5={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$5={class:"field-item"},_hoisted_8$5={key:0},_hoisted_9$5={key:1},_hoisted_10$5={key:0,class:"field-item"},_hoisted_11$5={key:1,class:"field-item"},_hoisted_12$5={key:2,class:"field-item"},_hoisted_13$5={key:3,class:"field-item"},_hoisted_14$5={class:"field-item"},_hoisted_15$5={class:"field-item"},_hoisted_16$5={key:4,class:"field-item"},_hoisted_17$5={key:5,class:"field-item"},_hoisted_18$5={key:6,class:"field-item"},_hoisted_19$5={key:0,value:"simplifiedAssignment"},_hoisted_20$5={key:7,class:"field-item field-checkbox"},_hoisted_21$5={key:8,class:"field-item field-checkbox"},_hoisted_22$5={class:"layout-labels-top"},_hoisted_23$5={class:"field-item"};function _sfc_render$8(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$6,[t[38]||(t[38]=createBaseVNode("h2",null,"Activity component",-1)),t[39]||(t[39]=createBaseVNode("p",null," Configuration of the mashup displayed as the Activity list inside the account page. If the url is not configured, a static set of events is displayed - to hide the activity feed, check the setting hide activity feed below. ",-1)),createBaseVNode("div",_hoisted_2$6,[createBaseVNode("div",_hoisted_3$5,[createBaseVNode("div",_hoisted_4$5,[createBaseVNode("div",_hoisted_5$5,[withDirectives(createBaseVNode("input",{id:"todo-hideactivity",type:"checkbox","onUpdate:modelValue":t[0]||(t[0]=l=>e.settings.todo.hideactivity=l)},null,512),[[vModelCheckbox,e.settings.todo.hideactivity]]),t[16]||(t[16]=createBaseVNode("label",{class:"width-auto",for:"todo-hideactivity"},"Hide activity feed",-1))])]),createBaseVNode("div",_hoisted_6$5,[createBaseVNode("div",_hoisted_7$5,[t[21]||(t[21]=createBaseVNode("label",{for:"activity-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"activity-action","onUpdate:modelValue":t[1]||(t[1]=l=>e.settings.activity.action=l),onChange:t[2]||(t[2]=(...l)=>a.onActionChange&&a.onActionChange(...l))},[t[17]||(t[17]=createBaseVNode("option",null,"createNewWork",-1)),t[18]||(t[18]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_8$5," getNextWork ")):createCommentVNode("",!0),t[19]||(t[19]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_9$5," openWorkItem ")):createCommentVNode("",!0),t[20]||(t[20]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.activity.action]])]),e.settings.activity.action!=="createNewWork"&&e.settings.activity.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_10$5,[t[23]||(t[23]=createBaseVNode("label",{for:"activity-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.activity.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"activity-actionparam",type:"text","onUpdate:modelValue":t[3]||(t[3]=l=>e.settings.activity.actionparam=l)},null,512)),[[vModelText,e.settings.activity.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"activity-action","onUpdate:modelValue":t[4]||(t[4]=l=>e.settings.activity.actionparam=l)},t[22]||(t[22]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.activity.actionparam]])])):createCommentVNode("",!0),e.settings.activity.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.activity.action==="display"?(openBlock(),createElementBlock("div",_hoisted_11$5,[t[24]||(t[24]=createBaseVNode("label",{for:"activity-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"activity-objclass",type:"text","onUpdate:modelValue":t[5]||(t[5]=l=>e.settings.activity.objclass=l)},null,512),[[vModelText,e.settings.activity.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.activity.action==="display"?(openBlock(),createElementBlock("div",_hoisted_12$5,[t[25]||(t[25]=createBaseVNode("label",{for:"activity-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"activity-heading",type:"text","onUpdate:modelValue":t[6]||(t[6]=l=>e.settings.activity.heading=l)},null,512),[[vModelText,e.settings.activity.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.activity.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_13$5,[t[26]||(t[26]=createBaseVNode("label",{for:"activity-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"activity-startcase",type:"text","onUpdate:modelValue":t[7]||(t[7]=l=>e.settings.activity.startcase=l)},null,512),[[vModelText,e.settings.activity.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_14$5,[t[27]||(t[27]=createBaseVNode("label",{for:"activity-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"activity-url",type:"text","onUpdate:modelValue":t[8]||(t[8]=l=>e.settings.activity.url=l)},null,512),[[vModelText,e.settings.activity.url]])]),createBaseVNode("div",_hoisted_15$5,[t[28]||(t[28]=createBaseVNode("label",{for:"activity-application"},"Application name / alias",-1)),withDirectives(createBaseVNode("input",{id:"activity-application",type:"text","onUpdate:modelValue":t[9]||(t[9]=l=>e.settings.activity.application=l)},null,512),[[vModelText,e.settings.activity.application]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_16$5,[t[29]||(t[29]=createBaseVNode("label",{for:"activity-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"activity-channelid",type:"text","onUpdate:modelValue":t[10]||(t[10]=l=>e.settings.activity.channelid=l)},null,512),[[vModelText,e.settings.activity.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_17$5,[t[30]||(t[30]=createBaseVNode("label",{for:"activity-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"activity-tenantid",type:"text","onUpdate:modelValue":t[11]||(t[11]=l=>e.settings.activity.tenantid=l)},null,512),[[vModelText,e.settings.activity.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_18$5,[t[34]||(t[34]=createBaseVNode("label",{for:"activity-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"activity-pagetemplate","onUpdate:modelValue":t[12]||(t[12]=l=>e.settings.activity.pageTemplate=l)},[t[31]||(t[31]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[32]||(t[32]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[33]||(t[33]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_19$5," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.activity.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_20$5,[withDirectives(createBaseVNode("input",{id:"activity-dataretained",type:"checkbox","onUpdate:modelValue":t[13]||(t[13]=l=>e.settings.activity.dataretained=l)},null,512),[[vModelCheckbox,e.settings.activity.dataretained]]),t[35]||(t[35]=createBaseVNode("label",{class:"width-auto",for:"activity-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_21$5,[withDirectives(createBaseVNode("input",{id:"activity-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=l=>e.settings.activity.hideassignmentheader=l)},null,512),[[vModelCheckbox,e.settings.activity.hideassignmentheader]]),t[36]||(t[36]=createBaseVNode("label",{class:"width-auto",for:"activity-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_22$5,[createBaseVNode("div",_hoisted_23$5,[t[37]||(t[37]=createBaseVNode("label",{for:"activity-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"activity-extraparam","onUpdate:modelValue":t[15]||(t[15]=l=>e.settings.activity.extraparam=l)},null,512),[[vModelText,e.settings.activity.extraparam]])])])])])])}const ActivitySettings=_export_sfc(_sfc_main$8,[["render",_sfc_render$8]]),_sfc_main$7={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.homeheroaction.action!=="display"?this.settings.homeheroaction.actionparam="":this.settings.homeheroaction.actionparam="workList"}}},_hoisted_1$5={class:"container-transparent"},_hoisted_2$5={class:"container"},_hoisted_3$4={class:"body"},_hoisted_4$4={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5$4={class:"field-item"},_hoisted_6$4={key:0},_hoisted_7$4={key:1},_hoisted_8$4={key:0,class:"field-item"},_hoisted_9$4={key:1,class:"field-item"},_hoisted_10$4={key:2,class:"field-item"},_hoisted_11$4={key:3,class:"field-item"},_hoisted_12$4={class:"field-item"},_hoisted_13$4={class:"field-item"},_hoisted_14$4={class:"field-item"},_hoisted_15$4={class:"field-item"},_hoisted_16$4={key:4,class:"field-item"},_hoisted_17$4={key:5,class:"field-item"},_hoisted_18$4={key:6,class:"field-item"},_hoisted_19$4={key:0,value:"simplifiedAssignment"},_hoisted_20$4={key:7,class:"field-item field-checkbox"},_hoisted_21$4={key:8,class:"field-item field-checkbox"},_hoisted_22$4={class:"layout-labels-top"},_hoisted_23$4={class:"field-item"};function _sfc_render$7(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$5,[t[40]||(t[40]=createBaseVNode("h2",null,"Home Hero Action",-1)),t[41]||(t[41]=createBaseVNode("p",null,' Configuration of the mashup displayed when clicking on the "Learn more" button inside the Hero placement of the Home page ',-1)),createBaseVNode("div",_hoisted_2$5,[createBaseVNode("div",_hoisted_3$4,[createBaseVNode("div",_hoisted_4$4,[createBaseVNode("div",_hoisted_5$4,[t[21]||(t[21]=createBaseVNode("label",{for:"homeheroaction-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"homeheroaction-action","onUpdate:modelValue":t[0]||(t[0]=l=>e.settings.homeheroaction.action=l),onChange:t[1]||(t[1]=(...l)=>a.onActionChange&&a.onActionChange(...l))},[t[17]||(t[17]=createBaseVNode("option",null,"createNewWork",-1)),t[18]||(t[18]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_6$4," getNextWork ")):createCommentVNode("",!0),t[19]||(t[19]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_7$4," openWorkItem ")):createCommentVNode("",!0),t[20]||(t[20]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.homeheroaction.action]])]),e.settings.homeheroaction.action!=="createNewWork"&&e.settings.homeheroaction.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_8$4,[t[23]||(t[23]=createBaseVNode("label",{for:"homeheroaction-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.homeheroaction.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"homeheroaction-actionparam",type:"text","onUpdate:modelValue":t[2]||(t[2]=l=>e.settings.homeheroaction.actionparam=l)},null,512)),[[vModelText,e.settings.homeheroaction.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"homeheroaction-action","onUpdate:modelValue":t[3]||(t[3]=l=>e.settings.homeheroaction.actionparam=l)},t[22]||(t[22]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.homeheroaction.actionparam]])])):createCommentVNode("",!0),e.settings.homeheroaction.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.homeheroaction.action==="display"?(openBlock(),createElementBlock("div",_hoisted_9$4,[t[24]||(t[24]=createBaseVNode("label",{for:"homeheroaction-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-objclass",type:"text","onUpdate:modelValue":t[4]||(t[4]=l=>e.settings.homeheroaction.objclass=l)},null,512),[[vModelText,e.settings.homeheroaction.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.homeheroaction.action==="display"?(openBlock(),createElementBlock("div",_hoisted_10$4,[t[25]||(t[25]=createBaseVNode("label",{for:"homeheroaction-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-heading",type:"text","onUpdate:modelValue":t[5]||(t[5]=l=>e.settings.homeheroaction.heading=l)},null,512),[[vModelText,e.settings.homeheroaction.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.homeheroaction.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_11$4,[t[26]||(t[26]=createBaseVNode("label",{for:"homeheroaction-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-startcase",type:"text","onUpdate:modelValue":t[6]||(t[6]=l=>e.settings.homeheroaction.startcase=l)},null,512),[[vModelText,e.settings.homeheroaction.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_12$4,[t[27]||(t[27]=createBaseVNode("label",{for:"homeheroaction-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-url",type:"text","onUpdate:modelValue":t[7]||(t[7]=l=>e.settings.homeheroaction.url=l)},null,512),[[vModelText,e.settings.homeheroaction.url]])]),createBaseVNode("div",_hoisted_13$4,[t[28]||(t[28]=createBaseVNode("label",{for:"homeheroaction-application"},"Application name / alias",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-application",type:"text","onUpdate:modelValue":t[8]||(t[8]=l=>e.settings.homeheroaction.application=l)},null,512),[[vModelText,e.settings.homeheroaction.application]])]),createBaseVNode("div",_hoisted_14$4,[t[29]||(t[29]=createBaseVNode("label",{for:"homeheroaction-pega_userid"},"Pega userid",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-pega_userid",type:"text","onUpdate:modelValue":t[9]||(t[9]=l=>e.settings.homeheroaction.pega_userid=l)},null,512),[[vModelText,e.settings.homeheroaction.pega_userid]])]),createBaseVNode("div",_hoisted_15$4,[t[30]||(t[30]=createBaseVNode("label",{for:"homeheroaction-pega_pwd"},"Pega password",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-pega_pwd",type:"password","onUpdate:modelValue":t[10]||(t[10]=l=>e.settings.homeheroaction.pega_pwd=l)},null,512),[[vModelText,e.settings.homeheroaction.pega_pwd]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_16$4,[t[31]||(t[31]=createBaseVNode("label",{for:"homeheroaction-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-channelid",type:"text","onUpdate:modelValue":t[11]||(t[11]=l=>e.settings.homeheroaction.channelid=l)},null,512),[[vModelText,e.settings.homeheroaction.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_17$4,[t[32]||(t[32]=createBaseVNode("label",{for:"homeheroaction-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"homeheroaction-tenantid",type:"text","onUpdate:modelValue":t[12]||(t[12]=l=>e.settings.homeheroaction.tenantid=l)},null,512),[[vModelText,e.settings.homeheroaction.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_18$4,[t[36]||(t[36]=createBaseVNode("label",{for:"homeheroaction-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"homeheroaction-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=l=>e.settings.homeheroaction.pageTemplate=l)},[t[33]||(t[33]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[34]||(t[34]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[35]||(t[35]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_19$4," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.homeheroaction.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_20$4,[withDirectives(createBaseVNode("input",{id:"homeheroaction-dataretained",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=l=>e.settings.homeheroaction.dataretained=l)},null,512),[[vModelCheckbox,e.settings.homeheroaction.dataretained]]),t[37]||(t[37]=createBaseVNode("label",{class:"width-auto",for:"homeheroaction-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_21$4,[withDirectives(createBaseVNode("input",{id:"homeheroaction-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[15]||(t[15]=l=>e.settings.homeheroaction.hideassignmentheader=l)},null,512),[[vModelCheckbox,e.settings.homeheroaction.hideassignmentheader]]),t[38]||(t[38]=createBaseVNode("label",{class:"width-auto",for:"homeheroaction-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_22$4,[createBaseVNode("div",_hoisted_23$4,[t[39]||(t[39]=createBaseVNode("label",{for:"homeheroaction-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"homeheroaction-extraparam","onUpdate:modelValue":t[16]||(t[16]=l=>e.settings.homeheroaction.extraparam=l)},null,512),[[vModelText,e.settings.homeheroaction.extraparam]])])])])])])}const HomeHeroActionSettings=_export_sfc(_sfc_main$7,[["render",_sfc_render$7]]),_sfc_main$6={data(){return mainconfig},components:{Container}},_hoisted_1$4={class:"container-transparent"},_hoisted_2$4={class:"layout-inline-grid-double layout-labels-left"},_hoisted_3$3={class:"field-item"},_hoisted_4$3=["id","onUpdate:modelValue"],_hoisted_5$3=["for"],_hoisted_6$3={class:"field-item"},_hoisted_7$3=["id","onUpdate:modelValue"],_hoisted_8$3=["for"],_hoisted_9$3={class:"layout-inline-grid-double layout-labels-top"},_hoisted_10$3={class:"field-item"},_hoisted_11$3=["for"],_hoisted_12$3=["id","onUpdate:modelValue"],_hoisted_13$3={class:"field-item"},_hoisted_14$3=["for"],_hoisted_15$3=["id","onUpdate:modelValue"],_hoisted_16$3={class:"field-item"},_hoisted_17$3=["for"],_hoisted_18$3=["id","onUpdate:modelValue"],_hoisted_19$3={class:"field-item"},_hoisted_20$3=["for"],_hoisted_21$3=["id","onUpdate:modelValue"],_hoisted_22$3={class:"field-item"},_hoisted_23$3=["for"],_hoisted_24$2=["id","onUpdate:modelValue"],_hoisted_25$2={class:"field-item"},_hoisted_26$2=["for"],_hoisted_27$2=["id","onUpdate:modelValue"],_hoisted_28$2={class:"field-item"},_hoisted_29$2=["for"],_hoisted_30$1=["id","onUpdate:modelValue"],_hoisted_31$1={class:"field-item"},_hoisted_32$1=["for"],_hoisted_33$1=["id","onUpdate:modelValue"],_hoisted_34$1={class:"field-item"},_hoisted_35$1=["for"],_hoisted_36$1=["id","onUpdate:modelValue"],_hoisted_37$1={class:"field-item"},_hoisted_38$1=["for"],_hoisted_39$1=["id","onUpdate:modelValue"],_hoisted_40$1={class:"field-item"},_hoisted_41$1=["for"],_hoisted_42$1=["id","onUpdate:modelValue"],_hoisted_43$1={class:"field-item"},_hoisted_44$1=["for"],_hoisted_45$1=["id","onUpdate:modelValue"],_hoisted_46$1={class:"layout-labels-top"},_hoisted_47$1={class:"field-item"},_hoisted_48$1=["for"],_hoisted_49$1=["id","onUpdate:modelValue"],_hoisted_50$1={class:"field-item"},_hoisted_51$1=["for"],_hoisted_52$1=["id","onUpdate:modelValue"],_hoisted_53$1={class:"layout-inline-grid-double layout-labels-left"},_hoisted_54$1={class:"field-item"},_hoisted_55=["id","onUpdate:modelValue"],_hoisted_56=["for"];function _sfc_render$6(e,t,n,o,s,a){const l=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$4,[t[0]||(t[0]=createBaseVNode("h2",null,"Users",-1)),t[1]||(t[1]=createBaseVNode("p",null," Configuration of the credentials for the users that can login into the application. Each user is mapped to a Pega Platform user. ",-1)),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.users,(r,c)=>(openBlock(),createElementBlock("div",{key:c},[createVNode(l,{title:"User "+(c+1),expanded:c===0},{default:withCtx(()=>[createBaseVNode("div",_hoisted_2$4,[createBaseVNode("div",_hoisted_3$3,[withDirectives(createBaseVNode("input",{type:"checkbox",id:"user-"+c+"-load_by_default","onUpdate:modelValue":d=>r.load_by_default=d},null,8,_hoisted_4$3),[[vModelCheckbox,r.load_by_default]]),createBaseVNode("label",{class:"width-auto",for:"user-"+c+"-load_by_default"},"Loaded by default",8,_hoisted_5$3)]),createBaseVNode("div",_hoisted_6$3,[withDirectives(createBaseVNode("input",{type:"checkbox",id:"user-"+c+"-show_opname","onUpdate:modelValue":d=>r.show_opname=d},null,8,_hoisted_7$3),[[vModelCheckbox,r.show_opname]]),createBaseVNode("label",{class:"width-auto",for:"user-"+c+"-show_opname"},"Show operator name",8,_hoisted_8$3)])]),createBaseVNode("div",_hoisted_9$3,[createBaseVNode("div",_hoisted_10$3,[createBaseVNode("label",{for:"user-"+c+"-username"},"Username",8,_hoisted_11$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-username",type:"text","onUpdate:modelValue":d=>r.username=d},null,8,_hoisted_12$3),[[vModelText,r.username]])]),createBaseVNode("div",_hoisted_13$3,[createBaseVNode("label",{for:"user-"+c+"-password"},"Password",8,_hoisted_14$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-password",type:"password","onUpdate:modelValue":d=>r.password=d},null,8,_hoisted_15$3),[[vModelText,r.password]])]),createBaseVNode("div",_hoisted_16$3,[createBaseVNode("label",{for:"user-"+c+"-img"},"Image",8,_hoisted_17$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-img",type:"text","onUpdate:modelValue":d=>r.img=d},null,8,_hoisted_18$3),[[vModelText,r.img]])]),createBaseVNode("div",_hoisted_19$3,[createBaseVNode("label",{for:"user-"+c+"-company_name"},"Company",8,_hoisted_20$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-company_name",type:"text","onUpdate:modelValue":d=>r.company_name=d},null,8,_hoisted_21$3),[[vModelText,r.company_name]])]),createBaseVNode("div",_hoisted_22$3,[createBaseVNode("label",{for:"user-"+c+"-name"},"Name",8,_hoisted_23$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-name",type:"text","onUpdate:modelValue":d=>r.name=d},null,8,_hoisted_24$2),[[vModelText,r.name]])]),createBaseVNode("div",_hoisted_25$2,[createBaseVNode("label",{for:"user-"+c+"-billpay"},"Bill amount",8,_hoisted_26$2),withDirectives(createBaseVNode("input",{id:"user-"+c+"-billpay",type:"text","onUpdate:modelValue":d=>r.billpay=d},null,8,_hoisted_27$2),[[vModelText,r.billpay]])]),createBaseVNode("div",_hoisted_28$2,[createBaseVNode("label",{for:"user-"+c+"-pega_userid"},"Pega userid",8,_hoisted_29$2),withDirectives(createBaseVNode("input",{id:"user-"+c+"-pega_userid",type:"text","onUpdate:modelValue":d=>r.pega_userid=d},null,8,_hoisted_30$1),[[vModelText,r.pega_userid]])]),createBaseVNode("div",_hoisted_31$1,[createBaseVNode("label",{for:"user-"+c+"-pega_pwd"},"Pega password",8,_hoisted_32$1),withDirectives(createBaseVNode("input",{id:"user-"+c+"-pega_pwd",type:"password","onUpdate:modelValue":d=>r.pega_pwd=d},null,8,_hoisted_33$1),[[vModelText,r.pega_pwd]])]),createBaseVNode("div",_hoisted_34$1,[createBaseVNode("label",{for:"user-"+c+"-otp_send_to"},"OTP send to (email or phone)",8,_hoisted_35$1),withDirectives(createBaseVNode("input",{id:"user-"+c+"-otp_send_to",type:"text","onUpdate:modelValue":d=>r.otp_send_to=d},null,8,_hoisted_36$1),[[vModelText,r.otp_send_to]])]),createBaseVNode("div",_hoisted_37$1,[createBaseVNode("label",{for:"user-"+c+"-accountid"},"Account ID (Mashup Chat)",8,_hoisted_38$1),withDirectives(createBaseVNode("input",{id:"user-"+c+"-accountid",type:"text","onUpdate:modelValue":d=>r.accountID=d},null,8,_hoisted_39$1),[[vModelText,r.accountID]])]),createBaseVNode("div",_hoisted_40$1,[createBaseVNode("label",{for:"user-"+c+"-contactid"},"Contact ID (Mashup Chat)",8,_hoisted_41$1),withDirectives(createBaseVNode("input",{id:"user-"+c+"-contactid",type:"text","onUpdate:modelValue":d=>r.contactID=d},null,8,_hoisted_42$1),[[vModelText,r.contactID]])]),createBaseVNode("div",_hoisted_43$1,[createBaseVNode("label",{for:"user-"+c+"-customerid"},"Customer ID (Customer Decision Hub)",8,_hoisted_44$1),withDirectives(createBaseVNode("input",{id:"user-"+c+"-customerid",type:"text","onUpdate:modelValue":d=>r.customerID=d},null,8,_hoisted_45$1),[[vModelText,r.customerID]])])]),createBaseVNode("div",_hoisted_46$1,[createBaseVNode("div",_hoisted_47$1,[createBaseVNode("label",{for:"user-"+c+"-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",8,_hoisted_48$1),withDirectives(createBaseVNode("textarea",{id:"user-"+c+"-extraparam","onUpdate:modelValue":d=>r.extraparam=d},null,8,_hoisted_49$1),[[vModelText,r.extraparam]])]),createBaseVNode("div",_hoisted_50$1,[createBaseVNode("label",{for:"user-"+c+"-dmm_context_data"},"Additional context data for Digital Messaging Manager (format: first_name=john,last_name=smith)",8,_hoisted_51$1),withDirectives(createBaseVNode("textarea",{id:"user-"+c+"-dmm_context_data","onUpdate:modelValue":d=>r.dmm_context_data=d},null,8,_hoisted_52$1),[[vModelText,r.dmm_context_data]])])]),createBaseVNode("div",_hoisted_53$1,[createBaseVNode("div",_hoisted_54$1,[withDirectives(createBaseVNode("input",{type:"checkbox",id:"user-"+c+"-hide_from_dropdown","onUpdate:modelValue":d=>r.hide_from_dropdown=d},null,8,_hoisted_55),[[vModelCheckbox,r.hide_from_dropdown]]),createBaseVNode("label",{class:"width-auto",for:"user-"+c+"-hide_from_dropdown"},"Hide from login dropdown",8,_hoisted_56)])])]),_:2},1032,["title","expanded"])]))),128))])}const UsersSettings=_export_sfc(_sfc_main$6,[["render",_sfc_render$6]]),_sfc_main$5={data(){return mainconfig},components:{Container},methods:{addCustomEvent(){const e={CustomEventAction:"HighlightElement",CustomEventName:"",ElementName:"",SendAcknowledgement:!1,AcknowledgeOn:"After5Seconds"};this.settings.CustomEvents.push(e)},removeCustomEvent(e){console.log("removeCustomEvent",e),this.settings.CustomEvents.splice(e,1)}}},_hoisted_1$3={class:"container-transparent"},_hoisted_2$3={class:"layout-labels-top"},_hoisted_3$2={class:"field-item"},_hoisted_4$2={class:"field-item"},_hoisted_5$2={class:"field-item"},_hoisted_6$2={class:"field-item"},_hoisted_7$2={class:"flex event-header"},_hoisted_8$2={class:"event-title"},_hoisted_9$2=["onClick"],_hoisted_10$2={class:"field-item"},_hoisted_11$2=["onUpdate:modelValue"],_hoisted_12$2={class:"field-item"},_hoisted_13$2=["onUpdate:modelValue"],_hoisted_14$2={class:"field-item"},_hoisted_15$2=["onUpdate:modelValue"],_hoisted_16$2={class:"layout-labels-top layout-inline-grid-double"},_hoisted_17$2={class:"field-item field-checkbox"},_hoisted_18$2=["onUpdate:modelValue","id"],_hoisted_19$2=["for"],_hoisted_20$2=["for"],_hoisted_21$2={key:0,class:"field-item"},_hoisted_22$2=["onUpdate:modelValue"],_hoisted_23$2={key:0},_hoisted_24$1={class:"layout-labels-top layout-inline-grid-double"},_hoisted_25$1={class:"field-item"},_hoisted_26$1={class:"field-item"},_hoisted_27$1={class:"layout-labels-top layout-inline-grid-double"},_hoisted_28$1={class:"field-item"},_hoisted_29$1={class:"field-item"};function _sfc_render$5(e,t,n,o,s,a){const l=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$3,[t[25]||(t[25]=createBaseVNode("h2",null,"Messaging and Co-Browse",-1)),t[26]||(t[26]=createBaseVNode("p",null,[createTextVNode(" Configuration of the messaging and Co-Browse components. Enter an empty 'URL' to disable the functionality. For more details, click "),createBaseVNode("a",{href:"https://github.com/pegasystems/uplus-wss/wiki/How-to-configure-the-Pega-Chat-bot"},"here"),createTextVNode(". ")],-1)),createVNode(l,{title:"Messaging",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_2$3,[createBaseVNode("div",_hoisted_3$2,[t[9]||(t[9]=createBaseVNode("label",{for:"chat-DMMID"},"ID of the widget",-1)),withDirectives(createBaseVNode("input",{id:"chat-DMMID",type:"text","onUpdate:modelValue":t[0]||(t[0]=r=>e.settings.pega_chat.DMMID=r)},null,512),[[vModelText,e.settings.pega_chat.DMMID]])]),createBaseVNode("div",_hoisted_4$2,[t[10]||(t[10]=createBaseVNode("label",{for:"chat-DMMURL"},"URL of the Digital Messaging Server",-1)),withDirectives(createBaseVNode("input",{id:"chat-DMMURL",type:"text","onUpdate:modelValue":t[1]||(t[1]=r=>e.settings.pega_chat.DMMURL=r)},null,512),[[vModelText,e.settings.pega_chat.DMMURL]])]),createBaseVNode("div",_hoisted_5$2,[t[11]||(t[11]=createBaseVNode("label",{for:"chat-DMMSecret"},"Secret to generate JWT Token for authentication",-1)),withDirectives(createBaseVNode("input",{id:"chat-DMMSecret",type:"text","onUpdate:modelValue":t[2]||(t[2]=r=>e.settings.pega_chat.DMMSecret=r)},null,512),[[vModelText,e.settings.pega_chat.DMMSecret]])]),createBaseVNode("div",_hoisted_6$2,[t[12]||(t[12]=createBaseVNode("label",{for:"chat-DMMPrivateURL"},"Base URL of the Digital Messaging server to send private data & custom event acknowledgements",-1)),withDirectives(createBaseVNode("input",{id:"chat-DMMPrivateURL",type:"text","onUpdate:modelValue":t[3]||(t[3]=r=>e.settings.pega_chat.DMMPrivateURL=r)},null,512),[[vModelText,e.settings.pega_chat.DMMPrivateURL]])])])]),_:1}),createVNode(l,{title:"Custom Events"},{default:withCtx(()=>[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.CustomEvents,(r,c)=>(openBlock(),createElementBlock("div",{key:c,class:"layout-labels-top"},[createBaseVNode("div",_hoisted_7$2,[createBaseVNode("h4",_hoisted_8$2,"Custom Event "+toDisplayString$1(c+1),1),createBaseVNode("i",{onClick:d=>a.removeCustomEvent(c),class:"pi pi-trash remove-event"},null,8,_hoisted_9$2)]),createBaseVNode("div",_hoisted_10$2,[t[13]||(t[13]=createBaseVNode("label",{for:"chat-CustomEventName"},"Event Name",-1)),withDirectives(createBaseVNode("input",{id:"chat-CustomEventName",type:"text","onUpdate:modelValue":d=>r.CustomEventName=d},null,8,_hoisted_11$2),[[vModelText,r.CustomEventName]])]),createBaseVNode("div",_hoisted_12$2,[t[15]||(t[15]=createBaseVNode("label",{for:"chat-CustomEventAction"},"Event action",-1)),withDirectives(createBaseVNode("select",{id:"chat-CustomEventAction","onUpdate:modelValue":d=>r.CustomEventAction=d},t[14]||(t[14]=[createBaseVNode("option",{value:"HighlightElement"},"Highlight Element",-1),createBaseVNode("option",{value:"ClickElement"},"Click Element",-1)]),8,_hoisted_13$2),[[vModelSelect,r.CustomEventAction]])]),createBaseVNode("div",_hoisted_14$2,[t[16]||(t[16]=createBaseVNode("label",{for:"chat-ElementName"},"Element To Select (Enter the elements text value e.g. 'Log in')",-1)),withDirectives(createBaseVNode("input",{id:"chat-ElementName",type:"text","onUpdate:modelValue":d=>r.ElementName=d},null,8,_hoisted_15$2),[[vModelText,r.ElementName]])]),createBaseVNode("div",_hoisted_16$2,[createBaseVNode("div",_hoisted_17$2,[withDirectives(createBaseVNode("input",{type:"checkbox","onUpdate:modelValue":d=>r.SendAcknowledgement=d,id:"chat-"+c+"-SendAcknowledgement"},null,8,_hoisted_18$2),[[vModelCheckbox,r.SendAcknowledgement]]),r.SendAcknowledgement?createCommentVNode("",!0):(openBlock(),createElementBlock("label",{key:0,class:"width-auto",for:"chat-"+c+"-SendAcknowledgement"},"Send Event Acknowledgement",8,_hoisted_19$2)),r.SendAcknowledgement?(openBlock(),createElementBlock("label",{key:1,class:"width-auto",for:"chat-"+c+"-SendAcknowledgement"},"Send Event Acknowledgement After:",8,_hoisted_20$2)):createCommentVNode("",!0)]),r.SendAcknowledgement?(openBlock(),createElementBlock("div",_hoisted_21$2,[withDirectives(createBaseVNode("select",{id:"chat-AcknowledgeOn","onUpdate:modelValue":d=>r.AcknowledgeOn=d},t[17]||(t[17]=[createBaseVNode("option",{value:"LoginSuccess"},"Login Success",-1),createBaseVNode("option",{value:"After5Seconds"},"5 seconds",-1),createBaseVNode("option",{value:"After30Seconds"},"30 seconds",-1)]),8,_hoisted_22$2),[[vModelSelect,r.AcknowledgeOn]])])):createCommentVNode("",!0)]),c!=e.settings.CustomEvents.length-1?(openBlock(),createElementBlock("hr",_hoisted_23$2)):createCommentVNode("",!0)]))),128)),createBaseVNode("a",{class:"add-event",onClick:t[4]||(t[4]=(...r)=>a.addCustomEvent&&a.addCustomEvent(...r))},t[18]||(t[18]=[createTextVNode("Add Event "),createBaseVNode("i",{class:"pi pi-plus"},null,-1)])),t[19]||(t[19]=createBaseVNode("br",null,null,-1)),t[20]||(t[20]=createBaseVNode("br",null,null,-1))]),_:1}),createVNode(l,{title:"Proactive chat on page load",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_24$1,[createBaseVNode("div",_hoisted_25$1,[t[21]||(t[21]=createBaseVNode("label",{for:"chat-DMMProactiveChatNewSessionTimeout"},"Time to wait (in ms) - use 0 to disable",-1)),withDirectives(createBaseVNode("input",{id:"chat-DMMProactiveChatNewSessionTimeout",type:"number","onUpdate:modelValue":t[5]||(t[5]=r=>e.settings.pega_chat.DMMProactiveChatNewSessionTimeout=r)},null,512),[[vModelText,e.settings.pega_chat.DMMProactiveChatNewSessionTimeout]])]),createBaseVNode("div",_hoisted_26$1,[t[22]||(t[22]=createBaseVNode("label",{for:"chat-DMMProactiveChatNewSessionCode"},"Trigger code",-1)),withDirectives(createBaseVNode("input",{id:"chat-DMMProactiveChatNewSessionCode",type:"text","onUpdate:modelValue":t[6]||(t[6]=r=>e.settings.pega_chat.DMMProactiveChatNewSessionCode=r)},null,512),[[vModelText,e.settings.pega_chat.DMMProactiveChatNewSessionCode]])])])]),_:1}),createVNode(l,{title:"Co-Browse",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_27$1,[createBaseVNode("div",_hoisted_28$1,[t[23]||(t[23]=createBaseVNode("label",{for:"chat-CoBrowseServerURL"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"chat-CoBrowseServerURL",type:"text","onUpdate:modelValue":t[7]||(t[7]=r=>e.settings.pega_chat.CoBrowseServerURL=r)},null,512),[[vModelText,e.settings.pega_chat.CoBrowseServerURL]])]),createBaseVNode("div",_hoisted_29$1,[t[24]||(t[24]=createBaseVNode("label",{for:"chat-CoBrowseToken"},"Token",-1)),withDirectives(createBaseVNode("input",{id:"chat-CoBrowseToken",type:"text","onUpdate:modelValue":t[8]||(t[8]=r=>e.settings.pega_chat.CoBrowseToken=r)},null,512),[[vModelText,e.settings.pega_chat.CoBrowseToken]])])])]),_:1})])}const ChatSettings=_export_sfc(_sfc_main$5,[["render",_sfc_render$5]]),_sfc_main$4={data(){return mainconfig},components:{Container},methods:{resetExternalID(e){e.preventDefault(),this.ExternalID="uplus-"+Date.now(),sessionStorage.setItem("ExternalID",this.ExternalID),navigator.clipboard.writeText(this.ExternalID).then(()=>{alert("ExternalID was successfully copied in the clipboard")}).catch(()=>{alert("Something went wrong, could not copy ExternalID in the clipboard")})}}},_hoisted_1$2={class:"container-transparent"},_hoisted_2$2={class:"layout-labels-top layout-inline-grid-double"},_hoisted_3$1={class:"field-item"},_hoisted_4$1={class:"field-item"},_hoisted_5$1={class:"field-item"},_hoisted_6$1={class:"field-item"},_hoisted_7$1={class:"field-item"},_hoisted_8$1={key:0,class:"field-item"},_hoisted_9$1={key:1,class:"field-item"},_hoisted_10$1={class:"layout-labels-left"},_hoisted_11$1={key:0,class:"field-item field-checkbox"},_hoisted_12$1={class:"field-item field-checkbox"},_hoisted_13$1={class:"field-item field-checkbox"},_hoisted_14$1={class:"field-item field-checkbox"},_hoisted_15$1={class:"layout-labels-left layout-inline-grid-double"},_hoisted_16$1={class:"field-item field-checkbox"},_hoisted_17$1={key:0,class:"field-item"},_hoisted_18$1={class:"field-item field-checkbox"},_hoisted_19$1={class:"field-item field-checkbox"},_hoisted_20$1={class:"layout-labels-top layout-inline-grid-double"},_hoisted_21$1={class:"field-item"},_hoisted_22$1={class:"field-item"},_hoisted_23$1={class:"field-item"},_hoisted_24={class:"field-item"},_hoisted_25={class:"layout-labels-top layout-inline-grid-double"},_hoisted_26={class:"field-item"},_hoisted_27={class:"field-item"},_hoisted_28={class:"field-item"},_hoisted_29={class:"field-item"},_hoisted_30={class:"layout-labels-left"},_hoisted_31={class:"field-item"},_hoisted_32={class:"layout-labels-top layout-inline-grid-double"},_hoisted_33={class:"field-item"},_hoisted_34={class:"field-item"},_hoisted_35={class:"field-item"},_hoisted_36={class:"field-item"},_hoisted_37={class:"layout-labels-top layout-inline-grid-double"},_hoisted_38={class:"field-item"},_hoisted_39={class:"field-item"},_hoisted_40={class:"field-item"},_hoisted_41={class:"field-item"},_hoisted_42={class:"layout-labels-top layout-inline-grid-double"},_hoisted_43={class:"field-item"},_hoisted_44=["for"],_hoisted_45=["id","onUpdate:modelValue"],_hoisted_46={class:"field-item"},_hoisted_47=["for"],_hoisted_48=["id","onUpdate:modelValue"],_hoisted_49={class:"field-item"},_hoisted_50=["for"],_hoisted_51=["id","onUpdate:modelValue"],_hoisted_52={class:"field-item"},_hoisted_53=["for"],_hoisted_54=["id","onUpdate:modelValue"];function _sfc_render$4(e,t,n,o,s,a){const l=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$2,[t[69]||(t[69]=createBaseVNode("h2",null,"Customer Decision Hub",-1)),t[70]||(t[70]=createBaseVNode("p",null,[createTextVNode(" Configuration to use Customer Decision Hub to generate offers. Enter an empty 'Host' to disable this functionality. For more details, click "),createBaseVNode("a",{href:"https://github.com/pegasystems/uplus-wss/wiki/Integration-with-the-Customer-Decision-Hub"},"here"),createTextVNode(". ")],-1)),createVNode(l,{title:"General",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_2$2,[createBaseVNode("div",_hoisted_3$1,[t[32]||(t[32]=createBaseVNode("label",{for:"NBAM-Host"},"Host",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-Host",type:"text","onUpdate:modelValue":t[0]||(t[0]=r=>e.settings.pega_marketing.Host=r)},null,512),[[vModelText,e.settings.pega_marketing.Host]])]),createBaseVNode("div",_hoisted_4$1,[t[33]||(t[33]=createBaseVNode("label",{for:"NBAM-Port"},"Port",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-Port",type:"text","onUpdate:modelValue":t[1]||(t[1]=r=>e.settings.pega_marketing.Port=r)},null,512),[[vModelText,e.settings.pega_marketing.Port]])]),createBaseVNode("div",_hoisted_5$1,[t[34]||(t[34]=createBaseVNode("label",{for:"NBAM-Channel"},"Channel",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-Channel",type:"text","onUpdate:modelValue":t[2]||(t[2]=r=>e.settings.pega_marketing.channel=r)},null,512),[[vModelText,e.settings.pega_marketing.channel]])]),createBaseVNode("div",_hoisted_6$1,[t[35]||(t[35]=createBaseVNode("label",{for:"NBAM-requestTimeout"},"Timeout for XHR request (in ms)",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-requestTimeout",type:"integer","onUpdate:modelValue":t[3]||(t[3]=r=>e.settings.pega_marketing.requestTimeout=r)},null,512),[[vModelText,e.settings.pega_marketing.requestTimeout]])]),createBaseVNode("div",_hoisted_7$1,[t[37]||(t[37]=createBaseVNode("label",{for:"NBAM-APILevel"},"API level",-1)),withDirectives(createBaseVNode("select",{id:"NBAM-APILevel","onUpdate:modelValue":t[4]||(t[4]=r=>e.settings.pega_marketing.apiLevel=r)},t[36]||(t[36]=[createBaseVNode("option",null,"V2",-1),createBaseVNode("option",null,"V3",-1),createBaseVNode("option",null,"V4",-1)]),512),[[vModelSelect,e.settings.pega_marketing.apiLevel]])]),e.settings.pega_marketing.apiLevel!=="V2"?(openBlock(),createElementBlock("div",_hoisted_8$1,[t[38]||(t[38]=createBaseVNode("label",{for:"NBAM-contextName"},"Context name",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-contextName","onUpdate:modelValue":t[5]||(t[5]=r=>e.settings.pega_marketing.contextName=r)},null,512),[[vModelText,e.settings.pega_marketing.contextName]])])):createCommentVNode("",!0),e.settings.pega_marketing.apiLevel!=="V2"?(openBlock(),createElementBlock("div",_hoisted_9$1,[t[39]||(t[39]=createBaseVNode("label",{for:"NBAM-appID"},"App ID (CDH configured for MultiApp)",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-appID","onUpdate:modelValue":t[6]||(t[6]=r=>e.settings.pega_marketing.appID=r)},null,512),[[vModelText,e.settings.pega_marketing.appID]])])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_10$1,[e.settings.pega_marketing.apiLevel!=="V2"?(openBlock(),createElementBlock("div",_hoisted_11$1,[withDirectives(createBaseVNode("input",{id:"NBAM-useCaptureByChannel",type:"checkbox","onUpdate:modelValue":t[7]||(t[7]=r=>e.settings.pega_marketing.useCaptureByChannel=r)},null,512),[[vModelCheckbox,e.settings.pega_marketing.useCaptureByChannel]]),t[40]||(t[40]=createBaseVNode("label",{class:"width-auto",for:"NBAM-useCaptureByChannel"},"Enable capturing responses to actions",-1))])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_12$1,[withDirectives(createBaseVNode("input",{id:"NBAM-showAIOverlay",type:"checkbox","onUpdate:modelValue":t[8]||(t[8]=r=>e.settings.pega_marketing.showAIOverlay=r)},null,512),[[vModelCheckbox,e.settings.pega_marketing.showAIOverlay]]),t[41]||(t[41]=createBaseVNode("label",{class:"width-auto",for:"NBAM-showAIOverlay"},"Show AI overlay",-1))]),createBaseVNode("div",_hoisted_13$1,[withDirectives(createBaseVNode("input",{id:"NBAM-enableRTS",type:"checkbox","onUpdate:modelValue":t[9]||(t[9]=r=>e.settings.pega_marketing.enableRTS=r)},null,512),[[vModelCheckbox,e.settings.pega_marketing.enableRTS]]),t[42]||(t[42]=createBaseVNode("label",{class:"width-auto",for:"NBAM-enableRTS"},"Enable Real-time data streaming",-1))]),createBaseVNode("div",_hoisted_14$1,[withDirectives(createBaseVNode("input",{id:"NBAM-enableClickStream",type:"checkbox","onUpdate:modelValue":t[10]||(t[10]=r=>e.settings.pega_marketing.enableClickStream=r)},null,512),[[vModelCheckbox,e.settings.pega_marketing.enableClickStream]]),t[43]||(t[43]=createBaseVNode("label",{class:"width-auto",for:"NBAM-enableClickStream"},"Enable Click Stream",-1))]),createBaseVNode("div",_hoisted_15$1,[createBaseVNode("div",_hoisted_16$1,[withDirectives(createBaseVNode("input",{id:"NBAM-enableMergeAccount",type:"checkbox","onUpdate:modelValue":t[11]||(t[11]=r=>e.settings.pega_marketing.enableMergeAccount=r)},null,512),[[vModelCheckbox,e.settings.pega_marketing.enableMergeAccount]]),t[44]||(t[44]=createBaseVNode("label",{class:"width-auto",for:"NBAM-enableMergeAccount"},"Enable Merge Account (Pega '23')",-1))]),e.settings.pega_marketing.enableMergeAccount?(openBlock(),createElementBlock("div",_hoisted_17$1,[createBaseVNode("button",{class:"margin-r-2x",onClick:t[12]||(t[12]=(...r)=>a.resetExternalID&&a.resetExternalID(...r))}," Reset ExternalID "),createBaseVNode("span",null,toDisplayString$1(this.ExternalID),1)])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_18$1,[withDirectives(createBaseVNode("input",{id:"NBAM-replaceHomePageHeader",type:"checkbox","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.pega_marketing.replaceHomePageHeader=r)},null,512),[[vModelCheckbox,e.settings.pega_marketing.replaceHomePageHeader]]),t[45]||(t[45]=createBaseVNode("label",{class:"width-auto",for:"NBAM-replaceHomePageHeader"},"Replace Home Page header with Hero placement",-1))]),createBaseVNode("div",_hoisted_19$1,[withDirectives(createBaseVNode("input",{id:"NBAM-showLoadingIndicator",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=r=>e.settings.pega_marketing.showLoadingIndicator=r)},null,512),[[vModelCheckbox,e.settings.pega_marketing.showLoadingIndicator]]),t[46]||(t[46]=createBaseVNode("label",{class:"width-auto",for:"NBAM-showLoadingIndicator"},"Display progress indicator while loading the offers",-1))])])]),_:1}),createVNode(l,{title:"Home Page",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_20$1,[createBaseVNode("div",_hoisted_21$1,[t[47]||(t[47]=createBaseVNode("label",{for:"NBAM-HomePage-ContainerName"},"Container name",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-HomePage-ContainerName",type:"text","onUpdate:modelValue":t[15]||(t[15]=r=>e.settings.pega_marketing.homePage.containerName=r)},null,512),[[vModelText,e.settings.pega_marketing.homePage.containerName]])]),createBaseVNode("div",_hoisted_22$1,[t[48]||(t[48]=createBaseVNode("label",{for:"NBAM-HomePage-Placement"},"Placement (Hero or Tile)",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-HomePage-Placement",type:"text","onUpdate:modelValue":t[16]||(t[16]=r=>e.settings.pega_marketing.homePage.placement=r)},null,512),[[vModelText,e.settings.pega_marketing.homePage.placement]])]),createBaseVNode("div",_hoisted_23$1,[t[50]||(t[50]=createBaseVNode("label",{for:"NBAM-HomePage-ClickAction"},"Click action",-1)),withDirectives(createBaseVNode("select",{id:"NBAM-HomePage-ClickAction","onUpdate:modelValue":t[17]||(t[17]=r=>e.settings.pega_marketing.homePage.clickaction=r)},t[49]||(t[49]=[createBaseVNode("option",{value:"Mashup"},"Mashup",-1),createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),createBaseVNode("option",{value:"Popup"},"Popup",-1),createBaseVNode("option",{value:"TopURL"},"TopURL",-1)]),512),[[vModelSelect,e.settings.pega_marketing.homePage.clickaction]])]),createBaseVNode("div",_hoisted_24,[t[51]||(t[51]=createBaseVNode("label",{for:"NBAM-HomePage-Attributes"},"Custom attributes for Detailed view",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-HomePage-Attributes",type:"text","onUpdate:modelValue":t[18]||(t[18]=r=>e.settings.pega_marketing.homePage.attributes=r)},null,512),[[vModelText,e.settings.pega_marketing.homePage.attributes]])])])]),_:1}),createVNode(l,{title:"Account Page"},{default:withCtx(()=>[createBaseVNode("div",_hoisted_25,[createBaseVNode("div",_hoisted_26,[t[52]||(t[52]=createBaseVNode("label",{for:"NBAM-AccountPage-ContainerName"},"Container name",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-AccountPage-ContainerName",type:"text","onUpdate:modelValue":t[19]||(t[19]=r=>e.settings.pega_marketing.accountPage.containerName=r)},null,512),[[vModelText,e.settings.pega_marketing.accountPage.containerName]])]),createBaseVNode("div",_hoisted_27,[t[53]||(t[53]=createBaseVNode("label",{for:"NBAM-AccountPage-Placement"},"Placement (Hero or Tile)",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-AccountPage-Placement",type:"text","onUpdate:modelValue":t[20]||(t[20]=r=>e.settings.pega_marketing.accountPage.placement=r)},null,512),[[vModelText,e.settings.pega_marketing.accountPage.placement]])]),createBaseVNode("div",_hoisted_28,[t[55]||(t[55]=createBaseVNode("label",{for:"NBAM-AccountPage-ClickAction"},"Click action",-1)),withDirectives(createBaseVNode("select",{id:"NBAM-AccountPage-ClickAction","onUpdate:modelValue":t[21]||(t[21]=r=>e.settings.pega_marketing.accountPage.clickaction=r)},t[54]||(t[54]=[createBaseVNode("option",{value:"Mashup"},"Mashup",-1),createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),createBaseVNode("option",{value:"Popup"},"Popup",-1),createBaseVNode("option",{value:"TopURL"},"TopURL",-1)]),512),[[vModelSelect,e.settings.pega_marketing.accountPage.clickaction]])]),createBaseVNode("div",_hoisted_29,[t[56]||(t[56]=createBaseVNode("label",{for:"NBAM-AccountPage-Attributes"},"Custom attributes for Detailed view",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-AccountPage-Attributes",type:"text","onUpdate:modelValue":t[22]||(t[22]=r=>e.settings.pega_marketing.accountPage.attributes=r)},null,512),[[vModelText,e.settings.pega_marketing.accountPage.attributes]])])]),createBaseVNode("div",_hoisted_30,[createBaseVNode("div",_hoisted_31,[withDirectives(createBaseVNode("input",{id:"NBAM-AccountPage-showSingleoffer",type:"checkbox","onUpdate:modelValue":t[23]||(t[23]=r=>e.settings.pega_marketing.accountPage.showSingleOffer=r)},null,512),[[vModelCheckbox,e.settings.pega_marketing.accountPage.showSingleOffer]]),t[57]||(t[57]=createBaseVNode("label",{class:"width-auto",for:"NBAM-AccountPage-showSingleoffer"},"Show single offer",-1))])])]),_:1}),createVNode(l,{title:"Home Page for mobile"},{default:withCtx(()=>[createBaseVNode("div",_hoisted_32,[createBaseVNode("div",_hoisted_33,[t[58]||(t[58]=createBaseVNode("label",{for:"NBAM-PhonePage-ContainerName"},"Container name",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-PhonePage-ContainerName",type:"text","onUpdate:modelValue":t[24]||(t[24]=r=>e.settings.pega_marketing.phonePage.containerName=r)},null,512),[[vModelText,e.settings.pega_marketing.phonePage.containerName]])]),createBaseVNode("div",_hoisted_34,[t[59]||(t[59]=createBaseVNode("label",{for:"NBAM-PhonePage-Placement"},"Placement (Hero or Tile)",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-PhonePage-Placement",type:"text","onUpdate:modelValue":t[25]||(t[25]=r=>e.settings.pega_marketing.phonePage.placement=r)},null,512),[[vModelText,e.settings.pega_marketing.phonePage.placement]])]),createBaseVNode("div",_hoisted_35,[t[61]||(t[61]=createBaseVNode("label",{for:"NBAM-PhonePage-ClickAction"},"Click action",-1)),withDirectives(createBaseVNode("select",{id:"NBAM-PhonePage-ClickAction","onUpdate:modelValue":t[26]||(t[26]=r=>e.settings.pega_marketing.phonePage.clickaction=r)},t[60]||(t[60]=[createBaseVNode("option",{value:"Mashup"},"Mashup",-1),createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),createBaseVNode("option",{value:"Popup"},"Popup",-1),createBaseVNode("option",{value:"TopURL"},"TopURL",-1)]),512),[[vModelSelect,e.settings.pega_marketing.phonePage.clickaction]])]),createBaseVNode("div",_hoisted_36,[t[62]||(t[62]=createBaseVNode("label",{for:"NBAM-PhonePage-Attributes"},"Custom attributes for Detailed view",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-PhonePage-Attributes",type:"text","onUpdate:modelValue":t[27]||(t[27]=r=>e.settings.pega_marketing.phonePage.attributes=r)},null,512),[[vModelText,e.settings.pega_marketing.phonePage.attributes]])])])]),_:1}),createVNode(l,{title:"Offer Page"},{default:withCtx(()=>[createBaseVNode("div",_hoisted_37,[createBaseVNode("div",_hoisted_38,[t[63]||(t[63]=createBaseVNode("label",{for:"NBAM-OfferPage-ContainerName"},"Container name",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-ContainerName",type:"text","onUpdate:modelValue":t[28]||(t[28]=r=>e.settings.pega_marketing.offerPage.containerName=r)},null,512),[[vModelText,e.settings.pega_marketing.offerPage.containerName]])]),createBaseVNode("div",_hoisted_39,[t[64]||(t[64]=createBaseVNode("label",{for:"NBAM-OfferPage-Placement"},"Placement (Hero or Tile)",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-Placement",type:"text","onUpdate:modelValue":t[29]||(t[29]=r=>e.settings.pega_marketing.offerPage.placement=r)},null,512),[[vModelText,e.settings.pega_marketing.offerPage.placement]])]),createBaseVNode("div",_hoisted_40,[t[66]||(t[66]=createBaseVNode("label",{for:"NBAM-OfferPage-ClickAction"},"Click action",-1)),withDirectives(createBaseVNode("select",{id:"NBAM-OfferPage-ClickAction","onUpdate:modelValue":t[30]||(t[30]=r=>e.settings.pega_marketing.offerPage.clickaction=r)},t[65]||(t[65]=[createBaseVNode("option",{value:"Mashup"},"Mashup",-1),createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),createBaseVNode("option",{value:"Popup"},"Popup",-1),createBaseVNode("option",{value:"TopURL"},"TopURL",-1)]),512),[[vModelSelect,e.settings.pega_marketing.offerPage.clickaction]])]),createBaseVNode("div",_hoisted_41,[t[67]||(t[67]=createBaseVNode("label",{for:"NBAM-OfferPage-Attributes"},"Custom attributes for Detailed view",-1)),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-Attributes",type:"text","onUpdate:modelValue":t[31]||(t[31]=r=>e.settings.pega_marketing.offerPage.attributes=r)},null,512),[[vModelText,e.settings.pega_marketing.offerPage.attributes]])])])]),_:1}),(openBlock(!0),createElementBlock(Fragment,null,renderList(e.settings.pega_marketing.extraOfferPages,(r,c)=>(openBlock(),createBlock(l,{title:"Offer "+(c+1),key:c},{default:withCtx(()=>[createBaseVNode("div",_hoisted_42,[createBaseVNode("div",_hoisted_43,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-ContainerName"},"Container name",8,_hoisted_44),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-"+c+"-ContainerName",type:"text","onUpdate:modelValue":d=>r.containerName=d},null,8,_hoisted_45),[[vModelText,r.containerName]])]),createBaseVNode("div",_hoisted_46,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-Placement"},"Placement (Hero or Tile)",8,_hoisted_47),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-"+c+"-Placement",type:"text","onUpdate:modelValue":d=>r.placement=d},null,8,_hoisted_48),[[vModelText,r.placement]])]),createBaseVNode("div",_hoisted_49,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-ClickAction"},"Click action",8,_hoisted_50),withDirectives(createBaseVNode("select",{id:"NBAM-OfferPage-"+c+"-ClickAction","onUpdate:modelValue":d=>r.clickaction=d},t[68]||(t[68]=[createBaseVNode("option",{value:"Mashup"},"Mashup",-1),createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),createBaseVNode("option",{value:"Popup"},"Popup",-1),createBaseVNode("option",{value:"TopURL"},"TopURL",-1)]),8,_hoisted_51),[[vModelSelect,r.clickaction]])]),createBaseVNode("div",_hoisted_52,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-Attributes"},"Custom attributes for Detailed view",8,_hoisted_53),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-"+c+"-Attributes",type:"text","onUpdate:modelValue":d=>r.attributes=d},null,8,_hoisted_54),[[vModelText,r.attributes]])])])]),_:2},1032,["title"]))),128))])}const NBAMSettings=_export_sfc(_sfc_main$4,[["render",_sfc_render$4]]),_sfc_main$3={data(){return mainconfig},methods:{onActionChange(){this.settings.general.connection.type.indexOf("dx")===-1||this.settings.offeraction.action!=="display"?this.settings.offeraction.actionparam="":this.settings.offeraction.actionparam="workList"}}},_hoisted_1$1={class:"container-transparent"},_hoisted_2$1={class:"container"},_hoisted_3={class:"body"},_hoisted_4={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5={class:"field-item"},_hoisted_6={key:0},_hoisted_7={key:1},_hoisted_8={key:0,class:"field-item"},_hoisted_9={key:1,class:"field-item"},_hoisted_10={key:2,class:"field-item"},_hoisted_11={key:3,class:"field-item"},_hoisted_12={class:"field-item"},_hoisted_13={class:"field-item"},_hoisted_14={class:"field-item"},_hoisted_15={class:"field-item"},_hoisted_16={key:4,class:"field-item"},_hoisted_17={key:5,class:"field-item"},_hoisted_18={key:6,class:"field-item"},_hoisted_19={key:0,value:"simplifiedAssignment"},_hoisted_20={key:7,class:"field-item field-checkbox"},_hoisted_21={key:8,class:"field-item field-checkbox"},_hoisted_22={class:"layout-labels-top"},_hoisted_23={class:"field-item"};function _sfc_render$3(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$1,[t[40]||(t[40]=createBaseVNode("h2",null,"Offer Action",-1)),t[41]||(t[41]=createBaseVNode("p",null,' Configuration of the mashup displayed when clicking on the "Apply now" button inside the main offer of the offer page (offer.html) ',-1)),createBaseVNode("div",_hoisted_2$1,[createBaseVNode("div",_hoisted_3,[createBaseVNode("div",_hoisted_4,[createBaseVNode("div",_hoisted_5,[t[21]||(t[21]=createBaseVNode("label",{for:"offeraction-action"},"Action",-1)),withDirectives(createBaseVNode("select",{id:"offeraction-action","onUpdate:modelValue":t[0]||(t[0]=l=>e.settings.offeraction.action=l),onChange:t[1]||(t[1]=(...l)=>a.onActionChange&&a.onActionChange(...l))},[t[17]||(t[17]=createBaseVNode("option",null,"createNewWork",-1)),t[18]||(t[18]=createBaseVNode("option",null,"display",-1)),e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_6," getNextWork ")):createCommentVNode("",!0),t[19]||(t[19]=createBaseVNode("option",null,"openAssignment",-1)),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_7," openWorkItem ")):createCommentVNode("",!0),t[20]||(t[20]=createBaseVNode("option",null,"openWorkByHandle",-1))],544),[[vModelSelect,e.settings.offeraction.action]])]),e.settings.offeraction.action!=="createNewWork"&&e.settings.offeraction.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_8,[t[23]||(t[23]=createBaseVNode("label",{for:"offeraction-actionparam"},"Action parameter",-1)),e.settings.general.connection.type.indexOf("dx")===-1||e.settings.offeraction.action!=="display"?withDirectives((openBlock(),createElementBlock("input",{key:0,id:"offeraction-actionparam",type:"text","onUpdate:modelValue":t[2]||(t[2]=l=>e.settings.offeraction.actionparam=l)},null,512)),[[vModelText,e.settings.offeraction.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"offeraction-action","onUpdate:modelValue":t[3]||(t[3]=l=>e.settings.offeraction.actionparam=l)},t[22]||(t[22]=[createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),createBaseVNode("option",{value:"dataView"},"Display a data view",-1)]),512)),[[vModelSelect,e.settings.offeraction.actionparam]])])):createCommentVNode("",!0),e.settings.offeraction.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&e.settings.offeraction.action==="display"?(openBlock(),createElementBlock("div",_hoisted_9,[t[24]||(t[24]=createBaseVNode("label",{for:"offeraction-objclass"},"Classname",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-objclass",type:"text","onUpdate:modelValue":t[4]||(t[4]=l=>e.settings.offeraction.objclass=l)},null,512),[[vModelText,e.settings.offeraction.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&e.settings.offeraction.action==="display"?(openBlock(),createElementBlock("div",_hoisted_10,[t[25]||(t[25]=createBaseVNode("label",{for:"offeraction-heading"},"Heading",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-heading",type:"text","onUpdate:modelValue":t[5]||(t[5]=l=>e.settings.offeraction.heading=l)},null,512),[[vModelText,e.settings.offeraction.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&e.settings.offeraction.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_11,[t[26]||(t[26]=createBaseVNode("label",{for:"offeraction-startcase"},"Start case",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-startcase",type:"text","onUpdate:modelValue":t[6]||(t[6]=l=>e.settings.offeraction.startcase=l)},null,512),[[vModelText,e.settings.offeraction.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_12,[t[27]||(t[27]=createBaseVNode("label",{for:"offeraction-url"},"URL",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-url",type:"text","onUpdate:modelValue":t[7]||(t[7]=l=>e.settings.offeraction.url=l)},null,512),[[vModelText,e.settings.offeraction.url]])]),createBaseVNode("div",_hoisted_13,[t[28]||(t[28]=createBaseVNode("label",{for:"offeraction-application"},"Application name / alias",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-application",type:"text","onUpdate:modelValue":t[8]||(t[8]=l=>e.settings.offeraction.application=l)},null,512),[[vModelText,e.settings.offeraction.application]])]),createBaseVNode("div",_hoisted_14,[t[29]||(t[29]=createBaseVNode("label",{for:"offeraction-username"},"Username (for unauthenticated access)",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-username",type:"text","onUpdate:modelValue":t[9]||(t[9]=l=>e.settings.offeraction.username=l)},null,512),[[vModelText,e.settings.offeraction.username]])]),createBaseVNode("div",_hoisted_15,[t[30]||(t[30]=createBaseVNode("label",{for:"offeraction-password"},"Password (for unauthenticated access)",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-password",type:"password","onUpdate:modelValue":t[10]||(t[10]=l=>e.settings.offeraction.password=l)},null,512),[[vModelText,e.settings.offeraction.password]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_16,[t[31]||(t[31]=createBaseVNode("label",{for:"offeraction-channelid"},"Channel ID",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-channelid",type:"text","onUpdate:modelValue":t[11]||(t[11]=l=>e.settings.offeraction.channelid=l)},null,512),[[vModelText,e.settings.offeraction.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_17,[t[32]||(t[32]=createBaseVNode("label",{for:"offeraction-tenantid"},"Tenant ID",-1)),withDirectives(createBaseVNode("input",{id:"offeraction-tenantid",type:"text","onUpdate:modelValue":t[12]||(t[12]=l=>e.settings.offeraction.tenantid=l)},null,512),[[vModelText,e.settings.offeraction.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_18,[t[36]||(t[36]=createBaseVNode("label",{for:"offeraction-pagetemplate"},"Page Template",-1)),withDirectives(createBaseVNode("select",{id:"offeraction-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=l=>e.settings.offeraction.pageTemplate=l)},[t[33]||(t[33]=createBaseVNode("option",{value:"full"},"Full case page",-1)),t[34]||(t[34]=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1)),t[35]||(t[35]=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1)),e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_19," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.offeraction.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_20,[withDirectives(createBaseVNode("input",{id:"offeraction-dataretained",type:"checkbox","onUpdate:modelValue":t[14]||(t[14]=l=>e.settings.offeraction.dataretained=l)},null,512),[[vModelCheckbox,e.settings.offeraction.dataretained]]),t[37]||(t[37]=createBaseVNode("label",{class:"width-auto",for:"offeraction-dataretained"},"Retain state on reload",-1))])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_21,[withDirectives(createBaseVNode("input",{id:"offeraction-hideassignmentheader",type:"checkbox","onUpdate:modelValue":t[15]||(t[15]=l=>e.settings.offeraction.hideassignmentheader=l)},null,512),[[vModelCheckbox,e.settings.offeraction.hideassignmentheader]]),t[38]||(t[38]=createBaseVNode("label",{class:"width-auto",for:"offeraction-hideassignmentheader"},"Hide assignment header",-1))])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_22,[createBaseVNode("div",_hoisted_23,[t[39]||(t[39]=createBaseVNode("label",{for:"offeraction-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1)),withDirectives(createBaseVNode("textarea",{id:"offeraction-extraparam","onUpdate:modelValue":t[16]||(t[16]=l=>e.settings.offeraction.extraparam=l)},null,512),[[vModelText,e.settings.offeraction.extraparam]])])])])])])}const OfferActionSettings=_export_sfc(_sfc_main$3,[["render",_sfc_render$3]]),_sfc_main$2={data(){return{...mainconfig}},setup(){return{active:ref(0)}},methods:{processForm(e){window.loadPage=new Date,mainconfig.isAuthenticated=!1,mainconfig.userId=-1,mainconfig.quickLinkId=-1,mainconfig.viewBill=-1,mainconfig.homeHeroAction=-1,mainconfig.offerAction=-1,mainconfig.toDo=-1,mainconfig.viewKMHelp=-1,mainconfig.viewBanner=-1,mainconfig.CDHContainer={},mainconfig.offerURL="",mainconfig.previousPage="",mainconfig.intent="",mainconfig.isDeepLink=!1,mainconfig.deepLinkExtraParam={},e.submitter.getAttribute("data-clear")!==null?localStorage.clear():localStorage.setItem(`config_${this.app.industry}`,JSON.stringify(mainconfig)),sessionStorage.clear(),mainconfig.ExternalID&&sessionStorage.setItem("ExternalID",mainconfig.ExternalID)}},components:{Navigation,Tab,GettingStarted,General,QuickLinksSettings,BillPaySettings,BannerSettings,ToDoSettings,ActivitySettings,HomeHeroActionSettings,UsersSettings,KMHelpSettings,ChatSettings,NBAMSettings,OfferActionSettings,TopNav}};function _sfc_render$2(e,t,n,o,s,a){const l=resolveComponent("TopNav"),r=resolveComponent("GettingStarted"),c=resolveComponent("tab"),d=resolveComponent("General"),u=resolveComponent("UsersSettings"),m=resolveComponent("QuickLinksSettings"),f=resolveComponent("BannerSettings"),v=resolveComponent("ToDoSettings"),y=resolveComponent("BillPaySettings"),C=resolveComponent("ActivitySettings"),b=resolveComponent("ChatSettings"),k=resolveComponent("NBAMSettings"),_=resolveComponent("KMHelpSettings"),B=resolveComponent("HomeHeroActionSettings"),g=resolveComponent("OfferActionSettings"),E=resolveComponent("Navigation");return openBlock(),createElementBlock("form",{id:"settings",onSubmit:t[1]||(t[1]=(...V)=>a.processForm&&a.processForm(...V))},[e.isMobilePhone?(openBlock(),createBlock(l,{key:0,previousPhonePage:"index.html"},{default:withCtx(()=>t[2]||(t[2]=[createBaseVNode("button",{type:"submit","data-clear":"",class:"simple margin-r-2x"}," Reset to default ",-1),createBaseVNode("button",{class:"strong",type:"submit"},"Save",-1)])),_:1})):createCommentVNode("",!0),createVNode(E,{modelValue:o.active,"onUpdate:modelValue":t[0]||(t[0]=V=>o.active=V)},{default:withCtx(()=>[createVNode(c,{name:"Getting Started"},{default:withCtx(()=>[createVNode(r)]),_:1}),typeof e.settings.general<"u"?(openBlock(),createBlock(c,{key:0,name:"General"},{default:withCtx(()=>[createVNode(d)]),_:1})):createCommentVNode("",!0),createVNode(c,{name:"Users"},{default:withCtx(()=>[createVNode(u)]),_:1}),createVNode(c,{name:"Quick Links"},{default:withCtx(()=>[createVNode(m)]),_:1}),typeof e.settings.banner<"u"?(openBlock(),createBlock(c,{key:1,name:"Banner component"},{default:withCtx(()=>[createVNode(f)]),_:1})):createCommentVNode("",!0),typeof e.settings.todo<"u"?(openBlock(),createBlock(c,{key:2,name:"To Do component"},{default:withCtx(()=>[createVNode(v)]),_:1})):createCommentVNode("",!0),typeof e.settings.billpay<"u"?(openBlock(),createBlock(c,{key:3,name:"Bill Pay component"},{default:withCtx(()=>[createVNode(y)]),_:1})):createCommentVNode("",!0),typeof e.settings.activity<"u"?(openBlock(),createBlock(c,{key:4,name:"Activity component"},{default:withCtx(()=>[createVNode(C)]),_:1})):createCommentVNode("",!0),typeof e.settings.pega_chat<"u"?(openBlock(),createBlock(c,{key:5,name:"Messaging and Co-Browse"},{default:withCtx(()=>[createVNode(b)]),_:1})):createCommentVNode("",!0),typeof e.settings.pega_marketing<"u"?(openBlock(),createBlock(c,{key:6,name:"Customer Decision Hub"},{default:withCtx(()=>[createVNode(k)]),_:1})):createCommentVNode("",!0),typeof e.settings.kmhelp<"u"?(openBlock(),createBlock(c,{key:7,name:"Knowledge Management"},{default:withCtx(()=>[createVNode(_)]),_:1})):createCommentVNode("",!0),createVNode(c,{name:"Home Hero Action"},{default:withCtx(()=>[createVNode(B)]),_:1}),typeof e.settings.offeraction<"u"?(openBlock(),createBlock(c,{key:8,name:"Offer Action"},{default:withCtx(()=>[createVNode(g)]),_:1})):createCommentVNode("",!0)]),_:1},8,["modelValue"])],32)}const Main=_export_sfc(_sfc_main$2,[["render",_sfc_render$2]]),_sfc_main$1={components:{Header,Main}},_hoisted_1={class:"front"},_hoisted_2={class:"flex flex-col"};function _sfc_render$1(e,t,n,o,s,a){const l=resolveComponent("Header"),r=resolveComponent("Main");return openBlock(),createElementBlock("div",_hoisted_1,[createVNode(l),createBaseVNode("main",_hoisted_2,[createVNode(r)])])}const SettingsPage=_export_sfc(_sfc_main$1,[["render",_sfc_render$1]]),_sfc_main={data(){return mainconfig},created(){this.currentPage=window.location.pathname.substring(window.location.pathname.lastIndexOf("/")+1),window.history&&window.history.state!==null&&typeof window.history.state.page<"u"&&(this.currentPage=window.history.state.page,window.history.replaceState({},"",this.currentPage+window.location.search),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0)),this.currentPage==="heroaction"&&(mainconfig.homeHeroAction=1),this.currentPage.indexOf("offer")===0&&this.currentPage.indexOf("offer.html")!==0&&(mainconfig.offerIndex=parseInt(this.currentPage.substring(5).replace(".html",""),10)),mainconfig.currentPage=this.currentPage,this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),sendClickStreamEvent(mainconfig,"Access"),window.loadPage=new Date},components:{DefaultPage,OfferPage,SettingsPage}};function _sfc_render(e,t,n,o,s,a){const l=resolveComponent("DefaultPage"),r=resolveComponent("OfferPage"),c=resolveComponent("SettingsPage");return e.currentPage.indexOf("index.html")===0?(openBlock(),createBlock(l,{key:0})):e.currentPage.indexOf("offer")===0?(openBlock(),createBlock(r,{key:1})):e.currentPage.indexOf("settings.html")===0?(openBlock(),createBlock(c,{key:2})):(openBlock(),createBlock(l,{key:3}))}const MainPage=_export_sfc(_sfc_main,[["render",_sfc_render]]);function _defineProperty(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ownKeys(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter(function(s){return Object.getOwnPropertyDescriptor(e,s).enumerable})),n.push.apply(n,o)}return n}function _objectSpread2(e){for(var t=1;t1&&arguments[1]!==void 0?arguments[1]:{};return new Promise(function(o,s){if(!(typeof document>"u")){var a=document.head||document.getElementsByTagName("head")[0],l=document.createElement("script");if(l.async=!0,l.src=t,l.defer=n.defer,n.preconnectOrigin){var r=document.createElement("link");r.href=n.preconnectOrigin,r.rel="preconnect",a.appendChild(r)}a.appendChild(l),l.onload=o,l.onerror=s}})},mergeDeep=function e(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),s=1;s"u"||typeof document>"u")},warn=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;isBrowser()},validateScreenviewShape=function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return warn('Missing "appName" property inside the plugin options.',t.app_name==null),warn('Missing "name" property in the route.',t.screen_name==null),t};function getPathWithBase(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",n=e.split("/"),o=t.split("/");return n[0]===""&&t[t.length-1]==="/"&&n.shift(),o.join("/")+n.join("/")}var getDefaultParams=function e(){return{bootstrap:!0,onReady:null,onError:null,onBeforeTrack:null,onAfterTrack:null,pageTrackerTemplate:null,customResourceURL:"https://www.googletagmanager.com/gtag/js",customPreconnectOrigin:"https://www.googletagmanager.com",deferScriptLoad:!1,pageTrackerExcludedRoutes:[],pageTrackerEnabled:!0,enabled:!0,disableScriptLoad:!1,pageTrackerScreenviewEnabled:!1,appName:null,pageTrackerUseFullPath:!1,pageTrackerPrependBase:!0,pageTrackerSkipSamePath:!0,globalDataLayerName:"dataLayer",globalObjectName:"gtag",defaultGroupName:"default",includes:null,config:{id:null,params:{send_page_view:!1}}}},params={},setOptions=function e(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=getDefaultParams();params=mergeDeep(n,t)},getOptions=function e(){return params},query=function(){var e,t=getOptions(),n=t.globalObjectName;!isBrowser()||typeof window[n]>"u"||(e=window)[n].apply(e,arguments)},config=function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&arguments[0]!==void 0?arguments[0]:!0,t=getOptions(),n=t.config,o=t.includes;assignGlobalProperty(n.id,e),Array.isArray(o)&&o.forEach(function(s){return assignGlobalProperty(s.id,e)})},optOut=function(){disable(!0)},optIn=function(){disable(!1)},router,setRouter=function e(t){router=t},getRouter=function e(){return router},event=function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=getOptions(),o=n.includes,s=n.defaultGroupName;t.send_to==null&&Array.isArray(o)&&o.length&&(t.send_to=o.map(function(a){return a.id}).concat(s)),query("event",e,t)},pageview=function(e){if(isBrowser()){var t;if(typeof e=="string")t={page_path:e};else if(e.path||e.fullPath){var n=getOptions(),o=n.pageTrackerUseFullPath,s=n.pageTrackerPrependBase,a=getRouter(),l=a&&a.options.base,r=o?e.fullPath:e.path;t=_objectSpread2(_objectSpread2({},e.name&&{page_title:e.name}),{},{page_path:s?getPathWithBase(r,l):r})}else t=e;t.page_location==null&&(t.page_location=window.location.href),t.send_page_view==null&&(t.send_page_view=!0),event("page_view",t)}},screenview=function(e){var t=getOptions(),n=t.appName;if(e){var o;typeof e=="string"?o={screen_name:e}:o=e,o.app_name=o.app_name||n,event("screen_view",o)}},exception=function(){for(var e=arguments.length,t=new Array(e),n=0;n0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=getOptions(),o=n.appName,s=n.pageTrackerTemplate,a=n.pageTrackerScreenviewEnabled,l=n.pageTrackerSkipSamePath;if(!(l&&e.path===t.path)){var r=e;if(isFunction$1(s)?r=s(e,t):a&&(r=validateScreenviewShape({app_name:o,screen_name:e.name})),a){screenview(r);return}pageview(r)}},isRouteExcluded=function e(t){var n=getOptions(),o=n.pageTrackerExcludedRoutes;return o.includes(t.path)||o.includes(t.name)},addRoutesTracker=function(){var e=getOptions(),t=e.onBeforeTrack,n=e.onAfterTrack,o=getRouter();o.isReady().then(function(){nextTick().then(function(){var s=o.currentRoute;addConfiguration(),!isRouteExcluded(s.value)&&track(s.value)}),o.afterEach(function(s,a){nextTick().then(function(){isRouteExcluded(s)||(isFunction$1(t)&&t(s,a),track(s,a),isFunction$1(n)&&n(s,a))})})})},bootstrap=function(){var e=getOptions(),t=e.onReady,n=e.onError,o=e.globalObjectName,s=e.globalDataLayerName,a=e.config,l=e.customResourceURL,r=e.customPreconnectOrigin,c=e.deferScriptLoad,d=e.pageTrackerEnabled,u=e.disableScriptLoad,m=!!(d&&getRouter());if(registerGlobals(),m?addRoutesTracker():addConfiguration(),!u)return load("".concat(l,"?id=").concat(a.id,"&l=").concat(s),{preconnectOrigin:r,defer:c}).then(function(){t&&t(window[o])}).catch(function(f){return n&&n(f),f})},install=function e(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=arguments.length>2?arguments[2]:void 0;attachApi(t),setOptions(n),setRouter(o),getOptions().bootstrap&&bootstrap()};const app=createApp(MainPage);let handleOutsideClick;app.directive("clickoutside",{mounted(e,t){handleOutsideClick=n=>{n.stopPropagation();const{handler:o}=t.value;e.contains(n.target)||t.instance[o](n)},document.addEventListener("click",handleOutsideClick),document.addEventListener("touchstart",handleOutsideClick)},unmounted(){document.removeEventListener("click",handleOutsideClick),document.removeEventListener("touchstart",handleOutsideClick)}});app.use(i18n);app.use(install,{config:{id:mainconfig.settings.general.ga.trackingid},appName:"Uplus",enabled:!0});app.mount("#app"); diff --git a/docs/assets/main-DQsZtX-Q.css b/docs/assets/main-DQsZtX-Q.css new file mode 100644 index 00000000..8e5129e8 --- /dev/null +++ b/docs/assets/main-DQsZtX-Q.css @@ -0,0 +1 @@ +*,:after,:before{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body,button{font:18px/1.2 Inter,sans-serif}body{color:#050505}a,a:visited{text-decoration:none}a:not(.decorated):hover{text-decoration:underline}a.fatlist-item{white-space:nowrap;margin-left:auto;text-align:right;padding-left:28px}p.fatlist-item{margin-bottom:0}ul{padding:0;margin:0}li{list-style:none;margin:0}header nav a,header nav a:visited{font-weight:400;line-height:22px;color:#050505}header span{color:#050505;font-size:14px;font-weight:700;text-align:right}h1{font-weight:500;font-size:42px;color:#050505;margin:16px 0 28px}.hero-heading>h1.hero{padding-top:24px}h1.hero{font-size:90px;line-height:1}h2{font-weight:500;font-size:30px;margin:0 0 21px;color:#050505;line-height:1.2}.primary-options h2{width:50%}h3{font-size:24px;margin:0 0 16px;color:#050505;font-weight:500}h4{font-size:16px;margin:8px 0;color:#050505}p{margin:0 0 8px}.separator>section{border-right:2px solid #979797}.separator>section:last-child{border-right:none}.front-option>p{margin-bottom:8px}h1.hero span{display:block}.col-2 h3{margin:21px 0 14px}.banner>div{border-color:transparent}.banner h3{margin:0 0 7px;text-transform:uppercase}.banner p{font-size:14px}.banner button{margin-left:7px}.offer-text p{margin:14px 0}.offer-text h3,h3.account-type{margin-bottom:14px}.table-heading{border-bottom:1px solid #dedede;border-radius:3px;margin:0 -35px 21px;padding:0 35px 21px}table.align-center th,table.align-center td{text-align:center;width:33.3333%}table.color-light tr{border-top:1px solid rgba(0,0,0,.2)}table.color-light td{padding:8px;color:#050505;font-size:15px}table.color-heading{border:1px solid #dedede;border-radius:3px}table.color-heading tr.heading{background:#f1f1f1;font-size:15px;height:45px;font-weight:700}table.color-heading tr.footer{background:#f1f1f1;height:45px}table.color-heading .trend{font-size:10px}table tr.heading{border-top:none;font-size:12px;height:45px}.investmentamount{min-width:130px;display:inline-block}p.activity{margin:0}time span{display:block}time.fatlist-item{min-width:158px}.keyrates h4{font-weight:300}.cash-projections>div{align-items:center}.cash-projections h3{margin:-23px auto 0 0}.cash-projections h4.dropdown{margin-top:-25px;color:var(--interactiveColor)}.cash-projections>div>div{margin-left:8px;width:80px;text-align:right}.cash-projections>svg{border:1px solid #ccc;margin-top:10px}.offer-card-col>.offer-card,.front-option>.offer-card{position:relative}.ai-overlay{display:none;position:absolute;top:0;left:0;right:0;bottom:0;color:#fff;background-color:#273b3f;flex-flow:column nowrap}.ai-overlay.show{display:flex;z-index:2;opacity:.85}.ai-overlay>.footer-img{margin:auto 0 0;border-top:1px solid rgba(0,0,0,.2);text-align:right;background:url(../img/pega-logo.png) 0 0 no-repeat;height:40px}.rts-logo{background:url(../img/pega-logo.png) 0 0 no-repeat;height:40px}.hero-with-img{position:relative;min-height:400px;padding-top:60px}.ai-overlay>ul{text-align:left;padding:16px;overflow-y:auto}.ai-overlay>ul>li{word-break:break-all;display:flex;margin-bottom:8px;align-items:baseline}.ai-overlay label{font-weight:700;min-width:130px;display:inline-block;color:#fff;margin:0 8px 0 0}.ai-overlay span{word-break:break-all;color:#fff;display:inline-block;font-size:14px}button.pi.ai-toggle{border-radius:8px 0 0 8px;min-width:45px;min-height:30px;position:absolute;right:0;top:14px;z-index:3;margin:0;padding:3px 0;display:flex;justify-content:center}.rts-overlay{width:100%;height:100px;background-color:#344251;position:fixed;bottom:0;z-index:2;transition:transform .2s ease;padding:0 14px;transform:translateY(80px)}.rts-overlay>div{padding-top:21px}.rts-overlay>div>.flex{max-width:500px}.rts-enable{margin:14px 14px 14px auto}.rts-overlay.expanded{transform:translateY(0)}.rts-toggle{font-size:15px;border-radius:50%;border:3px solid transparent;width:40px;min-width:auto;padding:0;min-height:40px}.rts-enabled .cdh-offer{outline:2px dashed #f7112d;cursor:pointer}.pi.pi-rts-error{background:#f7112d;border-color:#050505}.rts-overlay-toggle{position:absolute;left:70px;top:-15px}.rts-overlay span{font-size:16px;color:#fff}.rts-overlay .comment{background-color:#1c242d;height:66px;overflow-y:auto;font-size:13px;color:#fff;padding:14px 14px 0;margin-left:14px;flex:1}.rts-overlay .comment>p{color:#fff;margin:0;font-size:13px}.scorecard{font-size:22px}.hero-wrap{min-height:700px}.hero-no-img{min-height:540px}#app>.front,#app>.form,#app>.offer{height:100vh;display:flex;flex-flow:column}.hero-wrap a{width:150px;background:#fff;text-align:center;border-radius:3px;line-height:40px}.ribbon,.ribbon1{height:0}main .hero-wrap>.hero-image,main .hero-wrap .hero-splash{flex:1}main .hero-wrap>.hero-heading{justify-content:center;position:absolute}.flex{display:flex}.account-details>div{border:1px solid #d5d5d5;margin-bottom:8px;padding:12px 8px;flex-wrap:wrap}.account-details>div>div{margin:0 8px 8px 0;min-width:calc(25% - 8px)}.account-details p,.account-picker-details p{font-size:22px}.flex-row-reverse{flex-direction:row-reverse}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.flex-align-r{margin-left:auto}.flex-grow-r{flex:1;justify-content:flex-end}.flex-mid-align{align-items:center}.grid-col-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.space-nowrap{white-space:nowrap}a.km{margin-right:21px}.cols-reverse .col-1{order:2}.cols-reverse .col-2{margin-left:0;margin-right:35px;padding:0;box-shadow:none}body{margin:0}.login-ui{position:absolute;right:50px;top:90px;background:#fff;border:1px solid #cccc;padding:16px;display:none}#app>div>header,#app>div>footer{background:#fff;padding:0 16px}.front .login{display:block;position:relative}.wrap{width:100%;max-width:1400px;margin:0 auto 16px}.mashup-main>.wrap{max-width:1200px}.mashup-main>.wrap.form-width{max-width:640px}.mashup-main>.wrap>h1{padding:0 16px}footer .wrap{margin-bottom:0;align-items:center}.wrap.header{align-items:center;margin-bottom:0;height:76px}header.settings{margin-bottom:0;padding:0 16px;flex-flow:row wrap}header.settings>h1{flex-grow:1;margin:0 auto;text-align:center}header ul{justify-content:flex-end}header ul.flex li{margin-right:30px}.embedded-content>body{background:transparent}.embedded-content .header-light h2{color:#050505}.embedded-content .header-light>a{flex-grow:1;text-align:right;color:#050505;line-height:42px}.embedded-content .col-2{margin:0 0 0 35px;min-width:200px}.embedded-content .col-2 h3{margin-top:0}.embedded-content .button-row>button{min-width:140px;margin:0 35px 14px 0;width:calc((100% - 118px)/4);padding:0 14px}.embedded-content .button-row>button:last-child{margin-right:0}main{flex:1;overflow:auto;border-top:.5px solid rgba(0,0,0,.2);border-bottom:.5px solid rgba(0,0,0,.2);position:relative}.primary-options>.front-option>.details{margin-top:20px}.options{display:flex;flex-wrap:wrap;justify-content:center}.details>a,.details>button{flex:1;align-items:end;display:flex}.secondary-options{position:relative}.secondary-options .banner{height:600px;background:no-repeat 100% 100% transparent;background-size:cover}.secondary-options>.content-card{position:absolute;bottom:16px;left:16px;right:50%}.hero-offer-img{max-height:400px;align-self:flex-start;padding-right:40px}.hero-wrap img{max-width:fit-content;align-self:center;max-height:300px}.hero-with-img h1.hero{font-size:60px}img.hero-offer-img{max-height:auto;align-self:end}img.option{max-width:100%;padding-bottom:8px}.col-2 img{max-width:100%}.front-option{display:flex;flex-flow:column;flex-grow:1;padding:0 8px;max-width:25%}.front-option>.details{padding:16px;background:#fff;display:flex;flex-flow:column nowrap;flex:1}footer{width:100%}footer nav>div.flex>a{margin-right:32px;font-weight:400;line-height:22px;color:#050505}footer nav>div.flex{margin:26px 0;align-items:center}.accounts-list>li{flex-grow:1}.button-row{display:flex;flex-flow:row nowrap}.accounts-list>li{margin:0 8px 24px}.button-row>button{margin:0 8px}.accounts-list>li:first-child,.button-row>button:first-child{margin-left:0}.accounts-list>li:last-child,.button-row>button:last-child{margin-right:0}.account-msg{padding-top:32px;font-size:30px}.quick-links{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:16px}.quick-links>button{width:100%}.account-tabs-header{display:flex}.account-tabs-item{flex:1;padding:16px;border-radius:8px 8px 0 0;transition:.4s all ease-out;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;border-bottom:1px solid #d5d5d5}.account-tabs-item.selected{font-weight:600;border:1px solid #d5d5d5;border-bottom:none}.account-tabs-content{border-radius:0 0 8px 8px;padding:16px;border:1px solid #d5d5d5;border-top:none}.account-img{padding-right:24px;margin-bottom:8px;max-height:107px;width:fit-content}.account-picker-details{display:flex;flex-flow:row wrap;flex:1}.account-picker-details>div{margin:0 8px 8px 0;min-width:calc(33.3333% - 8px)}.account-view-details{min-width:105px;text-align:end}.col.col-1{width:calc(75% - 35px);margin:0}.col-2{flex-grow:1;width:25%;margin-bottom:24px;margin-left:30px}.col-3{flex:1;width:calc((100% - 70px) / 3);margin-left:35px}.col-3:first-child{margin-left:0}.content-card{padding:20px}.primary-card{padding:16px;margin:0 0 24px}.primary-card>section{margin-bottom:16px}.primary-card>section:last-child{margin-bottom:0}.secondary-card{padding:20px;margin-bottom:30px}.secondary-card>section{margin-bottom:32px}.offer .col-2{margin-top:0}.col-2 img{margin:0 auto;display:block}.circle{border-radius:999px}.menu{display:none}#pega-gadget~.col-2{margin-top:90px}.layout-stacked>.field-item{margin:16px 0 8px;position:relative}.layout-stacked>.field-item>label{position:absolute;top:0;left:8px;transition:all .3s ease;padding:0;margin:10px 0 0;pointer-events:none;font-size:16px}.layout-stacked>.field-item>input:focus,.layout-stacked>.field-item>input:hover,.layout-stacked>.field-item>input:active,.layout-stacked>.field-item>input{transition:all .3s linear;border:none;border-bottom:1px solid #d1d2d3;outline:none;color:#050505;line-height:40px;padding:10px 0 3px;height:40px;font-weight:300}.layout-stacked>.field-item>input::placeholder{color:transparent;font-size:0}.layout-stacked>.field-item>input:active+label,.layout-stacked>.field-item>input:focus+label,.layout-stacked>.field-item>input:not(:placeholder-shown)+label{font-size:75%;transform:translate3d(0,-100%,0);margin-top:16px}.layout-labels-left>.field-item{display:flex;flex-flow:row nowrap;align-items:center;margin-bottom:8px}.layout-labels-left>.field-item>label{margin:0 16px 0 0;width:300px}.layout-labels-left>.field-item>label.width-auto{width:auto}.layout-labels-left>.field-item>select,.layout-labels-left>.field-item>input[type=text],.layout-labels-left>.field-item>input[type=password],.layout-labels-left>.field-item>textarea{flex-grow:1;width:100%;min-width:0;resize:none}.layout-labels-top>.field-item>label{margin:0 0 4px}.layout-labels-top>.field-item>select,.layout-labels-top>.field-item>input[type=text],.layout-labels-top>.field-item>input[type=password],.layout-labels-top>.field-item>textarea{flex-grow:1;width:100%;min-width:0;margin-bottom:16px;resize:none}.layout-labels-top>.field-item.field-checkbox{display:flex;flex-flow:row nowrap;margin-top:16px;margin-bottom:16px}.layout-labels-top>.field-item.field-checkbox>label{margin-right:16px}.layout-inline-grid-double{display:flex;flex-flow:row wrap}.layout-inline-grid-double>div{width:calc(50% - 8px);margin-right:8px}.layout-inline-grid-double>div:nth-child(2n){margin:0 0 0 8px}.padding-2x{padding:16px}.margin-r-2x{margin-right:16px}.margin-t-2x{margin-top:16px}.margin-t-auto{margin-top:auto}.padding-t-2x{padding-top:16px}.padding-b-1x{padding-bottom:8px}.margin-b-3x{padding-bottom:24px}.flex-grow-1{flex-grow:1}.flex-1{flex:1}.float-r{float:right}.margin-r-auto{margin-right:auto}.margin-l-auto{margin-left:auto}.width-100-pct{width:100%}.height-100-pct{height:100%;flex:1}.full-height{height:100%;width:100%}.full-height>iframe{min-height:calc(100vh - 244px)}div.inline-middle>button{margin-right:16px}div.inline-middle>button:last-child{margin-right:0}div[data-pega-gadgetname]{width:100%}[role=tablist] li{display:inline-block;list-style:none}a[role=tab]{padding:12px 16px;display:block;font-weight:700;text-decoration:none;cursor:pointer;color:var(--interactiveColor);width:100%}a[aria-selected=true],a[role=tab]:focus,a[role=tab]:hover,a[role=tab]:active{background:#d2d2d2b3;text-decoration:underline}[role=tabpanel][aria-hidden=true]{display:none}.bill-pay p{margin-bottom:16px;font-size:22px}a.kmhelp{margin:auto 16px auto 0}section.kmhelp>div{height:100%}section.kmhelp{height:calc(100vh - 150px)}.tab-vertical-menu{max-width:1400px;margin:21px auto}.tab-vertical-menu>.tab-interface{display:flex;flex-flow:column;width:350px;margin:0 24px;position:sticky;top:21px;float:left}.tab-vertical-menu>.tab-interface>.tab-action,.tab-vertical-menu>.tab-interface ul{display:flex;flex-flow:column;padding:0;margin-bottom:30px;background:#fff;border-radius:8px}.tab-vertical-menu>.tab-interface>.container>.header{display:none}.tab-vertical-menu>.tab-interface>.container>.body{display:block;background:none;padding:0}.tab-vertical-menu>.tab-interface>.tab-action{padding:20px}.tab-vertical-menu>.tabs-details{flex:1;margin-right:24px;margin-bottom:30px;background:#fff;border-radius:8px;padding:20px;margin-left:396px}.container-transparent h3,.container-transparent p{color:#050505}.container-transparent h3{margin:8px 0}.container>.header{height:40px;align-items:baseline;cursor:pointer;margin-bottom:8px}.container>.header>h3{color:#050505;order:2}.container>.header>button.simple{color:#050505;font-size:24px;padding:0 8px 0 0}.container>.header>button.simple>i{margin-right:0}.container.collapsed>.body{display:none}[disabled]{opacity:.33;pointer-events:none}.logo{height:58px;margin-right:35px}label{margin-top:0;color:#05050599;font-size:14px;font-weight:600}label.required:after{content:"*";color:#d91c29;margin:4px 0 0 8px;vertical-align:middle;display:inline-block}select,input,textarea{margin-top:0;background:#fff;border:1px solid #d1d2d3;color:inherit;font-family:inherit;font-size:inherit;line-height:24px;display:block;padding:0 14px;color:#050505;border:1px solid #939393;border-radius:4px}select,input{height:42px}textarea{resize:none;overflow:hidden;display:block;-moz-tab-size:4;tab-size:4}input[type=radio],input[type=checkbox]{display:inline-block;height:auto}input[type=radio]{position:absolute;opacity:0}input[type=radio]+label:before{content:"";position:absolute;left:0;top:0;border-radius:50%;transition:.2s ease all;background:#fff;border:1px solid #cacdd6;width:25px;height:25px;display:inline-block;margin:0 4px 0 0;box-sizing:border-box;padding:0;vertical-align:top}input[type=radio]:hover+label:before,input[type=radio]:focus+label:before{border-color:var(--interactiveColor)}input[type=radio]+label{pointer-events:all;position:relative;padding-left:30px;padding-top:0;cursor:pointer;width:100%;margin:0 10px 10px 0;display:inline-block;color:#1d2020;font-weight:400;text-decoration:inherit;text-transform:none;font-size:16px;font-family:Inter,sans-serif;line-height:28px}input[type=radio]:checked+label:before{background:#fff;border-width:9px;border-color:var(--interactiveColor)}.field-radiogroup>div{display:flex;flex-flow:row wrap}select{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.06 28.04' width='18' height='9'%3E%3Cpath fill='%23333' d='M47.51.64a1.91 1.91 0 00-2.7 0L24.1 23.25 3.35.65 3.17.47A1.91 1.91 0 10.66 3.35l21.87 23.84a1.69 1.69 0 00.13.31 2.15 2.15 0 002.85 0 1.75 1.75 0 00.13-.32L47.51 3.34a1.91 1.91 0 000-2.7z'/%3E%3C/svg%3E") right 15px top 50% no-repeat;padding-right:48px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #939393;border-radius:4px}select::-ms-expand{display:none}a,button,input,textarea,select{transition:all .25s ease-out}textarea{height:150px}a:hover{cursor:pointer}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox]:hover,input[type=checkbox]:active,input[type=checkbox]:checked,input[type=checkbox]:indeterminate{border-color:var(--interactiveColor)}input[type=checkbox]:checked,input[type=checkbox]:indeterminate{background-color:#eceff8}input[type=checkbox]:disabled{opacity:.3;cursor:not-allowed}input[type=checkbox]{position:absolute;opacity:0}input[type=checkbox]:checked+label:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjIgMjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIyIDI2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMjEuMSw3LjQgMjAuNiw2LjggMjAuMiw2LjUgNy43LDE5IDEuNSwxMi45IDAuMywxNC4yIDcuNywyMS40IDIxLjUsNy44ICIvPgo8L3N2Zz4K) no-repeat 50% 50%;background-color:var(--interactiveColor);background-size:16px;border-color:var(--interactiveColor)}input[type=checkbox]:focus+label:before,input[type=checkbox]:hover+label:before{border-color:var(--interactiveColor)}input[type=checkbox]+label:before{content:"";position:absolute;left:0;top:0;width:28px;height:28px;transition:.2s ease all;border:1px solid}input[type=checkbox]+label{pointer-events:all;position:relative;padding-left:40px;padding-top:4px;cursor:pointer;height:28px;width:100%;margin:0 8px 0 0;display:block;line-height:19px}input[type=color]{margin-right:8px;min-width:30px;width:30px;padding:0;height:30px;border:none}.hidden{opacity:0;display:none}.show{opacity:1;display:flex}.overlay{background:#fff;position:absolute;padding:16px;right:28px;box-shadow:0 2px 8px #05050533;border-radius:8px;top:80px;transition:opacity .25s ease-out;z-index:1000;max-width:400px;min-width:400px}.overlay.logout{min-width:120px;right:0;top:50px;padding:8px}.user-area{position:relative}.overlay>*,.field{margin-bottom:16px}.overlay>*:last-child{margin-bottom:0}button,.button{background:var(--interactiveColor);border:1px solid var(--interactiveColor);box-sizing:border-box;display:inline-block;font-weight:700;min-height:50px;min-width:140px;border-radius:3px;cursor:pointer;width:fit-content;color:#fff}button.launch-login{margin-top:3px;margin-bottom:3px}button.strong,button.strong:hover,button.strong:active,button.strong:focus,button.launch-login,button.launch-login:hover,button.launch-login:active,button.launch-login:focus{opacity:.9;background:var(--interactiveColor);color:#fff;border:1px solid transparent}button.strong:hover,button.strong:active,button.strong:focus,button.launch-login:hover,button.launch-login:active,button.launch-login:focus{outline:1px solid var(--interactiveColor);opacity:1;transition:opacity ease .1ms}button.launch-menu{min-width:100px;margin-left:16px}button:hover{border-color:var(--interactiveColor)}button,button:hover,button:focus,button:active{background:var(--interactiveColor);color:#fff;border:1px solid transparent}button.secondary{border:none;background:#fff;color:var(--interactiveColor)}button.secondary:hover{border:none}button.tertiary{background:none}button.light{background:none;border:none;color:#050505;min-width:40px;padding:5px;opacity:.85}button.light:hover,button.light:focus,button.light:active{opacity:1}button.secondary,.button.secondary,button.secondary:hover,.button.secondary:hover,button.secondary:focus,.button.secondary:focus,button.secondary:active,.button.secondary:active,button.tertiary,.button.tertiary,button.tertiary:hover,.button.tertiary:hover,button.tertiary:focus,.button.tertiary:focus,button.tertiary:active,.button.tertiary:active{color:var(--interactiveColor)}button.simple{background:transparent;border:none;color:var(--interactiveColor);min-width:0;padding:0}button.simple:hover,button.simple:active{background:transparent;border:none;color:var(--interactiveColor);text-decoration:underline}.quick-links>button{background:none;color:var(--interactiveColor);border:1px solid var(--interactiveColor);font-weight:400}.quick-links>button:focus,.quick-links>button:hover{outline:1px solid var(--interactiveColor)}.quick-links>button:focus{outline:var(--interactiveColor)}.overlay button,.overlay .button,.overlay select,.overlay input{width:100%}.field>*{margin-top:5px}.field :not(label){order:2}.field.check{flex-direction:row}.field.check *{order:1;margin-right:15px}.field .error,.field .helper{font-size:16px}.field .error{color:red}.field .helper{color:#646363}.password,.username{position:relative}.avatar{width:50px;height:50px;border-radius:50%;border:4px solid #FFF}.pi.product-icon{min-width:70px;height:70px;border-radius:50%;font-size:30px;line-height:60px;text-align:center;color:#050505}.menu-overlay{background:#fff;position:absolute;transition:height .25s ease-in-out;filter:drop-shadow(0 3px 21px rgba(0,0,0,.5));right:16px;min-width:200px;height:0;overflow:hidden;z-index:2}header .menu-overlay a{color:#050505;text-transform:none;padding-right:28px;line-height:40px;border-bottom:1px solid #fdfdfd;text-align:right;display:block}.fatlist>li{border-bottom:1px solid #e6e7e8;padding:3px 0;align-items:center;min-height:28px}table{width:100%;border-collapse:collapse}th,td{padding:4px;text-align:left}.align-r,th.align-r,td.align-r{text-align:right}.filter{border:none;border-bottom:1px solid #dedede;margin:0 0 8px auto;max-width:50%;color:#050505}.search-bar{position:relative}.search-bar .pi-search{position:absolute;right:0;bottom:22px}.file-upload{height:50px;margin-top:24px}.inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.inputfile+label{font-size:16px;font-weight:600;padding:16px 8px;margin-bottom:0;color:var(--interactiveColor);border:none;cursor:pointer;min-height:40px;border:1px solid var(--interactiveColor);border-radius:3px;transition:all .25s ease-out}button.file-download:hover,button.file-download:active,button.file-download:focus,.inputfile:hover+label,.inputfile:active+label,.inputfile:focus+label{outline:2px solid var(--interactiveColor);border-radius:0}button.file-download{color:var(--interactiveColor);background:#fff;font-weight:600;border:1px solid var(--interactiveColor);border-radius:0}td>input{width:100%;inline-size:-moz-available}@supports (-webkit-appearance: none){input[type=datetime-local]::-webkit-inner-spin-button,input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}input[type=datetime-local]::-webkit-calendar-picker-indicator,input[type=date]::-webkit-calendar-picker-indicator{display:block;color:#0000;opacity:1;background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNSAyNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1Ij48dGl0bGU+ZXZlbnRzPC90aXRsZT48ZyBpZD0iYnVkaWNvbi1ldmVudHMiPjxwYXRoIGQ9Ik0yNCwySDE5Vi41YS41LjUsMCwwLDAtMSwwVjJIN1YuNWEuNS41LDAsMCwwLTEsMFYySDFBMSwxLDAsMCwwLDAsM1YyM2ExLDEsMCwwLDAsMSwxSDI0YTEsMSwwLDAsMCwxLTFWM0ExLDEsMCwwLDAsMjQsMlptMCwyMUgxVjhIMjRaTTI0LDdIMVYzSDI0Wm0tOSw2SDEzVjExaDJabTUsMEgxOFYxMWgyWk03LDE4SDVWMTZIN1ptNSwwSDEwVjE2aDJaIi8+PC9nPjwvc3ZnPg==) no-repeat 100% 50%}.field-combobox>input[type=text]::-webkit-calendar-picker-indicator{display:none}}@supports (-moz-appearance: none){input[type=date]{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNSAyNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1Ij48dGl0bGU+ZXZlbnRzPC90aXRsZT48ZyBpZD0iYnVkaWNvbi1ldmVudHMiPjxwYXRoIGQ9Ik0yNCwySDE5Vi41YS41LjUsMCwwLDAtMSwwVjJIN1YuNWEuNS41LDAsMCwwLTEsMFYySDFBMSwxLDAsMCwwLDAsM1YyM2ExLDEsMCwwLDAsMSwxSDI0YTEsMSwwLDAsMCwxLTFWM0ExLDEsMCwwLDAsMjQsMlptMCwyMUgxVjhIMjRaTTI0LDdIMVYzSDI0Wm0tOSw2SDEzVjExaDJabTUsMEgxOFYxMWgyWk03LDE4SDVWMTZIN1ptNSwwSDEwVjE2aDJaIi8+PC9nPjwvc3ZnPg==) no-repeat calc(100% - 8px) 50%;padding-right:28px}}.field-combobox>input,button.action-menu{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OC4wNiAyOC4wNCcgIHdpZHRoPScxOCcgaGVpZ2h0PSc5Jz48cGF0aCBmaWxsPSIjMTAxMzJFIiBkPSdNNDcuNDEuNTVhMS45MSAxLjkxIDAgMCAwLTIuNyAwbC0yMC43MSAyMi42MS0yMC43NS0yMi42LS4xOC0uMThhMS45MSAxLjkxIDAgMSAwLTIuNTEgMi44OGwyMS44NyAyMy44NGExLjY5IDEuNjkgMCAwIDAgLjEzLjMxIDIuMTUgMi4xNSAwIDAgMCAyLjg1IDAgMS43NSAxLjc1IDAgMCAwIC4xMy0uMzJsMjEuODctMjMuODRhMS45MSAxLjkxIDAgMCAwIDAtMi43eicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLjEgLjA5KScvPjwvc3ZnPg==) no-repeat 100% 50%}body,.hero-main{background:#f7f7f7}.highlight-main{background:#fff}a,a:visited{color:var(--interactiveColor)}a.decorated,a.decorated:visited{border-bottom-color:var(--interactiveColor)}a:hover,a:focus,a:active{text-decoration:underline}.mashup-main{background:#fff;padding-top:24px}.content-card{background:#fff;border:1px solid #d5d5d5}.primary-card{background:#fff}.secondary-card{background:#fff;border:.5px solid rgba(0,0,0,.2)}.content-card.fatlist,.content-card.offer-card{padding:0}.trend-error{color:#ff0900e6;font-weight:700}.pi.pi-error{color:#ff0900e6;font-weight:700!important}.trend-success{color:#3c8712;font-weight:700}.pi.pi-success{color:#3c8712;font-weight:700!important}.success-text{font-size:40px;color:#3c8712}@font-face{font-family:UIKitIcons;font-display:swap;src:url(../fonts/Icons.woff2) format("woff2");font-weight:400;font-style:normal}@-webkit-keyframes anim-rotate{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes anim-rotate-reverse{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(-360deg)}}@keyframes anim-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes anim-rotate-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.anim-rotateCW:before{-webkit-animation:anim-rotate 1.33s linear infinite;animation:anim-rotate 1.33s linear infinite}.anim-rotateCCW:before{-webkit-animation:anim-rotate-reverse 1.33s linear infinite;animation:anim-rotate-reverse 1.33s linear infinite}.pi,#sidebar-region-one #PEGA_TABBED0 .tab-ul li>a,.screen-layout-header_footer_left>.screen-layout-region>.screen-layout-region-content .nav-toggle-one,div[class*=layout-outline]>.Expanded>.header-bar>*>.icon-openclose,div[class*=layout-outline]>.Collapsed>.header-bar>*>.icon-openclose,.menu-horizontal>.menu-item>.menu-item-anchor.menu-item-expand:after,.content-layout-group>.layout-group-nav>h2>.icon-openclose:before,.container-close:before{font-family:UIKitIcons!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;transform-origin:50% 50% 0;-webkit-transform-origin:50% 50% 0;margin-right:.25em}aside .pi{margin:0}.pi:before,div[class*=layout-outline]>.Expanded>.header-bar>*>.icon-openclose:before,div[class*=layout-outline]>.Collapsed>.header-bar>*>.icon-openclose:before,.menu-horizontal>.menu-item>.menu-item-anchor.menu-item-expand:after,.content-layout-group>.layout-group-nav>h2>.icon-openclose:before{display:inline-block;vertical-align:-.2em;line-height:1;font-size:1.1764705882em;padding:.5px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}i[data-click],i[data-click]:before{cursor:pointer}.Header_nav .pi:before{font-size:18px}.pi-dark{color:#10132e}.pi-light{color:#050505}.pi-grey,.pi-gray{color:#10132ea8}.pi-muted{opacity:.35}.pi-muted:hover{opacity:1}.pi-small{font-size:12px}.pi-1_5x{font-size:1.5em}.pi-2x{font-size:2em}.pi-3x{font-size:3em}.pi-4x{font-size:4em}.pi-5x{font-size:5em}.pi-empty-state:before{font-size:1em!important}.screen-layout-header_footer_left>.screen-layout-region>.screen-layout-region-content .nav-toggle-one,.content-layout-group>.layout-group-nav>h2>.icon-openclose{background-image:none;padding-right:10px}.content-layout-group>.layout-group-nav>h2>.icon-openclose{font-size:21px;margin-top:7px}.screen-layout-header_footer_left>.screen-layout-region>.screen-layout-region-content .nav-toggle-one:before{content:"";line-height:35px;margin:0}.private-rule:before,.open-rule:before{color:#a9d400}.open-rule:before{font-size:10px}#sidebar-region-one #PEGA_TABBED0 .tab-ul li>a:before,.screen-layout-header_footer_left>.screen-layout-region>.screen-layout-region-content .nav-toggle-one:before{color:#050505;font-size:16px;vertical-align:middle}.pi-1-1-solid:before,.menu-item-active>a.menu-item-anchor .pi-1-1:before{content:""}.pi-1-1:before{content:""}.pi-a11y:before{content:""}.pi-align-center:before{content:""}.pi-align-item-center-solid:before,.pi-align-item-vert-center-solid:before,.menu-item-active>a.menu-item-anchor .pi-align-item-center,.menu-item-active>a.menu-item-anchor .pi-align-item-vert-center{content:""}.pi-align-item-center:before,.pi-align-item-vert-center:before{content:""}.pi-align-item-left:before,.pi-align-item-right:before,.pi-align-item-up:before,.pi-align-item-down:before{content:""}.pi-align-item-left-solid:before,.pi-align-item-right-solid:before,.pi-align-item-down-solid:before,.pi-align-item-up-solid:before,.menu-item-active>a.menu-item-anchor .pi-align-item-left:before,.menu-item-active>a.menu-item-anchor .pi-align-item-right:before,.menu-item-active>a.menu-item-anchor .pi-align-item-up:before,.menu-item-active>a.menu-item-anchor .pi-align-item-down:before{content:""}.pi-align-right:before{content:""}.pi-amazon:before{content:""}.pi-ambulance-solid:before,.menu-item-active>a.menu-item-anchor .pi-ambulance:before{content:""}.pi-ambulance:before{content:""}.pi-analytics-good-solid:before,.pi-analytics-bad-solid:before,.menu-item-active>a.menu-item-anchor .pi-analytics-good:before,.menu-item-active>a.menu-item-anchor .pi-analytics-bad:before{content:""}.pi-analytics-good:before,.pi-analytics-bad:before{content:""}.pi-analytics-neutral-solid:before,.menu-item-active>a.menu-item-anchor .pi-analytics-neutral:before{content:""}.pi-analytics-neutral:before{content:""}.pi-antenna:before,.pi-antenna-solid:before{content:""}.pi-app-solid:before,.menu-item-active>a.menu-item-anchor .pi-app:before,.menu-item-active>a.menu-item-anchor [tabtitle=App]:before{content:""}.pi-app:before,[tabtitle=App]:before{content:""}.pi-archery:before{content:""}.pi-archive-solid:before,.menu-item-active>a.menu-item-anchor .pi-archive:before{content:""}.pi-archive:before{content:""}.pi-arrow-above-or:before,.pi-arrow-below-or:before{content:""}.pi-arrow-above-row:before,.pi-arrow-below-row:before,.pi-arrow-below-row-left:before,.pi-arrow-above-row-left:before,.pi-arrow-below-row-right:before,.pi-arrow-above-row-right:before{content:""}.pi-arrow-bend-right:before,.pi-arrow-bend-left:before{content:""}.pi-arrow-box-repeat:before,.pi-retweet:before,.pi-repeat:before{content:""}.pi-arrow-box-right:before,.pi-arrow-box-down:before,.pi-arrow-box-left:before,.pi-arrow-box-up:before,.pi-arrow-micro-right:before,.pi-arrow-micro-left:before,.pi-arrow-micro-up:before,.pi-arrow-micro-down:before,.pi-arrow-micro-down-solid:before,.pi-arrow-micro-up-solid:before,.pi-arrow-micro-right-solid:before,.pi-arrow-micro-left-solid:before{content:""}.pi-arrow-down-between-columns:before,.pi-arrow-between-column-down:before,.pi-arrow-right-between-rows:before{content:""}.pi-arrow-down-between-left-column:before,.pi-arrow-between-left-column-down:before,.pi-arrow-down-between-right-column:before,.pi-arrow-between-right-column-down:before,.iconAppendColumn:before,.iconAppendColumn_on:before,.iconAppendColumn_disabled:before,.iconAppendInside:before,.iconAppendInside_on:before,.iconAppendInside_disabled:before{content:""}.pi-arrow-down-between-left-column:before,.pi-arrow-down-between-right-column:before{content:""}.pi-arrow-in:before{content:""}.pi-arrow-left-right:before,.pi-arrow-up-down:before{content:""}.pi-arrow-out:before{content:""}.pi-arrow-right-thru-column:before,.pi-arrow-right-column:before,.pi-arrow-left-column:before,.pi-arrow-up-row:before,.pi-arrow-down-thru-row:before,.pi-arrow-down-row:before{content:""}.pi-arrow-right:before,.pi-arrow-down:before,.pi-arrow-left:before,.pi-arrow-up:before,.pi-arrow-sw:before,.pi-arrow-o-right:before,.pi-arrow-o-left:before,.pi-arrow-o-down:before,.pi-arrow-o-up:before,.pi-arrow-o-ne:before,.iconGetNextWork:before,.iconGetNextWork_on:before,.iconGetNextWork_disabled:before,.iconTransfer:before,.iconTransfer_on:before,.iconTransfer_disabled:before{content:""}.pi-arrow-shrink:before{content:""}.pi-arrow-up-text:before,.pi-arrow-down-text:before{content:"-"}.pi-arrows-ne-sw-join:before{content:"w"}.pi-arrows-ne-sw-separate:before{content:"c"}.pi-article-check:before{content:""}.pi-atom:before{content:""}.pi-backspace-solid:before,.menu-item-active>a.menu-item-anchor .pi-backspace:before{content:""}.pi-backspace:before{content:""}.pi-badge-solid:before,.menu-item-active>a.menu-item-anchor .pi-badge:before{content:""}.pi-badge:before{content:""}.pi-bank-solid:before,.menu-item-active>a.menu-item-anchor .pi-bank:before{content:""}.pi-bank:before{content:""}.pi-bars:before{content:""}.pi-battery-charge-solid:before,.menu-item-active>a.menu-item-anchor .pi-battery-charge:before{content:""}.pi-battery-charge:before{content:""}.pi-battery-solid:before,.menu-item-active>a.menu-item-anchor .pi-battery:before{content:""}.pi-battery:before{content:""}.pi-bell-solid:before,.menu-item-active>a.menu-item-anchor .pi-bell:before{content:""}.pi-bell:before{content:"L"}.pi-blocks-solid:before,.menu-item-active>a.menu-item-anchor .pi-blocks:before{content:""}.pi-blocks:before{content:""}.pi-bluetooth:before{content:"q"}.pi-bolt-solid:before,.menu-item-active>a.menu-item-anchor .pi-bolt:before{content:""}.pi-bolt:before{content:""}.pi-book-open-solid:before,.menu-item-active>a.menu-item-anchor .pi-book-open:before{content:""}.pi-book-open:before{content:""}.pi-book-solid:before,.menu-item-active>a.menu-item-anchor .pi-book:before{content:""}.pi-book:before{content:""}.pi-bookmark-solid:before,.menu-item-active>a.menu-item-anchor .pi-bookmark:before{content:"F"}.pi-bookmark:before{content:""}.pi-bounding-box-solid:before,.pi-box-bounding-solid:before,.menu-item-active>a.menu-item-anchor .pi-bounding-box:before{content:""}.pi-bounding-box:before{content:""}.pi-box-3-solid:before,.menu-item-active>a.menu-item-anchor .pi-box-3:before{content:""}.pi-box-3:before{content:""}.pi-box-4-solid:before,.menu-item-active>a.menu-item-anchor .pi-box-4:before{content:""}.pi-box-4:before{content:""}.pi-box-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-box-check:before,.menu-item-active>a.menu-item-anchor .pi-check-box:before,.menu-item-active>a.menu-item-anchor .iconSave:before,.menu-item-active>a.menu-item-anchor .iconSave_on:before,.menu-item-active>a.menu-item-anchor .iconSave_disabled:before{content:"I"}.pi-box-check:before,.pi-check-box:before,.iconSave:before,.iconSave_on:before,.iconSave_disabled:before{content:""}.pi-box-crosshair:before{content:""}.pi-box-dashed-labeled-solid:before,.pi-box-dashed-solid:before,.menu-item-active>a.menu-item-anchor .pi-box-dashed-labeled:before{content:""}.pi-box-dashed-labeled:before{content:""}.pi-box-dashed:before,.pi-expand-box:before,.pi-scale-up:before{content:""}.pi-box-grid:before{content:""}.pi-box-lines-2:before{content:"]"}.pi-box-lines-2-solid:before,.menu-item-active>a.menu-item-anchor .pi-box-lines-2:before{content:""}.pi-box:before{content:""}.pi-browser-solid:before,.menu-item-active>a.menu-item-anchor .pi-browser:before{content:""}.pi-browser:before{content:""}.pi-bug-solid:before,.menu-item-active>a.menu-item-anchor .pi-bug:before{content:""}.pi-bug:before{content:""}.pi-building-solid:before,.menu-item-active>a.menu-item-anchor .pi-building-1:before,.menu-item-active>a.menu-item-anchor .pi-building:before{content:""}.pi-building-1:before,.pi-building:before{content:"_"}.pi-building-2-solid:before,.menu-item-active>a.menu-item-anchor .pi-building-2:before{content:""}.pi-building-2:before{content:"`"}.pi-building-3-solid:before,.menu-item-active>a.menu-item-anchor .pi-building-3:before{content:""}.pi-building-3:before{content:"{"}.pi-bulb-solid:before,.menu-item-active>a.menu-item-anchor .pi-bulb:before{content:""}.pi-bulb:before{content:""}.pi-calculator-solid:before,.menu-item-active>a.menu-item-anchor .pi-calculator:before{content:"P"}.pi-calculator:before{content:"<"}.pi-calendar-empty-solid:before,.menu-item-active>a.menu-item-anchor .pi-calendar-empty:before{content:""}.pi-calendar-empty:before{content:""}.pi-calendar-plus-solid:before,.menu-item-active>a.menu-item-anchor .pi-calendar-plus:before{content:""}.pi-calendar-plus:before{content:""}.pi-calendar-range-solid:before,.menu-item-active>a.menu-item-anchor .pi-calendar-range:before{content:""}.pi-calendar-range:before{content:""}.pi-calendar-solid:before,.menu-item-active>a.menu-item-anchor .pi-calendar:before,.menu-item-active>a.menu-item-anchor .iconCalendar:before,.menu-item-active>a.menu-item-anchor .iconCalendar_on:before,.menu-item-active>a.menu-item-anchor .iconCalendar_disabled:before{content:""}.pi-calendar:before,.iconCalendar:before,.iconCalendar_on:before,.iconCalendar_disabled:before{content:""}.pi-camera-solid:before,.menu-item-active>a.menu-item-anchor .pi-camera:before,.menu-item-active>a.menu-item-anchor .iconImage:before,.menu-item-active>a.menu-item-anchor .iconImage_on:before,.menu-item-active>a.menu-item-anchor .iconImage_disabled:before{content:"u"}.pi-camera:before,.iconImage:before,.iconImage_on:before,.iconImage_disabled:before{content:""}.pi-cancel:before,.iconNoShow:before,.iconNoShow_on:before,.iconNoShow_disabled:before{content:""}.pi-car-solid:before,.menu-item-active>a.menu-item-anchor .pi-car:before{content:""}.pi-car:before{content:""}.pi-card-stack-solid:before,.menu-item-active>a.menu-item-anchor .pi-card-stack:before{content:"C"}.pi-card-stack:before{content:""}.pi-caret-double-right:before,.pi-caret-double-left:before,.pi-caret-2-right:before,.pi-caret-2-left:before{content:""}.pi-caret-right:before,.pi-caret-left:before,.pi-caret-up:before,.pi-caret-down:before,.pi-caret-solid-right:before,.pi-caret-solid-left:before,.pi-caret-solid-down:before,.pi-caret-solid-up:before,div[class*=layout-outline]>.Expanded>.header-bar>*>.icon-openclose:before,div[class*=layout-outline]>.Collapsed>.header-bar>*>.icon-openclose:before,.Temporary_top_tabs>.scrlCntr>ol.tsb-menu>li:first-child>a#TABANCHOR:before{content:"";text-decoration:none}.pi-caret-solid-up-level:before,.pi-arrow-up-level:before{content:""}.pi-cart-close-solid:before,.menu-item-active>a.menu-item-anchor .pi-cart-close:before{content:"T"}.pi-cart-close:before{content:""}.pi-cart-solid:before,.menu-item-active>a.menu-item-anchor .pi-cart:before{content:"S"}.pi-cart:before{content:"r"}.pi-case-medical-solid:before,.menu-item-active>a.menu-item-anchor .pi-case-medical:before{content:""}.pi-case-medical:before{content:""}.pi-case-solid:before,.menu-item-active>a.menu-item-anchor .pi-case:before,.menu-item-active>a.menu-item-anchor [tabtitle=Cases]:before{content:""}.pi-case:before,[tabtitle=Cases]:before{content:""}.pi-chain-solid:before,.menu-item-active>a.menu-item-anchor .pi-chain-up:before{content:""}.pi-chain-up:before{content:""}.pi-chain:before{content:"+"}.pi-chart-bar-solid:before,.menu-item-active>a.menu-item-anchor .pi-chart-bar:before,.menu-item-active>a.menu-item-anchor .pi-line-chart:before{content:""}.pi-chart-bar:before,.pi-line-chart:before{content:""}.pi-chart-donut-solid:before,.menu-item-active>a.menu-item-anchor .pi-chart-donut:before{content:""}.pi-chart-donut:before{content:""}.pi-chart-forecast:before{content:""}.pi-chart-line:before{content:""}.pi-chart-pie-solid:before,.menu-item-active>a.menu-item-anchor .pi-chart-pie:before,.menu-item-active>a.menu-item-anchor .pi-pie-chart:before{content:""}.pi-chart-pie:before,.pi-pie-chart:before{content:""}.pi-chart-radar-solid:before,.menu-item-active>a.menu-item-anchor .pi-chart-radar:before{content:""}.pi-chart-radar:before{content:""}.pi-chat-help-solid:before,.menu-item-active>a.menu-item-anchor .pi-chat-help:before{content:""}.pi-chat-help:before{content:"B"}.pi-chat-sentiment-solid:before,.menu-item-active>a.menu-item-anchor .pi-chat-sentiment:before{content:""}.pi-chat-sentiment:before{content:""}.pi-chat-typing-solid:before,.menu-item-active>a.menu-item-anchor .pi-chat-typing:before{content:""}.pi-chat-typing:before{content:"="}.pi-chat-solid:before,.menu-item-active>a.menu-item-anchor .pi-chat:before{content:""}.pi-chat:before{content:""}.pi-chats-solid:before,.menu-item-active>a.menu-item-anchor .pi-chats:before{content:""}.pi-chats:before{content:""}.pi-circle-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-circle-check:before,.menu-item-active>a.menu-item-anchor .pi-check-circle:before,.menu-item-active>a.menu-item-anchor .iconSave:before,.menu-item-active>a.menu-item-anchor .iconSave_on:before,.menu-item-active>a.menu-item-anchor .iconSave_disabled:before{content:""}.pi-circle-check:before,.pi-check-circle:before,.iconSave:before,.iconSave_on:before,.iconSave_disabled:before{content:"K"}.pi-check:before,[tabtitle=Private]:before{content:""}.pi-checkbook:before{content:""}.pi-chevron-solid:before,.menu-item-active>a.menu-item-anchor .pi-chevron:before{content:""}.pi-chevron:before{content:""}.pi-church-solid:before,.menu-item-active>a.menu-item-anchor .pi-church:before{content:""}.pi-church:before{content:""}.pi-circle-solid:before,.pi-circle-filled:before,.menu-item-active>a.menu-item-anchor .pi-circle:before{content:""}.pi-circle-half-left:before,.pi-circle-half-right:before,.pi-circle-half-left-icon:before,.pi-circle-half-up:before,.pi-circle-half-down:before,.pi-circle-mixed-right:before,.pi-circle-mixed-left:before,.pi-circle-mixed-down:before,.pi-circle-mixed-up:before{content:""}.pi-circle-minus-solid:before,.menu-item-active>a.menu-item-anchor .pi-circle-minus:before,.menu-item-active>a.menu-item-anchor .pi-minus-circle:before{content:""}.pi-circle-minus:before,.pi-minus-circle:before{content:"H"}.pi-circle-plus-solid:before,.pi-circle-close-solid:before,.menu-item-active>a.menu-item-anchor .pi-circle-plus:before,.menu-item-active>a.menu-item-anchor .pi-plus-circle:before,.menu-item-active>a.menu-item-anchor .pi-close-circle:before,.menu-item-active>a.menu-item-anchor .pi-circle-close:before,.menu-item-active>a.menu-item-anchor .iconInsert:before,.menu-item-active>a.menu-item-anchor .iconInsert_on:before,.menu-item-active>a.menu-item-anchor .iconInsert_disabled:before,.menu-item-active>a.menu-item-anchor .iconAppend:before,.menu-item-active>a.menu-item-anchor .iconAppend_on:before,.menu-item-active>a.menu-item-anchor .iconAppend_disabled:before,.menu-item-active>a.menu-item-anchor .iconNewItem:before,.menu-item-active>a.menu-item-anchor .iconNewItem_on:before,.menu-item-active>a.menu-item-anchor .iconNewItem_disabled:before{content:""}.pi-circle-plus:before,.pi-plus-circle:before,.pi-close-circle:before,.pi-circle-close:before,.iconInsert:before,.iconInsert_on:before,.iconInsert_disabled:before,.iconAppend:before,.iconAppend_on:before,.iconAppend_disabled:before,.iconNewItem:before,.iconNewItem_on:before,.iconNewItem_disabled:before{content:""}.pi-circle-stacked-mixed:before{content:")"}.pi-circle-stacked-solid:before,.menu-item-active>a.menu-item-anchor .pi-circle-stacked:before{content:""}.pi-circle-stacked:before{content:""}.pi-circle:before{content:""}.pi-city-solid:before,.menu-item-active>a.menu-item-anchor .pi-city:before{content:""}.pi-city:before{content:""}.pi-clipboard-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-clipboard-check:before{content:""}.pi-clipboard-check:before{content:""}.pi-clipboard-data:before,.pi-clipboard-content-icon:before{content:""}.pi-clipboard-data-solid:before,.menu-item-active>a.menu-item-anchor .pi-clipboard-data:before,.menu-item-active>a.menu-item-anchor .pi-clipboard-content-icon:before{content:""}.pi-clipboard-medical-solid:before,.menu-item-active>a.menu-item-anchor .pi-clipboard-medical:before{content:""}.pi-clipboard-medical:before{content:""}.pi-clipboard-plus-solid:before,.menu-item-active>a.menu-item-anchor .pi-clipboard-plus:before{content:"x"}.pi-clipboard-plus:before{content:""}.pi-clipboard-solid:before,.menu-item-active>a.menu-item-anchor .pi-clipboard:before{content:""}.pi-clipboard:before{content:""}.pi-clock-solid:before,.menu-item-active>a.menu-item-anchor .pi-clock:before,.menu-item-active>a.menu-item-anchor [tabtitle=Recent]:before{content:""}.pi-clock:before,[tabtitle=Recent]:before{content:""}.pi-times:before,.iconClose:before,.iconClose_on:before,.iconClose_disabled:before,.iconCloseSmall:before,.yui-panel .container-close:before,.container-close:before,.iconNoShow:before,.iconNoShow_on:before,.iconNoShow_disabled:before{content:""}.pi-cloud-down:before{content:""}.pi-cloud-issue-solid:before,.menu-item-active>a.menu-item-anchor .pi-cloud-issue:before{content:""}.pi-cloud-issue:before{content:""}.pi-cloud-up:before{content:""}.pi-cloud-solid:before,.menu-item-active>a.menu-item-anchor .pi-cloud:before{content:""}.pi-cloud:before{content:"."}.pi-cloudy-solid:before,.menu-item-active>a.menu-item-anchor .pi-cloudy:before{content:""}.pi-cloudy:before{content:""}.pi-code:before,.pi-code-bracket:before{content:""}.pi-column-no-right-edge:before,.pi-column-no-right:before,.pi-column-no-left:before{content:""}.pi-columns-solid:before,.menu-item-active>a.menu-item-anchor .pi-columns:before{content:""}.pi-columns:before{content:""}.pi-command:before{content:""}.pi-compass-solid:before,.menu-item-active>a.menu-item-anchor .pi-compass:before{content:""}.pi-compass:before{content:""}.pi-controller-solid:before,.menu-item-active>a.menu-item-anchor .pi-controller:before{content:""}.pi-controller:before{content:""}.pi-copy-solid:before,.menu-item-active>a.menu-item-anchor .pi-copy:before{content:""}.pi-copy:before{content:""}.pi-credit-solid:before,.menu-item-active>a.menu-item-anchor .pi-credit:before{content:"V"}.pi-credit:before{content:""}.pi-crop:before{content:""}.pi-cuppa-solid:before,.menu-item-active>a.menu-item-anchor .pi-cuppa:before{content:""}.pi-cuppa:before{content:""}.pi-data-solid:before,.pi-dot-9-solid:before,.menu-item-active>a.menu-item-anchor .pi-data:before,.menu-item-active>a.menu-item-anchor .pi-dot-9:before,.menu-item-active>a.menu-item-anchor [tabtitle=Data]:before{content:""}.pi-data:before,.pi-dot-9:before,[tabtitle=Data]:before{content:""}.pi-desktop-solid:before,.menu-item-active>a.menu-item-anchor .pi-desktop:before{content:""}.pi-desktop:before{content:""}.pi-disc-stack-solid:before,.menu-item-active>a.menu-item-anchor .pi-disc-stack:before{content:""}.pi-disc-stack:before{content:""}.pi-distribute-item-center-solid:before,.pi-distribute-item-vert-center-solid:before,.menu-item-active>a.menu-item-anchor .pi-distribute-item-center:before,.menu-item-active>a.menu-item-anchor .pi-distribute-item-vert-center:before{content:""}.pi-distribute-item-center:before,.pi-distribute-item-vert-center:before{content:""}.pi-dna:before{content:""}.pi-document-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-check:before{content:""}.pi-document-check:before{content:""}.pi-document-compress-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-compress:before{content:""}.pi-document-compress:before{content:""}.pi-document-data-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-data:before{content:""}.pi-document-data:before{content:""}.pi-document-download-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-download:before{content:""}.pi-document-download:before{content:""}.pi-document-minus-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-minus:before{content:""}.pi-document-minus:before{content:"&"}.pi-document-plus-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-plus:before,.menu-item-active>a.menu-item-anchor .iconCopy:before,.menu-item-active>a.menu-item-anchor .iconCopy_on:before,.menu-item-active>a.menu-item-anchor .iconCopy_disabled:before{content:""}.pi-document-plus:before,.iconCopy:before,.iconCopy_on:before,.iconCopy_disabled:before{content:""}.pi-document-solid:before,.menu-item-active>a.menu-item-anchor .pi-document:before{content:""}.pi-document-pdf,.pi-document-ppt,.pi-document-doc,.pi-document-xls{position:relative}.pi-document:before,.pi-document-pdf:before,.pi-document-ppt:before,.pi-document-doc:before,.pi-document-xls:before{content:"'"}.pi-document-pdf:after,.pi-document-ppt:after,.pi-document-doc:after,.pi-document-xls:after{-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;direction:ltr;font-family:Inter,sans-serif;font-size:.35em!important;font-weight:700;left:50%;position:absolute;top:1.8em;transform:translate(-50%);user-select:none}.pi-document-doc:after{content:"DOC"}.pi-document-pdf:after{content:"PDF"}.pi-document-xls:after{content:"XLS"}.pi-document-ppt:after{content:"PPT"}.pi-document-upload-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-upload:before{content:""}.pi-document-upload:before{content:""}.pi-documents-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-documents-check:before{content:""}.pi-documents-check:before{content:""}.pi-documents-data-solid:before,.menu-item-active>a.menu-item-anchor .pi-documents-data:before{content:""}.pi-documents-data:before{content:""}.pi-documents-solid:before,.menu-item-active>a.menu-item-anchor .pi-documents:before{content:""}.pi-documents:before{content:""}.pi-docusign:before{content:""}.pi-dollar-sign-solid:before,.menu-item-active>a.menu-item-anchor .pi-dollar-sign:before{content:"R"}.pi-dollar-sign:before{content:""}.pi-down-arrow-filter-text:before{content:""}.pi-download:before{content:""}.pi-drag:before{content:""}.pi-drink-solid:before,.menu-item-active>a.menu-item-anchor .pi-drink:before{content:""}.pi-drink:before{content:""}.pi-earth-solid:before,.menu-item-active>a.menu-item-anchor .pi-earth:before{content:""}.pi-earth:before{content:""}.pi-edit-shape-solid:before,.menu-item-active>a.menu-item-anchor .pi-edit-shape:before{content:""}.pi-edit-shape:before{content:""}.pi-erase-solid:before,.menu-item-active>a.menu-item-anchor .pi-erase:before{content:""}.pi-erase:before{content:""}.pi-error-filled:before,.pi-warn-solid:before{content:""}.pi-eye-off-solid:before,.menu-item-active>a.menu-item-anchor .pi-eye-off:before{content:""}.pi-eye-off:before{content:""}.pi-eye-solid:before,.menu-item-active>a.menu-item-anchor .pi-eye:before,.menu-item-active>a.menu-item-anchor .iconContents:before,.menu-item-active>a.menu-item-anchor .iconContents_on:before,.menu-item-active>a.menu-item-anchor .iconContents_disabled:before{content:"O"}.pi-eye:before,.iconContents:before,.iconContents_on:before,.iconContents_disabled:before{content:""}.pi-face-blank-solid:before,.menu-item-active>a.menu-item-anchor .pi-face-blank:before{content:""}.pi-face-blank:before{content:""}.pi-face-happy-solid:before,.menu-item-active>a.menu-item-anchor .pi-face-happy:before{content:""}.pi-face-happy:before{content:"4"}.pi-face-sad-solid:before,.menu-item-active>a.menu-item-anchor .pi-face-sad:before{content:""}.pi-face-sad:before{content:""}.pi-facebook:before{content:""}.pi-farm-solid:before,.menu-item-active>a.menu-item-anchor .pi-farm:before{content:""}.pi-farm:before{content:""}.pi-fast-forward-solid:before,.pi-rewind-solid:before,.menu-item-active>a.menu-item-anchor .pi-fast-forward:before,.menu-item-active>a.menu-item-anchor .pi-rewind:before{content:"n"}.pi-fast-forward:before,.pi-rewind:before{content:"W"}.pi-filter-on:before{content:""}.pi-filter:before,.pi-filter-filled:before{content:""}.pi-fire-solid:before,.menu-item-active>a.menu-item-anchor .pi-fire:before{content:""}.pi-fire:before{content:""}.pi-flag-finish:before{content:""}.pi-flag-wave-solid:before,.menu-item-active>a.menu-item-anchor .pi-flag-wave:before{content:"N"}.pi-flag-wave:before{content:""}.pi-flag-solid:before,.menu-item-active>a.menu-item-anchor .pi-flag:before{content:"J"}.pi-flag:before{content:"2"}.pi-flashlight-solid:before,.pi-flashlight-ne-solid:before,.menu-item-active>a.menu-item-anchor .pi-flashlight:before,.menu-item-active>a.menu-item-anchor .pi-flashlight-ne:before{content:""}.pi-flashlight:before,.pi-flashlight-ne:before{content:":"}.pi-folder-close-solid:before,.menu-item-active>a.menu-item-anchor .pi-folder-close:before{content:""}.pi-folder-close:before{content:""}.pi-folder-closed-solid:before,.menu-item-active>a.menu-item-anchor .pi-folder-closed:before{content:""}.pi-folder-closed:before{content:""}.pi-folder-dollar-solid:before,.menu-item-active>a.menu-item-anchor .pi-folder-dollar:before{content:""}.pi-folder-dollar:before{content:""}.pi-folder-nested-solid:before,.menu-item-active>a.menu-item-anchor .pi-folder-nested:before{content:"v"}.pi-folder-nested:before{content:""}.pi-folder-plus-solid:before,.menu-item-active>a.menu-item-anchor .pi-folder-plus:before{content:""}.pi-folder-plus:before{content:"@"}.pi-folder-solid:before,.menu-item-active>a.menu-item-anchor .pi-folder:before{content:""}.pi-folder:before{content:""}.pi-folders-solid:before,.menu-item-active>a.menu-item-anchor .pi-folders:before{content:""}.pi-folders:before{content:""}.pi-function:before{content:""}.pi-gauge-solid:before,.menu-item-active>a.menu-item-anchor .pi-gauge:before{content:""}.pi-gauge:before{content:"f"}.pi-gear-solid:before,.menu-item-active>a.menu-item-anchor .pi-gear:before,.menu-item-active>a.menu-item-anchor .iconExplore:before,.menu-item-active>a.menu-item-anchor .iconExplore_on:before,.menu-item-active>a.menu-item-anchor .iconExplore_disabled:before,.menu-item-active>a.menu-item-anchor .iconUpdate:before,.menu-item-active>a.menu-item-anchor .iconUpdate_on:before,.menu-item-active>a.menu-item-anchor .iconUpdate_disabled:before{content:""}.pi-gear:before,.iconExplore:before,.iconExplore_on:before,.iconExplore_disabled:before,.iconUpdate:before,.iconUpdate_on:before,.iconUpdate_disabled:before{content:""}.pi-gender-female:before{content:"~"}.pi-gender-male:before{content:"\\"}.pi-glasses-solid:before,.menu-item-active>a.menu-item-anchor .pi-glasses:before,.menu-item-active>a.menu-item-anchor .pi-reading-glasses:before,.menu-item-active>a.menu-item-anchor .iconReview:before,.menu-item-active>a.menu-item-anchor .iconReview_on:before,.menu-item-active>a.menu-item-anchor .iconReview_disabled:before{content:""}.pi-glasses:before,.pi-reading-glasses:before,.iconReview:before,.iconReview_on:before,.iconReview_disabled:before{content:""}.pi-globe-solid:before,.menu-item-active>a.menu-item-anchor .pi-globe:before,.menu-item-active>a.menu-item-anchor .pi-globe-2:before{content:""}.pi-globe:before,.pi-globe-2:before{content:"/"}.pi-google-plus:before{content:"E"}.pi-government-solid:before,.menu-item-active>a.menu-item-anchor .pi-government-1:before,.menu-item-active>a.menu-item-anchor .pi-government:before{content:""}.pi-government-1:before,.pi-government:before{content:"|"}.pi-grad-solid:before,.menu-item-active>a.menu-item-anchor .pi-grad:before{content:""}.pi-grad:before{content:""}.pi-grid-solid:before,.menu-item-active>a.menu-item-anchor .pi-grid-hollow:before,.menu-item-active>a.menu-item-anchor .pi-grid:before{content:""}.pi-grid-hollow:before,.pi-grid:before{content:""}.pi-hand-solid:before,.menu-item-active>a.menu-item-anchor .pi-hand:before{content:""}.pi-hand:before{content:""}.pi-handshake-solid:before,.menu-item-active>a.menu-item-anchor .pi-handshake:before{content:"j"}.pi-handshake:before{content:""}.pi-hanger:before{content:""}.pi-headline-solid:before,.menu-item-active>a.menu-item-anchor .pi-headline:before{content:""}.pi-headline:before{content:""}.pi-headphone-solid:before,.menu-item-active>a.menu-item-anchor .pi-headphone:before{content:""}.pi-headphone:before{content:""}.pi-headset:before{content:""}.pi-heart-mixed:before{content:""}.pi-heart-pulse-solid:before,.menu-item-active>a.menu-item-anchor .pi-heart-pulse:before{content:""}.pi-heart-pulse:before{content:""}.pi-heart-solid:before,.menu-item-active>a.menu-item-anchor .pi-heart:before{content:""}.pi-heart:before{content:"U"}.pi-help-solid:before,.menu-item-active>a.menu-item-anchor .pi-help:before,.menu-item-active>a.menu-item-anchor .iconHelp:before,.menu-item-active>a.menu-item-anchor .iconHelp_on:before,.menu-item-active>a.menu-item-anchor .iconHelp_disabled:before{content:""}.pi-help:before,.iconHelp:before,.iconHelp_on:before,.iconHelp_disabled:before{content:""}.pi-history-solid:before,.menu-item-active>a.menu-item-anchor .pi-history:before,.menu-item-active>a.menu-item-anchor .iconHistory:before,.menu-item-active>a.menu-item-anchor .iconHistory_on:before,.menu-item-active>a.menu-item-anchor .iconHistory_disabled:before{content:"b"}.pi-history:before,.iconHistory:before,.iconHistory_on:before,.iconHistory_disabled:before{content:""}.pi-home-2:before,.pi-home-alt:before{content:"^"}.pi-home-alt-solid:before,.menu-item-active>a.menu-item-anchor .pi-home-2:before,.menu-item-active>a.menu-item-anchor .pi-home-alt:before{content:""}.pi-home-solid:before,.menu-item-active>a.menu-item-anchor .pi-home:before{content:""}.pi-home:before{content:""}.pi-pegasus:before{content:""}.pi-inbox-data-solid:before,.menu-item-active>a.menu-item-anchor .pi-inbox-data:before{content:"("}.pi-inbox-data:before{content:"$"}.pi-inbox-solid:before,.pi-inbox-empty-solid:before,.menu-item-active>a.menu-item-anchor .pi-inbox-empty:before,.menu-item-active>a.menu-item-anchor .pi-inbox:before{content:"!"}.pi-inbox-empty:before,.pi-inbox:before{content:"t"}.pi-information-solid:before,.menu-item-active>a.menu-item-anchor .pi-information:before{content:""}.pi-information:before{content:""}.pi-infinity:before{content:""}.pi-ink-solid:before,.menu-item-active>a.menu-item-anchor .pi-ink:before{content:""}.pi-ink:before{content:""}.pi-inspect:before,.pi-inspect-1:before{content:""}.pi-interact:before{content:""}.pi-ios-face-id:before{content:""}.pi-ios-finger-id:before{content:""}.pi-key:before{content:""}.pi-keyboard-solid:before,.menu-item-active>a.menu-item-anchor .pi-keyboard:before{content:""}.pi-keyboard:before{content:""}.pi-knight-solid:before,.menu-item-active>a.menu-item-anchor .pi-knight:before{content:""}.pi-knight:before{content:""}.pi-knobs-solid:before,.pi-knobs-alt-solid:before,.menu-item-active>a.menu-item-anchor .pi-knobs:before,.menu-item-active>a.menu-item-anchor .pi-knobs-alt:before{content:""}.pi-knobs:before,.pi-knobs-alt:before{content:""}.pi-laptop-solid:before,.menu-item-active>a.menu-item-anchor .pi-laptop:before{content:""}.pi-laptop:before{content:'"'}.pi-layers-solid:before,.menu-item-active>a.menu-item-anchor .pi-layers:before,.menu-item-active>a.menu-item-anchor .rotate-tabs-header[tabtitle=Records]:before{content:""}.pi-layers:before,.rotate-tabs-header[tabtitle=Records]:before{content:""}.pi-layout-solid:before,.menu-item-active>a.menu-item-anchor .pi-layout:before{content:""}.pi-layout:before{content:""}.pi-leaf-solid:before,.menu-item-active>a.menu-item-anchor .pi-leaf:before{content:""}.pi-leaf:before{content:""}.pi-legal:before{content:""}.pi-letter-solid:before,.menu-item-active>a.menu-item-anchor .pi-letter:before{content:""}.pi-letter:before{content:""}.pi-life-ring-solid:before,.menu-item-active>a.menu-item-anchor .pi-life-ring-2:before,.menu-item-active>a.menu-item-anchor .pi-life-ring:before{content:""}.pi-life-ring-2:before,.pi-life-ring:before{content:""}.pi-linkedin:before{content:""}.pi-list:before{content:""}.pi-location-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-location-check:before{content:""}.pi-location-check:before{content:""}.pi-location-solid:before,.menu-item-active>a.menu-item-anchor .pi-location:before,.menu-item-active>a.menu-item-anchor .iconLocation:before,.menu-item-active>a.menu-item-anchor .iconLocation_on:before,.menu-item-active>a.menu-item-anchor .iconLocation_disabled:before{content:""}.pi-location:before,.iconLocation:before,.iconLocation_on:before,.iconLocation_disabled:before{content:""}.pi-locations-solid:before,.menu-item-active>a.menu-item-anchor .pi-locations:before{content:""}.pi-locations:before{content:"8"}.pi-lock-closed-solid:before,.menu-item-active>a.menu-item-anchor .pi-lock-closed:before{content:""}.pi-lock-closed:before{content:""}.pi-lock-open-solid:before,.menu-item-active>a.menu-item-anchor .pi-lock-open:before{content:""}.pi-lock-open:before{content:"0"}.pi-magnet-solid:before,.menu-item-active>a.menu-item-anchor .pi-magnet:before{content:""}.pi-magnet:before{content:""}.pi-mail-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-mail-check:before{content:""}.pi-mail-check:before{content:""}.pi-mail-plus-solid:before,.menu-item-active>a.menu-item-anchor .pi-mail-plus:before{content:""}.pi-mail-plus:before{content:""}.pi-mail-solid:before,.menu-item-active>a.menu-item-anchor .pi-mail:before{content:""}.pi-mail:before{content:"D"}.pi-mailbox-solid:before,.menu-item-active>a.menu-item-anchor .pi-mailbox:before{content:""}.pi-mailbox:before{content:""}.pi-map-sigma-solid:before,.menu-item-active>a.menu-item-anchor .pi-map-sigma:before{content:""}.pi-map-sigma:before{content:""}.pi-map-solid:before,.menu-item-active>a.menu-item-anchor .pi-map:before{content:""}.pi-map:before{content:""}.pi-material-finger:before{content:""}.pi-medal:before{content:""}.pi-megaphone-solid:before,.menu-item-active>a.menu-item-anchor .pi-megaphone:before{content:""}.pi-megaphone:before{content:""}.pi-mic-off-solid:before,.menu-item-active>a.menu-item-anchor .pi-mic-off:before{content:""}.pi-mic-off:before{content:""}.pi-mic-solid:before,.menu-item-active>a.menu-item-anchor .pi-mic:before{content:""}.pi-mic:before{content:""}.pi-minus:before,.pi-minus-box:before,.iconCollapseAll:before,.iconCollapseAll_on:before,.iconCollapseAll_disabled:before{content:""}.pi-mobile-phone-solid:before,.menu-item-active>a.menu-item-anchor .pi-mobile-phone:before{content:""}.pi-mobile-phone:before{content:""}.pi-money-send-solid:before,.menu-item-active>a.menu-item-anchor .pi-money-send:before{content:""}.pi-money-send:before{content:""}.pi-money-solid:before,.menu-item-active>a.menu-item-anchor .pi-money:before{content:""}.pi-money:before{content:""}.pi-monkey-solid:before,.menu-item-active>a.menu-item-anchor .pi-monkey:before{content:"p"}.pi-monkey:before{content:""}.pi-moon-solid:before,.menu-item-active>a.menu-item-anchor .pi-moon:before{content:""}.pi-moon:before{content:""}.pi-more:before,.pi-dot-3:before,.pi-dot-3-horz:before,.pi-more-alt:before,.pi-dot-3-alt:before,.pi-dot-3-solid:before,.pi-dot-3-alt-solid:before{content:""}.pi-move-left-solid:before,.pi-move-right-solid:before,.pi-move-up-solid:before,.pi-move-down-solid:before,.menu-item-active>a.menu-item-anchor .pi-move-up:before,.menu-item-active>a.menu-item-anchor .pi-move-left:before,.menu-item-active>a.menu-item-anchor .pi-move-right:before,.menu-item-active>a.menu-item-anchor .pi-move-down:before{content:""}.pi-move-up:before,.pi-move-left:before,.pi-move-right:before,.pi-move-down:before{content:"3"}.pi-moving:before{content:""}.pi-multi-device-solid:before,.menu-item-active>a.menu-item-anchor .pi-multi-device:before{content:""}.pi-multi-device:before{content:""}.pi-music-solid:before,.menu-item-active>a.menu-item-anchor .pi-music:before{content:""}.pi-music:before{content:""}.pi-navigation-solid:before,.menu-item-active>a.menu-item-anchor .pi-navigation:before{content:""}.pi-navigation:before{content:""}.pi-node-solid:before,.menu-item-active>a.menu-item-anchor .pi-node:before{content:""}.pi-node:before{content:""}.pi-nodes-down-solid:before,.pi-nodes-up-solid:before,.pi-nodes-right-solid:before,.pi-nodes-left-solid:before,.menu-item-active>a.menu-item-anchor .pi-nodes-down:before,.menu-item-active>a.menu-item-anchor .pi-nodes-left:before,.menu-item-active>a.menu-item-anchor .pi-nodes-right:before,.menu-item-active>a.menu-item-anchor .pi-nodes-up:before{content:""}.pi-nodes-down:before,.pi-nodes-left:before,.pi-nodes-right:before,.pi-nodes-up:before{content:""}.pi-notepad-empty-solid:before,.menu-item-active>a.menu-item-anchor .pi-notepad-empty:before{content:""}.pi-notepad-empty:before{content:""}.pi-notepad-solid:before,.menu-item-active>a.menu-item-anchor .pi-notepad:before{content:""}.pi-notepad:before{content:""}.pi-notes-solid:before,.menu-item-active>a.menu-item-anchor .pi-notes:before{content:""}.pi-notes:before{content:""}.pi-notification-solid:before,.menu-item-active>a.menu-item-anchor .pi-notification:before{content:"A"}.pi-notification:before{content:"*"}.pi-open:before{content:"y"}.pi-opportunity-solid:before,.menu-item-active>a.menu-item-anchor .pi-opportunity:before{content:""}.pi-opportunity:before{content:""}.pi-or-delete:before{content:""}.pi-os-android:before{content:""}.pi-os-apple:before{content:""}.pi-os-windows:before{content:""}.pi-package-solid:before,.menu-item-active>a.menu-item-anchor .pi-package:before{content:"9"}.pi-package:before{content:"s"}.pi-paper-clip:before,.iconAttachment:before,.iconAttachment_on:before,.iconAttachment_disabled:before{content:""}.pi-passbook-solid:before,.menu-item-active>a.menu-item-anchor .pi-passbook:before{content:""}.pi-passbook:before{content:""}.pi-pause-solid:before,.menu-item-active>a.menu-item-anchor .pi-pause:before{content:"m"}.pi-pause:before{content:""}.pi-paypal:before{content:"1"}.pi-pega-express:before{content:""}.pi-pega:before{content:""}.pi-pen-solid:before,.menu-item-active>a.menu-item-anchor .pi-pen:before{content:""}.pi-pen:before{content:""}.pi-pencil-solid:before,.menu-item-active>a.menu-item-anchor .pi-pencil:before,.menu-item-active>a.menu-item-anchor .pi-pencil-edit:before,.menu-item-active>a.menu-item-anchor .pi-pencil-with-line:before{content:""}.pi-pencil:before,.pi-pencil-edit:before,.pi-pencil-with-line:before{content:""}.pi-person-solid:before,.menu-item-active>a.menu-item-anchor .pi-person:before{content:""}.pi-person:before{content:""}.pi-phone-call-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone-call:before{content:""}.pi-phone-call:before{content:""}.pi-phone-disabled-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone-disabled:before{content:""}.pi-phone-disabled:before{content:""}.pi-phone-in-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone-in:before{content:""}.pi-phone-in:before{content:""}.pi-phone-out-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone-out:before{content:""}.pi-phone-out:before{content:""}.pi-phone-pause-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone-pause:before{content:""}.pi-phone-pause:before{content:""}.pi-phone-split-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone-split:before{content:""}.pi-phone-split:before{content:""}.pi-phone-solid:before,.pi-phone-hangup-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone:before,.menu-item-active>a.menu-item-anchor .pi-phone-hangup:before{content:""}.pi-phone:before,.pi-phone-hangup:before{content:"#"}.pi-picture-solid:before,.menu-item-active>a.menu-item-anchor .pi-picture:before,.menu-item-active>a.menu-item-anchor .pi-image:before,.menu-item-active>a.menu-item-anchor .iconBlank:before,.menu-item-active>a.menu-item-anchor .iconBlank_on:before,.menu-item-active>a.menu-item-anchor .iconBlank_disabled:before{content:""}.pi-picture:before,.pi-image:before,.iconBlank:before,.iconBlank_on:before,.iconBlank_disabled:before{content:""}.pi-piggybank-solid:before,.menu-item-active>a.menu-item-anchor .pi-piggybank:before{content:""}.pi-piggybank:before{content:""}.pi-pin-solid:before,.menu-item-active>a.menu-item-anchor .pi-pin:before{content:""}.pi-pin:before{content:""}.pi-pipeline-solid:before,.menu-item-active>a.menu-item-anchor .pi-pipeline:before{content:""}.pi-pipeline:before{content:""}.pi-plane-solid:before,.menu-item-active>a.menu-item-anchor .pi-plane:before{content:""}.pi-plane:before{content:"d"}.pi-plant-solid:before,.menu-item-active>a.menu-item-anchor .pi-plant:before{content:"h"}.pi-plant:before{content:""}.pi-play-solid:before,.menu-item-active>a.menu-item-anchor .pi-play:before{content:"o"}.pi-play:before{content:""}.pi-playbook-solid:before,.menu-item-active>a.menu-item-anchor .pi-playbook:before{content:""}.pi-playbook:before{content:""}.pi-plug-solid:before,.menu-item-active>a.menu-item-anchor .pi-plug:before,.menu-item-active>a.menu-item-anchor .pi-plug-connected:before,.menu-item-active>a.menu-item-anchor .pi-plug-disconnected:before,.menu-item-active>a.menu-item-anchor .pi-connector:before,.menu-item-active>a.menu-item-anchor .pi-plug-connect-icon-top-fill:before,.menu-item-active>a.menu-item-anchor .pi-plug-connect-icon-bottom-fill:before{content:""}.pi-plug:before,.pi-plug-connected:before,.pi-plug-disconnected:before,.pi-connector:before,.pi-plug-connect-icon-top-fill:before,.pi-plug-connect-icon-bottom-fill:before{content:""}.pi-plus-between-left-column:before,.pi-plus-between-right-column:before{content:""}.pi-plus-line-above-below:before,.iconInsertRow:before,.iconInsertRow_on:before,.iconInsertRow_disabled:before{content:""}.pi-plus-line-above:before,.pi-plus-line-below:before{content:""}.pi-plus-line-left:before,.pi-plus-line-right:before{content:""}.pi-plus:before,.pi-plus-box:before,.pi-close-box:before,.container-close:before,.iconAppendRow:before,.iconAppendRow_on:before,.iconAppendRow_disabled:before,.iconExpandAll:before,.iconExpandAll_on:before,.iconExpandAll_disabled:before{content:""}.pi-podium-solid:before,.menu-item-active>a.menu-item-anchor .pi-podium:before{content:"k"}.pi-podium:before{content:""}.pi-polaris-solid:before,.menu-item-active>a.menu-item-anchor .pi-polaris:before{content:""}.pi-polaris:before{content:""}.pi-pong-solid:before,.menu-item-active>a.menu-item-anchor .pi-pong:before{content:""}.pi-pong:before{content:""}.pi-potion-solid:before,.menu-item-active>a.menu-item-anchor .pi-potion:before{content:""}.pi-potion:before{content:""}.pi-power:before{content:""}.pi-print-solid:before,.pi-printer-solid:before,.menu-item-active>a.menu-item-anchor .pi-print:before,.menu-item-active>a.menu-item-anchor .pi-printer:before,.menu-item-active>a.menu-item-anchor .iconPrint:before,.menu-item-active>a.menu-item-anchor .iconPrint_on:before,.menu-item-active>a.menu-item-anchor .iconPrint_disabled:before{content:"g"}.pi-print:before,.pi-printer:before,.iconPrint:before,.iconPrint_on:before,.iconPrint_disabled:before{content:""}.pi-processor-solid:before,.menu-item-active>a.menu-item-anchor .pi-processor:before{content:","}.pi-processor:before{content:""}.pi-puzzle-solid:before,.menu-item-active>a.menu-item-anchor .pi-puzzle:before{content:""}.pi-puzzle:before{content:""}.pi-qr:before{content:""}.pi-quill:before{content:""}.pi-rabbit:before{content:""}.pi-radio-solid:before,.menu-item-active>a.menu-item-anchor .pi-radio:before{content:""}.pi-radio:before{content:""}.pi-rain-solid:before,.menu-item-active>a.menu-item-anchor .pi-rain:before{content:""}.pi-rain:before{content:""}.pi-receipt-solid:before,.menu-item-active>a.menu-item-anchor .pi-receipt:before,.menu-item-active>a.menu-item-anchor .pi-reciept:before{content:""}.pi-receipt:before,.pi-reciept:before{content:""}.pi-reply-solid:before,.pi-forward-solid:before,.menu-item-active>a.menu-item-anchor .pi-forward:before,.menu-item-active>a.menu-item-anchor .pi-reply:before,.menu-item-active>a.menu-item-anchor .iconReopen:before,.menu-item-active>a.menu-item-anchor .iconReopen_on:before,.menu-item-active>a.menu-item-anchor .iconReopen_disabled:before{content:""}.pi-forward:before,.pi-reply:before,.iconReopen:before,.iconReopen_on:before,.iconReopen_disabled:before{content:""}.pi-reply-all-solid:before,.menu-item-active>a.menu-item-anchor .pi-reply-all:before{content:""}.pi-reply-all:before{content:""}.pi-required:before{content:""}.pi-reset:before,.pi-refresh:before,.iconRefresh:before,.iconRefresh_on:before,.iconRefresh_disabled:before{content:""}.pi-return:before,.pi-redo:before,.pi-undo:before,.iconUndelete:before,.iconUndelete_on:before,.iconUndelete_disabled:before{content:""}.pi-robot-sad-solid:before,.menu-item-active>a.menu-item-anchor .pi-robot-sad:before{content:""}.pi-robot-sad:before{content:""}.pi-robot-solid:before,.menu-item-active>a.menu-item-anchor .pi-robot:before{content:""}.pi-robot:before{content:""}.pi-rocket-solid:before,.menu-item-active>a.menu-item-anchor .pi-rocket:before,.menu-item-active>a.menu-item-anchor .iconDefault:before,.menu-item-active>a.menu-item-anchor .iconDefault_on:before,.menu-item-active>a.menu-item-anchor .iconDefault_disabled:before{content:""}.pi-rocket:before,.iconDefault:before,.iconDefault_on:before,.iconDefault_disabled:before{content:""}.pi-roller-solid:before,.menu-item-active>a.menu-item-anchor .pi-roller:before{content:""}.pi-roller:before{content:""}.pi-route-solid:before,.menu-item-active>a.menu-item-anchor .pi-route:before{content:""}.pi-route:before{content:""}.pi-row-delete:before,.pi-column-delete:before{content:""}.pi-row-insert:before,.pi-column-insert:before{content:""}.pi-row-left-fill:before,.pi-row-right-fill:before,.pi-column-top-fill:before{content:""}.pi-row-solid:before,.menu-item-active>a.menu-item-anchor .pi-row:before,.menu-item-active>a.menu-item-anchor .pi-row-hollow:before{content:""}.pi-row:before,.pi-row-hollow:before{content:""}.pi-scale-down:before{content:""}.pi-scale-up-solid:before,.menu-item-active>a.menu-item-anchor .pi-scale-up:before{content:"G"}.pi-scale-up:before{content:""}.pi-school-solid:before,.menu-item-active>a.menu-item-anchor .pi-school:before{content:""}.pi-school:before{content:""}.pi-scissors:before{content:""}.pi-script-solid:before,.menu-item-active>a.menu-item-anchor .pi-script:before{content:""}.pi-script:before{content:""}.pi-search-2:before,.pi-search:before{content:""}.pi-search-analytics-solid:before,.menu-item-active>a.menu-item-anchor .pi-search-analytics:before{content:""}.pi-search-analytics:before{content:""}.pi-search-case:before{content:""}.pi-search-fill:before,.pi-search-solid:before{content:""}.pi-search-org:before{content:""}.pi-search-table:before{content:""}.pi-send-solid:before,.menu-item-active>a.menu-item-anchor .pi-send:before{content:""}.pi-send:before{content:""}.pi-server-cloud-solid:before,.menu-item-active>a.menu-item-anchor .pi-server-cloud:before{content:""}.pi-server-cloud:before{content:""}.pi-server-solid:before,.menu-item-active>a.menu-item-anchor .pi-server:before{content:""}.pi-server:before{content:""}.pi-sextant:before{content:""}.pi-share-point-up-solid:before,.pi-share-solid:before,.menu-item-active>a.menu-item-anchor .pi-share-this:before,.menu-item-active>a.menu-item-anchor .pi-share-point-up:before,.menu-item-active>a.menu-item-anchor .pi-share:before,.menu-item-active>a.menu-item-anchor .iconRelationship:before,.menu-item-active>a.menu-item-anchor .iconRelationship_on:before,.menu-item-active>a.menu-item-anchor .iconRelationship_disabled:before{content:""}.pi-share-this:before,.pi-share-point-up:before,.pi-share:before,.iconRelationship:before,.iconRelationship_on:before,.iconRelationship_disabled:before{content:""}.pi-shield-solid:before,.menu-item-active>a.menu-item-anchor .pi-shield:before{content:""}.pi-shield:before{content:""}.pi-shoe-solid:before,.menu-item-active>a.menu-item-anchor .pi-shoe:before{content:""}.pi-shoe:before{content:""}.pi-shuffle:before{content:""}.pi-sigma:before{content:""}.pi-signpost-solid:before,.menu-item-active>a.menu-item-anchor .pi-signpost:before{content:""}.pi-signpost:before{content:""}.pi-sim-card-solid:before,.menu-item-active>a.menu-item-anchor .pi-sim-card:before{content:""}.pi-sim-card:before{content:""}.pi-six-square-grid:before,.pi-dot-6:before,.pi-drag:before{content:""}.pi-slideshow-solid:before,.menu-item-active>a.menu-item-anchor .pi-slideshow:before{content:"l"}.pi-slideshow:before{content:"["}.pi-snail:before{content:""}.pi-snow:before{content:""}.pi-social-solid:before,.menu-item-active>a.menu-item-anchor .pi-social:before{content:""}.pi-social:before{content:""}.pi-sort:before{content:""}.pi-speaker-mute-solid:before,.menu-item-active>a.menu-item-anchor .pi-speaker-mute:before{content:""}.pi-speaker-mute:before{content:""}.pi-speaker-off-solid:before,.menu-item-active>a.menu-item-anchor .pi-speaker-off:before{content:""}.pi-speaker-off:before{content:""}.pi-speaker-on-solid:before,.menu-item-active>a.menu-item-anchor .pi-speaker-on:before{content:""}.pi-speaker-on:before{content:""}.pi-speaker-solid:before,.menu-item-active>a.menu-item-anchor .pi-speaker:before{content:"Z"}.pi-speaker:before{content:""}.pi-spellcheck:before,.iconSpellChecker:before,.iconSpellChecker_on:before,.iconSpellChecker_disabled:before,.iconSpellChecking:before,.iconSpellChecking_on:before,.iconSpellChecking_disabled:before{content:""}.pi-spinner:before{content:""}.pi-square-solid:before,.menu-item-active>a.menu-item-anchor .pi-square:before,.menu-item-active>a.menu-item-anchor .pi-square-rot45:before{content:""}.pi-square:before,.pi-square-rot45:before{content:""}.pi-star-mixed:before{content:""}.pi-star-filled:before,.pi-star-solid:before,.menu-item-active>a.menu-item-anchor .pi-star:before,.menu-item-active>a.menu-item-anchor .pi-star-1:before,.menu-item-active>a.menu-item-anchor .pi-star-2:before,.menu-item-active>a.menu-item-anchor [tabtitle=Favorite]:before{content:""}.pi-star:before,.pi-star-1:before,.pi-star-2:before,[tabtitle=Favorite]:before{content:""}.pi-steps-solid:before,.menu-item-active>a.menu-item-anchor .pi-steps:before{content:""}.pi-steps:before{content:""}.pi-stethoscope-solid:before,.menu-item-active>a.menu-item-anchor .pi-stethoscope:before{content:""}.pi-stethoscope:before{content:""}.pi-stoplight-solid:before,.menu-item-active>a.menu-item-anchor .pi-stoplight:before{content:""}.pi-stoplight:before{content:""}.pi-stopwatch-solid:before,.menu-item-active>a.menu-item-anchor .pi-stopwatch:before{content:""}.pi-stopwatch:before{content:""}.pi-store-solid:before,.menu-item-active>a.menu-item-anchor .pi-store-1:before,.menu-item-active>a.menu-item-anchor .pi-store:before{content:""}.pi-store-1:before,.pi-store:before{content:"?"}.pi-sun-solid:before,.pi-black-hole-sun:before,.menu-item-active>a.menu-item-anchor .pi-sun:before{content:""}.pi-sun:before{content:""}.pi-swipe-left-solid:before,.pi-swipe-right-solid:before,.menu-item-active>a.menu-item-anchor .pi-swipe-right:before,.menu-item-active>a.menu-item-anchor .pi-swipe-left:before{content:""}.pi-swipe-right:before,.pi-swipe-left:before{content:""}.pi-tablet-solid:before,.menu-item-active>a.menu-item-anchor .pi-tablet:before{content:""}.pi-tablet:before{content:""}.pi-tag-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-tag-check:before,.menu-item-active>a.menu-item-anchor .pi-tag-success:before{content:""}.pi-tag-check:before,.pi-tag-success:before{content:"7"}.pi-tag-close-solid:before,.menu-item-active>a.menu-item-anchor .pi-tag-close:before,.menu-item-active>a.menu-item-anchor .pi-tag-delete:before{content:""}.pi-tag-close:before,.pi-tag-delete:before{content:"6"}.pi-tag-solid:before,.menu-item-active>a.menu-item-anchor .pi-tag:before{content:""}.pi-tag:before{content:"a"}.pi-target-solid:before,.menu-item-active>a.menu-item-anchor .pi-target:before,.menu-item-active>a.menu-item-anchor .iconLookup:before,.menu-item-active>a.menu-item-anchor .iconLookup_on:before,.menu-item-active>a.menu-item-anchor .iconLookup_disabled:before,.menu-item-active>a.menu-item-anchor .iconOpenRule:before,.menu-item-active>a.menu-item-anchor .iconOpenRule_on:before,.menu-item-active>a.menu-item-anchor .iconOpenRule_disabled:before,.menu-item-active>a.menu-item-anchor th.cellCont .iconOpenRule:before,.menu-item-active>a.menu-item-anchor th.cellCont .iconOpenRule_on:before,.menu-item-active>a.menu-item-anchor th.cellCont .iconOpenRule_disabled:before,.menu-item-active>a.menu-item-anchor tr.cellCont td.gridCell .iconOpenRule:before,.menu-item-active>a.menu-item-anchor tr.cellCont td.gridCell .iconOpenRule_on:before,.menu-item-active>a.menu-item-anchor tr.cellCont td.gridCell .iconOpenRule_disabled:before{content:""}.pi-target:before,.iconLookup:before,.iconLookup_on:before,.iconLookup_disabled:before,.iconOpenRule:before,.iconOpenRule_on:before,.iconOpenRule_disabled:before,th.cellCont .iconOpenRule:before,th.cellCont .iconOpenRule_on:before,th.cellCont .iconOpenRule_disabled:before,tr.cellCont td.gridCell .iconOpenRule:before,tr.cellCont td.gridCell .iconOpenRule_on:before,tr.cellCont td.gridCell .iconOpenRule_disabled:before{content:""}.pi-temp-solid:before,.pi-temperature-solid:before,.menu-item-active>a.menu-item-anchor .pi-temp:before,.menu-item-active>a.menu-item-anchor .pi-temperature:before{content:""}.pi-temp:before,.pi-temperature:before{content:""}.pi-thumbs-up-solid:before,.pi-thumbs-down-solid:before,.menu-item-active>a.menu-item-anchor .pi-thumbs-up:before,.menu-item-active>a.menu-item-anchor .pi-thumbs-down:before,.menu-item-active>a.menu-item-anchor .iconShowHarness:before,.menu-item-active>a.menu-item-anchor .iconShowHarness_on:before,.menu-item-active>a.menu-item-anchor .iconShowHarness_disabled:before,.menu-item-active>a.menu-item-anchor .iconLocalAction:before,.menu-item-active>a.menu-item-anchor .iconLocalAction_on:before,.menu-item-active>a.menu-item-anchor .iconLocalAction_disabled:before,.menu-item-active>a.menu-item-anchor .iconFinishAssignment:before,.menu-item-active>a.menu-item-anchor .iconFinishAssignment_on:before,.menu-item-active>a.menu-item-anchor .iconFinishAssignment_disabled:before,.menu-item-active>a.menu-item-anchor .iconEnableActionSection:before,.menu-item-active>a.menu-item-anchor .iconEnableActionSection_on:before,.menu-item-active>a.menu-item-anchor .iconEnableActionSection_disabled:before,.menu-item-active>a.menu-item-anchor .iconAddNewWork:before,.menu-item-active>a.menu-item-anchor .iconAddNewWork_on:before,.menu-item-active>a.menu-item-anchor .iconAddNewWork_disabled:before{content:""}.pi-thumbs-up:before,.pi-thumbs-down:before,.iconShowHarness:before,.iconShowHarness_on:before,.iconShowHarness_disabled:before,.iconLocalAction:before,.iconLocalAction_on:before,.iconLocalAction_disabled:before,.iconFinishAssignment:before,.iconFinishAssignment_on:before,.iconFinishAssignment_disabled:before,.iconEnableActionSection:before,.iconEnableActionSection_on:before,.iconEnableActionSection_disabled:before,.iconAddNewWork:before,.iconAddNewWork_on:before,.iconAddNewWork_disabled:before{content:""}.pi-todo-solid:before,.menu-item-active>a.menu-item-anchor .pi-todo:before{content:"i"}.pi-todo:before{content:""}.pi-tracer-solid:before,.menu-item-active>a.menu-item-anchor .pi-tracer:before,.menu-item-active>a.menu-item-anchor .pi-tracer-icon:before{content:""}.pi-tracer:before,.pi-tracer-icon:before{content:""}.pi-transform:before{content:""}.pi-trash-solid:before,.menu-item-active>a.menu-item-anchor .pi-trash:before,.menu-item-active>a.menu-item-anchor .iconDelete:before,.menu-item-active>a.menu-item-anchor .iconDelete_on:before,.menu-item-active>a.menu-item-anchor .iconDelete_disabled:before{content:""}.pi-trash:before,.iconDelete:before,.iconDelete_on:before,.iconDelete_disabled:before{content:""}.pi-tree:before,.pi-align-right:before,.pi-align-left:before{content:""}.pi-triangle-mixed-right:before,.pi-triangle-mixed-left:before{content:""}.pi-triangle-solid:before,.menu-item-active>a.menu-item-anchor .pi-triangle:before{content:""}.pi-triangle:before{content:""}.pi-tribox-solid:before,.menu-item-active>a.menu-item-anchor .pi-tribox:before{content:""}.pi-tribox:before{content:""}.pi-trophy-solid:before,.menu-item-active>a.menu-item-anchor .pi-trophy:before{content:""}.pi-trophy:before{content:""}.pi-truck-solid:before,.menu-item-active>a.menu-item-anchor .pi-truck:before{content:""}.pi-truck:before{content:">"}.pi-tv-solid:before,.menu-item-active>a.menu-item-anchor .pi-tv:before{content:""}.pi-tv:before{content:""}.pi-twitter:before{content:""}.pi-umbrella-solid:before,.menu-item-active>a.menu-item-anchor .pi-umbrella:before{content:""}.pi-umbrella:before{content:""}.pi-unindent:before,.pi-indent:before{content:""}.pi-upload:before{content:"Q"}.pi-user-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-user-check:before{content:""}.pi-user-check:before{content:""}.pi-user-close-solid:before,.menu-item-active>a.menu-item-anchor .pi-user-close:before{content:""}.pi-user-close:before{content:""}.pi-user-female-solid:before,.menu-item-active>a.menu-item-anchor .pi-user-female:before{content:""}.pi-user-female:before{content:"}"}.menu-item-active>a.menu-item-anchor .pi-user-list-solid:before,.pi-user-list:before{content:""}.pi-user-list:before{content:""}.pi-user-plus-solid:before,.menu-item-active>a.menu-item-anchor .pi-user-plus:before{content:""}.pi-user-plus:before{content:""}.pi-user-search-solid:before,.menu-item-active>a.menu-item-anchor .pi-user-search:before{content:""}.pi-user-search:before{content:"M"}.pi-user-star-solid:before,.menu-item-active>a.menu-item-anchor .pi-user-star:before{content:""}.pi-user-star:before{content:""}.pi-user-solid:before,.menu-item-active>a.menu-item-anchor .pi-user:before,.menu-item-active>a.menu-item-anchor .pi-user-2:before,.menu-item-active>a.menu-item-anchor .pi-user-circle:before{content:""}.pi-user:before,.pi-user-2:before,.pi-user-circle:before{content:""}.pi-users-solid:before,.menu-item-active>a.menu-item-anchor .pi-users:before{content:""}.pi-users:before{content:""}.pi-video-solid:before,.menu-item-active>a.menu-item-anchor .pi-video:before{content:""}.pi-video:before{content:""}.pi-voicemail:before{content:";"}.pi-vr-solid:before,.menu-item-active>a.menu-item-anchor .pi-vr:before{content:""}.pi-vr:before{content:""}.pi-wallet-solid:before,.menu-item-active>a.menu-item-anchor .pi-wallet:before{content:"%"}.pi-wallet:before{content:"Y"}.pi-warn-solid:before,.menu-item-active>a.menu-item-anchor .pi-warn:before,.menu-item-active>a.menu-item-anchor .pi-triangle-exclaim:before{content:""}.pi-warn:before,.pi-triangle-exclaim:before{content:""}.pi-wand:before{content:""}.pi-watch-solid:before,.menu-item-active>a.menu-item-anchor .pi-watch:before{content:"z"}.pi-watch:before{content:""}.pi-waypoint-solid:before,.menu-item-active>a.menu-item-anchor .pi-waypoint:before{content:""}.pi-waypoint:before{content:""}.pi-webcam-solid:before,.menu-item-active>a.menu-item-anchor .pi-webcam:before{content:"X"}.pi-webcam:before{content:"e"}.pi-wifi-disable:before,.pi-wifi-off:before{content:""}.pi-wifi-no-signal:before,.pi-wifi-none:before{content:""}.pi-wifi-signal:before,.pi-wifi:before{content:""}.pi-wifi:before{content:""}.pi-wrench-solid:before,.menu-item-active>a.menu-item-anchor .pi-wrench:before{content:""}.pi-wrench:before{content:""}.pi-youtube:before{content:""}.pi-zoom-check:before,.pi-search-check:before{content:""}.pi-zoom-close:before,.pi-search-close:before{content:""}.pi-zoom-in:before,.pi-search-plus:before{content:""}.pi-zoom-out:before,.pi-search-minus:before{content:""}.layout-outline-default>.Collapsed>.header-bar>.header-left,.layout-outline-default>.Expanded>.header-bar>.header-left{background:transparent}div[class*=layout-outline]>.Expanded>.header-bar>*>.icon-openclose,div[class*=layout-outline]>.Collapsed>.header-bar>*>.icon-openclose{background-image:none;width:28px;color:#10132ea8;font-size:16px}.iconSave,.iconContents,.iconExplore,.iconAttachment,.iconImage,.iconDelete,.iconLookup,.iconInsert,.iconAppend,.iconInsertRow,.iconAppendRow,.iconAppendColumn,.iconExpandAll,.iconCollapseAll,.iconUpdate,.iconNewItem,.iconReopen,.iconLocation,.iconHistory,.iconClose,.iconCloseSmall,.iconSpellChecker,.iconSpellChecking,.iconDefault,.iconBlank,.iconCopy,.iconPrint,.iconTransfer,.iconOpenRule,.iconPDN,.iconUndelete,.iconRefresh,.iconNoShow,.iconRelationship,.iconCalendar,.iconAppendInside,.iconUpdate_disabled,.iconOpenRule_disabled,.iconDelete_disabled,.iconSave_on,.iconContents_on,.iconExplore_on,.iconAttachment_on,.iconImage_on,.iconDelete_on,.iconLookup_on,.iconCalendar_on,.iconInsert_on,.iconAppend_on,.iconInsertRow_on,.iconAppendRow_on,.iconAppendColumn_on,.iconExpandAll_on,.iconCollapseAll_on,.iconUpdate_on,.iconReopen_on,.iconLocation_on,.iconHistory_on,.iconClose_on,.iconCloseSmall_on,.iconSpellChecker_on,.iconSpellChecking_on,.iconDefault_on,.iconBlank_on,.iconCopy_on,.iconPrint_on,.iconTransfer_on,.iconOpenRule_on,.iconPDN_on,.iconUndelete_on,.iconRefresh_on,.iconNoShow_on,.iconRelationship_on,.iconAppendInside_on,.iconNewItem_on,.iconSave_disabled,.iconContents_disabled,.iconExplore_disabled,.iconAttachment_disabled,.iconImage_disabled,.iconLookup_disabled,.iconInsert_disabled,.iconAppend_disabled,.iconInsertRow_disabled,.iconAppendRow_disabled,.iconAppendColumn_disabled,.iconExpandAll_disabled,.iconCollapseAll_disabled,.iconReopen_disabled,.iconLocation_disabled,.iconHistory_disabled,.iconClose_disabled,.iconCloseSmall_disabled,.iconCopy_disabled,.iconDefault_disabled,.iconBlank_disabled,.iconSpellChecker_disabled,.iconSpellChecking_disabled,.iconPrint_disabled,.iconTransfer_disabled,.iconTools_disabled,.iconPDN_disabled,.iconUndelete_disabled,.iconNoShow_disabled,.iconRelationship_disabled,.iconRefresh_disabled,.iconNewItem_disabled,.iconCalendar_disabled,.iconAppendInside_disabled,.iconHelp,.iconHelp_on,.iconHelp_disabled,.yui-panel .container-close,.container-close,.iconReview,.iconReview_on,.iconReview_disabled,a.iconSave,a.iconInsert,a.iconDefault,a.iconBlank,a.iconAttachment,a.iconClose,a.iconContents,a.iconDelete,a.iconExpandAll,a.iconExplore,a.iconHistory,a.iconPrint,a.iconReopen,a.iconSpellChecker,a.iconUpdate,a.iconLocation{background:transparent;width:auto;height:auto;display:inline-block;margin:0;vertical-align:middle;opacity:.7;transition:opacity .2s ease-out}.iconSave,.iconContents,.iconExplore,.iconAttachment,.iconImage,.iconDelete,.iconLookup,.iconInsert,.iconAppend,.iconInsertRow,.iconAppendRow,.iconAppendColumn,.iconExpandAll,.iconCollapseAll,.iconUpdate,.iconNewItem,.iconReopen,.iconLocation,.iconHistory,.iconClose,.iconCloseSmall,.iconSpellChecker,.iconSpellChecking,.iconDefault,.iconBlank,.iconCopy,.iconPrint,.iconTransfer,.iconOpenRule,.iconPDN,.iconUndelete,.iconRefresh,.iconNoShow,.iconRelationship,.iconCalendar,.iconAppendInside,.iconUpdate_disabled,.iconOpenRule_disabled,.iconDelete_disabled,.iconSave_on,.iconContents_on,.iconExplore_on,.iconAttachment_on,.iconImage_on,.iconDelete_on,.iconLookup_on,.iconCalendar_on,.iconInsert_on,.iconAppend_on,.iconInsertRow_on,.iconAppendRow_on,.iconAppendColumn_on,.iconExpandAll_on,.iconCollapseAll_on,.iconUpdate_on,.iconReopen_on,.iconLocation_on,.iconHistory_on,.iconClose_on,.iconCloseSmall_on,.iconSpellChecker_on,.iconSpellChecking_on,.iconDefault_on,.iconBlank_on,.iconCopy_on,.iconPrint_on,.iconTransfer_on,.iconOpenRule_on,.iconPDN_on,.iconUndelete_on,.iconRefresh_on,.iconNoShow_on,.iconRelationship_on,.iconAppendInside_on,.iconNewItem_on,.iconSave_disabled,.iconContents_disabled,.iconExplore_disabled,.iconAttachment_disabled,.iconImage_disabled,.iconLookup_disabled,.iconInsert_disabled,.iconAppend_disabled,.iconInsertRow_disabled,.iconAppendRow_disabled,.iconAppendColumn_disabled,.iconExpandAll_disabled,.iconCollapseAll_disabled,.iconReopen_disabled,.iconLocation_disabled,.iconHistory_disabled,.iconClose_disabled,.iconCloseSmall_disabled,.iconCopy_disabled,.iconDefault_disabled,.iconBlank_disabled,.iconSpellChecker_disabled,.iconSpellChecking_disabled,.iconPrint_disabled,.iconTransfer_disabled,.iconTools_disabled,.iconPDN_disabled,.iconUndelete_disabled,.iconNoShow_disabled,.iconRelationship_disabled,.iconRefresh_disabled,.iconNewItem_disabled,.iconCalendar_disabled,.iconAppendInside_disabled,.iconHelp,.iconHelp_on,.iconHelp_disabled,.yui-panel .container-close,.container-close{font-family:UIKitIcons!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:inherit}.iconSave:before,.iconContents:before,.iconExplore:before,.iconAttachment:before,.iconImage:before,.iconDelete:before,.iconLookup:before,.iconInsert:before,.iconAppend:before,.iconInsertRow:before,.iconAppendRow:before,.iconAppendColumn:before,.iconExpandAll:before,.iconCollapseAll:before,.iconUpdate:before,.iconNewItem:before,.iconReopen:before,.iconLocation:before,.iconHistory:before,.iconClose:before,.iconCloseSmall:before,.iconSpellChecker:before,.iconSpellChecking:before,.iconDefault:before,.iconBlank:before,.iconCopy:before,.iconPrint:before,.iconTransfer:before,.iconOpenRule:before,.iconPDN:before,.iconUndelete:before,.iconRefresh:before,.iconNoShow:before,.iconRelationship:before,.iconCalendar:before,.iconAppendInside:before,.iconUpdate_disabled:before,.iconOpenRule_disabled:before,.iconDelete_disabled:before,.iconSave_on:before,.iconContents_on:before,.iconExplore_on:before,.iconAttachment_on:before,.iconImage_on:before,.iconDelete_on:before,.iconLookup_on:before,.iconCalendar_on:before,.iconInsert_on:before,.iconAppend_on:before,.iconInsertRow_on:before,.iconAppendRow_on:before,.iconAppendColumn_on:before,.iconExpandAll_on:before,.iconCollapseAll_on:before,.iconUpdate_on:before,.iconReopen_on:before,.iconLocation_on:before,.iconHistory_on:before,.iconClose_on:before,.iconCloseSmall_on:before,.iconSpellChecker_on:before,.iconSpellChecking_on:before,.iconDefault_on:before,.iconBlank_on:before,.iconCopy_on:before,.iconPrint_on:before,.iconTransfer_on:before,.iconOpenRule_on:before,.iconPDN_on:before,.iconUndelete_on:before,.iconRefresh_on:before,.iconNoShow_on:before,.iconRelationship_on:before,.iconAppendInside_on:before,.iconNewItem_on:before,.iconSave_disabled:before,.iconContents_disabled:before,.iconExplore_disabled:before,.iconAttachment_disabled:before,.iconImage_disabled:before,.iconLookup_disabled:before,.iconInsert_disabled:before,.iconAppend_disabled:before,.iconInsertRow_disabled:before,.iconAppendRow_disabled:before,.iconAppendColumn_disabled:before,.iconExpandAll_disabled:before,.iconCollapseAll_disabled:before,.iconReopen_disabled:before,.iconLocation_disabled:before,.iconHistory_disabled:before,.iconClose_disabled:before,.iconCloseSmall_disabled:before,.iconCopy_disabled:before,.iconDefault_disabled:before,.iconBlank_disabled:before,.iconSpellChecker_disabled:before,.iconSpellChecking_disabled:before,.iconPrint_disabled:before,.iconTransfer_disabled:before,.iconTools_disabled :before,.iconPDN_disabled:before,.iconUndelete_disabled:before,.iconNoShow_disabled:before,.iconRelationship_disabled:before,.iconRefresh_disabled:before,.iconNewItem_disabled:before,.iconCalendar_disabled:before,.iconAppendInside_disabled:before,.iconHelp:before,.iconHelp_on:before,.iconHelp_disabled:before,.yui-panel .container-close:before,.container-close:before,.iconReview:before,.iconReview_on:before,.iconReview_disabled:before,.iconShowHarness:before,.iconShowHarness_on:before,.iconShowHarness_disabled:before,.iconLocalAction:before,.iconLocalAction_on:before,.iconLocalAction_disabled:before,.iconGetNextWork:before,.iconGetNextWork_on:before,.iconGetNextWork_disabled:before,.iconFinishAssignment:before,.iconFinishAssignment_on:before,.iconFinishAssignment_disabled:before,.iconEnableActionSection:before,.iconEnableActionSection_on:before,.iconEnableActionSection_disabled:before,.iconAddNewWork:before,.iconAddNewWork_on:before,.iconAddNewWork_disabled:before{display:inline-block;margin:0;vertical-align:middle;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.iconClose_on,.iconClose_disabled,.iconCloseSmall{opacity:0;height:16px;width:16px;border-radius:3px;line-height:14px;text-align:center;padding:0;vertical-align:top;transition:opacity .2s;margin:2px 6px 0!important}.iconCloseSmall{padding:2px 2px 2px 1px;background:#10132e}.iconCloseSmall:hover{background:#10132e}.iconClose:before,.iconClose_on:before,.iconClose_disabled:before,.iconCloseSmall:before{font-size:16px}.iconCloseSmall:before{vertical-align:top;font-size:13px}.tab-li:hover .iconCloseSmall,.iconCloseSmall:hover:before{opacity:1}.iconOpenRule,.iconOpenRule_on,.iconOpenRule_disabled,th.cellCont .iconOpenRule,th.cellCont .iconOpenRule_on,th.cellCont .iconOpenRule_disabled,tr.cellCont td.gridCell .iconOpenRule,tr.cellCont td.gridCell .iconOpenRule_on,tr.cellCont td.gridCell .iconOpenRule_disabled{padding-left:2px}.iconPDN:before,.iconPDN_on:before,.iconPDN_disabled:before{background-position:-270px 0}.iconRelationship:before,.iconRelationship_on:before,.iconRelationship_disabled:before{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.iconSave_on,.iconContents_on,.iconExplore_on,.iconAttachment_on,.iconImage_on,.iconDelete_on,.iconLookup_on,.iconCalendar_on,.iconHelp_on,.iconInsert_on,.iconAppend_on,.iconInsertRow_on,.iconAppendRow_on,.iconAppendColumn_on,.iconExpandAll_on,.iconCollapseAll_on,.iconUpdate_on,.iconReopen_on,.iconLocation_on,.iconHistory_on,.iconClose_on,.iconSpellChecker_on,.iconSpellChecking_on,.iconDefault_on,.iconBlank_on,.iconCopy_on,.iconPrint_on,.iconTransfer_on,.iconOpenRule_on,.iconPDN_on,.iconUndelete_on,.iconRefresh_on,.iconNoShow_on,.iconRelationship_on,.iconAppendInside_on,.iconNewItem_on,.iconCloseSmall_on,a.iconSave:hover,a.iconInsert:hover,a.iconDefault:hover,a.iconBlank:hover,a.iconAttachment:hover,a.iconClose:hover,a.iconContents:hover,a.iconDelete:hover,a.iconExpandAll:hover,a.iconExplore:hover,a.iconHistory:hover,a.iconPrint:hover,a.iconReopen:hover,a.iconSpellChecker:hover,a.iconUpdate:hover,a.iconLocation:hover{opacity:1}.iconSave_disabled,.iconContents_disabled,.iconExplore_disabled,.iconAttachment_disabled,.iconImage_disabled,.iconDelete_disabled,.iconLookup_disabled,.iconHelp_disabled,.iconInsert_disabled,.iconAppend_disabled,.iconInsertRow_disabled,.iconAppendRow_disabled,.iconAppendColumn_disabled,.iconExpandAll_disabled,.iconCollapseAll_disabled,.iconUpdate_disabled,.iconReopen_disabled,.iconLocation_disabled,.iconHistory_disabled,.iconClose_disabled,.iconCloseSmall_disabled,.iconCopy_disabled,.iconDefault_disabled,.iconBlank_disabled,.iconSpellChecker_disabled,.iconSpellChecking_disabled,.iconPrint_disabled,.iconTransfer_disabled,.iconOpenRule_disabled,.iconPDN_disabled,.iconUndelete_disabled,.iconNoShow_disabled,.iconRelationship_disabled,.iconRefresh_disabled,.iconNewItem_disabled,.iconCalendar_disabled,.iconAppendInside_disabled{opacity:.3}.yui-panel .container-close:before,.container-close:before{font-size:25px;color:#10132e;position:relative;top:4px;right:7px;z-index:6;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.iconSearch,.iconSearchResponsive{background-image:none!important;margin-right:.25em}.iconSearch:before,.iconSearchResponsive:before{color:#10132ea8;height:26px;line-height:26px;font-size:1.2em}.attachments-upload:before{color:#cacdd6;font-size:50px;margin-right:0}.pi-completed-process:before{background:#20aa50;border-radius:50%;color:#050505;font-size:12px;height:19px;width:19px;line-height:19px;text-align:center}.menu-horizontal>.menu-item>.menu-item-anchor.menu-item-expand:after{background:transparent;margin-right:0;width:auto;right:7px;top:25%;color:#10132e}.iconOpenRule{vertical-align:middle}button:active .iconOpenRule,button:active .iconOpenRule_on{color:#2b38a1}.gridCellSelected button:active .iconOpenRule,.gridCellSelected button:active .iconOpenRule_on{color:inherit;opacity:.7}.ie a.nav-toggle-one:hover,.ie a.iconSave:hover,.ie a.iconInsert:hover,.ie a.iconDefault:hover,.ie a.iconBlank:hover,.ie a.iconAttachment:hover,.ie a.iconClose:hover,.ie a.iconContents:hover,.ie a.iconDelete:hover,.ie a.iconExpandAll:hover,.ie a.iconExplore:hover,.ie a.iconHistory:hover,.ie a.iconPrint:hover,.ie a.iconReopen:hover,.ie a.iconSpellChecker:hover,.ie a.iconUpdate:hover,.ie a.iconLocation:hover,.ie a:hover .pi:before{text-decoration:none!important}.pi-dot-3-horz:before,.pi-more-alt:before,.pi-arrow-up-down:before,.pi-nodes-left:before,.pi-nodes-left-solid:before,.pi-align-item-vert-center:before,.pi-align-item-up:before,.pi-align-item-vert-center-solid:before,.pi-align-item-up-solid:before,.pi-distribute-item-vert-center:before,.pi-distribute-item-vert-center-solid:before,.pi-column-delete:before,.pi-column-insert:before,.pi-arrow-box-down:before,.pi-arrow-down:before,.pi-caret-down:before,.pi-arrow-o-down:before,.pi-caret-solid-down:before,.pi-move-down:before,.pi-move-down-solid:before,.pi-circle-half-up:before,.pi-circle-mixed-up:before,.pi-arrow-up-row:before,.pi-knobs-alt:before,.pi-knobs-alt-solid:before,div[class*=layout-outline]>.Expanded>.header-bar>*>.icon-openclose:before,.Temporary_top_tabs>.scrlCntr>ol.tsb-menu>li:first-child>a#TABANCHOR:before,.pi-arrow-micro-down:before,.pi-arrow-micro-down-solid:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.pi-share-point-up:before,.pi-share-point-up-solid:before,.pi-nodes-right:before,.pi-nodes-right-solid:before,.pi-align-item-down:before,.pi-align-item-down-solid:before,.pi-column-top-fill:before,.pi-arrow-box-up:before,.pi-arrow-up:before,.pi-caret-up:before,.pi-arrow-o-up:before,.pi-caret-solid-up:before,.pi-arrow-right-between-rows:before,.pi-move-up:before,.pi-move-up-solid:before,.pi-arrow-micro-up:before,.pi-arrow-micro-up-solid:before,.pi-circle-half-down:before,.pi-arrow-down-row:before,.pi-arrow-down-thru-row:before,.pi-circle-mixed-down:before,.iconRelationship:before,.iconRelationship_on:before,.iconRelationship_disabled:before{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.pi-arrow-sw:before,.pi-puzzle:before,.pi-puzzle-solid:before,.pi-flashlight-ne-solid:before,.pi-flashlight-ne:before,.pi-square-rot45:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);will-change:transform}.pi-phone-hangup:before,.pi-phone-hangup-solid:before{-webkit-transform:rotate(135deg);transform:rotate(135deg);will-change:transform}.pi-arrow-above-row-left:before,.pi-arrow-below-row:before,.pi-plus-line-below:before,.pi-arrow-below-or:before,.pi-arrow-down-text:before,.pi-thumbs-down:before,.pi-thumbs-down-solid:before,.pi-analytics-bad:before,.pi-analytics-bad-solid:before,.pi-nodes-up:before,.pi-nodes-up-solid:before{-webkit-transform:scaleY(-1);transform:scaleY(-1);will-change:transform}.pi-circle-close-solid:before,.pi-close-box:before,.pi-close-circle:before,.pi-arrow-o-ne:before,.container-close:before,.pi-circle-close:before{-webkit-transform:rotate(315deg);transform:rotate(315deg);will-change:transform}.pi-triangle-mixed-left:before,.pi-align-item-right:before,.pi-align-item-right-solid:before,.pi-move-left:before,.pi-move-left-solid:before,.pi-indent:before,.pi-arrow-box-left:before,.pi-arrow-left:before,.pi-caret-left:before,.pi-arrow-o-left:before,.pi-arrow-micro-left:before,.pi-arrow-micro-left-solid:before,.pi-row-left-fill:before,.pi-rewind:before,.pi-align-left:before,.pi-caret-double-left:before,.pi-caret-2-left:before,.pi-caret-solid-left:before,.pi-circle-mixed-right:before,.pi-circle-half-right:before,.pi-swipe-right:before,.pi-transform:before,.pi-swipe-right-solid:before,.pi-arrow-bend-right:before,.pi-plus-between-right-column:before,.pi-arrow-down-between-right-column:before,.pi-arrow-between-right-column-down:before,.pi-tree:before,.pi-column-no-right-edge:before,.pi-column-no-right:before,.iconAppendColumn:before,.iconAppendColumn_on:before,.iconAppendColumn_disabled:before,.iconAppendInside:before,.iconAppendInside_on:before,.pi-plus-line-left:before,.iconAppendInside_disabled:before,.pi-rewind-solid:before,.pi-reply:before,.pi-reply-all:before,.pi-reply-solid:before,.pi-reply-all-solid:before,.pi-arrow-right-column:before,.pi-arrow-below-row:before,.pi-arrow-below-row-right:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.pi-arrow-above-row-right:before,.pi-arrow-above-row:before,.pi-redo:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .pi-arrow-box-left:before,[dir=rtl] .pi-arrow-left:before,[dir=rtl] .pi-caret-left:before,[dir=rtl] .pi-arrow-o-left:before,[dir=rtl] .iconUndelete:before,[dir=rtl] .iconUndelete_on:before,[dir=rtl] .iconUndelete_disabled:before,[dir=rtl] .pi-caret-double-left:before,[dir=rtl] .pi-caret-solid-left:before,[dir=rtl] .pi-arrow-left-column:before,[dir=rtl] .pi-plus-between-right-column:before,[dir=rtl] .pi-plus-line-left:before,[dir=rtl] .pi-arrow-down-between-right-column:before,[dir=rtl] .iconAppendColumn:before,[dir=rtl] .iconAppendColumn_on:before,[dir=rtl] .iconAppendColumn_disabled:before,[dir=rtl] .iconAppendInside:before,[dir=rtl] .iconAppendInside_on:before,[dir=rtl] .pi-arrow-micro-left:before,[dir=rtl] .pi-arrow-micro-left-solid:before,[dir=rtl] .pi-caret-2-left:before,[dir=rtl] .pi-circle-half-right:before,[dir=rtl] .pi-circle-mixed-right:before,[dir=rtl] .pi-arrow-below-row-right:before,[dir=rtl] .iconAppendInside_disabled:before,[dir=rtl] .pi-column-no-right-edge:before,[dir=rtl] .pi-column-no-right:before,[dir=rtl] .pi-arrow-right-column:before,[dir=rtl] .pi-row-left-fill:before,[dir=rtl] .pi-transform:before,[dir=rtl] .pi-arrow-bend-right:before{-webkit-transform:none;transform:none}[dir=rtl] .pi-arrow-bend-left:before,[dir=rtl] .pi-arrow-left-column:before,[dir=rtl] .pi-column-no-left:before,[dir=rtl] .pi-arrow-box-right:before,[dir=rtl] .pi-circle-half-left:before,[dir=rtl] .pi-circle-mixed-left:before,[dir=rtl] .pi-arrow-right:before,[dir=rtl] .pi-caret-right:before,[dir=rtl] div[class*=layout-outline]>.Collapsed>.header-bar>*>.icon-openclose:before,[dir=rtl] .pi-arrow-o-right:before,[dir=rtl] .iconReopen:before,[dir=rtl] .iconReopen_on:before,[dir=rtl] .iconReopen_disabled:before,[dir=rtl] .pi-caret-double-right:before,[dir=rtl] .pi-caret-solid-right:before,[dir=rtl] .pi-arrow-right-thru-column:before,[dir=rtl] .pi-column-no-right-edge:before,[dir=rtl] .pi-arrow-above-row:before,[dir=rtl] .pi-caret-2-right:before,[dir=rtl] .pi-list:before,[dir=rtl] .pi-arrow-down-between-left-column:before,[dir=rtl] .pi-plus-line-right:before,[dir=rtl] .pi-or-delete:before,[dir=rtl] .pi-arrow-above-or:before,[dir=rtl] .pi-plus-between-left-column:before,[dir=rtl] .pi-row-right-fill:before,[dir=rtl] .pi-circle-half-right:before,[dir=rtl] .iconGetNextWork:before,[dir=rtl] .iconGetNextWork_on:before,[dir=rtl] .iconGetNextWork_disabled:before,[dir=rtl] .iconTransfer:before,[dir=rtl] .iconTransfer_on:before,[dir=rtl] .iconTransfer_disabled:before,[dir=rtl] .pi-arrow-micro-right:before,[dir=rtl] .pi-arrow-micro-right-solid:before,[dir=rtl] .pi-arrow-below-row-left:before,[dir=rtl] .pi-undo:before,[dir=rtl] .pi-return:before,[dir=rtl] .pi-chevron:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}[dir=rtl] .pi-arrow-below-or:before,[dir=rtl] .pi-arrow-above-row-left:before,[dir=rtl] .pi-information:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .pi-arrow-above-row-right:before,[dir=rtl] .pi-redo:before{-webkit-transform:rotate(180deg) scaleX(-1);transform:rotate(180deg) scaleX(-1)}[dir=rtl] .pi-arrow-right-between-rows:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[lang|=ar] .pi-chat-help:before,[lang|=ar] .pi-chat:before,[lang|=ar] .pi-chat-typing:before,[lang|=ar] .pi-chat-sentiment:before,[lang|=ar] .pi-chat-help-solid:before,[lang|=ar] .pi-chat-solid:before,[lang|=ar] .pi-chat-typing-solid:before,[lang|=ar] .pi-chat-sentiment-solid:before,[lang|=ar] .pi-help:before,[lang|=ar] .pi-help-solid:before,[lang|=ar] .iconHelp:before,[lang|=ar] .iconHelp_on:before,[lang|=ar] .iconHelp_disabled:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}#OnlineHelp,#ServiceCaseGadget,#ChatWrapper,#ProactiveChat{position:fixed;right:-900px;height:550px;top:50%;margin:-275px 0;width:450px;max-width:calc(100vw - 60px);max-height:calc(100vh - 50px);overflow:auto;z-index:2147483644;background:#fff;border:1px solid white;border-radius:4px;box-shadow:0 0 14px #0006}#ProactiveChat.alerting{right:30px;top:70%;height:135px;z-index:2147483645}#OnlineHelp,#ChatWrapper,#ServiceCaseGadget,#ChatFooter{transition:all .5s ease-in-out}#OnlineHelp.expanded,#ServiceCaseGadget.expanded,#ChatWrapper.expanded{height:850px;top:50%;margin:-425px 0!important}#OnlineHelp.compacted,#ServiceCaseGadget.compacted,#ChatWrapper.compacted{height:450px!important}#OnlineHelp.minimized,#ServiceCaseGadget.minimized,#ChatWrapper.minimized,#ChatFooter.minimized{right:-900px}#OnlineHelp.alerting,#ServiceCaseGadget.alerting{right:2px;margin:-275px 0;top:50%}#OnlineHelp.showLeftPanel{width:900px}#OnlineHelp.hideLeftPanel{width:450px}#ChatWrapper{height:550px;right:2px;display:none;overflow:hidden}#ServiceCaseGadget{height:550px;right:2px;display:none}.chatLauncher{display:none}#LocalChatHeader{height:50px;display:inline-flex;width:100%;border-bottom:1px solid #e0e0e0;color:#050505;font-family:Open Sans,sans-serif;font-size:17px;font-weight:300}#HeaderText{padding-top:16px;display:block;padding-left:39px;padding-bottom:10px;width:100%;font-size:17px;font-weight:300;color:#050505;font-family:Open Sans,sans-serif;margin-right:-87px}div#chatBox{position:inherit!important;width:inherit!important;box-shadow:none!important;font-size:18px;color:#000;font-family:Open Sans,sans-serif}#chatContainer .poweredByPega{display:none!important}div#messageBoxDiv{height:641px!important;width:inherit!important;border-bottom:1px solid #e0e0e0}@media screen and (max-width: 767px){.chatContainer #messageBoxDiv{top:100px!important}}div#chatFloater,div#chatIcon,.minimizeIcon{display:none!important}a#startChat{font-size:21px!important;font-weight:300!important;color:#000!important}div#chatText{padding-top:11px!important;padding-left:14px!important;display:none!important}.chatContainer #sendMessageField{height:40px!important;margin-left:10px!important;margin-right:10px!important;width:95%!important;border-top:none!important}.chatContainer #sendMessageField{width:calc(100% - 60px)!important}.chatContainer #sendMessageField:focus{box-shadow:none;border:none;color:#000}input#fileUploadIcon{height:40px}#chatContainer .sendButton{display:none!important}div#ChatFooter{background-color:#f1f1f2;width:450px;text-align:center;color:929497;font-family:Open Sans,sans-serif;border-bottom-left-radius:6px;border-bottom-right-radius:6px;font-size:12px;height:22px;padding-top:8px}#MinimizeChat{font-family:Open Sans,sans-serif;font-size:2.3em;font-weight:400;margin-top:-17px;margin-right:10px;cursor:pointer}#LocalChatSubheader{font-family:Open Sans,sans-serif;font-size:17px;padding-bottom:8px;border-bottom:1px solid #cccccc;margin:5px 14px 7px}#SubHeaderText{padding-top:4px}.EndChat{float:right;background:#fff;border:1px solid var(--interactiveColor);color:var(--interactiveColor);border-radius:3px;padding:5px 9px;margin-top:-25px;cursor:pointer}.EndChat:hover{background:#e5f0ff}#ChatLauncherminimized,#servicecaselauncherminimized,#launcherminimized,#launcher{font-family:Open Sans,sans-serif;text-align:center;transform:rotate(-90deg) translate(50%);transform-origin:right bottom 0px;margin-right:0;border-radius:6px 6px 0 0;position:fixed;bottom:50%;right:-3px;padding:7px;font-size:20px;z-index:2147483644;color:#050505;cursor:pointer;border:1px solid #fff}#Preview{font-family:Open Sans,sans-serif;text-align:left;border-radius:6px;position:fixed;bottom:0;top:0;margin:auto;right:45px;padding:7px;color:#000;box-shadow:0 0 14px #0006;cursor:pointer;border:none}#launcher:hover{right:0}#unreadCounter{position:absolute;top:-13px;right:-9px;background-color:red;height:23px;width:22px;font-size:16px;border-radius:14px;transform:rotate(90deg);color:#fff;display:none;z-index:2147483645}.chat-button #OnlineHelp,.chat-button #ServiceCaseGadget,.chat-button #ChatWrapper,.chat-button #ProactiveChat{right:20px;bottom:-2000px;top:auto;left:auto;height:600px;margin:0}.chat-button #OnlineHelp.alerting,.chat-button #ServiceCaseGadget.alerting{bottom:20px}.chat-button #OnlineHelp.minimized,.chat-button #ServiceCaseGadget.minimized,.chat-button #ChatWrapper.minimized,.chat-button #ChatFooter.minimized{top:auto;bottom:-2000px}.chat-button #ProactiveChat.alerting{top:70%;bottom:auto;height:135px}.chat-button #ChatLauncherminimized,.chat-button #servicecaselauncherminimized,.chat-button #launcherminimized,.chat-button #launcher{top:auto;left:auto;bottom:20px;right:20px;border-radius:50%;border-color:transparent;display:inline-table;transform:none;opacity:.8;filter:drop-shadow(2px 2px 3px rgba(0,0,0,.4))}.chat-button #ChatLauncherminimized:hover,.chat-button #servicecaselauncherminimized:hover,.chat-button #launcherminimized:hover,.chat-button #launcher:hover{opacity:1}.chat-button #ChatLauncherminimized>img,.chat-button #servicecaselauncherminimized>img,.chat-button #launcherminimized>img,.chat-button #launcher>img{display:block;width:50px;height:50px}.chat-button #Preview{top:auto;bottom:75px}.chat-button #unreadCounter{transform:none;top:-4px}.pulse{animation:pulse-animation 1s infinite;border-radius:5px;z-index:9999}.remove-event{position:absolute;right:0;top:5px;cursor:pointer}.event-header{position:relative}.event-title{float:left}@keyframes pulse-animation{0%{box-shadow:0 0 #0003}to{box-shadow:0 0 0 20px #0000}}.offer-heading{min-height:250px;display:flex;flex-flow:column;justify-content:center}.offer-heading>p{width:50%}.offer .primary-card h2{font-size:34px;font-weight:500}.offer .promo h4{font-size:28px;font-weight:600;margin-top:0}.offer-footer .promo h4,.offer-footer footer nav>div.flex>a,.offer-footer button.simple{color:#050505}.offer-footer button.simple{min-width:70px}.offer-footer .promo h4{font-weight:400;padding-bottom:30px}.offer-footer p{color:#050505}.offer-container{position:relative}.offer-card,.offer-container,.offer-card>.details{display:flex;flex-flow:column nowrap;flex:1}.offer-card>.details>p{flex-grow:1}.offer-cards .image,.main-offer .image{background-position:25% 50%;background-repeat:no-repeat;background-size:cover;min-height:200px}.builtin-offer>.details{display:flex;flex-flow:column nowrap;flex:1}.builtin-offer>.details>.button-row{display:flex;align-items:end;flex:1}.main-offer>.details{flex:1;padding-left:32px}.offer-cards>.flex>div{display:flex;flex-flow:column nowrap;padding:16px 0 0;flex:1;margin:8px}.offer-cards .highlight{border-top:solid;border-width:1px;padding:8px 0;font-size:14px;font-weight:800;min-height:57px;display:flex;align-items:center;justify-content:center}.offer-cards p{font-size:14px;padding:0 8px}.offer-cards .primary-card h3{font-size:18px;color:#050505;font-weight:800;padding:0 8px}.offer-details{margin-bottom:32px}.offer-details .line{width:81px;height:5px;border-radius:5px;display:block;margin:8px 0 21px}.offer-details .image{background-position:25% 50%;background-repeat:no-repeat;background-size:cover;height:250px;padding:0;border-radius:50%}.offer-details>div>div{width:50%}.offer-details>div>div:first-child{padding:0 56px 0 38px;min-width:344px}.offer-details>div>div:last-child{padding-left:8px}.highlight-card{padding:60px;display:flex;flex-flow:row nowrap}.highlight-card>.flex{flex-basis:35%;padding-right:16px}.offer-highlights{border-left:1px solid rgba(0,0,0,.2);padding-left:16px;flex-basis:65%}.offer-highlights>div{margin-bottom:16px}.offer-highlights .pi{font-size:20px;width:30px;height:30px;margin-right:32px}.offer-highlights .pi:before{text-align:center;width:30px;line-height:30px}.offer-highlights p{font-size:20px;font-weight:600}.offer-img{max-height:400px}.phone main{align-items:center;flex:1;min-height:calc(100vh - 40px);padding:0}.phone main.full-height{padding:8px 16px}.phone select,.phone input,.phone textarea{font-size:16px}.phone .full-height>iframe{min-height:calc(100vh - 40px)}.phone .kmhelp>div{height:calc(100vh - 40px)}.phone aside{display:none}.phone aside>.panel{position:fixed;width:300px;height:100%;transform:translate(-300px);animation:all .3s ease-in-out;background:#fff}.phone aside.show{position:absolute;overflow:hidden;top:0;left:0;right:0;bottom:0;background:#00000080;display:block;z-index:2}.phone aside.show>.panel{transform:translate(0)}.phone aside header{width:100%;text-align:center;border-bottom:1px solid rgba(0,0,0,.2);margin-bottom:0;height:50px;padding:10px}.phone aside header .logo{height:29px}.phone aside nav{padding:16px}.phone aside nav>li>a,.phone aside nav>li>a:visited,.phone aside nav>li>a:hover,.phone aside nav>li>a:focus,.phone aside nav>li>a:active{color:#050505}.phone header{height:40px;display:flex;flex-flow:row nowrap;margin-bottom:0}.phone header button.nav-button{color:#050505;font-size:21px;height:40px;padding-left:8px;border:none;background:transparent;min-width:auto}.phone header .logo-link{flex:1;text-align:center}.phone header a>img{margin-right:16px;height:40px;padding:5px 0}.phone header h1{color:#050505}.phone .home-promo>div{width:50%}.phone .home-promo>.details{padding:0 0 0 16px}.phone .image{background-position:25% 50%;background-repeat:no-repeat;background-size:cover;height:200px}.phone .primary-card,.phone .secondary-card{margin:16px;width:calc(100% - 32px);box-shadow:none;padding:0;border:none;background:none}.phone .margin-t-0{margin-top:0}.phone h1.small{font-size:18px;font-weight:700}.phone h1{text-align:center;font-size:24px;font-weight:800;margin:30px 0}.phone .home>.hero{width:100%}.phone .home>.hero>h1{max-width:247px;font-size:24px;padding:30px 0 100px;margin:0 auto;color:#050505}.phone .main-actions{display:flex;flex-flow:row nowrap;margin-top:-70px;padding:0}.phone .main-actions>button{border:1px solid #ececec;padding:0 8px;height:140px;flex:1;color:#050505;background:#fff}.phone .main-actions>button>i{display:block;font-size:1.4em;margin:0 0 16px}.phone .top-nav{padding:5px 16px;box-shadow:0 3px 6px #0003;background:#fff;width:100%;height:40px;border-bottom:1px solid rgba(0,0,0,.2)}.phone .flex-nowrap{flex-direction:column}.phone .account-view-details{text-align:left;padding:8px 0}.phone .top-nav button{min-height:30px}.phone .top-nav .pi{font-weight:800!important;font-size:18px}.phone footer{margin:auto 0 0}.phone footer nav>div.flex{margin:8px;flex-flow:row;justify-content:space-around}.phone footer nav>div.flex>a,.phone footer button.simple,.phone button.nav-button{color:#050505}.phone .col.col-1{margin-bottom:0}.phone .offer-img{max-width:calc(100% - 32px)}.phone .quick-links{text-align:center;grid-template-columns:1fr 1fr;grid-gap:8px}.phone .avatar{width:38px;height:38px}.phone .overlay{right:8px;top:70px;min-width:80px}.phone .overlay:not(.logout){left:8px;bottom:8px}.phone .overlay.logout{right:8px}.phone .overlay:after{right:16px}.phone .intro-quicklinks{background:#ececec;text-align:center}.phone .intro-quicklinks p{padding:16px;color:#050505}.phone .bottom-banner{padding:16px;text-align:center;width:100%}.phone .layout-stacked>.field-item>input{height:46px;border-radius:2px;border-bottom:solid 1px #8a8a8a;background-color:#e8e8e8;padding:10px 8px 0}.phone .content-card{padding:16px}.phone .tabs-details{min-height:calc(100vh - 123px);overflow-y:auto}.phone .quick-links-account a{font-size:16px;margin-bottom:8px;display:block}.phone .quick-links button{font-size:16px;padding:8px 16px;margin-bottom:8px;text-align:left;display:flex;height:auto;width:100%;align-items:center;background:#fff}.phone .quick-links button>i{border-radius:50%;height:32px;min-width:32px;line-height:26px;font-size:16px;color:#050505;display:inline-block;text-align:center;vertical-align:middle;margin-right:8px}.phone #OnlineHelp,.phone #ServiceCaseGadget,.phone #ChatWrapper{width:300px}.phone .offer-cards{padding:16px}.phone .offer-cards .primary-card{text-align:center}.phone .offer-cards>div{flex-flow:column nowrap}.phone .offer-cards .primary-card{width:auto;margin:8px 0}.phone button.launch-login,.phone button.launch-login:hover,.phone button.launch-login:active,.phone button.launch-login:focus{background:transparent;color:#050505;display:inline-block;min-height:38px}@media screen and (max-width: 1432px){main{padding:0 16px}.hero-main{padding-bottom:16px}.ribbon,.ribbon1{display:none}.offer-heading{min-height:auto;margin:0;padding:16px 0}.offer-heading>p{width:auto}}@media screen and (max-width: 1200px){table.responsive,.responsive thead,.responsive tbody,.responsive th,.responsive td,.responsive tr{display:block}.responsive thead tr{position:absolute;top:-9999px;left:-9999px}.responsive tr{border:1px solid #ccc}.responsive td{border:none;position:relative;text-align:left;padding:3px 0 3px 60%}.responsive td:before{position:absolute;left:8px;padding-right:8px;text-align:left;font-weight:700;max-width:59%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.responsive td:before{content:attr(data-title)}.responsive td.hide-collapsed{display:none}}@media screen and (max-width: 1024px){header ul.flex li{margin-right:16px;text-align:center;flex:1}h1.hero{font-size:50px}.front .hero-wrap{min-height:400px}.primary-options h2{width:auto}h2,.col-2 h3{font-size:20px;margin-bottom:8px}h3{font-size:16px;margin:8px 0}p{font-size:16px}body,button,footer nav>div.flex li,.inputfile+label{font-size:14px}footer nav>div.flex li{margin-right:3vw}.pi.product-icon{min-width:40px;height:40px;line-height:35px}}@media screen and (max-width: 950px){.col.col-1{width:100%;margin-bottom:30px}.col-2{width:100%;margin-left:0;margin-top:0;display:flex}.secondary-card{width:50%}.secondary-options .banner{height:400px}.secondary-options>.content-card{right:16px}.front-option{max-width:50%}.offer-card-col{margin-right:8px}.secondary-card.container{margin-left:8px}footer nav>div.flex>a{margin-right:8px}.tab-vertical-menu>.tab-interface>.container{order:2}.tab-vertical-menu>.tab-interface>.container>.header{display:flex}.tab-vertical-menu>.tab-interface>.container>.body{display:block}.tab-vertical-menu>.tab-interface>.container.collapsed>.body{display:none}.tab-vertical-menu>.tab-interface{margin:0 24px;position:static;float:none;width:auto}.tab-vertical-menu>.tabs-details{margin:0 24px}.tab-vertical-menu>.tab-interface>.tab-action{flex-flow:row nowrap;padding:0;background:none;margin:0}.tab-vertical-menu>.tab-interface>.tab-action>button.simple{margin-right:auto}.hero-wrap img{max-height:150px;align-self:end;padding-bottom:24px}img.hero-offer-img{align-self:start;max-height:200px;padding-right:16px}}@media screen and (max-width: 850px){h1.hero{font-size:40px}.front .hero-wrap{min-height:200px;padding-bottom:16px}.launch-login{display:none}.menu{display:block}header nav>ul.flex{display:none}.overlay.logout{right:100px}header>.header,header>.wrap.header{flex-wrap:wrap;align-items:center}.grid-col-3{display:block}.grid-col-3>div.content-card{margin:0 0 8px}.account-details>div>div{min-width:50%}.layout-inline-grid-double>div{width:100%;margin-right:0}.layout-inline-grid-double>div:nth-child(2n){margin:0}}@media only screen and (max-width: 700px){.account-picker-details>div{min-width:50%}.col-2{flex-flow:column}.col-2>.secondary-card{width:auto}.highlight-card{padding:16px}.options{flex-flow:column nowrap}.front-option{max-width:initial;padding:0}.front-option>.details{padding:8px 0}.chat-button #ChatLauncherminimized>img,.chat-button #servicecaselauncherminimized>img,.chat-button #launcherminimized>img,.chat-button #launcher>img{width:30px;height:30px}.layout-labels-left>.field-item{display:flex;flex-flow:column;align-items:flex-start}.layout-labels-left>.field-item>label{width:auto;min-width:auto;margin:0 0 3px}.offer-cards-list,.builtin-offer,.main-offer{flex-flow:column nowrap}.builtin-offer>.offer-img,.main-offer>.offer-img,.main-offer>.image{width:100%;max-width:none;padding:0}.builtin-offer>.details,.main-offer>.details{margin:14px 0 0;display:flex;flex-flow:column}.primary-card{flex-direction:column}}@media screen and (max-width: 567px){.primary-options .front-option{flex-flow:row nowrap;display:flex;border-bottom:1px solid #dfdfdf;align-items:center;max-width:initial;padding:0}.primary-options .front-option>img{width:140px}.primary-options .front-option>.details{flex:1;text-align:left;padding:16px 0}main .hero-wrap .hero-image{display:none}.offer>main,.wrap{margin:0}button{min-width:0}.copyright{display:none}.fatlist>li{flex-wrap:wrap;padding:0;margin-bottom:8px}time.fatlist-item{font-size:14px;min-width:100%}p.activity{font-size:14px;max-width:calc(100% - 85px);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}a.fatlist-item{padding-left:0}:not(.phone)>footer nav{width:100%}:not(.phone)>footer nav>div>a{display:none}:not(.phone)>footer nav>div>a:last-child{display:block}.offer-details>div>div:first-child{padding:0 50px 0 44px;min-width:244px}.offer-details .image{height:150px}.offer .promo>.flex{flex-flow:column;margin:0 auto}.banner>div>div{flex-flow:column;text-align:center}.banner i{font-size:2em}}@media screen and (max-width: 480px){.menu-overlay{right:0;left:0}}.pega-mashup{display:flex;flex-flow:column nowrap;background:#fff;border-radius:8px;padding:16px;min-height:400px;color:#1d2020}.pega-mashup fieldset{border:none;padding:0;margin:0}.primary-card>.pega-mashup{padding:8px 16px;margin-bottom:24px;border:1px solid #d5d5d5;border-radius:4px}.main-header~h3{border-bottom:1px solid rgba(0,0,0,.2)}.pega-mashup button.Simple,.pega-mashup button.Simple:active,.pega-mashup button.Simple:focus,.pega-mashup button.Simple:hover{background:none;color:var(--interactiveColor);min-width:0;outline:none;display:flex;align-items:center;border:none}.pega-mashup button.Light,.pega-mashup button.Light:active,.pega-mashup button.Light:hover,.pega-mashup button.Light:focus{background:none;min-width:0;display:inline-block;padding:0;height:auto;width:fit-content;color:var(--interactiveColor);border:none}.pega-mashup button.action-menu,.pega-mashup button.action-menu:active,.pega-mashup button.action-menu:hover,.pega-mashup button.action-menu:focus{color:var(--interactiveColor);border:var(--interactiveColor) 1px solid;min-width:auto;padding:0 30px 0 16px;background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OC4wNiAyOC4wNCcgIHdpZHRoPScxOCcgaGVpZ2h0PSc5Jz48cGF0aCBmaWxsPSIjMTAxMzJFIiBkPSdNNDcuNDEuNTVhMS45MSAxLjkxIDAgMCAwLTIuNyAwbC0yMC43MSAyMi42MS0yMC43NS0yMi42LS4xOC0uMThhMS45MSAxLjkxIDAgMSAwLTIuNTEgMi44OGwyMS44NyAyMy44NGExLjY5IDEuNjkgMCAwIDAgLjEzLjMxIDIuMTUgMi4xNSAwIDAgMCAyLjg1IDAgMS43NSAxLjc1IDAgMCAwIC4xMy0uMzJsMjEuODctMjMuODRhMS45MSAxLjkxIDAgMCAwIDAtMi43eicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLjEgLjA5KScvPjwvc3ZnPg==) no-repeat calc(100% - 8px) 50%}.layout-content-default.flex,.layout-content-stacked.flex,.layout-content-stacked_with_labels_left{display:flex;flex-flow:column;width:100%}.flex.layout-content-inline_grid_double{flex-flow:row wrap;display:flex}.flex.layout-content-inline_grid_double>div:nth-child(odd){width:calc(50% - 8px);margin-right:8px}.flex.layout-content-inline_grid_double>div:nth-child(2n){width:calc(50% - 8px);margin-left:8px}.flex.layout-content-inline_grid_30_70>div:nth-child(odd){width:calc(30% - 8px);margin-right:8px}.flex.layout-content-inline_grid_30_70>div:nth-child(2n){width:calc(70% - 8px);margin-left:8px}.flex.layout-content-inline_grid_70_30>div:nth-child(odd){width:calc(70% - 8px);margin-right:8px}.flex.layout-content-inline_grid_70_30>div:nth-child(2n){width:calc(30% - 8px);margin-left:8px}.flex.layout-content-inline_grid_triple>div:nth-child(3n+1){width:calc(33.33333% - 8px);margin-right:8px;margin-bottom:8px}.flex.layout-content-inline_grid_triple>div:nth-child(3n+2){width:calc(33.33333% - 8px);margin-right:8px;margin-left:8px;margin-bottom:8px}.flex.layout-content-inline_grid_triple>div:nth-child(3n){width:calc(33.33333% - 8px);margin-left:8px;margin-bottom:8px}.layout-content-stacked.flex>*{margin-bottom:8px}.layout-content-default.flex>*{margin-bottom:16px}.layout-content-stacked_with_labels_left>.field-item{flex-flow:row;margin-bottom:8px}.layout-content-stacked_with_labels_left>.field-item .field-caption{margin-right:8px;margin-bottom:0;width:200px}.layout-content-inline.flex>*,.layout-content-inline_middle.flex>*{margin-right:8px}.layout-content-inline_middle.flex{align-items:center}.layout-content-inline_middle.flex>*:last-child{margin-right:0}.flex.field-item.field-table{overflow-x:auto;flex-flow:column nowrap}.layout-content-default-form{display:grid;grid-template-columns:minmax(0,1fr);row-gap:8px;column-gap:16px;margin-bottom:16px}.layout-content-default-form-2{grid-template-columns:repeat(2,minmax(0,1fr))}.layout-content-default-form-2 .field-table,.layout-content-default-form-2 .field-richtext,.layout-content-default-form-2 .field-textarea,.layout-content-default-form-2 .field-checkbox,.layout-content-default-form-2 .field-radiogroup{grid-column:1 / span 2}.layout-content-default-form-3{grid-template-columns:repeat(3,minmax(0,1fr))}.layout-content-default-form-3 .field-table,.layout-content-default-form-3 .field-richtext,.layout-content-default-form-3 .field-textarea,.layout-content-default-form-3 .field-checkbox,.layout-content-default-form-3 .field-radiogroup{grid-column:1 / span 3}.flex.main-header{min-height:40px;margin-bottom:8px}.flex.main-header>h2{margin-bottom:0;flex:1;display:flex;align-items:center}.flex.main-header>h2>span{white-space:nowrap;display:flex;margin-left:6px}.flex-all{flex:1;margin:0 8px}.flex.margin-l-auto{margin-left:auto}.flex-paragraph li{list-style:inside disc}.align-center{align-items:center}.field-item{display:flex;flex-flow:column}.field-item .field-caption{margin-bottom:3px;margin-top:6px;min-height:20px;display:block}.field-button{display:flex;flex-flow:row nowrap;align-items:center;line-height:28px}.field-checkbox{flex-flow:row nowrap;margin-top:15px;align-items:center}.field-checkbox>label{line-height:25px}.field-checkbox>.field-caption{color:#000;font-size:16px;flex:0 0 100%;min-height:0}.field-radiogroup>div{flex-flow:row;align-items:center;display:flex;margin-bottom:5px}.field-phoneinput>div{flex-flow:row;align-items:center;display:flex}.field-phoneinput>div>input{flex:1}.field-attachment .row-item{padding:4px;border:1px dashed #ccc;max-width:480px;margin-top:0}.field-currencyinput>div{position:relative;display:flex;flex-flow:row nowrap}.field-currencyinput>div>input{padding-inline-start:2ch;width:100%}.currency-symbol{position:absolute;left:7px;top:25%}.sr-only:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.field-attachment .file-upload{background:transparent;border-color:#ccc}.table-content{overflow-x:auto;overflow-y:hidden;flex-flow:column nowrap;display:flex}.table-content td>input,.table-content td>select,.table-content td>textarea{width:-webkit-fill-available;inline-size:-moz-available}.rdl .pzhc.pzbutton,table .pzhc.pzbutton{background:none;color:#1d2020;min-width:30px;border:none;color:var(--interactiveColor)}.rdl>div{border-bottom:1px solid #aaa;padding-bottom:8px;padding-top:8px}.rdl h3{margin-bottom:4px}.rdl>div:last-child{border-bottom:none;padding-bottom:0}.rdl>div:first-child{padding-top:0}table .pzhc.pzbutton:hover,table .pzhc.pzbutton:focus,table .pzhc.pzbutton:active{color:var(--interactiveColor)}.right-aligned{text-align:right;justify-content:flex-end}.field-combobox{position:relative}.field-combobox>.data-list.visible{position:absolute;top:42px;border:1px solid #ccc;left:0;right:0;background:#fff;box-shadow:0 3px 6px #0003;z-index:2;max-height:300px;overflow:auto}.data-list>ol{margin:7px 0 0;padding-left:7px}.action-button-area{display:flex;flex-flow:row;padding-top:16px;border-top:1px solid #ccc}.action-button-area>button{margin-right:8px}.action-button-area>button:last-child{margin:0 0 0 auto}.validation:not(:empty),.error{padding:14px;background:#ffd9db;color:#1d2020;font-size:16px;border-radius:8px;display:flex;margin-bottom:14px;align-items:center}.error button{margin-left:auto;background:transparent;color:#1d2020;min-width:auto}div[readonly],input[readonly],textarea[readonly]{background-color:#fafafa;border-color:transparent}input[readonly],select[readonly],input[type=checkbox][readonly]+label,input[type=radio][readonly]+label{pointer-events:none}input[readonly],select[readonly]{opacity:.7}#case-data{flex:1;display:flex;flex-flow:column nowrap}.helper-text{color:#000000b3;font-size:12px;font-style:italic;line-height:1;margin-top:4px}#case-data>div:first-child{flex:1}.button-menu{position:relative;display:inline-block}.button-menu>ul{position:absolute;top:100%;background:#fff;display:block;margin:0;list-style:none;padding:0;border:1px solid rgba(0,0,0,.2);box-shadow:0 3px 12px #00000026;z-index:2;right:0}.button-menu>ul>li{white-space:nowrap;display:block;padding:.4em 1em;text-decoration:none;color:#333;margin:0}.button-menu>ul>li:focus,.button-menu>ul>li:hover{background:#bbb;outline:none}.icon-required:after{vertical-align:middle;content:"*";font-size:13px;font-weight:700;text-align:left;color:#d91c29;padding-left:3px}.field-text>span:empty:after{content:"––";color:gray}.badge_text{background-color:#088488;color:#050505;font-weight:700;text-transform:uppercase;padding:0 4px;text-align:center;margin-top:1px;font-size:10px;line-height:16px;letter-spacing:.05em}.success{background-color:#daf2e3;color:#1d2020;text-align:center;padding:8px 16px;margin-bottom:16px}.mashup-modal{position:fixed;top:0;bottom:0;right:0;left:0;background:#0606064d;z-index:2;transition:opacity .4s ease-in-out}.mashup-modal>div{height:60vh;max-width:800px;width:80vw;margin:15vh auto;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:10px;display:flex;flex-flow:column nowrap;padding-bottom:16px}.mashup-modal>div>.main-header{padding:0 16px;border-bottom:1px solid rgba(0,0,0,.2)}.attach-files{margin:16px 16px 0;display:flex;flex-flow:column;flex:1;overflow-y:auto}.pega-mashup .file-upload{background:#0074d40d;border:1px dashed #0076d1;padding:16px;display:flex;align-items:center}.drop-file-hover{background:#0074d426}.pega-mashup .file-upload input{display:none}.row-item{display:flex;flex-flow:row wrap;align-items:center;margin-top:8px;width:100%}.upload-content{display:flex;flex-flow:column;align-items:flex-start;flex-grow:1;overflow-y:auto}.list-items .empty{flex:1;display:flex;flex-direction:column;align-self:center;justify-content:center}.list-item-title{display:flex;flex-flow:column nowrap;flex:1}.list-item-meta{font-size:14px}.list-item-meta>span:after{content:"|";margin:0 3px}.list-item-meta>span:last-child:after{content:""}.doc-icon{position:relative;margin-right:8px}.doc-icon>svg{width:30px;height:30px}.doc-icon>span{position:absolute;left:1px;right:1px;bottom:8px;font-size:7px;text-transform:uppercase;text-align:center}.count-badge{min-width:24px;line-height:24px;border-radius:12px;background-color:#e9eef3;color:#0009;font-weight:600;font-size:12px;margin-top:-9px;margin-left:-3px}.loading-container{display:flex;align-items:center;justify-content:center;width:100%}.loading{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;height:100%}.loading>.dot{width:10px;height:10px;margin:0 5px;background:#0076d1;border-radius:50%;animation:Loading-ellipsis 1s infinite cubic-bezier(.4,.6,.1,1)}.loading>.dot:nth-child(2){animation-delay:.1667s}.loading>.dot:nth-child(3){animation-delay:.3334s}@keyframes Loading-ellipsis{0%{transform:scale(0);opacity:0}50%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.rich-text-main{display:flex;flex-flow:column nowrap}.rich-text-main h1,.rich-text-main h2,.rich-text-main h3{color:#050505}.rich-text-main .editor-actions{overscroll-behavior:contain;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.rich-text-main .editor-actions::-webkit-scrollbar{display:none}.rich-text-main .editor{border:1px solid #ccc;overflow:auto;height:216px;min-height:216px}.rich-text-main .toolbar{display:flex;flex-flow:row wrap;align-items:center}.rich-text-main [contenteditable]{outline:0px solid transparent;min-height:200px;height:200px;font-size:14px;padding:8px}.rich-text-main .toolbar>button,.rich-text-main .toolbar>select{margin-right:2px;height:30px;font-size:11px}.rich-text-main .toolbar button{color:#000;cursor:pointer;border:1px solid rgb(204,204,204);border-radius:4px;padding:2px;min-height:30px;background:#fff;min-width:0}.rich-text-main .toolbar .active{background:#ccc}.rich-text-main blockquote{border-left:2px solid #ddd;margin-left:0;margin-right:0;padding-left:10px;color:#aaa;font-style:italic}.rich-text-main img{max-width:100%}@media screen and (max-width: 1200px){.pega-mashup table.responsive,.responsive thead,.responsive tbody,.responsive th,.responsive td,.responsive tr{display:block}.pega-mashup table.responsive thead tr{position:absolute;top:-9999px;left:-9999px}.pega-mashup table.responsive tr{border:1px solid #ccc;margin:8px 0;padding:8px}.pega-mashup table.responsive td{border:none;position:relative;text-align:left;padding:4px 0 4px 60%;height:auto}.pega-mashup table.responsive td:before{position:absolute;left:8px;padding-right:8px;text-align:left;font-weight:700;max-width:59%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pega-mashup table.responsive td:before{content:attr(data-title)}.pega-mashup table.responsive td.hide-collapsed{display:none}.pega-mashup table.responsive .pzhc.pzbutton{height:auto;padding-left:0}}@media only screen and (max-width: 800px){.flex.layout-content-inline_grid_70_30,.flex.layout-content-inline_grid_30_70,.flex.layout-content-inline_grid_double,.flex.layout-content-inline_grid_triple{flex-flow:column nowrap;margin-bottom:0}.flex.layout-content-inline_grid_70_30>div:nth-child(odd),.flex.layout-content-inline_grid_70_30>div:nth-child(2n),.flex.layout-content-inline_grid_30_70>div:nth-child(odd),.flex.layout-content-inline_grid_30_70>div:nth-child(2n),.flex.layout-content-inline_grid_double>div:nth-child(2n),.flex.layout-content-inline_grid_double>div:nth-child(odd),.flex.layout-content-inline_grid_triple>div:nth-child(3n+2),.flex.layout-content-inline_grid_triple>div:nth-child(3n+1),.flex.layout-content-inline_grid_triple>div:nth-child(3n),.layout-content-default-form-2,.layout-content-default-form-3{display:flex;flex-flow:column nowrap;width:100%;margin:0 0 8px}}@media only screen and (max-width: 600px){.pega-mashup table.responsive td{padding:25px 8px 0}.pega-mashup table.responsive td:before{position:absolute;top:-5px;padding:0;min-width:0;max-width:none;left:8px}.pega-mashup .flex.main-header{flex-flow:column;align-items:flex-start}} diff --git a/docs/assets/main-wocPULWs.css b/docs/assets/main-wocPULWs.css deleted file mode 100644 index e33b729b..00000000 --- a/docs/assets/main-wocPULWs.css +++ /dev/null @@ -1 +0,0 @@ -*,:after,:before{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body,button{font:18px/1.2 Inter,sans-serif}body{color:#050505}a,a:visited{text-decoration:none}a:not(.decorated):hover{text-decoration:underline}a.fatlist-item{white-space:nowrap;margin-left:auto;text-align:right;padding-left:28px}p.fatlist-item{margin-bottom:0}ul{padding:0;margin:0}li{list-style:none;margin:0}header nav a,header nav a:visited{font-weight:400;line-height:22px;color:#050505}header span{color:#050505;font-size:14px;font-weight:700;text-align:right}h1{font-weight:500;font-size:42px;color:#050505;margin:16px 0 28px}.hero-heading>h1.hero{padding-top:24px}h1.hero{font-size:90px;line-height:1}h2{font-weight:500;font-size:30px;margin:0 0 21px;color:#050505;line-height:1.2}.primary-options h2{width:50%}h3{font-size:24px;margin:0 0 16px;color:#050505;font-weight:500}h4{font-size:16px;margin:8px 0;color:#050505}p{margin:0 0 8px}.separator>section{border-right:2px solid #979797}.separator>section:last-child{border-right:none}.front-option>p{margin-bottom:8px}h1.hero span{display:block}.col-2 h3{margin:21px 0 14px}.banner>div{border-color:transparent}.banner h3{margin:0 0 7px;text-transform:uppercase}.banner p{font-size:14px}.banner button{margin-left:7px}.offer-text p{margin:14px 0}.offer-text h3,h3.account-type{margin-bottom:14px}.table-heading{border-bottom:1px solid #dedede;border-radius:3px;margin:0 -35px 21px;padding:0 35px 21px}table.align-center th,table.align-center td{text-align:center;width:33.3333%}table.color-light tr{border-top:1px solid rgba(0,0,0,.2)}table.color-light td{padding:8px;color:#050505;font-size:15px}table.color-heading{border:1px solid #dedede;border-radius:3px}table.color-heading tr.heading{background:#f1f1f1;font-size:15px;height:45px;font-weight:700}table.color-heading tr.footer{background:#f1f1f1;height:45px}table.color-heading .trend{font-size:10px}table tr.heading{border-top:none;font-size:12px;height:45px}.investmentamount{min-width:130px;display:inline-block}p.activity{margin:0}time span{display:block}time.fatlist-item{min-width:158px}.keyrates h4{font-weight:300}.cash-projections>div{align-items:center}.cash-projections h3{margin:-23px auto 0 0}.cash-projections h4.dropdown{margin-top:-25px;color:var(--interactiveColor)}.cash-projections>div>div{margin-left:8px;width:80px;text-align:right}.cash-projections>svg{border:1px solid #ccc;margin-top:10px}.offer-card-col>.offer-card,.front-option>.offer-card{position:relative}.ai-overlay{display:none;position:absolute;top:0;left:0;right:0;bottom:0;color:#fff;background-color:#273b3f;flex-flow:column nowrap}.ai-overlay.show{display:flex;z-index:2;opacity:.85}.ai-overlay>.footer-img{margin:auto 0 0;border-top:1px solid rgba(0,0,0,.2);text-align:right;background:url(../img/pega-logo.png) 0 0 no-repeat;height:40px}.rts-logo{background:url(../img/pega-logo.png) 0 0 no-repeat;height:40px}.hero-with-img{position:relative;min-height:400px;padding-top:60px}.ai-overlay>ul{text-align:left;padding:16px;overflow-y:auto}.ai-overlay>ul>li{word-break:break-all;display:flex;margin-bottom:8px;align-items:baseline}.ai-overlay label{font-weight:700;min-width:130px;display:inline-block;color:#fff;margin:0 8px 0 0}.ai-overlay span{word-break:break-all;color:#fff;display:inline-block;font-size:14px}button.pi.ai-toggle{border-radius:8px 0 0 8px;min-width:45px;min-height:30px;position:absolute;right:0;top:14px;z-index:3;margin:0;padding:3px 0;display:flex;justify-content:center}.rts-overlay{width:100%;height:100px;background-color:#344251;position:fixed;bottom:0;z-index:2;transition:transform .2s ease;padding:0 14px;transform:translateY(80px)}.rts-overlay>div{padding-top:21px}.rts-overlay>div>.flex{max-width:500px}.rts-enable{margin:14px 14px 14px auto}.rts-overlay.expanded{transform:translateY(0)}.rts-toggle{font-size:15px;border-radius:50%;border:3px solid transparent;width:40px;min-width:auto;padding:0;min-height:40px}.rts-enabled .cdh-offer{outline:2px dashed #f7112d;cursor:pointer}.pi.pi-rts-error{background:#f7112d;border-color:#050505}.rts-overlay-toggle{position:absolute;left:70px;top:-15px}.rts-overlay span{font-size:16px;color:#fff}.rts-overlay .comment{background-color:#1c242d;height:66px;overflow-y:auto;font-size:13px;color:#fff;padding:14px 14px 0;margin-left:14px;flex:1}.rts-overlay .comment>p{color:#fff;margin:0;font-size:13px}.scorecard{font-size:22px}.hero-wrap{min-height:700px}.hero-no-img{min-height:540px}#app>.front,#app>.form,#app>.offer{height:100vh;display:flex;flex-flow:column}.hero-wrap a{width:150px;background:#fff;text-align:center;border-radius:3px;line-height:40px}.ribbon,.ribbon1{height:0}main .hero-wrap>.hero-image,main .hero-wrap .hero-splash{flex:1}main .hero-wrap>.hero-heading{justify-content:center;position:absolute}.flex{display:flex}.account-details>div{border:1px solid #d5d5d5;margin-bottom:8px;padding:12px 8px;flex-wrap:wrap}.account-details>div>div{margin:0 8px 8px 0;min-width:calc(25% - 8px)}.account-details p,.account-picker-details p{font-size:22px}.flex-row-reverse{flex-direction:row-reverse}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.flex-align-r{margin-left:auto}.flex-grow-r{flex:1;justify-content:flex-end}.flex-mid-align{align-items:center}.grid-col-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.space-nowrap{white-space:nowrap}a.km{margin-right:21px}.cols-reverse .col-1{order:2}.cols-reverse .col-2{margin-left:0;margin-right:35px;padding:0;box-shadow:none}body{margin:0}.login-ui{position:absolute;right:50px;top:90px;background:#fff;border:1px solid #cccc;padding:16px;display:none}#app>div>header,#app>div>footer{background:#fff;padding:0 16px}.front .login{display:block;position:relative}.wrap{width:100%;max-width:1400px;margin:0 auto 16px}.mashup-main>.wrap{max-width:1200px}footer .wrap{margin-bottom:0;align-items:center}.wrap.header{align-items:center;margin-bottom:0;height:76px}header.settings{margin-bottom:0;padding:0 16px;flex-flow:row wrap}header.settings>h1{flex-grow:1;margin:0 auto;text-align:center}header ul{justify-content:flex-end}header ul.flex li{margin-right:30px}.embedded-content>body{background:transparent}.embedded-content .header-light h2{color:#050505}.embedded-content .header-light>a{flex-grow:1;text-align:right;color:#050505;line-height:42px}.embedded-content .col-2{margin:0 0 0 35px;min-width:200px}.embedded-content .col-2 h3{margin-top:0}.embedded-content .button-row>button{min-width:140px;margin:0 35px 14px 0;width:calc((100% - 118px)/4);padding:0 14px}.embedded-content .button-row>button:last-child{margin-right:0}main{flex:1;overflow:auto;border-top:.5px solid rgba(0,0,0,.2);border-bottom:.5px solid rgba(0,0,0,.2);position:relative}.primary-options>.front-option>.details{margin-top:20px}.options{display:flex;flex-wrap:wrap;justify-content:center}.details>a,.details>button{flex:1;align-items:end;display:flex}.secondary-options{position:relative}.secondary-options .banner{height:600px;background:no-repeat 100% 100% transparent;background-size:cover}.secondary-options>.content-card{position:absolute;bottom:16px;left:16px;right:50%}.hero-offer-img{max-height:400px;align-self:flex-start;padding-right:40px}.hero-wrap img{max-width:fit-content;align-self:center;max-height:300px}.hero-with-img h1.hero{font-size:60px}img.hero-offer-img{max-height:auto;align-self:end}img.option{max-width:100%;padding-bottom:8px}.col-2 img{max-width:100%}.front-option{display:flex;flex-flow:column;flex-grow:1;padding:0 8px;max-width:25%}.front-option>.details{padding:16px;background:#fff;display:flex;flex-flow:column nowrap;flex:1}footer{width:100%}footer nav>div.flex>a{margin-right:32px;font-weight:400;line-height:22px;color:#050505}footer nav>div.flex{margin:26px 0;align-items:center}.accounts-list>li{flex-grow:1}.button-row{display:flex;flex-flow:row nowrap}.accounts-list>li{margin:0 8px 24px}.button-row>button{margin:0 8px}.accounts-list>li:first-child,.button-row>button:first-child{margin-left:0}.accounts-list>li:last-child,.button-row>button:last-child{margin-right:0}.account-msg{padding-top:32px;font-size:30px}.quick-links{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:16px}.quick-links>button{width:100%}.account-tabs-header{display:flex}.account-tabs-item{flex:1;padding:16px;border-radius:8px 8px 0 0;transition:.4s all ease-out;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;border-bottom:1px solid #d5d5d5}.account-tabs-item.selected{font-weight:600;border:1px solid #d5d5d5;border-bottom:none}.account-tabs-content{border-radius:0 0 8px 8px;padding:16px;border:1px solid #d5d5d5;border-top:none}.account-img{padding-right:24px;margin-bottom:8px;max-height:107px;width:fit-content}.account-picker-details{display:flex;flex-flow:row wrap;flex:1}.account-picker-details>div{margin:0 8px 8px 0;min-width:calc(33.3333% - 8px)}.account-view-details{min-width:105px;text-align:end}.col.col-1{width:calc(75% - 35px);margin:0}.col-2{flex-grow:1;width:25%;margin-bottom:24px;margin-left:30px}.col-3{flex:1;width:calc((100% - 70px) / 3);margin-left:35px}.col-3:first-child{margin-left:0}.content-card{padding:20px}.primary-card{padding:16px;margin:0 0 24px}.primary-card>section{margin-bottom:16px}.primary-card>section:last-child{margin-bottom:0}.secondary-card{padding:20px;margin-bottom:30px}.secondary-card>section{margin-bottom:32px}.offer .col-2{margin-top:0}.col-2 img{margin:0 auto;display:block}.circle{border-radius:999px}.menu{display:none}#pega-gadget~.col-2{margin-top:90px}.layout-stacked>.field-item{margin:16px 0 8px;position:relative}.layout-stacked>.field-item>label{position:absolute;top:0;left:8px;transition:all .3s ease;padding:0;margin:10px 0 0;pointer-events:none;font-size:16px}.layout-stacked>.field-item>input:focus,.layout-stacked>.field-item>input:hover,.layout-stacked>.field-item>input:active,.layout-stacked>.field-item>input{transition:all .3s linear;border:none;border-bottom:1px solid #d1d2d3;outline:none;color:#050505;line-height:40px;padding:10px 0 3px;height:40px;font-weight:300}.layout-stacked>.field-item>input::placeholder{color:transparent;font-size:0}.layout-stacked>.field-item>input:active+label,.layout-stacked>.field-item>input:focus+label,.layout-stacked>.field-item>input:not(:placeholder-shown)+label{font-size:75%;transform:translate3d(0,-100%,0);margin-top:16px}.layout-labels-left>.field-item{display:flex;flex-flow:row nowrap;align-items:center;margin-bottom:8px}.layout-labels-left>.field-item>label{margin:0 16px 0 0;width:300px}.layout-labels-left>.field-item>label.width-auto{width:auto}.layout-labels-left>.field-item>select,.layout-labels-left>.field-item>input[type=text],.layout-labels-left>.field-item>input[type=password],.layout-labels-left>.field-item>textarea{flex-grow:1;width:100%;min-width:0;resize:none}.layout-labels-top>.field-item>label{margin:0 0 4px}.layout-labels-top>.field-item>select,.layout-labels-top>.field-item>input[type=text],.layout-labels-top>.field-item>input[type=password],.layout-labels-top>.field-item>textarea{flex-grow:1;width:100%;min-width:0;margin-bottom:16px;resize:none}.layout-labels-top>.field-item.field-checkbox{display:flex;flex-flow:row nowrap;margin-top:16px;margin-bottom:16px}.layout-labels-top>.field-item.field-checkbox>label{margin-right:16px}.layout-inline-grid-double{display:flex;flex-flow:row wrap}.layout-inline-grid-double>div{width:calc(50% - 8px);margin-right:8px}.layout-inline-grid-double>div:nth-child(2n){margin:0 0 0 8px}.padding-2x{padding:16px}.margin-r-2x{margin-right:16px}.margin-t-2x{margin-top:16px}.margin-t-auto{margin-top:auto}.padding-t-2x{padding-top:16px}.padding-b-1x{padding-bottom:8px}.margin-b-3x{padding-bottom:24px}.flex-grow-1{flex-grow:1}.flex-1{flex:1}.float-r{float:right}.margin-r-auto{margin-right:auto}.margin-l-auto{margin-left:auto}.width-100-pct{width:100%}.height-100-pct{height:100%;flex:1}.full-height{height:100%;width:100%}.full-height>iframe{min-height:calc(100vh - 244px)}div.inline-middle>button{margin-right:16px}div.inline-middle>button:last-child{margin-right:0}div[data-pega-gadgetname]{width:100%}[role=tablist] li{display:inline-block;list-style:none}a[role=tab]{padding:12px 16px;display:block;font-weight:700;text-decoration:none;cursor:pointer;color:var(--interactiveColor);width:100%}a[aria-selected=true],a[role=tab]:focus,a[role=tab]:hover,a[role=tab]:active{background:#d2d2d2b3;text-decoration:underline}[role=tabpanel][aria-hidden=true]{display:none}.bill-pay p{margin-bottom:16px;font-size:22px}a.kmhelp{margin:auto 16px auto 0}section.kmhelp>div{height:100%}section.kmhelp{height:calc(100vh - 150px)}.tab-vertical-menu{max-width:1400px;margin:21px auto}.tab-vertical-menu>.tab-interface{display:flex;flex-flow:column;width:350px;margin:0 24px;position:sticky;top:21px;float:left}.tab-vertical-menu>.tab-interface>.tab-action,.tab-vertical-menu>.tab-interface ul{display:flex;flex-flow:column;padding:0;margin-bottom:30px;background:#fff;border-radius:8px}.tab-vertical-menu>.tab-interface>.container>.header{display:none}.tab-vertical-menu>.tab-interface>.container>.body{display:block;background:none;padding:0}.tab-vertical-menu>.tab-interface>.tab-action{padding:20px}.tab-vertical-menu>.tabs-details{flex:1;margin-right:24px;margin-bottom:30px;background:#fff;border-radius:8px;padding:20px;margin-left:396px}.container-transparent h3,.container-transparent p{color:#050505}.container-transparent h3{margin:8px 0}.container>.header{height:40px;align-items:baseline;cursor:pointer;margin-bottom:8px}.container>.header>h3{color:#050505;order:2}.container>.header>button.simple{color:#050505;font-size:24px;padding:0 8px 0 0}.container>.header>button.simple>i{margin-right:0}.container.collapsed>.body{display:none}[disabled]{opacity:.33;pointer-events:none}.logo{height:58px;margin-right:35px}label{margin-top:0;color:#05050599;font-size:14px;font-weight:600}label.required:after{content:"*";color:#d91c29;margin:4px 0 0 8px;vertical-align:middle;display:inline-block}select,input,textarea{margin-top:0;background:#fff;border:1px solid #d1d2d3;color:inherit;font-family:inherit;font-size:inherit;line-height:24px;display:block;padding:0 14px;color:#050505;border:1px solid #939393;border-radius:4px}select,input{height:42px}textarea{resize:none;overflow:hidden;display:block;-moz-tab-size:4;tab-size:4}input[type=radio],input[type=checkbox]{display:inline-block;height:auto}input[type=radio]{position:absolute;opacity:0}input[type=radio]+label:before{content:"";position:absolute;left:0;top:0;border-radius:50%;transition:.2s ease all;background:#fff;border:1px solid #cacdd6;width:25px;height:25px;display:inline-block;margin:0 4px 0 0;box-sizing:border-box;padding:0;vertical-align:top}input[type=radio]:hover+label:before,input[type=radio]:focus+label:before{border-color:var(--interactiveColor)}input[type=radio]+label{pointer-events:all;position:relative;padding-left:30px;padding-top:0;cursor:pointer;width:100%;margin:0 10px 10px 0;display:inline-block;color:#1d2020;font-weight:400;text-decoration:inherit;text-transform:none;font-size:16px;font-family:Inter,sans-serif;line-height:28px}input[type=radio]:checked+label:before{background:#fff;border-width:9px;border-color:var(--interactiveColor)}.field-radiogroup>div{display:flex;flex-flow:row wrap}select{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.06 28.04' width='18' height='9'%3E%3Cpath fill='%23333' d='M47.51.64a1.91 1.91 0 00-2.7 0L24.1 23.25 3.35.65 3.17.47A1.91 1.91 0 10.66 3.35l21.87 23.84a1.69 1.69 0 00.13.31 2.15 2.15 0 002.85 0 1.75 1.75 0 00.13-.32L47.51 3.34a1.91 1.91 0 000-2.7z'/%3E%3C/svg%3E") right 15px top 50% no-repeat;padding-right:48px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #939393;border-radius:4px}select::-ms-expand{display:none}a,button,input,textarea,select{transition:all .25s ease-out}textarea{height:150px}a:hover{cursor:pointer}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox]:hover,input[type=checkbox]:active,input[type=checkbox]:checked,input[type=checkbox]:indeterminate{border-color:var(--interactiveColor)}input[type=checkbox]:checked,input[type=checkbox]:indeterminate{background-color:#eceff8}input[type=checkbox]:disabled{opacity:.3;cursor:not-allowed}input[type=checkbox]{position:absolute;opacity:0}input[type=checkbox]:checked+label:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjIgMjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIyIDI2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMjEuMSw3LjQgMjAuNiw2LjggMjAuMiw2LjUgNy43LDE5IDEuNSwxMi45IDAuMywxNC4yIDcuNywyMS40IDIxLjUsNy44ICIvPgo8L3N2Zz4K) no-repeat 50% 50%;background-color:var(--interactiveColor);background-size:16px;border-color:var(--interactiveColor)}input[type=checkbox]:focus+label:before,input[type=checkbox]:hover+label:before{border-color:var(--interactiveColor)}input[type=checkbox]+label:before{content:"";position:absolute;left:0;top:0;width:28px;height:28px;transition:.2s ease all;border:1px solid}input[type=checkbox]+label{pointer-events:all;position:relative;padding-left:40px;padding-top:4px;cursor:pointer;height:28px;width:100%;margin:0 8px 0 0;display:block;line-height:19px}input[type=color]{margin-right:8px;min-width:30px;width:30px;padding:0;height:30px;border:none}.hidden{opacity:0;display:none}.show{opacity:1;display:flex}.overlay{background:#fff;position:absolute;padding:16px;right:28px;box-shadow:0 2px 8px #05050533;border-radius:8px;top:80px;transition:opacity .25s ease-out;z-index:1000;max-width:400px;min-width:400px}.overlay.logout{min-width:120px;right:0;top:50px;padding:8px}.user-area{position:relative}.overlay>*,.field{margin-bottom:16px}.overlay>*:last-child{margin-bottom:0}button,.button{background:var(--interactiveColor);border:1px solid var(--interactiveColor);box-sizing:border-box;display:inline-block;font-weight:700;min-height:50px;min-width:140px;border-radius:3px;cursor:pointer;width:fit-content;color:#fff}button.launch-login{margin-top:3px;margin-bottom:3px}button.strong,button.strong:hover,button.strong:active,button.strong:focus,button.launch-login,button.launch-login:hover,button.launch-login:active,button.launch-login:focus{opacity:.9;background:var(--interactiveColor);color:#fff;border:1px solid transparent}button.strong:hover,button.strong:active,button.strong:focus,button.launch-login:hover,button.launch-login:active,button.launch-login:focus{outline:1px solid var(--interactiveColor);opacity:1;transition:opacity ease .1ms}button.launch-menu{min-width:100px;margin-left:16px}button:hover{border-color:var(--interactiveColor)}button,button:hover,button:focus,button:active{background:var(--interactiveColor);color:#fff;border:1px solid transparent}button.secondary{border:none;background:#fff;color:var(--interactiveColor)}button.secondary:hover{border:none}button.tertiary{background:none}button.light{background:none;border:none;color:#050505;min-width:40px;padding:5px;opacity:.85}button.light:hover,button.light:focus,button.light:active{opacity:1}button.secondary,.button.secondary,button.secondary:hover,.button.secondary:hover,button.secondary:focus,.button.secondary:focus,button.secondary:active,.button.secondary:active,button.tertiary,.button.tertiary,button.tertiary:hover,.button.tertiary:hover,button.tertiary:focus,.button.tertiary:focus,button.tertiary:active,.button.tertiary:active{color:var(--interactiveColor)}button.simple{background:transparent;border:none;color:var(--interactiveColor);min-width:0;padding:0}button.simple:hover,button.simple:active{background:transparent;border:none;color:var(--interactiveColor);text-decoration:underline}.quick-links>button{background:none;color:var(--interactiveColor);border:1px solid var(--interactiveColor);font-weight:400}.quick-links>button:focus,.quick-links>button:hover{outline:1px solid var(--interactiveColor)}.quick-links>button:focus{outline:var(--interactiveColor)}.overlay button,.overlay .button,.overlay select,.overlay input{width:100%}.field>*{margin-top:5px}.field :not(label){order:2}.field.check{flex-direction:row}.field.check *{order:1;margin-right:15px}.field .error,.field .helper{font-size:16px}.field .error{color:red}.field .helper{color:#646363}.password,.username{position:relative}.avatar{width:50px;height:50px;border-radius:50%;border:4px solid #FFF}.pi.product-icon{min-width:70px;height:70px;border-radius:50%;font-size:30px;line-height:60px;text-align:center;color:#050505}.menu-overlay{background:#fff;position:absolute;transition:height .25s ease-in-out;filter:drop-shadow(0 3px 21px rgba(0,0,0,.5));right:16px;min-width:200px;height:0;overflow:hidden;z-index:2}header .menu-overlay a{color:#050505;text-transform:none;padding-right:28px;line-height:40px;border-bottom:1px solid #fdfdfd;text-align:right;display:block}.fatlist>li{border-bottom:1px solid #e6e7e8;padding:3px 0;align-items:center;min-height:28px}table{width:100%;border-collapse:collapse}th,td{padding:4px;text-align:left}.align-r,th.align-r,td.align-r{text-align:right}.filter{border:none;border-bottom:1px solid #dedede;margin:0 0 8px auto;max-width:50%;color:#050505}.search-bar{position:relative}.search-bar .pi-search{position:absolute;right:0;bottom:22px}.file-upload{height:50px;margin-top:24px}.inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.inputfile+label{font-size:16px;font-weight:600;padding:16px 8px;margin-bottom:0;color:var(--interactiveColor);border:none;cursor:pointer;min-height:40px;border:1px solid var(--interactiveColor);border-radius:3px;transition:all .25s ease-out}button.file-download:hover,button.file-download:active,button.file-download:focus,.inputfile:hover+label,.inputfile:active+label,.inputfile:focus+label{outline:2px solid var(--interactiveColor);border-radius:0}button.file-download{color:var(--interactiveColor);background:#fff;font-weight:600;border:1px solid var(--interactiveColor);border-radius:0}td>input{width:100%;inline-size:-moz-available}@supports (-webkit-appearance: none){input[type=datetime-local]::-webkit-inner-spin-button,input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}input[type=datetime-local]::-webkit-calendar-picker-indicator,input[type=date]::-webkit-calendar-picker-indicator{display:block;color:#0000;opacity:1;background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNSAyNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1Ij48dGl0bGU+ZXZlbnRzPC90aXRsZT48ZyBpZD0iYnVkaWNvbi1ldmVudHMiPjxwYXRoIGQ9Ik0yNCwySDE5Vi41YS41LjUsMCwwLDAtMSwwVjJIN1YuNWEuNS41LDAsMCwwLTEsMFYySDFBMSwxLDAsMCwwLDAsM1YyM2ExLDEsMCwwLDAsMSwxSDI0YTEsMSwwLDAsMCwxLTFWM0ExLDEsMCwwLDAsMjQsMlptMCwyMUgxVjhIMjRaTTI0LDdIMVYzSDI0Wm0tOSw2SDEzVjExaDJabTUsMEgxOFYxMWgyWk03LDE4SDVWMTZIN1ptNSwwSDEwVjE2aDJaIi8+PC9nPjwvc3ZnPg==) no-repeat 100% 50%}.field-combobox>input[type=text]::-webkit-calendar-picker-indicator{display:none}}@supports (-moz-appearance: none){input[type=date]{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNSAyNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1Ij48dGl0bGU+ZXZlbnRzPC90aXRsZT48ZyBpZD0iYnVkaWNvbi1ldmVudHMiPjxwYXRoIGQ9Ik0yNCwySDE5Vi41YS41LjUsMCwwLDAtMSwwVjJIN1YuNWEuNS41LDAsMCwwLTEsMFYySDFBMSwxLDAsMCwwLDAsM1YyM2ExLDEsMCwwLDAsMSwxSDI0YTEsMSwwLDAsMCwxLTFWM0ExLDEsMCwwLDAsMjQsMlptMCwyMUgxVjhIMjRaTTI0LDdIMVYzSDI0Wm0tOSw2SDEzVjExaDJabTUsMEgxOFYxMWgyWk03LDE4SDVWMTZIN1ptNSwwSDEwVjE2aDJaIi8+PC9nPjwvc3ZnPg==) no-repeat calc(100% - 8px) 50%;padding-right:28px}}.field-combobox>input,button.action-menu{background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OC4wNiAyOC4wNCcgIHdpZHRoPScxOCcgaGVpZ2h0PSc5Jz48cGF0aCBmaWxsPSIjMTAxMzJFIiBkPSdNNDcuNDEuNTVhMS45MSAxLjkxIDAgMCAwLTIuNyAwbC0yMC43MSAyMi42MS0yMC43NS0yMi42LS4xOC0uMThhMS45MSAxLjkxIDAgMSAwLTIuNTEgMi44OGwyMS44NyAyMy44NGExLjY5IDEuNjkgMCAwIDAgLjEzLjMxIDIuMTUgMi4xNSAwIDAgMCAyLjg1IDAgMS43NSAxLjc1IDAgMCAwIC4xMy0uMzJsMjEuODctMjMuODRhMS45MSAxLjkxIDAgMCAwIDAtMi43eicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLjEgLjA5KScvPjwvc3ZnPg==) no-repeat 100% 50%}body,.hero-main{background:#f7f7f7}.highlight-main{background:#fff}a,a:visited{color:var(--interactiveColor)}a.decorated,a.decorated:visited{border-bottom-color:var(--interactiveColor)}a:hover,a:focus,a:active{text-decoration:underline}.mashup-main{background:#fff;padding-top:24px}.content-card{background:#fff;border:1px solid #d5d5d5}.primary-card{background:#fff}.secondary-card{background:#fff;border:.5px solid rgba(0,0,0,.2)}.content-card.fatlist,.content-card.offer-card{padding:0}.trend-error{color:#ff0900e6;font-weight:700}.pi.pi-error{color:#ff0900e6;font-weight:700!important}.trend-success{color:#3c8712;font-weight:700}.pi.pi-success{color:#3c8712;font-weight:700!important}.success-text{font-size:40px;color:#3c8712}@font-face{font-family:UIKitIcons;font-display:swap;src:url(../fonts/Icons.woff2) format("woff2");font-weight:400;font-style:normal}@-webkit-keyframes anim-rotate{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes anim-rotate-reverse{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(-360deg)}}@keyframes anim-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes anim-rotate-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.anim-rotateCW:before{-webkit-animation:anim-rotate 1.33s linear infinite;animation:anim-rotate 1.33s linear infinite}.anim-rotateCCW:before{-webkit-animation:anim-rotate-reverse 1.33s linear infinite;animation:anim-rotate-reverse 1.33s linear infinite}.pi,#sidebar-region-one #PEGA_TABBED0 .tab-ul li>a,.screen-layout-header_footer_left>.screen-layout-region>.screen-layout-region-content .nav-toggle-one,div[class*=layout-outline]>.Expanded>.header-bar>*>.icon-openclose,div[class*=layout-outline]>.Collapsed>.header-bar>*>.icon-openclose,.menu-horizontal>.menu-item>.menu-item-anchor.menu-item-expand:after,.content-layout-group>.layout-group-nav>h2>.icon-openclose:before,.container-close:before{font-family:UIKitIcons!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;transform-origin:50% 50% 0;-webkit-transform-origin:50% 50% 0;margin-right:.25em}aside .pi{margin:0}.pi:before,div[class*=layout-outline]>.Expanded>.header-bar>*>.icon-openclose:before,div[class*=layout-outline]>.Collapsed>.header-bar>*>.icon-openclose:before,.menu-horizontal>.menu-item>.menu-item-anchor.menu-item-expand:after,.content-layout-group>.layout-group-nav>h2>.icon-openclose:before{display:inline-block;vertical-align:-.2em;line-height:1;font-size:1.1764705882em;padding:.5px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}i[data-click],i[data-click]:before{cursor:pointer}.Header_nav .pi:before{font-size:18px}.pi-dark{color:#10132e}.pi-light{color:#050505}.pi-grey,.pi-gray{color:#10132ea8}.pi-muted{opacity:.35}.pi-muted:hover{opacity:1}.pi-small{font-size:12px}.pi-1_5x{font-size:1.5em}.pi-2x{font-size:2em}.pi-3x{font-size:3em}.pi-4x{font-size:4em}.pi-5x{font-size:5em}.pi-empty-state:before{font-size:1em!important}.screen-layout-header_footer_left>.screen-layout-region>.screen-layout-region-content .nav-toggle-one,.content-layout-group>.layout-group-nav>h2>.icon-openclose{background-image:none;padding-right:10px}.content-layout-group>.layout-group-nav>h2>.icon-openclose{font-size:21px;margin-top:7px}.screen-layout-header_footer_left>.screen-layout-region>.screen-layout-region-content .nav-toggle-one:before{content:"";line-height:35px;margin:0}.private-rule:before,.open-rule:before{color:#a9d400}.open-rule:before{font-size:10px}#sidebar-region-one #PEGA_TABBED0 .tab-ul li>a:before,.screen-layout-header_footer_left>.screen-layout-region>.screen-layout-region-content .nav-toggle-one:before{color:#050505;font-size:16px;vertical-align:middle}.pi-1-1-solid:before,.menu-item-active>a.menu-item-anchor .pi-1-1:before{content:""}.pi-1-1:before{content:""}.pi-a11y:before{content:""}.pi-align-center:before{content:""}.pi-align-item-center-solid:before,.pi-align-item-vert-center-solid:before,.menu-item-active>a.menu-item-anchor .pi-align-item-center,.menu-item-active>a.menu-item-anchor .pi-align-item-vert-center{content:""}.pi-align-item-center:before,.pi-align-item-vert-center:before{content:""}.pi-align-item-left:before,.pi-align-item-right:before,.pi-align-item-up:before,.pi-align-item-down:before{content:""}.pi-align-item-left-solid:before,.pi-align-item-right-solid:before,.pi-align-item-down-solid:before,.pi-align-item-up-solid:before,.menu-item-active>a.menu-item-anchor .pi-align-item-left:before,.menu-item-active>a.menu-item-anchor .pi-align-item-right:before,.menu-item-active>a.menu-item-anchor .pi-align-item-up:before,.menu-item-active>a.menu-item-anchor .pi-align-item-down:before{content:""}.pi-align-right:before{content:""}.pi-amazon:before{content:""}.pi-ambulance-solid:before,.menu-item-active>a.menu-item-anchor .pi-ambulance:before{content:""}.pi-ambulance:before{content:""}.pi-analytics-good-solid:before,.pi-analytics-bad-solid:before,.menu-item-active>a.menu-item-anchor .pi-analytics-good:before,.menu-item-active>a.menu-item-anchor .pi-analytics-bad:before{content:""}.pi-analytics-good:before,.pi-analytics-bad:before{content:""}.pi-analytics-neutral-solid:before,.menu-item-active>a.menu-item-anchor .pi-analytics-neutral:before{content:""}.pi-analytics-neutral:before{content:""}.pi-antenna:before,.pi-antenna-solid:before{content:""}.pi-app-solid:before,.menu-item-active>a.menu-item-anchor .pi-app:before,.menu-item-active>a.menu-item-anchor [tabtitle=App]:before{content:""}.pi-app:before,[tabtitle=App]:before{content:""}.pi-archery:before{content:""}.pi-archive-solid:before,.menu-item-active>a.menu-item-anchor .pi-archive:before{content:""}.pi-archive:before{content:""}.pi-arrow-above-or:before,.pi-arrow-below-or:before{content:""}.pi-arrow-above-row:before,.pi-arrow-below-row:before,.pi-arrow-below-row-left:before,.pi-arrow-above-row-left:before,.pi-arrow-below-row-right:before,.pi-arrow-above-row-right:before{content:""}.pi-arrow-bend-right:before,.pi-arrow-bend-left:before{content:""}.pi-arrow-box-repeat:before,.pi-retweet:before,.pi-repeat:before{content:""}.pi-arrow-box-right:before,.pi-arrow-box-down:before,.pi-arrow-box-left:before,.pi-arrow-box-up:before,.pi-arrow-micro-right:before,.pi-arrow-micro-left:before,.pi-arrow-micro-up:before,.pi-arrow-micro-down:before,.pi-arrow-micro-down-solid:before,.pi-arrow-micro-up-solid:before,.pi-arrow-micro-right-solid:before,.pi-arrow-micro-left-solid:before{content:""}.pi-arrow-down-between-columns:before,.pi-arrow-between-column-down:before,.pi-arrow-right-between-rows:before{content:""}.pi-arrow-down-between-left-column:before,.pi-arrow-between-left-column-down:before,.pi-arrow-down-between-right-column:before,.pi-arrow-between-right-column-down:before,.iconAppendColumn:before,.iconAppendColumn_on:before,.iconAppendColumn_disabled:before,.iconAppendInside:before,.iconAppendInside_on:before,.iconAppendInside_disabled:before{content:""}.pi-arrow-down-between-left-column:before,.pi-arrow-down-between-right-column:before{content:""}.pi-arrow-in:before{content:""}.pi-arrow-left-right:before,.pi-arrow-up-down:before{content:""}.pi-arrow-out:before{content:""}.pi-arrow-right-thru-column:before,.pi-arrow-right-column:before,.pi-arrow-left-column:before,.pi-arrow-up-row:before,.pi-arrow-down-thru-row:before,.pi-arrow-down-row:before{content:""}.pi-arrow-right:before,.pi-arrow-down:before,.pi-arrow-left:before,.pi-arrow-up:before,.pi-arrow-sw:before,.pi-arrow-o-right:before,.pi-arrow-o-left:before,.pi-arrow-o-down:before,.pi-arrow-o-up:before,.pi-arrow-o-ne:before,.iconGetNextWork:before,.iconGetNextWork_on:before,.iconGetNextWork_disabled:before,.iconTransfer:before,.iconTransfer_on:before,.iconTransfer_disabled:before{content:""}.pi-arrow-shrink:before{content:""}.pi-arrow-up-text:before,.pi-arrow-down-text:before{content:"-"}.pi-arrows-ne-sw-join:before{content:"w"}.pi-arrows-ne-sw-separate:before{content:"c"}.pi-article-check:before{content:""}.pi-atom:before{content:""}.pi-backspace-solid:before,.menu-item-active>a.menu-item-anchor .pi-backspace:before{content:""}.pi-backspace:before{content:""}.pi-badge-solid:before,.menu-item-active>a.menu-item-anchor .pi-badge:before{content:""}.pi-badge:before{content:""}.pi-bank-solid:before,.menu-item-active>a.menu-item-anchor .pi-bank:before{content:""}.pi-bank:before{content:""}.pi-bars:before{content:""}.pi-battery-charge-solid:before,.menu-item-active>a.menu-item-anchor .pi-battery-charge:before{content:""}.pi-battery-charge:before{content:""}.pi-battery-solid:before,.menu-item-active>a.menu-item-anchor .pi-battery:before{content:""}.pi-battery:before{content:""}.pi-bell-solid:before,.menu-item-active>a.menu-item-anchor .pi-bell:before{content:""}.pi-bell:before{content:"L"}.pi-blocks-solid:before,.menu-item-active>a.menu-item-anchor .pi-blocks:before{content:""}.pi-blocks:before{content:""}.pi-bluetooth:before{content:"q"}.pi-bolt-solid:before,.menu-item-active>a.menu-item-anchor .pi-bolt:before{content:""}.pi-bolt:before{content:""}.pi-book-open-solid:before,.menu-item-active>a.menu-item-anchor .pi-book-open:before{content:""}.pi-book-open:before{content:""}.pi-book-solid:before,.menu-item-active>a.menu-item-anchor .pi-book:before{content:""}.pi-book:before{content:""}.pi-bookmark-solid:before,.menu-item-active>a.menu-item-anchor .pi-bookmark:before{content:"F"}.pi-bookmark:before{content:""}.pi-bounding-box-solid:before,.pi-box-bounding-solid:before,.menu-item-active>a.menu-item-anchor .pi-bounding-box:before{content:""}.pi-bounding-box:before{content:""}.pi-box-3-solid:before,.menu-item-active>a.menu-item-anchor .pi-box-3:before{content:""}.pi-box-3:before{content:""}.pi-box-4-solid:before,.menu-item-active>a.menu-item-anchor .pi-box-4:before{content:""}.pi-box-4:before{content:""}.pi-box-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-box-check:before,.menu-item-active>a.menu-item-anchor .pi-check-box:before,.menu-item-active>a.menu-item-anchor .iconSave:before,.menu-item-active>a.menu-item-anchor .iconSave_on:before,.menu-item-active>a.menu-item-anchor .iconSave_disabled:before{content:"I"}.pi-box-check:before,.pi-check-box:before,.iconSave:before,.iconSave_on:before,.iconSave_disabled:before{content:""}.pi-box-crosshair:before{content:""}.pi-box-dashed-labeled-solid:before,.pi-box-dashed-solid:before,.menu-item-active>a.menu-item-anchor .pi-box-dashed-labeled:before{content:""}.pi-box-dashed-labeled:before{content:""}.pi-box-dashed:before,.pi-expand-box:before,.pi-scale-up:before{content:""}.pi-box-grid:before{content:""}.pi-box-lines-2:before{content:"]"}.pi-box-lines-2-solid:before,.menu-item-active>a.menu-item-anchor .pi-box-lines-2:before{content:""}.pi-box:before{content:""}.pi-browser-solid:before,.menu-item-active>a.menu-item-anchor .pi-browser:before{content:""}.pi-browser:before{content:""}.pi-bug-solid:before,.menu-item-active>a.menu-item-anchor .pi-bug:before{content:""}.pi-bug:before{content:""}.pi-building-solid:before,.menu-item-active>a.menu-item-anchor .pi-building-1:before,.menu-item-active>a.menu-item-anchor .pi-building:before{content:""}.pi-building-1:before,.pi-building:before{content:"_"}.pi-building-2-solid:before,.menu-item-active>a.menu-item-anchor .pi-building-2:before{content:""}.pi-building-2:before{content:"`"}.pi-building-3-solid:before,.menu-item-active>a.menu-item-anchor .pi-building-3:before{content:""}.pi-building-3:before{content:"{"}.pi-bulb-solid:before,.menu-item-active>a.menu-item-anchor .pi-bulb:before{content:""}.pi-bulb:before{content:""}.pi-calculator-solid:before,.menu-item-active>a.menu-item-anchor .pi-calculator:before{content:"P"}.pi-calculator:before{content:"<"}.pi-calendar-empty-solid:before,.menu-item-active>a.menu-item-anchor .pi-calendar-empty:before{content:""}.pi-calendar-empty:before{content:""}.pi-calendar-plus-solid:before,.menu-item-active>a.menu-item-anchor .pi-calendar-plus:before{content:""}.pi-calendar-plus:before{content:""}.pi-calendar-range-solid:before,.menu-item-active>a.menu-item-anchor .pi-calendar-range:before{content:""}.pi-calendar-range:before{content:""}.pi-calendar-solid:before,.menu-item-active>a.menu-item-anchor .pi-calendar:before,.menu-item-active>a.menu-item-anchor .iconCalendar:before,.menu-item-active>a.menu-item-anchor .iconCalendar_on:before,.menu-item-active>a.menu-item-anchor .iconCalendar_disabled:before{content:""}.pi-calendar:before,.iconCalendar:before,.iconCalendar_on:before,.iconCalendar_disabled:before{content:""}.pi-camera-solid:before,.menu-item-active>a.menu-item-anchor .pi-camera:before,.menu-item-active>a.menu-item-anchor .iconImage:before,.menu-item-active>a.menu-item-anchor .iconImage_on:before,.menu-item-active>a.menu-item-anchor .iconImage_disabled:before{content:"u"}.pi-camera:before,.iconImage:before,.iconImage_on:before,.iconImage_disabled:before{content:""}.pi-cancel:before,.iconNoShow:before,.iconNoShow_on:before,.iconNoShow_disabled:before{content:""}.pi-car-solid:before,.menu-item-active>a.menu-item-anchor .pi-car:before{content:""}.pi-car:before{content:""}.pi-card-stack-solid:before,.menu-item-active>a.menu-item-anchor .pi-card-stack:before{content:"C"}.pi-card-stack:before{content:""}.pi-caret-double-right:before,.pi-caret-double-left:before,.pi-caret-2-right:before,.pi-caret-2-left:before{content:""}.pi-caret-right:before,.pi-caret-left:before,.pi-caret-up:before,.pi-caret-down:before,.pi-caret-solid-right:before,.pi-caret-solid-left:before,.pi-caret-solid-down:before,.pi-caret-solid-up:before,div[class*=layout-outline]>.Expanded>.header-bar>*>.icon-openclose:before,div[class*=layout-outline]>.Collapsed>.header-bar>*>.icon-openclose:before,.Temporary_top_tabs>.scrlCntr>ol.tsb-menu>li:first-child>a#TABANCHOR:before{content:"";text-decoration:none}.pi-caret-solid-up-level:before,.pi-arrow-up-level:before{content:""}.pi-cart-close-solid:before,.menu-item-active>a.menu-item-anchor .pi-cart-close:before{content:"T"}.pi-cart-close:before{content:""}.pi-cart-solid:before,.menu-item-active>a.menu-item-anchor .pi-cart:before{content:"S"}.pi-cart:before{content:"r"}.pi-case-medical-solid:before,.menu-item-active>a.menu-item-anchor .pi-case-medical:before{content:""}.pi-case-medical:before{content:""}.pi-case-solid:before,.menu-item-active>a.menu-item-anchor .pi-case:before,.menu-item-active>a.menu-item-anchor [tabtitle=Cases]:before{content:""}.pi-case:before,[tabtitle=Cases]:before{content:""}.pi-chain-solid:before,.menu-item-active>a.menu-item-anchor .pi-chain-up:before{content:""}.pi-chain-up:before{content:""}.pi-chain:before{content:"+"}.pi-chart-bar-solid:before,.menu-item-active>a.menu-item-anchor .pi-chart-bar:before,.menu-item-active>a.menu-item-anchor .pi-line-chart:before{content:""}.pi-chart-bar:before,.pi-line-chart:before{content:""}.pi-chart-donut-solid:before,.menu-item-active>a.menu-item-anchor .pi-chart-donut:before{content:""}.pi-chart-donut:before{content:""}.pi-chart-forecast:before{content:""}.pi-chart-line:before{content:""}.pi-chart-pie-solid:before,.menu-item-active>a.menu-item-anchor .pi-chart-pie:before,.menu-item-active>a.menu-item-anchor .pi-pie-chart:before{content:""}.pi-chart-pie:before,.pi-pie-chart:before{content:""}.pi-chart-radar-solid:before,.menu-item-active>a.menu-item-anchor .pi-chart-radar:before{content:""}.pi-chart-radar:before{content:""}.pi-chat-help-solid:before,.menu-item-active>a.menu-item-anchor .pi-chat-help:before{content:""}.pi-chat-help:before{content:"B"}.pi-chat-sentiment-solid:before,.menu-item-active>a.menu-item-anchor .pi-chat-sentiment:before{content:""}.pi-chat-sentiment:before{content:""}.pi-chat-typing-solid:before,.menu-item-active>a.menu-item-anchor .pi-chat-typing:before{content:""}.pi-chat-typing:before{content:"="}.pi-chat-solid:before,.menu-item-active>a.menu-item-anchor .pi-chat:before{content:""}.pi-chat:before{content:""}.pi-chats-solid:before,.menu-item-active>a.menu-item-anchor .pi-chats:before{content:""}.pi-chats:before{content:""}.pi-circle-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-circle-check:before,.menu-item-active>a.menu-item-anchor .pi-check-circle:before,.menu-item-active>a.menu-item-anchor .iconSave:before,.menu-item-active>a.menu-item-anchor .iconSave_on:before,.menu-item-active>a.menu-item-anchor .iconSave_disabled:before{content:""}.pi-circle-check:before,.pi-check-circle:before,.iconSave:before,.iconSave_on:before,.iconSave_disabled:before{content:"K"}.pi-check:before,[tabtitle=Private]:before{content:""}.pi-checkbook:before{content:""}.pi-chevron-solid:before,.menu-item-active>a.menu-item-anchor .pi-chevron:before{content:""}.pi-chevron:before{content:""}.pi-church-solid:before,.menu-item-active>a.menu-item-anchor .pi-church:before{content:""}.pi-church:before{content:""}.pi-circle-solid:before,.pi-circle-filled:before,.menu-item-active>a.menu-item-anchor .pi-circle:before{content:""}.pi-circle-half-left:before,.pi-circle-half-right:before,.pi-circle-half-left-icon:before,.pi-circle-half-up:before,.pi-circle-half-down:before,.pi-circle-mixed-right:before,.pi-circle-mixed-left:before,.pi-circle-mixed-down:before,.pi-circle-mixed-up:before{content:""}.pi-circle-minus-solid:before,.menu-item-active>a.menu-item-anchor .pi-circle-minus:before,.menu-item-active>a.menu-item-anchor .pi-minus-circle:before{content:""}.pi-circle-minus:before,.pi-minus-circle:before{content:"H"}.pi-circle-plus-solid:before,.pi-circle-close-solid:before,.menu-item-active>a.menu-item-anchor .pi-circle-plus:before,.menu-item-active>a.menu-item-anchor .pi-plus-circle:before,.menu-item-active>a.menu-item-anchor .pi-close-circle:before,.menu-item-active>a.menu-item-anchor .pi-circle-close:before,.menu-item-active>a.menu-item-anchor .iconInsert:before,.menu-item-active>a.menu-item-anchor .iconInsert_on:before,.menu-item-active>a.menu-item-anchor .iconInsert_disabled:before,.menu-item-active>a.menu-item-anchor .iconAppend:before,.menu-item-active>a.menu-item-anchor .iconAppend_on:before,.menu-item-active>a.menu-item-anchor .iconAppend_disabled:before,.menu-item-active>a.menu-item-anchor .iconNewItem:before,.menu-item-active>a.menu-item-anchor .iconNewItem_on:before,.menu-item-active>a.menu-item-anchor .iconNewItem_disabled:before{content:""}.pi-circle-plus:before,.pi-plus-circle:before,.pi-close-circle:before,.pi-circle-close:before,.iconInsert:before,.iconInsert_on:before,.iconInsert_disabled:before,.iconAppend:before,.iconAppend_on:before,.iconAppend_disabled:before,.iconNewItem:before,.iconNewItem_on:before,.iconNewItem_disabled:before{content:""}.pi-circle-stacked-mixed:before{content:")"}.pi-circle-stacked-solid:before,.menu-item-active>a.menu-item-anchor .pi-circle-stacked:before{content:""}.pi-circle-stacked:before{content:""}.pi-circle:before{content:""}.pi-city-solid:before,.menu-item-active>a.menu-item-anchor .pi-city:before{content:""}.pi-city:before{content:""}.pi-clipboard-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-clipboard-check:before{content:""}.pi-clipboard-check:before{content:""}.pi-clipboard-data:before,.pi-clipboard-content-icon:before{content:""}.pi-clipboard-data-solid:before,.menu-item-active>a.menu-item-anchor .pi-clipboard-data:before,.menu-item-active>a.menu-item-anchor .pi-clipboard-content-icon:before{content:""}.pi-clipboard-medical-solid:before,.menu-item-active>a.menu-item-anchor .pi-clipboard-medical:before{content:""}.pi-clipboard-medical:before{content:""}.pi-clipboard-plus-solid:before,.menu-item-active>a.menu-item-anchor .pi-clipboard-plus:before{content:"x"}.pi-clipboard-plus:before{content:""}.pi-clipboard-solid:before,.menu-item-active>a.menu-item-anchor .pi-clipboard:before{content:""}.pi-clipboard:before{content:""}.pi-clock-solid:before,.menu-item-active>a.menu-item-anchor .pi-clock:before,.menu-item-active>a.menu-item-anchor [tabtitle=Recent]:before{content:""}.pi-clock:before,[tabtitle=Recent]:before{content:""}.pi-times:before,.iconClose:before,.iconClose_on:before,.iconClose_disabled:before,.iconCloseSmall:before,.yui-panel .container-close:before,.container-close:before,.iconNoShow:before,.iconNoShow_on:before,.iconNoShow_disabled:before{content:""}.pi-cloud-down:before{content:""}.pi-cloud-issue-solid:before,.menu-item-active>a.menu-item-anchor .pi-cloud-issue:before{content:""}.pi-cloud-issue:before{content:""}.pi-cloud-up:before{content:""}.pi-cloud-solid:before,.menu-item-active>a.menu-item-anchor .pi-cloud:before{content:""}.pi-cloud:before{content:"."}.pi-cloudy-solid:before,.menu-item-active>a.menu-item-anchor .pi-cloudy:before{content:""}.pi-cloudy:before{content:""}.pi-code:before,.pi-code-bracket:before{content:""}.pi-column-no-right-edge:before,.pi-column-no-right:before,.pi-column-no-left:before{content:""}.pi-columns-solid:before,.menu-item-active>a.menu-item-anchor .pi-columns:before{content:""}.pi-columns:before{content:""}.pi-command:before{content:""}.pi-compass-solid:before,.menu-item-active>a.menu-item-anchor .pi-compass:before{content:""}.pi-compass:before{content:""}.pi-controller-solid:before,.menu-item-active>a.menu-item-anchor .pi-controller:before{content:""}.pi-controller:before{content:""}.pi-copy-solid:before,.menu-item-active>a.menu-item-anchor .pi-copy:before{content:""}.pi-copy:before{content:""}.pi-credit-solid:before,.menu-item-active>a.menu-item-anchor .pi-credit:before{content:"V"}.pi-credit:before{content:""}.pi-crop:before{content:""}.pi-cuppa-solid:before,.menu-item-active>a.menu-item-anchor .pi-cuppa:before{content:""}.pi-cuppa:before{content:""}.pi-data-solid:before,.pi-dot-9-solid:before,.menu-item-active>a.menu-item-anchor .pi-data:before,.menu-item-active>a.menu-item-anchor .pi-dot-9:before,.menu-item-active>a.menu-item-anchor [tabtitle=Data]:before{content:""}.pi-data:before,.pi-dot-9:before,[tabtitle=Data]:before{content:""}.pi-desktop-solid:before,.menu-item-active>a.menu-item-anchor .pi-desktop:before{content:""}.pi-desktop:before{content:""}.pi-disc-stack-solid:before,.menu-item-active>a.menu-item-anchor .pi-disc-stack:before{content:""}.pi-disc-stack:before{content:""}.pi-distribute-item-center-solid:before,.pi-distribute-item-vert-center-solid:before,.menu-item-active>a.menu-item-anchor .pi-distribute-item-center:before,.menu-item-active>a.menu-item-anchor .pi-distribute-item-vert-center:before{content:""}.pi-distribute-item-center:before,.pi-distribute-item-vert-center:before{content:""}.pi-dna:before{content:""}.pi-document-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-check:before{content:""}.pi-document-check:before{content:""}.pi-document-compress-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-compress:before{content:""}.pi-document-compress:before{content:""}.pi-document-data-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-data:before{content:""}.pi-document-data:before{content:""}.pi-document-download-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-download:before{content:""}.pi-document-download:before{content:""}.pi-document-minus-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-minus:before{content:""}.pi-document-minus:before{content:"&"}.pi-document-plus-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-plus:before,.menu-item-active>a.menu-item-anchor .iconCopy:before,.menu-item-active>a.menu-item-anchor .iconCopy_on:before,.menu-item-active>a.menu-item-anchor .iconCopy_disabled:before{content:""}.pi-document-plus:before,.iconCopy:before,.iconCopy_on:before,.iconCopy_disabled:before{content:""}.pi-document-solid:before,.menu-item-active>a.menu-item-anchor .pi-document:before{content:""}.pi-document-pdf,.pi-document-ppt,.pi-document-doc,.pi-document-xls{position:relative}.pi-document:before,.pi-document-pdf:before,.pi-document-ppt:before,.pi-document-doc:before,.pi-document-xls:before{content:"'"}.pi-document-pdf:after,.pi-document-ppt:after,.pi-document-doc:after,.pi-document-xls:after{-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;direction:ltr;font-family:Inter,sans-serif;font-size:.35em!important;font-weight:700;left:50%;position:absolute;top:1.8em;transform:translate(-50%);user-select:none}.pi-document-doc:after{content:"DOC"}.pi-document-pdf:after{content:"PDF"}.pi-document-xls:after{content:"XLS"}.pi-document-ppt:after{content:"PPT"}.pi-document-upload-solid:before,.menu-item-active>a.menu-item-anchor .pi-document-upload:before{content:""}.pi-document-upload:before{content:""}.pi-documents-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-documents-check:before{content:""}.pi-documents-check:before{content:""}.pi-documents-data-solid:before,.menu-item-active>a.menu-item-anchor .pi-documents-data:before{content:""}.pi-documents-data:before{content:""}.pi-documents-solid:before,.menu-item-active>a.menu-item-anchor .pi-documents:before{content:""}.pi-documents:before{content:""}.pi-docusign:before{content:""}.pi-dollar-sign-solid:before,.menu-item-active>a.menu-item-anchor .pi-dollar-sign:before{content:"R"}.pi-dollar-sign:before{content:""}.pi-down-arrow-filter-text:before{content:""}.pi-download:before{content:""}.pi-drag:before{content:""}.pi-drink-solid:before,.menu-item-active>a.menu-item-anchor .pi-drink:before{content:""}.pi-drink:before{content:""}.pi-earth-solid:before,.menu-item-active>a.menu-item-anchor .pi-earth:before{content:""}.pi-earth:before{content:""}.pi-edit-shape-solid:before,.menu-item-active>a.menu-item-anchor .pi-edit-shape:before{content:""}.pi-edit-shape:before{content:""}.pi-erase-solid:before,.menu-item-active>a.menu-item-anchor .pi-erase:before{content:""}.pi-erase:before{content:""}.pi-error-filled:before,.pi-warn-solid:before{content:""}.pi-eye-off-solid:before,.menu-item-active>a.menu-item-anchor .pi-eye-off:before{content:""}.pi-eye-off:before{content:""}.pi-eye-solid:before,.menu-item-active>a.menu-item-anchor .pi-eye:before,.menu-item-active>a.menu-item-anchor .iconContents:before,.menu-item-active>a.menu-item-anchor .iconContents_on:before,.menu-item-active>a.menu-item-anchor .iconContents_disabled:before{content:"O"}.pi-eye:before,.iconContents:before,.iconContents_on:before,.iconContents_disabled:before{content:""}.pi-face-blank-solid:before,.menu-item-active>a.menu-item-anchor .pi-face-blank:before{content:""}.pi-face-blank:before{content:""}.pi-face-happy-solid:before,.menu-item-active>a.menu-item-anchor .pi-face-happy:before{content:""}.pi-face-happy:before{content:"4"}.pi-face-sad-solid:before,.menu-item-active>a.menu-item-anchor .pi-face-sad:before{content:""}.pi-face-sad:before{content:""}.pi-facebook:before{content:""}.pi-farm-solid:before,.menu-item-active>a.menu-item-anchor .pi-farm:before{content:""}.pi-farm:before{content:""}.pi-fast-forward-solid:before,.pi-rewind-solid:before,.menu-item-active>a.menu-item-anchor .pi-fast-forward:before,.menu-item-active>a.menu-item-anchor .pi-rewind:before{content:"n"}.pi-fast-forward:before,.pi-rewind:before{content:"W"}.pi-filter-on:before{content:""}.pi-filter:before,.pi-filter-filled:before{content:""}.pi-fire-solid:before,.menu-item-active>a.menu-item-anchor .pi-fire:before{content:""}.pi-fire:before{content:""}.pi-flag-finish:before{content:""}.pi-flag-wave-solid:before,.menu-item-active>a.menu-item-anchor .pi-flag-wave:before{content:"N"}.pi-flag-wave:before{content:""}.pi-flag-solid:before,.menu-item-active>a.menu-item-anchor .pi-flag:before{content:"J"}.pi-flag:before{content:"2"}.pi-flashlight-solid:before,.pi-flashlight-ne-solid:before,.menu-item-active>a.menu-item-anchor .pi-flashlight:before,.menu-item-active>a.menu-item-anchor .pi-flashlight-ne:before{content:""}.pi-flashlight:before,.pi-flashlight-ne:before{content:":"}.pi-folder-close-solid:before,.menu-item-active>a.menu-item-anchor .pi-folder-close:before{content:""}.pi-folder-close:before{content:""}.pi-folder-closed-solid:before,.menu-item-active>a.menu-item-anchor .pi-folder-closed:before{content:""}.pi-folder-closed:before{content:""}.pi-folder-dollar-solid:before,.menu-item-active>a.menu-item-anchor .pi-folder-dollar:before{content:""}.pi-folder-dollar:before{content:""}.pi-folder-nested-solid:before,.menu-item-active>a.menu-item-anchor .pi-folder-nested:before{content:"v"}.pi-folder-nested:before{content:""}.pi-folder-plus-solid:before,.menu-item-active>a.menu-item-anchor .pi-folder-plus:before{content:""}.pi-folder-plus:before{content:"@"}.pi-folder-solid:before,.menu-item-active>a.menu-item-anchor .pi-folder:before{content:""}.pi-folder:before{content:""}.pi-folders-solid:before,.menu-item-active>a.menu-item-anchor .pi-folders:before{content:""}.pi-folders:before{content:""}.pi-function:before{content:""}.pi-gauge-solid:before,.menu-item-active>a.menu-item-anchor .pi-gauge:before{content:""}.pi-gauge:before{content:"f"}.pi-gear-solid:before,.menu-item-active>a.menu-item-anchor .pi-gear:before,.menu-item-active>a.menu-item-anchor .iconExplore:before,.menu-item-active>a.menu-item-anchor .iconExplore_on:before,.menu-item-active>a.menu-item-anchor .iconExplore_disabled:before,.menu-item-active>a.menu-item-anchor .iconUpdate:before,.menu-item-active>a.menu-item-anchor .iconUpdate_on:before,.menu-item-active>a.menu-item-anchor .iconUpdate_disabled:before{content:""}.pi-gear:before,.iconExplore:before,.iconExplore_on:before,.iconExplore_disabled:before,.iconUpdate:before,.iconUpdate_on:before,.iconUpdate_disabled:before{content:""}.pi-gender-female:before{content:"~"}.pi-gender-male:before{content:"\\"}.pi-glasses-solid:before,.menu-item-active>a.menu-item-anchor .pi-glasses:before,.menu-item-active>a.menu-item-anchor .pi-reading-glasses:before,.menu-item-active>a.menu-item-anchor .iconReview:before,.menu-item-active>a.menu-item-anchor .iconReview_on:before,.menu-item-active>a.menu-item-anchor .iconReview_disabled:before{content:""}.pi-glasses:before,.pi-reading-glasses:before,.iconReview:before,.iconReview_on:before,.iconReview_disabled:before{content:""}.pi-globe-solid:before,.menu-item-active>a.menu-item-anchor .pi-globe:before,.menu-item-active>a.menu-item-anchor .pi-globe-2:before{content:""}.pi-globe:before,.pi-globe-2:before{content:"/"}.pi-google-plus:before{content:"E"}.pi-government-solid:before,.menu-item-active>a.menu-item-anchor .pi-government-1:before,.menu-item-active>a.menu-item-anchor .pi-government:before{content:""}.pi-government-1:before,.pi-government:before{content:"|"}.pi-grad-solid:before,.menu-item-active>a.menu-item-anchor .pi-grad:before{content:""}.pi-grad:before{content:""}.pi-grid-solid:before,.menu-item-active>a.menu-item-anchor .pi-grid-hollow:before,.menu-item-active>a.menu-item-anchor .pi-grid:before{content:""}.pi-grid-hollow:before,.pi-grid:before{content:""}.pi-hand-solid:before,.menu-item-active>a.menu-item-anchor .pi-hand:before{content:""}.pi-hand:before{content:""}.pi-handshake-solid:before,.menu-item-active>a.menu-item-anchor .pi-handshake:before{content:"j"}.pi-handshake:before{content:""}.pi-hanger:before{content:""}.pi-headline-solid:before,.menu-item-active>a.menu-item-anchor .pi-headline:before{content:""}.pi-headline:before{content:""}.pi-headphone-solid:before,.menu-item-active>a.menu-item-anchor .pi-headphone:before{content:""}.pi-headphone:before{content:""}.pi-headset:before{content:""}.pi-heart-mixed:before{content:""}.pi-heart-pulse-solid:before,.menu-item-active>a.menu-item-anchor .pi-heart-pulse:before{content:""}.pi-heart-pulse:before{content:""}.pi-heart-solid:before,.menu-item-active>a.menu-item-anchor .pi-heart:before{content:""}.pi-heart:before{content:"U"}.pi-help-solid:before,.menu-item-active>a.menu-item-anchor .pi-help:before,.menu-item-active>a.menu-item-anchor .iconHelp:before,.menu-item-active>a.menu-item-anchor .iconHelp_on:before,.menu-item-active>a.menu-item-anchor .iconHelp_disabled:before{content:""}.pi-help:before,.iconHelp:before,.iconHelp_on:before,.iconHelp_disabled:before{content:""}.pi-history-solid:before,.menu-item-active>a.menu-item-anchor .pi-history:before,.menu-item-active>a.menu-item-anchor .iconHistory:before,.menu-item-active>a.menu-item-anchor .iconHistory_on:before,.menu-item-active>a.menu-item-anchor .iconHistory_disabled:before{content:"b"}.pi-history:before,.iconHistory:before,.iconHistory_on:before,.iconHistory_disabled:before{content:""}.pi-home-2:before,.pi-home-alt:before{content:"^"}.pi-home-alt-solid:before,.menu-item-active>a.menu-item-anchor .pi-home-2:before,.menu-item-active>a.menu-item-anchor .pi-home-alt:before{content:""}.pi-home-solid:before,.menu-item-active>a.menu-item-anchor .pi-home:before{content:""}.pi-home:before{content:""}.pi-pegasus:before{content:""}.pi-inbox-data-solid:before,.menu-item-active>a.menu-item-anchor .pi-inbox-data:before{content:"("}.pi-inbox-data:before{content:"$"}.pi-inbox-solid:before,.pi-inbox-empty-solid:before,.menu-item-active>a.menu-item-anchor .pi-inbox-empty:before,.menu-item-active>a.menu-item-anchor .pi-inbox:before{content:"!"}.pi-inbox-empty:before,.pi-inbox:before{content:"t"}.pi-information-solid:before,.menu-item-active>a.menu-item-anchor .pi-information:before{content:""}.pi-information:before{content:""}.pi-infinity:before{content:""}.pi-ink-solid:before,.menu-item-active>a.menu-item-anchor .pi-ink:before{content:""}.pi-ink:before{content:""}.pi-inspect:before,.pi-inspect-1:before{content:""}.pi-interact:before{content:""}.pi-ios-face-id:before{content:""}.pi-ios-finger-id:before{content:""}.pi-key:before{content:""}.pi-keyboard-solid:before,.menu-item-active>a.menu-item-anchor .pi-keyboard:before{content:""}.pi-keyboard:before{content:""}.pi-knight-solid:before,.menu-item-active>a.menu-item-anchor .pi-knight:before{content:""}.pi-knight:before{content:""}.pi-knobs-solid:before,.pi-knobs-alt-solid:before,.menu-item-active>a.menu-item-anchor .pi-knobs:before,.menu-item-active>a.menu-item-anchor .pi-knobs-alt:before{content:""}.pi-knobs:before,.pi-knobs-alt:before{content:""}.pi-laptop-solid:before,.menu-item-active>a.menu-item-anchor .pi-laptop:before{content:""}.pi-laptop:before{content:'"'}.pi-layers-solid:before,.menu-item-active>a.menu-item-anchor .pi-layers:before,.menu-item-active>a.menu-item-anchor .rotate-tabs-header[tabtitle=Records]:before{content:""}.pi-layers:before,.rotate-tabs-header[tabtitle=Records]:before{content:""}.pi-layout-solid:before,.menu-item-active>a.menu-item-anchor .pi-layout:before{content:""}.pi-layout:before{content:""}.pi-leaf-solid:before,.menu-item-active>a.menu-item-anchor .pi-leaf:before{content:""}.pi-leaf:before{content:""}.pi-legal:before{content:""}.pi-letter-solid:before,.menu-item-active>a.menu-item-anchor .pi-letter:before{content:""}.pi-letter:before{content:""}.pi-life-ring-solid:before,.menu-item-active>a.menu-item-anchor .pi-life-ring-2:before,.menu-item-active>a.menu-item-anchor .pi-life-ring:before{content:""}.pi-life-ring-2:before,.pi-life-ring:before{content:""}.pi-linkedin:before{content:""}.pi-list:before{content:""}.pi-location-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-location-check:before{content:""}.pi-location-check:before{content:""}.pi-location-solid:before,.menu-item-active>a.menu-item-anchor .pi-location:before,.menu-item-active>a.menu-item-anchor .iconLocation:before,.menu-item-active>a.menu-item-anchor .iconLocation_on:before,.menu-item-active>a.menu-item-anchor .iconLocation_disabled:before{content:""}.pi-location:before,.iconLocation:before,.iconLocation_on:before,.iconLocation_disabled:before{content:""}.pi-locations-solid:before,.menu-item-active>a.menu-item-anchor .pi-locations:before{content:""}.pi-locations:before{content:"8"}.pi-lock-closed-solid:before,.menu-item-active>a.menu-item-anchor .pi-lock-closed:before{content:""}.pi-lock-closed:before{content:""}.pi-lock-open-solid:before,.menu-item-active>a.menu-item-anchor .pi-lock-open:before{content:""}.pi-lock-open:before{content:"0"}.pi-magnet-solid:before,.menu-item-active>a.menu-item-anchor .pi-magnet:before{content:""}.pi-magnet:before{content:""}.pi-mail-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-mail-check:before{content:""}.pi-mail-check:before{content:""}.pi-mail-plus-solid:before,.menu-item-active>a.menu-item-anchor .pi-mail-plus:before{content:""}.pi-mail-plus:before{content:""}.pi-mail-solid:before,.menu-item-active>a.menu-item-anchor .pi-mail:before{content:""}.pi-mail:before{content:"D"}.pi-mailbox-solid:before,.menu-item-active>a.menu-item-anchor .pi-mailbox:before{content:""}.pi-mailbox:before{content:""}.pi-map-sigma-solid:before,.menu-item-active>a.menu-item-anchor .pi-map-sigma:before{content:""}.pi-map-sigma:before{content:""}.pi-map-solid:before,.menu-item-active>a.menu-item-anchor .pi-map:before{content:""}.pi-map:before{content:""}.pi-material-finger:before{content:""}.pi-medal:before{content:""}.pi-megaphone-solid:before,.menu-item-active>a.menu-item-anchor .pi-megaphone:before{content:""}.pi-megaphone:before{content:""}.pi-mic-off-solid:before,.menu-item-active>a.menu-item-anchor .pi-mic-off:before{content:""}.pi-mic-off:before{content:""}.pi-mic-solid:before,.menu-item-active>a.menu-item-anchor .pi-mic:before{content:""}.pi-mic:before{content:""}.pi-minus:before,.pi-minus-box:before,.iconCollapseAll:before,.iconCollapseAll_on:before,.iconCollapseAll_disabled:before{content:""}.pi-mobile-phone-solid:before,.menu-item-active>a.menu-item-anchor .pi-mobile-phone:before{content:""}.pi-mobile-phone:before{content:""}.pi-money-send-solid:before,.menu-item-active>a.menu-item-anchor .pi-money-send:before{content:""}.pi-money-send:before{content:""}.pi-money-solid:before,.menu-item-active>a.menu-item-anchor .pi-money:before{content:""}.pi-money:before{content:""}.pi-monkey-solid:before,.menu-item-active>a.menu-item-anchor .pi-monkey:before{content:"p"}.pi-monkey:before{content:""}.pi-moon-solid:before,.menu-item-active>a.menu-item-anchor .pi-moon:before{content:""}.pi-moon:before{content:""}.pi-more:before,.pi-dot-3:before,.pi-dot-3-horz:before,.pi-more-alt:before,.pi-dot-3-alt:before,.pi-dot-3-solid:before,.pi-dot-3-alt-solid:before{content:""}.pi-move-left-solid:before,.pi-move-right-solid:before,.pi-move-up-solid:before,.pi-move-down-solid:before,.menu-item-active>a.menu-item-anchor .pi-move-up:before,.menu-item-active>a.menu-item-anchor .pi-move-left:before,.menu-item-active>a.menu-item-anchor .pi-move-right:before,.menu-item-active>a.menu-item-anchor .pi-move-down:before{content:""}.pi-move-up:before,.pi-move-left:before,.pi-move-right:before,.pi-move-down:before{content:"3"}.pi-moving:before{content:""}.pi-multi-device-solid:before,.menu-item-active>a.menu-item-anchor .pi-multi-device:before{content:""}.pi-multi-device:before{content:""}.pi-music-solid:before,.menu-item-active>a.menu-item-anchor .pi-music:before{content:""}.pi-music:before{content:""}.pi-navigation-solid:before,.menu-item-active>a.menu-item-anchor .pi-navigation:before{content:""}.pi-navigation:before{content:""}.pi-node-solid:before,.menu-item-active>a.menu-item-anchor .pi-node:before{content:""}.pi-node:before{content:""}.pi-nodes-down-solid:before,.pi-nodes-up-solid:before,.pi-nodes-right-solid:before,.pi-nodes-left-solid:before,.menu-item-active>a.menu-item-anchor .pi-nodes-down:before,.menu-item-active>a.menu-item-anchor .pi-nodes-left:before,.menu-item-active>a.menu-item-anchor .pi-nodes-right:before,.menu-item-active>a.menu-item-anchor .pi-nodes-up:before{content:""}.pi-nodes-down:before,.pi-nodes-left:before,.pi-nodes-right:before,.pi-nodes-up:before{content:""}.pi-notepad-empty-solid:before,.menu-item-active>a.menu-item-anchor .pi-notepad-empty:before{content:""}.pi-notepad-empty:before{content:""}.pi-notepad-solid:before,.menu-item-active>a.menu-item-anchor .pi-notepad:before{content:""}.pi-notepad:before{content:""}.pi-notes-solid:before,.menu-item-active>a.menu-item-anchor .pi-notes:before{content:""}.pi-notes:before{content:""}.pi-notification-solid:before,.menu-item-active>a.menu-item-anchor .pi-notification:before{content:"A"}.pi-notification:before{content:"*"}.pi-open:before{content:"y"}.pi-opportunity-solid:before,.menu-item-active>a.menu-item-anchor .pi-opportunity:before{content:""}.pi-opportunity:before{content:""}.pi-or-delete:before{content:""}.pi-os-android:before{content:""}.pi-os-apple:before{content:""}.pi-os-windows:before{content:""}.pi-package-solid:before,.menu-item-active>a.menu-item-anchor .pi-package:before{content:"9"}.pi-package:before{content:"s"}.pi-paper-clip:before,.iconAttachment:before,.iconAttachment_on:before,.iconAttachment_disabled:before{content:""}.pi-passbook-solid:before,.menu-item-active>a.menu-item-anchor .pi-passbook:before{content:""}.pi-passbook:before{content:""}.pi-pause-solid:before,.menu-item-active>a.menu-item-anchor .pi-pause:before{content:"m"}.pi-pause:before{content:""}.pi-paypal:before{content:"1"}.pi-pega-express:before{content:""}.pi-pega:before{content:""}.pi-pen-solid:before,.menu-item-active>a.menu-item-anchor .pi-pen:before{content:""}.pi-pen:before{content:""}.pi-pencil-solid:before,.menu-item-active>a.menu-item-anchor .pi-pencil:before,.menu-item-active>a.menu-item-anchor .pi-pencil-edit:before,.menu-item-active>a.menu-item-anchor .pi-pencil-with-line:before{content:""}.pi-pencil:before,.pi-pencil-edit:before,.pi-pencil-with-line:before{content:""}.pi-person-solid:before,.menu-item-active>a.menu-item-anchor .pi-person:before{content:""}.pi-person:before{content:""}.pi-phone-call-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone-call:before{content:""}.pi-phone-call:before{content:""}.pi-phone-disabled-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone-disabled:before{content:""}.pi-phone-disabled:before{content:""}.pi-phone-in-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone-in:before{content:""}.pi-phone-in:before{content:""}.pi-phone-out-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone-out:before{content:""}.pi-phone-out:before{content:""}.pi-phone-pause-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone-pause:before{content:""}.pi-phone-pause:before{content:""}.pi-phone-split-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone-split:before{content:""}.pi-phone-split:before{content:""}.pi-phone-solid:before,.pi-phone-hangup-solid:before,.menu-item-active>a.menu-item-anchor .pi-phone:before,.menu-item-active>a.menu-item-anchor .pi-phone-hangup:before{content:""}.pi-phone:before,.pi-phone-hangup:before{content:"#"}.pi-picture-solid:before,.menu-item-active>a.menu-item-anchor .pi-picture:before,.menu-item-active>a.menu-item-anchor .pi-image:before,.menu-item-active>a.menu-item-anchor .iconBlank:before,.menu-item-active>a.menu-item-anchor .iconBlank_on:before,.menu-item-active>a.menu-item-anchor .iconBlank_disabled:before{content:""}.pi-picture:before,.pi-image:before,.iconBlank:before,.iconBlank_on:before,.iconBlank_disabled:before{content:""}.pi-piggybank-solid:before,.menu-item-active>a.menu-item-anchor .pi-piggybank:before{content:""}.pi-piggybank:before{content:""}.pi-pin-solid:before,.menu-item-active>a.menu-item-anchor .pi-pin:before{content:""}.pi-pin:before{content:""}.pi-pipeline-solid:before,.menu-item-active>a.menu-item-anchor .pi-pipeline:before{content:""}.pi-pipeline:before{content:""}.pi-plane-solid:before,.menu-item-active>a.menu-item-anchor .pi-plane:before{content:""}.pi-plane:before{content:"d"}.pi-plant-solid:before,.menu-item-active>a.menu-item-anchor .pi-plant:before{content:"h"}.pi-plant:before{content:""}.pi-play-solid:before,.menu-item-active>a.menu-item-anchor .pi-play:before{content:"o"}.pi-play:before{content:""}.pi-playbook-solid:before,.menu-item-active>a.menu-item-anchor .pi-playbook:before{content:""}.pi-playbook:before{content:""}.pi-plug-solid:before,.menu-item-active>a.menu-item-anchor .pi-plug:before,.menu-item-active>a.menu-item-anchor .pi-plug-connected:before,.menu-item-active>a.menu-item-anchor .pi-plug-disconnected:before,.menu-item-active>a.menu-item-anchor .pi-connector:before,.menu-item-active>a.menu-item-anchor .pi-plug-connect-icon-top-fill:before,.menu-item-active>a.menu-item-anchor .pi-plug-connect-icon-bottom-fill:before{content:""}.pi-plug:before,.pi-plug-connected:before,.pi-plug-disconnected:before,.pi-connector:before,.pi-plug-connect-icon-top-fill:before,.pi-plug-connect-icon-bottom-fill:before{content:""}.pi-plus-between-left-column:before,.pi-plus-between-right-column:before{content:""}.pi-plus-line-above-below:before,.iconInsertRow:before,.iconInsertRow_on:before,.iconInsertRow_disabled:before{content:""}.pi-plus-line-above:before,.pi-plus-line-below:before{content:""}.pi-plus-line-left:before,.pi-plus-line-right:before{content:""}.pi-plus:before,.pi-plus-box:before,.pi-close-box:before,.container-close:before,.iconAppendRow:before,.iconAppendRow_on:before,.iconAppendRow_disabled:before,.iconExpandAll:before,.iconExpandAll_on:before,.iconExpandAll_disabled:before{content:""}.pi-podium-solid:before,.menu-item-active>a.menu-item-anchor .pi-podium:before{content:"k"}.pi-podium:before{content:""}.pi-polaris-solid:before,.menu-item-active>a.menu-item-anchor .pi-polaris:before{content:""}.pi-polaris:before{content:""}.pi-pong-solid:before,.menu-item-active>a.menu-item-anchor .pi-pong:before{content:""}.pi-pong:before{content:""}.pi-potion-solid:before,.menu-item-active>a.menu-item-anchor .pi-potion:before{content:""}.pi-potion:before{content:""}.pi-power:before{content:""}.pi-print-solid:before,.pi-printer-solid:before,.menu-item-active>a.menu-item-anchor .pi-print:before,.menu-item-active>a.menu-item-anchor .pi-printer:before,.menu-item-active>a.menu-item-anchor .iconPrint:before,.menu-item-active>a.menu-item-anchor .iconPrint_on:before,.menu-item-active>a.menu-item-anchor .iconPrint_disabled:before{content:"g"}.pi-print:before,.pi-printer:before,.iconPrint:before,.iconPrint_on:before,.iconPrint_disabled:before{content:""}.pi-processor-solid:before,.menu-item-active>a.menu-item-anchor .pi-processor:before{content:","}.pi-processor:before{content:""}.pi-puzzle-solid:before,.menu-item-active>a.menu-item-anchor .pi-puzzle:before{content:""}.pi-puzzle:before{content:""}.pi-qr:before{content:""}.pi-quill:before{content:""}.pi-rabbit:before{content:""}.pi-radio-solid:before,.menu-item-active>a.menu-item-anchor .pi-radio:before{content:""}.pi-radio:before{content:""}.pi-rain-solid:before,.menu-item-active>a.menu-item-anchor .pi-rain:before{content:""}.pi-rain:before{content:""}.pi-receipt-solid:before,.menu-item-active>a.menu-item-anchor .pi-receipt:before,.menu-item-active>a.menu-item-anchor .pi-reciept:before{content:""}.pi-receipt:before,.pi-reciept:before{content:""}.pi-reply-solid:before,.pi-forward-solid:before,.menu-item-active>a.menu-item-anchor .pi-forward:before,.menu-item-active>a.menu-item-anchor .pi-reply:before,.menu-item-active>a.menu-item-anchor .iconReopen:before,.menu-item-active>a.menu-item-anchor .iconReopen_on:before,.menu-item-active>a.menu-item-anchor .iconReopen_disabled:before{content:""}.pi-forward:before,.pi-reply:before,.iconReopen:before,.iconReopen_on:before,.iconReopen_disabled:before{content:""}.pi-reply-all-solid:before,.menu-item-active>a.menu-item-anchor .pi-reply-all:before{content:""}.pi-reply-all:before{content:""}.pi-required:before{content:""}.pi-reset:before,.pi-refresh:before,.iconRefresh:before,.iconRefresh_on:before,.iconRefresh_disabled:before{content:""}.pi-return:before,.pi-redo:before,.pi-undo:before,.iconUndelete:before,.iconUndelete_on:before,.iconUndelete_disabled:before{content:""}.pi-robot-sad-solid:before,.menu-item-active>a.menu-item-anchor .pi-robot-sad:before{content:""}.pi-robot-sad:before{content:""}.pi-robot-solid:before,.menu-item-active>a.menu-item-anchor .pi-robot:before{content:""}.pi-robot:before{content:""}.pi-rocket-solid:before,.menu-item-active>a.menu-item-anchor .pi-rocket:before,.menu-item-active>a.menu-item-anchor .iconDefault:before,.menu-item-active>a.menu-item-anchor .iconDefault_on:before,.menu-item-active>a.menu-item-anchor .iconDefault_disabled:before{content:""}.pi-rocket:before,.iconDefault:before,.iconDefault_on:before,.iconDefault_disabled:before{content:""}.pi-roller-solid:before,.menu-item-active>a.menu-item-anchor .pi-roller:before{content:""}.pi-roller:before{content:""}.pi-route-solid:before,.menu-item-active>a.menu-item-anchor .pi-route:before{content:""}.pi-route:before{content:""}.pi-row-delete:before,.pi-column-delete:before{content:""}.pi-row-insert:before,.pi-column-insert:before{content:""}.pi-row-left-fill:before,.pi-row-right-fill:before,.pi-column-top-fill:before{content:""}.pi-row-solid:before,.menu-item-active>a.menu-item-anchor .pi-row:before,.menu-item-active>a.menu-item-anchor .pi-row-hollow:before{content:""}.pi-row:before,.pi-row-hollow:before{content:""}.pi-scale-down:before{content:""}.pi-scale-up-solid:before,.menu-item-active>a.menu-item-anchor .pi-scale-up:before{content:"G"}.pi-scale-up:before{content:""}.pi-school-solid:before,.menu-item-active>a.menu-item-anchor .pi-school:before{content:""}.pi-school:before{content:""}.pi-scissors:before{content:""}.pi-script-solid:before,.menu-item-active>a.menu-item-anchor .pi-script:before{content:""}.pi-script:before{content:""}.pi-search-2:before,.pi-search:before{content:""}.pi-search-analytics-solid:before,.menu-item-active>a.menu-item-anchor .pi-search-analytics:before{content:""}.pi-search-analytics:before{content:""}.pi-search-case:before{content:""}.pi-search-fill:before,.pi-search-solid:before{content:""}.pi-search-org:before{content:""}.pi-search-table:before{content:""}.pi-send-solid:before,.menu-item-active>a.menu-item-anchor .pi-send:before{content:""}.pi-send:before{content:""}.pi-server-cloud-solid:before,.menu-item-active>a.menu-item-anchor .pi-server-cloud:before{content:""}.pi-server-cloud:before{content:""}.pi-server-solid:before,.menu-item-active>a.menu-item-anchor .pi-server:before{content:""}.pi-server:before{content:""}.pi-sextant:before{content:""}.pi-share-point-up-solid:before,.pi-share-solid:before,.menu-item-active>a.menu-item-anchor .pi-share-this:before,.menu-item-active>a.menu-item-anchor .pi-share-point-up:before,.menu-item-active>a.menu-item-anchor .pi-share:before,.menu-item-active>a.menu-item-anchor .iconRelationship:before,.menu-item-active>a.menu-item-anchor .iconRelationship_on:before,.menu-item-active>a.menu-item-anchor .iconRelationship_disabled:before{content:""}.pi-share-this:before,.pi-share-point-up:before,.pi-share:before,.iconRelationship:before,.iconRelationship_on:before,.iconRelationship_disabled:before{content:""}.pi-shield-solid:before,.menu-item-active>a.menu-item-anchor .pi-shield:before{content:""}.pi-shield:before{content:""}.pi-shoe-solid:before,.menu-item-active>a.menu-item-anchor .pi-shoe:before{content:""}.pi-shoe:before{content:""}.pi-shuffle:before{content:""}.pi-sigma:before{content:""}.pi-signpost-solid:before,.menu-item-active>a.menu-item-anchor .pi-signpost:before{content:""}.pi-signpost:before{content:""}.pi-sim-card-solid:before,.menu-item-active>a.menu-item-anchor .pi-sim-card:before{content:""}.pi-sim-card:before{content:""}.pi-six-square-grid:before,.pi-dot-6:before,.pi-drag:before{content:""}.pi-slideshow-solid:before,.menu-item-active>a.menu-item-anchor .pi-slideshow:before{content:"l"}.pi-slideshow:before{content:"["}.pi-snail:before{content:""}.pi-snow:before{content:""}.pi-social-solid:before,.menu-item-active>a.menu-item-anchor .pi-social:before{content:""}.pi-social:before{content:""}.pi-sort:before{content:""}.pi-speaker-mute-solid:before,.menu-item-active>a.menu-item-anchor .pi-speaker-mute:before{content:""}.pi-speaker-mute:before{content:""}.pi-speaker-off-solid:before,.menu-item-active>a.menu-item-anchor .pi-speaker-off:before{content:""}.pi-speaker-off:before{content:""}.pi-speaker-on-solid:before,.menu-item-active>a.menu-item-anchor .pi-speaker-on:before{content:""}.pi-speaker-on:before{content:""}.pi-speaker-solid:before,.menu-item-active>a.menu-item-anchor .pi-speaker:before{content:"Z"}.pi-speaker:before{content:""}.pi-spellcheck:before,.iconSpellChecker:before,.iconSpellChecker_on:before,.iconSpellChecker_disabled:before,.iconSpellChecking:before,.iconSpellChecking_on:before,.iconSpellChecking_disabled:before{content:""}.pi-spinner:before{content:""}.pi-square-solid:before,.menu-item-active>a.menu-item-anchor .pi-square:before,.menu-item-active>a.menu-item-anchor .pi-square-rot45:before{content:""}.pi-square:before,.pi-square-rot45:before{content:""}.pi-star-mixed:before{content:""}.pi-star-filled:before,.pi-star-solid:before,.menu-item-active>a.menu-item-anchor .pi-star:before,.menu-item-active>a.menu-item-anchor .pi-star-1:before,.menu-item-active>a.menu-item-anchor .pi-star-2:before,.menu-item-active>a.menu-item-anchor [tabtitle=Favorite]:before{content:""}.pi-star:before,.pi-star-1:before,.pi-star-2:before,[tabtitle=Favorite]:before{content:""}.pi-steps-solid:before,.menu-item-active>a.menu-item-anchor .pi-steps:before{content:""}.pi-steps:before{content:""}.pi-stethoscope-solid:before,.menu-item-active>a.menu-item-anchor .pi-stethoscope:before{content:""}.pi-stethoscope:before{content:""}.pi-stoplight-solid:before,.menu-item-active>a.menu-item-anchor .pi-stoplight:before{content:""}.pi-stoplight:before{content:""}.pi-stopwatch-solid:before,.menu-item-active>a.menu-item-anchor .pi-stopwatch:before{content:""}.pi-stopwatch:before{content:""}.pi-store-solid:before,.menu-item-active>a.menu-item-anchor .pi-store-1:before,.menu-item-active>a.menu-item-anchor .pi-store:before{content:""}.pi-store-1:before,.pi-store:before{content:"?"}.pi-sun-solid:before,.pi-black-hole-sun:before,.menu-item-active>a.menu-item-anchor .pi-sun:before{content:""}.pi-sun:before{content:""}.pi-swipe-left-solid:before,.pi-swipe-right-solid:before,.menu-item-active>a.menu-item-anchor .pi-swipe-right:before,.menu-item-active>a.menu-item-anchor .pi-swipe-left:before{content:""}.pi-swipe-right:before,.pi-swipe-left:before{content:""}.pi-tablet-solid:before,.menu-item-active>a.menu-item-anchor .pi-tablet:before{content:""}.pi-tablet:before{content:""}.pi-tag-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-tag-check:before,.menu-item-active>a.menu-item-anchor .pi-tag-success:before{content:""}.pi-tag-check:before,.pi-tag-success:before{content:"7"}.pi-tag-close-solid:before,.menu-item-active>a.menu-item-anchor .pi-tag-close:before,.menu-item-active>a.menu-item-anchor .pi-tag-delete:before{content:""}.pi-tag-close:before,.pi-tag-delete:before{content:"6"}.pi-tag-solid:before,.menu-item-active>a.menu-item-anchor .pi-tag:before{content:""}.pi-tag:before{content:"a"}.pi-target-solid:before,.menu-item-active>a.menu-item-anchor .pi-target:before,.menu-item-active>a.menu-item-anchor .iconLookup:before,.menu-item-active>a.menu-item-anchor .iconLookup_on:before,.menu-item-active>a.menu-item-anchor .iconLookup_disabled:before,.menu-item-active>a.menu-item-anchor .iconOpenRule:before,.menu-item-active>a.menu-item-anchor .iconOpenRule_on:before,.menu-item-active>a.menu-item-anchor .iconOpenRule_disabled:before,.menu-item-active>a.menu-item-anchor th.cellCont .iconOpenRule:before,.menu-item-active>a.menu-item-anchor th.cellCont .iconOpenRule_on:before,.menu-item-active>a.menu-item-anchor th.cellCont .iconOpenRule_disabled:before,.menu-item-active>a.menu-item-anchor tr.cellCont td.gridCell .iconOpenRule:before,.menu-item-active>a.menu-item-anchor tr.cellCont td.gridCell .iconOpenRule_on:before,.menu-item-active>a.menu-item-anchor tr.cellCont td.gridCell .iconOpenRule_disabled:before{content:""}.pi-target:before,.iconLookup:before,.iconLookup_on:before,.iconLookup_disabled:before,.iconOpenRule:before,.iconOpenRule_on:before,.iconOpenRule_disabled:before,th.cellCont .iconOpenRule:before,th.cellCont .iconOpenRule_on:before,th.cellCont .iconOpenRule_disabled:before,tr.cellCont td.gridCell .iconOpenRule:before,tr.cellCont td.gridCell .iconOpenRule_on:before,tr.cellCont td.gridCell .iconOpenRule_disabled:before{content:""}.pi-temp-solid:before,.pi-temperature-solid:before,.menu-item-active>a.menu-item-anchor .pi-temp:before,.menu-item-active>a.menu-item-anchor .pi-temperature:before{content:""}.pi-temp:before,.pi-temperature:before{content:""}.pi-thumbs-up-solid:before,.pi-thumbs-down-solid:before,.menu-item-active>a.menu-item-anchor .pi-thumbs-up:before,.menu-item-active>a.menu-item-anchor .pi-thumbs-down:before,.menu-item-active>a.menu-item-anchor .iconShowHarness:before,.menu-item-active>a.menu-item-anchor .iconShowHarness_on:before,.menu-item-active>a.menu-item-anchor .iconShowHarness_disabled:before,.menu-item-active>a.menu-item-anchor .iconLocalAction:before,.menu-item-active>a.menu-item-anchor .iconLocalAction_on:before,.menu-item-active>a.menu-item-anchor .iconLocalAction_disabled:before,.menu-item-active>a.menu-item-anchor .iconFinishAssignment:before,.menu-item-active>a.menu-item-anchor .iconFinishAssignment_on:before,.menu-item-active>a.menu-item-anchor .iconFinishAssignment_disabled:before,.menu-item-active>a.menu-item-anchor .iconEnableActionSection:before,.menu-item-active>a.menu-item-anchor .iconEnableActionSection_on:before,.menu-item-active>a.menu-item-anchor .iconEnableActionSection_disabled:before,.menu-item-active>a.menu-item-anchor .iconAddNewWork:before,.menu-item-active>a.menu-item-anchor .iconAddNewWork_on:before,.menu-item-active>a.menu-item-anchor .iconAddNewWork_disabled:before{content:""}.pi-thumbs-up:before,.pi-thumbs-down:before,.iconShowHarness:before,.iconShowHarness_on:before,.iconShowHarness_disabled:before,.iconLocalAction:before,.iconLocalAction_on:before,.iconLocalAction_disabled:before,.iconFinishAssignment:before,.iconFinishAssignment_on:before,.iconFinishAssignment_disabled:before,.iconEnableActionSection:before,.iconEnableActionSection_on:before,.iconEnableActionSection_disabled:before,.iconAddNewWork:before,.iconAddNewWork_on:before,.iconAddNewWork_disabled:before{content:""}.pi-todo-solid:before,.menu-item-active>a.menu-item-anchor .pi-todo:before{content:"i"}.pi-todo:before{content:""}.pi-tracer-solid:before,.menu-item-active>a.menu-item-anchor .pi-tracer:before,.menu-item-active>a.menu-item-anchor .pi-tracer-icon:before{content:""}.pi-tracer:before,.pi-tracer-icon:before{content:""}.pi-transform:before{content:""}.pi-trash-solid:before,.menu-item-active>a.menu-item-anchor .pi-trash:before,.menu-item-active>a.menu-item-anchor .iconDelete:before,.menu-item-active>a.menu-item-anchor .iconDelete_on:before,.menu-item-active>a.menu-item-anchor .iconDelete_disabled:before{content:""}.pi-trash:before,.iconDelete:before,.iconDelete_on:before,.iconDelete_disabled:before{content:""}.pi-tree:before,.pi-align-right:before,.pi-align-left:before{content:""}.pi-triangle-mixed-right:before,.pi-triangle-mixed-left:before{content:""}.pi-triangle-solid:before,.menu-item-active>a.menu-item-anchor .pi-triangle:before{content:""}.pi-triangle:before{content:""}.pi-tribox-solid:before,.menu-item-active>a.menu-item-anchor .pi-tribox:before{content:""}.pi-tribox:before{content:""}.pi-trophy-solid:before,.menu-item-active>a.menu-item-anchor .pi-trophy:before{content:""}.pi-trophy:before{content:""}.pi-truck-solid:before,.menu-item-active>a.menu-item-anchor .pi-truck:before{content:""}.pi-truck:before{content:">"}.pi-tv-solid:before,.menu-item-active>a.menu-item-anchor .pi-tv:before{content:""}.pi-tv:before{content:""}.pi-twitter:before{content:""}.pi-umbrella-solid:before,.menu-item-active>a.menu-item-anchor .pi-umbrella:before{content:""}.pi-umbrella:before{content:""}.pi-unindent:before,.pi-indent:before{content:""}.pi-upload:before{content:"Q"}.pi-user-check-solid:before,.menu-item-active>a.menu-item-anchor .pi-user-check:before{content:""}.pi-user-check:before{content:""}.pi-user-close-solid:before,.menu-item-active>a.menu-item-anchor .pi-user-close:before{content:""}.pi-user-close:before{content:""}.pi-user-female-solid:before,.menu-item-active>a.menu-item-anchor .pi-user-female:before{content:""}.pi-user-female:before{content:"}"}.menu-item-active>a.menu-item-anchor .pi-user-list-solid:before,.pi-user-list:before{content:""}.pi-user-list:before{content:""}.pi-user-plus-solid:before,.menu-item-active>a.menu-item-anchor .pi-user-plus:before{content:""}.pi-user-plus:before{content:""}.pi-user-search-solid:before,.menu-item-active>a.menu-item-anchor .pi-user-search:before{content:""}.pi-user-search:before{content:"M"}.pi-user-star-solid:before,.menu-item-active>a.menu-item-anchor .pi-user-star:before{content:""}.pi-user-star:before{content:""}.pi-user-solid:before,.menu-item-active>a.menu-item-anchor .pi-user:before,.menu-item-active>a.menu-item-anchor .pi-user-2:before,.menu-item-active>a.menu-item-anchor .pi-user-circle:before{content:""}.pi-user:before,.pi-user-2:before,.pi-user-circle:before{content:""}.pi-users-solid:before,.menu-item-active>a.menu-item-anchor .pi-users:before{content:""}.pi-users:before{content:""}.pi-video-solid:before,.menu-item-active>a.menu-item-anchor .pi-video:before{content:""}.pi-video:before{content:""}.pi-voicemail:before{content:";"}.pi-vr-solid:before,.menu-item-active>a.menu-item-anchor .pi-vr:before{content:""}.pi-vr:before{content:""}.pi-wallet-solid:before,.menu-item-active>a.menu-item-anchor .pi-wallet:before{content:"%"}.pi-wallet:before{content:"Y"}.pi-warn-solid:before,.menu-item-active>a.menu-item-anchor .pi-warn:before,.menu-item-active>a.menu-item-anchor .pi-triangle-exclaim:before{content:""}.pi-warn:before,.pi-triangle-exclaim:before{content:""}.pi-wand:before{content:""}.pi-watch-solid:before,.menu-item-active>a.menu-item-anchor .pi-watch:before{content:"z"}.pi-watch:before{content:""}.pi-waypoint-solid:before,.menu-item-active>a.menu-item-anchor .pi-waypoint:before{content:""}.pi-waypoint:before{content:""}.pi-webcam-solid:before,.menu-item-active>a.menu-item-anchor .pi-webcam:before{content:"X"}.pi-webcam:before{content:"e"}.pi-wifi-disable:before,.pi-wifi-off:before{content:""}.pi-wifi-no-signal:before,.pi-wifi-none:before{content:""}.pi-wifi-signal:before,.pi-wifi:before{content:""}.pi-wifi:before{content:""}.pi-wrench-solid:before,.menu-item-active>a.menu-item-anchor .pi-wrench:before{content:""}.pi-wrench:before{content:""}.pi-youtube:before{content:""}.pi-zoom-check:before,.pi-search-check:before{content:""}.pi-zoom-close:before,.pi-search-close:before{content:""}.pi-zoom-in:before,.pi-search-plus:before{content:""}.pi-zoom-out:before,.pi-search-minus:before{content:""}.layout-outline-default>.Collapsed>.header-bar>.header-left,.layout-outline-default>.Expanded>.header-bar>.header-left{background:transparent}div[class*=layout-outline]>.Expanded>.header-bar>*>.icon-openclose,div[class*=layout-outline]>.Collapsed>.header-bar>*>.icon-openclose{background-image:none;width:28px;color:#10132ea8;font-size:16px}.iconSave,.iconContents,.iconExplore,.iconAttachment,.iconImage,.iconDelete,.iconLookup,.iconInsert,.iconAppend,.iconInsertRow,.iconAppendRow,.iconAppendColumn,.iconExpandAll,.iconCollapseAll,.iconUpdate,.iconNewItem,.iconReopen,.iconLocation,.iconHistory,.iconClose,.iconCloseSmall,.iconSpellChecker,.iconSpellChecking,.iconDefault,.iconBlank,.iconCopy,.iconPrint,.iconTransfer,.iconOpenRule,.iconPDN,.iconUndelete,.iconRefresh,.iconNoShow,.iconRelationship,.iconCalendar,.iconAppendInside,.iconUpdate_disabled,.iconOpenRule_disabled,.iconDelete_disabled,.iconSave_on,.iconContents_on,.iconExplore_on,.iconAttachment_on,.iconImage_on,.iconDelete_on,.iconLookup_on,.iconCalendar_on,.iconInsert_on,.iconAppend_on,.iconInsertRow_on,.iconAppendRow_on,.iconAppendColumn_on,.iconExpandAll_on,.iconCollapseAll_on,.iconUpdate_on,.iconReopen_on,.iconLocation_on,.iconHistory_on,.iconClose_on,.iconCloseSmall_on,.iconSpellChecker_on,.iconSpellChecking_on,.iconDefault_on,.iconBlank_on,.iconCopy_on,.iconPrint_on,.iconTransfer_on,.iconOpenRule_on,.iconPDN_on,.iconUndelete_on,.iconRefresh_on,.iconNoShow_on,.iconRelationship_on,.iconAppendInside_on,.iconNewItem_on,.iconSave_disabled,.iconContents_disabled,.iconExplore_disabled,.iconAttachment_disabled,.iconImage_disabled,.iconLookup_disabled,.iconInsert_disabled,.iconAppend_disabled,.iconInsertRow_disabled,.iconAppendRow_disabled,.iconAppendColumn_disabled,.iconExpandAll_disabled,.iconCollapseAll_disabled,.iconReopen_disabled,.iconLocation_disabled,.iconHistory_disabled,.iconClose_disabled,.iconCloseSmall_disabled,.iconCopy_disabled,.iconDefault_disabled,.iconBlank_disabled,.iconSpellChecker_disabled,.iconSpellChecking_disabled,.iconPrint_disabled,.iconTransfer_disabled,.iconTools_disabled,.iconPDN_disabled,.iconUndelete_disabled,.iconNoShow_disabled,.iconRelationship_disabled,.iconRefresh_disabled,.iconNewItem_disabled,.iconCalendar_disabled,.iconAppendInside_disabled,.iconHelp,.iconHelp_on,.iconHelp_disabled,.yui-panel .container-close,.container-close,.iconReview,.iconReview_on,.iconReview_disabled,a.iconSave,a.iconInsert,a.iconDefault,a.iconBlank,a.iconAttachment,a.iconClose,a.iconContents,a.iconDelete,a.iconExpandAll,a.iconExplore,a.iconHistory,a.iconPrint,a.iconReopen,a.iconSpellChecker,a.iconUpdate,a.iconLocation{background:transparent;width:auto;height:auto;display:inline-block;margin:0;vertical-align:middle;opacity:.7;transition:opacity .2s ease-out}.iconSave,.iconContents,.iconExplore,.iconAttachment,.iconImage,.iconDelete,.iconLookup,.iconInsert,.iconAppend,.iconInsertRow,.iconAppendRow,.iconAppendColumn,.iconExpandAll,.iconCollapseAll,.iconUpdate,.iconNewItem,.iconReopen,.iconLocation,.iconHistory,.iconClose,.iconCloseSmall,.iconSpellChecker,.iconSpellChecking,.iconDefault,.iconBlank,.iconCopy,.iconPrint,.iconTransfer,.iconOpenRule,.iconPDN,.iconUndelete,.iconRefresh,.iconNoShow,.iconRelationship,.iconCalendar,.iconAppendInside,.iconUpdate_disabled,.iconOpenRule_disabled,.iconDelete_disabled,.iconSave_on,.iconContents_on,.iconExplore_on,.iconAttachment_on,.iconImage_on,.iconDelete_on,.iconLookup_on,.iconCalendar_on,.iconInsert_on,.iconAppend_on,.iconInsertRow_on,.iconAppendRow_on,.iconAppendColumn_on,.iconExpandAll_on,.iconCollapseAll_on,.iconUpdate_on,.iconReopen_on,.iconLocation_on,.iconHistory_on,.iconClose_on,.iconCloseSmall_on,.iconSpellChecker_on,.iconSpellChecking_on,.iconDefault_on,.iconBlank_on,.iconCopy_on,.iconPrint_on,.iconTransfer_on,.iconOpenRule_on,.iconPDN_on,.iconUndelete_on,.iconRefresh_on,.iconNoShow_on,.iconRelationship_on,.iconAppendInside_on,.iconNewItem_on,.iconSave_disabled,.iconContents_disabled,.iconExplore_disabled,.iconAttachment_disabled,.iconImage_disabled,.iconLookup_disabled,.iconInsert_disabled,.iconAppend_disabled,.iconInsertRow_disabled,.iconAppendRow_disabled,.iconAppendColumn_disabled,.iconExpandAll_disabled,.iconCollapseAll_disabled,.iconReopen_disabled,.iconLocation_disabled,.iconHistory_disabled,.iconClose_disabled,.iconCloseSmall_disabled,.iconCopy_disabled,.iconDefault_disabled,.iconBlank_disabled,.iconSpellChecker_disabled,.iconSpellChecking_disabled,.iconPrint_disabled,.iconTransfer_disabled,.iconTools_disabled,.iconPDN_disabled,.iconUndelete_disabled,.iconNoShow_disabled,.iconRelationship_disabled,.iconRefresh_disabled,.iconNewItem_disabled,.iconCalendar_disabled,.iconAppendInside_disabled,.iconHelp,.iconHelp_on,.iconHelp_disabled,.yui-panel .container-close,.container-close{font-family:UIKitIcons!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:inherit}.iconSave:before,.iconContents:before,.iconExplore:before,.iconAttachment:before,.iconImage:before,.iconDelete:before,.iconLookup:before,.iconInsert:before,.iconAppend:before,.iconInsertRow:before,.iconAppendRow:before,.iconAppendColumn:before,.iconExpandAll:before,.iconCollapseAll:before,.iconUpdate:before,.iconNewItem:before,.iconReopen:before,.iconLocation:before,.iconHistory:before,.iconClose:before,.iconCloseSmall:before,.iconSpellChecker:before,.iconSpellChecking:before,.iconDefault:before,.iconBlank:before,.iconCopy:before,.iconPrint:before,.iconTransfer:before,.iconOpenRule:before,.iconPDN:before,.iconUndelete:before,.iconRefresh:before,.iconNoShow:before,.iconRelationship:before,.iconCalendar:before,.iconAppendInside:before,.iconUpdate_disabled:before,.iconOpenRule_disabled:before,.iconDelete_disabled:before,.iconSave_on:before,.iconContents_on:before,.iconExplore_on:before,.iconAttachment_on:before,.iconImage_on:before,.iconDelete_on:before,.iconLookup_on:before,.iconCalendar_on:before,.iconInsert_on:before,.iconAppend_on:before,.iconInsertRow_on:before,.iconAppendRow_on:before,.iconAppendColumn_on:before,.iconExpandAll_on:before,.iconCollapseAll_on:before,.iconUpdate_on:before,.iconReopen_on:before,.iconLocation_on:before,.iconHistory_on:before,.iconClose_on:before,.iconCloseSmall_on:before,.iconSpellChecker_on:before,.iconSpellChecking_on:before,.iconDefault_on:before,.iconBlank_on:before,.iconCopy_on:before,.iconPrint_on:before,.iconTransfer_on:before,.iconOpenRule_on:before,.iconPDN_on:before,.iconUndelete_on:before,.iconRefresh_on:before,.iconNoShow_on:before,.iconRelationship_on:before,.iconAppendInside_on:before,.iconNewItem_on:before,.iconSave_disabled:before,.iconContents_disabled:before,.iconExplore_disabled:before,.iconAttachment_disabled:before,.iconImage_disabled:before,.iconLookup_disabled:before,.iconInsert_disabled:before,.iconAppend_disabled:before,.iconInsertRow_disabled:before,.iconAppendRow_disabled:before,.iconAppendColumn_disabled:before,.iconExpandAll_disabled:before,.iconCollapseAll_disabled:before,.iconReopen_disabled:before,.iconLocation_disabled:before,.iconHistory_disabled:before,.iconClose_disabled:before,.iconCloseSmall_disabled:before,.iconCopy_disabled:before,.iconDefault_disabled:before,.iconBlank_disabled:before,.iconSpellChecker_disabled:before,.iconSpellChecking_disabled:before,.iconPrint_disabled:before,.iconTransfer_disabled:before,.iconTools_disabled :before,.iconPDN_disabled:before,.iconUndelete_disabled:before,.iconNoShow_disabled:before,.iconRelationship_disabled:before,.iconRefresh_disabled:before,.iconNewItem_disabled:before,.iconCalendar_disabled:before,.iconAppendInside_disabled:before,.iconHelp:before,.iconHelp_on:before,.iconHelp_disabled:before,.yui-panel .container-close:before,.container-close:before,.iconReview:before,.iconReview_on:before,.iconReview_disabled:before,.iconShowHarness:before,.iconShowHarness_on:before,.iconShowHarness_disabled:before,.iconLocalAction:before,.iconLocalAction_on:before,.iconLocalAction_disabled:before,.iconGetNextWork:before,.iconGetNextWork_on:before,.iconGetNextWork_disabled:before,.iconFinishAssignment:before,.iconFinishAssignment_on:before,.iconFinishAssignment_disabled:before,.iconEnableActionSection:before,.iconEnableActionSection_on:before,.iconEnableActionSection_disabled:before,.iconAddNewWork:before,.iconAddNewWork_on:before,.iconAddNewWork_disabled:before{display:inline-block;margin:0;vertical-align:middle;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.iconClose_on,.iconClose_disabled,.iconCloseSmall{opacity:0;height:16px;width:16px;border-radius:3px;line-height:14px;text-align:center;padding:0;vertical-align:top;transition:opacity .2s;margin:2px 6px 0!important}.iconCloseSmall{padding:2px 2px 2px 1px;background:#10132e}.iconCloseSmall:hover{background:#10132e}.iconClose:before,.iconClose_on:before,.iconClose_disabled:before,.iconCloseSmall:before{font-size:16px}.iconCloseSmall:before{vertical-align:top;font-size:13px}.tab-li:hover .iconCloseSmall,.iconCloseSmall:hover:before{opacity:1}.iconOpenRule,.iconOpenRule_on,.iconOpenRule_disabled,th.cellCont .iconOpenRule,th.cellCont .iconOpenRule_on,th.cellCont .iconOpenRule_disabled,tr.cellCont td.gridCell .iconOpenRule,tr.cellCont td.gridCell .iconOpenRule_on,tr.cellCont td.gridCell .iconOpenRule_disabled{padding-left:2px}.iconPDN:before,.iconPDN_on:before,.iconPDN_disabled:before{background-position:-270px 0}.iconRelationship:before,.iconRelationship_on:before,.iconRelationship_disabled:before{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.iconSave_on,.iconContents_on,.iconExplore_on,.iconAttachment_on,.iconImage_on,.iconDelete_on,.iconLookup_on,.iconCalendar_on,.iconHelp_on,.iconInsert_on,.iconAppend_on,.iconInsertRow_on,.iconAppendRow_on,.iconAppendColumn_on,.iconExpandAll_on,.iconCollapseAll_on,.iconUpdate_on,.iconReopen_on,.iconLocation_on,.iconHistory_on,.iconClose_on,.iconSpellChecker_on,.iconSpellChecking_on,.iconDefault_on,.iconBlank_on,.iconCopy_on,.iconPrint_on,.iconTransfer_on,.iconOpenRule_on,.iconPDN_on,.iconUndelete_on,.iconRefresh_on,.iconNoShow_on,.iconRelationship_on,.iconAppendInside_on,.iconNewItem_on,.iconCloseSmall_on,a.iconSave:hover,a.iconInsert:hover,a.iconDefault:hover,a.iconBlank:hover,a.iconAttachment:hover,a.iconClose:hover,a.iconContents:hover,a.iconDelete:hover,a.iconExpandAll:hover,a.iconExplore:hover,a.iconHistory:hover,a.iconPrint:hover,a.iconReopen:hover,a.iconSpellChecker:hover,a.iconUpdate:hover,a.iconLocation:hover{opacity:1}.iconSave_disabled,.iconContents_disabled,.iconExplore_disabled,.iconAttachment_disabled,.iconImage_disabled,.iconDelete_disabled,.iconLookup_disabled,.iconHelp_disabled,.iconInsert_disabled,.iconAppend_disabled,.iconInsertRow_disabled,.iconAppendRow_disabled,.iconAppendColumn_disabled,.iconExpandAll_disabled,.iconCollapseAll_disabled,.iconUpdate_disabled,.iconReopen_disabled,.iconLocation_disabled,.iconHistory_disabled,.iconClose_disabled,.iconCloseSmall_disabled,.iconCopy_disabled,.iconDefault_disabled,.iconBlank_disabled,.iconSpellChecker_disabled,.iconSpellChecking_disabled,.iconPrint_disabled,.iconTransfer_disabled,.iconOpenRule_disabled,.iconPDN_disabled,.iconUndelete_disabled,.iconNoShow_disabled,.iconRelationship_disabled,.iconRefresh_disabled,.iconNewItem_disabled,.iconCalendar_disabled,.iconAppendInside_disabled{opacity:.3}.yui-panel .container-close:before,.container-close:before{font-size:25px;color:#10132e;position:relative;top:4px;right:7px;z-index:6;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.iconSearch,.iconSearchResponsive{background-image:none!important;margin-right:.25em}.iconSearch:before,.iconSearchResponsive:before{color:#10132ea8;height:26px;line-height:26px;font-size:1.2em}.attachments-upload:before{color:#cacdd6;font-size:50px;margin-right:0}.pi-completed-process:before{background:#20aa50;border-radius:50%;color:#050505;font-size:12px;height:19px;width:19px;line-height:19px;text-align:center}.menu-horizontal>.menu-item>.menu-item-anchor.menu-item-expand:after{background:transparent;margin-right:0;width:auto;right:7px;top:25%;color:#10132e}.iconOpenRule{vertical-align:middle}button:active .iconOpenRule,button:active .iconOpenRule_on{color:#2b38a1}.gridCellSelected button:active .iconOpenRule,.gridCellSelected button:active .iconOpenRule_on{color:inherit;opacity:.7}.ie a.nav-toggle-one:hover,.ie a.iconSave:hover,.ie a.iconInsert:hover,.ie a.iconDefault:hover,.ie a.iconBlank:hover,.ie a.iconAttachment:hover,.ie a.iconClose:hover,.ie a.iconContents:hover,.ie a.iconDelete:hover,.ie a.iconExpandAll:hover,.ie a.iconExplore:hover,.ie a.iconHistory:hover,.ie a.iconPrint:hover,.ie a.iconReopen:hover,.ie a.iconSpellChecker:hover,.ie a.iconUpdate:hover,.ie a.iconLocation:hover,.ie a:hover .pi:before{text-decoration:none!important}.pi-dot-3-horz:before,.pi-more-alt:before,.pi-arrow-up-down:before,.pi-nodes-left:before,.pi-nodes-left-solid:before,.pi-align-item-vert-center:before,.pi-align-item-up:before,.pi-align-item-vert-center-solid:before,.pi-align-item-up-solid:before,.pi-distribute-item-vert-center:before,.pi-distribute-item-vert-center-solid:before,.pi-column-delete:before,.pi-column-insert:before,.pi-arrow-box-down:before,.pi-arrow-down:before,.pi-caret-down:before,.pi-arrow-o-down:before,.pi-caret-solid-down:before,.pi-move-down:before,.pi-move-down-solid:before,.pi-circle-half-up:before,.pi-circle-mixed-up:before,.pi-arrow-up-row:before,.pi-knobs-alt:before,.pi-knobs-alt-solid:before,div[class*=layout-outline]>.Expanded>.header-bar>*>.icon-openclose:before,.Temporary_top_tabs>.scrlCntr>ol.tsb-menu>li:first-child>a#TABANCHOR:before,.pi-arrow-micro-down:before,.pi-arrow-micro-down-solid:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.pi-share-point-up:before,.pi-share-point-up-solid:before,.pi-nodes-right:before,.pi-nodes-right-solid:before,.pi-align-item-down:before,.pi-align-item-down-solid:before,.pi-column-top-fill:before,.pi-arrow-box-up:before,.pi-arrow-up:before,.pi-caret-up:before,.pi-arrow-o-up:before,.pi-caret-solid-up:before,.pi-arrow-right-between-rows:before,.pi-move-up:before,.pi-move-up-solid:before,.pi-arrow-micro-up:before,.pi-arrow-micro-up-solid:before,.pi-circle-half-down:before,.pi-arrow-down-row:before,.pi-arrow-down-thru-row:before,.pi-circle-mixed-down:before,.iconRelationship:before,.iconRelationship_on:before,.iconRelationship_disabled:before{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.pi-arrow-sw:before,.pi-puzzle:before,.pi-puzzle-solid:before,.pi-flashlight-ne-solid:before,.pi-flashlight-ne:before,.pi-square-rot45:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);will-change:transform}.pi-phone-hangup:before,.pi-phone-hangup-solid:before{-webkit-transform:rotate(135deg);transform:rotate(135deg);will-change:transform}.pi-arrow-above-row-left:before,.pi-arrow-below-row:before,.pi-plus-line-below:before,.pi-arrow-below-or:before,.pi-arrow-down-text:before,.pi-thumbs-down:before,.pi-thumbs-down-solid:before,.pi-analytics-bad:before,.pi-analytics-bad-solid:before,.pi-nodes-up:before,.pi-nodes-up-solid:before{-webkit-transform:scaleY(-1);transform:scaleY(-1);will-change:transform}.pi-circle-close-solid:before,.pi-close-box:before,.pi-close-circle:before,.pi-arrow-o-ne:before,.container-close:before,.pi-circle-close:before{-webkit-transform:rotate(315deg);transform:rotate(315deg);will-change:transform}.pi-triangle-mixed-left:before,.pi-align-item-right:before,.pi-align-item-right-solid:before,.pi-move-left:before,.pi-move-left-solid:before,.pi-indent:before,.pi-arrow-box-left:before,.pi-arrow-left:before,.pi-caret-left:before,.pi-arrow-o-left:before,.pi-arrow-micro-left:before,.pi-arrow-micro-left-solid:before,.pi-row-left-fill:before,.pi-rewind:before,.pi-align-left:before,.pi-caret-double-left:before,.pi-caret-2-left:before,.pi-caret-solid-left:before,.pi-circle-mixed-right:before,.pi-circle-half-right:before,.pi-swipe-right:before,.pi-transform:before,.pi-swipe-right-solid:before,.pi-arrow-bend-right:before,.pi-plus-between-right-column:before,.pi-arrow-down-between-right-column:before,.pi-arrow-between-right-column-down:before,.pi-tree:before,.pi-column-no-right-edge:before,.pi-column-no-right:before,.iconAppendColumn:before,.iconAppendColumn_on:before,.iconAppendColumn_disabled:before,.iconAppendInside:before,.iconAppendInside_on:before,.pi-plus-line-left:before,.iconAppendInside_disabled:before,.pi-rewind-solid:before,.pi-reply:before,.pi-reply-all:before,.pi-reply-solid:before,.pi-reply-all-solid:before,.pi-arrow-right-column:before,.pi-arrow-below-row:before,.pi-arrow-below-row-right:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.pi-arrow-above-row-right:before,.pi-arrow-above-row:before,.pi-redo:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .pi-arrow-box-left:before,[dir=rtl] .pi-arrow-left:before,[dir=rtl] .pi-caret-left:before,[dir=rtl] .pi-arrow-o-left:before,[dir=rtl] .iconUndelete:before,[dir=rtl] .iconUndelete_on:before,[dir=rtl] .iconUndelete_disabled:before,[dir=rtl] .pi-caret-double-left:before,[dir=rtl] .pi-caret-solid-left:before,[dir=rtl] .pi-arrow-left-column:before,[dir=rtl] .pi-plus-between-right-column:before,[dir=rtl] .pi-plus-line-left:before,[dir=rtl] .pi-arrow-down-between-right-column:before,[dir=rtl] .iconAppendColumn:before,[dir=rtl] .iconAppendColumn_on:before,[dir=rtl] .iconAppendColumn_disabled:before,[dir=rtl] .iconAppendInside:before,[dir=rtl] .iconAppendInside_on:before,[dir=rtl] .pi-arrow-micro-left:before,[dir=rtl] .pi-arrow-micro-left-solid:before,[dir=rtl] .pi-caret-2-left:before,[dir=rtl] .pi-circle-half-right:before,[dir=rtl] .pi-circle-mixed-right:before,[dir=rtl] .pi-arrow-below-row-right:before,[dir=rtl] .iconAppendInside_disabled:before,[dir=rtl] .pi-column-no-right-edge:before,[dir=rtl] .pi-column-no-right:before,[dir=rtl] .pi-arrow-right-column:before,[dir=rtl] .pi-row-left-fill:before,[dir=rtl] .pi-transform:before,[dir=rtl] .pi-arrow-bend-right:before{-webkit-transform:none;transform:none}[dir=rtl] .pi-arrow-bend-left:before,[dir=rtl] .pi-arrow-left-column:before,[dir=rtl] .pi-column-no-left:before,[dir=rtl] .pi-arrow-box-right:before,[dir=rtl] .pi-circle-half-left:before,[dir=rtl] .pi-circle-mixed-left:before,[dir=rtl] .pi-arrow-right:before,[dir=rtl] .pi-caret-right:before,[dir=rtl] div[class*=layout-outline]>.Collapsed>.header-bar>*>.icon-openclose:before,[dir=rtl] .pi-arrow-o-right:before,[dir=rtl] .iconReopen:before,[dir=rtl] .iconReopen_on:before,[dir=rtl] .iconReopen_disabled:before,[dir=rtl] .pi-caret-double-right:before,[dir=rtl] .pi-caret-solid-right:before,[dir=rtl] .pi-arrow-right-thru-column:before,[dir=rtl] .pi-column-no-right-edge:before,[dir=rtl] .pi-arrow-above-row:before,[dir=rtl] .pi-caret-2-right:before,[dir=rtl] .pi-list:before,[dir=rtl] .pi-arrow-down-between-left-column:before,[dir=rtl] .pi-plus-line-right:before,[dir=rtl] .pi-or-delete:before,[dir=rtl] .pi-arrow-above-or:before,[dir=rtl] .pi-plus-between-left-column:before,[dir=rtl] .pi-row-right-fill:before,[dir=rtl] .pi-circle-half-right:before,[dir=rtl] .iconGetNextWork:before,[dir=rtl] .iconGetNextWork_on:before,[dir=rtl] .iconGetNextWork_disabled:before,[dir=rtl] .iconTransfer:before,[dir=rtl] .iconTransfer_on:before,[dir=rtl] .iconTransfer_disabled:before,[dir=rtl] .pi-arrow-micro-right:before,[dir=rtl] .pi-arrow-micro-right-solid:before,[dir=rtl] .pi-arrow-below-row-left:before,[dir=rtl] .pi-undo:before,[dir=rtl] .pi-return:before,[dir=rtl] .pi-chevron:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}[dir=rtl] .pi-arrow-below-or:before,[dir=rtl] .pi-arrow-above-row-left:before,[dir=rtl] .pi-information:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .pi-arrow-above-row-right:before,[dir=rtl] .pi-redo:before{-webkit-transform:rotate(180deg) scaleX(-1);transform:rotate(180deg) scaleX(-1)}[dir=rtl] .pi-arrow-right-between-rows:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[lang|=ar] .pi-chat-help:before,[lang|=ar] .pi-chat:before,[lang|=ar] .pi-chat-typing:before,[lang|=ar] .pi-chat-sentiment:before,[lang|=ar] .pi-chat-help-solid:before,[lang|=ar] .pi-chat-solid:before,[lang|=ar] .pi-chat-typing-solid:before,[lang|=ar] .pi-chat-sentiment-solid:before,[lang|=ar] .pi-help:before,[lang|=ar] .pi-help-solid:before,[lang|=ar] .iconHelp:before,[lang|=ar] .iconHelp_on:before,[lang|=ar] .iconHelp_disabled:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}#OnlineHelp,#ServiceCaseGadget,#ChatWrapper,#ProactiveChat{position:fixed;right:-900px;height:550px;top:50%;margin:-275px 0;width:450px;max-width:calc(100vw - 60px);max-height:calc(100vh - 50px);overflow:auto;z-index:2147483644;background:#fff;border:1px solid white;border-radius:4px;box-shadow:0 0 14px #0006}#ProactiveChat.alerting{right:30px;top:70%;height:135px;z-index:2147483645}#OnlineHelp,#ChatWrapper,#ServiceCaseGadget,#ChatFooter{transition:all .5s ease-in-out}#OnlineHelp.expanded,#ServiceCaseGadget.expanded,#ChatWrapper.expanded{height:850px;top:50%;margin:-425px 0!important}#OnlineHelp.compacted,#ServiceCaseGadget.compacted,#ChatWrapper.compacted{height:450px!important}#OnlineHelp.minimized,#ServiceCaseGadget.minimized,#ChatWrapper.minimized,#ChatFooter.minimized{right:-900px}#OnlineHelp.alerting,#ServiceCaseGadget.alerting{right:2px;margin:-275px 0;top:50%}#OnlineHelp.showLeftPanel{width:900px}#OnlineHelp.hideLeftPanel{width:450px}#ChatWrapper{height:550px;right:2px;display:none;overflow:hidden}#ServiceCaseGadget{height:550px;right:2px;display:none}.chatLauncher{display:none}#LocalChatHeader{height:50px;display:inline-flex;width:100%;border-bottom:1px solid #e0e0e0;color:#050505;font-family:Open Sans,sans-serif;font-size:17px;font-weight:300}#HeaderText{padding-top:16px;display:block;padding-left:39px;padding-bottom:10px;width:100%;font-size:17px;font-weight:300;color:#050505;font-family:Open Sans,sans-serif;margin-right:-87px}div#chatBox{position:inherit!important;width:inherit!important;box-shadow:none!important;font-size:18px;color:#000;font-family:Open Sans,sans-serif}#chatContainer .poweredByPega{display:none!important}div#messageBoxDiv{height:641px!important;width:inherit!important;border-bottom:1px solid #e0e0e0}@media screen and (max-width: 767px){.chatContainer #messageBoxDiv{top:100px!important}}div#chatFloater,div#chatIcon,.minimizeIcon{display:none!important}a#startChat{font-size:21px!important;font-weight:300!important;color:#000!important}div#chatText{padding-top:11px!important;padding-left:14px!important;display:none!important}.chatContainer #sendMessageField{height:40px!important;margin-left:10px!important;margin-right:10px!important;width:95%!important;border-top:none!important}.chatContainer #sendMessageField{width:calc(100% - 60px)!important}.chatContainer #sendMessageField:focus{box-shadow:none;border:none;color:#000}input#fileUploadIcon{height:40px}#chatContainer .sendButton{display:none!important}div#ChatFooter{background-color:#f1f1f2;width:450px;text-align:center;color:929497;font-family:Open Sans,sans-serif;border-bottom-left-radius:6px;border-bottom-right-radius:6px;font-size:12px;height:22px;padding-top:8px}#MinimizeChat{font-family:Open Sans,sans-serif;font-size:2.3em;font-weight:400;margin-top:-17px;margin-right:10px;cursor:pointer}#LocalChatSubheader{font-family:Open Sans,sans-serif;font-size:17px;padding-bottom:8px;border-bottom:1px solid #cccccc;margin:5px 14px 7px}#SubHeaderText{padding-top:4px}.EndChat{float:right;background:#fff;border:1px solid var(--interactiveColor);color:var(--interactiveColor);border-radius:3px;padding:5px 9px;margin-top:-25px;cursor:pointer}.EndChat:hover{background:#e5f0ff}#ChatLauncherminimized,#servicecaselauncherminimized,#launcherminimized,#launcher{font-family:Open Sans,sans-serif;text-align:center;transform:rotate(-90deg) translate(50%);transform-origin:right bottom 0px;margin-right:0;border-radius:6px 6px 0 0;position:fixed;bottom:50%;right:-3px;padding:7px;font-size:20px;z-index:2147483644;color:#050505;cursor:pointer;border:1px solid #fff}#Preview{font-family:Open Sans,sans-serif;text-align:left;border-radius:6px;position:fixed;bottom:0;top:0;margin:auto;right:45px;padding:7px;color:#000;box-shadow:0 0 14px #0006;cursor:pointer;border:none}#launcher:hover{right:0}#unreadCounter{position:absolute;top:-13px;right:-9px;background-color:red;height:23px;width:22px;font-size:16px;border-radius:14px;transform:rotate(90deg);color:#fff;display:none;z-index:2147483645}.chat-button #OnlineHelp,.chat-button #ServiceCaseGadget,.chat-button #ChatWrapper,.chat-button #ProactiveChat{right:20px;bottom:-2000px;top:auto;left:auto;height:600px;margin:0}.chat-button #OnlineHelp.alerting,.chat-button #ServiceCaseGadget.alerting{bottom:20px}.chat-button #OnlineHelp.minimized,.chat-button #ServiceCaseGadget.minimized,.chat-button #ChatWrapper.minimized,.chat-button #ChatFooter.minimized{top:auto;bottom:-2000px}.chat-button #ProactiveChat.alerting{top:70%;bottom:auto;height:135px}.chat-button #ChatLauncherminimized,.chat-button #servicecaselauncherminimized,.chat-button #launcherminimized,.chat-button #launcher{top:auto;left:auto;bottom:20px;right:20px;border-radius:50%;border-color:transparent;display:inline-table;transform:none;opacity:.8;filter:drop-shadow(2px 2px 3px rgba(0,0,0,.4))}.chat-button #ChatLauncherminimized:hover,.chat-button #servicecaselauncherminimized:hover,.chat-button #launcherminimized:hover,.chat-button #launcher:hover{opacity:1}.chat-button #ChatLauncherminimized>img,.chat-button #servicecaselauncherminimized>img,.chat-button #launcherminimized>img,.chat-button #launcher>img{display:block;width:50px;height:50px}.chat-button #Preview{top:auto;bottom:75px}.chat-button #unreadCounter{transform:none;top:-4px}.pulse{animation:pulse-animation 1s infinite;border-radius:5px;z-index:9999}.remove-event{position:absolute;right:0;top:5px;cursor:pointer}.event-header{position:relative}.event-title{float:left}@keyframes pulse-animation{0%{box-shadow:0 0 #0003}to{box-shadow:0 0 0 20px #0000}}.offer-heading{min-height:250px;display:flex;flex-flow:column;justify-content:center}.offer-heading>p{width:50%}.offer .primary-card h2{font-size:34px;font-weight:500}.offer .promo h4{font-size:28px;font-weight:600;margin-top:0}.offer-footer .promo h4,.offer-footer footer nav>div.flex>a,.offer-footer button.simple{color:#050505}.offer-footer button.simple{min-width:70px}.offer-footer .promo h4{font-weight:400;padding-bottom:30px}.offer-footer p{color:#050505}.offer-container{position:relative}.offer-card,.offer-container,.offer-card>.details{display:flex;flex-flow:column nowrap;flex:1}.offer-card>.details>p{flex-grow:1}.offer-cards .image,.main-offer .image{background-position:25% 50%;background-repeat:no-repeat;background-size:cover;min-height:200px}.builtin-offer>.details{display:flex;flex-flow:column nowrap;flex:1}.builtin-offer>.details>.button-row{display:flex;align-items:end;flex:1}.main-offer>.details{flex:1;padding-left:32px}.offer-cards>.flex>div{display:flex;flex-flow:column nowrap;padding:16px 0 0;flex:1;margin:8px}.offer-cards .highlight{border-top:solid;border-width:1px;padding:8px 0;font-size:14px;font-weight:800;min-height:57px;display:flex;align-items:center;justify-content:center}.offer-cards p{font-size:14px;padding:0 8px}.offer-cards .primary-card h3{font-size:18px;color:#050505;font-weight:800;padding:0 8px}.offer-details{margin-bottom:32px}.offer-details .line{width:81px;height:5px;border-radius:5px;display:block;margin:8px 0 21px}.offer-details .image{background-position:25% 50%;background-repeat:no-repeat;background-size:cover;height:250px;padding:0;border-radius:50%}.offer-details>div>div{width:50%}.offer-details>div>div:first-child{padding:0 56px 0 38px;min-width:344px}.offer-details>div>div:last-child{padding-left:8px}.highlight-card{padding:60px;display:flex;flex-flow:row nowrap}.highlight-card>.flex{flex-basis:35%;padding-right:16px}.offer-highlights{border-left:1px solid rgba(0,0,0,.2);padding-left:16px;flex-basis:65%}.offer-highlights>div{margin-bottom:16px}.offer-highlights .pi{font-size:20px;width:30px;height:30px;margin-right:32px}.offer-highlights .pi:before{text-align:center;width:30px;line-height:30px}.offer-highlights p{font-size:20px;font-weight:600}.offer-img{max-height:400px}.phone main{align-items:center;flex:1;min-height:calc(100vh - 40px);padding:0}.phone main.full-height{padding:8px 16px}.phone select,.phone input,.phone textarea{font-size:16px}.phone .full-height>iframe{min-height:calc(100vh - 40px)}.phone .kmhelp>div{height:calc(100vh - 40px)}.phone aside{display:none}.phone aside>.panel{position:fixed;width:300px;height:100%;transform:translate(-300px);animation:all .3s ease-in-out;background:#fff}.phone aside.show{position:absolute;overflow:hidden;top:0;left:0;right:0;bottom:0;background:#00000080;display:block;z-index:2}.phone aside.show>.panel{transform:translate(0)}.phone aside header{width:100%;text-align:center;border-bottom:1px solid rgba(0,0,0,.2);margin-bottom:0;height:50px;padding:10px}.phone aside header .logo{height:29px}.phone aside nav{padding:16px}.phone aside nav>li>a,.phone aside nav>li>a:visited,.phone aside nav>li>a:hover,.phone aside nav>li>a:focus,.phone aside nav>li>a:active{color:#050505}.phone header{height:40px;display:flex;flex-flow:row nowrap;margin-bottom:0}.phone header button.nav-button{color:#050505;font-size:21px;height:40px;padding-left:8px;border:none;background:transparent;min-width:auto}.phone header .logo-link{flex:1;text-align:center}.phone header a>img{margin-right:16px;height:40px;padding:5px 0}.phone header h1{color:#050505}.phone .home-promo>div{width:50%}.phone .home-promo>.details{padding:0 0 0 16px}.phone .image{background-position:25% 50%;background-repeat:no-repeat;background-size:cover;height:200px}.phone .primary-card,.phone .secondary-card{margin:16px;width:calc(100% - 32px);box-shadow:none;padding:0;border:none;background:none}.phone .margin-t-0{margin-top:0}.phone h1.small{font-size:18px;font-weight:700}.phone h1{text-align:center;font-size:24px;font-weight:800;margin:30px 0}.phone .home>.hero{width:100%}.phone .home>.hero>h1{max-width:247px;font-size:24px;padding:30px 0 100px;margin:0 auto;color:#050505}.phone .main-actions{display:flex;flex-flow:row nowrap;margin-top:-70px;padding:0}.phone .main-actions>button{border:1px solid #ececec;padding:0 8px;height:140px;flex:1;color:#050505;background:#fff}.phone .main-actions>button>i{display:block;font-size:1.4em;margin:0 0 16px}.phone .top-nav{padding:5px 16px;box-shadow:0 3px 6px #0003;background:#fff;width:100%;height:40px;border-bottom:1px solid rgba(0,0,0,.2)}.phone .flex-nowrap{flex-direction:column}.phone .account-view-details{text-align:left;padding:8px 0}.phone .top-nav button{min-height:30px}.phone .top-nav .pi{font-weight:800!important;font-size:18px}.phone footer{margin:auto 0 0}.phone footer nav>div.flex{margin:8px;flex-flow:row;justify-content:space-around}.phone footer nav>div.flex>a,.phone footer button.simple,.phone button.nav-button{color:#050505}.phone .col.col-1{margin-bottom:0}.phone .offer-img{max-width:calc(100% - 32px)}.phone .quick-links{text-align:center;grid-template-columns:1fr 1fr;grid-gap:8px}.phone .avatar{width:38px;height:38px}.phone .overlay{right:8px;top:70px;min-width:80px}.phone .overlay:not(.logout){left:8px;bottom:8px}.phone .overlay.logout{right:8px}.phone .overlay:after{right:16px}.phone .intro-quicklinks{background:#ececec;text-align:center}.phone .intro-quicklinks p{padding:16px;color:#050505}.phone .bottom-banner{padding:16px;text-align:center;width:100%}.phone .layout-stacked>.field-item>input{height:46px;border-radius:2px;border-bottom:solid 1px #8a8a8a;background-color:#e8e8e8;padding:10px 8px 0}.phone .content-card{padding:16px}.phone .tabs-details{min-height:calc(100vh - 123px);overflow-y:auto}.phone .quick-links-account a{font-size:16px;margin-bottom:8px;display:block}.phone .quick-links button{font-size:16px;padding:8px 16px;margin-bottom:8px;text-align:left;display:flex;height:auto;width:100%;align-items:center;background:#fff}.phone .quick-links button>i{border-radius:50%;height:32px;min-width:32px;line-height:26px;font-size:16px;color:#050505;display:inline-block;text-align:center;vertical-align:middle;margin-right:8px}.phone #OnlineHelp,.phone #ServiceCaseGadget,.phone #ChatWrapper{width:300px}.phone .offer-cards{padding:16px}.phone .offer-cards .primary-card{text-align:center}.phone .offer-cards>div{flex-flow:column nowrap}.phone .offer-cards .primary-card{width:auto;margin:8px 0}.phone button.launch-login,.phone button.launch-login:hover,.phone button.launch-login:active,.phone button.launch-login:focus{background:transparent;color:#050505;display:inline-block;min-height:38px}@media screen and (max-width: 1432px){main{padding:0 16px}.hero-main{padding-bottom:16px}.ribbon,.ribbon1{display:none}.offer-heading{min-height:auto;margin:0;padding:16px 0}.offer-heading>p{width:auto}}@media screen and (max-width: 1200px){table.responsive,.responsive thead,.responsive tbody,.responsive th,.responsive td,.responsive tr{display:block}.responsive thead tr{position:absolute;top:-9999px;left:-9999px}.responsive tr{border:1px solid #ccc}.responsive td{border:none;position:relative;text-align:left;padding:3px 0 3px 60%}.responsive td:before{position:absolute;left:8px;padding-right:8px;text-align:left;font-weight:700;max-width:59%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.responsive td:before{content:attr(data-title)}.responsive td.hide-collapsed{display:none}}@media screen and (max-width: 1024px){header ul.flex li{margin-right:16px;text-align:center;flex:1}h1.hero{font-size:50px}.front .hero-wrap{min-height:400px}.primary-options h2{width:auto}h2,.col-2 h3{font-size:20px;margin-bottom:8px}h3{font-size:16px;margin:8px 0}p{font-size:16px}body,button,footer nav>div.flex li,.inputfile+label{font-size:14px}footer nav>div.flex li{margin-right:3vw}.pi.product-icon{min-width:40px;height:40px;line-height:35px}}@media screen and (max-width: 950px){.col.col-1{width:100%;margin-bottom:30px}.col-2{width:100%;margin-left:0;margin-top:0;display:flex}.secondary-card{width:50%}.secondary-options .banner{height:400px}.secondary-options>.content-card{right:16px}.front-option{max-width:50%}.offer-card-col{margin-right:8px}.secondary-card.container{margin-left:8px}footer nav>div.flex>a{margin-right:8px}.tab-vertical-menu>.tab-interface>.container{order:2}.tab-vertical-menu>.tab-interface>.container>.header{display:flex}.tab-vertical-menu>.tab-interface>.container>.body{display:block}.tab-vertical-menu>.tab-interface>.container.collapsed>.body{display:none}.tab-vertical-menu>.tab-interface{margin:0 24px;position:static;float:none;width:auto}.tab-vertical-menu>.tabs-details{margin:0 24px}.tab-vertical-menu>.tab-interface>.tab-action{flex-flow:row nowrap;padding:0;background:none;margin:0}.tab-vertical-menu>.tab-interface>.tab-action>button.simple{margin-right:auto}.hero-wrap img{max-height:150px;align-self:end;padding-bottom:24px}img.hero-offer-img{align-self:start;max-height:200px;padding-right:16px}}@media screen and (max-width: 850px){h1.hero{font-size:40px}.front .hero-wrap{min-height:200px;padding-bottom:16px}.launch-login{display:none}.menu{display:block}header nav>ul.flex{display:none}.overlay.logout{right:100px}header>.header,header>.wrap.header{flex-wrap:wrap;align-items:center}.grid-col-3{display:block}.grid-col-3>div.content-card{margin:0 0 8px}.account-details>div>div{min-width:50%}.layout-inline-grid-double>div{width:100%;margin-right:0}.layout-inline-grid-double>div:nth-child(2n){margin:0}}@media only screen and (max-width: 700px){.account-picker-details>div{min-width:50%}.col-2{flex-flow:column}.col-2>.secondary-card{width:auto}.highlight-card{padding:16px}.options{flex-flow:column nowrap}.front-option{max-width:initial;padding:0}.front-option>.details{padding:8px 0}.chat-button #ChatLauncherminimized>img,.chat-button #servicecaselauncherminimized>img,.chat-button #launcherminimized>img,.chat-button #launcher>img{width:30px;height:30px}.layout-labels-left>.field-item{display:flex;flex-flow:column;align-items:flex-start}.layout-labels-left>.field-item>label{width:auto;min-width:auto;margin:0 0 3px}.offer-cards-list,.builtin-offer,.main-offer{flex-flow:column nowrap}.builtin-offer>.offer-img,.main-offer>.offer-img,.main-offer>.image{width:100%;max-width:none;padding:0}.builtin-offer>.details,.main-offer>.details{margin:14px 0 0;display:flex;flex-flow:column}.primary-card{flex-direction:column}}@media screen and (max-width: 567px){.primary-options .front-option{flex-flow:row nowrap;display:flex;border-bottom:1px solid #dfdfdf;align-items:center;max-width:initial;padding:0}.primary-options .front-option>img{width:140px}.primary-options .front-option>.details{flex:1;text-align:left;padding:16px 0}main .hero-wrap .hero-image{display:none}.offer>main,.wrap{margin:0}button{min-width:0}.copyright{display:none}.fatlist>li{flex-wrap:wrap;padding:0;margin-bottom:8px}time.fatlist-item{font-size:14px;min-width:100%}p.activity{font-size:14px;max-width:calc(100% - 85px);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}a.fatlist-item{padding-left:0}:not(.phone)>footer nav{width:100%}:not(.phone)>footer nav>div>a{display:none}:not(.phone)>footer nav>div>a:last-child{display:block}.offer-details>div>div:first-child{padding:0 50px 0 44px;min-width:244px}.offer-details .image{height:150px}.offer .promo>.flex{flex-flow:column;margin:0 auto}.banner>div>div{flex-flow:column;text-align:center}.banner i{font-size:2em}}@media screen and (max-width: 480px){.menu-overlay{right:0;left:0}}.pega-mashup{display:flex;flex-flow:column nowrap;background:#fff;border-radius:8px;padding:16px;min-height:400px;color:#1d2020}.pega-mashup fieldset{border:none;padding:0;margin:0}.primary-card>.pega-mashup{padding:8px 16px;margin-bottom:24px;border:1px solid #d5d5d5;border-radius:4px}.main-header~h3{border-bottom:1px solid rgba(0,0,0,.2)}.pega-mashup button.Simple,.pega-mashup button.Simple:active,.pega-mashup button.Simple:focus,.pega-mashup button.Simple:hover{background:none;color:var(--interactiveColor);min-width:0;outline:none;display:flex;align-items:center;border:none}.pega-mashup button.Light,.pega-mashup button.Light:active,.pega-mashup button.Light:hover,.pega-mashup button.Light:focus{background:none;min-width:0;display:inline-block;padding:0;height:auto;width:fit-content;color:var(--interactiveColor);border:none}.pega-mashup button.action-menu,.pega-mashup button.action-menu:active,.pega-mashup button.action-menu:hover,.pega-mashup button.action-menu:focus{color:var(--interactiveColor);border:var(--interactiveColor) 1px solid;min-width:auto;padding:0 30px 0 16px;background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OC4wNiAyOC4wNCcgIHdpZHRoPScxOCcgaGVpZ2h0PSc5Jz48cGF0aCBmaWxsPSIjMTAxMzJFIiBkPSdNNDcuNDEuNTVhMS45MSAxLjkxIDAgMCAwLTIuNyAwbC0yMC43MSAyMi42MS0yMC43NS0yMi42LS4xOC0uMThhMS45MSAxLjkxIDAgMSAwLTIuNTEgMi44OGwyMS44NyAyMy44NGExLjY5IDEuNjkgMCAwIDAgLjEzLjMxIDIuMTUgMi4xNSAwIDAgMCAyLjg1IDAgMS43NSAxLjc1IDAgMCAwIC4xMy0uMzJsMjEuODctMjMuODRhMS45MSAxLjkxIDAgMCAwIDAtMi43eicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLjEgLjA5KScvPjwvc3ZnPg==) no-repeat calc(100% - 8px) 50%}.layout-content-default.flex,.layout-content-stacked.flex,.layout-content-stacked_with_labels_left{display:flex;flex-flow:column;width:100%}.flex.layout-content-inline_grid_double{flex-flow:row wrap;display:flex}.flex.layout-content-inline_grid_double>div:nth-child(odd){width:calc(50% - 8px);margin-right:8px}.flex.layout-content-inline_grid_double>div:nth-child(2n){width:calc(50% - 8px);margin-left:8px}.flex.layout-content-inline_grid_30_70>div:nth-child(odd){width:calc(30% - 8px);margin-right:8px}.flex.layout-content-inline_grid_30_70>div:nth-child(2n){width:calc(70% - 8px);margin-left:8px}.flex.layout-content-inline_grid_70_30>div:nth-child(odd){width:calc(70% - 8px);margin-right:8px}.flex.layout-content-inline_grid_70_30>div:nth-child(2n){width:calc(30% - 8px);margin-left:8px}.flex.layout-content-inline_grid_triple>div:nth-child(3n+1){width:calc(33.33333% - 8px);margin-right:8px;margin-bottom:8px}.flex.layout-content-inline_grid_triple>div:nth-child(3n+2){width:calc(33.33333% - 8px);margin-right:8px;margin-left:8px;margin-bottom:8px}.flex.layout-content-inline_grid_triple>div:nth-child(3n){width:calc(33.33333% - 8px);margin-left:8px;margin-bottom:8px}.layout-content-stacked.flex>*{margin-bottom:8px}.layout-content-default.flex>*{margin-bottom:16px}.layout-content-stacked_with_labels_left>.field-item{flex-flow:row;margin-bottom:8px}.layout-content-stacked_with_labels_left>.field-item .field-caption{margin-right:8px;margin-bottom:0;width:200px}.layout-content-inline.flex>*,.layout-content-inline_middle.flex>*{margin-right:8px}.layout-content-inline_middle.flex{align-items:center}.layout-content-inline_middle.flex>*:last-child{margin-right:0}.flex.field-item.field-table{overflow-x:auto;flex-flow:column nowrap}.layout-content-default-form{display:grid;grid-template-columns:minmax(0,1fr);row-gap:8px;column-gap:16px;margin-bottom:16px}.layout-content-default-form-2{grid-template-columns:repeat(2,minmax(0,1fr))}.layout-content-default-form-2 .field-table,.layout-content-default-form-2 .field-richtext,.layout-content-default-form-2 .field-textarea,.layout-content-default-form-2 .field-checkbox,.layout-content-default-form-2 .field-radiogroup{grid-column:1 / span 2}.layout-content-default-form-3{grid-template-columns:repeat(3,minmax(0,1fr))}.layout-content-default-form-3 .field-table,.layout-content-default-form-3 .field-richtext,.layout-content-default-form-3 .field-textarea,.layout-content-default-form-3 .field-checkbox,.layout-content-default-form-3 .field-radiogroup{grid-column:1 / span 3}.flex.main-header{min-height:40px;margin-bottom:8px}.flex.main-header>h2{margin-bottom:0;flex:1;display:flex;align-items:center}.flex.main-header>h2>span{white-space:nowrap;display:flex;margin-left:6px}.flex-all{flex:1;margin:0 8px}.flex.margin-l-auto{margin-left:auto}.flex-paragraph li{list-style:inside disc}.align-center{align-items:center}.field-item{display:flex;flex-flow:column}.field-item .field-caption{margin-bottom:3px;margin-top:6px;min-height:20px;display:block}.field-button{display:flex;flex-flow:row nowrap;align-items:center;line-height:28px}.field-checkbox{flex-flow:row nowrap;margin-top:15px;align-items:center}.field-checkbox>label{line-height:25px}.field-checkbox>.field-caption{color:#000;font-size:16px;flex:0 0 100%;min-height:0}.field-radiogroup>div{flex-flow:row;align-items:center;display:flex;margin-bottom:5px}.field-phoneinput>div{flex-flow:row;align-items:center;display:flex}.field-phoneinput>div>input{flex:1}.field-attachment .row-item{padding:4px;border:1px dashed #ccc;max-width:480px;margin-top:0}.field-currencyinput>div{position:relative;display:flex;flex-flow:row nowrap}.field-currencyinput>div>input{padding-inline-start:2ch;width:100%}.currency-symbol{position:absolute;left:7px;top:25%}.sr-only:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.field-attachment .file-upload{background:transparent;border-color:#ccc}.table-content{overflow-x:auto;overflow-y:hidden;flex-flow:column nowrap;display:flex}.table-content td>input,.table-content td>select,.table-content td>textarea{width:-webkit-fill-available;inline-size:-moz-available}.rdl .pzhc.pzbutton,table .pzhc.pzbutton{background:none;color:#1d2020;min-width:30px;border:none;color:var(--interactiveColor)}.rdl>div{border-bottom:1px solid #aaa;padding-bottom:8px;padding-top:8px}.rdl h3{margin-bottom:4px}.rdl>div:last-child{border-bottom:none;padding-bottom:0}.rdl>div:first-child{padding-top:0}table .pzhc.pzbutton:hover,table .pzhc.pzbutton:focus,table .pzhc.pzbutton:active{color:var(--interactiveColor)}.right-aligned{text-align:right;justify-content:flex-end}.field-combobox{position:relative}.field-combobox>.data-list.visible{position:absolute;top:42px;border:1px solid #ccc;left:0;right:0;background:#fff;box-shadow:0 3px 6px #0003;z-index:2;max-height:300px;overflow:auto}.data-list>ol{margin:7px 0 0;padding-left:7px}.action-button-area{display:flex;flex-flow:row;padding-top:16px;border-top:1px solid #ccc}.action-button-area>button{margin-right:8px}.action-button-area>button:last-child{margin:0 0 0 auto}.validation:not(:empty),.error{padding:14px;background:#ffd9db;color:#1d2020;font-size:16px;border-radius:8px;display:flex;margin-bottom:14px;align-items:center}.error button{margin-left:auto;background:transparent;color:#1d2020;min-width:auto}div[readonly],input[readonly],textarea[readonly]{background-color:#fafafa;border-color:transparent}input[readonly],select[readonly],input[type=checkbox][readonly]+label,input[type=radio][readonly]+label{pointer-events:none}input[readonly],select[readonly]{opacity:.7}#case-data{flex:1;display:flex;flex-flow:column nowrap}.helper-text{color:#000000b3;font-size:12px;font-style:italic;line-height:1;margin-top:4px}#case-data>div:first-child{flex:1}.button-menu{position:relative;display:inline-block}.button-menu>ul{position:absolute;top:100%;background:#fff;display:block;margin:0;list-style:none;padding:0;border:1px solid rgba(0,0,0,.2);box-shadow:0 3px 12px #00000026;z-index:2;right:0}.button-menu>ul>li{white-space:nowrap;display:block;padding:.4em 1em;text-decoration:none;color:#333;margin:0}.button-menu>ul>li:focus,.button-menu>ul>li:hover{background:#bbb;outline:none}.icon-required:after{vertical-align:middle;content:"*";font-size:13px;font-weight:700;text-align:left;color:#d91c29;padding-left:3px}.field-text>span:empty:after{content:"––";color:gray}.badge_text{background-color:#088488;color:#050505;font-weight:700;text-transform:uppercase;padding:0 4px;text-align:center;margin-top:1px;font-size:10px;line-height:16px;letter-spacing:.05em}.success{background-color:#daf2e3;color:#1d2020;text-align:center;padding:8px 16px;margin-bottom:16px}.mashup-modal{position:fixed;top:0;bottom:0;right:0;left:0;background:#0606064d;z-index:2;transition:opacity .4s ease-in-out}.mashup-modal>div{height:60vh;max-width:800px;width:80vw;margin:15vh auto;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:10px;display:flex;flex-flow:column nowrap;padding-bottom:16px}.mashup-modal>div>.main-header{padding:0 16px;border-bottom:1px solid rgba(0,0,0,.2)}.attach-files{margin:16px 16px 0;display:flex;flex-flow:column;flex:1;overflow-y:auto}.pega-mashup .file-upload{background:#0074d40d;border:1px dashed #0076d1;padding:16px;display:flex;align-items:center}.drop-file-hover{background:#0074d426}.pega-mashup .file-upload input{display:none}.row-item{display:flex;flex-flow:row wrap;align-items:center;margin-top:8px;width:100%}.upload-content{display:flex;flex-flow:column;align-items:flex-start;flex-grow:1;overflow-y:auto}.list-items .empty{flex:1;display:flex;flex-direction:column;align-self:center;justify-content:center}.list-item-title{display:flex;flex-flow:column nowrap;flex:1}.list-item-meta{font-size:14px}.list-item-meta>span:after{content:"|";margin:0 3px}.list-item-meta>span:last-child:after{content:""}.doc-icon{position:relative;margin-right:8px}.doc-icon>svg{width:30px;height:30px}.doc-icon>span{position:absolute;left:1px;right:1px;bottom:8px;font-size:7px;text-transform:uppercase;text-align:center}.count-badge{min-width:24px;line-height:24px;border-radius:12px;background-color:#e9eef3;color:#0009;font-weight:600;font-size:12px;margin-top:-9px;margin-left:-3px}.loading-container{display:flex;align-items:center;justify-content:center;width:100%}.loading{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;height:100%}.loading>.dot{width:10px;height:10px;margin:0 5px;background:#0076d1;border-radius:50%;animation:Loading-ellipsis 1s infinite cubic-bezier(.4,.6,.1,1)}.loading>.dot:nth-child(2){animation-delay:.1667s}.loading>.dot:nth-child(3){animation-delay:.3334s}@keyframes Loading-ellipsis{0%{transform:scale(0);opacity:0}50%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.rich-text-main{display:flex;flex-flow:column nowrap}.rich-text-main h1,.rich-text-main h2,.rich-text-main h3{color:#050505}.rich-text-main .editor-actions{overscroll-behavior:contain;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.rich-text-main .editor-actions::-webkit-scrollbar{display:none}.rich-text-main .editor{border:1px solid #ccc;overflow:auto;height:216px;min-height:216px}.rich-text-main .toolbar{display:flex;flex-flow:row wrap;align-items:center}.rich-text-main [contenteditable]{outline:0px solid transparent;min-height:200px;height:200px;font-size:14px;padding:8px}.rich-text-main .toolbar>button,.rich-text-main .toolbar>select{margin-right:2px;height:30px;font-size:11px}.rich-text-main .toolbar button{color:#000;cursor:pointer;border:1px solid rgb(204,204,204);border-radius:4px;padding:2px;min-height:30px;background:#fff;min-width:0}.rich-text-main .toolbar .active{background:#ccc}.rich-text-main blockquote{border-left:2px solid #ddd;margin-left:0;margin-right:0;padding-left:10px;color:#aaa;font-style:italic}.rich-text-main img{max-width:100%}@media screen and (max-width: 1200px){.pega-mashup table.responsive,.responsive thead,.responsive tbody,.responsive th,.responsive td,.responsive tr{display:block}.pega-mashup table.responsive thead tr{position:absolute;top:-9999px;left:-9999px}.pega-mashup table.responsive tr{border:1px solid #ccc;margin:8px 0;padding:8px}.pega-mashup table.responsive td{border:none;position:relative;text-align:left;padding:4px 0 4px 60%;height:auto}.pega-mashup table.responsive td:before{position:absolute;left:8px;padding-right:8px;text-align:left;font-weight:700;max-width:59%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pega-mashup table.responsive td:before{content:attr(data-title)}.pega-mashup table.responsive td.hide-collapsed{display:none}.pega-mashup table.responsive .pzhc.pzbutton{height:auto;padding-left:0}}@media only screen and (max-width: 800px){.flex.layout-content-inline_grid_70_30,.flex.layout-content-inline_grid_30_70,.flex.layout-content-inline_grid_double,.flex.layout-content-inline_grid_triple{flex-flow:column nowrap;margin-bottom:0}.flex.layout-content-inline_grid_70_30>div:nth-child(odd),.flex.layout-content-inline_grid_70_30>div:nth-child(2n),.flex.layout-content-inline_grid_30_70>div:nth-child(odd),.flex.layout-content-inline_grid_30_70>div:nth-child(2n),.flex.layout-content-inline_grid_double>div:nth-child(2n),.flex.layout-content-inline_grid_double>div:nth-child(odd),.flex.layout-content-inline_grid_triple>div:nth-child(3n+2),.flex.layout-content-inline_grid_triple>div:nth-child(3n+1),.flex.layout-content-inline_grid_triple>div:nth-child(3n),.layout-content-default-form-2,.layout-content-default-form-3{display:flex;flex-flow:column nowrap;width:100%;margin:0 0 8px}}@media only screen and (max-width: 600px){.pega-mashup table.responsive td{padding:25px 8px 0}.pega-mashup table.responsive td:before{position:absolute;top:-5px;padding:0;min-width:0;max-width:none;left:8px}.pega-mashup .flex.main-header{flex-flow:column;align-items:flex-start}} diff --git a/docs/auto/index.html b/docs/auto/index.html index ea3eba7c..23e1ecda 100644 --- a/docs/auto/index.html +++ b/docs/auto/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/auto/js/config-settings.js b/docs/auto/js/config-settings.js index 6675d8d2..345a2279 100755 --- a/docs/auto/js/config-settings.js +++ b/docs/auto/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/docs/commercial_bank/index.html b/docs/commercial_bank/index.html index 79897999..94c00194 100644 --- a/docs/commercial_bank/index.html +++ b/docs/commercial_bank/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/commercial_bank/js/config-settings.js b/docs/commercial_bank/js/config-settings.js index c886997a..9c577126 100644 --- a/docs/commercial_bank/js/config-settings.js +++ b/docs/commercial_bank/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/docs/comms/index.html b/docs/comms/index.html index f46d3bf1..08c5b2b6 100644 --- a/docs/comms/index.html +++ b/docs/comms/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/comms/js/config-settings.js b/docs/comms/js/config-settings.js index 0429abcb..b537be86 100644 --- a/docs/comms/js/config-settings.js +++ b/docs/comms/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/docs/energy/index.html b/docs/energy/index.html index ed637f98..6588b67d 100644 --- a/docs/energy/index.html +++ b/docs/energy/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/energy/js/config-settings.js b/docs/energy/js/config-settings.js index 76498f57..61b62920 100755 --- a/docs/energy/js/config-settings.js +++ b/docs/energy/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/docs/gov/index.html b/docs/gov/index.html index ec865c29..3e5679a4 100644 --- a/docs/gov/index.html +++ b/docs/gov/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/gov/js/config-settings.js b/docs/gov/js/config-settings.js index 19e0be5e..4dded505 100644 --- a/docs/gov/js/config-settings.js +++ b/docs/gov/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/docs/health_care/index.html b/docs/health_care/index.html index c23d4064..6aecaeb4 100644 --- a/docs/health_care/index.html +++ b/docs/health_care/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/health_care/js/config-settings.js b/docs/health_care/js/config-settings.js index 9b7728d1..0f6a4992 100644 --- a/docs/health_care/js/config-settings.js +++ b/docs/health_care/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/docs/health_payer/index.html b/docs/health_payer/index.html index b6ca3ed7..f282e9f6 100644 --- a/docs/health_payer/index.html +++ b/docs/health_payer/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/health_payer/js/config-settings.js b/docs/health_payer/js/config-settings.js index 5d284189..559eb787 100644 --- a/docs/health_payer/js/config-settings.js +++ b/docs/health_payer/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/docs/health_pharma/index.html b/docs/health_pharma/index.html index d387994f..99ef0873 100644 --- a/docs/health_pharma/index.html +++ b/docs/health_pharma/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/health_pharma/js/config-settings.js b/docs/health_pharma/js/config-settings.js index f43cfa72..a8f29426 100644 --- a/docs/health_pharma/js/config-settings.js +++ b/docs/health_pharma/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/docs/health_provider/index.html b/docs/health_provider/index.html index a3e85f9b..baee5654 100644 --- a/docs/health_provider/index.html +++ b/docs/health_provider/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/health_provider/js/config-settings.js b/docs/health_provider/js/config-settings.js index 3bb898c3..67553522 100644 --- a/docs/health_provider/js/config-settings.js +++ b/docs/health_provider/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/docs/insurance/index.html b/docs/insurance/index.html index d823d409..01198857 100644 --- a/docs/insurance/index.html +++ b/docs/insurance/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/insurance/js/config-settings.js b/docs/insurance/js/config-settings.js index fb35b600..25ad4c1a 100644 --- a/docs/insurance/js/config-settings.js +++ b/docs/insurance/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/docs/manufacturing/index.html b/docs/manufacturing/index.html index 31e6f461..252e684c 100644 --- a/docs/manufacturing/index.html +++ b/docs/manufacturing/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/manufacturing/js/config-settings.js b/docs/manufacturing/js/config-settings.js index 76a93a76..0d4f48fc 100755 --- a/docs/manufacturing/js/config-settings.js +++ b/docs/manufacturing/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/docs/retail_bank/index.html b/docs/retail_bank/index.html index eaf33224..a48a237c 100644 --- a/docs/retail_bank/index.html +++ b/docs/retail_bank/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/retail_bank/js/config-settings.js b/docs/retail_bank/js/config-settings.js index 6a5b2eed..5f9b88e4 100644 --- a/docs/retail_bank/js/config-settings.js +++ b/docs/retail_bank/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/docs/travel/index.html b/docs/travel/index.html index 48162c70..b0e4d8fa 100644 --- a/docs/travel/index.html +++ b/docs/travel/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/travel/js/config-settings.js b/docs/travel/js/config-settings.js index b03546b1..f5707d8c 100644 --- a/docs/travel/js/config-settings.js +++ b/docs/travel/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/docs/wealth/index.html b/docs/wealth/index.html index 4d965843..cc346512 100644 --- a/docs/wealth/index.html +++ b/docs/wealth/index.html @@ -38,8 +38,8 @@ document.write(' - - + + diff --git a/docs/wealth/js/config-settings.js b/docs/wealth/js/config-settings.js index 9a565beb..b81d433b 100644 --- a/docs/wealth/js/config-settings.js +++ b/docs/wealth/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/eslint.config.mjs b/eslint.config.mjs index e8b5d156..87631dbe 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -17,8 +17,7 @@ export default [ }, ...compat.extends( 'plugin:vue/vue3-essential', - 'eslint:recommended', - '@vue/eslint-config-prettier', + 'eslint:recommended' ), { rules: { diff --git a/package-lock.json b/package-lock.json index f5d07329..eae0c3ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,21 +9,21 @@ "version": "2.0.0", "dependencies": { "crypto-js": "^4.2.0", - "vue": "^3.5.10", + "vue": "^3.5.11", "vue-gtag": "^2.0.1", - "vue-i18n": "^9.14.1" + "vue-i18n": "^10.0.4" }, "devDependencies": { "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.11.1", + "@eslint/js": "^9.12.0", "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vitest/coverage-v8": "^2.1.2", - "@vue/eslint-config-prettier": "^9.0.0", + "@vue/eslint-config-prettier": "^10.0.0", "@vue/test-utils": "^2.4.6", "c8": "^10.1.2", "cypress": "^13.15.0", - "eslint": "^9.11.1", + "eslint": "^9.12.0", "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-vue": "^9.28.0", "jsdom": "^25.0.1", @@ -419,6 +419,15 @@ "node": ">=6.9.0" } }, + "node_modules/@babel/traverse/node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, "node_modules/@babel/types": { "version": "7.25.7", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.7.tgz", @@ -879,6 +888,18 @@ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, + "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/@eslint-community/regexpp": { "version": "4.11.1", "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.1.tgz", @@ -934,51 +955,10 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/@eslint/eslintrc/node_modules/eslint-visitor-keys": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", - "integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", - "dev": true, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint/eslintrc/node_modules/espree": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.2.0.tgz", - "integrity": "sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==", - "dev": true, - "dependencies": { - "acorn": "^8.12.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.1.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", - "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", - "dev": true, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@eslint/js": { - "version": "9.11.1", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.11.1.tgz", - "integrity": "sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==", + "version": "9.12.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.12.0.tgz", + "integrity": "sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -1020,6 +1000,28 @@ "@hapi/hoek": "^9.0.0" } }, + "node_modules/@humanfs/core": { + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.0.tgz", + "integrity": "sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==", + "dev": true, + "engines": { + "node": ">=18.18.0" + } + }, + "node_modules/@humanfs/node": { + "version": "0.16.5", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.5.tgz", + "integrity": "sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==", + "dev": true, + "dependencies": { + "@humanfs/core": "^0.19.0", + "@humanwhocodes/retry": "^0.3.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", @@ -1034,9 +1036,9 @@ } }, "node_modules/@humanwhocodes/retry": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.0.tgz", - "integrity": "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", + "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", "dev": true, "engines": { "node": ">=18.18" @@ -1047,12 +1049,12 @@ } }, "node_modules/@intlify/core-base": { - "version": "9.14.1", - "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.14.1.tgz", - "integrity": "sha512-rG5/hlNW6Qfve41go37szEf0mVLcfhYuOu83JcY0jZKasnwsrcZYYWDzebCcuO5I/6Sy1JFWo9p+nvkQS1Dy+w==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-10.0.4.tgz", + "integrity": "sha512-GG428DkrrWCMhxRMRQZjuS7zmSUzarYcaHJqG9VB8dXAxw4iQDoKVQ7ChJRB6ZtsCsX3Jse1PEUlHrJiyQrOTg==", "dependencies": { - "@intlify/message-compiler": "9.14.1", - "@intlify/shared": "9.14.1" + "@intlify/message-compiler": "10.0.4", + "@intlify/shared": "10.0.4" }, "engines": { "node": ">= 16" @@ -1062,11 +1064,11 @@ } }, "node_modules/@intlify/message-compiler": { - "version": "9.14.1", - "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.14.1.tgz", - "integrity": "sha512-MY8hwukJBnXvGAncVKlHsqKDQ5ZcQx4peqEmI8wBUTXn4pezrtTGYXNoz81cLyEEHB+L/zlKWVBSh5TiX4gYoQ==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-10.0.4.tgz", + "integrity": "sha512-AFbhEo10DP095/45EauinQJ5hJ3rJUmuuqltGguvc3WsvezZN+g8qNHLGWKu60FHQVizMrQY7VJ+zVlBXlQQkQ==", "dependencies": { - "@intlify/shared": "9.14.1", + "@intlify/shared": "10.0.4", "source-map-js": "^1.0.2" }, "engines": { @@ -1077,9 +1079,9 @@ } }, "node_modules/@intlify/shared": { - "version": "9.14.1", - "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.14.1.tgz", - "integrity": "sha512-XjHu6PEQup9MnP1x0W9y0nXXfq9jFftAYSfV11hryjtH4XqXP8HrzMvXI+ZVifF+jZLszaTzIhvukllplxTQTg==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-10.0.4.tgz", + "integrity": "sha512-ukFn0I01HsSgr3VYhYcvkTCLS7rGa0gw4A4AMpcy/A9xx/zRJy7PS2BElMXLwUazVFMAr5zuiTk3MQeoeGXaJg==", "engines": { "node": ">= 16" }, @@ -1210,41 +1212,6 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/@one-ini/wasm": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz", @@ -1521,9 +1488,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.7.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz", - "integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==", + "version": "22.7.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", + "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", "dev": true, "optional": true, "dependencies": { @@ -1780,36 +1747,36 @@ } }, "node_modules/@vue/compiler-core": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.10.tgz", - "integrity": "sha512-iXWlk+Cg/ag7gLvY0SfVucU8Kh2CjysYZjhhP70w9qI4MvSox4frrP+vDGvtQuzIcgD8+sxM6lZvCtdxGunTAA==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.11.tgz", + "integrity": "sha512-PwAdxs7/9Hc3ieBO12tXzmTD+Ln4qhT/56S+8DvrrZ4kLDn4Z/AMUr8tXJD0axiJBS0RKIoNaR0yMuQB9v9Udg==", "dependencies": { "@babel/parser": "^7.25.3", - "@vue/shared": "3.5.10", + "@vue/shared": "3.5.11", "entities": "^4.5.0", "estree-walker": "^2.0.2", "source-map-js": "^1.2.0" } }, "node_modules/@vue/compiler-dom": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.10.tgz", - "integrity": "sha512-DyxHC6qPcktwYGKOIy3XqnHRrrXyWR2u91AjP+nLkADko380srsC2DC3s7Y1Rk6YfOlxOlvEQKa9XXmLI+W4ZA==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.11.tgz", + "integrity": "sha512-pyGf8zdbDDRkBrEzf8p7BQlMKNNF5Fk/Cf/fQ6PiUz9at4OaUfyXW0dGJTo2Vl1f5U9jSLCNf0EZJEogLXoeew==", "dependencies": { - "@vue/compiler-core": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/compiler-core": "3.5.11", + "@vue/shared": "3.5.11" } }, "node_modules/@vue/compiler-sfc": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.10.tgz", - "integrity": "sha512-to8E1BgpakV7224ZCm8gz1ZRSyjNCAWEplwFMWKlzCdP9DkMKhRRwt0WkCjY7jkzi/Vz3xgbpeig5Pnbly4Tow==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.11.tgz", + "integrity": "sha512-gsbBtT4N9ANXXepprle+X9YLg2htQk1sqH/qGJ/EApl+dgpUBdTv3yP7YlR535uHZY3n6XaR0/bKo0BgwwDniw==", "dependencies": { "@babel/parser": "^7.25.3", - "@vue/compiler-core": "3.5.10", - "@vue/compiler-dom": "3.5.10", - "@vue/compiler-ssr": "3.5.10", - "@vue/shared": "3.5.10", + "@vue/compiler-core": "3.5.11", + "@vue/compiler-dom": "3.5.11", + "@vue/compiler-ssr": "3.5.11", + "@vue/shared": "3.5.11", "estree-walker": "^2.0.2", "magic-string": "^0.30.11", "postcss": "^8.4.47", @@ -1817,12 +1784,12 @@ } }, "node_modules/@vue/compiler-ssr": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.10.tgz", - "integrity": "sha512-hxP4Y3KImqdtyUKXDRSxKSRkSm1H9fCvhojEYrnaoWhE4w/y8vwWhnosJoPPe2AXm5sU7CSbYYAgkt2ZPhDz+A==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.11.tgz", + "integrity": "sha512-P4+GPjOuC2aFTk1Z4WANvEhyOykcvEd5bIj2KVNGKGfM745LaXGr++5njpdBTzVz5pZifdlR1kpYSJJpIlSePA==", "dependencies": { - "@vue/compiler-dom": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/compiler-dom": "3.5.11", + "@vue/shared": "3.5.11" } }, "node_modules/@vue/devtools-api": { @@ -1831,63 +1798,63 @@ "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==" }, "node_modules/@vue/eslint-config-prettier": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", - "integrity": "sha512-z1ZIAAUS9pKzo/ANEfd2sO+v2IUalz7cM/cTLOZ7vRFOPk5/xuRKQteOu1DErFLAh/lYGXMVZ0IfYKlyInuDVg==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-10.0.0.tgz", + "integrity": "sha512-iDEjsfT+UXQTJfe+4mstb/B5BSZ5RpL6FO3F97XxElIXdD04gkH+F7PR4fBMEVyJi4892G4LQVPQ8oXxVyp8Dw==", "dev": true, "dependencies": { - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-prettier": "^5.0.0" + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-prettier": "^5.2.1" }, "peerDependencies": { - "eslint": ">= 8.0.0", + "eslint": ">= 8.21.0", "prettier": ">= 3.0.0" } }, "node_modules/@vue/reactivity": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.10.tgz", - "integrity": "sha512-kW08v06F6xPSHhid9DJ9YjOGmwNDOsJJQk0ax21wKaUYzzuJGEuoKNU2Ujux8FLMrP7CFJJKsHhXN9l2WOVi2g==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.11.tgz", + "integrity": "sha512-Nqo5VZEn8MJWlCce8XoyVqHZbd5P2NH+yuAaFzuNSR96I+y1cnuUiq7xfSG+kyvLSiWmaHTKP1r3OZY4mMD50w==", "dependencies": { - "@vue/shared": "3.5.10" + "@vue/shared": "3.5.11" } }, "node_modules/@vue/runtime-core": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.10.tgz", - "integrity": "sha512-9Q86I5Qq3swSkFfzrZ+iqEy7Vla325M7S7xc1NwKnRm/qoi1Dauz0rT6mTMmscqx4qz0EDJ1wjB+A36k7rl8mA==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.11.tgz", + "integrity": "sha512-7PsxFGqwfDhfhh0OcDWBG1DaIQIVOLgkwA5q6MtkPiDFjp5gohVnJEahSktwSFLq7R5PtxDKy6WKURVN1UDbzA==", "dependencies": { - "@vue/reactivity": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/reactivity": "3.5.11", + "@vue/shared": "3.5.11" } }, "node_modules/@vue/runtime-dom": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.10.tgz", - "integrity": "sha512-t3x7ht5qF8ZRi1H4fZqFzyY2j+GTMTDxRheT+i8M9Ph0oepUxoadmbwlFwMoW7RYCpNQLpP2Yx3feKs+fyBdpA==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.11.tgz", + "integrity": "sha512-GNghjecT6IrGf0UhuYmpgaOlN7kxzQBhxWEn08c/SQDxv1yy4IXI1bn81JgEpQ4IXjRxWtPyI8x0/7TF5rPfYQ==", "dependencies": { - "@vue/reactivity": "3.5.10", - "@vue/runtime-core": "3.5.10", - "@vue/shared": "3.5.10", + "@vue/reactivity": "3.5.11", + "@vue/runtime-core": "3.5.11", + "@vue/shared": "3.5.11", "csstype": "^3.1.3" } }, "node_modules/@vue/server-renderer": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.10.tgz", - "integrity": "sha512-IVE97tt2kGKwHNq9yVO0xdh1IvYfZCShvDSy46JIh5OQxP1/EXSpoDqetVmyIzL7CYOWnnmMkVqd7YK2QSWkdw==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.11.tgz", + "integrity": "sha512-cVOwYBxR7Wb1B1FoxYvtjJD8X/9E5nlH4VSkJy2uMA1MzYNdzAAB//l8nrmN9py/4aP+3NjWukf9PZ3TeWULaA==", "dependencies": { - "@vue/compiler-ssr": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/compiler-ssr": "3.5.11", + "@vue/shared": "3.5.11" }, "peerDependencies": { - "vue": "3.5.10" + "vue": "3.5.11" } }, "node_modules/@vue/shared": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.10.tgz", - "integrity": "sha512-VkkBhU97Ki+XJ0xvl4C9YJsIZ2uIlQ7HqPpZOS3m9VCvmROPaChZU6DexdMJqvz9tbgG+4EtFVrSuailUq5KGQ==" + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.11.tgz", + "integrity": "sha512-W8GgysJVnFo81FthhzurdRAWP/byq3q2qIw70e0JWblzVhjgOMiC2GyovXrZTFQJnFVryYaKGP3Tc9vYzYm6PQ==" }, "node_modules/@vue/test-utils": { "version": "2.4.6", @@ -2344,9 +2311,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001666", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001666.tgz", - "integrity": "sha512-gD14ICmoV5ZZM1OdzPWmpx+q4GyefaK06zi8hmfHV5xe4/2nOQX3+Dw5o+fSqOws2xVwL9j+anOPFwHzdEdV4g==", + "version": "1.0.30001667", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001667.tgz", + "integrity": "sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==", "dev": true, "funding": [ { @@ -3016,9 +2983,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.31", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.31.tgz", - "integrity": "sha512-QcDoBbQeYt0+3CWcK/rEbuHvwpbT/8SV9T3OSgs6cX1FlcUAkgrkqbg9zLnDrMM/rLamzQwal4LYFCiWk861Tg==", + "version": "1.5.33", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.33.tgz", + "integrity": "sha512-+cYTcFB1QqD4j4LegwLfpCNxifb6dDFUAwk6RsLusCwIaZI6or2f+q8rs5tTB2YC53HhOlIbEaqHMAAC8IOIwA==", "dev": true }, "node_modules/emoji-regex": { @@ -3138,9 +3105,9 @@ } }, "node_modules/eslint": { - "version": "9.11.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.11.1.tgz", - "integrity": "sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==", + "version": "9.12.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.12.0.tgz", + "integrity": "sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", @@ -3148,11 +3115,11 @@ "@eslint/config-array": "^0.18.0", "@eslint/core": "^0.6.0", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.11.1", + "@eslint/js": "9.12.0", "@eslint/plugin-kit": "^0.2.0", + "@humanfs/node": "^0.16.5", "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.3.0", - "@nodelib/fs.walk": "^1.2.8", + "@humanwhocodes/retry": "^0.3.1", "@types/estree": "^1.0.6", "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", @@ -3160,9 +3127,9 @@ "cross-spawn": "^7.0.2", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.0.2", - "eslint-visitor-keys": "^4.0.0", - "espree": "^10.1.0", + "eslint-scope": "^8.1.0", + "eslint-visitor-keys": "^4.1.0", + "espree": "^10.2.0", "esquery": "^1.5.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -3172,13 +3139,11 @@ "ignore": "^5.2.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", "json-stable-stringify-without-jsonify": "^1.0.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", "text-table": "^0.2.0" }, "bin": { @@ -3342,28 +3307,28 @@ } }, "node_modules/eslint-scope": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.1.0.tgz", + "integrity": "sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==", "dev": true, "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^5.2.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" } }, "node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", + "integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", "dev": true, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -3430,51 +3395,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint/node_modules/eslint-scope": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.1.0.tgz", - "integrity": "sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", - "integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", - "dev": true, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint/node_modules/espree": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.2.0.tgz", - "integrity": "sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==", - "dev": true, - "dependencies": { - "acorn": "^8.12.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.1.0" - }, - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, "node_modules/eslint/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -3497,17 +3417,17 @@ } }, "node_modules/espree": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.2.0.tgz", + "integrity": "sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==", "dev": true, "dependencies": { - "acorn": "^8.9.0", + "acorn": "^8.12.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" + "eslint-visitor-keys": "^4.1.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -3675,15 +3595,6 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, - "node_modules/fastq": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", - "dev": true, - "dependencies": { - "reusify": "^1.0.4" - } - }, "node_modules/fd-slicer": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", @@ -3888,15 +3799,6 @@ "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/get-func-name": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", - "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", - "dev": true, - "engines": { - "node": "*" - } - }, "node_modules/get-intrinsic": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", @@ -4021,12 +3923,15 @@ } }, "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", + "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", "dev": true, "engines": { - "node": ">=4" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/gopd": { @@ -4987,13 +4892,10 @@ } }, "node_modules/loupe": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.1.tgz", - "integrity": "sha512-edNu/8D5MKVfGVFRhFf8aAxiTM6Wumfz5XsaatSxlD3w4R1d/WEKUTydCdPGbl9K7QG/Ca3GnDV2sIKIpXRQcw==", - "dev": true, - "dependencies": { - "get-func-name": "^2.0.1" - } + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.2.tgz", + "integrity": "sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==", + "dev": true }, "node_modules/lru-cache": { "version": "5.1.1", @@ -5596,26 +5498,6 @@ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", "dev": true }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, "node_modules/replace-in-file": { "version": "8.2.0", "resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-8.2.0.tgz", @@ -5691,16 +5573,6 @@ "node": ">=8" } }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true, - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, "node_modules/rfdc": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", @@ -5748,29 +5620,6 @@ "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==", "dev": true }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, "node_modules/rxjs": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", @@ -6176,9 +6025,9 @@ "dev": true }, "node_modules/synckit": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.1.tgz", - "integrity": "sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.2.tgz", + "integrity": "sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==", "dev": true, "dependencies": { "@pkgr/core": "^0.1.0", @@ -6290,21 +6139,21 @@ } }, "node_modules/tldts": { - "version": "6.1.49", - "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.49.tgz", - "integrity": "sha512-E5se9HuCyfwWvmc0JiXiocOw+Cm4tlJCKewdB5RKMH8MmtiTsQCc+yu5BBYB5ZN4lNbz8Xg65bqJ1odS9+RhIA==", + "version": "6.1.50", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.50.tgz", + "integrity": "sha512-q9GOap6q3KCsLMdOjXhWU5jVZ8/1dIib898JBRLsN+tBhENpBDcAVQbE0epADOjw11FhQQy9AcbqKGBQPUfTQA==", "dev": true, "dependencies": { - "tldts-core": "^6.1.49" + "tldts-core": "^6.1.50" }, "bin": { "tldts": "bin/cli.js" } }, "node_modules/tldts-core": { - "version": "6.1.49", - "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.49.tgz", - "integrity": "sha512-ctRO/wzBasOCxAStJG/60Qe8/QpGmaVPsE8djdk0vioxN4uCOgKoveH71Qc2EOmVMIjVf0BjigI5p9ZDuLOygg==", + "version": "6.1.50", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.50.tgz", + "integrity": "sha512-na2EcZqmdA2iV9zHV7OHQDxxdciEpxrjbkp+aHmZgnZKHzoElLajP59np5/4+sare9fQBfixgvXKx8ev1d7ytw==", "dev": true }, "node_modules/tmp": { @@ -6670,15 +6519,15 @@ } }, "node_modules/vue": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.10.tgz", - "integrity": "sha512-Vy2kmJwHPlouC/tSnIgXVg03SG+9wSqT1xu1Vehc+ChsXsRd7jLkKgMltVEFOzUdBr3uFwBCG+41LJtfAcBRng==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.11.tgz", + "integrity": "sha512-/8Wurrd9J3lb72FTQS7gRMNQD4nztTtKPmuDuPuhqXmmpD6+skVjAeahNpVzsuky6Sy9gy7wn8UadqPtt9SQIg==", "dependencies": { - "@vue/compiler-dom": "3.5.10", - "@vue/compiler-sfc": "3.5.10", - "@vue/runtime-dom": "3.5.10", - "@vue/server-renderer": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/compiler-dom": "3.5.11", + "@vue/compiler-sfc": "3.5.11", + "@vue/runtime-dom": "3.5.11", + "@vue/server-renderer": "3.5.11", + "@vue/shared": "3.5.11" }, "peerDependencies": { "typescript": "*" @@ -6719,6 +6568,51 @@ "eslint": ">=6.0.0" } }, + "node_modules/vue-eslint-parser/node_modules/eslint-scope": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/vue-eslint-parser/node_modules/espree": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "dev": true, + "dependencies": { + "acorn": "^8.9.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/vue-eslint-parser/node_modules/semver": { "version": "7.6.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", @@ -6740,12 +6634,12 @@ } }, "node_modules/vue-i18n": { - "version": "9.14.1", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.14.1.tgz", - "integrity": "sha512-xjxV0LYc1xQ8TbAVfIyZiOSS8qoU1R0YwV7V5I8I6Fd64+zvsTsdPgtylPsie3Vdt9wekeYhr+smKDeaK6RBuA==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-10.0.4.tgz", + "integrity": "sha512-1xkzVxqBLk2ZFOmeI+B5r1J7aD/WtNJ4j9k2mcFcQo5BnOmHBmD7z4/oZohh96AAaRZ4Q7mNQvxc9h+aT+Md3w==", "dependencies": { - "@intlify/core-base": "9.14.1", - "@intlify/shared": "9.14.1", + "@intlify/core-base": "10.0.4", + "@intlify/shared": "10.0.4", "@vue/devtools-api": "^6.5.0" }, "engines": { @@ -7396,6 +7290,14 @@ "@babel/types": "^7.25.7", "debug": "^4.3.1", "globals": "^11.1.0" + }, + "dependencies": { + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + } } }, "@babel/types": { @@ -7636,6 +7538,14 @@ "dev": true, "requires": { "eslint-visitor-keys": "^3.3.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true + } } }, "@eslint-community/regexpp": { @@ -7676,37 +7586,12 @@ "js-yaml": "^4.1.0", "minimatch": "^3.1.2", "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", - "integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", - "dev": true - }, - "espree": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.2.0.tgz", - "integrity": "sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==", - "dev": true, - "requires": { - "acorn": "^8.12.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.1.0" - } - }, - "globals": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", - "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", - "dev": true - } } }, "@eslint/js": { - "version": "9.11.1", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.11.1.tgz", - "integrity": "sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==", + "version": "9.12.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.12.0.tgz", + "integrity": "sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==", "dev": true }, "@eslint/object-schema": { @@ -7739,6 +7624,22 @@ "@hapi/hoek": "^9.0.0" } }, + "@humanfs/core": { + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.0.tgz", + "integrity": "sha512-2cbWIHbZVEweE853g8jymffCA+NCMiuqeECeBBLm8dg2oFdjuGJhgN4UAbI+6v0CKbbhvtXA4qV8YR5Ji86nmw==", + "dev": true + }, + "@humanfs/node": { + "version": "0.16.5", + "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.5.tgz", + "integrity": "sha512-KSPA4umqSG4LHYRodq31VDwKAvaTF4xmVlzM8Aeh4PlU1JQ3IG0wiA8C25d3RQ9nJyM3mBHyI53K06VVL/oFFg==", + "dev": true, + "requires": { + "@humanfs/core": "^0.19.0", + "@humanwhocodes/retry": "^0.3.0" + } + }, "@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", @@ -7746,33 +7647,33 @@ "dev": true }, "@humanwhocodes/retry": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.0.tgz", - "integrity": "sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz", + "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==", "dev": true }, "@intlify/core-base": { - "version": "9.14.1", - "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.14.1.tgz", - "integrity": "sha512-rG5/hlNW6Qfve41go37szEf0mVLcfhYuOu83JcY0jZKasnwsrcZYYWDzebCcuO5I/6Sy1JFWo9p+nvkQS1Dy+w==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-10.0.4.tgz", + "integrity": "sha512-GG428DkrrWCMhxRMRQZjuS7zmSUzarYcaHJqG9VB8dXAxw4iQDoKVQ7ChJRB6ZtsCsX3Jse1PEUlHrJiyQrOTg==", "requires": { - "@intlify/message-compiler": "9.14.1", - "@intlify/shared": "9.14.1" + "@intlify/message-compiler": "10.0.4", + "@intlify/shared": "10.0.4" } }, "@intlify/message-compiler": { - "version": "9.14.1", - "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.14.1.tgz", - "integrity": "sha512-MY8hwukJBnXvGAncVKlHsqKDQ5ZcQx4peqEmI8wBUTXn4pezrtTGYXNoz81cLyEEHB+L/zlKWVBSh5TiX4gYoQ==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-10.0.4.tgz", + "integrity": "sha512-AFbhEo10DP095/45EauinQJ5hJ3rJUmuuqltGguvc3WsvezZN+g8qNHLGWKu60FHQVizMrQY7VJ+zVlBXlQQkQ==", "requires": { - "@intlify/shared": "9.14.1", + "@intlify/shared": "10.0.4", "source-map-js": "^1.0.2" } }, "@intlify/shared": { - "version": "9.14.1", - "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.14.1.tgz", - "integrity": "sha512-XjHu6PEQup9MnP1x0W9y0nXXfq9jFftAYSfV11hryjtH4XqXP8HrzMvXI+ZVifF+jZLszaTzIhvukllplxTQTg==" + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-10.0.4.tgz", + "integrity": "sha512-ukFn0I01HsSgr3VYhYcvkTCLS7rGa0gw4A4AMpcy/A9xx/zRJy7PS2BElMXLwUazVFMAr5zuiTk3MQeoeGXaJg==" }, "@isaacs/cliui": { "version": "8.0.2", @@ -7866,32 +7767,6 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - } - }, - "@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true - }, - "@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "requires": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - } - }, "@one-ini/wasm": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz", @@ -8063,9 +7938,9 @@ "dev": true }, "@types/node": { - "version": "22.7.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz", - "integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==", + "version": "22.7.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", + "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", "dev": true, "optional": true, "requires": { @@ -8254,36 +8129,36 @@ } }, "@vue/compiler-core": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.10.tgz", - "integrity": "sha512-iXWlk+Cg/ag7gLvY0SfVucU8Kh2CjysYZjhhP70w9qI4MvSox4frrP+vDGvtQuzIcgD8+sxM6lZvCtdxGunTAA==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.11.tgz", + "integrity": "sha512-PwAdxs7/9Hc3ieBO12tXzmTD+Ln4qhT/56S+8DvrrZ4kLDn4Z/AMUr8tXJD0axiJBS0RKIoNaR0yMuQB9v9Udg==", "requires": { "@babel/parser": "^7.25.3", - "@vue/shared": "3.5.10", + "@vue/shared": "3.5.11", "entities": "^4.5.0", "estree-walker": "^2.0.2", "source-map-js": "^1.2.0" } }, "@vue/compiler-dom": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.10.tgz", - "integrity": "sha512-DyxHC6qPcktwYGKOIy3XqnHRrrXyWR2u91AjP+nLkADko380srsC2DC3s7Y1Rk6YfOlxOlvEQKa9XXmLI+W4ZA==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.11.tgz", + "integrity": "sha512-pyGf8zdbDDRkBrEzf8p7BQlMKNNF5Fk/Cf/fQ6PiUz9at4OaUfyXW0dGJTo2Vl1f5U9jSLCNf0EZJEogLXoeew==", "requires": { - "@vue/compiler-core": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/compiler-core": "3.5.11", + "@vue/shared": "3.5.11" } }, "@vue/compiler-sfc": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.10.tgz", - "integrity": "sha512-to8E1BgpakV7224ZCm8gz1ZRSyjNCAWEplwFMWKlzCdP9DkMKhRRwt0WkCjY7jkzi/Vz3xgbpeig5Pnbly4Tow==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.11.tgz", + "integrity": "sha512-gsbBtT4N9ANXXepprle+X9YLg2htQk1sqH/qGJ/EApl+dgpUBdTv3yP7YlR535uHZY3n6XaR0/bKo0BgwwDniw==", "requires": { "@babel/parser": "^7.25.3", - "@vue/compiler-core": "3.5.10", - "@vue/compiler-dom": "3.5.10", - "@vue/compiler-ssr": "3.5.10", - "@vue/shared": "3.5.10", + "@vue/compiler-core": "3.5.11", + "@vue/compiler-dom": "3.5.11", + "@vue/compiler-ssr": "3.5.11", + "@vue/shared": "3.5.11", "estree-walker": "^2.0.2", "magic-string": "^0.30.11", "postcss": "^8.4.47", @@ -8291,12 +8166,12 @@ } }, "@vue/compiler-ssr": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.10.tgz", - "integrity": "sha512-hxP4Y3KImqdtyUKXDRSxKSRkSm1H9fCvhojEYrnaoWhE4w/y8vwWhnosJoPPe2AXm5sU7CSbYYAgkt2ZPhDz+A==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.11.tgz", + "integrity": "sha512-P4+GPjOuC2aFTk1Z4WANvEhyOykcvEd5bIj2KVNGKGfM745LaXGr++5njpdBTzVz5pZifdlR1kpYSJJpIlSePA==", "requires": { - "@vue/compiler-dom": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/compiler-dom": "3.5.11", + "@vue/shared": "3.5.11" } }, "@vue/devtools-api": { @@ -8305,56 +8180,56 @@ "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==" }, "@vue/eslint-config-prettier": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", - "integrity": "sha512-z1ZIAAUS9pKzo/ANEfd2sO+v2IUalz7cM/cTLOZ7vRFOPk5/xuRKQteOu1DErFLAh/lYGXMVZ0IfYKlyInuDVg==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-10.0.0.tgz", + "integrity": "sha512-iDEjsfT+UXQTJfe+4mstb/B5BSZ5RpL6FO3F97XxElIXdD04gkH+F7PR4fBMEVyJi4892G4LQVPQ8oXxVyp8Dw==", "dev": true, "requires": { - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-prettier": "^5.0.0" + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-prettier": "^5.2.1" } }, "@vue/reactivity": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.10.tgz", - "integrity": "sha512-kW08v06F6xPSHhid9DJ9YjOGmwNDOsJJQk0ax21wKaUYzzuJGEuoKNU2Ujux8FLMrP7CFJJKsHhXN9l2WOVi2g==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.11.tgz", + "integrity": "sha512-Nqo5VZEn8MJWlCce8XoyVqHZbd5P2NH+yuAaFzuNSR96I+y1cnuUiq7xfSG+kyvLSiWmaHTKP1r3OZY4mMD50w==", "requires": { - "@vue/shared": "3.5.10" + "@vue/shared": "3.5.11" } }, "@vue/runtime-core": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.10.tgz", - "integrity": "sha512-9Q86I5Qq3swSkFfzrZ+iqEy7Vla325M7S7xc1NwKnRm/qoi1Dauz0rT6mTMmscqx4qz0EDJ1wjB+A36k7rl8mA==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.11.tgz", + "integrity": "sha512-7PsxFGqwfDhfhh0OcDWBG1DaIQIVOLgkwA5q6MtkPiDFjp5gohVnJEahSktwSFLq7R5PtxDKy6WKURVN1UDbzA==", "requires": { - "@vue/reactivity": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/reactivity": "3.5.11", + "@vue/shared": "3.5.11" } }, "@vue/runtime-dom": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.10.tgz", - "integrity": "sha512-t3x7ht5qF8ZRi1H4fZqFzyY2j+GTMTDxRheT+i8M9Ph0oepUxoadmbwlFwMoW7RYCpNQLpP2Yx3feKs+fyBdpA==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.11.tgz", + "integrity": "sha512-GNghjecT6IrGf0UhuYmpgaOlN7kxzQBhxWEn08c/SQDxv1yy4IXI1bn81JgEpQ4IXjRxWtPyI8x0/7TF5rPfYQ==", "requires": { - "@vue/reactivity": "3.5.10", - "@vue/runtime-core": "3.5.10", - "@vue/shared": "3.5.10", + "@vue/reactivity": "3.5.11", + "@vue/runtime-core": "3.5.11", + "@vue/shared": "3.5.11", "csstype": "^3.1.3" } }, "@vue/server-renderer": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.10.tgz", - "integrity": "sha512-IVE97tt2kGKwHNq9yVO0xdh1IvYfZCShvDSy46JIh5OQxP1/EXSpoDqetVmyIzL7CYOWnnmMkVqd7YK2QSWkdw==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.11.tgz", + "integrity": "sha512-cVOwYBxR7Wb1B1FoxYvtjJD8X/9E5nlH4VSkJy2uMA1MzYNdzAAB//l8nrmN9py/4aP+3NjWukf9PZ3TeWULaA==", "requires": { - "@vue/compiler-ssr": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/compiler-ssr": "3.5.11", + "@vue/shared": "3.5.11" } }, "@vue/shared": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.10.tgz", - "integrity": "sha512-VkkBhU97Ki+XJ0xvl4C9YJsIZ2uIlQ7HqPpZOS3m9VCvmROPaChZU6DexdMJqvz9tbgG+4EtFVrSuailUq5KGQ==" + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.11.tgz", + "integrity": "sha512-W8GgysJVnFo81FthhzurdRAWP/byq3q2qIw70e0JWblzVhjgOMiC2GyovXrZTFQJnFVryYaKGP3Tc9vYzYm6PQ==" }, "@vue/test-utils": { "version": "2.4.6", @@ -8668,9 +8543,9 @@ "dev": true }, "caniuse-lite": { - "version": "1.0.30001666", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001666.tgz", - "integrity": "sha512-gD14ICmoV5ZZM1OdzPWmpx+q4GyefaK06zi8hmfHV5xe4/2nOQX3+Dw5o+fSqOws2xVwL9j+anOPFwHzdEdV4g==", + "version": "1.0.30001667", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001667.tgz", + "integrity": "sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==", "dev": true }, "caseless": { @@ -9172,9 +9047,9 @@ } }, "electron-to-chromium": { - "version": "1.5.31", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.31.tgz", - "integrity": "sha512-QcDoBbQeYt0+3CWcK/rEbuHvwpbT/8SV9T3OSgs6cX1FlcUAkgrkqbg9zLnDrMM/rLamzQwal4LYFCiWk861Tg==", + "version": "1.5.33", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.33.tgz", + "integrity": "sha512-+cYTcFB1QqD4j4LegwLfpCNxifb6dDFUAwk6RsLusCwIaZI6or2f+q8rs5tTB2YC53HhOlIbEaqHMAAC8IOIwA==", "dev": true }, "emoji-regex": { @@ -9266,9 +9141,9 @@ "dev": true }, "eslint": { - "version": "9.11.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.11.1.tgz", - "integrity": "sha512-MobhYKIoAO1s1e4VUrgx1l1Sk2JBR/Gqjjgw8+mfgoLE2xwsHur4gdfTxyTgShrhvdVFTaJSgMiQBl1jv/AWxg==", + "version": "9.12.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.12.0.tgz", + "integrity": "sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", @@ -9276,11 +9151,11 @@ "@eslint/config-array": "^0.18.0", "@eslint/core": "^0.6.0", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.11.1", + "@eslint/js": "9.12.0", "@eslint/plugin-kit": "^0.2.0", + "@humanfs/node": "^0.16.5", "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.3.0", - "@nodelib/fs.walk": "^1.2.8", + "@humanwhocodes/retry": "^0.3.1", "@types/estree": "^1.0.6", "@types/json-schema": "^7.0.15", "ajv": "^6.12.4", @@ -9288,9 +9163,9 @@ "cross-spawn": "^7.0.2", "debug": "^4.3.2", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.0.2", - "eslint-visitor-keys": "^4.0.0", - "espree": "^10.1.0", + "eslint-scope": "^8.1.0", + "eslint-visitor-keys": "^4.1.0", + "espree": "^10.2.0", "esquery": "^1.5.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -9300,13 +9175,11 @@ "ignore": "^5.2.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", "json-stable-stringify-without-jsonify": "^1.0.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", "text-table": "^0.2.0" }, "dependencies": { @@ -9350,33 +9223,6 @@ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true }, - "eslint-scope": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.1.0.tgz", - "integrity": "sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==", - "dev": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - } - }, - "eslint-visitor-keys": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", - "integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", - "dev": true - }, - "espree": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.2.0.tgz", - "integrity": "sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==", - "dev": true, - "requires": { - "acorn": "^8.12.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.1.0" - } - }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -9477,9 +9323,9 @@ } }, "eslint-scope": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.1.0.tgz", + "integrity": "sha512-14dSvlhaVhKKsa9Fx1l8A17s7ah7Ef7wCakJ10LYk6+GYmP9yDti2oq2SEwcyndt6knfcZyhyxwY3i9yL78EQw==", "dev": true, "requires": { "esrecurse": "^4.3.0", @@ -9487,20 +9333,20 @@ } }, "eslint-visitor-keys": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", + "integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", "dev": true }, "espree": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.2.0.tgz", + "integrity": "sha512-upbkBJbckcCNBDBDXEbuhjbP68n+scUd3k/U2EkyM9nw+I/jPiL4cLF/Al06CF96wRltFda16sxDFrxsI1v0/g==", "dev": true, "requires": { - "acorn": "^8.9.0", + "acorn": "^8.12.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" + "eslint-visitor-keys": "^4.1.0" } }, "esquery": { @@ -9633,15 +9479,6 @@ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, - "fastq": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", - "dev": true, - "requires": { - "reusify": "^1.0.4" - } - }, "fd-slicer": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz", @@ -9779,12 +9616,6 @@ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true }, - "get-func-name": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", - "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", - "dev": true - }, "get-intrinsic": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", @@ -9878,9 +9709,9 @@ } }, "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz", + "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==", "dev": true }, "gopd": { @@ -10578,13 +10409,10 @@ } }, "loupe": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.1.tgz", - "integrity": "sha512-edNu/8D5MKVfGVFRhFf8aAxiTM6Wumfz5XsaatSxlD3w4R1d/WEKUTydCdPGbl9K7QG/Ca3GnDV2sIKIpXRQcw==", - "dev": true, - "requires": { - "get-func-name": "^2.0.1" - } + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.2.tgz", + "integrity": "sha512-23I4pFZHmAemUnz8WZXbYRSKYj801VDaNv9ETuMh7IrMc7VuVVSo+Z9iLE3ni30+U48iDWfi30d3twAXBYmnCg==", + "dev": true }, "lru-cache": { "version": "5.1.1", @@ -11021,12 +10849,6 @@ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", "dev": true }, - "queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true - }, "replace-in-file": { "version": "8.2.0", "resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-8.2.0.tgz", @@ -11083,12 +10905,6 @@ "signal-exit": "^3.0.2" } }, - "reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true - }, "rfdc": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", @@ -11127,15 +10943,6 @@ "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==", "dev": true }, - "run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "requires": { - "queue-microtask": "^1.2.2" - } - }, "rxjs": { "version": "7.8.1", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", @@ -11435,9 +11242,9 @@ "dev": true }, "synckit": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.1.tgz", - "integrity": "sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.2.tgz", + "integrity": "sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==", "dev": true, "requires": { "@pkgr/core": "^0.1.0", @@ -11524,18 +11331,18 @@ "dev": true }, "tldts": { - "version": "6.1.49", - "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.49.tgz", - "integrity": "sha512-E5se9HuCyfwWvmc0JiXiocOw+Cm4tlJCKewdB5RKMH8MmtiTsQCc+yu5BBYB5ZN4lNbz8Xg65bqJ1odS9+RhIA==", + "version": "6.1.50", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.50.tgz", + "integrity": "sha512-q9GOap6q3KCsLMdOjXhWU5jVZ8/1dIib898JBRLsN+tBhENpBDcAVQbE0epADOjw11FhQQy9AcbqKGBQPUfTQA==", "dev": true, "requires": { - "tldts-core": "^6.1.49" + "tldts-core": "^6.1.50" } }, "tldts-core": { - "version": "6.1.49", - "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.49.tgz", - "integrity": "sha512-ctRO/wzBasOCxAStJG/60Qe8/QpGmaVPsE8djdk0vioxN4uCOgKoveH71Qc2EOmVMIjVf0BjigI5p9ZDuLOygg==", + "version": "6.1.50", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.50.tgz", + "integrity": "sha512-na2EcZqmdA2iV9zHV7OHQDxxdciEpxrjbkp+aHmZgnZKHzoElLajP59np5/4+sare9fQBfixgvXKx8ev1d7ytw==", "dev": true }, "tmp": { @@ -11748,15 +11555,15 @@ } }, "vue": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.10.tgz", - "integrity": "sha512-Vy2kmJwHPlouC/tSnIgXVg03SG+9wSqT1xu1Vehc+ChsXsRd7jLkKgMltVEFOzUdBr3uFwBCG+41LJtfAcBRng==", + "version": "3.5.11", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.11.tgz", + "integrity": "sha512-/8Wurrd9J3lb72FTQS7gRMNQD4nztTtKPmuDuPuhqXmmpD6+skVjAeahNpVzsuky6Sy9gy7wn8UadqPtt9SQIg==", "requires": { - "@vue/compiler-dom": "3.5.10", - "@vue/compiler-sfc": "3.5.10", - "@vue/runtime-dom": "3.5.10", - "@vue/server-renderer": "3.5.10", - "@vue/shared": "3.5.10" + "@vue/compiler-dom": "3.5.11", + "@vue/compiler-sfc": "3.5.11", + "@vue/runtime-dom": "3.5.11", + "@vue/server-renderer": "3.5.11", + "@vue/shared": "3.5.11" } }, "vue-component-type-helpers": { @@ -11780,6 +11587,33 @@ "semver": "^7.3.6" }, "dependencies": { + "eslint-scope": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "dev": true, + "requires": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + } + }, + "eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true + }, + "espree": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "dev": true, + "requires": { + "acorn": "^8.9.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.4.1" + } + }, "semver": { "version": "7.6.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", @@ -11795,12 +11629,12 @@ "requires": {} }, "vue-i18n": { - "version": "9.14.1", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.14.1.tgz", - "integrity": "sha512-xjxV0LYc1xQ8TbAVfIyZiOSS8qoU1R0YwV7V5I8I6Fd64+zvsTsdPgtylPsie3Vdt9wekeYhr+smKDeaK6RBuA==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-10.0.4.tgz", + "integrity": "sha512-1xkzVxqBLk2ZFOmeI+B5r1J7aD/WtNJ4j9k2mcFcQo5BnOmHBmD7z4/oZohh96AAaRZ4Q7mNQvxc9h+aT+Md3w==", "requires": { - "@intlify/core-base": "9.14.1", - "@intlify/shared": "9.14.1", + "@intlify/core-base": "10.0.4", + "@intlify/shared": "10.0.4", "@vue/devtools-api": "^6.5.0" } }, diff --git a/package.json b/package.json index b4842964..870355fa 100644 --- a/package.json +++ b/package.json @@ -14,21 +14,21 @@ }, "dependencies": { "crypto-js": "^4.2.0", - "vue": "^3.5.10", + "vue": "^3.5.11", "vue-gtag": "^2.0.1", - "vue-i18n": "^9.14.1" + "vue-i18n": "^10.0.4" }, "devDependencies": { "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "^9.11.1", + "@eslint/js": "^9.12.0", "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vitest/coverage-v8": "^2.1.2", - "@vue/eslint-config-prettier": "^9.0.0", + "@vue/eslint-config-prettier": "^10.0.0", "@vue/test-utils": "^2.4.6", "c8": "^10.1.2", "cypress": "^13.15.0", - "eslint": "^9.11.1", + "eslint": "^9.12.0", "eslint-plugin-cypress": "^3.5.0", "eslint-plugin-vue": "^9.28.0", "jsdom": "^25.0.1", diff --git a/public/auto/js/config-settings.js b/public/auto/js/config-settings.js index 6675d8d2..345a2279 100755 --- a/public/auto/js/config-settings.js +++ b/public/auto/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/public/commercial_bank/js/config-settings.js b/public/commercial_bank/js/config-settings.js index c886997a..9c577126 100644 --- a/public/commercial_bank/js/config-settings.js +++ b/public/commercial_bank/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/public/comms/js/config-settings.js b/public/comms/js/config-settings.js index 0429abcb..b537be86 100644 --- a/public/comms/js/config-settings.js +++ b/public/comms/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/public/energy/js/config-settings.js b/public/energy/js/config-settings.js index 76498f57..61b62920 100755 --- a/public/energy/js/config-settings.js +++ b/public/energy/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/public/gov/js/config-settings.js b/public/gov/js/config-settings.js index 19e0be5e..4dded505 100644 --- a/public/gov/js/config-settings.js +++ b/public/gov/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/public/health_care/js/config-settings.js b/public/health_care/js/config-settings.js index 9b7728d1..0f6a4992 100644 --- a/public/health_care/js/config-settings.js +++ b/public/health_care/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/public/health_payer/js/config-settings.js b/public/health_payer/js/config-settings.js index 5d284189..559eb787 100644 --- a/public/health_payer/js/config-settings.js +++ b/public/health_payer/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/public/health_pharma/js/config-settings.js b/public/health_pharma/js/config-settings.js index f43cfa72..a8f29426 100644 --- a/public/health_pharma/js/config-settings.js +++ b/public/health_pharma/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/public/health_provider/js/config-settings.js b/public/health_provider/js/config-settings.js index 3bb898c3..67553522 100644 --- a/public/health_provider/js/config-settings.js +++ b/public/health_provider/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/public/insurance/js/config-settings.js b/public/insurance/js/config-settings.js index fb35b600..25ad4c1a 100644 --- a/public/insurance/js/config-settings.js +++ b/public/insurance/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/public/manufacturing/js/config-settings.js b/public/manufacturing/js/config-settings.js index 76a93a76..0d4f48fc 100755 --- a/public/manufacturing/js/config-settings.js +++ b/public/manufacturing/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/public/retail_bank/js/config-settings.js b/public/retail_bank/js/config-settings.js index 6a5b2eed..5f9b88e4 100644 --- a/public/retail_bank/js/config-settings.js +++ b/public/retail_bank/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/public/travel/js/config-settings.js b/public/travel/js/config-settings.js index b03546b1..f5707d8c 100644 --- a/public/travel/js/config-settings.js +++ b/public/travel/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/public/wealth/js/config-settings.js b/public/wealth/js/config-settings.js index 9a565beb..b81d433b 100644 --- a/public/wealth/js/config-settings.js +++ b/public/wealth/js/config-settings.js @@ -26,6 +26,7 @@ window.settings = { PegaURL: '', authService: 'pega', themeID: '', + webEmbedUseFormWidth: false, showAttachments: true, }, auth_2fa: { diff --git a/src/assets/css/_layout.css b/src/assets/css/_layout.css index 44319867..7e652219 100644 --- a/src/assets/css/_layout.css +++ b/src/assets/css/_layout.css @@ -145,6 +145,13 @@ body { max-width: 1200px; } +.mashup-main > .wrap.form-width { + max-width: 640px; +} +.mashup-main > .wrap > h1 { + padding:0 16px; +} + footer .wrap { margin-bottom: 0; align-items: center; diff --git a/src/components/WebEmbed.vue b/src/components/WebEmbed.vue index d635c070..f6afd71d 100644 --- a/src/components/WebEmbed.vue +++ b/src/components/WebEmbed.vue @@ -1,5 +1,5 @@