@retailrocketgroup/retailrocket-create.transactional-vue-email-template-render 1.0.346103 → 1.0.346413
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/index.create.transactional.css +1 -1
- package/assets/main.js +36 -36
- package/package.json +1 -1
package/assets/main.js
CHANGED
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))
|
|
1
|
+
(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))r(s);new MutationObserver(s=>{for(const a of s)if(a.type==="childList")for(const l of a.addedNodes)l.tagName==="LINK"&&l.rel==="modulepreload"&&r(l)}).observe(document,{childList:!0,subtree:!0});function n(s){const a={};return s.integrity&&(a.integrity=s.integrity),s.referrerPolicy&&(a.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?a.credentials="include":s.crossOrigin==="anonymous"?a.credentials="omit":a.credentials="same-origin",a}function r(s){if(s.ep)return;s.ep=!0;const a=n(s);fetch(s.href,a)}})();/**
|
|
2
2
|
* @vue/shared v3.5.12
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
|
-
**//*! #__NO_SIDE_EFFECTS__ */function
|
|
5
|
+
**//*! #__NO_SIDE_EFFECTS__ */function Mm(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const ht={},Yi=[],yo=()=>{},EL=()=>!1,bu=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Wm=e=>e.startsWith("onUpdate:"),qt=Object.assign,Hm=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},vL=Object.prototype.hasOwnProperty,et=(e,t)=>vL.call(e,t),De=Array.isArray,Ki=e=>Su(e)==="[object Map]",j0=e=>Su(e)==="[object Set]",xe=e=>typeof e=="function",Lt=e=>typeof e=="string",ur=e=>typeof e=="symbol",Tt=e=>e!==null&&typeof e=="object",G0=e=>(Tt(e)||xe(e))&&xe(e.then)&&xe(e.catch),Y0=Object.prototype.toString,Su=e=>Y0.call(e),bL=e=>Su(e).slice(8,-1),K0=e=>Su(e)==="[object Object]",$m=e=>Lt(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,ea=Mm(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),Ru=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},SL=/-(\w)/g,ro=Ru(e=>e.replace(SL,(t,n)=>n?n.toUpperCase():"")),RL=/\B([A-Z])/g,pi=Ru(e=>e.replace(RL,"-$1").toLowerCase()),Du=Ru(e=>e.charAt(0).toUpperCase()+e.slice(1)),Cd=Ru(e=>e?`on${Du(e)}`:""),Dr=(e,t)=>!Object.is(e,t),_d=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},q0=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},DL=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let ug;const Lu=()=>ug||(ug=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Se(e){if(De(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],s=Lt(r)?wL(r):Se(r);if(s)for(const a in s)t[a]=s[a]}return t}else if(Lt(e)||Tt(e))return e}const LL=/;(?![^(]*\))/g,BL=/:([^]+)/,xL=/\/\*[^]*?\*\//g;function wL(e){const t={};return e.replace(xL,"").split(LL).forEach(n=>{if(n){const r=n.split(BL);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Mn(e){let t="";if(Lt(e))t=e;else if(De(e))for(let n=0;n<e.length;n++){const r=Mn(e[n]);r&&(t+=r+" ")}else if(Tt(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const AL="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",IL=Mm(AL);function X0(e){return!!e||e===""}const J0=e=>!!(e&&e.__v_isRef===!0),Um=e=>Lt(e)?e:e==null?"":De(e)||Tt(e)&&(e.toString===Y0||!xe(e.toString))?J0(e)?Um(e.value):JSON.stringify(e,Z0,2):String(e),Z0=(e,t)=>J0(t)?Z0(e,t.value):Ki(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,s],a)=>(n[yd(r,a)+" =>"]=s,n),{})}:j0(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>yd(n))}:ur(t)?yd(t):Tt(t)&&!De(t)&&!K0(t)?String(t):t,yd=(e,t="")=>{var n;return ur(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
|
|
6
6
|
* @vue/reactivity v3.5.12
|
|
7
7
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
8
8
|
* @license MIT
|
|
9
|
-
**/let En;class JE{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=En,!t&&En&&(this.index=(En.scopes||(En.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=En;try{return En=this,t()}finally{En=n}}}on(){En=this}off(){En=this.parent}stop(t){if(this._active){let n,o;for(n=0,o=this.effects.length;n<o;n++)this.effects[n].stop();for(n=0,o=this.cleanups.length;n<o;n++)this.cleanups[n]();if(this.scopes)for(n=0,o=this.scopes.length;n<o;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const s=this.parent.scopes.pop();s&&s!==this&&(this.parent.scopes[this.index]=s,s.index=this.index)}this.parent=void 0,this._active=!1}}}function ZE(e){return new JE(e)}function P1(){return En}function D1(e,t=!1){En&&En.cleanups.push(e)}let _t;const yf=new WeakSet;class QE{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,En&&En.active&&En.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,yf.has(this)&&(yf.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||tv(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,ug(this),nv(this);const t=_t,n=vr;_t=this,vr=!0;try{return this.fn()}finally{rv(this),_t=t,vr=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)jd(t);this.deps=this.depsTail=void 0,ug(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?yf.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){ed(this)&&this.run()}get dirty(){return ed(this)}}let ev=0,ta,na;function tv(e,t=!1){if(e.flags|=8,t){e.next=na,na=e;return}e.next=ta,ta=e}function Vd(){ev++}function Gd(){if(--ev>0)return;if(na){let t=na;for(na=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;ta;){let t=ta;for(ta=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(o){e||(e=o)}t=n}}if(e)throw e}function nv(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function rv(e){let t,n=e.depsTail,o=n;for(;o;){const s=o.prevDep;o.version===-1?(o===n&&(n=s),jd(o),N1(o)):t=o,o.dep.activeLink=o.prevActiveLink,o.prevActiveLink=void 0,o=s}e.deps=t,e.depsTail=n}function ed(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(ov(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function ov(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===ca))return;e.globalVersion=ca;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!ed(e)){e.flags&=-3;return}const n=_t,o=vr;_t=e,vr=!0;try{nv(e);const s=e.fn(e._value);(t.version===0||xo(s,e._value))&&(e._value=s,t.version++)}catch(s){throw t.version++,s}finally{_t=n,vr=o,rv(e),e.flags&=-3}}function jd(e,t=!1){const{dep:n,prevSub:o,nextSub:s}=e;if(o&&(o.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=o,e.nextSub=void 0),n.subs===e&&(n.subs=o,!o&&n.computed)){n.computed.flags&=-5;for(let a=n.computed.deps;a;a=a.nextDep)jd(a,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function N1(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let vr=!0;const iv=[];function Mo(){iv.push(vr),vr=!1}function Bo(){const e=iv.pop();vr=e===void 0?!0:e}function ug(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=_t;_t=void 0;try{t()}finally{_t=n}}}let ca=0;class M1{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Yd{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!_t||!vr||_t===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==_t)n=this.activeLink=new M1(_t,this),_t.deps?(n.prevDep=_t.depsTail,_t.depsTail.nextDep=n,_t.depsTail=n):_t.deps=_t.depsTail=n,sv(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const o=n.nextDep;o.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=o),n.prevDep=_t.depsTail,n.nextDep=void 0,_t.depsTail.nextDep=n,_t.depsTail=n,_t.deps===n&&(_t.deps=o)}return n}trigger(t){this.version++,ca++,this.notify(t)}notify(t){Vd();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Gd()}}}function sv(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let o=t.deps;o;o=o.nextDep)sv(o)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const au=new WeakMap,ai=Symbol(""),td=Symbol(""),fa=Symbol("");function cn(e,t,n){if(vr&&_t){let o=au.get(e);o||au.set(e,o=new Map);let s=o.get(n);s||(o.set(n,s=new Yd),s.map=o,s.key=n),s.track()}}function Zr(e,t,n,o,s,a){const l=au.get(e);if(!l){ca++;return}const c=d=>{d&&d.trigger()};if(Vd(),t==="clear")l.forEach(c);else{const d=xe(e),m=d&&Hd(n);if(d&&n==="length"){const p=Number(o);l.forEach((E,C)=>{(C==="length"||C===fa||!lo(C)&&C>=p)&&c(E)})}else switch((n!==void 0||l.has(void 0))&&c(l.get(n)),m&&c(l.get(fa)),t){case"add":d?m&&c(l.get("length")):(c(l.get(ai)),zi(e)&&c(l.get(td)));break;case"delete":d||(c(l.get(ai)),zi(e)&&c(l.get(td)));break;case"set":zi(e)&&c(l.get(ai));break}}Gd()}function B1(e,t){const n=au.get(e);return n&&n.get(t)}function Di(e){const t=Xe(e);return t===e?t:(cn(t,"iterate",fa),tr(e)?t:t.map(fn))}function Lu(e){return cn(e=Xe(e),"iterate",fa),e}const k1={__proto__:null,[Symbol.iterator](){return bf(this,Symbol.iterator,fn)},concat(...e){return Di(this).concat(...e.map(t=>xe(t)?Di(t):t))},entries(){return bf(this,"entries",e=>(e[1]=fn(e[1]),e))},every(e,t){return qr(this,"every",e,t,void 0,arguments)},filter(e,t){return qr(this,"filter",e,t,n=>n.map(fn),arguments)},find(e,t){return qr(this,"find",e,t,fn,arguments)},findIndex(e,t){return qr(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return qr(this,"findLast",e,t,fn,arguments)},findLastIndex(e,t){return qr(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return qr(this,"forEach",e,t,void 0,arguments)},includes(...e){return Cf(this,"includes",e)},indexOf(...e){return Cf(this,"indexOf",e)},join(e){return Di(this).join(e)},lastIndexOf(...e){return Cf(this,"lastIndexOf",e)},map(e,t){return qr(this,"map",e,t,void 0,arguments)},pop(){return Vs(this,"pop")},push(...e){return Vs(this,"push",e)},reduce(e,...t){return cg(this,"reduce",e,t)},reduceRight(e,...t){return cg(this,"reduceRight",e,t)},shift(){return Vs(this,"shift")},some(e,t){return qr(this,"some",e,t,void 0,arguments)},splice(...e){return Vs(this,"splice",e)},toReversed(){return Di(this).toReversed()},toSorted(e){return Di(this).toSorted(e)},toSpliced(...e){return Di(this).toSpliced(...e)},unshift(...e){return Vs(this,"unshift",e)},values(){return bf(this,"values",fn)}};function bf(e,t,n){const o=Lu(e),s=o[t]();return o!==e&&!tr(e)&&(s._next=s.next,s.next=()=>{const a=s._next();return a.value&&(a.value=n(a.value)),a}),s}const F1=Array.prototype;function qr(e,t,n,o,s,a){const l=Lu(e),c=l!==e&&!tr(e),d=l[t];if(d!==F1[t]){const E=d.apply(e,a);return c?fn(E):E}let m=n;l!==e&&(c?m=function(E,C){return n.call(this,fn(E),C,e)}:n.length>2&&(m=function(E,C){return n.call(this,E,C,e)}));const p=d.call(l,m,o);return c&&s?s(p):p}function cg(e,t,n,o){const s=Lu(e);let a=n;return s!==e&&(tr(e)?n.length>3&&(a=function(l,c,d){return n.call(this,l,c,d,e)}):a=function(l,c,d){return n.call(this,l,fn(c),d,e)}),s[t](a,...o)}function Cf(e,t,n){const o=Xe(e);cn(o,"iterate",fa);const s=o[t](...n);return(s===-1||s===!1)&&qd(n[0])?(n[0]=Xe(n[0]),o[t](...n)):s}function Vs(e,t,n=[]){Mo(),Vd();const o=Xe(e)[t].apply(e,n);return Gd(),Bo(),o}const $1=Fd("__proto__,__v_isRef,__isVue"),av=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(lo));function W1(e){lo(e)||(e=String(e));const t=Xe(this);return cn(t,"has",e),t.hasOwnProperty(e)}class lv{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?X1:dv:a?fv:cv).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(o)?t:void 0;const l=xe(t);if(!s){let d;if(l&&(d=k1[n]))return d;if(n==="hasOwnProperty")return W1}const c=Reflect.get(t,n,Mt(t)?t:o);return(lo(n)?av.has(n):$1(n))||(s||cn(t,"get",n),a)?c:Mt(c)?l&&Hd(n)?c:c.value:bt(c)?s?hv(c):dn(c):c}}class uv extends lv{constructor(t=!1){super(!1,t)}set(t,n,o,s){let a=t[n];if(!this._isShallow){const d=ci(a);if(!tr(o)&&!ci(o)&&(a=Xe(a),o=Xe(o)),!xe(t)&&Mt(a)&&!Mt(o))return d?!1:(a.value=o,!0)}const l=xe(t)&&Hd(n)?Number(n)<t.length:et(t,n),c=Reflect.set(t,n,o,Mt(t)?t:s);return t===Xe(s)&&(l?xo(o,a)&&Zr(t,"set",n,o):Zr(t,"add",n,o)),c}deleteProperty(t,n){const o=et(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&o&&Zr(t,"delete",n,void 0),s}has(t,n){const o=Reflect.has(t,n);return(!lo(n)||!av.has(n))&&cn(t,"has",n),o}ownKeys(t){return cn(t,"iterate",xe(t)?"length":ai),Reflect.ownKeys(t)}}class H1 extends lv{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const U1=new uv,V1=new H1,G1=new uv(!0);const nd=e=>e,Rl=e=>Reflect.getPrototypeOf(e);function j1(e,t,n){return function(...o){const s=this.__v_raw,a=Xe(s),l=zi(a),c=e==="entries"||e===Symbol.iterator&&l,d=e==="keys"&&l,m=s[e](...o),p=n?nd:t?rd:fn;return!t&&cn(a,"iterate",d?td:ai),{next(){const{value:E,done:C}=m.next();return C?{value:E,done:C}:{value:c?[p(E[0]),p(E[1])]:p(E),done:C}},[Symbol.iterator](){return this}}}}function Pl(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Y1(e,t){const n={get(s){const a=this.__v_raw,l=Xe(a),c=Xe(s);e||(xo(s,c)&&cn(l,"get",s),cn(l,"get",c));const{has:d}=Rl(l),m=t?nd:e?rd:fn;if(d.call(l,s))return m(a.get(s));if(d.call(l,c))return m(a.get(c));a!==l&&a.get(s)},get size(){const s=this.__v_raw;return!e&&cn(Xe(s),"iterate",ai),Reflect.get(s,"size",s)},has(s){const a=this.__v_raw,l=Xe(a),c=Xe(s);return e||(xo(s,c)&&cn(l,"has",s),cn(l,"has",c)),s===c?a.has(s):a.has(s)||a.has(c)},forEach(s,a){const l=this,c=l.__v_raw,d=Xe(c),m=t?nd:e?rd:fn;return!e&&cn(d,"iterate",ai),c.forEach((p,E)=>s.call(a,m(p),m(E),l))}};return qt(n,e?{add:Pl("add"),set:Pl("set"),delete:Pl("delete"),clear:Pl("clear")}:{add(s){!t&&!tr(s)&&!ci(s)&&(s=Xe(s));const a=Xe(this);return Rl(a).has.call(a,s)||(a.add(s),Zr(a,"add",s,s)),this},set(s,a){!t&&!tr(a)&&!ci(a)&&(a=Xe(a));const l=Xe(this),{has:c,get:d}=Rl(l);let m=c.call(l,s);m||(s=Xe(s),m=c.call(l,s));const p=d.call(l,s);return l.set(s,a),m?xo(a,p)&&Zr(l,"set",s,a):Zr(l,"add",s,a),this},delete(s){const a=Xe(this),{has:l,get:c}=Rl(a);let d=l.call(a,s);d||(s=Xe(s),d=l.call(a,s)),c&&c.call(a,s);const m=a.delete(s);return d&&Zr(a,"delete",s,void 0),m},clear(){const s=Xe(this),a=s.size!==0,l=s.clear();return a&&Zr(s,"clear",void 0,void 0),l}}),["keys","values","entries",Symbol.iterator].forEach(s=>{n[s]=j1(s,e,t)}),n}function Kd(e,t){const n=Y1(e,t);return(o,s,a)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?o:Reflect.get(et(n,s)&&s in o?n:o,s,a)}const K1={get:Kd(!1,!1)},z1={get:Kd(!1,!0)},q1={get:Kd(!0,!1)};const cv=new WeakMap,fv=new WeakMap,dv=new WeakMap,X1=new WeakMap;function J1(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function Z1(e){return e.__v_skip||!Object.isExtensible(e)?0:J1(C1(e))}function dn(e){return ci(e)?e:zd(e,!1,U1,K1,cv)}function Q1(e){return zd(e,!1,G1,z1,fv)}function hv(e){return zd(e,!0,V1,q1,dv)}function zd(e,t,n,o,s){if(!bt(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const a=s.get(e);if(a)return a;const l=Z1(e);if(l===0)return e;const c=new Proxy(e,l===2?o:n);return s.set(e,c),c}function qi(e){return ci(e)?qi(e.__v_raw):!!(e&&e.__v_isReactive)}function ci(e){return!!(e&&e.__v_isReadonly)}function tr(e){return!!(e&&e.__v_isShallow)}function qd(e){return e?!!e.__v_raw:!1}function Xe(e){const t=e&&e.__v_raw;return t?Xe(t):e}function eL(e){return!et(e,"__v_skip")&&Object.isExtensible(e)&&KE(e,"__v_skip",!0),e}const fn=e=>bt(e)?dn(e):e,rd=e=>bt(e)?hv(e):e;function Mt(e){return e?e.__v_isRef===!0:!1}function Qt(e){return mv(e,!1)}function li(e){return mv(e,!0)}function mv(e,t){return Mt(e)?e:new tL(e,t)}class tL{constructor(t,n){this.dep=new Yd,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:Xe(t),this._value=n?t:fn(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,o=this.__v_isShallow||tr(t)||ci(t);t=o?t:Xe(t),xo(t,n)&&(this._rawValue=t,this._value=o?t:fn(t),this.dep.trigger())}}function oe(e){return Mt(e)?e.value:e}const nL={get:(e,t,n)=>t==="__v_raw"?e:oe(Reflect.get(e,t,n)),set:(e,t,n,o)=>{const s=e[t];return Mt(s)&&!Mt(n)?(s.value=n,!0):Reflect.set(e,t,n,o)}};function pv(e){return qi(e)?e:new Proxy(e,nL)}function gv(e){const t=xe(e)?new Array(e.length):{};for(const n in e)t[n]=_v(e,n);return t}class rL{constructor(t,n,o){this._object=t,this._key=n,this._defaultValue=o,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return B1(Xe(this._object),this._key)}}class oL{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function iL(e,t,n){return Mt(e)?e:Ie(e)?new oL(e):bt(e)&&arguments.length>1?_v(e,t,n):Qt(e)}function _v(e,t,n){const o=e[t];return Mt(o)?o:new rL(e,t,n)}class sL{constructor(t,n,o){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Yd(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=ca-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=o}notify(){if(this.flags|=16,!(this.flags&8)&&_t!==this)return tv(this,!0),!0}get value(){const t=this.dep.track();return ov(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function aL(e,t,n=!1){let o,s;return Ie(e)?o=e:(o=e.get,s=e.set),new sL(o,s,n)}const Dl={},lu=new WeakMap;let ri;function lL(e,t=!1,n=ri){if(n){let o=lu.get(n);o||lu.set(n,o=[]),o.push(e)}}function uL(e,t,n=ht){const{immediate:o,deep:s,once:a,scheduler:l,augmentJob:c,call:d}=n,m=A=>s?A:tr(A)||s===!1||s===0?Qr(A,1):Qr(A);let p,E,C,w,N=!1,x=!1;if(Mt(e)?(E=()=>e.value,N=tr(e)):qi(e)?(E=()=>m(e),N=!0):xe(e)?(x=!0,N=e.some(A=>qi(A)||tr(A)),E=()=>e.map(A=>{if(Mt(A))return A.value;if(qi(A))return m(A);if(Ie(A))return d?d(A,2):A()})):Ie(e)?t?E=d?()=>d(e,2):e:E=()=>{if(C){Mo();try{C()}finally{Bo()}}const A=ri;ri=p;try{return d?d(e,3,[w]):e(w)}finally{ri=A}}:E=Er,t&&s){const A=E,H=s===!0?1/0:s;E=()=>Qr(A(),H)}const F=P1(),S=()=>{p.stop(),F&&Wd(F.effects,p)};if(a&&t){const A=t;t=(...H)=>{A(...H),S()}}let B=x?new Array(e.length).fill(Dl):Dl;const $=A=>{if(!(!(p.flags&1)||!p.dirty&&!A))if(t){const H=p.run();if(s||N||(x?H.some((G,U)=>xo(G,B[U])):xo(H,B))){C&&C();const G=ri;ri=p;try{const U=[H,B===Dl?void 0:x&&B[0]===Dl?[]:B,w];d?d(t,3,U):t(...U),B=H}finally{ri=G}}}else p.run()};return c&&c($),p=new QE(E),p.scheduler=l?()=>l($,!1):$,w=A=>lL(A,!1,p),C=p.onStop=()=>{const A=lu.get(p);if(A){if(d)d(A,4);else for(const H of A)H();lu.delete(p)}},t?o?$(!0):B=p.run():l?l($.bind(null,!0),!0):p.run(),S.pause=p.pause.bind(p),S.resume=p.resume.bind(p),S.stop=S,S}function Qr(e,t=1/0,n){if(t<=0||!bt(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,Mt(e))Qr(e.value,t,n);else if(xe(e))for(let o=0;o<e.length;o++)Qr(e[o],t,n);else if(VE(e)||zi(e))e.forEach(o=>{Qr(o,t,n)});else if(YE(e)){for(const o in e)Qr(e[o],t,n);for(const o of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,o)&&Qr(e[o],t,n)}return e}/**
|
|
9
|
+
**/let yn;class Q0{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=yn,!t&&yn&&(this.index=(yn.scopes||(yn.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].pause();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].pause()}}resume(){if(this._active&&this._isPaused){this._isPaused=!1;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].resume();for(t=0,n=this.effects.length;t<n;t++)this.effects[t].resume()}}run(t){if(this._active){const n=yn;try{return yn=this,t()}finally{yn=n}}}on(){yn=this}off(){yn=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n<r;n++)this.effects[n].stop();for(n=0,r=this.cleanups.length;n<r;n++)this.cleanups[n]();if(this.scopes)for(n=0,r=this.scopes.length;n<r;n++)this.scopes[n].stop(!0);if(!this.detached&&this.parent&&!t){const s=this.parent.scopes.pop();s&&s!==this&&(this.parent.scopes[this.index]=s,s.index=this.index)}this.parent=void 0,this._active=!1}}}function e_(e){return new Q0(e)}function NL(){return yn}function PL(e,t=!1){yn&&yn.cleanups.push(e)}let Ct;const Fd=new WeakSet;class t_{constructor(t){this.fn=t,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,yn&&yn.active&&yn.effects.push(this)}pause(){this.flags|=64}resume(){this.flags&64&&(this.flags&=-65,Fd.has(this)&&(Fd.delete(this),this.trigger()))}notify(){this.flags&2&&!(this.flags&32)||this.flags&8||o_(this)}run(){if(!(this.flags&1))return this.fn();this.flags|=2,cg(this),r_(this);const t=Ct,n=Fo;Ct=this,Fo=!0;try{return this.fn()}finally{i_(this),Ct=t,Fo=n,this.flags&=-3}}stop(){if(this.flags&1){for(let t=this.deps;t;t=t.nextDep)Gm(t);this.deps=this.depsTail=void 0,cg(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){this.flags&64?Fd.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){tm(this)&&this.run()}get dirty(){return tm(this)}}let n_=0,ta,na;function o_(e,t=!1){if(e.flags|=8,t){e.next=na,na=e;return}e.next=ta,ta=e}function zm(){n_++}function jm(){if(--n_>0)return;if(na){let t=na;for(na=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;ta;){let t=ta;for(ta=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function r_(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function i_(e){let t,n=e.depsTail,r=n;for(;r;){const s=r.prevDep;r.version===-1?(r===n&&(n=s),Gm(r),VL(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=s}e.deps=t,e.depsTail=n}function tm(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(s_(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function s_(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===ca))return;e.globalVersion=ca;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!tm(e)){e.flags&=-3;return}const n=Ct,r=Fo;Ct=e,Fo=!0;try{r_(e);const s=e.fn(e._value);(t.version===0||Dr(s,e._value))&&(e._value=s,t.version++)}catch(s){throw t.version++,s}finally{Ct=n,Fo=r,i_(e),e.flags&=-3}}function Gm(e,t=!1){const{dep:n,prevSub:r,nextSub:s}=e;if(r&&(r.nextSub=s,e.prevSub=void 0),s&&(s.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let a=n.computed.deps;a;a=a.nextDep)Gm(a,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function VL(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let Fo=!0;const a_=[];function Pr(){a_.push(Fo),Fo=!1}function Vr(){const e=a_.pop();Fo=e===void 0?!0:e}function cg(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=Ct;Ct=void 0;try{t()}finally{Ct=n}}}let ca=0;class OL{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Ym{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!Ct||!Fo||Ct===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==Ct)n=this.activeLink=new OL(Ct,this),Ct.deps?(n.prevDep=Ct.depsTail,Ct.depsTail.nextDep=n,Ct.depsTail=n):Ct.deps=Ct.depsTail=n,l_(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=Ct.depsTail,n.nextDep=void 0,Ct.depsTail.nextDep=n,Ct.depsTail=n,Ct.deps===n&&(Ct.deps=r)}return n}trigger(t){this.version++,ca++,this.notify(t)}notify(t){zm();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{jm()}}}function l_(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)l_(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const au=new WeakMap,ai=Symbol(""),nm=Symbol(""),da=Symbol("");function mn(e,t,n){if(Fo&&Ct){let r=au.get(e);r||au.set(e,r=new Map);let s=r.get(n);s||(r.set(n,s=new Ym),s.map=r,s.key=n),s.track()}}function Qo(e,t,n,r,s,a){const l=au.get(e);if(!l){ca++;return}const c=d=>{d&&d.trigger()};if(zm(),t==="clear")l.forEach(c);else{const d=De(e),f=d&&$m(n);if(d&&n==="length"){const p=Number(r);l.forEach((_,E)=>{(E==="length"||E===da||!ur(E)&&E>=p)&&c(_)})}else switch((n!==void 0||l.has(void 0))&&c(l.get(n)),f&&c(l.get(da)),t){case"add":d?f&&c(l.get("length")):(c(l.get(ai)),Ki(e)&&c(l.get(nm)));break;case"delete":d||(c(l.get(ai)),Ki(e)&&c(l.get(nm)));break;case"set":Ki(e)&&c(l.get(ai));break}}jm()}function kL(e,t){const n=au.get(e);return n&&n.get(t)}function Ii(e){const t=Xe(e);return t===e?t:(mn(t,"iterate",da),no(e)?t:t.map(fn))}function Bu(e){return mn(e=Xe(e),"iterate",da),e}const ML={__proto__:null,[Symbol.iterator](){return Td(this,Symbol.iterator,fn)},concat(...e){return Ii(this).concat(...e.map(t=>De(t)?Ii(t):t))},entries(){return Td(this,"entries",e=>(e[1]=fn(e[1]),e))},every(e,t){return Xo(this,"every",e,t,void 0,arguments)},filter(e,t){return Xo(this,"filter",e,t,n=>n.map(fn),arguments)},find(e,t){return Xo(this,"find",e,t,fn,arguments)},findIndex(e,t){return Xo(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Xo(this,"findLast",e,t,fn,arguments)},findLastIndex(e,t){return Xo(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Xo(this,"forEach",e,t,void 0,arguments)},includes(...e){return Ed(this,"includes",e)},indexOf(...e){return Ed(this,"indexOf",e)},join(e){return Ii(this).join(e)},lastIndexOf(...e){return Ed(this,"lastIndexOf",e)},map(e,t){return Xo(this,"map",e,t,void 0,arguments)},pop(){return Us(this,"pop")},push(...e){return Us(this,"push",e)},reduce(e,...t){return dg(this,"reduce",e,t)},reduceRight(e,...t){return dg(this,"reduceRight",e,t)},shift(){return Us(this,"shift")},some(e,t){return Xo(this,"some",e,t,void 0,arguments)},splice(...e){return Us(this,"splice",e)},toReversed(){return Ii(this).toReversed()},toSorted(e){return Ii(this).toSorted(e)},toSpliced(...e){return Ii(this).toSpliced(...e)},unshift(...e){return Us(this,"unshift",e)},values(){return Td(this,"values",fn)}};function Td(e,t,n){const r=Bu(e),s=r[t]();return r!==e&&!no(e)&&(s._next=s.next,s.next=()=>{const a=s._next();return a.value&&(a.value=n(a.value)),a}),s}const WL=Array.prototype;function Xo(e,t,n,r,s,a){const l=Bu(e),c=l!==e&&!no(e),d=l[t];if(d!==WL[t]){const _=d.apply(e,a);return c?fn(_):_}let f=n;l!==e&&(c?f=function(_,E){return n.call(this,fn(_),E,e)}:n.length>2&&(f=function(_,E){return n.call(this,_,E,e)}));const p=d.call(l,f,r);return c&&s?s(p):p}function dg(e,t,n,r){const s=Bu(e);let a=n;return s!==e&&(no(e)?n.length>3&&(a=function(l,c,d){return n.call(this,l,c,d,e)}):a=function(l,c,d){return n.call(this,l,fn(c),d,e)}),s[t](a,...r)}function Ed(e,t,n){const r=Xe(e);mn(r,"iterate",da);const s=r[t](...n);return(s===-1||s===!1)&&Xm(n[0])?(n[0]=Xe(n[0]),r[t](...n)):s}function Us(e,t,n=[]){Pr(),zm();const r=Xe(e)[t].apply(e,n);return jm(),Vr(),r}const HL=Mm("__proto__,__v_isRef,__isVue"),u_=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(ur));function $L(e){ur(e)||(e=String(e));const t=Xe(this);return mn(t,"has",e),t.hasOwnProperty(e)}class c_{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){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 r===(s?a?ZL:h_:a?f_:m_).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const l=De(t);if(!s){let d;if(l&&(d=ML[n]))return d;if(n==="hasOwnProperty")return $L}const c=Reflect.get(t,n,Pt(t)?t:r);return(ur(n)?u_.has(n):HL(n))||(s||mn(t,"get",n),a)?c:Pt(c)?l&&$m(n)?c:c.value:Tt(c)?s?p_(c):sn(c):c}}class d_ extends c_{constructor(t=!1){super(!1,t)}set(t,n,r,s){let a=t[n];if(!this._isShallow){const d=ci(a);if(!no(r)&&!ci(r)&&(a=Xe(a),r=Xe(r)),!De(t)&&Pt(a)&&!Pt(r))return d?!1:(a.value=r,!0)}const l=De(t)&&$m(n)?Number(n)<t.length:et(t,n),c=Reflect.set(t,n,r,Pt(t)?t:s);return t===Xe(s)&&(l?Dr(r,a)&&Qo(t,"set",n,r):Qo(t,"add",n,r)),c}deleteProperty(t,n){const r=et(t,n);t[n];const s=Reflect.deleteProperty(t,n);return s&&r&&Qo(t,"delete",n,void 0),s}has(t,n){const r=Reflect.has(t,n);return(!ur(n)||!u_.has(n))&&mn(t,"has",n),r}ownKeys(t){return mn(t,"iterate",De(t)?"length":ai),Reflect.ownKeys(t)}}class UL extends c_{constructor(t=!1){super(!0,t)}set(t,n){return!0}deleteProperty(t,n){return!0}}const zL=new d_,jL=new UL,GL=new d_(!0);const om=e=>e,wl=e=>Reflect.getPrototypeOf(e);function YL(e,t,n){return function(...r){const s=this.__v_raw,a=Xe(s),l=Ki(a),c=e==="entries"||e===Symbol.iterator&&l,d=e==="keys"&&l,f=s[e](...r),p=n?om:t?rm:fn;return!t&&mn(a,"iterate",d?nm:ai),{next(){const{value:_,done:E}=f.next();return E?{value:_,done:E}:{value:c?[p(_[0]),p(_[1])]:p(_),done:E}},[Symbol.iterator](){return this}}}}function Al(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function KL(e,t){const n={get(s){const a=this.__v_raw,l=Xe(a),c=Xe(s);e||(Dr(s,c)&&mn(l,"get",s),mn(l,"get",c));const{has:d}=wl(l),f=t?om:e?rm:fn;if(d.call(l,s))return f(a.get(s));if(d.call(l,c))return f(a.get(c));a!==l&&a.get(s)},get size(){const s=this.__v_raw;return!e&&mn(Xe(s),"iterate",ai),Reflect.get(s,"size",s)},has(s){const a=this.__v_raw,l=Xe(a),c=Xe(s);return e||(Dr(s,c)&&mn(l,"has",s),mn(l,"has",c)),s===c?a.has(s):a.has(s)||a.has(c)},forEach(s,a){const l=this,c=l.__v_raw,d=Xe(c),f=t?om:e?rm:fn;return!e&&mn(d,"iterate",ai),c.forEach((p,_)=>s.call(a,f(p),f(_),l))}};return qt(n,e?{add:Al("add"),set:Al("set"),delete:Al("delete"),clear:Al("clear")}:{add(s){!t&&!no(s)&&!ci(s)&&(s=Xe(s));const a=Xe(this);return wl(a).has.call(a,s)||(a.add(s),Qo(a,"add",s,s)),this},set(s,a){!t&&!no(a)&&!ci(a)&&(a=Xe(a));const l=Xe(this),{has:c,get:d}=wl(l);let f=c.call(l,s);f||(s=Xe(s),f=c.call(l,s));const p=d.call(l,s);return l.set(s,a),f?Dr(a,p)&&Qo(l,"set",s,a):Qo(l,"add",s,a),this},delete(s){const a=Xe(this),{has:l,get:c}=wl(a);let d=l.call(a,s);d||(s=Xe(s),d=l.call(a,s)),c&&c.call(a,s);const f=a.delete(s);return d&&Qo(a,"delete",s,void 0),f},clear(){const s=Xe(this),a=s.size!==0,l=s.clear();return a&&Qo(s,"clear",void 0,void 0),l}}),["keys","values","entries",Symbol.iterator].forEach(s=>{n[s]=YL(s,e,t)}),n}function Km(e,t){const n=KL(e,t);return(r,s,a)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?r:Reflect.get(et(n,s)&&s in r?n:r,s,a)}const qL={get:Km(!1,!1)},XL={get:Km(!1,!0)},JL={get:Km(!0,!1)};const m_=new WeakMap,f_=new WeakMap,h_=new WeakMap,ZL=new WeakMap;function QL(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function eB(e){return e.__v_skip||!Object.isExtensible(e)?0:QL(bL(e))}function sn(e){return ci(e)?e:qm(e,!1,zL,qL,m_)}function tB(e){return qm(e,!1,GL,XL,f_)}function p_(e){return qm(e,!0,jL,JL,h_)}function qm(e,t,n,r,s){if(!Tt(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const a=s.get(e);if(a)return a;const l=eB(e);if(l===0)return e;const c=new Proxy(e,l===2?r:n);return s.set(e,c),c}function qi(e){return ci(e)?qi(e.__v_raw):!!(e&&e.__v_isReactive)}function ci(e){return!!(e&&e.__v_isReadonly)}function no(e){return!!(e&&e.__v_isShallow)}function Xm(e){return e?!!e.__v_raw:!1}function Xe(e){const t=e&&e.__v_raw;return t?Xe(t):e}function nB(e){return!et(e,"__v_skip")&&Object.isExtensible(e)&&q0(e,"__v_skip",!0),e}const fn=e=>Tt(e)?sn(e):e,rm=e=>Tt(e)?p_(e):e;function Pt(e){return e?e.__v_isRef===!0:!1}function en(e){return g_(e,!1)}function li(e){return g_(e,!0)}function g_(e,t){return Pt(e)?e:new oB(e,t)}class oB{constructor(t,n){this.dep=new Ym,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:Xe(t),this._value=n?t:fn(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||no(t)||ci(t);t=r?t:Xe(t),Dr(t,n)&&(this._rawValue=t,this._value=r?t:fn(t),this.dep.trigger())}}function ie(e){return Pt(e)?e.value:e}const rB={get:(e,t,n)=>t==="__v_raw"?e:ie(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const s=e[t];return Pt(s)&&!Pt(n)?(s.value=n,!0):Reflect.set(e,t,n,r)}};function C_(e){return qi(e)?e:new Proxy(e,rB)}function __(e){const t=De(e)?new Array(e.length):{};for(const n in e)t[n]=y_(e,n);return t}class iB{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return kL(Xe(this._object),this._key)}}class sB{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function aB(e,t,n){return Pt(e)?e:xe(e)?new sB(e):Tt(e)&&arguments.length>1?y_(e,t,n):en(e)}function y_(e,t,n){const r=e[t];return Pt(r)?r:new iB(e,t,n)}class lB{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Ym(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=ca-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&Ct!==this)return o_(this,!0),!0}get value(){const t=this.dep.track();return s_(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function uB(e,t,n=!1){let r,s;return xe(e)?r=e:(r=e.get,s=e.set),new lB(r,s,n)}const Il={},lu=new WeakMap;let oi;function cB(e,t=!1,n=oi){if(n){let r=lu.get(n);r||lu.set(n,r=[]),r.push(e)}}function dB(e,t,n=ht){const{immediate:r,deep:s,once:a,scheduler:l,augmentJob:c,call:d}=n,f=R=>s?R:no(R)||s===!1||s===0?er(R,1):er(R);let p,_,E,b,N=!1,D=!1;if(Pt(e)?(_=()=>e.value,N=no(e)):qi(e)?(_=()=>f(e),N=!0):De(e)?(D=!0,N=e.some(R=>qi(R)||no(R)),_=()=>e.map(R=>{if(Pt(R))return R.value;if(qi(R))return f(R);if(xe(R))return d?d(R,2):R()})):xe(e)?t?_=d?()=>d(e,2):e:_=()=>{if(E){Pr();try{E()}finally{Vr()}}const R=oi;oi=p;try{return d?d(e,3,[b]):e(b)}finally{oi=R}}:_=yo,t&&s){const R=_,H=s===!0?1/0:s;_=()=>er(R(),H)}const k=NL(),S=()=>{p.stop(),k&&Hm(k.effects,p)};if(a&&t){const R=t;t=(...H)=>{R(...H),S()}}let V=D?new Array(e.length).fill(Il):Il;const M=R=>{if(!(!(p.flags&1)||!p.dirty&&!R))if(t){const H=p.run();if(s||N||(D?H.some((z,$)=>Dr(z,V[$])):Dr(H,V))){E&&E();const z=oi;oi=p;try{const $=[H,V===Il?void 0:D&&V[0]===Il?[]:V,b];d?d(t,3,$):t(...$),V=H}finally{oi=z}}}else p.run()};return c&&c(M),p=new t_(_),p.scheduler=l?()=>l(M,!1):M,b=R=>cB(R,!1,p),E=p.onStop=()=>{const R=lu.get(p);if(R){if(d)d(R,4);else for(const H of R)H();lu.delete(p)}},t?r?M(!0):V=p.run():l?l(M.bind(null,!0),!0):p.run(),S.pause=p.pause.bind(p),S.resume=p.resume.bind(p),S.stop=S,S}function er(e,t=1/0,n){if(t<=0||!Tt(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,Pt(e))er(e.value,t,n);else if(De(e))for(let r=0;r<e.length;r++)er(e[r],t,n);else if(j0(e)||Ki(e))e.forEach(r=>{er(r,t,n)});else if(K0(e)){for(const r in e)er(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&er(e[r],t,n)}return e}/**
|
|
10
10
|
* @vue/runtime-core v3.5.12
|
|
11
11
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
12
12
|
* @license MIT
|
|
13
|
-
**/function wa(e,t,n,o){try{return o?e(...o):e()}catch(s){Ou(s,t,n)}}function Br(e,t,n,o){if(Ie(e)){const s=wa(e,t,n,o);return s&&GE(s)&&s.catch(a=>{Ou(a,t,n)}),s}if(xe(e)){const s=[];for(let a=0;a<e.length;a++)s.push(Br(e[a],t,n,o));return s}}function Ou(e,t,n,o=!0){const s=t?t.vnode:null,{errorHandler:a,throwUnhandledErrorInProduction:l}=t&&t.appContext.config||ht;if(t){let c=t.parent;const d=t.proxy,m=`https://vuejs.org/error-reference/#runtime-${n}`;for(;c;){const p=c.ec;if(p){for(let E=0;E<p.length;E++)if(p[E](e,d,m)===!1)return}c=c.parent}if(a){Mo(),wa(a,null,10,[e,d,m]),Bo();return}}cL(e,n,s,o,l)}function cL(e,t,n,o=!0,s=!1){if(s)throw e;console.error(e)}const yn=[];let Lr=-1;const Xi=[];let So=null,Wi=0;const Ev=Promise.resolve();let uu=null;function vv(e){const t=uu||Ev;return e?t.then(this?e.bind(this):e):t}function fL(e){let t=Lr+1,n=yn.length;for(;t<n;){const o=t+n>>>1,s=yn[o],a=da(s);a<e||a===e&&s.flags&2?t=o+1:n=o}return t}function Xd(e){if(!(e.flags&1)){const t=da(e),n=yn[yn.length-1];!n||!(e.flags&2)&&t>=da(n)?yn.push(e):yn.splice(fL(t),0,e),e.flags|=1,yv()}}function yv(){uu||(uu=Ev.then(Cv))}function dL(e){xe(e)?Xi.push(...e):So&&e.id===-1?So.splice(Wi+1,0,e):e.flags&1||(Xi.push(e),e.flags|=1),yv()}function fg(e,t,n=Lr+1){for(;n<yn.length;n++){const o=yn[n];if(o&&o.flags&2){if(e&&o.id!==e.uid)continue;yn.splice(n,1),n--,o.flags&4&&(o.flags&=-2),o(),o.flags&4||(o.flags&=-2)}}}function bv(e){if(Xi.length){const t=[...new Set(Xi)].sort((n,o)=>da(n)-da(o));if(Xi.length=0,So){So.push(...t);return}for(So=t,Wi=0;Wi<So.length;Wi++){const n=So[Wi];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}So=null,Wi=0}}const da=e=>e.id==null?e.flags&2?-1:1/0:e.id;function Cv(e){const t=Er;try{for(Lr=0;Lr<yn.length;Lr++){const n=yn[Lr];n&&!(n.flags&8)&&(n.flags&4&&(n.flags&=-2),wa(n,n.i,n.i?15:14),n.flags&4||(n.flags&=-2))}}finally{for(;Lr<yn.length;Lr++){const n=yn[Lr];n&&(n.flags&=-2)}Lr=-1,yn.length=0,bv(),uu=null,(yn.length||Xi.length)&&Cv()}}let Kt=null,Tv=null;function cu(e){const t=Kt;return Kt=e,Tv=e&&e.type.__scopeId||null,t}function ra(e,t=Kt,n){if(!t||e._n)return e;const o=(...s)=>{o._d&&Cg(-1);const a=cu(t);let l;try{l=e(...s)}finally{cu(a),o._d&&Cg(1)}return l};return o._n=!0,o._c=!0,o._d=!0,o}function oo(e,t){if(Kt===null)return e;const n=Mu(Kt),o=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[a,l,c,d=ht]=t[s];a&&(Ie(a)&&(a={mounted:a,updated:a}),a.deep&&Qr(l),o.push({dir:a,instance:n,value:l,oldValue:void 0,arg:c,modifiers:d}))}return e}function Qo(e,t,n,o){const s=e.dirs,a=t&&t.dirs;for(let l=0;l<s.length;l++){const c=s[l];a&&(c.oldValue=a[l].value);let d=c.dir[o];d&&(Mo(),Br(d,n,8,[e.el,c,e,t]),Bo())}}const wv=Symbol("_vte"),hL=e=>e.__isTeleport,oa=e=>e&&(e.disabled||e.disabled===""),mL=e=>e&&(e.defer||e.defer===""),dg=e=>typeof SVGElement<"u"&&e instanceof SVGElement,hg=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,od=(e,t)=>{const n=e&&e.to;return Lt(n)?t?t(n):null:n},pL={name:"Teleport",__isTeleport:!0,process(e,t,n,o,s,a,l,c,d,m){const{mc:p,pc:E,pbc:C,o:{insert:w,querySelector:N,createText:x,createComment:F}}=m,S=oa(t.props);let{shapeFlag:B,children:$,dynamicChildren:A}=t;if(e==null){const H=t.el=x(""),G=t.anchor=x("");w(H,n,o),w(G,n,o);const U=(ce,de)=>{B&16&&(s&&s.isCE&&(s.ce._teleportTarget=ce),p($,ce,de,s,a,l,c,d))},le=()=>{const ce=t.target=od(t.props,N),de=Sv(ce,t,x,w);ce&&(l!=="svg"&&dg(ce)?l="svg":l!=="mathml"&&hg(ce)&&(l="mathml"),S||(U(ce,de),Xl(t,!1)))};S&&(U(n,G),Xl(t,!0)),mL(t.props)?In(le,a):le()}else{t.el=e.el,t.targetStart=e.targetStart;const H=t.anchor=e.anchor,G=t.target=e.target,U=t.targetAnchor=e.targetAnchor,le=oa(e.props),ce=le?n:G,de=le?H:U;if(l==="svg"||dg(G)?l="svg":(l==="mathml"||hg(G))&&(l="mathml"),A?(C(e.dynamicChildren,A,ce,s,a,l,c),oh(e,t,!0)):d||E(e,t,ce,de,s,a,l,c,!1),S)le?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):Nl(t,n,H,m,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const Pe=t.target=od(t.props,N);Pe&&Nl(t,Pe,null,m,0)}else le&&Nl(t,G,U,m,1);Xl(t,S)}},remove(e,t,n,{um:o,o:{remove:s}},a){const{shapeFlag:l,children:c,anchor:d,targetStart:m,targetAnchor:p,target:E,props:C}=e;if(E&&(s(m),s(p)),a&&s(d),l&16){const w=a||!oa(C);for(let N=0;N<c.length;N++){const x=c[N];o(x,t,n,w,!!x.dynamicChildren)}}},move:Nl,hydrate:gL};function Nl(e,t,n,{o:{insert:o},m:s},a=2){a===0&&o(e.targetAnchor,t,n);const{el:l,anchor:c,shapeFlag:d,children:m,props:p}=e,E=a===2;if(E&&o(l,t,n),(!E||oa(p))&&d&16)for(let C=0;C<m.length;C++)s(m[C],t,n,2);E&&o(c,t,n)}function gL(e,t,n,o,s,a,{o:{nextSibling:l,parentNode:c,querySelector:d,insert:m,createText:p}},E){const C=t.target=od(t.props,d);if(C){const w=oa(t.props),N=C._lpa||C.firstChild;if(t.shapeFlag&16)if(w)t.anchor=E(l(e),t,c(e),n,o,s,a),t.targetStart=N,t.targetAnchor=N&&l(N);else{t.anchor=l(e);let x=N;for(;x;){if(x&&x.nodeType===8){if(x.data==="teleport start anchor")t.targetStart=x;else if(x.data==="teleport anchor"){t.targetAnchor=x,C._lpa=t.targetAnchor&&l(t.targetAnchor);break}}x=l(x)}t.targetAnchor||Sv(C,t,p,m),E(N&&l(N),t,C,n,o,s,a)}Xl(t,w)}return t.anchor&&l(t.anchor)}const _L=pL;function Xl(e,t){const n=e.ctx;if(n&&n.ut){let o,s;for(t?(o=e.el,s=e.anchor):(o=e.targetStart,s=e.targetAnchor);o&&o!==s;)o.nodeType===1&&o.setAttribute("data-v-owner",n.uid),o=o.nextSibling;n.ut()}}function Sv(e,t,n,o){const s=t.targetStart=n(""),a=t.targetAnchor=n("");return s[wv]=a,e&&(o(s,e),o(a,e)),a}function Jd(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Jd(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function at(e,t){return Ie(e)?(()=>qt({name:e.name},t,{setup:e}))():e}function Av(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function id(e,t,n,o,s=!1){if(xe(e)){e.forEach((N,x)=>id(N,t&&(xe(t)?t[x]:t),n,o,s));return}if(Ji(o)&&!s)return;const a=o.shapeFlag&4?Mu(o.component):o.el,l=s?null:a,{i:c,r:d}=e,m=t&&t.r,p=c.refs===ht?c.refs={}:c.refs,E=c.setupState,C=Xe(E),w=E===ht?()=>!1:N=>et(C,N);if(m!=null&&m!==d&&(Lt(m)?(p[m]=null,w(m)&&(E[m]=null)):Mt(m)&&(m.value=null)),Ie(d))wa(d,c,12,[l,p]);else{const N=Lt(d),x=Mt(d);if(N||x){const F=()=>{if(e.f){const S=N?w(d)?E[d]:p[d]:d.value;s?xe(S)&&Wd(S,a):xe(S)?S.includes(a)||S.push(a):N?(p[d]=[a],w(d)&&(E[d]=p[d])):(d.value=[a],e.k&&(p[e.k]=d.value))}else N?(p[d]=l,w(d)&&(E[d]=l)):x&&(d.value=l,e.k&&(p[e.k]=l))};l?(F.id=-1,In(F,n)):F()}}}xu().requestIdleCallback;xu().cancelIdleCallback;const Ji=e=>!!e.type.__asyncLoader,xv=e=>e.type.__isKeepAlive;function EL(e,t){Lv(e,"a",t)}function vL(e,t){Lv(e,"da",t)}function Lv(e,t,n=en){const o=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(Iu(t,o,n),n){let s=n.parent;for(;s&&s.parent;)xv(s.parent.vnode)&&yL(o,t,n,s),s=s.parent}}function yL(e,t,n,o){const s=Iu(t,e,o,!0);Ru(()=>{Wd(o[t],s)},n)}function Iu(e,t,n=en,o=!1){if(n){const s=n[e]||(n[e]=[]),a=t.__weh||(t.__weh=(...l)=>{Mo();const c=Aa(n),d=Br(t,n,e,l);return c(),Bo(),d});return o?s.unshift(a):s.push(a),a}}const uo=e=>(t,n=en)=>{(!pa||e==="sp")&&Iu(e,(...o)=>t(...o),n)},Zd=uo("bm"),Qd=uo("m"),bL=uo("bu"),CL=uo("u"),TL=uo("bum"),Ru=uo("um"),wL=uo("sp"),SL=uo("rtg"),AL=uo("rtc");function xL(e,t=en){Iu("ec",e,t)}const eh="components";function LL(e,t){return Iv(eh,e,!0,t)||e}const Ov=Symbol.for("v-ndc");function OL(e){return Lt(e)?Iv(eh,e,!1)||e:e||Ov}function Iv(e,t,n=!0,o=!1){const s=Kt||en;if(s){const a=s.type;if(e===eh){const c=pO(a,!1);if(c&&(c===t||c===rr(t)||c===Au(rr(t))))return a}const l=mg(s[e]||a[e],t)||mg(s.appContext[e],t);return!l&&o?a:l}}function mg(e,t){return e&&(e[t]||e[rr(t)]||e[Au(rr(t))])}function $n(e,t,n,o){let s;const a=n&&n[o],l=xe(e);if(l||Lt(e)){const c=l&&qi(e);let d=!1;c&&(d=!tr(e),e=Lu(e)),s=new Array(e.length);for(let m=0,p=e.length;m<p;m++)s[m]=t(d?fn(e[m]):e[m],m,void 0,a&&a[m])}else if(typeof e=="number"){s=new Array(e);for(let c=0;c<e;c++)s[c]=t(c+1,c,void 0,a&&a[c])}else if(bt(e))if(e[Symbol.iterator])s=Array.from(e,(c,d)=>t(c,d,void 0,a&&a[d]));else{const c=Object.keys(e);s=new Array(c.length);for(let d=0,m=c.length;d<m;d++){const p=c[d];s[d]=t(e[p],p,d,a&&a[d])}}else s=[];return n&&(n[o]=s),s}function sd(e,t,n={},o,s){if(Kt.ce||Kt.parent&&Ji(Kt.parent)&&Kt.parent.ce)return t!=="default"&&(n.name=t),ie(),mt(ot,null,[Ke("slot",n,o&&o())],64);let a=e[t];a&&a._c&&(a._d=!1),ie();const l=a&&Rv(a(n)),c=n.key||l&&l.key,d=mt(ot,{key:(c&&!lo(c)?c:`_${t}`)+(!l&&o?"_fb":"")},l||(o?o():[]),l&&e._===1?64:-2);return!s&&d.scopeId&&(d.slotScopeIds=[d.scopeId+"-s"]),a&&a._c&&(a._d=!0),d}function Rv(e){return e.some(t=>ma(t)?!(t.type===Oo||t.type===ot&&!Rv(t.children)):!0)?e:null}const ad=e=>e?qv(e)?Mu(e):ad(e.parent):null,ia=qt(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=>ad(e.parent),$root:e=>ad(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>th(e),$forceUpdate:e=>e.f||(e.f=()=>{Xd(e.update)}),$nextTick:e=>e.n||(e.n=vv.bind(e.proxy)),$watch:e=>JL.bind(e)}),Tf=(e,t)=>e!==ht&&!e.__isScriptSetup&&et(e,t),IL={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:o,data:s,props:a,accessCache:l,type:c,appContext:d}=e;let m;if(t[0]!=="$"){const w=l[t];if(w!==void 0)switch(w){case 1:return o[t];case 2:return s[t];case 4:return n[t];case 3:return a[t]}else{if(Tf(o,t))return l[t]=1,o[t];if(s!==ht&&et(s,t))return l[t]=2,s[t];if((m=e.propsOptions[0])&&et(m,t))return l[t]=3,a[t];if(n!==ht&&et(n,t))return l[t]=4,n[t];ld&&(l[t]=0)}}const p=ia[t];let E,C;if(p)return t==="$attrs"&&cn(e.attrs,"get",""),p(e);if((E=c.__cssModules)&&(E=E[t]))return E;if(n!==ht&&et(n,t))return l[t]=4,n[t];if(C=d.config.globalProperties,et(C,t))return C[t]},set({_:e},t,n){const{data:o,setupState:s,ctx:a}=e;return Tf(s,t)?(s[t]=n,!0):o!==ht&&et(o,t)?(o[t]=n,!0):et(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(a[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:o,appContext:s,propsOptions:a}},l){let c;return!!n[l]||e!==ht&&et(e,l)||Tf(t,l)||(c=a[0])&&et(c,l)||et(o,l)||et(ia,l)||et(s.config.globalProperties,l)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:et(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function pg(e){return xe(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let ld=!0;function RL(e){const t=th(e),n=e.proxy,o=e.ctx;ld=!1,t.beforeCreate&&gg(t.beforeCreate,e,"bc");const{data:s,computed:a,methods:l,watch:c,provide:d,inject:m,created:p,beforeMount:E,mounted:C,beforeUpdate:w,updated:N,activated:x,deactivated:F,beforeDestroy:S,beforeUnmount:B,destroyed:$,unmounted:A,render:H,renderTracked:G,renderTriggered:U,errorCaptured:le,serverPrefetch:ce,expose:de,inheritAttrs:Pe,components:ke,directives:We,filters:Tt}=t;if(m&&PL(m,o,null),l)for(const ge in l){const Te=l[ge];Ie(Te)&&(o[ge]=Te.bind(n))}if(s){const ge=s.call(n,n);bt(ge)&&(e.data=dn(ge))}if(ld=!0,a)for(const ge in a){const Te=a[ge],qe=Ie(Te)?Te.bind(n,n):Ie(Te.get)?Te.get.bind(n,n):Er,Fe=!Ie(Te)&&Ie(Te.set)?Te.set.bind(n):Er,Je=Re({get:qe,set:Fe});Object.defineProperty(o,ge,{enumerable:!0,configurable:!0,get:()=>Je.value,set:De=>Je.value=De})}if(c)for(const ge in c)Pv(c[ge],o,n,ge);if(d){const ge=Ie(d)?d.call(n):d;Reflect.ownKeys(ge).forEach(Te=>{nh(Te,ge[Te])})}p&&gg(p,e,"c");function Le(ge,Te){xe(Te)?Te.forEach(qe=>ge(qe.bind(n))):Te&&ge(Te.bind(n))}if(Le(Zd,E),Le(Qd,C),Le(bL,w),Le(CL,N),Le(EL,x),Le(vL,F),Le(xL,le),Le(AL,G),Le(SL,U),Le(TL,B),Le(Ru,A),Le(wL,ce),xe(de))if(de.length){const ge=e.exposed||(e.exposed={});de.forEach(Te=>{Object.defineProperty(ge,Te,{get:()=>n[Te],set:qe=>n[Te]=qe})})}else e.exposed||(e.exposed={});H&&e.render===Er&&(e.render=H),Pe!=null&&(e.inheritAttrs=Pe),ke&&(e.components=ke),We&&(e.directives=We),ce&&Av(e)}function PL(e,t,n=Er){xe(e)&&(e=ud(e));for(const o in e){const s=e[o];let a;bt(s)?"default"in s?a=Lo(s.from||o,s.default,!0):a=Lo(s.from||o):a=Lo(s),Mt(a)?Object.defineProperty(t,o,{enumerable:!0,configurable:!0,get:()=>a.value,set:l=>a.value=l}):t[o]=a}}function gg(e,t,n){Br(xe(e)?e.map(o=>o.bind(t.proxy)):e.bind(t.proxy),t,n)}function Pv(e,t,n,o){let s=o.includes(".")?Gv(n,o):()=>n[o];if(Lt(e)){const a=t[e];Ie(a)&&nn(s,a)}else if(Ie(e))nn(s,e.bind(n));else if(bt(e))if(xe(e))e.forEach(a=>Pv(a,t,n,o));else{const a=Ie(e.handler)?e.handler.bind(n):t[e.handler];Ie(a)&&nn(s,a,e)}}function th(e){const t=e.type,{mixins:n,extends:o}=t,{mixins:s,optionsCache:a,config:{optionMergeStrategies:l}}=e.appContext,c=a.get(t);let d;return c?d=c:!s.length&&!n&&!o?d=t:(d={},s.length&&s.forEach(m=>fu(d,m,l,!0)),fu(d,t,l)),bt(t)&&a.set(t,d),d}function fu(e,t,n,o=!1){const{mixins:s,extends:a}=t;a&&fu(e,a,n,!0),s&&s.forEach(l=>fu(e,l,n,!0));for(const l in t)if(!(o&&l==="expose")){const c=DL[l]||n&&n[l];e[l]=c?c(e[l],t[l]):t[l]}return e}const DL={data:_g,props:Eg,emits:Eg,methods:Qs,computed:Qs,beforeCreate:gn,created:gn,beforeMount:gn,mounted:gn,beforeUpdate:gn,updated:gn,beforeDestroy:gn,beforeUnmount:gn,destroyed:gn,unmounted:gn,activated:gn,deactivated:gn,errorCaptured:gn,serverPrefetch:gn,components:Qs,directives:Qs,watch:ML,provide:_g,inject:NL};function _g(e,t){return t?e?function(){return qt(Ie(e)?e.call(this,this):e,Ie(t)?t.call(this,this):t)}:t:e}function NL(e,t){return Qs(ud(e),ud(t))}function ud(e){if(xe(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function gn(e,t){return e?[...new Set([].concat(e,t))]:t}function Qs(e,t){return e?qt(Object.create(null),e,t):t}function Eg(e,t){return e?xe(e)&&xe(t)?[...new Set([...e,...t])]:qt(Object.create(null),pg(e),pg(t??{})):t}function ML(e,t){if(!e)return t;if(!t)return e;const n=qt(Object.create(null),e);for(const o in t)n[o]=gn(e[o],t[o]);return n}function Dv(){return{app:null,config:{isNativeTag:y1,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let BL=0;function kL(e,t){return function(o,s=null){Ie(o)||(o=qt({},o)),s!=null&&!bt(s)&&(s=null);const a=Dv(),l=new WeakSet,c=[];let d=!1;const m=a.app={_uid:BL++,_component:o,_props:s,_container:null,_context:a,_instance:null,version:_O,get config(){return a.config},set config(p){},use(p,...E){return l.has(p)||(p&&Ie(p.install)?(l.add(p),p.install(m,...E)):Ie(p)&&(l.add(p),p(m,...E))),m},mixin(p){return a.mixins.includes(p)||a.mixins.push(p),m},component(p,E){return E?(a.components[p]=E,m):a.components[p]},directive(p,E){return E?(a.directives[p]=E,m):a.directives[p]},mount(p,E,C){if(!d){const w=m._ceVNode||Ke(o,s);return w.appContext=a,C===!0?C="svg":C===!1&&(C=void 0),E&&t?t(w,p):e(w,p,C),d=!0,m._container=p,p.__vue_app__=m,Mu(w.component)}},onUnmount(p){c.push(p)},unmount(){d&&(Br(c,m._instance,16),e(null,m._container),delete m._container.__vue_app__)},provide(p,E){return a.provides[p]=E,m},runWithContext(p){const E=Zi;Zi=m;try{return p()}finally{Zi=E}}};return m}}let Zi=null;function nh(e,t){if(en){let n=en.provides;const o=en.parent&&en.parent.provides;o===n&&(n=en.provides=Object.create(o)),n[e]=t}}function Lo(e,t,n=!1){const o=en||Kt;if(o||Zi){const s=Zi?Zi._context.provides:o?o.parent==null?o.vnode.appContext&&o.vnode.appContext.provides:o.parent.provides:void 0;if(s&&e in s)return s[e];if(arguments.length>1)return n&&Ie(t)?t.call(o&&o.proxy):t}}const Nv={},Mv=()=>Object.create(Nv),Bv=e=>Object.getPrototypeOf(e)===Nv;function FL(e,t,n,o=!1){const s={},a=Mv();e.propsDefaults=Object.create(null),kv(e,t,s,a);for(const l in e.propsOptions[0])l in s||(s[l]=void 0);n?e.props=o?s:Q1(s):e.type.props?e.props=s:e.props=a,e.attrs=a}function $L(e,t,n,o){const{props:s,attrs:a,vnode:{patchFlag:l}}=e,c=Xe(s),[d]=e.propsOptions;let m=!1;if((o||l>0)&&!(l&16)){if(l&8){const p=e.vnode.dynamicProps;for(let E=0;E<p.length;E++){let C=p[E];if(Nu(e.emitsOptions,C))continue;const w=t[C];if(d)if(et(a,C))w!==a[C]&&(a[C]=w,m=!0);else{const N=rr(C);s[N]=cd(d,c,N,w,e,!1)}else w!==a[C]&&(a[C]=w,m=!0)}}}else{kv(e,t,s,a)&&(m=!0);let p;for(const E in c)(!t||!et(t,E)&&((p=pi(E))===E||!et(t,p)))&&(d?n&&(n[E]!==void 0||n[p]!==void 0)&&(s[E]=cd(d,c,E,void 0,e,!0)):delete s[E]);if(a!==c)for(const E in a)(!t||!et(t,E))&&(delete a[E],m=!0)}m&&Zr(e.attrs,"set","")}function kv(e,t,n,o){const[s,a]=e.propsOptions;let l=!1,c;if(t)for(let d in t){if(ea(d))continue;const m=t[d];let p;s&&et(s,p=rr(d))?!a||!a.includes(p)?n[p]=m:(c||(c={}))[p]=m:Nu(e.emitsOptions,d)||(!(d in o)||m!==o[d])&&(o[d]=m,l=!0)}if(a){const d=Xe(n),m=c||ht;for(let p=0;p<a.length;p++){const E=a[p];n[E]=cd(s,d,E,m[E],e,!et(m,E))}}return l}function cd(e,t,n,o,s,a){const l=e[n];if(l!=null){const c=et(l,"default");if(c&&o===void 0){const d=l.default;if(l.type!==Function&&!l.skipFactory&&Ie(d)){const{propsDefaults:m}=s;if(n in m)o=m[n];else{const p=Aa(s);o=m[n]=d.call(null,t),p()}}else o=d;s.ce&&s.ce._setProp(n,o)}l[0]&&(a&&!c?o=!1:l[1]&&(o===""||o===pi(n))&&(o=!0))}return o}const WL=new WeakMap;function Fv(e,t,n=!1){const o=n?WL:t.propsCache,s=o.get(e);if(s)return s;const a=e.props,l={},c=[];let d=!1;if(!Ie(e)){const p=E=>{d=!0;const[C,w]=Fv(E,t,!0);qt(l,C),w&&c.push(...w)};!n&&t.mixins.length&&t.mixins.forEach(p),e.extends&&p(e.extends),e.mixins&&e.mixins.forEach(p)}if(!a&&!d)return bt(e)&&o.set(e,Ki),Ki;if(xe(a))for(let p=0;p<a.length;p++){const E=rr(a[p]);vg(E)&&(l[E]=ht)}else if(a)for(const p in a){const E=rr(p);if(vg(E)){const C=a[p],w=l[E]=xe(C)||Ie(C)?{type:C}:qt({},C),N=w.type;let x=!1,F=!0;if(xe(N))for(let S=0;S<N.length;++S){const B=N[S],$=Ie(B)&&B.name;if($==="Boolean"){x=!0;break}else $==="String"&&(F=!1)}else x=Ie(N)&&N.name==="Boolean";w[0]=x,w[1]=F,(x||et(w,"default"))&&c.push(E)}}const m=[l,c];return bt(e)&&o.set(e,m),m}function vg(e){return e[0]!=="$"&&!ea(e)}const $v=e=>e[0]==="_"||e==="$stable",rh=e=>xe(e)?e.map(Or):[Or(e)],HL=(e,t,n)=>{if(t._n)return t;const o=ra((...s)=>rh(t(...s)),n);return o._c=!1,o},Wv=(e,t,n)=>{const o=e._ctx;for(const s in e){if($v(s))continue;const a=e[s];if(Ie(a))t[s]=HL(s,a,o);else if(a!=null){const l=rh(a);t[s]=()=>l}}},Hv=(e,t)=>{const n=rh(t);e.slots.default=()=>n},Uv=(e,t,n)=>{for(const o in t)(n||o!=="_")&&(e[o]=t[o])},UL=(e,t,n)=>{const o=e.slots=Mv();if(e.vnode.shapeFlag&32){const s=t._;s?(Uv(o,t,n),n&&KE(o,"_",s,!0)):Wv(t,o)}else t&&Hv(e,t)},VL=(e,t,n)=>{const{vnode:o,slots:s}=e;let a=!0,l=ht;if(o.shapeFlag&32){const c=t._;c?n&&c===1?a=!1:Uv(s,t,n):(a=!t.$stable,Wv(t,s)),l=t}else t&&(Hv(e,t),l={default:1});if(a)for(const c in s)!$v(c)&&l[c]==null&&delete s[c]},In=oO;function GL(e){return jL(e)}function jL(e,t){const n=xu();n.__VUE__=!0;const{insert:o,remove:s,patchProp:a,createElement:l,createText:c,createComment:d,setText:m,setElementText:p,parentNode:E,nextSibling:C,setScopeId:w=Er,insertStaticContent:N}=e,x=(g,h,b,D=null,M=null,V=null,ee=void 0,q=null,J=!!h.dynamicChildren)=>{if(g===h)return;g&&!Gs(g,h)&&(D=kt(g),De(g,M,V,!0),g=null),h.patchFlag===-2&&(J=!1,h.dynamicChildren=null);const{type:z,ref:ne,shapeFlag:O}=h;switch(z){case Sa:F(g,h,b,D);break;case Oo:S(g,h,b,D);break;case Jl:g==null&&B(h,b,D,ee);break;case ot:ke(g,h,b,D,M,V,ee,q,J);break;default:O&1?H(g,h,b,D,M,V,ee,q,J):O&6?We(g,h,b,D,M,V,ee,q,J):(O&64||O&128)&&z.process(g,h,b,D,M,V,ee,q,J,At)}ne!=null&&M&&id(ne,g&&g.ref,V,h||g,!h)},F=(g,h,b,D)=>{if(g==null)o(h.el=c(h.children),b,D);else{const M=h.el=g.el;h.children!==g.children&&m(M,h.children)}},S=(g,h,b,D)=>{g==null?o(h.el=d(h.children||""),b,D):h.el=g.el},B=(g,h,b,D)=>{[g.el,g.anchor]=N(g.children,h,b,D,g.el,g.anchor)},$=({el:g,anchor:h},b,D)=>{let M;for(;g&&g!==h;)M=C(g),o(g,b,D),g=M;o(h,b,D)},A=({el:g,anchor:h})=>{let b;for(;g&&g!==h;)b=C(g),s(g),g=b;s(h)},H=(g,h,b,D,M,V,ee,q,J)=>{h.type==="svg"?ee="svg":h.type==="math"&&(ee="mathml"),g==null?G(h,b,D,M,V,ee,q,J):ce(g,h,M,V,ee,q,J)},G=(g,h,b,D,M,V,ee,q)=>{let J,z;const{props:ne,shapeFlag:O,transition:k,dirs:re}=g;if(J=g.el=l(g.type,V,ne&&ne.is,ne),O&8?p(J,g.children):O&16&&le(g.children,J,null,D,M,wf(g,V),ee,q),re&&Qo(g,null,D,"created"),U(J,g,g.scopeId,ee,D),ne){for(const we in ne)we!=="value"&&!ea(we)&&a(J,we,null,ne[we],V,D);"value"in ne&&a(J,"value",null,ne.value,V),(z=ne.onVnodeBeforeMount)&&Ar(z,D,g)}re&&Qo(g,null,D,"beforeMount");const ue=YL(M,k);ue&&k.beforeEnter(J),o(J,h,b),((z=ne&&ne.onVnodeMounted)||ue||re)&&In(()=>{z&&Ar(z,D,g),ue&&k.enter(J),re&&Qo(g,null,D,"mounted")},M)},U=(g,h,b,D,M)=>{if(b&&w(g,b),D)for(let V=0;V<D.length;V++)w(g,D[V]);if(M){let V=M.subTree;if(h===V||Yv(V.type)&&(V.ssContent===h||V.ssFallback===h)){const ee=M.vnode;U(g,ee,ee.scopeId,ee.slotScopeIds,M.parent)}}},le=(g,h,b,D,M,V,ee,q,J=0)=>{for(let z=J;z<g.length;z++){const ne=g[z]=q?Ao(g[z]):Or(g[z]);x(null,ne,h,b,D,M,V,ee,q)}},ce=(g,h,b,D,M,V,ee)=>{const q=h.el=g.el;let{patchFlag:J,dynamicChildren:z,dirs:ne}=h;J|=g.patchFlag&16;const O=g.props||ht,k=h.props||ht;let re;if(b&&ei(b,!1),(re=k.onVnodeBeforeUpdate)&&Ar(re,b,h,g),ne&&Qo(h,g,b,"beforeUpdate"),b&&ei(b,!0),(O.innerHTML&&k.innerHTML==null||O.textContent&&k.textContent==null)&&p(q,""),z?de(g.dynamicChildren,z,q,b,D,wf(h,M),V):ee||Te(g,h,q,null,b,D,wf(h,M),V,!1),J>0){if(J&16)Pe(q,O,k,b,M);else if(J&2&&O.class!==k.class&&a(q,"class",null,k.class,M),J&4&&a(q,"style",O.style,k.style,M),J&8){const ue=h.dynamicProps;for(let we=0;we<ue.length;we++){const Me=ue[we],ut=O[Me],ct=k[Me];(ct!==ut||Me==="value")&&a(q,Me,ut,ct,M,b)}}J&1&&g.children!==h.children&&p(q,h.children)}else!ee&&z==null&&Pe(q,O,k,b,M);((re=k.onVnodeUpdated)||ne)&&In(()=>{re&&Ar(re,b,h,g),ne&&Qo(h,g,b,"updated")},D)},de=(g,h,b,D,M,V,ee)=>{for(let q=0;q<h.length;q++){const J=g[q],z=h[q],ne=J.el&&(J.type===ot||!Gs(J,z)||J.shapeFlag&70)?E(J.el):b;x(J,z,ne,null,D,M,V,ee,!0)}},Pe=(g,h,b,D,M)=>{if(h!==b){if(h!==ht)for(const V in h)!ea(V)&&!(V in b)&&a(g,V,h[V],null,M,D);for(const V in b){if(ea(V))continue;const ee=b[V],q=h[V];ee!==q&&V!=="value"&&a(g,V,q,ee,M,D)}"value"in b&&a(g,"value",h.value,b.value,M)}},ke=(g,h,b,D,M,V,ee,q,J)=>{const z=h.el=g?g.el:c(""),ne=h.anchor=g?g.anchor:c("");let{patchFlag:O,dynamicChildren:k,slotScopeIds:re}=h;re&&(q=q?q.concat(re):re),g==null?(o(z,b,D),o(ne,b,D),le(h.children||[],b,ne,M,V,ee,q,J)):O>0&&O&64&&k&&g.dynamicChildren?(de(g.dynamicChildren,k,b,M,V,ee,q),(h.key!=null||M&&h===M.subTree)&&oh(g,h,!0)):Te(g,h,b,ne,M,V,ee,q,J)},We=(g,h,b,D,M,V,ee,q,J)=>{h.slotScopeIds=q,g==null?h.shapeFlag&512?M.ctx.activate(h,b,D,ee,J):Tt(h,b,D,M,V,ee,J):Bt(g,h,J)},Tt=(g,h,b,D,M,V,ee)=>{const q=g.component=cO(g,D,M);if(xv(g)&&(q.ctx.renderer=At),fO(q,!1,ee),q.asyncDep){if(M&&M.registerDep(q,Le,ee),!g.el){const J=q.subTree=Ke(Oo);S(null,J,h,b)}}else Le(q,g,h,b,M,V,ee)},Bt=(g,h,b)=>{const D=h.component=g.component;if(nO(g,h,b))if(D.asyncDep&&!D.asyncResolved){ge(D,h,b);return}else D.next=h,D.update();else h.el=g.el,D.vnode=h},Le=(g,h,b,D,M,V,ee)=>{const q=()=>{if(g.isMounted){let{next:O,bu:k,u:re,parent:ue,vnode:we}=g;{const ft=Vv(g);if(ft){O&&(O.el=we.el,ge(g,O,ee)),ft.asyncDep.then(()=>{g.isUnmounted||q()});return}}let Me=O,ut;ei(g,!1),O?(O.el=we.el,ge(g,O,ee)):O=we,k&&Ef(k),(ut=O.props&&O.props.onVnodeBeforeUpdate)&&Ar(ut,ue,O,we),ei(g,!0);const ct=Sf(g),Ot=g.subTree;g.subTree=ct,x(Ot,ct,E(Ot.el),kt(Ot),g,M,V),O.el=ct.el,Me===null&&rO(g,ct.el),re&&In(re,M),(ut=O.props&&O.props.onVnodeUpdated)&&In(()=>Ar(ut,ue,O,we),M)}else{let O;const{el:k,props:re}=h,{bm:ue,m:we,parent:Me,root:ut,type:ct}=g,Ot=Ji(h);if(ei(g,!1),ue&&Ef(ue),!Ot&&(O=re&&re.onVnodeBeforeMount)&&Ar(O,Me,h),ei(g,!0),k&&Ft){const ft=()=>{g.subTree=Sf(g),Ft(k,g.subTree,g,M,null)};Ot&&ct.__asyncHydrate?ct.__asyncHydrate(k,g,ft):ft()}else{ut.ce&&ut.ce._injectChildStyle(ct);const ft=g.subTree=Sf(g);x(null,ft,b,D,g,M,V),h.el=ft.el}if(we&&In(we,M),!Ot&&(O=re&&re.onVnodeMounted)){const ft=h;In(()=>Ar(O,Me,ft),M)}(h.shapeFlag&256||Me&&Ji(Me.vnode)&&Me.vnode.shapeFlag&256)&&g.a&&In(g.a,M),g.isMounted=!0,h=b=D=null}};g.scope.on();const J=g.effect=new QE(q);g.scope.off();const z=g.update=J.run.bind(J),ne=g.job=J.runIfDirty.bind(J);ne.i=g,ne.id=g.uid,J.scheduler=()=>Xd(ne),ei(g,!0),z()},ge=(g,h,b)=>{h.component=g;const D=g.vnode.props;g.vnode=h,g.next=null,$L(g,h.props,D,b),VL(g,h.children,b),Mo(),fg(g),Bo()},Te=(g,h,b,D,M,V,ee,q,J=!1)=>{const z=g&&g.children,ne=g?g.shapeFlag:0,O=h.children,{patchFlag:k,shapeFlag:re}=h;if(k>0){if(k&128){Fe(z,O,b,D,M,V,ee,q,J);return}else if(k&256){qe(z,O,b,D,M,V,ee,q,J);return}}re&8?(ne&16&&pt(z,M,V),O!==z&&p(b,O)):ne&16?re&16?Fe(z,O,b,D,M,V,ee,q,J):pt(z,M,V,!0):(ne&8&&p(b,""),re&16&&le(O,b,D,M,V,ee,q,J))},qe=(g,h,b,D,M,V,ee,q,J)=>{g=g||Ki,h=h||Ki;const z=g.length,ne=h.length,O=Math.min(z,ne);let k;for(k=0;k<O;k++){const re=h[k]=J?Ao(h[k]):Or(h[k]);x(g[k],re,b,null,M,V,ee,q,J)}z>ne?pt(g,M,V,!0,!1,O):le(h,b,D,M,V,ee,q,J,O)},Fe=(g,h,b,D,M,V,ee,q,J)=>{let z=0;const ne=h.length;let O=g.length-1,k=ne-1;for(;z<=O&&z<=k;){const re=g[z],ue=h[z]=J?Ao(h[z]):Or(h[z]);if(Gs(re,ue))x(re,ue,b,null,M,V,ee,q,J);else break;z++}for(;z<=O&&z<=k;){const re=g[O],ue=h[k]=J?Ao(h[k]):Or(h[k]);if(Gs(re,ue))x(re,ue,b,null,M,V,ee,q,J);else break;O--,k--}if(z>O){if(z<=k){const re=k+1,ue=re<ne?h[re].el:D;for(;z<=k;)x(null,h[z]=J?Ao(h[z]):Or(h[z]),b,ue,M,V,ee,q,J),z++}}else if(z>k)for(;z<=O;)De(g[z],M,V,!0),z++;else{const re=z,ue=z,we=new Map;for(z=ue;z<=k;z++){const It=h[z]=J?Ao(h[z]):Or(h[z]);It.key!=null&&we.set(It.key,z)}let Me,ut=0;const ct=k-ue+1;let Ot=!1,ft=0;const on=new Array(ct);for(z=0;z<ct;z++)on[z]=0;for(z=re;z<=O;z++){const It=g[z];if(ut>=ct){De(It,M,V,!0);continue}let sn;if(It.key!=null)sn=we.get(It.key);else for(Me=ue;Me<=k;Me++)if(on[Me-ue]===0&&Gs(It,h[Me])){sn=Me;break}sn===void 0?De(It,M,V,!0):(on[sn-ue]=z+1,sn>=ft?ft=sn:Ot=!0,x(It,h[sn],b,null,M,V,ee,q,J),ut++)}const br=Ot?KL(on):Ki;for(Me=br.length-1,z=ct-1;z>=0;z--){const It=ue+z,sn=h[It],Cr=It+1<ne?h[It+1].el:D;on[z]===0?x(null,sn,b,Cr,M,V,ee,q,J):Ot&&(Me<0||z!==br[Me]?Je(sn,b,Cr,2):Me--)}}},Je=(g,h,b,D,M=null)=>{const{el:V,type:ee,transition:q,children:J,shapeFlag:z}=g;if(z&6){Je(g.component.subTree,h,b,D);return}if(z&128){g.suspense.move(h,b,D);return}if(z&64){ee.move(g,h,b,At);return}if(ee===ot){o(V,h,b);for(let O=0;O<J.length;O++)Je(J[O],h,b,D);o(g.anchor,h,b);return}if(ee===Jl){$(g,h,b);return}if(D!==2&&z&1&&q)if(D===0)q.beforeEnter(V),o(V,h,b),In(()=>q.enter(V),M);else{const{leave:O,delayLeave:k,afterLeave:re}=q,ue=()=>o(V,h,b),we=()=>{O(V,()=>{ue(),re&&re()})};k?k(V,ue,we):we()}else o(V,h,b)},De=(g,h,b,D=!1,M=!1)=>{const{type:V,props:ee,ref:q,children:J,dynamicChildren:z,shapeFlag:ne,patchFlag:O,dirs:k,cacheIndex:re}=g;if(O===-2&&(M=!1),q!=null&&id(q,null,b,g,!0),re!=null&&(h.renderCache[re]=void 0),ne&256){h.ctx.deactivate(g);return}const ue=ne&1&&k,we=!Ji(g);let Me;if(we&&(Me=ee&&ee.onVnodeBeforeUnmount)&&Ar(Me,h,g),ne&6)it(g.component,b,D);else{if(ne&128){g.suspense.unmount(b,D);return}ue&&Qo(g,null,h,"beforeUnmount"),ne&64?g.type.remove(g,h,b,At,D):z&&!z.hasOnce&&(V!==ot||O>0&&O&64)?pt(z,h,b,!1,!0):(V===ot&&O&384||!M&&ne&16)&&pt(J,h,b),D&&Gt(g)}(we&&(Me=ee&&ee.onVnodeUnmounted)||ue)&&In(()=>{Me&&Ar(Me,h,g),ue&&Qo(g,null,h,"unmounted")},b)},Gt=g=>{const{type:h,el:b,anchor:D,transition:M}=g;if(h===ot){He(b,D);return}if(h===Jl){A(g);return}const V=()=>{s(b),M&&!M.persisted&&M.afterLeave&&M.afterLeave()};if(g.shapeFlag&1&&M&&!M.persisted){const{leave:ee,delayLeave:q}=M,J=()=>ee(b,V);q?q(g.el,V,J):J()}else V()},He=(g,h)=>{let b;for(;g!==h;)b=C(g),s(g),g=b;s(h)},it=(g,h,b)=>{const{bum:D,scope:M,job:V,subTree:ee,um:q,m:J,a:z}=g;yg(J),yg(z),D&&Ef(D),M.stop(),V&&(V.flags|=8,De(ee,g,h,b)),q&&In(q,h),In(()=>{g.isUnmounted=!0},h),h&&h.pendingBranch&&!h.isUnmounted&&g.asyncDep&&!g.asyncResolved&&g.suspenseId===h.pendingId&&(h.deps--,h.deps===0&&h.resolve())},pt=(g,h,b,D=!1,M=!1,V=0)=>{for(let ee=V;ee<g.length;ee++)De(g[ee],h,b,D,M)},kt=g=>{if(g.shapeFlag&6)return kt(g.component.subTree);if(g.shapeFlag&128)return g.suspense.next();const h=C(g.anchor||g.el),b=h&&h[wv];return b?C(b):h};let nt=!1;const wt=(g,h,b)=>{g==null?h._vnode&&De(h._vnode,null,null,!0):x(h._vnode||null,g,h,null,null,null,b),h._vnode=g,nt||(nt=!0,fg(),bv(),nt=!1)},At={p:x,um:De,m:Je,r:Gt,mt:Tt,mc:le,pc:Te,pbc:de,n:kt,o:e};let lt,Ft;return t&&([lt,Ft]=t(At)),{render:wt,hydrate:lt,createApp:kL(wt,lt)}}function wf({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 ei({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function YL(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function oh(e,t,n=!1){const o=e.children,s=t.children;if(xe(o)&&xe(s))for(let a=0;a<o.length;a++){const l=o[a];let c=s[a];c.shapeFlag&1&&!c.dynamicChildren&&((c.patchFlag<=0||c.patchFlag===32)&&(c=s[a]=Ao(s[a]),c.el=l.el),!n&&c.patchFlag!==-2&&oh(l,c)),c.type===Sa&&(c.el=l.el)}}function KL(e){const t=e.slice(),n=[0];let o,s,a,l,c;const d=e.length;for(o=0;o<d;o++){const m=e[o];if(m!==0){if(s=n[n.length-1],e[s]<m){t[o]=s,n.push(o);continue}for(a=0,l=n.length-1;a<l;)c=a+l>>1,e[n[c]]<m?a=c+1:l=c;m<e[n[a]]&&(a>0&&(t[o]=n[a-1]),n[a]=o)}}for(a=n.length,l=n[a-1];a-- >0;)n[a]=l,l=t[l];return n}function Vv(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Vv(t)}function yg(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const zL=Symbol.for("v-scx"),qL=()=>Lo(zL);function Pu(e,t){return Du(e,null,t)}function XL(e,t){return Du(e,null,{flush:"post"})}function nn(e,t,n){return Du(e,t,n)}function Du(e,t,n=ht){const{immediate:o,deep:s,flush:a,once:l}=n,c=qt({},n),d=t&&o||!t&&a!=="post";let m;if(pa){if(a==="sync"){const w=qL();m=w.__watcherHandles||(w.__watcherHandles=[])}else if(!d){const w=()=>{};return w.stop=Er,w.resume=Er,w.pause=Er,w}}const p=en;c.call=(w,N,x)=>Br(w,p,N,x);let E=!1;a==="post"?c.scheduler=w=>{In(w,p&&p.suspense)}:a!=="sync"&&(E=!0,c.scheduler=(w,N)=>{N?w():Xd(w)}),c.augmentJob=w=>{t&&(w.flags|=4),E&&(w.flags|=2,p&&(w.id=p.uid,w.i=p))};const C=uL(e,t,c);return pa&&(m?m.push(C):d&&C()),C}function JL(e,t,n){const o=this.proxy,s=Lt(e)?e.includes(".")?Gv(o,e):()=>o[e]:e.bind(o,o);let a;Ie(t)?a=t:(a=t.handler,n=t);const l=Aa(this),c=Du(s,a.bind(o),n);return l(),c}function Gv(e,t){const n=t.split(".");return()=>{let o=e;for(let s=0;s<n.length&&o;s++)o=o[n[s]];return o}}const ZL=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${rr(t)}Modifiers`]||e[`${pi(t)}Modifiers`];function QL(e,t,...n){if(e.isUnmounted)return;const o=e.vnode.props||ht;let s=n;const a=t.startsWith("update:"),l=a&&ZL(o,t.slice(7));l&&(l.trim&&(s=n.map(p=>Lt(p)?p.trim():p)),l.number&&(s=n.map(S1)));let c,d=o[c=_f(t)]||o[c=_f(rr(t))];!d&&a&&(d=o[c=_f(pi(t))]),d&&Br(d,e,6,s);const m=o[c+"Once"];if(m){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,Br(m,e,6,s)}}function jv(e,t,n=!1){const o=t.emitsCache,s=o.get(e);if(s!==void 0)return s;const a=e.emits;let l={},c=!1;if(!Ie(e)){const d=m=>{const p=jv(m,t,!0);p&&(c=!0,qt(l,p))};!n&&t.mixins.length&&t.mixins.forEach(d),e.extends&&d(e.extends),e.mixins&&e.mixins.forEach(d)}return!a&&!c?(bt(e)&&o.set(e,null),null):(xe(a)?a.forEach(d=>l[d]=null):qt(l,a),bt(e)&&o.set(e,l),l)}function Nu(e,t){return!e||!Tu(t)?!1:(t=t.slice(2).replace(/Once$/,""),et(e,t[0].toLowerCase()+t.slice(1))||et(e,pi(t))||et(e,t))}function Sf(e){const{type:t,vnode:n,proxy:o,withProxy:s,propsOptions:[a],slots:l,attrs:c,emit:d,render:m,renderCache:p,props:E,data:C,setupState:w,ctx:N,inheritAttrs:x}=e,F=cu(e);let S,B;try{if(n.shapeFlag&4){const A=s||o,H=A;S=Or(m.call(H,A,p,E,w,C,N)),B=c}else{const A=t;S=Or(A.length>1?A(E,{attrs:c,slots:l,emit:d}):A(E,null)),B=t.props?c:eO(c)}}catch(A){sa.length=0,Ou(A,e,1),S=Ke(Oo)}let $=S;if(B&&x!==!1){const A=Object.keys(B),{shapeFlag:H}=$;A.length&&H&7&&(a&&A.some($d)&&(B=tO(B,a)),$=es($,B,!1,!0))}return n.dirs&&($=es($,null,!1,!0),$.dirs=$.dirs?$.dirs.concat(n.dirs):n.dirs),n.transition&&Jd($,n.transition),S=$,cu(F),S}const eO=e=>{let t;for(const n in e)(n==="class"||n==="style"||Tu(n))&&((t||(t={}))[n]=e[n]);return t},tO=(e,t)=>{const n={};for(const o in e)(!$d(o)||!(o.slice(9)in t))&&(n[o]=e[o]);return n};function nO(e,t,n){const{props:o,children:s,component:a}=e,{props:l,children:c,patchFlag:d}=t,m=a.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&d>=0){if(d&1024)return!0;if(d&16)return o?bg(o,l,m):!!l;if(d&8){const p=t.dynamicProps;for(let E=0;E<p.length;E++){const C=p[E];if(l[C]!==o[C]&&!Nu(m,C))return!0}}}else return(s||c)&&(!c||!c.$stable)?!0:o===l?!1:o?l?bg(o,l,m):!0:!!l;return!1}function bg(e,t,n){const o=Object.keys(t);if(o.length!==Object.keys(e).length)return!0;for(let s=0;s<o.length;s++){const a=o[s];if(t[a]!==e[a]&&!Nu(n,a))return!0}return!1}function rO({vnode:e,parent:t},n){for(;t;){const o=t.subTree;if(o.suspense&&o.suspense.activeBranch===e&&(o.el=e.el),o===e)(e=t.vnode).el=n,t=t.parent;else break}}const Yv=e=>e.__isSuspense;function oO(e,t){t&&t.pendingBranch?xe(e)?t.effects.push(...e):t.effects.push(e):dL(e)}const ot=Symbol.for("v-fgt"),Sa=Symbol.for("v-txt"),Oo=Symbol.for("v-cmt"),Jl=Symbol.for("v-stc"),sa=[];let Fn=null;function ie(e=!1){sa.push(Fn=e?null:[])}function iO(){sa.pop(),Fn=sa[sa.length-1]||null}let ha=1;function Cg(e){ha+=e,e<0&&Fn&&(Fn.hasOnce=!0)}function Kv(e){return e.dynamicChildren=ha>0?Fn||Ki:null,iO(),ha>0&&Fn&&Fn.push(e),e}function Ce(e,t,n,o,s,a){return Kv(Z(e,t,n,o,s,a,!0))}function mt(e,t,n,o,s){return Kv(Ke(e,t,n,o,s,!0))}function ma(e){return e?e.__v_isVNode===!0:!1}function Gs(e,t){return e.type===t.type&&e.key===t.key}const zv=({key:e})=>e??null,Zl=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?Lt(e)||Mt(e)||Ie(e)?{i:Kt,r:e,k:t,f:!!n}:e:null);function Z(e,t=null,n=null,o=0,s=null,a=e===ot?0:1,l=!1,c=!1){const d={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&zv(t),ref:t&&Zl(t),scopeId:Tv,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:o,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:Kt};return c?(sh(d,n),a&128&&e.normalize(d)):n&&(d.shapeFlag|=Lt(n)?8:16),ha>0&&!l&&Fn&&(d.patchFlag>0||a&6)&&d.patchFlag!==32&&Fn.push(d),d}const Ke=sO;function sO(e,t=null,n=null,o=0,s=null,a=!1){if((!e||e===Ov)&&(e=Oo),ma(e)){const c=es(e,t,!0);return n&&sh(c,n),ha>0&&!a&&Fn&&(c.shapeFlag&6?Fn[Fn.indexOf(e)]=c:Fn.push(c)),c.patchFlag=-2,c}if(gO(e)&&(e=e.__vccOpts),t){t=aO(t);let{class:c,style:d}=t;c&&!Lt(c)&&(t.class=gr(c)),bt(d)&&(qd(d)&&!xe(d)&&(d=qt({},d)),t.style=Se(d))}const l=Lt(e)?1:Yv(e)?128:hL(e)?64:bt(e)?4:Ie(e)?2:0;return Z(e,t,n,o,s,l,a,!0)}function aO(e){return e?qd(e)||Bv(e)?qt({},e):e:null}function es(e,t,n=!1,o=!1){const{props:s,ref:a,patchFlag:l,children:c,transition:d}=e,m=t?ah(s||{},t):s,p={__v_isVNode:!0,__v_skip:!0,type:e.type,props:m,key:m&&zv(m),ref:t&&t.ref?n&&a?xe(a)?a.concat(Zl(t)):[a,Zl(t)]:Zl(t):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:c,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==ot?l===-1?16:l|16:l,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:d,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&es(e.ssContent),ssFallback:e.ssFallback&&es(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return d&&o&&Jd(p,d.clone(p)),p}function ih(e=" ",t=0){return Ke(Sa,null,e,t)}function vn(e="",t=!1){return t?(ie(),mt(Oo,null,e)):Ke(Oo,null,e)}function Or(e){return e==null||typeof e=="boolean"?Ke(Oo):xe(e)?Ke(ot,null,e.slice()):ma(e)?Ao(e):Ke(Sa,null,String(e))}function Ao(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:es(e)}function sh(e,t){let n=0;const{shapeFlag:o}=e;if(t==null)t=null;else if(xe(t))n=16;else if(typeof t=="object")if(o&65){const s=t.default;s&&(s._c&&(s._d=!1),sh(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!Bv(t)?t._ctx=Kt:s===3&&Kt&&(Kt.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else Ie(t)?(t={default:t,_ctx:Kt},n=32):(t=String(t),o&64?(n=16,t=[ih(t)]):n=8);e.children=t,e.shapeFlag|=n}function ah(...e){const t={};for(let n=0;n<e.length;n++){const o=e[n];for(const s in o)if(s==="class")t.class!==o.class&&(t.class=gr([t.class,o.class]));else if(s==="style")t.style=Se([t.style,o.style]);else if(Tu(s)){const a=t[s],l=o[s];l&&a!==l&&!(xe(a)&&a.includes(l))&&(t[s]=a?[].concat(a,l):l)}else s!==""&&(t[s]=o[s])}return t}function Ar(e,t,n,o=null){Br(e,t,7,[n,o])}const lO=Dv();let uO=0;function cO(e,t,n){const o=e.type,s=(t?t.appContext:e.appContext)||lO,a={uid:uO++,vnode:e,type:o,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new JE(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:Fv(o,s),emitsOptions:jv(o,s),emit:null,emitted:null,propsDefaults:ht,inheritAttrs:o.inheritAttrs,ctx:ht,data:ht,props:ht,attrs:ht,slots:ht,refs:ht,setupState:ht,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return a.ctx={_:a},a.root=t?t.root:a,a.emit=QL.bind(null,a),e.ce&&e.ce(a),a}let en=null;const fi=()=>en||Kt;let du,fd;{const e=xu(),t=(n,o)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(o),a=>{s.length>1?s.forEach(l=>l(a)):s[0](a)}};du=t("__VUE_INSTANCE_SETTERS__",n=>en=n),fd=t("__VUE_SSR_SETTERS__",n=>pa=n)}const Aa=e=>{const t=en;return du(e),e.scope.on(),()=>{e.scope.off(),du(t)}},Tg=()=>{en&&en.scope.off(),du(null)};function qv(e){return e.vnode.shapeFlag&4}let pa=!1;function fO(e,t=!1,n=!1){t&&fd(t);const{props:o,children:s}=e.vnode,a=qv(e);FL(e,o,a,t),UL(e,s,n);const l=a?dO(e,t):void 0;return t&&fd(!1),l}function dO(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,IL);const{setup:o}=n;if(o){Mo();const s=e.setupContext=o.length>1?mO(e):null,a=Aa(e),l=wa(o,e,0,[e.props,s]),c=GE(l);if(Bo(),a(),(c||e.sp)&&!Ji(e)&&Av(e),c){if(l.then(Tg,Tg),t)return l.then(d=>{wg(e,d,t)}).catch(d=>{Ou(d,e,0)});e.asyncDep=l}else wg(e,l,t)}else Xv(e,t)}function wg(e,t,n){Ie(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:bt(t)&&(e.setupState=pv(t)),Xv(e,n)}let Sg;function Xv(e,t,n){const o=e.type;if(!e.render){if(!t&&Sg&&!o.render){const s=o.template||th(e).template;if(s){const{isCustomElement:a,compilerOptions:l}=e.appContext.config,{delimiters:c,compilerOptions:d}=o,m=qt(qt({isCustomElement:a,delimiters:c},l),d);o.render=Sg(s,m)}}e.render=o.render||Er}{const s=Aa(e);Mo();try{RL(e)}finally{Bo(),s()}}}const hO={get(e,t){return cn(e,"get",""),e[t]}};function mO(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,hO),slots:e.slots,emit:e.emit,expose:t}}function Mu(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(pv(eL(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in ia)return ia[n](e)},has(t,n){return n in t||n in ia}})):e.proxy}function pO(e,t=!0){return Ie(e)?e.displayName||e.name:e.name||t&&e.__name}function gO(e){return Ie(e)&&"__vccOpts"in e}const Re=(e,t)=>aL(e,t,pa);function Bu(e,t,n){const o=arguments.length;return o===2?bt(t)&&!xe(t)?ma(t)?Ke(e,null,[t]):Ke(e,t):Ke(e,null,t):(o>3?n=Array.prototype.slice.call(arguments,2):o===3&&ma(n)&&(n=[n]),Ke(e,t,n))}const _O="3.5.12";/**
|
|
13
|
+
**/function ba(e,t,n,r){try{return r?e(...r):e()}catch(s){xu(s,t,n)}}function Oo(e,t,n,r){if(xe(e)){const s=ba(e,t,n,r);return s&&G0(s)&&s.catch(a=>{xu(a,t,n)}),s}if(De(e)){const s=[];for(let a=0;a<e.length;a++)s.push(Oo(e[a],t,n,r));return s}}function xu(e,t,n,r=!0){const s=t?t.vnode:null,{errorHandler:a,throwUnhandledErrorInProduction:l}=t&&t.appContext.config||ht;if(t){let c=t.parent;const d=t.proxy,f=`https://vuejs.org/error-reference/#runtime-${n}`;for(;c;){const p=c.ec;if(p){for(let _=0;_<p.length;_++)if(p[_](e,d,f)===!1)return}c=c.parent}if(a){Pr(),ba(a,null,10,[e,d,f]),Vr();return}}mB(e,n,s,r,l)}function mB(e,t,n,r=!0,s=!1){if(s)throw e;console.error(e)}const Fn=[];let Bo=-1;const Xi=[];let Sr=null,Wi=0;const F_=Promise.resolve();let uu=null;function T_(e){const t=uu||F_;return e?t.then(this?e.bind(this):e):t}function fB(e){let t=Bo+1,n=Fn.length;for(;t<n;){const r=t+n>>>1,s=Fn[r],a=ma(s);a<e||a===e&&s.flags&2?t=r+1:n=r}return t}function Jm(e){if(!(e.flags&1)){const t=ma(e),n=Fn[Fn.length-1];!n||!(e.flags&2)&&t>=ma(n)?Fn.push(e):Fn.splice(fB(t),0,e),e.flags|=1,E_()}}function E_(){uu||(uu=F_.then(b_))}function hB(e){De(e)?Xi.push(...e):Sr&&e.id===-1?Sr.splice(Wi+1,0,e):e.flags&1||(Xi.push(e),e.flags|=1),E_()}function mg(e,t,n=Bo+1){for(;n<Fn.length;n++){const r=Fn[n];if(r&&r.flags&2){if(e&&r.id!==e.uid)continue;Fn.splice(n,1),n--,r.flags&4&&(r.flags&=-2),r(),r.flags&4||(r.flags&=-2)}}}function v_(e){if(Xi.length){const t=[...new Set(Xi)].sort((n,r)=>ma(n)-ma(r));if(Xi.length=0,Sr){Sr.push(...t);return}for(Sr=t,Wi=0;Wi<Sr.length;Wi++){const n=Sr[Wi];n.flags&4&&(n.flags&=-2),n.flags&8||n(),n.flags&=-2}Sr=null,Wi=0}}const ma=e=>e.id==null?e.flags&2?-1:1/0:e.id;function b_(e){const t=yo;try{for(Bo=0;Bo<Fn.length;Bo++){const n=Fn[Bo];n&&!(n.flags&8)&&(n.flags&4&&(n.flags&=-2),ba(n,n.i,n.i?15:14),n.flags&4||(n.flags&=-2))}}finally{for(;Bo<Fn.length;Bo++){const n=Fn[Bo];n&&(n.flags&=-2)}Bo=-1,Fn.length=0,v_(),uu=null,(Fn.length||Xi.length)&&b_()}}let Yt=null,S_=null;function cu(e){const t=Yt;return Yt=e,S_=e&&e.type.__scopeId||null,t}function oa(e,t=Yt,n){if(!t||e._n)return e;const r=(...s)=>{r._d&&bg(-1);const a=cu(t);let l;try{l=e(...s)}finally{cu(a),r._d&&bg(1)}return l};return r._n=!0,r._c=!0,r._d=!0,r}function ir(e,t){if(Yt===null)return e;const n=Vu(Yt),r=e.dirs||(e.dirs=[]);for(let s=0;s<t.length;s++){let[a,l,c,d=ht]=t[s];a&&(xe(a)&&(a={mounted:a,updated:a}),a.deep&&er(l),r.push({dir:a,instance:n,value:l,oldValue:void 0,arg:c,modifiers:d}))}return e}function Qr(e,t,n,r){const s=e.dirs,a=t&&t.dirs;for(let l=0;l<s.length;l++){const c=s[l];a&&(c.oldValue=a[l].value);let d=c.dir[r];d&&(Pr(),Oo(d,n,8,[e.el,c,e,t]),Vr())}}const R_=Symbol("_vte"),pB=e=>e.__isTeleport,ra=e=>e&&(e.disabled||e.disabled===""),gB=e=>e&&(e.defer||e.defer===""),fg=e=>typeof SVGElement<"u"&&e instanceof SVGElement,hg=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,im=(e,t)=>{const n=e&&e.to;return Lt(n)?t?t(n):null:n},CB={name:"Teleport",__isTeleport:!0,process(e,t,n,r,s,a,l,c,d,f){const{mc:p,pc:_,pbc:E,o:{insert:b,querySelector:N,createText:D,createComment:k}}=f,S=ra(t.props);let{shapeFlag:V,children:M,dynamicChildren:R}=t;if(e==null){const H=t.el=D(""),z=t.anchor=D("");b(H,n,r),b(z,n,r);const $=(ce,me)=>{V&16&&(s&&s.isCE&&(s.ce._teleportTarget=ce),p(M,ce,me,s,a,l,c,d))},le=()=>{const ce=t.target=im(t.props,N),me=D_(ce,t,D,b);ce&&(l!=="svg"&&fg(ce)?l="svg":l!=="mathml"&&hg(ce)&&(l="mathml"),S||($(ce,me),Xl(t,!1)))};S&&($(n,z),Xl(t,!0)),gB(t.props)?xn(le,a):le()}else{t.el=e.el,t.targetStart=e.targetStart;const H=t.anchor=e.anchor,z=t.target=e.target,$=t.targetAnchor=e.targetAnchor,le=ra(e.props),ce=le?n:z,me=le?H:$;if(l==="svg"||fg(z)?l="svg":(l==="mathml"||hg(z))&&(l="mathml"),R?(E(e.dynamicChildren,R,ce,s,a,l,c),sf(e,t,!0)):d||_(e,t,ce,me,s,a,l,c,!1),S)le?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):Nl(t,n,H,f,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const Ae=t.target=im(t.props,N);Ae&&Nl(t,Ae,null,f,0)}else le&&Nl(t,z,$,f,1);Xl(t,S)}},remove(e,t,n,{um:r,o:{remove:s}},a){const{shapeFlag:l,children:c,anchor:d,targetStart:f,targetAnchor:p,target:_,props:E}=e;if(_&&(s(f),s(p)),a&&s(d),l&16){const b=a||!ra(E);for(let N=0;N<c.length;N++){const D=c[N];r(D,t,n,b,!!D.dynamicChildren)}}},move:Nl,hydrate:_B};function Nl(e,t,n,{o:{insert:r},m:s},a=2){a===0&&r(e.targetAnchor,t,n);const{el:l,anchor:c,shapeFlag:d,children:f,props:p}=e,_=a===2;if(_&&r(l,t,n),(!_||ra(p))&&d&16)for(let E=0;E<f.length;E++)s(f[E],t,n,2);_&&r(c,t,n)}function _B(e,t,n,r,s,a,{o:{nextSibling:l,parentNode:c,querySelector:d,insert:f,createText:p}},_){const E=t.target=im(t.props,d);if(E){const b=ra(t.props),N=E._lpa||E.firstChild;if(t.shapeFlag&16)if(b)t.anchor=_(l(e),t,c(e),n,r,s,a),t.targetStart=N,t.targetAnchor=N&&l(N);else{t.anchor=l(e);let D=N;for(;D;){if(D&&D.nodeType===8){if(D.data==="teleport start anchor")t.targetStart=D;else if(D.data==="teleport anchor"){t.targetAnchor=D,E._lpa=t.targetAnchor&&l(t.targetAnchor);break}}D=l(D)}t.targetAnchor||D_(E,t,p,f),_(N&&l(N),t,E,n,r,s,a)}Xl(t,b)}return t.anchor&&l(t.anchor)}const yB=CB;function Xl(e,t){const n=e.ctx;if(n&&n.ut){let r,s;for(t?(r=e.el,s=e.anchor):(r=e.targetStart,s=e.targetAnchor);r&&r!==s;)r.nodeType===1&&r.setAttribute("data-v-owner",n.uid),r=r.nextSibling;n.ut()}}function D_(e,t,n,r){const s=t.targetStart=n(""),a=t.targetAnchor=n("");return s[R_]=a,e&&(r(s,e),r(a,e)),a}function Zm(e,t){e.shapeFlag&6&&e.component?(e.transition=t,Zm(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}/*! #__NO_SIDE_EFFECTS__ */function lt(e,t){return xe(e)?(()=>qt({name:e.name},t,{setup:e}))():e}function L_(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}function sm(e,t,n,r,s=!1){if(De(e)){e.forEach((N,D)=>sm(N,t&&(De(t)?t[D]:t),n,r,s));return}if(Ji(r)&&!s)return;const a=r.shapeFlag&4?Vu(r.component):r.el,l=s?null:a,{i:c,r:d}=e,f=t&&t.r,p=c.refs===ht?c.refs={}:c.refs,_=c.setupState,E=Xe(_),b=_===ht?()=>!1:N=>et(E,N);if(f!=null&&f!==d&&(Lt(f)?(p[f]=null,b(f)&&(_[f]=null)):Pt(f)&&(f.value=null)),xe(d))ba(d,c,12,[l,p]);else{const N=Lt(d),D=Pt(d);if(N||D){const k=()=>{if(e.f){const S=N?b(d)?_[d]:p[d]:d.value;s?De(S)&&Hm(S,a):De(S)?S.includes(a)||S.push(a):N?(p[d]=[a],b(d)&&(_[d]=p[d])):(d.value=[a],e.k&&(p[e.k]=d.value))}else N?(p[d]=l,b(d)&&(_[d]=l)):D&&(d.value=l,e.k&&(p[e.k]=l))};l?(k.id=-1,xn(k,n)):k()}}}Lu().requestIdleCallback;Lu().cancelIdleCallback;const Ji=e=>!!e.type.__asyncLoader,B_=e=>e.type.__isKeepAlive;function FB(e,t){x_(e,"a",t)}function TB(e,t){x_(e,"da",t)}function x_(e,t,n=tn){const r=e.__wdc||(e.__wdc=()=>{let s=n;for(;s;){if(s.isDeactivated)return;s=s.parent}return e()});if(wu(t,r,n),n){let s=n.parent;for(;s&&s.parent;)B_(s.parent.vnode)&&EB(r,t,n,s),s=s.parent}}function EB(e,t,n,r){const s=wu(t,e,r,!0);Au(()=>{Hm(r[t],s)},n)}function wu(e,t,n=tn,r=!1){if(n){const s=n[e]||(n[e]=[]),a=t.__weh||(t.__weh=(...l)=>{Pr();const c=Ra(n),d=Oo(t,n,e,l);return c(),Vr(),d});return r?s.unshift(a):s.push(a),a}}const cr=e=>(t,n=tn)=>{(!pa||e==="sp")&&wu(e,(...r)=>t(...r),n)},Qm=cr("bm"),ef=cr("m"),vB=cr("bu"),bB=cr("u"),SB=cr("bum"),Au=cr("um"),RB=cr("sp"),DB=cr("rtg"),LB=cr("rtc");function BB(e,t=tn){wu("ec",e,t)}const tf="components";function xB(e,t){return A_(tf,e,!0,t)||e}const w_=Symbol.for("v-ndc");function pg(e){return Lt(e)?A_(tf,e,!1)||e:e||w_}function A_(e,t,n=!0,r=!1){const s=Yt||tn;if(s){const a=s.type;if(e===tf){const c=gx(a,!1);if(c&&(c===t||c===ro(t)||c===Du(ro(t))))return a}const l=gg(s[e]||a[e],t)||gg(s.appContext[e],t);return!l&&r?a:l}}function gg(e,t){return e&&(e[t]||e[ro(t)]||e[Du(ro(t))])}function An(e,t,n,r){let s;const a=n&&n[r],l=De(e);if(l||Lt(e)){const c=l&&qi(e);let d=!1;c&&(d=!no(e),e=Bu(e)),s=new Array(e.length);for(let f=0,p=e.length;f<p;f++)s[f]=t(d?fn(e[f]):e[f],f,void 0,a&&a[f])}else if(typeof e=="number"){s=new Array(e);for(let c=0;c<e;c++)s[c]=t(c+1,c,void 0,a&&a[c])}else if(Tt(e))if(e[Symbol.iterator])s=Array.from(e,(c,d)=>t(c,d,void 0,a&&a[d]));else{const c=Object.keys(e);s=new Array(c.length);for(let d=0,f=c.length;d<f;d++){const p=c[d];s[d]=t(e[p],p,d,a&&a[d])}}else s=[];return n&&(n[r]=s),s}function am(e,t,n={},r,s){if(Yt.ce||Yt.parent&&Ji(Yt.parent)&&Yt.parent.ce)return t!=="default"&&(n.name=t),re(),at(tt,null,[Ge("slot",n,r&&r())],64);let a=e[t];a&&a._c&&(a._d=!1),re();const l=a&&I_(a(n)),c=n.key||l&&l.key,d=at(tt,{key:(c&&!ur(c)?c:`_${t}`)+(!l&&r?"_fb":"")},l||(r?r():[]),l&&e._===1?64:-2);return!s&&d.scopeId&&(d.slotScopeIds=[d.scopeId+"-s"]),a&&a._c&&(a._d=!0),d}function I_(e){return e.some(t=>ha(t)?!(t.type===Br||t.type===tt&&!I_(t.children)):!0)?e:null}const lm=e=>e?J_(e)?Vu(e):lm(e.parent):null,ia=qt(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=>lm(e.parent),$root:e=>lm(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>nf(e),$forceUpdate:e=>e.f||(e.f=()=>{Jm(e.update)}),$nextTick:e=>e.n||(e.n=T_.bind(e.proxy)),$watch:e=>ZB.bind(e)}),vd=(e,t)=>e!==ht&&!e.__isScriptSetup&&et(e,t),wB={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:s,props:a,accessCache:l,type:c,appContext:d}=e;let f;if(t[0]!=="$"){const b=l[t];if(b!==void 0)switch(b){case 1:return r[t];case 2:return s[t];case 4:return n[t];case 3:return a[t]}else{if(vd(r,t))return l[t]=1,r[t];if(s!==ht&&et(s,t))return l[t]=2,s[t];if((f=e.propsOptions[0])&&et(f,t))return l[t]=3,a[t];if(n!==ht&&et(n,t))return l[t]=4,n[t];um&&(l[t]=0)}}const p=ia[t];let _,E;if(p)return t==="$attrs"&&mn(e.attrs,"get",""),p(e);if((_=c.__cssModules)&&(_=_[t]))return _;if(n!==ht&&et(n,t))return l[t]=4,n[t];if(E=d.config.globalProperties,et(E,t))return E[t]},set({_:e},t,n){const{data:r,setupState:s,ctx:a}=e;return vd(s,t)?(s[t]=n,!0):r!==ht&&et(r,t)?(r[t]=n,!0):et(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(a[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:s,propsOptions:a}},l){let c;return!!n[l]||e!==ht&&et(e,l)||vd(t,l)||(c=a[0])&&et(c,l)||et(r,l)||et(ia,l)||et(s.config.globalProperties,l)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:et(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function Cg(e){return De(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let um=!0;function AB(e){const t=nf(e),n=e.proxy,r=e.ctx;um=!1,t.beforeCreate&&_g(t.beforeCreate,e,"bc");const{data:s,computed:a,methods:l,watch:c,provide:d,inject:f,created:p,beforeMount:_,mounted:E,beforeUpdate:b,updated:N,activated:D,deactivated:k,beforeDestroy:S,beforeUnmount:V,destroyed:M,unmounted:R,render:H,renderTracked:z,renderTriggered:$,errorCaptured:le,serverPrefetch:ce,expose:me,inheritAttrs:Ae,components:Oe,directives:We,filters:vt}=t;if(f&&IB(f,r,null),l)for(const ge in l){const ve=l[ge];xe(ve)&&(r[ge]=ve.bind(n))}if(s){const ge=s.call(n,n);Tt(ge)&&(e.data=sn(ge))}if(um=!0,a)for(const ge in a){const ve=a[ge],qe=xe(ve)?ve.bind(n,n):xe(ve.get)?ve.get.bind(n,n):yo,ke=!xe(ve)&&xe(ve.set)?ve.set.bind(n):yo,Je=we({get:qe,set:ke});Object.defineProperty(r,ge,{enumerable:!0,configurable:!0,get:()=>Je.value,set:Ie=>Je.value=Ie})}if(c)for(const ge in c)N_(c[ge],r,n,ge);if(d){const ge=xe(d)?d.call(n):d;Reflect.ownKeys(ge).forEach(ve=>{of(ve,ge[ve])})}p&&_g(p,e,"c");function Le(ge,ve){De(ve)?ve.forEach(qe=>ge(qe.bind(n))):ve&&ge(ve.bind(n))}if(Le(Qm,_),Le(ef,E),Le(vB,b),Le(bB,N),Le(FB,D),Le(TB,k),Le(BB,le),Le(LB,z),Le(DB,$),Le(SB,V),Le(Au,R),Le(RB,ce),De(me))if(me.length){const ge=e.exposed||(e.exposed={});me.forEach(ve=>{Object.defineProperty(ge,ve,{get:()=>n[ve],set:qe=>n[ve]=qe})})}else e.exposed||(e.exposed={});H&&e.render===yo&&(e.render=H),Ae!=null&&(e.inheritAttrs=Ae),Oe&&(e.components=Oe),We&&(e.directives=We),ce&&L_(e)}function IB(e,t,n=yo){De(e)&&(e=cm(e));for(const r in e){const s=e[r];let a;Tt(s)?"default"in s?a=Lr(s.from||r,s.default,!0):a=Lr(s.from||r):a=Lr(s),Pt(a)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>a.value,set:l=>a.value=l}):t[r]=a}}function _g(e,t,n){Oo(De(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function N_(e,t,n,r){let s=r.includes(".")?G_(n,r):()=>n[r];if(Lt(e)){const a=t[e];xe(a)&&on(s,a)}else if(xe(e))on(s,e.bind(n));else if(Tt(e))if(De(e))e.forEach(a=>N_(a,t,n,r));else{const a=xe(e.handler)?e.handler.bind(n):t[e.handler];xe(a)&&on(s,a,e)}}function nf(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:s,optionsCache:a,config:{optionMergeStrategies:l}}=e.appContext,c=a.get(t);let d;return c?d=c:!s.length&&!n&&!r?d=t:(d={},s.length&&s.forEach(f=>du(d,f,l,!0)),du(d,t,l)),Tt(t)&&a.set(t,d),d}function du(e,t,n,r=!1){const{mixins:s,extends:a}=t;a&&du(e,a,n,!0),s&&s.forEach(l=>du(e,l,n,!0));for(const l in t)if(!(r&&l==="expose")){const c=NB[l]||n&&n[l];e[l]=c?c(e[l],t[l]):t[l]}return e}const NB={data:yg,props:Fg,emits:Fg,methods:Qs,computed:Qs,beforeCreate:Cn,created:Cn,beforeMount:Cn,mounted:Cn,beforeUpdate:Cn,updated:Cn,beforeDestroy:Cn,beforeUnmount:Cn,destroyed:Cn,unmounted:Cn,activated:Cn,deactivated:Cn,errorCaptured:Cn,serverPrefetch:Cn,components:Qs,directives:Qs,watch:VB,provide:yg,inject:PB};function yg(e,t){return t?e?function(){return qt(xe(e)?e.call(this,this):e,xe(t)?t.call(this,this):t)}:t:e}function PB(e,t){return Qs(cm(e),cm(t))}function cm(e){if(De(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Cn(e,t){return e?[...new Set([].concat(e,t))]:t}function Qs(e,t){return e?qt(Object.create(null),e,t):t}function Fg(e,t){return e?De(e)&&De(t)?[...new Set([...e,...t])]:qt(Object.create(null),Cg(e),Cg(t??{})):t}function VB(e,t){if(!e)return t;if(!t)return e;const n=qt(Object.create(null),e);for(const r in t)n[r]=Cn(e[r],t[r]);return n}function P_(){return{app:null,config:{isNativeTag:EL,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let OB=0;function kB(e,t){return function(r,s=null){xe(r)||(r=qt({},r)),s!=null&&!Tt(s)&&(s=null);const a=P_(),l=new WeakSet,c=[];let d=!1;const f=a.app={_uid:OB++,_component:r,_props:s,_container:null,_context:a,_instance:null,version:_x,get config(){return a.config},set config(p){},use(p,..._){return l.has(p)||(p&&xe(p.install)?(l.add(p),p.install(f,..._)):xe(p)&&(l.add(p),p(f,..._))),f},mixin(p){return a.mixins.includes(p)||a.mixins.push(p),f},component(p,_){return _?(a.components[p]=_,f):a.components[p]},directive(p,_){return _?(a.directives[p]=_,f):a.directives[p]},mount(p,_,E){if(!d){const b=f._ceVNode||Ge(r,s);return b.appContext=a,E===!0?E="svg":E===!1&&(E=void 0),_&&t?t(b,p):e(b,p,E),d=!0,f._container=p,p.__vue_app__=f,Vu(b.component)}},onUnmount(p){c.push(p)},unmount(){d&&(Oo(c,f._instance,16),e(null,f._container),delete f._container.__vue_app__)},provide(p,_){return a.provides[p]=_,f},runWithContext(p){const _=Zi;Zi=f;try{return p()}finally{Zi=_}}};return f}}let Zi=null;function of(e,t){if(tn){let n=tn.provides;const r=tn.parent&&tn.parent.provides;r===n&&(n=tn.provides=Object.create(r)),n[e]=t}}function Lr(e,t,n=!1){const r=tn||Yt;if(r||Zi){const s=Zi?Zi._context.provides:r?r.parent==null?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:void 0;if(s&&e in s)return s[e];if(arguments.length>1)return n&&xe(t)?t.call(r&&r.proxy):t}}const V_={},O_=()=>Object.create(V_),k_=e=>Object.getPrototypeOf(e)===V_;function MB(e,t,n,r=!1){const s={},a=O_();e.propsDefaults=Object.create(null),M_(e,t,s,a);for(const l in e.propsOptions[0])l in s||(s[l]=void 0);n?e.props=r?s:tB(s):e.type.props?e.props=s:e.props=a,e.attrs=a}function WB(e,t,n,r){const{props:s,attrs:a,vnode:{patchFlag:l}}=e,c=Xe(s),[d]=e.propsOptions;let f=!1;if((r||l>0)&&!(l&16)){if(l&8){const p=e.vnode.dynamicProps;for(let _=0;_<p.length;_++){let E=p[_];if(Pu(e.emitsOptions,E))continue;const b=t[E];if(d)if(et(a,E))b!==a[E]&&(a[E]=b,f=!0);else{const N=ro(E);s[N]=dm(d,c,N,b,e,!1)}else b!==a[E]&&(a[E]=b,f=!0)}}}else{M_(e,t,s,a)&&(f=!0);let p;for(const _ in c)(!t||!et(t,_)&&((p=pi(_))===_||!et(t,p)))&&(d?n&&(n[_]!==void 0||n[p]!==void 0)&&(s[_]=dm(d,c,_,void 0,e,!0)):delete s[_]);if(a!==c)for(const _ in a)(!t||!et(t,_))&&(delete a[_],f=!0)}f&&Qo(e.attrs,"set","")}function M_(e,t,n,r){const[s,a]=e.propsOptions;let l=!1,c;if(t)for(let d in t){if(ea(d))continue;const f=t[d];let p;s&&et(s,p=ro(d))?!a||!a.includes(p)?n[p]=f:(c||(c={}))[p]=f:Pu(e.emitsOptions,d)||(!(d in r)||f!==r[d])&&(r[d]=f,l=!0)}if(a){const d=Xe(n),f=c||ht;for(let p=0;p<a.length;p++){const _=a[p];n[_]=dm(s,d,_,f[_],e,!et(f,_))}}return l}function dm(e,t,n,r,s,a){const l=e[n];if(l!=null){const c=et(l,"default");if(c&&r===void 0){const d=l.default;if(l.type!==Function&&!l.skipFactory&&xe(d)){const{propsDefaults:f}=s;if(n in f)r=f[n];else{const p=Ra(s);r=f[n]=d.call(null,t),p()}}else r=d;s.ce&&s.ce._setProp(n,r)}l[0]&&(a&&!c?r=!1:l[1]&&(r===""||r===pi(n))&&(r=!0))}return r}const HB=new WeakMap;function W_(e,t,n=!1){const r=n?HB:t.propsCache,s=r.get(e);if(s)return s;const a=e.props,l={},c=[];let d=!1;if(!xe(e)){const p=_=>{d=!0;const[E,b]=W_(_,t,!0);qt(l,E),b&&c.push(...b)};!n&&t.mixins.length&&t.mixins.forEach(p),e.extends&&p(e.extends),e.mixins&&e.mixins.forEach(p)}if(!a&&!d)return Tt(e)&&r.set(e,Yi),Yi;if(De(a))for(let p=0;p<a.length;p++){const _=ro(a[p]);Tg(_)&&(l[_]=ht)}else if(a)for(const p in a){const _=ro(p);if(Tg(_)){const E=a[p],b=l[_]=De(E)||xe(E)?{type:E}:qt({},E),N=b.type;let D=!1,k=!0;if(De(N))for(let S=0;S<N.length;++S){const V=N[S],M=xe(V)&&V.name;if(M==="Boolean"){D=!0;break}else M==="String"&&(k=!1)}else D=xe(N)&&N.name==="Boolean";b[0]=D,b[1]=k,(D||et(b,"default"))&&c.push(_)}}const f=[l,c];return Tt(e)&&r.set(e,f),f}function Tg(e){return e[0]!=="$"&&!ea(e)}const H_=e=>e[0]==="_"||e==="$stable",rf=e=>De(e)?e.map(xo):[xo(e)],$B=(e,t,n)=>{if(t._n)return t;const r=oa((...s)=>rf(t(...s)),n);return r._c=!1,r},$_=(e,t,n)=>{const r=e._ctx;for(const s in e){if(H_(s))continue;const a=e[s];if(xe(a))t[s]=$B(s,a,r);else if(a!=null){const l=rf(a);t[s]=()=>l}}},U_=(e,t)=>{const n=rf(t);e.slots.default=()=>n},z_=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},UB=(e,t,n)=>{const r=e.slots=O_();if(e.vnode.shapeFlag&32){const s=t._;s?(z_(r,t,n),n&&q0(r,"_",s,!0)):$_(t,r)}else t&&U_(e,t)},zB=(e,t,n)=>{const{vnode:r,slots:s}=e;let a=!0,l=ht;if(r.shapeFlag&32){const c=t._;c?n&&c===1?a=!1:z_(s,t,n):(a=!t.$stable,$_(t,s)),l=t}else t&&(U_(e,t),l={default:1});if(a)for(const c in s)!H_(c)&&l[c]==null&&delete s[c]},xn=ix;function jB(e){return GB(e)}function GB(e,t){const n=Lu();n.__VUE__=!0;const{insert:r,remove:s,patchProp:a,createElement:l,createText:c,createComment:d,setText:f,setElementText:p,parentNode:_,nextSibling:E,setScopeId:b=yo,insertStaticContent:N}=e,D=(g,h,T,I=null,P=null,U=null,ee=void 0,q=null,Z=!!h.dynamicChildren)=>{if(g===h)return;g&&!zs(g,h)&&(I=Ot(g),Ie(g,P,U,!0),g=null),h.patchFlag===-2&&(Z=!1,h.dynamicChildren=null);const{type:K,ref:ne,shapeFlag:B}=h;switch(K){case Sa:k(g,h,T,I);break;case Br:S(g,h,T,I);break;case Jl:g==null&&V(h,T,I,ee);break;case tt:Oe(g,h,T,I,P,U,ee,q,Z);break;default:B&1?H(g,h,T,I,P,U,ee,q,Z):B&6?We(g,h,T,I,P,U,ee,q,Z):(B&64||B&128)&&K.process(g,h,T,I,P,U,ee,q,Z,Rt)}ne!=null&&P&&sm(ne,g&&g.ref,U,h||g,!h)},k=(g,h,T,I)=>{if(g==null)r(h.el=c(h.children),T,I);else{const P=h.el=g.el;h.children!==g.children&&f(P,h.children)}},S=(g,h,T,I)=>{g==null?r(h.el=d(h.children||""),T,I):h.el=g.el},V=(g,h,T,I)=>{[g.el,g.anchor]=N(g.children,h,T,I,g.el,g.anchor)},M=({el:g,anchor:h},T,I)=>{let P;for(;g&&g!==h;)P=E(g),r(g,T,I),g=P;r(h,T,I)},R=({el:g,anchor:h})=>{let T;for(;g&&g!==h;)T=E(g),s(g),g=T;s(h)},H=(g,h,T,I,P,U,ee,q,Z)=>{h.type==="svg"?ee="svg":h.type==="math"&&(ee="mathml"),g==null?z(h,T,I,P,U,ee,q,Z):ce(g,h,P,U,ee,q,Z)},z=(g,h,T,I,P,U,ee,q)=>{let Z,K;const{props:ne,shapeFlag:B,transition:O,dirs:oe}=g;if(Z=g.el=l(g.type,U,ne&&ne.is,ne),B&8?p(Z,g.children):B&16&&le(g.children,Z,null,I,P,bd(g,U),ee,q),oe&&Qr(g,null,I,"created"),$(Z,g,g.scopeId,ee,I),ne){for(const be in ne)be!=="value"&&!ea(be)&&a(Z,be,null,ne[be],U,I);"value"in ne&&a(Z,"value",null,ne.value,U),(K=ne.onVnodeBeforeMount)&&Do(K,I,g)}oe&&Qr(g,null,I,"beforeMount");const ue=YB(P,O);ue&&O.beforeEnter(Z),r(Z,h,T),((K=ne&&ne.onVnodeMounted)||ue||oe)&&xn(()=>{K&&Do(K,I,g),ue&&O.enter(Z),oe&&Qr(g,null,I,"mounted")},P)},$=(g,h,T,I,P)=>{if(T&&b(g,T),I)for(let U=0;U<I.length;U++)b(g,I[U]);if(P){let U=P.subTree;if(h===U||K_(U.type)&&(U.ssContent===h||U.ssFallback===h)){const ee=P.vnode;$(g,ee,ee.scopeId,ee.slotScopeIds,P.parent)}}},le=(g,h,T,I,P,U,ee,q,Z=0)=>{for(let K=Z;K<g.length;K++){const ne=g[K]=q?Rr(g[K]):xo(g[K]);D(null,ne,h,T,I,P,U,ee,q)}},ce=(g,h,T,I,P,U,ee)=>{const q=h.el=g.el;let{patchFlag:Z,dynamicChildren:K,dirs:ne}=h;Z|=g.patchFlag&16;const B=g.props||ht,O=h.props||ht;let oe;if(T&&ei(T,!1),(oe=O.onVnodeBeforeUpdate)&&Do(oe,T,h,g),ne&&Qr(h,g,T,"beforeUpdate"),T&&ei(T,!0),(B.innerHTML&&O.innerHTML==null||B.textContent&&O.textContent==null)&&p(q,""),K?me(g.dynamicChildren,K,q,T,I,bd(h,P),U):ee||ve(g,h,q,null,T,I,bd(h,P),U,!1),Z>0){if(Z&16)Ae(q,B,O,T,P);else if(Z&2&&B.class!==O.class&&a(q,"class",null,O.class,P),Z&4&&a(q,"style",B.style,O.style,P),Z&8){const ue=h.dynamicProps;for(let be=0;be<ue.length;be++){const Pe=ue[be],ct=B[Pe],dt=O[Pe];(dt!==ct||Pe==="value")&&a(q,Pe,ct,dt,P,T)}}Z&1&&g.children!==h.children&&p(q,h.children)}else!ee&&K==null&&Ae(q,B,O,T,P);((oe=O.onVnodeUpdated)||ne)&&xn(()=>{oe&&Do(oe,T,h,g),ne&&Qr(h,g,T,"updated")},I)},me=(g,h,T,I,P,U,ee)=>{for(let q=0;q<h.length;q++){const Z=g[q],K=h[q],ne=Z.el&&(Z.type===tt||!zs(Z,K)||Z.shapeFlag&70)?_(Z.el):T;D(Z,K,ne,null,I,P,U,ee,!0)}},Ae=(g,h,T,I,P)=>{if(h!==T){if(h!==ht)for(const U in h)!ea(U)&&!(U in T)&&a(g,U,h[U],null,P,I);for(const U in T){if(ea(U))continue;const ee=T[U],q=h[U];ee!==q&&U!=="value"&&a(g,U,q,ee,P,I)}"value"in T&&a(g,"value",h.value,T.value,P)}},Oe=(g,h,T,I,P,U,ee,q,Z)=>{const K=h.el=g?g.el:c(""),ne=h.anchor=g?g.anchor:c("");let{patchFlag:B,dynamicChildren:O,slotScopeIds:oe}=h;oe&&(q=q?q.concat(oe):oe),g==null?(r(K,T,I),r(ne,T,I),le(h.children||[],T,ne,P,U,ee,q,Z)):B>0&&B&64&&O&&g.dynamicChildren?(me(g.dynamicChildren,O,T,P,U,ee,q),(h.key!=null||P&&h===P.subTree)&&sf(g,h,!0)):ve(g,h,T,ne,P,U,ee,q,Z)},We=(g,h,T,I,P,U,ee,q,Z)=>{h.slotScopeIds=q,g==null?h.shapeFlag&512?P.ctx.activate(h,T,I,ee,Z):vt(h,T,I,P,U,ee,Z):Vt(g,h,Z)},vt=(g,h,T,I,P,U,ee)=>{const q=g.component=dx(g,I,P);if(B_(g)&&(q.ctx.renderer=Rt),mx(q,!1,ee),q.asyncDep){if(P&&P.registerDep(q,Le,ee),!g.el){const Z=q.subTree=Ge(Br);S(null,Z,h,T)}}else Le(q,g,h,T,P,U,ee)},Vt=(g,h,T)=>{const I=h.component=g.component;if(ox(g,h,T))if(I.asyncDep&&!I.asyncResolved){ge(I,h,T);return}else I.next=h,I.update();else h.el=g.el,I.vnode=h},Le=(g,h,T,I,P,U,ee)=>{const q=()=>{if(g.isMounted){let{next:B,bu:O,u:oe,parent:ue,vnode:be}=g;{const mt=j_(g);if(mt){B&&(B.el=be.el,ge(g,B,ee)),mt.asyncDep.then(()=>{g.isUnmounted||q()});return}}let Pe=B,ct;ei(g,!1),B?(B.el=be.el,ge(g,B,ee)):B=be,O&&_d(O),(ct=B.props&&B.props.onVnodeBeforeUpdate)&&Do(ct,ue,B,be),ei(g,!0);const dt=Sd(g),Bt=g.subTree;g.subTree=dt,D(Bt,dt,_(Bt.el),Ot(Bt),g,P,U),B.el=dt.el,Pe===null&&rx(g,dt.el),oe&&xn(oe,P),(ct=B.props&&B.props.onVnodeUpdated)&&xn(()=>Do(ct,ue,B,be),P)}else{let B;const{el:O,props:oe}=h,{bm:ue,m:be,parent:Pe,root:ct,type:dt}=g,Bt=Ji(h);if(ei(g,!1),ue&&_d(ue),!Bt&&(B=oe&&oe.onVnodeBeforeMount)&&Do(B,Pe,h),ei(g,!0),O&&kt){const mt=()=>{g.subTree=Sd(g),kt(O,g.subTree,g,P,null)};Bt&&dt.__asyncHydrate?dt.__asyncHydrate(O,g,mt):mt()}else{ct.ce&&ct.ce._injectChildStyle(dt);const mt=g.subTree=Sd(g);D(null,mt,T,I,g,P,U),h.el=mt.el}if(be&&xn(be,P),!Bt&&(B=oe&&oe.onVnodeMounted)){const mt=h;xn(()=>Do(B,Pe,mt),P)}(h.shapeFlag&256||Pe&&Ji(Pe.vnode)&&Pe.vnode.shapeFlag&256)&&g.a&&xn(g.a,P),g.isMounted=!0,h=T=I=null}};g.scope.on();const Z=g.effect=new t_(q);g.scope.off();const K=g.update=Z.run.bind(Z),ne=g.job=Z.runIfDirty.bind(Z);ne.i=g,ne.id=g.uid,Z.scheduler=()=>Jm(ne),ei(g,!0),K()},ge=(g,h,T)=>{h.component=g;const I=g.vnode.props;g.vnode=h,g.next=null,WB(g,h.props,I,T),zB(g,h.children,T),Pr(),mg(g),Vr()},ve=(g,h,T,I,P,U,ee,q,Z=!1)=>{const K=g&&g.children,ne=g?g.shapeFlag:0,B=h.children,{patchFlag:O,shapeFlag:oe}=h;if(O>0){if(O&128){ke(K,B,T,I,P,U,ee,q,Z);return}else if(O&256){qe(K,B,T,I,P,U,ee,q,Z);return}}oe&8?(ne&16&&pt(K,P,U),B!==K&&p(T,B)):ne&16?oe&16?ke(K,B,T,I,P,U,ee,q,Z):pt(K,P,U,!0):(ne&8&&p(T,""),oe&16&&le(B,T,I,P,U,ee,q,Z))},qe=(g,h,T,I,P,U,ee,q,Z)=>{g=g||Yi,h=h||Yi;const K=g.length,ne=h.length,B=Math.min(K,ne);let O;for(O=0;O<B;O++){const oe=h[O]=Z?Rr(h[O]):xo(h[O]);D(g[O],oe,T,null,P,U,ee,q,Z)}K>ne?pt(g,P,U,!0,!1,B):le(h,T,I,P,U,ee,q,Z,B)},ke=(g,h,T,I,P,U,ee,q,Z)=>{let K=0;const ne=h.length;let B=g.length-1,O=ne-1;for(;K<=B&&K<=O;){const oe=g[K],ue=h[K]=Z?Rr(h[K]):xo(h[K]);if(zs(oe,ue))D(oe,ue,T,null,P,U,ee,q,Z);else break;K++}for(;K<=B&&K<=O;){const oe=g[B],ue=h[O]=Z?Rr(h[O]):xo(h[O]);if(zs(oe,ue))D(oe,ue,T,null,P,U,ee,q,Z);else break;B--,O--}if(K>B){if(K<=O){const oe=O+1,ue=oe<ne?h[oe].el:I;for(;K<=O;)D(null,h[K]=Z?Rr(h[K]):xo(h[K]),T,ue,P,U,ee,q,Z),K++}}else if(K>O)for(;K<=B;)Ie(g[K],P,U,!0),K++;else{const oe=K,ue=K,be=new Map;for(K=ue;K<=O;K++){const xt=h[K]=Z?Rr(h[K]):xo(h[K]);xt.key!=null&&be.set(xt.key,K)}let Pe,ct=0;const dt=O-ue+1;let Bt=!1,mt=0;const an=new Array(dt);for(K=0;K<dt;K++)an[K]=0;for(K=oe;K<=B;K++){const xt=g[K];if(ct>=dt){Ie(xt,P,U,!0);continue}let ln;if(xt.key!=null)ln=be.get(xt.key);else for(Pe=ue;Pe<=O;Pe++)if(an[Pe-ue]===0&&zs(xt,h[Pe])){ln=Pe;break}ln===void 0?Ie(xt,P,U,!0):(an[ln-ue]=K+1,ln>=mt?mt=ln:Bt=!0,D(xt,h[ln],T,null,P,U,ee,q,Z),ct++)}const Eo=Bt?KB(an):Yi;for(Pe=Eo.length-1,K=dt-1;K>=0;K--){const xt=ue+K,ln=h[xt],vo=xt+1<ne?h[xt+1].el:I;an[K]===0?D(null,ln,T,vo,P,U,ee,q,Z):Bt&&(Pe<0||K!==Eo[Pe]?Je(ln,T,vo,2):Pe--)}}},Je=(g,h,T,I,P=null)=>{const{el:U,type:ee,transition:q,children:Z,shapeFlag:K}=g;if(K&6){Je(g.component.subTree,h,T,I);return}if(K&128){g.suspense.move(h,T,I);return}if(K&64){ee.move(g,h,T,Rt);return}if(ee===tt){r(U,h,T);for(let B=0;B<Z.length;B++)Je(Z[B],h,T,I);r(g.anchor,h,T);return}if(ee===Jl){M(g,h,T);return}if(I!==2&&K&1&&q)if(I===0)q.beforeEnter(U),r(U,h,T),xn(()=>q.enter(U),P);else{const{leave:B,delayLeave:O,afterLeave:oe}=q,ue=()=>r(U,h,T),be=()=>{B(U,()=>{ue(),oe&&oe()})};O?O(U,ue,be):be()}else r(U,h,T)},Ie=(g,h,T,I=!1,P=!1)=>{const{type:U,props:ee,ref:q,children:Z,dynamicChildren:K,shapeFlag:ne,patchFlag:B,dirs:O,cacheIndex:oe}=g;if(B===-2&&(P=!1),q!=null&&sm(q,null,T,g,!0),oe!=null&&(h.renderCache[oe]=void 0),ne&256){h.ctx.deactivate(g);return}const ue=ne&1&&O,be=!Ji(g);let Pe;if(be&&(Pe=ee&&ee.onVnodeBeforeUnmount)&&Do(Pe,h,g),ne&6)it(g.component,T,I);else{if(ne&128){g.suspense.unmount(T,I);return}ue&&Qr(g,null,h,"beforeUnmount"),ne&64?g.type.remove(g,h,T,Rt,I):K&&!K.hasOnce&&(U!==tt||B>0&&B&64)?pt(K,h,T,!1,!0):(U===tt&&B&384||!P&&ne&16)&&pt(Z,h,T),I&&zt(g)}(be&&(Pe=ee&&ee.onVnodeUnmounted)||ue)&&xn(()=>{Pe&&Do(Pe,h,g),ue&&Qr(g,null,h,"unmounted")},T)},zt=g=>{const{type:h,el:T,anchor:I,transition:P}=g;if(h===tt){He(T,I);return}if(h===Jl){R(g);return}const U=()=>{s(T),P&&!P.persisted&&P.afterLeave&&P.afterLeave()};if(g.shapeFlag&1&&P&&!P.persisted){const{leave:ee,delayLeave:q}=P,Z=()=>ee(T,U);q?q(g.el,U,Z):Z()}else U()},He=(g,h)=>{let T;for(;g!==h;)T=E(g),s(g),g=T;s(h)},it=(g,h,T)=>{const{bum:I,scope:P,job:U,subTree:ee,um:q,m:Z,a:K}=g;Eg(Z),Eg(K),I&&_d(I),P.stop(),U&&(U.flags|=8,Ie(ee,g,h,T)),q&&xn(q,h),xn(()=>{g.isUnmounted=!0},h),h&&h.pendingBranch&&!h.isUnmounted&&g.asyncDep&&!g.asyncResolved&&g.suspenseId===h.pendingId&&(h.deps--,h.deps===0&&h.resolve())},pt=(g,h,T,I=!1,P=!1,U=0)=>{for(let ee=U;ee<g.length;ee++)Ie(g[ee],h,T,I,P)},Ot=g=>{if(g.shapeFlag&6)return Ot(g.component.subTree);if(g.shapeFlag&128)return g.suspense.next();const h=E(g.anchor||g.el),T=h&&h[R_];return T?E(T):h};let ot=!1;const bt=(g,h,T)=>{g==null?h._vnode&&Ie(h._vnode,null,null,!0):D(h._vnode||null,g,h,null,null,null,T),h._vnode=g,ot||(ot=!0,mg(),v_(),ot=!1)},Rt={p:D,um:Ie,m:Je,r:zt,mt:vt,mc:le,pc:ve,pbc:me,n:Ot,o:e};let ut,kt;return t&&([ut,kt]=t(Rt)),{render:bt,hydrate:ut,createApp:kB(bt,ut)}}function bd({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 ei({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function YB(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function sf(e,t,n=!1){const r=e.children,s=t.children;if(De(r)&&De(s))for(let a=0;a<r.length;a++){const l=r[a];let c=s[a];c.shapeFlag&1&&!c.dynamicChildren&&((c.patchFlag<=0||c.patchFlag===32)&&(c=s[a]=Rr(s[a]),c.el=l.el),!n&&c.patchFlag!==-2&&sf(l,c)),c.type===Sa&&(c.el=l.el)}}function KB(e){const t=e.slice(),n=[0];let r,s,a,l,c;const d=e.length;for(r=0;r<d;r++){const f=e[r];if(f!==0){if(s=n[n.length-1],e[s]<f){t[r]=s,n.push(r);continue}for(a=0,l=n.length-1;a<l;)c=a+l>>1,e[n[c]]<f?a=c+1:l=c;f<e[n[a]]&&(a>0&&(t[r]=n[a-1]),n[a]=r)}}for(a=n.length,l=n[a-1];a-- >0;)n[a]=l,l=t[l];return n}function j_(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:j_(t)}function Eg(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const qB=Symbol.for("v-scx"),XB=()=>Lr(qB);function Iu(e,t){return Nu(e,null,t)}function JB(e,t){return Nu(e,null,{flush:"post"})}function on(e,t,n){return Nu(e,t,n)}function Nu(e,t,n=ht){const{immediate:r,deep:s,flush:a,once:l}=n,c=qt({},n),d=t&&r||!t&&a!=="post";let f;if(pa){if(a==="sync"){const b=XB();f=b.__watcherHandles||(b.__watcherHandles=[])}else if(!d){const b=()=>{};return b.stop=yo,b.resume=yo,b.pause=yo,b}}const p=tn;c.call=(b,N,D)=>Oo(b,p,N,D);let _=!1;a==="post"?c.scheduler=b=>{xn(b,p&&p.suspense)}:a!=="sync"&&(_=!0,c.scheduler=(b,N)=>{N?b():Jm(b)}),c.augmentJob=b=>{t&&(b.flags|=4),_&&(b.flags|=2,p&&(b.id=p.uid,b.i=p))};const E=dB(e,t,c);return pa&&(f?f.push(E):d&&E()),E}function ZB(e,t,n){const r=this.proxy,s=Lt(e)?e.includes(".")?G_(r,e):()=>r[e]:e.bind(r,r);let a;xe(t)?a=t:(a=t.handler,n=t);const l=Ra(this),c=Nu(s,a.bind(r),n);return l(),c}function G_(e,t){const n=t.split(".");return()=>{let r=e;for(let s=0;s<n.length&&r;s++)r=r[n[s]];return r}}const QB=(e,t)=>t==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${ro(t)}Modifiers`]||e[`${pi(t)}Modifiers`];function ex(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||ht;let s=n;const a=t.startsWith("update:"),l=a&&QB(r,t.slice(7));l&&(l.trim&&(s=n.map(p=>Lt(p)?p.trim():p)),l.number&&(s=n.map(DL)));let c,d=r[c=Cd(t)]||r[c=Cd(ro(t))];!d&&a&&(d=r[c=Cd(pi(t))]),d&&Oo(d,e,6,s);const f=r[c+"Once"];if(f){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,Oo(f,e,6,s)}}function Y_(e,t,n=!1){const r=t.emitsCache,s=r.get(e);if(s!==void 0)return s;const a=e.emits;let l={},c=!1;if(!xe(e)){const d=f=>{const p=Y_(f,t,!0);p&&(c=!0,qt(l,p))};!n&&t.mixins.length&&t.mixins.forEach(d),e.extends&&d(e.extends),e.mixins&&e.mixins.forEach(d)}return!a&&!c?(Tt(e)&&r.set(e,null),null):(De(a)?a.forEach(d=>l[d]=null):qt(l,a),Tt(e)&&r.set(e,l),l)}function Pu(e,t){return!e||!bu(t)?!1:(t=t.slice(2).replace(/Once$/,""),et(e,t[0].toLowerCase()+t.slice(1))||et(e,pi(t))||et(e,t))}function Sd(e){const{type:t,vnode:n,proxy:r,withProxy:s,propsOptions:[a],slots:l,attrs:c,emit:d,render:f,renderCache:p,props:_,data:E,setupState:b,ctx:N,inheritAttrs:D}=e,k=cu(e);let S,V;try{if(n.shapeFlag&4){const R=s||r,H=R;S=xo(f.call(H,R,p,_,b,E,N)),V=c}else{const R=t;S=xo(R.length>1?R(_,{attrs:c,slots:l,emit:d}):R(_,null)),V=t.props?c:tx(c)}}catch(R){sa.length=0,xu(R,e,1),S=Ge(Br)}let M=S;if(V&&D!==!1){const R=Object.keys(V),{shapeFlag:H}=M;R.length&&H&7&&(a&&R.some(Wm)&&(V=nx(V,a)),M=es(M,V,!1,!0))}return n.dirs&&(M=es(M,null,!1,!0),M.dirs=M.dirs?M.dirs.concat(n.dirs):n.dirs),n.transition&&Zm(M,n.transition),S=M,cu(k),S}const tx=e=>{let t;for(const n in e)(n==="class"||n==="style"||bu(n))&&((t||(t={}))[n]=e[n]);return t},nx=(e,t)=>{const n={};for(const r in e)(!Wm(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function ox(e,t,n){const{props:r,children:s,component:a}=e,{props:l,children:c,patchFlag:d}=t,f=a.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&d>=0){if(d&1024)return!0;if(d&16)return r?vg(r,l,f):!!l;if(d&8){const p=t.dynamicProps;for(let _=0;_<p.length;_++){const E=p[_];if(l[E]!==r[E]&&!Pu(f,E))return!0}}}else return(s||c)&&(!c||!c.$stable)?!0:r===l?!1:r?l?vg(r,l,f):!0:!!l;return!1}function vg(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let s=0;s<r.length;s++){const a=r[s];if(t[a]!==e[a]&&!Pu(n,a))return!0}return!1}function rx({vnode:e,parent:t},n){for(;t;){const r=t.subTree;if(r.suspense&&r.suspense.activeBranch===e&&(r.el=e.el),r===e)(e=t.vnode).el=n,t=t.parent;else break}}const K_=e=>e.__isSuspense;function ix(e,t){t&&t.pendingBranch?De(e)?t.effects.push(...e):t.effects.push(e):hB(e)}const tt=Symbol.for("v-fgt"),Sa=Symbol.for("v-txt"),Br=Symbol.for("v-cmt"),Jl=Symbol.for("v-stc"),sa=[];let Wn=null;function re(e=!1){sa.push(Wn=e?null:[])}function sx(){sa.pop(),Wn=sa[sa.length-1]||null}let fa=1;function bg(e){fa+=e,e<0&&Wn&&(Wn.hasOnce=!0)}function q_(e){return e.dynamicChildren=fa>0?Wn||Yi:null,sx(),fa>0&&Wn&&Wn.push(e),e}function _e(e,t,n,r,s,a){return q_(X(e,t,n,r,s,a,!0))}function at(e,t,n,r,s){return q_(Ge(e,t,n,r,s,!0))}function ha(e){return e?e.__v_isVNode===!0:!1}function zs(e,t){return e.type===t.type&&e.key===t.key}const X_=({key:e})=>e??null,Zl=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?Lt(e)||Pt(e)||xe(e)?{i:Yt,r:e,k:t,f:!!n}:e:null);function X(e,t=null,n=null,r=0,s=null,a=e===tt?0:1,l=!1,c=!1){const d={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&X_(t),ref:t&&Zl(t),scopeId:S_,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:r,dynamicProps:s,dynamicChildren:null,appContext:null,ctx:Yt};return c?(af(d,n),a&128&&e.normalize(d)):n&&(d.shapeFlag|=Lt(n)?8:16),fa>0&&!l&&Wn&&(d.patchFlag>0||a&6)&&d.patchFlag!==32&&Wn.push(d),d}const Ge=ax;function ax(e,t=null,n=null,r=0,s=null,a=!1){if((!e||e===w_)&&(e=Br),ha(e)){const c=es(e,t,!0);return n&&af(c,n),fa>0&&!a&&Wn&&(c.shapeFlag&6?Wn[Wn.indexOf(e)]=c:Wn.push(c)),c.patchFlag=-2,c}if(Cx(e)&&(e=e.__vccOpts),t){t=lx(t);let{class:c,style:d}=t;c&&!Lt(c)&&(t.class=Mn(c)),Tt(d)&&(Xm(d)&&!De(d)&&(d=qt({},d)),t.style=Se(d))}const l=Lt(e)?1:K_(e)?128:pB(e)?64:Tt(e)?4:xe(e)?2:0;return X(e,t,n,r,s,l,a,!0)}function lx(e){return e?Xm(e)||k_(e)?qt({},e):e:null}function es(e,t,n=!1,r=!1){const{props:s,ref:a,patchFlag:l,children:c,transition:d}=e,f=t?lf(s||{},t):s,p={__v_isVNode:!0,__v_skip:!0,type:e.type,props:f,key:f&&X_(f),ref:t&&t.ref?n&&a?De(a)?a.concat(Zl(t)):[a,Zl(t)]:Zl(t):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:c,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==tt?l===-1?16:l|16:l,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:d,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&es(e.ssContent),ssFallback:e.ssFallback&&es(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return d&&r&&Zm(p,d.clone(p)),p}function mu(e=" ",t=0){return Ge(Sa,null,e,t)}function Qt(e="",t=!1){return t?(re(),at(Br,null,e)):Ge(Br,null,e)}function xo(e){return e==null||typeof e=="boolean"?Ge(Br):De(e)?Ge(tt,null,e.slice()):ha(e)?Rr(e):Ge(Sa,null,String(e))}function Rr(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:es(e)}function af(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(De(t))n=16;else if(typeof t=="object")if(r&65){const s=t.default;s&&(s._c&&(s._d=!1),af(e,s()),s._c&&(s._d=!0));return}else{n=32;const s=t._;!s&&!k_(t)?t._ctx=Yt:s===3&&Yt&&(Yt.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else xe(t)?(t={default:t,_ctx:Yt},n=32):(t=String(t),r&64?(n=16,t=[mu(t)]):n=8);e.children=t,e.shapeFlag|=n}function lf(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const s in r)if(s==="class")t.class!==r.class&&(t.class=Mn([t.class,r.class]));else if(s==="style")t.style=Se([t.style,r.style]);else if(bu(s)){const a=t[s],l=r[s];l&&a!==l&&!(De(a)&&a.includes(l))&&(t[s]=a?[].concat(a,l):l)}else s!==""&&(t[s]=r[s])}return t}function Do(e,t,n,r=null){Oo(e,t,7,[n,r])}const ux=P_();let cx=0;function dx(e,t,n){const r=e.type,s=(t?t.appContext:e.appContext)||ux,a={uid:cx++,vnode:e,type:r,parent:t,appContext:s,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new Q0(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(s.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:W_(r,s),emitsOptions:Y_(r,s),emit:null,emitted:null,propsDefaults:ht,inheritAttrs:r.inheritAttrs,ctx:ht,data:ht,props:ht,attrs:ht,slots:ht,refs:ht,setupState:ht,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return a.ctx={_:a},a.root=t?t.root:a,a.emit=ex.bind(null,a),e.ce&&e.ce(a),a}let tn=null;const di=()=>tn||Yt;let fu,mm;{const e=Lu(),t=(n,r)=>{let s;return(s=e[n])||(s=e[n]=[]),s.push(r),a=>{s.length>1?s.forEach(l=>l(a)):s[0](a)}};fu=t("__VUE_INSTANCE_SETTERS__",n=>tn=n),mm=t("__VUE_SSR_SETTERS__",n=>pa=n)}const Ra=e=>{const t=tn;return fu(e),e.scope.on(),()=>{e.scope.off(),fu(t)}},Sg=()=>{tn&&tn.scope.off(),fu(null)};function J_(e){return e.vnode.shapeFlag&4}let pa=!1;function mx(e,t=!1,n=!1){t&&mm(t);const{props:r,children:s}=e.vnode,a=J_(e);MB(e,r,a,t),UB(e,s,n);const l=a?fx(e,t):void 0;return t&&mm(!1),l}function fx(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,wB);const{setup:r}=n;if(r){Pr();const s=e.setupContext=r.length>1?px(e):null,a=Ra(e),l=ba(r,e,0,[e.props,s]),c=G0(l);if(Vr(),a(),(c||e.sp)&&!Ji(e)&&L_(e),c){if(l.then(Sg,Sg),t)return l.then(d=>{Rg(e,d,t)}).catch(d=>{xu(d,e,0)});e.asyncDep=l}else Rg(e,l,t)}else Z_(e,t)}function Rg(e,t,n){xe(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:Tt(t)&&(e.setupState=C_(t)),Z_(e,n)}let Dg;function Z_(e,t,n){const r=e.type;if(!e.render){if(!t&&Dg&&!r.render){const s=r.template||nf(e).template;if(s){const{isCustomElement:a,compilerOptions:l}=e.appContext.config,{delimiters:c,compilerOptions:d}=r,f=qt(qt({isCustomElement:a,delimiters:c},l),d);r.render=Dg(s,f)}}e.render=r.render||yo}{const s=Ra(e);Pr();try{AB(e)}finally{Vr(),s()}}}const hx={get(e,t){return mn(e,"get",""),e[t]}};function px(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,hx),slots:e.slots,emit:e.emit,expose:t}}function Vu(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(C_(nB(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in ia)return ia[n](e)},has(t,n){return n in t||n in ia}})):e.proxy}function gx(e,t=!0){return xe(e)?e.displayName||e.name:e.name||t&&e.__name}function Cx(e){return xe(e)&&"__vccOpts"in e}const we=(e,t)=>uB(e,t,pa);function Ou(e,t,n){const r=arguments.length;return r===2?Tt(t)&&!De(t)?ha(t)?Ge(e,null,[t]):Ge(e,t):Ge(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&ha(n)&&(n=[n]),Ge(e,t,n))}const _x="3.5.12";/**
|
|
14
14
|
* @vue/runtime-dom v3.5.12
|
|
15
15
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
16
16
|
* @license MIT
|
|
17
|
-
**/let dd;const Ag=typeof window<"u"&&window.trustedTypes;if(Ag)try{dd=Ag.createPolicy("vue",{createHTML:e=>e})}catch{}const Jv=dd?e=>dd.createHTML(e):e=>e,EO="http://www.w3.org/2000/svg",vO="http://www.w3.org/1998/Math/MathML",Jr=typeof document<"u"?document:null,xg=Jr&&Jr.createElement("template"),yO={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"?Jr.createElementNS(EO,e):t==="mathml"?Jr.createElementNS(vO,e):n?Jr.createElement(e,{is:n}):Jr.createElement(e);return e==="select"&&o&&o.multiple!=null&&s.setAttribute("multiple",o.multiple),s},createText:e=>Jr.createTextNode(e),createComment:e=>Jr.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Jr.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,o,s,a){const l=n?n.previousSibling:t.lastChild;if(s&&(s===a||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===a||!(s=s.nextSibling)););else{xg.innerHTML=Jv(o==="svg"?`<svg>${e}</svg>`:o==="mathml"?`<math>${e}</math>`:e);const c=xg.content;if(o==="svg"||o==="mathml"){const d=c.firstChild;for(;d.firstChild;)c.appendChild(d.firstChild);c.removeChild(d)}t.insertBefore(c,n)}return[l?l.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},bO=Symbol("_vtc");function CO(e,t,n){const o=e[bO];o&&(t=(t?[t,...o]:[...o]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Lg=Symbol("_vod"),TO=Symbol("_vsh"),Zv=Symbol("");function ku(e){const t=fi();if(!t)return;const n=t.ut=(s=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(a=>hu(a,s))},o=()=>{const s=e(t.proxy);t.ce?hu(t.ce,s):hd(t.subTree,s),n(s)};Zd(()=>{XL(o)}),Qd(()=>{const s=new MutationObserver(o);s.observe(t.subTree.el.parentNode,{childList:!0}),Ru(()=>s.disconnect())})}function hd(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{hd(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)hu(e.el,t);else if(e.type===ot)e.children.forEach(n=>hd(n,t));else if(e.type===Jl){let{el:n,anchor:o}=e;for(;n&&(hu(n,t),n!==o);)n=n.nextSibling}}function hu(e,t){if(e.nodeType===1){const n=e.style;let o="";for(const s in t)n.setProperty(`--${s}`,t[s]),o+=`--${s}: ${t[s]};`;n[Zv]=o}}const wO=/(^|;)\s*display\s*:/;function SO(e,t,n){const o=e.style,s=Lt(n);let a=!1;if(n&&!s){if(t)if(Lt(t))for(const l of t.split(";")){const c=l.slice(0,l.indexOf(":")).trim();n[c]==null&&Ql(o,c,"")}else for(const l in t)n[l]==null&&Ql(o,l,"");for(const l in n)l==="display"&&(a=!0),Ql(o,l,n[l])}else if(s){if(t!==n){const l=o[Zv];l&&(n+=";"+l),o.cssText=n,a=wO.test(n)}}else t&&e.removeAttribute("style");Lg in e&&(e[Lg]=a?o.display:"",e[TO]&&(o.display="none"))}const Og=/\s*!important$/;function Ql(e,t,n){if(xe(n))n.forEach(o=>Ql(e,t,o));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const o=AO(e,t);Og.test(n)?e.setProperty(pi(o),n.replace(Og,""),"important"):e[o]=n}}const Ig=["Webkit","Moz","ms"],Af={};function AO(e,t){const n=Af[t];if(n)return n;let o=rr(t);if(o!=="filter"&&o in e)return Af[t]=o;o=Au(o);for(let s=0;s<Ig.length;s++){const a=Ig[s]+o;if(a in e)return Af[t]=a}return t}const Rg="http://www.w3.org/1999/xlink";function Pg(e,t,n,o,s,a=R1(t)){o&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Rg,t.slice(6,t.length)):e.setAttributeNS(Rg,t,n):n==null||a&&!zE(n)?e.removeAttribute(t):e.setAttribute(t,a?"":lo(n)?String(n):n)}function Dg(e,t,n,o,s){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?Jv(n):n);return}const a=e.tagName;if(t==="value"&&a!=="PROGRESS"&&!a.includes("-")){const c=a==="OPTION"?e.getAttribute("value")||"":e.value,d=n==null?e.type==="checkbox"?"on":"":String(n);(c!==d||!("_value"in e))&&(e.value=d),n==null&&e.removeAttribute(t),e._value=n;return}let l=!1;if(n===""||n==null){const c=typeof e[t];c==="boolean"?n=zE(n):n==null&&c==="string"?(n="",l=!0):c==="number"&&(n=0,l=!0)}try{e[t]=n}catch{}l&&e.removeAttribute(s||t)}function xO(e,t,n,o){e.addEventListener(t,n,o)}function LO(e,t,n,o){e.removeEventListener(t,n,o)}const Ng=Symbol("_vei");function OO(e,t,n,o,s=null){const a=e[Ng]||(e[Ng]={}),l=a[t];if(o&&l)l.value=o;else{const[c,d]=IO(t);if(o){const m=a[t]=DO(o,s);xO(e,c,m,d)}else l&&(LO(e,c,l,d),a[t]=void 0)}}const Mg=/(?:Once|Passive|Capture)$/;function IO(e){let t;if(Mg.test(e)){t={};let o;for(;o=e.match(Mg);)e=e.slice(0,e.length-o[0].length),t[o[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):pi(e.slice(2)),t]}let xf=0;const RO=Promise.resolve(),PO=()=>xf||(RO.then(()=>xf=0),xf=Date.now());function DO(e,t){const n=o=>{if(!o._vts)o._vts=Date.now();else if(o._vts<=n.attached)return;Br(NO(o,n.value),t,5,[o])};return n.value=e,n.attached=PO(),n}function NO(e,t){if(xe(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 Bg=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,MO=(e,t,n,o,s,a)=>{const l=s==="svg";t==="class"?CO(e,o,l):t==="style"?SO(e,n,o):Tu(t)?$d(t)||OO(e,t,n,o,a):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):BO(e,t,o,l))?(Dg(e,t,o),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Pg(e,t,o,l,a,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!Lt(o))?Dg(e,rr(t),o,a,t):(t==="true-value"?e._trueValue=o:t==="false-value"&&(e._falseValue=o),Pg(e,t,o,l))};function BO(e,t,n,o){if(o)return!!(t==="innerHTML"||t==="textContent"||t in e&&Bg(t)&&Ie(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 Bg(t)&&Lt(n)?!1:t in e}const kO=["ctrl","shift","alt","meta"],FO={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)=>kO.some(n=>e[`${n}Key`]&&!t.includes(n))},fs=(e,t)=>{const n=e._withMods||(e._withMods={}),o=t.join(".");return n[o]||(n[o]=(s,...a)=>{for(let l=0;l<t.length;l++){const c=FO[t[l]];if(c&&c(s,t))return}return e(s,...a)})},$O=qt({patchProp:MO},yO);let kg;function WO(){return kg||(kg=GL($O))}const HO=(...e)=>{const t=WO().createApp(...e),{mount:n}=t;return t.mount=o=>{const s=VO(o);if(!s)return;const a=t._component;!Ie(a)&&!a.render&&!a.template&&(a.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const l=n(s,!1,UO(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),l},t};function UO(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function VO(e){return Lt(e)?document.querySelector(e):e}function GO(e,t){let n;function o(){n=ZE(),n.run(()=>t.length?t(()=>{n==null||n.stop(),o()}):t())}nn(e,s=>{s&&!n?o():s||(n==null||n.stop(),n=void 0)},{immediate:!0}),D1(()=>{n==null||n.stop()})}const Ir=typeof window<"u",jO=Ir&&("ontouchstart"in window||window.navigator.maxTouchPoints>0);function YO(e,t,n){const o=t.length-1;if(o<0)return e===void 0?n:e;for(let s=0;s<o;s++){if(e==null)return n;e=e[t[s]]}return e==null||e[t[o]]===void 0?n:e[t[o]]}function Fg(e,t,n){return e==null||!t||typeof t!="string"?n:e[t]!==void 0?e[t]:(t=t.replace(/\[(\w+)\]/g,".$1"),t=t.replace(/^\./,""),YO(e,t.split("."),n))}function Qv(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return Array.from({length:e},(n,o)=>t+o)}function Ni(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"px";if(!(e==null||e===""))return isNaN(+e)?String(e):isFinite(+e)?`${Number(e)}${t}`:void 0}function $g(e){let t;return e!==null&&typeof e=="object"&&((t=Object.getPrototypeOf(e))===Object.prototype||t===null)}function Lf(e,t){return t.every(n=>e.hasOwnProperty(n))}function KO(e,t){const n={},o=new Set(Object.keys(e));for(const s of t)o.has(s)&&(n[s]=e[s]);return n}function zO(e){return e==null?[]:Array.isArray(e)?e:[e]}function qO(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1;return Math.max(t,Math.min(n,e))}function Wg(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0";return e+n.repeat(Math.max(0,t-e.length))}function Hg(e,t){return(arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0").repeat(Math.max(0,t-e.length))+e}function XO(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;const n=[];let o=0;for(;o<e.length;)n.push(e.substr(o,t)),o+=t;return n}function io(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const o={};for(const s in e)o[s]=e[s];for(const s in t){const a=e[s],l=t[s];if($g(a)&&$g(l)){o[s]=io(a,l,n);continue}if(n&&Array.isArray(a)&&Array.isArray(l)){o[s]=n(a,l);continue}o[s]=l}return o}function Qi(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";if(Qi.cache.has(e))return Qi.cache.get(e);const t=e.replace(/[^a-z]/gi,"-").replace(/\B([A-Z])/g,"-$1").toLowerCase();return Qi.cache.set(e,t),t}Qi.cache=new Map;function JO(e){const t=dn({}),n=Re(e);return Pu(()=>{for(const o in n.value)t[o]=n.value[o]},{flush:"sync"}),gv(t)}const Mi=2.4,Ug=.2126729,Vg=.7151522,Gg=.072175,ZO=.55,QO=.58,eI=.57,tI=.62,Ml=.03,jg=1.45,nI=5e-4,rI=1.25,oI=1.25,Yg=.078,Kg=12.82051282051282,Bl=.06,zg=.001;function qg(e,t){const n=(e.r/255)**Mi,o=(e.g/255)**Mi,s=(e.b/255)**Mi,a=(t.r/255)**Mi,l=(t.g/255)**Mi,c=(t.b/255)**Mi;let d=n*Ug+o*Vg+s*Gg,m=a*Ug+l*Vg+c*Gg;if(d<=Ml&&(d+=(Ml-d)**jg),m<=Ml&&(m+=(Ml-m)**jg),Math.abs(m-d)<nI)return 0;let p;if(m>d){const E=(m**ZO-d**QO)*rI;p=E<zg?0:E<Yg?E-E*Kg*Bl:E-Bl}else{const E=(m**tI-d**eI)*oI;p=E>-zg?0:E>-Yg?E-E*Kg*Bl:E+Bl}return p*100}const mu=.20689655172413793,iI=e=>e>mu**3?Math.cbrt(e):e/(3*mu**2)+4/29,sI=e=>e>mu?e**3:3*mu**2*(e-4/29);function ey(e){const t=iI,n=t(e[1]);return[116*n-16,500*(t(e[0]/.95047)-n),200*(n-t(e[2]/1.08883))]}function ty(e){const t=sI,n=(e[0]+16)/116;return[t(n+e[1]/500)*.95047,t(n),t(n-e[2]/200)*1.08883]}const aI=[[3.2406,-1.5372,-.4986],[-.9689,1.8758,.0415],[.0557,-.204,1.057]],lI=e=>e<=.0031308?e*12.92:1.055*e**(1/2.4)-.055,uI=[[.4124,.3576,.1805],[.2126,.7152,.0722],[.0193,.1192,.9505]],cI=e=>e<=.04045?e/12.92:((e+.055)/1.055)**2.4;function ny(e){const t=Array(3),n=lI,o=aI;for(let s=0;s<3;++s)t[s]=Math.round(qO(n(o[s][0]*e[0]+o[s][1]*e[1]+o[s][2]*e[2]))*255);return{r:t[0],g:t[1],b:t[2]}}function lh(e){let{r:t,g:n,b:o}=e;const s=[0,0,0],a=cI,l=uI;t=a(t/255),n=a(n/255),o=a(o/255);for(let c=0;c<3;++c)s[c]=l[c][0]*t+l[c][1]*n+l[c][2]*o;return s}function md(e){return!!e&&/^(#|var\(--|(rgb|hsl)a?\()/.test(e)}function fI(e){return md(e)&&!/^((rgb|hsl)a?\()?var\(--/.test(e)}const Xg=/^(?<fn>(?:rgb|hsl)a?)\((?<values>.+)\)/,dI={rgb:(e,t,n,o)=>({r:e,g:t,b:n,a:o}),rgba:(e,t,n,o)=>({r:e,g:t,b:n,a:o}),hsl:(e,t,n,o)=>Jg({h:e,s:t,l:n,a:o}),hsla:(e,t,n,o)=>Jg({h:e,s:t,l:n,a:o}),hsv:(e,t,n,o)=>ga({h:e,s:t,v:n,a:o}),hsva:(e,t,n,o)=>ga({h:e,s:t,v:n,a:o})};function Rr(e){if(typeof e=="number")return{r:(e&16711680)>>16,g:(e&65280)>>8,b:e&255};if(typeof e=="string"&&Xg.test(e)){const{groups:t}=e.match(Xg),{fn:n,values:o}=t,s=o.split(/,\s*/).map(a=>a.endsWith("%")&&["hsl","hsla","hsv","hsva"].includes(n)?parseFloat(a)/100:parseFloat(a));return dI[n](...s)}else if(typeof e=="string"){let t=e.startsWith("#")?e.slice(1):e;return[3,4].includes(t.length)?t=t.split("").map(n=>n+n).join(""):[6,8].includes(t.length),mI(t)}else if(typeof e=="object"){if(Lf(e,["r","g","b"]))return e;if(Lf(e,["h","s","l"]))return ga(ry(e));if(Lf(e,["h","s","v"]))return ga(e)}throw new TypeError(`Invalid color: ${e==null?e:String(e)||e.constructor.name}
|
|
18
|
-
Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`)}function ga(e){const{h:t,s:n,v:o,a:s}=e,a=c=>{const d=(c+t/60)%6;return o-o*n*Math.max(Math.min(d,4-d,1),0)},l=[a(5),a(3),a(1)].map(c=>Math.round(c*255));return{r:l[0],g:l[1],b:l[2],a:s}}function Jg(e){return ga(ry(e))}function ry(e){const{h:t,s:n,l:o,a:s}=e,a=o+n*Math.min(o,1-o),l=a===0?0:2-2*o/a;return{h:t,s:l,v:a,a:s}}function kl(e){const t=Math.round(e).toString(16);return("00".substr(0,2-t.length)+t).toUpperCase()}function hI(e){let{r:t,g:n,b:o,a:s}=e;return`#${[kl(t),kl(n),kl(o),s!==void 0?kl(Math.round(s*255)):""].join("")}`}function mI(e){e=pI(e);let[t,n,o,s]=XO(e,2).map(a=>parseInt(a,16));return s=s===void 0?s:s/255,{r:t,g:n,b:o,a:s}}function pI(e){return e.startsWith("#")&&(e=e.slice(1)),e=e.replace(/([^0-9a-f])/gi,"F"),(e.length===3||e.length===4)&&(e=e.split("").map(t=>t+t).join("")),e.length!==6&&(e=Wg(Wg(e,6),8,"F")),e}function gI(e,t){const n=ey(lh(e));return n[0]=n[0]+t*10,ny(ty(n))}function _I(e,t){const n=ey(lh(e));return n[0]=n[0]-t*10,ny(ty(n))}function EI(e){const t=Rr(e);return lh(t)[1]}function oy(e){const t=Math.abs(qg(Rr(0),Rr(e)));return Math.abs(qg(Rr(16777215),Rr(e)))>Math.min(t,50)?"#fff":"#000"}function ds(e,t){return n=>Object.keys(e).reduce((o,s)=>{const l=typeof e[s]=="object"&&e[s]!=null&&!Array.isArray(e[s])?e[s]:{type:e[s]};return n&&s in n?o[s]={...l,default:n[s]}:o[s]=l,t&&!o[s].source&&(o[s].source=t),o},{})}function hs(e,t){const n=fi();if(!n)throw new Error(`[Vuetify] ${e} ${t||"must be called from inside a setup function"}`);return n}let iy=0,eu=new WeakMap;function sy(){const e=hs("getUid");if(eu.has(e))return eu.get(e);{const t=iy++;return eu.set(e,t),t}}sy.reset=()=>{iy=0,eu=new WeakMap};function vI(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:hs("injectSelf");const{provides:n}=t;if(n&&e in n)return n[e]}const _a=Symbol.for("vuetify:defaults");function yI(e){return Qt(e)}function ay(){const e=Lo(_a);if(!e)throw new Error("[Vuetify] Could not find defaults instance");return e}function bI(e,t){var n,o;return typeof((n=e.props)==null?void 0:n[t])<"u"||typeof((o=e.props)==null?void 0:o[Qi(t)])<"u"}function CI(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:ay();const o=hs("useDefaults");if(t=t??o.type.name??o.type.__name,!t)throw new Error("[Vuetify] Could not determine component name");const s=Re(()=>{var d;return(d=n.value)==null?void 0:d[e._as??t]}),a=new Proxy(e,{get(d,m){var E,C,w,N,x,F,S;const p=Reflect.get(d,m);return m==="class"||m==="style"?[(E=s.value)==null?void 0:E[m],p].filter(B=>B!=null):typeof m=="string"&&!bI(o.vnode,m)?((C=s.value)==null?void 0:C[m])!==void 0?(w=s.value)==null?void 0:w[m]:((x=(N=n.value)==null?void 0:N.global)==null?void 0:x[m])!==void 0?(S=(F=n.value)==null?void 0:F.global)==null?void 0:S[m]:p:p}}),l=li();Pu(()=>{if(s.value){const d=Object.entries(s.value).filter(m=>{let[p]=m;return p.startsWith(p[0].toUpperCase())});l.value=d.length?Object.fromEntries(d):void 0}else l.value=void 0});function c(){const d=vI(_a,o);nh(_a,Re(()=>l.value?io((d==null?void 0:d.value)??{},l.value):d==null?void 0:d.value))}return{props:a,provideSubDefaults:c}}function xa(e){if(e._setup=e._setup??e.setup,!e.name)return e;if(e._setup){e.props=ds(e.props??{},e.name)();const t=Object.keys(e.props).filter(n=>n!=="class"&&n!=="style");e.filterProps=function(o){return KO(o,t)},e.props._as=String,e.setup=function(o,s){const a=ay();if(!a.value)return e._setup(o,s);const{props:l,provideSubDefaults:c}=CI(o,o._as??e.name,a),d=e._setup(l,s);return c(),d}}return e}function ly(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;return t=>(e?xa:at)(t)}function TI(e){const t=hs("useRender");t.render=e}function wI(e,t,n){let o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:E=>E,s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:E=>E;const a=hs("useProxiedModel"),l=Qt(e[t]!==void 0?e[t]:n),c=Qi(t),m=Re(c!==t?()=>{var E,C,w,N;return e[t],!!(((E=a.vnode.props)!=null&&E.hasOwnProperty(t)||(C=a.vnode.props)!=null&&C.hasOwnProperty(c))&&((w=a.vnode.props)!=null&&w.hasOwnProperty(`onUpdate:${t}`)||(N=a.vnode.props)!=null&&N.hasOwnProperty(`onUpdate:${c}`)))}:()=>{var E,C;return e[t],!!((E=a.vnode.props)!=null&&E.hasOwnProperty(t)&&((C=a.vnode.props)!=null&&C.hasOwnProperty(`onUpdate:${t}`)))});GO(()=>!m.value,()=>{nn(()=>e[t],E=>{l.value=E})});const p=Re({get(){const E=e[t];return o(m.value?E:l.value)},set(E){const C=s(E),w=Xe(m.value?e[t]:l.value);w===C||o(w)===E||(l.value=C,a==null||a.emit(`update:${t}`,C))}});return Object.defineProperty(p,"externalValue",{get:()=>m.value?e[t]:l.value}),p}const SI={badge:"Badge",open:"Open",close:"Close",dismiss:"Dismiss",confirmEdit:{ok:"OK",cancel:"Cancel"},dataIterator:{noResultsText:"No matching records found",loadingText:"Loading items..."},dataTable:{itemsPerPageText:"Rows per page:",ariaLabel:{sortDescending:"Sorted descending.",sortAscending:"Sorted ascending.",sortNone:"Not sorted.",activateNone:"Activate to remove sorting.",activateDescending:"Activate to sort descending.",activateAscending:"Activate to sort ascending."},sortBy:"Sort by"},dataFooter:{itemsPerPageText:"Items per page:",itemsPerPageAll:"All",nextPage:"Next page",prevPage:"Previous page",firstPage:"First page",lastPage:"Last page",pageText:"{0}-{1} of {2}"},dateRangeInput:{divider:"to"},datePicker:{itemsSelected:"{0} selected",range:{title:"Select dates",header:"Enter dates"},title:"Select date",header:"Enter date",input:{placeholder:"Enter date"}},noDataText:"No data available",carousel:{prev:"Previous visual",next:"Next visual",ariaLabel:{delimiter:"Carousel slide {0} of {1}"}},calendar:{moreEvents:"{0} more",today:"Today"},input:{clear:"Clear {0}",prependAction:"{0} prepended action",appendAction:"{0} appended action",otp:"Please enter OTP character {0}"},fileInput:{counter:"{0} files",counterSize:"{0} files ({1} in total)"},timePicker:{am:"AM",pm:"PM",title:"Select Time"},pagination:{ariaLabel:{root:"Pagination Navigation",next:"Next page",previous:"Previous page",page:"Go to page {0}",currentPage:"Page {0}, Current page",first:"First page",last:"Last page"}},stepper:{next:"Next",prev:"Previous"},rating:{ariaLabel:{item:"Rating {0} of {1}"}},loading:"Loading...",infiniteScroll:{loadMore:"Load more",empty:"No more"}},Zg="$vuetify.",Qg=(e,t)=>e.replace(/\{(\d+)\}/g,(n,o)=>String(t[+o])),uy=(e,t,n)=>function(o){for(var s=arguments.length,a=new Array(s>1?s-1:0),l=1;l<s;l++)a[l-1]=arguments[l];if(!o.startsWith(Zg))return Qg(o,a);const c=o.replace(Zg,""),d=e.value&&n.value[e.value],m=t.value&&n.value[t.value];let p=Fg(d,c,null);return p||(`${o}${e.value}`,p=Fg(m,c,null)),p||(p=o),typeof p!="string"&&(p=o),Qg(p,a)};function cy(e,t){return(n,o)=>new Intl.NumberFormat([e.value,t.value],o).format(n)}function Of(e,t,n){const o=wI(e,t,e[t]??n.value);return o.value=e[t]??n.value,nn(n,s=>{e[t]==null&&(o.value=n.value)}),o}function fy(e){return t=>{const n=Of(t,"locale",e.current),o=Of(t,"fallback",e.fallback),s=Of(t,"messages",e.messages);return{name:"vuetify",current:n,fallback:o,messages:s,t:uy(n,o,s),n:cy(n,o),provide:fy({current:n,fallback:o,messages:s})}}}function AI(e){const t=li((e==null?void 0:e.locale)??"en"),n=li((e==null?void 0:e.fallback)??"en"),o=Qt({en:SI,...e==null?void 0:e.messages});return{name:"vuetify",current:t,fallback:n,messages:o,t:uy(t,n,o),n:cy(t,n),provide:fy({current:t,fallback:n,messages:o})}}const pd=Symbol.for("vuetify:locale");function xI(e){return e.name!=null}function LI(e){const t=e!=null&&e.adapter&&xI(e==null?void 0:e.adapter)?e==null?void 0:e.adapter:AI(e),n=RI(t,e);return{...t,...n}}function OI(){const e=Lo(pd);if(!e)throw new Error("[Vuetify] Could not find injected locale instance");return e}function II(){return{af:!1,ar:!0,bg:!1,ca:!1,ckb:!1,cs:!1,de:!1,el:!1,en:!1,es:!1,et:!1,fa:!0,fi:!1,fr:!1,hr:!1,hu:!1,he:!0,id:!1,it:!1,ja:!1,km:!1,ko:!1,lv:!1,lt:!1,nl:!1,no:!1,pl:!1,pt:!1,ro:!1,ru:!1,sk:!1,sl:!1,srCyrl:!1,srLatn:!1,sv:!1,th:!1,tr:!1,az:!1,uk:!1,vi:!1,zhHans:!1,zhHant:!1}}function RI(e,t){const n=Qt((t==null?void 0:t.rtl)??II()),o=Re(()=>n.value[e.current.value]??!1);return{isRtl:o,rtl:n,rtlClasses:Re(()=>`v-locale--is-${o.value?"rtl":"ltr"}`)}}const Fu={"001":1,AD:1,AE:6,AF:6,AG:0,AI:1,AL:1,AM:1,AN:1,AR:1,AS:0,AT:1,AU:1,AX:1,AZ:1,BA:1,BD:0,BE:1,BG:1,BH:6,BM:1,BN:1,BR:0,BS:0,BT:0,BW:0,BY:1,BZ:0,CA:0,CH:1,CL:1,CM:1,CN:1,CO:0,CR:1,CY:1,CZ:1,DE:1,DJ:6,DK:1,DM:0,DO:0,DZ:6,EC:1,EE:1,EG:6,ES:1,ET:0,FI:1,FJ:1,FO:1,FR:1,GB:1,"GB-alt-variant":0,GE:1,GF:1,GP:1,GR:1,GT:0,GU:0,HK:0,HN:0,HR:1,HU:1,ID:0,IE:1,IL:0,IN:0,IQ:6,IR:6,IS:1,IT:1,JM:0,JO:6,JP:0,KE:0,KG:1,KH:0,KR:0,KW:6,KZ:1,LA:0,LB:1,LI:1,LK:1,LT:1,LU:1,LV:1,LY:6,MC:1,MD:1,ME:1,MH:0,MK:1,MM:0,MN:1,MO:0,MQ:1,MT:0,MV:5,MX:0,MY:1,MZ:0,NI:0,NL:1,NO:1,NP:0,NZ:1,OM:6,PA:0,PE:0,PH:0,PK:0,PL:1,PR:0,PT:0,PY:0,QA:6,RE:1,RO:1,RS:1,RU:1,SA:0,SD:6,SE:1,SG:0,SI:1,SK:1,SM:1,SV:0,SY:6,TH:0,TJ:1,TM:1,TR:1,TT:0,TW:0,UA:1,UM:0,US:0,UY:1,UZ:1,VA:1,VE:0,VI:0,VN:1,WS:0,XK:1,YE:0,ZA:0,ZW:0};function PI(e,t,n){const o=[];let s=[];const a=dy(e),l=hy(e),c=n??Fu[t.slice(-2).toUpperCase()]??0,d=(a.getDay()-c+7)%7,m=(l.getDay()-c+7)%7;for(let p=0;p<d;p++){const E=new Date(a);E.setDate(E.getDate()-(d-p)),s.push(E)}for(let p=1;p<=l.getDate();p++){const E=new Date(e.getFullYear(),e.getMonth(),p);s.push(E),s.length===7&&(o.push(s),s=[])}for(let p=1;p<7-m;p++){const E=new Date(l);E.setDate(E.getDate()+p),s.push(E)}return s.length>0&&o.push(s),o}function DI(e,t,n){const o=n??Fu[t.slice(-2).toUpperCase()]??0,s=new Date(e);for(;s.getDay()!==o;)s.setDate(s.getDate()-1);return s}function NI(e,t){const n=new Date(e),o=((Fu[t.slice(-2).toUpperCase()]??0)+6)%7;for(;n.getDay()!==o;)n.setDate(n.getDate()+1);return n}function dy(e){return new Date(e.getFullYear(),e.getMonth(),1)}function hy(e){return new Date(e.getFullYear(),e.getMonth()+1,0)}function MI(e){const t=e.split("-").map(Number);return new Date(t[0],t[1]-1,t[2])}const BI=/^([12]\d{3}-([1-9]|0[1-9]|1[0-2])-([1-9]|0[1-9]|[12]\d|3[01]))$/;function my(e){if(e==null)return new Date;if(e instanceof Date)return e;if(typeof e=="string"){let t;if(BI.test(e))return MI(e);if(t=Date.parse(e),!isNaN(t))return new Date(t)}return null}const e_=new Date(2e3,0,2);function kI(e,t){const n=t??Fu[e.slice(-2).toUpperCase()]??0;return Qv(7).map(o=>{const s=new Date(e_);return s.setDate(e_.getDate()+n+o),new Intl.DateTimeFormat(e,{weekday:"narrow"}).format(s)})}function FI(e,t,n,o){const s=my(e)??new Date,a=o==null?void 0:o[t];if(typeof a=="function")return a(s,t,n);let l={};switch(t){case"fullDate":l={year:"numeric",month:"long",day:"numeric"};break;case"fullDateWithWeekday":l={weekday:"long",year:"numeric",month:"long",day:"numeric"};break;case"normalDate":const c=s.getDate(),d=new Intl.DateTimeFormat(n,{month:"long"}).format(s);return`${c} ${d}`;case"normalDateWithWeekday":l={weekday:"short",day:"numeric",month:"short"};break;case"shortDate":l={month:"short",day:"numeric"};break;case"year":l={year:"numeric"};break;case"month":l={month:"long"};break;case"monthShort":l={month:"short"};break;case"monthAndYear":l={month:"long",year:"numeric"};break;case"monthAndDate":l={month:"long",day:"numeric"};break;case"weekday":l={weekday:"long"};break;case"weekdayShort":l={weekday:"short"};break;case"dayOfMonth":return new Intl.NumberFormat(n).format(s.getDate());case"hours12h":l={hour:"numeric",hour12:!0};break;case"hours24h":l={hour:"numeric",hour12:!1};break;case"minutes":l={minute:"numeric"};break;case"seconds":l={second:"numeric"};break;case"fullTime":l={hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullTime12h":l={hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullTime24h":l={hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;case"fullDateTime":l={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullDateTime12h":l={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullDateTime24h":l={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;case"keyboardDate":l={year:"numeric",month:"2-digit",day:"2-digit"};break;case"keyboardDateTime":l={year:"numeric",month:"2-digit",day:"2-digit",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;case"keyboardDateTime12h":l={year:"numeric",month:"2-digit",day:"2-digit",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"keyboardDateTime24h":l={year:"numeric",month:"2-digit",day:"2-digit",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;default:l=a??{timeZone:"UTC",timeZoneName:"short"}}return new Intl.DateTimeFormat(n,l).format(s)}function $I(e,t){const n=e.toJsDate(t),o=n.getFullYear(),s=Hg(String(n.getMonth()+1),2,"0"),a=Hg(String(n.getDate()),2,"0");return`${o}-${s}-${a}`}function WI(e){const[t,n,o]=e.split("-").map(Number);return new Date(t,n-1,o)}function HI(e,t){const n=new Date(e);return n.setMinutes(n.getMinutes()+t),n}function UI(e,t){const n=new Date(e);return n.setHours(n.getHours()+t),n}function VI(e,t){const n=new Date(e);return n.setDate(n.getDate()+t),n}function GI(e,t){const n=new Date(e);return n.setDate(n.getDate()+t*7),n}function jI(e,t){const n=new Date(e);return n.setDate(1),n.setMonth(n.getMonth()+t),n}function YI(e){return e.getFullYear()}function KI(e){return e.getMonth()}function zI(e){return e.getDate()}function qI(e){return new Date(e.getFullYear(),e.getMonth()+1,1)}function XI(e){return new Date(e.getFullYear(),e.getMonth()-1,1)}function JI(e){return e.getHours()}function ZI(e){return e.getMinutes()}function QI(e){return new Date(e.getFullYear(),0,1)}function eR(e){return new Date(e.getFullYear(),11,31)}function tR(e,t){return pu(e,t[0])&&oR(e,t[1])}function nR(e){const t=new Date(e);return t instanceof Date&&!isNaN(t.getTime())}function pu(e,t){return e.getTime()>t.getTime()}function rR(e,t){return pu(gd(e),gd(t))}function oR(e,t){return e.getTime()<t.getTime()}function t_(e,t){return e.getTime()===t.getTime()}function iR(e,t){return e.getDate()===t.getDate()&&e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()}function sR(e,t){return e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()}function aR(e,t){return e.getFullYear()===t.getFullYear()}function lR(e,t,n){const o=new Date(e),s=new Date(t);switch(n){case"years":return o.getFullYear()-s.getFullYear();case"quarters":return Math.floor((o.getMonth()-s.getMonth()+(o.getFullYear()-s.getFullYear())*12)/4);case"months":return o.getMonth()-s.getMonth()+(o.getFullYear()-s.getFullYear())*12;case"weeks":return Math.floor((o.getTime()-s.getTime())/(1e3*60*60*24*7));case"days":return Math.floor((o.getTime()-s.getTime())/(1e3*60*60*24));case"hours":return Math.floor((o.getTime()-s.getTime())/(1e3*60*60));case"minutes":return Math.floor((o.getTime()-s.getTime())/(1e3*60));case"seconds":return Math.floor((o.getTime()-s.getTime())/1e3);default:return o.getTime()-s.getTime()}}function uR(e,t){const n=new Date(e);return n.setHours(t),n}function cR(e,t){const n=new Date(e);return n.setMinutes(t),n}function fR(e,t){const n=new Date(e);return n.setMonth(t),n}function dR(e,t){const n=new Date(e);return n.setDate(t),n}function hR(e,t){const n=new Date(e);return n.setFullYear(t),n}function gd(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate(),0,0,0,0)}function mR(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate(),23,59,59,999)}class pR{constructor(t){this.locale=t.locale,this.formats=t.formats}date(t){return my(t)}toJsDate(t){return t}toISO(t){return $I(this,t)}parseISO(t){return WI(t)}addMinutes(t,n){return HI(t,n)}addHours(t,n){return UI(t,n)}addDays(t,n){return VI(t,n)}addWeeks(t,n){return GI(t,n)}addMonths(t,n){return jI(t,n)}getWeekArray(t,n){return PI(t,this.locale,n?Number(n):void 0)}startOfWeek(t,n){return DI(t,this.locale,n?Number(n):void 0)}endOfWeek(t){return NI(t,this.locale)}startOfMonth(t){return dy(t)}endOfMonth(t){return hy(t)}format(t,n){return FI(t,n,this.locale,this.formats)}isEqual(t,n){return t_(t,n)}isValid(t){return nR(t)}isWithinRange(t,n){return tR(t,n)}isAfter(t,n){return pu(t,n)}isAfterDay(t,n){return rR(t,n)}isBefore(t,n){return!pu(t,n)&&!t_(t,n)}isSameDay(t,n){return iR(t,n)}isSameMonth(t,n){return sR(t,n)}isSameYear(t,n){return aR(t,n)}setMinutes(t,n){return cR(t,n)}setHours(t,n){return uR(t,n)}setMonth(t,n){return fR(t,n)}setDate(t,n){return dR(t,n)}setYear(t,n){return hR(t,n)}getDiff(t,n,o){return lR(t,n,o)}getWeekdays(t){return kI(this.locale,t?Number(t):void 0)}getYear(t){return YI(t)}getMonth(t){return KI(t)}getDate(t){return zI(t)}getNextMonth(t){return qI(t)}getPreviousMonth(t){return XI(t)}getHours(t){return JI(t)}getMinutes(t){return ZI(t)}startOfDay(t){return gd(t)}endOfDay(t){return mR(t)}startOfYear(t){return QI(t)}endOfYear(t){return eR(t)}}const gR=Symbol.for("vuetify:date-options"),n_=Symbol.for("vuetify:date-adapter");function _R(e,t){const n=io({adapter:pR,locale:{af:"af-ZA",bg:"bg-BG",ca:"ca-ES",ckb:"",cs:"cs-CZ",de:"de-DE",el:"el-GR",en:"en-US",et:"et-EE",fa:"fa-IR",fi:"fi-FI",hr:"hr-HR",hu:"hu-HU",he:"he-IL",id:"id-ID",it:"it-IT",ja:"ja-JP",ko:"ko-KR",lv:"lv-LV",lt:"lt-LT",nl:"nl-NL",no:"no-NO",pl:"pl-PL",pt:"pt-PT",ro:"ro-RO",ru:"ru-RU",sk:"sk-SK",sl:"sl-SI",srCyrl:"sr-SP",srLatn:"sr-SP",sv:"sv-SE",th:"th-TH",tr:"tr-TR",az:"az-AZ",uk:"uk-UA",vi:"vi-VN",zhHans:"zh-CN",zhHant:"zh-TW"}},e);return{options:n,instance:ER(n,t)}}function ER(e,t){const n=dn(typeof e.adapter=="function"?new e.adapter({locale:e.locale[t.current.value]??t.current.value,formats:e.formats}):e.adapter);return nn(t.current,o=>{n.locale=e.locale[o]??o??n.locale}),n}const r_=Symbol.for("vuetify:display"),o_={mobileBreakpoint:"lg",thresholds:{xs:0,sm:600,md:960,lg:1280,xl:1920,xxl:2560}},vR=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:o_;return io(o_,e)};function i_(e){return Ir&&!e?window.innerWidth:typeof e=="object"&&e.clientWidth||0}function s_(e){return Ir&&!e?window.innerHeight:typeof e=="object"&&e.clientHeight||0}function a_(e){const t=Ir&&!e?window.navigator.userAgent:"ssr";function n(N){return!!t.match(N)}const o=n(/android/i),s=n(/iphone|ipad|ipod/i),a=n(/cordova/i),l=n(/electron/i),c=n(/chrome/i),d=n(/edge/i),m=n(/firefox/i),p=n(/opera/i),E=n(/win/i),C=n(/mac/i),w=n(/linux/i);return{android:o,ios:s,cordova:a,electron:l,chrome:c,edge:d,firefox:m,opera:p,win:E,mac:C,linux:w,touch:jO,ssr:t==="ssr"}}function yR(e,t){const{thresholds:n,mobileBreakpoint:o}=vR(e),s=li(s_(t)),a=li(a_(t)),l=dn({}),c=li(i_(t));function d(){s.value=s_(),c.value=i_()}function m(){d(),a.value=a_()}return Pu(()=>{const p=c.value<n.sm,E=c.value<n.md&&!p,C=c.value<n.lg&&!(E||p),w=c.value<n.xl&&!(C||E||p),N=c.value<n.xxl&&!(w||C||E||p),x=c.value>=n.xxl,F=p?"xs":E?"sm":C?"md":w?"lg":N?"xl":"xxl",S=typeof o=="number"?o:n[o],B=c.value<S;l.xs=p,l.sm=E,l.md=C,l.lg=w,l.xl=N,l.xxl=x,l.smAndUp=!p,l.mdAndUp=!(p||E),l.lgAndUp=!(p||E||C),l.xlAndUp=!(p||E||C||w),l.smAndDown=!(C||w||N||x),l.mdAndDown=!(w||N||x),l.lgAndDown=!(N||x),l.xlAndDown=!x,l.name=F,l.height=s.value,l.width=c.value,l.mobile=B,l.mobileBreakpoint=o,l.platform=a.value,l.thresholds=n}),Ir&&window.addEventListener("resize",d,{passive:!0}),{...gv(l),update:m,ssr:!!t}}const bR=Symbol.for("vuetify:goto");function CR(){return{container:void 0,duration:300,layout:!1,offset:0,easing:"easeInOutCubic",patterns:{linear:e=>e,easeInQuad:e=>e**2,easeOutQuad:e=>e*(2-e),easeInOutQuad:e=>e<.5?2*e**2:-1+(4-2*e)*e,easeInCubic:e=>e**3,easeOutCubic:e=>--e**3+1,easeInOutCubic:e=>e<.5?4*e**3:(e-1)*(2*e-2)*(2*e-2)+1,easeInQuart:e=>e**4,easeOutQuart:e=>1- --e**4,easeInOutQuart:e=>e<.5?8*e**4:1-8*--e**4,easeInQuint:e=>e**5,easeOutQuint:e=>1+--e**5,easeInOutQuint:e=>e<.5?16*e**5:1+16*--e**5}}}function TR(e,t){return{rtl:t.isRtl,options:io(CR(),e)}}const wR={collapse:"mdi-chevron-up",complete:"mdi-check",cancel:"mdi-close-circle",close:"mdi-close",delete:"mdi-close-circle",clear:"mdi-close-circle",success:"mdi-check-circle",info:"mdi-information",warning:"mdi-alert-circle",error:"mdi-close-circle",prev:"mdi-chevron-left",next:"mdi-chevron-right",checkboxOn:"mdi-checkbox-marked",checkboxOff:"mdi-checkbox-blank-outline",checkboxIndeterminate:"mdi-minus-box",delimiter:"mdi-circle",sortAsc:"mdi-arrow-up",sortDesc:"mdi-arrow-down",expand:"mdi-chevron-down",menu:"mdi-menu",subgroup:"mdi-menu-down",dropdown:"mdi-menu-down",radioOn:"mdi-radiobox-marked",radioOff:"mdi-radiobox-blank",edit:"mdi-pencil",ratingEmpty:"mdi-star-outline",ratingFull:"mdi-star",ratingHalf:"mdi-star-half-full",loading:"mdi-cached",first:"mdi-page-first",last:"mdi-page-last",unfold:"mdi-unfold-more-horizontal",file:"mdi-paperclip",plus:"mdi-plus",minus:"mdi-minus",calendar:"mdi-calendar",treeviewCollapse:"mdi-menu-down",treeviewExpand:"mdi-menu-right",eyeDropper:"mdi-eyedropper"},SR={component:e=>Bu(py,{...e,class:"mdi"})},AR=[String,Function,Object,Array],l_=Symbol.for("vuetify:icons"),$u=ds({icon:{type:AR},tag:{type:String,required:!0}},"icon");ly()({name:"VComponentIcon",props:$u(),setup(e,t){let{slots:n}=t;return()=>{const o=e.icon;return Ke(e.tag,null,{default:()=>{var s;return[e.icon?Ke(o,null,null):(s=n.default)==null?void 0:s.call(n)]}})}}});const xR=xa({name:"VSvgIcon",inheritAttrs:!1,props:$u(),setup(e,t){let{attrs:n}=t;return()=>Ke(e.tag,ah(n,{style:null}),{default:()=>[Ke("svg",{class:"v-icon__svg",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",role:"img","aria-hidden":"true"},[Array.isArray(e.icon)?e.icon.map(o=>Array.isArray(o)?Ke("path",{d:o[0],"fill-opacity":o[1]},null):Ke("path",{d:o},null)):Ke("path",{d:e.icon},null)])]})}});xa({name:"VLigatureIcon",props:$u(),setup(e){return()=>Ke(e.tag,null,{default:()=>[e.icon]})}});const py=xa({name:"VClassIcon",props:$u(),setup(e){return()=>Ke(e.tag,{class:e.icon},null)}});function LR(){return{svg:{component:xR},class:{component:py}}}function OR(e){const t=LR(),n=(e==null?void 0:e.defaultSet)??"mdi";return n==="mdi"&&!t.mdi&&(t.mdi=SR),io({defaultSet:n,sets:t,aliases:{...wR,vuetify:["M8.2241 14.2009L12 21L22 3H14.4459L8.2241 14.2009Z",["M7.26303 12.4733L7.00113 12L2 3H12.5261C12.5261 3 12.5261 3 12.5261 3L7.26303 12.4733Z",.6]],"vuetify-outline":"svg:M7.26 12.47 12.53 3H2L7.26 12.47ZM14.45 3 8.22 14.2 12 21 22 3H14.45ZM18.6 5 12 16.88 10.51 14.2 15.62 5ZM7.26 8.35 5.4 5H9.13L7.26 8.35Z","vuetify-play":["m6.376 13.184-4.11-7.192C1.505 4.66 2.467 3 4.003 3h8.532l-.953 1.576-.006.01-.396.677c-.429.732-.214 1.507.194 2.015.404.503 1.092.878 1.869.806a3.72 3.72 0 0 1 1.005.022c.276.053.434.143.523.237.138.146.38.635-.25 2.09-.893 1.63-1.553 1.722-1.847 1.677-.213-.033-.468-.158-.756-.406a4.95 4.95 0 0 1-.8-.927c-.39-.564-1.04-.84-1.66-.846-.625-.006-1.316.27-1.693.921l-.478.826-.911 1.506Z",["M9.093 11.552c.046-.079.144-.15.32-.148a.53.53 0 0 1 .43.207c.285.414.636.847 1.046 1.2.405.35.914.662 1.516.754 1.334.205 2.502-.698 3.48-2.495l.014-.028.013-.03c.687-1.574.774-2.852-.005-3.675-.37-.391-.861-.586-1.333-.676a5.243 5.243 0 0 0-1.447-.044c-.173.016-.393-.073-.54-.257-.145-.18-.127-.316-.082-.392l.393-.672L14.287 3h5.71c1.536 0 2.499 1.659 1.737 2.992l-7.997 13.996c-.768 1.344-2.706 1.344-3.473 0l-3.037-5.314 1.377-2.278.004-.006.004-.007.481-.831Z",.6]]}},e)}const gu=Symbol.for("vuetify:theme"),IR=ds({theme:String},"theme");function u_(){return{defaultTheme:"light",variations:{colors:[],lighten:0,darken:0},themes:{light:{dark:!1,colors:{background:"#FFFFFF",surface:"#FFFFFF","surface-bright":"#FFFFFF","surface-light":"#EEEEEE","surface-variant":"#424242","on-surface-variant":"#EEEEEE",primary:"#1867C0","primary-darken-1":"#1F5592",secondary:"#48A9A6","secondary-darken-1":"#018786",error:"#B00020",info:"#2196F3",success:"#4CAF50",warning:"#FB8C00"},variables:{"border-color":"#000000","border-opacity":.12,"high-emphasis-opacity":.87,"medium-emphasis-opacity":.6,"disabled-opacity":.38,"idle-opacity":.04,"hover-opacity":.04,"focus-opacity":.12,"selected-opacity":.08,"activated-opacity":.12,"pressed-opacity":.12,"dragged-opacity":.08,"theme-kbd":"#212529","theme-on-kbd":"#FFFFFF","theme-code":"#F5F5F5","theme-on-code":"#000000"}},dark:{dark:!0,colors:{background:"#121212",surface:"#212121","surface-bright":"#ccbfd6","surface-light":"#424242","surface-variant":"#a3a3a3","on-surface-variant":"#424242",primary:"#2196F3","primary-darken-1":"#277CC1",secondary:"#54B6B2","secondary-darken-1":"#48A9A6",error:"#CF6679",info:"#2196F3",success:"#4CAF50",warning:"#FB8C00"},variables:{"border-color":"#FFFFFF","border-opacity":.12,"high-emphasis-opacity":1,"medium-emphasis-opacity":.7,"disabled-opacity":.5,"idle-opacity":.1,"hover-opacity":.04,"focus-opacity":.12,"selected-opacity":.08,"activated-opacity":.12,"pressed-opacity":.16,"dragged-opacity":.08,"theme-kbd":"#212529","theme-on-kbd":"#FFFFFF","theme-code":"#343434","theme-on-code":"#CCCCCC"}}}}}function RR(){var o,s;let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:u_();const t=u_();if(!e)return{...t,isDisabled:!0};const n={};for(const[a,l]of Object.entries(e.themes??{})){const c=l.dark||a==="dark"?(o=t.themes)==null?void 0:o.dark:(s=t.themes)==null?void 0:s.light;n[a]=io(c,l)}return io(t,{...e,themes:n})}function PR(e){const t=RR(e),n=Qt(t.defaultTheme),o=Qt(t.themes),s=Re(()=>{const p={};for(const[E,C]of Object.entries(o.value)){const w=p[E]={...C,colors:{...C.colors}};if(t.variations)for(const N of t.variations.colors){const x=w.colors[N];if(x)for(const F of["lighten","darken"]){const S=F==="lighten"?gI:_I;for(const B of Qv(t.variations[F],1))w.colors[`${N}-${F}-${B}`]=hI(S(Rr(x),B))}}for(const N of Object.keys(w.colors)){if(/^on-[a-z]/.test(N)||w.colors[`on-${N}`])continue;const x=`on-${N}`,F=Rr(w.colors[N]);w.colors[x]=oy(F)}}return p}),a=Re(()=>s.value[n.value]),l=Re(()=>{var N;const p=[];(N=a.value)!=null&&N.dark&&ti(p,":root",["color-scheme: dark"]),ti(p,":root",c_(a.value));for(const[x,F]of Object.entries(s.value))ti(p,`.v-theme--${x}`,[`color-scheme: ${F.dark?"dark":"normal"}`,...c_(F)]);const E=[],C=[],w=new Set(Object.values(s.value).flatMap(x=>Object.keys(x.colors)));for(const x of w)/^on-[a-z]/.test(x)?ti(C,`.${x}`,[`color: rgb(var(--v-theme-${x})) !important`]):(ti(E,`.bg-${x}`,[`--v-theme-overlay-multiplier: var(--v-theme-${x}-overlay-multiplier)`,`background-color: rgb(var(--v-theme-${x})) !important`,`color: rgb(var(--v-theme-on-${x})) !important`]),ti(C,`.text-${x}`,[`color: rgb(var(--v-theme-${x})) !important`]),ti(C,`.border-${x}`,[`--v-border-color: var(--v-theme-${x})`]));return p.push(...E,...C),p.map((x,F)=>F===0?x:` ${x}`).join("")});function c(){return{style:[{children:l.value,id:"vuetify-theme-stylesheet",nonce:t.cspNonce||!1}]}}function d(p){if(t.isDisabled)return;const E=p._context.provides.usehead;if(E)if(E.push){const w=E.push(c);Ir&&nn(l,()=>{w.patch(c)})}else Ir?(E.addHeadObjs(Re(c)),Pu(()=>E.updateDOM())):E.addHeadObjs(c());else{let N=function(){if(typeof document<"u"&&!w){const x=document.createElement("style");x.type="text/css",x.id="vuetify-theme-stylesheet",t.cspNonce&&x.setAttribute("nonce",t.cspNonce),w=x,document.head.appendChild(w)}w&&(w.innerHTML=l.value)};var C=N;let w=Ir?document.getElementById("vuetify-theme-stylesheet"):null;Ir?nn(l,N,{immediate:!0}):N()}}const m=Re(()=>t.isDisabled?void 0:`v-theme--${n.value}`);return{install:d,isDisabled:t.isDisabled,name:n,themes:o,current:a,computedThemes:s,themeClasses:m,styles:l,global:{name:n,current:a}}}function DR(e){hs("provideTheme");const t=Lo(gu,null);if(!t)throw new Error("Could not find Vuetify theme injection");const n=Re(()=>e.theme??t.name.value),o=Re(()=>t.themes.value[n.value]),s=Re(()=>t.isDisabled?void 0:`v-theme--${n.value}`),a={...t,name:n,current:o,themeClasses:s};return nh(gu,a),a}function ti(e,t,n){e.push(`${t} {
|
|
19
|
-
`,...n.map(
|
|
17
|
+
**/let fm;const Lg=typeof window<"u"&&window.trustedTypes;if(Lg)try{fm=Lg.createPolicy("vue",{createHTML:e=>e})}catch{}const Q_=fm?e=>fm.createHTML(e):e=>e,yx="http://www.w3.org/2000/svg",Fx="http://www.w3.org/1998/Math/MathML",Zo=typeof document<"u"?document:null,Bg=Zo&&Zo.createElement("template"),Tx={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const s=t==="svg"?Zo.createElementNS(yx,e):t==="mathml"?Zo.createElementNS(Fx,e):n?Zo.createElement(e,{is:n}):Zo.createElement(e);return e==="select"&&r&&r.multiple!=null&&s.setAttribute("multiple",r.multiple),s},createText:e=>Zo.createTextNode(e),createComment:e=>Zo.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Zo.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,s,a){const l=n?n.previousSibling:t.lastChild;if(s&&(s===a||s.nextSibling))for(;t.insertBefore(s.cloneNode(!0),n),!(s===a||!(s=s.nextSibling)););else{Bg.innerHTML=Q_(r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e);const c=Bg.content;if(r==="svg"||r==="mathml"){const d=c.firstChild;for(;d.firstChild;)c.appendChild(d.firstChild);c.removeChild(d)}t.insertBefore(c,n)}return[l?l.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Ex=Symbol("_vtc");function vx(e,t,n){const r=e[Ex];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const xg=Symbol("_vod"),bx=Symbol("_vsh"),ey=Symbol("");function ku(e){const t=di();if(!t)return;const n=t.ut=(s=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(a=>hu(a,s))},r=()=>{const s=e(t.proxy);t.ce?hu(t.ce,s):hm(t.subTree,s),n(s)};Qm(()=>{JB(r)}),ef(()=>{const s=new MutationObserver(r);s.observe(t.subTree.el.parentNode,{childList:!0}),Au(()=>s.disconnect())})}function hm(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{hm(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)hu(e.el,t);else if(e.type===tt)e.children.forEach(n=>hm(n,t));else if(e.type===Jl){let{el:n,anchor:r}=e;for(;n&&(hu(n,t),n!==r);)n=n.nextSibling}}function hu(e,t){if(e.nodeType===1){const n=e.style;let r="";for(const s in t)n.setProperty(`--${s}`,t[s]),r+=`--${s}: ${t[s]};`;n[ey]=r}}const Sx=/(^|;)\s*display\s*:/;function Rx(e,t,n){const r=e.style,s=Lt(n);let a=!1;if(n&&!s){if(t)if(Lt(t))for(const l of t.split(";")){const c=l.slice(0,l.indexOf(":")).trim();n[c]==null&&Ql(r,c,"")}else for(const l in t)n[l]==null&&Ql(r,l,"");for(const l in n)l==="display"&&(a=!0),Ql(r,l,n[l])}else if(s){if(t!==n){const l=r[ey];l&&(n+=";"+l),r.cssText=n,a=Sx.test(n)}}else t&&e.removeAttribute("style");xg in e&&(e[xg]=a?r.display:"",e[bx]&&(r.display="none"))}const wg=/\s*!important$/;function Ql(e,t,n){if(De(n))n.forEach(r=>Ql(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=Dx(e,t);wg.test(n)?e.setProperty(pi(r),n.replace(wg,""),"important"):e[r]=n}}const Ag=["Webkit","Moz","ms"],Rd={};function Dx(e,t){const n=Rd[t];if(n)return n;let r=ro(t);if(r!=="filter"&&r in e)return Rd[t]=r;r=Du(r);for(let s=0;s<Ag.length;s++){const a=Ag[s]+r;if(a in e)return Rd[t]=a}return t}const Ig="http://www.w3.org/1999/xlink";function Ng(e,t,n,r,s,a=IL(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Ig,t.slice(6,t.length)):e.setAttributeNS(Ig,t,n):n==null||a&&!X0(n)?e.removeAttribute(t):e.setAttribute(t,a?"":ur(n)?String(n):n)}function Pg(e,t,n,r,s){if(t==="innerHTML"||t==="textContent"){n!=null&&(e[t]=t==="innerHTML"?Q_(n):n);return}const a=e.tagName;if(t==="value"&&a!=="PROGRESS"&&!a.includes("-")){const c=a==="OPTION"?e.getAttribute("value")||"":e.value,d=n==null?e.type==="checkbox"?"on":"":String(n);(c!==d||!("_value"in e))&&(e.value=d),n==null&&e.removeAttribute(t),e._value=n;return}let l=!1;if(n===""||n==null){const c=typeof e[t];c==="boolean"?n=X0(n):n==null&&c==="string"?(n="",l=!0):c==="number"&&(n=0,l=!0)}try{e[t]=n}catch{}l&&e.removeAttribute(s||t)}function Lx(e,t,n,r){e.addEventListener(t,n,r)}function Bx(e,t,n,r){e.removeEventListener(t,n,r)}const Vg=Symbol("_vei");function xx(e,t,n,r,s=null){const a=e[Vg]||(e[Vg]={}),l=a[t];if(r&&l)l.value=r;else{const[c,d]=wx(t);if(r){const f=a[t]=Nx(r,s);Lx(e,c,f,d)}else l&&(Bx(e,c,l,d),a[t]=void 0)}}const Og=/(?:Once|Passive|Capture)$/;function wx(e){let t;if(Og.test(e)){t={};let r;for(;r=e.match(Og);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):pi(e.slice(2)),t]}let Dd=0;const Ax=Promise.resolve(),Ix=()=>Dd||(Ax.then(()=>Dd=0),Dd=Date.now());function Nx(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Oo(Px(r,n.value),t,5,[r])};return n.value=e,n.attached=Ix(),n}function Px(e,t){if(De(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>s=>!s._stopped&&r&&r(s))}else return t}const kg=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Vx=(e,t,n,r,s,a)=>{const l=s==="svg";t==="class"?vx(e,r,l):t==="style"?Rx(e,n,r):bu(t)?Wm(t)||xx(e,t,n,r,a):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):Ox(e,t,r,l))?(Pg(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Ng(e,t,r,l,a,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!Lt(r))?Pg(e,ro(t),r,a,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),Ng(e,t,r,l))};function Ox(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&kg(t)&&xe(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 kg(t)&&Lt(n)?!1:t in e}const kx=["ctrl","shift","alt","meta"],Mx={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)=>kx.some(n=>e[`${n}Key`]&&!t.includes(n))},ds=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(s,...a)=>{for(let l=0;l<t.length;l++){const c=Mx[t[l]];if(c&&c(s,t))return}return e(s,...a)})},Wx=qt({patchProp:Vx},Tx);let Mg;function Hx(){return Mg||(Mg=jB(Wx))}const $x=(...e)=>{const t=Hx().createApp(...e),{mount:n}=t;return t.mount=r=>{const s=zx(r);if(!s)return;const a=t._component;!xe(a)&&!a.render&&!a.template&&(a.template=s.innerHTML),s.nodeType===1&&(s.textContent="");const l=n(s,!1,Ux(s));return s instanceof Element&&(s.removeAttribute("v-cloak"),s.setAttribute("data-v-app","")),l},t};function Ux(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function zx(e){return Lt(e)?document.querySelector(e):e}function jx(e,t){let n;function r(){n=e_(),n.run(()=>t.length?t(()=>{n==null||n.stop(),r()}):t())}on(e,s=>{s&&!n?r():s||(n==null||n.stop(),n=void 0)},{immediate:!0}),PL(()=>{n==null||n.stop()})}const wo=typeof window<"u",Gx=wo&&("ontouchstart"in window||window.navigator.maxTouchPoints>0);function Yx(e,t,n){const r=t.length-1;if(r<0)return e===void 0?n:e;for(let s=0;s<r;s++){if(e==null)return n;e=e[t[s]]}return e==null||e[t[r]]===void 0?n:e[t[r]]}function Wg(e,t,n){return e==null||!t||typeof t!="string"?n:e[t]!==void 0?e[t]:(t=t.replace(/\[(\w+)\]/g,".$1"),t=t.replace(/^\./,""),Yx(e,t.split("."),n))}function ty(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return Array.from({length:e},(n,r)=>t+r)}function Ni(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"px";if(!(e==null||e===""))return isNaN(+e)?String(e):isFinite(+e)?`${Number(e)}${t}`:void 0}function Hg(e){let t;return e!==null&&typeof e=="object"&&((t=Object.getPrototypeOf(e))===Object.prototype||t===null)}function Ld(e,t){return t.every(n=>e.hasOwnProperty(n))}function Kx(e,t){const n={},r=new Set(Object.keys(e));for(const s of t)r.has(s)&&(n[s]=e[s]);return n}function qx(e){return e==null?[]:Array.isArray(e)?e:[e]}function Xx(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1;return Math.max(t,Math.min(n,e))}function $g(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0";return e+n.repeat(Math.max(0,t-e.length))}function Ug(e,t){return(arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0").repeat(Math.max(0,t-e.length))+e}function Jx(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;const n=[];let r=0;for(;r<e.length;)n.push(e.substr(r,t)),r+=t;return n}function sr(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r={};for(const s in e)r[s]=e[s];for(const s in t){const a=e[s],l=t[s];if(Hg(a)&&Hg(l)){r[s]=sr(a,l,n);continue}if(n&&Array.isArray(a)&&Array.isArray(l)){r[s]=n(a,l);continue}r[s]=l}return r}function Qi(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";if(Qi.cache.has(e))return Qi.cache.get(e);const t=e.replace(/[^a-z]/gi,"-").replace(/\B([A-Z])/g,"-$1").toLowerCase();return Qi.cache.set(e,t),t}Qi.cache=new Map;function Zx(e){const t=sn({}),n=we(e);return Iu(()=>{for(const r in n.value)t[r]=n.value[r]},{flush:"sync"}),__(t)}const Pi=2.4,zg=.2126729,jg=.7151522,Gg=.072175,Qx=.55,ew=.58,tw=.57,nw=.62,Pl=.03,Yg=1.45,ow=5e-4,rw=1.25,iw=1.25,Kg=.078,qg=12.82051282051282,Vl=.06,Xg=.001;function Jg(e,t){const n=(e.r/255)**Pi,r=(e.g/255)**Pi,s=(e.b/255)**Pi,a=(t.r/255)**Pi,l=(t.g/255)**Pi,c=(t.b/255)**Pi;let d=n*zg+r*jg+s*Gg,f=a*zg+l*jg+c*Gg;if(d<=Pl&&(d+=(Pl-d)**Yg),f<=Pl&&(f+=(Pl-f)**Yg),Math.abs(f-d)<ow)return 0;let p;if(f>d){const _=(f**Qx-d**ew)*rw;p=_<Xg?0:_<Kg?_-_*qg*Vl:_-Vl}else{const _=(f**nw-d**tw)*iw;p=_>-Xg?0:_>-Kg?_-_*qg*Vl:_+Vl}return p*100}const pu=.20689655172413793,sw=e=>e>pu**3?Math.cbrt(e):e/(3*pu**2)+4/29,aw=e=>e>pu?e**3:3*pu**2*(e-4/29);function ny(e){const t=sw,n=t(e[1]);return[116*n-16,500*(t(e[0]/.95047)-n),200*(n-t(e[2]/1.08883))]}function oy(e){const t=aw,n=(e[0]+16)/116;return[t(n+e[1]/500)*.95047,t(n),t(n-e[2]/200)*1.08883]}const lw=[[3.2406,-1.5372,-.4986],[-.9689,1.8758,.0415],[.0557,-.204,1.057]],uw=e=>e<=.0031308?e*12.92:1.055*e**(1/2.4)-.055,cw=[[.4124,.3576,.1805],[.2126,.7152,.0722],[.0193,.1192,.9505]],dw=e=>e<=.04045?e/12.92:((e+.055)/1.055)**2.4;function ry(e){const t=Array(3),n=uw,r=lw;for(let s=0;s<3;++s)t[s]=Math.round(Xx(n(r[s][0]*e[0]+r[s][1]*e[1]+r[s][2]*e[2]))*255);return{r:t[0],g:t[1],b:t[2]}}function uf(e){let{r:t,g:n,b:r}=e;const s=[0,0,0],a=dw,l=cw;t=a(t/255),n=a(n/255),r=a(r/255);for(let c=0;c<3;++c)s[c]=l[c][0]*t+l[c][1]*n+l[c][2]*r;return s}function pm(e){return!!e&&/^(#|var\(--|(rgb|hsl)a?\()/.test(e)}function mw(e){return pm(e)&&!/^((rgb|hsl)a?\()?var\(--/.test(e)}const Zg=/^(?<fn>(?:rgb|hsl)a?)\((?<values>.+)\)/,fw={rgb:(e,t,n,r)=>({r:e,g:t,b:n,a:r}),rgba:(e,t,n,r)=>({r:e,g:t,b:n,a:r}),hsl:(e,t,n,r)=>Qg({h:e,s:t,l:n,a:r}),hsla:(e,t,n,r)=>Qg({h:e,s:t,l:n,a:r}),hsv:(e,t,n,r)=>ga({h:e,s:t,v:n,a:r}),hsva:(e,t,n,r)=>ga({h:e,s:t,v:n,a:r})};function Ao(e){if(typeof e=="number")return{r:(e&16711680)>>16,g:(e&65280)>>8,b:e&255};if(typeof e=="string"&&Zg.test(e)){const{groups:t}=e.match(Zg),{fn:n,values:r}=t,s=r.split(/,\s*/).map(a=>a.endsWith("%")&&["hsl","hsla","hsv","hsva"].includes(n)?parseFloat(a)/100:parseFloat(a));return fw[n](...s)}else if(typeof e=="string"){let t=e.startsWith("#")?e.slice(1):e;return[3,4].includes(t.length)?t=t.split("").map(n=>n+n).join(""):[6,8].includes(t.length),pw(t)}else if(typeof e=="object"){if(Ld(e,["r","g","b"]))return e;if(Ld(e,["h","s","l"]))return ga(iy(e));if(Ld(e,["h","s","v"]))return ga(e)}throw new TypeError(`Invalid color: ${e==null?e:String(e)||e.constructor.name}
|
|
18
|
+
Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`)}function ga(e){const{h:t,s:n,v:r,a:s}=e,a=c=>{const d=(c+t/60)%6;return r-r*n*Math.max(Math.min(d,4-d,1),0)},l=[a(5),a(3),a(1)].map(c=>Math.round(c*255));return{r:l[0],g:l[1],b:l[2],a:s}}function Qg(e){return ga(iy(e))}function iy(e){const{h:t,s:n,l:r,a:s}=e,a=r+n*Math.min(r,1-r),l=a===0?0:2-2*r/a;return{h:t,s:l,v:a,a:s}}function Ol(e){const t=Math.round(e).toString(16);return("00".substr(0,2-t.length)+t).toUpperCase()}function hw(e){let{r:t,g:n,b:r,a:s}=e;return`#${[Ol(t),Ol(n),Ol(r),s!==void 0?Ol(Math.round(s*255)):""].join("")}`}function pw(e){e=gw(e);let[t,n,r,s]=Jx(e,2).map(a=>parseInt(a,16));return s=s===void 0?s:s/255,{r:t,g:n,b:r,a:s}}function gw(e){return e.startsWith("#")&&(e=e.slice(1)),e=e.replace(/([^0-9a-f])/gi,"F"),(e.length===3||e.length===4)&&(e=e.split("").map(t=>t+t).join("")),e.length!==6&&(e=$g($g(e,6),8,"F")),e}function Cw(e,t){const n=ny(uf(e));return n[0]=n[0]+t*10,ry(oy(n))}function _w(e,t){const n=ny(uf(e));return n[0]=n[0]-t*10,ry(oy(n))}function yw(e){const t=Ao(e);return uf(t)[1]}function sy(e){const t=Math.abs(Jg(Ao(0),Ao(e)));return Math.abs(Jg(Ao(16777215),Ao(e)))>Math.min(t,50)?"#fff":"#000"}function ms(e,t){return n=>Object.keys(e).reduce((r,s)=>{const l=typeof e[s]=="object"&&e[s]!=null&&!Array.isArray(e[s])?e[s]:{type:e[s]};return n&&s in n?r[s]={...l,default:n[s]}:r[s]=l,t&&!r[s].source&&(r[s].source=t),r},{})}function fs(e,t){const n=di();if(!n)throw new Error(`[Vuetify] ${e} ${t||"must be called from inside a setup function"}`);return n}let ay=0,eu=new WeakMap;function ly(){const e=fs("getUid");if(eu.has(e))return eu.get(e);{const t=ay++;return eu.set(e,t),t}}ly.reset=()=>{ay=0,eu=new WeakMap};function Fw(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:fs("injectSelf");const{provides:n}=t;if(n&&e in n)return n[e]}const Ca=Symbol.for("vuetify:defaults");function Tw(e){return en(e)}function uy(){const e=Lr(Ca);if(!e)throw new Error("[Vuetify] Could not find defaults instance");return e}function Ew(e,t){var n,r;return typeof((n=e.props)==null?void 0:n[t])<"u"||typeof((r=e.props)==null?void 0:r[Qi(t)])<"u"}function vw(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:uy();const r=fs("useDefaults");if(t=t??r.type.name??r.type.__name,!t)throw new Error("[Vuetify] Could not determine component name");const s=we(()=>{var d;return(d=n.value)==null?void 0:d[e._as??t]}),a=new Proxy(e,{get(d,f){var _,E,b,N,D,k,S;const p=Reflect.get(d,f);return f==="class"||f==="style"?[(_=s.value)==null?void 0:_[f],p].filter(V=>V!=null):typeof f=="string"&&!Ew(r.vnode,f)?((E=s.value)==null?void 0:E[f])!==void 0?(b=s.value)==null?void 0:b[f]:((D=(N=n.value)==null?void 0:N.global)==null?void 0:D[f])!==void 0?(S=(k=n.value)==null?void 0:k.global)==null?void 0:S[f]:p:p}}),l=li();Iu(()=>{if(s.value){const d=Object.entries(s.value).filter(f=>{let[p]=f;return p.startsWith(p[0].toUpperCase())});l.value=d.length?Object.fromEntries(d):void 0}else l.value=void 0});function c(){const d=Fw(Ca,r);of(Ca,we(()=>l.value?sr((d==null?void 0:d.value)??{},l.value):d==null?void 0:d.value))}return{props:a,provideSubDefaults:c}}function Da(e){if(e._setup=e._setup??e.setup,!e.name)return e;if(e._setup){e.props=ms(e.props??{},e.name)();const t=Object.keys(e.props).filter(n=>n!=="class"&&n!=="style");e.filterProps=function(r){return Kx(r,t)},e.props._as=String,e.setup=function(r,s){const a=uy();if(!a.value)return e._setup(r,s);const{props:l,provideSubDefaults:c}=vw(r,r._as??e.name,a),d=e._setup(l,s);return c(),d}}return e}function cy(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;return t=>(e?Da:lt)(t)}function bw(e){const t=fs("useRender");t.render=e}function Sw(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:_=>_,s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:_=>_;const a=fs("useProxiedModel"),l=en(e[t]!==void 0?e[t]:n),c=Qi(t),f=we(c!==t?()=>{var _,E,b,N;return e[t],!!(((_=a.vnode.props)!=null&&_.hasOwnProperty(t)||(E=a.vnode.props)!=null&&E.hasOwnProperty(c))&&((b=a.vnode.props)!=null&&b.hasOwnProperty(`onUpdate:${t}`)||(N=a.vnode.props)!=null&&N.hasOwnProperty(`onUpdate:${c}`)))}:()=>{var _,E;return e[t],!!((_=a.vnode.props)!=null&&_.hasOwnProperty(t)&&((E=a.vnode.props)!=null&&E.hasOwnProperty(`onUpdate:${t}`)))});jx(()=>!f.value,()=>{on(()=>e[t],_=>{l.value=_})});const p=we({get(){const _=e[t];return r(f.value?_:l.value)},set(_){const E=s(_),b=Xe(f.value?e[t]:l.value);b===E||r(b)===_||(l.value=E,a==null||a.emit(`update:${t}`,E))}});return Object.defineProperty(p,"externalValue",{get:()=>f.value?e[t]:l.value}),p}const Rw={badge:"Badge",open:"Open",close:"Close",dismiss:"Dismiss",confirmEdit:{ok:"OK",cancel:"Cancel"},dataIterator:{noResultsText:"No matching records found",loadingText:"Loading items..."},dataTable:{itemsPerPageText:"Rows per page:",ariaLabel:{sortDescending:"Sorted descending.",sortAscending:"Sorted ascending.",sortNone:"Not sorted.",activateNone:"Activate to remove sorting.",activateDescending:"Activate to sort descending.",activateAscending:"Activate to sort ascending."},sortBy:"Sort by"},dataFooter:{itemsPerPageText:"Items per page:",itemsPerPageAll:"All",nextPage:"Next page",prevPage:"Previous page",firstPage:"First page",lastPage:"Last page",pageText:"{0}-{1} of {2}"},dateRangeInput:{divider:"to"},datePicker:{itemsSelected:"{0} selected",range:{title:"Select dates",header:"Enter dates"},title:"Select date",header:"Enter date",input:{placeholder:"Enter date"}},noDataText:"No data available",carousel:{prev:"Previous visual",next:"Next visual",ariaLabel:{delimiter:"Carousel slide {0} of {1}"}},calendar:{moreEvents:"{0} more",today:"Today"},input:{clear:"Clear {0}",prependAction:"{0} prepended action",appendAction:"{0} appended action",otp:"Please enter OTP character {0}"},fileInput:{counter:"{0} files",counterSize:"{0} files ({1} in total)"},timePicker:{am:"AM",pm:"PM",title:"Select Time"},pagination:{ariaLabel:{root:"Pagination Navigation",next:"Next page",previous:"Previous page",page:"Go to page {0}",currentPage:"Page {0}, Current page",first:"First page",last:"Last page"}},stepper:{next:"Next",prev:"Previous"},rating:{ariaLabel:{item:"Rating {0} of {1}"}},loading:"Loading...",infiniteScroll:{loadMore:"Load more",empty:"No more"}},eC="$vuetify.",tC=(e,t)=>e.replace(/\{(\d+)\}/g,(n,r)=>String(t[+r])),dy=(e,t,n)=>function(r){for(var s=arguments.length,a=new Array(s>1?s-1:0),l=1;l<s;l++)a[l-1]=arguments[l];if(!r.startsWith(eC))return tC(r,a);const c=r.replace(eC,""),d=e.value&&n.value[e.value],f=t.value&&n.value[t.value];let p=Wg(d,c,null);return p||(`${r}${e.value}`,p=Wg(f,c,null)),p||(p=r),typeof p!="string"&&(p=r),tC(p,a)};function my(e,t){return(n,r)=>new Intl.NumberFormat([e.value,t.value],r).format(n)}function Bd(e,t,n){const r=Sw(e,t,e[t]??n.value);return r.value=e[t]??n.value,on(n,s=>{e[t]==null&&(r.value=n.value)}),r}function fy(e){return t=>{const n=Bd(t,"locale",e.current),r=Bd(t,"fallback",e.fallback),s=Bd(t,"messages",e.messages);return{name:"vuetify",current:n,fallback:r,messages:s,t:dy(n,r,s),n:my(n,r),provide:fy({current:n,fallback:r,messages:s})}}}function Dw(e){const t=li((e==null?void 0:e.locale)??"en"),n=li((e==null?void 0:e.fallback)??"en"),r=en({en:Rw,...e==null?void 0:e.messages});return{name:"vuetify",current:t,fallback:n,messages:r,t:dy(t,n,r),n:my(t,n),provide:fy({current:t,fallback:n,messages:r})}}const gm=Symbol.for("vuetify:locale");function Lw(e){return e.name!=null}function Bw(e){const t=e!=null&&e.adapter&&Lw(e==null?void 0:e.adapter)?e==null?void 0:e.adapter:Dw(e),n=Aw(t,e);return{...t,...n}}function xw(){const e=Lr(gm);if(!e)throw new Error("[Vuetify] Could not find injected locale instance");return e}function ww(){return{af:!1,ar:!0,bg:!1,ca:!1,ckb:!1,cs:!1,de:!1,el:!1,en:!1,es:!1,et:!1,fa:!0,fi:!1,fr:!1,hr:!1,hu:!1,he:!0,id:!1,it:!1,ja:!1,km:!1,ko:!1,lv:!1,lt:!1,nl:!1,no:!1,pl:!1,pt:!1,ro:!1,ru:!1,sk:!1,sl:!1,srCyrl:!1,srLatn:!1,sv:!1,th:!1,tr:!1,az:!1,uk:!1,vi:!1,zhHans:!1,zhHant:!1}}function Aw(e,t){const n=en((t==null?void 0:t.rtl)??ww()),r=we(()=>n.value[e.current.value]??!1);return{isRtl:r,rtl:n,rtlClasses:we(()=>`v-locale--is-${r.value?"rtl":"ltr"}`)}}const Mu={"001":1,AD:1,AE:6,AF:6,AG:0,AI:1,AL:1,AM:1,AN:1,AR:1,AS:0,AT:1,AU:1,AX:1,AZ:1,BA:1,BD:0,BE:1,BG:1,BH:6,BM:1,BN:1,BR:0,BS:0,BT:0,BW:0,BY:1,BZ:0,CA:0,CH:1,CL:1,CM:1,CN:1,CO:0,CR:1,CY:1,CZ:1,DE:1,DJ:6,DK:1,DM:0,DO:0,DZ:6,EC:1,EE:1,EG:6,ES:1,ET:0,FI:1,FJ:1,FO:1,FR:1,GB:1,"GB-alt-variant":0,GE:1,GF:1,GP:1,GR:1,GT:0,GU:0,HK:0,HN:0,HR:1,HU:1,ID:0,IE:1,IL:0,IN:0,IQ:6,IR:6,IS:1,IT:1,JM:0,JO:6,JP:0,KE:0,KG:1,KH:0,KR:0,KW:6,KZ:1,LA:0,LB:1,LI:1,LK:1,LT:1,LU:1,LV:1,LY:6,MC:1,MD:1,ME:1,MH:0,MK:1,MM:0,MN:1,MO:0,MQ:1,MT:0,MV:5,MX:0,MY:1,MZ:0,NI:0,NL:1,NO:1,NP:0,NZ:1,OM:6,PA:0,PE:0,PH:0,PK:0,PL:1,PR:0,PT:0,PY:0,QA:6,RE:1,RO:1,RS:1,RU:1,SA:0,SD:6,SE:1,SG:0,SI:1,SK:1,SM:1,SV:0,SY:6,TH:0,TJ:1,TM:1,TR:1,TT:0,TW:0,UA:1,UM:0,US:0,UY:1,UZ:1,VA:1,VE:0,VI:0,VN:1,WS:0,XK:1,YE:0,ZA:0,ZW:0};function Iw(e,t,n){const r=[];let s=[];const a=hy(e),l=py(e),c=n??Mu[t.slice(-2).toUpperCase()]??0,d=(a.getDay()-c+7)%7,f=(l.getDay()-c+7)%7;for(let p=0;p<d;p++){const _=new Date(a);_.setDate(_.getDate()-(d-p)),s.push(_)}for(let p=1;p<=l.getDate();p++){const _=new Date(e.getFullYear(),e.getMonth(),p);s.push(_),s.length===7&&(r.push(s),s=[])}for(let p=1;p<7-f;p++){const _=new Date(l);_.setDate(_.getDate()+p),s.push(_)}return s.length>0&&r.push(s),r}function Nw(e,t,n){const r=n??Mu[t.slice(-2).toUpperCase()]??0,s=new Date(e);for(;s.getDay()!==r;)s.setDate(s.getDate()-1);return s}function Pw(e,t){const n=new Date(e),r=((Mu[t.slice(-2).toUpperCase()]??0)+6)%7;for(;n.getDay()!==r;)n.setDate(n.getDate()+1);return n}function hy(e){return new Date(e.getFullYear(),e.getMonth(),1)}function py(e){return new Date(e.getFullYear(),e.getMonth()+1,0)}function Vw(e){const t=e.split("-").map(Number);return new Date(t[0],t[1]-1,t[2])}const Ow=/^([12]\d{3}-([1-9]|0[1-9]|1[0-2])-([1-9]|0[1-9]|[12]\d|3[01]))$/;function gy(e){if(e==null)return new Date;if(e instanceof Date)return e;if(typeof e=="string"){let t;if(Ow.test(e))return Vw(e);if(t=Date.parse(e),!isNaN(t))return new Date(t)}return null}const nC=new Date(2e3,0,2);function kw(e,t){const n=t??Mu[e.slice(-2).toUpperCase()]??0;return ty(7).map(r=>{const s=new Date(nC);return s.setDate(nC.getDate()+n+r),new Intl.DateTimeFormat(e,{weekday:"narrow"}).format(s)})}function Mw(e,t,n,r){const s=gy(e)??new Date,a=r==null?void 0:r[t];if(typeof a=="function")return a(s,t,n);let l={};switch(t){case"fullDate":l={year:"numeric",month:"long",day:"numeric"};break;case"fullDateWithWeekday":l={weekday:"long",year:"numeric",month:"long",day:"numeric"};break;case"normalDate":const c=s.getDate(),d=new Intl.DateTimeFormat(n,{month:"long"}).format(s);return`${c} ${d}`;case"normalDateWithWeekday":l={weekday:"short",day:"numeric",month:"short"};break;case"shortDate":l={month:"short",day:"numeric"};break;case"year":l={year:"numeric"};break;case"month":l={month:"long"};break;case"monthShort":l={month:"short"};break;case"monthAndYear":l={month:"long",year:"numeric"};break;case"monthAndDate":l={month:"long",day:"numeric"};break;case"weekday":l={weekday:"long"};break;case"weekdayShort":l={weekday:"short"};break;case"dayOfMonth":return new Intl.NumberFormat(n).format(s.getDate());case"hours12h":l={hour:"numeric",hour12:!0};break;case"hours24h":l={hour:"numeric",hour12:!1};break;case"minutes":l={minute:"numeric"};break;case"seconds":l={second:"numeric"};break;case"fullTime":l={hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullTime12h":l={hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullTime24h":l={hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;case"fullDateTime":l={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullDateTime12h":l={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullDateTime24h":l={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;case"keyboardDate":l={year:"numeric",month:"2-digit",day:"2-digit"};break;case"keyboardDateTime":l={year:"numeric",month:"2-digit",day:"2-digit",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;case"keyboardDateTime12h":l={year:"numeric",month:"2-digit",day:"2-digit",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"keyboardDateTime24h":l={year:"numeric",month:"2-digit",day:"2-digit",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;default:l=a??{timeZone:"UTC",timeZoneName:"short"}}return new Intl.DateTimeFormat(n,l).format(s)}function Ww(e,t){const n=e.toJsDate(t),r=n.getFullYear(),s=Ug(String(n.getMonth()+1),2,"0"),a=Ug(String(n.getDate()),2,"0");return`${r}-${s}-${a}`}function Hw(e){const[t,n,r]=e.split("-").map(Number);return new Date(t,n-1,r)}function $w(e,t){const n=new Date(e);return n.setMinutes(n.getMinutes()+t),n}function Uw(e,t){const n=new Date(e);return n.setHours(n.getHours()+t),n}function zw(e,t){const n=new Date(e);return n.setDate(n.getDate()+t),n}function jw(e,t){const n=new Date(e);return n.setDate(n.getDate()+t*7),n}function Gw(e,t){const n=new Date(e);return n.setDate(1),n.setMonth(n.getMonth()+t),n}function Yw(e){return e.getFullYear()}function Kw(e){return e.getMonth()}function qw(e){return e.getDate()}function Xw(e){return new Date(e.getFullYear(),e.getMonth()+1,1)}function Jw(e){return new Date(e.getFullYear(),e.getMonth()-1,1)}function Zw(e){return e.getHours()}function Qw(e){return e.getMinutes()}function eA(e){return new Date(e.getFullYear(),0,1)}function tA(e){return new Date(e.getFullYear(),11,31)}function nA(e,t){return gu(e,t[0])&&iA(e,t[1])}function oA(e){const t=new Date(e);return t instanceof Date&&!isNaN(t.getTime())}function gu(e,t){return e.getTime()>t.getTime()}function rA(e,t){return gu(Cm(e),Cm(t))}function iA(e,t){return e.getTime()<t.getTime()}function oC(e,t){return e.getTime()===t.getTime()}function sA(e,t){return e.getDate()===t.getDate()&&e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()}function aA(e,t){return e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()}function lA(e,t){return e.getFullYear()===t.getFullYear()}function uA(e,t,n){const r=new Date(e),s=new Date(t);switch(n){case"years":return r.getFullYear()-s.getFullYear();case"quarters":return Math.floor((r.getMonth()-s.getMonth()+(r.getFullYear()-s.getFullYear())*12)/4);case"months":return r.getMonth()-s.getMonth()+(r.getFullYear()-s.getFullYear())*12;case"weeks":return Math.floor((r.getTime()-s.getTime())/(1e3*60*60*24*7));case"days":return Math.floor((r.getTime()-s.getTime())/(1e3*60*60*24));case"hours":return Math.floor((r.getTime()-s.getTime())/(1e3*60*60));case"minutes":return Math.floor((r.getTime()-s.getTime())/(1e3*60));case"seconds":return Math.floor((r.getTime()-s.getTime())/1e3);default:return r.getTime()-s.getTime()}}function cA(e,t){const n=new Date(e);return n.setHours(t),n}function dA(e,t){const n=new Date(e);return n.setMinutes(t),n}function mA(e,t){const n=new Date(e);return n.setMonth(t),n}function fA(e,t){const n=new Date(e);return n.setDate(t),n}function hA(e,t){const n=new Date(e);return n.setFullYear(t),n}function Cm(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate(),0,0,0,0)}function pA(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate(),23,59,59,999)}class gA{constructor(t){this.locale=t.locale,this.formats=t.formats}date(t){return gy(t)}toJsDate(t){return t}toISO(t){return Ww(this,t)}parseISO(t){return Hw(t)}addMinutes(t,n){return $w(t,n)}addHours(t,n){return Uw(t,n)}addDays(t,n){return zw(t,n)}addWeeks(t,n){return jw(t,n)}addMonths(t,n){return Gw(t,n)}getWeekArray(t,n){return Iw(t,this.locale,n?Number(n):void 0)}startOfWeek(t,n){return Nw(t,this.locale,n?Number(n):void 0)}endOfWeek(t){return Pw(t,this.locale)}startOfMonth(t){return hy(t)}endOfMonth(t){return py(t)}format(t,n){return Mw(t,n,this.locale,this.formats)}isEqual(t,n){return oC(t,n)}isValid(t){return oA(t)}isWithinRange(t,n){return nA(t,n)}isAfter(t,n){return gu(t,n)}isAfterDay(t,n){return rA(t,n)}isBefore(t,n){return!gu(t,n)&&!oC(t,n)}isSameDay(t,n){return sA(t,n)}isSameMonth(t,n){return aA(t,n)}isSameYear(t,n){return lA(t,n)}setMinutes(t,n){return dA(t,n)}setHours(t,n){return cA(t,n)}setMonth(t,n){return mA(t,n)}setDate(t,n){return fA(t,n)}setYear(t,n){return hA(t,n)}getDiff(t,n,r){return uA(t,n,r)}getWeekdays(t){return kw(this.locale,t?Number(t):void 0)}getYear(t){return Yw(t)}getMonth(t){return Kw(t)}getDate(t){return qw(t)}getNextMonth(t){return Xw(t)}getPreviousMonth(t){return Jw(t)}getHours(t){return Zw(t)}getMinutes(t){return Qw(t)}startOfDay(t){return Cm(t)}endOfDay(t){return pA(t)}startOfYear(t){return eA(t)}endOfYear(t){return tA(t)}}const CA=Symbol.for("vuetify:date-options"),rC=Symbol.for("vuetify:date-adapter");function _A(e,t){const n=sr({adapter:gA,locale:{af:"af-ZA",bg:"bg-BG",ca:"ca-ES",ckb:"",cs:"cs-CZ",de:"de-DE",el:"el-GR",en:"en-US",et:"et-EE",fa:"fa-IR",fi:"fi-FI",hr:"hr-HR",hu:"hu-HU",he:"he-IL",id:"id-ID",it:"it-IT",ja:"ja-JP",ko:"ko-KR",lv:"lv-LV",lt:"lt-LT",nl:"nl-NL",no:"no-NO",pl:"pl-PL",pt:"pt-PT",ro:"ro-RO",ru:"ru-RU",sk:"sk-SK",sl:"sl-SI",srCyrl:"sr-SP",srLatn:"sr-SP",sv:"sv-SE",th:"th-TH",tr:"tr-TR",az:"az-AZ",uk:"uk-UA",vi:"vi-VN",zhHans:"zh-CN",zhHant:"zh-TW"}},e);return{options:n,instance:yA(n,t)}}function yA(e,t){const n=sn(typeof e.adapter=="function"?new e.adapter({locale:e.locale[t.current.value]??t.current.value,formats:e.formats}):e.adapter);return on(t.current,r=>{n.locale=e.locale[r]??r??n.locale}),n}const iC=Symbol.for("vuetify:display"),sC={mobileBreakpoint:"lg",thresholds:{xs:0,sm:600,md:960,lg:1280,xl:1920,xxl:2560}},FA=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:sC;return sr(sC,e)};function aC(e){return wo&&!e?window.innerWidth:typeof e=="object"&&e.clientWidth||0}function lC(e){return wo&&!e?window.innerHeight:typeof e=="object"&&e.clientHeight||0}function uC(e){const t=wo&&!e?window.navigator.userAgent:"ssr";function n(N){return!!t.match(N)}const r=n(/android/i),s=n(/iphone|ipad|ipod/i),a=n(/cordova/i),l=n(/electron/i),c=n(/chrome/i),d=n(/edge/i),f=n(/firefox/i),p=n(/opera/i),_=n(/win/i),E=n(/mac/i),b=n(/linux/i);return{android:r,ios:s,cordova:a,electron:l,chrome:c,edge:d,firefox:f,opera:p,win:_,mac:E,linux:b,touch:Gx,ssr:t==="ssr"}}function TA(e,t){const{thresholds:n,mobileBreakpoint:r}=FA(e),s=li(lC(t)),a=li(uC(t)),l=sn({}),c=li(aC(t));function d(){s.value=lC(),c.value=aC()}function f(){d(),a.value=uC()}return Iu(()=>{const p=c.value<n.sm,_=c.value<n.md&&!p,E=c.value<n.lg&&!(_||p),b=c.value<n.xl&&!(E||_||p),N=c.value<n.xxl&&!(b||E||_||p),D=c.value>=n.xxl,k=p?"xs":_?"sm":E?"md":b?"lg":N?"xl":"xxl",S=typeof r=="number"?r:n[r],V=c.value<S;l.xs=p,l.sm=_,l.md=E,l.lg=b,l.xl=N,l.xxl=D,l.smAndUp=!p,l.mdAndUp=!(p||_),l.lgAndUp=!(p||_||E),l.xlAndUp=!(p||_||E||b),l.smAndDown=!(E||b||N||D),l.mdAndDown=!(b||N||D),l.lgAndDown=!(N||D),l.xlAndDown=!D,l.name=k,l.height=s.value,l.width=c.value,l.mobile=V,l.mobileBreakpoint=r,l.platform=a.value,l.thresholds=n}),wo&&window.addEventListener("resize",d,{passive:!0}),{...__(l),update:f,ssr:!!t}}const EA=Symbol.for("vuetify:goto");function vA(){return{container:void 0,duration:300,layout:!1,offset:0,easing:"easeInOutCubic",patterns:{linear:e=>e,easeInQuad:e=>e**2,easeOutQuad:e=>e*(2-e),easeInOutQuad:e=>e<.5?2*e**2:-1+(4-2*e)*e,easeInCubic:e=>e**3,easeOutCubic:e=>--e**3+1,easeInOutCubic:e=>e<.5?4*e**3:(e-1)*(2*e-2)*(2*e-2)+1,easeInQuart:e=>e**4,easeOutQuart:e=>1- --e**4,easeInOutQuart:e=>e<.5?8*e**4:1-8*--e**4,easeInQuint:e=>e**5,easeOutQuint:e=>1+--e**5,easeInOutQuint:e=>e<.5?16*e**5:1+16*--e**5}}}function bA(e,t){return{rtl:t.isRtl,options:sr(vA(),e)}}const SA={collapse:"mdi-chevron-up",complete:"mdi-check",cancel:"mdi-close-circle",close:"mdi-close",delete:"mdi-close-circle",clear:"mdi-close-circle",success:"mdi-check-circle",info:"mdi-information",warning:"mdi-alert-circle",error:"mdi-close-circle",prev:"mdi-chevron-left",next:"mdi-chevron-right",checkboxOn:"mdi-checkbox-marked",checkboxOff:"mdi-checkbox-blank-outline",checkboxIndeterminate:"mdi-minus-box",delimiter:"mdi-circle",sortAsc:"mdi-arrow-up",sortDesc:"mdi-arrow-down",expand:"mdi-chevron-down",menu:"mdi-menu",subgroup:"mdi-menu-down",dropdown:"mdi-menu-down",radioOn:"mdi-radiobox-marked",radioOff:"mdi-radiobox-blank",edit:"mdi-pencil",ratingEmpty:"mdi-star-outline",ratingFull:"mdi-star",ratingHalf:"mdi-star-half-full",loading:"mdi-cached",first:"mdi-page-first",last:"mdi-page-last",unfold:"mdi-unfold-more-horizontal",file:"mdi-paperclip",plus:"mdi-plus",minus:"mdi-minus",calendar:"mdi-calendar",treeviewCollapse:"mdi-menu-down",treeviewExpand:"mdi-menu-right",eyeDropper:"mdi-eyedropper"},RA={component:e=>Ou(Cy,{...e,class:"mdi"})},DA=[String,Function,Object,Array],cC=Symbol.for("vuetify:icons"),Wu=ms({icon:{type:DA},tag:{type:String,required:!0}},"icon");cy()({name:"VComponentIcon",props:Wu(),setup(e,t){let{slots:n}=t;return()=>{const r=e.icon;return Ge(e.tag,null,{default:()=>{var s;return[e.icon?Ge(r,null,null):(s=n.default)==null?void 0:s.call(n)]}})}}});const LA=Da({name:"VSvgIcon",inheritAttrs:!1,props:Wu(),setup(e,t){let{attrs:n}=t;return()=>Ge(e.tag,lf(n,{style:null}),{default:()=>[Ge("svg",{class:"v-icon__svg",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",role:"img","aria-hidden":"true"},[Array.isArray(e.icon)?e.icon.map(r=>Array.isArray(r)?Ge("path",{d:r[0],"fill-opacity":r[1]},null):Ge("path",{d:r},null)):Ge("path",{d:e.icon},null)])]})}});Da({name:"VLigatureIcon",props:Wu(),setup(e){return()=>Ge(e.tag,null,{default:()=>[e.icon]})}});const Cy=Da({name:"VClassIcon",props:Wu(),setup(e){return()=>Ge(e.tag,{class:e.icon},null)}});function BA(){return{svg:{component:LA},class:{component:Cy}}}function xA(e){const t=BA(),n=(e==null?void 0:e.defaultSet)??"mdi";return n==="mdi"&&!t.mdi&&(t.mdi=RA),sr({defaultSet:n,sets:t,aliases:{...SA,vuetify:["M8.2241 14.2009L12 21L22 3H14.4459L8.2241 14.2009Z",["M7.26303 12.4733L7.00113 12L2 3H12.5261C12.5261 3 12.5261 3 12.5261 3L7.26303 12.4733Z",.6]],"vuetify-outline":"svg:M7.26 12.47 12.53 3H2L7.26 12.47ZM14.45 3 8.22 14.2 12 21 22 3H14.45ZM18.6 5 12 16.88 10.51 14.2 15.62 5ZM7.26 8.35 5.4 5H9.13L7.26 8.35Z","vuetify-play":["m6.376 13.184-4.11-7.192C1.505 4.66 2.467 3 4.003 3h8.532l-.953 1.576-.006.01-.396.677c-.429.732-.214 1.507.194 2.015.404.503 1.092.878 1.869.806a3.72 3.72 0 0 1 1.005.022c.276.053.434.143.523.237.138.146.38.635-.25 2.09-.893 1.63-1.553 1.722-1.847 1.677-.213-.033-.468-.158-.756-.406a4.95 4.95 0 0 1-.8-.927c-.39-.564-1.04-.84-1.66-.846-.625-.006-1.316.27-1.693.921l-.478.826-.911 1.506Z",["M9.093 11.552c.046-.079.144-.15.32-.148a.53.53 0 0 1 .43.207c.285.414.636.847 1.046 1.2.405.35.914.662 1.516.754 1.334.205 2.502-.698 3.48-2.495l.014-.028.013-.03c.687-1.574.774-2.852-.005-3.675-.37-.391-.861-.586-1.333-.676a5.243 5.243 0 0 0-1.447-.044c-.173.016-.393-.073-.54-.257-.145-.18-.127-.316-.082-.392l.393-.672L14.287 3h5.71c1.536 0 2.499 1.659 1.737 2.992l-7.997 13.996c-.768 1.344-2.706 1.344-3.473 0l-3.037-5.314 1.377-2.278.004-.006.004-.007.481-.831Z",.6]]}},e)}const Cu=Symbol.for("vuetify:theme"),wA=ms({theme:String},"theme");function dC(){return{defaultTheme:"light",variations:{colors:[],lighten:0,darken:0},themes:{light:{dark:!1,colors:{background:"#FFFFFF",surface:"#FFFFFF","surface-bright":"#FFFFFF","surface-light":"#EEEEEE","surface-variant":"#424242","on-surface-variant":"#EEEEEE",primary:"#1867C0","primary-darken-1":"#1F5592",secondary:"#48A9A6","secondary-darken-1":"#018786",error:"#B00020",info:"#2196F3",success:"#4CAF50",warning:"#FB8C00"},variables:{"border-color":"#000000","border-opacity":.12,"high-emphasis-opacity":.87,"medium-emphasis-opacity":.6,"disabled-opacity":.38,"idle-opacity":.04,"hover-opacity":.04,"focus-opacity":.12,"selected-opacity":.08,"activated-opacity":.12,"pressed-opacity":.12,"dragged-opacity":.08,"theme-kbd":"#212529","theme-on-kbd":"#FFFFFF","theme-code":"#F5F5F5","theme-on-code":"#000000"}},dark:{dark:!0,colors:{background:"#121212",surface:"#212121","surface-bright":"#ccbfd6","surface-light":"#424242","surface-variant":"#a3a3a3","on-surface-variant":"#424242",primary:"#2196F3","primary-darken-1":"#277CC1",secondary:"#54B6B2","secondary-darken-1":"#48A9A6",error:"#CF6679",info:"#2196F3",success:"#4CAF50",warning:"#FB8C00"},variables:{"border-color":"#FFFFFF","border-opacity":.12,"high-emphasis-opacity":1,"medium-emphasis-opacity":.7,"disabled-opacity":.5,"idle-opacity":.1,"hover-opacity":.04,"focus-opacity":.12,"selected-opacity":.08,"activated-opacity":.12,"pressed-opacity":.16,"dragged-opacity":.08,"theme-kbd":"#212529","theme-on-kbd":"#FFFFFF","theme-code":"#343434","theme-on-code":"#CCCCCC"}}}}}function AA(){var r,s;let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:dC();const t=dC();if(!e)return{...t,isDisabled:!0};const n={};for(const[a,l]of Object.entries(e.themes??{})){const c=l.dark||a==="dark"?(r=t.themes)==null?void 0:r.dark:(s=t.themes)==null?void 0:s.light;n[a]=sr(c,l)}return sr(t,{...e,themes:n})}function IA(e){const t=AA(e),n=en(t.defaultTheme),r=en(t.themes),s=we(()=>{const p={};for(const[_,E]of Object.entries(r.value)){const b=p[_]={...E,colors:{...E.colors}};if(t.variations)for(const N of t.variations.colors){const D=b.colors[N];if(D)for(const k of["lighten","darken"]){const S=k==="lighten"?Cw:_w;for(const V of ty(t.variations[k],1))b.colors[`${N}-${k}-${V}`]=hw(S(Ao(D),V))}}for(const N of Object.keys(b.colors)){if(/^on-[a-z]/.test(N)||b.colors[`on-${N}`])continue;const D=`on-${N}`,k=Ao(b.colors[N]);b.colors[D]=sy(k)}}return p}),a=we(()=>s.value[n.value]),l=we(()=>{var N;const p=[];(N=a.value)!=null&&N.dark&&ti(p,":root",["color-scheme: dark"]),ti(p,":root",mC(a.value));for(const[D,k]of Object.entries(s.value))ti(p,`.v-theme--${D}`,[`color-scheme: ${k.dark?"dark":"normal"}`,...mC(k)]);const _=[],E=[],b=new Set(Object.values(s.value).flatMap(D=>Object.keys(D.colors)));for(const D of b)/^on-[a-z]/.test(D)?ti(E,`.${D}`,[`color: rgb(var(--v-theme-${D})) !important`]):(ti(_,`.bg-${D}`,[`--v-theme-overlay-multiplier: var(--v-theme-${D}-overlay-multiplier)`,`background-color: rgb(var(--v-theme-${D})) !important`,`color: rgb(var(--v-theme-on-${D})) !important`]),ti(E,`.text-${D}`,[`color: rgb(var(--v-theme-${D})) !important`]),ti(E,`.border-${D}`,[`--v-border-color: var(--v-theme-${D})`]));return p.push(..._,...E),p.map((D,k)=>k===0?D:` ${D}`).join("")});function c(){return{style:[{children:l.value,id:"vuetify-theme-stylesheet",nonce:t.cspNonce||!1}]}}function d(p){if(t.isDisabled)return;const _=p._context.provides.usehead;if(_)if(_.push){const b=_.push(c);wo&&on(l,()=>{b.patch(c)})}else wo?(_.addHeadObjs(we(c)),Iu(()=>_.updateDOM())):_.addHeadObjs(c());else{let N=function(){if(typeof document<"u"&&!b){const D=document.createElement("style");D.type="text/css",D.id="vuetify-theme-stylesheet",t.cspNonce&&D.setAttribute("nonce",t.cspNonce),b=D,document.head.appendChild(b)}b&&(b.innerHTML=l.value)};var E=N;let b=wo?document.getElementById("vuetify-theme-stylesheet"):null;wo?on(l,N,{immediate:!0}):N()}}const f=we(()=>t.isDisabled?void 0:`v-theme--${n.value}`);return{install:d,isDisabled:t.isDisabled,name:n,themes:r,current:a,computedThemes:s,themeClasses:f,styles:l,global:{name:n,current:a}}}function NA(e){fs("provideTheme");const t=Lr(Cu,null);if(!t)throw new Error("Could not find Vuetify theme injection");const n=we(()=>e.theme??t.name.value),r=we(()=>t.themes.value[n.value]),s=we(()=>t.isDisabled?void 0:`v-theme--${n.value}`),a={...t,name:n,current:r,themeClasses:s};return of(Cu,a),a}function ti(e,t,n){e.push(`${t} {
|
|
19
|
+
`,...n.map(r=>` ${r};
|
|
20
20
|
`),`}
|
|
21
|
-
`)}function
|
|
21
|
+
`)}function mC(e){const t=e.dark?2:1,n=e.dark?1:2,r=[];for(const[s,a]of Object.entries(e.colors)){const l=Ao(a);r.push(`--v-theme-${s}: ${l.r},${l.g},${l.b}`),s.startsWith("on-")||r.push(`--v-theme-${s}-overlay-multiplier: ${yw(a)>.18?t:n}`)}for(const[s,a]of Object.entries(e.variables)){const l=typeof a=="string"&&a.startsWith("#")?Ao(a):void 0,c=l?`${l.r}, ${l.g}, ${l.b}`:void 0;r.push(`--v-${s}: ${c??a}`)}return r}function _y(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const{blueprint:t,...n}=e,r=sr(t,n),{aliases:s={},components:a={},directives:l={}}=r,c=Tw(r.defaults),d=TA(r.display,r.ssr),f=IA(r.theme),p=xA(r.icons),_=Bw(r.locale),E=_A(r.date,_),b=bA(r.goTo,_);return{install:D=>{for(const k in l)D.directive(k,l[k]);for(const k in a)D.component(k,a[k]);for(const k in s)D.component(k,Da({...s[k],name:k,aliasName:s[k].name}));if(f.install(D),D.provide(Ca,c),D.provide(iC,d),D.provide(Cu,f),D.provide(cC,p),D.provide(gm,_),D.provide(CA,E.options),D.provide(rC,E.instance),D.provide(EA,b),wo&&r.ssr)if(D.$nuxt)D.$nuxt.hook("app:suspense:resolve",()=>{d.update()});else{const{mount:k}=D;D.mount=function(){const S=k(...arguments);return T_(()=>d.update()),D.mount=k,S}}ly.reset(),D.mixin({computed:{$vuetify(){return sn({defaults:Vi.call(this,Ca),display:Vi.call(this,iC),theme:Vi.call(this,Cu),icons:Vi.call(this,cC),locale:Vi.call(this,gm),date:Vi.call(this,rC)})}}})},defaults:c,display:d,theme:f,icons:p,locale:_,date:E,goTo:b}}const PA="3.7.2";_y.version=PA;function Vi(e){var r,s;const t=this.$,n=((r=t.parent)==null?void 0:r.provides)??((s=t.vnode.appContext)==null?void 0:s.provides);if(n&&e in n)return n[e]}const jn=(e,t)=>{const n=e.__vccOpts||e;for(const[r,s]of t)n[r]=s;return n},VA={},OA={width:"26",height:"26",viewBox:"0 0 26 26",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function kA(e,t){return re(),_e("svg",OA,t[0]||(t[0]=[X("path",{d:"M11.1665 11.1667V0.166748H14.8332V11.1667H25.8332V14.8334H14.8332V25.8334H11.1665V14.8334H0.166504V11.1667H11.1665Z",fill:"var(--blue-400)"},null,-1)]))}const fC=jn(VA,[["render",kA]]),MA={},WA={xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"};function HA(e,t){return re(),_e("svg",WA,t[0]||(t[0]=[X("path",{d:"M3 3L13 13",stroke:"var(--black)"},null,-1),X("path",{d:"M13 3L3 13",stroke:"var(--black)"},null,-1)]))}const $A=jn(MA,[["render",HA]]),UA={class:"template-select bootstrap-styles d-flex flex-column bg-white justify-content-start align-items-center"},zA=["href"],jA={class:"icon-hover-stroke-black"},GA={class:"bootstrap-styles input__switch border rounded-2 d-flex bg-color-input mb-13"},YA={class:"bootstrap-styles input__switch_wrapper d-flex justify-content-between p-14 w-100"},KA={key:0,class:"template-select__list"},qA={class:"bootstrap-styles mb-3"},XA={key:1,class:"template-select__list"},JA={class:"bootstrap-styles mb-3"},ZA=lt({__name:"FavoritesTemplateList",props:{deps:{}},emits:["initialTemplateSelected"],setup(e,{emit:t}){const n=e,r=sn({favoriteTemplates:"CUSTOM"}),s=t,a=n.deps.emailTemplatePreviewComponents.custom,l=n.deps.emailTemplatePreviewComponents.default;return(c,d)=>(re(),_e("div",UA,[X("a",{class:"favorites-template-selector__close",href:n.deps.exitLink},[X("i",jA,[Ge($A)])],8,zA),d[6]||(d[6]=X("h1",{class:"bootstrap-styles mb-11"}," Username, добро пожаловать! ",-1)),d[7]||(d[7]=X("div",{class:"bootstrap-styles mb-13"}," Выберите готовую тему или начните с чистого листа ",-1)),X("div",GA,[X("div",YA,[X("button",{class:Mn(["bootstrap-styles input__switch_button d-flex justify-content-center py-14 px-1 text-gray-600",{active:r.favoriteTemplates==="CUSTOM"}]),onClick:d[0]||(d[0]=f=>r.favoriteTemplates="CUSTOM")}," Пользовательские ",2),X("button",{class:Mn(["bootstrap-styles input__switch_button d-flex justify-content-center py-14 px-1 text-gray-600",{active:r.favoriteTemplates==="DEFAULT"}]),onClick:d[1]||(d[1]=f=>r.favoriteTemplates="DEFAULT")}," Стандартные ",2)])]),r.favoriteTemplates==="CUSTOM"?(re(),_e("div",KA,[X("button",{class:"bootstrap-styles d-flex flex-column justify-content-center align-items-center template-select__new-item overflow-hidden border rounded-3",type:"button",onClick:d[2]||(d[2]=f=>s("initialTemplateSelected"))},[X("i",qA,[Ge(fC)]),d[4]||(d[4]=mu(" Чистый лист "))]),(re(!0),_e(tt,null,An(ie(a),(f,p)=>(re(),_e("div",{key:p,class:"template-select__item bootstrap-styles overflow-hidden border rounded-3"},[(re(),at(pg(f)))]))),128))])):Qt("",!0),r.favoriteTemplates==="DEFAULT"?(re(),_e("div",XA,[X("button",{class:"bootstrap-styles d-flex flex-column justify-content-center align-items-center template-select__new-item overflow-hidden border rounded-3",type:"button",onClick:d[3]||(d[3]=f=>s("initialTemplateSelected"))},[X("i",JA,[Ge(fC)]),d[5]||(d[5]=mu(" Чистый лист "))]),(re(!0),_e(tt,null,An(ie(l),(f,p)=>(re(),_e("div",{key:p,class:"template-select__item bootstrap-styles overflow-hidden border rounded-3"},[(re(),at(pg(f)))]))),128))])):Qt("",!0)]))}});const QA=jn(ZA,[["__scopeId","data-v-1b7868f4"]]),eI=lt({__name:"FavoritesTemplateSelector",props:{deps:{}},emits:["initialTemplateSelected"],setup(e,{emit:t}){const n=e,r=t;return(s,a)=>(re(),at(QA,{deps:n.deps.favoritesTemplateListDeps,onInitialTemplateSelected:a[0]||(a[0]=l=>r("initialTemplateSelected"))},null,8,["deps"]))}}),tI=lt({__name:"CreateEmailTemplateApp",props:{deps:{}},emits:["initialTemplateSelected"],setup(e,{emit:t}){const n=sn({template:void 0}),r=e,s=t;return(a,l)=>n.template===void 0?(re(),at(eI,{key:0,deps:r.deps.favoritesTemplateSelectorDeps,onInitialTemplateSelected:l[0]||(l[0]=c=>s("initialTemplateSelected"))},null,8,["deps"])):Qt("",!0)}});var nI=Symbol("@ts-pattern/matcher");function gi(e){var t;return(t={})[nI]=function(){return{match:function(n){return{matched:!!e(n)}}}},t}gi(function(e){return!0});gi(function(e){return typeof e=="string"});gi(function(e){return typeof e=="number"});gi(function(e){return typeof e=="boolean"});gi(function(e){return typeof e=="bigint"});gi(function(e){return typeof e=="symbol"});gi(function(e){return e==null});/*!
|
|
22
22
|
* shared v9.8.0
|
|
23
23
|
* (c) 2023 kazuya kawaguchi
|
|
24
24
|
* Released under the MIT License.
|
|
25
|
-
*/const
|
|
25
|
+
*/const _m=typeof window<"u",Or=(e,t=!1)=>t?Symbol.for(e):Symbol(e),oI=(e,t,n)=>rI({l:e,k:t,s:n}),rI=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),$t=e=>typeof e=="number"&&isFinite(e),iI=e=>Fy(e)==="[object Date]",xr=e=>Fy(e)==="[object RegExp]",Hu=e=>Re(e)&&Object.keys(e).length===0,rn=Object.assign;let hC;const tr=()=>hC||(hC=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function pC(e){return e.replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}const sI=Object.prototype.hasOwnProperty;function _a(e,t){return sI.call(e,t)}const Ft=Array.isArray,_t=e=>typeof e=="function",ae=e=>typeof e=="string",Ue=e=>typeof e=="boolean",nt=e=>e!==null&&typeof e=="object",aI=e=>nt(e)&&_t(e.then)&&_t(e.catch),yy=Object.prototype.toString,Fy=e=>yy.call(e),Re=e=>{if(!nt(e))return!1;const t=Object.getPrototypeOf(e);return t===null||t.constructor===Object},lI=e=>e==null?"":Ft(e)||Re(e)&&e.toString===yy?JSON.stringify(e,null,2):String(e);function uI(e,t=""){return e.reduce((n,r,s)=>s===0?n+r:n+t+r,"")}function cf(e){let t=e;return()=>++t}function cI(e,t){typeof console<"u"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const kl=e=>!nt(e)||Ft(e);function aa(e,t){if(kl(e)||kl(t))throw new Error("Invalid value");for(const n in e)_a(e,n)&&(kl(e[n])||kl(t[n])?t[n]=e[n]:aa(e[n],t[n]))}/*!
|
|
26
26
|
* message-compiler v9.8.0
|
|
27
27
|
* (c) 2023 kazuya kawaguchi
|
|
28
28
|
* Released under the MIT License.
|
|
29
|
-
*/function
|
|
30
|
-
`,mP=String.fromCharCode(8232),pP=String.fromCharCode(8233);function gP(e){const t=e;let n=0,o=1,s=1,a=0;const l=U=>t[U]===hP&&t[U+1]===_n,c=U=>t[U]===_n,d=U=>t[U]===pP,m=U=>t[U]===mP,p=U=>l(U)||c(U)||d(U)||m(U),E=()=>n,C=()=>o,w=()=>s,N=()=>a,x=U=>l(U)||d(U)||m(U)?_n:t[U],F=()=>x(n),S=()=>x(n+a);function B(){return a=0,p(n)&&(o++,s=0),l(n)&&n++,n++,s++,t[n]}function $(){return l(n+a)&&a++,a++,t[n+a]}function A(){n=0,o=1,s=1,a=0}function H(U=0){a=U}function G(){const U=n+a;for(;U!==n;)B();a=0}return{index:E,line:C,column:w,peekOffset:N,charAt:x,currentChar:F,currentPeek:S,next:B,peek:$,reset:A,resetPeek:H,skipToPeek:G}}const bo=void 0,_P=".",m_="'",EP="tokenizer";function vP(e,t={}){const n=t.location!==!1,o=gP(e),s=()=>o.index(),a=()=>aP(o.line(),o.column(),o.index()),l=a(),c=s(),d={currentType:14,offset:c,startLoc:l,endLoc:l,lastType:14,lastOffset:c,lastStartLoc:l,lastEndLoc:l,braceNest:0,inLinked:!1,text:""},m=()=>d,{onError:p}=t;function E(g,h,b,...D){const M=m();if(h.column+=b,h.offset+=b,p){const V=n?Ed(M.startLoc,h):null,ee=ms(g,V,{domain:EP,args:D});p(ee)}}function C(g,h,b){g.endLoc=a(),g.currentType=h;const D={type:h};return n&&(D.loc=Ed(g.startLoc,g.endLoc)),b!=null&&(D.value=b),D}const w=g=>C(g,14);function N(g,h){return g.currentChar()===h?(g.next(),h):(E(be.EXPECTED_TOKEN,a(),0,h),"")}function x(g){let h="";for(;g.currentPeek()===Xr||g.currentPeek()===_n;)h+=g.currentPeek(),g.peek();return h}function F(g){const h=x(g);return g.skipToPeek(),h}function S(g){if(g===bo)return!1;const h=g.charCodeAt(0);return h>=97&&h<=122||h>=65&&h<=90||h===95}function B(g){if(g===bo)return!1;const h=g.charCodeAt(0);return h>=48&&h<=57}function $(g,h){const{currentType:b}=h;if(b!==2)return!1;x(g);const D=S(g.currentPeek());return g.resetPeek(),D}function A(g,h){const{currentType:b}=h;if(b!==2)return!1;x(g);const D=g.currentPeek()==="-"?g.peek():g.currentPeek(),M=B(D);return g.resetPeek(),M}function H(g,h){const{currentType:b}=h;if(b!==2)return!1;x(g);const D=g.currentPeek()===m_;return g.resetPeek(),D}function G(g,h){const{currentType:b}=h;if(b!==8)return!1;x(g);const D=g.currentPeek()===".";return g.resetPeek(),D}function U(g,h){const{currentType:b}=h;if(b!==9)return!1;x(g);const D=S(g.currentPeek());return g.resetPeek(),D}function le(g,h){const{currentType:b}=h;if(!(b===8||b===12))return!1;x(g);const D=g.currentPeek()===":";return g.resetPeek(),D}function ce(g,h){const{currentType:b}=h;if(b!==10)return!1;const D=()=>{const V=g.currentPeek();return V==="{"?S(g.peek()):V==="@"||V==="%"||V==="|"||V===":"||V==="."||V===Xr||!V?!1:V===_n?(g.peek(),D()):S(V)},M=D();return g.resetPeek(),M}function de(g){x(g);const h=g.currentPeek()==="|";return g.resetPeek(),h}function Pe(g){const h=x(g),b=g.currentPeek()==="%"&&g.peek()==="{";return g.resetPeek(),{isModulo:b,hasSpace:h.length>0}}function ke(g,h=!0){const b=(M=!1,V="",ee=!1)=>{const q=g.currentPeek();return q==="{"?V==="%"?!1:M:q==="@"||!q?V==="%"?!0:M:q==="%"?(g.peek(),b(M,"%",!0)):q==="|"?V==="%"||ee?!0:!(V===Xr||V===_n):q===Xr?(g.peek(),b(!0,Xr,ee)):q===_n?(g.peek(),b(!0,_n,ee)):!0},D=b();return h&&g.resetPeek(),D}function We(g,h){const b=g.currentChar();return b===bo?bo:h(b)?(g.next(),b):null}function Tt(g){return We(g,b=>{const D=b.charCodeAt(0);return D>=97&&D<=122||D>=65&&D<=90||D>=48&&D<=57||D===95||D===36})}function Bt(g){return We(g,b=>{const D=b.charCodeAt(0);return D>=48&&D<=57})}function Le(g){return We(g,b=>{const D=b.charCodeAt(0);return D>=48&&D<=57||D>=65&&D<=70||D>=97&&D<=102})}function ge(g){let h="",b="";for(;h=Bt(g);)b+=h;return b}function Te(g){F(g);const h=g.currentChar();return h!=="%"&&E(be.EXPECTED_TOKEN,a(),0,h),g.next(),"%"}function qe(g){let h="";for(;;){const b=g.currentChar();if(b==="{"||b==="}"||b==="@"||b==="|"||!b)break;if(b==="%")if(ke(g))h+=b,g.next();else break;else if(b===Xr||b===_n)if(ke(g))h+=b,g.next();else{if(de(g))break;h+=b,g.next()}else h+=b,g.next()}return h}function Fe(g){F(g);let h="",b="";for(;h=Tt(g);)b+=h;return g.currentChar()===bo&&E(be.UNTERMINATED_CLOSING_BRACE,a(),0),b}function Je(g){F(g);let h="";return g.currentChar()==="-"?(g.next(),h+=`-${ge(g)}`):h+=ge(g),g.currentChar()===bo&&E(be.UNTERMINATED_CLOSING_BRACE,a(),0),h}function De(g){F(g),N(g,"'");let h="",b="";const D=V=>V!==m_&&V!==_n;for(;h=We(g,D);)h==="\\"?b+=Gt(g):b+=h;const M=g.currentChar();return M===_n||M===bo?(E(be.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,a(),0),M===_n&&(g.next(),N(g,"'")),b):(N(g,"'"),b)}function Gt(g){const h=g.currentChar();switch(h){case"\\":case"'":return g.next(),`\\${h}`;case"u":return He(g,h,4);case"U":return He(g,h,6);default:return E(be.UNKNOWN_ESCAPE_SEQUENCE,a(),0,h),""}}function He(g,h,b){N(g,h);let D="";for(let M=0;M<b;M++){const V=Le(g);if(!V){E(be.INVALID_UNICODE_ESCAPE_SEQUENCE,a(),0,`\\${h}${D}${g.currentChar()}`);break}D+=V}return`\\${h}${D}`}function it(g){F(g);let h="",b="";const D=M=>M!=="{"&&M!=="}"&&M!==Xr&&M!==_n;for(;h=We(g,D);)b+=h;return b}function pt(g){let h="",b="";for(;h=Tt(g);)b+=h;return b}function kt(g){const h=(b=!1,D)=>{const M=g.currentChar();return M==="{"||M==="%"||M==="@"||M==="|"||M==="("||M===")"||!M||M===Xr?D:M===_n||M===_P?(D+=M,g.next(),h(b,D)):(D+=M,g.next(),h(!0,D))};return h(!1,"")}function nt(g){F(g);const h=N(g,"|");return F(g),h}function wt(g,h){let b=null;switch(g.currentChar()){case"{":return h.braceNest>=1&&E(be.NOT_ALLOW_NEST_PLACEHOLDER,a(),0),g.next(),b=C(h,2,"{"),F(g),h.braceNest++,b;case"}":return h.braceNest>0&&h.currentType===2&&E(be.EMPTY_PLACEHOLDER,a(),0),g.next(),b=C(h,3,"}"),h.braceNest--,h.braceNest>0&&F(g),h.inLinked&&h.braceNest===0&&(h.inLinked=!1),b;case"@":return h.braceNest>0&&E(be.UNTERMINATED_CLOSING_BRACE,a(),0),b=At(g,h)||w(h),h.braceNest=0,b;default:let M=!0,V=!0,ee=!0;if(de(g))return h.braceNest>0&&E(be.UNTERMINATED_CLOSING_BRACE,a(),0),b=C(h,1,nt(g)),h.braceNest=0,h.inLinked=!1,b;if(h.braceNest>0&&(h.currentType===5||h.currentType===6||h.currentType===7))return E(be.UNTERMINATED_CLOSING_BRACE,a(),0),h.braceNest=0,lt(g,h);if(M=$(g,h))return b=C(h,5,Fe(g)),F(g),b;if(V=A(g,h))return b=C(h,6,Je(g)),F(g),b;if(ee=H(g,h))return b=C(h,7,De(g)),F(g),b;if(!M&&!V&&!ee)return b=C(h,13,it(g)),E(be.INVALID_TOKEN_IN_PLACEHOLDER,a(),0,b.value),F(g),b;break}return b}function At(g,h){const{currentType:b}=h;let D=null;const M=g.currentChar();switch((b===8||b===9||b===12||b===10)&&(M===_n||M===Xr)&&E(be.INVALID_LINKED_FORMAT,a(),0),M){case"@":return g.next(),D=C(h,8,"@"),h.inLinked=!0,D;case".":return F(g),g.next(),C(h,9,".");case":":return F(g),g.next(),C(h,10,":");default:return de(g)?(D=C(h,1,nt(g)),h.braceNest=0,h.inLinked=!1,D):G(g,h)||le(g,h)?(F(g),At(g,h)):U(g,h)?(F(g),C(h,12,pt(g))):ce(g,h)?(F(g),M==="{"?wt(g,h)||D:C(h,11,kt(g))):(b===8&&E(be.INVALID_LINKED_FORMAT,a(),0),h.braceNest=0,h.inLinked=!1,lt(g,h))}}function lt(g,h){let b={type:14};if(h.braceNest>0)return wt(g,h)||w(h);if(h.inLinked)return At(g,h)||w(h);switch(g.currentChar()){case"{":return wt(g,h)||w(h);case"}":return E(be.UNBALANCED_CLOSING_BRACE,a(),0),g.next(),C(h,3,"}");case"@":return At(g,h)||w(h);default:if(de(g))return b=C(h,1,nt(g)),h.braceNest=0,h.inLinked=!1,b;const{isModulo:M,hasSpace:V}=Pe(g);if(M)return V?C(h,0,qe(g)):C(h,4,Te(g));if(ke(g))return C(h,0,qe(g));break}return b}function Ft(){const{currentType:g,offset:h,startLoc:b,endLoc:D}=d;return d.lastType=g,d.lastOffset=h,d.lastStartLoc=b,d.lastEndLoc=D,d.offset=s(),d.startLoc=a(),o.currentChar()===bo?C(d,14):lt(o,d)}return{nextToken:Ft,currentOffset:s,currentPosition:a,context:m}}const yP="parser",bP=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function CP(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 TP(e={}){const t=e.location!==!1,{onError:n}=e;function o(S,B,$,A,...H){const G=S.currentPosition();if(G.offset+=A,G.column+=A,n){const U=t?Ed($,G):null,le=ms(B,U,{domain:yP,args:H});n(le)}}function s(S,B,$){const A={type:S};return t&&(A.start=B,A.end=B,A.loc={start:$,end:$}),A}function a(S,B,$,A){A&&(S.type=A),t&&(S.end=B,S.loc&&(S.loc.end=$))}function l(S,B){const $=S.context(),A=s(3,$.offset,$.startLoc);return A.value=B,a(A,S.currentOffset(),S.currentPosition()),A}function c(S,B){const $=S.context(),{lastOffset:A,lastStartLoc:H}=$,G=s(5,A,H);return G.index=parseInt(B,10),S.nextToken(),a(G,S.currentOffset(),S.currentPosition()),G}function d(S,B){const $=S.context(),{lastOffset:A,lastStartLoc:H}=$,G=s(4,A,H);return G.key=B,S.nextToken(),a(G,S.currentOffset(),S.currentPosition()),G}function m(S,B){const $=S.context(),{lastOffset:A,lastStartLoc:H}=$,G=s(9,A,H);return G.value=B.replace(bP,CP),S.nextToken(),a(G,S.currentOffset(),S.currentPosition()),G}function p(S){const B=S.nextToken(),$=S.context(),{lastOffset:A,lastStartLoc:H}=$,G=s(8,A,H);return B.type!==12?(o(S,be.UNEXPECTED_EMPTY_LINKED_MODIFIER,$.lastStartLoc,0),G.value="",a(G,A,H),{nextConsumeToken:B,node:G}):(B.value==null&&o(S,be.UNEXPECTED_LEXICAL_ANALYSIS,$.lastStartLoc,0,xr(B)),G.value=B.value||"",a(G,S.currentOffset(),S.currentPosition()),{node:G})}function E(S,B){const $=S.context(),A=s(7,$.offset,$.startLoc);return A.value=B,a(A,S.currentOffset(),S.currentPosition()),A}function C(S){const B=S.context(),$=s(6,B.offset,B.startLoc);let A=S.nextToken();if(A.type===9){const H=p(S);$.modifier=H.node,A=H.nextConsumeToken||S.nextToken()}switch(A.type!==10&&o(S,be.UNEXPECTED_LEXICAL_ANALYSIS,B.lastStartLoc,0,xr(A)),A=S.nextToken(),A.type===2&&(A=S.nextToken()),A.type){case 11:A.value==null&&o(S,be.UNEXPECTED_LEXICAL_ANALYSIS,B.lastStartLoc,0,xr(A)),$.key=E(S,A.value||"");break;case 5:A.value==null&&o(S,be.UNEXPECTED_LEXICAL_ANALYSIS,B.lastStartLoc,0,xr(A)),$.key=d(S,A.value||"");break;case 6:A.value==null&&o(S,be.UNEXPECTED_LEXICAL_ANALYSIS,B.lastStartLoc,0,xr(A)),$.key=c(S,A.value||"");break;case 7:A.value==null&&o(S,be.UNEXPECTED_LEXICAL_ANALYSIS,B.lastStartLoc,0,xr(A)),$.key=m(S,A.value||"");break;default:o(S,be.UNEXPECTED_EMPTY_LINKED_KEY,B.lastStartLoc,0);const H=S.context(),G=s(7,H.offset,H.startLoc);return G.value="",a(G,H.offset,H.startLoc),$.key=G,a($,H.offset,H.startLoc),{nextConsumeToken:A,node:$}}return a($,S.currentOffset(),S.currentPosition()),{node:$}}function w(S){const B=S.context(),$=B.currentType===1?S.currentOffset():B.offset,A=B.currentType===1?B.endLoc:B.startLoc,H=s(2,$,A);H.items=[];let G=null;do{const ce=G||S.nextToken();switch(G=null,ce.type){case 0:ce.value==null&&o(S,be.UNEXPECTED_LEXICAL_ANALYSIS,B.lastStartLoc,0,xr(ce)),H.items.push(l(S,ce.value||""));break;case 6:ce.value==null&&o(S,be.UNEXPECTED_LEXICAL_ANALYSIS,B.lastStartLoc,0,xr(ce)),H.items.push(c(S,ce.value||""));break;case 5:ce.value==null&&o(S,be.UNEXPECTED_LEXICAL_ANALYSIS,B.lastStartLoc,0,xr(ce)),H.items.push(d(S,ce.value||""));break;case 7:ce.value==null&&o(S,be.UNEXPECTED_LEXICAL_ANALYSIS,B.lastStartLoc,0,xr(ce)),H.items.push(m(S,ce.value||""));break;case 8:const de=C(S);H.items.push(de.node),G=de.nextConsumeToken||null;break}}while(B.currentType!==14&&B.currentType!==1);const U=B.currentType===1?B.lastOffset:S.currentOffset(),le=B.currentType===1?B.lastEndLoc:S.currentPosition();return a(H,U,le),H}function N(S,B,$,A){const H=S.context();let G=A.items.length===0;const U=s(1,B,$);U.cases=[],U.cases.push(A);do{const le=w(S);G||(G=le.items.length===0),U.cases.push(le)}while(H.currentType!==14);return G&&o(S,be.MUST_HAVE_MESSAGES_IN_PLURAL,$,0),a(U,S.currentOffset(),S.currentPosition()),U}function x(S){const B=S.context(),{offset:$,startLoc:A}=B,H=w(S);return B.currentType===14?H:N(S,$,A,H)}function F(S){const B=vP(S,vy({},e)),$=B.context(),A=s(0,$.offset,$.startLoc);return t&&A.loc&&(A.loc.source=S),A.body=x(B),e.onCacheKey&&(A.cacheKey=e.onCacheKey(S)),$.currentType!==14&&o(B,be.UNEXPECTED_LEXICAL_ANALYSIS,$.lastStartLoc,0,S[$.offset]||""),a(A,B.currentOffset(),B.currentPosition()),A}return{parse:F}}function xr(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 wP(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:a=>(n.helpers.add(a),a)}}function p_(e,t){for(let n=0;n<e.length;n++)ch(e[n],t)}function ch(e,t){switch(e.type){case 1:p_(e.cases,t),t.helper("plural");break;case 2:p_(e.items,t);break;case 6:ch(e.key,t),t.helper("linked"),t.helper("type");break;case 5:t.helper("interpolate"),t.helper("list");break;case 4:t.helper("interpolate"),t.helper("named");break}}function SP(e,t={}){const n=wP(e);n.helper("normalize"),e.body&&ch(e.body,n);const o=n.context();e.helpers=Array.from(o.helpers)}function AP(e){const t=e.body;return t.type===2?g_(t):t.cases.forEach(n=>g_(n)),e}function g_(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;n<e.items.length;n++){const o=e.items[n];if(!(o.type===3||o.type===9)||o.value==null)break;t.push(o.value)}if(t.length===e.items.length){e.static=yy(t);for(let n=0;n<e.items.length;n++){const o=e.items[n];(o.type===3||o.type===9)&&delete o.value}}}}const xP="minifier";function Hi(e){switch(e.t=e.type,e.type){case 0:const t=e;Hi(t.body),t.b=t.body,delete t.body;break;case 1:const n=e,o=n.cases;for(let p=0;p<o.length;p++)Hi(o[p]);n.c=o,delete n.cases;break;case 2:const s=e,a=s.items;for(let p=0;p<a.length;p++)Hi(a[p]);s.i=a,delete s.items,s.static&&(s.s=s.static,delete s.static);break;case 3:case 9:case 8:case 7:const l=e;l.value&&(l.v=l.value,delete l.value);break;case 6:const c=e;Hi(c.key),c.k=c.key,delete c.key,c.modifier&&(Hi(c.modifier),c.m=c.modifier,delete c.modifier);break;case 5:const d=e;d.i=d.index,delete d.index;break;case 4:const m=e;m.k=m.key,delete m.key;break;default:throw ms(be.UNHANDLED_MINIFIER_NODE_TYPE,null,{domain:xP,args:[e.type]})}delete e.type}const LP="parser";function OP(e,t){const{sourceMap:n,filename:o,breakLineCode:s,needIndent:a}=t,l=t.location!==!1,c={filename:o,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:s,needIndent:a,indentLevel:0};l&&e.loc&&(c.source=e.loc.source);const d=()=>c;function m(F,S){c.code+=F}function p(F,S=!0){const B=S?s:"";m(a?B+" ".repeat(F):B)}function E(F=!0){const S=++c.indentLevel;F&&p(S)}function C(F=!0){const S=--c.indentLevel;F&&p(S)}function w(){p(c.indentLevel)}return{context:d,push:m,indent:E,deindent:C,newline:w,helper:F=>`_${F}`,needIndent:()=>c.needIndent}}function IP(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),ts(e,t.key),t.modifier?(e.push(", "),ts(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function RP(e,t){const{helper:n,needIndent:o}=e;e.push(`${n("normalize")}([`),e.indent(o());const s=t.items.length;for(let a=0;a<s&&(ts(e,t.items[a]),a!==s-1);a++)e.push(", ");e.deindent(o()),e.push("])")}function PP(e,t){const{helper:n,needIndent:o}=e;if(t.cases.length>1){e.push(`${n("plural")}([`),e.indent(o());const s=t.cases.length;for(let a=0;a<s&&(ts(e,t.cases[a]),a!==s-1);a++)e.push(", ");e.deindent(o()),e.push("])")}}function DP(e,t){t.body?ts(e,t.body):e.push("null")}function ts(e,t){const{helper:n}=e;switch(t.type){case 0:DP(e,t);break;case 1:PP(e,t);break;case 2:RP(e,t);break;case 6:IP(e,t);break;case 8:e.push(JSON.stringify(t.value),t);break;case 7:e.push(JSON.stringify(t.value),t);break;case 5:e.push(`${n("interpolate")}(${n("list")}(${t.index}))`,t);break;case 4:e.push(`${n("interpolate")}(${n("named")}(${JSON.stringify(t.key)}))`,t);break;case 9:e.push(JSON.stringify(t.value),t);break;case 3:e.push(JSON.stringify(t.value),t);break;default:throw ms(be.UNHANDLED_CODEGEN_NODE_TYPE,null,{domain:LP,args:[t.type]})}}const NP=(e,t={})=>{const n=h_(t.mode)?t.mode:"normal",o=h_(t.filename)?t.filename:"message.intl",s=!!t.sourceMap,a=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":`
|
|
31
|
-
`,l=t.needIndent?t.needIndent:n!=="arrow",c=e.helpers||[],d=
|
|
29
|
+
*/function dI(e,t,n){return{line:e,column:t,offset:n}}function ym(e,t,n){const r={start:e,end:t};return n!=null&&(r.source=n),r}const mI=/\{([0-9a-zA-Z]+)\}/g;function fI(e,...t){return t.length===1&&hI(t[0])&&(t=t[0]),(!t||!t.hasOwnProperty)&&(t={}),e.replace(mI,(n,r)=>t.hasOwnProperty(r)?t[r]:"")}const Ty=Object.assign,gC=e=>typeof e=="string",hI=e=>e!==null&&typeof e=="object";function Ey(e,t=""){return e.reduce((n,r,s)=>s===0?n+r:n+t+r,"")}const Ee={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},pI={[Ee.EXPECTED_TOKEN]:"Expected token: '{0}'",[Ee.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[Ee.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[Ee.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[Ee.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[Ee.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[Ee.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[Ee.EMPTY_PLACEHOLDER]:"Empty placeholder",[Ee.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[Ee.INVALID_LINKED_FORMAT]:"Invalid linked format",[Ee.MUST_HAVE_MESSAGES_IN_PLURAL]:"Plural must have messages",[Ee.UNEXPECTED_EMPTY_LINKED_MODIFIER]:"Unexpected empty linked modifier",[Ee.UNEXPECTED_EMPTY_LINKED_KEY]:"Unexpected empty linked key",[Ee.UNEXPECTED_LEXICAL_ANALYSIS]:"Unexpected lexical analysis in token: '{0}'",[Ee.UNHANDLED_CODEGEN_NODE_TYPE]:"unhandled codegen node type: '{0}'",[Ee.UNHANDLED_MINIFIER_NODE_TYPE]:"unhandled mimifier node type: '{0}'"};function hs(e,t,n={}){const{domain:r,messages:s,args:a}=n,l=fI((s||pI)[e]||"",...a||[]),c=new SyntaxError(String(l));return c.code=e,t&&(c.location=t),c.domain=r,c}function gI(e){throw e}const Jo=" ",CI="\r",_n=`
|
|
30
|
+
`,_I=String.fromCharCode(8232),yI=String.fromCharCode(8233);function FI(e){const t=e;let n=0,r=1,s=1,a=0;const l=$=>t[$]===CI&&t[$+1]===_n,c=$=>t[$]===_n,d=$=>t[$]===yI,f=$=>t[$]===_I,p=$=>l($)||c($)||d($)||f($),_=()=>n,E=()=>r,b=()=>s,N=()=>a,D=$=>l($)||d($)||f($)?_n:t[$],k=()=>D(n),S=()=>D(n+a);function V(){return a=0,p(n)&&(r++,s=0),l(n)&&n++,n++,s++,t[n]}function M(){return l(n+a)&&a++,a++,t[n+a]}function R(){n=0,r=1,s=1,a=0}function H($=0){a=$}function z(){const $=n+a;for(;$!==n;)V();a=0}return{index:_,line:E,column:b,peekOffset:N,charAt:D,currentChar:k,currentPeek:S,next:V,peek:M,reset:R,resetPeek:H,skipToPeek:z}}const Tr=void 0,TI=".",CC="'",EI="tokenizer";function vI(e,t={}){const n=t.location!==!1,r=FI(e),s=()=>r.index(),a=()=>dI(r.line(),r.column(),r.index()),l=a(),c=s(),d={currentType:14,offset:c,startLoc:l,endLoc:l,lastType:14,lastOffset:c,lastStartLoc:l,lastEndLoc:l,braceNest:0,inLinked:!1,text:""},f=()=>d,{onError:p}=t;function _(g,h,T,...I){const P=f();if(h.column+=T,h.offset+=T,p){const U=n?ym(P.startLoc,h):null,ee=hs(g,U,{domain:EI,args:I});p(ee)}}function E(g,h,T){g.endLoc=a(),g.currentType=h;const I={type:h};return n&&(I.loc=ym(g.startLoc,g.endLoc)),T!=null&&(I.value=T),I}const b=g=>E(g,14);function N(g,h){return g.currentChar()===h?(g.next(),h):(_(Ee.EXPECTED_TOKEN,a(),0,h),"")}function D(g){let h="";for(;g.currentPeek()===Jo||g.currentPeek()===_n;)h+=g.currentPeek(),g.peek();return h}function k(g){const h=D(g);return g.skipToPeek(),h}function S(g){if(g===Tr)return!1;const h=g.charCodeAt(0);return h>=97&&h<=122||h>=65&&h<=90||h===95}function V(g){if(g===Tr)return!1;const h=g.charCodeAt(0);return h>=48&&h<=57}function M(g,h){const{currentType:T}=h;if(T!==2)return!1;D(g);const I=S(g.currentPeek());return g.resetPeek(),I}function R(g,h){const{currentType:T}=h;if(T!==2)return!1;D(g);const I=g.currentPeek()==="-"?g.peek():g.currentPeek(),P=V(I);return g.resetPeek(),P}function H(g,h){const{currentType:T}=h;if(T!==2)return!1;D(g);const I=g.currentPeek()===CC;return g.resetPeek(),I}function z(g,h){const{currentType:T}=h;if(T!==8)return!1;D(g);const I=g.currentPeek()===".";return g.resetPeek(),I}function $(g,h){const{currentType:T}=h;if(T!==9)return!1;D(g);const I=S(g.currentPeek());return g.resetPeek(),I}function le(g,h){const{currentType:T}=h;if(!(T===8||T===12))return!1;D(g);const I=g.currentPeek()===":";return g.resetPeek(),I}function ce(g,h){const{currentType:T}=h;if(T!==10)return!1;const I=()=>{const U=g.currentPeek();return U==="{"?S(g.peek()):U==="@"||U==="%"||U==="|"||U===":"||U==="."||U===Jo||!U?!1:U===_n?(g.peek(),I()):S(U)},P=I();return g.resetPeek(),P}function me(g){D(g);const h=g.currentPeek()==="|";return g.resetPeek(),h}function Ae(g){const h=D(g),T=g.currentPeek()==="%"&&g.peek()==="{";return g.resetPeek(),{isModulo:T,hasSpace:h.length>0}}function Oe(g,h=!0){const T=(P=!1,U="",ee=!1)=>{const q=g.currentPeek();return q==="{"?U==="%"?!1:P:q==="@"||!q?U==="%"?!0:P:q==="%"?(g.peek(),T(P,"%",!0)):q==="|"?U==="%"||ee?!0:!(U===Jo||U===_n):q===Jo?(g.peek(),T(!0,Jo,ee)):q===_n?(g.peek(),T(!0,_n,ee)):!0},I=T();return h&&g.resetPeek(),I}function We(g,h){const T=g.currentChar();return T===Tr?Tr:h(T)?(g.next(),T):null}function vt(g){return We(g,T=>{const I=T.charCodeAt(0);return I>=97&&I<=122||I>=65&&I<=90||I>=48&&I<=57||I===95||I===36})}function Vt(g){return We(g,T=>{const I=T.charCodeAt(0);return I>=48&&I<=57})}function Le(g){return We(g,T=>{const I=T.charCodeAt(0);return I>=48&&I<=57||I>=65&&I<=70||I>=97&&I<=102})}function ge(g){let h="",T="";for(;h=Vt(g);)T+=h;return T}function ve(g){k(g);const h=g.currentChar();return h!=="%"&&_(Ee.EXPECTED_TOKEN,a(),0,h),g.next(),"%"}function qe(g){let h="";for(;;){const T=g.currentChar();if(T==="{"||T==="}"||T==="@"||T==="|"||!T)break;if(T==="%")if(Oe(g))h+=T,g.next();else break;else if(T===Jo||T===_n)if(Oe(g))h+=T,g.next();else{if(me(g))break;h+=T,g.next()}else h+=T,g.next()}return h}function ke(g){k(g);let h="",T="";for(;h=vt(g);)T+=h;return g.currentChar()===Tr&&_(Ee.UNTERMINATED_CLOSING_BRACE,a(),0),T}function Je(g){k(g);let h="";return g.currentChar()==="-"?(g.next(),h+=`-${ge(g)}`):h+=ge(g),g.currentChar()===Tr&&_(Ee.UNTERMINATED_CLOSING_BRACE,a(),0),h}function Ie(g){k(g),N(g,"'");let h="",T="";const I=U=>U!==CC&&U!==_n;for(;h=We(g,I);)h==="\\"?T+=zt(g):T+=h;const P=g.currentChar();return P===_n||P===Tr?(_(Ee.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,a(),0),P===_n&&(g.next(),N(g,"'")),T):(N(g,"'"),T)}function zt(g){const h=g.currentChar();switch(h){case"\\":case"'":return g.next(),`\\${h}`;case"u":return He(g,h,4);case"U":return He(g,h,6);default:return _(Ee.UNKNOWN_ESCAPE_SEQUENCE,a(),0,h),""}}function He(g,h,T){N(g,h);let I="";for(let P=0;P<T;P++){const U=Le(g);if(!U){_(Ee.INVALID_UNICODE_ESCAPE_SEQUENCE,a(),0,`\\${h}${I}${g.currentChar()}`);break}I+=U}return`\\${h}${I}`}function it(g){k(g);let h="",T="";const I=P=>P!=="{"&&P!=="}"&&P!==Jo&&P!==_n;for(;h=We(g,I);)T+=h;return T}function pt(g){let h="",T="";for(;h=vt(g);)T+=h;return T}function Ot(g){const h=(T=!1,I)=>{const P=g.currentChar();return P==="{"||P==="%"||P==="@"||P==="|"||P==="("||P===")"||!P||P===Jo?I:P===_n||P===TI?(I+=P,g.next(),h(T,I)):(I+=P,g.next(),h(!0,I))};return h(!1,"")}function ot(g){k(g);const h=N(g,"|");return k(g),h}function bt(g,h){let T=null;switch(g.currentChar()){case"{":return h.braceNest>=1&&_(Ee.NOT_ALLOW_NEST_PLACEHOLDER,a(),0),g.next(),T=E(h,2,"{"),k(g),h.braceNest++,T;case"}":return h.braceNest>0&&h.currentType===2&&_(Ee.EMPTY_PLACEHOLDER,a(),0),g.next(),T=E(h,3,"}"),h.braceNest--,h.braceNest>0&&k(g),h.inLinked&&h.braceNest===0&&(h.inLinked=!1),T;case"@":return h.braceNest>0&&_(Ee.UNTERMINATED_CLOSING_BRACE,a(),0),T=Rt(g,h)||b(h),h.braceNest=0,T;default:let P=!0,U=!0,ee=!0;if(me(g))return h.braceNest>0&&_(Ee.UNTERMINATED_CLOSING_BRACE,a(),0),T=E(h,1,ot(g)),h.braceNest=0,h.inLinked=!1,T;if(h.braceNest>0&&(h.currentType===5||h.currentType===6||h.currentType===7))return _(Ee.UNTERMINATED_CLOSING_BRACE,a(),0),h.braceNest=0,ut(g,h);if(P=M(g,h))return T=E(h,5,ke(g)),k(g),T;if(U=R(g,h))return T=E(h,6,Je(g)),k(g),T;if(ee=H(g,h))return T=E(h,7,Ie(g)),k(g),T;if(!P&&!U&&!ee)return T=E(h,13,it(g)),_(Ee.INVALID_TOKEN_IN_PLACEHOLDER,a(),0,T.value),k(g),T;break}return T}function Rt(g,h){const{currentType:T}=h;let I=null;const P=g.currentChar();switch((T===8||T===9||T===12||T===10)&&(P===_n||P===Jo)&&_(Ee.INVALID_LINKED_FORMAT,a(),0),P){case"@":return g.next(),I=E(h,8,"@"),h.inLinked=!0,I;case".":return k(g),g.next(),E(h,9,".");case":":return k(g),g.next(),E(h,10,":");default:return me(g)?(I=E(h,1,ot(g)),h.braceNest=0,h.inLinked=!1,I):z(g,h)||le(g,h)?(k(g),Rt(g,h)):$(g,h)?(k(g),E(h,12,pt(g))):ce(g,h)?(k(g),P==="{"?bt(g,h)||I:E(h,11,Ot(g))):(T===8&&_(Ee.INVALID_LINKED_FORMAT,a(),0),h.braceNest=0,h.inLinked=!1,ut(g,h))}}function ut(g,h){let T={type:14};if(h.braceNest>0)return bt(g,h)||b(h);if(h.inLinked)return Rt(g,h)||b(h);switch(g.currentChar()){case"{":return bt(g,h)||b(h);case"}":return _(Ee.UNBALANCED_CLOSING_BRACE,a(),0),g.next(),E(h,3,"}");case"@":return Rt(g,h)||b(h);default:if(me(g))return T=E(h,1,ot(g)),h.braceNest=0,h.inLinked=!1,T;const{isModulo:P,hasSpace:U}=Ae(g);if(P)return U?E(h,0,qe(g)):E(h,4,ve(g));if(Oe(g))return E(h,0,qe(g));break}return T}function kt(){const{currentType:g,offset:h,startLoc:T,endLoc:I}=d;return d.lastType=g,d.lastOffset=h,d.lastStartLoc=T,d.lastEndLoc=I,d.offset=s(),d.startLoc=a(),r.currentChar()===Tr?E(d,14):ut(r,d)}return{nextToken:kt,currentOffset:s,currentPosition:a,context:f}}const bI="parser",SI=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function RI(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const r=parseInt(t||n,16);return r<=55295||r>=57344?String.fromCodePoint(r):"�"}}}function DI(e={}){const t=e.location!==!1,{onError:n}=e;function r(S,V,M,R,...H){const z=S.currentPosition();if(z.offset+=R,z.column+=R,n){const $=t?ym(M,z):null,le=hs(V,$,{domain:bI,args:H});n(le)}}function s(S,V,M){const R={type:S};return t&&(R.start=V,R.end=V,R.loc={start:M,end:M}),R}function a(S,V,M,R){R&&(S.type=R),t&&(S.end=V,S.loc&&(S.loc.end=M))}function l(S,V){const M=S.context(),R=s(3,M.offset,M.startLoc);return R.value=V,a(R,S.currentOffset(),S.currentPosition()),R}function c(S,V){const M=S.context(),{lastOffset:R,lastStartLoc:H}=M,z=s(5,R,H);return z.index=parseInt(V,10),S.nextToken(),a(z,S.currentOffset(),S.currentPosition()),z}function d(S,V){const M=S.context(),{lastOffset:R,lastStartLoc:H}=M,z=s(4,R,H);return z.key=V,S.nextToken(),a(z,S.currentOffset(),S.currentPosition()),z}function f(S,V){const M=S.context(),{lastOffset:R,lastStartLoc:H}=M,z=s(9,R,H);return z.value=V.replace(SI,RI),S.nextToken(),a(z,S.currentOffset(),S.currentPosition()),z}function p(S){const V=S.nextToken(),M=S.context(),{lastOffset:R,lastStartLoc:H}=M,z=s(8,R,H);return V.type!==12?(r(S,Ee.UNEXPECTED_EMPTY_LINKED_MODIFIER,M.lastStartLoc,0),z.value="",a(z,R,H),{nextConsumeToken:V,node:z}):(V.value==null&&r(S,Ee.UNEXPECTED_LEXICAL_ANALYSIS,M.lastStartLoc,0,Lo(V)),z.value=V.value||"",a(z,S.currentOffset(),S.currentPosition()),{node:z})}function _(S,V){const M=S.context(),R=s(7,M.offset,M.startLoc);return R.value=V,a(R,S.currentOffset(),S.currentPosition()),R}function E(S){const V=S.context(),M=s(6,V.offset,V.startLoc);let R=S.nextToken();if(R.type===9){const H=p(S);M.modifier=H.node,R=H.nextConsumeToken||S.nextToken()}switch(R.type!==10&&r(S,Ee.UNEXPECTED_LEXICAL_ANALYSIS,V.lastStartLoc,0,Lo(R)),R=S.nextToken(),R.type===2&&(R=S.nextToken()),R.type){case 11:R.value==null&&r(S,Ee.UNEXPECTED_LEXICAL_ANALYSIS,V.lastStartLoc,0,Lo(R)),M.key=_(S,R.value||"");break;case 5:R.value==null&&r(S,Ee.UNEXPECTED_LEXICAL_ANALYSIS,V.lastStartLoc,0,Lo(R)),M.key=d(S,R.value||"");break;case 6:R.value==null&&r(S,Ee.UNEXPECTED_LEXICAL_ANALYSIS,V.lastStartLoc,0,Lo(R)),M.key=c(S,R.value||"");break;case 7:R.value==null&&r(S,Ee.UNEXPECTED_LEXICAL_ANALYSIS,V.lastStartLoc,0,Lo(R)),M.key=f(S,R.value||"");break;default:r(S,Ee.UNEXPECTED_EMPTY_LINKED_KEY,V.lastStartLoc,0);const H=S.context(),z=s(7,H.offset,H.startLoc);return z.value="",a(z,H.offset,H.startLoc),M.key=z,a(M,H.offset,H.startLoc),{nextConsumeToken:R,node:M}}return a(M,S.currentOffset(),S.currentPosition()),{node:M}}function b(S){const V=S.context(),M=V.currentType===1?S.currentOffset():V.offset,R=V.currentType===1?V.endLoc:V.startLoc,H=s(2,M,R);H.items=[];let z=null;do{const ce=z||S.nextToken();switch(z=null,ce.type){case 0:ce.value==null&&r(S,Ee.UNEXPECTED_LEXICAL_ANALYSIS,V.lastStartLoc,0,Lo(ce)),H.items.push(l(S,ce.value||""));break;case 6:ce.value==null&&r(S,Ee.UNEXPECTED_LEXICAL_ANALYSIS,V.lastStartLoc,0,Lo(ce)),H.items.push(c(S,ce.value||""));break;case 5:ce.value==null&&r(S,Ee.UNEXPECTED_LEXICAL_ANALYSIS,V.lastStartLoc,0,Lo(ce)),H.items.push(d(S,ce.value||""));break;case 7:ce.value==null&&r(S,Ee.UNEXPECTED_LEXICAL_ANALYSIS,V.lastStartLoc,0,Lo(ce)),H.items.push(f(S,ce.value||""));break;case 8:const me=E(S);H.items.push(me.node),z=me.nextConsumeToken||null;break}}while(V.currentType!==14&&V.currentType!==1);const $=V.currentType===1?V.lastOffset:S.currentOffset(),le=V.currentType===1?V.lastEndLoc:S.currentPosition();return a(H,$,le),H}function N(S,V,M,R){const H=S.context();let z=R.items.length===0;const $=s(1,V,M);$.cases=[],$.cases.push(R);do{const le=b(S);z||(z=le.items.length===0),$.cases.push(le)}while(H.currentType!==14);return z&&r(S,Ee.MUST_HAVE_MESSAGES_IN_PLURAL,M,0),a($,S.currentOffset(),S.currentPosition()),$}function D(S){const V=S.context(),{offset:M,startLoc:R}=V,H=b(S);return V.currentType===14?H:N(S,M,R,H)}function k(S){const V=vI(S,Ty({},e)),M=V.context(),R=s(0,M.offset,M.startLoc);return t&&R.loc&&(R.loc.source=S),R.body=D(V),e.onCacheKey&&(R.cacheKey=e.onCacheKey(S)),M.currentType!==14&&r(V,Ee.UNEXPECTED_LEXICAL_ANALYSIS,M.lastStartLoc,0,S[M.offset]||""),a(R,V.currentOffset(),V.currentPosition()),R}return{parse:k}}function Lo(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 LI(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:a=>(n.helpers.add(a),a)}}function _C(e,t){for(let n=0;n<e.length;n++)df(e[n],t)}function df(e,t){switch(e.type){case 1:_C(e.cases,t),t.helper("plural");break;case 2:_C(e.items,t);break;case 6:df(e.key,t),t.helper("linked"),t.helper("type");break;case 5:t.helper("interpolate"),t.helper("list");break;case 4:t.helper("interpolate"),t.helper("named");break}}function BI(e,t={}){const n=LI(e);n.helper("normalize"),e.body&&df(e.body,n);const r=n.context();e.helpers=Array.from(r.helpers)}function xI(e){const t=e.body;return t.type===2?yC(t):t.cases.forEach(n=>yC(n)),e}function yC(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;n<e.items.length;n++){const r=e.items[n];if(!(r.type===3||r.type===9)||r.value==null)break;t.push(r.value)}if(t.length===e.items.length){e.static=Ey(t);for(let n=0;n<e.items.length;n++){const r=e.items[n];(r.type===3||r.type===9)&&delete r.value}}}}const wI="minifier";function Hi(e){switch(e.t=e.type,e.type){case 0:const t=e;Hi(t.body),t.b=t.body,delete t.body;break;case 1:const n=e,r=n.cases;for(let p=0;p<r.length;p++)Hi(r[p]);n.c=r,delete n.cases;break;case 2:const s=e,a=s.items;for(let p=0;p<a.length;p++)Hi(a[p]);s.i=a,delete s.items,s.static&&(s.s=s.static,delete s.static);break;case 3:case 9:case 8:case 7:const l=e;l.value&&(l.v=l.value,delete l.value);break;case 6:const c=e;Hi(c.key),c.k=c.key,delete c.key,c.modifier&&(Hi(c.modifier),c.m=c.modifier,delete c.modifier);break;case 5:const d=e;d.i=d.index,delete d.index;break;case 4:const f=e;f.k=f.key,delete f.key;break;default:throw hs(Ee.UNHANDLED_MINIFIER_NODE_TYPE,null,{domain:wI,args:[e.type]})}delete e.type}const AI="parser";function II(e,t){const{sourceMap:n,filename:r,breakLineCode:s,needIndent:a}=t,l=t.location!==!1,c={filename:r,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:s,needIndent:a,indentLevel:0};l&&e.loc&&(c.source=e.loc.source);const d=()=>c;function f(k,S){c.code+=k}function p(k,S=!0){const V=S?s:"";f(a?V+" ".repeat(k):V)}function _(k=!0){const S=++c.indentLevel;k&&p(S)}function E(k=!0){const S=--c.indentLevel;k&&p(S)}function b(){p(c.indentLevel)}return{context:d,push:f,indent:_,deindent:E,newline:b,helper:k=>`_${k}`,needIndent:()=>c.needIndent}}function NI(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),ts(e,t.key),t.modifier?(e.push(", "),ts(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function PI(e,t){const{helper:n,needIndent:r}=e;e.push(`${n("normalize")}([`),e.indent(r());const s=t.items.length;for(let a=0;a<s&&(ts(e,t.items[a]),a!==s-1);a++)e.push(", ");e.deindent(r()),e.push("])")}function VI(e,t){const{helper:n,needIndent:r}=e;if(t.cases.length>1){e.push(`${n("plural")}([`),e.indent(r());const s=t.cases.length;for(let a=0;a<s&&(ts(e,t.cases[a]),a!==s-1);a++)e.push(", ");e.deindent(r()),e.push("])")}}function OI(e,t){t.body?ts(e,t.body):e.push("null")}function ts(e,t){const{helper:n}=e;switch(t.type){case 0:OI(e,t);break;case 1:VI(e,t);break;case 2:PI(e,t);break;case 6:NI(e,t);break;case 8:e.push(JSON.stringify(t.value),t);break;case 7:e.push(JSON.stringify(t.value),t);break;case 5:e.push(`${n("interpolate")}(${n("list")}(${t.index}))`,t);break;case 4:e.push(`${n("interpolate")}(${n("named")}(${JSON.stringify(t.key)}))`,t);break;case 9:e.push(JSON.stringify(t.value),t);break;case 3:e.push(JSON.stringify(t.value),t);break;default:throw hs(Ee.UNHANDLED_CODEGEN_NODE_TYPE,null,{domain:AI,args:[t.type]})}}const kI=(e,t={})=>{const n=gC(t.mode)?t.mode:"normal",r=gC(t.filename)?t.filename:"message.intl",s=!!t.sourceMap,a=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":`
|
|
31
|
+
`,l=t.needIndent?t.needIndent:n!=="arrow",c=e.helpers||[],d=II(e,{mode:n,filename:r,sourceMap:s,breakLineCode:a,needIndent:l});d.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),d.indent(l),c.length>0&&(d.push(`const { ${Ey(c.map(_=>`${_}: _${_}`),", ")} } = ctx`),d.newline()),d.push("return "),ts(d,e),d.deindent(l),d.push("}"),delete e.helpers;const{code:f,map:p}=d.context();return{ast:e,code:f,map:p?p.toJSON():void 0}};function MI(e,t={}){const n=Ty({},t),r=!!n.jit,s=!!n.minify,a=n.optimize==null?!0:n.optimize,c=DI(n).parse(e);return r?(a&&xI(c),s&&Hi(c),{ast:c,code:""}):(BI(c,n),kI(c,n))}/*!
|
|
32
32
|
* core-base v9.8.0
|
|
33
33
|
* (c) 2023 kazuya kawaguchi
|
|
34
34
|
* Released under the MIT License.
|
|
35
|
-
*/function BP(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(eo().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(eo().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(eo().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}const Fo=[];Fo[0]={w:[0],i:[3,0],"[":[4],o:[7]};Fo[1]={w:[1],".":[2],"[":[4],o:[7]};Fo[2]={w:[2],i:[3,0],0:[3,0]};Fo[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]};Fo[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]};Fo[5]={"'":[4,0],o:8,l:[5,0]};Fo[6]={'"':[4,0],o:8,l:[6,0]};const kP=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function FP(e){return kP.test(e)}function $P(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 WP(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 HP(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:FP(t)?$P(t):"*"+t}function UP(e){const t=[];let n=-1,o=0,s=0,a,l,c,d,m,p,E;const C=[];C[0]=()=>{l===void 0?l=c:l+=c},C[1]=()=>{l!==void 0&&(t.push(l),l=void 0)},C[2]=()=>{C[0](),s++},C[3]=()=>{if(s>0)s--,o=4,C[0]();else{if(s=0,l===void 0||(l=HP(l),l===!1))return!1;C[1]()}};function w(){const N=e[n+1];if(o===5&&N==="'"||o===6&&N==='"')return n++,c="\\"+N,C[0](),!0}for(;o!==null;)if(n++,a=e[n],!(a==="\\"&&w())){if(d=WP(a),E=Fo[o],m=E[d]||E.l||8,m===8||(o=m[0],m[1]!==void 0&&(p=C[m[1]],p&&(c=a,p()===!1))))return;if(o===7)return t}}const __=new Map;function VP(e,t){return tt(e)?e[t]:null}function GP(e,t){if(!tt(e))return null;let n=__.get(t);if(n||(n=UP(t),n&&__.set(t,n)),!n)return null;const o=n.length;let s=e,a=0;for(;a<o;){const l=s[n[a]];if(l===void 0||Et(s))return null;s=l,a++}return s}const jP=e=>e,YP=e=>"",KP="text",zP=e=>e.length===0?"":iP(e),qP=oP;function E_(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function XP(e){const t=Ut(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(Ut(e.named.count)||Ut(e.named.n))?Ut(e.named.count)?e.named.count:Ut(e.named.n)?e.named.n:t:t}function JP(e,t){t.count||(t.count=e),t.n||(t.n=e)}function ZP(e={}){const t=e.locale,n=XP(e),o=tt(e.pluralRules)&&ae(t)&&Et(e.pluralRules[t])?e.pluralRules[t]:E_,s=tt(e.pluralRules)&&ae(t)&&Et(e.pluralRules[t])?E_:void 0,a=S=>S[o(n,S.length,s)],l=e.list||[],c=S=>l[S],d=e.named||{};Ut(e.pluralIndex)&&JP(n,d);const m=S=>d[S];function p(S){const B=Et(e.messages)?e.messages(S):tt(e.messages)?e.messages[S]:!1;return B||(e.parent?e.parent.message(S):YP)}const E=S=>e.modifiers?e.modifiers[S]:jP,C=Ae(e.processor)&&Et(e.processor.normalize)?e.processor.normalize:zP,w=Ae(e.processor)&&Et(e.processor.interpolate)?e.processor.interpolate:qP,N=Ae(e.processor)&&ae(e.processor.type)?e.processor.type:KP,F={list:c,named:m,plural:a,linked:(S,...B)=>{const[$,A]=B;let H="text",G="";B.length===1?tt($)?(G=$.modifier||G,H=$.type||H):ae($)&&(G=$||G):B.length===2&&(ae($)&&(G=$||G),ae(A)&&(H=A||H));const U=p(S)(F),le=H==="vnode"&&yt(U)&&G?U[0]:U;return G?E(G)(le,H):le},message:p,type:N,interpolate:w,normalize:C,values:rn({},l,d)};return F}let va=null;function QP(e){va=e}function eD(e,t,n){va&&va.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const tD=nD("function:translate");function nD(e){return t=>va&&va.emit(e,t)}const rD={NOT_FOUND_KEY:1,FALLBACK_TO_TRANSLATE:2,CANNOT_FORMAT_NUMBER:3,FALLBACK_TO_NUMBER_FORMAT:4,CANNOT_FORMAT_DATE:5,FALLBACK_TO_DATE_FORMAT:6,EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:7,__EXTEND_POINT__:8},by=be.__EXTEND_POINT__,ni=uh(by),_r={INVALID_ARGUMENT:by,INVALID_DATE_ARGUMENT:ni(),INVALID_ISO_DATE_ARGUMENT:ni(),NOT_SUPPORT_NON_STRING_MESSAGE:ni(),NOT_SUPPORT_LOCALE_PROMISE_VALUE:ni(),NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:ni(),NOT_SUPPORT_LOCALE_TYPE:ni(),__EXTEND_POINT__:ni()};function Pr(e){return ms(e,null,void 0)}function fh(e,t){return t.locale!=null?v_(t.locale):v_(e.locale)}let If;function v_(e){if(ae(e))return e;if(Et(e)){if(e.resolvedOnce&&If!=null)return If;if(e.constructor.name==="Function"){const t=e();if(rP(t))throw Pr(_r.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return If=t}else throw Pr(_r.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw Pr(_r.NOT_SUPPORT_LOCALE_TYPE)}function oD(e,t,n){return[...new Set([n,...yt(t)?t:tt(t)?Object.keys(t):ae(t)?[t]:[n]])]}function Cy(e,t,n){const o=ae(n)?n:ns,s=e;s.__localeChainCache||(s.__localeChainCache=new Map);let a=s.__localeChainCache.get(o);if(!a){a=[];let l=[n];for(;yt(l);)l=y_(a,l,t);const c=yt(t)||!Ae(t)?t:t.default?t.default:null;l=ae(c)?[c]:c,yt(l)&&y_(a,l,!1),s.__localeChainCache.set(o,a)}return a}function y_(e,t,n){let o=!0;for(let s=0;s<t.length&&Ve(o);s++){const a=t[s];ae(a)&&(o=iD(e,t[s],n))}return o}function iD(e,t,n){let o;const s=t.split("-");do{const a=s.join("-");o=sD(e,a,n),s.splice(-1,1)}while(s.length&&o===!0);return o}function sD(e,t,n){let o=!1;if(!e.includes(t)&&(o=!0,t)){o=t[t.length-1]!=="!";const s=t.replace(/!/g,"");e.push(s),(yt(n)||Ae(n))&&n[s]&&(o=n[s])}return o}const aD="9.8.0",Hu=-1,ns="en-US",b_="",C_=e=>`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function lD(){return{upper:(e,t)=>t==="text"&&ae(e)?e.toUpperCase():t==="vnode"&&tt(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&ae(e)?e.toLowerCase():t==="vnode"&&tt(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&ae(e)?C_(e):t==="vnode"&&tt(e)&&"__v_isVNode"in e?C_(e.children):e}}let Ty;function T_(e){Ty=e}let wy;function uD(e){wy=e}let Sy;function cD(e){Sy=e}let Ay=null;const fD=e=>{Ay=e},dD=()=>Ay;let xy=null;const w_=e=>{xy=e},hD=()=>xy;let S_=0;function mD(e={}){const t=Et(e.onWarn)?e.onWarn:sP,n=ae(e.version)?e.version:aD,o=ae(e.locale)||Et(e.locale)?e.locale:ns,s=Et(o)?ns:o,a=yt(e.fallbackLocale)||Ae(e.fallbackLocale)||ae(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:s,l=Ae(e.messages)?e.messages:{[s]:{}},c=Ae(e.datetimeFormats)?e.datetimeFormats:{[s]:{}},d=Ae(e.numberFormats)?e.numberFormats:{[s]:{}},m=rn({},e.modifiers||{},lD()),p=e.pluralRules||{},E=Et(e.missing)?e.missing:null,C=Ve(e.missingWarn)||Io(e.missingWarn)?e.missingWarn:!0,w=Ve(e.fallbackWarn)||Io(e.fallbackWarn)?e.fallbackWarn:!0,N=!!e.fallbackFormat,x=!!e.unresolving,F=Et(e.postTranslation)?e.postTranslation:null,S=Ae(e.processor)?e.processor:null,B=Ve(e.warnHtmlMessage)?e.warnHtmlMessage:!0,$=!!e.escapeParameter,A=Et(e.messageCompiler)?e.messageCompiler:Ty,H=Et(e.messageResolver)?e.messageResolver:wy||VP,G=Et(e.localeFallbacker)?e.localeFallbacker:Sy||oD,U=tt(e.fallbackContext)?e.fallbackContext:void 0,le=e,ce=tt(le.__datetimeFormatters)?le.__datetimeFormatters:new Map,de=tt(le.__numberFormatters)?le.__numberFormatters:new Map,Pe=tt(le.__meta)?le.__meta:{};S_++;const ke={version:n,cid:S_,locale:o,fallbackLocale:a,messages:l,modifiers:m,pluralRules:p,missing:E,missingWarn:C,fallbackWarn:w,fallbackFormat:N,unresolving:x,postTranslation:F,processor:S,warnHtmlMessage:B,escapeParameter:$,messageCompiler:A,messageResolver:H,localeFallbacker:G,fallbackContext:U,onWarn:t,__meta:Pe};return ke.datetimeFormats=c,ke.numberFormats=d,ke.__datetimeFormatters=ce,ke.__numberFormatters=de,__INTLIFY_PROD_DEVTOOLS__&&eD(ke,n,Pe),ke}function dh(e,t,n,o,s){const{missing:a,onWarn:l}=e;if(a!==null){const c=a(e,n,t,s);return ae(c)?c:t}else return t}function js(e,t,n){const o=e;o.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function Rf(e){return n=>pD(n,e)}function pD(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const o=n,s=o.c||o.cases;return e.plural(s.reduce((a,l)=>[...a,A_(e,l)],[]))}else return A_(e,n)}function A_(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,vd(e,a)],[]);return e.normalize(o)}}function vd(e,t){const n=t.t||t.type;switch(n){case 3:const o=t;return o.v||o.value;case 9:const s=t;return s.v||s.value;case 4:const a=t;return e.interpolate(e.named(a.k||a.key));case 5:const l=t;return e.interpolate(e.list(l.i!=null?l.i:l.index));case 6:const c=t,d=c.m||c.modifier;return e.linked(vd(e,c.k||c.key),d?vd(e,d):void 0,e.type);case 7:const m=t;return m.v||m.value;case 8:const p=t;return p.v||p.value;default:throw new Error(`unhandled node type on format message part: ${n}`)}}const Ly=e=>e;let ji=Object.create(null);const rs=e=>tt(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function Oy(e,t={}){let n=!1;const o=t.onError||dP;return t.onError=s=>{n=!0,o(s)},{...MP(e,t),detectError:n}}const gD=(e,t)=>{if(!ae(e))throw Pr(_r.NOT_SUPPORT_NON_STRING_MESSAGE);{Ve(t.warnHtmlMessage)&&t.warnHtmlMessage;const o=(t.onCacheKey||Ly)(e),s=ji[o];if(s)return s;const{code:a,detectError:l}=Oy(e,t),c=new Function(`return ${a}`)();return l?c:ji[o]=c}};function _D(e,t){if(__INTLIFY_JIT_COMPILATION__&&!__INTLIFY_DROP_MESSAGE_COMPILER__&&ae(e)){Ve(t.warnHtmlMessage)&&t.warnHtmlMessage;const o=(t.onCacheKey||Ly)(e),s=ji[o];if(s)return s;const{ast:a,detectError:l}=Oy(e,{...t,location:!1,jit:!0}),c=Rf(a);return l?c:ji[o]=c}else{const n=e.cacheKey;if(n){const o=ji[n];return o||(ji[n]=Rf(e))}else return Rf(e)}}const x_=()=>"",er=e=>Et(e);function L_(e,...t){const{fallbackFormat:n,postTranslation:o,unresolving:s,messageCompiler:a,fallbackLocale:l,messages:c}=e,[d,m]=yd(...t),p=Ve(m.missingWarn)?m.missingWarn:e.missingWarn,E=Ve(m.fallbackWarn)?m.fallbackWarn:e.fallbackWarn,C=Ve(m.escapeParameter)?m.escapeParameter:e.escapeParameter,w=!!m.resolvedMessage,N=ae(m.default)||Ve(m.default)?Ve(m.default)?a?d:()=>d:m.default:n?a?d:()=>d:"",x=n||N!=="",F=fh(e,m);C&&ED(m);let[S,B,$]=w?[d,F,c[F]||{}]:Iy(e,d,F,l,E,p),A=S,H=d;if(!w&&!(ae(A)||rs(A)||er(A))&&x&&(A=N,H=A),!w&&(!(ae(A)||rs(A)||er(A))||!ae(B)))return s?Hu:d;let G=!1;const U=()=>{G=!0},le=er(A)?A:Ry(e,d,B,A,H,U);if(G)return A;const ce=bD(e,B,$,m),de=ZP(ce),Pe=vD(e,le,de),ke=o?o(Pe,d):Pe;if(__INTLIFY_PROD_DEVTOOLS__){const We={timestamp:Date.now(),key:ae(d)?d:er(A)?A.key:"",locale:B||(er(A)?A.locale:""),format:ae(A)?A:er(A)?A.source:"",message:ke};We.meta=rn({},e.__meta,dD()||{}),tD(We)}return ke}function ED(e){yt(e.list)?e.list=e.list.map(t=>ae(t)?d_(t):t):tt(e.named)&&Object.keys(e.named).forEach(t=>{ae(e.named[t])&&(e.named[t]=d_(e.named[t]))})}function Iy(e,t,n,o,s,a){const{messages:l,onWarn:c,messageResolver:d,localeFallbacker:m}=e,p=m(e,o,n);let E={},C,w=null;const N="translate";for(let x=0;x<p.length&&(C=p[x],E=l[C]||{},(w=d(E,t))===null&&(w=E[t]),!(ae(w)||rs(w)||er(w)));x++){const F=dh(e,t,C,a,N);F!==t&&(w=F)}return[w,C,E]}function Ry(e,t,n,o,s,a){const{messageCompiler:l,warnHtmlMessage:c}=e;if(er(o)){const m=o;return m.locale=m.locale||n,m.key=m.key||t,m}if(l==null){const m=()=>o;return m.locale=n,m.key=t,m}const d=l(o,yD(e,n,s,o,c,a));return d.locale=n,d.key=t,d.source=o,d}function vD(e,t,n){return t(n)}function yd(...e){const[t,n,o]=e,s={};if(!ae(t)&&!Ut(t)&&!er(t)&&!rs(t))throw Pr(_r.INVALID_ARGUMENT);const a=Ut(t)?String(t):(er(t),t);return Ut(n)?s.plural=n:ae(n)?s.default=n:Ae(n)&&!Wu(n)?s.named=n:yt(n)&&(s.list=n),Ut(o)?s.plural=o:ae(o)?s.default=o:Ae(o)&&rn(s,o),[a,s]}function yD(e,t,n,o,s,a){return{locale:t,key:n,warnHtmlMessage:s,onError:l=>{throw a&&a(l),l},onCacheKey:l=>QR(t,n,l)}}function bD(e,t,n,o){const{modifiers:s,pluralRules:a,messageResolver:l,fallbackLocale:c,fallbackWarn:d,missingWarn:m,fallbackContext:p}=e,C={locale:t,modifiers:s,pluralRules:a,messages:w=>{let N=l(n,w);if(N==null&&p){const[,,x]=Iy(p,w,t,c,d,m);N=l(x,w)}if(ae(N)||rs(N)){let x=!1;const S=Ry(e,w,t,N,w,()=>{x=!0});return x?x_:S}else return er(N)?N:x_}};return e.processor&&(C.processor=e.processor),o.list&&(C.list=o.list),o.named&&(C.named=o.named),Ut(o.plural)&&(C.pluralIndex=o.plural),C}function O_(e,...t){const{datetimeFormats:n,unresolving:o,fallbackLocale:s,onWarn:a,localeFallbacker:l}=e,{__datetimeFormatters:c}=e,[d,m,p,E]=bd(...t),C=Ve(p.missingWarn)?p.missingWarn:e.missingWarn;Ve(p.fallbackWarn)?p.fallbackWarn:e.fallbackWarn;const w=!!p.part,N=fh(e,p),x=l(e,s,N);if(!ae(d)||d==="")return new Intl.DateTimeFormat(N,E).format(m);let F={},S,B=null;const $="datetime format";for(let G=0;G<x.length&&(S=x[G],F=n[S]||{},B=F[d],!Ae(B));G++)dh(e,d,S,C,$);if(!Ae(B)||!ae(S))return o?Hu:d;let A=`${S}__${d}`;Wu(E)||(A=`${A}__${JSON.stringify(E)}`);let H=c.get(A);return H||(H=new Intl.DateTimeFormat(S,rn({},B,E)),c.set(A,H)),w?H.formatToParts(m):H.format(m)}const Py=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function bd(...e){const[t,n,o,s]=e,a={};let l={},c;if(ae(t)){const d=t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!d)throw Pr(_r.INVALID_ISO_DATE_ARGUMENT);const m=d[3]?d[3].trim().startsWith("T")?`${d[1].trim()}${d[3].trim()}`:`${d[1].trim()}T${d[3].trim()}`:d[1].trim();c=new Date(m);try{c.toISOString()}catch{throw Pr(_r.INVALID_ISO_DATE_ARGUMENT)}}else if(tP(t)){if(isNaN(t.getTime()))throw Pr(_r.INVALID_DATE_ARGUMENT);c=t}else if(Ut(t))c=t;else throw Pr(_r.INVALID_ARGUMENT);return ae(n)?a.key=n:Ae(n)&&Object.keys(n).forEach(d=>{Py.includes(d)?l[d]=n[d]:a[d]=n[d]}),ae(o)?a.locale=o:Ae(o)&&(l=o),Ae(s)&&(l=s),[a.key||"",c,a,l]}function I_(e,t,n){const o=e;for(const s in n){const a=`${t}__${s}`;o.__datetimeFormatters.has(a)&&o.__datetimeFormatters.delete(a)}}function R_(e,...t){const{numberFormats:n,unresolving:o,fallbackLocale:s,onWarn:a,localeFallbacker:l}=e,{__numberFormatters:c}=e,[d,m,p,E]=Cd(...t),C=Ve(p.missingWarn)?p.missingWarn:e.missingWarn;Ve(p.fallbackWarn)?p.fallbackWarn:e.fallbackWarn;const w=!!p.part,N=fh(e,p),x=l(e,s,N);if(!ae(d)||d==="")return new Intl.NumberFormat(N,E).format(m);let F={},S,B=null;const $="number format";for(let G=0;G<x.length&&(S=x[G],F=n[S]||{},B=F[d],!Ae(B));G++)dh(e,d,S,C,$);if(!Ae(B)||!ae(S))return o?Hu:d;let A=`${S}__${d}`;Wu(E)||(A=`${A}__${JSON.stringify(E)}`);let H=c.get(A);return H||(H=new Intl.NumberFormat(S,rn({},B,E)),c.set(A,H)),w?H.formatToParts(m):H.format(m)}const Dy=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function Cd(...e){const[t,n,o,s]=e,a={};let l={};if(!Ut(t))throw Pr(_r.INVALID_ARGUMENT);const c=t;return ae(n)?a.key=n:Ae(n)&&Object.keys(n).forEach(d=>{Dy.includes(d)?l[d]=n[d]:a[d]=n[d]}),ae(o)?a.locale=o:Ae(o)&&(l=o),Ae(s)&&(l=s),[a.key||"",c,a,l]}function P_(e,t,n){const o=e;for(const s in n){const a=`${t}__${s}`;o.__numberFormatters.has(a)&&o.__numberFormatters.delete(a)}}BP();/*!
|
|
35
|
+
*/function WI(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(tr().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(tr().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(tr().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}const kr=[];kr[0]={w:[0],i:[3,0],"[":[4],o:[7]};kr[1]={w:[1],".":[2],"[":[4],o:[7]};kr[2]={w:[2],i:[3,0],0:[3,0]};kr[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]};kr[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]};kr[5]={"'":[4,0],o:8,l:[5,0]};kr[6]={'"':[4,0],o:8,l:[6,0]};const HI=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function $I(e){return HI.test(e)}function UI(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 zI(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 jI(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:$I(t)?UI(t):"*"+t}function GI(e){const t=[];let n=-1,r=0,s=0,a,l,c,d,f,p,_;const E=[];E[0]=()=>{l===void 0?l=c:l+=c},E[1]=()=>{l!==void 0&&(t.push(l),l=void 0)},E[2]=()=>{E[0](),s++},E[3]=()=>{if(s>0)s--,r=4,E[0]();else{if(s=0,l===void 0||(l=jI(l),l===!1))return!1;E[1]()}};function b(){const N=e[n+1];if(r===5&&N==="'"||r===6&&N==='"')return n++,c="\\"+N,E[0](),!0}for(;r!==null;)if(n++,a=e[n],!(a==="\\"&&b())){if(d=zI(a),_=kr[r],f=_[d]||_.l||8,f===8||(r=f[0],f[1]!==void 0&&(p=E[f[1]],p&&(c=a,p()===!1))))return;if(r===7)return t}}const FC=new Map;function YI(e,t){return nt(e)?e[t]:null}function KI(e,t){if(!nt(e))return null;let n=FC.get(t);if(n||(n=GI(t),n&&FC.set(t,n)),!n)return null;const r=n.length;let s=e,a=0;for(;a<r;){const l=s[n[a]];if(l===void 0||_t(s))return null;s=l,a++}return s}const qI=e=>e,XI=e=>"",JI="text",ZI=e=>e.length===0?"":uI(e),QI=lI;function TC(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function eN(e){const t=$t(e.pluralIndex)?e.pluralIndex:-1;return e.named&&($t(e.named.count)||$t(e.named.n))?$t(e.named.count)?e.named.count:$t(e.named.n)?e.named.n:t:t}function tN(e,t){t.count||(t.count=e),t.n||(t.n=e)}function nN(e={}){const t=e.locale,n=eN(e),r=nt(e.pluralRules)&&ae(t)&&_t(e.pluralRules[t])?e.pluralRules[t]:TC,s=nt(e.pluralRules)&&ae(t)&&_t(e.pluralRules[t])?TC:void 0,a=S=>S[r(n,S.length,s)],l=e.list||[],c=S=>l[S],d=e.named||{};$t(e.pluralIndex)&&tN(n,d);const f=S=>d[S];function p(S){const V=_t(e.messages)?e.messages(S):nt(e.messages)?e.messages[S]:!1;return V||(e.parent?e.parent.message(S):XI)}const _=S=>e.modifiers?e.modifiers[S]:qI,E=Re(e.processor)&&_t(e.processor.normalize)?e.processor.normalize:ZI,b=Re(e.processor)&&_t(e.processor.interpolate)?e.processor.interpolate:QI,N=Re(e.processor)&&ae(e.processor.type)?e.processor.type:JI,k={list:c,named:f,plural:a,linked:(S,...V)=>{const[M,R]=V;let H="text",z="";V.length===1?nt(M)?(z=M.modifier||z,H=M.type||H):ae(M)&&(z=M||z):V.length===2&&(ae(M)&&(z=M||z),ae(R)&&(H=R||H));const $=p(S)(k),le=H==="vnode"&&Ft($)&&z?$[0]:$;return z?_(z)(le,H):le},message:p,type:N,interpolate:b,normalize:E,values:rn({},l,d)};return k}let ya=null;function oN(e){ya=e}function rN(e,t,n){ya&&ya.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const iN=sN("function:translate");function sN(e){return t=>ya&&ya.emit(e,t)}const aN={NOT_FOUND_KEY:1,FALLBACK_TO_TRANSLATE:2,CANNOT_FORMAT_NUMBER:3,FALLBACK_TO_NUMBER_FORMAT:4,CANNOT_FORMAT_DATE:5,FALLBACK_TO_DATE_FORMAT:6,EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:7,__EXTEND_POINT__:8},vy=Ee.__EXTEND_POINT__,ni=cf(vy),_o={INVALID_ARGUMENT:vy,INVALID_DATE_ARGUMENT:ni(),INVALID_ISO_DATE_ARGUMENT:ni(),NOT_SUPPORT_NON_STRING_MESSAGE:ni(),NOT_SUPPORT_LOCALE_PROMISE_VALUE:ni(),NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:ni(),NOT_SUPPORT_LOCALE_TYPE:ni(),__EXTEND_POINT__:ni()};function Io(e){return hs(e,null,void 0)}function mf(e,t){return t.locale!=null?EC(t.locale):EC(e.locale)}let xd;function EC(e){if(ae(e))return e;if(_t(e)){if(e.resolvedOnce&&xd!=null)return xd;if(e.constructor.name==="Function"){const t=e();if(aI(t))throw Io(_o.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return xd=t}else throw Io(_o.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw Io(_o.NOT_SUPPORT_LOCALE_TYPE)}function lN(e,t,n){return[...new Set([n,...Ft(t)?t:nt(t)?Object.keys(t):ae(t)?[t]:[n]])]}function by(e,t,n){const r=ae(n)?n:ns,s=e;s.__localeChainCache||(s.__localeChainCache=new Map);let a=s.__localeChainCache.get(r);if(!a){a=[];let l=[n];for(;Ft(l);)l=vC(a,l,t);const c=Ft(t)||!Re(t)?t:t.default?t.default:null;l=ae(c)?[c]:c,Ft(l)&&vC(a,l,!1),s.__localeChainCache.set(r,a)}return a}function vC(e,t,n){let r=!0;for(let s=0;s<t.length&&Ue(r);s++){const a=t[s];ae(a)&&(r=uN(e,t[s],n))}return r}function uN(e,t,n){let r;const s=t.split("-");do{const a=s.join("-");r=cN(e,a,n),s.splice(-1,1)}while(s.length&&r===!0);return r}function cN(e,t,n){let r=!1;if(!e.includes(t)&&(r=!0,t)){r=t[t.length-1]!=="!";const s=t.replace(/!/g,"");e.push(s),(Ft(n)||Re(n))&&n[s]&&(r=n[s])}return r}const dN="9.8.0",$u=-1,ns="en-US",bC="",SC=e=>`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function mN(){return{upper:(e,t)=>t==="text"&&ae(e)?e.toUpperCase():t==="vnode"&&nt(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&ae(e)?e.toLowerCase():t==="vnode"&&nt(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&ae(e)?SC(e):t==="vnode"&&nt(e)&&"__v_isVNode"in e?SC(e.children):e}}let Sy;function RC(e){Sy=e}let Ry;function fN(e){Ry=e}let Dy;function hN(e){Dy=e}let Ly=null;const pN=e=>{Ly=e},gN=()=>Ly;let By=null;const DC=e=>{By=e},CN=()=>By;let LC=0;function _N(e={}){const t=_t(e.onWarn)?e.onWarn:cI,n=ae(e.version)?e.version:dN,r=ae(e.locale)||_t(e.locale)?e.locale:ns,s=_t(r)?ns:r,a=Ft(e.fallbackLocale)||Re(e.fallbackLocale)||ae(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:s,l=Re(e.messages)?e.messages:{[s]:{}},c=Re(e.datetimeFormats)?e.datetimeFormats:{[s]:{}},d=Re(e.numberFormats)?e.numberFormats:{[s]:{}},f=rn({},e.modifiers||{},mN()),p=e.pluralRules||{},_=_t(e.missing)?e.missing:null,E=Ue(e.missingWarn)||xr(e.missingWarn)?e.missingWarn:!0,b=Ue(e.fallbackWarn)||xr(e.fallbackWarn)?e.fallbackWarn:!0,N=!!e.fallbackFormat,D=!!e.unresolving,k=_t(e.postTranslation)?e.postTranslation:null,S=Re(e.processor)?e.processor:null,V=Ue(e.warnHtmlMessage)?e.warnHtmlMessage:!0,M=!!e.escapeParameter,R=_t(e.messageCompiler)?e.messageCompiler:Sy,H=_t(e.messageResolver)?e.messageResolver:Ry||YI,z=_t(e.localeFallbacker)?e.localeFallbacker:Dy||lN,$=nt(e.fallbackContext)?e.fallbackContext:void 0,le=e,ce=nt(le.__datetimeFormatters)?le.__datetimeFormatters:new Map,me=nt(le.__numberFormatters)?le.__numberFormatters:new Map,Ae=nt(le.__meta)?le.__meta:{};LC++;const Oe={version:n,cid:LC,locale:r,fallbackLocale:a,messages:l,modifiers:f,pluralRules:p,missing:_,missingWarn:E,fallbackWarn:b,fallbackFormat:N,unresolving:D,postTranslation:k,processor:S,warnHtmlMessage:V,escapeParameter:M,messageCompiler:R,messageResolver:H,localeFallbacker:z,fallbackContext:$,onWarn:t,__meta:Ae};return Oe.datetimeFormats=c,Oe.numberFormats=d,Oe.__datetimeFormatters=ce,Oe.__numberFormatters=me,__INTLIFY_PROD_DEVTOOLS__&&rN(Oe,n,Ae),Oe}function ff(e,t,n,r,s){const{missing:a,onWarn:l}=e;if(a!==null){const c=a(e,n,t,s);return ae(c)?c:t}else return t}function js(e,t,n){const r=e;r.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function wd(e){return n=>yN(n,e)}function yN(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const r=n,s=r.c||r.cases;return e.plural(s.reduce((a,l)=>[...a,BC(e,l)],[]))}else return BC(e,n)}function BC(e,t){const n=t.s||t.static;if(n)return e.type==="text"?n:e.normalize([n]);{const r=(t.i||t.items).reduce((s,a)=>[...s,Fm(e,a)],[]);return e.normalize(r)}}function Fm(e,t){const n=t.t||t.type;switch(n){case 3:const r=t;return r.v||r.value;case 9:const s=t;return s.v||s.value;case 4:const a=t;return e.interpolate(e.named(a.k||a.key));case 5:const l=t;return e.interpolate(e.list(l.i!=null?l.i:l.index));case 6:const c=t,d=c.m||c.modifier;return e.linked(Fm(e,c.k||c.key),d?Fm(e,d):void 0,e.type);case 7:const f=t;return f.v||f.value;case 8:const p=t;return p.v||p.value;default:throw new Error(`unhandled node type on format message part: ${n}`)}}const xy=e=>e;let ji=Object.create(null);const os=e=>nt(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function wy(e,t={}){let n=!1;const r=t.onError||gI;return t.onError=s=>{n=!0,r(s)},{...MI(e,t),detectError:n}}const FN=(e,t)=>{if(!ae(e))throw Io(_o.NOT_SUPPORT_NON_STRING_MESSAGE);{Ue(t.warnHtmlMessage)&&t.warnHtmlMessage;const r=(t.onCacheKey||xy)(e),s=ji[r];if(s)return s;const{code:a,detectError:l}=wy(e,t),c=new Function(`return ${a}`)();return l?c:ji[r]=c}};function TN(e,t){if(__INTLIFY_JIT_COMPILATION__&&!__INTLIFY_DROP_MESSAGE_COMPILER__&&ae(e)){Ue(t.warnHtmlMessage)&&t.warnHtmlMessage;const r=(t.onCacheKey||xy)(e),s=ji[r];if(s)return s;const{ast:a,detectError:l}=wy(e,{...t,location:!1,jit:!0}),c=wd(a);return l?c:ji[r]=c}else{const n=e.cacheKey;if(n){const r=ji[n];return r||(ji[n]=wd(e))}else return wd(e)}}const xC=()=>"",to=e=>_t(e);function wC(e,...t){const{fallbackFormat:n,postTranslation:r,unresolving:s,messageCompiler:a,fallbackLocale:l,messages:c}=e,[d,f]=Tm(...t),p=Ue(f.missingWarn)?f.missingWarn:e.missingWarn,_=Ue(f.fallbackWarn)?f.fallbackWarn:e.fallbackWarn,E=Ue(f.escapeParameter)?f.escapeParameter:e.escapeParameter,b=!!f.resolvedMessage,N=ae(f.default)||Ue(f.default)?Ue(f.default)?a?d:()=>d:f.default:n?a?d:()=>d:"",D=n||N!=="",k=mf(e,f);E&&EN(f);let[S,V,M]=b?[d,k,c[k]||{}]:Ay(e,d,k,l,_,p),R=S,H=d;if(!b&&!(ae(R)||os(R)||to(R))&&D&&(R=N,H=R),!b&&(!(ae(R)||os(R)||to(R))||!ae(V)))return s?$u:d;let z=!1;const $=()=>{z=!0},le=to(R)?R:Iy(e,d,V,R,H,$);if(z)return R;const ce=SN(e,V,M,f),me=nN(ce),Ae=vN(e,le,me),Oe=r?r(Ae,d):Ae;if(__INTLIFY_PROD_DEVTOOLS__){const We={timestamp:Date.now(),key:ae(d)?d:to(R)?R.key:"",locale:V||(to(R)?R.locale:""),format:ae(R)?R:to(R)?R.source:"",message:Oe};We.meta=rn({},e.__meta,gN()||{}),iN(We)}return Oe}function EN(e){Ft(e.list)?e.list=e.list.map(t=>ae(t)?pC(t):t):nt(e.named)&&Object.keys(e.named).forEach(t=>{ae(e.named[t])&&(e.named[t]=pC(e.named[t]))})}function Ay(e,t,n,r,s,a){const{messages:l,onWarn:c,messageResolver:d,localeFallbacker:f}=e,p=f(e,r,n);let _={},E,b=null;const N="translate";for(let D=0;D<p.length&&(E=p[D],_=l[E]||{},(b=d(_,t))===null&&(b=_[t]),!(ae(b)||os(b)||to(b)));D++){const k=ff(e,t,E,a,N);k!==t&&(b=k)}return[b,E,_]}function Iy(e,t,n,r,s,a){const{messageCompiler:l,warnHtmlMessage:c}=e;if(to(r)){const f=r;return f.locale=f.locale||n,f.key=f.key||t,f}if(l==null){const f=()=>r;return f.locale=n,f.key=t,f}const d=l(r,bN(e,n,s,r,c,a));return d.locale=n,d.key=t,d.source=r,d}function vN(e,t,n){return t(n)}function Tm(...e){const[t,n,r]=e,s={};if(!ae(t)&&!$t(t)&&!to(t)&&!os(t))throw Io(_o.INVALID_ARGUMENT);const a=$t(t)?String(t):(to(t),t);return $t(n)?s.plural=n:ae(n)?s.default=n:Re(n)&&!Hu(n)?s.named=n:Ft(n)&&(s.list=n),$t(r)?s.plural=r:ae(r)?s.default=r:Re(r)&&rn(s,r),[a,s]}function bN(e,t,n,r,s,a){return{locale:t,key:n,warnHtmlMessage:s,onError:l=>{throw a&&a(l),l},onCacheKey:l=>oI(t,n,l)}}function SN(e,t,n,r){const{modifiers:s,pluralRules:a,messageResolver:l,fallbackLocale:c,fallbackWarn:d,missingWarn:f,fallbackContext:p}=e,E={locale:t,modifiers:s,pluralRules:a,messages:b=>{let N=l(n,b);if(N==null&&p){const[,,D]=Ay(p,b,t,c,d,f);N=l(D,b)}if(ae(N)||os(N)){let D=!1;const S=Iy(e,b,t,N,b,()=>{D=!0});return D?xC:S}else return to(N)?N:xC}};return e.processor&&(E.processor=e.processor),r.list&&(E.list=r.list),r.named&&(E.named=r.named),$t(r.plural)&&(E.pluralIndex=r.plural),E}function AC(e,...t){const{datetimeFormats:n,unresolving:r,fallbackLocale:s,onWarn:a,localeFallbacker:l}=e,{__datetimeFormatters:c}=e,[d,f,p,_]=Em(...t),E=Ue(p.missingWarn)?p.missingWarn:e.missingWarn;Ue(p.fallbackWarn)?p.fallbackWarn:e.fallbackWarn;const b=!!p.part,N=mf(e,p),D=l(e,s,N);if(!ae(d)||d==="")return new Intl.DateTimeFormat(N,_).format(f);let k={},S,V=null;const M="datetime format";for(let z=0;z<D.length&&(S=D[z],k=n[S]||{},V=k[d],!Re(V));z++)ff(e,d,S,E,M);if(!Re(V)||!ae(S))return r?$u:d;let R=`${S}__${d}`;Hu(_)||(R=`${R}__${JSON.stringify(_)}`);let H=c.get(R);return H||(H=new Intl.DateTimeFormat(S,rn({},V,_)),c.set(R,H)),b?H.formatToParts(f):H.format(f)}const Ny=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function Em(...e){const[t,n,r,s]=e,a={};let l={},c;if(ae(t)){const d=t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!d)throw Io(_o.INVALID_ISO_DATE_ARGUMENT);const f=d[3]?d[3].trim().startsWith("T")?`${d[1].trim()}${d[3].trim()}`:`${d[1].trim()}T${d[3].trim()}`:d[1].trim();c=new Date(f);try{c.toISOString()}catch{throw Io(_o.INVALID_ISO_DATE_ARGUMENT)}}else if(iI(t)){if(isNaN(t.getTime()))throw Io(_o.INVALID_DATE_ARGUMENT);c=t}else if($t(t))c=t;else throw Io(_o.INVALID_ARGUMENT);return ae(n)?a.key=n:Re(n)&&Object.keys(n).forEach(d=>{Ny.includes(d)?l[d]=n[d]:a[d]=n[d]}),ae(r)?a.locale=r:Re(r)&&(l=r),Re(s)&&(l=s),[a.key||"",c,a,l]}function IC(e,t,n){const r=e;for(const s in n){const a=`${t}__${s}`;r.__datetimeFormatters.has(a)&&r.__datetimeFormatters.delete(a)}}function NC(e,...t){const{numberFormats:n,unresolving:r,fallbackLocale:s,onWarn:a,localeFallbacker:l}=e,{__numberFormatters:c}=e,[d,f,p,_]=vm(...t),E=Ue(p.missingWarn)?p.missingWarn:e.missingWarn;Ue(p.fallbackWarn)?p.fallbackWarn:e.fallbackWarn;const b=!!p.part,N=mf(e,p),D=l(e,s,N);if(!ae(d)||d==="")return new Intl.NumberFormat(N,_).format(f);let k={},S,V=null;const M="number format";for(let z=0;z<D.length&&(S=D[z],k=n[S]||{},V=k[d],!Re(V));z++)ff(e,d,S,E,M);if(!Re(V)||!ae(S))return r?$u:d;let R=`${S}__${d}`;Hu(_)||(R=`${R}__${JSON.stringify(_)}`);let H=c.get(R);return H||(H=new Intl.NumberFormat(S,rn({},V,_)),c.set(R,H)),b?H.formatToParts(f):H.format(f)}const Py=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function vm(...e){const[t,n,r,s]=e,a={};let l={};if(!$t(t))throw Io(_o.INVALID_ARGUMENT);const c=t;return ae(n)?a.key=n:Re(n)&&Object.keys(n).forEach(d=>{Py.includes(d)?l[d]=n[d]:a[d]=n[d]}),ae(r)?a.locale=r:Re(r)&&(l=r),Re(s)&&(l=s),[a.key||"",c,a,l]}function PC(e,t,n){const r=e;for(const s in n){const a=`${t}__${s}`;r.__numberFormatters.has(a)&&r.__numberFormatters.delete(a)}}WI();/*!
|
|
36
36
|
* vue-i18n v9.8.0
|
|
37
37
|
* (c) 2023 kazuya kawaguchi
|
|
38
38
|
* Released under the MIT License.
|
|
39
|
-
*/const CD="9.8.0";function TD(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(eo().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(eo().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(eo().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(eo().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(eo().__INTLIFY_PROD_DEVTOOLS__=!1)}const Ny=rD.__EXTEND_POINT__,Co=uh(Ny);Co(),Co(),Co(),Co(),Co(),Co(),Co(),Co();const My=_r.__EXTEND_POINT__,Ln=uh(My),Vt={UNEXPECTED_RETURN_TYPE:My,INVALID_ARGUMENT:Ln(),MUST_BE_CALL_SETUP_TOP:Ln(),NOT_INSTALLED:Ln(),NOT_AVAILABLE_IN_LEGACY_MODE:Ln(),REQUIRED_VALUE:Ln(),INVALID_VALUE:Ln(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:Ln(),NOT_INSTALLED_WITH_PROVIDE:Ln(),UNEXPECTED_ERROR:Ln(),NOT_COMPATIBLE_LEGACY_VUE_I18N:Ln(),BRIDGE_SUPPORT_VUE_2_ONLY:Ln(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:Ln(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:Ln(),__EXTEND_POINT__:Ln()};function zt(e,...t){return ms(e,null,void 0)}const Td=ko("__translateVNode"),wd=ko("__datetimeParts"),Sd=ko("__numberParts"),By=ko("__setPluralRules"),ky=ko("__injectWithOption"),Ad=ko("__dispose");function ya(e){if(!tt(e))return e;for(const t in e)if(Ea(e,t))if(!t.includes("."))tt(e[t])&&ya(e[t]);else{const n=t.split("."),o=n.length-1;let s=e,a=!1;for(let l=0;l<o;l++){if(n[l]in s||(s[n[l]]={}),!tt(s[n[l]])){a=!0;break}s=s[n[l]]}a||(s[n[o]]=e[t],delete e[t]),tt(s[n[o]])&&ya(s[n[o]])}return e}function Uu(e,t){const{messages:n,__i18n:o,messageResolver:s,flatJson:a}=t,l=Ae(n)?n:yt(o)?{}:{[e]:{}};if(yt(o)&&o.forEach(c=>{if("locale"in c&&"resource"in c){const{locale:d,resource:m}=c;d?(l[d]=l[d]||{},aa(m,l[d])):aa(m,l)}else ae(c)&&aa(JSON.parse(c),l)}),s==null&&a)for(const c in l)Ea(l,c)&&ya(l[c]);return l}function Fy(e){return e.type}function $y(e,t,n){let o=tt(t.messages)?t.messages:{};"__i18nGlobal"in n&&(o=Uu(e.locale.value,{messages:o,__i18n:n.__i18nGlobal}));const s=Object.keys(o);s.length&&s.forEach(a=>{e.mergeLocaleMessage(a,o[a])});{if(tt(t.datetimeFormats)){const a=Object.keys(t.datetimeFormats);a.length&&a.forEach(l=>{e.mergeDateTimeFormat(l,t.datetimeFormats[l])})}if(tt(t.numberFormats)){const a=Object.keys(t.numberFormats);a.length&&a.forEach(l=>{e.mergeNumberFormat(l,t.numberFormats[l])})}}}function D_(e){return Ke(Sa,null,e,0)}const N_="__INTLIFY_META__",M_=()=>[],wD=()=>!1;let B_=0;function k_(e){return(t,n,o,s)=>e(n,o,fi()||void 0,s)}const SD=()=>{const e=fi();let t=null;return e&&(t=Fy(e)[N_])?{[N_]:t}:null};function hh(e={},t){const{__root:n,__injectWithOption:o}=e,s=n===void 0,a=e.flatJson;let l=Ve(e.inheritLocale)?e.inheritLocale:!0;const c=Qt(n&&l?n.locale.value:ae(e.locale)?e.locale:ns),d=Qt(n&&l?n.fallbackLocale.value:ae(e.fallbackLocale)||yt(e.fallbackLocale)||Ae(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:c.value),m=Qt(Uu(c.value,e)),p=Qt(Ae(e.datetimeFormats)?e.datetimeFormats:{[c.value]:{}}),E=Qt(Ae(e.numberFormats)?e.numberFormats:{[c.value]:{}});let C=n?n.missingWarn:Ve(e.missingWarn)||Io(e.missingWarn)?e.missingWarn:!0,w=n?n.fallbackWarn:Ve(e.fallbackWarn)||Io(e.fallbackWarn)?e.fallbackWarn:!0,N=n?n.fallbackRoot:Ve(e.fallbackRoot)?e.fallbackRoot:!0,x=!!e.fallbackFormat,F=Et(e.missing)?e.missing:null,S=Et(e.missing)?k_(e.missing):null,B=Et(e.postTranslation)?e.postTranslation:null,$=n?n.warnHtmlMessage:Ve(e.warnHtmlMessage)?e.warnHtmlMessage:!0,A=!!e.escapeParameter;const H=n?n.modifiers:Ae(e.modifiers)?e.modifiers:{};let G=e.pluralRules||n&&n.pluralRules,U;U=(()=>{s&&w_(null);const O={version:CD,locale:c.value,fallbackLocale:d.value,messages:m.value,modifiers:H,pluralRules:G,missing:S===null?void 0:S,missingWarn:C,fallbackWarn:w,fallbackFormat:x,unresolving:!0,postTranslation:B===null?void 0:B,warnHtmlMessage:$,escapeParameter:A,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};O.datetimeFormats=p.value,O.numberFormats=E.value,O.__datetimeFormatters=Ae(U)?U.__datetimeFormatters:void 0,O.__numberFormatters=Ae(U)?U.__numberFormatters:void 0;const k=mD(O);return s&&w_(k),k})(),js(U,c.value,d.value);function ce(){return[c.value,d.value,m.value,p.value,E.value]}const de=Re({get:()=>c.value,set:O=>{c.value=O,U.locale=c.value}}),Pe=Re({get:()=>d.value,set:O=>{d.value=O,U.fallbackLocale=d.value,js(U,c.value,O)}}),ke=Re(()=>m.value),We=Re(()=>p.value),Tt=Re(()=>E.value);function Bt(){return Et(B)?B:null}function Le(O){B=O,U.postTranslation=O}function ge(){return F}function Te(O){O!==null&&(S=k_(O)),F=O,U.missing=S}const qe=(O,k,re,ue,we,Me)=>{ce();let ut;try{__INTLIFY_PROD_DEVTOOLS__,s||(U.fallbackContext=n?hD():void 0),ut=O(U)}finally{__INTLIFY_PROD_DEVTOOLS__,s||(U.fallbackContext=void 0)}if(re!=="translate exists"&&Ut(ut)&&ut===Hu||re==="translate exists"&&!ut){const[ct,Ot]=k();return n&&N?ue(n):we(ct)}else{if(Me(ut))return ut;throw zt(Vt.UNEXPECTED_RETURN_TYPE)}};function Fe(...O){return qe(k=>Reflect.apply(L_,null,[k,...O]),()=>yd(...O),"translate",k=>Reflect.apply(k.t,k,[...O]),k=>k,k=>ae(k))}function Je(...O){const[k,re,ue]=O;if(ue&&!tt(ue))throw zt(Vt.INVALID_ARGUMENT);return Fe(k,re,rn({resolvedMessage:!0},ue||{}))}function De(...O){return qe(k=>Reflect.apply(O_,null,[k,...O]),()=>bd(...O),"datetime format",k=>Reflect.apply(k.d,k,[...O]),()=>b_,k=>ae(k))}function Gt(...O){return qe(k=>Reflect.apply(R_,null,[k,...O]),()=>Cd(...O),"number format",k=>Reflect.apply(k.n,k,[...O]),()=>b_,k=>ae(k))}function He(O){return O.map(k=>ae(k)||Ut(k)||Ve(k)?D_(String(k)):k)}const pt={normalize:He,interpolate:O=>O,type:"vnode"};function kt(...O){return qe(k=>{let re;const ue=k;try{ue.processor=pt,re=Reflect.apply(L_,null,[ue,...O])}finally{ue.processor=null}return re},()=>yd(...O),"translate",k=>k[Td](...O),k=>[D_(k)],k=>yt(k))}function nt(...O){return qe(k=>Reflect.apply(R_,null,[k,...O]),()=>Cd(...O),"number format",k=>k[Sd](...O),M_,k=>ae(k)||yt(k))}function wt(...O){return qe(k=>Reflect.apply(O_,null,[k,...O]),()=>bd(...O),"datetime format",k=>k[wd](...O),M_,k=>ae(k)||yt(k))}function At(O){G=O,U.pluralRules=G}function lt(O,k){return qe(()=>{if(!O)return!1;const re=ae(k)?k:c.value,ue=h(re),we=U.messageResolver(ue,O);return rs(we)||er(we)||ae(we)},()=>[O],"translate exists",re=>Reflect.apply(re.te,re,[O,k]),wD,re=>Ve(re))}function Ft(O){let k=null;const re=Cy(U,d.value,c.value);for(let ue=0;ue<re.length;ue++){const we=m.value[re[ue]]||{},Me=U.messageResolver(we,O);if(Me!=null){k=Me;break}}return k}function g(O){const k=Ft(O);return k??(n?n.tm(O)||{}:{})}function h(O){return m.value[O]||{}}function b(O,k){if(a){const re={[O]:k};for(const ue in re)Ea(re,ue)&&ya(re[ue]);k=re[O]}m.value[O]=k,U.messages=m.value}function D(O,k){m.value[O]=m.value[O]||{};const re={[O]:k};for(const ue in re)Ea(re,ue)&&ya(re[ue]);k=re[O],aa(k,m.value[O]),U.messages=m.value}function M(O){return p.value[O]||{}}function V(O,k){p.value[O]=k,U.datetimeFormats=p.value,I_(U,O,k)}function ee(O,k){p.value[O]=rn(p.value[O]||{},k),U.datetimeFormats=p.value,I_(U,O,k)}function q(O){return E.value[O]||{}}function J(O,k){E.value[O]=k,U.numberFormats=E.value,P_(U,O,k)}function z(O,k){E.value[O]=rn(E.value[O]||{},k),U.numberFormats=E.value,P_(U,O,k)}B_++,n&&_d&&(nn(n.locale,O=>{l&&(c.value=O,U.locale=O,js(U,c.value,d.value))}),nn(n.fallbackLocale,O=>{l&&(d.value=O,U.fallbackLocale=O,js(U,c.value,d.value))}));const ne={id:B_,locale:de,fallbackLocale:Pe,get inheritLocale(){return l},set inheritLocale(O){l=O,O&&n&&(c.value=n.locale.value,d.value=n.fallbackLocale.value,js(U,c.value,d.value))},get availableLocales(){return Object.keys(m.value).sort()},messages:ke,get modifiers(){return H},get pluralRules(){return G||{}},get isGlobal(){return s},get missingWarn(){return C},set missingWarn(O){C=O,U.missingWarn=C},get fallbackWarn(){return w},set fallbackWarn(O){w=O,U.fallbackWarn=w},get fallbackRoot(){return N},set fallbackRoot(O){N=O},get fallbackFormat(){return x},set fallbackFormat(O){x=O,U.fallbackFormat=x},get warnHtmlMessage(){return $},set warnHtmlMessage(O){$=O,U.warnHtmlMessage=O},get escapeParameter(){return A},set escapeParameter(O){A=O,U.escapeParameter=O},t:Fe,getLocaleMessage:h,setLocaleMessage:b,mergeLocaleMessage:D,getPostTranslationHandler:Bt,setPostTranslationHandler:Le,getMissingHandler:ge,setMissingHandler:Te,[By]:At};return ne.datetimeFormats=We,ne.numberFormats=Tt,ne.rt=Je,ne.te=lt,ne.tm=g,ne.d=De,ne.n=Gt,ne.getDateTimeFormat=M,ne.setDateTimeFormat=V,ne.mergeDateTimeFormat=ee,ne.getNumberFormat=q,ne.setNumberFormat=J,ne.mergeNumberFormat=z,ne[ky]=o,ne[Td]=kt,ne[wd]=wt,ne[Sd]=nt,ne}function AD(e){const t=ae(e.locale)?e.locale:ns,n=ae(e.fallbackLocale)||yt(e.fallbackLocale)||Ae(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,o=Et(e.missing)?e.missing:void 0,s=Ve(e.silentTranslationWarn)||Io(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,a=Ve(e.silentFallbackWarn)||Io(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,l=Ve(e.fallbackRoot)?e.fallbackRoot:!0,c=!!e.formatFallbackMessages,d=Ae(e.modifiers)?e.modifiers:{},m=e.pluralizationRules,p=Et(e.postTranslation)?e.postTranslation:void 0,E=ae(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,C=!!e.escapeParameterHtml,w=Ve(e.sync)?e.sync:!0;let N=e.messages;if(Ae(e.sharedMessages)){const H=e.sharedMessages;N=Object.keys(H).reduce((U,le)=>{const ce=U[le]||(U[le]={});return rn(ce,H[le]),U},N||{})}const{__i18n:x,__root:F,__injectWithOption:S}=e,B=e.datetimeFormats,$=e.numberFormats,A=e.flatJson;return{locale:t,fallbackLocale:n,messages:N,flatJson:A,datetimeFormats:B,numberFormats:$,missing:o,missingWarn:s,fallbackWarn:a,fallbackRoot:l,fallbackFormat:c,modifiers:d,pluralRules:m,postTranslation:p,warnHtmlMessage:E,escapeParameter:C,messageResolver:e.messageResolver,inheritLocale:w,__i18n:x,__root:F,__injectWithOption:S}}function xd(e={},t){{const n=hh(AD(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 Ve(n.missingWarn)?!n.missingWarn:n.missingWarn},set silentTranslationWarn(a){n.missingWarn=Ve(a)?!a:a},get silentFallbackWarn(){return Ve(n.fallbackWarn)?!n.fallbackWarn:n.fallbackWarn},set silentFallbackWarn(a){n.fallbackWarn=Ve(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[l,c,d]=a,m={};let p=null,E=null;if(!ae(l))throw zt(Vt.INVALID_ARGUMENT);const C=l;return ae(c)?m.locale=c:yt(c)?p=c:Ae(c)&&(E=c),yt(d)?p=d:Ae(d)&&(E=d),Reflect.apply(n.t,n,[C,p||E||{},m])},rt(...a){return Reflect.apply(n.rt,n,[...a])},tc(...a){const[l,c,d]=a,m={plural:1};let p=null,E=null;if(!ae(l))throw zt(Vt.INVALID_ARGUMENT);const C=l;return ae(c)?m.locale=c:Ut(c)?m.plural=c:yt(c)?p=c:Ae(c)&&(E=c),ae(d)?m.locale=d:yt(d)?p=d:Ae(d)&&(E=d),Reflect.apply(n.t,n,[C,p||E||{},m])},te(a,l){return n.te(a,l)},tm(a){return n.tm(a)},getLocaleMessage(a){return n.getLocaleMessage(a)},setLocaleMessage(a,l){n.setLocaleMessage(a,l)},mergeLocaleMessage(a,l){n.mergeLocaleMessage(a,l)},d(...a){return Reflect.apply(n.d,n,[...a])},getDateTimeFormat(a){return n.getDateTimeFormat(a)},setDateTimeFormat(a,l){n.setDateTimeFormat(a,l)},mergeDateTimeFormat(a,l){n.mergeDateTimeFormat(a,l)},n(...a){return Reflect.apply(n.n,n,[...a])},getNumberFormat(a){return n.getNumberFormat(a)},setNumberFormat(a,l){n.setNumberFormat(a,l)},mergeNumberFormat(a,l){n.mergeNumberFormat(a,l)},getChoiceIndex(a,l){return-1}};return s.__extender=o,s}}const mh={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function xD({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((o,s)=>[...o,...s.type===ot?s.children:[s]],[]):t.reduce((n,o)=>{const s=e[o];return s&&(n[o]=s()),n},{})}function Wy(e){return ot}const LD=at({name:"i18n-t",props:rn({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>Ut(e)||!isNaN(e)}},mh),setup(e,t){const{slots:n,attrs:o}=t,s=e.i18n||ph({useScope:e.scope,__useComponent:!0});return()=>{const a=Object.keys(n).filter(E=>E!=="_"),l={};e.locale&&(l.locale=e.locale),e.plural!==void 0&&(l.plural=ae(e.plural)?+e.plural:e.plural);const c=xD(t,a),d=s[Td](e.keypath,c,l),m=rn({},o),p=ae(e.tag)||tt(e.tag)?e.tag:Wy();return Bu(p,m,d)}}}),F_=LD;function OD(e){return yt(e)&&!ae(e[0])}function Hy(e,t,n,o){const{slots:s,attrs:a}=t;return()=>{const l={part:!0};let c={};e.locale&&(l.locale=e.locale),ae(e.format)?l.key=e.format:tt(e.format)&&(ae(e.format.key)&&(l.key=e.format.key),c=Object.keys(e.format).reduce((C,w)=>n.includes(w)?rn({},C,{[w]:e.format[w]}):C,{}));const d=o(e.value,l,c);let m=[l.key];yt(d)?m=d.map((C,w)=>{const N=s[C.type],x=N?N({[C.type]:C.value,index:w,parts:d}):[C.value];return OD(x)&&(x[0].key=`${C.type}-${w}`),x}):ae(d)&&(m=[d]);const p=rn({},a),E=ae(e.tag)||tt(e.tag)?e.tag:Wy();return Bu(E,p,m)}}const ID=at({name:"i18n-n",props:rn({value:{type:Number,required:!0},format:{type:[String,Object]}},mh),setup(e,t){const n=e.i18n||ph({useScope:"parent",__useComponent:!0});return Hy(e,t,Dy,(...o)=>n[Sd](...o))}}),$_=ID,RD=at({name:"i18n-d",props:rn({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},mh),setup(e,t){const n=e.i18n||ph({useScope:"parent",__useComponent:!0});return Hy(e,t,Py,(...o)=>n[wd](...o))}}),W_=RD;function PD(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 DD(e){const t=l=>{const{instance:c,modifiers:d,value:m}=l;if(!c||!c.$)throw zt(Vt.UNEXPECTED_ERROR);const p=PD(e,c.$),E=H_(m);return[Reflect.apply(p.t,p,[...U_(E)]),p]};return{created:(l,c)=>{const[d,m]=t(c);_d&&e.global===m&&(l.__i18nWatcher=nn(m.locale,()=>{c.instance&&c.instance.$forceUpdate()})),l.__composer=m,l.textContent=d},unmounted:l=>{_d&&l.__i18nWatcher&&(l.__i18nWatcher(),l.__i18nWatcher=void 0,delete l.__i18nWatcher),l.__composer&&(l.__composer=void 0,delete l.__composer)},beforeUpdate:(l,{value:c})=>{if(l.__composer){const d=l.__composer,m=H_(c);l.textContent=Reflect.apply(d.t,d,[...U_(m)])}},getSSRProps:l=>{const[c]=t(l);return{textContent:c}}}}function H_(e){if(ae(e))return{path:e};if(Ae(e)){if(!("path"in e))throw zt(Vt.REQUIRED_VALUE,"path");return e}else throw zt(Vt.INVALID_VALUE)}function U_(e){const{path:t,locale:n,args:o,choice:s,plural:a}=e,l={},c=o||{};return ae(n)&&(l.locale=n),Ut(s)&&(l.plural=s),Ut(a)&&(l.plural=a),[t,c,l]}function ND(e,t,...n){const o=Ae(n[0])?n[0]:{},s=!!o.useI18nComponentName;(Ve(o.globalInstall)?o.globalInstall:!0)&&([s?"i18n":F_.name,"I18nT"].forEach(l=>e.component(l,F_)),[$_.name,"I18nN"].forEach(l=>e.component(l,$_)),[W_.name,"I18nD"].forEach(l=>e.component(l,W_))),e.directive("t",DD(t))}function MD(e,t,n){return{beforeCreate(){const o=fi();if(!o)throw zt(Vt.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=V_(e,a);else{a.__injectWithOption=!0,a.__extender=n.__vueI18nExtend,this.$i18n=xd(a);const l=this.$i18n;l.__extender&&(l.__disposer=l.__extender(this.$i18n))}}else if(s.__i18n)if(this===this.$root)this.$i18n=V_(e,s);else{this.$i18n=xd({__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&&$y(t,s,s),this.$t=(...a)=>this.$i18n.t(...a),this.$rt=(...a)=>this.$i18n.rt(...a),this.$tc=(...a)=>this.$i18n.tc(...a),this.$te=(a,l)=>this.$i18n.te(a,l),this.$d=(...a)=>this.$i18n.d(...a),this.$n=(...a)=>this.$i18n.n(...a),this.$tm=a=>this.$i18n.tm(a),n.__setInstance(o,this.$i18n)},mounted(){},unmounted(){const o=fi();if(!o)throw zt(Vt.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 V_(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[By](t.pluralizationRules||e.pluralizationRules);const n=Uu(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 BD=ko("global-vue-i18n");function kD(e={},t){const n=__VUE_I18N_LEGACY_API__&&Ve(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,o=Ve(e.globalInjection)?e.globalInjection:!0,s=__VUE_I18N_LEGACY_API__&&n?!!e.allowComposition:!0,a=new Map,[l,c]=FD(e,n),d=ko("");function m(C){return a.get(C)||null}function p(C,w){a.set(C,w)}function E(C){a.delete(C)}{const C={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},get allowComposition(){return s},async install(w,...N){if(w.__VUE_I18N_SYMBOL__=d,w.provide(w.__VUE_I18N_SYMBOL__,C),Ae(N[0])){const S=N[0];C.__composerExtend=S.__composerExtend,C.__vueI18nExtend=S.__vueI18nExtend}let x=null;!n&&o&&(x=KD(w,C.global)),__VUE_I18N_FULL_INSTALL__&&ND(w,C,...N),__VUE_I18N_LEGACY_API__&&n&&w.mixin(MD(c,c.__composer,C));const F=w.unmount;w.unmount=()=>{x&&x(),C.dispose(),F()}},get global(){return c},dispose(){l.stop()},__instances:a,__getInstance:m,__setInstance:p,__deleteInstance:E};return C}}function ph(e={}){const t=fi();if(t==null)throw zt(Vt.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw zt(Vt.NOT_INSTALLED);const n=$D(t),o=HD(n),s=Fy(t),a=WD(e,s);if(__VUE_I18N_LEGACY_API__&&n.mode==="legacy"&&!e.__useComponent){if(!n.allowComposition)throw zt(Vt.NOT_AVAILABLE_IN_LEGACY_MODE);return jD(t,a,o,e)}if(a==="global")return $y(o,e,s),o;if(a==="parent"){let d=UD(n,t,e.__useComponent);return d==null&&(d=o),d}const l=n;let c=l.__getInstance(t);if(c==null){const d=rn({},e);"__i18n"in s&&(d.__i18n=s.__i18n),o&&(d.__root=o),c=hh(d),l.__composerExtend&&(c[Ad]=l.__composerExtend(c)),GD(l,t,c),l.__setInstance(t,c)}return c}function FD(e,t,n){const o=ZE();{const s=__VUE_I18N_LEGACY_API__&&t?o.run(()=>xd(e)):o.run(()=>hh(e));if(s==null)throw zt(Vt.UNEXPECTED_ERROR);return[o,s]}}function $D(e){{const t=Lo(e.isCE?BD:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw zt(e.isCE?Vt.NOT_INSTALLED_WITH_PROVIDE:Vt.UNEXPECTED_ERROR);return t}}function WD(e,t){return Wu(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function HD(e){return e.mode==="composition"?e.global:e.global.__composer}function UD(e,t,n=!1){let o=null;const s=t.root;let a=VD(t,n);for(;a!=null;){const l=e;if(e.mode==="composition")o=l.__getInstance(a);else if(__VUE_I18N_LEGACY_API__){const c=l.__getInstance(a);c!=null&&(o=c.__composer,n&&o&&!o[ky]&&(o=null))}if(o!=null||s===a)break;a=a.parent}return o}function VD(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function GD(e,t,n){Qd(()=>{},t),Ru(()=>{const o=n;e.__deleteInstance(t);const s=o[Ad];s&&(s(),delete o[Ad])},t)}function jD(e,t,n,o={}){const s=t==="local",a=li(null);if(s&&e.proxy&&!(e.proxy.$options.i18n||e.proxy.$options.__i18n))throw zt(Vt.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const l=Ve(o.inheritLocale)?o.inheritLocale:!ae(o.locale),c=Qt(!s||l?n.locale.value:ae(o.locale)?o.locale:ns),d=Qt(!s||l?n.fallbackLocale.value:ae(o.fallbackLocale)||yt(o.fallbackLocale)||Ae(o.fallbackLocale)||o.fallbackLocale===!1?o.fallbackLocale:c.value),m=Qt(Uu(c.value,o)),p=Qt(Ae(o.datetimeFormats)?o.datetimeFormats:{[c.value]:{}}),E=Qt(Ae(o.numberFormats)?o.numberFormats:{[c.value]:{}}),C=s?n.missingWarn:Ve(o.missingWarn)||Io(o.missingWarn)?o.missingWarn:!0,w=s?n.fallbackWarn:Ve(o.fallbackWarn)||Io(o.fallbackWarn)?o.fallbackWarn:!0,N=s?n.fallbackRoot:Ve(o.fallbackRoot)?o.fallbackRoot:!0,x=!!o.fallbackFormat,F=Et(o.missing)?o.missing:null,S=Et(o.postTranslation)?o.postTranslation:null,B=s?n.warnHtmlMessage:Ve(o.warnHtmlMessage)?o.warnHtmlMessage:!0,$=!!o.escapeParameter,A=s?n.modifiers:Ae(o.modifiers)?o.modifiers:{},H=o.pluralRules||s&&n.pluralRules;function G(){return[c.value,d.value,m.value,p.value,E.value]}const U=Re({get:()=>a.value?a.value.locale.value:c.value,set:h=>{a.value&&(a.value.locale.value=h),c.value=h}}),le=Re({get:()=>a.value?a.value.fallbackLocale.value:d.value,set:h=>{a.value&&(a.value.fallbackLocale.value=h),d.value=h}}),ce=Re(()=>a.value?a.value.messages.value:m.value),de=Re(()=>p.value),Pe=Re(()=>E.value);function ke(){return a.value?a.value.getPostTranslationHandler():S}function We(h){a.value&&a.value.setPostTranslationHandler(h)}function Tt(){return a.value?a.value.getMissingHandler():F}function Bt(h){a.value&&a.value.setMissingHandler(h)}function Le(h){return G(),h()}function ge(...h){return a.value?Le(()=>Reflect.apply(a.value.t,null,[...h])):Le(()=>"")}function Te(...h){return a.value?Reflect.apply(a.value.rt,null,[...h]):""}function qe(...h){return a.value?Le(()=>Reflect.apply(a.value.d,null,[...h])):Le(()=>"")}function Fe(...h){return a.value?Le(()=>Reflect.apply(a.value.n,null,[...h])):Le(()=>"")}function Je(h){return a.value?a.value.tm(h):{}}function De(h,b){return a.value?a.value.te(h,b):!1}function Gt(h){return a.value?a.value.getLocaleMessage(h):{}}function He(h,b){a.value&&(a.value.setLocaleMessage(h,b),m.value[h]=b)}function it(h,b){a.value&&a.value.mergeLocaleMessage(h,b)}function pt(h){return a.value?a.value.getDateTimeFormat(h):{}}function kt(h,b){a.value&&(a.value.setDateTimeFormat(h,b),p.value[h]=b)}function nt(h,b){a.value&&a.value.mergeDateTimeFormat(h,b)}function wt(h){return a.value?a.value.getNumberFormat(h):{}}function At(h,b){a.value&&(a.value.setNumberFormat(h,b),E.value[h]=b)}function lt(h,b){a.value&&a.value.mergeNumberFormat(h,b)}const Ft={get id(){return a.value?a.value.id:-1},locale:U,fallbackLocale:le,messages:ce,datetimeFormats:de,numberFormats:Pe,get inheritLocale(){return a.value?a.value.inheritLocale:l},set inheritLocale(h){a.value&&(a.value.inheritLocale=h)},get availableLocales(){return a.value?a.value.availableLocales:Object.keys(m.value)},get modifiers(){return a.value?a.value.modifiers:A},get pluralRules(){return a.value?a.value.pluralRules:H},get isGlobal(){return a.value?a.value.isGlobal:!1},get missingWarn(){return a.value?a.value.missingWarn:C},set missingWarn(h){a.value&&(a.value.missingWarn=h)},get fallbackWarn(){return a.value?a.value.fallbackWarn:w},set fallbackWarn(h){a.value&&(a.value.missingWarn=h)},get fallbackRoot(){return a.value?a.value.fallbackRoot:N},set fallbackRoot(h){a.value&&(a.value.fallbackRoot=h)},get fallbackFormat(){return a.value?a.value.fallbackFormat:x},set fallbackFormat(h){a.value&&(a.value.fallbackFormat=h)},get warnHtmlMessage(){return a.value?a.value.warnHtmlMessage:B},set warnHtmlMessage(h){a.value&&(a.value.warnHtmlMessage=h)},get escapeParameter(){return a.value?a.value.escapeParameter:$},set escapeParameter(h){a.value&&(a.value.escapeParameter=h)},t:ge,getPostTranslationHandler:ke,setPostTranslationHandler:We,getMissingHandler:Tt,setMissingHandler:Bt,rt:Te,d:qe,n:Fe,tm:Je,te:De,getLocaleMessage:Gt,setLocaleMessage:He,mergeLocaleMessage:it,getDateTimeFormat:pt,setDateTimeFormat:kt,mergeDateTimeFormat:nt,getNumberFormat:wt,setNumberFormat:At,mergeNumberFormat:lt};function g(h){h.locale.value=c.value,h.fallbackLocale.value=d.value,Object.keys(m.value).forEach(b=>{h.mergeLocaleMessage(b,m.value[b])}),Object.keys(p.value).forEach(b=>{h.mergeDateTimeFormat(b,p.value[b])}),Object.keys(E.value).forEach(b=>{h.mergeNumberFormat(b,E.value[b])}),h.escapeParameter=$,h.fallbackFormat=x,h.fallbackRoot=N,h.fallbackWarn=w,h.missingWarn=C,h.warnHtmlMessage=B}return Zd(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw zt(Vt.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const h=a.value=e.proxy.$i18n.__composer;t==="global"?(c.value=h.locale.value,d.value=h.fallbackLocale.value,m.value=h.messages.value,p.value=h.datetimeFormats.value,E.value=h.numberFormats.value):s&&g(h)}),Ft}const YD=["locale","fallbackLocale","availableLocales"],G_=["t","rt","d","n","tm","te"];function KD(e,t){const n=Object.create(null);return YD.forEach(s=>{const a=Object.getOwnPropertyDescriptor(t,s);if(!a)throw zt(Vt.UNEXPECTED_ERROR);const l=Mt(a.value)?{get(){return a.value.value},set(c){a.value.value=c}}:{get(){return a.get&&a.get()}};Object.defineProperty(n,s,l)}),e.config.globalProperties.$i18n=n,G_.forEach(s=>{const a=Object.getOwnPropertyDescriptor(t,s);if(!a||!a.value)throw zt(Vt.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${s}`,a)}),()=>{delete e.config.globalProperties.$i18n,G_.forEach(s=>{delete e.config.globalProperties[`$${s}`]})}}TD();__INTLIFY_JIT_COMPILATION__?T_(_D):T_(gD);uD(GP);cD(Cy);if(__INTLIFY_PROD_DEVTOOLS__){const e=eo();e.__INTLIFY__=!0,QP(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}const zD={productShelfBuilderComponent:{titleText:"Algorithm Selection",algorithmLabel:"Algorithm",cancelButton:"Cancel",applyButton:"Apply",listSelector:{productListShelf:"Product Shelf",relatedProductsForProductListShelf:"Related Products for Product Shelf",alternativeProductsForProductListShelf:"Alternative Products for Product Shelf",popularProductsInCategoryListShelf:"Popular Products in Category",popularProductsShelf:"Popular Products"},productShelfBuilders:{productsQuantityLabel:"Number of Products",productsAtLeastText:"From",productsLimitText:"To",popularProductListDescriptionText:"The email will display popular products across the store.",productListDescriptionText:"Select products to display",relatedProductListDescriptionText:"Select products to display",alternativeProductListDescriptionText:"Select a block of products to determine which ones we will offer alternative products for. Please note that customers will see not the selected products, but the products calculated by the alternative products algorithm for the selected products.",popularFromCategoryListDescriptionText:"Select a block of categories to determine which ones we will offer popular products for. Please note that customers will see additional products in the email that match your selection.",productsSelectButton:"Select Products",categorySelectButton:"Select Categories"}},productListComposerModalWindow:{titleText:"Product List",cancelButton:"Cancel",applyButton:"Apply",transferAllButton:"Transfer All",searchInputPlaceholder:"Name of one product or list of IDs",emptySearchProductListTopText:"Name of one product",emptySearchProductListBottomText:"or list of IDs separated by commas",emptySelectedProductListText:"The product list is currently empty.",selectedProductListTitleText:"Product List",selectedProductListDeclensions:{one:"product",few:"products",many:"products"}},categoryListComposerModalWindow:{titleText:"Category Selection",cancelButton:"Cancel",applyButton:"Apply",transferAllButton:"Transfer All",searchInputPlaceholder:"Name of one category or list of IDs",emptySearchCategoryListText:"Enter the name of a category to display results.",emptySelectedCategoryListText:"The category list is currently empty.",selectedCategoryListTitleText:"Category List",selectedCategoryListDeclensions:{one:"category",few:"categories",many:"categories"}}},qD={productShelfBuilderComponent:{titleText:"Настройки товарной полки",algorithmLabel:"Алгоритм подбора товаров",cancelButton:"Отмена",applyButton:"Применить",listSelector:{productListShelf:"Продуктовая полка",relatedProductsForProductListShelf:"Сопутствующие товары к товарам",alternativeProductsForProductListShelf:"Альтернативы товаров",popularProductsInCategoryListShelf:"Популярные товары из категории",popularProductsShelf:"Популярные товары"},productShelfBuilders:{productsQuantityLabel:"Количество товаров",productsAtLeastText:"От",productsLimitText:"До",popularProductListDescriptionText:"В письме будут отображаться самые популярные товары магазина.",productListDescriptionText:"Выберите товары для отображения",relatedProductListDescriptionText:"Выберите товары для отображения",alternativeProductListDescriptionText:"Выберите блок товаров, чтобы определить, к каким из них мы предложим <b>альтернативные товары</b>.<br>Пожалуйста, учтите, что клиенты увидят в письме не выбранные товары, а товары рассчитанные по алгоритму <b>альтернативные товары</b> к выбранным товарам.",popularFromCategoryListDescriptionText:"Выберите блок категорий, чтобы определить, к каким из них мы предложим <b>популярные товары</b>.<br>Пожалуйста, учтите, что клиенты увидят в письме дополнительные товары, соответствующие вашему выбору.",productsSelectButton:"Выбрать товары",categorySelectButton:"Выбрать категории"}},productListComposerModalWindow:{titleText:"Список товаров",cancelButton:"Отменить",applyButton:"Применить",transferAllButton:"Перенести все",searchInputPlaceholder:"Название одного товара или список ID",emptySearchProductListTopText:"Название одного товара",emptySearchProductListBottomText:"или список ID через запятую",emptySelectedProductListText:"Список товаров пока что пуст.",selectedProductListTitleText:"Список товаров",selectedProductListDeclensions:{one:"продукт",few:"продукта",many:"продуктов"}},categoryListComposerModalWindow:{titleText:"Выбор категорий",cancelButton:"Отменить",applyButton:"Применить",transferAllButton:"Перенести все",searchInputPlaceholder:"Название одной категории или список ID",emptySearchCategoryListText:"Введите название категории, чтобы отобразились результаты.",emptySelectedCategoryListText:"Список категорий пока что пуст.",selectedCategoryListTitleText:"Список категорий",selectedCategoryListDeclensions:{one:"категория",few:"категории",many:"категорий"}}},Uy=kD({locale:"ru",legacy:!1,fallbackWarn:!1,missingWarn:!1,messages:{en:zD,ru:qD},warnHtmlMessage:!1}),XD=()=>{const{t:e}=Uy.global;return(t,n)=>n?e(t,n):e(t)};XD();function JD(e){return JO(()=>{const t=[],n={};if(e.value.background)if(md(e.value.background)){if(n.backgroundColor=e.value.background,!e.value.text&&fI(e.value.background)){const o=Rr(e.value.background);if(o.a==null||o.a===1){const s=oy(o);n.color=s,n.caretColor=s}}}else t.push(`bg-${e.value.background}`);return e.value.text&&(md(e.value.text)?(n.color=e.value.text,n.caretColor=e.value.text):t.push(`text-${e.value.text}`)),{colorClasses:t,colorStyles:n}})}function ZD(e,t){const n=Re(()=>({background:Mt(e)?e.value:t?e[t]:null})),{colorClasses:o,colorStyles:s}=JD(n);return{backgroundColorClasses:o,backgroundColorStyles:s}}const QD=ds({height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String]},"dimension");function eN(e){return{dimensionStyles:Re(()=>{const n={},o=Ni(e.height),s=Ni(e.maxHeight),a=Ni(e.maxWidth),l=Ni(e.minHeight),c=Ni(e.minWidth),d=Ni(e.width);return o!=null&&(n.height=o),s!=null&&(n.maxHeight=s),a!=null&&(n.maxWidth=a),l!=null&&(n.minHeight=l),c!=null&&(n.minWidth=c),d!=null&&(n.width=d),n})}}const tN=ds({elevation:{type:[Number,String],validator(e){const t=parseInt(e);return!isNaN(t)&&t>=0&&t<=24}}},"elevation");function nN(e){return{elevationClasses:Re(()=>{const n=Mt(e)?e.value:e.elevation,o=[];return n==null||o.push(`elevation-${n}`),o})}}const rN={actions:"button@2",article:"heading, paragraph",avatar:"avatar",button:"button",card:"image, heading","card-avatar":"image, list-item-avatar",chip:"chip","date-picker":"list-item, heading, divider, date-picker-options, date-picker-days, actions","date-picker-options":"text, avatar@2","date-picker-days":"avatar@28",divider:"divider",heading:"heading",image:"image","list-item":"text","list-item-avatar":"avatar, text","list-item-two-line":"sentences","list-item-avatar-two-line":"avatar, sentences","list-item-three-line":"paragraph","list-item-avatar-three-line":"avatar, paragraph",ossein:"ossein",paragraph:"text@3",sentences:"text@2",subtitle:"text",table:"table-heading, table-thead, table-tbody, table-tfoot","table-heading":"chip, text","table-thead":"heading@6","table-tbody":"table-row-divider@6","table-row-divider":"table-row, divider","table-row":"text@6","table-tfoot":"text@2, avatar@2",text:"text"};function oN(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return Ke("div",{class:["v-skeleton-loader__bone",`v-skeleton-loader__${e}`]},[t])}function j_(e){const[t,n]=e.split("@");return Array.from({length:n}).map(()=>Vu(t))}function Vu(e){let t=[];if(!e)return t;const n=rN[e];if(e!==n){if(e.includes(","))return Y_(e);if(e.includes("@"))return j_(e);n.includes(",")?t=Y_(n):n.includes("@")?t=j_(n):n&&t.push(Vu(n))}return[oN(e,t)]}function Y_(e){return e.replace(/\s/g,"").split(",").map(Vu)}const iN=ds({boilerplate:Boolean,color:String,loading:Boolean,loadingText:{type:String,default:"$vuetify.loading"},type:{type:[String,Array],default:"ossein"},...QD(),...tN(),...IR()},"VSkeletonLoader"),sN=ly()({name:"VSkeletonLoader",props:iN(),setup(e,t){let{slots:n}=t;const{backgroundColorClasses:o,backgroundColorStyles:s}=ZD(iL(e,"color")),{dimensionStyles:a}=eN(e),{elevationClasses:l}=nN(e),{themeClasses:c}=DR(e),{t:d}=OI(),m=Re(()=>Vu(zO(e.type).join(",")));return TI(()=>{var C;const p=!n.default||e.loading,E=e.boilerplate||!p?{}:{ariaLive:"polite",ariaLabel:d(e.loadingText),role:"alert"};return Ke("div",ah({class:["v-skeleton-loader",{"v-skeleton-loader--boilerplate":e.boilerplate},c.value,o.value,l.value],style:[s.value,p?a.value:{}]},E),[p?m.value:(C=n.default)==null?void 0:C.call(n)])}),{}}}),aN=e=>({emailTemplatePreviewComponents:e.emailTemplatePreviewComponents,initialEmailTemplate:e.initialEmailTemplate,exitLink:e.exitLink}),lN=e=>({favoritesTemplateListDeps:aN({emailTemplatePreviewComponents:e.emailTemplatePreviewComponents,initialEmailTemplate:e.initialEmailTemplate,exitLink:e.exitLink})}),uN=e=>({favoritesTemplateSelectorDeps:lN({partnerId:e.partnerId,emailTemplatePreviewComponents:e.emailTemplatePreviewComponents,initialEmailTemplate:e.initialEmailTemplate,exitLink:e.exitLink})}),cN=e=>({InternalProductId:e.internalId,Name:e.name,Description:e.description,Url:e.url,Price:e.price,OldPrice:e.oldPrice,PictureUrl:e.pictureUrl,CategoryIds:[],Vendor:"p.vendor"}),fN=async e=>(await e.getProductsByIDsHttpClient({body:{partnerId:e.partnerId,internalProductIds:e.productIDs.concat([]),stockId:e.stockId}})).body.products.map(t=>cN(t)),Gu=e=>({InternalProductId:e.internalProductId,Name:e.name,Description:e.description,Price:e.price,OldPrice:e.oldPrice,PictureUrl:e.pictureUrl,Url:e.url,CategoryIds:[],Vendor:"p.vendor"}),dN=async e=>(await e.getRelatedProducts({body:{partnerId:e.partnerId,internalProductIds:e.productIDs.concat([]),stockId:e.stockId}})).body.recommendations.map(t=>Gu(t)),hN=async e=>(await e.getAlternativeProductsHttpClient({body:{partnerId:e.partnerId,internalProductIds:e.productIDs.concat([]),stockId:e.stockId}})).body.recommendations.map(t=>Gu(t)),mN=async e=>(await e.getPopularProductsInCategoriesHttpClient({body:{partnerId:e.partnerId,categoryIds:e.categoryIds.concat([]),stockId:e.stockId}})).body.recommendations.map(t=>Gu(t)),pN=async e=>(await e.getPopularProductsHttpClient({body:{partnerId:e.partnerId,stockId:e.stockId}})).body.recommendations.map(t=>Gu(t)),ar=e=>({Match:t=>{for(const n in e)if(e[n]!==void 0)return t[`when${n}`](e[n]);throw Error("")}}),gN=ar,Vy=(e,t)=>{let n=e;return t.forEach(o=>{n=n[o]}),n},_N=ar,Ys=e=>_N(e.stockSource).Match({whenCustomerStockId:()=>e.customerStockId,whenDefaultStoreStockId:()=>{},whenSpecificStockId:t=>t.Value}),EN=e=>{const t=e.getTransactionalTemplateData();let n={};return o=>gN(o).Match({whenListFromTransactionalTemplateData:s=>Vy(t,s.Path),whenProductList:({ProductIds:s,StockSource:a})=>fN({partnerId:e.partnerId,productIDs:s,stockId:Ys({stockSource:a,customerStockId:e.customerStockId}),productCache:n,getProductsByIDsHttpClient:e.listExpressionDataSourceBffClient.postGetProductsByIds}),whenRelatedProductsFor:({ProductIds:s,StockSource:a})=>dN({partnerId:e.partnerId,productIDs:s,stockId:Ys({stockSource:a,customerStockId:e.customerStockId}),getRelatedProducts:e.listExpressionDataSourceBffClient.postGetRelatedRecommendations}),whenAlternativeProductsFor:({ProductIds:s,StockSource:a})=>hN({partnerId:e.partnerId,productIDs:s,stockId:Ys({stockSource:a,customerStockId:e.customerStockId}),getAlternativeProductsHttpClient:e.listExpressionDataSourceBffClient.postGetAlternativeRecommendations}),whenPopularProductsInCategories:({CategoryIds:s,StockSource:a})=>mN({partnerId:e.partnerId,categoryIds:s,stockId:Ys({stockSource:a,customerStockId:e.customerStockId}),getPopularProductsInCategoriesHttpClient:e.listExpressionDataSourceBffClient.postGetPopularInCategoriesRecommendations}),whenPopular:({StockSource:s})=>pN({partnerId:e.partnerId,stockId:Ys({stockSource:s,customerStockId:e.customerStockId}),getPopularProductsHttpClient:e.listExpressionDataSourceBffClient.postGetPopularRecommendations})})},vN=e=>{const t={[e.antiForgeryTokenHeaderName]:e.antiForgeryTokenValue};return async n=>{const o=e.baseUrl+n.path+"?"+n.query,s=await fetch(o,{method:n.method,body:n.body,headers:{...n.headers,...t}});return{status:s.status,body:await a()};async function a(){try{return await s.json()}catch{return}}}};var to=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},gh={},ps=to&&to.__awaiter||function(e,t,n,o){function s(a){return a instanceof n?a:new n(function(l){l(a)})}return new(n||(n=Promise))(function(a,l){function c(p){try{m(o.next(p))}catch(E){l(E)}}function d(p){try{m(o.throw(p))}catch(E){l(E)}}function m(p){p.done?a(p.value):s(p.value).then(c,d)}m((o=o.apply(e,t||[])).next())})},gs=to&&to.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},o,s,a,l=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return l.next=c(0),l.throw=c(1),l.return=c(2),typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function c(m){return function(p){return d([m,p])}}function d(m){if(o)throw new TypeError("Generator is already executing.");for(;l&&(l=0,m[0]&&(n=0)),n;)try{if(o=1,s&&(a=m[0]&2?s.return:m[0]?s.throw||((a=s.return)&&a.call(s),0):s.next)&&!(a=a.call(s,m[1])).done)return a;switch(s=0,a&&(m=[m[0]&2,a.value]),m[0]){case 0:case 1:a=m;break;case 4:return n.label++,{value:m[1],done:!1};case 5:n.label++,s=m[1],m=[0];continue;case 7:m=n.ops.pop(),n.trys.pop();continue;default:if(a=n.trys,!(a=a.length>0&&a[a.length-1])&&(m[0]===6||m[0]===2)){n=0;continue}if(m[0]===3&&(!a||m[1]>a[0]&&m[1]<a[3])){n.label=m[1];break}if(m[0]===6&&n.label<a[1]){n.label=a[1],a=m;break}if(a&&n.label<a[2]){n.label=a[2],n.ops.push(m);break}a[2]&&n.ops.pop(),n.trys.pop();continue}m=t.call(e,n)}catch(p){m=[6,p],s=0}finally{o=a=0}if(m[0]&5)throw m[1];return{value:m[0]?m[1]:void 0,done:!0}}};Object.defineProperty(gh,"__esModule",{value:!0});var Gy=gh.createApi=void 0,ki=function(e,t){return function(n){return e(n,t)}},yN=function(e){return{products:e.products.map(function(t){return bN(t)})}},bN=function(e){return{internalId:e.internalId,externalId:e.externalId,name:e.name,description:e.description,price:e.price,oldPrice:e.oldPrice,pictureUrl:e.pictureUrl,url:e.url}},CN=function(e){return{recommendations:e.recommendations.map(function(t){return La(t)})}},TN=function(e){return{recommendations:e.recommendations.map(function(t){return La(t)})}},wN=function(e){return{recommendations:e.recommendations.map(function(t){return La(t)})}},SN=function(e){return{recommendations:e.recommendations.map(function(t){return La(t)})}},AN=function(e){return{recommendations:e.recommendations.map(function(t){return La(t)})}},La=function(e){return{internalProductId:e.internalProductId,externalProductId:e.externalProductId,name:e.name,description:e.description,price:e.price,oldPrice:e.oldPrice,pictureUrl:e.pictureUrl,url:e.url}};function xN(e,t){return ps(this,void 0,void 0,function(){var n,o,s;return gs(this,function(a){switch(a.label){case 0:return n="wysiwyg/bff/v2/listExpressionDataSource/getProductsByIds/",o=new URLSearchParams,[4,t({path:n,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e.body),query:o.toString()})];case 1:if(s=a.sent(),s.status===200)return[2,{status:200,body:yN(s.body)}];throw new Error("Unknown response")}})})}function LN(e,t){return ps(this,void 0,void 0,function(){var n,o,s;return gs(this,function(a){switch(a.label){case 0:return n="wysiwyg/bff/v2/listExpressionDataSource/getPopularRecommendations/",o=new URLSearchParams,[4,t({path:n,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e.body),query:o.toString()})];case 1:if(s=a.sent(),s.status===200)return[2,{status:200,body:CN(s.body)}];throw new Error("Unknown response")}})})}function ON(e,t){return ps(this,void 0,void 0,function(){var n,o,s;return gs(this,function(a){switch(a.label){case 0:return n="wysiwyg/bff/v2/listExpressionDataSource/getPopularInCategoriesRecommendations/",o=new URLSearchParams,[4,t({path:n,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e.body),query:o.toString()})];case 1:if(s=a.sent(),s.status===200)return[2,{status:200,body:TN(s.body)}];throw new Error("Unknown response")}})})}function IN(e,t){return ps(this,void 0,void 0,function(){var n,o,s;return gs(this,function(a){switch(a.label){case 0:return n="wysiwyg/bff/v2/listExpressionDataSource/getRelatedRecommendations/",o=new URLSearchParams,[4,t({path:n,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e.body),query:o.toString()})];case 1:if(s=a.sent(),s.status===200)return[2,{status:200,body:wN(s.body)}];throw new Error("Unknown response")}})})}function RN(e,t){return ps(this,void 0,void 0,function(){var n,o,s;return gs(this,function(a){switch(a.label){case 0:return n="wysiwyg/bff/v2/listExpressionDataSource/getAlternativeRecommendations/",o=new URLSearchParams,[4,t({path:n,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e.body),query:o.toString()})];case 1:if(s=a.sent(),s.status===200)return[2,{status:200,body:SN(s.body)}];throw new Error("Unknown response")}})})}function PN(e,t){return ps(this,void 0,void 0,function(){var n,o,s;return gs(this,function(a){switch(a.label){case 0:return n="wysiwyg/bff/v2/listExpressionDataSource/getSearchRecommendations/",o=new URLSearchParams,[4,t({path:n,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e.body),query:o.toString()})];case 1:if(s=a.sent(),s.status===200)return[2,{status:200,body:AN(s.body)}];throw new Error("Unknown response")}})})}var DN=function(e){return{postGetProductsByIds:ki(xN,e),postGetPopularRecommendations:ki(LN,e),postGetPopularInCategoriesRecommendations:ki(ON,e),postGetRelatedRecommendations:ki(IN,e),postGetAlternativeRecommendations:ki(RN,e),postGetSearchRecommendations:ki(PN,e)}};Gy=gh.createApi=DN;const NN=ar,MN=e=>t=>{const n=e.getTransactionalTemplateData(),o=e.contactCustomData;return NN(t.stringExpressionDataSource).Match({whenStringFromTransactionalTemplateData:s=>Promise.resolve(Vy(n,s.Path)),whenStringFromContactCustomData:s=>Promise.resolve(o[s.FieldName]),whenProductImageUrlBuilderExpression:s=>e.productImageUrlBuilderExpressionEvaluator({expression:s,context:t.context})})},BN=ar,_s=e=>{throw new Error("Didn't expect to get here"+e)},kN=e=>Array.isArray(e),ba=e=>({Match:t=>{switch(typeof e){case"string":return(t.whenString??t.defaultValue)(e);case"number":return(t.whenNumber??t.defaultValue)(e);case"boolean":return(t.whenBoolean??t.defaultValue)(e);case"object":return kN(e)?(t.whenArray??t.defaultValue)(e):(t.whenStruct??t.defaultValue)(e);default:return _s(e)}}}),FN=e=>({Match:t=>{if(e.PropertyName!==void 0)return t.whenPropertyName(e.PropertyName);if(e.ArrayIndex!==void 0)return t.whenArrayIndex(e.ArrayIndex);throw Error("No match")}}),_h=(e,t)=>{let n=t;for(const o of e)n=FN(o).Match({whenPropertyName:s=>ba(n).Match({defaultValue:()=>{throw console.error("Property not found: "+s),new Error("Property not found: "+s)},whenStruct:a=>a[s]}),whenArrayIndex:s=>ba(n).Match({defaultValue:()=>{throw console.error("Array index out of bounds: "+s),new Error("Array index out of bounds: "+s)},whenArray:a=>a[s]})});return n},$N=(e,t)=>ba(_h(e,t)).Match({defaultValue:()=>{throw console.error("Value is not a list"),new Error("Value is not a list")},whenArray:n=>n}),WN=(e,t)=>ba(_h(e,t)).Match({defaultValue:()=>{throw console.error("Value is not a string "+t+e),new Error("Value is not a string")},whenString:n=>n}),jy=(e,t)=>ba(_h(e,t)).Match({defaultValue:()=>{throw console.error("Value is not a number"),new Error("Value is not a number")},whenNumber:n=>n}),HN=e=>t=>{const n=e.getTransactionalTemplateData();return BN(t).Match({whenNumberFromTransactionalTemplateData:o=>Promise.resolve(jy(o.Path,n)),whenNumberFromContactCustomData:()=>Promise.resolve(0)})};var bn="top",Wn="bottom",Hn="right",Cn="left",ju="auto",Es=[bn,Wn,Hn,Cn],di="start",os="end",Yy="clippingParents",Eh="viewport",Ui="popper",Ky="reference",Ld=Es.reduce(function(e,t){return e.concat([t+"-"+di,t+"-"+os])},[]),vh=[].concat(Es,[ju]).reduce(function(e,t){return e.concat([t,t+"-"+di,t+"-"+os])},[]),zy="beforeRead",qy="read",Xy="afterRead",Jy="beforeMain",Zy="main",Qy="afterMain",eb="beforeWrite",tb="write",nb="afterWrite",rb=[zy,qy,Xy,Jy,Zy,Qy,eb,tb,nb];function kr(e){return e?(e.nodeName||"").toLowerCase():null}function Un(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function hi(e){var t=Un(e).Element;return e instanceof t||e instanceof Element}function nr(e){var t=Un(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function yh(e){if(typeof ShadowRoot>"u")return!1;var t=Un(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function UN(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var o=t.styles[n]||{},s=t.attributes[n]||{},a=t.elements[n];!nr(a)||!kr(a)||(Object.assign(a.style,o),Object.keys(s).forEach(function(l){var c=s[l];c===!1?a.removeAttribute(l):a.setAttribute(l,c===!0?"":c)}))})}function VN(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(o){var s=t.elements[o],a=t.attributes[o]||{},l=Object.keys(t.styles.hasOwnProperty(o)?t.styles[o]:n[o]),c=l.reduce(function(d,m){return d[m]="",d},{});!nr(s)||!kr(s)||(Object.assign(s.style,c),Object.keys(a).forEach(function(d){s.removeAttribute(d)}))})}}const bh={name:"applyStyles",enabled:!0,phase:"write",fn:UN,effect:VN,requires:["computeStyles"]};function Nr(e){return e.split("-")[0]}var ui=Math.max,_u=Math.min,is=Math.round;function Od(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function ob(){return!/^((?!chrome|android).)*safari/i.test(Od())}function ss(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var o=e.getBoundingClientRect(),s=1,a=1;t&&nr(e)&&(s=e.offsetWidth>0&&is(o.width)/e.offsetWidth||1,a=e.offsetHeight>0&&is(o.height)/e.offsetHeight||1);var l=hi(e)?Un(e):window,c=l.visualViewport,d=!ob()&&n,m=(o.left+(d&&c?c.offsetLeft:0))/s,p=(o.top+(d&&c?c.offsetTop:0))/a,E=o.width/s,C=o.height/a;return{width:E,height:C,top:p,right:m+E,bottom:p+C,left:m,x:m,y:p}}function Ch(e){var t=ss(e),n=e.offsetWidth,o=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-o)<=1&&(o=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:o}}function ib(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&yh(n)){var o=t;do{if(o&&e.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function so(e){return Un(e).getComputedStyle(e)}function GN(e){return["table","td","th"].indexOf(kr(e))>=0}function $o(e){return((hi(e)?e.ownerDocument:e.document)||window.document).documentElement}function Yu(e){return kr(e)==="html"?e:e.assignedSlot||e.parentNode||(yh(e)?e.host:null)||$o(e)}function K_(e){return!nr(e)||so(e).position==="fixed"?null:e.offsetParent}function jN(e){var t=/firefox/i.test(Od()),n=/Trident/i.test(Od());if(n&&nr(e)){var o=so(e);if(o.position==="fixed")return null}var s=Yu(e);for(yh(s)&&(s=s.host);nr(s)&&["html","body"].indexOf(kr(s))<0;){var a=so(s);if(a.transform!=="none"||a.perspective!=="none"||a.contain==="paint"||["transform","perspective"].indexOf(a.willChange)!==-1||t&&a.willChange==="filter"||t&&a.filter&&a.filter!=="none")return s;s=s.parentNode}return null}function Oa(e){for(var t=Un(e),n=K_(e);n&&GN(n)&&so(n).position==="static";)n=K_(n);return n&&(kr(n)==="html"||kr(n)==="body"&&so(n).position==="static")?t:n||jN(e)||t}function Th(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function la(e,t,n){return ui(e,_u(t,n))}function YN(e,t,n){var o=la(e,t,n);return o>n?n:o}function sb(){return{top:0,right:0,bottom:0,left:0}}function ab(e){return Object.assign({},sb(),e)}function lb(e,t){return t.reduce(function(n,o){return n[o]=e,n},{})}var KN=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,ab(typeof t!="number"?t:lb(t,Es))};function zN(e){var t,n=e.state,o=e.name,s=e.options,a=n.elements.arrow,l=n.modifiersData.popperOffsets,c=Nr(n.placement),d=Th(c),m=[Cn,Hn].indexOf(c)>=0,p=m?"height":"width";if(!(!a||!l)){var E=KN(s.padding,n),C=Ch(a),w=d==="y"?bn:Cn,N=d==="y"?Wn:Hn,x=n.rects.reference[p]+n.rects.reference[d]-l[d]-n.rects.popper[p],F=l[d]-n.rects.reference[d],S=Oa(a),B=S?d==="y"?S.clientHeight||0:S.clientWidth||0:0,$=x/2-F/2,A=E[w],H=B-C[p]-E[N],G=B/2-C[p]/2+$,U=la(A,G,H),le=d;n.modifiersData[o]=(t={},t[le]=U,t.centerOffset=U-G,t)}}function qN(e){var t=e.state,n=e.options,o=n.element,s=o===void 0?"[data-popper-arrow]":o;s!=null&&(typeof s=="string"&&(s=t.elements.popper.querySelector(s),!s)||ib(t.elements.popper,s)&&(t.elements.arrow=s))}const ub={name:"arrow",enabled:!0,phase:"main",fn:zN,effect:qN,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function as(e){return e.split("-")[1]}var XN={top:"auto",right:"auto",bottom:"auto",left:"auto"};function JN(e,t){var n=e.x,o=e.y,s=t.devicePixelRatio||1;return{x:is(n*s)/s||0,y:is(o*s)/s||0}}function z_(e){var t,n=e.popper,o=e.popperRect,s=e.placement,a=e.variation,l=e.offsets,c=e.position,d=e.gpuAcceleration,m=e.adaptive,p=e.roundOffsets,E=e.isFixed,C=l.x,w=C===void 0?0:C,N=l.y,x=N===void 0?0:N,F=typeof p=="function"?p({x:w,y:x}):{x:w,y:x};w=F.x,x=F.y;var S=l.hasOwnProperty("x"),B=l.hasOwnProperty("y"),$=Cn,A=bn,H=window;if(m){var G=Oa(n),U="clientHeight",le="clientWidth";if(G===Un(n)&&(G=$o(n),so(G).position!=="static"&&c==="absolute"&&(U="scrollHeight",le="scrollWidth")),G=G,s===bn||(s===Cn||s===Hn)&&a===os){A=Wn;var ce=E&&G===H&&H.visualViewport?H.visualViewport.height:G[U];x-=ce-o.height,x*=d?1:-1}if(s===Cn||(s===bn||s===Wn)&&a===os){$=Hn;var de=E&&G===H&&H.visualViewport?H.visualViewport.width:G[le];w-=de-o.width,w*=d?1:-1}}var Pe=Object.assign({position:c},m&&XN),ke=p===!0?JN({x:w,y:x},Un(n)):{x:w,y:x};if(w=ke.x,x=ke.y,d){var We;return Object.assign({},Pe,(We={},We[A]=B?"0":"",We[$]=S?"0":"",We.transform=(H.devicePixelRatio||1)<=1?"translate("+w+"px, "+x+"px)":"translate3d("+w+"px, "+x+"px, 0)",We))}return Object.assign({},Pe,(t={},t[A]=B?x+"px":"",t[$]=S?w+"px":"",t.transform="",t))}function ZN(e){var t=e.state,n=e.options,o=n.gpuAcceleration,s=o===void 0?!0:o,a=n.adaptive,l=a===void 0?!0:a,c=n.roundOffsets,d=c===void 0?!0:c,m={placement:Nr(t.placement),variation:as(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:s,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,z_(Object.assign({},m,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:l,roundOffsets:d})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,z_(Object.assign({},m,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:d})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const wh={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:ZN,data:{}};var $l={passive:!0};function QN(e){var t=e.state,n=e.instance,o=e.options,s=o.scroll,a=s===void 0?!0:s,l=o.resize,c=l===void 0?!0:l,d=Un(t.elements.popper),m=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&m.forEach(function(p){p.addEventListener("scroll",n.update,$l)}),c&&d.addEventListener("resize",n.update,$l),function(){a&&m.forEach(function(p){p.removeEventListener("scroll",n.update,$l)}),c&&d.removeEventListener("resize",n.update,$l)}}const Sh={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:QN,data:{}};var eM={left:"right",right:"left",bottom:"top",top:"bottom"};function tu(e){return e.replace(/left|right|bottom|top/g,function(t){return eM[t]})}var tM={start:"end",end:"start"};function q_(e){return e.replace(/start|end/g,function(t){return tM[t]})}function Ah(e){var t=Un(e),n=t.pageXOffset,o=t.pageYOffset;return{scrollLeft:n,scrollTop:o}}function xh(e){return ss($o(e)).left+Ah(e).scrollLeft}function nM(e,t){var n=Un(e),o=$o(e),s=n.visualViewport,a=o.clientWidth,l=o.clientHeight,c=0,d=0;if(s){a=s.width,l=s.height;var m=ob();(m||!m&&t==="fixed")&&(c=s.offsetLeft,d=s.offsetTop)}return{width:a,height:l,x:c+xh(e),y:d}}function rM(e){var t,n=$o(e),o=Ah(e),s=(t=e.ownerDocument)==null?void 0:t.body,a=ui(n.scrollWidth,n.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),l=ui(n.scrollHeight,n.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),c=-o.scrollLeft+xh(e),d=-o.scrollTop;return so(s||n).direction==="rtl"&&(c+=ui(n.clientWidth,s?s.clientWidth:0)-a),{width:a,height:l,x:c,y:d}}function Lh(e){var t=so(e),n=t.overflow,o=t.overflowX,s=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+s+o)}function cb(e){return["html","body","#document"].indexOf(kr(e))>=0?e.ownerDocument.body:nr(e)&&Lh(e)?e:cb(Yu(e))}function ua(e,t){var n;t===void 0&&(t=[]);var o=cb(e),s=o===((n=e.ownerDocument)==null?void 0:n.body),a=Un(o),l=s?[a].concat(a.visualViewport||[],Lh(o)?o:[]):o,c=t.concat(l);return s?c:c.concat(ua(Yu(l)))}function Id(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function oM(e,t){var n=ss(e,!1,t==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function X_(e,t,n){return t===Eh?Id(nM(e,n)):hi(t)?oM(t,n):Id(rM($o(e)))}function iM(e){var t=ua(Yu(e)),n=["absolute","fixed"].indexOf(so(e).position)>=0,o=n&&nr(e)?Oa(e):e;return hi(o)?t.filter(function(s){return hi(s)&&ib(s,o)&&kr(s)!=="body"}):[]}function sM(e,t,n,o){var s=t==="clippingParents"?iM(e):[].concat(t),a=[].concat(s,[n]),l=a[0],c=a.reduce(function(d,m){var p=X_(e,m,o);return d.top=ui(p.top,d.top),d.right=_u(p.right,d.right),d.bottom=_u(p.bottom,d.bottom),d.left=ui(p.left,d.left),d},X_(e,l,o));return c.width=c.right-c.left,c.height=c.bottom-c.top,c.x=c.left,c.y=c.top,c}function fb(e){var t=e.reference,n=e.element,o=e.placement,s=o?Nr(o):null,a=o?as(o):null,l=t.x+t.width/2-n.width/2,c=t.y+t.height/2-n.height/2,d;switch(s){case bn:d={x:l,y:t.y-n.height};break;case Wn:d={x:l,y:t.y+t.height};break;case Hn:d={x:t.x+t.width,y:c};break;case Cn:d={x:t.x-n.width,y:c};break;default:d={x:t.x,y:t.y}}var m=s?Th(s):null;if(m!=null){var p=m==="y"?"height":"width";switch(a){case di:d[m]=d[m]-(t[p]/2-n[p]/2);break;case os:d[m]=d[m]+(t[p]/2-n[p]/2);break}}return d}function ls(e,t){t===void 0&&(t={});var n=t,o=n.placement,s=o===void 0?e.placement:o,a=n.strategy,l=a===void 0?e.strategy:a,c=n.boundary,d=c===void 0?Yy:c,m=n.rootBoundary,p=m===void 0?Eh:m,E=n.elementContext,C=E===void 0?Ui:E,w=n.altBoundary,N=w===void 0?!1:w,x=n.padding,F=x===void 0?0:x,S=ab(typeof F!="number"?F:lb(F,Es)),B=C===Ui?Ky:Ui,$=e.rects.popper,A=e.elements[N?B:C],H=sM(hi(A)?A:A.contextElement||$o(e.elements.popper),d,p,l),G=ss(e.elements.reference),U=fb({reference:G,element:$,strategy:"absolute",placement:s}),le=Id(Object.assign({},$,U)),ce=C===Ui?le:G,de={top:H.top-ce.top+S.top,bottom:ce.bottom-H.bottom+S.bottom,left:H.left-ce.left+S.left,right:ce.right-H.right+S.right},Pe=e.modifiersData.offset;if(C===Ui&&Pe){var ke=Pe[s];Object.keys(de).forEach(function(We){var Tt=[Hn,Wn].indexOf(We)>=0?1:-1,Bt=[bn,Wn].indexOf(We)>=0?"y":"x";de[We]+=ke[Bt]*Tt})}return de}function aM(e,t){t===void 0&&(t={});var n=t,o=n.placement,s=n.boundary,a=n.rootBoundary,l=n.padding,c=n.flipVariations,d=n.allowedAutoPlacements,m=d===void 0?vh:d,p=as(o),E=p?c?Ld:Ld.filter(function(N){return as(N)===p}):Es,C=E.filter(function(N){return m.indexOf(N)>=0});C.length===0&&(C=E);var w=C.reduce(function(N,x){return N[x]=ls(e,{placement:x,boundary:s,rootBoundary:a,padding:l})[Nr(x)],N},{});return Object.keys(w).sort(function(N,x){return w[N]-w[x]})}function lM(e){if(Nr(e)===ju)return[];var t=tu(e);return[q_(e),t,q_(t)]}function uM(e){var t=e.state,n=e.options,o=e.name;if(!t.modifiersData[o]._skip){for(var s=n.mainAxis,a=s===void 0?!0:s,l=n.altAxis,c=l===void 0?!0:l,d=n.fallbackPlacements,m=n.padding,p=n.boundary,E=n.rootBoundary,C=n.altBoundary,w=n.flipVariations,N=w===void 0?!0:w,x=n.allowedAutoPlacements,F=t.options.placement,S=Nr(F),B=S===F,$=d||(B||!N?[tu(F)]:lM(F)),A=[F].concat($).reduce(function(He,it){return He.concat(Nr(it)===ju?aM(t,{placement:it,boundary:p,rootBoundary:E,padding:m,flipVariations:N,allowedAutoPlacements:x}):it)},[]),H=t.rects.reference,G=t.rects.popper,U=new Map,le=!0,ce=A[0],de=0;de<A.length;de++){var Pe=A[de],ke=Nr(Pe),We=as(Pe)===di,Tt=[bn,Wn].indexOf(ke)>=0,Bt=Tt?"width":"height",Le=ls(t,{placement:Pe,boundary:p,rootBoundary:E,altBoundary:C,padding:m}),ge=Tt?We?Hn:Cn:We?Wn:bn;H[Bt]>G[Bt]&&(ge=tu(ge));var Te=tu(ge),qe=[];if(a&&qe.push(Le[ke]<=0),c&&qe.push(Le[ge]<=0,Le[Te]<=0),qe.every(function(He){return He})){ce=Pe,le=!1;break}U.set(Pe,qe)}if(le)for(var Fe=N?3:1,Je=function(it){var pt=A.find(function(kt){var nt=U.get(kt);if(nt)return nt.slice(0,it).every(function(wt){return wt})});if(pt)return ce=pt,"break"},De=Fe;De>0;De--){var Gt=Je(De);if(Gt==="break")break}t.placement!==ce&&(t.modifiersData[o]._skip=!0,t.placement=ce,t.reset=!0)}}const db={name:"flip",enabled:!0,phase:"main",fn:uM,requiresIfExists:["offset"],data:{_skip:!1}};function J_(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function Z_(e){return[bn,Hn,Wn,Cn].some(function(t){return e[t]>=0})}function cM(e){var t=e.state,n=e.name,o=t.rects.reference,s=t.rects.popper,a=t.modifiersData.preventOverflow,l=ls(t,{elementContext:"reference"}),c=ls(t,{altBoundary:!0}),d=J_(l,o),m=J_(c,s,a),p=Z_(d),E=Z_(m);t.modifiersData[n]={referenceClippingOffsets:d,popperEscapeOffsets:m,isReferenceHidden:p,hasPopperEscaped:E},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":p,"data-popper-escaped":E})}const hb={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:cM};function fM(e,t,n){var o=Nr(e),s=[Cn,bn].indexOf(o)>=0?-1:1,a=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,l=a[0],c=a[1];return l=l||0,c=(c||0)*s,[Cn,Hn].indexOf(o)>=0?{x:c,y:l}:{x:l,y:c}}function dM(e){var t=e.state,n=e.options,o=e.name,s=n.offset,a=s===void 0?[0,0]:s,l=vh.reduce(function(p,E){return p[E]=fM(E,t.rects,a),p},{}),c=l[t.placement],d=c.x,m=c.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=d,t.modifiersData.popperOffsets.y+=m),t.modifiersData[o]=l}const mb={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:dM};function hM(e){var t=e.state,n=e.name;t.modifiersData[n]=fb({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const Oh={name:"popperOffsets",enabled:!0,phase:"read",fn:hM,data:{}};function mM(e){return e==="x"?"y":"x"}function pM(e){var t=e.state,n=e.options,o=e.name,s=n.mainAxis,a=s===void 0?!0:s,l=n.altAxis,c=l===void 0?!1:l,d=n.boundary,m=n.rootBoundary,p=n.altBoundary,E=n.padding,C=n.tether,w=C===void 0?!0:C,N=n.tetherOffset,x=N===void 0?0:N,F=ls(t,{boundary:d,rootBoundary:m,padding:E,altBoundary:p}),S=Nr(t.placement),B=as(t.placement),$=!B,A=Th(S),H=mM(A),G=t.modifiersData.popperOffsets,U=t.rects.reference,le=t.rects.popper,ce=typeof x=="function"?x(Object.assign({},t.rects,{placement:t.placement})):x,de=typeof ce=="number"?{mainAxis:ce,altAxis:ce}:Object.assign({mainAxis:0,altAxis:0},ce),Pe=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,ke={x:0,y:0};if(G){if(a){var We,Tt=A==="y"?bn:Cn,Bt=A==="y"?Wn:Hn,Le=A==="y"?"height":"width",ge=G[A],Te=ge+F[Tt],qe=ge-F[Bt],Fe=w?-le[Le]/2:0,Je=B===di?U[Le]:le[Le],De=B===di?-le[Le]:-U[Le],Gt=t.elements.arrow,He=w&&Gt?Ch(Gt):{width:0,height:0},it=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:sb(),pt=it[Tt],kt=it[Bt],nt=la(0,U[Le],He[Le]),wt=$?U[Le]/2-Fe-nt-pt-de.mainAxis:Je-nt-pt-de.mainAxis,At=$?-U[Le]/2+Fe+nt+kt+de.mainAxis:De+nt+kt+de.mainAxis,lt=t.elements.arrow&&Oa(t.elements.arrow),Ft=lt?A==="y"?lt.clientTop||0:lt.clientLeft||0:0,g=(We=Pe==null?void 0:Pe[A])!=null?We:0,h=ge+wt-g-Ft,b=ge+At-g,D=la(w?_u(Te,h):Te,ge,w?ui(qe,b):qe);G[A]=D,ke[A]=D-ge}if(c){var M,V=A==="x"?bn:Cn,ee=A==="x"?Wn:Hn,q=G[H],J=H==="y"?"height":"width",z=q+F[V],ne=q-F[ee],O=[bn,Cn].indexOf(S)!==-1,k=(M=Pe==null?void 0:Pe[H])!=null?M:0,re=O?z:q-U[J]-le[J]-k+de.altAxis,ue=O?q+U[J]+le[J]-k-de.altAxis:ne,we=w&&O?YN(re,q,ue):la(w?re:z,q,w?ue:ne);G[H]=we,ke[H]=we-q}t.modifiersData[o]=ke}}const pb={name:"preventOverflow",enabled:!0,phase:"main",fn:pM,requiresIfExists:["offset"]};function gM(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function _M(e){return e===Un(e)||!nr(e)?Ah(e):gM(e)}function EM(e){var t=e.getBoundingClientRect(),n=is(t.width)/e.offsetWidth||1,o=is(t.height)/e.offsetHeight||1;return n!==1||o!==1}function vM(e,t,n){n===void 0&&(n=!1);var o=nr(t),s=nr(t)&&EM(t),a=$o(t),l=ss(e,s,n),c={scrollLeft:0,scrollTop:0},d={x:0,y:0};return(o||!o&&!n)&&((kr(t)!=="body"||Lh(a))&&(c=_M(t)),nr(t)?(d=ss(t,!0),d.x+=t.clientLeft,d.y+=t.clientTop):a&&(d.x=xh(a))),{x:l.left+c.scrollLeft-d.x,y:l.top+c.scrollTop-d.y,width:l.width,height:l.height}}function yM(e){var t=new Map,n=new Set,o=[];e.forEach(function(a){t.set(a.name,a)});function s(a){n.add(a.name);var l=[].concat(a.requires||[],a.requiresIfExists||[]);l.forEach(function(c){if(!n.has(c)){var d=t.get(c);d&&s(d)}}),o.push(a)}return e.forEach(function(a){n.has(a.name)||s(a)}),o}function bM(e){var t=yM(e);return rb.reduce(function(n,o){return n.concat(t.filter(function(s){return s.phase===o}))},[])}function CM(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function TM(e){var t=e.reduce(function(n,o){var s=n[o.name];return n[o.name]=s?Object.assign({},s,o,{options:Object.assign({},s.options,o.options),data:Object.assign({},s.data,o.data)}):o,n},{});return Object.keys(t).map(function(n){return t[n]})}var Q_={placement:"bottom",modifiers:[],strategy:"absolute"};function eE(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(o){return!(o&&typeof o.getBoundingClientRect=="function")})}function Ku(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,o=n===void 0?[]:n,s=t.defaultOptions,a=s===void 0?Q_:s;return function(c,d,m){m===void 0&&(m=a);var p={placement:"bottom",orderedModifiers:[],options:Object.assign({},Q_,a),modifiersData:{},elements:{reference:c,popper:d},attributes:{},styles:{}},E=[],C=!1,w={state:p,setOptions:function(S){var B=typeof S=="function"?S(p.options):S;x(),p.options=Object.assign({},a,p.options,B),p.scrollParents={reference:hi(c)?ua(c):c.contextElement?ua(c.contextElement):[],popper:ua(d)};var $=bM(TM([].concat(o,p.options.modifiers)));return p.orderedModifiers=$.filter(function(A){return A.enabled}),N(),w.update()},forceUpdate:function(){if(!C){var S=p.elements,B=S.reference,$=S.popper;if(eE(B,$)){p.rects={reference:vM(B,Oa($),p.options.strategy==="fixed"),popper:Ch($)},p.reset=!1,p.placement=p.options.placement,p.orderedModifiers.forEach(function(de){return p.modifiersData[de.name]=Object.assign({},de.data)});for(var A=0;A<p.orderedModifiers.length;A++){if(p.reset===!0){p.reset=!1,A=-1;continue}var H=p.orderedModifiers[A],G=H.fn,U=H.options,le=U===void 0?{}:U,ce=H.name;typeof G=="function"&&(p=G({state:p,options:le,name:ce,instance:w})||p)}}}},update:CM(function(){return new Promise(function(F){w.forceUpdate(),F(p)})}),destroy:function(){x(),C=!0}};if(!eE(c,d))return w;w.setOptions(m).then(function(F){!C&&m.onFirstUpdate&&m.onFirstUpdate(F)});function N(){p.orderedModifiers.forEach(function(F){var S=F.name,B=F.options,$=B===void 0?{}:B,A=F.effect;if(typeof A=="function"){var H=A({state:p,name:S,instance:w,options:$}),G=function(){};E.push(H||G)}})}function x(){E.forEach(function(F){return F()}),E=[]}return w}}var wM=Ku(),SM=[Sh,Oh,wh,bh],AM=Ku({defaultModifiers:SM}),xM=[Sh,Oh,wh,bh,mb,db,pb,ub,hb],Ih=Ku({defaultModifiers:xM});const gb=Object.freeze(Object.defineProperty({__proto__:null,afterMain:Qy,afterRead:Xy,afterWrite:nb,applyStyles:bh,arrow:ub,auto:ju,basePlacements:Es,beforeMain:Jy,beforeRead:zy,beforeWrite:eb,bottom:Wn,clippingParents:Yy,computeStyles:wh,createPopper:Ih,createPopperBase:wM,createPopperLite:AM,detectOverflow:ls,end:os,eventListeners:Sh,flip:db,hide:hb,left:Cn,main:Zy,modifierPhases:rb,offset:mb,placements:vh,popper:Ui,popperGenerator:Ku,popperOffsets:Oh,preventOverflow:pb,read:qy,reference:Ky,right:Hn,start:di,top:bn,variationPlacements:Ld,viewport:Eh,write:tb},Symbol.toStringTag,{value:"Module"}));/*!
|
|
39
|
+
*/const RN="9.8.0";function DN(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(tr().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(tr().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(tr().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(tr().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(tr().__INTLIFY_PROD_DEVTOOLS__=!1)}const Vy=aN.__EXTEND_POINT__,Er=cf(Vy);Er(),Er(),Er(),Er(),Er(),Er(),Er(),Er();const Oy=_o.__EXTEND_POINT__,Ln=cf(Oy),Ut={UNEXPECTED_RETURN_TYPE:Oy,INVALID_ARGUMENT:Ln(),MUST_BE_CALL_SETUP_TOP:Ln(),NOT_INSTALLED:Ln(),NOT_AVAILABLE_IN_LEGACY_MODE:Ln(),REQUIRED_VALUE:Ln(),INVALID_VALUE:Ln(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:Ln(),NOT_INSTALLED_WITH_PROVIDE:Ln(),UNEXPECTED_ERROR:Ln(),NOT_COMPATIBLE_LEGACY_VUE_I18N:Ln(),BRIDGE_SUPPORT_VUE_2_ONLY:Ln(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:Ln(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:Ln(),__EXTEND_POINT__:Ln()};function Kt(e,...t){return hs(e,null,void 0)}const bm=Or("__translateVNode"),Sm=Or("__datetimeParts"),Rm=Or("__numberParts"),ky=Or("__setPluralRules"),My=Or("__injectWithOption"),Dm=Or("__dispose");function Fa(e){if(!nt(e))return e;for(const t in e)if(_a(e,t))if(!t.includes("."))nt(e[t])&&Fa(e[t]);else{const n=t.split("."),r=n.length-1;let s=e,a=!1;for(let l=0;l<r;l++){if(n[l]in s||(s[n[l]]={}),!nt(s[n[l]])){a=!0;break}s=s[n[l]]}a||(s[n[r]]=e[t],delete e[t]),nt(s[n[r]])&&Fa(s[n[r]])}return e}function Uu(e,t){const{messages:n,__i18n:r,messageResolver:s,flatJson:a}=t,l=Re(n)?n:Ft(r)?{}:{[e]:{}};if(Ft(r)&&r.forEach(c=>{if("locale"in c&&"resource"in c){const{locale:d,resource:f}=c;d?(l[d]=l[d]||{},aa(f,l[d])):aa(f,l)}else ae(c)&&aa(JSON.parse(c),l)}),s==null&&a)for(const c in l)_a(l,c)&&Fa(l[c]);return l}function Wy(e){return e.type}function Hy(e,t,n){let r=nt(t.messages)?t.messages:{};"__i18nGlobal"in n&&(r=Uu(e.locale.value,{messages:r,__i18n:n.__i18nGlobal}));const s=Object.keys(r);s.length&&s.forEach(a=>{e.mergeLocaleMessage(a,r[a])});{if(nt(t.datetimeFormats)){const a=Object.keys(t.datetimeFormats);a.length&&a.forEach(l=>{e.mergeDateTimeFormat(l,t.datetimeFormats[l])})}if(nt(t.numberFormats)){const a=Object.keys(t.numberFormats);a.length&&a.forEach(l=>{e.mergeNumberFormat(l,t.numberFormats[l])})}}}function VC(e){return Ge(Sa,null,e,0)}const OC="__INTLIFY_META__",kC=()=>[],LN=()=>!1;let MC=0;function WC(e){return(t,n,r,s)=>e(n,r,di()||void 0,s)}const BN=()=>{const e=di();let t=null;return e&&(t=Wy(e)[OC])?{[OC]:t}:null};function hf(e={},t){const{__root:n,__injectWithOption:r}=e,s=n===void 0,a=e.flatJson;let l=Ue(e.inheritLocale)?e.inheritLocale:!0;const c=en(n&&l?n.locale.value:ae(e.locale)?e.locale:ns),d=en(n&&l?n.fallbackLocale.value:ae(e.fallbackLocale)||Ft(e.fallbackLocale)||Re(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:c.value),f=en(Uu(c.value,e)),p=en(Re(e.datetimeFormats)?e.datetimeFormats:{[c.value]:{}}),_=en(Re(e.numberFormats)?e.numberFormats:{[c.value]:{}});let E=n?n.missingWarn:Ue(e.missingWarn)||xr(e.missingWarn)?e.missingWarn:!0,b=n?n.fallbackWarn:Ue(e.fallbackWarn)||xr(e.fallbackWarn)?e.fallbackWarn:!0,N=n?n.fallbackRoot:Ue(e.fallbackRoot)?e.fallbackRoot:!0,D=!!e.fallbackFormat,k=_t(e.missing)?e.missing:null,S=_t(e.missing)?WC(e.missing):null,V=_t(e.postTranslation)?e.postTranslation:null,M=n?n.warnHtmlMessage:Ue(e.warnHtmlMessage)?e.warnHtmlMessage:!0,R=!!e.escapeParameter;const H=n?n.modifiers:Re(e.modifiers)?e.modifiers:{};let z=e.pluralRules||n&&n.pluralRules,$;$=(()=>{s&&DC(null);const B={version:RN,locale:c.value,fallbackLocale:d.value,messages:f.value,modifiers:H,pluralRules:z,missing:S===null?void 0:S,missingWarn:E,fallbackWarn:b,fallbackFormat:D,unresolving:!0,postTranslation:V===null?void 0:V,warnHtmlMessage:M,escapeParameter:R,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};B.datetimeFormats=p.value,B.numberFormats=_.value,B.__datetimeFormatters=Re($)?$.__datetimeFormatters:void 0,B.__numberFormatters=Re($)?$.__numberFormatters:void 0;const O=_N(B);return s&&DC(O),O})(),js($,c.value,d.value);function ce(){return[c.value,d.value,f.value,p.value,_.value]}const me=we({get:()=>c.value,set:B=>{c.value=B,$.locale=c.value}}),Ae=we({get:()=>d.value,set:B=>{d.value=B,$.fallbackLocale=d.value,js($,c.value,B)}}),Oe=we(()=>f.value),We=we(()=>p.value),vt=we(()=>_.value);function Vt(){return _t(V)?V:null}function Le(B){V=B,$.postTranslation=B}function ge(){return k}function ve(B){B!==null&&(S=WC(B)),k=B,$.missing=S}const qe=(B,O,oe,ue,be,Pe)=>{ce();let ct;try{__INTLIFY_PROD_DEVTOOLS__,s||($.fallbackContext=n?CN():void 0),ct=B($)}finally{__INTLIFY_PROD_DEVTOOLS__,s||($.fallbackContext=void 0)}if(oe!=="translate exists"&&$t(ct)&&ct===$u||oe==="translate exists"&&!ct){const[dt,Bt]=O();return n&&N?ue(n):be(dt)}else{if(Pe(ct))return ct;throw Kt(Ut.UNEXPECTED_RETURN_TYPE)}};function ke(...B){return qe(O=>Reflect.apply(wC,null,[O,...B]),()=>Tm(...B),"translate",O=>Reflect.apply(O.t,O,[...B]),O=>O,O=>ae(O))}function Je(...B){const[O,oe,ue]=B;if(ue&&!nt(ue))throw Kt(Ut.INVALID_ARGUMENT);return ke(O,oe,rn({resolvedMessage:!0},ue||{}))}function Ie(...B){return qe(O=>Reflect.apply(AC,null,[O,...B]),()=>Em(...B),"datetime format",O=>Reflect.apply(O.d,O,[...B]),()=>bC,O=>ae(O))}function zt(...B){return qe(O=>Reflect.apply(NC,null,[O,...B]),()=>vm(...B),"number format",O=>Reflect.apply(O.n,O,[...B]),()=>bC,O=>ae(O))}function He(B){return B.map(O=>ae(O)||$t(O)||Ue(O)?VC(String(O)):O)}const pt={normalize:He,interpolate:B=>B,type:"vnode"};function Ot(...B){return qe(O=>{let oe;const ue=O;try{ue.processor=pt,oe=Reflect.apply(wC,null,[ue,...B])}finally{ue.processor=null}return oe},()=>Tm(...B),"translate",O=>O[bm](...B),O=>[VC(O)],O=>Ft(O))}function ot(...B){return qe(O=>Reflect.apply(NC,null,[O,...B]),()=>vm(...B),"number format",O=>O[Rm](...B),kC,O=>ae(O)||Ft(O))}function bt(...B){return qe(O=>Reflect.apply(AC,null,[O,...B]),()=>Em(...B),"datetime format",O=>O[Sm](...B),kC,O=>ae(O)||Ft(O))}function Rt(B){z=B,$.pluralRules=z}function ut(B,O){return qe(()=>{if(!B)return!1;const oe=ae(O)?O:c.value,ue=h(oe),be=$.messageResolver(ue,B);return os(be)||to(be)||ae(be)},()=>[B],"translate exists",oe=>Reflect.apply(oe.te,oe,[B,O]),LN,oe=>Ue(oe))}function kt(B){let O=null;const oe=by($,d.value,c.value);for(let ue=0;ue<oe.length;ue++){const be=f.value[oe[ue]]||{},Pe=$.messageResolver(be,B);if(Pe!=null){O=Pe;break}}return O}function g(B){const O=kt(B);return O??(n?n.tm(B)||{}:{})}function h(B){return f.value[B]||{}}function T(B,O){if(a){const oe={[B]:O};for(const ue in oe)_a(oe,ue)&&Fa(oe[ue]);O=oe[B]}f.value[B]=O,$.messages=f.value}function I(B,O){f.value[B]=f.value[B]||{};const oe={[B]:O};for(const ue in oe)_a(oe,ue)&&Fa(oe[ue]);O=oe[B],aa(O,f.value[B]),$.messages=f.value}function P(B){return p.value[B]||{}}function U(B,O){p.value[B]=O,$.datetimeFormats=p.value,IC($,B,O)}function ee(B,O){p.value[B]=rn(p.value[B]||{},O),$.datetimeFormats=p.value,IC($,B,O)}function q(B){return _.value[B]||{}}function Z(B,O){_.value[B]=O,$.numberFormats=_.value,PC($,B,O)}function K(B,O){_.value[B]=rn(_.value[B]||{},O),$.numberFormats=_.value,PC($,B,O)}MC++,n&&_m&&(on(n.locale,B=>{l&&(c.value=B,$.locale=B,js($,c.value,d.value))}),on(n.fallbackLocale,B=>{l&&(d.value=B,$.fallbackLocale=B,js($,c.value,d.value))}));const ne={id:MC,locale:me,fallbackLocale:Ae,get inheritLocale(){return l},set inheritLocale(B){l=B,B&&n&&(c.value=n.locale.value,d.value=n.fallbackLocale.value,js($,c.value,d.value))},get availableLocales(){return Object.keys(f.value).sort()},messages:Oe,get modifiers(){return H},get pluralRules(){return z||{}},get isGlobal(){return s},get missingWarn(){return E},set missingWarn(B){E=B,$.missingWarn=E},get fallbackWarn(){return b},set fallbackWarn(B){b=B,$.fallbackWarn=b},get fallbackRoot(){return N},set fallbackRoot(B){N=B},get fallbackFormat(){return D},set fallbackFormat(B){D=B,$.fallbackFormat=D},get warnHtmlMessage(){return M},set warnHtmlMessage(B){M=B,$.warnHtmlMessage=B},get escapeParameter(){return R},set escapeParameter(B){R=B,$.escapeParameter=B},t:ke,getLocaleMessage:h,setLocaleMessage:T,mergeLocaleMessage:I,getPostTranslationHandler:Vt,setPostTranslationHandler:Le,getMissingHandler:ge,setMissingHandler:ve,[ky]:Rt};return ne.datetimeFormats=We,ne.numberFormats=vt,ne.rt=Je,ne.te=ut,ne.tm=g,ne.d=Ie,ne.n=zt,ne.getDateTimeFormat=P,ne.setDateTimeFormat=U,ne.mergeDateTimeFormat=ee,ne.getNumberFormat=q,ne.setNumberFormat=Z,ne.mergeNumberFormat=K,ne[My]=r,ne[bm]=Ot,ne[Sm]=bt,ne[Rm]=ot,ne}function xN(e){const t=ae(e.locale)?e.locale:ns,n=ae(e.fallbackLocale)||Ft(e.fallbackLocale)||Re(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,r=_t(e.missing)?e.missing:void 0,s=Ue(e.silentTranslationWarn)||xr(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,a=Ue(e.silentFallbackWarn)||xr(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,l=Ue(e.fallbackRoot)?e.fallbackRoot:!0,c=!!e.formatFallbackMessages,d=Re(e.modifiers)?e.modifiers:{},f=e.pluralizationRules,p=_t(e.postTranslation)?e.postTranslation:void 0,_=ae(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,E=!!e.escapeParameterHtml,b=Ue(e.sync)?e.sync:!0;let N=e.messages;if(Re(e.sharedMessages)){const H=e.sharedMessages;N=Object.keys(H).reduce(($,le)=>{const ce=$[le]||($[le]={});return rn(ce,H[le]),$},N||{})}const{__i18n:D,__root:k,__injectWithOption:S}=e,V=e.datetimeFormats,M=e.numberFormats,R=e.flatJson;return{locale:t,fallbackLocale:n,messages:N,flatJson:R,datetimeFormats:V,numberFormats:M,missing:r,missingWarn:s,fallbackWarn:a,fallbackRoot:l,fallbackFormat:c,modifiers:d,pluralRules:f,postTranslation:p,warnHtmlMessage:_,escapeParameter:E,messageResolver:e.messageResolver,inheritLocale:b,__i18n:D,__root:k,__injectWithOption:S}}function Lm(e={},t){{const n=hf(xN(e)),{__extender:r}=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 Ue(n.missingWarn)?!n.missingWarn:n.missingWarn},set silentTranslationWarn(a){n.missingWarn=Ue(a)?!a:a},get silentFallbackWarn(){return Ue(n.fallbackWarn)?!n.fallbackWarn:n.fallbackWarn},set silentFallbackWarn(a){n.fallbackWarn=Ue(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[l,c,d]=a,f={};let p=null,_=null;if(!ae(l))throw Kt(Ut.INVALID_ARGUMENT);const E=l;return ae(c)?f.locale=c:Ft(c)?p=c:Re(c)&&(_=c),Ft(d)?p=d:Re(d)&&(_=d),Reflect.apply(n.t,n,[E,p||_||{},f])},rt(...a){return Reflect.apply(n.rt,n,[...a])},tc(...a){const[l,c,d]=a,f={plural:1};let p=null,_=null;if(!ae(l))throw Kt(Ut.INVALID_ARGUMENT);const E=l;return ae(c)?f.locale=c:$t(c)?f.plural=c:Ft(c)?p=c:Re(c)&&(_=c),ae(d)?f.locale=d:Ft(d)?p=d:Re(d)&&(_=d),Reflect.apply(n.t,n,[E,p||_||{},f])},te(a,l){return n.te(a,l)},tm(a){return n.tm(a)},getLocaleMessage(a){return n.getLocaleMessage(a)},setLocaleMessage(a,l){n.setLocaleMessage(a,l)},mergeLocaleMessage(a,l){n.mergeLocaleMessage(a,l)},d(...a){return Reflect.apply(n.d,n,[...a])},getDateTimeFormat(a){return n.getDateTimeFormat(a)},setDateTimeFormat(a,l){n.setDateTimeFormat(a,l)},mergeDateTimeFormat(a,l){n.mergeDateTimeFormat(a,l)},n(...a){return Reflect.apply(n.n,n,[...a])},getNumberFormat(a){return n.getNumberFormat(a)},setNumberFormat(a,l){n.setNumberFormat(a,l)},mergeNumberFormat(a,l){n.mergeNumberFormat(a,l)},getChoiceIndex(a,l){return-1}};return s.__extender=r,s}}const pf={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function wN({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((r,s)=>[...r,...s.type===tt?s.children:[s]],[]):t.reduce((n,r)=>{const s=e[r];return s&&(n[r]=s()),n},{})}function $y(e){return tt}const AN=lt({name:"i18n-t",props:rn({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>$t(e)||!isNaN(e)}},pf),setup(e,t){const{slots:n,attrs:r}=t,s=e.i18n||gf({useScope:e.scope,__useComponent:!0});return()=>{const a=Object.keys(n).filter(_=>_!=="_"),l={};e.locale&&(l.locale=e.locale),e.plural!==void 0&&(l.plural=ae(e.plural)?+e.plural:e.plural);const c=wN(t,a),d=s[bm](e.keypath,c,l),f=rn({},r),p=ae(e.tag)||nt(e.tag)?e.tag:$y();return Ou(p,f,d)}}}),HC=AN;function IN(e){return Ft(e)&&!ae(e[0])}function Uy(e,t,n,r){const{slots:s,attrs:a}=t;return()=>{const l={part:!0};let c={};e.locale&&(l.locale=e.locale),ae(e.format)?l.key=e.format:nt(e.format)&&(ae(e.format.key)&&(l.key=e.format.key),c=Object.keys(e.format).reduce((E,b)=>n.includes(b)?rn({},E,{[b]:e.format[b]}):E,{}));const d=r(e.value,l,c);let f=[l.key];Ft(d)?f=d.map((E,b)=>{const N=s[E.type],D=N?N({[E.type]:E.value,index:b,parts:d}):[E.value];return IN(D)&&(D[0].key=`${E.type}-${b}`),D}):ae(d)&&(f=[d]);const p=rn({},a),_=ae(e.tag)||nt(e.tag)?e.tag:$y();return Ou(_,p,f)}}const NN=lt({name:"i18n-n",props:rn({value:{type:Number,required:!0},format:{type:[String,Object]}},pf),setup(e,t){const n=e.i18n||gf({useScope:"parent",__useComponent:!0});return Uy(e,t,Py,(...r)=>n[Rm](...r))}}),$C=NN,PN=lt({name:"i18n-d",props:rn({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},pf),setup(e,t){const n=e.i18n||gf({useScope:"parent",__useComponent:!0});return Uy(e,t,Ny,(...r)=>n[Sm](...r))}}),UC=PN;function VN(e,t){const n=e;if(e.mode==="composition")return n.__getInstance(t)||e.global;{const r=n.__getInstance(t);return r!=null?r.__composer:e.global.__composer}}function ON(e){const t=l=>{const{instance:c,modifiers:d,value:f}=l;if(!c||!c.$)throw Kt(Ut.UNEXPECTED_ERROR);const p=VN(e,c.$),_=zC(f);return[Reflect.apply(p.t,p,[...jC(_)]),p]};return{created:(l,c)=>{const[d,f]=t(c);_m&&e.global===f&&(l.__i18nWatcher=on(f.locale,()=>{c.instance&&c.instance.$forceUpdate()})),l.__composer=f,l.textContent=d},unmounted:l=>{_m&&l.__i18nWatcher&&(l.__i18nWatcher(),l.__i18nWatcher=void 0,delete l.__i18nWatcher),l.__composer&&(l.__composer=void 0,delete l.__composer)},beforeUpdate:(l,{value:c})=>{if(l.__composer){const d=l.__composer,f=zC(c);l.textContent=Reflect.apply(d.t,d,[...jC(f)])}},getSSRProps:l=>{const[c]=t(l);return{textContent:c}}}}function zC(e){if(ae(e))return{path:e};if(Re(e)){if(!("path"in e))throw Kt(Ut.REQUIRED_VALUE,"path");return e}else throw Kt(Ut.INVALID_VALUE)}function jC(e){const{path:t,locale:n,args:r,choice:s,plural:a}=e,l={},c=r||{};return ae(n)&&(l.locale=n),$t(s)&&(l.plural=s),$t(a)&&(l.plural=a),[t,c,l]}function kN(e,t,...n){const r=Re(n[0])?n[0]:{},s=!!r.useI18nComponentName;(Ue(r.globalInstall)?r.globalInstall:!0)&&([s?"i18n":HC.name,"I18nT"].forEach(l=>e.component(l,HC)),[$C.name,"I18nN"].forEach(l=>e.component(l,$C)),[UC.name,"I18nD"].forEach(l=>e.component(l,UC))),e.directive("t",ON(t))}function MN(e,t,n){return{beforeCreate(){const r=di();if(!r)throw Kt(Ut.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=GC(e,a);else{a.__injectWithOption=!0,a.__extender=n.__vueI18nExtend,this.$i18n=Lm(a);const l=this.$i18n;l.__extender&&(l.__disposer=l.__extender(this.$i18n))}}else if(s.__i18n)if(this===this.$root)this.$i18n=GC(e,s);else{this.$i18n=Lm({__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&&Hy(t,s,s),this.$t=(...a)=>this.$i18n.t(...a),this.$rt=(...a)=>this.$i18n.rt(...a),this.$tc=(...a)=>this.$i18n.tc(...a),this.$te=(a,l)=>this.$i18n.te(a,l),this.$d=(...a)=>this.$i18n.d(...a),this.$n=(...a)=>this.$i18n.n(...a),this.$tm=a=>this.$i18n.tm(a),n.__setInstance(r,this.$i18n)},mounted(){},unmounted(){const r=di();if(!r)throw Kt(Ut.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(r),delete this.$i18n}}}function GC(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[ky](t.pluralizationRules||e.pluralizationRules);const n=Uu(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(n).forEach(r=>e.mergeLocaleMessage(r,n[r])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(r=>e.mergeDateTimeFormat(r,t.datetimeFormats[r])),t.numberFormats&&Object.keys(t.numberFormats).forEach(r=>e.mergeNumberFormat(r,t.numberFormats[r])),e}const WN=Or("global-vue-i18n");function HN(e={},t){const n=__VUE_I18N_LEGACY_API__&&Ue(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,r=Ue(e.globalInjection)?e.globalInjection:!0,s=__VUE_I18N_LEGACY_API__&&n?!!e.allowComposition:!0,a=new Map,[l,c]=$N(e,n),d=Or("");function f(E){return a.get(E)||null}function p(E,b){a.set(E,b)}function _(E){a.delete(E)}{const E={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},get allowComposition(){return s},async install(b,...N){if(b.__VUE_I18N_SYMBOL__=d,b.provide(b.__VUE_I18N_SYMBOL__,E),Re(N[0])){const S=N[0];E.__composerExtend=S.__composerExtend,E.__vueI18nExtend=S.__vueI18nExtend}let D=null;!n&&r&&(D=JN(b,E.global)),__VUE_I18N_FULL_INSTALL__&&kN(b,E,...N),__VUE_I18N_LEGACY_API__&&n&&b.mixin(MN(c,c.__composer,E));const k=b.unmount;b.unmount=()=>{D&&D(),E.dispose(),k()}},get global(){return c},dispose(){l.stop()},__instances:a,__getInstance:f,__setInstance:p,__deleteInstance:_};return E}}function gf(e={}){const t=di();if(t==null)throw Kt(Ut.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw Kt(Ut.NOT_INSTALLED);const n=UN(t),r=jN(n),s=Wy(t),a=zN(e,s);if(__VUE_I18N_LEGACY_API__&&n.mode==="legacy"&&!e.__useComponent){if(!n.allowComposition)throw Kt(Ut.NOT_AVAILABLE_IN_LEGACY_MODE);return qN(t,a,r,e)}if(a==="global")return Hy(r,e,s),r;if(a==="parent"){let d=GN(n,t,e.__useComponent);return d==null&&(d=r),d}const l=n;let c=l.__getInstance(t);if(c==null){const d=rn({},e);"__i18n"in s&&(d.__i18n=s.__i18n),r&&(d.__root=r),c=hf(d),l.__composerExtend&&(c[Dm]=l.__composerExtend(c)),KN(l,t,c),l.__setInstance(t,c)}return c}function $N(e,t,n){const r=e_();{const s=__VUE_I18N_LEGACY_API__&&t?r.run(()=>Lm(e)):r.run(()=>hf(e));if(s==null)throw Kt(Ut.UNEXPECTED_ERROR);return[r,s]}}function UN(e){{const t=Lr(e.isCE?WN:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw Kt(e.isCE?Ut.NOT_INSTALLED_WITH_PROVIDE:Ut.UNEXPECTED_ERROR);return t}}function zN(e,t){return Hu(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function jN(e){return e.mode==="composition"?e.global:e.global.__composer}function GN(e,t,n=!1){let r=null;const s=t.root;let a=YN(t,n);for(;a!=null;){const l=e;if(e.mode==="composition")r=l.__getInstance(a);else if(__VUE_I18N_LEGACY_API__){const c=l.__getInstance(a);c!=null&&(r=c.__composer,n&&r&&!r[My]&&(r=null))}if(r!=null||s===a)break;a=a.parent}return r}function YN(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function KN(e,t,n){ef(()=>{},t),Au(()=>{const r=n;e.__deleteInstance(t);const s=r[Dm];s&&(s(),delete r[Dm])},t)}function qN(e,t,n,r={}){const s=t==="local",a=li(null);if(s&&e.proxy&&!(e.proxy.$options.i18n||e.proxy.$options.__i18n))throw Kt(Ut.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const l=Ue(r.inheritLocale)?r.inheritLocale:!ae(r.locale),c=en(!s||l?n.locale.value:ae(r.locale)?r.locale:ns),d=en(!s||l?n.fallbackLocale.value:ae(r.fallbackLocale)||Ft(r.fallbackLocale)||Re(r.fallbackLocale)||r.fallbackLocale===!1?r.fallbackLocale:c.value),f=en(Uu(c.value,r)),p=en(Re(r.datetimeFormats)?r.datetimeFormats:{[c.value]:{}}),_=en(Re(r.numberFormats)?r.numberFormats:{[c.value]:{}}),E=s?n.missingWarn:Ue(r.missingWarn)||xr(r.missingWarn)?r.missingWarn:!0,b=s?n.fallbackWarn:Ue(r.fallbackWarn)||xr(r.fallbackWarn)?r.fallbackWarn:!0,N=s?n.fallbackRoot:Ue(r.fallbackRoot)?r.fallbackRoot:!0,D=!!r.fallbackFormat,k=_t(r.missing)?r.missing:null,S=_t(r.postTranslation)?r.postTranslation:null,V=s?n.warnHtmlMessage:Ue(r.warnHtmlMessage)?r.warnHtmlMessage:!0,M=!!r.escapeParameter,R=s?n.modifiers:Re(r.modifiers)?r.modifiers:{},H=r.pluralRules||s&&n.pluralRules;function z(){return[c.value,d.value,f.value,p.value,_.value]}const $=we({get:()=>a.value?a.value.locale.value:c.value,set:h=>{a.value&&(a.value.locale.value=h),c.value=h}}),le=we({get:()=>a.value?a.value.fallbackLocale.value:d.value,set:h=>{a.value&&(a.value.fallbackLocale.value=h),d.value=h}}),ce=we(()=>a.value?a.value.messages.value:f.value),me=we(()=>p.value),Ae=we(()=>_.value);function Oe(){return a.value?a.value.getPostTranslationHandler():S}function We(h){a.value&&a.value.setPostTranslationHandler(h)}function vt(){return a.value?a.value.getMissingHandler():k}function Vt(h){a.value&&a.value.setMissingHandler(h)}function Le(h){return z(),h()}function ge(...h){return a.value?Le(()=>Reflect.apply(a.value.t,null,[...h])):Le(()=>"")}function ve(...h){return a.value?Reflect.apply(a.value.rt,null,[...h]):""}function qe(...h){return a.value?Le(()=>Reflect.apply(a.value.d,null,[...h])):Le(()=>"")}function ke(...h){return a.value?Le(()=>Reflect.apply(a.value.n,null,[...h])):Le(()=>"")}function Je(h){return a.value?a.value.tm(h):{}}function Ie(h,T){return a.value?a.value.te(h,T):!1}function zt(h){return a.value?a.value.getLocaleMessage(h):{}}function He(h,T){a.value&&(a.value.setLocaleMessage(h,T),f.value[h]=T)}function it(h,T){a.value&&a.value.mergeLocaleMessage(h,T)}function pt(h){return a.value?a.value.getDateTimeFormat(h):{}}function Ot(h,T){a.value&&(a.value.setDateTimeFormat(h,T),p.value[h]=T)}function ot(h,T){a.value&&a.value.mergeDateTimeFormat(h,T)}function bt(h){return a.value?a.value.getNumberFormat(h):{}}function Rt(h,T){a.value&&(a.value.setNumberFormat(h,T),_.value[h]=T)}function ut(h,T){a.value&&a.value.mergeNumberFormat(h,T)}const kt={get id(){return a.value?a.value.id:-1},locale:$,fallbackLocale:le,messages:ce,datetimeFormats:me,numberFormats:Ae,get inheritLocale(){return a.value?a.value.inheritLocale:l},set inheritLocale(h){a.value&&(a.value.inheritLocale=h)},get availableLocales(){return a.value?a.value.availableLocales:Object.keys(f.value)},get modifiers(){return a.value?a.value.modifiers:R},get pluralRules(){return a.value?a.value.pluralRules:H},get isGlobal(){return a.value?a.value.isGlobal:!1},get missingWarn(){return a.value?a.value.missingWarn:E},set missingWarn(h){a.value&&(a.value.missingWarn=h)},get fallbackWarn(){return a.value?a.value.fallbackWarn:b},set fallbackWarn(h){a.value&&(a.value.missingWarn=h)},get fallbackRoot(){return a.value?a.value.fallbackRoot:N},set fallbackRoot(h){a.value&&(a.value.fallbackRoot=h)},get fallbackFormat(){return a.value?a.value.fallbackFormat:D},set fallbackFormat(h){a.value&&(a.value.fallbackFormat=h)},get warnHtmlMessage(){return a.value?a.value.warnHtmlMessage:V},set warnHtmlMessage(h){a.value&&(a.value.warnHtmlMessage=h)},get escapeParameter(){return a.value?a.value.escapeParameter:M},set escapeParameter(h){a.value&&(a.value.escapeParameter=h)},t:ge,getPostTranslationHandler:Oe,setPostTranslationHandler:We,getMissingHandler:vt,setMissingHandler:Vt,rt:ve,d:qe,n:ke,tm:Je,te:Ie,getLocaleMessage:zt,setLocaleMessage:He,mergeLocaleMessage:it,getDateTimeFormat:pt,setDateTimeFormat:Ot,mergeDateTimeFormat:ot,getNumberFormat:bt,setNumberFormat:Rt,mergeNumberFormat:ut};function g(h){h.locale.value=c.value,h.fallbackLocale.value=d.value,Object.keys(f.value).forEach(T=>{h.mergeLocaleMessage(T,f.value[T])}),Object.keys(p.value).forEach(T=>{h.mergeDateTimeFormat(T,p.value[T])}),Object.keys(_.value).forEach(T=>{h.mergeNumberFormat(T,_.value[T])}),h.escapeParameter=M,h.fallbackFormat=D,h.fallbackRoot=N,h.fallbackWarn=b,h.missingWarn=E,h.warnHtmlMessage=V}return Qm(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw Kt(Ut.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const h=a.value=e.proxy.$i18n.__composer;t==="global"?(c.value=h.locale.value,d.value=h.fallbackLocale.value,f.value=h.messages.value,p.value=h.datetimeFormats.value,_.value=h.numberFormats.value):s&&g(h)}),kt}const XN=["locale","fallbackLocale","availableLocales"],YC=["t","rt","d","n","tm","te"];function JN(e,t){const n=Object.create(null);return XN.forEach(s=>{const a=Object.getOwnPropertyDescriptor(t,s);if(!a)throw Kt(Ut.UNEXPECTED_ERROR);const l=Pt(a.value)?{get(){return a.value.value},set(c){a.value.value=c}}:{get(){return a.get&&a.get()}};Object.defineProperty(n,s,l)}),e.config.globalProperties.$i18n=n,YC.forEach(s=>{const a=Object.getOwnPropertyDescriptor(t,s);if(!a||!a.value)throw Kt(Ut.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${s}`,a)}),()=>{delete e.config.globalProperties.$i18n,YC.forEach(s=>{delete e.config.globalProperties[`$${s}`]})}}DN();__INTLIFY_JIT_COMPILATION__?RC(TN):RC(FN);fN(KI);hN(by);if(__INTLIFY_PROD_DEVTOOLS__){const e=tr();e.__INTLIFY__=!0,oN(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}const ZN={productShelfBuilderComponent:{titleText:"Algorithm Selection",algorithmLabel:"Algorithm",cancelButton:"Cancel",applyButton:"Apply",listSelector:{productListShelf:"Product Shelf",relatedProductsForProductListShelf:"Related Products for Product Shelf",alternativeProductsForProductListShelf:"Alternative Products for Product Shelf",popularProductsInCategoryListShelf:"Popular Products in Category",popularProductsShelf:"Popular Products"},productShelfBuilders:{productsQuantityLabel:"Number of Products",productsAtLeastText:"From",productsLimitText:"To",popularProductListDescriptionText:"The email will display popular products across the store.",productListDescriptionText:"Select products to display",relatedProductListDescriptionText:"Select products to display",alternativeProductListDescriptionText:"Select a block of products to determine which ones we will offer alternative products for. Please note that customers will see not the selected products, but the products calculated by the alternative products algorithm for the selected products.",popularFromCategoryListDescriptionText:"Select a block of categories to determine which ones we will offer popular products for. Please note that customers will see additional products in the email that match your selection.",productsSelectButton:"Select Products",categorySelectButton:"Select Categories"}},productListComposerModalWindow:{titleText:"Product List",cancelButton:"Cancel",applyButton:"Apply",transferAllButton:"Transfer All",searchInputPlaceholder:"Name of one product or list of IDs",emptySearchProductListTopText:"Name of one product",emptySearchProductListBottomText:"or list of IDs separated by commas",emptySelectedProductListText:"The product list is currently empty.",selectedProductListTitleText:"Product List",selectedProductListDeclensions:{one:"product",few:"products",many:"products"}},categoryListComposerModalWindow:{titleText:"Category Selection",cancelButton:"Cancel",applyButton:"Apply",transferAllButton:"Transfer All",searchInputPlaceholder:"Name of one category or list of IDs",emptySearchCategoryListText:"Enter the name of a category to display results.",emptySelectedCategoryListText:"The category list is currently empty.",selectedCategoryListTitleText:"Category List",selectedCategoryListDeclensions:{one:"category",few:"categories",many:"categories"}}},QN={productShelfBuilderComponent:{titleText:"Настройки товарной полки",algorithmLabel:"Алгоритм подбора товаров",cancelButton:"Отмена",applyButton:"Применить",listSelector:{productListShelf:"Продуктовая полка",relatedProductsForProductListShelf:"Сопутствующие товары к товарам",alternativeProductsForProductListShelf:"Альтернативы товаров",popularProductsInCategoryListShelf:"Популярные товары из категории",popularProductsShelf:"Популярные товары"},productShelfBuilders:{productsQuantityLabel:"Количество товаров",productsAtLeastText:"От",productsLimitText:"До",popularProductListDescriptionText:"В письме будут отображаться самые популярные товары магазина.",productListDescriptionText:"Выберите товары для отображения",relatedProductListDescriptionText:"Выберите товары для отображения",alternativeProductListDescriptionText:"Выберите блок товаров, чтобы определить, к каким из них мы предложим <b>альтернативные товары</b>.<br>Пожалуйста, учтите, что клиенты увидят в письме не выбранные товары, а товары рассчитанные по алгоритму <b>альтернативные товары</b> к выбранным товарам.",popularFromCategoryListDescriptionText:"Выберите блок категорий, чтобы определить, к каким из них мы предложим <b>популярные товары</b>.<br>Пожалуйста, учтите, что клиенты увидят в письме дополнительные товары, соответствующие вашему выбору.",productsSelectButton:"Выбрать товары",categorySelectButton:"Выбрать категории"}},productListComposerModalWindow:{titleText:"Список товаров",cancelButton:"Отменить",applyButton:"Применить",transferAllButton:"Перенести все",searchInputPlaceholder:"Название одного товара или список ID",emptySearchProductListTopText:"Название одного товара",emptySearchProductListBottomText:"или список ID через запятую",emptySelectedProductListText:"Список товаров пока что пуст.",selectedProductListTitleText:"Список товаров",selectedProductListDeclensions:{one:"продукт",few:"продукта",many:"продуктов"}},categoryListComposerModalWindow:{titleText:"Выбор категорий",cancelButton:"Отменить",applyButton:"Применить",transferAllButton:"Перенести все",searchInputPlaceholder:"Название одной категории или список ID",emptySearchCategoryListText:"Введите название категории, чтобы отобразились результаты.",emptySelectedCategoryListText:"Список категорий пока что пуст.",selectedCategoryListTitleText:"Список категорий",selectedCategoryListDeclensions:{one:"категория",few:"категории",many:"категорий"}}},zy=HN({locale:"ru",legacy:!1,fallbackWarn:!1,missingWarn:!1,messages:{en:ZN,ru:QN},warnHtmlMessage:!1}),eP=()=>{const{t:e}=zy.global;return(t,n)=>n?e(t,n):e(t)};eP();function tP(e){return Zx(()=>{const t=[],n={};if(e.value.background)if(pm(e.value.background)){if(n.backgroundColor=e.value.background,!e.value.text&&mw(e.value.background)){const r=Ao(e.value.background);if(r.a==null||r.a===1){const s=sy(r);n.color=s,n.caretColor=s}}}else t.push(`bg-${e.value.background}`);return e.value.text&&(pm(e.value.text)?(n.color=e.value.text,n.caretColor=e.value.text):t.push(`text-${e.value.text}`)),{colorClasses:t,colorStyles:n}})}function nP(e,t){const n=we(()=>({background:Pt(e)?e.value:t?e[t]:null})),{colorClasses:r,colorStyles:s}=tP(n);return{backgroundColorClasses:r,backgroundColorStyles:s}}const oP=ms({height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String]},"dimension");function rP(e){return{dimensionStyles:we(()=>{const n={},r=Ni(e.height),s=Ni(e.maxHeight),a=Ni(e.maxWidth),l=Ni(e.minHeight),c=Ni(e.minWidth),d=Ni(e.width);return r!=null&&(n.height=r),s!=null&&(n.maxHeight=s),a!=null&&(n.maxWidth=a),l!=null&&(n.minHeight=l),c!=null&&(n.minWidth=c),d!=null&&(n.width=d),n})}}const iP=ms({elevation:{type:[Number,String],validator(e){const t=parseInt(e);return!isNaN(t)&&t>=0&&t<=24}}},"elevation");function sP(e){return{elevationClasses:we(()=>{const n=Pt(e)?e.value:e.elevation,r=[];return n==null||r.push(`elevation-${n}`),r})}}const aP={actions:"button@2",article:"heading, paragraph",avatar:"avatar",button:"button",card:"image, heading","card-avatar":"image, list-item-avatar",chip:"chip","date-picker":"list-item, heading, divider, date-picker-options, date-picker-days, actions","date-picker-options":"text, avatar@2","date-picker-days":"avatar@28",divider:"divider",heading:"heading",image:"image","list-item":"text","list-item-avatar":"avatar, text","list-item-two-line":"sentences","list-item-avatar-two-line":"avatar, sentences","list-item-three-line":"paragraph","list-item-avatar-three-line":"avatar, paragraph",ossein:"ossein",paragraph:"text@3",sentences:"text@2",subtitle:"text",table:"table-heading, table-thead, table-tbody, table-tfoot","table-heading":"chip, text","table-thead":"heading@6","table-tbody":"table-row-divider@6","table-row-divider":"table-row, divider","table-row":"text@6","table-tfoot":"text@2, avatar@2",text:"text"};function lP(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return Ge("div",{class:["v-skeleton-loader__bone",`v-skeleton-loader__${e}`]},[t])}function KC(e){const[t,n]=e.split("@");return Array.from({length:n}).map(()=>zu(t))}function zu(e){let t=[];if(!e)return t;const n=aP[e];if(e!==n){if(e.includes(","))return qC(e);if(e.includes("@"))return KC(e);n.includes(",")?t=qC(n):n.includes("@")?t=KC(n):n&&t.push(zu(n))}return[lP(e,t)]}function qC(e){return e.replace(/\s/g,"").split(",").map(zu)}const uP=ms({boilerplate:Boolean,color:String,loading:Boolean,loadingText:{type:String,default:"$vuetify.loading"},type:{type:[String,Array],default:"ossein"},...oP(),...iP(),...wA()},"VSkeletonLoader"),cP=cy()({name:"VSkeletonLoader",props:uP(),setup(e,t){let{slots:n}=t;const{backgroundColorClasses:r,backgroundColorStyles:s}=nP(aB(e,"color")),{dimensionStyles:a}=rP(e),{elevationClasses:l}=sP(e),{themeClasses:c}=NA(e),{t:d}=xw(),f=we(()=>zu(qx(e.type).join(",")));return bw(()=>{var E;const p=!n.default||e.loading,_=e.boilerplate||!p?{}:{ariaLive:"polite",ariaLabel:d(e.loadingText),role:"alert"};return Ge("div",lf({class:["v-skeleton-loader",{"v-skeleton-loader--boilerplate":e.boilerplate},c.value,r.value,l.value],style:[s.value,p?a.value:{}]},_),[p?f.value:(E=n.default)==null?void 0:E.call(n)])}),{}}}),dP=e=>({emailTemplatePreviewComponents:e.emailTemplatePreviewComponents,initialEmailTemplate:e.initialEmailTemplate,exitLink:e.exitLink}),mP=e=>({favoritesTemplateListDeps:dP({emailTemplatePreviewComponents:e.emailTemplatePreviewComponents,initialEmailTemplate:e.initialEmailTemplate,exitLink:e.exitLink})}),fP=e=>({favoritesTemplateSelectorDeps:mP({partnerId:e.partnerId,emailTemplatePreviewComponents:e.emailTemplatePreviewComponents,initialEmailTemplate:e.initialEmailTemplate,exitLink:e.exitLink})}),hP=e=>({InternalProductId:e.internalId,Name:e.name,Description:e.description,Url:e.url,Price:e.price,OldPrice:e.oldPrice,PictureUrl:e.pictureUrl,CategoryIds:[],Vendor:"p.vendor"}),pP=async e=>(await e.getProductsByIDsHttpClient({body:{partnerId:e.partnerId,internalProductIds:e.productIDs.concat([]),stockId:e.stockId}})).body.products.map(t=>hP(t)),ju=e=>({InternalProductId:e.internalProductId,Name:e.name,Description:e.description,Price:e.price,OldPrice:e.oldPrice,PictureUrl:e.pictureUrl,Url:e.url,CategoryIds:[],Vendor:"p.vendor"}),gP=async e=>(await e.getRelatedProducts({body:{partnerId:e.partnerId,internalProductIds:e.productIDs.concat([]),stockId:e.stockId}})).body.recommendations.map(t=>ju(t)),CP=async e=>(await e.getAlternativeProductsHttpClient({body:{partnerId:e.partnerId,internalProductIds:e.productIDs.concat([]),stockId:e.stockId}})).body.recommendations.map(t=>ju(t)),_P=async e=>(await e.getPopularProductsInCategoriesHttpClient({body:{partnerId:e.partnerId,categoryIds:e.categoryIds.concat([]),stockId:e.stockId}})).body.recommendations.map(t=>ju(t)),yP=async e=>(await e.getPopularProductsHttpClient({body:{partnerId:e.partnerId,stockId:e.stockId}})).body.recommendations.map(t=>ju(t)),lo=e=>({Match:t=>{for(const n in e)if(e[n]!==void 0)return t[`when${n}`](e[n]);throw Error("")}}),FP=lo,jy=(e,t)=>{let n=e;return t.forEach(r=>{n=n[r]}),n},TP=lo,Gs=e=>TP(e.stockSource).Match({whenCustomerStockId:()=>e.customerStockId,whenDefaultStoreStockId:()=>{},whenSpecificStockId:t=>t.Value}),EP=e=>{const t=e.getTransactionalTemplateData();let n={};return r=>FP(r).Match({whenListFromTransactionalTemplateData:s=>jy(t,s.Path),whenProductList:({ProductIds:s,StockSource:a})=>pP({partnerId:e.partnerId,productIDs:s,stockId:Gs({stockSource:a,customerStockId:e.customerStockId}),productCache:n,getProductsByIDsHttpClient:e.listExpressionDataSourceBffClient.postGetProductsByIds}),whenRelatedProductsFor:({ProductIds:s,StockSource:a})=>gP({partnerId:e.partnerId,productIDs:s,stockId:Gs({stockSource:a,customerStockId:e.customerStockId}),getRelatedProducts:e.listExpressionDataSourceBffClient.postGetRelatedRecommendations}),whenAlternativeProductsFor:({ProductIds:s,StockSource:a})=>CP({partnerId:e.partnerId,productIDs:s,stockId:Gs({stockSource:a,customerStockId:e.customerStockId}),getAlternativeProductsHttpClient:e.listExpressionDataSourceBffClient.postGetAlternativeRecommendations}),whenPopularProductsInCategories:({CategoryIds:s,StockSource:a})=>_P({partnerId:e.partnerId,categoryIds:s,stockId:Gs({stockSource:a,customerStockId:e.customerStockId}),getPopularProductsInCategoriesHttpClient:e.listExpressionDataSourceBffClient.postGetPopularInCategoriesRecommendations}),whenPopular:({StockSource:s})=>yP({partnerId:e.partnerId,stockId:Gs({stockSource:s,customerStockId:e.customerStockId}),getPopularProductsHttpClient:e.listExpressionDataSourceBffClient.postGetPopularRecommendations})})},vP=e=>{const t={[e.antiForgeryTokenHeaderName]:e.antiForgeryTokenValue};return async n=>{const r=e.baseUrl+n.path+"?"+n.query,s=await fetch(r,{method:n.method,body:n.body,headers:{...n.headers,...t}});return{status:s.status,body:await a()};async function a(){try{return await s.json()}catch{return}}}};var nr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Cf={},ps=nr&&nr.__awaiter||function(e,t,n,r){function s(a){return a instanceof n?a:new n(function(l){l(a)})}return new(n||(n=Promise))(function(a,l){function c(p){try{f(r.next(p))}catch(_){l(_)}}function d(p){try{f(r.throw(p))}catch(_){l(_)}}function f(p){p.done?a(p.value):s(p.value).then(c,d)}f((r=r.apply(e,t||[])).next())})},gs=nr&&nr.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,s,a,l=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return l.next=c(0),l.throw=c(1),l.return=c(2),typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function c(f){return function(p){return d([f,p])}}function d(f){if(r)throw new TypeError("Generator is already executing.");for(;l&&(l=0,f[0]&&(n=0)),n;)try{if(r=1,s&&(a=f[0]&2?s.return:f[0]?s.throw||((a=s.return)&&a.call(s),0):s.next)&&!(a=a.call(s,f[1])).done)return a;switch(s=0,a&&(f=[f[0]&2,a.value]),f[0]){case 0:case 1:a=f;break;case 4:return n.label++,{value:f[1],done:!1};case 5:n.label++,s=f[1],f=[0];continue;case 7:f=n.ops.pop(),n.trys.pop();continue;default:if(a=n.trys,!(a=a.length>0&&a[a.length-1])&&(f[0]===6||f[0]===2)){n=0;continue}if(f[0]===3&&(!a||f[1]>a[0]&&f[1]<a[3])){n.label=f[1];break}if(f[0]===6&&n.label<a[1]){n.label=a[1],a=f;break}if(a&&n.label<a[2]){n.label=a[2],n.ops.push(f);break}a[2]&&n.ops.pop(),n.trys.pop();continue}f=t.call(e,n)}catch(p){f=[6,p],s=0}finally{r=a=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}};Object.defineProperty(Cf,"__esModule",{value:!0});var Gy=Cf.createApi=void 0,Oi=function(e,t){return function(n){return e(n,t)}},bP=function(e){return{products:e.products.map(function(t){return SP(t)})}},SP=function(e){return{internalId:e.internalId,externalId:e.externalId,name:e.name,description:e.description,price:e.price,oldPrice:e.oldPrice,pictureUrl:e.pictureUrl,url:e.url}},RP=function(e){return{recommendations:e.recommendations.map(function(t){return La(t)})}},DP=function(e){return{recommendations:e.recommendations.map(function(t){return La(t)})}},LP=function(e){return{recommendations:e.recommendations.map(function(t){return La(t)})}},BP=function(e){return{recommendations:e.recommendations.map(function(t){return La(t)})}},xP=function(e){return{recommendations:e.recommendations.map(function(t){return La(t)})}},La=function(e){return{internalProductId:e.internalProductId,externalProductId:e.externalProductId,name:e.name,description:e.description,price:e.price,oldPrice:e.oldPrice,pictureUrl:e.pictureUrl,url:e.url}};function wP(e,t){return ps(this,void 0,void 0,function(){var n,r,s;return gs(this,function(a){switch(a.label){case 0:return n="wysiwyg/bff/v2/listExpressionDataSource/getProductsByIds/",r=new URLSearchParams,[4,t({path:n,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e.body),query:r.toString()})];case 1:if(s=a.sent(),s.status===200)return[2,{status:200,body:bP(s.body)}];throw new Error("Unknown response")}})})}function AP(e,t){return ps(this,void 0,void 0,function(){var n,r,s;return gs(this,function(a){switch(a.label){case 0:return n="wysiwyg/bff/v2/listExpressionDataSource/getPopularRecommendations/",r=new URLSearchParams,[4,t({path:n,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e.body),query:r.toString()})];case 1:if(s=a.sent(),s.status===200)return[2,{status:200,body:RP(s.body)}];throw new Error("Unknown response")}})})}function IP(e,t){return ps(this,void 0,void 0,function(){var n,r,s;return gs(this,function(a){switch(a.label){case 0:return n="wysiwyg/bff/v2/listExpressionDataSource/getPopularInCategoriesRecommendations/",r=new URLSearchParams,[4,t({path:n,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e.body),query:r.toString()})];case 1:if(s=a.sent(),s.status===200)return[2,{status:200,body:DP(s.body)}];throw new Error("Unknown response")}})})}function NP(e,t){return ps(this,void 0,void 0,function(){var n,r,s;return gs(this,function(a){switch(a.label){case 0:return n="wysiwyg/bff/v2/listExpressionDataSource/getRelatedRecommendations/",r=new URLSearchParams,[4,t({path:n,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e.body),query:r.toString()})];case 1:if(s=a.sent(),s.status===200)return[2,{status:200,body:LP(s.body)}];throw new Error("Unknown response")}})})}function PP(e,t){return ps(this,void 0,void 0,function(){var n,r,s;return gs(this,function(a){switch(a.label){case 0:return n="wysiwyg/bff/v2/listExpressionDataSource/getAlternativeRecommendations/",r=new URLSearchParams,[4,t({path:n,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e.body),query:r.toString()})];case 1:if(s=a.sent(),s.status===200)return[2,{status:200,body:BP(s.body)}];throw new Error("Unknown response")}})})}function VP(e,t){return ps(this,void 0,void 0,function(){var n,r,s;return gs(this,function(a){switch(a.label){case 0:return n="wysiwyg/bff/v2/listExpressionDataSource/getSearchRecommendations/",r=new URLSearchParams,[4,t({path:n,method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e.body),query:r.toString()})];case 1:if(s=a.sent(),s.status===200)return[2,{status:200,body:xP(s.body)}];throw new Error("Unknown response")}})})}var OP=function(e){return{postGetProductsByIds:Oi(wP,e),postGetPopularRecommendations:Oi(AP,e),postGetPopularInCategoriesRecommendations:Oi(IP,e),postGetRelatedRecommendations:Oi(NP,e),postGetAlternativeRecommendations:Oi(PP,e),postGetSearchRecommendations:Oi(VP,e)}};Gy=Cf.createApi=OP;const kP=lo,MP=e=>t=>{const n=e.getTransactionalTemplateData(),r=e.contactCustomData;return kP(t.stringExpressionDataSource).Match({whenStringFromTransactionalTemplateData:s=>Promise.resolve(jy(n,s.Path)),whenStringFromContactCustomData:s=>Promise.resolve(r[s.FieldName]),whenProductImageUrlBuilderExpression:s=>e.productImageUrlBuilderExpressionEvaluator({expression:s,context:t.context})})},WP=lo,Cs=e=>{throw new Error("Didn't expect to get here"+e)},HP=e=>Array.isArray(e),Ta=e=>({Match:t=>{switch(typeof e){case"string":return(t.whenString??t.defaultValue)(e);case"number":return(t.whenNumber??t.defaultValue)(e);case"boolean":return(t.whenBoolean??t.defaultValue)(e);case"object":return HP(e)?(t.whenArray??t.defaultValue)(e):(t.whenStruct??t.defaultValue)(e);default:return Cs(e)}}}),$P=e=>({Match:t=>{if(e.PropertyName!==void 0)return t.whenPropertyName(e.PropertyName);if(e.ArrayIndex!==void 0)return t.whenArrayIndex(e.ArrayIndex);throw Error("No match")}}),_f=(e,t)=>{let n=t;for(const r of e)n=$P(r).Match({whenPropertyName:s=>Ta(n).Match({defaultValue:()=>{throw console.error("Property not found: "+s),new Error("Property not found: "+s)},whenStruct:a=>a[s]}),whenArrayIndex:s=>Ta(n).Match({defaultValue:()=>{throw console.error("Array index out of bounds: "+s),new Error("Array index out of bounds: "+s)},whenArray:a=>a[s]})});return n},UP=(e,t)=>Ta(_f(e,t)).Match({defaultValue:()=>{throw console.error("Value is not a list"),new Error("Value is not a list")},whenArray:n=>n}),zP=(e,t)=>Ta(_f(e,t)).Match({defaultValue:()=>{throw console.error("Value is not a string "+t+e),new Error("Value is not a string")},whenString:n=>n}),Yy=(e,t)=>Ta(_f(e,t)).Match({defaultValue:()=>{throw console.error("Value is not a number"),new Error("Value is not a number")},whenNumber:n=>n}),jP=e=>t=>{const n=e.getTransactionalTemplateData();return WP(t).Match({whenNumberFromTransactionalTemplateData:r=>Promise.resolve(Yy(r.Path,n)),whenNumberFromContactCustomData:()=>Promise.resolve(0)})};var Tn="top",Hn="bottom",$n="right",En="left",Gu="auto",_s=[Tn,Hn,$n,En],mi="start",rs="end",Ky="clippingParents",yf="viewport",$i="popper",qy="reference",Bm=_s.reduce(function(e,t){return e.concat([t+"-"+mi,t+"-"+rs])},[]),Ff=[].concat(_s,[Gu]).reduce(function(e,t){return e.concat([t,t+"-"+mi,t+"-"+rs])},[]),Xy="beforeRead",Jy="read",Zy="afterRead",Qy="beforeMain",eF="main",tF="afterMain",nF="beforeWrite",oF="write",rF="afterWrite",iF=[Xy,Jy,Zy,Qy,eF,tF,nF,oF,rF];function ko(e){return e?(e.nodeName||"").toLowerCase():null}function Un(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function fi(e){var t=Un(e).Element;return e instanceof t||e instanceof Element}function oo(e){var t=Un(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Tf(e){if(typeof ShadowRoot>"u")return!1;var t=Un(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function GP(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var r=t.styles[n]||{},s=t.attributes[n]||{},a=t.elements[n];!oo(a)||!ko(a)||(Object.assign(a.style,r),Object.keys(s).forEach(function(l){var c=s[l];c===!1?a.removeAttribute(l):a.setAttribute(l,c===!0?"":c)}))})}function YP(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(r){var s=t.elements[r],a=t.attributes[r]||{},l=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:n[r]),c=l.reduce(function(d,f){return d[f]="",d},{});!oo(s)||!ko(s)||(Object.assign(s.style,c),Object.keys(a).forEach(function(d){s.removeAttribute(d)}))})}}const Ef={name:"applyStyles",enabled:!0,phase:"write",fn:GP,effect:YP,requires:["computeStyles"]};function Po(e){return e.split("-")[0]}var ui=Math.max,_u=Math.min,is=Math.round;function xm(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function sF(){return!/^((?!chrome|android).)*safari/i.test(xm())}function ss(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=e.getBoundingClientRect(),s=1,a=1;t&&oo(e)&&(s=e.offsetWidth>0&&is(r.width)/e.offsetWidth||1,a=e.offsetHeight>0&&is(r.height)/e.offsetHeight||1);var l=fi(e)?Un(e):window,c=l.visualViewport,d=!sF()&&n,f=(r.left+(d&&c?c.offsetLeft:0))/s,p=(r.top+(d&&c?c.offsetTop:0))/a,_=r.width/s,E=r.height/a;return{width:_,height:E,top:p,right:f+_,bottom:p+E,left:f,x:f,y:p}}function vf(e){var t=ss(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function aF(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&Tf(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function ar(e){return Un(e).getComputedStyle(e)}function KP(e){return["table","td","th"].indexOf(ko(e))>=0}function Mr(e){return((fi(e)?e.ownerDocument:e.document)||window.document).documentElement}function Yu(e){return ko(e)==="html"?e:e.assignedSlot||e.parentNode||(Tf(e)?e.host:null)||Mr(e)}function XC(e){return!oo(e)||ar(e).position==="fixed"?null:e.offsetParent}function qP(e){var t=/firefox/i.test(xm()),n=/Trident/i.test(xm());if(n&&oo(e)){var r=ar(e);if(r.position==="fixed")return null}var s=Yu(e);for(Tf(s)&&(s=s.host);oo(s)&&["html","body"].indexOf(ko(s))<0;){var a=ar(s);if(a.transform!=="none"||a.perspective!=="none"||a.contain==="paint"||["transform","perspective"].indexOf(a.willChange)!==-1||t&&a.willChange==="filter"||t&&a.filter&&a.filter!=="none")return s;s=s.parentNode}return null}function Ba(e){for(var t=Un(e),n=XC(e);n&&KP(n)&&ar(n).position==="static";)n=XC(n);return n&&(ko(n)==="html"||ko(n)==="body"&&ar(n).position==="static")?t:n||qP(e)||t}function bf(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function la(e,t,n){return ui(e,_u(t,n))}function XP(e,t,n){var r=la(e,t,n);return r>n?n:r}function lF(){return{top:0,right:0,bottom:0,left:0}}function uF(e){return Object.assign({},lF(),e)}function cF(e,t){return t.reduce(function(n,r){return n[r]=e,n},{})}var JP=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,uF(typeof t!="number"?t:cF(t,_s))};function ZP(e){var t,n=e.state,r=e.name,s=e.options,a=n.elements.arrow,l=n.modifiersData.popperOffsets,c=Po(n.placement),d=bf(c),f=[En,$n].indexOf(c)>=0,p=f?"height":"width";if(!(!a||!l)){var _=JP(s.padding,n),E=vf(a),b=d==="y"?Tn:En,N=d==="y"?Hn:$n,D=n.rects.reference[p]+n.rects.reference[d]-l[d]-n.rects.popper[p],k=l[d]-n.rects.reference[d],S=Ba(a),V=S?d==="y"?S.clientHeight||0:S.clientWidth||0:0,M=D/2-k/2,R=_[b],H=V-E[p]-_[N],z=V/2-E[p]/2+M,$=la(R,z,H),le=d;n.modifiersData[r]=(t={},t[le]=$,t.centerOffset=$-z,t)}}function QP(e){var t=e.state,n=e.options,r=n.element,s=r===void 0?"[data-popper-arrow]":r;s!=null&&(typeof s=="string"&&(s=t.elements.popper.querySelector(s),!s)||aF(t.elements.popper,s)&&(t.elements.arrow=s))}const dF={name:"arrow",enabled:!0,phase:"main",fn:ZP,effect:QP,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function as(e){return e.split("-")[1]}var e1={top:"auto",right:"auto",bottom:"auto",left:"auto"};function t1(e,t){var n=e.x,r=e.y,s=t.devicePixelRatio||1;return{x:is(n*s)/s||0,y:is(r*s)/s||0}}function JC(e){var t,n=e.popper,r=e.popperRect,s=e.placement,a=e.variation,l=e.offsets,c=e.position,d=e.gpuAcceleration,f=e.adaptive,p=e.roundOffsets,_=e.isFixed,E=l.x,b=E===void 0?0:E,N=l.y,D=N===void 0?0:N,k=typeof p=="function"?p({x:b,y:D}):{x:b,y:D};b=k.x,D=k.y;var S=l.hasOwnProperty("x"),V=l.hasOwnProperty("y"),M=En,R=Tn,H=window;if(f){var z=Ba(n),$="clientHeight",le="clientWidth";if(z===Un(n)&&(z=Mr(n),ar(z).position!=="static"&&c==="absolute"&&($="scrollHeight",le="scrollWidth")),z=z,s===Tn||(s===En||s===$n)&&a===rs){R=Hn;var ce=_&&z===H&&H.visualViewport?H.visualViewport.height:z[$];D-=ce-r.height,D*=d?1:-1}if(s===En||(s===Tn||s===Hn)&&a===rs){M=$n;var me=_&&z===H&&H.visualViewport?H.visualViewport.width:z[le];b-=me-r.width,b*=d?1:-1}}var Ae=Object.assign({position:c},f&&e1),Oe=p===!0?t1({x:b,y:D},Un(n)):{x:b,y:D};if(b=Oe.x,D=Oe.y,d){var We;return Object.assign({},Ae,(We={},We[R]=V?"0":"",We[M]=S?"0":"",We.transform=(H.devicePixelRatio||1)<=1?"translate("+b+"px, "+D+"px)":"translate3d("+b+"px, "+D+"px, 0)",We))}return Object.assign({},Ae,(t={},t[R]=V?D+"px":"",t[M]=S?b+"px":"",t.transform="",t))}function n1(e){var t=e.state,n=e.options,r=n.gpuAcceleration,s=r===void 0?!0:r,a=n.adaptive,l=a===void 0?!0:a,c=n.roundOffsets,d=c===void 0?!0:c,f={placement:Po(t.placement),variation:as(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:s,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,JC(Object.assign({},f,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:l,roundOffsets:d})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,JC(Object.assign({},f,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:d})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const Sf={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:n1,data:{}};var Ml={passive:!0};function o1(e){var t=e.state,n=e.instance,r=e.options,s=r.scroll,a=s===void 0?!0:s,l=r.resize,c=l===void 0?!0:l,d=Un(t.elements.popper),f=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&f.forEach(function(p){p.addEventListener("scroll",n.update,Ml)}),c&&d.addEventListener("resize",n.update,Ml),function(){a&&f.forEach(function(p){p.removeEventListener("scroll",n.update,Ml)}),c&&d.removeEventListener("resize",n.update,Ml)}}const Rf={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:o1,data:{}};var r1={left:"right",right:"left",bottom:"top",top:"bottom"};function tu(e){return e.replace(/left|right|bottom|top/g,function(t){return r1[t]})}var i1={start:"end",end:"start"};function ZC(e){return e.replace(/start|end/g,function(t){return i1[t]})}function Df(e){var t=Un(e),n=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:n,scrollTop:r}}function Lf(e){return ss(Mr(e)).left+Df(e).scrollLeft}function s1(e,t){var n=Un(e),r=Mr(e),s=n.visualViewport,a=r.clientWidth,l=r.clientHeight,c=0,d=0;if(s){a=s.width,l=s.height;var f=sF();(f||!f&&t==="fixed")&&(c=s.offsetLeft,d=s.offsetTop)}return{width:a,height:l,x:c+Lf(e),y:d}}function a1(e){var t,n=Mr(e),r=Df(e),s=(t=e.ownerDocument)==null?void 0:t.body,a=ui(n.scrollWidth,n.clientWidth,s?s.scrollWidth:0,s?s.clientWidth:0),l=ui(n.scrollHeight,n.clientHeight,s?s.scrollHeight:0,s?s.clientHeight:0),c=-r.scrollLeft+Lf(e),d=-r.scrollTop;return ar(s||n).direction==="rtl"&&(c+=ui(n.clientWidth,s?s.clientWidth:0)-a),{width:a,height:l,x:c,y:d}}function Bf(e){var t=ar(e),n=t.overflow,r=t.overflowX,s=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+s+r)}function mF(e){return["html","body","#document"].indexOf(ko(e))>=0?e.ownerDocument.body:oo(e)&&Bf(e)?e:mF(Yu(e))}function ua(e,t){var n;t===void 0&&(t=[]);var r=mF(e),s=r===((n=e.ownerDocument)==null?void 0:n.body),a=Un(r),l=s?[a].concat(a.visualViewport||[],Bf(r)?r:[]):r,c=t.concat(l);return s?c:c.concat(ua(Yu(l)))}function wm(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function l1(e,t){var n=ss(e,!1,t==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function QC(e,t,n){return t===yf?wm(s1(e,n)):fi(t)?l1(t,n):wm(a1(Mr(e)))}function u1(e){var t=ua(Yu(e)),n=["absolute","fixed"].indexOf(ar(e).position)>=0,r=n&&oo(e)?Ba(e):e;return fi(r)?t.filter(function(s){return fi(s)&&aF(s,r)&&ko(s)!=="body"}):[]}function c1(e,t,n,r){var s=t==="clippingParents"?u1(e):[].concat(t),a=[].concat(s,[n]),l=a[0],c=a.reduce(function(d,f){var p=QC(e,f,r);return d.top=ui(p.top,d.top),d.right=_u(p.right,d.right),d.bottom=_u(p.bottom,d.bottom),d.left=ui(p.left,d.left),d},QC(e,l,r));return c.width=c.right-c.left,c.height=c.bottom-c.top,c.x=c.left,c.y=c.top,c}function fF(e){var t=e.reference,n=e.element,r=e.placement,s=r?Po(r):null,a=r?as(r):null,l=t.x+t.width/2-n.width/2,c=t.y+t.height/2-n.height/2,d;switch(s){case Tn:d={x:l,y:t.y-n.height};break;case Hn:d={x:l,y:t.y+t.height};break;case $n:d={x:t.x+t.width,y:c};break;case En:d={x:t.x-n.width,y:c};break;default:d={x:t.x,y:t.y}}var f=s?bf(s):null;if(f!=null){var p=f==="y"?"height":"width";switch(a){case mi:d[f]=d[f]-(t[p]/2-n[p]/2);break;case rs:d[f]=d[f]+(t[p]/2-n[p]/2);break}}return d}function ls(e,t){t===void 0&&(t={});var n=t,r=n.placement,s=r===void 0?e.placement:r,a=n.strategy,l=a===void 0?e.strategy:a,c=n.boundary,d=c===void 0?Ky:c,f=n.rootBoundary,p=f===void 0?yf:f,_=n.elementContext,E=_===void 0?$i:_,b=n.altBoundary,N=b===void 0?!1:b,D=n.padding,k=D===void 0?0:D,S=uF(typeof k!="number"?k:cF(k,_s)),V=E===$i?qy:$i,M=e.rects.popper,R=e.elements[N?V:E],H=c1(fi(R)?R:R.contextElement||Mr(e.elements.popper),d,p,l),z=ss(e.elements.reference),$=fF({reference:z,element:M,strategy:"absolute",placement:s}),le=wm(Object.assign({},M,$)),ce=E===$i?le:z,me={top:H.top-ce.top+S.top,bottom:ce.bottom-H.bottom+S.bottom,left:H.left-ce.left+S.left,right:ce.right-H.right+S.right},Ae=e.modifiersData.offset;if(E===$i&&Ae){var Oe=Ae[s];Object.keys(me).forEach(function(We){var vt=[$n,Hn].indexOf(We)>=0?1:-1,Vt=[Tn,Hn].indexOf(We)>=0?"y":"x";me[We]+=Oe[Vt]*vt})}return me}function d1(e,t){t===void 0&&(t={});var n=t,r=n.placement,s=n.boundary,a=n.rootBoundary,l=n.padding,c=n.flipVariations,d=n.allowedAutoPlacements,f=d===void 0?Ff:d,p=as(r),_=p?c?Bm:Bm.filter(function(N){return as(N)===p}):_s,E=_.filter(function(N){return f.indexOf(N)>=0});E.length===0&&(E=_);var b=E.reduce(function(N,D){return N[D]=ls(e,{placement:D,boundary:s,rootBoundary:a,padding:l})[Po(D)],N},{});return Object.keys(b).sort(function(N,D){return b[N]-b[D]})}function m1(e){if(Po(e)===Gu)return[];var t=tu(e);return[ZC(e),t,ZC(t)]}function f1(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var s=n.mainAxis,a=s===void 0?!0:s,l=n.altAxis,c=l===void 0?!0:l,d=n.fallbackPlacements,f=n.padding,p=n.boundary,_=n.rootBoundary,E=n.altBoundary,b=n.flipVariations,N=b===void 0?!0:b,D=n.allowedAutoPlacements,k=t.options.placement,S=Po(k),V=S===k,M=d||(V||!N?[tu(k)]:m1(k)),R=[k].concat(M).reduce(function(He,it){return He.concat(Po(it)===Gu?d1(t,{placement:it,boundary:p,rootBoundary:_,padding:f,flipVariations:N,allowedAutoPlacements:D}):it)},[]),H=t.rects.reference,z=t.rects.popper,$=new Map,le=!0,ce=R[0],me=0;me<R.length;me++){var Ae=R[me],Oe=Po(Ae),We=as(Ae)===mi,vt=[Tn,Hn].indexOf(Oe)>=0,Vt=vt?"width":"height",Le=ls(t,{placement:Ae,boundary:p,rootBoundary:_,altBoundary:E,padding:f}),ge=vt?We?$n:En:We?Hn:Tn;H[Vt]>z[Vt]&&(ge=tu(ge));var ve=tu(ge),qe=[];if(a&&qe.push(Le[Oe]<=0),c&&qe.push(Le[ge]<=0,Le[ve]<=0),qe.every(function(He){return He})){ce=Ae,le=!1;break}$.set(Ae,qe)}if(le)for(var ke=N?3:1,Je=function(it){var pt=R.find(function(Ot){var ot=$.get(Ot);if(ot)return ot.slice(0,it).every(function(bt){return bt})});if(pt)return ce=pt,"break"},Ie=ke;Ie>0;Ie--){var zt=Je(Ie);if(zt==="break")break}t.placement!==ce&&(t.modifiersData[r]._skip=!0,t.placement=ce,t.reset=!0)}}const hF={name:"flip",enabled:!0,phase:"main",fn:f1,requiresIfExists:["offset"],data:{_skip:!1}};function e0(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function t0(e){return[Tn,$n,Hn,En].some(function(t){return e[t]>=0})}function h1(e){var t=e.state,n=e.name,r=t.rects.reference,s=t.rects.popper,a=t.modifiersData.preventOverflow,l=ls(t,{elementContext:"reference"}),c=ls(t,{altBoundary:!0}),d=e0(l,r),f=e0(c,s,a),p=t0(d),_=t0(f);t.modifiersData[n]={referenceClippingOffsets:d,popperEscapeOffsets:f,isReferenceHidden:p,hasPopperEscaped:_},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":p,"data-popper-escaped":_})}const pF={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:h1};function p1(e,t,n){var r=Po(e),s=[En,Tn].indexOf(r)>=0?-1:1,a=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,l=a[0],c=a[1];return l=l||0,c=(c||0)*s,[En,$n].indexOf(r)>=0?{x:c,y:l}:{x:l,y:c}}function g1(e){var t=e.state,n=e.options,r=e.name,s=n.offset,a=s===void 0?[0,0]:s,l=Ff.reduce(function(p,_){return p[_]=p1(_,t.rects,a),p},{}),c=l[t.placement],d=c.x,f=c.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=d,t.modifiersData.popperOffsets.y+=f),t.modifiersData[r]=l}const gF={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:g1};function C1(e){var t=e.state,n=e.name;t.modifiersData[n]=fF({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const xf={name:"popperOffsets",enabled:!0,phase:"read",fn:C1,data:{}};function _1(e){return e==="x"?"y":"x"}function y1(e){var t=e.state,n=e.options,r=e.name,s=n.mainAxis,a=s===void 0?!0:s,l=n.altAxis,c=l===void 0?!1:l,d=n.boundary,f=n.rootBoundary,p=n.altBoundary,_=n.padding,E=n.tether,b=E===void 0?!0:E,N=n.tetherOffset,D=N===void 0?0:N,k=ls(t,{boundary:d,rootBoundary:f,padding:_,altBoundary:p}),S=Po(t.placement),V=as(t.placement),M=!V,R=bf(S),H=_1(R),z=t.modifiersData.popperOffsets,$=t.rects.reference,le=t.rects.popper,ce=typeof D=="function"?D(Object.assign({},t.rects,{placement:t.placement})):D,me=typeof ce=="number"?{mainAxis:ce,altAxis:ce}:Object.assign({mainAxis:0,altAxis:0},ce),Ae=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,Oe={x:0,y:0};if(z){if(a){var We,vt=R==="y"?Tn:En,Vt=R==="y"?Hn:$n,Le=R==="y"?"height":"width",ge=z[R],ve=ge+k[vt],qe=ge-k[Vt],ke=b?-le[Le]/2:0,Je=V===mi?$[Le]:le[Le],Ie=V===mi?-le[Le]:-$[Le],zt=t.elements.arrow,He=b&&zt?vf(zt):{width:0,height:0},it=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:lF(),pt=it[vt],Ot=it[Vt],ot=la(0,$[Le],He[Le]),bt=M?$[Le]/2-ke-ot-pt-me.mainAxis:Je-ot-pt-me.mainAxis,Rt=M?-$[Le]/2+ke+ot+Ot+me.mainAxis:Ie+ot+Ot+me.mainAxis,ut=t.elements.arrow&&Ba(t.elements.arrow),kt=ut?R==="y"?ut.clientTop||0:ut.clientLeft||0:0,g=(We=Ae==null?void 0:Ae[R])!=null?We:0,h=ge+bt-g-kt,T=ge+Rt-g,I=la(b?_u(ve,h):ve,ge,b?ui(qe,T):qe);z[R]=I,Oe[R]=I-ge}if(c){var P,U=R==="x"?Tn:En,ee=R==="x"?Hn:$n,q=z[H],Z=H==="y"?"height":"width",K=q+k[U],ne=q-k[ee],B=[Tn,En].indexOf(S)!==-1,O=(P=Ae==null?void 0:Ae[H])!=null?P:0,oe=B?K:q-$[Z]-le[Z]-O+me.altAxis,ue=B?q+$[Z]+le[Z]-O-me.altAxis:ne,be=b&&B?XP(oe,q,ue):la(b?oe:K,q,b?ue:ne);z[H]=be,Oe[H]=be-q}t.modifiersData[r]=Oe}}const CF={name:"preventOverflow",enabled:!0,phase:"main",fn:y1,requiresIfExists:["offset"]};function F1(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function T1(e){return e===Un(e)||!oo(e)?Df(e):F1(e)}function E1(e){var t=e.getBoundingClientRect(),n=is(t.width)/e.offsetWidth||1,r=is(t.height)/e.offsetHeight||1;return n!==1||r!==1}function v1(e,t,n){n===void 0&&(n=!1);var r=oo(t),s=oo(t)&&E1(t),a=Mr(t),l=ss(e,s,n),c={scrollLeft:0,scrollTop:0},d={x:0,y:0};return(r||!r&&!n)&&((ko(t)!=="body"||Bf(a))&&(c=T1(t)),oo(t)?(d=ss(t,!0),d.x+=t.clientLeft,d.y+=t.clientTop):a&&(d.x=Lf(a))),{x:l.left+c.scrollLeft-d.x,y:l.top+c.scrollTop-d.y,width:l.width,height:l.height}}function b1(e){var t=new Map,n=new Set,r=[];e.forEach(function(a){t.set(a.name,a)});function s(a){n.add(a.name);var l=[].concat(a.requires||[],a.requiresIfExists||[]);l.forEach(function(c){if(!n.has(c)){var d=t.get(c);d&&s(d)}}),r.push(a)}return e.forEach(function(a){n.has(a.name)||s(a)}),r}function S1(e){var t=b1(e);return iF.reduce(function(n,r){return n.concat(t.filter(function(s){return s.phase===r}))},[])}function R1(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function D1(e){var t=e.reduce(function(n,r){var s=n[r.name];return n[r.name]=s?Object.assign({},s,r,{options:Object.assign({},s.options,r.options),data:Object.assign({},s.data,r.data)}):r,n},{});return Object.keys(t).map(function(n){return t[n]})}var n0={placement:"bottom",modifiers:[],strategy:"absolute"};function o0(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function Ku(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,r=n===void 0?[]:n,s=t.defaultOptions,a=s===void 0?n0:s;return function(c,d,f){f===void 0&&(f=a);var p={placement:"bottom",orderedModifiers:[],options:Object.assign({},n0,a),modifiersData:{},elements:{reference:c,popper:d},attributes:{},styles:{}},_=[],E=!1,b={state:p,setOptions:function(S){var V=typeof S=="function"?S(p.options):S;D(),p.options=Object.assign({},a,p.options,V),p.scrollParents={reference:fi(c)?ua(c):c.contextElement?ua(c.contextElement):[],popper:ua(d)};var M=S1(D1([].concat(r,p.options.modifiers)));return p.orderedModifiers=M.filter(function(R){return R.enabled}),N(),b.update()},forceUpdate:function(){if(!E){var S=p.elements,V=S.reference,M=S.popper;if(o0(V,M)){p.rects={reference:v1(V,Ba(M),p.options.strategy==="fixed"),popper:vf(M)},p.reset=!1,p.placement=p.options.placement,p.orderedModifiers.forEach(function(me){return p.modifiersData[me.name]=Object.assign({},me.data)});for(var R=0;R<p.orderedModifiers.length;R++){if(p.reset===!0){p.reset=!1,R=-1;continue}var H=p.orderedModifiers[R],z=H.fn,$=H.options,le=$===void 0?{}:$,ce=H.name;typeof z=="function"&&(p=z({state:p,options:le,name:ce,instance:b})||p)}}}},update:R1(function(){return new Promise(function(k){b.forceUpdate(),k(p)})}),destroy:function(){D(),E=!0}};if(!o0(c,d))return b;b.setOptions(f).then(function(k){!E&&f.onFirstUpdate&&f.onFirstUpdate(k)});function N(){p.orderedModifiers.forEach(function(k){var S=k.name,V=k.options,M=V===void 0?{}:V,R=k.effect;if(typeof R=="function"){var H=R({state:p,name:S,instance:b,options:M}),z=function(){};_.push(H||z)}})}function D(){_.forEach(function(k){return k()}),_=[]}return b}}var L1=Ku(),B1=[Rf,xf,Sf,Ef],x1=Ku({defaultModifiers:B1}),w1=[Rf,xf,Sf,Ef,gF,hF,CF,dF,pF],wf=Ku({defaultModifiers:w1});const _F=Object.freeze(Object.defineProperty({__proto__:null,afterMain:tF,afterRead:Zy,afterWrite:rF,applyStyles:Ef,arrow:dF,auto:Gu,basePlacements:_s,beforeMain:Qy,beforeRead:Xy,beforeWrite:nF,bottom:Hn,clippingParents:Ky,computeStyles:Sf,createPopper:wf,createPopperBase:L1,createPopperLite:x1,detectOverflow:ls,end:rs,eventListeners:Rf,flip:hF,hide:pF,left:En,main:eF,modifierPhases:iF,offset:gF,placements:Ff,popper:$i,popperGenerator:Ku,popperOffsets:xf,preventOverflow:CF,read:Jy,reference:qy,right:$n,start:mi,top:Tn,variationPlacements:Bm,viewport:yf,write:oF},Symbol.toStringTag,{value:"Module"}));/*!
|
|
40
40
|
* Bootstrap v5.3.3 (https://getbootstrap.com/)
|
|
41
41
|
* Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
42
42
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
43
|
-
*/const To=new Map,Pf={set(e,t,n){To.has(e)||To.set(e,new Map);const o=To.get(e);if(!o.has(t)&&o.size!==0){console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(o.keys())[0]}.`);return}o.set(t,n)},get(e,t){return To.has(e)&&To.get(e).get(t)||null},remove(e,t){if(!To.has(e))return;const n=To.get(e);n.delete(t),n.size===0&&To.delete(e)}},LM=1e6,OM=1e3,Rd="transitionend",_b=e=>(e&&window.CSS&&window.CSS.escape&&(e=e.replace(/#([^\s"#']+)/g,(t,n)=>`#${CSS.escape(n)}`)),e),IM=e=>e==null?`${e}`:Object.prototype.toString.call(e).match(/\s([a-z]+)/i)[1].toLowerCase(),RM=e=>{do e+=Math.floor(Math.random()*LM);while(document.getElementById(e));return e},PM=e=>{if(!e)return 0;let{transitionDuration:t,transitionDelay:n}=window.getComputedStyle(e);const o=Number.parseFloat(t),s=Number.parseFloat(n);return!o&&!s?0:(t=t.split(",")[0],n=n.split(",")[0],(Number.parseFloat(t)+Number.parseFloat(n))*OM)},Eb=e=>{e.dispatchEvent(new Event(Rd))},no=e=>!e||typeof e!="object"?!1:(typeof e.jquery<"u"&&(e=e[0]),typeof e.nodeType<"u"),Ro=e=>no(e)?e.jquery?e[0]:e:typeof e=="string"&&e.length>0?document.querySelector(_b(e)):null,vs=e=>{if(!no(e)||e.getClientRects().length===0)return!1;const t=getComputedStyle(e).getPropertyValue("visibility")==="visible",n=e.closest("details:not([open])");if(!n)return t;if(n!==e){const o=e.closest("summary");if(o&&o.parentNode!==n||o===null)return!1}return t},Po=e=>!e||e.nodeType!==Node.ELEMENT_NODE||e.classList.contains("disabled")?!0:typeof e.disabled<"u"?e.disabled:e.hasAttribute("disabled")&&e.getAttribute("disabled")!=="false",vb=e=>{if(!document.documentElement.attachShadow)return null;if(typeof e.getRootNode=="function"){const t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?vb(e.parentNode):null},Eu=()=>{},Ia=e=>{e.offsetHeight},yb=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,Df=[],DM=e=>{document.readyState==="loading"?(Df.length||document.addEventListener("DOMContentLoaded",()=>{for(const t of Df)t()}),Df.push(e)):e()},or=()=>document.documentElement.dir==="rtl",lr=e=>{DM(()=>{const t=yb();if(t){const n=e.NAME,o=t.fn[n];t.fn[n]=e.jQueryInterface,t.fn[n].Constructor=e,t.fn[n].noConflict=()=>(t.fn[n]=o,e.jQueryInterface)}})},Rn=(e,t=[],n=e)=>typeof e=="function"?e(...t):n,bb=(e,t,n=!0)=>{if(!n){Rn(e);return}const o=5,s=PM(t)+o;let a=!1;const l=({target:c})=>{c===t&&(a=!0,t.removeEventListener(Rd,l),Rn(e))};t.addEventListener(Rd,l),setTimeout(()=>{a||Eb(t)},s)},Rh=(e,t,n,o)=>{const s=e.length;let a=e.indexOf(t);return a===-1?!n&&o?e[s-1]:e[0]:(a+=n?1:-1,o&&(a=(a+s)%s),e[Math.max(0,Math.min(a,s-1))])},NM=/[^.]*(?=\..*)\.|.*/,MM=/\..*/,BM=/::\d+$/,Nf={};let tE=1;const Cb={mouseenter:"mouseover",mouseleave:"mouseout"},kM=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function Tb(e,t){return t&&`${t}::${tE++}`||e.uidEvent||tE++}function wb(e){const t=Tb(e);return e.uidEvent=t,Nf[t]=Nf[t]||{},Nf[t]}function FM(e,t){return function n(o){return Ph(o,{delegateTarget:e}),n.oneOff&&Q.off(e,o.type,t),t.apply(e,[o])}}function $M(e,t,n){return function o(s){const a=e.querySelectorAll(t);for(let{target:l}=s;l&&l!==this;l=l.parentNode)for(const c of a)if(c===l)return Ph(s,{delegateTarget:l}),o.oneOff&&Q.off(e,s.type,t,n),n.apply(l,[s])}}function Sb(e,t,n=null){return Object.values(e).find(o=>o.callable===t&&o.delegationSelector===n)}function Ab(e,t,n){const o=typeof t=="string",s=o?n:t||n;let a=xb(e);return kM.has(a)||(a=e),[o,s,a]}function nE(e,t,n,o,s){if(typeof t!="string"||!e)return;let[a,l,c]=Ab(t,n,o);t in Cb&&(l=(N=>function(x){if(!x.relatedTarget||x.relatedTarget!==x.delegateTarget&&!x.delegateTarget.contains(x.relatedTarget))return N.call(this,x)})(l));const d=wb(e),m=d[c]||(d[c]={}),p=Sb(m,l,a?n:null);if(p){p.oneOff=p.oneOff&&s;return}const E=Tb(l,t.replace(NM,"")),C=a?$M(e,n,l):FM(e,l);C.delegationSelector=a?n:null,C.callable=l,C.oneOff=s,C.uidEvent=E,m[E]=C,e.addEventListener(c,C,a)}function Pd(e,t,n,o,s){const a=Sb(t[n],o,s);a&&(e.removeEventListener(n,a,!!s),delete t[n][a.uidEvent])}function WM(e,t,n,o){const s=t[n]||{};for(const[a,l]of Object.entries(s))a.includes(o)&&Pd(e,t,n,l.callable,l.delegationSelector)}function xb(e){return e=e.replace(MM,""),Cb[e]||e}const Q={on(e,t,n,o){nE(e,t,n,o,!1)},one(e,t,n,o){nE(e,t,n,o,!0)},off(e,t,n,o){if(typeof t!="string"||!e)return;const[s,a,l]=Ab(t,n,o),c=l!==t,d=wb(e),m=d[l]||{},p=t.startsWith(".");if(typeof a<"u"){if(!Object.keys(m).length)return;Pd(e,d,l,a,s?n:null);return}if(p)for(const E of Object.keys(d))WM(e,d,E,t.slice(1));for(const[E,C]of Object.entries(m)){const w=E.replace(BM,"");(!c||t.includes(w))&&Pd(e,d,l,C.callable,C.delegationSelector)}},trigger(e,t,n){if(typeof t!="string"||!e)return null;const o=yb(),s=xb(t),a=t!==s;let l=null,c=!0,d=!0,m=!1;a&&o&&(l=o.Event(t,n),o(e).trigger(l),c=!l.isPropagationStopped(),d=!l.isImmediatePropagationStopped(),m=l.isDefaultPrevented());const p=Ph(new Event(t,{bubbles:c,cancelable:!0}),n);return m&&p.preventDefault(),d&&e.dispatchEvent(p),p.defaultPrevented&&l&&l.preventDefault(),p}};function Ph(e,t={}){for(const[n,o]of Object.entries(t))try{e[n]=o}catch{Object.defineProperty(e,n,{configurable:!0,get(){return o}})}return e}function rE(e){if(e==="true")return!0;if(e==="false")return!1;if(e===Number(e).toString())return Number(e);if(e===""||e==="null")return null;if(typeof e!="string")return e;try{return JSON.parse(decodeURIComponent(e))}catch{return e}}function Mf(e){return e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}const ro={setDataAttribute(e,t,n){e.setAttribute(`data-bs-${Mf(t)}`,n)},removeDataAttribute(e,t){e.removeAttribute(`data-bs-${Mf(t)}`)},getDataAttributes(e){if(!e)return{};const t={},n=Object.keys(e.dataset).filter(o=>o.startsWith("bs")&&!o.startsWith("bsConfig"));for(const o of n){let s=o.replace(/^bs/,"");s=s.charAt(0).toLowerCase()+s.slice(1,s.length),t[s]=rE(e.dataset[o])}return t},getDataAttribute(e,t){return rE(e.getAttribute(`data-bs-${Mf(t)}`))}};class Ra{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(t){return t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t}_mergeConfigObj(t,n){const o=no(n)?ro.getDataAttribute(n,"config"):{};return{...this.constructor.Default,...typeof o=="object"?o:{},...no(n)?ro.getDataAttributes(n):{},...typeof t=="object"?t:{}}}_typeCheckConfig(t,n=this.constructor.DefaultType){for(const[o,s]of Object.entries(n)){const a=t[o],l=no(a)?"element":IM(a);if(!new RegExp(s).test(l))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${o}" provided type "${l}" but expected type "${s}".`)}}}const HM="5.3.3";class yr extends Ra{constructor(t,n){super(),t=Ro(t),t&&(this._element=t,this._config=this._getConfig(n),Pf.set(this._element,this.constructor.DATA_KEY,this))}dispose(){Pf.remove(this._element,this.constructor.DATA_KEY),Q.off(this._element,this.constructor.EVENT_KEY);for(const t of Object.getOwnPropertyNames(this))this[t]=null}_queueCallback(t,n,o=!0){bb(t,n,o)}_getConfig(t){return t=this._mergeConfigObj(t,this._element),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}static getInstance(t){return Pf.get(Ro(t),this.DATA_KEY)}static getOrCreateInstance(t,n={}){return this.getInstance(t)||new this(t,typeof n=="object"?n:null)}static get VERSION(){return HM}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(t){return`${t}${this.EVENT_KEY}`}}const Bf=e=>{let t=e.getAttribute("data-bs-target");if(!t||t==="#"){let n=e.getAttribute("href");if(!n||!n.includes("#")&&!n.startsWith("."))return null;n.includes("#")&&!n.startsWith("#")&&(n=`#${n.split("#")[1]}`),t=n&&n!=="#"?n.trim():null}return t?t.split(",").map(n=>_b(n)).join(","):null},_e={find(e,t=document.documentElement){return[].concat(...Element.prototype.querySelectorAll.call(t,e))},findOne(e,t=document.documentElement){return Element.prototype.querySelector.call(t,e)},children(e,t){return[].concat(...e.children).filter(n=>n.matches(t))},parents(e,t){const n=[];let o=e.parentNode.closest(t);for(;o;)n.push(o),o=o.parentNode.closest(t);return n},prev(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return[n];n=n.previousElementSibling}return[]},next(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return[n];n=n.nextElementSibling}return[]},focusableChildren(e){const t=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map(n=>`${n}:not([tabindex^="-"])`).join(",");return this.find(t,e).filter(n=>!Po(n)&&vs(n))},getSelectorFromElement(e){const t=Bf(e);return t&&_e.findOne(t)?t:null},getElementFromSelector(e){const t=Bf(e);return t?_e.findOne(t):null},getMultipleElementsFromSelector(e){const t=Bf(e);return t?_e.find(t):[]}},zu=(e,t="hide")=>{const n=`click.dismiss${e.EVENT_KEY}`,o=e.NAME;Q.on(document,n,`[data-bs-dismiss="${o}"]`,function(s){if(["A","AREA"].includes(this.tagName)&&s.preventDefault(),Po(this))return;const a=_e.getElementFromSelector(this)||this.closest(`.${o}`);e.getOrCreateInstance(a)[t]()})},UM="alert",VM="bs.alert",Lb=`.${VM}`,GM=`close${Lb}`,jM=`closed${Lb}`,YM="fade",KM="show";class qu extends yr{static get NAME(){return UM}close(){if(Q.trigger(this._element,GM).defaultPrevented)return;this._element.classList.remove(KM);const n=this._element.classList.contains(YM);this._queueCallback(()=>this._destroyElement(),this._element,n)}_destroyElement(){this._element.remove(),Q.trigger(this._element,jM),this.dispose()}static jQueryInterface(t){return this.each(function(){const n=qu.getOrCreateInstance(this);if(typeof t=="string"){if(n[t]===void 0||t.startsWith("_")||t==="constructor")throw new TypeError(`No method named "${t}"`);n[t](this)}})}}zu(qu,"close");lr(qu);const zM="button",qM="bs.button",XM=`.${qM}`,JM=".data-api",ZM="active",oE='[data-bs-toggle="button"]',QM=`click${XM}${JM}`;class Xu extends yr{static get NAME(){return zM}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle(ZM))}static jQueryInterface(t){return this.each(function(){const n=Xu.getOrCreateInstance(this);t==="toggle"&&n[t]()})}}Q.on(document,QM,oE,e=>{e.preventDefault();const t=e.target.closest(oE);Xu.getOrCreateInstance(t).toggle()});lr(Xu);const eB="swipe",ys=".bs.swipe",tB=`touchstart${ys}`,nB=`touchmove${ys}`,rB=`touchend${ys}`,oB=`pointerdown${ys}`,iB=`pointerup${ys}`,sB="touch",aB="pen",lB="pointer-event",uB=40,cB={endCallback:null,leftCallback:null,rightCallback:null},fB={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class vu extends Ra{constructor(t,n){super(),this._element=t,!(!t||!vu.isSupported())&&(this._config=this._getConfig(n),this._deltaX=0,this._supportPointerEvents=!!window.PointerEvent,this._initEvents())}static get Default(){return cB}static get DefaultType(){return fB}static get NAME(){return eB}dispose(){Q.off(this._element,ys)}_start(t){if(!this._supportPointerEvents){this._deltaX=t.touches[0].clientX;return}this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX)}_end(t){this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX-this._deltaX),this._handleSwipe(),Rn(this._config.endCallback)}_move(t){this._deltaX=t.touches&&t.touches.length>1?0:t.touches[0].clientX-this._deltaX}_handleSwipe(){const t=Math.abs(this._deltaX);if(t<=uB)return;const n=t/this._deltaX;this._deltaX=0,n&&Rn(n>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(Q.on(this._element,oB,t=>this._start(t)),Q.on(this._element,iB,t=>this._end(t)),this._element.classList.add(lB)):(Q.on(this._element,tB,t=>this._start(t)),Q.on(this._element,nB,t=>this._move(t)),Q.on(this._element,rB,t=>this._end(t)))}_eventIsPointerPenTouch(t){return this._supportPointerEvents&&(t.pointerType===aB||t.pointerType===sB)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}const dB="carousel",hB="bs.carousel",Wo=`.${hB}`,Ob=".data-api",mB="ArrowLeft",pB="ArrowRight",gB=500,Ks="next",Fi="prev",Vi="left",nu="right",_B=`slide${Wo}`,kf=`slid${Wo}`,EB=`keydown${Wo}`,vB=`mouseenter${Wo}`,yB=`mouseleave${Wo}`,bB=`dragstart${Wo}`,CB=`load${Wo}${Ob}`,TB=`click${Wo}${Ob}`,Ib="carousel",Wl="active",wB="slide",SB="carousel-item-end",AB="carousel-item-start",xB="carousel-item-next",LB="carousel-item-prev",Rb=".active",Pb=".carousel-item",OB=Rb+Pb,IB=".carousel-item img",RB=".carousel-indicators",PB="[data-bs-slide], [data-bs-slide-to]",DB='[data-bs-ride="carousel"]',NB={[mB]:nu,[pB]:Vi},MB={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},BB={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class Pa extends yr{constructor(t,n){super(t,n),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=_e.findOne(RB,this._element),this._addEventListeners(),this._config.ride===Ib&&this.cycle()}static get Default(){return MB}static get DefaultType(){return BB}static get NAME(){return dB}next(){this._slide(Ks)}nextWhenVisible(){!document.hidden&&vs(this._element)&&this.next()}prev(){this._slide(Fi)}pause(){this._isSliding&&Eb(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval(()=>this.nextWhenVisible(),this._config.interval)}_maybeEnableCycle(){if(this._config.ride){if(this._isSliding){Q.one(this._element,kf,()=>this.cycle());return}this.cycle()}}to(t){const n=this._getItems();if(t>n.length-1||t<0)return;if(this._isSliding){Q.one(this._element,kf,()=>this.to(t));return}const o=this._getItemIndex(this._getActive());if(o===t)return;const s=t>o?Ks:Fi;this._slide(s,n[t])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(t){return t.defaultInterval=t.interval,t}_addEventListeners(){this._config.keyboard&&Q.on(this._element,EB,t=>this._keydown(t)),this._config.pause==="hover"&&(Q.on(this._element,vB,()=>this.pause()),Q.on(this._element,yB,()=>this._maybeEnableCycle())),this._config.touch&&vu.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const o of _e.find(IB,this._element))Q.on(o,bB,s=>s.preventDefault());const n={leftCallback:()=>this._slide(this._directionToOrder(Vi)),rightCallback:()=>this._slide(this._directionToOrder(nu)),endCallback:()=>{this._config.pause==="hover"&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(()=>this._maybeEnableCycle(),gB+this._config.interval))}};this._swipeHelper=new vu(this._element,n)}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const n=NB[t.key];n&&(t.preventDefault(),this._slide(this._directionToOrder(n)))}_getItemIndex(t){return this._getItems().indexOf(t)}_setActiveIndicatorElement(t){if(!this._indicatorsElement)return;const n=_e.findOne(Rb,this._indicatorsElement);n.classList.remove(Wl),n.removeAttribute("aria-current");const o=_e.findOne(`[data-bs-slide-to="${t}"]`,this._indicatorsElement);o&&(o.classList.add(Wl),o.setAttribute("aria-current","true"))}_updateInterval(){const t=this._activeElement||this._getActive();if(!t)return;const n=Number.parseInt(t.getAttribute("data-bs-interval"),10);this._config.interval=n||this._config.defaultInterval}_slide(t,n=null){if(this._isSliding)return;const o=this._getActive(),s=t===Ks,a=n||Rh(this._getItems(),o,s,this._config.wrap);if(a===o)return;const l=this._getItemIndex(a),c=w=>Q.trigger(this._element,w,{relatedTarget:a,direction:this._orderToDirection(t),from:this._getItemIndex(o),to:l});if(c(_B).defaultPrevented||!o||!a)return;const m=!!this._interval;this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(l),this._activeElement=a;const p=s?AB:SB,E=s?xB:LB;a.classList.add(E),Ia(a),o.classList.add(p),a.classList.add(p);const C=()=>{a.classList.remove(p,E),a.classList.add(Wl),o.classList.remove(Wl,E,p),this._isSliding=!1,c(kf)};this._queueCallback(C,o,this._isAnimated()),m&&this.cycle()}_isAnimated(){return this._element.classList.contains(wB)}_getActive(){return _e.findOne(OB,this._element)}_getItems(){return _e.find(Pb,this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(t){return or()?t===Vi?Fi:Ks:t===Vi?Ks:Fi}_orderToDirection(t){return or()?t===Fi?Vi:nu:t===Fi?nu:Vi}static jQueryInterface(t){return this.each(function(){const n=Pa.getOrCreateInstance(this,t);if(typeof t=="number"){n.to(t);return}if(typeof t=="string"){if(n[t]===void 0||t.startsWith("_")||t==="constructor")throw new TypeError(`No method named "${t}"`);n[t]()}})}}Q.on(document,TB,PB,function(e){const t=_e.getElementFromSelector(this);if(!t||!t.classList.contains(Ib))return;e.preventDefault();const n=Pa.getOrCreateInstance(t),o=this.getAttribute("data-bs-slide-to");if(o){n.to(o),n._maybeEnableCycle();return}if(ro.getDataAttribute(this,"slide")==="next"){n.next(),n._maybeEnableCycle();return}n.prev(),n._maybeEnableCycle()});Q.on(window,CB,()=>{const e=_e.find(DB);for(const t of e)Pa.getOrCreateInstance(t)});lr(Pa);const kB="collapse",FB="bs.collapse",Da=`.${FB}`,$B=".data-api",WB=`show${Da}`,HB=`shown${Da}`,UB=`hide${Da}`,VB=`hidden${Da}`,GB=`click${Da}${$B}`,Ff="show",Yi="collapse",Hl="collapsing",jB="collapsed",YB=`:scope .${Yi} .${Yi}`,KB="collapse-horizontal",zB="width",qB="height",XB=".collapse.show, .collapse.collapsing",Dd='[data-bs-toggle="collapse"]',JB={parent:null,toggle:!0},ZB={parent:"(null|element)",toggle:"boolean"};class Ca extends yr{constructor(t,n){super(t,n),this._isTransitioning=!1,this._triggerArray=[];const o=_e.find(Dd);for(const s of o){const a=_e.getSelectorFromElement(s),l=_e.find(a).filter(c=>c===this._element);a!==null&&l.length&&this._triggerArray.push(s)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return JB}static get DefaultType(){return ZB}static get NAME(){return kB}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t=[];if(this._config.parent&&(t=this._getFirstLevelChildren(XB).filter(c=>c!==this._element).map(c=>Ca.getOrCreateInstance(c,{toggle:!1}))),t.length&&t[0]._isTransitioning||Q.trigger(this._element,WB).defaultPrevented)return;for(const c of t)c.hide();const o=this._getDimension();this._element.classList.remove(Yi),this._element.classList.add(Hl),this._element.style[o]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const s=()=>{this._isTransitioning=!1,this._element.classList.remove(Hl),this._element.classList.add(Yi,Ff),this._element.style[o]="",Q.trigger(this._element,HB)},l=`scroll${o[0].toUpperCase()+o.slice(1)}`;this._queueCallback(s,this._element,!0),this._element.style[o]=`${this._element[l]}px`}hide(){if(this._isTransitioning||!this._isShown()||Q.trigger(this._element,UB).defaultPrevented)return;const n=this._getDimension();this._element.style[n]=`${this._element.getBoundingClientRect()[n]}px`,Ia(this._element),this._element.classList.add(Hl),this._element.classList.remove(Yi,Ff);for(const s of this._triggerArray){const a=_e.getElementFromSelector(s);a&&!this._isShown(a)&&this._addAriaAndCollapsedClass([s],!1)}this._isTransitioning=!0;const o=()=>{this._isTransitioning=!1,this._element.classList.remove(Hl),this._element.classList.add(Yi),Q.trigger(this._element,VB)};this._element.style[n]="",this._queueCallback(o,this._element,!0)}_isShown(t=this._element){return t.classList.contains(Ff)}_configAfterMerge(t){return t.toggle=!!t.toggle,t.parent=Ro(t.parent),t}_getDimension(){return this._element.classList.contains(KB)?zB:qB}_initializeChildren(){if(!this._config.parent)return;const t=this._getFirstLevelChildren(Dd);for(const n of t){const o=_e.getElementFromSelector(n);o&&this._addAriaAndCollapsedClass([n],this._isShown(o))}}_getFirstLevelChildren(t){const n=_e.find(YB,this._config.parent);return _e.find(t,this._config.parent).filter(o=>!n.includes(o))}_addAriaAndCollapsedClass(t,n){if(t.length)for(const o of t)o.classList.toggle(jB,!n),o.setAttribute("aria-expanded",n)}static jQueryInterface(t){const n={};return typeof t=="string"&&/show|hide/.test(t)&&(n.toggle=!1),this.each(function(){const o=Ca.getOrCreateInstance(this,n);if(typeof t=="string"){if(typeof o[t]>"u")throw new TypeError(`No method named "${t}"`);o[t]()}})}}Q.on(document,GB,Dd,function(e){(e.target.tagName==="A"||e.delegateTarget&&e.delegateTarget.tagName==="A")&&e.preventDefault();for(const t of _e.getMultipleElementsFromSelector(this))Ca.getOrCreateInstance(t,{toggle:!1}).toggle()});lr(Ca);const iE="dropdown",QB="bs.dropdown",_i=`.${QB}`,Dh=".data-api",ek="Escape",sE="Tab",tk="ArrowUp",aE="ArrowDown",nk=2,rk=`hide${_i}`,ok=`hidden${_i}`,ik=`show${_i}`,sk=`shown${_i}`,Db=`click${_i}${Dh}`,Nb=`keydown${_i}${Dh}`,ak=`keyup${_i}${Dh}`,Gi="show",lk="dropup",uk="dropend",ck="dropstart",fk="dropup-center",dk="dropdown-center",ii='[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',hk=`${ii}.${Gi}`,ru=".dropdown-menu",mk=".navbar",pk=".navbar-nav",gk=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",_k=or()?"top-end":"top-start",Ek=or()?"top-start":"top-end",vk=or()?"bottom-end":"bottom-start",yk=or()?"bottom-start":"bottom-end",bk=or()?"left-start":"right-start",Ck=or()?"right-start":"left-start",Tk="top",wk="bottom",Sk={autoClose:!0,boundary:"clippingParents",display:"dynamic",offset:[0,2],popperConfig:null,reference:"toggle"},Ak={autoClose:"(boolean|string)",boundary:"(string|element)",display:"string",offset:"(array|string|function)",popperConfig:"(null|object|function)",reference:"(string|element|object)"};class Mr extends yr{constructor(t,n){super(t,n),this._popper=null,this._parent=this._element.parentNode,this._menu=_e.next(this._element,ru)[0]||_e.prev(this._element,ru)[0]||_e.findOne(ru,this._parent),this._inNavbar=this._detectNavbar()}static get Default(){return Sk}static get DefaultType(){return Ak}static get NAME(){return iE}toggle(){return this._isShown()?this.hide():this.show()}show(){if(Po(this._element)||this._isShown())return;const t={relatedTarget:this._element};if(!Q.trigger(this._element,ik,t).defaultPrevented){if(this._createPopper(),"ontouchstart"in document.documentElement&&!this._parent.closest(pk))for(const o of[].concat(...document.body.children))Q.on(o,"mouseover",Eu);this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add(Gi),this._element.classList.add(Gi),Q.trigger(this._element,sk,t)}}hide(){if(Po(this._element)||!this._isShown())return;const t={relatedTarget:this._element};this._completeHide(t)}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(t){if(!Q.trigger(this._element,rk,t).defaultPrevented){if("ontouchstart"in document.documentElement)for(const o of[].concat(...document.body.children))Q.off(o,"mouseover",Eu);this._popper&&this._popper.destroy(),this._menu.classList.remove(Gi),this._element.classList.remove(Gi),this._element.setAttribute("aria-expanded","false"),ro.removeDataAttribute(this._menu,"popper"),Q.trigger(this._element,ok,t)}}_getConfig(t){if(t=super._getConfig(t),typeof t.reference=="object"&&!no(t.reference)&&typeof t.reference.getBoundingClientRect!="function")throw new TypeError(`${iE.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return t}_createPopper(){if(typeof gb>"u")throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");let t=this._element;this._config.reference==="parent"?t=this._parent:no(this._config.reference)?t=Ro(this._config.reference):typeof this._config.reference=="object"&&(t=this._config.reference);const n=this._getPopperConfig();this._popper=Ih(t,this._menu,n)}_isShown(){return this._menu.classList.contains(Gi)}_getPlacement(){const t=this._parent;if(t.classList.contains(uk))return bk;if(t.classList.contains(ck))return Ck;if(t.classList.contains(fk))return Tk;if(t.classList.contains(dk))return wk;const n=getComputedStyle(this._menu).getPropertyValue("--bs-position").trim()==="end";return t.classList.contains(lk)?n?Ek:_k:n?yk:vk}_detectNavbar(){return this._element.closest(mk)!==null}_getOffset(){const{offset:t}=this._config;return typeof t=="string"?t.split(",").map(n=>Number.parseInt(n,10)):typeof t=="function"?n=>t(n,this._element):t}_getPopperConfig(){const t={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||this._config.display==="static")&&(ro.setDataAttribute(this._menu,"popper","static"),t.modifiers=[{name:"applyStyles",enabled:!1}]),{...t,...Rn(this._config.popperConfig,[t])}}_selectMenuItem({key:t,target:n}){const o=_e.find(gk,this._menu).filter(s=>vs(s));o.length&&Rh(o,n,t===aE,!o.includes(n)).focus()}static jQueryInterface(t){return this.each(function(){const n=Mr.getOrCreateInstance(this,t);if(typeof t=="string"){if(typeof n[t]>"u")throw new TypeError(`No method named "${t}"`);n[t]()}})}static clearMenus(t){if(t.button===nk||t.type==="keyup"&&t.key!==sE)return;const n=_e.find(hk);for(const o of n){const s=Mr.getInstance(o);if(!s||s._config.autoClose===!1)continue;const a=t.composedPath(),l=a.includes(s._menu);if(a.includes(s._element)||s._config.autoClose==="inside"&&!l||s._config.autoClose==="outside"&&l||s._menu.contains(t.target)&&(t.type==="keyup"&&t.key===sE||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;const c={relatedTarget:s._element};t.type==="click"&&(c.clickEvent=t),s._completeHide(c)}}static dataApiKeydownHandler(t){const n=/input|textarea/i.test(t.target.tagName),o=t.key===ek,s=[tk,aE].includes(t.key);if(!s&&!o||n&&!o)return;t.preventDefault();const a=this.matches(ii)?this:_e.prev(this,ii)[0]||_e.next(this,ii)[0]||_e.findOne(ii,t.delegateTarget.parentNode),l=Mr.getOrCreateInstance(a);if(s){t.stopPropagation(),l.show(),l._selectMenuItem(t);return}l._isShown()&&(t.stopPropagation(),l.hide(),a.focus())}}Q.on(document,Nb,ii,Mr.dataApiKeydownHandler);Q.on(document,Nb,ru,Mr.dataApiKeydownHandler);Q.on(document,Db,Mr.clearMenus);Q.on(document,ak,Mr.clearMenus);Q.on(document,Db,ii,function(e){e.preventDefault(),Mr.getOrCreateInstance(this).toggle()});lr(Mr);const Mb="backdrop",xk="fade",lE="show",uE=`mousedown.bs.${Mb}`,Lk={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},Ok={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};class Bb extends Ra{constructor(t){super(),this._config=this._getConfig(t),this._isAppended=!1,this._element=null}static get Default(){return Lk}static get DefaultType(){return Ok}static get NAME(){return Mb}show(t){if(!this._config.isVisible){Rn(t);return}this._append();const n=this._getElement();this._config.isAnimated&&Ia(n),n.classList.add(lE),this._emulateAnimation(()=>{Rn(t)})}hide(t){if(!this._config.isVisible){Rn(t);return}this._getElement().classList.remove(lE),this._emulateAnimation(()=>{this.dispose(),Rn(t)})}dispose(){this._isAppended&&(Q.off(this._element,uE),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){const t=document.createElement("div");t.className=this._config.className,this._config.isAnimated&&t.classList.add(xk),this._element=t}return this._element}_configAfterMerge(t){return t.rootElement=Ro(t.rootElement),t}_append(){if(this._isAppended)return;const t=this._getElement();this._config.rootElement.append(t),Q.on(t,uE,()=>{Rn(this._config.clickCallback)}),this._isAppended=!0}_emulateAnimation(t){bb(t,this._getElement(),this._config.isAnimated)}}const Ik="focustrap",Rk="bs.focustrap",yu=`.${Rk}`,Pk=`focusin${yu}`,Dk=`keydown.tab${yu}`,Nk="Tab",Mk="forward",cE="backward",Bk={autofocus:!0,trapElement:null},kk={autofocus:"boolean",trapElement:"element"};class kb extends Ra{constructor(t){super(),this._config=this._getConfig(t),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return Bk}static get DefaultType(){return kk}static get NAME(){return Ik}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),Q.off(document,yu),Q.on(document,Pk,t=>this._handleFocusin(t)),Q.on(document,Dk,t=>this._handleKeydown(t)),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,Q.off(document,yu))}_handleFocusin(t){const{trapElement:n}=this._config;if(t.target===document||t.target===n||n.contains(t.target))return;const o=_e.focusableChildren(n);o.length===0?n.focus():this._lastTabNavDirection===cE?o[o.length-1].focus():o[0].focus()}_handleKeydown(t){t.key===Nk&&(this._lastTabNavDirection=t.shiftKey?cE:Mk)}}const fE=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",dE=".sticky-top",Ul="padding-right",hE="margin-right";class Nd{constructor(){this._element=document.body}getWidth(){const t=document.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,Ul,n=>n+t),this._setElementAttributes(fE,Ul,n=>n+t),this._setElementAttributes(dE,hE,n=>n-t)}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,Ul),this._resetElementAttributes(fE,Ul),this._resetElementAttributes(dE,hE)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(t,n,o){const s=this.getWidth(),a=l=>{if(l!==this._element&&window.innerWidth>l.clientWidth+s)return;this._saveInitialAttribute(l,n);const c=window.getComputedStyle(l).getPropertyValue(n);l.style.setProperty(n,`${o(Number.parseFloat(c))}px`)};this._applyManipulationCallback(t,a)}_saveInitialAttribute(t,n){const o=t.style.getPropertyValue(n);o&&ro.setDataAttribute(t,n,o)}_resetElementAttributes(t,n){const o=s=>{const a=ro.getDataAttribute(s,n);if(a===null){s.style.removeProperty(n);return}ro.removeDataAttribute(s,n),s.style.setProperty(n,a)};this._applyManipulationCallback(t,o)}_applyManipulationCallback(t,n){if(no(t)){n(t);return}for(const o of _e.find(t,this._element))n(o)}}const Fk="modal",$k="bs.modal",ir=`.${$k}`,Wk=".data-api",Hk="Escape",Uk=`hide${ir}`,Vk=`hidePrevented${ir}`,Fb=`hidden${ir}`,$b=`show${ir}`,Gk=`shown${ir}`,jk=`resize${ir}`,Yk=`click.dismiss${ir}`,Kk=`mousedown.dismiss${ir}`,zk=`keydown.dismiss${ir}`,qk=`click${ir}${Wk}`,mE="modal-open",Xk="fade",pE="show",$f="modal-static",Jk=".modal.show",Zk=".modal-dialog",Qk=".modal-body",eF='[data-bs-toggle="modal"]',tF={backdrop:!0,focus:!0,keyboard:!0},nF={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class us extends yr{constructor(t,n){super(t,n),this._dialog=_e.findOne(Zk,this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new Nd,this._addEventListeners()}static get Default(){return tF}static get DefaultType(){return nF}static get NAME(){return Fk}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||this._isTransitioning||Q.trigger(this._element,$b,{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(mE),this._adjustDialog(),this._backdrop.show(()=>this._showElement(t)))}hide(){!this._isShown||this._isTransitioning||Q.trigger(this._element,Uk).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(pE),this._queueCallback(()=>this._hideModal(),this._element,this._isAnimated()))}dispose(){Q.off(window,ir),Q.off(this._dialog,ir),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new Bb({isVisible:!!this._config.backdrop,isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new kb({trapElement:this._element})}_showElement(t){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const n=_e.findOne(Qk,this._dialog);n&&(n.scrollTop=0),Ia(this._element),this._element.classList.add(pE);const o=()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,Q.trigger(this._element,Gk,{relatedTarget:t})};this._queueCallback(o,this._dialog,this._isAnimated())}_addEventListeners(){Q.on(this._element,zk,t=>{if(t.key===Hk){if(this._config.keyboard){this.hide();return}this._triggerBackdropTransition()}}),Q.on(window,jk,()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()}),Q.on(this._element,Kk,t=>{Q.one(this._element,Yk,n=>{if(!(this._element!==t.target||this._element!==n.target)){if(this._config.backdrop==="static"){this._triggerBackdropTransition();return}this._config.backdrop&&this.hide()}})})}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide(()=>{document.body.classList.remove(mE),this._resetAdjustments(),this._scrollBar.reset(),Q.trigger(this._element,Fb)})}_isAnimated(){return this._element.classList.contains(Xk)}_triggerBackdropTransition(){if(Q.trigger(this._element,Vk).defaultPrevented)return;const n=this._element.scrollHeight>document.documentElement.clientHeight,o=this._element.style.overflowY;o==="hidden"||this._element.classList.contains($f)||(n||(this._element.style.overflowY="hidden"),this._element.classList.add($f),this._queueCallback(()=>{this._element.classList.remove($f),this._queueCallback(()=>{this._element.style.overflowY=o},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){const t=this._element.scrollHeight>document.documentElement.clientHeight,n=this._scrollBar.getWidth(),o=n>0;if(o&&!t){const s=or()?"paddingLeft":"paddingRight";this._element.style[s]=`${n}px`}if(!o&&t){const s=or()?"paddingRight":"paddingLeft";this._element.style[s]=`${n}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(t,n){return this.each(function(){const o=us.getOrCreateInstance(this,t);if(typeof t=="string"){if(typeof o[t]>"u")throw new TypeError(`No method named "${t}"`);o[t](n)}})}}Q.on(document,qk,eF,function(e){const t=_e.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&e.preventDefault(),Q.one(t,$b,s=>{s.defaultPrevented||Q.one(t,Fb,()=>{vs(this)&&this.focus()})});const n=_e.findOne(Jk);n&&us.getInstance(n).hide(),us.getOrCreateInstance(t).toggle(this)});zu(us);lr(us);const rF="offcanvas",oF="bs.offcanvas",co=`.${oF}`,Wb=".data-api",iF=`load${co}${Wb}`,sF="Escape",gE="show",_E="showing",EE="hiding",aF="offcanvas-backdrop",Hb=".offcanvas.show",lF=`show${co}`,uF=`shown${co}`,cF=`hide${co}`,vE=`hidePrevented${co}`,Ub=`hidden${co}`,fF=`resize${co}`,dF=`click${co}${Wb}`,hF=`keydown.dismiss${co}`,mF='[data-bs-toggle="offcanvas"]',pF={backdrop:!0,keyboard:!0,scroll:!1},gF={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class Do extends yr{constructor(t,n){super(t,n),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return pF}static get DefaultType(){return gF}static get NAME(){return rF}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){if(this._isShown||Q.trigger(this._element,lF,{relatedTarget:t}).defaultPrevented)return;this._isShown=!0,this._backdrop.show(),this._config.scroll||new Nd().hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(_E);const o=()=>{(!this._config.scroll||this._config.backdrop)&&this._focustrap.activate(),this._element.classList.add(gE),this._element.classList.remove(_E),Q.trigger(this._element,uF,{relatedTarget:t})};this._queueCallback(o,this._element,!0)}hide(){if(!this._isShown||Q.trigger(this._element,cF).defaultPrevented)return;this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(EE),this._backdrop.hide();const n=()=>{this._element.classList.remove(gE,EE),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||new Nd().reset(),Q.trigger(this._element,Ub)};this._queueCallback(n,this._element,!0)}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const t=()=>{if(this._config.backdrop==="static"){Q.trigger(this._element,vE);return}this.hide()},n=!!this._config.backdrop;return new Bb({className:aF,isVisible:n,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:n?t:null})}_initializeFocusTrap(){return new kb({trapElement:this._element})}_addEventListeners(){Q.on(this._element,hF,t=>{if(t.key===sF){if(this._config.keyboard){this.hide();return}Q.trigger(this._element,vE)}})}static jQueryInterface(t){return this.each(function(){const n=Do.getOrCreateInstance(this,t);if(typeof t=="string"){if(n[t]===void 0||t.startsWith("_")||t==="constructor")throw new TypeError(`No method named "${t}"`);n[t](this)}})}}Q.on(document,dF,mF,function(e){const t=_e.getElementFromSelector(this);if(["A","AREA"].includes(this.tagName)&&e.preventDefault(),Po(this))return;Q.one(t,Ub,()=>{vs(this)&&this.focus()});const n=_e.findOne(Hb);n&&n!==t&&Do.getInstance(n).hide(),Do.getOrCreateInstance(t).toggle(this)});Q.on(window,iF,()=>{for(const e of _e.find(Hb))Do.getOrCreateInstance(e).show()});Q.on(window,fF,()=>{for(const e of _e.find("[aria-modal][class*=show][class*=offcanvas-]"))getComputedStyle(e).position!=="fixed"&&Do.getOrCreateInstance(e).hide()});zu(Do);lr(Do);const _F=/^aria-[\w-]*$/i,Vb={"*":["class","dir","id","lang","role",_F],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],dd:[],div:[],dl:[],dt:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},EF=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),vF=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,yF=(e,t)=>{const n=e.nodeName.toLowerCase();return t.includes(n)?EF.has(n)?!!vF.test(e.nodeValue):!0:t.filter(o=>o instanceof RegExp).some(o=>o.test(n))};function bF(e,t,n){if(!e.length)return e;if(n&&typeof n=="function")return n(e);const s=new window.DOMParser().parseFromString(e,"text/html"),a=[].concat(...s.body.querySelectorAll("*"));for(const l of a){const c=l.nodeName.toLowerCase();if(!Object.keys(t).includes(c)){l.remove();continue}const d=[].concat(...l.attributes),m=[].concat(t["*"]||[],t[c]||[]);for(const p of d)yF(p,m)||l.removeAttribute(p.nodeName)}return s.body.innerHTML}const CF="TemplateFactory",TF={allowList:Vb,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"<div></div>"},wF={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},SF={entry:"(string|element|function|null)",selector:"(string|element)"};class AF extends Ra{constructor(t){super(),this._config=this._getConfig(t)}static get Default(){return TF}static get DefaultType(){return wF}static get NAME(){return CF}getContent(){return Object.values(this._config.content).map(t=>this._resolvePossibleFunction(t)).filter(Boolean)}hasContent(){return this.getContent().length>0}changeContent(t){return this._checkContent(t),this._config.content={...this._config.content,...t},this}toHtml(){const t=document.createElement("div");t.innerHTML=this._maybeSanitize(this._config.template);for(const[s,a]of Object.entries(this._config.content))this._setContent(t,a,s);const n=t.children[0],o=this._resolvePossibleFunction(this._config.extraClass);return o&&n.classList.add(...o.split(" ")),n}_typeCheckConfig(t){super._typeCheckConfig(t),this._checkContent(t.content)}_checkContent(t){for(const[n,o]of Object.entries(t))super._typeCheckConfig({selector:n,entry:o},SF)}_setContent(t,n,o){const s=_e.findOne(o,t);if(s){if(n=this._resolvePossibleFunction(n),!n){s.remove();return}if(no(n)){this._putElementInTemplate(Ro(n),s);return}if(this._config.html){s.innerHTML=this._maybeSanitize(n);return}s.textContent=n}}_maybeSanitize(t){return this._config.sanitize?bF(t,this._config.allowList,this._config.sanitizeFn):t}_resolvePossibleFunction(t){return Rn(t,[this])}_putElementInTemplate(t,n){if(this._config.html){n.innerHTML="",n.append(t);return}n.textContent=t.textContent}}const xF="tooltip",LF=new Set(["sanitize","allowList","sanitizeFn"]),Wf="fade",OF="modal",Vl="show",IF=".tooltip-inner",yE=`.${OF}`,bE="hide.bs.modal",zs="hover",Hf="focus",RF="click",PF="manual",DF="hide",NF="hidden",MF="show",BF="shown",kF="inserted",FF="click",$F="focusin",WF="focusout",HF="mouseenter",UF="mouseleave",VF={AUTO:"auto",TOP:"top",RIGHT:or()?"left":"right",BOTTOM:"bottom",LEFT:or()?"right":"left"},GF={allowList:Vb,animation:!0,boundary:"clippingParents",container:!1,customClass:"",delay:0,fallbackPlacements:["top","right","bottom","left"],html:!1,offset:[0,6],placement:"top",popperConfig:null,sanitize:!0,sanitizeFn:null,selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',title:"",trigger:"hover focus"},jF={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"};class Dr extends yr{constructor(t,n){if(typeof gb>"u")throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(t,n),this._isEnabled=!0,this._timeout=0,this._isHovered=null,this._activeTrigger={},this._popper=null,this._templateFactory=null,this._newContent=null,this.tip=null,this._setListeners(),this._config.selector||this._fixTitle()}static get Default(){return GF}static get DefaultType(){return jF}static get NAME(){return xF}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(){if(this._isEnabled){if(this._activeTrigger.click=!this._activeTrigger.click,this._isShown()){this._leave();return}this._enter()}}dispose(){clearTimeout(this._timeout),Q.off(this._element.closest(yE),bE,this._hideModalHandler),this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title")),this._disposePopper(),super.dispose()}show(){if(this._element.style.display==="none")throw new Error("Please use show on visible elements");if(!(this._isWithContent()&&this._isEnabled))return;const t=Q.trigger(this._element,this.constructor.eventName(MF)),o=(vb(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(t.defaultPrevented||!o)return;this._disposePopper();const s=this._getTipElement();this._element.setAttribute("aria-describedby",s.getAttribute("id"));const{container:a}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(a.append(s),Q.trigger(this._element,this.constructor.eventName(kF))),this._popper=this._createPopper(s),s.classList.add(Vl),"ontouchstart"in document.documentElement)for(const c of[].concat(...document.body.children))Q.on(c,"mouseover",Eu);const l=()=>{Q.trigger(this._element,this.constructor.eventName(BF)),this._isHovered===!1&&this._leave(),this._isHovered=!1};this._queueCallback(l,this.tip,this._isAnimated())}hide(){if(!this._isShown()||Q.trigger(this._element,this.constructor.eventName(DF)).defaultPrevented)return;if(this._getTipElement().classList.remove(Vl),"ontouchstart"in document.documentElement)for(const s of[].concat(...document.body.children))Q.off(s,"mouseover",Eu);this._activeTrigger[RF]=!1,this._activeTrigger[Hf]=!1,this._activeTrigger[zs]=!1,this._isHovered=null;const o=()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute("aria-describedby"),Q.trigger(this._element,this.constructor.eventName(NF)))};this._queueCallback(o,this.tip,this._isAnimated())}update(){this._popper&&this._popper.update()}_isWithContent(){return!!this._getTitle()}_getTipElement(){return this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate())),this.tip}_createTipElement(t){const n=this._getTemplateFactory(t).toHtml();if(!n)return null;n.classList.remove(Wf,Vl),n.classList.add(`bs-${this.constructor.NAME}-auto`);const o=RM(this.constructor.NAME).toString();return n.setAttribute("id",o),this._isAnimated()&&n.classList.add(Wf),n}setContent(t){this._newContent=t,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(t){return this._templateFactory?this._templateFactory.changeContent(t):this._templateFactory=new AF({...this._config,content:t,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{[IF]:this._getTitle()}}_getTitle(){return this._resolvePossibleFunction(this._config.title)||this._element.getAttribute("data-bs-original-title")}_initializeOnDelegatedTarget(t){return this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_isAnimated(){return this._config.animation||this.tip&&this.tip.classList.contains(Wf)}_isShown(){return this.tip&&this.tip.classList.contains(Vl)}_createPopper(t){const n=Rn(this._config.placement,[this,t,this._element]),o=VF[n.toUpperCase()];return Ih(this._element,t,this._getPopperConfig(o))}_getOffset(){const{offset:t}=this._config;return typeof t=="string"?t.split(",").map(n=>Number.parseInt(n,10)):typeof t=="function"?n=>t(n,this._element):t}_resolvePossibleFunction(t){return Rn(t,[this._element])}_getPopperConfig(t){const n={placement:t,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"preSetPlacement",enabled:!0,phase:"beforeMain",fn:o=>{this._getTipElement().setAttribute("data-popper-placement",o.state.placement)}}]};return{...n,...Rn(this._config.popperConfig,[n])}}_setListeners(){const t=this._config.trigger.split(" ");for(const n of t)if(n==="click")Q.on(this._element,this.constructor.eventName(FF),this._config.selector,o=>{this._initializeOnDelegatedTarget(o).toggle()});else if(n!==PF){const o=n===zs?this.constructor.eventName(HF):this.constructor.eventName($F),s=n===zs?this.constructor.eventName(UF):this.constructor.eventName(WF);Q.on(this._element,o,this._config.selector,a=>{const l=this._initializeOnDelegatedTarget(a);l._activeTrigger[a.type==="focusin"?Hf:zs]=!0,l._enter()}),Q.on(this._element,s,this._config.selector,a=>{const l=this._initializeOnDelegatedTarget(a);l._activeTrigger[a.type==="focusout"?Hf:zs]=l._element.contains(a.relatedTarget),l._leave()})}this._hideModalHandler=()=>{this._element&&this.hide()},Q.on(this._element.closest(yE),bE,this._hideModalHandler)}_fixTitle(){const t=this._element.getAttribute("title");t&&(!this._element.getAttribute("aria-label")&&!this._element.textContent.trim()&&this._element.setAttribute("aria-label",t),this._element.setAttribute("data-bs-original-title",t),this._element.removeAttribute("title"))}_enter(){if(this._isShown()||this._isHovered){this._isHovered=!0;return}this._isHovered=!0,this._setTimeout(()=>{this._isHovered&&this.show()},this._config.delay.show)}_leave(){this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout(()=>{this._isHovered||this.hide()},this._config.delay.hide))}_setTimeout(t,n){clearTimeout(this._timeout),this._timeout=setTimeout(t,n)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(t){const n=ro.getDataAttributes(this._element);for(const o of Object.keys(n))LF.has(o)&&delete n[o];return t={...n,...typeof t=="object"&&t?t:{}},t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t.container=t.container===!1?document.body:Ro(t.container),typeof t.delay=="number"&&(t.delay={show:t.delay,hide:t.delay}),typeof t.title=="number"&&(t.title=t.title.toString()),typeof t.content=="number"&&(t.content=t.content.toString()),t}_getDelegateConfig(){const t={};for(const[n,o]of Object.entries(this._config))this.constructor.Default[n]!==o&&(t[n]=o);return t.selector=!1,t.trigger="manual",t}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null),this.tip&&(this.tip.remove(),this.tip=null)}static jQueryInterface(t){return this.each(function(){const n=Dr.getOrCreateInstance(this,t);if(typeof t=="string"){if(typeof n[t]>"u")throw new TypeError(`No method named "${t}"`);n[t]()}})}}lr(Dr);const YF="popover",KF=".popover-header",zF=".popover-body",qF={...Dr.Default,content:"",offset:[0,8],placement:"right",template:'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>',trigger:"click"},XF={...Dr.DefaultType,content:"(null|string|element|function)"};class Nh extends Dr{static get Default(){return qF}static get DefaultType(){return XF}static get NAME(){return YF}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{[KF]:this._getTitle(),[zF]:this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(t){return this.each(function(){const n=Nh.getOrCreateInstance(this,t);if(typeof t=="string"){if(typeof n[t]>"u")throw new TypeError(`No method named "${t}"`);n[t]()}})}}lr(Nh);const JF="scrollspy",ZF="bs.scrollspy",Mh=`.${ZF}`,QF=".data-api",e$=`activate${Mh}`,CE=`click${Mh}`,t$=`load${Mh}${QF}`,n$="dropdown-item",$i="active",r$='[data-bs-spy="scroll"]',Uf="[href]",o$=".nav, .list-group",TE=".nav-link",i$=".nav-item",s$=".list-group-item",a$=`${TE}, ${i$} > ${TE}, ${s$}`,l$=".dropdown",u$=".dropdown-toggle",c$={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},f$={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class Ju extends yr{constructor(t,n){super(t,n),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement=getComputedStyle(this._element).overflowY==="visible"?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return c$}static get DefaultType(){return f$}static get NAME(){return JF}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const t of this._observableSections.values())this._observer.observe(t)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(t){return t.target=Ro(t.target)||document.body,t.rootMargin=t.offset?`${t.offset}px 0px -30%`:t.rootMargin,typeof t.threshold=="string"&&(t.threshold=t.threshold.split(",").map(n=>Number.parseFloat(n))),t}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(Q.off(this._config.target,CE),Q.on(this._config.target,CE,Uf,t=>{const n=this._observableSections.get(t.target.hash);if(n){t.preventDefault();const o=this._rootElement||window,s=n.offsetTop-this._element.offsetTop;if(o.scrollTo){o.scrollTo({top:s,behavior:"smooth"});return}o.scrollTop=s}}))}_getNewObserver(){const t={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver(n=>this._observerCallback(n),t)}_observerCallback(t){const n=l=>this._targetLinks.get(`#${l.target.id}`),o=l=>{this._previousScrollData.visibleEntryTop=l.target.offsetTop,this._process(n(l))},s=(this._rootElement||document.documentElement).scrollTop,a=s>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=s;for(const l of t){if(!l.isIntersecting){this._activeTarget=null,this._clearActiveClass(n(l));continue}const c=l.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(a&&c){if(o(l),!s)return;continue}!a&&!c&&o(l)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const t=_e.find(Uf,this._config.target);for(const n of t){if(!n.hash||Po(n))continue;const o=_e.findOne(decodeURI(n.hash),this._element);vs(o)&&(this._targetLinks.set(decodeURI(n.hash),n),this._observableSections.set(n.hash,o))}}_process(t){this._activeTarget!==t&&(this._clearActiveClass(this._config.target),this._activeTarget=t,t.classList.add($i),this._activateParents(t),Q.trigger(this._element,e$,{relatedTarget:t}))}_activateParents(t){if(t.classList.contains(n$)){_e.findOne(u$,t.closest(l$)).classList.add($i);return}for(const n of _e.parents(t,o$))for(const o of _e.prev(n,a$))o.classList.add($i)}_clearActiveClass(t){t.classList.remove($i);const n=_e.find(`${Uf}.${$i}`,t);for(const o of n)o.classList.remove($i)}static jQueryInterface(t){return this.each(function(){const n=Ju.getOrCreateInstance(this,t);if(typeof t=="string"){if(n[t]===void 0||t.startsWith("_")||t==="constructor")throw new TypeError(`No method named "${t}"`);n[t]()}})}}Q.on(window,t$,()=>{for(const e of _e.find(r$))Ju.getOrCreateInstance(e)});lr(Ju);const d$="tab",h$="bs.tab",Ei=`.${h$}`,m$=`hide${Ei}`,p$=`hidden${Ei}`,g$=`show${Ei}`,_$=`shown${Ei}`,E$=`click${Ei}`,v$=`keydown${Ei}`,y$=`load${Ei}`,b$="ArrowLeft",wE="ArrowRight",C$="ArrowUp",SE="ArrowDown",Vf="Home",AE="End",si="active",xE="fade",Gf="show",T$="dropdown",Gb=".dropdown-toggle",w$=".dropdown-menu",jf=`:not(${Gb})`,S$='.list-group, .nav, [role="tablist"]',A$=".nav-item, .list-group-item",x$=`.nav-link${jf}, .list-group-item${jf}, [role="tab"]${jf}`,jb='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',Yf=`${x$}, ${jb}`,L$=`.${si}[data-bs-toggle="tab"], .${si}[data-bs-toggle="pill"], .${si}[data-bs-toggle="list"]`;class cs extends yr{constructor(t){super(t),this._parent=this._element.closest(S$),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),Q.on(this._element,v$,n=>this._keydown(n)))}static get NAME(){return d$}show(){const t=this._element;if(this._elemIsActive(t))return;const n=this._getActiveElem(),o=n?Q.trigger(n,m$,{relatedTarget:t}):null;Q.trigger(t,g$,{relatedTarget:n}).defaultPrevented||o&&o.defaultPrevented||(this._deactivate(n,t),this._activate(t,n))}_activate(t,n){if(!t)return;t.classList.add(si),this._activate(_e.getElementFromSelector(t));const o=()=>{if(t.getAttribute("role")!=="tab"){t.classList.add(Gf);return}t.removeAttribute("tabindex"),t.setAttribute("aria-selected",!0),this._toggleDropDown(t,!0),Q.trigger(t,_$,{relatedTarget:n})};this._queueCallback(o,t,t.classList.contains(xE))}_deactivate(t,n){if(!t)return;t.classList.remove(si),t.blur(),this._deactivate(_e.getElementFromSelector(t));const o=()=>{if(t.getAttribute("role")!=="tab"){t.classList.remove(Gf);return}t.setAttribute("aria-selected",!1),t.setAttribute("tabindex","-1"),this._toggleDropDown(t,!1),Q.trigger(t,p$,{relatedTarget:n})};this._queueCallback(o,t,t.classList.contains(xE))}_keydown(t){if(![b$,wE,C$,SE,Vf,AE].includes(t.key))return;t.stopPropagation(),t.preventDefault();const n=this._getChildren().filter(s=>!Po(s));let o;if([Vf,AE].includes(t.key))o=n[t.key===Vf?0:n.length-1];else{const s=[wE,SE].includes(t.key);o=Rh(n,t.target,s,!0)}o&&(o.focus({preventScroll:!0}),cs.getOrCreateInstance(o).show())}_getChildren(){return _e.find(Yf,this._parent)}_getActiveElem(){return this._getChildren().find(t=>this._elemIsActive(t))||null}_setInitialAttributes(t,n){this._setAttributeIfNotExists(t,"role","tablist");for(const o of n)this._setInitialAttributesOnChild(o)}_setInitialAttributesOnChild(t){t=this._getInnerElement(t);const n=this._elemIsActive(t),o=this._getOuterElement(t);t.setAttribute("aria-selected",n),o!==t&&this._setAttributeIfNotExists(o,"role","presentation"),n||t.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(t,"role","tab"),this._setInitialAttributesOnTargetPanel(t)}_setInitialAttributesOnTargetPanel(t){const n=_e.getElementFromSelector(t);n&&(this._setAttributeIfNotExists(n,"role","tabpanel"),t.id&&this._setAttributeIfNotExists(n,"aria-labelledby",`${t.id}`))}_toggleDropDown(t,n){const o=this._getOuterElement(t);if(!o.classList.contains(T$))return;const s=(a,l)=>{const c=_e.findOne(a,o);c&&c.classList.toggle(l,n)};s(Gb,si),s(w$,Gf),o.setAttribute("aria-expanded",n)}_setAttributeIfNotExists(t,n,o){t.hasAttribute(n)||t.setAttribute(n,o)}_elemIsActive(t){return t.classList.contains(si)}_getInnerElement(t){return t.matches(Yf)?t:_e.findOne(Yf,t)}_getOuterElement(t){return t.closest(A$)||t}static jQueryInterface(t){return this.each(function(){const n=cs.getOrCreateInstance(this);if(typeof t=="string"){if(n[t]===void 0||t.startsWith("_")||t==="constructor")throw new TypeError(`No method named "${t}"`);n[t]()}})}}Q.on(document,E$,jb,function(e){["A","AREA"].includes(this.tagName)&&e.preventDefault(),!Po(this)&&cs.getOrCreateInstance(this).show()});Q.on(window,y$,()=>{for(const e of _e.find(L$))cs.getOrCreateInstance(e)});lr(cs);const O$="toast",I$="bs.toast",Ho=`.${I$}`,R$=`mouseover${Ho}`,P$=`mouseout${Ho}`,D$=`focusin${Ho}`,N$=`focusout${Ho}`,M$=`hide${Ho}`,B$=`hidden${Ho}`,k$=`show${Ho}`,F$=`shown${Ho}`,$$="fade",LE="hide",Gl="show",jl="showing",W$={animation:"boolean",autohide:"boolean",delay:"number"},H$={animation:!0,autohide:!0,delay:5e3};class Zu extends yr{constructor(t,n){super(t,n),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return H$}static get DefaultType(){return W$}static get NAME(){return O$}show(){if(Q.trigger(this._element,k$).defaultPrevented)return;this._clearTimeout(),this._config.animation&&this._element.classList.add($$);const n=()=>{this._element.classList.remove(jl),Q.trigger(this._element,F$),this._maybeScheduleHide()};this._element.classList.remove(LE),Ia(this._element),this._element.classList.add(Gl,jl),this._queueCallback(n,this._element,this._config.animation)}hide(){if(!this.isShown()||Q.trigger(this._element,M$).defaultPrevented)return;const n=()=>{this._element.classList.add(LE),this._element.classList.remove(jl,Gl),Q.trigger(this._element,B$)};this._element.classList.add(jl),this._queueCallback(n,this._element,this._config.animation)}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(Gl),super.dispose()}isShown(){return this._element.classList.contains(Gl)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(()=>{this.hide()},this._config.delay)))}_onInteraction(t,n){switch(t.type){case"mouseover":case"mouseout":{this._hasMouseInteraction=n;break}case"focusin":case"focusout":{this._hasKeyboardInteraction=n;break}}if(n){this._clearTimeout();return}const o=t.relatedTarget;this._element===o||this._element.contains(o)||this._maybeScheduleHide()}_setListeners(){Q.on(this._element,R$,t=>this._onInteraction(t,!0)),Q.on(this._element,P$,t=>this._onInteraction(t,!1)),Q.on(this._element,D$,t=>this._onInteraction(t,!0)),Q.on(this._element,N$,t=>this._onInteraction(t,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each(function(){const n=Zu.getOrCreateInstance(this,t);if(typeof t=="string"){if(typeof n[t]>"u")throw new TypeError(`No method named "${t}"`);n[t](this)}})}}zu(Zu);lr(Zu);const OE={trigger:"hover",placement:"top",delay:{show:500,hide:0}},Yb={mounted(e,t){return new Dr(e,{...OE,...t.value})},updated(e,t){const n=Dr.getInstance(e);return n!==null&&n.dispose(),new Dr(e,{...OE,...t.value})},unmounted(e){const t=Dr.getInstance(e);t!==null&&t.dispose()}},U$=e=>({Match:t=>{switch(e.Discriminator){case"CardBorderRadiusTopLeft":return t.whenCardBorderRadiusTopLeft();case"CardBorderRadiusTopRight":return t.whenCardBorderRadiusTopRight();case"CardBorderRadiusBottomLeft":return t.whenCardBorderRadiusBottomLeft();case"CardBorderRadiusBottomRight":return t.whenCardBorderRadiusBottomRight();case"ButtonBorderRadiusTopLeft":return t.whenButtonBorderRadiusTopLeft();case"ButtonBorderRadiusTopRight":return t.whenButtonBorderRadiusTopRight();case"ButtonBorderRadiusBottomLeft":return t.whenButtonBorderRadiusBottomLeft();case"ButtonBorderRadiusBottomRight":return t.whenButtonBorderRadiusBottomRight();case"BannerBorderRadiusTopLeft":return t.whenBannerBorderRadiusTopLeft();case"BannerBorderRadiusTopRight":return t.whenBannerBorderRadiusTopRight();case"BannerBorderRadiusBottomLeft":return t.whenBannerBorderRadiusBottomLeft();case"BannerBorderRadiusBottomRight":return t.whenBannerBorderRadiusBottomRight();case"BodyBorderRadiusTopLeft":return t.whenBodyBorderRadiusTopLeft();case"BodyBorderRadiusTopRight":return t.whenBodyBorderRadiusTopRight();case"BodyBorderRadiusBottomLeft":return t.whenBodyBorderRadiusBottomLeft();case"BodyBorderRadiusBottomRight":return t.whenBodyBorderRadiusBottomRight();case"CustomBorderRadius":return t.whenCustomBorderRadius(e.CustomValue)}}}),V$=e=>U$(e.borderRadiusVariant).Match({whenCardBorderRadiusTopLeft:()=>e.cardBorderRadius.TopLeft,whenCardBorderRadiusTopRight:()=>e.cardBorderRadius.TopRight,whenCardBorderRadiusBottomLeft:()=>e.cardBorderRadius.BottomLeft,whenCardBorderRadiusBottomRight:()=>e.cardBorderRadius.BottomRight,whenButtonBorderRadiusTopLeft:()=>e.buttonBorderRadius.TopLeft,whenButtonBorderRadiusTopRight:()=>e.buttonBorderRadius.TopRight,whenButtonBorderRadiusBottomLeft:()=>e.buttonBorderRadius.BottomLeft,whenButtonBorderRadiusBottomRight:()=>e.buttonBorderRadius.BottomRight,whenBannerBorderRadiusTopLeft:()=>e.bannerBorderRadius.TopLeft,whenBannerBorderRadiusTopRight:()=>e.bannerBorderRadius.TopRight,whenBannerBorderRadiusBottomLeft:()=>e.bannerBorderRadius.BottomLeft,whenBannerBorderRadiusBottomRight:()=>e.bannerBorderRadius.BottomRight,whenBodyBorderRadiusTopLeft:()=>e.bodyBorderRadius.TopLeft,whenBodyBorderRadiusTopRight:()=>e.bodyBorderRadius.TopRight,whenBodyBorderRadiusBottomLeft:()=>e.bodyBorderRadius.BottomLeft,whenBodyBorderRadiusBottomRight:()=>e.bodyBorderRadius.BottomRight,whenCustomBorderRadius:t=>t}),No=e=>{const t=n=>V$({borderRadiusVariant:n,cardBorderRadius:e.borderRadiusCard,buttonBorderRadius:e.borderButtonRadius,bannerBorderRadius:e.borderBannerRadius,bodyBorderRadius:e.bodyBorderRadius})+"px";return{borderTopLeftRadius:t(e.borderRadius.TopLeft),borderTopRightRadius:t(e.borderRadius.TopRight),borderBottomLeftRadius:t(e.borderRadius.BottomLeft),borderBottomRightRadius:t(e.borderRadius.BottomRight)}},tn=e=>G$(e.paddingExpression).Match({whenThemeValue:t=>j$(t).Match({whenThemePaddingsSmall:()=>e.themeComponentPaddings.Small,whenThemePaddingsMedium:()=>e.themeComponentPaddings.Medium,whenThemePaddingsLarge:()=>e.themeComponentPaddings.Large,whenThemePaddingsHuge:()=>e.themeComponentPaddings.Huge,whenBodyPaddingsTop:()=>e.themeBodyPaddings.Top,whenBodyPaddingsRight:()=>e.themeBodyPaddings.Right,whenBodyPaddingsBottom:()=>e.themeBodyPaddings.Bottom,whenBodyPaddingsLeft:()=>e.themeBodyPaddings.Left}),whenMinusExpression:t=>tn({paddingExpression:t.Left,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})-tn({paddingExpression:t.Right,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings}),whenDivideExpression:t=>tn({paddingExpression:t.Left,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})/tn({paddingExpression:t.Right,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings}),whenValue:t=>t}),G$=e=>({Match:t=>{if(e.ThemePadding!==void 0)return t.whenThemeValue(e.ThemePadding);if(e.MinusExpression!==void 0)return t.whenMinusExpression(e.MinusExpression);if(e.DivideExpression!==void 0)return t.whenDivideExpression(e.DivideExpression);if(e.CustomValue!==void 0)return t.whenValue(e.CustomValue);throw Error("")}}),j$=e=>({Match:t=>{switch(e){case"ThemePaddingsSmall":return t.whenThemePaddingsSmall();case"ThemePaddingsMedium":return t.whenThemePaddingsMedium();case"ThemePaddingsLarge":return t.whenThemePaddingsLarge();case"ThemePaddingsHuge":return t.whenThemePaddingsHuge();case"BodyPaddingsTop":return t.whenBodyPaddingsTop();case"BodyPaddingsRight":return t.whenBodyPaddingsRight();case"BodyPaddingsBottom":return t.whenBodyPaddingsBottom();case"BodyPaddingsLeft":return t.whenBodyPaddingsLeft()}throw Error("")}}),IE=e=>({paddingTop:tn({paddingExpression:e.paddings.Top,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})+"px",paddingBottom:tn({paddingExpression:e.paddings.Bottom,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})+"px",paddingLeft:e.fullWidth?0:e.themeBodyPaddings.Left+"px",paddingRight:e.fullWidth?0:e.themeBodyPaddings.Right+"px"}),Kb=e=>e.directionRtl?{"padding-right":e.paddingSize*(e.index%e.numberColumnsInLine/e.numberColumnsInLine)+"px","padding-left":e.paddingSize*((e.numberColumnsInLine-1-e.index%e.numberColumnsInLine)/e.numberColumnsInLine)+"px"}:{"padding-left":e.paddingSize*(e.index%e.numberColumnsInLine/e.numberColumnsInLine)+"px","padding-right":e.paddingSize*((e.numberColumnsInLine-1-e.index%e.numberColumnsInLine)/e.numberColumnsInLine)+"px"},Y$=e=>({Match:t=>{switch(e.Discriminator){case"EmailBackgroundColor":return t.whenEmailBackgroundColor();case"BodyColor":return t.whenBodyColor();case"TitleColor":return t.whenTitleColor();case"HeadingColor":return t.whenHeadingColor();case"SubHeadingColor":return t.whenSubHeading();case"LargeTextColor":return t.whenLargeTextColor();case"NormalTextColor":return t.whenNormalTextColor();case"DescriptionTextColor":return t.whenDescriptionTextColor();case"PrimaryTextColor":return t.whenPrimaryTextColor();case"SecondaryTextColor":return t.whenSecondaryTextColor();case"ButtonTextColor":return t.whenButtonTextColor();case"LinkColor":return t.whenLinkColor();case"PrimaryColor":return t.whenPrimaryColor();case"SecondaryColor":return t.whenSecondaryColor();case"CardBackgroundColor":return t.whenCardBackgroundColor();case"Custom":return t.whenCustom(e.CustomValue);default:return _s(e.Discriminator)}}}),ou=e=>Y$(e.borderColor).Match({whenEmailBackgroundColor:()=>e.themeColors.EmailBackgroundColor,whenBodyColor:()=>e.themeColors.BodyColor,whenTitleColor:()=>e.themeColors.TitleColor,whenHeadingColor:()=>e.themeColors.HeadingColor,whenSubHeading:()=>e.themeColors.SubHeadingColor,whenLargeTextColor:()=>e.themeColors.LargeTextColor,whenNormalTextColor:()=>e.themeColors.NormalTextColor,whenDescriptionTextColor:()=>e.themeColors.DescriptionTextColor,whenPrimaryTextColor:()=>e.themeColors.PrimaryTextColor,whenSecondaryTextColor:()=>e.themeColors.SecondaryTextColor,whenLinkColor:()=>e.themeColors.LinkColor,whenPrimaryColor:()=>e.themeColors.PrimaryColor,whenSecondaryColor:()=>e.themeColors.SecondaryColor,whenCardBackgroundColor:()=>e.themeColors.CardBackgroundColor,whenButtonTextColor:()=>e.themeColors.ButtonTextColor,whenCustom:t=>t}),mi=e=>({borderTop:Yl(e.border.Top,e.themeColors),borderRight:Yl(e.border.Right,e.themeColors),borderBottom:Yl(e.border.Bottom,e.themeColors),borderLeft:Yl(e.border.Left,e.themeColors)}),K$=e=>({Match:t=>{switch(e.Style){case"None":return t.whenNone();case"Solid":return t.whenSolid();case"Dashed":return t.whenDashed();case"Dotted":return t.whenDotted()}}}),Yl=(e,t)=>K$(e).Match({whenNone:()=>"",whenSolid:()=>`
|
|
43
|
+
*/const vr=new Map,Ad={set(e,t,n){vr.has(e)||vr.set(e,new Map);const r=vr.get(e);if(!r.has(t)&&r.size!==0){console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(r.keys())[0]}.`);return}r.set(t,n)},get(e,t){return vr.has(e)&&vr.get(e).get(t)||null},remove(e,t){if(!vr.has(e))return;const n=vr.get(e);n.delete(t),n.size===0&&vr.delete(e)}},A1=1e6,I1=1e3,Am="transitionend",yF=e=>(e&&window.CSS&&window.CSS.escape&&(e=e.replace(/#([^\s"#']+)/g,(t,n)=>`#${CSS.escape(n)}`)),e),N1=e=>e==null?`${e}`:Object.prototype.toString.call(e).match(/\s([a-z]+)/i)[1].toLowerCase(),P1=e=>{do e+=Math.floor(Math.random()*A1);while(document.getElementById(e));return e},V1=e=>{if(!e)return 0;let{transitionDuration:t,transitionDelay:n}=window.getComputedStyle(e);const r=Number.parseFloat(t),s=Number.parseFloat(n);return!r&&!s?0:(t=t.split(",")[0],n=n.split(",")[0],(Number.parseFloat(t)+Number.parseFloat(n))*I1)},FF=e=>{e.dispatchEvent(new Event(Am))},or=e=>!e||typeof e!="object"?!1:(typeof e.jquery<"u"&&(e=e[0]),typeof e.nodeType<"u"),wr=e=>or(e)?e.jquery?e[0]:e:typeof e=="string"&&e.length>0?document.querySelector(yF(e)):null,ys=e=>{if(!or(e)||e.getClientRects().length===0)return!1;const t=getComputedStyle(e).getPropertyValue("visibility")==="visible",n=e.closest("details:not([open])");if(!n)return t;if(n!==e){const r=e.closest("summary");if(r&&r.parentNode!==n||r===null)return!1}return t},Ar=e=>!e||e.nodeType!==Node.ELEMENT_NODE||e.classList.contains("disabled")?!0:typeof e.disabled<"u"?e.disabled:e.hasAttribute("disabled")&&e.getAttribute("disabled")!=="false",TF=e=>{if(!document.documentElement.attachShadow)return null;if(typeof e.getRootNode=="function"){const t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?TF(e.parentNode):null},yu=()=>{},xa=e=>{e.offsetHeight},EF=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,Id=[],O1=e=>{document.readyState==="loading"?(Id.length||document.addEventListener("DOMContentLoaded",()=>{for(const t of Id)t()}),Id.push(e)):e()},io=()=>document.documentElement.dir==="rtl",uo=e=>{O1(()=>{const t=EF();if(t){const n=e.NAME,r=t.fn[n];t.fn[n]=e.jQueryInterface,t.fn[n].Constructor=e,t.fn[n].noConflict=()=>(t.fn[n]=r,e.jQueryInterface)}})},wn=(e,t=[],n=e)=>typeof e=="function"?e(...t):n,vF=(e,t,n=!0)=>{if(!n){wn(e);return}const r=5,s=V1(t)+r;let a=!1;const l=({target:c})=>{c===t&&(a=!0,t.removeEventListener(Am,l),wn(e))};t.addEventListener(Am,l),setTimeout(()=>{a||FF(t)},s)},Af=(e,t,n,r)=>{const s=e.length;let a=e.indexOf(t);return a===-1?!n&&r?e[s-1]:e[0]:(a+=n?1:-1,r&&(a=(a+s)%s),e[Math.max(0,Math.min(a,s-1))])},k1=/[^.]*(?=\..*)\.|.*/,M1=/\..*/,W1=/::\d+$/,Nd={};let r0=1;const bF={mouseenter:"mouseover",mouseleave:"mouseout"},H1=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function SF(e,t){return t&&`${t}::${r0++}`||e.uidEvent||r0++}function RF(e){const t=SF(e);return e.uidEvent=t,Nd[t]=Nd[t]||{},Nd[t]}function $1(e,t){return function n(r){return If(r,{delegateTarget:e}),n.oneOff&&Q.off(e,r.type,t),t.apply(e,[r])}}function U1(e,t,n){return function r(s){const a=e.querySelectorAll(t);for(let{target:l}=s;l&&l!==this;l=l.parentNode)for(const c of a)if(c===l)return If(s,{delegateTarget:l}),r.oneOff&&Q.off(e,s.type,t,n),n.apply(l,[s])}}function DF(e,t,n=null){return Object.values(e).find(r=>r.callable===t&&r.delegationSelector===n)}function LF(e,t,n){const r=typeof t=="string",s=r?n:t||n;let a=BF(e);return H1.has(a)||(a=e),[r,s,a]}function i0(e,t,n,r,s){if(typeof t!="string"||!e)return;let[a,l,c]=LF(t,n,r);t in bF&&(l=(N=>function(D){if(!D.relatedTarget||D.relatedTarget!==D.delegateTarget&&!D.delegateTarget.contains(D.relatedTarget))return N.call(this,D)})(l));const d=RF(e),f=d[c]||(d[c]={}),p=DF(f,l,a?n:null);if(p){p.oneOff=p.oneOff&&s;return}const _=SF(l,t.replace(k1,"")),E=a?U1(e,n,l):$1(e,l);E.delegationSelector=a?n:null,E.callable=l,E.oneOff=s,E.uidEvent=_,f[_]=E,e.addEventListener(c,E,a)}function Im(e,t,n,r,s){const a=DF(t[n],r,s);a&&(e.removeEventListener(n,a,!!s),delete t[n][a.uidEvent])}function z1(e,t,n,r){const s=t[n]||{};for(const[a,l]of Object.entries(s))a.includes(r)&&Im(e,t,n,l.callable,l.delegationSelector)}function BF(e){return e=e.replace(M1,""),bF[e]||e}const Q={on(e,t,n,r){i0(e,t,n,r,!1)},one(e,t,n,r){i0(e,t,n,r,!0)},off(e,t,n,r){if(typeof t!="string"||!e)return;const[s,a,l]=LF(t,n,r),c=l!==t,d=RF(e),f=d[l]||{},p=t.startsWith(".");if(typeof a<"u"){if(!Object.keys(f).length)return;Im(e,d,l,a,s?n:null);return}if(p)for(const _ of Object.keys(d))z1(e,d,_,t.slice(1));for(const[_,E]of Object.entries(f)){const b=_.replace(W1,"");(!c||t.includes(b))&&Im(e,d,l,E.callable,E.delegationSelector)}},trigger(e,t,n){if(typeof t!="string"||!e)return null;const r=EF(),s=BF(t),a=t!==s;let l=null,c=!0,d=!0,f=!1;a&&r&&(l=r.Event(t,n),r(e).trigger(l),c=!l.isPropagationStopped(),d=!l.isImmediatePropagationStopped(),f=l.isDefaultPrevented());const p=If(new Event(t,{bubbles:c,cancelable:!0}),n);return f&&p.preventDefault(),d&&e.dispatchEvent(p),p.defaultPrevented&&l&&l.preventDefault(),p}};function If(e,t={}){for(const[n,r]of Object.entries(t))try{e[n]=r}catch{Object.defineProperty(e,n,{configurable:!0,get(){return r}})}return e}function s0(e){if(e==="true")return!0;if(e==="false")return!1;if(e===Number(e).toString())return Number(e);if(e===""||e==="null")return null;if(typeof e!="string")return e;try{return JSON.parse(decodeURIComponent(e))}catch{return e}}function Pd(e){return e.replace(/[A-Z]/g,t=>`-${t.toLowerCase()}`)}const rr={setDataAttribute(e,t,n){e.setAttribute(`data-bs-${Pd(t)}`,n)},removeDataAttribute(e,t){e.removeAttribute(`data-bs-${Pd(t)}`)},getDataAttributes(e){if(!e)return{};const t={},n=Object.keys(e.dataset).filter(r=>r.startsWith("bs")&&!r.startsWith("bsConfig"));for(const r of n){let s=r.replace(/^bs/,"");s=s.charAt(0).toLowerCase()+s.slice(1,s.length),t[s]=s0(e.dataset[r])}return t},getDataAttribute(e,t){return s0(e.getAttribute(`data-bs-${Pd(t)}`))}};class wa{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(t){return t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t}_mergeConfigObj(t,n){const r=or(n)?rr.getDataAttribute(n,"config"):{};return{...this.constructor.Default,...typeof r=="object"?r:{},...or(n)?rr.getDataAttributes(n):{},...typeof t=="object"?t:{}}}_typeCheckConfig(t,n=this.constructor.DefaultType){for(const[r,s]of Object.entries(n)){const a=t[r],l=or(a)?"element":N1(a);if(!new RegExp(s).test(l))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${r}" provided type "${l}" but expected type "${s}".`)}}}const j1="5.3.3";class To extends wa{constructor(t,n){super(),t=wr(t),t&&(this._element=t,this._config=this._getConfig(n),Ad.set(this._element,this.constructor.DATA_KEY,this))}dispose(){Ad.remove(this._element,this.constructor.DATA_KEY),Q.off(this._element,this.constructor.EVENT_KEY);for(const t of Object.getOwnPropertyNames(this))this[t]=null}_queueCallback(t,n,r=!0){vF(t,n,r)}_getConfig(t){return t=this._mergeConfigObj(t,this._element),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}static getInstance(t){return Ad.get(wr(t),this.DATA_KEY)}static getOrCreateInstance(t,n={}){return this.getInstance(t)||new this(t,typeof n=="object"?n:null)}static get VERSION(){return j1}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(t){return`${t}${this.EVENT_KEY}`}}const Vd=e=>{let t=e.getAttribute("data-bs-target");if(!t||t==="#"){let n=e.getAttribute("href");if(!n||!n.includes("#")&&!n.startsWith("."))return null;n.includes("#")&&!n.startsWith("#")&&(n=`#${n.split("#")[1]}`),t=n&&n!=="#"?n.trim():null}return t?t.split(",").map(n=>yF(n)).join(","):null},Ce={find(e,t=document.documentElement){return[].concat(...Element.prototype.querySelectorAll.call(t,e))},findOne(e,t=document.documentElement){return Element.prototype.querySelector.call(t,e)},children(e,t){return[].concat(...e.children).filter(n=>n.matches(t))},parents(e,t){const n=[];let r=e.parentNode.closest(t);for(;r;)n.push(r),r=r.parentNode.closest(t);return n},prev(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return[n];n=n.previousElementSibling}return[]},next(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return[n];n=n.nextElementSibling}return[]},focusableChildren(e){const t=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map(n=>`${n}:not([tabindex^="-"])`).join(",");return this.find(t,e).filter(n=>!Ar(n)&&ys(n))},getSelectorFromElement(e){const t=Vd(e);return t&&Ce.findOne(t)?t:null},getElementFromSelector(e){const t=Vd(e);return t?Ce.findOne(t):null},getMultipleElementsFromSelector(e){const t=Vd(e);return t?Ce.find(t):[]}},qu=(e,t="hide")=>{const n=`click.dismiss${e.EVENT_KEY}`,r=e.NAME;Q.on(document,n,`[data-bs-dismiss="${r}"]`,function(s){if(["A","AREA"].includes(this.tagName)&&s.preventDefault(),Ar(this))return;const a=Ce.getElementFromSelector(this)||this.closest(`.${r}`);e.getOrCreateInstance(a)[t]()})},G1="alert",Y1="bs.alert",xF=`.${Y1}`,K1=`close${xF}`,q1=`closed${xF}`,X1="fade",J1="show";class Xu extends To{static get NAME(){return G1}close(){if(Q.trigger(this._element,K1).defaultPrevented)return;this._element.classList.remove(J1);const n=this._element.classList.contains(X1);this._queueCallback(()=>this._destroyElement(),this._element,n)}_destroyElement(){this._element.remove(),Q.trigger(this._element,q1),this.dispose()}static jQueryInterface(t){return this.each(function(){const n=Xu.getOrCreateInstance(this);if(typeof t=="string"){if(n[t]===void 0||t.startsWith("_")||t==="constructor")throw new TypeError(`No method named "${t}"`);n[t](this)}})}}qu(Xu,"close");uo(Xu);const Z1="button",Q1="bs.button",eV=`.${Q1}`,tV=".data-api",nV="active",a0='[data-bs-toggle="button"]',oV=`click${eV}${tV}`;class Ju extends To{static get NAME(){return Z1}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle(nV))}static jQueryInterface(t){return this.each(function(){const n=Ju.getOrCreateInstance(this);t==="toggle"&&n[t]()})}}Q.on(document,oV,a0,e=>{e.preventDefault();const t=e.target.closest(a0);Ju.getOrCreateInstance(t).toggle()});uo(Ju);const rV="swipe",Fs=".bs.swipe",iV=`touchstart${Fs}`,sV=`touchmove${Fs}`,aV=`touchend${Fs}`,lV=`pointerdown${Fs}`,uV=`pointerup${Fs}`,cV="touch",dV="pen",mV="pointer-event",fV=40,hV={endCallback:null,leftCallback:null,rightCallback:null},pV={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class Fu extends wa{constructor(t,n){super(),this._element=t,!(!t||!Fu.isSupported())&&(this._config=this._getConfig(n),this._deltaX=0,this._supportPointerEvents=!!window.PointerEvent,this._initEvents())}static get Default(){return hV}static get DefaultType(){return pV}static get NAME(){return rV}dispose(){Q.off(this._element,Fs)}_start(t){if(!this._supportPointerEvents){this._deltaX=t.touches[0].clientX;return}this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX)}_end(t){this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX-this._deltaX),this._handleSwipe(),wn(this._config.endCallback)}_move(t){this._deltaX=t.touches&&t.touches.length>1?0:t.touches[0].clientX-this._deltaX}_handleSwipe(){const t=Math.abs(this._deltaX);if(t<=fV)return;const n=t/this._deltaX;this._deltaX=0,n&&wn(n>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(Q.on(this._element,lV,t=>this._start(t)),Q.on(this._element,uV,t=>this._end(t)),this._element.classList.add(mV)):(Q.on(this._element,iV,t=>this._start(t)),Q.on(this._element,sV,t=>this._move(t)),Q.on(this._element,aV,t=>this._end(t)))}_eventIsPointerPenTouch(t){return this._supportPointerEvents&&(t.pointerType===dV||t.pointerType===cV)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}const gV="carousel",CV="bs.carousel",Wr=`.${CV}`,wF=".data-api",_V="ArrowLeft",yV="ArrowRight",FV=500,Ys="next",ki="prev",Ui="left",nu="right",TV=`slide${Wr}`,Od=`slid${Wr}`,EV=`keydown${Wr}`,vV=`mouseenter${Wr}`,bV=`mouseleave${Wr}`,SV=`dragstart${Wr}`,RV=`load${Wr}${wF}`,DV=`click${Wr}${wF}`,AF="carousel",Wl="active",LV="slide",BV="carousel-item-end",xV="carousel-item-start",wV="carousel-item-next",AV="carousel-item-prev",IF=".active",NF=".carousel-item",IV=IF+NF,NV=".carousel-item img",PV=".carousel-indicators",VV="[data-bs-slide], [data-bs-slide-to]",OV='[data-bs-ride="carousel"]',kV={[_V]:nu,[yV]:Ui},MV={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},WV={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class Aa extends To{constructor(t,n){super(t,n),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=Ce.findOne(PV,this._element),this._addEventListeners(),this._config.ride===AF&&this.cycle()}static get Default(){return MV}static get DefaultType(){return WV}static get NAME(){return gV}next(){this._slide(Ys)}nextWhenVisible(){!document.hidden&&ys(this._element)&&this.next()}prev(){this._slide(ki)}pause(){this._isSliding&&FF(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval(()=>this.nextWhenVisible(),this._config.interval)}_maybeEnableCycle(){if(this._config.ride){if(this._isSliding){Q.one(this._element,Od,()=>this.cycle());return}this.cycle()}}to(t){const n=this._getItems();if(t>n.length-1||t<0)return;if(this._isSliding){Q.one(this._element,Od,()=>this.to(t));return}const r=this._getItemIndex(this._getActive());if(r===t)return;const s=t>r?Ys:ki;this._slide(s,n[t])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(t){return t.defaultInterval=t.interval,t}_addEventListeners(){this._config.keyboard&&Q.on(this._element,EV,t=>this._keydown(t)),this._config.pause==="hover"&&(Q.on(this._element,vV,()=>this.pause()),Q.on(this._element,bV,()=>this._maybeEnableCycle())),this._config.touch&&Fu.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const r of Ce.find(NV,this._element))Q.on(r,SV,s=>s.preventDefault());const n={leftCallback:()=>this._slide(this._directionToOrder(Ui)),rightCallback:()=>this._slide(this._directionToOrder(nu)),endCallback:()=>{this._config.pause==="hover"&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(()=>this._maybeEnableCycle(),FV+this._config.interval))}};this._swipeHelper=new Fu(this._element,n)}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const n=kV[t.key];n&&(t.preventDefault(),this._slide(this._directionToOrder(n)))}_getItemIndex(t){return this._getItems().indexOf(t)}_setActiveIndicatorElement(t){if(!this._indicatorsElement)return;const n=Ce.findOne(IF,this._indicatorsElement);n.classList.remove(Wl),n.removeAttribute("aria-current");const r=Ce.findOne(`[data-bs-slide-to="${t}"]`,this._indicatorsElement);r&&(r.classList.add(Wl),r.setAttribute("aria-current","true"))}_updateInterval(){const t=this._activeElement||this._getActive();if(!t)return;const n=Number.parseInt(t.getAttribute("data-bs-interval"),10);this._config.interval=n||this._config.defaultInterval}_slide(t,n=null){if(this._isSliding)return;const r=this._getActive(),s=t===Ys,a=n||Af(this._getItems(),r,s,this._config.wrap);if(a===r)return;const l=this._getItemIndex(a),c=b=>Q.trigger(this._element,b,{relatedTarget:a,direction:this._orderToDirection(t),from:this._getItemIndex(r),to:l});if(c(TV).defaultPrevented||!r||!a)return;const f=!!this._interval;this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(l),this._activeElement=a;const p=s?xV:BV,_=s?wV:AV;a.classList.add(_),xa(a),r.classList.add(p),a.classList.add(p);const E=()=>{a.classList.remove(p,_),a.classList.add(Wl),r.classList.remove(Wl,_,p),this._isSliding=!1,c(Od)};this._queueCallback(E,r,this._isAnimated()),f&&this.cycle()}_isAnimated(){return this._element.classList.contains(LV)}_getActive(){return Ce.findOne(IV,this._element)}_getItems(){return Ce.find(NF,this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(t){return io()?t===Ui?ki:Ys:t===Ui?Ys:ki}_orderToDirection(t){return io()?t===ki?Ui:nu:t===ki?nu:Ui}static jQueryInterface(t){return this.each(function(){const n=Aa.getOrCreateInstance(this,t);if(typeof t=="number"){n.to(t);return}if(typeof t=="string"){if(n[t]===void 0||t.startsWith("_")||t==="constructor")throw new TypeError(`No method named "${t}"`);n[t]()}})}}Q.on(document,DV,VV,function(e){const t=Ce.getElementFromSelector(this);if(!t||!t.classList.contains(AF))return;e.preventDefault();const n=Aa.getOrCreateInstance(t),r=this.getAttribute("data-bs-slide-to");if(r){n.to(r),n._maybeEnableCycle();return}if(rr.getDataAttribute(this,"slide")==="next"){n.next(),n._maybeEnableCycle();return}n.prev(),n._maybeEnableCycle()});Q.on(window,RV,()=>{const e=Ce.find(OV);for(const t of e)Aa.getOrCreateInstance(t)});uo(Aa);const HV="collapse",$V="bs.collapse",Ia=`.${$V}`,UV=".data-api",zV=`show${Ia}`,jV=`shown${Ia}`,GV=`hide${Ia}`,YV=`hidden${Ia}`,KV=`click${Ia}${UV}`,kd="show",Gi="collapse",Hl="collapsing",qV="collapsed",XV=`:scope .${Gi} .${Gi}`,JV="collapse-horizontal",ZV="width",QV="height",eO=".collapse.show, .collapse.collapsing",Nm='[data-bs-toggle="collapse"]',tO={parent:null,toggle:!0},nO={parent:"(null|element)",toggle:"boolean"};class Ea extends To{constructor(t,n){super(t,n),this._isTransitioning=!1,this._triggerArray=[];const r=Ce.find(Nm);for(const s of r){const a=Ce.getSelectorFromElement(s),l=Ce.find(a).filter(c=>c===this._element);a!==null&&l.length&&this._triggerArray.push(s)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return tO}static get DefaultType(){return nO}static get NAME(){return HV}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t=[];if(this._config.parent&&(t=this._getFirstLevelChildren(eO).filter(c=>c!==this._element).map(c=>Ea.getOrCreateInstance(c,{toggle:!1}))),t.length&&t[0]._isTransitioning||Q.trigger(this._element,zV).defaultPrevented)return;for(const c of t)c.hide();const r=this._getDimension();this._element.classList.remove(Gi),this._element.classList.add(Hl),this._element.style[r]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const s=()=>{this._isTransitioning=!1,this._element.classList.remove(Hl),this._element.classList.add(Gi,kd),this._element.style[r]="",Q.trigger(this._element,jV)},l=`scroll${r[0].toUpperCase()+r.slice(1)}`;this._queueCallback(s,this._element,!0),this._element.style[r]=`${this._element[l]}px`}hide(){if(this._isTransitioning||!this._isShown()||Q.trigger(this._element,GV).defaultPrevented)return;const n=this._getDimension();this._element.style[n]=`${this._element.getBoundingClientRect()[n]}px`,xa(this._element),this._element.classList.add(Hl),this._element.classList.remove(Gi,kd);for(const s of this._triggerArray){const a=Ce.getElementFromSelector(s);a&&!this._isShown(a)&&this._addAriaAndCollapsedClass([s],!1)}this._isTransitioning=!0;const r=()=>{this._isTransitioning=!1,this._element.classList.remove(Hl),this._element.classList.add(Gi),Q.trigger(this._element,YV)};this._element.style[n]="",this._queueCallback(r,this._element,!0)}_isShown(t=this._element){return t.classList.contains(kd)}_configAfterMerge(t){return t.toggle=!!t.toggle,t.parent=wr(t.parent),t}_getDimension(){return this._element.classList.contains(JV)?ZV:QV}_initializeChildren(){if(!this._config.parent)return;const t=this._getFirstLevelChildren(Nm);for(const n of t){const r=Ce.getElementFromSelector(n);r&&this._addAriaAndCollapsedClass([n],this._isShown(r))}}_getFirstLevelChildren(t){const n=Ce.find(XV,this._config.parent);return Ce.find(t,this._config.parent).filter(r=>!n.includes(r))}_addAriaAndCollapsedClass(t,n){if(t.length)for(const r of t)r.classList.toggle(qV,!n),r.setAttribute("aria-expanded",n)}static jQueryInterface(t){const n={};return typeof t=="string"&&/show|hide/.test(t)&&(n.toggle=!1),this.each(function(){const r=Ea.getOrCreateInstance(this,n);if(typeof t=="string"){if(typeof r[t]>"u")throw new TypeError(`No method named "${t}"`);r[t]()}})}}Q.on(document,KV,Nm,function(e){(e.target.tagName==="A"||e.delegateTarget&&e.delegateTarget.tagName==="A")&&e.preventDefault();for(const t of Ce.getMultipleElementsFromSelector(this))Ea.getOrCreateInstance(t,{toggle:!1}).toggle()});uo(Ea);const l0="dropdown",oO="bs.dropdown",Ci=`.${oO}`,Nf=".data-api",rO="Escape",u0="Tab",iO="ArrowUp",c0="ArrowDown",sO=2,aO=`hide${Ci}`,lO=`hidden${Ci}`,uO=`show${Ci}`,cO=`shown${Ci}`,PF=`click${Ci}${Nf}`,VF=`keydown${Ci}${Nf}`,dO=`keyup${Ci}${Nf}`,zi="show",mO="dropup",fO="dropend",hO="dropstart",pO="dropup-center",gO="dropdown-center",ii='[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',CO=`${ii}.${zi}`,ou=".dropdown-menu",_O=".navbar",yO=".navbar-nav",FO=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",TO=io()?"top-end":"top-start",EO=io()?"top-start":"top-end",vO=io()?"bottom-end":"bottom-start",bO=io()?"bottom-start":"bottom-end",SO=io()?"left-start":"right-start",RO=io()?"right-start":"left-start",DO="top",LO="bottom",BO={autoClose:!0,boundary:"clippingParents",display:"dynamic",offset:[0,2],popperConfig:null,reference:"toggle"},xO={autoClose:"(boolean|string)",boundary:"(string|element)",display:"string",offset:"(array|string|function)",popperConfig:"(null|object|function)",reference:"(string|element|object)"};class Vo extends To{constructor(t,n){super(t,n),this._popper=null,this._parent=this._element.parentNode,this._menu=Ce.next(this._element,ou)[0]||Ce.prev(this._element,ou)[0]||Ce.findOne(ou,this._parent),this._inNavbar=this._detectNavbar()}static get Default(){return BO}static get DefaultType(){return xO}static get NAME(){return l0}toggle(){return this._isShown()?this.hide():this.show()}show(){if(Ar(this._element)||this._isShown())return;const t={relatedTarget:this._element};if(!Q.trigger(this._element,uO,t).defaultPrevented){if(this._createPopper(),"ontouchstart"in document.documentElement&&!this._parent.closest(yO))for(const r of[].concat(...document.body.children))Q.on(r,"mouseover",yu);this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add(zi),this._element.classList.add(zi),Q.trigger(this._element,cO,t)}}hide(){if(Ar(this._element)||!this._isShown())return;const t={relatedTarget:this._element};this._completeHide(t)}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(t){if(!Q.trigger(this._element,aO,t).defaultPrevented){if("ontouchstart"in document.documentElement)for(const r of[].concat(...document.body.children))Q.off(r,"mouseover",yu);this._popper&&this._popper.destroy(),this._menu.classList.remove(zi),this._element.classList.remove(zi),this._element.setAttribute("aria-expanded","false"),rr.removeDataAttribute(this._menu,"popper"),Q.trigger(this._element,lO,t)}}_getConfig(t){if(t=super._getConfig(t),typeof t.reference=="object"&&!or(t.reference)&&typeof t.reference.getBoundingClientRect!="function")throw new TypeError(`${l0.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return t}_createPopper(){if(typeof _F>"u")throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");let t=this._element;this._config.reference==="parent"?t=this._parent:or(this._config.reference)?t=wr(this._config.reference):typeof this._config.reference=="object"&&(t=this._config.reference);const n=this._getPopperConfig();this._popper=wf(t,this._menu,n)}_isShown(){return this._menu.classList.contains(zi)}_getPlacement(){const t=this._parent;if(t.classList.contains(fO))return SO;if(t.classList.contains(hO))return RO;if(t.classList.contains(pO))return DO;if(t.classList.contains(gO))return LO;const n=getComputedStyle(this._menu).getPropertyValue("--bs-position").trim()==="end";return t.classList.contains(mO)?n?EO:TO:n?bO:vO}_detectNavbar(){return this._element.closest(_O)!==null}_getOffset(){const{offset:t}=this._config;return typeof t=="string"?t.split(",").map(n=>Number.parseInt(n,10)):typeof t=="function"?n=>t(n,this._element):t}_getPopperConfig(){const t={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||this._config.display==="static")&&(rr.setDataAttribute(this._menu,"popper","static"),t.modifiers=[{name:"applyStyles",enabled:!1}]),{...t,...wn(this._config.popperConfig,[t])}}_selectMenuItem({key:t,target:n}){const r=Ce.find(FO,this._menu).filter(s=>ys(s));r.length&&Af(r,n,t===c0,!r.includes(n)).focus()}static jQueryInterface(t){return this.each(function(){const n=Vo.getOrCreateInstance(this,t);if(typeof t=="string"){if(typeof n[t]>"u")throw new TypeError(`No method named "${t}"`);n[t]()}})}static clearMenus(t){if(t.button===sO||t.type==="keyup"&&t.key!==u0)return;const n=Ce.find(CO);for(const r of n){const s=Vo.getInstance(r);if(!s||s._config.autoClose===!1)continue;const a=t.composedPath(),l=a.includes(s._menu);if(a.includes(s._element)||s._config.autoClose==="inside"&&!l||s._config.autoClose==="outside"&&l||s._menu.contains(t.target)&&(t.type==="keyup"&&t.key===u0||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;const c={relatedTarget:s._element};t.type==="click"&&(c.clickEvent=t),s._completeHide(c)}}static dataApiKeydownHandler(t){const n=/input|textarea/i.test(t.target.tagName),r=t.key===rO,s=[iO,c0].includes(t.key);if(!s&&!r||n&&!r)return;t.preventDefault();const a=this.matches(ii)?this:Ce.prev(this,ii)[0]||Ce.next(this,ii)[0]||Ce.findOne(ii,t.delegateTarget.parentNode),l=Vo.getOrCreateInstance(a);if(s){t.stopPropagation(),l.show(),l._selectMenuItem(t);return}l._isShown()&&(t.stopPropagation(),l.hide(),a.focus())}}Q.on(document,VF,ii,Vo.dataApiKeydownHandler);Q.on(document,VF,ou,Vo.dataApiKeydownHandler);Q.on(document,PF,Vo.clearMenus);Q.on(document,dO,Vo.clearMenus);Q.on(document,PF,ii,function(e){e.preventDefault(),Vo.getOrCreateInstance(this).toggle()});uo(Vo);const OF="backdrop",wO="fade",d0="show",m0=`mousedown.bs.${OF}`,AO={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},IO={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};class kF extends wa{constructor(t){super(),this._config=this._getConfig(t),this._isAppended=!1,this._element=null}static get Default(){return AO}static get DefaultType(){return IO}static get NAME(){return OF}show(t){if(!this._config.isVisible){wn(t);return}this._append();const n=this._getElement();this._config.isAnimated&&xa(n),n.classList.add(d0),this._emulateAnimation(()=>{wn(t)})}hide(t){if(!this._config.isVisible){wn(t);return}this._getElement().classList.remove(d0),this._emulateAnimation(()=>{this.dispose(),wn(t)})}dispose(){this._isAppended&&(Q.off(this._element,m0),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){const t=document.createElement("div");t.className=this._config.className,this._config.isAnimated&&t.classList.add(wO),this._element=t}return this._element}_configAfterMerge(t){return t.rootElement=wr(t.rootElement),t}_append(){if(this._isAppended)return;const t=this._getElement();this._config.rootElement.append(t),Q.on(t,m0,()=>{wn(this._config.clickCallback)}),this._isAppended=!0}_emulateAnimation(t){vF(t,this._getElement(),this._config.isAnimated)}}const NO="focustrap",PO="bs.focustrap",Tu=`.${PO}`,VO=`focusin${Tu}`,OO=`keydown.tab${Tu}`,kO="Tab",MO="forward",f0="backward",WO={autofocus:!0,trapElement:null},HO={autofocus:"boolean",trapElement:"element"};class MF extends wa{constructor(t){super(),this._config=this._getConfig(t),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return WO}static get DefaultType(){return HO}static get NAME(){return NO}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),Q.off(document,Tu),Q.on(document,VO,t=>this._handleFocusin(t)),Q.on(document,OO,t=>this._handleKeydown(t)),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,Q.off(document,Tu))}_handleFocusin(t){const{trapElement:n}=this._config;if(t.target===document||t.target===n||n.contains(t.target))return;const r=Ce.focusableChildren(n);r.length===0?n.focus():this._lastTabNavDirection===f0?r[r.length-1].focus():r[0].focus()}_handleKeydown(t){t.key===kO&&(this._lastTabNavDirection=t.shiftKey?f0:MO)}}const h0=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",p0=".sticky-top",$l="padding-right",g0="margin-right";class Pm{constructor(){this._element=document.body}getWidth(){const t=document.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,$l,n=>n+t),this._setElementAttributes(h0,$l,n=>n+t),this._setElementAttributes(p0,g0,n=>n-t)}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,$l),this._resetElementAttributes(h0,$l),this._resetElementAttributes(p0,g0)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(t,n,r){const s=this.getWidth(),a=l=>{if(l!==this._element&&window.innerWidth>l.clientWidth+s)return;this._saveInitialAttribute(l,n);const c=window.getComputedStyle(l).getPropertyValue(n);l.style.setProperty(n,`${r(Number.parseFloat(c))}px`)};this._applyManipulationCallback(t,a)}_saveInitialAttribute(t,n){const r=t.style.getPropertyValue(n);r&&rr.setDataAttribute(t,n,r)}_resetElementAttributes(t,n){const r=s=>{const a=rr.getDataAttribute(s,n);if(a===null){s.style.removeProperty(n);return}rr.removeDataAttribute(s,n),s.style.setProperty(n,a)};this._applyManipulationCallback(t,r)}_applyManipulationCallback(t,n){if(or(t)){n(t);return}for(const r of Ce.find(t,this._element))n(r)}}const $O="modal",UO="bs.modal",so=`.${UO}`,zO=".data-api",jO="Escape",GO=`hide${so}`,YO=`hidePrevented${so}`,WF=`hidden${so}`,HF=`show${so}`,KO=`shown${so}`,qO=`resize${so}`,XO=`click.dismiss${so}`,JO=`mousedown.dismiss${so}`,ZO=`keydown.dismiss${so}`,QO=`click${so}${zO}`,C0="modal-open",ek="fade",_0="show",Md="modal-static",tk=".modal.show",nk=".modal-dialog",ok=".modal-body",rk='[data-bs-toggle="modal"]',ik={backdrop:!0,focus:!0,keyboard:!0},sk={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class us extends To{constructor(t,n){super(t,n),this._dialog=Ce.findOne(nk,this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new Pm,this._addEventListeners()}static get Default(){return ik}static get DefaultType(){return sk}static get NAME(){return $O}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){this._isShown||this._isTransitioning||Q.trigger(this._element,HF,{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(C0),this._adjustDialog(),this._backdrop.show(()=>this._showElement(t)))}hide(){!this._isShown||this._isTransitioning||Q.trigger(this._element,GO).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(_0),this._queueCallback(()=>this._hideModal(),this._element,this._isAnimated()))}dispose(){Q.off(window,so),Q.off(this._dialog,so),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new kF({isVisible:!!this._config.backdrop,isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new MF({trapElement:this._element})}_showElement(t){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const n=Ce.findOne(ok,this._dialog);n&&(n.scrollTop=0),xa(this._element),this._element.classList.add(_0);const r=()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,Q.trigger(this._element,KO,{relatedTarget:t})};this._queueCallback(r,this._dialog,this._isAnimated())}_addEventListeners(){Q.on(this._element,ZO,t=>{if(t.key===jO){if(this._config.keyboard){this.hide();return}this._triggerBackdropTransition()}}),Q.on(window,qO,()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()}),Q.on(this._element,JO,t=>{Q.one(this._element,XO,n=>{if(!(this._element!==t.target||this._element!==n.target)){if(this._config.backdrop==="static"){this._triggerBackdropTransition();return}this._config.backdrop&&this.hide()}})})}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide(()=>{document.body.classList.remove(C0),this._resetAdjustments(),this._scrollBar.reset(),Q.trigger(this._element,WF)})}_isAnimated(){return this._element.classList.contains(ek)}_triggerBackdropTransition(){if(Q.trigger(this._element,YO).defaultPrevented)return;const n=this._element.scrollHeight>document.documentElement.clientHeight,r=this._element.style.overflowY;r==="hidden"||this._element.classList.contains(Md)||(n||(this._element.style.overflowY="hidden"),this._element.classList.add(Md),this._queueCallback(()=>{this._element.classList.remove(Md),this._queueCallback(()=>{this._element.style.overflowY=r},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){const t=this._element.scrollHeight>document.documentElement.clientHeight,n=this._scrollBar.getWidth(),r=n>0;if(r&&!t){const s=io()?"paddingLeft":"paddingRight";this._element.style[s]=`${n}px`}if(!r&&t){const s=io()?"paddingRight":"paddingLeft";this._element.style[s]=`${n}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(t,n){return this.each(function(){const r=us.getOrCreateInstance(this,t);if(typeof t=="string"){if(typeof r[t]>"u")throw new TypeError(`No method named "${t}"`);r[t](n)}})}}Q.on(document,QO,rk,function(e){const t=Ce.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&e.preventDefault(),Q.one(t,HF,s=>{s.defaultPrevented||Q.one(t,WF,()=>{ys(this)&&this.focus()})});const n=Ce.findOne(tk);n&&us.getInstance(n).hide(),us.getOrCreateInstance(t).toggle(this)});qu(us);uo(us);const ak="offcanvas",lk="bs.offcanvas",dr=`.${lk}`,$F=".data-api",uk=`load${dr}${$F}`,ck="Escape",y0="show",F0="showing",T0="hiding",dk="offcanvas-backdrop",UF=".offcanvas.show",mk=`show${dr}`,fk=`shown${dr}`,hk=`hide${dr}`,E0=`hidePrevented${dr}`,zF=`hidden${dr}`,pk=`resize${dr}`,gk=`click${dr}${$F}`,Ck=`keydown.dismiss${dr}`,_k='[data-bs-toggle="offcanvas"]',yk={backdrop:!0,keyboard:!0,scroll:!1},Fk={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class Ir extends To{constructor(t,n){super(t,n),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return yk}static get DefaultType(){return Fk}static get NAME(){return ak}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){if(this._isShown||Q.trigger(this._element,mk,{relatedTarget:t}).defaultPrevented)return;this._isShown=!0,this._backdrop.show(),this._config.scroll||new Pm().hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(F0);const r=()=>{(!this._config.scroll||this._config.backdrop)&&this._focustrap.activate(),this._element.classList.add(y0),this._element.classList.remove(F0),Q.trigger(this._element,fk,{relatedTarget:t})};this._queueCallback(r,this._element,!0)}hide(){if(!this._isShown||Q.trigger(this._element,hk).defaultPrevented)return;this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(T0),this._backdrop.hide();const n=()=>{this._element.classList.remove(y0,T0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||new Pm().reset(),Q.trigger(this._element,zF)};this._queueCallback(n,this._element,!0)}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const t=()=>{if(this._config.backdrop==="static"){Q.trigger(this._element,E0);return}this.hide()},n=!!this._config.backdrop;return new kF({className:dk,isVisible:n,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:n?t:null})}_initializeFocusTrap(){return new MF({trapElement:this._element})}_addEventListeners(){Q.on(this._element,Ck,t=>{if(t.key===ck){if(this._config.keyboard){this.hide();return}Q.trigger(this._element,E0)}})}static jQueryInterface(t){return this.each(function(){const n=Ir.getOrCreateInstance(this,t);if(typeof t=="string"){if(n[t]===void 0||t.startsWith("_")||t==="constructor")throw new TypeError(`No method named "${t}"`);n[t](this)}})}}Q.on(document,gk,_k,function(e){const t=Ce.getElementFromSelector(this);if(["A","AREA"].includes(this.tagName)&&e.preventDefault(),Ar(this))return;Q.one(t,zF,()=>{ys(this)&&this.focus()});const n=Ce.findOne(UF);n&&n!==t&&Ir.getInstance(n).hide(),Ir.getOrCreateInstance(t).toggle(this)});Q.on(window,uk,()=>{for(const e of Ce.find(UF))Ir.getOrCreateInstance(e).show()});Q.on(window,pk,()=>{for(const e of Ce.find("[aria-modal][class*=show][class*=offcanvas-]"))getComputedStyle(e).position!=="fixed"&&Ir.getOrCreateInstance(e).hide()});qu(Ir);uo(Ir);const Tk=/^aria-[\w-]*$/i,jF={"*":["class","dir","id","lang","role",Tk],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],dd:[],div:[],dl:[],dt:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},Ek=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),vk=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,bk=(e,t)=>{const n=e.nodeName.toLowerCase();return t.includes(n)?Ek.has(n)?!!vk.test(e.nodeValue):!0:t.filter(r=>r instanceof RegExp).some(r=>r.test(n))};function Sk(e,t,n){if(!e.length)return e;if(n&&typeof n=="function")return n(e);const s=new window.DOMParser().parseFromString(e,"text/html"),a=[].concat(...s.body.querySelectorAll("*"));for(const l of a){const c=l.nodeName.toLowerCase();if(!Object.keys(t).includes(c)){l.remove();continue}const d=[].concat(...l.attributes),f=[].concat(t["*"]||[],t[c]||[]);for(const p of d)bk(p,f)||l.removeAttribute(p.nodeName)}return s.body.innerHTML}const Rk="TemplateFactory",Dk={allowList:jF,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"<div></div>"},Lk={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},Bk={entry:"(string|element|function|null)",selector:"(string|element)"};class xk extends wa{constructor(t){super(),this._config=this._getConfig(t)}static get Default(){return Dk}static get DefaultType(){return Lk}static get NAME(){return Rk}getContent(){return Object.values(this._config.content).map(t=>this._resolvePossibleFunction(t)).filter(Boolean)}hasContent(){return this.getContent().length>0}changeContent(t){return this._checkContent(t),this._config.content={...this._config.content,...t},this}toHtml(){const t=document.createElement("div");t.innerHTML=this._maybeSanitize(this._config.template);for(const[s,a]of Object.entries(this._config.content))this._setContent(t,a,s);const n=t.children[0],r=this._resolvePossibleFunction(this._config.extraClass);return r&&n.classList.add(...r.split(" ")),n}_typeCheckConfig(t){super._typeCheckConfig(t),this._checkContent(t.content)}_checkContent(t){for(const[n,r]of Object.entries(t))super._typeCheckConfig({selector:n,entry:r},Bk)}_setContent(t,n,r){const s=Ce.findOne(r,t);if(s){if(n=this._resolvePossibleFunction(n),!n){s.remove();return}if(or(n)){this._putElementInTemplate(wr(n),s);return}if(this._config.html){s.innerHTML=this._maybeSanitize(n);return}s.textContent=n}}_maybeSanitize(t){return this._config.sanitize?Sk(t,this._config.allowList,this._config.sanitizeFn):t}_resolvePossibleFunction(t){return wn(t,[this])}_putElementInTemplate(t,n){if(this._config.html){n.innerHTML="",n.append(t);return}n.textContent=t.textContent}}const wk="tooltip",Ak=new Set(["sanitize","allowList","sanitizeFn"]),Wd="fade",Ik="modal",Ul="show",Nk=".tooltip-inner",v0=`.${Ik}`,b0="hide.bs.modal",Ks="hover",Hd="focus",Pk="click",Vk="manual",Ok="hide",kk="hidden",Mk="show",Wk="shown",Hk="inserted",$k="click",Uk="focusin",zk="focusout",jk="mouseenter",Gk="mouseleave",Yk={AUTO:"auto",TOP:"top",RIGHT:io()?"left":"right",BOTTOM:"bottom",LEFT:io()?"right":"left"},Kk={allowList:jF,animation:!0,boundary:"clippingParents",container:!1,customClass:"",delay:0,fallbackPlacements:["top","right","bottom","left"],html:!1,offset:[0,6],placement:"top",popperConfig:null,sanitize:!0,sanitizeFn:null,selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',title:"",trigger:"hover focus"},qk={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"};class No extends To{constructor(t,n){if(typeof _F>"u")throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(t,n),this._isEnabled=!0,this._timeout=0,this._isHovered=null,this._activeTrigger={},this._popper=null,this._templateFactory=null,this._newContent=null,this.tip=null,this._setListeners(),this._config.selector||this._fixTitle()}static get Default(){return Kk}static get DefaultType(){return qk}static get NAME(){return wk}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(){if(this._isEnabled){if(this._activeTrigger.click=!this._activeTrigger.click,this._isShown()){this._leave();return}this._enter()}}dispose(){clearTimeout(this._timeout),Q.off(this._element.closest(v0),b0,this._hideModalHandler),this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title")),this._disposePopper(),super.dispose()}show(){if(this._element.style.display==="none")throw new Error("Please use show on visible elements");if(!(this._isWithContent()&&this._isEnabled))return;const t=Q.trigger(this._element,this.constructor.eventName(Mk)),r=(TF(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(t.defaultPrevented||!r)return;this._disposePopper();const s=this._getTipElement();this._element.setAttribute("aria-describedby",s.getAttribute("id"));const{container:a}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(a.append(s),Q.trigger(this._element,this.constructor.eventName(Hk))),this._popper=this._createPopper(s),s.classList.add(Ul),"ontouchstart"in document.documentElement)for(const c of[].concat(...document.body.children))Q.on(c,"mouseover",yu);const l=()=>{Q.trigger(this._element,this.constructor.eventName(Wk)),this._isHovered===!1&&this._leave(),this._isHovered=!1};this._queueCallback(l,this.tip,this._isAnimated())}hide(){if(!this._isShown()||Q.trigger(this._element,this.constructor.eventName(Ok)).defaultPrevented)return;if(this._getTipElement().classList.remove(Ul),"ontouchstart"in document.documentElement)for(const s of[].concat(...document.body.children))Q.off(s,"mouseover",yu);this._activeTrigger[Pk]=!1,this._activeTrigger[Hd]=!1,this._activeTrigger[Ks]=!1,this._isHovered=null;const r=()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute("aria-describedby"),Q.trigger(this._element,this.constructor.eventName(kk)))};this._queueCallback(r,this.tip,this._isAnimated())}update(){this._popper&&this._popper.update()}_isWithContent(){return!!this._getTitle()}_getTipElement(){return this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate())),this.tip}_createTipElement(t){const n=this._getTemplateFactory(t).toHtml();if(!n)return null;n.classList.remove(Wd,Ul),n.classList.add(`bs-${this.constructor.NAME}-auto`);const r=P1(this.constructor.NAME).toString();return n.setAttribute("id",r),this._isAnimated()&&n.classList.add(Wd),n}setContent(t){this._newContent=t,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(t){return this._templateFactory?this._templateFactory.changeContent(t):this._templateFactory=new xk({...this._config,content:t,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{[Nk]:this._getTitle()}}_getTitle(){return this._resolvePossibleFunction(this._config.title)||this._element.getAttribute("data-bs-original-title")}_initializeOnDelegatedTarget(t){return this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_isAnimated(){return this._config.animation||this.tip&&this.tip.classList.contains(Wd)}_isShown(){return this.tip&&this.tip.classList.contains(Ul)}_createPopper(t){const n=wn(this._config.placement,[this,t,this._element]),r=Yk[n.toUpperCase()];return wf(this._element,t,this._getPopperConfig(r))}_getOffset(){const{offset:t}=this._config;return typeof t=="string"?t.split(",").map(n=>Number.parseInt(n,10)):typeof t=="function"?n=>t(n,this._element):t}_resolvePossibleFunction(t){return wn(t,[this._element])}_getPopperConfig(t){const n={placement:t,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"preSetPlacement",enabled:!0,phase:"beforeMain",fn:r=>{this._getTipElement().setAttribute("data-popper-placement",r.state.placement)}}]};return{...n,...wn(this._config.popperConfig,[n])}}_setListeners(){const t=this._config.trigger.split(" ");for(const n of t)if(n==="click")Q.on(this._element,this.constructor.eventName($k),this._config.selector,r=>{this._initializeOnDelegatedTarget(r).toggle()});else if(n!==Vk){const r=n===Ks?this.constructor.eventName(jk):this.constructor.eventName(Uk),s=n===Ks?this.constructor.eventName(Gk):this.constructor.eventName(zk);Q.on(this._element,r,this._config.selector,a=>{const l=this._initializeOnDelegatedTarget(a);l._activeTrigger[a.type==="focusin"?Hd:Ks]=!0,l._enter()}),Q.on(this._element,s,this._config.selector,a=>{const l=this._initializeOnDelegatedTarget(a);l._activeTrigger[a.type==="focusout"?Hd:Ks]=l._element.contains(a.relatedTarget),l._leave()})}this._hideModalHandler=()=>{this._element&&this.hide()},Q.on(this._element.closest(v0),b0,this._hideModalHandler)}_fixTitle(){const t=this._element.getAttribute("title");t&&(!this._element.getAttribute("aria-label")&&!this._element.textContent.trim()&&this._element.setAttribute("aria-label",t),this._element.setAttribute("data-bs-original-title",t),this._element.removeAttribute("title"))}_enter(){if(this._isShown()||this._isHovered){this._isHovered=!0;return}this._isHovered=!0,this._setTimeout(()=>{this._isHovered&&this.show()},this._config.delay.show)}_leave(){this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout(()=>{this._isHovered||this.hide()},this._config.delay.hide))}_setTimeout(t,n){clearTimeout(this._timeout),this._timeout=setTimeout(t,n)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(t){const n=rr.getDataAttributes(this._element);for(const r of Object.keys(n))Ak.has(r)&&delete n[r];return t={...n,...typeof t=="object"&&t?t:{}},t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t.container=t.container===!1?document.body:wr(t.container),typeof t.delay=="number"&&(t.delay={show:t.delay,hide:t.delay}),typeof t.title=="number"&&(t.title=t.title.toString()),typeof t.content=="number"&&(t.content=t.content.toString()),t}_getDelegateConfig(){const t={};for(const[n,r]of Object.entries(this._config))this.constructor.Default[n]!==r&&(t[n]=r);return t.selector=!1,t.trigger="manual",t}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null),this.tip&&(this.tip.remove(),this.tip=null)}static jQueryInterface(t){return this.each(function(){const n=No.getOrCreateInstance(this,t);if(typeof t=="string"){if(typeof n[t]>"u")throw new TypeError(`No method named "${t}"`);n[t]()}})}}uo(No);const Xk="popover",Jk=".popover-header",Zk=".popover-body",Qk={...No.Default,content:"",offset:[0,8],placement:"right",template:'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>',trigger:"click"},eM={...No.DefaultType,content:"(null|string|element|function)"};class Pf extends No{static get Default(){return Qk}static get DefaultType(){return eM}static get NAME(){return Xk}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{[Jk]:this._getTitle(),[Zk]:this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(t){return this.each(function(){const n=Pf.getOrCreateInstance(this,t);if(typeof t=="string"){if(typeof n[t]>"u")throw new TypeError(`No method named "${t}"`);n[t]()}})}}uo(Pf);const tM="scrollspy",nM="bs.scrollspy",Vf=`.${nM}`,oM=".data-api",rM=`activate${Vf}`,S0=`click${Vf}`,iM=`load${Vf}${oM}`,sM="dropdown-item",Mi="active",aM='[data-bs-spy="scroll"]',$d="[href]",lM=".nav, .list-group",R0=".nav-link",uM=".nav-item",cM=".list-group-item",dM=`${R0}, ${uM} > ${R0}, ${cM}`,mM=".dropdown",fM=".dropdown-toggle",hM={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},pM={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class Zu extends To{constructor(t,n){super(t,n),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement=getComputedStyle(this._element).overflowY==="visible"?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return hM}static get DefaultType(){return pM}static get NAME(){return tM}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const t of this._observableSections.values())this._observer.observe(t)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(t){return t.target=wr(t.target)||document.body,t.rootMargin=t.offset?`${t.offset}px 0px -30%`:t.rootMargin,typeof t.threshold=="string"&&(t.threshold=t.threshold.split(",").map(n=>Number.parseFloat(n))),t}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(Q.off(this._config.target,S0),Q.on(this._config.target,S0,$d,t=>{const n=this._observableSections.get(t.target.hash);if(n){t.preventDefault();const r=this._rootElement||window,s=n.offsetTop-this._element.offsetTop;if(r.scrollTo){r.scrollTo({top:s,behavior:"smooth"});return}r.scrollTop=s}}))}_getNewObserver(){const t={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver(n=>this._observerCallback(n),t)}_observerCallback(t){const n=l=>this._targetLinks.get(`#${l.target.id}`),r=l=>{this._previousScrollData.visibleEntryTop=l.target.offsetTop,this._process(n(l))},s=(this._rootElement||document.documentElement).scrollTop,a=s>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=s;for(const l of t){if(!l.isIntersecting){this._activeTarget=null,this._clearActiveClass(n(l));continue}const c=l.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(a&&c){if(r(l),!s)return;continue}!a&&!c&&r(l)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const t=Ce.find($d,this._config.target);for(const n of t){if(!n.hash||Ar(n))continue;const r=Ce.findOne(decodeURI(n.hash),this._element);ys(r)&&(this._targetLinks.set(decodeURI(n.hash),n),this._observableSections.set(n.hash,r))}}_process(t){this._activeTarget!==t&&(this._clearActiveClass(this._config.target),this._activeTarget=t,t.classList.add(Mi),this._activateParents(t),Q.trigger(this._element,rM,{relatedTarget:t}))}_activateParents(t){if(t.classList.contains(sM)){Ce.findOne(fM,t.closest(mM)).classList.add(Mi);return}for(const n of Ce.parents(t,lM))for(const r of Ce.prev(n,dM))r.classList.add(Mi)}_clearActiveClass(t){t.classList.remove(Mi);const n=Ce.find(`${$d}.${Mi}`,t);for(const r of n)r.classList.remove(Mi)}static jQueryInterface(t){return this.each(function(){const n=Zu.getOrCreateInstance(this,t);if(typeof t=="string"){if(n[t]===void 0||t.startsWith("_")||t==="constructor")throw new TypeError(`No method named "${t}"`);n[t]()}})}}Q.on(window,iM,()=>{for(const e of Ce.find(aM))Zu.getOrCreateInstance(e)});uo(Zu);const gM="tab",CM="bs.tab",_i=`.${CM}`,_M=`hide${_i}`,yM=`hidden${_i}`,FM=`show${_i}`,TM=`shown${_i}`,EM=`click${_i}`,vM=`keydown${_i}`,bM=`load${_i}`,SM="ArrowLeft",D0="ArrowRight",RM="ArrowUp",L0="ArrowDown",Ud="Home",B0="End",si="active",x0="fade",zd="show",DM="dropdown",GF=".dropdown-toggle",LM=".dropdown-menu",jd=`:not(${GF})`,BM='.list-group, .nav, [role="tablist"]',xM=".nav-item, .list-group-item",wM=`.nav-link${jd}, .list-group-item${jd}, [role="tab"]${jd}`,YF='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',Gd=`${wM}, ${YF}`,AM=`.${si}[data-bs-toggle="tab"], .${si}[data-bs-toggle="pill"], .${si}[data-bs-toggle="list"]`;class cs extends To{constructor(t){super(t),this._parent=this._element.closest(BM),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),Q.on(this._element,vM,n=>this._keydown(n)))}static get NAME(){return gM}show(){const t=this._element;if(this._elemIsActive(t))return;const n=this._getActiveElem(),r=n?Q.trigger(n,_M,{relatedTarget:t}):null;Q.trigger(t,FM,{relatedTarget:n}).defaultPrevented||r&&r.defaultPrevented||(this._deactivate(n,t),this._activate(t,n))}_activate(t,n){if(!t)return;t.classList.add(si),this._activate(Ce.getElementFromSelector(t));const r=()=>{if(t.getAttribute("role")!=="tab"){t.classList.add(zd);return}t.removeAttribute("tabindex"),t.setAttribute("aria-selected",!0),this._toggleDropDown(t,!0),Q.trigger(t,TM,{relatedTarget:n})};this._queueCallback(r,t,t.classList.contains(x0))}_deactivate(t,n){if(!t)return;t.classList.remove(si),t.blur(),this._deactivate(Ce.getElementFromSelector(t));const r=()=>{if(t.getAttribute("role")!=="tab"){t.classList.remove(zd);return}t.setAttribute("aria-selected",!1),t.setAttribute("tabindex","-1"),this._toggleDropDown(t,!1),Q.trigger(t,yM,{relatedTarget:n})};this._queueCallback(r,t,t.classList.contains(x0))}_keydown(t){if(![SM,D0,RM,L0,Ud,B0].includes(t.key))return;t.stopPropagation(),t.preventDefault();const n=this._getChildren().filter(s=>!Ar(s));let r;if([Ud,B0].includes(t.key))r=n[t.key===Ud?0:n.length-1];else{const s=[D0,L0].includes(t.key);r=Af(n,t.target,s,!0)}r&&(r.focus({preventScroll:!0}),cs.getOrCreateInstance(r).show())}_getChildren(){return Ce.find(Gd,this._parent)}_getActiveElem(){return this._getChildren().find(t=>this._elemIsActive(t))||null}_setInitialAttributes(t,n){this._setAttributeIfNotExists(t,"role","tablist");for(const r of n)this._setInitialAttributesOnChild(r)}_setInitialAttributesOnChild(t){t=this._getInnerElement(t);const n=this._elemIsActive(t),r=this._getOuterElement(t);t.setAttribute("aria-selected",n),r!==t&&this._setAttributeIfNotExists(r,"role","presentation"),n||t.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(t,"role","tab"),this._setInitialAttributesOnTargetPanel(t)}_setInitialAttributesOnTargetPanel(t){const n=Ce.getElementFromSelector(t);n&&(this._setAttributeIfNotExists(n,"role","tabpanel"),t.id&&this._setAttributeIfNotExists(n,"aria-labelledby",`${t.id}`))}_toggleDropDown(t,n){const r=this._getOuterElement(t);if(!r.classList.contains(DM))return;const s=(a,l)=>{const c=Ce.findOne(a,r);c&&c.classList.toggle(l,n)};s(GF,si),s(LM,zd),r.setAttribute("aria-expanded",n)}_setAttributeIfNotExists(t,n,r){t.hasAttribute(n)||t.setAttribute(n,r)}_elemIsActive(t){return t.classList.contains(si)}_getInnerElement(t){return t.matches(Gd)?t:Ce.findOne(Gd,t)}_getOuterElement(t){return t.closest(xM)||t}static jQueryInterface(t){return this.each(function(){const n=cs.getOrCreateInstance(this);if(typeof t=="string"){if(n[t]===void 0||t.startsWith("_")||t==="constructor")throw new TypeError(`No method named "${t}"`);n[t]()}})}}Q.on(document,EM,YF,function(e){["A","AREA"].includes(this.tagName)&&e.preventDefault(),!Ar(this)&&cs.getOrCreateInstance(this).show()});Q.on(window,bM,()=>{for(const e of Ce.find(AM))cs.getOrCreateInstance(e)});uo(cs);const IM="toast",NM="bs.toast",Hr=`.${NM}`,PM=`mouseover${Hr}`,VM=`mouseout${Hr}`,OM=`focusin${Hr}`,kM=`focusout${Hr}`,MM=`hide${Hr}`,WM=`hidden${Hr}`,HM=`show${Hr}`,$M=`shown${Hr}`,UM="fade",w0="hide",zl="show",jl="showing",zM={animation:"boolean",autohide:"boolean",delay:"number"},jM={animation:!0,autohide:!0,delay:5e3};class Qu extends To{constructor(t,n){super(t,n),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return jM}static get DefaultType(){return zM}static get NAME(){return IM}show(){if(Q.trigger(this._element,HM).defaultPrevented)return;this._clearTimeout(),this._config.animation&&this._element.classList.add(UM);const n=()=>{this._element.classList.remove(jl),Q.trigger(this._element,$M),this._maybeScheduleHide()};this._element.classList.remove(w0),xa(this._element),this._element.classList.add(zl,jl),this._queueCallback(n,this._element,this._config.animation)}hide(){if(!this.isShown()||Q.trigger(this._element,MM).defaultPrevented)return;const n=()=>{this._element.classList.add(w0),this._element.classList.remove(jl,zl),Q.trigger(this._element,WM)};this._element.classList.add(jl),this._queueCallback(n,this._element,this._config.animation)}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(zl),super.dispose()}isShown(){return this._element.classList.contains(zl)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(()=>{this.hide()},this._config.delay)))}_onInteraction(t,n){switch(t.type){case"mouseover":case"mouseout":{this._hasMouseInteraction=n;break}case"focusin":case"focusout":{this._hasKeyboardInteraction=n;break}}if(n){this._clearTimeout();return}const r=t.relatedTarget;this._element===r||this._element.contains(r)||this._maybeScheduleHide()}_setListeners(){Q.on(this._element,PM,t=>this._onInteraction(t,!0)),Q.on(this._element,VM,t=>this._onInteraction(t,!1)),Q.on(this._element,OM,t=>this._onInteraction(t,!0)),Q.on(this._element,kM,t=>this._onInteraction(t,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each(function(){const n=Qu.getOrCreateInstance(this,t);if(typeof t=="string"){if(typeof n[t]>"u")throw new TypeError(`No method named "${t}"`);n[t](this)}})}}qu(Qu);uo(Qu);const A0={trigger:"hover",placement:"top",delay:{show:500,hide:0}},KF={mounted(e,t){return new No(e,{...A0,...t.value})},updated(e,t){const n=No.getInstance(e);return n!==null&&n.dispose(),new No(e,{...A0,...t.value})},unmounted(e){const t=No.getInstance(e);t!==null&&t.dispose()}},GM=e=>({Match:t=>{switch(e.Discriminator){case"CardBorderRadiusTopLeft":return t.whenCardBorderRadiusTopLeft();case"CardBorderRadiusTopRight":return t.whenCardBorderRadiusTopRight();case"CardBorderRadiusBottomLeft":return t.whenCardBorderRadiusBottomLeft();case"CardBorderRadiusBottomRight":return t.whenCardBorderRadiusBottomRight();case"ButtonBorderRadiusTopLeft":return t.whenButtonBorderRadiusTopLeft();case"ButtonBorderRadiusTopRight":return t.whenButtonBorderRadiusTopRight();case"ButtonBorderRadiusBottomLeft":return t.whenButtonBorderRadiusBottomLeft();case"ButtonBorderRadiusBottomRight":return t.whenButtonBorderRadiusBottomRight();case"BannerBorderRadiusTopLeft":return t.whenBannerBorderRadiusTopLeft();case"BannerBorderRadiusTopRight":return t.whenBannerBorderRadiusTopRight();case"BannerBorderRadiusBottomLeft":return t.whenBannerBorderRadiusBottomLeft();case"BannerBorderRadiusBottomRight":return t.whenBannerBorderRadiusBottomRight();case"BodyBorderRadiusTopLeft":return t.whenBodyBorderRadiusTopLeft();case"BodyBorderRadiusTopRight":return t.whenBodyBorderRadiusTopRight();case"BodyBorderRadiusBottomLeft":return t.whenBodyBorderRadiusBottomLeft();case"BodyBorderRadiusBottomRight":return t.whenBodyBorderRadiusBottomRight();case"CustomBorderRadius":return t.whenCustomBorderRadius(e.CustomValue)}}}),YM=e=>GM(e.borderRadiusVariant).Match({whenCardBorderRadiusTopLeft:()=>e.cardBorderRadius.TopLeft,whenCardBorderRadiusTopRight:()=>e.cardBorderRadius.TopRight,whenCardBorderRadiusBottomLeft:()=>e.cardBorderRadius.BottomLeft,whenCardBorderRadiusBottomRight:()=>e.cardBorderRadius.BottomRight,whenButtonBorderRadiusTopLeft:()=>e.buttonBorderRadius.TopLeft,whenButtonBorderRadiusTopRight:()=>e.buttonBorderRadius.TopRight,whenButtonBorderRadiusBottomLeft:()=>e.buttonBorderRadius.BottomLeft,whenButtonBorderRadiusBottomRight:()=>e.buttonBorderRadius.BottomRight,whenBannerBorderRadiusTopLeft:()=>e.bannerBorderRadius.TopLeft,whenBannerBorderRadiusTopRight:()=>e.bannerBorderRadius.TopRight,whenBannerBorderRadiusBottomLeft:()=>e.bannerBorderRadius.BottomLeft,whenBannerBorderRadiusBottomRight:()=>e.bannerBorderRadius.BottomRight,whenBodyBorderRadiusTopLeft:()=>e.bodyBorderRadius.TopLeft,whenBodyBorderRadiusTopRight:()=>e.bodyBorderRadius.TopRight,whenBodyBorderRadiusBottomLeft:()=>e.bodyBorderRadius.BottomLeft,whenBodyBorderRadiusBottomRight:()=>e.bodyBorderRadius.BottomRight,whenCustomBorderRadius:t=>t}),Nr=e=>{const t=n=>YM({borderRadiusVariant:n,cardBorderRadius:e.borderRadiusCard,buttonBorderRadius:e.borderButtonRadius,bannerBorderRadius:e.borderBannerRadius,bodyBorderRadius:e.bodyBorderRadius})+"px";return{borderTopLeftRadius:t(e.borderRadius.TopLeft),borderTopRightRadius:t(e.borderRadius.TopRight),borderBottomLeftRadius:t(e.borderRadius.BottomLeft),borderBottomRightRadius:t(e.borderRadius.BottomRight)}},nn=e=>KM(e.paddingExpression).Match({whenThemeValue:t=>qM(t).Match({whenThemePaddingsSmall:()=>e.themeComponentPaddings.Small,whenThemePaddingsMedium:()=>e.themeComponentPaddings.Medium,whenThemePaddingsLarge:()=>e.themeComponentPaddings.Large,whenThemePaddingsHuge:()=>e.themeComponentPaddings.Huge,whenBodyPaddingsTop:()=>e.themeBodyPaddings.Top,whenBodyPaddingsRight:()=>e.themeBodyPaddings.Right,whenBodyPaddingsBottom:()=>e.themeBodyPaddings.Bottom,whenBodyPaddingsLeft:()=>e.themeBodyPaddings.Left}),whenMinusExpression:t=>nn({paddingExpression:t.Left,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})-nn({paddingExpression:t.Right,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings}),whenDivideExpression:t=>nn({paddingExpression:t.Left,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})/nn({paddingExpression:t.Right,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings}),whenValue:t=>t}),KM=e=>({Match:t=>{if(e.ThemePadding!==void 0)return t.whenThemeValue(e.ThemePadding);if(e.MinusExpression!==void 0)return t.whenMinusExpression(e.MinusExpression);if(e.DivideExpression!==void 0)return t.whenDivideExpression(e.DivideExpression);if(e.CustomValue!==void 0)return t.whenValue(e.CustomValue);throw Error("")}}),qM=e=>({Match:t=>{switch(e){case"ThemePaddingsSmall":return t.whenThemePaddingsSmall();case"ThemePaddingsMedium":return t.whenThemePaddingsMedium();case"ThemePaddingsLarge":return t.whenThemePaddingsLarge();case"ThemePaddingsHuge":return t.whenThemePaddingsHuge();case"BodyPaddingsTop":return t.whenBodyPaddingsTop();case"BodyPaddingsRight":return t.whenBodyPaddingsRight();case"BodyPaddingsBottom":return t.whenBodyPaddingsBottom();case"BodyPaddingsLeft":return t.whenBodyPaddingsLeft()}throw Error("")}}),I0=e=>({paddingTop:nn({paddingExpression:e.paddings.Top,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})+"px",paddingBottom:nn({paddingExpression:e.paddings.Bottom,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})+"px",paddingLeft:e.fullWidth?0:e.themeBodyPaddings.Left+"px",paddingRight:e.fullWidth?0:e.themeBodyPaddings.Right+"px"}),qF=e=>e.directionRtl?{"padding-right":e.paddingSize*(e.index%e.numberColumnsInLine/e.numberColumnsInLine)+"px","padding-left":e.paddingSize*((e.numberColumnsInLine-1-e.index%e.numberColumnsInLine)/e.numberColumnsInLine)+"px"}:{"padding-left":e.paddingSize*(e.index%e.numberColumnsInLine/e.numberColumnsInLine)+"px","padding-right":e.paddingSize*((e.numberColumnsInLine-1-e.index%e.numberColumnsInLine)/e.numberColumnsInLine)+"px"},XM=e=>({Match:t=>{switch(e.Discriminator){case"EmailBackgroundColor":return t.whenEmailBackgroundColor();case"BodyColor":return t.whenBodyColor();case"TitleColor":return t.whenTitleColor();case"HeadingColor":return t.whenHeadingColor();case"SubHeadingColor":return t.whenSubHeading();case"LargeTextColor":return t.whenLargeTextColor();case"NormalTextColor":return t.whenNormalTextColor();case"DescriptionTextColor":return t.whenDescriptionTextColor();case"PrimaryTextColor":return t.whenPrimaryTextColor();case"SecondaryTextColor":return t.whenSecondaryTextColor();case"ButtonTextColor":return t.whenButtonTextColor();case"LinkColor":return t.whenLinkColor();case"PrimaryColor":return t.whenPrimaryColor();case"SecondaryColor":return t.whenSecondaryColor();case"CardBackgroundColor":return t.whenCardBackgroundColor();case"Custom":return t.whenCustom(e.CustomValue);default:return Cs(e.Discriminator)}}}),ru=e=>XM(e.borderColor).Match({whenEmailBackgroundColor:()=>e.themeColors.EmailBackgroundColor,whenBodyColor:()=>e.themeColors.BodyColor,whenTitleColor:()=>e.themeColors.TitleColor,whenHeadingColor:()=>e.themeColors.HeadingColor,whenSubHeading:()=>e.themeColors.SubHeadingColor,whenLargeTextColor:()=>e.themeColors.LargeTextColor,whenNormalTextColor:()=>e.themeColors.NormalTextColor,whenDescriptionTextColor:()=>e.themeColors.DescriptionTextColor,whenPrimaryTextColor:()=>e.themeColors.PrimaryTextColor,whenSecondaryTextColor:()=>e.themeColors.SecondaryTextColor,whenLinkColor:()=>e.themeColors.LinkColor,whenPrimaryColor:()=>e.themeColors.PrimaryColor,whenSecondaryColor:()=>e.themeColors.SecondaryColor,whenCardBackgroundColor:()=>e.themeColors.CardBackgroundColor,whenButtonTextColor:()=>e.themeColors.ButtonTextColor,whenCustom:t=>t}),hi=e=>({borderTop:Gl(e.border.Top,e.themeColors),borderRight:Gl(e.border.Right,e.themeColors),borderBottom:Gl(e.border.Bottom,e.themeColors),borderLeft:Gl(e.border.Left,e.themeColors)}),JM=e=>({Match:t=>{switch(e.Style){case"None":return t.whenNone();case"Solid":return t.whenSolid();case"Dashed":return t.whenDashed();case"Dotted":return t.whenDotted()}}}),Gl=(e,t)=>JM(e).Match({whenNone:()=>"",whenSolid:()=>`
|
|
44
44
|
${e.Width}px
|
|
45
45
|
solid
|
|
46
|
-
${
|
|
46
|
+
${ru({borderColor:e.Color,themeColors:t})}
|
|
47
47
|
`,whenDashed:()=>`
|
|
48
48
|
${e.Width}px
|
|
49
49
|
dashed
|
|
50
|
-
${
|
|
50
|
+
${ru({borderColor:e.Color,themeColors:t})}
|
|
51
51
|
`,whenDotted:()=>`
|
|
52
52
|
${e.Width}px
|
|
53
53
|
dotted
|
|
54
|
-
${
|
|
55
|
-
`}),
|
|
54
|
+
${ru({borderColor:e.Color,themeColors:t})}
|
|
55
|
+
`}),ZM=e=>({Match:t=>{switch(e){case"Collapse":return t.whenCollapse();case"Separate":return t.whenSeparate()}}}),XF=e=>e.borderCollapse!==void 0?{borderCollapse:QM(e.borderCollapse)}:{borderCollapse:"collapse"},QM=e=>ZM(e).Match({whenCollapse:()=>"collapse",whenSeparate:()=>"separate"}),eW=e=>({Match:t=>{switch(e.Discriminator){case"None":return t.whenNone();case"EmailBackgroundColor":return t.whenEmailBackgroundColor();case"BodyColor":return t.whenBodyColor();case"TitleColor":return t.whenTitleColor();case"HeadingColor":return t.whenHeadingColor();case"SubHeadingColor":return t.whenSubHeading();case"LargeTextColor":return t.whenLargeTextColor();case"NormalTextColor":return t.whenNormalTextColor();case"DescriptionTextColor":return t.whenDescriptionTextColor();case"PrimaryTextColor":return t.whenPrimaryTextColor();case"SecondaryTextColor":return t.whenSecondaryTextColor();case"ButtonTextColor":return t.whenButtonTextColor();case"LinkColor":return t.whenLinkColor();case"PrimaryColor":return t.whenPrimaryColor();case"SecondaryColor":return t.whenSecondaryColor();case"CardBackgroundColor":return t.whenCardBackgroundColor();case"Custom":return t.whenCustom(e.CustomValue);default:return Cs(e.Discriminator)}}}),lr=e=>eW(e.color).Match({whenNone:()=>null,whenEmailBackgroundColor:()=>e.themeColors.EmailBackgroundColor,whenBodyColor:()=>e.themeColors.BodyColor,whenTitleColor:()=>e.themeColors.TitleColor,whenHeadingColor:()=>e.themeColors.HeadingColor,whenSubHeading:()=>e.themeColors.SubHeadingColor,whenLargeTextColor:()=>e.themeColors.LargeTextColor,whenNormalTextColor:()=>e.themeColors.NormalTextColor,whenDescriptionTextColor:()=>e.themeColors.DescriptionTextColor,whenPrimaryTextColor:()=>e.themeColors.PrimaryTextColor,whenSecondaryTextColor:()=>e.themeColors.SecondaryTextColor,whenLinkColor:()=>e.themeColors.LinkColor,whenPrimaryColor:()=>e.themeColors.PrimaryColor,whenSecondaryColor:()=>e.themeColors.SecondaryColor,whenCardBackgroundColor:()=>e.themeColors.CardBackgroundColor,whenButtonTextColor:()=>e.themeColors.ButtonTextColor,whenCustom:t=>t}),JF=e=>({Match:t=>{switch(e){case"Left":return t.whenLeft();case"Center":return t.whenCenter();case"Right":return t.whenRight();default:return Cs(e)}}}),ZF=e=>e.containerAlign?JF(e.containerAlign).Match({whenLeft:()=>({textAlign:"left"}),whenCenter:()=>({textAlign:"center"}),whenRight:()=>({textAlign:"right"})}):{},QF=e=>e.containerAlign?JF(e.containerAlign).Match({whenLeft:()=>"left",whenCenter:()=>"center",whenRight:()=>"right"}):"center";var Eu={exports:{}};/**
|
|
56
56
|
* @license
|
|
57
57
|
* Lodash <https://lodash.com/>
|
|
58
58
|
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
59
59
|
* Released under MIT license <https://lodash.com/license>
|
|
60
60
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
61
61
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
62
|
-
*/bu.exports;(function(e,t){(function(){var n,o="4.17.21",s=200,a="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",l="Expected a function",c="Invalid `variable` option passed into `_.template`",d="__lodash_hash_undefined__",m=500,p="__lodash_placeholder__",E=1,C=2,w=4,N=1,x=2,F=1,S=2,B=4,$=8,A=16,H=32,G=64,U=128,le=256,ce=512,de=30,Pe="...",ke=800,We=16,Tt=1,Bt=2,Le=3,ge=1/0,Te=9007199254740991,qe=17976931348623157e292,Fe=0/0,Je=4294967295,De=Je-1,Gt=Je>>>1,He=[["ary",U],["bind",F],["bindKey",S],["curry",$],["curryRight",A],["flip",ce],["partial",H],["partialRight",G],["rearg",le]],it="[object Arguments]",pt="[object Array]",kt="[object AsyncFunction]",nt="[object Boolean]",wt="[object Date]",At="[object DOMException]",lt="[object Error]",Ft="[object Function]",g="[object GeneratorFunction]",h="[object Map]",b="[object Number]",D="[object Null]",M="[object Object]",V="[object Promise]",ee="[object Proxy]",q="[object RegExp]",J="[object Set]",z="[object String]",ne="[object Symbol]",O="[object Undefined]",k="[object WeakMap]",re="[object WeakSet]",ue="[object ArrayBuffer]",we="[object DataView]",Me="[object Float32Array]",ut="[object Float64Array]",ct="[object Int8Array]",Ot="[object Int16Array]",ft="[object Int32Array]",on="[object Uint8Array]",br="[object Uint8ClampedArray]",It="[object Uint16Array]",sn="[object Uint32Array]",Cr=/\b__p \+= '';/g,ec=/\b(__p \+=) '' \+/g,tc=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Rt=/&(?:amp|lt|gt|quot|#39);/g,Fr=/[&<>"']/g,nc=RegExp(Rt.source),Ma=RegExp(Fr.source),Cs=/<%-([\s\S]+?)%>/g,Ba=/<%([\s\S]+?)%>/g,Ts=/<%=([\s\S]+?)%>/g,rc=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ka=/^\w*$/,Fa=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ws=/[\\^$.*+?()[\]{}|]/g,ur=RegExp(ws.source),Uo=/^\s+/,$a=/\s/,Wa=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,oc=/\{\n\/\* \[wrapped with (.+)\] \*/,Ha=/,? & /,cr=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Ua=/[()=,{}\[\]\/\s]/,Va=/\\(\\)?/g,Ga=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Ss=/\w*$/,ic=/^[-+]0x[0-9a-f]+$/i,pe=/^0b[01]+$/i,I=/^\[object .+?Constructor\]$/,te=/^0o[0-7]+$/i,he=/^(?:0|[1-9]\d*)$/,st=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Pt=/($^)/,jt=/['\n\r\u2028\u2029\\]/g,$t="\\ud800-\\udfff",$r="\\u0300-\\u036f",Vo="\\ufe20-\\ufe2f",an="\\u20d0-\\u20ff",As=$r+Vo+an,xs="\\u2700-\\u27bf",$h="a-z\\xdf-\\xf6\\xf8-\\xff",gC="\\xac\\xb1\\xd7\\xf7",_C="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",EC="\\u2000-\\u206f",vC=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Wh="A-Z\\xc0-\\xd6\\xd8-\\xde",Hh="\\ufe0e\\ufe0f",Uh=gC+_C+EC+vC,sc="['’]",yC="["+$t+"]",Vh="["+Uh+"]",ja="["+As+"]",Gh="\\d+",bC="["+xs+"]",jh="["+$h+"]",Yh="[^"+$t+Uh+Gh+xs+$h+Wh+"]",ac="\\ud83c[\\udffb-\\udfff]",CC="(?:"+ja+"|"+ac+")",Kh="[^"+$t+"]",lc="(?:\\ud83c[\\udde6-\\uddff]){2}",uc="[\\ud800-\\udbff][\\udc00-\\udfff]",vi="["+Wh+"]",zh="\\u200d",qh="(?:"+jh+"|"+Yh+")",TC="(?:"+vi+"|"+Yh+")",Xh="(?:"+sc+"(?:d|ll|m|re|s|t|ve))?",Jh="(?:"+sc+"(?:D|LL|M|RE|S|T|VE))?",Zh=CC+"?",Qh="["+Hh+"]?",wC="(?:"+zh+"(?:"+[Kh,lc,uc].join("|")+")"+Qh+Zh+")*",SC="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",AC="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",em=Qh+Zh+wC,xC="(?:"+[bC,lc,uc].join("|")+")"+em,LC="(?:"+[Kh+ja+"?",ja,lc,uc,yC].join("|")+")",OC=RegExp(sc,"g"),IC=RegExp(ja,"g"),cc=RegExp(ac+"(?="+ac+")|"+LC+em,"g"),RC=RegExp([vi+"?"+jh+"+"+Xh+"(?="+[Vh,vi,"$"].join("|")+")",TC+"+"+Jh+"(?="+[Vh,vi+qh,"$"].join("|")+")",vi+"?"+qh+"+"+Xh,vi+"+"+Jh,AC,SC,Gh,xC].join("|"),"g"),PC=RegExp("["+zh+$t+As+Hh+"]"),DC=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,NC=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],MC=-1,vt={};vt[Me]=vt[ut]=vt[ct]=vt[Ot]=vt[ft]=vt[on]=vt[br]=vt[It]=vt[sn]=!0,vt[it]=vt[pt]=vt[ue]=vt[nt]=vt[we]=vt[wt]=vt[lt]=vt[Ft]=vt[h]=vt[b]=vt[M]=vt[q]=vt[J]=vt[z]=vt[k]=!1;var gt={};gt[it]=gt[pt]=gt[ue]=gt[we]=gt[nt]=gt[wt]=gt[Me]=gt[ut]=gt[ct]=gt[Ot]=gt[ft]=gt[h]=gt[b]=gt[M]=gt[q]=gt[J]=gt[z]=gt[ne]=gt[on]=gt[br]=gt[It]=gt[sn]=!0,gt[lt]=gt[Ft]=gt[k]=!1;var BC={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},kC={"&":"&","<":"<",">":">",'"':""","'":"'"},FC={"&":"&","<":"<",">":">",""":'"',"'":"'"},$C={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},WC=parseFloat,HC=parseInt,tm=typeof to=="object"&&to&&to.Object===Object&&to,UC=typeof self=="object"&&self&&self.Object===Object&&self,Xt=tm||UC||Function("return this")(),fc=t&&!t.nodeType&&t,Go=fc&&!0&&e&&!e.nodeType&&e,nm=Go&&Go.exports===fc,dc=nm&&tm.process,jn=function(){try{var R=Go&&Go.require&&Go.require("util").types;return R||dc&&dc.binding&&dc.binding("util")}catch{}}(),rm=jn&&jn.isArrayBuffer,om=jn&&jn.isDate,im=jn&&jn.isMap,sm=jn&&jn.isRegExp,am=jn&&jn.isSet,lm=jn&&jn.isTypedArray;function Pn(R,j,W){switch(W.length){case 0:return R.call(j);case 1:return R.call(j,W[0]);case 2:return R.call(j,W[0],W[1]);case 3:return R.call(j,W[0],W[1],W[2])}return R.apply(j,W)}function VC(R,j,W,fe){for(var Oe=-1,Ze=R==null?0:R.length;++Oe<Ze;){var Wt=R[Oe];j(fe,Wt,W(Wt),R)}return fe}function Yn(R,j){for(var W=-1,fe=R==null?0:R.length;++W<fe&&j(R[W],W,R)!==!1;);return R}function GC(R,j){for(var W=R==null?0:R.length;W--&&j(R[W],W,R)!==!1;);return R}function um(R,j){for(var W=-1,fe=R==null?0:R.length;++W<fe;)if(!j(R[W],W,R))return!1;return!0}function fo(R,j){for(var W=-1,fe=R==null?0:R.length,Oe=0,Ze=[];++W<fe;){var Wt=R[W];j(Wt,W,R)&&(Ze[Oe++]=Wt)}return Ze}function Ya(R,j){var W=R==null?0:R.length;return!!W&&yi(R,j,0)>-1}function hc(R,j,W){for(var fe=-1,Oe=R==null?0:R.length;++fe<Oe;)if(W(j,R[fe]))return!0;return!1}function Ct(R,j){for(var W=-1,fe=R==null?0:R.length,Oe=Array(fe);++W<fe;)Oe[W]=j(R[W],W,R);return Oe}function ho(R,j){for(var W=-1,fe=j.length,Oe=R.length;++W<fe;)R[Oe+W]=j[W];return R}function mc(R,j,W,fe){var Oe=-1,Ze=R==null?0:R.length;for(fe&&Ze&&(W=R[++Oe]);++Oe<Ze;)W=j(W,R[Oe],Oe,R);return W}function jC(R,j,W,fe){var Oe=R==null?0:R.length;for(fe&&Oe&&(W=R[--Oe]);Oe--;)W=j(W,R[Oe],Oe,R);return W}function pc(R,j){for(var W=-1,fe=R==null?0:R.length;++W<fe;)if(j(R[W],W,R))return!0;return!1}var YC=gc("length");function KC(R){return R.split("")}function zC(R){return R.match(cr)||[]}function cm(R,j,W){var fe;return W(R,function(Oe,Ze,Wt){if(j(Oe,Ze,Wt))return fe=Ze,!1}),fe}function Ka(R,j,W,fe){for(var Oe=R.length,Ze=W+(fe?1:-1);fe?Ze--:++Ze<Oe;)if(j(R[Ze],Ze,R))return Ze;return-1}function yi(R,j,W){return j===j?sT(R,j,W):Ka(R,fm,W)}function qC(R,j,W,fe){for(var Oe=W-1,Ze=R.length;++Oe<Ze;)if(fe(R[Oe],j))return Oe;return-1}function fm(R){return R!==R}function dm(R,j){var W=R==null?0:R.length;return W?Ec(R,j)/W:Fe}function gc(R){return function(j){return j==null?n:j[R]}}function _c(R){return function(j){return R==null?n:R[j]}}function hm(R,j,W,fe,Oe){return Oe(R,function(Ze,Wt,dt){W=fe?(fe=!1,Ze):j(W,Ze,Wt,dt)}),W}function XC(R,j){var W=R.length;for(R.sort(j);W--;)R[W]=R[W].value;return R}function Ec(R,j){for(var W,fe=-1,Oe=R.length;++fe<Oe;){var Ze=j(R[fe]);Ze!==n&&(W=W===n?Ze:W+Ze)}return W}function vc(R,j){for(var W=-1,fe=Array(R);++W<R;)fe[W]=j(W);return fe}function JC(R,j){return Ct(j,function(W){return[W,R[W]]})}function mm(R){return R&&R.slice(0,Em(R)+1).replace(Uo,"")}function Dn(R){return function(j){return R(j)}}function yc(R,j){return Ct(j,function(W){return R[W]})}function Ls(R,j){return R.has(j)}function pm(R,j){for(var W=-1,fe=R.length;++W<fe&&yi(j,R[W],0)>-1;);return W}function gm(R,j){for(var W=R.length;W--&&yi(j,R[W],0)>-1;);return W}function ZC(R,j){for(var W=R.length,fe=0;W--;)R[W]===j&&++fe;return fe}var QC=_c(BC),eT=_c(kC);function tT(R){return"\\"+$C[R]}function nT(R,j){return R==null?n:R[j]}function bi(R){return PC.test(R)}function rT(R){return DC.test(R)}function oT(R){for(var j,W=[];!(j=R.next()).done;)W.push(j.value);return W}function bc(R){var j=-1,W=Array(R.size);return R.forEach(function(fe,Oe){W[++j]=[Oe,fe]}),W}function _m(R,j){return function(W){return R(j(W))}}function mo(R,j){for(var W=-1,fe=R.length,Oe=0,Ze=[];++W<fe;){var Wt=R[W];(Wt===j||Wt===p)&&(R[W]=p,Ze[Oe++]=W)}return Ze}function za(R){var j=-1,W=Array(R.size);return R.forEach(function(fe){W[++j]=fe}),W}function iT(R){var j=-1,W=Array(R.size);return R.forEach(function(fe){W[++j]=[fe,fe]}),W}function sT(R,j,W){for(var fe=W-1,Oe=R.length;++fe<Oe;)if(R[fe]===j)return fe;return-1}function aT(R,j,W){for(var fe=W+1;fe--;)if(R[fe]===j)return fe;return fe}function Ci(R){return bi(R)?uT(R):YC(R)}function fr(R){return bi(R)?cT(R):KC(R)}function Em(R){for(var j=R.length;j--&&$a.test(R.charAt(j)););return j}var lT=_c(FC);function uT(R){for(var j=cc.lastIndex=0;cc.test(R);)++j;return j}function cT(R){return R.match(cc)||[]}function fT(R){return R.match(RC)||[]}var dT=function R(j){j=j==null?Xt:Ti.defaults(Xt.Object(),j,Ti.pick(Xt,NC));var W=j.Array,fe=j.Date,Oe=j.Error,Ze=j.Function,Wt=j.Math,dt=j.Object,Cc=j.RegExp,hT=j.String,Kn=j.TypeError,qa=W.prototype,mT=Ze.prototype,wi=dt.prototype,Xa=j["__core-js_shared__"],Ja=mT.toString,rt=wi.hasOwnProperty,pT=0,vm=function(){var r=/[^.]+$/.exec(Xa&&Xa.keys&&Xa.keys.IE_PROTO||"");return r?"Symbol(src)_1."+r:""}(),Za=wi.toString,gT=Ja.call(dt),_T=Xt._,ET=Cc("^"+Ja.call(rt).replace(ws,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Qa=nm?j.Buffer:n,po=j.Symbol,el=j.Uint8Array,ym=Qa?Qa.allocUnsafe:n,tl=_m(dt.getPrototypeOf,dt),bm=dt.create,Cm=wi.propertyIsEnumerable,nl=qa.splice,Tm=po?po.isConcatSpreadable:n,Os=po?po.iterator:n,jo=po?po.toStringTag:n,rl=function(){try{var r=Xo(dt,"defineProperty");return r({},"",{}),r}catch{}}(),vT=j.clearTimeout!==Xt.clearTimeout&&j.clearTimeout,yT=fe&&fe.now!==Xt.Date.now&&fe.now,bT=j.setTimeout!==Xt.setTimeout&&j.setTimeout,ol=Wt.ceil,il=Wt.floor,Tc=dt.getOwnPropertySymbols,CT=Qa?Qa.isBuffer:n,wm=j.isFinite,TT=qa.join,wT=_m(dt.keys,dt),Ht=Wt.max,ln=Wt.min,ST=fe.now,AT=j.parseInt,Sm=Wt.random,xT=qa.reverse,wc=Xo(j,"DataView"),Is=Xo(j,"Map"),Sc=Xo(j,"Promise"),Si=Xo(j,"Set"),Rs=Xo(j,"WeakMap"),Ps=Xo(dt,"create"),sl=Rs&&new Rs,Ai={},LT=Jo(wc),OT=Jo(Is),IT=Jo(Sc),RT=Jo(Si),PT=Jo(Rs),al=po?po.prototype:n,Ds=al?al.valueOf:n,Am=al?al.toString:n;function v(r){if(xt(r)&&!Ne(r)&&!(r instanceof Ye)){if(r instanceof zn)return r;if(rt.call(r,"__wrapped__"))return xp(r)}return new zn(r)}var xi=function(){function r(){}return function(i){if(!St(i))return{};if(bm)return bm(i);r.prototype=i;var u=new r;return r.prototype=n,u}}();function ll(){}function zn(r,i){this.__wrapped__=r,this.__actions__=[],this.__chain__=!!i,this.__index__=0,this.__values__=n}v.templateSettings={escape:Cs,evaluate:Ba,interpolate:Ts,variable:"",imports:{_:v}},v.prototype=ll.prototype,v.prototype.constructor=v,zn.prototype=xi(ll.prototype),zn.prototype.constructor=zn;function Ye(r){this.__wrapped__=r,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Je,this.__views__=[]}function DT(){var r=new Ye(this.__wrapped__);return r.__actions__=wn(this.__actions__),r.__dir__=this.__dir__,r.__filtered__=this.__filtered__,r.__iteratees__=wn(this.__iteratees__),r.__takeCount__=this.__takeCount__,r.__views__=wn(this.__views__),r}function NT(){if(this.__filtered__){var r=new Ye(this);r.__dir__=-1,r.__filtered__=!0}else r=this.clone(),r.__dir__*=-1;return r}function MT(){var r=this.__wrapped__.value(),i=this.__dir__,u=Ne(r),f=i<0,_=u?r.length:0,y=K0(0,_,this.__views__),T=y.start,L=y.end,P=L-T,Y=f?L:T-1,K=this.__iteratees__,X=K.length,se=0,me=ln(P,this.__takeCount__);if(!u||!f&&_==P&&me==P)return Xm(r,this.__actions__);var ve=[];e:for(;P--&&se<me;){Y+=i;for(var $e=-1,ye=r[Y];++$e<X;){var Ge=K[$e],ze=Ge.iteratee,Bn=Ge.type,pn=ze(ye);if(Bn==Bt)ye=pn;else if(!pn){if(Bn==Tt)continue e;break e}}ve[se++]=ye}return ve}Ye.prototype=xi(ll.prototype),Ye.prototype.constructor=Ye;function Yo(r){var i=-1,u=r==null?0:r.length;for(this.clear();++i<u;){var f=r[i];this.set(f[0],f[1])}}function BT(){this.__data__=Ps?Ps(null):{},this.size=0}function kT(r){var i=this.has(r)&&delete this.__data__[r];return this.size-=i?1:0,i}function FT(r){var i=this.__data__;if(Ps){var u=i[r];return u===d?n:u}return rt.call(i,r)?i[r]:n}function $T(r){var i=this.__data__;return Ps?i[r]!==n:rt.call(i,r)}function WT(r,i){var u=this.__data__;return this.size+=this.has(r)?0:1,u[r]=Ps&&i===n?d:i,this}Yo.prototype.clear=BT,Yo.prototype.delete=kT,Yo.prototype.get=FT,Yo.prototype.has=$T,Yo.prototype.set=WT;function Wr(r){var i=-1,u=r==null?0:r.length;for(this.clear();++i<u;){var f=r[i];this.set(f[0],f[1])}}function HT(){this.__data__=[],this.size=0}function UT(r){var i=this.__data__,u=ul(i,r);if(u<0)return!1;var f=i.length-1;return u==f?i.pop():nl.call(i,u,1),--this.size,!0}function VT(r){var i=this.__data__,u=ul(i,r);return u<0?n:i[u][1]}function GT(r){return ul(this.__data__,r)>-1}function jT(r,i){var u=this.__data__,f=ul(u,r);return f<0?(++this.size,u.push([r,i])):u[f][1]=i,this}Wr.prototype.clear=HT,Wr.prototype.delete=UT,Wr.prototype.get=VT,Wr.prototype.has=GT,Wr.prototype.set=jT;function Hr(r){var i=-1,u=r==null?0:r.length;for(this.clear();++i<u;){var f=r[i];this.set(f[0],f[1])}}function YT(){this.size=0,this.__data__={hash:new Yo,map:new(Is||Wr),string:new Yo}}function KT(r){var i=bl(this,r).delete(r);return this.size-=i?1:0,i}function zT(r){return bl(this,r).get(r)}function qT(r){return bl(this,r).has(r)}function XT(r,i){var u=bl(this,r),f=u.size;return u.set(r,i),this.size+=u.size==f?0:1,this}Hr.prototype.clear=YT,Hr.prototype.delete=KT,Hr.prototype.get=zT,Hr.prototype.has=qT,Hr.prototype.set=XT;function Ko(r){var i=-1,u=r==null?0:r.length;for(this.__data__=new Hr;++i<u;)this.add(r[i])}function JT(r){return this.__data__.set(r,d),this}function ZT(r){return this.__data__.has(r)}Ko.prototype.add=Ko.prototype.push=JT,Ko.prototype.has=ZT;function dr(r){var i=this.__data__=new Wr(r);this.size=i.size}function QT(){this.__data__=new Wr,this.size=0}function e0(r){var i=this.__data__,u=i.delete(r);return this.size=i.size,u}function t0(r){return this.__data__.get(r)}function n0(r){return this.__data__.has(r)}function r0(r,i){var u=this.__data__;if(u instanceof Wr){var f=u.__data__;if(!Is||f.length<s-1)return f.push([r,i]),this.size=++u.size,this;u=this.__data__=new Hr(f)}return u.set(r,i),this.size=u.size,this}dr.prototype.clear=QT,dr.prototype.delete=e0,dr.prototype.get=t0,dr.prototype.has=n0,dr.prototype.set=r0;function xm(r,i){var u=Ne(r),f=!u&&Zo(r),_=!u&&!f&&yo(r),y=!u&&!f&&!_&&Ri(r),T=u||f||_||y,L=T?vc(r.length,hT):[],P=L.length;for(var Y in r)(i||rt.call(r,Y))&&!(T&&(Y=="length"||_&&(Y=="offset"||Y=="parent")||y&&(Y=="buffer"||Y=="byteLength"||Y=="byteOffset")||jr(Y,P)))&&L.push(Y);return L}function Lm(r){var i=r.length;return i?r[Bc(0,i-1)]:n}function o0(r,i){return Cl(wn(r),zo(i,0,r.length))}function i0(r){return Cl(wn(r))}function Ac(r,i,u){(u!==n&&!hr(r[i],u)||u===n&&!(i in r))&&Ur(r,i,u)}function Ns(r,i,u){var f=r[i];(!(rt.call(r,i)&&hr(f,u))||u===n&&!(i in r))&&Ur(r,i,u)}function ul(r,i){for(var u=r.length;u--;)if(hr(r[u][0],i))return u;return-1}function s0(r,i,u,f){return go(r,function(_,y,T){i(f,_,u(_),T)}),f}function Om(r,i){return r&&wr(i,Yt(i),r)}function a0(r,i){return r&&wr(i,An(i),r)}function Ur(r,i,u){i=="__proto__"&&rl?rl(r,i,{configurable:!0,enumerable:!0,value:u,writable:!0}):r[i]=u}function xc(r,i){for(var u=-1,f=i.length,_=W(f),y=r==null;++u<f;)_[u]=y?n:lf(r,i[u]);return _}function zo(r,i,u){return r===r&&(u!==n&&(r=r<=u?r:u),i!==n&&(r=r>=i?r:i)),r}function qn(r,i,u,f,_,y){var T,L=i&E,P=i&C,Y=i&w;if(u&&(T=_?u(r,f,_,y):u(r)),T!==n)return T;if(!St(r))return r;var K=Ne(r);if(K){if(T=q0(r),!L)return wn(r,T)}else{var X=un(r),se=X==Ft||X==g;if(yo(r))return Qm(r,L);if(X==M||X==it||se&&!_){if(T=P||se?{}:Ep(r),!L)return P?F0(r,a0(T,r)):k0(r,Om(T,r))}else{if(!gt[X])return _?r:{};T=X0(r,X,L)}}y||(y=new dr);var me=y.get(r);if(me)return me;y.set(r,T),Kp(r)?r.forEach(function(ye){T.add(qn(ye,i,u,ye,r,y))}):jp(r)&&r.forEach(function(ye,Ge){T.set(Ge,qn(ye,i,u,Ge,r,y))});var ve=Y?P?Kc:Yc:P?An:Yt,$e=K?n:ve(r);return Yn($e||r,function(ye,Ge){$e&&(Ge=ye,ye=r[Ge]),Ns(T,Ge,qn(ye,i,u,Ge,r,y))}),T}function l0(r){var i=Yt(r);return function(u){return Im(u,r,i)}}function Im(r,i,u){var f=u.length;if(r==null)return!f;for(r=dt(r);f--;){var _=u[f],y=i[_],T=r[_];if(T===n&&!(_ in r)||!y(T))return!1}return!0}function Rm(r,i,u){if(typeof r!="function")throw new Kn(l);return Hs(function(){r.apply(n,u)},i)}function Ms(r,i,u,f){var _=-1,y=Ya,T=!0,L=r.length,P=[],Y=i.length;if(!L)return P;u&&(i=Ct(i,Dn(u))),f?(y=hc,T=!1):i.length>=s&&(y=Ls,T=!1,i=new Ko(i));e:for(;++_<L;){var K=r[_],X=u==null?K:u(K);if(K=f||K!==0?K:0,T&&X===X){for(var se=Y;se--;)if(i[se]===X)continue e;P.push(K)}else y(i,X,f)||P.push(K)}return P}var go=op(Tr),Pm=op(Oc,!0);function u0(r,i){var u=!0;return go(r,function(f,_,y){return u=!!i(f,_,y),u}),u}function cl(r,i,u){for(var f=-1,_=r.length;++f<_;){var y=r[f],T=i(y);if(T!=null&&(L===n?T===T&&!Mn(T):u(T,L)))var L=T,P=y}return P}function c0(r,i,u,f){var _=r.length;for(u=Be(u),u<0&&(u=-u>_?0:_+u),f=f===n||f>_?_:Be(f),f<0&&(f+=_),f=u>f?0:qp(f);u<f;)r[u++]=i;return r}function Dm(r,i){var u=[];return go(r,function(f,_,y){i(f,_,y)&&u.push(f)}),u}function Jt(r,i,u,f,_){var y=-1,T=r.length;for(u||(u=Z0),_||(_=[]);++y<T;){var L=r[y];i>0&&u(L)?i>1?Jt(L,i-1,u,f,_):ho(_,L):f||(_[_.length]=L)}return _}var Lc=ip(),Nm=ip(!0);function Tr(r,i){return r&&Lc(r,i,Yt)}function Oc(r,i){return r&&Nm(r,i,Yt)}function fl(r,i){return fo(i,function(u){return Yr(r[u])})}function qo(r,i){i=Eo(i,r);for(var u=0,f=i.length;r!=null&&u<f;)r=r[Sr(i[u++])];return u&&u==f?r:n}function Mm(r,i,u){var f=i(r);return Ne(r)?f:ho(f,u(r))}function hn(r){return r==null?r===n?O:D:jo&&jo in dt(r)?Y0(r):iw(r)}function Ic(r,i){return r>i}function f0(r,i){return r!=null&&rt.call(r,i)}function d0(r,i){return r!=null&&i in dt(r)}function h0(r,i,u){return r>=ln(i,u)&&r<Ht(i,u)}function Rc(r,i,u){for(var f=u?hc:Ya,_=r[0].length,y=r.length,T=y,L=W(y),P=1/0,Y=[];T--;){var K=r[T];T&&i&&(K=Ct(K,Dn(i))),P=ln(K.length,P),L[T]=!u&&(i||_>=120&&K.length>=120)?new Ko(T&&K):n}K=r[0];var X=-1,se=L[0];e:for(;++X<_&&Y.length<P;){var me=K[X],ve=i?i(me):me;if(me=u||me!==0?me:0,!(se?Ls(se,ve):f(Y,ve,u))){for(T=y;--T;){var $e=L[T];if(!($e?Ls($e,ve):f(r[T],ve,u)))continue e}se&&se.push(ve),Y.push(me)}}return Y}function m0(r,i,u,f){return Tr(r,function(_,y,T){i(f,u(_),y,T)}),f}function Bs(r,i,u){i=Eo(i,r),r=Cp(r,i);var f=r==null?r:r[Sr(Jn(i))];return f==null?n:Pn(f,r,u)}function Bm(r){return xt(r)&&hn(r)==it}function p0(r){return xt(r)&&hn(r)==ue}function g0(r){return xt(r)&&hn(r)==wt}function ks(r,i,u,f,_){return r===i?!0:r==null||i==null||!xt(r)&&!xt(i)?r!==r&&i!==i:_0(r,i,u,f,ks,_)}function _0(r,i,u,f,_,y){var T=Ne(r),L=Ne(i),P=T?pt:un(r),Y=L?pt:un(i);P=P==it?M:P,Y=Y==it?M:Y;var K=P==M,X=Y==M,se=P==Y;if(se&&yo(r)){if(!yo(i))return!1;T=!0,K=!1}if(se&&!K)return y||(y=new dr),T||Ri(r)?pp(r,i,u,f,_,y):G0(r,i,P,u,f,_,y);if(!(u&N)){var me=K&&rt.call(r,"__wrapped__"),ve=X&&rt.call(i,"__wrapped__");if(me||ve){var $e=me?r.value():r,ye=ve?i.value():i;return y||(y=new dr),_($e,ye,u,f,y)}}return se?(y||(y=new dr),j0(r,i,u,f,_,y)):!1}function E0(r){return xt(r)&&un(r)==h}function Pc(r,i,u,f){var _=u.length,y=_,T=!f;if(r==null)return!y;for(r=dt(r);_--;){var L=u[_];if(T&&L[2]?L[1]!==r[L[0]]:!(L[0]in r))return!1}for(;++_<y;){L=u[_];var P=L[0],Y=r[P],K=L[1];if(T&&L[2]){if(Y===n&&!(P in r))return!1}else{var X=new dr;if(f)var se=f(Y,K,P,r,i,X);if(!(se===n?ks(K,Y,N|x,f,X):se))return!1}}return!0}function km(r){if(!St(r)||ew(r))return!1;var i=Yr(r)?ET:I;return i.test(Jo(r))}function v0(r){return xt(r)&&hn(r)==q}function y0(r){return xt(r)&&un(r)==J}function b0(r){return xt(r)&&Ll(r.length)&&!!vt[hn(r)]}function Fm(r){return typeof r=="function"?r:r==null?xn:typeof r=="object"?Ne(r)?Hm(r[0],r[1]):Wm(r):sg(r)}function Dc(r){if(!Ws(r))return wT(r);var i=[];for(var u in dt(r))rt.call(r,u)&&u!="constructor"&&i.push(u);return i}function C0(r){if(!St(r))return ow(r);var i=Ws(r),u=[];for(var f in r)f=="constructor"&&(i||!rt.call(r,f))||u.push(f);return u}function Nc(r,i){return r<i}function $m(r,i){var u=-1,f=Sn(r)?W(r.length):[];return go(r,function(_,y,T){f[++u]=i(_,y,T)}),f}function Wm(r){var i=qc(r);return i.length==1&&i[0][2]?yp(i[0][0],i[0][1]):function(u){return u===r||Pc(u,r,i)}}function Hm(r,i){return Jc(r)&&vp(i)?yp(Sr(r),i):function(u){var f=lf(u,r);return f===n&&f===i?uf(u,r):ks(i,f,N|x)}}function dl(r,i,u,f,_){r!==i&&Lc(i,function(y,T){if(_||(_=new dr),St(y))T0(r,i,T,u,dl,f,_);else{var L=f?f(Qc(r,T),y,T+"",r,i,_):n;L===n&&(L=y),Ac(r,T,L)}},An)}function T0(r,i,u,f,_,y,T){var L=Qc(r,u),P=Qc(i,u),Y=T.get(P);if(Y){Ac(r,u,Y);return}var K=y?y(L,P,u+"",r,i,T):n,X=K===n;if(X){var se=Ne(P),me=!se&&yo(P),ve=!se&&!me&&Ri(P);K=P,se||me||ve?Ne(L)?K=L:Dt(L)?K=wn(L):me?(X=!1,K=Qm(P,!0)):ve?(X=!1,K=ep(P,!0)):K=[]:Us(P)||Zo(P)?(K=L,Zo(L)?K=Xp(L):(!St(L)||Yr(L))&&(K=Ep(P))):X=!1}X&&(T.set(P,K),_(K,P,f,y,T),T.delete(P)),Ac(r,u,K)}function Um(r,i){var u=r.length;if(u)return i+=i<0?u:0,jr(i,u)?r[i]:n}function Vm(r,i,u){i.length?i=Ct(i,function(y){return Ne(y)?function(T){return qo(T,y.length===1?y[0]:y)}:y}):i=[xn];var f=-1;i=Ct(i,Dn(Ee()));var _=$m(r,function(y,T,L){var P=Ct(i,function(Y){return Y(y)});return{criteria:P,index:++f,value:y}});return XC(_,function(y,T){return B0(y,T,u)})}function w0(r,i){return Gm(r,i,function(u,f){return uf(r,f)})}function Gm(r,i,u){for(var f=-1,_=i.length,y={};++f<_;){var T=i[f],L=qo(r,T);u(L,T)&&Fs(y,Eo(T,r),L)}return y}function S0(r){return function(i){return qo(i,r)}}function Mc(r,i,u,f){var _=f?qC:yi,y=-1,T=i.length,L=r;for(r===i&&(i=wn(i)),u&&(L=Ct(r,Dn(u)));++y<T;)for(var P=0,Y=i[y],K=u?u(Y):Y;(P=_(L,K,P,f))>-1;)L!==r&&nl.call(L,P,1),nl.call(r,P,1);return r}function jm(r,i){for(var u=r?i.length:0,f=u-1;u--;){var _=i[u];if(u==f||_!==y){var y=_;jr(_)?nl.call(r,_,1):$c(r,_)}}return r}function Bc(r,i){return r+il(Sm()*(i-r+1))}function A0(r,i,u,f){for(var _=-1,y=Ht(ol((i-r)/(u||1)),0),T=W(y);y--;)T[f?y:++_]=r,r+=u;return T}function kc(r,i){var u="";if(!r||i<1||i>Te)return u;do i%2&&(u+=r),i=il(i/2),i&&(r+=r);while(i);return u}function Ue(r,i){return ef(bp(r,i,xn),r+"")}function x0(r){return Lm(Pi(r))}function L0(r,i){var u=Pi(r);return Cl(u,zo(i,0,u.length))}function Fs(r,i,u,f){if(!St(r))return r;i=Eo(i,r);for(var _=-1,y=i.length,T=y-1,L=r;L!=null&&++_<y;){var P=Sr(i[_]),Y=u;if(P==="__proto__"||P==="constructor"||P==="prototype")return r;if(_!=T){var K=L[P];Y=f?f(K,P,L):n,Y===n&&(Y=St(K)?K:jr(i[_+1])?[]:{})}Ns(L,P,Y),L=L[P]}return r}var Ym=sl?function(r,i){return sl.set(r,i),r}:xn,O0=rl?function(r,i){return rl(r,"toString",{configurable:!0,enumerable:!1,value:ff(i),writable:!0})}:xn;function I0(r){return Cl(Pi(r))}function Xn(r,i,u){var f=-1,_=r.length;i<0&&(i=-i>_?0:_+i),u=u>_?_:u,u<0&&(u+=_),_=i>u?0:u-i>>>0,i>>>=0;for(var y=W(_);++f<_;)y[f]=r[f+i];return y}function R0(r,i){var u;return go(r,function(f,_,y){return u=i(f,_,y),!u}),!!u}function hl(r,i,u){var f=0,_=r==null?f:r.length;if(typeof i=="number"&&i===i&&_<=Gt){for(;f<_;){var y=f+_>>>1,T=r[y];T!==null&&!Mn(T)&&(u?T<=i:T<i)?f=y+1:_=y}return _}return Fc(r,i,xn,u)}function Fc(r,i,u,f){var _=0,y=r==null?0:r.length;if(y===0)return 0;i=u(i);for(var T=i!==i,L=i===null,P=Mn(i),Y=i===n;_<y;){var K=il((_+y)/2),X=u(r[K]),se=X!==n,me=X===null,ve=X===X,$e=Mn(X);if(T)var ye=f||ve;else Y?ye=ve&&(f||se):L?ye=ve&&se&&(f||!me):P?ye=ve&&se&&!me&&(f||!$e):me||$e?ye=!1:ye=f?X<=i:X<i;ye?_=K+1:y=K}return ln(y,De)}function Km(r,i){for(var u=-1,f=r.length,_=0,y=[];++u<f;){var T=r[u],L=i?i(T):T;if(!u||!hr(L,P)){var P=L;y[_++]=T===0?0:T}}return y}function zm(r){return typeof r=="number"?r:Mn(r)?Fe:+r}function Nn(r){if(typeof r=="string")return r;if(Ne(r))return Ct(r,Nn)+"";if(Mn(r))return Am?Am.call(r):"";var i=r+"";return i=="0"&&1/r==-ge?"-0":i}function _o(r,i,u){var f=-1,_=Ya,y=r.length,T=!0,L=[],P=L;if(u)T=!1,_=hc;else if(y>=s){var Y=i?null:U0(r);if(Y)return za(Y);T=!1,_=Ls,P=new Ko}else P=i?[]:L;e:for(;++f<y;){var K=r[f],X=i?i(K):K;if(K=u||K!==0?K:0,T&&X===X){for(var se=P.length;se--;)if(P[se]===X)continue e;i&&P.push(X),L.push(K)}else _(P,X,u)||(P!==L&&P.push(X),L.push(K))}return L}function $c(r,i){return i=Eo(i,r),r=Cp(r,i),r==null||delete r[Sr(Jn(i))]}function qm(r,i,u,f){return Fs(r,i,u(qo(r,i)),f)}function ml(r,i,u,f){for(var _=r.length,y=f?_:-1;(f?y--:++y<_)&&i(r[y],y,r););return u?Xn(r,f?0:y,f?y+1:_):Xn(r,f?y+1:0,f?_:y)}function Xm(r,i){var u=r;return u instanceof Ye&&(u=u.value()),mc(i,function(f,_){return _.func.apply(_.thisArg,ho([f],_.args))},u)}function Wc(r,i,u){var f=r.length;if(f<2)return f?_o(r[0]):[];for(var _=-1,y=W(f);++_<f;)for(var T=r[_],L=-1;++L<f;)L!=_&&(y[_]=Ms(y[_]||T,r[L],i,u));return _o(Jt(y,1),i,u)}function Jm(r,i,u){for(var f=-1,_=r.length,y=i.length,T={};++f<_;){var L=f<y?i[f]:n;u(T,r[f],L)}return T}function Hc(r){return Dt(r)?r:[]}function Uc(r){return typeof r=="function"?r:xn}function Eo(r,i){return Ne(r)?r:Jc(r,i)?[r]:Ap(Qe(r))}var P0=Ue;function vo(r,i,u){var f=r.length;return u=u===n?f:u,!i&&u>=f?r:Xn(r,i,u)}var Zm=vT||function(r){return Xt.clearTimeout(r)};function Qm(r,i){if(i)return r.slice();var u=r.length,f=ym?ym(u):new r.constructor(u);return r.copy(f),f}function Vc(r){var i=new r.constructor(r.byteLength);return new el(i).set(new el(r)),i}function D0(r,i){var u=i?Vc(r.buffer):r.buffer;return new r.constructor(u,r.byteOffset,r.byteLength)}function N0(r){var i=new r.constructor(r.source,Ss.exec(r));return i.lastIndex=r.lastIndex,i}function M0(r){return Ds?dt(Ds.call(r)):{}}function ep(r,i){var u=i?Vc(r.buffer):r.buffer;return new r.constructor(u,r.byteOffset,r.length)}function tp(r,i){if(r!==i){var u=r!==n,f=r===null,_=r===r,y=Mn(r),T=i!==n,L=i===null,P=i===i,Y=Mn(i);if(!L&&!Y&&!y&&r>i||y&&T&&P&&!L&&!Y||f&&T&&P||!u&&P||!_)return 1;if(!f&&!y&&!Y&&r<i||Y&&u&&_&&!f&&!y||L&&u&&_||!T&&_||!P)return-1}return 0}function B0(r,i,u){for(var f=-1,_=r.criteria,y=i.criteria,T=_.length,L=u.length;++f<T;){var P=tp(_[f],y[f]);if(P){if(f>=L)return P;var Y=u[f];return P*(Y=="desc"?-1:1)}}return r.index-i.index}function np(r,i,u,f){for(var _=-1,y=r.length,T=u.length,L=-1,P=i.length,Y=Ht(y-T,0),K=W(P+Y),X=!f;++L<P;)K[L]=i[L];for(;++_<T;)(X||_<y)&&(K[u[_]]=r[_]);for(;Y--;)K[L++]=r[_++];return K}function rp(r,i,u,f){for(var _=-1,y=r.length,T=-1,L=u.length,P=-1,Y=i.length,K=Ht(y-L,0),X=W(K+Y),se=!f;++_<K;)X[_]=r[_];for(var me=_;++P<Y;)X[me+P]=i[P];for(;++T<L;)(se||_<y)&&(X[me+u[T]]=r[_++]);return X}function wn(r,i){var u=-1,f=r.length;for(i||(i=W(f));++u<f;)i[u]=r[u];return i}function wr(r,i,u,f){var _=!u;u||(u={});for(var y=-1,T=i.length;++y<T;){var L=i[y],P=f?f(u[L],r[L],L,u,r):n;P===n&&(P=r[L]),_?Ur(u,L,P):Ns(u,L,P)}return u}function k0(r,i){return wr(r,Xc(r),i)}function F0(r,i){return wr(r,gp(r),i)}function pl(r,i){return function(u,f){var _=Ne(u)?VC:s0,y=i?i():{};return _(u,r,Ee(f,2),y)}}function Li(r){return Ue(function(i,u){var f=-1,_=u.length,y=_>1?u[_-1]:n,T=_>2?u[2]:n;for(y=r.length>3&&typeof y=="function"?(_--,y):n,T&&mn(u[0],u[1],T)&&(y=_<3?n:y,_=1),i=dt(i);++f<_;){var L=u[f];L&&r(i,L,f,y)}return i})}function op(r,i){return function(u,f){if(u==null)return u;if(!Sn(u))return r(u,f);for(var _=u.length,y=i?_:-1,T=dt(u);(i?y--:++y<_)&&f(T[y],y,T)!==!1;);return u}}function ip(r){return function(i,u,f){for(var _=-1,y=dt(i),T=f(i),L=T.length;L--;){var P=T[r?L:++_];if(u(y[P],P,y)===!1)break}return i}}function $0(r,i,u){var f=i&F,_=$s(r);function y(){var T=this&&this!==Xt&&this instanceof y?_:r;return T.apply(f?u:this,arguments)}return y}function sp(r){return function(i){i=Qe(i);var u=bi(i)?fr(i):n,f=u?u[0]:i.charAt(0),_=u?vo(u,1).join(""):i.slice(1);return f[r]()+_}}function Oi(r){return function(i){return mc(og(rg(i).replace(OC,"")),r,"")}}function $s(r){return function(){var i=arguments;switch(i.length){case 0:return new r;case 1:return new r(i[0]);case 2:return new r(i[0],i[1]);case 3:return new r(i[0],i[1],i[2]);case 4:return new r(i[0],i[1],i[2],i[3]);case 5:return new r(i[0],i[1],i[2],i[3],i[4]);case 6:return new r(i[0],i[1],i[2],i[3],i[4],i[5]);case 7:return new r(i[0],i[1],i[2],i[3],i[4],i[5],i[6])}var u=xi(r.prototype),f=r.apply(u,i);return St(f)?f:u}}function W0(r,i,u){var f=$s(r);function _(){for(var y=arguments.length,T=W(y),L=y,P=Ii(_);L--;)T[L]=arguments[L];var Y=y<3&&T[0]!==P&&T[y-1]!==P?[]:mo(T,P);if(y-=Y.length,y<u)return fp(r,i,gl,_.placeholder,n,T,Y,n,n,u-y);var K=this&&this!==Xt&&this instanceof _?f:r;return Pn(K,this,T)}return _}function ap(r){return function(i,u,f){var _=dt(i);if(!Sn(i)){var y=Ee(u,3);i=Yt(i),u=function(L){return y(_[L],L,_)}}var T=r(i,u,f);return T>-1?_[y?i[T]:T]:n}}function lp(r){return Gr(function(i){var u=i.length,f=u,_=zn.prototype.thru;for(r&&i.reverse();f--;){var y=i[f];if(typeof y!="function")throw new Kn(l);if(_&&!T&&yl(y)=="wrapper")var T=new zn([],!0)}for(f=T?f:u;++f<u;){y=i[f];var L=yl(y),P=L=="wrapper"?zc(y):n;P&&Zc(P[0])&&P[1]==(U|$|H|le)&&!P[4].length&&P[9]==1?T=T[yl(P[0])].apply(T,P[3]):T=y.length==1&&Zc(y)?T[L]():T.thru(y)}return function(){var Y=arguments,K=Y[0];if(T&&Y.length==1&&Ne(K))return T.plant(K).value();for(var X=0,se=u?i[X].apply(this,Y):K;++X<u;)se=i[X].call(this,se);return se}})}function gl(r,i,u,f,_,y,T,L,P,Y){var K=i&U,X=i&F,se=i&S,me=i&($|A),ve=i&ce,$e=se?n:$s(r);function ye(){for(var Ge=arguments.length,ze=W(Ge),Bn=Ge;Bn--;)ze[Bn]=arguments[Bn];if(me)var pn=Ii(ye),kn=ZC(ze,pn);if(f&&(ze=np(ze,f,_,me)),y&&(ze=rp(ze,y,T,me)),Ge-=kn,me&&Ge<Y){var Nt=mo(ze,pn);return fp(r,i,gl,ye.placeholder,u,ze,Nt,L,P,Y-Ge)}var mr=X?u:this,zr=se?mr[r]:r;return Ge=ze.length,L?ze=sw(ze,L):ve&&Ge>1&&ze.reverse(),K&&P<Ge&&(ze.length=P),this&&this!==Xt&&this instanceof ye&&(zr=$e||$s(zr)),zr.apply(mr,ze)}return ye}function up(r,i){return function(u,f){return m0(u,r,i(f),{})}}function _l(r,i){return function(u,f){var _;if(u===n&&f===n)return i;if(u!==n&&(_=u),f!==n){if(_===n)return f;typeof u=="string"||typeof f=="string"?(u=Nn(u),f=Nn(f)):(u=zm(u),f=zm(f)),_=r(u,f)}return _}}function Gc(r){return Gr(function(i){return i=Ct(i,Dn(Ee())),Ue(function(u){var f=this;return r(i,function(_){return Pn(_,f,u)})})})}function El(r,i){i=i===n?" ":Nn(i);var u=i.length;if(u<2)return u?kc(i,r):i;var f=kc(i,ol(r/Ci(i)));return bi(i)?vo(fr(f),0,r).join(""):f.slice(0,r)}function H0(r,i,u,f){var _=i&F,y=$s(r);function T(){for(var L=-1,P=arguments.length,Y=-1,K=f.length,X=W(K+P),se=this&&this!==Xt&&this instanceof T?y:r;++Y<K;)X[Y]=f[Y];for(;P--;)X[Y++]=arguments[++L];return Pn(se,_?u:this,X)}return T}function cp(r){return function(i,u,f){return f&&typeof f!="number"&&mn(i,u,f)&&(u=f=n),i=Kr(i),u===n?(u=i,i=0):u=Kr(u),f=f===n?i<u?1:-1:Kr(f),A0(i,u,f,r)}}function vl(r){return function(i,u){return typeof i=="string"&&typeof u=="string"||(i=Zn(i),u=Zn(u)),r(i,u)}}function fp(r,i,u,f,_,y,T,L,P,Y){var K=i&$,X=K?T:n,se=K?n:T,me=K?y:n,ve=K?n:y;i|=K?H:G,i&=~(K?G:H),i&B||(i&=~(F|S));var $e=[r,i,_,me,X,ve,se,L,P,Y],ye=u.apply(n,$e);return Zc(r)&&Tp(ye,$e),ye.placeholder=f,wp(ye,r,i)}function jc(r){var i=Wt[r];return function(u,f){if(u=Zn(u),f=f==null?0:ln(Be(f),292),f&&wm(u)){var _=(Qe(u)+"e").split("e"),y=i(_[0]+"e"+(+_[1]+f));return _=(Qe(y)+"e").split("e"),+(_[0]+"e"+(+_[1]-f))}return i(u)}}var U0=Si&&1/za(new Si([,-0]))[1]==ge?function(r){return new Si(r)}:mf;function dp(r){return function(i){var u=un(i);return u==h?bc(i):u==J?iT(i):JC(i,r(i))}}function Vr(r,i,u,f,_,y,T,L){var P=i&S;if(!P&&typeof r!="function")throw new Kn(l);var Y=f?f.length:0;if(Y||(i&=~(H|G),f=_=n),T=T===n?T:Ht(Be(T),0),L=L===n?L:Be(L),Y-=_?_.length:0,i&G){var K=f,X=_;f=_=n}var se=P?n:zc(r),me=[r,i,u,f,_,K,X,y,T,L];if(se&&rw(me,se),r=me[0],i=me[1],u=me[2],f=me[3],_=me[4],L=me[9]=me[9]===n?P?0:r.length:Ht(me[9]-Y,0),!L&&i&($|A)&&(i&=~($|A)),!i||i==F)var ve=$0(r,i,u);else i==$||i==A?ve=W0(r,i,L):(i==H||i==(F|H))&&!_.length?ve=H0(r,i,u,f):ve=gl.apply(n,me);var $e=se?Ym:Tp;return wp($e(ve,me),r,i)}function hp(r,i,u,f){return r===n||hr(r,wi[u])&&!rt.call(f,u)?i:r}function mp(r,i,u,f,_,y){return St(r)&&St(i)&&(y.set(i,r),dl(r,i,n,mp,y),y.delete(i)),r}function V0(r){return Us(r)?n:r}function pp(r,i,u,f,_,y){var T=u&N,L=r.length,P=i.length;if(L!=P&&!(T&&P>L))return!1;var Y=y.get(r),K=y.get(i);if(Y&&K)return Y==i&&K==r;var X=-1,se=!0,me=u&x?new Ko:n;for(y.set(r,i),y.set(i,r);++X<L;){var ve=r[X],$e=i[X];if(f)var ye=T?f($e,ve,X,i,r,y):f(ve,$e,X,r,i,y);if(ye!==n){if(ye)continue;se=!1;break}if(me){if(!pc(i,function(Ge,ze){if(!Ls(me,ze)&&(ve===Ge||_(ve,Ge,u,f,y)))return me.push(ze)})){se=!1;break}}else if(!(ve===$e||_(ve,$e,u,f,y))){se=!1;break}}return y.delete(r),y.delete(i),se}function G0(r,i,u,f,_,y,T){switch(u){case we:if(r.byteLength!=i.byteLength||r.byteOffset!=i.byteOffset)return!1;r=r.buffer,i=i.buffer;case ue:return!(r.byteLength!=i.byteLength||!y(new el(r),new el(i)));case nt:case wt:case b:return hr(+r,+i);case lt:return r.name==i.name&&r.message==i.message;case q:case z:return r==i+"";case h:var L=bc;case J:var P=f&N;if(L||(L=za),r.size!=i.size&&!P)return!1;var Y=T.get(r);if(Y)return Y==i;f|=x,T.set(r,i);var K=pp(L(r),L(i),f,_,y,T);return T.delete(r),K;case ne:if(Ds)return Ds.call(r)==Ds.call(i)}return!1}function j0(r,i,u,f,_,y){var T=u&N,L=Yc(r),P=L.length,Y=Yc(i),K=Y.length;if(P!=K&&!T)return!1;for(var X=P;X--;){var se=L[X];if(!(T?se in i:rt.call(i,se)))return!1}var me=y.get(r),ve=y.get(i);if(me&&ve)return me==i&&ve==r;var $e=!0;y.set(r,i),y.set(i,r);for(var ye=T;++X<P;){se=L[X];var Ge=r[se],ze=i[se];if(f)var Bn=T?f(ze,Ge,se,i,r,y):f(Ge,ze,se,r,i,y);if(!(Bn===n?Ge===ze||_(Ge,ze,u,f,y):Bn)){$e=!1;break}ye||(ye=se=="constructor")}if($e&&!ye){var pn=r.constructor,kn=i.constructor;pn!=kn&&"constructor"in r&&"constructor"in i&&!(typeof pn=="function"&&pn instanceof pn&&typeof kn=="function"&&kn instanceof kn)&&($e=!1)}return y.delete(r),y.delete(i),$e}function Gr(r){return ef(bp(r,n,Ip),r+"")}function Yc(r){return Mm(r,Yt,Xc)}function Kc(r){return Mm(r,An,gp)}var zc=sl?function(r){return sl.get(r)}:mf;function yl(r){for(var i=r.name+"",u=Ai[i],f=rt.call(Ai,i)?u.length:0;f--;){var _=u[f],y=_.func;if(y==null||y==r)return _.name}return i}function Ii(r){var i=rt.call(v,"placeholder")?v:r;return i.placeholder}function Ee(){var r=v.iteratee||df;return r=r===df?Fm:r,arguments.length?r(arguments[0],arguments[1]):r}function bl(r,i){var u=r.__data__;return Q0(i)?u[typeof i=="string"?"string":"hash"]:u.map}function qc(r){for(var i=Yt(r),u=i.length;u--;){var f=i[u],_=r[f];i[u]=[f,_,vp(_)]}return i}function Xo(r,i){var u=nT(r,i);return km(u)?u:n}function Y0(r){var i=rt.call(r,jo),u=r[jo];try{r[jo]=n;var f=!0}catch{}var _=Za.call(r);return f&&(i?r[jo]=u:delete r[jo]),_}var Xc=Tc?function(r){return r==null?[]:(r=dt(r),fo(Tc(r),function(i){return Cm.call(r,i)}))}:pf,gp=Tc?function(r){for(var i=[];r;)ho(i,Xc(r)),r=tl(r);return i}:pf,un=hn;(wc&&un(new wc(new ArrayBuffer(1)))!=we||Is&&un(new Is)!=h||Sc&&un(Sc.resolve())!=V||Si&&un(new Si)!=J||Rs&&un(new Rs)!=k)&&(un=function(r){var i=hn(r),u=i==M?r.constructor:n,f=u?Jo(u):"";if(f)switch(f){case LT:return we;case OT:return h;case IT:return V;case RT:return J;case PT:return k}return i});function K0(r,i,u){for(var f=-1,_=u.length;++f<_;){var y=u[f],T=y.size;switch(y.type){case"drop":r+=T;break;case"dropRight":i-=T;break;case"take":i=ln(i,r+T);break;case"takeRight":r=Ht(r,i-T);break}}return{start:r,end:i}}function z0(r){var i=r.match(oc);return i?i[1].split(Ha):[]}function _p(r,i,u){i=Eo(i,r);for(var f=-1,_=i.length,y=!1;++f<_;){var T=Sr(i[f]);if(!(y=r!=null&&u(r,T)))break;r=r[T]}return y||++f!=_?y:(_=r==null?0:r.length,!!_&&Ll(_)&&jr(T,_)&&(Ne(r)||Zo(r)))}function q0(r){var i=r.length,u=new r.constructor(i);return i&&typeof r[0]=="string"&&rt.call(r,"index")&&(u.index=r.index,u.input=r.input),u}function Ep(r){return typeof r.constructor=="function"&&!Ws(r)?xi(tl(r)):{}}function X0(r,i,u){var f=r.constructor;switch(i){case ue:return Vc(r);case nt:case wt:return new f(+r);case we:return D0(r,u);case Me:case ut:case ct:case Ot:case ft:case on:case br:case It:case sn:return ep(r,u);case h:return new f;case b:case z:return new f(r);case q:return N0(r);case J:return new f;case ne:return M0(r)}}function J0(r,i){var u=i.length;if(!u)return r;var f=u-1;return i[f]=(u>1?"& ":"")+i[f],i=i.join(u>2?", ":" "),r.replace(Wa,`{
|
|
62
|
+
*/Eu.exports;(function(e,t){(function(){var n,r="4.17.21",s=200,a="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",l="Expected a function",c="Invalid `variable` option passed into `_.template`",d="__lodash_hash_undefined__",f=500,p="__lodash_placeholder__",_=1,E=2,b=4,N=1,D=2,k=1,S=2,V=4,M=8,R=16,H=32,z=64,$=128,le=256,ce=512,me=30,Ae="...",Oe=800,We=16,vt=1,Vt=2,Le=3,ge=1/0,ve=9007199254740991,qe=17976931348623157e292,ke=0/0,Je=4294967295,Ie=Je-1,zt=Je>>>1,He=[["ary",$],["bind",k],["bindKey",S],["curry",M],["curryRight",R],["flip",ce],["partial",H],["partialRight",z],["rearg",le]],it="[object Arguments]",pt="[object Array]",Ot="[object AsyncFunction]",ot="[object Boolean]",bt="[object Date]",Rt="[object DOMException]",ut="[object Error]",kt="[object Function]",g="[object GeneratorFunction]",h="[object Map]",T="[object Number]",I="[object Null]",P="[object Object]",U="[object Promise]",ee="[object Proxy]",q="[object RegExp]",Z="[object Set]",K="[object String]",ne="[object Symbol]",B="[object Undefined]",O="[object WeakMap]",oe="[object WeakSet]",ue="[object ArrayBuffer]",be="[object DataView]",Pe="[object Float32Array]",ct="[object Float64Array]",dt="[object Int8Array]",Bt="[object Int16Array]",mt="[object Int32Array]",an="[object Uint8Array]",Eo="[object Uint8ClampedArray]",xt="[object Uint16Array]",ln="[object Uint32Array]",vo=/\b__p \+= '';/g,tc=/\b(__p \+=) '' \+/g,nc=/(__e\(.*?\)|\b__t\)) \+\n'';/g,wt=/&(?:amp|lt|gt|quot|#39);/g,Mo=/[&<>"']/g,oc=RegExp(wt.source),Pa=RegExp(Mo.source),Es=/<%-([\s\S]+?)%>/g,Va=/<%([\s\S]+?)%>/g,vs=/<%=([\s\S]+?)%>/g,rc=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Oa=/^\w*$/,ka=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,bs=/[\\^$.*+?()[\]{}|]/g,co=RegExp(bs.source),$r=/^\s+/,Ma=/\s/,Wa=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ic=/\{\n\/\* \[wrapped with (.+)\] \*/,Ha=/,? & /,mo=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,$a=/[()=,{}\[\]\/\s]/,Ua=/\\(\\)?/g,za=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Ss=/\w*$/,sc=/^[-+]0x[0-9a-f]+$/i,pe=/^0b[01]+$/i,x=/^\[object .+?Constructor\]$/,te=/^0o[0-7]+$/i,fe=/^(?:0|[1-9]\d*)$/,st=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,At=/($^)/,jt=/['\n\r\u2028\u2029\\]/g,Mt="\\ud800-\\udfff",Wo="\\u0300-\\u036f",Ur="\\ufe20-\\ufe2f",un="\\u20d0-\\u20ff",Rs=Wo+Ur+un,Ds="\\u2700-\\u27bf",Wf="a-z\\xdf-\\xf6\\xf8-\\xff",_T="\\xac\\xb1\\xd7\\xf7",yT="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",FT="\\u2000-\\u206f",TT=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Hf="A-Z\\xc0-\\xd6\\xd8-\\xde",$f="\\ufe0e\\ufe0f",Uf=_T+yT+FT+TT,ac="['’]",ET="["+Mt+"]",zf="["+Uf+"]",ja="["+Rs+"]",jf="\\d+",vT="["+Ds+"]",Gf="["+Wf+"]",Yf="[^"+Mt+Uf+jf+Ds+Wf+Hf+"]",lc="\\ud83c[\\udffb-\\udfff]",bT="(?:"+ja+"|"+lc+")",Kf="[^"+Mt+"]",uc="(?:\\ud83c[\\udde6-\\uddff]){2}",cc="[\\ud800-\\udbff][\\udc00-\\udfff]",yi="["+Hf+"]",qf="\\u200d",Xf="(?:"+Gf+"|"+Yf+")",ST="(?:"+yi+"|"+Yf+")",Jf="(?:"+ac+"(?:d|ll|m|re|s|t|ve))?",Zf="(?:"+ac+"(?:D|LL|M|RE|S|T|VE))?",Qf=bT+"?",eh="["+$f+"]?",RT="(?:"+qf+"(?:"+[Kf,uc,cc].join("|")+")"+eh+Qf+")*",DT="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",LT="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",th=eh+Qf+RT,BT="(?:"+[vT,uc,cc].join("|")+")"+th,xT="(?:"+[Kf+ja+"?",ja,uc,cc,ET].join("|")+")",wT=RegExp(ac,"g"),AT=RegExp(ja,"g"),dc=RegExp(lc+"(?="+lc+")|"+xT+th,"g"),IT=RegExp([yi+"?"+Gf+"+"+Jf+"(?="+[zf,yi,"$"].join("|")+")",ST+"+"+Zf+"(?="+[zf,yi+Xf,"$"].join("|")+")",yi+"?"+Xf+"+"+Jf,yi+"+"+Zf,LT,DT,jf,BT].join("|"),"g"),NT=RegExp("["+qf+Mt+Rs+$f+"]"),PT=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,VT=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],OT=-1,yt={};yt[Pe]=yt[ct]=yt[dt]=yt[Bt]=yt[mt]=yt[an]=yt[Eo]=yt[xt]=yt[ln]=!0,yt[it]=yt[pt]=yt[ue]=yt[ot]=yt[be]=yt[bt]=yt[ut]=yt[kt]=yt[h]=yt[T]=yt[P]=yt[q]=yt[Z]=yt[K]=yt[O]=!1;var gt={};gt[it]=gt[pt]=gt[ue]=gt[be]=gt[ot]=gt[bt]=gt[Pe]=gt[ct]=gt[dt]=gt[Bt]=gt[mt]=gt[h]=gt[T]=gt[P]=gt[q]=gt[Z]=gt[K]=gt[ne]=gt[an]=gt[Eo]=gt[xt]=gt[ln]=!0,gt[ut]=gt[kt]=gt[O]=!1;var kT={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},MT={"&":"&","<":"<",">":">",'"':""","'":"'"},WT={"&":"&","<":"<",">":">",""":'"',"'":"'"},HT={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},$T=parseFloat,UT=parseInt,nh=typeof nr=="object"&&nr&&nr.Object===Object&&nr,zT=typeof self=="object"&&self&&self.Object===Object&&self,Xt=nh||zT||Function("return this")(),mc=t&&!t.nodeType&&t,zr=mc&&!0&&e&&!e.nodeType&&e,oh=zr&&zr.exports===mc,fc=oh&&nh.process,Gn=function(){try{var w=zr&&zr.require&&zr.require("util").types;return w||fc&&fc.binding&&fc.binding("util")}catch{}}(),rh=Gn&&Gn.isArrayBuffer,ih=Gn&&Gn.isDate,sh=Gn&&Gn.isMap,ah=Gn&&Gn.isRegExp,lh=Gn&&Gn.isSet,uh=Gn&&Gn.isTypedArray;function In(w,j,W){switch(W.length){case 0:return w.call(j);case 1:return w.call(j,W[0]);case 2:return w.call(j,W[0],W[1]);case 3:return w.call(j,W[0],W[1],W[2])}return w.apply(j,W)}function jT(w,j,W,de){for(var Be=-1,Ze=w==null?0:w.length;++Be<Ze;){var Wt=w[Be];j(de,Wt,W(Wt),w)}return de}function Yn(w,j){for(var W=-1,de=w==null?0:w.length;++W<de&&j(w[W],W,w)!==!1;);return w}function GT(w,j){for(var W=w==null?0:w.length;W--&&j(w[W],W,w)!==!1;);return w}function ch(w,j){for(var W=-1,de=w==null?0:w.length;++W<de;)if(!j(w[W],W,w))return!1;return!0}function mr(w,j){for(var W=-1,de=w==null?0:w.length,Be=0,Ze=[];++W<de;){var Wt=w[W];j(Wt,W,w)&&(Ze[Be++]=Wt)}return Ze}function Ga(w,j){var W=w==null?0:w.length;return!!W&&Fi(w,j,0)>-1}function hc(w,j,W){for(var de=-1,Be=w==null?0:w.length;++de<Be;)if(W(j,w[de]))return!0;return!1}function Et(w,j){for(var W=-1,de=w==null?0:w.length,Be=Array(de);++W<de;)Be[W]=j(w[W],W,w);return Be}function fr(w,j){for(var W=-1,de=j.length,Be=w.length;++W<de;)w[Be+W]=j[W];return w}function pc(w,j,W,de){var Be=-1,Ze=w==null?0:w.length;for(de&&Ze&&(W=w[++Be]);++Be<Ze;)W=j(W,w[Be],Be,w);return W}function YT(w,j,W,de){var Be=w==null?0:w.length;for(de&&Be&&(W=w[--Be]);Be--;)W=j(W,w[Be],Be,w);return W}function gc(w,j){for(var W=-1,de=w==null?0:w.length;++W<de;)if(j(w[W],W,w))return!0;return!1}var KT=Cc("length");function qT(w){return w.split("")}function XT(w){return w.match(mo)||[]}function dh(w,j,W){var de;return W(w,function(Be,Ze,Wt){if(j(Be,Ze,Wt))return de=Ze,!1}),de}function Ya(w,j,W,de){for(var Be=w.length,Ze=W+(de?1:-1);de?Ze--:++Ze<Be;)if(j(w[Ze],Ze,w))return Ze;return-1}function Fi(w,j,W){return j===j?lE(w,j,W):Ya(w,mh,W)}function JT(w,j,W,de){for(var Be=W-1,Ze=w.length;++Be<Ze;)if(de(w[Be],j))return Be;return-1}function mh(w){return w!==w}function fh(w,j){var W=w==null?0:w.length;return W?yc(w,j)/W:ke}function Cc(w){return function(j){return j==null?n:j[w]}}function _c(w){return function(j){return w==null?n:w[j]}}function hh(w,j,W,de,Be){return Be(w,function(Ze,Wt,ft){W=de?(de=!1,Ze):j(W,Ze,Wt,ft)}),W}function ZT(w,j){var W=w.length;for(w.sort(j);W--;)w[W]=w[W].value;return w}function yc(w,j){for(var W,de=-1,Be=w.length;++de<Be;){var Ze=j(w[de]);Ze!==n&&(W=W===n?Ze:W+Ze)}return W}function Fc(w,j){for(var W=-1,de=Array(w);++W<w;)de[W]=j(W);return de}function QT(w,j){return Et(j,function(W){return[W,w[W]]})}function ph(w){return w&&w.slice(0,yh(w)+1).replace($r,"")}function Nn(w){return function(j){return w(j)}}function Tc(w,j){return Et(j,function(W){return w[W]})}function Ls(w,j){return w.has(j)}function gh(w,j){for(var W=-1,de=w.length;++W<de&&Fi(j,w[W],0)>-1;);return W}function Ch(w,j){for(var W=w.length;W--&&Fi(j,w[W],0)>-1;);return W}function eE(w,j){for(var W=w.length,de=0;W--;)w[W]===j&&++de;return de}var tE=_c(kT),nE=_c(MT);function oE(w){return"\\"+HT[w]}function rE(w,j){return w==null?n:w[j]}function Ti(w){return NT.test(w)}function iE(w){return PT.test(w)}function sE(w){for(var j,W=[];!(j=w.next()).done;)W.push(j.value);return W}function Ec(w){var j=-1,W=Array(w.size);return w.forEach(function(de,Be){W[++j]=[Be,de]}),W}function _h(w,j){return function(W){return w(j(W))}}function hr(w,j){for(var W=-1,de=w.length,Be=0,Ze=[];++W<de;){var Wt=w[W];(Wt===j||Wt===p)&&(w[W]=p,Ze[Be++]=W)}return Ze}function Ka(w){var j=-1,W=Array(w.size);return w.forEach(function(de){W[++j]=de}),W}function aE(w){var j=-1,W=Array(w.size);return w.forEach(function(de){W[++j]=[de,de]}),W}function lE(w,j,W){for(var de=W-1,Be=w.length;++de<Be;)if(w[de]===j)return de;return-1}function uE(w,j,W){for(var de=W+1;de--;)if(w[de]===j)return de;return de}function Ei(w){return Ti(w)?dE(w):KT(w)}function fo(w){return Ti(w)?mE(w):qT(w)}function yh(w){for(var j=w.length;j--&&Ma.test(w.charAt(j)););return j}var cE=_c(WT);function dE(w){for(var j=dc.lastIndex=0;dc.test(w);)++j;return j}function mE(w){return w.match(dc)||[]}function fE(w){return w.match(IT)||[]}var hE=function w(j){j=j==null?Xt:vi.defaults(Xt.Object(),j,vi.pick(Xt,VT));var W=j.Array,de=j.Date,Be=j.Error,Ze=j.Function,Wt=j.Math,ft=j.Object,vc=j.RegExp,pE=j.String,Kn=j.TypeError,qa=W.prototype,gE=Ze.prototype,bi=ft.prototype,Xa=j["__core-js_shared__"],Ja=gE.toString,rt=bi.hasOwnProperty,CE=0,Fh=function(){var o=/[^.]+$/.exec(Xa&&Xa.keys&&Xa.keys.IE_PROTO||"");return o?"Symbol(src)_1."+o:""}(),Za=bi.toString,_E=Ja.call(ft),yE=Xt._,FE=vc("^"+Ja.call(rt).replace(bs,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Qa=oh?j.Buffer:n,pr=j.Symbol,el=j.Uint8Array,Th=Qa?Qa.allocUnsafe:n,tl=_h(ft.getPrototypeOf,ft),Eh=ft.create,vh=bi.propertyIsEnumerable,nl=qa.splice,bh=pr?pr.isConcatSpreadable:n,Bs=pr?pr.iterator:n,jr=pr?pr.toStringTag:n,ol=function(){try{var o=Xr(ft,"defineProperty");return o({},"",{}),o}catch{}}(),TE=j.clearTimeout!==Xt.clearTimeout&&j.clearTimeout,EE=de&&de.now!==Xt.Date.now&&de.now,vE=j.setTimeout!==Xt.setTimeout&&j.setTimeout,rl=Wt.ceil,il=Wt.floor,bc=ft.getOwnPropertySymbols,bE=Qa?Qa.isBuffer:n,Sh=j.isFinite,SE=qa.join,RE=_h(ft.keys,ft),Ht=Wt.max,cn=Wt.min,DE=de.now,LE=j.parseInt,Rh=Wt.random,BE=qa.reverse,Sc=Xr(j,"DataView"),xs=Xr(j,"Map"),Rc=Xr(j,"Promise"),Si=Xr(j,"Set"),ws=Xr(j,"WeakMap"),As=Xr(ft,"create"),sl=ws&&new ws,Ri={},xE=Jr(Sc),wE=Jr(xs),AE=Jr(Rc),IE=Jr(Si),NE=Jr(ws),al=pr?pr.prototype:n,Is=al?al.valueOf:n,Dh=al?al.toString:n;function y(o){if(Dt(o)&&!Ne(o)&&!(o instanceof Ye)){if(o instanceof qn)return o;if(rt.call(o,"__wrapped__"))return Lp(o)}return new qn(o)}var Di=function(){function o(){}return function(i){if(!St(i))return{};if(Eh)return Eh(i);o.prototype=i;var u=new o;return o.prototype=n,u}}();function ll(){}function qn(o,i){this.__wrapped__=o,this.__actions__=[],this.__chain__=!!i,this.__index__=0,this.__values__=n}y.templateSettings={escape:Es,evaluate:Va,interpolate:vs,variable:"",imports:{_:y}},y.prototype=ll.prototype,y.prototype.constructor=y,qn.prototype=Di(ll.prototype),qn.prototype.constructor=qn;function Ye(o){this.__wrapped__=o,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Je,this.__views__=[]}function PE(){var o=new Ye(this.__wrapped__);return o.__actions__=bn(this.__actions__),o.__dir__=this.__dir__,o.__filtered__=this.__filtered__,o.__iteratees__=bn(this.__iteratees__),o.__takeCount__=this.__takeCount__,o.__views__=bn(this.__views__),o}function VE(){if(this.__filtered__){var o=new Ye(this);o.__dir__=-1,o.__filtered__=!0}else o=this.clone(),o.__dir__*=-1;return o}function OE(){var o=this.__wrapped__.value(),i=this.__dir__,u=Ne(o),m=i<0,C=u?o.length:0,F=qv(0,C,this.__views__),v=F.start,L=F.end,A=L-v,G=m?L:v-1,Y=this.__iteratees__,J=Y.length,se=0,he=cn(A,this.__takeCount__);if(!u||!m&&C==A&&he==A)return Jh(o,this.__actions__);var Fe=[];e:for(;A--&&se<he;){G+=i;for(var Me=-1,Te=o[G];++Me<J;){var ze=Y[Me],Ke=ze.iteratee,On=ze.type,gn=Ke(Te);if(On==Vt)Te=gn;else if(!gn){if(On==vt)continue e;break e}}Fe[se++]=Te}return Fe}Ye.prototype=Di(ll.prototype),Ye.prototype.constructor=Ye;function Gr(o){var i=-1,u=o==null?0:o.length;for(this.clear();++i<u;){var m=o[i];this.set(m[0],m[1])}}function kE(){this.__data__=As?As(null):{},this.size=0}function ME(o){var i=this.has(o)&&delete this.__data__[o];return this.size-=i?1:0,i}function WE(o){var i=this.__data__;if(As){var u=i[o];return u===d?n:u}return rt.call(i,o)?i[o]:n}function HE(o){var i=this.__data__;return As?i[o]!==n:rt.call(i,o)}function $E(o,i){var u=this.__data__;return this.size+=this.has(o)?0:1,u[o]=As&&i===n?d:i,this}Gr.prototype.clear=kE,Gr.prototype.delete=ME,Gr.prototype.get=WE,Gr.prototype.has=HE,Gr.prototype.set=$E;function Ho(o){var i=-1,u=o==null?0:o.length;for(this.clear();++i<u;){var m=o[i];this.set(m[0],m[1])}}function UE(){this.__data__=[],this.size=0}function zE(o){var i=this.__data__,u=ul(i,o);if(u<0)return!1;var m=i.length-1;return u==m?i.pop():nl.call(i,u,1),--this.size,!0}function jE(o){var i=this.__data__,u=ul(i,o);return u<0?n:i[u][1]}function GE(o){return ul(this.__data__,o)>-1}function YE(o,i){var u=this.__data__,m=ul(u,o);return m<0?(++this.size,u.push([o,i])):u[m][1]=i,this}Ho.prototype.clear=UE,Ho.prototype.delete=zE,Ho.prototype.get=jE,Ho.prototype.has=GE,Ho.prototype.set=YE;function $o(o){var i=-1,u=o==null?0:o.length;for(this.clear();++i<u;){var m=o[i];this.set(m[0],m[1])}}function KE(){this.size=0,this.__data__={hash:new Gr,map:new(xs||Ho),string:new Gr}}function qE(o){var i=Tl(this,o).delete(o);return this.size-=i?1:0,i}function XE(o){return Tl(this,o).get(o)}function JE(o){return Tl(this,o).has(o)}function ZE(o,i){var u=Tl(this,o),m=u.size;return u.set(o,i),this.size+=u.size==m?0:1,this}$o.prototype.clear=KE,$o.prototype.delete=qE,$o.prototype.get=XE,$o.prototype.has=JE,$o.prototype.set=ZE;function Yr(o){var i=-1,u=o==null?0:o.length;for(this.__data__=new $o;++i<u;)this.add(o[i])}function QE(o){return this.__data__.set(o,d),this}function ev(o){return this.__data__.has(o)}Yr.prototype.add=Yr.prototype.push=QE,Yr.prototype.has=ev;function ho(o){var i=this.__data__=new Ho(o);this.size=i.size}function tv(){this.__data__=new Ho,this.size=0}function nv(o){var i=this.__data__,u=i.delete(o);return this.size=i.size,u}function ov(o){return this.__data__.get(o)}function rv(o){return this.__data__.has(o)}function iv(o,i){var u=this.__data__;if(u instanceof Ho){var m=u.__data__;if(!xs||m.length<s-1)return m.push([o,i]),this.size=++u.size,this;u=this.__data__=new $o(m)}return u.set(o,i),this.size=u.size,this}ho.prototype.clear=tv,ho.prototype.delete=nv,ho.prototype.get=ov,ho.prototype.has=rv,ho.prototype.set=iv;function Lh(o,i){var u=Ne(o),m=!u&&Zr(o),C=!u&&!m&&Fr(o),F=!u&&!m&&!C&&wi(o),v=u||m||C||F,L=v?Fc(o.length,pE):[],A=L.length;for(var G in o)(i||rt.call(o,G))&&!(v&&(G=="length"||C&&(G=="offset"||G=="parent")||F&&(G=="buffer"||G=="byteLength"||G=="byteOffset")||Go(G,A)))&&L.push(G);return L}function Bh(o){var i=o.length;return i?o[Oc(0,i-1)]:n}function sv(o,i){return El(bn(o),Kr(i,0,o.length))}function av(o){return El(bn(o))}function Dc(o,i,u){(u!==n&&!po(o[i],u)||u===n&&!(i in o))&&Uo(o,i,u)}function Ns(o,i,u){var m=o[i];(!(rt.call(o,i)&&po(m,u))||u===n&&!(i in o))&&Uo(o,i,u)}function ul(o,i){for(var u=o.length;u--;)if(po(o[u][0],i))return u;return-1}function lv(o,i,u,m){return gr(o,function(C,F,v){i(m,C,u(C),v)}),m}function xh(o,i){return o&&So(i,Gt(i),o)}function uv(o,i){return o&&So(i,Rn(i),o)}function Uo(o,i,u){i=="__proto__"&&ol?ol(o,i,{configurable:!0,enumerable:!0,value:u,writable:!0}):o[i]=u}function Lc(o,i){for(var u=-1,m=i.length,C=W(m),F=o==null;++u<m;)C[u]=F?n:ld(o,i[u]);return C}function Kr(o,i,u){return o===o&&(u!==n&&(o=o<=u?o:u),i!==n&&(o=o>=i?o:i)),o}function Xn(o,i,u,m,C,F){var v,L=i&_,A=i&E,G=i&b;if(u&&(v=C?u(o,m,C,F):u(o)),v!==n)return v;if(!St(o))return o;var Y=Ne(o);if(Y){if(v=Jv(o),!L)return bn(o,v)}else{var J=dn(o),se=J==kt||J==g;if(Fr(o))return ep(o,L);if(J==P||J==it||se&&!C){if(v=A||se?{}:yp(o),!L)return A?Wv(o,uv(v,o)):Mv(o,xh(v,o))}else{if(!gt[J])return C?o:{};v=Zv(o,J,L)}}F||(F=new ho);var he=F.get(o);if(he)return he;F.set(o,v),Kp(o)?o.forEach(function(Te){v.add(Xn(Te,i,u,Te,o,F))}):Gp(o)&&o.forEach(function(Te,ze){v.set(ze,Xn(Te,i,u,ze,o,F))});var Fe=G?A?Kc:Yc:A?Rn:Gt,Me=Y?n:Fe(o);return Yn(Me||o,function(Te,ze){Me&&(ze=Te,Te=o[ze]),Ns(v,ze,Xn(Te,i,u,ze,o,F))}),v}function cv(o){var i=Gt(o);return function(u){return wh(u,o,i)}}function wh(o,i,u){var m=u.length;if(o==null)return!m;for(o=ft(o);m--;){var C=u[m],F=i[C],v=o[C];if(v===n&&!(C in o)||!F(v))return!1}return!0}function Ah(o,i,u){if(typeof o!="function")throw new Kn(l);return Hs(function(){o.apply(n,u)},i)}function Ps(o,i,u,m){var C=-1,F=Ga,v=!0,L=o.length,A=[],G=i.length;if(!L)return A;u&&(i=Et(i,Nn(u))),m?(F=hc,v=!1):i.length>=s&&(F=Ls,v=!1,i=new Yr(i));e:for(;++C<L;){var Y=o[C],J=u==null?Y:u(Y);if(Y=m||Y!==0?Y:0,v&&J===J){for(var se=G;se--;)if(i[se]===J)continue e;A.push(Y)}else F(i,J,m)||A.push(Y)}return A}var gr=ip(bo),Ih=ip(xc,!0);function dv(o,i){var u=!0;return gr(o,function(m,C,F){return u=!!i(m,C,F),u}),u}function cl(o,i,u){for(var m=-1,C=o.length;++m<C;){var F=o[m],v=i(F);if(v!=null&&(L===n?v===v&&!Vn(v):u(v,L)))var L=v,A=F}return A}function mv(o,i,u,m){var C=o.length;for(u=Ve(u),u<0&&(u=-u>C?0:C+u),m=m===n||m>C?C:Ve(m),m<0&&(m+=C),m=u>m?0:Xp(m);u<m;)o[u++]=i;return o}function Nh(o,i){var u=[];return gr(o,function(m,C,F){i(m,C,F)&&u.push(m)}),u}function Jt(o,i,u,m,C){var F=-1,v=o.length;for(u||(u=eb),C||(C=[]);++F<v;){var L=o[F];i>0&&u(L)?i>1?Jt(L,i-1,u,m,C):fr(C,L):m||(C[C.length]=L)}return C}var Bc=sp(),Ph=sp(!0);function bo(o,i){return o&&Bc(o,i,Gt)}function xc(o,i){return o&&Ph(o,i,Gt)}function dl(o,i){return mr(i,function(u){return Yo(o[u])})}function qr(o,i){i=_r(i,o);for(var u=0,m=i.length;o!=null&&u<m;)o=o[Ro(i[u++])];return u&&u==m?o:n}function Vh(o,i,u){var m=i(o);return Ne(o)?m:fr(m,u(o))}function hn(o){return o==null?o===n?B:I:jr&&jr in ft(o)?Kv(o):ab(o)}function wc(o,i){return o>i}function fv(o,i){return o!=null&&rt.call(o,i)}function hv(o,i){return o!=null&&i in ft(o)}function pv(o,i,u){return o>=cn(i,u)&&o<Ht(i,u)}function Ac(o,i,u){for(var m=u?hc:Ga,C=o[0].length,F=o.length,v=F,L=W(F),A=1/0,G=[];v--;){var Y=o[v];v&&i&&(Y=Et(Y,Nn(i))),A=cn(Y.length,A),L[v]=!u&&(i||C>=120&&Y.length>=120)?new Yr(v&&Y):n}Y=o[0];var J=-1,se=L[0];e:for(;++J<C&&G.length<A;){var he=Y[J],Fe=i?i(he):he;if(he=u||he!==0?he:0,!(se?Ls(se,Fe):m(G,Fe,u))){for(v=F;--v;){var Me=L[v];if(!(Me?Ls(Me,Fe):m(o[v],Fe,u)))continue e}se&&se.push(Fe),G.push(he)}}return G}function gv(o,i,u,m){return bo(o,function(C,F,v){i(m,u(C),F,v)}),m}function Vs(o,i,u){i=_r(i,o),o=vp(o,i);var m=o==null?o:o[Ro(Zn(i))];return m==null?n:In(m,o,u)}function Oh(o){return Dt(o)&&hn(o)==it}function Cv(o){return Dt(o)&&hn(o)==ue}function _v(o){return Dt(o)&&hn(o)==bt}function Os(o,i,u,m,C){return o===i?!0:o==null||i==null||!Dt(o)&&!Dt(i)?o!==o&&i!==i:yv(o,i,u,m,Os,C)}function yv(o,i,u,m,C,F){var v=Ne(o),L=Ne(i),A=v?pt:dn(o),G=L?pt:dn(i);A=A==it?P:A,G=G==it?P:G;var Y=A==P,J=G==P,se=A==G;if(se&&Fr(o)){if(!Fr(i))return!1;v=!0,Y=!1}if(se&&!Y)return F||(F=new ho),v||wi(o)?gp(o,i,u,m,C,F):Gv(o,i,A,u,m,C,F);if(!(u&N)){var he=Y&&rt.call(o,"__wrapped__"),Fe=J&&rt.call(i,"__wrapped__");if(he||Fe){var Me=he?o.value():o,Te=Fe?i.value():i;return F||(F=new ho),C(Me,Te,u,m,F)}}return se?(F||(F=new ho),Yv(o,i,u,m,C,F)):!1}function Fv(o){return Dt(o)&&dn(o)==h}function Ic(o,i,u,m){var C=u.length,F=C,v=!m;if(o==null)return!F;for(o=ft(o);C--;){var L=u[C];if(v&&L[2]?L[1]!==o[L[0]]:!(L[0]in o))return!1}for(;++C<F;){L=u[C];var A=L[0],G=o[A],Y=L[1];if(v&&L[2]){if(G===n&&!(A in o))return!1}else{var J=new ho;if(m)var se=m(G,Y,A,o,i,J);if(!(se===n?Os(Y,G,N|D,m,J):se))return!1}}return!0}function kh(o){if(!St(o)||nb(o))return!1;var i=Yo(o)?FE:x;return i.test(Jr(o))}function Tv(o){return Dt(o)&&hn(o)==q}function Ev(o){return Dt(o)&&dn(o)==Z}function vv(o){return Dt(o)&&Ll(o.length)&&!!yt[hn(o)]}function Mh(o){return typeof o=="function"?o:o==null?Dn:typeof o=="object"?Ne(o)?$h(o[0],o[1]):Hh(o):ag(o)}function Nc(o){if(!Ws(o))return RE(o);var i=[];for(var u in ft(o))rt.call(o,u)&&u!="constructor"&&i.push(u);return i}function bv(o){if(!St(o))return sb(o);var i=Ws(o),u=[];for(var m in o)m=="constructor"&&(i||!rt.call(o,m))||u.push(m);return u}function Pc(o,i){return o<i}function Wh(o,i){var u=-1,m=Sn(o)?W(o.length):[];return gr(o,function(C,F,v){m[++u]=i(C,F,v)}),m}function Hh(o){var i=Xc(o);return i.length==1&&i[0][2]?Tp(i[0][0],i[0][1]):function(u){return u===o||Ic(u,o,i)}}function $h(o,i){return Zc(o)&&Fp(i)?Tp(Ro(o),i):function(u){var m=ld(u,o);return m===n&&m===i?ud(u,o):Os(i,m,N|D)}}function ml(o,i,u,m,C){o!==i&&Bc(i,function(F,v){if(C||(C=new ho),St(F))Sv(o,i,v,u,ml,m,C);else{var L=m?m(ed(o,v),F,v+"",o,i,C):n;L===n&&(L=F),Dc(o,v,L)}},Rn)}function Sv(o,i,u,m,C,F,v){var L=ed(o,u),A=ed(i,u),G=v.get(A);if(G){Dc(o,u,G);return}var Y=F?F(L,A,u+"",o,i,v):n,J=Y===n;if(J){var se=Ne(A),he=!se&&Fr(A),Fe=!se&&!he&&wi(A);Y=A,se||he||Fe?Ne(L)?Y=L:It(L)?Y=bn(L):he?(J=!1,Y=ep(A,!0)):Fe?(J=!1,Y=tp(A,!0)):Y=[]:$s(A)||Zr(A)?(Y=L,Zr(L)?Y=Jp(L):(!St(L)||Yo(L))&&(Y=yp(A))):J=!1}J&&(v.set(A,Y),C(Y,A,m,F,v),v.delete(A)),Dc(o,u,Y)}function Uh(o,i){var u=o.length;if(u)return i+=i<0?u:0,Go(i,u)?o[i]:n}function zh(o,i,u){i.length?i=Et(i,function(F){return Ne(F)?function(v){return qr(v,F.length===1?F[0]:F)}:F}):i=[Dn];var m=-1;i=Et(i,Nn(ye()));var C=Wh(o,function(F,v,L){var A=Et(i,function(G){return G(F)});return{criteria:A,index:++m,value:F}});return ZT(C,function(F,v){return kv(F,v,u)})}function Rv(o,i){return jh(o,i,function(u,m){return ud(o,m)})}function jh(o,i,u){for(var m=-1,C=i.length,F={};++m<C;){var v=i[m],L=qr(o,v);u(L,v)&&ks(F,_r(v,o),L)}return F}function Dv(o){return function(i){return qr(i,o)}}function Vc(o,i,u,m){var C=m?JT:Fi,F=-1,v=i.length,L=o;for(o===i&&(i=bn(i)),u&&(L=Et(o,Nn(u)));++F<v;)for(var A=0,G=i[F],Y=u?u(G):G;(A=C(L,Y,A,m))>-1;)L!==o&&nl.call(L,A,1),nl.call(o,A,1);return o}function Gh(o,i){for(var u=o?i.length:0,m=u-1;u--;){var C=i[u];if(u==m||C!==F){var F=C;Go(C)?nl.call(o,C,1):Wc(o,C)}}return o}function Oc(o,i){return o+il(Rh()*(i-o+1))}function Lv(o,i,u,m){for(var C=-1,F=Ht(rl((i-o)/(u||1)),0),v=W(F);F--;)v[m?F:++C]=o,o+=u;return v}function kc(o,i){var u="";if(!o||i<1||i>ve)return u;do i%2&&(u+=o),i=il(i/2),i&&(o+=o);while(i);return u}function $e(o,i){return td(Ep(o,i,Dn),o+"")}function Bv(o){return Bh(Ai(o))}function xv(o,i){var u=Ai(o);return El(u,Kr(i,0,u.length))}function ks(o,i,u,m){if(!St(o))return o;i=_r(i,o);for(var C=-1,F=i.length,v=F-1,L=o;L!=null&&++C<F;){var A=Ro(i[C]),G=u;if(A==="__proto__"||A==="constructor"||A==="prototype")return o;if(C!=v){var Y=L[A];G=m?m(Y,A,L):n,G===n&&(G=St(Y)?Y:Go(i[C+1])?[]:{})}Ns(L,A,G),L=L[A]}return o}var Yh=sl?function(o,i){return sl.set(o,i),o}:Dn,wv=ol?function(o,i){return ol(o,"toString",{configurable:!0,enumerable:!1,value:dd(i),writable:!0})}:Dn;function Av(o){return El(Ai(o))}function Jn(o,i,u){var m=-1,C=o.length;i<0&&(i=-i>C?0:C+i),u=u>C?C:u,u<0&&(u+=C),C=i>u?0:u-i>>>0,i>>>=0;for(var F=W(C);++m<C;)F[m]=o[m+i];return F}function Iv(o,i){var u;return gr(o,function(m,C,F){return u=i(m,C,F),!u}),!!u}function fl(o,i,u){var m=0,C=o==null?m:o.length;if(typeof i=="number"&&i===i&&C<=zt){for(;m<C;){var F=m+C>>>1,v=o[F];v!==null&&!Vn(v)&&(u?v<=i:v<i)?m=F+1:C=F}return C}return Mc(o,i,Dn,u)}function Mc(o,i,u,m){var C=0,F=o==null?0:o.length;if(F===0)return 0;i=u(i);for(var v=i!==i,L=i===null,A=Vn(i),G=i===n;C<F;){var Y=il((C+F)/2),J=u(o[Y]),se=J!==n,he=J===null,Fe=J===J,Me=Vn(J);if(v)var Te=m||Fe;else G?Te=Fe&&(m||se):L?Te=Fe&&se&&(m||!he):A?Te=Fe&&se&&!he&&(m||!Me):he||Me?Te=!1:Te=m?J<=i:J<i;Te?C=Y+1:F=Y}return cn(F,Ie)}function Kh(o,i){for(var u=-1,m=o.length,C=0,F=[];++u<m;){var v=o[u],L=i?i(v):v;if(!u||!po(L,A)){var A=L;F[C++]=v===0?0:v}}return F}function qh(o){return typeof o=="number"?o:Vn(o)?ke:+o}function Pn(o){if(typeof o=="string")return o;if(Ne(o))return Et(o,Pn)+"";if(Vn(o))return Dh?Dh.call(o):"";var i=o+"";return i=="0"&&1/o==-ge?"-0":i}function Cr(o,i,u){var m=-1,C=Ga,F=o.length,v=!0,L=[],A=L;if(u)v=!1,C=hc;else if(F>=s){var G=i?null:zv(o);if(G)return Ka(G);v=!1,C=Ls,A=new Yr}else A=i?[]:L;e:for(;++m<F;){var Y=o[m],J=i?i(Y):Y;if(Y=u||Y!==0?Y:0,v&&J===J){for(var se=A.length;se--;)if(A[se]===J)continue e;i&&A.push(J),L.push(Y)}else C(A,J,u)||(A!==L&&A.push(J),L.push(Y))}return L}function Wc(o,i){return i=_r(i,o),o=vp(o,i),o==null||delete o[Ro(Zn(i))]}function Xh(o,i,u,m){return ks(o,i,u(qr(o,i)),m)}function hl(o,i,u,m){for(var C=o.length,F=m?C:-1;(m?F--:++F<C)&&i(o[F],F,o););return u?Jn(o,m?0:F,m?F+1:C):Jn(o,m?F+1:0,m?C:F)}function Jh(o,i){var u=o;return u instanceof Ye&&(u=u.value()),pc(i,function(m,C){return C.func.apply(C.thisArg,fr([m],C.args))},u)}function Hc(o,i,u){var m=o.length;if(m<2)return m?Cr(o[0]):[];for(var C=-1,F=W(m);++C<m;)for(var v=o[C],L=-1;++L<m;)L!=C&&(F[C]=Ps(F[C]||v,o[L],i,u));return Cr(Jt(F,1),i,u)}function Zh(o,i,u){for(var m=-1,C=o.length,F=i.length,v={};++m<C;){var L=m<F?i[m]:n;u(v,o[m],L)}return v}function $c(o){return It(o)?o:[]}function Uc(o){return typeof o=="function"?o:Dn}function _r(o,i){return Ne(o)?o:Zc(o,i)?[o]:Dp(Qe(o))}var Nv=$e;function yr(o,i,u){var m=o.length;return u=u===n?m:u,!i&&u>=m?o:Jn(o,i,u)}var Qh=TE||function(o){return Xt.clearTimeout(o)};function ep(o,i){if(i)return o.slice();var u=o.length,m=Th?Th(u):new o.constructor(u);return o.copy(m),m}function zc(o){var i=new o.constructor(o.byteLength);return new el(i).set(new el(o)),i}function Pv(o,i){var u=i?zc(o.buffer):o.buffer;return new o.constructor(u,o.byteOffset,o.byteLength)}function Vv(o){var i=new o.constructor(o.source,Ss.exec(o));return i.lastIndex=o.lastIndex,i}function Ov(o){return Is?ft(Is.call(o)):{}}function tp(o,i){var u=i?zc(o.buffer):o.buffer;return new o.constructor(u,o.byteOffset,o.length)}function np(o,i){if(o!==i){var u=o!==n,m=o===null,C=o===o,F=Vn(o),v=i!==n,L=i===null,A=i===i,G=Vn(i);if(!L&&!G&&!F&&o>i||F&&v&&A&&!L&&!G||m&&v&&A||!u&&A||!C)return 1;if(!m&&!F&&!G&&o<i||G&&u&&C&&!m&&!F||L&&u&&C||!v&&C||!A)return-1}return 0}function kv(o,i,u){for(var m=-1,C=o.criteria,F=i.criteria,v=C.length,L=u.length;++m<v;){var A=np(C[m],F[m]);if(A){if(m>=L)return A;var G=u[m];return A*(G=="desc"?-1:1)}}return o.index-i.index}function op(o,i,u,m){for(var C=-1,F=o.length,v=u.length,L=-1,A=i.length,G=Ht(F-v,0),Y=W(A+G),J=!m;++L<A;)Y[L]=i[L];for(;++C<v;)(J||C<F)&&(Y[u[C]]=o[C]);for(;G--;)Y[L++]=o[C++];return Y}function rp(o,i,u,m){for(var C=-1,F=o.length,v=-1,L=u.length,A=-1,G=i.length,Y=Ht(F-L,0),J=W(Y+G),se=!m;++C<Y;)J[C]=o[C];for(var he=C;++A<G;)J[he+A]=i[A];for(;++v<L;)(se||C<F)&&(J[he+u[v]]=o[C++]);return J}function bn(o,i){var u=-1,m=o.length;for(i||(i=W(m));++u<m;)i[u]=o[u];return i}function So(o,i,u,m){var C=!u;u||(u={});for(var F=-1,v=i.length;++F<v;){var L=i[F],A=m?m(u[L],o[L],L,u,o):n;A===n&&(A=o[L]),C?Uo(u,L,A):Ns(u,L,A)}return u}function Mv(o,i){return So(o,Jc(o),i)}function Wv(o,i){return So(o,Cp(o),i)}function pl(o,i){return function(u,m){var C=Ne(u)?jT:lv,F=i?i():{};return C(u,o,ye(m,2),F)}}function Li(o){return $e(function(i,u){var m=-1,C=u.length,F=C>1?u[C-1]:n,v=C>2?u[2]:n;for(F=o.length>3&&typeof F=="function"?(C--,F):n,v&&pn(u[0],u[1],v)&&(F=C<3?n:F,C=1),i=ft(i);++m<C;){var L=u[m];L&&o(i,L,m,F)}return i})}function ip(o,i){return function(u,m){if(u==null)return u;if(!Sn(u))return o(u,m);for(var C=u.length,F=i?C:-1,v=ft(u);(i?F--:++F<C)&&m(v[F],F,v)!==!1;);return u}}function sp(o){return function(i,u,m){for(var C=-1,F=ft(i),v=m(i),L=v.length;L--;){var A=v[o?L:++C];if(u(F[A],A,F)===!1)break}return i}}function Hv(o,i,u){var m=i&k,C=Ms(o);function F(){var v=this&&this!==Xt&&this instanceof F?C:o;return v.apply(m?u:this,arguments)}return F}function ap(o){return function(i){i=Qe(i);var u=Ti(i)?fo(i):n,m=u?u[0]:i.charAt(0),C=u?yr(u,1).join(""):i.slice(1);return m[o]()+C}}function Bi(o){return function(i){return pc(ig(rg(i).replace(wT,"")),o,"")}}function Ms(o){return function(){var i=arguments;switch(i.length){case 0:return new o;case 1:return new o(i[0]);case 2:return new o(i[0],i[1]);case 3:return new o(i[0],i[1],i[2]);case 4:return new o(i[0],i[1],i[2],i[3]);case 5:return new o(i[0],i[1],i[2],i[3],i[4]);case 6:return new o(i[0],i[1],i[2],i[3],i[4],i[5]);case 7:return new o(i[0],i[1],i[2],i[3],i[4],i[5],i[6])}var u=Di(o.prototype),m=o.apply(u,i);return St(m)?m:u}}function $v(o,i,u){var m=Ms(o);function C(){for(var F=arguments.length,v=W(F),L=F,A=xi(C);L--;)v[L]=arguments[L];var G=F<3&&v[0]!==A&&v[F-1]!==A?[]:hr(v,A);if(F-=G.length,F<u)return mp(o,i,gl,C.placeholder,n,v,G,n,n,u-F);var Y=this&&this!==Xt&&this instanceof C?m:o;return In(Y,this,v)}return C}function lp(o){return function(i,u,m){var C=ft(i);if(!Sn(i)){var F=ye(u,3);i=Gt(i),u=function(L){return F(C[L],L,C)}}var v=o(i,u,m);return v>-1?C[F?i[v]:v]:n}}function up(o){return jo(function(i){var u=i.length,m=u,C=qn.prototype.thru;for(o&&i.reverse();m--;){var F=i[m];if(typeof F!="function")throw new Kn(l);if(C&&!v&&Fl(F)=="wrapper")var v=new qn([],!0)}for(m=v?m:u;++m<u;){F=i[m];var L=Fl(F),A=L=="wrapper"?qc(F):n;A&&Qc(A[0])&&A[1]==($|M|H|le)&&!A[4].length&&A[9]==1?v=v[Fl(A[0])].apply(v,A[3]):v=F.length==1&&Qc(F)?v[L]():v.thru(F)}return function(){var G=arguments,Y=G[0];if(v&&G.length==1&&Ne(Y))return v.plant(Y).value();for(var J=0,se=u?i[J].apply(this,G):Y;++J<u;)se=i[J].call(this,se);return se}})}function gl(o,i,u,m,C,F,v,L,A,G){var Y=i&$,J=i&k,se=i&S,he=i&(M|R),Fe=i&ce,Me=se?n:Ms(o);function Te(){for(var ze=arguments.length,Ke=W(ze),On=ze;On--;)Ke[On]=arguments[On];if(he)var gn=xi(Te),kn=eE(Ke,gn);if(m&&(Ke=op(Ke,m,C,he)),F&&(Ke=rp(Ke,F,v,he)),ze-=kn,he&&ze<G){var Nt=hr(Ke,gn);return mp(o,i,gl,Te.placeholder,u,Ke,Nt,L,A,G-ze)}var go=J?u:this,qo=se?go[o]:o;return ze=Ke.length,L?Ke=lb(Ke,L):Fe&&ze>1&&Ke.reverse(),Y&&A<ze&&(Ke.length=A),this&&this!==Xt&&this instanceof Te&&(qo=Me||Ms(qo)),qo.apply(go,Ke)}return Te}function cp(o,i){return function(u,m){return gv(u,o,i(m),{})}}function Cl(o,i){return function(u,m){var C;if(u===n&&m===n)return i;if(u!==n&&(C=u),m!==n){if(C===n)return m;typeof u=="string"||typeof m=="string"?(u=Pn(u),m=Pn(m)):(u=qh(u),m=qh(m)),C=o(u,m)}return C}}function jc(o){return jo(function(i){return i=Et(i,Nn(ye())),$e(function(u){var m=this;return o(i,function(C){return In(C,m,u)})})})}function _l(o,i){i=i===n?" ":Pn(i);var u=i.length;if(u<2)return u?kc(i,o):i;var m=kc(i,rl(o/Ei(i)));return Ti(i)?yr(fo(m),0,o).join(""):m.slice(0,o)}function Uv(o,i,u,m){var C=i&k,F=Ms(o);function v(){for(var L=-1,A=arguments.length,G=-1,Y=m.length,J=W(Y+A),se=this&&this!==Xt&&this instanceof v?F:o;++G<Y;)J[G]=m[G];for(;A--;)J[G++]=arguments[++L];return In(se,C?u:this,J)}return v}function dp(o){return function(i,u,m){return m&&typeof m!="number"&&pn(i,u,m)&&(u=m=n),i=Ko(i),u===n?(u=i,i=0):u=Ko(u),m=m===n?i<u?1:-1:Ko(m),Lv(i,u,m,o)}}function yl(o){return function(i,u){return typeof i=="string"&&typeof u=="string"||(i=Qn(i),u=Qn(u)),o(i,u)}}function mp(o,i,u,m,C,F,v,L,A,G){var Y=i&M,J=Y?v:n,se=Y?n:v,he=Y?F:n,Fe=Y?n:F;i|=Y?H:z,i&=~(Y?z:H),i&V||(i&=~(k|S));var Me=[o,i,C,he,J,Fe,se,L,A,G],Te=u.apply(n,Me);return Qc(o)&&bp(Te,Me),Te.placeholder=m,Sp(Te,o,i)}function Gc(o){var i=Wt[o];return function(u,m){if(u=Qn(u),m=m==null?0:cn(Ve(m),292),m&&Sh(u)){var C=(Qe(u)+"e").split("e"),F=i(C[0]+"e"+(+C[1]+m));return C=(Qe(F)+"e").split("e"),+(C[0]+"e"+(+C[1]-m))}return i(u)}}var zv=Si&&1/Ka(new Si([,-0]))[1]==ge?function(o){return new Si(o)}:hd;function fp(o){return function(i){var u=dn(i);return u==h?Ec(i):u==Z?aE(i):QT(i,o(i))}}function zo(o,i,u,m,C,F,v,L){var A=i&S;if(!A&&typeof o!="function")throw new Kn(l);var G=m?m.length:0;if(G||(i&=~(H|z),m=C=n),v=v===n?v:Ht(Ve(v),0),L=L===n?L:Ve(L),G-=C?C.length:0,i&z){var Y=m,J=C;m=C=n}var se=A?n:qc(o),he=[o,i,u,m,C,Y,J,F,v,L];if(se&&ib(he,se),o=he[0],i=he[1],u=he[2],m=he[3],C=he[4],L=he[9]=he[9]===n?A?0:o.length:Ht(he[9]-G,0),!L&&i&(M|R)&&(i&=~(M|R)),!i||i==k)var Fe=Hv(o,i,u);else i==M||i==R?Fe=$v(o,i,L):(i==H||i==(k|H))&&!C.length?Fe=Uv(o,i,u,m):Fe=gl.apply(n,he);var Me=se?Yh:bp;return Sp(Me(Fe,he),o,i)}function hp(o,i,u,m){return o===n||po(o,bi[u])&&!rt.call(m,u)?i:o}function pp(o,i,u,m,C,F){return St(o)&&St(i)&&(F.set(i,o),ml(o,i,n,pp,F),F.delete(i)),o}function jv(o){return $s(o)?n:o}function gp(o,i,u,m,C,F){var v=u&N,L=o.length,A=i.length;if(L!=A&&!(v&&A>L))return!1;var G=F.get(o),Y=F.get(i);if(G&&Y)return G==i&&Y==o;var J=-1,se=!0,he=u&D?new Yr:n;for(F.set(o,i),F.set(i,o);++J<L;){var Fe=o[J],Me=i[J];if(m)var Te=v?m(Me,Fe,J,i,o,F):m(Fe,Me,J,o,i,F);if(Te!==n){if(Te)continue;se=!1;break}if(he){if(!gc(i,function(ze,Ke){if(!Ls(he,Ke)&&(Fe===ze||C(Fe,ze,u,m,F)))return he.push(Ke)})){se=!1;break}}else if(!(Fe===Me||C(Fe,Me,u,m,F))){se=!1;break}}return F.delete(o),F.delete(i),se}function Gv(o,i,u,m,C,F,v){switch(u){case be:if(o.byteLength!=i.byteLength||o.byteOffset!=i.byteOffset)return!1;o=o.buffer,i=i.buffer;case ue:return!(o.byteLength!=i.byteLength||!F(new el(o),new el(i)));case ot:case bt:case T:return po(+o,+i);case ut:return o.name==i.name&&o.message==i.message;case q:case K:return o==i+"";case h:var L=Ec;case Z:var A=m&N;if(L||(L=Ka),o.size!=i.size&&!A)return!1;var G=v.get(o);if(G)return G==i;m|=D,v.set(o,i);var Y=gp(L(o),L(i),m,C,F,v);return v.delete(o),Y;case ne:if(Is)return Is.call(o)==Is.call(i)}return!1}function Yv(o,i,u,m,C,F){var v=u&N,L=Yc(o),A=L.length,G=Yc(i),Y=G.length;if(A!=Y&&!v)return!1;for(var J=A;J--;){var se=L[J];if(!(v?se in i:rt.call(i,se)))return!1}var he=F.get(o),Fe=F.get(i);if(he&&Fe)return he==i&&Fe==o;var Me=!0;F.set(o,i),F.set(i,o);for(var Te=v;++J<A;){se=L[J];var ze=o[se],Ke=i[se];if(m)var On=v?m(Ke,ze,se,i,o,F):m(ze,Ke,se,o,i,F);if(!(On===n?ze===Ke||C(ze,Ke,u,m,F):On)){Me=!1;break}Te||(Te=se=="constructor")}if(Me&&!Te){var gn=o.constructor,kn=i.constructor;gn!=kn&&"constructor"in o&&"constructor"in i&&!(typeof gn=="function"&&gn instanceof gn&&typeof kn=="function"&&kn instanceof kn)&&(Me=!1)}return F.delete(o),F.delete(i),Me}function jo(o){return td(Ep(o,n,wp),o+"")}function Yc(o){return Vh(o,Gt,Jc)}function Kc(o){return Vh(o,Rn,Cp)}var qc=sl?function(o){return sl.get(o)}:hd;function Fl(o){for(var i=o.name+"",u=Ri[i],m=rt.call(Ri,i)?u.length:0;m--;){var C=u[m],F=C.func;if(F==null||F==o)return C.name}return i}function xi(o){var i=rt.call(y,"placeholder")?y:o;return i.placeholder}function ye(){var o=y.iteratee||md;return o=o===md?Mh:o,arguments.length?o(arguments[0],arguments[1]):o}function Tl(o,i){var u=o.__data__;return tb(i)?u[typeof i=="string"?"string":"hash"]:u.map}function Xc(o){for(var i=Gt(o),u=i.length;u--;){var m=i[u],C=o[m];i[u]=[m,C,Fp(C)]}return i}function Xr(o,i){var u=rE(o,i);return kh(u)?u:n}function Kv(o){var i=rt.call(o,jr),u=o[jr];try{o[jr]=n;var m=!0}catch{}var C=Za.call(o);return m&&(i?o[jr]=u:delete o[jr]),C}var Jc=bc?function(o){return o==null?[]:(o=ft(o),mr(bc(o),function(i){return vh.call(o,i)}))}:pd,Cp=bc?function(o){for(var i=[];o;)fr(i,Jc(o)),o=tl(o);return i}:pd,dn=hn;(Sc&&dn(new Sc(new ArrayBuffer(1)))!=be||xs&&dn(new xs)!=h||Rc&&dn(Rc.resolve())!=U||Si&&dn(new Si)!=Z||ws&&dn(new ws)!=O)&&(dn=function(o){var i=hn(o),u=i==P?o.constructor:n,m=u?Jr(u):"";if(m)switch(m){case xE:return be;case wE:return h;case AE:return U;case IE:return Z;case NE:return O}return i});function qv(o,i,u){for(var m=-1,C=u.length;++m<C;){var F=u[m],v=F.size;switch(F.type){case"drop":o+=v;break;case"dropRight":i-=v;break;case"take":i=cn(i,o+v);break;case"takeRight":o=Ht(o,i-v);break}}return{start:o,end:i}}function Xv(o){var i=o.match(ic);return i?i[1].split(Ha):[]}function _p(o,i,u){i=_r(i,o);for(var m=-1,C=i.length,F=!1;++m<C;){var v=Ro(i[m]);if(!(F=o!=null&&u(o,v)))break;o=o[v]}return F||++m!=C?F:(C=o==null?0:o.length,!!C&&Ll(C)&&Go(v,C)&&(Ne(o)||Zr(o)))}function Jv(o){var i=o.length,u=new o.constructor(i);return i&&typeof o[0]=="string"&&rt.call(o,"index")&&(u.index=o.index,u.input=o.input),u}function yp(o){return typeof o.constructor=="function"&&!Ws(o)?Di(tl(o)):{}}function Zv(o,i,u){var m=o.constructor;switch(i){case ue:return zc(o);case ot:case bt:return new m(+o);case be:return Pv(o,u);case Pe:case ct:case dt:case Bt:case mt:case an:case Eo:case xt:case ln:return tp(o,u);case h:return new m;case T:case K:return new m(o);case q:return Vv(o);case Z:return new m;case ne:return Ov(o)}}function Qv(o,i){var u=i.length;if(!u)return o;var m=u-1;return i[m]=(u>1?"& ":"")+i[m],i=i.join(u>2?", ":" "),o.replace(Wa,`{
|
|
63
63
|
/* [wrapped with `+i+`] */
|
|
64
|
-
`)}function Z0(r){return Ne(r)||Zo(r)||!!(Tm&&r&&r[Tm])}function jr(r,i){var u=typeof r;return i=i??Te,!!i&&(u=="number"||u!="symbol"&&he.test(r))&&r>-1&&r%1==0&&r<i}function mn(r,i,u){if(!St(u))return!1;var f=typeof i;return(f=="number"?Sn(u)&&jr(i,u.length):f=="string"&&i in u)?hr(u[i],r):!1}function Jc(r,i){if(Ne(r))return!1;var u=typeof r;return u=="number"||u=="symbol"||u=="boolean"||r==null||Mn(r)?!0:ka.test(r)||!rc.test(r)||i!=null&&r in dt(i)}function Q0(r){var i=typeof r;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?r!=="__proto__":r===null}function Zc(r){var i=yl(r),u=v[i];if(typeof u!="function"||!(i in Ye.prototype))return!1;if(r===u)return!0;var f=zc(u);return!!f&&r===f[0]}function ew(r){return!!vm&&vm in r}var tw=Xa?Yr:gf;function Ws(r){var i=r&&r.constructor,u=typeof i=="function"&&i.prototype||wi;return r===u}function vp(r){return r===r&&!St(r)}function yp(r,i){return function(u){return u==null?!1:u[r]===i&&(i!==n||r in dt(u))}}function nw(r){var i=Al(r,function(f){return u.size===m&&u.clear(),f}),u=i.cache;return i}function rw(r,i){var u=r[1],f=i[1],_=u|f,y=_<(F|S|U),T=f==U&&u==$||f==U&&u==le&&r[7].length<=i[8]||f==(U|le)&&i[7].length<=i[8]&&u==$;if(!(y||T))return r;f&F&&(r[2]=i[2],_|=u&F?0:B);var L=i[3];if(L){var P=r[3];r[3]=P?np(P,L,i[4]):L,r[4]=P?mo(r[3],p):i[4]}return L=i[5],L&&(P=r[5],r[5]=P?rp(P,L,i[6]):L,r[6]=P?mo(r[5],p):i[6]),L=i[7],L&&(r[7]=L),f&U&&(r[8]=r[8]==null?i[8]:ln(r[8],i[8])),r[9]==null&&(r[9]=i[9]),r[0]=i[0],r[1]=_,r}function ow(r){var i=[];if(r!=null)for(var u in dt(r))i.push(u);return i}function iw(r){return Za.call(r)}function bp(r,i,u){return i=Ht(i===n?r.length-1:i,0),function(){for(var f=arguments,_=-1,y=Ht(f.length-i,0),T=W(y);++_<y;)T[_]=f[i+_];_=-1;for(var L=W(i+1);++_<i;)L[_]=f[_];return L[i]=u(T),Pn(r,this,L)}}function Cp(r,i){return i.length<2?r:qo(r,Xn(i,0,-1))}function sw(r,i){for(var u=r.length,f=ln(i.length,u),_=wn(r);f--;){var y=i[f];r[f]=jr(y,u)?_[y]:n}return r}function Qc(r,i){if(!(i==="constructor"&&typeof r[i]=="function")&&i!="__proto__")return r[i]}var Tp=Sp(Ym),Hs=bT||function(r,i){return Xt.setTimeout(r,i)},ef=Sp(O0);function wp(r,i,u){var f=i+"";return ef(r,J0(f,aw(z0(f),u)))}function Sp(r){var i=0,u=0;return function(){var f=ST(),_=We-(f-u);if(u=f,_>0){if(++i>=ke)return arguments[0]}else i=0;return r.apply(n,arguments)}}function Cl(r,i){var u=-1,f=r.length,_=f-1;for(i=i===n?f:i;++u<i;){var y=Bc(u,_),T=r[y];r[y]=r[u],r[u]=T}return r.length=i,r}var Ap=nw(function(r){var i=[];return r.charCodeAt(0)===46&&i.push(""),r.replace(Fa,function(u,f,_,y){i.push(_?y.replace(Va,"$1"):f||u)}),i});function Sr(r){if(typeof r=="string"||Mn(r))return r;var i=r+"";return i=="0"&&1/r==-ge?"-0":i}function Jo(r){if(r!=null){try{return Ja.call(r)}catch{}try{return r+""}catch{}}return""}function aw(r,i){return Yn(He,function(u){var f="_."+u[0];i&u[1]&&!Ya(r,f)&&r.push(f)}),r.sort()}function xp(r){if(r instanceof Ye)return r.clone();var i=new zn(r.__wrapped__,r.__chain__);return i.__actions__=wn(r.__actions__),i.__index__=r.__index__,i.__values__=r.__values__,i}function lw(r,i,u){(u?mn(r,i,u):i===n)?i=1:i=Ht(Be(i),0);var f=r==null?0:r.length;if(!f||i<1)return[];for(var _=0,y=0,T=W(ol(f/i));_<f;)T[y++]=Xn(r,_,_+=i);return T}function uw(r){for(var i=-1,u=r==null?0:r.length,f=0,_=[];++i<u;){var y=r[i];y&&(_[f++]=y)}return _}function cw(){var r=arguments.length;if(!r)return[];for(var i=W(r-1),u=arguments[0],f=r;f--;)i[f-1]=arguments[f];return ho(Ne(u)?wn(u):[u],Jt(i,1))}var fw=Ue(function(r,i){return Dt(r)?Ms(r,Jt(i,1,Dt,!0)):[]}),dw=Ue(function(r,i){var u=Jn(i);return Dt(u)&&(u=n),Dt(r)?Ms(r,Jt(i,1,Dt,!0),Ee(u,2)):[]}),hw=Ue(function(r,i){var u=Jn(i);return Dt(u)&&(u=n),Dt(r)?Ms(r,Jt(i,1,Dt,!0),n,u):[]});function mw(r,i,u){var f=r==null?0:r.length;return f?(i=u||i===n?1:Be(i),Xn(r,i<0?0:i,f)):[]}function pw(r,i,u){var f=r==null?0:r.length;return f?(i=u||i===n?1:Be(i),i=f-i,Xn(r,0,i<0?0:i)):[]}function gw(r,i){return r&&r.length?ml(r,Ee(i,3),!0,!0):[]}function _w(r,i){return r&&r.length?ml(r,Ee(i,3),!0):[]}function Ew(r,i,u,f){var _=r==null?0:r.length;return _?(u&&typeof u!="number"&&mn(r,i,u)&&(u=0,f=_),c0(r,i,u,f)):[]}function Lp(r,i,u){var f=r==null?0:r.length;if(!f)return-1;var _=u==null?0:Be(u);return _<0&&(_=Ht(f+_,0)),Ka(r,Ee(i,3),_)}function Op(r,i,u){var f=r==null?0:r.length;if(!f)return-1;var _=f-1;return u!==n&&(_=Be(u),_=u<0?Ht(f+_,0):ln(_,f-1)),Ka(r,Ee(i,3),_,!0)}function Ip(r){var i=r==null?0:r.length;return i?Jt(r,1):[]}function vw(r){var i=r==null?0:r.length;return i?Jt(r,ge):[]}function yw(r,i){var u=r==null?0:r.length;return u?(i=i===n?1:Be(i),Jt(r,i)):[]}function bw(r){for(var i=-1,u=r==null?0:r.length,f={};++i<u;){var _=r[i];f[_[0]]=_[1]}return f}function Rp(r){return r&&r.length?r[0]:n}function Cw(r,i,u){var f=r==null?0:r.length;if(!f)return-1;var _=u==null?0:Be(u);return _<0&&(_=Ht(f+_,0)),yi(r,i,_)}function Tw(r){var i=r==null?0:r.length;return i?Xn(r,0,-1):[]}var ww=Ue(function(r){var i=Ct(r,Hc);return i.length&&i[0]===r[0]?Rc(i):[]}),Sw=Ue(function(r){var i=Jn(r),u=Ct(r,Hc);return i===Jn(u)?i=n:u.pop(),u.length&&u[0]===r[0]?Rc(u,Ee(i,2)):[]}),Aw=Ue(function(r){var i=Jn(r),u=Ct(r,Hc);return i=typeof i=="function"?i:n,i&&u.pop(),u.length&&u[0]===r[0]?Rc(u,n,i):[]});function xw(r,i){return r==null?"":TT.call(r,i)}function Jn(r){var i=r==null?0:r.length;return i?r[i-1]:n}function Lw(r,i,u){var f=r==null?0:r.length;if(!f)return-1;var _=f;return u!==n&&(_=Be(u),_=_<0?Ht(f+_,0):ln(_,f-1)),i===i?aT(r,i,_):Ka(r,fm,_,!0)}function Ow(r,i){return r&&r.length?Um(r,Be(i)):n}var Iw=Ue(Pp);function Pp(r,i){return r&&r.length&&i&&i.length?Mc(r,i):r}function Rw(r,i,u){return r&&r.length&&i&&i.length?Mc(r,i,Ee(u,2)):r}function Pw(r,i,u){return r&&r.length&&i&&i.length?Mc(r,i,n,u):r}var Dw=Gr(function(r,i){var u=r==null?0:r.length,f=xc(r,i);return jm(r,Ct(i,function(_){return jr(_,u)?+_:_}).sort(tp)),f});function Nw(r,i){var u=[];if(!(r&&r.length))return u;var f=-1,_=[],y=r.length;for(i=Ee(i,3);++f<y;){var T=r[f];i(T,f,r)&&(u.push(T),_.push(f))}return jm(r,_),u}function tf(r){return r==null?r:xT.call(r)}function Mw(r,i,u){var f=r==null?0:r.length;return f?(u&&typeof u!="number"&&mn(r,i,u)?(i=0,u=f):(i=i==null?0:Be(i),u=u===n?f:Be(u)),Xn(r,i,u)):[]}function Bw(r,i){return hl(r,i)}function kw(r,i,u){return Fc(r,i,Ee(u,2))}function Fw(r,i){var u=r==null?0:r.length;if(u){var f=hl(r,i);if(f<u&&hr(r[f],i))return f}return-1}function $w(r,i){return hl(r,i,!0)}function Ww(r,i,u){return Fc(r,i,Ee(u,2),!0)}function Hw(r,i){var u=r==null?0:r.length;if(u){var f=hl(r,i,!0)-1;if(hr(r[f],i))return f}return-1}function Uw(r){return r&&r.length?Km(r):[]}function Vw(r,i){return r&&r.length?Km(r,Ee(i,2)):[]}function Gw(r){var i=r==null?0:r.length;return i?Xn(r,1,i):[]}function jw(r,i,u){return r&&r.length?(i=u||i===n?1:Be(i),Xn(r,0,i<0?0:i)):[]}function Yw(r,i,u){var f=r==null?0:r.length;return f?(i=u||i===n?1:Be(i),i=f-i,Xn(r,i<0?0:i,f)):[]}function Kw(r,i){return r&&r.length?ml(r,Ee(i,3),!1,!0):[]}function zw(r,i){return r&&r.length?ml(r,Ee(i,3)):[]}var qw=Ue(function(r){return _o(Jt(r,1,Dt,!0))}),Xw=Ue(function(r){var i=Jn(r);return Dt(i)&&(i=n),_o(Jt(r,1,Dt,!0),Ee(i,2))}),Jw=Ue(function(r){var i=Jn(r);return i=typeof i=="function"?i:n,_o(Jt(r,1,Dt,!0),n,i)});function Zw(r){return r&&r.length?_o(r):[]}function Qw(r,i){return r&&r.length?_o(r,Ee(i,2)):[]}function eS(r,i){return i=typeof i=="function"?i:n,r&&r.length?_o(r,n,i):[]}function nf(r){if(!(r&&r.length))return[];var i=0;return r=fo(r,function(u){if(Dt(u))return i=Ht(u.length,i),!0}),vc(i,function(u){return Ct(r,gc(u))})}function Dp(r,i){if(!(r&&r.length))return[];var u=nf(r);return i==null?u:Ct(u,function(f){return Pn(i,n,f)})}var tS=Ue(function(r,i){return Dt(r)?Ms(r,i):[]}),nS=Ue(function(r){return Wc(fo(r,Dt))}),rS=Ue(function(r){var i=Jn(r);return Dt(i)&&(i=n),Wc(fo(r,Dt),Ee(i,2))}),oS=Ue(function(r){var i=Jn(r);return i=typeof i=="function"?i:n,Wc(fo(r,Dt),n,i)}),iS=Ue(nf);function sS(r,i){return Jm(r||[],i||[],Ns)}function aS(r,i){return Jm(r||[],i||[],Fs)}var lS=Ue(function(r){var i=r.length,u=i>1?r[i-1]:n;return u=typeof u=="function"?(r.pop(),u):n,Dp(r,u)});function Np(r){var i=v(r);return i.__chain__=!0,i}function uS(r,i){return i(r),r}function Tl(r,i){return i(r)}var cS=Gr(function(r){var i=r.length,u=i?r[0]:0,f=this.__wrapped__,_=function(y){return xc(y,r)};return i>1||this.__actions__.length||!(f instanceof Ye)||!jr(u)?this.thru(_):(f=f.slice(u,+u+(i?1:0)),f.__actions__.push({func:Tl,args:[_],thisArg:n}),new zn(f,this.__chain__).thru(function(y){return i&&!y.length&&y.push(n),y}))});function fS(){return Np(this)}function dS(){return new zn(this.value(),this.__chain__)}function hS(){this.__values__===n&&(this.__values__=zp(this.value()));var r=this.__index__>=this.__values__.length,i=r?n:this.__values__[this.__index__++];return{done:r,value:i}}function mS(){return this}function pS(r){for(var i,u=this;u instanceof ll;){var f=xp(u);f.__index__=0,f.__values__=n,i?_.__wrapped__=f:i=f;var _=f;u=u.__wrapped__}return _.__wrapped__=r,i}function gS(){var r=this.__wrapped__;if(r instanceof Ye){var i=r;return this.__actions__.length&&(i=new Ye(this)),i=i.reverse(),i.__actions__.push({func:Tl,args:[tf],thisArg:n}),new zn(i,this.__chain__)}return this.thru(tf)}function _S(){return Xm(this.__wrapped__,this.__actions__)}var ES=pl(function(r,i,u){rt.call(r,u)?++r[u]:Ur(r,u,1)});function vS(r,i,u){var f=Ne(r)?um:u0;return u&&mn(r,i,u)&&(i=n),f(r,Ee(i,3))}function yS(r,i){var u=Ne(r)?fo:Dm;return u(r,Ee(i,3))}var bS=ap(Lp),CS=ap(Op);function TS(r,i){return Jt(wl(r,i),1)}function wS(r,i){return Jt(wl(r,i),ge)}function SS(r,i,u){return u=u===n?1:Be(u),Jt(wl(r,i),u)}function Mp(r,i){var u=Ne(r)?Yn:go;return u(r,Ee(i,3))}function Bp(r,i){var u=Ne(r)?GC:Pm;return u(r,Ee(i,3))}var AS=pl(function(r,i,u){rt.call(r,u)?r[u].push(i):Ur(r,u,[i])});function xS(r,i,u,f){r=Sn(r)?r:Pi(r),u=u&&!f?Be(u):0;var _=r.length;return u<0&&(u=Ht(_+u,0)),Ol(r)?u<=_&&r.indexOf(i,u)>-1:!!_&&yi(r,i,u)>-1}var LS=Ue(function(r,i,u){var f=-1,_=typeof i=="function",y=Sn(r)?W(r.length):[];return go(r,function(T){y[++f]=_?Pn(i,T,u):Bs(T,i,u)}),y}),OS=pl(function(r,i,u){Ur(r,u,i)});function wl(r,i){var u=Ne(r)?Ct:$m;return u(r,Ee(i,3))}function IS(r,i,u,f){return r==null?[]:(Ne(i)||(i=i==null?[]:[i]),u=f?n:u,Ne(u)||(u=u==null?[]:[u]),Vm(r,i,u))}var RS=pl(function(r,i,u){r[u?0:1].push(i)},function(){return[[],[]]});function PS(r,i,u){var f=Ne(r)?mc:hm,_=arguments.length<3;return f(r,Ee(i,4),u,_,go)}function DS(r,i,u){var f=Ne(r)?jC:hm,_=arguments.length<3;return f(r,Ee(i,4),u,_,Pm)}function NS(r,i){var u=Ne(r)?fo:Dm;return u(r,xl(Ee(i,3)))}function MS(r){var i=Ne(r)?Lm:x0;return i(r)}function BS(r,i,u){(u?mn(r,i,u):i===n)?i=1:i=Be(i);var f=Ne(r)?o0:L0;return f(r,i)}function kS(r){var i=Ne(r)?i0:I0;return i(r)}function FS(r){if(r==null)return 0;if(Sn(r))return Ol(r)?Ci(r):r.length;var i=un(r);return i==h||i==J?r.size:Dc(r).length}function $S(r,i,u){var f=Ne(r)?pc:R0;return u&&mn(r,i,u)&&(i=n),f(r,Ee(i,3))}var WS=Ue(function(r,i){if(r==null)return[];var u=i.length;return u>1&&mn(r,i[0],i[1])?i=[]:u>2&&mn(i[0],i[1],i[2])&&(i=[i[0]]),Vm(r,Jt(i,1),[])}),Sl=yT||function(){return Xt.Date.now()};function HS(r,i){if(typeof i!="function")throw new Kn(l);return r=Be(r),function(){if(--r<1)return i.apply(this,arguments)}}function kp(r,i,u){return i=u?n:i,i=r&&i==null?r.length:i,Vr(r,U,n,n,n,n,i)}function Fp(r,i){var u;if(typeof i!="function")throw new Kn(l);return r=Be(r),function(){return--r>0&&(u=i.apply(this,arguments)),r<=1&&(i=n),u}}var rf=Ue(function(r,i,u){var f=F;if(u.length){var _=mo(u,Ii(rf));f|=H}return Vr(r,f,i,u,_)}),$p=Ue(function(r,i,u){var f=F|S;if(u.length){var _=mo(u,Ii($p));f|=H}return Vr(i,f,r,u,_)});function Wp(r,i,u){i=u?n:i;var f=Vr(r,$,n,n,n,n,n,i);return f.placeholder=Wp.placeholder,f}function Hp(r,i,u){i=u?n:i;var f=Vr(r,A,n,n,n,n,n,i);return f.placeholder=Hp.placeholder,f}function Up(r,i,u){var f,_,y,T,L,P,Y=0,K=!1,X=!1,se=!0;if(typeof r!="function")throw new Kn(l);i=Zn(i)||0,St(u)&&(K=!!u.leading,X="maxWait"in u,y=X?Ht(Zn(u.maxWait)||0,i):y,se="trailing"in u?!!u.trailing:se);function me(Nt){var mr=f,zr=_;return f=_=n,Y=Nt,T=r.apply(zr,mr),T}function ve(Nt){return Y=Nt,L=Hs(Ge,i),K?me(Nt):T}function $e(Nt){var mr=Nt-P,zr=Nt-Y,ag=i-mr;return X?ln(ag,y-zr):ag}function ye(Nt){var mr=Nt-P,zr=Nt-Y;return P===n||mr>=i||mr<0||X&&zr>=y}function Ge(){var Nt=Sl();if(ye(Nt))return ze(Nt);L=Hs(Ge,$e(Nt))}function ze(Nt){return L=n,se&&f?me(Nt):(f=_=n,T)}function Bn(){L!==n&&Zm(L),Y=0,f=P=_=L=n}function pn(){return L===n?T:ze(Sl())}function kn(){var Nt=Sl(),mr=ye(Nt);if(f=arguments,_=this,P=Nt,mr){if(L===n)return ve(P);if(X)return Zm(L),L=Hs(Ge,i),me(P)}return L===n&&(L=Hs(Ge,i)),T}return kn.cancel=Bn,kn.flush=pn,kn}var US=Ue(function(r,i){return Rm(r,1,i)}),VS=Ue(function(r,i,u){return Rm(r,Zn(i)||0,u)});function GS(r){return Vr(r,ce)}function Al(r,i){if(typeof r!="function"||i!=null&&typeof i!="function")throw new Kn(l);var u=function(){var f=arguments,_=i?i.apply(this,f):f[0],y=u.cache;if(y.has(_))return y.get(_);var T=r.apply(this,f);return u.cache=y.set(_,T)||y,T};return u.cache=new(Al.Cache||Hr),u}Al.Cache=Hr;function xl(r){if(typeof r!="function")throw new Kn(l);return function(){var i=arguments;switch(i.length){case 0:return!r.call(this);case 1:return!r.call(this,i[0]);case 2:return!r.call(this,i[0],i[1]);case 3:return!r.call(this,i[0],i[1],i[2])}return!r.apply(this,i)}}function jS(r){return Fp(2,r)}var YS=P0(function(r,i){i=i.length==1&&Ne(i[0])?Ct(i[0],Dn(Ee())):Ct(Jt(i,1),Dn(Ee()));var u=i.length;return Ue(function(f){for(var _=-1,y=ln(f.length,u);++_<y;)f[_]=i[_].call(this,f[_]);return Pn(r,this,f)})}),of=Ue(function(r,i){var u=mo(i,Ii(of));return Vr(r,H,n,i,u)}),Vp=Ue(function(r,i){var u=mo(i,Ii(Vp));return Vr(r,G,n,i,u)}),KS=Gr(function(r,i){return Vr(r,le,n,n,n,i)});function zS(r,i){if(typeof r!="function")throw new Kn(l);return i=i===n?i:Be(i),Ue(r,i)}function qS(r,i){if(typeof r!="function")throw new Kn(l);return i=i==null?0:Ht(Be(i),0),Ue(function(u){var f=u[i],_=vo(u,0,i);return f&&ho(_,f),Pn(r,this,_)})}function XS(r,i,u){var f=!0,_=!0;if(typeof r!="function")throw new Kn(l);return St(u)&&(f="leading"in u?!!u.leading:f,_="trailing"in u?!!u.trailing:_),Up(r,i,{leading:f,maxWait:i,trailing:_})}function JS(r){return kp(r,1)}function ZS(r,i){return of(Uc(i),r)}function QS(){if(!arguments.length)return[];var r=arguments[0];return Ne(r)?r:[r]}function eA(r){return qn(r,w)}function tA(r,i){return i=typeof i=="function"?i:n,qn(r,w,i)}function nA(r){return qn(r,E|w)}function rA(r,i){return i=typeof i=="function"?i:n,qn(r,E|w,i)}function oA(r,i){return i==null||Im(r,i,Yt(i))}function hr(r,i){return r===i||r!==r&&i!==i}var iA=vl(Ic),sA=vl(function(r,i){return r>=i}),Zo=Bm(function(){return arguments}())?Bm:function(r){return xt(r)&&rt.call(r,"callee")&&!Cm.call(r,"callee")},Ne=W.isArray,aA=rm?Dn(rm):p0;function Sn(r){return r!=null&&Ll(r.length)&&!Yr(r)}function Dt(r){return xt(r)&&Sn(r)}function lA(r){return r===!0||r===!1||xt(r)&&hn(r)==nt}var yo=CT||gf,uA=om?Dn(om):g0;function cA(r){return xt(r)&&r.nodeType===1&&!Us(r)}function fA(r){if(r==null)return!0;if(Sn(r)&&(Ne(r)||typeof r=="string"||typeof r.splice=="function"||yo(r)||Ri(r)||Zo(r)))return!r.length;var i=un(r);if(i==h||i==J)return!r.size;if(Ws(r))return!Dc(r).length;for(var u in r)if(rt.call(r,u))return!1;return!0}function dA(r,i){return ks(r,i)}function hA(r,i,u){u=typeof u=="function"?u:n;var f=u?u(r,i):n;return f===n?ks(r,i,n,u):!!f}function sf(r){if(!xt(r))return!1;var i=hn(r);return i==lt||i==At||typeof r.message=="string"&&typeof r.name=="string"&&!Us(r)}function mA(r){return typeof r=="number"&&wm(r)}function Yr(r){if(!St(r))return!1;var i=hn(r);return i==Ft||i==g||i==kt||i==ee}function Gp(r){return typeof r=="number"&&r==Be(r)}function Ll(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=Te}function St(r){var i=typeof r;return r!=null&&(i=="object"||i=="function")}function xt(r){return r!=null&&typeof r=="object"}var jp=im?Dn(im):E0;function pA(r,i){return r===i||Pc(r,i,qc(i))}function gA(r,i,u){return u=typeof u=="function"?u:n,Pc(r,i,qc(i),u)}function _A(r){return Yp(r)&&r!=+r}function EA(r){if(tw(r))throw new Oe(a);return km(r)}function vA(r){return r===null}function yA(r){return r==null}function Yp(r){return typeof r=="number"||xt(r)&&hn(r)==b}function Us(r){if(!xt(r)||hn(r)!=M)return!1;var i=tl(r);if(i===null)return!0;var u=rt.call(i,"constructor")&&i.constructor;return typeof u=="function"&&u instanceof u&&Ja.call(u)==gT}var af=sm?Dn(sm):v0;function bA(r){return Gp(r)&&r>=-Te&&r<=Te}var Kp=am?Dn(am):y0;function Ol(r){return typeof r=="string"||!Ne(r)&&xt(r)&&hn(r)==z}function Mn(r){return typeof r=="symbol"||xt(r)&&hn(r)==ne}var Ri=lm?Dn(lm):b0;function CA(r){return r===n}function TA(r){return xt(r)&&un(r)==k}function wA(r){return xt(r)&&hn(r)==re}var SA=vl(Nc),AA=vl(function(r,i){return r<=i});function zp(r){if(!r)return[];if(Sn(r))return Ol(r)?fr(r):wn(r);if(Os&&r[Os])return oT(r[Os]());var i=un(r),u=i==h?bc:i==J?za:Pi;return u(r)}function Kr(r){if(!r)return r===0?r:0;if(r=Zn(r),r===ge||r===-ge){var i=r<0?-1:1;return i*qe}return r===r?r:0}function Be(r){var i=Kr(r),u=i%1;return i===i?u?i-u:i:0}function qp(r){return r?zo(Be(r),0,Je):0}function Zn(r){if(typeof r=="number")return r;if(Mn(r))return Fe;if(St(r)){var i=typeof r.valueOf=="function"?r.valueOf():r;r=St(i)?i+"":i}if(typeof r!="string")return r===0?r:+r;r=mm(r);var u=pe.test(r);return u||te.test(r)?HC(r.slice(2),u?2:8):ic.test(r)?Fe:+r}function Xp(r){return wr(r,An(r))}function xA(r){return r?zo(Be(r),-Te,Te):r===0?r:0}function Qe(r){return r==null?"":Nn(r)}var LA=Li(function(r,i){if(Ws(i)||Sn(i)){wr(i,Yt(i),r);return}for(var u in i)rt.call(i,u)&&Ns(r,u,i[u])}),Jp=Li(function(r,i){wr(i,An(i),r)}),Il=Li(function(r,i,u,f){wr(i,An(i),r,f)}),OA=Li(function(r,i,u,f){wr(i,Yt(i),r,f)}),IA=Gr(xc);function RA(r,i){var u=xi(r);return i==null?u:Om(u,i)}var PA=Ue(function(r,i){r=dt(r);var u=-1,f=i.length,_=f>2?i[2]:n;for(_&&mn(i[0],i[1],_)&&(f=1);++u<f;)for(var y=i[u],T=An(y),L=-1,P=T.length;++L<P;){var Y=T[L],K=r[Y];(K===n||hr(K,wi[Y])&&!rt.call(r,Y))&&(r[Y]=y[Y])}return r}),DA=Ue(function(r){return r.push(n,mp),Pn(Zp,n,r)});function NA(r,i){return cm(r,Ee(i,3),Tr)}function MA(r,i){return cm(r,Ee(i,3),Oc)}function BA(r,i){return r==null?r:Lc(r,Ee(i,3),An)}function kA(r,i){return r==null?r:Nm(r,Ee(i,3),An)}function FA(r,i){return r&&Tr(r,Ee(i,3))}function $A(r,i){return r&&Oc(r,Ee(i,3))}function WA(r){return r==null?[]:fl(r,Yt(r))}function HA(r){return r==null?[]:fl(r,An(r))}function lf(r,i,u){var f=r==null?n:qo(r,i);return f===n?u:f}function UA(r,i){return r!=null&&_p(r,i,f0)}function uf(r,i){return r!=null&&_p(r,i,d0)}var VA=up(function(r,i,u){i!=null&&typeof i.toString!="function"&&(i=Za.call(i)),r[i]=u},ff(xn)),GA=up(function(r,i,u){i!=null&&typeof i.toString!="function"&&(i=Za.call(i)),rt.call(r,i)?r[i].push(u):r[i]=[u]},Ee),jA=Ue(Bs);function Yt(r){return Sn(r)?xm(r):Dc(r)}function An(r){return Sn(r)?xm(r,!0):C0(r)}function YA(r,i){var u={};return i=Ee(i,3),Tr(r,function(f,_,y){Ur(u,i(f,_,y),f)}),u}function KA(r,i){var u={};return i=Ee(i,3),Tr(r,function(f,_,y){Ur(u,_,i(f,_,y))}),u}var zA=Li(function(r,i,u){dl(r,i,u)}),Zp=Li(function(r,i,u,f){dl(r,i,u,f)}),qA=Gr(function(r,i){var u={};if(r==null)return u;var f=!1;i=Ct(i,function(y){return y=Eo(y,r),f||(f=y.length>1),y}),wr(r,Kc(r),u),f&&(u=qn(u,E|C|w,V0));for(var _=i.length;_--;)$c(u,i[_]);return u});function XA(r,i){return Qp(r,xl(Ee(i)))}var JA=Gr(function(r,i){return r==null?{}:w0(r,i)});function Qp(r,i){if(r==null)return{};var u=Ct(Kc(r),function(f){return[f]});return i=Ee(i),Gm(r,u,function(f,_){return i(f,_[0])})}function ZA(r,i,u){i=Eo(i,r);var f=-1,_=i.length;for(_||(_=1,r=n);++f<_;){var y=r==null?n:r[Sr(i[f])];y===n&&(f=_,y=u),r=Yr(y)?y.call(r):y}return r}function QA(r,i,u){return r==null?r:Fs(r,i,u)}function ex(r,i,u,f){return f=typeof f=="function"?f:n,r==null?r:Fs(r,i,u,f)}var eg=dp(Yt),tg=dp(An);function tx(r,i,u){var f=Ne(r),_=f||yo(r)||Ri(r);if(i=Ee(i,4),u==null){var y=r&&r.constructor;_?u=f?new y:[]:St(r)?u=Yr(y)?xi(tl(r)):{}:u={}}return(_?Yn:Tr)(r,function(T,L,P){return i(u,T,L,P)}),u}function nx(r,i){return r==null?!0:$c(r,i)}function rx(r,i,u){return r==null?r:qm(r,i,Uc(u))}function ox(r,i,u,f){return f=typeof f=="function"?f:n,r==null?r:qm(r,i,Uc(u),f)}function Pi(r){return r==null?[]:yc(r,Yt(r))}function ix(r){return r==null?[]:yc(r,An(r))}function sx(r,i,u){return u===n&&(u=i,i=n),u!==n&&(u=Zn(u),u=u===u?u:0),i!==n&&(i=Zn(i),i=i===i?i:0),zo(Zn(r),i,u)}function ax(r,i,u){return i=Kr(i),u===n?(u=i,i=0):u=Kr(u),r=Zn(r),h0(r,i,u)}function lx(r,i,u){if(u&&typeof u!="boolean"&&mn(r,i,u)&&(i=u=n),u===n&&(typeof i=="boolean"?(u=i,i=n):typeof r=="boolean"&&(u=r,r=n)),r===n&&i===n?(r=0,i=1):(r=Kr(r),i===n?(i=r,r=0):i=Kr(i)),r>i){var f=r;r=i,i=f}if(u||r%1||i%1){var _=Sm();return ln(r+_*(i-r+WC("1e-"+((_+"").length-1))),i)}return Bc(r,i)}var ux=Oi(function(r,i,u){return i=i.toLowerCase(),r+(u?ng(i):i)});function ng(r){return cf(Qe(r).toLowerCase())}function rg(r){return r=Qe(r),r&&r.replace(st,QC).replace(IC,"")}function cx(r,i,u){r=Qe(r),i=Nn(i);var f=r.length;u=u===n?f:zo(Be(u),0,f);var _=u;return u-=i.length,u>=0&&r.slice(u,_)==i}function fx(r){return r=Qe(r),r&&Ma.test(r)?r.replace(Fr,eT):r}function dx(r){return r=Qe(r),r&&ur.test(r)?r.replace(ws,"\\$&"):r}var hx=Oi(function(r,i,u){return r+(u?"-":"")+i.toLowerCase()}),mx=Oi(function(r,i,u){return r+(u?" ":"")+i.toLowerCase()}),px=sp("toLowerCase");function gx(r,i,u){r=Qe(r),i=Be(i);var f=i?Ci(r):0;if(!i||f>=i)return r;var _=(i-f)/2;return El(il(_),u)+r+El(ol(_),u)}function _x(r,i,u){r=Qe(r),i=Be(i);var f=i?Ci(r):0;return i&&f<i?r+El(i-f,u):r}function Ex(r,i,u){r=Qe(r),i=Be(i);var f=i?Ci(r):0;return i&&f<i?El(i-f,u)+r:r}function vx(r,i,u){return u||i==null?i=0:i&&(i=+i),AT(Qe(r).replace(Uo,""),i||0)}function yx(r,i,u){return(u?mn(r,i,u):i===n)?i=1:i=Be(i),kc(Qe(r),i)}function bx(){var r=arguments,i=Qe(r[0]);return r.length<3?i:i.replace(r[1],r[2])}var Cx=Oi(function(r,i,u){return r+(u?"_":"")+i.toLowerCase()});function Tx(r,i,u){return u&&typeof u!="number"&&mn(r,i,u)&&(i=u=n),u=u===n?Je:u>>>0,u?(r=Qe(r),r&&(typeof i=="string"||i!=null&&!af(i))&&(i=Nn(i),!i&&bi(r))?vo(fr(r),0,u):r.split(i,u)):[]}var wx=Oi(function(r,i,u){return r+(u?" ":"")+cf(i)});function Sx(r,i,u){return r=Qe(r),u=u==null?0:zo(Be(u),0,r.length),i=Nn(i),r.slice(u,u+i.length)==i}function Ax(r,i,u){var f=v.templateSettings;u&&mn(r,i,u)&&(i=n),r=Qe(r),i=Il({},i,f,hp);var _=Il({},i.imports,f.imports,hp),y=Yt(_),T=yc(_,y),L,P,Y=0,K=i.interpolate||Pt,X="__p += '",se=Cc((i.escape||Pt).source+"|"+K.source+"|"+(K===Ts?Ga:Pt).source+"|"+(i.evaluate||Pt).source+"|$","g"),me="//# sourceURL="+(rt.call(i,"sourceURL")?(i.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++MC+"]")+`
|
|
65
|
-
`;
|
|
66
|
-
__e(`+
|
|
67
|
-
'`),
|
|
68
|
-
`+
|
|
69
|
-
__p += '`),
|
|
70
|
-
((__t = (`+
|
|
71
|
-
'`),
|
|
72
|
-
`;var
|
|
73
|
-
`+
|
|
64
|
+
`)}function eb(o){return Ne(o)||Zr(o)||!!(bh&&o&&o[bh])}function Go(o,i){var u=typeof o;return i=i??ve,!!i&&(u=="number"||u!="symbol"&&fe.test(o))&&o>-1&&o%1==0&&o<i}function pn(o,i,u){if(!St(u))return!1;var m=typeof i;return(m=="number"?Sn(u)&&Go(i,u.length):m=="string"&&i in u)?po(u[i],o):!1}function Zc(o,i){if(Ne(o))return!1;var u=typeof o;return u=="number"||u=="symbol"||u=="boolean"||o==null||Vn(o)?!0:Oa.test(o)||!rc.test(o)||i!=null&&o in ft(i)}function tb(o){var i=typeof o;return i=="string"||i=="number"||i=="symbol"||i=="boolean"?o!=="__proto__":o===null}function Qc(o){var i=Fl(o),u=y[i];if(typeof u!="function"||!(i in Ye.prototype))return!1;if(o===u)return!0;var m=qc(u);return!!m&&o===m[0]}function nb(o){return!!Fh&&Fh in o}var ob=Xa?Yo:gd;function Ws(o){var i=o&&o.constructor,u=typeof i=="function"&&i.prototype||bi;return o===u}function Fp(o){return o===o&&!St(o)}function Tp(o,i){return function(u){return u==null?!1:u[o]===i&&(i!==n||o in ft(u))}}function rb(o){var i=Rl(o,function(m){return u.size===f&&u.clear(),m}),u=i.cache;return i}function ib(o,i){var u=o[1],m=i[1],C=u|m,F=C<(k|S|$),v=m==$&&u==M||m==$&&u==le&&o[7].length<=i[8]||m==($|le)&&i[7].length<=i[8]&&u==M;if(!(F||v))return o;m&k&&(o[2]=i[2],C|=u&k?0:V);var L=i[3];if(L){var A=o[3];o[3]=A?op(A,L,i[4]):L,o[4]=A?hr(o[3],p):i[4]}return L=i[5],L&&(A=o[5],o[5]=A?rp(A,L,i[6]):L,o[6]=A?hr(o[5],p):i[6]),L=i[7],L&&(o[7]=L),m&$&&(o[8]=o[8]==null?i[8]:cn(o[8],i[8])),o[9]==null&&(o[9]=i[9]),o[0]=i[0],o[1]=C,o}function sb(o){var i=[];if(o!=null)for(var u in ft(o))i.push(u);return i}function ab(o){return Za.call(o)}function Ep(o,i,u){return i=Ht(i===n?o.length-1:i,0),function(){for(var m=arguments,C=-1,F=Ht(m.length-i,0),v=W(F);++C<F;)v[C]=m[i+C];C=-1;for(var L=W(i+1);++C<i;)L[C]=m[C];return L[i]=u(v),In(o,this,L)}}function vp(o,i){return i.length<2?o:qr(o,Jn(i,0,-1))}function lb(o,i){for(var u=o.length,m=cn(i.length,u),C=bn(o);m--;){var F=i[m];o[m]=Go(F,u)?C[F]:n}return o}function ed(o,i){if(!(i==="constructor"&&typeof o[i]=="function")&&i!="__proto__")return o[i]}var bp=Rp(Yh),Hs=vE||function(o,i){return Xt.setTimeout(o,i)},td=Rp(wv);function Sp(o,i,u){var m=i+"";return td(o,Qv(m,ub(Xv(m),u)))}function Rp(o){var i=0,u=0;return function(){var m=DE(),C=We-(m-u);if(u=m,C>0){if(++i>=Oe)return arguments[0]}else i=0;return o.apply(n,arguments)}}function El(o,i){var u=-1,m=o.length,C=m-1;for(i=i===n?m:i;++u<i;){var F=Oc(u,C),v=o[F];o[F]=o[u],o[u]=v}return o.length=i,o}var Dp=rb(function(o){var i=[];return o.charCodeAt(0)===46&&i.push(""),o.replace(ka,function(u,m,C,F){i.push(C?F.replace(Ua,"$1"):m||u)}),i});function Ro(o){if(typeof o=="string"||Vn(o))return o;var i=o+"";return i=="0"&&1/o==-ge?"-0":i}function Jr(o){if(o!=null){try{return Ja.call(o)}catch{}try{return o+""}catch{}}return""}function ub(o,i){return Yn(He,function(u){var m="_."+u[0];i&u[1]&&!Ga(o,m)&&o.push(m)}),o.sort()}function Lp(o){if(o instanceof Ye)return o.clone();var i=new qn(o.__wrapped__,o.__chain__);return i.__actions__=bn(o.__actions__),i.__index__=o.__index__,i.__values__=o.__values__,i}function cb(o,i,u){(u?pn(o,i,u):i===n)?i=1:i=Ht(Ve(i),0);var m=o==null?0:o.length;if(!m||i<1)return[];for(var C=0,F=0,v=W(rl(m/i));C<m;)v[F++]=Jn(o,C,C+=i);return v}function db(o){for(var i=-1,u=o==null?0:o.length,m=0,C=[];++i<u;){var F=o[i];F&&(C[m++]=F)}return C}function mb(){var o=arguments.length;if(!o)return[];for(var i=W(o-1),u=arguments[0],m=o;m--;)i[m-1]=arguments[m];return fr(Ne(u)?bn(u):[u],Jt(i,1))}var fb=$e(function(o,i){return It(o)?Ps(o,Jt(i,1,It,!0)):[]}),hb=$e(function(o,i){var u=Zn(i);return It(u)&&(u=n),It(o)?Ps(o,Jt(i,1,It,!0),ye(u,2)):[]}),pb=$e(function(o,i){var u=Zn(i);return It(u)&&(u=n),It(o)?Ps(o,Jt(i,1,It,!0),n,u):[]});function gb(o,i,u){var m=o==null?0:o.length;return m?(i=u||i===n?1:Ve(i),Jn(o,i<0?0:i,m)):[]}function Cb(o,i,u){var m=o==null?0:o.length;return m?(i=u||i===n?1:Ve(i),i=m-i,Jn(o,0,i<0?0:i)):[]}function _b(o,i){return o&&o.length?hl(o,ye(i,3),!0,!0):[]}function yb(o,i){return o&&o.length?hl(o,ye(i,3),!0):[]}function Fb(o,i,u,m){var C=o==null?0:o.length;return C?(u&&typeof u!="number"&&pn(o,i,u)&&(u=0,m=C),mv(o,i,u,m)):[]}function Bp(o,i,u){var m=o==null?0:o.length;if(!m)return-1;var C=u==null?0:Ve(u);return C<0&&(C=Ht(m+C,0)),Ya(o,ye(i,3),C)}function xp(o,i,u){var m=o==null?0:o.length;if(!m)return-1;var C=m-1;return u!==n&&(C=Ve(u),C=u<0?Ht(m+C,0):cn(C,m-1)),Ya(o,ye(i,3),C,!0)}function wp(o){var i=o==null?0:o.length;return i?Jt(o,1):[]}function Tb(o){var i=o==null?0:o.length;return i?Jt(o,ge):[]}function Eb(o,i){var u=o==null?0:o.length;return u?(i=i===n?1:Ve(i),Jt(o,i)):[]}function vb(o){for(var i=-1,u=o==null?0:o.length,m={};++i<u;){var C=o[i];m[C[0]]=C[1]}return m}function Ap(o){return o&&o.length?o[0]:n}function bb(o,i,u){var m=o==null?0:o.length;if(!m)return-1;var C=u==null?0:Ve(u);return C<0&&(C=Ht(m+C,0)),Fi(o,i,C)}function Sb(o){var i=o==null?0:o.length;return i?Jn(o,0,-1):[]}var Rb=$e(function(o){var i=Et(o,$c);return i.length&&i[0]===o[0]?Ac(i):[]}),Db=$e(function(o){var i=Zn(o),u=Et(o,$c);return i===Zn(u)?i=n:u.pop(),u.length&&u[0]===o[0]?Ac(u,ye(i,2)):[]}),Lb=$e(function(o){var i=Zn(o),u=Et(o,$c);return i=typeof i=="function"?i:n,i&&u.pop(),u.length&&u[0]===o[0]?Ac(u,n,i):[]});function Bb(o,i){return o==null?"":SE.call(o,i)}function Zn(o){var i=o==null?0:o.length;return i?o[i-1]:n}function xb(o,i,u){var m=o==null?0:o.length;if(!m)return-1;var C=m;return u!==n&&(C=Ve(u),C=C<0?Ht(m+C,0):cn(C,m-1)),i===i?uE(o,i,C):Ya(o,mh,C,!0)}function wb(o,i){return o&&o.length?Uh(o,Ve(i)):n}var Ab=$e(Ip);function Ip(o,i){return o&&o.length&&i&&i.length?Vc(o,i):o}function Ib(o,i,u){return o&&o.length&&i&&i.length?Vc(o,i,ye(u,2)):o}function Nb(o,i,u){return o&&o.length&&i&&i.length?Vc(o,i,n,u):o}var Pb=jo(function(o,i){var u=o==null?0:o.length,m=Lc(o,i);return Gh(o,Et(i,function(C){return Go(C,u)?+C:C}).sort(np)),m});function Vb(o,i){var u=[];if(!(o&&o.length))return u;var m=-1,C=[],F=o.length;for(i=ye(i,3);++m<F;){var v=o[m];i(v,m,o)&&(u.push(v),C.push(m))}return Gh(o,C),u}function nd(o){return o==null?o:BE.call(o)}function Ob(o,i,u){var m=o==null?0:o.length;return m?(u&&typeof u!="number"&&pn(o,i,u)?(i=0,u=m):(i=i==null?0:Ve(i),u=u===n?m:Ve(u)),Jn(o,i,u)):[]}function kb(o,i){return fl(o,i)}function Mb(o,i,u){return Mc(o,i,ye(u,2))}function Wb(o,i){var u=o==null?0:o.length;if(u){var m=fl(o,i);if(m<u&&po(o[m],i))return m}return-1}function Hb(o,i){return fl(o,i,!0)}function $b(o,i,u){return Mc(o,i,ye(u,2),!0)}function Ub(o,i){var u=o==null?0:o.length;if(u){var m=fl(o,i,!0)-1;if(po(o[m],i))return m}return-1}function zb(o){return o&&o.length?Kh(o):[]}function jb(o,i){return o&&o.length?Kh(o,ye(i,2)):[]}function Gb(o){var i=o==null?0:o.length;return i?Jn(o,1,i):[]}function Yb(o,i,u){return o&&o.length?(i=u||i===n?1:Ve(i),Jn(o,0,i<0?0:i)):[]}function Kb(o,i,u){var m=o==null?0:o.length;return m?(i=u||i===n?1:Ve(i),i=m-i,Jn(o,i<0?0:i,m)):[]}function qb(o,i){return o&&o.length?hl(o,ye(i,3),!1,!0):[]}function Xb(o,i){return o&&o.length?hl(o,ye(i,3)):[]}var Jb=$e(function(o){return Cr(Jt(o,1,It,!0))}),Zb=$e(function(o){var i=Zn(o);return It(i)&&(i=n),Cr(Jt(o,1,It,!0),ye(i,2))}),Qb=$e(function(o){var i=Zn(o);return i=typeof i=="function"?i:n,Cr(Jt(o,1,It,!0),n,i)});function eS(o){return o&&o.length?Cr(o):[]}function tS(o,i){return o&&o.length?Cr(o,ye(i,2)):[]}function nS(o,i){return i=typeof i=="function"?i:n,o&&o.length?Cr(o,n,i):[]}function od(o){if(!(o&&o.length))return[];var i=0;return o=mr(o,function(u){if(It(u))return i=Ht(u.length,i),!0}),Fc(i,function(u){return Et(o,Cc(u))})}function Np(o,i){if(!(o&&o.length))return[];var u=od(o);return i==null?u:Et(u,function(m){return In(i,n,m)})}var oS=$e(function(o,i){return It(o)?Ps(o,i):[]}),rS=$e(function(o){return Hc(mr(o,It))}),iS=$e(function(o){var i=Zn(o);return It(i)&&(i=n),Hc(mr(o,It),ye(i,2))}),sS=$e(function(o){var i=Zn(o);return i=typeof i=="function"?i:n,Hc(mr(o,It),n,i)}),aS=$e(od);function lS(o,i){return Zh(o||[],i||[],Ns)}function uS(o,i){return Zh(o||[],i||[],ks)}var cS=$e(function(o){var i=o.length,u=i>1?o[i-1]:n;return u=typeof u=="function"?(o.pop(),u):n,Np(o,u)});function Pp(o){var i=y(o);return i.__chain__=!0,i}function dS(o,i){return i(o),o}function vl(o,i){return i(o)}var mS=jo(function(o){var i=o.length,u=i?o[0]:0,m=this.__wrapped__,C=function(F){return Lc(F,o)};return i>1||this.__actions__.length||!(m instanceof Ye)||!Go(u)?this.thru(C):(m=m.slice(u,+u+(i?1:0)),m.__actions__.push({func:vl,args:[C],thisArg:n}),new qn(m,this.__chain__).thru(function(F){return i&&!F.length&&F.push(n),F}))});function fS(){return Pp(this)}function hS(){return new qn(this.value(),this.__chain__)}function pS(){this.__values__===n&&(this.__values__=qp(this.value()));var o=this.__index__>=this.__values__.length,i=o?n:this.__values__[this.__index__++];return{done:o,value:i}}function gS(){return this}function CS(o){for(var i,u=this;u instanceof ll;){var m=Lp(u);m.__index__=0,m.__values__=n,i?C.__wrapped__=m:i=m;var C=m;u=u.__wrapped__}return C.__wrapped__=o,i}function _S(){var o=this.__wrapped__;if(o instanceof Ye){var i=o;return this.__actions__.length&&(i=new Ye(this)),i=i.reverse(),i.__actions__.push({func:vl,args:[nd],thisArg:n}),new qn(i,this.__chain__)}return this.thru(nd)}function yS(){return Jh(this.__wrapped__,this.__actions__)}var FS=pl(function(o,i,u){rt.call(o,u)?++o[u]:Uo(o,u,1)});function TS(o,i,u){var m=Ne(o)?ch:dv;return u&&pn(o,i,u)&&(i=n),m(o,ye(i,3))}function ES(o,i){var u=Ne(o)?mr:Nh;return u(o,ye(i,3))}var vS=lp(Bp),bS=lp(xp);function SS(o,i){return Jt(bl(o,i),1)}function RS(o,i){return Jt(bl(o,i),ge)}function DS(o,i,u){return u=u===n?1:Ve(u),Jt(bl(o,i),u)}function Vp(o,i){var u=Ne(o)?Yn:gr;return u(o,ye(i,3))}function Op(o,i){var u=Ne(o)?GT:Ih;return u(o,ye(i,3))}var LS=pl(function(o,i,u){rt.call(o,u)?o[u].push(i):Uo(o,u,[i])});function BS(o,i,u,m){o=Sn(o)?o:Ai(o),u=u&&!m?Ve(u):0;var C=o.length;return u<0&&(u=Ht(C+u,0)),Bl(o)?u<=C&&o.indexOf(i,u)>-1:!!C&&Fi(o,i,u)>-1}var xS=$e(function(o,i,u){var m=-1,C=typeof i=="function",F=Sn(o)?W(o.length):[];return gr(o,function(v){F[++m]=C?In(i,v,u):Vs(v,i,u)}),F}),wS=pl(function(o,i,u){Uo(o,u,i)});function bl(o,i){var u=Ne(o)?Et:Wh;return u(o,ye(i,3))}function AS(o,i,u,m){return o==null?[]:(Ne(i)||(i=i==null?[]:[i]),u=m?n:u,Ne(u)||(u=u==null?[]:[u]),zh(o,i,u))}var IS=pl(function(o,i,u){o[u?0:1].push(i)},function(){return[[],[]]});function NS(o,i,u){var m=Ne(o)?pc:hh,C=arguments.length<3;return m(o,ye(i,4),u,C,gr)}function PS(o,i,u){var m=Ne(o)?YT:hh,C=arguments.length<3;return m(o,ye(i,4),u,C,Ih)}function VS(o,i){var u=Ne(o)?mr:Nh;return u(o,Dl(ye(i,3)))}function OS(o){var i=Ne(o)?Bh:Bv;return i(o)}function kS(o,i,u){(u?pn(o,i,u):i===n)?i=1:i=Ve(i);var m=Ne(o)?sv:xv;return m(o,i)}function MS(o){var i=Ne(o)?av:Av;return i(o)}function WS(o){if(o==null)return 0;if(Sn(o))return Bl(o)?Ei(o):o.length;var i=dn(o);return i==h||i==Z?o.size:Nc(o).length}function HS(o,i,u){var m=Ne(o)?gc:Iv;return u&&pn(o,i,u)&&(i=n),m(o,ye(i,3))}var $S=$e(function(o,i){if(o==null)return[];var u=i.length;return u>1&&pn(o,i[0],i[1])?i=[]:u>2&&pn(i[0],i[1],i[2])&&(i=[i[0]]),zh(o,Jt(i,1),[])}),Sl=EE||function(){return Xt.Date.now()};function US(o,i){if(typeof i!="function")throw new Kn(l);return o=Ve(o),function(){if(--o<1)return i.apply(this,arguments)}}function kp(o,i,u){return i=u?n:i,i=o&&i==null?o.length:i,zo(o,$,n,n,n,n,i)}function Mp(o,i){var u;if(typeof i!="function")throw new Kn(l);return o=Ve(o),function(){return--o>0&&(u=i.apply(this,arguments)),o<=1&&(i=n),u}}var rd=$e(function(o,i,u){var m=k;if(u.length){var C=hr(u,xi(rd));m|=H}return zo(o,m,i,u,C)}),Wp=$e(function(o,i,u){var m=k|S;if(u.length){var C=hr(u,xi(Wp));m|=H}return zo(i,m,o,u,C)});function Hp(o,i,u){i=u?n:i;var m=zo(o,M,n,n,n,n,n,i);return m.placeholder=Hp.placeholder,m}function $p(o,i,u){i=u?n:i;var m=zo(o,R,n,n,n,n,n,i);return m.placeholder=$p.placeholder,m}function Up(o,i,u){var m,C,F,v,L,A,G=0,Y=!1,J=!1,se=!0;if(typeof o!="function")throw new Kn(l);i=Qn(i)||0,St(u)&&(Y=!!u.leading,J="maxWait"in u,F=J?Ht(Qn(u.maxWait)||0,i):F,se="trailing"in u?!!u.trailing:se);function he(Nt){var go=m,qo=C;return m=C=n,G=Nt,v=o.apply(qo,go),v}function Fe(Nt){return G=Nt,L=Hs(ze,i),Y?he(Nt):v}function Me(Nt){var go=Nt-A,qo=Nt-G,lg=i-go;return J?cn(lg,F-qo):lg}function Te(Nt){var go=Nt-A,qo=Nt-G;return A===n||go>=i||go<0||J&&qo>=F}function ze(){var Nt=Sl();if(Te(Nt))return Ke(Nt);L=Hs(ze,Me(Nt))}function Ke(Nt){return L=n,se&&m?he(Nt):(m=C=n,v)}function On(){L!==n&&Qh(L),G=0,m=A=C=L=n}function gn(){return L===n?v:Ke(Sl())}function kn(){var Nt=Sl(),go=Te(Nt);if(m=arguments,C=this,A=Nt,go){if(L===n)return Fe(A);if(J)return Qh(L),L=Hs(ze,i),he(A)}return L===n&&(L=Hs(ze,i)),v}return kn.cancel=On,kn.flush=gn,kn}var zS=$e(function(o,i){return Ah(o,1,i)}),jS=$e(function(o,i,u){return Ah(o,Qn(i)||0,u)});function GS(o){return zo(o,ce)}function Rl(o,i){if(typeof o!="function"||i!=null&&typeof i!="function")throw new Kn(l);var u=function(){var m=arguments,C=i?i.apply(this,m):m[0],F=u.cache;if(F.has(C))return F.get(C);var v=o.apply(this,m);return u.cache=F.set(C,v)||F,v};return u.cache=new(Rl.Cache||$o),u}Rl.Cache=$o;function Dl(o){if(typeof o!="function")throw new Kn(l);return function(){var i=arguments;switch(i.length){case 0:return!o.call(this);case 1:return!o.call(this,i[0]);case 2:return!o.call(this,i[0],i[1]);case 3:return!o.call(this,i[0],i[1],i[2])}return!o.apply(this,i)}}function YS(o){return Mp(2,o)}var KS=Nv(function(o,i){i=i.length==1&&Ne(i[0])?Et(i[0],Nn(ye())):Et(Jt(i,1),Nn(ye()));var u=i.length;return $e(function(m){for(var C=-1,F=cn(m.length,u);++C<F;)m[C]=i[C].call(this,m[C]);return In(o,this,m)})}),id=$e(function(o,i){var u=hr(i,xi(id));return zo(o,H,n,i,u)}),zp=$e(function(o,i){var u=hr(i,xi(zp));return zo(o,z,n,i,u)}),qS=jo(function(o,i){return zo(o,le,n,n,n,i)});function XS(o,i){if(typeof o!="function")throw new Kn(l);return i=i===n?i:Ve(i),$e(o,i)}function JS(o,i){if(typeof o!="function")throw new Kn(l);return i=i==null?0:Ht(Ve(i),0),$e(function(u){var m=u[i],C=yr(u,0,i);return m&&fr(C,m),In(o,this,C)})}function ZS(o,i,u){var m=!0,C=!0;if(typeof o!="function")throw new Kn(l);return St(u)&&(m="leading"in u?!!u.leading:m,C="trailing"in u?!!u.trailing:C),Up(o,i,{leading:m,maxWait:i,trailing:C})}function QS(o){return kp(o,1)}function eR(o,i){return id(Uc(i),o)}function tR(){if(!arguments.length)return[];var o=arguments[0];return Ne(o)?o:[o]}function nR(o){return Xn(o,b)}function oR(o,i){return i=typeof i=="function"?i:n,Xn(o,b,i)}function rR(o){return Xn(o,_|b)}function iR(o,i){return i=typeof i=="function"?i:n,Xn(o,_|b,i)}function sR(o,i){return i==null||wh(o,i,Gt(i))}function po(o,i){return o===i||o!==o&&i!==i}var aR=yl(wc),lR=yl(function(o,i){return o>=i}),Zr=Oh(function(){return arguments}())?Oh:function(o){return Dt(o)&&rt.call(o,"callee")&&!vh.call(o,"callee")},Ne=W.isArray,uR=rh?Nn(rh):Cv;function Sn(o){return o!=null&&Ll(o.length)&&!Yo(o)}function It(o){return Dt(o)&&Sn(o)}function cR(o){return o===!0||o===!1||Dt(o)&&hn(o)==ot}var Fr=bE||gd,dR=ih?Nn(ih):_v;function mR(o){return Dt(o)&&o.nodeType===1&&!$s(o)}function fR(o){if(o==null)return!0;if(Sn(o)&&(Ne(o)||typeof o=="string"||typeof o.splice=="function"||Fr(o)||wi(o)||Zr(o)))return!o.length;var i=dn(o);if(i==h||i==Z)return!o.size;if(Ws(o))return!Nc(o).length;for(var u in o)if(rt.call(o,u))return!1;return!0}function hR(o,i){return Os(o,i)}function pR(o,i,u){u=typeof u=="function"?u:n;var m=u?u(o,i):n;return m===n?Os(o,i,n,u):!!m}function sd(o){if(!Dt(o))return!1;var i=hn(o);return i==ut||i==Rt||typeof o.message=="string"&&typeof o.name=="string"&&!$s(o)}function gR(o){return typeof o=="number"&&Sh(o)}function Yo(o){if(!St(o))return!1;var i=hn(o);return i==kt||i==g||i==Ot||i==ee}function jp(o){return typeof o=="number"&&o==Ve(o)}function Ll(o){return typeof o=="number"&&o>-1&&o%1==0&&o<=ve}function St(o){var i=typeof o;return o!=null&&(i=="object"||i=="function")}function Dt(o){return o!=null&&typeof o=="object"}var Gp=sh?Nn(sh):Fv;function CR(o,i){return o===i||Ic(o,i,Xc(i))}function _R(o,i,u){return u=typeof u=="function"?u:n,Ic(o,i,Xc(i),u)}function yR(o){return Yp(o)&&o!=+o}function FR(o){if(ob(o))throw new Be(a);return kh(o)}function TR(o){return o===null}function ER(o){return o==null}function Yp(o){return typeof o=="number"||Dt(o)&&hn(o)==T}function $s(o){if(!Dt(o)||hn(o)!=P)return!1;var i=tl(o);if(i===null)return!0;var u=rt.call(i,"constructor")&&i.constructor;return typeof u=="function"&&u instanceof u&&Ja.call(u)==_E}var ad=ah?Nn(ah):Tv;function vR(o){return jp(o)&&o>=-ve&&o<=ve}var Kp=lh?Nn(lh):Ev;function Bl(o){return typeof o=="string"||!Ne(o)&&Dt(o)&&hn(o)==K}function Vn(o){return typeof o=="symbol"||Dt(o)&&hn(o)==ne}var wi=uh?Nn(uh):vv;function bR(o){return o===n}function SR(o){return Dt(o)&&dn(o)==O}function RR(o){return Dt(o)&&hn(o)==oe}var DR=yl(Pc),LR=yl(function(o,i){return o<=i});function qp(o){if(!o)return[];if(Sn(o))return Bl(o)?fo(o):bn(o);if(Bs&&o[Bs])return sE(o[Bs]());var i=dn(o),u=i==h?Ec:i==Z?Ka:Ai;return u(o)}function Ko(o){if(!o)return o===0?o:0;if(o=Qn(o),o===ge||o===-ge){var i=o<0?-1:1;return i*qe}return o===o?o:0}function Ve(o){var i=Ko(o),u=i%1;return i===i?u?i-u:i:0}function Xp(o){return o?Kr(Ve(o),0,Je):0}function Qn(o){if(typeof o=="number")return o;if(Vn(o))return ke;if(St(o)){var i=typeof o.valueOf=="function"?o.valueOf():o;o=St(i)?i+"":i}if(typeof o!="string")return o===0?o:+o;o=ph(o);var u=pe.test(o);return u||te.test(o)?UT(o.slice(2),u?2:8):sc.test(o)?ke:+o}function Jp(o){return So(o,Rn(o))}function BR(o){return o?Kr(Ve(o),-ve,ve):o===0?o:0}function Qe(o){return o==null?"":Pn(o)}var xR=Li(function(o,i){if(Ws(i)||Sn(i)){So(i,Gt(i),o);return}for(var u in i)rt.call(i,u)&&Ns(o,u,i[u])}),Zp=Li(function(o,i){So(i,Rn(i),o)}),xl=Li(function(o,i,u,m){So(i,Rn(i),o,m)}),wR=Li(function(o,i,u,m){So(i,Gt(i),o,m)}),AR=jo(Lc);function IR(o,i){var u=Di(o);return i==null?u:xh(u,i)}var NR=$e(function(o,i){o=ft(o);var u=-1,m=i.length,C=m>2?i[2]:n;for(C&&pn(i[0],i[1],C)&&(m=1);++u<m;)for(var F=i[u],v=Rn(F),L=-1,A=v.length;++L<A;){var G=v[L],Y=o[G];(Y===n||po(Y,bi[G])&&!rt.call(o,G))&&(o[G]=F[G])}return o}),PR=$e(function(o){return o.push(n,pp),In(Qp,n,o)});function VR(o,i){return dh(o,ye(i,3),bo)}function OR(o,i){return dh(o,ye(i,3),xc)}function kR(o,i){return o==null?o:Bc(o,ye(i,3),Rn)}function MR(o,i){return o==null?o:Ph(o,ye(i,3),Rn)}function WR(o,i){return o&&bo(o,ye(i,3))}function HR(o,i){return o&&xc(o,ye(i,3))}function $R(o){return o==null?[]:dl(o,Gt(o))}function UR(o){return o==null?[]:dl(o,Rn(o))}function ld(o,i,u){var m=o==null?n:qr(o,i);return m===n?u:m}function zR(o,i){return o!=null&&_p(o,i,fv)}function ud(o,i){return o!=null&&_p(o,i,hv)}var jR=cp(function(o,i,u){i!=null&&typeof i.toString!="function"&&(i=Za.call(i)),o[i]=u},dd(Dn)),GR=cp(function(o,i,u){i!=null&&typeof i.toString!="function"&&(i=Za.call(i)),rt.call(o,i)?o[i].push(u):o[i]=[u]},ye),YR=$e(Vs);function Gt(o){return Sn(o)?Lh(o):Nc(o)}function Rn(o){return Sn(o)?Lh(o,!0):bv(o)}function KR(o,i){var u={};return i=ye(i,3),bo(o,function(m,C,F){Uo(u,i(m,C,F),m)}),u}function qR(o,i){var u={};return i=ye(i,3),bo(o,function(m,C,F){Uo(u,C,i(m,C,F))}),u}var XR=Li(function(o,i,u){ml(o,i,u)}),Qp=Li(function(o,i,u,m){ml(o,i,u,m)}),JR=jo(function(o,i){var u={};if(o==null)return u;var m=!1;i=Et(i,function(F){return F=_r(F,o),m||(m=F.length>1),F}),So(o,Kc(o),u),m&&(u=Xn(u,_|E|b,jv));for(var C=i.length;C--;)Wc(u,i[C]);return u});function ZR(o,i){return eg(o,Dl(ye(i)))}var QR=jo(function(o,i){return o==null?{}:Rv(o,i)});function eg(o,i){if(o==null)return{};var u=Et(Kc(o),function(m){return[m]});return i=ye(i),jh(o,u,function(m,C){return i(m,C[0])})}function eD(o,i,u){i=_r(i,o);var m=-1,C=i.length;for(C||(C=1,o=n);++m<C;){var F=o==null?n:o[Ro(i[m])];F===n&&(m=C,F=u),o=Yo(F)?F.call(o):F}return o}function tD(o,i,u){return o==null?o:ks(o,i,u)}function nD(o,i,u,m){return m=typeof m=="function"?m:n,o==null?o:ks(o,i,u,m)}var tg=fp(Gt),ng=fp(Rn);function oD(o,i,u){var m=Ne(o),C=m||Fr(o)||wi(o);if(i=ye(i,4),u==null){var F=o&&o.constructor;C?u=m?new F:[]:St(o)?u=Yo(F)?Di(tl(o)):{}:u={}}return(C?Yn:bo)(o,function(v,L,A){return i(u,v,L,A)}),u}function rD(o,i){return o==null?!0:Wc(o,i)}function iD(o,i,u){return o==null?o:Xh(o,i,Uc(u))}function sD(o,i,u,m){return m=typeof m=="function"?m:n,o==null?o:Xh(o,i,Uc(u),m)}function Ai(o){return o==null?[]:Tc(o,Gt(o))}function aD(o){return o==null?[]:Tc(o,Rn(o))}function lD(o,i,u){return u===n&&(u=i,i=n),u!==n&&(u=Qn(u),u=u===u?u:0),i!==n&&(i=Qn(i),i=i===i?i:0),Kr(Qn(o),i,u)}function uD(o,i,u){return i=Ko(i),u===n?(u=i,i=0):u=Ko(u),o=Qn(o),pv(o,i,u)}function cD(o,i,u){if(u&&typeof u!="boolean"&&pn(o,i,u)&&(i=u=n),u===n&&(typeof i=="boolean"?(u=i,i=n):typeof o=="boolean"&&(u=o,o=n)),o===n&&i===n?(o=0,i=1):(o=Ko(o),i===n?(i=o,o=0):i=Ko(i)),o>i){var m=o;o=i,i=m}if(u||o%1||i%1){var C=Rh();return cn(o+C*(i-o+$T("1e-"+((C+"").length-1))),i)}return Oc(o,i)}var dD=Bi(function(o,i,u){return i=i.toLowerCase(),o+(u?og(i):i)});function og(o){return cd(Qe(o).toLowerCase())}function rg(o){return o=Qe(o),o&&o.replace(st,tE).replace(AT,"")}function mD(o,i,u){o=Qe(o),i=Pn(i);var m=o.length;u=u===n?m:Kr(Ve(u),0,m);var C=u;return u-=i.length,u>=0&&o.slice(u,C)==i}function fD(o){return o=Qe(o),o&&Pa.test(o)?o.replace(Mo,nE):o}function hD(o){return o=Qe(o),o&&co.test(o)?o.replace(bs,"\\$&"):o}var pD=Bi(function(o,i,u){return o+(u?"-":"")+i.toLowerCase()}),gD=Bi(function(o,i,u){return o+(u?" ":"")+i.toLowerCase()}),CD=ap("toLowerCase");function _D(o,i,u){o=Qe(o),i=Ve(i);var m=i?Ei(o):0;if(!i||m>=i)return o;var C=(i-m)/2;return _l(il(C),u)+o+_l(rl(C),u)}function yD(o,i,u){o=Qe(o),i=Ve(i);var m=i?Ei(o):0;return i&&m<i?o+_l(i-m,u):o}function FD(o,i,u){o=Qe(o),i=Ve(i);var m=i?Ei(o):0;return i&&m<i?_l(i-m,u)+o:o}function TD(o,i,u){return u||i==null?i=0:i&&(i=+i),LE(Qe(o).replace($r,""),i||0)}function ED(o,i,u){return(u?pn(o,i,u):i===n)?i=1:i=Ve(i),kc(Qe(o),i)}function vD(){var o=arguments,i=Qe(o[0]);return o.length<3?i:i.replace(o[1],o[2])}var bD=Bi(function(o,i,u){return o+(u?"_":"")+i.toLowerCase()});function SD(o,i,u){return u&&typeof u!="number"&&pn(o,i,u)&&(i=u=n),u=u===n?Je:u>>>0,u?(o=Qe(o),o&&(typeof i=="string"||i!=null&&!ad(i))&&(i=Pn(i),!i&&Ti(o))?yr(fo(o),0,u):o.split(i,u)):[]}var RD=Bi(function(o,i,u){return o+(u?" ":"")+cd(i)});function DD(o,i,u){return o=Qe(o),u=u==null?0:Kr(Ve(u),0,o.length),i=Pn(i),o.slice(u,u+i.length)==i}function LD(o,i,u){var m=y.templateSettings;u&&pn(o,i,u)&&(i=n),o=Qe(o),i=xl({},i,m,hp);var C=xl({},i.imports,m.imports,hp),F=Gt(C),v=Tc(C,F),L,A,G=0,Y=i.interpolate||At,J="__p += '",se=vc((i.escape||At).source+"|"+Y.source+"|"+(Y===vs?za:At).source+"|"+(i.evaluate||At).source+"|$","g"),he="//# sourceURL="+(rt.call(i,"sourceURL")?(i.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++OT+"]")+`
|
|
65
|
+
`;o.replace(se,function(Te,ze,Ke,On,gn,kn){return Ke||(Ke=On),J+=o.slice(G,kn).replace(jt,oE),ze&&(L=!0,J+=`' +
|
|
66
|
+
__e(`+ze+`) +
|
|
67
|
+
'`),gn&&(A=!0,J+=`';
|
|
68
|
+
`+gn+`;
|
|
69
|
+
__p += '`),Ke&&(J+=`' +
|
|
70
|
+
((__t = (`+Ke+`)) == null ? '' : __t) +
|
|
71
|
+
'`),G=kn+Te.length,Te}),J+=`';
|
|
72
|
+
`;var Fe=rt.call(i,"variable")&&i.variable;if(!Fe)J=`with (obj) {
|
|
73
|
+
`+J+`
|
|
74
74
|
}
|
|
75
|
-
`;else if(
|
|
76
|
-
`+(
|
|
77
|
-
`)+"var __t, __p = ''"+(L?", __e = _.escape":"")+(
|
|
75
|
+
`;else if($a.test(Fe))throw new Be(c);J=(A?J.replace(vo,""):J).replace(tc,"$1").replace(nc,"$1;"),J="function("+(Fe||"obj")+`) {
|
|
76
|
+
`+(Fe?"":`obj || (obj = {});
|
|
77
|
+
`)+"var __t, __p = ''"+(L?", __e = _.escape":"")+(A?`, __j = Array.prototype.join;
|
|
78
78
|
function print() { __p += __j.call(arguments, '') }
|
|
79
79
|
`:`;
|
|
80
|
-
`)+
|
|
81
|
-
}`;var $e=ig(function(){return Ze(y,me+"return "+X).apply(n,T)});if($e.source=X,sf($e))throw $e;return $e}function xx(r){return Qe(r).toLowerCase()}function Lx(r){return Qe(r).toUpperCase()}function Ox(r,i,u){if(r=Qe(r),r&&(u||i===n))return mm(r);if(!r||!(i=Nn(i)))return r;var f=fr(r),_=fr(i),y=pm(f,_),T=gm(f,_)+1;return vo(f,y,T).join("")}function Ix(r,i,u){if(r=Qe(r),r&&(u||i===n))return r.slice(0,Em(r)+1);if(!r||!(i=Nn(i)))return r;var f=fr(r),_=gm(f,fr(i))+1;return vo(f,0,_).join("")}function Rx(r,i,u){if(r=Qe(r),r&&(u||i===n))return r.replace(Uo,"");if(!r||!(i=Nn(i)))return r;var f=fr(r),_=pm(f,fr(i));return vo(f,_).join("")}function Px(r,i){var u=de,f=Pe;if(St(i)){var _="separator"in i?i.separator:_;u="length"in i?Be(i.length):u,f="omission"in i?Nn(i.omission):f}r=Qe(r);var y=r.length;if(bi(r)){var T=fr(r);y=T.length}if(u>=y)return r;var L=u-Ci(f);if(L<1)return f;var P=T?vo(T,0,L).join(""):r.slice(0,L);if(_===n)return P+f;if(T&&(L+=P.length-L),af(_)){if(r.slice(L).search(_)){var Y,K=P;for(_.global||(_=Cc(_.source,Qe(Ss.exec(_))+"g")),_.lastIndex=0;Y=_.exec(K);)var X=Y.index;P=P.slice(0,X===n?L:X)}}else if(r.indexOf(Nn(_),L)!=L){var se=P.lastIndexOf(_);se>-1&&(P=P.slice(0,se))}return P+f}function Dx(r){return r=Qe(r),r&&nc.test(r)?r.replace(Rt,lT):r}var Nx=Oi(function(r,i,u){return r+(u?" ":"")+i.toUpperCase()}),cf=sp("toUpperCase");function og(r,i,u){return r=Qe(r),i=u?n:i,i===n?rT(r)?fT(r):zC(r):r.match(i)||[]}var ig=Ue(function(r,i){try{return Pn(r,n,i)}catch(u){return sf(u)?u:new Oe(u)}}),Mx=Gr(function(r,i){return Yn(i,function(u){u=Sr(u),Ur(r,u,rf(r[u],r))}),r});function Bx(r){var i=r==null?0:r.length,u=Ee();return r=i?Ct(r,function(f){if(typeof f[1]!="function")throw new Kn(l);return[u(f[0]),f[1]]}):[],Ue(function(f){for(var _=-1;++_<i;){var y=r[_];if(Pn(y[0],this,f))return Pn(y[1],this,f)}})}function kx(r){return l0(qn(r,E))}function ff(r){return function(){return r}}function Fx(r,i){return r==null||r!==r?i:r}var $x=lp(),Wx=lp(!0);function xn(r){return r}function df(r){return Fm(typeof r=="function"?r:qn(r,E))}function Hx(r){return Wm(qn(r,E))}function Ux(r,i){return Hm(r,qn(i,E))}var Vx=Ue(function(r,i){return function(u){return Bs(u,r,i)}}),Gx=Ue(function(r,i){return function(u){return Bs(r,u,i)}});function hf(r,i,u){var f=Yt(i),_=fl(i,f);u==null&&!(St(i)&&(_.length||!f.length))&&(u=i,i=r,r=this,_=fl(i,Yt(i)));var y=!(St(u)&&"chain"in u)||!!u.chain,T=Yr(r);return Yn(_,function(L){var P=i[L];r[L]=P,T&&(r.prototype[L]=function(){var Y=this.__chain__;if(y||Y){var K=r(this.__wrapped__),X=K.__actions__=wn(this.__actions__);return X.push({func:P,args:arguments,thisArg:r}),K.__chain__=Y,K}return P.apply(r,ho([this.value()],arguments))})}),r}function jx(){return Xt._===this&&(Xt._=_T),this}function mf(){}function Yx(r){return r=Be(r),Ue(function(i){return Um(i,r)})}var Kx=Gc(Ct),zx=Gc(um),qx=Gc(pc);function sg(r){return Jc(r)?gc(Sr(r)):S0(r)}function Xx(r){return function(i){return r==null?n:qo(r,i)}}var Jx=cp(),Zx=cp(!0);function pf(){return[]}function gf(){return!1}function Qx(){return{}}function e1(){return""}function t1(){return!0}function n1(r,i){if(r=Be(r),r<1||r>Te)return[];var u=Je,f=ln(r,Je);i=Ee(i),r-=Je;for(var _=vc(f,i);++u<r;)i(u);return _}function r1(r){return Ne(r)?Ct(r,Sr):Mn(r)?[r]:wn(Ap(Qe(r)))}function o1(r){var i=++pT;return Qe(r)+i}var i1=_l(function(r,i){return r+i},0),s1=jc("ceil"),a1=_l(function(r,i){return r/i},1),l1=jc("floor");function u1(r){return r&&r.length?cl(r,xn,Ic):n}function c1(r,i){return r&&r.length?cl(r,Ee(i,2),Ic):n}function f1(r){return dm(r,xn)}function d1(r,i){return dm(r,Ee(i,2))}function h1(r){return r&&r.length?cl(r,xn,Nc):n}function m1(r,i){return r&&r.length?cl(r,Ee(i,2),Nc):n}var p1=_l(function(r,i){return r*i},1),g1=jc("round"),_1=_l(function(r,i){return r-i},0);function E1(r){return r&&r.length?Ec(r,xn):0}function v1(r,i){return r&&r.length?Ec(r,Ee(i,2)):0}return v.after=HS,v.ary=kp,v.assign=LA,v.assignIn=Jp,v.assignInWith=Il,v.assignWith=OA,v.at=IA,v.before=Fp,v.bind=rf,v.bindAll=Mx,v.bindKey=$p,v.castArray=QS,v.chain=Np,v.chunk=lw,v.compact=uw,v.concat=cw,v.cond=Bx,v.conforms=kx,v.constant=ff,v.countBy=ES,v.create=RA,v.curry=Wp,v.curryRight=Hp,v.debounce=Up,v.defaults=PA,v.defaultsDeep=DA,v.defer=US,v.delay=VS,v.difference=fw,v.differenceBy=dw,v.differenceWith=hw,v.drop=mw,v.dropRight=pw,v.dropRightWhile=gw,v.dropWhile=_w,v.fill=Ew,v.filter=yS,v.flatMap=TS,v.flatMapDeep=wS,v.flatMapDepth=SS,v.flatten=Ip,v.flattenDeep=vw,v.flattenDepth=yw,v.flip=GS,v.flow=$x,v.flowRight=Wx,v.fromPairs=bw,v.functions=WA,v.functionsIn=HA,v.groupBy=AS,v.initial=Tw,v.intersection=ww,v.intersectionBy=Sw,v.intersectionWith=Aw,v.invert=VA,v.invertBy=GA,v.invokeMap=LS,v.iteratee=df,v.keyBy=OS,v.keys=Yt,v.keysIn=An,v.map=wl,v.mapKeys=YA,v.mapValues=KA,v.matches=Hx,v.matchesProperty=Ux,v.memoize=Al,v.merge=zA,v.mergeWith=Zp,v.method=Vx,v.methodOf=Gx,v.mixin=hf,v.negate=xl,v.nthArg=Yx,v.omit=qA,v.omitBy=XA,v.once=jS,v.orderBy=IS,v.over=Kx,v.overArgs=YS,v.overEvery=zx,v.overSome=qx,v.partial=of,v.partialRight=Vp,v.partition=RS,v.pick=JA,v.pickBy=Qp,v.property=sg,v.propertyOf=Xx,v.pull=Iw,v.pullAll=Pp,v.pullAllBy=Rw,v.pullAllWith=Pw,v.pullAt=Dw,v.range=Jx,v.rangeRight=Zx,v.rearg=KS,v.reject=NS,v.remove=Nw,v.rest=zS,v.reverse=tf,v.sampleSize=BS,v.set=QA,v.setWith=ex,v.shuffle=kS,v.slice=Mw,v.sortBy=WS,v.sortedUniq=Uw,v.sortedUniqBy=Vw,v.split=Tx,v.spread=qS,v.tail=Gw,v.take=jw,v.takeRight=Yw,v.takeRightWhile=Kw,v.takeWhile=zw,v.tap=uS,v.throttle=XS,v.thru=Tl,v.toArray=zp,v.toPairs=eg,v.toPairsIn=tg,v.toPath=r1,v.toPlainObject=Xp,v.transform=tx,v.unary=JS,v.union=qw,v.unionBy=Xw,v.unionWith=Jw,v.uniq=Zw,v.uniqBy=Qw,v.uniqWith=eS,v.unset=nx,v.unzip=nf,v.unzipWith=Dp,v.update=rx,v.updateWith=ox,v.values=Pi,v.valuesIn=ix,v.without=tS,v.words=og,v.wrap=ZS,v.xor=nS,v.xorBy=rS,v.xorWith=oS,v.zip=iS,v.zipObject=sS,v.zipObjectDeep=aS,v.zipWith=lS,v.entries=eg,v.entriesIn=tg,v.extend=Jp,v.extendWith=Il,hf(v,v),v.add=i1,v.attempt=ig,v.camelCase=ux,v.capitalize=ng,v.ceil=s1,v.clamp=sx,v.clone=eA,v.cloneDeep=nA,v.cloneDeepWith=rA,v.cloneWith=tA,v.conformsTo=oA,v.deburr=rg,v.defaultTo=Fx,v.divide=a1,v.endsWith=cx,v.eq=hr,v.escape=fx,v.escapeRegExp=dx,v.every=vS,v.find=bS,v.findIndex=Lp,v.findKey=NA,v.findLast=CS,v.findLastIndex=Op,v.findLastKey=MA,v.floor=l1,v.forEach=Mp,v.forEachRight=Bp,v.forIn=BA,v.forInRight=kA,v.forOwn=FA,v.forOwnRight=$A,v.get=lf,v.gt=iA,v.gte=sA,v.has=UA,v.hasIn=uf,v.head=Rp,v.identity=xn,v.includes=xS,v.indexOf=Cw,v.inRange=ax,v.invoke=jA,v.isArguments=Zo,v.isArray=Ne,v.isArrayBuffer=aA,v.isArrayLike=Sn,v.isArrayLikeObject=Dt,v.isBoolean=lA,v.isBuffer=yo,v.isDate=uA,v.isElement=cA,v.isEmpty=fA,v.isEqual=dA,v.isEqualWith=hA,v.isError=sf,v.isFinite=mA,v.isFunction=Yr,v.isInteger=Gp,v.isLength=Ll,v.isMap=jp,v.isMatch=pA,v.isMatchWith=gA,v.isNaN=_A,v.isNative=EA,v.isNil=yA,v.isNull=vA,v.isNumber=Yp,v.isObject=St,v.isObjectLike=xt,v.isPlainObject=Us,v.isRegExp=af,v.isSafeInteger=bA,v.isSet=Kp,v.isString=Ol,v.isSymbol=Mn,v.isTypedArray=Ri,v.isUndefined=CA,v.isWeakMap=TA,v.isWeakSet=wA,v.join=xw,v.kebabCase=hx,v.last=Jn,v.lastIndexOf=Lw,v.lowerCase=mx,v.lowerFirst=px,v.lt=SA,v.lte=AA,v.max=u1,v.maxBy=c1,v.mean=f1,v.meanBy=d1,v.min=h1,v.minBy=m1,v.stubArray=pf,v.stubFalse=gf,v.stubObject=Qx,v.stubString=e1,v.stubTrue=t1,v.multiply=p1,v.nth=Ow,v.noConflict=jx,v.noop=mf,v.now=Sl,v.pad=gx,v.padEnd=_x,v.padStart=Ex,v.parseInt=vx,v.random=lx,v.reduce=PS,v.reduceRight=DS,v.repeat=yx,v.replace=bx,v.result=ZA,v.round=g1,v.runInContext=R,v.sample=MS,v.size=FS,v.snakeCase=Cx,v.some=$S,v.sortedIndex=Bw,v.sortedIndexBy=kw,v.sortedIndexOf=Fw,v.sortedLastIndex=$w,v.sortedLastIndexBy=Ww,v.sortedLastIndexOf=Hw,v.startCase=wx,v.startsWith=Sx,v.subtract=_1,v.sum=E1,v.sumBy=v1,v.template=Ax,v.times=n1,v.toFinite=Kr,v.toInteger=Be,v.toLength=qp,v.toLower=xx,v.toNumber=Zn,v.toSafeInteger=xA,v.toString=Qe,v.toUpper=Lx,v.trim=Ox,v.trimEnd=Ix,v.trimStart=Rx,v.truncate=Px,v.unescape=Dx,v.uniqueId=o1,v.upperCase=Nx,v.upperFirst=cf,v.each=Mp,v.eachRight=Bp,v.first=Rp,hf(v,function(){var r={};return Tr(v,function(i,u){rt.call(v.prototype,u)||(r[u]=i)}),r}(),{chain:!1}),v.VERSION=o,Yn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(r){v[r].placeholder=v}),Yn(["drop","take"],function(r,i){Ye.prototype[r]=function(u){u=u===n?1:Ht(Be(u),0);var f=this.__filtered__&&!i?new Ye(this):this.clone();return f.__filtered__?f.__takeCount__=ln(u,f.__takeCount__):f.__views__.push({size:ln(u,Je),type:r+(f.__dir__<0?"Right":"")}),f},Ye.prototype[r+"Right"]=function(u){return this.reverse()[r](u).reverse()}}),Yn(["filter","map","takeWhile"],function(r,i){var u=i+1,f=u==Tt||u==Le;Ye.prototype[r]=function(_){var y=this.clone();return y.__iteratees__.push({iteratee:Ee(_,3),type:u}),y.__filtered__=y.__filtered__||f,y}}),Yn(["head","last"],function(r,i){var u="take"+(i?"Right":"");Ye.prototype[r]=function(){return this[u](1).value()[0]}}),Yn(["initial","tail"],function(r,i){var u="drop"+(i?"":"Right");Ye.prototype[r]=function(){return this.__filtered__?new Ye(this):this[u](1)}}),Ye.prototype.compact=function(){return this.filter(xn)},Ye.prototype.find=function(r){return this.filter(r).head()},Ye.prototype.findLast=function(r){return this.reverse().find(r)},Ye.prototype.invokeMap=Ue(function(r,i){return typeof r=="function"?new Ye(this):this.map(function(u){return Bs(u,r,i)})}),Ye.prototype.reject=function(r){return this.filter(xl(Ee(r)))},Ye.prototype.slice=function(r,i){r=Be(r);var u=this;return u.__filtered__&&(r>0||i<0)?new Ye(u):(r<0?u=u.takeRight(-r):r&&(u=u.drop(r)),i!==n&&(i=Be(i),u=i<0?u.dropRight(-i):u.take(i-r)),u)},Ye.prototype.takeRightWhile=function(r){return this.reverse().takeWhile(r).reverse()},Ye.prototype.toArray=function(){return this.take(Je)},Tr(Ye.prototype,function(r,i){var u=/^(?:filter|find|map|reject)|While$/.test(i),f=/^(?:head|last)$/.test(i),_=v[f?"take"+(i=="last"?"Right":""):i],y=f||/^find/.test(i);_&&(v.prototype[i]=function(){var T=this.__wrapped__,L=f?[1]:arguments,P=T instanceof Ye,Y=L[0],K=P||Ne(T),X=function(Ge){var ze=_.apply(v,ho([Ge],L));return f&&se?ze[0]:ze};K&&u&&typeof Y=="function"&&Y.length!=1&&(P=K=!1);var se=this.__chain__,me=!!this.__actions__.length,ve=y&&!se,$e=P&&!me;if(!y&&K){T=$e?T:new Ye(this);var ye=r.apply(T,L);return ye.__actions__.push({func:Tl,args:[X],thisArg:n}),new zn(ye,se)}return ve&&$e?r.apply(this,L):(ye=this.thru(X),ve?f?ye.value()[0]:ye.value():ye)})}),Yn(["pop","push","shift","sort","splice","unshift"],function(r){var i=qa[r],u=/^(?:push|sort|unshift)$/.test(r)?"tap":"thru",f=/^(?:pop|shift)$/.test(r);v.prototype[r]=function(){var _=arguments;if(f&&!this.__chain__){var y=this.value();return i.apply(Ne(y)?y:[],_)}return this[u](function(T){return i.apply(Ne(T)?T:[],_)})}}),Tr(Ye.prototype,function(r,i){var u=v[i];if(u){var f=u.name+"";rt.call(Ai,f)||(Ai[f]=[]),Ai[f].push({name:i,func:u})}}),Ai[gl(n,S).name]=[{name:"wrapper",func:n}],Ye.prototype.clone=DT,Ye.prototype.reverse=NT,Ye.prototype.value=MT,v.prototype.at=cS,v.prototype.chain=fS,v.prototype.commit=dS,v.prototype.next=hS,v.prototype.plant=pS,v.prototype.reverse=gS,v.prototype.toJSON=v.prototype.valueOf=v.prototype.value=_S,v.prototype.first=v.prototype.head,Os&&(v.prototype[Os]=mS),v},Ti=dT();Go?((Go.exports=Ti)._=Ti,fc._=Ti):Xt._=Ti}).call(to)})(bu,bu.exports);var qs=bu.exports;const wo={spacer:e=>e!==void 0,oneLineLink:e=>e!==void 0,image:e=>e!==void 0,heightContainer:e=>e!==void 0,button:e=>e!==void 0,spanText:e=>e!==void 0,unsubscribeLink:e=>e!=null,if:e=>e!==void 0},J$=at({__name:"If",props:{deps:{},theme:{},element:{},path:{},selectedElementPath:{},context:{type:[String,Number,Boolean,Array,Object]}},emits:["onImageOriginalSizeAdjusted","onImageSizeAdjusted","onElementClicked"],setup(e,{emit:t}){const n=e,o=t,s=dn({ifResult:!1,isLoading:!0});return n.deps.boolExpressionEvaluator({boolExpression:n.element.Predicate,context:n.context}).then(a=>{s.ifResult=a,s.isLoading=!1}),(a,l)=>(ie(!0),Ce(ot,null,$n(s.ifResult?n.element.True:n.element.False,(c,d)=>(ie(),mt(Na,{key:d,deps:n.deps,theme:n.theme,element:c,context:n.context,path:[...n.path,s.ifResult?"True":"False",d],selectedElementPath:n.selectedElementPath,onOnImageSizeAdjusted:l[0]||(l[0]=m=>o("onImageSizeAdjusted",m)),onOnImageOriginalSizeAdjusted:l[1]||(l[1]=m=>o("onImageOriginalSizeAdjusted",m)),onOnElementClicked:l[2]||(l[2]=m=>o("onElementClicked",m))},null,8,["deps","theme","element","context","path","selectedElementPath"]))),128))}}),bs=e=>({paddingTop:tn({paddingExpression:e.paddings.Top,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})+"px",paddingRight:tn({paddingExpression:e.paddings.Right,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})+"px",paddingBottom:tn({paddingExpression:e.paddings.Bottom,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})+"px",paddingLeft:tn({paddingExpression:e.paddings.Left,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})+"px"}),Z$=e=>({Match:t=>{if(e.Auto!==void 0)return t.whenAuto();if(e.Pixel!==void 0)return t.whenPixels(e.Pixel.Value);if(e.Percentage!==void 0)return t.whenPercentages(e.Percentage.Value);throw Error("")}}),Q$=e=>Z$(e.width).Match({whenAuto:()=>({width:"initial"}),whenPixels:t=>({width:t+"px"}),whenPercentages:t=>({width:t+"%"})}),e2=["align"],t2=at({__name:"HeightContainer",props:{deps:{},theme:{},element:{},path:{},selectedElementPath:{},context:{type:[String,Number,Boolean,Array,Object]}},emits:["onImageOriginalSizeAdjusted","onImageSizeAdjusted","onElementClicked"],setup(e,{emit:t}){const n=e,o=t;return(s,a)=>(ie(),Ce("table",{class:"heightContainerRender",style:Se([{"border-spacing":"0","border-collapse":"separate"},[oe(Q$)({width:n.element.Width})]])},[Z("tbody",null,[Z("tr",null,[Z("td",{align:oe(Jb)({containerAlign:n.element.ContainerAlign}),style:Se([oe(bs)({paddings:n.element.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings}),{height:n.element.Height?n.element.Height+"px":"",verticalAlign:n.element.VerticalAlign,backgroundRepeat:"no-repeat",backgroundSize:"contain",backgroundColor:oe(ao)({color:n.element.BackgroundColor,themeColors:n.theme.Colors})??"inherit"},oe(mi)({border:n.element.Border,themeColors:n.theme.Colors}),oe(No)({borderRadius:n.element.BorderRadius,borderRadiusCard:n.theme.BorderRadiusCard,bodyBorderRadius:n.theme.BorderRadius,borderButtonRadius:n.theme.BorderRadiusButton,borderBannerRadius:n.theme.BorderRadiusBanner})])},[(ie(!0),Ce(ot,null,$n(n.element.Elements,(l,c)=>(ie(),mt(Na,{key:c,deps:n.deps,theme:n.theme,element:l,path:[...n.path,"Elements",c],selectedElementPath:n.selectedElementPath,context:n.context,onOnImageSizeAdjusted:a[0]||(a[0]=d=>o("onImageSizeAdjusted",d)),onOnImageOriginalSizeAdjusted:a[1]||(a[1]=d=>o("onImageOriginalSizeAdjusted",d)),onOnElementClicked:a[2]||(a[2]=d=>o("onElementClicked",d))},null,8,["deps","theme","element","path","selectedElementPath","context"]))),128))],12,e2)])])],4))}}),n2=e=>ar(e),r2=e=>ar(e),o2=e=>ar(e),i2=e=>({Match:t=>{switch(e){case"Left":return t.whenLeft();case"Center":return t.whenCenter();case"Right":return t.whenRight();case"Inline":return t.whenInline()}}}),Ta=e=>i2(e.contentAlign).Match({whenLeft:()=>({display:"block",textAlign:"left"}),whenCenter:()=>({display:"block",textAlign:"center"}),whenRight:()=>({display:"block",textAlign:"right"}),whenInline:()=>({})});let Kf;const Cu={mounted(e,t){const n=t.value;Kf=new ResizeObserver(o=>{o.forEach(s=>n(s.contentRect))}),Kf.observe(e)},unmounted(e){Kf.unobserve(e)}},s2=["href"],a2=["src","alt"],l2=["src","alt"],u2=at({__name:"Image",props:{deps:{},theme:{},element:{},path:{},context:{type:[String,Number,Boolean,Array,Object]}},emits:["onImageOriginalSizeAdjusted","onImageSizeAdjusted"],setup(e,{emit:t}){const n=d=>{o("onImageOriginalSizeAdjusted",{Path:s.path,OriginalHeight:d.target.naturalHeight,OriginalWidth:d.target.naturalWidth})},o=t,s=e,a=dn({href:"",src:"",alt:"",isLoaded:!1}),l=async d=>s.deps.stringExpressionEvaluator({stringExpression:d,context:s.context}),c=async()=>{const[d,m,p]=await Promise.all([l(s.element.Src),l(s.element.HRef),l(s.element.Alt)]);a.href=m,a.src=d,a.alt=p,a.isLoaded=!0};return nn(()=>[s.element.Src,s.element.HRef,s.element.Alt,s.context],()=>c()),c(),(d,m)=>s.element.IsLink?(ie(),Ce("a",{key:0,href:a.href,style:Se([oe(Ta)({contentAlign:s.element.ContentAlign})]),onClick:m[0]||(m[0]=fs(()=>{},["prevent"]))},[a.isLoaded?oo((ie(),Ce("img",{key:0,class:"Image cursor-pointer",src:a.src,alt:a.alt,style:Se([oe(No)({borderRadius:s.element.BorderRadius,borderRadiusCard:s.theme.BorderRadiusCard,bodyBorderRadius:s.theme.BorderRadius,borderButtonRadius:s.theme.BorderRadiusButton,borderBannerRadius:s.theme.BorderRadiusBanner}),oe(mi)({border:s.element.Border,themeColors:s.theme.Colors}),{maxWidth:"100%",width:(s.element.IsRetina?s.element.OriginalWidth/2:s.element.OriginalWidth)+"px"},{verticalAlign:s.element.VerticalAlign}]),onLoad:n},null,44,a2)),[[oe(Cu),({width:p,height:E})=>o("onImageSizeAdjusted",{Path:s.path,AdjustedHeight:E,AdjustedWidth:p})]]):vn("",!0)],12,s2)):(ie(),Ce("span",{key:1,style:Se([oe(Ta)({contentAlign:s.element.ContentAlign})])},[a.isLoaded?oo((ie(),Ce("img",{key:0,class:"Image cursor-pointer",src:a.src,alt:a.alt,style:Se([oe(No)({borderRadius:s.element.BorderRadius,borderRadiusCard:s.theme.BorderRadiusCard,bodyBorderRadius:s.theme.BorderRadius,borderButtonRadius:s.theme.BorderRadiusButton,borderBannerRadius:s.theme.BorderRadiusBanner}),oe(mi)({border:s.element.Border,themeColors:s.theme.Colors}),{maxWidth:"100%",width:(s.element.IsRetina?s.element.OriginalWidth/2:s.element.OriginalWidth)+"px"},{verticalAlign:s.element.VerticalAlign}]),onLoad:n},null,44,l2)),[[oe(Cu),({width:p,height:E})=>o("onImageSizeAdjusted",{Path:s.path,AdjustedHeight:E,AdjustedWidth:p})]]):vn("",!0)],4))}}),c2=e=>({Match:t=>{if(e.Auto!==void 0)return t.whenAuto();if(e.Pixel!==void 0)return t.whenPixels(e.Pixel.Value);if(e.Percentage!==void 0)return t.whenPercentages(e.Percentage.Value);throw Error("")}}),f2=e=>e.width===void 0?{}:c2(e.width).Match({whenAuto:()=>({width:"auto"}),whenPixels:t=>({width:t+"px"}),whenPercentages:t=>({width:t+"%"})}),d2=e=>({Match:t=>{switch(e){case"Auto":return t.whenAuto();case"FullWidth":return t.whenFullWidth()}}}),h2=e=>d2(e).Match({whenAuto:()=>({width:"auto"}),whenFullWidth:()=>({width:"100%"})}),m2=at({__name:"OneLineList",props:{deps:{},theme:{},element:{},path:{},selectedElementPath:{},context:{type:[String,Number,Boolean,Array,Object]}},emits:["onImageSizeAdjusted","onImageOriginalSizeAdjusted","onElementClicked"],setup(e,{emit:t}){const n=e,o=t;return(s,a)=>(ie(),Ce("table",{class:"oneLineList",style:Se([{"border-spacing":"0","border-collapse":"collapse"},[oe(h2)(n.element.ContainerWidth)]])},[Z("tbody",null,[Z("tr",null,[(ie(!0),Ce(ot,null,$n(n.element.Elements,(l,c)=>(ie(),Ce("td",{key:c,class:"oneLineListItem",style:Se([oe(bs)({paddings:n.element.ItemPaddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings}),oe(f2)({width:n.element.ItemWidth}),{lineHeight:"normal"}])},[(ie(),mt(Na,{key:c,deps:n.deps,theme:n.theme,element:l,path:[...n.path,"Elements",c],selectedElementPath:n.selectedElementPath,context:n.context,onOnImageSizeAdjusted:a[0]||(a[0]=d=>o("onImageSizeAdjusted",d)),onOnImageOriginalSizeAdjusted:a[1]||(a[1]=d=>o("onImageOriginalSizeAdjusted",d)),onOnElementClicked:a[2]||(a[2]=d=>o("onElementClicked",d))},null,8,["deps","theme","element","path","selectedElementPath","context"]))],4))),128))])])],4))}}),p2={class:"Spacer",width:"100%",style:{"border-spacing":"0","border-collapse":"collapse",width:"100%"}},g2={style:{"border-spacing":"0","border-collapse":"collapse",width:"100%"}},_2=at({__name:"Spacer",props:{theme:{},element:{}},setup(e){const t=e;return(n,o)=>(ie(),Ce("table",p2,[Z("tbody",null,[Z("tr",null,[Z("td",{valign:"middle",style:Se([{height:oe(tn)({paddingExpression:t.element.Height,themeComponentPaddings:t.theme.ComponentPaddings,themeBodyPaddings:t.theme.BodyPaddings})+"px"}])},[Z("table",g2,[Z("tbody",null,[Z("tr",null,[Z("td",{style:Se([{"font-size":"0","line-height":"0","border-bottom":"0","border-left":"0","border-right":"0"},[{borderTop:t.element.Weight+"px",borderStyle:t.element.Weight>0?"solid":"none",borderColor:oe(ao)({color:t.element.Color,themeColors:t.theme.Colors})}]])}," ",4)])])])],4)])])]))}});/*! @license DOMPurify 3.1.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.0/LICENSE */const{entries:Zb,setPrototypeOf:RE,isFrozen:E2,getPrototypeOf:v2,getOwnPropertyDescriptor:y2}=Object;let{freeze:Tn,seal:sr,create:Qb}=Object,{apply:Md,construct:Bd}=typeof Reflect<"u"&&Reflect;Tn||(Tn=function(t){return t});sr||(sr=function(t){return t});Md||(Md=function(t,n,o){return t.apply(n,o)});Bd||(Bd=function(t,n){return new t(...n)});const Kl=Vn(Array.prototype.forEach),PE=Vn(Array.prototype.pop),Xs=Vn(Array.prototype.push),iu=Vn(String.prototype.toLowerCase),zf=Vn(String.prototype.toString),DE=Vn(String.prototype.match),Js=Vn(String.prototype.replace),b2=Vn(String.prototype.indexOf),C2=Vn(String.prototype.trim),pr=Vn(Object.prototype.hasOwnProperty),On=Vn(RegExp.prototype.test),Zs=T2(TypeError);function Vn(e){return function(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),s=1;s<n;s++)o[s-1]=arguments[s];return Md(e,t,o)}}function T2(e){return function(){for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return Bd(e,n)}}function je(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:iu;RE&&RE(e,null);let o=t.length;for(;o--;){let s=t[o];if(typeof s=="string"){const a=n(s);a!==s&&(E2(t)||(t[o]=a),s=a)}e[s]=!0}return e}function w2(e){for(let t=0;t<e.length;t++)pr(e,t)||(e[t]=null);return e}function oi(e){const t=Qb(null);for(const[n,o]of Zb(e))pr(e,n)&&(Array.isArray(o)?t[n]=w2(o):o&&typeof o=="object"&&o.constructor===Object?t[n]=oi(o):t[n]=o);return t}function zl(e,t){for(;e!==null;){const o=y2(e,t);if(o){if(o.get)return Vn(o.get);if(typeof o.value=="function")return Vn(o.value)}e=v2(e)}function n(){return null}return n}const NE=Tn(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),qf=Tn(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Xf=Tn(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),S2=Tn(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Jf=Tn(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),A2=Tn(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),ME=Tn(["#text"]),BE=Tn(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),Zf=Tn(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),kE=Tn(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),ql=Tn(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),x2=sr(/\{\{[\w\W]*|[\w\W]*\}\}/gm),L2=sr(/<%[\w\W]*|[\w\W]*%>/gm),O2=sr(/\${[\w\W]*}/gm),I2=sr(/^data-[\-\w.\u00B7-\uFFFF]/),R2=sr(/^aria-[\-\w]+$/),eC=sr(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),P2=sr(/^(?:\w+script|data):/i),D2=sr(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),tC=sr(/^html$/i),N2=sr(/^[a-z][.\w]*(-[.\w]+)+$/i);var FE=Object.freeze({__proto__:null,MUSTACHE_EXPR:x2,ERB_EXPR:L2,TMPLIT_EXPR:O2,DATA_ATTR:I2,ARIA_ATTR:R2,IS_ALLOWED_URI:eC,IS_SCRIPT_OR_DATA:P2,ATTR_WHITESPACE:D2,DOCTYPE_NAME:tC,CUSTOM_ELEMENT:N2});const M2=function(){return typeof window>"u"?null:window},B2=function(t,n){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let o=null;const s="data-tt-policy-suffix";n&&n.hasAttribute(s)&&(o=n.getAttribute(s));const a="dompurify"+(o?"#"+o:"");try{return t.createPolicy(a,{createHTML(l){return l},createScriptURL(l){return l}})}catch{return console.warn("TrustedTypes policy "+a+" could not be created."),null}};function nC(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:M2();const t=pe=>nC(pe);if(t.version="3.1.0",t.removed=[],!e||!e.document||e.document.nodeType!==9)return t.isSupported=!1,t;let{document:n}=e;const o=n,s=o.currentScript,{DocumentFragment:a,HTMLTemplateElement:l,Node:c,Element:d,NodeFilter:m,NamedNodeMap:p=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:E,DOMParser:C,trustedTypes:w}=e,N=d.prototype,x=zl(N,"cloneNode"),F=zl(N,"nextSibling"),S=zl(N,"childNodes"),B=zl(N,"parentNode");if(typeof l=="function"){const pe=n.createElement("template");pe.content&&pe.content.ownerDocument&&(n=pe.content.ownerDocument)}let $,A="";const{implementation:H,createNodeIterator:G,createDocumentFragment:U,getElementsByTagName:le}=n,{importNode:ce}=o;let de={};t.isSupported=typeof Zb=="function"&&typeof B=="function"&&H&&H.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:Pe,ERB_EXPR:ke,TMPLIT_EXPR:We,DATA_ATTR:Tt,ARIA_ATTR:Bt,IS_SCRIPT_OR_DATA:Le,ATTR_WHITESPACE:ge,CUSTOM_ELEMENT:Te}=FE;let{IS_ALLOWED_URI:qe}=FE,Fe=null;const Je=je({},[...NE,...qf,...Xf,...Jf,...ME]);let De=null;const Gt=je({},[...BE,...Zf,...kE,...ql]);let He=Object.seal(Qb(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),it=null,pt=null,kt=!0,nt=!0,wt=!1,At=!0,lt=!1,Ft=!0,g=!1,h=!1,b=!1,D=!1,M=!1,V=!1,ee=!0,q=!1;const J="user-content-";let z=!0,ne=!1,O={},k=null;const re=je({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let ue=null;const we=je({},["audio","video","img","source","image","track"]);let Me=null;const ut=je({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),ct="http://www.w3.org/1998/Math/MathML",Ot="http://www.w3.org/2000/svg",ft="http://www.w3.org/1999/xhtml";let on=ft,br=!1,It=null;const sn=je({},[ct,Ot,ft],zf);let Cr=null;const ec=["application/xhtml+xml","text/html"],tc="text/html";let Rt=null,Fr=null;const nc=n.createElement("form"),Ma=function(I){return I instanceof RegExp||I instanceof Function},Cs=function(){let I=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(Fr&&Fr===I)){if((!I||typeof I!="object")&&(I={}),I=oi(I),Cr=ec.indexOf(I.PARSER_MEDIA_TYPE)===-1?tc:I.PARSER_MEDIA_TYPE,Rt=Cr==="application/xhtml+xml"?zf:iu,Fe=pr(I,"ALLOWED_TAGS")?je({},I.ALLOWED_TAGS,Rt):Je,De=pr(I,"ALLOWED_ATTR")?je({},I.ALLOWED_ATTR,Rt):Gt,It=pr(I,"ALLOWED_NAMESPACES")?je({},I.ALLOWED_NAMESPACES,zf):sn,Me=pr(I,"ADD_URI_SAFE_ATTR")?je(oi(ut),I.ADD_URI_SAFE_ATTR,Rt):ut,ue=pr(I,"ADD_DATA_URI_TAGS")?je(oi(we),I.ADD_DATA_URI_TAGS,Rt):we,k=pr(I,"FORBID_CONTENTS")?je({},I.FORBID_CONTENTS,Rt):re,it=pr(I,"FORBID_TAGS")?je({},I.FORBID_TAGS,Rt):{},pt=pr(I,"FORBID_ATTR")?je({},I.FORBID_ATTR,Rt):{},O=pr(I,"USE_PROFILES")?I.USE_PROFILES:!1,kt=I.ALLOW_ARIA_ATTR!==!1,nt=I.ALLOW_DATA_ATTR!==!1,wt=I.ALLOW_UNKNOWN_PROTOCOLS||!1,At=I.ALLOW_SELF_CLOSE_IN_ATTR!==!1,lt=I.SAFE_FOR_TEMPLATES||!1,Ft=I.SAFE_FOR_XML!==!1,g=I.WHOLE_DOCUMENT||!1,D=I.RETURN_DOM||!1,M=I.RETURN_DOM_FRAGMENT||!1,V=I.RETURN_TRUSTED_TYPE||!1,b=I.FORCE_BODY||!1,ee=I.SANITIZE_DOM!==!1,q=I.SANITIZE_NAMED_PROPS||!1,z=I.KEEP_CONTENT!==!1,ne=I.IN_PLACE||!1,qe=I.ALLOWED_URI_REGEXP||eC,on=I.NAMESPACE||ft,He=I.CUSTOM_ELEMENT_HANDLING||{},I.CUSTOM_ELEMENT_HANDLING&&Ma(I.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(He.tagNameCheck=I.CUSTOM_ELEMENT_HANDLING.tagNameCheck),I.CUSTOM_ELEMENT_HANDLING&&Ma(I.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(He.attributeNameCheck=I.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),I.CUSTOM_ELEMENT_HANDLING&&typeof I.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(He.allowCustomizedBuiltInElements=I.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),lt&&(nt=!1),M&&(D=!0),O&&(Fe=je({},ME),De=[],O.html===!0&&(je(Fe,NE),je(De,BE)),O.svg===!0&&(je(Fe,qf),je(De,Zf),je(De,ql)),O.svgFilters===!0&&(je(Fe,Xf),je(De,Zf),je(De,ql)),O.mathMl===!0&&(je(Fe,Jf),je(De,kE),je(De,ql))),I.ADD_TAGS&&(Fe===Je&&(Fe=oi(Fe)),je(Fe,I.ADD_TAGS,Rt)),I.ADD_ATTR&&(De===Gt&&(De=oi(De)),je(De,I.ADD_ATTR,Rt)),I.ADD_URI_SAFE_ATTR&&je(Me,I.ADD_URI_SAFE_ATTR,Rt),I.FORBID_CONTENTS&&(k===re&&(k=oi(k)),je(k,I.FORBID_CONTENTS,Rt)),z&&(Fe["#text"]=!0),g&&je(Fe,["html","head","body"]),Fe.table&&(je(Fe,["tbody"]),delete it.tbody),I.TRUSTED_TYPES_POLICY){if(typeof I.TRUSTED_TYPES_POLICY.createHTML!="function")throw Zs('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof I.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Zs('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');$=I.TRUSTED_TYPES_POLICY,A=$.createHTML("")}else $===void 0&&($=B2(w,s)),$!==null&&typeof A=="string"&&(A=$.createHTML(""));Tn&&Tn(I),Fr=I}},Ba=je({},["mi","mo","mn","ms","mtext"]),Ts=je({},["foreignobject","desc","title","annotation-xml"]),rc=je({},["title","style","font","a","script"]),ka=je({},[...qf,...Xf,...S2]),Fa=je({},[...Jf,...A2]),ws=function(I){let te=B(I);(!te||!te.tagName)&&(te={namespaceURI:on,tagName:"template"});const he=iu(I.tagName),st=iu(te.tagName);return It[I.namespaceURI]?I.namespaceURI===Ot?te.namespaceURI===ft?he==="svg":te.namespaceURI===ct?he==="svg"&&(st==="annotation-xml"||Ba[st]):!!ka[he]:I.namespaceURI===ct?te.namespaceURI===ft?he==="math":te.namespaceURI===Ot?he==="math"&&Ts[st]:!!Fa[he]:I.namespaceURI===ft?te.namespaceURI===Ot&&!Ts[st]||te.namespaceURI===ct&&!Ba[st]?!1:!Fa[he]&&(rc[he]||!ka[he]):!!(Cr==="application/xhtml+xml"&&It[I.namespaceURI]):!1},ur=function(I){Xs(t.removed,{element:I});try{I.parentNode.removeChild(I)}catch{I.remove()}},Uo=function(I,te){try{Xs(t.removed,{attribute:te.getAttributeNode(I),from:te})}catch{Xs(t.removed,{attribute:null,from:te})}if(te.removeAttribute(I),I==="is"&&!De[I])if(D||M)try{ur(te)}catch{}else try{te.setAttribute(I,"")}catch{}},$a=function(I){let te=null,he=null;if(b)I="<remove></remove>"+I;else{const jt=DE(I,/^[\r\n\t ]+/);he=jt&&jt[0]}Cr==="application/xhtml+xml"&&on===ft&&(I='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+I+"</body></html>");const st=$?$.createHTML(I):I;if(on===ft)try{te=new C().parseFromString(st,Cr)}catch{}if(!te||!te.documentElement){te=H.createDocument(on,"template",null);try{te.documentElement.innerHTML=br?A:st}catch{}}const Pt=te.body||te.documentElement;return I&&he&&Pt.insertBefore(n.createTextNode(he),Pt.childNodes[0]||null),on===ft?le.call(te,g?"html":"body")[0]:g?te.documentElement:Pt},Wa=function(I){return G.call(I.ownerDocument||I,I,m.SHOW_ELEMENT|m.SHOW_COMMENT|m.SHOW_TEXT|m.SHOW_PROCESSING_INSTRUCTION|m.SHOW_CDATA_SECTION,null)},oc=function(I){return I instanceof E&&(typeof I.nodeName!="string"||typeof I.textContent!="string"||typeof I.removeChild!="function"||!(I.attributes instanceof p)||typeof I.removeAttribute!="function"||typeof I.setAttribute!="function"||typeof I.namespaceURI!="string"||typeof I.insertBefore!="function"||typeof I.hasChildNodes!="function")},Ha=function(I){return typeof c=="function"&&I instanceof c},cr=function(I,te,he){de[I]&&Kl(de[I],st=>{st.call(t,te,he,Fr)})},Ua=function(I){let te=null;if(cr("beforeSanitizeElements",I,null),oc(I))return ur(I),!0;const he=Rt(I.nodeName);if(cr("uponSanitizeElement",I,{tagName:he,allowedTags:Fe}),I.hasChildNodes()&&!Ha(I.firstElementChild)&&On(/<[/\w]/g,I.innerHTML)&&On(/<[/\w]/g,I.textContent)||I.nodeType===7||Ft&&I.nodeType===8&&On(/<[/\w]/g,I.data))return ur(I),!0;if(!Fe[he]||it[he]){if(!it[he]&&Ga(he)&&(He.tagNameCheck instanceof RegExp&&On(He.tagNameCheck,he)||He.tagNameCheck instanceof Function&&He.tagNameCheck(he)))return!1;if(z&&!k[he]){const st=B(I)||I.parentNode,Pt=S(I)||I.childNodes;if(Pt&&st){const jt=Pt.length;for(let $t=jt-1;$t>=0;--$t)st.insertBefore(x(Pt[$t],!0),F(I))}}return ur(I),!0}return I instanceof d&&!ws(I)||(he==="noscript"||he==="noembed"||he==="noframes")&&On(/<\/no(script|embed|frames)/i,I.innerHTML)?(ur(I),!0):(lt&&I.nodeType===3&&(te=I.textContent,Kl([Pe,ke,We],st=>{te=Js(te,st," ")}),I.textContent!==te&&(Xs(t.removed,{element:I.cloneNode()}),I.textContent=te)),cr("afterSanitizeElements",I,null),!1)},Va=function(I,te,he){if(ee&&(te==="id"||te==="name")&&(he in n||he in nc))return!1;if(!(nt&&!pt[te]&&On(Tt,te))){if(!(kt&&On(Bt,te))){if(!De[te]||pt[te]){if(!(Ga(I)&&(He.tagNameCheck instanceof RegExp&&On(He.tagNameCheck,I)||He.tagNameCheck instanceof Function&&He.tagNameCheck(I))&&(He.attributeNameCheck instanceof RegExp&&On(He.attributeNameCheck,te)||He.attributeNameCheck instanceof Function&&He.attributeNameCheck(te))||te==="is"&&He.allowCustomizedBuiltInElements&&(He.tagNameCheck instanceof RegExp&&On(He.tagNameCheck,he)||He.tagNameCheck instanceof Function&&He.tagNameCheck(he))))return!1}else if(!Me[te]){if(!On(qe,Js(he,ge,""))){if(!((te==="src"||te==="xlink:href"||te==="href")&&I!=="script"&&b2(he,"data:")===0&&ue[I])){if(!(wt&&!On(Le,Js(he,ge,"")))){if(he)return!1}}}}}}return!0},Ga=function(I){return I!=="annotation-xml"&&DE(I,Te)},Ss=function(I){cr("beforeSanitizeAttributes",I,null);const{attributes:te}=I;if(!te)return;const he={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:De};let st=te.length;for(;st--;){const Pt=te[st],{name:jt,namespaceURI:$t,value:$r}=Pt,Vo=Rt(jt);let an=jt==="value"?$r:C2($r);if(he.attrName=Vo,he.attrValue=an,he.keepAttr=!0,he.forceKeepAttr=void 0,cr("uponSanitizeAttribute",I,he),an=he.attrValue,he.forceKeepAttr||(Uo(jt,I),!he.keepAttr))continue;if(!At&&On(/\/>/i,an)){Uo(jt,I);continue}lt&&Kl([Pe,ke,We],xs=>{an=Js(an,xs," ")});const As=Rt(I.nodeName);if(Va(As,Vo,an)){if(q&&(Vo==="id"||Vo==="name")&&(Uo(jt,I),an=J+an),$&&typeof w=="object"&&typeof w.getAttributeType=="function"&&!$t)switch(w.getAttributeType(As,Vo)){case"TrustedHTML":{an=$.createHTML(an);break}case"TrustedScriptURL":{an=$.createScriptURL(an);break}}try{$t?I.setAttributeNS($t,jt,an):I.setAttribute(jt,an),PE(t.removed)}catch{}}}cr("afterSanitizeAttributes",I,null)},ic=function pe(I){let te=null;const he=Wa(I);for(cr("beforeSanitizeShadowDOM",I,null);te=he.nextNode();)cr("uponSanitizeShadowNode",te,null),!Ua(te)&&(te.content instanceof a&&pe(te.content),Ss(te));cr("afterSanitizeShadowDOM",I,null)};return t.sanitize=function(pe){let I=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},te=null,he=null,st=null,Pt=null;if(br=!pe,br&&(pe="<!-->"),typeof pe!="string"&&!Ha(pe))if(typeof pe.toString=="function"){if(pe=pe.toString(),typeof pe!="string")throw Zs("dirty is not a string, aborting")}else throw Zs("toString is not a function");if(!t.isSupported)return pe;if(h||Cs(I),t.removed=[],typeof pe=="string"&&(ne=!1),ne){if(pe.nodeName){const $r=Rt(pe.nodeName);if(!Fe[$r]||it[$r])throw Zs("root node is forbidden and cannot be sanitized in-place")}}else if(pe instanceof c)te=$a("<!---->"),he=te.ownerDocument.importNode(pe,!0),he.nodeType===1&&he.nodeName==="BODY"||he.nodeName==="HTML"?te=he:te.appendChild(he);else{if(!D&&!lt&&!g&&pe.indexOf("<")===-1)return $&&V?$.createHTML(pe):pe;if(te=$a(pe),!te)return D?null:V?A:""}te&&b&&ur(te.firstChild);const jt=Wa(ne?pe:te);for(;st=jt.nextNode();)Ua(st)||(st.content instanceof a&&ic(st.content),Ss(st));if(ne)return pe;if(D){if(M)for(Pt=U.call(te.ownerDocument);te.firstChild;)Pt.appendChild(te.firstChild);else Pt=te;return(De.shadowroot||De.shadowrootmode)&&(Pt=ce.call(o,Pt,!0)),Pt}let $t=g?te.outerHTML:te.innerHTML;return g&&Fe["!doctype"]&&te.ownerDocument&&te.ownerDocument.doctype&&te.ownerDocument.doctype.name&&On(tC,te.ownerDocument.doctype.name)&&($t="<!DOCTYPE "+te.ownerDocument.doctype.name+`>
|
|
82
|
-
`+$t),lt&&Kl([Pe,ke,We],$r=>{$t=Js($t,$r," ")}),$&&V?$.createHTML($t):$t},t.setConfig=function(){let pe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Cs(pe),h=!0},t.clearConfig=function(){Fr=null,h=!1},t.isValidAttribute=function(pe,I,te){Fr||Cs({});const he=Rt(pe),st=Rt(I);return Va(he,st,te)},t.addHook=function(pe,I){typeof I=="function"&&(de[pe]=de[pe]||[],Xs(de[pe],I))},t.removeHook=function(pe){if(de[pe])return PE(de[pe])},t.removeHooks=function(pe){de[pe]&&(de[pe]=[])},t.removeAllHooks=function(){de={}},t}var $E=nC();const kd={beforeMount(e,t){e.innerHTML=$E.sanitize(t.value)},beforeUpdate(e,t){e.innerHTML=$E.sanitize(t.value)}},k2=e=>({Match:t=>{switch(e.Discriminator){case"EmailBackgroundColor":return t.whenEmailBackgroundColor();case"BodyColor":return t.whenBodyColor();case"TitleColor":return t.whenTitleColor();case"HeadingColor":return t.whenHeadingColor();case"SubHeadingColor":return t.whenSubHeading();case"LargeTextColor":return t.whenLargeTextColor();case"NormalTextColor":return t.whenNormalTextColor();case"DescriptionTextColor":return t.whenDescriptionTextColor();case"PrimaryTextColor":return t.whenPrimaryTextColor();case"SecondaryTextColor":return t.whenSecondaryTextColor();case"ButtonTextColor":return t.whenButtonTextColor();case"LinkColor":return t.whenLinkColor();case"PrimaryColor":return t.whenPrimaryColor();case"SecondaryColor":return t.whenSecondaryColor();case"CardBackgroundColor":return t.whenCardBackgroundColor();case"Custom":return t.whenCustom(e.CustomValue)}}}),F2=e=>k2(e.fontColor).Match({whenEmailBackgroundColor:()=>e.themeColors.EmailBackgroundColor,whenBodyColor:()=>e.themeColors.BodyColor,whenTitleColor:()=>e.themeColors.TitleColor,whenHeadingColor:()=>e.themeColors.HeadingColor,whenSubHeading:()=>e.themeColors.SubHeadingColor,whenLargeTextColor:()=>e.themeColors.LargeTextColor,whenNormalTextColor:()=>e.themeColors.NormalTextColor,whenDescriptionTextColor:()=>e.themeColors.DescriptionTextColor,whenPrimaryTextColor:()=>e.themeColors.PrimaryTextColor,whenSecondaryTextColor:()=>e.themeColors.SecondaryTextColor,whenLinkColor:()=>e.themeColors.LinkColor,whenPrimaryColor:()=>e.themeColors.PrimaryColor,whenSecondaryColor:()=>e.themeColors.SecondaryColor,whenCardBackgroundColor:()=>e.themeColors.CardBackgroundColor,whenButtonTextColor:()=>e.themeColors.ButtonTextColor,whenCustom:t=>t}),$2=e=>({Match:t=>{switch(e){case"None":return t.whenNone();case"Underline":return t.whenUnderline();case"LineThrough":return t.whenLineThrough()}}}),rC=e=>$2(e.textDecoration).Match({whenNone:()=>"none",whenUnderline:()=>"underline",whenLineThrough:()=>"line-through"}),W2=e=>({fontSize:e.customFontSettings.FontSize,lineHeight:e.customFontSettings.LineHeight,fontWeight:e.customFontSettings.IsBold?"bold":"normal",fontStyle:e.customFontSettings.IsItalic?"italic":"normal",textDecoration:rC({textDecoration:e.customFontSettings.Decoration}),fontFamily:e.customFontSettings.FontFamily,color:F2({fontColor:e.customFontSettings.FontColor,themeColors:e.themeColors})}),oC=e=>({Match:t=>{switch(e.Discriminator){case"Heading":return t.whenHeading();case"Title":return t.whenTitle();case"SubHeading":return t.whenSubHeading();case"LargeText":return t.whenLargeText();case"NormalText":return t.whenNormalText();case"DescriptionText":return t.whenDescriptionText();case"Link":return t.whenLink();case"Button":return t.whenButton();case"Custom":return t.whenCustom(e.CustomFontSettings);default:return _s(e.Discriminator)}}}),H2=e=>({Match:t=>{switch(e.Discriminator){case"StyleLinkedColor":return t.whenFontStyle();case"EmailBackgroundColor":return t.whenEmailBackgroundColor();case"BodyColor":return t.whenBodyColor();case"TitleColor":return t.whenTitleColor();case"HeadingColor":return t.whenHeadingColor();case"SubHeadingColor":return t.whenSubHeading();case"LargeTextColor":return t.whenLargeTextColor();case"NormalTextColor":return t.whenNormalTextColor();case"DescriptionTextColor":return t.whenDescriptionTextColor();case"PrimaryTextColor":return t.whenPrimaryTextColor();case"SecondaryTextColor":return t.whenSecondaryTextColor();case"ButtonTextColor":return t.whenButtonTextColor();case"LinkColor":return t.whenLinkColor();case"PrimaryColor":return t.whenPrimaryColor();case"SecondaryColor":return t.whenSecondaryColor();case"CardBackgroundColor":return t.whenCardBackgroundColor();case"Custom":return t.whenCustom(e.CustomValue)}}}),U2=e=>H2(e.fontStyleColor).Match({whenFontStyle:()=>oC(e.fontStyle).Match({whenHeading:()=>e.themeColors.HeadingColor,whenTitle:()=>e.themeColors.TitleColor,whenSubHeading:()=>e.themeColors.SubHeadingColor,whenLargeText:()=>e.themeColors.LargeTextColor,whenNormalText:()=>e.themeColors.NormalTextColor,whenDescriptionText:()=>e.themeColors.DescriptionTextColor,whenButton:()=>e.themeColors.ButtonTextColor,whenLink:()=>e.themeColors.LinkColor,whenCustom:t=>ao({color:t.FontColor,themeColors:e.themeColors})}),whenEmailBackgroundColor:()=>e.themeColors.EmailBackgroundColor,whenBodyColor:()=>e.themeColors.BodyColor,whenTitleColor:()=>e.themeColors.TitleColor,whenHeadingColor:()=>e.themeColors.HeadingColor,whenSubHeading:()=>e.themeColors.SubHeadingColor,whenLargeTextColor:()=>e.themeColors.LargeTextColor,whenNormalTextColor:()=>e.themeColors.NormalTextColor,whenDescriptionTextColor:()=>e.themeColors.DescriptionTextColor,whenPrimaryTextColor:()=>e.themeColors.PrimaryTextColor,whenSecondaryTextColor:()=>e.themeColors.SecondaryTextColor,whenLinkColor:()=>e.themeColors.LinkColor,whenPrimaryColor:()=>e.themeColors.PrimaryColor,whenSecondaryColor:()=>e.themeColors.SecondaryColor,whenCardBackgroundColor:()=>e.themeColors.CardBackgroundColor,whenButtonTextColor:()=>e.themeColors.ButtonTextColor,whenCustom:t=>t}),V2={Arial:"Arial",Georgia:"Georgia",Tahoma:"Tahoma",TimesNewRoman:"Times New Roman",Verdana:"Verdana"},Bh=e=>({fontSize:e.fontSize+"px",lineHeight:e.lineHeight+"px",fontWeight:e.fontWeight,fontStyle:e.fontStyle,fontFamily:V2[e.fontFamily],textDecoration:e.textDecoration,color:e.color}),kh=e=>{const t=n=>({fontSize:n.FontSize,lineHeight:n.LineHeight,fontWeight:n.IsBold?"bold":"normal",fontStyle:n.IsItalic?"italic":"normal",fontFamily:e.fontFamily,textDecoration:rC({textDecoration:n.Decoration}),color:U2({fontStyleColor:e.fontStyle.FontColor,fontStyle:e.fontStyle,themeColors:e.themeColors})});return oC(e.fontStyle).Match({whenHeading:()=>t(e.themeFontSettings.Heading),whenTitle:()=>t(e.themeFontSettings.Title),whenSubHeading:()=>t(e.themeFontSettings.SubHeading),whenLargeText:()=>t(e.themeFontSettings.LargeText),whenNormalText:()=>t(e.themeFontSettings.NormalText),whenDescriptionText:()=>t(e.themeFontSettings.DescriptionText),whenLink:()=>t(e.themeFontSettings.Link),whenButton:()=>t(e.themeFontSettings.Button),whenCustom:n=>W2({customFontSettings:n,themeColors:e.themeColors})})},G2=e=>({Match:t=>{switch(e.Discriminator){case"Theme":return t.whenTheme();case"Custom":return t.whenCustom(e.CustomValue);default:return _s(e.Discriminator)}}}),j2=e=>G2(e.buttonPaddings).Match({whenTheme:()=>({TopBottom:e.themeButtonPaddings.TopBottom,LeftRight:e.themeButtonPaddings.LeftRight}),whenCustom:t=>({TopBottom:t.TopBottom,LeftRight:t.LeftRight})}),Y2={style:{"border-spacing":"0","border-collapse":"collapse",width:"100%"}},K2=["align"],z2={class:"Button"},q2=["href"],X2=at({__name:"ButtonVue",props:{deps:{},theme:{},element:{},context:{type:[String,Number,Boolean,Array,Object]}},setup(e){const t=e,n=Re(()=>Bh(kh({fontFamily:t.theme.FontFamily,fontStyle:t.element.TextStyle,themeFontSettings:t.theme.FontSettingsPresets,themeColors:t.theme.Colors}))),o=Re(()=>ou({borderColor:t.element.Border.Left.Color,themeColors:t.theme.Colors})),s=Re(()=>j2({buttonPaddings:t.element.Paddings,themeButtonPaddings:t.theme.ButtonPaddings})),a=Re(()=>ao({color:t.element.BackgroundColor,themeColors:t.theme.Colors})),l=Re(()=>{switch(t.element.ContentAlign){case"Center":return"center";case"Left":return"left";case"Right":return"right";default:return"center"}}),c=dn({href:"",text:"",isLoading:!0}),d=t.deps.stringExpressionEvaluator,m=()=>{Promise.all([d({stringExpression:t.element.HRef,context:t.context}),d({stringExpression:t.element.Text,context:t.context})]).then(([p,E])=>{c.href=p,c.text=E,c.isLoading=!1})};return m(),nn(()=>[t.element.HRef,t.element.Text,t.context],()=>m()),(p,E)=>(ie(),Ce("table",Y2,[Z("tbody",null,[Z("tr",null,[Z("td",{align:l.value},[Z("div",z2,[Z("a",{style:Se([{display:"block","text-decoration":"none"},[n.value]]),href:c.href,onClick:E[0]||(E[0]=fs(()=>{},["prevent"]))},[Z("table",{align:"center",style:Se([{"text-align":"center","border-spacing":"0","border-collapse":"separate"},[{backgroundColor:a.value},oe(No)({borderRadius:t.element.BorderRadius,borderRadiusCard:t.theme.BorderRadiusCard,bodyBorderRadius:t.theme.BorderRadius,borderButtonRadius:t.theme.BorderRadiusButton,borderBannerRadius:t.theme.BorderRadiusBanner}),{width:t.element.FullWidth?"100%":"auto"},oe(mi)({border:t.element.Border,themeColors:p.theme.Colors}),{borderColor:o.value}]])},[Z("tbody",null,[Z("tr",null,[Z("td",{align:"center",style:Se([{"line-height":"normal"},[{paddingTop:s.value.TopBottom+"px",paddingBottom:s.value.TopBottom+"px",paddingLeft:s.value.LeftRight+"px",paddingRight:s.value.LeftRight+"px"}]])},[oo(Z("p",{class:"user-select-none",style:Se([n.value])},null,4),[[oe(kd),c.text]])],4)])])],4)],12,q2)])],8,K2)])])]))}}),J2=["href"],Z2=at({__name:"SpanText",props:{deps:{},theme:{},element:{},context:{type:[String,Number,Boolean,Array,Object]}},setup(e){const t=e,n=t.deps.stringExpressionEvaluator,o=Re(()=>{const l=kh({fontFamily:t.theme.FontFamily,fontStyle:t.element.Style,themeFontSettings:t.theme.FontSettingsPresets,themeColors:t.theme.Colors});return{...Bh(l),minHeight:t.element.MinNumberOfLines*l.lineHeight+"px"}}),s=dn({href:"",text:"",isLoading:!0}),a=()=>{Promise.all([n({stringExpression:t.element.HRef,context:t.context}),n({stringExpression:t.element.Text,context:t.context})]).then(([l,c])=>{s.href=l,s.text=c,s.isLoading=!1})};return a(),nn(()=>[t.context,t.element.HRef,t.element.Text],()=>a()),(l,c)=>t.element.IsLink?oo((ie(),Ce("a",{key:0,href:s.href,class:"SpanText cursor-pointer user-select-none",style:Se([{margin:"0"},[o.value,oe(Ta)({contentAlign:t.element.ContentAlign})]]),onClick:c[0]||(c[0]=fs(()=>{},["prevent"]))},null,12,J2)),[[oe(kd),s.text]]):oo((ie(),Ce("span",{key:1,class:"SpanText cursor-pointer user-select-none",style:Se([{margin:"0"},[o.value,oe(Ta)({contentAlign:t.element.ContentAlign})]])},null,4)),[[oe(kd),s.text]])}});const Q2=Gn(Z2,[["__scopeId","data-v-24009fb3"]]),eW=at({__name:"UnsubscribeLink",props:{theme:{},element:{}},setup(e){const t=e,n=Re(()=>{const o=kh({fontFamily:t.theme.FontFamily,fontStyle:t.element.Style,themeFontSettings:t.theme.FontSettingsPresets,themeColors:t.theme.Colors});return{...Bh(o)}});return(o,s)=>(ie(),Ce("a",{href:"#",class:"cursor-pointer user-select-none",style:Se([{margin:"0"},[n.value,oe(Ta)({contentAlign:t.element.ContentAlign})]]),onClick:s[0]||(s[0]=fs(()=>{},["prevent"]))},Ud(t.element.Text),5))}});const tW=Gn(eW,[["__scopeId","data-v-5cffc6e3"]]),Na=at({__name:"Elements",props:{deps:{},theme:{},element:{},path:{},context:{type:[String,Number,Boolean,Array,Object]},selectedElementPath:{}},emits:["onElementClicked","onImageOriginalSizeAdjusted","onImageSizeAdjusted"],setup(e,{emit:t}){const n=e,o=t,s=(a,l)=>{o("onElementClicked",{element:a,path:[...n.path,l]})};return(a,l)=>(ie(),Ce("span",{onClick:l[16]||(l[16]=fs(()=>{},["stop"]))},[oe(wo).button(n.element.Button)?(ie(),mt(X2,{key:0,deps:n.deps,theme:n.theme,element:n.element.Button,context:n.context,class:gr({"element-selected":oe(qs.isEqual)(n.selectedElementPath,[...n.path,"Button"])}),onClick:l[0]||(l[0]=c=>s(n.element,"Button"))},null,8,["deps","theme","element","context","class"])):vn("",!0),oe(wo).heightContainer(n.element.HeightContainer)?(ie(),mt(t2,{key:1,deps:n.deps,theme:n.theme,element:n.element.HeightContainer,path:[...n.path,"HeightContainer"],selectedElementPath:n.selectedElementPath,context:n.context,onOnImageOriginalSizeAdjusted:l[1]||(l[1]=c=>o("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[2]||(l[2]=c=>o("onImageSizeAdjusted",c)),onOnElementClicked:l[3]||(l[3]=c=>o("onElementClicked",c))},null,8,["deps","theme","element","path","selectedElementPath","context"])):vn("",!0),oe(wo).image(n.element.Image)?(ie(),mt(u2,{key:2,deps:n.deps,theme:n.theme,element:n.element.Image,context:n.context,path:[...n.path,"Image"],class:gr({"element-selected":oe(qs.isEqual)(n.selectedElementPath,[...n.path,"Image"])}),onOnImageOriginalSizeAdjusted:l[4]||(l[4]=c=>o("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[5]||(l[5]=c=>o("onImageSizeAdjusted",c)),onClick:l[6]||(l[6]=c=>s(n.element,"Image"))},null,8,["deps","theme","element","context","path","class"])):vn("",!0),oe(wo).spacer(n.element.Spacer)?(ie(),mt(_2,{key:3,element:n.element.Spacer,theme:n.theme,class:gr({"element-selected":oe(qs.isEqual)(n.selectedElementPath,[...n.path,"Spacer"])}),onClick:l[7]||(l[7]=c=>s(n.element,"Spacer"))},null,8,["element","theme","class"])):vn("",!0),oe(wo).spanText(n.element.SpanText)?(ie(),mt(Q2,{key:4,deps:n.deps,theme:n.theme,element:n.element.SpanText,context:n.context,class:gr({"element-selected":oe(qs.isEqual)(n.selectedElementPath,[...n.path,"SpanText"])}),onClick:l[8]||(l[8]=c=>s(n.element,"SpanText"))},null,8,["deps","theme","element","context","class"])):vn("",!0),oe(wo).oneLineLink(n.element.OneLineList)?(ie(),mt(m2,{key:5,deps:n.deps,theme:n.theme,element:n.element.OneLineList,path:[...n.path,"OneLineList"],selectedElementPath:n.selectedElementPath,context:n.context,onOnImageOriginalSizeAdjusted:l[9]||(l[9]=c=>o("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[10]||(l[10]=c=>o("onImageSizeAdjusted",c)),onOnElementClicked:l[11]||(l[11]=c=>o("onElementClicked",c))},null,8,["deps","theme","element","path","selectedElementPath","context"])):vn("",!0),oe(wo).if(n.element.If)?(ie(),mt(J$,{key:6,deps:n.deps,theme:n.theme,element:n.element.If,context:n.context,path:[...n.path,"If"],selectedElementPath:n.selectedElementPath,onOnImageOriginalSizeAdjusted:l[12]||(l[12]=c=>o("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[13]||(l[13]=c=>o("onImageSizeAdjusted",c)),onOnElementClicked:l[14]||(l[14]=c=>o("onElementClicked",c))},null,8,["deps","theme","element","context","path","selectedElementPath"])):vn("",!0),oe(wo).unsubscribeLink(n.element.UnsubscribeLink)?(ie(),mt(tW,{key:7,theme:n.theme,element:n.element.UnsubscribeLink,class:gr({"element-selected":oe(qs.isEqual)(n.selectedElementPath,[...n.path,"UnsubscribeLink"])}),onClick:l[15]||(l[15]=c=>s(n.element,"UnsubscribeLink"))},null,8,["theme","element","class"])):vn("",!0)]))}}),nW=at({__name:"IteratedColumn",props:{deps:{},theme:{},iteratedColumn:{},path:{},selectedElementPath:{},context:{type:[String,Number,Boolean,Array,Object]},containerWidth:{}},emits:["onImageSizeAdjusted","onImageOriginalSizeAdjusted","onElementClicked"],setup(e,{emit:t}){ku(a=>({"6300cb1b":s.value}));const n=e,o=t,s=Re(()=>n.iteratedColumn.WidthInPercents*n.containerWidth+"px");return(a,l)=>(ie(),Ce("div",{class:"iterated-column",style:Se({display:"inline-block",verticalAlign:n.iteratedColumn.VerticalAlign})},[Z("table",{style:Se([[oe(zb)({borderCollapse:n.iteratedColumn.BorderCollapse})],{width:"100%","border-spacing":"0"}]),width:"100%"},[Z("tbody",null,[Z("tr",null,[Z("td",{style:Se([{"line-height":"normal"},[oe(Xb)({containerAlign:n.iteratedColumn.ContainerAlign}),oe(bs)({paddings:n.iteratedColumn.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings}),oe(mi)({border:n.iteratedColumn.Border,themeColors:n.theme.Colors}),{backgroundColor:oe(ao)({color:n.iteratedColumn.BgColor,themeColors:n.theme.Colors})},oe(No)({borderRadius:n.iteratedColumn.BorderRadius,borderRadiusCard:n.theme.BorderRadiusCard,bodyBorderRadius:n.theme.BorderRadius,borderButtonRadius:n.theme.BorderRadiusButton,borderBannerRadius:n.theme.BorderRadiusBanner})]])},[(ie(!0),Ce(ot,null,$n(n.iteratedColumn.Elements,(c,d)=>(ie(),mt(Na,{key:d,deps:n.deps.elementsDeps,theme:n.theme,element:c,context:n.context,path:[...n.path,"Elements",d],selectedElementPath:n.selectedElementPath,onOnElementClicked:l[0]||(l[0]=m=>o("onElementClicked",m)),onOnImageSizeAdjusted:l[1]||(l[1]=m=>o("onImageSizeAdjusted",m)),onOnImageOriginalSizeAdjusted:l[2]||(l[2]=m=>o("onImageOriginalSizeAdjusted",m))},null,8,["deps","theme","element","context","path","selectedElementPath"]))),128))],4)])])],4)],4))}});const rW=Gn(nW,[["__scopeId","data-v-284c0a90"]]),oW={class:"iterated-column-container",style:{"border-spacing":"0","border-collapse":"collapse",width:"100%",margin:"0 auto"},width:"100%"},iW={align:"center",style:{"font-size":"0"}},sW=at({__name:"IteratedColumnBodyRow",props:{deps:{},theme:{},iteratedColumnBodyRow:{},path:{},selectedElementPath:{},context:{},rowWidth:{}},emits:["onElementClicked","onImageOriginalSizeAdjusted","onImageSizeAdjusted"],setup(e,{emit:t}){ku(c=>({"22b1b0df":a.value}));const n=e,o=dn({dataList:[],isLoaded:!1}),s=()=>n.deps.listExpressionEvaluator({listExpression:n.iteratedColumnBodyRow.DataSource,context:n.context}).then(c=>{o.dataList=c,o.isLoaded=!0});s(),nn(()=>n.context,()=>s());const a=Re(()=>tn({paddingExpression:n.iteratedColumnBodyRow.ColumnSpacerSize,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings})+"px"),l=t;return(c,d)=>(ie(),Ce("table",oW,[Z("tbody",null,[Z("tr",null,[Z("td",iW,[(ie(!0),Ce(ot,null,$n(o.dataList,(m,p)=>(ie(),Ce("span",{key:p},[Ke(rW,{class:gr(["iterated-column-bottom-spacer",{"iterated-column__tablet-padding-right":(p+1)%2===1,"iterated-column__tablet-padding-left":(p+1)%2===0,"is-last-desktop-line":p>=o.dataList.length-n.iteratedColumnBodyRow.NumberColumnsInLine,"is-last-tablet-line":p>=o.dataList.length-2,"is-last-mobile-line":p==o.dataList.length-1}]),deps:n.deps.iteratedColumnDeps,theme:n.theme,style:Se(oe(Kb)({numberColumnsInLine:n.iteratedColumnBodyRow.NumberColumnsInLine,index:p,paddingSize:oe(tn)({paddingExpression:n.iteratedColumnBodyRow.ColumnSpacerSize,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings}),directionRtl:!1})),iteratedColumn:n.iteratedColumnBodyRow.IteratedColumn,path:[...n.path,"IteratedColumn"],selectedElementPath:n.selectedElementPath,context:{...n.context,[n.iteratedColumnBodyRow.IndexName]:m},containerWidth:n.rowWidth,onOnElementClicked:d[0]||(d[0]=E=>l("onElementClicked",E)),onOnImageOriginalSizeAdjusted:d[1]||(d[1]=E=>l("onImageOriginalSizeAdjusted",E)),onOnImageSizeAdjusted:d[2]||(d[2]=E=>l("onImageSizeAdjusted",E))},null,8,["deps","theme","class","style","iteratedColumn","path","selectedElementPath","context","containerWidth"])]))),128))])])])]))}});const aW=Gn(sW,[["__scopeId","data-v-7d644c9d"]]),lW={style:{"border-spacing":"0","border-collapse":"collapse",width:"100%",margin:"0 auto"}},uW=at({__name:"IteratedBodyRow",props:{theme:{},deps:{},iteratedBodyRow:{},path:{},selectedElementPath:{},context:{},containerWidth:{}},emits:["onElementClicked","onImageOriginalSizeAdjusted","onImageSizeAdjusted","onColumnWidthAdjusted"],setup(e,{emit:t}){const n=e,o=dn({dataList:[]});n.deps.listExpressionEvaluator({listExpression:n.iteratedBodyRow.DataSource,context:n.context}).then(a=>o.dataList=a);const s=t;return(a,l)=>(ie(),Ce("table",lW,[(ie(!0),Ce(ot,null,$n(o.dataList,(c,d)=>(ie(),Ce("tr",{key:d},[Z("td",{style:Se([oe(bs)({paddings:n.iteratedBodyRow.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings})])},[Ke(lC,{emailComponentBodyRow:n.iteratedBodyRow.BodyRow,deps:{iteratedColumnBodyRowDeps:n.deps.iteratedColumnBodyRowDeps,multipleColumnBodyRowDeps:n.deps.multipleColumnBodyRowDeps,listExpressionEvaluator:n.deps.listExpressionEvaluator},theme:n.theme,context:{...n.context,[n.iteratedBodyRow.IndexName]:c},rowWidth:n.containerWidth,path:[...n.path,"BodyRow"],selectedElementPath:n.selectedElementPath,onOnElementClicked:l[0]||(l[0]=m=>s("onElementClicked",m)),onOnImageOriginalSizeAdjusted:l[1]||(l[1]=m=>s("onImageOriginalSizeAdjusted",m)),onOnImageSizeAdjusted:l[2]||(l[2]=m=>s("onImageSizeAdjusted",m)),onOnColumnWidthAdjusted:l[3]||(l[3]=m=>s("onColumnWidthAdjusted",m))},null,8,["emailComponentBodyRow","deps","theme","context","rowWidth","path","selectedElementPath"])],4)]))),128))]))}});var su={},iC={},Qu={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isNone=e.isSome=e.None=e.Some=e.OptionType=void 0,e.OptionType={Some:Symbol(":some"),None:Symbol(":none")};function t(l){return typeof l>"u"?o():n(l)}e.Some=t,e.None=o();function n(l){return{type:e.OptionType.Some,isSome(){return!0},isNone(){return!1},match(c){return c.some(l)},map(c){return n(c(l))},andThen(c){return c(l)},or(c){return this},and(c){return c},unwrapOr(c){return l},unwrap(){return l}}}function o(){return{type:e.OptionType.None,isSome(){return!1},isNone(){return!0},match(l){const{none:c}=l;return typeof c=="function"?c():c},map(l){return o()},andThen(l){return o()},or(l){return l},and(l){return o()},unwrapOr(l){if(l==null)throw new Error("Cannot call unwrapOr with a missing value.");return l},unwrap(){throw new ReferenceError("Trying to unwrap None.")}}}function s(l){return l.isSome()}e.isSome=s;function a(l){return l.isNone()}e.isNone=a})(Qu);(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isRight=e.isLeft=e.Right=e.Left=e.EitherType=void 0;const t=Qu;e.EitherType={Left:Symbol(":left"),Right:Symbol(":right")};function n(l){return{type:e.EitherType.Left,isLeft(){return!0},isRight(){return!1},left(){return(0,t.Some)(l)},leftAndThen(c){return c(l)},right(){return t.None},rightAndThen(c){return n(l)},unwrap(){return l},unwrapLeft(){return l},unwrapLeftOr(c){return l},unwrapLeftOrElse(c){return l},unwrapRight(){throw new ReferenceError("Cannot unwrap Right value of Either.Left")},unwrapRightOr(c){return c},unwrapRightOrElse(c){return c(l)},match(c){return c.left(l)},map(c){return n(c(l))},mapLeft(c){return n(c(l))},mapRight(c){return n(l)}}}e.Left=n;function o(l){return{type:e.EitherType.Right,isLeft(){return!1},isRight(){return!0},left(){return t.None},leftAndThen(c){return o(l)},right(){return(0,t.Some)(l)},rightAndThen(c){return c(l)},unwrap(){return l},unwrapLeft(){throw new ReferenceError("Cannot unwrap Left value of Either.Right")},unwrapLeftOr(c){return c},unwrapLeftOrElse(c){return c(l)},unwrapRight(){return l},unwrapRightOr(c){return l},unwrapRightOrElse(c){return l},match(c){return c.right(l)},map(c){return o(c(l))},mapLeft(c){return o(l)},mapRight(c){return o(c(l))}}}e.Right=o;function s(l){return l.isLeft()}e.isLeft=s;function a(l){return l.isRight()}e.isRight=a})(iC);var sC={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isErr=e.isOk=e.Err=e.Ok=e.ResultType=void 0;const t=Qu;e.ResultType={Ok:Symbol(":ok"),Err:Symbol(":err")};function n(l){return{type:e.ResultType.Ok,isOk(){return!0},isErr(){return!1},ok(){return(0,t.Some)(l)},err(){return t.None},unwrap(){return l},unwrapOr(c){return l},unwrapOrElse(c){return l},unwrapErr(){throw new ReferenceError("Cannot unwrap Err value of Result.Ok")},match(c){return c.ok(l)},map(c){return n(c(l))},mapErr(c){return n(l)},andThen(c){return c(l)},orElse(c){return n(l)}}}e.Ok=n;function o(l){return{type:e.ResultType.Err,isOk(){return!1},isErr(){return!0},ok(){return t.None},err(){return(0,t.Some)(l)},unwrap(){throw new ReferenceError("Cannot unwrap Ok value of Result.Err")},unwrapOr(c){return c},unwrapOrElse(c){return c(l)},unwrapErr(){return l},match(c){return c.err(l)},map(c){return o(l)},mapErr(c){return o(c(l))},andThen(c){return o(l)},orElse(c){return c(l)}}}e.Err=o;function s(l){return l.isOk()}e.isOk=s;function a(l){return l.isErr()}e.isErr=a})(sC);(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Ok=e.isOk=e.isErr=e.Err=e.Some=e.None=e.isSome=e.isNone=e.Right=e.Left=e.isRight=e.isLeft=void 0;var t=iC;Object.defineProperty(e,"isLeft",{enumerable:!0,get:function(){return t.isLeft}}),Object.defineProperty(e,"isRight",{enumerable:!0,get:function(){return t.isRight}}),Object.defineProperty(e,"Left",{enumerable:!0,get:function(){return t.Left}}),Object.defineProperty(e,"Right",{enumerable:!0,get:function(){return t.Right}});var n=Qu;Object.defineProperty(e,"isNone",{enumerable:!0,get:function(){return n.isNone}}),Object.defineProperty(e,"isSome",{enumerable:!0,get:function(){return n.isSome}}),Object.defineProperty(e,"None",{enumerable:!0,get:function(){return n.None}}),Object.defineProperty(e,"Some",{enumerable:!0,get:function(){return n.Some}});var o=sC;Object.defineProperty(e,"Err",{enumerable:!0,get:function(){return o.Err}}),Object.defineProperty(e,"isErr",{enumerable:!0,get:function(){return o.isErr}}),Object.defineProperty(e,"isOk",{enumerable:!0,get:function(){return o.isOk}}),Object.defineProperty(e,"Ok",{enumerable:!0,get:function(){return o.Ok}})})(su);const cW=e=>({Match:t=>{switch(e){case"Top":return t.whenTop();case"Middle":return t.whenMiddle();case"Bottom":return t.whenBottom();case"Baseline":return t.whenBaseline()}}}),fW=e=>cW(e).Match({whenTop:()=>"start",whenMiddle:()=>"center",whenBottom:()=>"end",whenBaseline:()=>"baseline"}),Qf={justifyWidth:e=>(e==null?void 0:e.WidthInPixels)!==void 0,shrinkToContentWidth:e=>(e==null?void 0:e.WidthInPixels)!==void 0,widthInPercents:e=>e!==void 0},aC=e=>({Match:t=>{if(e.JustifyWidth!==void 0)return t.whenJustifyWidth(e.JustifyWidth.WidthInPixels);if(e.ShrinkToContentWidth!==void 0)return t.whenShrinkToContentWidth(e.ShrinkToContentWidth.WidthInPixels);if(e.WidthInPercents!==void 0)return t.whenWidthInPercents(e.WidthInPercents.Value);throw Error("")}}),dW=e=>({Match:t=>aC(e).Match({whenJustifyWidth:n=>t.whenJustifyWidth?t.whenJustifyWidth(n):t.default(),whenWidthInPercents:n=>t.whenWidthInPercents?t.whenWidthInPercents(n):t.default(),whenShrinkToContentWidth:n=>t.whenShrinkToContentWidth?t.whenShrinkToContentWidth(n):t.default()})}),hW=e=>({JustifyWidth:{WidthInPixels:e}}),mW=e=>({ShrinkToContentWidth:{WidthInPixels:e}}),pW=["align"],gW=at({__name:"MultipleColumn",props:{deps:{},theme:{},multipleColumn:{},path:{},selectedElementPath:{},context:{type:[String,Number,Boolean,Array,Object]},containerWidth:{}},emits:["onElementClicked","onImageOriginalSizeAdjusted","onImageSizeAdjusted","onColumnWidthAdjusted"],setup(e,{emit:t}){ku(d=>({"505fd5fb":c.value,"89e91a86":l.value,"6083c43a":a.value}));const n=e,o=t,s=d=>{aC(n.multipleColumn.Width).Match({whenJustifyWidth:()=>su.Some(hW(d)),whenShrinkToContentWidth:()=>su.Some(mW(d)),whenWidthInPercents:()=>su.None}).map(m=>o("onColumnWidthAdjusted",{Path:n.path,Width:m}))},a=Re(()=>dW(n.multipleColumn.Width).Match({default:()=>"",whenWidthInPercents:d=>d*n.containerWidth+"px"})),l=Re(()=>fW(n.multipleColumn.VerticalAlign)),c=Re(()=>n.multipleColumn.VerticalAlign);return(d,m)=>oo((ie(),Ce("div",{class:gr(["multiple-column",{"multiple-column--justifyWidth":oe(Qf).justifyWidth(n.multipleColumn.Width.JustifyWidth),"multiple-column--shrinkToContentWidth":oe(Qf).shrinkToContentWidth(n.multipleColumn.Width.ShrinkToContentWidth),"multiple-column--widthInPercents":oe(Qf).widthInPercents(n.multipleColumn.Width.WidthInPercents)}]),style:{direction:"ltr"}},[Z("table",{style:Se([{width:"100%","border-spacing":"0"},[oe(zb)({borderCollapse:n.multipleColumn.BorderCollapse})]]),width:"100%"},[Z("tbody",null,[Z("tr",null,[Z("td",{align:oe(Jb)({containerAlign:n.multipleColumn.ContainerAlign}),style:Se([{"line-height":"normal"},[oe(mi)({border:n.multipleColumn.Border,themeColors:n.theme.Colors}),oe(No)({borderRadius:n.multipleColumn.BorderRadius,borderRadiusCard:n.theme.BorderRadiusCard,bodyBorderRadius:n.theme.BorderRadius,borderButtonRadius:n.theme.BorderRadiusButton,borderBannerRadius:n.theme.BorderRadiusBanner}),{backgroundColor:oe(ao)({color:n.multipleColumn.BgColor,themeColors:n.theme.Colors})},oe(bs)({paddings:n.multipleColumn.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings})]])},[(ie(!0),Ce(ot,null,$n(n.multipleColumn.Elements,(p,E)=>(ie(),mt(Na,{key:E,deps:n.deps.elementsDeps,theme:n.theme,element:p,context:n.context,path:[...n.path,"Elements",E],selectedElementPath:n.selectedElementPath,onOnElementClicked:m[0]||(m[0]=C=>o("onElementClicked",C)),onOnImageSizeAdjusted:m[1]||(m[1]=C=>o("onImageSizeAdjusted",C)),onOnImageOriginalSizeAdjusted:m[2]||(m[2]=C=>o("onImageOriginalSizeAdjusted",C))},null,8,["deps","theme","element","context","path","selectedElementPath"]))),128))],12,pW)])])],4)],2)),[[oe(Cu),p=>s(p.width)]])}});const _W=Gn(gW,[["__scopeId","data-v-9630cdcf"]]),EW=at({__name:"MultipleColumnBodyRow",props:{deps:{},theme:{},multipleColumnBodyRow:{},path:{},selectedElementPath:{},context:{type:[String,Number,Boolean,Array,Object]},rowWidth:{}},emits:["onElementClicked","onImageSizeAdjusted","onImageOriginalSizeAdjusted","onColumnWidthAdjusted"],setup(e,{emit:t}){ku(a=>({"308ed3d8":s.value}));const n=e,o=t,s=Re(()=>tn({paddingExpression:n.multipleColumnBodyRow.ColumnSpacerSize,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings})+"px");return(a,l)=>(ie(),Ce("table",{class:"multiple-column-container",style:Se([{"border-spacing":"0","border-collapse":"collapse",width:"100%",margin:"0 auto"},[oe(mi)({border:n.multipleColumnBodyRow.Border,themeColors:n.theme.Colors}),oe(No)({borderRadius:n.multipleColumnBodyRow.BorderRadius,borderRadiusCard:n.theme.BorderRadiusCard,bodyBorderRadius:n.theme.BorderRadius,borderButtonRadius:n.theme.BorderRadiusButton,borderBannerRadius:n.theme.BorderRadius}),{backgroundColor:oe(ao)({color:n.multipleColumnBodyRow.BgColor,themeColors:n.theme.Colors})}]]),width:"100%"},[Z("tbody",null,[Z("tr",null,[Z("td",{class:"multiple-column-container__inner",style:Se([{"font-size":"0"},[oe(Xb)({containerAlign:n.multipleColumnBodyRow.ContainerAlign}),oe(bs)({paddings:n.multipleColumnBodyRow.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings}),n.multipleColumnBodyRow.DirectionRtl?{direction:"rtl"}:{direction:"ltr"}]])},[(ie(!0),Ce(ot,null,$n(n.multipleColumnBodyRow.Columns,(c,d)=>(ie(),mt(_W,{key:d,deps:n.deps.multipleColumnDeps,theme:n.theme,multipleColumn:c,path:[...n.path,"Columns",d],selectedElementPath:n.selectedElementPath,context:n.context,containerWidth:n.rowWidth-oe(tn)({paddingExpression:n.multipleColumnBodyRow.Paddings.Left,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings})-oe(tn)({paddingExpression:n.multipleColumnBodyRow.Paddings.Right,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings})-n.multipleColumnBodyRow.Border.Left.Width-n.multipleColumnBodyRow.Border.Right.Width,style:Se(oe(Kb)({numberColumnsInLine:n.multipleColumnBodyRow.Columns.length,index:d,paddingSize:oe(tn)({paddingExpression:n.multipleColumnBodyRow.ColumnSpacerSize,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings}),directionRtl:n.multipleColumnBodyRow.DirectionRtl})),class:gr({"is-last-tablet-line":d==n.multipleColumnBodyRow.Columns.length-1,"is-last-mobile-line":d==n.multipleColumnBodyRow.Columns.length-1}),onOnElementClicked:l[0]||(l[0]=m=>o("onElementClicked",m)),onOnColumnWidthAdjusted:l[1]||(l[1]=m=>o("onColumnWidthAdjusted",m)),onOnImageSizeAdjusted:l[2]||(l[2]=m=>o("onImageSizeAdjusted",m)),onOnImageOriginalSizeAdjusted:l[3]||(l[3]=m=>o("onImageOriginalSizeAdjusted",m))},null,8,["deps","theme","multipleColumn","path","selectedElementPath","context","containerWidth","style","class"]))),128))],4)])])],4))}});const vW=Gn(EW,[["__scopeId","data-v-c2d3f20e"]]),lC=at({__name:"EmailComponentBodyRow",props:{deps:{},theme:{},emailComponentBodyRow:{},path:{},selectedElementPath:{},context:{},rowWidth:{}},emits:["onElementClicked","onImageOriginalSizeAdjusted","onImageSizeAdjusted","onColumnWidthAdjusted"],setup(e,{emit:t}){const n=e,o={multipleColumns:a=>a!==void 0,iteratedColumns:a=>a!==void 0,iteratedBodyRow:a=>a!==void 0},s=t;return(a,l)=>(ie(),Ce("div",null,[o.multipleColumns(n.emailComponentBodyRow.MultipleColumnBodyRow)?(ie(),mt(vW,{key:0,deps:n.deps.multipleColumnBodyRowDeps,theme:n.theme,multipleColumnBodyRow:n.emailComponentBodyRow.MultipleColumnBodyRow,path:[...n.path,"MultipleColumnBodyRow"],selectedElementPath:n.selectedElementPath,context:a.context,rowWidth:n.rowWidth,onOnColumnWidthAdjusted:l[0]||(l[0]=c=>s("onColumnWidthAdjusted",c)),onOnImageOriginalSizeAdjusted:l[1]||(l[1]=c=>s("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[2]||(l[2]=c=>s("onImageSizeAdjusted",c)),onOnElementClicked:l[3]||(l[3]=c=>s("onElementClicked",c))},null,8,["deps","theme","multipleColumnBodyRow","path","selectedElementPath","context","rowWidth"])):vn("",!0),o.iteratedColumns(n.emailComponentBodyRow.IteratedColumnBodyRow)?(ie(),mt(aW,{key:1,deps:n.deps.iteratedColumnBodyRowDeps,theme:n.theme,iteratedColumnBodyRow:n.emailComponentBodyRow.IteratedColumnBodyRow,path:[...n.path,"IteratedColumnBodyRow"],selectedElementPath:n.selectedElementPath,context:a.context,rowWidth:n.rowWidth,onOnElementClicked:l[4]||(l[4]=c=>s("onElementClicked",c)),onOnImageOriginalSizeAdjusted:l[5]||(l[5]=c=>s("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[6]||(l[6]=c=>s("onImageSizeAdjusted",c))},null,8,["deps","theme","iteratedColumnBodyRow","path","selectedElementPath","context","rowWidth"])):vn("",!0),o.iteratedBodyRow(n.emailComponentBodyRow.IteratedBodyRow)?(ie(),mt(uW,{key:2,deps:{iteratedColumnBodyRowDeps:n.deps.iteratedColumnBodyRowDeps,multipleColumnBodyRowDeps:n.deps.multipleColumnBodyRowDeps,listExpressionEvaluator:n.deps.listExpressionEvaluator},theme:n.theme,iteratedBodyRow:n.emailComponentBodyRow.IteratedBodyRow,path:[...n.path,"IteratedBodyRow"],selectedElementPath:n.selectedElementPath,context:a.context,containerWidth:n.rowWidth,onOnElementClicked:l[7]||(l[7]=c=>s("onElementClicked",c)),onOnImageOriginalSizeAdjusted:l[8]||(l[8]=c=>s("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[9]||(l[9]=c=>s("onImageSizeAdjusted",c))},null,8,["deps","theme","iteratedBodyRow","path","selectedElementPath","context","containerWidth"])):vn("",!0)]))}}),yW={key:0},bW={key:1,class:"empty-email-component"},CW={class:"bootstrap-styles w-100 d-flex justify-content-center gap-5"},TW=at({__name:"EmailComponent",props:{deps:{},theme:{},emailComponent:{},path:{},selectedElementPath:{}},emits:["onElementClicked","onImageOriginalSizeAdjusted","onImageSizeAdjusted","onColumnWidthAdjusted"],setup(e,{emit:t}){const n=e,o=dn({context:{},ifResult:!n.emailComponent.ContextBuilderExpression,isLoaded:!1}),s=l=>{o.isLoaded=!1,n.deps.dataStructExpressionEvaluator({dataStructBuilderExpression:l,context:{}}).then(c=>{(n.emailComponent.IfExpression?n.deps.boolExpressionEvaluatorDelegate({boolExpression:n.emailComponent.IfExpression,context:c}):Promise.resolve(!0)).then(d=>{o.context=c,o.ifResult=d,o.isLoaded=!0})})};nn(()=>n.emailComponent.ContextBuilderExpression,l=>{l&&s(l)});const a=t;return n.emailComponent.ContextBuilderExpression?s(n.emailComponent.ContextBuilderExpression):o.isLoaded=!0,(l,c)=>{const d=LL("VSkeletonLoader");return o.isLoaded?(ie(),Ce("div",yW,[o.ifResult?(ie(),Ce("table",{key:0,style:Se([{"border-spacing":"0","border-collapse":"collapse",width:"100%",margin:"0 auto"},[{backgroundColor:oe(ao)({color:n.emailComponent.InnerBgColor,themeColors:n.theme.Colors})},oe(No)({borderRadius:n.emailComponent.BorderRadius,borderRadiusCard:n.theme.BorderRadiusCard,bodyBorderRadius:n.theme.BorderRadius,borderButtonRadius:n.theme.BorderRadiusButton,borderBannerRadius:n.theme.BorderRadiusBanner}),{maxWidth:n.theme.BodyWidth+"px"}]])},[Z("tbody",null,[Z("tr",null,[Z("td",{class:"row__inner",style:Se([oe(IE)({paddings:n.emailComponent.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings,fullWidth:n.emailComponent.FullWidth})])},[(ie(!0),Ce(ot,null,$n(n.emailComponent.BodyRowList,(m,p)=>(ie(),mt(lC,{key:p,deps:n.deps.emailComponentBodyRowDeps,theme:n.theme,emailComponentBodyRow:m,context:o.context,rowWidth:n.emailComponent.FullWidth?n.theme.BodyWidth:n.theme.BodyWidth-n.theme.BodyPaddings.Left-n.theme.BodyPaddings.Right,path:[...n.path,"BodyRowList",p],selectedElementPath:n.selectedElementPath,onOnElementClicked:c[0]||(c[0]=E=>a("onElementClicked",E)),onOnImageSizeAdjusted:c[1]||(c[1]=E=>a("onImageSizeAdjusted",E)),onOnImageOriginalSizeAdjusted:c[2]||(c[2]=E=>a("onImageOriginalSizeAdjusted",E)),onOnColumnWidthAdjusted:c[3]||(c[3]=E=>a("onColumnWidthAdjusted",E))},null,8,["deps","theme","emailComponentBodyRow","context","rowWidth","path","selectedElementPath"]))),128))],4)])])],4)):(ie(),Ce("div",bW,[c[5]||(c[5]=ih(" Товарная полка скрыта из-за недостатка товаров ")),oo((ie(),Ce("i",null,c[4]||(c[4]=[Z("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[Z("path",{d:"M6.99967 13.6663C3.31777 13.6663 0.333008 10.6815 0.333008 6.99967C0.333008 3.31777 3.31777 0.333008 6.99967 0.333008C10.6815 0.333008 13.6663 3.31777 13.6663 6.99967C13.6663 10.6815 10.6815 13.6663 6.99967 13.6663ZM6.99967 12.333C9.94521 12.333 12.333 9.94521 12.333 6.99967C12.333 4.05415 9.94521 1.66634 6.99967 1.66634C4.05415 1.66634 1.66634 4.05415 1.66634 6.99967C1.66634 9.94521 4.05415 12.333 6.99967 12.333ZM6.33301 3.66634H7.66634V4.99967H6.33301V3.66634ZM6.33301 6.33301H7.66634V10.333H6.33301V6.33301Z",fill:"var(--gray-500)"})],-1)]))),[[oe(Yb),{placement:"top",title:"Товарная полка не будет отображаться у получателей письма пока в ней недостаточно товаров"}]])]))])):(ie(),Ce("div",{key:1,class:"bootstrap-styles w-100",style:Se([oe(IE)({paddings:n.emailComponent.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings,fullWidth:n.emailComponent.FullWidth}),{backgroundColor:oe(ao)({color:n.emailComponent.InnerBgColor,themeColors:n.theme.Colors})||"transparent"}])},[Ke(d,{type:"text"}),Z("div",CW,[(ie(),Ce(ot,null,$n(3,m=>Ke(d,{key:m,type:"image, text, text, text, button",style:{width:"100%"}})),64))])],4))}}});const uC=Gn(TW,[["__scopeId","data-v-a8102873"]]),wW={class:"scale-to-width-fit-component",style:{display:"inline-block","transform-origin":"left top"}},cC=at({__name:"ScaleToWidthFit",emits:["scaledElement"],setup(e,{emit:t}){const n=t;return(o,s)=>oo((ie(),Ce("div",wW,[sd(o.$slots,"default")])),[[oe(Cu),({width:a})=>{o.$el.style.transform=`scale(${o.$el.parentElement.clientWidth/a}`,n("scaledElement",o.$el)}]])}}),SW={class:"bootstrap-styles modal fade show d-block position-absolute"},AW={class:"bootstrap-styles modal-dialog modal-dialog-centered"},xW={class:"bootstrap-styles modal-content border rounded-3 shadow","data-test":"modal-window__content"},LW={class:"bootstrap-styles modal-header p-0"},OW={class:"bootstrap-styles container-fluid border-bottom g-0"},IW={class:"bootstrap-styles d-flex justify-content-between align-items-center px-11 py-7"},RW={class:"bootstrap-styles modal-title border-0","data-test":"modal-window__header-text"},PW={class:"bootstrap-styles modal-body p-0","data-test":"modal-window__body"},DW={class:"bootstrap-styles modal-footer p-0 g-0"},NW={class:"bootstrap-styles container-fluid border-top"},MW={class:"bootstrap-styles d-flex justify-content-end py-8 px-11"},BW={class:"bootstrap-styles col-6 d-flex justify-content-end","data-test":"modal-window__footer-actions"},kW=at({__name:"ModalWindow",props:{headerText:{}},emits:["close"],setup(e,{emit:t}){const n=e,o=t;return(s,a)=>(ie(),Ce("div",SW,[Z("div",{class:"bootstrap-styles modal-blur d-block position-fixed top-0 left-0 w-100 vh-100","data-test":"modal-window__outside",onClick:a[0]||(a[0]=l=>o("close"))}),Z("div",AW,[Z("div",xW,[Z("div",LW,[Z("div",OW,[Z("div",IW,[Z("h5",RW,Ud(n.headerText),1),oo((ie(),Ce("button",{type:"button","aria-label":"Close","data-bs-dismiss":"modal","data-test":"modal-window__close-button",onClick:a[1]||(a[1]=l=>o("close"))},a[2]||(a[2]=[Z("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},[Z("path",{d:"M3 3L13 13",stroke:"var(--gray-500)"}),Z("path",{d:"M13 3L3 13",stroke:"var(--gray-500)"})],-1)]))),[[oe(Yb),{title:"Закрыть",placement:"top"}]])])])]),Z("div",PW,[sd(s.$slots,"body",{},void 0,!0)]),Z("div",DW,[Z("div",NW,[Z("div",MW,[Z("div",BW,[sd(s.$slots,"footer-actions",{},void 0,!0)])])])])])])]))}});const FW=Gn(kW,[["__scopeId","data-v-51d20551"]]),$W={class:"email-template-preview__inner-padding scrollable"},WW={class:"webkit emailTemplate--desktop"},HW={class:"emailTemplate-border-top"},UW={class:"emailTemplate-border-bottom"},VW=at({__name:"EmailTemplatePreviewModalWindow",props:{template:{},deps:{}},emits:["favoriteTemplateSelected","close"],setup(e,{emit:t}){const n=e,o=a=>{const l=a.parentElement;l&&(l.style.height=a.getBoundingClientRect().height+"px")},s=t;return(a,l)=>(ie(),mt(FW,{headerText:"Предпросмотр",class:"email-component__preview-modal-window",onClose:l[3]||(l[3]=()=>s("close"))},{body:ra(()=>[Z("div",{style:Se({backgroundColor:a.template.Theme.Colors.EmailBackgroundColor})},[Ke(cC,{onScaledElement:l[0]||(l[0]=c=>o(c))},{default:ra(()=>[Z("div",$W,[Z("div",{class:"bootstrap-styles pe-none email-template-preview",style:Se({backgroundColor:n.template.Theme.Colors.EmailBackgroundColor,fontFamily:n.template.Theme.FontFamily,width:a.template.Theme.BodyWidth+"px"})},[Z("div",WW,[Z("div",HW,[Z("table",{style:Se([[{maxWidth:n.template.Theme.BodyWidth+"px",width:"100%",backgroundColor:n.template.Theme.Colors.BodyColor,borderTopLeftRadius:n.template.Theme.BorderRadius.TopLeft+"px",borderTopRightRadius:n.template.Theme.BorderRadius.TopRight+"px"}],{"border-spacing":"0"}])},[Z("tbody",null,[Z("tr",null,[Z("td",{style:Se([{paddingTop:n.template.Theme.BodyPaddings.Top+"px"},{"font-size":"0","line-height":"0"}])}," ",4)])])],4)]),(ie(!0),Ce(ot,null,$n(n.template.Components,(c,d)=>(ie(),Ce("div",{key:d},[Ke(uC,{deps:a.deps.emailComponentDeps,theme:n.template.Theme,emailComponent:c,path:[],selectedElementPath:[]},null,8,["deps","theme","emailComponent"])]))),128)),Z("div",UW,[Z("table",{style:Se([[{maxWidth:n.template.Theme.BodyWidth+"px",width:"100%",backgroundColor:n.template.Theme.Colors.BodyColor,borderBottomLeftRadius:n.template.Theme.BorderRadius.BottomLeft+"px",borderBottomRightRadius:n.template.Theme.BorderRadius.BottomRight+"px"}],{"border-spacing":"0"}])},[Z("tbody",null,[Z("tr",null,[Z("td",{style:Se([{paddingBottom:n.template.Theme.BodyPaddings.Bottom+"px"},{"font-size":"0","line-height":"0"}])}," ",4)])])],4)])])],4)])]),_:1})],4)]),"footer-actions":ra(()=>[Z("button",{type:"button",class:"modal-footer__button bootstrap-styles d-flex justify-content-center align-center py-1 px-3 me-3 border border-blue-selected rounded-2 bg-blue-selected button__hover-blue-100 text-color-selected",onClick:l[1]||(l[1]=fs(()=>s("close"),["stop"]))}," Отмена "),Z("button",{type:"submit",class:"modal-footer__button bootstrap-styles d-flex justify-content-center align-center py-1 px-3 border rounded-2 bg-color-selected text-white cursor-pointer",onClick:l[2]||(l[2]=()=>{s("favoriteTemplateSelected")})}," Выбрать ")]),_:1}))}});const GW=Gn(VW,[["__scopeId","data-v-7bb60afa"]]),jW={class:"email-template-preview__inner-padding scrollable"},YW={class:"webkit emailTemplate--desktop"},KW={class:"emailTemplate-border-top"},zW={class:"emailTemplate-border-bottom"},qW=at({__name:"EmailTemplatePreviewTile",props:{deps:{},template:{}},emits:["favoriteTemplateSelected"],setup(e,{emit:t}){const n=e,o=dn({isPreviewComponentModalWindowShown:!1}),s=l=>{const c=l.parentElement;c&&(c.style.height=l.getBoundingClientRect().height+"px")},a=t;return(l,c)=>(ie(),Ce(ot,null,[Z("div",{class:"bootstrap-styles h-100",style:Se({backgroundColor:n.template.Theme.Colors.EmailBackgroundColor}),onClick:c[1]||(c[1]=()=>{o.isPreviewComponentModalWindowShown=!0})},[Ke(cC,{onScaledElement:c[0]||(c[0]=d=>s(d))},{default:ra(()=>[Z("div",jW,[Z("div",{class:"bootstrap-styles pe-none email-template-preview",style:Se({backgroundColor:n.template.Theme.Colors.EmailBackgroundColor,fontFamily:n.template.Theme.FontFamily,width:l.template.Theme.BodyWidth+"px"})},[Z("div",YW,[Z("div",KW,[Z("table",{style:Se([[{maxWidth:n.template.Theme.BodyWidth+"px",width:"100%",backgroundColor:n.template.Theme.Colors.BodyColor,borderTopLeftRadius:n.template.Theme.BorderRadius.TopLeft+"px",borderTopRightRadius:n.template.Theme.BorderRadius.TopRight+"px"}],{"border-spacing":"0"}])},[Z("tbody",null,[Z("tr",null,[Z("td",{style:Se([{paddingTop:n.template.Theme.BodyPaddings.Top+"px"},{"font-size":"0","line-height":"0"}])}," ",4)])])],4)]),(ie(!0),Ce(ot,null,$n(n.template.Components,(d,m)=>(ie(),Ce("div",{key:m},[Ke(uC,{deps:n.deps.emailComponentDeps,theme:n.template.Theme,emailComponent:d,path:[],selectedElementPath:[]},null,8,["deps","theme","emailComponent"])]))),128)),Z("div",zW,[Z("table",{style:Se([[{maxWidth:n.template.Theme.BodyWidth+"px",width:"100%",backgroundColor:n.template.Theme.Colors.BodyColor,borderBottomLeftRadius:n.template.Theme.BorderRadius.BottomLeft+"px",borderBottomRightRadius:n.template.Theme.BorderRadius.BottomRight+"px"}],{"border-spacing":"0"}])},[Z("tbody",null,[Z("tr",null,[Z("td",{style:Se([{paddingBottom:n.template.Theme.BodyPaddings.Bottom+"px"},{"font-size":"0","line-height":"0"}])}," ",4)])])],4)])])],4)])]),_:1})],4),(ie(),mt(_L,{to:"#app"},[o.isPreviewComponentModalWindowShown?(ie(),mt(GW,{key:0,template:n.template,deps:n.deps.emailTemplatePreviewModalWindowDeps,onClose:c[2]||(c[2]=()=>o.isPreviewComponentModalWindowShown=!1),onFavoriteTemplateSelected:c[3]||(c[3]=()=>a("favoriteTemplateSelected"))},null,8,["template","deps"])):vn("",!0)]))],64))}});const XW=Gn(qW,[["__scopeId","data-v-f6f330d3"]]),JW=e=>at((t,n)=>()=>Bu(XW,{template:e.template,deps:e.emailTemplatePreviewTileDeps,onFavoriteTemplateSelected:e.onFavoriteTemplateSelected})),ZW=e=>({elementsDeps:e.elementsDeps}),QW=e=>({iteratedColumnDeps:ZW({elementsDeps:e.elementsDeps}),listExpressionEvaluator:e.listExpressionEvaluator}),eH=e=>({elementsDeps:e.elementsDeps}),tH=e=>({multipleColumnDeps:eH({elementsDeps:e.elementsDeps})}),nH=e=>({iteratedColumnBodyRowDeps:QW({elementsDeps:e.elementsDeps,listExpressionEvaluator:e.listExpressionEvaluator}),multipleColumnBodyRowDeps:tH({elementsDeps:e.elementsDeps}),listExpressionEvaluator:e.listExpressionEvaluator}),fC=e=>({emailComponentBodyRowDeps:nH({elementsDeps:e.elementsDeps,listExpressionEvaluator:e.listExpressionEvaluator}),boolExpressionEvaluatorDelegate:e.boolExpressionEvaluator,dataStructExpressionEvaluator:e.dataStructExpressionEvaluator}),rH=e=>({expressionEvaluator:e.expressionEvaluator}),dC=e=>({listExpressionEvaluator:e.listExpressionEvaluator,numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator,expressionVueDeps:rH({expressionEvaluator:e.expressionEvaluator}),boolExpressionEvaluator:e.boolExpressionEvaluator}),oH=e=>ar(e),iH=e=>ar(e),sH=e=>({predicate:t,context:n})=>Promise.all([e.numberExpressionEvaluator({numberExpression:t.Left,context:n}),e.numberExpressionEvaluator({numberExpression:t.Right,context:n})]).then(([o,s])=>o===s),aH=e=>ar(e),lH=e=>({predicate:t,context:n})=>Promise.all([e.numberExpressionEvaluator({numberExpression:t.Left,context:n}),e.numberExpressionEvaluator({numberExpression:t.Right,context:n})]).then(([o,s])=>o<s),uH=e=>({predicate:t,context:n})=>Promise.all([e.numberExpressionEvaluator({numberExpression:t.Left,context:n}),e.numberExpressionEvaluator({numberExpression:t.Right,context:n})]).then(([o,s])=>o>s),cH=e=>{const t=sH({numberExpressionEvaluator:e.numberExpressionEvaluator}),n=uH({numberExpressionEvaluator:e.numberExpressionEvaluator}),o=lH({numberExpressionEvaluator:e.numberExpressionEvaluator});return({numberPredicate:s,context:a})=>aH(s).Match({whenEqual:l=>t({predicate:l,context:a}),whenGreaterThan:l=>n({predicate:l,context:a}),whenLessThan:l=>o({predicate:l,context:a})})},fH=e=>({predicate:t,context:n})=>Promise.all([e.stringExpressionEvaluator({stringExpression:t.Left,context:n}),e.stringExpressionEvaluator({stringExpression:t.Right,context:n})]).then(([o,s])=>o>s),dH=e=>ar(e),hH=e=>({predicate:t,context:n})=>Promise.all([e.stringExpressionEvaluator({stringExpression:t.Left,context:n}),e.stringExpressionEvaluator({stringExpression:t.Contains,context:n})]).then(([o,s])=>o>s),mH=e=>{const t=fH({stringExpressionEvaluator:e.stringExpressionEvaluator}),n=hH({stringExpressionEvaluator:e.stringExpressionEvaluator});return({stringPredicate:o,context:s})=>dH(o).Match({whenContains:a=>n({predicate:a,context:s}),whenEqual:a=>t({predicate:a,context:s})})},pH=e=>{const t=cH({numberExpressionEvaluator:e.numberExpressionEvaluator}),n=mH({stringExpressionEvaluator:e.stringExpressionEvaluator});return({predicate:o,context:s})=>iH(o).Match({whenNumberPredicate:a=>t({numberPredicate:a,context:s}),whenStringPredicate:a=>n({stringPredicate:a,context:s})})},hC=e=>{const t=pH({numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator}),n=({boolExpression:o,context:s})=>oH(o).Match({whenAndExpression:a=>Promise.all(a.Expressions.map(l=>n({boolExpression:l,context:s}))).then(l=>l.every(c=>c)),whenOrExpression:a=>Promise.all(a.Expressions.map(l=>n({boolExpression:l,context:s}))).then(l=>l.some(c=>c)),whenNotExpression:async a=>!await n({boolExpression:a.Expression,context:s}),whenPredicate:a=>t({predicate:a,context:s})});return n},gH=e=>{const t=hC({numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator});return{emailComponentDeps:fC({elementsDeps:dC({listExpressionEvaluator:e.listExpressionEvaluator,numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator,expressionEvaluator:e.expressionEvaluator,boolExpressionEvaluator:t}),listExpressionEvaluator:e.listExpressionEvaluator,boolExpressionEvaluator:t,dataStructExpressionEvaluator:e.dataStructExpressionEvaluator})}},_H=e=>{const t=hC({numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator});return{emailComponentDeps:fC({elementsDeps:dC({listExpressionEvaluator:e.listExpressionEvaluator,numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator,expressionEvaluator:e.expressionEvaluator,boolExpressionEvaluator:t}),listExpressionEvaluator:e.listExpressionEvaluator,boolExpressionEvaluator:t,dataStructExpressionEvaluator:e.dataStructExpressionEvaluator}),emailTemplatePreviewModalWindowDeps:gH({listExpressionEvaluator:e.listExpressionEvaluator,dataStructExpressionEvaluator:e.dataStructExpressionEvaluator,numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator,expressionEvaluator:e.expressionEvaluator})}},EH=e=>{const t=document.createElement("form");t.method=e.method,t.action=e.action;for(const[n,o]of e.formData.entries()){if(o instanceof File)continue;const s=document.createElement("input");s.setAttribute("type","text"),s.setAttribute("name",n),s.setAttribute("value",o),t.appendChild(s)}return t},vH=e=>async({context:t,expression:n})=>e.numberExpressionEvaluator({numberExpression:n.ProductId,context:t}).then(o=>"https://cdn.retailrocket.net/api/1.0/partner/"+e.partnerId+"/item/"+o+"/picture/?format=png&width="+n.ImageSize.Width+"&height="+n.ImageSize.Height+"&scale=both"),yH=e=>{const t=n=>{const o=e.stringExpressionDataSourceEvaluatorFactory(t);return o2(n.stringExpression).Match({whenConcatStringExpressions:s=>wH({concatStringExpressions:s,stringExpressionEvaluator:t,context:n.context}),whenContextValueExpression:s=>bH({contextValueExpression:s,context:n.context}),whenConstValueExpression:s=>SH({stringConstValueExpression:s}),whenTruncateValueExpression:s=>CH({truncateValueExpression:s,context:n.context,stringExpressionEvaluator:t}),whenDataSource:s=>o({stringExpressionDataSource:s,context:n.context}),whenNumberToStringExpression:s=>TH({numberToStringExpression:s,context:n.context,numberExpressionEvaluator:e.numberExpressionEvaluator})})};return t},bH=e=>Promise.resolve(WN(e.contextValueExpression.Path,e.context)),CH=async e=>{const t=e.truncateValueExpression.MaxLength,n=await e.stringExpressionEvaluator({stringExpression:e.truncateValueExpression.StringExpression,context:e.context});return t<n.length?n.slice(0,e.truncateValueExpression.MaxLength)+e.truncateValueExpression.Tail:n},TH=async e=>(await e.numberExpressionEvaluator({numberExpression:e.numberToStringExpression.NumberExpression,context:e.context})).toString(),wH=e=>Promise.all(e.concatStringExpressions.StringExpressions.map(t=>e.stringExpressionEvaluator({stringExpression:t,context:e.context}))).then(t=>t.join("")),SH=e=>Promise.resolve(e.stringConstValueExpression.Value),AH=e=>{const t=n=>n2(n.listExpression).Match({whenContextValueExpression:o=>Promise.resolve($N(o.Path,n.context)),whenChunkExpression:async o=>{const s=await t({listExpression:o.ListExpression,context:n.context});return s.slice(0,Math.floor(s.length/o.ChunkSize)*o.ChunkSize)},whenLimitExpression:async o=>(await t({listExpression:o.ListExpression,context:n.context})).slice(0,o.Limit),whenDataSource:o=>e.listExpressionDataSourceEvaluator(o)});return t},xH=e=>t=>r2(t.numberExpression).Match({whenContextValueExpression:n=>Promise.resolve(jy(n.Path,t.context)),whenConstValueExpression:n=>Promise.resolve(n.Value),whenListLengthExpression:async n=>e.listExpressionEvaluator({listExpression:n.ListExpression,context:t.context}).then(o=>o.length),whenDataSource:n=>Promise.resolve(e.numberExpressionDataSourceEvaluator(n))}),WE=e=>({dataStructBuilderExpression:t,context:n})=>Promise.all(Object.entries(t).map(async([o,s])=>({key:o,value:await e.expressionEvaluator({expression:s,context:n})}))).then(o=>Object.fromEntries(o.map(s=>[s.key,s.value]))),LH=e=>ar(e),OH=e=>{const t=({expression:n,context:o})=>{const s=e.dataStructBuilderExpressionEvaluatorFactory(t);return LH(n).Match({whenNumberExpression:a=>e.numberExpressionEvaluator({numberExpression:a,context:o}),whenStringExpression:a=>e.stringExpressionEvaluator({stringExpression:a,context:o}),whenListExpression:a=>e.listExpressionEvaluator({listExpression:a,context:o}),whenRecordBuilderExpression:a=>s({dataStructBuilderExpression:a,context:o})})};return t},HE={Subject:"",Preheader:"",Theme:{BodyWidth:600,FontFamily:"Arial",Colors:{EmailBackgroundColor:"#EEEEEE",BodyColor:"#FFFFFF",PrimaryColor:"#557aff",PrimaryTextColor:"#ffffff",SecondaryColor:"#F6F6F6",SecondaryTextColor:"#000000",CardBackgroundColor:"#F2F2F2",HeadingColor:"#2F2F2F",TitleColor:"#2F2F2F",SubHeadingColor:"#2F2F2F",LargeTextColor:"#2F2F2F",NormalTextColor:"#2F2F2F",DescriptionTextColor:"#999999",LinkColor:"#65A0FA",ButtonTextColor:"#ffffff"},BorderRadius:{TopLeft:20,TopRight:20,BottomLeft:20,BottomRight:20},BorderRadiusCard:{TopLeft:0,TopRight:0,BottomLeft:0,BottomRight:0},BorderRadiusButton:{TopLeft:5,TopRight:5,BottomLeft:5,BottomRight:5},BorderRadiusBanner:{TopLeft:0,TopRight:0,BottomLeft:0,BottomRight:0},BodyPaddings:{Left:20,Right:20,Top:10,Bottom:10},ComponentPaddings:{Small:8,Medium:16,Large:24,Huge:40},ButtonPaddings:{TopBottom:12,LeftRight:14},FontSettingsPresets:{Title:{FontSize:24,LineHeight:28,IsBold:!0,IsItalic:!1,Decoration:"None"},Heading:{FontSize:20,LineHeight:24,IsBold:!0,IsItalic:!1,Decoration:"None"},SubHeading:{FontSize:14,LineHeight:16,IsBold:!0,IsItalic:!1,Decoration:"None"},LargeText:{FontSize:14,LineHeight:18,IsBold:!1,IsItalic:!1,Decoration:"None"},NormalText:{FontSize:12,LineHeight:15,IsBold:!1,IsItalic:!1,Decoration:"None"},DescriptionText:{FontSize:10,LineHeight:13,IsBold:!1,IsItalic:!1,Decoration:"None"},Button:{FontSize:12,LineHeight:14,IsBold:!0,IsItalic:!1,Decoration:"None"},Link:{FontSize:12,LineHeight:14,IsBold:!1,IsItalic:!1,Decoration:"None"}}},Components:[{BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#000000"},Paddings:{Top:{ThemePadding:"ThemePaddingsLarge"},Bottom:{ThemePadding:"ThemePaddingsLarge"}},FullWidth:!1,BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{CustomValue:0},DirectionRtl:!1,Paddings:{Left:{CustomValue:0},Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#ffffff"},ContainerAlign:"Center",Columns:[{VerticalAlign:"Top",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{SpanText:{MinNumberOfLines:1,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Cервис создания электронных писем"}},Style:{Discriminator:"Heading",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Inline"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsLarge"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{SpanText:{MinNumberOfLines:1,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Мы рады представить вам наш новый продукт - сервис создания электронных писем. С помощью этого удобного и интуитивно понятного инструмента, вы сможете легко создавать красивые и профессиональные письма всего в несколько простых шагов."}},Style:{Discriminator:"LargeText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Inline"}}],Width:{JustifyWidth:{WidthInPixels:560}}}]}}]}]},mC="#app",Qn=document.querySelector(mC),Zt={partnerId:Qn.getAttribute("data-partner-id"),wysiwygTemplateEditorBffBaseUrl:Qn.getAttribute("data-wysiwyg-template-editor-bff-base-url"),wysiwygBffProxyBaseUrl:Qn.getAttribute("data-wysiwyg-bff-proxy-base-url"),antiForgeryHeaderTokenName:Qn.getAttribute("data-anti-forgery-header-token-name"),antiForgeryHeaderTokenValue:Qn.getAttribute("data-anti-forgery-header-token-value"),antiForgeryFormTokenName:Qn.getAttribute("data-anti-forgery-form-token-name"),antiForgeryFormTokenValue:Qn.getAttribute("data-anti-forgery-form-token-value"),createEmailTemplateSubmitUrl:Qn.getAttribute("data-create-email-template-submit-url"),initialEmailTemplateJson:Qn.getAttribute("data-initial-transactional-template"),transactionalFavoritesTemplates:JSON.parse(Qn.getAttribute("data-transactional-favorites-templates")),commonFavoritesTemplates:JSON.parse(Qn.getAttribute("data-common-favorites-templates")),exitLink:Qn.getAttribute("data-exit-link")},IH=e=>vN({baseUrl:e.baseUrl,antiForgeryTokenHeaderName:Zt.antiForgeryHeaderTokenName,antiForgeryTokenValue:Zt.antiForgeryHeaderTokenValue}),RH=Gy(IH({baseUrl:Zt.wysiwygBffProxyBaseUrl})),pC=e=>{const t=new FormData;t.append(Zt.antiForgeryFormTokenName,Zt.antiForgeryFormTokenValue),t.append("template",JSON.stringify(e.template)),t.append("previewData",JSON.stringify(e.previewData));const n=EH({method:"POST",action:Zt.createEmailTemplateSubmitUrl,formData:t});document.body.appendChild(n),n.submit()},PH={},UE=e=>{const t=EN({partnerId:Zt.partnerId,getTransactionalTemplateData:()=>e.templateData,listExpressionDataSourceBffClient:RH,customerStockId:void 0}),n=AH({listExpressionDataSourceEvaluator:t}),o=HN({getTransactionalTemplateData:()=>e.templateData}),s=xH({listExpressionEvaluator:n,numberExpressionDataSourceEvaluator:o}),a=yH({listExpressionEvaluator:n,numberExpressionEvaluator:s,stringExpressionDataSourceEvaluatorFactory:()=>MN({getTransactionalTemplateData:()=>e.templateData,productImageUrlBuilderExpressionEvaluator:vH({partnerId:Zt.partnerId,numberExpressionEvaluator:s}),contactCustomData:PH})}),l=OH({listExpressionEvaluator:n,numberExpressionEvaluator:s,stringExpressionEvaluator:a,dataStructBuilderExpressionEvaluatorFactory:d=>WE({expressionEvaluator:d})}),c=WE({expressionEvaluator:l});return JW({template:e.template,emailTemplatePreviewTileDeps:_H({listExpressionEvaluator:n,numberExpressionEvaluator:s,stringExpressionEvaluator:a,dataStructExpressionEvaluator:c,expressionEvaluator:l}),onFavoriteTemplateSelected:()=>{console.log("onFavoriteTemplateSelected"),pC({template:e.template,previewData:e.templateData})}})},Fh=HO(JR,{onInitialTemplateSelected:()=>{console.log("onInitialTemplateSelected"),pC({template:Zt.initialEmailTemplateJson.length?JSON.parse(Zt.initialEmailTemplateJson):HE,previewData:{}})},exitLink:Zt.exitLink,deps:uN({partnerId:Zt.partnerId,emailTemplatePreviewComponents:[...Zt.commonFavoritesTemplates.map(e=>UE({template:JSON.parse(e.templateJson),templateData:{}})),...Zt.transactionalFavoritesTemplates.map(e=>UE({template:JSON.parse(e.templateJson),templateData:JSON.parse(e.dataJson)}))],initialEmailTemplate:Zt.initialEmailTemplateJson.length?JSON.parse(Zt.initialEmailTemplateJson):HE,exitLink:Zt.exitLink})});Fh.use(gy({components:{VSkeletonLoader:sN}}));Fh.use(Uy);Fh.mount(mC);
|
|
80
|
+
`)+J+`return __p
|
|
81
|
+
}`;var Me=sg(function(){return Ze(F,he+"return "+J).apply(n,v)});if(Me.source=J,sd(Me))throw Me;return Me}function BD(o){return Qe(o).toLowerCase()}function xD(o){return Qe(o).toUpperCase()}function wD(o,i,u){if(o=Qe(o),o&&(u||i===n))return ph(o);if(!o||!(i=Pn(i)))return o;var m=fo(o),C=fo(i),F=gh(m,C),v=Ch(m,C)+1;return yr(m,F,v).join("")}function AD(o,i,u){if(o=Qe(o),o&&(u||i===n))return o.slice(0,yh(o)+1);if(!o||!(i=Pn(i)))return o;var m=fo(o),C=Ch(m,fo(i))+1;return yr(m,0,C).join("")}function ID(o,i,u){if(o=Qe(o),o&&(u||i===n))return o.replace($r,"");if(!o||!(i=Pn(i)))return o;var m=fo(o),C=gh(m,fo(i));return yr(m,C).join("")}function ND(o,i){var u=me,m=Ae;if(St(i)){var C="separator"in i?i.separator:C;u="length"in i?Ve(i.length):u,m="omission"in i?Pn(i.omission):m}o=Qe(o);var F=o.length;if(Ti(o)){var v=fo(o);F=v.length}if(u>=F)return o;var L=u-Ei(m);if(L<1)return m;var A=v?yr(v,0,L).join(""):o.slice(0,L);if(C===n)return A+m;if(v&&(L+=A.length-L),ad(C)){if(o.slice(L).search(C)){var G,Y=A;for(C.global||(C=vc(C.source,Qe(Ss.exec(C))+"g")),C.lastIndex=0;G=C.exec(Y);)var J=G.index;A=A.slice(0,J===n?L:J)}}else if(o.indexOf(Pn(C),L)!=L){var se=A.lastIndexOf(C);se>-1&&(A=A.slice(0,se))}return A+m}function PD(o){return o=Qe(o),o&&oc.test(o)?o.replace(wt,cE):o}var VD=Bi(function(o,i,u){return o+(u?" ":"")+i.toUpperCase()}),cd=ap("toUpperCase");function ig(o,i,u){return o=Qe(o),i=u?n:i,i===n?iE(o)?fE(o):XT(o):o.match(i)||[]}var sg=$e(function(o,i){try{return In(o,n,i)}catch(u){return sd(u)?u:new Be(u)}}),OD=jo(function(o,i){return Yn(i,function(u){u=Ro(u),Uo(o,u,rd(o[u],o))}),o});function kD(o){var i=o==null?0:o.length,u=ye();return o=i?Et(o,function(m){if(typeof m[1]!="function")throw new Kn(l);return[u(m[0]),m[1]]}):[],$e(function(m){for(var C=-1;++C<i;){var F=o[C];if(In(F[0],this,m))return In(F[1],this,m)}})}function MD(o){return cv(Xn(o,_))}function dd(o){return function(){return o}}function WD(o,i){return o==null||o!==o?i:o}var HD=up(),$D=up(!0);function Dn(o){return o}function md(o){return Mh(typeof o=="function"?o:Xn(o,_))}function UD(o){return Hh(Xn(o,_))}function zD(o,i){return $h(o,Xn(i,_))}var jD=$e(function(o,i){return function(u){return Vs(u,o,i)}}),GD=$e(function(o,i){return function(u){return Vs(o,u,i)}});function fd(o,i,u){var m=Gt(i),C=dl(i,m);u==null&&!(St(i)&&(C.length||!m.length))&&(u=i,i=o,o=this,C=dl(i,Gt(i)));var F=!(St(u)&&"chain"in u)||!!u.chain,v=Yo(o);return Yn(C,function(L){var A=i[L];o[L]=A,v&&(o.prototype[L]=function(){var G=this.__chain__;if(F||G){var Y=o(this.__wrapped__),J=Y.__actions__=bn(this.__actions__);return J.push({func:A,args:arguments,thisArg:o}),Y.__chain__=G,Y}return A.apply(o,fr([this.value()],arguments))})}),o}function YD(){return Xt._===this&&(Xt._=yE),this}function hd(){}function KD(o){return o=Ve(o),$e(function(i){return Uh(i,o)})}var qD=jc(Et),XD=jc(ch),JD=jc(gc);function ag(o){return Zc(o)?Cc(Ro(o)):Dv(o)}function ZD(o){return function(i){return o==null?n:qr(o,i)}}var QD=dp(),eL=dp(!0);function pd(){return[]}function gd(){return!1}function tL(){return{}}function nL(){return""}function oL(){return!0}function rL(o,i){if(o=Ve(o),o<1||o>ve)return[];var u=Je,m=cn(o,Je);i=ye(i),o-=Je;for(var C=Fc(m,i);++u<o;)i(u);return C}function iL(o){return Ne(o)?Et(o,Ro):Vn(o)?[o]:bn(Dp(Qe(o)))}function sL(o){var i=++CE;return Qe(o)+i}var aL=Cl(function(o,i){return o+i},0),lL=Gc("ceil"),uL=Cl(function(o,i){return o/i},1),cL=Gc("floor");function dL(o){return o&&o.length?cl(o,Dn,wc):n}function mL(o,i){return o&&o.length?cl(o,ye(i,2),wc):n}function fL(o){return fh(o,Dn)}function hL(o,i){return fh(o,ye(i,2))}function pL(o){return o&&o.length?cl(o,Dn,Pc):n}function gL(o,i){return o&&o.length?cl(o,ye(i,2),Pc):n}var CL=Cl(function(o,i){return o*i},1),_L=Gc("round"),yL=Cl(function(o,i){return o-i},0);function FL(o){return o&&o.length?yc(o,Dn):0}function TL(o,i){return o&&o.length?yc(o,ye(i,2)):0}return y.after=US,y.ary=kp,y.assign=xR,y.assignIn=Zp,y.assignInWith=xl,y.assignWith=wR,y.at=AR,y.before=Mp,y.bind=rd,y.bindAll=OD,y.bindKey=Wp,y.castArray=tR,y.chain=Pp,y.chunk=cb,y.compact=db,y.concat=mb,y.cond=kD,y.conforms=MD,y.constant=dd,y.countBy=FS,y.create=IR,y.curry=Hp,y.curryRight=$p,y.debounce=Up,y.defaults=NR,y.defaultsDeep=PR,y.defer=zS,y.delay=jS,y.difference=fb,y.differenceBy=hb,y.differenceWith=pb,y.drop=gb,y.dropRight=Cb,y.dropRightWhile=_b,y.dropWhile=yb,y.fill=Fb,y.filter=ES,y.flatMap=SS,y.flatMapDeep=RS,y.flatMapDepth=DS,y.flatten=wp,y.flattenDeep=Tb,y.flattenDepth=Eb,y.flip=GS,y.flow=HD,y.flowRight=$D,y.fromPairs=vb,y.functions=$R,y.functionsIn=UR,y.groupBy=LS,y.initial=Sb,y.intersection=Rb,y.intersectionBy=Db,y.intersectionWith=Lb,y.invert=jR,y.invertBy=GR,y.invokeMap=xS,y.iteratee=md,y.keyBy=wS,y.keys=Gt,y.keysIn=Rn,y.map=bl,y.mapKeys=KR,y.mapValues=qR,y.matches=UD,y.matchesProperty=zD,y.memoize=Rl,y.merge=XR,y.mergeWith=Qp,y.method=jD,y.methodOf=GD,y.mixin=fd,y.negate=Dl,y.nthArg=KD,y.omit=JR,y.omitBy=ZR,y.once=YS,y.orderBy=AS,y.over=qD,y.overArgs=KS,y.overEvery=XD,y.overSome=JD,y.partial=id,y.partialRight=zp,y.partition=IS,y.pick=QR,y.pickBy=eg,y.property=ag,y.propertyOf=ZD,y.pull=Ab,y.pullAll=Ip,y.pullAllBy=Ib,y.pullAllWith=Nb,y.pullAt=Pb,y.range=QD,y.rangeRight=eL,y.rearg=qS,y.reject=VS,y.remove=Vb,y.rest=XS,y.reverse=nd,y.sampleSize=kS,y.set=tD,y.setWith=nD,y.shuffle=MS,y.slice=Ob,y.sortBy=$S,y.sortedUniq=zb,y.sortedUniqBy=jb,y.split=SD,y.spread=JS,y.tail=Gb,y.take=Yb,y.takeRight=Kb,y.takeRightWhile=qb,y.takeWhile=Xb,y.tap=dS,y.throttle=ZS,y.thru=vl,y.toArray=qp,y.toPairs=tg,y.toPairsIn=ng,y.toPath=iL,y.toPlainObject=Jp,y.transform=oD,y.unary=QS,y.union=Jb,y.unionBy=Zb,y.unionWith=Qb,y.uniq=eS,y.uniqBy=tS,y.uniqWith=nS,y.unset=rD,y.unzip=od,y.unzipWith=Np,y.update=iD,y.updateWith=sD,y.values=Ai,y.valuesIn=aD,y.without=oS,y.words=ig,y.wrap=eR,y.xor=rS,y.xorBy=iS,y.xorWith=sS,y.zip=aS,y.zipObject=lS,y.zipObjectDeep=uS,y.zipWith=cS,y.entries=tg,y.entriesIn=ng,y.extend=Zp,y.extendWith=xl,fd(y,y),y.add=aL,y.attempt=sg,y.camelCase=dD,y.capitalize=og,y.ceil=lL,y.clamp=lD,y.clone=nR,y.cloneDeep=rR,y.cloneDeepWith=iR,y.cloneWith=oR,y.conformsTo=sR,y.deburr=rg,y.defaultTo=WD,y.divide=uL,y.endsWith=mD,y.eq=po,y.escape=fD,y.escapeRegExp=hD,y.every=TS,y.find=vS,y.findIndex=Bp,y.findKey=VR,y.findLast=bS,y.findLastIndex=xp,y.findLastKey=OR,y.floor=cL,y.forEach=Vp,y.forEachRight=Op,y.forIn=kR,y.forInRight=MR,y.forOwn=WR,y.forOwnRight=HR,y.get=ld,y.gt=aR,y.gte=lR,y.has=zR,y.hasIn=ud,y.head=Ap,y.identity=Dn,y.includes=BS,y.indexOf=bb,y.inRange=uD,y.invoke=YR,y.isArguments=Zr,y.isArray=Ne,y.isArrayBuffer=uR,y.isArrayLike=Sn,y.isArrayLikeObject=It,y.isBoolean=cR,y.isBuffer=Fr,y.isDate=dR,y.isElement=mR,y.isEmpty=fR,y.isEqual=hR,y.isEqualWith=pR,y.isError=sd,y.isFinite=gR,y.isFunction=Yo,y.isInteger=jp,y.isLength=Ll,y.isMap=Gp,y.isMatch=CR,y.isMatchWith=_R,y.isNaN=yR,y.isNative=FR,y.isNil=ER,y.isNull=TR,y.isNumber=Yp,y.isObject=St,y.isObjectLike=Dt,y.isPlainObject=$s,y.isRegExp=ad,y.isSafeInteger=vR,y.isSet=Kp,y.isString=Bl,y.isSymbol=Vn,y.isTypedArray=wi,y.isUndefined=bR,y.isWeakMap=SR,y.isWeakSet=RR,y.join=Bb,y.kebabCase=pD,y.last=Zn,y.lastIndexOf=xb,y.lowerCase=gD,y.lowerFirst=CD,y.lt=DR,y.lte=LR,y.max=dL,y.maxBy=mL,y.mean=fL,y.meanBy=hL,y.min=pL,y.minBy=gL,y.stubArray=pd,y.stubFalse=gd,y.stubObject=tL,y.stubString=nL,y.stubTrue=oL,y.multiply=CL,y.nth=wb,y.noConflict=YD,y.noop=hd,y.now=Sl,y.pad=_D,y.padEnd=yD,y.padStart=FD,y.parseInt=TD,y.random=cD,y.reduce=NS,y.reduceRight=PS,y.repeat=ED,y.replace=vD,y.result=eD,y.round=_L,y.runInContext=w,y.sample=OS,y.size=WS,y.snakeCase=bD,y.some=HS,y.sortedIndex=kb,y.sortedIndexBy=Mb,y.sortedIndexOf=Wb,y.sortedLastIndex=Hb,y.sortedLastIndexBy=$b,y.sortedLastIndexOf=Ub,y.startCase=RD,y.startsWith=DD,y.subtract=yL,y.sum=FL,y.sumBy=TL,y.template=LD,y.times=rL,y.toFinite=Ko,y.toInteger=Ve,y.toLength=Xp,y.toLower=BD,y.toNumber=Qn,y.toSafeInteger=BR,y.toString=Qe,y.toUpper=xD,y.trim=wD,y.trimEnd=AD,y.trimStart=ID,y.truncate=ND,y.unescape=PD,y.uniqueId=sL,y.upperCase=VD,y.upperFirst=cd,y.each=Vp,y.eachRight=Op,y.first=Ap,fd(y,function(){var o={};return bo(y,function(i,u){rt.call(y.prototype,u)||(o[u]=i)}),o}(),{chain:!1}),y.VERSION=r,Yn(["bind","bindKey","curry","curryRight","partial","partialRight"],function(o){y[o].placeholder=y}),Yn(["drop","take"],function(o,i){Ye.prototype[o]=function(u){u=u===n?1:Ht(Ve(u),0);var m=this.__filtered__&&!i?new Ye(this):this.clone();return m.__filtered__?m.__takeCount__=cn(u,m.__takeCount__):m.__views__.push({size:cn(u,Je),type:o+(m.__dir__<0?"Right":"")}),m},Ye.prototype[o+"Right"]=function(u){return this.reverse()[o](u).reverse()}}),Yn(["filter","map","takeWhile"],function(o,i){var u=i+1,m=u==vt||u==Le;Ye.prototype[o]=function(C){var F=this.clone();return F.__iteratees__.push({iteratee:ye(C,3),type:u}),F.__filtered__=F.__filtered__||m,F}}),Yn(["head","last"],function(o,i){var u="take"+(i?"Right":"");Ye.prototype[o]=function(){return this[u](1).value()[0]}}),Yn(["initial","tail"],function(o,i){var u="drop"+(i?"":"Right");Ye.prototype[o]=function(){return this.__filtered__?new Ye(this):this[u](1)}}),Ye.prototype.compact=function(){return this.filter(Dn)},Ye.prototype.find=function(o){return this.filter(o).head()},Ye.prototype.findLast=function(o){return this.reverse().find(o)},Ye.prototype.invokeMap=$e(function(o,i){return typeof o=="function"?new Ye(this):this.map(function(u){return Vs(u,o,i)})}),Ye.prototype.reject=function(o){return this.filter(Dl(ye(o)))},Ye.prototype.slice=function(o,i){o=Ve(o);var u=this;return u.__filtered__&&(o>0||i<0)?new Ye(u):(o<0?u=u.takeRight(-o):o&&(u=u.drop(o)),i!==n&&(i=Ve(i),u=i<0?u.dropRight(-i):u.take(i-o)),u)},Ye.prototype.takeRightWhile=function(o){return this.reverse().takeWhile(o).reverse()},Ye.prototype.toArray=function(){return this.take(Je)},bo(Ye.prototype,function(o,i){var u=/^(?:filter|find|map|reject)|While$/.test(i),m=/^(?:head|last)$/.test(i),C=y[m?"take"+(i=="last"?"Right":""):i],F=m||/^find/.test(i);C&&(y.prototype[i]=function(){var v=this.__wrapped__,L=m?[1]:arguments,A=v instanceof Ye,G=L[0],Y=A||Ne(v),J=function(ze){var Ke=C.apply(y,fr([ze],L));return m&&se?Ke[0]:Ke};Y&&u&&typeof G=="function"&&G.length!=1&&(A=Y=!1);var se=this.__chain__,he=!!this.__actions__.length,Fe=F&&!se,Me=A&&!he;if(!F&&Y){v=Me?v:new Ye(this);var Te=o.apply(v,L);return Te.__actions__.push({func:vl,args:[J],thisArg:n}),new qn(Te,se)}return Fe&&Me?o.apply(this,L):(Te=this.thru(J),Fe?m?Te.value()[0]:Te.value():Te)})}),Yn(["pop","push","shift","sort","splice","unshift"],function(o){var i=qa[o],u=/^(?:push|sort|unshift)$/.test(o)?"tap":"thru",m=/^(?:pop|shift)$/.test(o);y.prototype[o]=function(){var C=arguments;if(m&&!this.__chain__){var F=this.value();return i.apply(Ne(F)?F:[],C)}return this[u](function(v){return i.apply(Ne(v)?v:[],C)})}}),bo(Ye.prototype,function(o,i){var u=y[i];if(u){var m=u.name+"";rt.call(Ri,m)||(Ri[m]=[]),Ri[m].push({name:i,func:u})}}),Ri[gl(n,S).name]=[{name:"wrapper",func:n}],Ye.prototype.clone=PE,Ye.prototype.reverse=VE,Ye.prototype.value=OE,y.prototype.at=mS,y.prototype.chain=fS,y.prototype.commit=hS,y.prototype.next=pS,y.prototype.plant=CS,y.prototype.reverse=_S,y.prototype.toJSON=y.prototype.valueOf=y.prototype.value=yS,y.prototype.first=y.prototype.head,Bs&&(y.prototype[Bs]=gS),y},vi=hE();zr?((zr.exports=vi)._=vi,mc._=vi):Xt._=vi}).call(nr)})(Eu,Eu.exports);var qs=Eu.exports;const br={spacer:e=>e!==void 0,oneLineLink:e=>e!==void 0,image:e=>e!==void 0,heightContainer:e=>e!==void 0,button:e=>e!==void 0,spanText:e=>e!==void 0,unsubscribeLink:e=>e!=null,if:e=>e!==void 0},tW=lt({__name:"If",props:{deps:{},theme:{},element:{},path:{},selectedElementPath:{},context:{type:[String,Number,Boolean,Array,Object]}},emits:["onImageOriginalSizeAdjusted","onImageSizeAdjusted","onElementClicked"],setup(e,{emit:t}){const n=e,r=t,s=sn({ifResult:!1,isLoading:!0});return n.deps.boolExpressionEvaluator({boolExpression:n.element.Predicate,context:n.context}).then(a=>{s.ifResult=a,s.isLoading=!1}),(a,l)=>(re(!0),_e(tt,null,An(s.ifResult?n.element.True:n.element.False,(c,d)=>(re(),at(Na,{key:d,deps:n.deps,theme:n.theme,element:c,context:n.context,path:[...n.path,s.ifResult?"True":"False",d],selectedElementPath:n.selectedElementPath,onOnImageSizeAdjusted:l[0]||(l[0]=f=>r("onImageSizeAdjusted",f)),onOnImageOriginalSizeAdjusted:l[1]||(l[1]=f=>r("onImageOriginalSizeAdjusted",f)),onOnElementClicked:l[2]||(l[2]=f=>r("onElementClicked",f))},null,8,["deps","theme","element","context","path","selectedElementPath"]))),128))}}),Ts=e=>({paddingTop:nn({paddingExpression:e.paddings.Top,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})+"px",paddingRight:nn({paddingExpression:e.paddings.Right,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})+"px",paddingBottom:nn({paddingExpression:e.paddings.Bottom,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})+"px",paddingLeft:nn({paddingExpression:e.paddings.Left,themeComponentPaddings:e.themeComponentPaddings,themeBodyPaddings:e.themeBodyPaddings})+"px"}),nW=e=>({Match:t=>{if(e.Auto!==void 0)return t.whenAuto();if(e.Pixel!==void 0)return t.whenPixels(e.Pixel.Value);if(e.Percentage!==void 0)return t.whenPercentages(e.Percentage.Value);throw Error("")}}),oW=e=>nW(e.width).Match({whenAuto:()=>({width:"initial"}),whenPixels:t=>({width:t+"px"}),whenPercentages:t=>({width:t+"%"})}),rW=["align"],iW=lt({__name:"HeightContainer",props:{deps:{},theme:{},element:{},path:{},selectedElementPath:{},context:{type:[String,Number,Boolean,Array,Object]}},emits:["onImageOriginalSizeAdjusted","onImageSizeAdjusted","onElementClicked"],setup(e,{emit:t}){const n=e,r=t;return(s,a)=>(re(),_e("table",{class:"heightContainerRender",style:Se([{"border-spacing":"0","border-collapse":"separate"},[ie(oW)({width:n.element.Width})]])},[X("tbody",null,[X("tr",null,[X("td",{align:ie(QF)({containerAlign:n.element.ContainerAlign}),style:Se([ie(Ts)({paddings:n.element.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings}),{height:n.element.Height?n.element.Height+"px":"",verticalAlign:n.element.VerticalAlign,backgroundRepeat:"no-repeat",backgroundSize:"contain",backgroundColor:ie(lr)({color:n.element.BackgroundColor,themeColors:n.theme.Colors})??"inherit"},ie(hi)({border:n.element.Border,themeColors:n.theme.Colors}),ie(Nr)({borderRadius:n.element.BorderRadius,borderRadiusCard:n.theme.BorderRadiusCard,bodyBorderRadius:n.theme.BorderRadius,borderButtonRadius:n.theme.BorderRadiusButton,borderBannerRadius:n.theme.BorderRadiusBanner})])},[(re(!0),_e(tt,null,An(n.element.Elements,(l,c)=>(re(),at(Na,{key:c,deps:n.deps,theme:n.theme,element:l,path:[...n.path,"Elements",c],selectedElementPath:n.selectedElementPath,context:n.context,onOnImageSizeAdjusted:a[0]||(a[0]=d=>r("onImageSizeAdjusted",d)),onOnImageOriginalSizeAdjusted:a[1]||(a[1]=d=>r("onImageOriginalSizeAdjusted",d)),onOnElementClicked:a[2]||(a[2]=d=>r("onElementClicked",d))},null,8,["deps","theme","element","path","selectedElementPath","context"]))),128))],12,rW)])])],4))}}),sW=e=>lo(e),aW=e=>lo(e),lW=e=>lo(e),uW=e=>({Match:t=>{switch(e){case"Left":return t.whenLeft();case"Center":return t.whenCenter();case"Right":return t.whenRight();case"Inline":return t.whenInline()}}}),va=e=>uW(e.contentAlign).Match({whenLeft:()=>({display:"block",textAlign:"left"}),whenCenter:()=>({display:"block",textAlign:"center"}),whenRight:()=>({display:"block",textAlign:"right"}),whenInline:()=>({})});let Yd;const vu={mounted(e,t){const n=t.value;Yd=new ResizeObserver(r=>{r.forEach(s=>n(s.contentRect))}),Yd.observe(e)},unmounted(e){Yd.unobserve(e)}},cW=["href"],dW=["src","alt"],mW=["src","alt"],fW=lt({__name:"Image",props:{deps:{},theme:{},element:{},path:{},context:{type:[String,Number,Boolean,Array,Object]}},emits:["onImageOriginalSizeAdjusted","onImageSizeAdjusted"],setup(e,{emit:t}){const n=d=>{r("onImageOriginalSizeAdjusted",{Path:s.path,OriginalHeight:d.target.naturalHeight,OriginalWidth:d.target.naturalWidth})},r=t,s=e,a=sn({href:"",src:"",alt:"",isLoaded:!1}),l=async d=>s.deps.stringExpressionEvaluator({stringExpression:d,context:s.context}),c=async()=>{const[d,f,p]=await Promise.all([l(s.element.Src),l(s.element.HRef),l(s.element.Alt)]);a.href=f,a.src=d,a.alt=p,a.isLoaded=!0};return on(()=>[s.element.Src,s.element.HRef,s.element.Alt,s.context],()=>c()),c(),(d,f)=>s.element.IsLink?(re(),_e("a",{key:0,href:a.href,style:Se([ie(va)({contentAlign:s.element.ContentAlign})]),onClick:f[0]||(f[0]=ds(()=>{},["prevent"]))},[a.isLoaded?ir((re(),_e("img",{key:0,class:"Image cursor-pointer",src:a.src,alt:a.alt,style:Se([ie(Nr)({borderRadius:s.element.BorderRadius,borderRadiusCard:s.theme.BorderRadiusCard,bodyBorderRadius:s.theme.BorderRadius,borderButtonRadius:s.theme.BorderRadiusButton,borderBannerRadius:s.theme.BorderRadiusBanner}),ie(hi)({border:s.element.Border,themeColors:s.theme.Colors}),{maxWidth:"100%",width:(s.element.IsRetina?s.element.OriginalWidth/2:s.element.OriginalWidth)+"px"},{verticalAlign:s.element.VerticalAlign}]),onLoad:n},null,44,dW)),[[ie(vu),({width:p,height:_})=>r("onImageSizeAdjusted",{Path:s.path,AdjustedHeight:_,AdjustedWidth:p})]]):Qt("",!0)],12,cW)):(re(),_e("span",{key:1,style:Se([ie(va)({contentAlign:s.element.ContentAlign})])},[a.isLoaded?ir((re(),_e("img",{key:0,class:"Image cursor-pointer",src:a.src,alt:a.alt,style:Se([ie(Nr)({borderRadius:s.element.BorderRadius,borderRadiusCard:s.theme.BorderRadiusCard,bodyBorderRadius:s.theme.BorderRadius,borderButtonRadius:s.theme.BorderRadiusButton,borderBannerRadius:s.theme.BorderRadiusBanner}),ie(hi)({border:s.element.Border,themeColors:s.theme.Colors}),{maxWidth:"100%",width:(s.element.IsRetina?s.element.OriginalWidth/2:s.element.OriginalWidth)+"px"},{verticalAlign:s.element.VerticalAlign}]),onLoad:n},null,44,mW)),[[ie(vu),({width:p,height:_})=>r("onImageSizeAdjusted",{Path:s.path,AdjustedHeight:_,AdjustedWidth:p})]]):Qt("",!0)],4))}}),hW=e=>({Match:t=>{if(e.Auto!==void 0)return t.whenAuto();if(e.Pixel!==void 0)return t.whenPixels(e.Pixel.Value);if(e.Percentage!==void 0)return t.whenPercentages(e.Percentage.Value);throw Error("")}}),pW=e=>e.width===void 0?{}:hW(e.width).Match({whenAuto:()=>({width:"auto"}),whenPixels:t=>({width:t+"px"}),whenPercentages:t=>({width:t+"%"})}),gW=e=>({Match:t=>{switch(e){case"Auto":return t.whenAuto();case"FullWidth":return t.whenFullWidth()}}}),CW=e=>gW(e).Match({whenAuto:()=>({width:"auto"}),whenFullWidth:()=>({width:"100%"})}),_W=lt({__name:"OneLineList",props:{deps:{},theme:{},element:{},path:{},selectedElementPath:{},context:{type:[String,Number,Boolean,Array,Object]}},emits:["onImageSizeAdjusted","onImageOriginalSizeAdjusted","onElementClicked"],setup(e,{emit:t}){const n=e,r=t;return(s,a)=>(re(),_e("table",{class:"oneLineList",style:Se([{"border-spacing":"0","border-collapse":"collapse"},[ie(CW)(n.element.ContainerWidth)]])},[X("tbody",null,[X("tr",null,[(re(!0),_e(tt,null,An(n.element.Elements,(l,c)=>(re(),_e("td",{key:c,class:"oneLineListItem",style:Se([ie(Ts)({paddings:n.element.ItemPaddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings}),ie(pW)({width:n.element.ItemWidth}),{lineHeight:"normal"}])},[(re(),at(Na,{key:c,deps:n.deps,theme:n.theme,element:l,path:[...n.path,"Elements",c],selectedElementPath:n.selectedElementPath,context:n.context,onOnImageSizeAdjusted:a[0]||(a[0]=d=>r("onImageSizeAdjusted",d)),onOnImageOriginalSizeAdjusted:a[1]||(a[1]=d=>r("onImageOriginalSizeAdjusted",d)),onOnElementClicked:a[2]||(a[2]=d=>r("onElementClicked",d))},null,8,["deps","theme","element","path","selectedElementPath","context"]))],4))),128))])])],4))}}),yW={class:"Spacer",width:"100%",style:{"border-spacing":"0","border-collapse":"collapse",width:"100%"}},FW={style:{"border-spacing":"0","border-collapse":"collapse",width:"100%"}},TW=lt({__name:"Spacer",props:{theme:{},element:{}},setup(e){const t=e;return(n,r)=>(re(),_e("table",yW,[X("tbody",null,[X("tr",null,[X("td",{valign:"middle",style:Se([{height:ie(nn)({paddingExpression:t.element.Height,themeComponentPaddings:t.theme.ComponentPaddings,themeBodyPaddings:t.theme.BodyPaddings})+"px"}])},[X("table",FW,[X("tbody",null,[X("tr",null,[X("td",{style:Se([{"font-size":"0","line-height":"0","border-bottom":"0","border-left":"0","border-right":"0"},[{borderTop:t.element.Weight+"px",borderStyle:t.element.Weight>0?"solid":"none",borderColor:ie(lr)({color:t.element.Color,themeColors:t.theme.Colors})}]])}," ",4)])])])],4)])])]))}});/*! @license DOMPurify 3.1.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.0/LICENSE */const{entries:eT,setPrototypeOf:N0,isFrozen:EW,getPrototypeOf:vW,getOwnPropertyDescriptor:bW}=Object;let{freeze:vn,seal:ao,create:tT}=Object,{apply:Vm,construct:Om}=typeof Reflect<"u"&&Reflect;vn||(vn=function(t){return t});ao||(ao=function(t){return t});Vm||(Vm=function(t,n,r){return t.apply(n,r)});Om||(Om=function(t,n){return new t(...n)});const Yl=zn(Array.prototype.forEach),P0=zn(Array.prototype.pop),Xs=zn(Array.prototype.push),iu=zn(String.prototype.toLowerCase),Kd=zn(String.prototype.toString),V0=zn(String.prototype.match),Js=zn(String.prototype.replace),SW=zn(String.prototype.indexOf),RW=zn(String.prototype.trim),Co=zn(Object.prototype.hasOwnProperty),Bn=zn(RegExp.prototype.test),Zs=DW(TypeError);function zn(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),s=1;s<n;s++)r[s-1]=arguments[s];return Vm(e,t,r)}}function DW(e){return function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return Om(e,n)}}function je(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:iu;N0&&N0(e,null);let r=t.length;for(;r--;){let s=t[r];if(typeof s=="string"){const a=n(s);a!==s&&(EW(t)||(t[r]=a),s=a)}e[s]=!0}return e}function LW(e){for(let t=0;t<e.length;t++)Co(e,t)||(e[t]=null);return e}function ri(e){const t=tT(null);for(const[n,r]of eT(e))Co(e,n)&&(Array.isArray(r)?t[n]=LW(r):r&&typeof r=="object"&&r.constructor===Object?t[n]=ri(r):t[n]=r);return t}function Kl(e,t){for(;e!==null;){const r=bW(e,t);if(r){if(r.get)return zn(r.get);if(typeof r.value=="function")return zn(r.value)}e=vW(e)}function n(){return null}return n}const O0=vn(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),qd=vn(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),Xd=vn(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),BW=vn(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),Jd=vn(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),xW=vn(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),k0=vn(["#text"]),M0=vn(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),Zd=vn(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),W0=vn(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),ql=vn(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),wW=ao(/\{\{[\w\W]*|[\w\W]*\}\}/gm),AW=ao(/<%[\w\W]*|[\w\W]*%>/gm),IW=ao(/\${[\w\W]*}/gm),NW=ao(/^data-[\-\w.\u00B7-\uFFFF]/),PW=ao(/^aria-[\-\w]+$/),nT=ao(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),VW=ao(/^(?:\w+script|data):/i),OW=ao(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),oT=ao(/^html$/i),kW=ao(/^[a-z][.\w]*(-[.\w]+)+$/i);var H0=Object.freeze({__proto__:null,MUSTACHE_EXPR:wW,ERB_EXPR:AW,TMPLIT_EXPR:IW,DATA_ATTR:NW,ARIA_ATTR:PW,IS_ALLOWED_URI:nT,IS_SCRIPT_OR_DATA:VW,ATTR_WHITESPACE:OW,DOCTYPE_NAME:oT,CUSTOM_ELEMENT:kW});const MW=function(){return typeof window>"u"?null:window},WW=function(t,n){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let r=null;const s="data-tt-policy-suffix";n&&n.hasAttribute(s)&&(r=n.getAttribute(s));const a="dompurify"+(r?"#"+r:"");try{return t.createPolicy(a,{createHTML(l){return l},createScriptURL(l){return l}})}catch{return console.warn("TrustedTypes policy "+a+" could not be created."),null}};function rT(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:MW();const t=pe=>rT(pe);if(t.version="3.1.0",t.removed=[],!e||!e.document||e.document.nodeType!==9)return t.isSupported=!1,t;let{document:n}=e;const r=n,s=r.currentScript,{DocumentFragment:a,HTMLTemplateElement:l,Node:c,Element:d,NodeFilter:f,NamedNodeMap:p=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:_,DOMParser:E,trustedTypes:b}=e,N=d.prototype,D=Kl(N,"cloneNode"),k=Kl(N,"nextSibling"),S=Kl(N,"childNodes"),V=Kl(N,"parentNode");if(typeof l=="function"){const pe=n.createElement("template");pe.content&&pe.content.ownerDocument&&(n=pe.content.ownerDocument)}let M,R="";const{implementation:H,createNodeIterator:z,createDocumentFragment:$,getElementsByTagName:le}=n,{importNode:ce}=r;let me={};t.isSupported=typeof eT=="function"&&typeof V=="function"&&H&&H.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:Ae,ERB_EXPR:Oe,TMPLIT_EXPR:We,DATA_ATTR:vt,ARIA_ATTR:Vt,IS_SCRIPT_OR_DATA:Le,ATTR_WHITESPACE:ge,CUSTOM_ELEMENT:ve}=H0;let{IS_ALLOWED_URI:qe}=H0,ke=null;const Je=je({},[...O0,...qd,...Xd,...Jd,...k0]);let Ie=null;const zt=je({},[...M0,...Zd,...W0,...ql]);let He=Object.seal(tT(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),it=null,pt=null,Ot=!0,ot=!0,bt=!1,Rt=!0,ut=!1,kt=!0,g=!1,h=!1,T=!1,I=!1,P=!1,U=!1,ee=!0,q=!1;const Z="user-content-";let K=!0,ne=!1,B={},O=null;const oe=je({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let ue=null;const be=je({},["audio","video","img","source","image","track"]);let Pe=null;const ct=je({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),dt="http://www.w3.org/1998/Math/MathML",Bt="http://www.w3.org/2000/svg",mt="http://www.w3.org/1999/xhtml";let an=mt,Eo=!1,xt=null;const ln=je({},[dt,Bt,mt],Kd);let vo=null;const tc=["application/xhtml+xml","text/html"],nc="text/html";let wt=null,Mo=null;const oc=n.createElement("form"),Pa=function(x){return x instanceof RegExp||x instanceof Function},Es=function(){let x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(Mo&&Mo===x)){if((!x||typeof x!="object")&&(x={}),x=ri(x),vo=tc.indexOf(x.PARSER_MEDIA_TYPE)===-1?nc:x.PARSER_MEDIA_TYPE,wt=vo==="application/xhtml+xml"?Kd:iu,ke=Co(x,"ALLOWED_TAGS")?je({},x.ALLOWED_TAGS,wt):Je,Ie=Co(x,"ALLOWED_ATTR")?je({},x.ALLOWED_ATTR,wt):zt,xt=Co(x,"ALLOWED_NAMESPACES")?je({},x.ALLOWED_NAMESPACES,Kd):ln,Pe=Co(x,"ADD_URI_SAFE_ATTR")?je(ri(ct),x.ADD_URI_SAFE_ATTR,wt):ct,ue=Co(x,"ADD_DATA_URI_TAGS")?je(ri(be),x.ADD_DATA_URI_TAGS,wt):be,O=Co(x,"FORBID_CONTENTS")?je({},x.FORBID_CONTENTS,wt):oe,it=Co(x,"FORBID_TAGS")?je({},x.FORBID_TAGS,wt):{},pt=Co(x,"FORBID_ATTR")?je({},x.FORBID_ATTR,wt):{},B=Co(x,"USE_PROFILES")?x.USE_PROFILES:!1,Ot=x.ALLOW_ARIA_ATTR!==!1,ot=x.ALLOW_DATA_ATTR!==!1,bt=x.ALLOW_UNKNOWN_PROTOCOLS||!1,Rt=x.ALLOW_SELF_CLOSE_IN_ATTR!==!1,ut=x.SAFE_FOR_TEMPLATES||!1,kt=x.SAFE_FOR_XML!==!1,g=x.WHOLE_DOCUMENT||!1,I=x.RETURN_DOM||!1,P=x.RETURN_DOM_FRAGMENT||!1,U=x.RETURN_TRUSTED_TYPE||!1,T=x.FORCE_BODY||!1,ee=x.SANITIZE_DOM!==!1,q=x.SANITIZE_NAMED_PROPS||!1,K=x.KEEP_CONTENT!==!1,ne=x.IN_PLACE||!1,qe=x.ALLOWED_URI_REGEXP||nT,an=x.NAMESPACE||mt,He=x.CUSTOM_ELEMENT_HANDLING||{},x.CUSTOM_ELEMENT_HANDLING&&Pa(x.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(He.tagNameCheck=x.CUSTOM_ELEMENT_HANDLING.tagNameCheck),x.CUSTOM_ELEMENT_HANDLING&&Pa(x.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(He.attributeNameCheck=x.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),x.CUSTOM_ELEMENT_HANDLING&&typeof x.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(He.allowCustomizedBuiltInElements=x.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),ut&&(ot=!1),P&&(I=!0),B&&(ke=je({},k0),Ie=[],B.html===!0&&(je(ke,O0),je(Ie,M0)),B.svg===!0&&(je(ke,qd),je(Ie,Zd),je(Ie,ql)),B.svgFilters===!0&&(je(ke,Xd),je(Ie,Zd),je(Ie,ql)),B.mathMl===!0&&(je(ke,Jd),je(Ie,W0),je(Ie,ql))),x.ADD_TAGS&&(ke===Je&&(ke=ri(ke)),je(ke,x.ADD_TAGS,wt)),x.ADD_ATTR&&(Ie===zt&&(Ie=ri(Ie)),je(Ie,x.ADD_ATTR,wt)),x.ADD_URI_SAFE_ATTR&&je(Pe,x.ADD_URI_SAFE_ATTR,wt),x.FORBID_CONTENTS&&(O===oe&&(O=ri(O)),je(O,x.FORBID_CONTENTS,wt)),K&&(ke["#text"]=!0),g&&je(ke,["html","head","body"]),ke.table&&(je(ke,["tbody"]),delete it.tbody),x.TRUSTED_TYPES_POLICY){if(typeof x.TRUSTED_TYPES_POLICY.createHTML!="function")throw Zs('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof x.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Zs('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');M=x.TRUSTED_TYPES_POLICY,R=M.createHTML("")}else M===void 0&&(M=WW(b,s)),M!==null&&typeof R=="string"&&(R=M.createHTML(""));vn&&vn(x),Mo=x}},Va=je({},["mi","mo","mn","ms","mtext"]),vs=je({},["foreignobject","desc","title","annotation-xml"]),rc=je({},["title","style","font","a","script"]),Oa=je({},[...qd,...Xd,...BW]),ka=je({},[...Jd,...xW]),bs=function(x){let te=V(x);(!te||!te.tagName)&&(te={namespaceURI:an,tagName:"template"});const fe=iu(x.tagName),st=iu(te.tagName);return xt[x.namespaceURI]?x.namespaceURI===Bt?te.namespaceURI===mt?fe==="svg":te.namespaceURI===dt?fe==="svg"&&(st==="annotation-xml"||Va[st]):!!Oa[fe]:x.namespaceURI===dt?te.namespaceURI===mt?fe==="math":te.namespaceURI===Bt?fe==="math"&&vs[st]:!!ka[fe]:x.namespaceURI===mt?te.namespaceURI===Bt&&!vs[st]||te.namespaceURI===dt&&!Va[st]?!1:!ka[fe]&&(rc[fe]||!Oa[fe]):!!(vo==="application/xhtml+xml"&&xt[x.namespaceURI]):!1},co=function(x){Xs(t.removed,{element:x});try{x.parentNode.removeChild(x)}catch{x.remove()}},$r=function(x,te){try{Xs(t.removed,{attribute:te.getAttributeNode(x),from:te})}catch{Xs(t.removed,{attribute:null,from:te})}if(te.removeAttribute(x),x==="is"&&!Ie[x])if(I||P)try{co(te)}catch{}else try{te.setAttribute(x,"")}catch{}},Ma=function(x){let te=null,fe=null;if(T)x="<remove></remove>"+x;else{const jt=V0(x,/^[\r\n\t ]+/);fe=jt&&jt[0]}vo==="application/xhtml+xml"&&an===mt&&(x='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+x+"</body></html>");const st=M?M.createHTML(x):x;if(an===mt)try{te=new E().parseFromString(st,vo)}catch{}if(!te||!te.documentElement){te=H.createDocument(an,"template",null);try{te.documentElement.innerHTML=Eo?R:st}catch{}}const At=te.body||te.documentElement;return x&&fe&&At.insertBefore(n.createTextNode(fe),At.childNodes[0]||null),an===mt?le.call(te,g?"html":"body")[0]:g?te.documentElement:At},Wa=function(x){return z.call(x.ownerDocument||x,x,f.SHOW_ELEMENT|f.SHOW_COMMENT|f.SHOW_TEXT|f.SHOW_PROCESSING_INSTRUCTION|f.SHOW_CDATA_SECTION,null)},ic=function(x){return x instanceof _&&(typeof x.nodeName!="string"||typeof x.textContent!="string"||typeof x.removeChild!="function"||!(x.attributes instanceof p)||typeof x.removeAttribute!="function"||typeof x.setAttribute!="function"||typeof x.namespaceURI!="string"||typeof x.insertBefore!="function"||typeof x.hasChildNodes!="function")},Ha=function(x){return typeof c=="function"&&x instanceof c},mo=function(x,te,fe){me[x]&&Yl(me[x],st=>{st.call(t,te,fe,Mo)})},$a=function(x){let te=null;if(mo("beforeSanitizeElements",x,null),ic(x))return co(x),!0;const fe=wt(x.nodeName);if(mo("uponSanitizeElement",x,{tagName:fe,allowedTags:ke}),x.hasChildNodes()&&!Ha(x.firstElementChild)&&Bn(/<[/\w]/g,x.innerHTML)&&Bn(/<[/\w]/g,x.textContent)||x.nodeType===7||kt&&x.nodeType===8&&Bn(/<[/\w]/g,x.data))return co(x),!0;if(!ke[fe]||it[fe]){if(!it[fe]&&za(fe)&&(He.tagNameCheck instanceof RegExp&&Bn(He.tagNameCheck,fe)||He.tagNameCheck instanceof Function&&He.tagNameCheck(fe)))return!1;if(K&&!O[fe]){const st=V(x)||x.parentNode,At=S(x)||x.childNodes;if(At&&st){const jt=At.length;for(let Mt=jt-1;Mt>=0;--Mt)st.insertBefore(D(At[Mt],!0),k(x))}}return co(x),!0}return x instanceof d&&!bs(x)||(fe==="noscript"||fe==="noembed"||fe==="noframes")&&Bn(/<\/no(script|embed|frames)/i,x.innerHTML)?(co(x),!0):(ut&&x.nodeType===3&&(te=x.textContent,Yl([Ae,Oe,We],st=>{te=Js(te,st," ")}),x.textContent!==te&&(Xs(t.removed,{element:x.cloneNode()}),x.textContent=te)),mo("afterSanitizeElements",x,null),!1)},Ua=function(x,te,fe){if(ee&&(te==="id"||te==="name")&&(fe in n||fe in oc))return!1;if(!(ot&&!pt[te]&&Bn(vt,te))){if(!(Ot&&Bn(Vt,te))){if(!Ie[te]||pt[te]){if(!(za(x)&&(He.tagNameCheck instanceof RegExp&&Bn(He.tagNameCheck,x)||He.tagNameCheck instanceof Function&&He.tagNameCheck(x))&&(He.attributeNameCheck instanceof RegExp&&Bn(He.attributeNameCheck,te)||He.attributeNameCheck instanceof Function&&He.attributeNameCheck(te))||te==="is"&&He.allowCustomizedBuiltInElements&&(He.tagNameCheck instanceof RegExp&&Bn(He.tagNameCheck,fe)||He.tagNameCheck instanceof Function&&He.tagNameCheck(fe))))return!1}else if(!Pe[te]){if(!Bn(qe,Js(fe,ge,""))){if(!((te==="src"||te==="xlink:href"||te==="href")&&x!=="script"&&SW(fe,"data:")===0&&ue[x])){if(!(bt&&!Bn(Le,Js(fe,ge,"")))){if(fe)return!1}}}}}}return!0},za=function(x){return x!=="annotation-xml"&&V0(x,ve)},Ss=function(x){mo("beforeSanitizeAttributes",x,null);const{attributes:te}=x;if(!te)return;const fe={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Ie};let st=te.length;for(;st--;){const At=te[st],{name:jt,namespaceURI:Mt,value:Wo}=At,Ur=wt(jt);let un=jt==="value"?Wo:RW(Wo);if(fe.attrName=Ur,fe.attrValue=un,fe.keepAttr=!0,fe.forceKeepAttr=void 0,mo("uponSanitizeAttribute",x,fe),un=fe.attrValue,fe.forceKeepAttr||($r(jt,x),!fe.keepAttr))continue;if(!Rt&&Bn(/\/>/i,un)){$r(jt,x);continue}ut&&Yl([Ae,Oe,We],Ds=>{un=Js(un,Ds," ")});const Rs=wt(x.nodeName);if(Ua(Rs,Ur,un)){if(q&&(Ur==="id"||Ur==="name")&&($r(jt,x),un=Z+un),M&&typeof b=="object"&&typeof b.getAttributeType=="function"&&!Mt)switch(b.getAttributeType(Rs,Ur)){case"TrustedHTML":{un=M.createHTML(un);break}case"TrustedScriptURL":{un=M.createScriptURL(un);break}}try{Mt?x.setAttributeNS(Mt,jt,un):x.setAttribute(jt,un),P0(t.removed)}catch{}}}mo("afterSanitizeAttributes",x,null)},sc=function pe(x){let te=null;const fe=Wa(x);for(mo("beforeSanitizeShadowDOM",x,null);te=fe.nextNode();)mo("uponSanitizeShadowNode",te,null),!$a(te)&&(te.content instanceof a&&pe(te.content),Ss(te));mo("afterSanitizeShadowDOM",x,null)};return t.sanitize=function(pe){let x=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},te=null,fe=null,st=null,At=null;if(Eo=!pe,Eo&&(pe="<!-->"),typeof pe!="string"&&!Ha(pe))if(typeof pe.toString=="function"){if(pe=pe.toString(),typeof pe!="string")throw Zs("dirty is not a string, aborting")}else throw Zs("toString is not a function");if(!t.isSupported)return pe;if(h||Es(x),t.removed=[],typeof pe=="string"&&(ne=!1),ne){if(pe.nodeName){const Wo=wt(pe.nodeName);if(!ke[Wo]||it[Wo])throw Zs("root node is forbidden and cannot be sanitized in-place")}}else if(pe instanceof c)te=Ma("<!---->"),fe=te.ownerDocument.importNode(pe,!0),fe.nodeType===1&&fe.nodeName==="BODY"||fe.nodeName==="HTML"?te=fe:te.appendChild(fe);else{if(!I&&!ut&&!g&&pe.indexOf("<")===-1)return M&&U?M.createHTML(pe):pe;if(te=Ma(pe),!te)return I?null:U?R:""}te&&T&&co(te.firstChild);const jt=Wa(ne?pe:te);for(;st=jt.nextNode();)$a(st)||(st.content instanceof a&&sc(st.content),Ss(st));if(ne)return pe;if(I){if(P)for(At=$.call(te.ownerDocument);te.firstChild;)At.appendChild(te.firstChild);else At=te;return(Ie.shadowroot||Ie.shadowrootmode)&&(At=ce.call(r,At,!0)),At}let Mt=g?te.outerHTML:te.innerHTML;return g&&ke["!doctype"]&&te.ownerDocument&&te.ownerDocument.doctype&&te.ownerDocument.doctype.name&&Bn(oT,te.ownerDocument.doctype.name)&&(Mt="<!DOCTYPE "+te.ownerDocument.doctype.name+`>
|
|
82
|
+
`+Mt),ut&&Yl([Ae,Oe,We],Wo=>{Mt=Js(Mt,Wo," ")}),M&&U?M.createHTML(Mt):Mt},t.setConfig=function(){let pe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};Es(pe),h=!0},t.clearConfig=function(){Mo=null,h=!1},t.isValidAttribute=function(pe,x,te){Mo||Es({});const fe=wt(pe),st=wt(x);return Ua(fe,st,te)},t.addHook=function(pe,x){typeof x=="function"&&(me[pe]=me[pe]||[],Xs(me[pe],x))},t.removeHook=function(pe){if(me[pe])return P0(me[pe])},t.removeHooks=function(pe){me[pe]&&(me[pe]=[])},t.removeAllHooks=function(){me={}},t}var $0=rT();const km={beforeMount(e,t){e.innerHTML=$0.sanitize(t.value)},beforeUpdate(e,t){e.innerHTML=$0.sanitize(t.value)}},HW=e=>({Match:t=>{switch(e.Discriminator){case"EmailBackgroundColor":return t.whenEmailBackgroundColor();case"BodyColor":return t.whenBodyColor();case"TitleColor":return t.whenTitleColor();case"HeadingColor":return t.whenHeadingColor();case"SubHeadingColor":return t.whenSubHeading();case"LargeTextColor":return t.whenLargeTextColor();case"NormalTextColor":return t.whenNormalTextColor();case"DescriptionTextColor":return t.whenDescriptionTextColor();case"PrimaryTextColor":return t.whenPrimaryTextColor();case"SecondaryTextColor":return t.whenSecondaryTextColor();case"ButtonTextColor":return t.whenButtonTextColor();case"LinkColor":return t.whenLinkColor();case"PrimaryColor":return t.whenPrimaryColor();case"SecondaryColor":return t.whenSecondaryColor();case"CardBackgroundColor":return t.whenCardBackgroundColor();case"Custom":return t.whenCustom(e.CustomValue)}}}),$W=e=>HW(e.fontColor).Match({whenEmailBackgroundColor:()=>e.themeColors.EmailBackgroundColor,whenBodyColor:()=>e.themeColors.BodyColor,whenTitleColor:()=>e.themeColors.TitleColor,whenHeadingColor:()=>e.themeColors.HeadingColor,whenSubHeading:()=>e.themeColors.SubHeadingColor,whenLargeTextColor:()=>e.themeColors.LargeTextColor,whenNormalTextColor:()=>e.themeColors.NormalTextColor,whenDescriptionTextColor:()=>e.themeColors.DescriptionTextColor,whenPrimaryTextColor:()=>e.themeColors.PrimaryTextColor,whenSecondaryTextColor:()=>e.themeColors.SecondaryTextColor,whenLinkColor:()=>e.themeColors.LinkColor,whenPrimaryColor:()=>e.themeColors.PrimaryColor,whenSecondaryColor:()=>e.themeColors.SecondaryColor,whenCardBackgroundColor:()=>e.themeColors.CardBackgroundColor,whenButtonTextColor:()=>e.themeColors.ButtonTextColor,whenCustom:t=>t}),UW=e=>({Match:t=>{switch(e){case"None":return t.whenNone();case"Underline":return t.whenUnderline();case"LineThrough":return t.whenLineThrough()}}}),iT=e=>UW(e.textDecoration).Match({whenNone:()=>"none",whenUnderline:()=>"underline",whenLineThrough:()=>"line-through"}),zW=e=>({fontSize:e.customFontSettings.FontSize,lineHeight:e.customFontSettings.LineHeight,fontWeight:e.customFontSettings.IsBold?"bold":"normal",fontStyle:e.customFontSettings.IsItalic?"italic":"normal",textDecoration:iT({textDecoration:e.customFontSettings.Decoration}),fontFamily:e.customFontSettings.FontFamily,color:$W({fontColor:e.customFontSettings.FontColor,themeColors:e.themeColors})}),sT=e=>({Match:t=>{switch(e.Discriminator){case"Heading":return t.whenHeading();case"Title":return t.whenTitle();case"SubHeading":return t.whenSubHeading();case"LargeText":return t.whenLargeText();case"NormalText":return t.whenNormalText();case"DescriptionText":return t.whenDescriptionText();case"Link":return t.whenLink();case"Button":return t.whenButton();case"Custom":return t.whenCustom(e.CustomFontSettings);default:return Cs(e.Discriminator)}}}),jW=e=>({Match:t=>{switch(e.Discriminator){case"StyleLinkedColor":return t.whenFontStyle();case"EmailBackgroundColor":return t.whenEmailBackgroundColor();case"BodyColor":return t.whenBodyColor();case"TitleColor":return t.whenTitleColor();case"HeadingColor":return t.whenHeadingColor();case"SubHeadingColor":return t.whenSubHeading();case"LargeTextColor":return t.whenLargeTextColor();case"NormalTextColor":return t.whenNormalTextColor();case"DescriptionTextColor":return t.whenDescriptionTextColor();case"PrimaryTextColor":return t.whenPrimaryTextColor();case"SecondaryTextColor":return t.whenSecondaryTextColor();case"ButtonTextColor":return t.whenButtonTextColor();case"LinkColor":return t.whenLinkColor();case"PrimaryColor":return t.whenPrimaryColor();case"SecondaryColor":return t.whenSecondaryColor();case"CardBackgroundColor":return t.whenCardBackgroundColor();case"Custom":return t.whenCustom(e.CustomValue)}}}),GW=e=>jW(e.fontStyleColor).Match({whenFontStyle:()=>sT(e.fontStyle).Match({whenHeading:()=>e.themeColors.HeadingColor,whenTitle:()=>e.themeColors.TitleColor,whenSubHeading:()=>e.themeColors.SubHeadingColor,whenLargeText:()=>e.themeColors.LargeTextColor,whenNormalText:()=>e.themeColors.NormalTextColor,whenDescriptionText:()=>e.themeColors.DescriptionTextColor,whenButton:()=>e.themeColors.ButtonTextColor,whenLink:()=>e.themeColors.LinkColor,whenCustom:t=>lr({color:t.FontColor,themeColors:e.themeColors})}),whenEmailBackgroundColor:()=>e.themeColors.EmailBackgroundColor,whenBodyColor:()=>e.themeColors.BodyColor,whenTitleColor:()=>e.themeColors.TitleColor,whenHeadingColor:()=>e.themeColors.HeadingColor,whenSubHeading:()=>e.themeColors.SubHeadingColor,whenLargeTextColor:()=>e.themeColors.LargeTextColor,whenNormalTextColor:()=>e.themeColors.NormalTextColor,whenDescriptionTextColor:()=>e.themeColors.DescriptionTextColor,whenPrimaryTextColor:()=>e.themeColors.PrimaryTextColor,whenSecondaryTextColor:()=>e.themeColors.SecondaryTextColor,whenLinkColor:()=>e.themeColors.LinkColor,whenPrimaryColor:()=>e.themeColors.PrimaryColor,whenSecondaryColor:()=>e.themeColors.SecondaryColor,whenCardBackgroundColor:()=>e.themeColors.CardBackgroundColor,whenButtonTextColor:()=>e.themeColors.ButtonTextColor,whenCustom:t=>t}),YW={Arial:"Arial",Georgia:"Georgia",Tahoma:"Tahoma",TimesNewRoman:"Times New Roman",Verdana:"Verdana"},Of=e=>({fontSize:e.fontSize+"px",lineHeight:e.lineHeight+"px",fontWeight:e.fontWeight,fontStyle:e.fontStyle,fontFamily:YW[e.fontFamily],textDecoration:e.textDecoration,color:e.color}),kf=e=>{const t=n=>({fontSize:n.FontSize,lineHeight:n.LineHeight,fontWeight:n.IsBold?"bold":"normal",fontStyle:n.IsItalic?"italic":"normal",fontFamily:e.fontFamily,textDecoration:iT({textDecoration:n.Decoration}),color:GW({fontStyleColor:e.fontStyle.FontColor,fontStyle:e.fontStyle,themeColors:e.themeColors})});return sT(e.fontStyle).Match({whenHeading:()=>t(e.themeFontSettings.Heading),whenTitle:()=>t(e.themeFontSettings.Title),whenSubHeading:()=>t(e.themeFontSettings.SubHeading),whenLargeText:()=>t(e.themeFontSettings.LargeText),whenNormalText:()=>t(e.themeFontSettings.NormalText),whenDescriptionText:()=>t(e.themeFontSettings.DescriptionText),whenLink:()=>t(e.themeFontSettings.Link),whenButton:()=>t(e.themeFontSettings.Button),whenCustom:n=>zW({customFontSettings:n,themeColors:e.themeColors})})},KW=e=>({Match:t=>{switch(e.Discriminator){case"Theme":return t.whenTheme();case"Custom":return t.whenCustom(e.CustomValue);default:return Cs(e.Discriminator)}}}),qW=e=>KW(e.buttonPaddings).Match({whenTheme:()=>({TopBottom:e.themeButtonPaddings.TopBottom,LeftRight:e.themeButtonPaddings.LeftRight}),whenCustom:t=>({TopBottom:t.TopBottom,LeftRight:t.LeftRight})}),XW={style:{"border-spacing":"0","border-collapse":"collapse",width:"100%"}},JW=["align"],ZW={class:"Button"},QW=["href"],e2=lt({__name:"ButtonVue",props:{deps:{},theme:{},element:{},context:{type:[String,Number,Boolean,Array,Object]}},setup(e){const t=e,n=we(()=>Of(kf({fontFamily:t.theme.FontFamily,fontStyle:t.element.TextStyle,themeFontSettings:t.theme.FontSettingsPresets,themeColors:t.theme.Colors}))),r=we(()=>ru({borderColor:t.element.Border.Left.Color,themeColors:t.theme.Colors})),s=we(()=>qW({buttonPaddings:t.element.Paddings,themeButtonPaddings:t.theme.ButtonPaddings})),a=we(()=>lr({color:t.element.BackgroundColor,themeColors:t.theme.Colors})),l=we(()=>{switch(t.element.ContentAlign){case"Center":return"center";case"Left":return"left";case"Right":return"right";default:return"center"}}),c=sn({href:"",text:"",isLoading:!0}),d=t.deps.stringExpressionEvaluator,f=()=>{Promise.all([d({stringExpression:t.element.HRef,context:t.context}),d({stringExpression:t.element.Text,context:t.context})]).then(([p,_])=>{c.href=p,c.text=_,c.isLoading=!1})};return f(),on(()=>[t.element.HRef,t.element.Text,t.context],()=>f()),(p,_)=>(re(),_e("table",XW,[X("tbody",null,[X("tr",null,[X("td",{align:l.value},[X("div",ZW,[X("a",{style:Se([{display:"block","text-decoration":"none"},[n.value]]),href:c.href,onClick:_[0]||(_[0]=ds(()=>{},["prevent"]))},[X("table",{align:"center",style:Se([{"text-align":"center","border-spacing":"0","border-collapse":"separate"},[{backgroundColor:a.value},ie(Nr)({borderRadius:t.element.BorderRadius,borderRadiusCard:t.theme.BorderRadiusCard,bodyBorderRadius:t.theme.BorderRadius,borderButtonRadius:t.theme.BorderRadiusButton,borderBannerRadius:t.theme.BorderRadiusBanner}),{width:t.element.FullWidth?"100%":"auto"},ie(hi)({border:t.element.Border,themeColors:p.theme.Colors}),{borderColor:r.value}]])},[X("tbody",null,[X("tr",null,[X("td",{align:"center",style:Se([{"line-height":"normal"},[{paddingTop:s.value.TopBottom+"px",paddingBottom:s.value.TopBottom+"px",paddingLeft:s.value.LeftRight+"px",paddingRight:s.value.LeftRight+"px"}]])},[ir(X("p",{class:"user-select-none",style:Se([n.value])},null,4),[[ie(km),c.text]])],4)])])],4)],12,QW)])],8,JW)])])]))}}),t2=["href"],n2=lt({__name:"SpanText",props:{deps:{},theme:{},element:{},context:{type:[String,Number,Boolean,Array,Object]}},setup(e){const t=e,n=t.deps.stringExpressionEvaluator,r=we(()=>{const l=kf({fontFamily:t.theme.FontFamily,fontStyle:t.element.Style,themeFontSettings:t.theme.FontSettingsPresets,themeColors:t.theme.Colors});return{...Of(l),minHeight:t.element.MinNumberOfLines*l.lineHeight+"px"}}),s=sn({href:"",text:"",isLoading:!0}),a=()=>{Promise.all([n({stringExpression:t.element.HRef,context:t.context}),n({stringExpression:t.element.Text,context:t.context})]).then(([l,c])=>{s.href=l,s.text=c,s.isLoading=!1})};return a(),on(()=>[t.context,t.element.HRef,t.element.Text],()=>a()),(l,c)=>t.element.IsLink?ir((re(),_e("a",{key:0,href:s.href,class:"SpanText cursor-pointer user-select-none",style:Se([{margin:"0"},[r.value,ie(va)({contentAlign:t.element.ContentAlign})]]),onClick:c[0]||(c[0]=ds(()=>{},["prevent"]))},null,12,t2)),[[ie(km),s.text]]):ir((re(),_e("span",{key:1,class:"SpanText cursor-pointer user-select-none",style:Se([{margin:"0"},[r.value,ie(va)({contentAlign:t.element.ContentAlign})]])},null,4)),[[ie(km),s.text]])}});const o2=jn(n2,[["__scopeId","data-v-24009fb3"]]),r2=lt({__name:"UnsubscribeLink",props:{theme:{},element:{}},setup(e){const t=e,n=we(()=>{const r=kf({fontFamily:t.theme.FontFamily,fontStyle:t.element.Style,themeFontSettings:t.theme.FontSettingsPresets,themeColors:t.theme.Colors});return{...Of(r)}});return(r,s)=>(re(),_e("a",{href:"#",class:"cursor-pointer user-select-none",style:Se([{margin:"0"},[n.value,ie(va)({contentAlign:t.element.ContentAlign})]]),onClick:s[0]||(s[0]=ds(()=>{},["prevent"]))},Um(t.element.Text),5))}});const i2=jn(r2,[["__scopeId","data-v-5cffc6e3"]]),Na=lt({__name:"Elements",props:{deps:{},theme:{},element:{},path:{},context:{type:[String,Number,Boolean,Array,Object]},selectedElementPath:{}},emits:["onElementClicked","onImageOriginalSizeAdjusted","onImageSizeAdjusted"],setup(e,{emit:t}){const n=e,r=t,s=(a,l)=>{r("onElementClicked",{element:a,path:[...n.path,l]})};return(a,l)=>(re(),_e("span",{onClick:l[16]||(l[16]=ds(()=>{},["stop"]))},[ie(br).button(n.element.Button)?(re(),at(e2,{key:0,deps:n.deps,theme:n.theme,element:n.element.Button,context:n.context,class:Mn({"element-selected":ie(qs.isEqual)(n.selectedElementPath,[...n.path,"Button"])}),onClick:l[0]||(l[0]=c=>s(n.element,"Button"))},null,8,["deps","theme","element","context","class"])):Qt("",!0),ie(br).heightContainer(n.element.HeightContainer)?(re(),at(iW,{key:1,deps:n.deps,theme:n.theme,element:n.element.HeightContainer,path:[...n.path,"HeightContainer"],selectedElementPath:n.selectedElementPath,context:n.context,onOnImageOriginalSizeAdjusted:l[1]||(l[1]=c=>r("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[2]||(l[2]=c=>r("onImageSizeAdjusted",c)),onOnElementClicked:l[3]||(l[3]=c=>r("onElementClicked",c))},null,8,["deps","theme","element","path","selectedElementPath","context"])):Qt("",!0),ie(br).image(n.element.Image)?(re(),at(fW,{key:2,deps:n.deps,theme:n.theme,element:n.element.Image,context:n.context,path:[...n.path,"Image"],class:Mn({"element-selected":ie(qs.isEqual)(n.selectedElementPath,[...n.path,"Image"])}),onOnImageOriginalSizeAdjusted:l[4]||(l[4]=c=>r("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[5]||(l[5]=c=>r("onImageSizeAdjusted",c)),onClick:l[6]||(l[6]=c=>s(n.element,"Image"))},null,8,["deps","theme","element","context","path","class"])):Qt("",!0),ie(br).spacer(n.element.Spacer)?(re(),at(TW,{key:3,element:n.element.Spacer,theme:n.theme,class:Mn({"element-selected":ie(qs.isEqual)(n.selectedElementPath,[...n.path,"Spacer"])}),onClick:l[7]||(l[7]=c=>s(n.element,"Spacer"))},null,8,["element","theme","class"])):Qt("",!0),ie(br).spanText(n.element.SpanText)?(re(),at(o2,{key:4,deps:n.deps,theme:n.theme,element:n.element.SpanText,context:n.context,class:Mn({"element-selected":ie(qs.isEqual)(n.selectedElementPath,[...n.path,"SpanText"])}),onClick:l[8]||(l[8]=c=>s(n.element,"SpanText"))},null,8,["deps","theme","element","context","class"])):Qt("",!0),ie(br).oneLineLink(n.element.OneLineList)?(re(),at(_W,{key:5,deps:n.deps,theme:n.theme,element:n.element.OneLineList,path:[...n.path,"OneLineList"],selectedElementPath:n.selectedElementPath,context:n.context,onOnImageOriginalSizeAdjusted:l[9]||(l[9]=c=>r("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[10]||(l[10]=c=>r("onImageSizeAdjusted",c)),onOnElementClicked:l[11]||(l[11]=c=>r("onElementClicked",c))},null,8,["deps","theme","element","path","selectedElementPath","context"])):Qt("",!0),ie(br).if(n.element.If)?(re(),at(tW,{key:6,deps:n.deps,theme:n.theme,element:n.element.If,context:n.context,path:[...n.path,"If"],selectedElementPath:n.selectedElementPath,onOnImageOriginalSizeAdjusted:l[12]||(l[12]=c=>r("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[13]||(l[13]=c=>r("onImageSizeAdjusted",c)),onOnElementClicked:l[14]||(l[14]=c=>r("onElementClicked",c))},null,8,["deps","theme","element","context","path","selectedElementPath"])):Qt("",!0),ie(br).unsubscribeLink(n.element.UnsubscribeLink)?(re(),at(i2,{key:7,theme:n.theme,element:n.element.UnsubscribeLink,class:Mn({"element-selected":ie(qs.isEqual)(n.selectedElementPath,[...n.path,"UnsubscribeLink"])}),onClick:l[15]||(l[15]=c=>s(n.element,"UnsubscribeLink"))},null,8,["theme","element","class"])):Qt("",!0)]))}}),s2=lt({__name:"IteratedColumn",props:{deps:{},theme:{},iteratedColumn:{},path:{},selectedElementPath:{},context:{type:[String,Number,Boolean,Array,Object]},containerWidth:{}},emits:["onImageSizeAdjusted","onImageOriginalSizeAdjusted","onElementClicked"],setup(e,{emit:t}){ku(a=>({"6300cb1b":s.value}));const n=e,r=t,s=we(()=>n.iteratedColumn.WidthInPercents*n.containerWidth+"px");return(a,l)=>(re(),_e("div",{class:"iterated-column",style:Se({display:"inline-block",verticalAlign:n.iteratedColumn.VerticalAlign})},[X("table",{style:Se([[ie(XF)({borderCollapse:n.iteratedColumn.BorderCollapse})],{width:"100%","border-spacing":"0"}]),width:"100%"},[X("tbody",null,[X("tr",null,[X("td",{style:Se([{"line-height":"normal"},[ie(ZF)({containerAlign:n.iteratedColumn.ContainerAlign}),ie(Ts)({paddings:n.iteratedColumn.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings}),ie(hi)({border:n.iteratedColumn.Border,themeColors:n.theme.Colors}),{backgroundColor:ie(lr)({color:n.iteratedColumn.BgColor,themeColors:n.theme.Colors})},ie(Nr)({borderRadius:n.iteratedColumn.BorderRadius,borderRadiusCard:n.theme.BorderRadiusCard,bodyBorderRadius:n.theme.BorderRadius,borderButtonRadius:n.theme.BorderRadiusButton,borderBannerRadius:n.theme.BorderRadiusBanner})]])},[(re(!0),_e(tt,null,An(n.iteratedColumn.Elements,(c,d)=>(re(),at(Na,{key:d,deps:n.deps.elementsDeps,theme:n.theme,element:c,context:n.context,path:[...n.path,"Elements",d],selectedElementPath:n.selectedElementPath,onOnElementClicked:l[0]||(l[0]=f=>r("onElementClicked",f)),onOnImageSizeAdjusted:l[1]||(l[1]=f=>r("onImageSizeAdjusted",f)),onOnImageOriginalSizeAdjusted:l[2]||(l[2]=f=>r("onImageOriginalSizeAdjusted",f))},null,8,["deps","theme","element","context","path","selectedElementPath"]))),128))],4)])])],4)],4))}});const a2=jn(s2,[["__scopeId","data-v-284c0a90"]]),l2={class:"iterated-column-container",style:{"border-spacing":"0","border-collapse":"collapse",width:"100%",margin:"0 auto"},width:"100%"},u2={align:"center",style:{"font-size":"0"}},c2=lt({__name:"IteratedColumnBodyRow",props:{deps:{},theme:{},iteratedColumnBodyRow:{},path:{},selectedElementPath:{},context:{},rowWidth:{}},emits:["onElementClicked","onImageOriginalSizeAdjusted","onImageSizeAdjusted"],setup(e,{emit:t}){ku(c=>({"22b1b0df":a.value}));const n=e,r=sn({dataList:[],isLoaded:!1}),s=()=>n.deps.listExpressionEvaluator({listExpression:n.iteratedColumnBodyRow.DataSource,context:n.context}).then(c=>{r.dataList=c,r.isLoaded=!0});s(),on(()=>n.context,()=>s());const a=we(()=>nn({paddingExpression:n.iteratedColumnBodyRow.ColumnSpacerSize,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings})+"px"),l=t;return(c,d)=>(re(),_e("table",l2,[X("tbody",null,[X("tr",null,[X("td",u2,[(re(!0),_e(tt,null,An(r.dataList,(f,p)=>(re(),_e("span",{key:p},[Ge(a2,{class:Mn(["iterated-column-bottom-spacer",{"iterated-column__tablet-padding-right":(p+1)%2===1,"iterated-column__tablet-padding-left":(p+1)%2===0,"is-last-desktop-line":p>=r.dataList.length-n.iteratedColumnBodyRow.NumberColumnsInLine,"is-last-tablet-line":p>=r.dataList.length-2,"is-last-mobile-line":p==r.dataList.length-1}]),deps:n.deps.iteratedColumnDeps,theme:n.theme,style:Se(ie(qF)({numberColumnsInLine:n.iteratedColumnBodyRow.NumberColumnsInLine,index:p,paddingSize:ie(nn)({paddingExpression:n.iteratedColumnBodyRow.ColumnSpacerSize,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings}),directionRtl:!1})),iteratedColumn:n.iteratedColumnBodyRow.IteratedColumn,path:[...n.path,"IteratedColumn"],selectedElementPath:n.selectedElementPath,context:{...n.context,[n.iteratedColumnBodyRow.IndexName]:f},containerWidth:n.rowWidth,onOnElementClicked:d[0]||(d[0]=_=>l("onElementClicked",_)),onOnImageOriginalSizeAdjusted:d[1]||(d[1]=_=>l("onImageOriginalSizeAdjusted",_)),onOnImageSizeAdjusted:d[2]||(d[2]=_=>l("onImageSizeAdjusted",_))},null,8,["deps","theme","class","style","iteratedColumn","path","selectedElementPath","context","containerWidth"])]))),128))])])])]))}});const d2=jn(c2,[["__scopeId","data-v-7d644c9d"]]),m2={style:{"border-spacing":"0","border-collapse":"collapse",width:"100%",margin:"0 auto"}},f2=lt({__name:"IteratedBodyRow",props:{theme:{},deps:{},iteratedBodyRow:{},path:{},selectedElementPath:{},context:{},containerWidth:{}},emits:["onElementClicked","onImageOriginalSizeAdjusted","onImageSizeAdjusted","onColumnWidthAdjusted"],setup(e,{emit:t}){const n=e,r=sn({dataList:[]});n.deps.listExpressionEvaluator({listExpression:n.iteratedBodyRow.DataSource,context:n.context}).then(a=>r.dataList=a);const s=t;return(a,l)=>(re(),_e("table",m2,[(re(!0),_e(tt,null,An(r.dataList,(c,d)=>(re(),_e("tr",{key:d},[X("td",{style:Se([ie(Ts)({paddings:n.iteratedBodyRow.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings})])},[Ge(cT,{emailComponentBodyRow:n.iteratedBodyRow.BodyRow,deps:{iteratedColumnBodyRowDeps:n.deps.iteratedColumnBodyRowDeps,multipleColumnBodyRowDeps:n.deps.multipleColumnBodyRowDeps,listExpressionEvaluator:n.deps.listExpressionEvaluator},theme:n.theme,context:{...n.context,[n.iteratedBodyRow.IndexName]:c},rowWidth:n.containerWidth,path:[...n.path,"BodyRow"],selectedElementPath:n.selectedElementPath,onOnElementClicked:l[0]||(l[0]=f=>s("onElementClicked",f)),onOnImageOriginalSizeAdjusted:l[1]||(l[1]=f=>s("onImageOriginalSizeAdjusted",f)),onOnImageSizeAdjusted:l[2]||(l[2]=f=>s("onImageSizeAdjusted",f)),onOnColumnWidthAdjusted:l[3]||(l[3]=f=>s("onColumnWidthAdjusted",f))},null,8,["emailComponentBodyRow","deps","theme","context","rowWidth","path","selectedElementPath"])],4)]))),128))]))}});var su={},aT={},ec={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isNone=e.isSome=e.None=e.Some=e.OptionType=void 0,e.OptionType={Some:Symbol(":some"),None:Symbol(":none")};function t(l){return typeof l>"u"?r():n(l)}e.Some=t,e.None=r();function n(l){return{type:e.OptionType.Some,isSome(){return!0},isNone(){return!1},match(c){return c.some(l)},map(c){return n(c(l))},andThen(c){return c(l)},or(c){return this},and(c){return c},unwrapOr(c){return l},unwrap(){return l}}}function r(){return{type:e.OptionType.None,isSome(){return!1},isNone(){return!0},match(l){const{none:c}=l;return typeof c=="function"?c():c},map(l){return r()},andThen(l){return r()},or(l){return l},and(l){return r()},unwrapOr(l){if(l==null)throw new Error("Cannot call unwrapOr with a missing value.");return l},unwrap(){throw new ReferenceError("Trying to unwrap None.")}}}function s(l){return l.isSome()}e.isSome=s;function a(l){return l.isNone()}e.isNone=a})(ec);(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isRight=e.isLeft=e.Right=e.Left=e.EitherType=void 0;const t=ec;e.EitherType={Left:Symbol(":left"),Right:Symbol(":right")};function n(l){return{type:e.EitherType.Left,isLeft(){return!0},isRight(){return!1},left(){return(0,t.Some)(l)},leftAndThen(c){return c(l)},right(){return t.None},rightAndThen(c){return n(l)},unwrap(){return l},unwrapLeft(){return l},unwrapLeftOr(c){return l},unwrapLeftOrElse(c){return l},unwrapRight(){throw new ReferenceError("Cannot unwrap Right value of Either.Left")},unwrapRightOr(c){return c},unwrapRightOrElse(c){return c(l)},match(c){return c.left(l)},map(c){return n(c(l))},mapLeft(c){return n(c(l))},mapRight(c){return n(l)}}}e.Left=n;function r(l){return{type:e.EitherType.Right,isLeft(){return!1},isRight(){return!0},left(){return t.None},leftAndThen(c){return r(l)},right(){return(0,t.Some)(l)},rightAndThen(c){return c(l)},unwrap(){return l},unwrapLeft(){throw new ReferenceError("Cannot unwrap Left value of Either.Right")},unwrapLeftOr(c){return c},unwrapLeftOrElse(c){return c(l)},unwrapRight(){return l},unwrapRightOr(c){return l},unwrapRightOrElse(c){return l},match(c){return c.right(l)},map(c){return r(c(l))},mapLeft(c){return r(l)},mapRight(c){return r(c(l))}}}e.Right=r;function s(l){return l.isLeft()}e.isLeft=s;function a(l){return l.isRight()}e.isRight=a})(aT);var lT={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.isErr=e.isOk=e.Err=e.Ok=e.ResultType=void 0;const t=ec;e.ResultType={Ok:Symbol(":ok"),Err:Symbol(":err")};function n(l){return{type:e.ResultType.Ok,isOk(){return!0},isErr(){return!1},ok(){return(0,t.Some)(l)},err(){return t.None},unwrap(){return l},unwrapOr(c){return l},unwrapOrElse(c){return l},unwrapErr(){throw new ReferenceError("Cannot unwrap Err value of Result.Ok")},match(c){return c.ok(l)},map(c){return n(c(l))},mapErr(c){return n(l)},andThen(c){return c(l)},orElse(c){return n(l)}}}e.Ok=n;function r(l){return{type:e.ResultType.Err,isOk(){return!1},isErr(){return!0},ok(){return t.None},err(){return(0,t.Some)(l)},unwrap(){throw new ReferenceError("Cannot unwrap Ok value of Result.Err")},unwrapOr(c){return c},unwrapOrElse(c){return c(l)},unwrapErr(){return l},match(c){return c.err(l)},map(c){return r(l)},mapErr(c){return r(c(l))},andThen(c){return r(l)},orElse(c){return c(l)}}}e.Err=r;function s(l){return l.isOk()}e.isOk=s;function a(l){return l.isErr()}e.isErr=a})(lT);(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.Ok=e.isOk=e.isErr=e.Err=e.Some=e.None=e.isSome=e.isNone=e.Right=e.Left=e.isRight=e.isLeft=void 0;var t=aT;Object.defineProperty(e,"isLeft",{enumerable:!0,get:function(){return t.isLeft}}),Object.defineProperty(e,"isRight",{enumerable:!0,get:function(){return t.isRight}}),Object.defineProperty(e,"Left",{enumerable:!0,get:function(){return t.Left}}),Object.defineProperty(e,"Right",{enumerable:!0,get:function(){return t.Right}});var n=ec;Object.defineProperty(e,"isNone",{enumerable:!0,get:function(){return n.isNone}}),Object.defineProperty(e,"isSome",{enumerable:!0,get:function(){return n.isSome}}),Object.defineProperty(e,"None",{enumerable:!0,get:function(){return n.None}}),Object.defineProperty(e,"Some",{enumerable:!0,get:function(){return n.Some}});var r=lT;Object.defineProperty(e,"Err",{enumerable:!0,get:function(){return r.Err}}),Object.defineProperty(e,"isErr",{enumerable:!0,get:function(){return r.isErr}}),Object.defineProperty(e,"isOk",{enumerable:!0,get:function(){return r.isOk}}),Object.defineProperty(e,"Ok",{enumerable:!0,get:function(){return r.Ok}})})(su);const h2=e=>({Match:t=>{switch(e){case"Top":return t.whenTop();case"Middle":return t.whenMiddle();case"Bottom":return t.whenBottom();case"Baseline":return t.whenBaseline()}}}),p2=e=>h2(e).Match({whenTop:()=>"start",whenMiddle:()=>"center",whenBottom:()=>"end",whenBaseline:()=>"baseline"}),Qd={justifyWidth:e=>(e==null?void 0:e.WidthInPixels)!==void 0,shrinkToContentWidth:e=>(e==null?void 0:e.WidthInPixels)!==void 0,widthInPercents:e=>e!==void 0},uT=e=>({Match:t=>{if(e.JustifyWidth!==void 0)return t.whenJustifyWidth(e.JustifyWidth.WidthInPixels);if(e.ShrinkToContentWidth!==void 0)return t.whenShrinkToContentWidth(e.ShrinkToContentWidth.WidthInPixels);if(e.WidthInPercents!==void 0)return t.whenWidthInPercents(e.WidthInPercents.Value);throw Error("")}}),g2=e=>({Match:t=>uT(e).Match({whenJustifyWidth:n=>t.whenJustifyWidth?t.whenJustifyWidth(n):t.default(),whenWidthInPercents:n=>t.whenWidthInPercents?t.whenWidthInPercents(n):t.default(),whenShrinkToContentWidth:n=>t.whenShrinkToContentWidth?t.whenShrinkToContentWidth(n):t.default()})}),C2=e=>({JustifyWidth:{WidthInPixels:e}}),_2=e=>({ShrinkToContentWidth:{WidthInPixels:e}}),y2=["align"],F2=lt({__name:"MultipleColumn",props:{deps:{},theme:{},multipleColumn:{},path:{},selectedElementPath:{},context:{type:[String,Number,Boolean,Array,Object]},containerWidth:{}},emits:["onElementClicked","onImageOriginalSizeAdjusted","onImageSizeAdjusted","onColumnWidthAdjusted"],setup(e,{emit:t}){ku(d=>({"505fd5fb":c.value,"89e91a86":l.value,"6083c43a":a.value}));const n=e,r=t,s=d=>{uT(n.multipleColumn.Width).Match({whenJustifyWidth:()=>su.Some(C2(d)),whenShrinkToContentWidth:()=>su.Some(_2(d)),whenWidthInPercents:()=>su.None}).map(f=>r("onColumnWidthAdjusted",{Path:n.path,Width:f}))},a=we(()=>g2(n.multipleColumn.Width).Match({default:()=>"",whenWidthInPercents:d=>d*n.containerWidth+"px"})),l=we(()=>p2(n.multipleColumn.VerticalAlign)),c=we(()=>n.multipleColumn.VerticalAlign);return(d,f)=>ir((re(),_e("div",{class:Mn(["multiple-column",{"multiple-column--justifyWidth":ie(Qd).justifyWidth(n.multipleColumn.Width.JustifyWidth),"multiple-column--shrinkToContentWidth":ie(Qd).shrinkToContentWidth(n.multipleColumn.Width.ShrinkToContentWidth),"multiple-column--widthInPercents":ie(Qd).widthInPercents(n.multipleColumn.Width.WidthInPercents)}]),style:{direction:"ltr"}},[X("table",{style:Se([{width:"100%","border-spacing":"0"},[ie(XF)({borderCollapse:n.multipleColumn.BorderCollapse})]]),width:"100%"},[X("tbody",null,[X("tr",null,[X("td",{align:ie(QF)({containerAlign:n.multipleColumn.ContainerAlign}),style:Se([{"line-height":"normal"},[ie(hi)({border:n.multipleColumn.Border,themeColors:n.theme.Colors}),ie(Nr)({borderRadius:n.multipleColumn.BorderRadius,borderRadiusCard:n.theme.BorderRadiusCard,bodyBorderRadius:n.theme.BorderRadius,borderButtonRadius:n.theme.BorderRadiusButton,borderBannerRadius:n.theme.BorderRadiusBanner}),{backgroundColor:ie(lr)({color:n.multipleColumn.BgColor,themeColors:n.theme.Colors})},ie(Ts)({paddings:n.multipleColumn.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings})]])},[(re(!0),_e(tt,null,An(n.multipleColumn.Elements,(p,_)=>(re(),at(Na,{key:_,deps:n.deps.elementsDeps,theme:n.theme,element:p,context:n.context,path:[...n.path,"Elements",_],selectedElementPath:n.selectedElementPath,onOnElementClicked:f[0]||(f[0]=E=>r("onElementClicked",E)),onOnImageSizeAdjusted:f[1]||(f[1]=E=>r("onImageSizeAdjusted",E)),onOnImageOriginalSizeAdjusted:f[2]||(f[2]=E=>r("onImageOriginalSizeAdjusted",E))},null,8,["deps","theme","element","context","path","selectedElementPath"]))),128))],12,y2)])])],4)],2)),[[ie(vu),p=>s(p.width)]])}});const T2=jn(F2,[["__scopeId","data-v-9630cdcf"]]),E2=lt({__name:"MultipleColumnBodyRow",props:{deps:{},theme:{},multipleColumnBodyRow:{},path:{},selectedElementPath:{},context:{type:[String,Number,Boolean,Array,Object]},rowWidth:{}},emits:["onElementClicked","onImageSizeAdjusted","onImageOriginalSizeAdjusted","onColumnWidthAdjusted"],setup(e,{emit:t}){ku(a=>({"308ed3d8":s.value}));const n=e,r=t,s=we(()=>nn({paddingExpression:n.multipleColumnBodyRow.ColumnSpacerSize,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings})+"px");return(a,l)=>(re(),_e("table",{class:"multiple-column-container",style:Se([{"border-spacing":"0","border-collapse":"collapse",width:"100%",margin:"0 auto"},[ie(hi)({border:n.multipleColumnBodyRow.Border,themeColors:n.theme.Colors}),ie(Nr)({borderRadius:n.multipleColumnBodyRow.BorderRadius,borderRadiusCard:n.theme.BorderRadiusCard,bodyBorderRadius:n.theme.BorderRadius,borderButtonRadius:n.theme.BorderRadiusButton,borderBannerRadius:n.theme.BorderRadius}),{backgroundColor:ie(lr)({color:n.multipleColumnBodyRow.BgColor,themeColors:n.theme.Colors})}]]),width:"100%"},[X("tbody",null,[X("tr",null,[X("td",{class:"multiple-column-container__inner",style:Se([{"font-size":"0"},[ie(ZF)({containerAlign:n.multipleColumnBodyRow.ContainerAlign}),ie(Ts)({paddings:n.multipleColumnBodyRow.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings}),n.multipleColumnBodyRow.DirectionRtl?{direction:"rtl"}:{direction:"ltr"}]])},[(re(!0),_e(tt,null,An(n.multipleColumnBodyRow.Columns,(c,d)=>(re(),at(T2,{key:d,deps:n.deps.multipleColumnDeps,theme:n.theme,multipleColumn:c,path:[...n.path,"Columns",d],selectedElementPath:n.selectedElementPath,context:n.context,containerWidth:n.rowWidth-ie(nn)({paddingExpression:n.multipleColumnBodyRow.Paddings.Left,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings})-ie(nn)({paddingExpression:n.multipleColumnBodyRow.Paddings.Right,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings})-n.multipleColumnBodyRow.Border.Left.Width-n.multipleColumnBodyRow.Border.Right.Width,style:Se(ie(qF)({numberColumnsInLine:n.multipleColumnBodyRow.Columns.length,index:d,paddingSize:ie(nn)({paddingExpression:n.multipleColumnBodyRow.ColumnSpacerSize,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings}),directionRtl:n.multipleColumnBodyRow.DirectionRtl})),class:Mn({"is-last-tablet-line":d==n.multipleColumnBodyRow.Columns.length-1,"is-last-mobile-line":d==n.multipleColumnBodyRow.Columns.length-1}),onOnElementClicked:l[0]||(l[0]=f=>r("onElementClicked",f)),onOnColumnWidthAdjusted:l[1]||(l[1]=f=>r("onColumnWidthAdjusted",f)),onOnImageSizeAdjusted:l[2]||(l[2]=f=>r("onImageSizeAdjusted",f)),onOnImageOriginalSizeAdjusted:l[3]||(l[3]=f=>r("onImageOriginalSizeAdjusted",f))},null,8,["deps","theme","multipleColumn","path","selectedElementPath","context","containerWidth","style","class"]))),128))],4)])])],4))}});const v2=jn(E2,[["__scopeId","data-v-c2d3f20e"]]),cT=lt({__name:"EmailComponentBodyRow",props:{deps:{},theme:{},emailComponentBodyRow:{},path:{},selectedElementPath:{},context:{},rowWidth:{}},emits:["onElementClicked","onImageOriginalSizeAdjusted","onImageSizeAdjusted","onColumnWidthAdjusted"],setup(e,{emit:t}){const n=e,r={multipleColumns:a=>a!==void 0,iteratedColumns:a=>a!==void 0,iteratedBodyRow:a=>a!==void 0},s=t;return(a,l)=>(re(),_e("div",null,[r.multipleColumns(n.emailComponentBodyRow.MultipleColumnBodyRow)?(re(),at(v2,{key:0,deps:n.deps.multipleColumnBodyRowDeps,theme:n.theme,multipleColumnBodyRow:n.emailComponentBodyRow.MultipleColumnBodyRow,path:[...n.path,"MultipleColumnBodyRow"],selectedElementPath:n.selectedElementPath,context:a.context,rowWidth:n.rowWidth,onOnColumnWidthAdjusted:l[0]||(l[0]=c=>s("onColumnWidthAdjusted",c)),onOnImageOriginalSizeAdjusted:l[1]||(l[1]=c=>s("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[2]||(l[2]=c=>s("onImageSizeAdjusted",c)),onOnElementClicked:l[3]||(l[3]=c=>s("onElementClicked",c))},null,8,["deps","theme","multipleColumnBodyRow","path","selectedElementPath","context","rowWidth"])):Qt("",!0),r.iteratedColumns(n.emailComponentBodyRow.IteratedColumnBodyRow)?(re(),at(d2,{key:1,deps:n.deps.iteratedColumnBodyRowDeps,theme:n.theme,iteratedColumnBodyRow:n.emailComponentBodyRow.IteratedColumnBodyRow,path:[...n.path,"IteratedColumnBodyRow"],selectedElementPath:n.selectedElementPath,context:a.context,rowWidth:n.rowWidth,onOnElementClicked:l[4]||(l[4]=c=>s("onElementClicked",c)),onOnImageOriginalSizeAdjusted:l[5]||(l[5]=c=>s("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[6]||(l[6]=c=>s("onImageSizeAdjusted",c))},null,8,["deps","theme","iteratedColumnBodyRow","path","selectedElementPath","context","rowWidth"])):Qt("",!0),r.iteratedBodyRow(n.emailComponentBodyRow.IteratedBodyRow)?(re(),at(f2,{key:2,deps:{iteratedColumnBodyRowDeps:n.deps.iteratedColumnBodyRowDeps,multipleColumnBodyRowDeps:n.deps.multipleColumnBodyRowDeps,listExpressionEvaluator:n.deps.listExpressionEvaluator},theme:n.theme,iteratedBodyRow:n.emailComponentBodyRow.IteratedBodyRow,path:[...n.path,"IteratedBodyRow"],selectedElementPath:n.selectedElementPath,context:a.context,containerWidth:n.rowWidth,onOnElementClicked:l[7]||(l[7]=c=>s("onElementClicked",c)),onOnImageOriginalSizeAdjusted:l[8]||(l[8]=c=>s("onImageOriginalSizeAdjusted",c)),onOnImageSizeAdjusted:l[9]||(l[9]=c=>s("onImageSizeAdjusted",c))},null,8,["deps","theme","iteratedBodyRow","path","selectedElementPath","context","containerWidth"])):Qt("",!0)]))}}),b2={key:0},S2={key:1,class:"empty-email-component"},R2={class:"bootstrap-styles w-100 d-flex justify-content-center gap-5"},D2=lt({__name:"EmailComponent",props:{deps:{},theme:{},emailComponent:{},path:{},selectedElementPath:{}},emits:["onElementClicked","onImageOriginalSizeAdjusted","onImageSizeAdjusted","onColumnWidthAdjusted"],setup(e,{emit:t}){const n=e,r=sn({context:{},ifResult:!n.emailComponent.ContextBuilderExpression,isLoaded:!1}),s=l=>{r.isLoaded=!1,n.deps.dataStructExpressionEvaluator({dataStructBuilderExpression:l,context:{}}).then(c=>{(n.emailComponent.IfExpression?n.deps.boolExpressionEvaluatorDelegate({boolExpression:n.emailComponent.IfExpression,context:c}):Promise.resolve(!0)).then(d=>{r.context=c,r.ifResult=d,r.isLoaded=!0})})};on(()=>n.emailComponent.ContextBuilderExpression,l=>{l&&s(l)});const a=t;return n.emailComponent.ContextBuilderExpression?s(n.emailComponent.ContextBuilderExpression):r.isLoaded=!0,(l,c)=>{const d=xB("VSkeletonLoader");return r.isLoaded?(re(),_e("div",b2,[r.ifResult?(re(),_e("table",{key:0,style:Se([{"border-spacing":"0","border-collapse":"collapse",width:"100%",margin:"0 auto"},[{backgroundColor:ie(lr)({color:n.emailComponent.InnerBgColor,themeColors:n.theme.Colors})},ie(Nr)({borderRadius:n.emailComponent.BorderRadius,borderRadiusCard:n.theme.BorderRadiusCard,bodyBorderRadius:n.theme.BorderRadius,borderButtonRadius:n.theme.BorderRadiusButton,borderBannerRadius:n.theme.BorderRadiusBanner}),{maxWidth:n.theme.BodyWidth+"px"}]])},[X("tbody",null,[X("tr",null,[X("td",{class:"row__inner",style:Se([ie(I0)({paddings:n.emailComponent.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings,fullWidth:n.emailComponent.FullWidth})])},[(re(!0),_e(tt,null,An(n.emailComponent.BodyRowList,(f,p)=>(re(),at(cT,{key:p,deps:n.deps.emailComponentBodyRowDeps,theme:n.theme,emailComponentBodyRow:f,context:r.context,rowWidth:n.emailComponent.FullWidth?n.theme.BodyWidth:n.theme.BodyWidth-n.theme.BodyPaddings.Left-n.theme.BodyPaddings.Right,path:[...n.path,"BodyRowList",p],selectedElementPath:n.selectedElementPath,onOnElementClicked:c[0]||(c[0]=_=>a("onElementClicked",_)),onOnImageSizeAdjusted:c[1]||(c[1]=_=>a("onImageSizeAdjusted",_)),onOnImageOriginalSizeAdjusted:c[2]||(c[2]=_=>a("onImageOriginalSizeAdjusted",_)),onOnColumnWidthAdjusted:c[3]||(c[3]=_=>a("onColumnWidthAdjusted",_))},null,8,["deps","theme","emailComponentBodyRow","context","rowWidth","path","selectedElementPath"]))),128))],4)])])],4)):(re(),_e("div",S2,[c[5]||(c[5]=mu(" Товарная полка скрыта из-за недостатка товаров ")),ir((re(),_e("i",null,c[4]||(c[4]=[X("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[X("path",{d:"M6.99967 13.6663C3.31777 13.6663 0.333008 10.6815 0.333008 6.99967C0.333008 3.31777 3.31777 0.333008 6.99967 0.333008C10.6815 0.333008 13.6663 3.31777 13.6663 6.99967C13.6663 10.6815 10.6815 13.6663 6.99967 13.6663ZM6.99967 12.333C9.94521 12.333 12.333 9.94521 12.333 6.99967C12.333 4.05415 9.94521 1.66634 6.99967 1.66634C4.05415 1.66634 1.66634 4.05415 1.66634 6.99967C1.66634 9.94521 4.05415 12.333 6.99967 12.333ZM6.33301 3.66634H7.66634V4.99967H6.33301V3.66634ZM6.33301 6.33301H7.66634V10.333H6.33301V6.33301Z",fill:"var(--gray-500)"})],-1)]))),[[ie(KF),{placement:"top",title:"Товарная полка не будет отображаться у получателей письма пока в ней недостаточно товаров"}]])]))])):(re(),_e("div",{key:1,class:"bootstrap-styles w-100",style:Se([ie(I0)({paddings:n.emailComponent.Paddings,themeComponentPaddings:n.theme.ComponentPaddings,themeBodyPaddings:n.theme.BodyPaddings,fullWidth:n.emailComponent.FullWidth}),{backgroundColor:ie(lr)({color:n.emailComponent.InnerBgColor,themeColors:n.theme.Colors})||"transparent"}])},[Ge(d,{type:"text"}),X("div",R2,[(re(),_e(tt,null,An(3,f=>Ge(d,{key:f,type:"image, text, text, text, button",style:{width:"100%"}})),64))])],4))}}});const dT=jn(D2,[["__scopeId","data-v-a8102873"]]),L2={class:"scale-to-width-fit-component",style:{display:"inline-block","transform-origin":"left top"}},mT=lt({__name:"ScaleToWidthFit",emits:["scaledElement"],setup(e,{emit:t}){const n=t;return(r,s)=>ir((re(),_e("div",L2,[am(r.$slots,"default")])),[[ie(vu),({width:a})=>{r.$el.style.transform=`scale(${r.$el.parentElement.clientWidth/a}`,n("scaledElement",r.$el)}]])}}),B2={class:"bootstrap-styles modal fade show d-block position-absolute"},x2={class:"bootstrap-styles modal-dialog modal-dialog-centered"},w2={class:"bootstrap-styles modal-content border rounded-3 shadow","data-test":"modal-window__content"},A2={class:"bootstrap-styles modal-header p-0"},I2={class:"bootstrap-styles container-fluid border-bottom g-0"},N2={class:"bootstrap-styles d-flex justify-content-between align-items-center px-11 py-7"},P2={class:"bootstrap-styles modal-title border-0","data-test":"modal-window__header-text"},V2={class:"bootstrap-styles modal-body p-0","data-test":"modal-window__body"},O2={class:"bootstrap-styles modal-footer p-0 g-0"},k2={class:"bootstrap-styles container-fluid border-top"},M2={class:"bootstrap-styles d-flex justify-content-end py-8 px-11"},W2={class:"bootstrap-styles col-6 d-flex justify-content-end","data-test":"modal-window__footer-actions"},H2=lt({__name:"ModalWindow",props:{headerText:{}},emits:["close"],setup(e,{emit:t}){const n=e,r=t;return(s,a)=>(re(),_e("div",B2,[X("div",{class:"bootstrap-styles modal-blur d-block position-fixed top-0 left-0 w-100 vh-100","data-test":"modal-window__outside",onClick:a[0]||(a[0]=l=>r("close"))}),X("div",x2,[X("div",w2,[X("div",A2,[X("div",I2,[X("div",N2,[X("h5",P2,Um(n.headerText),1),ir((re(),_e("button",{type:"button","aria-label":"Close","data-bs-dismiss":"modal","data-test":"modal-window__close-button",onClick:a[1]||(a[1]=l=>r("close"))},a[2]||(a[2]=[X("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},[X("path",{d:"M3 3L13 13",stroke:"var(--gray-500)"}),X("path",{d:"M13 3L3 13",stroke:"var(--gray-500)"})],-1)]))),[[ie(KF),{title:"Закрыть",placement:"top"}]])])])]),X("div",V2,[am(s.$slots,"body",{},void 0,!0)]),X("div",O2,[X("div",k2,[X("div",M2,[X("div",W2,[am(s.$slots,"footer-actions",{},void 0,!0)])])])])])])]))}});const $2=jn(H2,[["__scopeId","data-v-51d20551"]]),U2={class:"email-template-preview__inner-padding scrollable"},z2={class:"webkit emailTemplate--desktop"},j2={class:"emailTemplate-border-top"},G2={class:"emailTemplate-border-bottom"},Y2=lt({__name:"EmailTemplatePreviewModalWindow",props:{template:{},deps:{}},emits:["favoriteTemplateSelected","close"],setup(e,{emit:t}){const n=e,r=a=>{const l=a.parentElement;l&&(l.style.height=a.getBoundingClientRect().height+"px")},s=t;return(a,l)=>(re(),at($2,{headerText:"Предпросмотр",class:"email-component__preview-modal-window",onClose:l[3]||(l[3]=()=>s("close"))},{body:oa(()=>[X("div",{style:Se({backgroundColor:a.template.Theme.Colors.EmailBackgroundColor})},[Ge(mT,{onScaledElement:l[0]||(l[0]=c=>r(c))},{default:oa(()=>[X("div",U2,[X("div",{class:"bootstrap-styles pe-none email-template-preview",style:Se({backgroundColor:n.template.Theme.Colors.EmailBackgroundColor,fontFamily:n.template.Theme.FontFamily,width:a.template.Theme.BodyWidth+"px"})},[X("div",z2,[X("div",j2,[X("table",{style:Se([[{maxWidth:n.template.Theme.BodyWidth+"px",width:"100%",backgroundColor:n.template.Theme.Colors.BodyColor,borderTopLeftRadius:n.template.Theme.BorderRadius.TopLeft+"px",borderTopRightRadius:n.template.Theme.BorderRadius.TopRight+"px"}],{"border-spacing":"0"}])},[X("tbody",null,[X("tr",null,[X("td",{style:Se([{paddingTop:n.template.Theme.BodyPaddings.Top+"px"},{"font-size":"0","line-height":"0"}])}," ",4)])])],4)]),(re(!0),_e(tt,null,An(n.template.Components,(c,d)=>(re(),_e("div",{key:d},[Ge(dT,{deps:a.deps.emailComponentDeps,theme:n.template.Theme,emailComponent:c,path:[],selectedElementPath:[]},null,8,["deps","theme","emailComponent"])]))),128)),X("div",G2,[X("table",{style:Se([[{maxWidth:n.template.Theme.BodyWidth+"px",width:"100%",backgroundColor:n.template.Theme.Colors.BodyColor,borderBottomLeftRadius:n.template.Theme.BorderRadius.BottomLeft+"px",borderBottomRightRadius:n.template.Theme.BorderRadius.BottomRight+"px"}],{"border-spacing":"0"}])},[X("tbody",null,[X("tr",null,[X("td",{style:Se([{paddingBottom:n.template.Theme.BodyPaddings.Bottom+"px"},{"font-size":"0","line-height":"0"}])}," ",4)])])],4)])])],4)])]),_:1})],4)]),"footer-actions":oa(()=>[X("button",{type:"button",class:"modal-footer__button bootstrap-styles d-flex justify-content-center align-center py-1 px-3 me-3 border border-blue-selected rounded-2 bg-blue-selected button__hover-blue-100 text-color-selected",onClick:l[1]||(l[1]=ds(()=>s("close"),["stop"]))}," Отмена "),X("button",{type:"submit",class:"modal-footer__button bootstrap-styles d-flex justify-content-center align-center py-1 px-3 border rounded-2 bg-color-selected text-white cursor-pointer",onClick:l[2]||(l[2]=()=>{s("favoriteTemplateSelected")})}," Выбрать ")]),_:1}))}});const K2=jn(Y2,[["__scopeId","data-v-7bb60afa"]]),q2={class:"email-template-preview__inner-padding scrollable"},X2={class:"webkit emailTemplate--desktop"},J2={class:"emailTemplate-border-top"},Z2={class:"emailTemplate-border-bottom"},Q2=lt({__name:"EmailTemplatePreviewTile",props:{deps:{},template:{}},emits:["favoriteTemplateSelected"],setup(e,{emit:t}){const n=e,r=sn({isPreviewComponentModalWindowShown:!1}),s=l=>{const c=l.parentElement;c&&(c.style.height=l.getBoundingClientRect().height+"px")},a=t;return(l,c)=>(re(),_e(tt,null,[X("div",{class:"bootstrap-styles h-100",style:Se({backgroundColor:n.template.Theme.Colors.EmailBackgroundColor}),onClick:c[1]||(c[1]=()=>{r.isPreviewComponentModalWindowShown=!0})},[Ge(mT,{onScaledElement:c[0]||(c[0]=d=>s(d))},{default:oa(()=>[X("div",q2,[X("div",{class:"bootstrap-styles pe-none email-template-preview",style:Se({backgroundColor:n.template.Theme.Colors.EmailBackgroundColor,fontFamily:n.template.Theme.FontFamily,width:l.template.Theme.BodyWidth+"px"})},[X("div",X2,[X("div",J2,[X("table",{style:Se([[{maxWidth:n.template.Theme.BodyWidth+"px",width:"100%",backgroundColor:n.template.Theme.Colors.BodyColor,borderTopLeftRadius:n.template.Theme.BorderRadius.TopLeft+"px",borderTopRightRadius:n.template.Theme.BorderRadius.TopRight+"px"}],{"border-spacing":"0"}])},[X("tbody",null,[X("tr",null,[X("td",{style:Se([{paddingTop:n.template.Theme.BodyPaddings.Top+"px"},{"font-size":"0","line-height":"0"}])}," ",4)])])],4)]),(re(!0),_e(tt,null,An(n.template.Components,(d,f)=>(re(),_e("div",{key:f},[Ge(dT,{deps:n.deps.emailComponentDeps,theme:n.template.Theme,emailComponent:d,path:[],selectedElementPath:[]},null,8,["deps","theme","emailComponent"])]))),128)),X("div",Z2,[X("table",{style:Se([[{maxWidth:n.template.Theme.BodyWidth+"px",width:"100%",backgroundColor:n.template.Theme.Colors.BodyColor,borderBottomLeftRadius:n.template.Theme.BorderRadius.BottomLeft+"px",borderBottomRightRadius:n.template.Theme.BorderRadius.BottomRight+"px"}],{"border-spacing":"0"}])},[X("tbody",null,[X("tr",null,[X("td",{style:Se([{paddingBottom:n.template.Theme.BodyPaddings.Bottom+"px"},{"font-size":"0","line-height":"0"}])}," ",4)])])],4)])])],4)])]),_:1})],4),(re(),at(yB,{to:"#app"},[r.isPreviewComponentModalWindowShown?(re(),at(K2,{key:0,template:n.template,deps:n.deps.emailTemplatePreviewModalWindowDeps,onClose:c[2]||(c[2]=()=>r.isPreviewComponentModalWindowShown=!1),onFavoriteTemplateSelected:c[3]||(c[3]=()=>a("favoriteTemplateSelected"))},null,8,["template","deps"])):Qt("",!0)]))],64))}});const eH=jn(Q2,[["__scopeId","data-v-f6f330d3"]]),tH=e=>lt((t,n)=>()=>Ou(eH,{template:e.template,deps:e.emailTemplatePreviewTileDeps,onFavoriteTemplateSelected:e.onFavoriteTemplateSelected})),nH=e=>({elementsDeps:e.elementsDeps}),oH=e=>({iteratedColumnDeps:nH({elementsDeps:e.elementsDeps}),listExpressionEvaluator:e.listExpressionEvaluator}),rH=e=>({elementsDeps:e.elementsDeps}),iH=e=>({multipleColumnDeps:rH({elementsDeps:e.elementsDeps})}),sH=e=>({iteratedColumnBodyRowDeps:oH({elementsDeps:e.elementsDeps,listExpressionEvaluator:e.listExpressionEvaluator}),multipleColumnBodyRowDeps:iH({elementsDeps:e.elementsDeps}),listExpressionEvaluator:e.listExpressionEvaluator}),fT=e=>({emailComponentBodyRowDeps:sH({elementsDeps:e.elementsDeps,listExpressionEvaluator:e.listExpressionEvaluator}),boolExpressionEvaluatorDelegate:e.boolExpressionEvaluator,dataStructExpressionEvaluator:e.dataStructExpressionEvaluator}),aH=e=>({expressionEvaluator:e.expressionEvaluator}),hT=e=>({listExpressionEvaluator:e.listExpressionEvaluator,numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator,expressionVueDeps:aH({expressionEvaluator:e.expressionEvaluator}),boolExpressionEvaluator:e.boolExpressionEvaluator}),lH=e=>lo(e),uH=e=>lo(e),cH=e=>({predicate:t,context:n})=>Promise.all([e.numberExpressionEvaluator({numberExpression:t.Left,context:n}),e.numberExpressionEvaluator({numberExpression:t.Right,context:n})]).then(([r,s])=>r===s),dH=e=>lo(e),mH=e=>({predicate:t,context:n})=>Promise.all([e.numberExpressionEvaluator({numberExpression:t.Left,context:n}),e.numberExpressionEvaluator({numberExpression:t.Right,context:n})]).then(([r,s])=>r<s),fH=e=>({predicate:t,context:n})=>Promise.all([e.numberExpressionEvaluator({numberExpression:t.Left,context:n}),e.numberExpressionEvaluator({numberExpression:t.Right,context:n})]).then(([r,s])=>r>s),hH=e=>{const t=cH({numberExpressionEvaluator:e.numberExpressionEvaluator}),n=fH({numberExpressionEvaluator:e.numberExpressionEvaluator}),r=mH({numberExpressionEvaluator:e.numberExpressionEvaluator});return({numberPredicate:s,context:a})=>dH(s).Match({whenEqual:l=>t({predicate:l,context:a}),whenGreaterThan:l=>n({predicate:l,context:a}),whenLessThan:l=>r({predicate:l,context:a})})},pH=e=>({predicate:t,context:n})=>Promise.all([e.stringExpressionEvaluator({stringExpression:t.Left,context:n}),e.stringExpressionEvaluator({stringExpression:t.Right,context:n})]).then(([r,s])=>r>s),gH=e=>lo(e),CH=e=>({predicate:t,context:n})=>Promise.all([e.stringExpressionEvaluator({stringExpression:t.Left,context:n}),e.stringExpressionEvaluator({stringExpression:t.Contains,context:n})]).then(([r,s])=>r>s),_H=e=>{const t=pH({stringExpressionEvaluator:e.stringExpressionEvaluator}),n=CH({stringExpressionEvaluator:e.stringExpressionEvaluator});return({stringPredicate:r,context:s})=>gH(r).Match({whenContains:a=>n({predicate:a,context:s}),whenEqual:a=>t({predicate:a,context:s})})},yH=e=>{const t=hH({numberExpressionEvaluator:e.numberExpressionEvaluator}),n=_H({stringExpressionEvaluator:e.stringExpressionEvaluator});return({predicate:r,context:s})=>uH(r).Match({whenNumberPredicate:a=>t({numberPredicate:a,context:s}),whenStringPredicate:a=>n({stringPredicate:a,context:s})})},pT=e=>{const t=yH({numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator}),n=({boolExpression:r,context:s})=>lH(r).Match({whenAndExpression:a=>Promise.all(a.Expressions.map(l=>n({boolExpression:l,context:s}))).then(l=>l.every(c=>c)),whenOrExpression:a=>Promise.all(a.Expressions.map(l=>n({boolExpression:l,context:s}))).then(l=>l.some(c=>c)),whenNotExpression:async a=>!await n({boolExpression:a.Expression,context:s}),whenPredicate:a=>t({predicate:a,context:s})});return n},FH=e=>{const t=pT({numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator});return{emailComponentDeps:fT({elementsDeps:hT({listExpressionEvaluator:e.listExpressionEvaluator,numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator,expressionEvaluator:e.expressionEvaluator,boolExpressionEvaluator:t}),listExpressionEvaluator:e.listExpressionEvaluator,boolExpressionEvaluator:t,dataStructExpressionEvaluator:e.dataStructExpressionEvaluator})}},TH=e=>{const t=pT({numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator});return{emailComponentDeps:fT({elementsDeps:hT({listExpressionEvaluator:e.listExpressionEvaluator,numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator,expressionEvaluator:e.expressionEvaluator,boolExpressionEvaluator:t}),listExpressionEvaluator:e.listExpressionEvaluator,boolExpressionEvaluator:t,dataStructExpressionEvaluator:e.dataStructExpressionEvaluator}),emailTemplatePreviewModalWindowDeps:FH({listExpressionEvaluator:e.listExpressionEvaluator,dataStructExpressionEvaluator:e.dataStructExpressionEvaluator,numberExpressionEvaluator:e.numberExpressionEvaluator,stringExpressionEvaluator:e.stringExpressionEvaluator,expressionEvaluator:e.expressionEvaluator})}},EH=e=>{const t=document.createElement("form");t.method=e.method,t.action=e.action;for(const[n,r]of e.formData.entries()){if(r instanceof File)continue;const s=document.createElement("input");s.setAttribute("type","text"),s.setAttribute("name",n),s.setAttribute("value",r),t.appendChild(s)}return t},vH=e=>async({context:t,expression:n})=>e.numberExpressionEvaluator({numberExpression:n.ProductId,context:t}).then(r=>"https://cdn.retailrocket.net/api/1.0/partner/"+e.partnerId+"/item/"+r+"/picture/?format=png&width="+n.ImageSize.Width+"&height="+n.ImageSize.Height+"&scale=both"),bH=e=>{const t=n=>{const r=e.stringExpressionDataSourceEvaluatorFactory(t);return lW(n.stringExpression).Match({whenConcatStringExpressions:s=>LH({concatStringExpressions:s,stringExpressionEvaluator:t,context:n.context}),whenContextValueExpression:s=>SH({contextValueExpression:s,context:n.context}),whenConstValueExpression:s=>BH({stringConstValueExpression:s}),whenTruncateValueExpression:s=>RH({truncateValueExpression:s,context:n.context,stringExpressionEvaluator:t}),whenDataSource:s=>r({stringExpressionDataSource:s,context:n.context}),whenNumberToStringExpression:s=>DH({numberToStringExpression:s,context:n.context,numberExpressionEvaluator:e.numberExpressionEvaluator})})};return t},SH=e=>Promise.resolve(zP(e.contextValueExpression.Path,e.context)),RH=async e=>{const t=e.truncateValueExpression.MaxLength,n=await e.stringExpressionEvaluator({stringExpression:e.truncateValueExpression.StringExpression,context:e.context});return t<n.length?n.slice(0,e.truncateValueExpression.MaxLength)+e.truncateValueExpression.Tail:n},DH=async e=>(await e.numberExpressionEvaluator({numberExpression:e.numberToStringExpression.NumberExpression,context:e.context})).toString(),LH=e=>Promise.all(e.concatStringExpressions.StringExpressions.map(t=>e.stringExpressionEvaluator({stringExpression:t,context:e.context}))).then(t=>t.join("")),BH=e=>Promise.resolve(e.stringConstValueExpression.Value),xH=e=>{const t=n=>sW(n.listExpression).Match({whenContextValueExpression:r=>Promise.resolve(UP(r.Path,n.context)),whenChunkExpression:async r=>{const s=await t({listExpression:r.ListExpression,context:n.context});return s.slice(0,Math.floor(s.length/r.ChunkSize)*r.ChunkSize)},whenLimitExpression:async r=>(await t({listExpression:r.ListExpression,context:n.context})).slice(0,r.Limit),whenDataSource:r=>e.listExpressionDataSourceEvaluator(r)});return t},wH=e=>t=>aW(t.numberExpression).Match({whenContextValueExpression:n=>Promise.resolve(Yy(n.Path,t.context)),whenConstValueExpression:n=>Promise.resolve(n.Value),whenListLengthExpression:async n=>e.listExpressionEvaluator({listExpression:n.ListExpression,context:t.context}).then(r=>r.length),whenDataSource:n=>Promise.resolve(e.numberExpressionDataSourceEvaluator(n))}),U0=e=>({dataStructBuilderExpression:t,context:n})=>Promise.all(Object.entries(t).map(async([r,s])=>({key:r,value:await e.expressionEvaluator({expression:s,context:n})}))).then(r=>Object.fromEntries(r.map(s=>[s.key,s.value]))),AH=e=>lo(e),IH=e=>{const t=({expression:n,context:r})=>{const s=e.dataStructBuilderExpressionEvaluatorFactory(t);return AH(n).Match({whenNumberExpression:a=>e.numberExpressionEvaluator({numberExpression:a,context:r}),whenStringExpression:a=>e.stringExpressionEvaluator({stringExpression:a,context:r}),whenListExpression:a=>e.listExpressionEvaluator({listExpression:a,context:r}),whenRecordBuilderExpression:a=>s({dataStructBuilderExpression:a,context:r})})};return t},z0={Subject:"",Preheader:"",Theme:{BodyWidth:600,FontFamily:"Arial",Colors:{EmailBackgroundColor:"#EEEEEE",BodyColor:"#FFFFFF",PrimaryColor:"#557aff",PrimaryTextColor:"#ffffff",SecondaryColor:"#F6F6F6",SecondaryTextColor:"#000000",CardBackgroundColor:"#F2F2F2",HeadingColor:"#2F2F2F",TitleColor:"#2F2F2F",SubHeadingColor:"#2F2F2F",LargeTextColor:"#2F2F2F",NormalTextColor:"#2F2F2F",DescriptionTextColor:"#999999",LinkColor:"#65A0FA",ButtonTextColor:"#ffffff"},BorderRadius:{TopLeft:20,TopRight:20,BottomLeft:20,BottomRight:20},BorderRadiusCard:{TopLeft:0,TopRight:0,BottomLeft:0,BottomRight:0},BorderRadiusButton:{TopLeft:5,TopRight:5,BottomLeft:5,BottomRight:5},BorderRadiusBanner:{TopLeft:0,TopRight:0,BottomLeft:0,BottomRight:0},BodyPaddings:{Left:20,Right:20,Top:10,Bottom:10},ComponentPaddings:{Small:8,Medium:16,Large:24,Huge:40},ButtonPaddings:{TopBottom:12,LeftRight:14},FontSettingsPresets:{Title:{FontSize:24,LineHeight:28,IsBold:!0,IsItalic:!1,Decoration:"None"},Heading:{FontSize:20,LineHeight:24,IsBold:!0,IsItalic:!1,Decoration:"None"},SubHeading:{FontSize:14,LineHeight:16,IsBold:!0,IsItalic:!1,Decoration:"None"},LargeText:{FontSize:14,LineHeight:18,IsBold:!1,IsItalic:!1,Decoration:"None"},NormalText:{FontSize:12,LineHeight:15,IsBold:!1,IsItalic:!1,Decoration:"None"},DescriptionText:{FontSize:10,LineHeight:13,IsBold:!1,IsItalic:!1,Decoration:"None"},Button:{FontSize:12,LineHeight:14,IsBold:!0,IsItalic:!1,Decoration:"None"},Link:{FontSize:12,LineHeight:14,IsBold:!1,IsItalic:!1,Decoration:"None"}}},Components:[{BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#000000"},Paddings:{Top:{ThemePadding:"ThemePaddingsLarge"},Bottom:{ThemePadding:"ThemePaddingsLarge"}},FullWidth:!1,BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{CustomValue:0},DirectionRtl:!1,Paddings:{Left:{CustomValue:0},Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#ffffff"},ContainerAlign:"Center",Columns:[{VerticalAlign:"Top",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{SpanText:{MinNumberOfLines:1,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Cервис создания электронных писем"}},Style:{Discriminator:"Heading",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Inline"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsLarge"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{SpanText:{MinNumberOfLines:1,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Мы рады представить вам наш новый продукт - сервис создания электронных писем. С помощью этого удобного и интуитивно понятного инструмента, вы сможете легко создавать красивые и профессиональные письма всего в несколько простых шагов."}},Style:{Discriminator:"LargeText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Inline"}}],Width:{JustifyWidth:{WidthInPixels:560}}}]}}]}]},NH={Subject:"Введите заголовок вашего письма",Preheader:"Уточните, что именно ждёт читателя внутри (анонсы, скидки и т.п.)",Theme:{BodyWidth:600,FontFamily:"Arial",Colors:{EmailBackgroundColor:"#E8ECF9",BodyColor:"#FFFFFF",PrimaryColor:"#557AFF",PrimaryTextColor:"#FFFFFF",SecondaryColor:"#cfb4ee",SecondaryTextColor:"#9466C9",CardBackgroundColor:"#FFFFFF",HeadingColor:"#000000",TitleColor:"#000000",SubHeadingColor:"#000000",LargeTextColor:"#000000",NormalTextColor:"#000000",DescriptionTextColor:"#494949",LinkColor:"#557AFF",ButtonTextColor:"#FFFFFF"},BorderRadius:{TopLeft:32,TopRight:32,BottomLeft:32,BottomRight:32},BorderRadiusCard:{TopLeft:20,TopRight:20,BottomLeft:20,BottomRight:20},BorderRadiusButton:{TopLeft:36,TopRight:36,BottomLeft:36,BottomRight:36},BorderRadiusBanner:{TopLeft:20,TopRight:20,BottomLeft:20,BottomRight:20},BodyPaddings:{Top:44,Right:34,Bottom:44,Left:34},ComponentPaddings:{Small:12,Medium:16,Large:20,Huge:36},ButtonPaddings:{TopBottom:15,LeftRight:40},FontSettingsPresets:{Title:{FontSize:40,LineHeight:44,IsBold:!0,IsItalic:!1,Decoration:"None"},Heading:{FontSize:20,LineHeight:20,IsBold:!0,IsItalic:!1,Decoration:"None"},SubHeading:{FontSize:18,LineHeight:22,IsBold:!0,IsItalic:!1,Decoration:"None"},LargeText:{FontSize:20,LineHeight:28,IsBold:!1,IsItalic:!1,Decoration:"None"},NormalText:{FontSize:14,LineHeight:20,IsBold:!0,IsItalic:!1,Decoration:"None"},DescriptionText:{FontSize:13,LineHeight:18,IsBold:!1,IsItalic:!1,Decoration:"None"},Button:{FontSize:14,LineHeight:14,IsBold:!0,IsItalic:!1,Decoration:"None"},Link:{FontSize:15,LineHeight:16,IsBold:!1,IsItalic:!1,Decoration:"None"}}},Components:[{InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#FFFFFF"},Paddings:{Top:{CustomValue:0},Bottom:{ThemePadding:"ThemePaddingsMedium"}},FullWidth:!1,BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{CustomValue:0},DirectionRtl:!1,Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#FFFFFF"},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Columns:[{VerticalAlign:"Middle",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{Image:{AdjustedWidth:110,AdjustedHeight:24,IsResponsive:!1,VerticalAlign:"Top",HRef:{ConstValueExpression:{Value:"#"}},IsLink:!0,Src:{ConstValueExpression:{Value:"https://gallery.retailrocket.net/5df72bdc97a52507605e4cc1/logo=default.png"}},OriginalWidth:220,OriginalHeight:48,Alt:{ConstValueExpression:{Value:"logo"}},IsRetina:!0,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContentAlign:"Inline"}}],Width:{JustifyWidth:{WidthInPixels:532}}}]}}]},{InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#FFFFFF"},Paddings:{Top:{ThemePadding:"ThemePaddingsLarge"},Bottom:{ThemePadding:"ThemePaddingsMedium"}},FullWidth:!1,BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{CustomValue:0},DirectionRtl:!1,Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},BgColor:{Discriminator:"BodyColor",CustomValue:"#FFFFFF"},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Columns:[{VerticalAlign:"Top",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{Image:{AdjustedWidth:464,AdjustedHeight:318,IsResponsive:!0,VerticalAlign:"Top",HRef:{ConstValueExpression:{Value:"#"}},IsLink:!0,Src:{ConstValueExpression:{Value:"https://gallery.retailrocket.net/5df72bdc97a52507605e4cc1/Frame%202578.png"}},OriginalWidth:928,Alt:{ConstValueExpression:{Value:"banner"}},IsRetina:!0,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"BannerBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"BannerBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"BannerBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"BannerBorderRadiusBottomRight",CustomValue:0}},ContentAlign:"Inline",OriginalHeight:636}}],Width:{WidthInPercents:{Value:1}}}]}}]},{BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#000000"},Paddings:{Top:{ThemePadding:"ThemePaddingsLarge"},Bottom:{ThemePadding:"ThemePaddingsLarge"}},FullWidth:!1,BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{CustomValue:0},DirectionRtl:!1,Paddings:{Left:{CustomValue:0},Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#ffffff"},ContainerAlign:"Center",Columns:[{VerticalAlign:"Top",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{SpanText:{MinNumberOfLines:1,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Самокаты, бегловелы, ролики и лонгборды!"}},Style:{Discriminator:"Title",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Inline"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsLarge"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{SpanText:{MinNumberOfLines:1,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Обратите внимание на наш широкий выбор детских моделей, чтобы помочь вашим детям открыть новые впечатления и наслаждаться активным образом жизни. Приготовьтесь к веселым приключениям на колесах!"}},Style:{Discriminator:"LargeText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Inline"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsLarge"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{Button:{ContentAlign:"Center",HRef:{ConstValueExpression:{Value:"#"}},Text:{ConstValueExpression:{Value:"Открыть каталог"}},BackgroundColor:{Discriminator:"SecondaryTextColor",CustomValue:"#557aff"},FullWidth:!0,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"ButtonBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"ButtonBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"ButtonBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"ButtonBorderRadiusBottomRight",CustomValue:0}},TextStyle:{Discriminator:"Heading",FontColor:{Discriminator:"PrimaryTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:20,LineHeight:20,IsBold:!0,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"PrimaryTextColor",CustomValue:"#000000"}}},Paddings:{Discriminator:"Custom",CustomValue:{TopBottom:20,LeftRight:0}}}}],Width:{JustifyWidth:{WidthInPixels:532}}}]}}]},{IfExpression:{Predicate:{NumberPredicate:{GreaterThan:{Left:{ListLengthExpression:{ListExpression:{ContextValueExpression:{Path:[{PropertyName:"ProductShelfDataSource"}]}}}},Right:{ConstValueExpression:{Value:0}}}}}},ContextBuilderExpression:{ProductShelfDataSource:{ListExpression:{ChunkExpression:{ChunkSize:1,ListExpression:{LimitExpression:{Limit:6,ListExpression:{DataSource:{Popular:{StockSource:{DefaultStoreStockId:{}}}}}}}}}}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#FFFFFF"},Paddings:{Top:{ThemePadding:"ThemePaddingsMedium"},Bottom:{ThemePadding:"ThemePaddingsMedium"}},FullWidth:!1,BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BodyRowList:[{IteratedColumnBodyRow:{IndexName:"item",ColumnSpacerSize:{ThemePadding:"ThemePaddingsMedium"},NumberColumnsInLine:3,DataSource:{ContextValueExpression:{Path:[{PropertyName:"ProductShelfDataSource"}]}},IteratedColumn:{Paddings:{Top:{ThemePadding:"ThemePaddingsSmall"},Right:{CustomValue:0},Bottom:{ThemePadding:"ThemePaddingsSmall"},Left:{CustomValue:0}},BorderCollapse:"Collapse",BgColor:{Discriminator:"BodyColor",CustomValue:"#FFFFFF"},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",VerticalAlign:"Top",Elements:[{HeightContainer:{VerticalAlign:"Top",Paddings:{Top:{ThemePadding:"ThemePaddingsLarge"},Right:{CustomValue:0},Bottom:{ThemePadding:"ThemePaddingsLarge"},Left:{CustomValue:0}},Border:{Left:{Width:1,Style:"Solid",Color:{Discriminator:"Custom",CustomValue:"#eeeeee"}},Top:{Width:1,Style:"Solid",Color:{Discriminator:"Custom",CustomValue:"#eeeeee"}},Right:{Width:1,Style:"Solid",Color:{Discriminator:"Custom",CustomValue:"#eeeeee"}},Bottom:{Width:1,Style:"Solid",Color:{Discriminator:"Custom",CustomValue:"#eeeeee"}}},BorderRadius:{TopLeft:{Discriminator:"CardBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"CardBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"CardBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"CardBorderRadiusBottomRight",CustomValue:0}},BackgroundColor:{Discriminator:"CardBackgroundColor",CustomValue:"#F6F6F6"},ContainerAlign:"Center",Width:{Percentage:{Value:100}},Elements:[{Image:{AdjustedWidth:164.875,AdjustedHeight:164.875,IsResponsive:!0,VerticalAlign:"Top",HRef:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Url"}]}},IsLink:!0,Src:{DataSource:{ProductImageUrlBuilderExpression:{ProductId:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"InternalProductId"}]}},ImageSize:{Width:200,Height:200}}}},OriginalWidth:200,Alt:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Name"}]}},IsRetina:!1,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContentAlign:"Center",OriginalHeight:200}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{SpanText:{MinNumberOfLines:4,HRef:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Url"}]}},IsLink:!0,ContentAlign:"Center",Style:{Discriminator:"NormalText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:14,LineHeight:20,IsBold:!0,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{TruncateValueExpression:{StringExpression:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Name"}]}},MaxLength:45,Tail:"…"}}}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{If:{Predicate:{Predicate:{NumberPredicate:{GreaterThan:{Left:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"OldPrice"}]}},Right:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Price"}]}}}}}},True:[{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"NormalText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{NumberToStringExpression:{NumberExpression:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Price"}]}}}}}},{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"NormalText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{ConstValueExpression:{Value:" ₽"}}}},{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"Custom",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:14,LineHeight:14,IsBold:!1,IsItalic:!1,Decoration:"LineThrough",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"}}},Text:{ConstValueExpression:{Value:" "}}}},{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"Custom",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:14,LineHeight:14,IsBold:!1,IsItalic:!1,Decoration:"LineThrough",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"}}},Text:{NumberToStringExpression:{NumberExpression:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"OldPrice"}]}}}}}},{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"Custom",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:14,LineHeight:14,IsBold:!1,IsItalic:!1,Decoration:"LineThrough",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"}}},Text:{ConstValueExpression:{Value:" ₽"}}}}],False:[{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"NormalText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{NumberToStringExpression:{NumberExpression:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Price"}]}}}}}},{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"NormalText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{ConstValueExpression:{Value:" ₽"}}}}]}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{Button:{ContentAlign:"Center",HRef:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Url"}]}},Text:{ConstValueExpression:{Value:"Купить"}},BackgroundColor:{Discriminator:"SecondaryColor",CustomValue:"#557aff"},FullWidth:!1,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"ButtonBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"ButtonBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"ButtonBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"ButtonBorderRadiusBottomRight",CustomValue:0}},TextStyle:{Discriminator:"Button",FontColor:{Discriminator:"SecondaryTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Paddings:{Discriminator:"Theme",CustomValue:{TopBottom:0,LeftRight:0}}}}]}}],WidthInPercents:.333}}}]},{BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#000000"},Paddings:{Top:{ThemePadding:"ThemePaddingsLarge"},Bottom:{ThemePadding:"ThemePaddingsLarge"}},FullWidth:!1,BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{ThemePadding:"ThemePaddingsLarge"},DirectionRtl:!1,Paddings:{Left:{CustomValue:0},Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},BgColor:{Discriminator:"BodyColor",CustomValue:"#ffffff"},ContainerAlign:"Center",Columns:[{BgColor:{Discriminator:"BodyColor",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},VerticalAlign:"Top",ContainerAlign:"Center",Elements:[{SpanText:{MinNumberOfLines:3,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Веселый способ активного движения"}},Style:{Discriminator:"SubHeading",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#000000"}}},{SpanText:{MinNumberOfLines:7,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Откройте для вашего ребенка мир приключений и активного образа жизни с нашими детскими самокатами и беговелами. Эти прочные и безопасные средства передвижения помогут вашему ребенку развить баланс, координацию и уверенность. Доступные в различных ярких цветах и дизайнах, наши самокаты и беговелы станут отличным спутником для игр и прогулок на свежем воздухе."}},Style:{Discriminator:"DescriptionText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#000000"}}},{Button:{ContentAlign:"Center",HRef:{ConstValueExpression:{Value:"#"}},Text:{ConstValueExpression:{Value:"Открыть"}},BackgroundColor:{Discriminator:"SecondaryColor",CustomValue:"#557aff"},FullWidth:!0,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"ButtonBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"ButtonBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"ButtonBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"ButtonBorderRadiusBottomRight",CustomValue:0}},TextStyle:{Discriminator:"Button",FontColor:{Discriminator:"SecondaryTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Paddings:{Discriminator:"Theme",CustomValue:{TopBottom:0,LeftRight:0}}}}],Width:{WidthInPercents:{Value:.5}}},{BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",VerticalAlign:"Top",Elements:[{SpanText:{MinNumberOfLines:3,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Исследование: Влияние цвета на настроение"}},Style:{Discriminator:"SubHeading",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#000000"}}},{SpanText:{MinNumberOfLines:10,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Погрузите вашего ребенка в мир адреналина и свободы с нашими роликами и лонгбордами для детей. Специально разработанные с учетом безопасности и комфорта, эти средства передвижения позволят вашим детям наслаждаться скоростью и свободой на улицах и дорожках."}},Style:{Discriminator:"DescriptionText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#000000"}}},{Button:{ContentAlign:"Center",HRef:{ConstValueExpression:{Value:"#"}},Text:{ConstValueExpression:{Value:"Открыть"}},BackgroundColor:{Discriminator:"SecondaryColor",CustomValue:"#557aff"},FullWidth:!0,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"ButtonBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"ButtonBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"ButtonBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"ButtonBorderRadiusBottomRight",CustomValue:0}},TextStyle:{Discriminator:"Button",FontColor:{Discriminator:"SecondaryTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Paddings:{Discriminator:"Theme",CustomValue:{TopBottom:0,LeftRight:0}}}}],Width:{WidthInPercents:{Value:.5}}}]}}]},{BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#000000"},Paddings:{Top:{ThemePadding:"ThemePaddingsMedium"},Bottom:{CustomValue:0}},FullWidth:!1,BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{ThemePadding:"ThemePaddingsLarge"},DirectionRtl:!1,Paddings:{Left:{CustomValue:0},Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#ffffff"},ContainerAlign:"Center",Columns:[{VerticalAlign:"Top",BgColor:{Discriminator:"BodyColor",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{Image:{AdjustedWidth:256,AdjustedHeight:285.34375,IsResponsive:!0,VerticalAlign:"Top",HRef:{ConstValueExpression:{Value:"#"}},IsLink:!0,Src:{ConstValueExpression:{Value:"https://gallery.retailrocket.net/5df72bdc97a52507605e4cc1/banner-girl.png"}},OriginalWidth:436,Alt:{ConstValueExpression:{Value:"banner"}},IsRetina:!1,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContentAlign:"Center",OriginalHeight:486}}],Width:{WidthInPercents:{Value:.5}}},{VerticalAlign:"Top",BgColor:{Discriminator:"BodyColor",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{SpanText:{MinNumberOfLines:1,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Откройте для вашего ребенка мир приключений и активного образа жизни с нашими детскими самокатами и беговелами. Эти прочные и безопасные средства передвижения помогут вашему ребенку развить баланс, координацию и уверенность. Доступные в различных ярких цветах и дизайнах, наши самокаты и беговелы станут отличным спутником для игр и прогулок на свежем воздухе."}},Style:{Discriminator:"DescriptionText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}}],Width:{WidthInPercents:{Value:.5}}}]}}]}]},PH={Subject:"Введите заголовок вашего письма",Preheader:"Уточните, что именно ждёт читателя внутри (анонсы, скидки и т.п.)",Theme:{BodyWidth:600,FontFamily:"Tahoma",Colors:{EmailBackgroundColor:"#000000",BodyColor:"#FFFFFF",PrimaryColor:"#000000",PrimaryTextColor:"#FFFFFF",SecondaryColor:"#d9d9d9",SecondaryTextColor:"#000000",CardBackgroundColor:"#FFFFFF",HeadingColor:"#000000",TitleColor:"#000000",SubHeadingColor:"#000000",LargeTextColor:"#000000",NormalTextColor:"#000000",DescriptionTextColor:"#494949",LinkColor:"#000000",ButtonTextColor:"#FFFFFF"},BorderRadius:{TopLeft:0,TopRight:0,BottomLeft:0,BottomRight:0},BorderRadiusCard:{TopLeft:8,TopRight:8,BottomLeft:8,BottomRight:8},BorderRadiusButton:{TopLeft:0,TopRight:0,BottomLeft:0,BottomRight:0},BorderRadiusBanner:{TopLeft:0,TopRight:0,BottomLeft:0,BottomRight:0},BodyPaddings:{Left:20,Right:20,Top:24,Bottom:24},ComponentPaddings:{Small:12,Medium:16,Large:20,Huge:40},ButtonPaddings:{TopBottom:16,LeftRight:50},FontSettingsPresets:{Title:{FontSize:40,LineHeight:44,IsBold:!0,IsItalic:!1,Decoration:"None"},Heading:{FontSize:18,LineHeight:23,IsBold:!0,IsItalic:!1,Decoration:"None"},SubHeading:{FontSize:14,LineHeight:16,IsBold:!1,IsItalic:!1,Decoration:"None"},LargeText:{FontSize:18,LineHeight:22,IsBold:!1,IsItalic:!1,Decoration:"None"},NormalText:{FontSize:12,LineHeight:15,IsBold:!1,IsItalic:!1,Decoration:"None"},DescriptionText:{FontSize:12,LineHeight:16,IsBold:!1,IsItalic:!1,Decoration:"None"},Button:{FontSize:14,LineHeight:14,IsBold:!0,IsItalic:!1,Decoration:"None"},Link:{FontSize:12,LineHeight:16,IsBold:!1,IsItalic:!1,Decoration:"None"}}},Components:[{InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#FFFFFF"},Paddings:{Top:{CustomValue:0},Bottom:{ThemePadding:"ThemePaddingsMedium"}},FullWidth:!1,BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{CustomValue:0},DirectionRtl:!1,Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#FFFFFF"},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Columns:[{VerticalAlign:"Middle",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{Image:{AdjustedWidth:110,AdjustedHeight:24,IsResponsive:!1,VerticalAlign:"Top",HRef:{ConstValueExpression:{Value:"#"}},IsLink:!0,Src:{ConstValueExpression:{Value:"https://gallery.retailrocket.net/5df72bdc97a52507605e4cc1/logo=default.png"}},OriginalWidth:220,OriginalHeight:48,Alt:{ConstValueExpression:{Value:"logo"}},IsRetina:!0,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContentAlign:"Inline"}}],Width:{JustifyWidth:{WidthInPixels:560}}}]}}]},{InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#FFFFFF"},Paddings:{Top:{ThemePadding:"ThemePaddingsLarge"},Bottom:{ThemePadding:"ThemePaddingsLarge"}},FullWidth:!1,BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{CustomValue:0},DirectionRtl:!1,Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},BgColor:{Discriminator:"BodyColor",CustomValue:"#FFFFFF"},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Columns:[{VerticalAlign:"Top",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{Image:{AdjustedWidth:560,AdjustedHeight:691,IsResponsive:!0,VerticalAlign:"Top",HRef:{ConstValueExpression:{Value:"#"}},IsLink:!0,Src:{ConstValueExpression:{Value:"https://gallery.retailrocket.net/5df72bdc97a52507605e4cc1/banner-nike.png"}},OriginalWidth:1120,Alt:{ConstValueExpression:{Value:"banner"}},IsRetina:!1,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"BannerBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"BannerBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"BannerBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"BannerBorderRadiusBottomRight",CustomValue:0}},ContentAlign:"Inline",OriginalHeight:1382}}],Width:{WidthInPercents:{Value:1}}}]}}]},{BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#000000"},Paddings:{Top:{ThemePadding:"ThemePaddingsMedium"},Bottom:{ThemePadding:"ThemePaddingsMedium"}},FullWidth:!1,BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{CustomValue:0},DirectionRtl:!1,Paddings:{Left:{CustomValue:0},Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#ffffff"},ContainerAlign:"Center",Columns:[{VerticalAlign:"Top",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{SpanText:{MinNumberOfLines:1,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"YOUR SEASON OF BRILLIANCE"}},Style:{Discriminator:"Heading",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsLarge"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{SpanText:{MinNumberOfLines:1,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Get ready to shine bright this season with Nike's latest collection of athletic apparel and footwear. We believe that every moment is an opportunity to unleash your brilliance and achieve greatness. Whether you're hitting the track, the gym, or the court, we've got you covered with innovative and stylish gear that will elevate your performance to new heights."}},Style:{Discriminator:"LargeText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsLarge"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{Button:{ContentAlign:"Left",HRef:{ConstValueExpression:{Value:"#"}},Text:{ConstValueExpression:{Value:"Shop Now"}},BackgroundColor:{Discriminator:"PrimaryColor",CustomValue:"#557aff"},FullWidth:!1,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"ButtonBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"ButtonBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"ButtonBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"ButtonBorderRadiusBottomRight",CustomValue:0}},TextStyle:{Discriminator:"Custom",FontColor:{Discriminator:"PrimaryTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Tahoma",FontSize:32,LineHeight:32,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"PrimaryTextColor",CustomValue:"#000000"}}},Paddings:{Discriminator:"Theme",CustomValue:{TopBottom:0,LeftRight:0}}}}],Width:{JustifyWidth:{WidthInPixels:560}}}]}}]},{IfExpression:{Predicate:{NumberPredicate:{GreaterThan:{Left:{ListLengthExpression:{ListExpression:{ContextValueExpression:{Path:[{PropertyName:"ProductShelfDataSource"}]}}}},Right:{ConstValueExpression:{Value:0}}}}}},ContextBuilderExpression:{ProductShelfDataSource:{ListExpression:{ChunkExpression:{ChunkSize:3,ListExpression:{LimitExpression:{Limit:6,ListExpression:{DataSource:{Popular:{StockSource:{DefaultStoreStockId:{}}}}}}}}}}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#FFFFFF"},Paddings:{Top:{ThemePadding:"ThemePaddingsLarge"},Bottom:{ThemePadding:"ThemePaddingsLarge"}},FullWidth:!1,BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{CustomValue:0},DirectionRtl:!1,Paddings:{Left:{CustomValue:0},Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{ThemePadding:"ThemePaddingsMedium"}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#ffffff"},ContainerAlign:"Center",Columns:[{VerticalAlign:"Top",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[],Width:{JustifyWidth:{WidthInPixels:560}}}]}},{IteratedColumnBodyRow:{ColumnSpacerSize:{ThemePadding:"ThemePaddingsMedium"},NumberColumnsInLine:3,IndexName:"item",DataSource:{ContextValueExpression:{Path:[{PropertyName:"ProductShelfDataSource"}]}},IteratedColumn:{Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{ThemePadding:"ThemePaddingsSmall"},Left:{CustomValue:0}},BorderCollapse:"Collapse",BgColor:{Discriminator:"None",CustomValue:"#FFFFFF"},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Left",VerticalAlign:"Top",Elements:[{HeightContainer:{VerticalAlign:"Top",Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{ThemePadding:"ThemePaddingsSmall"},Left:{CustomValue:0}},Border:{Left:{Width:1,Style:"Solid",Color:{Discriminator:"Custom",CustomValue:"#EEEEEE"}},Top:{Width:1,Style:"Solid",Color:{Discriminator:"Custom",CustomValue:"#EEEEEE"}},Right:{Width:1,Style:"Solid",Color:{Discriminator:"Custom",CustomValue:"#EEEEEE"}},Bottom:{Width:1,Style:"Solid",Color:{Discriminator:"Custom",CustomValue:"#EEEEEE"}}},BorderRadius:{TopLeft:{Discriminator:"CardBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"CardBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"CardBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"CardBorderRadiusBottomRight",CustomValue:0}},BackgroundColor:{Discriminator:"CardBackgroundColor",CustomValue:"#F6F6F6"},ContainerAlign:"Center",Width:{Percentage:{Value:100}},Elements:[{Image:{AdjustedWidth:174.203125,AdjustedHeight:217.5625,IsResponsive:!0,VerticalAlign:"Top",HRef:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Url"}]}},IsLink:!0,Src:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"PictureUrl"}]}},OriginalWidth:1121,Alt:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Name"}]}},IsRetina:!1,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CardBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"CardBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContentAlign:"Inline",OriginalHeight:1400}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{SpanText:{MinNumberOfLines:2,HRef:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Url"}]}},IsLink:!0,ContentAlign:"Center",Style:{Discriminator:"SubHeading",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{TruncateValueExpression:{StringExpression:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Name"}]}},MaxLength:25,Tail:"…"}}}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{SpanText:{IsLink:!1,HRef:{ConstValueExpression:{Value:""}},ContentAlign:"Center",MinNumberOfLines:2,Style:{Discriminator:"DescriptionText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{TruncateValueExpression:{StringExpression:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Description"}]}},MaxLength:35,Tail:"…"}}}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{If:{Predicate:{Predicate:{NumberPredicate:{GreaterThan:{Left:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"OldPrice"}]}},Right:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Price"}]}}}}}},True:[{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"Custom",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:14,LineHeight:16,IsBold:!0,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{ConstValueExpression:{Value:"₽"}}}},{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"Custom",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:14,LineHeight:16,IsBold:!0,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{NumberToStringExpression:{NumberExpression:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Price"}]}}}}}},{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"SubHeading",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:14,LineHeight:16,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{ConstValueExpression:{Value:" "}}}},{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"Custom",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:14,LineHeight:16,IsBold:!1,IsItalic:!1,Decoration:"LineThrough",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"}}},Text:{ConstValueExpression:{Value:"₽"}}}},{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"Custom",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:14,LineHeight:16,IsBold:!1,IsItalic:!1,Decoration:"LineThrough",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"}}},Text:{NumberToStringExpression:{NumberExpression:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"OldPrice"}]}}}}}}],False:[{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"Custom",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:14,LineHeight:16,IsBold:!0,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{ConstValueExpression:{Value:"₽"}}}},{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"Custom",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:14,LineHeight:16,IsBold:!0,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{NumberToStringExpression:{NumberExpression:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Price"}]}}}}}}]}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{Button:{ContentAlign:"Center",HRef:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Url"}]}},Text:{ConstValueExpression:{Value:"Order"}},BackgroundColor:{Discriminator:"SecondaryColor",CustomValue:"#557aff"},FullWidth:!1,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"ButtonBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"ButtonBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"ButtonBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"ButtonBorderRadiusBottomRight",CustomValue:0}},TextStyle:{Discriminator:"Button",FontColor:{Discriminator:"SecondaryTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Paddings:{Discriminator:"Theme",CustomValue:{TopBottom:0,LeftRight:0}}}}]}}],WidthInPercents:.333}}}]},{BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#000000"},Paddings:{Top:{ThemePadding:"ThemePaddingsMedium"},Bottom:{ThemePadding:"ThemePaddingsMedium"}},FullWidth:!1,BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{ThemePadding:"ThemePaddingsLarge"},DirectionRtl:!1,Paddings:{Left:{CustomValue:0},Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#ffffff"},ContainerAlign:"Center",Columns:[{BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},VerticalAlign:"Top",ContainerAlign:"Center",Elements:[{SpanText:{MinNumberOfLines:2,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Introducing our Season of Brilliance collection"}},Style:{Discriminator:"Heading",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#000000"}}},{SpanText:{MinNumberOfLines:7,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Designed to inspire and empower athletes like you to push boundaries and exceed expectations. From lightweight running shoes with responsive cushioning to sweat-wicking and breathable activewear that keeps you cool and comfortable, our products are engineered to help you perform at your best."}},Style:{Discriminator:"Custom",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Tahoma",FontSize:13,LineHeight:18,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#000000"}}},{Button:{ContentAlign:"Center",HRef:{ConstValueExpression:{Value:"#"}},Text:{ConstValueExpression:{Value:"Read"}},BackgroundColor:{Discriminator:"SecondaryColor",CustomValue:"#557aff"},FullWidth:!0,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"ButtonBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"ButtonBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"ButtonBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"ButtonBorderRadiusBottomRight",CustomValue:0}},TextStyle:{Discriminator:"Button",FontColor:{Discriminator:"SecondaryTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Paddings:{Discriminator:"Theme",CustomValue:{TopBottom:0,LeftRight:0}}}}],Width:{WidthInPercents:{Value:.5}}},{BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",VerticalAlign:"Top",Elements:[{SpanText:{MinNumberOfLines:2,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Nike community"}},Style:{Discriminator:"Heading",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#000000"}}},{SpanText:{MinNumberOfLines:7,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"As a valued member of our Nike community, we want to celebrate your journey to greatness. Take advantage of exclusive offers and discounts available only to you. Whether you're a seasoned athlete or just starting your fitness journey, we're here to support you every step of the way."}},Style:{Discriminator:"Custom",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Tahoma",FontSize:13,LineHeight:18,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#000000"}}},{Button:{ContentAlign:"Center",HRef:{ConstValueExpression:{Value:"#"}},Text:{ConstValueExpression:{Value:"Read"}},BackgroundColor:{Discriminator:"SecondaryColor",CustomValue:"#557aff"},FullWidth:!0,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"ButtonBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"ButtonBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"ButtonBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"ButtonBorderRadiusBottomRight",CustomValue:0}},TextStyle:{Discriminator:"Button",FontColor:{Discriminator:"SecondaryTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Paddings:{Discriminator:"Theme",CustomValue:{TopBottom:0,LeftRight:0}}}}],Width:{WidthInPercents:{Value:.5}}}]}}]},{BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#000000"},Paddings:{Top:{ThemePadding:"ThemePaddingsLarge"},Bottom:{CustomValue:0}},FullWidth:!1,BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{ThemePadding:"ThemePaddingsLarge"},DirectionRtl:!1,Paddings:{Left:{CustomValue:0},Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#ffffff"},ContainerAlign:"Center",Columns:[{VerticalAlign:"Top",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{Image:{AdjustedWidth:270,AdjustedHeight:270,IsResponsive:!0,VerticalAlign:"Top",HRef:{ConstValueExpression:{Value:"#"}},IsLink:!0,Src:{ConstValueExpression:{Value:"https://gallery.retailrocket.net/5df72bdc97a52507605e4cc1/banner-girl-nike.png"}},OriginalWidth:520,Alt:{ConstValueExpression:{Value:"banner"}},IsRetina:!1,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContentAlign:"Center",OriginalHeight:520}}],Width:{WidthInPercents:{Value:.5}}},{VerticalAlign:"Top",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{SpanText:{MinNumberOfLines:1,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Get ready to shine bright this season with Nike's latest collection of athletic apparel and footwear. We believe that every moment is an opportunity to unleash your brilliance and achieve greatness. Whether you're hitting the track, the gym, or the court, we've got you covered with innovative and stylish gear that will elevate your performance to new heights."}},Style:{Discriminator:"Custom",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Tahoma",FontSize:13,LineHeight:18,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}}],Width:{WidthInPercents:{Value:.5}}}]}}]}]},VH={Subject:"Введите заголовок вашего письма",Preheader:"Уточните, что именно ждёт читателя внутри (анонсы, скидки и т.п.)",Theme:{BodyWidth:600,FontFamily:"Arial",Colors:{EmailBackgroundColor:"#EDEBE8",BodyColor:"#FFFFFF",PrimaryColor:"#23A767",PrimaryTextColor:"#FFFFFF",SecondaryColor:"#a9eacb",SecondaryTextColor:"#23A767",CardBackgroundColor:"#FFFFFF",HeadingColor:"#000000",TitleColor:"#000000",SubHeadingColor:"#000000",LargeTextColor:"#494949",NormalTextColor:"#494949",DescriptionTextColor:"#999999",LinkColor:"#23A767",ButtonTextColor:"#FFFFFF"},BorderRadius:{TopLeft:0,TopRight:0,BottomLeft:0,BottomRight:0},BorderRadiusCard:{TopLeft:12,TopRight:12,BottomLeft:12,BottomRight:12},BorderRadiusButton:{TopLeft:8,TopRight:8,BottomLeft:8,BottomRight:8},BorderRadiusBanner:{TopLeft:0,TopRight:0,BottomLeft:0,BottomRight:0},BodyPaddings:{Left:32,Right:32,Top:0,Bottom:0},ComponentPaddings:{Small:12,Medium:22,Large:40,Huge:40},ButtonPaddings:{TopBottom:12,LeftRight:34},FontSettingsPresets:{Title:{FontSize:32,LineHeight:32,IsBold:!0,IsItalic:!1,Decoration:"None"},Heading:{FontSize:14,LineHeight:16,IsBold:!1,IsItalic:!1,Decoration:"None"},SubHeading:{FontSize:14,LineHeight:16,IsBold:!0,IsItalic:!1,Decoration:"None"},LargeText:{FontSize:16,LineHeight:25,IsBold:!1,IsItalic:!1,Decoration:"None"},NormalText:{FontSize:13,LineHeight:15,IsBold:!1,IsItalic:!1,Decoration:"None"},DescriptionText:{FontSize:10,LineHeight:13,IsBold:!1,IsItalic:!1,Decoration:"None"},Button:{FontSize:12,LineHeight:12,IsBold:!0,IsItalic:!1,Decoration:"None"},Link:{FontSize:12,LineHeight:14,IsBold:!1,IsItalic:!1,Decoration:"None"}}},Components:[{InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#FFFFFF"},Paddings:{Top:{ThemePadding:"ThemePaddingsSmall"},Bottom:{ThemePadding:"ThemePaddingsSmall"}},FullWidth:!1,BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{CustomValue:0},DirectionRtl:!1,Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#FFFFFF"},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Columns:[{VerticalAlign:"Middle",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{Image:{AdjustedWidth:113,AdjustedHeight:46,IsResponsive:!1,VerticalAlign:"Top",HRef:{ConstValueExpression:{Value:"#"}},IsLink:!0,Src:{ConstValueExpression:{Value:"https://gallery.retailrocket.net/5df72bdc97a52507605e4cc1/logo%20(66a1f1d797004a9ee236c98e).png"}},OriginalWidth:226,OriginalHeight:92,Alt:{ConstValueExpression:{Value:"logo"}},IsRetina:!0,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContentAlign:"Inline"}}],Width:{JustifyWidth:{WidthInPixels:536}}}]}}]},{InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#FFFFFF"},Paddings:{Top:{ThemePadding:"ThemePaddingsSmall"},Bottom:{ThemePadding:"ThemePaddingsSmall"}},FullWidth:!1,BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{CustomValue:0},DirectionRtl:!1,Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},BgColor:{Discriminator:"BodyColor",CustomValue:"#FFFFFF"},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Columns:[{VerticalAlign:"Top",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{Image:{AdjustedWidth:536,AdjustedHeight:356.625,IsResponsive:!0,VerticalAlign:"Top",HRef:{ConstValueExpression:{Value:"#"}},IsLink:!0,Src:{ConstValueExpression:{Value:"https://gallery.retailrocket.net/5df72bdc97a52507605e4cc1/banner%20(66a1f1d797004a9ee236c98b).png"}},OriginalWidth:1040,Alt:{ConstValueExpression:{Value:"banner"}},IsRetina:!1,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"BannerBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"BannerBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"BannerBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"BannerBorderRadiusBottomRight",CustomValue:0}},ContentAlign:"Inline",OriginalHeight:692}}],Width:{WidthInPercents:{Value:1}}}]}}]},{BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#000000"},Paddings:{Top:{ThemePadding:"ThemePaddingsLarge"},Bottom:{ThemePadding:"ThemePaddingsLarge"}},FullWidth:!1,BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{CustomValue:0},DirectionRtl:!1,Paddings:{Left:{CustomValue:0},Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#ffffff"},ContainerAlign:"Center",Columns:[{VerticalAlign:"Top",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{SpanText:{MinNumberOfLines:1,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Скидка 15% на самовывоз"}},Style:{Discriminator:"Title",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Inline"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{SpanText:{MinNumberOfLines:1,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Мы рады поделиться отличной новостью с нашими верными клиентами! У нас действует особая акция, которая точно порадует всех любителей пиццы."}},Style:{Discriminator:"LargeText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Inline"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{Button:{ContentAlign:"Center",HRef:{ConstValueExpression:{Value:"#"}},Text:{ConstValueExpression:{Value:"ЗАКАЗАТЬ ПИЦЦУ"}},BackgroundColor:{Discriminator:"PrimaryColor",CustomValue:"#557aff"},FullWidth:!1,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"ButtonBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"ButtonBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"ButtonBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"ButtonBorderRadiusBottomRight",CustomValue:0}},TextStyle:{Discriminator:"LargeText",FontColor:{Discriminator:"PrimaryTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Paddings:{Discriminator:"Custom",CustomValue:{TopBottom:10,LeftRight:44}}}}],Width:{JustifyWidth:{WidthInPixels:536}}}]}}]},{IfExpression:{Predicate:{NumberPredicate:{GreaterThan:{Left:{ListLengthExpression:{ListExpression:{ContextValueExpression:{Path:[{PropertyName:"ProductShelfDataSource"}]}}}},Right:{ConstValueExpression:{Value:0}}}}}},ContextBuilderExpression:{ProductShelfDataSource:{ListExpression:{ChunkExpression:{ChunkSize:3,ListExpression:{LimitExpression:{Limit:3,ListExpression:{DataSource:{Popular:{StockSource:{DefaultStoreStockId:{}}}}}}}}}}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#FFFFFF"},Paddings:{Top:{CustomValue:0},Bottom:{CustomValue:0}},FullWidth:!1,BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BodyRowList:[{IteratedColumnBodyRow:{IndexName:"item",ColumnSpacerSize:{ThemePadding:"ThemePaddingsMedium"},NumberColumnsInLine:3,DataSource:{ContextValueExpression:{Path:[{PropertyName:"ProductShelfDataSource"}]}},IteratedColumn:{Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{ThemePadding:"ThemePaddingsMedium"},Left:{CustomValue:0}},BorderCollapse:"Separate",BgColor:{Discriminator:"None",CustomValue:"#FFFFFF"},Border:{Left:{Width:1,Style:"Solid",Color:{Discriminator:"Custom",CustomValue:"#eeeeee"}},Top:{Width:1,Style:"Solid",Color:{Discriminator:"Custom",CustomValue:"#eeeeee"}},Right:{Width:1,Style:"Solid",Color:{Discriminator:"Custom",CustomValue:"#eeeeee"}},Bottom:{Width:1,Style:"Solid",Color:{Discriminator:"Custom",CustomValue:"#eeeeee"}}},BorderRadius:{TopLeft:{Discriminator:"CardBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"CardBorderRadiusTopRight",CustomValue:0},BottomRight:{Discriminator:"CardBorderRadiusBottomRight",CustomValue:0},BottomLeft:{Discriminator:"CardBorderRadiusBottomLeft",CustomValue:0}},ContainerAlign:"Center",VerticalAlign:"Top",Elements:[{HeightContainer:{VerticalAlign:"Top",Paddings:{Top:{ThemePadding:"ThemePaddingsSmall"},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CardBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"CardBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"CardBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"CardBorderRadiusBottomRight",CustomValue:0}},BackgroundColor:{Discriminator:"CardBackgroundColor",CustomValue:"#F6F6F6"},ContainerAlign:"Center",Width:{Percentage:{Value:100}},Elements:[{Image:{AdjustedWidth:162.21875,AdjustedHeight:162.21875,IsResponsive:!0,VerticalAlign:"Top",HRef:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Url"}]}},IsLink:!0,Src:{DataSource:{ProductImageUrlBuilderExpression:{ProductId:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"InternalProductId"}]}},ImageSize:{Width:163,Height:163}}}},OriginalWidth:163,Alt:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Name"}]}},IsRetina:!1,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContentAlign:"Center",OriginalHeight:163}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{SpanText:{MinNumberOfLines:3,HRef:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Url"}]}},IsLink:!0,ContentAlign:"Center",Style:{Discriminator:"Heading",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{TruncateValueExpression:{StringExpression:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Name"}]}},MaxLength:45,Tail:"…"}}}},{Spacer:{Height:{ThemePadding:"ThemePaddingsSmall"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{If:{Predicate:{Predicate:{NumberPredicate:{GreaterThan:{Left:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"OldPrice"}]}},Right:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Price"}]}}}}}},True:[{SpanText:{MinNumberOfLines:1,ContentAlign:"Center",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"SubHeading",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{NumberToStringExpression:{NumberExpression:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Price"}]}}}}}},{SpanText:{MinNumberOfLines:1,ContentAlign:"Inline",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"SubHeading",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{ConstValueExpression:{Value:" "}}}},{SpanText:{MinNumberOfLines:1,ContentAlign:"Center",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"Custom",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:14,LineHeight:16,IsBold:!1,IsItalic:!1,Decoration:"LineThrough",FontColor:{Discriminator:"DescriptionTextColor",CustomValue:"#000000"}}},Text:{NumberToStringExpression:{NumberExpression:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"OldPrice"}]}}}}}}],False:[{SpanText:{MinNumberOfLines:1,ContentAlign:"Center",IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Style:{Discriminator:"SubHeading",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Text:{NumberToStringExpression:{NumberExpression:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Price"}]}}}}}},{Spacer:{Height:{CustomValue:16},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}}]}},{Spacer:{Height:{ThemePadding:"ThemePaddingsSmall"},Weight:0,Color:{Discriminator:"None",CustomValue:"#FFFFFF"}}},{Button:{ContentAlign:"Center",HRef:{ContextValueExpression:{Path:[{PropertyName:"item"},{PropertyName:"Url"}]}},Text:{ConstValueExpression:{Value:"ДОБАВИТЬ"}},BackgroundColor:{Discriminator:"SecondaryColor",CustomValue:"#557aff"},FullWidth:!1,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"ButtonBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"ButtonBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"ButtonBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"ButtonBorderRadiusBottomRight",CustomValue:0}},TextStyle:{Discriminator:"Button",FontColor:{Discriminator:"SecondaryTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Paddings:{Discriminator:"Theme",CustomValue:{TopBottom:0,LeftRight:0}}}}]}}],WidthInPercents:.333}}}]},{BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#000000"},Paddings:{Top:{ThemePadding:"ThemePaddingsLarge"},Bottom:{ThemePadding:"ThemePaddingsLarge"}},FullWidth:!1,BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{ThemePadding:"ThemePaddingsLarge"},DirectionRtl:!1,Paddings:{Left:{CustomValue:0},Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#ffffff"},ContainerAlign:"Center",Columns:[{BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},VerticalAlign:"Top",ContainerAlign:"Center",Elements:[{SpanText:{MinNumberOfLines:2,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"История искусства: итальянская пицца"}},Style:{Discriminator:"SubHeading",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#000000"}}},{SpanText:{MinNumberOfLines:7,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Итальянская пицца имеет долгую и интересную историю, начиная с её скромных корней в Неаполе. Это блюдо стало символом итальянской кухни и быстро распространилось во всемирном масштабе, завоевывая сердца гурманов в разных уголках планеты."}},Style:{Discriminator:"NormalText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#000000"}}},{Button:{ContentAlign:"Center",HRef:{ConstValueExpression:{Value:"#"}},Text:{ConstValueExpression:{Value:"Открыть"}},BackgroundColor:{Discriminator:"SecondaryColor",CustomValue:"#557aff"},FullWidth:!0,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"ButtonBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"ButtonBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"ButtonBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"ButtonBorderRadiusBottomRight",CustomValue:0}},TextStyle:{Discriminator:"Button",FontColor:{Discriminator:"SecondaryTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Paddings:{Discriminator:"Theme",CustomValue:{TopBottom:0,LeftRight:0}}}}],Width:{WidthInPercents:{Value:.5}}},{BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",VerticalAlign:"Top",Elements:[{SpanText:{MinNumberOfLines:2,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Секрет вкуса: наша особая соусовая композиция"}},Style:{Discriminator:"SubHeading",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#000000"}}},{SpanText:{MinNumberOfLines:7,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Тайна великолепного вкуса нашей пиццы кроется в нашей уникальной соусовой композиции. Мы смешали страсть, мастерство и лучшие ингредиенты, чтобы создать настоящий вкусовой фейерверк."}},Style:{Discriminator:"NormalText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}},{Spacer:{Height:{ThemePadding:"ThemePaddingsMedium"},Weight:0,Color:{Discriminator:"None",CustomValue:"#000000"}}},{Button:{ContentAlign:"Center",HRef:{ConstValueExpression:{Value:"#"}},Text:{ConstValueExpression:{Value:"Открыть"}},BackgroundColor:{Discriminator:"SecondaryColor",CustomValue:"#557aff"},FullWidth:!0,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"ButtonBorderRadiusTopLeft",CustomValue:0},TopRight:{Discriminator:"ButtonBorderRadiusTopRight",CustomValue:0},BottomLeft:{Discriminator:"ButtonBorderRadiusBottomLeft",CustomValue:0},BottomRight:{Discriminator:"ButtonBorderRadiusBottomRight",CustomValue:0}},TextStyle:{Discriminator:"Button",FontColor:{Discriminator:"SecondaryTextColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},Paddings:{Discriminator:"Theme",CustomValue:{TopBottom:0,LeftRight:0}}}}],Width:{WidthInPercents:{Value:.5}}}]}}]},{BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},InnerBgColor:{Discriminator:"BodyColor",CustomValue:"#000000"},Paddings:{Top:{ThemePadding:"ThemePaddingsLarge"},Bottom:{ThemePadding:"ThemePaddingsLarge"}},FullWidth:!1,BodyRowList:[{MultipleColumnBodyRow:{ColumnSpacerSize:{ThemePadding:"ThemePaddingsLarge"},DirectionRtl:!1,Paddings:{Left:{CustomValue:0},Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},BgColor:{Discriminator:"None",CustomValue:"#ffffff"},ContainerAlign:"Center",Columns:[{VerticalAlign:"Top",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{Image:{AdjustedWidth:248,AdjustedHeight:248.46875,IsResponsive:!0,VerticalAlign:"Top",HRef:{ConstValueExpression:{Value:"#"}},IsLink:!0,Src:{ConstValueExpression:{Value:"https://gallery.retailrocket.net/5df72bdc97a52507605e4cc1/Frame%202578%20(1).png"}},OriginalWidth:521,Alt:{ConstValueExpression:{Value:"banner"}},IsRetina:!1,Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContentAlign:"Center",OriginalHeight:522}}],Width:{WidthInPercents:{Value:.5}}},{VerticalAlign:"Top",BgColor:{Discriminator:"None",CustomValue:"#ffffff"},Paddings:{Top:{CustomValue:0},Right:{CustomValue:0},Bottom:{CustomValue:0},Left:{CustomValue:0}},Border:{Left:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Top:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Right:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}},Bottom:{Width:0,Style:"None",Color:{Discriminator:"Custom",CustomValue:"#FFFFFF"}}},BorderRadius:{TopLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},TopRight:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomLeft:{Discriminator:"CustomBorderRadius",CustomValue:0},BottomRight:{Discriminator:"CustomBorderRadius",CustomValue:0}},ContainerAlign:"Center",Elements:[{SpanText:{MinNumberOfLines:1,IsLink:!1,HRef:{ConstValueExpression:{Value:""}},Text:{ConstValueExpression:{Value:"Наш секретный рецепт соуса придает пицце неповторимый вкус и аромат. Богатая текстура томатного соуса, сбалансированная смесь специй и нежное сочетание других секретных ингредиентов делают нашу пиццу по-настоящему незабываемой. Каждая порция соуса внимательно приготовлена и сбалансирована, чтобы подчеркнуть вкус каждой начинки и превратить пиццу в истинное кулинарное произведение искусства."}},Style:{Discriminator:"NormalText",FontColor:{Discriminator:"StyleLinkedColor",CustomValue:"#000000"},CustomFontSettings:{FontFamily:"Arial",FontSize:16,LineHeight:20,IsBold:!1,IsItalic:!1,Decoration:"None",FontColor:{Discriminator:"NormalTextColor",CustomValue:"#000000"}}},ContentAlign:"Left"}}],Width:{WidthInPercents:{Value:.5}}}]}}]}]},OH=[NH,PH,VH],gT="#app",eo=document.querySelector(gT),Zt={partnerId:eo.getAttribute("data-partner-id"),wysiwygTemplateEditorBffBaseUrl:eo.getAttribute("data-wysiwyg-template-editor-bff-base-url"),wysiwygBffProxyBaseUrl:eo.getAttribute("data-wysiwyg-bff-proxy-base-url"),antiForgeryHeaderTokenName:eo.getAttribute("data-anti-forgery-header-token-name"),antiForgeryHeaderTokenValue:eo.getAttribute("data-anti-forgery-header-token-value"),antiForgeryFormTokenName:eo.getAttribute("data-anti-forgery-form-token-name"),antiForgeryFormTokenValue:eo.getAttribute("data-anti-forgery-form-token-value"),createEmailTemplateSubmitUrl:eo.getAttribute("data-create-email-template-submit-url"),initialEmailTemplateJson:eo.getAttribute("data-initial-transactional-template"),transactionalFavoritesTemplates:JSON.parse(eo.getAttribute("data-transactional-favorites-templates")),commonFavoritesTemplates:JSON.parse(eo.getAttribute("data-common-favorites-templates")),exitLink:eo.getAttribute("data-exit-link")},kH=e=>vP({baseUrl:e.baseUrl,antiForgeryTokenHeaderName:Zt.antiForgeryHeaderTokenName,antiForgeryTokenValue:Zt.antiForgeryHeaderTokenValue}),MH=Gy(kH({baseUrl:Zt.wysiwygBffProxyBaseUrl})),CT=e=>{const t=new FormData;t.append(Zt.antiForgeryFormTokenName,Zt.antiForgeryFormTokenValue),t.append("template",JSON.stringify(e.template)),t.append("previewData",JSON.stringify(e.previewData));const n=EH({method:"POST",action:Zt.createEmailTemplateSubmitUrl,formData:t});document.body.appendChild(n),n.submit()},WH={},em=e=>{const t=EP({partnerId:Zt.partnerId,getTransactionalTemplateData:()=>e.templateData,listExpressionDataSourceBffClient:MH,customerStockId:void 0}),n=xH({listExpressionDataSourceEvaluator:t}),r=jP({getTransactionalTemplateData:()=>e.templateData}),s=wH({listExpressionEvaluator:n,numberExpressionDataSourceEvaluator:r}),a=bH({listExpressionEvaluator:n,numberExpressionEvaluator:s,stringExpressionDataSourceEvaluatorFactory:()=>MP({getTransactionalTemplateData:()=>e.templateData,productImageUrlBuilderExpressionEvaluator:vH({partnerId:Zt.partnerId,numberExpressionEvaluator:s}),contactCustomData:WH})}),l=IH({listExpressionEvaluator:n,numberExpressionEvaluator:s,stringExpressionEvaluator:a,dataStructBuilderExpressionEvaluatorFactory:d=>U0({expressionEvaluator:d})}),c=U0({expressionEvaluator:l});return tH({template:e.template,emailTemplatePreviewTileDeps:TH({listExpressionEvaluator:n,numberExpressionEvaluator:s,stringExpressionEvaluator:a,dataStructExpressionEvaluator:c,expressionEvaluator:l}),onFavoriteTemplateSelected:()=>{console.log("onFavoriteTemplateSelected"),CT({template:e.template,previewData:e.templateData})}})},Mf=$x(tI,{onInitialTemplateSelected:()=>{console.log("onInitialTemplateSelected"),CT({template:Zt.initialEmailTemplateJson.length?JSON.parse(Zt.initialEmailTemplateJson):z0,previewData:{}})},exitLink:Zt.exitLink,deps:fP({partnerId:Zt.partnerId,emailTemplatePreviewComponents:{custom:[...Zt.commonFavoritesTemplates.map(e=>em({template:JSON.parse(e.templateJson),templateData:{}})),...Zt.transactionalFavoritesTemplates.map(e=>em({template:JSON.parse(e.templateJson),templateData:JSON.parse(e.dataJson)}))],default:[...OH.map(e=>em({template:e,templateData:{}}))]},initialEmailTemplate:Zt.initialEmailTemplateJson.length?JSON.parse(Zt.initialEmailTemplateJson):z0,exitLink:Zt.exitLink})});Mf.use(_y({components:{VSkeletonLoader:cP}}));Mf.use(zy);Mf.mount(gT);
|