diff --git a/docs/assets/main-CpPY0-nS.js b/docs/assets/main-CpPY0-nS.js deleted file mode 100644 index 04e3a3c0..00000000 --- a/docs/assets/main-CpPY0-nS.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.4.25 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**//*! #__NO_SIDE_EFFECTS__ */function makeMap(e,t){const n=new Set(e.split(","));return t?o=>n.has(o.toLowerCase()):o=>n.has(o)}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,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 toDisplayString$1=e=>isString$2(e)?e:e==null?"":isArray$1(e)||isObject$2(e)&&(e.toString===objectToString$1||!isFunction$1(e.toString))?JSON.stringify(e,replacer,2):String(e),replacer=(e,t)=>t&&t.__v_isRef?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.4.25 -* (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.parent=activeEffectScope,!t&&activeEffectScope&&(this.index=(activeEffectScope.scopes||(activeEffectScope.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=activeEffectScope;try{return activeEffectScope=this,t()}finally{activeEffectScope=n}}}on(){activeEffectScope=this}off(){activeEffectScope=this.parent}stop(t){if(this._active){let n,o;for(n=0,o=this.effects.length;n=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),resetTracking()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=shouldTrack,n=activeEffect;try{return shouldTrack=!0,activeEffect=this,this._runnings++,preCleanupEffect(this),this.fn()}finally{postCleanupEffect(this),this._runnings--,activeEffect=n,shouldTrack=t}}stop(){var t;this.active&&(preCleanupEffect(this),postCleanupEffect(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function triggerComputed(e){return e.value}function preCleanupEffect(e){e._trackId++,e._depsLength=0}function postCleanupEffect(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t{const n=new Map;return n.cleanup=e,n.computed=t,n},targetMap=new WeakMap,ITERATE_KEY=Symbol(""),MAP_KEY_ITERATE_KEY=Symbol("");function track$1(e,t,n){if(shouldTrack&&activeEffect){let o=targetMap.get(e);o||targetMap.set(e,o=new Map);let s=o.get(n);s||o.set(n,s=createDep(()=>o.delete(n))),trackEffect(activeEffect,s)}}function trigger(e,t,n,o,s,a){const r=targetMap.get(e);if(!r)return;let l=[];if(t==="clear")l=[...r.values()];else if(n==="length"&&isArray$1(e)){const c=Number(o);r.forEach((d,u)=>{(u==="length"||!isSymbol(u)&&u>=c)&&l.push(d)})}else switch(n!==void 0&&l.push(r.get(n)),t){case"add":isArray$1(e)?isIntegerKey(n)&&l.push(r.get("length")):(l.push(r.get(ITERATE_KEY)),isMap(e)&&l.push(r.get(MAP_KEY_ITERATE_KEY)));break;case"delete":isArray$1(e)||(l.push(r.get(ITERATE_KEY)),isMap(e)&&l.push(r.get(MAP_KEY_ITERATE_KEY)));break;case"set":isMap(e)&&l.push(r.get(ITERATE_KEY));break}pauseScheduling();for(const c of l)c&&triggerEffects(c,4);resetScheduling()}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)),arrayInstrumentations=createArrayInstrumentations();function createArrayInstrumentations(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const o=toRaw(this);for(let a=0,r=this.length;a{e[t]=function(...n){pauseTracking(),pauseScheduling();const o=toRaw(this)[t].apply(this,n);return resetScheduling(),resetTracking(),o}}),e}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){if(r&&hasOwn$1(arrayInstrumentations,n))return Reflect.get(arrayInstrumentations,n,o);if(n==="hasOwnProperty")return hasOwnProperty$1}const l=Reflect.get(t,n,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){e=toRaw(e);const t=toRaw(this);return getProto(t).has.call(t,e)||(t.add(e),trigger(t,"add",e,e)),this}function set$1(e,t){t=toRaw(t);const n=toRaw(this),{has:o,get:s}=getProto(n);let a=o.call(n,e);a||(e=toRaw(e),a=o.call(n,e));const r=s.call(n,e);return n.set(e,t),a?hasChanged(t,r)&&trigger(n,"set",e,t):trigger(n,"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:g,done:f}=d.next();return f?{value:g,done:f}:{value:l?[u(g[0]),u(g[1])]:u(g),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,set:set$1,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 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;class ComputedRefImpl{constructor(t,n,o,s){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new ReactiveEffect(()=>t(this._value),()=>triggerRefValue(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!s,this.__v_isReadonly=o}get value(){const t=toRaw(this);return(!t._cacheable||t.effect.dirty)&&hasChanged(t._value,t._value=t.effect.run())&&triggerRefValue(t,4),trackRefValue(t),t.effect._dirtyLevel>=2&&triggerRefValue(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function computed$1(e,t,n=!1){let o,s;const a=isFunction$1(e);return a?(o=e,s=NOOP):(o=e.get,s=e.set),new ComputedRefImpl(o,s,a||!s,n)}function trackRefValue(e){var t;shouldTrack&&activeEffect&&(e=toRaw(e),trackEffect(activeEffect,(t=e.dep)!=null?t:e.dep=createDep(()=>e.dep=void 0,e instanceof ComputedRefImpl?e:void 0)))}function triggerRefValue(e,t=4,n){e=toRaw(e);const o=e.dep;o&&triggerEffects(o,t)}function isRef(e){return!!(e&&e.__v_isRef===!0)}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.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:toRaw(t),this._value=n?t:toReactive(t)}get value(){return trackRefValue(this),this._value}set value(t){const n=this.__v_isShallow||isShallow(t)||isReadonly(t);t=n?t:toRaw(t),hasChanged(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:toReactive(t),triggerRefValue(this,4))}}function unref(e){return isRef(e)?e.value:e}const shallowUnwrapHandlers={get:(e,t,n)=>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)}/** -* @vue/runtime-core v3.4.25 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**/const stack=[];function warn$1$1(e,...t){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()}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);aflushIndex&&queue.splice(t,1)}function queuePostFlushCb(e){isArray$1(e)?pendingPostFlushCbs.push(...e):(!activePostFlushCbs||!activePostFlushCbs.includes(e,e.allowRecurse?postFlushIndex+1:postFlushIndex))&&pendingPostFlushCbs.push(e),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?1/0:e.id,comparator=(e,t)=>{const n=getId(e)-getId(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function flushJobs(e){isFlushPending=!1,isFlushing=!0,queue.sort(comparator);try{for(flushIndex=0;flushIndexisString$2(v)?v.trim():v)),g&&(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))}let currentRenderingInstance=null,currentScopeId=null;function setCurrentRenderingInstance(e){const t=currentRenderingInstance;return currentRenderingInstance=e,currentScopeId=e&&e.type.__scopeId||null,t}function withCtx(e,t=currentRenderingInstance,n){if(!t||e._n)return e;const o=(...s)=>{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 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:g,data:f,setupState:v,ctx:$,inheritAttrs:N}=e,b=setCurrentRenderingInstance(e);let A,B;try{if(n.shapeFlag&4){const _=s||o,E=_;A=normalizeVNode(d.call(E,_,u,g,v,f,$)),B=l}else{const _=t;A=normalizeVNode(_.length>1?_(g,{attrs:l,slots:r,emit:c}):_(g,null)),B=t.props?l:getFunctionalFallthrough(l)}}catch(_){blockStack.length=0,handleError(_,e,1),A=createVNode(Comment)}let m=A;if(B&&N!==!1){const _=Object.keys(B),{shapeFlag:E}=m;_.length&&E&7&&(a&&_.some(isModelListener)&&(B=filterModelListeners(B,a)),m=cloneVNode(m,B))}return n.dirs&&(m=cloneVNode(m),m.dirs=m.dirs?m.dirs.concat(n.dirs):n.dirs),n.transition&&(m.transition=n.transition),A=m,setCurrentRenderingInstance(b),A}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 g=0;ge.__isSuspense;function queueEffectWithSuspense(e,t){t&&t.pendingBranch?isArray$1(e)?t.effects.push(...e):t.effects.push(e):queuePostFlushCb(e)}const ssrContextKey=Symbol.for("v-scx"),useSSRContext=()=>inject(ssrContextKey);function watchEffect(e,t){return doWatch(e,null,t)}const INITIAL_WATCHER_VALUE={};function watch(e,t,n){return doWatch(e,t,n)}function doWatch(e,t,{immediate:n,deep:o,flush:s,once:a,onTrack:r,onTrigger:l}=EMPTY_OBJ){if(t&&a){const x=t;t=(...V)=>{x(...V),E()}}const c=currentInstance,d=x=>o===!0?x:traverse(x,o===!1?1:void 0);let u,g=!1,f=!1;if(isRef(e)?(u=()=>e.value,g=isShallow(e)):isReactive(e)?(u=()=>d(e),g=!0):isArray$1(e)?(f=!0,g=e.some(x=>isReactive(x)||isShallow(x)),u=()=>e.map(x=>{if(isRef(x))return x.value;if(isReactive(x))return d(x);if(isFunction$1(x))return callWithErrorHandling(x,c,2)})):isFunction$1(e)?t?u=()=>callWithErrorHandling(e,c,2):u=()=>(v&&v(),callWithAsyncErrorHandling(e,c,3,[$])):u=NOOP,t&&o){const x=u;u=()=>traverse(x())}let v,$=x=>{v=m.onStop=()=>{callWithErrorHandling(x,c,4),v=m.onStop=void 0}},N;if(isInSSRComponentSetup)if($=NOOP,t?n&&callWithAsyncErrorHandling(t,c,3,[u(),f?[]:void 0,$]):u(),s==="sync"){const x=useSSRContext();N=x.__watcherHandles||(x.__watcherHandles=[])}else return NOOP;let b=f?new Array(e.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const A=()=>{if(!(!m.active||!m.dirty))if(t){const x=m.run();(o||g||(f?x.some((V,S)=>hasChanged(V,b[S])):hasChanged(x,b)))&&(v&&v(),callWithAsyncErrorHandling(t,c,3,[x,b===INITIAL_WATCHER_VALUE?void 0:f&&b[0]===INITIAL_WATCHER_VALUE?[]:b,$]),b=x)}else m.run()};A.allowRecurse=!!t;let B;s==="sync"?B=A:s==="post"?B=()=>queuePostRenderEffect(A,c&&c.suspense):(A.pre=!0,c&&(A.id=c.uid),B=()=>queueJob(A));const m=new ReactiveEffect(u,NOOP,B),_=getCurrentScope(),E=()=>{m.stop(),_&&remove(_.effects,m)};return t?n?A():b=m.run():s==="post"?queuePostRenderEffect(m.run.bind(m),c&&c.suspense):m.run(),N&&N.push(E),E}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;s0){if(n>=t)return e;n++}if(o=o||new Set,o.has(e))return e;if(o.add(e),isRef(e))traverse(e.value,t,n,o);else if(isArray$1(e))for(let s=0;s{traverse(s,t,n,o)});else if(isPlainObject$1(e))for(const s in e)traverse(e[s],t,n,o);return e}function withDirectives(e,t){if(currentRenderingInstance===null)return e;const n=getExposeProxy(currentRenderingInstance)||currentRenderingInstance.proxy,o=e.dirs||(e.dirs=[]);for(let s=0;s!!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)=>{if(n.isUnmounted)return;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)}function renderList(e,t,n,o){let s;const a=n&&n[o];if(isArray$1(e)||isString$2(e)){s=new Array(e.length);for(let r=0,l=e.length;rt(r,l,void 0,a&&a[l]));else{const r=Object.keys(e);s=new Array(r.length);for(let l=0,c=r.length;lisVNode$1(t)?!(t.type===Comment||t.type===Fragment&&!ensureValidVNode(t.children)):!0)?e:null}const getPublicInstance=e=>e?isStatefulComponent(e)?getExposeProxy(e)||e.proxy: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),$emit:e=>e.emit,$options:e=>resolveMergedOptions(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,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 g,f;if(u)return t==="$attrs"&&track$1(e.attrs,"get",""),u(e);if((g=l.__cssModules)&&(g=g[t]))return g;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:g,mounted:f,beforeUpdate:v,updated:$,activated:N,deactivated:b,beforeDestroy:A,beforeUnmount:B,destroyed:m,unmounted:_,render:E,renderTracked:x,renderTriggered:V,errorCaptured:S,serverPrefetch:T,expose:P,inheritAttrs:M,components:O,directives:H,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],re=isFunction$1(ee)?ee.bind(n,n):isFunction$1(ee.get)?ee.get.bind(n,n):NOOP,le=!isFunction$1(ee)&&isFunction$1(ee.set)?ee.set.bind(n):NOOP,U=computed({get:re,set:le});Object.defineProperty(o,oe,{enumerable:!0,configurable:!0,get:()=>U.value,set:q=>U.value=q})}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(re=>oe(re.bind(n))):ee&&oe(ee.bind(n))}if(Q(onBeforeMount,g),Q(onMounted,f),Q(onBeforeUpdate,v),Q(onUpdated,$),Q(onActivated,N),Q(onDeactivated,b),Q(onErrorCaptured,S),Q(onRenderTracked,x),Q(onRenderTriggered,V),Q(onBeforeUnmount,B),Q(onUnmounted,_),Q(onServerPrefetch,T),isArray$1(P))if(P.length){const oe=e.exposed||(e.exposed={});P.forEach(ee=>{Object.defineProperty(oe,ee,{get:()=>n[ee],set:re=>n[ee]=re})})}else e.exposed||(e.exposed={});E&&e.render===NOOP&&(e.render=E),M!=null&&(e.inheritAttrs=M),O&&(e.components=O),H&&(e.directives=H)}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){const 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 g=0;g{c=!0;const[f,v]=normalizePropsOptions(g,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;u-1,v[1]=N<0||$-1||hasOwn$1(v,"default"))&&l.push(g)}}}const d=[r,l];return isObject$2(e)&&o.set(e,d),d}function validatePropName(e){return e[0]!=="$"&&!isReservedProp(e)}function getType(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function isSameType(e,t){return getType(e)===getType(t)}function getTypeIndex(e,t){return isArray$1(t)?t.findIndex(n=>isSameType(n,e)):isFunction$1(t)&&isSameType(t,e)?0:-1}const isInternalKey=e=>e[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},initSlots=(e,t)=>{const n=e.slots=createInternalObject();if(e.vnode.shapeFlag&32){const o=t._;o?(extend(n,t),def(n,"_",o)):normalizeObjectSlots(t,n)}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:(extend(s,t),!n&&l===1&&delete s._):(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]};function setRef(e,t,n,o,s=!1){if(isArray$1(e)){e.forEach((f,v)=>setRef(f,t&&(isArray$1(t)?t[v]:t),n,o,s));return}if(isAsyncWrapper(o)&&!s)return;const a=o.shapeFlag&4?getExposeProxy(o.component)||o.component.proxy:o.el,r=s?null:a,{i:l,r:c}=e,d=t&&t.r,u=l.refs===EMPTY_OBJ?l.refs={}:l.refs,g=l.setupState;if(d!=null&&d!==c&&(isString$2(d)?(u[d]=null,hasOwn$1(g,d)&&(g[d]=null)):isRef(d)&&(d.value=null)),isFunction$1(c))callWithErrorHandling(c,l,12,[r,u]);else{const f=isString$2(c),v=isRef(c);if(f||v){const $=()=>{if(e.f){const N=f?hasOwn$1(g,c)?g[c]:u[c]:c.value;s?isArray$1(N)&&remove(N,a):isArray$1(N)?N.includes(a)||N.push(a):f?(u[c]=[a],hasOwn$1(g,c)&&(g[c]=u[c])):(c.value=[a],e.k&&(u[e.k]=c.value))}else f?(u[c]=r,hasOwn$1(g,c)&&(g[c]=r)):v&&(c.value=r,e.k&&(u[e.k]=r))};r?($.id=-1,queuePostRenderEffect($,n)):$()}}}const 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:g,nextSibling:f,setScopeId:v=NOOP,insertStaticContent:$}=e,N=(w,C,F,j=null,W=null,Y=null,J=void 0,k=null,y=!!C.dynamicChildren)=>{if(w===C)return;w&&!isSameVNodeType(w,C)&&(j=ue(w),q(w,W,Y,!0),w=null),C.patchFlag===-2&&(y=!1,C.dynamicChildren=null);const{type:D,ref:L,shapeFlag:X}=C;switch(D){case Text:b(w,C,F,j);break;case Comment:A(w,C,F,j);break;case Static:w==null&&B(C,F,j,J);break;case Fragment:O(w,C,F,j,W,Y,J,k,y);break;default:X&1?E(w,C,F,j,W,Y,J,k,y):X&6?H(w,C,F,j,W,Y,J,k,y):(X&64||X&128)&&D.process(w,C,F,j,W,Y,J,k,y,he)}L!=null&&W&&setRef(L,w&&w.ref,Y,C||w,!C)},b=(w,C,F,j)=>{if(w==null)o(C.el=l(C.children),F,j);else{const W=C.el=w.el;C.children!==w.children&&d(W,C.children)}},A=(w,C,F,j)=>{w==null?o(C.el=c(C.children||""),F,j):C.el=w.el},B=(w,C,F,j)=>{[w.el,w.anchor]=$(w.children,C,F,j,w.el,w.anchor)},m=({el:w,anchor:C},F,j)=>{let W;for(;w&&w!==C;)W=f(w),o(w,F,j),w=W;o(C,F,j)},_=({el:w,anchor:C})=>{let F;for(;w&&w!==C;)F=f(w),s(w),w=F;s(C)},E=(w,C,F,j,W,Y,J,k,y)=>{C.type==="svg"?J="svg":C.type==="math"&&(J="mathml"),w==null?x(C,F,j,W,Y,J,k,y):T(w,C,W,Y,J,k,y)},x=(w,C,F,j,W,Y,J,k)=>{let y,D;const{props:L,shapeFlag:X,transition:K,dirs:I}=w;if(y=w.el=r(w.type,Y,L&&L.is,L),X&8?u(y,w.children):X&16&&S(w.children,y,null,j,W,resolveChildrenNamespace(w,Y),J,k),I&&invokeDirectiveHook(w,null,j,"created"),V(y,w,w.scopeId,J,j),L){for(const ne in L)ne!=="value"&&!isReservedProp(ne)&&a(y,ne,null,L[ne],Y,w.children,j,W,ae);"value"in L&&a(y,"value",null,L.value,Y),(D=L.onVnodeBeforeMount)&&invokeVNodeHook(D,j,w)}I&&invokeDirectiveHook(w,null,j,"beforeMount");const R=needTransition(W,K);R&&K.beforeEnter(y),o(y,C,F),((D=L&&L.onVnodeMounted)||R||I)&&queuePostRenderEffect(()=>{D&&invokeVNodeHook(D,j,w),R&&K.enter(y),I&&invokeDirectiveHook(w,null,j,"mounted")},W)},V=(w,C,F,j,W)=>{if(F&&v(w,F),j)for(let Y=0;Y{for(let D=y;D{const k=C.el=w.el;let{patchFlag:y,dynamicChildren:D,dirs:L}=C;y|=w.patchFlag&16;const X=w.props||EMPTY_OBJ,K=C.props||EMPTY_OBJ;let I;if(F&&toggleRecurse(F,!1),(I=K.onVnodeBeforeUpdate)&&invokeVNodeHook(I,F,C,w),L&&invokeDirectiveHook(C,w,F,"beforeUpdate"),F&&toggleRecurse(F,!0),D?P(w.dynamicChildren,D,k,F,j,resolveChildrenNamespace(C,W),Y):J||ee(w,C,k,null,F,j,resolveChildrenNamespace(C,W),Y,!1),y>0){if(y&16)M(k,C,X,K,F,j,W);else if(y&2&&X.class!==K.class&&a(k,"class",null,K.class,W),y&4&&a(k,"style",X.style,K.style,W),y&8){const R=C.dynamicProps;for(let ne=0;ne{I&&invokeVNodeHook(I,F,C,w),L&&invokeDirectiveHook(C,w,F,"updated")},j)},P=(w,C,F,j,W,Y,J)=>{for(let k=0;k{if(F!==j){if(F!==EMPTY_OBJ)for(const k in F)!isReservedProp(k)&&!(k in j)&&a(w,k,F[k],null,J,C.children,W,Y,ae);for(const k in j){if(isReservedProp(k))continue;const y=j[k],D=F[k];y!==D&&k!=="value"&&a(w,k,D,y,J,C.children,W,Y,ae)}"value"in j&&a(w,"value",F.value,j.value,J)}},O=(w,C,F,j,W,Y,J,k,y)=>{const D=C.el=w?w.el:l(""),L=C.anchor=w?w.anchor:l("");let{patchFlag:X,dynamicChildren:K,slotScopeIds:I}=C;I&&(k=k?k.concat(I):I),w==null?(o(D,F,j),o(L,F,j),S(C.children||[],F,L,W,Y,J,k,y)):X>0&&X&64&&K&&w.dynamicChildren?(P(w.dynamicChildren,K,F,W,Y,J,k),(C.key!=null||W&&C===W.subTree)&&traverseStaticChildren(w,C,!0)):ee(w,C,F,L,W,Y,J,k,y)},H=(w,C,F,j,W,Y,J,k,y)=>{C.slotScopeIds=k,w==null?C.shapeFlag&512?W.ctx.activate(C,F,j,J,y):Z(C,F,j,W,Y,J,y):te(w,C,y)},Z=(w,C,F,j,W,Y,J)=>{const k=w.component=createComponentInstance(w,j,W);if(isKeepAlive(w)&&(k.ctx.renderer=he),setupComponent(k),k.asyncDep){if(W&&W.registerDep(k,Q),!w.el){const y=k.subTree=createVNode(Comment);A(null,y,C,F)}}else Q(k,w,C,F,W,Y,J)},te=(w,C,F)=>{const j=C.component=w.component;if(shouldUpdateComponent(w,C,F))if(j.asyncDep&&!j.asyncResolved){oe(j,C,F);return}else j.next=C,invalidateJob(j.update),j.effect.dirty=!0,j.update();else C.el=w.el,j.vnode=C},Q=(w,C,F,j,W,Y,J)=>{const k=()=>{if(w.isMounted){let{next:L,bu:X,u:K,parent:I,vnode:R}=w;{const pe=locateNonHydratedAsyncRoot(w);if(pe){L&&(L.el=R.el,oe(w,L,J)),pe.asyncDep.then(()=>{w.isUnmounted||k()});return}}let ne=L,se;toggleRecurse(w,!1),L?(L.el=R.el,oe(w,L,J)):L=R,X&&invokeArrayFns(X),(se=L.props&&L.props.onVnodeBeforeUpdate)&&invokeVNodeHook(se,I,L,R),toggleRecurse(w,!0);const de=renderComponentRoot(w),fe=w.subTree;w.subTree=de,N(fe,de,g(fe.el),ue(fe),w,W,Y),L.el=de.el,ne===null&&updateHOCHostEl(w,de.el),K&&queuePostRenderEffect(K,W),(se=L.props&&L.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(se,I,L,R),W)}else{let L;const{el:X,props:K}=C,{bm:I,m:R,parent:ne}=w,se=isAsyncWrapper(C);if(toggleRecurse(w,!1),I&&invokeArrayFns(I),!se&&(L=K&&K.onVnodeBeforeMount)&&invokeVNodeHook(L,ne,C),toggleRecurse(w,!0),X&&me){const de=()=>{w.subTree=renderComponentRoot(w),me(X,w.subTree,w,W,null)};se?C.type.__asyncLoader().then(()=>!w.isUnmounted&&de()):de()}else{const de=w.subTree=renderComponentRoot(w);N(null,de,F,j,w,W,Y),C.el=de.el}if(R&&queuePostRenderEffect(R,W),!se&&(L=K&&K.onVnodeMounted)){const de=C;queuePostRenderEffect(()=>invokeVNodeHook(L,ne,de),W)}(C.shapeFlag&256||ne&&isAsyncWrapper(ne.vnode)&&ne.vnode.shapeFlag&256)&&w.a&&queuePostRenderEffect(w.a,W),w.isMounted=!0,C=F=j=null}},y=w.effect=new ReactiveEffect(k,NOOP,()=>queueJob(D),w.scope),D=w.update=()=>{y.dirty&&y.run()};D.id=w.uid,toggleRecurse(w,!0),D()},oe=(w,C,F)=>{C.component=w;const j=w.vnode.props;w.vnode=C,w.next=null,updateProps(w,C.props,j,F),updateSlots(w,C.children,F),pauseTracking(),flushPreFlushCbs(w),resetTracking()},ee=(w,C,F,j,W,Y,J,k,y=!1)=>{const D=w&&w.children,L=w?w.shapeFlag:0,X=C.children,{patchFlag:K,shapeFlag:I}=C;if(K>0){if(K&128){le(D,X,F,j,W,Y,J,k,y);return}else if(K&256){re(D,X,F,j,W,Y,J,k,y);return}}I&8?(L&16&&ae(D,W,Y),X!==D&&u(F,X)):L&16?I&16?le(D,X,F,j,W,Y,J,k,y):ae(D,W,Y,!0):(L&8&&u(F,""),I&16&&S(X,F,j,W,Y,J,k,y))},re=(w,C,F,j,W,Y,J,k,y)=>{w=w||EMPTY_ARR,C=C||EMPTY_ARR;const D=w.length,L=C.length,X=Math.min(D,L);let K;for(K=0;KL?ae(w,W,Y,!0,!1,X):S(C,F,j,W,Y,J,k,y,X)},le=(w,C,F,j,W,Y,J,k,y)=>{let D=0;const L=C.length;let X=w.length-1,K=L-1;for(;D<=X&&D<=K;){const I=w[D],R=C[D]=y?cloneIfMounted(C[D]):normalizeVNode(C[D]);if(isSameVNodeType(I,R))N(I,R,F,null,W,Y,J,k,y);else break;D++}for(;D<=X&&D<=K;){const I=w[X],R=C[K]=y?cloneIfMounted(C[K]):normalizeVNode(C[K]);if(isSameVNodeType(I,R))N(I,R,F,null,W,Y,J,k,y);else break;X--,K--}if(D>X){if(D<=K){const I=K+1,R=IK)for(;D<=X;)q(w[D],W,Y,!0),D++;else{const I=D,R=D,ne=new Map;for(D=R;D<=K;D++){const ge=C[D]=y?cloneIfMounted(C[D]):normalizeVNode(C[D]);ge.key!=null&&ne.set(ge.key,D)}let se,de=0;const fe=K-R+1;let pe=!1,ye=0;const $e=new Array(fe);for(D=0;D=fe){q(ge,W,Y,!0);continue}let Be;if(ge.key!=null)Be=ne.get(ge.key);else for(se=R;se<=K;se++)if($e[se-R]===0&&isSameVNodeType(ge,C[se])){Be=se;break}Be===void 0?q(ge,W,Y,!0):($e[Be-R]=D+1,Be>=ye?ye=Be:pe=!0,N(ge,C[Be],F,null,W,Y,J,k,y),de++)}const be=pe?getSequence($e):EMPTY_ARR;for(se=be.length-1,D=fe-1;D>=0;D--){const ge=R+D,Be=C[ge],Ce=ge+1{const{el:Y,type:J,transition:k,children:y,shapeFlag:D}=w;if(D&6){U(w.component.subTree,C,F,j);return}if(D&128){w.suspense.move(C,F,j);return}if(D&64){J.move(w,C,F,he);return}if(J===Fragment){o(Y,C,F);for(let X=0;Xk.enter(Y),W);else{const{leave:X,delayLeave:K,afterLeave:I}=k,R=()=>o(Y,C,F),ne=()=>{X(Y,()=>{R(),I&&I()})};K?K(Y,R,ne):ne()}else o(Y,C,F)},q=(w,C,F,j=!1,W=!1)=>{const{type:Y,props:J,ref:k,children:y,dynamicChildren:D,shapeFlag:L,patchFlag:X,dirs:K}=w;if(k!=null&&setRef(k,null,F,w,!0),L&256){C.ctx.deactivate(w);return}const I=L&1&&K,R=!isAsyncWrapper(w);let ne;if(R&&(ne=J&&J.onVnodeBeforeUnmount)&&invokeVNodeHook(ne,C,w),L&6)ce(w.component,F,j);else{if(L&128){w.suspense.unmount(F,j);return}I&&invokeDirectiveHook(w,null,C,"beforeUnmount"),L&64?w.type.remove(w,C,F,W,he,j):D&&(Y!==Fragment||X>0&&X&64)?ae(D,C,F,!1,!0):(Y===Fragment&&X&384||!W&&L&16)&&ae(y,C,F),j&&G(w)}(R&&(ne=J&&J.onVnodeUnmounted)||I)&&queuePostRenderEffect(()=>{ne&&invokeVNodeHook(ne,C,w),I&&invokeDirectiveHook(w,null,C,"unmounted")},F)},G=w=>{const{type:C,el:F,anchor:j,transition:W}=w;if(C===Fragment){z(F,j);return}if(C===Static){_(w);return}const Y=()=>{s(F),W&&!W.persisted&&W.afterLeave&&W.afterLeave()};if(w.shapeFlag&1&&W&&!W.persisted){const{leave:J,delayLeave:k}=W,y=()=>J(F,Y);k?k(w.el,Y,y):y()}else Y()},z=(w,C)=>{let F;for(;w!==C;)F=f(w),s(w),w=F;s(C)},ce=(w,C,F)=>{const{bum:j,scope:W,update:Y,subTree:J,um:k}=w;j&&invokeArrayFns(j),W.stop(),Y&&(Y.active=!1,q(J,w,C,F)),k&&queuePostRenderEffect(k,C),queuePostRenderEffect(()=>{w.isUnmounted=!0},C),C&&C.pendingBranch&&!C.isUnmounted&&w.asyncDep&&!w.asyncResolved&&w.suspenseId===C.pendingId&&(C.deps--,C.deps===0&&C.resolve())},ae=(w,C,F,j=!1,W=!1,Y=0)=>{for(let J=Y;Jw.shapeFlag&6?ue(w.component.subTree):w.shapeFlag&128?w.suspense.next():f(w.anchor||w.el);let ie=!1;const _e=(w,C,F)=>{w==null?C._vnode&&q(C._vnode,null,null,!0):N(C._vnode||null,w,C,null,null,null,F),ie||(ie=!0,flushPreFlushCbs(),flushPostFlushCbs(),ie=!1),C._vnode=w},he={p:N,um:q,m:U,r:G,mt:Z,mc:S,pc:ee,pbc:P,n:ue,o:e};let ve,me;return t&&([ve,me]=t(he)),{render:_e,hydrate:ve,createApp:createAppAPI(_e,ve)}}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,update:t},n){e.allowRecurse=t.allowRecurse=n}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)}const isTeleport=e=>e.__isTeleport,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}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,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){const{props:o,ref:s,patchFlag:a,children:r}=e,l=t?mergeProps(o||{},t):o;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:l,key:l&&normalizeKey(l),ref:t&&t.ref?n&&s?isArray$1(s)?s.concat(normalizeRef(t)):[s,normalizeRef(t)]:normalizeRef(t):s,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:r,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Fragment?a===-1?16:a|16:a,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,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}}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()):typeof e=="object"?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){t&&setInSSRSetupState(t);const{props:n,children:o}=e.vnode,s=isStatefulComponent(e);initProps(e,n,s,t),initSlots(e,o);const a=s?setupStatefulComponent(e,t):void 0;return t&&setInSSRSetupState(!1),a}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(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 getExposeProxy(e){if(e.exposed)return 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}}))}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.4.25";/** -* @vue/runtime-dom v3.4.25 -* (c) 2018-present Yuxi (Evan) You and Vue contributors -* @license MIT -**/const 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):doc.createElement(e,n?{is:n}:void 0);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=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,r,l,c)=>{const d=s==="svg";t==="class"?patchClass(e,o,d):t==="style"?patchStyle(e,n,o):isOn(t)?isModelListener(t)||patchEvent(e,t,n,o,r):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):shouldSetAsProp(e,t,o,d))?patchDOMProp(e,t,o,a,r,l,c):(t==="true-value"?e._trueValue=o:t==="false-value"&&(e._falseValue=o),patchAttr(e,t,o,d))};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,modifiers:{lazy:n,trim:o,number:s}},a){if(e[assignKey]=getModelAssigner(a),e.composing)return;const r=(s||e.type==="number")&&!/^0\d/.test(e.value)?looseToNumber(e.value):e.value,l=t??"";r!==l&&(document.activeElement===e&&e.type!=="range"&&(n||o&&e.value.trim()===l)||(e.value=l))}},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,oldValue:n},o){e._modelValue=t,isArray$1(t)?e.checked=looseIndexOf(t,o.props.value)>-1:isSet(t)?e.checked=t.has(o.props.value):t!==n&&(e.checked=looseEqual(t,getCheckboxValue(e,!0)))}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,modifiers:{number:n}}){setSelected(e,t)},beforeUpdate(e,t,n){e[assignKey]=getModelAssigner(n)},updated(e,{value:t,modifiers:{number:n}}){e._assigning||setSelected(e,t)}};function setSelected(e,t,n){const o=e.multiple,s=isArray$1(t);if(!(o&&!s&&!isSet(t))){for(let a=0,r=e.options.length;aString(u)===String(c)):l.selected=looseIndexOf(t,c)>-1}else l.selected=t.has(c);else if(looseEqual(getValue(l),t)){e.selectedIndex!==a&&(e.selectedIndex=a);return}}!o&&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.innerHTML="";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 B(){}return function(m){var _;return B.prototype=m,_=new B,B.prototype=null,_}}(),c={},d=c.lib={},u=d.Base=function(){return{extend:function(B){var m=l(this);return B&&m.mixIn(B),(!m.hasOwnProperty("init")||this.init===m.init)&&(m.init=function(){m.$super.init.apply(this,arguments)}),m.init.prototype=m,m.$super=this,m},create:function(){var B=this.extend();return B.init.apply(B,arguments),B},init:function(){},mixIn:function(B){for(var m in B)B.hasOwnProperty(m)&&(this[m]=B[m]);B.hasOwnProperty("toString")&&(this.toString=B.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),g=d.WordArray=u.extend({init:function(B,m){B=this.words=B||[],m!=s?this.sigBytes=m:this.sigBytes=B.length*4},toString:function(B){return(B||v).stringify(this)},concat:function(B){var m=this.words,_=B.words,E=this.sigBytes,x=B.sigBytes;if(this.clamp(),E%4)for(var V=0;V>>2]>>>24-V%4*8&255;m[E+V>>>2]|=S<<24-(E+V)%4*8}else for(var T=0;T>>2]=_[T>>>2];return this.sigBytes+=x,this},clamp:function(){var B=this.words,m=this.sigBytes;B[m>>>2]&=4294967295<<32-m%4*8,B.length=o.ceil(m/4)},clone:function(){var B=u.clone.call(this);return B.words=this.words.slice(0),B},random:function(B){for(var m=[],_=0;_>>2]>>>24-x%4*8&255;E.push((V>>>4).toString(16)),E.push((V&15).toString(16))}return E.join("")},parse:function(B){for(var m=B.length,_=[],E=0;E>>3]|=parseInt(B.substr(E,2),16)<<24-E%8*4;return new g.init(_,m/2)}},$=f.Latin1={stringify:function(B){for(var m=B.words,_=B.sigBytes,E=[],x=0;x<_;x++){var V=m[x>>>2]>>>24-x%4*8&255;E.push(String.fromCharCode(V))}return E.join("")},parse:function(B){for(var m=B.length,_=[],E=0;E>>2]|=(B.charCodeAt(E)&255)<<24-E%4*8;return new g.init(_,m)}},N=f.Utf8={stringify:function(B){try{return decodeURIComponent(escape($.stringify(B)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(B){return $.parse(unescape(encodeURIComponent(B)))}},b=d.BufferedBlockAlgorithm=u.extend({reset:function(){this._data=new g.init,this._nDataBytes=0},_append:function(B){typeof B=="string"&&(B=N.parse(B)),this._data.concat(B),this._nDataBytes+=B.sigBytes},_process:function(B){var m,_=this._data,E=_.words,x=_.sigBytes,V=this.blockSize,S=V*4,T=x/S;B?T=o.ceil(T):T=o.max((T|0)-this._minBufferSize,0);var P=T*V,M=o.min(P*4,x);if(P){for(var O=0;O>>2]|=c[g]<<24-g%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,g=[],f=0;f>>2]>>>16-f%4*8&65535;g.push(String.fromCharCode(v))}return g.join("")},parse:function(c){for(var d=c.length,u=[],g=0;g>>1]|=c.charCodeAt(g)<<16-g%2*16;return a.create(u,d*2)}},r.Utf16LE={stringify:function(c){for(var d=c.words,u=c.sigBytes,g=[],f=0;f>>2]>>>16-f%4*8&65535);g.push(String.fromCharCode(v))}return g.join("")},parse:function(c){for(var d=c.length,u=[],g=0;g>>1]|=l(c.charCodeAt(g)<<16-g%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,g=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,b=d[v+2>>>2]>>>24-(v+2)%4*8&255,A=$<<16|N<<8|b,B=0;B<4&&v+B*.75>>6*(3-B)&63));var m=g.charAt(64);if(m)for(;f.length%4;)f.push(m);return f.join("")},parse:function(c){var d=c.length,u=this._map,g=this._reverseMap;if(!g){g=this._reverseMap=[];for(var f=0;f>>6-v%4*2,b=$|N;g[f>>>2]|=b<<24-f%4*8,f++}return a.create(g,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,g=c.sigBytes,f=d?this._safe_map:this._map;c.clamp();for(var v=[],$=0;$>>2]>>>24-$%4*8&255,b=u[$+1>>>2]>>>24-($+1)%4*8&255,A=u[$+2>>>2]>>>24-($+2)%4*8&255,B=N<<16|b<<8|A,m=0;m<4&&$+m*.75>>6*(3-m)&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,g=d?this._safe_map:this._map,f=this._reverseMap;if(!f){f=this._reverseMap=[];for(var v=0;v>>6-v%4*2,b=$|N;g[f>>>2]|=b<<24-f%4*8,f++}return a.create(g,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,b){for(var A=0;A<16;A++){var B=b+A,m=N[B];N[B]=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360}var _=this._hash.words,E=N[b+0],x=N[b+1],V=N[b+2],S=N[b+3],T=N[b+4],P=N[b+5],M=N[b+6],O=N[b+7],H=N[b+8],Z=N[b+9],te=N[b+10],Q=N[b+11],oe=N[b+12],ee=N[b+13],re=N[b+14],le=N[b+15],U=_[0],q=_[1],G=_[2],z=_[3];U=g(U,q,G,z,E,7,d[0]),z=g(z,U,q,G,x,12,d[1]),G=g(G,z,U,q,V,17,d[2]),q=g(q,G,z,U,S,22,d[3]),U=g(U,q,G,z,T,7,d[4]),z=g(z,U,q,G,P,12,d[5]),G=g(G,z,U,q,M,17,d[6]),q=g(q,G,z,U,O,22,d[7]),U=g(U,q,G,z,H,7,d[8]),z=g(z,U,q,G,Z,12,d[9]),G=g(G,z,U,q,te,17,d[10]),q=g(q,G,z,U,Q,22,d[11]),U=g(U,q,G,z,oe,7,d[12]),z=g(z,U,q,G,ee,12,d[13]),G=g(G,z,U,q,re,17,d[14]),q=g(q,G,z,U,le,22,d[15]),U=f(U,q,G,z,x,5,d[16]),z=f(z,U,q,G,M,9,d[17]),G=f(G,z,U,q,Q,14,d[18]),q=f(q,G,z,U,E,20,d[19]),U=f(U,q,G,z,P,5,d[20]),z=f(z,U,q,G,te,9,d[21]),G=f(G,z,U,q,le,14,d[22]),q=f(q,G,z,U,T,20,d[23]),U=f(U,q,G,z,Z,5,d[24]),z=f(z,U,q,G,re,9,d[25]),G=f(G,z,U,q,S,14,d[26]),q=f(q,G,z,U,H,20,d[27]),U=f(U,q,G,z,ee,5,d[28]),z=f(z,U,q,G,V,9,d[29]),G=f(G,z,U,q,O,14,d[30]),q=f(q,G,z,U,oe,20,d[31]),U=v(U,q,G,z,P,4,d[32]),z=v(z,U,q,G,H,11,d[33]),G=v(G,z,U,q,Q,16,d[34]),q=v(q,G,z,U,re,23,d[35]),U=v(U,q,G,z,x,4,d[36]),z=v(z,U,q,G,T,11,d[37]),G=v(G,z,U,q,O,16,d[38]),q=v(q,G,z,U,te,23,d[39]),U=v(U,q,G,z,ee,4,d[40]),z=v(z,U,q,G,E,11,d[41]),G=v(G,z,U,q,S,16,d[42]),q=v(q,G,z,U,M,23,d[43]),U=v(U,q,G,z,Z,4,d[44]),z=v(z,U,q,G,oe,11,d[45]),G=v(G,z,U,q,le,16,d[46]),q=v(q,G,z,U,V,23,d[47]),U=$(U,q,G,z,E,6,d[48]),z=$(z,U,q,G,O,10,d[49]),G=$(G,z,U,q,re,15,d[50]),q=$(q,G,z,U,P,21,d[51]),U=$(U,q,G,z,oe,6,d[52]),z=$(z,U,q,G,S,10,d[53]),G=$(G,z,U,q,te,15,d[54]),q=$(q,G,z,U,x,21,d[55]),U=$(U,q,G,z,H,6,d[56]),z=$(z,U,q,G,le,10,d[57]),G=$(G,z,U,q,M,15,d[58]),q=$(q,G,z,U,ee,21,d[59]),U=$(U,q,G,z,T,6,d[60]),z=$(z,U,q,G,Q,10,d[61]),G=$(G,z,U,q,V,15,d[62]),q=$(q,G,z,U,Z,21,d[63]),_[0]=_[0]+U|0,_[1]=_[1]+q|0,_[2]=_[2]+G|0,_[3]=_[3]+z|0},_doFinalize:function(){var N=this._data,b=N.words,A=this._nDataBytes*8,B=N.sigBytes*8;b[B>>>5]|=128<<24-B%32;var m=o.floor(A/4294967296),_=A;b[(B+64>>>9<<4)+15]=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360,b[(B+64>>>9<<4)+14]=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360,N.sigBytes=(b.length+1)*4,this._process();for(var E=this._hash,x=E.words,V=0;V<4;V++){var S=x[V];x[V]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360}return E},clone:function(){var N=l.clone.call(this);return N._hash=this._hash.clone(),N}});function g(N,b,A,B,m,_,E){var x=N+(b&A|~b&B)+m+E;return(x<<_|x>>>32-_)+b}function f(N,b,A,B,m,_,E){var x=N+(b&B|A&~B)+m+E;return(x<<_|x>>>32-_)+b}function v(N,b,A,B,m,_,E){var x=N+(b^A^B)+m+E;return(x<<_|x>>>32-_)+b}function $(N,b,A,B,m,_,E){var x=N+(A^(b|~B))+m+E;return(x<<_|x>>>32-_)+b}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,g){for(var f=this._hash.words,v=f[0],$=f[1],N=f[2],b=f[3],A=f[4],B=0;B<80;B++){if(B<16)c[B]=u[g+B]|0;else{var m=c[B-3]^c[B-8]^c[B-14]^c[B-16];c[B]=m<<1|m>>>31}var _=(v<<5|v>>>27)+A+c[B];B<20?_+=($&N|~$&b)+1518500249:B<40?_+=($^N^b)+1859775393:B<60?_+=($&N|$&b|N&b)-1894007588:_+=($^N^b)-899497514,A=b,b=N,N=$<<30|$>>>2,$=v,v=_}f[0]=f[0]+v|0,f[1]=f[1]+$|0,f[2]=f[2]+N|0,f[3]=f[3]+b|0,f[4]=f[4]+A|0},_doFinalize:function(){var u=this._data,g=u.words,f=this._nDataBytes*8,v=u.sigBytes*8;return g[v>>>5]|=128<<24-v%32,g[(v+64>>>9<<4)+14]=Math.floor(f/4294967296),g[(v+64>>>9<<4)+15]=f,u.sigBytes=g.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(A){for(var B=o.sqrt(A),m=2;m<=B;m++)if(!(A%m))return!1;return!0}function $(A){return(A-(A|0))*4294967296|0}for(var N=2,b=0;b<64;)v(N)&&(b<8&&(d[b]=$(o.pow(N,1/2))),u[b]=$(o.pow(N,1/3)),b++),N++})();var g=[],f=c.SHA256=l.extend({_doReset:function(){this._hash=new r.init(d.slice(0))},_doProcessBlock:function(v,$){for(var N=this._hash.words,b=N[0],A=N[1],B=N[2],m=N[3],_=N[4],E=N[5],x=N[6],V=N[7],S=0;S<64;S++){if(S<16)g[S]=v[$+S]|0;else{var T=g[S-15],P=(T<<25|T>>>7)^(T<<14|T>>>18)^T>>>3,M=g[S-2],O=(M<<15|M>>>17)^(M<<13|M>>>19)^M>>>10;g[S]=P+g[S-7]+O+g[S-16]}var H=_&E^~_&x,Z=b&A^b&B^A&B,te=(b<<30|b>>>2)^(b<<19|b>>>13)^(b<<10|b>>>22),Q=(_<<26|_>>>6)^(_<<21|_>>>11)^(_<<7|_>>>25),oe=V+Q+H+u[S]+g[S],ee=te+Z;V=x,x=E,E=_,_=m+oe|0,m=B,B=A,A=b,b=oe+ee|0}N[0]=N[0]+b|0,N[1]=N[1]+A|0,N[2]=N[2]+B|0,N[3]=N[3]+m|0,N[4]=N[4]+_|0,N[5]=N[5]+E|0,N[6]=N[6]+x|0,N[7]=N[7]+V|0},_doFinalize:function(){var v=this._data,$=v.words,N=this._nDataBytes*8,b=v.sigBytes*8;return $[b>>>5]|=128<<24-b%32,$[(b+64>>>9<<4)+14]=o.floor(N/4294967296),$[(b+64>>>9<<4)+15]=N,v.sigBytes=$.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 g=[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 $=0;$<80;$++)f[$]=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($,N){for(var b=this._hash.words,A=b[0],B=b[1],m=b[2],_=b[3],E=b[4],x=b[5],V=b[6],S=b[7],T=A.high,P=A.low,M=B.high,O=B.low,H=m.high,Z=m.low,te=_.high,Q=_.low,oe=E.high,ee=E.low,re=x.high,le=x.low,U=V.high,q=V.low,G=S.high,z=S.low,ce=T,ae=P,ue=M,ie=O,_e=H,he=Z,ve=te,me=Q,w=oe,C=ee,F=re,j=le,W=U,Y=q,J=G,k=z,y=0;y<80;y++){var D,L,X=f[y];if(y<16)L=X.high=$[N+y*2]|0,D=X.low=$[N+y*2+1]|0;else{var K=f[y-15],I=K.high,R=K.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),de=f[y-2],fe=de.high,pe=de.low,ye=(fe>>>19|pe<<13)^(fe<<3|pe>>>29)^fe>>>6,$e=(pe>>>19|fe<<13)^(pe<<3|fe>>>29)^(pe>>>6|fe<<26),be=f[y-7],ge=be.high,Be=be.low,Ce=f[y-16],Se=Ce.high,Ne=Ce.low;D=se+Be,L=ne+ge+(D>>>0>>0?1:0),D=D+$e,L=L+ye+(D>>>0<$e>>>0?1:0),D=D+Ne,L=L+Se+(D>>>0>>0?1:0),X.high=L,X.low=D}var Pe=w&F^~w&W,Ee=C&j^~C&Y,Ie=ce&ue^ce&_e^ue&_e,Te=ae&ie^ae&he^ie&he,Fe=(ce>>>28|ae<<4)^(ce<<30|ae>>>2)^(ce<<25|ae>>>7),we=(ae>>>28|ce<<4)^(ae<<30|ce>>>2)^(ae<<25|ce>>>7),Me=(w>>>14|C<<18)^(w>>>18|C<<14)^(w<<23|C>>>9),Oe=(C>>>14|w<<18)^(C>>>18|w<<14)^(C<<23|w>>>9),Ae=g[y],Re=Ae.high,Ve=Ae.low,ke=k+Oe,xe=J+Me+(ke>>>0>>0?1:0),ke=ke+Ee,xe=xe+Pe+(ke>>>0>>0?1:0),ke=ke+Ve,xe=xe+Re+(ke>>>0>>0?1:0),ke=ke+D,xe=xe+L+(ke>>>0>>0?1:0),De=we+Te,Le=Fe+Ie+(De>>>0>>0?1:0);J=W,k=Y,W=F,Y=j,F=w,j=C,C=me+ke|0,w=ve+xe+(C>>>0>>0?1:0)|0,ve=_e,me=he,_e=ue,he=ie,ue=ce,ie=ae,ae=ke+De|0,ce=xe+Le+(ae>>>0>>0?1:0)|0}P=A.low=P+ae,A.high=T+ce+(P>>>0>>0?1:0),O=B.low=O+ie,B.high=M+ue+(O>>>0>>0?1:0),Z=m.low=Z+he,m.high=H+_e+(Z>>>0>>0?1:0),Q=_.low=Q+me,_.high=te+ve+(Q>>>0>>0?1:0),ee=E.low=ee+C,E.high=oe+w+(ee>>>0>>0?1:0),le=x.low=le+j,x.high=re+F+(le>>>0>>0?1:0),q=V.low=q+Y,V.high=U+W+(q>>>0>>0?1:0),z=S.low=z+k,S.high=G+J+(z>>>0>>0?1:0)},_doFinalize:function(){var $=this._data,N=$.words,b=this._nDataBytes*8,A=$.sigBytes*8;N[A>>>5]|=128<<24-A%32,N[(A+128>>>10<<5)+30]=Math.floor(b/4294967296),N[(A+128>>>10<<5)+31]=b,$.sigBytes=N.length*4,this._process();var B=this._hash.toX32();return B},clone:function(){var $=a.clone.call(this);return $._hash=this._hash.clone(),$},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,g=[],f=[],v=[];(function(){for(var b=1,A=0,B=0;B<24;B++){g[b+5*A]=(B+1)*(B+2)/2%64;var m=A%5,_=(2*b+3*A)%5;b=m,A=_}for(var b=0;b<5;b++)for(var A=0;A<5;A++)f[b+5*A]=A+(2*b+3*A)%5*5;for(var E=1,x=0;x<24;x++){for(var V=0,S=0,T=0;T<7;T++){if(E&1){var P=(1<>>24)&16711935|(E<<24|E>>>8)&4278255360,x=(x<<8|x>>>24)&16711935|(x<<24|x>>>8)&4278255360;var V=B[_];V.high^=x,V.low^=E}for(var S=0;S<24;S++){for(var T=0;T<5;T++){for(var P=0,M=0,O=0;O<5;O++){var V=B[T+5*O];P^=V.high,M^=V.low}var H=$[T];H.high=P,H.low=M}for(var T=0;T<5;T++)for(var Z=$[(T+4)%5],te=$[(T+1)%5],Q=te.high,oe=te.low,P=Z.high^(Q<<1|oe>>>31),M=Z.low^(oe<<1|Q>>>31),O=0;O<5;O++){var V=B[T+5*O];V.high^=P,V.low^=M}for(var ee=1;ee<25;ee++){var P,M,V=B[ee],re=V.high,le=V.low,U=g[ee];U<32?(P=re<>>32-U,M=le<>>32-U):(P=le<>>64-U,M=re<>>64-U);var q=$[f[ee]];q.high=P,q.low=M}var G=$[0],z=B[0];G.high=z.high,G.low=z.low;for(var T=0;T<5;T++)for(var O=0;O<5;O++){var ee=T+5*O,V=B[ee],ce=$[ee],ae=$[(T+1)%5+5*O],ue=$[(T+2)%5+5*O];V.high=ce.high^~ae.high&ue.high,V.low=ce.low^~ae.low&ue.low}var V=B[0],ie=v[S];V.high^=ie.high,V.low^=ie.low}},_doFinalize:function(){var b=this._data,A=b.words;this._nDataBytes*8;var B=b.sigBytes*8,m=this.blockSize*32;A[B>>>5]|=1<<24-B%32,A[(o.ceil((B+1)/m)*m>>>5)-1]|=128,b.sigBytes=A.length*4,this._process();for(var _=this._state,E=this.cfg.outputLength/8,x=E/8,V=[],S=0;S>>24)&16711935|(P<<24|P>>>8)&4278255360,M=(M<<8|M>>>24)&16711935|(M<<24|M>>>8)&4278255360,V.push(M),V.push(P)}return new r.init(V,E)},clone:function(){for(var b=l.clone.call(this),A=b._state=this._state.slice(0),B=0;B<25;B++)A[B]=A[B].clone();return b}});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]),g=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]),$=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(x,V){for(var S=0;S<16;S++){var T=V+S,P=x[T];x[T]=(P<<8|P>>>24)&16711935|(P<<24|P>>>8)&4278255360}var M=this._hash.words,O=v.words,H=$.words,Z=d.words,te=u.words,Q=g.words,oe=f.words,ee,re,le,U,q,G,z,ce,ae,ue;G=ee=M[0],z=re=M[1],ce=le=M[2],ae=U=M[3],ue=q=M[4];for(var ie,S=0;S<80;S+=1)ie=ee+x[V+Z[S]]|0,S<16?ie+=b(re,le,U)+O[0]:S<32?ie+=A(re,le,U)+O[1]:S<48?ie+=B(re,le,U)+O[2]:S<64?ie+=m(re,le,U)+O[3]:ie+=_(re,le,U)+O[4],ie=ie|0,ie=E(ie,Q[S]),ie=ie+q|0,ee=q,q=U,U=E(le,10),le=re,re=ie,ie=G+x[V+te[S]]|0,S<16?ie+=_(z,ce,ae)+H[0]:S<32?ie+=m(z,ce,ae)+H[1]:S<48?ie+=B(z,ce,ae)+H[2]:S<64?ie+=A(z,ce,ae)+H[3]:ie+=b(z,ce,ae)+H[4],ie=ie|0,ie=E(ie,oe[S]),ie=ie+ue|0,G=ue,ue=ae,ae=E(ce,10),ce=z,z=ie;ie=M[1]+le+ae|0,M[1]=M[2]+U+ue|0,M[2]=M[3]+q+G|0,M[3]=M[4]+ee+z|0,M[4]=M[0]+re+ce|0,M[0]=ie},_doFinalize:function(){var x=this._data,V=x.words,S=this._nDataBytes*8,T=x.sigBytes*8;V[T>>>5]|=128<<24-T%32,V[(T+64>>>9<<4)+14]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360,x.sigBytes=(V.length+1)*4,this._process();for(var P=this._hash,M=P.words,O=0;O<5;O++){var H=M[O];M[O]=(H<<8|H>>>24)&16711935|(H<<24|H>>>8)&4278255360}return P},clone:function(){var x=l.clone.call(this);return x._hash=this._hash.clone(),x}});function b(x,V,S){return x^V^S}function A(x,V,S){return x&V|~x&S}function B(x,V,S){return(x|~V)^S}function m(x,V,S){return x&S|V&~S}function _(x,V,S){return x^(V|~S)}function E(x,V){return x<>>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 g=d.blockSize,f=g*4;u.sigBytes>f&&(u=d.finalize(u)),u.clamp();for(var v=this._oKey=u.clone(),$=this._iKey=u.clone(),N=v.words,b=$.words,A=0;A>>2]&255;P.sigBytes-=M}};a.BlockCipher=v.extend({cfg:v.cfg.extend({mode:b,padding:B}),reset:function(){var P;v.reset.call(this);var M=this.cfg,O=M.iv,H=M.mode;this._xformMode==this._ENC_XFORM_MODE?P=H.createEncryptor:(P=H.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==P?this._mode.init(this,O&&O.words):(this._mode=P.call(H,this,O&&O.words),this._mode.__creator=P)},_doProcessBlock:function(P,M){this._mode.processBlock(P,M)},_doFinalize:function(){var P,M=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(M.pad(this._data,this.blockSize),P=this._process(!0)):(P=this._process(!0),M.unpad(P)),P},blockSize:128/32});var m=a.CipherParams=r.extend({init:function(P){this.mixIn(P)},toString:function(P){return(P||this.formatter).stringify(this)}}),_=s.format={},E=_.OpenSSL={stringify:function(P){var M,O=P.ciphertext,H=P.salt;return H?M=l.create([1398893684,1701076831]).concat(H).concat(O):M=O,M.toString(u)},parse:function(P){var M,O=u.parse(P),H=O.words;return H[0]==1398893684&&H[1]==1701076831&&(M=l.create(H.slice(2,4)),H.splice(0,4),O.sigBytes-=16),m.create({ciphertext:O,salt:M})}},x=a.SerializableCipher=r.extend({cfg:r.extend({format:E}),encrypt:function(P,M,O,H){H=this.cfg.extend(H);var Z=P.createEncryptor(O,H),te=Z.finalize(M),Q=Z.cfg;return m.create({ciphertext:te,key:O,iv:Q.iv,algorithm:P,mode:Q.mode,padding:Q.padding,blockSize:P.blockSize,formatter:H.format})},decrypt:function(P,M,O,H){H=this.cfg.extend(H),M=this._parse(M,H.format);var Z=P.createDecryptor(O,H).finalize(M.ciphertext);return Z},_parse:function(P,M){return typeof P=="string"?M.parse(P,this):P}}),V=s.kdf={},S=V.OpenSSL={execute:function(P,M,O,H,Z){if(H||(H=l.random(64/8)),Z)var te=f.create({keySize:M+O,hasher:Z}).compute(P,H);else var te=f.create({keySize:M+O}).compute(P,H);var Q=l.create(te.words.slice(M),O*4);return te.sigBytes=M*4,m.create({key:te,iv:Q,salt:H})}},T=a.PasswordBasedCipher=x.extend({cfg:x.cfg.extend({kdf:S}),encrypt:function(P,M,O,H){H=this.cfg.extend(H);var Z=H.kdf.execute(O,P.keySize,P.ivSize,H.salt,H.hasher);H.iv=Z.iv;var te=x.encrypt.call(this,P,M,Z.key,H);return te.mixIn(Z),te},decrypt:function(P,M,O,H){H=this.cfg.extend(H),M=this._parse(M,H.format);var Z=H.kdf.execute(O,P.keySize,P.ivSize,M.salt,H.hasher);H.iv=Z.iv;var te=x.decrypt.call(this,P,M,Z.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,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 g=0;g>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,g=this._iv,f=this._counter;g&&(f=this._counter=g.slice(0),this._iv=void 0),a(f);var v=f.slice(0);d.encryptBlock(v,0);for(var $=0;$>>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 g=c.parse(u);return r.create({ciphertext:g})}}}(),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=[],g=[],f=[],v=[],$=[],N=[],b=[];(function(){for(var m=[],_=0;_<256;_++)_<128?m[_]=_<<1:m[_]=_<<1^283;for(var E=0,x=0,_=0;_<256;_++){var V=x^x<<1^x<<2^x<<3^x<<4;V=V>>>8^V&255^99,l[E]=V,c[V]=E;var S=m[E],T=m[S],P=m[T],M=m[V]*257^V*16843008;d[E]=M<<24|M>>>8,u[E]=M<<16|M>>>16,g[E]=M<<8|M>>>24,f[E]=M;var M=P*16843009^T*65537^S*257^E*16843008;v[V]=M<<24|M>>>8,$[V]=M<<16|M>>>16,N[V]=M<<8|M>>>24,b[V]=M,E?(E=S^m[m[m[P^S]]],x^=m[m[x]]):E=x=1}})();var A=[0,1,2,4,8,16,32,64,128,27,54],B=r.AES=a.extend({_doReset:function(){var m;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var _=this._keyPriorReset=this._key,E=_.words,x=_.sigBytes/4,V=this._nRounds=x+6,S=(V+1)*4,T=this._keySchedule=[],P=0;P6&&P%x==4&&(m=l[m>>>24]<<24|l[m>>>16&255]<<16|l[m>>>8&255]<<8|l[m&255]):(m=m<<8|m>>>24,m=l[m>>>24]<<24|l[m>>>16&255]<<16|l[m>>>8&255]<<8|l[m&255],m^=A[P/x|0]<<24),T[P]=T[P-x]^m);for(var M=this._invKeySchedule=[],O=0;O>>24]]^$[l[m>>>16&255]]^N[l[m>>>8&255]]^b[l[m&255]]}}},encryptBlock:function(m,_){this._doCryptBlock(m,_,this._keySchedule,d,u,g,f,l)},decryptBlock:function(m,_){var E=m[_+1];m[_+1]=m[_+3],m[_+3]=E,this._doCryptBlock(m,_,this._invKeySchedule,v,$,N,b,c);var E=m[_+1];m[_+1]=m[_+3],m[_+3]=E},_doCryptBlock:function(m,_,E,x,V,S,T,P){for(var M=this._nRounds,O=m[_]^E[0],H=m[_+1]^E[1],Z=m[_+2]^E[2],te=m[_+3]^E[3],Q=4,oe=1;oe>>24]^V[H>>>16&255]^S[Z>>>8&255]^T[te&255]^E[Q++],re=x[H>>>24]^V[Z>>>16&255]^S[te>>>8&255]^T[O&255]^E[Q++],le=x[Z>>>24]^V[te>>>16&255]^S[O>>>8&255]^T[H&255]^E[Q++],U=x[te>>>24]^V[O>>>16&255]^S[H>>>8&255]^T[Z&255]^E[Q++];O=ee,H=re,Z=le,te=U}var ee=(P[O>>>24]<<24|P[H>>>16&255]<<16|P[Z>>>8&255]<<8|P[te&255])^E[Q++],re=(P[H>>>24]<<24|P[Z>>>16&255]<<16|P[te>>>8&255]<<8|P[O&255])^E[Q++],le=(P[Z>>>24]<<24|P[te>>>16&255]<<16|P[O>>>8&255]<<8|P[H&255])^E[Q++],U=(P[te>>>24]<<24|P[O>>>16&255]<<16|P[H>>>8&255]<<8|P[Z&255])^E[Q++];m[_]=ee,m[_+1]=re,m[_+2]=le,m[_+3]=U},keySize:256/32});o.AES=a._createHelper(B)}(),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],g=[{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 A=this._key,B=A.words,m=[],_=0;_<56;_++){var E=c[_]-1;m[_]=B[E>>>5]>>>31-E%32&1}for(var x=this._subKeys=[],V=0;V<16;V++){for(var S=x[V]=[],T=u[V],_=0;_<24;_++)S[_/6|0]|=m[(d[_]-1+T)%28]<<31-_%6,S[4+(_/6|0)]|=m[28+(d[_+24]-1+T)%28]<<31-_%6;S[0]=S[0]<<1|S[0]>>>31;for(var _=1;_<7;_++)S[_]=S[_]>>>(_-1)*4+3;S[7]=S[7]<<5|S[7]>>>27}for(var P=this._invSubKeys=[],_=0;_<16;_++)P[_]=x[15-_]},encryptBlock:function(A,B){this._doCryptBlock(A,B,this._subKeys)},decryptBlock:function(A,B){this._doCryptBlock(A,B,this._invSubKeys)},_doCryptBlock:function(A,B,m){this._lBlock=A[B],this._rBlock=A[B+1],$.call(this,4,252645135),$.call(this,16,65535),N.call(this,2,858993459),N.call(this,8,16711935),$.call(this,1,1431655765);for(var _=0;_<16;_++){for(var E=m[_],x=this._lBlock,V=this._rBlock,S=0,T=0;T<8;T++)S|=g[T][((V^E[T])&f[T])>>>0];this._lBlock=V,this._rBlock=x^S}var P=this._lBlock;this._lBlock=this._rBlock,this._rBlock=P,$.call(this,1,1431655765),N.call(this,8,16711935),N.call(this,2,858993459),$.call(this,16,65535),$.call(this,4,252645135),A[B]=this._lBlock,A[B+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function $(A,B){var m=(this._lBlock>>>A^this._rBlock)&B;this._rBlock^=m,this._lBlock^=m<>>A^this._lBlock)&B;this._lBlock^=m,this._rBlock^=m<192.");var m=B.slice(0,2),_=B.length<4?B.slice(0,2):B.slice(2,4),E=B.length<6?B.slice(0,2):B.slice(4,6);this._des1=v.createEncryptor(a.create(m)),this._des2=v.createEncryptor(a.create(_)),this._des3=v.createEncryptor(a.create(E))},encryptBlock:function(A,B){this._des1.encryptBlock(A,B),this._des2.decryptBlock(A,B),this._des3.encryptBlock(A,B)},decryptBlock:function(A,B){this._des3.decryptBlock(A,B),this._des2.encryptBlock(A,B),this._des1.decryptBlock(A,B)},keySize:192/32,ivSize:64/32,blockSize:64/32});o.TripleDES=r._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,r=o.algo,l=r.RC4=a.extend({_doReset:function(){for(var u=this._key,g=u.words,f=u.sigBytes,v=this._S=[],$=0;$<256;$++)v[$]=$;for(var $=0,N=0;$<256;$++){var b=$%f,A=g[b>>>2]>>>24-b%4*8&255;N=(N+v[$]+A)%256;var B=v[$];v[$]=v[N],v[N]=B}this._i=this._j=0},_doProcessBlock:function(u,g){u[g]^=c.call(this)},keySize:256/32,ivSize:0});function c(){for(var u=this._S,g=this._i,f=this._j,v=0,$=0;$<4;$++){g=(g+1)%256,f=(f+u[g])%256;var N=u[g];u[g]=u[f],u[f]=N,v|=u[(u[g]+u[f])%256]<<24-$*8}return this._i=g,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,$=0;$<4;$++)f[$]=(f[$]<<8|f[$]>>>24)&16711935|(f[$]<<24|f[$]>>>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],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 $=0;$<4;$++)g.call(this);for(var $=0;$<8;$++)b[$]^=N[$+4&7];if(v){var A=v.words,B=A[0],m=A[1],_=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360,E=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360,x=_>>>16|E&4294901760,V=E<<16|_&65535;b[0]^=_,b[1]^=x,b[2]^=E,b[3]^=V,b[4]^=_,b[5]^=x,b[6]^=E,b[7]^=V;for(var $=0;$<4;$++)g.call(this)}},_doProcessBlock:function(f,v){var $=this._X;g.call(this),l[0]=$[0]^$[5]>>>16^$[3]<<16,l[1]=$[2]^$[7]>>>16^$[5]<<16,l[2]=$[4]^$[1]>>>16^$[7]<<16,l[3]=$[6]^$[3]>>>16^$[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 g(){for(var f=this._X,v=this._C,$=0;$<8;$++)c[$]=v[$];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 $=0;$<8;$++){var N=f[$]+v[$],b=N&65535,A=N>>>16,B=((b*b>>>17)+b*A>>>15)+A*A,m=((N&4294901760)*N|0)+((N&65535)*N|0);d[$]=B^m}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,$=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 b=0;b<4;b++)g.call(this);for(var b=0;b<8;b++)N[b]^=$[b+4&7];if(v){var A=v.words,B=A[0],m=A[1],_=(B<<8|B>>>24)&16711935|(B<<24|B>>>8)&4278255360,E=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360,x=_>>>16|E&4294901760,V=E<<16|_&65535;N[0]^=_,N[1]^=x,N[2]^=E,N[3]^=V,N[4]^=_,N[5]^=x,N[6]^=E,N[7]^=V;for(var b=0;b<4;b++)g.call(this)}},_doProcessBlock:function(f,v){var $=this._X;g.call(this),l[0]=$[0]^$[5]>>>16^$[3]<<16,l[1]=$[2]^$[7]>>>16^$[5]<<16,l[2]=$[4]^$[1]>>>16^$[7]<<16,l[3]=$[6]^$[3]>>>16^$[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 g(){for(var f=this._X,v=this._C,$=0;$<8;$++)c[$]=v[$];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 $=0;$<8;$++){var N=f[$]+v[$],b=N&65535,A=N>>>16,B=((b*b>>>17)+b*A>>>15)+A*A,m=((N&4294901760)*N|0)+((N&65535)*N|0);d[$]=B^m}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 g(b,A){let B=A>>24&255,m=A>>16&255,_=A>>8&255,E=A&255,x=b.sbox[0][B]+b.sbox[1][m];return x=x^b.sbox[2][_],x=x+b.sbox[3][E],x}function f(b,A,B){let m=A,_=B,E;for(let x=0;x1;--x)m=m^b.pbox[x],_=g(b,m)^_,E=m,m=_,_=E;return E=m,m=_,_=E,_=_^b.pbox[1],m=m^b.pbox[0],{left:m,right:_}}function $(b,A,B){for(let V=0;V<4;V++){b.sbox[V]=[];for(let S=0;S<256;S++)b.sbox[V][S]=d[V][S]}let m=0;for(let V=0;V=B&&(m=0);let _=0,E=0,x=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.13.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=>{isNotObjectOrIsArray(o[a])||isNotObjectOrIsArray(s[a])?s[a]=o[a]:n.push({src:o[a],des:s[a]})})}}/*! - * message-compiler v9.13.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){const o={start:e,end:t};return n!=null&&(o.source=n),o}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),g=()=>n,f=()=>o,v=()=>s,$=()=>a,N=V=>r(V)||c(V)||d(V)?CHAR_LF:t[V],b=()=>N(n),A=()=>N(n+a);function B(){return a=0,u(n)&&(o++,s=0),r(n)&&n++,n++,s++,t[n]}function m(){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 x(){const V=n+a;for(;V!==n;)B();a=0}return{index:g,line:f,column:v,peekOffset:$,charAt:N,currentChar:b,currentPeek:A,next:B,peek:m,reset:_,resetPeek:E,skipToPeek:x}}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 g(k,y,D,...L){const X=d();if(y.column+=D,y.offset+=D,u){const K=n?createLocation(X.startLoc,y):null,I=createCompileError(k,K,{domain:ERROR_DOMAIN$3,args:L});u(I)}}function f(k,y,D){k.endLoc=a(),k.currentType=y;const L={type:y};return n&&(L.loc=createLocation(k.startLoc,k.endLoc)),D!=null&&(L.value=D),L}const v=k=>f(k,14);function $(k,y){return k.currentChar()===y?(k.next(),y):(g(CompileErrorCodes.EXPECTED_TOKEN,a(),0,y),"")}function N(k){let y="";for(;k.currentPeek()===CHAR_SP||k.currentPeek()===CHAR_LF;)y+=k.currentPeek(),k.peek();return y}function b(k){const y=N(k);return k.skipToPeek(),y}function A(k){if(k===EOF)return!1;const y=k.charCodeAt(0);return y>=97&&y<=122||y>=65&&y<=90||y===95}function B(k){if(k===EOF)return!1;const y=k.charCodeAt(0);return y>=48&&y<=57}function m(k,y){const{currentType:D}=y;if(D!==2)return!1;N(k);const L=A(k.currentPeek());return k.resetPeek(),L}function _(k,y){const{currentType:D}=y;if(D!==2)return!1;N(k);const L=k.currentPeek()==="-"?k.peek():k.currentPeek(),X=B(L);return k.resetPeek(),X}function E(k,y){const{currentType:D}=y;if(D!==2)return!1;N(k);const L=k.currentPeek()===LITERAL_DELIMITER;return k.resetPeek(),L}function x(k,y){const{currentType:D}=y;if(D!==8)return!1;N(k);const L=k.currentPeek()===".";return k.resetPeek(),L}function V(k,y){const{currentType:D}=y;if(D!==9)return!1;N(k);const L=A(k.currentPeek());return k.resetPeek(),L}function S(k,y){const{currentType:D}=y;if(!(D===8||D===12))return!1;N(k);const L=k.currentPeek()===":";return k.resetPeek(),L}function T(k,y){const{currentType:D}=y;if(D!==10)return!1;const L=()=>{const K=k.currentPeek();return K==="{"?A(k.peek()):K==="@"||K==="%"||K==="|"||K===":"||K==="."||K===CHAR_SP||!K?!1:K===CHAR_LF?(k.peek(),L()):O(k,!1)},X=L();return k.resetPeek(),X}function P(k){N(k);const y=k.currentPeek()==="|";return k.resetPeek(),y}function M(k){const y=N(k),D=k.currentPeek()==="%"&&k.peek()==="{";return k.resetPeek(),{isModulo:D,hasSpace:y.length>0}}function O(k,y=!0){const D=(X=!1,K="",I=!1)=>{const R=k.currentPeek();return R==="{"?K==="%"?!1:X:R==="@"||!R?K==="%"?!0:X:R==="%"?(k.peek(),D(X,"%",!0)):R==="|"?K==="%"||I?!0:!(K===CHAR_SP||K===CHAR_LF):R===CHAR_SP?(k.peek(),D(!0,CHAR_SP,I)):R===CHAR_LF?(k.peek(),D(!0,CHAR_LF,I)):!0},L=D();return y&&k.resetPeek(),L}function H(k,y){const D=k.currentChar();return D===EOF?EOF:y(D)?(k.next(),D):null}function Z(k){const y=k.charCodeAt(0);return y>=97&&y<=122||y>=65&&y<=90||y>=48&&y<=57||y===95||y===36}function te(k){return H(k,Z)}function Q(k){const y=k.charCodeAt(0);return y>=97&&y<=122||y>=65&&y<=90||y>=48&&y<=57||y===95||y===36||y===45}function oe(k){return H(k,Q)}function ee(k){const y=k.charCodeAt(0);return y>=48&&y<=57}function re(k){return H(k,ee)}function le(k){const y=k.charCodeAt(0);return y>=48&&y<=57||y>=65&&y<=70||y>=97&&y<=102}function U(k){return H(k,le)}function q(k){let y="",D="";for(;y=re(k);)D+=y;return D}function G(k){b(k);const y=k.currentChar();return y!=="%"&&g(CompileErrorCodes.EXPECTED_TOKEN,a(),0,y),k.next(),"%"}function z(k){let y="";for(;;){const D=k.currentChar();if(D==="{"||D==="}"||D==="@"||D==="|"||!D)break;if(D==="%")if(O(k))y+=D,k.next();else break;else if(D===CHAR_SP||D===CHAR_LF)if(O(k))y+=D,k.next();else{if(P(k))break;y+=D,k.next()}else y+=D,k.next()}return y}function ce(k){b(k);let y="",D="";for(;y=oe(k);)D+=y;return k.currentChar()===EOF&&g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),D}function ae(k){b(k);let y="";return k.currentChar()==="-"?(k.next(),y+=`-${q(k)}`):y+=q(k),k.currentChar()===EOF&&g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),y}function ue(k){return k!==LITERAL_DELIMITER&&k!==CHAR_LF}function ie(k){b(k),$(k,"'");let y="",D="";for(;y=H(k,ue);)y==="\\"?D+=_e(k):D+=y;const L=k.currentChar();return L===CHAR_LF||L===EOF?(g(CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,a(),0),L===CHAR_LF&&(k.next(),$(k,"'")),D):($(k,"'"),D)}function _e(k){const y=k.currentChar();switch(y){case"\\":case"'":return k.next(),`\\${y}`;case"u":return he(k,y,4);case"U":return he(k,y,6);default:return g(CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE,a(),0,y),""}}function he(k,y,D){$(k,y);let L="";for(let X=0;X{const L=k.currentChar();return L==="{"||L==="%"||L==="@"||L==="|"||L==="("||L===")"||!L||L===CHAR_SP?D:(D+=L,k.next(),y(D))};return y("")}function F(k){b(k);const y=$(k,"|");return b(k),y}function j(k,y){let D=null;switch(k.currentChar()){case"{":return y.braceNest>=1&&g(CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER,a(),0),k.next(),D=f(y,2,"{"),b(k),y.braceNest++,D;case"}":return y.braceNest>0&&y.currentType===2&&g(CompileErrorCodes.EMPTY_PLACEHOLDER,a(),0),k.next(),D=f(y,3,"}"),y.braceNest--,y.braceNest>0&&b(k),y.inLinked&&y.braceNest===0&&(y.inLinked=!1),D;case"@":return y.braceNest>0&&g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),D=W(k,y)||v(y),y.braceNest=0,D;default:{let X=!0,K=!0,I=!0;if(P(k))return y.braceNest>0&&g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),D=f(y,1,F(k)),y.braceNest=0,y.inLinked=!1,D;if(y.braceNest>0&&(y.currentType===5||y.currentType===6||y.currentType===7))return g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),y.braceNest=0,Y(k,y);if(X=m(k,y))return D=f(y,5,ce(k)),b(k),D;if(K=_(k,y))return D=f(y,6,ae(k)),b(k),D;if(I=E(k,y))return D=f(y,7,ie(k)),b(k),D;if(!X&&!K&&!I)return D=f(y,13,me(k)),g(CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER,a(),0,D.value),b(k),D;break}}return D}function W(k,y){const{currentType:D}=y;let L=null;const X=k.currentChar();switch((D===8||D===9||D===12||D===10)&&(X===CHAR_LF||X===CHAR_SP)&&g(CompileErrorCodes.INVALID_LINKED_FORMAT,a(),0),X){case"@":return k.next(),L=f(y,8,"@"),y.inLinked=!0,L;case".":return b(k),k.next(),f(y,9,".");case":":return b(k),k.next(),f(y,10,":");default:return P(k)?(L=f(y,1,F(k)),y.braceNest=0,y.inLinked=!1,L):x(k,y)||S(k,y)?(b(k),W(k,y)):V(k,y)?(b(k),f(y,12,w(k))):T(k,y)?(b(k),X==="{"?j(k,y)||L:f(y,11,C(k))):(D===8&&g(CompileErrorCodes.INVALID_LINKED_FORMAT,a(),0),y.braceNest=0,y.inLinked=!1,Y(k,y))}}function Y(k,y){let D={type:14};if(y.braceNest>0)return j(k,y)||v(y);if(y.inLinked)return W(k,y)||v(y);switch(k.currentChar()){case"{":return j(k,y)||v(y);case"}":return g(CompileErrorCodes.UNBALANCED_CLOSING_BRACE,a(),0),k.next(),f(y,3,"}");case"@":return W(k,y)||v(y);default:{if(P(k))return D=f(y,1,F(k)),y.braceNest=0,y.inLinked=!1,D;const{isModulo:X,hasSpace:K}=M(k);if(X)return K?f(y,0,z(k)):f(y,4,G(k));if(O(k))return f(y,0,z(k));break}}return D}function J(){const{currentType:k,offset:y,startLoc:D,endLoc:L}=c;return c.lastType=k,c.lastOffset=y,c.lastStartLoc=D,c.lastEndLoc=L,c.offset=s(),c.startLoc=a(),o.currentChar()===EOF?f(c,14):Y(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(m,_,E,x,...V){const S=m.currentPosition();if(S.offset+=x,S.column+=x,n){const T=t?createLocation(E,S):null,P=createCompileError(_,T,{domain:ERROR_DOMAIN$2,args:V});n(P)}}function a(m,_,E,x,...V){const S=m.currentPosition();if(S.offset+=x,S.column+=x,o){const T=t?createLocation(E,S):null;o(createCompileWarn(_,T,V))}}function r(m,_,E){const x={type:m};return t&&(x.start=_,x.end=_,x.loc={start:E,end:E}),x}function l(m,_,E,x){x&&(m.type=x),t&&(m.end=_,m.loc&&(m.loc.end=E))}function c(m,_){const E=m.context(),x=r(3,E.offset,E.startLoc);return x.value=_,l(x,m.currentOffset(),m.currentPosition()),x}function d(m,_){const E=m.context(),{lastOffset:x,lastStartLoc:V}=E,S=r(5,x,V);return S.index=parseInt(_,10),m.nextToken(),l(S,m.currentOffset(),m.currentPosition()),S}function u(m,_,E){const x=m.context(),{lastOffset:V,lastStartLoc:S}=x,T=r(4,V,S);return T.key=_,E===!0&&(T.modulo=!0),m.nextToken(),l(T,m.currentOffset(),m.currentPosition()),T}function g(m,_){const E=m.context(),{lastOffset:x,lastStartLoc:V}=E,S=r(9,x,V);return S.value=_.replace(KNOWN_ESCAPES,fromEscapeSequence),m.nextToken(),l(S,m.currentOffset(),m.currentPosition()),S}function f(m){const _=m.nextToken(),E=m.context(),{lastOffset:x,lastStartLoc:V}=E,S=r(8,x,V);return _.type!==12?(s(m,CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_MODIFIER,E.lastStartLoc,0),S.value="",l(S,x,V),{nextConsumeToken:_,node:S}):(_.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,E.lastStartLoc,0,getTokenCaption(_)),S.value=_.value||"",l(S,m.currentOffset(),m.currentPosition()),{node:S})}function v(m,_){const E=m.context(),x=r(7,E.offset,E.startLoc);return x.value=_,l(x,m.currentOffset(),m.currentPosition()),x}function $(m){const _=m.context(),E=r(6,_.offset,_.startLoc);let x=m.nextToken();if(x.type===9){const V=f(m);E.modifier=V.node,x=V.nextConsumeToken||m.nextToken()}switch(x.type!==10&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(x)),x=m.nextToken(),x.type===2&&(x=m.nextToken()),x.type){case 11:x.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(x)),E.key=v(m,x.value||"");break;case 5:x.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(x)),E.key=u(m,x.value||"");break;case 6:x.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(x)),E.key=d(m,x.value||"");break;case 7:x.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(x)),E.key=g(m,x.value||"");break;default:{s(m,CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_KEY,_.lastStartLoc,0);const V=m.context(),S=r(7,V.offset,V.startLoc);return S.value="",l(S,V.offset,V.startLoc),E.key=S,l(E,V.offset,V.startLoc),{nextConsumeToken:x,node:E}}}return l(E,m.currentOffset(),m.currentPosition()),{node:E}}function N(m){const _=m.context(),E=_.currentType===1?m.currentOffset():_.offset,x=_.currentType===1?_.endLoc:_.startLoc,V=r(2,E,x);V.items=[];let S=null,T=null;do{const O=S||m.nextToken();switch(S=null,O.type){case 0:O.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(O)),V.items.push(c(m,O.value||""));break;case 6:O.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(O)),V.items.push(d(m,O.value||""));break;case 4:T=!0;break;case 5:O.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(O)),V.items.push(u(m,O.value||"",!!T)),T&&(a(m,CompileWarnCodes.USE_MODULO_SYNTAX,_.lastStartLoc,0,getTokenCaption(O)),T=null);break;case 7:O.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(O)),V.items.push(g(m,O.value||""));break;case 8:{const H=$(m);V.items.push(H.node),S=H.nextConsumeToken||null;break}}}while(_.currentType!==14&&_.currentType!==1);const P=_.currentType===1?_.lastOffset:m.currentOffset(),M=_.currentType===1?_.lastEndLoc:m.currentPosition();return l(V,P,M),V}function b(m,_,E,x){const V=m.context();let S=x.items.length===0;const T=r(1,_,E);T.cases=[],T.cases.push(x);do{const P=N(m);S||(S=P.items.length===0),T.cases.push(P)}while(V.currentType!==14);return S&&s(m,CompileErrorCodes.MUST_HAVE_MESSAGES_IN_PLURAL,E,0),l(T,m.currentOffset(),m.currentPosition()),T}function A(m){const _=m.context(),{offset:E,startLoc:x}=_,V=N(m);return _.currentType===14?V:b(m,E,x,V)}function B(m){const _=createTokenizer(m,assign({},e)),E=_.context(),x=r(0,E.offset,E.startLoc);return t&&x.loc&&(x.loc.source=m),x.body=A(_),e.onCacheKey&&(x.cacheKey=e.onCacheKey(m)),E.currentType!==14&&s(_,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,E.lastStartLoc,0,m[E.offset]||""),l(x,_.currentOffset(),_.currentPosition()),x}return{parse:B}}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(b,A){l.code+=b}function u(b,A=!0){const B=A?s:"";d(a?B+" ".repeat(b):B)}function g(b=!0){const A=++l.indentLevel;b&&u(A)}function f(b=!0){const A=--l.indentLevel;b&&u(A)}function v(){u(l.indentLevel)}return{context:c,push:d,indent:g,deindent:f,newline:v,helper:b=>`_${b}`,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(g=>`${g}: _${g}`),", ")} } = 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.13.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,g;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 $=e[n+1];if(o===5&&$==="'"||o===6&&$==='"')return n++,l="\\"+$,f[0](),!0}for(;o!==null;)if(n++,a=e[n],!(a==="\\"&&v())){if(c=getPathCharType(a),g=pathStateMachine[o],d=g[c]||g.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=A=>A[o(n,A.length,s)],r=e.list||[],l=A=>r[A],c=e.named||{};isNumber(e.pluralIndex)&&normalizeNamed(n,c);const d=A=>c[A];function u(A){const B=isFunction(e.messages)?e.messages(A):isObject$1(e.messages)?e.messages[A]:!1;return B||(e.parent?e.parent.message(A):DEFAULT_MESSAGE)}const g=A=>e.modifiers?e.modifiers[A]: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,$=isPlainObject(e.processor)&&isString$1(e.processor.type)?e.processor.type:DEFAULT_MESSAGE_DATA_TYPE,b={list:l,named:d,plural:a,linked:(A,...B)=>{const[m,_]=B;let E="text",x="";B.length===1?isObject$1(m)?(x=m.modifier||x,E=m.type||E):isString$1(m)&&(x=m||x):B.length===2&&(isString$1(m)&&(x=m||x),isString$1(_)&&(E=_||E));const V=u(A)(b),S=E==="vnode"&&isArray(V)&&x?V[0]:V;return x?g(x)(S,E):S},message:u,type:$,interpolate:v,normalize:f,values:assign$1({},r,c)};return b}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||{},g=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,$=!!e.fallbackFormat,N=!!e.unresolving,b=isFunction(e.postTranslation)?e.postTranslation:null,A=isPlainObject(e.processor)?e.processor:null,B=isBoolean(e.warnHtmlMessage)?e.warnHtmlMessage:!0,m=!!e.escapeParameter,_=isFunction(e.messageCompiler)?e.messageCompiler:_compiler,E=isFunction(e.messageResolver)?e.messageResolver:_resolver||resolveWithKeyValue,x=isFunction(e.localeFallbacker)?e.localeFallbacker:_fallbacker||fallbackWithSimple,V=isObject$1(e.fallbackContext)?e.fallbackContext:void 0,S=e,T=isObject$1(S.__datetimeFormatters)?S.__datetimeFormatters:new Map,P=isObject$1(S.__numberFormatters)?S.__numberFormatters:new Map,M=isObject$1(S.__meta)?S.__meta:{};_cid++;const O={version:n,cid:_cid,locale:o,fallbackLocale:a,messages:r,modifiers:d,pluralRules:u,missing:g,missingWarn:f,fallbackWarn:v,fallbackFormat:$,unresolving:N,postTranslation:b,processor:A,warnHtmlMessage:B,escapeParameter:m,messageCompiler:_,messageResolver:E,localeFallbacker:x,fallbackContext:V,onWarn:t,__meta:M};return O.datetimeFormats=l,O.numberFormats=c,O.__datetimeFormatters=T,O.__numberFormatters=P,__INTLIFY_PROD_DEVTOOLS__&&initI18nDevTools(O,n,M),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,g=isBoolean(d.fallbackWarn)?d.fallbackWarn:e.fallbackWarn,f=isBoolean(d.escapeParameter)?d.escapeParameter:e.escapeParameter,v=!!d.resolvedMessage,$=isString$1(d.default)||isBoolean(d.default)?isBoolean(d.default)?a?c:()=>c:d.default:n?a?c:()=>c:"",N=n||$!=="",b=getLocale(e,d);f&&escapeParams(d);let[A,B,m]=v?[c,b,l[b]||{}]:resolveMessageFormat(e,c,b,r,g,u),_=A,E=c;if(!v&&!(isString$1(_)||isMessageAST(_)||isMessageFunction(_))&&N&&(_=$,E=_),!v&&(!(isString$1(_)||isMessageAST(_)||isMessageFunction(_))||!isString$1(B)))return s?NOT_REOSLVED:c;let x=!1;const V=()=>{x=!0},S=isMessageFunction(_)?_:compileMessageFormat(e,c,B,_,E,V);if(x)return _;const T=getMessageContextOptions(e,B,m,d),P=createMessageContext(T),M=evaluateMessage(e,S,P),O=o?o(M,c):M;if(__INTLIFY_PROD_DEVTOOLS__){const H={timestamp:Date.now(),key:isString$1(c)?c:isMessageFunction(_)?_.key:"",locale:B||(isMessageFunction(_)?_.locale:""),format:isString$1(_)?_:isMessageFunction(_)?_.source:"",message:O};H.meta=assign$1({},e.__meta,getAdditionalMeta()||{}),translateDevTools(H)}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 g={},f,v=null;const $="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 $=r(n,v);if($==null&&u){const[,,N]=resolveMessageFormat(u,v,t,l,c,d);$=r(N,v)}if(isString$1($)||isMessageAST($)){let N=!1;const A=compileMessageFormat(e,v,t,$,v,()=>{N=!0});return N?NOOP_MESSAGE_FUNCTION:A}else return isMessageFunction($)?$: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,g]=parseDateTimeArgs(...t),f=isBoolean(u.missingWarn)?u.missingWarn:e.missingWarn;isBoolean(u.fallbackWarn)?u.fallbackWarn:e.fallbackWarn;const v=!!u.part,$=getLocale(e,u),N=r(e,s,$);if(!isString$1(c)||c==="")return new Intl.DateTimeFormat($,g).format(d);let b={},A,B=null;const m="datetime format";for(let x=0;x{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,g]=parseNumberArgs(...t),f=isBoolean(u.missingWarn)?u.missingWarn:e.missingWarn;isBoolean(u.fallbackWarn)?u.fallbackWarn:e.fallbackWarn;const v=!!u.part,$=getLocale(e,u),N=r(e,s,$);if(!isString$1(c)||c==="")return new Intl.NumberFormat($,g).format(d);let b={},A,B=null;const m="number format";for(let x=0;x{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.13.1 - * (c) 2024 kazuya kawaguchi - * Released under the MIT License. - */const VERSION="9.13.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),g=r(getLocaleMessages(d.value,e)),f=r(isPlainObject(e.datetimeFormats)?e.datetimeFormats:{[d.value]:{}}),v=r(isPlainObject(e.numberFormats)?e.numberFormats:{[d.value]:{}});let $=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,b=n?n.fallbackRoot:isBoolean(e.fallbackRoot)?e.fallbackRoot:!0,A=!!e.fallbackFormat,B=isFunction(e.missing)?e.missing:null,m=isFunction(e.missing)?defineCoreMissingHandler(e.missing):null,_=isFunction(e.postTranslation)?e.postTranslation:null,E=n?n.warnHtmlMessage:isBoolean(e.warnHtmlMessage)?e.warnHtmlMessage:!0,x=!!e.escapeParameter;const V=n?n.modifiers:isPlainObject(e.modifiers)?e.modifiers:{};let S=e.pluralRules||n&&n.pluralRules,T;T=(()=>{s&&setFallbackContext(null);const I={version:VERSION,locale:d.value,fallbackLocale:u.value,messages:g.value,modifiers:V,pluralRules:S,missing:m===null?void 0:m,missingWarn:$,fallbackWarn:N,fallbackFormat:A,unresolving:!0,postTranslation:_===null?void 0:_,warnHtmlMessage:E,escapeParameter:x,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};I.datetimeFormats=f.value,I.numberFormats=v.value,I.__datetimeFormatters=isPlainObject(T)?T.__datetimeFormatters:void 0,I.__numberFormatters=isPlainObject(T)?T.__numberFormatters:void 0;const R=createCoreContext(I);return s&&setFallbackContext(R),R})(),updateFallbackLocale(T,d.value,u.value);function M(){return[d.value,u.value,g.value,f.value,v.value]}const O=computed({get:()=>d.value,set:I=>{d.value=I,T.locale=d.value}}),H=computed({get:()=>u.value,set:I=>{u.value=I,T.fallbackLocale=u.value,updateFallbackLocale(T,d.value,I)}}),Z=computed(()=>g.value),te=computed(()=>f.value),Q=computed(()=>v.value);function oe(){return isFunction(_)?_:null}function ee(I){_=I,T.postTranslation=I}function re(){return B}function le(I){I!==null&&(m=defineCoreMissingHandler(I)),B=I,T.missing=m}const U=(I,R,ne,se,de,fe)=>{M();let pe;try{__INTLIFY_PROD_DEVTOOLS__,s||(T.fallbackContext=n?getFallbackContext():void 0),pe=I(T)}finally{__INTLIFY_PROD_DEVTOOLS__,s||(T.fallbackContext=void 0)}if(ne!=="translate exists"&&isNumber(pe)&&pe===NOT_REOSLVED||ne==="translate exists"&&!pe){const[ye,$e]=R();return n&&b?se(n):de(ye)}else{if(fe(pe))return pe;throw createI18nError(I18nErrorCodes.UNEXPECTED_RETURN_TYPE)}};function q(...I){return U(R=>Reflect.apply(translate,null,[R,...I]),()=>parseTranslateArgs(...I),"translate",R=>Reflect.apply(R.t,R,[...I]),R=>R,R=>isString$1(R))}function G(...I){const[R,ne,se]=I;if(se&&!isObject$1(se))throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);return q(R,ne,assign$1({resolvedMessage:!0},se||{}))}function z(...I){return U(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 U(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 ae(I){return I.map(R=>isString$1(R)||isNumber(R)||isBoolean(R)?createTextNode(String(R)):R)}const ie={normalize:ae,interpolate:I=>I,type:"vnode"};function _e(...I){return U(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 he(...I){return U(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 ve(...I){return U(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 me(I){S=I,T.pluralRules=S}function w(I,R){return U(()=>{if(!I)return!1;const ne=isString$1(R)?R:d.value,se=j(ne),de=T.messageResolver(se,I);return l?de!=null:isMessageAST(de)||isMessageFunction(de)||isString$1(de)},()=>[I],"translate exists",ne=>Reflect.apply(ne.te,ne,[I,R]),NOOP_RETURN_FALSE,ne=>isBoolean(ne))}function C(I){let R=null;const ne=fallbackWithLocaleChain(T,u.value,d.value);for(let se=0;se{c&&(d.value=I,T.locale=I,updateFallbackLocale(T,d.value,u.value))}),watch(n.fallbackLocale,I=>{c&&(u.value=I,T.fallbackLocale=I,updateFallbackLocale(T,d.value,u.value))}));const K={id:composerID,locale:O,fallbackLocale:H,get inheritLocale(){return c},set inheritLocale(I){c=I,I&&n&&(d.value=n.locale.value,u.value=n.fallbackLocale.value,updateFallbackLocale(T,d.value,u.value))},get availableLocales(){return Object.keys(g.value).sort()},messages:Z,get modifiers(){return V},get pluralRules(){return S||{}},get isGlobal(){return s},get missingWarn(){return $},set missingWarn(I){$=I,T.missingWarn=$},get fallbackWarn(){return N},set fallbackWarn(I){N=I,T.fallbackWarn=N},get fallbackRoot(){return b},set fallbackRoot(I){b=I},get fallbackFormat(){return A},set fallbackFormat(I){A=I,T.fallbackFormat=A},get warnHtmlMessage(){return E},set warnHtmlMessage(I){E=I,T.warnHtmlMessage=I},get escapeParameter(){return x},set escapeParameter(I){x=I,T.escapeParameter=I},t:q,getLocaleMessage:j,setLocaleMessage:W,mergeLocaleMessage:Y,getPostTranslationHandler:oe,setPostTranslationHandler:ee,getMissingHandler:re,setMissingHandler:le,[SetPluralRulesSymbol]:me};return K.datetimeFormats=te,K.numberFormats=Q,K.rt=G,K.te=w,K.tm=F,K.d=z,K.n=ce,K.getDateTimeFormat=J,K.setDateTimeFormat=k,K.mergeDateTimeFormat=y,K.getNumberFormat=D,K.setNumberFormat=L,K.mergeNumberFormat=X,K[InejctWithOptionSymbol]=o,K[TranslateVNodeSymbol]=_e,K[DatetimePartsSymbol]=ve,K[NumberPartsSymbol]=he,K}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,g=isString$1(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,f=!!e.escapeParameterHtml,v=isBoolean(e.sync)?e.sync:!0;let $=e.messages;if(isPlainObject(e.sharedMessages)){const x=e.sharedMessages;$=Object.keys(x).reduce((S,T)=>{const P=S[T]||(S[T]={});return assign$1(P,x[T]),S},$||{})}const{__i18n:N,__root:b,__injectWithOption:A}=e,B=e.datetimeFormats,m=e.numberFormats,_=e.flatJson,E=e.translateExistCompatible;return{locale:t,fallbackLocale:n,messages:$,flatJson:_,datetimeFormats:B,numberFormats:m,missing:o,missingWarn:s,fallbackWarn:a,fallbackRoot:r,fallbackFormat:l,modifiers:c,pluralRules:d,postTranslation:u,warnHtmlMessage:g,escapeParameter:f,messageResolver:e.messageResolver,inheritLocale:v,translateExistCompatible:E,__i18n:N,__root:b,__injectWithOption:A}}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,g=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)&&(g=l),isArray(c)?u=c:isPlainObject(c)&&(g=c),Reflect.apply(n.t,n,[f,u||g||{},d])},rt(...a){return Reflect.apply(n.rt,n,[...a])},tc(...a){const[r,l,c]=a,d={plural:1};let u=null,g=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)&&(g=l),isString$1(c)?d.locale=c:isArray(c)?u=c:isPlainObject(c)&&(g=c),Reflect.apply(n.t,n,[f,u||g||{},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(g=>g!=="_"),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 $=s[f.type],N=$?$({[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),g=isString$1(e.tag)||isObject$1(e.tag)?e.tag:getFragmentableTag();return h(g,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.$),g=parseValue(d);return[Reflect.apply(u.t,u,[...makeParams(g)]),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 g(f){a.delete(f)}{const f={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},get allowComposition(){return s},async install(v,...$){if(v.__VUE_I18N_SYMBOL__=c,v.provide(v.__VUE_I18N_SYMBOL__,f),isPlainObject($[0])){const A=$[0];f.__composerExtend=A.__composerExtend,f.__vueI18nExtend=A.__vueI18nExtend}let N=null;!n&&o&&(N=injectGlobalFields(v,f.global)),__VUE_I18N_FULL_INSTALL__&&apply(v,f,...$),__VUE_I18N_LEGACY_API__&&n&&v.mixin(defineMixin(l,l.__composer,f));const b=v.unmount;v.unmount=()=>{N&&N(),f.dispose(),b()}},get global(){return l},dispose(){r.stop()},__instances:a,__getInstance:d,__setInstance:u,__deleteInstance:g};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]:{}}),g=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,$=s?n.fallbackRoot:isBoolean(o.fallbackRoot)?o.fallbackRoot:!0,N=!!o.fallbackFormat,b=isFunction(o.missing)?o.missing:null,A=isFunction(o.postTranslation)?o.postTranslation:null,B=s?n.warnHtmlMessage:isBoolean(o.warnHtmlMessage)?o.warnHtmlMessage:!0,m=!!o.escapeParameter,_=s?n.modifiers:isPlainObject(o.modifiers)?o.modifiers:{},E=o.pluralRules||s&&n.pluralRules;function x(){return[l.value,c.value,d.value,u.value,g.value]}const V=computed({get:()=>a.value?a.value.locale.value:l.value,set:C=>{a.value&&(a.value.locale.value=C),l.value=C}}),S=computed({get:()=>a.value?a.value.fallbackLocale.value:c.value,set:C=>{a.value&&(a.value.fallbackLocale.value=C),c.value=C}}),T=computed(()=>a.value?a.value.messages.value:d.value),P=computed(()=>u.value),M=computed(()=>g.value);function O(){return a.value?a.value.getPostTranslationHandler():A}function H(C){a.value&&a.value.setPostTranslationHandler(C)}function Z(){return a.value?a.value.getMissingHandler():b}function te(C){a.value&&a.value.setMissingHandler(C)}function Q(C){return x(),C()}function oe(...C){return a.value?Q(()=>Reflect.apply(a.value.t,null,[...C])):Q(()=>"")}function ee(...C){return a.value?Reflect.apply(a.value.rt,null,[...C]):""}function re(...C){return a.value?Q(()=>Reflect.apply(a.value.d,null,[...C])):Q(()=>"")}function le(...C){return a.value?Q(()=>Reflect.apply(a.value.n,null,[...C])):Q(()=>"")}function U(C){return a.value?a.value.tm(C):{}}function q(C,F){return a.value?a.value.te(C,F):!1}function G(C){return a.value?a.value.getLocaleMessage(C):{}}function z(C,F){a.value&&(a.value.setLocaleMessage(C,F),d.value[C]=F)}function ce(C,F){a.value&&a.value.mergeLocaleMessage(C,F)}function ae(C){return a.value?a.value.getDateTimeFormat(C):{}}function ue(C,F){a.value&&(a.value.setDateTimeFormat(C,F),u.value[C]=F)}function ie(C,F){a.value&&a.value.mergeDateTimeFormat(C,F)}function _e(C){return a.value?a.value.getNumberFormat(C):{}}function he(C,F){a.value&&(a.value.setNumberFormat(C,F),g.value[C]=F)}function ve(C,F){a.value&&a.value.mergeNumberFormat(C,F)}const me={get id(){return a.value?a.value.id:-1},locale:V,fallbackLocale:S,messages:T,datetimeFormats:P,numberFormats:M,get inheritLocale(){return a.value?a.value.inheritLocale:r},set inheritLocale(C){a.value&&(a.value.inheritLocale=C)},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(C){a.value&&(a.value.missingWarn=C)},get fallbackWarn(){return a.value?a.value.fallbackWarn:v},set fallbackWarn(C){a.value&&(a.value.missingWarn=C)},get fallbackRoot(){return a.value?a.value.fallbackRoot:$},set fallbackRoot(C){a.value&&(a.value.fallbackRoot=C)},get fallbackFormat(){return a.value?a.value.fallbackFormat:N},set fallbackFormat(C){a.value&&(a.value.fallbackFormat=C)},get warnHtmlMessage(){return a.value?a.value.warnHtmlMessage:B},set warnHtmlMessage(C){a.value&&(a.value.warnHtmlMessage=C)},get escapeParameter(){return a.value?a.value.escapeParameter:m},set escapeParameter(C){a.value&&(a.value.escapeParameter=C)},t:oe,getPostTranslationHandler:O,setPostTranslationHandler:H,getMissingHandler:Z,setMissingHandler:te,rt:ee,d:re,n:le,tm:U,te:q,getLocaleMessage:G,setLocaleMessage:z,mergeLocaleMessage:ce,getDateTimeFormat:ae,setDateTimeFormat:ue,mergeDateTimeFormat:ie,getNumberFormat:_e,setNumberFormat:he,mergeNumberFormat:ve};function w(C){C.locale.value=l.value,C.fallbackLocale.value=c.value,Object.keys(d.value).forEach(F=>{C.mergeLocaleMessage(F,d.value[F])}),Object.keys(u.value).forEach(F=>{C.mergeDateTimeFormat(F,u.value[F])}),Object.keys(g.value).forEach(F=>{C.mergeNumberFormat(F,g.value[F])}),C.escapeParameter=m,C.fallbackFormat=N,C.fallbackRoot=$,C.fallbackWarn=v,C.missingWarn=f,C.warnHtmlMessage=B}return onBeforeMount(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const C=a.value=e.proxy.$i18n.__composer;t==="global"?(l.value=C.locale.value,c.value=C.fallbackLocale.value,d.value=C.messages.value,u.value=C.datetimeFormats.value,g.value=C.numberFormats.value):s&&w(C)}),me}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 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=s=>{window.PegaCSWSS.DMMSessionID=s,console.log(`PegaUnifiedChatWidget onSessionInitialized=${s}`);const a=document.getElementById("pegaChatWidget");if(a&&(a.style.zIndex=1e3),sendClickStreamEvent(mainconfigTmp,"PageView","Chat",window.loadPage),mainconfigTmp.settings.pega_chat.DMMSecret!==""&&mainconfigTmp.userId!==-1){const r={authenticated:mainconfigTmp.userId!==-1,ContactID:window.PegaCSWSS.ContactID,AccountNumber:window.PegaCSWSS.AccountNumber,UserName:window.PegaCSWSS.UserName,UserID:window.PegaCSWSS.UserID},l=generateJWTKey({iss:s},mainconfigTmp.settings.pega_chat.DMMSecret),c=new XMLHttpRequest;c.open("POST",mainconfigTmp.settings.pega_chat.DMMPrivateURL,!0),c.setRequestHeader("Content-type","application/json;charset=UTF-8"),c.setRequestHeader("authorization",`Bearer ${l}`),c.send(JSON.stringify(r))}};const o=document.createElement("script");if(o.setAttribute("id",mainconfigTmp.settings.pega_chat.DMMID),o.setAttribute("src",mainconfigTmp.settings.pega_chat.DMMURL),o.onload=function(){setTimeout(()=>{const a=document.getElementById("pegaChatWidget");a&&(a.style.zIndex=1e3)},3e3)},document.head.appendChild(o),window.fireflyAPI={},mainconfigTmp.settings.pega_chat.CoBrowseServerURL!==""&&mainconfigTmp.settings.pega_chat.CoBrowseToken!==""){const s=document.createElement("script");s.type="text/javascript",window.fireflyAPI.token=mainconfigTmp.settings.pega_chat.CoBrowseToken,window.fireflyAPI.serverHostUrl=mainconfigTmp.settings.pega_chat.CoBrowseServerURL,s.src=`${mainconfigTmp.settings.pega_chat.CoBrowseServerURL}/cobrowse/loadScripts`,s.async=!0,document.head.appendChild(s)}}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=new XMLHttpRequest;r.open("POST",mainconfig.settings.pega_chat.DMMPrivateURL,!0),r.setRequestHeader("Content-type","application/json;charset=UTF-8"),r.setRequestHeader("authorization",`Bearer ${a}`),r.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$13=["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$13)])}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$12={class:"panel background-brand"},_hoisted_2$X=["src"];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$12,[createBaseVNode("header",null,[createBaseVNode("img",{class:"logo",src:"./img/u+-logo.svg",alt:"U+"},null,8,_hoisted_2$X)]),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=new XMLHttpRequest;o.open("POST",mainconfig.settings.pega_chat.DMMPrivateURL,!0),o.setRequestHeader("Content-type","application/json;charset=UTF-8"),o.setRequestHeader("authorization",`Bearer ${n}`),o.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$11={class:"flex flex-mid-align user-area"},_hoisted_2$W={key:0,class:"flex flex-col margin-r-2x"},_hoisted_3$N={key:0},_hoisted_4$J={key:1},_hoisted_5$D=["src"];function _sfc_render$13(e,t,n,o,s,a){const r=resolveDirective("clickoutside");return openBlock(),createElementBlock("div",_hoisted_1$11,[a.isNamePresent?(openBlock(),createElementBlock("div",_hoisted_2$W,[e.settings.users[e.userId]?(openBlock(),createElementBlock("span",_hoisted_3$N,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$J,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$D)):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 g=await fetch(c,d);if(g.ok){const f=await g.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},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$10={class:"login"},_hoisted_2$V={key:0,class:"field flex flex-col username"},_hoisted_3$M={class:"required",for:"username"},_hoisted_4$I={key:1,class:"field flex flex-col password"},_hoisted_5$C={class:"required",for:"password"},_hoisted_6$z={key:2,class:"field flex flex-col"},_hoisted_7$y={for:"otp"},_hoisted_8$s={key:5,class:"error"},_hoisted_9$q={key:6,class:"error"},_hoisted_10$m={key:7,class:"error"};function _sfc_render$12(e,t,n,o,s,a){const r=resolveDirective("clickoutside");return openBlock(),createElementBlock("div",_hoisted_1$10,[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$V,[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$M,toDisplayString$1(e.$t("message.username")),1)])),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_4$I,[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$C,toDisplayString$1(e.$t("message.password")),1)])),s.isOTP?(openBlock(),createElementBlock("div",_hoisted_6$z,[createBaseVNode("label",_hoisted_7$y,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$s,toDisplayString$1(e.$t("message.invalidLogin")),1)):createCommentVNode("",!0),s.isOTPInvalid?(openBlock(),createElementBlock("span",_hoisted_9$q,toDisplayString$1(e.$t("message.invalidOTP")),1)):createCommentVNode("",!0),s.OTPRequestFailed?(openBlock(),createElementBlock("span",_hoisted_10$m,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$$=createBaseVNode("i",{class:"pi pi-bars"},null,-1),_hoisted_2$U=[_hoisted_1$$],_hoisted_3$L={class:"logo-link"},_hoisted_4$H=["src"];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"},_hoisted_2$U),createBaseVNode("a",_hoisted_3$L,[createBaseVNode("img",{onClick:t[1]||(t[1]=(...c)=>a.goToHome&&a.goToHome(...c)),class:"logo",src:"./img/u+-logo.svg",alt:"U+"},null,8,_hoisted_4$H)]),(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$_={key:0,class:"flex home-promo secondary-card"},_hoisted_2$T={class:"details"},_hoisted_3$K={key:1,class:"flex home-promo secondary-card loading-container",style:{"min-height":"300px"}},_hoisted_4$G=createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1),_hoisted_5$B=[_hoisted_4$G],_hoisted_6$y={key:2,class:"width-100-pct"},_hoisted_7$x=["data-offer-index"],_hoisted_8$r=["src","alt"],_hoisted_9$p={class:"details"},_hoisted_10$l=["href","title"],_hoisted_11$l=["href","title"],_hoisted_12$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$_,[createBaseVNode("div",{class:"image",style:normalizeStyle({backgroundImage:"url(./img/"+e.app.phone.home_page.promo.image+")"})},null,4),createBaseVNode("div",_hoisted_2$T,[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$K,_hoisted_5$B)):(openBlock(),createElementBlock("div",_hoisted_6$y,[(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_8$r),createBaseVNode("div",_hoisted_9$p,[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_10$l)):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_11$l)):(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_12$k))])],8,_hoisted_7$x)]))),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$Z=["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$Z)}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$Y={class:"wrap flex"},_hoisted_2$S={class:"flex"},_hoisted_3$J={key:0},_hoisted_4$F={key:1},_hoisted_5$A={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$Y,[createBaseVNode("nav",null,[createBaseVNode("div",_hoisted_2$S,[createBaseVNode("a",null,toDisplayString$1(e.$t("message.aboutus")),1),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("a",_hoisted_3$J,toDisplayString$1(e.$t("message.reviews")),1)),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("a",_hoisted_4$F,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$A,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$X={class:"home flex flex-col"},_hoisted_2$R={class:"hero background-brand"},_hoisted_3$I={class:"main-actions primary-card"},_hoisted_4$E=["onClick"];function _sfc_render$Z(e,t,n,o,s,a){const r=resolveComponent("Offer"),l=resolveComponent("MainFooter");return openBlock(),createElementBlock("main",_hoisted_1$X,[createBaseVNode("div",_hoisted_2$R,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message."+e.app.phone.home_page.title)),1)]),createBaseVNode("div",_hoisted_3$I,[(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$E))),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$W={class:"ai-overlay"},_hoisted_2$Q=createBaseVNode("label",null,"Real-time container",-1),_hoisted_3$H=createBaseVNode("label",null,"Customer ID",-1),_hoisted_4$D=createBaseVNode("label",null,"Interaction ID",-1),_hoisted_5$z=createBaseVNode("label",null,"Action",-1),_hoisted_6$x=createBaseVNode("label",null,"Treatment",-1),_hoisted_7$w=createBaseVNode("label",null,"Category",-1),_hoisted_8$q=createBaseVNode("label",null,"Propensity",-1),_hoisted_9$o=createBaseVNode("label",null,"Priority (P*C*V*L)",-1),_hoisted_10$k=createBaseVNode("label",null,"Rank",-1),_hoisted_11$k=createBaseVNode("label",null,"Placement type",-1),_hoisted_12$j=createBaseVNode("div",{class:"footer-img"},null,-1);function _sfc_render$Y(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$W,[createBaseVNode("ul",null,[createBaseVNode("li",null,[_hoisted_2$Q,createBaseVNode("span",null,toDisplayString$1(n.offer.container),1)]),createBaseVNode("li",null,[_hoisted_3$H,createBaseVNode("span",null,toDisplayString$1(n.offer.customerID),1)]),createBaseVNode("li",null,[_hoisted_4$D,createBaseVNode("span",null,toDisplayString$1(n.offer.interactionID),1)]),createBaseVNode("li",null,[_hoisted_5$z,createBaseVNode("span",null,toDisplayString$1(n.offer.identifier),1)]),createBaseVNode("li",null,[_hoisted_6$x,createBaseVNode("span",null,toDisplayString$1(n.offer.treatment),1)]),createBaseVNode("li",null,[_hoisted_7$w,createBaseVNode("span",null,toDisplayString$1(n.offer.category),1)]),createBaseVNode("li",null,[_hoisted_8$q,createBaseVNode("span",null,toDisplayString$1(n.offer.propensity&&e.$n(n.offer.propensity,"score")),1)]),createBaseVNode("li",null,[_hoisted_9$o,createBaseVNode("span",null,toDisplayString$1(n.offer.priority&&e.$n(n.offer.priority,"score")),1)]),createBaseVNode("li",null,[_hoisted_10$k,createBaseVNode("span",null,toDisplayString$1(n.offer.rank),1)]),createBaseVNode("li",null,[_hoisted_11$k,createBaseVNode("span",null,toDisplayString$1(n.offer.placement),1)])]),_hoisted_12$j])}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$V={class:"wrap"},_hoisted_2$P={class:"primary-card flex flex-nowrap"},_hoisted_3$G=["src"],_hoisted_4$C={class:"flex flex-col"},_hoisted_5$y={class:"wrap options"},_hoisted_6$w={class:"details"},_hoisted_7$v=["src"],_hoisted_8$p=createStaticVNode('
',1),_hoisted_9$n={class:"wrap options",style:{"min-height":"300px"}},_hoisted_10$j=createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1),_hoisted_11$j=[_hoisted_10$j],_hoisted_12$i={key:0,class:"wrap"},_hoisted_13$i={class:"primary-card flex flex-nowrap hero-offer","data-hero-offer":1},_hoisted_14$h=["src","alt"],_hoisted_15$i={class:"flex flex-col"},_hoisted_16$i=["href","title"],_hoisted_17$h=["href","title"],_hoisted_18$g={class:"wrap options"},_hoisted_19$g=["data-offer-index"],_hoisted_20$g=["onClick"],_hoisted_21$g=["src","alt"],_hoisted_22$h=["href","title"],_hoisted_23$f=["href","title"],_hoisted_24$e=["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$V,[createBaseVNode("div",_hoisted_2$P,[createBaseVNode("img",{class:"hero-offer-img",src:"./img/"+e.app.offer[n.offerType].hero_offer.image},null,8,_hoisted_3$G),createBaseVNode("div",_hoisted_4$C,[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$y,[(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$w,[createBaseVNode("img",{class:"option",src:"./img/"+l.image},null,8,_hoisted_7$v),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},[_hoisted_8$p,createBaseVNode("div",_hoisted_9$n,[(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"},_hoisted_11$j))),128))])],64)):(openBlock(),createElementBlock(Fragment,{key:2},[s.hero_offer.url!==""&&s.hero_offer.img!==""?(openBlock(),createElementBlock("div",_hoisted_12$i,[createBaseVNode("div",_hoisted_13$i,[createBaseVNode("img",{class:"hero-offer-img",src:s.hero_offer.img,alt:s.hero_offer.title},null,8,_hoisted_14$h),createBaseVNode("div",_hoisted_15$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_16$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_17$h)):(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_18$g,[(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_20$g)):createCommentVNode("",!0),createBaseVNode("img",{class:"option",src:l.img,alt:l.title},null,8,_hoisted_21$g),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_22$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_23$f)):(openBlock(),createElementBlock("button",{key:3,class:"simple",onClick:d=>a.showOffer(l)},toDisplayString$1(e.$t("message."+l.link)),9,_hoisted_24$e)),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_19$g)]))),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$U={key:0,class:"home flex flex-col full-height"},_hoisted_2$O=["src"],_hoisted_3$F={key:1,class:"home flex flex-col full-height"},_hoisted_4$B={key:0,class:"flex flex-col"},_hoisted_5$x={class:"main-offer builtin-offer primary-card flex flex-nowrap"},_hoisted_6$v=["src","alt"],_hoisted_7$u={class:"details"},_hoisted_8$o={key:0},_hoisted_9$m={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$g={class:"details"},_hoisted_15$h={key:0},_hoisted_16$h={key:1},_hoisted_17$g={key:0},_hoisted_18$f={key:1},_hoisted_19$f={class:"button-row padding-t-2x"},_hoisted_20$f={key:2,class:"flex flex-col",style:{width:"100%"}},_hoisted_21$f={class:"primary-card flex-mid-align flex flex-col"},_hoisted_22$g=createBaseVNode("i",{class:"product-icon pi pi-check"},null,-1),_hoisted_23$e={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$U,[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$O)):(openBlock(),createBlock(r,{key:1,offerType:e.offerIndex},null,8,["offerType"]))])):(openBlock(),createElementBlock("main",_hoisted_3$F,[!s.isprocessed&&e.offerURL.indexOf("/Basic")===0?(openBlock(),createElementBlock("section",_hoisted_4$B,[createBaseVNode("h1",null,toDisplayString$1(e.CDHContainer.title),1),createBaseVNode("div",_hoisted_5$x,[createBaseVNode("img",{class:"offer-img",src:e.CDHContainer.img,alt:e.CDHContainer.title},null,8,_hoisted_6$v),createBaseVNode("div",_hoisted_7$u,[typeof e.CDHContainer.message<"u"?(openBlock(),createElementBlock("div",_hoisted_8$o,[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$m,[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$g,[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$f,toDisplayString$1(e.CDHContainer[l]),1)):createCommentVNode("",!0)]))),128)),createBaseVNode("div",_hoisted_19$f,[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$f,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message.offer_builtin_response_heading")),1),createBaseVNode("div",_hoisted_21$f,[_hoisted_22$g,createBaseVNode("p",_hoisted_23$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[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$T={class:"flex top-nav"},_hoisted_2$N=createBaseVNode("i",{class:"pi pi-caret-left"},null,-1),_hoisted_3$E=[_hoisted_2$N],_hoisted_4$A={class:"flex-align-r"};function _sfc_render$V(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$T,[createBaseVNode("button",{onClick:t[0]||(t[0]=(...r)=>a.goBack&&a.goBack(...r)),class:"simple"},_hoisted_3$E),createBaseVNode("div",_hoisted_4$A,[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},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$S={class:"flex flex-col"},_hoisted_2$M={class:"layout-stacked primary-card"},_hoisted_3$D={class:"small"},_hoisted_4$z={key:0,class:"field-item"},_hoisted_5$w=["placeholder"],_hoisted_6$u={for:"username"},_hoisted_7$t={key:1,class:"field-item"},_hoisted_8$n=["placeholder"],_hoisted_9$l={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$f={key:5,class:"error"},_hoisted_15$g={key:6,class:"error"},_hoisted_16$g={class:"bottom-banner"},_hoisted_17$f=createBaseVNode("i",{class:"pi pi-phone-out"},null,-1);function _sfc_render$U(e,t,n,o,s,a){const r=resolveComponent("TopNav");return openBlock(),createElementBlock("main",_hoisted_1$S,[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$M,[createBaseVNode("h1",_hoisted_3$D,toDisplayString$1(e.$t("message.phone_login_title")),1),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_4$z,[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$w),[[vModelText,s.username]]),createBaseVNode("label",_hoisted_6$u,toDisplayString$1(e.$t("message.username")),1)])),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_7$t,[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$n),[[vModelText,s.password]]),createBaseVNode("label",_hoisted_9$l,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$f,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,[_hoisted_17$f,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$R={class:"flex flex-col"},_hoisted_2$L={class:"flex flex-col secondary-card"},_hoisted_3$C={class:"small"},_hoisted_4$y={class:"quick-links"},_hoisted_5$v=["onClick"];function _sfc_render$T(e,t,n,o,s,a){const r=resolveComponent("TopNav");return openBlock(),createElementBlock("main",_hoisted_1$R,[createVNode(r,{previousPhonePage:""}),createBaseVNode("div",_hoisted_2$L,[createBaseVNode("h1",_hoisted_3$C,toDisplayString$1(e.$t("message.phone_quick_links_title")),1),createBaseVNode("div",_hoisted_4$y,[(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$v))),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$Q={class:"flex flex-col intro-quicklinks"},_hoisted_2$K={class:"bottom-banner"},_hoisted_3$B=createBaseVNode("i",{class:"pi pi-ambulance"},null,-1);function _sfc_render$S(e,t,n,o,s,a){const r=resolveComponent("TopNav");return openBlock(),createElementBlock("main",_hoisted_1$Q,[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$K,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.phone_quick_links_intro_banner_msg")),1),createBaseVNode("a",null,[_hoisted_3$B,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$P=["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$J=["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$A=["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$x=["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$u=["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$t=["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$s=["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$m={key:1,class:"flex flex-col height-100-pct"},_hoisted_9$k=["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$P)):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$J)):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$A)):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$x)):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$u)):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$t)):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$s)):createCommentVNode("",!0)],2)):(openBlock(),createElementBlock("section",_hoisted_8$m,[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$k)]))}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$O={key:0,class:"pega-mashup",ref:"mycomp"},_hoisted_2$I={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$O,null,512)):(openBlock(),createElementBlock("pega-mashup-light",_hoisted_2$I,null,512))}const WebComponent=_export_sfc(_sfc_main$S,[["render",_sfc_render$Q]]);let resizeObserver;const 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==="embedprocessingend"?(resizeObserver=new ResizeObserver(t=>{t.forEach(n=>{n.contentRect.height===0&&top.postMessage("pegaMashupNavigateBack",location.origin)})}),resizeObserver.observe(document.querySelector("pega-embed"))):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),resizeObserver&&resizeObserver.unobserve(e)},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$N={key:0,class:"margin-b-3x"},_hoisted_2$H=["casePage","assignmentHeader","action","pageID","pageClass","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_3$z=["casePage","assignmentHeader","action","caseTypeID","startingFields","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_4$w=["casePage","assignmentHeader","action","assignmentID","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_5$t=["casePage","assignmentHeader","action","caseID","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_6$s=["casePage","assignmentHeader","action","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_7$r={key:1};function _sfc_render$P(e,t,n,o,s,a){return s.isWebEmbedInitialized?(openBlock(),createElementBlock("div",_hoisted_1$N,[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$H)):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$z)):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$w)):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$t)):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$s)):createCommentVNode("",!0)])):(openBlock(),createElementBlock("div",_hoisted_7$r,"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$M={class:"account-tabs"},_hoisted_2$G={class:"account-tabs-header"},_hoisted_3$y=["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$M,[createBaseVNode("ul",_hoisted_2$G,[(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$y))),128))]),renderSlot(s.$slots,"default")]))}},_hoisted_1$L={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$L,[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$K={key:0,class:"account-picker"},_hoisted_2$F={class:"flex flex-nowrap"},_hoisted_3$x=["src","alt"],_hoisted_4$v={class:"account-picker-details"},_hoisted_5$s={key:0},_hoisted_6$r={key:1},_hoisted_7$q={key:2},_hoisted_8$l={key:3},_hoisted_9$j={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$K,[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$F,[typeof c.img<"u"&&c.img!==""?(openBlock(),createElementBlock("img",{key:0,class:"account-img",src:c.img,alt:c.title},null,8,_hoisted_3$x)):createCommentVNode("",!0),createBaseVNode("div",_hoisted_4$v,[(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$s,toDisplayString$1(e.$n(d.value,"currency")),1)):d.type==="number"?(openBlock(),createElementBlock("p",_hoisted_6$r,toDisplayString$1(e.$n(d.value)),1)):d.type==="date"?(openBlock(),createElementBlock("p",_hoisted_7$q,toDisplayString$1(e.$d(d.value,"short")),1)):d.type==="duedate"?(openBlock(),createElementBlock("p",_hoisted_8$l,toDisplayString$1(e.$d(a.getDueBillDate(),"short")),1)):(openBlock(),createElementBlock("p",_hoisted_9$j,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$J={key:0,class:"account-details primary-card"},_hoisted_2$E={key:0},_hoisted_3$w={key:0},_hoisted_4$u={key:1},_hoisted_5$r={key:2},_hoisted_6$q={key:3},_hoisted_7$p={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$J,[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$E,toDisplayString$1(c.desc),1)):createCommentVNode("",!0),c.value!==""?(openBlock(),createElementBlock(Fragment,{key:1},[c.type==="currency"?(openBlock(),createElementBlock("p",_hoisted_3$w,toDisplayString$1(e.$n(c.value,"currency")),1)):c.type==="number"?(openBlock(),createElementBlock("p",_hoisted_4$u,toDisplayString$1(e.$n(c.value)),1)):c.type==="date"?(openBlock(),createElementBlock("p",_hoisted_5$r,toDisplayString$1(e.$d(c.value,"short")),1)):c.type==="duedate"?(openBlock(),createElementBlock("p",_hoisted_6$q,toDisplayString$1(e.$d(a.getDueBillDate(),"short")),1)):(openBlock(),createElementBlock("p",_hoisted_7$p,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$I={key:0,class:"quick-links"},_hoisted_2$D=["onClick"];function _sfc_render$L(e,t,n,o,s,a){return a.hasQuicklinks()?(openBlock(),createElementBlock("section",_hoisted_1$I,[(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$D)):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$H={class:"banner"},_hoisted_2$C={class:"flex flex-grow-1 flex-mid-align"},_hoisted_3$v={class:"flex flex-col flex-grow-1"};function _sfc_render$K(e,t,n,o,s,a){return openBlock(),createElementBlock("section",_hoisted_1$H,[createBaseVNode("div",{class:"content-card flex",style:normalizeStyle({backgroundColor:e.settings.banner.color,color:s.textColor})},[createBaseVNode("div",_hoisted_2$C,[createBaseVNode("i",{class:normalizeClass("pi pi-3x "+e.$t("message.banner_icon"))},null,2),createBaseVNode("div",_hoisted_3$v,[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$G={key:1,class:"recent-activity primary-card"},_hoisted_2$B={class:"fatlist"},_hoisted_3$u={key:0,class:"fatlist-item"},_hoisted_4$t={key:1,class:"fatlist-item"},_hoisted_5$q={class:"fatlist-item activity"},_hoisted_6$p={key:2,class:"fatlist-item flex-align-r"},_hoisted_7$o={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$G,[createBaseVNode("h3",null,toDisplayString$1(e.settings.todo.recentactivityheading),1),createBaseVNode("ul",_hoisted_2$B,[(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$u,toDisplayString$1(e.$d(new Date(l.date),"short")),1)):(openBlock(),createElementBlock("time",_hoisted_4$t,toDisplayString$1(e.$d(a.getdate(c),"short")),1)),createBaseVNode("p",_hoisted_5$q,toDisplayString$1(l.message),1),l.cost?(openBlock(),createElementBlock("p",_hoisted_6$p,toDisplayString$1(e.$n(l.cost,"currency")),1)):(openBlock(),createElementBlock("a",_hoisted_7$o,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$F={class:"col col-1"},_hoisted_2$A={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"),g=resolveComponent("RecentActivity");return openBlock(),createElementBlock("div",_hoisted_1$F,[createBaseVNode("div",_hoisted_2$A,[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(g,{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$E={class:"offer-card-col flex flex-col"},_hoisted_2$z={class:"offer-card"},_hoisted_3$t=["src","alt"],_hoisted_4$s={class:"content"},_hoisted_5$p=["href"],_hoisted_6$o=["href"];function _sfc_render$H(e,t,n,o,s,a){const r=resolveComponent("AIOverlay");return openBlock(),createElementBlock("section",_hoisted_1$E,[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$z,[createBaseVNode("img",{class:"offer-img",src:n.offer.img,alt:n.offer.title},null,8,_hoisted_3$t),createBaseVNode("div",_hoisted_4$s,[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$p)):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$o)):(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$D={key:0,class:"secondary-card"},_hoisted_2$y=["src","alt"],_hoisted_3$s={class:"content"},_hoisted_4$r={key:1,class:"secondary-card loading-container",style:{"min-height":"300px"}},_hoisted_5$o=createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1),_hoisted_6$n=[_hoisted_5$o],_hoisted_7$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$D,[(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$y),createBaseVNode("div",_hoisted_3$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[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$r,_hoisted_6$n)):(openBlock(),createElementBlock("div",_hoisted_7$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$C={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$C,[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$B={class:"height-100-pct"},_hoisted_2$x={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$B,[createVNode(r,{style:{display:"none"},previousPhonePage:e.phonePageName==="heroaction"?"":"help"},null,8,["previousPhonePage"]),createBaseVNode("main",_hoisted_2$x,[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"),g=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(g,{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$A={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$A,[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$z={class:"menu"},_hoisted_2$w={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$z,[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$w,[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$y={class:"wrap header flex"},_hoisted_2$v=["src"],_hoisted_3$r={class:"flex flex-grow-1"},_hoisted_4$q={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$y,[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+"},null,8,_hoisted_2$v)]),createBaseVNode("nav",_hoisted_3$r,[createBaseVNode("ul",_hoisted_4$q,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.menuitems,(u,g)=>(openBlock(),createBlock(r,{pagetype:u.pagetype,key:g,title:u.title,href:u.url?u.url:e.app.offer.length>1?`offer${g+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$x={class:"hero-main"},_hoisted_2$u={class:"wrap hero-wrap flex"},_hoisted_3$q={class:"flex flex-col hero-heading"},_hoisted_4$p={class:"hero"},_hoisted_5$n={key:0},_hoisted_6$m=createBaseVNode("div",{class:"flex hero-image"},[createBaseVNode("div",{class:"hero-splash"})],-1),_hoisted_7$m=createBaseVNode("div",{class:"ribbon"},[createBaseVNode("div")],-1),_hoisted_8$k={class:"wrap primary-options"},_hoisted_9$i={class:"options"},_hoisted_10$f={class:"details"},_hoisted_11$f=["src","alt"],_hoisted_12$f={class:"option-header"},_hoisted_13$f=createStaticVNode('

',2),_hoisted_15$f={class:"wrap primary-options",style:{"min-height":"400px"}},_hoisted_16$f={class:"options"},_hoisted_17$e=createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1),_hoisted_18$e=[_hoisted_17$e],_hoisted_19$e={key:0,class:"hero-main"},_hoisted_20$e={class:"flex flex-nowrap flex-row-reverse"},_hoisted_21$e=["src","alt"],_hoisted_22$f={class:"flex flex-col"},_hoisted_23$d={class:"hero hero-offer","data-hero-offer":1},_hoisted_24$d=["href"],_hoisted_25$d=["href"],_hoisted_26$d={key:1,class:"wrap hero-wrap flex"},_hoisted_27$d={class:"flex flex-col hero-heading"},_hoisted_28$d={class:"hero"},_hoisted_29$d={key:0},_hoisted_30$d=createBaseVNode("div",{class:"flex hero-image"},[createBaseVNode("div",{class:"hero-splash"})],-1),_hoisted_31$d=createBaseVNode("div",{class:"ribbon"},[createBaseVNode("div")],-1),_hoisted_32$d={class:"wrap primary-options"},_hoisted_33$c={class:"options"},_hoisted_34$c=["onMouseover","onMouseleave"],_hoisted_35$c=["data-offer-index"],_hoisted_36$c=["onClick"],_hoisted_37$c=["src","alt"],_hoisted_38$c={class:"option-header"},_hoisted_39$c=["href"],_hoisted_40$c=["href"],_hoisted_41$c=["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$x,[createBaseVNode("div",_hoisted_2$u,[createBaseVNode("div",_hoisted_3$q,[createBaseVNode("h1",_hoisted_4$p,[createTextVNode(toDisplayString$1(e.$t(`message.${e.app.herotext.title}`))+" ",1),e.$t(`message.${e.app.herotext.titlespan}`)!==""?(openBlock(),createElementBlock("span",_hoisted_5$n,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)]),_hoisted_6$m])]),_hoisted_7$m,createBaseVNode("div",_hoisted_8$k,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.primaryheading}`)),1),createBaseVNode("div",_hoisted_9$i,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.primarydetails,(l,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option"},[createBaseVNode("div",_hoisted_10$f,[createBaseVNode("img",{class:"option",src:l.img,alt:e.$t("message."+l.title)},null,8,_hoisted_11$f),createBaseVNode("h3",_hoisted_12$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},[_hoisted_13$f,createBaseVNode("div",_hoisted_15$f,[createBaseVNode("div",_hoisted_16$f,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.primarydetails,(l,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option loading-container"},_hoisted_18$e))),128))])])],64)):(openBlock(),createElementBlock(Fragment,{key:2},[!e.isAuthenticated&&e.homeHeroAction!=1&&e.offerURL===""?(openBlock(),createElementBlock("div",_hoisted_19$e,[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_20$e,[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_21$e)):createCommentVNode("",!0),createBaseVNode("div",_hoisted_22$f,[createBaseVNode("h1",_hoisted_23$d,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_24$d)):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_25$d)):(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_26$d,[createBaseVNode("div",_hoisted_27$d,[createBaseVNode("h1",_hoisted_28$d,[createTextVNode(toDisplayString$1(e.$t(`message.${e.app.herotext.title}`))+" ",1),e.$t(`message.${e.app.herotext.titlespan}`)!==""?(openBlock(),createElementBlock("span",_hoisted_29$d,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)]),_hoisted_30$d]))])):createCommentVNode("",!0),_hoisted_31$d,createBaseVNode("div",_hoisted_32$d,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.primaryheading}`)),1),createBaseVNode("div",_hoisted_33$c,[(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_36$c)):createCommentVNode("",!0),createBaseVNode("img",{class:"option",src:l.img,alt:l.title},null,8,_hoisted_37$c),createBaseVNode("h3",_hoisted_38$c,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_39$c)):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_40$c)):(openBlock(),createElementBlock("button",{key:3,class:"simple",onClick:d=>a.showOffer(l)},toDisplayString$1(e.$t("message."+l.link)),9,_hoisted_41$c)),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_35$c)],40,_hoisted_34$c))),128))])])],64))}const FrontMainArea=_export_sfc(_sfc_main$z,[["render",_sfc_render$z]]),_sfc_main$y={data(){return mainconfig}},_hoisted_1$w={class:"wrap secondary-options"},_hoisted_2$t={class:"content-card flex flex-col"},_hoisted_3$p={class:"strong"};function _sfc_render$y(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$w,[createBaseVNode("div",{class:"banner",style:normalizeStyle({backgroundImage:"url(img/secondary-options.jpg)"})},null,4),createBaseVNode("div",_hoisted_2$t,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.secondarydetails.heading}`)),1),createBaseVNode("button",_hoisted_3$p,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$v={key:0,class:"flex flex-col full-height"},_hoisted_2$s=["src"],_hoisted_3$o={key:1,class:"flex flex-col"},_hoisted_4$o={class:"main-offer builtin-offer primary-card flex flex-nowrap"},_hoisted_5$m=["src","alt"],_hoisted_6$l={class:"details"},_hoisted_7$l={key:0},_hoisted_8$j={key:1},_hoisted_9$h={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$d={key:1},_hoisted_18$d={class:"button-row padding-t-2x"},_hoisted_19$d={key:3,class:"flex flex-col",style:{width:"100%"}},_hoisted_20$d={class:"primary-card flex-mid-align flex flex-col"},_hoisted_21$d=createBaseVNode("i",{class:"product-icon pi pi-check"},null,-1),_hoisted_22$e={class:"success-text"};function _sfc_render$x(e,t,n,o,s,a){return e.CDHContainer.useURL===!0?(openBlock(),createElementBlock("section",_hoisted_1$v,[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$s)])):!s.isprocessed&&e.offerURL.indexOf("/Basic")===0?(openBlock(),createElementBlock("section",_hoisted_3$o,[createBaseVNode("h1",null,toDisplayString$1(e.CDHContainer.title),1),createBaseVNode("div",_hoisted_4$o,[createBaseVNode("img",{class:"offer-img",src:e.CDHContainer.img,alt:e.CDHContainer.title},null,8,_hoisted_5$m),createBaseVNode("div",_hoisted_6$l,[typeof e.CDHContainer.message<"u"?(openBlock(),createElementBlock("div",_hoisted_7$l,[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$j,[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$h,[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$d,toDisplayString$1(e.CDHContainer[r]),1)):createCommentVNode("",!0)]))),128)),createBaseVNode("div",_hoisted_18$d,[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$d,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message.offer_builtin_response_heading")),1),createBaseVNode("div",_hoisted_20$d,[_hoisted_21$d,createBaseVNode("p",_hoisted_22$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$u={class:"flex"},_hoisted_2$r={class:"flex flex-1"},_hoisted_3$n=createBaseVNode("div",{class:"flex flex-col"},[createBaseVNode("div",{class:"rts-logo"}),createBaseVNode("span",null,"Real-time data streaming")],-1),_hoisted_4$n={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$u,[createBaseVNode("div",_hoisted_2$r,[_hoisted_3$n,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_4$n,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$t={key:0,class:"form flex flex-col"},_hoisted_2$q={class:"mashup-main flex flex-col"},_hoisted_3$m={class:"wrap"},_hoisted_4$m={key:1,class:"form flex flex-col"},_hoisted_5$l={class:"flex flex-col"},_hoisted_6$k={class:"wrap height-100-pct"},_hoisted_7$k={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"),g=resolveComponent("FrontMainArea"),f=resolveComponent("FrontSecondaryArea");return e.homeHeroAction==1||e.viewKMHelp==1?(openBlock(),createElementBlock("div",_hoisted_1$t,[createVNode(r),createBaseVNode("main",_hoisted_2$q,[createBaseVNode("div",_hoisted_3$m,[createVNode(l)])]),createVNode(c)])):e.offerURL!==""?(openBlock(),createElementBlock("div",_hoisted_4$m,[createVNode(r),createBaseVNode("main",_hoisted_5$l,[createBaseVNode("div",_hoisted_6$k,[createVNode(d)])]),createVNode(c)])):(openBlock(),createElementBlock("div",_hoisted_7$k,[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(g),createVNode(f)],2),createVNode(c)]))}const FrontPage=_export_sfc(_sfc_main$v,[["render",_sfc_render$v]]),_sfc_main$u={data(){return mainconfig}},_hoisted_1$s={class:"primary-card"},_hoisted_2$p={class:"header flex flex-mid-align search-bar"},_hoisted_3$l=["value","placeholder"],_hoisted_4$l=createBaseVNode("i",{class:"pi pi-dark pi-search"},null,-1),_hoisted_5$k={key:0,class:"content responsive color-heading"},_hoisted_6$j={scope:"col"},_hoisted_7$j={scope:"col"},_hoisted_8$i={scope:"col"},_hoisted_9$g={scope:"col",class:"align-r"},_hoisted_10$d={class:"heading"},_hoisted_11$d={class:"hide-collapsed",colspan:"2"},_hoisted_12$d=["data-title"],_hoisted_13$d=["title"],_hoisted_14$d=["data-title"],_hoisted_15$d=["data-title"],_hoisted_16$d=["data-title"],_hoisted_17$c=["data-title"],_hoisted_18$c={class:"heading"},_hoisted_19$c={class:"hide-collapsed",colspan:"2"},_hoisted_20$c=["data-title"],_hoisted_21$c=["title"],_hoisted_22$d=["data-title"],_hoisted_23$c=["data-title"],_hoisted_24$c=["data-title"],_hoisted_25$c=["data-title"],_hoisted_26$c={key:0,class:"trend trend-success"},_hoisted_27$c=createBaseVNode("i",{class:"pi pi-arrow-up pi-success"},null,-1),_hoisted_28$c={key:1,class:"trend trend-error"},_hoisted_29$c=createBaseVNode("i",{class:"pi pi-arrow-down pi-error"},null,-1),_hoisted_30$c={class:"investmentamount"},_hoisted_31$c={class:"footer"},_hoisted_32$c={colspan:"4"};function _sfc_render$u(e,t,n,o,s,a){return openBlock(),createElementBlock("section",_hoisted_1$s,[createBaseVNode("div",_hoisted_2$p,[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$l),_hoisted_4$l]),e.userId!=-1?(openBlock(),createElementBlock("table",_hoisted_5$k,[createBaseVNode("thead",null,[createBaseVNode("tr",null,[createBaseVNode("th",_hoisted_6$j,toDisplayString$1(e.$t("message.accounts_header1")),1),createBaseVNode("th",_hoisted_7$j,toDisplayString$1(e.$t("message.accounts_header2")),1),createBaseVNode("th",_hoisted_8$i,toDisplayString$1(e.$t("message.accounts_header3")),1),createBaseVNode("th",_hoisted_9$g,toDisplayString$1(e.$t("message.accounts_header4")),1)])]),createBaseVNode("tbody",null,[createBaseVNode("tr",_hoisted_10$d,[createBaseVNode("td",_hoisted_11$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_12$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_14$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header2")},toDisplayString$1(r.name),9,_hoisted_15$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header3")},toDisplayString$1(r.type),9,_hoisted_16$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header4"),class:"align-r"},toDisplayString$1(e.$n(r.balance,"currency")),9,_hoisted_17$c)],8,_hoisted_13$d))),128)),createBaseVNode("tr",_hoisted_18$c,[createBaseVNode("td",_hoisted_19$c,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_20$c)]),(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_22$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header2")},toDisplayString$1(r.name),9,_hoisted_23$c),createBaseVNode("td",{"data-title":e.$t("message.accounts_header3")},toDisplayString$1(r.type),9,_hoisted_24$c),createBaseVNode("td",{"data-title":e.$t("message.accounts_header4"),class:"align-r"},[r.trend==="green"?(openBlock(),createElementBlock("span",_hoisted_26$c,[_hoisted_27$c,createTextVNode(" "+toDisplayString$1(r.trendvalue)+"% ",1)])):(openBlock(),createElementBlock("span",_hoisted_28$c,[_hoisted_29$c,createTextVNode(" "+toDisplayString$1(r.trendvalue)+"% ",1)])),createBaseVNode("span",_hoisted_30$c,toDisplayString$1(e.$n(r.balance,"currency")),1)],8,_hoisted_25$c)],8,_hoisted_21$c))),128)),createBaseVNode("tr",_hoisted_31$c,[createBaseVNode("td",_hoisted_32$c,[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$r={class:"primary-card keyrates"},_hoisted_2$o={class:"color-light"},_hoisted_3$k={class:"heading"},_hoisted_4$k=createBaseVNode("th",null,"Metric",-1),_hoisted_5$j=["title"],_hoisted_6$i={key:0,class:"pi pi-arrow-up pi-success"},_hoisted_7$i={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$r,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message.keyrates_title")),1),createBaseVNode("table",_hoisted_2$o,[createBaseVNode("tr",_hoisted_3$k,[_hoisted_4$k,createBaseVNode("th",null,toDisplayString$1(e.$t("message.keyrates_header_col1")),1),createBaseVNode("th",null,toDisplayString$1(e.$t("message.keyrates_header_col2")),1),createBaseVNode("th",null,toDisplayString$1(e.$t("message.keyrates_header_col3")),1)]),(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_6$i)):createCommentVNode("",!0),r.trend==="red"?(openBlock(),createElementBlock("i",_hoisted_7$i)):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_5$j))),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$q={class:"col col-1"},_hoisted_2$n={class:"primary-card"},_hoisted_3$j={class:"flex"},_hoisted_4$j={class:"flex-1 cash-projections primary-card"},_hoisted_5$i={class:"flex"},_hoisted_6$h=createBaseVNode("span",null,[createBaseVNode("i",{class:"pi pi-arrow-down pi-error"}),createTextVNode("17.4% ")],-1),_hoisted_7$h=createBaseVNode("span",null,[createBaseVNode("i",{class:"pi pi-arrow-up pi-success"}),createTextVNode("12.2% ")],-1),_hoisted_8$h=createBaseVNode("span",null,[createBaseVNode("i",{class:"pi pi-arrow-down pi-error"}),createTextVNode("2.1% ")],-1),_hoisted_9$f={class:"dropdown"},_hoisted_10$c=createBaseVNode("i",{class:"pi pi-caret-down"},null,-1),_hoisted_11$c={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 880 305"},_hoisted_12$c={transform:"translate(80,40)"},_hoisted_13$c={class:"axis",color:"#7b7b7b",fill:"#7b7b7b","font-size":"18","font-family":"Inter","text-anchor":"end",transform:"rotate(270)"},_hoisted_14$c={x:"-165",y:"-43",dy:"0.32em","text-anchor":"start"},_hoisted_15$c={x:"-155",y:"745",dy:"0.32em","text-anchor":"start"},_hoisted_16$c=createStaticVNode('00.5M50k1M100k1.5M150k2M200k',6),_hoisted_22$c={class:"axis",transform:"translate(0,205)",fill:"none","font-size":"16","font-family":"Inter","text-anchor":"middle"},_hoisted_23$b={class:"tick",opacity:"1",transform:"translate(55,0)"},_hoisted_24$b={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_25$b={class:"tick",opacity:"1",transform:"translate(170,0)"},_hoisted_26$b={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_27$b={class:"tick",opacity:"1",transform:"translate(285,0)"},_hoisted_28$b={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_29$b={class:"tick",opacity:"1",transform:"translate(400,0)"},_hoisted_30$b={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_31$b={class:"tick",opacity:"1",transform:"translate(515,0)"},_hoisted_32$b={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_33$b={class:"tick",opacity:"1",transform:"translate(630,0)"},_hoisted_34$b={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_35$b={"font-family":"Inter","font-size":"15","text-anchor":"end"},_hoisted_36$b={transform:"translate(-55,5)"},_hoisted_37$b=createBaseVNode("circle",{cx:"170",cy:"240",r:"5",fill:"#67c100"},null,-1),_hoisted_38$b={fill:"#7b7b7b",x:"235",y:"240",dy:"0.32em"},_hoisted_39$b=createBaseVNode("circle",{cx:"275",cy:"240",r:"5",fill:"#ea5959"},null,-1),_hoisted_40$b={fill:"#7b7b7b",x:"320",y:"240",dy:"0.32em"},_hoisted_41$b={transform:"translate(365,240)"},_hoisted_42$b=createBaseVNode("line",{stroke:"#3171e1",x2:"15"},null,-1),_hoisted_43$b=createBaseVNode("line",{stroke:"#3171e1",x2:"-15"},null,-1),_hoisted_44$b=createBaseVNode("circle",{r:"5",stroke:"#3171e1",fill:"#000"},null,-1),_hoisted_45$b={fill:"#7b7b7b",x:"115",dy:"0.32em"},_hoisted_46$b={transform:"translate(520,240)"},_hoisted_47$b=createBaseVNode("line",{stroke:"#3171e1",x2:"15","stroke-dasharray":"3 3"},null,-1),_hoisted_48$b=createBaseVNode("line",{stroke:"#3171e1",x2:"-15","stroke-dasharray":"3 3"},null,-1),_hoisted_49$b=createBaseVNode("circle",{r:"5",stroke:"#3171e1",fill:"#000"},null,-1),_hoisted_50$b={fill:"#7b7b7b",x:"135",dy:"0.32em"},_hoisted_51$9=createStaticVNode('',1);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"),g=resolveComponent("KeyRates");return openBlock(),createElementBlock("div",_hoisted_1$q,[createBaseVNode("div",_hoisted_2$n,[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$j,[createBaseVNode("section",_hoisted_4$j,[createBaseVNode("div",_hoisted_5$i,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message.cash_projections")),1),createBaseVNode("div",null,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.income")),1),_hoisted_6$h]),createBaseVNode("div",null,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.cost")),1),_hoisted_7$h]),createBaseVNode("div",null,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.balance")),1),_hoisted_8$h])]),createBaseVNode("div",null,[createBaseVNode("p",_hoisted_9$f,[createTextVNode(toDisplayString$1(e.$t("message.cash_projections_dropdown"))+" ",1),_hoisted_10$c])]),(openBlock(),createElementBlock("svg",_hoisted_11$c,[createBaseVNode("g",_hoisted_12$c,[createBaseVNode("g",_hoisted_13$c,[createBaseVNode("text",_hoisted_14$c,toDisplayString$1(e.$t("message.income_and_cost")),1),createBaseVNode("text",_hoisted_15$c,toDisplayString$1(e.$t("message.cash_and_balance")),1)]),_hoisted_16$c,createBaseVNode("g",_hoisted_22$c,[createBaseVNode("g",_hoisted_23$b,[createBaseVNode("text",_hoisted_24$b,toDisplayString$1(e.$d(a.getMonth(-4),"month_only")),1)]),createBaseVNode("g",_hoisted_25$b,[createBaseVNode("text",_hoisted_26$b,toDisplayString$1(e.$d(a.getMonth(-3),"month_only")),1)]),createBaseVNode("g",_hoisted_27$b,[createBaseVNode("text",_hoisted_28$b,toDisplayString$1(e.$d(a.getMonth(-2),"month_only")),1)]),createBaseVNode("g",_hoisted_29$b,[createBaseVNode("text",_hoisted_30$b,toDisplayString$1(e.$d(a.getMonth(-1),"month_only")),1)]),createBaseVNode("g",_hoisted_31$b,[createBaseVNode("text",_hoisted_32$b,toDisplayString$1(e.$d(a.getMonth(0),"month_only")),1)]),createBaseVNode("g",_hoisted_33$b,[createBaseVNode("text",_hoisted_34$b,toDisplayString$1(e.$d(a.getMonth(1),"month_only")),1)])]),createBaseVNode("g",_hoisted_35$b,[createBaseVNode("g",_hoisted_36$b,[_hoisted_37$b,createBaseVNode("text",_hoisted_38$b,toDisplayString$1(e.$t("message.income")),1),_hoisted_39$b,createBaseVNode("text",_hoisted_40$b,toDisplayString$1(e.$t("message.cost")),1),createBaseVNode("g",_hoisted_41$b,[_hoisted_42$b,_hoisted_43$b,_hoisted_44$b,createBaseVNode("text",_hoisted_45$b,toDisplayString$1(e.$t("message.cash_balance")),1)]),createBaseVNode("g",_hoisted_46$b,[_hoisted_47$b,_hoisted_48$b,_hoisted_49$b,createBaseVNode("text",_hoisted_50$b,toDisplayString$1(e.$t("message.cash_predition")),1)])])]),_hoisted_51$9])]))]),createVNode(g,{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$i),createBaseVNode("div",_hoisted_4$i,[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$h,_hoisted_7$g)):(openBlock(),createElementBlock("div",_hoisted_8$g,[(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_9$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$o={class:"form flex flex-col"},_hoisted_2$l={key:0,class:"flex flex-col"},_hoisted_3$h={class:"flex wrap height-100-pct"},_hoisted_4$h=createBaseVNode("div",{class:"ribbon1"},[createBaseVNode("div")],-1),_hoisted_5$g={key:0,class:"wrap account-msg"},_hoisted_6$f={class:"wrap cols flex flex-wrap"},_hoisted_7$f={key:2,class:"mashup-main flex flex-col"},_hoisted_8$f={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"),g=resolveComponent("AccountSecondaryArea"),f=resolveComponent("MashupMainArea"),v=resolveComponent("MainFooter");return openBlock(),createElementBlock("div",_hoisted_1$o,[createVNode(r),e.offerURL!==""?(openBlock(),createElementBlock("main",_hoisted_2$l,[createBaseVNode("div",_hoisted_3$h,[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),_hoisted_4$h,createBaseVNode("div",null,[e.userId!=-1?(openBlock(),createElementBlock("h1",_hoisted_5$g,toDisplayString$1(e.$t("message.hello")+a.showWelcomeMessage()),1)):createCommentVNode("",!0),createBaseVNode("div",_hoisted_6$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(g,{key:e.reloadOffer}))])])],2)):(openBlock(),createElementBlock("main",_hoisted_7$f,[createBaseVNode("div",_hoisted_8$f,[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$n={class:"wrap"},_hoisted_2$k={class:"highlight-card flex-mid-align"},_hoisted_3$g={class:"flex flex-col"},_hoisted_4$g={class:"offer-highlights"},_hoisted_5$f={class:"flex flex-col"};function _sfc_render$o(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$n,[createBaseVNode("div",_hoisted_2$k,[createBaseVNode("div",_hoisted_3$g,[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$g,[(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$f,[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$m={key:0,class:"mashup-main flex flex-col"},_hoisted_2$j={class:"wrap flex"},_hoisted_3$f={key:1,class:"flex flex-col"},_hoisted_4$f={class:"wrap flex height-100-pct"},_hoisted_5$e={key:2,class:"flex flex-col hero-main"},_hoisted_6$e=createBaseVNode("div",{class:"ribbon1"},[createBaseVNode("div",null,[createBaseVNode("div",{class:"wrap"})])],-1),_hoisted_7$e={class:"wrap offer-heading"},_hoisted_8$e={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$m,[createBaseVNode("div",_hoisted_2$j,[createVNode(r)])])):e.offerURL!==""?(openBlock(),createElementBlock("main",_hoisted_3$f,[createBaseVNode("div",_hoisted_4$f,[createVNode(l)])])):(openBlock(),createElementBlock("main",_hoisted_5$e,[_hoisted_6$e,createBaseVNode("div",_hoisted_7$e,[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_8$e,[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$l={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$l,[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$k={class:"flex flex-mid-align settings"},_hoisted_2$i={href:"./index.html"},_hoisted_3$e=["src"],_hoisted_4$e={key:0};function _sfc_render$l(e,t,n,o,s,a){return openBlock(),createElementBlock("header",_hoisted_1$k,[createBaseVNode("a",_hoisted_2$i,[createBaseVNode("img",{class:"logo",src:"./img/u+-logo.svg",alt:"U+"},null,8,_hoisted_3$e)]),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("h1",_hoisted_4$e,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$j={key:0};function _sfc_render$k(e,t,n,o,s,a){return o.isActive?(openBlock(),createElementBlock("div",_hoisted_1$j,[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$i={class:"simple",title:"click to expand or collapse"},_hoisted_2$h={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$i,[createBaseVNode("i",{class:normalizeClass("pi"+(s.isExpanded?" pi-caret-down":" pi-caret-right"))},null,2)])]),createBaseVNode("div",_hoisted_2$h,[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$h={class:"tab-vertical-menu"},_hoisted_2$g={class:"tab-interface"},_hoisted_3$d={role:"tablist"},_hoisted_4$d=["tabindex","aria-selected","onClick"],_hoisted_5$d={key:0,class:"tab-action"},_hoisted_6$d=createBaseVNode("button",{type:"submit","data-clear":"",class:"simple"}," Reset to default ",-1),_hoisted_7$d=createBaseVNode("button",{class:"strong",type:"submit"},"Save",-1),_hoisted_8$d=[_hoisted_6$d,_hoisted_7$d],_hoisted_9$d={class:"tabs-details"};function _sfc_render$i(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$h,[createBaseVNode("div",_hoisted_2$g,[createVNode(r,{onToggleExpand:e.toggleExpand,title:"Menu",expanded:e.expanded},{default:withCtx(()=>[createBaseVNode("ul",_hoisted_3$d,[(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$d)]))),128))])]),_:1},8,["onToggleExpand","expanded"]),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_5$d,_hoisted_8$d))]),createBaseVNode("div",_hoisted_9$d,[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$g={class:"file-upload"},_hoisted_2$f=createBaseVNode("label",{for:"file",title:"Upload configuration"},[createBaseVNode("i",{class:"pi pi-document-upload-solid"}),createTextVNode("Upload config file ")],-1);function _sfc_render$h(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$g,[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),_hoisted_2$f])}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)}}}},_hoisted_1$f=createBaseVNode("i",{class:"pi pi-document-download-solid"},null,-1);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"},[_hoisted_1$f,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$e=createBaseVNode("h2",null,"Welcome to the U+ demo website",-1),_hoisted_2$e={class:"container-transparent"},_hoisted_3$c=createBaseVNode("h3",null,"Step 1",-1),_hoisted_4$c=createBaseVNode("p",null," Start by downloading the settings config file template provided here: ",-1),_hoisted_5$c=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),_hoisted_6$c={class:"container-transparent"},_hoisted_7$c=createBaseVNode("h3",null,"Step 3",-1),_hoisted_8$c=createBaseVNode("p",null,"Upload your updated config file here:",-1),_hoisted_9$c=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);function _sfc_render$f(e,t,n,o,s,a){const r=resolveComponent("FileDownload"),l=resolveComponent("FileUpload");return openBlock(),createElementBlock("div",null,[_hoisted_1$e,createBaseVNode("div",_hoisted_2$e,[_hoisted_3$c,_hoisted_4$c,createVNode(r)]),_hoisted_5$c,createBaseVNode("div",_hoisted_6$c,[_hoisted_7$c,_hoisted_8$c,createVNode(l)]),_hoisted_9$c])}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$d={class:"container-transparent"},_hoisted_2$d=createBaseVNode("h2",null,"General",-1),_hoisted_3$b=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),_hoisted_4$b={class:"container"},_hoisted_5$b={class:"body"},_hoisted_6$b={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$b={class:"field-item"},_hoisted_8$b=createBaseVNode("label",{for:"theming-override"},"Override default theme",-1),_hoisted_9$b={key:0,class:"field-item"},_hoisted_10$b=createBaseVNode("label",{for:"branding-color"},"Branding color",-1),_hoisted_11$b=createBaseVNode("label",{for:"interactive-color"},"Interactive color",-1),_hoisted_12$b={class:"layout-labels-top"},_hoisted_13$b={class:"field-item"},_hoisted_14$b=createBaseVNode("label",{for:"ga-connection-type"},"Type",-1),_hoisted_15$b=createBaseVNode("option",{value:"mashup"},"Pega Web Mashup (Traditional UI)",-1),_hoisted_16$b=createBaseVNode("option",{value:"embedui"}," Pega Web Embed UI (Constellation UI - Pega Infinity 8.7, 8.8 or '23) ",-1),_hoisted_17$b=createBaseVNode("option",{value:"embedui2"}," Pega Web Embed UI (Constellation UI - Pega Infinity '24.1) ",-1),_hoisted_18$b=createBaseVNode("option",{value:"embedui3"}," Pega Web Embed UI (Constellation UI - Pega Infinity '24.2 or higher) ",-1),_hoisted_19$b=createBaseVNode("option",{value:"dxv1"}," DX API v1 (Mashup Web component - 8.1+) ",-1),_hoisted_20$b=createBaseVNode("option",{value:"dxv2"}," DX API v2 (Mashup Web component - 8.5+) ",-1),_hoisted_21$b=[_hoisted_15$b,_hoisted_16$b,_hoisted_17$b,_hoisted_18$b,_hoisted_19$b,_hoisted_20$b],_hoisted_22$b={key:0,class:"field-item"},_hoisted_23$a=createBaseVNode("label",{for:"ga-connection-authtype"},"Authentication",-1),_hoisted_24$a=createBaseVNode("option",{value:"basic"},"Basic authentication",-1),_hoisted_25$a=createBaseVNode("option",{value:"oauth2password"}," OAuth 2.0 Password Grant Type ",-1),_hoisted_26$a=[_hoisted_24$a,_hoisted_25$a],_hoisted_27$a={key:1,class:"field-item"},_hoisted_28$a=createBaseVNode("label",{for:"ga-connection-authtype"},"Authentication",-1),_hoisted_29$a=createBaseVNode("option",{value:"oauth2clientcredentials"}," OAuth 2.0 Client Credentials Type ",-1),_hoisted_30$a=[_hoisted_29$a],_hoisted_31$a={key:2,class:"field-item"},_hoisted_32$a=createBaseVNode("label",{for:"ga-connection-clientid"},"Client ID",-1),_hoisted_33$a={key:3,class:"field-item"},_hoisted_34$a=createBaseVNode("label",{for:"ga-connection-clientsecret"},"Client secret",-1),_hoisted_35$a={key:4,class:"field-item"},_hoisted_36$a=createBaseVNode("label",{for:"ga-connection-webportal"},"Web portal",-1),_hoisted_37$a={key:5,class:"field-item"},_hoisted_38$a=createBaseVNode("label",{for:"ga-connection-c11nserver"},"C11n URL (staticContentUrl)",-1),_hoisted_39$a={key:6,class:"field-item"},_hoisted_40$a=createBaseVNode("label",{for:"ga-connection-PegaURL"},"Pega Platform Web Base URL (for example 'https://127.0.0.1/prweb')",-1),_hoisted_41$a={key:7,class:"field-item"},_hoisted_42$a=createBaseVNode("label",{for:"ga-connection-ThemeID"},"Theme ID (leave empty to use auto-generated theme for each industry)",-1),_hoisted_43$a={key:8,class:"field-item"},_hoisted_44$a=createBaseVNode("label",{for:"ga-connection-authService"},"Authentication service",-1),_hoisted_45$a={key:0,class:"field-item"},_hoisted_46$a=createBaseVNode("label",{for:"ga-connection-bshowattachment"},"Show attachments",-1),_hoisted_47$a={class:"layout-labels-top"},_hoisted_48$a={class:"field-item"},_hoisted_49$a=createBaseVNode("label",{for:"ga-enabled"},"Enable",-1),_hoisted_50$a={class:"field-item"},_hoisted_51$8=createBaseVNode("label",{for:"ga-trackingid"},"Tracking ID",-1),_hoisted_52$5={class:"layout-labels-top"},_hoisted_53$4={class:"field-item"},_hoisted_54$4=createBaseVNode("label",{for:"2fa-enabled"},"Enable",-1),_hoisted_55$3={class:"field-item"},_hoisted_56$3=createBaseVNode("label",{for:"2fa-url"},"Server Base URL",-1),_hoisted_57$3={class:"field-item"},_hoisted_58$3=createBaseVNode("label",{for:"2fa-sendMode"},"OTP send mode",-1),_hoisted_59$2=createBaseVNode("option",{value:"email"},"Email",-1),_hoisted_60$2=createBaseVNode("option",{value:"sms"},"SMS",-1),_hoisted_61$2=[_hoisted_59$2,_hoisted_60$2],_hoisted_62$2=createBaseVNode("h4",null,"Email",-1),_hoisted_63$2={class:"layout-labels-top layout-inline-grid-double"},_hoisted_64$2={class:"field-item"},_hoisted_65$2=createBaseVNode("label",{for:"2fa-email-correspondenceName"},"Correspondence name",-1),_hoisted_66$2={class:"field-item"},_hoisted_67$2=createBaseVNode("label",{for:"2fa-email-emailAccount"},"Email account",-1),_hoisted_68$2={class:"field-item"},_hoisted_69$2=createBaseVNode("label",{for:"2fa-email-subject"},"Subject",-1),_hoisted_70$2={class:"field-item"},_hoisted_71$2=createBaseVNode("label",{for:"2fa-email-validateMaxAge"},"Validate max age",-1),_hoisted_72$2=createBaseVNode("h4",null,"SMS",-1),_hoisted_73$1={class:"layout-labels-top layout-inline-grid-double"},_hoisted_74$1={class:"field-item"},_hoisted_75$1=createBaseVNode("label",{for:"2fa-sms-from"},"From",-1),_hoisted_76$1={class:"field-item"},_hoisted_77$1=createBaseVNode("label",{for:"2fa-sms-account"},"Account",-1),_hoisted_78$1={class:"field-item"},_hoisted_79$1=createBaseVNode("label",{for:"2fa-sms-message"},"Message",-1),_hoisted_80$1={class:"field-item"},_hoisted_81$1=createBaseVNode("label",{for:"2fa-sms-validateMaxAge"},"Validate max age",-1);function _sfc_render$e(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$d,[_hoisted_2$d,_hoisted_3$b,createBaseVNode("div",_hoisted_4$b,[createBaseVNode("div",_hoisted_5$b,[createVNode(r,{title:"Theming",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_6$b,[createBaseVNode("div",_hoisted_7$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]]),_hoisted_8$b]),e.settings.general.theming.override?(openBlock(),createElementBlock("div",_hoisted_9$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]]),_hoisted_10$b,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]]),_hoisted_11$b])):createCommentVNode("",!0)])]),_:1}),createVNode(r,{title:"Pega Platform access",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_12$b,[createBaseVNode("div",_hoisted_13$b,[_hoisted_14$b,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))},_hoisted_21$b,544),[[vModelSelect,e.settings.general.connection.type]])]),e.settings.general.connection.type==="dxv1"||e.settings.general.connection.type==="dxv2"?(openBlock(),createElementBlock("div",_hoisted_22$b,[_hoisted_23$a,withDirectives(createBaseVNode("select",{id:"ga-connection-authtype","onUpdate:modelValue":t[5]||(t[5]=l=>e.settings.general.connection.authtype=l)},_hoisted_26$a,512),[[vModelSelect,e.settings.general.connection.authtype]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_27$a,[_hoisted_28$a,withDirectives(createBaseVNode("select",{id:"ga-connection-authtype","onUpdate:modelValue":t[6]||(t[6]=l=>e.settings.general.connection.authtype=l)},_hoisted_30$a,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_31$a,[_hoisted_32$a,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_33$a,[_hoisted_34$a,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_35$a,[_hoisted_36$a,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_37$a,[_hoisted_38$a,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_39$a,[_hoisted_40$a,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_41$a,[_hoisted_42$a,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_43$a,[_hoisted_44$a,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_45$a,[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]]),_hoisted_46$a])):createCommentVNode("",!0)]),_:1}),createVNode(r,{title:"Google Analytics",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_47$a,[createBaseVNode("div",_hoisted_48$a,[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]]),_hoisted_49$a]),createBaseVNode("div",_hoisted_50$a,[_hoisted_51$8,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_52$5,[createBaseVNode("div",_hoisted_53$4,[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]]),_hoisted_54$4]),createBaseVNode("div",_hoisted_55$3,[_hoisted_56$3,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_57$3,[_hoisted_58$3,withDirectives(createBaseVNode("select",{id:"2fa-sendMode","onUpdate:modelValue":t[19]||(t[19]=l=>e.settings.general.auth_2fa.sendMode=l)},_hoisted_61$2,512),[[vModelSelect,e.settings.general.auth_2fa.sendMode]])])]),_hoisted_62$2,createBaseVNode("div",_hoisted_63$2,[createBaseVNode("div",_hoisted_64$2,[_hoisted_65$2,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_66$2,[_hoisted_67$2,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_68$2,[_hoisted_69$2,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_70$2,[_hoisted_71$2,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]])])]),_hoisted_72$2,createBaseVNode("div",_hoisted_73$1,[createBaseVNode("div",_hoisted_74$1,[_hoisted_75$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_76$1,[_hoisted_77$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_78$1,[_hoisted_79$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_80$1,[_hoisted_81$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$c={class:"container-transparent"},_hoisted_2$c=createBaseVNode("h2",null,"Quick links",-1),_hoisted_3$a=createBaseVNode("p",null," Configuration of each of the mashup case types that can be accessed through the quick links component. ",-1),_hoisted_4$a={class:"layout-labels-left layout-inline-grid-double"},_hoisted_5$a={class:"field-item"},_hoisted_6$a=["id","onUpdate:modelValue"],_hoisted_7$a=["for"],_hoisted_8$a={key:0,class:"field-item field-checkbox"},_hoisted_9$a=["id","onUpdate:modelValue"],_hoisted_10$a=["for"],_hoisted_11$a={key:1,class:"field-item field-checkbox"},_hoisted_12$a=["id","onUpdate:modelValue"],_hoisted_13$a=["for"],_hoisted_14$a={class:"layout-inline-grid-double layout-labels-top"},_hoisted_15$a=["for"],_hoisted_16$a=["id","onUpdate:modelValue"],_hoisted_17$a={class:"layout-inline-grid-double layout-labels-top"},_hoisted_18$a={class:"field-item"},_hoisted_19$a=["for"],_hoisted_20$a=["id","onUpdate:modelValue","onChange"],_hoisted_21$a=createBaseVNode("option",null,"createNewWork",-1),_hoisted_22$a=createBaseVNode("option",null,"display",-1),_hoisted_23$9={key:0},_hoisted_24$9=createBaseVNode("option",null,"openAssignment",-1),_hoisted_25$9={key:1},_hoisted_26$9=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_27$9={key:0,class:"field-item"},_hoisted_28$9=["for"],_hoisted_29$9=["id","onUpdate:modelValue"],_hoisted_30$9=["id","onUpdate:modelValue"],_hoisted_31$9=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_32$9=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_33$9=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_34$9=[_hoisted_31$9,_hoisted_32$9,_hoisted_33$9],_hoisted_35$9={key:1,class:"field-item"},_hoisted_36$9=["for"],_hoisted_37$9=["id","onUpdate:modelValue"],_hoisted_38$9={key:2,class:"field-item"},_hoisted_39$9=["for"],_hoisted_40$9=["id","onUpdate:modelValue"],_hoisted_41$9={key:3,class:"field-item"},_hoisted_42$9=["for"],_hoisted_43$9=["id","onUpdate:modelValue"],_hoisted_44$9={class:"field-item"},_hoisted_45$9=["for"],_hoisted_46$9=["id","onUpdate:modelValue"],_hoisted_47$9={class:"field-item"},_hoisted_48$9=["for"],_hoisted_49$9=["id","onUpdate:modelValue"],_hoisted_50$9={key:4,class:"field-item"},_hoisted_51$7=["for"],_hoisted_52$4=["id","onUpdate:modelValue"],_hoisted_53$3={key:5,class:"field-item"},_hoisted_54$3=["for"],_hoisted_55$2=["id","onUpdate:modelValue"],_hoisted_56$2={key:6,class:"field-item"},_hoisted_57$2=["for"],_hoisted_58$2=["id","onUpdate:modelValue"],_hoisted_59$1=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_60$1=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_61$1=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_62$1={key:0,value:"simplifiedAssignment"},_hoisted_63$1={class:"field-item"},_hoisted_64$1=["for"],_hoisted_65$1=["id","onUpdate:modelValue"],_hoisted_66$1={class:"field-item"},_hoisted_67$1=["for"],_hoisted_68$1=["id","onUpdate:modelValue"],_hoisted_69$1={class:"layout-labels-top"},_hoisted_70$1={class:"field-item"},_hoisted_71$1=["for"],_hoisted_72$1=["id","onUpdate:modelValue"];function _sfc_render$d(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$c,[_hoisted_2$c,_hoisted_3$a,(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_4$a,[createBaseVNode("div",_hoisted_5$a,[withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-hideaccount",type:"checkbox","onUpdate:modelValue":d=>l.hide=d},null,8,_hoisted_6$a),[[vModelCheckbox,l.hide]]),createBaseVNode("label",{class:"width-auto",for:"quicklinks-"+c+"-hideaccount"},"Hide from account page",8,_hoisted_7$a)]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_8$a,[withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-dataretained",type:"checkbox","onUpdate:modelValue":d=>l.dataretained=d},null,8,_hoisted_9$a),[[vModelCheckbox,l.dataretained]]),createBaseVNode("label",{class:"width-auto",for:"quicklinks-"+c+"-dataretained"},"Retain state on reload",8,_hoisted_10$a)])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_11$a,[withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-hideassignmentheader",type:"checkbox","onUpdate:modelValue":d=>l.hideassignmentheader=d},null,8,_hoisted_12$a),[[vModelCheckbox,l.hideassignmentheader]]),createBaseVNode("label",{class:"width-auto",for:"quicklinks-"+c+"-hideassignmentheader"},"Hide assignment header",8,_hoisted_13$a)])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_14$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_15$a),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-"+d,type:"text","onUpdate:modelValue":u=>l.title[d]=u},null,8,_hoisted_16$a),[[vModelText,l.title[d]]])]))),128))]),createBaseVNode("div",_hoisted_17$a,[createBaseVNode("div",_hoisted_18$a,[createBaseVNode("label",{for:"quicklinks-"+c+"-action"},"Action",8,_hoisted_19$a),withDirectives(createBaseVNode("select",{id:"quicklinks-"+c+"-action","onUpdate:modelValue":d=>l.action=d,onChange:d=>a.onActionChange(c)},[_hoisted_21$a,_hoisted_22$a,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_23$9," getNextWork ")):createCommentVNode("",!0),_hoisted_24$9,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_25$9," openWorkItem ")):createCommentVNode("",!0),_hoisted_26$9],40,_hoisted_20$a),[[vModelSelect,l.action]])]),l.action!=="createNewWork"&&l.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_27$9,[createBaseVNode("label",{for:"quicklinks-"+c+"-actionparam"},"Action parameter",8,_hoisted_28$9),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_29$9)),[[vModelText,l.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"quicklinks-"+c+"-actionparam","onUpdate:modelValue":d=>l.actionparam=d},_hoisted_34$9,8,_hoisted_30$9)),[[vModelSelect,l.actionparam]])])):createCommentVNode("",!0),l.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&l.action==="display"?(openBlock(),createElementBlock("div",_hoisted_35$9,[createBaseVNode("label",{for:"quicklinks-"+c+"-objclass"},"Classname",8,_hoisted_36$9),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-objclass",type:"text","onUpdate:modelValue":d=>l.objclass=d},null,8,_hoisted_37$9),[[vModelText,l.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&l.action==="display"?(openBlock(),createElementBlock("div",_hoisted_38$9,[createBaseVNode("label",{for:"quicklinks-"+c+"-heading"},"Heading",8,_hoisted_39$9),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-heading",type:"text","onUpdate:modelValue":d=>l.heading=d},null,8,_hoisted_40$9),[[vModelText,l.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&l.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_41$9,[createBaseVNode("label",{for:"quicklinks-"+c+"-startcase"},"Start case",8,_hoisted_42$9),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-startcase",type:"text","onUpdate:modelValue":d=>l.startcase=d},null,8,_hoisted_43$9),[[vModelText,l.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_44$9,[createBaseVNode("label",{for:"quicklinks-"+c+"-url"},"URL",8,_hoisted_45$9),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-url",type:"text","onUpdate:modelValue":d=>l.url=d},null,8,_hoisted_46$9),[[vModelText,l.url]])]),createBaseVNode("div",_hoisted_47$9,[createBaseVNode("label",{for:"quicklinks-"+c+"-application"},"Application name / alias",8,_hoisted_48$9),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-application",type:"text","onUpdate:modelValue":d=>l.application=d},null,8,_hoisted_49$9),[[vModelText,l.application]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_50$9,[createBaseVNode("label",{for:"quicklinks-"+c+"-channelid"},"Channel ID",8,_hoisted_51$7),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-channelid",type:"text","onUpdate:modelValue":d=>l.channelid=d},null,8,_hoisted_52$4),[[vModelText,l.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_53$3,[createBaseVNode("label",{for:"quicklinks-"+c+"-tenantid"},"Tenant ID",8,_hoisted_54$3),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-tenantid",type:"text","onUpdate:modelValue":d=>l.tenantid=d},null,8,_hoisted_55$2),[[vModelText,l.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_56$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-pagetemplate"},"Page Template",8,_hoisted_57$2),withDirectives(createBaseVNode("select",{id:"quicklinks-"+c+"-pagetemplate","onUpdate:modelValue":d=>l.pageTemplate=d},[_hoisted_59$1,_hoisted_60$1,_hoisted_61$1,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_62$1," Simplified assignment ")):createCommentVNode("",!0)],8,_hoisted_58$2),[[vModelSelect,l.pageTemplate]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_63$1,[createBaseVNode("label",{for:"quicklinks-"+c+"-icon"},"Icon (for mobile)",8,_hoisted_64$1),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-icon",type:"text","onUpdate:modelValue":d=>l.icon=d},null,8,_hoisted_65$1),[[vModelText,l.icon]])]),createBaseVNode("div",_hoisted_66$1,[createBaseVNode("label",{for:"quicklinks-"+c+"-hideusers"},"Hide for below users (for example User1,User2)",8,_hoisted_67$1),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-hideusers",type:"text","onUpdate:modelValue":d=>l.hideusers=d},null,8,_hoisted_68$1),[[vModelText,l.hideusers]])])]),createBaseVNode("div",_hoisted_69$1,[createBaseVNode("div",_hoisted_70$1,[createBaseVNode("label",{for:"quicklinks-"+c+"-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",8,_hoisted_71$1),withDirectives(createBaseVNode("textarea",{id:"quicklinks-"+c+"-extraparam","onUpdate:modelValue":d=>l.extraparam=d},null,8,_hoisted_72$1),[[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$b={class:"container-transparent"},_hoisted_2$b=createBaseVNode("h2",null,"Bill Pay component",-1),_hoisted_3$9=createBaseVNode("p",null," Configuration of the mashup displayed when clicking on the 'Pay now' action inside the account page. ",-1),_hoisted_4$9={class:"container"},_hoisted_5$9={class:"body"},_hoisted_6$9={class:"layout-labels-left"},_hoisted_7$9={class:"field-item"},_hoisted_8$9=createBaseVNode("label",{class:"width-auto",for:"bill-pay-hidebillpay"},"Hide Bill Pay",-1),_hoisted_9$9={class:"layout-labels-top layout-inline-grid-double"},_hoisted_10$9={class:"field-item"},_hoisted_11$9=createBaseVNode("label",{for:"billpay-action"},"Action",-1),_hoisted_12$9=createBaseVNode("option",null,"createNewWork",-1),_hoisted_13$9=createBaseVNode("option",null,"display",-1),_hoisted_14$9={key:0},_hoisted_15$9=createBaseVNode("option",null,"openAssignment",-1),_hoisted_16$9={key:1},_hoisted_17$9=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_18$9={key:0,class:"field-item"},_hoisted_19$9=createBaseVNode("label",{for:"billpay-actionparam"},"Action parameter",-1),_hoisted_20$9=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_21$9=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_22$9=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_23$8=[_hoisted_20$9,_hoisted_21$9,_hoisted_22$9],_hoisted_24$8={key:1,class:"field-item"},_hoisted_25$8=createBaseVNode("label",{for:"billpay-objclass"},"Classname",-1),_hoisted_26$8={key:2,class:"field-item"},_hoisted_27$8=createBaseVNode("label",{for:"billpay-heading"},"Heading",-1),_hoisted_28$8={key:3,class:"field-item"},_hoisted_29$8=createBaseVNode("label",{for:"billpay-startcase"},"Start case",-1),_hoisted_30$8={class:"field-item"},_hoisted_31$8=createBaseVNode("label",{for:"billpay-url"},"URL",-1),_hoisted_32$8={class:"field-item"},_hoisted_33$8=createBaseVNode("label",{for:"billpay-application"},"Application name",-1),_hoisted_34$8={key:4,class:"field-item"},_hoisted_35$8=createBaseVNode("label",{for:"billpay-channelid"},"Channel ID",-1),_hoisted_36$8={key:5,class:"field-item"},_hoisted_37$8=createBaseVNode("label",{for:"billpay-tenantid"},"Tenant ID",-1),_hoisted_38$8={key:6,class:"field-item"},_hoisted_39$8=createBaseVNode("label",{for:"billpay-pagetemplate"},"Page Template",-1),_hoisted_40$8=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_41$8=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_42$8=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_43$8={key:0,value:"simplifiedAssignment"},_hoisted_44$8={key:7,class:"field-item field-checkbox"},_hoisted_45$8=createBaseVNode("label",{class:"width-auto",for:"billpay-dataretained"},"Retain state on reload",-1),_hoisted_46$8={key:8,class:"field-item field-checkbox"},_hoisted_47$8=createBaseVNode("label",{class:"width-auto",for:"billpay-hideassignmentheader"},"Hide assignment header",-1),_hoisted_48$8={class:"layout-labels-top"},_hoisted_49$8={class:"field-item"},_hoisted_50$8=createBaseVNode("label",{for:"billpay-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$c(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$b,[_hoisted_2$b,_hoisted_3$9,createBaseVNode("div",_hoisted_4$9,[createBaseVNode("div",_hoisted_5$9,[createBaseVNode("div",_hoisted_6$9,[createBaseVNode("div",_hoisted_7$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]]),_hoisted_8$9])]),createBaseVNode("div",_hoisted_9$9,[createBaseVNode("div",_hoisted_10$9,[_hoisted_11$9,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))},[_hoisted_12$9,_hoisted_13$9,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_14$9," getNextWork ")):createCommentVNode("",!0),_hoisted_15$9,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_16$9," openWorkItem ")):createCommentVNode("",!0),_hoisted_17$9],544),[[vModelSelect,e.settings.billpay.action]])]),e.settings.billpay.action!=="createNewWork"&&e.settings.billpay.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_18$9,[_hoisted_19$9,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)},_hoisted_23$8,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_24$8,[_hoisted_25$8,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_26$8,[_hoisted_27$8,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_28$8,[_hoisted_29$8,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_30$8,[_hoisted_31$8,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_32$8,[_hoisted_33$8,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_34$8,[_hoisted_35$8,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_36$8,[_hoisted_37$8,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_38$8,[_hoisted_39$8,withDirectives(createBaseVNode("select",{id:"billpay-pagetemplate","onUpdate:modelValue":t[12]||(t[12]=r=>e.settings.billpay.pageTemplate=r)},[_hoisted_40$8,_hoisted_41$8,_hoisted_42$8,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_43$8," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.billpay.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_44$8,[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]]),_hoisted_45$8])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_46$8,[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]]),_hoisted_47$8])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_48$8,[createBaseVNode("div",_hoisted_49$8,[_hoisted_50$8,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$a={class:"container-transparent"},_hoisted_2$a=createBaseVNode("h2",null,"Banner component",-1),_hoisted_3$8=createBaseVNode("p",null,"Configuration of the banner component inside the account page.",-1),_hoisted_4$8={class:"container"},_hoisted_5$8={class:"body"},_hoisted_6$8={class:"layout-labels-left layout-inline-grid-double"},_hoisted_7$8={class:"field-item"},_hoisted_8$8=createBaseVNode("label",{for:"banner-hidebanner"},"Hide banner",-1),_hoisted_9$8={class:"field-item"},_hoisted_10$8=createBaseVNode("label",{for:"banner-hidebanner-button"},"Hide banner button",-1),_hoisted_11$8={class:"field-item"},_hoisted_12$8=createBaseVNode("label",{for:"banner-background-color"},"Background color",-1),_hoisted_13$8={class:"layout-labels-top layout-inline-grid-double"},_hoisted_14$8={class:"field-item"},_hoisted_15$8=createBaseVNode("label",{for:"banner-action"},"Action",-1),_hoisted_16$8=createBaseVNode("option",null,"createNewWork",-1),_hoisted_17$8=createBaseVNode("option",null,"display",-1),_hoisted_18$8={key:0},_hoisted_19$8=createBaseVNode("option",null,"openAssignment",-1),_hoisted_20$8={key:1},_hoisted_21$8=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_22$8={key:0,class:"field-item"},_hoisted_23$7=createBaseVNode("label",{for:"banner-actionparam"},"Action parameter",-1),_hoisted_24$7=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_25$7=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_26$7=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_27$7=[_hoisted_24$7,_hoisted_25$7,_hoisted_26$7],_hoisted_28$7={key:1,class:"field-item"},_hoisted_29$7=createBaseVNode("label",{for:"banner-objclass"},"Classname",-1),_hoisted_30$7={key:2,class:"field-item"},_hoisted_31$7=createBaseVNode("label",{for:"banner-heading"},"Heading",-1),_hoisted_32$7={key:3,class:"field-item"},_hoisted_33$7=createBaseVNode("label",{for:"banner-startcase"},"Start case",-1),_hoisted_34$7={class:"field-item"},_hoisted_35$7=createBaseVNode("label",{for:"banner-url"},"URL",-1),_hoisted_36$7={class:"field-item"},_hoisted_37$7=createBaseVNode("label",{for:"banner-application"},"Application name / alias",-1),_hoisted_38$7={key:4,class:"field-item"},_hoisted_39$7=createBaseVNode("label",{for:"banner-channelid"},"Channel ID",-1),_hoisted_40$7={key:5,class:"field-item"},_hoisted_41$7=createBaseVNode("label",{for:"banner-tenantid"},"Tenant ID",-1),_hoisted_42$7={key:6,class:"field-item"},_hoisted_43$7=createBaseVNode("label",{for:"banner-pagetemplate"},"Page Template",-1),_hoisted_44$7=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_45$7=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_46$7=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_47$7={key:0,value:"simplifiedAssignment"},_hoisted_48$7={key:7,class:"field-item field-checkbox"},_hoisted_49$7=createBaseVNode("label",{class:"width-auto",for:"banner-dataretained"},"Retain state on reload",-1),_hoisted_50$7={key:8,class:"field-item field-checkbox"},_hoisted_51$6=createBaseVNode("label",{class:"width-auto",for:"banner-hideassignmentheader"},"Hide assignment header",-1),_hoisted_52$3={class:"layout-labels-top"},_hoisted_53$2={class:"field-item"},_hoisted_54$2=createBaseVNode("label",{for:"banner-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$b(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$a,[_hoisted_2$a,_hoisted_3$8,createBaseVNode("div",_hoisted_4$8,[createBaseVNode("div",_hoisted_5$8,[createBaseVNode("div",_hoisted_6$8,[createBaseVNode("div",_hoisted_7$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]]),_hoisted_8$8]),createBaseVNode("div",_hoisted_9$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]]),_hoisted_10$8]),createBaseVNode("div",_hoisted_11$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]]),_hoisted_12$8])]),createBaseVNode("div",_hoisted_13$8,[createBaseVNode("div",_hoisted_14$8,[_hoisted_15$8,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))},[_hoisted_16$8,_hoisted_17$8,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_18$8," getNextWork ")):createCommentVNode("",!0),_hoisted_19$8,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_20$8," openWorkItem ")):createCommentVNode("",!0),_hoisted_21$8],544),[[vModelSelect,e.settings.banner.action]])]),e.settings.banner.action!=="createNewWork"&&e.settings.banner.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_22$8,[_hoisted_23$7,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)},_hoisted_27$7,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_28$7,[_hoisted_29$7,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_30$7,[_hoisted_31$7,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_32$7,[_hoisted_33$7,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_34$7,[_hoisted_35$7,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_36$7,[_hoisted_37$7,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_38$7,[_hoisted_39$7,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_40$7,[_hoisted_41$7,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_42$7,[_hoisted_43$7,withDirectives(createBaseVNode("select",{id:"banner-pagetemplate","onUpdate:modelValue":t[14]||(t[14]=r=>e.settings.banner.pageTemplate=r)},[_hoisted_44$7,_hoisted_45$7,_hoisted_46$7,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_47$7," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.banner.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_48$7,[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]]),_hoisted_49$7])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_50$7,[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]]),_hoisted_51$6])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_52$3,[createBaseVNode("div",_hoisted_53$2,[_hoisted_54$2,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$9={class:"container-transparent"},_hoisted_2$9=createBaseVNode("h2",null,"Knowledge Management",-1),_hoisted_3$7=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),_hoisted_4$7={class:"container"},_hoisted_5$7={class:"body"},_hoisted_6$7={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$7={class:"field-item"},_hoisted_8$7=createBaseVNode("label",{for:"kmhelp-action"},"Action",-1),_hoisted_9$7=createBaseVNode("option",null,"createNewWork",-1),_hoisted_10$7=createBaseVNode("option",null,"display",-1),_hoisted_11$7={key:0},_hoisted_12$7=createBaseVNode("option",null,"openAssignment",-1),_hoisted_13$7={key:1},_hoisted_14$7=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_15$7={key:0,class:"field-item"},_hoisted_16$7=createBaseVNode("label",{for:"kmhelp-actionparam"},"Action parameter",-1),_hoisted_17$7=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_18$7=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_19$7=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_20$7=[_hoisted_17$7,_hoisted_18$7,_hoisted_19$7],_hoisted_21$7={key:1,class:"field-item"},_hoisted_22$7=createBaseVNode("label",{for:"kmhelp-objclass"},"Classname",-1),_hoisted_23$6={key:2,class:"field-item"},_hoisted_24$6=createBaseVNode("label",{for:"kmhelp-heading"},"Heading",-1),_hoisted_25$6={key:3,class:"field-item"},_hoisted_26$6=createBaseVNode("label",{for:"kmhelp-startcase"},"Start case",-1),_hoisted_27$6={class:"field-item"},_hoisted_28$6=createBaseVNode("label",{for:"kmhelp-url"},"URL",-1),_hoisted_29$6={class:"field-item"},_hoisted_30$6=createBaseVNode("label",{for:"kmhelp-application"},"Application name / alias",-1),_hoisted_31$6={class:"field-item"},_hoisted_32$6=createBaseVNode("label",{for:"kmhelp-username"},"Username (for unauthenticated access)",-1),_hoisted_33$6={class:"field-item"},_hoisted_34$6=createBaseVNode("label",{for:"kmhelp-password"},"Password (for unauthenticated access)",-1),_hoisted_35$6={key:4,class:"field-item"},_hoisted_36$6=createBaseVNode("label",{for:"kmhelp-channelid"},"Channel ID",-1),_hoisted_37$6={key:5,class:"field-item"},_hoisted_38$6=createBaseVNode("label",{for:"kmhelp-tenantid"},"Tenant ID",-1),_hoisted_39$6={key:6,class:"field-item"},_hoisted_40$6=createBaseVNode("label",{for:"kmhelp-pagetemplate"},"Page Template",-1),_hoisted_41$6=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_42$6=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_43$6=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_44$6={key:0,value:"simplifiedAssignment"},_hoisted_45$6={key:7,class:"field-item field-checkbox"},_hoisted_46$6=createBaseVNode("label",{class:"width-auto",for:"kmhelp-dataretained"},"Retain state on reload",-1),_hoisted_47$6={key:8,class:"field-item field-checkbox"},_hoisted_48$6=createBaseVNode("label",{class:"width-auto",for:"kmhelp-hideassignmentheader"},"Hide assignment header",-1),_hoisted_49$6={class:"layout-labels-top"},_hoisted_50$6={class:"field-item"},_hoisted_51$5=createBaseVNode("label",{for:"kmhelp-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$a(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$9,[_hoisted_2$9,_hoisted_3$7,createBaseVNode("div",_hoisted_4$7,[createBaseVNode("div",_hoisted_5$7,[createBaseVNode("div",_hoisted_6$7,[createBaseVNode("div",_hoisted_7$7,[_hoisted_8$7,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))},[_hoisted_9$7,_hoisted_10$7,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_11$7," getNextWork ")):createCommentVNode("",!0),_hoisted_12$7,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_13$7," openWorkItem ")):createCommentVNode("",!0),_hoisted_14$7],544),[[vModelSelect,e.settings.kmhelp.action]])]),e.settings.kmhelp.action!=="createNewWork"&&e.settings.kmhelp.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_15$7,[_hoisted_16$7,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)},_hoisted_20$7,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_21$7,[_hoisted_22$7,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_23$6,[_hoisted_24$6,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_25$6,[_hoisted_26$6,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_27$6,[_hoisted_28$6,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_29$6,[_hoisted_30$6,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_31$6,[_hoisted_32$6,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_33$6,[_hoisted_34$6,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_35$6,[_hoisted_36$6,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_37$6,[_hoisted_38$6,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_39$6,[_hoisted_40$6,withDirectives(createBaseVNode("select",{id:"kmhelp-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.kmhelp.pageTemplate=r)},[_hoisted_41$6,_hoisted_42$6,_hoisted_43$6,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_44$6," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.kmhelp.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_45$6,[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]]),_hoisted_46$6])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_47$6,[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]]),_hoisted_48$6])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_49$6,[createBaseVNode("div",_hoisted_50$6,[_hoisted_51$5,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$8={class:"container-transparent"},_hoisted_2$8=createBaseVNode("h2",null,"To Do component",-1),_hoisted_3$6=createBaseVNode("p",null," Configuration of the mashup displayed as the To Do list inside the account page. ",-1),_hoisted_4$6={class:"container"},_hoisted_5$6={class:"body"},_hoisted_6$6={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$6={class:"field-item field-checkbox"},_hoisted_8$6=createBaseVNode("label",{class:"width-auto",for:"todo-hideaccount"},"Hide account picker",-1),_hoisted_9$6={class:"field-item field-checkbox"},_hoisted_10$6=createBaseVNode("label",{class:"width-auto",for:"todo-hideaccountdetails"},"Hide account details",-1),_hoisted_11$6={class:"layout-labels-top layout-inline-grid-double"},_hoisted_12$6={class:"field-item"},_hoisted_13$6=createBaseVNode("label",{for:"todo-action"},"Action",-1),_hoisted_14$6=createBaseVNode("option",null,"createNewWork",-1),_hoisted_15$6=createBaseVNode("option",null,"display",-1),_hoisted_16$6={key:0},_hoisted_17$6=createBaseVNode("option",null,"openAssignment",-1),_hoisted_18$6={key:1},_hoisted_19$6=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_20$6={key:0,class:"field-item"},_hoisted_21$6=createBaseVNode("label",{for:"todo-actionparam"},"Action parameter",-1),_hoisted_22$6=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_23$5=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_24$5=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_25$5=[_hoisted_22$6,_hoisted_23$5,_hoisted_24$5],_hoisted_26$5={key:1,class:"field-item"},_hoisted_27$5=createBaseVNode("label",{for:"todo-objclass"},"Classname",-1),_hoisted_28$5={key:2,class:"field-item"},_hoisted_29$5=createBaseVNode("label",{for:"todo-heading"},"Heading",-1),_hoisted_30$5={key:3,class:"field-item"},_hoisted_31$5=createBaseVNode("label",{for:"todo-startcase"},"Start case",-1),_hoisted_32$5={class:"field-item"},_hoisted_33$5=createBaseVNode("label",{for:"todo-url"},"URL",-1),_hoisted_34$5={class:"field-item"},_hoisted_35$5=createBaseVNode("label",{for:"todo-application"},"Application name / alias",-1),_hoisted_36$5={key:4,class:"field-item"},_hoisted_37$5=createBaseVNode("label",{for:"todo-channelid"},"Channel ID",-1),_hoisted_38$5={key:5,class:"field-item"},_hoisted_39$5=createBaseVNode("label",{for:"todo-tenantid"},"Tenant ID",-1),_hoisted_40$5={key:6,class:"field-item"},_hoisted_41$5=createBaseVNode("label",{for:"todo-pagetemplate"},"Page Template",-1),_hoisted_42$5=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_43$5=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_44$5=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_45$5={key:0,value:"simplifiedAssignment"},_hoisted_46$5={key:7,class:"field-item field-checkbox"},_hoisted_47$5=createBaseVNode("label",{class:"width-auto",for:"todo-dataretained"},"Retain state on reload",-1),_hoisted_48$5={key:8,class:"field-item field-checkbox"},_hoisted_49$5=createBaseVNode("label",{class:"width-auto",for:"todo-hideassignmentheader"},"Hide assignment header",-1),_hoisted_50$5={class:"layout-labels-top"},_hoisted_51$4={class:"field-item"},_hoisted_52$2=createBaseVNode("label",{for:"todo-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$9(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$8,[_hoisted_2$8,_hoisted_3$6,createBaseVNode("div",_hoisted_4$6,[createBaseVNode("div",_hoisted_5$6,[createBaseVNode("div",_hoisted_6$6,[createBaseVNode("div",_hoisted_7$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]]),_hoisted_8$6]),createBaseVNode("div",_hoisted_9$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]]),_hoisted_10$6])]),createBaseVNode("div",_hoisted_11$6,[createBaseVNode("div",_hoisted_12$6,[_hoisted_13$6,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))},[_hoisted_14$6,_hoisted_15$6,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_16$6," getNextWork ")):createCommentVNode("",!0),_hoisted_17$6,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_18$6," openWorkItem ")):createCommentVNode("",!0),_hoisted_19$6],544),[[vModelSelect,e.settings.todo.action]])]),e.settings.todo.action!=="createNewWork"&&e.settings.todo.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_20$6,[_hoisted_21$6,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)},_hoisted_25$5,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_26$5,[_hoisted_27$5,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_28$5,[_hoisted_29$5,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_30$5,[_hoisted_31$5,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_32$5,[_hoisted_33$5,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_34$5,[_hoisted_35$5,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_36$5,[_hoisted_37$5,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_38$5,[_hoisted_39$5,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_40$5,[_hoisted_41$5,withDirectives(createBaseVNode("select",{id:"todo-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.todo.pageTemplate=r)},[_hoisted_42$5,_hoisted_43$5,_hoisted_44$5,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_45$5," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.todo.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_46$5,[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]]),_hoisted_47$5])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_48$5,[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]]),_hoisted_49$5])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_50$5,[createBaseVNode("div",_hoisted_51$4,[_hoisted_52$2,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$7={class:"container-transparent"},_hoisted_2$7=createBaseVNode("h2",null,"Activity component",-1),_hoisted_3$5=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),_hoisted_4$5={class:"container"},_hoisted_5$5={class:"body"},_hoisted_6$5={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$5={class:"field-item field-checkbox"},_hoisted_8$5=createBaseVNode("label",{class:"width-auto",for:"todo-hideactivity"},"Hide activity feed",-1),_hoisted_9$5={class:"layout-labels-top layout-inline-grid-double"},_hoisted_10$5={class:"field-item"},_hoisted_11$5=createBaseVNode("label",{for:"activity-action"},"Action",-1),_hoisted_12$5=createBaseVNode("option",null,"createNewWork",-1),_hoisted_13$5=createBaseVNode("option",null,"display",-1),_hoisted_14$5={key:0},_hoisted_15$5=createBaseVNode("option",null,"openAssignment",-1),_hoisted_16$5={key:1},_hoisted_17$5=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_18$5={key:0,class:"field-item"},_hoisted_19$5=createBaseVNode("label",{for:"activity-actionparam"},"Action parameter",-1),_hoisted_20$5=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_21$5=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_22$5=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_23$4=[_hoisted_20$5,_hoisted_21$5,_hoisted_22$5],_hoisted_24$4={key:1,class:"field-item"},_hoisted_25$4=createBaseVNode("label",{for:"activity-objclass"},"Classname",-1),_hoisted_26$4={key:2,class:"field-item"},_hoisted_27$4=createBaseVNode("label",{for:"activity-heading"},"Heading",-1),_hoisted_28$4={key:3,class:"field-item"},_hoisted_29$4=createBaseVNode("label",{for:"activity-startcase"},"Start case",-1),_hoisted_30$4={class:"field-item"},_hoisted_31$4=createBaseVNode("label",{for:"activity-url"},"URL",-1),_hoisted_32$4={class:"field-item"},_hoisted_33$4=createBaseVNode("label",{for:"activity-application"},"Application name / alias",-1),_hoisted_34$4={key:4,class:"field-item"},_hoisted_35$4=createBaseVNode("label",{for:"activity-channelid"},"Channel ID",-1),_hoisted_36$4={key:5,class:"field-item"},_hoisted_37$4=createBaseVNode("label",{for:"activity-tenantid"},"Tenant ID",-1),_hoisted_38$4={key:6,class:"field-item"},_hoisted_39$4=createBaseVNode("label",{for:"activity-pagetemplate"},"Page Template",-1),_hoisted_40$4=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_41$4=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_42$4=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_43$4={key:0,value:"simplifiedAssignment"},_hoisted_44$4={key:7,class:"field-item field-checkbox"},_hoisted_45$4=createBaseVNode("label",{class:"width-auto",for:"activity-dataretained"},"Retain state on reload",-1),_hoisted_46$4={key:8,class:"field-item field-checkbox"},_hoisted_47$4=createBaseVNode("label",{class:"width-auto",for:"activity-hideassignmentheader"},"Hide assignment header",-1),_hoisted_48$4={class:"layout-labels-top"},_hoisted_49$4={class:"field-item"},_hoisted_50$4=createBaseVNode("label",{for:"activity-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$8(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$7,[_hoisted_2$7,_hoisted_3$5,createBaseVNode("div",_hoisted_4$5,[createBaseVNode("div",_hoisted_5$5,[createBaseVNode("div",_hoisted_6$5,[createBaseVNode("div",_hoisted_7$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]]),_hoisted_8$5])]),createBaseVNode("div",_hoisted_9$5,[createBaseVNode("div",_hoisted_10$5,[_hoisted_11$5,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))},[_hoisted_12$5,_hoisted_13$5,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_14$5," getNextWork ")):createCommentVNode("",!0),_hoisted_15$5,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_16$5," openWorkItem ")):createCommentVNode("",!0),_hoisted_17$5],544),[[vModelSelect,e.settings.activity.action]])]),e.settings.activity.action!=="createNewWork"&&e.settings.activity.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_18$5,[_hoisted_19$5,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)},_hoisted_23$4,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_24$4,[_hoisted_25$4,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_26$4,[_hoisted_27$4,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_28$4,[_hoisted_29$4,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_30$4,[_hoisted_31$4,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_32$4,[_hoisted_33$4,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_34$4,[_hoisted_35$4,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_36$4,[_hoisted_37$4,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_38$4,[_hoisted_39$4,withDirectives(createBaseVNode("select",{id:"activity-pagetemplate","onUpdate:modelValue":t[12]||(t[12]=r=>e.settings.activity.pageTemplate=r)},[_hoisted_40$4,_hoisted_41$4,_hoisted_42$4,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_43$4," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.activity.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_44$4,[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]]),_hoisted_45$4])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_46$4,[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]]),_hoisted_47$4])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_48$4,[createBaseVNode("div",_hoisted_49$4,[_hoisted_50$4,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$6={class:"container-transparent"},_hoisted_2$6=createBaseVNode("h2",null,"Home Hero Action",-1),_hoisted_3$4=createBaseVNode("p",null,' Configuration of the mashup displayed when clicking on the "Learn more" button inside the Hero placement of the Home page ',-1),_hoisted_4$4={class:"container"},_hoisted_5$4={class:"body"},_hoisted_6$4={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$4={class:"field-item"},_hoisted_8$4=createBaseVNode("label",{for:"homeheroaction-action"},"Action",-1),_hoisted_9$4=createBaseVNode("option",null,"createNewWork",-1),_hoisted_10$4=createBaseVNode("option",null,"display",-1),_hoisted_11$4={key:0},_hoisted_12$4=createBaseVNode("option",null,"openAssignment",-1),_hoisted_13$4={key:1},_hoisted_14$4=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_15$4={key:0,class:"field-item"},_hoisted_16$4=createBaseVNode("label",{for:"homeheroaction-actionparam"},"Action parameter",-1),_hoisted_17$4=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_18$4=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_19$4=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_20$4=[_hoisted_17$4,_hoisted_18$4,_hoisted_19$4],_hoisted_21$4={key:1,class:"field-item"},_hoisted_22$4=createBaseVNode("label",{for:"homeheroaction-objclass"},"Classname",-1),_hoisted_23$3={key:2,class:"field-item"},_hoisted_24$3=createBaseVNode("label",{for:"homeheroaction-heading"},"Heading",-1),_hoisted_25$3={key:3,class:"field-item"},_hoisted_26$3=createBaseVNode("label",{for:"homeheroaction-startcase"},"Start case",-1),_hoisted_27$3={class:"field-item"},_hoisted_28$3=createBaseVNode("label",{for:"homeheroaction-url"},"URL",-1),_hoisted_29$3={class:"field-item"},_hoisted_30$3=createBaseVNode("label",{for:"homeheroaction-application"},"Application name / alias",-1),_hoisted_31$3={class:"field-item"},_hoisted_32$3=createBaseVNode("label",{for:"homeheroaction-pega_userid"},"Pega userid",-1),_hoisted_33$3={class:"field-item"},_hoisted_34$3=createBaseVNode("label",{for:"homeheroaction-pega_pwd"},"Pega password",-1),_hoisted_35$3={key:4,class:"field-item"},_hoisted_36$3=createBaseVNode("label",{for:"homeheroaction-channelid"},"Channel ID",-1),_hoisted_37$3={key:5,class:"field-item"},_hoisted_38$3=createBaseVNode("label",{for:"homeheroaction-tenantid"},"Tenant ID",-1),_hoisted_39$3={key:6,class:"field-item"},_hoisted_40$3=createBaseVNode("label",{for:"homeheroaction-pagetemplate"},"Page Template",-1),_hoisted_41$3=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_42$3=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_43$3=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_44$3={key:0,value:"simplifiedAssignment"},_hoisted_45$3={key:7,class:"field-item field-checkbox"},_hoisted_46$3=createBaseVNode("label",{class:"width-auto",for:"homeheroaction-dataretained"},"Retain state on reload",-1),_hoisted_47$3={key:8,class:"field-item field-checkbox"},_hoisted_48$3=createBaseVNode("label",{class:"width-auto",for:"homeheroaction-hideassignmentheader"},"Hide assignment header",-1),_hoisted_49$3={class:"layout-labels-top"},_hoisted_50$3={class:"field-item"},_hoisted_51$3=createBaseVNode("label",{for:"homeheroaction-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$7(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$6,[_hoisted_2$6,_hoisted_3$4,createBaseVNode("div",_hoisted_4$4,[createBaseVNode("div",_hoisted_5$4,[createBaseVNode("div",_hoisted_6$4,[createBaseVNode("div",_hoisted_7$4,[_hoisted_8$4,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))},[_hoisted_9$4,_hoisted_10$4,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_11$4," getNextWork ")):createCommentVNode("",!0),_hoisted_12$4,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_13$4," openWorkItem ")):createCommentVNode("",!0),_hoisted_14$4],544),[[vModelSelect,e.settings.homeheroaction.action]])]),e.settings.homeheroaction.action!=="createNewWork"&&e.settings.homeheroaction.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_15$4,[_hoisted_16$4,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)},_hoisted_20$4,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_21$4,[_hoisted_22$4,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_23$3,[_hoisted_24$3,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_25$3,[_hoisted_26$3,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_27$3,[_hoisted_28$3,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_29$3,[_hoisted_30$3,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_31$3,[_hoisted_32$3,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_33$3,[_hoisted_34$3,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_35$3,[_hoisted_36$3,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_37$3,[_hoisted_38$3,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_39$3,[_hoisted_40$3,withDirectives(createBaseVNode("select",{id:"homeheroaction-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.homeheroaction.pageTemplate=r)},[_hoisted_41$3,_hoisted_42$3,_hoisted_43$3,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_44$3," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.homeheroaction.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_45$3,[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]]),_hoisted_46$3])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_47$3,[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]]),_hoisted_48$3])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_49$3,[createBaseVNode("div",_hoisted_50$3,[_hoisted_51$3,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$5={class:"container-transparent"},_hoisted_2$5=createBaseVNode("h2",null,"Users",-1),_hoisted_3$3=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),_hoisted_4$3={class:"layout-inline-grid-double layout-labels-left"},_hoisted_5$3={class:"field-item"},_hoisted_6$3=["id","onUpdate:modelValue"],_hoisted_7$3=["for"],_hoisted_8$3={class:"field-item"},_hoisted_9$3=["id","onUpdate:modelValue"],_hoisted_10$3=["for"],_hoisted_11$3={class:"layout-inline-grid-double layout-labels-top"},_hoisted_12$3={class:"field-item"},_hoisted_13$3=["for"],_hoisted_14$3=["id","onUpdate:modelValue"],_hoisted_15$3={class:"field-item"},_hoisted_16$3=["for"],_hoisted_17$3=["id","onUpdate:modelValue"],_hoisted_18$3={class:"field-item"},_hoisted_19$3=["for"],_hoisted_20$3=["id","onUpdate:modelValue"],_hoisted_21$3={class:"field-item"},_hoisted_22$3=["for"],_hoisted_23$2=["id","onUpdate:modelValue"],_hoisted_24$2={class:"field-item"},_hoisted_25$2=["for"],_hoisted_26$2=["id","onUpdate:modelValue"],_hoisted_27$2={class:"field-item"},_hoisted_28$2=["for"],_hoisted_29$2=["id","onUpdate:modelValue"],_hoisted_30$2={class:"field-item"},_hoisted_31$2=["for"],_hoisted_32$2=["id","onUpdate:modelValue"],_hoisted_33$2={class:"field-item"},_hoisted_34$2=["for"],_hoisted_35$2=["id","onUpdate:modelValue"],_hoisted_36$2={class:"field-item"},_hoisted_37$2=["for"],_hoisted_38$2=["id","onUpdate:modelValue"],_hoisted_39$2={class:"field-item"},_hoisted_40$2=["for"],_hoisted_41$2=["id","onUpdate:modelValue"],_hoisted_42$2={class:"field-item"},_hoisted_43$2=["for"],_hoisted_44$2=["id","onUpdate:modelValue"],_hoisted_45$2={class:"field-item"},_hoisted_46$2=["for"],_hoisted_47$2=["id","onUpdate:modelValue"],_hoisted_48$2={class:"layout-labels-top"},_hoisted_49$2={class:"field-item"},_hoisted_50$2=["for"],_hoisted_51$2=["id","onUpdate:modelValue"],_hoisted_52$1={class:"field-item"},_hoisted_53$1=["for"],_hoisted_54$1=["id","onUpdate:modelValue"],_hoisted_55$1={class:"layout-inline-grid-double layout-labels-left"},_hoisted_56$1={class:"field-item"},_hoisted_57$1=["id","onUpdate:modelValue"],_hoisted_58$1=["for"];function _sfc_render$6(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$5,[_hoisted_2$5,_hoisted_3$3,(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_4$3,[createBaseVNode("div",_hoisted_5$3,[withDirectives(createBaseVNode("input",{type:"checkbox",id:"user-"+c+"-load_by_default","onUpdate:modelValue":d=>l.load_by_default=d},null,8,_hoisted_6$3),[[vModelCheckbox,l.load_by_default]]),createBaseVNode("label",{class:"width-auto",for:"user-"+c+"-load_by_default"},"Loaded by default",8,_hoisted_7$3)]),createBaseVNode("div",_hoisted_8$3,[withDirectives(createBaseVNode("input",{type:"checkbox",id:"user-"+c+"-show_opname","onUpdate:modelValue":d=>l.show_opname=d},null,8,_hoisted_9$3),[[vModelCheckbox,l.show_opname]]),createBaseVNode("label",{class:"width-auto",for:"user-"+c+"-show_opname"},"Show operator name",8,_hoisted_10$3)])]),createBaseVNode("div",_hoisted_11$3,[createBaseVNode("div",_hoisted_12$3,[createBaseVNode("label",{for:"user-"+c+"-username"},"Username",8,_hoisted_13$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-username",type:"text","onUpdate:modelValue":d=>l.username=d},null,8,_hoisted_14$3),[[vModelText,l.username]])]),createBaseVNode("div",_hoisted_15$3,[createBaseVNode("label",{for:"user-"+c+"-password"},"Password",8,_hoisted_16$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-password",type:"password","onUpdate:modelValue":d=>l.password=d},null,8,_hoisted_17$3),[[vModelText,l.password]])]),createBaseVNode("div",_hoisted_18$3,[createBaseVNode("label",{for:"user-"+c+"-img"},"Image",8,_hoisted_19$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-img",type:"text","onUpdate:modelValue":d=>l.img=d},null,8,_hoisted_20$3),[[vModelText,l.img]])]),createBaseVNode("div",_hoisted_21$3,[createBaseVNode("label",{for:"user-"+c+"-company_name"},"Company",8,_hoisted_22$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-company_name",type:"text","onUpdate:modelValue":d=>l.company_name=d},null,8,_hoisted_23$2),[[vModelText,l.company_name]])]),createBaseVNode("div",_hoisted_24$2,[createBaseVNode("label",{for:"user-"+c+"-name"},"Name",8,_hoisted_25$2),withDirectives(createBaseVNode("input",{id:"user-"+c+"-name",type:"text","onUpdate:modelValue":d=>l.name=d},null,8,_hoisted_26$2),[[vModelText,l.name]])]),createBaseVNode("div",_hoisted_27$2,[createBaseVNode("label",{for:"user-"+c+"-billpay"},"Bill amount",8,_hoisted_28$2),withDirectives(createBaseVNode("input",{id:"user-"+c+"-billpay",type:"text","onUpdate:modelValue":d=>l.billpay=d},null,8,_hoisted_29$2),[[vModelText,l.billpay]])]),createBaseVNode("div",_hoisted_30$2,[createBaseVNode("label",{for:"user-"+c+"-pega_userid"},"Pega userid",8,_hoisted_31$2),withDirectives(createBaseVNode("input",{id:"user-"+c+"-pega_userid",type:"text","onUpdate:modelValue":d=>l.pega_userid=d},null,8,_hoisted_32$2),[[vModelText,l.pega_userid]])]),createBaseVNode("div",_hoisted_33$2,[createBaseVNode("label",{for:"user-"+c+"-pega_pwd"},"Pega password",8,_hoisted_34$2),withDirectives(createBaseVNode("input",{id:"user-"+c+"-pega_pwd",type:"password","onUpdate:modelValue":d=>l.pega_pwd=d},null,8,_hoisted_35$2),[[vModelText,l.pega_pwd]])]),createBaseVNode("div",_hoisted_36$2,[createBaseVNode("label",{for:"user-"+c+"-otp_send_to"},"OTP send to (email or phone)",8,_hoisted_37$2),withDirectives(createBaseVNode("input",{id:"user-"+c+"-otp_send_to",type:"text","onUpdate:modelValue":d=>l.otp_send_to=d},null,8,_hoisted_38$2),[[vModelText,l.otp_send_to]])]),createBaseVNode("div",_hoisted_39$2,[createBaseVNode("label",{for:"user-"+c+"-accountid"},"Account ID (Mashup Chat)",8,_hoisted_40$2),withDirectives(createBaseVNode("input",{id:"user-"+c+"-accountid",type:"text","onUpdate:modelValue":d=>l.accountID=d},null,8,_hoisted_41$2),[[vModelText,l.accountID]])]),createBaseVNode("div",_hoisted_42$2,[createBaseVNode("label",{for:"user-"+c+"-contactid"},"Contact ID (Mashup Chat)",8,_hoisted_43$2),withDirectives(createBaseVNode("input",{id:"user-"+c+"-contactid",type:"text","onUpdate:modelValue":d=>l.contactID=d},null,8,_hoisted_44$2),[[vModelText,l.contactID]])]),createBaseVNode("div",_hoisted_45$2,[createBaseVNode("label",{for:"user-"+c+"-customerid"},"Customer ID (Customer Decision Hub)",8,_hoisted_46$2),withDirectives(createBaseVNode("input",{id:"user-"+c+"-customerid",type:"text","onUpdate:modelValue":d=>l.customerID=d},null,8,_hoisted_47$2),[[vModelText,l.customerID]])])]),createBaseVNode("div",_hoisted_48$2,[createBaseVNode("div",_hoisted_49$2,[createBaseVNode("label",{for:"user-"+c+"-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",8,_hoisted_50$2),withDirectives(createBaseVNode("textarea",{id:"user-"+c+"-extraparam","onUpdate:modelValue":d=>l.extraparam=d},null,8,_hoisted_51$2),[[vModelText,l.extraparam]])]),createBaseVNode("div",_hoisted_52$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_53$1),withDirectives(createBaseVNode("textarea",{id:"user-"+c+"-dmm_context_data","onUpdate:modelValue":d=>l.dmm_context_data=d},null,8,_hoisted_54$1),[[vModelText,l.dmm_context_data]])])]),createBaseVNode("div",_hoisted_55$1,[createBaseVNode("div",_hoisted_56$1,[withDirectives(createBaseVNode("input",{type:"checkbox",id:"user-"+c+"-hide_from_dropdown","onUpdate:modelValue":d=>l.hide_from_dropdown=d},null,8,_hoisted_57$1),[[vModelCheckbox,l.hide_from_dropdown]]),createBaseVNode("label",{class:"width-auto",for:"user-"+c+"-hide_from_dropdown"},"Hide from login dropdown",8,_hoisted_58$1)])])]),_:2},1032,["title","expanded"])]))),128))])}const UsersSettings=_export_sfc(_sfc_main$6,[["render",_sfc_render$6]]),_sfc_main$5={data(){return mainconfig},components:{Container}},_hoisted_1$4={class:"container-transparent"},_hoisted_2$4=createBaseVNode("h2",null,"Messaging and Co-Browse",-1),_hoisted_3$2=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),_hoisted_4$2={class:"layout-labels-top"},_hoisted_5$2={class:"field-item"},_hoisted_6$2=createBaseVNode("label",{for:"chat-DMMID"},"ID of the widget",-1),_hoisted_7$2={class:"field-item"},_hoisted_8$2=createBaseVNode("label",{for:"chat-DMMURL"},"URL of the Digital Messaging Server",-1),_hoisted_9$2={class:"field-item"},_hoisted_10$2=createBaseVNode("label",{for:"chat-DMMSecret"},"Secret to generate JWT Token for authentication",-1),_hoisted_11$2={class:"field-item"},_hoisted_12$2=createBaseVNode("label",{for:"chat-DMMPrivateURL"},"URL of the DM server to send private data",-1),_hoisted_13$2={class:"layout-labels-top layout-inline-grid-double"},_hoisted_14$2={class:"field-item"},_hoisted_15$2=createBaseVNode("label",{for:"chat-DMMProactiveChatNewSessionTimeout"},"Time to wait (in ms) - use 0 to disable",-1),_hoisted_16$2={class:"field-item"},_hoisted_17$2=createBaseVNode("label",{for:"chat-DMMProactiveChatNewSessionCode"},"Trigger code",-1),_hoisted_18$2={class:"layout-labels-top layout-inline-grid-double"},_hoisted_19$2={class:"field-item"},_hoisted_20$2=createBaseVNode("label",{for:"chat-CoBrowseServerURL"},"URL",-1),_hoisted_21$2={class:"field-item"},_hoisted_22$2=createBaseVNode("label",{for:"chat-CoBrowseToken"},"Token",-1);function _sfc_render$5(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$4,[_hoisted_2$4,_hoisted_3$2,createVNode(r,{title:"Messaging",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_4$2,[createBaseVNode("div",_hoisted_5$2,[_hoisted_6$2,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_7$2,[_hoisted_8$2,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_9$2,[_hoisted_10$2,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_11$2,[_hoisted_12$2,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:"Proactive chat on page load",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_13$2,[createBaseVNode("div",_hoisted_14$2,[_hoisted_15$2,withDirectives(createBaseVNode("input",{id:"chat-DMMProactiveChatNewSessionTimeout",type:"number","onUpdate:modelValue":t[4]||(t[4]=l=>e.settings.pega_chat.DMMProactiveChatNewSessionTimeout=l)},null,512),[[vModelText,e.settings.pega_chat.DMMProactiveChatNewSessionTimeout]])]),createBaseVNode("div",_hoisted_16$2,[_hoisted_17$2,withDirectives(createBaseVNode("input",{id:"chat-DMMProactiveChatNewSessionCode",type:"text","onUpdate:modelValue":t[5]||(t[5]=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_18$2,[createBaseVNode("div",_hoisted_19$2,[_hoisted_20$2,withDirectives(createBaseVNode("input",{id:"chat-CoBrowseServerURL",type:"text","onUpdate:modelValue":t[6]||(t[6]=l=>e.settings.pega_chat.CoBrowseServerURL=l)},null,512),[[vModelText,e.settings.pega_chat.CoBrowseServerURL]])]),createBaseVNode("div",_hoisted_21$2,[_hoisted_22$2,withDirectives(createBaseVNode("input",{id:"chat-CoBrowseToken",type:"text","onUpdate:modelValue":t[7]||(t[7]=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$3={class:"container-transparent"},_hoisted_2$3=createBaseVNode("h2",null,"Customer Decision Hub",-1),_hoisted_3$1=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),_hoisted_4$1={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5$1={class:"field-item"},_hoisted_6$1=createBaseVNode("label",{for:"NBAM-Host"},"Host",-1),_hoisted_7$1={class:"field-item"},_hoisted_8$1=createBaseVNode("label",{for:"NBAM-Port"},"Port",-1),_hoisted_9$1={class:"field-item"},_hoisted_10$1=createBaseVNode("label",{for:"NBAM-Channel"},"Channel",-1),_hoisted_11$1={class:"field-item"},_hoisted_12$1=createBaseVNode("label",{for:"NBAM-requestTimeout"},"Timeout for XHR request (in ms)",-1),_hoisted_13$1={class:"field-item"},_hoisted_14$1=createBaseVNode("label",{for:"NBAM-APILevel"},"API level",-1),_hoisted_15$1=createBaseVNode("option",null,"V2",-1),_hoisted_16$1=createBaseVNode("option",null,"V3",-1),_hoisted_17$1=createBaseVNode("option",null,"V4",-1),_hoisted_18$1=[_hoisted_15$1,_hoisted_16$1,_hoisted_17$1],_hoisted_19$1={key:0,class:"field-item"},_hoisted_20$1=createBaseVNode("label",{for:"NBAM-contextName"},"Context name",-1),_hoisted_21$1={key:1,class:"field-item"},_hoisted_22$1=createBaseVNode("label",{for:"NBAM-appID"},"App ID (CDH configured for MultiApp)",-1),_hoisted_23$1={class:"layout-labels-left"},_hoisted_24$1={key:0,class:"field-item field-checkbox"},_hoisted_25$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-useCaptureByChannel"},"Enable capturing responses to actions",-1),_hoisted_26$1={class:"field-item field-checkbox"},_hoisted_27$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-showAIOverlay"},"Show AI overlay",-1),_hoisted_28$1={class:"field-item field-checkbox"},_hoisted_29$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-enableRTS"},"Enable Real-time data streaming",-1),_hoisted_30$1={class:"field-item field-checkbox"},_hoisted_31$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-enableClickStream"},"Enable Click Stream",-1),_hoisted_32$1={class:"layout-labels-left layout-inline-grid-double"},_hoisted_33$1={class:"field-item field-checkbox"},_hoisted_34$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-enableMergeAccount"},"Enable Merge Account (Pega '23')",-1),_hoisted_35$1={key:0,class:"field-item"},_hoisted_36$1={class:"field-item field-checkbox"},_hoisted_37$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-replaceHomePageHeader"},"Replace Home Page header with Hero placement",-1),_hoisted_38$1={class:"field-item field-checkbox"},_hoisted_39$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-showLoadingIndicator"},"Display progress indicator while loading the offers",-1),_hoisted_40$1={class:"layout-labels-top layout-inline-grid-double"},_hoisted_41$1={class:"field-item"},_hoisted_42$1=createBaseVNode("label",{for:"NBAM-HomePage-ContainerName"},"Container name",-1),_hoisted_43$1={class:"field-item"},_hoisted_44$1=createBaseVNode("label",{for:"NBAM-HomePage-Placement"},"Placement (Hero or Tile)",-1),_hoisted_45$1={class:"field-item"},_hoisted_46$1=createBaseVNode("label",{for:"NBAM-HomePage-ClickAction"},"Click action",-1),_hoisted_47$1=createBaseVNode("option",{value:"Mashup"},"Mashup",-1),_hoisted_48$1=createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),_hoisted_49$1=createBaseVNode("option",{value:"Popup"},"Popup",-1),_hoisted_50$1=createBaseVNode("option",{value:"TopURL"},"TopURL",-1),_hoisted_51$1=[_hoisted_47$1,_hoisted_48$1,_hoisted_49$1,_hoisted_50$1],_hoisted_52={class:"field-item"},_hoisted_53=createBaseVNode("label",{for:"NBAM-HomePage-Attributes"},"Custom attributes for Detailed view",-1),_hoisted_54={class:"layout-labels-top layout-inline-grid-double"},_hoisted_55={class:"field-item"},_hoisted_56=createBaseVNode("label",{for:"NBAM-AccountPage-ContainerName"},"Container name",-1),_hoisted_57={class:"field-item"},_hoisted_58=createBaseVNode("label",{for:"NBAM-AccountPage-Placement"},"Placement (Hero or Tile)",-1),_hoisted_59={class:"field-item"},_hoisted_60=createBaseVNode("label",{for:"NBAM-AccountPage-ClickAction"},"Click action",-1),_hoisted_61=createBaseVNode("option",{value:"Mashup"},"Mashup",-1),_hoisted_62=createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),_hoisted_63=createBaseVNode("option",{value:"Popup"},"Popup",-1),_hoisted_64=createBaseVNode("option",{value:"TopURL"},"TopURL",-1),_hoisted_65=[_hoisted_61,_hoisted_62,_hoisted_63,_hoisted_64],_hoisted_66={class:"field-item"},_hoisted_67=createBaseVNode("label",{for:"NBAM-AccountPage-Attributes"},"Custom attributes for Detailed view",-1),_hoisted_68={class:"layout-labels-left"},_hoisted_69={class:"field-item"},_hoisted_70=createBaseVNode("label",{class:"width-auto",for:"NBAM-AccountPage-showSingleoffer"},"Show single offer",-1),_hoisted_71={class:"layout-labels-top layout-inline-grid-double"},_hoisted_72={class:"field-item"},_hoisted_73=createBaseVNode("label",{for:"NBAM-PhonePage-ContainerName"},"Container name",-1),_hoisted_74={class:"field-item"},_hoisted_75=createBaseVNode("label",{for:"NBAM-PhonePage-Placement"},"Placement (Hero or Tile)",-1),_hoisted_76={class:"field-item"},_hoisted_77=createBaseVNode("label",{for:"NBAM-PhonePage-ClickAction"},"Click action",-1),_hoisted_78=createBaseVNode("option",{value:"Mashup"},"Mashup",-1),_hoisted_79=createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),_hoisted_80=createBaseVNode("option",{value:"Popup"},"Popup",-1),_hoisted_81=createBaseVNode("option",{value:"TopURL"},"TopURL",-1),_hoisted_82=[_hoisted_78,_hoisted_79,_hoisted_80,_hoisted_81],_hoisted_83={class:"field-item"},_hoisted_84=createBaseVNode("label",{for:"NBAM-PhonePage-Attributes"},"Custom attributes for Detailed view",-1),_hoisted_85={class:"layout-labels-top layout-inline-grid-double"},_hoisted_86={class:"field-item"},_hoisted_87=createBaseVNode("label",{for:"NBAM-OfferPage-ContainerName"},"Container name",-1),_hoisted_88={class:"field-item"},_hoisted_89=createBaseVNode("label",{for:"NBAM-OfferPage-Placement"},"Placement (Hero or Tile)",-1),_hoisted_90={class:"field-item"},_hoisted_91=createBaseVNode("label",{for:"NBAM-OfferPage-ClickAction"},"Click action",-1),_hoisted_92=createBaseVNode("option",{value:"Mashup"},"Mashup",-1),_hoisted_93=createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),_hoisted_94=createBaseVNode("option",{value:"Popup"},"Popup",-1),_hoisted_95=createBaseVNode("option",{value:"TopURL"},"TopURL",-1),_hoisted_96=[_hoisted_92,_hoisted_93,_hoisted_94,_hoisted_95],_hoisted_97={class:"field-item"},_hoisted_98=createBaseVNode("label",{for:"NBAM-OfferPage-Attributes"},"Custom attributes for Detailed view",-1),_hoisted_99={class:"layout-labels-top layout-inline-grid-double"},_hoisted_100={class:"field-item"},_hoisted_101=["for"],_hoisted_102=["id","onUpdate:modelValue"],_hoisted_103={class:"field-item"},_hoisted_104=["for"],_hoisted_105=["id","onUpdate:modelValue"],_hoisted_106={class:"field-item"},_hoisted_107=["for"],_hoisted_108=["id","onUpdate:modelValue"],_hoisted_109=createBaseVNode("option",{value:"Mashup"},"Mashup",-1),_hoisted_110=createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),_hoisted_111=createBaseVNode("option",{value:"Popup"},"Popup",-1),_hoisted_112=createBaseVNode("option",{value:"TopURL"},"TopURL",-1),_hoisted_113=[_hoisted_109,_hoisted_110,_hoisted_111,_hoisted_112],_hoisted_114={class:"field-item"},_hoisted_115=["for"],_hoisted_116=["id","onUpdate:modelValue"];function _sfc_render$4(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$3,[_hoisted_2$3,_hoisted_3$1,createVNode(r,{title:"General",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_4$1,[createBaseVNode("div",_hoisted_5$1,[_hoisted_6$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_7$1,[_hoisted_8$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_9$1,[_hoisted_10$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_11$1,[_hoisted_12$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_13$1,[_hoisted_14$1,withDirectives(createBaseVNode("select",{id:"NBAM-APILevel","onUpdate:modelValue":t[4]||(t[4]=l=>e.settings.pega_marketing.apiLevel=l)},_hoisted_18$1,512),[[vModelSelect,e.settings.pega_marketing.apiLevel]])]),e.settings.pega_marketing.apiLevel!=="V2"?(openBlock(),createElementBlock("div",_hoisted_19$1,[_hoisted_20$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_21$1,[_hoisted_22$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_23$1,[e.settings.pega_marketing.apiLevel!=="V2"?(openBlock(),createElementBlock("div",_hoisted_24$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]]),_hoisted_25$1])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_26$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]]),_hoisted_27$1]),createBaseVNode("div",_hoisted_28$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]]),_hoisted_29$1]),createBaseVNode("div",_hoisted_30$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]]),_hoisted_31$1]),createBaseVNode("div",_hoisted_32$1,[createBaseVNode("div",_hoisted_33$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]]),_hoisted_34$1]),e.settings.pega_marketing.enableMergeAccount?(openBlock(),createElementBlock("div",_hoisted_35$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_36$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]]),_hoisted_37$1]),createBaseVNode("div",_hoisted_38$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]]),_hoisted_39$1])])]),_:1}),createVNode(r,{title:"Home Page",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_40$1,[createBaseVNode("div",_hoisted_41$1,[_hoisted_42$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_43$1,[_hoisted_44$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_45$1,[_hoisted_46$1,withDirectives(createBaseVNode("select",{id:"NBAM-HomePage-ClickAction","onUpdate:modelValue":t[17]||(t[17]=l=>e.settings.pega_marketing.homePage.clickaction=l)},_hoisted_51$1,512),[[vModelSelect,e.settings.pega_marketing.homePage.clickaction]])]),createBaseVNode("div",_hoisted_52,[_hoisted_53,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_54,[createBaseVNode("div",_hoisted_55,[_hoisted_56,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_57,[_hoisted_58,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_59,[_hoisted_60,withDirectives(createBaseVNode("select",{id:"NBAM-AccountPage-ClickAction","onUpdate:modelValue":t[21]||(t[21]=l=>e.settings.pega_marketing.accountPage.clickaction=l)},_hoisted_65,512),[[vModelSelect,e.settings.pega_marketing.accountPage.clickaction]])]),createBaseVNode("div",_hoisted_66,[_hoisted_67,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_68,[createBaseVNode("div",_hoisted_69,[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]]),_hoisted_70])])]),_:1}),createVNode(r,{title:"Home Page for mobile"},{default:withCtx(()=>[createBaseVNode("div",_hoisted_71,[createBaseVNode("div",_hoisted_72,[_hoisted_73,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_74,[_hoisted_75,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_76,[_hoisted_77,withDirectives(createBaseVNode("select",{id:"NBAM-PhonePage-ClickAction","onUpdate:modelValue":t[26]||(t[26]=l=>e.settings.pega_marketing.phonePage.clickaction=l)},_hoisted_82,512),[[vModelSelect,e.settings.pega_marketing.phonePage.clickaction]])]),createBaseVNode("div",_hoisted_83,[_hoisted_84,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_85,[createBaseVNode("div",_hoisted_86,[_hoisted_87,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_88,[_hoisted_89,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_90,[_hoisted_91,withDirectives(createBaseVNode("select",{id:"NBAM-OfferPage-ClickAction","onUpdate:modelValue":t[30]||(t[30]=l=>e.settings.pega_marketing.offerPage.clickaction=l)},_hoisted_96,512),[[vModelSelect,e.settings.pega_marketing.offerPage.clickaction]])]),createBaseVNode("div",_hoisted_97,[_hoisted_98,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_99,[createBaseVNode("div",_hoisted_100,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-ContainerName"},"Container name",8,_hoisted_101),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-"+c+"-ContainerName",type:"text","onUpdate:modelValue":d=>l.containerName=d},null,8,_hoisted_102),[[vModelText,l.containerName]])]),createBaseVNode("div",_hoisted_103,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-Placement"},"Placement (Hero or Tile)",8,_hoisted_104),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-"+c+"-Placement",type:"text","onUpdate:modelValue":d=>l.placement=d},null,8,_hoisted_105),[[vModelText,l.placement]])]),createBaseVNode("div",_hoisted_106,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-ClickAction"},"Click action",8,_hoisted_107),withDirectives(createBaseVNode("select",{id:"NBAM-OfferPage-"+c+"-ClickAction","onUpdate:modelValue":d=>l.clickaction=d},_hoisted_113,8,_hoisted_108),[[vModelSelect,l.clickaction]])]),createBaseVNode("div",_hoisted_114,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-Attributes"},"Custom attributes for Detailed view",8,_hoisted_115),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-"+c+"-Attributes",type:"text","onUpdate:modelValue":d=>l.attributes=d},null,8,_hoisted_116),[[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$2={class:"container-transparent"},_hoisted_2$2=createBaseVNode("h2",null,"Offer Action",-1),_hoisted_3=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),_hoisted_4={class:"container"},_hoisted_5={class:"body"},_hoisted_6={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7={class:"field-item"},_hoisted_8=createBaseVNode("label",{for:"offeraction-action"},"Action",-1),_hoisted_9=createBaseVNode("option",null,"createNewWork",-1),_hoisted_10=createBaseVNode("option",null,"display",-1),_hoisted_11={key:0},_hoisted_12=createBaseVNode("option",null,"openAssignment",-1),_hoisted_13={key:1},_hoisted_14=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_15={key:0,class:"field-item"},_hoisted_16=createBaseVNode("label",{for:"offeraction-actionparam"},"Action parameter",-1),_hoisted_17=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_18=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_19=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_20=[_hoisted_17,_hoisted_18,_hoisted_19],_hoisted_21={key:1,class:"field-item"},_hoisted_22=createBaseVNode("label",{for:"offeraction-objclass"},"Classname",-1),_hoisted_23={key:2,class:"field-item"},_hoisted_24=createBaseVNode("label",{for:"offeraction-heading"},"Heading",-1),_hoisted_25={key:3,class:"field-item"},_hoisted_26=createBaseVNode("label",{for:"offeraction-startcase"},"Start case",-1),_hoisted_27={class:"field-item"},_hoisted_28=createBaseVNode("label",{for:"offeraction-url"},"URL",-1),_hoisted_29={class:"field-item"},_hoisted_30=createBaseVNode("label",{for:"offeraction-application"},"Application name / alias",-1),_hoisted_31={class:"field-item"},_hoisted_32=createBaseVNode("label",{for:"offeraction-username"},"Username (for unauthenticated access)",-1),_hoisted_33={class:"field-item"},_hoisted_34=createBaseVNode("label",{for:"offeraction-password"},"Password (for unauthenticated access)",-1),_hoisted_35={key:4,class:"field-item"},_hoisted_36=createBaseVNode("label",{for:"offeraction-channelid"},"Channel ID",-1),_hoisted_37={key:5,class:"field-item"},_hoisted_38=createBaseVNode("label",{for:"offeraction-tenantid"},"Tenant ID",-1),_hoisted_39={key:6,class:"field-item"},_hoisted_40=createBaseVNode("label",{for:"offeraction-pagetemplate"},"Page Template",-1),_hoisted_41=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_42=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_43=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_44={key:0,value:"simplifiedAssignment"},_hoisted_45={key:7,class:"field-item field-checkbox"},_hoisted_46=createBaseVNode("label",{class:"width-auto",for:"offeraction-dataretained"},"Retain state on reload",-1),_hoisted_47={key:8,class:"field-item field-checkbox"},_hoisted_48=createBaseVNode("label",{class:"width-auto",for:"offeraction-hideassignmentheader"},"Hide assignment header",-1),_hoisted_49={class:"layout-labels-top"},_hoisted_50={class:"field-item"},_hoisted_51=createBaseVNode("label",{for:"offeraction-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$3(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$2,[_hoisted_2$2,_hoisted_3,createBaseVNode("div",_hoisted_4,[createBaseVNode("div",_hoisted_5,[createBaseVNode("div",_hoisted_6,[createBaseVNode("div",_hoisted_7,[_hoisted_8,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))},[_hoisted_9,_hoisted_10,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_11," getNextWork ")):createCommentVNode("",!0),_hoisted_12,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_13," openWorkItem ")):createCommentVNode("",!0),_hoisted_14],544),[[vModelSelect,e.settings.offeraction.action]])]),e.settings.offeraction.action!=="createNewWork"&&e.settings.offeraction.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_15,[_hoisted_16,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)},_hoisted_20,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_21,[_hoisted_22,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_23,[_hoisted_24,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_25,[_hoisted_26,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_27,[_hoisted_28,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_29,[_hoisted_30,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_31,[_hoisted_32,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_33,[_hoisted_34,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_35,[_hoisted_36,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_37,[_hoisted_38,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_39,[_hoisted_40,withDirectives(createBaseVNode("select",{id:"offeraction-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.offeraction.pageTemplate=r)},[_hoisted_41,_hoisted_42,_hoisted_43,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_44," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.offeraction.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_45,[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]]),_hoisted_46])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_47,[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]]),_hoisted_48])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_49,[createBaseVNode("div",_hoisted_50,[_hoisted_51,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}},_hoisted_1$1=createBaseVNode("button",{type:"submit","data-clear":"",class:"simple margin-r-2x"}," Reset to default ",-1),_hoisted_2$1=createBaseVNode("button",{class:"strong",type:"submit"},"Save",-1);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"),g=resolveComponent("QuickLinksSettings"),f=resolveComponent("BannerSettings"),v=resolveComponent("ToDoSettings"),$=resolveComponent("BillPaySettings"),N=resolveComponent("ActivitySettings"),b=resolveComponent("ChatSettings"),A=resolveComponent("NBAMSettings"),B=resolveComponent("KMHelpSettings"),m=resolveComponent("HomeHeroActionSettings"),_=resolveComponent("OfferActionSettings"),E=resolveComponent("Navigation");return openBlock(),createElementBlock("form",{id:"settings",onSubmit:t[1]||(t[1]=(...x)=>a.processForm&&a.processForm(...x))},[e.isMobilePhone?(openBlock(),createBlock(r,{key:0,previousPhonePage:"index.html"},{default:withCtx(()=>[_hoisted_1$1,_hoisted_2$1]),_:1})):createCommentVNode("",!0),createVNode(E,{modelValue:o.active,"onUpdate:modelValue":t[0]||(t[0]=x=>o.active=x)},{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(g)]),_: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($)]),_: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(b)]),_:1})):createCommentVNode("",!0),typeof e.settings.pega_marketing<"u"?(openBlock(),createBlock(c,{key:6,name:"Customer Decision Hub"},{default:withCtx(()=>[createVNode(A)]),_:1})):createCommentVNode("",!0),typeof e.settings.kmhelp<"u"?(openBlock(),createBlock(c,{key:7,name:"Knowledge Management"},{default:withCtx(()=>[createVNode(B)]),_:1})):createCommentVNode("",!0),createVNode(c,{name:"Home Hero Action"},{default:withCtx(()=>[createVNode(m)]),_: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,g=!!(d&&getRouter());if(registerGlobals(),g?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-DermlO9X.js b/docs/assets/main-DermlO9X.js new file mode 100644 index 00000000..ae7feacc --- /dev/null +++ b/docs/assets/main-DermlO9X.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 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.4.30 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**//*! #__NO_SIDE_EFFECTS__ */function makeMap(e,t){const n=new Set(e.split(","));return o=>n.has(o)}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 toDisplayString$1=e=>isString$2(e)?e:e==null?"":isArray$1(e)||isObject$2(e)&&(e.toString===objectToString$1||!isFunction$1(e.toString))?JSON.stringify(e,replacer,2):String(e),replacer=(e,t)=>t&&t.__v_isRef?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.4.30 +* (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.parent=activeEffectScope,!t&&activeEffectScope&&(this.index=(activeEffectScope.scopes||(activeEffectScope.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=activeEffectScope;try{return activeEffectScope=this,t()}finally{activeEffectScope=n}}}on(){activeEffectScope=this}off(){activeEffectScope=this.parent}stop(t){if(this._active){let n,o;for(n=0,o=this.effects.length;n=5)break}}this._dirtyLevel===1&&(this._dirtyLevel=0),resetTracking()}return this._dirtyLevel>=5}set dirty(t){this._dirtyLevel=t?5:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=shouldTrack,n=activeEffect;try{return shouldTrack=!0,activeEffect=this,this._runnings++,preCleanupEffect(this),this.fn()}finally{postCleanupEffect(this),this._runnings--,activeEffect=n,shouldTrack=t}}stop(){this.active&&(preCleanupEffect(this),postCleanupEffect(this),this.onStop&&this.onStop(),this.active=!1)}}function triggerComputed(e){return e.value}function preCleanupEffect(e){e._trackId++,e._depsLength=0}function postCleanupEffect(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t0&&(s??(s=e.get(o)===o._trackId))){o._dirtyLevel=2;continue}o._dirtyLevel{const n=new Map;return n.cleanup=e,n.computed=t,n},targetMap=new WeakMap,ITERATE_KEY=Symbol(""),MAP_KEY_ITERATE_KEY=Symbol("");function track$1(e,t,n){if(shouldTrack&&activeEffect){let o=targetMap.get(e);o||targetMap.set(e,o=new Map);let s=o.get(n);s||o.set(n,s=createDep(()=>o.delete(n))),trackEffect(activeEffect,s)}}function trigger(e,t,n,o,s,a){const r=targetMap.get(e);if(!r)return;let l=[];if(t==="clear")l=[...r.values()];else if(n==="length"&&isArray$1(e)){const c=Number(o);r.forEach((d,u)=>{(u==="length"||!isSymbol(u)&&u>=c)&&l.push(d)})}else switch(n!==void 0&&l.push(r.get(n)),t){case"add":isArray$1(e)?isIntegerKey(n)&&l.push(r.get("length")):(l.push(r.get(ITERATE_KEY)),isMap(e)&&l.push(r.get(MAP_KEY_ITERATE_KEY)));break;case"delete":isArray$1(e)||(l.push(r.get(ITERATE_KEY)),isMap(e)&&l.push(r.get(MAP_KEY_ITERATE_KEY)));break;case"set":isMap(e)&&l.push(r.get(ITERATE_KEY));break}pauseScheduling();for(const c of l)c&&triggerEffects(c,5);resetScheduling()}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)),arrayInstrumentations=createArrayInstrumentations();function createArrayInstrumentations(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const o=toRaw(this);for(let a=0,r=this.length;a{e[t]=function(...n){pauseTracking(),pauseScheduling();const o=toRaw(this)[t].apply(this,n);return resetScheduling(),resetTracking(),o}}),e}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){if(r&&hasOwn$1(arrayInstrumentations,n))return Reflect.get(arrayInstrumentations,n,o);if(n==="hasOwnProperty")return hasOwnProperty$1}const l=Reflect.get(t,n,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){e=toRaw(e);const t=toRaw(this);return getProto(t).has.call(t,e)||(t.add(e),trigger(t,"add",e,e)),this}function set$1(e,t){t=toRaw(t);const n=toRaw(this),{has:o,get:s}=getProto(n);let a=o.call(n,e);a||(e=toRaw(e),a=o.call(n,e));const r=s.call(n,e);return n.set(e,t),a?hasChanged(t,r)&&trigger(n,"set",e,t):trigger(n,"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:g,done:f}=d.next();return f?{value:g,done:f}:{value:l?[u(g[0]),u(g[1])]:u(g),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,set:set$1,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 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;class ComputedRefImpl{constructor(t,n,o,s){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new ReactiveEffect(()=>t(this._value),()=>triggerRefValue(this,this.effect._dirtyLevel===3?3:4)),this.effect.computed=this,this.effect.active=this._cacheable=!s,this.__v_isReadonly=o}get value(){const t=toRaw(this),n=t.effect._dirtyLevel;return(!t._cacheable||t.effect.dirty)&&hasChanged(t._value,t._value=t.effect.run())&&n!==3&&triggerRefValue(t,5),trackRefValue(t),t.effect._dirtyLevel>=2&&triggerRefValue(t,3),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function computed$1(e,t,n=!1){let o,s;const a=isFunction$1(e);return a?(o=e,s=NOOP):(o=e.get,s=e.set),new ComputedRefImpl(o,s,a||!s,n)}function trackRefValue(e){var t;shouldTrack&&activeEffect&&(e=toRaw(e),trackEffect(activeEffect,(t=e.dep)!=null?t:e.dep=createDep(()=>e.dep=void 0,e instanceof ComputedRefImpl?e:void 0)))}function triggerRefValue(e,t=5,n,o){e=toRaw(e);const s=e.dep;s&&triggerEffects(s,t)}function isRef(e){return!!(e&&e.__v_isRef===!0)}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.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:toRaw(t),this._value=n?t:toReactive(t)}get value(){return trackRefValue(this),this._value}set value(t){const n=this.__v_isShallow||isShallow(t)||isReadonly(t);t=n?t:toRaw(t),hasChanged(t,this._rawValue)&&(this._rawValue,this._rawValue=t,this._value=n?t:toReactive(t),triggerRefValue(this,5))}}function unref(e){return isRef(e)?e.value:e}const shallowUnwrapHandlers={get:(e,t,n)=>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)}/** +* @vue/runtime-core v3.4.30 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/const stack=[];function warn$1$1(e,...t){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()}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);aflushIndex&&queue.splice(t,1)}function queuePostFlushCb(e){isArray$1(e)?pendingPostFlushCbs.push(...e):(!activePostFlushCbs||!activePostFlushCbs.includes(e,e.allowRecurse?postFlushIndex+1:postFlushIndex))&&pendingPostFlushCbs.push(e),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?1/0:e.id,comparator=(e,t)=>{const n=getId(e)-getId(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function flushJobs(e){isFlushPending=!1,isFlushing=!0,queue.sort(comparator);try{for(flushIndex=0;flushIndexisString$2(v)?v.trim():v)),g&&(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))}let currentRenderingInstance=null,currentScopeId=null;function setCurrentRenderingInstance(e){const t=currentRenderingInstance;return currentRenderingInstance=e,currentScopeId=e&&e.type.__scopeId||null,t}function withCtx(e,t=currentRenderingInstance,n){if(!t||e._n)return e;const o=(...s)=>{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 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:g,data:f,setupState:v,ctx:B,inheritAttrs:N}=e,b=setCurrentRenderingInstance(e);let A,$;try{if(n.shapeFlag&4){const _=s||o,E=_;A=normalizeVNode(d.call(E,_,u,g,v,f,B)),$=l}else{const _=t;A=normalizeVNode(_.length>1?_(g,{attrs:l,slots:r,emit:c}):_(g,null)),$=t.props?l:getFunctionalFallthrough(l)}}catch(_){blockStack.length=0,handleError(_,e,1),A=createVNode(Comment)}let m=A;if($&&N!==!1){const _=Object.keys($),{shapeFlag:E}=m;_.length&&E&7&&(a&&_.some(isModelListener)&&($=filterModelListeners($,a)),m=cloneVNode(m,$,!1,!0))}return n.dirs&&(m=cloneVNode(m,null,!1,!0),m.dirs=m.dirs?m.dirs.concat(n.dirs):n.dirs),n.transition&&(m.transition=n.transition),A=m,setCurrentRenderingInstance(b),A}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 g=0;ge.__isSuspense;function queueEffectWithSuspense(e,t){t&&t.pendingBranch?isArray$1(e)?t.effects.push(...e):t.effects.push(e):queuePostFlushCb(e)}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)}function withDirectives(e,t){if(currentRenderingInstance===null)return e;const n=getComponentPublicInstance(currentRenderingInstance),o=e.dirs||(e.dirs=[]);for(let s=0;st(r,l,void 0,a));else{const r=Object.keys(e);s=new Array(r.length);for(let l=0,c=r.length;l!!e.type.__asyncLoader;function renderSlot(e,t,n={},o,s){if(currentRenderingInstance.isCE||currentRenderingInstance.parent&&isAsyncWrapper(currentRenderingInstance.parent)&¤tRenderingInstance.parent.isCE)return createVNode("slot",n,o);let a=e[t];a&&a._c&&(a._d=!1),openBlock();const r=a&&ensureValidVNode(a(n)),l=createBlock(Fragment,{key:n.key||r&&r.key||`_${t}`},r||[],r&&e._===1?64:-2);return l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),a&&a._c&&(a._d=!0),l}function ensureValidVNode(e){return e.some(t=>isVNode$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),$emit:e=>e.emit,$options:e=>resolveMergedOptions(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,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 g,f;if(u)return t==="$attrs"&&track$1(e.attrs,"get",""),u(e);if((g=l.__cssModules)&&(g=g[t]))return g;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:g,mounted:f,beforeUpdate:v,updated:B,activated:N,deactivated:b,beforeDestroy:A,beforeUnmount:$,destroyed:m,unmounted:_,render:E,renderTracked:y,renderTriggered:V,errorCaptured:S,serverPrefetch:T,expose:P,inheritAttrs:M,components:O,directives:H,filters:Z}=t;if(d&&resolveInjections(d,o,null),r)for(const ne in r){const ee=r[ne];isFunction$1(ee)&&(o[ne]=ee.bind(n))}if(s){const ne=s.call(n,n);isObject$2(ne)&&(e.data=reactive(ne))}if(shouldCacheAccess=!0,a)for(const ne in a){const ee=a[ne],re=isFunction$1(ee)?ee.bind(n,n):isFunction$1(ee.get)?ee.get.bind(n,n):NOOP,le=!isFunction$1(ee)&&isFunction$1(ee.set)?ee.set.bind(n):NOOP,U=computed({get:re,set:le});Object.defineProperty(o,ne,{enumerable:!0,configurable:!0,get:()=>U.value,set:q=>U.value=q})}if(l)for(const ne in l)createWatcher(l[ne],o,n,ne);if(c){const ne=isFunction$1(c)?c.call(n):c;Reflect.ownKeys(ne).forEach(ee=>{provide(ee,ne[ee])})}u&&callHook(u,e,"c");function Q(ne,ee){isArray$1(ee)?ee.forEach(re=>ne(re.bind(n))):ee&&ne(ee.bind(n))}if(Q(onBeforeMount,g),Q(onMounted,f),Q(onBeforeUpdate,v),Q(onUpdated,B),Q(onActivated,N),Q(onDeactivated,b),Q(onErrorCaptured,S),Q(onRenderTracked,y),Q(onRenderTriggered,V),Q(onBeforeUnmount,$),Q(onUnmounted,_),Q(onServerPrefetch,T),isArray$1(P))if(P.length){const ne=e.exposed||(e.exposed={});P.forEach(ee=>{Object.defineProperty(ne,ee,{get:()=>n[ee],set:re=>n[ee]=re})})}else e.exposed||(e.exposed={});E&&e.render===NOOP&&(e.render=E),M!=null&&(e.inheritAttrs=M),O&&(e.components=O),H&&(e.directives=H)}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){const 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 g=0;g{c=!0;const[f,v]=normalizePropsOptions(g,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;u-1,v[1]=N<0||B-1||hasOwn$1(v,"default"))&&l.push(g)}}}const d=[r,l];return isObject$2(e)&&o.set(e,d),d}function validatePropName(e){return e[0]!=="$"&&!isReservedProp(e)}function getType(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function isSameType(e,t){return getType(e)===getType(t)}function getTypeIndex(e,t){return isArray$1(t)?t.findIndex(n=>isSameType(n,e)):isFunction$1(t)&&isSameType(t,e)?0:-1}const isInternalKey=e=>e[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},initSlots=(e,t)=>{const n=e.slots=createInternalObject();if(e.vnode.shapeFlag&32){const o=t._;o?(extend(n,t),def(n,"_",o,!0)):normalizeObjectSlots(t,n)}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:(extend(s,t),!n&&l===1&&delete s._):(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]};function setRef(e,t,n,o,s=!1){if(isArray$1(e)){e.forEach((f,v)=>setRef(f,t&&(isArray$1(t)?t[v]: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,g=l.setupState;if(d!=null&&d!==c&&(isString$2(d)?(u[d]=null,hasOwn$1(g,d)&&(g[d]=null)):isRef(d)&&(d.value=null)),isFunction$1(c))callWithErrorHandling(c,l,12,[r,u]);else{const f=isString$2(c),v=isRef(c);if(f||v){const B=()=>{if(e.f){const N=f?hasOwn$1(g,c)?g[c]:u[c]:c.value;s?isArray$1(N)&&remove(N,a):isArray$1(N)?N.includes(a)||N.push(a):f?(u[c]=[a],hasOwn$1(g,c)&&(g[c]=u[c])):(c.value=[a],e.k&&(u[e.k]=c.value))}else f?(u[c]=r,hasOwn$1(g,c)&&(g[c]=r)):v&&(c.value=r,e.k&&(u[e.k]=r))};r?(B.id=-1,queuePostRenderEffect(B,n)):B()}}}const 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:g,nextSibling:f,setScopeId:v=NOOP,insertStaticContent:B}=e,N=(w,C,F,j=null,W=null,Y=null,J=void 0,k=null,x=!!C.dynamicChildren)=>{if(w===C)return;w&&!isSameVNodeType(w,C)&&(j=ue(w),q(w,W,Y,!0),w=null),C.patchFlag===-2&&(x=!1,C.dynamicChildren=null);const{type:D,ref:L,shapeFlag:X}=C;switch(D){case Text:b(w,C,F,j);break;case Comment:A(w,C,F,j);break;case Static:w==null&&$(C,F,j,J);break;case Fragment:O(w,C,F,j,W,Y,J,k,x);break;default:X&1?E(w,C,F,j,W,Y,J,k,x):X&6?H(w,C,F,j,W,Y,J,k,x):(X&64||X&128)&&D.process(w,C,F,j,W,Y,J,k,x,he)}L!=null&&W&&setRef(L,w&&w.ref,Y,C||w,!C)},b=(w,C,F,j)=>{if(w==null)o(C.el=l(C.children),F,j);else{const W=C.el=w.el;C.children!==w.children&&d(W,C.children)}},A=(w,C,F,j)=>{w==null?o(C.el=c(C.children||""),F,j):C.el=w.el},$=(w,C,F,j)=>{[w.el,w.anchor]=B(w.children,C,F,j,w.el,w.anchor)},m=({el:w,anchor:C},F,j)=>{let W;for(;w&&w!==C;)W=f(w),o(w,F,j),w=W;o(C,F,j)},_=({el:w,anchor:C})=>{let F;for(;w&&w!==C;)F=f(w),s(w),w=F;s(C)},E=(w,C,F,j,W,Y,J,k,x)=>{C.type==="svg"?J="svg":C.type==="math"&&(J="mathml"),w==null?y(C,F,j,W,Y,J,k,x):T(w,C,W,Y,J,k,x)},y=(w,C,F,j,W,Y,J,k)=>{let x,D;const{props:L,shapeFlag:X,transition:z,dirs:I}=w;if(x=w.el=r(w.type,Y,L&&L.is,L),X&8?u(x,w.children):X&16&&S(w.children,x,null,j,W,resolveChildrenNamespace(w,Y),J,k),I&&invokeDirectiveHook(w,null,j,"created"),V(x,w,w.scopeId,J,j),L){for(const oe in L)oe!=="value"&&!isReservedProp(oe)&&a(x,oe,null,L[oe],Y,w.children,j,W,ae);"value"in L&&a(x,"value",null,L.value,Y),(D=L.onVnodeBeforeMount)&&invokeVNodeHook(D,j,w)}I&&invokeDirectiveHook(w,null,j,"beforeMount");const R=needTransition(W,z);R&&z.beforeEnter(x),o(x,C,F),((D=L&&L.onVnodeMounted)||R||I)&&queuePostRenderEffect(()=>{D&&invokeVNodeHook(D,j,w),R&&z.enter(x),I&&invokeDirectiveHook(w,null,j,"mounted")},W)},V=(w,C,F,j,W)=>{if(F&&v(w,F),j)for(let Y=0;Y{for(let D=x;D{const k=C.el=w.el;let{patchFlag:x,dynamicChildren:D,dirs:L}=C;x|=w.patchFlag&16;const X=w.props||EMPTY_OBJ,z=C.props||EMPTY_OBJ;let I;if(F&&toggleRecurse(F,!1),(I=z.onVnodeBeforeUpdate)&&invokeVNodeHook(I,F,C,w),L&&invokeDirectiveHook(C,w,F,"beforeUpdate"),F&&toggleRecurse(F,!0),D?P(w.dynamicChildren,D,k,F,j,resolveChildrenNamespace(C,W),Y):J||ee(w,C,k,null,F,j,resolveChildrenNamespace(C,W),Y,!1),x>0){if(x&16)M(k,C,X,z,F,j,W);else if(x&2&&X.class!==z.class&&a(k,"class",null,z.class,W),x&4&&a(k,"style",X.style,z.style,W),x&8){const R=C.dynamicProps;for(let oe=0;oe{I&&invokeVNodeHook(I,F,C,w),L&&invokeDirectiveHook(C,w,F,"updated")},j)},P=(w,C,F,j,W,Y,J)=>{for(let k=0;k{if(F!==j){if(F!==EMPTY_OBJ)for(const k in F)!isReservedProp(k)&&!(k in j)&&a(w,k,F[k],null,J,C.children,W,Y,ae);for(const k in j){if(isReservedProp(k))continue;const x=j[k],D=F[k];x!==D&&k!=="value"&&a(w,k,D,x,J,C.children,W,Y,ae)}"value"in j&&a(w,"value",F.value,j.value,J)}},O=(w,C,F,j,W,Y,J,k,x)=>{const D=C.el=w?w.el:l(""),L=C.anchor=w?w.anchor:l("");let{patchFlag:X,dynamicChildren:z,slotScopeIds:I}=C;I&&(k=k?k.concat(I):I),w==null?(o(D,F,j),o(L,F,j),S(C.children||[],F,L,W,Y,J,k,x)):X>0&&X&64&&z&&w.dynamicChildren?(P(w.dynamicChildren,z,F,W,Y,J,k),(C.key!=null||W&&C===W.subTree)&&traverseStaticChildren(w,C,!0)):ee(w,C,F,L,W,Y,J,k,x)},H=(w,C,F,j,W,Y,J,k,x)=>{C.slotScopeIds=k,w==null?C.shapeFlag&512?W.ctx.activate(C,F,j,J,x):Z(C,F,j,W,Y,J,x):te(w,C,x)},Z=(w,C,F,j,W,Y,J)=>{const k=w.component=createComponentInstance(w,j,W);if(isKeepAlive(w)&&(k.ctx.renderer=he),setupComponent(k),k.asyncDep){if(W&&W.registerDep(k,Q,J),!w.el){const x=k.subTree=createVNode(Comment);A(null,x,C,F)}}else Q(k,w,C,F,W,Y,J)},te=(w,C,F)=>{const j=C.component=w.component;if(shouldUpdateComponent(w,C,F))if(j.asyncDep&&!j.asyncResolved){ne(j,C,F);return}else j.next=C,invalidateJob(j.update),j.effect.dirty=!0,j.update();else C.el=w.el,j.vnode=C},Q=(w,C,F,j,W,Y,J)=>{const k=()=>{if(w.isMounted){let{next:L,bu:X,u:z,parent:I,vnode:R}=w;{const pe=locateNonHydratedAsyncRoot(w);if(pe){L&&(L.el=R.el,ne(w,L,J)),pe.asyncDep.then(()=>{w.isUnmounted||k()});return}}let oe=L,se;toggleRecurse(w,!1),L?(L.el=R.el,ne(w,L,J)):L=R,X&&invokeArrayFns(X),(se=L.props&&L.props.onVnodeBeforeUpdate)&&invokeVNodeHook(se,I,L,R),toggleRecurse(w,!0);const de=renderComponentRoot(w),fe=w.subTree;w.subTree=de,N(fe,de,g(fe.el),ue(fe),w,W,Y),L.el=de.el,oe===null&&updateHOCHostEl(w,de.el),z&&queuePostRenderEffect(z,W),(se=L.props&&L.props.onVnodeUpdated)&&queuePostRenderEffect(()=>invokeVNodeHook(se,I,L,R),W)}else{let L;const{el:X,props:z}=C,{bm:I,m:R,parent:oe}=w,se=isAsyncWrapper(C);if(toggleRecurse(w,!1),I&&invokeArrayFns(I),!se&&(L=z&&z.onVnodeBeforeMount)&&invokeVNodeHook(L,oe,C),toggleRecurse(w,!0),X&&_e){const de=()=>{w.subTree=renderComponentRoot(w),_e(X,w.subTree,w,W,null)};se?C.type.__asyncLoader().then(()=>!w.isUnmounted&&de()):de()}else{const de=w.subTree=renderComponentRoot(w);N(null,de,F,j,w,W,Y),C.el=de.el}if(R&&queuePostRenderEffect(R,W),!se&&(L=z&&z.onVnodeMounted)){const de=C;queuePostRenderEffect(()=>invokeVNodeHook(L,oe,de),W)}(C.shapeFlag&256||oe&&isAsyncWrapper(oe.vnode)&&oe.vnode.shapeFlag&256)&&w.a&&queuePostRenderEffect(w.a,W),w.isMounted=!0,C=F=j=null}},x=w.effect=new ReactiveEffect(k,NOOP,()=>queueJob(D),w.scope),D=w.update=()=>{x.dirty&&x.run()};D.id=w.uid,toggleRecurse(w,!0),D()},ne=(w,C,F)=>{C.component=w;const j=w.vnode.props;w.vnode=C,w.next=null,updateProps(w,C.props,j,F),updateSlots(w,C.children,F),pauseTracking(),flushPreFlushCbs(w),resetTracking()},ee=(w,C,F,j,W,Y,J,k,x=!1)=>{const D=w&&w.children,L=w?w.shapeFlag:0,X=C.children,{patchFlag:z,shapeFlag:I}=C;if(z>0){if(z&128){le(D,X,F,j,W,Y,J,k,x);return}else if(z&256){re(D,X,F,j,W,Y,J,k,x);return}}I&8?(L&16&&ae(D,W,Y),X!==D&&u(F,X)):L&16?I&16?le(D,X,F,j,W,Y,J,k,x):ae(D,W,Y,!0):(L&8&&u(F,""),I&16&&S(X,F,j,W,Y,J,k,x))},re=(w,C,F,j,W,Y,J,k,x)=>{w=w||EMPTY_ARR,C=C||EMPTY_ARR;const D=w.length,L=C.length,X=Math.min(D,L);let z;for(z=0;zL?ae(w,W,Y,!0,!1,X):S(C,F,j,W,Y,J,k,x,X)},le=(w,C,F,j,W,Y,J,k,x)=>{let D=0;const L=C.length;let X=w.length-1,z=L-1;for(;D<=X&&D<=z;){const I=w[D],R=C[D]=x?cloneIfMounted(C[D]):normalizeVNode(C[D]);if(isSameVNodeType(I,R))N(I,R,F,null,W,Y,J,k,x);else break;D++}for(;D<=X&&D<=z;){const I=w[X],R=C[z]=x?cloneIfMounted(C[z]):normalizeVNode(C[z]);if(isSameVNodeType(I,R))N(I,R,F,null,W,Y,J,k,x);else break;X--,z--}if(D>X){if(D<=z){const I=z+1,R=Iz)for(;D<=X;)q(w[D],W,Y,!0),D++;else{const I=D,R=D,oe=new Map;for(D=R;D<=z;D++){const me=C[D]=x?cloneIfMounted(C[D]):normalizeVNode(C[D]);me.key!=null&&oe.set(me.key,D)}let se,de=0;const fe=z-R+1;let pe=!1,ye=0;const Be=new Array(fe);for(D=0;D=fe){q(me,W,Y,!0);continue}let $e;if(me.key!=null)$e=oe.get(me.key);else for(se=R;se<=z;se++)if(Be[se-R]===0&&isSameVNodeType(me,C[se])){$e=se;break}$e===void 0?q(me,W,Y,!0):(Be[$e-R]=D+1,$e>=ye?ye=$e:pe=!0,N(me,C[$e],F,null,W,Y,J,k,x),de++)}const be=pe?getSequence(Be):EMPTY_ARR;for(se=be.length-1,D=fe-1;D>=0;D--){const me=R+D,$e=C[me],Ce=me+1{const{el:Y,type:J,transition:k,children:x,shapeFlag:D}=w;if(D&6){U(w.component.subTree,C,F,j);return}if(D&128){w.suspense.move(C,F,j);return}if(D&64){J.move(w,C,F,he);return}if(J===Fragment){o(Y,C,F);for(let X=0;Xk.enter(Y),W);else{const{leave:X,delayLeave:z,afterLeave:I}=k,R=()=>o(Y,C,F),oe=()=>{X(Y,()=>{R(),I&&I()})};z?z(Y,R,oe):oe()}else o(Y,C,F)},q=(w,C,F,j=!1,W=!1)=>{const{type:Y,props:J,ref:k,children:x,dynamicChildren:D,shapeFlag:L,patchFlag:X,dirs:z,memoIndex:I}=w;if(X===-2&&(W=!1),k!=null&&setRef(k,null,F,w,!0),I!=null&&(C.renderCache[I]=void 0),L&256){C.ctx.deactivate(w);return}const R=L&1&&z,oe=!isAsyncWrapper(w);let se;if(oe&&(se=J&&J.onVnodeBeforeUnmount)&&invokeVNodeHook(se,C,w),L&6)ce(w.component,F,j);else{if(L&128){w.suspense.unmount(F,j);return}R&&invokeDirectiveHook(w,null,C,"beforeUnmount"),L&64?w.type.remove(w,C,F,he,j):D&&(Y!==Fragment||X>0&&X&64)?ae(D,C,F,!1,!0):(Y===Fragment&&X&384||!W&&L&16)&&ae(x,C,F),j&&G(w)}(oe&&(se=J&&J.onVnodeUnmounted)||R)&&queuePostRenderEffect(()=>{se&&invokeVNodeHook(se,C,w),R&&invokeDirectiveHook(w,null,C,"unmounted")},F)},G=w=>{const{type:C,el:F,anchor:j,transition:W}=w;if(C===Fragment){K(F,j);return}if(C===Static){_(w);return}const Y=()=>{s(F),W&&!W.persisted&&W.afterLeave&&W.afterLeave()};if(w.shapeFlag&1&&W&&!W.persisted){const{leave:J,delayLeave:k}=W,x=()=>J(F,Y);k?k(w.el,Y,x):x()}else Y()},K=(w,C)=>{let F;for(;w!==C;)F=f(w),s(w),w=F;s(C)},ce=(w,C,F)=>{const{bum:j,scope:W,update:Y,subTree:J,um:k,m:x,a:D}=w;invalidateMount(x),invalidateMount(D),j&&invokeArrayFns(j),W.stop(),Y&&(Y.active=!1,q(J,w,C,F)),k&&queuePostRenderEffect(k,C),queuePostRenderEffect(()=>{w.isUnmounted=!0},C),C&&C.pendingBranch&&!C.isUnmounted&&w.asyncDep&&!w.asyncResolved&&w.suspenseId===C.pendingId&&(C.deps--,C.deps===0&&C.resolve())},ae=(w,C,F,j=!1,W=!1,Y=0)=>{for(let J=Y;Jw.shapeFlag&6?ue(w.component.subTree):w.shapeFlag&128?w.suspense.next():f(w.anchor||w.el);let ie=!1;const ge=(w,C,F)=>{w==null?C._vnode&&q(C._vnode,null,null,!0):N(C._vnode||null,w,C,null,null,null,F),ie||(ie=!0,flushPreFlushCbs(),flushPostFlushCbs(),ie=!1),C._vnode=w},he={p:N,um:q,m:U,r:G,mt:Z,mc:S,pc:ee,pbc:P,n:ue,o:e};let ke,_e;return{render:ge,hydrate:ke,createApp:createAppAPI(ge,ke)}}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,update:t},n){e.allowRecurse=t.allowRecurse=n}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)}const INITIAL_WATCHER_VALUE={};function watch(e,t,n){return doWatch(e,t,n)}function doWatch(e,t,{immediate:n,deep:o,flush:s,once:a,onTrack:r,onTrigger:l}=EMPTY_OBJ){if(t&&a){const y=t;t=(...V)=>{y(...V),E()}}const c=currentInstance,d=y=>o===!0?y:traverse(y,o===!1?1:void 0);let u,g=!1,f=!1;if(isRef(e)?(u=()=>e.value,g=isShallow(e)):isReactive(e)?(u=()=>d(e),g=!0):isArray$1(e)?(f=!0,g=e.some(y=>isReactive(y)||isShallow(y)),u=()=>e.map(y=>{if(isRef(y))return y.value;if(isReactive(y))return d(y);if(isFunction$1(y))return callWithErrorHandling(y,c,2)})):isFunction$1(e)?t?u=()=>callWithErrorHandling(e,c,2):u=()=>(v&&v(),callWithAsyncErrorHandling(e,c,3,[B])):u=NOOP,t&&o){const y=u;u=()=>traverse(y())}let v,B=y=>{v=m.onStop=()=>{callWithErrorHandling(y,c,4),v=m.onStop=void 0}},N;if(isInSSRComponentSetup)if(B=NOOP,t?n&&callWithAsyncErrorHandling(t,c,3,[u(),f?[]:void 0,B]):u(),s==="sync"){const y=useSSRContext();N=y.__watcherHandles||(y.__watcherHandles=[])}else return NOOP;let b=f?new Array(e.length).fill(INITIAL_WATCHER_VALUE):INITIAL_WATCHER_VALUE;const A=()=>{if(!(!m.active||!m.dirty))if(t){const y=m.run();(o||g||(f?y.some((V,S)=>hasChanged(V,b[S])):hasChanged(y,b)))&&(v&&v(),callWithAsyncErrorHandling(t,c,3,[y,b===INITIAL_WATCHER_VALUE?void 0:f&&b[0]===INITIAL_WATCHER_VALUE?[]:b,B]),b=y)}else m.run()};A.allowRecurse=!!t;let $;s==="sync"?$=A:s==="post"?$=()=>queuePostRenderEffect(A,c&&c.suspense):(A.pre=!0,c&&(A.id=c.uid),$=()=>queueJob(A));const m=new ReactiveEffect(u,NOOP,$),_=getCurrentScope(),E=()=>{m.stop(),_&&remove(_.effects,m)};return t?n?A():b=m.run():s==="post"?queuePostRenderEffect(m.run.bind(m),c&&c.suspense):m.run(),N&&N.push(E),E}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;s{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}const 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 setTransitionHooks(e,t){e.shapeFlag&6&&e.component?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}const isTeleport=e=>e.__isTeleport,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}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,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,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()):typeof e=="object"?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){t&&setInSSRSetupState(t);const{props:n,children:o}=e.vnode,s=isStatefulComponent(e);initProps(e,n,s,t),initSlots(e,o);const a=s?setupStatefulComponent(e,t):void 0;return t&&setInSSRSetupState(!1),a}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(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.4.30";/** +* @vue/runtime-dom v3.4.30 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/const 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=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,r,l,c)=>{const d=s==="svg";t==="class"?patchClass(e,o,d):t==="style"?patchStyle(e,n,o):isOn(t)?isModelListener(t)||patchEvent(e,t,n,o,r):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):shouldSetAsProp(e,t,o,d))?(patchDOMProp(e,t,o,a,r,l,c),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&patchAttr(e,t,o,d,r,t!=="value")):(t==="true-value"?e._trueValue=o:t==="false-value"&&(e._falseValue=o),patchAttr(e,t,o,d))};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,oldValue:n},o){e._modelValue=t,isArray$1(t)?e.checked=looseIndexOf(t,o.props.value)>-1:isSet(t)?e.checked=t.has(o.props.value):t!==n&&(e.checked=looseEqual(t,getCheckboxValue(e,!0)))}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,modifiers:{number:n}}){setSelected(e,t)},beforeUpdate(e,t,n){e[assignKey]=getModelAssigner(n)},updated(e,{value:t,modifiers:{number:n}}){e._assigning||setSelected(e,t)}};function setSelected(e,t,n){const o=e.multiple,s=isArray$1(t);if(!(o&&!s&&!isSet(t))){for(let a=0,r=e.options.length;aString(u)===String(c)):l.selected=looseIndexOf(t,c)>-1}else l.selected=t.has(c);else if(looseEqual(getValue(l),t)){e.selectedIndex!==a&&(e.selectedIndex=a);return}}!o&&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.innerHTML="";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 $(){}return function(m){var _;return $.prototype=m,_=new $,$.prototype=null,_}}(),c={},d=c.lib={},u=d.Base=function(){return{extend:function($){var m=l(this);return $&&m.mixIn($),(!m.hasOwnProperty("init")||this.init===m.init)&&(m.init=function(){m.$super.init.apply(this,arguments)}),m.init.prototype=m,m.$super=this,m},create:function(){var $=this.extend();return $.init.apply($,arguments),$},init:function(){},mixIn:function($){for(var m in $)$.hasOwnProperty(m)&&(this[m]=$[m]);$.hasOwnProperty("toString")&&(this.toString=$.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),g=d.WordArray=u.extend({init:function($,m){$=this.words=$||[],m!=s?this.sigBytes=m:this.sigBytes=$.length*4},toString:function($){return($||v).stringify(this)},concat:function($){var m=this.words,_=$.words,E=this.sigBytes,y=$.sigBytes;if(this.clamp(),E%4)for(var V=0;V>>2]>>>24-V%4*8&255;m[E+V>>>2]|=S<<24-(E+V)%4*8}else for(var T=0;T>>2]=_[T>>>2];return this.sigBytes+=y,this},clamp:function(){var $=this.words,m=this.sigBytes;$[m>>>2]&=4294967295<<32-m%4*8,$.length=o.ceil(m/4)},clone:function(){var $=u.clone.call(this);return $.words=this.words.slice(0),$},random:function($){for(var m=[],_=0;_<$;_+=4)m.push(r());return new g.init(m,$)}}),f=c.enc={},v=f.Hex={stringify:function($){for(var m=$.words,_=$.sigBytes,E=[],y=0;y<_;y++){var V=m[y>>>2]>>>24-y%4*8&255;E.push((V>>>4).toString(16)),E.push((V&15).toString(16))}return E.join("")},parse:function($){for(var m=$.length,_=[],E=0;E>>3]|=parseInt($.substr(E,2),16)<<24-E%8*4;return new g.init(_,m/2)}},B=f.Latin1={stringify:function($){for(var m=$.words,_=$.sigBytes,E=[],y=0;y<_;y++){var V=m[y>>>2]>>>24-y%4*8&255;E.push(String.fromCharCode(V))}return E.join("")},parse:function($){for(var m=$.length,_=[],E=0;E>>2]|=($.charCodeAt(E)&255)<<24-E%4*8;return new g.init(_,m)}},N=f.Utf8={stringify:function($){try{return decodeURIComponent(escape(B.stringify($)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function($){return B.parse(unescape(encodeURIComponent($)))}},b=d.BufferedBlockAlgorithm=u.extend({reset:function(){this._data=new g.init,this._nDataBytes=0},_append:function($){typeof $=="string"&&($=N.parse($)),this._data.concat($),this._nDataBytes+=$.sigBytes},_process:function($){var m,_=this._data,E=_.words,y=_.sigBytes,V=this.blockSize,S=V*4,T=y/S;$?T=o.ceil(T):T=o.max((T|0)-this._minBufferSize,0);var P=T*V,M=o.min(P*4,y);if(P){for(var O=0;O>>2]|=c[g]<<24-g%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,g=[],f=0;f>>2]>>>16-f%4*8&65535;g.push(String.fromCharCode(v))}return g.join("")},parse:function(c){for(var d=c.length,u=[],g=0;g>>1]|=c.charCodeAt(g)<<16-g%2*16;return a.create(u,d*2)}},r.Utf16LE={stringify:function(c){for(var d=c.words,u=c.sigBytes,g=[],f=0;f>>2]>>>16-f%4*8&65535);g.push(String.fromCharCode(v))}return g.join("")},parse:function(c){for(var d=c.length,u=[],g=0;g>>1]|=l(c.charCodeAt(g)<<16-g%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,g=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,b=d[v+2>>>2]>>>24-(v+2)%4*8&255,A=B<<16|N<<8|b,$=0;$<4&&v+$*.75>>6*(3-$)&63));var m=g.charAt(64);if(m)for(;f.length%4;)f.push(m);return f.join("")},parse:function(c){var d=c.length,u=this._map,g=this._reverseMap;if(!g){g=this._reverseMap=[];for(var f=0;f>>6-v%4*2,b=B|N;g[f>>>2]|=b<<24-f%4*8,f++}return a.create(g,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,g=c.sigBytes,f=d?this._safe_map:this._map;c.clamp();for(var v=[],B=0;B>>2]>>>24-B%4*8&255,b=u[B+1>>>2]>>>24-(B+1)%4*8&255,A=u[B+2>>>2]>>>24-(B+2)%4*8&255,$=N<<16|b<<8|A,m=0;m<4&&B+m*.75>>6*(3-m)&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,g=d?this._safe_map:this._map,f=this._reverseMap;if(!f){f=this._reverseMap=[];for(var v=0;v>>6-v%4*2,b=B|N;g[f>>>2]|=b<<24-f%4*8,f++}return a.create(g,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,b){for(var A=0;A<16;A++){var $=b+A,m=N[$];N[$]=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360}var _=this._hash.words,E=N[b+0],y=N[b+1],V=N[b+2],S=N[b+3],T=N[b+4],P=N[b+5],M=N[b+6],O=N[b+7],H=N[b+8],Z=N[b+9],te=N[b+10],Q=N[b+11],ne=N[b+12],ee=N[b+13],re=N[b+14],le=N[b+15],U=_[0],q=_[1],G=_[2],K=_[3];U=g(U,q,G,K,E,7,d[0]),K=g(K,U,q,G,y,12,d[1]),G=g(G,K,U,q,V,17,d[2]),q=g(q,G,K,U,S,22,d[3]),U=g(U,q,G,K,T,7,d[4]),K=g(K,U,q,G,P,12,d[5]),G=g(G,K,U,q,M,17,d[6]),q=g(q,G,K,U,O,22,d[7]),U=g(U,q,G,K,H,7,d[8]),K=g(K,U,q,G,Z,12,d[9]),G=g(G,K,U,q,te,17,d[10]),q=g(q,G,K,U,Q,22,d[11]),U=g(U,q,G,K,ne,7,d[12]),K=g(K,U,q,G,ee,12,d[13]),G=g(G,K,U,q,re,17,d[14]),q=g(q,G,K,U,le,22,d[15]),U=f(U,q,G,K,y,5,d[16]),K=f(K,U,q,G,M,9,d[17]),G=f(G,K,U,q,Q,14,d[18]),q=f(q,G,K,U,E,20,d[19]),U=f(U,q,G,K,P,5,d[20]),K=f(K,U,q,G,te,9,d[21]),G=f(G,K,U,q,le,14,d[22]),q=f(q,G,K,U,T,20,d[23]),U=f(U,q,G,K,Z,5,d[24]),K=f(K,U,q,G,re,9,d[25]),G=f(G,K,U,q,S,14,d[26]),q=f(q,G,K,U,H,20,d[27]),U=f(U,q,G,K,ee,5,d[28]),K=f(K,U,q,G,V,9,d[29]),G=f(G,K,U,q,O,14,d[30]),q=f(q,G,K,U,ne,20,d[31]),U=v(U,q,G,K,P,4,d[32]),K=v(K,U,q,G,H,11,d[33]),G=v(G,K,U,q,Q,16,d[34]),q=v(q,G,K,U,re,23,d[35]),U=v(U,q,G,K,y,4,d[36]),K=v(K,U,q,G,T,11,d[37]),G=v(G,K,U,q,O,16,d[38]),q=v(q,G,K,U,te,23,d[39]),U=v(U,q,G,K,ee,4,d[40]),K=v(K,U,q,G,E,11,d[41]),G=v(G,K,U,q,S,16,d[42]),q=v(q,G,K,U,M,23,d[43]),U=v(U,q,G,K,Z,4,d[44]),K=v(K,U,q,G,ne,11,d[45]),G=v(G,K,U,q,le,16,d[46]),q=v(q,G,K,U,V,23,d[47]),U=B(U,q,G,K,E,6,d[48]),K=B(K,U,q,G,O,10,d[49]),G=B(G,K,U,q,re,15,d[50]),q=B(q,G,K,U,P,21,d[51]),U=B(U,q,G,K,ne,6,d[52]),K=B(K,U,q,G,S,10,d[53]),G=B(G,K,U,q,te,15,d[54]),q=B(q,G,K,U,y,21,d[55]),U=B(U,q,G,K,H,6,d[56]),K=B(K,U,q,G,le,10,d[57]),G=B(G,K,U,q,M,15,d[58]),q=B(q,G,K,U,ee,21,d[59]),U=B(U,q,G,K,T,6,d[60]),K=B(K,U,q,G,Q,10,d[61]),G=B(G,K,U,q,V,15,d[62]),q=B(q,G,K,U,Z,21,d[63]),_[0]=_[0]+U|0,_[1]=_[1]+q|0,_[2]=_[2]+G|0,_[3]=_[3]+K|0},_doFinalize:function(){var N=this._data,b=N.words,A=this._nDataBytes*8,$=N.sigBytes*8;b[$>>>5]|=128<<24-$%32;var m=o.floor(A/4294967296),_=A;b[($+64>>>9<<4)+15]=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360,b[($+64>>>9<<4)+14]=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360,N.sigBytes=(b.length+1)*4,this._process();for(var E=this._hash,y=E.words,V=0;V<4;V++){var S=y[V];y[V]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360}return E},clone:function(){var N=l.clone.call(this);return N._hash=this._hash.clone(),N}});function g(N,b,A,$,m,_,E){var y=N+(b&A|~b&$)+m+E;return(y<<_|y>>>32-_)+b}function f(N,b,A,$,m,_,E){var y=N+(b&$|A&~$)+m+E;return(y<<_|y>>>32-_)+b}function v(N,b,A,$,m,_,E){var y=N+(b^A^$)+m+E;return(y<<_|y>>>32-_)+b}function B(N,b,A,$,m,_,E){var y=N+(A^(b|~$))+m+E;return(y<<_|y>>>32-_)+b}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,g){for(var f=this._hash.words,v=f[0],B=f[1],N=f[2],b=f[3],A=f[4],$=0;$<80;$++){if($<16)c[$]=u[g+$]|0;else{var m=c[$-3]^c[$-8]^c[$-14]^c[$-16];c[$]=m<<1|m>>>31}var _=(v<<5|v>>>27)+A+c[$];$<20?_+=(B&N|~B&b)+1518500249:$<40?_+=(B^N^b)+1859775393:$<60?_+=(B&N|B&b|N&b)-1894007588:_+=(B^N^b)-899497514,A=b,b=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]+b|0,f[4]=f[4]+A|0},_doFinalize:function(){var u=this._data,g=u.words,f=this._nDataBytes*8,v=u.sigBytes*8;return g[v>>>5]|=128<<24-v%32,g[(v+64>>>9<<4)+14]=Math.floor(f/4294967296),g[(v+64>>>9<<4)+15]=f,u.sigBytes=g.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(A){for(var $=o.sqrt(A),m=2;m<=$;m++)if(!(A%m))return!1;return!0}function B(A){return(A-(A|0))*4294967296|0}for(var N=2,b=0;b<64;)v(N)&&(b<8&&(d[b]=B(o.pow(N,1/2))),u[b]=B(o.pow(N,1/3)),b++),N++})();var g=[],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,b=N[0],A=N[1],$=N[2],m=N[3],_=N[4],E=N[5],y=N[6],V=N[7],S=0;S<64;S++){if(S<16)g[S]=v[B+S]|0;else{var T=g[S-15],P=(T<<25|T>>>7)^(T<<14|T>>>18)^T>>>3,M=g[S-2],O=(M<<15|M>>>17)^(M<<13|M>>>19)^M>>>10;g[S]=P+g[S-7]+O+g[S-16]}var H=_&E^~_&y,Z=b&A^b&$^A&$,te=(b<<30|b>>>2)^(b<<19|b>>>13)^(b<<10|b>>>22),Q=(_<<26|_>>>6)^(_<<21|_>>>11)^(_<<7|_>>>25),ne=V+Q+H+u[S]+g[S],ee=te+Z;V=y,y=E,E=_,_=m+ne|0,m=$,$=A,A=b,b=ne+ee|0}N[0]=N[0]+b|0,N[1]=N[1]+A|0,N[2]=N[2]+$|0,N[3]=N[3]+m|0,N[4]=N[4]+_|0,N[5]=N[5]+E|0,N[6]=N[6]+y|0,N[7]=N[7]+V|0},_doFinalize:function(){var v=this._data,B=v.words,N=this._nDataBytes*8,b=v.sigBytes*8;return B[b>>>5]|=128<<24-b%32,B[(b+64>>>9<<4)+14]=o.floor(N/4294967296),B[(b+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 g=[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 b=this._hash.words,A=b[0],$=b[1],m=b[2],_=b[3],E=b[4],y=b[5],V=b[6],S=b[7],T=A.high,P=A.low,M=$.high,O=$.low,H=m.high,Z=m.low,te=_.high,Q=_.low,ne=E.high,ee=E.low,re=y.high,le=y.low,U=V.high,q=V.low,G=S.high,K=S.low,ce=T,ae=P,ue=M,ie=O,ge=H,he=Z,ke=te,_e=Q,w=ne,C=ee,F=re,j=le,W=U,Y=q,J=G,k=K,x=0;x<80;x++){var D,L,X=f[x];if(x<16)L=X.high=B[N+x*2]|0,D=X.low=B[N+x*2+1]|0;else{var z=f[x-15],I=z.high,R=z.low,oe=(I>>>1|R<<31)^(I>>>8|R<<24)^I>>>7,se=(R>>>1|I<<31)^(R>>>8|I<<24)^(R>>>7|I<<25),de=f[x-2],fe=de.high,pe=de.low,ye=(fe>>>19|pe<<13)^(fe<<3|pe>>>29)^fe>>>6,Be=(pe>>>19|fe<<13)^(pe<<3|fe>>>29)^(pe>>>6|fe<<26),be=f[x-7],me=be.high,$e=be.low,Ce=f[x-16],Se=Ce.high,Ne=Ce.low;D=se+$e,L=oe+me+(D>>>0>>0?1:0),D=D+Be,L=L+ye+(D>>>0>>0?1:0),D=D+Ne,L=L+Se+(D>>>0>>0?1:0),X.high=L,X.low=D}var Pe=w&F^~w&W,Ee=C&j^~C&Y,Ie=ce&ue^ce&ge^ue&ge,Te=ae&ie^ae&he^ie&he,Fe=(ce>>>28|ae<<4)^(ce<<30|ae>>>2)^(ce<<25|ae>>>7),we=(ae>>>28|ce<<4)^(ae<<30|ce>>>2)^(ae<<25|ce>>>7),Me=(w>>>14|C<<18)^(w>>>18|C<<14)^(w<<23|C>>>9),Oe=(C>>>14|w<<18)^(C>>>18|w<<14)^(C<<23|w>>>9),Ae=g[x],Re=Ae.high,Ve=Ae.low,ve=k+Oe,xe=J+Me+(ve>>>0>>0?1:0),ve=ve+Ee,xe=xe+Pe+(ve>>>0>>0?1:0),ve=ve+Ve,xe=xe+Re+(ve>>>0>>0?1:0),ve=ve+D,xe=xe+L+(ve>>>0>>0?1:0),De=we+Te,Le=Fe+Ie+(De>>>0>>0?1:0);J=W,k=Y,W=F,Y=j,F=w,j=C,C=_e+ve|0,w=ke+xe+(C>>>0<_e>>>0?1:0)|0,ke=ge,_e=he,ge=ue,he=ie,ue=ce,ie=ae,ae=ve+De|0,ce=xe+Le+(ae>>>0>>0?1:0)|0}P=A.low=P+ae,A.high=T+ce+(P>>>0>>0?1:0),O=$.low=O+ie,$.high=M+ue+(O>>>0>>0?1:0),Z=m.low=Z+he,m.high=H+ge+(Z>>>0>>0?1:0),Q=_.low=Q+_e,_.high=te+ke+(Q>>>0<_e>>>0?1:0),ee=E.low=ee+C,E.high=ne+w+(ee>>>0>>0?1:0),le=y.low=le+j,y.high=re+F+(le>>>0>>0?1:0),q=V.low=q+Y,V.high=U+W+(q>>>0>>0?1:0),K=S.low=K+k,S.high=G+J+(K>>>0>>0?1:0)},_doFinalize:function(){var B=this._data,N=B.words,b=this._nDataBytes*8,A=B.sigBytes*8;N[A>>>5]|=128<<24-A%32,N[(A+128>>>10<<5)+30]=Math.floor(b/4294967296),N[(A+128>>>10<<5)+31]=b,B.sigBytes=N.length*4,this._process();var $=this._hash.toX32();return $},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,g=[],f=[],v=[];(function(){for(var b=1,A=0,$=0;$<24;$++){g[b+5*A]=($+1)*($+2)/2%64;var m=A%5,_=(2*b+3*A)%5;b=m,A=_}for(var b=0;b<5;b++)for(var A=0;A<5;A++)f[b+5*A]=A+(2*b+3*A)%5*5;for(var E=1,y=0;y<24;y++){for(var V=0,S=0,T=0;T<7;T++){if(E&1){var P=(1<>>24)&16711935|(E<<24|E>>>8)&4278255360,y=(y<<8|y>>>24)&16711935|(y<<24|y>>>8)&4278255360;var V=$[_];V.high^=y,V.low^=E}for(var S=0;S<24;S++){for(var T=0;T<5;T++){for(var P=0,M=0,O=0;O<5;O++){var V=$[T+5*O];P^=V.high,M^=V.low}var H=B[T];H.high=P,H.low=M}for(var T=0;T<5;T++)for(var Z=B[(T+4)%5],te=B[(T+1)%5],Q=te.high,ne=te.low,P=Z.high^(Q<<1|ne>>>31),M=Z.low^(ne<<1|Q>>>31),O=0;O<5;O++){var V=$[T+5*O];V.high^=P,V.low^=M}for(var ee=1;ee<25;ee++){var P,M,V=$[ee],re=V.high,le=V.low,U=g[ee];U<32?(P=re<>>32-U,M=le<>>32-U):(P=le<>>64-U,M=re<>>64-U);var q=B[f[ee]];q.high=P,q.low=M}var G=B[0],K=$[0];G.high=K.high,G.low=K.low;for(var T=0;T<5;T++)for(var O=0;O<5;O++){var ee=T+5*O,V=$[ee],ce=B[ee],ae=B[(T+1)%5+5*O],ue=B[(T+2)%5+5*O];V.high=ce.high^~ae.high&ue.high,V.low=ce.low^~ae.low&ue.low}var V=$[0],ie=v[S];V.high^=ie.high,V.low^=ie.low}},_doFinalize:function(){var b=this._data,A=b.words;this._nDataBytes*8;var $=b.sigBytes*8,m=this.blockSize*32;A[$>>>5]|=1<<24-$%32,A[(o.ceil(($+1)/m)*m>>>5)-1]|=128,b.sigBytes=A.length*4,this._process();for(var _=this._state,E=this.cfg.outputLength/8,y=E/8,V=[],S=0;S>>24)&16711935|(P<<24|P>>>8)&4278255360,M=(M<<8|M>>>24)&16711935|(M<<24|M>>>8)&4278255360,V.push(M),V.push(P)}return new r.init(V,E)},clone:function(){for(var b=l.clone.call(this),A=b._state=this._state.slice(0),$=0;$<25;$++)A[$]=A[$].clone();return b}});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]),g=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(y,V){for(var S=0;S<16;S++){var T=V+S,P=y[T];y[T]=(P<<8|P>>>24)&16711935|(P<<24|P>>>8)&4278255360}var M=this._hash.words,O=v.words,H=B.words,Z=d.words,te=u.words,Q=g.words,ne=f.words,ee,re,le,U,q,G,K,ce,ae,ue;G=ee=M[0],K=re=M[1],ce=le=M[2],ae=U=M[3],ue=q=M[4];for(var ie,S=0;S<80;S+=1)ie=ee+y[V+Z[S]]|0,S<16?ie+=b(re,le,U)+O[0]:S<32?ie+=A(re,le,U)+O[1]:S<48?ie+=$(re,le,U)+O[2]:S<64?ie+=m(re,le,U)+O[3]:ie+=_(re,le,U)+O[4],ie=ie|0,ie=E(ie,Q[S]),ie=ie+q|0,ee=q,q=U,U=E(le,10),le=re,re=ie,ie=G+y[V+te[S]]|0,S<16?ie+=_(K,ce,ae)+H[0]:S<32?ie+=m(K,ce,ae)+H[1]:S<48?ie+=$(K,ce,ae)+H[2]:S<64?ie+=A(K,ce,ae)+H[3]:ie+=b(K,ce,ae)+H[4],ie=ie|0,ie=E(ie,ne[S]),ie=ie+ue|0,G=ue,ue=ae,ae=E(ce,10),ce=K,K=ie;ie=M[1]+le+ae|0,M[1]=M[2]+U+ue|0,M[2]=M[3]+q+G|0,M[3]=M[4]+ee+K|0,M[4]=M[0]+re+ce|0,M[0]=ie},_doFinalize:function(){var y=this._data,V=y.words,S=this._nDataBytes*8,T=y.sigBytes*8;V[T>>>5]|=128<<24-T%32,V[(T+64>>>9<<4)+14]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360,y.sigBytes=(V.length+1)*4,this._process();for(var P=this._hash,M=P.words,O=0;O<5;O++){var H=M[O];M[O]=(H<<8|H>>>24)&16711935|(H<<24|H>>>8)&4278255360}return P},clone:function(){var y=l.clone.call(this);return y._hash=this._hash.clone(),y}});function b(y,V,S){return y^V^S}function A(y,V,S){return y&V|~y&S}function $(y,V,S){return(y|~V)^S}function m(y,V,S){return y&S|V&~S}function _(y,V,S){return y^(V|~S)}function E(y,V){return y<>>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 g=d.blockSize,f=g*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,b=B.words,A=0;A>>2]&255;P.sigBytes-=M}};a.BlockCipher=v.extend({cfg:v.cfg.extend({mode:b,padding:$}),reset:function(){var P;v.reset.call(this);var M=this.cfg,O=M.iv,H=M.mode;this._xformMode==this._ENC_XFORM_MODE?P=H.createEncryptor:(P=H.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==P?this._mode.init(this,O&&O.words):(this._mode=P.call(H,this,O&&O.words),this._mode.__creator=P)},_doProcessBlock:function(P,M){this._mode.processBlock(P,M)},_doFinalize:function(){var P,M=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(M.pad(this._data,this.blockSize),P=this._process(!0)):(P=this._process(!0),M.unpad(P)),P},blockSize:128/32});var m=a.CipherParams=r.extend({init:function(P){this.mixIn(P)},toString:function(P){return(P||this.formatter).stringify(this)}}),_=s.format={},E=_.OpenSSL={stringify:function(P){var M,O=P.ciphertext,H=P.salt;return H?M=l.create([1398893684,1701076831]).concat(H).concat(O):M=O,M.toString(u)},parse:function(P){var M,O=u.parse(P),H=O.words;return H[0]==1398893684&&H[1]==1701076831&&(M=l.create(H.slice(2,4)),H.splice(0,4),O.sigBytes-=16),m.create({ciphertext:O,salt:M})}},y=a.SerializableCipher=r.extend({cfg:r.extend({format:E}),encrypt:function(P,M,O,H){H=this.cfg.extend(H);var Z=P.createEncryptor(O,H),te=Z.finalize(M),Q=Z.cfg;return m.create({ciphertext:te,key:O,iv:Q.iv,algorithm:P,mode:Q.mode,padding:Q.padding,blockSize:P.blockSize,formatter:H.format})},decrypt:function(P,M,O,H){H=this.cfg.extend(H),M=this._parse(M,H.format);var Z=P.createDecryptor(O,H).finalize(M.ciphertext);return Z},_parse:function(P,M){return typeof P=="string"?M.parse(P,this):P}}),V=s.kdf={},S=V.OpenSSL={execute:function(P,M,O,H,Z){if(H||(H=l.random(64/8)),Z)var te=f.create({keySize:M+O,hasher:Z}).compute(P,H);else var te=f.create({keySize:M+O}).compute(P,H);var Q=l.create(te.words.slice(M),O*4);return te.sigBytes=M*4,m.create({key:te,iv:Q,salt:H})}},T=a.PasswordBasedCipher=y.extend({cfg:y.cfg.extend({kdf:S}),encrypt:function(P,M,O,H){H=this.cfg.extend(H);var Z=H.kdf.execute(O,P.keySize,P.ivSize,H.salt,H.hasher);H.iv=Z.iv;var te=y.encrypt.call(this,P,M,Z.key,H);return te.mixIn(Z),te},decrypt:function(P,M,O,H){H=this.cfg.extend(H),M=this._parse(M,H.format);var Z=H.kdf.execute(O,P.keySize,P.ivSize,M.salt,H.hasher);H.iv=Z.iv;var te=y.decrypt.call(this,P,M,Z.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,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 g=0;g>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,g=this._iv,f=this._counter;g&&(f=this._counter=g.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 g=c.parse(u);return r.create({ciphertext:g})}}}(),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=[],g=[],f=[],v=[],B=[],N=[],b=[];(function(){for(var m=[],_=0;_<256;_++)_<128?m[_]=_<<1:m[_]=_<<1^283;for(var E=0,y=0,_=0;_<256;_++){var V=y^y<<1^y<<2^y<<3^y<<4;V=V>>>8^V&255^99,l[E]=V,c[V]=E;var S=m[E],T=m[S],P=m[T],M=m[V]*257^V*16843008;d[E]=M<<24|M>>>8,u[E]=M<<16|M>>>16,g[E]=M<<8|M>>>24,f[E]=M;var M=P*16843009^T*65537^S*257^E*16843008;v[V]=M<<24|M>>>8,B[V]=M<<16|M>>>16,N[V]=M<<8|M>>>24,b[V]=M,E?(E=S^m[m[m[P^S]]],y^=m[m[y]]):E=y=1}})();var A=[0,1,2,4,8,16,32,64,128,27,54],$=r.AES=a.extend({_doReset:function(){var m;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var _=this._keyPriorReset=this._key,E=_.words,y=_.sigBytes/4,V=this._nRounds=y+6,S=(V+1)*4,T=this._keySchedule=[],P=0;P6&&P%y==4&&(m=l[m>>>24]<<24|l[m>>>16&255]<<16|l[m>>>8&255]<<8|l[m&255]):(m=m<<8|m>>>24,m=l[m>>>24]<<24|l[m>>>16&255]<<16|l[m>>>8&255]<<8|l[m&255],m^=A[P/y|0]<<24),T[P]=T[P-y]^m);for(var M=this._invKeySchedule=[],O=0;O>>24]]^B[l[m>>>16&255]]^N[l[m>>>8&255]]^b[l[m&255]]}}},encryptBlock:function(m,_){this._doCryptBlock(m,_,this._keySchedule,d,u,g,f,l)},decryptBlock:function(m,_){var E=m[_+1];m[_+1]=m[_+3],m[_+3]=E,this._doCryptBlock(m,_,this._invKeySchedule,v,B,N,b,c);var E=m[_+1];m[_+1]=m[_+3],m[_+3]=E},_doCryptBlock:function(m,_,E,y,V,S,T,P){for(var M=this._nRounds,O=m[_]^E[0],H=m[_+1]^E[1],Z=m[_+2]^E[2],te=m[_+3]^E[3],Q=4,ne=1;ne>>24]^V[H>>>16&255]^S[Z>>>8&255]^T[te&255]^E[Q++],re=y[H>>>24]^V[Z>>>16&255]^S[te>>>8&255]^T[O&255]^E[Q++],le=y[Z>>>24]^V[te>>>16&255]^S[O>>>8&255]^T[H&255]^E[Q++],U=y[te>>>24]^V[O>>>16&255]^S[H>>>8&255]^T[Z&255]^E[Q++];O=ee,H=re,Z=le,te=U}var ee=(P[O>>>24]<<24|P[H>>>16&255]<<16|P[Z>>>8&255]<<8|P[te&255])^E[Q++],re=(P[H>>>24]<<24|P[Z>>>16&255]<<16|P[te>>>8&255]<<8|P[O&255])^E[Q++],le=(P[Z>>>24]<<24|P[te>>>16&255]<<16|P[O>>>8&255]<<8|P[H&255])^E[Q++],U=(P[te>>>24]<<24|P[O>>>16&255]<<16|P[H>>>8&255]<<8|P[Z&255])^E[Q++];m[_]=ee,m[_+1]=re,m[_+2]=le,m[_+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,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],g=[{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 A=this._key,$=A.words,m=[],_=0;_<56;_++){var E=c[_]-1;m[_]=$[E>>>5]>>>31-E%32&1}for(var y=this._subKeys=[],V=0;V<16;V++){for(var S=y[V]=[],T=u[V],_=0;_<24;_++)S[_/6|0]|=m[(d[_]-1+T)%28]<<31-_%6,S[4+(_/6|0)]|=m[28+(d[_+24]-1+T)%28]<<31-_%6;S[0]=S[0]<<1|S[0]>>>31;for(var _=1;_<7;_++)S[_]=S[_]>>>(_-1)*4+3;S[7]=S[7]<<5|S[7]>>>27}for(var P=this._invSubKeys=[],_=0;_<16;_++)P[_]=y[15-_]},encryptBlock:function(A,$){this._doCryptBlock(A,$,this._subKeys)},decryptBlock:function(A,$){this._doCryptBlock(A,$,this._invSubKeys)},_doCryptBlock:function(A,$,m){this._lBlock=A[$],this._rBlock=A[$+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=m[_],y=this._lBlock,V=this._rBlock,S=0,T=0;T<8;T++)S|=g[T][((V^E[T])&f[T])>>>0];this._lBlock=V,this._rBlock=y^S}var P=this._lBlock;this._lBlock=this._rBlock,this._rBlock=P,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),A[$]=this._lBlock,A[$+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function B(A,$){var m=(this._lBlock>>>A^this._rBlock)&$;this._rBlock^=m,this._lBlock^=m<>>A^this._lBlock)&$;this._lBlock^=m,this._rBlock^=m<192.");var m=$.slice(0,2),_=$.length<4?$.slice(0,2):$.slice(2,4),E=$.length<6?$.slice(0,2):$.slice(4,6);this._des1=v.createEncryptor(a.create(m)),this._des2=v.createEncryptor(a.create(_)),this._des3=v.createEncryptor(a.create(E))},encryptBlock:function(A,$){this._des1.encryptBlock(A,$),this._des2.decryptBlock(A,$),this._des3.encryptBlock(A,$)},decryptBlock:function(A,$){this._des3.decryptBlock(A,$),this._des2.encryptBlock(A,$),this._des1.decryptBlock(A,$)},keySize:192/32,ivSize:64/32,blockSize:64/32});o.TripleDES=r._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,r=o.algo,l=r.RC4=a.extend({_doReset:function(){for(var u=this._key,g=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 b=B%f,A=g[b>>>2]>>>24-b%4*8&255;N=(N+v[B]+A)%256;var $=v[B];v[B]=v[N],v[N]=$}this._i=this._j=0},_doProcessBlock:function(u,g){u[g]^=c.call(this)},keySize:256/32,ivSize:0});function c(){for(var u=this._S,g=this._i,f=this._j,v=0,B=0;B<4;B++){g=(g+1)%256,f=(f+u[g])%256;var N=u[g];u[g]=u[f],u[f]=N,v|=u[(u[g]+u[f])%256]<<24-B*8}return this._i=g,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],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 B=0;B<4;B++)g.call(this);for(var B=0;B<8;B++)b[B]^=N[B+4&7];if(v){var A=v.words,$=A[0],m=A[1],_=($<<8|$>>>24)&16711935|($<<24|$>>>8)&4278255360,E=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360,y=_>>>16|E&4294901760,V=E<<16|_&65535;b[0]^=_,b[1]^=y,b[2]^=E,b[3]^=V,b[4]^=_,b[5]^=y,b[6]^=E,b[7]^=V;for(var B=0;B<4;B++)g.call(this)}},_doProcessBlock:function(f,v){var B=this._X;g.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 g(){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],b=N&65535,A=N>>>16,$=((b*b>>>17)+b*A>>>15)+A*A,m=((N&4294901760)*N|0)+((N&65535)*N|0);d[B]=$^m}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 b=0;b<4;b++)g.call(this);for(var b=0;b<8;b++)N[b]^=B[b+4&7];if(v){var A=v.words,$=A[0],m=A[1],_=($<<8|$>>>24)&16711935|($<<24|$>>>8)&4278255360,E=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360,y=_>>>16|E&4294901760,V=E<<16|_&65535;N[0]^=_,N[1]^=y,N[2]^=E,N[3]^=V,N[4]^=_,N[5]^=y,N[6]^=E,N[7]^=V;for(var b=0;b<4;b++)g.call(this)}},_doProcessBlock:function(f,v){var B=this._X;g.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 g(){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],b=N&65535,A=N>>>16,$=((b*b>>>17)+b*A>>>15)+A*A,m=((N&4294901760)*N|0)+((N&65535)*N|0);d[B]=$^m}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 g(b,A){let $=A>>24&255,m=A>>16&255,_=A>>8&255,E=A&255,y=b.sbox[0][$]+b.sbox[1][m];return y=y^b.sbox[2][_],y=y+b.sbox[3][E],y}function f(b,A,$){let m=A,_=$,E;for(let y=0;y1;--y)m=m^b.pbox[y],_=g(b,m)^_,E=m,m=_,_=E;return E=m,m=_,_=E,_=_^b.pbox[1],m=m^b.pbox[0],{left:m,right:_}}function B(b,A,$){for(let V=0;V<4;V++){b.sbox[V]=[];for(let S=0;S<256;S++)b.sbox[V][S]=d[V][S]}let m=0;for(let V=0;V=$&&(m=0);let _=0,E=0,y=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.13.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=>{isNotObjectOrIsArray(o[a])||isNotObjectOrIsArray(s[a])?s[a]=o[a]:n.push({src:o[a],des:s[a]})})}}/*! + * message-compiler v9.13.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),g=()=>n,f=()=>o,v=()=>s,B=()=>a,N=V=>r(V)||c(V)||d(V)?CHAR_LF:t[V],b=()=>N(n),A=()=>N(n+a);function $(){return a=0,u(n)&&(o++,s=0),r(n)&&n++,n++,s++,t[n]}function m(){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 y(){const V=n+a;for(;V!==n;)$();a=0}return{index:g,line:f,column:v,peekOffset:B,charAt:N,currentChar:b,currentPeek:A,next:$,peek:m,reset:_,resetPeek:E,skipToPeek:y}}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 g(k,x,D,...L){const X=d();if(x.column+=D,x.offset+=D,u){const z=n?createLocation(X.startLoc,x):null,I=createCompileError(k,z,{domain:ERROR_DOMAIN$3,args:L});u(I)}}function f(k,x,D){k.endLoc=a(),k.currentType=x;const L={type:x};return n&&(L.loc=createLocation(k.startLoc,k.endLoc)),D!=null&&(L.value=D),L}const v=k=>f(k,14);function B(k,x){return k.currentChar()===x?(k.next(),x):(g(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 b(k){const x=N(k);return k.skipToPeek(),x}function A(k){if(k===EOF)return!1;const x=k.charCodeAt(0);return x>=97&&x<=122||x>=65&&x<=90||x===95}function $(k){if(k===EOF)return!1;const x=k.charCodeAt(0);return x>=48&&x<=57}function m(k,x){const{currentType:D}=x;if(D!==2)return!1;N(k);const L=A(k.currentPeek());return k.resetPeek(),L}function _(k,x){const{currentType:D}=x;if(D!==2)return!1;N(k);const L=k.currentPeek()==="-"?k.peek():k.currentPeek(),X=$(L);return k.resetPeek(),X}function E(k,x){const{currentType:D}=x;if(D!==2)return!1;N(k);const L=k.currentPeek()===LITERAL_DELIMITER;return k.resetPeek(),L}function y(k,x){const{currentType:D}=x;if(D!==8)return!1;N(k);const L=k.currentPeek()===".";return k.resetPeek(),L}function V(k,x){const{currentType:D}=x;if(D!==9)return!1;N(k);const L=A(k.currentPeek());return k.resetPeek(),L}function S(k,x){const{currentType:D}=x;if(!(D===8||D===12))return!1;N(k);const L=k.currentPeek()===":";return k.resetPeek(),L}function T(k,x){const{currentType:D}=x;if(D!==10)return!1;const L=()=>{const z=k.currentPeek();return z==="{"?A(k.peek()):z==="@"||z==="%"||z==="|"||z===":"||z==="."||z===CHAR_SP||!z?!1:z===CHAR_LF?(k.peek(),L()):O(k,!1)},X=L();return k.resetPeek(),X}function P(k){N(k);const x=k.currentPeek()==="|";return k.resetPeek(),x}function M(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,z="",I=!1)=>{const R=k.currentPeek();return R==="{"?z==="%"?!1:X:R==="@"||!R?z==="%"?!0:X:R==="%"?(k.peek(),D(X,"%",!0)):R==="|"?z==="%"||I?!0:!(z===CHAR_SP||z===CHAR_LF):R===CHAR_SP?(k.peek(),D(!0,CHAR_SP,I)):R===CHAR_LF?(k.peek(),D(!0,CHAR_LF,I)):!0},L=D();return x&&k.resetPeek(),L}function H(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 H(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 ne(k){return H(k,Q)}function ee(k){const x=k.charCodeAt(0);return x>=48&&x<=57}function re(k){return H(k,ee)}function le(k){const x=k.charCodeAt(0);return x>=48&&x<=57||x>=65&&x<=70||x>=97&&x<=102}function U(k){return H(k,le)}function q(k){let x="",D="";for(;x=re(k);)D+=x;return D}function G(k){b(k);const x=k.currentChar();return x!=="%"&&g(CompileErrorCodes.EXPECTED_TOKEN,a(),0,x),k.next(),"%"}function K(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(P(k))break;x+=D,k.next()}else x+=D,k.next()}return x}function ce(k){b(k);let x="",D="";for(;x=ne(k);)D+=x;return k.currentChar()===EOF&&g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),D}function ae(k){b(k);let x="";return k.currentChar()==="-"?(k.next(),x+=`-${q(k)}`):x+=q(k),k.currentChar()===EOF&&g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),x}function ue(k){return k!==LITERAL_DELIMITER&&k!==CHAR_LF}function ie(k){b(k),B(k,"'");let x="",D="";for(;x=H(k,ue);)x==="\\"?D+=ge(k):D+=x;const L=k.currentChar();return L===CHAR_LF||L===EOF?(g(CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,a(),0),L===CHAR_LF&&(k.next(),B(k,"'")),D):(B(k,"'"),D)}function ge(k){const x=k.currentChar();switch(x){case"\\":case"'":return k.next(),`\\${x}`;case"u":return he(k,x,4);case"U":return he(k,x,6);default:return g(CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE,a(),0,x),""}}function he(k,x,D){B(k,x);let L="";for(let X=0;X{const L=k.currentChar();return L==="{"||L==="%"||L==="@"||L==="|"||L==="("||L===")"||!L||L===CHAR_SP?D:(D+=L,k.next(),x(D))};return x("")}function F(k){b(k);const x=B(k,"|");return b(k),x}function j(k,x){let D=null;switch(k.currentChar()){case"{":return x.braceNest>=1&&g(CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER,a(),0),k.next(),D=f(x,2,"{"),b(k),x.braceNest++,D;case"}":return x.braceNest>0&&x.currentType===2&&g(CompileErrorCodes.EMPTY_PLACEHOLDER,a(),0),k.next(),D=f(x,3,"}"),x.braceNest--,x.braceNest>0&&b(k),x.inLinked&&x.braceNest===0&&(x.inLinked=!1),D;case"@":return x.braceNest>0&&g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),D=W(k,x)||v(x),x.braceNest=0,D;default:{let X=!0,z=!0,I=!0;if(P(k))return x.braceNest>0&&g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),D=f(x,1,F(k)),x.braceNest=0,x.inLinked=!1,D;if(x.braceNest>0&&(x.currentType===5||x.currentType===6||x.currentType===7))return g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),x.braceNest=0,Y(k,x);if(X=m(k,x))return D=f(x,5,ce(k)),b(k),D;if(z=_(k,x))return D=f(x,6,ae(k)),b(k),D;if(I=E(k,x))return D=f(x,7,ie(k)),b(k),D;if(!X&&!z&&!I)return D=f(x,13,_e(k)),g(CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER,a(),0,D.value),b(k),D;break}}return D}function W(k,x){const{currentType:D}=x;let L=null;const X=k.currentChar();switch((D===8||D===9||D===12||D===10)&&(X===CHAR_LF||X===CHAR_SP)&&g(CompileErrorCodes.INVALID_LINKED_FORMAT,a(),0),X){case"@":return k.next(),L=f(x,8,"@"),x.inLinked=!0,L;case".":return b(k),k.next(),f(x,9,".");case":":return b(k),k.next(),f(x,10,":");default:return P(k)?(L=f(x,1,F(k)),x.braceNest=0,x.inLinked=!1,L):y(k,x)||S(k,x)?(b(k),W(k,x)):V(k,x)?(b(k),f(x,12,w(k))):T(k,x)?(b(k),X==="{"?j(k,x)||L:f(x,11,C(k))):(D===8&&g(CompileErrorCodes.INVALID_LINKED_FORMAT,a(),0),x.braceNest=0,x.inLinked=!1,Y(k,x))}}function Y(k,x){let D={type:14};if(x.braceNest>0)return j(k,x)||v(x);if(x.inLinked)return W(k,x)||v(x);switch(k.currentChar()){case"{":return j(k,x)||v(x);case"}":return g(CompileErrorCodes.UNBALANCED_CLOSING_BRACE,a(),0),k.next(),f(x,3,"}");case"@":return W(k,x)||v(x);default:{if(P(k))return D=f(x,1,F(k)),x.braceNest=0,x.inLinked=!1,D;const{isModulo:X,hasSpace:z}=M(k);if(X)return z?f(x,0,K(k)):f(x,4,G(k));if(O(k))return f(x,0,K(k));break}}return D}function J(){const{currentType:k,offset:x,startLoc:D,endLoc:L}=c;return c.lastType=k,c.lastOffset=x,c.lastStartLoc=D,c.lastEndLoc=L,c.offset=s(),c.startLoc=a(),o.currentChar()===EOF?f(c,14):Y(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(m,_,E,y,...V){const S=m.currentPosition();if(S.offset+=y,S.column+=y,n){const T=t?createLocation(E,S):null,P=createCompileError(_,T,{domain:ERROR_DOMAIN$2,args:V});n(P)}}function a(m,_,E,y,...V){const S=m.currentPosition();if(S.offset+=y,S.column+=y,o){const T=t?createLocation(E,S):null;o(createCompileWarn(_,T,V))}}function r(m,_,E){const y={type:m};return t&&(y.start=_,y.end=_,y.loc={start:E,end:E}),y}function l(m,_,E,y){t&&(m.end=_,m.loc&&(m.loc.end=E))}function c(m,_){const E=m.context(),y=r(3,E.offset,E.startLoc);return y.value=_,l(y,m.currentOffset(),m.currentPosition()),y}function d(m,_){const E=m.context(),{lastOffset:y,lastStartLoc:V}=E,S=r(5,y,V);return S.index=parseInt(_,10),m.nextToken(),l(S,m.currentOffset(),m.currentPosition()),S}function u(m,_,E){const y=m.context(),{lastOffset:V,lastStartLoc:S}=y,T=r(4,V,S);return T.key=_,E===!0&&(T.modulo=!0),m.nextToken(),l(T,m.currentOffset(),m.currentPosition()),T}function g(m,_){const E=m.context(),{lastOffset:y,lastStartLoc:V}=E,S=r(9,y,V);return S.value=_.replace(KNOWN_ESCAPES,fromEscapeSequence),m.nextToken(),l(S,m.currentOffset(),m.currentPosition()),S}function f(m){const _=m.nextToken(),E=m.context(),{lastOffset:y,lastStartLoc:V}=E,S=r(8,y,V);return _.type!==12?(s(m,CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_MODIFIER,E.lastStartLoc,0),S.value="",l(S,y,V),{nextConsumeToken:_,node:S}):(_.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,E.lastStartLoc,0,getTokenCaption(_)),S.value=_.value||"",l(S,m.currentOffset(),m.currentPosition()),{node:S})}function v(m,_){const E=m.context(),y=r(7,E.offset,E.startLoc);return y.value=_,l(y,m.currentOffset(),m.currentPosition()),y}function B(m){const _=m.context(),E=r(6,_.offset,_.startLoc);let y=m.nextToken();if(y.type===9){const V=f(m);E.modifier=V.node,y=V.nextConsumeToken||m.nextToken()}switch(y.type!==10&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(y)),y=m.nextToken(),y.type===2&&(y=m.nextToken()),y.type){case 11:y.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(y)),E.key=v(m,y.value||"");break;case 5:y.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(y)),E.key=u(m,y.value||"");break;case 6:y.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(y)),E.key=d(m,y.value||"");break;case 7:y.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(y)),E.key=g(m,y.value||"");break;default:{s(m,CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_KEY,_.lastStartLoc,0);const V=m.context(),S=r(7,V.offset,V.startLoc);return S.value="",l(S,V.offset,V.startLoc),E.key=S,l(E,V.offset,V.startLoc),{nextConsumeToken:y,node:E}}}return l(E,m.currentOffset(),m.currentPosition()),{node:E}}function N(m){const _=m.context(),E=_.currentType===1?m.currentOffset():_.offset,y=_.currentType===1?_.endLoc:_.startLoc,V=r(2,E,y);V.items=[];let S=null,T=null;do{const O=S||m.nextToken();switch(S=null,O.type){case 0:O.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(O)),V.items.push(c(m,O.value||""));break;case 6:O.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(O)),V.items.push(d(m,O.value||""));break;case 4:T=!0;break;case 5:O.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(O)),V.items.push(u(m,O.value||"",!!T)),T&&(a(m,CompileWarnCodes.USE_MODULO_SYNTAX,_.lastStartLoc,0,getTokenCaption(O)),T=null);break;case 7:O.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,getTokenCaption(O)),V.items.push(g(m,O.value||""));break;case 8:{const H=B(m);V.items.push(H.node),S=H.nextConsumeToken||null;break}}}while(_.currentType!==14&&_.currentType!==1);const P=_.currentType===1?_.lastOffset:m.currentOffset(),M=_.currentType===1?_.lastEndLoc:m.currentPosition();return l(V,P,M),V}function b(m,_,E,y){const V=m.context();let S=y.items.length===0;const T=r(1,_,E);T.cases=[],T.cases.push(y);do{const P=N(m);S||(S=P.items.length===0),T.cases.push(P)}while(V.currentType!==14);return S&&s(m,CompileErrorCodes.MUST_HAVE_MESSAGES_IN_PLURAL,E,0),l(T,m.currentOffset(),m.currentPosition()),T}function A(m){const _=m.context(),{offset:E,startLoc:y}=_,V=N(m);return _.currentType===14?V:b(m,E,y,V)}function $(m){const _=createTokenizer(m,assign({},e)),E=_.context(),y=r(0,E.offset,E.startLoc);return t&&y.loc&&(y.loc.source=m),y.body=A(_),e.onCacheKey&&(y.cacheKey=e.onCacheKey(m)),E.currentType!==14&&s(_,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,E.lastStartLoc,0,m[E.offset]||""),l(y,_.currentOffset(),_.currentPosition()),y}return{parse:$}}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(b,A){l.code+=b}function u(b,A=!0){const $=A?s:"";d(a?$+" ".repeat(b):$)}function g(b=!0){const A=++l.indentLevel;b&&u(A)}function f(b=!0){const A=--l.indentLevel;b&&u(A)}function v(){u(l.indentLevel)}return{context:c,push:d,indent:g,deindent:f,newline:v,helper:b=>`_${b}`,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(g=>`${g}: _${g}`),", ")} } = 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.13.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,g;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),g=pathStateMachine[o],d=g[c]||g.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=A=>A[o(n,A.length,s)],r=e.list||[],l=A=>r[A],c=e.named||{};isNumber(e.pluralIndex)&&normalizeNamed(n,c);const d=A=>c[A];function u(A){const $=isFunction(e.messages)?e.messages(A):isObject$1(e.messages)?e.messages[A]:!1;return $||(e.parent?e.parent.message(A):DEFAULT_MESSAGE)}const g=A=>e.modifiers?e.modifiers[A]: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,b={list:l,named:d,plural:a,linked:(A,...$)=>{const[m,_]=$;let E="text",y="";$.length===1?isObject$1(m)?(y=m.modifier||y,E=m.type||E):isString$1(m)&&(y=m||y):$.length===2&&(isString$1(m)&&(y=m||y),isString$1(_)&&(E=_||E));const V=u(A)(b),S=E==="vnode"&&isArray(V)&&y?V[0]:V;return y?g(y)(S,E):S},message:u,type:B,interpolate:v,normalize:f,values:assign$1({},r,c)};return b}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||{},g=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,b=isFunction(e.postTranslation)?e.postTranslation:null,A=isPlainObject(e.processor)?e.processor:null,$=isBoolean(e.warnHtmlMessage)?e.warnHtmlMessage:!0,m=!!e.escapeParameter,_=isFunction(e.messageCompiler)?e.messageCompiler:_compiler,E=isFunction(e.messageResolver)?e.messageResolver:_resolver||resolveWithKeyValue,y=isFunction(e.localeFallbacker)?e.localeFallbacker:_fallbacker||fallbackWithSimple,V=isObject$1(e.fallbackContext)?e.fallbackContext:void 0,S=e,T=isObject$1(S.__datetimeFormatters)?S.__datetimeFormatters:new Map,P=isObject$1(S.__numberFormatters)?S.__numberFormatters:new Map,M=isObject$1(S.__meta)?S.__meta:{};_cid++;const O={version:n,cid:_cid,locale:o,fallbackLocale:a,messages:r,modifiers:d,pluralRules:u,missing:g,missingWarn:f,fallbackWarn:v,fallbackFormat:B,unresolving:N,postTranslation:b,processor:A,warnHtmlMessage:$,escapeParameter:m,messageCompiler:_,messageResolver:E,localeFallbacker:y,fallbackContext:V,onWarn:t,__meta:M};return O.datetimeFormats=l,O.numberFormats=c,O.__datetimeFormatters=T,O.__numberFormatters=P,__INTLIFY_PROD_DEVTOOLS__&&initI18nDevTools(O,n,M),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,g=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!=="",b=getLocale(e,d);f&&escapeParams(d);let[A,$,m]=v?[c,b,l[b]||{}]:resolveMessageFormat(e,c,b,r,g,u),_=A,E=c;if(!v&&!(isString$1(_)||isMessageAST(_)||isMessageFunction(_))&&N&&(_=B,E=_),!v&&(!(isString$1(_)||isMessageAST(_)||isMessageFunction(_))||!isString$1($)))return s?NOT_REOSLVED:c;let y=!1;const V=()=>{y=!0},S=isMessageFunction(_)?_:compileMessageFormat(e,c,$,_,E,V);if(y)return _;const T=getMessageContextOptions(e,$,m,d),P=createMessageContext(T),M=evaluateMessage(e,S,P),O=o?o(M,c):M;if(__INTLIFY_PROD_DEVTOOLS__){const H={timestamp:Date.now(),key:isString$1(c)?c:isMessageFunction(_)?_.key:"",locale:$||(isMessageFunction(_)?_.locale:""),format:isString$1(_)?_:isMessageFunction(_)?_.source:"",message:O};H.meta=assign$1({},e.__meta,getAdditionalMeta()||{}),translateDevTools(H)}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 g={},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 A=compileMessageFormat(e,v,t,B,v,()=>{N=!0});return N?NOOP_MESSAGE_FUNCTION:A}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,g]=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,g).format(d);let b={},A,$=null;const m="datetime format";for(let y=0;y{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,g]=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,g).format(d);let b={},A,$=null;const m="number format";for(let y=0;y{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.13.1 + * (c) 2024 kazuya kawaguchi + * Released under the MIT License. + */const VERSION="9.13.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),g=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,b=n?n.fallbackRoot:isBoolean(e.fallbackRoot)?e.fallbackRoot:!0,A=!!e.fallbackFormat,$=isFunction(e.missing)?e.missing:null,m=isFunction(e.missing)?defineCoreMissingHandler(e.missing):null,_=isFunction(e.postTranslation)?e.postTranslation:null,E=n?n.warnHtmlMessage:isBoolean(e.warnHtmlMessage)?e.warnHtmlMessage:!0,y=!!e.escapeParameter;const V=n?n.modifiers:isPlainObject(e.modifiers)?e.modifiers:{};let S=e.pluralRules||n&&n.pluralRules,T;T=(()=>{s&&setFallbackContext(null);const I={version:VERSION,locale:d.value,fallbackLocale:u.value,messages:g.value,modifiers:V,pluralRules:S,missing:m===null?void 0:m,missingWarn:B,fallbackWarn:N,fallbackFormat:A,unresolving:!0,postTranslation:_===null?void 0:_,warnHtmlMessage:E,escapeParameter:y,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};I.datetimeFormats=f.value,I.numberFormats=v.value,I.__datetimeFormatters=isPlainObject(T)?T.__datetimeFormatters:void 0,I.__numberFormatters=isPlainObject(T)?T.__numberFormatters:void 0;const R=createCoreContext(I);return s&&setFallbackContext(R),R})(),updateFallbackLocale(T,d.value,u.value);function M(){return[d.value,u.value,g.value,f.value,v.value]}const O=computed({get:()=>d.value,set:I=>{d.value=I,T.locale=d.value}}),H=computed({get:()=>u.value,set:I=>{u.value=I,T.fallbackLocale=u.value,updateFallbackLocale(T,d.value,I)}}),Z=computed(()=>g.value),te=computed(()=>f.value),Q=computed(()=>v.value);function ne(){return isFunction(_)?_:null}function ee(I){_=I,T.postTranslation=I}function re(){return $}function le(I){I!==null&&(m=defineCoreMissingHandler(I)),$=I,T.missing=m}const U=(I,R,oe,se,de,fe)=>{M();let pe;try{__INTLIFY_PROD_DEVTOOLS__,s||(T.fallbackContext=n?getFallbackContext():void 0),pe=I(T)}finally{__INTLIFY_PROD_DEVTOOLS__,s||(T.fallbackContext=void 0)}if(oe!=="translate exists"&&isNumber(pe)&&pe===NOT_REOSLVED||oe==="translate exists"&&!pe){const[ye,Be]=R();return n&&b?se(n):de(ye)}else{if(fe(pe))return pe;throw createI18nError(I18nErrorCodes.UNEXPECTED_RETURN_TYPE)}};function q(...I){return U(R=>Reflect.apply(translate,null,[R,...I]),()=>parseTranslateArgs(...I),"translate",R=>Reflect.apply(R.t,R,[...I]),R=>R,R=>isString$1(R))}function G(...I){const[R,oe,se]=I;if(se&&!isObject$1(se))throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);return q(R,oe,assign$1({resolvedMessage:!0},se||{}))}function K(...I){return U(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 U(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 ae(I){return I.map(R=>isString$1(R)||isNumber(R)||isBoolean(R)?createTextNode(String(R)):R)}const ie={normalize:ae,interpolate:I=>I,type:"vnode"};function ge(...I){return U(R=>{let oe;const se=R;try{se.processor=ie,oe=Reflect.apply(translate,null,[se,...I])}finally{se.processor=null}return oe},()=>parseTranslateArgs(...I),"translate",R=>R[TranslateVNodeSymbol](...I),R=>[createTextNode(R)],R=>isArray(R))}function he(...I){return U(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 ke(...I){return U(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 _e(I){S=I,T.pluralRules=S}function w(I,R){return U(()=>{if(!I)return!1;const oe=isString$1(R)?R:d.value,se=j(oe),de=T.messageResolver(se,I);return l?de!=null:isMessageAST(de)||isMessageFunction(de)||isString$1(de)},()=>[I],"translate exists",oe=>Reflect.apply(oe.te,oe,[I,R]),NOOP_RETURN_FALSE,oe=>isBoolean(oe))}function C(I){let R=null;const oe=fallbackWithLocaleChain(T,u.value,d.value);for(let se=0;se{c&&(d.value=I,T.locale=I,updateFallbackLocale(T,d.value,u.value))}),watch(n.fallbackLocale,I=>{c&&(u.value=I,T.fallbackLocale=I,updateFallbackLocale(T,d.value,u.value))}));const z={id:composerID,locale:O,fallbackLocale:H,get inheritLocale(){return c},set inheritLocale(I){c=I,I&&n&&(d.value=n.locale.value,u.value=n.fallbackLocale.value,updateFallbackLocale(T,d.value,u.value))},get availableLocales(){return Object.keys(g.value).sort()},messages:Z,get modifiers(){return V},get pluralRules(){return S||{}},get isGlobal(){return s},get missingWarn(){return B},set missingWarn(I){B=I,T.missingWarn=B},get fallbackWarn(){return N},set fallbackWarn(I){N=I,T.fallbackWarn=N},get fallbackRoot(){return b},set fallbackRoot(I){b=I},get fallbackFormat(){return A},set fallbackFormat(I){A=I,T.fallbackFormat=A},get warnHtmlMessage(){return E},set warnHtmlMessage(I){E=I,T.warnHtmlMessage=I},get escapeParameter(){return y},set escapeParameter(I){y=I,T.escapeParameter=I},t:q,getLocaleMessage:j,setLocaleMessage:W,mergeLocaleMessage:Y,getPostTranslationHandler:ne,setPostTranslationHandler:ee,getMissingHandler:re,setMissingHandler:le,[SetPluralRulesSymbol]:_e};return z.datetimeFormats=te,z.numberFormats=Q,z.rt=G,z.te=w,z.tm=F,z.d=K,z.n=ce,z.getDateTimeFormat=J,z.setDateTimeFormat=k,z.mergeDateTimeFormat=x,z.getNumberFormat=D,z.setNumberFormat=L,z.mergeNumberFormat=X,z[InejctWithOptionSymbol]=o,z[TranslateVNodeSymbol]=ge,z[DatetimePartsSymbol]=ke,z[NumberPartsSymbol]=he,z}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,g=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 y=e.sharedMessages;B=Object.keys(y).reduce((S,T)=>{const P=S[T]||(S[T]={});return assign$1(P,y[T]),S},B||{})}const{__i18n:N,__root:b,__injectWithOption:A}=e,$=e.datetimeFormats,m=e.numberFormats,_=e.flatJson,E=e.translateExistCompatible;return{locale:t,fallbackLocale:n,messages:B,flatJson:_,datetimeFormats:$,numberFormats:m,missing:o,missingWarn:s,fallbackWarn:a,fallbackRoot:r,fallbackFormat:l,modifiers:c,pluralRules:d,postTranslation:u,warnHtmlMessage:g,escapeParameter:f,messageResolver:e.messageResolver,inheritLocale:v,translateExistCompatible:E,__i18n:N,__root:b,__injectWithOption:A}}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,g=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)&&(g=l),isArray(c)?u=c:isPlainObject(c)&&(g=c),Reflect.apply(n.t,n,[f,u||g||{},d])},rt(...a){return Reflect.apply(n.rt,n,[...a])},tc(...a){const[r,l,c]=a,d={plural:1};let u=null,g=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)&&(g=l),isString$1(c)?d.locale=c:isArray(c)?u=c:isPlainObject(c)&&(g=c),Reflect.apply(n.t,n,[f,u||g||{},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(g=>g!=="_"),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),g=isString$1(e.tag)||isObject$1(e.tag)?e.tag:getFragmentableTag();return h(g,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.$),g=parseValue(d);return[Reflect.apply(u.t,u,[...makeParams(g)]),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 g(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 A=B[0];f.__composerExtend=A.__composerExtend,f.__vueI18nExtend=A.__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 b=v.unmount;v.unmount=()=>{N&&N(),f.dispose(),b()}},get global(){return l},dispose(){r.stop()},__instances:a,__getInstance:d,__setInstance:u,__deleteInstance:g};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]:{}}),g=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,b=isFunction(o.missing)?o.missing:null,A=isFunction(o.postTranslation)?o.postTranslation:null,$=s?n.warnHtmlMessage:isBoolean(o.warnHtmlMessage)?o.warnHtmlMessage:!0,m=!!o.escapeParameter,_=s?n.modifiers:isPlainObject(o.modifiers)?o.modifiers:{},E=o.pluralRules||s&&n.pluralRules;function y(){return[l.value,c.value,d.value,u.value,g.value]}const V=computed({get:()=>a.value?a.value.locale.value:l.value,set:C=>{a.value&&(a.value.locale.value=C),l.value=C}}),S=computed({get:()=>a.value?a.value.fallbackLocale.value:c.value,set:C=>{a.value&&(a.value.fallbackLocale.value=C),c.value=C}}),T=computed(()=>a.value?a.value.messages.value:d.value),P=computed(()=>u.value),M=computed(()=>g.value);function O(){return a.value?a.value.getPostTranslationHandler():A}function H(C){a.value&&a.value.setPostTranslationHandler(C)}function Z(){return a.value?a.value.getMissingHandler():b}function te(C){a.value&&a.value.setMissingHandler(C)}function Q(C){return y(),C()}function ne(...C){return a.value?Q(()=>Reflect.apply(a.value.t,null,[...C])):Q(()=>"")}function ee(...C){return a.value?Reflect.apply(a.value.rt,null,[...C]):""}function re(...C){return a.value?Q(()=>Reflect.apply(a.value.d,null,[...C])):Q(()=>"")}function le(...C){return a.value?Q(()=>Reflect.apply(a.value.n,null,[...C])):Q(()=>"")}function U(C){return a.value?a.value.tm(C):{}}function q(C,F){return a.value?a.value.te(C,F):!1}function G(C){return a.value?a.value.getLocaleMessage(C):{}}function K(C,F){a.value&&(a.value.setLocaleMessage(C,F),d.value[C]=F)}function ce(C,F){a.value&&a.value.mergeLocaleMessage(C,F)}function ae(C){return a.value?a.value.getDateTimeFormat(C):{}}function ue(C,F){a.value&&(a.value.setDateTimeFormat(C,F),u.value[C]=F)}function ie(C,F){a.value&&a.value.mergeDateTimeFormat(C,F)}function ge(C){return a.value?a.value.getNumberFormat(C):{}}function he(C,F){a.value&&(a.value.setNumberFormat(C,F),g.value[C]=F)}function ke(C,F){a.value&&a.value.mergeNumberFormat(C,F)}const _e={get id(){return a.value?a.value.id:-1},locale:V,fallbackLocale:S,messages:T,datetimeFormats:P,numberFormats:M,get inheritLocale(){return a.value?a.value.inheritLocale:r},set inheritLocale(C){a.value&&(a.value.inheritLocale=C)},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(C){a.value&&(a.value.missingWarn=C)},get fallbackWarn(){return a.value?a.value.fallbackWarn:v},set fallbackWarn(C){a.value&&(a.value.missingWarn=C)},get fallbackRoot(){return a.value?a.value.fallbackRoot:B},set fallbackRoot(C){a.value&&(a.value.fallbackRoot=C)},get fallbackFormat(){return a.value?a.value.fallbackFormat:N},set fallbackFormat(C){a.value&&(a.value.fallbackFormat=C)},get warnHtmlMessage(){return a.value?a.value.warnHtmlMessage:$},set warnHtmlMessage(C){a.value&&(a.value.warnHtmlMessage=C)},get escapeParameter(){return a.value?a.value.escapeParameter:m},set escapeParameter(C){a.value&&(a.value.escapeParameter=C)},t:ne,getPostTranslationHandler:O,setPostTranslationHandler:H,getMissingHandler:Z,setMissingHandler:te,rt:ee,d:re,n:le,tm:U,te:q,getLocaleMessage:G,setLocaleMessage:K,mergeLocaleMessage:ce,getDateTimeFormat:ae,setDateTimeFormat:ue,mergeDateTimeFormat:ie,getNumberFormat:ge,setNumberFormat:he,mergeNumberFormat:ke};function w(C){C.locale.value=l.value,C.fallbackLocale.value=c.value,Object.keys(d.value).forEach(F=>{C.mergeLocaleMessage(F,d.value[F])}),Object.keys(u.value).forEach(F=>{C.mergeDateTimeFormat(F,u.value[F])}),Object.keys(g.value).forEach(F=>{C.mergeNumberFormat(F,g.value[F])}),C.escapeParameter=m,C.fallbackFormat=N,C.fallbackRoot=B,C.fallbackWarn=v,C.missingWarn=f,C.warnHtmlMessage=$}return onBeforeMount(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const C=a.value=e.proxy.$i18n.__composer;t==="global"?(l.value=C.locale.value,c.value=C.fallbackLocale.value,d.value=C.messages.value,u.value=C.datetimeFormats.value,g.value=C.numberFormats.value):s&&w(C)}),_e}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=r=>{window.PegaCSWSS.DMMSessionID=r,console.log(`PegaUnifiedChatWidget onSessionInitialized=${r}`);const l=document.getElementById("pegaChatWidget");if(l&&(l.style.zIndex=1e3),sendClickStreamEvent(mainconfigTmp,"PageView","Chat",window.loadPage),mainconfigTmp.settings.pega_chat.DMMSecret!==""&&mainconfigTmp.userId!==-1){const c={authenticated:mainconfigTmp.userId!==-1,ContactID:window.PegaCSWSS.ContactID,AccountNumber:window.PegaCSWSS.AccountNumber,UserName:window.PegaCSWSS.UserName,UserID:window.PegaCSWSS.UserID},d=generateJWTKey({iss:r},mainconfigTmp.settings.pega_chat.DMMSecret),u=new XMLHttpRequest;u.open("POST",mainconfigTmp.settings.pega_chat.DMMPrivateURL,!0),u.setRequestHeader("Content-type","application/json;charset=UTF-8"),u.setRequestHeader("authorization",`Bearer ${d}`),u.send(JSON.stringify(c))}},PegaUnifiedChatWidget.onChatAPIEvent=function(r){var l,c,d;if(r.event=="custom-event")for(let u=0;u<((c=(l=mainconfigTmp==null?void 0:mainconfigTmp.settings)==null?void 0:l.CustomEvents)==null?void 0:c.length);u++){let g=(d=mainconfigTmp==null?void 0:mainconfigTmp.settings)==null?void 0:d.CustomEvents[u];if(r.name==(g==null?void 0:g.CustomEventName)){console.log("Processing Custom Event: ",g);let f;if(g.CustomEventAction=="HighlightElement"){if(f=o(g.ElementName),f==null){console.log(`unable to locate element that includes text ${g.ElementName}`);return}f.classList.add("pulse")}else if(g.CustomEventAction=="ClickElement"){if(f=o(g.ElementName),f==null){console.log(`unable to locate element that includes text ${g.ElementName}`);return}f.click()}g.SendAcknowledgement&&(g.AcknowledgeOn=="After5Seconds"?setTimeout(function(){s(r.name),f.classList.remove("pulse")},5e3):g.AcknowledgeOn=="After30Seconds"?setTimeout(function(){s(r.name),f.classList.remove("pulse")},3e4):g.AcknowledgeOn=="LoginSuccess"&&(mainconfigTmp.isAuthenticated?(s(r.name),f.classList.remove("pulse")):document.addEventListener("confirmLogin",function(){s(r.name),f.classList.remove("pulse")})))}}};const o=function(r){const l=document.querySelectorAll("h1, h2, h3, h4, h5, h6, p, a, button");for(let c=0;c{f.readyState===4&&console.log("Event acknowledgement api response: ",f.response)}}},a=document.createElement("script");if(a.setAttribute("id",mainconfigTmp.settings.pega_chat.DMMID),a.setAttribute("src",mainconfigTmp.settings.pega_chat.DMMURL),a.onload=function(){setTimeout(()=>{const l=document.getElementById("pegaChatWidget");l&&(l.style.zIndex=1e3)},3e3)},document.head.appendChild(a),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(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=new XMLHttpRequest;r.open("POST",mainconfig.settings.pega_chat.DMMPrivateURL,!0),r.setRequestHeader("Content-type","application/json;charset=UTF-8"),r.setRequestHeader("authorization",`Bearer ${a}`),r.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$13=["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$13)])}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$12={class:"panel background-brand"},_hoisted_2$X=createBaseVNode("header",null,[createBaseVNode("img",{class:"logo",src:"./img/u+-logo.svg",alt:"U+"})],-1);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$12,[_hoisted_2$X,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=new XMLHttpRequest;o.open("POST",mainconfig.settings.pega_chat.DMMPrivateURL,!0),o.setRequestHeader("Content-type","application/json;charset=UTF-8"),o.setRequestHeader("authorization",`Bearer ${n}`),o.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$11={class:"flex flex-mid-align user-area"},_hoisted_2$W={key:0,class:"flex flex-col margin-r-2x"},_hoisted_3$N={key:0},_hoisted_4$H={key:1},_hoisted_5$D=["src"];function _sfc_render$13(e,t,n,o,s,a){const r=resolveDirective("clickoutside");return openBlock(),createElementBlock("div",_hoisted_1$11,[a.isNamePresent?(openBlock(),createElementBlock("div",_hoisted_2$W,[e.settings.users[e.userId]?(openBlock(),createElementBlock("span",_hoisted_3$N,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$H,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$D)):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 g=await fetch(c,d);if(g.ok){const f=await g.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$10={class:"login"},_hoisted_2$V={key:0,class:"field flex flex-col username"},_hoisted_3$M={class:"required",for:"username"},_hoisted_4$G={key:1,class:"field flex flex-col password"},_hoisted_5$C={class:"required",for:"password"},_hoisted_6$z={key:2,class:"field flex flex-col"},_hoisted_7$y={for:"otp"},_hoisted_8$s={key:5,class:"error"},_hoisted_9$q={key:6,class:"error"},_hoisted_10$m={key:7,class:"error"};function _sfc_render$12(e,t,n,o,s,a){const r=resolveDirective("clickoutside");return openBlock(),createElementBlock("div",_hoisted_1$10,[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$V,[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$M,toDisplayString$1(e.$t("message.username")),1)])),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_4$G,[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$C,toDisplayString$1(e.$t("message.password")),1)])),s.isOTP?(openBlock(),createElementBlock("div",_hoisted_6$z,[createBaseVNode("label",_hoisted_7$y,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$s,toDisplayString$1(e.$t("message.invalidLogin")),1)):createCommentVNode("",!0),s.isOTPInvalid?(openBlock(),createElementBlock("span",_hoisted_9$q,toDisplayString$1(e.$t("message.invalidOTP")),1)):createCommentVNode("",!0),s.OTPRequestFailed?(openBlock(),createElementBlock("span",_hoisted_10$m,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$$=createBaseVNode("i",{class:"pi pi-bars"},null,-1),_hoisted_2$U=[_hoisted_1$$],_hoisted_3$L={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"},_hoisted_2$U),createBaseVNode("a",_hoisted_3$L,[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$_={key:0,class:"flex home-promo secondary-card"},_hoisted_2$T={class:"details"},_hoisted_3$K={key:1,class:"flex home-promo secondary-card loading-container",style:{"min-height":"300px"}},_hoisted_4$F=createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1),_hoisted_5$B=[_hoisted_4$F],_hoisted_6$y={key:2,class:"width-100-pct"},_hoisted_7$x=["data-offer-index"],_hoisted_8$r=["src","alt"],_hoisted_9$p={class:"details"},_hoisted_10$l=["href","title"],_hoisted_11$l=["href","title"],_hoisted_12$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$_,[createBaseVNode("div",{class:"image",style:normalizeStyle({backgroundImage:"url(./img/"+e.app.phone.home_page.promo.image+")"})},null,4),createBaseVNode("div",_hoisted_2$T,[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$K,_hoisted_5$B)):(openBlock(),createElementBlock("div",_hoisted_6$y,[(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_8$r),createBaseVNode("div",_hoisted_9$p,[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_10$l)):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_11$l)):(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_12$k))])],8,_hoisted_7$x)]))),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$Z=["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$Z)}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$Y={class:"wrap flex"},_hoisted_2$S={class:"flex"},_hoisted_3$J={key:0},_hoisted_4$E={key:1},_hoisted_5$A={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$Y,[createBaseVNode("nav",null,[createBaseVNode("div",_hoisted_2$S,[createBaseVNode("a",null,toDisplayString$1(e.$t("message.aboutus")),1),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("a",_hoisted_3$J,toDisplayString$1(e.$t("message.reviews")),1)),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("a",_hoisted_4$E,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$A,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$X={class:"home flex flex-col"},_hoisted_2$R={class:"hero background-brand"},_hoisted_3$I={class:"main-actions primary-card"},_hoisted_4$D=["onClick"];function _sfc_render$Z(e,t,n,o,s,a){const r=resolveComponent("Offer"),l=resolveComponent("MainFooter");return openBlock(),createElementBlock("main",_hoisted_1$X,[createBaseVNode("div",_hoisted_2$R,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message."+e.app.phone.home_page.title)),1)]),createBaseVNode("div",_hoisted_3$I,[(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$D))),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$W={class:"ai-overlay"},_hoisted_2$Q=createBaseVNode("label",null,"Real-time container",-1),_hoisted_3$H=createBaseVNode("label",null,"Customer ID",-1),_hoisted_4$C=createBaseVNode("label",null,"Interaction ID",-1),_hoisted_5$z=createBaseVNode("label",null,"Action",-1),_hoisted_6$x=createBaseVNode("label",null,"Treatment",-1),_hoisted_7$w=createBaseVNode("label",null,"Category",-1),_hoisted_8$q=createBaseVNode("label",null,"Propensity",-1),_hoisted_9$o=createBaseVNode("label",null,"Priority (P*C*V*L)",-1),_hoisted_10$k=createBaseVNode("label",null,"Rank",-1),_hoisted_11$k=createBaseVNode("label",null,"Placement type",-1),_hoisted_12$j=createBaseVNode("div",{class:"footer-img"},null,-1);function _sfc_render$Y(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$W,[createBaseVNode("ul",null,[createBaseVNode("li",null,[_hoisted_2$Q,createBaseVNode("span",null,toDisplayString$1(n.offer.container),1)]),createBaseVNode("li",null,[_hoisted_3$H,createBaseVNode("span",null,toDisplayString$1(n.offer.customerID),1)]),createBaseVNode("li",null,[_hoisted_4$C,createBaseVNode("span",null,toDisplayString$1(n.offer.interactionID),1)]),createBaseVNode("li",null,[_hoisted_5$z,createBaseVNode("span",null,toDisplayString$1(n.offer.identifier),1)]),createBaseVNode("li",null,[_hoisted_6$x,createBaseVNode("span",null,toDisplayString$1(n.offer.treatment),1)]),createBaseVNode("li",null,[_hoisted_7$w,createBaseVNode("span",null,toDisplayString$1(n.offer.category),1)]),createBaseVNode("li",null,[_hoisted_8$q,createBaseVNode("span",null,toDisplayString$1(n.offer.propensity&&e.$n(n.offer.propensity,"score")),1)]),createBaseVNode("li",null,[_hoisted_9$o,createBaseVNode("span",null,toDisplayString$1(n.offer.priority&&e.$n(n.offer.priority,"score")),1)]),createBaseVNode("li",null,[_hoisted_10$k,createBaseVNode("span",null,toDisplayString$1(n.offer.rank),1)]),createBaseVNode("li",null,[_hoisted_11$k,createBaseVNode("span",null,toDisplayString$1(n.offer.placement),1)])]),_hoisted_12$j])}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$V={class:"wrap"},_hoisted_2$P={class:"primary-card flex flex-nowrap"},_hoisted_3$G=["src"],_hoisted_4$B={class:"flex flex-col"},_hoisted_5$y={class:"wrap options"},_hoisted_6$w={class:"details"},_hoisted_7$v=["src"],_hoisted_8$p=createStaticVNode('

',1),_hoisted_9$n={class:"wrap options",style:{"min-height":"300px"}},_hoisted_10$j=createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1),_hoisted_11$j=[_hoisted_10$j],_hoisted_12$i={key:0,class:"wrap"},_hoisted_13$i={class:"primary-card flex flex-nowrap hero-offer","data-hero-offer":1},_hoisted_14$h=["src","alt"],_hoisted_15$i={class:"flex flex-col"},_hoisted_16$i=["href","title"],_hoisted_17$h=["href","title"],_hoisted_18$g={class:"wrap options"},_hoisted_19$g=["data-offer-index"],_hoisted_20$g=["onClick"],_hoisted_21$g=["src","alt"],_hoisted_22$h=["href","title"],_hoisted_23$g=["href","title"],_hoisted_24$f=["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$V,[createBaseVNode("div",_hoisted_2$P,[createBaseVNode("img",{class:"hero-offer-img",src:"./img/"+e.app.offer[n.offerType].hero_offer.image},null,8,_hoisted_3$G),createBaseVNode("div",_hoisted_4$B,[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$y,[(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$w,[createBaseVNode("img",{class:"option",src:"./img/"+l.image},null,8,_hoisted_7$v),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},[_hoisted_8$p,createBaseVNode("div",_hoisted_9$n,[(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"},_hoisted_11$j))),128))])],64)):(openBlock(),createElementBlock(Fragment,{key:2},[s.hero_offer.url!==""&&s.hero_offer.img!==""?(openBlock(),createElementBlock("div",_hoisted_12$i,[createBaseVNode("div",_hoisted_13$i,[createBaseVNode("img",{class:"hero-offer-img",src:s.hero_offer.img,alt:s.hero_offer.title},null,8,_hoisted_14$h),createBaseVNode("div",_hoisted_15$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_16$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_17$h)):(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_18$g,[(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_20$g)):createCommentVNode("",!0),createBaseVNode("img",{class:"option",src:l.img,alt:l.title},null,8,_hoisted_21$g),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_22$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_23$g)):(openBlock(),createElementBlock("button",{key:3,class:"simple",onClick:d=>a.showOffer(l)},toDisplayString$1(e.$t("message."+l.link)),9,_hoisted_24$f)),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_19$g)]))),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$U={key:0,class:"home flex flex-col full-height"},_hoisted_2$O=["src"],_hoisted_3$F={key:1,class:"home flex flex-col full-height"},_hoisted_4$A={key:0,class:"flex flex-col"},_hoisted_5$x={class:"main-offer builtin-offer primary-card flex flex-nowrap"},_hoisted_6$v=["src","alt"],_hoisted_7$u={class:"details"},_hoisted_8$o={key:0},_hoisted_9$m={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$g={class:"details"},_hoisted_15$h={key:0},_hoisted_16$h={key:1},_hoisted_17$g={key:0},_hoisted_18$f={key:1},_hoisted_19$f={class:"button-row padding-t-2x"},_hoisted_20$f={key:2,class:"flex flex-col",style:{width:"100%"}},_hoisted_21$f={class:"primary-card flex-mid-align flex flex-col"},_hoisted_22$g=createBaseVNode("i",{class:"product-icon pi pi-check"},null,-1),_hoisted_23$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$U,[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$O)):(openBlock(),createBlock(r,{key:1,offerType:e.offerIndex},null,8,["offerType"]))])):(openBlock(),createElementBlock("main",_hoisted_3$F,[!s.isprocessed&&e.offerURL.indexOf("/Basic")===0?(openBlock(),createElementBlock("section",_hoisted_4$A,[createBaseVNode("h1",null,toDisplayString$1(e.CDHContainer.title),1),createBaseVNode("div",_hoisted_5$x,[createBaseVNode("img",{class:"offer-img",src:e.CDHContainer.img,alt:e.CDHContainer.title},null,8,_hoisted_6$v),createBaseVNode("div",_hoisted_7$u,[typeof e.CDHContainer.message<"u"?(openBlock(),createElementBlock("div",_hoisted_8$o,[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$m,[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$g,[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$f,toDisplayString$1(e.CDHContainer[l]),1)):createCommentVNode("",!0)]))),128)),createBaseVNode("div",_hoisted_19$f,[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$f,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message.offer_builtin_response_heading")),1),createBaseVNode("div",_hoisted_21$f,[_hoisted_22$g,createBaseVNode("p",_hoisted_23$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$T={class:"flex top-nav"},_hoisted_2$N=createBaseVNode("i",{class:"pi pi-caret-left"},null,-1),_hoisted_3$E=[_hoisted_2$N],_hoisted_4$z={class:"flex-align-r"};function _sfc_render$V(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$T,[createBaseVNode("button",{onClick:t[0]||(t[0]=(...r)=>a.goBack&&a.goBack(...r)),class:"simple"},_hoisted_3$E),createBaseVNode("div",_hoisted_4$z,[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$S={class:"flex flex-col"},_hoisted_2$M={class:"layout-stacked primary-card"},_hoisted_3$D={class:"small"},_hoisted_4$y={key:0,class:"field-item"},_hoisted_5$w=["placeholder"],_hoisted_6$u={for:"username"},_hoisted_7$t={key:1,class:"field-item"},_hoisted_8$n=["placeholder"],_hoisted_9$l={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$f={key:5,class:"error"},_hoisted_15$g={key:6,class:"error"},_hoisted_16$g={class:"bottom-banner"},_hoisted_17$f=createBaseVNode("i",{class:"pi pi-phone-out"},null,-1);function _sfc_render$U(e,t,n,o,s,a){const r=resolveComponent("TopNav");return openBlock(),createElementBlock("main",_hoisted_1$S,[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$M,[createBaseVNode("h1",_hoisted_3$D,toDisplayString$1(e.$t("message.phone_login_title")),1),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_4$y,[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$w),[[vModelText,s.username]]),createBaseVNode("label",_hoisted_6$u,toDisplayString$1(e.$t("message.username")),1)])),s.isOTP?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_7$t,[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$n),[[vModelText,s.password]]),createBaseVNode("label",_hoisted_9$l,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$f,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,[_hoisted_17$f,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$R={class:"flex flex-col"},_hoisted_2$L={class:"flex flex-col secondary-card"},_hoisted_3$C={class:"small"},_hoisted_4$x={class:"quick-links"},_hoisted_5$v=["onClick"];function _sfc_render$T(e,t,n,o,s,a){const r=resolveComponent("TopNav");return openBlock(),createElementBlock("main",_hoisted_1$R,[createVNode(r,{previousPhonePage:""}),createBaseVNode("div",_hoisted_2$L,[createBaseVNode("h1",_hoisted_3$C,toDisplayString$1(e.$t("message.phone_quick_links_title")),1),createBaseVNode("div",_hoisted_4$x,[(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$v))),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$Q={class:"flex flex-col intro-quicklinks"},_hoisted_2$K={class:"bottom-banner"},_hoisted_3$B=createBaseVNode("i",{class:"pi pi-ambulance"},null,-1);function _sfc_render$S(e,t,n,o,s,a){const r=resolveComponent("TopNav");return openBlock(),createElementBlock("main",_hoisted_1$Q,[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$K,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.phone_quick_links_intro_banner_msg")),1),createBaseVNode("a",null,[_hoisted_3$B,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$P=["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$J=["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$A=["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$w=["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$u=["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$t=["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$s=["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$m={key:1,class:"flex flex-col height-100-pct"},_hoisted_9$k=["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$P)):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$J)):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$A)):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$w)):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$u)):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$t)):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$s)):createCommentVNode("",!0)],2)):(openBlock(),createElementBlock("section",_hoisted_8$m,[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$k)]))}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$O={key:0,class:"pega-mashup",ref:"mycomp"},_hoisted_2$I={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$O,null,512)):(openBlock(),createElementBlock("pega-mashup-light",_hoisted_2$I,null,512))}const WebComponent=_export_sfc(_sfc_main$S,[["render",_sfc_render$Q]]);let resizeObserver;const 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==="embedprocessingend"?(resizeObserver=new ResizeObserver(t=>{t.forEach(n=>{n.contentRect.height===0&&top.postMessage("pegaMashupNavigateBack",location.origin)})}),resizeObserver.observe(document.querySelector("pega-embed"))):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),resizeObserver&&resizeObserver.unobserve(e)},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$N={key:0,class:"margin-b-3x"},_hoisted_2$H=["casePage","assignmentHeader","action","pageID","pageClass","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_3$z=["casePage","assignmentHeader","action","caseTypeID","startingFields","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_4$v=["casePage","assignmentHeader","action","assignmentID","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_5$t=["casePage","assignmentHeader","action","caseID","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_6$s=["casePage","assignmentHeader","action","appAlias","pegaServerUrl","staticContentUrl","authService","clientId","userIdentifier","password","theme","themeID"],_hoisted_7$r={key:1};function _sfc_render$P(e,t,n,o,s,a){return s.isWebEmbedInitialized?(openBlock(),createElementBlock("div",_hoisted_1$N,[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$H)):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$z)):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$v)):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$t)):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$s)):createCommentVNode("",!0)])):(openBlock(),createElementBlock("div",_hoisted_7$r,"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$M={class:"account-tabs"},_hoisted_2$G={class:"account-tabs-header"},_hoisted_3$y=["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$M,[createBaseVNode("ul",_hoisted_2$G,[(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$y))),128))]),renderSlot(s.$slots,"default")]))}},_hoisted_1$L={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$L,[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$K={key:0,class:"account-picker"},_hoisted_2$F={class:"flex flex-nowrap"},_hoisted_3$x=["src","alt"],_hoisted_4$u={class:"account-picker-details"},_hoisted_5$s={key:0},_hoisted_6$r={key:1},_hoisted_7$q={key:2},_hoisted_8$l={key:3},_hoisted_9$j={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$K,[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$F,[typeof c.img<"u"&&c.img!==""?(openBlock(),createElementBlock("img",{key:0,class:"account-img",src:c.img,alt:c.title},null,8,_hoisted_3$x)):createCommentVNode("",!0),createBaseVNode("div",_hoisted_4$u,[(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$s,toDisplayString$1(e.$n(d.value,"currency")),1)):d.type==="number"?(openBlock(),createElementBlock("p",_hoisted_6$r,toDisplayString$1(e.$n(d.value)),1)):d.type==="date"?(openBlock(),createElementBlock("p",_hoisted_7$q,toDisplayString$1(e.$d(d.value,"short")),1)):d.type==="duedate"?(openBlock(),createElementBlock("p",_hoisted_8$l,toDisplayString$1(e.$d(a.getDueBillDate(),"short")),1)):(openBlock(),createElementBlock("p",_hoisted_9$j,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$J={key:0,class:"account-details primary-card"},_hoisted_2$E={key:0},_hoisted_3$w={key:0},_hoisted_4$t={key:1},_hoisted_5$r={key:2},_hoisted_6$q={key:3},_hoisted_7$p={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$J,[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$E,toDisplayString$1(c.desc),1)):createCommentVNode("",!0),c.value!==""?(openBlock(),createElementBlock(Fragment,{key:1},[c.type==="currency"?(openBlock(),createElementBlock("p",_hoisted_3$w,toDisplayString$1(e.$n(c.value,"currency")),1)):c.type==="number"?(openBlock(),createElementBlock("p",_hoisted_4$t,toDisplayString$1(e.$n(c.value)),1)):c.type==="date"?(openBlock(),createElementBlock("p",_hoisted_5$r,toDisplayString$1(e.$d(c.value,"short")),1)):c.type==="duedate"?(openBlock(),createElementBlock("p",_hoisted_6$q,toDisplayString$1(e.$d(a.getDueBillDate(),"short")),1)):(openBlock(),createElementBlock("p",_hoisted_7$p,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$I={key:0,class:"quick-links"},_hoisted_2$D=["onClick"];function _sfc_render$L(e,t,n,o,s,a){return a.hasQuicklinks()?(openBlock(),createElementBlock("section",_hoisted_1$I,[(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$D)):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$H={class:"banner"},_hoisted_2$C={class:"flex flex-grow-1 flex-mid-align"},_hoisted_3$v={class:"flex flex-col flex-grow-1"};function _sfc_render$K(e,t,n,o,s,a){return openBlock(),createElementBlock("section",_hoisted_1$H,[createBaseVNode("div",{class:"content-card flex",style:normalizeStyle({backgroundColor:e.settings.banner.color,color:s.textColor})},[createBaseVNode("div",_hoisted_2$C,[createBaseVNode("i",{class:normalizeClass("pi pi-3x "+e.$t("message.banner_icon"))},null,2),createBaseVNode("div",_hoisted_3$v,[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$G={key:1,class:"recent-activity primary-card"},_hoisted_2$B={class:"fatlist"},_hoisted_3$u={key:0,class:"fatlist-item"},_hoisted_4$s={key:1,class:"fatlist-item"},_hoisted_5$q={class:"fatlist-item activity"},_hoisted_6$p={key:2,class:"fatlist-item flex-align-r"},_hoisted_7$o={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$G,[createBaseVNode("h3",null,toDisplayString$1(e.settings.todo.recentactivityheading),1),createBaseVNode("ul",_hoisted_2$B,[(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$u,toDisplayString$1(e.$d(new Date(l.date),"short")),1)):(openBlock(),createElementBlock("time",_hoisted_4$s,toDisplayString$1(e.$d(a.getdate(c),"short")),1)),createBaseVNode("p",_hoisted_5$q,toDisplayString$1(l.message),1),l.cost?(openBlock(),createElementBlock("p",_hoisted_6$p,toDisplayString$1(e.$n(l.cost,"currency")),1)):(openBlock(),createElementBlock("a",_hoisted_7$o,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$F={class:"col col-1"},_hoisted_2$A={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"),g=resolveComponent("RecentActivity");return openBlock(),createElementBlock("div",_hoisted_1$F,[createBaseVNode("div",_hoisted_2$A,[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(g,{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$E={class:"offer-card-col flex flex-col"},_hoisted_2$z={class:"offer-card"},_hoisted_3$t=["src","alt"],_hoisted_4$r={class:"content"},_hoisted_5$p=["href"],_hoisted_6$o=["href"];function _sfc_render$H(e,t,n,o,s,a){const r=resolveComponent("AIOverlay");return openBlock(),createElementBlock("section",_hoisted_1$E,[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$z,[createBaseVNode("img",{class:"offer-img",src:n.offer.img,alt:n.offer.title},null,8,_hoisted_3$t),createBaseVNode("div",_hoisted_4$r,[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$p)):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$o)):(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$D={key:0,class:"secondary-card"},_hoisted_2$y=["src","alt"],_hoisted_3$s={class:"content"},_hoisted_4$q={key:1,class:"secondary-card loading-container",style:{"min-height":"300px"}},_hoisted_5$o=createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1),_hoisted_6$n=[_hoisted_5$o],_hoisted_7$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$D,[(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$y),createBaseVNode("div",_hoisted_3$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[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$q,_hoisted_6$n)):(openBlock(),createElementBlock("div",_hoisted_7$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$C={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$C,[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$B={class:"height-100-pct"},_hoisted_2$x={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$B,[createVNode(r,{style:{display:"none"},previousPhonePage:e.phonePageName==="heroaction"?"":"help"},null,8,["previousPhonePage"]),createBaseVNode("main",_hoisted_2$x,[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"),g=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(g,{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$A={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$A,[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$z={class:"menu"},_hoisted_2$w={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$z,[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$w,[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$y={class:"wrap header flex"},_hoisted_2$v={class:"flex flex-grow-1"},_hoisted_3$r={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$y,[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$v,[createBaseVNode("ul",_hoisted_3$r,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.menuitems,(u,g)=>(openBlock(),createBlock(r,{pagetype:u.pagetype,key:g,title:u.title,href:u.url?u.url:e.app.offer.length>1?`offer${g+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$x={class:"hero-main"},_hoisted_2$u={class:"wrap hero-wrap flex"},_hoisted_3$q={class:"flex flex-col hero-heading"},_hoisted_4$p={class:"hero"},_hoisted_5$n={key:0},_hoisted_6$m=createBaseVNode("div",{class:"flex hero-image"},[createBaseVNode("div",{class:"hero-splash"})],-1),_hoisted_7$m=createBaseVNode("div",{class:"ribbon"},[createBaseVNode("div")],-1),_hoisted_8$k={class:"wrap primary-options"},_hoisted_9$i={class:"options"},_hoisted_10$f={class:"details"},_hoisted_11$f=["src","alt"],_hoisted_12$f={class:"option-header"},_hoisted_13$f=createStaticVNode('

',2),_hoisted_15$f={class:"wrap primary-options",style:{"min-height":"400px"}},_hoisted_16$f={class:"options"},_hoisted_17$e=createBaseVNode("span",{class:"loading"},[createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"}),createBaseVNode("span",{class:"dot"})],-1),_hoisted_18$e=[_hoisted_17$e],_hoisted_19$e={key:0,class:"hero-main"},_hoisted_20$e={class:"flex flex-nowrap flex-row-reverse"},_hoisted_21$e=["src","alt"],_hoisted_22$f={class:"flex flex-col"},_hoisted_23$e={class:"hero hero-offer","data-hero-offer":1},_hoisted_24$e=["href"],_hoisted_25$e=["href"],_hoisted_26$e={key:1,class:"wrap hero-wrap flex"},_hoisted_27$e={class:"flex flex-col hero-heading"},_hoisted_28$e={class:"hero"},_hoisted_29$e={key:0},_hoisted_30$e=createBaseVNode("div",{class:"flex hero-image"},[createBaseVNode("div",{class:"hero-splash"})],-1),_hoisted_31$e=createBaseVNode("div",{class:"ribbon"},[createBaseVNode("div")],-1),_hoisted_32$e={class:"wrap primary-options"},_hoisted_33$d={class:"options"},_hoisted_34$d=["onMouseover","onMouseleave"],_hoisted_35$d=["data-offer-index"],_hoisted_36$d=["onClick"],_hoisted_37$d=["src","alt"],_hoisted_38$d={class:"option-header"},_hoisted_39$d=["href"],_hoisted_40$d=["href"],_hoisted_41$d=["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$x,[createBaseVNode("div",_hoisted_2$u,[createBaseVNode("div",_hoisted_3$q,[createBaseVNode("h1",_hoisted_4$p,[createTextVNode(toDisplayString$1(e.$t(`message.${e.app.herotext.title}`))+" ",1),e.$t(`message.${e.app.herotext.titlespan}`)!==""?(openBlock(),createElementBlock("span",_hoisted_5$n,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)]),_hoisted_6$m])]),_hoisted_7$m,createBaseVNode("div",_hoisted_8$k,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.primaryheading}`)),1),createBaseVNode("div",_hoisted_9$i,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.primarydetails,(l,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option"},[createBaseVNode("div",_hoisted_10$f,[createBaseVNode("img",{class:"option",src:l.img,alt:e.$t("message."+l.title)},null,8,_hoisted_11$f),createBaseVNode("h3",_hoisted_12$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},[_hoisted_13$f,createBaseVNode("div",_hoisted_15$f,[createBaseVNode("div",_hoisted_16$f,[(openBlock(!0),createElementBlock(Fragment,null,renderList(e.app.primarydetails,(l,c)=>(openBlock(),createElementBlock("section",{key:c,class:"front-option loading-container"},_hoisted_18$e))),128))])])],64)):(openBlock(),createElementBlock(Fragment,{key:2},[!e.isAuthenticated&&e.homeHeroAction!=1&&e.offerURL===""?(openBlock(),createElementBlock("div",_hoisted_19$e,[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_20$e,[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_21$e)):createCommentVNode("",!0),createBaseVNode("div",_hoisted_22$f,[createBaseVNode("h1",_hoisted_23$e,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_24$e)):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_25$e)):(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_26$e,[createBaseVNode("div",_hoisted_27$e,[createBaseVNode("h1",_hoisted_28$e,[createTextVNode(toDisplayString$1(e.$t(`message.${e.app.herotext.title}`))+" ",1),e.$t(`message.${e.app.herotext.titlespan}`)!==""?(openBlock(),createElementBlock("span",_hoisted_29$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)]),_hoisted_30$e]))])):createCommentVNode("",!0),_hoisted_31$e,createBaseVNode("div",_hoisted_32$e,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.primaryheading}`)),1),createBaseVNode("div",_hoisted_33$d,[(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_36$d)):createCommentVNode("",!0),createBaseVNode("img",{class:"option",src:l.img,alt:l.title},null,8,_hoisted_37$d),createBaseVNode("h3",_hoisted_38$d,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_39$d)):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_40$d)):(openBlock(),createElementBlock("button",{key:3,class:"simple",onClick:d=>a.showOffer(l)},toDisplayString$1(e.$t("message."+l.link)),9,_hoisted_41$d)),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_35$d)],40,_hoisted_34$d))),128))])])],64))}const FrontMainArea=_export_sfc(_sfc_main$z,[["render",_sfc_render$z]]),_sfc_main$y={data(){return mainconfig}},_hoisted_1$w={class:"wrap secondary-options"},_hoisted_2$t=createBaseVNode("div",{class:"banner",style:{backgroundImage:"url(img/secondary-options.jpg)"}},null,-1),_hoisted_3$p={class:"content-card flex flex-col"},_hoisted_4$o={class:"strong"};function _sfc_render$y(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$w,[_hoisted_2$t,createBaseVNode("div",_hoisted_3$p,[createBaseVNode("h2",null,toDisplayString$1(e.$t(`message.${e.app.secondarydetails.heading}`)),1),createBaseVNode("button",_hoisted_4$o,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$v={key:0,class:"flex flex-col full-height"},_hoisted_2$s=["src"],_hoisted_3$o={key:1,class:"flex flex-col"},_hoisted_4$n={class:"main-offer builtin-offer primary-card flex flex-nowrap"},_hoisted_5$m=["src","alt"],_hoisted_6$l={class:"details"},_hoisted_7$l={key:0},_hoisted_8$j={key:1},_hoisted_9$h={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$d={key:1},_hoisted_18$d={class:"button-row padding-t-2x"},_hoisted_19$d={key:3,class:"flex flex-col",style:{width:"100%"}},_hoisted_20$d={class:"primary-card flex-mid-align flex flex-col"},_hoisted_21$d=createBaseVNode("i",{class:"product-icon pi pi-check"},null,-1),_hoisted_22$e={class:"success-text"};function _sfc_render$x(e,t,n,o,s,a){return e.CDHContainer.useURL===!0?(openBlock(),createElementBlock("section",_hoisted_1$v,[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$s)])):!s.isprocessed&&e.offerURL.indexOf("/Basic")===0?(openBlock(),createElementBlock("section",_hoisted_3$o,[createBaseVNode("h1",null,toDisplayString$1(e.CDHContainer.title),1),createBaseVNode("div",_hoisted_4$n,[createBaseVNode("img",{class:"offer-img",src:e.CDHContainer.img,alt:e.CDHContainer.title},null,8,_hoisted_5$m),createBaseVNode("div",_hoisted_6$l,[typeof e.CDHContainer.message<"u"?(openBlock(),createElementBlock("div",_hoisted_7$l,[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$j,[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$h,[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$d,toDisplayString$1(e.CDHContainer[r]),1)):createCommentVNode("",!0)]))),128)),createBaseVNode("div",_hoisted_18$d,[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$d,[createBaseVNode("h1",null,toDisplayString$1(e.$t("message.offer_builtin_response_heading")),1),createBaseVNode("div",_hoisted_20$d,[_hoisted_21$d,createBaseVNode("p",_hoisted_22$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$u={class:"flex"},_hoisted_2$r={class:"flex flex-1"},_hoisted_3$n=createBaseVNode("div",{class:"flex flex-col"},[createBaseVNode("div",{class:"rts-logo"}),createBaseVNode("span",null,"Real-time data streaming")],-1),_hoisted_4$m={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$u,[createBaseVNode("div",_hoisted_2$r,[_hoisted_3$n,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_4$m,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$t={key:0,class:"form flex flex-col"},_hoisted_2$q={class:"mashup-main flex flex-col"},_hoisted_3$m={class:"wrap"},_hoisted_4$l={key:1,class:"form flex flex-col"},_hoisted_5$l={class:"flex flex-col"},_hoisted_6$k={class:"wrap height-100-pct"},_hoisted_7$k={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"),g=resolveComponent("FrontMainArea"),f=resolveComponent("FrontSecondaryArea");return e.homeHeroAction==1||e.viewKMHelp==1?(openBlock(),createElementBlock("div",_hoisted_1$t,[createVNode(r),createBaseVNode("main",_hoisted_2$q,[createBaseVNode("div",_hoisted_3$m,[createVNode(l)])]),createVNode(c)])):e.offerURL!==""?(openBlock(),createElementBlock("div",_hoisted_4$l,[createVNode(r),createBaseVNode("main",_hoisted_5$l,[createBaseVNode("div",_hoisted_6$k,[createVNode(d)])]),createVNode(c)])):(openBlock(),createElementBlock("div",_hoisted_7$k,[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(g),createVNode(f)],2),createVNode(c)]))}const FrontPage=_export_sfc(_sfc_main$v,[["render",_sfc_render$v]]),_sfc_main$u={data(){return mainconfig}},_hoisted_1$s={class:"primary-card"},_hoisted_2$p={class:"header flex flex-mid-align search-bar"},_hoisted_3$l=["value","placeholder"],_hoisted_4$k=createBaseVNode("i",{class:"pi pi-dark pi-search"},null,-1),_hoisted_5$k={key:0,class:"content responsive color-heading"},_hoisted_6$j={scope:"col"},_hoisted_7$j={scope:"col"},_hoisted_8$i={scope:"col"},_hoisted_9$g={scope:"col",class:"align-r"},_hoisted_10$d={class:"heading"},_hoisted_11$d={class:"hide-collapsed",colspan:"2"},_hoisted_12$d=["data-title"],_hoisted_13$d=["title"],_hoisted_14$d=["data-title"],_hoisted_15$d=["data-title"],_hoisted_16$d=["data-title"],_hoisted_17$c=["data-title"],_hoisted_18$c={class:"heading"},_hoisted_19$c={class:"hide-collapsed",colspan:"2"},_hoisted_20$c=["data-title"],_hoisted_21$c=["title"],_hoisted_22$d=["data-title"],_hoisted_23$d=["data-title"],_hoisted_24$d=["data-title"],_hoisted_25$d=["data-title"],_hoisted_26$d={key:0,class:"trend trend-success"},_hoisted_27$d=createBaseVNode("i",{class:"pi pi-arrow-up pi-success"},null,-1),_hoisted_28$d={key:1,class:"trend trend-error"},_hoisted_29$d=createBaseVNode("i",{class:"pi pi-arrow-down pi-error"},null,-1),_hoisted_30$d={class:"investmentamount"},_hoisted_31$d={class:"footer"},_hoisted_32$d={colspan:"4"};function _sfc_render$u(e,t,n,o,s,a){return openBlock(),createElementBlock("section",_hoisted_1$s,[createBaseVNode("div",_hoisted_2$p,[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$l),_hoisted_4$k]),e.userId!=-1?(openBlock(),createElementBlock("table",_hoisted_5$k,[createBaseVNode("thead",null,[createBaseVNode("tr",null,[createBaseVNode("th",_hoisted_6$j,toDisplayString$1(e.$t("message.accounts_header1")),1),createBaseVNode("th",_hoisted_7$j,toDisplayString$1(e.$t("message.accounts_header2")),1),createBaseVNode("th",_hoisted_8$i,toDisplayString$1(e.$t("message.accounts_header3")),1),createBaseVNode("th",_hoisted_9$g,toDisplayString$1(e.$t("message.accounts_header4")),1)])]),createBaseVNode("tbody",null,[createBaseVNode("tr",_hoisted_10$d,[createBaseVNode("td",_hoisted_11$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_12$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_14$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header2")},toDisplayString$1(r.name),9,_hoisted_15$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header3")},toDisplayString$1(r.type),9,_hoisted_16$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header4"),class:"align-r"},toDisplayString$1(e.$n(r.balance,"currency")),9,_hoisted_17$c)],8,_hoisted_13$d))),128)),createBaseVNode("tr",_hoisted_18$c,[createBaseVNode("td",_hoisted_19$c,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_20$c)]),(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_22$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header2")},toDisplayString$1(r.name),9,_hoisted_23$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header3")},toDisplayString$1(r.type),9,_hoisted_24$d),createBaseVNode("td",{"data-title":e.$t("message.accounts_header4"),class:"align-r"},[r.trend==="green"?(openBlock(),createElementBlock("span",_hoisted_26$d,[_hoisted_27$d,createTextVNode(" "+toDisplayString$1(r.trendvalue)+"% ",1)])):(openBlock(),createElementBlock("span",_hoisted_28$d,[_hoisted_29$d,createTextVNode(" "+toDisplayString$1(r.trendvalue)+"% ",1)])),createBaseVNode("span",_hoisted_30$d,toDisplayString$1(e.$n(r.balance,"currency")),1)],8,_hoisted_25$d)],8,_hoisted_21$c))),128)),createBaseVNode("tr",_hoisted_31$d,[createBaseVNode("td",_hoisted_32$d,[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$r={class:"primary-card keyrates"},_hoisted_2$o={class:"color-light"},_hoisted_3$k={class:"heading"},_hoisted_4$j=createBaseVNode("th",null,"Metric",-1),_hoisted_5$j=["title"],_hoisted_6$i={key:0,class:"pi pi-arrow-up pi-success"},_hoisted_7$i={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$r,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message.keyrates_title")),1),createBaseVNode("table",_hoisted_2$o,[createBaseVNode("tr",_hoisted_3$k,[_hoisted_4$j,createBaseVNode("th",null,toDisplayString$1(e.$t("message.keyrates_header_col1")),1),createBaseVNode("th",null,toDisplayString$1(e.$t("message.keyrates_header_col2")),1),createBaseVNode("th",null,toDisplayString$1(e.$t("message.keyrates_header_col3")),1)]),(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_6$i)):createCommentVNode("",!0),r.trend==="red"?(openBlock(),createElementBlock("i",_hoisted_7$i)):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_5$j))),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$q={class:"col col-1"},_hoisted_2$n={class:"primary-card"},_hoisted_3$j={class:"flex"},_hoisted_4$i={class:"flex-1 cash-projections primary-card"},_hoisted_5$i={class:"flex"},_hoisted_6$h=createBaseVNode("span",null,[createBaseVNode("i",{class:"pi pi-arrow-down pi-error"}),createTextVNode("17.4% ")],-1),_hoisted_7$h=createBaseVNode("span",null,[createBaseVNode("i",{class:"pi pi-arrow-up pi-success"}),createTextVNode("12.2% ")],-1),_hoisted_8$h=createBaseVNode("span",null,[createBaseVNode("i",{class:"pi pi-arrow-down pi-error"}),createTextVNode("2.1% ")],-1),_hoisted_9$f={class:"dropdown"},_hoisted_10$c=createBaseVNode("i",{class:"pi pi-caret-down"},null,-1),_hoisted_11$c={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 880 305"},_hoisted_12$c={transform:"translate(80,40)"},_hoisted_13$c={class:"axis",color:"#7b7b7b",fill:"#7b7b7b","font-size":"18","font-family":"Inter","text-anchor":"end",transform:"rotate(270)"},_hoisted_14$c={x:"-165",y:"-43",dy:"0.32em","text-anchor":"start"},_hoisted_15$c={x:"-155",y:"745",dy:"0.32em","text-anchor":"start"},_hoisted_16$c=createStaticVNode('00.5M50k1M100k1.5M150k2M200k',6),_hoisted_22$c={class:"axis",transform:"translate(0,205)",fill:"none","font-size":"16","font-family":"Inter","text-anchor":"middle"},_hoisted_23$c={class:"tick",opacity:"1",transform:"translate(55,0)"},_hoisted_24$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_25$c={class:"tick",opacity:"1",transform:"translate(170,0)"},_hoisted_26$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_27$c={class:"tick",opacity:"1",transform:"translate(285,0)"},_hoisted_28$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_29$c={class:"tick",opacity:"1",transform:"translate(400,0)"},_hoisted_30$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_31$c={class:"tick",opacity:"1",transform:"translate(515,0)"},_hoisted_32$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_33$c={class:"tick",opacity:"1",transform:"translate(630,0)"},_hoisted_34$c={fill:"#7b7b7b",y:"9",dy:"0.71em"},_hoisted_35$c={"font-family":"Inter","font-size":"15","text-anchor":"end"},_hoisted_36$c={transform:"translate(-55,5)"},_hoisted_37$c=createBaseVNode("circle",{cx:"170",cy:"240",r:"5",fill:"#67c100"},null,-1),_hoisted_38$c={fill:"#7b7b7b",x:"235",y:"240",dy:"0.32em"},_hoisted_39$c=createBaseVNode("circle",{cx:"275",cy:"240",r:"5",fill:"#ea5959"},null,-1),_hoisted_40$c={fill:"#7b7b7b",x:"320",y:"240",dy:"0.32em"},_hoisted_41$c={transform:"translate(365,240)"},_hoisted_42$c=createBaseVNode("line",{stroke:"#3171e1",x2:"15"},null,-1),_hoisted_43$c=createBaseVNode("line",{stroke:"#3171e1",x2:"-15"},null,-1),_hoisted_44$c=createBaseVNode("circle",{r:"5",stroke:"#3171e1",fill:"#000"},null,-1),_hoisted_45$c={fill:"#7b7b7b",x:"115",dy:"0.32em"},_hoisted_46$c={transform:"translate(520,240)"},_hoisted_47$c=createBaseVNode("line",{stroke:"#3171e1",x2:"15","stroke-dasharray":"3 3"},null,-1),_hoisted_48$c=createBaseVNode("line",{stroke:"#3171e1",x2:"-15","stroke-dasharray":"3 3"},null,-1),_hoisted_49$c=createBaseVNode("circle",{r:"5",stroke:"#3171e1",fill:"#000"},null,-1),_hoisted_50$c={fill:"#7b7b7b",x:"135",dy:"0.32em"},_hoisted_51$a=createStaticVNode('',1);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"),g=resolveComponent("KeyRates");return openBlock(),createElementBlock("div",_hoisted_1$q,[createBaseVNode("div",_hoisted_2$n,[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$j,[createBaseVNode("section",_hoisted_4$i,[createBaseVNode("div",_hoisted_5$i,[createBaseVNode("h3",null,toDisplayString$1(e.$t("message.cash_projections")),1),createBaseVNode("div",null,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.income")),1),_hoisted_6$h]),createBaseVNode("div",null,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.cost")),1),_hoisted_7$h]),createBaseVNode("div",null,[createBaseVNode("p",null,toDisplayString$1(e.$t("message.balance")),1),_hoisted_8$h])]),createBaseVNode("div",null,[createBaseVNode("p",_hoisted_9$f,[createTextVNode(toDisplayString$1(e.$t("message.cash_projections_dropdown"))+" ",1),_hoisted_10$c])]),(openBlock(),createElementBlock("svg",_hoisted_11$c,[createBaseVNode("g",_hoisted_12$c,[createBaseVNode("g",_hoisted_13$c,[createBaseVNode("text",_hoisted_14$c,toDisplayString$1(e.$t("message.income_and_cost")),1),createBaseVNode("text",_hoisted_15$c,toDisplayString$1(e.$t("message.cash_and_balance")),1)]),_hoisted_16$c,createBaseVNode("g",_hoisted_22$c,[createBaseVNode("g",_hoisted_23$c,[createBaseVNode("text",_hoisted_24$c,toDisplayString$1(e.$d(a.getMonth(-4),"month_only")),1)]),createBaseVNode("g",_hoisted_25$c,[createBaseVNode("text",_hoisted_26$c,toDisplayString$1(e.$d(a.getMonth(-3),"month_only")),1)]),createBaseVNode("g",_hoisted_27$c,[createBaseVNode("text",_hoisted_28$c,toDisplayString$1(e.$d(a.getMonth(-2),"month_only")),1)]),createBaseVNode("g",_hoisted_29$c,[createBaseVNode("text",_hoisted_30$c,toDisplayString$1(e.$d(a.getMonth(-1),"month_only")),1)]),createBaseVNode("g",_hoisted_31$c,[createBaseVNode("text",_hoisted_32$c,toDisplayString$1(e.$d(a.getMonth(0),"month_only")),1)]),createBaseVNode("g",_hoisted_33$c,[createBaseVNode("text",_hoisted_34$c,toDisplayString$1(e.$d(a.getMonth(1),"month_only")),1)])]),createBaseVNode("g",_hoisted_35$c,[createBaseVNode("g",_hoisted_36$c,[_hoisted_37$c,createBaseVNode("text",_hoisted_38$c,toDisplayString$1(e.$t("message.income")),1),_hoisted_39$c,createBaseVNode("text",_hoisted_40$c,toDisplayString$1(e.$t("message.cost")),1),createBaseVNode("g",_hoisted_41$c,[_hoisted_42$c,_hoisted_43$c,_hoisted_44$c,createBaseVNode("text",_hoisted_45$c,toDisplayString$1(e.$t("message.cash_balance")),1)]),createBaseVNode("g",_hoisted_46$c,[_hoisted_47$c,_hoisted_48$c,_hoisted_49$c,createBaseVNode("text",_hoisted_50$c,toDisplayString$1(e.$t("message.cash_predition")),1)])])]),_hoisted_51$a])]))]),createVNode(g,{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$i),createBaseVNode("div",_hoisted_4$h,[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$h,_hoisted_7$g)):(openBlock(),createElementBlock("div",_hoisted_8$g,[(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_9$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$o={class:"form flex flex-col"},_hoisted_2$l={key:0,class:"flex flex-col"},_hoisted_3$h={class:"flex wrap height-100-pct"},_hoisted_4$g=createBaseVNode("div",{class:"ribbon1"},[createBaseVNode("div")],-1),_hoisted_5$g={key:0,class:"wrap account-msg"},_hoisted_6$f={class:"wrap cols flex flex-wrap"},_hoisted_7$f={key:2,class:"mashup-main flex flex-col"},_hoisted_8$f={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"),g=resolveComponent("AccountSecondaryArea"),f=resolveComponent("MashupMainArea"),v=resolveComponent("MainFooter");return openBlock(),createElementBlock("div",_hoisted_1$o,[createVNode(r),e.offerURL!==""?(openBlock(),createElementBlock("main",_hoisted_2$l,[createBaseVNode("div",_hoisted_3$h,[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),_hoisted_4$g,createBaseVNode("div",null,[e.userId!=-1?(openBlock(),createElementBlock("h1",_hoisted_5$g,toDisplayString$1(e.$t("message.hello")+a.showWelcomeMessage()),1)):createCommentVNode("",!0),createBaseVNode("div",_hoisted_6$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(g,{key:e.reloadOffer}))])])],2)):(openBlock(),createElementBlock("main",_hoisted_7$f,[createBaseVNode("div",_hoisted_8$f,[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$n={class:"wrap"},_hoisted_2$k={class:"highlight-card flex-mid-align"},_hoisted_3$g={class:"flex flex-col"},_hoisted_4$f={class:"offer-highlights"},_hoisted_5$f={class:"flex flex-col"};function _sfc_render$o(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$n,[createBaseVNode("div",_hoisted_2$k,[createBaseVNode("div",_hoisted_3$g,[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$f,[(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$f,[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$m={key:0,class:"mashup-main flex flex-col"},_hoisted_2$j={class:"wrap flex"},_hoisted_3$f={key:1,class:"flex flex-col"},_hoisted_4$e={class:"wrap flex height-100-pct"},_hoisted_5$e={key:2,class:"flex flex-col hero-main"},_hoisted_6$e=createBaseVNode("div",{class:"ribbon1"},[createBaseVNode("div",null,[createBaseVNode("div",{class:"wrap"})])],-1),_hoisted_7$e={class:"wrap offer-heading"},_hoisted_8$e={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$m,[createBaseVNode("div",_hoisted_2$j,[createVNode(r)])])):e.offerURL!==""?(openBlock(),createElementBlock("main",_hoisted_3$f,[createBaseVNode("div",_hoisted_4$e,[createVNode(l)])])):(openBlock(),createElementBlock("main",_hoisted_5$e,[_hoisted_6$e,createBaseVNode("div",_hoisted_7$e,[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_8$e,[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$l={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$l,[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$k={class:"flex flex-mid-align settings"},_hoisted_2$i=createBaseVNode("a",{href:"./index.html"},[createBaseVNode("img",{class:"logo",src:"./img/u+-logo.svg",alt:"U+"})],-1),_hoisted_3$e={key:0};function _sfc_render$l(e,t,n,o,s,a){return openBlock(),createElementBlock("header",_hoisted_1$k,[_hoisted_2$i,e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("h1",_hoisted_3$e,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$j={key:0};function _sfc_render$k(e,t,n,o,s,a){return o.isActive?(openBlock(),createElementBlock("div",_hoisted_1$j,[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$i={class:"simple",title:"click to expand or collapse"},_hoisted_2$h={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$i,[createBaseVNode("i",{class:normalizeClass("pi"+(s.isExpanded?" pi-caret-down":" pi-caret-right"))},null,2)])]),createBaseVNode("div",_hoisted_2$h,[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$h={class:"tab-vertical-menu"},_hoisted_2$g={class:"tab-interface"},_hoisted_3$d={role:"tablist"},_hoisted_4$d=["tabindex","aria-selected","onClick"],_hoisted_5$d={key:0,class:"tab-action"},_hoisted_6$d=createBaseVNode("button",{type:"submit","data-clear":"",class:"simple"}," Reset to default ",-1),_hoisted_7$d=createBaseVNode("button",{class:"strong",type:"submit"},"Save",-1),_hoisted_8$d=[_hoisted_6$d,_hoisted_7$d],_hoisted_9$d={class:"tabs-details"};function _sfc_render$i(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$h,[createBaseVNode("div",_hoisted_2$g,[createVNode(r,{onToggleExpand:e.toggleExpand,title:"Menu",expanded:e.expanded},{default:withCtx(()=>[createBaseVNode("ul",_hoisted_3$d,[(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$d)]))),128))])]),_:1},8,["onToggleExpand","expanded"]),e.isMobilePhone?createCommentVNode("",!0):(openBlock(),createElementBlock("div",_hoisted_5$d,_hoisted_8$d))]),createBaseVNode("div",_hoisted_9$d,[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$g={class:"file-upload"},_hoisted_2$f=createBaseVNode("label",{for:"file",title:"Upload configuration"},[createBaseVNode("i",{class:"pi pi-document-upload-solid"}),createTextVNode("Upload config file ")],-1);function _sfc_render$h(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$g,[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),_hoisted_2$f])}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)}}}},_hoisted_1$f=createBaseVNode("i",{class:"pi pi-document-download-solid"},null,-1);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"},[_hoisted_1$f,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$e=createBaseVNode("h2",null,"Welcome to the U+ demo website",-1),_hoisted_2$e={class:"container-transparent"},_hoisted_3$c=createBaseVNode("h3",null,"Step 1",-1),_hoisted_4$c=createBaseVNode("p",null," Start by downloading the settings config file template provided here: ",-1),_hoisted_5$c=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),_hoisted_6$c={class:"container-transparent"},_hoisted_7$c=createBaseVNode("h3",null,"Step 3",-1),_hoisted_8$c=createBaseVNode("p",null,"Upload your updated config file here:",-1),_hoisted_9$c=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);function _sfc_render$f(e,t,n,o,s,a){const r=resolveComponent("FileDownload"),l=resolveComponent("FileUpload");return openBlock(),createElementBlock("div",null,[_hoisted_1$e,createBaseVNode("div",_hoisted_2$e,[_hoisted_3$c,_hoisted_4$c,createVNode(r)]),_hoisted_5$c,createBaseVNode("div",_hoisted_6$c,[_hoisted_7$c,_hoisted_8$c,createVNode(l)]),_hoisted_9$c])}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$d={class:"container-transparent"},_hoisted_2$d=createBaseVNode("h2",null,"General",-1),_hoisted_3$b=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),_hoisted_4$b={class:"container"},_hoisted_5$b={class:"body"},_hoisted_6$b={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$b={class:"field-item"},_hoisted_8$b=createBaseVNode("label",{for:"theming-override"},"Override default theme",-1),_hoisted_9$b={key:0,class:"field-item"},_hoisted_10$b=createBaseVNode("label",{for:"branding-color"},"Branding color",-1),_hoisted_11$b=createBaseVNode("label",{for:"interactive-color"},"Interactive color",-1),_hoisted_12$b={class:"layout-labels-top"},_hoisted_13$b={class:"field-item"},_hoisted_14$b=createBaseVNode("label",{for:"ga-connection-type"},"Type",-1),_hoisted_15$b=createBaseVNode("option",{value:"mashup"},"Pega Web Mashup (Traditional UI)",-1),_hoisted_16$b=createBaseVNode("option",{value:"embedui"}," Pega Web Embed UI (Constellation UI - Pega Infinity 8.7, 8.8 or '23) ",-1),_hoisted_17$b=createBaseVNode("option",{value:"embedui2"}," Pega Web Embed UI (Constellation UI - Pega Infinity '24.1) ",-1),_hoisted_18$b=createBaseVNode("option",{value:"embedui3"}," Pega Web Embed UI (Constellation UI - Pega Infinity '24.2 or higher) ",-1),_hoisted_19$b=createBaseVNode("option",{value:"dxv1"}," DX API v1 (Mashup Web component - 8.1+) ",-1),_hoisted_20$b=createBaseVNode("option",{value:"dxv2"}," DX API v2 (Mashup Web component - 8.5+) ",-1),_hoisted_21$b=[_hoisted_15$b,_hoisted_16$b,_hoisted_17$b,_hoisted_18$b,_hoisted_19$b,_hoisted_20$b],_hoisted_22$b={key:0,class:"field-item"},_hoisted_23$b=createBaseVNode("label",{for:"ga-connection-authtype"},"Authentication",-1),_hoisted_24$b=createBaseVNode("option",{value:"basic"},"Basic authentication",-1),_hoisted_25$b=createBaseVNode("option",{value:"oauth2password"}," OAuth 2.0 Password Grant Type ",-1),_hoisted_26$b=[_hoisted_24$b,_hoisted_25$b],_hoisted_27$b={key:1,class:"field-item"},_hoisted_28$b=createBaseVNode("label",{for:"ga-connection-authtype"},"Authentication",-1),_hoisted_29$b=createBaseVNode("option",{value:"oauth2clientcredentials"}," OAuth 2.0 Client Credentials Type ",-1),_hoisted_30$b=[_hoisted_29$b],_hoisted_31$b={key:2,class:"field-item"},_hoisted_32$b=createBaseVNode("label",{for:"ga-connection-clientid"},"Client ID",-1),_hoisted_33$b={key:3,class:"field-item"},_hoisted_34$b=createBaseVNode("label",{for:"ga-connection-clientsecret"},"Client secret",-1),_hoisted_35$b={key:4,class:"field-item"},_hoisted_36$b=createBaseVNode("label",{for:"ga-connection-webportal"},"Web portal",-1),_hoisted_37$b={key:5,class:"field-item"},_hoisted_38$b=createBaseVNode("label",{for:"ga-connection-c11nserver"},"C11n URL (staticContentUrl)",-1),_hoisted_39$b={key:6,class:"field-item"},_hoisted_40$b=createBaseVNode("label",{for:"ga-connection-PegaURL"},"Pega Platform Web Base URL (for example 'https://127.0.0.1/prweb')",-1),_hoisted_41$b={key:7,class:"field-item"},_hoisted_42$b=createBaseVNode("label",{for:"ga-connection-ThemeID"},"Theme ID (leave empty to use auto-generated theme for each industry)",-1),_hoisted_43$b={key:8,class:"field-item"},_hoisted_44$b=createBaseVNode("label",{for:"ga-connection-authService"},"Authentication service",-1),_hoisted_45$b={key:0,class:"field-item"},_hoisted_46$b=createBaseVNode("label",{for:"ga-connection-bshowattachment"},"Show attachments",-1),_hoisted_47$b={class:"layout-labels-top"},_hoisted_48$b={class:"field-item"},_hoisted_49$b=createBaseVNode("label",{for:"ga-enabled"},"Enable",-1),_hoisted_50$b={class:"field-item"},_hoisted_51$9=createBaseVNode("label",{for:"ga-trackingid"},"Tracking ID",-1),_hoisted_52$6={class:"layout-labels-top"},_hoisted_53$4={class:"field-item"},_hoisted_54$4=createBaseVNode("label",{for:"2fa-enabled"},"Enable",-1),_hoisted_55$3={class:"field-item"},_hoisted_56$3=createBaseVNode("label",{for:"2fa-url"},"Server Base URL",-1),_hoisted_57$3={class:"field-item"},_hoisted_58$3=createBaseVNode("label",{for:"2fa-sendMode"},"OTP send mode",-1),_hoisted_59$2=createBaseVNode("option",{value:"email"},"Email",-1),_hoisted_60$2=createBaseVNode("option",{value:"sms"},"SMS",-1),_hoisted_61$2=[_hoisted_59$2,_hoisted_60$2],_hoisted_62$2=createBaseVNode("h4",null,"Email",-1),_hoisted_63$2={class:"layout-labels-top layout-inline-grid-double"},_hoisted_64$2={class:"field-item"},_hoisted_65$2=createBaseVNode("label",{for:"2fa-email-correspondenceName"},"Correspondence name",-1),_hoisted_66$2={class:"field-item"},_hoisted_67$2=createBaseVNode("label",{for:"2fa-email-emailAccount"},"Email account",-1),_hoisted_68$2={class:"field-item"},_hoisted_69$2=createBaseVNode("label",{for:"2fa-email-subject"},"Subject",-1),_hoisted_70$2={class:"field-item"},_hoisted_71$2=createBaseVNode("label",{for:"2fa-email-validateMaxAge"},"Validate max age",-1),_hoisted_72$2=createBaseVNode("h4",null,"SMS",-1),_hoisted_73$1={class:"layout-labels-top layout-inline-grid-double"},_hoisted_74$1={class:"field-item"},_hoisted_75$1=createBaseVNode("label",{for:"2fa-sms-from"},"From",-1),_hoisted_76$1={class:"field-item"},_hoisted_77$1=createBaseVNode("label",{for:"2fa-sms-account"},"Account",-1),_hoisted_78$1={class:"field-item"},_hoisted_79$1=createBaseVNode("label",{for:"2fa-sms-message"},"Message",-1),_hoisted_80$1={class:"field-item"},_hoisted_81$1=createBaseVNode("label",{for:"2fa-sms-validateMaxAge"},"Validate max age",-1);function _sfc_render$e(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$d,[_hoisted_2$d,_hoisted_3$b,createBaseVNode("div",_hoisted_4$b,[createBaseVNode("div",_hoisted_5$b,[createVNode(r,{title:"Theming",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_6$b,[createBaseVNode("div",_hoisted_7$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]]),_hoisted_8$b]),e.settings.general.theming.override?(openBlock(),createElementBlock("div",_hoisted_9$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]]),_hoisted_10$b,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]]),_hoisted_11$b])):createCommentVNode("",!0)])]),_:1}),createVNode(r,{title:"Pega Platform access",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_12$b,[createBaseVNode("div",_hoisted_13$b,[_hoisted_14$b,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))},_hoisted_21$b,544),[[vModelSelect,e.settings.general.connection.type]])]),e.settings.general.connection.type==="dxv1"||e.settings.general.connection.type==="dxv2"?(openBlock(),createElementBlock("div",_hoisted_22$b,[_hoisted_23$b,withDirectives(createBaseVNode("select",{id:"ga-connection-authtype","onUpdate:modelValue":t[5]||(t[5]=l=>e.settings.general.connection.authtype=l)},_hoisted_26$b,512),[[vModelSelect,e.settings.general.connection.authtype]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_27$b,[_hoisted_28$b,withDirectives(createBaseVNode("select",{id:"ga-connection-authtype","onUpdate:modelValue":t[6]||(t[6]=l=>e.settings.general.connection.authtype=l)},_hoisted_30$b,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_31$b,[_hoisted_32$b,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_33$b,[_hoisted_34$b,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_35$b,[_hoisted_36$b,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_37$b,[_hoisted_38$b,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_39$b,[_hoisted_40$b,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_41$b,[_hoisted_42$b,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_43$b,[_hoisted_44$b,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_45$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]]),_hoisted_46$b])):createCommentVNode("",!0)]),_:1}),createVNode(r,{title:"Google Analytics",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_47$b,[createBaseVNode("div",_hoisted_48$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]]),_hoisted_49$b]),createBaseVNode("div",_hoisted_50$b,[_hoisted_51$9,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_52$6,[createBaseVNode("div",_hoisted_53$4,[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]]),_hoisted_54$4]),createBaseVNode("div",_hoisted_55$3,[_hoisted_56$3,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_57$3,[_hoisted_58$3,withDirectives(createBaseVNode("select",{id:"2fa-sendMode","onUpdate:modelValue":t[19]||(t[19]=l=>e.settings.general.auth_2fa.sendMode=l)},_hoisted_61$2,512),[[vModelSelect,e.settings.general.auth_2fa.sendMode]])])]),_hoisted_62$2,createBaseVNode("div",_hoisted_63$2,[createBaseVNode("div",_hoisted_64$2,[_hoisted_65$2,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_66$2,[_hoisted_67$2,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_68$2,[_hoisted_69$2,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_70$2,[_hoisted_71$2,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]])])]),_hoisted_72$2,createBaseVNode("div",_hoisted_73$1,[createBaseVNode("div",_hoisted_74$1,[_hoisted_75$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_76$1,[_hoisted_77$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_78$1,[_hoisted_79$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_80$1,[_hoisted_81$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$c={class:"container-transparent"},_hoisted_2$c=createBaseVNode("h2",null,"Quick links",-1),_hoisted_3$a=createBaseVNode("p",null," Configuration of each of the mashup case types that can be accessed through the quick links component. ",-1),_hoisted_4$a={class:"layout-labels-left layout-inline-grid-double"},_hoisted_5$a={class:"field-item"},_hoisted_6$a=["id","onUpdate:modelValue"],_hoisted_7$a=["for"],_hoisted_8$a={key:0,class:"field-item field-checkbox"},_hoisted_9$a=["id","onUpdate:modelValue"],_hoisted_10$a=["for"],_hoisted_11$a={key:1,class:"field-item field-checkbox"},_hoisted_12$a=["id","onUpdate:modelValue"],_hoisted_13$a=["for"],_hoisted_14$a={class:"layout-inline-grid-double layout-labels-top"},_hoisted_15$a=["for"],_hoisted_16$a=["id","onUpdate:modelValue"],_hoisted_17$a={class:"layout-inline-grid-double layout-labels-top"},_hoisted_18$a={class:"field-item"},_hoisted_19$a=["for"],_hoisted_20$a=["id","onUpdate:modelValue","onChange"],_hoisted_21$a=createBaseVNode("option",null,"createNewWork",-1),_hoisted_22$a=createBaseVNode("option",null,"display",-1),_hoisted_23$a={key:0},_hoisted_24$a=createBaseVNode("option",null,"openAssignment",-1),_hoisted_25$a={key:1},_hoisted_26$a=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_27$a={key:0,class:"field-item"},_hoisted_28$a=["for"],_hoisted_29$a=["id","onUpdate:modelValue"],_hoisted_30$a=["id","onUpdate:modelValue"],_hoisted_31$a=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_32$a=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_33$a=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_34$a=[_hoisted_31$a,_hoisted_32$a,_hoisted_33$a],_hoisted_35$a={key:1,class:"field-item"},_hoisted_36$a=["for"],_hoisted_37$a=["id","onUpdate:modelValue"],_hoisted_38$a={key:2,class:"field-item"},_hoisted_39$a=["for"],_hoisted_40$a=["id","onUpdate:modelValue"],_hoisted_41$a={key:3,class:"field-item"},_hoisted_42$a=["for"],_hoisted_43$a=["id","onUpdate:modelValue"],_hoisted_44$a={class:"field-item"},_hoisted_45$a=["for"],_hoisted_46$a=["id","onUpdate:modelValue"],_hoisted_47$a={class:"field-item"},_hoisted_48$a=["for"],_hoisted_49$a=["id","onUpdate:modelValue"],_hoisted_50$a={key:4,class:"field-item"},_hoisted_51$8=["for"],_hoisted_52$5=["id","onUpdate:modelValue"],_hoisted_53$3={key:5,class:"field-item"},_hoisted_54$3=["for"],_hoisted_55$2=["id","onUpdate:modelValue"],_hoisted_56$2={key:6,class:"field-item"},_hoisted_57$2=["for"],_hoisted_58$2=["id","onUpdate:modelValue"],_hoisted_59$1=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_60$1=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_61$1=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_62$1={key:0,value:"simplifiedAssignment"},_hoisted_63$1={class:"field-item"},_hoisted_64$1=["for"],_hoisted_65$1=["id","onUpdate:modelValue"],_hoisted_66$1={class:"field-item"},_hoisted_67$1=["for"],_hoisted_68$1=["id","onUpdate:modelValue"],_hoisted_69$1={class:"layout-labels-top"},_hoisted_70$1={class:"field-item"},_hoisted_71$1=["for"],_hoisted_72$1=["id","onUpdate:modelValue"];function _sfc_render$d(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$c,[_hoisted_2$c,_hoisted_3$a,(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_4$a,[createBaseVNode("div",_hoisted_5$a,[withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-hideaccount",type:"checkbox","onUpdate:modelValue":d=>l.hide=d},null,8,_hoisted_6$a),[[vModelCheckbox,l.hide]]),createBaseVNode("label",{class:"width-auto",for:"quicklinks-"+c+"-hideaccount"},"Hide from account page",8,_hoisted_7$a)]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_8$a,[withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-dataretained",type:"checkbox","onUpdate:modelValue":d=>l.dataretained=d},null,8,_hoisted_9$a),[[vModelCheckbox,l.dataretained]]),createBaseVNode("label",{class:"width-auto",for:"quicklinks-"+c+"-dataretained"},"Retain state on reload",8,_hoisted_10$a)])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_11$a,[withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-hideassignmentheader",type:"checkbox","onUpdate:modelValue":d=>l.hideassignmentheader=d},null,8,_hoisted_12$a),[[vModelCheckbox,l.hideassignmentheader]]),createBaseVNode("label",{class:"width-auto",for:"quicklinks-"+c+"-hideassignmentheader"},"Hide assignment header",8,_hoisted_13$a)])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_14$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_15$a),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-"+d,type:"text","onUpdate:modelValue":u=>l.title[d]=u},null,8,_hoisted_16$a),[[vModelText,l.title[d]]])]))),128))]),createBaseVNode("div",_hoisted_17$a,[createBaseVNode("div",_hoisted_18$a,[createBaseVNode("label",{for:"quicklinks-"+c+"-action"},"Action",8,_hoisted_19$a),withDirectives(createBaseVNode("select",{id:"quicklinks-"+c+"-action","onUpdate:modelValue":d=>l.action=d,onChange:d=>a.onActionChange(c)},[_hoisted_21$a,_hoisted_22$a,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_23$a," getNextWork ")):createCommentVNode("",!0),_hoisted_24$a,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_25$a," openWorkItem ")):createCommentVNode("",!0),_hoisted_26$a],40,_hoisted_20$a),[[vModelSelect,l.action]])]),l.action!=="createNewWork"&&l.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_27$a,[createBaseVNode("label",{for:"quicklinks-"+c+"-actionparam"},"Action parameter",8,_hoisted_28$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_29$a)),[[vModelText,l.actionparam]]):withDirectives((openBlock(),createElementBlock("select",{key:1,id:"quicklinks-"+c+"-actionparam","onUpdate:modelValue":d=>l.actionparam=d},_hoisted_34$a,8,_hoisted_30$a)),[[vModelSelect,l.actionparam]])])):createCommentVNode("",!0),l.action==="createNewWork"||e.settings.general.connection.type.indexOf("dx")===-1&&l.action==="display"?(openBlock(),createElementBlock("div",_hoisted_35$a,[createBaseVNode("label",{for:"quicklinks-"+c+"-objclass"},"Classname",8,_hoisted_36$a),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-objclass",type:"text","onUpdate:modelValue":d=>l.objclass=d},null,8,_hoisted_37$a),[[vModelText,l.objclass]])])):createCommentVNode("",!0),e.settings.general.connection.type.indexOf("dx")===0&&l.action==="display"?(openBlock(),createElementBlock("div",_hoisted_38$a,[createBaseVNode("label",{for:"quicklinks-"+c+"-heading"},"Heading",8,_hoisted_39$a),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-heading",type:"text","onUpdate:modelValue":d=>l.heading=d},null,8,_hoisted_40$a),[[vModelText,l.heading]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"&&l.action==="createNewWork"?(openBlock(),createElementBlock("div",_hoisted_41$a,[createBaseVNode("label",{for:"quicklinks-"+c+"-startcase"},"Start case",8,_hoisted_42$a),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-startcase",type:"text","onUpdate:modelValue":d=>l.startcase=d},null,8,_hoisted_43$a),[[vModelText,l.startcase]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_44$a,[createBaseVNode("label",{for:"quicklinks-"+c+"-url"},"URL",8,_hoisted_45$a),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-url",type:"text","onUpdate:modelValue":d=>l.url=d},null,8,_hoisted_46$a),[[vModelText,l.url]])]),createBaseVNode("div",_hoisted_47$a,[createBaseVNode("label",{for:"quicklinks-"+c+"-application"},"Application name / alias",8,_hoisted_48$a),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-application",type:"text","onUpdate:modelValue":d=>l.application=d},null,8,_hoisted_49$a),[[vModelText,l.application]])]),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_50$a,[createBaseVNode("label",{for:"quicklinks-"+c+"-channelid"},"Channel ID",8,_hoisted_51$8),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-channelid",type:"text","onUpdate:modelValue":d=>l.channelid=d},null,8,_hoisted_52$5),[[vModelText,l.channelid]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_53$3,[createBaseVNode("label",{for:"quicklinks-"+c+"-tenantid"},"Tenant ID",8,_hoisted_54$3),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-tenantid",type:"text","onUpdate:modelValue":d=>l.tenantid=d},null,8,_hoisted_55$2),[[vModelText,l.tenantid]])])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_56$2,[createBaseVNode("label",{for:"quicklinks-"+c+"-pagetemplate"},"Page Template",8,_hoisted_57$2),withDirectives(createBaseVNode("select",{id:"quicklinks-"+c+"-pagetemplate","onUpdate:modelValue":d=>l.pageTemplate=d},[_hoisted_59$1,_hoisted_60$1,_hoisted_61$1,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_62$1," Simplified assignment ")):createCommentVNode("",!0)],8,_hoisted_58$2),[[vModelSelect,l.pageTemplate]])])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_63$1,[createBaseVNode("label",{for:"quicklinks-"+c+"-icon"},"Icon (for mobile)",8,_hoisted_64$1),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-icon",type:"text","onUpdate:modelValue":d=>l.icon=d},null,8,_hoisted_65$1),[[vModelText,l.icon]])]),createBaseVNode("div",_hoisted_66$1,[createBaseVNode("label",{for:"quicklinks-"+c+"-hideusers"},"Hide for below users (for example User1,User2)",8,_hoisted_67$1),withDirectives(createBaseVNode("input",{id:"quicklinks-"+c+"-hideusers",type:"text","onUpdate:modelValue":d=>l.hideusers=d},null,8,_hoisted_68$1),[[vModelText,l.hideusers]])])]),createBaseVNode("div",_hoisted_69$1,[createBaseVNode("div",_hoisted_70$1,[createBaseVNode("label",{for:"quicklinks-"+c+"-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",8,_hoisted_71$1),withDirectives(createBaseVNode("textarea",{id:"quicklinks-"+c+"-extraparam","onUpdate:modelValue":d=>l.extraparam=d},null,8,_hoisted_72$1),[[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$b={class:"container-transparent"},_hoisted_2$b=createBaseVNode("h2",null,"Bill Pay component",-1),_hoisted_3$9=createBaseVNode("p",null," Configuration of the mashup displayed when clicking on the 'Pay now' action inside the account page. ",-1),_hoisted_4$9={class:"container"},_hoisted_5$9={class:"body"},_hoisted_6$9={class:"layout-labels-left"},_hoisted_7$9={class:"field-item"},_hoisted_8$9=createBaseVNode("label",{class:"width-auto",for:"bill-pay-hidebillpay"},"Hide Bill Pay",-1),_hoisted_9$9={class:"layout-labels-top layout-inline-grid-double"},_hoisted_10$9={class:"field-item"},_hoisted_11$9=createBaseVNode("label",{for:"billpay-action"},"Action",-1),_hoisted_12$9=createBaseVNode("option",null,"createNewWork",-1),_hoisted_13$9=createBaseVNode("option",null,"display",-1),_hoisted_14$9={key:0},_hoisted_15$9=createBaseVNode("option",null,"openAssignment",-1),_hoisted_16$9={key:1},_hoisted_17$9=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_18$9={key:0,class:"field-item"},_hoisted_19$9=createBaseVNode("label",{for:"billpay-actionparam"},"Action parameter",-1),_hoisted_20$9=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_21$9=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_22$9=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_23$9=[_hoisted_20$9,_hoisted_21$9,_hoisted_22$9],_hoisted_24$9={key:1,class:"field-item"},_hoisted_25$9=createBaseVNode("label",{for:"billpay-objclass"},"Classname",-1),_hoisted_26$9={key:2,class:"field-item"},_hoisted_27$9=createBaseVNode("label",{for:"billpay-heading"},"Heading",-1),_hoisted_28$9={key:3,class:"field-item"},_hoisted_29$9=createBaseVNode("label",{for:"billpay-startcase"},"Start case",-1),_hoisted_30$9={class:"field-item"},_hoisted_31$9=createBaseVNode("label",{for:"billpay-url"},"URL",-1),_hoisted_32$9={class:"field-item"},_hoisted_33$9=createBaseVNode("label",{for:"billpay-application"},"Application name",-1),_hoisted_34$9={key:4,class:"field-item"},_hoisted_35$9=createBaseVNode("label",{for:"billpay-channelid"},"Channel ID",-1),_hoisted_36$9={key:5,class:"field-item"},_hoisted_37$9=createBaseVNode("label",{for:"billpay-tenantid"},"Tenant ID",-1),_hoisted_38$9={key:6,class:"field-item"},_hoisted_39$9=createBaseVNode("label",{for:"billpay-pagetemplate"},"Page Template",-1),_hoisted_40$9=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_41$9=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_42$9=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_43$9={key:0,value:"simplifiedAssignment"},_hoisted_44$9={key:7,class:"field-item field-checkbox"},_hoisted_45$9=createBaseVNode("label",{class:"width-auto",for:"billpay-dataretained"},"Retain state on reload",-1),_hoisted_46$9={key:8,class:"field-item field-checkbox"},_hoisted_47$9=createBaseVNode("label",{class:"width-auto",for:"billpay-hideassignmentheader"},"Hide assignment header",-1),_hoisted_48$9={class:"layout-labels-top"},_hoisted_49$9={class:"field-item"},_hoisted_50$9=createBaseVNode("label",{for:"billpay-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$c(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$b,[_hoisted_2$b,_hoisted_3$9,createBaseVNode("div",_hoisted_4$9,[createBaseVNode("div",_hoisted_5$9,[createBaseVNode("div",_hoisted_6$9,[createBaseVNode("div",_hoisted_7$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]]),_hoisted_8$9])]),createBaseVNode("div",_hoisted_9$9,[createBaseVNode("div",_hoisted_10$9,[_hoisted_11$9,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))},[_hoisted_12$9,_hoisted_13$9,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_14$9," getNextWork ")):createCommentVNode("",!0),_hoisted_15$9,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_16$9," openWorkItem ")):createCommentVNode("",!0),_hoisted_17$9],544),[[vModelSelect,e.settings.billpay.action]])]),e.settings.billpay.action!=="createNewWork"&&e.settings.billpay.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_18$9,[_hoisted_19$9,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)},_hoisted_23$9,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_24$9,[_hoisted_25$9,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_26$9,[_hoisted_27$9,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_28$9,[_hoisted_29$9,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_30$9,[_hoisted_31$9,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_32$9,[_hoisted_33$9,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_34$9,[_hoisted_35$9,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_36$9,[_hoisted_37$9,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_38$9,[_hoisted_39$9,withDirectives(createBaseVNode("select",{id:"billpay-pagetemplate","onUpdate:modelValue":t[12]||(t[12]=r=>e.settings.billpay.pageTemplate=r)},[_hoisted_40$9,_hoisted_41$9,_hoisted_42$9,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_43$9," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.billpay.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_44$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]]),_hoisted_45$9])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_46$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]]),_hoisted_47$9])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_48$9,[createBaseVNode("div",_hoisted_49$9,[_hoisted_50$9,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$a={class:"container-transparent"},_hoisted_2$a=createBaseVNode("h2",null,"Banner component",-1),_hoisted_3$8=createBaseVNode("p",null,"Configuration of the banner component inside the account page.",-1),_hoisted_4$8={class:"container"},_hoisted_5$8={class:"body"},_hoisted_6$8={class:"layout-labels-left layout-inline-grid-double"},_hoisted_7$8={class:"field-item"},_hoisted_8$8=createBaseVNode("label",{for:"banner-hidebanner"},"Hide banner",-1),_hoisted_9$8={class:"field-item"},_hoisted_10$8=createBaseVNode("label",{for:"banner-hidebanner-button"},"Hide banner button",-1),_hoisted_11$8={class:"field-item"},_hoisted_12$8=createBaseVNode("label",{for:"banner-background-color"},"Background color",-1),_hoisted_13$8={class:"layout-labels-top layout-inline-grid-double"},_hoisted_14$8={class:"field-item"},_hoisted_15$8=createBaseVNode("label",{for:"banner-action"},"Action",-1),_hoisted_16$8=createBaseVNode("option",null,"createNewWork",-1),_hoisted_17$8=createBaseVNode("option",null,"display",-1),_hoisted_18$8={key:0},_hoisted_19$8=createBaseVNode("option",null,"openAssignment",-1),_hoisted_20$8={key:1},_hoisted_21$8=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_22$8={key:0,class:"field-item"},_hoisted_23$8=createBaseVNode("label",{for:"banner-actionparam"},"Action parameter",-1),_hoisted_24$8=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_25$8=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_26$8=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_27$8=[_hoisted_24$8,_hoisted_25$8,_hoisted_26$8],_hoisted_28$8={key:1,class:"field-item"},_hoisted_29$8=createBaseVNode("label",{for:"banner-objclass"},"Classname",-1),_hoisted_30$8={key:2,class:"field-item"},_hoisted_31$8=createBaseVNode("label",{for:"banner-heading"},"Heading",-1),_hoisted_32$8={key:3,class:"field-item"},_hoisted_33$8=createBaseVNode("label",{for:"banner-startcase"},"Start case",-1),_hoisted_34$8={class:"field-item"},_hoisted_35$8=createBaseVNode("label",{for:"banner-url"},"URL",-1),_hoisted_36$8={class:"field-item"},_hoisted_37$8=createBaseVNode("label",{for:"banner-application"},"Application name / alias",-1),_hoisted_38$8={key:4,class:"field-item"},_hoisted_39$8=createBaseVNode("label",{for:"banner-channelid"},"Channel ID",-1),_hoisted_40$8={key:5,class:"field-item"},_hoisted_41$8=createBaseVNode("label",{for:"banner-tenantid"},"Tenant ID",-1),_hoisted_42$8={key:6,class:"field-item"},_hoisted_43$8=createBaseVNode("label",{for:"banner-pagetemplate"},"Page Template",-1),_hoisted_44$8=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_45$8=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_46$8=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_47$8={key:0,value:"simplifiedAssignment"},_hoisted_48$8={key:7,class:"field-item field-checkbox"},_hoisted_49$8=createBaseVNode("label",{class:"width-auto",for:"banner-dataretained"},"Retain state on reload",-1),_hoisted_50$8={key:8,class:"field-item field-checkbox"},_hoisted_51$7=createBaseVNode("label",{class:"width-auto",for:"banner-hideassignmentheader"},"Hide assignment header",-1),_hoisted_52$4={class:"layout-labels-top"},_hoisted_53$2={class:"field-item"},_hoisted_54$2=createBaseVNode("label",{for:"banner-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$b(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$a,[_hoisted_2$a,_hoisted_3$8,createBaseVNode("div",_hoisted_4$8,[createBaseVNode("div",_hoisted_5$8,[createBaseVNode("div",_hoisted_6$8,[createBaseVNode("div",_hoisted_7$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]]),_hoisted_8$8]),createBaseVNode("div",_hoisted_9$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]]),_hoisted_10$8]),createBaseVNode("div",_hoisted_11$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]]),_hoisted_12$8])]),createBaseVNode("div",_hoisted_13$8,[createBaseVNode("div",_hoisted_14$8,[_hoisted_15$8,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))},[_hoisted_16$8,_hoisted_17$8,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_18$8," getNextWork ")):createCommentVNode("",!0),_hoisted_19$8,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_20$8," openWorkItem ")):createCommentVNode("",!0),_hoisted_21$8],544),[[vModelSelect,e.settings.banner.action]])]),e.settings.banner.action!=="createNewWork"&&e.settings.banner.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_22$8,[_hoisted_23$8,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)},_hoisted_27$8,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_28$8,[_hoisted_29$8,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_30$8,[_hoisted_31$8,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_32$8,[_hoisted_33$8,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_34$8,[_hoisted_35$8,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_36$8,[_hoisted_37$8,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_38$8,[_hoisted_39$8,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_40$8,[_hoisted_41$8,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_42$8,[_hoisted_43$8,withDirectives(createBaseVNode("select",{id:"banner-pagetemplate","onUpdate:modelValue":t[14]||(t[14]=r=>e.settings.banner.pageTemplate=r)},[_hoisted_44$8,_hoisted_45$8,_hoisted_46$8,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_47$8," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.banner.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_48$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]]),_hoisted_49$8])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_50$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]]),_hoisted_51$7])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_52$4,[createBaseVNode("div",_hoisted_53$2,[_hoisted_54$2,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$9={class:"container-transparent"},_hoisted_2$9=createBaseVNode("h2",null,"Knowledge Management",-1),_hoisted_3$7=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),_hoisted_4$7={class:"container"},_hoisted_5$7={class:"body"},_hoisted_6$7={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$7={class:"field-item"},_hoisted_8$7=createBaseVNode("label",{for:"kmhelp-action"},"Action",-1),_hoisted_9$7=createBaseVNode("option",null,"createNewWork",-1),_hoisted_10$7=createBaseVNode("option",null,"display",-1),_hoisted_11$7={key:0},_hoisted_12$7=createBaseVNode("option",null,"openAssignment",-1),_hoisted_13$7={key:1},_hoisted_14$7=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_15$7={key:0,class:"field-item"},_hoisted_16$7=createBaseVNode("label",{for:"kmhelp-actionparam"},"Action parameter",-1),_hoisted_17$7=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_18$7=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_19$7=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_20$7=[_hoisted_17$7,_hoisted_18$7,_hoisted_19$7],_hoisted_21$7={key:1,class:"field-item"},_hoisted_22$7=createBaseVNode("label",{for:"kmhelp-objclass"},"Classname",-1),_hoisted_23$7={key:2,class:"field-item"},_hoisted_24$7=createBaseVNode("label",{for:"kmhelp-heading"},"Heading",-1),_hoisted_25$7={key:3,class:"field-item"},_hoisted_26$7=createBaseVNode("label",{for:"kmhelp-startcase"},"Start case",-1),_hoisted_27$7={class:"field-item"},_hoisted_28$7=createBaseVNode("label",{for:"kmhelp-url"},"URL",-1),_hoisted_29$7={class:"field-item"},_hoisted_30$7=createBaseVNode("label",{for:"kmhelp-application"},"Application name / alias",-1),_hoisted_31$7={class:"field-item"},_hoisted_32$7=createBaseVNode("label",{for:"kmhelp-username"},"Username (for unauthenticated access)",-1),_hoisted_33$7={class:"field-item"},_hoisted_34$7=createBaseVNode("label",{for:"kmhelp-password"},"Password (for unauthenticated access)",-1),_hoisted_35$7={key:4,class:"field-item"},_hoisted_36$7=createBaseVNode("label",{for:"kmhelp-channelid"},"Channel ID",-1),_hoisted_37$7={key:5,class:"field-item"},_hoisted_38$7=createBaseVNode("label",{for:"kmhelp-tenantid"},"Tenant ID",-1),_hoisted_39$7={key:6,class:"field-item"},_hoisted_40$7=createBaseVNode("label",{for:"kmhelp-pagetemplate"},"Page Template",-1),_hoisted_41$7=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_42$7=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_43$7=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_44$7={key:0,value:"simplifiedAssignment"},_hoisted_45$7={key:7,class:"field-item field-checkbox"},_hoisted_46$7=createBaseVNode("label",{class:"width-auto",for:"kmhelp-dataretained"},"Retain state on reload",-1),_hoisted_47$7={key:8,class:"field-item field-checkbox"},_hoisted_48$7=createBaseVNode("label",{class:"width-auto",for:"kmhelp-hideassignmentheader"},"Hide assignment header",-1),_hoisted_49$7={class:"layout-labels-top"},_hoisted_50$7={class:"field-item"},_hoisted_51$6=createBaseVNode("label",{for:"kmhelp-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$a(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$9,[_hoisted_2$9,_hoisted_3$7,createBaseVNode("div",_hoisted_4$7,[createBaseVNode("div",_hoisted_5$7,[createBaseVNode("div",_hoisted_6$7,[createBaseVNode("div",_hoisted_7$7,[_hoisted_8$7,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))},[_hoisted_9$7,_hoisted_10$7,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_11$7," getNextWork ")):createCommentVNode("",!0),_hoisted_12$7,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_13$7," openWorkItem ")):createCommentVNode("",!0),_hoisted_14$7],544),[[vModelSelect,e.settings.kmhelp.action]])]),e.settings.kmhelp.action!=="createNewWork"&&e.settings.kmhelp.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_15$7,[_hoisted_16$7,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)},_hoisted_20$7,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_21$7,[_hoisted_22$7,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_23$7,[_hoisted_24$7,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_25$7,[_hoisted_26$7,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_27$7,[_hoisted_28$7,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_29$7,[_hoisted_30$7,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_31$7,[_hoisted_32$7,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_33$7,[_hoisted_34$7,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_35$7,[_hoisted_36$7,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_37$7,[_hoisted_38$7,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_39$7,[_hoisted_40$7,withDirectives(createBaseVNode("select",{id:"kmhelp-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.kmhelp.pageTemplate=r)},[_hoisted_41$7,_hoisted_42$7,_hoisted_43$7,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_44$7," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.kmhelp.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_45$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]]),_hoisted_46$7])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_47$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]]),_hoisted_48$7])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_49$7,[createBaseVNode("div",_hoisted_50$7,[_hoisted_51$6,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$8={class:"container-transparent"},_hoisted_2$8=createBaseVNode("h2",null,"To Do component",-1),_hoisted_3$6=createBaseVNode("p",null," Configuration of the mashup displayed as the To Do list inside the account page. ",-1),_hoisted_4$6={class:"container"},_hoisted_5$6={class:"body"},_hoisted_6$6={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$6={class:"field-item field-checkbox"},_hoisted_8$6=createBaseVNode("label",{class:"width-auto",for:"todo-hideaccount"},"Hide account picker",-1),_hoisted_9$6={class:"field-item field-checkbox"},_hoisted_10$6=createBaseVNode("label",{class:"width-auto",for:"todo-hideaccountdetails"},"Hide account details",-1),_hoisted_11$6={class:"layout-labels-top layout-inline-grid-double"},_hoisted_12$6={class:"field-item"},_hoisted_13$6=createBaseVNode("label",{for:"todo-action"},"Action",-1),_hoisted_14$6=createBaseVNode("option",null,"createNewWork",-1),_hoisted_15$6=createBaseVNode("option",null,"display",-1),_hoisted_16$6={key:0},_hoisted_17$6=createBaseVNode("option",null,"openAssignment",-1),_hoisted_18$6={key:1},_hoisted_19$6=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_20$6={key:0,class:"field-item"},_hoisted_21$6=createBaseVNode("label",{for:"todo-actionparam"},"Action parameter",-1),_hoisted_22$6=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_23$6=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_24$6=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_25$6=[_hoisted_22$6,_hoisted_23$6,_hoisted_24$6],_hoisted_26$6={key:1,class:"field-item"},_hoisted_27$6=createBaseVNode("label",{for:"todo-objclass"},"Classname",-1),_hoisted_28$6={key:2,class:"field-item"},_hoisted_29$6=createBaseVNode("label",{for:"todo-heading"},"Heading",-1),_hoisted_30$6={key:3,class:"field-item"},_hoisted_31$6=createBaseVNode("label",{for:"todo-startcase"},"Start case",-1),_hoisted_32$6={class:"field-item"},_hoisted_33$6=createBaseVNode("label",{for:"todo-url"},"URL",-1),_hoisted_34$6={class:"field-item"},_hoisted_35$6=createBaseVNode("label",{for:"todo-application"},"Application name / alias",-1),_hoisted_36$6={key:4,class:"field-item"},_hoisted_37$6=createBaseVNode("label",{for:"todo-channelid"},"Channel ID",-1),_hoisted_38$6={key:5,class:"field-item"},_hoisted_39$6=createBaseVNode("label",{for:"todo-tenantid"},"Tenant ID",-1),_hoisted_40$6={key:6,class:"field-item"},_hoisted_41$6=createBaseVNode("label",{for:"todo-pagetemplate"},"Page Template",-1),_hoisted_42$6=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_43$6=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_44$6=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_45$6={key:0,value:"simplifiedAssignment"},_hoisted_46$6={key:7,class:"field-item field-checkbox"},_hoisted_47$6=createBaseVNode("label",{class:"width-auto",for:"todo-dataretained"},"Retain state on reload",-1),_hoisted_48$6={key:8,class:"field-item field-checkbox"},_hoisted_49$6=createBaseVNode("label",{class:"width-auto",for:"todo-hideassignmentheader"},"Hide assignment header",-1),_hoisted_50$6={class:"layout-labels-top"},_hoisted_51$5={class:"field-item"},_hoisted_52$3=createBaseVNode("label",{for:"todo-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$9(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$8,[_hoisted_2$8,_hoisted_3$6,createBaseVNode("div",_hoisted_4$6,[createBaseVNode("div",_hoisted_5$6,[createBaseVNode("div",_hoisted_6$6,[createBaseVNode("div",_hoisted_7$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]]),_hoisted_8$6]),createBaseVNode("div",_hoisted_9$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]]),_hoisted_10$6])]),createBaseVNode("div",_hoisted_11$6,[createBaseVNode("div",_hoisted_12$6,[_hoisted_13$6,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))},[_hoisted_14$6,_hoisted_15$6,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_16$6," getNextWork ")):createCommentVNode("",!0),_hoisted_17$6,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_18$6," openWorkItem ")):createCommentVNode("",!0),_hoisted_19$6],544),[[vModelSelect,e.settings.todo.action]])]),e.settings.todo.action!=="createNewWork"&&e.settings.todo.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_20$6,[_hoisted_21$6,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)},_hoisted_25$6,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_26$6,[_hoisted_27$6,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_28$6,[_hoisted_29$6,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_30$6,[_hoisted_31$6,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_32$6,[_hoisted_33$6,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_34$6,[_hoisted_35$6,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_36$6,[_hoisted_37$6,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_38$6,[_hoisted_39$6,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_40$6,[_hoisted_41$6,withDirectives(createBaseVNode("select",{id:"todo-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.todo.pageTemplate=r)},[_hoisted_42$6,_hoisted_43$6,_hoisted_44$6,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_45$6," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.todo.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_46$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]]),_hoisted_47$6])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_48$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]]),_hoisted_49$6])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_50$6,[createBaseVNode("div",_hoisted_51$5,[_hoisted_52$3,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$7={class:"container-transparent"},_hoisted_2$7=createBaseVNode("h2",null,"Activity component",-1),_hoisted_3$5=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),_hoisted_4$5={class:"container"},_hoisted_5$5={class:"body"},_hoisted_6$5={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$5={class:"field-item field-checkbox"},_hoisted_8$5=createBaseVNode("label",{class:"width-auto",for:"todo-hideactivity"},"Hide activity feed",-1),_hoisted_9$5={class:"layout-labels-top layout-inline-grid-double"},_hoisted_10$5={class:"field-item"},_hoisted_11$5=createBaseVNode("label",{for:"activity-action"},"Action",-1),_hoisted_12$5=createBaseVNode("option",null,"createNewWork",-1),_hoisted_13$5=createBaseVNode("option",null,"display",-1),_hoisted_14$5={key:0},_hoisted_15$5=createBaseVNode("option",null,"openAssignment",-1),_hoisted_16$5={key:1},_hoisted_17$5=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_18$5={key:0,class:"field-item"},_hoisted_19$5=createBaseVNode("label",{for:"activity-actionparam"},"Action parameter",-1),_hoisted_20$5=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_21$5=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_22$5=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_23$5=[_hoisted_20$5,_hoisted_21$5,_hoisted_22$5],_hoisted_24$5={key:1,class:"field-item"},_hoisted_25$5=createBaseVNode("label",{for:"activity-objclass"},"Classname",-1),_hoisted_26$5={key:2,class:"field-item"},_hoisted_27$5=createBaseVNode("label",{for:"activity-heading"},"Heading",-1),_hoisted_28$5={key:3,class:"field-item"},_hoisted_29$5=createBaseVNode("label",{for:"activity-startcase"},"Start case",-1),_hoisted_30$5={class:"field-item"},_hoisted_31$5=createBaseVNode("label",{for:"activity-url"},"URL",-1),_hoisted_32$5={class:"field-item"},_hoisted_33$5=createBaseVNode("label",{for:"activity-application"},"Application name / alias",-1),_hoisted_34$5={key:4,class:"field-item"},_hoisted_35$5=createBaseVNode("label",{for:"activity-channelid"},"Channel ID",-1),_hoisted_36$5={key:5,class:"field-item"},_hoisted_37$5=createBaseVNode("label",{for:"activity-tenantid"},"Tenant ID",-1),_hoisted_38$5={key:6,class:"field-item"},_hoisted_39$5=createBaseVNode("label",{for:"activity-pagetemplate"},"Page Template",-1),_hoisted_40$5=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_41$5=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_42$5=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_43$5={key:0,value:"simplifiedAssignment"},_hoisted_44$5={key:7,class:"field-item field-checkbox"},_hoisted_45$5=createBaseVNode("label",{class:"width-auto",for:"activity-dataretained"},"Retain state on reload",-1),_hoisted_46$5={key:8,class:"field-item field-checkbox"},_hoisted_47$5=createBaseVNode("label",{class:"width-auto",for:"activity-hideassignmentheader"},"Hide assignment header",-1),_hoisted_48$5={class:"layout-labels-top"},_hoisted_49$5={class:"field-item"},_hoisted_50$5=createBaseVNode("label",{for:"activity-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$8(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$7,[_hoisted_2$7,_hoisted_3$5,createBaseVNode("div",_hoisted_4$5,[createBaseVNode("div",_hoisted_5$5,[createBaseVNode("div",_hoisted_6$5,[createBaseVNode("div",_hoisted_7$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]]),_hoisted_8$5])]),createBaseVNode("div",_hoisted_9$5,[createBaseVNode("div",_hoisted_10$5,[_hoisted_11$5,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))},[_hoisted_12$5,_hoisted_13$5,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_14$5," getNextWork ")):createCommentVNode("",!0),_hoisted_15$5,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_16$5," openWorkItem ")):createCommentVNode("",!0),_hoisted_17$5],544),[[vModelSelect,e.settings.activity.action]])]),e.settings.activity.action!=="createNewWork"&&e.settings.activity.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_18$5,[_hoisted_19$5,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)},_hoisted_23$5,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_24$5,[_hoisted_25$5,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_26$5,[_hoisted_27$5,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_28$5,[_hoisted_29$5,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_30$5,[_hoisted_31$5,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_32$5,[_hoisted_33$5,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_34$5,[_hoisted_35$5,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_36$5,[_hoisted_37$5,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_38$5,[_hoisted_39$5,withDirectives(createBaseVNode("select",{id:"activity-pagetemplate","onUpdate:modelValue":t[12]||(t[12]=r=>e.settings.activity.pageTemplate=r)},[_hoisted_40$5,_hoisted_41$5,_hoisted_42$5,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_43$5," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.activity.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_44$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]]),_hoisted_45$5])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_46$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]]),_hoisted_47$5])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_48$5,[createBaseVNode("div",_hoisted_49$5,[_hoisted_50$5,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$6={class:"container-transparent"},_hoisted_2$6=createBaseVNode("h2",null,"Home Hero Action",-1),_hoisted_3$4=createBaseVNode("p",null,' Configuration of the mashup displayed when clicking on the "Learn more" button inside the Hero placement of the Home page ',-1),_hoisted_4$4={class:"container"},_hoisted_5$4={class:"body"},_hoisted_6$4={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7$4={class:"field-item"},_hoisted_8$4=createBaseVNode("label",{for:"homeheroaction-action"},"Action",-1),_hoisted_9$4=createBaseVNode("option",null,"createNewWork",-1),_hoisted_10$4=createBaseVNode("option",null,"display",-1),_hoisted_11$4={key:0},_hoisted_12$4=createBaseVNode("option",null,"openAssignment",-1),_hoisted_13$4={key:1},_hoisted_14$4=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_15$4={key:0,class:"field-item"},_hoisted_16$4=createBaseVNode("label",{for:"homeheroaction-actionparam"},"Action parameter",-1),_hoisted_17$4=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_18$4=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_19$4=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_20$4=[_hoisted_17$4,_hoisted_18$4,_hoisted_19$4],_hoisted_21$4={key:1,class:"field-item"},_hoisted_22$4=createBaseVNode("label",{for:"homeheroaction-objclass"},"Classname",-1),_hoisted_23$4={key:2,class:"field-item"},_hoisted_24$4=createBaseVNode("label",{for:"homeheroaction-heading"},"Heading",-1),_hoisted_25$4={key:3,class:"field-item"},_hoisted_26$4=createBaseVNode("label",{for:"homeheroaction-startcase"},"Start case",-1),_hoisted_27$4={class:"field-item"},_hoisted_28$4=createBaseVNode("label",{for:"homeheroaction-url"},"URL",-1),_hoisted_29$4={class:"field-item"},_hoisted_30$4=createBaseVNode("label",{for:"homeheroaction-application"},"Application name / alias",-1),_hoisted_31$4={class:"field-item"},_hoisted_32$4=createBaseVNode("label",{for:"homeheroaction-pega_userid"},"Pega userid",-1),_hoisted_33$4={class:"field-item"},_hoisted_34$4=createBaseVNode("label",{for:"homeheroaction-pega_pwd"},"Pega password",-1),_hoisted_35$4={key:4,class:"field-item"},_hoisted_36$4=createBaseVNode("label",{for:"homeheroaction-channelid"},"Channel ID",-1),_hoisted_37$4={key:5,class:"field-item"},_hoisted_38$4=createBaseVNode("label",{for:"homeheroaction-tenantid"},"Tenant ID",-1),_hoisted_39$4={key:6,class:"field-item"},_hoisted_40$4=createBaseVNode("label",{for:"homeheroaction-pagetemplate"},"Page Template",-1),_hoisted_41$4=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_42$4=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_43$4=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_44$4={key:0,value:"simplifiedAssignment"},_hoisted_45$4={key:7,class:"field-item field-checkbox"},_hoisted_46$4=createBaseVNode("label",{class:"width-auto",for:"homeheroaction-dataretained"},"Retain state on reload",-1),_hoisted_47$4={key:8,class:"field-item field-checkbox"},_hoisted_48$4=createBaseVNode("label",{class:"width-auto",for:"homeheroaction-hideassignmentheader"},"Hide assignment header",-1),_hoisted_49$4={class:"layout-labels-top"},_hoisted_50$4={class:"field-item"},_hoisted_51$4=createBaseVNode("label",{for:"homeheroaction-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$7(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$6,[_hoisted_2$6,_hoisted_3$4,createBaseVNode("div",_hoisted_4$4,[createBaseVNode("div",_hoisted_5$4,[createBaseVNode("div",_hoisted_6$4,[createBaseVNode("div",_hoisted_7$4,[_hoisted_8$4,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))},[_hoisted_9$4,_hoisted_10$4,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_11$4," getNextWork ")):createCommentVNode("",!0),_hoisted_12$4,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_13$4," openWorkItem ")):createCommentVNode("",!0),_hoisted_14$4],544),[[vModelSelect,e.settings.homeheroaction.action]])]),e.settings.homeheroaction.action!=="createNewWork"&&e.settings.homeheroaction.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_15$4,[_hoisted_16$4,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)},_hoisted_20$4,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_21$4,[_hoisted_22$4,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_23$4,[_hoisted_24$4,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_25$4,[_hoisted_26$4,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_27$4,[_hoisted_28$4,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_29$4,[_hoisted_30$4,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_31$4,[_hoisted_32$4,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_33$4,[_hoisted_34$4,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_35$4,[_hoisted_36$4,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_37$4,[_hoisted_38$4,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_39$4,[_hoisted_40$4,withDirectives(createBaseVNode("select",{id:"homeheroaction-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.homeheroaction.pageTemplate=r)},[_hoisted_41$4,_hoisted_42$4,_hoisted_43$4,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_44$4," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.homeheroaction.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_45$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]]),_hoisted_46$4])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_47$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]]),_hoisted_48$4])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_49$4,[createBaseVNode("div",_hoisted_50$4,[_hoisted_51$4,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$5={class:"container-transparent"},_hoisted_2$5=createBaseVNode("h2",null,"Users",-1),_hoisted_3$3=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),_hoisted_4$3={class:"layout-inline-grid-double layout-labels-left"},_hoisted_5$3={class:"field-item"},_hoisted_6$3=["id","onUpdate:modelValue"],_hoisted_7$3=["for"],_hoisted_8$3={class:"field-item"},_hoisted_9$3=["id","onUpdate:modelValue"],_hoisted_10$3=["for"],_hoisted_11$3={class:"layout-inline-grid-double layout-labels-top"},_hoisted_12$3={class:"field-item"},_hoisted_13$3=["for"],_hoisted_14$3=["id","onUpdate:modelValue"],_hoisted_15$3={class:"field-item"},_hoisted_16$3=["for"],_hoisted_17$3=["id","onUpdate:modelValue"],_hoisted_18$3={class:"field-item"},_hoisted_19$3=["for"],_hoisted_20$3=["id","onUpdate:modelValue"],_hoisted_21$3={class:"field-item"},_hoisted_22$3=["for"],_hoisted_23$3=["id","onUpdate:modelValue"],_hoisted_24$3={class:"field-item"},_hoisted_25$3=["for"],_hoisted_26$3=["id","onUpdate:modelValue"],_hoisted_27$3={class:"field-item"},_hoisted_28$3=["for"],_hoisted_29$3=["id","onUpdate:modelValue"],_hoisted_30$3={class:"field-item"},_hoisted_31$3=["for"],_hoisted_32$3=["id","onUpdate:modelValue"],_hoisted_33$3={class:"field-item"},_hoisted_34$3=["for"],_hoisted_35$3=["id","onUpdate:modelValue"],_hoisted_36$3={class:"field-item"},_hoisted_37$3=["for"],_hoisted_38$3=["id","onUpdate:modelValue"],_hoisted_39$3={class:"field-item"},_hoisted_40$3=["for"],_hoisted_41$3=["id","onUpdate:modelValue"],_hoisted_42$3={class:"field-item"},_hoisted_43$3=["for"],_hoisted_44$3=["id","onUpdate:modelValue"],_hoisted_45$3={class:"field-item"},_hoisted_46$3=["for"],_hoisted_47$3=["id","onUpdate:modelValue"],_hoisted_48$3={class:"layout-labels-top"},_hoisted_49$3={class:"field-item"},_hoisted_50$3=["for"],_hoisted_51$3=["id","onUpdate:modelValue"],_hoisted_52$2={class:"field-item"},_hoisted_53$1=["for"],_hoisted_54$1=["id","onUpdate:modelValue"],_hoisted_55$1={class:"layout-inline-grid-double layout-labels-left"},_hoisted_56$1={class:"field-item"},_hoisted_57$1=["id","onUpdate:modelValue"],_hoisted_58$1=["for"];function _sfc_render$6(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$5,[_hoisted_2$5,_hoisted_3$3,(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_4$3,[createBaseVNode("div",_hoisted_5$3,[withDirectives(createBaseVNode("input",{type:"checkbox",id:"user-"+c+"-load_by_default","onUpdate:modelValue":d=>l.load_by_default=d},null,8,_hoisted_6$3),[[vModelCheckbox,l.load_by_default]]),createBaseVNode("label",{class:"width-auto",for:"user-"+c+"-load_by_default"},"Loaded by default",8,_hoisted_7$3)]),createBaseVNode("div",_hoisted_8$3,[withDirectives(createBaseVNode("input",{type:"checkbox",id:"user-"+c+"-show_opname","onUpdate:modelValue":d=>l.show_opname=d},null,8,_hoisted_9$3),[[vModelCheckbox,l.show_opname]]),createBaseVNode("label",{class:"width-auto",for:"user-"+c+"-show_opname"},"Show operator name",8,_hoisted_10$3)])]),createBaseVNode("div",_hoisted_11$3,[createBaseVNode("div",_hoisted_12$3,[createBaseVNode("label",{for:"user-"+c+"-username"},"Username",8,_hoisted_13$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-username",type:"text","onUpdate:modelValue":d=>l.username=d},null,8,_hoisted_14$3),[[vModelText,l.username]])]),createBaseVNode("div",_hoisted_15$3,[createBaseVNode("label",{for:"user-"+c+"-password"},"Password",8,_hoisted_16$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-password",type:"password","onUpdate:modelValue":d=>l.password=d},null,8,_hoisted_17$3),[[vModelText,l.password]])]),createBaseVNode("div",_hoisted_18$3,[createBaseVNode("label",{for:"user-"+c+"-img"},"Image",8,_hoisted_19$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-img",type:"text","onUpdate:modelValue":d=>l.img=d},null,8,_hoisted_20$3),[[vModelText,l.img]])]),createBaseVNode("div",_hoisted_21$3,[createBaseVNode("label",{for:"user-"+c+"-company_name"},"Company",8,_hoisted_22$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-company_name",type:"text","onUpdate:modelValue":d=>l.company_name=d},null,8,_hoisted_23$3),[[vModelText,l.company_name]])]),createBaseVNode("div",_hoisted_24$3,[createBaseVNode("label",{for:"user-"+c+"-name"},"Name",8,_hoisted_25$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-name",type:"text","onUpdate:modelValue":d=>l.name=d},null,8,_hoisted_26$3),[[vModelText,l.name]])]),createBaseVNode("div",_hoisted_27$3,[createBaseVNode("label",{for:"user-"+c+"-billpay"},"Bill amount",8,_hoisted_28$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-billpay",type:"text","onUpdate:modelValue":d=>l.billpay=d},null,8,_hoisted_29$3),[[vModelText,l.billpay]])]),createBaseVNode("div",_hoisted_30$3,[createBaseVNode("label",{for:"user-"+c+"-pega_userid"},"Pega userid",8,_hoisted_31$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-pega_userid",type:"text","onUpdate:modelValue":d=>l.pega_userid=d},null,8,_hoisted_32$3),[[vModelText,l.pega_userid]])]),createBaseVNode("div",_hoisted_33$3,[createBaseVNode("label",{for:"user-"+c+"-pega_pwd"},"Pega password",8,_hoisted_34$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-pega_pwd",type:"password","onUpdate:modelValue":d=>l.pega_pwd=d},null,8,_hoisted_35$3),[[vModelText,l.pega_pwd]])]),createBaseVNode("div",_hoisted_36$3,[createBaseVNode("label",{for:"user-"+c+"-otp_send_to"},"OTP send to (email or phone)",8,_hoisted_37$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-otp_send_to",type:"text","onUpdate:modelValue":d=>l.otp_send_to=d},null,8,_hoisted_38$3),[[vModelText,l.otp_send_to]])]),createBaseVNode("div",_hoisted_39$3,[createBaseVNode("label",{for:"user-"+c+"-accountid"},"Account ID (Mashup Chat)",8,_hoisted_40$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-accountid",type:"text","onUpdate:modelValue":d=>l.accountID=d},null,8,_hoisted_41$3),[[vModelText,l.accountID]])]),createBaseVNode("div",_hoisted_42$3,[createBaseVNode("label",{for:"user-"+c+"-contactid"},"Contact ID (Mashup Chat)",8,_hoisted_43$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-contactid",type:"text","onUpdate:modelValue":d=>l.contactID=d},null,8,_hoisted_44$3),[[vModelText,l.contactID]])]),createBaseVNode("div",_hoisted_45$3,[createBaseVNode("label",{for:"user-"+c+"-customerid"},"Customer ID (Customer Decision Hub)",8,_hoisted_46$3),withDirectives(createBaseVNode("input",{id:"user-"+c+"-customerid",type:"text","onUpdate:modelValue":d=>l.customerID=d},null,8,_hoisted_47$3),[[vModelText,l.customerID]])])]),createBaseVNode("div",_hoisted_48$3,[createBaseVNode("div",_hoisted_49$3,[createBaseVNode("label",{for:"user-"+c+"-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",8,_hoisted_50$3),withDirectives(createBaseVNode("textarea",{id:"user-"+c+"-extraparam","onUpdate:modelValue":d=>l.extraparam=d},null,8,_hoisted_51$3),[[vModelText,l.extraparam]])]),createBaseVNode("div",_hoisted_52$2,[createBaseVNode("label",{for:"user-"+c+"-dmm_context_data"},"Additional context data for Digital Messaging Manager (format: first_name=john,last_name=smith)",8,_hoisted_53$1),withDirectives(createBaseVNode("textarea",{id:"user-"+c+"-dmm_context_data","onUpdate:modelValue":d=>l.dmm_context_data=d},null,8,_hoisted_54$1),[[vModelText,l.dmm_context_data]])])]),createBaseVNode("div",_hoisted_55$1,[createBaseVNode("div",_hoisted_56$1,[withDirectives(createBaseVNode("input",{type:"checkbox",id:"user-"+c+"-hide_from_dropdown","onUpdate:modelValue":d=>l.hide_from_dropdown=d},null,8,_hoisted_57$1),[[vModelCheckbox,l.hide_from_dropdown]]),createBaseVNode("label",{class:"width-auto",for:"user-"+c+"-hide_from_dropdown"},"Hide from login dropdown",8,_hoisted_58$1)])])]),_: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$4={class:"container-transparent"},_hoisted_2$4=createBaseVNode("h2",null,"Messaging and Co-Browse",-1),_hoisted_3$2=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),_hoisted_4$2={class:"layout-labels-top"},_hoisted_5$2={class:"field-item"},_hoisted_6$2=createBaseVNode("label",{for:"chat-DMMID"},"ID of the widget",-1),_hoisted_7$2={class:"field-item"},_hoisted_8$2=createBaseVNode("label",{for:"chat-DMMURL"},"URL of the Digital Messaging Server",-1),_hoisted_9$2={class:"field-item"},_hoisted_10$2=createBaseVNode("label",{for:"chat-DMMSecret"},"Secret to generate JWT Token for authentication",-1),_hoisted_11$2={class:"field-item"},_hoisted_12$2=createBaseVNode("label",{for:"chat-DMMPrivateURL"},"URL of the DM server to send private data",-1),_hoisted_13$2={class:"flex event-header"},_hoisted_14$2={class:"event-title"},_hoisted_15$2=["onClick"],_hoisted_16$2={class:"field-item"},_hoisted_17$2=createBaseVNode("label",{for:"chat-CustomEventName"},"Event Name",-1),_hoisted_18$2=["onUpdate:modelValue"],_hoisted_19$2={class:"field-item"},_hoisted_20$2=createBaseVNode("label",{for:"chat-CustomEventAction"},"Event action",-1),_hoisted_21$2=["onUpdate:modelValue"],_hoisted_22$2=createBaseVNode("option",{value:"HighlightElement"},"Highlight Element",-1),_hoisted_23$2=createBaseVNode("option",{value:"ClickElement"},"Click Element",-1),_hoisted_24$2=[_hoisted_22$2,_hoisted_23$2],_hoisted_25$2={class:"field-item"},_hoisted_26$2=createBaseVNode("label",{for:"chat-ElementName"},"Element To Select (Enter the elements text value e.g. 'Log in')",-1),_hoisted_27$2=["onUpdate:modelValue"],_hoisted_28$2={class:"layout-labels-top layout-inline-grid-double"},_hoisted_29$2={class:"field-item field-checkbox"},_hoisted_30$2=["onUpdate:modelValue","id"],_hoisted_31$2=["for"],_hoisted_32$2=["for"],_hoisted_33$2={key:0,class:"field-item"},_hoisted_34$2=["onUpdate:modelValue"],_hoisted_35$2=createBaseVNode("option",{value:"LoginSuccess"},"Login Success",-1),_hoisted_36$2=createBaseVNode("option",{value:"After5Seconds"},"5 seconds",-1),_hoisted_37$2=createBaseVNode("option",{value:"After30Seconds"},"30 seconds",-1),_hoisted_38$2=[_hoisted_35$2,_hoisted_36$2,_hoisted_37$2],_hoisted_39$2={key:0},_hoisted_40$2=createBaseVNode("i",{class:"pi pi-plus"},null,-1),_hoisted_41$2=createBaseVNode("br",null,null,-1),_hoisted_42$2=createBaseVNode("br",null,null,-1),_hoisted_43$2={class:"layout-labels-top layout-inline-grid-double"},_hoisted_44$2={class:"field-item"},_hoisted_45$2=createBaseVNode("label",{for:"chat-DMMProactiveChatNewSessionTimeout"},"Time to wait (in ms) - use 0 to disable",-1),_hoisted_46$2={class:"field-item"},_hoisted_47$2=createBaseVNode("label",{for:"chat-DMMProactiveChatNewSessionCode"},"Trigger code",-1),_hoisted_48$2={class:"layout-labels-top layout-inline-grid-double"},_hoisted_49$2={class:"field-item"},_hoisted_50$2=createBaseVNode("label",{for:"chat-CoBrowseServerURL"},"URL",-1),_hoisted_51$2={class:"field-item"},_hoisted_52$1=createBaseVNode("label",{for:"chat-CoBrowseToken"},"Token",-1);function _sfc_render$5(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$4,[_hoisted_2$4,_hoisted_3$2,createVNode(r,{title:"Messaging",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_4$2,[createBaseVNode("div",_hoisted_5$2,[_hoisted_6$2,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_7$2,[_hoisted_8$2,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_9$2,[_hoisted_10$2,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_11$2,[_hoisted_12$2,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_13$2,[createBaseVNode("h4",_hoisted_14$2,"Custom Event "+toDisplayString$1(c+1),1),createBaseVNode("i",{onClick:d=>a.removeCustomEvent(c),class:"pi pi-trash remove-event"},null,8,_hoisted_15$2)]),createBaseVNode("div",_hoisted_16$2,[_hoisted_17$2,withDirectives(createBaseVNode("input",{id:"chat-CustomEventName",type:"text","onUpdate:modelValue":d=>l.CustomEventName=d},null,8,_hoisted_18$2),[[vModelText,l.CustomEventName]])]),createBaseVNode("div",_hoisted_19$2,[_hoisted_20$2,withDirectives(createBaseVNode("select",{id:"chat-CustomEventAction","onUpdate:modelValue":d=>l.CustomEventAction=d},_hoisted_24$2,8,_hoisted_21$2),[[vModelSelect,l.CustomEventAction]])]),createBaseVNode("div",_hoisted_25$2,[_hoisted_26$2,withDirectives(createBaseVNode("input",{id:"chat-ElementName",type:"text","onUpdate:modelValue":d=>l.ElementName=d},null,8,_hoisted_27$2),[[vModelText,l.ElementName]])]),createBaseVNode("div",_hoisted_28$2,[createBaseVNode("div",_hoisted_29$2,[withDirectives(createBaseVNode("input",{type:"checkbox","onUpdate:modelValue":d=>l.SendAcknowledgement=d,id:"chat-"+c+"-SendAcknowledgement"},null,8,_hoisted_30$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_31$2)),l.SendAcknowledgement?(openBlock(),createElementBlock("label",{key:1,class:"width-auto",for:"chat-"+c+"-SendAcknowledgement"},"Send Event Acknowledgement After:",8,_hoisted_32$2)):createCommentVNode("",!0)]),l.SendAcknowledgement?(openBlock(),createElementBlock("div",_hoisted_33$2,[withDirectives(createBaseVNode("select",{id:"chat-AcknowledgeOn","onUpdate:modelValue":d=>l.AcknowledgeOn=d},_hoisted_38$2,8,_hoisted_34$2),[[vModelSelect,l.AcknowledgeOn]])])):createCommentVNode("",!0)]),c!=e.settings.CustomEvents.length-1?(openBlock(),createElementBlock("hr",_hoisted_39$2)):createCommentVNode("",!0)]))),128)),createBaseVNode("a",{class:"add-event",onClick:t[4]||(t[4]=(...l)=>a.addCustomEvent&&a.addCustomEvent(...l))},[createTextVNode("Add Event "),_hoisted_40$2]),_hoisted_41$2,_hoisted_42$2]),_:1}),createVNode(r,{title:"Proactive chat on page load",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_43$2,[createBaseVNode("div",_hoisted_44$2,[_hoisted_45$2,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_46$2,[_hoisted_47$2,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_48$2,[createBaseVNode("div",_hoisted_49$2,[_hoisted_50$2,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_51$2,[_hoisted_52$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$3={class:"container-transparent"},_hoisted_2$3=createBaseVNode("h2",null,"Customer Decision Hub",-1),_hoisted_3$1=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),_hoisted_4$1={class:"layout-labels-top layout-inline-grid-double"},_hoisted_5$1={class:"field-item"},_hoisted_6$1=createBaseVNode("label",{for:"NBAM-Host"},"Host",-1),_hoisted_7$1={class:"field-item"},_hoisted_8$1=createBaseVNode("label",{for:"NBAM-Port"},"Port",-1),_hoisted_9$1={class:"field-item"},_hoisted_10$1=createBaseVNode("label",{for:"NBAM-Channel"},"Channel",-1),_hoisted_11$1={class:"field-item"},_hoisted_12$1=createBaseVNode("label",{for:"NBAM-requestTimeout"},"Timeout for XHR request (in ms)",-1),_hoisted_13$1={class:"field-item"},_hoisted_14$1=createBaseVNode("label",{for:"NBAM-APILevel"},"API level",-1),_hoisted_15$1=createBaseVNode("option",null,"V2",-1),_hoisted_16$1=createBaseVNode("option",null,"V3",-1),_hoisted_17$1=createBaseVNode("option",null,"V4",-1),_hoisted_18$1=[_hoisted_15$1,_hoisted_16$1,_hoisted_17$1],_hoisted_19$1={key:0,class:"field-item"},_hoisted_20$1=createBaseVNode("label",{for:"NBAM-contextName"},"Context name",-1),_hoisted_21$1={key:1,class:"field-item"},_hoisted_22$1=createBaseVNode("label",{for:"NBAM-appID"},"App ID (CDH configured for MultiApp)",-1),_hoisted_23$1={class:"layout-labels-left"},_hoisted_24$1={key:0,class:"field-item field-checkbox"},_hoisted_25$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-useCaptureByChannel"},"Enable capturing responses to actions",-1),_hoisted_26$1={class:"field-item field-checkbox"},_hoisted_27$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-showAIOverlay"},"Show AI overlay",-1),_hoisted_28$1={class:"field-item field-checkbox"},_hoisted_29$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-enableRTS"},"Enable Real-time data streaming",-1),_hoisted_30$1={class:"field-item field-checkbox"},_hoisted_31$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-enableClickStream"},"Enable Click Stream",-1),_hoisted_32$1={class:"layout-labels-left layout-inline-grid-double"},_hoisted_33$1={class:"field-item field-checkbox"},_hoisted_34$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-enableMergeAccount"},"Enable Merge Account (Pega '23')",-1),_hoisted_35$1={key:0,class:"field-item"},_hoisted_36$1={class:"field-item field-checkbox"},_hoisted_37$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-replaceHomePageHeader"},"Replace Home Page header with Hero placement",-1),_hoisted_38$1={class:"field-item field-checkbox"},_hoisted_39$1=createBaseVNode("label",{class:"width-auto",for:"NBAM-showLoadingIndicator"},"Display progress indicator while loading the offers",-1),_hoisted_40$1={class:"layout-labels-top layout-inline-grid-double"},_hoisted_41$1={class:"field-item"},_hoisted_42$1=createBaseVNode("label",{for:"NBAM-HomePage-ContainerName"},"Container name",-1),_hoisted_43$1={class:"field-item"},_hoisted_44$1=createBaseVNode("label",{for:"NBAM-HomePage-Placement"},"Placement (Hero or Tile)",-1),_hoisted_45$1={class:"field-item"},_hoisted_46$1=createBaseVNode("label",{for:"NBAM-HomePage-ClickAction"},"Click action",-1),_hoisted_47$1=createBaseVNode("option",{value:"Mashup"},"Mashup",-1),_hoisted_48$1=createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),_hoisted_49$1=createBaseVNode("option",{value:"Popup"},"Popup",-1),_hoisted_50$1=createBaseVNode("option",{value:"TopURL"},"TopURL",-1),_hoisted_51$1=[_hoisted_47$1,_hoisted_48$1,_hoisted_49$1,_hoisted_50$1],_hoisted_52={class:"field-item"},_hoisted_53=createBaseVNode("label",{for:"NBAM-HomePage-Attributes"},"Custom attributes for Detailed view",-1),_hoisted_54={class:"layout-labels-top layout-inline-grid-double"},_hoisted_55={class:"field-item"},_hoisted_56=createBaseVNode("label",{for:"NBAM-AccountPage-ContainerName"},"Container name",-1),_hoisted_57={class:"field-item"},_hoisted_58=createBaseVNode("label",{for:"NBAM-AccountPage-Placement"},"Placement (Hero or Tile)",-1),_hoisted_59={class:"field-item"},_hoisted_60=createBaseVNode("label",{for:"NBAM-AccountPage-ClickAction"},"Click action",-1),_hoisted_61=createBaseVNode("option",{value:"Mashup"},"Mashup",-1),_hoisted_62=createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),_hoisted_63=createBaseVNode("option",{value:"Popup"},"Popup",-1),_hoisted_64=createBaseVNode("option",{value:"TopURL"},"TopURL",-1),_hoisted_65=[_hoisted_61,_hoisted_62,_hoisted_63,_hoisted_64],_hoisted_66={class:"field-item"},_hoisted_67=createBaseVNode("label",{for:"NBAM-AccountPage-Attributes"},"Custom attributes for Detailed view",-1),_hoisted_68={class:"layout-labels-left"},_hoisted_69={class:"field-item"},_hoisted_70=createBaseVNode("label",{class:"width-auto",for:"NBAM-AccountPage-showSingleoffer"},"Show single offer",-1),_hoisted_71={class:"layout-labels-top layout-inline-grid-double"},_hoisted_72={class:"field-item"},_hoisted_73=createBaseVNode("label",{for:"NBAM-PhonePage-ContainerName"},"Container name",-1),_hoisted_74={class:"field-item"},_hoisted_75=createBaseVNode("label",{for:"NBAM-PhonePage-Placement"},"Placement (Hero or Tile)",-1),_hoisted_76={class:"field-item"},_hoisted_77=createBaseVNode("label",{for:"NBAM-PhonePage-ClickAction"},"Click action",-1),_hoisted_78=createBaseVNode("option",{value:"Mashup"},"Mashup",-1),_hoisted_79=createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),_hoisted_80=createBaseVNode("option",{value:"Popup"},"Popup",-1),_hoisted_81=createBaseVNode("option",{value:"TopURL"},"TopURL",-1),_hoisted_82=[_hoisted_78,_hoisted_79,_hoisted_80,_hoisted_81],_hoisted_83={class:"field-item"},_hoisted_84=createBaseVNode("label",{for:"NBAM-PhonePage-Attributes"},"Custom attributes for Detailed view",-1),_hoisted_85={class:"layout-labels-top layout-inline-grid-double"},_hoisted_86={class:"field-item"},_hoisted_87=createBaseVNode("label",{for:"NBAM-OfferPage-ContainerName"},"Container name",-1),_hoisted_88={class:"field-item"},_hoisted_89=createBaseVNode("label",{for:"NBAM-OfferPage-Placement"},"Placement (Hero or Tile)",-1),_hoisted_90={class:"field-item"},_hoisted_91=createBaseVNode("label",{for:"NBAM-OfferPage-ClickAction"},"Click action",-1),_hoisted_92=createBaseVNode("option",{value:"Mashup"},"Mashup",-1),_hoisted_93=createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),_hoisted_94=createBaseVNode("option",{value:"Popup"},"Popup",-1),_hoisted_95=createBaseVNode("option",{value:"TopURL"},"TopURL",-1),_hoisted_96=[_hoisted_92,_hoisted_93,_hoisted_94,_hoisted_95],_hoisted_97={class:"field-item"},_hoisted_98=createBaseVNode("label",{for:"NBAM-OfferPage-Attributes"},"Custom attributes for Detailed view",-1),_hoisted_99={class:"layout-labels-top layout-inline-grid-double"},_hoisted_100={class:"field-item"},_hoisted_101=["for"],_hoisted_102=["id","onUpdate:modelValue"],_hoisted_103={class:"field-item"},_hoisted_104=["for"],_hoisted_105=["id","onUpdate:modelValue"],_hoisted_106={class:"field-item"},_hoisted_107=["for"],_hoisted_108=["id","onUpdate:modelValue"],_hoisted_109=createBaseVNode("option",{value:"Mashup"},"Mashup",-1),_hoisted_110=createBaseVNode("option",{value:"BuiltIn"},"Built-in",-1),_hoisted_111=createBaseVNode("option",{value:"Popup"},"Popup",-1),_hoisted_112=createBaseVNode("option",{value:"TopURL"},"TopURL",-1),_hoisted_113=[_hoisted_109,_hoisted_110,_hoisted_111,_hoisted_112],_hoisted_114={class:"field-item"},_hoisted_115=["for"],_hoisted_116=["id","onUpdate:modelValue"];function _sfc_render$4(e,t,n,o,s,a){const r=resolveComponent("Container");return openBlock(),createElementBlock("div",_hoisted_1$3,[_hoisted_2$3,_hoisted_3$1,createVNode(r,{title:"General",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_4$1,[createBaseVNode("div",_hoisted_5$1,[_hoisted_6$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_7$1,[_hoisted_8$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_9$1,[_hoisted_10$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_11$1,[_hoisted_12$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_13$1,[_hoisted_14$1,withDirectives(createBaseVNode("select",{id:"NBAM-APILevel","onUpdate:modelValue":t[4]||(t[4]=l=>e.settings.pega_marketing.apiLevel=l)},_hoisted_18$1,512),[[vModelSelect,e.settings.pega_marketing.apiLevel]])]),e.settings.pega_marketing.apiLevel!=="V2"?(openBlock(),createElementBlock("div",_hoisted_19$1,[_hoisted_20$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_21$1,[_hoisted_22$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_23$1,[e.settings.pega_marketing.apiLevel!=="V2"?(openBlock(),createElementBlock("div",_hoisted_24$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]]),_hoisted_25$1])):createCommentVNode("",!0),createBaseVNode("div",_hoisted_26$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]]),_hoisted_27$1]),createBaseVNode("div",_hoisted_28$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]]),_hoisted_29$1]),createBaseVNode("div",_hoisted_30$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]]),_hoisted_31$1]),createBaseVNode("div",_hoisted_32$1,[createBaseVNode("div",_hoisted_33$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]]),_hoisted_34$1]),e.settings.pega_marketing.enableMergeAccount?(openBlock(),createElementBlock("div",_hoisted_35$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_36$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]]),_hoisted_37$1]),createBaseVNode("div",_hoisted_38$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]]),_hoisted_39$1])])]),_:1}),createVNode(r,{title:"Home Page",expanded:""},{default:withCtx(()=>[createBaseVNode("div",_hoisted_40$1,[createBaseVNode("div",_hoisted_41$1,[_hoisted_42$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_43$1,[_hoisted_44$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_45$1,[_hoisted_46$1,withDirectives(createBaseVNode("select",{id:"NBAM-HomePage-ClickAction","onUpdate:modelValue":t[17]||(t[17]=l=>e.settings.pega_marketing.homePage.clickaction=l)},_hoisted_51$1,512),[[vModelSelect,e.settings.pega_marketing.homePage.clickaction]])]),createBaseVNode("div",_hoisted_52,[_hoisted_53,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_54,[createBaseVNode("div",_hoisted_55,[_hoisted_56,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_57,[_hoisted_58,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_59,[_hoisted_60,withDirectives(createBaseVNode("select",{id:"NBAM-AccountPage-ClickAction","onUpdate:modelValue":t[21]||(t[21]=l=>e.settings.pega_marketing.accountPage.clickaction=l)},_hoisted_65,512),[[vModelSelect,e.settings.pega_marketing.accountPage.clickaction]])]),createBaseVNode("div",_hoisted_66,[_hoisted_67,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_68,[createBaseVNode("div",_hoisted_69,[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]]),_hoisted_70])])]),_:1}),createVNode(r,{title:"Home Page for mobile"},{default:withCtx(()=>[createBaseVNode("div",_hoisted_71,[createBaseVNode("div",_hoisted_72,[_hoisted_73,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_74,[_hoisted_75,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_76,[_hoisted_77,withDirectives(createBaseVNode("select",{id:"NBAM-PhonePage-ClickAction","onUpdate:modelValue":t[26]||(t[26]=l=>e.settings.pega_marketing.phonePage.clickaction=l)},_hoisted_82,512),[[vModelSelect,e.settings.pega_marketing.phonePage.clickaction]])]),createBaseVNode("div",_hoisted_83,[_hoisted_84,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_85,[createBaseVNode("div",_hoisted_86,[_hoisted_87,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_88,[_hoisted_89,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_90,[_hoisted_91,withDirectives(createBaseVNode("select",{id:"NBAM-OfferPage-ClickAction","onUpdate:modelValue":t[30]||(t[30]=l=>e.settings.pega_marketing.offerPage.clickaction=l)},_hoisted_96,512),[[vModelSelect,e.settings.pega_marketing.offerPage.clickaction]])]),createBaseVNode("div",_hoisted_97,[_hoisted_98,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_99,[createBaseVNode("div",_hoisted_100,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-ContainerName"},"Container name",8,_hoisted_101),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-"+c+"-ContainerName",type:"text","onUpdate:modelValue":d=>l.containerName=d},null,8,_hoisted_102),[[vModelText,l.containerName]])]),createBaseVNode("div",_hoisted_103,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-Placement"},"Placement (Hero or Tile)",8,_hoisted_104),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-"+c+"-Placement",type:"text","onUpdate:modelValue":d=>l.placement=d},null,8,_hoisted_105),[[vModelText,l.placement]])]),createBaseVNode("div",_hoisted_106,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-ClickAction"},"Click action",8,_hoisted_107),withDirectives(createBaseVNode("select",{id:"NBAM-OfferPage-"+c+"-ClickAction","onUpdate:modelValue":d=>l.clickaction=d},_hoisted_113,8,_hoisted_108),[[vModelSelect,l.clickaction]])]),createBaseVNode("div",_hoisted_114,[createBaseVNode("label",{for:"NBAM-OfferPage-"+c+"-Attributes"},"Custom attributes for Detailed view",8,_hoisted_115),withDirectives(createBaseVNode("input",{id:"NBAM-OfferPage-"+c+"-Attributes",type:"text","onUpdate:modelValue":d=>l.attributes=d},null,8,_hoisted_116),[[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$2={class:"container-transparent"},_hoisted_2$2=createBaseVNode("h2",null,"Offer Action",-1),_hoisted_3=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),_hoisted_4={class:"container"},_hoisted_5={class:"body"},_hoisted_6={class:"layout-labels-top layout-inline-grid-double"},_hoisted_7={class:"field-item"},_hoisted_8=createBaseVNode("label",{for:"offeraction-action"},"Action",-1),_hoisted_9=createBaseVNode("option",null,"createNewWork",-1),_hoisted_10=createBaseVNode("option",null,"display",-1),_hoisted_11={key:0},_hoisted_12=createBaseVNode("option",null,"openAssignment",-1),_hoisted_13={key:1},_hoisted_14=createBaseVNode("option",null,"openWorkByHandle",-1),_hoisted_15={key:0,class:"field-item"},_hoisted_16=createBaseVNode("label",{for:"offeraction-actionparam"},"Action parameter",-1),_hoisted_17=createBaseVNode("option",{value:"workList",selected:""},"Show the worklist",-1),_hoisted_18=createBaseVNode("option",{value:"taskList"},"Show a tasklist",-1),_hoisted_19=createBaseVNode("option",{value:"dataView"},"Display a data view",-1),_hoisted_20=[_hoisted_17,_hoisted_18,_hoisted_19],_hoisted_21={key:1,class:"field-item"},_hoisted_22=createBaseVNode("label",{for:"offeraction-objclass"},"Classname",-1),_hoisted_23={key:2,class:"field-item"},_hoisted_24=createBaseVNode("label",{for:"offeraction-heading"},"Heading",-1),_hoisted_25={key:3,class:"field-item"},_hoisted_26=createBaseVNode("label",{for:"offeraction-startcase"},"Start case",-1),_hoisted_27={class:"field-item"},_hoisted_28=createBaseVNode("label",{for:"offeraction-url"},"URL",-1),_hoisted_29={class:"field-item"},_hoisted_30=createBaseVNode("label",{for:"offeraction-application"},"Application name / alias",-1),_hoisted_31={class:"field-item"},_hoisted_32=createBaseVNode("label",{for:"offeraction-username"},"Username (for unauthenticated access)",-1),_hoisted_33={class:"field-item"},_hoisted_34=createBaseVNode("label",{for:"offeraction-password"},"Password (for unauthenticated access)",-1),_hoisted_35={key:4,class:"field-item"},_hoisted_36=createBaseVNode("label",{for:"offeraction-channelid"},"Channel ID",-1),_hoisted_37={key:5,class:"field-item"},_hoisted_38=createBaseVNode("label",{for:"offeraction-tenantid"},"Tenant ID",-1),_hoisted_39={key:6,class:"field-item"},_hoisted_40=createBaseVNode("label",{for:"offeraction-pagetemplate"},"Page Template",-1),_hoisted_41=createBaseVNode("option",{value:"full"},"Full case page",-1),_hoisted_42=createBaseVNode("option",{value:"assignment",selected:""},"Assignment only",-1),_hoisted_43=createBaseVNode("option",{value:"assignmentWithStages"}," Assignment with stages ",-1),_hoisted_44={key:0,value:"simplifiedAssignment"},_hoisted_45={key:7,class:"field-item field-checkbox"},_hoisted_46=createBaseVNode("label",{class:"width-auto",for:"offeraction-dataretained"},"Retain state on reload",-1),_hoisted_47={key:8,class:"field-item field-checkbox"},_hoisted_48=createBaseVNode("label",{class:"width-auto",for:"offeraction-hideassignmentheader"},"Hide assignment header",-1),_hoisted_49={class:"layout-labels-top"},_hoisted_50={class:"field-item"},_hoisted_51=createBaseVNode("label",{for:"offeraction-extraparam"},"Extra parameters (for example 'key1=value1,key2=value2')",-1);function _sfc_render$3(e,t,n,o,s,a){return openBlock(),createElementBlock("div",_hoisted_1$2,[_hoisted_2$2,_hoisted_3,createBaseVNode("div",_hoisted_4,[createBaseVNode("div",_hoisted_5,[createBaseVNode("div",_hoisted_6,[createBaseVNode("div",_hoisted_7,[_hoisted_8,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))},[_hoisted_9,_hoisted_10,e.settings.general.connection.type.indexOf("dx")===-1?(openBlock(),createElementBlock("option",_hoisted_11," getNextWork ")):createCommentVNode("",!0),_hoisted_12,e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("option",_hoisted_13," openWorkItem ")):createCommentVNode("",!0),_hoisted_14],544),[[vModelSelect,e.settings.offeraction.action]])]),e.settings.offeraction.action!=="createNewWork"&&e.settings.offeraction.action!=="getNextWork"?(openBlock(),createElementBlock("div",_hoisted_15,[_hoisted_16,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)},_hoisted_20,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_21,[_hoisted_22,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_23,[_hoisted_24,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_25,[_hoisted_26,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_27,[_hoisted_28,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_29,[_hoisted_30,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_31,[_hoisted_32,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_33,[_hoisted_34,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_35,[_hoisted_36,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_37,[_hoisted_38,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_39,[_hoisted_40,withDirectives(createBaseVNode("select",{id:"offeraction-pagetemplate","onUpdate:modelValue":t[13]||(t[13]=r=>e.settings.offeraction.pageTemplate=r)},[_hoisted_41,_hoisted_42,_hoisted_43,e.settings.general.connection.type==="embedui2"||e.settings.general.connection.type==="embedui3"?(openBlock(),createElementBlock("option",_hoisted_44," Simplified assignment ")):createCommentVNode("",!0)],512),[[vModelSelect,e.settings.offeraction.pageTemplate]])])):createCommentVNode("",!0),e.settings.general.connection.type==="mashup"?(openBlock(),createElementBlock("div",_hoisted_45,[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]]),_hoisted_46])):createCommentVNode("",!0),e.settings.general.connection.type.startsWith("embedui")?(openBlock(),createElementBlock("div",_hoisted_47,[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]]),_hoisted_48])):createCommentVNode("",!0)]),createBaseVNode("div",_hoisted_49,[createBaseVNode("div",_hoisted_50,[_hoisted_51,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}},_hoisted_1$1=createBaseVNode("button",{type:"submit","data-clear":"",class:"simple margin-r-2x"}," Reset to default ",-1),_hoisted_2$1=createBaseVNode("button",{class:"strong",type:"submit"},"Save",-1);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"),g=resolveComponent("QuickLinksSettings"),f=resolveComponent("BannerSettings"),v=resolveComponent("ToDoSettings"),B=resolveComponent("BillPaySettings"),N=resolveComponent("ActivitySettings"),b=resolveComponent("ChatSettings"),A=resolveComponent("NBAMSettings"),$=resolveComponent("KMHelpSettings"),m=resolveComponent("HomeHeroActionSettings"),_=resolveComponent("OfferActionSettings"),E=resolveComponent("Navigation");return openBlock(),createElementBlock("form",{id:"settings",onSubmit:t[1]||(t[1]=(...y)=>a.processForm&&a.processForm(...y))},[e.isMobilePhone?(openBlock(),createBlock(r,{key:0,previousPhonePage:"index.html"},{default:withCtx(()=>[_hoisted_1$1,_hoisted_2$1]),_:1})):createCommentVNode("",!0),createVNode(E,{modelValue:o.active,"onUpdate:modelValue":t[0]||(t[0]=y=>o.active=y)},{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(g)]),_: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(b)]),_:1})):createCommentVNode("",!0),typeof e.settings.pega_marketing<"u"?(openBlock(),createBlock(c,{key:6,name:"Customer Decision Hub"},{default:withCtx(()=>[createVNode(A)]),_: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(m)]),_: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,g=!!(d&&getRouter());if(registerGlobals(),g?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-DbZvqMSJ.css b/docs/assets/main-wocPULWs.css similarity index 82% rename from docs/assets/main-DbZvqMSJ.css rename to docs/assets/main-wocPULWs.css index 1901e829..e33b729b 100644 --- a/docs/assets/main-DbZvqMSJ.css +++ b/docs/assets/main-wocPULWs.css @@ -1 +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}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}.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}} +*,: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 9853c964..fb0d715f 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 fe4f3cb3..8133d38f 100755 --- a/docs/auto/js/config-settings.js +++ b/docs/auto/js/config-settings.js @@ -317,7 +317,7 @@ window.settings = { label: "Drive train warranty", value: '8 yr/80,000mi', }, - ] + ] }, { title: "2017 Quartz Plug-in", @@ -341,7 +341,7 @@ window.settings = { label: "Drive train warranty", value: '15 yr/100,000mi', }, - ] + ] }, ], recentactivity: [ @@ -400,7 +400,7 @@ window.settings = { label: "Drive train warranty", value: '8 yr/80,000mi', }, - ] + ] }, { title: "2017 Quartz Plug-in", @@ -424,7 +424,7 @@ window.settings = { label: "Drive train warranty", value: '15 yr/100,000mi', }, - ] + ] }, ], recentactivity: [ @@ -442,6 +442,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/docs/commercial_bank/index.html b/docs/commercial_bank/index.html index f1ed5412..4888bd09 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 119f7d2f..de80720d 100644 --- a/docs/commercial_bank/js/config-settings.js +++ b/docs/commercial_bank/js/config-settings.js @@ -441,6 +441,29 @@ window.settings = { low: 2.54, }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: "", WebChatBotID: "", @@ -455,7 +478,7 @@ window.settings = { DMMURL: "", DMMID: "pega-wm-chat", DMMSecret: "", - DMMPrivateURL:"https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", + DMMPrivateURL: "https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", DMMProactiveChatNewSessionTimeout: 0, DMMProactiveChatNewSessionCode: '5sonPage', }, diff --git a/docs/comms/index.html b/docs/comms/index.html index dd88cca8..b2492e65 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 32361b8b..92fb63f4 100644 --- a/docs/comms/js/config-settings.js +++ b/docs/comms/js/config-settings.js @@ -449,6 +449,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/docs/energy/index.html b/docs/energy/index.html index e2b601ab..77e1ff91 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 dc697210..6b8b6f87 100755 --- a/docs/energy/js/config-settings.js +++ b/docs/energy/js/config-settings.js @@ -291,7 +291,7 @@ window.settings = { bill_pay: 164.8, load_by_default: true, hide_from_dropdown: false, - show_opname: false, + show_opname: false, otp_send_to: "", accountdetails: [[ { @@ -306,18 +306,18 @@ window.settings = { label: "Card status", value: "Active", }], - [{ - label: "Card number", - value: "***1875", - }, - { - label: "Card type", - value: "Amex card", - }, - { - label: "Card status", - value: "Active", - }], + [{ + label: "Card number", + value: "***1875", + }, + { + label: "Card type", + value: "Amex card", + }, + { + label: "Card status", + value: "Active", + }], ], accountpicker: [ { @@ -409,7 +409,7 @@ window.settings = { load_by_default: true, hide_from_dropdown: false, show_opname: false, - otp_send_to: '', + otp_send_to: '', accountdetails: [[ { label: "Card number", @@ -423,18 +423,18 @@ window.settings = { label: "Card status", value: "Active", }], - [{ - label: "Card number", - value: "***1875", - }, - { - label: "Card type", - value: "Amex card", - }, - { - label: "Card status", - value: "Active", - }], + [{ + label: "Card number", + value: "***1875", + }, + { + label: "Card type", + value: "Amex card", + }, + { + label: "Card status", + value: "Active", + }], ], accountpicker: [ { @@ -505,6 +505,29 @@ window.settings = { ], } ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', @@ -519,9 +542,9 @@ window.settings = { DMMURL: '', DMMID: "pega-wm-chat", DMMSecret: '', - DMMPrivateURL:"https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", + DMMPrivateURL: "https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", DMMProactiveChatNewSessionTimeout: 0, - DMMProactiveChatNewSessionCode: '5sonPage', + DMMProactiveChatNewSessionCode: '5sonPage', }, pega_marketing: { Host: window.location.origin, diff --git a/docs/gov/index.html b/docs/gov/index.html index 927e136d..70f1be0f 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 c0b563a0..6a7c1e6a 100644 --- a/docs/gov/js/config-settings.js +++ b/docs/gov/js/config-settings.js @@ -321,7 +321,7 @@ window.settings = { label: "Due date", type: "duedate" }, - ] + ] }, { title: "Town Taxes", @@ -336,7 +336,7 @@ window.settings = { label: "Due date", type: "duedate" }, - ] + ] }, { title: "Water bill", @@ -351,7 +351,7 @@ window.settings = { label: "Due date", type: "duedate" }, - ] + ] }, ], recentactivity: [ @@ -412,7 +412,7 @@ window.settings = { label: "Due date", type: "duedate" }, - ] + ] }, { title: "Town Taxes", @@ -427,7 +427,7 @@ window.settings = { label: "Due date", type: "duedate" }, - ] + ] }, { title: "Water bill", @@ -442,7 +442,7 @@ window.settings = { label: "Due date", type: "duedate" }, - ] + ] }, ], recentactivity: [ @@ -458,6 +458,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/docs/health_care/index.html b/docs/health_care/index.html index d7cfe5b7..83f5b90b 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 f616867d..51181f87 100644 --- a/docs/health_care/js/config-settings.js +++ b/docs/health_care/js/config-settings.js @@ -312,7 +312,7 @@ window.settings = { label: "Network", value: "HMO", }] - },{ + }, { title: "U+ Vision", img: "img/account-picker1.jpg", details: [ @@ -424,7 +424,7 @@ window.settings = { label: "Network", value: "HMO", }] - },{ + }, { title: "U+ Vision", img: "img/account-picker1.jpg", details: [ @@ -458,6 +458,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/docs/health_payer/index.html b/docs/health_payer/index.html index cc576cf5..ca559a11 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 37f81227..d40c913e 100644 --- a/docs/health_payer/js/config-settings.js +++ b/docs/health_payer/js/config-settings.js @@ -354,7 +354,7 @@ window.settings = { label: "Network", value: "HMO", }] - },{ + }, { title: "U+ Vision", img: "img/account-picker1.jpg", details: [ @@ -466,7 +466,7 @@ window.settings = { label: "Network", value: "HMO", }] - },{ + }, { title: "U+ Vision", img: "img/account-picker1.jpg", details: [ @@ -500,6 +500,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/docs/health_pharma/index.html b/docs/health_pharma/index.html index b5a20566..16c7cc64 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 751b55e7..9a1e560b 100644 --- a/docs/health_pharma/js/config-settings.js +++ b/docs/health_pharma/js/config-settings.js @@ -326,7 +326,7 @@ window.settings = { type: "date", value: '2023-02-19', }] - },{ + }, { title: "Family Support", details: [ { @@ -427,7 +427,7 @@ window.settings = { type: "date", value: '2023-02-19', }] - },{ + }, { title: "Family Support", details: [ { @@ -457,6 +457,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/docs/health_provider/index.html b/docs/health_provider/index.html index 269631f1..1b101a30 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 976f705d..0e4f9bac 100644 --- a/docs/health_provider/js/config-settings.js +++ b/docs/health_provider/js/config-settings.js @@ -311,7 +311,7 @@ window.settings = { label: "Practice", value: "Binder Family", }, - ] + ] }, { title: "PPO Network", @@ -329,7 +329,7 @@ window.settings = { label: "Practice", value: "Binder Family", }, - ] + ] }, { title: "EPO Network", @@ -347,7 +347,7 @@ window.settings = { label: "Practice", value: "Binder Family", }, - ] + ] }, ], recentactivity: [ @@ -401,7 +401,7 @@ window.settings = { label: "Practice", value: "Binder Family", }, - ] + ] }, { title: "PPO Network", @@ -419,7 +419,7 @@ window.settings = { label: "Practice", value: "Binder Family", }, - ] + ] }, { title: "EPO Network", @@ -437,7 +437,7 @@ window.settings = { label: "Practice", value: "Binder Family", }, - ] + ] }, ], recentactivity: [ @@ -456,6 +456,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/docs/insurance/index.html b/docs/insurance/index.html index 9ec4d456..2b6c3557 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 bc21ada4..0abf7c84 100644 --- a/docs/insurance/js/config-settings.js +++ b/docs/insurance/js/config-settings.js @@ -604,6 +604,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/docs/manufacturing/index.html b/docs/manufacturing/index.html index cbcad28d..2b721e8f 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 bffe01b5..bef71d30 100755 --- a/docs/manufacturing/js/config-settings.js +++ b/docs/manufacturing/js/config-settings.js @@ -316,7 +316,7 @@ window.settings = { label: "Next payment due", type: "duedate" } - ] + ] }, { title: "Commercial thermostat", @@ -339,7 +339,7 @@ window.settings = { label: "Next payment due", type: "duedate" } - ] + ] }, { title: "Control system", @@ -362,7 +362,7 @@ window.settings = { label: "Next payment due", type: "duedate" } - ] + ] }, ], recentactivity: [ @@ -419,7 +419,7 @@ window.settings = { label: "Next payment due", type: "duedate" } - ] + ] }, { title: "Commercial thermostat", @@ -443,7 +443,7 @@ window.settings = { label: "Next payment due", type: "duedate" } - ] + ] }, { title: "Control system", @@ -467,7 +467,7 @@ window.settings = { label: "Next payment due", type: "duedate" } - ] + ] }, ], recentactivity: [ @@ -483,6 +483,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/docs/retail_bank/index.html b/docs/retail_bank/index.html index 2f0d2d17..0eb87b92 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 a673d6d8..6ce44f14 100644 --- a/docs/retail_bank/js/config-settings.js +++ b/docs/retail_bank/js/config-settings.js @@ -304,7 +304,7 @@ window.settings = { { label: "Card status", value: "Active", - }],[ + }], [ { label: "Card number", value: "***1875", @@ -373,7 +373,7 @@ window.settings = { label: "Interest rate", value: "2.30%", }, - ] + ] }, ], recentactivity: [ @@ -425,7 +425,7 @@ window.settings = { { label: "Card status", value: "Active", - }],[ + }], [ { label: "Card number", value: "***1875", @@ -487,7 +487,7 @@ window.settings = { type: "currency", value: 164.80, }, - ] + ] }, ], recentactivity: [ @@ -510,6 +510,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: "", WebChatBotID: "", @@ -524,7 +547,7 @@ window.settings = { DMMURL: "", DMMID: "pega-wm-chat", DMMSecret: "", - DMMPrivateURL:"https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", + DMMPrivateURL: "https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", DMMProactiveChatNewSessionTimeout: 0, DMMProactiveChatNewSessionCode: '5sonPage', }, diff --git a/docs/travel/index.html b/docs/travel/index.html index 69baeeee..80b76f0d 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 72355473..44a410a2 100644 --- a/docs/travel/js/config-settings.js +++ b/docs/travel/js/config-settings.js @@ -396,6 +396,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', @@ -410,7 +433,7 @@ window.settings = { DMMURL: "", DMMID: "pega-wm-chat", DMMSecret: "", - DMMPrivateURL:"https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", + DMMPrivateURL: "https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", DMMProactiveChatNewSessionTimeout: 0, DMMProactiveChatNewSessionCode: '5sonPage', }, diff --git a/docs/wealth/index.html b/docs/wealth/index.html index ccc4f34d..ad3673f4 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 67a147c4..5729d475 100644 --- a/docs/wealth/js/config-settings.js +++ b/docs/wealth/js/config-settings.js @@ -308,7 +308,7 @@ window.settings = { label: "Annualized rate of return", value: "8.4%", }, - ], + ], ], accountpicker: [ { @@ -395,7 +395,7 @@ window.settings = { label: "Annualized rate of return", value: "8.4%", }, - ], + ], ], accountpicker: [ { @@ -450,6 +450,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', @@ -464,7 +487,7 @@ window.settings = { DMMURL: "", DMMID: "pega-wm-chat", DMMSecret: "", - DMMPrivateURL:"https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", + DMMPrivateURL: "https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", DMMProactiveChatNewSessionTimeout: 0, DMMProactiveChatNewSessionCode: '5sonPage', }, diff --git a/package-lock.json b/package-lock.json index 27015dc6..08729069 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,44 +1,35 @@ { "name": "uplus-wss", "version": "2.0.0", - "lockfileVersion": 3, + "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "uplus-wss", "version": "2.0.0", "dependencies": { - "crypto-js": "^4.1.1", - "vue": "^3.2.45", + "crypto-js": "^4.2.0", + "vue": "^3.4.30", "vue-gtag": "^2.0.1", - "vue-i18n": "^9.2.2" + "vue-i18n": "^9.13.1" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.0.2", - "@vitejs/plugin-vue-jsx": "^3.0.0", - "@vitest/coverage-v8": "^1.1.1", + "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue-jsx": "^4.0.0", + "@vitest/coverage-v8": "^1.6.0", "@vue/eslint-config-prettier": "^9.0.0", - "@vue/test-utils": "^2.2.7", - "c8": "^9.1.0", - "cypress": "^13.1.0", - "eslint": "^9.1.1", + "@vue/test-utils": "^2.4.6", + "c8": "^10.1.2", + "cypress": "^13.12.0", + "eslint": "^8.57.0", "eslint-plugin-cypress": "^2.15.0", - "eslint-plugin-vue": "^9.8.0", - "jsdom": "^24.0.0", - "prettier": "^3.0.0", + "eslint-plugin-vue": "^9.26.0", + "jsdom": "^24.1.0", + "prettier": "^3.3.2", "replace-in-file": "^7.0.1", - "start-server-and-test": "^2.0.0", - "vite": "^5.0.4", - "vitest": "^1.1.1" - } - }, - "node_modules/@aashutoshrathi/word-wrap": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", - "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "start-server-and-test": "^2.0.4", + "vite": "^5.3.1", + "vitest": "^1.6.0" } }, "node_modules/@ampproject/remapping": { @@ -55,12 +46,12 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", - "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", + "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", "dev": true, "dependencies": { - "@babel/highlight": "^7.24.2", + "@babel/highlight": "^7.24.7", "picocolors": "^1.0.0" }, "engines": { @@ -68,30 +59,30 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz", - "integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.7.tgz", + "integrity": "sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.4.tgz", - "integrity": "sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.7.tgz", + "integrity": "sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.2", - "@babel/generator": "^7.24.4", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.24.4", - "@babel/parser": "^7.24.4", - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.1", - "@babel/types": "^7.24.0", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helpers": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/template": "^7.24.7", + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -107,12 +98,12 @@ } }, "node_modules/@babel/generator": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.4.tgz", - "integrity": "sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.7.tgz", + "integrity": "sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==", "dev": true, "dependencies": { - "@babel/types": "^7.24.0", + "@babel/types": "^7.24.7", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -122,25 +113,25 @@ } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", - "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", + "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", - "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz", + "integrity": "sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-validator-option": "^7.23.5", + "@babel/compat-data": "^7.24.7", + "@babel/helper-validator-option": "^7.24.7", "browserslist": "^4.22.2", "lru-cache": "^5.1.1", "semver": "^6.3.1" @@ -150,19 +141,19 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz", - "integrity": "sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-member-expression-to-functions": "^7.23.0", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.24.1", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz", + "integrity": "sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.7", + "@babel/helper-optimise-call-expression": "^7.24.7", + "@babel/helper-replace-supers": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", "semver": "^6.3.1" }, "engines": { @@ -173,74 +164,79 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", - "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", + "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", "dev": true, + "dependencies": { + "@babel/types": "^7.24.7" + }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", - "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", + "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", "dev": true, "dependencies": { - "@babel/template": "^7.22.15", - "@babel/types": "^7.23.0" + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-hoist-variables": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", - "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", + "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", - "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz", + "integrity": "sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==", "dev": true, "dependencies": { - "@babel/types": "^7.23.0" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.24.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz", - "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", + "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", "dev": true, "dependencies": { - "@babel/types": "^7.24.0" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", - "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz", + "integrity": "sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.20" + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-simple-access": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -250,35 +246,35 @@ } }, "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", - "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", + "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz", - "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz", + "integrity": "sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz", - "integrity": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz", + "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-member-expression-to-functions": "^7.23.0", - "@babel/helper-optimise-call-expression": "^7.22.5" + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.7", + "@babel/helper-optimise-call-expression": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -288,89 +284,90 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", - "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", + "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", - "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", + "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", - "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", + "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", - "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz", + "integrity": "sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", + "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", - "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz", + "integrity": "sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.4.tgz", - "integrity": "sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.7.tgz", + "integrity": "sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==", "dev": true, "dependencies": { - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.1", - "@babel/types": "^7.24.0" + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.24.2", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz", - "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", + "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.22.20", + "@babel/helper-validator-identifier": "^7.24.7", "chalk": "^2.4.2", "js-tokens": "^4.0.0", "picocolors": "^1.0.0" @@ -380,9 +377,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz", - "integrity": "sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz", + "integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==", "bin": { "parser": "bin/babel-parser.js" }, @@ -391,12 +388,12 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz", - "integrity": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", + "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -406,12 +403,12 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz", - "integrity": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz", + "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" + "@babel/helper-plugin-utils": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -421,15 +418,15 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.24.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.4.tgz", - "integrity": "sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.7.tgz", + "integrity": "sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.24.4", - "@babel/helper-plugin-utils": "^7.24.0", - "@babel/plugin-syntax-typescript": "^7.24.1" + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-typescript": "^7.24.7" }, "engines": { "node": ">=6.9.0" @@ -439,33 +436,33 @@ } }, "node_modules/@babel/template": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", - "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", + "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz", - "integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.24.1", - "@babel/generator": "^7.24.1", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.24.1", - "@babel/types": "^7.24.0", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.7.tgz", + "integrity": "sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-hoist-variables": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -474,13 +471,13 @@ } }, "node_modules/@babel/types": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", - "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.7.tgz", + "integrity": "sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==", "dev": true, "dependencies": { - "@babel/helper-string-parser": "^7.23.4", - "@babel/helper-validator-identifier": "^7.22.20", + "@babel/helper-string-parser": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7", "to-fast-properties": "^2.0.0" }, "engines": { @@ -552,9 +549,9 @@ } }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz", - "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", + "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", "cpu": [ "ppc64" ], @@ -568,9 +565,9 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz", - "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", "cpu": [ "arm" ], @@ -584,9 +581,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz", - "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", "cpu": [ "arm64" ], @@ -600,9 +597,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz", - "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", "cpu": [ "x64" ], @@ -616,9 +613,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz", - "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", "cpu": [ "arm64" ], @@ -632,9 +629,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz", - "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", "cpu": [ "x64" ], @@ -648,9 +645,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz", - "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", "cpu": [ "arm64" ], @@ -664,9 +661,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz", - "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", "cpu": [ "x64" ], @@ -680,9 +677,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz", - "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", "cpu": [ "arm" ], @@ -696,9 +693,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz", - "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", "cpu": [ "arm64" ], @@ -712,9 +709,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz", - "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", "cpu": [ "ia32" ], @@ -728,9 +725,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz", - "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", "cpu": [ "loong64" ], @@ -744,9 +741,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz", - "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", "cpu": [ "mips64el" ], @@ -760,9 +757,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz", - "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", "cpu": [ "ppc64" ], @@ -776,9 +773,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz", - "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", "cpu": [ "riscv64" ], @@ -792,9 +789,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz", - "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", "cpu": [ "s390x" ], @@ -808,9 +805,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz", - "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", + "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", "cpu": [ "x64" ], @@ -824,9 +821,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz", - "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", "cpu": [ "x64" ], @@ -840,9 +837,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz", - "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", "cpu": [ "x64" ], @@ -856,9 +853,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz", - "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", "cpu": [ "x64" ], @@ -872,9 +869,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz", - "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", "cpu": [ "arm64" ], @@ -888,9 +885,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz", - "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", "cpu": [ "ia32" ], @@ -904,9 +901,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz", - "integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", "cpu": [ "x64" ], @@ -934,37 +931,25 @@ "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.10.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", - "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.1.tgz", + "integrity": "sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==", "dev": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@eslint/eslintrc": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.0.2.tgz", - "integrity": "sha512-wV19ZEGEMAC1eHgrS7UQPqsdEiCIbTKTasEfcXAigzoXICcqZSjBZEHlZwNVvKg6UBCjSlos84XiLqsRJnIcIg==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", "dev": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^10.0.1", - "globals": "^14.0.0", + "espree": "^9.6.0", + "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", @@ -972,31 +957,46 @@ "strip-json-comments": "^3.1.1" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.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==", + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, "engines": { - "node": ">=18" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/eslintrc/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@eslint/js": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.1.1.tgz", - "integrity": "sha512-5WoDz3Y19Bg2BnErkZTp0en+c/i9PvgFS7MBe1+m60HjFr0hrphlAGp4yzI7pxpt4xShln4ZyYp4neJm8hmOkQ==", + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", + "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", "dev": true, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@hapi/hoek": { @@ -1015,12 +1015,13 @@ } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", - "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", + "version": "0.11.14", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", + "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", + "deprecated": "Use @eslint/config-array instead", "dev": true, "dependencies": { - "@humanwhocodes/object-schema": "^2.0.3", + "@humanwhocodes/object-schema": "^2.0.2", "debug": "^4.3.1", "minimatch": "^3.0.5" }, @@ -1045,21 +1046,9 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", + "deprecated": "Use @eslint/object-schema instead", "dev": true }, - "node_modules/@humanwhocodes/retry": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.2.3.tgz", - "integrity": "sha512-X38nUbachlb01YMlvPFojKoiXq+LzZvuSce70KPMPdeM1Rj03k4dR7lDslhbqXn3Ang4EU3+EAmwEAsbrjHW3g==", - "dev": true, - "engines": { - "node": ">=18.18" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, "node_modules/@intlify/core-base": { "version": "9.13.1", "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.13.1.tgz", @@ -1300,9 +1289,9 @@ } }, "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.16.4.tgz", - "integrity": "sha512-GkhjAaQ8oUTOKE4g4gsZ0u8K/IHU1+2WQSgS1TwTcYvL+sjbaQjNHFXbOJ6kgqGHIO1DfUhI/Sphi9GkRT9K+Q==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.18.0.tgz", + "integrity": "sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==", "cpu": [ "arm" ], @@ -1313,9 +1302,9 @@ ] }, "node_modules/@rollup/rollup-android-arm64": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.16.4.tgz", - "integrity": "sha512-Bvm6D+NPbGMQOcxvS1zUl8H7DWlywSXsphAeOnVeiZLQ+0J6Is8T7SrjGTH29KtYkiY9vld8ZnpV3G2EPbom+w==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.18.0.tgz", + "integrity": "sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==", "cpu": [ "arm64" ], @@ -1326,9 +1315,9 @@ ] }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.16.4.tgz", - "integrity": "sha512-i5d64MlnYBO9EkCOGe5vPR/EeDwjnKOGGdd7zKFhU5y8haKhQZTN2DgVtpODDMxUr4t2K90wTUJg7ilgND6bXw==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.18.0.tgz", + "integrity": "sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==", "cpu": [ "arm64" ], @@ -1339,9 +1328,9 @@ ] }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.16.4.tgz", - "integrity": "sha512-WZupV1+CdUYehaZqjaFTClJI72fjJEgTXdf4NbW69I9XyvdmztUExBtcI2yIIU6hJtYvtwS6pkTkHJz+k08mAQ==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.18.0.tgz", + "integrity": "sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==", "cpu": [ "x64" ], @@ -1352,9 +1341,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.16.4.tgz", - "integrity": "sha512-ADm/xt86JUnmAfA9mBqFcRp//RVRt1ohGOYF6yL+IFCYqOBNwy5lbEK05xTsEoJq+/tJzg8ICUtS82WinJRuIw==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.18.0.tgz", + "integrity": "sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==", "cpu": [ "arm" ], @@ -1365,9 +1354,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.16.4.tgz", - "integrity": "sha512-tJfJaXPiFAG+Jn3cutp7mCs1ePltuAgRqdDZrzb1aeE3TktWWJ+g7xK9SNlaSUFw6IU4QgOxAY4rA+wZUT5Wfg==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.18.0.tgz", + "integrity": "sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==", "cpu": [ "arm" ], @@ -1378,9 +1367,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.16.4.tgz", - "integrity": "sha512-7dy1BzQkgYlUTapDTvK997cgi0Orh5Iu7JlZVBy1MBURk7/HSbHkzRnXZa19ozy+wwD8/SlpJnOOckuNZtJR9w==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.18.0.tgz", + "integrity": "sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==", "cpu": [ "arm64" ], @@ -1391,9 +1380,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.16.4.tgz", - "integrity": "sha512-zsFwdUw5XLD1gQe0aoU2HVceI6NEW7q7m05wA46eUAyrkeNYExObfRFQcvA6zw8lfRc5BHtan3tBpo+kqEOxmg==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.18.0.tgz", + "integrity": "sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==", "cpu": [ "arm64" ], @@ -1404,9 +1393,9 @@ ] }, "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.16.4.tgz", - "integrity": "sha512-p8C3NnxXooRdNrdv6dBmRTddEapfESEUflpICDNKXpHvTjRRq1J82CbU5G3XfebIZyI3B0s074JHMWD36qOW6w==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.18.0.tgz", + "integrity": "sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==", "cpu": [ "ppc64" ], @@ -1417,9 +1406,9 @@ ] }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.16.4.tgz", - "integrity": "sha512-Lh/8ckoar4s4Id2foY7jNgitTOUQczwMWNYi+Mjt0eQ9LKhr6sK477REqQkmy8YHY3Ca3A2JJVdXnfb3Rrwkng==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.18.0.tgz", + "integrity": "sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==", "cpu": [ "riscv64" ], @@ -1430,9 +1419,9 @@ ] }, "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.16.4.tgz", - "integrity": "sha512-1xwwn9ZCQYuqGmulGsTZoKrrn0z2fAur2ujE60QgyDpHmBbXbxLaQiEvzJWDrscRq43c8DnuHx3QorhMTZgisQ==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.18.0.tgz", + "integrity": "sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==", "cpu": [ "s390x" ], @@ -1443,9 +1432,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.16.4.tgz", - "integrity": "sha512-LuOGGKAJ7dfRtxVnO1i3qWc6N9sh0Em/8aZ3CezixSTM+E9Oq3OvTsvC4sm6wWjzpsIlOCnZjdluINKESflJLA==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.0.tgz", + "integrity": "sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==", "cpu": [ "x64" ], @@ -1456,9 +1445,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.16.4.tgz", - "integrity": "sha512-ch86i7KkJKkLybDP2AtySFTRi5fM3KXp0PnHocHuJMdZwu7BuyIKi35BE9guMlmTpwwBTB3ljHj9IQXnTCD0vA==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.18.0.tgz", + "integrity": "sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==", "cpu": [ "x64" ], @@ -1469,9 +1458,9 @@ ] }, "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.16.4.tgz", - "integrity": "sha512-Ma4PwyLfOWZWayfEsNQzTDBVW8PZ6TUUN1uFTBQbF2Chv/+sjenE86lpiEwj2FiviSmSZ4Ap4MaAfl1ciF4aSA==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.18.0.tgz", + "integrity": "sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==", "cpu": [ "arm64" ], @@ -1482,9 +1471,9 @@ ] }, "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.16.4.tgz", - "integrity": "sha512-9m/ZDrQsdo/c06uOlP3W9G2ENRVzgzbSXmXHT4hwVaDQhYcRpi9bgBT0FTG9OhESxwK0WjQxYOSfv40cU+T69w==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.18.0.tgz", + "integrity": "sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==", "cpu": [ "ia32" ], @@ -1495,9 +1484,9 @@ ] }, "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.16.4.tgz", - "integrity": "sha512-YunpoOAyGLDseanENHmbFvQSfVL5BxW3k7hhy0eN4rb3gS/ct75dVD0EXOWIqFT/nE8XYW6LP6vz6ctKRi0k9A==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.18.0.tgz", + "integrity": "sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==", "cpu": [ "x64" ], @@ -1547,9 +1536,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.12.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", - "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", + "version": "20.14.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz", + "integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==", "dev": true, "optional": true, "dependencies": { @@ -1578,10 +1567,16 @@ "@types/node": "*" } }, + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, "node_modules/@vitejs/plugin-vue": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.4.tgz", - "integrity": "sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.5.tgz", + "integrity": "sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==", "dev": true, "engines": { "node": "^18.0.0 || >=20.0.0" @@ -1592,27 +1587,27 @@ } }, "node_modules/@vitejs/plugin-vue-jsx": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.1.0.tgz", - "integrity": "sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.0.0.tgz", + "integrity": "sha512-A+6wL2AdQhDsLsDnY+2v4rRDI1HLJGIMc97a8FURO9tqKsH5QvjWrzsa5DH3NlZsM742W2wODl2fF+bfcTWtXw==", "dev": true, "dependencies": { - "@babel/core": "^7.23.3", - "@babel/plugin-transform-typescript": "^7.23.3", - "@vue/babel-plugin-jsx": "^1.1.5" + "@babel/core": "^7.24.6", + "@babel/plugin-transform-typescript": "^7.24.6", + "@vue/babel-plugin-jsx": "^1.2.2" }, "engines": { - "node": "^14.18.0 || >=16.0.0" + "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { - "vite": "^4.0.0 || ^5.0.0", + "vite": "^5.0.0", "vue": "^3.0.0" } }, "node_modules/@vitest/coverage-v8": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-1.5.1.tgz", - "integrity": "sha512-Zx+dYEDcZg+44ksjIWvWosIGlPLJB1PPpN3O8+Xrh/1qa7WSFA6Y8H7lsZJTYrxu4G2unk9tvP5TgjIGDliF1w==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-1.6.0.tgz", + "integrity": "sha512-KvapcbMY/8GYIG0rlwwOKCVNRc0OL20rrhFkg/CHNzncV03TE2XWvO5w9uZYoxNiMEBacAJt3unSOiZ7svePew==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.1", @@ -1633,17 +1628,17 @@ "url": "https://opencollective.com/vitest" }, "peerDependencies": { - "vitest": "1.5.1" + "vitest": "1.6.0" } }, "node_modules/@vitest/expect": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-1.5.1.tgz", - "integrity": "sha512-w3Bn+VUMqku+oWmxvPhTE86uMTbfmBl35aGaIPlwVW7Q89ZREC/icfo2HBsEZ3AAW6YR9lObfZKPEzstw9tJOQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-1.6.0.tgz", + "integrity": "sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==", "dev": true, "dependencies": { - "@vitest/spy": "1.5.1", - "@vitest/utils": "1.5.1", + "@vitest/spy": "1.6.0", + "@vitest/utils": "1.6.0", "chai": "^4.3.10" }, "funding": { @@ -1651,12 +1646,12 @@ } }, "node_modules/@vitest/runner": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-1.5.1.tgz", - "integrity": "sha512-mt372zsz0vFR7L1xF/ert4t+teD66oSuXoTyaZbl0eJgilvyzCKP1tJ21gVa8cDklkBOM3DLnkE1ljj/BskyEw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-1.6.0.tgz", + "integrity": "sha512-P4xgwPjwesuBiHisAVz/LSSZtDjOTPYZVmNAnpHHSR6ONrf8eCJOFRvUwdHn30F5M1fxhqtl7QZQUk2dprIXAg==", "dev": true, "dependencies": { - "@vitest/utils": "1.5.1", + "@vitest/utils": "1.6.0", "p-limit": "^5.0.0", "pathe": "^1.1.1" }, @@ -1692,9 +1687,9 @@ } }, "node_modules/@vitest/snapshot": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-1.5.1.tgz", - "integrity": "sha512-h/1SGaZYXmjn6hULRBOlqam2z4oTlEe6WwARRzLErAPBqljAs6eX7tfdyN0K+MpipIwSZ5sZsubDWkCPAiVXZQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-1.6.0.tgz", + "integrity": "sha512-+Hx43f8Chus+DCmygqqfetcAZrDJwvTj0ymqjQq4CvmpKFSTVteEOBzCusu1x2tt4OJcvBflyHUE0DZSLgEMtQ==", "dev": true, "dependencies": { "magic-string": "^0.30.5", @@ -1706,9 +1701,9 @@ } }, "node_modules/@vitest/spy": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-1.5.1.tgz", - "integrity": "sha512-vsqczk6uPJjmPLy6AEtqfbFqgLYcGBe9BTY+XL8L6y8vrGOhyE23CJN9P/hPimKXnScbqiZ/r/UtUSOQ2jIDGg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-1.6.0.tgz", + "integrity": "sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==", "dev": true, "dependencies": { "tinyspy": "^2.2.0" @@ -1718,9 +1713,9 @@ } }, "node_modules/@vitest/utils": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-1.5.1.tgz", - "integrity": "sha512-92pE17bBXUxA0Y7goPcvnATMCuq4NQLOmqsG0e2BtzRi7KLwZB5jpiELi/8ybY8IQNWemKjSD5rMoO7xTdv8ug==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-1.6.0.tgz", + "integrity": "sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==", "dev": true, "dependencies": { "diff-sequences": "^29.6.3", @@ -1815,36 +1810,36 @@ } }, "node_modules/@vue/compiler-core": { - "version": "3.4.25", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.25.tgz", - "integrity": "sha512-Y2pLLopaElgWnMNolgG8w3C5nNUVev80L7hdQ5iIKPtMJvhVpG0zhnBG/g3UajJmZdvW0fktyZTotEHD1Srhbg==", + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.30.tgz", + "integrity": "sha512-ZL8y4Xxdh8O6PSwfdZ1IpQ24PjTAieOz3jXb/MDTfDtANcKBMxg1KLm6OX2jofsaQGYfIVzd3BAG22i56/cF1w==", "dependencies": { - "@babel/parser": "^7.24.4", - "@vue/shared": "3.4.25", + "@babel/parser": "^7.24.7", + "@vue/shared": "3.4.30", "entities": "^4.5.0", "estree-walker": "^2.0.2", "source-map-js": "^1.2.0" } }, "node_modules/@vue/compiler-dom": { - "version": "3.4.25", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.25.tgz", - "integrity": "sha512-Ugz5DusW57+HjllAugLci19NsDK+VyjGvmbB2TXaTcSlQxwL++2PETHx/+Qv6qFwNLzSt7HKepPe4DcTE3pBWg==", + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.30.tgz", + "integrity": "sha512-+16Sd8lYr5j/owCbr9dowcNfrHd+pz+w2/b5Lt26Oz/kB90C9yNbxQ3bYOvt7rI2bxk0nqda39hVcwDFw85c2Q==", "dependencies": { - "@vue/compiler-core": "3.4.25", - "@vue/shared": "3.4.25" + "@vue/compiler-core": "3.4.30", + "@vue/shared": "3.4.30" } }, "node_modules/@vue/compiler-sfc": { - "version": "3.4.25", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.25.tgz", - "integrity": "sha512-m7rryuqzIoQpOBZ18wKyq05IwL6qEpZxFZfRxlNYuIPDqywrXQxgUwLXIvoU72gs6cRdY6wHD0WVZIFE4OEaAQ==", - "dependencies": { - "@babel/parser": "^7.24.4", - "@vue/compiler-core": "3.4.25", - "@vue/compiler-dom": "3.4.25", - "@vue/compiler-ssr": "3.4.25", - "@vue/shared": "3.4.25", + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.30.tgz", + "integrity": "sha512-8vElKklHn/UY8+FgUFlQrYAPbtiSB2zcgeRKW7HkpSRn/JjMRmZvuOtwDx036D1aqKNSTtXkWRfqx53Qb+HmMg==", + "dependencies": { + "@babel/parser": "^7.24.7", + "@vue/compiler-core": "3.4.30", + "@vue/compiler-dom": "3.4.30", + "@vue/compiler-ssr": "3.4.30", + "@vue/shared": "3.4.30", "estree-walker": "^2.0.2", "magic-string": "^0.30.10", "postcss": "^8.4.38", @@ -1852,18 +1847,18 @@ } }, "node_modules/@vue/compiler-ssr": { - "version": "3.4.25", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.25.tgz", - "integrity": "sha512-H2ohvM/Pf6LelGxDBnfbbXFPyM4NE3hrw0e/EpwuSiYu8c819wx+SVGdJ65p/sFrYDd6OnSDxN1MB2mN07hRSQ==", + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.30.tgz", + "integrity": "sha512-ZJ56YZGXJDd6jky4mmM0rNaNP6kIbQu9LTKZDhcpddGe/3QIalB1WHHmZ6iZfFNyj5mSypTa4+qDJa5VIuxMSg==", "dependencies": { - "@vue/compiler-dom": "3.4.25", - "@vue/shared": "3.4.25" + "@vue/compiler-dom": "3.4.30", + "@vue/shared": "3.4.30" } }, "node_modules/@vue/devtools-api": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.1.tgz", - "integrity": "sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==" + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.3.tgz", + "integrity": "sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==" }, "node_modules/@vue/eslint-config-prettier": { "version": "9.0.0", @@ -1880,53 +1875,54 @@ } }, "node_modules/@vue/reactivity": { - "version": "3.4.25", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.25.tgz", - "integrity": "sha512-mKbEtKr1iTxZkAG3vm3BtKHAOhuI4zzsVcN0epDldU/THsrvfXRKzq+lZnjczZGnTdh3ojd86/WrP+u9M51pWQ==", + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.30.tgz", + "integrity": "sha512-bVJurnCe3LS0JII8PPoAA63Zd2MBzcKrEzwdQl92eHCcxtIbxD2fhNwJpa+KkM3Y/A4T5FUnmdhgKwOf6BfbcA==", "dependencies": { - "@vue/shared": "3.4.25" + "@vue/shared": "3.4.30" } }, "node_modules/@vue/runtime-core": { - "version": "3.4.25", - "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.25.tgz", - "integrity": "sha512-3qhsTqbEh8BMH3pXf009epCI5E7bKu28fJLi9O6W+ZGt/6xgSfMuGPqa5HRbUxLoehTNp5uWvzCr60KuiRIL0Q==", + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.30.tgz", + "integrity": "sha512-qaFEbnNpGz+tlnkaualomogzN8vBLkgzK55uuWjYXbYn039eOBZrWxyXWq/7qh9Bz2FPifZqGjVDl/FXiq9L2g==", "dependencies": { - "@vue/reactivity": "3.4.25", - "@vue/shared": "3.4.25" + "@vue/reactivity": "3.4.30", + "@vue/shared": "3.4.30" } }, "node_modules/@vue/runtime-dom": { - "version": "3.4.25", - "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.25.tgz", - "integrity": "sha512-ode0sj77kuwXwSc+2Yhk8JMHZh1sZp9F/51wdBiz3KGaWltbKtdihlJFhQG4H6AY+A06zzeMLkq6qu8uDSsaoA==", + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.30.tgz", + "integrity": "sha512-tV6B4YiZRj5QsaJgw2THCy5C1H+2UeywO9tqgWEc21tn85qHEERndHN/CxlyXvSBFrpmlexCIdnqPuR9RM9thw==", "dependencies": { - "@vue/runtime-core": "3.4.25", - "@vue/shared": "3.4.25", + "@vue/reactivity": "3.4.30", + "@vue/runtime-core": "3.4.30", + "@vue/shared": "3.4.30", "csstype": "^3.1.3" } }, "node_modules/@vue/server-renderer": { - "version": "3.4.25", - "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.25.tgz", - "integrity": "sha512-8VTwq0Zcu3K4dWV0jOwIVINESE/gha3ifYCOKEhxOj6MEl5K5y8J8clQncTcDhKF+9U765nRw4UdUEXvrGhyVQ==", + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.30.tgz", + "integrity": "sha512-TBD3eqR1DeDc0cMrXS/vEs/PWzq1uXxnvjoqQuDGFIEHFIwuDTX/KWAQKIBjyMWLFHEeTDGYVsYci85z2UbTDg==", "dependencies": { - "@vue/compiler-ssr": "3.4.25", - "@vue/shared": "3.4.25" + "@vue/compiler-ssr": "3.4.30", + "@vue/shared": "3.4.30" }, "peerDependencies": { - "vue": "3.4.25" + "vue": "3.4.30" } }, "node_modules/@vue/shared": { - "version": "3.4.25", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.25.tgz", - "integrity": "sha512-k0yappJ77g2+KNrIaF0FFnzwLvUBLUYr8VOwz+/6vLsmItFp51AcxLL7Ey3iPd7BIRyWPOcqUjMnm7OkahXllA==" + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.30.tgz", + "integrity": "sha512-CLg+f8RQCHQnKvuHY9adMsMaQOcqclh6Z5V9TaoMgy0ut0tz848joZ7/CYFFyF/yZ5i2yaw7Fn498C+CNZVHIg==" }, "node_modules/@vue/test-utils": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.4.5.tgz", - "integrity": "sha512-oo2u7vktOyKUked36R93NB7mg2B+N7Plr8lxp2JBGwr18ch6EggFjixSCdIVVLkT6Qr0z359Xvnafc9dcKyDUg==", + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.4.6.tgz", + "integrity": "sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==", "dev": true, "dependencies": { "js-beautify": "^1.14.9", @@ -1943,9 +1939,9 @@ } }, "node_modules/acorn": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.0.tgz", + "integrity": "sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -1964,10 +1960,13 @@ } }, "node_modules/acorn-walk": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", - "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", + "version": "8.3.3", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz", + "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==", "dev": true, + "dependencies": { + "acorn": "^8.11.0" + }, "engines": { "node": ">=0.4.0" } @@ -2157,15 +2156,15 @@ } }, "node_modules/aws4": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", - "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.0.tgz", + "integrity": "sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==", "dev": true }, "node_modules/axios": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", - "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", + "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", "dev": true, "dependencies": { "follow-redirects": "^1.15.6", @@ -2257,9 +2256,9 @@ } }, "node_modules/browserslist": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", - "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.1.tgz", + "integrity": "sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==", "dev": true, "funding": [ { @@ -2276,10 +2275,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001587", - "electron-to-chromium": "^1.4.668", + "caniuse-lite": "^1.0.30001629", + "electron-to-chromium": "^1.4.796", "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.13" + "update-browserslist-db": "^1.0.16" }, "bin": { "browserslist": "cli.js" @@ -2322,9 +2321,9 @@ } }, "node_modules/c8": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/c8/-/c8-9.1.0.tgz", - "integrity": "sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/c8/-/c8-10.1.2.tgz", + "integrity": "sha512-Qr6rj76eSshu5CgRYvktW0uM0CFY0yi4Fd5D0duDXO6sYinyopmftUiJVuzBQxQcwQLor7JWDVRP+dUfCmzgJw==", "dev": true, "dependencies": { "@bcoe/v8-coverage": "^0.2.3", @@ -2334,7 +2333,7 @@ "istanbul-lib-coverage": "^3.2.0", "istanbul-lib-report": "^3.0.1", "istanbul-reports": "^3.1.6", - "test-exclude": "^6.0.0", + "test-exclude": "^7.0.1", "v8-to-istanbul": "^9.0.0", "yargs": "^17.7.2", "yargs-parser": "^21.1.1" @@ -2343,7 +2342,53 @@ "c8": "bin/c8.js" }, "engines": { - "node": ">=14.14.0" + "node": ">=18" + }, + "peerDependencies": { + "monocart-coverage-reports": "^2" + }, + "peerDependenciesMeta": { + "monocart-coverage-reports": { + "optional": true + } + } + }, + "node_modules/c8/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/c8/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/c8/node_modules/test-exclude": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-7.0.1.tgz", + "integrity": "sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==", + "dev": true, + "dependencies": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^10.4.1", + "minimatch": "^9.0.4" + }, + "engines": { + "node": ">=18" } }, "node_modules/cac": { @@ -2405,9 +2450,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001612", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001612.tgz", - "integrity": "sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==", + "version": "1.0.30001637", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001637.tgz", + "integrity": "sha512-1x0qRI1mD1o9e+7mBI7XtzFAP4XszbHaVWsMiGbSPLYekKTJF7K+FNk6AsXH4sUpc+qrsI3pVgf1Jdl/uGkuSQ==", "dev": true, "funding": [ { @@ -2520,9 +2565,9 @@ } }, "node_modules/cli-table3": { - "version": "0.6.4", - "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.4.tgz", - "integrity": "sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw==", + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", + "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", "dev": true, "dependencies": { "string-width": "^4.2.0" @@ -2748,15 +2793,21 @@ "node": ">=18" } }, + "node_modules/cssstyle/node_modules/rrweb-cssom": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz", + "integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==", + "dev": true + }, "node_modules/csstype": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/cypress": { - "version": "13.8.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.8.1.tgz", - "integrity": "sha512-Uk6ovhRbTg6FmXjeZW/TkbRM07KPtvM5gah1BIMp4Y2s+i/NMxgaLw0+PbYTOdw1+egE0FP3mWRiGcRkjjmhzA==", + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz", + "integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2880,26 +2931,11 @@ "node": ">=8" } }, - "node_modules/cypress/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/cypress/node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -2922,12 +2958,6 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/cypress/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/dashdash": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", @@ -2954,15 +2984,15 @@ } }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==", + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==", "dev": true }, "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", "dev": true, "dependencies": { "ms": "2.1.2" @@ -2983,9 +3013,9 @@ "dev": true }, "node_modules/deep-eql": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.3.tgz", - "integrity": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.4.tgz", + "integrity": "sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==", "dev": true, "dependencies": { "type-detect": "^4.0.0" @@ -3035,6 +3065,18 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/duplexer": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", @@ -3093,18 +3135,6 @@ "node": ">=14" } }, - "node_modules/editorconfig/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/editorconfig/node_modules/minimatch": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", @@ -3121,13 +3151,10 @@ } }, "node_modules/editorconfig/node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -3135,16 +3162,10 @@ "node": ">=10" } }, - "node_modules/editorconfig/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/electron-to-chromium": { - "version": "1.4.747", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.747.tgz", - "integrity": "sha512-+FnSWZIAvFHbsNVmUxhEqWiaOiPMcfum1GQzlWCg/wLigVtshOsjXHyEFfmt6cFK6+HkS3QOJBv6/3OPumbBfw==", + "version": "1.4.812", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.812.tgz", + "integrity": "sha512-7L8fC2Ey/b6SePDFKR2zHAy4mbdp1/38Yk5TsARO66W3hC5KEaeKMMHoxwtuH+jcu2AYLSn9QX04i95t6Fl1Hg==", "dev": true }, "node_modules/emoji-regex": { @@ -3208,9 +3229,9 @@ } }, "node_modules/esbuild": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz", - "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==", + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", + "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", "dev": true, "hasInstallScript": true, "bin": { @@ -3220,29 +3241,29 @@ "node": ">=12" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.20.2", - "@esbuild/android-arm": "0.20.2", - "@esbuild/android-arm64": "0.20.2", - "@esbuild/android-x64": "0.20.2", - "@esbuild/darwin-arm64": "0.20.2", - "@esbuild/darwin-x64": "0.20.2", - "@esbuild/freebsd-arm64": "0.20.2", - "@esbuild/freebsd-x64": "0.20.2", - "@esbuild/linux-arm": "0.20.2", - "@esbuild/linux-arm64": "0.20.2", - "@esbuild/linux-ia32": "0.20.2", - "@esbuild/linux-loong64": "0.20.2", - "@esbuild/linux-mips64el": "0.20.2", - "@esbuild/linux-ppc64": "0.20.2", - "@esbuild/linux-riscv64": "0.20.2", - "@esbuild/linux-s390x": "0.20.2", - "@esbuild/linux-x64": "0.20.2", - "@esbuild/netbsd-x64": "0.20.2", - "@esbuild/openbsd-x64": "0.20.2", - "@esbuild/sunos-x64": "0.20.2", - "@esbuild/win32-arm64": "0.20.2", - "@esbuild/win32-ia32": "0.20.2", - "@esbuild/win32-x64": "0.20.2" + "@esbuild/aix-ppc64": "0.21.5", + "@esbuild/android-arm": "0.21.5", + "@esbuild/android-arm64": "0.21.5", + "@esbuild/android-x64": "0.21.5", + "@esbuild/darwin-arm64": "0.21.5", + "@esbuild/darwin-x64": "0.21.5", + "@esbuild/freebsd-arm64": "0.21.5", + "@esbuild/freebsd-x64": "0.21.5", + "@esbuild/linux-arm": "0.21.5", + "@esbuild/linux-arm64": "0.21.5", + "@esbuild/linux-ia32": "0.21.5", + "@esbuild/linux-loong64": "0.21.5", + "@esbuild/linux-mips64el": "0.21.5", + "@esbuild/linux-ppc64": "0.21.5", + "@esbuild/linux-riscv64": "0.21.5", + "@esbuild/linux-s390x": "0.21.5", + "@esbuild/linux-x64": "0.21.5", + "@esbuild/netbsd-x64": "0.21.5", + "@esbuild/openbsd-x64": "0.21.5", + "@esbuild/sunos-x64": "0.21.5", + "@esbuild/win32-arm64": "0.21.5", + "@esbuild/win32-ia32": "0.21.5", + "@esbuild/win32-x64": "0.21.5" } }, "node_modules/escalade": { @@ -3264,37 +3285,41 @@ } }, "node_modules/eslint": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.1.1.tgz", - "integrity": "sha512-b4cRQ0BeZcSEzPpY2PjFY70VbO32K7BStTGtBsnIGdTSEEQzBi8hPBcGQmTG2zUvFr9uLe0TK42bw8YszuHEqg==", + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", + "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^3.0.2", - "@eslint/js": "9.1.1", - "@humanwhocodes/config-array": "^0.13.0", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.57.0", + "@humanwhocodes/config-array": "^0.11.14", "@humanwhocodes/module-importer": "^1.0.1", - "@humanwhocodes/retry": "^0.2.3", "@nodelib/fs.walk": "^1.2.8", + "@ungap/structured-clone": "^1.2.0", "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.3.2", + "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^8.0.1", - "eslint-visitor-keys": "^4.0.0", - "espree": "^10.0.1", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^8.0.0", + "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "graphemer": "^1.4.0", "ignore": "^5.2.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "is-path-inside": "^3.0.3", + "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", "lodash.merge": "^4.6.2", @@ -3308,7 +3333,7 @@ "eslint": "bin/eslint.js" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -3396,9 +3421,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.25.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.25.0.tgz", - "integrity": "sha512-tDWlx14bVe6Bs+Nnh3IGrD+hb11kf2nukfm6jLsmJIhmiRQ1SUaksvwY9U5MvPB0pcrg0QK0xapQkfITs3RKOA==", + "version": "9.26.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.26.0.tgz", + "integrity": "sha512-eTvlxXgd4ijE1cdur850G6KalZqk65k1JKoOI2d1kT3hr8sPD07j1q98FRFdNnpxBELGPWxZmInxeHGF/GxtqQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", @@ -3432,26 +3457,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint-plugin-vue/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/eslint-plugin-vue/node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -3471,35 +3481,29 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint-plugin-vue/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/eslint-scope": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.1.tgz", - "integrity": "sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==", + "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": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/eslint" } }, "node_modules/eslint-visitor-keys": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", - "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", + "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": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -3566,6 +3570,21 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/eslint/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/eslint/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -3587,18 +3606,30 @@ "node": ">=8" } }, + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/espree": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.0.1.tgz", - "integrity": "sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww==", + "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.11.3", + "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.0.0" + "eslint-visitor-keys": "^3.4.1" }, "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { "url": "https://opencollective.com/eslint" @@ -3800,15 +3831,15 @@ } }, "node_modules/file-entry-cache": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz", - "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", "dev": true, "dependencies": { - "flat-cache": "^4.0.0" + "flat-cache": "^3.0.4" }, "engines": { - "node": ">=16.0.0" + "node": "^10.12.0 || >=12.0.0" } }, "node_modules/find-up": { @@ -3828,16 +3859,17 @@ } }, "node_modules/flat-cache": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz", - "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", "dev": true, "dependencies": { "flatted": "^3.2.9", - "keyv": "^4.5.4" + "keyv": "^4.5.3", + "rimraf": "^3.0.2" }, "engines": { - "node": ">=16" + "node": "^10.12.0 || >=12.0.0" } }, "node_modules/flatted": { @@ -3867,9 +3899,9 @@ } }, "node_modules/foreground-child": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", - "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz", + "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==", "dev": true, "dependencies": { "cross-spawn": "^7.0.0", @@ -4047,22 +4079,23 @@ } }, "node_modules/glob": { - "version": "10.3.12", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz", - "integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==", + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz", + "integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", - "jackspeak": "^2.3.6", - "minimatch": "^9.0.1", - "minipass": "^7.0.4", - "path-scurry": "^1.10.2" + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" }, "bin": { "glob": "dist/esm/bin.mjs" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=16 || 14 >=14.18" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -4090,9 +4123,9 @@ } }, "node_modules/glob/node_modules/minimatch": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", - "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -4146,6 +4179,12 @@ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "dev": true }, + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "dev": true + }, "node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", @@ -4361,6 +4400,7 @@ "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", "dev": true, "dependencies": { "once": "^1.3.0", @@ -4569,9 +4609,9 @@ } }, "node_modules/jackspeak": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", - "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.0.tgz", + "integrity": "sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==", "dev": true, "dependencies": { "@isaacs/cliui": "^8.0.2" @@ -4587,9 +4627,9 @@ } }, "node_modules/joi": { - "version": "17.13.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.0.tgz", - "integrity": "sha512-9qcrTyoBmFZRNHeVP4edKqIUEgFzq7MHvTNSDuHSqkpOPtiBkgNgcmTSqmiw1kw9tdKaiddvIDv/eCJDxmqWCA==", + "version": "17.13.3", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz", + "integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==", "dev": true, "dependencies": { "@hapi/hoek": "^9.3.0", @@ -4654,9 +4694,9 @@ "dev": true }, "node_modules/jsdom": { - "version": "24.0.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.0.0.tgz", - "integrity": "sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A==", + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.1.0.tgz", + "integrity": "sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==", "dev": true, "dependencies": { "cssstyle": "^4.0.1", @@ -4664,21 +4704,21 @@ "decimal.js": "^10.4.3", "form-data": "^4.0.0", "html-encoding-sniffer": "^4.0.0", - "http-proxy-agent": "^7.0.0", - "https-proxy-agent": "^7.0.2", + "http-proxy-agent": "^7.0.2", + "https-proxy-agent": "^7.0.4", "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.7", + "nwsapi": "^2.2.10", "parse5": "^7.1.2", - "rrweb-cssom": "^0.6.0", + "rrweb-cssom": "^0.7.0", "saxes": "^6.0.0", "symbol-tree": "^3.2.4", - "tough-cookie": "^4.1.3", + "tough-cookie": "^4.1.4", "w3c-xmlserializer": "^5.0.0", "webidl-conversions": "^7.0.0", "whatwg-encoding": "^3.1.1", "whatwg-mimetype": "^4.0.0", "whatwg-url": "^14.0.0", - "ws": "^8.16.0", + "ws": "^8.17.0", "xml-name-validator": "^5.0.0" }, "engines": { @@ -5174,39 +5214,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/make-dir/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "node_modules/make-dir/node_modules/semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "yallist": "^4.0.0" + "bin": { + "semver": "bin/semver.js" }, "engines": { "node": ">=10" } }, - "node_modules/make-dir/node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/make-dir/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/map-stream": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz", @@ -5271,24 +5290,24 @@ } }, "node_modules/minipass": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", - "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "dev": true, "engines": { "node": ">=16 || 14 >=14.17" } }, "node_modules/mlly": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.6.1.tgz", - "integrity": "sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.1.tgz", + "integrity": "sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==", "dev": true, "dependencies": { "acorn": "^8.11.3", "pathe": "^1.1.2", - "pkg-types": "^1.0.3", - "ufo": "^1.3.2" + "pkg-types": "^1.1.1", + "ufo": "^1.5.3" } }, "node_modules/ms": { @@ -5327,9 +5346,9 @@ "dev": true }, "node_modules/nopt": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.0.tgz", - "integrity": "sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", + "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", "dev": true, "dependencies": { "abbrev": "^2.0.0" @@ -5366,16 +5385,19 @@ } }, "node_modules/nwsapi": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.9.tgz", - "integrity": "sha512-2f3F0SEEer8bBu0dsNCFF50N0cTThV1nWFYcEYFZttdW0lDAoybv9cQoK7X7/68Z89S7FoRrVjP1LPX4XRf9vg==", + "version": "2.2.10", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.10.tgz", + "integrity": "sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==", "dev": true }, "node_modules/object-inspect": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", - "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", "dev": true, + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -5405,17 +5427,17 @@ } }, "node_modules/optionator": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", - "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", "dev": true, "dependencies": { - "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0" + "type-check": "^0.4.0", + "word-wrap": "^1.2.5" }, "engines": { "node": ">= 0.8.0" @@ -5472,6 +5494,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/package-json-from-dist": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", + "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==", + "dev": true + }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -5524,25 +5552,25 @@ } }, "node_modules/path-scurry": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz", - "integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", "dev": true, "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=16 || 14 >=14.18" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", + "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", "dev": true, "engines": { "node": "14 || >=16.14" @@ -5585,9 +5613,9 @@ "dev": true }, "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" }, "node_modules/pify": { "version": "2.3.0", @@ -5599,13 +5627,13 @@ } }, "node_modules/pkg-types": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.0.tgz", - "integrity": "sha512-/RpmvKdxKf8uILTtoOhAgf30wYbP2Qw+L9p3Rvshx1JZVX+XQNZQFjlbmGHEGIm4CkVPlSn+NXmIM8+9oWQaSA==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.1.tgz", + "integrity": "sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==", "dev": true, "dependencies": { "confbox": "^0.1.7", - "mlly": "^1.6.1", + "mlly": "^1.7.0", "pathe": "^1.1.2" } }, @@ -5637,9 +5665,9 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.0.16", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz", - "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz", + "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==", "dev": true, "dependencies": { "cssesc": "^3.0.0", @@ -5659,9 +5687,9 @@ } }, "node_modules/prettier": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", - "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", + "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -5826,15 +5854,15 @@ ] }, "node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", "dev": true }, "node_modules/replace-in-file": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-7.1.0.tgz", - "integrity": "sha512-1uZmJ78WtqNYCSuPC9IWbweXkGxPOtk2rKuar8diTw7naVIQZiE3Tm8ACx2PCMXDtVH6N+XxwaRY2qZ2xHPqXw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-7.2.0.tgz", + "integrity": "sha512-CiLXVop3o8/h2Kd1PwKPPimmS9wUV0Ki6Fl8+1ITD35nB3Gl/PrW5IONpTE0AXk0z4v8WYcpEpdeZqMXvSnWpg==", "dev": true, "dependencies": { "chalk": "^4.1.2", @@ -5910,6 +5938,7 @@ "version": "8.1.0", "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "deprecated": "Glob versions prior to v9 are no longer supported", "dev": true, "dependencies": { "fs.realpath": "^1.0.0", @@ -6015,15 +6044,52 @@ } }, "node_modules/rfdc": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz", - "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", "dev": true }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rimraf/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/rollup": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.16.4.tgz", - "integrity": "sha512-kuaTJSUbz+Wsb2ATGvEknkI12XV40vIiHmLuFlejoo7HtDok/O5eDDD0UpCVY5bBX5U5RYo8wWP83H7ZsqVEnA==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.18.0.tgz", + "integrity": "sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==", "dev": true, "dependencies": { "@types/estree": "1.0.5" @@ -6036,29 +6102,29 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.16.4", - "@rollup/rollup-android-arm64": "4.16.4", - "@rollup/rollup-darwin-arm64": "4.16.4", - "@rollup/rollup-darwin-x64": "4.16.4", - "@rollup/rollup-linux-arm-gnueabihf": "4.16.4", - "@rollup/rollup-linux-arm-musleabihf": "4.16.4", - "@rollup/rollup-linux-arm64-gnu": "4.16.4", - "@rollup/rollup-linux-arm64-musl": "4.16.4", - "@rollup/rollup-linux-powerpc64le-gnu": "4.16.4", - "@rollup/rollup-linux-riscv64-gnu": "4.16.4", - "@rollup/rollup-linux-s390x-gnu": "4.16.4", - "@rollup/rollup-linux-x64-gnu": "4.16.4", - "@rollup/rollup-linux-x64-musl": "4.16.4", - "@rollup/rollup-win32-arm64-msvc": "4.16.4", - "@rollup/rollup-win32-ia32-msvc": "4.16.4", - "@rollup/rollup-win32-x64-msvc": "4.16.4", + "@rollup/rollup-android-arm-eabi": "4.18.0", + "@rollup/rollup-android-arm64": "4.18.0", + "@rollup/rollup-darwin-arm64": "4.18.0", + "@rollup/rollup-darwin-x64": "4.18.0", + "@rollup/rollup-linux-arm-gnueabihf": "4.18.0", + "@rollup/rollup-linux-arm-musleabihf": "4.18.0", + "@rollup/rollup-linux-arm64-gnu": "4.18.0", + "@rollup/rollup-linux-arm64-musl": "4.18.0", + "@rollup/rollup-linux-powerpc64le-gnu": "4.18.0", + "@rollup/rollup-linux-riscv64-gnu": "4.18.0", + "@rollup/rollup-linux-s390x-gnu": "4.18.0", + "@rollup/rollup-linux-x64-gnu": "4.18.0", + "@rollup/rollup-linux-x64-musl": "4.18.0", + "@rollup/rollup-win32-arm64-msvc": "4.18.0", + "@rollup/rollup-win32-ia32-msvc": "4.18.0", + "@rollup/rollup-win32-x64-msvc": "4.18.0", "fsevents": "~2.3.2" } }, "node_modules/rrweb-cssom": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz", - "integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz", + "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==", "dev": true }, "node_modules/run-parallel": { @@ -6307,15 +6373,15 @@ "dev": true }, "node_modules/start-server-and-test": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-2.0.3.tgz", - "integrity": "sha512-QsVObjfjFZKJE6CS6bSKNwWZCKBG6975/jKRPPGFfFh+yOQglSeGXiNWjzgQNXdphcBI9nXbyso9tPfX4YAUhg==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-2.0.4.tgz", + "integrity": "sha512-CKNeBTcP0hVqIlNismHMudb9q3lLdAjcVPO13/7gfI66fcJpeIb/o4NzQd1JK/CD+lfWVqr10ZH9Y14+OwlJuw==", "dev": true, "dependencies": { "arg": "^5.0.2", "bluebird": "3.7.2", "check-more-types": "2.24.0", - "debug": "4.3.4", + "debug": "4.3.5", "execa": "5.1.1", "lazy-ass": "1.6.0", "ps-tree": "1.2.0", @@ -6540,6 +6606,7 @@ "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", "dev": true, "dependencies": { "fs.realpath": "^1.0.0", @@ -6620,9 +6687,9 @@ } }, "node_modules/tough-cookie": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", - "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", + "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", "dev": true, "dependencies": { "psl": "^1.1.33", @@ -6656,9 +6723,9 @@ } }, "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", "dev": true }, "node_modules/tunnel-agent": { @@ -6744,9 +6811,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", - "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz", + "integrity": "sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==", "dev": true, "funding": [ { @@ -6763,8 +6830,8 @@ } ], "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" + "escalade": "^3.1.2", + "picocolors": "^1.0.1" }, "bin": { "update-browserslist-db": "cli.js" @@ -6808,9 +6875,9 @@ } }, "node_modules/v8-to-istanbul": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz", - "integrity": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz", + "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.12", @@ -6836,12 +6903,12 @@ } }, "node_modules/vite": { - "version": "5.2.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.10.tgz", - "integrity": "sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.1.tgz", + "integrity": "sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==", "dev": true, "dependencies": { - "esbuild": "^0.20.1", + "esbuild": "^0.21.3", "postcss": "^8.4.38", "rollup": "^4.13.0" }, @@ -6891,9 +6958,9 @@ } }, "node_modules/vite-node": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.5.1.tgz", - "integrity": "sha512-HNpfV7BrAsjkYVNWIcPleJwvJmydJqqJRrRbpoQ/U7QDwJKyEzNa4g5aYg8MjXJyKsk29IUCcMLFRcsEvqUIsA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.6.0.tgz", + "integrity": "sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==", "dev": true, "dependencies": { "cac": "^6.7.14", @@ -6913,16 +6980,16 @@ } }, "node_modules/vitest": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/vitest/-/vitest-1.5.1.tgz", - "integrity": "sha512-3GvBMpoRnUNbZRX1L3mJCv3Ou3NAobb4dM48y8k9ZGwDofePpclTOyO+lqJFKSQpubH1V8tEcAEw/Y3mJKGJQQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-1.6.0.tgz", + "integrity": "sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==", "dev": true, "dependencies": { - "@vitest/expect": "1.5.1", - "@vitest/runner": "1.5.1", - "@vitest/snapshot": "1.5.1", - "@vitest/spy": "1.5.1", - "@vitest/utils": "1.5.1", + "@vitest/expect": "1.6.0", + "@vitest/runner": "1.6.0", + "@vitest/snapshot": "1.6.0", + "@vitest/spy": "1.6.0", + "@vitest/utils": "1.6.0", "acorn-walk": "^8.3.2", "chai": "^4.3.10", "debug": "^4.3.4", @@ -6936,7 +7003,7 @@ "tinybench": "^2.5.1", "tinypool": "^0.8.3", "vite": "^5.0.0", - "vite-node": "1.5.1", + "vite-node": "1.6.0", "why-is-node-running": "^2.2.2" }, "bin": { @@ -6951,8 +7018,8 @@ "peerDependencies": { "@edge-runtime/vm": "*", "@types/node": "^18.0.0 || >=20.0.0", - "@vitest/browser": "1.5.1", - "@vitest/ui": "1.5.1", + "@vitest/browser": "1.6.0", + "@vitest/ui": "1.6.0", "happy-dom": "*", "jsdom": "*" }, @@ -7112,15 +7179,15 @@ } }, "node_modules/vue": { - "version": "3.4.25", - "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.25.tgz", - "integrity": "sha512-HWyDqoBHMgav/OKiYA2ZQg+kjfMgLt/T0vg4cbIF7JbXAjDexRf5JRg+PWAfrAkSmTd2I8aPSXtooBFWHB98cg==", + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.30.tgz", + "integrity": "sha512-NcxtKCwkdf1zPsr7Y8+QlDBCGqxvjLXF2EX+yi76rV5rrz90Y6gK1cq0olIhdWGgrlhs9ElHuhi9t3+W5sG5Xw==", "dependencies": { - "@vue/compiler-dom": "3.4.25", - "@vue/compiler-sfc": "3.4.25", - "@vue/runtime-dom": "3.4.25", - "@vue/server-renderer": "3.4.25", - "@vue/shared": "3.4.25" + "@vue/compiler-dom": "3.4.30", + "@vue/compiler-sfc": "3.4.30", + "@vue/runtime-dom": "3.4.30", + "@vue/server-renderer": "3.4.30", + "@vue/shared": "3.4.30" }, "peerDependencies": { "typescript": "*" @@ -7132,15 +7199,15 @@ } }, "node_modules/vue-component-type-helpers": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-2.0.14.tgz", - "integrity": "sha512-DInfgOyXlMyliyqAAD9frK28tTfch0+tMi4qoWJcZlRxUf+NFAtraJBnAsKLep+FOyLMiajkhfyEb3xLK08i7w==", + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-2.0.22.tgz", + "integrity": "sha512-gPr2Ba7efUwy/Vfbuf735bHSVdN4ycoZUCHfypkI33M9DUH+ieRblLLVM2eImccFYaWNWwEzURx02EgoXDBmaQ==", "dev": true }, "node_modules/vue-eslint-parser": { - "version": "9.4.2", - "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.2.tgz", - "integrity": "sha512-Ry9oiGmCAK91HrKMtCrKFWmSFWvYkpGglCeFAIqDdr9zdXmMMpJOmUJS7WWsW7fX81h6mwHmUZCQQ1E0PkSwYQ==", + "version": "9.4.3", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz", + "integrity": "sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==", "dev": true, "dependencies": { "debug": "^4.3.4", @@ -7161,71 +7228,11 @@ "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/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/vue-eslint-parser/node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -7233,12 +7240,6 @@ "node": ">=10" } }, - "node_modules/vue-eslint-parser/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/vue-gtag": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/vue-gtag/-/vue-gtag-2.0.1.tgz", @@ -7380,6 +7381,15 @@ "node": ">=8" } }, + "node_modules/word-wrap": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/wrap-ansi": { "version": "8.1.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", @@ -7517,9 +7527,9 @@ "dev": true }, "node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "dev": true, "engines": { "node": ">=10.0.0" @@ -7616,5 +7626,5347 @@ "url": "https://github.com/sponsors/sindresorhus" } } + }, + "dependencies": { + "@ampproject/remapping": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", + "dev": true, + "requires": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "@babel/code-frame": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", + "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "dev": true, + "requires": { + "@babel/highlight": "^7.24.7", + "picocolors": "^1.0.0" + } + }, + "@babel/compat-data": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.7.tgz", + "integrity": "sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==", + "dev": true + }, + "@babel/core": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.7.tgz", + "integrity": "sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==", + "dev": true, + "requires": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helpers": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/template": "^7.24.7", + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + } + }, + "@babel/generator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.7.tgz", + "integrity": "sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==", + "dev": true, + "requires": { + "@babel/types": "^7.24.7", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^2.5.1" + } + }, + "@babel/helper-annotate-as-pure": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", + "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", + "dev": true, + "requires": { + "@babel/types": "^7.24.7" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz", + "integrity": "sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.24.7", + "@babel/helper-validator-option": "^7.24.7", + "browserslist": "^4.22.2", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz", + "integrity": "sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.7", + "@babel/helper-optimise-call-expression": "^7.24.7", + "@babel/helper-replace-supers": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "semver": "^6.3.1" + } + }, + "@babel/helper-environment-visitor": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", + "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", + "dev": true, + "requires": { + "@babel/types": "^7.24.7" + } + }, + "@babel/helper-function-name": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", + "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", + "dev": true, + "requires": { + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.7" + } + }, + "@babel/helper-hoist-variables": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", + "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", + "dev": true, + "requires": { + "@babel/types": "^7.24.7" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz", + "integrity": "sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==", + "dev": true, + "requires": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + } + }, + "@babel/helper-module-imports": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", + "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "dev": true, + "requires": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + } + }, + "@babel/helper-module-transforms": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz", + "integrity": "sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==", + "dev": true, + "requires": { + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-simple-access": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7" + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", + "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", + "dev": true, + "requires": { + "@babel/types": "^7.24.7" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz", + "integrity": "sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==", + "dev": true + }, + "@babel/helper-replace-supers": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz", + "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==", + "dev": true, + "requires": { + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.7", + "@babel/helper-optimise-call-expression": "^7.24.7" + } + }, + "@babel/helper-simple-access": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", + "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", + "dev": true, + "requires": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + } + }, + "@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", + "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", + "dev": true, + "requires": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", + "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", + "dev": true, + "requires": { + "@babel/types": "^7.24.7" + } + }, + "@babel/helper-string-parser": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz", + "integrity": "sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==", + "dev": true + }, + "@babel/helper-validator-identifier": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", + "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "dev": true + }, + "@babel/helper-validator-option": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz", + "integrity": "sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==", + "dev": true + }, + "@babel/helpers": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.7.tgz", + "integrity": "sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==", + "dev": true, + "requires": { + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.7" + } + }, + "@babel/highlight": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", + "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.24.7", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + } + }, + "@babel/parser": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz", + "integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==" + }, + "@babel/plugin-syntax-jsx": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", + "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.24.7" + } + }, + "@babel/plugin-syntax-typescript": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz", + "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.24.7" + } + }, + "@babel/plugin-transform-typescript": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.7.tgz", + "integrity": "sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-typescript": "^7.24.7" + } + }, + "@babel/template": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", + "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7" + } + }, + "@babel/traverse": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.7.tgz", + "integrity": "sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-hoist-variables": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7", + "debug": "^4.3.1", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.7.tgz", + "integrity": "sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==", + "dev": true, + "requires": { + "@babel/helper-string-parser": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7", + "to-fast-properties": "^2.0.0" + } + }, + "@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true + }, + "@colors/colors": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", + "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", + "dev": true, + "optional": true + }, + "@cypress/request": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@cypress/request/-/request-3.0.1.tgz", + "integrity": "sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==", + "dev": true, + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "http-signature": "~1.3.6", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "performance-now": "^2.1.0", + "qs": "6.10.4", + "safe-buffer": "^5.1.2", + "tough-cookie": "^4.1.3", + "tunnel-agent": "^0.6.0", + "uuid": "^8.3.2" + } + }, + "@cypress/xvfb": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", + "integrity": "sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==", + "dev": true, + "requires": { + "debug": "^3.1.0", + "lodash.once": "^4.1.1" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "@esbuild/aix-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", + "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", + "dev": true, + "optional": true + }, + "@esbuild/android-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", + "dev": true, + "optional": true + }, + "@esbuild/android-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", + "dev": true, + "optional": true + }, + "@esbuild/android-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", + "dev": true, + "optional": true + }, + "@esbuild/darwin-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", + "dev": true, + "optional": true + }, + "@esbuild/darwin-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", + "dev": true, + "optional": true + }, + "@esbuild/freebsd-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", + "dev": true, + "optional": true + }, + "@esbuild/freebsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", + "dev": true, + "optional": true + }, + "@esbuild/linux-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", + "dev": true, + "optional": true + }, + "@esbuild/linux-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-loong64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-mips64el": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", + "dev": true, + "optional": true + }, + "@esbuild/linux-riscv64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", + "dev": true, + "optional": true + }, + "@esbuild/linux-s390x": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", + "dev": true, + "optional": true + }, + "@esbuild/linux-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", + "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", + "dev": true, + "optional": true + }, + "@esbuild/netbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", + "dev": true, + "optional": true + }, + "@esbuild/openbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", + "dev": true, + "optional": true + }, + "@esbuild/sunos-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", + "dev": true, + "optional": true + }, + "@esbuild/win32-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", + "dev": true, + "optional": true + }, + "@esbuild/win32-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", + "dev": true, + "optional": true + }, + "@esbuild/win32-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", + "dev": true, + "optional": true + }, + "@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "requires": { + "eslint-visitor-keys": "^3.3.0" + } + }, + "@eslint-community/regexpp": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.1.tgz", + "integrity": "sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==", + "dev": true + }, + "@eslint/eslintrc": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "dev": true, + "requires": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "dependencies": { + "globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true + } + } + }, + "@eslint/js": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", + "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", + "dev": true + }, + "@hapi/hoek": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", + "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==", + "dev": true + }, + "@hapi/topo": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", + "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", + "dev": true, + "requires": { + "@hapi/hoek": "^9.0.0" + } + }, + "@humanwhocodes/config-array": { + "version": "0.11.14", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", + "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", + "dev": true, + "requires": { + "@humanwhocodes/object-schema": "^2.0.2", + "debug": "^4.3.1", + "minimatch": "^3.0.5" + } + }, + "@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true + }, + "@humanwhocodes/object-schema": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", + "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", + "dev": true + }, + "@intlify/core-base": { + "version": "9.13.1", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.13.1.tgz", + "integrity": "sha512-+bcQRkJO9pcX8d0gel9ZNfrzU22sZFSA0WVhfXrf5jdJOS24a+Bp8pozuS9sBI9Hk/tGz83pgKfmqcn/Ci7/8w==", + "requires": { + "@intlify/message-compiler": "9.13.1", + "@intlify/shared": "9.13.1" + } + }, + "@intlify/message-compiler": { + "version": "9.13.1", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.13.1.tgz", + "integrity": "sha512-SKsVa4ajYGBVm7sHMXd5qX70O2XXjm55zdZB3VeMFCvQyvLew/dLvq3MqnaIsTMF1VkkOb9Ttr6tHcMlyPDL9w==", + "requires": { + "@intlify/shared": "9.13.1", + "source-map-js": "^1.0.2" + } + }, + "@intlify/shared": { + "version": "9.13.1", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.13.1.tgz", + "integrity": "sha512-u3b6BKGhE6j/JeRU6C/RL2FgyJfy6LakbtfeVF8fJXURpZZTzfh3e05J0bu0XPw447Q6/WUp3C4ajv4TMS4YsQ==" + }, + "@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "requires": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true + }, + "emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "requires": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + } + }, + "strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "requires": { + "ansi-regex": "^6.0.1" + } + } + } + }, + "@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true + }, + "@jest/schemas": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.27.8" + } + }, + "@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true + }, + "@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + }, + "@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dev": true, + "requires": { + "@jridgewell/resolve-uri": "^3.1.0", + "@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", + "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==", + "dev": true + }, + "@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "optional": true + }, + "@pkgr/core": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz", + "integrity": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==", + "dev": true + }, + "@rollup/rollup-android-arm-eabi": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.18.0.tgz", + "integrity": "sha512-Tya6xypR10giZV1XzxmH5wr25VcZSncG0pZIjfePT0OVBvqNEurzValetGNarVrGiq66EBVAFn15iYX4w6FKgQ==", + "dev": true, + "optional": true + }, + "@rollup/rollup-android-arm64": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.18.0.tgz", + "integrity": "sha512-avCea0RAP03lTsDhEyfy+hpfr85KfyTctMADqHVhLAF3MlIkq83CP8UfAHUssgXTYd+6er6PaAhx/QGv4L1EiA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-darwin-arm64": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.18.0.tgz", + "integrity": "sha512-IWfdwU7KDSm07Ty0PuA/W2JYoZ4iTj3TUQjkVsO/6U+4I1jN5lcR71ZEvRh52sDOERdnNhhHU57UITXz5jC1/w==", + "dev": true, + "optional": true + }, + "@rollup/rollup-darwin-x64": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.18.0.tgz", + "integrity": "sha512-n2LMsUz7Ynu7DoQrSQkBf8iNrjOGyPLrdSg802vk6XT3FtsgX6JbE8IHRvposskFm9SNxzkLYGSq9QdpLYpRNA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.18.0.tgz", + "integrity": "sha512-C/zbRYRXFjWvz9Z4haRxcTdnkPt1BtCkz+7RtBSuNmKzMzp3ZxdM28Mpccn6pt28/UWUCTXa+b0Mx1k3g6NOMA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-arm-musleabihf": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.18.0.tgz", + "integrity": "sha512-l3m9ewPgjQSXrUMHg93vt0hYCGnrMOcUpTz6FLtbwljo2HluS4zTXFy2571YQbisTnfTKPZ01u/ukJdQTLGh9A==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-arm64-gnu": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.18.0.tgz", + "integrity": "sha512-rJ5D47d8WD7J+7STKdCUAgmQk49xuFrRi9pZkWoRD1UeSMakbcepWXPF8ycChBoAqs1pb2wzvbY6Q33WmN2ftw==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-arm64-musl": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.18.0.tgz", + "integrity": "sha512-be6Yx37b24ZwxQ+wOQXXLZqpq4jTckJhtGlWGZs68TgdKXJgw54lUUoFYrg6Zs/kjzAQwEwYbp8JxZVzZLRepQ==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.18.0.tgz", + "integrity": "sha512-hNVMQK+qrA9Todu9+wqrXOHxFiD5YmdEi3paj6vP02Kx1hjd2LLYR2eaN7DsEshg09+9uzWi2W18MJDlG0cxJA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-riscv64-gnu": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.18.0.tgz", + "integrity": "sha512-ROCM7i+m1NfdrsmvwSzoxp9HFtmKGHEqu5NNDiZWQtXLA8S5HBCkVvKAxJ8U+CVctHwV2Gb5VUaK7UAkzhDjlg==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-s390x-gnu": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.18.0.tgz", + "integrity": "sha512-0UyyRHyDN42QL+NbqevXIIUnKA47A+45WyasO+y2bGJ1mhQrfrtXUpTxCOrfxCR4esV3/RLYyucGVPiUsO8xjg==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-x64-gnu": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.18.0.tgz", + "integrity": "sha512-xuglR2rBVHA5UsI8h8UbX4VJ470PtGCf5Vpswh7p2ukaqBGFTnsfzxUBetoWBWymHMxbIG0Cmx7Y9qDZzr648w==", + "dev": true, + "optional": true + }, + "@rollup/rollup-linux-x64-musl": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.18.0.tgz", + "integrity": "sha512-LKaqQL9osY/ir2geuLVvRRs+utWUNilzdE90TpyoX0eNqPzWjRm14oMEE+YLve4k/NAqCdPkGYDaDF5Sw+xBfg==", + "dev": true, + "optional": true + }, + "@rollup/rollup-win32-arm64-msvc": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.18.0.tgz", + "integrity": "sha512-7J6TkZQFGo9qBKH0pk2cEVSRhJbL6MtfWxth7Y5YmZs57Pi+4x6c2dStAUvaQkHQLnEQv1jzBUW43GvZW8OFqA==", + "dev": true, + "optional": true + }, + "@rollup/rollup-win32-ia32-msvc": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.18.0.tgz", + "integrity": "sha512-Txjh+IxBPbkUB9+SXZMpv+b/vnTEtFyfWZgJ6iyCmt2tdx0OF5WhFowLmnh8ENGNpfUlUZkdI//4IEmhwPieNg==", + "dev": true, + "optional": true + }, + "@rollup/rollup-win32-x64-msvc": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.18.0.tgz", + "integrity": "sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==", + "dev": true, + "optional": true + }, + "@sideway/address": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz", + "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==", + "dev": true, + "requires": { + "@hapi/hoek": "^9.0.0" + } + }, + "@sideway/formula": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz", + "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==", + "dev": true + }, + "@sideway/pinpoint": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", + "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==", + "dev": true + }, + "@sinclair/typebox": { + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", + "dev": true + }, + "@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "dev": true + }, + "@types/istanbul-lib-coverage": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", + "dev": true + }, + "@types/node": { + "version": "20.14.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz", + "integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==", + "dev": true, + "optional": true, + "requires": { + "undici-types": "~5.26.4" + } + }, + "@types/sinonjs__fake-timers": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz", + "integrity": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==", + "dev": true + }, + "@types/sizzle": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.8.tgz", + "integrity": "sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==", + "dev": true + }, + "@types/yauzl": { + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", + "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", + "dev": true, + "optional": true, + "requires": { + "@types/node": "*" + } + }, + "@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, + "@vitejs/plugin-vue": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.5.tgz", + "integrity": "sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==", + "dev": true, + "requires": {} + }, + "@vitejs/plugin-vue-jsx": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.0.0.tgz", + "integrity": "sha512-A+6wL2AdQhDsLsDnY+2v4rRDI1HLJGIMc97a8FURO9tqKsH5QvjWrzsa5DH3NlZsM742W2wODl2fF+bfcTWtXw==", + "dev": true, + "requires": { + "@babel/core": "^7.24.6", + "@babel/plugin-transform-typescript": "^7.24.6", + "@vue/babel-plugin-jsx": "^1.2.2" + } + }, + "@vitest/coverage-v8": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-1.6.0.tgz", + "integrity": "sha512-KvapcbMY/8GYIG0rlwwOKCVNRc0OL20rrhFkg/CHNzncV03TE2XWvO5w9uZYoxNiMEBacAJt3unSOiZ7svePew==", + "dev": true, + "requires": { + "@ampproject/remapping": "^2.2.1", + "@bcoe/v8-coverage": "^0.2.3", + "debug": "^4.3.4", + "istanbul-lib-coverage": "^3.2.2", + "istanbul-lib-report": "^3.0.1", + "istanbul-lib-source-maps": "^5.0.4", + "istanbul-reports": "^3.1.6", + "magic-string": "^0.30.5", + "magicast": "^0.3.3", + "picocolors": "^1.0.0", + "std-env": "^3.5.0", + "strip-literal": "^2.0.0", + "test-exclude": "^6.0.0" + } + }, + "@vitest/expect": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-1.6.0.tgz", + "integrity": "sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==", + "dev": true, + "requires": { + "@vitest/spy": "1.6.0", + "@vitest/utils": "1.6.0", + "chai": "^4.3.10" + } + }, + "@vitest/runner": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-1.6.0.tgz", + "integrity": "sha512-P4xgwPjwesuBiHisAVz/LSSZtDjOTPYZVmNAnpHHSR6ONrf8eCJOFRvUwdHn30F5M1fxhqtl7QZQUk2dprIXAg==", + "dev": true, + "requires": { + "@vitest/utils": "1.6.0", + "p-limit": "^5.0.0", + "pathe": "^1.1.1" + }, + "dependencies": { + "p-limit": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-5.0.0.tgz", + "integrity": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==", + "dev": true, + "requires": { + "yocto-queue": "^1.0.0" + } + }, + "yocto-queue": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", + "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", + "dev": true + } + } + }, + "@vitest/snapshot": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-1.6.0.tgz", + "integrity": "sha512-+Hx43f8Chus+DCmygqqfetcAZrDJwvTj0ymqjQq4CvmpKFSTVteEOBzCusu1x2tt4OJcvBflyHUE0DZSLgEMtQ==", + "dev": true, + "requires": { + "magic-string": "^0.30.5", + "pathe": "^1.1.1", + "pretty-format": "^29.7.0" + } + }, + "@vitest/spy": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-1.6.0.tgz", + "integrity": "sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==", + "dev": true, + "requires": { + "tinyspy": "^2.2.0" + } + }, + "@vitest/utils": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-1.6.0.tgz", + "integrity": "sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==", + "dev": true, + "requires": { + "diff-sequences": "^29.6.3", + "estree-walker": "^3.0.3", + "loupe": "^2.3.7", + "pretty-format": "^29.7.0" + }, + "dependencies": { + "estree-walker": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "dev": true, + "requires": { + "@types/estree": "^1.0.0" + } + } + } + }, + "@vue/babel-helper-vue-transform-on": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.2.tgz", + "integrity": "sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw==", + "dev": true + }, + "@vue/babel-plugin-jsx": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.2.tgz", + "integrity": "sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "~7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-jsx": "^7.23.3", + "@babel/template": "^7.23.9", + "@babel/traverse": "^7.23.9", + "@babel/types": "^7.23.9", + "@vue/babel-helper-vue-transform-on": "1.2.2", + "@vue/babel-plugin-resolve-type": "1.2.2", + "camelcase": "^6.3.0", + "html-tags": "^3.3.1", + "svg-tags": "^1.0.0" + }, + "dependencies": { + "@babel/helper-module-imports": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", + "dev": true, + "requires": { + "@babel/types": "^7.22.15" + } + } + } + }, + "@vue/babel-plugin-resolve-type": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.2.tgz", + "integrity": "sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.23.5", + "@babel/helper-module-imports": "~7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/parser": "^7.23.9", + "@vue/compiler-sfc": "^3.4.15" + }, + "dependencies": { + "@babel/helper-module-imports": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", + "dev": true, + "requires": { + "@babel/types": "^7.22.15" + } + } + } + }, + "@vue/compiler-core": { + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.30.tgz", + "integrity": "sha512-ZL8y4Xxdh8O6PSwfdZ1IpQ24PjTAieOz3jXb/MDTfDtANcKBMxg1KLm6OX2jofsaQGYfIVzd3BAG22i56/cF1w==", + "requires": { + "@babel/parser": "^7.24.7", + "@vue/shared": "3.4.30", + "entities": "^4.5.0", + "estree-walker": "^2.0.2", + "source-map-js": "^1.2.0" + } + }, + "@vue/compiler-dom": { + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.30.tgz", + "integrity": "sha512-+16Sd8lYr5j/owCbr9dowcNfrHd+pz+w2/b5Lt26Oz/kB90C9yNbxQ3bYOvt7rI2bxk0nqda39hVcwDFw85c2Q==", + "requires": { + "@vue/compiler-core": "3.4.30", + "@vue/shared": "3.4.30" + } + }, + "@vue/compiler-sfc": { + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.30.tgz", + "integrity": "sha512-8vElKklHn/UY8+FgUFlQrYAPbtiSB2zcgeRKW7HkpSRn/JjMRmZvuOtwDx036D1aqKNSTtXkWRfqx53Qb+HmMg==", + "requires": { + "@babel/parser": "^7.24.7", + "@vue/compiler-core": "3.4.30", + "@vue/compiler-dom": "3.4.30", + "@vue/compiler-ssr": "3.4.30", + "@vue/shared": "3.4.30", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.10", + "postcss": "^8.4.38", + "source-map-js": "^1.2.0" + } + }, + "@vue/compiler-ssr": { + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.30.tgz", + "integrity": "sha512-ZJ56YZGXJDd6jky4mmM0rNaNP6kIbQu9LTKZDhcpddGe/3QIalB1WHHmZ6iZfFNyj5mSypTa4+qDJa5VIuxMSg==", + "requires": { + "@vue/compiler-dom": "3.4.30", + "@vue/shared": "3.4.30" + } + }, + "@vue/devtools-api": { + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.3.tgz", + "integrity": "sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==" + }, + "@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==", + "dev": true, + "requires": { + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-prettier": "^5.0.0" + } + }, + "@vue/reactivity": { + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.30.tgz", + "integrity": "sha512-bVJurnCe3LS0JII8PPoAA63Zd2MBzcKrEzwdQl92eHCcxtIbxD2fhNwJpa+KkM3Y/A4T5FUnmdhgKwOf6BfbcA==", + "requires": { + "@vue/shared": "3.4.30" + } + }, + "@vue/runtime-core": { + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.30.tgz", + "integrity": "sha512-qaFEbnNpGz+tlnkaualomogzN8vBLkgzK55uuWjYXbYn039eOBZrWxyXWq/7qh9Bz2FPifZqGjVDl/FXiq9L2g==", + "requires": { + "@vue/reactivity": "3.4.30", + "@vue/shared": "3.4.30" + } + }, + "@vue/runtime-dom": { + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.30.tgz", + "integrity": "sha512-tV6B4YiZRj5QsaJgw2THCy5C1H+2UeywO9tqgWEc21tn85qHEERndHN/CxlyXvSBFrpmlexCIdnqPuR9RM9thw==", + "requires": { + "@vue/reactivity": "3.4.30", + "@vue/runtime-core": "3.4.30", + "@vue/shared": "3.4.30", + "csstype": "^3.1.3" + } + }, + "@vue/server-renderer": { + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.30.tgz", + "integrity": "sha512-TBD3eqR1DeDc0cMrXS/vEs/PWzq1uXxnvjoqQuDGFIEHFIwuDTX/KWAQKIBjyMWLFHEeTDGYVsYci85z2UbTDg==", + "requires": { + "@vue/compiler-ssr": "3.4.30", + "@vue/shared": "3.4.30" + } + }, + "@vue/shared": { + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.30.tgz", + "integrity": "sha512-CLg+f8RQCHQnKvuHY9adMsMaQOcqclh6Z5V9TaoMgy0ut0tz848joZ7/CYFFyF/yZ5i2yaw7Fn498C+CNZVHIg==" + }, + "@vue/test-utils": { + "version": "2.4.6", + "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.4.6.tgz", + "integrity": "sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==", + "dev": true, + "requires": { + "js-beautify": "^1.14.9", + "vue-component-type-helpers": "^2.0.0" + } + }, + "abbrev": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", + "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", + "dev": true + }, + "acorn": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.0.tgz", + "integrity": "sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==", + "dev": true + }, + "acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "requires": {} + }, + "acorn-walk": { + "version": "8.3.3", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz", + "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==", + "dev": true, + "requires": { + "acorn": "^8.11.0" + } + }, + "agent-base": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", + "dev": true, + "requires": { + "debug": "^4.3.4" + } + }, + "aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "dev": true, + "requires": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + } + }, + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ansi-colors": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "dev": true + }, + "ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "requires": { + "type-fest": "^0.21.3" + } + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "arch": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", + "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", + "dev": true + }, + "arg": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "dev": true + }, + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "asn1": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", + "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", + "dev": true, + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", + "dev": true + }, + "assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", + "dev": true + }, + "astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true + }, + "async": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", + "dev": true + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true + }, + "at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "dev": true + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", + "dev": true + }, + "aws4": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.0.tgz", + "integrity": "sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==", + "dev": true + }, + "axios": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", + "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "dev": true, + "requires": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + }, + "dependencies": { + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, + "proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "dev": true + } + } + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", + "dev": true, + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "blob-util": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/blob-util/-/blob-util-2.0.2.tgz", + "integrity": "sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==", + "dev": true + }, + "bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "dev": true + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "browserslist": { + "version": "4.23.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.1.tgz", + "integrity": "sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==", + "dev": true, + "requires": { + "caniuse-lite": "^1.0.30001629", + "electron-to-chromium": "^1.4.796", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.16" + } + }, + "buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==", + "dev": true + }, + "c8": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/c8/-/c8-10.1.2.tgz", + "integrity": "sha512-Qr6rj76eSshu5CgRYvktW0uM0CFY0yi4Fd5D0duDXO6sYinyopmftUiJVuzBQxQcwQLor7JWDVRP+dUfCmzgJw==", + "dev": true, + "requires": { + "@bcoe/v8-coverage": "^0.2.3", + "@istanbuljs/schema": "^0.1.3", + "find-up": "^5.0.0", + "foreground-child": "^3.1.1", + "istanbul-lib-coverage": "^3.2.0", + "istanbul-lib-report": "^3.0.1", + "istanbul-reports": "^3.1.6", + "test-exclude": "^7.0.1", + "v8-to-istanbul": "^9.0.0", + "yargs": "^17.7.2", + "yargs-parser": "^21.1.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + }, + "test-exclude": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-7.0.1.tgz", + "integrity": "sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==", + "dev": true, + "requires": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^10.4.1", + "minimatch": "^9.0.4" + } + } + } + }, + "cac": { + "version": "6.7.14", + "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", + "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", + "dev": true + }, + "cachedir": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-2.4.0.tgz", + "integrity": "sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==", + "dev": true + }, + "call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "dev": true, + "requires": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + } + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true + }, + "caniuse-lite": { + "version": "1.0.30001637", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001637.tgz", + "integrity": "sha512-1x0qRI1mD1o9e+7mBI7XtzFAP4XszbHaVWsMiGbSPLYekKTJF7K+FNk6AsXH4sUpc+qrsI3pVgf1Jdl/uGkuSQ==", + "dev": true + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", + "dev": true + }, + "chai": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz", + "integrity": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==", + "dev": true, + "requires": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.3", + "deep-eql": "^4.1.3", + "get-func-name": "^2.0.2", + "loupe": "^2.3.6", + "pathval": "^1.1.1", + "type-detect": "^4.0.8" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "check-error": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz", + "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==", + "dev": true, + "requires": { + "get-func-name": "^2.0.2" + } + }, + "check-more-types": { + "version": "2.24.0", + "resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz", + "integrity": "sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==", + "dev": true + }, + "ci-info": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "dev": true + }, + "clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "dev": true + }, + "cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "requires": { + "restore-cursor": "^3.1.0" + } + }, + "cli-table3": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", + "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", + "dev": true, + "requires": { + "@colors/colors": "1.5.0", + "string-width": "^4.2.0" + } + }, + "cli-truncate": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", + "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", + "dev": true, + "requires": { + "slice-ansi": "^3.0.0", + "string-width": "^4.2.0" + } + }, + "cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + } + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "colorette": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "dev": true + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", + "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", + "dev": true + }, + "common-tags": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", + "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "confbox": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz", + "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==", + "dev": true + }, + "config-chain": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", + "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", + "dev": true, + "requires": { + "ini": "^1.3.4", + "proto-list": "~1.2.1" + }, + "dependencies": { + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + } + } + }, + "convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", + "dev": true + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "crypto-js": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" + }, + "cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true + }, + "cssstyle": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.0.1.tgz", + "integrity": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==", + "dev": true, + "requires": { + "rrweb-cssom": "^0.6.0" + }, + "dependencies": { + "rrweb-cssom": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz", + "integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==", + "dev": true + } + } + }, + "csstype": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" + }, + "cypress": { + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz", + "integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==", + "dev": true, + "requires": { + "@cypress/request": "^3.0.0", + "@cypress/xvfb": "^1.2.4", + "@types/sinonjs__fake-timers": "8.1.1", + "@types/sizzle": "^2.3.2", + "arch": "^2.2.0", + "blob-util": "^2.0.2", + "bluebird": "^3.7.2", + "buffer": "^5.7.1", + "cachedir": "^2.3.0", + "chalk": "^4.1.0", + "check-more-types": "^2.24.0", + "cli-cursor": "^3.1.0", + "cli-table3": "~0.6.1", + "commander": "^6.2.1", + "common-tags": "^1.8.0", + "dayjs": "^1.10.4", + "debug": "^4.3.4", + "enquirer": "^2.3.6", + "eventemitter2": "6.4.7", + "execa": "4.1.0", + "executable": "^4.1.1", + "extract-zip": "2.0.1", + "figures": "^3.2.0", + "fs-extra": "^9.1.0", + "getos": "^3.2.1", + "is-ci": "^3.0.1", + "is-installed-globally": "~0.4.0", + "lazy-ass": "^1.6.0", + "listr2": "^3.8.3", + "lodash": "^4.17.21", + "log-symbols": "^4.0.0", + "minimist": "^1.2.8", + "ospath": "^1.2.2", + "pretty-bytes": "^5.6.0", + "process": "^0.11.10", + "proxy-from-env": "1.0.0", + "request-progress": "^3.0.0", + "semver": "^7.5.3", + "supports-color": "^8.1.1", + "tmp": "~0.2.1", + "untildify": "^4.0.0", + "yauzl": "^2.10.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "data-urls": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz", + "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==", + "dev": true, + "requires": { + "whatwg-mimetype": "^4.0.0", + "whatwg-url": "^14.0.0" + } + }, + "dayjs": { + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==", + "dev": true + }, + "debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "decimal.js": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", + "dev": true + }, + "deep-eql": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.4.tgz", + "integrity": "sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==", + "dev": true, + "requires": { + "type-detect": "^4.0.0" + } + }, + "deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "dev": true, + "requires": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true + }, + "diff-sequences": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", + "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", + "dev": true + }, + "doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "requires": { + "esutils": "^2.0.2" + } + }, + "duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "dev": true + }, + "eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", + "dev": true, + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "editorconfig": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz", + "integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==", + "dev": true, + "requires": { + "@one-ini/wasm": "0.1.1", + "commander": "^10.0.0", + "minimatch": "9.0.1", + "semver": "^7.5.3" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, + "commander": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", + "dev": true + }, + "minimatch": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", + "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + }, + "semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true + } + } + }, + "electron-to-chromium": { + "version": "1.4.812", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.812.tgz", + "integrity": "sha512-7L8fC2Ey/b6SePDFKR2zHAy4mbdp1/38Yk5TsARO66W3hC5KEaeKMMHoxwtuH+jcu2AYLSn9QX04i95t6Fl1Hg==", + "dev": true + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "requires": { + "once": "^1.4.0" + } + }, + "enquirer": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", + "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", + "dev": true, + "requires": { + "ansi-colors": "^4.1.1", + "strip-ansi": "^6.0.1" + } + }, + "entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" + }, + "es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "dev": true, + "requires": { + "get-intrinsic": "^1.2.4" + } + }, + "es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "dev": true + }, + "esbuild": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", + "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", + "dev": true, + "requires": { + "@esbuild/aix-ppc64": "0.21.5", + "@esbuild/android-arm": "0.21.5", + "@esbuild/android-arm64": "0.21.5", + "@esbuild/android-x64": "0.21.5", + "@esbuild/darwin-arm64": "0.21.5", + "@esbuild/darwin-x64": "0.21.5", + "@esbuild/freebsd-arm64": "0.21.5", + "@esbuild/freebsd-x64": "0.21.5", + "@esbuild/linux-arm": "0.21.5", + "@esbuild/linux-arm64": "0.21.5", + "@esbuild/linux-ia32": "0.21.5", + "@esbuild/linux-loong64": "0.21.5", + "@esbuild/linux-mips64el": "0.21.5", + "@esbuild/linux-ppc64": "0.21.5", + "@esbuild/linux-riscv64": "0.21.5", + "@esbuild/linux-s390x": "0.21.5", + "@esbuild/linux-x64": "0.21.5", + "@esbuild/netbsd-x64": "0.21.5", + "@esbuild/openbsd-x64": "0.21.5", + "@esbuild/sunos-x64": "0.21.5", + "@esbuild/win32-arm64": "0.21.5", + "@esbuild/win32-ia32": "0.21.5", + "@esbuild/win32-x64": "0.21.5" + } + }, + "escalade": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true + }, + "eslint": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", + "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", + "dev": true, + "requires": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.57.0", + "@humanwhocodes/config-array": "^0.11.14", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "@ungap/structured-clone": "^1.2.0", + "ajv": "^6.12.4", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", + "esquery": "^1.4.2", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "graphemer": "^1.4.0", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.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": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true + }, + "globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true + } + } + }, + "eslint-config-prettier": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", + "dev": true, + "requires": {} + }, + "eslint-plugin-cypress": { + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.2.tgz", + "integrity": "sha512-CtcFEQTDKyftpI22FVGpx8bkpKyYXBlNge6zSo0pl5/qJvBAnzaD76Vu2AsP16d6mTj478Ldn2mhgrWV+Xr0vQ==", + "dev": true, + "requires": { + "globals": "^13.20.0" + }, + "dependencies": { + "globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true + } + } + }, + "eslint-plugin-prettier": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz", + "integrity": "sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==", + "dev": true, + "requires": { + "prettier-linter-helpers": "^1.0.0", + "synckit": "^0.8.6" + } + }, + "eslint-plugin-vue": { + "version": "9.26.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.26.0.tgz", + "integrity": "sha512-eTvlxXgd4ijE1cdur850G6KalZqk65k1JKoOI2d1kT3hr8sPD07j1q98FRFdNnpxBELGPWxZmInxeHGF/GxtqQ==", + "dev": true, + "requires": { + "@eslint-community/eslint-utils": "^4.4.0", + "globals": "^13.24.0", + "natural-compare": "^1.4.0", + "nth-check": "^2.1.1", + "postcss-selector-parser": "^6.0.15", + "semver": "^7.6.0", + "vue-eslint-parser": "^9.4.2", + "xml-name-validator": "^4.0.0" + }, + "dependencies": { + "globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true + } + } + }, + "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" + } + }, + "esquery": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "dev": true, + "requires": { + "estraverse": "^5.1.0" + } + }, + "esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "requires": { + "estraverse": "^5.2.0" + } + }, + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true + }, + "estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true + }, + "event-stream": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz", + "integrity": "sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==", + "dev": true, + "requires": { + "duplexer": "~0.1.1", + "from": "~0", + "map-stream": "~0.1.0", + "pause-stream": "0.0.11", + "split": "0.3", + "stream-combiner": "~0.0.4", + "through": "~2.3.1" + } + }, + "eventemitter2": { + "version": "6.4.7", + "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.7.tgz", + "integrity": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==", + "dev": true + }, + "execa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", + "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" + } + }, + "executable": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", + "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", + "dev": true, + "requires": { + "pify": "^2.2.0" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "extract-zip": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", + "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", + "dev": true, + "requires": { + "@types/yauzl": "^2.9.1", + "debug": "^4.1.1", + "get-stream": "^5.1.0", + "yauzl": "^2.10.0" + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", + "dev": true + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "fast-diff": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", + "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", + "dev": true + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "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", + "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==", + "dev": true, + "requires": { + "pend": "~1.2.0" + } + }, + "figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, + "file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "requires": { + "flat-cache": "^3.0.4" + } + }, + "find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "requires": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + } + }, + "flat-cache": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", + "dev": true, + "requires": { + "flatted": "^3.2.9", + "keyv": "^4.5.3", + "rimraf": "^3.0.2" + } + }, + "flatted": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", + "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "dev": true + }, + "follow-redirects": { + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "dev": true + }, + "foreground-child": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz", + "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "dependencies": { + "signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true + } + } + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", + "dev": true + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + } + }, + "from": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz", + "integrity": "sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==", + "dev": true + }, + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true + }, + "gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "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", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "dev": true, + "requires": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + } + }, + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, + "getos": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz", + "integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==", + "dev": true, + "requires": { + "async": "^3.2.0" + } + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", + "dev": true, + "requires": { + "assert-plus": "^1.0.0" + } + }, + "glob": { + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz", + "integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==", + "dev": true, + "requires": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + } + } + }, + "glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "requires": { + "is-glob": "^4.0.3" + } + }, + "global-dirs": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", + "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", + "dev": true, + "requires": { + "ini": "2.0.0" + } + }, + "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 + }, + "gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dev": true, + "requires": { + "get-intrinsic": "^1.1.3" + } + }, + "graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "dev": true + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true + }, + "has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "dev": true, + "requires": { + "es-define-property": "^1.0.0" + } + }, + "has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "dev": true + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true + }, + "hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dev": true, + "requires": { + "function-bind": "^1.1.2" + } + }, + "html-encoding-sniffer": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz", + "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==", + "dev": true, + "requires": { + "whatwg-encoding": "^3.1.1" + } + }, + "html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true + }, + "html-tags": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", + "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", + "dev": true + }, + "http-proxy-agent": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", + "dev": true, + "requires": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" + } + }, + "http-signature": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.3.6.tgz", + "integrity": "sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^2.0.2", + "sshpk": "^1.14.1" + } + }, + "https-proxy-agent": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz", + "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==", + "dev": true, + "requires": { + "agent-base": "^7.0.2", + "debug": "4" + } + }, + "human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", + "dev": true + }, + "iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + }, + "ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true + }, + "ignore": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", + "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", + "dev": true + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true + }, + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "ini": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", + "dev": true + }, + "is-ci": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz", + "integrity": "sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==", + "dev": true, + "requires": { + "ci-info": "^3.2.0" + } + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-installed-globally": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", + "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", + "dev": true, + "requires": { + "global-dirs": "^3.0.0", + "is-path-inside": "^3.0.2" + } + }, + "is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true + }, + "is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", + "dev": true + }, + "is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "dev": true + }, + "is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", + "dev": true + }, + "istanbul-lib-coverage": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "dev": true + }, + "istanbul-lib-report": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", + "dev": true, + "requires": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^4.0.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "istanbul-lib-source-maps": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.4.tgz", + "integrity": "sha512-wHOoEsNJTVltaJp8eVkm8w+GVkVNHT2YDYo53YdzQEL2gWm1hBX5cGFR9hQJtuGLebidVX7et3+dmDZrmclduw==", + "dev": true, + "requires": { + "@jridgewell/trace-mapping": "^0.3.23", + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0" + } + }, + "istanbul-reports": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", + "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", + "dev": true, + "requires": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + } + }, + "jackspeak": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.0.tgz", + "integrity": "sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==", + "dev": true, + "requires": { + "@isaacs/cliui": "^8.0.2", + "@pkgjs/parseargs": "^0.11.0" + } + }, + "joi": { + "version": "17.13.3", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz", + "integrity": "sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==", + "dev": true, + "requires": { + "@hapi/hoek": "^9.3.0", + "@hapi/topo": "^5.1.0", + "@sideway/address": "^4.1.5", + "@sideway/formula": "^3.0.1", + "@sideway/pinpoint": "^2.0.0" + } + }, + "js-beautify": { + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.1.tgz", + "integrity": "sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==", + "dev": true, + "requires": { + "config-chain": "^1.1.13", + "editorconfig": "^1.0.4", + "glob": "^10.3.3", + "js-cookie": "^3.0.5", + "nopt": "^7.2.0" + } + }, + "js-cookie": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", + "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", + "dev": true + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", + "dev": true + }, + "jsdom": { + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.1.0.tgz", + "integrity": "sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==", + "dev": true, + "requires": { + "cssstyle": "^4.0.1", + "data-urls": "^5.0.0", + "decimal.js": "^10.4.3", + "form-data": "^4.0.0", + "html-encoding-sniffer": "^4.0.0", + "http-proxy-agent": "^7.0.2", + "https-proxy-agent": "^7.0.4", + "is-potential-custom-element-name": "^1.0.1", + "nwsapi": "^2.2.10", + "parse5": "^7.1.2", + "rrweb-cssom": "^0.7.0", + "saxes": "^6.0.0", + "symbol-tree": "^3.2.4", + "tough-cookie": "^4.1.4", + "w3c-xmlserializer": "^5.0.0", + "webidl-conversions": "^7.0.0", + "whatwg-encoding": "^3.1.1", + "whatwg-mimetype": "^4.0.0", + "whatwg-url": "^14.0.0", + "ws": "^8.17.0", + "xml-name-validator": "^5.0.0" + }, + "dependencies": { + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, + "xml-name-validator": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz", + "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==", + "dev": true + } + } + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true + }, + "json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, + "json-schema": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", + "dev": true + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", + "dev": true + }, + "json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "jsprim": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-2.0.2.tgz", + "integrity": "sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.4.0", + "verror": "1.10.0" + } + }, + "keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "requires": { + "json-buffer": "3.0.1" + } + }, + "lazy-ass": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz", + "integrity": "sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==", + "dev": true + }, + "levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "requires": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + } + }, + "listr2": { + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz", + "integrity": "sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==", + "dev": true, + "requires": { + "cli-truncate": "^2.1.0", + "colorette": "^2.0.16", + "log-update": "^4.0.0", + "p-map": "^4.0.0", + "rfdc": "^1.3.0", + "rxjs": "^7.5.1", + "through": "^2.3.8", + "wrap-ansi": "^7.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + } + } + }, + "local-pkg": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz", + "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==", + "dev": true, + "requires": { + "mlly": "^1.4.2", + "pkg-types": "^1.0.3" + } + }, + "locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "requires": { + "p-locate": "^5.0.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", + "dev": true + }, + "log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "log-update": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", + "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", + "dev": true, + "requires": { + "ansi-escapes": "^4.3.0", + "cli-cursor": "^3.1.0", + "slice-ansi": "^4.0.0", + "wrap-ansi": "^6.2.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + } + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + } + } + }, + "loupe": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz", + "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==", + "dev": true, + "requires": { + "get-func-name": "^2.0.1" + } + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "requires": { + "yallist": "^3.0.2" + } + }, + "magic-string": { + "version": "0.30.10", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.10.tgz", + "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==", + "requires": { + "@jridgewell/sourcemap-codec": "^1.4.15" + } + }, + "magicast": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.4.tgz", + "integrity": "sha512-TyDF/Pn36bBji9rWKHlZe+PZb6Mx5V8IHCSxk7X4aljM4e/vyDvZZYwHewdVaqiA0nb3ghfHU/6AUpDxWoER2Q==", + "dev": true, + "requires": { + "@babel/parser": "^7.24.4", + "@babel/types": "^7.24.0", + "source-map-js": "^1.2.0" + } + }, + "make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "dev": true, + "requires": { + "semver": "^7.5.3" + }, + "dependencies": { + "semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true + } + } + }, + "map-stream": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz", + "integrity": "sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==", + "dev": true + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "requires": { + "mime-db": "1.52.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true + }, + "minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true + }, + "mlly": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.1.tgz", + "integrity": "sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==", + "dev": true, + "requires": { + "acorn": "^8.11.3", + "pathe": "^1.1.2", + "pkg-types": "^1.1.1", + "ufo": "^1.5.3" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" + }, + "natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, + "node-releases": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", + "dev": true + }, + "nopt": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", + "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", + "dev": true, + "requires": { + "abbrev": "^2.0.0" + } + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "requires": { + "path-key": "^3.0.0" + } + }, + "nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dev": true, + "requires": { + "boolbase": "^1.0.0" + } + }, + "nwsapi": { + "version": "2.2.10", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.10.tgz", + "integrity": "sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==", + "dev": true + }, + "object-inspect": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "optionator": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", + "dev": true, + "requires": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.5" + } + }, + "ospath": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz", + "integrity": "sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==", + "dev": true + }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "requires": { + "yocto-queue": "^0.1.0" + } + }, + "p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "requires": { + "p-limit": "^3.0.2" + } + }, + "p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "dev": true, + "requires": { + "aggregate-error": "^3.0.0" + } + }, + "package-json-from-dist": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", + "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==", + "dev": true + }, + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "requires": { + "callsites": "^3.0.0" + } + }, + "parse5": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "dev": true, + "requires": { + "entities": "^4.4.0" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true + }, + "path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "requires": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", + "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", + "dev": true + } + } + }, + "pathe": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", + "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", + "dev": true + }, + "pathval": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", + "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", + "dev": true + }, + "pause-stream": { + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz", + "integrity": "sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==", + "dev": true, + "requires": { + "through": "~2.3" + } + }, + "pend": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", + "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==", + "dev": true + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", + "dev": true + }, + "picocolors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true + }, + "pkg-types": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.1.tgz", + "integrity": "sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==", + "dev": true, + "requires": { + "confbox": "^0.1.7", + "mlly": "^1.7.0", + "pathe": "^1.1.2" + } + }, + "postcss": { + "version": "8.4.38", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", + "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", + "requires": { + "nanoid": "^3.3.7", + "picocolors": "^1.0.0", + "source-map-js": "^1.2.0" + } + }, + "postcss-selector-parser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz", + "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==", + "dev": true, + "requires": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + } + }, + "prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true + }, + "prettier": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", + "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", + "dev": true + }, + "prettier-linter-helpers": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", + "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", + "dev": true, + "requires": { + "fast-diff": "^1.1.2" + } + }, + "pretty-bytes": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", + "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", + "dev": true + }, + "pretty-format": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", + "dev": true, + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true + } + } + }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "dev": true + }, + "proto-list": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", + "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==", + "dev": true + }, + "proxy-from-env": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz", + "integrity": "sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==", + "dev": true + }, + "ps-tree": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.2.0.tgz", + "integrity": "sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==", + "dev": true, + "requires": { + "event-stream": "=3.3.4" + } + }, + "psl": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", + "dev": true + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true + }, + "qs": { + "version": "6.10.4", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.4.tgz", + "integrity": "sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==", + "dev": true, + "requires": { + "side-channel": "^1.0.4" + } + }, + "querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "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 + }, + "react-is": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", + "dev": true + }, + "replace-in-file": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-7.2.0.tgz", + "integrity": "sha512-CiLXVop3o8/h2Kd1PwKPPimmS9wUV0Ki6Fl8+1ITD35nB3Gl/PrW5IONpTE0AXk0z4v8WYcpEpdeZqMXvSnWpg==", + "dev": true, + "requires": { + "chalk": "^4.1.2", + "glob": "^8.1.0", + "yargs": "^17.7.2" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "request-progress": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz", + "integrity": "sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==", + "dev": true, + "requires": { + "throttleit": "^1.0.0" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + }, + "restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "requires": { + "onetime": "^5.1.0", + "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", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", + "dev": true + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + }, + "dependencies": { + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + } + } + }, + "rollup": { + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.18.0.tgz", + "integrity": "sha512-QmJz14PX3rzbJCN1SG4Xe/bAAX2a6NpCP8ab2vfu2GiUr8AQcr2nCV/oEO3yneFarB67zk8ShlIyWb2LGTb3Sg==", + "dev": true, + "requires": { + "@rollup/rollup-android-arm-eabi": "4.18.0", + "@rollup/rollup-android-arm64": "4.18.0", + "@rollup/rollup-darwin-arm64": "4.18.0", + "@rollup/rollup-darwin-x64": "4.18.0", + "@rollup/rollup-linux-arm-gnueabihf": "4.18.0", + "@rollup/rollup-linux-arm-musleabihf": "4.18.0", + "@rollup/rollup-linux-arm64-gnu": "4.18.0", + "@rollup/rollup-linux-arm64-musl": "4.18.0", + "@rollup/rollup-linux-powerpc64le-gnu": "4.18.0", + "@rollup/rollup-linux-riscv64-gnu": "4.18.0", + "@rollup/rollup-linux-s390x-gnu": "4.18.0", + "@rollup/rollup-linux-x64-gnu": "4.18.0", + "@rollup/rollup-linux-x64-musl": "4.18.0", + "@rollup/rollup-win32-arm64-msvc": "4.18.0", + "@rollup/rollup-win32-ia32-msvc": "4.18.0", + "@rollup/rollup-win32-x64-msvc": "4.18.0", + "@types/estree": "1.0.5", + "fsevents": "~2.3.2" + } + }, + "rrweb-cssom": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz", + "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", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", + "dev": true, + "requires": { + "tslib": "^2.1.0" + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "saxes": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", + "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", + "dev": true, + "requires": { + "xmlchars": "^2.2.0" + } + }, + "semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true + }, + "set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "dev": true, + "requires": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true + }, + "side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + } + }, + "siginfo": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz", + "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==", + "dev": true + }, + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "slice-ansi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", + "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + } + } + }, + "source-map-js": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", + "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==" + }, + "split": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz", + "integrity": "sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==", + "dev": true, + "requires": { + "through": "2" + } + }, + "sshpk": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", + "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", + "dev": true, + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "stackback": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", + "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==", + "dev": true + }, + "start-server-and-test": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-2.0.4.tgz", + "integrity": "sha512-CKNeBTcP0hVqIlNismHMudb9q3lLdAjcVPO13/7gfI66fcJpeIb/o4NzQd1JK/CD+lfWVqr10ZH9Y14+OwlJuw==", + "dev": true, + "requires": { + "arg": "^5.0.2", + "bluebird": "3.7.2", + "check-more-types": "2.24.0", + "debug": "4.3.5", + "execa": "5.1.1", + "lazy-ass": "1.6.0", + "ps-tree": "1.2.0", + "wait-on": "7.2.0" + }, + "dependencies": { + "execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + } + }, + "get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true + }, + "human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true + } + } + }, + "std-env": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz", + "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==", + "dev": true + }, + "stream-combiner": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz", + "integrity": "sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==", + "dev": true, + "requires": { + "duplexer": "~0.1.1" + } + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "string-width-cjs": { + "version": "npm:string-width@4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "strip-ansi-cjs": { + "version": "npm:strip-ansi@6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true + }, + "strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true + }, + "strip-literal": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-2.1.0.tgz", + "integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==", + "dev": true, + "requires": { + "js-tokens": "^9.0.0" + }, + "dependencies": { + "js-tokens": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz", + "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==", + "dev": true + } + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "svg-tags": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", + "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", + "dev": true + }, + "symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", + "dev": true + }, + "synckit": { + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz", + "integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==", + "dev": true, + "requires": { + "@pkgr/core": "^0.1.0", + "tslib": "^2.6.2" + } + }, + "test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "dev": true, + "requires": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "dependencies": { + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + } + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true + }, + "throttleit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz", + "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==", + "dev": true + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", + "dev": true + }, + "tinybench": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.8.0.tgz", + "integrity": "sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==", + "dev": true + }, + "tinypool": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.8.4.tgz", + "integrity": "sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==", + "dev": true + }, + "tinyspy": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-2.2.1.tgz", + "integrity": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==", + "dev": true + }, + "tmp": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", + "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "dev": true + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true + }, + "tough-cookie": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", + "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", + "dev": true, + "requires": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.2.0", + "url-parse": "^1.5.3" + }, + "dependencies": { + "universalify": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "dev": true + } + } + }, + "tr46": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz", + "integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==", + "dev": true, + "requires": { + "punycode": "^2.3.1" + } + }, + "tslib": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", + "dev": true + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", + "dev": true, + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", + "dev": true + }, + "type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "requires": { + "prelude-ls": "^1.2.1" + } + }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true + }, + "type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true + }, + "ufo": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.3.tgz", + "integrity": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==", + "dev": true + }, + "undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true, + "optional": true + }, + "universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "dev": true + }, + "untildify": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", + "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", + "dev": true + }, + "update-browserslist-db": { + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz", + "integrity": "sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==", + "dev": true, + "requires": { + "escalade": "^3.1.2", + "picocolors": "^1.0.1" + } + }, + "uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "requires": { + "punycode": "^2.1.0" + } + }, + "url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dev": true, + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true + }, + "v8-to-istanbul": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz", + "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==", + "dev": true, + "requires": { + "@jridgewell/trace-mapping": "^0.3.12", + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^2.0.0" + } + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", + "dev": true, + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "vite": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.1.tgz", + "integrity": "sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==", + "dev": true, + "requires": { + "esbuild": "^0.21.3", + "fsevents": "~2.3.3", + "postcss": "^8.4.38", + "rollup": "^4.13.0" + } + }, + "vite-node": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.6.0.tgz", + "integrity": "sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==", + "dev": true, + "requires": { + "cac": "^6.7.14", + "debug": "^4.3.4", + "pathe": "^1.1.1", + "picocolors": "^1.0.0", + "vite": "^5.0.0" + } + }, + "vitest": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-1.6.0.tgz", + "integrity": "sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==", + "dev": true, + "requires": { + "@vitest/expect": "1.6.0", + "@vitest/runner": "1.6.0", + "@vitest/snapshot": "1.6.0", + "@vitest/spy": "1.6.0", + "@vitest/utils": "1.6.0", + "acorn-walk": "^8.3.2", + "chai": "^4.3.10", + "debug": "^4.3.4", + "execa": "^8.0.1", + "local-pkg": "^0.5.0", + "magic-string": "^0.30.5", + "pathe": "^1.1.1", + "picocolors": "^1.0.0", + "std-env": "^3.5.0", + "strip-literal": "^2.0.0", + "tinybench": "^2.5.1", + "tinypool": "^0.8.3", + "vite": "^5.0.0", + "vite-node": "1.6.0", + "why-is-node-running": "^2.2.2" + }, + "dependencies": { + "execa": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz", + "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.3", + "get-stream": "^8.0.1", + "human-signals": "^5.0.0", + "is-stream": "^3.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^5.1.0", + "onetime": "^6.0.0", + "signal-exit": "^4.1.0", + "strip-final-newline": "^3.0.0" + } + }, + "get-stream": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", + "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==", + "dev": true + }, + "human-signals": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", + "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==", + "dev": true + }, + "is-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", + "dev": true + }, + "mimic-fn": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", + "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", + "dev": true + }, + "npm-run-path": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz", + "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==", + "dev": true, + "requires": { + "path-key": "^4.0.0" + } + }, + "onetime": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", + "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", + "dev": true, + "requires": { + "mimic-fn": "^4.0.0" + } + }, + "path-key": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", + "dev": true + }, + "signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true + }, + "strip-final-newline": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", + "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", + "dev": true + } + } + }, + "vue": { + "version": "3.4.30", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.30.tgz", + "integrity": "sha512-NcxtKCwkdf1zPsr7Y8+QlDBCGqxvjLXF2EX+yi76rV5rrz90Y6gK1cq0olIhdWGgrlhs9ElHuhi9t3+W5sG5Xw==", + "requires": { + "@vue/compiler-dom": "3.4.30", + "@vue/compiler-sfc": "3.4.30", + "@vue/runtime-dom": "3.4.30", + "@vue/server-renderer": "3.4.30", + "@vue/shared": "3.4.30" + } + }, + "vue-component-type-helpers": { + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-2.0.22.tgz", + "integrity": "sha512-gPr2Ba7efUwy/Vfbuf735bHSVdN4ycoZUCHfypkI33M9DUH+ieRblLLVM2eImccFYaWNWwEzURx02EgoXDBmaQ==", + "dev": true + }, + "vue-eslint-parser": { + "version": "9.4.3", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz", + "integrity": "sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==", + "dev": true, + "requires": { + "debug": "^4.3.4", + "eslint-scope": "^7.1.1", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.3.1", + "esquery": "^1.4.0", + "lodash": "^4.17.21", + "semver": "^7.3.6" + }, + "dependencies": { + "semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true + } + } + }, + "vue-gtag": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/vue-gtag/-/vue-gtag-2.0.1.tgz", + "integrity": "sha512-aM4A58FVL0wV2ptYi+xzAjeg+pQVRyUcfBc5UkXAwQrR4t3WBhor50Izp2I+3Oo7+l+vWJ7u78DGcNzReb8S/A==", + "requires": {} + }, + "vue-i18n": { + "version": "9.13.1", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.13.1.tgz", + "integrity": "sha512-mh0GIxx0wPtPlcB1q4k277y0iKgo25xmDPWioVVYanjPufDBpvu5ySTjP5wOrSvlYQ2m1xI+CFhGdauv/61uQg==", + "requires": { + "@intlify/core-base": "9.13.1", + "@intlify/shared": "9.13.1", + "@vue/devtools-api": "^6.5.0" + } + }, + "w3c-xmlserializer": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", + "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==", + "dev": true, + "requires": { + "xml-name-validator": "^5.0.0" + }, + "dependencies": { + "xml-name-validator": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz", + "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==", + "dev": true + } + } + }, + "wait-on": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-7.2.0.tgz", + "integrity": "sha512-wCQcHkRazgjG5XoAq9jbTMLpNIjoSlZslrJ2+N9MxDsGEv1HnFoVjOCexL0ESva7Y9cu350j+DWADdk54s4AFQ==", + "dev": true, + "requires": { + "axios": "^1.6.1", + "joi": "^17.11.0", + "lodash": "^4.17.21", + "minimist": "^1.2.8", + "rxjs": "^7.8.1" + } + }, + "webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "dev": true + }, + "whatwg-encoding": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", + "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", + "dev": true, + "requires": { + "iconv-lite": "0.6.3" + } + }, + "whatwg-mimetype": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", + "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", + "dev": true + }, + "whatwg-url": { + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz", + "integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==", + "dev": true, + "requires": { + "tr46": "^5.0.0", + "webidl-conversions": "^7.0.0" + } + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "why-is-node-running": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.2.2.tgz", + "integrity": "sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==", + "dev": true, + "requires": { + "siginfo": "^2.0.0", + "stackback": "0.0.2" + } + }, + "word-wrap": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "dev": true + }, + "wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "requires": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true + }, + "ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true + }, + "emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "requires": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + } + }, + "strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "requires": { + "ansi-regex": "^6.0.1" + } + } + } + }, + "wrap-ansi-cjs": { + "version": "npm:wrap-ansi@7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "ws": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "dev": true, + "requires": {} + }, + "xml-name-validator": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", + "dev": true + }, + "xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", + "dev": true + }, + "y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, + "yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "requires": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + } + }, + "yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true + }, + "yauzl": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", + "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==", + "dev": true, + "requires": { + "buffer-crc32": "~0.2.3", + "fd-slicer": "~1.1.0" + } + }, + "yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true + } } } diff --git a/package.json b/package.json index d57ebe49..7b17797f 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "uplus-wss", "version": "2.0.0", "scripts": { + "lint": "eslint src --fix; exit 0", "dev": "vite", "build": "vite build && node scripts/fix_files.js", "preview": "vite preview --port 5050", @@ -12,27 +13,27 @@ "docker-push": "npx docker push richardmarsot/uplus-wss" }, "dependencies": { - "crypto-js": "^4.1.1", - "vue": "^3.2.45", + "crypto-js": "^4.2.0", + "vue": "^3.4.30", "vue-gtag": "^2.0.1", - "vue-i18n": "^9.2.2" + "vue-i18n": "^9.13.1" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.0.2", - "@vitejs/plugin-vue-jsx": "^3.0.0", - "@vitest/coverage-v8": "^1.1.1", + "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue-jsx": "^4.0.0", + "@vitest/coverage-v8": "^1.6.0", "@vue/eslint-config-prettier": "^9.0.0", - "@vue/test-utils": "^2.2.7", - "c8": "^9.1.0", - "cypress": "^13.1.0", - "eslint": "^9.1.1", + "@vue/test-utils": "^2.4.6", + "c8": "^10.1.2", + "cypress": "^13.12.0", + "eslint": "^8.57.0", "eslint-plugin-cypress": "^2.15.0", - "eslint-plugin-vue": "^9.8.0", - "jsdom": "^24.0.0", - "prettier": "^3.0.0", + "eslint-plugin-vue": "^9.26.0", + "jsdom": "^24.1.0", + "prettier": "^3.3.2", "replace-in-file": "^7.0.1", - "start-server-and-test": "^2.0.0", - "vite": "^5.0.4", - "vitest": "^1.1.1" + "start-server-and-test": "^2.0.4", + "vite": "^5.3.1", + "vitest": "^1.6.0" } } diff --git a/public/auto/js/config-settings.js b/public/auto/js/config-settings.js index fe4f3cb3..8133d38f 100755 --- a/public/auto/js/config-settings.js +++ b/public/auto/js/config-settings.js @@ -317,7 +317,7 @@ window.settings = { label: "Drive train warranty", value: '8 yr/80,000mi', }, - ] + ] }, { title: "2017 Quartz Plug-in", @@ -341,7 +341,7 @@ window.settings = { label: "Drive train warranty", value: '15 yr/100,000mi', }, - ] + ] }, ], recentactivity: [ @@ -400,7 +400,7 @@ window.settings = { label: "Drive train warranty", value: '8 yr/80,000mi', }, - ] + ] }, { title: "2017 Quartz Plug-in", @@ -424,7 +424,7 @@ window.settings = { label: "Drive train warranty", value: '15 yr/100,000mi', }, - ] + ] }, ], recentactivity: [ @@ -442,6 +442,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/public/commercial_bank/js/config-settings.js b/public/commercial_bank/js/config-settings.js index 119f7d2f..de80720d 100644 --- a/public/commercial_bank/js/config-settings.js +++ b/public/commercial_bank/js/config-settings.js @@ -441,6 +441,29 @@ window.settings = { low: 2.54, }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: "", WebChatBotID: "", @@ -455,7 +478,7 @@ window.settings = { DMMURL: "", DMMID: "pega-wm-chat", DMMSecret: "", - DMMPrivateURL:"https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", + DMMPrivateURL: "https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", DMMProactiveChatNewSessionTimeout: 0, DMMProactiveChatNewSessionCode: '5sonPage', }, diff --git a/public/comms/js/config-settings.js b/public/comms/js/config-settings.js index 32361b8b..92fb63f4 100644 --- a/public/comms/js/config-settings.js +++ b/public/comms/js/config-settings.js @@ -449,6 +449,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/public/energy/js/config-settings.js b/public/energy/js/config-settings.js index dc697210..6b8b6f87 100755 --- a/public/energy/js/config-settings.js +++ b/public/energy/js/config-settings.js @@ -291,7 +291,7 @@ window.settings = { bill_pay: 164.8, load_by_default: true, hide_from_dropdown: false, - show_opname: false, + show_opname: false, otp_send_to: "", accountdetails: [[ { @@ -306,18 +306,18 @@ window.settings = { label: "Card status", value: "Active", }], - [{ - label: "Card number", - value: "***1875", - }, - { - label: "Card type", - value: "Amex card", - }, - { - label: "Card status", - value: "Active", - }], + [{ + label: "Card number", + value: "***1875", + }, + { + label: "Card type", + value: "Amex card", + }, + { + label: "Card status", + value: "Active", + }], ], accountpicker: [ { @@ -409,7 +409,7 @@ window.settings = { load_by_default: true, hide_from_dropdown: false, show_opname: false, - otp_send_to: '', + otp_send_to: '', accountdetails: [[ { label: "Card number", @@ -423,18 +423,18 @@ window.settings = { label: "Card status", value: "Active", }], - [{ - label: "Card number", - value: "***1875", - }, - { - label: "Card type", - value: "Amex card", - }, - { - label: "Card status", - value: "Active", - }], + [{ + label: "Card number", + value: "***1875", + }, + { + label: "Card type", + value: "Amex card", + }, + { + label: "Card status", + value: "Active", + }], ], accountpicker: [ { @@ -505,6 +505,29 @@ window.settings = { ], } ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', @@ -519,9 +542,9 @@ window.settings = { DMMURL: '', DMMID: "pega-wm-chat", DMMSecret: '', - DMMPrivateURL:"https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", + DMMPrivateURL: "https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", DMMProactiveChatNewSessionTimeout: 0, - DMMProactiveChatNewSessionCode: '5sonPage', + DMMProactiveChatNewSessionCode: '5sonPage', }, pega_marketing: { Host: window.location.origin, diff --git a/public/gov/js/config-settings.js b/public/gov/js/config-settings.js index c0b563a0..6a7c1e6a 100644 --- a/public/gov/js/config-settings.js +++ b/public/gov/js/config-settings.js @@ -321,7 +321,7 @@ window.settings = { label: "Due date", type: "duedate" }, - ] + ] }, { title: "Town Taxes", @@ -336,7 +336,7 @@ window.settings = { label: "Due date", type: "duedate" }, - ] + ] }, { title: "Water bill", @@ -351,7 +351,7 @@ window.settings = { label: "Due date", type: "duedate" }, - ] + ] }, ], recentactivity: [ @@ -412,7 +412,7 @@ window.settings = { label: "Due date", type: "duedate" }, - ] + ] }, { title: "Town Taxes", @@ -427,7 +427,7 @@ window.settings = { label: "Due date", type: "duedate" }, - ] + ] }, { title: "Water bill", @@ -442,7 +442,7 @@ window.settings = { label: "Due date", type: "duedate" }, - ] + ] }, ], recentactivity: [ @@ -458,6 +458,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/public/health_care/js/config-settings.js b/public/health_care/js/config-settings.js index f616867d..51181f87 100644 --- a/public/health_care/js/config-settings.js +++ b/public/health_care/js/config-settings.js @@ -312,7 +312,7 @@ window.settings = { label: "Network", value: "HMO", }] - },{ + }, { title: "U+ Vision", img: "img/account-picker1.jpg", details: [ @@ -424,7 +424,7 @@ window.settings = { label: "Network", value: "HMO", }] - },{ + }, { title: "U+ Vision", img: "img/account-picker1.jpg", details: [ @@ -458,6 +458,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/public/health_payer/js/config-settings.js b/public/health_payer/js/config-settings.js index 37f81227..d40c913e 100644 --- a/public/health_payer/js/config-settings.js +++ b/public/health_payer/js/config-settings.js @@ -354,7 +354,7 @@ window.settings = { label: "Network", value: "HMO", }] - },{ + }, { title: "U+ Vision", img: "img/account-picker1.jpg", details: [ @@ -466,7 +466,7 @@ window.settings = { label: "Network", value: "HMO", }] - },{ + }, { title: "U+ Vision", img: "img/account-picker1.jpg", details: [ @@ -500,6 +500,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/public/health_pharma/js/config-settings.js b/public/health_pharma/js/config-settings.js index 751b55e7..9a1e560b 100644 --- a/public/health_pharma/js/config-settings.js +++ b/public/health_pharma/js/config-settings.js @@ -326,7 +326,7 @@ window.settings = { type: "date", value: '2023-02-19', }] - },{ + }, { title: "Family Support", details: [ { @@ -427,7 +427,7 @@ window.settings = { type: "date", value: '2023-02-19', }] - },{ + }, { title: "Family Support", details: [ { @@ -457,6 +457,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/public/health_provider/js/config-settings.js b/public/health_provider/js/config-settings.js index 976f705d..0e4f9bac 100644 --- a/public/health_provider/js/config-settings.js +++ b/public/health_provider/js/config-settings.js @@ -311,7 +311,7 @@ window.settings = { label: "Practice", value: "Binder Family", }, - ] + ] }, { title: "PPO Network", @@ -329,7 +329,7 @@ window.settings = { label: "Practice", value: "Binder Family", }, - ] + ] }, { title: "EPO Network", @@ -347,7 +347,7 @@ window.settings = { label: "Practice", value: "Binder Family", }, - ] + ] }, ], recentactivity: [ @@ -401,7 +401,7 @@ window.settings = { label: "Practice", value: "Binder Family", }, - ] + ] }, { title: "PPO Network", @@ -419,7 +419,7 @@ window.settings = { label: "Practice", value: "Binder Family", }, - ] + ] }, { title: "EPO Network", @@ -437,7 +437,7 @@ window.settings = { label: "Practice", value: "Binder Family", }, - ] + ] }, ], recentactivity: [ @@ -456,6 +456,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/public/insurance/js/config-settings.js b/public/insurance/js/config-settings.js index bc21ada4..0abf7c84 100644 --- a/public/insurance/js/config-settings.js +++ b/public/insurance/js/config-settings.js @@ -604,6 +604,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/public/manufacturing/js/config-settings.js b/public/manufacturing/js/config-settings.js index bffe01b5..bef71d30 100755 --- a/public/manufacturing/js/config-settings.js +++ b/public/manufacturing/js/config-settings.js @@ -316,7 +316,7 @@ window.settings = { label: "Next payment due", type: "duedate" } - ] + ] }, { title: "Commercial thermostat", @@ -339,7 +339,7 @@ window.settings = { label: "Next payment due", type: "duedate" } - ] + ] }, { title: "Control system", @@ -362,7 +362,7 @@ window.settings = { label: "Next payment due", type: "duedate" } - ] + ] }, ], recentactivity: [ @@ -419,7 +419,7 @@ window.settings = { label: "Next payment due", type: "duedate" } - ] + ] }, { title: "Commercial thermostat", @@ -443,7 +443,7 @@ window.settings = { label: "Next payment due", type: "duedate" } - ] + ] }, { title: "Control system", @@ -467,7 +467,7 @@ window.settings = { label: "Next payment due", type: "duedate" } - ] + ] }, ], recentactivity: [ @@ -483,6 +483,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', diff --git a/public/retail_bank/js/config-settings.js b/public/retail_bank/js/config-settings.js index a673d6d8..6ce44f14 100644 --- a/public/retail_bank/js/config-settings.js +++ b/public/retail_bank/js/config-settings.js @@ -304,7 +304,7 @@ window.settings = { { label: "Card status", value: "Active", - }],[ + }], [ { label: "Card number", value: "***1875", @@ -373,7 +373,7 @@ window.settings = { label: "Interest rate", value: "2.30%", }, - ] + ] }, ], recentactivity: [ @@ -425,7 +425,7 @@ window.settings = { { label: "Card status", value: "Active", - }],[ + }], [ { label: "Card number", value: "***1875", @@ -487,7 +487,7 @@ window.settings = { type: "currency", value: 164.80, }, - ] + ] }, ], recentactivity: [ @@ -510,6 +510,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: "", WebChatBotID: "", @@ -524,7 +547,7 @@ window.settings = { DMMURL: "", DMMID: "pega-wm-chat", DMMSecret: "", - DMMPrivateURL:"https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", + DMMPrivateURL: "https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", DMMProactiveChatNewSessionTimeout: 0, DMMProactiveChatNewSessionCode: '5sonPage', }, diff --git a/public/travel/js/config-settings.js b/public/travel/js/config-settings.js index 72355473..44a410a2 100644 --- a/public/travel/js/config-settings.js +++ b/public/travel/js/config-settings.js @@ -396,6 +396,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', @@ -410,7 +433,7 @@ window.settings = { DMMURL: "", DMMID: "pega-wm-chat", DMMSecret: "", - DMMPrivateURL:"https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", + DMMPrivateURL: "https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", DMMProactiveChatNewSessionTimeout: 0, DMMProactiveChatNewSessionCode: '5sonPage', }, diff --git a/public/wealth/js/config-settings.js b/public/wealth/js/config-settings.js index 67a147c4..5729d475 100644 --- a/public/wealth/js/config-settings.js +++ b/public/wealth/js/config-settings.js @@ -308,7 +308,7 @@ window.settings = { label: "Annualized rate of return", value: "8.4%", }, - ], + ], ], accountpicker: [ { @@ -395,7 +395,7 @@ window.settings = { label: "Annualized rate of return", value: "8.4%", }, - ], + ], ], accountpicker: [ { @@ -450,6 +450,29 @@ window.settings = { ], }, ], + CustomEvents: [ + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 1", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 2", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }, + { + CustomEventAction: "HighlightElement", + CustomEventName: "Custom Event 3", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + } + ], pega_chat: { WCBConfigName: '', WebChatBotID: '', @@ -464,7 +487,7 @@ window.settings = { DMMURL: "", DMMID: "pega-wm-chat", DMMSecret: "", - DMMPrivateURL:"https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", + DMMPrivateURL: "https://ksxyk0i2hb.execute-api.us-east-1.amazonaws.com/Prod/private-data", DMMProactiveChatNewSessionTimeout: 0, DMMProactiveChatNewSessionCode: '5sonPage', }, diff --git a/src/assets/css/_chat.css b/src/assets/css/_chat.css index 08912032..9c2c88a0 100755 --- a/src/assets/css/_chat.css +++ b/src/assets/css/_chat.css @@ -25,12 +25,14 @@ height: 135px; z-index: 2147483645; } + #OnlineHelp, #ChatWrapper, #ServiceCaseGadget, #ChatFooter { transition: all 0.5s ease-in-out; } + #OnlineHelp.expanded, #ServiceCaseGadget.expanded, #ChatWrapper.expanded { @@ -38,44 +40,53 @@ 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; } + /* Hide the default chat launcher */ .chatLauncher { display: none; } + /* Start of styles required to display chat in the full guide div */ #LocalChatHeader { height: 50px; @@ -87,6 +98,7 @@ font-size: 17px; font-weight: 300; } + #HeaderText { padding-top: 16px; display: block; @@ -99,6 +111,7 @@ font-family: Open Sans, sans-serif; margin-right: -87px; } + div#chatBox { position: inherit !important; width: inherit !important; @@ -107,38 +120,47 @@ div#chatBox { color: #000000; font-family: Open Sans, sans-serif; } + #chatContainer .poweredByPega { display: none !important; } + div#messageBoxDiv { height: calc(850px - 209px) !important; width: inherit !important; border-bottom: 1px solid #e0e0e0; } + @media screen and (max-width: 767px) { .chatContainer #messageBoxDiv { top: 100px !important; } } + div#chatFloater { display: none !important; } + div#chatIcon { display: none !important; } + .minimizeIcon { display: none !important; } + a#startChat { font-size: 21px !important; font-weight: 300 !important; color: black !important; } + div#chatText { padding-top: 11px !important; padding-left: 14px !important; display: none !important; } + .chatContainer #sendMessageField { height: 40px !important; margin-left: 10px !important; @@ -146,20 +168,25 @@ div#chatText { width: 95% !important; border-top: none !important; } + .chatContainer #sendMessageField { width: calc(100% - 60px) !important; } + .chatContainer #sendMessageField:focus { box-shadow: none; border: none; color: black; } + input#fileUploadIcon { height: 40px; } + #chatContainer .sendButton { display: none !important; } + div#ChatFooter { background-color: #f1f1f2; width: 450px; @@ -172,6 +199,7 @@ div#ChatFooter { height: 22px; padding-top: 8px; } + /* End of styles required to display chat in full guide div */ #MinimizeChat { font-family: Open Sans, sans-serif; @@ -181,6 +209,7 @@ div#ChatFooter { margin-right: 10px; cursor: pointer; } + #LocalChatSubheader { font-family: Open Sans, sans-serif; font-size: 17px; @@ -191,9 +220,11 @@ div#ChatFooter { margin-left: 14px; margin-right: 14px; } + #SubHeaderText { padding-top: 4px; } + .EndChat { float: right; background: white; @@ -204,9 +235,11 @@ div#ChatFooter { margin-top: -25px; cursor: pointer; } + .EndChat:hover { background: #e5f0ff; } + #ChatLauncherminimized, #servicecaselauncherminimized, #launcherminimized, @@ -227,6 +260,7 @@ div#ChatFooter { cursor: pointer; border: 1px solid #fff; } + #Preview { font-family: Open Sans, sans-serif; text-align: left; @@ -242,9 +276,11 @@ div#ChatFooter { cursor: pointer; border: none; } + #launcher:hover { right: 0; } + #unreadCounter { position: absolute; top: -13px; @@ -284,6 +320,7 @@ div#ChatFooter { top: auto; bottom: -2000px; } + .chat-button #ProactiveChat.alerting { top: 70%; bottom: auto; @@ -313,10 +350,10 @@ div#ChatFooter { opacity: 1; } -.chat-button #ChatLauncherminimized > img, -.chat-button #servicecaselauncherminimized > img, -.chat-button #launcherminimized > img, -.chat-button #launcher > img { +.chat-button #ChatLauncherminimized>img, +.chat-button #servicecaselauncherminimized>img, +.chat-button #launcherminimized>img, +.chat-button #launcher>img { display: block; width: 50px; height: 50px; @@ -331,3 +368,34 @@ div#ChatFooter { transform: none; top: -4px; } + +.pulse { + animation: pulse-animation 1s infinite; + border-radius: 5px; + z-index: 9999; +} + +.remove-event { + position: absolute; + right: 0px; + top: 5px; + cursor: pointer; +} + +.event-header { + position: relative; +} + +.event-title { + float: left; +} + +@keyframes pulse-animation { + 0% { + box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); + } + + 100% { + box-shadow: 0 0 0 20px rgba(0, 0, 0, 0); + } +} diff --git a/src/components/phone/LoginPage.vue b/src/components/phone/LoginPage.vue index c484492c..749cfa71 100644 --- a/src/components/phone/LoginPage.vue +++ b/src/components/phone/LoginPage.vue @@ -140,6 +140,7 @@ export default { sendClickStreamEvent(mainconfig, 'Login', 'Account', window.loadPage); sendClickStreamEvent(mainconfig, 'PageView', 'Account', window.loadPage); window.loadPage = new Date(); + document.dispatchEvent(new Event("confirmLogin")); }, async sendOTPRequest(sendTo) { diff --git a/src/components/settings/ChatSettings.vue b/src/components/settings/ChatSettings.vue index 23de74b8..01b80b0d 100644 --- a/src/components/settings/ChatSettings.vue +++ b/src/components/settings/ChatSettings.vue @@ -4,70 +4,98 @@

Configuration of the messaging and Co-Browse components. Enter an empty 'URL' to disable the functionality. For more details, click - here. + here.

- +
- +
- - + +
- - + +
+ + +
+
+

Custom Event {{ index + 1 }}

+ + +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+
+ + + +
+ +
+ + +
+ + +
+ +
+
+ + Add Event +
+
+
+
- - + +
- +
@@ -75,19 +103,11 @@
- +
- +
@@ -105,5 +125,21 @@ export default { components: { Container, }, + methods: { + addCustomEvent() { + const new_event = { + CustomEventAction: "HighlightElement", + CustomEventName: "", + ElementName: "", + SendAcknowledgement: false, + AcknowledgeOn: "After5Seconds" + }; + this.settings.CustomEvents.push(new_event); + }, + removeCustomEvent(index) { + console.log("removeCustomEvent", index); + this.settings.CustomEvents.splice(index, 1); + } + }, }; diff --git a/src/components/widgets/LoginButton.vue b/src/components/widgets/LoginButton.vue index e9feda45..5f87f553 100644 --- a/src/components/widgets/LoginButton.vue +++ b/src/components/widgets/LoginButton.vue @@ -134,6 +134,7 @@ export default { sendClickStreamEvent(mainconfig, 'PageView', 'Account', window.loadPage); window.loadPage = new Date(); this.isActive = false; + document.dispatchEvent(new Event("confirmLogin")); }, signIn() { /* Validate the password */ diff --git a/src/global.js b/src/global.js index bf3272da..0cdbdc69 100644 --- a/src/global.js +++ b/src/global.js @@ -1,4 +1,5 @@ /* global sendProactiveNotificationReq */ +/* global PegaUnifiedChatWidget */ import generateJWTKey from './JWTToken'; import { createI18n } from 'vue-i18n'; import { reactive } from 'vue'; @@ -79,6 +80,31 @@ export const upgradeConfig = function upgradeConfig(cfg) { cfg.settings.users[i].hide_from_dropdown = false; } } + if (typeof cfg.settings.CustomEvents === 'undefined') { + cfg.settings.CustomEvents = [ + { + CustomEventAction: 'HighlightElement', + CustomEventName: 'Custom Event 1', + ElementName: '', + SendAcknowledgement: false, + AcknowledgeOn: 'After5Seconds', + }, + { + CustomEventAction: 'HighlightElement', + CustomEventName: 'Custom Event 2', + ElementName: '', + SendAcknowledgement: false, + AcknowledgeOn: 'After5Seconds', + }, + { + CustomEventAction: 'HighlightElement', + CustomEventName: 'Custom Event 3', + ElementName: '', + SendAcknowledgement: false, + AcknowledgeOn: 'After5Seconds', + }, + ]; + } return cfg; }; @@ -480,6 +506,145 @@ if (typeof window.settings === 'undefined') { } }; + /** + * DM callback method is called anytime a chat event is triggered. It is used here to listen for and handle custom events + * @param {widgetEvent} widgetEvent + * @returns + */ + PegaUnifiedChatWidget.onChatAPIEvent = function (widgetEvent) { + //Check if event is a custom event + if (widgetEvent.event != 'custom-event') { + return; + } + //Loop through all custom events defined in settings + for (let i = 0; i < mainconfigTmp?.settings?.CustomEvents?.length; i++) { + //Copy event + let event = mainconfigTmp?.settings?.CustomEvents[i]; + + //Check if event received matches event defined in settings + if (widgetEvent.name == event?.CustomEventName) { + console.log('Processing Custom Event: ', event); + let el; + + //Handle Element Highlight + if (event.CustomEventAction == 'HighlightElement') { + el = findElementByLabel(event.ElementName); + if (el == undefined) { + console.log( + `unable to locate element that includes text ${event.ElementName}`, + ); + return; + } + el.classList.add('pulse'); + } + + //Handle Click Element + else if (event.CustomEventAction == 'ClickElement') { + el = findElementByLabel(event.ElementName); + if (el == undefined) { + console.log( + `unable to locate element that includes text ${event.ElementName}`, + ); + return; + } + //add click event + el.click(); + } + + //Handle Acknowledgement + if (event.SendAcknowledgement) { + if (event.AcknowledgeOn == 'After5Seconds') { + setTimeout(function () { + sendEventAcknowledgement(widgetEvent.name); + el.classList.remove('pulse'); + }, 5000); + } else if (event.AcknowledgeOn == 'After30Seconds') { + setTimeout(function () { + sendEventAcknowledgement(widgetEvent.name); + el.classList.remove('pulse'); + }, 30000); + } else if (event.AcknowledgeOn == 'LoginSuccess') { + if (mainconfigTmp.isAuthenticated) { + sendEventAcknowledgement(widgetEvent.name); + el.classList.remove('pulse'); + } else { + // Listen for the confirmLogin event to fire + document.addEventListener('confirmLogin', function () { + sendEventAcknowledgement(widgetEvent.name); + el.classList.remove('pulse'); + }); + } + } + } //End Handle Acknowledgement + } //End Event Handling + } //End Loop + }; //End onChatAPIEvent + + /** + * @param {string} label the text used to search for an element + * @returns element who's innerText contains the argument label's text + */ + const findElementByLabel = function (label) { + const elements = document.querySelectorAll( + 'h1, h2, h3, h4, h5, h6, p, a, button', + ); + // Loop through all the elements and check if their inner text matches the label + for (let i = 0; i < elements.length; i++) { + if (elements[i].innerText.toLowerCase() === label.toLowerCase()) { + return elements[i]; + } + } + }; + + /** + * Makes POST request to DM service to send an event acknowledgement + * @param {string} eventName the event name to acknowledge + */ + const sendEventAcknowledgement = function (eventName) { + console.log('Sending Event Acknowledgement...'); + let sessionId = localStorage.getItem('sessionId'); + //console.log(`sendEventAcknowledgement sessionID=${sessionId}`); + if ( + mainconfigTmp.settings.pega_chat.DMMSecret !== '' && + sessionId !== '' + ) { + //Request Body + const data = { + type: 'custom_event_ack', + name: eventName, + }; + + const jwttoken = generateJWTKey( + { iss: sessionId }, + mainconfigTmp.settings.pega_chat.DMMSecret, + ); + + const baseUrl = mainconfigTmp.settings.pega_chat.DMMURL.split('/') + .slice(0, 3) + .join('/'); + + const customEventEndpoint = baseUrl + '/custom-event'; + //console.log("customEventEndpoint", customEventEndpoint, mainconfigTmp.settings.pega_chat); + const request = new XMLHttpRequest(); + request.open('POST', customEventEndpoint, true); + request.setRequestHeader( + 'Content-type', + 'application/json;charset=UTF-8', + ); + request.setRequestHeader('authorization', `Bearer ${jwttoken}`); + request.send(JSON.stringify(data)); + + request.onreadystatechange = () => { + if (request.readyState === 4) { + console.log( + 'Event acknowledgement api response: ', + request.response, + ); + } + }; + } + }; + const scriptLoad = document.createElement('script'); scriptLoad.setAttribute('id', mainconfigTmp.settings.pega_chat.DMMID); scriptLoad.setAttribute('src', mainconfigTmp.settings.pega_chat.DMMURL);