diff --git a/docs/assets/main-kTqVftNY.js b/docs/assets/main-kTqVftNY.js new file mode 100644 index 00000000..86c65f8d --- /dev/null +++ b/docs/assets/main-kTqVftNY.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(_)?_.trim():_)),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:_,ctx:B,inheritAttrs:N}=e,b=setCurrentRenderingInstance(e);let A,k;try{if(n.shapeFlag&4){const v=s||o,E=v;A=normalizeVNode(d.call(E,v,u,g,_,f,B)),k=l}else{const v=t;A=normalizeVNode(v.length>1?v(g,{attrs:l,slots:r,emit:c}):v(g,null)),k=t.props?l:getFunctionalFallthrough(l)}}catch(v){blockStack.length=0,handleError(v,e,1),A=createVNode(Comment)}let m=A;if(k&&N!==!1){const v=Object.keys(k),{shapeFlag:E}=m;v.length&&E&7&&(a&&v.some(isModelListener)&&(k=filterModelListeners(k,a)),m=cloneVNode(m,k,!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 _=r[t];if(_!==void 0)switch(_){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:_,updated:B,activated:N,deactivated:b,beforeDestroy:A,beforeUnmount:k,destroyed:m,unmounted:v,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,_),Q(onUpdated,B),Q(onActivated,N),Q(onDeactivated,b),Q(onErrorCaptured,S),Q(onRenderTracked,y),Q(onRenderTriggered,V),Q(onBeforeUnmount,k),Q(onUnmounted,v),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,_]=normalizePropsOptions(g,t,!0);extend(r,f),_&&l.push(..._)};!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,_[1]=N<0||B-1||hasOwn$1(_,"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,_)=>setRef(f,t&&(isArray$1(t)?t[_]: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),_=isRef(c);if(f||_){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)):_&&(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:_=NOOP,insertStaticContent:B}=e,N=(w,C,F,j=null,W=null,Y=null,J=void 0,$=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&&k(C,F,j,J);break;case Fragment:O(w,C,F,j,W,Y,J,$,x);break;default:X&1?E(w,C,F,j,W,Y,J,$,x):X&6?H(w,C,F,j,W,Y,J,$,x):(X&64||X&128)&&D.process(w,C,F,j,W,Y,J,$,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},k=(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)},v=({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,$,x)=>{C.type==="svg"?J="svg":C.type==="math"&&(J="mathml"),w==null?y(C,F,j,W,Y,J,$,x):T(w,C,W,Y,J,$,x)},y=(w,C,F,j,W,Y,J,$)=>{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,$),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&&_(w,F),j)for(let Y=0;Y{for(let D=x;D{const $=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,$,F,j,resolveChildrenNamespace(C,W),Y):J||ee(w,C,$,null,F,j,resolveChildrenNamespace(C,W),Y,!1),x>0){if(x&16)M($,C,X,z,F,j,W);else if(x&2&&X.class!==z.class&&a($,"class",null,z.class,W),x&4&&a($,"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 $=0;${if(F!==j){if(F!==EMPTY_OBJ)for(const $ in F)!isReservedProp($)&&!($ in j)&&a(w,$,F[$],null,J,C.children,W,Y,ae);for(const $ in j){if(isReservedProp($))continue;const x=j[$],D=F[$];x!==D&&$!=="value"&&a(w,$,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,$,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&&($=$?$.concat(I):I),w==null?(o(D,F,j),o(L,F,j),S(C.children||[],F,L,W,Y,J,$,x)):X>0&&X&64&&z&&w.dynamicChildren?(P(w.dynamicChildren,z,F,W,Y,J,$),(C.key!=null||W&&C===W.subTree)&&traverseStaticChildren(w,C,!0)):ee(w,C,F,L,W,Y,J,$,x)},H=(w,C,F,j,W,Y,J,$,x)=>{C.slotScopeIds=$,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 $=w.component=createComponentInstance(w,j,W);if(isKeepAlive(w)&&($.ctx.renderer=he),setupComponent($),$.asyncDep){if(W&&W.registerDep($,Q,J),!w.el){const x=$.subTree=createVNode(Comment);A(null,x,C,F)}}else Q($,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 $=()=>{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||$()});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($,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,$,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,$,x);return}else if(z&256){re(D,X,F,j,W,Y,J,$,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,$,x):ae(D,W,Y,!0):(L&8&&u(F,""),I&16&&S(X,F,j,W,Y,J,$,x))},re=(w,C,F,j,W,Y,J,$,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,$,x,X)},le=(w,C,F,j,W,Y,J,$,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,$,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,$,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 ke;if(me.key!=null)ke=oe.get(me.key);else for(se=R;se<=z;se++)if(Be[se-R]===0&&isSameVNodeType(me,C[se])){ke=se;break}ke===void 0?q(me,W,Y,!0):(Be[ke-R]=D+1,ke>=ye?ye=ke:pe=!0,N(me,C[ke],F,null,W,Y,J,$,x),de++)}const be=pe?getSequence(Be):EMPTY_ARR;for(se=be.length-1,D=fe-1;D>=0;D--){const me=R+D,ke=C[me],Ce=me+1{const{el:Y,type:J,transition:$,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;X$.enter(Y),W);else{const{leave:X,delayLeave:z,afterLeave:I}=$,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:$,children:x,dynamicChildren:D,shapeFlag:L,patchFlag:X,dirs:z,memoIndex:I}=w;if(X===-2&&(W=!1),$!=null&&setRef($,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){v(w);return}const Y=()=>{s(F),W&&!W.persisted&&W.afterLeave&&W.afterLeave()};if(w.shapeFlag&1&&W&&!W.persisted){const{leave:J,delayLeave:$}=W,x=()=>J(F,Y);$?$(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:$,m:x,a:D}=w;invalidateMount(x),invalidateMount(D),j&&invokeArrayFns(j),W.stop(),Y&&(Y.active=!1,q(J,w,C,F)),$&&queuePostRenderEffect($,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 $e,_e;return{render:ge,hydrate:$e,createApp:createAppAPI(ge,$e)}}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=()=>(_&&_(),callWithAsyncErrorHandling(e,c,3,[B])):u=NOOP,t&&o){const y=u;u=()=>traverse(y())}let _,B=y=>{_=m.onStop=()=>{callWithErrorHandling(y,c,4),_=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)))&&(_&&_(),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 k;s==="sync"?k=A:s==="post"?k=()=>queuePostRenderEffect(A,c&&c.suspense):(A.pre=!0,c&&(A.id=c.uid),k=()=>queueJob(A));const m=new ReactiveEffect(u,NOOP,k),v=getCurrentScope(),E=()=>{m.stop(),v&&remove(v.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 k(){}return function(m){var v;return k.prototype=m,v=new k,k.prototype=null,v}}(),c={},d=c.lib={},u=d.Base=function(){return{extend:function(k){var m=l(this);return k&&m.mixIn(k),(!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 k=this.extend();return k.init.apply(k,arguments),k},init:function(){},mixIn:function(k){for(var m in k)k.hasOwnProperty(m)&&(this[m]=k[m]);k.hasOwnProperty("toString")&&(this.toString=k.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),g=d.WordArray=u.extend({init:function(k,m){k=this.words=k||[],m!=s?this.sigBytes=m:this.sigBytes=k.length*4},toString:function(k){return(k||_).stringify(this)},concat:function(k){var m=this.words,v=k.words,E=this.sigBytes,y=k.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]=v[T>>>2];return this.sigBytes+=y,this},clamp:function(){var k=this.words,m=this.sigBytes;k[m>>>2]&=4294967295<<32-m%4*8,k.length=o.ceil(m/4)},clone:function(){var k=u.clone.call(this);return k.words=this.words.slice(0),k},random:function(k){for(var m=[],v=0;v>>2]>>>24-y%4*8&255;E.push((V>>>4).toString(16)),E.push((V&15).toString(16))}return E.join("")},parse:function(k){for(var m=k.length,v=[],E=0;E>>3]|=parseInt(k.substr(E,2),16)<<24-E%8*4;return new g.init(v,m/2)}},B=f.Latin1={stringify:function(k){for(var m=k.words,v=k.sigBytes,E=[],y=0;y>>2]>>>24-y%4*8&255;E.push(String.fromCharCode(V))}return E.join("")},parse:function(k){for(var m=k.length,v=[],E=0;E>>2]|=(k.charCodeAt(E)&255)<<24-E%4*8;return new g.init(v,m)}},N=f.Utf8={stringify:function(k){try{return decodeURIComponent(escape(B.stringify(k)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(k){return B.parse(unescape(encodeURIComponent(k)))}},b=d.BufferedBlockAlgorithm=u.extend({reset:function(){this._data=new g.init,this._nDataBytes=0},_append:function(k){typeof k=="string"&&(k=N.parse(k)),this._data.concat(k),this._nDataBytes+=k.sigBytes},_process:function(k){var m,v=this._data,E=v.words,y=v.sigBytes,V=this.blockSize,S=V*4,T=y/S;k?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(_))}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(_))}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=[],_=0;_>>2]>>>24-_%4*8&255,N=d[_+1>>>2]>>>24-(_+1)%4*8&255,b=d[_+2>>>2]>>>24-(_+2)%4*8&255,A=B<<16|N<<8|b,k=0;k<4&&_+k*.75>>6*(3-k)&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-_%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 _=[],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,k=N<<16|b<<8|A,m=0;m<4&&B+m*.75>>6*(3-m)&63));var v=f.charAt(64);if(v)for(;_.length%4;)_.push(v);return _.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 _=0;_>>6-_%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 k=b+A,m=N[k];N[k]=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360}var v=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=v[0],q=v[1],G=v[2],K=v[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=_(U,q,G,K,P,4,d[32]),K=_(K,U,q,G,H,11,d[33]),G=_(G,K,U,q,Q,16,d[34]),q=_(q,G,K,U,re,23,d[35]),U=_(U,q,G,K,y,4,d[36]),K=_(K,U,q,G,T,11,d[37]),G=_(G,K,U,q,O,16,d[38]),q=_(q,G,K,U,te,23,d[39]),U=_(U,q,G,K,ee,4,d[40]),K=_(K,U,q,G,E,11,d[41]),G=_(G,K,U,q,S,16,d[42]),q=_(q,G,K,U,M,23,d[43]),U=_(U,q,G,K,Z,4,d[44]),K=_(K,U,q,G,ne,11,d[45]),G=_(G,K,U,q,le,16,d[46]),q=_(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]),v[0]=v[0]+U|0,v[1]=v[1]+q|0,v[2]=v[2]+G|0,v[3]=v[3]+K|0},_doFinalize:function(){var N=this._data,b=N.words,A=this._nDataBytes*8,k=N.sigBytes*8;b[k>>>5]|=128<<24-k%32;var m=o.floor(A/4294967296),v=A;b[(k+64>>>9<<4)+15]=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360,b[(k+64>>>9<<4)+14]=(v<<8|v>>>24)&16711935|(v<<24|v>>>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,k,m,v,E){var y=N+(b&A|~b&k)+m+E;return(y<>>32-v)+b}function f(N,b,A,k,m,v,E){var y=N+(b&k|A&~k)+m+E;return(y<>>32-v)+b}function _(N,b,A,k,m,v,E){var y=N+(b^A^k)+m+E;return(y<>>32-v)+b}function B(N,b,A,k,m,v,E){var y=N+(A^(b|~k))+m+E;return(y<>>32-v)+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,_=f[0],B=f[1],N=f[2],b=f[3],A=f[4],k=0;k<80;k++){if(k<16)c[k]=u[g+k]|0;else{var m=c[k-3]^c[k-8]^c[k-14]^c[k-16];c[k]=m<<1|m>>>31}var v=(_<<5|_>>>27)+A+c[k];k<20?v+=(B&N|~B&b)+1518500249:k<40?v+=(B^N^b)+1859775393:k<60?v+=(B&N|B&b|N&b)-1894007588:v+=(B^N^b)-899497514,A=b,b=N,N=B<<30|B>>>2,B=_,_=v}f[0]=f[0]+_|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,_=u.sigBytes*8;return g[_>>>5]|=128<<24-_%32,g[(_+64>>>9<<4)+14]=Math.floor(f/4294967296),g[(_+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 _(A){for(var k=o.sqrt(A),m=2;m<=k;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;)_(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(_,B){for(var N=this._hash.words,b=N[0],A=N[1],k=N[2],m=N[3],v=N[4],E=N[5],y=N[6],V=N[7],S=0;S<64;S++){if(S<16)g[S]=_[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=v&E^~v&y,Z=b&A^b&k^A&k,te=(b<<30|b>>>2)^(b<<19|b>>>13)^(b<<10|b>>>22),Q=(v<<26|v>>>6)^(v<<21|v>>>11)^(v<<7|v>>>25),ne=V+Q+H+u[S]+g[S],ee=te+Z;V=y,y=E,E=v,v=m+ne|0,m=k,k=A,A=b,b=ne+ee|0}N[0]=N[0]+b|0,N[1]=N[1]+A|0,N[2]=N[2]+k|0,N[3]=N[3]+m|0,N[4]=N[4]+v|0,N[5]=N[5]+E|0,N[6]=N[6]+y|0,N[7]=N[7]+V|0},_doFinalize:function(){var _=this._data,B=_.words,N=this._nDataBytes*8,b=_.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,_.sigBytes=B.length*4,this._process(),this._hash},clone:function(){var _=l.clone.call(this);return _._hash=this._hash.clone(),_}});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 _=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],k=b[1],m=b[2],v=b[3],E=b[4],y=b[5],V=b[6],S=b[7],T=A.high,P=A.low,M=k.high,O=k.low,H=m.high,Z=m.low,te=v.high,Q=v.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,$e=te,_e=Q,w=ne,C=ee,F=re,j=le,W=U,Y=q,J=G,$=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,ke=be.low,Ce=f[x-16],Se=Ce.high,Ne=Ce.low;D=se+ke,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=$+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,$=Y,W=F,Y=j,F=w,j=C,C=_e+ve|0,w=$e+xe+(C>>>0<_e>>>0?1:0)|0,$e=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=k.low=O+ie,k.high=M+ue+(O>>>0>>0?1:0),Z=m.low=Z+he,m.high=H+ge+(Z>>>0>>0?1:0),Q=v.low=Q+_e,v.high=te+$e+(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+$,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 k=this._hash.toX32();return k},clone:function(){var B=a.clone.call(this);return B._hash=this._hash.clone(),B},blockSize:1024/32});o.SHA512=a._createHelper(_),o.HmacSHA512=a._createHmacHelper(_)}(),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=[],_=[];(function(){for(var b=1,A=0,k=0;k<24;k++){g[b+5*A]=(k+1)*(k+2)/2%64;var m=A%5,v=(2*b+3*A)%5;b=m,A=v}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=k[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=k[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=k[T+5*O];V.high^=P,V.low^=M}for(var ee=1;ee<25;ee++){var P,M,V=k[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=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=k[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=k[0],ie=_[S];V.high^=ie.high,V.low^=ie.low}},_doFinalize:function(){var b=this._data,A=b.words;this._nDataBytes*8;var k=b.sigBytes*8,m=this.blockSize*32;A[k>>>5]|=1<<24-k%32,A[(o.ceil((k+1)/m)*m>>>5)-1]|=128,b.sigBytes=A.length*4,this._process();for(var v=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),k=0;k<25;k++)A[k]=A[k].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]),_=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=_.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+=k(re,le,U)+O[2]:S<64?ie+=m(re,le,U)+O[3]:ie+=v(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+=v(K,ce,ae)+H[0]:S<32?ie+=m(K,ce,ae)+H[1]:S<48?ie+=k(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 k(y,V,S){return(y|~V)^S}function m(y,V,S){return y&S|V&~S}function v(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 _=this._oKey=u.clone(),B=this._iKey=u.clone(),N=_.words,b=B.words,A=0;A>>2]&255;P.sigBytes-=M}};a.BlockCipher=_.extend({cfg:_.cfg.extend({mode:b,padding:k}),reset:function(){var P;_.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)}}),v=s.format={},E=v.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 _=f.slice(0);d.encryptBlock(_,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=[],_=[],B=[],N=[],b=[];(function(){for(var m=[],v=0;v<256;v++)v<128?m[v]=v<<1:m[v]=v<<1^283;for(var E=0,y=0,v=0;v<256;v++){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]=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],k=r.AES=a.extend({_doReset:function(){var m;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var v=this._keyPriorReset=this._key,E=v.words,y=v.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,v){this._doCryptBlock(m,v,this._keySchedule,d,u,g,f,l)},decryptBlock:function(m,v){var E=m[v+1];m[v+1]=m[v+3],m[v+3]=E,this._doCryptBlock(m,v,this._invKeySchedule,_,B,N,b,c);var E=m[v+1];m[v+1]=m[v+3],m[v+3]=E},_doCryptBlock:function(m,v,E,y,V,S,T,P){for(var M=this._nRounds,O=m[v]^E[0],H=m[v+1]^E[1],Z=m[v+2]^E[2],te=m[v+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[v]=ee,m[v+1]=re,m[v+2]=le,m[v+3]=U},keySize:256/32});o.AES=a._createHelper(k)}(),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],_=l.DES=r.extend({_doReset:function(){for(var A=this._key,k=A.words,m=[],v=0;v<56;v++){var E=c[v]-1;m[v]=k[E>>>5]>>>31-E%32&1}for(var y=this._subKeys=[],V=0;V<16;V++){for(var S=y[V]=[],T=u[V],v=0;v<24;v++)S[v/6|0]|=m[(d[v]-1+T)%28]<<31-v%6,S[4+(v/6|0)]|=m[28+(d[v+24]-1+T)%28]<<31-v%6;S[0]=S[0]<<1|S[0]>>>31;for(var v=1;v<7;v++)S[v]=S[v]>>>(v-1)*4+3;S[7]=S[7]<<5|S[7]>>>27}for(var P=this._invSubKeys=[],v=0;v<16;v++)P[v]=y[15-v]},encryptBlock:function(A,k){this._doCryptBlock(A,k,this._subKeys)},decryptBlock:function(A,k){this._doCryptBlock(A,k,this._invSubKeys)},_doCryptBlock:function(A,k,m){this._lBlock=A[k],this._rBlock=A[k+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 v=0;v<16;v++){for(var E=m[v],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[k]=this._lBlock,A[k+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function B(A,k){var m=(this._lBlock>>>A^this._rBlock)&k;this._rBlock^=m,this._lBlock^=m<>>A^this._lBlock)&k;this._lBlock^=m,this._rBlock^=m<192.");var m=k.slice(0,2),v=k.length<4?k.slice(0,2):k.slice(2,4),E=k.length<6?k.slice(0,2):k.slice(4,6);this._des1=_.createEncryptor(a.create(m)),this._des2=_.createEncryptor(a.create(v)),this._des3=_.createEncryptor(a.create(E))},encryptBlock:function(A,k){this._des1.encryptBlock(A,k),this._des2.decryptBlock(A,k),this._des3.encryptBlock(A,k)},decryptBlock:function(A,k){this._des3.decryptBlock(A,k),this._des2.encryptBlock(A,k),this._des1.decryptBlock(A,k)},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,_=this._S=[],B=0;B<256;B++)_[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+_[B]+A)%256;var k=_[B];_[B]=_[N],_[N]=k}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,_=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,_|=u[(u[g]+u[f])%256]<<24-B*8}return this._i=g,this._j=f,_}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,_=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(_){var A=_.words,k=A[0],m=A[1],v=(k<<8|k>>>24)&16711935|(k<<24|k>>>8)&4278255360,E=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360,y=v>>>16|E&4294901760,V=E<<16|v&65535;b[0]^=v,b[1]^=y,b[2]^=E,b[3]^=V,b[4]^=v,b[5]^=y,b[6]^=E,b[7]^=V;for(var B=0;B<4;B++)g.call(this)}},_doProcessBlock:function(f,_){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[_+N]^=l[N]},blockSize:128/32,ivSize:64/32});function g(){for(var f=this._X,_=this._C,B=0;B<8;B++)c[B]=_[B];_[0]=_[0]+1295307597+this._b|0,_[1]=_[1]+3545052371+(_[0]>>>0>>0?1:0)|0,_[2]=_[2]+886263092+(_[1]>>>0>>0?1:0)|0,_[3]=_[3]+1295307597+(_[2]>>>0>>0?1:0)|0,_[4]=_[4]+3545052371+(_[3]>>>0>>0?1:0)|0,_[5]=_[5]+886263092+(_[4]>>>0>>0?1:0)|0,_[6]=_[6]+1295307597+(_[5]>>>0>>0?1:0)|0,_[7]=_[7]+3545052371+(_[6]>>>0>>0?1:0)|0,this._b=_[7]>>>0>>0?1:0;for(var B=0;B<8;B++){var N=f[B]+_[B],b=N&65535,A=N>>>16,k=((b*b>>>17)+b*A>>>15)+A*A,m=((N&4294901760)*N|0)+((N&65535)*N|0);d[B]=k^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,_=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(_){var A=_.words,k=A[0],m=A[1],v=(k<<8|k>>>24)&16711935|(k<<24|k>>>8)&4278255360,E=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360,y=v>>>16|E&4294901760,V=E<<16|v&65535;N[0]^=v,N[1]^=y,N[2]^=E,N[3]^=V,N[4]^=v,N[5]^=y,N[6]^=E,N[7]^=V;for(var b=0;b<4;b++)g.call(this)}},_doProcessBlock:function(f,_){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[_+N]^=l[N]},blockSize:128/32,ivSize:64/32});function g(){for(var f=this._X,_=this._C,B=0;B<8;B++)c[B]=_[B];_[0]=_[0]+1295307597+this._b|0,_[1]=_[1]+3545052371+(_[0]>>>0>>0?1:0)|0,_[2]=_[2]+886263092+(_[1]>>>0>>0?1:0)|0,_[3]=_[3]+1295307597+(_[2]>>>0>>0?1:0)|0,_[4]=_[4]+3545052371+(_[3]>>>0>>0?1:0)|0,_[5]=_[5]+886263092+(_[4]>>>0>>0?1:0)|0,_[6]=_[6]+1295307597+(_[5]>>>0>>0?1:0)|0,_[7]=_[7]+3545052371+(_[6]>>>0>>0?1:0)|0,this._b=_[7]>>>0>>0?1:0;for(var B=0;B<8;B++){var N=f[B]+_[B],b=N&65535,A=N>>>16,k=((b*b>>>17)+b*A>>>15)+A*A,m=((N&4294901760)*N|0)+((N&65535)*N|0);d[B]=k^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 k=A>>24&255,m=A>>16&255,v=A>>8&255,E=A&255,y=b.sbox[0][k]+b.sbox[1][m];return y=y^b.sbox[2][v],y=y+b.sbox[3][E],y}function f(b,A,k){let m=A,v=k,E;for(let y=0;y1;--y)m=m^b.pbox[y],v=g(b,m)^v,E=m,m=v,v=E;return E=m,m=v,v=E,v=v^b.pbox[1],m=m^b.pbox[0],{left:m,right:v}}function B(b,A,k){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=k&&(m=0);let v=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,_=()=>s,B=()=>a,N=V=>r(V)||c(V)||d(V)?CHAR_LF:t[V],b=()=>N(n),A=()=>N(n+a);function k(){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 v(){n=0,o=1,s=1,a=0}function E(V=0){a=V}function y(){const V=n+a;for(;V!==n;)k();a=0}return{index:g,line:f,column:_,peekOffset:B,charAt:N,currentChar:b,currentPeek:A,next:k,peek:m,reset:v,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($,x,D,...L){const X=d();if(x.column+=D,x.offset+=D,u){const z=n?createLocation(X.startLoc,x):null,I=createCompileError($,z,{domain:ERROR_DOMAIN$3,args:L});u(I)}}function f($,x,D){$.endLoc=a(),$.currentType=x;const L={type:x};return n&&(L.loc=createLocation($.startLoc,$.endLoc)),D!=null&&(L.value=D),L}const _=$=>f($,14);function B($,x){return $.currentChar()===x?($.next(),x):(g(CompileErrorCodes.EXPECTED_TOKEN,a(),0,x),"")}function N($){let x="";for(;$.currentPeek()===CHAR_SP||$.currentPeek()===CHAR_LF;)x+=$.currentPeek(),$.peek();return x}function b($){const x=N($);return $.skipToPeek(),x}function A($){if($===EOF)return!1;const x=$.charCodeAt(0);return x>=97&&x<=122||x>=65&&x<=90||x===95}function k($){if($===EOF)return!1;const x=$.charCodeAt(0);return x>=48&&x<=57}function m($,x){const{currentType:D}=x;if(D!==2)return!1;N($);const L=A($.currentPeek());return $.resetPeek(),L}function v($,x){const{currentType:D}=x;if(D!==2)return!1;N($);const L=$.currentPeek()==="-"?$.peek():$.currentPeek(),X=k(L);return $.resetPeek(),X}function E($,x){const{currentType:D}=x;if(D!==2)return!1;N($);const L=$.currentPeek()===LITERAL_DELIMITER;return $.resetPeek(),L}function y($,x){const{currentType:D}=x;if(D!==8)return!1;N($);const L=$.currentPeek()===".";return $.resetPeek(),L}function V($,x){const{currentType:D}=x;if(D!==9)return!1;N($);const L=A($.currentPeek());return $.resetPeek(),L}function S($,x){const{currentType:D}=x;if(!(D===8||D===12))return!1;N($);const L=$.currentPeek()===":";return $.resetPeek(),L}function T($,x){const{currentType:D}=x;if(D!==10)return!1;const L=()=>{const z=$.currentPeek();return z==="{"?A($.peek()):z==="@"||z==="%"||z==="|"||z===":"||z==="."||z===CHAR_SP||!z?!1:z===CHAR_LF?($.peek(),L()):O($,!1)},X=L();return $.resetPeek(),X}function P($){N($);const x=$.currentPeek()==="|";return $.resetPeek(),x}function M($){const x=N($),D=$.currentPeek()==="%"&&$.peek()==="{";return $.resetPeek(),{isModulo:D,hasSpace:x.length>0}}function O($,x=!0){const D=(X=!1,z="",I=!1)=>{const R=$.currentPeek();return R==="{"?z==="%"?!1:X:R==="@"||!R?z==="%"?!0:X:R==="%"?($.peek(),D(X,"%",!0)):R==="|"?z==="%"||I?!0:!(z===CHAR_SP||z===CHAR_LF):R===CHAR_SP?($.peek(),D(!0,CHAR_SP,I)):R===CHAR_LF?($.peek(),D(!0,CHAR_LF,I)):!0},L=D();return x&&$.resetPeek(),L}function H($,x){const D=$.currentChar();return D===EOF?EOF:x(D)?($.next(),D):null}function Z($){const x=$.charCodeAt(0);return x>=97&&x<=122||x>=65&&x<=90||x>=48&&x<=57||x===95||x===36}function te($){return H($,Z)}function Q($){const x=$.charCodeAt(0);return x>=97&&x<=122||x>=65&&x<=90||x>=48&&x<=57||x===95||x===36||x===45}function ne($){return H($,Q)}function ee($){const x=$.charCodeAt(0);return x>=48&&x<=57}function re($){return H($,ee)}function le($){const x=$.charCodeAt(0);return x>=48&&x<=57||x>=65&&x<=70||x>=97&&x<=102}function U($){return H($,le)}function q($){let x="",D="";for(;x=re($);)D+=x;return D}function G($){b($);const x=$.currentChar();return x!=="%"&&g(CompileErrorCodes.EXPECTED_TOKEN,a(),0,x),$.next(),"%"}function K($){let x="";for(;;){const D=$.currentChar();if(D==="{"||D==="}"||D==="@"||D==="|"||!D)break;if(D==="%")if(O($))x+=D,$.next();else break;else if(D===CHAR_SP||D===CHAR_LF)if(O($))x+=D,$.next();else{if(P($))break;x+=D,$.next()}else x+=D,$.next()}return x}function ce($){b($);let x="",D="";for(;x=ne($);)D+=x;return $.currentChar()===EOF&&g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),D}function ae($){b($);let x="";return $.currentChar()==="-"?($.next(),x+=`-${q($)}`):x+=q($),$.currentChar()===EOF&&g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),x}function ue($){return $!==LITERAL_DELIMITER&&$!==CHAR_LF}function ie($){b($),B($,"'");let x="",D="";for(;x=H($,ue);)x==="\\"?D+=ge($):D+=x;const L=$.currentChar();return L===CHAR_LF||L===EOF?(g(CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,a(),0),L===CHAR_LF&&($.next(),B($,"'")),D):(B($,"'"),D)}function ge($){const x=$.currentChar();switch(x){case"\\":case"'":return $.next(),`\\${x}`;case"u":return he($,x,4);case"U":return he($,x,6);default:return g(CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE,a(),0,x),""}}function he($,x,D){B($,x);let L="";for(let X=0;X{const L=$.currentChar();return L==="{"||L==="%"||L==="@"||L==="|"||L==="("||L===")"||!L||L===CHAR_SP?D:(D+=L,$.next(),x(D))};return x("")}function F($){b($);const x=B($,"|");return b($),x}function j($,x){let D=null;switch($.currentChar()){case"{":return x.braceNest>=1&&g(CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER,a(),0),$.next(),D=f(x,2,"{"),b($),x.braceNest++,D;case"}":return x.braceNest>0&&x.currentType===2&&g(CompileErrorCodes.EMPTY_PLACEHOLDER,a(),0),$.next(),D=f(x,3,"}"),x.braceNest--,x.braceNest>0&&b($),x.inLinked&&x.braceNest===0&&(x.inLinked=!1),D;case"@":return x.braceNest>0&&g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),D=W($,x)||_(x),x.braceNest=0,D;default:{let X=!0,z=!0,I=!0;if(P($))return x.braceNest>0&&g(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE,a(),0),D=f(x,1,F($)),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($,x);if(X=m($,x))return D=f(x,5,ce($)),b($),D;if(z=v($,x))return D=f(x,6,ae($)),b($),D;if(I=E($,x))return D=f(x,7,ie($)),b($),D;if(!X&&!z&&!I)return D=f(x,13,_e($)),g(CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER,a(),0,D.value),b($),D;break}}return D}function W($,x){const{currentType:D}=x;let L=null;const X=$.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 $.next(),L=f(x,8,"@"),x.inLinked=!0,L;case".":return b($),$.next(),f(x,9,".");case":":return b($),$.next(),f(x,10,":");default:return P($)?(L=f(x,1,F($)),x.braceNest=0,x.inLinked=!1,L):y($,x)||S($,x)?(b($),W($,x)):V($,x)?(b($),f(x,12,w($))):T($,x)?(b($),X==="{"?j($,x)||L:f(x,11,C($))):(D===8&&g(CompileErrorCodes.INVALID_LINKED_FORMAT,a(),0),x.braceNest=0,x.inLinked=!1,Y($,x))}}function Y($,x){let D={type:14};if(x.braceNest>0)return j($,x)||_(x);if(x.inLinked)return W($,x)||_(x);switch($.currentChar()){case"{":return j($,x)||_(x);case"}":return g(CompileErrorCodes.UNBALANCED_CLOSING_BRACE,a(),0),$.next(),f(x,3,"}");case"@":return W($,x)||_(x);default:{if(P($))return D=f(x,1,F($)),x.braceNest=0,x.inLinked=!1,D;const{isModulo:X,hasSpace:z}=M($);if(X)return z?f(x,0,K($)):f(x,4,G($));if(O($))return f(x,0,K($));break}}return D}function J(){const{currentType:$,offset:x,startLoc:D,endLoc:L}=c;return c.lastType=$,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,v,E,y,...V){const S=m.currentPosition();if(S.offset+=y,S.column+=y,n){const T=t?createLocation(E,S):null,P=createCompileError(v,T,{domain:ERROR_DOMAIN$2,args:V});n(P)}}function a(m,v,E,y,...V){const S=m.currentPosition();if(S.offset+=y,S.column+=y,o){const T=t?createLocation(E,S):null;o(createCompileWarn(v,T,V))}}function r(m,v,E){const y={type:m};return t&&(y.start=v,y.end=v,y.loc={start:E,end:E}),y}function l(m,v,E,y){t&&(m.end=v,m.loc&&(m.loc.end=E))}function c(m,v){const E=m.context(),y=r(3,E.offset,E.startLoc);return y.value=v,l(y,m.currentOffset(),m.currentPosition()),y}function d(m,v){const E=m.context(),{lastOffset:y,lastStartLoc:V}=E,S=r(5,y,V);return S.index=parseInt(v,10),m.nextToken(),l(S,m.currentOffset(),m.currentPosition()),S}function u(m,v,E){const y=m.context(),{lastOffset:V,lastStartLoc:S}=y,T=r(4,V,S);return T.key=v,E===!0&&(T.modulo=!0),m.nextToken(),l(T,m.currentOffset(),m.currentPosition()),T}function g(m,v){const E=m.context(),{lastOffset:y,lastStartLoc:V}=E,S=r(9,y,V);return S.value=v.replace(KNOWN_ESCAPES,fromEscapeSequence),m.nextToken(),l(S,m.currentOffset(),m.currentPosition()),S}function f(m){const v=m.nextToken(),E=m.context(),{lastOffset:y,lastStartLoc:V}=E,S=r(8,y,V);return v.type!==12?(s(m,CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_MODIFIER,E.lastStartLoc,0),S.value="",l(S,y,V),{nextConsumeToken:v,node:S}):(v.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,E.lastStartLoc,0,getTokenCaption(v)),S.value=v.value||"",l(S,m.currentOffset(),m.currentPosition()),{node:S})}function _(m,v){const E=m.context(),y=r(7,E.offset,E.startLoc);return y.value=v,l(y,m.currentOffset(),m.currentPosition()),y}function B(m){const v=m.context(),E=r(6,v.offset,v.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,v.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,v.lastStartLoc,0,getTokenCaption(y)),E.key=_(m,y.value||"");break;case 5:y.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,getTokenCaption(y)),E.key=u(m,y.value||"");break;case 6:y.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,getTokenCaption(y)),E.key=d(m,y.value||"");break;case 7:y.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,v.lastStartLoc,0,getTokenCaption(y)),E.key=g(m,y.value||"");break;default:{s(m,CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_KEY,v.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 v=m.context(),E=v.currentType===1?m.currentOffset():v.offset,y=v.currentType===1?v.endLoc:v.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,v.lastStartLoc,0,getTokenCaption(O)),V.items.push(c(m,O.value||""));break;case 6:O.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,v.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,v.lastStartLoc,0,getTokenCaption(O)),V.items.push(u(m,O.value||"",!!T)),T&&(a(m,CompileWarnCodes.USE_MODULO_SYNTAX,v.lastStartLoc,0,getTokenCaption(O)),T=null);break;case 7:O.value==null&&s(m,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,v.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(v.currentType!==14&&v.currentType!==1);const P=v.currentType===1?v.lastOffset:m.currentOffset(),M=v.currentType===1?v.lastEndLoc:m.currentPosition();return l(V,P,M),V}function b(m,v,E,y){const V=m.context();let S=y.items.length===0;const T=r(1,v,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 v=m.context(),{offset:E,startLoc:y}=v,V=N(m);return v.currentType===14?V:b(m,E,y,V)}function k(m){const v=createTokenizer(m,assign({},e)),E=v.context(),y=r(0,E.offset,E.startLoc);return t&&y.loc&&(y.loc.source=m),y.body=A(v),e.onCacheKey&&(y.cacheKey=e.onCacheKey(m)),E.currentType!==14&&s(v,CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS,E.lastStartLoc,0,m[E.offset]||""),l(y,v.currentOffset(),v.currentPosition()),y}return{parse:k}}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 k=A?s:"";d(a?k+" ".repeat(b):k)}function g(b=!0){const A=++l.indentLevel;b&&u(A)}function f(b=!0){const A=--l.indentLevel;b&&u(A)}function _(){u(l.indentLevel)}return{context:c,push:d,indent:g,deindent:f,newline:_,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 _(){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==="\\"&&_())){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 k=isFunction(e.messages)?e.messages(A):isObject$1(e.messages)?e.messages[A]:!1;return k||(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,_=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,...k)=>{const[m,v]=k;let E="text",y="";k.length===1?isObject$1(m)?(y=m.modifier||y,E=m.type||E):isString$1(m)&&(y=m||y):k.length===2&&(isString$1(m)&&(y=m||y),isString$1(v)&&(E=v||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:_,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,_=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,k=isBoolean(e.warnHtmlMessage)?e.warnHtmlMessage:!0,m=!!e.escapeParameter,v=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:_,fallbackFormat:B,unresolving:N,postTranslation:b,processor:A,warnHtmlMessage:k,escapeParameter:m,messageCompiler:v,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,_=!!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,k,m]=_?[c,b,l[b]||{}]:resolveMessageFormat(e,c,b,r,g,u),v=A,E=c;if(!_&&!(isString$1(v)||isMessageAST(v)||isMessageFunction(v))&&N&&(v=B,E=v),!_&&(!(isString$1(v)||isMessageAST(v)||isMessageFunction(v))||!isString$1(k)))return s?NOT_REOSLVED:c;let y=!1;const V=()=>{y=!0},S=isMessageFunction(v)?v:compileMessageFormat(e,c,k,v,E,V);if(y)return v;const T=getMessageContextOptions(e,k,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(v)?v.key:"",locale:k||(isMessageFunction(v)?v.locale:""),format:isString$1(v)?v:isMessageFunction(v)?v.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,_=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:_=>{let B=r(n,_);if(B==null&&u){const[,,N]=resolveMessageFormat(u,_,t,l,c,d);B=r(N,_)}if(isString$1(B)||isMessageAST(B)){let N=!1;const A=compileMessageFormat(e,_,t,B,_,()=>{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 _=!!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,k=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 _=!!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,k=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]:{}}),_=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,k=isFunction(e.missing)?e.missing:null,m=isFunction(e.missing)?defineCoreMissingHandler(e.missing):null,v=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:v===null?void 0:v,warnHtmlMessage:E,escapeParameter:y,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};I.datetimeFormats=f.value,I.numberFormats=_.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,_.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(()=>_.value);function ne(){return isFunction(v)?v:null}function ee(I){v=I,T.postTranslation=I}function re(){return k}function le(I){I!==null&&(m=defineCoreMissingHandler(I)),k=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 $e(...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=$,z.mergeDateTimeFormat=x,z.getNumberFormat=D,z.setNumberFormat=L,z.mergeNumberFormat=X,z[InejctWithOptionSymbol]=o,z[TranslateVNodeSymbol]=ge,z[DatetimePartsSymbol]=$e,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,_=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,k=e.datetimeFormats,m=e.numberFormats,v=e.flatJson,E=e.translateExistCompatible;return{locale:t,fallbackLocale:n,messages:B,flatJson:v,datetimeFormats:k,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:_,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,_)=>n.includes(_)?assign$1({},f,{[_]:e.format[_]}):f,{}));const c=o(e.value,r,l);let d=[r.key];isArray(c)?d=c.map((f,_)=>{const B=s[f.type],N=B?B({[f.type]:f.value,index:_,parts:c}):[f.value];return isVNode(N)&&(N[0].key=`${f.type}-${_}`),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,_){a.set(f,_)}function g(f){a.delete(f)}{const f={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},get allowComposition(){return s},async install(_,...B){if(_.__VUE_I18N_SYMBOL__=c,_.provide(_.__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(_,f.global)),__VUE_I18N_FULL_INSTALL__&&apply(_,f,...B),__VUE_I18N_LEGACY_API__&&n&&_.mixin(defineMixin(l,l.__composer,f));const b=_.unmount;_.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,_=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,k=s?n.warnHtmlMessage:isBoolean(o.warnHtmlMessage)?o.warnHtmlMessage:!0,m=!!o.escapeParameter,v=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 $e(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:v},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:_},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:k},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:$e};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=_,C.missingWarn=f,C.warnHtmlMessage=k}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$1;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$1={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$1.app.industry}`);if(t!=null){const o=JSON.parse(t);o.settings&&(mainconfigTmp$1.settings=o.settings)}if(mainconfigTmp$1=upgradeConfig(mainconfigTmp$1),mainconfigTmp$1.ExternalID="",mainconfigTmp$1.settings.pega_marketing.enableMergeAccount){let o=sessionStorage.getItem("ExternalID");o||(o="uplus-"+Date.now(),sessionStorage.setItem("ExternalID",o)),mainconfigTmp$1.ExternalID=o}if(mainconfigTmp$1.initCDH=!1,mainconfigTmp$1.settings.pega_chat.ShowAsButton&&(document.documentElement.className=`${document.documentElement.className} chat-button`),window.history&&window.history.state!==null){const o=window.history.state;mainconfigTmp$1.userId===-1&&o!==null&&typeof o.userId<"u"?(o.userId!==-1&&(mainconfigTmp$1.isAuthenticated=!0),mainconfigTmp$1.userId=o.userId,typeof o.quickLinkId<"u"?(mainconfigTmp$1.quickLinkId=o.quickLinkId,e&&(mainconfigTmp$1.phonePageName="help"),window.history.replaceState({userId:mainconfigTmp$1.userId,quickLinkId:mainconfigTmp$1.quickLinkId},"",`quicklink${mainconfigTmp$1.quickLinkId}`)):e?(typeof o.page<"u"?mainconfigTmp$1.phonePageName=o.page:mainconfigTmp$1.phonePageName=window.location.pathname.substring(window.location.pathname.lastIndexOf("/")+1),window.history.replaceState(mainconfigTmp$1.isAuthenticated?{}:{userId:mainconfigTmp$1.userId},"",mainconfigTmp$1.phonePageName)):window.history.replaceState({userId:mainconfigTmp$1.userId},"",o.page)):window.location.pathname.indexOf("/heroaction")!==-1?(e&&(mainconfigTmp$1.phonePageName="heroaction"),mainconfigTmp$1.homeHeroAction=1,window.history.replaceState({},"","heroaction")):e&&(typeof o.page<"u"?mainconfigTmp$1.phonePageName=o.page:mainconfigTmp$1.phonePageName=window.location.pathname.substring(window.location.pathname.lastIndexOf("/")+1),window.history.replaceState({},"",mainconfigTmp$1.phonePageName))}if(mainconfigTmp$1.isAuthenticated===!1&&getCookie("UserName")!==""){const o=getCookie("UserName");for(const s in mainconfigTmp$1.settings.users)if(mainconfigTmp$1.settings.users[s].username===o){mainconfigTmp$1.isAuthenticated=!0,mainconfigTmp$1.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$1.settings.users)if(typeof n.pega_userid<"u"&&mainconfigTmp$1.settings.users[o].pega_userid===n.pega_userid||typeof n.username<"u"&&mainconfigTmp$1.settings.users[o].username===n.username){mainconfigTmp$1.isAuthenticated=!0,mainconfigTmp$1.userId=o,mainconfigTmp$1.isDeepLink=!0;break}if(n.quicklinkclass){for(const o in mainconfigTmp$1.settings.quicklinks)if(mainconfigTmp$1.settings.quicklinks[o].objclass===n.quicklinkclass){mainconfigTmp$1.quickLinkId=o,mainconfigTmp$1.deepLinkExtraParam=n,delete mainconfigTmp$1.deepLinkExtraParam.quicklinkclass,delete mainconfigTmp$1.deepLinkExtraParam.username,delete mainconfigTmp$1.deepLinkExtraParam.pega_userid,e&&(mainconfigTmp$1.phonePageName="help"),window.history.replaceState({userId:mainconfigTmp$1.userId},"",`quicklink${mainconfigTmp$1.quickLinkId}`);break}}mainconfigTmp$1.settings.todo.objclass===n.todoclass&&(mainconfigTmp$1.deepLinkExtraParam=n,delete mainconfigTmp$1.deepLinkExtraParam.todoclass,delete mainconfigTmp$1.deepLinkExtraParam.username,delete mainconfigTmp$1.deepLinkExtraParam.pega_userid,e&&(mainconfigTmp$1.phonePageName="account"),window.history.replaceState({userId:mainconfigTmp$1.userId},"","account")),n.viewBill&&(mainconfigTmp$1.viewBill=1,mainconfigTmp$1.deepLinkExtraParam=n,delete mainconfigTmp$1.deepLinkExtraParam.viewBill,delete mainconfigTmp$1.deepLinkExtraParam.username,delete mainconfigTmp$1.deepLinkExtraParam.pega_userid),n.viewBanner&&(mainconfigTmp$1.viewBanner=1,mainconfigTmp$1.deepLinkExtraParam=n,delete mainconfigTmp$1.deepLinkExtraParam.viewBanner,delete mainconfigTmp$1.deepLinkExtraParam.username,delete mainconfigTmp$1.deepLinkExtraParam.pega_userid),n.viewKMHelp&&(mainconfigTmp$1.viewKMHelp=1,mainconfigTmp$1.deepLinkExtraParam=n,delete mainconfigTmp$1.deepLinkExtraParam.viewKMHelp,delete mainconfigTmp$1.deepLinkExtraParam.username,delete mainconfigTmp$1.deepLinkExtraParam.pega_userid)}if(n.homeHeroAction&&(mainconfigTmp$1.homeHeroAction=1,e&&(mainconfigTmp$1.phonePageName="heroaction"),mainconfigTmp$1.isDeepLink=!0,mainconfigTmp$1.deepLinkExtraParam=n,delete mainconfigTmp$1.deepLinkExtraParam.homeHeroAction),n.offerAction&&(mainconfigTmp$1.offerAction=1,e&&(mainconfigTmp$1.phonePageName="offer"),mainconfigTmp$1.isDeepLink=!0,mainconfigTmp$1.deepLinkExtraParam=n,delete mainconfigTmp$1.deepLinkExtraParam.offerAction),window.PegaCSWSS={Cobrowse:{ServerURL:mainconfigTmp$1.settings.pega_chat.CoBrowseServerURL,Token:mainconfigTmp$1.settings.pega_chat.CoBrowseToken},WCBConfigName:mainconfigTmp$1.settings.pega_chat.WCBConfigName,WebChatBotID:mainconfigTmp$1.settings.pega_chat.WebChatBotID,ApplicationName:mainconfigTmp$1.settings.pega_chat.ApplicationName,MashupURL:mainconfigTmp$1.settings.pega_chat.MashupURL,ShowAsButton:mainconfigTmp$1.settings.pega_chat.ShowAsButton,TenantID:mainconfigTmp$1.settings.pega_chat.TenantID,MarketingHost:mainconfigTmp$1.settings.pega_marketing.Host,MarketingPort:mainconfigTmp$1.settings.pega_marketing.Port,EnableProActiveNotification:mainconfigTmp$1.settings.pega_chat.EnableProActiveNotification,ProActiveNotificationDismissTime:mainconfigTmp$1.settings.pega_chat.ProActiveNotificationDismissTime,ContactID:"",AccountNumber:"",UserName:"",UserID:"",DMMSessionID:"",ExtraParams:{}},mainconfigTmp$1.userId!==-1){const o=mainconfigTmp$1.settings.users[mainconfigTmp$1.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$1.settings.general.connection.c11nserver!==""&&mainconfigTmp$1.settings.general.connection.type==="embedui"){const o=document.createElement("script");o.setAttribute("src",`${mainconfigTmp$1.settings.general.connection.c11nserver}pega-embed.js`),document.head.appendChild(o)}else if(mainconfigTmp$1.settings.general.connection.PegaURL!==""&&(mainconfigTmp$1.settings.general.connection.type==="embedui2"||mainconfigTmp$1.settings.general.connection.type==="embedui3")){const o=document.createElement("script");o.setAttribute("src",`${mainconfigTmp$1.settings.general.connection.PegaURL}/PRRestService/c11nsvc/v1/pega-embed.js`),document.head.appendChild(o)}if(typeof mainconfigTmp$1.settings.pega_chat<"u"&&mainconfigTmp$1.settings.pega_chat.DMMURL!==""&&mainconfigTmp$1.settings.pega_chat.DMMID!==""&&`${window.location}`.indexOf("/settings.html")===-1){typeof window.PegaUnifiedChatWidget>"u"&&(window.PegaUnifiedChatWidget={},mainconfigTmp$1.settings.pega_chat.DMMProactiveChatNewSessionTimeout>0&&setTimeout(()=>{console.log(`PegaUnifiedChatWidget triggetChat '${mainconfigTmp$1.settings.pega_chat.DMMProactiveChatNewSessionCode}'`),window.PegaUnifiedChatWidget.triggerChat(mainconfigTmp$1.settings.pega_chat.DMMProactiveChatNewSessionCode)},mainconfigTmp$1.settings.pega_chat.DMMProactiveChatNewSessionTimeout)),window.PegaUnifiedChatWidget.onSessionInitialized=l=>{window.PegaCSWSS.DMMSessionID=l,console.log(`PegaUnifiedChatWidget onSessionInitialized=${l}`);const c=document.getElementById("pegaChatWidget");if(c&&(c.style.zIndex=1e3),sendClickStreamEvent(mainconfigTmp$1,"PageView","Chat",window.loadPage),mainconfigTmp$1.settings.pega_chat.DMMSecret!==""&&mainconfigTmp$1.userId!==-1){const d={authenticated:mainconfigTmp$1.userId!==-1,ContactID:window.PegaCSWSS.ContactID,AccountNumber:window.PegaCSWSS.AccountNumber,UserName:window.PegaCSWSS.UserName,UserID:window.PegaCSWSS.UserID},u=generateJWTKey({iss:l},mainconfigTmp$1.settings.pega_chat.DMMSecret),f=s(mainconfigTmp$1.settings.pega_chat.DMMPrivateURL)+"/Prod/private-data",_=new XMLHttpRequest;_.open("POST",f,!0),_.setRequestHeader("Content-type","application/json;charset=UTF-8"),_.setRequestHeader("authorization",`Bearer ${u}`),_.send(JSON.stringify(d))}},PegaUnifiedChatWidget.onChatAPIEvent=function(l){var c,d,u;if(l.event=="custom-event")for(let g=0;g<((d=(c=mainconfigTmp$1==null?void 0:mainconfigTmp$1.settings)==null?void 0:c.CustomEvents)==null?void 0:d.length);g++){let f=(u=mainconfigTmp$1==null?void 0:mainconfigTmp$1.settings)==null?void 0:u.CustomEvents[g];if(l.name==(f==null?void 0:f.CustomEventName)){console.log("Processing Custom Event: ",l,f);let _;if(f.CustomEventAction=="HighlightElement"){if(_=o(f.ElementName),_==null){console.log(`unable to locate element that includes text ${f.ElementName}`);return}_.classList.add("pulse")}else if(f.CustomEventAction=="ClickElement"){if(_=o(f.ElementName),_==null){console.log(`unable to locate element that includes text ${f.ElementName}`);return}_.click()}f.SendAcknowledgement&&(f.AcknowledgeOn=="After5Seconds"?setTimeout(function(){a(l.name),_.classList.remove("pulse")},5e3):f.AcknowledgeOn=="After30Seconds"?setTimeout(function(){a(l.name),_.classList.remove("pulse")},3e4):f.AcknowledgeOn=="LoginSuccess"&&(mainconfigTmp$1.isAuthenticated?(a(l.name),_.classList.remove("pulse")):document.addEventListener("confirmLogin",function(){a(l.name),_.classList.remove("pulse")})))}}};const o=function(l){const c=document.querySelectorAll("h1, h2, h3, h4, h5, h6, p, a, button");for(let d=0;d{const c=document.getElementById("pegaChatWidget");c&&(c.style.zIndex=1e3)},3e3)},document.head.appendChild(r),window.fireflyAPI={},mainconfigTmp$1.settings.pega_chat.CoBrowseServerURL!==""&&mainconfigTmp$1.settings.pega_chat.CoBrowseToken!==""){const l=document.createElement("script");l.type="text/javascript",window.fireflyAPI.token=mainconfigTmp$1.settings.pega_chat.CoBrowseToken,window.fireflyAPI.serverHostUrl=mainconfigTmp$1.settings.pega_chat.CoBrowseServerURL,l.src=`${mainconfigTmp$1.settings.pega_chat.CoBrowseServerURL}/cobrowse/loadScripts`,l.async=!0,document.head.appendChild(l)}}e&&(window.pegaMashupNavigateBack=function(){const s=document.getElementsByClassName("pi-caret-left");s.length>0&&s[0].click()})}const mainconfig=reactive(mainconfigTmp$1);window.mainconfig=mainconfigTmp$1;if(mainconfigTmp$1.settings.general.theming.override){const e=document.createElement("style");e.innerHTML=`:root { --brandColor: ${mainconfigTmp$1.settings.general.theming.brandColor}; + --interactiveColor: ${mainconfigTmp$1.settings.general.theming.interactiveColor};} + .front>header, .form>header, .offer header { background-blend-mode: luminosity; }`,document.head.appendChild(e)}window.addEventListener("popstate",()=>{mainconfig.quickLinkId=-1,mainconfig.currentPage=window.location.pathname.substring(window.location.pathname.lastIndexOf("/")+1),mainconfig.currentPage==="heroaction"&&(mainconfig.homeHeroAction=1),mainconfig.currentPage.indexOf("offer")===0&&mainconfig.currentPage.indexOf("offer.html")!==0&&(mainconfig.offerIndex=parseInt(mainconfig.currentPage.substring(5).replace(".html",""),10)),(mainconfig.currentPage.indexOf("index.html")===0||mainconfig.currentPage.indexOf("account")===0)&&(mainconfig.viewBill=-1,mainconfig.viewBanner=-1,mainconfig.homeHeroAction=-1,mainconfig.offerAction=-1,mainconfig.toDo=-1,mainconfig.viewKMHelp=-1,mainconfig.offerURL="",mainconfig.CDHContainer={}),mainconfig.currentPage.indexOf("index.html")===0&&(mainconfig.isAuthenticated=!1),mainconfig.currentPage.indexOf("account")===0&&(mainconfig.isAuthenticated=!0)});const updatePegaChat=function e(t){const n=document.getElementById("pegaChatWidget");n&&(n.style.zIndex=1e3);let o=document.querySelector("[data-pega-gadgetname='OnlineHelp'] > iframe");if(o!=null&&typeof o.src=="string"){let s=`${o.src}&ContactId=${t.contactID}&AccountNumber=${t.accountID}&username=${t.username}`;typeof t.extraparam<"u"&&t.extraparam!==""&&t.extraparam.split(",").forEach(r=>{const l=r.split("=");l.length===2&&(s+=`&${l[0].trim()}=${l[1].trim()}`)}),s.indexOf("timestamp")>-1?s=s.replace(/timestamp=[^&]+/,`timestamp=${Date.now()}`):s+=`×tamp=${Date.now()}`;const a=o.parentNode;o.remove(),o.src=s,a.appendChild(o)}if(window.PegaCSWSS.ContactID=t.contactID,window.PegaCSWSS.AccountNumber=t.accountID,window.PegaCSWSS.UserName=t.username,window.PegaCSWSS.UserID=t.pega_userid,typeof t.dmm_context_data=="string"&&t.dmm_context_data!==""&&(window.PegaChatTags={},t.dmm_context_data.split(",").forEach(s=>{const a=s.split("=");window.PegaChatTags[a[0].trim()]=a[1].trim()})),setCookie("ContactID",window.PegaCSWSS.ContactID,30),setCookie("AccountNumber",window.PegaCSWSS.AccountNumber,30),setCookie("UserName",window.PegaCSWSS.UserName,30),setCookie("UserID",window.PegaCSWSS.UserID,30),mainconfig.settings.pega_chat.DMMSecret!==""&&mainconfig.userId!==-1&&window.PegaCSWSS.DMMSessionID!==""){const s={authenticated:mainconfig.userId!==-1,ContactID:window.PegaCSWSS.ContactID,AccountNumber:window.PegaCSWSS.AccountNumber,UserName:window.PegaCSWSS.UserName,UserID:window.PegaCSWSS.UserID},a=generateJWTKey({iss:window.PegaCSWSS.DMMSessionID},mainconfig.settings.pega_chat.DMMSecret),r=mainconfigTmp$1.settings.pega_chat.DMMPrivateURL,d=new URL(r).origin+"/Prod/private-data",u=new XMLHttpRequest;u.open("POST",d,!0),u.setRequestHeader("Content-type","application/json;charset=UTF-8"),u.setRequestHeader("authorization",`Bearer ${a}`),u.send(JSON.stringify(s))}if(typeof t.extraparam<"u"&&t.extraparam!==""&&t.extraparam.split(",").forEach(s=>{const a=s.split("=");a.length===2&&(window.PegaCSWSS.ExtraParams[a[0].trim()]=a[1].trim())}),o=document.querySelector("[data-pega-gadgetname='OnlineHelp']"),o!=null){const s=window.pega.web.mgr._getGadgetByID("OnlineHelp");if(s&&s._oDivAttrs)for(const a in window.PegaCSWSS.ExtraParams)s._oDivAttrs.params[a]=window.PegaCSWSS.ExtraParams[a]}typeof sendProactiveNotificationReq=="function"&&window.sendProactiveNotificationReq()},_export_sfc=(e,t)=>{const n=e.__vccOpts||e;for(const[o,s]of t)n[o]=s;return n},_sfc_main$17={props:["title","href","pagetype"],data(){return{mainconfig,i18n}},methods:{gotoPage(e){if(!this.$props.href)return;if(mainconfig.previousPage=mainconfig.currentPage,mainconfig.currentPage=this.$props.href,this.$gtag&&this.$gtag.pageview({page_path:mainconfig.currentPage}),mainconfig.currentPage.indexOf("offer")===0)mainconfig.offerURL="",mainconfig.offerAction=-1,mainconfig.offerIndex=parseInt(mainconfig.currentPage.substring(5).replace(".html",""),10);else return;sendClickStreamEvent(mainconfig,"PageView",this.pagetype,window.loadPage),window.loadPage=new Date;const t=mainconfig.isAuthenticated?{userId:mainconfig.userId}:{};window.history.pushState(t,"",mainconfig.currentPage),setTimeout(()=>{window.scrollTo({top:0,behavior:"smooth"})},0),e.preventDefault()}}},_hoisted_1$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=mainconfigTmp.settings.pega_chat.DMMPrivateURL,r=new URL(o).origin+"/Prod/private-data",l=new XMLHttpRequest;l.open("POST",r,!0),l.setRequestHeader("Content-type","application/json;charset=UTF-8"),l.setRequestHeader("authorization",`Bearer ${n}`),l.send(JSON.stringify(t))}const e=document.querySelector("[data-pega-gadgetname='OnlineHelp'] > iframe");if(e!=null&&typeof e.src=="string")if(mainconfig.settings.pega_chat.ResetLogout===!0&&typeof window.resetPegaChat=="function")window.resetPegaChat();else{const t=e.src.split("&");let n="";for(const s in t)!t[s].startsWith("ContactId=")&&!t[s].startsWith("AccountNumber=")&&!t[s].startsWith("username=")&&(n+=(n!==""?"&":"")+t[s]);n.indexOf("timestamp")>-1?n=n.replace(/timestamp=[^&]+/,`timestamp=${Date.now()}`):n+=`×tamp=${Date.now()}`;const o=e.parentNode;e.remove(),e.src=n,o.appendChild(e)}}},computed:{isNamePresent(){return!(mainconfig.isMobilePhone||mainconfig.userId===-1||mainconfig.settings.users[mainconfig.userId].name===""||!mainconfig.settings.users[mainconfig.userId].show_opname)}}},_hoisted_1$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"),_=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(_)])}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"},"Base URL of the Digital Messaging server to send private data & custom event acknowledgements",-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"),_=resolveComponent("ToDoSettings"),B=resolveComponent("BillPaySettings"),N=resolveComponent("ActivitySettings"),b=resolveComponent("ChatSettings"),A=resolveComponent("NBAMSettings"),k=resolveComponent("KMHelpSettings"),m=resolveComponent("HomeHeroActionSettings"),v=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(_)]),_: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(k)]),_: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(v)]),_: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/auto/index.html b/docs/auto/index.html index aa46f477..1308507d 100644 --- a/docs/auto/index.html +++ b/docs/auto/index.html @@ -38,7 +38,7 @@ document.write(' - + diff --git a/docs/commercial_bank/index.html b/docs/commercial_bank/index.html index cc7239af..13297e79 100644 --- a/docs/commercial_bank/index.html +++ b/docs/commercial_bank/index.html @@ -38,7 +38,7 @@ document.write(' - + diff --git a/docs/comms/index.html b/docs/comms/index.html index 24ee6175..7e9e4b76 100644 --- a/docs/comms/index.html +++ b/docs/comms/index.html @@ -38,7 +38,7 @@ document.write(' - + diff --git a/docs/energy/index.html b/docs/energy/index.html index 332dadee..480a30fd 100644 --- a/docs/energy/index.html +++ b/docs/energy/index.html @@ -38,7 +38,7 @@ document.write(' - + diff --git a/docs/gov/index.html b/docs/gov/index.html index a0df4e6c..7a4f8dd0 100644 --- a/docs/gov/index.html +++ b/docs/gov/index.html @@ -38,7 +38,7 @@ document.write(' - + diff --git a/docs/health_care/index.html b/docs/health_care/index.html index 349cf418..39fdc68f 100644 --- a/docs/health_care/index.html +++ b/docs/health_care/index.html @@ -38,7 +38,7 @@ document.write(' - + diff --git a/docs/health_payer/index.html b/docs/health_payer/index.html index c250d16a..da69fdc7 100644 --- a/docs/health_payer/index.html +++ b/docs/health_payer/index.html @@ -38,7 +38,7 @@ document.write(' - + diff --git a/docs/health_pharma/index.html b/docs/health_pharma/index.html index bd015eb7..8d6bb365 100644 --- a/docs/health_pharma/index.html +++ b/docs/health_pharma/index.html @@ -38,7 +38,7 @@ document.write(' - + diff --git a/docs/health_provider/index.html b/docs/health_provider/index.html index bc69eca9..d8c913c1 100644 --- a/docs/health_provider/index.html +++ b/docs/health_provider/index.html @@ -38,7 +38,7 @@ document.write(' - + diff --git a/docs/insurance/index.html b/docs/insurance/index.html index f3ee04bc..7026f00d 100644 --- a/docs/insurance/index.html +++ b/docs/insurance/index.html @@ -38,7 +38,7 @@ document.write(' - + diff --git a/docs/manufacturing/index.html b/docs/manufacturing/index.html index 355e75fc..7680a12f 100644 --- a/docs/manufacturing/index.html +++ b/docs/manufacturing/index.html @@ -38,7 +38,7 @@ document.write(' - + diff --git a/docs/retail_bank/index.html b/docs/retail_bank/index.html index 6fd495d1..efca8fd3 100644 --- a/docs/retail_bank/index.html +++ b/docs/retail_bank/index.html @@ -38,7 +38,7 @@ document.write(' - + diff --git a/docs/travel/index.html b/docs/travel/index.html index 824ec48b..baa1f9cf 100644 --- a/docs/travel/index.html +++ b/docs/travel/index.html @@ -38,7 +38,7 @@ document.write(' - + diff --git a/docs/wealth/index.html b/docs/wealth/index.html index a846d3a1..d0c6c6f7 100644 --- a/docs/wealth/index.html +++ b/docs/wealth/index.html @@ -38,7 +38,7 @@ document.write(' - +